Skip to content

Commit 9bcd2f8

Browse files
fix(openapi): sync with openapi definition (#566)
Co-authored-by: socket-bot <socket-bot@users.noreply.github.com>
1 parent ab02ea5 commit 9bcd2f8

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38801,13 +38801,17 @@
3880138801
"ChangePlanSubscriptionSeats",
3880238802
"CreateApiToken",
3880338803
"CreateArtifact",
38804+
"CreateFirewallCustomRegistry",
38805+
"CreateFirewallDeploymentConfig",
3880438806
"CreateLabel",
3880538807
"CreateOauthRefreshToken",
3880638808
"CreateRepoAccessRule",
3880738809
"CreateWebhook",
3880838810
"CreateTicket",
3880938811
"DeleteAlertTriage",
3881038812
"DeleteApiToken",
38813+
"DeleteFirewallCustomRegistry",
38814+
"DeleteFirewallDeploymentConfig",
3881138815
"DeleteFullScan",
3881238816
"DeleteLabel",
3881338817
"DeleteLabelSetting",
@@ -38841,6 +38845,8 @@
3884138845
"UpdateApiTokenScopes",
3884238846
"UpdateApiTokenVisibility",
3884338847
"UpdateAutopatchCurated",
38848+
"UpdateFirewallCustomRegistry",
38849+
"UpdateFirewallDeploymentConfig",
3884438850
"UpdateLabel",
3884538851
"UpdateLabelSetting",
3884638852
"UpdateLicenseOverlay",

types/api.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15396,13 +15396,17 @@ export interface operations {
1539615396
| 'ChangePlanSubscriptionSeats'
1539715397
| 'CreateApiToken'
1539815398
| 'CreateArtifact'
15399+
| 'CreateFirewallCustomRegistry'
15400+
| 'CreateFirewallDeploymentConfig'
1539915401
| 'CreateLabel'
1540015402
| 'CreateOauthRefreshToken'
1540115403
| 'CreateRepoAccessRule'
1540215404
| 'CreateWebhook'
1540315405
| 'CreateTicket'
1540415406
| 'DeleteAlertTriage'
1540515407
| 'DeleteApiToken'
15408+
| 'DeleteFirewallCustomRegistry'
15409+
| 'DeleteFirewallDeploymentConfig'
1540615410
| 'DeleteFullScan'
1540715411
| 'DeleteLabel'
1540815412
| 'DeleteLabelSetting'
@@ -15436,6 +15440,8 @@ export interface operations {
1543615440
| 'UpdateApiTokenScopes'
1543715441
| 'UpdateApiTokenVisibility'
1543815442
| 'UpdateAutopatchCurated'
15443+
| 'UpdateFirewallCustomRegistry'
15444+
| 'UpdateFirewallDeploymentConfig'
1543915445
| 'UpdateLabel'
1544015446
| 'UpdateLabelSetting'
1544115447
| 'UpdateLicenseOverlay'

0 commit comments

Comments
 (0)