Skip to content

Commit 75cf6d5

Browse files
fix(openapi): sync with openapi definition (#339)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 58f45b4 commit 75cf6d5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

openapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8037,6 +8037,7 @@
80378037
"bitbucket",
80388038
"cocoapods",
80398039
"cargo",
8040+
"chrome",
80408041
"composer",
80418042
"conan",
80428043
"conda",
@@ -30217,6 +30218,7 @@
3021730218
"enum": [
3021830219
"github",
3021930220
"cargo",
30221+
"chrome",
3022030222
"golang",
3022130223
"maven",
3022230224
"npm",
@@ -30495,6 +30497,7 @@
3049530497
"enum": [
3049630498
"github",
3049730499
"cargo",
30500+
"chrome",
3049830501
"golang",
3049930502
"maven",
3050030503
"npm",

types/api.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,6 +3575,7 @@ export interface components {
35753575
| 'bitbucket'
35763576
| 'cocoapods'
35773577
| 'cargo'
3578+
| 'chrome'
35783579
| 'composer'
35793580
| 'conan'
35803581
| 'conda'
@@ -12124,6 +12125,7 @@ export interface operations {
1212412125
ecosystem?:
1212512126
| 'github'
1212612127
| 'cargo'
12128+
| 'chrome'
1212712129
| 'golang'
1212812130
| 'maven'
1212912131
| 'npm'
@@ -12224,6 +12226,7 @@ export interface operations {
1222412226
ecosystem?:
1222512227
| 'github'
1222612228
| 'cargo'
12229+
| 'chrome'
1222712230
| 'golang'
1222812231
| 'maven'
1222912232
| 'npm'

0 commit comments

Comments
 (0)