Skip to content

Commit 54e105e

Browse files
fix(openapi): sync with openapi definition (#351)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f5965b5 commit 54e105e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

openapi.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8563,7 +8563,6 @@
85638563
"conan",
85648564
"conda",
85658565
"cran",
8566-
"crates",
85678566
"deb",
85688567
"docker",
85698568
"gem",
@@ -8582,7 +8581,6 @@
85828581
"pub",
85838582
"pypi",
85848583
"rpm",
8585-
"rubygems",
85868584
"swid",
85878585
"swift",
85888586
"unknown"

types/api.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,7 +3933,6 @@ export interface components {
39333933
| 'conan'
39343934
| 'conda'
39353935
| 'cran'
3936-
| 'crates'
39373936
| 'deb'
39383937
| 'docker'
39393938
| 'gem'
@@ -3952,7 +3951,6 @@ export interface components {
39523951
| 'pub'
39533952
| 'pypi'
39543953
| 'rpm'
3955-
| 'rubygems'
39563954
| 'swid'
39573955
| 'swift'
39583956
| 'unknown'

0 commit comments

Comments
 (0)