@vercel/sdk 1.9.0 → 1.10.1
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.
- package/README.md +11 -7
- package/bin/mcp-server.js +5251 -3540
- package/bin/mcp-server.js.map +76 -71
- package/docs/sdks/accessgroups/README.md +11 -0
- package/docs/sdks/aliases/README.md +7 -1
- package/docs/sdks/artifacts/README.md +6 -0
- package/docs/sdks/authentication/README.md +5 -0
- package/docs/sdks/certs/README.md +4 -0
- package/docs/sdks/checks/README.md +5 -0
- package/docs/sdks/deployments/README.md +20 -0
- package/docs/sdks/dns/README.md +4 -0
- package/docs/sdks/domains/README.md +10 -0
- package/docs/sdks/edgeconfig/README.md +17 -0
- package/docs/sdks/environment/README.md +5 -0
- package/docs/sdks/integrations/README.md +4 -0
- package/docs/sdks/logdrains/README.md +3 -80
- package/docs/sdks/logs/README.md +1 -0
- package/docs/sdks/marketplace/README.md +330 -78
- package/docs/sdks/projectmembers/README.md +3 -0
- package/docs/sdks/projects/README.md +24 -0
- package/docs/sdks/rollingrelease/README.md +7 -0
- package/docs/sdks/security/README.md +8 -0
- package/docs/sdks/teams/README.md +13 -0
- package/docs/sdks/user/README.md +3 -0
- package/docs/sdks/webhooks/README.md +4 -0
- package/esm/__tests__/aliases.test.js +16 -16
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -13
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +41 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +13 -15
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +13 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +2 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +3 -2
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +1 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +2 -2
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +2 -2
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.js → marketplaceDeleteIntegrationResource.js} +11 -15
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js +90 -0
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts +20 -0
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetIntegrationResources.js +86 -0
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +2 -2
- package/esm/funcs/teamsPatchTeam.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +0 -12
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.d.ts +0 -2
- package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +0 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/mcp-server.js.map +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +11 -7
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +176 -2
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/addbypassipop.d.ts +38 -38
- package/esm/models/addbypassipop.d.ts.map +1 -1
- package/esm/models/addbypassipop.js +44 -42
- package/esm/models/addbypassipop.js.map +1 -1
- package/esm/models/authtoken.d.ts +10 -4
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +6 -4
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +59 -27
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +36 -9
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +655 -89
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +576 -87
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createcustomenvironmentop.d.ts +3 -3
- package/esm/models/createcustomenvironmentop.js +1 -1
- package/esm/models/createcustomenvironmentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +846 -249
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +699 -194
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +2 -2
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +2 -2
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +293 -83
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +248 -72
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +18 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +6 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteintegrationresourceop.d.ts +31 -0
- package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
- package/esm/models/deleteintegrationresourceop.js +33 -0
- package/esm/models/deleteintegrationresourceop.js.map +1 -0
- package/esm/models/exchangessotokenop.d.ts +4 -4
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -4
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +0 -555
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +0 -449
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getbypassipop.d.ts +55 -179
- package/esm/models/getbypassipop.d.ts.map +1 -1
- package/esm/models/getbypassipop.js +59 -221
- package/esm/models/getbypassipop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +3 -3
- package/esm/models/getconfigurationop.js +1 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -3
- package/esm/models/getcustomenvironmentop.js +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +1057 -247
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +939 -225
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +11 -2
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +4 -2
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigbackupop.d.ts +15 -15
- package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
- package/esm/models/getedgeconfigbackupop.js +15 -15
- package/esm/models/getedgeconfigbackupop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +4 -2
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +293 -0
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/getintegrationresourceop.js +252 -0
- package/esm/models/getintegrationresourceop.js.map +1 -0
- package/esm/models/getintegrationresourcesop.d.ts +310 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
- package/esm/models/getintegrationresourcesop.js +275 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -0
- package/esm/models/getprojectmembersop.d.ts +3 -0
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +1 -0
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +197 -60
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +170 -45
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrecordsop.d.ts +8 -0
- package/esm/models/getrecordsop.d.ts.map +1 -1
- package/esm/models/getrecordsop.js +8 -0
- package/esm/models/getrecordsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +17 -9
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +1 -1
- package/esm/models/getteammembersop.d.ts +6 -0
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +2 -0
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +6 -6
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +2 -2
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +9 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +3 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +24 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +8 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +33 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +11 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaccessgroupmembersop.d.ts +3 -0
- package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
- package/esm/models/listaccessgroupmembersop.js +1 -0
- package/esm/models/listaccessgroupmembersop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +141 -39
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +132 -35
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +30 -30
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +34 -34
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
- package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
- package/esm/models/patchedgeconfigitemsop.js +0 -4
- package/esm/models/patchedgeconfigitemsop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +185 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +132 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/removecustomenvironmentop.d.ts +3 -3
- package/esm/models/removecustomenvironmentop.js +1 -1
- package/esm/models/removecustomenvironmentop.js.map +1 -1
- package/esm/models/requestaccesstoteamop.d.ts +3 -3
- package/esm/models/requestaccesstoteamop.js +1 -1
- package/esm/models/rerequestcheckop.d.ts +5 -0
- package/esm/models/rerequestcheckop.d.ts.map +1 -1
- package/esm/models/rerequestcheckop.js +2 -0
- package/esm/models/rerequestcheckop.js.map +1 -1
- package/esm/models/sdkerror.d.ts.map +1 -1
- package/esm/models/sdkerror.js +8 -2
- package/esm/models/sdkerror.js.map +1 -1
- package/esm/models/team.d.ts +151 -7
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +116 -4
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +18 -3
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +6 -1
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatecustomenvironmentop.d.ts +3 -3
- package/esm/models/updatecustomenvironmentop.js +1 -1
- package/esm/models/updatecustomenvironmentop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +197 -60
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +170 -45
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +212 -60
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +175 -45
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +15 -15
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +15 -17
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/userevent.d.ts +2150 -2186
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2517 -2542
- package/esm/models/userevent.js.map +1 -1
- package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
- package/esm/models/vercelbadrequesterror.js +2 -3
- package/esm/models/vercelbadrequesterror.js.map +1 -1
- package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
- package/esm/models/vercelforbiddenerror.js +2 -3
- package/esm/models/vercelforbiddenerror.js.map +1 -1
- package/esm/models/vercelnotfounderror.d.ts.map +1 -1
- package/esm/models/vercelnotfounderror.js +2 -3
- package/esm/models/vercelnotfounderror.js.map +1 -1
- package/esm/models/vercelratelimiterror.d.ts.map +1 -1
- package/esm/models/vercelratelimiterror.js +2 -3
- package/esm/models/vercelratelimiterror.js.map +1 -1
- package/esm/sdk/aliases.d.ts +2 -2
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -8
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -10
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +31 -7
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +39 -9
- package/esm/sdk/marketplace.js.map +1 -1
- package/esm/sdk/sdk.d.ts +2 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +3 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/README.md +31 -0
- package/examples/package-lock.json +629 -0
- package/examples/package.json +18 -0
- package/examples/projectsUpdateProject.example.ts +33 -0
- package/jsr.json +1 -1
- package/package.json +8 -10
- package/src/__tests__/aliases.test.ts +16 -16
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/domains.test.ts +2 -1
- package/src/__tests__/logdrains.test.ts +5 -15
- package/src/__tests__/marketplace.test.ts +47 -0
- package/src/__tests__/projects.test.ts +13 -15
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/__tests__/security.test.ts +13 -1
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/aliasesGetAlias.ts +5 -6
- package/src/funcs/checksRerequestCheck.ts +1 -0
- package/src/funcs/deploymentsCreateDeployment.ts +2 -2
- package/src/funcs/domainsGetDomainConfig.ts +2 -2
- package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
- package/src/funcs/{logDrainsDeleteConfigurableLogDrain.ts → marketplaceDeleteIntegrationResource.ts} +20 -19
- package/src/funcs/marketplaceGetIntegrationResource.ts +206 -0
- package/src/funcs/marketplaceGetIntegrationResources.ts +202 -0
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/teamsPatchTeam.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +11 -7
- package/src/mcp-server/tools/marketplaceDeleteIntegrationResource.ts +37 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResource.ts +39 -0
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +449 -4
- package/src/models/addbypassipop.ts +69 -78
- package/src/models/authtoken.ts +10 -8
- package/src/models/authuser.ts +100 -10
- package/src/models/canceldeploymentop.ts +1291 -221
- package/src/models/createcustomenvironmentop.ts +1 -1
- package/src/models/createdeploymentop.ts +1875 -825
- package/src/models/createlogdrainop.ts +4 -4
- package/src/models/createprojectop.ts +524 -128
- package/src/models/createwebhookop.ts +6 -0
- package/src/models/deleteintegrationresourceop.ts +72 -0
- package/src/models/exchangessotokenop.ts +8 -8
- package/src/models/getaliasop.ts +0 -1042
- package/src/models/getbypassipop.ts +100 -404
- package/src/models/getconfigurationop.ts +1 -1
- package/src/models/getcustomenvironmentop.ts +1 -1
- package/src/models/getdeploymentop.ts +3464 -1864
- package/src/models/getdeploymentsop.ts +9 -4
- package/src/models/getedgeconfigbackupop.ts +41 -24
- package/src/models/getintegrationlogdrainsop.ts +6 -4
- package/src/models/getintegrationresourceop.ts +561 -0
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectmembersop.ts +1 -0
- package/src/models/getprojectsop.ts +367 -85
- package/src/models/getrecordsop.ts +16 -0
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getteammembersop.ts +2 -0
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +2 -2
- package/src/models/getwebhookop.ts +3 -0
- package/src/models/getwebhooksop.ts +8 -0
- package/src/models/importresourceop.ts +27 -35
- package/src/models/inviteusertoteamop.ts +11 -0
- package/src/models/listaccessgroupmembersop.ts +1 -0
- package/src/models/listaliasesop.ts +290 -74
- package/src/models/listdeploymentaliasesop.ts +58 -70
- package/src/models/patchedgeconfigitemsop.ts +0 -8
- package/src/models/patchteamop.ts +311 -0
- package/src/models/removecustomenvironmentop.ts +1 -1
- package/src/models/requestaccesstoteamop.ts +1 -1
- package/src/models/rerequestcheckop.ts +7 -0
- package/src/models/sdkerror.ts +8 -2
- package/src/models/team.ts +257 -11
- package/src/models/teamlimited.ts +6 -1
- package/src/models/updatecustomenvironmentop.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +356 -86
- package/src/models/updateprojectop.ts +372 -86
- package/src/models/updateresourcesecretsop.ts +49 -33
- package/src/models/userevent.ts +4520 -4604
- package/src/models/vercelbadrequesterror.ts +2 -3
- package/src/models/vercelforbiddenerror.ts +2 -3
- package/src/models/vercelnotfounderror.ts +2 -3
- package/src/models/vercelratelimiterror.ts +2 -3
- package/src/sdk/aliases.ts +2 -2
- package/src/sdk/logdrains.ts +0 -19
- package/src/sdk/marketplace.ts +80 -17
- package/src/sdk/sdk.ts +5 -5
- package/temp/example.ts +11 -0
- package/vercel-spec.json +3412 -1482
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
- package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.js +0 -35
- package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
|
@@ -82,9 +82,9 @@ export type GetDeploymentCustomEnvironmentType = ClosedEnum<typeof GetDeployment
|
|
|
82
82
|
* The type of matching to perform
|
|
83
83
|
*/
|
|
84
84
|
export declare const GetDeploymentCustomEnvironmentDeploymentsResponseType: {
|
|
85
|
+
readonly EndsWith: "endsWith";
|
|
85
86
|
readonly StartsWith: "startsWith";
|
|
86
87
|
readonly Equals: "equals";
|
|
87
|
-
readonly EndsWith: "endsWith";
|
|
88
88
|
};
|
|
89
89
|
/**
|
|
90
90
|
* The type of matching to perform
|
|
@@ -216,12 +216,12 @@ export declare const GetDeploymentResponseBodyChecksConclusion: {
|
|
|
216
216
|
readonly Canceled: "canceled";
|
|
217
217
|
};
|
|
218
218
|
export type GetDeploymentResponseBodyChecksConclusion = ClosedEnum<typeof GetDeploymentResponseBodyChecksConclusion>;
|
|
219
|
-
export declare const
|
|
219
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type: {
|
|
220
220
|
readonly Bitbucket: "bitbucket";
|
|
221
221
|
};
|
|
222
|
-
export type
|
|
223
|
-
export type
|
|
224
|
-
type:
|
|
222
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type>;
|
|
223
|
+
export type GetDeploymentGitSource15 = {
|
|
224
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type;
|
|
225
225
|
ref: string;
|
|
226
226
|
sha: string;
|
|
227
227
|
owner?: string | undefined;
|
|
@@ -229,22 +229,34 @@ export type GetDeploymentGitSource12 = {
|
|
|
229
229
|
workspaceUuid: string;
|
|
230
230
|
repoUuid: string;
|
|
231
231
|
};
|
|
232
|
-
export declare const
|
|
232
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type: {
|
|
233
233
|
readonly Gitlab: "gitlab";
|
|
234
234
|
};
|
|
235
|
-
export type
|
|
236
|
-
export type
|
|
237
|
-
type:
|
|
235
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type>;
|
|
236
|
+
export type GetDeploymentGitSource14 = {
|
|
237
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type;
|
|
238
238
|
ref: string;
|
|
239
239
|
sha: string;
|
|
240
240
|
projectId: number;
|
|
241
241
|
};
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type: {
|
|
243
|
+
readonly GithubLimited: "github-limited";
|
|
244
|
+
};
|
|
245
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type>;
|
|
246
|
+
export type GetDeploymentGitSource13 = {
|
|
247
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type;
|
|
248
|
+
ref: string;
|
|
249
|
+
sha: string;
|
|
250
|
+
repoId: number;
|
|
251
|
+
org?: string | undefined;
|
|
252
|
+
repo?: string | undefined;
|
|
253
|
+
};
|
|
254
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type: {
|
|
243
255
|
readonly GithubCustomHost: "github-custom-host";
|
|
244
256
|
};
|
|
245
|
-
export type
|
|
246
|
-
export type
|
|
247
|
-
type:
|
|
257
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
|
|
258
|
+
export type GetDeploymentGitSource12 = {
|
|
259
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type;
|
|
248
260
|
host: string;
|
|
249
261
|
ref: string;
|
|
250
262
|
sha: string;
|
|
@@ -252,63 +264,87 @@ export type GetDeploymentGitSource10 = {
|
|
|
252
264
|
org?: string | undefined;
|
|
253
265
|
repo?: string | undefined;
|
|
254
266
|
};
|
|
255
|
-
export declare const
|
|
267
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type: {
|
|
256
268
|
readonly Github: "github";
|
|
257
269
|
};
|
|
258
|
-
export type
|
|
259
|
-
export type
|
|
260
|
-
type:
|
|
270
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
|
|
271
|
+
export type GetDeploymentGitSource11 = {
|
|
272
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type;
|
|
261
273
|
ref: string;
|
|
262
274
|
sha: string;
|
|
263
275
|
repoId: number;
|
|
264
276
|
org?: string | undefined;
|
|
265
277
|
repo?: string | undefined;
|
|
266
278
|
};
|
|
267
|
-
export declare const
|
|
279
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type: {
|
|
268
280
|
readonly Custom: "custom";
|
|
269
281
|
};
|
|
270
|
-
export type
|
|
282
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type>;
|
|
271
283
|
/**
|
|
272
284
|
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
273
285
|
*/
|
|
274
|
-
export type
|
|
275
|
-
type:
|
|
286
|
+
export type GetDeploymentGitSource10 = {
|
|
287
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type;
|
|
276
288
|
ref: string;
|
|
277
289
|
sha: string;
|
|
278
290
|
gitUrl: string;
|
|
279
291
|
};
|
|
280
|
-
export declare const
|
|
292
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type: {
|
|
293
|
+
readonly Bitbucket: "bitbucket";
|
|
294
|
+
};
|
|
295
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type>;
|
|
296
|
+
export type GetDeploymentGitSource9 = {
|
|
297
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type;
|
|
298
|
+
owner: string;
|
|
299
|
+
slug: string;
|
|
300
|
+
ref?: string | null | undefined;
|
|
301
|
+
sha?: string | undefined;
|
|
302
|
+
prId?: number | null | undefined;
|
|
303
|
+
};
|
|
304
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type: {
|
|
281
305
|
readonly Bitbucket: "bitbucket";
|
|
282
306
|
};
|
|
307
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type>;
|
|
308
|
+
export type GetDeploymentGitSource8 = {
|
|
309
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type;
|
|
310
|
+
workspaceUuid?: string | undefined;
|
|
311
|
+
repoUuid: string;
|
|
312
|
+
ref?: string | null | undefined;
|
|
313
|
+
sha?: string | undefined;
|
|
314
|
+
prId?: number | null | undefined;
|
|
315
|
+
};
|
|
316
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type: {
|
|
317
|
+
readonly Gitlab: "gitlab";
|
|
318
|
+
};
|
|
283
319
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type>;
|
|
320
|
+
export type GetDeploymentGitSourceDeploymentsProjectId = string | number;
|
|
284
321
|
export type GetDeploymentGitSource7 = {
|
|
285
322
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type;
|
|
286
|
-
|
|
287
|
-
slug: string;
|
|
323
|
+
projectId: string | number;
|
|
288
324
|
ref?: string | null | undefined;
|
|
289
325
|
sha?: string | undefined;
|
|
290
326
|
prId?: number | null | undefined;
|
|
291
327
|
};
|
|
292
328
|
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type: {
|
|
293
|
-
readonly
|
|
329
|
+
readonly GithubLimited: "github-limited";
|
|
294
330
|
};
|
|
295
331
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type>;
|
|
296
332
|
export type GetDeploymentGitSource6 = {
|
|
297
333
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type;
|
|
298
|
-
|
|
299
|
-
|
|
334
|
+
org: string;
|
|
335
|
+
repo: string;
|
|
300
336
|
ref?: string | null | undefined;
|
|
301
337
|
sha?: string | undefined;
|
|
302
338
|
prId?: number | null | undefined;
|
|
303
339
|
};
|
|
304
340
|
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type: {
|
|
305
|
-
readonly
|
|
341
|
+
readonly GithubLimited: "github-limited";
|
|
306
342
|
};
|
|
307
343
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type>;
|
|
308
|
-
export type
|
|
344
|
+
export type GetDeploymentGitSourceDeploymentsResponse200RepoId = string | number;
|
|
309
345
|
export type GetDeploymentGitSource5 = {
|
|
310
346
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type;
|
|
311
|
-
|
|
347
|
+
repoId: string | number;
|
|
312
348
|
ref?: string | null | undefined;
|
|
313
349
|
sha?: string | undefined;
|
|
314
350
|
prId?: number | null | undefined;
|
|
@@ -330,7 +366,7 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
330
366
|
readonly GithubCustomHost: "github-custom-host";
|
|
331
367
|
};
|
|
332
368
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type>;
|
|
333
|
-
export type
|
|
369
|
+
export type GetDeploymentGitSourceDeploymentsResponseRepoId = string | number;
|
|
334
370
|
export type GetDeploymentGitSource3 = {
|
|
335
371
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type;
|
|
336
372
|
host: string;
|
|
@@ -355,7 +391,7 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
355
391
|
readonly Github: "github";
|
|
356
392
|
};
|
|
357
393
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type>;
|
|
358
|
-
export type
|
|
394
|
+
export type GetDeploymentGitSourceDeploymentsRepoId = string | number;
|
|
359
395
|
export type GetDeploymentGitSource1 = {
|
|
360
396
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type;
|
|
361
397
|
repoId: string | number;
|
|
@@ -363,7 +399,24 @@ export type GetDeploymentGitSource1 = {
|
|
|
363
399
|
sha?: string | undefined;
|
|
364
400
|
prId?: number | null | undefined;
|
|
365
401
|
};
|
|
366
|
-
export type ResponseBodyGitSource =
|
|
402
|
+
export type ResponseBodyGitSource = GetDeploymentGitSource12 | GetDeploymentGitSource15 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource11 | GetDeploymentGitSource13 | GetDeploymentGitSource14 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource9 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource7 | GetDeploymentGitSource8;
|
|
403
|
+
/**
|
|
404
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
405
|
+
*/
|
|
406
|
+
export declare const GetDeploymentResponseBodyNodeVersion: {
|
|
407
|
+
readonly TwentyTwoDotX: "22.x";
|
|
408
|
+
readonly TwentyDotX: "20.x";
|
|
409
|
+
readonly EighteenDotX: "18.x";
|
|
410
|
+
readonly SixteenDotX: "16.x";
|
|
411
|
+
readonly FourteenDotX: "14.x";
|
|
412
|
+
readonly TwelveDotX: "12.x";
|
|
413
|
+
readonly TenDotX: "10.x";
|
|
414
|
+
readonly EightDot10DotX: "8.10.x";
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
418
|
+
*/
|
|
419
|
+
export type GetDeploymentResponseBodyNodeVersion = ClosedEnum<typeof GetDeploymentResponseBodyNodeVersion>;
|
|
367
420
|
export type GetDeploymentResponseBodyProject = {
|
|
368
421
|
id: string;
|
|
369
422
|
name: string;
|
|
@@ -464,11 +517,15 @@ export type GetDeploymentResponseBody2 = {
|
|
|
464
517
|
* Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
|
|
465
518
|
*/
|
|
466
519
|
passiveRegions?: Array<string> | undefined;
|
|
467
|
-
gitSource?:
|
|
520
|
+
gitSource?: GetDeploymentGitSource12 | GetDeploymentGitSource15 | GetDeploymentGitSource4 | GetDeploymentGitSource10 | GetDeploymentGitSource11 | GetDeploymentGitSource13 | GetDeploymentGitSource14 | GetDeploymentGitSource2 | GetDeploymentGitSource3 | GetDeploymentGitSource6 | GetDeploymentGitSource9 | GetDeploymentGitSource1 | GetDeploymentGitSource5 | GetDeploymentGitSource7 | GetDeploymentGitSource8 | undefined;
|
|
468
521
|
meta: {
|
|
469
522
|
[k: string]: string;
|
|
470
523
|
};
|
|
471
524
|
originCacheRegion?: string | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
527
|
+
*/
|
|
528
|
+
nodeVersion?: GetDeploymentResponseBodyNodeVersion | undefined;
|
|
472
529
|
project?: GetDeploymentResponseBodyProject | undefined;
|
|
473
530
|
/**
|
|
474
531
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
@@ -541,6 +598,8 @@ export declare const ResponseBodyFramework: {
|
|
|
541
598
|
readonly SanityV3: "sanity-v3";
|
|
542
599
|
readonly Sanity: "sanity";
|
|
543
600
|
readonly Storybook: "storybook";
|
|
601
|
+
readonly Nitro: "nitro";
|
|
602
|
+
readonly Hono: "hono";
|
|
544
603
|
};
|
|
545
604
|
export type ResponseBodyFramework = ClosedEnum<typeof ResponseBodyFramework>;
|
|
546
605
|
export type ResponseBodySpeedInsights = {
|
|
@@ -569,10 +628,10 @@ export type ResponseBodyProjectSettings = {
|
|
|
569
628
|
webAnalytics?: ResponseBodyWebAnalytics | undefined;
|
|
570
629
|
};
|
|
571
630
|
export declare const GetDeploymentResponseBodyDeploymentsStatus: {
|
|
572
|
-
readonly Error: "error";
|
|
573
631
|
readonly Skipped: "skipped";
|
|
574
632
|
readonly Pending: "pending";
|
|
575
633
|
readonly Ready: "ready";
|
|
634
|
+
readonly Error: "error";
|
|
576
635
|
readonly Timeout: "timeout";
|
|
577
636
|
};
|
|
578
637
|
export type GetDeploymentResponseBodyDeploymentsStatus = ClosedEnum<typeof GetDeploymentResponseBodyDeploymentsStatus>;
|
|
@@ -709,9 +768,9 @@ export type GetDeploymentCustomEnvironmentDeploymentsType = ClosedEnum<typeof Ge
|
|
|
709
768
|
* The type of matching to perform
|
|
710
769
|
*/
|
|
711
770
|
export declare const GetDeploymentCustomEnvironmentDeploymentsResponse200Type: {
|
|
771
|
+
readonly EndsWith: "endsWith";
|
|
712
772
|
readonly StartsWith: "startsWith";
|
|
713
773
|
readonly Equals: "equals";
|
|
714
|
-
readonly EndsWith: "endsWith";
|
|
715
774
|
};
|
|
716
775
|
/**
|
|
717
776
|
* The type of matching to perform
|
|
@@ -843,12 +902,12 @@ export declare const ResponseBodyChecksConclusion: {
|
|
|
843
902
|
readonly Canceled: "canceled";
|
|
844
903
|
};
|
|
845
904
|
export type ResponseBodyChecksConclusion = ClosedEnum<typeof ResponseBodyChecksConclusion>;
|
|
846
|
-
export declare const
|
|
905
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type: {
|
|
847
906
|
readonly Bitbucket: "bitbucket";
|
|
848
907
|
};
|
|
849
|
-
export type
|
|
850
|
-
export type
|
|
851
|
-
type:
|
|
908
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type>;
|
|
909
|
+
export type GetDeploymentGitSourceDeployments15 = {
|
|
910
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type;
|
|
852
911
|
ref: string;
|
|
853
912
|
sha: string;
|
|
854
913
|
owner?: string | undefined;
|
|
@@ -856,22 +915,34 @@ export type GetDeploymentGitSourceDeployments12 = {
|
|
|
856
915
|
workspaceUuid: string;
|
|
857
916
|
repoUuid: string;
|
|
858
917
|
};
|
|
859
|
-
export declare const
|
|
918
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type: {
|
|
860
919
|
readonly Gitlab: "gitlab";
|
|
861
920
|
};
|
|
862
|
-
export type
|
|
863
|
-
export type
|
|
864
|
-
type:
|
|
921
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type>;
|
|
922
|
+
export type GetDeploymentGitSourceDeployments14 = {
|
|
923
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type;
|
|
865
924
|
ref: string;
|
|
866
925
|
sha: string;
|
|
867
926
|
projectId: number;
|
|
868
927
|
};
|
|
869
|
-
export declare const
|
|
928
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type: {
|
|
929
|
+
readonly GithubLimited: "github-limited";
|
|
930
|
+
};
|
|
931
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type>;
|
|
932
|
+
export type GetDeploymentGitSourceDeployments13 = {
|
|
933
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type;
|
|
934
|
+
ref: string;
|
|
935
|
+
sha: string;
|
|
936
|
+
repoId: number;
|
|
937
|
+
org?: string | undefined;
|
|
938
|
+
repo?: string | undefined;
|
|
939
|
+
};
|
|
940
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type: {
|
|
870
941
|
readonly GithubCustomHost: "github-custom-host";
|
|
871
942
|
};
|
|
872
|
-
export type
|
|
873
|
-
export type
|
|
874
|
-
type:
|
|
943
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
|
|
944
|
+
export type GetDeploymentGitSourceDeployments12 = {
|
|
945
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type;
|
|
875
946
|
host: string;
|
|
876
947
|
ref: string;
|
|
877
948
|
sha: string;
|
|
@@ -879,63 +950,87 @@ export type GetDeploymentGitSourceDeployments10 = {
|
|
|
879
950
|
org?: string | undefined;
|
|
880
951
|
repo?: string | undefined;
|
|
881
952
|
};
|
|
882
|
-
export declare const
|
|
953
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type: {
|
|
883
954
|
readonly Github: "github";
|
|
884
955
|
};
|
|
885
|
-
export type
|
|
886
|
-
export type
|
|
887
|
-
type:
|
|
956
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type>;
|
|
957
|
+
export type GetDeploymentGitSourceDeployments11 = {
|
|
958
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type;
|
|
888
959
|
ref: string;
|
|
889
960
|
sha: string;
|
|
890
961
|
repoId: number;
|
|
891
962
|
org?: string | undefined;
|
|
892
963
|
repo?: string | undefined;
|
|
893
964
|
};
|
|
894
|
-
export declare const
|
|
965
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type: {
|
|
895
966
|
readonly Custom: "custom";
|
|
896
967
|
};
|
|
897
|
-
export type
|
|
968
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type>;
|
|
898
969
|
/**
|
|
899
970
|
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
900
971
|
*/
|
|
901
|
-
export type
|
|
902
|
-
type:
|
|
972
|
+
export type GetDeploymentGitSourceDeployments10 = {
|
|
973
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type;
|
|
903
974
|
ref: string;
|
|
904
975
|
sha: string;
|
|
905
976
|
gitUrl: string;
|
|
906
977
|
};
|
|
907
|
-
export declare const
|
|
978
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type: {
|
|
979
|
+
readonly Bitbucket: "bitbucket";
|
|
980
|
+
};
|
|
981
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type>;
|
|
982
|
+
export type GetDeploymentGitSourceDeployments9 = {
|
|
983
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type;
|
|
984
|
+
owner: string;
|
|
985
|
+
slug: string;
|
|
986
|
+
ref?: string | null | undefined;
|
|
987
|
+
sha?: string | undefined;
|
|
988
|
+
prId?: number | null | undefined;
|
|
989
|
+
};
|
|
990
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type: {
|
|
908
991
|
readonly Bitbucket: "bitbucket";
|
|
909
992
|
};
|
|
993
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type>;
|
|
994
|
+
export type GetDeploymentGitSourceDeployments8 = {
|
|
995
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type;
|
|
996
|
+
workspaceUuid?: string | undefined;
|
|
997
|
+
repoUuid: string;
|
|
998
|
+
ref?: string | null | undefined;
|
|
999
|
+
sha?: string | undefined;
|
|
1000
|
+
prId?: number | null | undefined;
|
|
1001
|
+
};
|
|
1002
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType: {
|
|
1003
|
+
readonly Gitlab: "gitlab";
|
|
1004
|
+
};
|
|
910
1005
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType>;
|
|
1006
|
+
export type GetDeploymentGitSourceProjectId = string | number;
|
|
911
1007
|
export type GetDeploymentGitSourceDeployments7 = {
|
|
912
1008
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType;
|
|
913
|
-
|
|
914
|
-
slug: string;
|
|
1009
|
+
projectId: string | number;
|
|
915
1010
|
ref?: string | null | undefined;
|
|
916
1011
|
sha?: string | undefined;
|
|
917
1012
|
prId?: number | null | undefined;
|
|
918
1013
|
};
|
|
919
1014
|
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType: {
|
|
920
|
-
readonly
|
|
1015
|
+
readonly GithubLimited: "github-limited";
|
|
921
1016
|
};
|
|
922
1017
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType>;
|
|
923
1018
|
export type GetDeploymentGitSourceDeployments6 = {
|
|
924
1019
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType;
|
|
925
|
-
|
|
926
|
-
|
|
1020
|
+
org: string;
|
|
1021
|
+
repo: string;
|
|
927
1022
|
ref?: string | null | undefined;
|
|
928
1023
|
sha?: string | undefined;
|
|
929
1024
|
prId?: number | null | undefined;
|
|
930
1025
|
};
|
|
931
1026
|
export declare const GetDeploymentGitSourceDeploymentsResponse200Type: {
|
|
932
|
-
readonly
|
|
1027
|
+
readonly GithubLimited: "github-limited";
|
|
933
1028
|
};
|
|
934
1029
|
export type GetDeploymentGitSourceDeploymentsResponse200Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200Type>;
|
|
935
|
-
export type
|
|
1030
|
+
export type GetDeploymentGitSourceRepoId = string | number;
|
|
936
1031
|
export type GetDeploymentGitSourceDeployments5 = {
|
|
937
1032
|
type: GetDeploymentGitSourceDeploymentsResponse200Type;
|
|
938
|
-
|
|
1033
|
+
repoId: string | number;
|
|
939
1034
|
ref?: string | null | undefined;
|
|
940
1035
|
sha?: string | undefined;
|
|
941
1036
|
prId?: number | null | undefined;
|
|
@@ -957,7 +1052,7 @@ export declare const GetDeploymentGitSourceDeploymentsType: {
|
|
|
957
1052
|
readonly GithubCustomHost: "github-custom-host";
|
|
958
1053
|
};
|
|
959
1054
|
export type GetDeploymentGitSourceDeploymentsType = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsType>;
|
|
960
|
-
export type
|
|
1055
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId = string | number;
|
|
961
1056
|
export type GetDeploymentGitSourceDeployments3 = {
|
|
962
1057
|
type: GetDeploymentGitSourceDeploymentsType;
|
|
963
1058
|
host: string;
|
|
@@ -982,7 +1077,7 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
982
1077
|
readonly Github: "github";
|
|
983
1078
|
};
|
|
984
1079
|
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
|
|
985
|
-
export type
|
|
1080
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId = string | number;
|
|
986
1081
|
export type GetDeploymentGitSourceDeployments1 = {
|
|
987
1082
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
|
|
988
1083
|
repoId: string | number;
|
|
@@ -990,7 +1085,24 @@ export type GetDeploymentGitSourceDeployments1 = {
|
|
|
990
1085
|
sha?: string | undefined;
|
|
991
1086
|
prId?: number | null | undefined;
|
|
992
1087
|
};
|
|
993
|
-
export type GetDeploymentResponseBodyGitSource =
|
|
1088
|
+
export type GetDeploymentResponseBodyGitSource = GetDeploymentGitSourceDeployments12 | GetDeploymentGitSourceDeployments15 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments13 | GetDeploymentGitSourceDeployments14 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments8;
|
|
1089
|
+
/**
|
|
1090
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const ResponseBodyNodeVersion: {
|
|
1093
|
+
readonly TwentyTwoDotX: "22.x";
|
|
1094
|
+
readonly TwentyDotX: "20.x";
|
|
1095
|
+
readonly EighteenDotX: "18.x";
|
|
1096
|
+
readonly SixteenDotX: "16.x";
|
|
1097
|
+
readonly FourteenDotX: "14.x";
|
|
1098
|
+
readonly TwelveDotX: "12.x";
|
|
1099
|
+
readonly TenDotX: "10.x";
|
|
1100
|
+
readonly EightDot10DotX: "8.10.x";
|
|
1101
|
+
};
|
|
1102
|
+
/**
|
|
1103
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1104
|
+
*/
|
|
1105
|
+
export type ResponseBodyNodeVersion = ClosedEnum<typeof ResponseBodyNodeVersion>;
|
|
994
1106
|
export type ResponseBodyProject = {
|
|
995
1107
|
id: string;
|
|
996
1108
|
name: string;
|
|
@@ -1050,6 +1162,45 @@ export declare const ResponseBodyArchitecture: {
|
|
|
1050
1162
|
readonly Arm64: "arm64";
|
|
1051
1163
|
};
|
|
1052
1164
|
export type ResponseBodyArchitecture = ClosedEnum<typeof ResponseBodyArchitecture>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1167
|
+
*/
|
|
1168
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType: {
|
|
1169
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
1170
|
+
};
|
|
1171
|
+
/**
|
|
1172
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1173
|
+
*/
|
|
1174
|
+
export type GetDeploymentResponseBodyDeploymentsResponseType = ClosedEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
1175
|
+
/**
|
|
1176
|
+
* Queue trigger event for Vercel's queue system. Handles "queue/v1beta" events with queue-specific configuration.
|
|
1177
|
+
*/
|
|
1178
|
+
export type ResponseBodyExperimentalTriggers = {
|
|
1179
|
+
/**
|
|
1180
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1181
|
+
*/
|
|
1182
|
+
type: GetDeploymentResponseBodyDeploymentsResponseType;
|
|
1183
|
+
/**
|
|
1184
|
+
* Name of the queue topic to consume from (REQUIRED)
|
|
1185
|
+
*/
|
|
1186
|
+
topic: string;
|
|
1187
|
+
/**
|
|
1188
|
+
* Name of the consumer group for this trigger (REQUIRED)
|
|
1189
|
+
*/
|
|
1190
|
+
consumer: string;
|
|
1191
|
+
/**
|
|
1192
|
+
* Maximum number of delivery attempts for message processing (OPTIONAL) This represents the total number of times a message can be delivered, not the number of retries. Must be at least 1 if specified. Behavior when not specified depends on the server's default configuration.
|
|
1193
|
+
*/
|
|
1194
|
+
maxDeliveries?: number | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
|
|
1197
|
+
*/
|
|
1198
|
+
retryAfterSeconds?: number | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* Initial delay in seconds before first execution attempt (OPTIONAL) Must be 0 or greater. Use 0 for no initial delay. Behavior when not specified depends on the server's default configuration.
|
|
1201
|
+
*/
|
|
1202
|
+
initialDelaySeconds?: number | undefined;
|
|
1203
|
+
};
|
|
1053
1204
|
export type ResponseBodyFunctions = {
|
|
1054
1205
|
architecture?: ResponseBodyArchitecture | undefined;
|
|
1055
1206
|
memory?: number | undefined;
|
|
@@ -1057,6 +1208,7 @@ export type ResponseBodyFunctions = {
|
|
|
1057
1208
|
runtime?: string | undefined;
|
|
1058
1209
|
includeFiles?: string | undefined;
|
|
1059
1210
|
excludeFiles?: string | undefined;
|
|
1211
|
+
experimentalTriggers?: Array<ResponseBodyExperimentalTriggers> | undefined;
|
|
1060
1212
|
};
|
|
1061
1213
|
export type GetDeploymentRoutes3 = {
|
|
1062
1214
|
src: string;
|
|
@@ -1186,6 +1338,42 @@ export type GetDeploymentRoutesAction = ClosedEnum<typeof GetDeploymentRoutesAct
|
|
|
1186
1338
|
export type GetDeploymentRoutesMitigate = {
|
|
1187
1339
|
action: GetDeploymentRoutesAction;
|
|
1188
1340
|
};
|
|
1341
|
+
export declare const GetDeploymentRoutesType: {
|
|
1342
|
+
readonly RequestHeaders: "request.headers";
|
|
1343
|
+
readonly RequestQuery: "request.query";
|
|
1344
|
+
readonly ResponseHeaders: "response.headers";
|
|
1345
|
+
};
|
|
1346
|
+
export type GetDeploymentRoutesType = ClosedEnum<typeof GetDeploymentRoutesType>;
|
|
1347
|
+
export declare const GetDeploymentRoutesOp: {
|
|
1348
|
+
readonly Append: "append";
|
|
1349
|
+
readonly Set: "set";
|
|
1350
|
+
readonly Delete: "delete";
|
|
1351
|
+
};
|
|
1352
|
+
export type GetDeploymentRoutesOp = ClosedEnum<typeof GetDeploymentRoutesOp>;
|
|
1353
|
+
export type GetDeploymentKeyEq = string | number;
|
|
1354
|
+
export type GetDeploymentKey2 = {
|
|
1355
|
+
eq?: string | number | undefined;
|
|
1356
|
+
neq?: string | undefined;
|
|
1357
|
+
inc?: Array<string> | undefined;
|
|
1358
|
+
ninc?: Array<string> | undefined;
|
|
1359
|
+
pre?: string | undefined;
|
|
1360
|
+
suf?: string | undefined;
|
|
1361
|
+
gt?: number | undefined;
|
|
1362
|
+
gte?: number | undefined;
|
|
1363
|
+
lt?: number | undefined;
|
|
1364
|
+
lte?: number | undefined;
|
|
1365
|
+
};
|
|
1366
|
+
export type GetDeploymentRoutesKey = GetDeploymentKey2 | string;
|
|
1367
|
+
export type GetDeploymentRoutesTarget = {
|
|
1368
|
+
key: GetDeploymentKey2 | string;
|
|
1369
|
+
};
|
|
1370
|
+
export type GetDeploymentRoutesArgs = string | Array<string>;
|
|
1371
|
+
export type GetDeploymentRoutesTransforms = {
|
|
1372
|
+
type: GetDeploymentRoutesType;
|
|
1373
|
+
op: GetDeploymentRoutesOp;
|
|
1374
|
+
target: GetDeploymentRoutesTarget;
|
|
1375
|
+
args?: string | Array<string> | undefined;
|
|
1376
|
+
};
|
|
1189
1377
|
export type GetDeploymentRoutesLocale = {
|
|
1190
1378
|
redirect?: {
|
|
1191
1379
|
[k: string]: string;
|
|
@@ -1208,6 +1396,7 @@ export type GetDeploymentRoutes1 = {
|
|
|
1208
1396
|
has?: Array<GetDeploymentHas1 | GetDeploymentHas2> | undefined;
|
|
1209
1397
|
missing?: Array<GetDeploymentMissing1 | GetDeploymentMissing2> | undefined;
|
|
1210
1398
|
mitigate?: GetDeploymentRoutesMitigate | undefined;
|
|
1399
|
+
transforms?: Array<GetDeploymentRoutesTransforms> | undefined;
|
|
1211
1400
|
locale?: GetDeploymentRoutesLocale | undefined;
|
|
1212
1401
|
/**
|
|
1213
1402
|
* A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
|
|
@@ -1343,6 +1532,10 @@ export type GetDeploymentMicrofrontends2 = {
|
|
|
1343
1532
|
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1344
1533
|
*/
|
|
1345
1534
|
groupIds: Array<string>;
|
|
1535
|
+
/**
|
|
1536
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1537
|
+
*/
|
|
1538
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1346
1539
|
};
|
|
1347
1540
|
export type GetDeploymentMicrofrontends1 = {
|
|
1348
1541
|
/**
|
|
@@ -1361,6 +1554,10 @@ export type GetDeploymentMicrofrontends1 = {
|
|
|
1361
1554
|
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1362
1555
|
*/
|
|
1363
1556
|
groupIds: Array<string>;
|
|
1557
|
+
/**
|
|
1558
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1559
|
+
*/
|
|
1560
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1364
1561
|
};
|
|
1365
1562
|
export type ResponseBodyMicrofrontends = GetDeploymentMicrofrontends2 | GetDeploymentMicrofrontends1;
|
|
1366
1563
|
export declare const ResponseBodyFunctionType: {
|
|
@@ -1475,11 +1672,15 @@ export type GetDeploymentResponseBody1 = {
|
|
|
1475
1672
|
* Since November 2023 this field defines a set of regions that we will deploy the lambda to passively Lambdas will be deployed to these regions but only invoked if all of the primary `regions` are marked as out of service
|
|
1476
1673
|
*/
|
|
1477
1674
|
passiveRegions?: Array<string> | undefined;
|
|
1478
|
-
gitSource?:
|
|
1675
|
+
gitSource?: GetDeploymentGitSourceDeployments12 | GetDeploymentGitSourceDeployments15 | GetDeploymentGitSourceDeployments4 | GetDeploymentGitSourceDeployments10 | GetDeploymentGitSourceDeployments11 | GetDeploymentGitSourceDeployments13 | GetDeploymentGitSourceDeployments14 | GetDeploymentGitSourceDeployments2 | GetDeploymentGitSourceDeployments3 | GetDeploymentGitSourceDeployments6 | GetDeploymentGitSourceDeployments9 | GetDeploymentGitSourceDeployments1 | GetDeploymentGitSourceDeployments5 | GetDeploymentGitSourceDeployments7 | GetDeploymentGitSourceDeployments8 | undefined;
|
|
1479
1676
|
meta: {
|
|
1480
1677
|
[k: string]: string;
|
|
1481
1678
|
};
|
|
1482
1679
|
originCacheRegion?: string | undefined;
|
|
1680
|
+
/**
|
|
1681
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1682
|
+
*/
|
|
1683
|
+
nodeVersion?: ResponseBodyNodeVersion | undefined;
|
|
1483
1684
|
project?: ResponseBodyProject | undefined;
|
|
1484
1685
|
/**
|
|
1485
1686
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
@@ -1756,15 +1957,15 @@ export declare const GetDeploymentCustomEnvironmentDeploymentsResponseType$outbo
|
|
|
1756
1957
|
export declare namespace GetDeploymentCustomEnvironmentDeploymentsResponseType$ {
|
|
1757
1958
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponseType$inboundSchema` instead. */
|
|
1758
1959
|
const inboundSchema: z.ZodNativeEnum<{
|
|
1960
|
+
readonly EndsWith: "endsWith";
|
|
1759
1961
|
readonly StartsWith: "startsWith";
|
|
1760
1962
|
readonly Equals: "equals";
|
|
1761
|
-
readonly EndsWith: "endsWith";
|
|
1762
1963
|
}>;
|
|
1763
1964
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponseType$outboundSchema` instead. */
|
|
1764
1965
|
const outboundSchema: z.ZodNativeEnum<{
|
|
1966
|
+
readonly EndsWith: "endsWith";
|
|
1765
1967
|
readonly StartsWith: "startsWith";
|
|
1766
1968
|
readonly Equals: "equals";
|
|
1767
|
-
readonly EndsWith: "endsWith";
|
|
1768
1969
|
}>;
|
|
1769
1970
|
}
|
|
1770
1971
|
/** @internal */
|
|
@@ -2056,27 +2257,27 @@ export declare namespace GetDeploymentResponseBodyChecksConclusion$ {
|
|
|
2056
2257
|
}>;
|
|
2057
2258
|
}
|
|
2058
2259
|
/** @internal */
|
|
2059
|
-
export declare const
|
|
2260
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type>;
|
|
2060
2261
|
/** @internal */
|
|
2061
|
-
export declare const
|
|
2262
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type>;
|
|
2062
2263
|
/**
|
|
2063
2264
|
* @internal
|
|
2064
2265
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2065
2266
|
*/
|
|
2066
|
-
export declare namespace
|
|
2067
|
-
/** @deprecated use `
|
|
2267
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$ {
|
|
2268
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema` instead. */
|
|
2068
2269
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2069
2270
|
readonly Bitbucket: "bitbucket";
|
|
2070
2271
|
}>;
|
|
2071
|
-
/** @deprecated use `
|
|
2272
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema` instead. */
|
|
2072
2273
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2073
2274
|
readonly Bitbucket: "bitbucket";
|
|
2074
2275
|
}>;
|
|
2075
2276
|
}
|
|
2076
2277
|
/** @internal */
|
|
2077
|
-
export declare const
|
|
2278
|
+
export declare const GetDeploymentGitSource15$inboundSchema: z.ZodType<GetDeploymentGitSource15, z.ZodTypeDef, unknown>;
|
|
2078
2279
|
/** @internal */
|
|
2079
|
-
export type
|
|
2280
|
+
export type GetDeploymentGitSource15$Outbound = {
|
|
2080
2281
|
type: string;
|
|
2081
2282
|
ref: string;
|
|
2082
2283
|
sha: string;
|
|
@@ -2086,58 +2287,194 @@ export type GetDeploymentGitSource12$Outbound = {
|
|
|
2086
2287
|
repoUuid: string;
|
|
2087
2288
|
};
|
|
2088
2289
|
/** @internal */
|
|
2089
|
-
export declare const
|
|
2290
|
+
export declare const GetDeploymentGitSource15$outboundSchema: z.ZodType<GetDeploymentGitSource15$Outbound, z.ZodTypeDef, GetDeploymentGitSource15>;
|
|
2090
2291
|
/**
|
|
2091
2292
|
* @internal
|
|
2092
2293
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2093
2294
|
*/
|
|
2094
|
-
export declare namespace
|
|
2095
|
-
/** @deprecated use `
|
|
2096
|
-
const inboundSchema: z.ZodType<
|
|
2097
|
-
/** @deprecated use `
|
|
2098
|
-
const outboundSchema: z.ZodType<
|
|
2099
|
-
/** @deprecated use `
|
|
2100
|
-
type Outbound =
|
|
2295
|
+
export declare namespace GetDeploymentGitSource15$ {
|
|
2296
|
+
/** @deprecated use `GetDeploymentGitSource15$inboundSchema` instead. */
|
|
2297
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSource15, z.ZodTypeDef, unknown>;
|
|
2298
|
+
/** @deprecated use `GetDeploymentGitSource15$outboundSchema` instead. */
|
|
2299
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSource15$Outbound, z.ZodTypeDef, GetDeploymentGitSource15>;
|
|
2300
|
+
/** @deprecated use `GetDeploymentGitSource15$Outbound` instead. */
|
|
2301
|
+
type Outbound = GetDeploymentGitSource15$Outbound;
|
|
2101
2302
|
}
|
|
2102
|
-
export declare function
|
|
2103
|
-
export declare function
|
|
2303
|
+
export declare function getDeploymentGitSource15ToJSON(getDeploymentGitSource15: GetDeploymentGitSource15): string;
|
|
2304
|
+
export declare function getDeploymentGitSource15FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource15, SDKValidationError>;
|
|
2104
2305
|
/** @internal */
|
|
2105
|
-
export declare const
|
|
2306
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type>;
|
|
2106
2307
|
/** @internal */
|
|
2107
|
-
export declare const
|
|
2308
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type>;
|
|
2108
2309
|
/**
|
|
2109
2310
|
* @internal
|
|
2110
2311
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2111
2312
|
*/
|
|
2112
|
-
export declare namespace
|
|
2113
|
-
/** @deprecated use `
|
|
2313
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$ {
|
|
2314
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema` instead. */
|
|
2114
2315
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2115
2316
|
readonly Gitlab: "gitlab";
|
|
2116
2317
|
}>;
|
|
2117
|
-
/** @deprecated use `
|
|
2318
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema` instead. */
|
|
2118
2319
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2119
2320
|
readonly Gitlab: "gitlab";
|
|
2120
2321
|
}>;
|
|
2121
2322
|
}
|
|
2122
2323
|
/** @internal */
|
|
2123
|
-
export declare const
|
|
2324
|
+
export declare const GetDeploymentGitSource14$inboundSchema: z.ZodType<GetDeploymentGitSource14, z.ZodTypeDef, unknown>;
|
|
2124
2325
|
/** @internal */
|
|
2125
|
-
export type
|
|
2326
|
+
export type GetDeploymentGitSource14$Outbound = {
|
|
2126
2327
|
type: string;
|
|
2127
2328
|
ref: string;
|
|
2128
2329
|
sha: string;
|
|
2129
2330
|
projectId: number;
|
|
2130
2331
|
};
|
|
2131
2332
|
/** @internal */
|
|
2132
|
-
export declare const
|
|
2333
|
+
export declare const GetDeploymentGitSource14$outboundSchema: z.ZodType<GetDeploymentGitSource14$Outbound, z.ZodTypeDef, GetDeploymentGitSource14>;
|
|
2133
2334
|
/**
|
|
2134
2335
|
* @internal
|
|
2135
2336
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2136
2337
|
*/
|
|
2137
|
-
export declare namespace
|
|
2138
|
-
/** @deprecated use `
|
|
2139
|
-
const inboundSchema: z.ZodType<
|
|
2140
|
-
/** @deprecated use `
|
|
2338
|
+
export declare namespace GetDeploymentGitSource14$ {
|
|
2339
|
+
/** @deprecated use `GetDeploymentGitSource14$inboundSchema` instead. */
|
|
2340
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSource14, z.ZodTypeDef, unknown>;
|
|
2341
|
+
/** @deprecated use `GetDeploymentGitSource14$outboundSchema` instead. */
|
|
2342
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSource14$Outbound, z.ZodTypeDef, GetDeploymentGitSource14>;
|
|
2343
|
+
/** @deprecated use `GetDeploymentGitSource14$Outbound` instead. */
|
|
2344
|
+
type Outbound = GetDeploymentGitSource14$Outbound;
|
|
2345
|
+
}
|
|
2346
|
+
export declare function getDeploymentGitSource14ToJSON(getDeploymentGitSource14: GetDeploymentGitSource14): string;
|
|
2347
|
+
export declare function getDeploymentGitSource14FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource14, SDKValidationError>;
|
|
2348
|
+
/** @internal */
|
|
2349
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type>;
|
|
2350
|
+
/** @internal */
|
|
2351
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type>;
|
|
2352
|
+
/**
|
|
2353
|
+
* @internal
|
|
2354
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2355
|
+
*/
|
|
2356
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$ {
|
|
2357
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema` instead. */
|
|
2358
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2359
|
+
readonly GithubLimited: "github-limited";
|
|
2360
|
+
}>;
|
|
2361
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema` instead. */
|
|
2362
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2363
|
+
readonly GithubLimited: "github-limited";
|
|
2364
|
+
}>;
|
|
2365
|
+
}
|
|
2366
|
+
/** @internal */
|
|
2367
|
+
export declare const GetDeploymentGitSource13$inboundSchema: z.ZodType<GetDeploymentGitSource13, z.ZodTypeDef, unknown>;
|
|
2368
|
+
/** @internal */
|
|
2369
|
+
export type GetDeploymentGitSource13$Outbound = {
|
|
2370
|
+
type: string;
|
|
2371
|
+
ref: string;
|
|
2372
|
+
sha: string;
|
|
2373
|
+
repoId: number;
|
|
2374
|
+
org?: string | undefined;
|
|
2375
|
+
repo?: string | undefined;
|
|
2376
|
+
};
|
|
2377
|
+
/** @internal */
|
|
2378
|
+
export declare const GetDeploymentGitSource13$outboundSchema: z.ZodType<GetDeploymentGitSource13$Outbound, z.ZodTypeDef, GetDeploymentGitSource13>;
|
|
2379
|
+
/**
|
|
2380
|
+
* @internal
|
|
2381
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2382
|
+
*/
|
|
2383
|
+
export declare namespace GetDeploymentGitSource13$ {
|
|
2384
|
+
/** @deprecated use `GetDeploymentGitSource13$inboundSchema` instead. */
|
|
2385
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSource13, z.ZodTypeDef, unknown>;
|
|
2386
|
+
/** @deprecated use `GetDeploymentGitSource13$outboundSchema` instead. */
|
|
2387
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSource13$Outbound, z.ZodTypeDef, GetDeploymentGitSource13>;
|
|
2388
|
+
/** @deprecated use `GetDeploymentGitSource13$Outbound` instead. */
|
|
2389
|
+
type Outbound = GetDeploymentGitSource13$Outbound;
|
|
2390
|
+
}
|
|
2391
|
+
export declare function getDeploymentGitSource13ToJSON(getDeploymentGitSource13: GetDeploymentGitSource13): string;
|
|
2392
|
+
export declare function getDeploymentGitSource13FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource13, SDKValidationError>;
|
|
2393
|
+
/** @internal */
|
|
2394
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
|
|
2395
|
+
/** @internal */
|
|
2396
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type>;
|
|
2397
|
+
/**
|
|
2398
|
+
* @internal
|
|
2399
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2400
|
+
*/
|
|
2401
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$ {
|
|
2402
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema` instead. */
|
|
2403
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2404
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
2405
|
+
}>;
|
|
2406
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema` instead. */
|
|
2407
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2408
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
2409
|
+
}>;
|
|
2410
|
+
}
|
|
2411
|
+
/** @internal */
|
|
2412
|
+
export declare const GetDeploymentGitSource12$inboundSchema: z.ZodType<GetDeploymentGitSource12, z.ZodTypeDef, unknown>;
|
|
2413
|
+
/** @internal */
|
|
2414
|
+
export type GetDeploymentGitSource12$Outbound = {
|
|
2415
|
+
type: string;
|
|
2416
|
+
host: string;
|
|
2417
|
+
ref: string;
|
|
2418
|
+
sha: string;
|
|
2419
|
+
repoId: number;
|
|
2420
|
+
org?: string | undefined;
|
|
2421
|
+
repo?: string | undefined;
|
|
2422
|
+
};
|
|
2423
|
+
/** @internal */
|
|
2424
|
+
export declare const GetDeploymentGitSource12$outboundSchema: z.ZodType<GetDeploymentGitSource12$Outbound, z.ZodTypeDef, GetDeploymentGitSource12>;
|
|
2425
|
+
/**
|
|
2426
|
+
* @internal
|
|
2427
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2428
|
+
*/
|
|
2429
|
+
export declare namespace GetDeploymentGitSource12$ {
|
|
2430
|
+
/** @deprecated use `GetDeploymentGitSource12$inboundSchema` instead. */
|
|
2431
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSource12, z.ZodTypeDef, unknown>;
|
|
2432
|
+
/** @deprecated use `GetDeploymentGitSource12$outboundSchema` instead. */
|
|
2433
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSource12$Outbound, z.ZodTypeDef, GetDeploymentGitSource12>;
|
|
2434
|
+
/** @deprecated use `GetDeploymentGitSource12$Outbound` instead. */
|
|
2435
|
+
type Outbound = GetDeploymentGitSource12$Outbound;
|
|
2436
|
+
}
|
|
2437
|
+
export declare function getDeploymentGitSource12ToJSON(getDeploymentGitSource12: GetDeploymentGitSource12): string;
|
|
2438
|
+
export declare function getDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSource12, SDKValidationError>;
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type>;
|
|
2443
|
+
/**
|
|
2444
|
+
* @internal
|
|
2445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2446
|
+
*/
|
|
2447
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$ {
|
|
2448
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema` instead. */
|
|
2449
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2450
|
+
readonly Github: "github";
|
|
2451
|
+
}>;
|
|
2452
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema` instead. */
|
|
2453
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2454
|
+
readonly Github: "github";
|
|
2455
|
+
}>;
|
|
2456
|
+
}
|
|
2457
|
+
/** @internal */
|
|
2458
|
+
export declare const GetDeploymentGitSource11$inboundSchema: z.ZodType<GetDeploymentGitSource11, z.ZodTypeDef, unknown>;
|
|
2459
|
+
/** @internal */
|
|
2460
|
+
export type GetDeploymentGitSource11$Outbound = {
|
|
2461
|
+
type: string;
|
|
2462
|
+
ref: string;
|
|
2463
|
+
sha: string;
|
|
2464
|
+
repoId: number;
|
|
2465
|
+
org?: string | undefined;
|
|
2466
|
+
repo?: string | undefined;
|
|
2467
|
+
};
|
|
2468
|
+
/** @internal */
|
|
2469
|
+
export declare const GetDeploymentGitSource11$outboundSchema: z.ZodType<GetDeploymentGitSource11$Outbound, z.ZodTypeDef, GetDeploymentGitSource11>;
|
|
2470
|
+
/**
|
|
2471
|
+
* @internal
|
|
2472
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2473
|
+
*/
|
|
2474
|
+
export declare namespace GetDeploymentGitSource11$ {
|
|
2475
|
+
/** @deprecated use `GetDeploymentGitSource11$inboundSchema` instead. */
|
|
2476
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSource11, z.ZodTypeDef, unknown>;
|
|
2477
|
+
/** @deprecated use `GetDeploymentGitSource11$outboundSchema` instead. */
|
|
2141
2478
|
const outboundSchema: z.ZodType<GetDeploymentGitSource11$Outbound, z.ZodTypeDef, GetDeploymentGitSource11>;
|
|
2142
2479
|
/** @deprecated use `GetDeploymentGitSource11$Outbound` instead. */
|
|
2143
2480
|
type Outbound = GetDeploymentGitSource11$Outbound;
|
|
@@ -2155,11 +2492,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2155
2492
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$ {
|
|
2156
2493
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema` instead. */
|
|
2157
2494
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2158
|
-
readonly
|
|
2495
|
+
readonly Custom: "custom";
|
|
2159
2496
|
}>;
|
|
2160
2497
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema` instead. */
|
|
2161
2498
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2162
|
-
readonly
|
|
2499
|
+
readonly Custom: "custom";
|
|
2163
2500
|
}>;
|
|
2164
2501
|
}
|
|
2165
2502
|
/** @internal */
|
|
@@ -2167,12 +2504,9 @@ export declare const GetDeploymentGitSource10$inboundSchema: z.ZodType<GetDeploy
|
|
|
2167
2504
|
/** @internal */
|
|
2168
2505
|
export type GetDeploymentGitSource10$Outbound = {
|
|
2169
2506
|
type: string;
|
|
2170
|
-
host: string;
|
|
2171
2507
|
ref: string;
|
|
2172
2508
|
sha: string;
|
|
2173
|
-
|
|
2174
|
-
org?: string | undefined;
|
|
2175
|
-
repo?: string | undefined;
|
|
2509
|
+
gitUrl: string;
|
|
2176
2510
|
};
|
|
2177
2511
|
/** @internal */
|
|
2178
2512
|
export declare const GetDeploymentGitSource10$outboundSchema: z.ZodType<GetDeploymentGitSource10$Outbound, z.ZodTypeDef, GetDeploymentGitSource10>;
|
|
@@ -2201,11 +2535,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2201
2535
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$ {
|
|
2202
2536
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema` instead. */
|
|
2203
2537
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2204
|
-
readonly
|
|
2538
|
+
readonly Bitbucket: "bitbucket";
|
|
2205
2539
|
}>;
|
|
2206
2540
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema` instead. */
|
|
2207
2541
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2208
|
-
readonly
|
|
2542
|
+
readonly Bitbucket: "bitbucket";
|
|
2209
2543
|
}>;
|
|
2210
2544
|
}
|
|
2211
2545
|
/** @internal */
|
|
@@ -2213,11 +2547,11 @@ export declare const GetDeploymentGitSource9$inboundSchema: z.ZodType<GetDeploym
|
|
|
2213
2547
|
/** @internal */
|
|
2214
2548
|
export type GetDeploymentGitSource9$Outbound = {
|
|
2215
2549
|
type: string;
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2550
|
+
owner: string;
|
|
2551
|
+
slug: string;
|
|
2552
|
+
ref?: string | null | undefined;
|
|
2553
|
+
sha?: string | undefined;
|
|
2554
|
+
prId?: number | null | undefined;
|
|
2221
2555
|
};
|
|
2222
2556
|
/** @internal */
|
|
2223
2557
|
export declare const GetDeploymentGitSource9$outboundSchema: z.ZodType<GetDeploymentGitSource9$Outbound, z.ZodTypeDef, GetDeploymentGitSource9>;
|
|
@@ -2246,11 +2580,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2246
2580
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$ {
|
|
2247
2581
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema` instead. */
|
|
2248
2582
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2249
|
-
readonly
|
|
2583
|
+
readonly Bitbucket: "bitbucket";
|
|
2250
2584
|
}>;
|
|
2251
2585
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema` instead. */
|
|
2252
2586
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2253
|
-
readonly
|
|
2587
|
+
readonly Bitbucket: "bitbucket";
|
|
2254
2588
|
}>;
|
|
2255
2589
|
}
|
|
2256
2590
|
/** @internal */
|
|
@@ -2258,9 +2592,11 @@ export declare const GetDeploymentGitSource8$inboundSchema: z.ZodType<GetDeploym
|
|
|
2258
2592
|
/** @internal */
|
|
2259
2593
|
export type GetDeploymentGitSource8$Outbound = {
|
|
2260
2594
|
type: string;
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2595
|
+
workspaceUuid?: string | undefined;
|
|
2596
|
+
repoUuid: string;
|
|
2597
|
+
ref?: string | null | undefined;
|
|
2598
|
+
sha?: string | undefined;
|
|
2599
|
+
prId?: number | null | undefined;
|
|
2264
2600
|
};
|
|
2265
2601
|
/** @internal */
|
|
2266
2602
|
export declare const GetDeploymentGitSource8$outboundSchema: z.ZodType<GetDeploymentGitSource8$Outbound, z.ZodTypeDef, GetDeploymentGitSource8>;
|
|
@@ -2289,20 +2625,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2289
2625
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$ {
|
|
2290
2626
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema` instead. */
|
|
2291
2627
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2292
|
-
readonly
|
|
2628
|
+
readonly Gitlab: "gitlab";
|
|
2293
2629
|
}>;
|
|
2294
2630
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema` instead. */
|
|
2295
2631
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2296
|
-
readonly
|
|
2632
|
+
readonly Gitlab: "gitlab";
|
|
2297
2633
|
}>;
|
|
2298
2634
|
}
|
|
2299
2635
|
/** @internal */
|
|
2636
|
+
export declare const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
|
|
2637
|
+
/** @internal */
|
|
2638
|
+
export type GetDeploymentGitSourceDeploymentsProjectId$Outbound = string | number;
|
|
2639
|
+
/** @internal */
|
|
2640
|
+
export declare const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
|
|
2641
|
+
/**
|
|
2642
|
+
* @internal
|
|
2643
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2644
|
+
*/
|
|
2645
|
+
export declare namespace GetDeploymentGitSourceDeploymentsProjectId$ {
|
|
2646
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
|
|
2647
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId, z.ZodTypeDef, unknown>;
|
|
2648
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
|
|
2649
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsProjectId>;
|
|
2650
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$Outbound` instead. */
|
|
2651
|
+
type Outbound = GetDeploymentGitSourceDeploymentsProjectId$Outbound;
|
|
2652
|
+
}
|
|
2653
|
+
export declare function getDeploymentGitSourceDeploymentsProjectIdToJSON(getDeploymentGitSourceDeploymentsProjectId: GetDeploymentGitSourceDeploymentsProjectId): string;
|
|
2654
|
+
export declare function getDeploymentGitSourceDeploymentsProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsProjectId, SDKValidationError>;
|
|
2655
|
+
/** @internal */
|
|
2300
2656
|
export declare const GetDeploymentGitSource7$inboundSchema: z.ZodType<GetDeploymentGitSource7, z.ZodTypeDef, unknown>;
|
|
2301
2657
|
/** @internal */
|
|
2302
2658
|
export type GetDeploymentGitSource7$Outbound = {
|
|
2303
2659
|
type: string;
|
|
2304
|
-
|
|
2305
|
-
slug: string;
|
|
2660
|
+
projectId: string | number;
|
|
2306
2661
|
ref?: string | null | undefined;
|
|
2307
2662
|
sha?: string | undefined;
|
|
2308
2663
|
prId?: number | null | undefined;
|
|
@@ -2334,11 +2689,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2334
2689
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$ {
|
|
2335
2690
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema` instead. */
|
|
2336
2691
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2337
|
-
readonly
|
|
2692
|
+
readonly GithubLimited: "github-limited";
|
|
2338
2693
|
}>;
|
|
2339
2694
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema` instead. */
|
|
2340
2695
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2341
|
-
readonly
|
|
2696
|
+
readonly GithubLimited: "github-limited";
|
|
2342
2697
|
}>;
|
|
2343
2698
|
}
|
|
2344
2699
|
/** @internal */
|
|
@@ -2346,8 +2701,8 @@ export declare const GetDeploymentGitSource6$inboundSchema: z.ZodType<GetDeploym
|
|
|
2346
2701
|
/** @internal */
|
|
2347
2702
|
export type GetDeploymentGitSource6$Outbound = {
|
|
2348
2703
|
type: string;
|
|
2349
|
-
|
|
2350
|
-
|
|
2704
|
+
org: string;
|
|
2705
|
+
repo: string;
|
|
2351
2706
|
ref?: string | null | undefined;
|
|
2352
2707
|
sha?: string | undefined;
|
|
2353
2708
|
prId?: number | null | undefined;
|
|
@@ -2379,39 +2734,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
2379
2734
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$ {
|
|
2380
2735
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema` instead. */
|
|
2381
2736
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2382
|
-
readonly
|
|
2737
|
+
readonly GithubLimited: "github-limited";
|
|
2383
2738
|
}>;
|
|
2384
2739
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema` instead. */
|
|
2385
2740
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2386
|
-
readonly
|
|
2741
|
+
readonly GithubLimited: "github-limited";
|
|
2387
2742
|
}>;
|
|
2388
2743
|
}
|
|
2389
2744
|
/** @internal */
|
|
2390
|
-
export declare const
|
|
2745
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId, z.ZodTypeDef, unknown>;
|
|
2391
2746
|
/** @internal */
|
|
2392
|
-
export type
|
|
2747
|
+
export type GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound = string | number;
|
|
2393
2748
|
/** @internal */
|
|
2394
|
-
export declare const
|
|
2749
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200RepoId>;
|
|
2395
2750
|
/**
|
|
2396
2751
|
* @internal
|
|
2397
2752
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2398
2753
|
*/
|
|
2399
|
-
export declare namespace
|
|
2400
|
-
/** @deprecated use `
|
|
2401
|
-
const inboundSchema: z.ZodType<
|
|
2402
|
-
/** @deprecated use `
|
|
2403
|
-
const outboundSchema: z.ZodType<
|
|
2404
|
-
/** @deprecated use `
|
|
2405
|
-
type Outbound =
|
|
2754
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200RepoId$ {
|
|
2755
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema` instead. */
|
|
2756
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId, z.ZodTypeDef, unknown>;
|
|
2757
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema` instead. */
|
|
2758
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200RepoId>;
|
|
2759
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound` instead. */
|
|
2760
|
+
type Outbound = GetDeploymentGitSourceDeploymentsResponse200RepoId$Outbound;
|
|
2406
2761
|
}
|
|
2407
|
-
export declare function
|
|
2408
|
-
export declare function
|
|
2762
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200RepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200RepoId: GetDeploymentGitSourceDeploymentsResponse200RepoId): string;
|
|
2763
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200RepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200RepoId, SDKValidationError>;
|
|
2409
2764
|
/** @internal */
|
|
2410
2765
|
export declare const GetDeploymentGitSource5$inboundSchema: z.ZodType<GetDeploymentGitSource5, z.ZodTypeDef, unknown>;
|
|
2411
2766
|
/** @internal */
|
|
2412
2767
|
export type GetDeploymentGitSource5$Outbound = {
|
|
2413
2768
|
type: string;
|
|
2414
|
-
|
|
2769
|
+
repoId: string | number;
|
|
2415
2770
|
ref?: string | null | undefined;
|
|
2416
2771
|
sha?: string | undefined;
|
|
2417
2772
|
prId?: number | null | undefined;
|
|
@@ -2497,25 +2852,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsResponse200Application
|
|
|
2497
2852
|
}>;
|
|
2498
2853
|
}
|
|
2499
2854
|
/** @internal */
|
|
2500
|
-
export declare const
|
|
2855
|
+
export declare const GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
|
|
2501
2856
|
/** @internal */
|
|
2502
|
-
export type
|
|
2857
|
+
export type GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound = string | number;
|
|
2503
2858
|
/** @internal */
|
|
2504
|
-
export declare const
|
|
2859
|
+
export declare const GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponseRepoId>;
|
|
2505
2860
|
/**
|
|
2506
2861
|
* @internal
|
|
2507
2862
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2508
2863
|
*/
|
|
2509
|
-
export declare namespace
|
|
2510
|
-
/** @deprecated use `
|
|
2511
|
-
const inboundSchema: z.ZodType<
|
|
2512
|
-
/** @deprecated use `
|
|
2513
|
-
const outboundSchema: z.ZodType<
|
|
2514
|
-
/** @deprecated use `
|
|
2515
|
-
type Outbound =
|
|
2864
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponseRepoId$ {
|
|
2865
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
|
|
2866
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId, z.ZodTypeDef, unknown>;
|
|
2867
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
|
|
2868
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponseRepoId>;
|
|
2869
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound` instead. */
|
|
2870
|
+
type Outbound = GetDeploymentGitSourceDeploymentsResponseRepoId$Outbound;
|
|
2516
2871
|
}
|
|
2517
|
-
export declare function
|
|
2518
|
-
export declare function
|
|
2872
|
+
export declare function getDeploymentGitSourceDeploymentsResponseRepoIdToJSON(getDeploymentGitSourceDeploymentsResponseRepoId: GetDeploymentGitSourceDeploymentsResponseRepoId): string;
|
|
2873
|
+
export declare function getDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponseRepoId, SDKValidationError>;
|
|
2519
2874
|
/** @internal */
|
|
2520
2875
|
export declare const GetDeploymentGitSource3$inboundSchema: z.ZodType<GetDeploymentGitSource3, z.ZodTypeDef, unknown>;
|
|
2521
2876
|
/** @internal */
|
|
@@ -2607,25 +2962,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsResponse200Application
|
|
|
2607
2962
|
}>;
|
|
2608
2963
|
}
|
|
2609
2964
|
/** @internal */
|
|
2610
|
-
export declare const
|
|
2965
|
+
export declare const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
2611
2966
|
/** @internal */
|
|
2612
|
-
export type
|
|
2967
|
+
export type GetDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
|
|
2613
2968
|
/** @internal */
|
|
2614
|
-
export declare const
|
|
2969
|
+
export declare const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
|
|
2615
2970
|
/**
|
|
2616
2971
|
* @internal
|
|
2617
2972
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2618
2973
|
*/
|
|
2619
|
-
export declare namespace
|
|
2620
|
-
/** @deprecated use `
|
|
2621
|
-
const inboundSchema: z.ZodType<
|
|
2622
|
-
/** @deprecated use `
|
|
2623
|
-
const outboundSchema: z.ZodType<
|
|
2624
|
-
/** @deprecated use `
|
|
2625
|
-
type Outbound =
|
|
2974
|
+
export declare namespace GetDeploymentGitSourceDeploymentsRepoId$ {
|
|
2975
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
2976
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
2977
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
2978
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsRepoId>;
|
|
2979
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
|
|
2980
|
+
type Outbound = GetDeploymentGitSourceDeploymentsRepoId$Outbound;
|
|
2626
2981
|
}
|
|
2627
|
-
export declare function
|
|
2628
|
-
export declare function
|
|
2982
|
+
export declare function getDeploymentGitSourceDeploymentsRepoIdToJSON(getDeploymentGitSourceDeploymentsRepoId: GetDeploymentGitSourceDeploymentsRepoId): string;
|
|
2983
|
+
export declare function getDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
|
|
2629
2984
|
/** @internal */
|
|
2630
2985
|
export declare const GetDeploymentGitSource1$inboundSchema: z.ZodType<GetDeploymentGitSource1, z.ZodTypeDef, unknown>;
|
|
2631
2986
|
/** @internal */
|
|
@@ -2655,7 +3010,7 @@ export declare function getDeploymentGitSource1FromJSON(jsonString: string): Saf
|
|
|
2655
3010
|
/** @internal */
|
|
2656
3011
|
export declare const ResponseBodyGitSource$inboundSchema: z.ZodType<ResponseBodyGitSource, z.ZodTypeDef, unknown>;
|
|
2657
3012
|
/** @internal */
|
|
2658
|
-
export type ResponseBodyGitSource$Outbound =
|
|
3013
|
+
export type ResponseBodyGitSource$Outbound = GetDeploymentGitSource12$Outbound | GetDeploymentGitSource15$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource13$Outbound | GetDeploymentGitSource14$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource8$Outbound;
|
|
2659
3014
|
/** @internal */
|
|
2660
3015
|
export declare const ResponseBodyGitSource$outboundSchema: z.ZodType<ResponseBodyGitSource$Outbound, z.ZodTypeDef, ResponseBodyGitSource>;
|
|
2661
3016
|
/**
|
|
@@ -2673,6 +3028,38 @@ export declare namespace ResponseBodyGitSource$ {
|
|
|
2673
3028
|
export declare function responseBodyGitSourceToJSON(responseBodyGitSource: ResponseBodyGitSource): string;
|
|
2674
3029
|
export declare function responseBodyGitSourceFromJSON(jsonString: string): SafeParseResult<ResponseBodyGitSource, SDKValidationError>;
|
|
2675
3030
|
/** @internal */
|
|
3031
|
+
export declare const GetDeploymentResponseBodyNodeVersion$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyNodeVersion>;
|
|
3032
|
+
/** @internal */
|
|
3033
|
+
export declare const GetDeploymentResponseBodyNodeVersion$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyNodeVersion>;
|
|
3034
|
+
/**
|
|
3035
|
+
* @internal
|
|
3036
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3037
|
+
*/
|
|
3038
|
+
export declare namespace GetDeploymentResponseBodyNodeVersion$ {
|
|
3039
|
+
/** @deprecated use `GetDeploymentResponseBodyNodeVersion$inboundSchema` instead. */
|
|
3040
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3041
|
+
readonly TwentyTwoDotX: "22.x";
|
|
3042
|
+
readonly TwentyDotX: "20.x";
|
|
3043
|
+
readonly EighteenDotX: "18.x";
|
|
3044
|
+
readonly SixteenDotX: "16.x";
|
|
3045
|
+
readonly FourteenDotX: "14.x";
|
|
3046
|
+
readonly TwelveDotX: "12.x";
|
|
3047
|
+
readonly TenDotX: "10.x";
|
|
3048
|
+
readonly EightDot10DotX: "8.10.x";
|
|
3049
|
+
}>;
|
|
3050
|
+
/** @deprecated use `GetDeploymentResponseBodyNodeVersion$outboundSchema` instead. */
|
|
3051
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3052
|
+
readonly TwentyTwoDotX: "22.x";
|
|
3053
|
+
readonly TwentyDotX: "20.x";
|
|
3054
|
+
readonly EighteenDotX: "18.x";
|
|
3055
|
+
readonly SixteenDotX: "16.x";
|
|
3056
|
+
readonly FourteenDotX: "14.x";
|
|
3057
|
+
readonly TwelveDotX: "12.x";
|
|
3058
|
+
readonly TenDotX: "10.x";
|
|
3059
|
+
readonly EightDot10DotX: "8.10.x";
|
|
3060
|
+
}>;
|
|
3061
|
+
}
|
|
3062
|
+
/** @internal */
|
|
2676
3063
|
export declare const GetDeploymentResponseBodyProject$inboundSchema: z.ZodType<GetDeploymentResponseBodyProject, z.ZodTypeDef, unknown>;
|
|
2677
3064
|
/** @internal */
|
|
2678
3065
|
export type GetDeploymentResponseBodyProject$Outbound = {
|
|
@@ -2844,11 +3231,12 @@ export type GetDeploymentResponseBody2$Outbound = {
|
|
|
2844
3231
|
errorMessage?: string | null | undefined;
|
|
2845
3232
|
errorStep?: string | undefined;
|
|
2846
3233
|
passiveRegions?: Array<string> | undefined;
|
|
2847
|
-
gitSource?:
|
|
3234
|
+
gitSource?: GetDeploymentGitSource12$Outbound | GetDeploymentGitSource15$Outbound | GetDeploymentGitSource4$Outbound | GetDeploymentGitSource10$Outbound | GetDeploymentGitSource11$Outbound | GetDeploymentGitSource13$Outbound | GetDeploymentGitSource14$Outbound | GetDeploymentGitSource2$Outbound | GetDeploymentGitSource3$Outbound | GetDeploymentGitSource6$Outbound | GetDeploymentGitSource9$Outbound | GetDeploymentGitSource1$Outbound | GetDeploymentGitSource5$Outbound | GetDeploymentGitSource7$Outbound | GetDeploymentGitSource8$Outbound | undefined;
|
|
2848
3235
|
meta: {
|
|
2849
3236
|
[k: string]: string;
|
|
2850
3237
|
};
|
|
2851
3238
|
originCacheRegion?: string | undefined;
|
|
3239
|
+
nodeVersion?: string | undefined;
|
|
2852
3240
|
project?: GetDeploymentResponseBodyProject$Outbound | undefined;
|
|
2853
3241
|
readySubstate?: string | undefined;
|
|
2854
3242
|
regions: Array<string>;
|
|
@@ -3001,6 +3389,8 @@ export declare namespace ResponseBodyFramework$ {
|
|
|
3001
3389
|
readonly SanityV3: "sanity-v3";
|
|
3002
3390
|
readonly Sanity: "sanity";
|
|
3003
3391
|
readonly Storybook: "storybook";
|
|
3392
|
+
readonly Nitro: "nitro";
|
|
3393
|
+
readonly Hono: "hono";
|
|
3004
3394
|
}>;
|
|
3005
3395
|
/** @deprecated use `ResponseBodyFramework$outboundSchema` instead. */
|
|
3006
3396
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3050,6 +3440,8 @@ export declare namespace ResponseBodyFramework$ {
|
|
|
3050
3440
|
readonly SanityV3: "sanity-v3";
|
|
3051
3441
|
readonly Sanity: "sanity";
|
|
3052
3442
|
readonly Storybook: "storybook";
|
|
3443
|
+
readonly Nitro: "nitro";
|
|
3444
|
+
readonly Hono: "hono";
|
|
3053
3445
|
}>;
|
|
3054
3446
|
}
|
|
3055
3447
|
/** @internal */
|
|
@@ -3145,18 +3537,18 @@ export declare const GetDeploymentResponseBodyDeploymentsStatus$outboundSchema:
|
|
|
3145
3537
|
export declare namespace GetDeploymentResponseBodyDeploymentsStatus$ {
|
|
3146
3538
|
/** @deprecated use `GetDeploymentResponseBodyDeploymentsStatus$inboundSchema` instead. */
|
|
3147
3539
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3148
|
-
readonly Error: "error";
|
|
3149
3540
|
readonly Skipped: "skipped";
|
|
3150
3541
|
readonly Pending: "pending";
|
|
3151
3542
|
readonly Ready: "ready";
|
|
3543
|
+
readonly Error: "error";
|
|
3152
3544
|
readonly Timeout: "timeout";
|
|
3153
3545
|
}>;
|
|
3154
3546
|
/** @deprecated use `GetDeploymentResponseBodyDeploymentsStatus$outboundSchema` instead. */
|
|
3155
3547
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3156
|
-
readonly Error: "error";
|
|
3157
3548
|
readonly Skipped: "skipped";
|
|
3158
3549
|
readonly Pending: "pending";
|
|
3159
3550
|
readonly Ready: "ready";
|
|
3551
|
+
readonly Error: "error";
|
|
3160
3552
|
readonly Timeout: "timeout";
|
|
3161
3553
|
}>;
|
|
3162
3554
|
}
|
|
@@ -3532,15 +3924,15 @@ export declare const GetDeploymentCustomEnvironmentDeploymentsResponse200Type$ou
|
|
|
3532
3924
|
export declare namespace GetDeploymentCustomEnvironmentDeploymentsResponse200Type$ {
|
|
3533
3925
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponse200Type$inboundSchema` instead. */
|
|
3534
3926
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3927
|
+
readonly EndsWith: "endsWith";
|
|
3535
3928
|
readonly StartsWith: "startsWith";
|
|
3536
3929
|
readonly Equals: "equals";
|
|
3537
|
-
readonly EndsWith: "endsWith";
|
|
3538
3930
|
}>;
|
|
3539
3931
|
/** @deprecated use `GetDeploymentCustomEnvironmentDeploymentsResponse200Type$outboundSchema` instead. */
|
|
3540
3932
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3933
|
+
readonly EndsWith: "endsWith";
|
|
3541
3934
|
readonly StartsWith: "startsWith";
|
|
3542
3935
|
readonly Equals: "equals";
|
|
3543
|
-
readonly EndsWith: "endsWith";
|
|
3544
3936
|
}>;
|
|
3545
3937
|
}
|
|
3546
3938
|
/** @internal */
|
|
@@ -3832,6 +4224,140 @@ export declare namespace ResponseBodyChecksConclusion$ {
|
|
|
3832
4224
|
}>;
|
|
3833
4225
|
}
|
|
3834
4226
|
/** @internal */
|
|
4227
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type>;
|
|
4228
|
+
/** @internal */
|
|
4229
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type>;
|
|
4230
|
+
/**
|
|
4231
|
+
* @internal
|
|
4232
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4233
|
+
*/
|
|
4234
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$ {
|
|
4235
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema` instead. */
|
|
4236
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4237
|
+
readonly Bitbucket: "bitbucket";
|
|
4238
|
+
}>;
|
|
4239
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema` instead. */
|
|
4240
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4241
|
+
readonly Bitbucket: "bitbucket";
|
|
4242
|
+
}>;
|
|
4243
|
+
}
|
|
4244
|
+
/** @internal */
|
|
4245
|
+
export declare const GetDeploymentGitSourceDeployments15$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments15, z.ZodTypeDef, unknown>;
|
|
4246
|
+
/** @internal */
|
|
4247
|
+
export type GetDeploymentGitSourceDeployments15$Outbound = {
|
|
4248
|
+
type: string;
|
|
4249
|
+
ref: string;
|
|
4250
|
+
sha: string;
|
|
4251
|
+
owner?: string | undefined;
|
|
4252
|
+
slug?: string | undefined;
|
|
4253
|
+
workspaceUuid: string;
|
|
4254
|
+
repoUuid: string;
|
|
4255
|
+
};
|
|
4256
|
+
/** @internal */
|
|
4257
|
+
export declare const GetDeploymentGitSourceDeployments15$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments15$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments15>;
|
|
4258
|
+
/**
|
|
4259
|
+
* @internal
|
|
4260
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4261
|
+
*/
|
|
4262
|
+
export declare namespace GetDeploymentGitSourceDeployments15$ {
|
|
4263
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments15$inboundSchema` instead. */
|
|
4264
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments15, z.ZodTypeDef, unknown>;
|
|
4265
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments15$outboundSchema` instead. */
|
|
4266
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments15$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments15>;
|
|
4267
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments15$Outbound` instead. */
|
|
4268
|
+
type Outbound = GetDeploymentGitSourceDeployments15$Outbound;
|
|
4269
|
+
}
|
|
4270
|
+
export declare function getDeploymentGitSourceDeployments15ToJSON(getDeploymentGitSourceDeployments15: GetDeploymentGitSourceDeployments15): string;
|
|
4271
|
+
export declare function getDeploymentGitSourceDeployments15FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments15, SDKValidationError>;
|
|
4272
|
+
/** @internal */
|
|
4273
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type>;
|
|
4274
|
+
/** @internal */
|
|
4275
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type>;
|
|
4276
|
+
/**
|
|
4277
|
+
* @internal
|
|
4278
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4279
|
+
*/
|
|
4280
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$ {
|
|
4281
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema` instead. */
|
|
4282
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4283
|
+
readonly Gitlab: "gitlab";
|
|
4284
|
+
}>;
|
|
4285
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema` instead. */
|
|
4286
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4287
|
+
readonly Gitlab: "gitlab";
|
|
4288
|
+
}>;
|
|
4289
|
+
}
|
|
4290
|
+
/** @internal */
|
|
4291
|
+
export declare const GetDeploymentGitSourceDeployments14$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments14, z.ZodTypeDef, unknown>;
|
|
4292
|
+
/** @internal */
|
|
4293
|
+
export type GetDeploymentGitSourceDeployments14$Outbound = {
|
|
4294
|
+
type: string;
|
|
4295
|
+
ref: string;
|
|
4296
|
+
sha: string;
|
|
4297
|
+
projectId: number;
|
|
4298
|
+
};
|
|
4299
|
+
/** @internal */
|
|
4300
|
+
export declare const GetDeploymentGitSourceDeployments14$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments14$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments14>;
|
|
4301
|
+
/**
|
|
4302
|
+
* @internal
|
|
4303
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4304
|
+
*/
|
|
4305
|
+
export declare namespace GetDeploymentGitSourceDeployments14$ {
|
|
4306
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments14$inboundSchema` instead. */
|
|
4307
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments14, z.ZodTypeDef, unknown>;
|
|
4308
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments14$outboundSchema` instead. */
|
|
4309
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments14$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments14>;
|
|
4310
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments14$Outbound` instead. */
|
|
4311
|
+
type Outbound = GetDeploymentGitSourceDeployments14$Outbound;
|
|
4312
|
+
}
|
|
4313
|
+
export declare function getDeploymentGitSourceDeployments14ToJSON(getDeploymentGitSourceDeployments14: GetDeploymentGitSourceDeployments14): string;
|
|
4314
|
+
export declare function getDeploymentGitSourceDeployments14FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments14, SDKValidationError>;
|
|
4315
|
+
/** @internal */
|
|
4316
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type>;
|
|
4317
|
+
/** @internal */
|
|
4318
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type>;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4322
|
+
*/
|
|
4323
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$ {
|
|
4324
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema` instead. */
|
|
4325
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4326
|
+
readonly GithubLimited: "github-limited";
|
|
4327
|
+
}>;
|
|
4328
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema` instead. */
|
|
4329
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4330
|
+
readonly GithubLimited: "github-limited";
|
|
4331
|
+
}>;
|
|
4332
|
+
}
|
|
4333
|
+
/** @internal */
|
|
4334
|
+
export declare const GetDeploymentGitSourceDeployments13$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments13, z.ZodTypeDef, unknown>;
|
|
4335
|
+
/** @internal */
|
|
4336
|
+
export type GetDeploymentGitSourceDeployments13$Outbound = {
|
|
4337
|
+
type: string;
|
|
4338
|
+
ref: string;
|
|
4339
|
+
sha: string;
|
|
4340
|
+
repoId: number;
|
|
4341
|
+
org?: string | undefined;
|
|
4342
|
+
repo?: string | undefined;
|
|
4343
|
+
};
|
|
4344
|
+
/** @internal */
|
|
4345
|
+
export declare const GetDeploymentGitSourceDeployments13$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments13$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments13>;
|
|
4346
|
+
/**
|
|
4347
|
+
* @internal
|
|
4348
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4349
|
+
*/
|
|
4350
|
+
export declare namespace GetDeploymentGitSourceDeployments13$ {
|
|
4351
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments13$inboundSchema` instead. */
|
|
4352
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments13, z.ZodTypeDef, unknown>;
|
|
4353
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments13$outboundSchema` instead. */
|
|
4354
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments13$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments13>;
|
|
4355
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments13$Outbound` instead. */
|
|
4356
|
+
type Outbound = GetDeploymentGitSourceDeployments13$Outbound;
|
|
4357
|
+
}
|
|
4358
|
+
export declare function getDeploymentGitSourceDeployments13ToJSON(getDeploymentGitSourceDeployments13: GetDeploymentGitSourceDeployments13): string;
|
|
4359
|
+
export declare function getDeploymentGitSourceDeployments13FromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeployments13, SDKValidationError>;
|
|
4360
|
+
/** @internal */
|
|
3835
4361
|
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
|
|
3836
4362
|
/** @internal */
|
|
3837
4363
|
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type>;
|
|
@@ -3842,11 +4368,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
3842
4368
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$ {
|
|
3843
4369
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema` instead. */
|
|
3844
4370
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3845
|
-
readonly
|
|
4371
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3846
4372
|
}>;
|
|
3847
4373
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema` instead. */
|
|
3848
4374
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3849
|
-
readonly
|
|
4375
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3850
4376
|
}>;
|
|
3851
4377
|
}
|
|
3852
4378
|
/** @internal */
|
|
@@ -3854,12 +4380,12 @@ export declare const GetDeploymentGitSourceDeployments12$inboundSchema: z.ZodTyp
|
|
|
3854
4380
|
/** @internal */
|
|
3855
4381
|
export type GetDeploymentGitSourceDeployments12$Outbound = {
|
|
3856
4382
|
type: string;
|
|
4383
|
+
host: string;
|
|
3857
4384
|
ref: string;
|
|
3858
4385
|
sha: string;
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
repoUuid: string;
|
|
4386
|
+
repoId: number;
|
|
4387
|
+
org?: string | undefined;
|
|
4388
|
+
repo?: string | undefined;
|
|
3863
4389
|
};
|
|
3864
4390
|
/** @internal */
|
|
3865
4391
|
export declare const GetDeploymentGitSourceDeployments12$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments12$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments12>;
|
|
@@ -3888,11 +4414,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
3888
4414
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$ {
|
|
3889
4415
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema` instead. */
|
|
3890
4416
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3891
|
-
readonly
|
|
4417
|
+
readonly Github: "github";
|
|
3892
4418
|
}>;
|
|
3893
4419
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema` instead. */
|
|
3894
4420
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3895
|
-
readonly
|
|
4421
|
+
readonly Github: "github";
|
|
3896
4422
|
}>;
|
|
3897
4423
|
}
|
|
3898
4424
|
/** @internal */
|
|
@@ -3902,7 +4428,9 @@ export type GetDeploymentGitSourceDeployments11$Outbound = {
|
|
|
3902
4428
|
type: string;
|
|
3903
4429
|
ref: string;
|
|
3904
4430
|
sha: string;
|
|
3905
|
-
|
|
4431
|
+
repoId: number;
|
|
4432
|
+
org?: string | undefined;
|
|
4433
|
+
repo?: string | undefined;
|
|
3906
4434
|
};
|
|
3907
4435
|
/** @internal */
|
|
3908
4436
|
export declare const GetDeploymentGitSourceDeployments11$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments11$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments11>;
|
|
@@ -3931,11 +4459,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
3931
4459
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$ {
|
|
3932
4460
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema` instead. */
|
|
3933
4461
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3934
|
-
readonly
|
|
4462
|
+
readonly Custom: "custom";
|
|
3935
4463
|
}>;
|
|
3936
4464
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema` instead. */
|
|
3937
4465
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3938
|
-
readonly
|
|
4466
|
+
readonly Custom: "custom";
|
|
3939
4467
|
}>;
|
|
3940
4468
|
}
|
|
3941
4469
|
/** @internal */
|
|
@@ -3943,12 +4471,9 @@ export declare const GetDeploymentGitSourceDeployments10$inboundSchema: z.ZodTyp
|
|
|
3943
4471
|
/** @internal */
|
|
3944
4472
|
export type GetDeploymentGitSourceDeployments10$Outbound = {
|
|
3945
4473
|
type: string;
|
|
3946
|
-
host: string;
|
|
3947
4474
|
ref: string;
|
|
3948
4475
|
sha: string;
|
|
3949
|
-
|
|
3950
|
-
org?: string | undefined;
|
|
3951
|
-
repo?: string | undefined;
|
|
4476
|
+
gitUrl: string;
|
|
3952
4477
|
};
|
|
3953
4478
|
/** @internal */
|
|
3954
4479
|
export declare const GetDeploymentGitSourceDeployments10$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments10$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments10>;
|
|
@@ -3977,11 +4502,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
3977
4502
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$ {
|
|
3978
4503
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema` instead. */
|
|
3979
4504
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3980
|
-
readonly
|
|
4505
|
+
readonly Bitbucket: "bitbucket";
|
|
3981
4506
|
}>;
|
|
3982
4507
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema` instead. */
|
|
3983
4508
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3984
|
-
readonly
|
|
4509
|
+
readonly Bitbucket: "bitbucket";
|
|
3985
4510
|
}>;
|
|
3986
4511
|
}
|
|
3987
4512
|
/** @internal */
|
|
@@ -3989,11 +4514,11 @@ export declare const GetDeploymentGitSourceDeployments9$inboundSchema: z.ZodType
|
|
|
3989
4514
|
/** @internal */
|
|
3990
4515
|
export type GetDeploymentGitSourceDeployments9$Outbound = {
|
|
3991
4516
|
type: string;
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
4517
|
+
owner: string;
|
|
4518
|
+
slug: string;
|
|
4519
|
+
ref?: string | null | undefined;
|
|
4520
|
+
sha?: string | undefined;
|
|
4521
|
+
prId?: number | null | undefined;
|
|
3997
4522
|
};
|
|
3998
4523
|
/** @internal */
|
|
3999
4524
|
export declare const GetDeploymentGitSourceDeployments9$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments9$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments9>;
|
|
@@ -4022,11 +4547,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
4022
4547
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$ {
|
|
4023
4548
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema` instead. */
|
|
4024
4549
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4025
|
-
readonly
|
|
4550
|
+
readonly Bitbucket: "bitbucket";
|
|
4026
4551
|
}>;
|
|
4027
4552
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema` instead. */
|
|
4028
4553
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4029
|
-
readonly
|
|
4554
|
+
readonly Bitbucket: "bitbucket";
|
|
4030
4555
|
}>;
|
|
4031
4556
|
}
|
|
4032
4557
|
/** @internal */
|
|
@@ -4034,9 +4559,11 @@ export declare const GetDeploymentGitSourceDeployments8$inboundSchema: z.ZodType
|
|
|
4034
4559
|
/** @internal */
|
|
4035
4560
|
export type GetDeploymentGitSourceDeployments8$Outbound = {
|
|
4036
4561
|
type: string;
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4562
|
+
workspaceUuid?: string | undefined;
|
|
4563
|
+
repoUuid: string;
|
|
4564
|
+
ref?: string | null | undefined;
|
|
4565
|
+
sha?: string | undefined;
|
|
4566
|
+
prId?: number | null | undefined;
|
|
4040
4567
|
};
|
|
4041
4568
|
/** @internal */
|
|
4042
4569
|
export declare const GetDeploymentGitSourceDeployments8$outboundSchema: z.ZodType<GetDeploymentGitSourceDeployments8$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeployments8>;
|
|
@@ -4065,20 +4592,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
4065
4592
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ {
|
|
4066
4593
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
4067
4594
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4068
|
-
readonly
|
|
4595
|
+
readonly Gitlab: "gitlab";
|
|
4069
4596
|
}>;
|
|
4070
4597
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
4071
4598
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4072
|
-
readonly
|
|
4599
|
+
readonly Gitlab: "gitlab";
|
|
4073
4600
|
}>;
|
|
4074
4601
|
}
|
|
4075
4602
|
/** @internal */
|
|
4603
|
+
export declare const GetDeploymentGitSourceProjectId$inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
|
|
4604
|
+
/** @internal */
|
|
4605
|
+
export type GetDeploymentGitSourceProjectId$Outbound = string | number;
|
|
4606
|
+
/** @internal */
|
|
4607
|
+
export declare const GetDeploymentGitSourceProjectId$outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
|
|
4608
|
+
/**
|
|
4609
|
+
* @internal
|
|
4610
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4611
|
+
*/
|
|
4612
|
+
export declare namespace GetDeploymentGitSourceProjectId$ {
|
|
4613
|
+
/** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
|
|
4614
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceProjectId, z.ZodTypeDef, unknown>;
|
|
4615
|
+
/** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
|
|
4616
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceProjectId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceProjectId>;
|
|
4617
|
+
/** @deprecated use `GetDeploymentGitSourceProjectId$Outbound` instead. */
|
|
4618
|
+
type Outbound = GetDeploymentGitSourceProjectId$Outbound;
|
|
4619
|
+
}
|
|
4620
|
+
export declare function getDeploymentGitSourceProjectIdToJSON(getDeploymentGitSourceProjectId: GetDeploymentGitSourceProjectId): string;
|
|
4621
|
+
export declare function getDeploymentGitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceProjectId, SDKValidationError>;
|
|
4622
|
+
/** @internal */
|
|
4076
4623
|
export declare const GetDeploymentGitSourceDeployments7$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments7, z.ZodTypeDef, unknown>;
|
|
4077
4624
|
/** @internal */
|
|
4078
4625
|
export type GetDeploymentGitSourceDeployments7$Outbound = {
|
|
4079
4626
|
type: string;
|
|
4080
|
-
|
|
4081
|
-
slug: string;
|
|
4627
|
+
projectId: string | number;
|
|
4082
4628
|
ref?: string | null | undefined;
|
|
4083
4629
|
sha?: string | undefined;
|
|
4084
4630
|
prId?: number | null | undefined;
|
|
@@ -4110,11 +4656,11 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSON
|
|
|
4110
4656
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ {
|
|
4111
4657
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
4112
4658
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4113
|
-
readonly
|
|
4659
|
+
readonly GithubLimited: "github-limited";
|
|
4114
4660
|
}>;
|
|
4115
4661
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
4116
4662
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4117
|
-
readonly
|
|
4663
|
+
readonly GithubLimited: "github-limited";
|
|
4118
4664
|
}>;
|
|
4119
4665
|
}
|
|
4120
4666
|
/** @internal */
|
|
@@ -4122,8 +4668,8 @@ export declare const GetDeploymentGitSourceDeployments6$inboundSchema: z.ZodType
|
|
|
4122
4668
|
/** @internal */
|
|
4123
4669
|
export type GetDeploymentGitSourceDeployments6$Outbound = {
|
|
4124
4670
|
type: string;
|
|
4125
|
-
|
|
4126
|
-
|
|
4671
|
+
org: string;
|
|
4672
|
+
repo: string;
|
|
4127
4673
|
ref?: string | null | undefined;
|
|
4128
4674
|
sha?: string | undefined;
|
|
4129
4675
|
prId?: number | null | undefined;
|
|
@@ -4155,39 +4701,39 @@ export declare const GetDeploymentGitSourceDeploymentsResponse200Type$outboundSc
|
|
|
4155
4701
|
export declare namespace GetDeploymentGitSourceDeploymentsResponse200Type$ {
|
|
4156
4702
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema` instead. */
|
|
4157
4703
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4158
|
-
readonly
|
|
4704
|
+
readonly GithubLimited: "github-limited";
|
|
4159
4705
|
}>;
|
|
4160
4706
|
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema` instead. */
|
|
4161
4707
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4162
|
-
readonly
|
|
4708
|
+
readonly GithubLimited: "github-limited";
|
|
4163
4709
|
}>;
|
|
4164
4710
|
}
|
|
4165
4711
|
/** @internal */
|
|
4166
|
-
export declare const
|
|
4712
|
+
export declare const GetDeploymentGitSourceRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
4167
4713
|
/** @internal */
|
|
4168
|
-
export type
|
|
4714
|
+
export type GetDeploymentGitSourceRepoId$Outbound = string | number;
|
|
4169
4715
|
/** @internal */
|
|
4170
|
-
export declare const
|
|
4716
|
+
export declare const GetDeploymentGitSourceRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
|
|
4171
4717
|
/**
|
|
4172
4718
|
* @internal
|
|
4173
4719
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4174
4720
|
*/
|
|
4175
|
-
export declare namespace
|
|
4176
|
-
/** @deprecated use `
|
|
4177
|
-
const inboundSchema: z.ZodType<
|
|
4178
|
-
/** @deprecated use `
|
|
4179
|
-
const outboundSchema: z.ZodType<
|
|
4180
|
-
/** @deprecated use `
|
|
4181
|
-
type Outbound =
|
|
4721
|
+
export declare namespace GetDeploymentGitSourceRepoId$ {
|
|
4722
|
+
/** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
|
|
4723
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceRepoId, z.ZodTypeDef, unknown>;
|
|
4724
|
+
/** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
|
|
4725
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceRepoId>;
|
|
4726
|
+
/** @deprecated use `GetDeploymentGitSourceRepoId$Outbound` instead. */
|
|
4727
|
+
type Outbound = GetDeploymentGitSourceRepoId$Outbound;
|
|
4182
4728
|
}
|
|
4183
|
-
export declare function
|
|
4184
|
-
export declare function
|
|
4729
|
+
export declare function getDeploymentGitSourceRepoIdToJSON(getDeploymentGitSourceRepoId: GetDeploymentGitSourceRepoId): string;
|
|
4730
|
+
export declare function getDeploymentGitSourceRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceRepoId, SDKValidationError>;
|
|
4185
4731
|
/** @internal */
|
|
4186
4732
|
export declare const GetDeploymentGitSourceDeployments5$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments5, z.ZodTypeDef, unknown>;
|
|
4187
4733
|
/** @internal */
|
|
4188
4734
|
export type GetDeploymentGitSourceDeployments5$Outbound = {
|
|
4189
4735
|
type: string;
|
|
4190
|
-
|
|
4736
|
+
repoId: string | number;
|
|
4191
4737
|
ref?: string | null | undefined;
|
|
4192
4738
|
sha?: string | undefined;
|
|
4193
4739
|
prId?: number | null | undefined;
|
|
@@ -4273,25 +4819,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsType$ {
|
|
|
4273
4819
|
}>;
|
|
4274
4820
|
}
|
|
4275
4821
|
/** @internal */
|
|
4276
|
-
export declare const
|
|
4822
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId, z.ZodTypeDef, unknown>;
|
|
4277
4823
|
/** @internal */
|
|
4278
|
-
export type
|
|
4824
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound = string | number;
|
|
4279
4825
|
/** @internal */
|
|
4280
|
-
export declare const
|
|
4826
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId>;
|
|
4281
4827
|
/**
|
|
4282
4828
|
* @internal
|
|
4283
4829
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4284
4830
|
*/
|
|
4285
|
-
export declare namespace
|
|
4286
|
-
/** @deprecated use `
|
|
4287
|
-
const inboundSchema: z.ZodType<
|
|
4288
|
-
/** @deprecated use `
|
|
4289
|
-
const outboundSchema: z.ZodType<
|
|
4290
|
-
/** @deprecated use `
|
|
4291
|
-
type Outbound =
|
|
4831
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$ {
|
|
4832
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema` instead. */
|
|
4833
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId, z.ZodTypeDef, unknown>;
|
|
4834
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema` instead. */
|
|
4835
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId>;
|
|
4836
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound` instead. */
|
|
4837
|
+
type Outbound = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$Outbound;
|
|
4292
4838
|
}
|
|
4293
|
-
export declare function
|
|
4294
|
-
export declare function
|
|
4839
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId): string;
|
|
4840
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId, SDKValidationError>;
|
|
4295
4841
|
/** @internal */
|
|
4296
4842
|
export declare const GetDeploymentGitSourceDeployments3$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments3, z.ZodTypeDef, unknown>;
|
|
4297
4843
|
/** @internal */
|
|
@@ -4383,25 +4929,25 @@ export declare namespace GetDeploymentGitSourceDeploymentsResponse200Application
|
|
|
4383
4929
|
}>;
|
|
4384
4930
|
}
|
|
4385
4931
|
/** @internal */
|
|
4386
|
-
export declare const
|
|
4932
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId, z.ZodTypeDef, unknown>;
|
|
4387
4933
|
/** @internal */
|
|
4388
|
-
export type
|
|
4934
|
+
export type GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound = string | number;
|
|
4389
4935
|
/** @internal */
|
|
4390
|
-
export declare const
|
|
4936
|
+
export declare const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId>;
|
|
4391
4937
|
/**
|
|
4392
4938
|
* @internal
|
|
4393
4939
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4394
4940
|
*/
|
|
4395
|
-
export declare namespace
|
|
4396
|
-
/** @deprecated use `
|
|
4397
|
-
const inboundSchema: z.ZodType<
|
|
4398
|
-
/** @deprecated use `
|
|
4399
|
-
const outboundSchema: z.ZodType<
|
|
4400
|
-
/** @deprecated use `
|
|
4401
|
-
type Outbound =
|
|
4941
|
+
export declare namespace GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$ {
|
|
4942
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema` instead. */
|
|
4943
|
+
const inboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId, z.ZodTypeDef, unknown>;
|
|
4944
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema` instead. */
|
|
4945
|
+
const outboundSchema: z.ZodType<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound, z.ZodTypeDef, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId>;
|
|
4946
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound` instead. */
|
|
4947
|
+
type Outbound = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$Outbound;
|
|
4402
4948
|
}
|
|
4403
|
-
export declare function
|
|
4404
|
-
export declare function
|
|
4949
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId): string;
|
|
4950
|
+
export declare function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdFromJSON(jsonString: string): SafeParseResult<GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId, SDKValidationError>;
|
|
4405
4951
|
/** @internal */
|
|
4406
4952
|
export declare const GetDeploymentGitSourceDeployments1$inboundSchema: z.ZodType<GetDeploymentGitSourceDeployments1, z.ZodTypeDef, unknown>;
|
|
4407
4953
|
/** @internal */
|
|
@@ -4431,7 +4977,7 @@ export declare function getDeploymentGitSourceDeployments1FromJSON(jsonString: s
|
|
|
4431
4977
|
/** @internal */
|
|
4432
4978
|
export declare const GetDeploymentResponseBodyGitSource$inboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource, z.ZodTypeDef, unknown>;
|
|
4433
4979
|
/** @internal */
|
|
4434
|
-
export type GetDeploymentResponseBodyGitSource$Outbound =
|
|
4980
|
+
export type GetDeploymentResponseBodyGitSource$Outbound = GetDeploymentGitSourceDeployments12$Outbound | GetDeploymentGitSourceDeployments15$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments13$Outbound | GetDeploymentGitSourceDeployments14$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments8$Outbound;
|
|
4435
4981
|
/** @internal */
|
|
4436
4982
|
export declare const GetDeploymentResponseBodyGitSource$outboundSchema: z.ZodType<GetDeploymentResponseBodyGitSource$Outbound, z.ZodTypeDef, GetDeploymentResponseBodyGitSource>;
|
|
4437
4983
|
/**
|
|
@@ -4449,6 +4995,38 @@ export declare namespace GetDeploymentResponseBodyGitSource$ {
|
|
|
4449
4995
|
export declare function getDeploymentResponseBodyGitSourceToJSON(getDeploymentResponseBodyGitSource: GetDeploymentResponseBodyGitSource): string;
|
|
4450
4996
|
export declare function getDeploymentResponseBodyGitSourceFromJSON(jsonString: string): SafeParseResult<GetDeploymentResponseBodyGitSource, SDKValidationError>;
|
|
4451
4997
|
/** @internal */
|
|
4998
|
+
export declare const ResponseBodyNodeVersion$inboundSchema: z.ZodNativeEnum<typeof ResponseBodyNodeVersion>;
|
|
4999
|
+
/** @internal */
|
|
5000
|
+
export declare const ResponseBodyNodeVersion$outboundSchema: z.ZodNativeEnum<typeof ResponseBodyNodeVersion>;
|
|
5001
|
+
/**
|
|
5002
|
+
* @internal
|
|
5003
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5004
|
+
*/
|
|
5005
|
+
export declare namespace ResponseBodyNodeVersion$ {
|
|
5006
|
+
/** @deprecated use `ResponseBodyNodeVersion$inboundSchema` instead. */
|
|
5007
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5008
|
+
readonly TwentyTwoDotX: "22.x";
|
|
5009
|
+
readonly TwentyDotX: "20.x";
|
|
5010
|
+
readonly EighteenDotX: "18.x";
|
|
5011
|
+
readonly SixteenDotX: "16.x";
|
|
5012
|
+
readonly FourteenDotX: "14.x";
|
|
5013
|
+
readonly TwelveDotX: "12.x";
|
|
5014
|
+
readonly TenDotX: "10.x";
|
|
5015
|
+
readonly EightDot10DotX: "8.10.x";
|
|
5016
|
+
}>;
|
|
5017
|
+
/** @deprecated use `ResponseBodyNodeVersion$outboundSchema` instead. */
|
|
5018
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5019
|
+
readonly TwentyTwoDotX: "22.x";
|
|
5020
|
+
readonly TwentyDotX: "20.x";
|
|
5021
|
+
readonly EighteenDotX: "18.x";
|
|
5022
|
+
readonly SixteenDotX: "16.x";
|
|
5023
|
+
readonly FourteenDotX: "14.x";
|
|
5024
|
+
readonly TwelveDotX: "12.x";
|
|
5025
|
+
readonly TenDotX: "10.x";
|
|
5026
|
+
readonly EightDot10DotX: "8.10.x";
|
|
5027
|
+
}>;
|
|
5028
|
+
}
|
|
5029
|
+
/** @internal */
|
|
4452
5030
|
export declare const ResponseBodyProject$inboundSchema: z.ZodType<ResponseBodyProject, z.ZodTypeDef, unknown>;
|
|
4453
5031
|
/** @internal */
|
|
4454
5032
|
export type ResponseBodyProject$Outbound = {
|
|
@@ -4642,6 +5220,51 @@ export declare namespace ResponseBodyArchitecture$ {
|
|
|
4642
5220
|
}>;
|
|
4643
5221
|
}
|
|
4644
5222
|
/** @internal */
|
|
5223
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
5224
|
+
/** @internal */
|
|
5225
|
+
export declare const GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentResponseBodyDeploymentsResponseType>;
|
|
5226
|
+
/**
|
|
5227
|
+
* @internal
|
|
5228
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5229
|
+
*/
|
|
5230
|
+
export declare namespace GetDeploymentResponseBodyDeploymentsResponseType$ {
|
|
5231
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema` instead. */
|
|
5232
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5233
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
5234
|
+
}>;
|
|
5235
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema` instead. */
|
|
5236
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5237
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
5238
|
+
}>;
|
|
5239
|
+
}
|
|
5240
|
+
/** @internal */
|
|
5241
|
+
export declare const ResponseBodyExperimentalTriggers$inboundSchema: z.ZodType<ResponseBodyExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
5242
|
+
/** @internal */
|
|
5243
|
+
export type ResponseBodyExperimentalTriggers$Outbound = {
|
|
5244
|
+
type: string;
|
|
5245
|
+
topic: string;
|
|
5246
|
+
consumer: string;
|
|
5247
|
+
maxDeliveries?: number | undefined;
|
|
5248
|
+
retryAfterSeconds?: number | undefined;
|
|
5249
|
+
initialDelaySeconds?: number | undefined;
|
|
5250
|
+
};
|
|
5251
|
+
/** @internal */
|
|
5252
|
+
export declare const ResponseBodyExperimentalTriggers$outboundSchema: z.ZodType<ResponseBodyExperimentalTriggers$Outbound, z.ZodTypeDef, ResponseBodyExperimentalTriggers>;
|
|
5253
|
+
/**
|
|
5254
|
+
* @internal
|
|
5255
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5256
|
+
*/
|
|
5257
|
+
export declare namespace ResponseBodyExperimentalTriggers$ {
|
|
5258
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$inboundSchema` instead. */
|
|
5259
|
+
const inboundSchema: z.ZodType<ResponseBodyExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
5260
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$outboundSchema` instead. */
|
|
5261
|
+
const outboundSchema: z.ZodType<ResponseBodyExperimentalTriggers$Outbound, z.ZodTypeDef, ResponseBodyExperimentalTriggers>;
|
|
5262
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$Outbound` instead. */
|
|
5263
|
+
type Outbound = ResponseBodyExperimentalTriggers$Outbound;
|
|
5264
|
+
}
|
|
5265
|
+
export declare function responseBodyExperimentalTriggersToJSON(responseBodyExperimentalTriggers: ResponseBodyExperimentalTriggers): string;
|
|
5266
|
+
export declare function responseBodyExperimentalTriggersFromJSON(jsonString: string): SafeParseResult<ResponseBodyExperimentalTriggers, SDKValidationError>;
|
|
5267
|
+
/** @internal */
|
|
4645
5268
|
export declare const ResponseBodyFunctions$inboundSchema: z.ZodType<ResponseBodyFunctions, z.ZodTypeDef, unknown>;
|
|
4646
5269
|
/** @internal */
|
|
4647
5270
|
export type ResponseBodyFunctions$Outbound = {
|
|
@@ -4651,6 +5274,7 @@ export type ResponseBodyFunctions$Outbound = {
|
|
|
4651
5274
|
runtime?: string | undefined;
|
|
4652
5275
|
includeFiles?: string | undefined;
|
|
4653
5276
|
excludeFiles?: string | undefined;
|
|
5277
|
+
experimentalTriggers?: Array<ResponseBodyExperimentalTriggers$Outbound> | undefined;
|
|
4654
5278
|
};
|
|
4655
5279
|
/** @internal */
|
|
4656
5280
|
export declare const ResponseBodyFunctions$outboundSchema: z.ZodType<ResponseBodyFunctions$Outbound, z.ZodTypeDef, ResponseBodyFunctions>;
|
|
@@ -5290,6 +5914,188 @@ export declare namespace GetDeploymentRoutesMitigate$ {
|
|
|
5290
5914
|
export declare function getDeploymentRoutesMitigateToJSON(getDeploymentRoutesMitigate: GetDeploymentRoutesMitigate): string;
|
|
5291
5915
|
export declare function getDeploymentRoutesMitigateFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesMitigate, SDKValidationError>;
|
|
5292
5916
|
/** @internal */
|
|
5917
|
+
export declare const GetDeploymentRoutesType$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesType>;
|
|
5918
|
+
/** @internal */
|
|
5919
|
+
export declare const GetDeploymentRoutesType$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesType>;
|
|
5920
|
+
/**
|
|
5921
|
+
* @internal
|
|
5922
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5923
|
+
*/
|
|
5924
|
+
export declare namespace GetDeploymentRoutesType$ {
|
|
5925
|
+
/** @deprecated use `GetDeploymentRoutesType$inboundSchema` instead. */
|
|
5926
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5927
|
+
readonly RequestHeaders: "request.headers";
|
|
5928
|
+
readonly RequestQuery: "request.query";
|
|
5929
|
+
readonly ResponseHeaders: "response.headers";
|
|
5930
|
+
}>;
|
|
5931
|
+
/** @deprecated use `GetDeploymentRoutesType$outboundSchema` instead. */
|
|
5932
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5933
|
+
readonly RequestHeaders: "request.headers";
|
|
5934
|
+
readonly RequestQuery: "request.query";
|
|
5935
|
+
readonly ResponseHeaders: "response.headers";
|
|
5936
|
+
}>;
|
|
5937
|
+
}
|
|
5938
|
+
/** @internal */
|
|
5939
|
+
export declare const GetDeploymentRoutesOp$inboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesOp>;
|
|
5940
|
+
/** @internal */
|
|
5941
|
+
export declare const GetDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<typeof GetDeploymentRoutesOp>;
|
|
5942
|
+
/**
|
|
5943
|
+
* @internal
|
|
5944
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5945
|
+
*/
|
|
5946
|
+
export declare namespace GetDeploymentRoutesOp$ {
|
|
5947
|
+
/** @deprecated use `GetDeploymentRoutesOp$inboundSchema` instead. */
|
|
5948
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5949
|
+
readonly Append: "append";
|
|
5950
|
+
readonly Set: "set";
|
|
5951
|
+
readonly Delete: "delete";
|
|
5952
|
+
}>;
|
|
5953
|
+
/** @deprecated use `GetDeploymentRoutesOp$outboundSchema` instead. */
|
|
5954
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5955
|
+
readonly Append: "append";
|
|
5956
|
+
readonly Set: "set";
|
|
5957
|
+
readonly Delete: "delete";
|
|
5958
|
+
}>;
|
|
5959
|
+
}
|
|
5960
|
+
/** @internal */
|
|
5961
|
+
export declare const GetDeploymentKeyEq$inboundSchema: z.ZodType<GetDeploymentKeyEq, z.ZodTypeDef, unknown>;
|
|
5962
|
+
/** @internal */
|
|
5963
|
+
export type GetDeploymentKeyEq$Outbound = string | number;
|
|
5964
|
+
/** @internal */
|
|
5965
|
+
export declare const GetDeploymentKeyEq$outboundSchema: z.ZodType<GetDeploymentKeyEq$Outbound, z.ZodTypeDef, GetDeploymentKeyEq>;
|
|
5966
|
+
/**
|
|
5967
|
+
* @internal
|
|
5968
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5969
|
+
*/
|
|
5970
|
+
export declare namespace GetDeploymentKeyEq$ {
|
|
5971
|
+
/** @deprecated use `GetDeploymentKeyEq$inboundSchema` instead. */
|
|
5972
|
+
const inboundSchema: z.ZodType<GetDeploymentKeyEq, z.ZodTypeDef, unknown>;
|
|
5973
|
+
/** @deprecated use `GetDeploymentKeyEq$outboundSchema` instead. */
|
|
5974
|
+
const outboundSchema: z.ZodType<GetDeploymentKeyEq$Outbound, z.ZodTypeDef, GetDeploymentKeyEq>;
|
|
5975
|
+
/** @deprecated use `GetDeploymentKeyEq$Outbound` instead. */
|
|
5976
|
+
type Outbound = GetDeploymentKeyEq$Outbound;
|
|
5977
|
+
}
|
|
5978
|
+
export declare function getDeploymentKeyEqToJSON(getDeploymentKeyEq: GetDeploymentKeyEq): string;
|
|
5979
|
+
export declare function getDeploymentKeyEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentKeyEq, SDKValidationError>;
|
|
5980
|
+
/** @internal */
|
|
5981
|
+
export declare const GetDeploymentKey2$inboundSchema: z.ZodType<GetDeploymentKey2, z.ZodTypeDef, unknown>;
|
|
5982
|
+
/** @internal */
|
|
5983
|
+
export type GetDeploymentKey2$Outbound = {
|
|
5984
|
+
eq?: string | number | undefined;
|
|
5985
|
+
neq?: string | undefined;
|
|
5986
|
+
inc?: Array<string> | undefined;
|
|
5987
|
+
ninc?: Array<string> | undefined;
|
|
5988
|
+
pre?: string | undefined;
|
|
5989
|
+
suf?: string | undefined;
|
|
5990
|
+
gt?: number | undefined;
|
|
5991
|
+
gte?: number | undefined;
|
|
5992
|
+
lt?: number | undefined;
|
|
5993
|
+
lte?: number | undefined;
|
|
5994
|
+
};
|
|
5995
|
+
/** @internal */
|
|
5996
|
+
export declare const GetDeploymentKey2$outboundSchema: z.ZodType<GetDeploymentKey2$Outbound, z.ZodTypeDef, GetDeploymentKey2>;
|
|
5997
|
+
/**
|
|
5998
|
+
* @internal
|
|
5999
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6000
|
+
*/
|
|
6001
|
+
export declare namespace GetDeploymentKey2$ {
|
|
6002
|
+
/** @deprecated use `GetDeploymentKey2$inboundSchema` instead. */
|
|
6003
|
+
const inboundSchema: z.ZodType<GetDeploymentKey2, z.ZodTypeDef, unknown>;
|
|
6004
|
+
/** @deprecated use `GetDeploymentKey2$outboundSchema` instead. */
|
|
6005
|
+
const outboundSchema: z.ZodType<GetDeploymentKey2$Outbound, z.ZodTypeDef, GetDeploymentKey2>;
|
|
6006
|
+
/** @deprecated use `GetDeploymentKey2$Outbound` instead. */
|
|
6007
|
+
type Outbound = GetDeploymentKey2$Outbound;
|
|
6008
|
+
}
|
|
6009
|
+
export declare function getDeploymentKey2ToJSON(getDeploymentKey2: GetDeploymentKey2): string;
|
|
6010
|
+
export declare function getDeploymentKey2FromJSON(jsonString: string): SafeParseResult<GetDeploymentKey2, SDKValidationError>;
|
|
6011
|
+
/** @internal */
|
|
6012
|
+
export declare const GetDeploymentRoutesKey$inboundSchema: z.ZodType<GetDeploymentRoutesKey, z.ZodTypeDef, unknown>;
|
|
6013
|
+
/** @internal */
|
|
6014
|
+
export type GetDeploymentRoutesKey$Outbound = GetDeploymentKey2$Outbound | string;
|
|
6015
|
+
/** @internal */
|
|
6016
|
+
export declare const GetDeploymentRoutesKey$outboundSchema: z.ZodType<GetDeploymentRoutesKey$Outbound, z.ZodTypeDef, GetDeploymentRoutesKey>;
|
|
6017
|
+
/**
|
|
6018
|
+
* @internal
|
|
6019
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6020
|
+
*/
|
|
6021
|
+
export declare namespace GetDeploymentRoutesKey$ {
|
|
6022
|
+
/** @deprecated use `GetDeploymentRoutesKey$inboundSchema` instead. */
|
|
6023
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesKey, z.ZodTypeDef, unknown>;
|
|
6024
|
+
/** @deprecated use `GetDeploymentRoutesKey$outboundSchema` instead. */
|
|
6025
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesKey$Outbound, z.ZodTypeDef, GetDeploymentRoutesKey>;
|
|
6026
|
+
/** @deprecated use `GetDeploymentRoutesKey$Outbound` instead. */
|
|
6027
|
+
type Outbound = GetDeploymentRoutesKey$Outbound;
|
|
6028
|
+
}
|
|
6029
|
+
export declare function getDeploymentRoutesKeyToJSON(getDeploymentRoutesKey: GetDeploymentRoutesKey): string;
|
|
6030
|
+
export declare function getDeploymentRoutesKeyFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesKey, SDKValidationError>;
|
|
6031
|
+
/** @internal */
|
|
6032
|
+
export declare const GetDeploymentRoutesTarget$inboundSchema: z.ZodType<GetDeploymentRoutesTarget, z.ZodTypeDef, unknown>;
|
|
6033
|
+
/** @internal */
|
|
6034
|
+
export type GetDeploymentRoutesTarget$Outbound = {
|
|
6035
|
+
key: GetDeploymentKey2$Outbound | string;
|
|
6036
|
+
};
|
|
6037
|
+
/** @internal */
|
|
6038
|
+
export declare const GetDeploymentRoutesTarget$outboundSchema: z.ZodType<GetDeploymentRoutesTarget$Outbound, z.ZodTypeDef, GetDeploymentRoutesTarget>;
|
|
6039
|
+
/**
|
|
6040
|
+
* @internal
|
|
6041
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6042
|
+
*/
|
|
6043
|
+
export declare namespace GetDeploymentRoutesTarget$ {
|
|
6044
|
+
/** @deprecated use `GetDeploymentRoutesTarget$inboundSchema` instead. */
|
|
6045
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesTarget, z.ZodTypeDef, unknown>;
|
|
6046
|
+
/** @deprecated use `GetDeploymentRoutesTarget$outboundSchema` instead. */
|
|
6047
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesTarget$Outbound, z.ZodTypeDef, GetDeploymentRoutesTarget>;
|
|
6048
|
+
/** @deprecated use `GetDeploymentRoutesTarget$Outbound` instead. */
|
|
6049
|
+
type Outbound = GetDeploymentRoutesTarget$Outbound;
|
|
6050
|
+
}
|
|
6051
|
+
export declare function getDeploymentRoutesTargetToJSON(getDeploymentRoutesTarget: GetDeploymentRoutesTarget): string;
|
|
6052
|
+
export declare function getDeploymentRoutesTargetFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesTarget, SDKValidationError>;
|
|
6053
|
+
/** @internal */
|
|
6054
|
+
export declare const GetDeploymentRoutesArgs$inboundSchema: z.ZodType<GetDeploymentRoutesArgs, z.ZodTypeDef, unknown>;
|
|
6055
|
+
/** @internal */
|
|
6056
|
+
export type GetDeploymentRoutesArgs$Outbound = string | Array<string>;
|
|
6057
|
+
/** @internal */
|
|
6058
|
+
export declare const GetDeploymentRoutesArgs$outboundSchema: z.ZodType<GetDeploymentRoutesArgs$Outbound, z.ZodTypeDef, GetDeploymentRoutesArgs>;
|
|
6059
|
+
/**
|
|
6060
|
+
* @internal
|
|
6061
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6062
|
+
*/
|
|
6063
|
+
export declare namespace GetDeploymentRoutesArgs$ {
|
|
6064
|
+
/** @deprecated use `GetDeploymentRoutesArgs$inboundSchema` instead. */
|
|
6065
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesArgs, z.ZodTypeDef, unknown>;
|
|
6066
|
+
/** @deprecated use `GetDeploymentRoutesArgs$outboundSchema` instead. */
|
|
6067
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesArgs$Outbound, z.ZodTypeDef, GetDeploymentRoutesArgs>;
|
|
6068
|
+
/** @deprecated use `GetDeploymentRoutesArgs$Outbound` instead. */
|
|
6069
|
+
type Outbound = GetDeploymentRoutesArgs$Outbound;
|
|
6070
|
+
}
|
|
6071
|
+
export declare function getDeploymentRoutesArgsToJSON(getDeploymentRoutesArgs: GetDeploymentRoutesArgs): string;
|
|
6072
|
+
export declare function getDeploymentRoutesArgsFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesArgs, SDKValidationError>;
|
|
6073
|
+
/** @internal */
|
|
6074
|
+
export declare const GetDeploymentRoutesTransforms$inboundSchema: z.ZodType<GetDeploymentRoutesTransforms, z.ZodTypeDef, unknown>;
|
|
6075
|
+
/** @internal */
|
|
6076
|
+
export type GetDeploymentRoutesTransforms$Outbound = {
|
|
6077
|
+
type: string;
|
|
6078
|
+
op: string;
|
|
6079
|
+
target: GetDeploymentRoutesTarget$Outbound;
|
|
6080
|
+
args?: string | Array<string> | undefined;
|
|
6081
|
+
};
|
|
6082
|
+
/** @internal */
|
|
6083
|
+
export declare const GetDeploymentRoutesTransforms$outboundSchema: z.ZodType<GetDeploymentRoutesTransforms$Outbound, z.ZodTypeDef, GetDeploymentRoutesTransforms>;
|
|
6084
|
+
/**
|
|
6085
|
+
* @internal
|
|
6086
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6087
|
+
*/
|
|
6088
|
+
export declare namespace GetDeploymentRoutesTransforms$ {
|
|
6089
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$inboundSchema` instead. */
|
|
6090
|
+
const inboundSchema: z.ZodType<GetDeploymentRoutesTransforms, z.ZodTypeDef, unknown>;
|
|
6091
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$outboundSchema` instead. */
|
|
6092
|
+
const outboundSchema: z.ZodType<GetDeploymentRoutesTransforms$Outbound, z.ZodTypeDef, GetDeploymentRoutesTransforms>;
|
|
6093
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$Outbound` instead. */
|
|
6094
|
+
type Outbound = GetDeploymentRoutesTransforms$Outbound;
|
|
6095
|
+
}
|
|
6096
|
+
export declare function getDeploymentRoutesTransformsToJSON(getDeploymentRoutesTransforms: GetDeploymentRoutesTransforms): string;
|
|
6097
|
+
export declare function getDeploymentRoutesTransformsFromJSON(jsonString: string): SafeParseResult<GetDeploymentRoutesTransforms, SDKValidationError>;
|
|
6098
|
+
/** @internal */
|
|
5293
6099
|
export declare const GetDeploymentRoutesLocale$inboundSchema: z.ZodType<GetDeploymentRoutesLocale, z.ZodTypeDef, unknown>;
|
|
5294
6100
|
/** @internal */
|
|
5295
6101
|
export type GetDeploymentRoutesLocale$Outbound = {
|
|
@@ -5333,6 +6139,7 @@ export type GetDeploymentRoutes1$Outbound = {
|
|
|
5333
6139
|
has?: Array<GetDeploymentHas1$Outbound | GetDeploymentHas2$Outbound> | undefined;
|
|
5334
6140
|
missing?: Array<GetDeploymentMissing1$Outbound | GetDeploymentMissing2$Outbound> | undefined;
|
|
5335
6141
|
mitigate?: GetDeploymentRoutesMitigate$Outbound | undefined;
|
|
6142
|
+
transforms?: Array<GetDeploymentRoutesTransforms$Outbound> | undefined;
|
|
5336
6143
|
locale?: GetDeploymentRoutesLocale$Outbound | undefined;
|
|
5337
6144
|
middlewarePath?: string | undefined;
|
|
5338
6145
|
middlewareRawSrc?: Array<string> | undefined;
|
|
@@ -5747,6 +6554,7 @@ export type GetDeploymentMicrofrontends2$Outbound = {
|
|
|
5747
6554
|
defaultAppProjectName: string;
|
|
5748
6555
|
defaultRoute?: string | undefined;
|
|
5749
6556
|
groupIds: Array<string>;
|
|
6557
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5750
6558
|
};
|
|
5751
6559
|
/** @internal */
|
|
5752
6560
|
export declare const GetDeploymentMicrofrontends2$outboundSchema: z.ZodType<GetDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, GetDeploymentMicrofrontends2>;
|
|
@@ -5772,6 +6580,7 @@ export type GetDeploymentMicrofrontends1$Outbound = {
|
|
|
5772
6580
|
defaultAppProjectName: string;
|
|
5773
6581
|
defaultRoute?: string | undefined;
|
|
5774
6582
|
groupIds: Array<string>;
|
|
6583
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
5775
6584
|
};
|
|
5776
6585
|
/** @internal */
|
|
5777
6586
|
export declare const GetDeploymentMicrofrontends1$outboundSchema: z.ZodType<GetDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, GetDeploymentMicrofrontends1>;
|
|
@@ -6004,11 +6813,12 @@ export type GetDeploymentResponseBody1$Outbound = {
|
|
|
6004
6813
|
errorMessage?: string | null | undefined;
|
|
6005
6814
|
errorStep?: string | undefined;
|
|
6006
6815
|
passiveRegions?: Array<string> | undefined;
|
|
6007
|
-
gitSource?:
|
|
6816
|
+
gitSource?: GetDeploymentGitSourceDeployments12$Outbound | GetDeploymentGitSourceDeployments15$Outbound | GetDeploymentGitSourceDeployments4$Outbound | GetDeploymentGitSourceDeployments10$Outbound | GetDeploymentGitSourceDeployments11$Outbound | GetDeploymentGitSourceDeployments13$Outbound | GetDeploymentGitSourceDeployments14$Outbound | GetDeploymentGitSourceDeployments2$Outbound | GetDeploymentGitSourceDeployments3$Outbound | GetDeploymentGitSourceDeployments6$Outbound | GetDeploymentGitSourceDeployments9$Outbound | GetDeploymentGitSourceDeployments1$Outbound | GetDeploymentGitSourceDeployments5$Outbound | GetDeploymentGitSourceDeployments7$Outbound | GetDeploymentGitSourceDeployments8$Outbound | undefined;
|
|
6008
6817
|
meta: {
|
|
6009
6818
|
[k: string]: string;
|
|
6010
6819
|
};
|
|
6011
6820
|
originCacheRegion?: string | undefined;
|
|
6821
|
+
nodeVersion?: string | undefined;
|
|
6012
6822
|
project?: ResponseBodyProject$Outbound | undefined;
|
|
6013
6823
|
readySubstate?: string | undefined;
|
|
6014
6824
|
regions: Array<string>;
|