chore(client): update endpoint types (#110)

This commit is contained in:
Daniel Rochetti 2024-11-21 13:05:44 -08:00 committed by GitHub
parent bc04feeb85
commit adb5de4ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14765 additions and 13684 deletions

View File

@ -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:

File diff suppressed because it is too large Load Diff

View File

@ -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",