Skip to content

Commit 494019a

Browse files
fix(openapi): sync with openapi definition (#350)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2833ae8 commit 494019a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10133,7 +10133,7 @@
1013310133
]
1013410134
}
1013510135
],
10136-
"description": "Export a Socket SBOM as a CycloneDX SBOM\n\nSupported ecosystems:\n\n- go\n- maven\n- npm\n- pypi\n- spdx\n- cdx\n\nUnsupported ecosystems are filtered from the export.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- report:read",
10136+
"description": "Export a Socket SBOM as a CycloneDX SBOM\n\nSupported ecosystems:\n\n- crates\n- go\n- maven\n- npm\n- nuget\n- pypi\n- rubygems\n- spdx\n- cdx\n\nUnsupported ecosystems are filtered from the export.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- report:read",
1013710137
"responses": {
1013810138
"200": {
1013910139
"content": {
@@ -10260,7 +10260,7 @@
1026010260
]
1026110261
}
1026210262
],
10263-
"description": "Export a Socket SBOM as a SPDX SBOM\n\nSupported ecosystems:\n\n- go\n- maven\n- npm\n- pypi\n- spdx\n- cdx\n\nUnsupported ecosystems are filtered from the export.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- report:read",
10263+
"description": "Export a Socket SBOM as a SPDX SBOM\n\nSupported ecosystems:\n\n- crates\n- go\n- maven\n- npm\n- nuget\n- pypi\n- rubygems\n- spdx\n- cdx\n\nUnsupported ecosystems are filtered from the export.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- report:read",
1026410264
"responses": {
1026510265
"200": {
1026610266
"content": {

types/api.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,13 @@ export interface paths {
433433
*
434434
* Supported ecosystems:
435435
*
436+
* - crates
436437
* - go
437438
* - maven
438439
* - npm
440+
* - nuget
439441
* - pypi
442+
* - rubygems
440443
* - spdx
441444
* - cdx
442445
*
@@ -456,10 +459,13 @@ export interface paths {
456459
*
457460
* Supported ecosystems:
458461
*
462+
* - crates
459463
* - go
460464
* - maven
461465
* - npm
466+
* - nuget
462467
* - pypi
468+
* - rubygems
463469
* - spdx
464470
* - cdx
465471
*
@@ -4990,10 +4996,13 @@ export interface operations {
49904996
*
49914997
* Supported ecosystems:
49924998
*
4999+
* - crates
49935000
* - go
49945001
* - maven
49955002
* - npm
5003+
* - nuget
49965004
* - pypi
5005+
* - rubygems
49975006
* - spdx
49985007
* - cdx
49995008
*
@@ -5049,10 +5058,13 @@ export interface operations {
50495058
*
50505059
* Supported ecosystems:
50515060
*
5061+
* - crates
50525062
* - go
50535063
* - maven
50545064
* - npm
5065+
* - nuget
50555066
* - pypi
5067+
* - rubygems
50565068
* - spdx
50575069
* - cdx
50585070
*

0 commit comments

Comments
 (0)