freestyle-sandboxes 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. package/index.cjs +1024 -817
  2. package/index.d.cts +896 -664
  3. package/index.d.mts +896 -664
  4. package/index.mjs +1024 -817
  5. package/package.json +1 -1
package/index.d.mts CHANGED
@@ -1366,6 +1366,7 @@ interface ResponseGetObservabilityV1Logs200 {
1366
1366
  message: string;
1367
1367
  timestamp: string;
1368
1368
  }[];
1369
+ nextPageToken?: string | null;
1369
1370
  }
1370
1371
  interface ResponseGetV1Vms200 {
1371
1372
  vms: {
@@ -1524,7 +1525,6 @@ interface ResponsePostV1VmsSnapshots500 {
1524
1525
  message: string;
1525
1526
  }
1526
1527
  interface ResponsePostV1VmsIdResize200 {
1527
- size_mb: number;
1528
1528
  }
1529
1529
  interface ResponsePostV1VmsIdResize400 {
1530
1530
  /**
@@ -1962,6 +1962,16 @@ interface ResponsePostWebV1Deployment500 {
1962
1962
  */
1963
1963
  message: string;
1964
1964
  }
1965
+ interface ResponsePostWebV1Deployment502 {
1966
+ /**
1967
+ * Error code in SCREAMING_SNAKE_CASE
1968
+ */
1969
+ error: string;
1970
+ /**
1971
+ * Human-readable error message
1972
+ */
1973
+ message: string;
1974
+ }
1965
1975
  interface ResponseGetWebV1Deployments200 {
1966
1976
  entries: {
1967
1977
  deploymentId: string;
@@ -2189,6 +2199,7 @@ type responses_ResponsePostWebV1Deployment400 = ResponsePostWebV1Deployment400;
2189
2199
  type responses_ResponsePostWebV1Deployment403 = ResponsePostWebV1Deployment403;
2190
2200
  type responses_ResponsePostWebV1Deployment404 = ResponsePostWebV1Deployment404;
2191
2201
  type responses_ResponsePostWebV1Deployment500 = ResponsePostWebV1Deployment500;
2202
+ type responses_ResponsePostWebV1Deployment502 = ResponsePostWebV1Deployment502;
2192
2203
  type responses_ResponsePutDomainsV1Verifications200 = ResponsePutDomainsV1Verifications200;
2193
2204
  type responses_ResponsePutDomainsV1Verifications400 = ResponsePutDomainsV1Verifications400;
2194
2205
  type responses_ResponsePutDomainsV1Verifications404 = ResponsePutDomainsV1Verifications404;
@@ -2203,7 +2214,7 @@ type responses_ResponsePutV1VmsVmIdFilesFilepath400 = ResponsePutV1VmsVmIdFilesF
2203
2214
  type responses_ResponsePutV1VmsVmIdFilesFilepath404 = ResponsePutV1VmsVmIdFilesFilepath404;
2204
2215
  type responses_ResponsePutV1VmsVmIdFilesFilepath500 = ResponsePutV1VmsVmIdFilesFilepath500;
2205
2216
  declare namespace responses {
2206
- export type { responses_ResponseDeleteDnsV1Records200 as ResponseDeleteDnsV1Records200, responses_ResponseDeleteDnsV1Records403 as ResponseDeleteDnsV1Records403, responses_ResponseDeleteDnsV1Records500 as ResponseDeleteDnsV1Records500, responses_ResponseDeleteDomainsV1MappingsDomain200 as ResponseDeleteDomainsV1MappingsDomain200, responses_ResponseDeleteDomainsV1MappingsDomain400 as ResponseDeleteDomainsV1MappingsDomain400, responses_ResponseDeleteDomainsV1MappingsDomain401 as ResponseDeleteDomainsV1MappingsDomain401, responses_ResponseDeleteDomainsV1MappingsDomain500 as ResponseDeleteDomainsV1MappingsDomain500, responses_ResponseDeleteDomainsV1MappingsDomain502 as ResponseDeleteDomainsV1MappingsDomain502, responses_ResponseDeleteDomainsV1Verifications200 as ResponseDeleteDomainsV1Verifications200, responses_ResponseDeleteDomainsV1Verifications400 as ResponseDeleteDomainsV1Verifications400, responses_ResponseDeleteGitV1IdentityIdentity200 as ResponseDeleteGitV1IdentityIdentity200, responses_ResponseDeleteGitV1IdentityIdentity403 as ResponseDeleteGitV1IdentityIdentity403, responses_ResponseDeleteGitV1IdentityIdentity404 as ResponseDeleteGitV1IdentityIdentity404, responses_ResponseDeleteGitV1IdentityIdentity500 as ResponseDeleteGitV1IdentityIdentity500, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo200 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo200, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo403 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo403, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo404 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo404, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo500 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo500, responses_ResponseDeleteGitV1IdentityIdentityTokens200 as ResponseDeleteGitV1IdentityIdentityTokens200, responses_ResponseDeleteGitV1IdentityIdentityTokens403 as ResponseDeleteGitV1IdentityIdentityTokens403, responses_ResponseDeleteGitV1IdentityIdentityTokens404 as ResponseDeleteGitV1IdentityIdentityTokens404, responses_ResponseDeleteGitV1IdentityIdentityTokens500 as ResponseDeleteGitV1IdentityIdentityTokens500, responses_ResponseDeleteGitV1RepoRepo200 as ResponseDeleteGitV1RepoRepo200, responses_ResponseDeleteGitV1RepoRepo403 as ResponseDeleteGitV1RepoRepo403, responses_ResponseDeleteGitV1RepoRepo404 as ResponseDeleteGitV1RepoRepo404, responses_ResponseDeleteGitV1RepoRepo500 as ResponseDeleteGitV1RepoRepo500, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger200 as ResponseDeleteGitV1RepoRepoTriggerTrigger200, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger400 as ResponseDeleteGitV1RepoRepoTriggerTrigger400, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger403 as ResponseDeleteGitV1RepoRepoTriggerTrigger403, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger404 as ResponseDeleteGitV1RepoRepoTriggerTrigger404, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger500 as ResponseDeleteGitV1RepoRepoTriggerTrigger500, responses_ResponseDeleteIdentityV1IdentitiesIdentity200 as ResponseDeleteIdentityV1IdentitiesIdentity200, responses_ResponseDeleteIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponseDeleteIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponseDeleteIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponseDeleteIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponseDeleteIdentityV1IdentitiesIdentityTokensToken200 as ResponseDeleteIdentityV1IdentitiesIdentityTokensToken200, responses_ResponseDeleteV1VmsVmId200 as ResponseDeleteV1VmsVmId200, responses_ResponseDeleteV1VmsVmId500 as ResponseDeleteV1VmsVmId500, responses_ResponseGetDnsV1Records200 as ResponseGetDnsV1Records200, responses_ResponseGetDnsV1Records400 as ResponseGetDnsV1Records400, responses_ResponseGetDomainsV1Domains200 as ResponseGetDomainsV1Domains200, responses_ResponseGetDomainsV1Domains400 as ResponseGetDomainsV1Domains400, responses_ResponseGetDomainsV1Mappings200 as ResponseGetDomainsV1Mappings200, responses_ResponseGetDomainsV1Verifications200 as ResponseGetDomainsV1Verifications200, responses_ResponseGetDomainsV1Verifications400 as ResponseGetDomainsV1Verifications400, responses_ResponseGetEphemeralV1DevServersStatus200 as ResponseGetEphemeralV1DevServersStatus200, responses_ResponseGetExecuteV1Deployments200 as ResponseGetExecuteV1Deployments200, responses_ResponseGetExecuteV1Deployments500 as ResponseGetExecuteV1Deployments500, responses_ResponseGetExecuteV1DeploymentsDeployment200 as ResponseGetExecuteV1DeploymentsDeployment200, responses_ResponseGetExecuteV1DeploymentsDeployment401 as ResponseGetExecuteV1DeploymentsDeployment401, responses_ResponseGetExecuteV1DeploymentsDeployment404 as ResponseGetExecuteV1DeploymentsDeployment404, responses_ResponseGetExecuteV1DeploymentsDeployment500 as ResponseGetExecuteV1DeploymentsDeployment500, responses_ResponseGetGitV1Identity200 as ResponseGetGitV1Identity200, responses_ResponseGetGitV1IdentityIdentityPermissions200 as ResponseGetGitV1IdentityIdentityPermissions200, responses_ResponseGetGitV1IdentityIdentityPermissions403 as ResponseGetGitV1IdentityIdentityPermissions403, responses_ResponseGetGitV1IdentityIdentityPermissions404 as ResponseGetGitV1IdentityIdentityPermissions404, responses_ResponseGetGitV1IdentityIdentityPermissions500 as ResponseGetGitV1IdentityIdentityPermissions500, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo200 as ResponseGetGitV1IdentityIdentityPermissionsRepo200, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo403 as ResponseGetGitV1IdentityIdentityPermissionsRepo403, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo404 as ResponseGetGitV1IdentityIdentityPermissionsRepo404, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo500 as ResponseGetGitV1IdentityIdentityPermissionsRepo500, responses_ResponseGetGitV1IdentityIdentityTokens200 as ResponseGetGitV1IdentityIdentityTokens200, responses_ResponseGetGitV1IdentityIdentityTokens403 as ResponseGetGitV1IdentityIdentityTokens403, responses_ResponseGetGitV1IdentityIdentityTokens404 as ResponseGetGitV1IdentityIdentityTokens404, responses_ResponseGetGitV1IdentityIdentityTokens500 as ResponseGetGitV1IdentityIdentityTokens500, responses_ResponseGetGitV1Repo200 as ResponseGetGitV1Repo200, responses_ResponseGetGitV1Repo500 as ResponseGetGitV1Repo500, responses_ResponseGetGitV1RepoRepo200 as ResponseGetGitV1RepoRepo200, responses_ResponseGetGitV1RepoRepoCompare200 as ResponseGetGitV1RepoRepoCompare200, responses_ResponseGetGitV1RepoRepoContentsPath200 as ResponseGetGitV1RepoRepoContentsPath200, responses_ResponseGetGitV1RepoRepoContentsPath200DirEntryRecursive as ResponseGetGitV1RepoRepoContentsPath200DirEntryRecursive, responses_ResponseGetGitV1RepoRepoContentsPath200Directory as ResponseGetGitV1RepoRepoContentsPath200Directory, responses_ResponseGetGitV1RepoRepoContentsPath200DirectoryEntry as ResponseGetGitV1RepoRepoContentsPath200DirectoryEntry, responses_ResponseGetGitV1RepoRepoContentsPath200File as ResponseGetGitV1RepoRepoContentsPath200File, responses_ResponseGetGitV1RepoRepoContentsPath200FileEntry as ResponseGetGitV1RepoRepoContentsPath200FileEntry, responses_ResponseGetGitV1RepoRepoContentsPath200FileEntry1 as ResponseGetGitV1RepoRepoContentsPath200FileEntry1, responses_ResponseGetGitV1RepoRepoGitBlobsHash200 as ResponseGetGitV1RepoRepoGitBlobsHash200, responses_ResponseGetGitV1RepoRepoGitCommits200 as ResponseGetGitV1RepoRepoGitCommits200, responses_ResponseGetGitV1RepoRepoGitCommitsHash200 as ResponseGetGitV1RepoRepoGitCommitsHash200, responses_ResponseGetGitV1RepoRepoGitRefsHeadsBranch200 as ResponseGetGitV1RepoRepoGitRefsHeadsBranch200, responses_ResponseGetGitV1RepoRepoGitRefsTagsTag200 as ResponseGetGitV1RepoRepoGitRefsTagsTag200, responses_ResponseGetGitV1RepoRepoGitTagsHash200 as ResponseGetGitV1RepoRepoGitTagsHash200, responses_ResponseGetGitV1RepoRepoGitTreesHash200 as ResponseGetGitV1RepoRepoGitTreesHash200, responses_ResponseGetGitV1RepoRepoGitTreesHash200Blob as ResponseGetGitV1RepoRepoGitTreesHash200Blob, responses_ResponseGetGitV1RepoRepoGitTreesHash200Tree as ResponseGetGitV1RepoRepoGitTreesHash200Tree, responses_ResponseGetGitV1RepoRepoIdDefaultBranch200 as ResponseGetGitV1RepoRepoIdDefaultBranch200, responses_ResponseGetGitV1RepoRepoIdDefaultBranch403 as ResponseGetGitV1RepoRepoIdDefaultBranch403, responses_ResponseGetGitV1RepoRepoIdDefaultBranch404 as ResponseGetGitV1RepoRepoIdDefaultBranch404, responses_ResponseGetGitV1RepoRepoIdDefaultBranch500 as ResponseGetGitV1RepoRepoIdDefaultBranch500, responses_ResponseGetGitV1RepoRepoIdDevServerConfiguration200 as ResponseGetGitV1RepoRepoIdDevServerConfiguration200, responses_ResponseGetGitV1RepoRepoIdGithubSync200 as ResponseGetGitV1RepoRepoIdGithubSync200, responses_ResponseGetGitV1RepoRepoTrigger200 as ResponseGetGitV1RepoRepoTrigger200, responses_ResponseGetGitV1RepoRepoTrigger400 as ResponseGetGitV1RepoRepoTrigger400, responses_ResponseGetGitV1RepoRepoTrigger403 as ResponseGetGitV1RepoRepoTrigger403, responses_ResponseGetGitV1RepoRepoTrigger404 as ResponseGetGitV1RepoRepoTrigger404, responses_ResponseGetGitV1RepoRepoTrigger500 as ResponseGetGitV1RepoRepoTrigger500, responses_ResponseGetIdentityV1Identities200 as ResponseGetIdentityV1Identities200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsGit200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsGit200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsVm200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsVm200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponseGetIdentityV1IdentitiesIdentityTokens200 as ResponseGetIdentityV1IdentitiesIdentityTokens200, responses_ResponseGetObservabilityV1Logs200 as ResponseGetObservabilityV1Logs200, responses_ResponseGetV1Vms200 as ResponseGetV1Vms200, responses_ResponseGetV1Vms500 as ResponseGetV1Vms500, responses_ResponseGetV1VmsSnapshots200 as ResponseGetV1VmsSnapshots200, responses_ResponseGetV1VmsSnapshots400 as ResponseGetV1VmsSnapshots400, responses_ResponseGetV1VmsSnapshots500 as ResponseGetV1VmsSnapshots500, responses_ResponseGetV1VmsVmId200 as ResponseGetV1VmsVmId200, responses_ResponseGetV1VmsVmId500 as ResponseGetV1VmsVmId500, responses_ResponseGetV1VmsVmIdFilesFilepath200 as ResponseGetV1VmsVmIdFilesFilepath200, responses_ResponseGetV1VmsVmIdFilesFilepath400 as ResponseGetV1VmsVmIdFilesFilepath400, responses_ResponseGetV1VmsVmIdFilesFilepath404 as ResponseGetV1VmsVmIdFilesFilepath404, responses_ResponseGetV1VmsVmIdFilesFilepath500 as ResponseGetV1VmsVmIdFilesFilepath500, responses_ResponseGetV1VmsVmIdTerminals200 as ResponseGetV1VmsVmIdTerminals200, responses_ResponseGetV1VmsVmIdTerminals500 as ResponseGetV1VmsVmIdTerminals500, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdLogs200 as ResponseGetV1VmsVmIdTerminalsTerminalIdLogs200, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdLogs500 as ResponseGetV1VmsVmIdTerminalsTerminalIdLogs500, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color200 as ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color200, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color500 as ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color500, responses_ResponseGetWebV1Deployments200 as ResponseGetWebV1Deployments200, responses_ResponseGetWebV1Deployments500 as ResponseGetWebV1Deployments500, responses_ResponsePostDnsV1Records200 as ResponsePostDnsV1Records200, responses_ResponsePostDnsV1Records403 as ResponsePostDnsV1Records403, responses_ResponsePostDnsV1Records500 as ResponsePostDnsV1Records500, responses_ResponsePostDomainsV1CertsDomainWildcard200 as ResponsePostDomainsV1CertsDomainWildcard200, responses_ResponsePostDomainsV1CertsDomainWildcard400 as ResponsePostDomainsV1CertsDomainWildcard400, responses_ResponsePostDomainsV1MappingsDomain200 as ResponsePostDomainsV1MappingsDomain200, responses_ResponsePostDomainsV1MappingsDomain401 as ResponsePostDomainsV1MappingsDomain401, responses_ResponsePostDomainsV1MappingsDomain422 as ResponsePostDomainsV1MappingsDomain422, responses_ResponsePostDomainsV1MappingsDomain500 as ResponsePostDomainsV1MappingsDomain500, responses_ResponsePostDomainsV1MappingsDomain502 as ResponsePostDomainsV1MappingsDomain502, responses_ResponsePostDomainsV1Verifications200 as ResponsePostDomainsV1Verifications200, responses_ResponsePostDomainsV1Verifications400 as ResponsePostDomainsV1Verifications400, responses_ResponsePostEphemeralV1DevServers200 as ResponsePostEphemeralV1DevServers200, responses_ResponsePostEphemeralV1DevServersExec200 as ResponsePostEphemeralV1DevServersExec200, responses_ResponsePostEphemeralV1DevServersGitCommitPush200 as ResponsePostEphemeralV1DevServersGitCommitPush200, responses_ResponsePostEphemeralV1DevServersGitCommitPush400 as ResponsePostEphemeralV1DevServersGitCommitPush400, responses_ResponsePostEphemeralV1DevServersGitCommitPush404 as ResponsePostEphemeralV1DevServersGitCommitPush404, responses_ResponsePostEphemeralV1DevServersGitCommitPush500 as ResponsePostEphemeralV1DevServersGitCommitPush500, responses_ResponsePostEphemeralV1DevServersLogs200 as ResponsePostEphemeralV1DevServersLogs200, responses_ResponsePostEphemeralV1DevServersRestart200 as ResponsePostEphemeralV1DevServersRestart200, responses_ResponsePostEphemeralV1DevServersShutdown200 as ResponsePostEphemeralV1DevServersShutdown200, responses_ResponsePostExecuteV1Script200 as ResponsePostExecuteV1Script200, responses_ResponsePostExecuteV1Script400 as ResponsePostExecuteV1Script400, responses_ResponsePostExecuteV1Script500 as ResponsePostExecuteV1Script500, responses_ResponsePostGitV1Identity200 as ResponsePostGitV1Identity200, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo200 as ResponsePostGitV1IdentityIdentityPermissionsRepo200, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo403 as ResponsePostGitV1IdentityIdentityPermissionsRepo403, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo404 as ResponsePostGitV1IdentityIdentityPermissionsRepo404, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo500 as ResponsePostGitV1IdentityIdentityPermissionsRepo500, responses_ResponsePostGitV1IdentityIdentityTokens200 as ResponsePostGitV1IdentityIdentityTokens200, responses_ResponsePostGitV1IdentityIdentityTokens403 as ResponsePostGitV1IdentityIdentityTokens403, responses_ResponsePostGitV1IdentityIdentityTokens404 as ResponsePostGitV1IdentityIdentityTokens404, responses_ResponsePostGitV1IdentityIdentityTokens500 as ResponsePostGitV1IdentityIdentityTokens500, responses_ResponsePostGitV1Repo200 as ResponsePostGitV1Repo200, responses_ResponsePostGitV1Repo500 as ResponsePostGitV1Repo500, responses_ResponsePostGitV1RepoRepoTrigger200 as ResponsePostGitV1RepoRepoTrigger200, responses_ResponsePostGitV1RepoRepoTrigger400 as ResponsePostGitV1RepoRepoTrigger400, responses_ResponsePostGitV1RepoRepoTrigger403 as ResponsePostGitV1RepoRepoTrigger403, responses_ResponsePostGitV1RepoRepoTrigger404 as ResponsePostGitV1RepoRepoTrigger404, responses_ResponsePostGitV1RepoRepoTrigger500 as ResponsePostGitV1RepoRepoTrigger500, responses_ResponsePostIdentityV1Identities200 as ResponsePostIdentityV1Identities200, responses_ResponsePostIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponsePostIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponsePostIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponsePostIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponsePostIdentityV1IdentitiesIdentityTokens200 as ResponsePostIdentityV1IdentitiesIdentityTokens200, responses_ResponsePostV1Vms200 as ResponsePostV1Vms200, responses_ResponsePostV1Vms400 as ResponsePostV1Vms400, responses_ResponsePostV1Vms404 as ResponsePostV1Vms404, responses_ResponsePostV1Vms500 as ResponsePostV1Vms500, responses_ResponsePostV1VmsIdResize200 as ResponsePostV1VmsIdResize200, responses_ResponsePostV1VmsIdResize400 as ResponsePostV1VmsIdResize400, responses_ResponsePostV1VmsIdResize404 as ResponsePostV1VmsIdResize404, responses_ResponsePostV1VmsIdResize500 as ResponsePostV1VmsIdResize500, responses_ResponsePostV1VmsSnapshots200 as ResponsePostV1VmsSnapshots200, responses_ResponsePostV1VmsSnapshots400 as ResponsePostV1VmsSnapshots400, responses_ResponsePostV1VmsSnapshots404 as ResponsePostV1VmsSnapshots404, responses_ResponsePostV1VmsSnapshots500 as ResponsePostV1VmsSnapshots500, responses_ResponsePostV1VmsVmIdAwait200 as ResponsePostV1VmsVmIdAwait200, responses_ResponsePostV1VmsVmIdAwait500 as ResponsePostV1VmsVmIdAwait500, responses_ResponsePostV1VmsVmIdExecAwait200 as ResponsePostV1VmsVmIdExecAwait200, responses_ResponsePostV1VmsVmIdExecAwait500 as ResponsePostV1VmsVmIdExecAwait500, responses_ResponsePostV1VmsVmIdFork200 as ResponsePostV1VmsVmIdFork200, responses_ResponsePostV1VmsVmIdFork400 as ResponsePostV1VmsVmIdFork400, responses_ResponsePostV1VmsVmIdFork404 as ResponsePostV1VmsVmIdFork404, responses_ResponsePostV1VmsVmIdFork500 as ResponsePostV1VmsVmIdFork500, responses_ResponsePostV1VmsVmIdKill200 as ResponsePostV1VmsVmIdKill200, responses_ResponsePostV1VmsVmIdKill500 as ResponsePostV1VmsVmIdKill500, responses_ResponsePostV1VmsVmIdOptimize200 as ResponsePostV1VmsVmIdOptimize200, responses_ResponsePostV1VmsVmIdOptimize500 as ResponsePostV1VmsVmIdOptimize500, responses_ResponsePostV1VmsVmIdSnapshot200 as ResponsePostV1VmsVmIdSnapshot200, responses_ResponsePostV1VmsVmIdSnapshot400 as ResponsePostV1VmsVmIdSnapshot400, responses_ResponsePostV1VmsVmIdSnapshot500 as ResponsePostV1VmsVmIdSnapshot500, responses_ResponsePostV1VmsVmIdStart200 as ResponsePostV1VmsVmIdStart200, responses_ResponsePostV1VmsVmIdStart410 as ResponsePostV1VmsVmIdStart410, responses_ResponsePostV1VmsVmIdStart500 as ResponsePostV1VmsVmIdStart500, responses_ResponsePostV1VmsVmIdStart504 as ResponsePostV1VmsVmIdStart504, responses_ResponsePostV1VmsVmIdStop200 as ResponsePostV1VmsVmIdStop200, responses_ResponsePostV1VmsVmIdStop500 as ResponsePostV1VmsVmIdStop500, responses_ResponsePostV1VmsVmIdSuspend200 as ResponsePostV1VmsVmIdSuspend200, responses_ResponsePostV1VmsVmIdSuspend500 as ResponsePostV1VmsVmIdSuspend500, responses_ResponsePostWebV1Deploy200 as ResponsePostWebV1Deploy200, responses_ResponsePostWebV1Deploy400 as ResponsePostWebV1Deploy400, responses_ResponsePostWebV1Deployment200 as ResponsePostWebV1Deployment200, responses_ResponsePostWebV1Deployment400 as ResponsePostWebV1Deployment400, responses_ResponsePostWebV1Deployment403 as ResponsePostWebV1Deployment403, responses_ResponsePostWebV1Deployment404 as ResponsePostWebV1Deployment404, responses_ResponsePostWebV1Deployment500 as ResponsePostWebV1Deployment500, responses_ResponsePutDomainsV1Verifications200 as ResponsePutDomainsV1Verifications200, responses_ResponsePutDomainsV1Verifications400 as ResponsePutDomainsV1Verifications400, responses_ResponsePutDomainsV1Verifications404 as ResponsePutDomainsV1Verifications404, responses_ResponsePutGitV1RepoRepoIdDefaultBranch200 as ResponsePutGitV1RepoRepoIdDefaultBranch200, responses_ResponsePutGitV1RepoRepoIdDefaultBranch403 as ResponsePutGitV1RepoRepoIdDefaultBranch403, responses_ResponsePutGitV1RepoRepoIdDefaultBranch404 as ResponsePutGitV1RepoRepoIdDefaultBranch404, responses_ResponsePutGitV1RepoRepoIdDefaultBranch500 as ResponsePutGitV1RepoRepoIdDefaultBranch500, responses_ResponsePutIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponsePutIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponsePutIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponsePutIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponsePutV1VmsVmIdFilesFilepath200 as ResponsePutV1VmsVmIdFilesFilepath200, responses_ResponsePutV1VmsVmIdFilesFilepath400 as ResponsePutV1VmsVmIdFilesFilepath400, responses_ResponsePutV1VmsVmIdFilesFilepath404 as ResponsePutV1VmsVmIdFilesFilepath404, responses_ResponsePutV1VmsVmIdFilesFilepath500 as ResponsePutV1VmsVmIdFilesFilepath500 };
2217
+ export type { responses_ResponseDeleteDnsV1Records200 as ResponseDeleteDnsV1Records200, responses_ResponseDeleteDnsV1Records403 as ResponseDeleteDnsV1Records403, responses_ResponseDeleteDnsV1Records500 as ResponseDeleteDnsV1Records500, responses_ResponseDeleteDomainsV1MappingsDomain200 as ResponseDeleteDomainsV1MappingsDomain200, responses_ResponseDeleteDomainsV1MappingsDomain400 as ResponseDeleteDomainsV1MappingsDomain400, responses_ResponseDeleteDomainsV1MappingsDomain401 as ResponseDeleteDomainsV1MappingsDomain401, responses_ResponseDeleteDomainsV1MappingsDomain500 as ResponseDeleteDomainsV1MappingsDomain500, responses_ResponseDeleteDomainsV1MappingsDomain502 as ResponseDeleteDomainsV1MappingsDomain502, responses_ResponseDeleteDomainsV1Verifications200 as ResponseDeleteDomainsV1Verifications200, responses_ResponseDeleteDomainsV1Verifications400 as ResponseDeleteDomainsV1Verifications400, responses_ResponseDeleteGitV1IdentityIdentity200 as ResponseDeleteGitV1IdentityIdentity200, responses_ResponseDeleteGitV1IdentityIdentity403 as ResponseDeleteGitV1IdentityIdentity403, responses_ResponseDeleteGitV1IdentityIdentity404 as ResponseDeleteGitV1IdentityIdentity404, responses_ResponseDeleteGitV1IdentityIdentity500 as ResponseDeleteGitV1IdentityIdentity500, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo200 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo200, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo403 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo403, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo404 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo404, responses_ResponseDeleteGitV1IdentityIdentityPermissionsRepo500 as ResponseDeleteGitV1IdentityIdentityPermissionsRepo500, responses_ResponseDeleteGitV1IdentityIdentityTokens200 as ResponseDeleteGitV1IdentityIdentityTokens200, responses_ResponseDeleteGitV1IdentityIdentityTokens403 as ResponseDeleteGitV1IdentityIdentityTokens403, responses_ResponseDeleteGitV1IdentityIdentityTokens404 as ResponseDeleteGitV1IdentityIdentityTokens404, responses_ResponseDeleteGitV1IdentityIdentityTokens500 as ResponseDeleteGitV1IdentityIdentityTokens500, responses_ResponseDeleteGitV1RepoRepo200 as ResponseDeleteGitV1RepoRepo200, responses_ResponseDeleteGitV1RepoRepo403 as ResponseDeleteGitV1RepoRepo403, responses_ResponseDeleteGitV1RepoRepo404 as ResponseDeleteGitV1RepoRepo404, responses_ResponseDeleteGitV1RepoRepo500 as ResponseDeleteGitV1RepoRepo500, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger200 as ResponseDeleteGitV1RepoRepoTriggerTrigger200, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger400 as ResponseDeleteGitV1RepoRepoTriggerTrigger400, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger403 as ResponseDeleteGitV1RepoRepoTriggerTrigger403, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger404 as ResponseDeleteGitV1RepoRepoTriggerTrigger404, responses_ResponseDeleteGitV1RepoRepoTriggerTrigger500 as ResponseDeleteGitV1RepoRepoTriggerTrigger500, responses_ResponseDeleteIdentityV1IdentitiesIdentity200 as ResponseDeleteIdentityV1IdentitiesIdentity200, responses_ResponseDeleteIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponseDeleteIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponseDeleteIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponseDeleteIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponseDeleteIdentityV1IdentitiesIdentityTokensToken200 as ResponseDeleteIdentityV1IdentitiesIdentityTokensToken200, responses_ResponseDeleteV1VmsVmId200 as ResponseDeleteV1VmsVmId200, responses_ResponseDeleteV1VmsVmId500 as ResponseDeleteV1VmsVmId500, responses_ResponseGetDnsV1Records200 as ResponseGetDnsV1Records200, responses_ResponseGetDnsV1Records400 as ResponseGetDnsV1Records400, responses_ResponseGetDomainsV1Domains200 as ResponseGetDomainsV1Domains200, responses_ResponseGetDomainsV1Domains400 as ResponseGetDomainsV1Domains400, responses_ResponseGetDomainsV1Mappings200 as ResponseGetDomainsV1Mappings200, responses_ResponseGetDomainsV1Verifications200 as ResponseGetDomainsV1Verifications200, responses_ResponseGetDomainsV1Verifications400 as ResponseGetDomainsV1Verifications400, responses_ResponseGetEphemeralV1DevServersStatus200 as ResponseGetEphemeralV1DevServersStatus200, responses_ResponseGetExecuteV1Deployments200 as ResponseGetExecuteV1Deployments200, responses_ResponseGetExecuteV1Deployments500 as ResponseGetExecuteV1Deployments500, responses_ResponseGetExecuteV1DeploymentsDeployment200 as ResponseGetExecuteV1DeploymentsDeployment200, responses_ResponseGetExecuteV1DeploymentsDeployment401 as ResponseGetExecuteV1DeploymentsDeployment401, responses_ResponseGetExecuteV1DeploymentsDeployment404 as ResponseGetExecuteV1DeploymentsDeployment404, responses_ResponseGetExecuteV1DeploymentsDeployment500 as ResponseGetExecuteV1DeploymentsDeployment500, responses_ResponseGetGitV1Identity200 as ResponseGetGitV1Identity200, responses_ResponseGetGitV1IdentityIdentityPermissions200 as ResponseGetGitV1IdentityIdentityPermissions200, responses_ResponseGetGitV1IdentityIdentityPermissions403 as ResponseGetGitV1IdentityIdentityPermissions403, responses_ResponseGetGitV1IdentityIdentityPermissions404 as ResponseGetGitV1IdentityIdentityPermissions404, responses_ResponseGetGitV1IdentityIdentityPermissions500 as ResponseGetGitV1IdentityIdentityPermissions500, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo200 as ResponseGetGitV1IdentityIdentityPermissionsRepo200, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo403 as ResponseGetGitV1IdentityIdentityPermissionsRepo403, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo404 as ResponseGetGitV1IdentityIdentityPermissionsRepo404, responses_ResponseGetGitV1IdentityIdentityPermissionsRepo500 as ResponseGetGitV1IdentityIdentityPermissionsRepo500, responses_ResponseGetGitV1IdentityIdentityTokens200 as ResponseGetGitV1IdentityIdentityTokens200, responses_ResponseGetGitV1IdentityIdentityTokens403 as ResponseGetGitV1IdentityIdentityTokens403, responses_ResponseGetGitV1IdentityIdentityTokens404 as ResponseGetGitV1IdentityIdentityTokens404, responses_ResponseGetGitV1IdentityIdentityTokens500 as ResponseGetGitV1IdentityIdentityTokens500, responses_ResponseGetGitV1Repo200 as ResponseGetGitV1Repo200, responses_ResponseGetGitV1Repo500 as ResponseGetGitV1Repo500, responses_ResponseGetGitV1RepoRepo200 as ResponseGetGitV1RepoRepo200, responses_ResponseGetGitV1RepoRepoCompare200 as ResponseGetGitV1RepoRepoCompare200, responses_ResponseGetGitV1RepoRepoContentsPath200 as ResponseGetGitV1RepoRepoContentsPath200, responses_ResponseGetGitV1RepoRepoContentsPath200DirEntryRecursive as ResponseGetGitV1RepoRepoContentsPath200DirEntryRecursive, responses_ResponseGetGitV1RepoRepoContentsPath200Directory as ResponseGetGitV1RepoRepoContentsPath200Directory, responses_ResponseGetGitV1RepoRepoContentsPath200DirectoryEntry as ResponseGetGitV1RepoRepoContentsPath200DirectoryEntry, responses_ResponseGetGitV1RepoRepoContentsPath200File as ResponseGetGitV1RepoRepoContentsPath200File, responses_ResponseGetGitV1RepoRepoContentsPath200FileEntry as ResponseGetGitV1RepoRepoContentsPath200FileEntry, responses_ResponseGetGitV1RepoRepoContentsPath200FileEntry1 as ResponseGetGitV1RepoRepoContentsPath200FileEntry1, responses_ResponseGetGitV1RepoRepoGitBlobsHash200 as ResponseGetGitV1RepoRepoGitBlobsHash200, responses_ResponseGetGitV1RepoRepoGitCommits200 as ResponseGetGitV1RepoRepoGitCommits200, responses_ResponseGetGitV1RepoRepoGitCommitsHash200 as ResponseGetGitV1RepoRepoGitCommitsHash200, responses_ResponseGetGitV1RepoRepoGitRefsHeadsBranch200 as ResponseGetGitV1RepoRepoGitRefsHeadsBranch200, responses_ResponseGetGitV1RepoRepoGitRefsTagsTag200 as ResponseGetGitV1RepoRepoGitRefsTagsTag200, responses_ResponseGetGitV1RepoRepoGitTagsHash200 as ResponseGetGitV1RepoRepoGitTagsHash200, responses_ResponseGetGitV1RepoRepoGitTreesHash200 as ResponseGetGitV1RepoRepoGitTreesHash200, responses_ResponseGetGitV1RepoRepoGitTreesHash200Blob as ResponseGetGitV1RepoRepoGitTreesHash200Blob, responses_ResponseGetGitV1RepoRepoGitTreesHash200Tree as ResponseGetGitV1RepoRepoGitTreesHash200Tree, responses_ResponseGetGitV1RepoRepoIdDefaultBranch200 as ResponseGetGitV1RepoRepoIdDefaultBranch200, responses_ResponseGetGitV1RepoRepoIdDefaultBranch403 as ResponseGetGitV1RepoRepoIdDefaultBranch403, responses_ResponseGetGitV1RepoRepoIdDefaultBranch404 as ResponseGetGitV1RepoRepoIdDefaultBranch404, responses_ResponseGetGitV1RepoRepoIdDefaultBranch500 as ResponseGetGitV1RepoRepoIdDefaultBranch500, responses_ResponseGetGitV1RepoRepoIdDevServerConfiguration200 as ResponseGetGitV1RepoRepoIdDevServerConfiguration200, responses_ResponseGetGitV1RepoRepoIdGithubSync200 as ResponseGetGitV1RepoRepoIdGithubSync200, responses_ResponseGetGitV1RepoRepoTrigger200 as ResponseGetGitV1RepoRepoTrigger200, responses_ResponseGetGitV1RepoRepoTrigger400 as ResponseGetGitV1RepoRepoTrigger400, responses_ResponseGetGitV1RepoRepoTrigger403 as ResponseGetGitV1RepoRepoTrigger403, responses_ResponseGetGitV1RepoRepoTrigger404 as ResponseGetGitV1RepoRepoTrigger404, responses_ResponseGetGitV1RepoRepoTrigger500 as ResponseGetGitV1RepoRepoTrigger500, responses_ResponseGetIdentityV1Identities200 as ResponseGetIdentityV1Identities200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsGit200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsGit200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsVm200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsVm200, responses_ResponseGetIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponseGetIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponseGetIdentityV1IdentitiesIdentityTokens200 as ResponseGetIdentityV1IdentitiesIdentityTokens200, responses_ResponseGetObservabilityV1Logs200 as ResponseGetObservabilityV1Logs200, responses_ResponseGetV1Vms200 as ResponseGetV1Vms200, responses_ResponseGetV1Vms500 as ResponseGetV1Vms500, responses_ResponseGetV1VmsSnapshots200 as ResponseGetV1VmsSnapshots200, responses_ResponseGetV1VmsSnapshots400 as ResponseGetV1VmsSnapshots400, responses_ResponseGetV1VmsSnapshots500 as ResponseGetV1VmsSnapshots500, responses_ResponseGetV1VmsVmId200 as ResponseGetV1VmsVmId200, responses_ResponseGetV1VmsVmId500 as ResponseGetV1VmsVmId500, responses_ResponseGetV1VmsVmIdFilesFilepath200 as ResponseGetV1VmsVmIdFilesFilepath200, responses_ResponseGetV1VmsVmIdFilesFilepath400 as ResponseGetV1VmsVmIdFilesFilepath400, responses_ResponseGetV1VmsVmIdFilesFilepath404 as ResponseGetV1VmsVmIdFilesFilepath404, responses_ResponseGetV1VmsVmIdFilesFilepath500 as ResponseGetV1VmsVmIdFilesFilepath500, responses_ResponseGetV1VmsVmIdTerminals200 as ResponseGetV1VmsVmIdTerminals200, responses_ResponseGetV1VmsVmIdTerminals500 as ResponseGetV1VmsVmIdTerminals500, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdLogs200 as ResponseGetV1VmsVmIdTerminalsTerminalIdLogs200, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdLogs500 as ResponseGetV1VmsVmIdTerminalsTerminalIdLogs500, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color200 as ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color200, responses_ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color500 as ResponseGetV1VmsVmIdTerminalsTerminalIdXterm_256Color500, responses_ResponseGetWebV1Deployments200 as ResponseGetWebV1Deployments200, responses_ResponseGetWebV1Deployments500 as ResponseGetWebV1Deployments500, responses_ResponsePostDnsV1Records200 as ResponsePostDnsV1Records200, responses_ResponsePostDnsV1Records403 as ResponsePostDnsV1Records403, responses_ResponsePostDnsV1Records500 as ResponsePostDnsV1Records500, responses_ResponsePostDomainsV1CertsDomainWildcard200 as ResponsePostDomainsV1CertsDomainWildcard200, responses_ResponsePostDomainsV1CertsDomainWildcard400 as ResponsePostDomainsV1CertsDomainWildcard400, responses_ResponsePostDomainsV1MappingsDomain200 as ResponsePostDomainsV1MappingsDomain200, responses_ResponsePostDomainsV1MappingsDomain401 as ResponsePostDomainsV1MappingsDomain401, responses_ResponsePostDomainsV1MappingsDomain422 as ResponsePostDomainsV1MappingsDomain422, responses_ResponsePostDomainsV1MappingsDomain500 as ResponsePostDomainsV1MappingsDomain500, responses_ResponsePostDomainsV1MappingsDomain502 as ResponsePostDomainsV1MappingsDomain502, responses_ResponsePostDomainsV1Verifications200 as ResponsePostDomainsV1Verifications200, responses_ResponsePostDomainsV1Verifications400 as ResponsePostDomainsV1Verifications400, responses_ResponsePostEphemeralV1DevServers200 as ResponsePostEphemeralV1DevServers200, responses_ResponsePostEphemeralV1DevServersExec200 as ResponsePostEphemeralV1DevServersExec200, responses_ResponsePostEphemeralV1DevServersGitCommitPush200 as ResponsePostEphemeralV1DevServersGitCommitPush200, responses_ResponsePostEphemeralV1DevServersGitCommitPush400 as ResponsePostEphemeralV1DevServersGitCommitPush400, responses_ResponsePostEphemeralV1DevServersGitCommitPush404 as ResponsePostEphemeralV1DevServersGitCommitPush404, responses_ResponsePostEphemeralV1DevServersGitCommitPush500 as ResponsePostEphemeralV1DevServersGitCommitPush500, responses_ResponsePostEphemeralV1DevServersLogs200 as ResponsePostEphemeralV1DevServersLogs200, responses_ResponsePostEphemeralV1DevServersRestart200 as ResponsePostEphemeralV1DevServersRestart200, responses_ResponsePostEphemeralV1DevServersShutdown200 as ResponsePostEphemeralV1DevServersShutdown200, responses_ResponsePostExecuteV1Script200 as ResponsePostExecuteV1Script200, responses_ResponsePostExecuteV1Script400 as ResponsePostExecuteV1Script400, responses_ResponsePostExecuteV1Script500 as ResponsePostExecuteV1Script500, responses_ResponsePostGitV1Identity200 as ResponsePostGitV1Identity200, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo200 as ResponsePostGitV1IdentityIdentityPermissionsRepo200, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo403 as ResponsePostGitV1IdentityIdentityPermissionsRepo403, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo404 as ResponsePostGitV1IdentityIdentityPermissionsRepo404, responses_ResponsePostGitV1IdentityIdentityPermissionsRepo500 as ResponsePostGitV1IdentityIdentityPermissionsRepo500, responses_ResponsePostGitV1IdentityIdentityTokens200 as ResponsePostGitV1IdentityIdentityTokens200, responses_ResponsePostGitV1IdentityIdentityTokens403 as ResponsePostGitV1IdentityIdentityTokens403, responses_ResponsePostGitV1IdentityIdentityTokens404 as ResponsePostGitV1IdentityIdentityTokens404, responses_ResponsePostGitV1IdentityIdentityTokens500 as ResponsePostGitV1IdentityIdentityTokens500, responses_ResponsePostGitV1Repo200 as ResponsePostGitV1Repo200, responses_ResponsePostGitV1Repo500 as ResponsePostGitV1Repo500, responses_ResponsePostGitV1RepoRepoTrigger200 as ResponsePostGitV1RepoRepoTrigger200, responses_ResponsePostGitV1RepoRepoTrigger400 as ResponsePostGitV1RepoRepoTrigger400, responses_ResponsePostGitV1RepoRepoTrigger403 as ResponsePostGitV1RepoRepoTrigger403, responses_ResponsePostGitV1RepoRepoTrigger404 as ResponsePostGitV1RepoRepoTrigger404, responses_ResponsePostGitV1RepoRepoTrigger500 as ResponsePostGitV1RepoRepoTrigger500, responses_ResponsePostIdentityV1Identities200 as ResponsePostIdentityV1Identities200, responses_ResponsePostIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponsePostIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponsePostIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponsePostIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponsePostIdentityV1IdentitiesIdentityTokens200 as ResponsePostIdentityV1IdentitiesIdentityTokens200, responses_ResponsePostV1Vms200 as ResponsePostV1Vms200, responses_ResponsePostV1Vms400 as ResponsePostV1Vms400, responses_ResponsePostV1Vms404 as ResponsePostV1Vms404, responses_ResponsePostV1Vms500 as ResponsePostV1Vms500, responses_ResponsePostV1VmsIdResize200 as ResponsePostV1VmsIdResize200, responses_ResponsePostV1VmsIdResize400 as ResponsePostV1VmsIdResize400, responses_ResponsePostV1VmsIdResize404 as ResponsePostV1VmsIdResize404, responses_ResponsePostV1VmsIdResize500 as ResponsePostV1VmsIdResize500, responses_ResponsePostV1VmsSnapshots200 as ResponsePostV1VmsSnapshots200, responses_ResponsePostV1VmsSnapshots400 as ResponsePostV1VmsSnapshots400, responses_ResponsePostV1VmsSnapshots404 as ResponsePostV1VmsSnapshots404, responses_ResponsePostV1VmsSnapshots500 as ResponsePostV1VmsSnapshots500, responses_ResponsePostV1VmsVmIdAwait200 as ResponsePostV1VmsVmIdAwait200, responses_ResponsePostV1VmsVmIdAwait500 as ResponsePostV1VmsVmIdAwait500, responses_ResponsePostV1VmsVmIdExecAwait200 as ResponsePostV1VmsVmIdExecAwait200, responses_ResponsePostV1VmsVmIdExecAwait500 as ResponsePostV1VmsVmIdExecAwait500, responses_ResponsePostV1VmsVmIdFork200 as ResponsePostV1VmsVmIdFork200, responses_ResponsePostV1VmsVmIdFork400 as ResponsePostV1VmsVmIdFork400, responses_ResponsePostV1VmsVmIdFork404 as ResponsePostV1VmsVmIdFork404, responses_ResponsePostV1VmsVmIdFork500 as ResponsePostV1VmsVmIdFork500, responses_ResponsePostV1VmsVmIdKill200 as ResponsePostV1VmsVmIdKill200, responses_ResponsePostV1VmsVmIdKill500 as ResponsePostV1VmsVmIdKill500, responses_ResponsePostV1VmsVmIdOptimize200 as ResponsePostV1VmsVmIdOptimize200, responses_ResponsePostV1VmsVmIdOptimize500 as ResponsePostV1VmsVmIdOptimize500, responses_ResponsePostV1VmsVmIdSnapshot200 as ResponsePostV1VmsVmIdSnapshot200, responses_ResponsePostV1VmsVmIdSnapshot400 as ResponsePostV1VmsVmIdSnapshot400, responses_ResponsePostV1VmsVmIdSnapshot500 as ResponsePostV1VmsVmIdSnapshot500, responses_ResponsePostV1VmsVmIdStart200 as ResponsePostV1VmsVmIdStart200, responses_ResponsePostV1VmsVmIdStart410 as ResponsePostV1VmsVmIdStart410, responses_ResponsePostV1VmsVmIdStart500 as ResponsePostV1VmsVmIdStart500, responses_ResponsePostV1VmsVmIdStart504 as ResponsePostV1VmsVmIdStart504, responses_ResponsePostV1VmsVmIdStop200 as ResponsePostV1VmsVmIdStop200, responses_ResponsePostV1VmsVmIdStop500 as ResponsePostV1VmsVmIdStop500, responses_ResponsePostV1VmsVmIdSuspend200 as ResponsePostV1VmsVmIdSuspend200, responses_ResponsePostV1VmsVmIdSuspend500 as ResponsePostV1VmsVmIdSuspend500, responses_ResponsePostWebV1Deploy200 as ResponsePostWebV1Deploy200, responses_ResponsePostWebV1Deploy400 as ResponsePostWebV1Deploy400, responses_ResponsePostWebV1Deployment200 as ResponsePostWebV1Deployment200, responses_ResponsePostWebV1Deployment400 as ResponsePostWebV1Deployment400, responses_ResponsePostWebV1Deployment403 as ResponsePostWebV1Deployment403, responses_ResponsePostWebV1Deployment404 as ResponsePostWebV1Deployment404, responses_ResponsePostWebV1Deployment500 as ResponsePostWebV1Deployment500, responses_ResponsePostWebV1Deployment502 as ResponsePostWebV1Deployment502, responses_ResponsePutDomainsV1Verifications200 as ResponsePutDomainsV1Verifications200, responses_ResponsePutDomainsV1Verifications400 as ResponsePutDomainsV1Verifications400, responses_ResponsePutDomainsV1Verifications404 as ResponsePutDomainsV1Verifications404, responses_ResponsePutGitV1RepoRepoIdDefaultBranch200 as ResponsePutGitV1RepoRepoIdDefaultBranch200, responses_ResponsePutGitV1RepoRepoIdDefaultBranch403 as ResponsePutGitV1RepoRepoIdDefaultBranch403, responses_ResponsePutGitV1RepoRepoIdDefaultBranch404 as ResponsePutGitV1RepoRepoIdDefaultBranch404, responses_ResponsePutGitV1RepoRepoIdDefaultBranch500 as ResponsePutGitV1RepoRepoIdDefaultBranch500, responses_ResponsePutIdentityV1IdentitiesIdentityPermissionsGitRepo200 as ResponsePutIdentityV1IdentitiesIdentityPermissionsGitRepo200, responses_ResponsePutIdentityV1IdentitiesIdentityPermissionsVmVmId200 as ResponsePutIdentityV1IdentitiesIdentityPermissionsVmVmId200, responses_ResponsePutV1VmsVmIdFilesFilepath200 as ResponsePutV1VmsVmIdFilesFilepath200, responses_ResponsePutV1VmsVmIdFilesFilepath400 as ResponsePutV1VmsVmIdFilesFilepath400, responses_ResponsePutV1VmsVmIdFilesFilepath404 as ResponsePutV1VmsVmIdFilesFilepath404, responses_ResponsePutV1VmsVmIdFilesFilepath500 as ResponsePutV1VmsVmIdFilesFilepath500 };
2207
2218
  }
2208
2219
 
2209
2220
  type PostDevServersV1DevServersRequestRequestBody = (null | {
@@ -3778,6 +3789,10 @@ interface DeleteIdentityV1IdentitiesIdentityTokensTokenPathParams {
3778
3789
  interface GetObservabilityV1LogsQueryParams {
3779
3790
  deploymentId?: string | null;
3780
3791
  domain?: string | null;
3792
+ pageToken?: string | null;
3793
+ pageSize?: number | null;
3794
+ startTime?: string | null;
3795
+ endTime?: string | null;
3781
3796
  }
3782
3797
  interface PostV1VmsRequestBody {
3783
3798
  idleTimeoutSeconds?: number | null;
@@ -4068,10 +4083,9 @@ interface PostV1VmsRequestBody {
4068
4083
  * created from the specified snapshot. Cannot be used together with fork_vm_id or docker_image.
4069
4084
  */
4070
4085
  snapshotId?: string | null;
4071
- /**
4072
- * Size of the ext4 rootfs in MB. Defaults to 16000MB if not provided.
4073
- */
4074
- rootfsSizeMb?: number | null;
4086
+ rootfsSizeGb?: number | null;
4087
+ memSizeGb?: number | null;
4088
+ vcpuCount?: number | null;
4075
4089
  /**
4076
4090
  * Optional working directory for the VM. If not provided, the default to '/'
4077
4091
  */
@@ -4372,6 +4386,11 @@ interface PostV1VmsRequestBody {
4372
4386
  * Optional discriminator to differentiate snapshots with otherwise identical configurations
4373
4387
  */
4374
4388
  discriminator?: string | null;
4389
+ /**
4390
+ * Optional list of apt packages to install when setting up the VM.
4391
+ * These packages will be installed using `apt-get install` on VM startup.
4392
+ */
4393
+ aptDeps?: string[] | null;
4375
4394
  };
4376
4395
  gitRepos?: {
4377
4396
  /**
@@ -4392,6 +4411,11 @@ interface PostV1VmsRequestBody {
4392
4411
  * and be recreated with the same configuration when something tries to start it.
4393
4412
  */
4394
4413
  recreate?: boolean | null;
4414
+ /**
4415
+ * Optional list of apt packages to install when setting up the VM.
4416
+ * These packages will be installed using `apt-get install` on VM startup.
4417
+ */
4418
+ aptDeps?: string[] | null;
4395
4419
  }
4396
4420
  interface PostV1VmsSnapshotsRequestBody {
4397
4421
  name?: string | null;
@@ -4401,10 +4425,9 @@ interface PostV1VmsSnapshotsRequestBody {
4401
4425
  * created from the specified snapshot. Cannot be used together with fork_vm_id or docker_image.
4402
4426
  */
4403
4427
  snapshotId?: string | null;
4404
- /**
4405
- * Size of the ext4 rootfs in MB. Defaults to 16000MB if not provided.
4406
- */
4407
- rootfsSizeMb?: number | null;
4428
+ rootfsSizeGb?: number | null;
4429
+ memSizeGb?: number | null;
4430
+ vcpuCount?: number | null;
4408
4431
  /**
4409
4432
  * Optional working directory for the VM. If not provided, the default to '/'
4410
4433
  */
@@ -4705,13 +4728,20 @@ interface PostV1VmsSnapshotsRequestBody {
4705
4728
  * Optional discriminator to differentiate snapshots with otherwise identical configurations
4706
4729
  */
4707
4730
  discriminator?: string | null;
4731
+ /**
4732
+ * Optional list of apt packages to install when setting up the VM.
4733
+ * These packages will be installed using `apt-get install` on VM startup.
4734
+ */
4735
+ aptDeps?: string[] | null;
4708
4736
  };
4709
4737
  }
4710
4738
  interface PostV1VmsIdResizePathParams {
4711
4739
  id: string;
4712
4740
  }
4713
4741
  interface PostV1VmsIdResizeRequestBody {
4714
- sizeMb: number;
4742
+ rootfsSizeGb?: number | null;
4743
+ memSizeGb?: number | null;
4744
+ vcpuCount?: number | null;
4715
4745
  }
4716
4746
  interface GetV1VmsVmIdPathParams {
4717
4747
  vm_id: string;
@@ -5702,6 +5732,24 @@ interface FreestyleError {
5702
5732
  message: string;
5703
5733
  }
5704
5734
  declare function errorFromJSON(body: object & FreestyleError): Error;
5735
+ declare class InternalErrorError extends Error {
5736
+ body: unknown & FreestyleError;
5737
+ static readonly code: string;
5738
+ static readonly statusCode: number;
5739
+ static readonly description: string;
5740
+ constructor(body: unknown & FreestyleError);
5741
+ }
5742
+ interface PublicDockerImportBadRequest {
5743
+ message: string;
5744
+ [k: string]: unknown;
5745
+ }
5746
+ declare class DockerImportBadRequestError extends Error {
5747
+ body: PublicDockerImportBadRequest & FreestyleError;
5748
+ static readonly code: string;
5749
+ static readonly statusCode: number;
5750
+ static readonly description: string;
5751
+ constructor(body: PublicDockerImportBadRequest & FreestyleError);
5752
+ }
5705
5753
  declare class VmNotFoundInFsError extends Error {
5706
5754
  body: unknown & FreestyleError;
5707
5755
  static readonly code: string;
@@ -5781,24 +5829,6 @@ declare class NotFoundError extends Error {
5781
5829
  static readonly description: string;
5782
5830
  constructor(body: unknown & FreestyleError);
5783
5831
  }
5784
- declare class InternalErrorError extends Error {
5785
- body: unknown & FreestyleError;
5786
- static readonly code: string;
5787
- static readonly statusCode: number;
5788
- static readonly description: string;
5789
- constructor(body: unknown & FreestyleError);
5790
- }
5791
- interface PublicDockerImportBadRequest {
5792
- message: string;
5793
- [k: string]: unknown;
5794
- }
5795
- declare class DockerImportBadRequestError extends Error {
5796
- body: PublicDockerImportBadRequest & FreestyleError;
5797
- static readonly code: string;
5798
- static readonly statusCode: number;
5799
- static readonly description: string;
5800
- constructor(body: PublicDockerImportBadRequest & FreestyleError);
5801
- }
5802
5832
  interface PublicForkVmNotFound {
5803
5833
  forkVmId: string;
5804
5834
  [k: string]: unknown;
@@ -5949,17 +5979,6 @@ declare class VmNotInTransactionError extends Error {
5949
5979
  static readonly description: string;
5950
5980
  constructor(body: unknown & FreestyleError);
5951
5981
  }
5952
- interface PublicCreateVmBadRequest {
5953
- message: string;
5954
- [k: string]: unknown;
5955
- }
5956
- declare class CreateVmBadRequestError extends Error {
5957
- body: PublicCreateVmBadRequest & FreestyleError;
5958
- static readonly code: string;
5959
- static readonly statusCode: number;
5960
- static readonly description: string;
5961
- constructor(body: PublicCreateVmBadRequest & FreestyleError);
5962
- }
5963
5982
  declare class UserNotFoundError extends Error {
5964
5983
  body: unknown & FreestyleError;
5965
5984
  static readonly code: string;
@@ -6080,6 +6099,17 @@ declare class GroupNameEmptyError extends Error {
6080
6099
  static readonly description: string;
6081
6100
  constructor(body: unknown & FreestyleError);
6082
6101
  }
6102
+ interface PublicCreateVmBadRequest {
6103
+ message: string;
6104
+ [k: string]: unknown;
6105
+ }
6106
+ declare class CreateVmBadRequestError extends Error {
6107
+ body: PublicCreateVmBadRequest & FreestyleError;
6108
+ static readonly code: string;
6109
+ static readonly statusCode: number;
6110
+ static readonly description: string;
6111
+ constructor(body: PublicCreateVmBadRequest & FreestyleError);
6112
+ }
6083
6113
  declare class WantedByEmptyError extends Error {
6084
6114
  body: unknown & FreestyleError;
6085
6115
  static readonly code: string;
@@ -6196,83 +6226,135 @@ declare class ServiceNotFoundError extends Error {
6196
6226
  static readonly description: string;
6197
6227
  constructor(body: unknown & FreestyleError);
6198
6228
  }
6199
- declare class InternalError extends Error {
6200
- body: unknown & FreestyleError;
6229
+ interface PublicWaitTimeout {
6230
+ domain: string;
6231
+ [k: string]: unknown;
6232
+ }
6233
+ declare class WaitTimeoutError extends Error {
6234
+ body: PublicWaitTimeout & FreestyleError;
6201
6235
  static readonly code: string;
6202
6236
  static readonly statusCode: number;
6203
6237
  static readonly description: string;
6204
- constructor(body: unknown & FreestyleError);
6238
+ constructor(body: PublicWaitTimeout & FreestyleError);
6205
6239
  }
6206
- declare class SigningError extends Error {
6207
- body: unknown & FreestyleError;
6240
+ interface PublicPreVerifyChallengeMismatch {
6241
+ domain: string;
6242
+ [k: string]: unknown;
6243
+ }
6244
+ declare class PreVerifyChallengeMismatchError extends Error {
6245
+ body: PublicPreVerifyChallengeMismatch & FreestyleError;
6208
6246
  static readonly code: string;
6209
6247
  static readonly statusCode: number;
6210
6248
  static readonly description: string;
6211
- constructor(body: unknown & FreestyleError);
6249
+ constructor(body: PublicPreVerifyChallengeMismatch & FreestyleError);
6212
6250
  }
6213
- declare class InvalidSignatureError extends Error {
6214
- body: unknown & FreestyleError;
6251
+ interface PublicPreVerifyFailedParse {
6252
+ domain: string;
6253
+ [k: string]: unknown;
6254
+ }
6255
+ declare class PreVerifyFailedParseError extends Error {
6256
+ body: PublicPreVerifyFailedParse & FreestyleError;
6215
6257
  static readonly code: string;
6216
6258
  static readonly statusCode: number;
6217
6259
  static readonly description: string;
6218
- constructor(body: unknown & FreestyleError);
6260
+ constructor(body: PublicPreVerifyFailedParse & FreestyleError);
6219
6261
  }
6220
- declare class InvalidParametersError extends Error {
6262
+ interface PublicPreVerifyFailedFetch {
6263
+ domain: string;
6264
+ [k: string]: unknown;
6265
+ }
6266
+ declare class PreVerifyFailedFetchError extends Error {
6267
+ body: PublicPreVerifyFailedFetch & FreestyleError;
6268
+ static readonly code: string;
6269
+ static readonly statusCode: number;
6270
+ static readonly description: string;
6271
+ constructor(body: PublicPreVerifyFailedFetch & FreestyleError);
6272
+ }
6273
+ interface PublicPreVerifyRouteNotFound {
6274
+ domain: string;
6275
+ [k: string]: unknown;
6276
+ }
6277
+ declare class PreVerifyRouteNotFoundError extends Error {
6278
+ body: PublicPreVerifyRouteNotFound & FreestyleError;
6279
+ static readonly code: string;
6280
+ static readonly statusCode: number;
6281
+ static readonly description: string;
6282
+ constructor(body: PublicPreVerifyRouteNotFound & FreestyleError);
6283
+ }
6284
+ interface PublicAuthorizationNotFound {
6285
+ domain: string;
6286
+ [k: string]: unknown;
6287
+ }
6288
+ declare class AuthorizationNotFoundError extends Error {
6289
+ body: PublicAuthorizationNotFound & FreestyleError;
6290
+ static readonly code: string;
6291
+ static readonly statusCode: number;
6292
+ static readonly description: string;
6293
+ constructor(body: PublicAuthorizationNotFound & FreestyleError);
6294
+ }
6295
+ interface PublicOrderNotFound {
6296
+ domain: string;
6297
+ [k: string]: unknown;
6298
+ }
6299
+ declare class OrderNotFoundError extends Error {
6300
+ body: PublicOrderNotFound & FreestyleError;
6301
+ static readonly code: string;
6302
+ static readonly statusCode: number;
6303
+ static readonly description: string;
6304
+ constructor(body: PublicOrderNotFound & FreestyleError);
6305
+ }
6306
+ declare class InternalError extends Error {
6221
6307
  body: unknown & FreestyleError;
6222
6308
  static readonly code: string;
6223
6309
  static readonly statusCode: number;
6224
6310
  static readonly description: string;
6225
6311
  constructor(body: unknown & FreestyleError);
6226
6312
  }
6227
- declare class MaxUsesExceededError extends Error {
6313
+ declare class SigningError extends Error {
6228
6314
  body: unknown & FreestyleError;
6229
6315
  static readonly code: string;
6230
6316
  static readonly statusCode: number;
6231
6317
  static readonly description: string;
6232
6318
  constructor(body: unknown & FreestyleError);
6233
6319
  }
6234
- declare class ExpiredError extends Error {
6320
+ declare class InvalidSignatureError extends Error {
6235
6321
  body: unknown & FreestyleError;
6236
6322
  static readonly code: string;
6237
6323
  static readonly statusCode: number;
6238
6324
  static readonly description: string;
6239
6325
  constructor(body: unknown & FreestyleError);
6240
6326
  }
6241
- declare class ConflictError extends Error {
6327
+ declare class InvalidParametersError extends Error {
6242
6328
  body: unknown & FreestyleError;
6243
6329
  static readonly code: string;
6244
6330
  static readonly statusCode: number;
6245
6331
  static readonly description: string;
6246
6332
  constructor(body: unknown & FreestyleError);
6247
6333
  }
6248
- declare class RepoNotFoundError extends Error {
6334
+ declare class MaxUsesExceededError extends Error {
6249
6335
  body: unknown & FreestyleError;
6250
6336
  static readonly code: string;
6251
6337
  static readonly statusCode: number;
6252
6338
  static readonly description: string;
6253
6339
  constructor(body: unknown & FreestyleError);
6254
6340
  }
6255
- declare class ForbiddenError extends Error {
6341
+ declare class ExpiredError extends Error {
6256
6342
  body: unknown & FreestyleError;
6257
6343
  static readonly code: string;
6258
6344
  static readonly statusCode: number;
6259
6345
  static readonly description: string;
6260
6346
  constructor(body: unknown & FreestyleError);
6261
6347
  }
6262
- type LfsTransferAdapter = ("basic" | "multipart" | "ssh") | {
6263
- other: string;
6264
- };
6265
- interface PublicUnsupportedTransfer {
6266
- requested: LfsTransferAdapter[];
6267
- supported: LfsTransferAdapter[];
6348
+ interface PublicTagNotFound {
6349
+ tag: string;
6268
6350
  [k: string]: unknown;
6269
6351
  }
6270
- declare class UnsupportedTransferError extends Error {
6271
- body: PublicUnsupportedTransfer & FreestyleError;
6352
+ declare class TagNotFoundError extends Error {
6353
+ body: PublicTagNotFound & FreestyleError;
6272
6354
  static readonly code: string;
6273
6355
  static readonly statusCode: number;
6274
6356
  static readonly description: string;
6275
- constructor(body: PublicUnsupportedTransfer & FreestyleError);
6357
+ constructor(body: PublicTagNotFound & FreestyleError);
6276
6358
  }
6277
6359
  interface PublicBranchNotFound {
6278
6360
  branch: string;
@@ -6285,6 +6367,13 @@ declare class BranchNotFoundError extends Error {
6285
6367
  static readonly description: string;
6286
6368
  constructor(body: PublicBranchNotFound & FreestyleError);
6287
6369
  }
6370
+ declare class RepoNotFoundError extends Error {
6371
+ body: unknown & FreestyleError;
6372
+ static readonly code: string;
6373
+ static readonly statusCode: number;
6374
+ static readonly description: string;
6375
+ constructor(body: unknown & FreestyleError);
6376
+ }
6288
6377
  declare class InvalidObjectIdError extends Error {
6289
6378
  body: unknown & FreestyleError;
6290
6379
  static readonly code: string;
@@ -6292,16 +6381,16 @@ declare class InvalidObjectIdError extends Error {
6292
6381
  static readonly description: string;
6293
6382
  constructor(body: unknown & FreestyleError);
6294
6383
  }
6295
- interface PublicBlobNotFound {
6384
+ interface PublicCommitNotFound {
6296
6385
  hash: string;
6297
6386
  [k: string]: unknown;
6298
6387
  }
6299
- declare class BlobNotFoundError extends Error {
6300
- body: PublicBlobNotFound & FreestyleError;
6388
+ declare class CommitNotFoundError extends Error {
6389
+ body: PublicCommitNotFound & FreestyleError;
6301
6390
  static readonly code: string;
6302
6391
  static readonly statusCode: number;
6303
6392
  static readonly description: string;
6304
- constructor(body: PublicBlobNotFound & FreestyleError);
6393
+ constructor(body: PublicCommitNotFound & FreestyleError);
6305
6394
  }
6306
6395
  interface PublicReferenceNotFound {
6307
6396
  reference: string;
@@ -6314,63 +6403,81 @@ declare class ReferenceNotFoundError extends Error {
6314
6403
  static readonly description: string;
6315
6404
  constructor(body: PublicReferenceNotFound & FreestyleError);
6316
6405
  }
6317
- interface PublicTagNotFound {
6318
- tag: string;
6406
+ interface PublicPathNotFound {
6407
+ path: string;
6319
6408
  [k: string]: unknown;
6320
6409
  }
6321
- declare class TagNotFoundError extends Error {
6322
- body: PublicTagNotFound & FreestyleError;
6410
+ declare class PathNotFoundError extends Error {
6411
+ body: PublicPathNotFound & FreestyleError;
6323
6412
  static readonly code: string;
6324
6413
  static readonly statusCode: number;
6325
6414
  static readonly description: string;
6326
- constructor(body: PublicTagNotFound & FreestyleError);
6415
+ constructor(body: PublicPathNotFound & FreestyleError);
6327
6416
  }
6328
- interface PublicCommitNotFound {
6329
- hash: string;
6417
+ declare class InvalidRequestError extends Error {
6418
+ body: unknown & FreestyleError;
6419
+ static readonly code: string;
6420
+ static readonly statusCode: number;
6421
+ static readonly description: string;
6422
+ constructor(body: unknown & FreestyleError);
6423
+ }
6424
+ interface PublicInvalidRevision {
6425
+ revision: string;
6330
6426
  [k: string]: unknown;
6331
6427
  }
6332
- declare class CommitNotFoundError extends Error {
6333
- body: PublicCommitNotFound & FreestyleError;
6428
+ declare class InvalidRevisionError extends Error {
6429
+ body: PublicInvalidRevision & FreestyleError;
6334
6430
  static readonly code: string;
6335
6431
  static readonly statusCode: number;
6336
6432
  static readonly description: string;
6337
- constructor(body: PublicCommitNotFound & FreestyleError);
6433
+ constructor(body: PublicInvalidRevision & FreestyleError);
6338
6434
  }
6339
- declare class InvalidRequestError extends Error {
6435
+ declare class ForbiddenError extends Error {
6340
6436
  body: unknown & FreestyleError;
6341
6437
  static readonly code: string;
6342
6438
  static readonly statusCode: number;
6343
6439
  static readonly description: string;
6344
6440
  constructor(body: unknown & FreestyleError);
6345
6441
  }
6346
- interface PublicPathNotFound {
6347
- path: string;
6348
- [k: string]: unknown;
6442
+ declare class UnauthorizedError extends Error {
6443
+ body: unknown & FreestyleError;
6444
+ static readonly code: string;
6445
+ static readonly statusCode: number;
6446
+ static readonly description: string;
6447
+ constructor(body: unknown & FreestyleError);
6349
6448
  }
6350
- declare class PathNotFoundError extends Error {
6351
- body: PublicPathNotFound & FreestyleError;
6449
+ declare class ConflictError extends Error {
6450
+ body: unknown & FreestyleError;
6352
6451
  static readonly code: string;
6353
6452
  static readonly statusCode: number;
6354
6453
  static readonly description: string;
6355
- constructor(body: PublicPathNotFound & FreestyleError);
6454
+ constructor(body: unknown & FreestyleError);
6356
6455
  }
6357
- interface PublicInvalidRevision {
6358
- revision: string;
6456
+ type LfsTransferAdapter = ("basic" | "multipart" | "ssh") | {
6457
+ other: string;
6458
+ };
6459
+ interface PublicUnsupportedTransfer {
6460
+ requested: LfsTransferAdapter[];
6461
+ supported: LfsTransferAdapter[];
6359
6462
  [k: string]: unknown;
6360
6463
  }
6361
- declare class InvalidRevisionError extends Error {
6362
- body: PublicInvalidRevision & FreestyleError;
6464
+ declare class UnsupportedTransferError extends Error {
6465
+ body: PublicUnsupportedTransfer & FreestyleError;
6363
6466
  static readonly code: string;
6364
6467
  static readonly statusCode: number;
6365
6468
  static readonly description: string;
6366
- constructor(body: PublicInvalidRevision & FreestyleError);
6469
+ constructor(body: PublicUnsupportedTransfer & FreestyleError);
6367
6470
  }
6368
- declare class UnauthorizedError extends Error {
6369
- body: unknown & FreestyleError;
6471
+ interface PublicBlobNotFound {
6472
+ hash: string;
6473
+ [k: string]: unknown;
6474
+ }
6475
+ declare class BlobNotFoundError extends Error {
6476
+ body: PublicBlobNotFound & FreestyleError;
6370
6477
  static readonly code: string;
6371
6478
  static readonly statusCode: number;
6372
6479
  static readonly description: string;
6373
- constructor(body: unknown & FreestyleError);
6480
+ constructor(body: PublicBlobNotFound & FreestyleError);
6374
6481
  }
6375
6482
  interface PublicTreeNotFound {
6376
6483
  hash: string;
@@ -6383,1220 +6490,1282 @@ declare class TreeNotFoundError extends Error {
6383
6490
  static readonly description: string;
6384
6491
  constructor(body: PublicTreeNotFound & FreestyleError);
6385
6492
  }
6386
- interface PublicBuildFailed {
6387
- logs: string;
6388
- vmId: string;
6493
+ interface PublicResizeFailed {
6494
+ message: string;
6389
6495
  [k: string]: unknown;
6390
6496
  }
6391
- declare class BuildFailedError extends Error {
6392
- body: PublicBuildFailed & FreestyleError;
6497
+ declare class ResizeFailedError extends Error {
6498
+ body: PublicResizeFailed & FreestyleError;
6393
6499
  static readonly code: string;
6394
6500
  static readonly statusCode: number;
6395
6501
  static readonly description: string;
6396
- constructor(body: PublicBuildFailed & FreestyleError);
6502
+ constructor(body: PublicResizeFailed & FreestyleError);
6397
6503
  }
6398
- declare class NoEntrypointFoundError extends Error {
6504
+ declare class InternalResizeVmNotFoundError extends Error {
6399
6505
  body: unknown & FreestyleError;
6400
6506
  static readonly code: string;
6401
6507
  static readonly statusCode: number;
6402
6508
  static readonly description: string;
6403
6509
  constructor(body: unknown & FreestyleError);
6404
6510
  }
6405
- interface PublicEntrypointNotFound {
6406
- entrypoint: string;
6511
+ interface PublicObservabilityDatabaseError {
6512
+ message: string;
6407
6513
  [k: string]: unknown;
6408
6514
  }
6409
- declare class EntrypointNotFoundError extends Error {
6410
- body: PublicEntrypointNotFound & FreestyleError;
6515
+ declare class ObservabilityDatabaseErrorError extends Error {
6516
+ body: PublicObservabilityDatabaseError & FreestyleError;
6411
6517
  static readonly code: string;
6412
6518
  static readonly statusCode: number;
6413
6519
  static readonly description: string;
6414
- constructor(body: PublicEntrypointNotFound & FreestyleError);
6520
+ constructor(body: PublicObservabilityDatabaseError & FreestyleError);
6415
6521
  }
6416
- interface PublicNoDomainOwnership {
6417
- domain: string;
6522
+ interface PublicObservabilityAccessDenied {
6523
+ deploymentId: string;
6418
6524
  [k: string]: unknown;
6419
6525
  }
6420
- declare class NoDomainOwnershipError extends Error {
6421
- body: PublicNoDomainOwnership & FreestyleError;
6526
+ declare class ObservabilityAccessDeniedError extends Error {
6527
+ body: PublicObservabilityAccessDenied & FreestyleError;
6422
6528
  static readonly code: string;
6423
6529
  static readonly statusCode: number;
6424
6530
  static readonly description: string;
6425
- constructor(body: PublicNoDomainOwnership & FreestyleError);
6531
+ constructor(body: PublicObservabilityAccessDenied & FreestyleError);
6426
6532
  }
6427
- interface PublicInvalidDomains {
6428
- domains: string[];
6533
+ interface PublicParseLogsFailed {
6534
+ message: string;
6429
6535
  [k: string]: unknown;
6430
6536
  }
6431
- declare class InvalidDomainsError extends Error {
6432
- body: PublicInvalidDomains & FreestyleError;
6537
+ declare class ParseLogsFailedError extends Error {
6538
+ body: PublicParseLogsFailed & FreestyleError;
6433
6539
  static readonly code: string;
6434
6540
  static readonly statusCode: number;
6435
6541
  static readonly description: string;
6436
- constructor(body: PublicInvalidDomains & FreestyleError);
6542
+ constructor(body: PublicParseLogsFailed & FreestyleError);
6437
6543
  }
6438
- interface PublicWebDeploymentBadRequest {
6544
+ interface PublicRetrieveLogsFailed {
6439
6545
  message: string;
6440
6546
  [k: string]: unknown;
6441
6547
  }
6442
- declare class WebDeploymentBadRequestError extends Error {
6443
- body: PublicWebDeploymentBadRequest & FreestyleError;
6548
+ declare class RetrieveLogsFailedError extends Error {
6549
+ body: PublicRetrieveLogsFailed & FreestyleError;
6444
6550
  static readonly code: string;
6445
6551
  static readonly statusCode: number;
6446
6552
  static readonly description: string;
6447
- constructor(body: PublicWebDeploymentBadRequest & FreestyleError);
6553
+ constructor(body: PublicRetrieveLogsFailed & FreestyleError);
6448
6554
  }
6449
- declare class DeploymentNotFoundError extends Error {
6555
+ interface PublicInvalidQuery {
6556
+ message: string;
6557
+ [k: string]: unknown;
6558
+ }
6559
+ declare class InvalidQueryError extends Error {
6560
+ body: PublicInvalidQuery & FreestyleError;
6561
+ static readonly code: string;
6562
+ static readonly statusCode: number;
6563
+ static readonly description: string;
6564
+ constructor(body: PublicInvalidQuery & FreestyleError);
6565
+ }
6566
+ interface PublicLogsNotFound {
6567
+ deploymentId: string;
6568
+ [k: string]: unknown;
6569
+ }
6570
+ declare class LogsNotFoundError extends Error {
6571
+ body: PublicLogsNotFound & FreestyleError;
6572
+ static readonly code: string;
6573
+ static readonly statusCode: number;
6574
+ static readonly description: string;
6575
+ constructor(body: PublicLogsNotFound & FreestyleError);
6576
+ }
6577
+ declare class PermissionAlreadyExistsError extends Error {
6450
6578
  body: unknown & FreestyleError;
6451
6579
  static readonly code: string;
6452
6580
  static readonly statusCode: number;
6453
6581
  static readonly description: string;
6454
6582
  constructor(body: unknown & FreestyleError);
6455
6583
  }
6456
- interface PublicDatabaseError {
6584
+ interface PublicListTokensFailed {
6457
6585
  message: string;
6458
6586
  [k: string]: unknown;
6459
6587
  }
6460
- declare class DatabaseErrorError extends Error {
6461
- body: PublicDatabaseError & FreestyleError;
6588
+ declare class ListTokensFailedError extends Error {
6589
+ body: PublicListTokensFailed & FreestyleError;
6462
6590
  static readonly code: string;
6463
6591
  static readonly statusCode: number;
6464
6592
  static readonly description: string;
6465
- constructor(body: PublicDatabaseError & FreestyleError);
6593
+ constructor(body: PublicListTokensFailed & FreestyleError);
6466
6594
  }
6467
- interface PublicTriggerError {
6595
+ interface PublicRevokeTokenFailed {
6468
6596
  message: string;
6469
6597
  [k: string]: unknown;
6470
6598
  }
6471
- declare class TriggerErrorError extends Error {
6472
- body: PublicTriggerError & FreestyleError;
6599
+ declare class RevokeTokenFailedError extends Error {
6600
+ body: PublicRevokeTokenFailed & FreestyleError;
6473
6601
  static readonly code: string;
6474
6602
  static readonly statusCode: number;
6475
6603
  static readonly description: string;
6476
- constructor(body: PublicTriggerError & FreestyleError);
6604
+ constructor(body: PublicRevokeTokenFailed & FreestyleError);
6477
6605
  }
6478
- interface PublicTokenError {
6606
+ interface PublicCreateTokenFailed {
6479
6607
  message: string;
6480
6608
  [k: string]: unknown;
6481
6609
  }
6482
- declare class TokenErrorError extends Error {
6483
- body: PublicTokenError & FreestyleError;
6610
+ declare class CreateTokenFailedError extends Error {
6611
+ body: PublicCreateTokenFailed & FreestyleError;
6484
6612
  static readonly code: string;
6485
6613
  static readonly statusCode: number;
6486
6614
  static readonly description: string;
6487
- constructor(body: PublicTokenError & FreestyleError);
6615
+ constructor(body: PublicCreateTokenFailed & FreestyleError);
6488
6616
  }
6489
- interface PublicPermissionError {
6617
+ interface PublicListPermissionsFailed {
6490
6618
  message: string;
6491
6619
  [k: string]: unknown;
6492
6620
  }
6493
- declare class PermissionErrorError extends Error {
6494
- body: PublicPermissionError & FreestyleError;
6621
+ declare class ListPermissionsFailedError extends Error {
6622
+ body: PublicListPermissionsFailed & FreestyleError;
6495
6623
  static readonly code: string;
6496
6624
  static readonly statusCode: number;
6497
6625
  static readonly description: string;
6498
- constructor(body: PublicPermissionError & FreestyleError);
6626
+ constructor(body: PublicListPermissionsFailed & FreestyleError);
6499
6627
  }
6500
- interface PublicIdentityError {
6628
+ interface PublicGetPermissionFailed {
6501
6629
  message: string;
6502
6630
  [k: string]: unknown;
6503
6631
  }
6504
- declare class IdentityErrorError extends Error {
6505
- body: PublicIdentityError & FreestyleError;
6632
+ declare class GetPermissionFailedError extends Error {
6633
+ body: PublicGetPermissionFailed & FreestyleError;
6506
6634
  static readonly code: string;
6507
6635
  static readonly statusCode: number;
6508
6636
  static readonly description: string;
6509
- constructor(body: PublicIdentityError & FreestyleError);
6637
+ constructor(body: PublicGetPermissionFailed & FreestyleError);
6510
6638
  }
6511
- interface PublicGetContentFailed {
6639
+ interface PublicUpdatePermissionFailed {
6512
6640
  message: string;
6513
6641
  [k: string]: unknown;
6514
6642
  }
6515
- declare class GetContentFailedError extends Error {
6516
- body: PublicGetContentFailed & FreestyleError;
6643
+ declare class UpdatePermissionFailedError extends Error {
6644
+ body: PublicUpdatePermissionFailed & FreestyleError;
6517
6645
  static readonly code: string;
6518
6646
  static readonly statusCode: number;
6519
6647
  static readonly description: string;
6520
- constructor(body: PublicGetContentFailed & FreestyleError);
6648
+ constructor(body: PublicUpdatePermissionFailed & FreestyleError);
6521
6649
  }
6522
- interface PublicContentNotFound {
6523
- path: string;
6650
+ interface PublicRevokePermissionFailed {
6651
+ message: string;
6524
6652
  [k: string]: unknown;
6525
6653
  }
6526
- declare class ContentNotFoundError extends Error {
6527
- body: PublicContentNotFound & FreestyleError;
6654
+ declare class RevokePermissionFailedError extends Error {
6655
+ body: PublicRevokePermissionFailed & FreestyleError;
6528
6656
  static readonly code: string;
6529
6657
  static readonly statusCode: number;
6530
6658
  static readonly description: string;
6531
- constructor(body: PublicContentNotFound & FreestyleError);
6659
+ constructor(body: PublicRevokePermissionFailed & FreestyleError);
6532
6660
  }
6533
- interface PublicDownloadFailed {
6661
+ interface PublicGrantPermissionFailed {
6534
6662
  message: string;
6535
6663
  [k: string]: unknown;
6536
6664
  }
6537
- declare class DownloadFailedError extends Error {
6538
- body: PublicDownloadFailed & FreestyleError;
6665
+ declare class GrantPermissionFailedError extends Error {
6666
+ body: PublicGrantPermissionFailed & FreestyleError;
6539
6667
  static readonly code: string;
6540
6668
  static readonly statusCode: number;
6541
6669
  static readonly description: string;
6542
- constructor(body: PublicDownloadFailed & FreestyleError);
6670
+ constructor(body: PublicGrantPermissionFailed & FreestyleError);
6543
6671
  }
6544
- interface PublicGitServerError {
6672
+ interface PublicListIdentitiesFailed {
6545
6673
  message: string;
6546
6674
  [k: string]: unknown;
6547
6675
  }
6548
- declare class GitServerErrorError extends Error {
6549
- body: PublicGitServerError & FreestyleError;
6676
+ declare class ListIdentitiesFailedError extends Error {
6677
+ body: PublicListIdentitiesFailed & FreestyleError;
6550
6678
  static readonly code: string;
6551
6679
  static readonly statusCode: number;
6552
6680
  static readonly description: string;
6553
- constructor(body: PublicGitServerError & FreestyleError);
6681
+ constructor(body: PublicListIdentitiesFailed & FreestyleError);
6554
6682
  }
6555
- interface PublicParseResponseError {
6683
+ interface PublicDeleteIdentityFailed {
6556
6684
  message: string;
6557
6685
  [k: string]: unknown;
6558
6686
  }
6559
- declare class ParseResponseErrorError extends Error {
6560
- body: PublicParseResponseError & FreestyleError;
6687
+ declare class DeleteIdentityFailedError extends Error {
6688
+ body: PublicDeleteIdentityFailed & FreestyleError;
6561
6689
  static readonly code: string;
6562
6690
  static readonly statusCode: number;
6563
6691
  static readonly description: string;
6564
- constructor(body: PublicParseResponseError & FreestyleError);
6692
+ constructor(body: PublicDeleteIdentityFailed & FreestyleError);
6565
6693
  }
6566
- declare class RepositoryAccessDeniedError extends Error {
6694
+ interface PublicCreateIdentityFailed {
6695
+ message: string;
6696
+ [k: string]: unknown;
6697
+ }
6698
+ declare class CreateIdentityFailedError extends Error {
6699
+ body: PublicCreateIdentityFailed & FreestyleError;
6700
+ static readonly code: string;
6701
+ static readonly statusCode: number;
6702
+ static readonly description: string;
6703
+ constructor(body: PublicCreateIdentityFailed & FreestyleError);
6704
+ }
6705
+ declare class VmPermissionNotFoundError extends Error {
6567
6706
  body: unknown & FreestyleError;
6568
6707
  static readonly code: string;
6569
6708
  static readonly statusCode: number;
6570
6709
  static readonly description: string;
6571
6710
  constructor(body: unknown & FreestyleError);
6572
6711
  }
6573
- interface PublicGitHubSyncFailed {
6574
- message: string;
6575
- [k: string]: unknown;
6712
+ declare class PermissionNotFoundError extends Error {
6713
+ body: unknown & FreestyleError;
6714
+ static readonly code: string;
6715
+ static readonly statusCode: number;
6716
+ static readonly description: string;
6717
+ constructor(body: unknown & FreestyleError);
6576
6718
  }
6577
- declare class GitHubSyncFailedError extends Error {
6578
- body: PublicGitHubSyncFailed & FreestyleError;
6719
+ declare class VmAccessDeniedError extends Error {
6720
+ body: unknown & FreestyleError;
6579
6721
  static readonly code: string;
6580
6722
  static readonly statusCode: number;
6581
6723
  static readonly description: string;
6582
- constructor(body: PublicGitHubSyncFailed & FreestyleError);
6724
+ constructor(body: unknown & FreestyleError);
6583
6725
  }
6584
- interface PublicUpdateDefaultBranchFailed {
6585
- message: string;
6586
- [k: string]: unknown;
6726
+ declare class GitRepositoryAccessDeniedError extends Error {
6727
+ body: unknown & FreestyleError;
6728
+ static readonly code: string;
6729
+ static readonly statusCode: number;
6730
+ static readonly description: string;
6731
+ constructor(body: unknown & FreestyleError);
6587
6732
  }
6588
- declare class UpdateDefaultBranchFailedError extends Error {
6589
- body: PublicUpdateDefaultBranchFailed & FreestyleError;
6733
+ declare class GitRepositoryNotFoundError extends Error {
6734
+ body: unknown & FreestyleError;
6590
6735
  static readonly code: string;
6591
6736
  static readonly statusCode: number;
6592
6737
  static readonly description: string;
6593
- constructor(body: PublicUpdateDefaultBranchFailed & FreestyleError);
6738
+ constructor(body: unknown & FreestyleError);
6594
6739
  }
6595
- interface PublicGetRepositoryInfoFailed {
6740
+ declare class CannotDeleteManagedIdentityError extends Error {
6741
+ body: unknown & FreestyleError;
6742
+ static readonly code: string;
6743
+ static readonly statusCode: number;
6744
+ static readonly description: string;
6745
+ constructor(body: unknown & FreestyleError);
6746
+ }
6747
+ declare class CannotModifyManagedIdentityError extends Error {
6748
+ body: unknown & FreestyleError;
6749
+ static readonly code: string;
6750
+ static readonly statusCode: number;
6751
+ static readonly description: string;
6752
+ constructor(body: unknown & FreestyleError);
6753
+ }
6754
+ declare class IdentityAccessDeniedError extends Error {
6755
+ body: unknown & FreestyleError;
6756
+ static readonly code: string;
6757
+ static readonly statusCode: number;
6758
+ static readonly description: string;
6759
+ constructor(body: unknown & FreestyleError);
6760
+ }
6761
+ declare class IdentityNotFoundError extends Error {
6762
+ body: unknown & FreestyleError;
6763
+ static readonly code: string;
6764
+ static readonly statusCode: number;
6765
+ static readonly description: string;
6766
+ constructor(body: unknown & FreestyleError);
6767
+ }
6768
+ interface PublicExecuteInternalError {
6596
6769
  message: string;
6597
6770
  [k: string]: unknown;
6598
6771
  }
6599
- declare class GetRepositoryInfoFailedError extends Error {
6600
- body: PublicGetRepositoryInfoFailed & FreestyleError;
6772
+ declare class ExecuteInternalErrorError extends Error {
6773
+ body: PublicExecuteInternalError & FreestyleError;
6601
6774
  static readonly code: string;
6602
6775
  static readonly statusCode: number;
6603
6776
  static readonly description: string;
6604
- constructor(body: PublicGetRepositoryInfoFailed & FreestyleError);
6777
+ constructor(body: PublicExecuteInternalError & FreestyleError);
6605
6778
  }
6606
- interface PublicListRepositoriesFailed {
6779
+ declare class ExecuteAccessDeniedError extends Error {
6780
+ body: unknown & FreestyleError;
6781
+ static readonly code: string;
6782
+ static readonly statusCode: number;
6783
+ static readonly description: string;
6784
+ constructor(body: unknown & FreestyleError);
6785
+ }
6786
+ interface PublicListRunsFailed {
6607
6787
  message: string;
6608
6788
  [k: string]: unknown;
6609
6789
  }
6610
- declare class ListRepositoriesFailedError extends Error {
6611
- body: PublicListRepositoriesFailed & FreestyleError;
6790
+ declare class ListRunsFailedError extends Error {
6791
+ body: PublicListRunsFailed & FreestyleError;
6612
6792
  static readonly code: string;
6613
6793
  static readonly statusCode: number;
6614
6794
  static readonly description: string;
6615
- constructor(body: PublicListRepositoriesFailed & FreestyleError);
6795
+ constructor(body: PublicListRunsFailed & FreestyleError);
6616
6796
  }
6617
- interface PublicDeleteRepositoryFailed {
6797
+ interface PublicExecutionError {
6618
6798
  message: string;
6619
6799
  [k: string]: unknown;
6620
6800
  }
6621
- declare class DeleteRepositoryFailedError extends Error {
6622
- body: PublicDeleteRepositoryFailed & FreestyleError;
6801
+ declare class ExecutionErrorError extends Error {
6802
+ body: PublicExecutionError & FreestyleError;
6623
6803
  static readonly code: string;
6624
6804
  static readonly statusCode: number;
6625
6805
  static readonly description: string;
6626
- constructor(body: PublicDeleteRepositoryFailed & FreestyleError);
6806
+ constructor(body: PublicExecutionError & FreestyleError);
6627
6807
  }
6628
- interface PublicCreateRepositoryFailed {
6808
+ interface PublicConnectionFailed {
6629
6809
  message: string;
6630
6810
  [k: string]: unknown;
6631
6811
  }
6632
- declare class CreateRepositoryFailedError extends Error {
6633
- body: PublicCreateRepositoryFailed & FreestyleError;
6812
+ declare class ConnectionFailedError extends Error {
6813
+ body: PublicConnectionFailed & FreestyleError;
6634
6814
  static readonly code: string;
6635
6815
  static readonly statusCode: number;
6636
6816
  static readonly description: string;
6637
- constructor(body: PublicCreateRepositoryFailed & FreestyleError);
6817
+ constructor(body: PublicConnectionFailed & FreestyleError);
6638
6818
  }
6639
- interface PublicSerializationError {
6819
+ interface PublicMetadataWriteFailed {
6640
6820
  message: string;
6641
6821
  [k: string]: unknown;
6642
6822
  }
6643
- declare class SerializationErrorError extends Error {
6644
- body: PublicSerializationError & FreestyleError;
6823
+ declare class MetadataWriteFailedError extends Error {
6824
+ body: PublicMetadataWriteFailed & FreestyleError;
6645
6825
  static readonly code: string;
6646
6826
  static readonly statusCode: number;
6647
6827
  static readonly description: string;
6648
- constructor(body: PublicSerializationError & FreestyleError);
6828
+ constructor(body: PublicMetadataWriteFailed & FreestyleError);
6649
6829
  }
6650
- interface PublicGitInvalidRequest {
6830
+ interface PublicNodeModulesInstallFailed {
6651
6831
  message: string;
6652
6832
  [k: string]: unknown;
6653
6833
  }
6654
- declare class GitInvalidRequestError extends Error {
6655
- body: PublicGitInvalidRequest & FreestyleError;
6834
+ declare class NodeModulesInstallFailedError extends Error {
6835
+ body: PublicNodeModulesInstallFailed & FreestyleError;
6656
6836
  static readonly code: string;
6657
6837
  static readonly statusCode: number;
6658
6838
  static readonly description: string;
6659
- constructor(body: PublicGitInvalidRequest & FreestyleError);
6839
+ constructor(body: PublicNodeModulesInstallFailed & FreestyleError);
6660
6840
  }
6661
- interface PublicRepositoryNotFound {
6662
- repoId: string;
6841
+ interface PublicNodeModulesDownloadFailed {
6842
+ message: string;
6663
6843
  [k: string]: unknown;
6664
6844
  }
6665
- declare class RepositoryNotFoundError extends Error {
6666
- body: PublicRepositoryNotFound & FreestyleError;
6845
+ declare class NodeModulesDownloadFailedError extends Error {
6846
+ body: PublicNodeModulesDownloadFailed & FreestyleError;
6667
6847
  static readonly code: string;
6668
6848
  static readonly statusCode: number;
6669
6849
  static readonly description: string;
6670
- constructor(body: PublicRepositoryNotFound & FreestyleError);
6850
+ constructor(body: PublicNodeModulesDownloadFailed & FreestyleError);
6671
6851
  }
6672
- interface PublicFailedToProvisionCertificate {
6852
+ interface PublicLockGenerationFailed {
6673
6853
  message: string;
6674
6854
  [k: string]: unknown;
6675
6855
  }
6676
- declare class FailedToProvisionCertificateError extends Error {
6677
- body: PublicFailedToProvisionCertificate & FreestyleError;
6856
+ declare class LockGenerationFailedError extends Error {
6857
+ body: PublicLockGenerationFailed & FreestyleError;
6678
6858
  static readonly code: string;
6679
6859
  static readonly statusCode: number;
6680
6860
  static readonly description: string;
6681
- constructor(body: PublicFailedToProvisionCertificate & FreestyleError);
6861
+ constructor(body: PublicLockGenerationFailed & FreestyleError);
6682
6862
  }
6683
- interface PublicFailedToInsertDomainMapping {
6863
+ interface PublicWriteScriptFailed {
6684
6864
  message: string;
6685
6865
  [k: string]: unknown;
6686
6866
  }
6687
- declare class FailedToInsertDomainMappingError extends Error {
6688
- body: PublicFailedToInsertDomainMapping & FreestyleError;
6867
+ declare class WriteScriptFailedError extends Error {
6868
+ body: PublicWriteScriptFailed & FreestyleError;
6689
6869
  static readonly code: string;
6690
6870
  static readonly statusCode: number;
6691
6871
  static readonly description: string;
6692
- constructor(body: PublicFailedToInsertDomainMapping & FreestyleError);
6872
+ constructor(body: PublicWriteScriptFailed & FreestyleError);
6693
6873
  }
6694
- interface PublicPermissionDenied {
6874
+ interface PublicDirectoryCreationFailed {
6695
6875
  message: string;
6696
6876
  [k: string]: unknown;
6697
6877
  }
6698
- declare class PermissionDeniedError extends Error {
6699
- body: PublicPermissionDenied & FreestyleError;
6878
+ declare class DirectoryCreationFailedError extends Error {
6879
+ body: PublicDirectoryCreationFailed & FreestyleError;
6700
6880
  static readonly code: string;
6701
6881
  static readonly statusCode: number;
6702
6882
  static readonly description: string;
6703
- constructor(body: PublicPermissionDenied & FreestyleError);
6883
+ constructor(body: PublicDirectoryCreationFailed & FreestyleError);
6704
6884
  }
6705
- interface PublicFailedToCheckPermissions {
6885
+ interface PublicNetworkPermissionsFailed {
6706
6886
  message: string;
6707
6887
  [k: string]: unknown;
6708
6888
  }
6709
- declare class FailedToCheckPermissionsError extends Error {
6710
- body: PublicFailedToCheckPermissions & FreestyleError;
6889
+ declare class NetworkPermissionsFailedError extends Error {
6890
+ body: PublicNetworkPermissionsFailed & FreestyleError;
6711
6891
  static readonly code: string;
6712
6892
  static readonly statusCode: number;
6713
6893
  static readonly description: string;
6714
- constructor(body: PublicFailedToCheckPermissions & FreestyleError);
6894
+ constructor(body: PublicNetworkPermissionsFailed & FreestyleError);
6715
6895
  }
6716
- interface PublicFailedToListDomains {
6896
+ interface PublicLoggingFailed {
6717
6897
  message: string;
6718
6898
  [k: string]: unknown;
6719
6899
  }
6720
- declare class FailedToListDomainsError extends Error {
6721
- body: PublicFailedToListDomains & FreestyleError;
6900
+ declare class LoggingFailedError extends Error {
6901
+ body: PublicLoggingFailed & FreestyleError;
6722
6902
  static readonly code: string;
6723
6903
  static readonly statusCode: number;
6724
6904
  static readonly description: string;
6725
- constructor(body: PublicFailedToListDomains & FreestyleError);
6905
+ constructor(body: PublicLoggingFailed & FreestyleError);
6726
6906
  }
6727
- interface PublicFailedToListVerifications {
6728
- message: string;
6907
+ interface PublicRunNotFound {
6908
+ runId: string;
6729
6909
  [k: string]: unknown;
6730
6910
  }
6731
- declare class FailedToListVerificationsError extends Error {
6732
- body: PublicFailedToListVerifications & FreestyleError;
6911
+ declare class RunNotFoundError extends Error {
6912
+ body: PublicRunNotFound & FreestyleError;
6733
6913
  static readonly code: string;
6734
6914
  static readonly statusCode: number;
6735
6915
  static readonly description: string;
6736
- constructor(body: PublicFailedToListVerifications & FreestyleError);
6916
+ constructor(body: PublicRunNotFound & FreestyleError);
6737
6917
  }
6738
- interface PublicFailedToVerifyDomain {
6918
+ interface PublicFailedToProvisionCertificate {
6739
6919
  message: string;
6740
6920
  [k: string]: unknown;
6741
6921
  }
6742
- declare class FailedToVerifyDomainError extends Error {
6743
- body: PublicFailedToVerifyDomain & FreestyleError;
6922
+ declare class FailedToProvisionCertificateError extends Error {
6923
+ body: PublicFailedToProvisionCertificate & FreestyleError;
6744
6924
  static readonly code: string;
6745
6925
  static readonly statusCode: number;
6746
6926
  static readonly description: string;
6747
- constructor(body: PublicFailedToVerifyDomain & FreestyleError);
6927
+ constructor(body: PublicFailedToProvisionCertificate & FreestyleError);
6748
6928
  }
6749
- interface PublicVerificationFailed {
6929
+ interface PublicFailedToInsertDomainMapping {
6750
6930
  message: string;
6751
6931
  [k: string]: unknown;
6752
6932
  }
6753
- declare class VerificationFailedError extends Error {
6754
- body: PublicVerificationFailed & FreestyleError;
6933
+ declare class FailedToInsertDomainMappingError extends Error {
6934
+ body: PublicFailedToInsertDomainMapping & FreestyleError;
6755
6935
  static readonly code: string;
6756
6936
  static readonly statusCode: number;
6757
6937
  static readonly description: string;
6758
- constructor(body: PublicVerificationFailed & FreestyleError);
6938
+ constructor(body: PublicFailedToInsertDomainMapping & FreestyleError);
6759
6939
  }
6760
- interface PublicFailedToDeleteVerification {
6940
+ interface PublicPermissionDenied {
6761
6941
  message: string;
6762
6942
  [k: string]: unknown;
6763
6943
  }
6764
- declare class FailedToDeleteVerificationError extends Error {
6765
- body: PublicFailedToDeleteVerification & FreestyleError;
6944
+ declare class PermissionDeniedError extends Error {
6945
+ body: PublicPermissionDenied & FreestyleError;
6766
6946
  static readonly code: string;
6767
6947
  static readonly statusCode: number;
6768
6948
  static readonly description: string;
6769
- constructor(body: PublicFailedToDeleteVerification & FreestyleError);
6949
+ constructor(body: PublicPermissionDenied & FreestyleError);
6770
6950
  }
6771
- interface PublicVerificationNotFound {
6772
- domain: string;
6951
+ interface PublicFailedToCheckPermissions {
6952
+ message: string;
6773
6953
  [k: string]: unknown;
6774
6954
  }
6775
- declare class VerificationNotFoundError extends Error {
6776
- body: PublicVerificationNotFound & FreestyleError;
6955
+ declare class FailedToCheckPermissionsError extends Error {
6956
+ body: PublicFailedToCheckPermissions & FreestyleError;
6777
6957
  static readonly code: string;
6778
6958
  static readonly statusCode: number;
6779
6959
  static readonly description: string;
6780
- constructor(body: PublicVerificationNotFound & FreestyleError);
6960
+ constructor(body: PublicFailedToCheckPermissions & FreestyleError);
6781
6961
  }
6782
- interface PublicFailedToCreateVerificationCode {
6962
+ interface PublicFailedToListDomains {
6783
6963
  message: string;
6784
6964
  [k: string]: unknown;
6785
6965
  }
6786
- declare class FailedToCreateVerificationCodeError extends Error {
6787
- body: PublicFailedToCreateVerificationCode & FreestyleError;
6966
+ declare class FailedToListDomainsError extends Error {
6967
+ body: PublicFailedToListDomains & FreestyleError;
6788
6968
  static readonly code: string;
6789
6969
  static readonly statusCode: number;
6790
6970
  static readonly description: string;
6791
- constructor(body: PublicFailedToCreateVerificationCode & FreestyleError);
6971
+ constructor(body: PublicFailedToListDomains & FreestyleError);
6792
6972
  }
6793
- interface PublicInvalidDomain {
6794
- domain: string;
6973
+ interface PublicFailedToListVerifications {
6974
+ message: string;
6795
6975
  [k: string]: unknown;
6796
6976
  }
6797
- declare class InvalidDomainError extends Error {
6798
- body: PublicInvalidDomain & FreestyleError;
6977
+ declare class FailedToListVerificationsError extends Error {
6978
+ body: PublicFailedToListVerifications & FreestyleError;
6799
6979
  static readonly code: string;
6800
6980
  static readonly statusCode: number;
6801
6981
  static readonly description: string;
6802
- constructor(body: PublicInvalidDomain & FreestyleError);
6982
+ constructor(body: PublicFailedToListVerifications & FreestyleError);
6803
6983
  }
6804
- interface PublicDomainAlreadyExists {
6805
- domain: string;
6984
+ interface PublicFailedToVerifyDomain {
6985
+ message: string;
6806
6986
  [k: string]: unknown;
6807
6987
  }
6808
- declare class DomainAlreadyExistsError extends Error {
6809
- body: PublicDomainAlreadyExists & FreestyleError;
6988
+ declare class FailedToVerifyDomainError extends Error {
6989
+ body: PublicFailedToVerifyDomain & FreestyleError;
6810
6990
  static readonly code: string;
6811
6991
  static readonly statusCode: number;
6812
6992
  static readonly description: string;
6813
- constructor(body: PublicDomainAlreadyExists & FreestyleError);
6993
+ constructor(body: PublicFailedToVerifyDomain & FreestyleError);
6814
6994
  }
6815
- interface PublicFailedToInsertOwnership {
6995
+ interface PublicVerificationFailed {
6816
6996
  message: string;
6817
6997
  [k: string]: unknown;
6818
6998
  }
6819
- declare class FailedToInsertOwnershipError extends Error {
6820
- body: PublicFailedToInsertOwnership & FreestyleError;
6999
+ declare class VerificationFailedError extends Error {
7000
+ body: PublicVerificationFailed & FreestyleError;
6821
7001
  static readonly code: string;
6822
7002
  static readonly statusCode: number;
6823
7003
  static readonly description: string;
6824
- constructor(body: PublicFailedToInsertOwnership & FreestyleError);
7004
+ constructor(body: PublicVerificationFailed & FreestyleError);
6825
7005
  }
6826
- interface PublicFailedRemoveDomainMapping {
7006
+ interface PublicFailedToDeleteVerification {
6827
7007
  message: string;
6828
7008
  [k: string]: unknown;
6829
7009
  }
6830
- declare class FailedRemoveDomainMappingError extends Error {
6831
- body: PublicFailedRemoveDomainMapping & FreestyleError;
7010
+ declare class FailedToDeleteVerificationError extends Error {
7011
+ body: PublicFailedToDeleteVerification & FreestyleError;
6832
7012
  static readonly code: string;
6833
7013
  static readonly statusCode: number;
6834
7014
  static readonly description: string;
6835
- constructor(body: PublicFailedRemoveDomainMapping & FreestyleError);
7015
+ constructor(body: PublicFailedToDeleteVerification & FreestyleError);
6836
7016
  }
6837
- interface PublicFailedPermissionsCheck {
7017
+ interface PublicVerificationNotFound {
6838
7018
  domain: string;
6839
7019
  [k: string]: unknown;
6840
7020
  }
6841
- declare class FailedPermissionsCheckError extends Error {
6842
- body: PublicFailedPermissionsCheck & FreestyleError;
7021
+ declare class VerificationNotFoundError extends Error {
7022
+ body: PublicVerificationNotFound & FreestyleError;
6843
7023
  static readonly code: string;
6844
7024
  static readonly statusCode: number;
6845
7025
  static readonly description: string;
6846
- constructor(body: PublicFailedPermissionsCheck & FreestyleError);
7026
+ constructor(body: PublicVerificationNotFound & FreestyleError);
6847
7027
  }
6848
- interface PublicFailedToCheckDomainMappingPermissions {
7028
+ interface PublicFailedToCreateVerificationCode {
6849
7029
  message: string;
6850
7030
  [k: string]: unknown;
6851
7031
  }
6852
- declare class FailedToCheckDomainMappingPermissionsError extends Error {
6853
- body: PublicFailedToCheckDomainMappingPermissions & FreestyleError;
7032
+ declare class FailedToCreateVerificationCodeError extends Error {
7033
+ body: PublicFailedToCreateVerificationCode & FreestyleError;
6854
7034
  static readonly code: string;
6855
7035
  static readonly statusCode: number;
6856
7036
  static readonly description: string;
6857
- constructor(body: PublicFailedToCheckDomainMappingPermissions & FreestyleError);
7037
+ constructor(body: PublicFailedToCreateVerificationCode & FreestyleError);
6858
7038
  }
6859
- declare class AnyhowError extends Error {
7039
+ interface PublicInvalidDomain {
7040
+ domain: string;
7041
+ [k: string]: unknown;
7042
+ }
7043
+ declare class InvalidDomainError extends Error {
7044
+ body: PublicInvalidDomain & FreestyleError;
7045
+ static readonly code: string;
7046
+ static readonly statusCode: number;
7047
+ static readonly description: string;
7048
+ constructor(body: PublicInvalidDomain & FreestyleError);
7049
+ }
7050
+ declare class DomainOwnershipVerificationFailedError extends Error {
6860
7051
  body: unknown & FreestyleError;
6861
7052
  static readonly code: string;
6862
7053
  static readonly statusCode: number;
6863
7054
  static readonly description: string;
6864
7055
  constructor(body: unknown & FreestyleError);
6865
7056
  }
6866
- interface PublicObservabilityDatabaseError {
7057
+ interface PublicErrorDeletingRecord {
7058
+ domain: string;
7059
+ name: string;
6867
7060
  message: string;
6868
7061
  [k: string]: unknown;
6869
7062
  }
6870
- declare class ObservabilityDatabaseErrorError extends Error {
6871
- body: PublicObservabilityDatabaseError & FreestyleError;
7063
+ declare class ErrorDeletingRecordError extends Error {
7064
+ body: PublicErrorDeletingRecord & FreestyleError;
6872
7065
  static readonly code: string;
6873
7066
  static readonly statusCode: number;
6874
7067
  static readonly description: string;
6875
- constructor(body: PublicObservabilityDatabaseError & FreestyleError);
7068
+ constructor(body: PublicErrorDeletingRecord & FreestyleError);
6876
7069
  }
6877
- interface PublicObservabilityAccessDenied {
6878
- deploymentId: string;
7070
+ interface PublicRecordOwnershipError {
7071
+ recordId: string;
7072
+ accountId: string;
6879
7073
  [k: string]: unknown;
6880
7074
  }
6881
- declare class ObservabilityAccessDeniedError extends Error {
6882
- body: PublicObservabilityAccessDenied & FreestyleError;
7075
+ declare class RecordOwnershipErrorError extends Error {
7076
+ body: PublicRecordOwnershipError & FreestyleError;
6883
7077
  static readonly code: string;
6884
7078
  static readonly statusCode: number;
6885
7079
  static readonly description: string;
6886
- constructor(body: PublicObservabilityAccessDenied & FreestyleError);
7080
+ constructor(body: PublicRecordOwnershipError & FreestyleError);
6887
7081
  }
6888
- interface PublicParseLogsFailed {
7082
+ interface PublicErrorCreatingRecord {
6889
7083
  message: string;
6890
7084
  [k: string]: unknown;
6891
7085
  }
6892
- declare class ParseLogsFailedError extends Error {
6893
- body: PublicParseLogsFailed & FreestyleError;
7086
+ declare class ErrorCreatingRecordError extends Error {
7087
+ body: PublicErrorCreatingRecord & FreestyleError;
6894
7088
  static readonly code: string;
6895
7089
  static readonly statusCode: number;
6896
7090
  static readonly description: string;
6897
- constructor(body: PublicParseLogsFailed & FreestyleError);
7091
+ constructor(body: PublicErrorCreatingRecord & FreestyleError);
6898
7092
  }
6899
- interface PublicRetrieveLogsFailed {
6900
- message: string;
7093
+ interface PublicDomainOwnershipError {
7094
+ domain: string;
7095
+ accountId: string;
6901
7096
  [k: string]: unknown;
6902
7097
  }
6903
- declare class RetrieveLogsFailedError extends Error {
6904
- body: PublicRetrieveLogsFailed & FreestyleError;
7098
+ declare class DomainOwnershipErrorError extends Error {
7099
+ body: PublicDomainOwnershipError & FreestyleError;
6905
7100
  static readonly code: string;
6906
7101
  static readonly statusCode: number;
6907
7102
  static readonly description: string;
6908
- constructor(body: PublicRetrieveLogsFailed & FreestyleError);
7103
+ constructor(body: PublicDomainOwnershipError & FreestyleError);
6909
7104
  }
6910
- interface PublicInvalidQuery {
7105
+ interface PublicBrowserOperationFailed {
6911
7106
  message: string;
6912
7107
  [k: string]: unknown;
6913
7108
  }
6914
- declare class InvalidQueryError extends Error {
6915
- body: PublicInvalidQuery & FreestyleError;
7109
+ declare class BrowserOperationFailedError extends Error {
7110
+ body: PublicBrowserOperationFailed & FreestyleError;
6916
7111
  static readonly code: string;
6917
7112
  static readonly statusCode: number;
6918
7113
  static readonly description: string;
6919
- constructor(body: PublicInvalidQuery & FreestyleError);
7114
+ constructor(body: PublicBrowserOperationFailed & FreestyleError);
6920
7115
  }
6921
- interface PublicLogsNotFound {
6922
- deploymentId: string;
7116
+ interface PublicWatchFilesFailed {
7117
+ message: string;
6923
7118
  [k: string]: unknown;
6924
7119
  }
6925
- declare class LogsNotFoundError extends Error {
6926
- body: PublicLogsNotFound & FreestyleError;
6927
- static readonly code: string;
6928
- static readonly statusCode: number;
6929
- static readonly description: string;
6930
- constructor(body: PublicLogsNotFound & FreestyleError);
6931
- }
6932
- declare class PermissionAlreadyExistsError extends Error {
6933
- body: unknown & FreestyleError;
7120
+ declare class WatchFilesFailedError extends Error {
7121
+ body: PublicWatchFilesFailed & FreestyleError;
6934
7122
  static readonly code: string;
6935
7123
  static readonly statusCode: number;
6936
7124
  static readonly description: string;
6937
- constructor(body: unknown & FreestyleError);
7125
+ constructor(body: PublicWatchFilesFailed & FreestyleError);
6938
7126
  }
6939
- interface PublicListTokensFailed {
7127
+ interface PublicLogsFailed {
6940
7128
  message: string;
6941
7129
  [k: string]: unknown;
6942
7130
  }
6943
- declare class ListTokensFailedError extends Error {
6944
- body: PublicListTokensFailed & FreestyleError;
7131
+ declare class LogsFailedError extends Error {
7132
+ body: PublicLogsFailed & FreestyleError;
6945
7133
  static readonly code: string;
6946
7134
  static readonly statusCode: number;
6947
7135
  static readonly description: string;
6948
- constructor(body: PublicListTokensFailed & FreestyleError);
7136
+ constructor(body: PublicLogsFailed & FreestyleError);
6949
7137
  }
6950
- interface PublicRevokeTokenFailed {
7138
+ interface PublicStatusFailed {
6951
7139
  message: string;
6952
7140
  [k: string]: unknown;
6953
7141
  }
6954
- declare class RevokeTokenFailedError extends Error {
6955
- body: PublicRevokeTokenFailed & FreestyleError;
7142
+ declare class StatusFailedError extends Error {
7143
+ body: PublicStatusFailed & FreestyleError;
6956
7144
  static readonly code: string;
6957
7145
  static readonly statusCode: number;
6958
7146
  static readonly description: string;
6959
- constructor(body: PublicRevokeTokenFailed & FreestyleError);
7147
+ constructor(body: PublicStatusFailed & FreestyleError);
6960
7148
  }
6961
- interface PublicCreateTokenFailed {
7149
+ interface PublicRestartFailed {
6962
7150
  message: string;
6963
7151
  [k: string]: unknown;
6964
7152
  }
6965
- declare class CreateTokenFailedError extends Error {
6966
- body: PublicCreateTokenFailed & FreestyleError;
7153
+ declare class RestartFailedError extends Error {
7154
+ body: PublicRestartFailed & FreestyleError;
6967
7155
  static readonly code: string;
6968
7156
  static readonly statusCode: number;
6969
7157
  static readonly description: string;
6970
- constructor(body: PublicCreateTokenFailed & FreestyleError);
7158
+ constructor(body: PublicRestartFailed & FreestyleError);
6971
7159
  }
6972
- interface PublicListPermissionsFailed {
7160
+ interface PublicShutdownFailed {
6973
7161
  message: string;
6974
7162
  [k: string]: unknown;
6975
7163
  }
6976
- declare class ListPermissionsFailedError extends Error {
6977
- body: PublicListPermissionsFailed & FreestyleError;
7164
+ declare class ShutdownFailedError extends Error {
7165
+ body: PublicShutdownFailed & FreestyleError;
6978
7166
  static readonly code: string;
6979
7167
  static readonly statusCode: number;
6980
7168
  static readonly description: string;
6981
- constructor(body: PublicListPermissionsFailed & FreestyleError);
7169
+ constructor(body: PublicShutdownFailed & FreestyleError);
6982
7170
  }
6983
- interface PublicGetPermissionFailed {
7171
+ interface PublicCommitFailed {
6984
7172
  message: string;
6985
7173
  [k: string]: unknown;
6986
7174
  }
6987
- declare class GetPermissionFailedError extends Error {
6988
- body: PublicGetPermissionFailed & FreestyleError;
7175
+ declare class CommitFailedError extends Error {
7176
+ body: PublicCommitFailed & FreestyleError;
6989
7177
  static readonly code: string;
6990
7178
  static readonly statusCode: number;
6991
7179
  static readonly description: string;
6992
- constructor(body: PublicGetPermissionFailed & FreestyleError);
7180
+ constructor(body: PublicCommitFailed & FreestyleError);
6993
7181
  }
6994
- interface PublicUpdatePermissionFailed {
7182
+ interface PublicWriteFileFailed {
6995
7183
  message: string;
6996
7184
  [k: string]: unknown;
6997
7185
  }
6998
- declare class UpdatePermissionFailedError extends Error {
6999
- body: PublicUpdatePermissionFailed & FreestyleError;
7186
+ declare class WriteFileFailedError extends Error {
7187
+ body: PublicWriteFileFailed & FreestyleError;
7000
7188
  static readonly code: string;
7001
7189
  static readonly statusCode: number;
7002
7190
  static readonly description: string;
7003
- constructor(body: PublicUpdatePermissionFailed & FreestyleError);
7191
+ constructor(body: PublicWriteFileFailed & FreestyleError);
7004
7192
  }
7005
- interface PublicRevokePermissionFailed {
7193
+ interface PublicReadFileFailed {
7006
7194
  message: string;
7007
7195
  [k: string]: unknown;
7008
7196
  }
7009
- declare class RevokePermissionFailedError extends Error {
7010
- body: PublicRevokePermissionFailed & FreestyleError;
7197
+ declare class ReadFileFailedError extends Error {
7198
+ body: PublicReadFileFailed & FreestyleError;
7011
7199
  static readonly code: string;
7012
7200
  static readonly statusCode: number;
7013
7201
  static readonly description: string;
7014
- constructor(body: PublicRevokePermissionFailed & FreestyleError);
7202
+ constructor(body: PublicReadFileFailed & FreestyleError);
7015
7203
  }
7016
- interface PublicGrantPermissionFailed {
7204
+ interface PublicExecutionFailed {
7017
7205
  message: string;
7018
7206
  [k: string]: unknown;
7019
7207
  }
7020
- declare class GrantPermissionFailedError extends Error {
7021
- body: PublicGrantPermissionFailed & FreestyleError;
7208
+ declare class ExecutionFailedError extends Error {
7209
+ body: PublicExecutionFailed & FreestyleError;
7022
7210
  static readonly code: string;
7023
7211
  static readonly statusCode: number;
7024
7212
  static readonly description: string;
7025
- constructor(body: PublicGrantPermissionFailed & FreestyleError);
7213
+ constructor(body: PublicExecutionFailed & FreestyleError);
7026
7214
  }
7027
- interface PublicListIdentitiesFailed {
7215
+ interface PublicRequestFailed {
7028
7216
  message: string;
7029
7217
  [k: string]: unknown;
7030
7218
  }
7031
- declare class ListIdentitiesFailedError extends Error {
7032
- body: PublicListIdentitiesFailed & FreestyleError;
7219
+ declare class RequestFailedError extends Error {
7220
+ body: PublicRequestFailed & FreestyleError;
7033
7221
  static readonly code: string;
7034
7222
  static readonly statusCode: number;
7035
7223
  static readonly description: string;
7036
- constructor(body: PublicListIdentitiesFailed & FreestyleError);
7224
+ constructor(body: PublicRequestFailed & FreestyleError);
7037
7225
  }
7038
- interface PublicDeleteIdentityFailed {
7039
- message: string;
7226
+ interface PublicDevServerFileNotFound {
7227
+ path: string;
7040
7228
  [k: string]: unknown;
7041
7229
  }
7042
- declare class DeleteIdentityFailedError extends Error {
7043
- body: PublicDeleteIdentityFailed & FreestyleError;
7230
+ declare class DevServerFileNotFoundError extends Error {
7231
+ body: PublicDevServerFileNotFound & FreestyleError;
7044
7232
  static readonly code: string;
7045
7233
  static readonly statusCode: number;
7046
7234
  static readonly description: string;
7047
- constructor(body: PublicDeleteIdentityFailed & FreestyleError);
7235
+ constructor(body: PublicDevServerFileNotFound & FreestyleError);
7048
7236
  }
7049
- interface PublicCreateIdentityFailed {
7237
+ interface PublicDevServerInvalidRequest {
7050
7238
  message: string;
7051
7239
  [k: string]: unknown;
7052
7240
  }
7053
- declare class CreateIdentityFailedError extends Error {
7054
- body: PublicCreateIdentityFailed & FreestyleError;
7241
+ declare class DevServerInvalidRequestError extends Error {
7242
+ body: PublicDevServerInvalidRequest & FreestyleError;
7055
7243
  static readonly code: string;
7056
7244
  static readonly statusCode: number;
7057
7245
  static readonly description: string;
7058
- constructor(body: PublicCreateIdentityFailed & FreestyleError);
7246
+ constructor(body: PublicDevServerInvalidRequest & FreestyleError);
7059
7247
  }
7060
- declare class VmPermissionNotFoundError extends Error {
7061
- body: unknown & FreestyleError;
7062
- static readonly code: string;
7063
- static readonly statusCode: number;
7064
- static readonly description: string;
7065
- constructor(body: unknown & FreestyleError);
7248
+ interface PublicDevServerNotFound {
7249
+ serverId: string;
7250
+ [k: string]: unknown;
7066
7251
  }
7067
- declare class PermissionNotFoundError extends Error {
7068
- body: unknown & FreestyleError;
7252
+ declare class DevServerNotFoundError extends Error {
7253
+ body: PublicDevServerNotFound & FreestyleError;
7069
7254
  static readonly code: string;
7070
7255
  static readonly statusCode: number;
7071
7256
  static readonly description: string;
7072
- constructor(body: unknown & FreestyleError);
7257
+ constructor(body: PublicDevServerNotFound & FreestyleError);
7073
7258
  }
7074
- declare class VmAccessDeniedError extends Error {
7075
- body: unknown & FreestyleError;
7076
- static readonly code: string;
7077
- static readonly statusCode: number;
7078
- static readonly description: string;
7079
- constructor(body: unknown & FreestyleError);
7259
+ interface PublicBuildFailed {
7260
+ logs: string;
7261
+ vmId: string;
7262
+ [k: string]: unknown;
7080
7263
  }
7081
- declare class GitRepositoryAccessDeniedError extends Error {
7082
- body: unknown & FreestyleError;
7264
+ declare class BuildFailedError extends Error {
7265
+ body: PublicBuildFailed & FreestyleError;
7083
7266
  static readonly code: string;
7084
7267
  static readonly statusCode: number;
7085
7268
  static readonly description: string;
7086
- constructor(body: unknown & FreestyleError);
7269
+ constructor(body: PublicBuildFailed & FreestyleError);
7087
7270
  }
7088
- declare class GitRepositoryNotFoundError extends Error {
7271
+ declare class ServerDeploymentFailedError extends Error {
7089
7272
  body: unknown & FreestyleError;
7090
7273
  static readonly code: string;
7091
7274
  static readonly statusCode: number;
7092
7275
  static readonly description: string;
7093
7276
  constructor(body: unknown & FreestyleError);
7094
7277
  }
7095
- declare class CannotDeleteManagedIdentityError extends Error {
7096
- body: unknown & FreestyleError;
7097
- static readonly code: string;
7098
- static readonly statusCode: number;
7099
- static readonly description: string;
7100
- constructor(body: unknown & FreestyleError);
7278
+ interface PublicLockfileError {
7279
+ message: string;
7280
+ [k: string]: unknown;
7101
7281
  }
7102
- declare class CannotModifyManagedIdentityError extends Error {
7103
- body: unknown & FreestyleError;
7282
+ declare class LockfileErrorError extends Error {
7283
+ body: PublicLockfileError & FreestyleError;
7104
7284
  static readonly code: string;
7105
7285
  static readonly statusCode: number;
7106
7286
  static readonly description: string;
7107
- constructor(body: unknown & FreestyleError);
7287
+ constructor(body: PublicLockfileError & FreestyleError);
7108
7288
  }
7109
- declare class IdentityAccessDeniedError extends Error {
7289
+ declare class UploadErrorError extends Error {
7110
7290
  body: unknown & FreestyleError;
7111
7291
  static readonly code: string;
7112
7292
  static readonly statusCode: number;
7113
7293
  static readonly description: string;
7114
7294
  constructor(body: unknown & FreestyleError);
7115
7295
  }
7116
- declare class IdentityNotFoundError extends Error {
7117
- body: unknown & FreestyleError;
7296
+ interface PublicDomainMappingError {
7297
+ domain: string;
7298
+ [k: string]: unknown;
7299
+ }
7300
+ declare class DomainMappingErrorError extends Error {
7301
+ body: PublicDomainMappingError & FreestyleError;
7118
7302
  static readonly code: string;
7119
7303
  static readonly statusCode: number;
7120
7304
  static readonly description: string;
7121
- constructor(body: unknown & FreestyleError);
7305
+ constructor(body: PublicDomainMappingError & FreestyleError);
7122
7306
  }
7123
- interface PublicExecuteInternalError {
7124
- message: string;
7307
+ interface PublicCertificateProvisioningError {
7308
+ domain: string;
7309
+ reason?: string | null;
7125
7310
  [k: string]: unknown;
7126
7311
  }
7127
- declare class ExecuteInternalErrorError extends Error {
7128
- body: PublicExecuteInternalError & FreestyleError;
7312
+ declare class CertificateProvisioningErrorError extends Error {
7313
+ body: PublicCertificateProvisioningError & FreestyleError;
7129
7314
  static readonly code: string;
7130
7315
  static readonly statusCode: number;
7131
7316
  static readonly description: string;
7132
- constructor(body: PublicExecuteInternalError & FreestyleError);
7317
+ constructor(body: PublicCertificateProvisioningError & FreestyleError);
7133
7318
  }
7134
- declare class ExecuteAccessDeniedError extends Error {
7319
+ declare class NoEntrypointFoundError extends Error {
7135
7320
  body: unknown & FreestyleError;
7136
7321
  static readonly code: string;
7137
7322
  static readonly statusCode: number;
7138
7323
  static readonly description: string;
7139
7324
  constructor(body: unknown & FreestyleError);
7140
7325
  }
7141
- interface PublicListRunsFailed {
7142
- message: string;
7326
+ interface PublicEntrypointNotFound {
7327
+ entrypoint: string;
7143
7328
  [k: string]: unknown;
7144
7329
  }
7145
- declare class ListRunsFailedError extends Error {
7146
- body: PublicListRunsFailed & FreestyleError;
7330
+ declare class EntrypointNotFoundError extends Error {
7331
+ body: PublicEntrypointNotFound & FreestyleError;
7147
7332
  static readonly code: string;
7148
7333
  static readonly statusCode: number;
7149
7334
  static readonly description: string;
7150
- constructor(body: PublicListRunsFailed & FreestyleError);
7335
+ constructor(body: PublicEntrypointNotFound & FreestyleError);
7151
7336
  }
7152
- interface PublicExecutionError {
7153
- message: string;
7337
+ interface PublicNoDomainOwnership {
7338
+ domain: string;
7154
7339
  [k: string]: unknown;
7155
7340
  }
7156
- declare class ExecutionErrorError extends Error {
7157
- body: PublicExecutionError & FreestyleError;
7341
+ declare class NoDomainOwnershipError extends Error {
7342
+ body: PublicNoDomainOwnership & FreestyleError;
7158
7343
  static readonly code: string;
7159
7344
  static readonly statusCode: number;
7160
7345
  static readonly description: string;
7161
- constructor(body: PublicExecutionError & FreestyleError);
7346
+ constructor(body: PublicNoDomainOwnership & FreestyleError);
7162
7347
  }
7163
- interface PublicConnectionFailed {
7164
- message: string;
7348
+ interface PublicInvalidDomains {
7349
+ domains: string[];
7165
7350
  [k: string]: unknown;
7166
7351
  }
7167
- declare class ConnectionFailedError extends Error {
7168
- body: PublicConnectionFailed & FreestyleError;
7352
+ declare class InvalidDomainsError extends Error {
7353
+ body: PublicInvalidDomains & FreestyleError;
7169
7354
  static readonly code: string;
7170
7355
  static readonly statusCode: number;
7171
7356
  static readonly description: string;
7172
- constructor(body: PublicConnectionFailed & FreestyleError);
7357
+ constructor(body: PublicInvalidDomains & FreestyleError);
7173
7358
  }
7174
- interface PublicMetadataWriteFailed {
7359
+ interface PublicWebDeploymentBadRequest {
7175
7360
  message: string;
7176
7361
  [k: string]: unknown;
7177
7362
  }
7178
- declare class MetadataWriteFailedError extends Error {
7179
- body: PublicMetadataWriteFailed & FreestyleError;
7363
+ declare class WebDeploymentBadRequestError extends Error {
7364
+ body: PublicWebDeploymentBadRequest & FreestyleError;
7180
7365
  static readonly code: string;
7181
7366
  static readonly statusCode: number;
7182
7367
  static readonly description: string;
7183
- constructor(body: PublicMetadataWriteFailed & FreestyleError);
7184
- }
7185
- interface PublicNodeModulesInstallFailed {
7186
- message: string;
7187
- [k: string]: unknown;
7368
+ constructor(body: PublicWebDeploymentBadRequest & FreestyleError);
7188
7369
  }
7189
- declare class NodeModulesInstallFailedError extends Error {
7190
- body: PublicNodeModulesInstallFailed & FreestyleError;
7370
+ declare class DeploymentNotFoundError extends Error {
7371
+ body: unknown & FreestyleError;
7191
7372
  static readonly code: string;
7192
7373
  static readonly statusCode: number;
7193
7374
  static readonly description: string;
7194
- constructor(body: PublicNodeModulesInstallFailed & FreestyleError);
7375
+ constructor(body: unknown & FreestyleError);
7195
7376
  }
7196
- interface PublicNodeModulesDownloadFailed {
7377
+ interface PublicDatabaseError {
7197
7378
  message: string;
7198
7379
  [k: string]: unknown;
7199
7380
  }
7200
- declare class NodeModulesDownloadFailedError extends Error {
7201
- body: PublicNodeModulesDownloadFailed & FreestyleError;
7381
+ declare class DatabaseErrorError extends Error {
7382
+ body: PublicDatabaseError & FreestyleError;
7202
7383
  static readonly code: string;
7203
7384
  static readonly statusCode: number;
7204
7385
  static readonly description: string;
7205
- constructor(body: PublicNodeModulesDownloadFailed & FreestyleError);
7386
+ constructor(body: PublicDatabaseError & FreestyleError);
7206
7387
  }
7207
- interface PublicLockGenerationFailed {
7388
+ interface PublicTriggerError {
7208
7389
  message: string;
7209
7390
  [k: string]: unknown;
7210
7391
  }
7211
- declare class LockGenerationFailedError extends Error {
7212
- body: PublicLockGenerationFailed & FreestyleError;
7392
+ declare class TriggerErrorError extends Error {
7393
+ body: PublicTriggerError & FreestyleError;
7213
7394
  static readonly code: string;
7214
7395
  static readonly statusCode: number;
7215
7396
  static readonly description: string;
7216
- constructor(body: PublicLockGenerationFailed & FreestyleError);
7397
+ constructor(body: PublicTriggerError & FreestyleError);
7217
7398
  }
7218
- interface PublicWriteScriptFailed {
7399
+ interface PublicTokenError {
7219
7400
  message: string;
7220
7401
  [k: string]: unknown;
7221
7402
  }
7222
- declare class WriteScriptFailedError extends Error {
7223
- body: PublicWriteScriptFailed & FreestyleError;
7403
+ declare class TokenErrorError extends Error {
7404
+ body: PublicTokenError & FreestyleError;
7224
7405
  static readonly code: string;
7225
7406
  static readonly statusCode: number;
7226
7407
  static readonly description: string;
7227
- constructor(body: PublicWriteScriptFailed & FreestyleError);
7408
+ constructor(body: PublicTokenError & FreestyleError);
7228
7409
  }
7229
- interface PublicDirectoryCreationFailed {
7410
+ interface PublicPermissionError {
7230
7411
  message: string;
7231
7412
  [k: string]: unknown;
7232
7413
  }
7233
- declare class DirectoryCreationFailedError extends Error {
7234
- body: PublicDirectoryCreationFailed & FreestyleError;
7414
+ declare class PermissionErrorError extends Error {
7415
+ body: PublicPermissionError & FreestyleError;
7235
7416
  static readonly code: string;
7236
7417
  static readonly statusCode: number;
7237
7418
  static readonly description: string;
7238
- constructor(body: PublicDirectoryCreationFailed & FreestyleError);
7419
+ constructor(body: PublicPermissionError & FreestyleError);
7239
7420
  }
7240
- interface PublicNetworkPermissionsFailed {
7421
+ interface PublicIdentityError {
7241
7422
  message: string;
7242
7423
  [k: string]: unknown;
7243
7424
  }
7244
- declare class NetworkPermissionsFailedError extends Error {
7245
- body: PublicNetworkPermissionsFailed & FreestyleError;
7425
+ declare class IdentityErrorError extends Error {
7426
+ body: PublicIdentityError & FreestyleError;
7246
7427
  static readonly code: string;
7247
7428
  static readonly statusCode: number;
7248
7429
  static readonly description: string;
7249
- constructor(body: PublicNetworkPermissionsFailed & FreestyleError);
7430
+ constructor(body: PublicIdentityError & FreestyleError);
7250
7431
  }
7251
- interface PublicLoggingFailed {
7432
+ interface PublicGetContentFailed {
7252
7433
  message: string;
7253
7434
  [k: string]: unknown;
7254
7435
  }
7255
- declare class LoggingFailedError extends Error {
7256
- body: PublicLoggingFailed & FreestyleError;
7436
+ declare class GetContentFailedError extends Error {
7437
+ body: PublicGetContentFailed & FreestyleError;
7257
7438
  static readonly code: string;
7258
7439
  static readonly statusCode: number;
7259
7440
  static readonly description: string;
7260
- constructor(body: PublicLoggingFailed & FreestyleError);
7441
+ constructor(body: PublicGetContentFailed & FreestyleError);
7261
7442
  }
7262
- interface PublicRunNotFound {
7263
- runId: string;
7443
+ interface PublicContentNotFound {
7444
+ path: string;
7264
7445
  [k: string]: unknown;
7265
7446
  }
7266
- declare class RunNotFoundError extends Error {
7267
- body: PublicRunNotFound & FreestyleError;
7447
+ declare class ContentNotFoundError extends Error {
7448
+ body: PublicContentNotFound & FreestyleError;
7268
7449
  static readonly code: string;
7269
7450
  static readonly statusCode: number;
7270
7451
  static readonly description: string;
7271
- constructor(body: PublicRunNotFound & FreestyleError);
7452
+ constructor(body: PublicContentNotFound & FreestyleError);
7272
7453
  }
7273
- interface PublicCloudstateInternalError {
7454
+ interface PublicDownloadFailed {
7274
7455
  message: string;
7275
7456
  [k: string]: unknown;
7276
7457
  }
7277
- declare class CloudstateInternalErrorError extends Error {
7278
- body: PublicCloudstateInternalError & FreestyleError;
7458
+ declare class DownloadFailedError extends Error {
7459
+ body: PublicDownloadFailed & FreestyleError;
7279
7460
  static readonly code: string;
7280
7461
  static readonly statusCode: number;
7281
7462
  static readonly description: string;
7282
- constructor(body: PublicCloudstateInternalError & FreestyleError);
7463
+ constructor(body: PublicDownloadFailed & FreestyleError);
7283
7464
  }
7284
- interface PublicCloudstateDatabaseError {
7465
+ interface PublicGitServerError {
7285
7466
  message: string;
7286
7467
  [k: string]: unknown;
7287
7468
  }
7288
- declare class CloudstateDatabaseErrorError extends Error {
7289
- body: PublicCloudstateDatabaseError & FreestyleError;
7469
+ declare class GitServerErrorError extends Error {
7470
+ body: PublicGitServerError & FreestyleError;
7290
7471
  static readonly code: string;
7291
7472
  static readonly statusCode: number;
7292
7473
  static readonly description: string;
7293
- constructor(body: PublicCloudstateDatabaseError & FreestyleError);
7474
+ constructor(body: PublicGitServerError & FreestyleError);
7294
7475
  }
7295
- interface PublicCloudstateAccessDenied {
7296
- projectId: string;
7476
+ interface PublicParseResponseError {
7477
+ message: string;
7297
7478
  [k: string]: unknown;
7298
7479
  }
7299
- declare class CloudstateAccessDeniedError extends Error {
7300
- body: PublicCloudstateAccessDenied & FreestyleError;
7480
+ declare class ParseResponseErrorError extends Error {
7481
+ body: PublicParseResponseError & FreestyleError;
7301
7482
  static readonly code: string;
7302
7483
  static readonly statusCode: number;
7303
7484
  static readonly description: string;
7304
- constructor(body: PublicCloudstateAccessDenied & FreestyleError);
7305
- }
7306
- interface PublicRestoreFailed {
7307
- message: string;
7308
- [k: string]: unknown;
7485
+ constructor(body: PublicParseResponseError & FreestyleError);
7309
7486
  }
7310
- declare class RestoreFailedError extends Error {
7311
- body: PublicRestoreFailed & FreestyleError;
7487
+ declare class RepositoryAccessDeniedError extends Error {
7488
+ body: unknown & FreestyleError;
7312
7489
  static readonly code: string;
7313
7490
  static readonly statusCode: number;
7314
7491
  static readonly description: string;
7315
- constructor(body: PublicRestoreFailed & FreestyleError);
7492
+ constructor(body: unknown & FreestyleError);
7316
7493
  }
7317
- interface PublicCreateBackupFailed {
7494
+ interface PublicGitHubSyncFailed {
7318
7495
  message: string;
7319
7496
  [k: string]: unknown;
7320
7497
  }
7321
- declare class CreateBackupFailedError extends Error {
7322
- body: PublicCreateBackupFailed & FreestyleError;
7498
+ declare class GitHubSyncFailedError extends Error {
7499
+ body: PublicGitHubSyncFailed & FreestyleError;
7323
7500
  static readonly code: string;
7324
7501
  static readonly statusCode: number;
7325
7502
  static readonly description: string;
7326
- constructor(body: PublicCreateBackupFailed & FreestyleError);
7503
+ constructor(body: PublicGitHubSyncFailed & FreestyleError);
7327
7504
  }
7328
- interface PublicBackupFailed {
7505
+ interface PublicUpdateDefaultBranchFailed {
7329
7506
  message: string;
7330
7507
  [k: string]: unknown;
7331
7508
  }
7332
- declare class BackupFailedError extends Error {
7333
- body: PublicBackupFailed & FreestyleError;
7509
+ declare class UpdateDefaultBranchFailedError extends Error {
7510
+ body: PublicUpdateDefaultBranchFailed & FreestyleError;
7334
7511
  static readonly code: string;
7335
7512
  static readonly statusCode: number;
7336
7513
  static readonly description: string;
7337
- constructor(body: PublicBackupFailed & FreestyleError);
7514
+ constructor(body: PublicUpdateDefaultBranchFailed & FreestyleError);
7338
7515
  }
7339
- interface PublicDeploymentFailed {
7516
+ interface PublicGetRepositoryInfoFailed {
7340
7517
  message: string;
7341
7518
  [k: string]: unknown;
7342
7519
  }
7343
- declare class DeploymentFailedError extends Error {
7344
- body: PublicDeploymentFailed & FreestyleError;
7520
+ declare class GetRepositoryInfoFailedError extends Error {
7521
+ body: PublicGetRepositoryInfoFailed & FreestyleError;
7345
7522
  static readonly code: string;
7346
7523
  static readonly statusCode: number;
7347
7524
  static readonly description: string;
7348
- constructor(body: PublicDeploymentFailed & FreestyleError);
7525
+ constructor(body: PublicGetRepositoryInfoFailed & FreestyleError);
7349
7526
  }
7350
- interface PublicInvalidDeploymentRequest {
7527
+ interface PublicListRepositoriesFailed {
7351
7528
  message: string;
7352
7529
  [k: string]: unknown;
7353
7530
  }
7354
- declare class InvalidDeploymentRequestError extends Error {
7355
- body: PublicInvalidDeploymentRequest & FreestyleError;
7531
+ declare class ListRepositoriesFailedError extends Error {
7532
+ body: PublicListRepositoriesFailed & FreestyleError;
7356
7533
  static readonly code: string;
7357
7534
  static readonly statusCode: number;
7358
7535
  static readonly description: string;
7359
- constructor(body: PublicInvalidDeploymentRequest & FreestyleError);
7536
+ constructor(body: PublicListRepositoriesFailed & FreestyleError);
7360
7537
  }
7361
- interface PublicProjectNotFound {
7362
- projectId: string;
7538
+ interface PublicDeleteRepositoryFailed {
7539
+ message: string;
7363
7540
  [k: string]: unknown;
7364
7541
  }
7365
- declare class ProjectNotFoundError extends Error {
7366
- body: PublicProjectNotFound & FreestyleError;
7542
+ declare class DeleteRepositoryFailedError extends Error {
7543
+ body: PublicDeleteRepositoryFailed & FreestyleError;
7367
7544
  static readonly code: string;
7368
7545
  static readonly statusCode: number;
7369
7546
  static readonly description: string;
7370
- constructor(body: PublicProjectNotFound & FreestyleError);
7547
+ constructor(body: PublicDeleteRepositoryFailed & FreestyleError);
7371
7548
  }
7372
- interface PublicResizeFailed {
7549
+ interface PublicCreateRepositoryFailed {
7373
7550
  message: string;
7374
7551
  [k: string]: unknown;
7375
7552
  }
7376
- declare class ResizeFailedError extends Error {
7377
- body: PublicResizeFailed & FreestyleError;
7553
+ declare class CreateRepositoryFailedError extends Error {
7554
+ body: PublicCreateRepositoryFailed & FreestyleError;
7378
7555
  static readonly code: string;
7379
7556
  static readonly statusCode: number;
7380
7557
  static readonly description: string;
7381
- constructor(body: PublicResizeFailed & FreestyleError);
7558
+ constructor(body: PublicCreateRepositoryFailed & FreestyleError);
7382
7559
  }
7383
- declare class InternalResizeVmNotFoundError extends Error {
7384
- body: unknown & FreestyleError;
7385
- static readonly code: string;
7386
- static readonly statusCode: number;
7387
- static readonly description: string;
7388
- constructor(body: unknown & FreestyleError);
7560
+ interface PublicSerializationError {
7561
+ message: string;
7562
+ [k: string]: unknown;
7389
7563
  }
7390
- declare class DomainOwnershipVerificationFailedError extends Error {
7391
- body: unknown & FreestyleError;
7564
+ declare class SerializationErrorError extends Error {
7565
+ body: PublicSerializationError & FreestyleError;
7392
7566
  static readonly code: string;
7393
7567
  static readonly statusCode: number;
7394
7568
  static readonly description: string;
7395
- constructor(body: unknown & FreestyleError);
7569
+ constructor(body: PublicSerializationError & FreestyleError);
7396
7570
  }
7397
- interface PublicErrorDeletingRecord {
7398
- domain: string;
7399
- name: string;
7571
+ interface PublicGitInvalidRequest {
7400
7572
  message: string;
7401
7573
  [k: string]: unknown;
7402
7574
  }
7403
- declare class ErrorDeletingRecordError extends Error {
7404
- body: PublicErrorDeletingRecord & FreestyleError;
7575
+ declare class GitInvalidRequestError extends Error {
7576
+ body: PublicGitInvalidRequest & FreestyleError;
7405
7577
  static readonly code: string;
7406
7578
  static readonly statusCode: number;
7407
7579
  static readonly description: string;
7408
- constructor(body: PublicErrorDeletingRecord & FreestyleError);
7580
+ constructor(body: PublicGitInvalidRequest & FreestyleError);
7409
7581
  }
7410
- interface PublicRecordOwnershipError {
7411
- recordId: string;
7412
- accountId: string;
7582
+ interface PublicRepositoryNotFound {
7583
+ repoId: string;
7413
7584
  [k: string]: unknown;
7414
7585
  }
7415
- declare class RecordOwnershipErrorError extends Error {
7416
- body: PublicRecordOwnershipError & FreestyleError;
7586
+ declare class RepositoryNotFoundError extends Error {
7587
+ body: PublicRepositoryNotFound & FreestyleError;
7417
7588
  static readonly code: string;
7418
7589
  static readonly statusCode: number;
7419
7590
  static readonly description: string;
7420
- constructor(body: PublicRecordOwnershipError & FreestyleError);
7591
+ constructor(body: PublicRepositoryNotFound & FreestyleError);
7421
7592
  }
7422
- interface PublicErrorCreatingRecord {
7423
- message: string;
7593
+ interface PublicDomainAlreadyExists {
7594
+ domain: string;
7424
7595
  [k: string]: unknown;
7425
7596
  }
7426
- declare class ErrorCreatingRecordError extends Error {
7427
- body: PublicErrorCreatingRecord & FreestyleError;
7597
+ declare class DomainAlreadyExistsError extends Error {
7598
+ body: PublicDomainAlreadyExists & FreestyleError;
7428
7599
  static readonly code: string;
7429
7600
  static readonly statusCode: number;
7430
7601
  static readonly description: string;
7431
- constructor(body: PublicErrorCreatingRecord & FreestyleError);
7602
+ constructor(body: PublicDomainAlreadyExists & FreestyleError);
7432
7603
  }
7433
- interface PublicDomainOwnershipError {
7434
- domain: string;
7435
- accountId: string;
7604
+ interface PublicFailedToInsertOwnership {
7605
+ message: string;
7436
7606
  [k: string]: unknown;
7437
7607
  }
7438
- declare class DomainOwnershipErrorError extends Error {
7439
- body: PublicDomainOwnershipError & FreestyleError;
7608
+ declare class FailedToInsertOwnershipError extends Error {
7609
+ body: PublicFailedToInsertOwnership & FreestyleError;
7440
7610
  static readonly code: string;
7441
7611
  static readonly statusCode: number;
7442
7612
  static readonly description: string;
7443
- constructor(body: PublicDomainOwnershipError & FreestyleError);
7613
+ constructor(body: PublicFailedToInsertOwnership & FreestyleError);
7444
7614
  }
7445
- interface PublicBrowserOperationFailed {
7615
+ interface PublicFailedRemoveDomainMapping {
7446
7616
  message: string;
7447
7617
  [k: string]: unknown;
7448
7618
  }
7449
- declare class BrowserOperationFailedError extends Error {
7450
- body: PublicBrowserOperationFailed & FreestyleError;
7619
+ declare class FailedRemoveDomainMappingError extends Error {
7620
+ body: PublicFailedRemoveDomainMapping & FreestyleError;
7451
7621
  static readonly code: string;
7452
7622
  static readonly statusCode: number;
7453
7623
  static readonly description: string;
7454
- constructor(body: PublicBrowserOperationFailed & FreestyleError);
7624
+ constructor(body: PublicFailedRemoveDomainMapping & FreestyleError);
7455
7625
  }
7456
- interface PublicWatchFilesFailed {
7457
- message: string;
7626
+ interface PublicFailedPermissionsCheck {
7627
+ domain: string;
7458
7628
  [k: string]: unknown;
7459
7629
  }
7460
- declare class WatchFilesFailedError extends Error {
7461
- body: PublicWatchFilesFailed & FreestyleError;
7630
+ declare class FailedPermissionsCheckError extends Error {
7631
+ body: PublicFailedPermissionsCheck & FreestyleError;
7462
7632
  static readonly code: string;
7463
7633
  static readonly statusCode: number;
7464
7634
  static readonly description: string;
7465
- constructor(body: PublicWatchFilesFailed & FreestyleError);
7635
+ constructor(body: PublicFailedPermissionsCheck & FreestyleError);
7466
7636
  }
7467
- interface PublicLogsFailed {
7637
+ interface PublicFailedToCheckDomainMappingPermissions {
7468
7638
  message: string;
7469
7639
  [k: string]: unknown;
7470
7640
  }
7471
- declare class LogsFailedError extends Error {
7472
- body: PublicLogsFailed & FreestyleError;
7641
+ declare class FailedToCheckDomainMappingPermissionsError extends Error {
7642
+ body: PublicFailedToCheckDomainMappingPermissions & FreestyleError;
7473
7643
  static readonly code: string;
7474
7644
  static readonly statusCode: number;
7475
7645
  static readonly description: string;
7476
- constructor(body: PublicLogsFailed & FreestyleError);
7646
+ constructor(body: PublicFailedToCheckDomainMappingPermissions & FreestyleError);
7477
7647
  }
7478
- interface PublicStatusFailed {
7648
+ interface PublicCloudstateInternalError {
7479
7649
  message: string;
7480
7650
  [k: string]: unknown;
7481
7651
  }
7482
- declare class StatusFailedError extends Error {
7483
- body: PublicStatusFailed & FreestyleError;
7652
+ declare class CloudstateInternalErrorError extends Error {
7653
+ body: PublicCloudstateInternalError & FreestyleError;
7484
7654
  static readonly code: string;
7485
7655
  static readonly statusCode: number;
7486
7656
  static readonly description: string;
7487
- constructor(body: PublicStatusFailed & FreestyleError);
7657
+ constructor(body: PublicCloudstateInternalError & FreestyleError);
7488
7658
  }
7489
- interface PublicRestartFailed {
7659
+ interface PublicCloudstateDatabaseError {
7490
7660
  message: string;
7491
7661
  [k: string]: unknown;
7492
7662
  }
7493
- declare class RestartFailedError extends Error {
7494
- body: PublicRestartFailed & FreestyleError;
7663
+ declare class CloudstateDatabaseErrorError extends Error {
7664
+ body: PublicCloudstateDatabaseError & FreestyleError;
7495
7665
  static readonly code: string;
7496
7666
  static readonly statusCode: number;
7497
7667
  static readonly description: string;
7498
- constructor(body: PublicRestartFailed & FreestyleError);
7668
+ constructor(body: PublicCloudstateDatabaseError & FreestyleError);
7499
7669
  }
7500
- interface PublicShutdownFailed {
7501
- message: string;
7670
+ interface PublicCloudstateAccessDenied {
7671
+ projectId: string;
7502
7672
  [k: string]: unknown;
7503
7673
  }
7504
- declare class ShutdownFailedError extends Error {
7505
- body: PublicShutdownFailed & FreestyleError;
7674
+ declare class CloudstateAccessDeniedError extends Error {
7675
+ body: PublicCloudstateAccessDenied & FreestyleError;
7506
7676
  static readonly code: string;
7507
7677
  static readonly statusCode: number;
7508
7678
  static readonly description: string;
7509
- constructor(body: PublicShutdownFailed & FreestyleError);
7679
+ constructor(body: PublicCloudstateAccessDenied & FreestyleError);
7510
7680
  }
7511
- interface PublicCommitFailed {
7681
+ interface PublicRestoreFailed {
7512
7682
  message: string;
7513
7683
  [k: string]: unknown;
7514
7684
  }
7515
- declare class CommitFailedError extends Error {
7516
- body: PublicCommitFailed & FreestyleError;
7685
+ declare class RestoreFailedError extends Error {
7686
+ body: PublicRestoreFailed & FreestyleError;
7517
7687
  static readonly code: string;
7518
7688
  static readonly statusCode: number;
7519
7689
  static readonly description: string;
7520
- constructor(body: PublicCommitFailed & FreestyleError);
7690
+ constructor(body: PublicRestoreFailed & FreestyleError);
7521
7691
  }
7522
- interface PublicWriteFileFailed {
7692
+ interface PublicCreateBackupFailed {
7523
7693
  message: string;
7524
7694
  [k: string]: unknown;
7525
7695
  }
7526
- declare class WriteFileFailedError extends Error {
7527
- body: PublicWriteFileFailed & FreestyleError;
7696
+ declare class CreateBackupFailedError extends Error {
7697
+ body: PublicCreateBackupFailed & FreestyleError;
7528
7698
  static readonly code: string;
7529
7699
  static readonly statusCode: number;
7530
7700
  static readonly description: string;
7531
- constructor(body: PublicWriteFileFailed & FreestyleError);
7701
+ constructor(body: PublicCreateBackupFailed & FreestyleError);
7532
7702
  }
7533
- interface PublicReadFileFailed {
7703
+ interface PublicBackupFailed {
7534
7704
  message: string;
7535
7705
  [k: string]: unknown;
7536
7706
  }
7537
- declare class ReadFileFailedError extends Error {
7538
- body: PublicReadFileFailed & FreestyleError;
7707
+ declare class BackupFailedError extends Error {
7708
+ body: PublicBackupFailed & FreestyleError;
7539
7709
  static readonly code: string;
7540
7710
  static readonly statusCode: number;
7541
7711
  static readonly description: string;
7542
- constructor(body: PublicReadFileFailed & FreestyleError);
7712
+ constructor(body: PublicBackupFailed & FreestyleError);
7543
7713
  }
7544
- interface PublicExecutionFailed {
7714
+ interface PublicDeploymentFailed {
7545
7715
  message: string;
7546
7716
  [k: string]: unknown;
7547
7717
  }
7548
- declare class ExecutionFailedError extends Error {
7549
- body: PublicExecutionFailed & FreestyleError;
7718
+ declare class DeploymentFailedError extends Error {
7719
+ body: PublicDeploymentFailed & FreestyleError;
7550
7720
  static readonly code: string;
7551
7721
  static readonly statusCode: number;
7552
7722
  static readonly description: string;
7553
- constructor(body: PublicExecutionFailed & FreestyleError);
7723
+ constructor(body: PublicDeploymentFailed & FreestyleError);
7554
7724
  }
7555
- interface PublicRequestFailed {
7725
+ interface PublicInvalidDeploymentRequest {
7556
7726
  message: string;
7557
7727
  [k: string]: unknown;
7558
7728
  }
7559
- declare class RequestFailedError extends Error {
7560
- body: PublicRequestFailed & FreestyleError;
7729
+ declare class InvalidDeploymentRequestError extends Error {
7730
+ body: PublicInvalidDeploymentRequest & FreestyleError;
7561
7731
  static readonly code: string;
7562
7732
  static readonly statusCode: number;
7563
7733
  static readonly description: string;
7564
- constructor(body: PublicRequestFailed & FreestyleError);
7734
+ constructor(body: PublicInvalidDeploymentRequest & FreestyleError);
7565
7735
  }
7566
- interface PublicDevServerFileNotFound {
7567
- path: string;
7736
+ interface PublicProjectNotFound {
7737
+ projectId: string;
7568
7738
  [k: string]: unknown;
7569
7739
  }
7570
- declare class DevServerFileNotFoundError extends Error {
7571
- body: PublicDevServerFileNotFound & FreestyleError;
7740
+ declare class ProjectNotFoundError extends Error {
7741
+ body: PublicProjectNotFound & FreestyleError;
7572
7742
  static readonly code: string;
7573
7743
  static readonly statusCode: number;
7574
7744
  static readonly description: string;
7575
- constructor(body: PublicDevServerFileNotFound & FreestyleError);
7745
+ constructor(body: PublicProjectNotFound & FreestyleError);
7576
7746
  }
7577
- interface PublicDevServerInvalidRequest {
7578
- message: string;
7747
+ interface UnauthorizedErrorPublic {
7748
+ route: string;
7749
+ reason?: string | null;
7579
7750
  [k: string]: unknown;
7580
7751
  }
7581
- declare class DevServerInvalidRequestError extends Error {
7582
- body: PublicDevServerInvalidRequest & FreestyleError;
7752
+ declare class UnauthorizedErrorError extends Error {
7753
+ body: UnauthorizedErrorPublic & FreestyleError;
7583
7754
  static readonly code: string;
7584
7755
  static readonly statusCode: number;
7585
7756
  static readonly description: string;
7586
- constructor(body: PublicDevServerInvalidRequest & FreestyleError);
7587
- }
7588
- interface PublicDevServerNotFound {
7589
- serverId: string;
7590
- [k: string]: unknown;
7757
+ constructor(body: UnauthorizedErrorPublic & FreestyleError);
7591
7758
  }
7592
- declare class DevServerNotFoundError extends Error {
7593
- body: PublicDevServerNotFound & FreestyleError;
7759
+ declare class AnyhowError extends Error {
7760
+ body: unknown & FreestyleError;
7594
7761
  static readonly code: string;
7595
7762
  static readonly statusCode: number;
7596
7763
  static readonly description: string;
7597
- constructor(body: PublicDevServerNotFound & FreestyleError);
7764
+ constructor(body: unknown & FreestyleError);
7598
7765
  }
7599
7766
  declare const FREESTYLE_ERROR_CODE_MAP: {
7767
+ INTERNAL_ERROR: typeof InternalErrorError;
7768
+ DOCKER_IMPORT_BAD_REQUEST: typeof DockerImportBadRequestError;
7600
7769
  VM_NOT_FOUND_IN_FS: typeof VmNotFoundInFsError;
7601
7770
  VM_NOT_RUNNING: typeof VmNotRunningError;
7602
7771
  VM_NOT_FOUND: typeof VmNotFoundError;
@@ -7606,8 +7775,6 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7606
7775
  VM_MUST_BE_STOPPED: typeof VmMustBeStoppedError;
7607
7776
  ALREADY_HAS_BASE: typeof AlreadyHasBaseError;
7608
7777
  NOT_FOUND: typeof NotFoundError;
7609
- INTERNAL_ERROR: typeof InternalErrorError;
7610
- DOCKER_IMPORT_BAD_REQUEST: typeof DockerImportBadRequestError;
7611
7778
  FORK_VM_NOT_FOUND: typeof ForkVmNotFoundError;
7612
7779
  CREATE_SNAPSHOT_BAD_REQUEST: typeof CreateSnapshotBadRequestError;
7613
7780
  SNAPSHOT_VM_BAD_REQUEST: typeof SnapshotVmBadRequestError;
@@ -7625,7 +7792,6 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7625
7792
  VM_OPERATION_DENIED_DURING_TRANSACTION: typeof VmOperationDeniedDuringTransactionError;
7626
7793
  VM_TRANSACTION_ID_MISMATCH: typeof VmTransactionIdMismatchError;
7627
7794
  VM_NOT_IN_TRANSACTION: typeof VmNotInTransactionError;
7628
- CREATE_VM_BAD_REQUEST: typeof CreateVmBadRequestError;
7629
7795
  USER_NOT_FOUND: typeof UserNotFoundError;
7630
7796
  USER_ALREADY_EXISTS: typeof UserAlreadyExistsError;
7631
7797
  VALIDATION_ERROR: typeof ValidationErrorError;
@@ -7642,6 +7808,7 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7642
7808
  GROUP_NAME_INVALID_CHARS: typeof GroupNameInvalidCharsError;
7643
7809
  GROUP_NAME_TOO_LONG: typeof GroupNameTooLongError;
7644
7810
  GROUP_NAME_EMPTY: typeof GroupNameEmptyError;
7811
+ CREATE_VM_BAD_REQUEST: typeof CreateVmBadRequestError;
7645
7812
  WANTED_BY_EMPTY: typeof WantedByEmptyError;
7646
7813
  WORKDIR_EMPTY: typeof WorkdirEmptyError;
7647
7814
  GROUP_EMPTY: typeof GroupEmptyError;
@@ -7658,72 +7825,36 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7658
7825
  SERVICE_NAME_EMPTY: typeof ServiceNameEmptyError;
7659
7826
  SERVICE_ALREADY_EXISTS: typeof ServiceAlreadyExistsError;
7660
7827
  SERVICE_NOT_FOUND: typeof ServiceNotFoundError;
7828
+ WAIT_TIMEOUT: typeof WaitTimeoutError;
7829
+ PRE_VERIFY_CHALLENGE_MISMATCH: typeof PreVerifyChallengeMismatchError;
7830
+ PRE_VERIFY_FAILED_PARSE: typeof PreVerifyFailedParseError;
7831
+ PRE_VERIFY_FAILED_FETCH: typeof PreVerifyFailedFetchError;
7832
+ PRE_VERIFY_ROUTE_NOT_FOUND: typeof PreVerifyRouteNotFoundError;
7833
+ AUTHORIZATION_NOT_FOUND: typeof AuthorizationNotFoundError;
7834
+ ORDER_NOT_FOUND: typeof OrderNotFoundError;
7661
7835
  INTERNAL: typeof InternalError;
7662
7836
  SIGNING: typeof SigningError;
7663
7837
  INVALID_SIGNATURE: typeof InvalidSignatureError;
7664
7838
  INVALID_PARAMETERS: typeof InvalidParametersError;
7665
7839
  MAX_USES_EXCEEDED: typeof MaxUsesExceededError;
7666
7840
  EXPIRED: typeof ExpiredError;
7667
- CONFLICT: typeof ConflictError;
7668
- REPO_NOT_FOUND: typeof RepoNotFoundError;
7669
- FORBIDDEN: typeof ForbiddenError;
7670
- UNSUPPORTED_TRANSFER: typeof UnsupportedTransferError;
7841
+ TAG_NOT_FOUND: typeof TagNotFoundError;
7671
7842
  BRANCH_NOT_FOUND: typeof BranchNotFoundError;
7843
+ REPO_NOT_FOUND: typeof RepoNotFoundError;
7672
7844
  INVALID_OBJECT_ID: typeof InvalidObjectIdError;
7673
- BLOB_NOT_FOUND: typeof BlobNotFoundError;
7674
- REFERENCE_NOT_FOUND: typeof ReferenceNotFoundError;
7675
- TAG_NOT_FOUND: typeof TagNotFoundError;
7676
7845
  COMMIT_NOT_FOUND: typeof CommitNotFoundError;
7677
- INVALID_REQUEST: typeof InvalidRequestError;
7846
+ REFERENCE_NOT_FOUND: typeof ReferenceNotFoundError;
7678
7847
  PATH_NOT_FOUND: typeof PathNotFoundError;
7848
+ INVALID_REQUEST: typeof InvalidRequestError;
7679
7849
  INVALID_REVISION: typeof InvalidRevisionError;
7850
+ FORBIDDEN: typeof ForbiddenError;
7680
7851
  UNAUTHORIZED: typeof UnauthorizedError;
7852
+ CONFLICT: typeof ConflictError;
7853
+ UNSUPPORTED_TRANSFER: typeof UnsupportedTransferError;
7854
+ BLOB_NOT_FOUND: typeof BlobNotFoundError;
7681
7855
  TREE_NOT_FOUND: typeof TreeNotFoundError;
7682
- BUILD_FAILED: typeof BuildFailedError;
7683
- NO_ENTRYPOINT_FOUND: typeof NoEntrypointFoundError;
7684
- ENTRYPOINT_NOT_FOUND: typeof EntrypointNotFoundError;
7685
- NO_DOMAIN_OWNERSHIP: typeof NoDomainOwnershipError;
7686
- INVALID_DOMAINS: typeof InvalidDomainsError;
7687
- WEB_DEPLOYMENT_BAD_REQUEST: typeof WebDeploymentBadRequestError;
7688
- DEPLOYMENT_NOT_FOUND: typeof DeploymentNotFoundError;
7689
- DATABASE_ERROR: typeof DatabaseErrorError;
7690
- TRIGGER_ERROR: typeof TriggerErrorError;
7691
- TOKEN_ERROR: typeof TokenErrorError;
7692
- PERMISSION_ERROR: typeof PermissionErrorError;
7693
- IDENTITY_ERROR: typeof IdentityErrorError;
7694
- GET_CONTENT_FAILED: typeof GetContentFailedError;
7695
- CONTENT_NOT_FOUND: typeof ContentNotFoundError;
7696
- DOWNLOAD_FAILED: typeof DownloadFailedError;
7697
- GIT_SERVER_ERROR: typeof GitServerErrorError;
7698
- PARSE_RESPONSE_ERROR: typeof ParseResponseErrorError;
7699
- REPOSITORY_ACCESS_DENIED: typeof RepositoryAccessDeniedError;
7700
- GIT_HUB_SYNC_FAILED: typeof GitHubSyncFailedError;
7701
- UPDATE_DEFAULT_BRANCH_FAILED: typeof UpdateDefaultBranchFailedError;
7702
- GET_REPOSITORY_INFO_FAILED: typeof GetRepositoryInfoFailedError;
7703
- LIST_REPOSITORIES_FAILED: typeof ListRepositoriesFailedError;
7704
- DELETE_REPOSITORY_FAILED: typeof DeleteRepositoryFailedError;
7705
- CREATE_REPOSITORY_FAILED: typeof CreateRepositoryFailedError;
7706
- SERIALIZATION_ERROR: typeof SerializationErrorError;
7707
- GIT_INVALID_REQUEST: typeof GitInvalidRequestError;
7708
- REPOSITORY_NOT_FOUND: typeof RepositoryNotFoundError;
7709
- FAILED_TO_PROVISION_CERTIFICATE: typeof FailedToProvisionCertificateError;
7710
- FAILED_TO_INSERT_DOMAIN_MAPPING: typeof FailedToInsertDomainMappingError;
7711
- PERMISSION_DENIED: typeof PermissionDeniedError;
7712
- FAILED_TO_CHECK_PERMISSIONS: typeof FailedToCheckPermissionsError;
7713
- FAILED_TO_LIST_DOMAINS: typeof FailedToListDomainsError;
7714
- FAILED_TO_LIST_VERIFICATIONS: typeof FailedToListVerificationsError;
7715
- FAILED_TO_VERIFY_DOMAIN: typeof FailedToVerifyDomainError;
7716
- VERIFICATION_FAILED: typeof VerificationFailedError;
7717
- FAILED_TO_DELETE_VERIFICATION: typeof FailedToDeleteVerificationError;
7718
- VERIFICATION_NOT_FOUND: typeof VerificationNotFoundError;
7719
- FAILED_TO_CREATE_VERIFICATION_CODE: typeof FailedToCreateVerificationCodeError;
7720
- INVALID_DOMAIN: typeof InvalidDomainError;
7721
- DOMAIN_ALREADY_EXISTS: typeof DomainAlreadyExistsError;
7722
- FAILED_TO_INSERT_OWNERSHIP: typeof FailedToInsertOwnershipError;
7723
- FAILED_REMOVE_DOMAIN_MAPPING: typeof FailedRemoveDomainMappingError;
7724
- FAILED_PERMISSIONS_CHECK: typeof FailedPermissionsCheckError;
7725
- FAILED_TO_CHECK_DOMAIN_MAPPING_PERMISSIONS: typeof FailedToCheckDomainMappingPermissionsError;
7726
- ANYHOW: typeof AnyhowError;
7856
+ RESIZE_FAILED: typeof ResizeFailedError;
7857
+ INTERNAL_RESIZE_VM_NOT_FOUND: typeof InternalResizeVmNotFoundError;
7727
7858
  OBSERVABILITY_DATABASE_ERROR: typeof ObservabilityDatabaseErrorError;
7728
7859
  OBSERVABILITY_ACCESS_DENIED: typeof ObservabilityAccessDeniedError;
7729
7860
  PARSE_LOGS_FAILED: typeof ParseLogsFailedError;
@@ -7765,17 +7896,18 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7765
7896
  NETWORK_PERMISSIONS_FAILED: typeof NetworkPermissionsFailedError;
7766
7897
  LOGGING_FAILED: typeof LoggingFailedError;
7767
7898
  RUN_NOT_FOUND: typeof RunNotFoundError;
7768
- CLOUDSTATE_INTERNAL_ERROR: typeof CloudstateInternalErrorError;
7769
- CLOUDSTATE_DATABASE_ERROR: typeof CloudstateDatabaseErrorError;
7770
- CLOUDSTATE_ACCESS_DENIED: typeof CloudstateAccessDeniedError;
7771
- RESTORE_FAILED: typeof RestoreFailedError;
7772
- CREATE_BACKUP_FAILED: typeof CreateBackupFailedError;
7773
- BACKUP_FAILED: typeof BackupFailedError;
7774
- DEPLOYMENT_FAILED: typeof DeploymentFailedError;
7775
- INVALID_DEPLOYMENT_REQUEST: typeof InvalidDeploymentRequestError;
7776
- PROJECT_NOT_FOUND: typeof ProjectNotFoundError;
7777
- RESIZE_FAILED: typeof ResizeFailedError;
7778
- INTERNAL_RESIZE_VM_NOT_FOUND: typeof InternalResizeVmNotFoundError;
7899
+ FAILED_TO_PROVISION_CERTIFICATE: typeof FailedToProvisionCertificateError;
7900
+ FAILED_TO_INSERT_DOMAIN_MAPPING: typeof FailedToInsertDomainMappingError;
7901
+ PERMISSION_DENIED: typeof PermissionDeniedError;
7902
+ FAILED_TO_CHECK_PERMISSIONS: typeof FailedToCheckPermissionsError;
7903
+ FAILED_TO_LIST_DOMAINS: typeof FailedToListDomainsError;
7904
+ FAILED_TO_LIST_VERIFICATIONS: typeof FailedToListVerificationsError;
7905
+ FAILED_TO_VERIFY_DOMAIN: typeof FailedToVerifyDomainError;
7906
+ VERIFICATION_FAILED: typeof VerificationFailedError;
7907
+ FAILED_TO_DELETE_VERIFICATION: typeof FailedToDeleteVerificationError;
7908
+ VERIFICATION_NOT_FOUND: typeof VerificationNotFoundError;
7909
+ FAILED_TO_CREATE_VERIFICATION_CODE: typeof FailedToCreateVerificationCodeError;
7910
+ INVALID_DOMAIN: typeof InvalidDomainError;
7779
7911
  DOMAIN_OWNERSHIP_VERIFICATION_FAILED: typeof DomainOwnershipVerificationFailedError;
7780
7912
  ERROR_DELETING_RECORD: typeof ErrorDeletingRecordError;
7781
7913
  RECORD_OWNERSHIP_ERROR: typeof RecordOwnershipErrorError;
@@ -7795,6 +7927,54 @@ declare const FREESTYLE_ERROR_CODE_MAP: {
7795
7927
  DEV_SERVER_FILE_NOT_FOUND: typeof DevServerFileNotFoundError;
7796
7928
  DEV_SERVER_INVALID_REQUEST: typeof DevServerInvalidRequestError;
7797
7929
  DEV_SERVER_NOT_FOUND: typeof DevServerNotFoundError;
7930
+ BUILD_FAILED: typeof BuildFailedError;
7931
+ SERVER_DEPLOYMENT_FAILED: typeof ServerDeploymentFailedError;
7932
+ LOCKFILE_ERROR: typeof LockfileErrorError;
7933
+ UPLOAD_ERROR: typeof UploadErrorError;
7934
+ DOMAIN_MAPPING_ERROR: typeof DomainMappingErrorError;
7935
+ CERTIFICATE_PROVISIONING_ERROR: typeof CertificateProvisioningErrorError;
7936
+ NO_ENTRYPOINT_FOUND: typeof NoEntrypointFoundError;
7937
+ ENTRYPOINT_NOT_FOUND: typeof EntrypointNotFoundError;
7938
+ NO_DOMAIN_OWNERSHIP: typeof NoDomainOwnershipError;
7939
+ INVALID_DOMAINS: typeof InvalidDomainsError;
7940
+ WEB_DEPLOYMENT_BAD_REQUEST: typeof WebDeploymentBadRequestError;
7941
+ DEPLOYMENT_NOT_FOUND: typeof DeploymentNotFoundError;
7942
+ DATABASE_ERROR: typeof DatabaseErrorError;
7943
+ TRIGGER_ERROR: typeof TriggerErrorError;
7944
+ TOKEN_ERROR: typeof TokenErrorError;
7945
+ PERMISSION_ERROR: typeof PermissionErrorError;
7946
+ IDENTITY_ERROR: typeof IdentityErrorError;
7947
+ GET_CONTENT_FAILED: typeof GetContentFailedError;
7948
+ CONTENT_NOT_FOUND: typeof ContentNotFoundError;
7949
+ DOWNLOAD_FAILED: typeof DownloadFailedError;
7950
+ GIT_SERVER_ERROR: typeof GitServerErrorError;
7951
+ PARSE_RESPONSE_ERROR: typeof ParseResponseErrorError;
7952
+ REPOSITORY_ACCESS_DENIED: typeof RepositoryAccessDeniedError;
7953
+ GIT_HUB_SYNC_FAILED: typeof GitHubSyncFailedError;
7954
+ UPDATE_DEFAULT_BRANCH_FAILED: typeof UpdateDefaultBranchFailedError;
7955
+ GET_REPOSITORY_INFO_FAILED: typeof GetRepositoryInfoFailedError;
7956
+ LIST_REPOSITORIES_FAILED: typeof ListRepositoriesFailedError;
7957
+ DELETE_REPOSITORY_FAILED: typeof DeleteRepositoryFailedError;
7958
+ CREATE_REPOSITORY_FAILED: typeof CreateRepositoryFailedError;
7959
+ SERIALIZATION_ERROR: typeof SerializationErrorError;
7960
+ GIT_INVALID_REQUEST: typeof GitInvalidRequestError;
7961
+ REPOSITORY_NOT_FOUND: typeof RepositoryNotFoundError;
7962
+ DOMAIN_ALREADY_EXISTS: typeof DomainAlreadyExistsError;
7963
+ FAILED_TO_INSERT_OWNERSHIP: typeof FailedToInsertOwnershipError;
7964
+ FAILED_REMOVE_DOMAIN_MAPPING: typeof FailedRemoveDomainMappingError;
7965
+ FAILED_PERMISSIONS_CHECK: typeof FailedPermissionsCheckError;
7966
+ FAILED_TO_CHECK_DOMAIN_MAPPING_PERMISSIONS: typeof FailedToCheckDomainMappingPermissionsError;
7967
+ CLOUDSTATE_INTERNAL_ERROR: typeof CloudstateInternalErrorError;
7968
+ CLOUDSTATE_DATABASE_ERROR: typeof CloudstateDatabaseErrorError;
7969
+ CLOUDSTATE_ACCESS_DENIED: typeof CloudstateAccessDeniedError;
7970
+ RESTORE_FAILED: typeof RestoreFailedError;
7971
+ CREATE_BACKUP_FAILED: typeof CreateBackupFailedError;
7972
+ BACKUP_FAILED: typeof BackupFailedError;
7973
+ DEPLOYMENT_FAILED: typeof DeploymentFailedError;
7974
+ INVALID_DEPLOYMENT_REQUEST: typeof InvalidDeploymentRequestError;
7975
+ PROJECT_NOT_FOUND: typeof ProjectNotFoundError;
7976
+ UNAUTHORIZED_ERROR: typeof UnauthorizedErrorError;
7977
+ ANYHOW: typeof AnyhowError;
7798
7978
  };
7799
7979
 
7800
7980
  type errors_AfterArrayContainsEmptyError = AfterArrayContainsEmptyError;
@@ -7803,6 +7983,8 @@ type errors_AlreadyHasBaseError = AlreadyHasBaseError;
7803
7983
  declare const errors_AlreadyHasBaseError: typeof AlreadyHasBaseError;
7804
7984
  type errors_AnyhowError = AnyhowError;
7805
7985
  declare const errors_AnyhowError: typeof AnyhowError;
7986
+ type errors_AuthorizationNotFoundError = AuthorizationNotFoundError;
7987
+ declare const errors_AuthorizationNotFoundError: typeof AuthorizationNotFoundError;
7806
7988
  type errors_BackupFailedError = BackupFailedError;
7807
7989
  declare const errors_BackupFailedError: typeof BackupFailedError;
7808
7990
  type errors_BadRequestError = BadRequestError;
@@ -7819,6 +8001,8 @@ type errors_CannotDeleteManagedIdentityError = CannotDeleteManagedIdentityError;
7819
8001
  declare const errors_CannotDeleteManagedIdentityError: typeof CannotDeleteManagedIdentityError;
7820
8002
  type errors_CannotModifyManagedIdentityError = CannotModifyManagedIdentityError;
7821
8003
  declare const errors_CannotModifyManagedIdentityError: typeof CannotModifyManagedIdentityError;
8004
+ type errors_CertificateProvisioningErrorError = CertificateProvisioningErrorError;
8005
+ declare const errors_CertificateProvisioningErrorError: typeof CertificateProvisioningErrorError;
7822
8006
  type errors_CloudstateAccessDeniedError = CloudstateAccessDeniedError;
7823
8007
  declare const errors_CloudstateAccessDeniedError: typeof CloudstateAccessDeniedError;
7824
8008
  type errors_CloudstateDatabaseErrorError = CloudstateDatabaseErrorError;
@@ -7869,6 +8053,8 @@ type errors_DockerImportBadRequestError = DockerImportBadRequestError;
7869
8053
  declare const errors_DockerImportBadRequestError: typeof DockerImportBadRequestError;
7870
8054
  type errors_DomainAlreadyExistsError = DomainAlreadyExistsError;
7871
8055
  declare const errors_DomainAlreadyExistsError: typeof DomainAlreadyExistsError;
8056
+ type errors_DomainMappingErrorError = DomainMappingErrorError;
8057
+ declare const errors_DomainMappingErrorError: typeof DomainMappingErrorError;
7872
8058
  type errors_DomainOwnershipErrorError = DomainOwnershipErrorError;
7873
8059
  declare const errors_DomainOwnershipErrorError: typeof DomainOwnershipErrorError;
7874
8060
  type errors_DomainOwnershipVerificationFailedError = DomainOwnershipVerificationFailedError;
@@ -8018,6 +8204,8 @@ type errors_ListTokensFailedError = ListTokensFailedError;
8018
8204
  declare const errors_ListTokensFailedError: typeof ListTokensFailedError;
8019
8205
  type errors_LockGenerationFailedError = LockGenerationFailedError;
8020
8206
  declare const errors_LockGenerationFailedError: typeof LockGenerationFailedError;
8207
+ type errors_LockfileErrorError = LockfileErrorError;
8208
+ declare const errors_LockfileErrorError: typeof LockfileErrorError;
8021
8209
  type errors_LoggingFailedError = LoggingFailedError;
8022
8210
  declare const errors_LoggingFailedError: typeof LoggingFailedError;
8023
8211
  type errors_LogsFailedError = LogsFailedError;
@@ -8046,6 +8234,8 @@ type errors_ObservabilityDatabaseErrorError = ObservabilityDatabaseErrorError;
8046
8234
  declare const errors_ObservabilityDatabaseErrorError: typeof ObservabilityDatabaseErrorError;
8047
8235
  type errors_OnFailureArrayContainsEmptyError = OnFailureArrayContainsEmptyError;
8048
8236
  declare const errors_OnFailureArrayContainsEmptyError: typeof OnFailureArrayContainsEmptyError;
8237
+ type errors_OrderNotFoundError = OrderNotFoundError;
8238
+ declare const errors_OrderNotFoundError: typeof OrderNotFoundError;
8049
8239
  type errors_ParseLogsFailedError = ParseLogsFailedError;
8050
8240
  declare const errors_ParseLogsFailedError: typeof ParseLogsFailedError;
8051
8241
  type errors_ParseResponseErrorError = ParseResponseErrorError;
@@ -8060,14 +8250,24 @@ type errors_PermissionErrorError = PermissionErrorError;
8060
8250
  declare const errors_PermissionErrorError: typeof PermissionErrorError;
8061
8251
  type errors_PermissionNotFoundError = PermissionNotFoundError;
8062
8252
  declare const errors_PermissionNotFoundError: typeof PermissionNotFoundError;
8253
+ type errors_PreVerifyChallengeMismatchError = PreVerifyChallengeMismatchError;
8254
+ declare const errors_PreVerifyChallengeMismatchError: typeof PreVerifyChallengeMismatchError;
8255
+ type errors_PreVerifyFailedFetchError = PreVerifyFailedFetchError;
8256
+ declare const errors_PreVerifyFailedFetchError: typeof PreVerifyFailedFetchError;
8257
+ type errors_PreVerifyFailedParseError = PreVerifyFailedParseError;
8258
+ declare const errors_PreVerifyFailedParseError: typeof PreVerifyFailedParseError;
8259
+ type errors_PreVerifyRouteNotFoundError = PreVerifyRouteNotFoundError;
8260
+ declare const errors_PreVerifyRouteNotFoundError: typeof PreVerifyRouteNotFoundError;
8063
8261
  type errors_ProjectNotFoundError = ProjectNotFoundError;
8064
8262
  declare const errors_ProjectNotFoundError: typeof ProjectNotFoundError;
8263
+ type errors_PublicAuthorizationNotFound = PublicAuthorizationNotFound;
8065
8264
  type errors_PublicBackupFailed = PublicBackupFailed;
8066
8265
  type errors_PublicBadRequest = PublicBadRequest;
8067
8266
  type errors_PublicBlobNotFound = PublicBlobNotFound;
8068
8267
  type errors_PublicBranchNotFound = PublicBranchNotFound;
8069
8268
  type errors_PublicBrowserOperationFailed = PublicBrowserOperationFailed;
8070
8269
  type errors_PublicBuildFailed = PublicBuildFailed;
8270
+ type errors_PublicCertificateProvisioningError = PublicCertificateProvisioningError;
8071
8271
  type errors_PublicCloudstateAccessDenied = PublicCloudstateAccessDenied;
8072
8272
  type errors_PublicCloudstateDatabaseError = PublicCloudstateDatabaseError;
8073
8273
  type errors_PublicCloudstateInternalError = PublicCloudstateInternalError;
@@ -8091,6 +8291,7 @@ type errors_PublicDevServerNotFound = PublicDevServerNotFound;
8091
8291
  type errors_PublicDirectoryCreationFailed = PublicDirectoryCreationFailed;
8092
8292
  type errors_PublicDockerImportBadRequest = PublicDockerImportBadRequest;
8093
8293
  type errors_PublicDomainAlreadyExists = PublicDomainAlreadyExists;
8294
+ type errors_PublicDomainMappingError = PublicDomainMappingError;
8094
8295
  type errors_PublicDomainOwnershipError = PublicDomainOwnershipError;
8095
8296
  type errors_PublicDownloadFailed = PublicDownloadFailed;
8096
8297
  type errors_PublicEntrypointNotFound = PublicEntrypointNotFound;
@@ -8136,6 +8337,7 @@ type errors_PublicListRepositoriesFailed = PublicListRepositoriesFailed;
8136
8337
  type errors_PublicListRunsFailed = PublicListRunsFailed;
8137
8338
  type errors_PublicListTokensFailed = PublicListTokensFailed;
8138
8339
  type errors_PublicLockGenerationFailed = PublicLockGenerationFailed;
8340
+ type errors_PublicLockfileError = PublicLockfileError;
8139
8341
  type errors_PublicLoggingFailed = PublicLoggingFailed;
8140
8342
  type errors_PublicLogsFailed = PublicLogsFailed;
8141
8343
  type errors_PublicLogsNotFound = PublicLogsNotFound;
@@ -8146,11 +8348,16 @@ type errors_PublicNodeModulesDownloadFailed = PublicNodeModulesDownloadFailed;
8146
8348
  type errors_PublicNodeModulesInstallFailed = PublicNodeModulesInstallFailed;
8147
8349
  type errors_PublicObservabilityAccessDenied = PublicObservabilityAccessDenied;
8148
8350
  type errors_PublicObservabilityDatabaseError = PublicObservabilityDatabaseError;
8351
+ type errors_PublicOrderNotFound = PublicOrderNotFound;
8149
8352
  type errors_PublicParseLogsFailed = PublicParseLogsFailed;
8150
8353
  type errors_PublicParseResponseError = PublicParseResponseError;
8151
8354
  type errors_PublicPathNotFound = PublicPathNotFound;
8152
8355
  type errors_PublicPermissionDenied = PublicPermissionDenied;
8153
8356
  type errors_PublicPermissionError = PublicPermissionError;
8357
+ type errors_PublicPreVerifyChallengeMismatch = PublicPreVerifyChallengeMismatch;
8358
+ type errors_PublicPreVerifyFailedFetch = PublicPreVerifyFailedFetch;
8359
+ type errors_PublicPreVerifyFailedParse = PublicPreVerifyFailedParse;
8360
+ type errors_PublicPreVerifyRouteNotFound = PublicPreVerifyRouteNotFound;
8154
8361
  type errors_PublicProjectNotFound = PublicProjectNotFound;
8155
8362
  type errors_PublicReadFileFailed = PublicReadFileFailed;
8156
8363
  type errors_PublicRecordOwnershipError = PublicRecordOwnershipError;
@@ -8179,6 +8386,7 @@ type errors_PublicUpdatePermissionFailed = PublicUpdatePermissionFailed;
8179
8386
  type errors_PublicUserAlreadyExists = PublicUserAlreadyExists;
8180
8387
  type errors_PublicVerificationFailed = PublicVerificationFailed;
8181
8388
  type errors_PublicVerificationNotFound = PublicVerificationNotFound;
8389
+ type errors_PublicWaitTimeout = PublicWaitTimeout;
8182
8390
  type errors_PublicWatchFilesFailed = PublicWatchFilesFailed;
8183
8391
  type errors_PublicWebDeploymentBadRequest = PublicWebDeploymentBadRequest;
8184
8392
  type errors_PublicWriteFileFailed = PublicWriteFileFailed;
@@ -8217,6 +8425,8 @@ type errors_RunNotFoundError = RunNotFoundError;
8217
8425
  declare const errors_RunNotFoundError: typeof RunNotFoundError;
8218
8426
  type errors_SerializationErrorError = SerializationErrorError;
8219
8427
  declare const errors_SerializationErrorError: typeof SerializationErrorError;
8428
+ type errors_ServerDeploymentFailedError = ServerDeploymentFailedError;
8429
+ declare const errors_ServerDeploymentFailedError: typeof ServerDeploymentFailedError;
8220
8430
  type errors_ServiceAlreadyExistsError = ServiceAlreadyExistsError;
8221
8431
  declare const errors_ServiceAlreadyExistsError: typeof ServiceAlreadyExistsError;
8222
8432
  type errors_ServiceNameEmptyError = ServiceNameEmptyError;
@@ -8249,12 +8459,17 @@ type errors_TriggerErrorError = TriggerErrorError;
8249
8459
  declare const errors_TriggerErrorError: typeof TriggerErrorError;
8250
8460
  type errors_UnauthorizedError = UnauthorizedError;
8251
8461
  declare const errors_UnauthorizedError: typeof UnauthorizedError;
8462
+ type errors_UnauthorizedErrorError = UnauthorizedErrorError;
8463
+ declare const errors_UnauthorizedErrorError: typeof UnauthorizedErrorError;
8464
+ type errors_UnauthorizedErrorPublic = UnauthorizedErrorPublic;
8252
8465
  type errors_UnsupportedTransferError = UnsupportedTransferError;
8253
8466
  declare const errors_UnsupportedTransferError: typeof UnsupportedTransferError;
8254
8467
  type errors_UpdateDefaultBranchFailedError = UpdateDefaultBranchFailedError;
8255
8468
  declare const errors_UpdateDefaultBranchFailedError: typeof UpdateDefaultBranchFailedError;
8256
8469
  type errors_UpdatePermissionFailedError = UpdatePermissionFailedError;
8257
8470
  declare const errors_UpdatePermissionFailedError: typeof UpdatePermissionFailedError;
8471
+ type errors_UploadErrorError = UploadErrorError;
8472
+ declare const errors_UploadErrorError: typeof UploadErrorError;
8258
8473
  type errors_UserAlreadyExistsError = UserAlreadyExistsError;
8259
8474
  declare const errors_UserAlreadyExistsError: typeof UserAlreadyExistsError;
8260
8475
  type errors_UserEmptyError = UserEmptyError;
@@ -8308,6 +8523,8 @@ declare const errors_VmSubnetNotFoundError: typeof VmSubnetNotFoundError;
8308
8523
  type errors_VmTransactionIdMismatchError = VmTransactionIdMismatchError;
8309
8524
  declare const errors_VmTransactionIdMismatchError: typeof VmTransactionIdMismatchError;
8310
8525
  type errors_VmTransactionIdMismatchPublic = VmTransactionIdMismatchPublic;
8526
+ type errors_WaitTimeoutError = WaitTimeoutError;
8527
+ declare const errors_WaitTimeoutError: typeof WaitTimeoutError;
8311
8528
  type errors_WantedByEmptyError = WantedByEmptyError;
8312
8529
  declare const errors_WantedByEmptyError: typeof WantedByEmptyError;
8313
8530
  type errors_WatchFilesFailedError = WatchFilesFailedError;
@@ -8322,8 +8539,8 @@ type errors_WriteScriptFailedError = WriteScriptFailedError;
8322
8539
  declare const errors_WriteScriptFailedError: typeof WriteScriptFailedError;
8323
8540
  declare const errors_errorFromJSON: typeof errorFromJSON;
8324
8541
  declare namespace errors {
8325
- export { errors_AfterArrayContainsEmptyError as AfterArrayContainsEmptyError, errors_AlreadyHasBaseError as AlreadyHasBaseError, errors_AnyhowError as AnyhowError, errors_BackupFailedError as BackupFailedError, errors_BadRequestError as BadRequestError, errors_BlobNotFoundError as BlobNotFoundError, errors_BranchNotFoundError as BranchNotFoundError, errors_BrowserOperationFailedError as BrowserOperationFailedError, errors_BuildFailedError as BuildFailedError, errors_CannotDeleteManagedIdentityError as CannotDeleteManagedIdentityError, errors_CannotModifyManagedIdentityError as CannotModifyManagedIdentityError, errors_CloudstateAccessDeniedError as CloudstateAccessDeniedError, errors_CloudstateDatabaseErrorError as CloudstateDatabaseErrorError, errors_CloudstateInternalErrorError as CloudstateInternalErrorError, errors_CommitFailedError as CommitFailedError, errors_CommitNotFoundError as CommitNotFoundError, errors_ConflictError as ConflictError, errors_ConnectionFailedError as ConnectionFailedError, errors_ContentNotFoundError as ContentNotFoundError, errors_CreateBackupFailedError as CreateBackupFailedError, errors_CreateIdentityFailedError as CreateIdentityFailedError, errors_CreateRepositoryFailedError as CreateRepositoryFailedError, errors_CreateSnapshotBadRequestError as CreateSnapshotBadRequestError, errors_CreateTokenFailedError as CreateTokenFailedError, errors_CreateVmBadRequestError as CreateVmBadRequestError, errors_DatabaseErrorError as DatabaseErrorError, errors_DeleteIdentityFailedError as DeleteIdentityFailedError, errors_DeleteRepositoryFailedError as DeleteRepositoryFailedError, errors_DeploymentFailedError as DeploymentFailedError, errors_DeploymentNotFoundError as DeploymentNotFoundError, errors_DevServerFileNotFoundError as DevServerFileNotFoundError, errors_DevServerInvalidRequestError as DevServerInvalidRequestError, errors_DevServerNotFoundError as DevServerNotFoundError, errors_DirectoryCreationFailedError as DirectoryCreationFailedError, errors_DockerImportBadRequestError as DockerImportBadRequestError, errors_DomainAlreadyExistsError as DomainAlreadyExistsError, errors_DomainOwnershipErrorError as DomainOwnershipErrorError, errors_DomainOwnershipVerificationFailedError as DomainOwnershipVerificationFailedError, errors_DownloadFailedError as DownloadFailedError, errors_DuplicateGroupNameError as DuplicateGroupNameError, errors_DuplicateUserNameError as DuplicateUserNameError, errors_EntrypointNotFoundError as EntrypointNotFoundError, errors_EnvKeyContainsEqualsError as EnvKeyContainsEqualsError, errors_EnvKeyEmptyError as EnvKeyEmptyError, errors_ErrorCreatingRecordError as ErrorCreatingRecordError, errors_ErrorDeletingRecordError as ErrorDeletingRecordError, errors_ExecEmptyError as ExecEmptyError, errors_ExecuteAccessDeniedError as ExecuteAccessDeniedError, errors_ExecuteInternalErrorError as ExecuteInternalErrorError, errors_ExecutionErrorError as ExecutionErrorError, errors_ExecutionFailedError as ExecutionFailedError, errors_ExpiredError as ExpiredError, errors_FREESTYLE_ERROR_CODE_MAP as FREESTYLE_ERROR_CODE_MAP, errors_FailedPermissionsCheckError as FailedPermissionsCheckError, errors_FailedRemoveDomainMappingError as FailedRemoveDomainMappingError, errors_FailedToCheckDomainMappingPermissionsError as FailedToCheckDomainMappingPermissionsError, errors_FailedToCheckPermissionsError as FailedToCheckPermissionsError, errors_FailedToCreateVerificationCodeError as FailedToCreateVerificationCodeError, errors_FailedToDeleteVerificationError as FailedToDeleteVerificationError, errors_FailedToInsertDomainMappingError as FailedToInsertDomainMappingError, errors_FailedToInsertOwnershipError as FailedToInsertOwnershipError, errors_FailedToListDomainsError as FailedToListDomainsError, errors_FailedToListVerificationsError as FailedToListVerificationsError, errors_FailedToProvisionCertificateError as FailedToProvisionCertificateError, errors_FailedToVerifyDomainError as FailedToVerifyDomainError, errors_FileNotFoundError as FileNotFoundError, errors_FilesBadRequestError as FilesBadRequestError, errors_FirecrackerApiSocketNotFoundError as FirecrackerApiSocketNotFoundError, errors_FirecrackerPidNotFoundError as FirecrackerPidNotFoundError, errors_ForbiddenError as ForbiddenError, errors_ForkVmNotFoundError as ForkVmNotFoundError, errors_GetContentFailedError as GetContentFailedError, errors_GetPermissionFailedError as GetPermissionFailedError, errors_GetRepositoryInfoFailedError as GetRepositoryInfoFailedError, errors_GitHubSyncFailedError as GitHubSyncFailedError, errors_GitInvalidRequestError as GitInvalidRequestError, errors_GitRepositoryAccessDeniedError as GitRepositoryAccessDeniedError, errors_GitRepositoryNotFoundError as GitRepositoryNotFoundError, errors_GitServerErrorError as GitServerErrorError, errors_GrantPermissionFailedError as GrantPermissionFailedError, errors_GroupAlreadyExistsError as GroupAlreadyExistsError, errors_GroupEmptyError as GroupEmptyError, errors_GroupNameEmptyError as GroupNameEmptyError, errors_GroupNameInvalidCharsError as GroupNameInvalidCharsError, errors_GroupNameReservedError as GroupNameReservedError, errors_GroupNameTooLongError as GroupNameTooLongError, errors_GroupNotFoundError as GroupNotFoundError, errors_IdentityAccessDeniedError as IdentityAccessDeniedError, errors_IdentityErrorError as IdentityErrorError, errors_IdentityNotFoundError as IdentityNotFoundError, errors_InternalError as InternalError, errors_InternalErrorError as InternalErrorError, errors_InternalForkVmNotFoundError as InternalForkVmNotFoundError, errors_InternalResizeVmNotFoundError as InternalResizeVmNotFoundError, errors_InternalVmNotFoundError as InternalVmNotFoundError, errors_InvalidDeploymentRequestError as InvalidDeploymentRequestError, errors_InvalidDomainError as InvalidDomainError, errors_InvalidDomainsError as InvalidDomainsError, errors_InvalidObjectIdError as InvalidObjectIdError, errors_InvalidParametersError as InvalidParametersError, errors_InvalidQueryError as InvalidQueryError, errors_InvalidRequestError as InvalidRequestError, errors_InvalidRevisionError as InvalidRevisionError, errors_InvalidSignatureError as InvalidSignatureError, errors_ListIdentitiesFailedError as ListIdentitiesFailedError, errors_ListPermissionsFailedError as ListPermissionsFailedError, errors_ListRepositoriesFailedError as ListRepositoriesFailedError, errors_ListRunsFailedError as ListRunsFailedError, errors_ListTokensFailedError as ListTokensFailedError, errors_LockGenerationFailedError as LockGenerationFailedError, errors_LoggingFailedError as LoggingFailedError, errors_LogsFailedError as LogsFailedError, errors_LogsNotFoundError as LogsNotFoundError, errors_MaxUsesExceededError as MaxUsesExceededError, errors_MetadataWriteFailedError as MetadataWriteFailedError, errors_NetworkPermissionsFailedError as NetworkPermissionsFailedError, errors_NoDomainOwnershipError as NoDomainOwnershipError, errors_NoEntrypointFoundError as NoEntrypointFoundError, errors_NodeModulesDownloadFailedError as NodeModulesDownloadFailedError, errors_NodeModulesInstallFailedError as NodeModulesInstallFailedError, errors_NotFoundError as NotFoundError, errors_ObservabilityAccessDeniedError as ObservabilityAccessDeniedError, errors_ObservabilityDatabaseErrorError as ObservabilityDatabaseErrorError, errors_OnFailureArrayContainsEmptyError as OnFailureArrayContainsEmptyError, errors_ParseLogsFailedError as ParseLogsFailedError, errors_ParseResponseErrorError as ParseResponseErrorError, errors_PathNotFoundError as PathNotFoundError, errors_PermissionAlreadyExistsError as PermissionAlreadyExistsError, errors_PermissionDeniedError as PermissionDeniedError, errors_PermissionErrorError as PermissionErrorError, errors_PermissionNotFoundError as PermissionNotFoundError, errors_ProjectNotFoundError as ProjectNotFoundError, errors_ReadFileFailedError as ReadFileFailedError, errors_RecordOwnershipErrorError as RecordOwnershipErrorError, errors_ReferenceNotFoundError as ReferenceNotFoundError, errors_RepoNotFoundError as RepoNotFoundError, errors_RepositoryAccessDeniedError as RepositoryAccessDeniedError, errors_RepositoryNotFoundError as RepositoryNotFoundError, errors_RequestFailedError as RequestFailedError, errors_RequiresArrayContainsEmptyError as RequiresArrayContainsEmptyError, errors_ReqwestError as ReqwestError, errors_ResizeFailedError as ResizeFailedError, errors_RestartFailedError as RestartFailedError, errors_RestoreFailedError as RestoreFailedError, errors_RetrieveLogsFailedError as RetrieveLogsFailedError, errors_RevokePermissionFailedError as RevokePermissionFailedError, errors_RevokeTokenFailedError as RevokeTokenFailedError, errors_RunNotFoundError as RunNotFoundError, errors_SerializationErrorError as SerializationErrorError, errors_ServiceAlreadyExistsError as ServiceAlreadyExistsError, errors_ServiceNameEmptyError as ServiceNameEmptyError, errors_ServiceNameInvalidCharsError as ServiceNameInvalidCharsError, errors_ServiceNameInvalidPrefixError as ServiceNameInvalidPrefixError, errors_ServiceNameTooLongError as ServiceNameTooLongError, errors_ServiceNotFoundError as ServiceNotFoundError, errors_ShutdownFailedError as ShutdownFailedError, errors_SigningError as SigningError, errors_SnapshotVmBadRequestError as SnapshotVmBadRequestError, errors_StatusFailedError as StatusFailedError, errors_StdIoError as StdIoError, errors_TagNotFoundError as TagNotFoundError, errors_TokenErrorError as TokenErrorError, errors_TreeNotFoundError as TreeNotFoundError, errors_TriggerErrorError as TriggerErrorError, errors_UnauthorizedError as UnauthorizedError, errors_UnsupportedTransferError as UnsupportedTransferError, errors_UpdateDefaultBranchFailedError as UpdateDefaultBranchFailedError, errors_UpdatePermissionFailedError as UpdatePermissionFailedError, errors_UserAlreadyExistsError as UserAlreadyExistsError, errors_UserEmptyError as UserEmptyError, errors_UserGroupEmptyError as UserGroupEmptyError, errors_UserHomeInvalidError as UserHomeInvalidError, errors_UserNotFoundError as UserNotFoundError, errors_UserShellInvalidError as UserShellInvalidError, errors_UserSystemFlagMismatchError as UserSystemFlagMismatchError, errors_UserUidOutOfRangeError as UserUidOutOfRangeError, errors_ValidationErrorError as ValidationErrorError, errors_VerificationFailedError as VerificationFailedError, errors_VerificationNotFoundError as VerificationNotFoundError, errors_VmAccessDeniedError as VmAccessDeniedError, errors_VmCreateTmuxSessionError as VmCreateTmuxSessionError, errors_VmDeletedError as VmDeletedError, errors_VmExitDuringStartError as VmExitDuringStartError, errors_VmMustBeStoppedError as VmMustBeStoppedError, errors_VmNotFoundError as VmNotFoundError, errors_VmNotFoundInFsError as VmNotFoundInFsError, errors_VmNotInTransactionError as VmNotInTransactionError, errors_VmNotRunningError as VmNotRunningError, errors_VmOperationDeniedDuringTransactionError as VmOperationDeniedDuringTransactionError, errors_VmPermissionNotFoundError as VmPermissionNotFoundError, errors_VmStartTimeoutError as VmStartTimeoutError, errors_VmSubnetNotFoundError as VmSubnetNotFoundError, errors_VmTransactionIdMismatchError as VmTransactionIdMismatchError, errors_WantedByEmptyError as WantedByEmptyError, errors_WatchFilesFailedError as WatchFilesFailedError, errors_WebDeploymentBadRequestError as WebDeploymentBadRequestError, errors_WorkdirEmptyError as WorkdirEmptyError, errors_WriteFileFailedError as WriteFileFailedError, errors_WriteScriptFailedError as WriteScriptFailedError, errors_errorFromJSON as errorFromJSON };
8326
- export type { errors_FreestyleError as FreestyleError, errors_LfsTransferAdapter as LfsTransferAdapter, errors_PublicBackupFailed as PublicBackupFailed, errors_PublicBadRequest as PublicBadRequest, errors_PublicBlobNotFound as PublicBlobNotFound, errors_PublicBranchNotFound as PublicBranchNotFound, errors_PublicBrowserOperationFailed as PublicBrowserOperationFailed, errors_PublicBuildFailed as PublicBuildFailed, errors_PublicCloudstateAccessDenied as PublicCloudstateAccessDenied, errors_PublicCloudstateDatabaseError as PublicCloudstateDatabaseError, errors_PublicCloudstateInternalError as PublicCloudstateInternalError, errors_PublicCommitFailed as PublicCommitFailed, errors_PublicCommitNotFound as PublicCommitNotFound, errors_PublicConnectionFailed as PublicConnectionFailed, errors_PublicContentNotFound as PublicContentNotFound, errors_PublicCreateBackupFailed as PublicCreateBackupFailed, errors_PublicCreateIdentityFailed as PublicCreateIdentityFailed, errors_PublicCreateRepositoryFailed as PublicCreateRepositoryFailed, errors_PublicCreateSnapshotBadRequest as PublicCreateSnapshotBadRequest, errors_PublicCreateTokenFailed as PublicCreateTokenFailed, errors_PublicCreateVmBadRequest as PublicCreateVmBadRequest, errors_PublicDatabaseError as PublicDatabaseError, errors_PublicDeleteIdentityFailed as PublicDeleteIdentityFailed, errors_PublicDeleteRepositoryFailed as PublicDeleteRepositoryFailed, errors_PublicDeploymentFailed as PublicDeploymentFailed, errors_PublicDevServerFileNotFound as PublicDevServerFileNotFound, errors_PublicDevServerInvalidRequest as PublicDevServerInvalidRequest, errors_PublicDevServerNotFound as PublicDevServerNotFound, errors_PublicDirectoryCreationFailed as PublicDirectoryCreationFailed, errors_PublicDockerImportBadRequest as PublicDockerImportBadRequest, errors_PublicDomainAlreadyExists as PublicDomainAlreadyExists, errors_PublicDomainOwnershipError as PublicDomainOwnershipError, errors_PublicDownloadFailed as PublicDownloadFailed, errors_PublicEntrypointNotFound as PublicEntrypointNotFound, errors_PublicErrorCreatingRecord as PublicErrorCreatingRecord, errors_PublicErrorDeletingRecord as PublicErrorDeletingRecord, errors_PublicExecuteInternalError as PublicExecuteInternalError, errors_PublicExecutionError as PublicExecutionError, errors_PublicExecutionFailed as PublicExecutionFailed, errors_PublicFailedPermissionsCheck as PublicFailedPermissionsCheck, errors_PublicFailedRemoveDomainMapping as PublicFailedRemoveDomainMapping, errors_PublicFailedToCheckDomainMappingPermissions as PublicFailedToCheckDomainMappingPermissions, errors_PublicFailedToCheckPermissions as PublicFailedToCheckPermissions, errors_PublicFailedToCreateVerificationCode as PublicFailedToCreateVerificationCode, errors_PublicFailedToDeleteVerification as PublicFailedToDeleteVerification, errors_PublicFailedToInsertDomainMapping as PublicFailedToInsertDomainMapping, errors_PublicFailedToInsertOwnership as PublicFailedToInsertOwnership, errors_PublicFailedToListDomains as PublicFailedToListDomains, errors_PublicFailedToListVerifications as PublicFailedToListVerifications, errors_PublicFailedToProvisionCertificate as PublicFailedToProvisionCertificate, errors_PublicFailedToVerifyDomain as PublicFailedToVerifyDomain, errors_PublicFileNotFound as PublicFileNotFound, errors_PublicFilesBadRequest as PublicFilesBadRequest, errors_PublicForkVmNotFound as PublicForkVmNotFound, errors_PublicGetContentFailed as PublicGetContentFailed, errors_PublicGetPermissionFailed as PublicGetPermissionFailed, errors_PublicGetRepositoryInfoFailed as PublicGetRepositoryInfoFailed, errors_PublicGitHubSyncFailed as PublicGitHubSyncFailed, errors_PublicGitInvalidRequest as PublicGitInvalidRequest, errors_PublicGitServerError as PublicGitServerError, errors_PublicGrantPermissionFailed as PublicGrantPermissionFailed, errors_PublicGroupAlreadyExists as PublicGroupAlreadyExists, errors_PublicIdentityError as PublicIdentityError, errors_PublicInternalForkVmNotFound as PublicInternalForkVmNotFound, errors_PublicInternalVmNotFound as PublicInternalVmNotFound, errors_PublicInvalidDeploymentRequest as PublicInvalidDeploymentRequest, errors_PublicInvalidDomain as PublicInvalidDomain, errors_PublicInvalidDomains as PublicInvalidDomains, errors_PublicInvalidQuery as PublicInvalidQuery, errors_PublicInvalidRevision as PublicInvalidRevision, errors_PublicListIdentitiesFailed as PublicListIdentitiesFailed, errors_PublicListPermissionsFailed as PublicListPermissionsFailed, errors_PublicListRepositoriesFailed as PublicListRepositoriesFailed, errors_PublicListRunsFailed as PublicListRunsFailed, errors_PublicListTokensFailed as PublicListTokensFailed, errors_PublicLockGenerationFailed as PublicLockGenerationFailed, errors_PublicLoggingFailed as PublicLoggingFailed, errors_PublicLogsFailed as PublicLogsFailed, errors_PublicLogsNotFound as PublicLogsNotFound, errors_PublicMetadataWriteFailed as PublicMetadataWriteFailed, errors_PublicNetworkPermissionsFailed as PublicNetworkPermissionsFailed, errors_PublicNoDomainOwnership as PublicNoDomainOwnership, errors_PublicNodeModulesDownloadFailed as PublicNodeModulesDownloadFailed, errors_PublicNodeModulesInstallFailed as PublicNodeModulesInstallFailed, errors_PublicObservabilityAccessDenied as PublicObservabilityAccessDenied, errors_PublicObservabilityDatabaseError as PublicObservabilityDatabaseError, errors_PublicParseLogsFailed as PublicParseLogsFailed, errors_PublicParseResponseError as PublicParseResponseError, errors_PublicPathNotFound as PublicPathNotFound, errors_PublicPermissionDenied as PublicPermissionDenied, errors_PublicPermissionError as PublicPermissionError, errors_PublicProjectNotFound as PublicProjectNotFound, errors_PublicReadFileFailed as PublicReadFileFailed, errors_PublicRecordOwnershipError as PublicRecordOwnershipError, errors_PublicReferenceNotFound as PublicReferenceNotFound, errors_PublicRepositoryNotFound as PublicRepositoryNotFound, errors_PublicRequestFailed as PublicRequestFailed, errors_PublicResizeFailed as PublicResizeFailed, errors_PublicRestartFailed as PublicRestartFailed, errors_PublicRestoreFailed as PublicRestoreFailed, errors_PublicRetrieveLogsFailed as PublicRetrieveLogsFailed, errors_PublicRevokePermissionFailed as PublicRevokePermissionFailed, errors_PublicRevokeTokenFailed as PublicRevokeTokenFailed, errors_PublicRunNotFound as PublicRunNotFound, errors_PublicSerializationError as PublicSerializationError, errors_PublicServiceAlreadyExists as PublicServiceAlreadyExists, errors_PublicShutdownFailed as PublicShutdownFailed, errors_PublicSnapshotVmBadRequest as PublicSnapshotVmBadRequest, errors_PublicStatusFailed as PublicStatusFailed, errors_PublicTagNotFound as PublicTagNotFound, errors_PublicTokenError as PublicTokenError, errors_PublicTreeNotFound as PublicTreeNotFound, errors_PublicTriggerError as PublicTriggerError, errors_PublicUnsupportedTransfer as PublicUnsupportedTransfer, errors_PublicUpdateDefaultBranchFailed as PublicUpdateDefaultBranchFailed, errors_PublicUpdatePermissionFailed as PublicUpdatePermissionFailed, errors_PublicUserAlreadyExists as PublicUserAlreadyExists, errors_PublicVerificationFailed as PublicVerificationFailed, errors_PublicVerificationNotFound as PublicVerificationNotFound, errors_PublicWatchFilesFailed as PublicWatchFilesFailed, errors_PublicWebDeploymentBadRequest as PublicWebDeploymentBadRequest, errors_PublicWriteFileFailed as PublicWriteFileFailed, errors_PublicWriteScriptFailed as PublicWriteScriptFailed, errors_VmNotFoundPublic as VmNotFoundPublic, errors_VmOperationDeniedDuringTransactionPublic as VmOperationDeniedDuringTransactionPublic, errors_VmTransactionIdMismatchPublic as VmTransactionIdMismatchPublic };
8542
+ export { errors_AfterArrayContainsEmptyError as AfterArrayContainsEmptyError, errors_AlreadyHasBaseError as AlreadyHasBaseError, errors_AnyhowError as AnyhowError, errors_AuthorizationNotFoundError as AuthorizationNotFoundError, errors_BackupFailedError as BackupFailedError, errors_BadRequestError as BadRequestError, errors_BlobNotFoundError as BlobNotFoundError, errors_BranchNotFoundError as BranchNotFoundError, errors_BrowserOperationFailedError as BrowserOperationFailedError, errors_BuildFailedError as BuildFailedError, errors_CannotDeleteManagedIdentityError as CannotDeleteManagedIdentityError, errors_CannotModifyManagedIdentityError as CannotModifyManagedIdentityError, errors_CertificateProvisioningErrorError as CertificateProvisioningErrorError, errors_CloudstateAccessDeniedError as CloudstateAccessDeniedError, errors_CloudstateDatabaseErrorError as CloudstateDatabaseErrorError, errors_CloudstateInternalErrorError as CloudstateInternalErrorError, errors_CommitFailedError as CommitFailedError, errors_CommitNotFoundError as CommitNotFoundError, errors_ConflictError as ConflictError, errors_ConnectionFailedError as ConnectionFailedError, errors_ContentNotFoundError as ContentNotFoundError, errors_CreateBackupFailedError as CreateBackupFailedError, errors_CreateIdentityFailedError as CreateIdentityFailedError, errors_CreateRepositoryFailedError as CreateRepositoryFailedError, errors_CreateSnapshotBadRequestError as CreateSnapshotBadRequestError, errors_CreateTokenFailedError as CreateTokenFailedError, errors_CreateVmBadRequestError as CreateVmBadRequestError, errors_DatabaseErrorError as DatabaseErrorError, errors_DeleteIdentityFailedError as DeleteIdentityFailedError, errors_DeleteRepositoryFailedError as DeleteRepositoryFailedError, errors_DeploymentFailedError as DeploymentFailedError, errors_DeploymentNotFoundError as DeploymentNotFoundError, errors_DevServerFileNotFoundError as DevServerFileNotFoundError, errors_DevServerInvalidRequestError as DevServerInvalidRequestError, errors_DevServerNotFoundError as DevServerNotFoundError, errors_DirectoryCreationFailedError as DirectoryCreationFailedError, errors_DockerImportBadRequestError as DockerImportBadRequestError, errors_DomainAlreadyExistsError as DomainAlreadyExistsError, errors_DomainMappingErrorError as DomainMappingErrorError, errors_DomainOwnershipErrorError as DomainOwnershipErrorError, errors_DomainOwnershipVerificationFailedError as DomainOwnershipVerificationFailedError, errors_DownloadFailedError as DownloadFailedError, errors_DuplicateGroupNameError as DuplicateGroupNameError, errors_DuplicateUserNameError as DuplicateUserNameError, errors_EntrypointNotFoundError as EntrypointNotFoundError, errors_EnvKeyContainsEqualsError as EnvKeyContainsEqualsError, errors_EnvKeyEmptyError as EnvKeyEmptyError, errors_ErrorCreatingRecordError as ErrorCreatingRecordError, errors_ErrorDeletingRecordError as ErrorDeletingRecordError, errors_ExecEmptyError as ExecEmptyError, errors_ExecuteAccessDeniedError as ExecuteAccessDeniedError, errors_ExecuteInternalErrorError as ExecuteInternalErrorError, errors_ExecutionErrorError as ExecutionErrorError, errors_ExecutionFailedError as ExecutionFailedError, errors_ExpiredError as ExpiredError, errors_FREESTYLE_ERROR_CODE_MAP as FREESTYLE_ERROR_CODE_MAP, errors_FailedPermissionsCheckError as FailedPermissionsCheckError, errors_FailedRemoveDomainMappingError as FailedRemoveDomainMappingError, errors_FailedToCheckDomainMappingPermissionsError as FailedToCheckDomainMappingPermissionsError, errors_FailedToCheckPermissionsError as FailedToCheckPermissionsError, errors_FailedToCreateVerificationCodeError as FailedToCreateVerificationCodeError, errors_FailedToDeleteVerificationError as FailedToDeleteVerificationError, errors_FailedToInsertDomainMappingError as FailedToInsertDomainMappingError, errors_FailedToInsertOwnershipError as FailedToInsertOwnershipError, errors_FailedToListDomainsError as FailedToListDomainsError, errors_FailedToListVerificationsError as FailedToListVerificationsError, errors_FailedToProvisionCertificateError as FailedToProvisionCertificateError, errors_FailedToVerifyDomainError as FailedToVerifyDomainError, errors_FileNotFoundError as FileNotFoundError, errors_FilesBadRequestError as FilesBadRequestError, errors_FirecrackerApiSocketNotFoundError as FirecrackerApiSocketNotFoundError, errors_FirecrackerPidNotFoundError as FirecrackerPidNotFoundError, errors_ForbiddenError as ForbiddenError, errors_ForkVmNotFoundError as ForkVmNotFoundError, errors_GetContentFailedError as GetContentFailedError, errors_GetPermissionFailedError as GetPermissionFailedError, errors_GetRepositoryInfoFailedError as GetRepositoryInfoFailedError, errors_GitHubSyncFailedError as GitHubSyncFailedError, errors_GitInvalidRequestError as GitInvalidRequestError, errors_GitRepositoryAccessDeniedError as GitRepositoryAccessDeniedError, errors_GitRepositoryNotFoundError as GitRepositoryNotFoundError, errors_GitServerErrorError as GitServerErrorError, errors_GrantPermissionFailedError as GrantPermissionFailedError, errors_GroupAlreadyExistsError as GroupAlreadyExistsError, errors_GroupEmptyError as GroupEmptyError, errors_GroupNameEmptyError as GroupNameEmptyError, errors_GroupNameInvalidCharsError as GroupNameInvalidCharsError, errors_GroupNameReservedError as GroupNameReservedError, errors_GroupNameTooLongError as GroupNameTooLongError, errors_GroupNotFoundError as GroupNotFoundError, errors_IdentityAccessDeniedError as IdentityAccessDeniedError, errors_IdentityErrorError as IdentityErrorError, errors_IdentityNotFoundError as IdentityNotFoundError, errors_InternalError as InternalError, errors_InternalErrorError as InternalErrorError, errors_InternalForkVmNotFoundError as InternalForkVmNotFoundError, errors_InternalResizeVmNotFoundError as InternalResizeVmNotFoundError, errors_InternalVmNotFoundError as InternalVmNotFoundError, errors_InvalidDeploymentRequestError as InvalidDeploymentRequestError, errors_InvalidDomainError as InvalidDomainError, errors_InvalidDomainsError as InvalidDomainsError, errors_InvalidObjectIdError as InvalidObjectIdError, errors_InvalidParametersError as InvalidParametersError, errors_InvalidQueryError as InvalidQueryError, errors_InvalidRequestError as InvalidRequestError, errors_InvalidRevisionError as InvalidRevisionError, errors_InvalidSignatureError as InvalidSignatureError, errors_ListIdentitiesFailedError as ListIdentitiesFailedError, errors_ListPermissionsFailedError as ListPermissionsFailedError, errors_ListRepositoriesFailedError as ListRepositoriesFailedError, errors_ListRunsFailedError as ListRunsFailedError, errors_ListTokensFailedError as ListTokensFailedError, errors_LockGenerationFailedError as LockGenerationFailedError, errors_LockfileErrorError as LockfileErrorError, errors_LoggingFailedError as LoggingFailedError, errors_LogsFailedError as LogsFailedError, errors_LogsNotFoundError as LogsNotFoundError, errors_MaxUsesExceededError as MaxUsesExceededError, errors_MetadataWriteFailedError as MetadataWriteFailedError, errors_NetworkPermissionsFailedError as NetworkPermissionsFailedError, errors_NoDomainOwnershipError as NoDomainOwnershipError, errors_NoEntrypointFoundError as NoEntrypointFoundError, errors_NodeModulesDownloadFailedError as NodeModulesDownloadFailedError, errors_NodeModulesInstallFailedError as NodeModulesInstallFailedError, errors_NotFoundError as NotFoundError, errors_ObservabilityAccessDeniedError as ObservabilityAccessDeniedError, errors_ObservabilityDatabaseErrorError as ObservabilityDatabaseErrorError, errors_OnFailureArrayContainsEmptyError as OnFailureArrayContainsEmptyError, errors_OrderNotFoundError as OrderNotFoundError, errors_ParseLogsFailedError as ParseLogsFailedError, errors_ParseResponseErrorError as ParseResponseErrorError, errors_PathNotFoundError as PathNotFoundError, errors_PermissionAlreadyExistsError as PermissionAlreadyExistsError, errors_PermissionDeniedError as PermissionDeniedError, errors_PermissionErrorError as PermissionErrorError, errors_PermissionNotFoundError as PermissionNotFoundError, errors_PreVerifyChallengeMismatchError as PreVerifyChallengeMismatchError, errors_PreVerifyFailedFetchError as PreVerifyFailedFetchError, errors_PreVerifyFailedParseError as PreVerifyFailedParseError, errors_PreVerifyRouteNotFoundError as PreVerifyRouteNotFoundError, errors_ProjectNotFoundError as ProjectNotFoundError, errors_ReadFileFailedError as ReadFileFailedError, errors_RecordOwnershipErrorError as RecordOwnershipErrorError, errors_ReferenceNotFoundError as ReferenceNotFoundError, errors_RepoNotFoundError as RepoNotFoundError, errors_RepositoryAccessDeniedError as RepositoryAccessDeniedError, errors_RepositoryNotFoundError as RepositoryNotFoundError, errors_RequestFailedError as RequestFailedError, errors_RequiresArrayContainsEmptyError as RequiresArrayContainsEmptyError, errors_ReqwestError as ReqwestError, errors_ResizeFailedError as ResizeFailedError, errors_RestartFailedError as RestartFailedError, errors_RestoreFailedError as RestoreFailedError, errors_RetrieveLogsFailedError as RetrieveLogsFailedError, errors_RevokePermissionFailedError as RevokePermissionFailedError, errors_RevokeTokenFailedError as RevokeTokenFailedError, errors_RunNotFoundError as RunNotFoundError, errors_SerializationErrorError as SerializationErrorError, errors_ServerDeploymentFailedError as ServerDeploymentFailedError, errors_ServiceAlreadyExistsError as ServiceAlreadyExistsError, errors_ServiceNameEmptyError as ServiceNameEmptyError, errors_ServiceNameInvalidCharsError as ServiceNameInvalidCharsError, errors_ServiceNameInvalidPrefixError as ServiceNameInvalidPrefixError, errors_ServiceNameTooLongError as ServiceNameTooLongError, errors_ServiceNotFoundError as ServiceNotFoundError, errors_ShutdownFailedError as ShutdownFailedError, errors_SigningError as SigningError, errors_SnapshotVmBadRequestError as SnapshotVmBadRequestError, errors_StatusFailedError as StatusFailedError, errors_StdIoError as StdIoError, errors_TagNotFoundError as TagNotFoundError, errors_TokenErrorError as TokenErrorError, errors_TreeNotFoundError as TreeNotFoundError, errors_TriggerErrorError as TriggerErrorError, errors_UnauthorizedError as UnauthorizedError, errors_UnauthorizedErrorError as UnauthorizedErrorError, errors_UnsupportedTransferError as UnsupportedTransferError, errors_UpdateDefaultBranchFailedError as UpdateDefaultBranchFailedError, errors_UpdatePermissionFailedError as UpdatePermissionFailedError, errors_UploadErrorError as UploadErrorError, errors_UserAlreadyExistsError as UserAlreadyExistsError, errors_UserEmptyError as UserEmptyError, errors_UserGroupEmptyError as UserGroupEmptyError, errors_UserHomeInvalidError as UserHomeInvalidError, errors_UserNotFoundError as UserNotFoundError, errors_UserShellInvalidError as UserShellInvalidError, errors_UserSystemFlagMismatchError as UserSystemFlagMismatchError, errors_UserUidOutOfRangeError as UserUidOutOfRangeError, errors_ValidationErrorError as ValidationErrorError, errors_VerificationFailedError as VerificationFailedError, errors_VerificationNotFoundError as VerificationNotFoundError, errors_VmAccessDeniedError as VmAccessDeniedError, errors_VmCreateTmuxSessionError as VmCreateTmuxSessionError, errors_VmDeletedError as VmDeletedError, errors_VmExitDuringStartError as VmExitDuringStartError, errors_VmMustBeStoppedError as VmMustBeStoppedError, errors_VmNotFoundError as VmNotFoundError, errors_VmNotFoundInFsError as VmNotFoundInFsError, errors_VmNotInTransactionError as VmNotInTransactionError, errors_VmNotRunningError as VmNotRunningError, errors_VmOperationDeniedDuringTransactionError as VmOperationDeniedDuringTransactionError, errors_VmPermissionNotFoundError as VmPermissionNotFoundError, errors_VmStartTimeoutError as VmStartTimeoutError, errors_VmSubnetNotFoundError as VmSubnetNotFoundError, errors_VmTransactionIdMismatchError as VmTransactionIdMismatchError, errors_WaitTimeoutError as WaitTimeoutError, errors_WantedByEmptyError as WantedByEmptyError, errors_WatchFilesFailedError as WatchFilesFailedError, errors_WebDeploymentBadRequestError as WebDeploymentBadRequestError, errors_WorkdirEmptyError as WorkdirEmptyError, errors_WriteFileFailedError as WriteFileFailedError, errors_WriteScriptFailedError as WriteScriptFailedError, errors_errorFromJSON as errorFromJSON };
8543
+ export type { errors_FreestyleError as FreestyleError, errors_LfsTransferAdapter as LfsTransferAdapter, errors_PublicAuthorizationNotFound as PublicAuthorizationNotFound, errors_PublicBackupFailed as PublicBackupFailed, errors_PublicBadRequest as PublicBadRequest, errors_PublicBlobNotFound as PublicBlobNotFound, errors_PublicBranchNotFound as PublicBranchNotFound, errors_PublicBrowserOperationFailed as PublicBrowserOperationFailed, errors_PublicBuildFailed as PublicBuildFailed, errors_PublicCertificateProvisioningError as PublicCertificateProvisioningError, errors_PublicCloudstateAccessDenied as PublicCloudstateAccessDenied, errors_PublicCloudstateDatabaseError as PublicCloudstateDatabaseError, errors_PublicCloudstateInternalError as PublicCloudstateInternalError, errors_PublicCommitFailed as PublicCommitFailed, errors_PublicCommitNotFound as PublicCommitNotFound, errors_PublicConnectionFailed as PublicConnectionFailed, errors_PublicContentNotFound as PublicContentNotFound, errors_PublicCreateBackupFailed as PublicCreateBackupFailed, errors_PublicCreateIdentityFailed as PublicCreateIdentityFailed, errors_PublicCreateRepositoryFailed as PublicCreateRepositoryFailed, errors_PublicCreateSnapshotBadRequest as PublicCreateSnapshotBadRequest, errors_PublicCreateTokenFailed as PublicCreateTokenFailed, errors_PublicCreateVmBadRequest as PublicCreateVmBadRequest, errors_PublicDatabaseError as PublicDatabaseError, errors_PublicDeleteIdentityFailed as PublicDeleteIdentityFailed, errors_PublicDeleteRepositoryFailed as PublicDeleteRepositoryFailed, errors_PublicDeploymentFailed as PublicDeploymentFailed, errors_PublicDevServerFileNotFound as PublicDevServerFileNotFound, errors_PublicDevServerInvalidRequest as PublicDevServerInvalidRequest, errors_PublicDevServerNotFound as PublicDevServerNotFound, errors_PublicDirectoryCreationFailed as PublicDirectoryCreationFailed, errors_PublicDockerImportBadRequest as PublicDockerImportBadRequest, errors_PublicDomainAlreadyExists as PublicDomainAlreadyExists, errors_PublicDomainMappingError as PublicDomainMappingError, errors_PublicDomainOwnershipError as PublicDomainOwnershipError, errors_PublicDownloadFailed as PublicDownloadFailed, errors_PublicEntrypointNotFound as PublicEntrypointNotFound, errors_PublicErrorCreatingRecord as PublicErrorCreatingRecord, errors_PublicErrorDeletingRecord as PublicErrorDeletingRecord, errors_PublicExecuteInternalError as PublicExecuteInternalError, errors_PublicExecutionError as PublicExecutionError, errors_PublicExecutionFailed as PublicExecutionFailed, errors_PublicFailedPermissionsCheck as PublicFailedPermissionsCheck, errors_PublicFailedRemoveDomainMapping as PublicFailedRemoveDomainMapping, errors_PublicFailedToCheckDomainMappingPermissions as PublicFailedToCheckDomainMappingPermissions, errors_PublicFailedToCheckPermissions as PublicFailedToCheckPermissions, errors_PublicFailedToCreateVerificationCode as PublicFailedToCreateVerificationCode, errors_PublicFailedToDeleteVerification as PublicFailedToDeleteVerification, errors_PublicFailedToInsertDomainMapping as PublicFailedToInsertDomainMapping, errors_PublicFailedToInsertOwnership as PublicFailedToInsertOwnership, errors_PublicFailedToListDomains as PublicFailedToListDomains, errors_PublicFailedToListVerifications as PublicFailedToListVerifications, errors_PublicFailedToProvisionCertificate as PublicFailedToProvisionCertificate, errors_PublicFailedToVerifyDomain as PublicFailedToVerifyDomain, errors_PublicFileNotFound as PublicFileNotFound, errors_PublicFilesBadRequest as PublicFilesBadRequest, errors_PublicForkVmNotFound as PublicForkVmNotFound, errors_PublicGetContentFailed as PublicGetContentFailed, errors_PublicGetPermissionFailed as PublicGetPermissionFailed, errors_PublicGetRepositoryInfoFailed as PublicGetRepositoryInfoFailed, errors_PublicGitHubSyncFailed as PublicGitHubSyncFailed, errors_PublicGitInvalidRequest as PublicGitInvalidRequest, errors_PublicGitServerError as PublicGitServerError, errors_PublicGrantPermissionFailed as PublicGrantPermissionFailed, errors_PublicGroupAlreadyExists as PublicGroupAlreadyExists, errors_PublicIdentityError as PublicIdentityError, errors_PublicInternalForkVmNotFound as PublicInternalForkVmNotFound, errors_PublicInternalVmNotFound as PublicInternalVmNotFound, errors_PublicInvalidDeploymentRequest as PublicInvalidDeploymentRequest, errors_PublicInvalidDomain as PublicInvalidDomain, errors_PublicInvalidDomains as PublicInvalidDomains, errors_PublicInvalidQuery as PublicInvalidQuery, errors_PublicInvalidRevision as PublicInvalidRevision, errors_PublicListIdentitiesFailed as PublicListIdentitiesFailed, errors_PublicListPermissionsFailed as PublicListPermissionsFailed, errors_PublicListRepositoriesFailed as PublicListRepositoriesFailed, errors_PublicListRunsFailed as PublicListRunsFailed, errors_PublicListTokensFailed as PublicListTokensFailed, errors_PublicLockGenerationFailed as PublicLockGenerationFailed, errors_PublicLockfileError as PublicLockfileError, errors_PublicLoggingFailed as PublicLoggingFailed, errors_PublicLogsFailed as PublicLogsFailed, errors_PublicLogsNotFound as PublicLogsNotFound, errors_PublicMetadataWriteFailed as PublicMetadataWriteFailed, errors_PublicNetworkPermissionsFailed as PublicNetworkPermissionsFailed, errors_PublicNoDomainOwnership as PublicNoDomainOwnership, errors_PublicNodeModulesDownloadFailed as PublicNodeModulesDownloadFailed, errors_PublicNodeModulesInstallFailed as PublicNodeModulesInstallFailed, errors_PublicObservabilityAccessDenied as PublicObservabilityAccessDenied, errors_PublicObservabilityDatabaseError as PublicObservabilityDatabaseError, errors_PublicOrderNotFound as PublicOrderNotFound, errors_PublicParseLogsFailed as PublicParseLogsFailed, errors_PublicParseResponseError as PublicParseResponseError, errors_PublicPathNotFound as PublicPathNotFound, errors_PublicPermissionDenied as PublicPermissionDenied, errors_PublicPermissionError as PublicPermissionError, errors_PublicPreVerifyChallengeMismatch as PublicPreVerifyChallengeMismatch, errors_PublicPreVerifyFailedFetch as PublicPreVerifyFailedFetch, errors_PublicPreVerifyFailedParse as PublicPreVerifyFailedParse, errors_PublicPreVerifyRouteNotFound as PublicPreVerifyRouteNotFound, errors_PublicProjectNotFound as PublicProjectNotFound, errors_PublicReadFileFailed as PublicReadFileFailed, errors_PublicRecordOwnershipError as PublicRecordOwnershipError, errors_PublicReferenceNotFound as PublicReferenceNotFound, errors_PublicRepositoryNotFound as PublicRepositoryNotFound, errors_PublicRequestFailed as PublicRequestFailed, errors_PublicResizeFailed as PublicResizeFailed, errors_PublicRestartFailed as PublicRestartFailed, errors_PublicRestoreFailed as PublicRestoreFailed, errors_PublicRetrieveLogsFailed as PublicRetrieveLogsFailed, errors_PublicRevokePermissionFailed as PublicRevokePermissionFailed, errors_PublicRevokeTokenFailed as PublicRevokeTokenFailed, errors_PublicRunNotFound as PublicRunNotFound, errors_PublicSerializationError as PublicSerializationError, errors_PublicServiceAlreadyExists as PublicServiceAlreadyExists, errors_PublicShutdownFailed as PublicShutdownFailed, errors_PublicSnapshotVmBadRequest as PublicSnapshotVmBadRequest, errors_PublicStatusFailed as PublicStatusFailed, errors_PublicTagNotFound as PublicTagNotFound, errors_PublicTokenError as PublicTokenError, errors_PublicTreeNotFound as PublicTreeNotFound, errors_PublicTriggerError as PublicTriggerError, errors_PublicUnsupportedTransfer as PublicUnsupportedTransfer, errors_PublicUpdateDefaultBranchFailed as PublicUpdateDefaultBranchFailed, errors_PublicUpdatePermissionFailed as PublicUpdatePermissionFailed, errors_PublicUserAlreadyExists as PublicUserAlreadyExists, errors_PublicVerificationFailed as PublicVerificationFailed, errors_PublicVerificationNotFound as PublicVerificationNotFound, errors_PublicWaitTimeout as PublicWaitTimeout, errors_PublicWatchFilesFailed as PublicWatchFilesFailed, errors_PublicWebDeploymentBadRequest as PublicWebDeploymentBadRequest, errors_PublicWriteFileFailed as PublicWriteFileFailed, errors_PublicWriteScriptFailed as PublicWriteScriptFailed, errors_UnauthorizedErrorPublic as UnauthorizedErrorPublic, errors_VmNotFoundPublic as VmNotFoundPublic, errors_VmOperationDeniedDuringTransactionPublic as VmOperationDeniedDuringTransactionPublic, errors_VmTransactionIdMismatchPublic as VmTransactionIdMismatchPublic };
8327
8544
  }
8328
8545
 
8329
8546
  /**
@@ -8472,6 +8689,15 @@ declare class GitRepo {
8472
8689
  deleteTrigger({ triggerId, }: {
8473
8690
  triggerId: string;
8474
8691
  }): Promise<ResponseDeleteGitV1RepoRepoTriggerTrigger200>;
8692
+ /**
8693
+ * Compare two revs in this repository.
8694
+ *
8695
+ * Head and base can be branch names, tags, or commit SHAs.
8696
+ */
8697
+ compare({ base, head }: {
8698
+ base: string;
8699
+ head: string;
8700
+ }): Promise<ResponseGetGitV1RepoRepoCompare200>;
8475
8701
  }
8476
8702
  declare class GitReposNamespace {
8477
8703
  private apiClient;
@@ -8806,10 +9032,9 @@ interface CreateSnapshotRequest {
8806
9032
  * created from the specified snapshot. Cannot be used together with fork_vm_id or docker_image.
8807
9033
  */
8808
9034
  snapshotId?: string | null;
8809
- /**
8810
- * Size of the ext4 rootfs in MB. Defaults to 16000MB if not provided.
8811
- */
8812
- rootfsSizeMb?: number | null;
9035
+ rootfsSizeGb?: number | null;
9036
+ memSizeGb?: number | null;
9037
+ vcpuCount?: number | null;
8813
9038
  /**
8814
9039
  * Optional working directory for the VM. If not provided, the default to '/'
8815
9040
  */
@@ -9110,6 +9335,11 @@ interface CreateSnapshotRequest {
9110
9335
  * Optional discriminator to differentiate snapshots with otherwise identical configurations
9111
9336
  */
9112
9337
  discriminator?: string | null;
9338
+ /**
9339
+ * Optional list of apt packages to install when setting up the VM.
9340
+ * These packages will be installed using `apt-get install` on VM startup.
9341
+ */
9342
+ aptDeps?: string[] | null;
9113
9343
  };
9114
9344
  }
9115
9345
 
@@ -9327,8 +9557,10 @@ declare class Vm {
9327
9557
  * @param sizeMb New disk size in megabytes
9328
9558
  * @returns Resize response
9329
9559
  */
9330
- resize({ sizeMb, }: {
9331
- sizeMb: number;
9560
+ resize({ memSizeGb, rootfsSizeGb, vcpuCount, }: {
9561
+ memSizeGb: number;
9562
+ rootfsSizeGb: number;
9563
+ vcpuCount: number;
9332
9564
  }): Promise<ResponsePostV1VmsIdResize200>;
9333
9565
  }
9334
9566
  type CreateVmOptions = Exclude<PostV1VmsRequestBody, "template"> & {
@@ -9401,4 +9633,4 @@ declare class Freestyle {
9401
9633
  declare const freestyle: Freestyle;
9402
9634
 
9403
9635
  export { Deployment, errors as Errors, FileSystem, Freestyle, GitRepo, Identity, requests as Requests, responses as Responses, Vm, VmBuilder, VmService, VmTemplate, VmWith, VmWithInstance, freestyle };
9404
- export type { FreestyleOptions };
9636
+ export type { CreateVmOptions, FreestyleOptions };