Skip to content

Commit 6ac8536

Browse files
fix(openapi): sync with openapi definition (#431)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 24e2f9c commit 6ac8536

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

types/api.d.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)