@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
|
@@ -83,6 +83,10 @@ export type GitMetadata = {
|
|
|
83
83
|
* The name of the author of the commit
|
|
84
84
|
*/
|
|
85
85
|
commitAuthorName?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* The email of the author of the commit
|
|
88
|
+
*/
|
|
89
|
+
commitAuthorEmail?: string | undefined;
|
|
86
90
|
/**
|
|
87
91
|
* The commit message
|
|
88
92
|
*/
|
|
@@ -99,6 +103,22 @@ export type GitMetadata = {
|
|
|
99
103
|
* Whether or not there have been modifications to the working tree since the latest commit
|
|
100
104
|
*/
|
|
101
105
|
dirty?: boolean | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* True if process.env.CI was set when deploying
|
|
108
|
+
*/
|
|
109
|
+
ci?: boolean | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The type of CI system used
|
|
112
|
+
*/
|
|
113
|
+
ciType?: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* The username used for the Git Provider (e.g. GitHub) if their CI (e.g. GitHub Actions) was used, if available
|
|
116
|
+
*/
|
|
117
|
+
ciGitProviderUsername?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* The visibility of the Git repository if their CI (e.g. GitHub Actions) was used, if available
|
|
120
|
+
*/
|
|
121
|
+
ciGitRepoVisibility?: string | undefined;
|
|
102
122
|
};
|
|
103
123
|
export declare const CreateDeploymentGitSourceDeploymentsRequestType: {
|
|
104
124
|
readonly Bitbucket: "bitbucket";
|
|
@@ -209,6 +229,8 @@ export declare const Framework: {
|
|
|
209
229
|
readonly SanityV3: "sanity-v3";
|
|
210
230
|
readonly Sanity: "sanity";
|
|
211
231
|
readonly Storybook: "storybook";
|
|
232
|
+
readonly Nitro: "nitro";
|
|
233
|
+
readonly Hono: "hono";
|
|
212
234
|
};
|
|
213
235
|
/**
|
|
214
236
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -408,6 +430,8 @@ export declare const CreateDeploymentFramework: {
|
|
|
408
430
|
readonly SanityV3: "sanity-v3";
|
|
409
431
|
readonly Sanity: "sanity";
|
|
410
432
|
readonly Storybook: "storybook";
|
|
433
|
+
readonly Nitro: "nitro";
|
|
434
|
+
readonly Hono: "hono";
|
|
411
435
|
};
|
|
412
436
|
export type CreateDeploymentFramework = ClosedEnum<typeof CreateDeploymentFramework>;
|
|
413
437
|
export type CreateDeploymentSpeedInsights = {
|
|
@@ -437,10 +461,10 @@ export type CreateDeploymentProjectSettings = {
|
|
|
437
461
|
};
|
|
438
462
|
export declare const CreateDeploymentDeploymentsStatus: {
|
|
439
463
|
readonly Error: "error";
|
|
464
|
+
readonly Timeout: "timeout";
|
|
440
465
|
readonly Skipped: "skipped";
|
|
441
466
|
readonly Pending: "pending";
|
|
442
467
|
readonly Ready: "ready";
|
|
443
|
-
readonly Timeout: "timeout";
|
|
444
468
|
};
|
|
445
469
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<typeof CreateDeploymentDeploymentsStatus>;
|
|
446
470
|
export type Integrations = {
|
|
@@ -521,8 +545,8 @@ export type Creator = {
|
|
|
521
545
|
avatar?: string | undefined;
|
|
522
546
|
};
|
|
523
547
|
export declare const CreateDeploymentReadyState: {
|
|
524
|
-
readonly Building: "BUILDING";
|
|
525
548
|
readonly Error: "ERROR";
|
|
549
|
+
readonly Building: "BUILDING";
|
|
526
550
|
readonly Initializing: "INITIALIZING";
|
|
527
551
|
readonly Ready: "READY";
|
|
528
552
|
};
|
|
@@ -537,8 +561,8 @@ export type CreateDeploymentOutput = {
|
|
|
537
561
|
export type Lambdas = {
|
|
538
562
|
id?: string | undefined;
|
|
539
563
|
createdAt?: number | undefined;
|
|
540
|
-
entrypoint?: string | null | undefined;
|
|
541
564
|
readyState?: CreateDeploymentReadyState | undefined;
|
|
565
|
+
entrypoint?: string | null | undefined;
|
|
542
566
|
readyStateAt?: number | undefined;
|
|
543
567
|
output: Array<CreateDeploymentOutput>;
|
|
544
568
|
};
|
|
@@ -576,9 +600,9 @@ export type CustomEnvironmentType = ClosedEnum<typeof CustomEnvironmentType>;
|
|
|
576
600
|
* The type of matching to perform
|
|
577
601
|
*/
|
|
578
602
|
export declare const CreateDeploymentCustomEnvironmentType: {
|
|
603
|
+
readonly EndsWith: "endsWith";
|
|
579
604
|
readonly StartsWith: "startsWith";
|
|
580
605
|
readonly Equals: "equals";
|
|
581
|
-
readonly EndsWith: "endsWith";
|
|
582
606
|
};
|
|
583
607
|
/**
|
|
584
608
|
* The type of matching to perform
|
|
@@ -678,12 +702,12 @@ export declare const CreateDeploymentType: {
|
|
|
678
702
|
readonly Lambdas: "LAMBDAS";
|
|
679
703
|
};
|
|
680
704
|
export type CreateDeploymentType = ClosedEnum<typeof CreateDeploymentType>;
|
|
681
|
-
export declare const
|
|
705
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type: {
|
|
682
706
|
readonly Bitbucket: "bitbucket";
|
|
683
707
|
};
|
|
684
|
-
export type
|
|
685
|
-
export type
|
|
686
|
-
type:
|
|
708
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
|
|
709
|
+
export type CreateDeploymentGitSource15 = {
|
|
710
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type;
|
|
687
711
|
ref: string;
|
|
688
712
|
sha: string;
|
|
689
713
|
owner?: string | undefined;
|
|
@@ -691,22 +715,34 @@ export type CreateDeploymentGitSource12 = {
|
|
|
691
715
|
workspaceUuid: string;
|
|
692
716
|
repoUuid: string;
|
|
693
717
|
};
|
|
694
|
-
export declare const
|
|
718
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type: {
|
|
695
719
|
readonly Gitlab: "gitlab";
|
|
696
720
|
};
|
|
697
|
-
export type
|
|
698
|
-
export type
|
|
699
|
-
type:
|
|
721
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
|
|
722
|
+
export type CreateDeploymentGitSource14 = {
|
|
723
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type;
|
|
700
724
|
ref: string;
|
|
701
725
|
sha: string;
|
|
702
726
|
projectId: number;
|
|
703
727
|
};
|
|
704
|
-
export declare const
|
|
728
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type: {
|
|
729
|
+
readonly GithubLimited: "github-limited";
|
|
730
|
+
};
|
|
731
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
|
|
732
|
+
export type CreateDeploymentGitSource13 = {
|
|
733
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type;
|
|
734
|
+
ref: string;
|
|
735
|
+
sha: string;
|
|
736
|
+
repoId: number;
|
|
737
|
+
org?: string | undefined;
|
|
738
|
+
repo?: string | undefined;
|
|
739
|
+
};
|
|
740
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type: {
|
|
705
741
|
readonly GithubCustomHost: "github-custom-host";
|
|
706
742
|
};
|
|
707
|
-
export type
|
|
708
|
-
export type
|
|
709
|
-
type:
|
|
743
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
|
|
744
|
+
export type CreateDeploymentGitSource12 = {
|
|
745
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
|
|
710
746
|
host: string;
|
|
711
747
|
ref: string;
|
|
712
748
|
sha: string;
|
|
@@ -714,63 +750,87 @@ export type CreateDeploymentGitSource10 = {
|
|
|
714
750
|
org?: string | undefined;
|
|
715
751
|
repo?: string | undefined;
|
|
716
752
|
};
|
|
717
|
-
export declare const
|
|
753
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type: {
|
|
718
754
|
readonly Github: "github";
|
|
719
755
|
};
|
|
720
|
-
export type
|
|
721
|
-
export type
|
|
722
|
-
type:
|
|
756
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
|
|
757
|
+
export type CreateDeploymentGitSource11 = {
|
|
758
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
|
|
723
759
|
ref: string;
|
|
724
760
|
sha: string;
|
|
725
761
|
repoId: number;
|
|
726
762
|
org?: string | undefined;
|
|
727
763
|
repo?: string | undefined;
|
|
728
764
|
};
|
|
729
|
-
export declare const
|
|
765
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type: {
|
|
730
766
|
readonly Custom: "custom";
|
|
731
767
|
};
|
|
732
|
-
export type
|
|
768
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
|
|
733
769
|
/**
|
|
734
770
|
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
735
771
|
*/
|
|
736
|
-
export type
|
|
737
|
-
type:
|
|
772
|
+
export type CreateDeploymentGitSource10 = {
|
|
773
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
|
|
738
774
|
ref: string;
|
|
739
775
|
sha: string;
|
|
740
776
|
gitUrl: string;
|
|
741
777
|
};
|
|
742
|
-
export declare const
|
|
778
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type: {
|
|
779
|
+
readonly Bitbucket: "bitbucket";
|
|
780
|
+
};
|
|
781
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type>;
|
|
782
|
+
export type CreateDeploymentGitSource9 = {
|
|
783
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
|
|
784
|
+
owner: string;
|
|
785
|
+
slug: string;
|
|
786
|
+
ref?: string | null | undefined;
|
|
787
|
+
sha?: string | undefined;
|
|
788
|
+
prId?: number | null | undefined;
|
|
789
|
+
};
|
|
790
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type: {
|
|
743
791
|
readonly Bitbucket: "bitbucket";
|
|
744
792
|
};
|
|
793
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type>;
|
|
794
|
+
export type CreateDeploymentGitSource8 = {
|
|
795
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
|
|
796
|
+
workspaceUuid?: string | undefined;
|
|
797
|
+
repoUuid: string;
|
|
798
|
+
ref?: string | null | undefined;
|
|
799
|
+
sha?: string | undefined;
|
|
800
|
+
prId?: number | null | undefined;
|
|
801
|
+
};
|
|
802
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type: {
|
|
803
|
+
readonly Gitlab: "gitlab";
|
|
804
|
+
};
|
|
745
805
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type>;
|
|
806
|
+
export type GitSourceProjectId = string | number;
|
|
746
807
|
export type CreateDeploymentGitSource7 = {
|
|
747
808
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
|
|
748
|
-
|
|
749
|
-
slug: string;
|
|
809
|
+
projectId: string | number;
|
|
750
810
|
ref?: string | null | undefined;
|
|
751
811
|
sha?: string | undefined;
|
|
752
812
|
prId?: number | null | undefined;
|
|
753
813
|
};
|
|
754
814
|
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type: {
|
|
755
|
-
readonly
|
|
815
|
+
readonly GithubLimited: "github-limited";
|
|
756
816
|
};
|
|
757
817
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type>;
|
|
758
818
|
export type CreateDeploymentGitSource6 = {
|
|
759
819
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
|
|
760
|
-
|
|
761
|
-
|
|
820
|
+
org: string;
|
|
821
|
+
repo: string;
|
|
762
822
|
ref?: string | null | undefined;
|
|
763
823
|
sha?: string | undefined;
|
|
764
824
|
prId?: number | null | undefined;
|
|
765
825
|
};
|
|
766
826
|
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type: {
|
|
767
|
-
readonly
|
|
827
|
+
readonly GithubLimited: "github-limited";
|
|
768
828
|
};
|
|
769
829
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type>;
|
|
770
|
-
export type
|
|
830
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
|
|
771
831
|
export type CreateDeploymentGitSource5 = {
|
|
772
832
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
|
|
773
|
-
|
|
833
|
+
repoId: string | number;
|
|
774
834
|
ref?: string | null | undefined;
|
|
775
835
|
sha?: string | undefined;
|
|
776
836
|
prId?: number | null | undefined;
|
|
@@ -825,12 +885,29 @@ export type CreateDeploymentGitSource1 = {
|
|
|
825
885
|
sha?: string | undefined;
|
|
826
886
|
prId?: number | null | undefined;
|
|
827
887
|
};
|
|
828
|
-
export type CreateDeploymentGitSource =
|
|
888
|
+
export type CreateDeploymentGitSource = CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8;
|
|
829
889
|
export type CreateDeploymentProject = {
|
|
830
890
|
id: string;
|
|
831
891
|
name: string;
|
|
832
892
|
framework?: string | null | undefined;
|
|
833
893
|
};
|
|
894
|
+
/**
|
|
895
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
896
|
+
*/
|
|
897
|
+
export declare const CreateDeploymentNodeVersion: {
|
|
898
|
+
readonly TwentyTwoDotX: "22.x";
|
|
899
|
+
readonly TwentyDotX: "20.x";
|
|
900
|
+
readonly EighteenDotX: "18.x";
|
|
901
|
+
readonly SixteenDotX: "16.x";
|
|
902
|
+
readonly FourteenDotX: "14.x";
|
|
903
|
+
readonly TwelveDotX: "12.x";
|
|
904
|
+
readonly TenDotX: "10.x";
|
|
905
|
+
readonly EightDot10DotX: "8.10.x";
|
|
906
|
+
};
|
|
907
|
+
/**
|
|
908
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
909
|
+
*/
|
|
910
|
+
export type CreateDeploymentNodeVersion = ClosedEnum<typeof CreateDeploymentNodeVersion>;
|
|
834
911
|
export declare const ReadyState: {
|
|
835
912
|
readonly Canceled: "CANCELED";
|
|
836
913
|
readonly Error: "ERROR";
|
|
@@ -903,19 +980,19 @@ export type OidcTokenClaims = {
|
|
|
903
980
|
environment: string;
|
|
904
981
|
};
|
|
905
982
|
export declare const CreateDeploymentPlan: {
|
|
983
|
+
readonly Hobby: "hobby";
|
|
906
984
|
readonly Pro: "pro";
|
|
907
985
|
readonly Enterprise: "enterprise";
|
|
908
|
-
readonly Hobby: "hobby";
|
|
909
986
|
};
|
|
910
987
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
911
988
|
export declare const FunctionType: {
|
|
912
|
-
readonly Fluid: "fluid";
|
|
913
989
|
readonly Standard: "standard";
|
|
990
|
+
readonly Fluid: "fluid";
|
|
914
991
|
};
|
|
915
992
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
916
993
|
export declare const FunctionMemoryType: {
|
|
917
|
-
readonly Standard: "standard";
|
|
918
994
|
readonly StandardLegacy: "standard_legacy";
|
|
995
|
+
readonly Standard: "standard";
|
|
919
996
|
readonly Performance: "performance";
|
|
920
997
|
};
|
|
921
998
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -936,6 +1013,45 @@ export declare const Architecture: {
|
|
|
936
1013
|
readonly Arm64: "arm64";
|
|
937
1014
|
};
|
|
938
1015
|
export type Architecture = ClosedEnum<typeof Architecture>;
|
|
1016
|
+
/**
|
|
1017
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1018
|
+
*/
|
|
1019
|
+
export declare const CreateDeploymentDeploymentsType: {
|
|
1020
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
1021
|
+
};
|
|
1022
|
+
/**
|
|
1023
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1024
|
+
*/
|
|
1025
|
+
export type CreateDeploymentDeploymentsType = ClosedEnum<typeof CreateDeploymentDeploymentsType>;
|
|
1026
|
+
/**
|
|
1027
|
+
* Queue trigger event for Vercel's queue system. Handles "queue/v1beta" events with queue-specific configuration.
|
|
1028
|
+
*/
|
|
1029
|
+
export type ExperimentalTriggers = {
|
|
1030
|
+
/**
|
|
1031
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1032
|
+
*/
|
|
1033
|
+
type: CreateDeploymentDeploymentsType;
|
|
1034
|
+
/**
|
|
1035
|
+
* Name of the queue topic to consume from (REQUIRED)
|
|
1036
|
+
*/
|
|
1037
|
+
topic: string;
|
|
1038
|
+
/**
|
|
1039
|
+
* Name of the consumer group for this trigger (REQUIRED)
|
|
1040
|
+
*/
|
|
1041
|
+
consumer: string;
|
|
1042
|
+
/**
|
|
1043
|
+
* 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.
|
|
1044
|
+
*/
|
|
1045
|
+
maxDeliveries?: number | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
|
|
1048
|
+
*/
|
|
1049
|
+
retryAfterSeconds?: number | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* 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.
|
|
1052
|
+
*/
|
|
1053
|
+
initialDelaySeconds?: number | undefined;
|
|
1054
|
+
};
|
|
939
1055
|
export type Functions = {
|
|
940
1056
|
architecture?: Architecture | undefined;
|
|
941
1057
|
memory?: number | undefined;
|
|
@@ -943,6 +1059,7 @@ export type Functions = {
|
|
|
943
1059
|
runtime?: string | undefined;
|
|
944
1060
|
includeFiles?: string | undefined;
|
|
945
1061
|
excludeFiles?: string | undefined;
|
|
1062
|
+
experimentalTriggers?: Array<ExperimentalTriggers> | undefined;
|
|
946
1063
|
};
|
|
947
1064
|
export type Routes3 = {
|
|
948
1065
|
src: string;
|
|
@@ -950,12 +1067,12 @@ export type Routes3 = {
|
|
|
950
1067
|
middleware: number;
|
|
951
1068
|
};
|
|
952
1069
|
export declare const RoutesHandle: {
|
|
953
|
-
readonly Error: "error";
|
|
954
1070
|
readonly Filesystem: "filesystem";
|
|
1071
|
+
readonly Error: "error";
|
|
955
1072
|
readonly Hit: "hit";
|
|
956
1073
|
readonly Miss: "miss";
|
|
957
|
-
readonly Rewrite: "rewrite";
|
|
958
1074
|
readonly Resource: "resource";
|
|
1075
|
+
readonly Rewrite: "rewrite";
|
|
959
1076
|
};
|
|
960
1077
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
961
1078
|
export type Routes2 = {
|
|
@@ -1072,6 +1189,42 @@ export type RoutesAction = ClosedEnum<typeof RoutesAction>;
|
|
|
1072
1189
|
export type RoutesMitigate = {
|
|
1073
1190
|
action: RoutesAction;
|
|
1074
1191
|
};
|
|
1192
|
+
export declare const RoutesType: {
|
|
1193
|
+
readonly RequestHeaders: "request.headers";
|
|
1194
|
+
readonly RequestQuery: "request.query";
|
|
1195
|
+
readonly ResponseHeaders: "response.headers";
|
|
1196
|
+
};
|
|
1197
|
+
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1198
|
+
export declare const CreateDeploymentRoutesOp: {
|
|
1199
|
+
readonly Set: "set";
|
|
1200
|
+
readonly Append: "append";
|
|
1201
|
+
readonly Delete: "delete";
|
|
1202
|
+
};
|
|
1203
|
+
export type CreateDeploymentRoutesOp = ClosedEnum<typeof CreateDeploymentRoutesOp>;
|
|
1204
|
+
export type KeyEq = string | number;
|
|
1205
|
+
export type Key2 = {
|
|
1206
|
+
eq?: string | number | undefined;
|
|
1207
|
+
neq?: string | undefined;
|
|
1208
|
+
inc?: Array<string> | undefined;
|
|
1209
|
+
ninc?: Array<string> | undefined;
|
|
1210
|
+
pre?: string | undefined;
|
|
1211
|
+
suf?: string | undefined;
|
|
1212
|
+
gt?: number | undefined;
|
|
1213
|
+
gte?: number | undefined;
|
|
1214
|
+
lt?: number | undefined;
|
|
1215
|
+
lte?: number | undefined;
|
|
1216
|
+
};
|
|
1217
|
+
export type Key = Key2 | string;
|
|
1218
|
+
export type RoutesTarget = {
|
|
1219
|
+
key: Key2 | string;
|
|
1220
|
+
};
|
|
1221
|
+
export type Args = string | Array<string>;
|
|
1222
|
+
export type Transforms = {
|
|
1223
|
+
type: RoutesType;
|
|
1224
|
+
op: CreateDeploymentRoutesOp;
|
|
1225
|
+
target: RoutesTarget;
|
|
1226
|
+
args?: string | Array<string> | undefined;
|
|
1227
|
+
};
|
|
1075
1228
|
export type Locale = {
|
|
1076
1229
|
redirect?: {
|
|
1077
1230
|
[k: string]: string;
|
|
@@ -1094,6 +1247,7 @@ export type Routes1 = {
|
|
|
1094
1247
|
has?: Array<Has1 | Has2> | undefined;
|
|
1095
1248
|
missing?: Array<Missing1 | Missing2> | undefined;
|
|
1096
1249
|
mitigate?: RoutesMitigate | undefined;
|
|
1250
|
+
transforms?: Array<Transforms> | undefined;
|
|
1097
1251
|
locale?: Locale | undefined;
|
|
1098
1252
|
/**
|
|
1099
1253
|
* A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
|
|
@@ -1113,10 +1267,30 @@ export type CreateDeploymentCrons = {
|
|
|
1113
1267
|
schedule: string;
|
|
1114
1268
|
path: string;
|
|
1115
1269
|
};
|
|
1270
|
+
export declare const CreateDeploymentState: {
|
|
1271
|
+
readonly Succeeded: "succeeded";
|
|
1272
|
+
readonly Failed: "failed";
|
|
1273
|
+
readonly Pending: "pending";
|
|
1274
|
+
};
|
|
1275
|
+
export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
|
|
1276
|
+
/**
|
|
1277
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1278
|
+
*/
|
|
1279
|
+
export type DeploymentAlias = {
|
|
1280
|
+
state: CreateDeploymentState;
|
|
1281
|
+
startedAt: number;
|
|
1282
|
+
completedAt?: number | undefined;
|
|
1283
|
+
};
|
|
1284
|
+
export type CreateDeploymentChecks = {
|
|
1285
|
+
/**
|
|
1286
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1287
|
+
*/
|
|
1288
|
+
deploymentAlias: DeploymentAlias;
|
|
1289
|
+
};
|
|
1116
1290
|
/**
|
|
1117
1291
|
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1118
1292
|
*/
|
|
1119
|
-
export type
|
|
1293
|
+
export type Applications = {
|
|
1120
1294
|
isDefaultApp?: boolean | undefined;
|
|
1121
1295
|
/**
|
|
1122
1296
|
* This is the production alias, it will always show the most up to date of each application.
|
|
@@ -1133,7 +1307,7 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1133
1307
|
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1134
1308
|
*/
|
|
1135
1309
|
applications?: {
|
|
1136
|
-
[k: string]:
|
|
1310
|
+
[k: string]: Applications;
|
|
1137
1311
|
} | undefined;
|
|
1138
1312
|
isDefaultApp: boolean;
|
|
1139
1313
|
/**
|
|
@@ -1148,6 +1322,10 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1148
1322
|
* 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.
|
|
1149
1323
|
*/
|
|
1150
1324
|
groupIds: Array<string>;
|
|
1325
|
+
/**
|
|
1326
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1327
|
+
*/
|
|
1328
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1151
1329
|
};
|
|
1152
1330
|
export type CreateDeploymentMicrofrontends1 = {
|
|
1153
1331
|
/**
|
|
@@ -1166,35 +1344,19 @@ export type CreateDeploymentMicrofrontends1 = {
|
|
|
1166
1344
|
* 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.
|
|
1167
1345
|
*/
|
|
1168
1346
|
groupIds: Array<string>;
|
|
1169
|
-
};
|
|
1170
|
-
export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
|
|
1171
|
-
export declare const CreateDeploymentState: {
|
|
1172
|
-
readonly Succeeded: "succeeded";
|
|
1173
|
-
readonly Failed: "failed";
|
|
1174
|
-
readonly Pending: "pending";
|
|
1175
|
-
};
|
|
1176
|
-
export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
|
|
1177
|
-
/**
|
|
1178
|
-
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1179
|
-
*/
|
|
1180
|
-
export type DeploymentAlias = {
|
|
1181
|
-
state: CreateDeploymentState;
|
|
1182
|
-
startedAt: number;
|
|
1183
|
-
completedAt?: number | undefined;
|
|
1184
|
-
};
|
|
1185
|
-
export type CreateDeploymentChecks = {
|
|
1186
1347
|
/**
|
|
1187
|
-
*
|
|
1348
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1188
1349
|
*/
|
|
1189
|
-
|
|
1350
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1190
1351
|
};
|
|
1352
|
+
export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1;
|
|
1191
1353
|
export declare const CreateDeploymentGitRepoDeploymentsType: {
|
|
1192
1354
|
readonly Bitbucket: "bitbucket";
|
|
1193
1355
|
};
|
|
1194
1356
|
export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
1195
1357
|
export declare const CreateDeploymentGitRepoOwnerType: {
|
|
1196
|
-
readonly Team: "team";
|
|
1197
1358
|
readonly User: "user";
|
|
1359
|
+
readonly Team: "team";
|
|
1198
1360
|
};
|
|
1199
1361
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
|
|
1200
1362
|
export type GitRepo3 = {
|
|
@@ -1214,8 +1376,8 @@ export declare const CreateDeploymentGitRepoType: {
|
|
|
1214
1376
|
};
|
|
1215
1377
|
export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
|
|
1216
1378
|
export declare const GitRepoOwnerType: {
|
|
1217
|
-
readonly Team: "team";
|
|
1218
1379
|
readonly User: "user";
|
|
1380
|
+
readonly Team: "team";
|
|
1219
1381
|
};
|
|
1220
1382
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1221
1383
|
export type GitRepo2 = {
|
|
@@ -1235,8 +1397,8 @@ export declare const GitRepoType: {
|
|
|
1235
1397
|
};
|
|
1236
1398
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1237
1399
|
export declare const OwnerType: {
|
|
1238
|
-
readonly Team: "team";
|
|
1239
1400
|
readonly User: "user";
|
|
1401
|
+
readonly Team: "team";
|
|
1240
1402
|
};
|
|
1241
1403
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1242
1404
|
export type GitRepo1 = {
|
|
@@ -1322,20 +1484,24 @@ export type CreateDeploymentResponseBody = {
|
|
|
1322
1484
|
* applies to custom domains only, defaults to `true`
|
|
1323
1485
|
*/
|
|
1324
1486
|
autoAssignCustomDomains?: boolean | undefined;
|
|
1325
|
-
gitSource?:
|
|
1487
|
+
gitSource?: CreateDeploymentGitSource12 | CreateDeploymentGitSource15 | CreateDeploymentGitSource4 | CreateDeploymentGitSource10 | CreateDeploymentGitSource11 | CreateDeploymentGitSource13 | CreateDeploymentGitSource14 | CreateDeploymentGitSource2 | CreateDeploymentGitSource3 | CreateDeploymentGitSource6 | CreateDeploymentGitSource9 | CreateDeploymentGitSource1 | CreateDeploymentGitSource5 | CreateDeploymentGitSource7 | CreateDeploymentGitSource8 | undefined;
|
|
1326
1488
|
meta: {
|
|
1327
1489
|
[k: string]: string;
|
|
1328
1490
|
};
|
|
1329
1491
|
project?: CreateDeploymentProject | undefined;
|
|
1492
|
+
/**
|
|
1493
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1494
|
+
*/
|
|
1495
|
+
nodeVersion?: CreateDeploymentNodeVersion | undefined;
|
|
1330
1496
|
readyState: ReadyState;
|
|
1331
1497
|
source?: CreateDeploymentSource | undefined;
|
|
1332
1498
|
target?: CreateDeploymentTarget | null | undefined;
|
|
1499
|
+
errorMessage?: string | null | undefined;
|
|
1333
1500
|
/**
|
|
1334
1501
|
* 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
|
|
1335
1502
|
*/
|
|
1336
1503
|
passiveRegions?: Array<string> | undefined;
|
|
1337
1504
|
regions: Array<string>;
|
|
1338
|
-
errorMessage?: string | null | undefined;
|
|
1339
1505
|
aliasWarning?: AliasWarning | null | undefined;
|
|
1340
1506
|
aliasError?: AliasError | null | undefined;
|
|
1341
1507
|
aliasFinal?: string | null | undefined;
|
|
@@ -1373,8 +1539,8 @@ export type CreateDeploymentResponseBody = {
|
|
|
1373
1539
|
} | null | undefined;
|
|
1374
1540
|
routes: Array<Routes3 | Routes1 | Routes2> | null;
|
|
1375
1541
|
crons?: Array<CreateDeploymentCrons> | undefined;
|
|
1376
|
-
microfrontends?: CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1 | undefined;
|
|
1377
1542
|
checks?: CreateDeploymentChecks | undefined;
|
|
1543
|
+
microfrontends?: CreateDeploymentMicrofrontends2 | CreateDeploymentMicrofrontends1 | undefined;
|
|
1378
1544
|
connectBuildsEnabled?: boolean | undefined;
|
|
1379
1545
|
connectConfigurationId?: string | undefined;
|
|
1380
1546
|
createdIn: string;
|
|
@@ -1519,10 +1685,15 @@ export declare const GitMetadata$inboundSchema: z.ZodType<GitMetadata, z.ZodType
|
|
|
1519
1685
|
export type GitMetadata$Outbound = {
|
|
1520
1686
|
remoteUrl?: string | undefined;
|
|
1521
1687
|
commitAuthorName?: string | undefined;
|
|
1688
|
+
commitAuthorEmail?: string | undefined;
|
|
1522
1689
|
commitMessage?: string | undefined;
|
|
1523
1690
|
commitRef?: string | undefined;
|
|
1524
1691
|
commitSha?: string | undefined;
|
|
1525
1692
|
dirty?: boolean | undefined;
|
|
1693
|
+
ci?: boolean | undefined;
|
|
1694
|
+
ciType?: string | undefined;
|
|
1695
|
+
ciGitProviderUsername?: string | undefined;
|
|
1696
|
+
ciGitRepoVisibility?: string | undefined;
|
|
1526
1697
|
};
|
|
1527
1698
|
/** @internal */
|
|
1528
1699
|
export declare const GitMetadata$outboundSchema: z.ZodType<GitMetadata$Outbound, z.ZodTypeDef, GitMetadata>;
|
|
@@ -1875,6 +2046,8 @@ export declare namespace Framework$ {
|
|
|
1875
2046
|
readonly SanityV3: "sanity-v3";
|
|
1876
2047
|
readonly Sanity: "sanity";
|
|
1877
2048
|
readonly Storybook: "storybook";
|
|
2049
|
+
readonly Nitro: "nitro";
|
|
2050
|
+
readonly Hono: "hono";
|
|
1878
2051
|
}>;
|
|
1879
2052
|
/** @deprecated use `Framework$outboundSchema` instead. */
|
|
1880
2053
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -1924,6 +2097,8 @@ export declare namespace Framework$ {
|
|
|
1924
2097
|
readonly SanityV3: "sanity-v3";
|
|
1925
2098
|
readonly Sanity: "sanity";
|
|
1926
2099
|
readonly Storybook: "storybook";
|
|
2100
|
+
readonly Nitro: "nitro";
|
|
2101
|
+
readonly Hono: "hono";
|
|
1927
2102
|
}>;
|
|
1928
2103
|
}
|
|
1929
2104
|
/** @internal */
|
|
@@ -2176,6 +2351,8 @@ export declare namespace CreateDeploymentFramework$ {
|
|
|
2176
2351
|
readonly SanityV3: "sanity-v3";
|
|
2177
2352
|
readonly Sanity: "sanity";
|
|
2178
2353
|
readonly Storybook: "storybook";
|
|
2354
|
+
readonly Nitro: "nitro";
|
|
2355
|
+
readonly Hono: "hono";
|
|
2179
2356
|
}>;
|
|
2180
2357
|
/** @deprecated use `CreateDeploymentFramework$outboundSchema` instead. */
|
|
2181
2358
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -2225,6 +2402,8 @@ export declare namespace CreateDeploymentFramework$ {
|
|
|
2225
2402
|
readonly SanityV3: "sanity-v3";
|
|
2226
2403
|
readonly Sanity: "sanity";
|
|
2227
2404
|
readonly Storybook: "storybook";
|
|
2405
|
+
readonly Nitro: "nitro";
|
|
2406
|
+
readonly Hono: "hono";
|
|
2228
2407
|
}>;
|
|
2229
2408
|
}
|
|
2230
2409
|
/** @internal */
|
|
@@ -2321,18 +2500,18 @@ export declare namespace CreateDeploymentDeploymentsStatus$ {
|
|
|
2321
2500
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$inboundSchema` instead. */
|
|
2322
2501
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2323
2502
|
readonly Error: "error";
|
|
2503
|
+
readonly Timeout: "timeout";
|
|
2324
2504
|
readonly Skipped: "skipped";
|
|
2325
2505
|
readonly Pending: "pending";
|
|
2326
2506
|
readonly Ready: "ready";
|
|
2327
|
-
readonly Timeout: "timeout";
|
|
2328
2507
|
}>;
|
|
2329
2508
|
/** @deprecated use `CreateDeploymentDeploymentsStatus$outboundSchema` instead. */
|
|
2330
2509
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2331
2510
|
readonly Error: "error";
|
|
2511
|
+
readonly Timeout: "timeout";
|
|
2332
2512
|
readonly Skipped: "skipped";
|
|
2333
2513
|
readonly Pending: "pending";
|
|
2334
2514
|
readonly Ready: "ready";
|
|
2335
|
-
readonly Timeout: "timeout";
|
|
2336
2515
|
}>;
|
|
2337
2516
|
}
|
|
2338
2517
|
/** @internal */
|
|
@@ -2536,15 +2715,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
|
|
|
2536
2715
|
export declare namespace CreateDeploymentReadyState$ {
|
|
2537
2716
|
/** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
|
|
2538
2717
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2539
|
-
readonly Building: "BUILDING";
|
|
2540
2718
|
readonly Error: "ERROR";
|
|
2719
|
+
readonly Building: "BUILDING";
|
|
2541
2720
|
readonly Initializing: "INITIALIZING";
|
|
2542
2721
|
readonly Ready: "READY";
|
|
2543
2722
|
}>;
|
|
2544
2723
|
/** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
|
|
2545
2724
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2546
|
-
readonly Building: "BUILDING";
|
|
2547
2725
|
readonly Error: "ERROR";
|
|
2726
|
+
readonly Building: "BUILDING";
|
|
2548
2727
|
readonly Initializing: "INITIALIZING";
|
|
2549
2728
|
readonly Ready: "READY";
|
|
2550
2729
|
}>;
|
|
@@ -2578,8 +2757,8 @@ export declare const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unk
|
|
|
2578
2757
|
export type Lambdas$Outbound = {
|
|
2579
2758
|
id?: string | undefined;
|
|
2580
2759
|
createdAt?: number | undefined;
|
|
2581
|
-
entrypoint?: string | null | undefined;
|
|
2582
2760
|
readyState?: string | undefined;
|
|
2761
|
+
entrypoint?: string | null | undefined;
|
|
2583
2762
|
readyStateAt?: number | undefined;
|
|
2584
2763
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
2585
2764
|
};
|
|
@@ -2707,15 +2886,15 @@ export declare const CreateDeploymentCustomEnvironmentType$outboundSchema: z.Zod
|
|
|
2707
2886
|
export declare namespace CreateDeploymentCustomEnvironmentType$ {
|
|
2708
2887
|
/** @deprecated use `CreateDeploymentCustomEnvironmentType$inboundSchema` instead. */
|
|
2709
2888
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2889
|
+
readonly EndsWith: "endsWith";
|
|
2710
2890
|
readonly StartsWith: "startsWith";
|
|
2711
2891
|
readonly Equals: "equals";
|
|
2712
|
-
readonly EndsWith: "endsWith";
|
|
2713
2892
|
}>;
|
|
2714
2893
|
/** @deprecated use `CreateDeploymentCustomEnvironmentType$outboundSchema` instead. */
|
|
2715
2894
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2895
|
+
readonly EndsWith: "endsWith";
|
|
2716
2896
|
readonly StartsWith: "startsWith";
|
|
2717
2897
|
readonly Equals: "equals";
|
|
2718
|
-
readonly EndsWith: "endsWith";
|
|
2719
2898
|
}>;
|
|
2720
2899
|
}
|
|
2721
2900
|
/** @internal */
|
|
@@ -2885,27 +3064,27 @@ export declare namespace CreateDeploymentType$ {
|
|
|
2885
3064
|
}>;
|
|
2886
3065
|
}
|
|
2887
3066
|
/** @internal */
|
|
2888
|
-
export declare const
|
|
3067
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
|
|
2889
3068
|
/** @internal */
|
|
2890
|
-
export declare const
|
|
3069
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type>;
|
|
2891
3070
|
/**
|
|
2892
3071
|
* @internal
|
|
2893
3072
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2894
3073
|
*/
|
|
2895
|
-
export declare namespace
|
|
2896
|
-
/** @deprecated use `
|
|
3074
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ {
|
|
3075
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema` instead. */
|
|
2897
3076
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2898
3077
|
readonly Bitbucket: "bitbucket";
|
|
2899
3078
|
}>;
|
|
2900
|
-
/** @deprecated use `
|
|
3079
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema` instead. */
|
|
2901
3080
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2902
3081
|
readonly Bitbucket: "bitbucket";
|
|
2903
3082
|
}>;
|
|
2904
3083
|
}
|
|
2905
3084
|
/** @internal */
|
|
2906
|
-
export declare const
|
|
3085
|
+
export declare const CreateDeploymentGitSource15$inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
|
|
2907
3086
|
/** @internal */
|
|
2908
|
-
export type
|
|
3087
|
+
export type CreateDeploymentGitSource15$Outbound = {
|
|
2909
3088
|
type: string;
|
|
2910
3089
|
ref: string;
|
|
2911
3090
|
sha: string;
|
|
@@ -2915,64 +3094,200 @@ export type CreateDeploymentGitSource12$Outbound = {
|
|
|
2915
3094
|
repoUuid: string;
|
|
2916
3095
|
};
|
|
2917
3096
|
/** @internal */
|
|
2918
|
-
export declare const
|
|
3097
|
+
export declare const CreateDeploymentGitSource15$outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
|
|
2919
3098
|
/**
|
|
2920
3099
|
* @internal
|
|
2921
3100
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2922
3101
|
*/
|
|
2923
|
-
export declare namespace
|
|
2924
|
-
/** @deprecated use `
|
|
2925
|
-
const inboundSchema: z.ZodType<
|
|
2926
|
-
/** @deprecated use `
|
|
2927
|
-
const outboundSchema: z.ZodType<
|
|
2928
|
-
/** @deprecated use `
|
|
2929
|
-
type Outbound =
|
|
3102
|
+
export declare namespace CreateDeploymentGitSource15$ {
|
|
3103
|
+
/** @deprecated use `CreateDeploymentGitSource15$inboundSchema` instead. */
|
|
3104
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSource15, z.ZodTypeDef, unknown>;
|
|
3105
|
+
/** @deprecated use `CreateDeploymentGitSource15$outboundSchema` instead. */
|
|
3106
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSource15$Outbound, z.ZodTypeDef, CreateDeploymentGitSource15>;
|
|
3107
|
+
/** @deprecated use `CreateDeploymentGitSource15$Outbound` instead. */
|
|
3108
|
+
type Outbound = CreateDeploymentGitSource15$Outbound;
|
|
2930
3109
|
}
|
|
2931
|
-
export declare function
|
|
2932
|
-
export declare function
|
|
3110
|
+
export declare function createDeploymentGitSource15ToJSON(createDeploymentGitSource15: CreateDeploymentGitSource15): string;
|
|
3111
|
+
export declare function createDeploymentGitSource15FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource15, SDKValidationError>;
|
|
2933
3112
|
/** @internal */
|
|
2934
|
-
export declare const
|
|
3113
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
|
|
2935
3114
|
/** @internal */
|
|
2936
|
-
export declare const
|
|
3115
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type>;
|
|
2937
3116
|
/**
|
|
2938
3117
|
* @internal
|
|
2939
3118
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2940
3119
|
*/
|
|
2941
|
-
export declare namespace
|
|
2942
|
-
/** @deprecated use `
|
|
3120
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ {
|
|
3121
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema` instead. */
|
|
2943
3122
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2944
3123
|
readonly Gitlab: "gitlab";
|
|
2945
3124
|
}>;
|
|
2946
|
-
/** @deprecated use `
|
|
3125
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema` instead. */
|
|
2947
3126
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2948
3127
|
readonly Gitlab: "gitlab";
|
|
2949
3128
|
}>;
|
|
2950
3129
|
}
|
|
2951
3130
|
/** @internal */
|
|
2952
|
-
export declare const
|
|
3131
|
+
export declare const CreateDeploymentGitSource14$inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
|
|
2953
3132
|
/** @internal */
|
|
2954
|
-
export type
|
|
3133
|
+
export type CreateDeploymentGitSource14$Outbound = {
|
|
2955
3134
|
type: string;
|
|
2956
3135
|
ref: string;
|
|
2957
3136
|
sha: string;
|
|
2958
3137
|
projectId: number;
|
|
2959
3138
|
};
|
|
2960
3139
|
/** @internal */
|
|
2961
|
-
export declare const
|
|
3140
|
+
export declare const CreateDeploymentGitSource14$outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
|
|
2962
3141
|
/**
|
|
2963
3142
|
* @internal
|
|
2964
3143
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2965
3144
|
*/
|
|
2966
|
-
export declare namespace
|
|
2967
|
-
/** @deprecated use `
|
|
2968
|
-
const inboundSchema: z.ZodType<
|
|
2969
|
-
/** @deprecated use `
|
|
2970
|
-
const outboundSchema: z.ZodType<
|
|
2971
|
-
/** @deprecated use `
|
|
2972
|
-
type Outbound =
|
|
3145
|
+
export declare namespace CreateDeploymentGitSource14$ {
|
|
3146
|
+
/** @deprecated use `CreateDeploymentGitSource14$inboundSchema` instead. */
|
|
3147
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSource14, z.ZodTypeDef, unknown>;
|
|
3148
|
+
/** @deprecated use `CreateDeploymentGitSource14$outboundSchema` instead. */
|
|
3149
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSource14$Outbound, z.ZodTypeDef, CreateDeploymentGitSource14>;
|
|
3150
|
+
/** @deprecated use `CreateDeploymentGitSource14$Outbound` instead. */
|
|
3151
|
+
type Outbound = CreateDeploymentGitSource14$Outbound;
|
|
2973
3152
|
}
|
|
2974
|
-
export declare function
|
|
2975
|
-
export declare function
|
|
3153
|
+
export declare function createDeploymentGitSource14ToJSON(createDeploymentGitSource14: CreateDeploymentGitSource14): string;
|
|
3154
|
+
export declare function createDeploymentGitSource14FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource14, SDKValidationError>;
|
|
3155
|
+
/** @internal */
|
|
3156
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
|
|
3157
|
+
/** @internal */
|
|
3158
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type>;
|
|
3159
|
+
/**
|
|
3160
|
+
* @internal
|
|
3161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3162
|
+
*/
|
|
3163
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ {
|
|
3164
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema` instead. */
|
|
3165
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3166
|
+
readonly GithubLimited: "github-limited";
|
|
3167
|
+
}>;
|
|
3168
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema` instead. */
|
|
3169
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3170
|
+
readonly GithubLimited: "github-limited";
|
|
3171
|
+
}>;
|
|
3172
|
+
}
|
|
3173
|
+
/** @internal */
|
|
3174
|
+
export declare const CreateDeploymentGitSource13$inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
|
|
3175
|
+
/** @internal */
|
|
3176
|
+
export type CreateDeploymentGitSource13$Outbound = {
|
|
3177
|
+
type: string;
|
|
3178
|
+
ref: string;
|
|
3179
|
+
sha: string;
|
|
3180
|
+
repoId: number;
|
|
3181
|
+
org?: string | undefined;
|
|
3182
|
+
repo?: string | undefined;
|
|
3183
|
+
};
|
|
3184
|
+
/** @internal */
|
|
3185
|
+
export declare const CreateDeploymentGitSource13$outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
|
|
3186
|
+
/**
|
|
3187
|
+
* @internal
|
|
3188
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3189
|
+
*/
|
|
3190
|
+
export declare namespace CreateDeploymentGitSource13$ {
|
|
3191
|
+
/** @deprecated use `CreateDeploymentGitSource13$inboundSchema` instead. */
|
|
3192
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSource13, z.ZodTypeDef, unknown>;
|
|
3193
|
+
/** @deprecated use `CreateDeploymentGitSource13$outboundSchema` instead. */
|
|
3194
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSource13$Outbound, z.ZodTypeDef, CreateDeploymentGitSource13>;
|
|
3195
|
+
/** @deprecated use `CreateDeploymentGitSource13$Outbound` instead. */
|
|
3196
|
+
type Outbound = CreateDeploymentGitSource13$Outbound;
|
|
3197
|
+
}
|
|
3198
|
+
export declare function createDeploymentGitSource13ToJSON(createDeploymentGitSource13: CreateDeploymentGitSource13): string;
|
|
3199
|
+
export declare function createDeploymentGitSource13FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource13, SDKValidationError>;
|
|
3200
|
+
/** @internal */
|
|
3201
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
|
|
3202
|
+
/** @internal */
|
|
3203
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type>;
|
|
3204
|
+
/**
|
|
3205
|
+
* @internal
|
|
3206
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3207
|
+
*/
|
|
3208
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
|
|
3209
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
|
|
3210
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3211
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3212
|
+
}>;
|
|
3213
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
|
|
3214
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3215
|
+
readonly GithubCustomHost: "github-custom-host";
|
|
3216
|
+
}>;
|
|
3217
|
+
}
|
|
3218
|
+
/** @internal */
|
|
3219
|
+
export declare const CreateDeploymentGitSource12$inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
|
|
3220
|
+
/** @internal */
|
|
3221
|
+
export type CreateDeploymentGitSource12$Outbound = {
|
|
3222
|
+
type: string;
|
|
3223
|
+
host: string;
|
|
3224
|
+
ref: string;
|
|
3225
|
+
sha: string;
|
|
3226
|
+
repoId: number;
|
|
3227
|
+
org?: string | undefined;
|
|
3228
|
+
repo?: string | undefined;
|
|
3229
|
+
};
|
|
3230
|
+
/** @internal */
|
|
3231
|
+
export declare const CreateDeploymentGitSource12$outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3235
|
+
*/
|
|
3236
|
+
export declare namespace CreateDeploymentGitSource12$ {
|
|
3237
|
+
/** @deprecated use `CreateDeploymentGitSource12$inboundSchema` instead. */
|
|
3238
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSource12, z.ZodTypeDef, unknown>;
|
|
3239
|
+
/** @deprecated use `CreateDeploymentGitSource12$outboundSchema` instead. */
|
|
3240
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSource12$Outbound, z.ZodTypeDef, CreateDeploymentGitSource12>;
|
|
3241
|
+
/** @deprecated use `CreateDeploymentGitSource12$Outbound` instead. */
|
|
3242
|
+
type Outbound = CreateDeploymentGitSource12$Outbound;
|
|
3243
|
+
}
|
|
3244
|
+
export declare function createDeploymentGitSource12ToJSON(createDeploymentGitSource12: CreateDeploymentGitSource12): string;
|
|
3245
|
+
export declare function createDeploymentGitSource12FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource12, SDKValidationError>;
|
|
3246
|
+
/** @internal */
|
|
3247
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
|
|
3248
|
+
/** @internal */
|
|
3249
|
+
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type>;
|
|
3250
|
+
/**
|
|
3251
|
+
* @internal
|
|
3252
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3253
|
+
*/
|
|
3254
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
|
|
3255
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
|
|
3256
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3257
|
+
readonly Github: "github";
|
|
3258
|
+
}>;
|
|
3259
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
|
|
3260
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3261
|
+
readonly Github: "github";
|
|
3262
|
+
}>;
|
|
3263
|
+
}
|
|
3264
|
+
/** @internal */
|
|
3265
|
+
export declare const CreateDeploymentGitSource11$inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
|
|
3266
|
+
/** @internal */
|
|
3267
|
+
export type CreateDeploymentGitSource11$Outbound = {
|
|
3268
|
+
type: string;
|
|
3269
|
+
ref: string;
|
|
3270
|
+
sha: string;
|
|
3271
|
+
repoId: number;
|
|
3272
|
+
org?: string | undefined;
|
|
3273
|
+
repo?: string | undefined;
|
|
3274
|
+
};
|
|
3275
|
+
/** @internal */
|
|
3276
|
+
export declare const CreateDeploymentGitSource11$outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
|
|
3277
|
+
/**
|
|
3278
|
+
* @internal
|
|
3279
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3280
|
+
*/
|
|
3281
|
+
export declare namespace CreateDeploymentGitSource11$ {
|
|
3282
|
+
/** @deprecated use `CreateDeploymentGitSource11$inboundSchema` instead. */
|
|
3283
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSource11, z.ZodTypeDef, unknown>;
|
|
3284
|
+
/** @deprecated use `CreateDeploymentGitSource11$outboundSchema` instead. */
|
|
3285
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSource11$Outbound, z.ZodTypeDef, CreateDeploymentGitSource11>;
|
|
3286
|
+
/** @deprecated use `CreateDeploymentGitSource11$Outbound` instead. */
|
|
3287
|
+
type Outbound = CreateDeploymentGitSource11$Outbound;
|
|
3288
|
+
}
|
|
3289
|
+
export declare function createDeploymentGitSource11ToJSON(createDeploymentGitSource11: CreateDeploymentGitSource11): string;
|
|
3290
|
+
export declare function createDeploymentGitSource11FromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSource11, SDKValidationError>;
|
|
2976
3291
|
/** @internal */
|
|
2977
3292
|
export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type>;
|
|
2978
3293
|
/** @internal */
|
|
@@ -2984,11 +3299,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
2984
3299
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
|
|
2985
3300
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
|
|
2986
3301
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2987
|
-
readonly
|
|
3302
|
+
readonly Custom: "custom";
|
|
2988
3303
|
}>;
|
|
2989
3304
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
|
|
2990
3305
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2991
|
-
readonly
|
|
3306
|
+
readonly Custom: "custom";
|
|
2992
3307
|
}>;
|
|
2993
3308
|
}
|
|
2994
3309
|
/** @internal */
|
|
@@ -2996,12 +3311,9 @@ export declare const CreateDeploymentGitSource10$inboundSchema: z.ZodType<Create
|
|
|
2996
3311
|
/** @internal */
|
|
2997
3312
|
export type CreateDeploymentGitSource10$Outbound = {
|
|
2998
3313
|
type: string;
|
|
2999
|
-
host: string;
|
|
3000
3314
|
ref: string;
|
|
3001
3315
|
sha: string;
|
|
3002
|
-
|
|
3003
|
-
org?: string | undefined;
|
|
3004
|
-
repo?: string | undefined;
|
|
3316
|
+
gitUrl: string;
|
|
3005
3317
|
};
|
|
3006
3318
|
/** @internal */
|
|
3007
3319
|
export declare const CreateDeploymentGitSource10$outboundSchema: z.ZodType<CreateDeploymentGitSource10$Outbound, z.ZodTypeDef, CreateDeploymentGitSource10>;
|
|
@@ -3030,11 +3342,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
3030
3342
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
|
|
3031
3343
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
|
|
3032
3344
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3033
|
-
readonly
|
|
3345
|
+
readonly Bitbucket: "bitbucket";
|
|
3034
3346
|
}>;
|
|
3035
3347
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
|
|
3036
3348
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3037
|
-
readonly
|
|
3349
|
+
readonly Bitbucket: "bitbucket";
|
|
3038
3350
|
}>;
|
|
3039
3351
|
}
|
|
3040
3352
|
/** @internal */
|
|
@@ -3042,11 +3354,11 @@ export declare const CreateDeploymentGitSource9$inboundSchema: z.ZodType<CreateD
|
|
|
3042
3354
|
/** @internal */
|
|
3043
3355
|
export type CreateDeploymentGitSource9$Outbound = {
|
|
3044
3356
|
type: string;
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3357
|
+
owner: string;
|
|
3358
|
+
slug: string;
|
|
3359
|
+
ref?: string | null | undefined;
|
|
3360
|
+
sha?: string | undefined;
|
|
3361
|
+
prId?: number | null | undefined;
|
|
3050
3362
|
};
|
|
3051
3363
|
/** @internal */
|
|
3052
3364
|
export declare const CreateDeploymentGitSource9$outboundSchema: z.ZodType<CreateDeploymentGitSource9$Outbound, z.ZodTypeDef, CreateDeploymentGitSource9>;
|
|
@@ -3075,11 +3387,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
3075
3387
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
|
|
3076
3388
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
|
|
3077
3389
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3078
|
-
readonly
|
|
3390
|
+
readonly Bitbucket: "bitbucket";
|
|
3079
3391
|
}>;
|
|
3080
3392
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
|
|
3081
3393
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3082
|
-
readonly
|
|
3394
|
+
readonly Bitbucket: "bitbucket";
|
|
3083
3395
|
}>;
|
|
3084
3396
|
}
|
|
3085
3397
|
/** @internal */
|
|
@@ -3087,9 +3399,11 @@ export declare const CreateDeploymentGitSource8$inboundSchema: z.ZodType<CreateD
|
|
|
3087
3399
|
/** @internal */
|
|
3088
3400
|
export type CreateDeploymentGitSource8$Outbound = {
|
|
3089
3401
|
type: string;
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3402
|
+
workspaceUuid?: string | undefined;
|
|
3403
|
+
repoUuid: string;
|
|
3404
|
+
ref?: string | null | undefined;
|
|
3405
|
+
sha?: string | undefined;
|
|
3406
|
+
prId?: number | null | undefined;
|
|
3093
3407
|
};
|
|
3094
3408
|
/** @internal */
|
|
3095
3409
|
export declare const CreateDeploymentGitSource8$outboundSchema: z.ZodType<CreateDeploymentGitSource8$Outbound, z.ZodTypeDef, CreateDeploymentGitSource8>;
|
|
@@ -3118,20 +3432,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
3118
3432
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ {
|
|
3119
3433
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
|
|
3120
3434
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3121
|
-
readonly
|
|
3435
|
+
readonly Gitlab: "gitlab";
|
|
3122
3436
|
}>;
|
|
3123
3437
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
|
|
3124
3438
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3125
|
-
readonly
|
|
3439
|
+
readonly Gitlab: "gitlab";
|
|
3126
3440
|
}>;
|
|
3127
3441
|
}
|
|
3128
3442
|
/** @internal */
|
|
3443
|
+
export declare const GitSourceProjectId$inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
|
|
3444
|
+
/** @internal */
|
|
3445
|
+
export type GitSourceProjectId$Outbound = string | number;
|
|
3446
|
+
/** @internal */
|
|
3447
|
+
export declare const GitSourceProjectId$outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
|
|
3448
|
+
/**
|
|
3449
|
+
* @internal
|
|
3450
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3451
|
+
*/
|
|
3452
|
+
export declare namespace GitSourceProjectId$ {
|
|
3453
|
+
/** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
|
|
3454
|
+
const inboundSchema: z.ZodType<GitSourceProjectId, z.ZodTypeDef, unknown>;
|
|
3455
|
+
/** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
|
|
3456
|
+
const outboundSchema: z.ZodType<GitSourceProjectId$Outbound, z.ZodTypeDef, GitSourceProjectId>;
|
|
3457
|
+
/** @deprecated use `GitSourceProjectId$Outbound` instead. */
|
|
3458
|
+
type Outbound = GitSourceProjectId$Outbound;
|
|
3459
|
+
}
|
|
3460
|
+
export declare function gitSourceProjectIdToJSON(gitSourceProjectId: GitSourceProjectId): string;
|
|
3461
|
+
export declare function gitSourceProjectIdFromJSON(jsonString: string): SafeParseResult<GitSourceProjectId, SDKValidationError>;
|
|
3462
|
+
/** @internal */
|
|
3129
3463
|
export declare const CreateDeploymentGitSource7$inboundSchema: z.ZodType<CreateDeploymentGitSource7, z.ZodTypeDef, unknown>;
|
|
3130
3464
|
/** @internal */
|
|
3131
3465
|
export type CreateDeploymentGitSource7$Outbound = {
|
|
3132
3466
|
type: string;
|
|
3133
|
-
|
|
3134
|
-
slug: string;
|
|
3467
|
+
projectId: string | number;
|
|
3135
3468
|
ref?: string | null | undefined;
|
|
3136
3469
|
sha?: string | undefined;
|
|
3137
3470
|
prId?: number | null | undefined;
|
|
@@ -3163,11 +3496,11 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
3163
3496
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$ {
|
|
3164
3497
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
|
|
3165
3498
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3166
|
-
readonly
|
|
3499
|
+
readonly GithubLimited: "github-limited";
|
|
3167
3500
|
}>;
|
|
3168
3501
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
|
|
3169
3502
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3170
|
-
readonly
|
|
3503
|
+
readonly GithubLimited: "github-limited";
|
|
3171
3504
|
}>;
|
|
3172
3505
|
}
|
|
3173
3506
|
/** @internal */
|
|
@@ -3175,8 +3508,8 @@ export declare const CreateDeploymentGitSource6$inboundSchema: z.ZodType<CreateD
|
|
|
3175
3508
|
/** @internal */
|
|
3176
3509
|
export type CreateDeploymentGitSource6$Outbound = {
|
|
3177
3510
|
type: string;
|
|
3178
|
-
|
|
3179
|
-
|
|
3511
|
+
org: string;
|
|
3512
|
+
repo: string;
|
|
3180
3513
|
ref?: string | null | undefined;
|
|
3181
3514
|
sha?: string | undefined;
|
|
3182
3515
|
prId?: number | null | undefined;
|
|
@@ -3208,39 +3541,39 @@ export declare const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJ
|
|
|
3208
3541
|
export declare namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ {
|
|
3209
3542
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
|
|
3210
3543
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3211
|
-
readonly
|
|
3544
|
+
readonly GithubLimited: "github-limited";
|
|
3212
3545
|
}>;
|
|
3213
3546
|
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
|
|
3214
3547
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3215
|
-
readonly
|
|
3548
|
+
readonly GithubLimited: "github-limited";
|
|
3216
3549
|
}>;
|
|
3217
3550
|
}
|
|
3218
3551
|
/** @internal */
|
|
3219
|
-
export declare const
|
|
3552
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
3220
3553
|
/** @internal */
|
|
3221
|
-
export type
|
|
3554
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound = string | number;
|
|
3222
3555
|
/** @internal */
|
|
3223
|
-
export declare const
|
|
3556
|
+
export declare const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
|
|
3224
3557
|
/**
|
|
3225
3558
|
* @internal
|
|
3226
3559
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3227
3560
|
*/
|
|
3228
|
-
export declare namespace
|
|
3229
|
-
/** @deprecated use `
|
|
3230
|
-
const inboundSchema: z.ZodType<
|
|
3231
|
-
/** @deprecated use `
|
|
3232
|
-
const outboundSchema: z.ZodType<
|
|
3233
|
-
/** @deprecated use `
|
|
3234
|
-
type Outbound =
|
|
3561
|
+
export declare namespace CreateDeploymentGitSourceDeploymentsRepoId$ {
|
|
3562
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
3563
|
+
const inboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown>;
|
|
3564
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
3565
|
+
const outboundSchema: z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId$Outbound, z.ZodTypeDef, CreateDeploymentGitSourceDeploymentsRepoId>;
|
|
3566
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
|
|
3567
|
+
type Outbound = CreateDeploymentGitSourceDeploymentsRepoId$Outbound;
|
|
3235
3568
|
}
|
|
3236
|
-
export declare function
|
|
3237
|
-
export declare function
|
|
3569
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId: CreateDeploymentGitSourceDeploymentsRepoId): string;
|
|
3570
|
+
export declare function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString: string): SafeParseResult<CreateDeploymentGitSourceDeploymentsRepoId, SDKValidationError>;
|
|
3238
3571
|
/** @internal */
|
|
3239
3572
|
export declare const CreateDeploymentGitSource5$inboundSchema: z.ZodType<CreateDeploymentGitSource5, z.ZodTypeDef, unknown>;
|
|
3240
3573
|
/** @internal */
|
|
3241
3574
|
export type CreateDeploymentGitSource5$Outbound = {
|
|
3242
3575
|
type: string;
|
|
3243
|
-
|
|
3576
|
+
repoId: string | number;
|
|
3244
3577
|
ref?: string | null | undefined;
|
|
3245
3578
|
sha?: string | undefined;
|
|
3246
3579
|
prId?: number | null | undefined;
|
|
@@ -3484,7 +3817,7 @@ export declare function createDeploymentGitSource1FromJSON(jsonString: string):
|
|
|
3484
3817
|
/** @internal */
|
|
3485
3818
|
export declare const CreateDeploymentGitSource$inboundSchema: z.ZodType<CreateDeploymentGitSource, z.ZodTypeDef, unknown>;
|
|
3486
3819
|
/** @internal */
|
|
3487
|
-
export type CreateDeploymentGitSource$Outbound =
|
|
3820
|
+
export type CreateDeploymentGitSource$Outbound = CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound;
|
|
3488
3821
|
/** @internal */
|
|
3489
3822
|
export declare const CreateDeploymentGitSource$outboundSchema: z.ZodType<CreateDeploymentGitSource$Outbound, z.ZodTypeDef, CreateDeploymentGitSource>;
|
|
3490
3823
|
/**
|
|
@@ -3526,6 +3859,38 @@ export declare namespace CreateDeploymentProject$ {
|
|
|
3526
3859
|
export declare function createDeploymentProjectToJSON(createDeploymentProject: CreateDeploymentProject): string;
|
|
3527
3860
|
export declare function createDeploymentProjectFromJSON(jsonString: string): SafeParseResult<CreateDeploymentProject, SDKValidationError>;
|
|
3528
3861
|
/** @internal */
|
|
3862
|
+
export declare const CreateDeploymentNodeVersion$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
|
|
3863
|
+
/** @internal */
|
|
3864
|
+
export declare const CreateDeploymentNodeVersion$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentNodeVersion>;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3868
|
+
*/
|
|
3869
|
+
export declare namespace CreateDeploymentNodeVersion$ {
|
|
3870
|
+
/** @deprecated use `CreateDeploymentNodeVersion$inboundSchema` instead. */
|
|
3871
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3872
|
+
readonly TwentyTwoDotX: "22.x";
|
|
3873
|
+
readonly TwentyDotX: "20.x";
|
|
3874
|
+
readonly EighteenDotX: "18.x";
|
|
3875
|
+
readonly SixteenDotX: "16.x";
|
|
3876
|
+
readonly FourteenDotX: "14.x";
|
|
3877
|
+
readonly TwelveDotX: "12.x";
|
|
3878
|
+
readonly TenDotX: "10.x";
|
|
3879
|
+
readonly EightDot10DotX: "8.10.x";
|
|
3880
|
+
}>;
|
|
3881
|
+
/** @deprecated use `CreateDeploymentNodeVersion$outboundSchema` instead. */
|
|
3882
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3883
|
+
readonly TwentyTwoDotX: "22.x";
|
|
3884
|
+
readonly TwentyDotX: "20.x";
|
|
3885
|
+
readonly EighteenDotX: "18.x";
|
|
3886
|
+
readonly SixteenDotX: "16.x";
|
|
3887
|
+
readonly FourteenDotX: "14.x";
|
|
3888
|
+
readonly TwelveDotX: "12.x";
|
|
3889
|
+
readonly TenDotX: "10.x";
|
|
3890
|
+
readonly EightDot10DotX: "8.10.x";
|
|
3891
|
+
}>;
|
|
3892
|
+
}
|
|
3893
|
+
/** @internal */
|
|
3529
3894
|
export declare const ReadyState$inboundSchema: z.ZodNativeEnum<typeof ReadyState>;
|
|
3530
3895
|
/** @internal */
|
|
3531
3896
|
export declare const ReadyState$outboundSchema: z.ZodNativeEnum<typeof ReadyState>;
|
|
@@ -3762,15 +4127,15 @@ export declare const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<typeof
|
|
|
3762
4127
|
export declare namespace CreateDeploymentPlan$ {
|
|
3763
4128
|
/** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
|
|
3764
4129
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4130
|
+
readonly Hobby: "hobby";
|
|
3765
4131
|
readonly Pro: "pro";
|
|
3766
4132
|
readonly Enterprise: "enterprise";
|
|
3767
|
-
readonly Hobby: "hobby";
|
|
3768
4133
|
}>;
|
|
3769
4134
|
/** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
|
|
3770
4135
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4136
|
+
readonly Hobby: "hobby";
|
|
3771
4137
|
readonly Pro: "pro";
|
|
3772
4138
|
readonly Enterprise: "enterprise";
|
|
3773
|
-
readonly Hobby: "hobby";
|
|
3774
4139
|
}>;
|
|
3775
4140
|
}
|
|
3776
4141
|
/** @internal */
|
|
@@ -3784,13 +4149,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
|
|
|
3784
4149
|
export declare namespace FunctionType$ {
|
|
3785
4150
|
/** @deprecated use `FunctionType$inboundSchema` instead. */
|
|
3786
4151
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3787
|
-
readonly Fluid: "fluid";
|
|
3788
4152
|
readonly Standard: "standard";
|
|
4153
|
+
readonly Fluid: "fluid";
|
|
3789
4154
|
}>;
|
|
3790
4155
|
/** @deprecated use `FunctionType$outboundSchema` instead. */
|
|
3791
4156
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3792
|
-
readonly Fluid: "fluid";
|
|
3793
4157
|
readonly Standard: "standard";
|
|
4158
|
+
readonly Fluid: "fluid";
|
|
3794
4159
|
}>;
|
|
3795
4160
|
}
|
|
3796
4161
|
/** @internal */
|
|
@@ -3804,14 +4169,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
|
|
|
3804
4169
|
export declare namespace FunctionMemoryType$ {
|
|
3805
4170
|
/** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
|
|
3806
4171
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3807
|
-
readonly Standard: "standard";
|
|
3808
4172
|
readonly StandardLegacy: "standard_legacy";
|
|
4173
|
+
readonly Standard: "standard";
|
|
3809
4174
|
readonly Performance: "performance";
|
|
3810
4175
|
}>;
|
|
3811
4176
|
/** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
|
|
3812
4177
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3813
|
-
readonly Standard: "standard";
|
|
3814
4178
|
readonly StandardLegacy: "standard_legacy";
|
|
4179
|
+
readonly Standard: "standard";
|
|
3815
4180
|
readonly Performance: "performance";
|
|
3816
4181
|
}>;
|
|
3817
4182
|
}
|
|
@@ -3864,6 +4229,51 @@ export declare namespace Architecture$ {
|
|
|
3864
4229
|
}>;
|
|
3865
4230
|
}
|
|
3866
4231
|
/** @internal */
|
|
4232
|
+
export declare const CreateDeploymentDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentDeploymentsType>;
|
|
4233
|
+
/** @internal */
|
|
4234
|
+
export declare const CreateDeploymentDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentDeploymentsType>;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4238
|
+
*/
|
|
4239
|
+
export declare namespace CreateDeploymentDeploymentsType$ {
|
|
4240
|
+
/** @deprecated use `CreateDeploymentDeploymentsType$inboundSchema` instead. */
|
|
4241
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4242
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
4243
|
+
}>;
|
|
4244
|
+
/** @deprecated use `CreateDeploymentDeploymentsType$outboundSchema` instead. */
|
|
4245
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4246
|
+
readonly QueueV1beta: "queue/v1beta";
|
|
4247
|
+
}>;
|
|
4248
|
+
}
|
|
4249
|
+
/** @internal */
|
|
4250
|
+
export declare const ExperimentalTriggers$inboundSchema: z.ZodType<ExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
4251
|
+
/** @internal */
|
|
4252
|
+
export type ExperimentalTriggers$Outbound = {
|
|
4253
|
+
type: string;
|
|
4254
|
+
topic: string;
|
|
4255
|
+
consumer: string;
|
|
4256
|
+
maxDeliveries?: number | undefined;
|
|
4257
|
+
retryAfterSeconds?: number | undefined;
|
|
4258
|
+
initialDelaySeconds?: number | undefined;
|
|
4259
|
+
};
|
|
4260
|
+
/** @internal */
|
|
4261
|
+
export declare const ExperimentalTriggers$outboundSchema: z.ZodType<ExperimentalTriggers$Outbound, z.ZodTypeDef, ExperimentalTriggers>;
|
|
4262
|
+
/**
|
|
4263
|
+
* @internal
|
|
4264
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4265
|
+
*/
|
|
4266
|
+
export declare namespace ExperimentalTriggers$ {
|
|
4267
|
+
/** @deprecated use `ExperimentalTriggers$inboundSchema` instead. */
|
|
4268
|
+
const inboundSchema: z.ZodType<ExperimentalTriggers, z.ZodTypeDef, unknown>;
|
|
4269
|
+
/** @deprecated use `ExperimentalTriggers$outboundSchema` instead. */
|
|
4270
|
+
const outboundSchema: z.ZodType<ExperimentalTriggers$Outbound, z.ZodTypeDef, ExperimentalTriggers>;
|
|
4271
|
+
/** @deprecated use `ExperimentalTriggers$Outbound` instead. */
|
|
4272
|
+
type Outbound = ExperimentalTriggers$Outbound;
|
|
4273
|
+
}
|
|
4274
|
+
export declare function experimentalTriggersToJSON(experimentalTriggers: ExperimentalTriggers): string;
|
|
4275
|
+
export declare function experimentalTriggersFromJSON(jsonString: string): SafeParseResult<ExperimentalTriggers, SDKValidationError>;
|
|
4276
|
+
/** @internal */
|
|
3867
4277
|
export declare const Functions$inboundSchema: z.ZodType<Functions, z.ZodTypeDef, unknown>;
|
|
3868
4278
|
/** @internal */
|
|
3869
4279
|
export type Functions$Outbound = {
|
|
@@ -3873,6 +4283,7 @@ export type Functions$Outbound = {
|
|
|
3873
4283
|
runtime?: string | undefined;
|
|
3874
4284
|
includeFiles?: string | undefined;
|
|
3875
4285
|
excludeFiles?: string | undefined;
|
|
4286
|
+
experimentalTriggers?: Array<ExperimentalTriggers$Outbound> | undefined;
|
|
3876
4287
|
};
|
|
3877
4288
|
/** @internal */
|
|
3878
4289
|
export declare const Functions$outboundSchema: z.ZodType<Functions$Outbound, z.ZodTypeDef, Functions>;
|
|
@@ -3925,21 +4336,21 @@ export declare const RoutesHandle$outboundSchema: z.ZodNativeEnum<typeof RoutesH
|
|
|
3925
4336
|
export declare namespace RoutesHandle$ {
|
|
3926
4337
|
/** @deprecated use `RoutesHandle$inboundSchema` instead. */
|
|
3927
4338
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3928
|
-
readonly Error: "error";
|
|
3929
4339
|
readonly Filesystem: "filesystem";
|
|
4340
|
+
readonly Error: "error";
|
|
3930
4341
|
readonly Hit: "hit";
|
|
3931
4342
|
readonly Miss: "miss";
|
|
3932
|
-
readonly Rewrite: "rewrite";
|
|
3933
4343
|
readonly Resource: "resource";
|
|
4344
|
+
readonly Rewrite: "rewrite";
|
|
3934
4345
|
}>;
|
|
3935
4346
|
/** @deprecated use `RoutesHandle$outboundSchema` instead. */
|
|
3936
4347
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3937
|
-
readonly Error: "error";
|
|
3938
4348
|
readonly Filesystem: "filesystem";
|
|
4349
|
+
readonly Error: "error";
|
|
3939
4350
|
readonly Hit: "hit";
|
|
3940
4351
|
readonly Miss: "miss";
|
|
3941
|
-
readonly Rewrite: "rewrite";
|
|
3942
4352
|
readonly Resource: "resource";
|
|
4353
|
+
readonly Rewrite: "rewrite";
|
|
3943
4354
|
}>;
|
|
3944
4355
|
}
|
|
3945
4356
|
/** @internal */
|
|
@@ -4512,6 +4923,188 @@ export declare namespace RoutesMitigate$ {
|
|
|
4512
4923
|
export declare function routesMitigateToJSON(routesMitigate: RoutesMitigate): string;
|
|
4513
4924
|
export declare function routesMitigateFromJSON(jsonString: string): SafeParseResult<RoutesMitigate, SDKValidationError>;
|
|
4514
4925
|
/** @internal */
|
|
4926
|
+
export declare const RoutesType$inboundSchema: z.ZodNativeEnum<typeof RoutesType>;
|
|
4927
|
+
/** @internal */
|
|
4928
|
+
export declare const RoutesType$outboundSchema: z.ZodNativeEnum<typeof RoutesType>;
|
|
4929
|
+
/**
|
|
4930
|
+
* @internal
|
|
4931
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4932
|
+
*/
|
|
4933
|
+
export declare namespace RoutesType$ {
|
|
4934
|
+
/** @deprecated use `RoutesType$inboundSchema` instead. */
|
|
4935
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4936
|
+
readonly RequestHeaders: "request.headers";
|
|
4937
|
+
readonly RequestQuery: "request.query";
|
|
4938
|
+
readonly ResponseHeaders: "response.headers";
|
|
4939
|
+
}>;
|
|
4940
|
+
/** @deprecated use `RoutesType$outboundSchema` instead. */
|
|
4941
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4942
|
+
readonly RequestHeaders: "request.headers";
|
|
4943
|
+
readonly RequestQuery: "request.query";
|
|
4944
|
+
readonly ResponseHeaders: "response.headers";
|
|
4945
|
+
}>;
|
|
4946
|
+
}
|
|
4947
|
+
/** @internal */
|
|
4948
|
+
export declare const CreateDeploymentRoutesOp$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentRoutesOp>;
|
|
4949
|
+
/** @internal */
|
|
4950
|
+
export declare const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentRoutesOp>;
|
|
4951
|
+
/**
|
|
4952
|
+
* @internal
|
|
4953
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4954
|
+
*/
|
|
4955
|
+
export declare namespace CreateDeploymentRoutesOp$ {
|
|
4956
|
+
/** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
|
|
4957
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4958
|
+
readonly Set: "set";
|
|
4959
|
+
readonly Append: "append";
|
|
4960
|
+
readonly Delete: "delete";
|
|
4961
|
+
}>;
|
|
4962
|
+
/** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
|
|
4963
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4964
|
+
readonly Set: "set";
|
|
4965
|
+
readonly Append: "append";
|
|
4966
|
+
readonly Delete: "delete";
|
|
4967
|
+
}>;
|
|
4968
|
+
}
|
|
4969
|
+
/** @internal */
|
|
4970
|
+
export declare const KeyEq$inboundSchema: z.ZodType<KeyEq, z.ZodTypeDef, unknown>;
|
|
4971
|
+
/** @internal */
|
|
4972
|
+
export type KeyEq$Outbound = string | number;
|
|
4973
|
+
/** @internal */
|
|
4974
|
+
export declare const KeyEq$outboundSchema: z.ZodType<KeyEq$Outbound, z.ZodTypeDef, KeyEq>;
|
|
4975
|
+
/**
|
|
4976
|
+
* @internal
|
|
4977
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4978
|
+
*/
|
|
4979
|
+
export declare namespace KeyEq$ {
|
|
4980
|
+
/** @deprecated use `KeyEq$inboundSchema` instead. */
|
|
4981
|
+
const inboundSchema: z.ZodType<KeyEq, z.ZodTypeDef, unknown>;
|
|
4982
|
+
/** @deprecated use `KeyEq$outboundSchema` instead. */
|
|
4983
|
+
const outboundSchema: z.ZodType<KeyEq$Outbound, z.ZodTypeDef, KeyEq>;
|
|
4984
|
+
/** @deprecated use `KeyEq$Outbound` instead. */
|
|
4985
|
+
type Outbound = KeyEq$Outbound;
|
|
4986
|
+
}
|
|
4987
|
+
export declare function keyEqToJSON(keyEq: KeyEq): string;
|
|
4988
|
+
export declare function keyEqFromJSON(jsonString: string): SafeParseResult<KeyEq, SDKValidationError>;
|
|
4989
|
+
/** @internal */
|
|
4990
|
+
export declare const Key2$inboundSchema: z.ZodType<Key2, z.ZodTypeDef, unknown>;
|
|
4991
|
+
/** @internal */
|
|
4992
|
+
export type Key2$Outbound = {
|
|
4993
|
+
eq?: string | number | undefined;
|
|
4994
|
+
neq?: string | undefined;
|
|
4995
|
+
inc?: Array<string> | undefined;
|
|
4996
|
+
ninc?: Array<string> | undefined;
|
|
4997
|
+
pre?: string | undefined;
|
|
4998
|
+
suf?: string | undefined;
|
|
4999
|
+
gt?: number | undefined;
|
|
5000
|
+
gte?: number | undefined;
|
|
5001
|
+
lt?: number | undefined;
|
|
5002
|
+
lte?: number | undefined;
|
|
5003
|
+
};
|
|
5004
|
+
/** @internal */
|
|
5005
|
+
export declare const Key2$outboundSchema: z.ZodType<Key2$Outbound, z.ZodTypeDef, Key2>;
|
|
5006
|
+
/**
|
|
5007
|
+
* @internal
|
|
5008
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5009
|
+
*/
|
|
5010
|
+
export declare namespace Key2$ {
|
|
5011
|
+
/** @deprecated use `Key2$inboundSchema` instead. */
|
|
5012
|
+
const inboundSchema: z.ZodType<Key2, z.ZodTypeDef, unknown>;
|
|
5013
|
+
/** @deprecated use `Key2$outboundSchema` instead. */
|
|
5014
|
+
const outboundSchema: z.ZodType<Key2$Outbound, z.ZodTypeDef, Key2>;
|
|
5015
|
+
/** @deprecated use `Key2$Outbound` instead. */
|
|
5016
|
+
type Outbound = Key2$Outbound;
|
|
5017
|
+
}
|
|
5018
|
+
export declare function key2ToJSON(key2: Key2): string;
|
|
5019
|
+
export declare function key2FromJSON(jsonString: string): SafeParseResult<Key2, SDKValidationError>;
|
|
5020
|
+
/** @internal */
|
|
5021
|
+
export declare const Key$inboundSchema: z.ZodType<Key, z.ZodTypeDef, unknown>;
|
|
5022
|
+
/** @internal */
|
|
5023
|
+
export type Key$Outbound = Key2$Outbound | string;
|
|
5024
|
+
/** @internal */
|
|
5025
|
+
export declare const Key$outboundSchema: z.ZodType<Key$Outbound, z.ZodTypeDef, Key>;
|
|
5026
|
+
/**
|
|
5027
|
+
* @internal
|
|
5028
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5029
|
+
*/
|
|
5030
|
+
export declare namespace Key$ {
|
|
5031
|
+
/** @deprecated use `Key$inboundSchema` instead. */
|
|
5032
|
+
const inboundSchema: z.ZodType<Key, z.ZodTypeDef, unknown>;
|
|
5033
|
+
/** @deprecated use `Key$outboundSchema` instead. */
|
|
5034
|
+
const outboundSchema: z.ZodType<Key$Outbound, z.ZodTypeDef, Key>;
|
|
5035
|
+
/** @deprecated use `Key$Outbound` instead. */
|
|
5036
|
+
type Outbound = Key$Outbound;
|
|
5037
|
+
}
|
|
5038
|
+
export declare function keyToJSON(key: Key): string;
|
|
5039
|
+
export declare function keyFromJSON(jsonString: string): SafeParseResult<Key, SDKValidationError>;
|
|
5040
|
+
/** @internal */
|
|
5041
|
+
export declare const RoutesTarget$inboundSchema: z.ZodType<RoutesTarget, z.ZodTypeDef, unknown>;
|
|
5042
|
+
/** @internal */
|
|
5043
|
+
export type RoutesTarget$Outbound = {
|
|
5044
|
+
key: Key2$Outbound | string;
|
|
5045
|
+
};
|
|
5046
|
+
/** @internal */
|
|
5047
|
+
export declare const RoutesTarget$outboundSchema: z.ZodType<RoutesTarget$Outbound, z.ZodTypeDef, RoutesTarget>;
|
|
5048
|
+
/**
|
|
5049
|
+
* @internal
|
|
5050
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5051
|
+
*/
|
|
5052
|
+
export declare namespace RoutesTarget$ {
|
|
5053
|
+
/** @deprecated use `RoutesTarget$inboundSchema` instead. */
|
|
5054
|
+
const inboundSchema: z.ZodType<RoutesTarget, z.ZodTypeDef, unknown>;
|
|
5055
|
+
/** @deprecated use `RoutesTarget$outboundSchema` instead. */
|
|
5056
|
+
const outboundSchema: z.ZodType<RoutesTarget$Outbound, z.ZodTypeDef, RoutesTarget>;
|
|
5057
|
+
/** @deprecated use `RoutesTarget$Outbound` instead. */
|
|
5058
|
+
type Outbound = RoutesTarget$Outbound;
|
|
5059
|
+
}
|
|
5060
|
+
export declare function routesTargetToJSON(routesTarget: RoutesTarget): string;
|
|
5061
|
+
export declare function routesTargetFromJSON(jsonString: string): SafeParseResult<RoutesTarget, SDKValidationError>;
|
|
5062
|
+
/** @internal */
|
|
5063
|
+
export declare const Args$inboundSchema: z.ZodType<Args, z.ZodTypeDef, unknown>;
|
|
5064
|
+
/** @internal */
|
|
5065
|
+
export type Args$Outbound = string | Array<string>;
|
|
5066
|
+
/** @internal */
|
|
5067
|
+
export declare const Args$outboundSchema: z.ZodType<Args$Outbound, z.ZodTypeDef, Args>;
|
|
5068
|
+
/**
|
|
5069
|
+
* @internal
|
|
5070
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5071
|
+
*/
|
|
5072
|
+
export declare namespace Args$ {
|
|
5073
|
+
/** @deprecated use `Args$inboundSchema` instead. */
|
|
5074
|
+
const inboundSchema: z.ZodType<Args, z.ZodTypeDef, unknown>;
|
|
5075
|
+
/** @deprecated use `Args$outboundSchema` instead. */
|
|
5076
|
+
const outboundSchema: z.ZodType<Args$Outbound, z.ZodTypeDef, Args>;
|
|
5077
|
+
/** @deprecated use `Args$Outbound` instead. */
|
|
5078
|
+
type Outbound = Args$Outbound;
|
|
5079
|
+
}
|
|
5080
|
+
export declare function argsToJSON(args: Args): string;
|
|
5081
|
+
export declare function argsFromJSON(jsonString: string): SafeParseResult<Args, SDKValidationError>;
|
|
5082
|
+
/** @internal */
|
|
5083
|
+
export declare const Transforms$inboundSchema: z.ZodType<Transforms, z.ZodTypeDef, unknown>;
|
|
5084
|
+
/** @internal */
|
|
5085
|
+
export type Transforms$Outbound = {
|
|
5086
|
+
type: string;
|
|
5087
|
+
op: string;
|
|
5088
|
+
target: RoutesTarget$Outbound;
|
|
5089
|
+
args?: string | Array<string> | undefined;
|
|
5090
|
+
};
|
|
5091
|
+
/** @internal */
|
|
5092
|
+
export declare const Transforms$outboundSchema: z.ZodType<Transforms$Outbound, z.ZodTypeDef, Transforms>;
|
|
5093
|
+
/**
|
|
5094
|
+
* @internal
|
|
5095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5096
|
+
*/
|
|
5097
|
+
export declare namespace Transforms$ {
|
|
5098
|
+
/** @deprecated use `Transforms$inboundSchema` instead. */
|
|
5099
|
+
const inboundSchema: z.ZodType<Transforms, z.ZodTypeDef, unknown>;
|
|
5100
|
+
/** @deprecated use `Transforms$outboundSchema` instead. */
|
|
5101
|
+
const outboundSchema: z.ZodType<Transforms$Outbound, z.ZodTypeDef, Transforms>;
|
|
5102
|
+
/** @deprecated use `Transforms$Outbound` instead. */
|
|
5103
|
+
type Outbound = Transforms$Outbound;
|
|
5104
|
+
}
|
|
5105
|
+
export declare function transformsToJSON(transforms: Transforms): string;
|
|
5106
|
+
export declare function transformsFromJSON(jsonString: string): SafeParseResult<Transforms, SDKValidationError>;
|
|
5107
|
+
/** @internal */
|
|
4515
5108
|
export declare const Locale$inboundSchema: z.ZodType<Locale, z.ZodTypeDef, unknown>;
|
|
4516
5109
|
/** @internal */
|
|
4517
5110
|
export type Locale$Outbound = {
|
|
@@ -4555,6 +5148,7 @@ export type Routes1$Outbound = {
|
|
|
4555
5148
|
has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
|
|
4556
5149
|
missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
|
|
4557
5150
|
mitigate?: RoutesMitigate$Outbound | undefined;
|
|
5151
|
+
transforms?: Array<Transforms$Outbound> | undefined;
|
|
4558
5152
|
locale?: Locale$Outbound | undefined;
|
|
4559
5153
|
middlewarePath?: string | undefined;
|
|
4560
5154
|
middlewareRawSrc?: Array<string> | undefined;
|
|
@@ -4620,41 +5214,110 @@ export declare namespace CreateDeploymentCrons$ {
|
|
|
4620
5214
|
export declare function createDeploymentCronsToJSON(createDeploymentCrons: CreateDeploymentCrons): string;
|
|
4621
5215
|
export declare function createDeploymentCronsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentCrons, SDKValidationError>;
|
|
4622
5216
|
/** @internal */
|
|
4623
|
-
export declare const
|
|
5217
|
+
export declare const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
|
|
4624
5218
|
/** @internal */
|
|
4625
|
-
export
|
|
5219
|
+
export declare const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
|
|
5220
|
+
/**
|
|
5221
|
+
* @internal
|
|
5222
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5223
|
+
*/
|
|
5224
|
+
export declare namespace CreateDeploymentState$ {
|
|
5225
|
+
/** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
|
|
5226
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5227
|
+
readonly Succeeded: "succeeded";
|
|
5228
|
+
readonly Failed: "failed";
|
|
5229
|
+
readonly Pending: "pending";
|
|
5230
|
+
}>;
|
|
5231
|
+
/** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
|
|
5232
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5233
|
+
readonly Succeeded: "succeeded";
|
|
5234
|
+
readonly Failed: "failed";
|
|
5235
|
+
readonly Pending: "pending";
|
|
5236
|
+
}>;
|
|
5237
|
+
}
|
|
5238
|
+
/** @internal */
|
|
5239
|
+
export declare const DeploymentAlias$inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
|
|
5240
|
+
/** @internal */
|
|
5241
|
+
export type DeploymentAlias$Outbound = {
|
|
5242
|
+
state: string;
|
|
5243
|
+
startedAt: number;
|
|
5244
|
+
completedAt?: number | undefined;
|
|
5245
|
+
};
|
|
5246
|
+
/** @internal */
|
|
5247
|
+
export declare const DeploymentAlias$outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
|
|
5248
|
+
/**
|
|
5249
|
+
* @internal
|
|
5250
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5251
|
+
*/
|
|
5252
|
+
export declare namespace DeploymentAlias$ {
|
|
5253
|
+
/** @deprecated use `DeploymentAlias$inboundSchema` instead. */
|
|
5254
|
+
const inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
|
|
5255
|
+
/** @deprecated use `DeploymentAlias$outboundSchema` instead. */
|
|
5256
|
+
const outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
|
|
5257
|
+
/** @deprecated use `DeploymentAlias$Outbound` instead. */
|
|
5258
|
+
type Outbound = DeploymentAlias$Outbound;
|
|
5259
|
+
}
|
|
5260
|
+
export declare function deploymentAliasToJSON(deploymentAlias: DeploymentAlias): string;
|
|
5261
|
+
export declare function deploymentAliasFromJSON(jsonString: string): SafeParseResult<DeploymentAlias, SDKValidationError>;
|
|
5262
|
+
/** @internal */
|
|
5263
|
+
export declare const CreateDeploymentChecks$inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
|
|
5264
|
+
/** @internal */
|
|
5265
|
+
export type CreateDeploymentChecks$Outbound = {
|
|
5266
|
+
"deployment-alias": DeploymentAlias$Outbound;
|
|
5267
|
+
};
|
|
5268
|
+
/** @internal */
|
|
5269
|
+
export declare const CreateDeploymentChecks$outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
|
|
5270
|
+
/**
|
|
5271
|
+
* @internal
|
|
5272
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5273
|
+
*/
|
|
5274
|
+
export declare namespace CreateDeploymentChecks$ {
|
|
5275
|
+
/** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
|
|
5276
|
+
const inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
|
|
5277
|
+
/** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
|
|
5278
|
+
const outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
|
|
5279
|
+
/** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
|
|
5280
|
+
type Outbound = CreateDeploymentChecks$Outbound;
|
|
5281
|
+
}
|
|
5282
|
+
export declare function createDeploymentChecksToJSON(createDeploymentChecks: CreateDeploymentChecks): string;
|
|
5283
|
+
export declare function createDeploymentChecksFromJSON(jsonString: string): SafeParseResult<CreateDeploymentChecks, SDKValidationError>;
|
|
5284
|
+
/** @internal */
|
|
5285
|
+
export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
|
|
5286
|
+
/** @internal */
|
|
5287
|
+
export type Applications$Outbound = {
|
|
4626
5288
|
isDefaultApp?: boolean | undefined;
|
|
4627
5289
|
productionHost: string;
|
|
4628
5290
|
deploymentAlias?: string | undefined;
|
|
4629
5291
|
deploymentHost?: string | undefined;
|
|
4630
5292
|
};
|
|
4631
5293
|
/** @internal */
|
|
4632
|
-
export declare const
|
|
5294
|
+
export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
|
|
4633
5295
|
/**
|
|
4634
5296
|
* @internal
|
|
4635
5297
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4636
5298
|
*/
|
|
4637
|
-
export declare namespace
|
|
4638
|
-
/** @deprecated use `
|
|
4639
|
-
const inboundSchema: z.ZodType<
|
|
4640
|
-
/** @deprecated use `
|
|
4641
|
-
const outboundSchema: z.ZodType<
|
|
4642
|
-
/** @deprecated use `
|
|
4643
|
-
type Outbound =
|
|
5299
|
+
export declare namespace Applications$ {
|
|
5300
|
+
/** @deprecated use `Applications$inboundSchema` instead. */
|
|
5301
|
+
const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
|
|
5302
|
+
/** @deprecated use `Applications$outboundSchema` instead. */
|
|
5303
|
+
const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
|
|
5304
|
+
/** @deprecated use `Applications$Outbound` instead. */
|
|
5305
|
+
type Outbound = Applications$Outbound;
|
|
4644
5306
|
}
|
|
4645
|
-
export declare function
|
|
4646
|
-
export declare function
|
|
5307
|
+
export declare function applicationsToJSON(applications: Applications): string;
|
|
5308
|
+
export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
|
|
4647
5309
|
/** @internal */
|
|
4648
5310
|
export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
|
|
4649
5311
|
/** @internal */
|
|
4650
5312
|
export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
4651
5313
|
applications?: {
|
|
4652
|
-
[k: string]:
|
|
5314
|
+
[k: string]: Applications$Outbound;
|
|
4653
5315
|
} | undefined;
|
|
4654
5316
|
isDefaultApp: boolean;
|
|
4655
5317
|
defaultAppProjectName: string;
|
|
4656
5318
|
defaultRoute?: string | undefined;
|
|
4657
5319
|
groupIds: Array<string>;
|
|
5320
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
4658
5321
|
};
|
|
4659
5322
|
/** @internal */
|
|
4660
5323
|
export declare const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends2$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends2>;
|
|
@@ -4680,6 +5343,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
|
|
|
4680
5343
|
defaultAppProjectName: string;
|
|
4681
5344
|
defaultRoute?: string | undefined;
|
|
4682
5345
|
groupIds: Array<string>;
|
|
5346
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
4683
5347
|
};
|
|
4684
5348
|
/** @internal */
|
|
4685
5349
|
export declare const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<CreateDeploymentMicrofrontends1$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontends1>;
|
|
@@ -4718,74 +5382,6 @@ export declare namespace CreateDeploymentMicrofrontends$ {
|
|
|
4718
5382
|
export declare function createDeploymentMicrofrontendsToJSON(createDeploymentMicrofrontends: CreateDeploymentMicrofrontends): string;
|
|
4719
5383
|
export declare function createDeploymentMicrofrontendsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError>;
|
|
4720
5384
|
/** @internal */
|
|
4721
|
-
export declare const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
|
|
4722
|
-
/** @internal */
|
|
4723
|
-
export declare const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentState>;
|
|
4724
|
-
/**
|
|
4725
|
-
* @internal
|
|
4726
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4727
|
-
*/
|
|
4728
|
-
export declare namespace CreateDeploymentState$ {
|
|
4729
|
-
/** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
|
|
4730
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
4731
|
-
readonly Succeeded: "succeeded";
|
|
4732
|
-
readonly Failed: "failed";
|
|
4733
|
-
readonly Pending: "pending";
|
|
4734
|
-
}>;
|
|
4735
|
-
/** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
|
|
4736
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
4737
|
-
readonly Succeeded: "succeeded";
|
|
4738
|
-
readonly Failed: "failed";
|
|
4739
|
-
readonly Pending: "pending";
|
|
4740
|
-
}>;
|
|
4741
|
-
}
|
|
4742
|
-
/** @internal */
|
|
4743
|
-
export declare const DeploymentAlias$inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
|
|
4744
|
-
/** @internal */
|
|
4745
|
-
export type DeploymentAlias$Outbound = {
|
|
4746
|
-
state: string;
|
|
4747
|
-
startedAt: number;
|
|
4748
|
-
completedAt?: number | undefined;
|
|
4749
|
-
};
|
|
4750
|
-
/** @internal */
|
|
4751
|
-
export declare const DeploymentAlias$outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
|
|
4752
|
-
/**
|
|
4753
|
-
* @internal
|
|
4754
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4755
|
-
*/
|
|
4756
|
-
export declare namespace DeploymentAlias$ {
|
|
4757
|
-
/** @deprecated use `DeploymentAlias$inboundSchema` instead. */
|
|
4758
|
-
const inboundSchema: z.ZodType<DeploymentAlias, z.ZodTypeDef, unknown>;
|
|
4759
|
-
/** @deprecated use `DeploymentAlias$outboundSchema` instead. */
|
|
4760
|
-
const outboundSchema: z.ZodType<DeploymentAlias$Outbound, z.ZodTypeDef, DeploymentAlias>;
|
|
4761
|
-
/** @deprecated use `DeploymentAlias$Outbound` instead. */
|
|
4762
|
-
type Outbound = DeploymentAlias$Outbound;
|
|
4763
|
-
}
|
|
4764
|
-
export declare function deploymentAliasToJSON(deploymentAlias: DeploymentAlias): string;
|
|
4765
|
-
export declare function deploymentAliasFromJSON(jsonString: string): SafeParseResult<DeploymentAlias, SDKValidationError>;
|
|
4766
|
-
/** @internal */
|
|
4767
|
-
export declare const CreateDeploymentChecks$inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
|
|
4768
|
-
/** @internal */
|
|
4769
|
-
export type CreateDeploymentChecks$Outbound = {
|
|
4770
|
-
"deployment-alias": DeploymentAlias$Outbound;
|
|
4771
|
-
};
|
|
4772
|
-
/** @internal */
|
|
4773
|
-
export declare const CreateDeploymentChecks$outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
|
|
4774
|
-
/**
|
|
4775
|
-
* @internal
|
|
4776
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4777
|
-
*/
|
|
4778
|
-
export declare namespace CreateDeploymentChecks$ {
|
|
4779
|
-
/** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
|
|
4780
|
-
const inboundSchema: z.ZodType<CreateDeploymentChecks, z.ZodTypeDef, unknown>;
|
|
4781
|
-
/** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
|
|
4782
|
-
const outboundSchema: z.ZodType<CreateDeploymentChecks$Outbound, z.ZodTypeDef, CreateDeploymentChecks>;
|
|
4783
|
-
/** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
|
|
4784
|
-
type Outbound = CreateDeploymentChecks$Outbound;
|
|
4785
|
-
}
|
|
4786
|
-
export declare function createDeploymentChecksToJSON(createDeploymentChecks: CreateDeploymentChecks): string;
|
|
4787
|
-
export declare function createDeploymentChecksFromJSON(jsonString: string): SafeParseResult<CreateDeploymentChecks, SDKValidationError>;
|
|
4788
|
-
/** @internal */
|
|
4789
5385
|
export declare const CreateDeploymentGitRepoDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
4790
5386
|
/** @internal */
|
|
4791
5387
|
export declare const CreateDeploymentGitRepoDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
|
|
@@ -4814,13 +5410,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
|
|
|
4814
5410
|
export declare namespace CreateDeploymentGitRepoOwnerType$ {
|
|
4815
5411
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
|
|
4816
5412
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4817
|
-
readonly Team: "team";
|
|
4818
5413
|
readonly User: "user";
|
|
5414
|
+
readonly Team: "team";
|
|
4819
5415
|
}>;
|
|
4820
5416
|
/** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
|
|
4821
5417
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4822
|
-
readonly Team: "team";
|
|
4823
5418
|
readonly User: "user";
|
|
5419
|
+
readonly Team: "team";
|
|
4824
5420
|
}>;
|
|
4825
5421
|
}
|
|
4826
5422
|
/** @internal */
|
|
@@ -4883,13 +5479,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
|
|
|
4883
5479
|
export declare namespace GitRepoOwnerType$ {
|
|
4884
5480
|
/** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
|
|
4885
5481
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4886
|
-
readonly Team: "team";
|
|
4887
5482
|
readonly User: "user";
|
|
5483
|
+
readonly Team: "team";
|
|
4888
5484
|
}>;
|
|
4889
5485
|
/** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
|
|
4890
5486
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4891
|
-
readonly Team: "team";
|
|
4892
5487
|
readonly User: "user";
|
|
5488
|
+
readonly Team: "team";
|
|
4893
5489
|
}>;
|
|
4894
5490
|
}
|
|
4895
5491
|
/** @internal */
|
|
@@ -4952,13 +5548,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
|
|
|
4952
5548
|
export declare namespace OwnerType$ {
|
|
4953
5549
|
/** @deprecated use `OwnerType$inboundSchema` instead. */
|
|
4954
5550
|
const inboundSchema: z.ZodNativeEnum<{
|
|
4955
|
-
readonly Team: "team";
|
|
4956
5551
|
readonly User: "user";
|
|
5552
|
+
readonly Team: "team";
|
|
4957
5553
|
}>;
|
|
4958
5554
|
/** @deprecated use `OwnerType$outboundSchema` instead. */
|
|
4959
5555
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4960
|
-
readonly Team: "team";
|
|
4961
5556
|
readonly User: "user";
|
|
5557
|
+
readonly Team: "team";
|
|
4962
5558
|
}>;
|
|
4963
5559
|
}
|
|
4964
5560
|
/** @internal */
|
|
@@ -5165,17 +5761,18 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5165
5761
|
deletedAt?: number | null | undefined;
|
|
5166
5762
|
version: number;
|
|
5167
5763
|
autoAssignCustomDomains?: boolean | undefined;
|
|
5168
|
-
gitSource?:
|
|
5764
|
+
gitSource?: CreateDeploymentGitSource12$Outbound | CreateDeploymentGitSource15$Outbound | CreateDeploymentGitSource4$Outbound | CreateDeploymentGitSource10$Outbound | CreateDeploymentGitSource11$Outbound | CreateDeploymentGitSource13$Outbound | CreateDeploymentGitSource14$Outbound | CreateDeploymentGitSource2$Outbound | CreateDeploymentGitSource3$Outbound | CreateDeploymentGitSource6$Outbound | CreateDeploymentGitSource9$Outbound | CreateDeploymentGitSource1$Outbound | CreateDeploymentGitSource5$Outbound | CreateDeploymentGitSource7$Outbound | CreateDeploymentGitSource8$Outbound | undefined;
|
|
5169
5765
|
meta: {
|
|
5170
5766
|
[k: string]: string;
|
|
5171
5767
|
};
|
|
5172
5768
|
project?: CreateDeploymentProject$Outbound | undefined;
|
|
5769
|
+
nodeVersion?: string | undefined;
|
|
5173
5770
|
readyState: string;
|
|
5174
5771
|
source?: string | undefined;
|
|
5175
5772
|
target?: string | null | undefined;
|
|
5773
|
+
errorMessage?: string | null | undefined;
|
|
5176
5774
|
passiveRegions?: Array<string> | undefined;
|
|
5177
5775
|
regions: Array<string>;
|
|
5178
|
-
errorMessage?: string | null | undefined;
|
|
5179
5776
|
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
5180
5777
|
aliasError?: AliasError$Outbound | null | undefined;
|
|
5181
5778
|
aliasFinal?: string | null | undefined;
|
|
@@ -5204,8 +5801,8 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
5204
5801
|
} | null | undefined;
|
|
5205
5802
|
routes: Array<Routes3$Outbound | Routes1$Outbound | Routes2$Outbound> | null;
|
|
5206
5803
|
crons?: Array<CreateDeploymentCrons$Outbound> | undefined;
|
|
5207
|
-
microfrontends?: CreateDeploymentMicrofrontends2$Outbound | CreateDeploymentMicrofrontends1$Outbound | undefined;
|
|
5208
5804
|
checks?: CreateDeploymentChecks$Outbound | undefined;
|
|
5805
|
+
microfrontends?: CreateDeploymentMicrofrontends2$Outbound | CreateDeploymentMicrofrontends1$Outbound | undefined;
|
|
5209
5806
|
connectBuildsEnabled?: boolean | undefined;
|
|
5210
5807
|
connectConfigurationId?: string | undefined;
|
|
5211
5808
|
createdIn: string;
|