File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -15278,18 +15278,4 @@ export interface operations {
1527815278 429: components['responses']['SocketTooManyRequestsResponse']
1527915279 }
1528015280 }
15281- // SDK v3 method name aliases for TypeScript compatibility.
15282- // These map the new SDK method names to their underlying OpenAPI operation names.
15283- listOrganizations: operations['getOrganizations']
15284- listRepositories: operations['getOrgRepoList']
15285- createRepository: operations['createOrgRepo']
15286- deleteRepository: operations['deleteOrgRepo']
15287- updateRepository: operations['updateOrgRepo']
15288- getRepository: operations['getOrgRepo']
15289- listFullScans: operations['getOrgFullScanList']
15290- createFullScan: operations['CreateOrgFullScan']
15291- getFullScan: operations['getOrgFullScan']
15292- streamFullScan: operations['getOrgFullScan']
15293- deleteFullScan: operations['deleteOrgFullScan']
15294- getFullScanMetadata: operations['getOrgFullScanMetadata']
1529515281}
You can’t perform that action at this time.
0 commit comments