Skip to content

Commit d29150e

Browse files
fix(openapi): sync with openapi definition (#453)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c99dedc commit d29150e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

openapi.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9945,6 +9945,7 @@
99459945
"pub",
99469946
"pypi",
99479947
"rpm",
9948+
"socket",
99489949
"swid",
99499950
"swift",
99509951
"vscode",
@@ -36619,7 +36620,8 @@
3661936620
"nuget",
3662036621
"vscode",
3662136622
"pypi",
36622-
"gem"
36623+
"gem",
36624+
"swift"
3662336625
]
3662436626
}
3662536627
}
@@ -36907,7 +36909,8 @@
3690736909
"nuget",
3690836910
"vscode",
3690936911
"pypi",
36910-
"gem"
36912+
"gem",
36913+
"swift"
3691136914
]
3691236915
}
3691336916
}

types/api.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4475,6 +4475,7 @@ export interface components {
44754475
| 'pub'
44764476
| 'pypi'
44774477
| 'rpm'
4478+
| 'socket'
44784479
| 'swid'
44794480
| 'swift'
44804481
| 'vscode'
@@ -14718,6 +14719,7 @@ export interface operations {
1471814719
| 'vscode'
1471914720
| 'pypi'
1472014721
| 'gem'
14722+
| 'swift'
1472114723
}
1472214724
}
1472314725
responses: {
@@ -14828,6 +14830,7 @@ export interface operations {
1482814830
| 'vscode'
1482914831
| 'pypi'
1483014832
| 'gem'
14833+
| 'swift'
1483114834
}
1483214835
path: {
1483314836
/** @description The slug of the organization */

0 commit comments

Comments
 (0)