@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
|
@@ -103,6 +103,10 @@ export type GitMetadata = {
|
|
|
103
103
|
* The name of the author of the commit
|
|
104
104
|
*/
|
|
105
105
|
commitAuthorName?: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* The email of the author of the commit
|
|
108
|
+
*/
|
|
109
|
+
commitAuthorEmail?: string | undefined;
|
|
106
110
|
/**
|
|
107
111
|
* The commit message
|
|
108
112
|
*/
|
|
@@ -119,6 +123,22 @@ export type GitMetadata = {
|
|
|
119
123
|
* Whether or not there have been modifications to the working tree since the latest commit
|
|
120
124
|
*/
|
|
121
125
|
dirty?: boolean | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* True if process.env.CI was set when deploying
|
|
128
|
+
*/
|
|
129
|
+
ci?: boolean | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* The type of CI system used
|
|
132
|
+
*/
|
|
133
|
+
ciType?: string | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* The username used for the Git Provider (e.g. GitHub) if their CI (e.g. GitHub Actions) was used, if available
|
|
136
|
+
*/
|
|
137
|
+
ciGitProviderUsername?: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* The visibility of the Git repository if their CI (e.g. GitHub Actions) was used, if available
|
|
140
|
+
*/
|
|
141
|
+
ciGitRepoVisibility?: string | undefined;
|
|
122
142
|
};
|
|
123
143
|
|
|
124
144
|
export const CreateDeploymentGitSourceDeploymentsRequestType = {
|
|
@@ -255,6 +275,8 @@ export const Framework = {
|
|
|
255
275
|
SanityV3: "sanity-v3",
|
|
256
276
|
Sanity: "sanity",
|
|
257
277
|
Storybook: "storybook",
|
|
278
|
+
Nitro: "nitro",
|
|
279
|
+
Hono: "hono",
|
|
258
280
|
} as const;
|
|
259
281
|
/**
|
|
260
282
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -464,6 +486,8 @@ export const CreateDeploymentFramework = {
|
|
|
464
486
|
SanityV3: "sanity-v3",
|
|
465
487
|
Sanity: "sanity",
|
|
466
488
|
Storybook: "storybook",
|
|
489
|
+
Nitro: "nitro",
|
|
490
|
+
Hono: "hono",
|
|
467
491
|
} as const;
|
|
468
492
|
export type CreateDeploymentFramework = ClosedEnum<
|
|
469
493
|
typeof CreateDeploymentFramework
|
|
@@ -499,10 +523,10 @@ export type CreateDeploymentProjectSettings = {
|
|
|
499
523
|
|
|
500
524
|
export const CreateDeploymentDeploymentsStatus = {
|
|
501
525
|
Error: "error",
|
|
526
|
+
Timeout: "timeout",
|
|
502
527
|
Skipped: "skipped",
|
|
503
528
|
Pending: "pending",
|
|
504
529
|
Ready: "ready",
|
|
505
|
-
Timeout: "timeout",
|
|
506
530
|
} as const;
|
|
507
531
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<
|
|
508
532
|
typeof CreateDeploymentDeploymentsStatus
|
|
@@ -594,8 +618,8 @@ export type Creator = {
|
|
|
594
618
|
};
|
|
595
619
|
|
|
596
620
|
export const CreateDeploymentReadyState = {
|
|
597
|
-
Building: "BUILDING",
|
|
598
621
|
Error: "ERROR",
|
|
622
|
+
Building: "BUILDING",
|
|
599
623
|
Initializing: "INITIALIZING",
|
|
600
624
|
Ready: "READY",
|
|
601
625
|
} as const;
|
|
@@ -614,8 +638,8 @@ export type CreateDeploymentOutput = {
|
|
|
614
638
|
export type Lambdas = {
|
|
615
639
|
id?: string | undefined;
|
|
616
640
|
createdAt?: number | undefined;
|
|
617
|
-
entrypoint?: string | null | undefined;
|
|
618
641
|
readyState?: CreateDeploymentReadyState | undefined;
|
|
642
|
+
entrypoint?: string | null | undefined;
|
|
619
643
|
readyStateAt?: number | undefined;
|
|
620
644
|
output: Array<CreateDeploymentOutput>;
|
|
621
645
|
};
|
|
@@ -658,9 +682,9 @@ export type CustomEnvironmentType = ClosedEnum<typeof CustomEnvironmentType>;
|
|
|
658
682
|
* The type of matching to perform
|
|
659
683
|
*/
|
|
660
684
|
export const CreateDeploymentCustomEnvironmentType = {
|
|
685
|
+
EndsWith: "endsWith",
|
|
661
686
|
StartsWith: "startsWith",
|
|
662
687
|
Equals: "equals",
|
|
663
|
-
EndsWith: "endsWith",
|
|
664
688
|
} as const;
|
|
665
689
|
/**
|
|
666
690
|
* The type of matching to perform
|
|
@@ -770,18 +794,18 @@ export const CreateDeploymentType = {
|
|
|
770
794
|
} as const;
|
|
771
795
|
export type CreateDeploymentType = ClosedEnum<typeof CreateDeploymentType>;
|
|
772
796
|
|
|
773
|
-
export const
|
|
797
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type =
|
|
774
798
|
{
|
|
775
799
|
Bitbucket: "bitbucket",
|
|
776
800
|
} as const;
|
|
777
|
-
export type
|
|
801
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type =
|
|
778
802
|
ClosedEnum<
|
|
779
|
-
typeof
|
|
803
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type
|
|
780
804
|
>;
|
|
781
805
|
|
|
782
|
-
export type
|
|
806
|
+
export type CreateDeploymentGitSource15 = {
|
|
783
807
|
type:
|
|
784
|
-
|
|
808
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type;
|
|
785
809
|
ref: string;
|
|
786
810
|
sha: string;
|
|
787
811
|
owner?: string | undefined;
|
|
@@ -790,35 +814,54 @@ export type CreateDeploymentGitSource12 = {
|
|
|
790
814
|
repoUuid: string;
|
|
791
815
|
};
|
|
792
816
|
|
|
793
|
-
export const
|
|
817
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type =
|
|
794
818
|
{
|
|
795
819
|
Gitlab: "gitlab",
|
|
796
820
|
} as const;
|
|
797
|
-
export type
|
|
821
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type =
|
|
798
822
|
ClosedEnum<
|
|
799
|
-
typeof
|
|
823
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type
|
|
800
824
|
>;
|
|
801
825
|
|
|
802
|
-
export type
|
|
826
|
+
export type CreateDeploymentGitSource14 = {
|
|
803
827
|
type:
|
|
804
|
-
|
|
828
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type;
|
|
805
829
|
ref: string;
|
|
806
830
|
sha: string;
|
|
807
831
|
projectId: number;
|
|
808
832
|
};
|
|
809
833
|
|
|
810
|
-
export const
|
|
834
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type =
|
|
835
|
+
{
|
|
836
|
+
GithubLimited: "github-limited",
|
|
837
|
+
} as const;
|
|
838
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type =
|
|
839
|
+
ClosedEnum<
|
|
840
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type
|
|
841
|
+
>;
|
|
842
|
+
|
|
843
|
+
export type CreateDeploymentGitSource13 = {
|
|
844
|
+
type:
|
|
845
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type;
|
|
846
|
+
ref: string;
|
|
847
|
+
sha: string;
|
|
848
|
+
repoId: number;
|
|
849
|
+
org?: string | undefined;
|
|
850
|
+
repo?: string | undefined;
|
|
851
|
+
};
|
|
852
|
+
|
|
853
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type =
|
|
811
854
|
{
|
|
812
855
|
GithubCustomHost: "github-custom-host",
|
|
813
856
|
} as const;
|
|
814
|
-
export type
|
|
857
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type =
|
|
815
858
|
ClosedEnum<
|
|
816
|
-
typeof
|
|
859
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type
|
|
817
860
|
>;
|
|
818
861
|
|
|
819
|
-
export type
|
|
862
|
+
export type CreateDeploymentGitSource12 = {
|
|
820
863
|
type:
|
|
821
|
-
|
|
864
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type;
|
|
822
865
|
host: string;
|
|
823
866
|
ref: string;
|
|
824
867
|
sha: string;
|
|
@@ -827,18 +870,18 @@ export type CreateDeploymentGitSource10 = {
|
|
|
827
870
|
repo?: string | undefined;
|
|
828
871
|
};
|
|
829
872
|
|
|
830
|
-
export const
|
|
873
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type =
|
|
831
874
|
{
|
|
832
875
|
Github: "github",
|
|
833
876
|
} as const;
|
|
834
|
-
export type
|
|
877
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type =
|
|
835
878
|
ClosedEnum<
|
|
836
|
-
typeof
|
|
879
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type
|
|
837
880
|
>;
|
|
838
881
|
|
|
839
|
-
export type
|
|
882
|
+
export type CreateDeploymentGitSource11 = {
|
|
840
883
|
type:
|
|
841
|
-
|
|
884
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type;
|
|
842
885
|
ref: string;
|
|
843
886
|
sha: string;
|
|
844
887
|
repoId: number;
|
|
@@ -846,40 +889,79 @@ export type CreateDeploymentGitSource9 = {
|
|
|
846
889
|
repo?: string | undefined;
|
|
847
890
|
};
|
|
848
891
|
|
|
849
|
-
export const
|
|
892
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type =
|
|
850
893
|
{
|
|
851
894
|
Custom: "custom",
|
|
852
895
|
} as const;
|
|
853
|
-
export type
|
|
896
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type =
|
|
854
897
|
ClosedEnum<
|
|
855
|
-
typeof
|
|
898
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type
|
|
856
899
|
>;
|
|
857
900
|
|
|
858
901
|
/**
|
|
859
902
|
* Allows custom git sources (local folder mounted to the container) in test mode
|
|
860
903
|
*/
|
|
861
|
-
export type
|
|
904
|
+
export type CreateDeploymentGitSource10 = {
|
|
862
905
|
type:
|
|
863
|
-
|
|
906
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type;
|
|
864
907
|
ref: string;
|
|
865
908
|
sha: string;
|
|
866
909
|
gitUrl: string;
|
|
867
910
|
};
|
|
868
911
|
|
|
869
|
-
export const
|
|
912
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type =
|
|
913
|
+
{
|
|
914
|
+
Bitbucket: "bitbucket",
|
|
915
|
+
} as const;
|
|
916
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type =
|
|
917
|
+
ClosedEnum<
|
|
918
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type
|
|
919
|
+
>;
|
|
920
|
+
|
|
921
|
+
export type CreateDeploymentGitSource9 = {
|
|
922
|
+
type:
|
|
923
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type;
|
|
924
|
+
owner: string;
|
|
925
|
+
slug: string;
|
|
926
|
+
ref?: string | null | undefined;
|
|
927
|
+
sha?: string | undefined;
|
|
928
|
+
prId?: number | null | undefined;
|
|
929
|
+
};
|
|
930
|
+
|
|
931
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type =
|
|
870
932
|
{
|
|
871
933
|
Bitbucket: "bitbucket",
|
|
872
934
|
} as const;
|
|
935
|
+
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type =
|
|
936
|
+
ClosedEnum<
|
|
937
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type
|
|
938
|
+
>;
|
|
939
|
+
|
|
940
|
+
export type CreateDeploymentGitSource8 = {
|
|
941
|
+
type:
|
|
942
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type;
|
|
943
|
+
workspaceUuid?: string | undefined;
|
|
944
|
+
repoUuid: string;
|
|
945
|
+
ref?: string | null | undefined;
|
|
946
|
+
sha?: string | undefined;
|
|
947
|
+
prId?: number | null | undefined;
|
|
948
|
+
};
|
|
949
|
+
|
|
950
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type =
|
|
951
|
+
{
|
|
952
|
+
Gitlab: "gitlab",
|
|
953
|
+
} as const;
|
|
873
954
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type =
|
|
874
955
|
ClosedEnum<
|
|
875
956
|
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type
|
|
876
957
|
>;
|
|
877
958
|
|
|
959
|
+
export type GitSourceProjectId = string | number;
|
|
960
|
+
|
|
878
961
|
export type CreateDeploymentGitSource7 = {
|
|
879
962
|
type:
|
|
880
963
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type;
|
|
881
|
-
|
|
882
|
-
slug: string;
|
|
964
|
+
projectId: string | number;
|
|
883
965
|
ref?: string | null | undefined;
|
|
884
966
|
sha?: string | undefined;
|
|
885
967
|
prId?: number | null | undefined;
|
|
@@ -887,7 +969,7 @@ export type CreateDeploymentGitSource7 = {
|
|
|
887
969
|
|
|
888
970
|
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type =
|
|
889
971
|
{
|
|
890
|
-
|
|
972
|
+
GithubLimited: "github-limited",
|
|
891
973
|
} as const;
|
|
892
974
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type =
|
|
893
975
|
ClosedEnum<
|
|
@@ -897,8 +979,8 @@ export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespon
|
|
|
897
979
|
export type CreateDeploymentGitSource6 = {
|
|
898
980
|
type:
|
|
899
981
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type;
|
|
900
|
-
|
|
901
|
-
|
|
982
|
+
org: string;
|
|
983
|
+
repo: string;
|
|
902
984
|
ref?: string | null | undefined;
|
|
903
985
|
sha?: string | undefined;
|
|
904
986
|
prId?: number | null | undefined;
|
|
@@ -906,19 +988,19 @@ export type CreateDeploymentGitSource6 = {
|
|
|
906
988
|
|
|
907
989
|
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type =
|
|
908
990
|
{
|
|
909
|
-
|
|
991
|
+
GithubLimited: "github-limited",
|
|
910
992
|
} as const;
|
|
911
993
|
export type CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type =
|
|
912
994
|
ClosedEnum<
|
|
913
995
|
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type
|
|
914
996
|
>;
|
|
915
997
|
|
|
916
|
-
export type
|
|
998
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId = string | number;
|
|
917
999
|
|
|
918
1000
|
export type CreateDeploymentGitSource5 = {
|
|
919
1001
|
type:
|
|
920
1002
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type;
|
|
921
|
-
|
|
1003
|
+
repoId: string | number;
|
|
922
1004
|
ref?: string | null | undefined;
|
|
923
1005
|
sha?: string | undefined;
|
|
924
1006
|
prId?: number | null | undefined;
|
|
@@ -998,18 +1080,21 @@ export type CreateDeploymentGitSource1 = {
|
|
|
998
1080
|
};
|
|
999
1081
|
|
|
1000
1082
|
export type CreateDeploymentGitSource =
|
|
1001
|
-
| CreateDeploymentGitSource10
|
|
1002
1083
|
| CreateDeploymentGitSource12
|
|
1084
|
+
| CreateDeploymentGitSource15
|
|
1003
1085
|
| CreateDeploymentGitSource4
|
|
1004
|
-
|
|
|
1005
|
-
| CreateDeploymentGitSource9
|
|
1086
|
+
| CreateDeploymentGitSource10
|
|
1006
1087
|
| CreateDeploymentGitSource11
|
|
1088
|
+
| CreateDeploymentGitSource13
|
|
1089
|
+
| CreateDeploymentGitSource14
|
|
1007
1090
|
| CreateDeploymentGitSource2
|
|
1008
1091
|
| CreateDeploymentGitSource3
|
|
1009
|
-
|
|
|
1092
|
+
| CreateDeploymentGitSource6
|
|
1093
|
+
| CreateDeploymentGitSource9
|
|
1010
1094
|
| CreateDeploymentGitSource1
|
|
1011
1095
|
| CreateDeploymentGitSource5
|
|
1012
|
-
|
|
|
1096
|
+
| CreateDeploymentGitSource7
|
|
1097
|
+
| CreateDeploymentGitSource8;
|
|
1013
1098
|
|
|
1014
1099
|
export type CreateDeploymentProject = {
|
|
1015
1100
|
id: string;
|
|
@@ -1017,6 +1102,26 @@ export type CreateDeploymentProject = {
|
|
|
1017
1102
|
framework?: string | null | undefined;
|
|
1018
1103
|
};
|
|
1019
1104
|
|
|
1105
|
+
/**
|
|
1106
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1107
|
+
*/
|
|
1108
|
+
export const CreateDeploymentNodeVersion = {
|
|
1109
|
+
TwentyTwoDotX: "22.x",
|
|
1110
|
+
TwentyDotX: "20.x",
|
|
1111
|
+
EighteenDotX: "18.x",
|
|
1112
|
+
SixteenDotX: "16.x",
|
|
1113
|
+
FourteenDotX: "14.x",
|
|
1114
|
+
TwelveDotX: "12.x",
|
|
1115
|
+
TenDotX: "10.x",
|
|
1116
|
+
EightDot10DotX: "8.10.x",
|
|
1117
|
+
} as const;
|
|
1118
|
+
/**
|
|
1119
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1120
|
+
*/
|
|
1121
|
+
export type CreateDeploymentNodeVersion = ClosedEnum<
|
|
1122
|
+
typeof CreateDeploymentNodeVersion
|
|
1123
|
+
>;
|
|
1124
|
+
|
|
1020
1125
|
export const ReadyState = {
|
|
1021
1126
|
Canceled: "CANCELED",
|
|
1022
1127
|
Error: "ERROR",
|
|
@@ -1098,21 +1203,21 @@ export type OidcTokenClaims = {
|
|
|
1098
1203
|
};
|
|
1099
1204
|
|
|
1100
1205
|
export const CreateDeploymentPlan = {
|
|
1206
|
+
Hobby: "hobby",
|
|
1101
1207
|
Pro: "pro",
|
|
1102
1208
|
Enterprise: "enterprise",
|
|
1103
|
-
Hobby: "hobby",
|
|
1104
1209
|
} as const;
|
|
1105
1210
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
1106
1211
|
|
|
1107
1212
|
export const FunctionType = {
|
|
1108
|
-
Fluid: "fluid",
|
|
1109
1213
|
Standard: "standard",
|
|
1214
|
+
Fluid: "fluid",
|
|
1110
1215
|
} as const;
|
|
1111
1216
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
1112
1217
|
|
|
1113
1218
|
export const FunctionMemoryType = {
|
|
1114
|
-
Standard: "standard",
|
|
1115
1219
|
StandardLegacy: "standard_legacy",
|
|
1220
|
+
Standard: "standard",
|
|
1116
1221
|
Performance: "performance",
|
|
1117
1222
|
} as const;
|
|
1118
1223
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1136,6 +1241,49 @@ export const Architecture = {
|
|
|
1136
1241
|
} as const;
|
|
1137
1242
|
export type Architecture = ClosedEnum<typeof Architecture>;
|
|
1138
1243
|
|
|
1244
|
+
/**
|
|
1245
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1246
|
+
*/
|
|
1247
|
+
export const CreateDeploymentDeploymentsType = {
|
|
1248
|
+
QueueV1beta: "queue/v1beta",
|
|
1249
|
+
} as const;
|
|
1250
|
+
/**
|
|
1251
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1252
|
+
*/
|
|
1253
|
+
export type CreateDeploymentDeploymentsType = ClosedEnum<
|
|
1254
|
+
typeof CreateDeploymentDeploymentsType
|
|
1255
|
+
>;
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* Queue trigger event for Vercel's queue system. Handles "queue/v1beta" events with queue-specific configuration.
|
|
1259
|
+
*/
|
|
1260
|
+
export type ExperimentalTriggers = {
|
|
1261
|
+
/**
|
|
1262
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
1263
|
+
*/
|
|
1264
|
+
type: CreateDeploymentDeploymentsType;
|
|
1265
|
+
/**
|
|
1266
|
+
* Name of the queue topic to consume from (REQUIRED)
|
|
1267
|
+
*/
|
|
1268
|
+
topic: string;
|
|
1269
|
+
/**
|
|
1270
|
+
* Name of the consumer group for this trigger (REQUIRED)
|
|
1271
|
+
*/
|
|
1272
|
+
consumer: string;
|
|
1273
|
+
/**
|
|
1274
|
+
* 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.
|
|
1275
|
+
*/
|
|
1276
|
+
maxDeliveries?: number | undefined;
|
|
1277
|
+
/**
|
|
1278
|
+
* Delay in seconds before retrying failed executions (OPTIONAL) Behavior when not specified depends on the server's default configuration.
|
|
1279
|
+
*/
|
|
1280
|
+
retryAfterSeconds?: number | undefined;
|
|
1281
|
+
/**
|
|
1282
|
+
* 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.
|
|
1283
|
+
*/
|
|
1284
|
+
initialDelaySeconds?: number | undefined;
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1139
1287
|
export type Functions = {
|
|
1140
1288
|
architecture?: Architecture | undefined;
|
|
1141
1289
|
memory?: number | undefined;
|
|
@@ -1143,6 +1291,7 @@ export type Functions = {
|
|
|
1143
1291
|
runtime?: string | undefined;
|
|
1144
1292
|
includeFiles?: string | undefined;
|
|
1145
1293
|
excludeFiles?: string | undefined;
|
|
1294
|
+
experimentalTriggers?: Array<ExperimentalTriggers> | undefined;
|
|
1146
1295
|
};
|
|
1147
1296
|
|
|
1148
1297
|
export type Routes3 = {
|
|
@@ -1152,12 +1301,12 @@ export type Routes3 = {
|
|
|
1152
1301
|
};
|
|
1153
1302
|
|
|
1154
1303
|
export const RoutesHandle = {
|
|
1155
|
-
Error: "error",
|
|
1156
1304
|
Filesystem: "filesystem",
|
|
1305
|
+
Error: "error",
|
|
1157
1306
|
Hit: "hit",
|
|
1158
1307
|
Miss: "miss",
|
|
1159
|
-
Rewrite: "rewrite",
|
|
1160
1308
|
Resource: "resource",
|
|
1309
|
+
Rewrite: "rewrite",
|
|
1161
1310
|
} as const;
|
|
1162
1311
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
1163
1312
|
|
|
@@ -1308,6 +1457,52 @@ export type RoutesMitigate = {
|
|
|
1308
1457
|
action: RoutesAction;
|
|
1309
1458
|
};
|
|
1310
1459
|
|
|
1460
|
+
export const RoutesType = {
|
|
1461
|
+
RequestHeaders: "request.headers",
|
|
1462
|
+
RequestQuery: "request.query",
|
|
1463
|
+
ResponseHeaders: "response.headers",
|
|
1464
|
+
} as const;
|
|
1465
|
+
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1466
|
+
|
|
1467
|
+
export const CreateDeploymentRoutesOp = {
|
|
1468
|
+
Set: "set",
|
|
1469
|
+
Append: "append",
|
|
1470
|
+
Delete: "delete",
|
|
1471
|
+
} as const;
|
|
1472
|
+
export type CreateDeploymentRoutesOp = ClosedEnum<
|
|
1473
|
+
typeof CreateDeploymentRoutesOp
|
|
1474
|
+
>;
|
|
1475
|
+
|
|
1476
|
+
export type KeyEq = string | number;
|
|
1477
|
+
|
|
1478
|
+
export type Key2 = {
|
|
1479
|
+
eq?: string | number | undefined;
|
|
1480
|
+
neq?: string | undefined;
|
|
1481
|
+
inc?: Array<string> | undefined;
|
|
1482
|
+
ninc?: Array<string> | undefined;
|
|
1483
|
+
pre?: string | undefined;
|
|
1484
|
+
suf?: string | undefined;
|
|
1485
|
+
gt?: number | undefined;
|
|
1486
|
+
gte?: number | undefined;
|
|
1487
|
+
lt?: number | undefined;
|
|
1488
|
+
lte?: number | undefined;
|
|
1489
|
+
};
|
|
1490
|
+
|
|
1491
|
+
export type Key = Key2 | string;
|
|
1492
|
+
|
|
1493
|
+
export type RoutesTarget = {
|
|
1494
|
+
key: Key2 | string;
|
|
1495
|
+
};
|
|
1496
|
+
|
|
1497
|
+
export type Args = string | Array<string>;
|
|
1498
|
+
|
|
1499
|
+
export type Transforms = {
|
|
1500
|
+
type: RoutesType;
|
|
1501
|
+
op: CreateDeploymentRoutesOp;
|
|
1502
|
+
target: RoutesTarget;
|
|
1503
|
+
args?: string | Array<string> | undefined;
|
|
1504
|
+
};
|
|
1505
|
+
|
|
1311
1506
|
export type Locale = {
|
|
1312
1507
|
redirect?: { [k: string]: string } | undefined;
|
|
1313
1508
|
cookie?: string | undefined;
|
|
@@ -1327,6 +1522,7 @@ export type Routes1 = {
|
|
|
1327
1522
|
has?: Array<Has1 | Has2> | undefined;
|
|
1328
1523
|
missing?: Array<Missing1 | Missing2> | undefined;
|
|
1329
1524
|
mitigate?: RoutesMitigate | undefined;
|
|
1525
|
+
transforms?: Array<Transforms> | undefined;
|
|
1330
1526
|
locale?: Locale | undefined;
|
|
1331
1527
|
/**
|
|
1332
1528
|
* A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
|
|
@@ -1349,10 +1545,33 @@ export type CreateDeploymentCrons = {
|
|
|
1349
1545
|
path: string;
|
|
1350
1546
|
};
|
|
1351
1547
|
|
|
1548
|
+
export const CreateDeploymentState = {
|
|
1549
|
+
Succeeded: "succeeded",
|
|
1550
|
+
Failed: "failed",
|
|
1551
|
+
Pending: "pending",
|
|
1552
|
+
} as const;
|
|
1553
|
+
export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
|
|
1554
|
+
|
|
1555
|
+
/**
|
|
1556
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1557
|
+
*/
|
|
1558
|
+
export type DeploymentAlias = {
|
|
1559
|
+
state: CreateDeploymentState;
|
|
1560
|
+
startedAt: number;
|
|
1561
|
+
completedAt?: number | undefined;
|
|
1562
|
+
};
|
|
1563
|
+
|
|
1564
|
+
export type CreateDeploymentChecks = {
|
|
1565
|
+
/**
|
|
1566
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1567
|
+
*/
|
|
1568
|
+
deploymentAlias: DeploymentAlias;
|
|
1569
|
+
};
|
|
1570
|
+
|
|
1352
1571
|
/**
|
|
1353
1572
|
* 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.
|
|
1354
1573
|
*/
|
|
1355
|
-
export type
|
|
1574
|
+
export type Applications = {
|
|
1356
1575
|
isDefaultApp?: boolean | undefined;
|
|
1357
1576
|
/**
|
|
1358
1577
|
* This is the production alias, it will always show the most up to date of each application.
|
|
@@ -1369,9 +1588,7 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1369
1588
|
/**
|
|
1370
1589
|
* 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.
|
|
1371
1590
|
*/
|
|
1372
|
-
applications?:
|
|
1373
|
-
| { [k: string]: CreateDeploymentMicrofrontendsApplications }
|
|
1374
|
-
| undefined;
|
|
1591
|
+
applications?: { [k: string]: Applications } | undefined;
|
|
1375
1592
|
isDefaultApp: boolean;
|
|
1376
1593
|
/**
|
|
1377
1594
|
* The project name of the default app of this deployment's microfrontends group.
|
|
@@ -1385,6 +1602,10 @@ export type CreateDeploymentMicrofrontends2 = {
|
|
|
1385
1602
|
* 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.
|
|
1386
1603
|
*/
|
|
1387
1604
|
groupIds: Array<string>;
|
|
1605
|
+
/**
|
|
1606
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1607
|
+
*/
|
|
1608
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1388
1609
|
};
|
|
1389
1610
|
|
|
1390
1611
|
export type CreateDeploymentMicrofrontends1 = {
|
|
@@ -1404,35 +1625,16 @@ export type CreateDeploymentMicrofrontends1 = {
|
|
|
1404
1625
|
* 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.
|
|
1405
1626
|
*/
|
|
1406
1627
|
groupIds: Array<string>;
|
|
1628
|
+
/**
|
|
1629
|
+
* Whether the MicrofrontendsAlias2 team flag should be considered enabled for this deployment or not.
|
|
1630
|
+
*/
|
|
1631
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
1407
1632
|
};
|
|
1408
1633
|
|
|
1409
1634
|
export type CreateDeploymentMicrofrontends =
|
|
1410
1635
|
| CreateDeploymentMicrofrontends2
|
|
1411
1636
|
| CreateDeploymentMicrofrontends1;
|
|
1412
1637
|
|
|
1413
|
-
export const CreateDeploymentState = {
|
|
1414
|
-
Succeeded: "succeeded",
|
|
1415
|
-
Failed: "failed",
|
|
1416
|
-
Pending: "pending",
|
|
1417
|
-
} as const;
|
|
1418
|
-
export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
|
|
1419
|
-
|
|
1420
|
-
/**
|
|
1421
|
-
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1422
|
-
*/
|
|
1423
|
-
export type DeploymentAlias = {
|
|
1424
|
-
state: CreateDeploymentState;
|
|
1425
|
-
startedAt: number;
|
|
1426
|
-
completedAt?: number | undefined;
|
|
1427
|
-
};
|
|
1428
|
-
|
|
1429
|
-
export type CreateDeploymentChecks = {
|
|
1430
|
-
/**
|
|
1431
|
-
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1432
|
-
*/
|
|
1433
|
-
deploymentAlias: DeploymentAlias;
|
|
1434
|
-
};
|
|
1435
|
-
|
|
1436
1638
|
export const CreateDeploymentGitRepoDeploymentsType = {
|
|
1437
1639
|
Bitbucket: "bitbucket",
|
|
1438
1640
|
} as const;
|
|
@@ -1441,8 +1643,8 @@ export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1441
1643
|
>;
|
|
1442
1644
|
|
|
1443
1645
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
1444
|
-
Team: "team",
|
|
1445
1646
|
User: "user",
|
|
1647
|
+
Team: "team",
|
|
1446
1648
|
} as const;
|
|
1447
1649
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1448
1650
|
typeof CreateDeploymentGitRepoOwnerType
|
|
@@ -1469,8 +1671,8 @@ export type CreateDeploymentGitRepoType = ClosedEnum<
|
|
|
1469
1671
|
>;
|
|
1470
1672
|
|
|
1471
1673
|
export const GitRepoOwnerType = {
|
|
1472
|
-
Team: "team",
|
|
1473
1674
|
User: "user",
|
|
1675
|
+
Team: "team",
|
|
1474
1676
|
} as const;
|
|
1475
1677
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1476
1678
|
|
|
@@ -1493,8 +1695,8 @@ export const GitRepoType = {
|
|
|
1493
1695
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1494
1696
|
|
|
1495
1697
|
export const OwnerType = {
|
|
1496
|
-
Team: "team",
|
|
1497
1698
|
User: "user",
|
|
1699
|
+
Team: "team",
|
|
1498
1700
|
} as const;
|
|
1499
1701
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1500
1702
|
|
|
@@ -1587,30 +1789,37 @@ export type CreateDeploymentResponseBody = {
|
|
|
1587
1789
|
*/
|
|
1588
1790
|
autoAssignCustomDomains?: boolean | undefined;
|
|
1589
1791
|
gitSource?:
|
|
1590
|
-
| CreateDeploymentGitSource10
|
|
1591
1792
|
| CreateDeploymentGitSource12
|
|
1793
|
+
| CreateDeploymentGitSource15
|
|
1592
1794
|
| CreateDeploymentGitSource4
|
|
1593
|
-
|
|
|
1594
|
-
| CreateDeploymentGitSource9
|
|
1795
|
+
| CreateDeploymentGitSource10
|
|
1595
1796
|
| CreateDeploymentGitSource11
|
|
1797
|
+
| CreateDeploymentGitSource13
|
|
1798
|
+
| CreateDeploymentGitSource14
|
|
1596
1799
|
| CreateDeploymentGitSource2
|
|
1597
1800
|
| CreateDeploymentGitSource3
|
|
1598
|
-
|
|
|
1801
|
+
| CreateDeploymentGitSource6
|
|
1802
|
+
| CreateDeploymentGitSource9
|
|
1599
1803
|
| CreateDeploymentGitSource1
|
|
1600
1804
|
| CreateDeploymentGitSource5
|
|
1601
|
-
|
|
|
1805
|
+
| CreateDeploymentGitSource7
|
|
1806
|
+
| CreateDeploymentGitSource8
|
|
1602
1807
|
| undefined;
|
|
1603
1808
|
meta: { [k: string]: string };
|
|
1604
1809
|
project?: CreateDeploymentProject | undefined;
|
|
1810
|
+
/**
|
|
1811
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
1812
|
+
*/
|
|
1813
|
+
nodeVersion?: CreateDeploymentNodeVersion | undefined;
|
|
1605
1814
|
readyState: ReadyState;
|
|
1606
1815
|
source?: CreateDeploymentSource | undefined;
|
|
1607
1816
|
target?: CreateDeploymentTarget | null | undefined;
|
|
1817
|
+
errorMessage?: string | null | undefined;
|
|
1608
1818
|
/**
|
|
1609
1819
|
* 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
|
|
1610
1820
|
*/
|
|
1611
1821
|
passiveRegions?: Array<string> | undefined;
|
|
1612
1822
|
regions: Array<string>;
|
|
1613
|
-
errorMessage?: string | null | undefined;
|
|
1614
1823
|
aliasWarning?: AliasWarning | null | undefined;
|
|
1615
1824
|
aliasError?: AliasError | null | undefined;
|
|
1616
1825
|
aliasFinal?: string | null | undefined;
|
|
@@ -1646,11 +1855,11 @@ export type CreateDeploymentResponseBody = {
|
|
|
1646
1855
|
functions?: { [k: string]: Functions } | null | undefined;
|
|
1647
1856
|
routes: Array<Routes3 | Routes1 | Routes2> | null;
|
|
1648
1857
|
crons?: Array<CreateDeploymentCrons> | undefined;
|
|
1858
|
+
checks?: CreateDeploymentChecks | undefined;
|
|
1649
1859
|
microfrontends?:
|
|
1650
1860
|
| CreateDeploymentMicrofrontends2
|
|
1651
1861
|
| CreateDeploymentMicrofrontends1
|
|
1652
1862
|
| undefined;
|
|
1653
|
-
checks?: CreateDeploymentChecks | undefined;
|
|
1654
1863
|
connectBuildsEnabled?: boolean | undefined;
|
|
1655
1864
|
connectConfigurationId?: string | undefined;
|
|
1656
1865
|
createdIn: string;
|
|
@@ -1888,20 +2097,30 @@ export const GitMetadata$inboundSchema: z.ZodType<
|
|
|
1888
2097
|
> = z.object({
|
|
1889
2098
|
remoteUrl: z.string().optional(),
|
|
1890
2099
|
commitAuthorName: z.string().optional(),
|
|
2100
|
+
commitAuthorEmail: z.string().optional(),
|
|
1891
2101
|
commitMessage: z.string().optional(),
|
|
1892
2102
|
commitRef: z.string().optional(),
|
|
1893
2103
|
commitSha: z.string().optional(),
|
|
1894
2104
|
dirty: z.boolean().optional(),
|
|
2105
|
+
ci: z.boolean().optional(),
|
|
2106
|
+
ciType: z.string().optional(),
|
|
2107
|
+
ciGitProviderUsername: z.string().optional(),
|
|
2108
|
+
ciGitRepoVisibility: z.string().optional(),
|
|
1895
2109
|
});
|
|
1896
2110
|
|
|
1897
2111
|
/** @internal */
|
|
1898
2112
|
export type GitMetadata$Outbound = {
|
|
1899
2113
|
remoteUrl?: string | undefined;
|
|
1900
2114
|
commitAuthorName?: string | undefined;
|
|
2115
|
+
commitAuthorEmail?: string | undefined;
|
|
1901
2116
|
commitMessage?: string | undefined;
|
|
1902
2117
|
commitRef?: string | undefined;
|
|
1903
2118
|
commitSha?: string | undefined;
|
|
1904
2119
|
dirty?: boolean | undefined;
|
|
2120
|
+
ci?: boolean | undefined;
|
|
2121
|
+
ciType?: string | undefined;
|
|
2122
|
+
ciGitProviderUsername?: string | undefined;
|
|
2123
|
+
ciGitRepoVisibility?: string | undefined;
|
|
1905
2124
|
};
|
|
1906
2125
|
|
|
1907
2126
|
/** @internal */
|
|
@@ -1912,10 +2131,15 @@ export const GitMetadata$outboundSchema: z.ZodType<
|
|
|
1912
2131
|
> = z.object({
|
|
1913
2132
|
remoteUrl: z.string().optional(),
|
|
1914
2133
|
commitAuthorName: z.string().optional(),
|
|
2134
|
+
commitAuthorEmail: z.string().optional(),
|
|
1915
2135
|
commitMessage: z.string().optional(),
|
|
1916
2136
|
commitRef: z.string().optional(),
|
|
1917
2137
|
commitSha: z.string().optional(),
|
|
1918
2138
|
dirty: z.boolean().optional(),
|
|
2139
|
+
ci: z.boolean().optional(),
|
|
2140
|
+
ciType: z.string().optional(),
|
|
2141
|
+
ciGitProviderUsername: z.string().optional(),
|
|
2142
|
+
ciGitRepoVisibility: z.string().optional(),
|
|
1919
2143
|
});
|
|
1920
2144
|
|
|
1921
2145
|
/**
|
|
@@ -3681,8 +3905,8 @@ export const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown> =
|
|
|
3681
3905
|
z.object({
|
|
3682
3906
|
id: z.string().optional(),
|
|
3683
3907
|
createdAt: z.number().optional(),
|
|
3684
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3685
3908
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
3909
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3686
3910
|
readyStateAt: z.number().optional(),
|
|
3687
3911
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
3688
3912
|
});
|
|
@@ -3691,8 +3915,8 @@ export const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown> =
|
|
|
3691
3915
|
export type Lambdas$Outbound = {
|
|
3692
3916
|
id?: string | undefined;
|
|
3693
3917
|
createdAt?: number | undefined;
|
|
3694
|
-
entrypoint?: string | null | undefined;
|
|
3695
3918
|
readyState?: string | undefined;
|
|
3919
|
+
entrypoint?: string | null | undefined;
|
|
3696
3920
|
readyStateAt?: number | undefined;
|
|
3697
3921
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
3698
3922
|
};
|
|
@@ -3705,8 +3929,8 @@ export const Lambdas$outboundSchema: z.ZodType<
|
|
|
3705
3929
|
> = z.object({
|
|
3706
3930
|
id: z.string().optional(),
|
|
3707
3931
|
createdAt: z.number().optional(),
|
|
3708
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
3709
3932
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
3933
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
3710
3934
|
readyStateAt: z.number().optional(),
|
|
3711
3935
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
3712
3936
|
});
|
|
@@ -4312,41 +4536,41 @@ export namespace CreateDeploymentType$ {
|
|
|
4312
4536
|
}
|
|
4313
4537
|
|
|
4314
4538
|
/** @internal */
|
|
4315
|
-
export const
|
|
4539
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema:
|
|
4316
4540
|
z.ZodNativeEnum<
|
|
4317
|
-
typeof
|
|
4541
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type
|
|
4318
4542
|
> = z.nativeEnum(
|
|
4319
|
-
|
|
4543
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type,
|
|
4320
4544
|
);
|
|
4321
4545
|
|
|
4322
4546
|
/** @internal */
|
|
4323
|
-
export const
|
|
4547
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema:
|
|
4324
4548
|
z.ZodNativeEnum<
|
|
4325
|
-
typeof
|
|
4549
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type
|
|
4326
4550
|
> =
|
|
4327
|
-
|
|
4551
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema;
|
|
4328
4552
|
|
|
4329
4553
|
/**
|
|
4330
4554
|
* @internal
|
|
4331
4555
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4332
4556
|
*/
|
|
4333
|
-
export namespace
|
|
4334
|
-
/** @deprecated use `
|
|
4557
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ {
|
|
4558
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema` instead. */
|
|
4335
4559
|
export const inboundSchema =
|
|
4336
|
-
|
|
4337
|
-
/** @deprecated use `
|
|
4560
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema;
|
|
4561
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema` instead. */
|
|
4338
4562
|
export const outboundSchema =
|
|
4339
|
-
|
|
4563
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema;
|
|
4340
4564
|
}
|
|
4341
4565
|
|
|
4342
4566
|
/** @internal */
|
|
4343
|
-
export const
|
|
4344
|
-
|
|
4567
|
+
export const CreateDeploymentGitSource15$inboundSchema: z.ZodType<
|
|
4568
|
+
CreateDeploymentGitSource15,
|
|
4345
4569
|
z.ZodTypeDef,
|
|
4346
4570
|
unknown
|
|
4347
4571
|
> = z.object({
|
|
4348
4572
|
type:
|
|
4349
|
-
|
|
4573
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema,
|
|
4350
4574
|
ref: z.string(),
|
|
4351
4575
|
sha: z.string(),
|
|
4352
4576
|
owner: z.string().optional(),
|
|
@@ -4356,7 +4580,7 @@ export const CreateDeploymentGitSource12$inboundSchema: z.ZodType<
|
|
|
4356
4580
|
});
|
|
4357
4581
|
|
|
4358
4582
|
/** @internal */
|
|
4359
|
-
export type
|
|
4583
|
+
export type CreateDeploymentGitSource15$Outbound = {
|
|
4360
4584
|
type: string;
|
|
4361
4585
|
ref: string;
|
|
4362
4586
|
sha: string;
|
|
@@ -4367,13 +4591,13 @@ export type CreateDeploymentGitSource12$Outbound = {
|
|
|
4367
4591
|
};
|
|
4368
4592
|
|
|
4369
4593
|
/** @internal */
|
|
4370
|
-
export const
|
|
4371
|
-
|
|
4594
|
+
export const CreateDeploymentGitSource15$outboundSchema: z.ZodType<
|
|
4595
|
+
CreateDeploymentGitSource15$Outbound,
|
|
4372
4596
|
z.ZodTypeDef,
|
|
4373
|
-
|
|
4597
|
+
CreateDeploymentGitSource15
|
|
4374
4598
|
> = z.object({
|
|
4375
4599
|
type:
|
|
4376
|
-
|
|
4600
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema,
|
|
4377
4601
|
ref: z.string(),
|
|
4378
4602
|
sha: z.string(),
|
|
4379
4603
|
owner: z.string().optional(),
|
|
@@ -4386,78 +4610,78 @@ export const CreateDeploymentGitSource12$outboundSchema: z.ZodType<
|
|
|
4386
4610
|
* @internal
|
|
4387
4611
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4388
4612
|
*/
|
|
4389
|
-
export namespace
|
|
4390
|
-
/** @deprecated use `
|
|
4391
|
-
export const inboundSchema =
|
|
4392
|
-
/** @deprecated use `
|
|
4393
|
-
export const outboundSchema =
|
|
4394
|
-
/** @deprecated use `
|
|
4395
|
-
export type Outbound =
|
|
4613
|
+
export namespace CreateDeploymentGitSource15$ {
|
|
4614
|
+
/** @deprecated use `CreateDeploymentGitSource15$inboundSchema` instead. */
|
|
4615
|
+
export const inboundSchema = CreateDeploymentGitSource15$inboundSchema;
|
|
4616
|
+
/** @deprecated use `CreateDeploymentGitSource15$outboundSchema` instead. */
|
|
4617
|
+
export const outboundSchema = CreateDeploymentGitSource15$outboundSchema;
|
|
4618
|
+
/** @deprecated use `CreateDeploymentGitSource15$Outbound` instead. */
|
|
4619
|
+
export type Outbound = CreateDeploymentGitSource15$Outbound;
|
|
4396
4620
|
}
|
|
4397
4621
|
|
|
4398
|
-
export function
|
|
4399
|
-
|
|
4622
|
+
export function createDeploymentGitSource15ToJSON(
|
|
4623
|
+
createDeploymentGitSource15: CreateDeploymentGitSource15,
|
|
4400
4624
|
): string {
|
|
4401
4625
|
return JSON.stringify(
|
|
4402
|
-
|
|
4403
|
-
|
|
4626
|
+
CreateDeploymentGitSource15$outboundSchema.parse(
|
|
4627
|
+
createDeploymentGitSource15,
|
|
4404
4628
|
),
|
|
4405
4629
|
);
|
|
4406
4630
|
}
|
|
4407
4631
|
|
|
4408
|
-
export function
|
|
4632
|
+
export function createDeploymentGitSource15FromJSON(
|
|
4409
4633
|
jsonString: string,
|
|
4410
|
-
): SafeParseResult<
|
|
4634
|
+
): SafeParseResult<CreateDeploymentGitSource15, SDKValidationError> {
|
|
4411
4635
|
return safeParse(
|
|
4412
4636
|
jsonString,
|
|
4413
|
-
(x) =>
|
|
4414
|
-
`Failed to parse '
|
|
4637
|
+
(x) => CreateDeploymentGitSource15$inboundSchema.parse(JSON.parse(x)),
|
|
4638
|
+
`Failed to parse 'CreateDeploymentGitSource15' from JSON`,
|
|
4415
4639
|
);
|
|
4416
4640
|
}
|
|
4417
4641
|
|
|
4418
4642
|
/** @internal */
|
|
4419
|
-
export const
|
|
4643
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema:
|
|
4420
4644
|
z.ZodNativeEnum<
|
|
4421
|
-
typeof
|
|
4645
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type
|
|
4422
4646
|
> = z.nativeEnum(
|
|
4423
|
-
|
|
4647
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type,
|
|
4424
4648
|
);
|
|
4425
4649
|
|
|
4426
4650
|
/** @internal */
|
|
4427
|
-
export const
|
|
4651
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema:
|
|
4428
4652
|
z.ZodNativeEnum<
|
|
4429
|
-
typeof
|
|
4653
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type
|
|
4430
4654
|
> =
|
|
4431
|
-
|
|
4655
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema;
|
|
4432
4656
|
|
|
4433
4657
|
/**
|
|
4434
4658
|
* @internal
|
|
4435
4659
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4436
4660
|
*/
|
|
4437
|
-
export namespace
|
|
4438
|
-
/** @deprecated use `
|
|
4661
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ {
|
|
4662
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema` instead. */
|
|
4439
4663
|
export const inboundSchema =
|
|
4440
|
-
|
|
4441
|
-
/** @deprecated use `
|
|
4664
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema;
|
|
4665
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema` instead. */
|
|
4442
4666
|
export const outboundSchema =
|
|
4443
|
-
|
|
4667
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema;
|
|
4444
4668
|
}
|
|
4445
4669
|
|
|
4446
4670
|
/** @internal */
|
|
4447
|
-
export const
|
|
4448
|
-
|
|
4671
|
+
export const CreateDeploymentGitSource14$inboundSchema: z.ZodType<
|
|
4672
|
+
CreateDeploymentGitSource14,
|
|
4449
4673
|
z.ZodTypeDef,
|
|
4450
4674
|
unknown
|
|
4451
4675
|
> = z.object({
|
|
4452
4676
|
type:
|
|
4453
|
-
|
|
4677
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema,
|
|
4454
4678
|
ref: z.string(),
|
|
4455
4679
|
sha: z.string(),
|
|
4456
4680
|
projectId: z.number(),
|
|
4457
4681
|
});
|
|
4458
4682
|
|
|
4459
4683
|
/** @internal */
|
|
4460
|
-
export type
|
|
4684
|
+
export type CreateDeploymentGitSource14$Outbound = {
|
|
4461
4685
|
type: string;
|
|
4462
4686
|
ref: string;
|
|
4463
4687
|
sha: string;
|
|
@@ -4465,13 +4689,13 @@ export type CreateDeploymentGitSource11$Outbound = {
|
|
|
4465
4689
|
};
|
|
4466
4690
|
|
|
4467
4691
|
/** @internal */
|
|
4468
|
-
export const
|
|
4469
|
-
|
|
4692
|
+
export const CreateDeploymentGitSource14$outboundSchema: z.ZodType<
|
|
4693
|
+
CreateDeploymentGitSource14$Outbound,
|
|
4470
4694
|
z.ZodTypeDef,
|
|
4471
|
-
|
|
4695
|
+
CreateDeploymentGitSource14
|
|
4472
4696
|
> = z.object({
|
|
4473
4697
|
type:
|
|
4474
|
-
|
|
4698
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema,
|
|
4475
4699
|
ref: z.string(),
|
|
4476
4700
|
sha: z.string(),
|
|
4477
4701
|
projectId: z.number(),
|
|
@@ -4481,72 +4705,71 @@ export const CreateDeploymentGitSource11$outboundSchema: z.ZodType<
|
|
|
4481
4705
|
* @internal
|
|
4482
4706
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4483
4707
|
*/
|
|
4484
|
-
export namespace
|
|
4485
|
-
/** @deprecated use `
|
|
4486
|
-
export const inboundSchema =
|
|
4487
|
-
/** @deprecated use `
|
|
4488
|
-
export const outboundSchema =
|
|
4489
|
-
/** @deprecated use `
|
|
4490
|
-
export type Outbound =
|
|
4708
|
+
export namespace CreateDeploymentGitSource14$ {
|
|
4709
|
+
/** @deprecated use `CreateDeploymentGitSource14$inboundSchema` instead. */
|
|
4710
|
+
export const inboundSchema = CreateDeploymentGitSource14$inboundSchema;
|
|
4711
|
+
/** @deprecated use `CreateDeploymentGitSource14$outboundSchema` instead. */
|
|
4712
|
+
export const outboundSchema = CreateDeploymentGitSource14$outboundSchema;
|
|
4713
|
+
/** @deprecated use `CreateDeploymentGitSource14$Outbound` instead. */
|
|
4714
|
+
export type Outbound = CreateDeploymentGitSource14$Outbound;
|
|
4491
4715
|
}
|
|
4492
4716
|
|
|
4493
|
-
export function
|
|
4494
|
-
|
|
4717
|
+
export function createDeploymentGitSource14ToJSON(
|
|
4718
|
+
createDeploymentGitSource14: CreateDeploymentGitSource14,
|
|
4495
4719
|
): string {
|
|
4496
4720
|
return JSON.stringify(
|
|
4497
|
-
|
|
4498
|
-
|
|
4721
|
+
CreateDeploymentGitSource14$outboundSchema.parse(
|
|
4722
|
+
createDeploymentGitSource14,
|
|
4499
4723
|
),
|
|
4500
4724
|
);
|
|
4501
4725
|
}
|
|
4502
4726
|
|
|
4503
|
-
export function
|
|
4727
|
+
export function createDeploymentGitSource14FromJSON(
|
|
4504
4728
|
jsonString: string,
|
|
4505
|
-
): SafeParseResult<
|
|
4729
|
+
): SafeParseResult<CreateDeploymentGitSource14, SDKValidationError> {
|
|
4506
4730
|
return safeParse(
|
|
4507
4731
|
jsonString,
|
|
4508
|
-
(x) =>
|
|
4509
|
-
`Failed to parse '
|
|
4732
|
+
(x) => CreateDeploymentGitSource14$inboundSchema.parse(JSON.parse(x)),
|
|
4733
|
+
`Failed to parse 'CreateDeploymentGitSource14' from JSON`,
|
|
4510
4734
|
);
|
|
4511
4735
|
}
|
|
4512
4736
|
|
|
4513
4737
|
/** @internal */
|
|
4514
|
-
export const
|
|
4738
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema:
|
|
4515
4739
|
z.ZodNativeEnum<
|
|
4516
|
-
typeof
|
|
4740
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type
|
|
4517
4741
|
> = z.nativeEnum(
|
|
4518
|
-
|
|
4742
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type,
|
|
4519
4743
|
);
|
|
4520
4744
|
|
|
4521
4745
|
/** @internal */
|
|
4522
|
-
export const
|
|
4746
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema:
|
|
4523
4747
|
z.ZodNativeEnum<
|
|
4524
|
-
typeof
|
|
4748
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type
|
|
4525
4749
|
> =
|
|
4526
|
-
|
|
4750
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema;
|
|
4527
4751
|
|
|
4528
4752
|
/**
|
|
4529
4753
|
* @internal
|
|
4530
4754
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4531
4755
|
*/
|
|
4532
|
-
export namespace
|
|
4533
|
-
/** @deprecated use `
|
|
4756
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ {
|
|
4757
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema` instead. */
|
|
4534
4758
|
export const inboundSchema =
|
|
4535
|
-
|
|
4536
|
-
/** @deprecated use `
|
|
4759
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema;
|
|
4760
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema` instead. */
|
|
4537
4761
|
export const outboundSchema =
|
|
4538
|
-
|
|
4762
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema;
|
|
4539
4763
|
}
|
|
4540
4764
|
|
|
4541
4765
|
/** @internal */
|
|
4542
|
-
export const
|
|
4543
|
-
|
|
4766
|
+
export const CreateDeploymentGitSource13$inboundSchema: z.ZodType<
|
|
4767
|
+
CreateDeploymentGitSource13,
|
|
4544
4768
|
z.ZodTypeDef,
|
|
4545
4769
|
unknown
|
|
4546
4770
|
> = z.object({
|
|
4547
4771
|
type:
|
|
4548
|
-
|
|
4549
|
-
host: z.string(),
|
|
4772
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema,
|
|
4550
4773
|
ref: z.string(),
|
|
4551
4774
|
sha: z.string(),
|
|
4552
4775
|
repoId: z.number(),
|
|
@@ -4555,9 +4778,8 @@ export const CreateDeploymentGitSource10$inboundSchema: z.ZodType<
|
|
|
4555
4778
|
});
|
|
4556
4779
|
|
|
4557
4780
|
/** @internal */
|
|
4558
|
-
export type
|
|
4781
|
+
export type CreateDeploymentGitSource13$Outbound = {
|
|
4559
4782
|
type: string;
|
|
4560
|
-
host: string;
|
|
4561
4783
|
ref: string;
|
|
4562
4784
|
sha: string;
|
|
4563
4785
|
repoId: number;
|
|
@@ -4566,14 +4788,13 @@ export type CreateDeploymentGitSource10$Outbound = {
|
|
|
4566
4788
|
};
|
|
4567
4789
|
|
|
4568
4790
|
/** @internal */
|
|
4569
|
-
export const
|
|
4570
|
-
|
|
4791
|
+
export const CreateDeploymentGitSource13$outboundSchema: z.ZodType<
|
|
4792
|
+
CreateDeploymentGitSource13$Outbound,
|
|
4571
4793
|
z.ZodTypeDef,
|
|
4572
|
-
|
|
4794
|
+
CreateDeploymentGitSource13
|
|
4573
4795
|
> = z.object({
|
|
4574
4796
|
type:
|
|
4575
|
-
|
|
4576
|
-
host: z.string(),
|
|
4797
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema,
|
|
4577
4798
|
ref: z.string(),
|
|
4578
4799
|
sha: z.string(),
|
|
4579
4800
|
repoId: z.number(),
|
|
@@ -4585,71 +4806,72 @@ export const CreateDeploymentGitSource10$outboundSchema: z.ZodType<
|
|
|
4585
4806
|
* @internal
|
|
4586
4807
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4587
4808
|
*/
|
|
4588
|
-
export namespace
|
|
4589
|
-
/** @deprecated use `
|
|
4590
|
-
export const inboundSchema =
|
|
4591
|
-
/** @deprecated use `
|
|
4592
|
-
export const outboundSchema =
|
|
4593
|
-
/** @deprecated use `
|
|
4594
|
-
export type Outbound =
|
|
4809
|
+
export namespace CreateDeploymentGitSource13$ {
|
|
4810
|
+
/** @deprecated use `CreateDeploymentGitSource13$inboundSchema` instead. */
|
|
4811
|
+
export const inboundSchema = CreateDeploymentGitSource13$inboundSchema;
|
|
4812
|
+
/** @deprecated use `CreateDeploymentGitSource13$outboundSchema` instead. */
|
|
4813
|
+
export const outboundSchema = CreateDeploymentGitSource13$outboundSchema;
|
|
4814
|
+
/** @deprecated use `CreateDeploymentGitSource13$Outbound` instead. */
|
|
4815
|
+
export type Outbound = CreateDeploymentGitSource13$Outbound;
|
|
4595
4816
|
}
|
|
4596
4817
|
|
|
4597
|
-
export function
|
|
4598
|
-
|
|
4818
|
+
export function createDeploymentGitSource13ToJSON(
|
|
4819
|
+
createDeploymentGitSource13: CreateDeploymentGitSource13,
|
|
4599
4820
|
): string {
|
|
4600
4821
|
return JSON.stringify(
|
|
4601
|
-
|
|
4602
|
-
|
|
4822
|
+
CreateDeploymentGitSource13$outboundSchema.parse(
|
|
4823
|
+
createDeploymentGitSource13,
|
|
4603
4824
|
),
|
|
4604
4825
|
);
|
|
4605
4826
|
}
|
|
4606
4827
|
|
|
4607
|
-
export function
|
|
4828
|
+
export function createDeploymentGitSource13FromJSON(
|
|
4608
4829
|
jsonString: string,
|
|
4609
|
-
): SafeParseResult<
|
|
4830
|
+
): SafeParseResult<CreateDeploymentGitSource13, SDKValidationError> {
|
|
4610
4831
|
return safeParse(
|
|
4611
4832
|
jsonString,
|
|
4612
|
-
(x) =>
|
|
4613
|
-
`Failed to parse '
|
|
4833
|
+
(x) => CreateDeploymentGitSource13$inboundSchema.parse(JSON.parse(x)),
|
|
4834
|
+
`Failed to parse 'CreateDeploymentGitSource13' from JSON`,
|
|
4614
4835
|
);
|
|
4615
4836
|
}
|
|
4616
4837
|
|
|
4617
4838
|
/** @internal */
|
|
4618
|
-
export const
|
|
4839
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema:
|
|
4619
4840
|
z.ZodNativeEnum<
|
|
4620
|
-
typeof
|
|
4841
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type
|
|
4621
4842
|
> = z.nativeEnum(
|
|
4622
|
-
|
|
4843
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type,
|
|
4623
4844
|
);
|
|
4624
4845
|
|
|
4625
4846
|
/** @internal */
|
|
4626
|
-
export const
|
|
4847
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema:
|
|
4627
4848
|
z.ZodNativeEnum<
|
|
4628
|
-
typeof
|
|
4849
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type
|
|
4629
4850
|
> =
|
|
4630
|
-
|
|
4851
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema;
|
|
4631
4852
|
|
|
4632
4853
|
/**
|
|
4633
4854
|
* @internal
|
|
4634
4855
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4635
4856
|
*/
|
|
4636
|
-
export namespace
|
|
4637
|
-
/** @deprecated use `
|
|
4857
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$ {
|
|
4858
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema` instead. */
|
|
4638
4859
|
export const inboundSchema =
|
|
4639
|
-
|
|
4640
|
-
/** @deprecated use `
|
|
4860
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema;
|
|
4861
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema` instead. */
|
|
4641
4862
|
export const outboundSchema =
|
|
4642
|
-
|
|
4863
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema;
|
|
4643
4864
|
}
|
|
4644
4865
|
|
|
4645
4866
|
/** @internal */
|
|
4646
|
-
export const
|
|
4647
|
-
|
|
4867
|
+
export const CreateDeploymentGitSource12$inboundSchema: z.ZodType<
|
|
4868
|
+
CreateDeploymentGitSource12,
|
|
4648
4869
|
z.ZodTypeDef,
|
|
4649
4870
|
unknown
|
|
4650
4871
|
> = z.object({
|
|
4651
4872
|
type:
|
|
4652
|
-
|
|
4873
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema,
|
|
4874
|
+
host: z.string(),
|
|
4653
4875
|
ref: z.string(),
|
|
4654
4876
|
sha: z.string(),
|
|
4655
4877
|
repoId: z.number(),
|
|
@@ -4658,8 +4880,9 @@ export const CreateDeploymentGitSource9$inboundSchema: z.ZodType<
|
|
|
4658
4880
|
});
|
|
4659
4881
|
|
|
4660
4882
|
/** @internal */
|
|
4661
|
-
export type
|
|
4883
|
+
export type CreateDeploymentGitSource12$Outbound = {
|
|
4662
4884
|
type: string;
|
|
4885
|
+
host: string;
|
|
4663
4886
|
ref: string;
|
|
4664
4887
|
sha: string;
|
|
4665
4888
|
repoId: number;
|
|
@@ -4668,13 +4891,14 @@ export type CreateDeploymentGitSource9$Outbound = {
|
|
|
4668
4891
|
};
|
|
4669
4892
|
|
|
4670
4893
|
/** @internal */
|
|
4671
|
-
export const
|
|
4672
|
-
|
|
4894
|
+
export const CreateDeploymentGitSource12$outboundSchema: z.ZodType<
|
|
4895
|
+
CreateDeploymentGitSource12$Outbound,
|
|
4673
4896
|
z.ZodTypeDef,
|
|
4674
|
-
|
|
4897
|
+
CreateDeploymentGitSource12
|
|
4675
4898
|
> = z.object({
|
|
4676
4899
|
type:
|
|
4677
|
-
|
|
4900
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema,
|
|
4901
|
+
host: z.string(),
|
|
4678
4902
|
ref: z.string(),
|
|
4679
4903
|
sha: z.string(),
|
|
4680
4904
|
repoId: z.number(),
|
|
@@ -4686,288 +4910,294 @@ export const CreateDeploymentGitSource9$outboundSchema: z.ZodType<
|
|
|
4686
4910
|
* @internal
|
|
4687
4911
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4688
4912
|
*/
|
|
4689
|
-
export namespace
|
|
4690
|
-
/** @deprecated use `
|
|
4691
|
-
export const inboundSchema =
|
|
4692
|
-
/** @deprecated use `
|
|
4693
|
-
export const outboundSchema =
|
|
4694
|
-
/** @deprecated use `
|
|
4695
|
-
export type Outbound =
|
|
4913
|
+
export namespace CreateDeploymentGitSource12$ {
|
|
4914
|
+
/** @deprecated use `CreateDeploymentGitSource12$inboundSchema` instead. */
|
|
4915
|
+
export const inboundSchema = CreateDeploymentGitSource12$inboundSchema;
|
|
4916
|
+
/** @deprecated use `CreateDeploymentGitSource12$outboundSchema` instead. */
|
|
4917
|
+
export const outboundSchema = CreateDeploymentGitSource12$outboundSchema;
|
|
4918
|
+
/** @deprecated use `CreateDeploymentGitSource12$Outbound` instead. */
|
|
4919
|
+
export type Outbound = CreateDeploymentGitSource12$Outbound;
|
|
4696
4920
|
}
|
|
4697
4921
|
|
|
4698
|
-
export function
|
|
4699
|
-
|
|
4922
|
+
export function createDeploymentGitSource12ToJSON(
|
|
4923
|
+
createDeploymentGitSource12: CreateDeploymentGitSource12,
|
|
4700
4924
|
): string {
|
|
4701
4925
|
return JSON.stringify(
|
|
4702
|
-
|
|
4926
|
+
CreateDeploymentGitSource12$outboundSchema.parse(
|
|
4927
|
+
createDeploymentGitSource12,
|
|
4928
|
+
),
|
|
4703
4929
|
);
|
|
4704
4930
|
}
|
|
4705
4931
|
|
|
4706
|
-
export function
|
|
4932
|
+
export function createDeploymentGitSource12FromJSON(
|
|
4707
4933
|
jsonString: string,
|
|
4708
|
-
): SafeParseResult<
|
|
4934
|
+
): SafeParseResult<CreateDeploymentGitSource12, SDKValidationError> {
|
|
4709
4935
|
return safeParse(
|
|
4710
4936
|
jsonString,
|
|
4711
|
-
(x) =>
|
|
4712
|
-
`Failed to parse '
|
|
4937
|
+
(x) => CreateDeploymentGitSource12$inboundSchema.parse(JSON.parse(x)),
|
|
4938
|
+
`Failed to parse 'CreateDeploymentGitSource12' from JSON`,
|
|
4713
4939
|
);
|
|
4714
4940
|
}
|
|
4715
4941
|
|
|
4716
4942
|
/** @internal */
|
|
4717
|
-
export const
|
|
4943
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema:
|
|
4718
4944
|
z.ZodNativeEnum<
|
|
4719
|
-
typeof
|
|
4945
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type
|
|
4720
4946
|
> = z.nativeEnum(
|
|
4721
|
-
|
|
4947
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type,
|
|
4722
4948
|
);
|
|
4723
4949
|
|
|
4724
4950
|
/** @internal */
|
|
4725
|
-
export const
|
|
4951
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema:
|
|
4726
4952
|
z.ZodNativeEnum<
|
|
4727
|
-
typeof
|
|
4953
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type
|
|
4728
4954
|
> =
|
|
4729
|
-
|
|
4955
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema;
|
|
4730
4956
|
|
|
4731
4957
|
/**
|
|
4732
4958
|
* @internal
|
|
4733
4959
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4734
4960
|
*/
|
|
4735
|
-
export namespace
|
|
4736
|
-
/** @deprecated use `
|
|
4961
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ {
|
|
4962
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema` instead. */
|
|
4737
4963
|
export const inboundSchema =
|
|
4738
|
-
|
|
4739
|
-
/** @deprecated use `
|
|
4964
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema;
|
|
4965
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema` instead. */
|
|
4740
4966
|
export const outboundSchema =
|
|
4741
|
-
|
|
4967
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema;
|
|
4742
4968
|
}
|
|
4743
4969
|
|
|
4744
4970
|
/** @internal */
|
|
4745
|
-
export const
|
|
4746
|
-
|
|
4971
|
+
export const CreateDeploymentGitSource11$inboundSchema: z.ZodType<
|
|
4972
|
+
CreateDeploymentGitSource11,
|
|
4747
4973
|
z.ZodTypeDef,
|
|
4748
4974
|
unknown
|
|
4749
4975
|
> = z.object({
|
|
4750
4976
|
type:
|
|
4751
|
-
|
|
4977
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema,
|
|
4752
4978
|
ref: z.string(),
|
|
4753
4979
|
sha: z.string(),
|
|
4754
|
-
|
|
4980
|
+
repoId: z.number(),
|
|
4981
|
+
org: z.string().optional(),
|
|
4982
|
+
repo: z.string().optional(),
|
|
4755
4983
|
});
|
|
4756
4984
|
|
|
4757
4985
|
/** @internal */
|
|
4758
|
-
export type
|
|
4986
|
+
export type CreateDeploymentGitSource11$Outbound = {
|
|
4759
4987
|
type: string;
|
|
4760
4988
|
ref: string;
|
|
4761
4989
|
sha: string;
|
|
4762
|
-
|
|
4990
|
+
repoId: number;
|
|
4991
|
+
org?: string | undefined;
|
|
4992
|
+
repo?: string | undefined;
|
|
4763
4993
|
};
|
|
4764
4994
|
|
|
4765
4995
|
/** @internal */
|
|
4766
|
-
export const
|
|
4767
|
-
|
|
4996
|
+
export const CreateDeploymentGitSource11$outboundSchema: z.ZodType<
|
|
4997
|
+
CreateDeploymentGitSource11$Outbound,
|
|
4768
4998
|
z.ZodTypeDef,
|
|
4769
|
-
|
|
4999
|
+
CreateDeploymentGitSource11
|
|
4770
5000
|
> = z.object({
|
|
4771
5001
|
type:
|
|
4772
|
-
|
|
5002
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema,
|
|
4773
5003
|
ref: z.string(),
|
|
4774
5004
|
sha: z.string(),
|
|
4775
|
-
|
|
5005
|
+
repoId: z.number(),
|
|
5006
|
+
org: z.string().optional(),
|
|
5007
|
+
repo: z.string().optional(),
|
|
4776
5008
|
});
|
|
4777
5009
|
|
|
4778
5010
|
/**
|
|
4779
5011
|
* @internal
|
|
4780
5012
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4781
5013
|
*/
|
|
4782
|
-
export namespace
|
|
4783
|
-
/** @deprecated use `
|
|
4784
|
-
export const inboundSchema =
|
|
4785
|
-
/** @deprecated use `
|
|
4786
|
-
export const outboundSchema =
|
|
4787
|
-
/** @deprecated use `
|
|
4788
|
-
export type Outbound =
|
|
5014
|
+
export namespace CreateDeploymentGitSource11$ {
|
|
5015
|
+
/** @deprecated use `CreateDeploymentGitSource11$inboundSchema` instead. */
|
|
5016
|
+
export const inboundSchema = CreateDeploymentGitSource11$inboundSchema;
|
|
5017
|
+
/** @deprecated use `CreateDeploymentGitSource11$outboundSchema` instead. */
|
|
5018
|
+
export const outboundSchema = CreateDeploymentGitSource11$outboundSchema;
|
|
5019
|
+
/** @deprecated use `CreateDeploymentGitSource11$Outbound` instead. */
|
|
5020
|
+
export type Outbound = CreateDeploymentGitSource11$Outbound;
|
|
4789
5021
|
}
|
|
4790
5022
|
|
|
4791
|
-
export function
|
|
4792
|
-
|
|
5023
|
+
export function createDeploymentGitSource11ToJSON(
|
|
5024
|
+
createDeploymentGitSource11: CreateDeploymentGitSource11,
|
|
4793
5025
|
): string {
|
|
4794
5026
|
return JSON.stringify(
|
|
4795
|
-
|
|
5027
|
+
CreateDeploymentGitSource11$outboundSchema.parse(
|
|
5028
|
+
createDeploymentGitSource11,
|
|
5029
|
+
),
|
|
4796
5030
|
);
|
|
4797
5031
|
}
|
|
4798
5032
|
|
|
4799
|
-
export function
|
|
5033
|
+
export function createDeploymentGitSource11FromJSON(
|
|
4800
5034
|
jsonString: string,
|
|
4801
|
-
): SafeParseResult<
|
|
5035
|
+
): SafeParseResult<CreateDeploymentGitSource11, SDKValidationError> {
|
|
4802
5036
|
return safeParse(
|
|
4803
5037
|
jsonString,
|
|
4804
|
-
(x) =>
|
|
4805
|
-
`Failed to parse '
|
|
5038
|
+
(x) => CreateDeploymentGitSource11$inboundSchema.parse(JSON.parse(x)),
|
|
5039
|
+
`Failed to parse 'CreateDeploymentGitSource11' from JSON`,
|
|
4806
5040
|
);
|
|
4807
5041
|
}
|
|
4808
5042
|
|
|
4809
5043
|
/** @internal */
|
|
4810
|
-
export const
|
|
5044
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema:
|
|
4811
5045
|
z.ZodNativeEnum<
|
|
4812
|
-
typeof
|
|
5046
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type
|
|
4813
5047
|
> = z.nativeEnum(
|
|
4814
|
-
|
|
5048
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type,
|
|
4815
5049
|
);
|
|
4816
5050
|
|
|
4817
5051
|
/** @internal */
|
|
4818
|
-
export const
|
|
5052
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema:
|
|
4819
5053
|
z.ZodNativeEnum<
|
|
4820
|
-
typeof
|
|
5054
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type
|
|
4821
5055
|
> =
|
|
4822
|
-
|
|
5056
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema;
|
|
4823
5057
|
|
|
4824
5058
|
/**
|
|
4825
5059
|
* @internal
|
|
4826
5060
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4827
5061
|
*/
|
|
4828
|
-
export namespace
|
|
4829
|
-
/** @deprecated use `
|
|
5062
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$ {
|
|
5063
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema` instead. */
|
|
4830
5064
|
export const inboundSchema =
|
|
4831
|
-
|
|
4832
|
-
/** @deprecated use `
|
|
5065
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema;
|
|
5066
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema` instead. */
|
|
4833
5067
|
export const outboundSchema =
|
|
4834
|
-
|
|
5068
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema;
|
|
4835
5069
|
}
|
|
4836
5070
|
|
|
4837
5071
|
/** @internal */
|
|
4838
|
-
export const
|
|
4839
|
-
|
|
5072
|
+
export const CreateDeploymentGitSource10$inboundSchema: z.ZodType<
|
|
5073
|
+
CreateDeploymentGitSource10,
|
|
4840
5074
|
z.ZodTypeDef,
|
|
4841
5075
|
unknown
|
|
4842
5076
|
> = z.object({
|
|
4843
5077
|
type:
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
sha: z.string().optional(),
|
|
4849
|
-
prId: z.nullable(z.number()).optional(),
|
|
5078
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema,
|
|
5079
|
+
ref: z.string(),
|
|
5080
|
+
sha: z.string(),
|
|
5081
|
+
gitUrl: z.string(),
|
|
4850
5082
|
});
|
|
4851
5083
|
|
|
4852
5084
|
/** @internal */
|
|
4853
|
-
export type
|
|
5085
|
+
export type CreateDeploymentGitSource10$Outbound = {
|
|
4854
5086
|
type: string;
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
sha?: string | undefined;
|
|
4859
|
-
prId?: number | null | undefined;
|
|
5087
|
+
ref: string;
|
|
5088
|
+
sha: string;
|
|
5089
|
+
gitUrl: string;
|
|
4860
5090
|
};
|
|
4861
5091
|
|
|
4862
5092
|
/** @internal */
|
|
4863
|
-
export const
|
|
4864
|
-
|
|
5093
|
+
export const CreateDeploymentGitSource10$outboundSchema: z.ZodType<
|
|
5094
|
+
CreateDeploymentGitSource10$Outbound,
|
|
4865
5095
|
z.ZodTypeDef,
|
|
4866
|
-
|
|
5096
|
+
CreateDeploymentGitSource10
|
|
4867
5097
|
> = z.object({
|
|
4868
5098
|
type:
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
sha: z.string().optional(),
|
|
4874
|
-
prId: z.nullable(z.number()).optional(),
|
|
5099
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema,
|
|
5100
|
+
ref: z.string(),
|
|
5101
|
+
sha: z.string(),
|
|
5102
|
+
gitUrl: z.string(),
|
|
4875
5103
|
});
|
|
4876
5104
|
|
|
4877
5105
|
/**
|
|
4878
5106
|
* @internal
|
|
4879
5107
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4880
5108
|
*/
|
|
4881
|
-
export namespace
|
|
4882
|
-
/** @deprecated use `
|
|
4883
|
-
export const inboundSchema =
|
|
4884
|
-
/** @deprecated use `
|
|
4885
|
-
export const outboundSchema =
|
|
4886
|
-
/** @deprecated use `
|
|
4887
|
-
export type Outbound =
|
|
5109
|
+
export namespace CreateDeploymentGitSource10$ {
|
|
5110
|
+
/** @deprecated use `CreateDeploymentGitSource10$inboundSchema` instead. */
|
|
5111
|
+
export const inboundSchema = CreateDeploymentGitSource10$inboundSchema;
|
|
5112
|
+
/** @deprecated use `CreateDeploymentGitSource10$outboundSchema` instead. */
|
|
5113
|
+
export const outboundSchema = CreateDeploymentGitSource10$outboundSchema;
|
|
5114
|
+
/** @deprecated use `CreateDeploymentGitSource10$Outbound` instead. */
|
|
5115
|
+
export type Outbound = CreateDeploymentGitSource10$Outbound;
|
|
4888
5116
|
}
|
|
4889
5117
|
|
|
4890
|
-
export function
|
|
4891
|
-
|
|
5118
|
+
export function createDeploymentGitSource10ToJSON(
|
|
5119
|
+
createDeploymentGitSource10: CreateDeploymentGitSource10,
|
|
4892
5120
|
): string {
|
|
4893
5121
|
return JSON.stringify(
|
|
4894
|
-
|
|
5122
|
+
CreateDeploymentGitSource10$outboundSchema.parse(
|
|
5123
|
+
createDeploymentGitSource10,
|
|
5124
|
+
),
|
|
4895
5125
|
);
|
|
4896
5126
|
}
|
|
4897
5127
|
|
|
4898
|
-
export function
|
|
5128
|
+
export function createDeploymentGitSource10FromJSON(
|
|
4899
5129
|
jsonString: string,
|
|
4900
|
-
): SafeParseResult<
|
|
5130
|
+
): SafeParseResult<CreateDeploymentGitSource10, SDKValidationError> {
|
|
4901
5131
|
return safeParse(
|
|
4902
5132
|
jsonString,
|
|
4903
|
-
(x) =>
|
|
4904
|
-
`Failed to parse '
|
|
5133
|
+
(x) => CreateDeploymentGitSource10$inboundSchema.parse(JSON.parse(x)),
|
|
5134
|
+
`Failed to parse 'CreateDeploymentGitSource10' from JSON`,
|
|
4905
5135
|
);
|
|
4906
5136
|
}
|
|
4907
5137
|
|
|
4908
5138
|
/** @internal */
|
|
4909
|
-
export const
|
|
5139
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema:
|
|
4910
5140
|
z.ZodNativeEnum<
|
|
4911
|
-
typeof
|
|
5141
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type
|
|
4912
5142
|
> = z.nativeEnum(
|
|
4913
|
-
|
|
5143
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type,
|
|
4914
5144
|
);
|
|
4915
5145
|
|
|
4916
5146
|
/** @internal */
|
|
4917
|
-
export const
|
|
5147
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema:
|
|
4918
5148
|
z.ZodNativeEnum<
|
|
4919
|
-
typeof
|
|
5149
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type
|
|
4920
5150
|
> =
|
|
4921
|
-
|
|
5151
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema;
|
|
4922
5152
|
|
|
4923
5153
|
/**
|
|
4924
5154
|
* @internal
|
|
4925
5155
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4926
5156
|
*/
|
|
4927
|
-
export namespace
|
|
4928
|
-
/** @deprecated use `
|
|
5157
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$ {
|
|
5158
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema` instead. */
|
|
4929
5159
|
export const inboundSchema =
|
|
4930
|
-
|
|
4931
|
-
/** @deprecated use `
|
|
5160
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema;
|
|
5161
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema` instead. */
|
|
4932
5162
|
export const outboundSchema =
|
|
4933
|
-
|
|
5163
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema;
|
|
4934
5164
|
}
|
|
4935
5165
|
|
|
4936
5166
|
/** @internal */
|
|
4937
|
-
export const
|
|
4938
|
-
|
|
5167
|
+
export const CreateDeploymentGitSource9$inboundSchema: z.ZodType<
|
|
5168
|
+
CreateDeploymentGitSource9,
|
|
4939
5169
|
z.ZodTypeDef,
|
|
4940
5170
|
unknown
|
|
4941
5171
|
> = z.object({
|
|
4942
5172
|
type:
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
5173
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema,
|
|
5174
|
+
owner: z.string(),
|
|
5175
|
+
slug: z.string(),
|
|
4946
5176
|
ref: z.nullable(z.string()).optional(),
|
|
4947
5177
|
sha: z.string().optional(),
|
|
4948
5178
|
prId: z.nullable(z.number()).optional(),
|
|
4949
5179
|
});
|
|
4950
5180
|
|
|
4951
5181
|
/** @internal */
|
|
4952
|
-
export type
|
|
5182
|
+
export type CreateDeploymentGitSource9$Outbound = {
|
|
4953
5183
|
type: string;
|
|
4954
|
-
|
|
4955
|
-
|
|
5184
|
+
owner: string;
|
|
5185
|
+
slug: string;
|
|
4956
5186
|
ref?: string | null | undefined;
|
|
4957
5187
|
sha?: string | undefined;
|
|
4958
5188
|
prId?: number | null | undefined;
|
|
4959
5189
|
};
|
|
4960
5190
|
|
|
4961
5191
|
/** @internal */
|
|
4962
|
-
export const
|
|
4963
|
-
|
|
5192
|
+
export const CreateDeploymentGitSource9$outboundSchema: z.ZodType<
|
|
5193
|
+
CreateDeploymentGitSource9$Outbound,
|
|
4964
5194
|
z.ZodTypeDef,
|
|
4965
|
-
|
|
5195
|
+
CreateDeploymentGitSource9
|
|
4966
5196
|
> = z.object({
|
|
4967
5197
|
type:
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
5198
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema,
|
|
5199
|
+
owner: z.string(),
|
|
5200
|
+
slug: z.string(),
|
|
4971
5201
|
ref: z.nullable(z.string()).optional(),
|
|
4972
5202
|
sha: z.string().optional(),
|
|
4973
5203
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -4977,86 +5207,185 @@ export const CreateDeploymentGitSource6$outboundSchema: z.ZodType<
|
|
|
4977
5207
|
* @internal
|
|
4978
5208
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4979
5209
|
*/
|
|
4980
|
-
export namespace
|
|
4981
|
-
/** @deprecated use `
|
|
4982
|
-
export const inboundSchema =
|
|
4983
|
-
/** @deprecated use `
|
|
4984
|
-
export const outboundSchema =
|
|
4985
|
-
/** @deprecated use `
|
|
4986
|
-
export type Outbound =
|
|
5210
|
+
export namespace CreateDeploymentGitSource9$ {
|
|
5211
|
+
/** @deprecated use `CreateDeploymentGitSource9$inboundSchema` instead. */
|
|
5212
|
+
export const inboundSchema = CreateDeploymentGitSource9$inboundSchema;
|
|
5213
|
+
/** @deprecated use `CreateDeploymentGitSource9$outboundSchema` instead. */
|
|
5214
|
+
export const outboundSchema = CreateDeploymentGitSource9$outboundSchema;
|
|
5215
|
+
/** @deprecated use `CreateDeploymentGitSource9$Outbound` instead. */
|
|
5216
|
+
export type Outbound = CreateDeploymentGitSource9$Outbound;
|
|
4987
5217
|
}
|
|
4988
5218
|
|
|
4989
|
-
export function
|
|
4990
|
-
|
|
5219
|
+
export function createDeploymentGitSource9ToJSON(
|
|
5220
|
+
createDeploymentGitSource9: CreateDeploymentGitSource9,
|
|
4991
5221
|
): string {
|
|
4992
5222
|
return JSON.stringify(
|
|
4993
|
-
|
|
5223
|
+
CreateDeploymentGitSource9$outboundSchema.parse(createDeploymentGitSource9),
|
|
4994
5224
|
);
|
|
4995
5225
|
}
|
|
4996
5226
|
|
|
4997
|
-
export function
|
|
5227
|
+
export function createDeploymentGitSource9FromJSON(
|
|
4998
5228
|
jsonString: string,
|
|
4999
|
-
): SafeParseResult<
|
|
5229
|
+
): SafeParseResult<CreateDeploymentGitSource9, SDKValidationError> {
|
|
5000
5230
|
return safeParse(
|
|
5001
5231
|
jsonString,
|
|
5002
|
-
(x) =>
|
|
5003
|
-
`Failed to parse '
|
|
5232
|
+
(x) => CreateDeploymentGitSource9$inboundSchema.parse(JSON.parse(x)),
|
|
5233
|
+
`Failed to parse 'CreateDeploymentGitSource9' from JSON`,
|
|
5004
5234
|
);
|
|
5005
5235
|
}
|
|
5006
5236
|
|
|
5007
5237
|
/** @internal */
|
|
5008
|
-
export const
|
|
5238
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema:
|
|
5009
5239
|
z.ZodNativeEnum<
|
|
5010
|
-
typeof
|
|
5240
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type
|
|
5011
5241
|
> = z.nativeEnum(
|
|
5012
|
-
|
|
5242
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type,
|
|
5013
5243
|
);
|
|
5014
5244
|
|
|
5015
5245
|
/** @internal */
|
|
5016
|
-
export const
|
|
5246
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema:
|
|
5017
5247
|
z.ZodNativeEnum<
|
|
5018
|
-
typeof
|
|
5248
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type
|
|
5019
5249
|
> =
|
|
5020
|
-
|
|
5250
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema;
|
|
5021
5251
|
|
|
5022
5252
|
/**
|
|
5023
5253
|
* @internal
|
|
5024
5254
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5025
5255
|
*/
|
|
5026
|
-
export namespace
|
|
5027
|
-
/** @deprecated use `
|
|
5256
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$ {
|
|
5257
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
|
|
5028
5258
|
export const inboundSchema =
|
|
5029
|
-
|
|
5030
|
-
/** @deprecated use `
|
|
5259
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema;
|
|
5260
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
|
|
5031
5261
|
export const outboundSchema =
|
|
5032
|
-
|
|
5262
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema;
|
|
5033
5263
|
}
|
|
5034
5264
|
|
|
5035
5265
|
/** @internal */
|
|
5036
|
-
export const
|
|
5037
|
-
|
|
5266
|
+
export const CreateDeploymentGitSource8$inboundSchema: z.ZodType<
|
|
5267
|
+
CreateDeploymentGitSource8,
|
|
5038
5268
|
z.ZodTypeDef,
|
|
5039
5269
|
unknown
|
|
5040
|
-
> = z.
|
|
5270
|
+
> = z.object({
|
|
5271
|
+
type:
|
|
5272
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema,
|
|
5273
|
+
workspaceUuid: z.string().optional(),
|
|
5274
|
+
repoUuid: z.string(),
|
|
5275
|
+
ref: z.nullable(z.string()).optional(),
|
|
5276
|
+
sha: z.string().optional(),
|
|
5277
|
+
prId: z.nullable(z.number()).optional(),
|
|
5278
|
+
});
|
|
5041
5279
|
|
|
5042
5280
|
/** @internal */
|
|
5043
|
-
export type
|
|
5281
|
+
export type CreateDeploymentGitSource8$Outbound = {
|
|
5282
|
+
type: string;
|
|
5283
|
+
workspaceUuid?: string | undefined;
|
|
5284
|
+
repoUuid: string;
|
|
5285
|
+
ref?: string | null | undefined;
|
|
5286
|
+
sha?: string | undefined;
|
|
5287
|
+
prId?: number | null | undefined;
|
|
5288
|
+
};
|
|
5044
5289
|
|
|
5045
5290
|
/** @internal */
|
|
5046
|
-
export const
|
|
5047
|
-
|
|
5291
|
+
export const CreateDeploymentGitSource8$outboundSchema: z.ZodType<
|
|
5292
|
+
CreateDeploymentGitSource8$Outbound,
|
|
5048
5293
|
z.ZodTypeDef,
|
|
5049
|
-
|
|
5050
|
-
> = z.
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5294
|
+
CreateDeploymentGitSource8
|
|
5295
|
+
> = z.object({
|
|
5296
|
+
type:
|
|
5297
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema,
|
|
5298
|
+
workspaceUuid: z.string().optional(),
|
|
5299
|
+
repoUuid: z.string(),
|
|
5300
|
+
ref: z.nullable(z.string()).optional(),
|
|
5301
|
+
sha: z.string().optional(),
|
|
5302
|
+
prId: z.nullable(z.number()).optional(),
|
|
5303
|
+
});
|
|
5304
|
+
|
|
5305
|
+
/**
|
|
5306
|
+
* @internal
|
|
5307
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5308
|
+
*/
|
|
5309
|
+
export namespace CreateDeploymentGitSource8$ {
|
|
5310
|
+
/** @deprecated use `CreateDeploymentGitSource8$inboundSchema` instead. */
|
|
5311
|
+
export const inboundSchema = CreateDeploymentGitSource8$inboundSchema;
|
|
5312
|
+
/** @deprecated use `CreateDeploymentGitSource8$outboundSchema` instead. */
|
|
5313
|
+
export const outboundSchema = CreateDeploymentGitSource8$outboundSchema;
|
|
5314
|
+
/** @deprecated use `CreateDeploymentGitSource8$Outbound` instead. */
|
|
5315
|
+
export type Outbound = CreateDeploymentGitSource8$Outbound;
|
|
5316
|
+
}
|
|
5317
|
+
|
|
5318
|
+
export function createDeploymentGitSource8ToJSON(
|
|
5319
|
+
createDeploymentGitSource8: CreateDeploymentGitSource8,
|
|
5320
|
+
): string {
|
|
5321
|
+
return JSON.stringify(
|
|
5322
|
+
CreateDeploymentGitSource8$outboundSchema.parse(createDeploymentGitSource8),
|
|
5323
|
+
);
|
|
5324
|
+
}
|
|
5325
|
+
|
|
5326
|
+
export function createDeploymentGitSource8FromJSON(
|
|
5327
|
+
jsonString: string,
|
|
5328
|
+
): SafeParseResult<CreateDeploymentGitSource8, SDKValidationError> {
|
|
5329
|
+
return safeParse(
|
|
5330
|
+
jsonString,
|
|
5331
|
+
(x) => CreateDeploymentGitSource8$inboundSchema.parse(JSON.parse(x)),
|
|
5332
|
+
`Failed to parse 'CreateDeploymentGitSource8' from JSON`,
|
|
5333
|
+
);
|
|
5334
|
+
}
|
|
5335
|
+
|
|
5336
|
+
/** @internal */
|
|
5337
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema:
|
|
5338
|
+
z.ZodNativeEnum<
|
|
5339
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type
|
|
5340
|
+
> = z.nativeEnum(
|
|
5341
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type,
|
|
5342
|
+
);
|
|
5343
|
+
|
|
5344
|
+
/** @internal */
|
|
5345
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema:
|
|
5346
|
+
z.ZodNativeEnum<
|
|
5347
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type
|
|
5348
|
+
> =
|
|
5349
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema;
|
|
5350
|
+
|
|
5351
|
+
/**
|
|
5352
|
+
* @internal
|
|
5353
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5354
|
+
*/
|
|
5355
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ {
|
|
5356
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
|
|
5357
|
+
export const inboundSchema =
|
|
5358
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema;
|
|
5359
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
|
|
5360
|
+
export const outboundSchema =
|
|
5361
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema;
|
|
5362
|
+
}
|
|
5363
|
+
|
|
5364
|
+
/** @internal */
|
|
5365
|
+
export const GitSourceProjectId$inboundSchema: z.ZodType<
|
|
5366
|
+
GitSourceProjectId,
|
|
5367
|
+
z.ZodTypeDef,
|
|
5368
|
+
unknown
|
|
5369
|
+
> = z.union([z.string(), z.number()]);
|
|
5370
|
+
|
|
5371
|
+
/** @internal */
|
|
5372
|
+
export type GitSourceProjectId$Outbound = string | number;
|
|
5373
|
+
|
|
5374
|
+
/** @internal */
|
|
5375
|
+
export const GitSourceProjectId$outboundSchema: z.ZodType<
|
|
5376
|
+
GitSourceProjectId$Outbound,
|
|
5377
|
+
z.ZodTypeDef,
|
|
5378
|
+
GitSourceProjectId
|
|
5379
|
+
> = z.union([z.string(), z.number()]);
|
|
5380
|
+
|
|
5381
|
+
/**
|
|
5382
|
+
* @internal
|
|
5383
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5384
|
+
*/
|
|
5385
|
+
export namespace GitSourceProjectId$ {
|
|
5386
|
+
/** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
|
|
5387
|
+
export const inboundSchema = GitSourceProjectId$inboundSchema;
|
|
5388
|
+
/** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
|
|
5060
5389
|
export const outboundSchema = GitSourceProjectId$outboundSchema;
|
|
5061
5390
|
/** @deprecated use `GitSourceProjectId$Outbound` instead. */
|
|
5062
5391
|
export type Outbound = GitSourceProjectId$Outbound;
|
|
@@ -5081,13 +5410,13 @@ export function gitSourceProjectIdFromJSON(
|
|
|
5081
5410
|
}
|
|
5082
5411
|
|
|
5083
5412
|
/** @internal */
|
|
5084
|
-
export const
|
|
5085
|
-
|
|
5413
|
+
export const CreateDeploymentGitSource7$inboundSchema: z.ZodType<
|
|
5414
|
+
CreateDeploymentGitSource7,
|
|
5086
5415
|
z.ZodTypeDef,
|
|
5087
5416
|
unknown
|
|
5088
5417
|
> = z.object({
|
|
5089
5418
|
type:
|
|
5090
|
-
|
|
5419
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema,
|
|
5091
5420
|
projectId: z.union([z.string(), z.number()]),
|
|
5092
5421
|
ref: z.nullable(z.string()).optional(),
|
|
5093
5422
|
sha: z.string().optional(),
|
|
@@ -5095,7 +5424,7 @@ export const CreateDeploymentGitSource5$inboundSchema: z.ZodType<
|
|
|
5095
5424
|
});
|
|
5096
5425
|
|
|
5097
5426
|
/** @internal */
|
|
5098
|
-
export type
|
|
5427
|
+
export type CreateDeploymentGitSource7$Outbound = {
|
|
5099
5428
|
type: string;
|
|
5100
5429
|
projectId: string | number;
|
|
5101
5430
|
ref?: string | null | undefined;
|
|
@@ -5104,13 +5433,13 @@ export type CreateDeploymentGitSource5$Outbound = {
|
|
|
5104
5433
|
};
|
|
5105
5434
|
|
|
5106
5435
|
/** @internal */
|
|
5107
|
-
export const
|
|
5108
|
-
|
|
5436
|
+
export const CreateDeploymentGitSource7$outboundSchema: z.ZodType<
|
|
5437
|
+
CreateDeploymentGitSource7$Outbound,
|
|
5109
5438
|
z.ZodTypeDef,
|
|
5110
|
-
|
|
5439
|
+
CreateDeploymentGitSource7
|
|
5111
5440
|
> = z.object({
|
|
5112
5441
|
type:
|
|
5113
|
-
|
|
5442
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema,
|
|
5114
5443
|
projectId: z.union([z.string(), z.number()]),
|
|
5115
5444
|
ref: z.nullable(z.string()).optional(),
|
|
5116
5445
|
sha: z.string().optional(),
|
|
@@ -5121,70 +5450,69 @@ export const CreateDeploymentGitSource5$outboundSchema: z.ZodType<
|
|
|
5121
5450
|
* @internal
|
|
5122
5451
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5123
5452
|
*/
|
|
5124
|
-
export namespace
|
|
5125
|
-
/** @deprecated use `
|
|
5126
|
-
export const inboundSchema =
|
|
5127
|
-
/** @deprecated use `
|
|
5128
|
-
export const outboundSchema =
|
|
5129
|
-
/** @deprecated use `
|
|
5130
|
-
export type Outbound =
|
|
5453
|
+
export namespace CreateDeploymentGitSource7$ {
|
|
5454
|
+
/** @deprecated use `CreateDeploymentGitSource7$inboundSchema` instead. */
|
|
5455
|
+
export const inboundSchema = CreateDeploymentGitSource7$inboundSchema;
|
|
5456
|
+
/** @deprecated use `CreateDeploymentGitSource7$outboundSchema` instead. */
|
|
5457
|
+
export const outboundSchema = CreateDeploymentGitSource7$outboundSchema;
|
|
5458
|
+
/** @deprecated use `CreateDeploymentGitSource7$Outbound` instead. */
|
|
5459
|
+
export type Outbound = CreateDeploymentGitSource7$Outbound;
|
|
5131
5460
|
}
|
|
5132
5461
|
|
|
5133
|
-
export function
|
|
5134
|
-
|
|
5462
|
+
export function createDeploymentGitSource7ToJSON(
|
|
5463
|
+
createDeploymentGitSource7: CreateDeploymentGitSource7,
|
|
5135
5464
|
): string {
|
|
5136
5465
|
return JSON.stringify(
|
|
5137
|
-
|
|
5466
|
+
CreateDeploymentGitSource7$outboundSchema.parse(createDeploymentGitSource7),
|
|
5138
5467
|
);
|
|
5139
5468
|
}
|
|
5140
5469
|
|
|
5141
|
-
export function
|
|
5470
|
+
export function createDeploymentGitSource7FromJSON(
|
|
5142
5471
|
jsonString: string,
|
|
5143
|
-
): SafeParseResult<
|
|
5472
|
+
): SafeParseResult<CreateDeploymentGitSource7, SDKValidationError> {
|
|
5144
5473
|
return safeParse(
|
|
5145
5474
|
jsonString,
|
|
5146
|
-
(x) =>
|
|
5147
|
-
`Failed to parse '
|
|
5475
|
+
(x) => CreateDeploymentGitSource7$inboundSchema.parse(JSON.parse(x)),
|
|
5476
|
+
`Failed to parse 'CreateDeploymentGitSource7' from JSON`,
|
|
5148
5477
|
);
|
|
5149
5478
|
}
|
|
5150
5479
|
|
|
5151
5480
|
/** @internal */
|
|
5152
|
-
export const
|
|
5481
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema:
|
|
5153
5482
|
z.ZodNativeEnum<
|
|
5154
|
-
typeof
|
|
5483
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type
|
|
5155
5484
|
> = z.nativeEnum(
|
|
5156
|
-
|
|
5485
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type,
|
|
5157
5486
|
);
|
|
5158
5487
|
|
|
5159
5488
|
/** @internal */
|
|
5160
|
-
export const
|
|
5489
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema:
|
|
5161
5490
|
z.ZodNativeEnum<
|
|
5162
|
-
typeof
|
|
5491
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type
|
|
5163
5492
|
> =
|
|
5164
|
-
|
|
5493
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema;
|
|
5165
5494
|
|
|
5166
5495
|
/**
|
|
5167
5496
|
* @internal
|
|
5168
5497
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5169
5498
|
*/
|
|
5170
|
-
export namespace
|
|
5171
|
-
/** @deprecated use `
|
|
5499
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$ {
|
|
5500
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema` instead. */
|
|
5172
5501
|
export const inboundSchema =
|
|
5173
|
-
|
|
5174
|
-
/** @deprecated use `
|
|
5502
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema;
|
|
5503
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema` instead. */
|
|
5175
5504
|
export const outboundSchema =
|
|
5176
|
-
|
|
5505
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema;
|
|
5177
5506
|
}
|
|
5178
5507
|
|
|
5179
5508
|
/** @internal */
|
|
5180
|
-
export const
|
|
5181
|
-
|
|
5509
|
+
export const CreateDeploymentGitSource6$inboundSchema: z.ZodType<
|
|
5510
|
+
CreateDeploymentGitSource6,
|
|
5182
5511
|
z.ZodTypeDef,
|
|
5183
5512
|
unknown
|
|
5184
5513
|
> = z.object({
|
|
5185
5514
|
type:
|
|
5186
|
-
|
|
5187
|
-
host: z.string(),
|
|
5515
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema,
|
|
5188
5516
|
org: z.string(),
|
|
5189
5517
|
repo: z.string(),
|
|
5190
5518
|
ref: z.nullable(z.string()).optional(),
|
|
@@ -5193,9 +5521,8 @@ export const CreateDeploymentGitSource4$inboundSchema: z.ZodType<
|
|
|
5193
5521
|
});
|
|
5194
5522
|
|
|
5195
5523
|
/** @internal */
|
|
5196
|
-
export type
|
|
5524
|
+
export type CreateDeploymentGitSource6$Outbound = {
|
|
5197
5525
|
type: string;
|
|
5198
|
-
host: string;
|
|
5199
5526
|
org: string;
|
|
5200
5527
|
repo: string;
|
|
5201
5528
|
ref?: string | null | undefined;
|
|
@@ -5204,14 +5531,13 @@ export type CreateDeploymentGitSource4$Outbound = {
|
|
|
5204
5531
|
};
|
|
5205
5532
|
|
|
5206
5533
|
/** @internal */
|
|
5207
|
-
export const
|
|
5208
|
-
|
|
5534
|
+
export const CreateDeploymentGitSource6$outboundSchema: z.ZodType<
|
|
5535
|
+
CreateDeploymentGitSource6$Outbound,
|
|
5209
5536
|
z.ZodTypeDef,
|
|
5210
|
-
|
|
5537
|
+
CreateDeploymentGitSource6
|
|
5211
5538
|
> = z.object({
|
|
5212
5539
|
type:
|
|
5213
|
-
|
|
5214
|
-
host: z.string(),
|
|
5540
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema,
|
|
5215
5541
|
org: z.string(),
|
|
5216
5542
|
repo: z.string(),
|
|
5217
5543
|
ref: z.nullable(z.string()).optional(),
|
|
@@ -5223,97 +5549,355 @@ export const CreateDeploymentGitSource4$outboundSchema: z.ZodType<
|
|
|
5223
5549
|
* @internal
|
|
5224
5550
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5225
5551
|
*/
|
|
5226
|
-
export namespace
|
|
5227
|
-
/** @deprecated use `
|
|
5228
|
-
export const inboundSchema =
|
|
5229
|
-
/** @deprecated use `
|
|
5230
|
-
export const outboundSchema =
|
|
5231
|
-
/** @deprecated use `
|
|
5232
|
-
export type Outbound =
|
|
5552
|
+
export namespace CreateDeploymentGitSource6$ {
|
|
5553
|
+
/** @deprecated use `CreateDeploymentGitSource6$inboundSchema` instead. */
|
|
5554
|
+
export const inboundSchema = CreateDeploymentGitSource6$inboundSchema;
|
|
5555
|
+
/** @deprecated use `CreateDeploymentGitSource6$outboundSchema` instead. */
|
|
5556
|
+
export const outboundSchema = CreateDeploymentGitSource6$outboundSchema;
|
|
5557
|
+
/** @deprecated use `CreateDeploymentGitSource6$Outbound` instead. */
|
|
5558
|
+
export type Outbound = CreateDeploymentGitSource6$Outbound;
|
|
5233
5559
|
}
|
|
5234
5560
|
|
|
5235
|
-
export function
|
|
5236
|
-
|
|
5561
|
+
export function createDeploymentGitSource6ToJSON(
|
|
5562
|
+
createDeploymentGitSource6: CreateDeploymentGitSource6,
|
|
5237
5563
|
): string {
|
|
5238
5564
|
return JSON.stringify(
|
|
5239
|
-
|
|
5565
|
+
CreateDeploymentGitSource6$outboundSchema.parse(createDeploymentGitSource6),
|
|
5240
5566
|
);
|
|
5241
5567
|
}
|
|
5242
5568
|
|
|
5243
|
-
export function
|
|
5569
|
+
export function createDeploymentGitSource6FromJSON(
|
|
5244
5570
|
jsonString: string,
|
|
5245
|
-
): SafeParseResult<
|
|
5571
|
+
): SafeParseResult<CreateDeploymentGitSource6, SDKValidationError> {
|
|
5246
5572
|
return safeParse(
|
|
5247
5573
|
jsonString,
|
|
5248
|
-
(x) =>
|
|
5249
|
-
`Failed to parse '
|
|
5574
|
+
(x) => CreateDeploymentGitSource6$inboundSchema.parse(JSON.parse(x)),
|
|
5575
|
+
`Failed to parse 'CreateDeploymentGitSource6' from JSON`,
|
|
5250
5576
|
);
|
|
5251
5577
|
}
|
|
5252
5578
|
|
|
5253
5579
|
/** @internal */
|
|
5254
|
-
export const
|
|
5580
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema:
|
|
5255
5581
|
z.ZodNativeEnum<
|
|
5256
|
-
typeof
|
|
5582
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type
|
|
5257
5583
|
> = z.nativeEnum(
|
|
5258
|
-
|
|
5584
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type,
|
|
5259
5585
|
);
|
|
5260
5586
|
|
|
5261
5587
|
/** @internal */
|
|
5262
|
-
export const
|
|
5588
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema:
|
|
5263
5589
|
z.ZodNativeEnum<
|
|
5264
|
-
typeof
|
|
5590
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type
|
|
5265
5591
|
> =
|
|
5266
|
-
|
|
5592
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
5267
5593
|
|
|
5268
5594
|
/**
|
|
5269
5595
|
* @internal
|
|
5270
5596
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5271
5597
|
*/
|
|
5272
|
-
export namespace
|
|
5273
|
-
/** @deprecated use `
|
|
5598
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ {
|
|
5599
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema` instead. */
|
|
5274
5600
|
export const inboundSchema =
|
|
5275
|
-
|
|
5276
|
-
/** @deprecated use `
|
|
5601
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
5602
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema` instead. */
|
|
5277
5603
|
export const outboundSchema =
|
|
5278
|
-
|
|
5604
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema;
|
|
5279
5605
|
}
|
|
5280
5606
|
|
|
5281
5607
|
/** @internal */
|
|
5282
|
-
export const
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
unknown
|
|
5286
|
-
> = z.union([z.string(), z.number()]);
|
|
5608
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema:
|
|
5609
|
+
z.ZodType<CreateDeploymentGitSourceDeploymentsRepoId, z.ZodTypeDef, unknown> =
|
|
5610
|
+
z.union([z.string(), z.number()]);
|
|
5287
5611
|
|
|
5288
5612
|
/** @internal */
|
|
5289
|
-
export type
|
|
5613
|
+
export type CreateDeploymentGitSourceDeploymentsRepoId$Outbound =
|
|
5614
|
+
| string
|
|
5615
|
+
| number;
|
|
5290
5616
|
|
|
5291
5617
|
/** @internal */
|
|
5292
|
-
export const
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5618
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema:
|
|
5619
|
+
z.ZodType<
|
|
5620
|
+
CreateDeploymentGitSourceDeploymentsRepoId$Outbound,
|
|
5621
|
+
z.ZodTypeDef,
|
|
5622
|
+
CreateDeploymentGitSourceDeploymentsRepoId
|
|
5623
|
+
> = z.union([z.string(), z.number()]);
|
|
5297
5624
|
|
|
5298
5625
|
/**
|
|
5299
5626
|
* @internal
|
|
5300
5627
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5301
5628
|
*/
|
|
5302
|
-
export namespace
|
|
5303
|
-
/** @deprecated use `
|
|
5304
|
-
export const inboundSchema =
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5629
|
+
export namespace CreateDeploymentGitSourceDeploymentsRepoId$ {
|
|
5630
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
5631
|
+
export const inboundSchema =
|
|
5632
|
+
CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema;
|
|
5633
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
5634
|
+
export const outboundSchema =
|
|
5635
|
+
CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema;
|
|
5636
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$Outbound` instead. */
|
|
5637
|
+
export type Outbound = CreateDeploymentGitSourceDeploymentsRepoId$Outbound;
|
|
5309
5638
|
}
|
|
5310
5639
|
|
|
5311
|
-
export function
|
|
5312
|
-
|
|
5640
|
+
export function createDeploymentGitSourceDeploymentsRepoIdToJSON(
|
|
5641
|
+
createDeploymentGitSourceDeploymentsRepoId:
|
|
5642
|
+
CreateDeploymentGitSourceDeploymentsRepoId,
|
|
5313
5643
|
): string {
|
|
5314
5644
|
return JSON.stringify(
|
|
5315
|
-
|
|
5316
|
-
|
|
5645
|
+
CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(
|
|
5646
|
+
createDeploymentGitSourceDeploymentsRepoId,
|
|
5647
|
+
),
|
|
5648
|
+
);
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
export function createDeploymentGitSourceDeploymentsRepoIdFromJSON(
|
|
5652
|
+
jsonString: string,
|
|
5653
|
+
): SafeParseResult<
|
|
5654
|
+
CreateDeploymentGitSourceDeploymentsRepoId,
|
|
5655
|
+
SDKValidationError
|
|
5656
|
+
> {
|
|
5657
|
+
return safeParse(
|
|
5658
|
+
jsonString,
|
|
5659
|
+
(x) =>
|
|
5660
|
+
CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(
|
|
5661
|
+
JSON.parse(x),
|
|
5662
|
+
),
|
|
5663
|
+
`Failed to parse 'CreateDeploymentGitSourceDeploymentsRepoId' from JSON`,
|
|
5664
|
+
);
|
|
5665
|
+
}
|
|
5666
|
+
|
|
5667
|
+
/** @internal */
|
|
5668
|
+
export const CreateDeploymentGitSource5$inboundSchema: z.ZodType<
|
|
5669
|
+
CreateDeploymentGitSource5,
|
|
5670
|
+
z.ZodTypeDef,
|
|
5671
|
+
unknown
|
|
5672
|
+
> = z.object({
|
|
5673
|
+
type:
|
|
5674
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
5675
|
+
repoId: z.union([z.string(), z.number()]),
|
|
5676
|
+
ref: z.nullable(z.string()).optional(),
|
|
5677
|
+
sha: z.string().optional(),
|
|
5678
|
+
prId: z.nullable(z.number()).optional(),
|
|
5679
|
+
});
|
|
5680
|
+
|
|
5681
|
+
/** @internal */
|
|
5682
|
+
export type CreateDeploymentGitSource5$Outbound = {
|
|
5683
|
+
type: string;
|
|
5684
|
+
repoId: string | number;
|
|
5685
|
+
ref?: string | null | undefined;
|
|
5686
|
+
sha?: string | undefined;
|
|
5687
|
+
prId?: number | null | undefined;
|
|
5688
|
+
};
|
|
5689
|
+
|
|
5690
|
+
/** @internal */
|
|
5691
|
+
export const CreateDeploymentGitSource5$outboundSchema: z.ZodType<
|
|
5692
|
+
CreateDeploymentGitSource5$Outbound,
|
|
5693
|
+
z.ZodTypeDef,
|
|
5694
|
+
CreateDeploymentGitSource5
|
|
5695
|
+
> = z.object({
|
|
5696
|
+
type:
|
|
5697
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
5698
|
+
repoId: z.union([z.string(), z.number()]),
|
|
5699
|
+
ref: z.nullable(z.string()).optional(),
|
|
5700
|
+
sha: z.string().optional(),
|
|
5701
|
+
prId: z.nullable(z.number()).optional(),
|
|
5702
|
+
});
|
|
5703
|
+
|
|
5704
|
+
/**
|
|
5705
|
+
* @internal
|
|
5706
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5707
|
+
*/
|
|
5708
|
+
export namespace CreateDeploymentGitSource5$ {
|
|
5709
|
+
/** @deprecated use `CreateDeploymentGitSource5$inboundSchema` instead. */
|
|
5710
|
+
export const inboundSchema = CreateDeploymentGitSource5$inboundSchema;
|
|
5711
|
+
/** @deprecated use `CreateDeploymentGitSource5$outboundSchema` instead. */
|
|
5712
|
+
export const outboundSchema = CreateDeploymentGitSource5$outboundSchema;
|
|
5713
|
+
/** @deprecated use `CreateDeploymentGitSource5$Outbound` instead. */
|
|
5714
|
+
export type Outbound = CreateDeploymentGitSource5$Outbound;
|
|
5715
|
+
}
|
|
5716
|
+
|
|
5717
|
+
export function createDeploymentGitSource5ToJSON(
|
|
5718
|
+
createDeploymentGitSource5: CreateDeploymentGitSource5,
|
|
5719
|
+
): string {
|
|
5720
|
+
return JSON.stringify(
|
|
5721
|
+
CreateDeploymentGitSource5$outboundSchema.parse(createDeploymentGitSource5),
|
|
5722
|
+
);
|
|
5723
|
+
}
|
|
5724
|
+
|
|
5725
|
+
export function createDeploymentGitSource5FromJSON(
|
|
5726
|
+
jsonString: string,
|
|
5727
|
+
): SafeParseResult<CreateDeploymentGitSource5, SDKValidationError> {
|
|
5728
|
+
return safeParse(
|
|
5729
|
+
jsonString,
|
|
5730
|
+
(x) => CreateDeploymentGitSource5$inboundSchema.parse(JSON.parse(x)),
|
|
5731
|
+
`Failed to parse 'CreateDeploymentGitSource5' from JSON`,
|
|
5732
|
+
);
|
|
5733
|
+
}
|
|
5734
|
+
|
|
5735
|
+
/** @internal */
|
|
5736
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
5737
|
+
z.ZodNativeEnum<
|
|
5738
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType
|
|
5739
|
+
> = z.nativeEnum(
|
|
5740
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType,
|
|
5741
|
+
);
|
|
5742
|
+
|
|
5743
|
+
/** @internal */
|
|
5744
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
5745
|
+
z.ZodNativeEnum<
|
|
5746
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType
|
|
5747
|
+
> =
|
|
5748
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
5749
|
+
|
|
5750
|
+
/**
|
|
5751
|
+
* @internal
|
|
5752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5753
|
+
*/
|
|
5754
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ {
|
|
5755
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
5756
|
+
export const inboundSchema =
|
|
5757
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
5758
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
5759
|
+
export const outboundSchema =
|
|
5760
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5763
|
+
/** @internal */
|
|
5764
|
+
export const CreateDeploymentGitSource4$inboundSchema: z.ZodType<
|
|
5765
|
+
CreateDeploymentGitSource4,
|
|
5766
|
+
z.ZodTypeDef,
|
|
5767
|
+
unknown
|
|
5768
|
+
> = z.object({
|
|
5769
|
+
type:
|
|
5770
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
5771
|
+
host: z.string(),
|
|
5772
|
+
org: z.string(),
|
|
5773
|
+
repo: z.string(),
|
|
5774
|
+
ref: z.nullable(z.string()).optional(),
|
|
5775
|
+
sha: z.string().optional(),
|
|
5776
|
+
prId: z.nullable(z.number()).optional(),
|
|
5777
|
+
});
|
|
5778
|
+
|
|
5779
|
+
/** @internal */
|
|
5780
|
+
export type CreateDeploymentGitSource4$Outbound = {
|
|
5781
|
+
type: string;
|
|
5782
|
+
host: string;
|
|
5783
|
+
org: string;
|
|
5784
|
+
repo: string;
|
|
5785
|
+
ref?: string | null | undefined;
|
|
5786
|
+
sha?: string | undefined;
|
|
5787
|
+
prId?: number | null | undefined;
|
|
5788
|
+
};
|
|
5789
|
+
|
|
5790
|
+
/** @internal */
|
|
5791
|
+
export const CreateDeploymentGitSource4$outboundSchema: z.ZodType<
|
|
5792
|
+
CreateDeploymentGitSource4$Outbound,
|
|
5793
|
+
z.ZodTypeDef,
|
|
5794
|
+
CreateDeploymentGitSource4
|
|
5795
|
+
> = z.object({
|
|
5796
|
+
type:
|
|
5797
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
5798
|
+
host: z.string(),
|
|
5799
|
+
org: z.string(),
|
|
5800
|
+
repo: z.string(),
|
|
5801
|
+
ref: z.nullable(z.string()).optional(),
|
|
5802
|
+
sha: z.string().optional(),
|
|
5803
|
+
prId: z.nullable(z.number()).optional(),
|
|
5804
|
+
});
|
|
5805
|
+
|
|
5806
|
+
/**
|
|
5807
|
+
* @internal
|
|
5808
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5809
|
+
*/
|
|
5810
|
+
export namespace CreateDeploymentGitSource4$ {
|
|
5811
|
+
/** @deprecated use `CreateDeploymentGitSource4$inboundSchema` instead. */
|
|
5812
|
+
export const inboundSchema = CreateDeploymentGitSource4$inboundSchema;
|
|
5813
|
+
/** @deprecated use `CreateDeploymentGitSource4$outboundSchema` instead. */
|
|
5814
|
+
export const outboundSchema = CreateDeploymentGitSource4$outboundSchema;
|
|
5815
|
+
/** @deprecated use `CreateDeploymentGitSource4$Outbound` instead. */
|
|
5816
|
+
export type Outbound = CreateDeploymentGitSource4$Outbound;
|
|
5817
|
+
}
|
|
5818
|
+
|
|
5819
|
+
export function createDeploymentGitSource4ToJSON(
|
|
5820
|
+
createDeploymentGitSource4: CreateDeploymentGitSource4,
|
|
5821
|
+
): string {
|
|
5822
|
+
return JSON.stringify(
|
|
5823
|
+
CreateDeploymentGitSource4$outboundSchema.parse(createDeploymentGitSource4),
|
|
5824
|
+
);
|
|
5825
|
+
}
|
|
5826
|
+
|
|
5827
|
+
export function createDeploymentGitSource4FromJSON(
|
|
5828
|
+
jsonString: string,
|
|
5829
|
+
): SafeParseResult<CreateDeploymentGitSource4, SDKValidationError> {
|
|
5830
|
+
return safeParse(
|
|
5831
|
+
jsonString,
|
|
5832
|
+
(x) => CreateDeploymentGitSource4$inboundSchema.parse(JSON.parse(x)),
|
|
5833
|
+
`Failed to parse 'CreateDeploymentGitSource4' from JSON`,
|
|
5834
|
+
);
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
/** @internal */
|
|
5838
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema:
|
|
5839
|
+
z.ZodNativeEnum<
|
|
5840
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType
|
|
5841
|
+
> = z.nativeEnum(
|
|
5842
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType,
|
|
5843
|
+
);
|
|
5844
|
+
|
|
5845
|
+
/** @internal */
|
|
5846
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema:
|
|
5847
|
+
z.ZodNativeEnum<
|
|
5848
|
+
typeof CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType
|
|
5849
|
+
> =
|
|
5850
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema;
|
|
5851
|
+
|
|
5852
|
+
/**
|
|
5853
|
+
* @internal
|
|
5854
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5855
|
+
*/
|
|
5856
|
+
export namespace CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$ {
|
|
5857
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
5858
|
+
export const inboundSchema =
|
|
5859
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema;
|
|
5860
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
5861
|
+
export const outboundSchema =
|
|
5862
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
/** @internal */
|
|
5866
|
+
export const CreateDeploymentGitSourceRepoId$inboundSchema: z.ZodType<
|
|
5867
|
+
CreateDeploymentGitSourceRepoId,
|
|
5868
|
+
z.ZodTypeDef,
|
|
5869
|
+
unknown
|
|
5870
|
+
> = z.union([z.string(), z.number()]);
|
|
5871
|
+
|
|
5872
|
+
/** @internal */
|
|
5873
|
+
export type CreateDeploymentGitSourceRepoId$Outbound = string | number;
|
|
5874
|
+
|
|
5875
|
+
/** @internal */
|
|
5876
|
+
export const CreateDeploymentGitSourceRepoId$outboundSchema: z.ZodType<
|
|
5877
|
+
CreateDeploymentGitSourceRepoId$Outbound,
|
|
5878
|
+
z.ZodTypeDef,
|
|
5879
|
+
CreateDeploymentGitSourceRepoId
|
|
5880
|
+
> = z.union([z.string(), z.number()]);
|
|
5881
|
+
|
|
5882
|
+
/**
|
|
5883
|
+
* @internal
|
|
5884
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5885
|
+
*/
|
|
5886
|
+
export namespace CreateDeploymentGitSourceRepoId$ {
|
|
5887
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$inboundSchema` instead. */
|
|
5888
|
+
export const inboundSchema = CreateDeploymentGitSourceRepoId$inboundSchema;
|
|
5889
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$outboundSchema` instead. */
|
|
5890
|
+
export const outboundSchema = CreateDeploymentGitSourceRepoId$outboundSchema;
|
|
5891
|
+
/** @deprecated use `CreateDeploymentGitSourceRepoId$Outbound` instead. */
|
|
5892
|
+
export type Outbound = CreateDeploymentGitSourceRepoId$Outbound;
|
|
5893
|
+
}
|
|
5894
|
+
|
|
5895
|
+
export function createDeploymentGitSourceRepoIdToJSON(
|
|
5896
|
+
createDeploymentGitSourceRepoId: CreateDeploymentGitSourceRepoId,
|
|
5897
|
+
): string {
|
|
5898
|
+
return JSON.stringify(
|
|
5899
|
+
CreateDeploymentGitSourceRepoId$outboundSchema.parse(
|
|
5900
|
+
createDeploymentGitSourceRepoId,
|
|
5317
5901
|
),
|
|
5318
5902
|
);
|
|
5319
5903
|
}
|
|
@@ -5632,34 +6216,40 @@ export const CreateDeploymentGitSource$inboundSchema: z.ZodType<
|
|
|
5632
6216
|
z.ZodTypeDef,
|
|
5633
6217
|
unknown
|
|
5634
6218
|
> = z.union([
|
|
5635
|
-
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
5636
6219
|
z.lazy(() => CreateDeploymentGitSource12$inboundSchema),
|
|
6220
|
+
z.lazy(() => CreateDeploymentGitSource15$inboundSchema),
|
|
5637
6221
|
z.lazy(() => CreateDeploymentGitSource4$inboundSchema),
|
|
5638
|
-
z.lazy(() =>
|
|
5639
|
-
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
6222
|
+
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
5640
6223
|
z.lazy(() => CreateDeploymentGitSource11$inboundSchema),
|
|
6224
|
+
z.lazy(() => CreateDeploymentGitSource13$inboundSchema),
|
|
6225
|
+
z.lazy(() => CreateDeploymentGitSource14$inboundSchema),
|
|
5641
6226
|
z.lazy(() => CreateDeploymentGitSource2$inboundSchema),
|
|
5642
6227
|
z.lazy(() => CreateDeploymentGitSource3$inboundSchema),
|
|
5643
|
-
z.lazy(() => CreateDeploymentGitSource7$inboundSchema),
|
|
5644
|
-
z.lazy(() => CreateDeploymentGitSource1$inboundSchema),
|
|
5645
|
-
z.lazy(() => CreateDeploymentGitSource5$inboundSchema),
|
|
5646
6228
|
z.lazy(() => CreateDeploymentGitSource6$inboundSchema),
|
|
6229
|
+
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
6230
|
+
z.lazy(() => CreateDeploymentGitSource1$inboundSchema),
|
|
6231
|
+
z.lazy(() => CreateDeploymentGitSource5$inboundSchema),
|
|
6232
|
+
z.lazy(() => CreateDeploymentGitSource7$inboundSchema),
|
|
6233
|
+
z.lazy(() => CreateDeploymentGitSource8$inboundSchema),
|
|
5647
6234
|
]);
|
|
5648
6235
|
|
|
5649
6236
|
/** @internal */
|
|
5650
6237
|
export type CreateDeploymentGitSource$Outbound =
|
|
5651
|
-
| CreateDeploymentGitSource10$Outbound
|
|
5652
6238
|
| CreateDeploymentGitSource12$Outbound
|
|
6239
|
+
| CreateDeploymentGitSource15$Outbound
|
|
5653
6240
|
| CreateDeploymentGitSource4$Outbound
|
|
5654
|
-
|
|
|
5655
|
-
| CreateDeploymentGitSource9$Outbound
|
|
6241
|
+
| CreateDeploymentGitSource10$Outbound
|
|
5656
6242
|
| CreateDeploymentGitSource11$Outbound
|
|
6243
|
+
| CreateDeploymentGitSource13$Outbound
|
|
6244
|
+
| CreateDeploymentGitSource14$Outbound
|
|
5657
6245
|
| CreateDeploymentGitSource2$Outbound
|
|
5658
6246
|
| CreateDeploymentGitSource3$Outbound
|
|
5659
|
-
|
|
|
6247
|
+
| CreateDeploymentGitSource6$Outbound
|
|
6248
|
+
| CreateDeploymentGitSource9$Outbound
|
|
5660
6249
|
| CreateDeploymentGitSource1$Outbound
|
|
5661
6250
|
| CreateDeploymentGitSource5$Outbound
|
|
5662
|
-
|
|
|
6251
|
+
| CreateDeploymentGitSource7$Outbound
|
|
6252
|
+
| CreateDeploymentGitSource8$Outbound;
|
|
5663
6253
|
|
|
5664
6254
|
/** @internal */
|
|
5665
6255
|
export const CreateDeploymentGitSource$outboundSchema: z.ZodType<
|
|
@@ -5667,18 +6257,21 @@ export const CreateDeploymentGitSource$outboundSchema: z.ZodType<
|
|
|
5667
6257
|
z.ZodTypeDef,
|
|
5668
6258
|
CreateDeploymentGitSource
|
|
5669
6259
|
> = z.union([
|
|
5670
|
-
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
5671
6260
|
z.lazy(() => CreateDeploymentGitSource12$outboundSchema),
|
|
6261
|
+
z.lazy(() => CreateDeploymentGitSource15$outboundSchema),
|
|
5672
6262
|
z.lazy(() => CreateDeploymentGitSource4$outboundSchema),
|
|
5673
|
-
z.lazy(() =>
|
|
5674
|
-
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
6263
|
+
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
5675
6264
|
z.lazy(() => CreateDeploymentGitSource11$outboundSchema),
|
|
6265
|
+
z.lazy(() => CreateDeploymentGitSource13$outboundSchema),
|
|
6266
|
+
z.lazy(() => CreateDeploymentGitSource14$outboundSchema),
|
|
5676
6267
|
z.lazy(() => CreateDeploymentGitSource2$outboundSchema),
|
|
5677
6268
|
z.lazy(() => CreateDeploymentGitSource3$outboundSchema),
|
|
5678
|
-
z.lazy(() =>
|
|
6269
|
+
z.lazy(() => CreateDeploymentGitSource6$outboundSchema),
|
|
6270
|
+
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
5679
6271
|
z.lazy(() => CreateDeploymentGitSource1$outboundSchema),
|
|
5680
6272
|
z.lazy(() => CreateDeploymentGitSource5$outboundSchema),
|
|
5681
|
-
z.lazy(() =>
|
|
6273
|
+
z.lazy(() => CreateDeploymentGitSource7$outboundSchema),
|
|
6274
|
+
z.lazy(() => CreateDeploymentGitSource8$outboundSchema),
|
|
5682
6275
|
]);
|
|
5683
6276
|
|
|
5684
6277
|
/**
|
|
@@ -5772,6 +6365,27 @@ export function createDeploymentProjectFromJSON(
|
|
|
5772
6365
|
);
|
|
5773
6366
|
}
|
|
5774
6367
|
|
|
6368
|
+
/** @internal */
|
|
6369
|
+
export const CreateDeploymentNodeVersion$inboundSchema: z.ZodNativeEnum<
|
|
6370
|
+
typeof CreateDeploymentNodeVersion
|
|
6371
|
+
> = z.nativeEnum(CreateDeploymentNodeVersion);
|
|
6372
|
+
|
|
6373
|
+
/** @internal */
|
|
6374
|
+
export const CreateDeploymentNodeVersion$outboundSchema: z.ZodNativeEnum<
|
|
6375
|
+
typeof CreateDeploymentNodeVersion
|
|
6376
|
+
> = CreateDeploymentNodeVersion$inboundSchema;
|
|
6377
|
+
|
|
6378
|
+
/**
|
|
6379
|
+
* @internal
|
|
6380
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6381
|
+
*/
|
|
6382
|
+
export namespace CreateDeploymentNodeVersion$ {
|
|
6383
|
+
/** @deprecated use `CreateDeploymentNodeVersion$inboundSchema` instead. */
|
|
6384
|
+
export const inboundSchema = CreateDeploymentNodeVersion$inboundSchema;
|
|
6385
|
+
/** @deprecated use `CreateDeploymentNodeVersion$outboundSchema` instead. */
|
|
6386
|
+
export const outboundSchema = CreateDeploymentNodeVersion$outboundSchema;
|
|
6387
|
+
}
|
|
6388
|
+
|
|
5775
6389
|
/** @internal */
|
|
5776
6390
|
export const ReadyState$inboundSchema: z.ZodNativeEnum<typeof ReadyState> = z
|
|
5777
6391
|
.nativeEnum(ReadyState);
|
|
@@ -6237,6 +6851,96 @@ export namespace Architecture$ {
|
|
|
6237
6851
|
export const outboundSchema = Architecture$outboundSchema;
|
|
6238
6852
|
}
|
|
6239
6853
|
|
|
6854
|
+
/** @internal */
|
|
6855
|
+
export const CreateDeploymentDeploymentsType$inboundSchema: z.ZodNativeEnum<
|
|
6856
|
+
typeof CreateDeploymentDeploymentsType
|
|
6857
|
+
> = z.nativeEnum(CreateDeploymentDeploymentsType);
|
|
6858
|
+
|
|
6859
|
+
/** @internal */
|
|
6860
|
+
export const CreateDeploymentDeploymentsType$outboundSchema: z.ZodNativeEnum<
|
|
6861
|
+
typeof CreateDeploymentDeploymentsType
|
|
6862
|
+
> = CreateDeploymentDeploymentsType$inboundSchema;
|
|
6863
|
+
|
|
6864
|
+
/**
|
|
6865
|
+
* @internal
|
|
6866
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6867
|
+
*/
|
|
6868
|
+
export namespace CreateDeploymentDeploymentsType$ {
|
|
6869
|
+
/** @deprecated use `CreateDeploymentDeploymentsType$inboundSchema` instead. */
|
|
6870
|
+
export const inboundSchema = CreateDeploymentDeploymentsType$inboundSchema;
|
|
6871
|
+
/** @deprecated use `CreateDeploymentDeploymentsType$outboundSchema` instead. */
|
|
6872
|
+
export const outboundSchema = CreateDeploymentDeploymentsType$outboundSchema;
|
|
6873
|
+
}
|
|
6874
|
+
|
|
6875
|
+
/** @internal */
|
|
6876
|
+
export const ExperimentalTriggers$inboundSchema: z.ZodType<
|
|
6877
|
+
ExperimentalTriggers,
|
|
6878
|
+
z.ZodTypeDef,
|
|
6879
|
+
unknown
|
|
6880
|
+
> = z.object({
|
|
6881
|
+
type: CreateDeploymentDeploymentsType$inboundSchema,
|
|
6882
|
+
topic: z.string(),
|
|
6883
|
+
consumer: z.string(),
|
|
6884
|
+
maxDeliveries: z.number().optional(),
|
|
6885
|
+
retryAfterSeconds: z.number().optional(),
|
|
6886
|
+
initialDelaySeconds: z.number().optional(),
|
|
6887
|
+
});
|
|
6888
|
+
|
|
6889
|
+
/** @internal */
|
|
6890
|
+
export type ExperimentalTriggers$Outbound = {
|
|
6891
|
+
type: string;
|
|
6892
|
+
topic: string;
|
|
6893
|
+
consumer: string;
|
|
6894
|
+
maxDeliveries?: number | undefined;
|
|
6895
|
+
retryAfterSeconds?: number | undefined;
|
|
6896
|
+
initialDelaySeconds?: number | undefined;
|
|
6897
|
+
};
|
|
6898
|
+
|
|
6899
|
+
/** @internal */
|
|
6900
|
+
export const ExperimentalTriggers$outboundSchema: z.ZodType<
|
|
6901
|
+
ExperimentalTriggers$Outbound,
|
|
6902
|
+
z.ZodTypeDef,
|
|
6903
|
+
ExperimentalTriggers
|
|
6904
|
+
> = z.object({
|
|
6905
|
+
type: CreateDeploymentDeploymentsType$outboundSchema,
|
|
6906
|
+
topic: z.string(),
|
|
6907
|
+
consumer: z.string(),
|
|
6908
|
+
maxDeliveries: z.number().optional(),
|
|
6909
|
+
retryAfterSeconds: z.number().optional(),
|
|
6910
|
+
initialDelaySeconds: z.number().optional(),
|
|
6911
|
+
});
|
|
6912
|
+
|
|
6913
|
+
/**
|
|
6914
|
+
* @internal
|
|
6915
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6916
|
+
*/
|
|
6917
|
+
export namespace ExperimentalTriggers$ {
|
|
6918
|
+
/** @deprecated use `ExperimentalTriggers$inboundSchema` instead. */
|
|
6919
|
+
export const inboundSchema = ExperimentalTriggers$inboundSchema;
|
|
6920
|
+
/** @deprecated use `ExperimentalTriggers$outboundSchema` instead. */
|
|
6921
|
+
export const outboundSchema = ExperimentalTriggers$outboundSchema;
|
|
6922
|
+
/** @deprecated use `ExperimentalTriggers$Outbound` instead. */
|
|
6923
|
+
export type Outbound = ExperimentalTriggers$Outbound;
|
|
6924
|
+
}
|
|
6925
|
+
|
|
6926
|
+
export function experimentalTriggersToJSON(
|
|
6927
|
+
experimentalTriggers: ExperimentalTriggers,
|
|
6928
|
+
): string {
|
|
6929
|
+
return JSON.stringify(
|
|
6930
|
+
ExperimentalTriggers$outboundSchema.parse(experimentalTriggers),
|
|
6931
|
+
);
|
|
6932
|
+
}
|
|
6933
|
+
|
|
6934
|
+
export function experimentalTriggersFromJSON(
|
|
6935
|
+
jsonString: string,
|
|
6936
|
+
): SafeParseResult<ExperimentalTriggers, SDKValidationError> {
|
|
6937
|
+
return safeParse(
|
|
6938
|
+
jsonString,
|
|
6939
|
+
(x) => ExperimentalTriggers$inboundSchema.parse(JSON.parse(x)),
|
|
6940
|
+
`Failed to parse 'ExperimentalTriggers' from JSON`,
|
|
6941
|
+
);
|
|
6942
|
+
}
|
|
6943
|
+
|
|
6240
6944
|
/** @internal */
|
|
6241
6945
|
export const Functions$inboundSchema: z.ZodType<
|
|
6242
6946
|
Functions,
|
|
@@ -6249,6 +6953,9 @@ export const Functions$inboundSchema: z.ZodType<
|
|
|
6249
6953
|
runtime: z.string().optional(),
|
|
6250
6954
|
includeFiles: z.string().optional(),
|
|
6251
6955
|
excludeFiles: z.string().optional(),
|
|
6956
|
+
experimentalTriggers: z.array(
|
|
6957
|
+
z.lazy(() => ExperimentalTriggers$inboundSchema),
|
|
6958
|
+
).optional(),
|
|
6252
6959
|
});
|
|
6253
6960
|
|
|
6254
6961
|
/** @internal */
|
|
@@ -6259,6 +6966,7 @@ export type Functions$Outbound = {
|
|
|
6259
6966
|
runtime?: string | undefined;
|
|
6260
6967
|
includeFiles?: string | undefined;
|
|
6261
6968
|
excludeFiles?: string | undefined;
|
|
6969
|
+
experimentalTriggers?: Array<ExperimentalTriggers$Outbound> | undefined;
|
|
6262
6970
|
};
|
|
6263
6971
|
|
|
6264
6972
|
/** @internal */
|
|
@@ -6273,6 +6981,9 @@ export const Functions$outboundSchema: z.ZodType<
|
|
|
6273
6981
|
runtime: z.string().optional(),
|
|
6274
6982
|
includeFiles: z.string().optional(),
|
|
6275
6983
|
excludeFiles: z.string().optional(),
|
|
6984
|
+
experimentalTriggers: z.array(
|
|
6985
|
+
z.lazy(() => ExperimentalTriggers$outboundSchema),
|
|
6986
|
+
).optional(),
|
|
6276
6987
|
});
|
|
6277
6988
|
|
|
6278
6989
|
/**
|
|
@@ -7475,195 +8186,533 @@ export namespace MissingValue$ {
|
|
|
7475
8186
|
export type Outbound = MissingValue$Outbound;
|
|
7476
8187
|
}
|
|
7477
8188
|
|
|
7478
|
-
export function missingValueToJSON(missingValue: MissingValue): string {
|
|
7479
|
-
return JSON.stringify(MissingValue$outboundSchema.parse(missingValue));
|
|
8189
|
+
export function missingValueToJSON(missingValue: MissingValue): string {
|
|
8190
|
+
return JSON.stringify(MissingValue$outboundSchema.parse(missingValue));
|
|
8191
|
+
}
|
|
8192
|
+
|
|
8193
|
+
export function missingValueFromJSON(
|
|
8194
|
+
jsonString: string,
|
|
8195
|
+
): SafeParseResult<MissingValue, SDKValidationError> {
|
|
8196
|
+
return safeParse(
|
|
8197
|
+
jsonString,
|
|
8198
|
+
(x) => MissingValue$inboundSchema.parse(JSON.parse(x)),
|
|
8199
|
+
`Failed to parse 'MissingValue' from JSON`,
|
|
8200
|
+
);
|
|
8201
|
+
}
|
|
8202
|
+
|
|
8203
|
+
/** @internal */
|
|
8204
|
+
export const Missing1$inboundSchema: z.ZodType<
|
|
8205
|
+
Missing1,
|
|
8206
|
+
z.ZodTypeDef,
|
|
8207
|
+
unknown
|
|
8208
|
+
> = z.object({
|
|
8209
|
+
type: MissingType$inboundSchema,
|
|
8210
|
+
value: z.union([
|
|
8211
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
8212
|
+
z.string(),
|
|
8213
|
+
]),
|
|
8214
|
+
});
|
|
8215
|
+
|
|
8216
|
+
/** @internal */
|
|
8217
|
+
export type Missing1$Outbound = {
|
|
8218
|
+
type: string;
|
|
8219
|
+
value: CreateDeploymentValueDeploymentsResponse2$Outbound | string;
|
|
8220
|
+
};
|
|
8221
|
+
|
|
8222
|
+
/** @internal */
|
|
8223
|
+
export const Missing1$outboundSchema: z.ZodType<
|
|
8224
|
+
Missing1$Outbound,
|
|
8225
|
+
z.ZodTypeDef,
|
|
8226
|
+
Missing1
|
|
8227
|
+
> = z.object({
|
|
8228
|
+
type: MissingType$outboundSchema,
|
|
8229
|
+
value: z.union([
|
|
8230
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
8231
|
+
z.string(),
|
|
8232
|
+
]),
|
|
8233
|
+
});
|
|
8234
|
+
|
|
8235
|
+
/**
|
|
8236
|
+
* @internal
|
|
8237
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8238
|
+
*/
|
|
8239
|
+
export namespace Missing1$ {
|
|
8240
|
+
/** @deprecated use `Missing1$inboundSchema` instead. */
|
|
8241
|
+
export const inboundSchema = Missing1$inboundSchema;
|
|
8242
|
+
/** @deprecated use `Missing1$outboundSchema` instead. */
|
|
8243
|
+
export const outboundSchema = Missing1$outboundSchema;
|
|
8244
|
+
/** @deprecated use `Missing1$Outbound` instead. */
|
|
8245
|
+
export type Outbound = Missing1$Outbound;
|
|
8246
|
+
}
|
|
8247
|
+
|
|
8248
|
+
export function missing1ToJSON(missing1: Missing1): string {
|
|
8249
|
+
return JSON.stringify(Missing1$outboundSchema.parse(missing1));
|
|
8250
|
+
}
|
|
8251
|
+
|
|
8252
|
+
export function missing1FromJSON(
|
|
8253
|
+
jsonString: string,
|
|
8254
|
+
): SafeParseResult<Missing1, SDKValidationError> {
|
|
8255
|
+
return safeParse(
|
|
8256
|
+
jsonString,
|
|
8257
|
+
(x) => Missing1$inboundSchema.parse(JSON.parse(x)),
|
|
8258
|
+
`Failed to parse 'Missing1' from JSON`,
|
|
8259
|
+
);
|
|
8260
|
+
}
|
|
8261
|
+
|
|
8262
|
+
/** @internal */
|
|
8263
|
+
export const RoutesMissing$inboundSchema: z.ZodType<
|
|
8264
|
+
RoutesMissing,
|
|
8265
|
+
z.ZodTypeDef,
|
|
8266
|
+
unknown
|
|
8267
|
+
> = z.union([
|
|
8268
|
+
z.lazy(() => Missing1$inboundSchema),
|
|
8269
|
+
z.lazy(() => Missing2$inboundSchema),
|
|
8270
|
+
]);
|
|
8271
|
+
|
|
8272
|
+
/** @internal */
|
|
8273
|
+
export type RoutesMissing$Outbound = Missing1$Outbound | Missing2$Outbound;
|
|
8274
|
+
|
|
8275
|
+
/** @internal */
|
|
8276
|
+
export const RoutesMissing$outboundSchema: z.ZodType<
|
|
8277
|
+
RoutesMissing$Outbound,
|
|
8278
|
+
z.ZodTypeDef,
|
|
8279
|
+
RoutesMissing
|
|
8280
|
+
> = z.union([
|
|
8281
|
+
z.lazy(() => Missing1$outboundSchema),
|
|
8282
|
+
z.lazy(() => Missing2$outboundSchema),
|
|
8283
|
+
]);
|
|
8284
|
+
|
|
8285
|
+
/**
|
|
8286
|
+
* @internal
|
|
8287
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8288
|
+
*/
|
|
8289
|
+
export namespace RoutesMissing$ {
|
|
8290
|
+
/** @deprecated use `RoutesMissing$inboundSchema` instead. */
|
|
8291
|
+
export const inboundSchema = RoutesMissing$inboundSchema;
|
|
8292
|
+
/** @deprecated use `RoutesMissing$outboundSchema` instead. */
|
|
8293
|
+
export const outboundSchema = RoutesMissing$outboundSchema;
|
|
8294
|
+
/** @deprecated use `RoutesMissing$Outbound` instead. */
|
|
8295
|
+
export type Outbound = RoutesMissing$Outbound;
|
|
8296
|
+
}
|
|
8297
|
+
|
|
8298
|
+
export function routesMissingToJSON(routesMissing: RoutesMissing): string {
|
|
8299
|
+
return JSON.stringify(RoutesMissing$outboundSchema.parse(routesMissing));
|
|
8300
|
+
}
|
|
8301
|
+
|
|
8302
|
+
export function routesMissingFromJSON(
|
|
8303
|
+
jsonString: string,
|
|
8304
|
+
): SafeParseResult<RoutesMissing, SDKValidationError> {
|
|
8305
|
+
return safeParse(
|
|
8306
|
+
jsonString,
|
|
8307
|
+
(x) => RoutesMissing$inboundSchema.parse(JSON.parse(x)),
|
|
8308
|
+
`Failed to parse 'RoutesMissing' from JSON`,
|
|
8309
|
+
);
|
|
8310
|
+
}
|
|
8311
|
+
|
|
8312
|
+
/** @internal */
|
|
8313
|
+
export const RoutesAction$inboundSchema: z.ZodNativeEnum<typeof RoutesAction> =
|
|
8314
|
+
z.nativeEnum(RoutesAction);
|
|
8315
|
+
|
|
8316
|
+
/** @internal */
|
|
8317
|
+
export const RoutesAction$outboundSchema: z.ZodNativeEnum<typeof RoutesAction> =
|
|
8318
|
+
RoutesAction$inboundSchema;
|
|
8319
|
+
|
|
8320
|
+
/**
|
|
8321
|
+
* @internal
|
|
8322
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8323
|
+
*/
|
|
8324
|
+
export namespace RoutesAction$ {
|
|
8325
|
+
/** @deprecated use `RoutesAction$inboundSchema` instead. */
|
|
8326
|
+
export const inboundSchema = RoutesAction$inboundSchema;
|
|
8327
|
+
/** @deprecated use `RoutesAction$outboundSchema` instead. */
|
|
8328
|
+
export const outboundSchema = RoutesAction$outboundSchema;
|
|
8329
|
+
}
|
|
8330
|
+
|
|
8331
|
+
/** @internal */
|
|
8332
|
+
export const RoutesMitigate$inboundSchema: z.ZodType<
|
|
8333
|
+
RoutesMitigate,
|
|
8334
|
+
z.ZodTypeDef,
|
|
8335
|
+
unknown
|
|
8336
|
+
> = z.object({
|
|
8337
|
+
action: RoutesAction$inboundSchema,
|
|
8338
|
+
});
|
|
8339
|
+
|
|
8340
|
+
/** @internal */
|
|
8341
|
+
export type RoutesMitigate$Outbound = {
|
|
8342
|
+
action: string;
|
|
8343
|
+
};
|
|
8344
|
+
|
|
8345
|
+
/** @internal */
|
|
8346
|
+
export const RoutesMitigate$outboundSchema: z.ZodType<
|
|
8347
|
+
RoutesMitigate$Outbound,
|
|
8348
|
+
z.ZodTypeDef,
|
|
8349
|
+
RoutesMitigate
|
|
8350
|
+
> = z.object({
|
|
8351
|
+
action: RoutesAction$outboundSchema,
|
|
8352
|
+
});
|
|
8353
|
+
|
|
8354
|
+
/**
|
|
8355
|
+
* @internal
|
|
8356
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8357
|
+
*/
|
|
8358
|
+
export namespace RoutesMitigate$ {
|
|
8359
|
+
/** @deprecated use `RoutesMitigate$inboundSchema` instead. */
|
|
8360
|
+
export const inboundSchema = RoutesMitigate$inboundSchema;
|
|
8361
|
+
/** @deprecated use `RoutesMitigate$outboundSchema` instead. */
|
|
8362
|
+
export const outboundSchema = RoutesMitigate$outboundSchema;
|
|
8363
|
+
/** @deprecated use `RoutesMitigate$Outbound` instead. */
|
|
8364
|
+
export type Outbound = RoutesMitigate$Outbound;
|
|
8365
|
+
}
|
|
8366
|
+
|
|
8367
|
+
export function routesMitigateToJSON(routesMitigate: RoutesMitigate): string {
|
|
8368
|
+
return JSON.stringify(RoutesMitigate$outboundSchema.parse(routesMitigate));
|
|
8369
|
+
}
|
|
8370
|
+
|
|
8371
|
+
export function routesMitigateFromJSON(
|
|
8372
|
+
jsonString: string,
|
|
8373
|
+
): SafeParseResult<RoutesMitigate, SDKValidationError> {
|
|
8374
|
+
return safeParse(
|
|
8375
|
+
jsonString,
|
|
8376
|
+
(x) => RoutesMitigate$inboundSchema.parse(JSON.parse(x)),
|
|
8377
|
+
`Failed to parse 'RoutesMitigate' from JSON`,
|
|
8378
|
+
);
|
|
8379
|
+
}
|
|
8380
|
+
|
|
8381
|
+
/** @internal */
|
|
8382
|
+
export const RoutesType$inboundSchema: z.ZodNativeEnum<typeof RoutesType> = z
|
|
8383
|
+
.nativeEnum(RoutesType);
|
|
8384
|
+
|
|
8385
|
+
/** @internal */
|
|
8386
|
+
export const RoutesType$outboundSchema: z.ZodNativeEnum<typeof RoutesType> =
|
|
8387
|
+
RoutesType$inboundSchema;
|
|
8388
|
+
|
|
8389
|
+
/**
|
|
8390
|
+
* @internal
|
|
8391
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8392
|
+
*/
|
|
8393
|
+
export namespace RoutesType$ {
|
|
8394
|
+
/** @deprecated use `RoutesType$inboundSchema` instead. */
|
|
8395
|
+
export const inboundSchema = RoutesType$inboundSchema;
|
|
8396
|
+
/** @deprecated use `RoutesType$outboundSchema` instead. */
|
|
8397
|
+
export const outboundSchema = RoutesType$outboundSchema;
|
|
8398
|
+
}
|
|
8399
|
+
|
|
8400
|
+
/** @internal */
|
|
8401
|
+
export const CreateDeploymentRoutesOp$inboundSchema: z.ZodNativeEnum<
|
|
8402
|
+
typeof CreateDeploymentRoutesOp
|
|
8403
|
+
> = z.nativeEnum(CreateDeploymentRoutesOp);
|
|
8404
|
+
|
|
8405
|
+
/** @internal */
|
|
8406
|
+
export const CreateDeploymentRoutesOp$outboundSchema: z.ZodNativeEnum<
|
|
8407
|
+
typeof CreateDeploymentRoutesOp
|
|
8408
|
+
> = CreateDeploymentRoutesOp$inboundSchema;
|
|
8409
|
+
|
|
8410
|
+
/**
|
|
8411
|
+
* @internal
|
|
8412
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8413
|
+
*/
|
|
8414
|
+
export namespace CreateDeploymentRoutesOp$ {
|
|
8415
|
+
/** @deprecated use `CreateDeploymentRoutesOp$inboundSchema` instead. */
|
|
8416
|
+
export const inboundSchema = CreateDeploymentRoutesOp$inboundSchema;
|
|
8417
|
+
/** @deprecated use `CreateDeploymentRoutesOp$outboundSchema` instead. */
|
|
8418
|
+
export const outboundSchema = CreateDeploymentRoutesOp$outboundSchema;
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8421
|
+
/** @internal */
|
|
8422
|
+
export const KeyEq$inboundSchema: z.ZodType<KeyEq, z.ZodTypeDef, unknown> = z
|
|
8423
|
+
.union([z.string(), z.number()]);
|
|
8424
|
+
|
|
8425
|
+
/** @internal */
|
|
8426
|
+
export type KeyEq$Outbound = string | number;
|
|
8427
|
+
|
|
8428
|
+
/** @internal */
|
|
8429
|
+
export const KeyEq$outboundSchema: z.ZodType<
|
|
8430
|
+
KeyEq$Outbound,
|
|
8431
|
+
z.ZodTypeDef,
|
|
8432
|
+
KeyEq
|
|
8433
|
+
> = z.union([z.string(), z.number()]);
|
|
8434
|
+
|
|
8435
|
+
/**
|
|
8436
|
+
* @internal
|
|
8437
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8438
|
+
*/
|
|
8439
|
+
export namespace KeyEq$ {
|
|
8440
|
+
/** @deprecated use `KeyEq$inboundSchema` instead. */
|
|
8441
|
+
export const inboundSchema = KeyEq$inboundSchema;
|
|
8442
|
+
/** @deprecated use `KeyEq$outboundSchema` instead. */
|
|
8443
|
+
export const outboundSchema = KeyEq$outboundSchema;
|
|
8444
|
+
/** @deprecated use `KeyEq$Outbound` instead. */
|
|
8445
|
+
export type Outbound = KeyEq$Outbound;
|
|
8446
|
+
}
|
|
8447
|
+
|
|
8448
|
+
export function keyEqToJSON(keyEq: KeyEq): string {
|
|
8449
|
+
return JSON.stringify(KeyEq$outboundSchema.parse(keyEq));
|
|
8450
|
+
}
|
|
8451
|
+
|
|
8452
|
+
export function keyEqFromJSON(
|
|
8453
|
+
jsonString: string,
|
|
8454
|
+
): SafeParseResult<KeyEq, SDKValidationError> {
|
|
8455
|
+
return safeParse(
|
|
8456
|
+
jsonString,
|
|
8457
|
+
(x) => KeyEq$inboundSchema.parse(JSON.parse(x)),
|
|
8458
|
+
`Failed to parse 'KeyEq' from JSON`,
|
|
8459
|
+
);
|
|
8460
|
+
}
|
|
8461
|
+
|
|
8462
|
+
/** @internal */
|
|
8463
|
+
export const Key2$inboundSchema: z.ZodType<Key2, z.ZodTypeDef, unknown> = z
|
|
8464
|
+
.object({
|
|
8465
|
+
eq: z.union([z.string(), z.number()]).optional(),
|
|
8466
|
+
neq: z.string().optional(),
|
|
8467
|
+
inc: z.array(z.string()).optional(),
|
|
8468
|
+
ninc: z.array(z.string()).optional(),
|
|
8469
|
+
pre: z.string().optional(),
|
|
8470
|
+
suf: z.string().optional(),
|
|
8471
|
+
gt: z.number().optional(),
|
|
8472
|
+
gte: z.number().optional(),
|
|
8473
|
+
lt: z.number().optional(),
|
|
8474
|
+
lte: z.number().optional(),
|
|
8475
|
+
});
|
|
8476
|
+
|
|
8477
|
+
/** @internal */
|
|
8478
|
+
export type Key2$Outbound = {
|
|
8479
|
+
eq?: string | number | undefined;
|
|
8480
|
+
neq?: string | undefined;
|
|
8481
|
+
inc?: Array<string> | undefined;
|
|
8482
|
+
ninc?: Array<string> | undefined;
|
|
8483
|
+
pre?: string | undefined;
|
|
8484
|
+
suf?: string | undefined;
|
|
8485
|
+
gt?: number | undefined;
|
|
8486
|
+
gte?: number | undefined;
|
|
8487
|
+
lt?: number | undefined;
|
|
8488
|
+
lte?: number | undefined;
|
|
8489
|
+
};
|
|
8490
|
+
|
|
8491
|
+
/** @internal */
|
|
8492
|
+
export const Key2$outboundSchema: z.ZodType<Key2$Outbound, z.ZodTypeDef, Key2> =
|
|
8493
|
+
z.object({
|
|
8494
|
+
eq: z.union([z.string(), z.number()]).optional(),
|
|
8495
|
+
neq: z.string().optional(),
|
|
8496
|
+
inc: z.array(z.string()).optional(),
|
|
8497
|
+
ninc: z.array(z.string()).optional(),
|
|
8498
|
+
pre: z.string().optional(),
|
|
8499
|
+
suf: z.string().optional(),
|
|
8500
|
+
gt: z.number().optional(),
|
|
8501
|
+
gte: z.number().optional(),
|
|
8502
|
+
lt: z.number().optional(),
|
|
8503
|
+
lte: z.number().optional(),
|
|
8504
|
+
});
|
|
8505
|
+
|
|
8506
|
+
/**
|
|
8507
|
+
* @internal
|
|
8508
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8509
|
+
*/
|
|
8510
|
+
export namespace Key2$ {
|
|
8511
|
+
/** @deprecated use `Key2$inboundSchema` instead. */
|
|
8512
|
+
export const inboundSchema = Key2$inboundSchema;
|
|
8513
|
+
/** @deprecated use `Key2$outboundSchema` instead. */
|
|
8514
|
+
export const outboundSchema = Key2$outboundSchema;
|
|
8515
|
+
/** @deprecated use `Key2$Outbound` instead. */
|
|
8516
|
+
export type Outbound = Key2$Outbound;
|
|
8517
|
+
}
|
|
8518
|
+
|
|
8519
|
+
export function key2ToJSON(key2: Key2): string {
|
|
8520
|
+
return JSON.stringify(Key2$outboundSchema.parse(key2));
|
|
7480
8521
|
}
|
|
7481
8522
|
|
|
7482
|
-
export function
|
|
8523
|
+
export function key2FromJSON(
|
|
7483
8524
|
jsonString: string,
|
|
7484
|
-
): SafeParseResult<
|
|
8525
|
+
): SafeParseResult<Key2, SDKValidationError> {
|
|
7485
8526
|
return safeParse(
|
|
7486
8527
|
jsonString,
|
|
7487
|
-
(x) =>
|
|
7488
|
-
`Failed to parse '
|
|
8528
|
+
(x) => Key2$inboundSchema.parse(JSON.parse(x)),
|
|
8529
|
+
`Failed to parse 'Key2' from JSON`,
|
|
7489
8530
|
);
|
|
7490
8531
|
}
|
|
7491
8532
|
|
|
7492
8533
|
/** @internal */
|
|
7493
|
-
export const
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
unknown
|
|
7497
|
-
> = z.object({
|
|
7498
|
-
type: MissingType$inboundSchema,
|
|
7499
|
-
value: z.union([
|
|
7500
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
7501
|
-
z.string(),
|
|
7502
|
-
]),
|
|
7503
|
-
});
|
|
8534
|
+
export const Key$inboundSchema: z.ZodType<Key, z.ZodTypeDef, unknown> = z.union(
|
|
8535
|
+
[z.lazy(() => Key2$inboundSchema), z.string()],
|
|
8536
|
+
);
|
|
7504
8537
|
|
|
7505
8538
|
/** @internal */
|
|
7506
|
-
export type
|
|
7507
|
-
type: string;
|
|
7508
|
-
value: CreateDeploymentValueDeploymentsResponse2$Outbound | string;
|
|
7509
|
-
};
|
|
8539
|
+
export type Key$Outbound = Key2$Outbound | string;
|
|
7510
8540
|
|
|
7511
8541
|
/** @internal */
|
|
7512
|
-
export const
|
|
7513
|
-
|
|
7514
|
-
z.ZodTypeDef,
|
|
7515
|
-
Missing1
|
|
7516
|
-
> = z.object({
|
|
7517
|
-
type: MissingType$outboundSchema,
|
|
7518
|
-
value: z.union([
|
|
7519
|
-
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
7520
|
-
z.string(),
|
|
7521
|
-
]),
|
|
7522
|
-
});
|
|
8542
|
+
export const Key$outboundSchema: z.ZodType<Key$Outbound, z.ZodTypeDef, Key> = z
|
|
8543
|
+
.union([z.lazy(() => Key2$outboundSchema), z.string()]);
|
|
7523
8544
|
|
|
7524
8545
|
/**
|
|
7525
8546
|
* @internal
|
|
7526
8547
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7527
8548
|
*/
|
|
7528
|
-
export namespace
|
|
7529
|
-
/** @deprecated use `
|
|
7530
|
-
export const inboundSchema =
|
|
7531
|
-
/** @deprecated use `
|
|
7532
|
-
export const outboundSchema =
|
|
7533
|
-
/** @deprecated use `
|
|
7534
|
-
export type Outbound =
|
|
8549
|
+
export namespace Key$ {
|
|
8550
|
+
/** @deprecated use `Key$inboundSchema` instead. */
|
|
8551
|
+
export const inboundSchema = Key$inboundSchema;
|
|
8552
|
+
/** @deprecated use `Key$outboundSchema` instead. */
|
|
8553
|
+
export const outboundSchema = Key$outboundSchema;
|
|
8554
|
+
/** @deprecated use `Key$Outbound` instead. */
|
|
8555
|
+
export type Outbound = Key$Outbound;
|
|
7535
8556
|
}
|
|
7536
8557
|
|
|
7537
|
-
export function
|
|
7538
|
-
return JSON.stringify(
|
|
8558
|
+
export function keyToJSON(key: Key): string {
|
|
8559
|
+
return JSON.stringify(Key$outboundSchema.parse(key));
|
|
7539
8560
|
}
|
|
7540
8561
|
|
|
7541
|
-
export function
|
|
8562
|
+
export function keyFromJSON(
|
|
7542
8563
|
jsonString: string,
|
|
7543
|
-
): SafeParseResult<
|
|
8564
|
+
): SafeParseResult<Key, SDKValidationError> {
|
|
7544
8565
|
return safeParse(
|
|
7545
8566
|
jsonString,
|
|
7546
|
-
(x) =>
|
|
7547
|
-
`Failed to parse '
|
|
8567
|
+
(x) => Key$inboundSchema.parse(JSON.parse(x)),
|
|
8568
|
+
`Failed to parse 'Key' from JSON`,
|
|
7548
8569
|
);
|
|
7549
8570
|
}
|
|
7550
8571
|
|
|
7551
8572
|
/** @internal */
|
|
7552
|
-
export const
|
|
7553
|
-
|
|
8573
|
+
export const RoutesTarget$inboundSchema: z.ZodType<
|
|
8574
|
+
RoutesTarget,
|
|
7554
8575
|
z.ZodTypeDef,
|
|
7555
8576
|
unknown
|
|
7556
|
-
> = z.
|
|
7557
|
-
z.lazy(() =>
|
|
7558
|
-
|
|
7559
|
-
]);
|
|
8577
|
+
> = z.object({
|
|
8578
|
+
key: z.union([z.lazy(() => Key2$inboundSchema), z.string()]),
|
|
8579
|
+
});
|
|
7560
8580
|
|
|
7561
8581
|
/** @internal */
|
|
7562
|
-
export type
|
|
8582
|
+
export type RoutesTarget$Outbound = {
|
|
8583
|
+
key: Key2$Outbound | string;
|
|
8584
|
+
};
|
|
7563
8585
|
|
|
7564
8586
|
/** @internal */
|
|
7565
|
-
export const
|
|
7566
|
-
|
|
8587
|
+
export const RoutesTarget$outboundSchema: z.ZodType<
|
|
8588
|
+
RoutesTarget$Outbound,
|
|
7567
8589
|
z.ZodTypeDef,
|
|
7568
|
-
|
|
7569
|
-
> = z.
|
|
7570
|
-
z.lazy(() =>
|
|
7571
|
-
|
|
7572
|
-
]);
|
|
8590
|
+
RoutesTarget
|
|
8591
|
+
> = z.object({
|
|
8592
|
+
key: z.union([z.lazy(() => Key2$outboundSchema), z.string()]),
|
|
8593
|
+
});
|
|
7573
8594
|
|
|
7574
8595
|
/**
|
|
7575
8596
|
* @internal
|
|
7576
8597
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7577
8598
|
*/
|
|
7578
|
-
export namespace
|
|
7579
|
-
/** @deprecated use `
|
|
7580
|
-
export const inboundSchema =
|
|
7581
|
-
/** @deprecated use `
|
|
7582
|
-
export const outboundSchema =
|
|
7583
|
-
/** @deprecated use `
|
|
7584
|
-
export type Outbound =
|
|
8599
|
+
export namespace RoutesTarget$ {
|
|
8600
|
+
/** @deprecated use `RoutesTarget$inboundSchema` instead. */
|
|
8601
|
+
export const inboundSchema = RoutesTarget$inboundSchema;
|
|
8602
|
+
/** @deprecated use `RoutesTarget$outboundSchema` instead. */
|
|
8603
|
+
export const outboundSchema = RoutesTarget$outboundSchema;
|
|
8604
|
+
/** @deprecated use `RoutesTarget$Outbound` instead. */
|
|
8605
|
+
export type Outbound = RoutesTarget$Outbound;
|
|
7585
8606
|
}
|
|
7586
8607
|
|
|
7587
|
-
export function
|
|
7588
|
-
return JSON.stringify(
|
|
8608
|
+
export function routesTargetToJSON(routesTarget: RoutesTarget): string {
|
|
8609
|
+
return JSON.stringify(RoutesTarget$outboundSchema.parse(routesTarget));
|
|
7589
8610
|
}
|
|
7590
8611
|
|
|
7591
|
-
export function
|
|
8612
|
+
export function routesTargetFromJSON(
|
|
7592
8613
|
jsonString: string,
|
|
7593
|
-
): SafeParseResult<
|
|
8614
|
+
): SafeParseResult<RoutesTarget, SDKValidationError> {
|
|
7594
8615
|
return safeParse(
|
|
7595
8616
|
jsonString,
|
|
7596
|
-
(x) =>
|
|
7597
|
-
`Failed to parse '
|
|
8617
|
+
(x) => RoutesTarget$inboundSchema.parse(JSON.parse(x)),
|
|
8618
|
+
`Failed to parse 'RoutesTarget' from JSON`,
|
|
7598
8619
|
);
|
|
7599
8620
|
}
|
|
7600
8621
|
|
|
7601
8622
|
/** @internal */
|
|
7602
|
-
export const
|
|
7603
|
-
z.
|
|
8623
|
+
export const Args$inboundSchema: z.ZodType<Args, z.ZodTypeDef, unknown> = z
|
|
8624
|
+
.union([z.string(), z.array(z.string())]);
|
|
7604
8625
|
|
|
7605
8626
|
/** @internal */
|
|
7606
|
-
export
|
|
7607
|
-
|
|
8627
|
+
export type Args$Outbound = string | Array<string>;
|
|
8628
|
+
|
|
8629
|
+
/** @internal */
|
|
8630
|
+
export const Args$outboundSchema: z.ZodType<Args$Outbound, z.ZodTypeDef, Args> =
|
|
8631
|
+
z.union([z.string(), z.array(z.string())]);
|
|
7608
8632
|
|
|
7609
8633
|
/**
|
|
7610
8634
|
* @internal
|
|
7611
8635
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7612
8636
|
*/
|
|
7613
|
-
export namespace
|
|
7614
|
-
/** @deprecated use `
|
|
7615
|
-
export const inboundSchema =
|
|
7616
|
-
/** @deprecated use `
|
|
7617
|
-
export const outboundSchema =
|
|
8637
|
+
export namespace Args$ {
|
|
8638
|
+
/** @deprecated use `Args$inboundSchema` instead. */
|
|
8639
|
+
export const inboundSchema = Args$inboundSchema;
|
|
8640
|
+
/** @deprecated use `Args$outboundSchema` instead. */
|
|
8641
|
+
export const outboundSchema = Args$outboundSchema;
|
|
8642
|
+
/** @deprecated use `Args$Outbound` instead. */
|
|
8643
|
+
export type Outbound = Args$Outbound;
|
|
8644
|
+
}
|
|
8645
|
+
|
|
8646
|
+
export function argsToJSON(args: Args): string {
|
|
8647
|
+
return JSON.stringify(Args$outboundSchema.parse(args));
|
|
8648
|
+
}
|
|
8649
|
+
|
|
8650
|
+
export function argsFromJSON(
|
|
8651
|
+
jsonString: string,
|
|
8652
|
+
): SafeParseResult<Args, SDKValidationError> {
|
|
8653
|
+
return safeParse(
|
|
8654
|
+
jsonString,
|
|
8655
|
+
(x) => Args$inboundSchema.parse(JSON.parse(x)),
|
|
8656
|
+
`Failed to parse 'Args' from JSON`,
|
|
8657
|
+
);
|
|
7618
8658
|
}
|
|
7619
8659
|
|
|
7620
8660
|
/** @internal */
|
|
7621
|
-
export const
|
|
7622
|
-
|
|
8661
|
+
export const Transforms$inboundSchema: z.ZodType<
|
|
8662
|
+
Transforms,
|
|
7623
8663
|
z.ZodTypeDef,
|
|
7624
8664
|
unknown
|
|
7625
8665
|
> = z.object({
|
|
7626
|
-
|
|
8666
|
+
type: RoutesType$inboundSchema,
|
|
8667
|
+
op: CreateDeploymentRoutesOp$inboundSchema,
|
|
8668
|
+
target: z.lazy(() => RoutesTarget$inboundSchema),
|
|
8669
|
+
args: z.union([z.string(), z.array(z.string())]).optional(),
|
|
7627
8670
|
});
|
|
7628
8671
|
|
|
7629
8672
|
/** @internal */
|
|
7630
|
-
export type
|
|
7631
|
-
|
|
8673
|
+
export type Transforms$Outbound = {
|
|
8674
|
+
type: string;
|
|
8675
|
+
op: string;
|
|
8676
|
+
target: RoutesTarget$Outbound;
|
|
8677
|
+
args?: string | Array<string> | undefined;
|
|
7632
8678
|
};
|
|
7633
8679
|
|
|
7634
8680
|
/** @internal */
|
|
7635
|
-
export const
|
|
7636
|
-
|
|
8681
|
+
export const Transforms$outboundSchema: z.ZodType<
|
|
8682
|
+
Transforms$Outbound,
|
|
7637
8683
|
z.ZodTypeDef,
|
|
7638
|
-
|
|
8684
|
+
Transforms
|
|
7639
8685
|
> = z.object({
|
|
7640
|
-
|
|
8686
|
+
type: RoutesType$outboundSchema,
|
|
8687
|
+
op: CreateDeploymentRoutesOp$outboundSchema,
|
|
8688
|
+
target: z.lazy(() => RoutesTarget$outboundSchema),
|
|
8689
|
+
args: z.union([z.string(), z.array(z.string())]).optional(),
|
|
7641
8690
|
});
|
|
7642
8691
|
|
|
7643
8692
|
/**
|
|
7644
8693
|
* @internal
|
|
7645
8694
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7646
8695
|
*/
|
|
7647
|
-
export namespace
|
|
7648
|
-
/** @deprecated use `
|
|
7649
|
-
export const inboundSchema =
|
|
7650
|
-
/** @deprecated use `
|
|
7651
|
-
export const outboundSchema =
|
|
7652
|
-
/** @deprecated use `
|
|
7653
|
-
export type Outbound =
|
|
8696
|
+
export namespace Transforms$ {
|
|
8697
|
+
/** @deprecated use `Transforms$inboundSchema` instead. */
|
|
8698
|
+
export const inboundSchema = Transforms$inboundSchema;
|
|
8699
|
+
/** @deprecated use `Transforms$outboundSchema` instead. */
|
|
8700
|
+
export const outboundSchema = Transforms$outboundSchema;
|
|
8701
|
+
/** @deprecated use `Transforms$Outbound` instead. */
|
|
8702
|
+
export type Outbound = Transforms$Outbound;
|
|
7654
8703
|
}
|
|
7655
8704
|
|
|
7656
|
-
export function
|
|
7657
|
-
return JSON.stringify(
|
|
8705
|
+
export function transformsToJSON(transforms: Transforms): string {
|
|
8706
|
+
return JSON.stringify(Transforms$outboundSchema.parse(transforms));
|
|
7658
8707
|
}
|
|
7659
8708
|
|
|
7660
|
-
export function
|
|
8709
|
+
export function transformsFromJSON(
|
|
7661
8710
|
jsonString: string,
|
|
7662
|
-
): SafeParseResult<
|
|
8711
|
+
): SafeParseResult<Transforms, SDKValidationError> {
|
|
7663
8712
|
return safeParse(
|
|
7664
8713
|
jsonString,
|
|
7665
|
-
(x) =>
|
|
7666
|
-
`Failed to parse '
|
|
8714
|
+
(x) => Transforms$inboundSchema.parse(JSON.parse(x)),
|
|
8715
|
+
`Failed to parse 'Transforms' from JSON`,
|
|
7667
8716
|
);
|
|
7668
8717
|
}
|
|
7669
8718
|
|
|
@@ -7743,6 +8792,7 @@ export const Routes1$inboundSchema: z.ZodType<Routes1, z.ZodTypeDef, unknown> =
|
|
|
7743
8792
|
]),
|
|
7744
8793
|
).optional(),
|
|
7745
8794
|
mitigate: z.lazy(() => RoutesMitigate$inboundSchema).optional(),
|
|
8795
|
+
transforms: z.array(z.lazy(() => Transforms$inboundSchema)).optional(),
|
|
7746
8796
|
locale: z.lazy(() => Locale$inboundSchema).optional(),
|
|
7747
8797
|
middlewarePath: z.string().optional(),
|
|
7748
8798
|
middlewareRawSrc: z.array(z.string()).optional(),
|
|
@@ -7764,6 +8814,7 @@ export type Routes1$Outbound = {
|
|
|
7764
8814
|
has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
|
|
7765
8815
|
missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
|
|
7766
8816
|
mitigate?: RoutesMitigate$Outbound | undefined;
|
|
8817
|
+
transforms?: Array<Transforms$Outbound> | undefined;
|
|
7767
8818
|
locale?: Locale$Outbound | undefined;
|
|
7768
8819
|
middlewarePath?: string | undefined;
|
|
7769
8820
|
middlewareRawSrc?: Array<string> | undefined;
|
|
@@ -7799,6 +8850,7 @@ export const Routes1$outboundSchema: z.ZodType<
|
|
|
7799
8850
|
]),
|
|
7800
8851
|
).optional(),
|
|
7801
8852
|
mitigate: z.lazy(() => RoutesMitigate$outboundSchema).optional(),
|
|
8853
|
+
transforms: z.array(z.lazy(() => Transforms$outboundSchema)).optional(),
|
|
7802
8854
|
locale: z.lazy(() => Locale$outboundSchema).optional(),
|
|
7803
8855
|
middlewarePath: z.string().optional(),
|
|
7804
8856
|
middlewareRawSrc: z.array(z.string()).optional(),
|
|
@@ -7901,58 +8953,201 @@ export type CreateDeploymentCrons$Outbound = {
|
|
|
7901
8953
|
};
|
|
7902
8954
|
|
|
7903
8955
|
/** @internal */
|
|
7904
|
-
export const CreateDeploymentCrons$outboundSchema: z.ZodType<
|
|
7905
|
-
CreateDeploymentCrons$Outbound,
|
|
8956
|
+
export const CreateDeploymentCrons$outboundSchema: z.ZodType<
|
|
8957
|
+
CreateDeploymentCrons$Outbound,
|
|
8958
|
+
z.ZodTypeDef,
|
|
8959
|
+
CreateDeploymentCrons
|
|
8960
|
+
> = z.object({
|
|
8961
|
+
schedule: z.string(),
|
|
8962
|
+
path: z.string(),
|
|
8963
|
+
});
|
|
8964
|
+
|
|
8965
|
+
/**
|
|
8966
|
+
* @internal
|
|
8967
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8968
|
+
*/
|
|
8969
|
+
export namespace CreateDeploymentCrons$ {
|
|
8970
|
+
/** @deprecated use `CreateDeploymentCrons$inboundSchema` instead. */
|
|
8971
|
+
export const inboundSchema = CreateDeploymentCrons$inboundSchema;
|
|
8972
|
+
/** @deprecated use `CreateDeploymentCrons$outboundSchema` instead. */
|
|
8973
|
+
export const outboundSchema = CreateDeploymentCrons$outboundSchema;
|
|
8974
|
+
/** @deprecated use `CreateDeploymentCrons$Outbound` instead. */
|
|
8975
|
+
export type Outbound = CreateDeploymentCrons$Outbound;
|
|
8976
|
+
}
|
|
8977
|
+
|
|
8978
|
+
export function createDeploymentCronsToJSON(
|
|
8979
|
+
createDeploymentCrons: CreateDeploymentCrons,
|
|
8980
|
+
): string {
|
|
8981
|
+
return JSON.stringify(
|
|
8982
|
+
CreateDeploymentCrons$outboundSchema.parse(createDeploymentCrons),
|
|
8983
|
+
);
|
|
8984
|
+
}
|
|
8985
|
+
|
|
8986
|
+
export function createDeploymentCronsFromJSON(
|
|
8987
|
+
jsonString: string,
|
|
8988
|
+
): SafeParseResult<CreateDeploymentCrons, SDKValidationError> {
|
|
8989
|
+
return safeParse(
|
|
8990
|
+
jsonString,
|
|
8991
|
+
(x) => CreateDeploymentCrons$inboundSchema.parse(JSON.parse(x)),
|
|
8992
|
+
`Failed to parse 'CreateDeploymentCrons' from JSON`,
|
|
8993
|
+
);
|
|
8994
|
+
}
|
|
8995
|
+
|
|
8996
|
+
/** @internal */
|
|
8997
|
+
export const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<
|
|
8998
|
+
typeof CreateDeploymentState
|
|
8999
|
+
> = z.nativeEnum(CreateDeploymentState);
|
|
9000
|
+
|
|
9001
|
+
/** @internal */
|
|
9002
|
+
export const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<
|
|
9003
|
+
typeof CreateDeploymentState
|
|
9004
|
+
> = CreateDeploymentState$inboundSchema;
|
|
9005
|
+
|
|
9006
|
+
/**
|
|
9007
|
+
* @internal
|
|
9008
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9009
|
+
*/
|
|
9010
|
+
export namespace CreateDeploymentState$ {
|
|
9011
|
+
/** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
|
|
9012
|
+
export const inboundSchema = CreateDeploymentState$inboundSchema;
|
|
9013
|
+
/** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
|
|
9014
|
+
export const outboundSchema = CreateDeploymentState$outboundSchema;
|
|
9015
|
+
}
|
|
9016
|
+
|
|
9017
|
+
/** @internal */
|
|
9018
|
+
export const DeploymentAlias$inboundSchema: z.ZodType<
|
|
9019
|
+
DeploymentAlias,
|
|
9020
|
+
z.ZodTypeDef,
|
|
9021
|
+
unknown
|
|
9022
|
+
> = z.object({
|
|
9023
|
+
state: CreateDeploymentState$inboundSchema,
|
|
9024
|
+
startedAt: z.number(),
|
|
9025
|
+
completedAt: z.number().optional(),
|
|
9026
|
+
});
|
|
9027
|
+
|
|
9028
|
+
/** @internal */
|
|
9029
|
+
export type DeploymentAlias$Outbound = {
|
|
9030
|
+
state: string;
|
|
9031
|
+
startedAt: number;
|
|
9032
|
+
completedAt?: number | undefined;
|
|
9033
|
+
};
|
|
9034
|
+
|
|
9035
|
+
/** @internal */
|
|
9036
|
+
export const DeploymentAlias$outboundSchema: z.ZodType<
|
|
9037
|
+
DeploymentAlias$Outbound,
|
|
9038
|
+
z.ZodTypeDef,
|
|
9039
|
+
DeploymentAlias
|
|
9040
|
+
> = z.object({
|
|
9041
|
+
state: CreateDeploymentState$outboundSchema,
|
|
9042
|
+
startedAt: z.number(),
|
|
9043
|
+
completedAt: z.number().optional(),
|
|
9044
|
+
});
|
|
9045
|
+
|
|
9046
|
+
/**
|
|
9047
|
+
* @internal
|
|
9048
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
9049
|
+
*/
|
|
9050
|
+
export namespace DeploymentAlias$ {
|
|
9051
|
+
/** @deprecated use `DeploymentAlias$inboundSchema` instead. */
|
|
9052
|
+
export const inboundSchema = DeploymentAlias$inboundSchema;
|
|
9053
|
+
/** @deprecated use `DeploymentAlias$outboundSchema` instead. */
|
|
9054
|
+
export const outboundSchema = DeploymentAlias$outboundSchema;
|
|
9055
|
+
/** @deprecated use `DeploymentAlias$Outbound` instead. */
|
|
9056
|
+
export type Outbound = DeploymentAlias$Outbound;
|
|
9057
|
+
}
|
|
9058
|
+
|
|
9059
|
+
export function deploymentAliasToJSON(
|
|
9060
|
+
deploymentAlias: DeploymentAlias,
|
|
9061
|
+
): string {
|
|
9062
|
+
return JSON.stringify(DeploymentAlias$outboundSchema.parse(deploymentAlias));
|
|
9063
|
+
}
|
|
9064
|
+
|
|
9065
|
+
export function deploymentAliasFromJSON(
|
|
9066
|
+
jsonString: string,
|
|
9067
|
+
): SafeParseResult<DeploymentAlias, SDKValidationError> {
|
|
9068
|
+
return safeParse(
|
|
9069
|
+
jsonString,
|
|
9070
|
+
(x) => DeploymentAlias$inboundSchema.parse(JSON.parse(x)),
|
|
9071
|
+
`Failed to parse 'DeploymentAlias' from JSON`,
|
|
9072
|
+
);
|
|
9073
|
+
}
|
|
9074
|
+
|
|
9075
|
+
/** @internal */
|
|
9076
|
+
export const CreateDeploymentChecks$inboundSchema: z.ZodType<
|
|
9077
|
+
CreateDeploymentChecks,
|
|
9078
|
+
z.ZodTypeDef,
|
|
9079
|
+
unknown
|
|
9080
|
+
> = z.object({
|
|
9081
|
+
"deployment-alias": z.lazy(() => DeploymentAlias$inboundSchema),
|
|
9082
|
+
}).transform((v) => {
|
|
9083
|
+
return remap$(v, {
|
|
9084
|
+
"deployment-alias": "deploymentAlias",
|
|
9085
|
+
});
|
|
9086
|
+
});
|
|
9087
|
+
|
|
9088
|
+
/** @internal */
|
|
9089
|
+
export type CreateDeploymentChecks$Outbound = {
|
|
9090
|
+
"deployment-alias": DeploymentAlias$Outbound;
|
|
9091
|
+
};
|
|
9092
|
+
|
|
9093
|
+
/** @internal */
|
|
9094
|
+
export const CreateDeploymentChecks$outboundSchema: z.ZodType<
|
|
9095
|
+
CreateDeploymentChecks$Outbound,
|
|
7906
9096
|
z.ZodTypeDef,
|
|
7907
|
-
|
|
9097
|
+
CreateDeploymentChecks
|
|
7908
9098
|
> = z.object({
|
|
7909
|
-
|
|
7910
|
-
|
|
9099
|
+
deploymentAlias: z.lazy(() => DeploymentAlias$outboundSchema),
|
|
9100
|
+
}).transform((v) => {
|
|
9101
|
+
return remap$(v, {
|
|
9102
|
+
deploymentAlias: "deployment-alias",
|
|
9103
|
+
});
|
|
7911
9104
|
});
|
|
7912
9105
|
|
|
7913
9106
|
/**
|
|
7914
9107
|
* @internal
|
|
7915
9108
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7916
9109
|
*/
|
|
7917
|
-
export namespace
|
|
7918
|
-
/** @deprecated use `
|
|
7919
|
-
export const inboundSchema =
|
|
7920
|
-
/** @deprecated use `
|
|
7921
|
-
export const outboundSchema =
|
|
7922
|
-
/** @deprecated use `
|
|
7923
|
-
export type Outbound =
|
|
9110
|
+
export namespace CreateDeploymentChecks$ {
|
|
9111
|
+
/** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
|
|
9112
|
+
export const inboundSchema = CreateDeploymentChecks$inboundSchema;
|
|
9113
|
+
/** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
|
|
9114
|
+
export const outboundSchema = CreateDeploymentChecks$outboundSchema;
|
|
9115
|
+
/** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
|
|
9116
|
+
export type Outbound = CreateDeploymentChecks$Outbound;
|
|
7924
9117
|
}
|
|
7925
9118
|
|
|
7926
|
-
export function
|
|
7927
|
-
|
|
9119
|
+
export function createDeploymentChecksToJSON(
|
|
9120
|
+
createDeploymentChecks: CreateDeploymentChecks,
|
|
7928
9121
|
): string {
|
|
7929
9122
|
return JSON.stringify(
|
|
7930
|
-
|
|
9123
|
+
CreateDeploymentChecks$outboundSchema.parse(createDeploymentChecks),
|
|
7931
9124
|
);
|
|
7932
9125
|
}
|
|
7933
9126
|
|
|
7934
|
-
export function
|
|
9127
|
+
export function createDeploymentChecksFromJSON(
|
|
7935
9128
|
jsonString: string,
|
|
7936
|
-
): SafeParseResult<
|
|
9129
|
+
): SafeParseResult<CreateDeploymentChecks, SDKValidationError> {
|
|
7937
9130
|
return safeParse(
|
|
7938
9131
|
jsonString,
|
|
7939
|
-
(x) =>
|
|
7940
|
-
`Failed to parse '
|
|
9132
|
+
(x) => CreateDeploymentChecks$inboundSchema.parse(JSON.parse(x)),
|
|
9133
|
+
`Failed to parse 'CreateDeploymentChecks' from JSON`,
|
|
7941
9134
|
);
|
|
7942
9135
|
}
|
|
7943
9136
|
|
|
7944
9137
|
/** @internal */
|
|
7945
|
-
export const
|
|
7946
|
-
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
9138
|
+
export const Applications$inboundSchema: z.ZodType<
|
|
9139
|
+
Applications,
|
|
9140
|
+
z.ZodTypeDef,
|
|
9141
|
+
unknown
|
|
9142
|
+
> = z.object({
|
|
9143
|
+
isDefaultApp: z.boolean().optional(),
|
|
9144
|
+
productionHost: z.string(),
|
|
9145
|
+
deploymentAlias: z.string().optional(),
|
|
9146
|
+
deploymentHost: z.string().optional(),
|
|
9147
|
+
});
|
|
7953
9148
|
|
|
7954
9149
|
/** @internal */
|
|
7955
|
-
export type
|
|
9150
|
+
export type Applications$Outbound = {
|
|
7956
9151
|
isDefaultApp?: boolean | undefined;
|
|
7957
9152
|
productionHost: string;
|
|
7958
9153
|
deploymentAlias?: string | undefined;
|
|
@@ -7960,57 +9155,41 @@ export type CreateDeploymentMicrofrontendsApplications$Outbound = {
|
|
|
7960
9155
|
};
|
|
7961
9156
|
|
|
7962
9157
|
/** @internal */
|
|
7963
|
-
export const
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
});
|
|
9158
|
+
export const Applications$outboundSchema: z.ZodType<
|
|
9159
|
+
Applications$Outbound,
|
|
9160
|
+
z.ZodTypeDef,
|
|
9161
|
+
Applications
|
|
9162
|
+
> = z.object({
|
|
9163
|
+
isDefaultApp: z.boolean().optional(),
|
|
9164
|
+
productionHost: z.string(),
|
|
9165
|
+
deploymentAlias: z.string().optional(),
|
|
9166
|
+
deploymentHost: z.string().optional(),
|
|
9167
|
+
});
|
|
7974
9168
|
|
|
7975
9169
|
/**
|
|
7976
9170
|
* @internal
|
|
7977
9171
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7978
9172
|
*/
|
|
7979
|
-
export namespace
|
|
7980
|
-
/** @deprecated use `
|
|
7981
|
-
export const inboundSchema =
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
|
|
7987
|
-
export type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
9173
|
+
export namespace Applications$ {
|
|
9174
|
+
/** @deprecated use `Applications$inboundSchema` instead. */
|
|
9175
|
+
export const inboundSchema = Applications$inboundSchema;
|
|
9176
|
+
/** @deprecated use `Applications$outboundSchema` instead. */
|
|
9177
|
+
export const outboundSchema = Applications$outboundSchema;
|
|
9178
|
+
/** @deprecated use `Applications$Outbound` instead. */
|
|
9179
|
+
export type Outbound = Applications$Outbound;
|
|
7988
9180
|
}
|
|
7989
9181
|
|
|
7990
|
-
export function
|
|
7991
|
-
|
|
7992
|
-
CreateDeploymentMicrofrontendsApplications,
|
|
7993
|
-
): string {
|
|
7994
|
-
return JSON.stringify(
|
|
7995
|
-
CreateDeploymentMicrofrontendsApplications$outboundSchema.parse(
|
|
7996
|
-
createDeploymentMicrofrontendsApplications,
|
|
7997
|
-
),
|
|
7998
|
-
);
|
|
9182
|
+
export function applicationsToJSON(applications: Applications): string {
|
|
9183
|
+
return JSON.stringify(Applications$outboundSchema.parse(applications));
|
|
7999
9184
|
}
|
|
8000
9185
|
|
|
8001
|
-
export function
|
|
9186
|
+
export function applicationsFromJSON(
|
|
8002
9187
|
jsonString: string,
|
|
8003
|
-
): SafeParseResult<
|
|
8004
|
-
CreateDeploymentMicrofrontendsApplications,
|
|
8005
|
-
SDKValidationError
|
|
8006
|
-
> {
|
|
9188
|
+
): SafeParseResult<Applications, SDKValidationError> {
|
|
8007
9189
|
return safeParse(
|
|
8008
9190
|
jsonString,
|
|
8009
|
-
(x) =>
|
|
8010
|
-
|
|
8011
|
-
JSON.parse(x),
|
|
8012
|
-
),
|
|
8013
|
-
`Failed to parse 'CreateDeploymentMicrofrontendsApplications' from JSON`,
|
|
9191
|
+
(x) => Applications$inboundSchema.parse(JSON.parse(x)),
|
|
9192
|
+
`Failed to parse 'Applications' from JSON`,
|
|
8014
9193
|
);
|
|
8015
9194
|
}
|
|
8016
9195
|
|
|
@@ -8020,24 +9199,22 @@ export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
|
|
|
8020
9199
|
z.ZodTypeDef,
|
|
8021
9200
|
unknown
|
|
8022
9201
|
> = z.object({
|
|
8023
|
-
applications: z.record(
|
|
8024
|
-
z.lazy(() => CreateDeploymentMicrofrontendsApplications$inboundSchema),
|
|
8025
|
-
).optional(),
|
|
9202
|
+
applications: z.record(z.lazy(() => Applications$inboundSchema)).optional(),
|
|
8026
9203
|
isDefaultApp: z.boolean(),
|
|
8027
9204
|
defaultAppProjectName: z.string(),
|
|
8028
9205
|
defaultRoute: z.string().optional(),
|
|
8029
9206
|
groupIds: z.array(z.string()),
|
|
9207
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
8030
9208
|
});
|
|
8031
9209
|
|
|
8032
9210
|
/** @internal */
|
|
8033
9211
|
export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
8034
|
-
applications?: {
|
|
8035
|
-
[k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
8036
|
-
} | undefined;
|
|
9212
|
+
applications?: { [k: string]: Applications$Outbound } | undefined;
|
|
8037
9213
|
isDefaultApp: boolean;
|
|
8038
9214
|
defaultAppProjectName: string;
|
|
8039
9215
|
defaultRoute?: string | undefined;
|
|
8040
9216
|
groupIds: Array<string>;
|
|
9217
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
8041
9218
|
};
|
|
8042
9219
|
|
|
8043
9220
|
/** @internal */
|
|
@@ -8046,13 +9223,12 @@ export const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<
|
|
|
8046
9223
|
z.ZodTypeDef,
|
|
8047
9224
|
CreateDeploymentMicrofrontends2
|
|
8048
9225
|
> = z.object({
|
|
8049
|
-
applications: z.record(
|
|
8050
|
-
z.lazy(() => CreateDeploymentMicrofrontendsApplications$outboundSchema),
|
|
8051
|
-
).optional(),
|
|
9226
|
+
applications: z.record(z.lazy(() => Applications$outboundSchema)).optional(),
|
|
8052
9227
|
isDefaultApp: z.boolean(),
|
|
8053
9228
|
defaultAppProjectName: z.string(),
|
|
8054
9229
|
defaultRoute: z.string().optional(),
|
|
8055
9230
|
groupIds: z.array(z.string()),
|
|
9231
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
8056
9232
|
});
|
|
8057
9233
|
|
|
8058
9234
|
/**
|
|
@@ -8098,6 +9274,7 @@ export const CreateDeploymentMicrofrontends1$inboundSchema: z.ZodType<
|
|
|
8098
9274
|
defaultAppProjectName: z.string(),
|
|
8099
9275
|
defaultRoute: z.string().optional(),
|
|
8100
9276
|
groupIds: z.array(z.string()),
|
|
9277
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
8101
9278
|
});
|
|
8102
9279
|
|
|
8103
9280
|
/** @internal */
|
|
@@ -8106,6 +9283,7 @@ export type CreateDeploymentMicrofrontends1$Outbound = {
|
|
|
8106
9283
|
defaultAppProjectName: string;
|
|
8107
9284
|
defaultRoute?: string | undefined;
|
|
8108
9285
|
groupIds: Array<string>;
|
|
9286
|
+
microfrontendsAlias2Enabled?: boolean | undefined;
|
|
8109
9287
|
};
|
|
8110
9288
|
|
|
8111
9289
|
/** @internal */
|
|
@@ -8118,6 +9296,7 @@ export const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<
|
|
|
8118
9296
|
defaultAppProjectName: z.string(),
|
|
8119
9297
|
defaultRoute: z.string().optional(),
|
|
8120
9298
|
groupIds: z.array(z.string()),
|
|
9299
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
8121
9300
|
});
|
|
8122
9301
|
|
|
8123
9302
|
/**
|
|
@@ -8211,147 +9390,6 @@ export function createDeploymentMicrofrontendsFromJSON(
|
|
|
8211
9390
|
);
|
|
8212
9391
|
}
|
|
8213
9392
|
|
|
8214
|
-
/** @internal */
|
|
8215
|
-
export const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<
|
|
8216
|
-
typeof CreateDeploymentState
|
|
8217
|
-
> = z.nativeEnum(CreateDeploymentState);
|
|
8218
|
-
|
|
8219
|
-
/** @internal */
|
|
8220
|
-
export const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<
|
|
8221
|
-
typeof CreateDeploymentState
|
|
8222
|
-
> = CreateDeploymentState$inboundSchema;
|
|
8223
|
-
|
|
8224
|
-
/**
|
|
8225
|
-
* @internal
|
|
8226
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8227
|
-
*/
|
|
8228
|
-
export namespace CreateDeploymentState$ {
|
|
8229
|
-
/** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
|
|
8230
|
-
export const inboundSchema = CreateDeploymentState$inboundSchema;
|
|
8231
|
-
/** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
|
|
8232
|
-
export const outboundSchema = CreateDeploymentState$outboundSchema;
|
|
8233
|
-
}
|
|
8234
|
-
|
|
8235
|
-
/** @internal */
|
|
8236
|
-
export const DeploymentAlias$inboundSchema: z.ZodType<
|
|
8237
|
-
DeploymentAlias,
|
|
8238
|
-
z.ZodTypeDef,
|
|
8239
|
-
unknown
|
|
8240
|
-
> = z.object({
|
|
8241
|
-
state: CreateDeploymentState$inboundSchema,
|
|
8242
|
-
startedAt: z.number(),
|
|
8243
|
-
completedAt: z.number().optional(),
|
|
8244
|
-
});
|
|
8245
|
-
|
|
8246
|
-
/** @internal */
|
|
8247
|
-
export type DeploymentAlias$Outbound = {
|
|
8248
|
-
state: string;
|
|
8249
|
-
startedAt: number;
|
|
8250
|
-
completedAt?: number | undefined;
|
|
8251
|
-
};
|
|
8252
|
-
|
|
8253
|
-
/** @internal */
|
|
8254
|
-
export const DeploymentAlias$outboundSchema: z.ZodType<
|
|
8255
|
-
DeploymentAlias$Outbound,
|
|
8256
|
-
z.ZodTypeDef,
|
|
8257
|
-
DeploymentAlias
|
|
8258
|
-
> = z.object({
|
|
8259
|
-
state: CreateDeploymentState$outboundSchema,
|
|
8260
|
-
startedAt: z.number(),
|
|
8261
|
-
completedAt: z.number().optional(),
|
|
8262
|
-
});
|
|
8263
|
-
|
|
8264
|
-
/**
|
|
8265
|
-
* @internal
|
|
8266
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8267
|
-
*/
|
|
8268
|
-
export namespace DeploymentAlias$ {
|
|
8269
|
-
/** @deprecated use `DeploymentAlias$inboundSchema` instead. */
|
|
8270
|
-
export const inboundSchema = DeploymentAlias$inboundSchema;
|
|
8271
|
-
/** @deprecated use `DeploymentAlias$outboundSchema` instead. */
|
|
8272
|
-
export const outboundSchema = DeploymentAlias$outboundSchema;
|
|
8273
|
-
/** @deprecated use `DeploymentAlias$Outbound` instead. */
|
|
8274
|
-
export type Outbound = DeploymentAlias$Outbound;
|
|
8275
|
-
}
|
|
8276
|
-
|
|
8277
|
-
export function deploymentAliasToJSON(
|
|
8278
|
-
deploymentAlias: DeploymentAlias,
|
|
8279
|
-
): string {
|
|
8280
|
-
return JSON.stringify(DeploymentAlias$outboundSchema.parse(deploymentAlias));
|
|
8281
|
-
}
|
|
8282
|
-
|
|
8283
|
-
export function deploymentAliasFromJSON(
|
|
8284
|
-
jsonString: string,
|
|
8285
|
-
): SafeParseResult<DeploymentAlias, SDKValidationError> {
|
|
8286
|
-
return safeParse(
|
|
8287
|
-
jsonString,
|
|
8288
|
-
(x) => DeploymentAlias$inboundSchema.parse(JSON.parse(x)),
|
|
8289
|
-
`Failed to parse 'DeploymentAlias' from JSON`,
|
|
8290
|
-
);
|
|
8291
|
-
}
|
|
8292
|
-
|
|
8293
|
-
/** @internal */
|
|
8294
|
-
export const CreateDeploymentChecks$inboundSchema: z.ZodType<
|
|
8295
|
-
CreateDeploymentChecks,
|
|
8296
|
-
z.ZodTypeDef,
|
|
8297
|
-
unknown
|
|
8298
|
-
> = z.object({
|
|
8299
|
-
"deployment-alias": z.lazy(() => DeploymentAlias$inboundSchema),
|
|
8300
|
-
}).transform((v) => {
|
|
8301
|
-
return remap$(v, {
|
|
8302
|
-
"deployment-alias": "deploymentAlias",
|
|
8303
|
-
});
|
|
8304
|
-
});
|
|
8305
|
-
|
|
8306
|
-
/** @internal */
|
|
8307
|
-
export type CreateDeploymentChecks$Outbound = {
|
|
8308
|
-
"deployment-alias": DeploymentAlias$Outbound;
|
|
8309
|
-
};
|
|
8310
|
-
|
|
8311
|
-
/** @internal */
|
|
8312
|
-
export const CreateDeploymentChecks$outboundSchema: z.ZodType<
|
|
8313
|
-
CreateDeploymentChecks$Outbound,
|
|
8314
|
-
z.ZodTypeDef,
|
|
8315
|
-
CreateDeploymentChecks
|
|
8316
|
-
> = z.object({
|
|
8317
|
-
deploymentAlias: z.lazy(() => DeploymentAlias$outboundSchema),
|
|
8318
|
-
}).transform((v) => {
|
|
8319
|
-
return remap$(v, {
|
|
8320
|
-
deploymentAlias: "deployment-alias",
|
|
8321
|
-
});
|
|
8322
|
-
});
|
|
8323
|
-
|
|
8324
|
-
/**
|
|
8325
|
-
* @internal
|
|
8326
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8327
|
-
*/
|
|
8328
|
-
export namespace CreateDeploymentChecks$ {
|
|
8329
|
-
/** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
|
|
8330
|
-
export const inboundSchema = CreateDeploymentChecks$inboundSchema;
|
|
8331
|
-
/** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
|
|
8332
|
-
export const outboundSchema = CreateDeploymentChecks$outboundSchema;
|
|
8333
|
-
/** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
|
|
8334
|
-
export type Outbound = CreateDeploymentChecks$Outbound;
|
|
8335
|
-
}
|
|
8336
|
-
|
|
8337
|
-
export function createDeploymentChecksToJSON(
|
|
8338
|
-
createDeploymentChecks: CreateDeploymentChecks,
|
|
8339
|
-
): string {
|
|
8340
|
-
return JSON.stringify(
|
|
8341
|
-
CreateDeploymentChecks$outboundSchema.parse(createDeploymentChecks),
|
|
8342
|
-
);
|
|
8343
|
-
}
|
|
8344
|
-
|
|
8345
|
-
export function createDeploymentChecksFromJSON(
|
|
8346
|
-
jsonString: string,
|
|
8347
|
-
): SafeParseResult<CreateDeploymentChecks, SDKValidationError> {
|
|
8348
|
-
return safeParse(
|
|
8349
|
-
jsonString,
|
|
8350
|
-
(x) => CreateDeploymentChecks$inboundSchema.parse(JSON.parse(x)),
|
|
8351
|
-
`Failed to parse 'CreateDeploymentChecks' from JSON`,
|
|
8352
|
-
);
|
|
8353
|
-
}
|
|
8354
|
-
|
|
8355
9393
|
/** @internal */
|
|
8356
9394
|
export const CreateDeploymentGitRepoDeploymentsType$inboundSchema:
|
|
8357
9395
|
z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType> = z.nativeEnum(
|
|
@@ -9051,27 +10089,31 @@ export const CreateDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
|
9051
10089
|
version: z.number(),
|
|
9052
10090
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
9053
10091
|
gitSource: z.union([
|
|
9054
|
-
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
9055
10092
|
z.lazy(() => CreateDeploymentGitSource12$inboundSchema),
|
|
10093
|
+
z.lazy(() => CreateDeploymentGitSource15$inboundSchema),
|
|
9056
10094
|
z.lazy(() => CreateDeploymentGitSource4$inboundSchema),
|
|
9057
|
-
z.lazy(() =>
|
|
9058
|
-
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
10095
|
+
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
9059
10096
|
z.lazy(() => CreateDeploymentGitSource11$inboundSchema),
|
|
10097
|
+
z.lazy(() => CreateDeploymentGitSource13$inboundSchema),
|
|
10098
|
+
z.lazy(() => CreateDeploymentGitSource14$inboundSchema),
|
|
9060
10099
|
z.lazy(() => CreateDeploymentGitSource2$inboundSchema),
|
|
9061
10100
|
z.lazy(() => CreateDeploymentGitSource3$inboundSchema),
|
|
9062
|
-
z.lazy(() =>
|
|
10101
|
+
z.lazy(() => CreateDeploymentGitSource6$inboundSchema),
|
|
10102
|
+
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
9063
10103
|
z.lazy(() => CreateDeploymentGitSource1$inboundSchema),
|
|
9064
10104
|
z.lazy(() => CreateDeploymentGitSource5$inboundSchema),
|
|
9065
|
-
z.lazy(() =>
|
|
10105
|
+
z.lazy(() => CreateDeploymentGitSource7$inboundSchema),
|
|
10106
|
+
z.lazy(() => CreateDeploymentGitSource8$inboundSchema),
|
|
9066
10107
|
]).optional(),
|
|
9067
10108
|
meta: z.record(z.string()),
|
|
9068
10109
|
project: z.lazy(() => CreateDeploymentProject$inboundSchema).optional(),
|
|
10110
|
+
nodeVersion: CreateDeploymentNodeVersion$inboundSchema.optional(),
|
|
9069
10111
|
readyState: ReadyState$inboundSchema,
|
|
9070
10112
|
source: CreateDeploymentSource$inboundSchema.optional(),
|
|
9071
10113
|
target: z.nullable(CreateDeploymentTarget$inboundSchema).optional(),
|
|
10114
|
+
errorMessage: z.nullable(z.string()).optional(),
|
|
9072
10115
|
passiveRegions: z.array(z.string()).optional(),
|
|
9073
10116
|
regions: z.array(z.string()),
|
|
9074
|
-
errorMessage: z.nullable(z.string()).optional(),
|
|
9075
10117
|
aliasWarning: z.nullable(z.lazy(() => AliasWarning$inboundSchema)).optional(),
|
|
9076
10118
|
aliasError: z.nullable(z.lazy(() => AliasError$inboundSchema)).optional(),
|
|
9077
10119
|
aliasFinal: z.nullable(z.string()).optional(),
|
|
@@ -9107,11 +10149,11 @@ export const CreateDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
|
9107
10149
|
])),
|
|
9108
10150
|
),
|
|
9109
10151
|
crons: z.array(z.lazy(() => CreateDeploymentCrons$inboundSchema)).optional(),
|
|
10152
|
+
checks: z.lazy(() => CreateDeploymentChecks$inboundSchema).optional(),
|
|
9110
10153
|
microfrontends: z.union([
|
|
9111
10154
|
z.lazy(() => CreateDeploymentMicrofrontends2$inboundSchema),
|
|
9112
10155
|
z.lazy(() => CreateDeploymentMicrofrontends1$inboundSchema),
|
|
9113
10156
|
]).optional(),
|
|
9114
|
-
checks: z.lazy(() => CreateDeploymentChecks$inboundSchema).optional(),
|
|
9115
10157
|
connectBuildsEnabled: z.boolean().optional(),
|
|
9116
10158
|
connectConfigurationId: z.string().optional(),
|
|
9117
10159
|
createdIn: z.string(),
|
|
@@ -9174,27 +10216,31 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
9174
10216
|
version: number;
|
|
9175
10217
|
autoAssignCustomDomains?: boolean | undefined;
|
|
9176
10218
|
gitSource?:
|
|
9177
|
-
| CreateDeploymentGitSource10$Outbound
|
|
9178
10219
|
| CreateDeploymentGitSource12$Outbound
|
|
10220
|
+
| CreateDeploymentGitSource15$Outbound
|
|
9179
10221
|
| CreateDeploymentGitSource4$Outbound
|
|
9180
|
-
|
|
|
9181
|
-
| CreateDeploymentGitSource9$Outbound
|
|
10222
|
+
| CreateDeploymentGitSource10$Outbound
|
|
9182
10223
|
| CreateDeploymentGitSource11$Outbound
|
|
10224
|
+
| CreateDeploymentGitSource13$Outbound
|
|
10225
|
+
| CreateDeploymentGitSource14$Outbound
|
|
9183
10226
|
| CreateDeploymentGitSource2$Outbound
|
|
9184
10227
|
| CreateDeploymentGitSource3$Outbound
|
|
9185
|
-
|
|
|
10228
|
+
| CreateDeploymentGitSource6$Outbound
|
|
10229
|
+
| CreateDeploymentGitSource9$Outbound
|
|
9186
10230
|
| CreateDeploymentGitSource1$Outbound
|
|
9187
10231
|
| CreateDeploymentGitSource5$Outbound
|
|
9188
|
-
|
|
|
10232
|
+
| CreateDeploymentGitSource7$Outbound
|
|
10233
|
+
| CreateDeploymentGitSource8$Outbound
|
|
9189
10234
|
| undefined;
|
|
9190
10235
|
meta: { [k: string]: string };
|
|
9191
10236
|
project?: CreateDeploymentProject$Outbound | undefined;
|
|
10237
|
+
nodeVersion?: string | undefined;
|
|
9192
10238
|
readyState: string;
|
|
9193
10239
|
source?: string | undefined;
|
|
9194
10240
|
target?: string | null | undefined;
|
|
10241
|
+
errorMessage?: string | null | undefined;
|
|
9195
10242
|
passiveRegions?: Array<string> | undefined;
|
|
9196
10243
|
regions: Array<string>;
|
|
9197
|
-
errorMessage?: string | null | undefined;
|
|
9198
10244
|
aliasWarning?: AliasWarning$Outbound | null | undefined;
|
|
9199
10245
|
aliasError?: AliasError$Outbound | null | undefined;
|
|
9200
10246
|
aliasFinal?: string | null | undefined;
|
|
@@ -9221,11 +10267,11 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
9221
10267
|
functions?: { [k: string]: Functions$Outbound } | null | undefined;
|
|
9222
10268
|
routes: Array<Routes3$Outbound | Routes1$Outbound | Routes2$Outbound> | null;
|
|
9223
10269
|
crons?: Array<CreateDeploymentCrons$Outbound> | undefined;
|
|
10270
|
+
checks?: CreateDeploymentChecks$Outbound | undefined;
|
|
9224
10271
|
microfrontends?:
|
|
9225
10272
|
| CreateDeploymentMicrofrontends2$Outbound
|
|
9226
10273
|
| CreateDeploymentMicrofrontends1$Outbound
|
|
9227
10274
|
| undefined;
|
|
9228
|
-
checks?: CreateDeploymentChecks$Outbound | undefined;
|
|
9229
10275
|
connectBuildsEnabled?: boolean | undefined;
|
|
9230
10276
|
connectConfigurationId?: string | undefined;
|
|
9231
10277
|
createdIn: string;
|
|
@@ -9288,27 +10334,31 @@ export const CreateDeploymentResponseBody$outboundSchema: z.ZodType<
|
|
|
9288
10334
|
version: z.number(),
|
|
9289
10335
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
9290
10336
|
gitSource: z.union([
|
|
9291
|
-
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
9292
10337
|
z.lazy(() => CreateDeploymentGitSource12$outboundSchema),
|
|
10338
|
+
z.lazy(() => CreateDeploymentGitSource15$outboundSchema),
|
|
9293
10339
|
z.lazy(() => CreateDeploymentGitSource4$outboundSchema),
|
|
9294
|
-
z.lazy(() =>
|
|
9295
|
-
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
10340
|
+
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
9296
10341
|
z.lazy(() => CreateDeploymentGitSource11$outboundSchema),
|
|
10342
|
+
z.lazy(() => CreateDeploymentGitSource13$outboundSchema),
|
|
10343
|
+
z.lazy(() => CreateDeploymentGitSource14$outboundSchema),
|
|
9297
10344
|
z.lazy(() => CreateDeploymentGitSource2$outboundSchema),
|
|
9298
10345
|
z.lazy(() => CreateDeploymentGitSource3$outboundSchema),
|
|
9299
|
-
z.lazy(() =>
|
|
10346
|
+
z.lazy(() => CreateDeploymentGitSource6$outboundSchema),
|
|
10347
|
+
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
9300
10348
|
z.lazy(() => CreateDeploymentGitSource1$outboundSchema),
|
|
9301
10349
|
z.lazy(() => CreateDeploymentGitSource5$outboundSchema),
|
|
9302
|
-
z.lazy(() =>
|
|
10350
|
+
z.lazy(() => CreateDeploymentGitSource7$outboundSchema),
|
|
10351
|
+
z.lazy(() => CreateDeploymentGitSource8$outboundSchema),
|
|
9303
10352
|
]).optional(),
|
|
9304
10353
|
meta: z.record(z.string()),
|
|
9305
10354
|
project: z.lazy(() => CreateDeploymentProject$outboundSchema).optional(),
|
|
10355
|
+
nodeVersion: CreateDeploymentNodeVersion$outboundSchema.optional(),
|
|
9306
10356
|
readyState: ReadyState$outboundSchema,
|
|
9307
10357
|
source: CreateDeploymentSource$outboundSchema.optional(),
|
|
9308
10358
|
target: z.nullable(CreateDeploymentTarget$outboundSchema).optional(),
|
|
10359
|
+
errorMessage: z.nullable(z.string()).optional(),
|
|
9309
10360
|
passiveRegions: z.array(z.string()).optional(),
|
|
9310
10361
|
regions: z.array(z.string()),
|
|
9311
|
-
errorMessage: z.nullable(z.string()).optional(),
|
|
9312
10362
|
aliasWarning: z.nullable(z.lazy(() => AliasWarning$outboundSchema))
|
|
9313
10363
|
.optional(),
|
|
9314
10364
|
aliasError: z.nullable(z.lazy(() => AliasError$outboundSchema)).optional(),
|
|
@@ -9345,11 +10395,11 @@ export const CreateDeploymentResponseBody$outboundSchema: z.ZodType<
|
|
|
9345
10395
|
])),
|
|
9346
10396
|
),
|
|
9347
10397
|
crons: z.array(z.lazy(() => CreateDeploymentCrons$outboundSchema)).optional(),
|
|
10398
|
+
checks: z.lazy(() => CreateDeploymentChecks$outboundSchema).optional(),
|
|
9348
10399
|
microfrontends: z.union([
|
|
9349
10400
|
z.lazy(() => CreateDeploymentMicrofrontends2$outboundSchema),
|
|
9350
10401
|
z.lazy(() => CreateDeploymentMicrofrontends1$outboundSchema),
|
|
9351
10402
|
]).optional(),
|
|
9352
|
-
checks: z.lazy(() => CreateDeploymentChecks$outboundSchema).optional(),
|
|
9353
10403
|
connectBuildsEnabled: z.boolean().optional(),
|
|
9354
10404
|
connectConfigurationId: z.string().optional(),
|
|
9355
10405
|
createdIn: z.string(),
|