chore(client): update endpoint types (#110)
This commit is contained in:
parent
bc04feeb85
commit
adb5de4ac7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*-v[0-9]+.[0-9]+.[0-9]+*'
|
- "*-v[0-9]+.[0-9]+.[0-9]+*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
package:
|
package:
|
||||||
|
|||||||
28445
libs/client/src/types/endpoints.ts
generated
28445
libs/client/src/types/endpoints.ts
generated
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"excludeExternals": true,
|
"excludeExternals": true,
|
||||||
"excludeInternal": false,
|
"excludeInternal": false,
|
||||||
"includeVersion": true,
|
"includeVersion": false,
|
||||||
"githubPages": true,
|
"githubPages": true,
|
||||||
"plugin": [
|
"plugin": [
|
||||||
"typedoc-plugin-mdn-links",
|
"typedoc-plugin-mdn-links",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user