@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
|
@@ -31,9 +31,9 @@ export const GetDeploymentCustomEnvironmentType = {
|
|
|
31
31
|
* The type of matching to perform
|
|
32
32
|
*/
|
|
33
33
|
export const GetDeploymentCustomEnvironmentDeploymentsResponseType = {
|
|
34
|
+
EndsWith: "endsWith",
|
|
34
35
|
StartsWith: "startsWith",
|
|
35
36
|
Equals: "equals",
|
|
36
|
-
EndsWith: "endsWith",
|
|
37
37
|
};
|
|
38
38
|
export const ResponseBodyOomReport = {
|
|
39
39
|
OutOfMemory: "out-of-memory",
|
|
@@ -60,30 +60,39 @@ export const GetDeploymentResponseBodyChecksConclusion = {
|
|
|
60
60
|
Skipped: "skipped",
|
|
61
61
|
Canceled: "canceled",
|
|
62
62
|
};
|
|
63
|
-
export const
|
|
63
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type = {
|
|
64
64
|
Bitbucket: "bitbucket",
|
|
65
65
|
};
|
|
66
|
-
export const
|
|
66
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type = {
|
|
67
67
|
Gitlab: "gitlab",
|
|
68
68
|
};
|
|
69
|
-
export const
|
|
69
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type = {
|
|
70
|
+
GithubLimited: "github-limited",
|
|
71
|
+
};
|
|
72
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type = {
|
|
70
73
|
GithubCustomHost: "github-custom-host",
|
|
71
74
|
};
|
|
72
|
-
export const
|
|
75
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type = {
|
|
73
76
|
Github: "github",
|
|
74
77
|
};
|
|
75
|
-
export const
|
|
78
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type = {
|
|
76
79
|
Custom: "custom",
|
|
77
80
|
};
|
|
78
|
-
export const
|
|
81
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type = {
|
|
79
82
|
Bitbucket: "bitbucket",
|
|
80
83
|
};
|
|
81
|
-
export const
|
|
84
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type = {
|
|
82
85
|
Bitbucket: "bitbucket",
|
|
83
86
|
};
|
|
84
|
-
export const
|
|
87
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type = {
|
|
85
88
|
Gitlab: "gitlab",
|
|
86
89
|
};
|
|
90
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type = {
|
|
91
|
+
GithubLimited: "github-limited",
|
|
92
|
+
};
|
|
93
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type = {
|
|
94
|
+
GithubLimited: "github-limited",
|
|
95
|
+
};
|
|
87
96
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type = {
|
|
88
97
|
GithubCustomHost: "github-custom-host",
|
|
89
98
|
};
|
|
@@ -96,6 +105,19 @@ export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponse
|
|
|
96
105
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type = {
|
|
97
106
|
Github: "github",
|
|
98
107
|
};
|
|
108
|
+
/**
|
|
109
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
110
|
+
*/
|
|
111
|
+
export const GetDeploymentResponseBodyNodeVersion = {
|
|
112
|
+
TwentyTwoDotX: "22.x",
|
|
113
|
+
TwentyDotX: "20.x",
|
|
114
|
+
EighteenDotX: "18.x",
|
|
115
|
+
SixteenDotX: "16.x",
|
|
116
|
+
FourteenDotX: "14.x",
|
|
117
|
+
TwelveDotX: "12.x",
|
|
118
|
+
TenDotX: "10.x",
|
|
119
|
+
EightDot10DotX: "8.10.x",
|
|
120
|
+
};
|
|
99
121
|
/**
|
|
100
122
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
101
123
|
*/
|
|
@@ -165,12 +187,14 @@ export const ResponseBodyFramework = {
|
|
|
165
187
|
SanityV3: "sanity-v3",
|
|
166
188
|
Sanity: "sanity",
|
|
167
189
|
Storybook: "storybook",
|
|
190
|
+
Nitro: "nitro",
|
|
191
|
+
Hono: "hono",
|
|
168
192
|
};
|
|
169
193
|
export const GetDeploymentResponseBodyDeploymentsStatus = {
|
|
170
|
-
Error: "error",
|
|
171
194
|
Skipped: "skipped",
|
|
172
195
|
Pending: "pending",
|
|
173
196
|
Ready: "ready",
|
|
197
|
+
Error: "error",
|
|
174
198
|
Timeout: "timeout",
|
|
175
199
|
};
|
|
176
200
|
/**
|
|
@@ -214,9 +238,9 @@ export const GetDeploymentCustomEnvironmentDeploymentsType = {
|
|
|
214
238
|
* The type of matching to perform
|
|
215
239
|
*/
|
|
216
240
|
export const GetDeploymentCustomEnvironmentDeploymentsResponse200Type = {
|
|
241
|
+
EndsWith: "endsWith",
|
|
217
242
|
StartsWith: "startsWith",
|
|
218
243
|
Equals: "equals",
|
|
219
|
-
EndsWith: "endsWith",
|
|
220
244
|
};
|
|
221
245
|
export const GetDeploymentResponseBodyOomReport = {
|
|
222
246
|
OutOfMemory: "out-of-memory",
|
|
@@ -243,30 +267,39 @@ export const ResponseBodyChecksConclusion = {
|
|
|
243
267
|
Skipped: "skipped",
|
|
244
268
|
Canceled: "canceled",
|
|
245
269
|
};
|
|
246
|
-
export const
|
|
270
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type = {
|
|
247
271
|
Bitbucket: "bitbucket",
|
|
248
272
|
};
|
|
249
|
-
export const
|
|
273
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type = {
|
|
250
274
|
Gitlab: "gitlab",
|
|
251
275
|
};
|
|
252
|
-
export const
|
|
276
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type = {
|
|
277
|
+
GithubLimited: "github-limited",
|
|
278
|
+
};
|
|
279
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type = {
|
|
253
280
|
GithubCustomHost: "github-custom-host",
|
|
254
281
|
};
|
|
255
|
-
export const
|
|
282
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type = {
|
|
256
283
|
Github: "github",
|
|
257
284
|
};
|
|
258
|
-
export const
|
|
285
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type = {
|
|
259
286
|
Custom: "custom",
|
|
260
287
|
};
|
|
261
|
-
export const
|
|
288
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type = {
|
|
262
289
|
Bitbucket: "bitbucket",
|
|
263
290
|
};
|
|
264
|
-
export const
|
|
291
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type = {
|
|
265
292
|
Bitbucket: "bitbucket",
|
|
266
293
|
};
|
|
267
|
-
export const
|
|
294
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = {
|
|
268
295
|
Gitlab: "gitlab",
|
|
269
296
|
};
|
|
297
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType = {
|
|
298
|
+
GithubLimited: "github-limited",
|
|
299
|
+
};
|
|
300
|
+
export const GetDeploymentGitSourceDeploymentsResponse200Type = {
|
|
301
|
+
GithubLimited: "github-limited",
|
|
302
|
+
};
|
|
270
303
|
export const GetDeploymentGitSourceDeploymentsResponseType = {
|
|
271
304
|
GithubCustomHost: "github-custom-host",
|
|
272
305
|
};
|
|
@@ -279,6 +312,19 @@ export const GetDeploymentGitSourceType = {
|
|
|
279
312
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = {
|
|
280
313
|
Github: "github",
|
|
281
314
|
};
|
|
315
|
+
/**
|
|
316
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
317
|
+
*/
|
|
318
|
+
export const ResponseBodyNodeVersion = {
|
|
319
|
+
TwentyTwoDotX: "22.x",
|
|
320
|
+
TwentyDotX: "20.x",
|
|
321
|
+
EighteenDotX: "18.x",
|
|
322
|
+
SixteenDotX: "16.x",
|
|
323
|
+
FourteenDotX: "14.x",
|
|
324
|
+
TwelveDotX: "12.x",
|
|
325
|
+
TenDotX: "10.x",
|
|
326
|
+
EightDot10DotX: "8.10.x",
|
|
327
|
+
};
|
|
282
328
|
/**
|
|
283
329
|
* Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic
|
|
284
330
|
*/
|
|
@@ -310,6 +356,12 @@ export const ResponseBodyArchitecture = {
|
|
|
310
356
|
X8664: "x86_64",
|
|
311
357
|
Arm64: "arm64",
|
|
312
358
|
};
|
|
359
|
+
/**
|
|
360
|
+
* Event type - must be "queue/v1beta" (REQUIRED)
|
|
361
|
+
*/
|
|
362
|
+
export const GetDeploymentResponseBodyDeploymentsResponseType = {
|
|
363
|
+
QueueV1beta: "queue/v1beta",
|
|
364
|
+
};
|
|
313
365
|
export const GetDeploymentRoutesHandle = {
|
|
314
366
|
Error: "error",
|
|
315
367
|
Filesystem: "filesystem",
|
|
@@ -338,6 +390,16 @@ export const GetDeploymentRoutesAction = {
|
|
|
338
390
|
Challenge: "challenge",
|
|
339
391
|
Deny: "deny",
|
|
340
392
|
};
|
|
393
|
+
export const GetDeploymentRoutesType = {
|
|
394
|
+
RequestHeaders: "request.headers",
|
|
395
|
+
RequestQuery: "request.query",
|
|
396
|
+
ResponseHeaders: "response.headers",
|
|
397
|
+
};
|
|
398
|
+
export const GetDeploymentRoutesOp = {
|
|
399
|
+
Append: "append",
|
|
400
|
+
Set: "set",
|
|
401
|
+
Delete: "delete",
|
|
402
|
+
};
|
|
341
403
|
export const GetDeploymentGitRepoDeploymentsType = {
|
|
342
404
|
Bitbucket: "bitbucket",
|
|
343
405
|
};
|
|
@@ -921,6 +983,154 @@ export var GetDeploymentResponseBodyChecksConclusion$;
|
|
|
921
983
|
GetDeploymentResponseBodyChecksConclusion$.outboundSchema = GetDeploymentResponseBodyChecksConclusion$outboundSchema;
|
|
922
984
|
})(GetDeploymentResponseBodyChecksConclusion$ || (GetDeploymentResponseBodyChecksConclusion$ = {}));
|
|
923
985
|
/** @internal */
|
|
986
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type);
|
|
987
|
+
/** @internal */
|
|
988
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
989
|
+
/**
|
|
990
|
+
* @internal
|
|
991
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
992
|
+
*/
|
|
993
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$;
|
|
994
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$) {
|
|
995
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema` instead. */
|
|
996
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
997
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema` instead. */
|
|
998
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema;
|
|
999
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$ = {}));
|
|
1000
|
+
/** @internal */
|
|
1001
|
+
export const GetDeploymentGitSource15$inboundSchema = z.object({
|
|
1002
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema,
|
|
1003
|
+
ref: z.string(),
|
|
1004
|
+
sha: z.string(),
|
|
1005
|
+
owner: z.string().optional(),
|
|
1006
|
+
slug: z.string().optional(),
|
|
1007
|
+
workspaceUuid: z.string(),
|
|
1008
|
+
repoUuid: z.string(),
|
|
1009
|
+
});
|
|
1010
|
+
/** @internal */
|
|
1011
|
+
export const GetDeploymentGitSource15$outboundSchema = z.object({
|
|
1012
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema,
|
|
1013
|
+
ref: z.string(),
|
|
1014
|
+
sha: z.string(),
|
|
1015
|
+
owner: z.string().optional(),
|
|
1016
|
+
slug: z.string().optional(),
|
|
1017
|
+
workspaceUuid: z.string(),
|
|
1018
|
+
repoUuid: z.string(),
|
|
1019
|
+
});
|
|
1020
|
+
/**
|
|
1021
|
+
* @internal
|
|
1022
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1023
|
+
*/
|
|
1024
|
+
export var GetDeploymentGitSource15$;
|
|
1025
|
+
(function (GetDeploymentGitSource15$) {
|
|
1026
|
+
/** @deprecated use `GetDeploymentGitSource15$inboundSchema` instead. */
|
|
1027
|
+
GetDeploymentGitSource15$.inboundSchema = GetDeploymentGitSource15$inboundSchema;
|
|
1028
|
+
/** @deprecated use `GetDeploymentGitSource15$outboundSchema` instead. */
|
|
1029
|
+
GetDeploymentGitSource15$.outboundSchema = GetDeploymentGitSource15$outboundSchema;
|
|
1030
|
+
})(GetDeploymentGitSource15$ || (GetDeploymentGitSource15$ = {}));
|
|
1031
|
+
export function getDeploymentGitSource15ToJSON(getDeploymentGitSource15) {
|
|
1032
|
+
return JSON.stringify(GetDeploymentGitSource15$outboundSchema.parse(getDeploymentGitSource15));
|
|
1033
|
+
}
|
|
1034
|
+
export function getDeploymentGitSource15FromJSON(jsonString) {
|
|
1035
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSource15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSource15' from JSON`);
|
|
1036
|
+
}
|
|
1037
|
+
/** @internal */
|
|
1038
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type);
|
|
1039
|
+
/** @internal */
|
|
1040
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
1041
|
+
/**
|
|
1042
|
+
* @internal
|
|
1043
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1044
|
+
*/
|
|
1045
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$;
|
|
1046
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$) {
|
|
1047
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema` instead. */
|
|
1048
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
1049
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema` instead. */
|
|
1050
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema;
|
|
1051
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$ = {}));
|
|
1052
|
+
/** @internal */
|
|
1053
|
+
export const GetDeploymentGitSource14$inboundSchema = z.object({
|
|
1054
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema,
|
|
1055
|
+
ref: z.string(),
|
|
1056
|
+
sha: z.string(),
|
|
1057
|
+
projectId: z.number(),
|
|
1058
|
+
});
|
|
1059
|
+
/** @internal */
|
|
1060
|
+
export const GetDeploymentGitSource14$outboundSchema = z.object({
|
|
1061
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema,
|
|
1062
|
+
ref: z.string(),
|
|
1063
|
+
sha: z.string(),
|
|
1064
|
+
projectId: z.number(),
|
|
1065
|
+
});
|
|
1066
|
+
/**
|
|
1067
|
+
* @internal
|
|
1068
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1069
|
+
*/
|
|
1070
|
+
export var GetDeploymentGitSource14$;
|
|
1071
|
+
(function (GetDeploymentGitSource14$) {
|
|
1072
|
+
/** @deprecated use `GetDeploymentGitSource14$inboundSchema` instead. */
|
|
1073
|
+
GetDeploymentGitSource14$.inboundSchema = GetDeploymentGitSource14$inboundSchema;
|
|
1074
|
+
/** @deprecated use `GetDeploymentGitSource14$outboundSchema` instead. */
|
|
1075
|
+
GetDeploymentGitSource14$.outboundSchema = GetDeploymentGitSource14$outboundSchema;
|
|
1076
|
+
})(GetDeploymentGitSource14$ || (GetDeploymentGitSource14$ = {}));
|
|
1077
|
+
export function getDeploymentGitSource14ToJSON(getDeploymentGitSource14) {
|
|
1078
|
+
return JSON.stringify(GetDeploymentGitSource14$outboundSchema.parse(getDeploymentGitSource14));
|
|
1079
|
+
}
|
|
1080
|
+
export function getDeploymentGitSource14FromJSON(jsonString) {
|
|
1081
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSource14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSource14' from JSON`);
|
|
1082
|
+
}
|
|
1083
|
+
/** @internal */
|
|
1084
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type);
|
|
1085
|
+
/** @internal */
|
|
1086
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
1087
|
+
/**
|
|
1088
|
+
* @internal
|
|
1089
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1090
|
+
*/
|
|
1091
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$;
|
|
1092
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$) {
|
|
1093
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema` instead. */
|
|
1094
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
1095
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema` instead. */
|
|
1096
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema;
|
|
1097
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$ = {}));
|
|
1098
|
+
/** @internal */
|
|
1099
|
+
export const GetDeploymentGitSource13$inboundSchema = z.object({
|
|
1100
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema,
|
|
1101
|
+
ref: z.string(),
|
|
1102
|
+
sha: z.string(),
|
|
1103
|
+
repoId: z.number(),
|
|
1104
|
+
org: z.string().optional(),
|
|
1105
|
+
repo: z.string().optional(),
|
|
1106
|
+
});
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export const GetDeploymentGitSource13$outboundSchema = z.object({
|
|
1109
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema,
|
|
1110
|
+
ref: z.string(),
|
|
1111
|
+
sha: z.string(),
|
|
1112
|
+
repoId: z.number(),
|
|
1113
|
+
org: z.string().optional(),
|
|
1114
|
+
repo: z.string().optional(),
|
|
1115
|
+
});
|
|
1116
|
+
/**
|
|
1117
|
+
* @internal
|
|
1118
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1119
|
+
*/
|
|
1120
|
+
export var GetDeploymentGitSource13$;
|
|
1121
|
+
(function (GetDeploymentGitSource13$) {
|
|
1122
|
+
/** @deprecated use `GetDeploymentGitSource13$inboundSchema` instead. */
|
|
1123
|
+
GetDeploymentGitSource13$.inboundSchema = GetDeploymentGitSource13$inboundSchema;
|
|
1124
|
+
/** @deprecated use `GetDeploymentGitSource13$outboundSchema` instead. */
|
|
1125
|
+
GetDeploymentGitSource13$.outboundSchema = GetDeploymentGitSource13$outboundSchema;
|
|
1126
|
+
})(GetDeploymentGitSource13$ || (GetDeploymentGitSource13$ = {}));
|
|
1127
|
+
export function getDeploymentGitSource13ToJSON(getDeploymentGitSource13) {
|
|
1128
|
+
return JSON.stringify(GetDeploymentGitSource13$outboundSchema.parse(getDeploymentGitSource13));
|
|
1129
|
+
}
|
|
1130
|
+
export function getDeploymentGitSource13FromJSON(jsonString) {
|
|
1131
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSource13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSource13' from JSON`);
|
|
1132
|
+
}
|
|
1133
|
+
/** @internal */
|
|
924
1134
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type);
|
|
925
1135
|
/** @internal */
|
|
926
1136
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
|
|
@@ -938,22 +1148,22 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
938
1148
|
/** @internal */
|
|
939
1149
|
export const GetDeploymentGitSource12$inboundSchema = z.object({
|
|
940
1150
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
|
|
1151
|
+
host: z.string(),
|
|
941
1152
|
ref: z.string(),
|
|
942
1153
|
sha: z.string(),
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
repoUuid: z.string(),
|
|
1154
|
+
repoId: z.number(),
|
|
1155
|
+
org: z.string().optional(),
|
|
1156
|
+
repo: z.string().optional(),
|
|
947
1157
|
});
|
|
948
1158
|
/** @internal */
|
|
949
1159
|
export const GetDeploymentGitSource12$outboundSchema = z.object({
|
|
950
1160
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
|
|
1161
|
+
host: z.string(),
|
|
951
1162
|
ref: z.string(),
|
|
952
1163
|
sha: z.string(),
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
repoUuid: z.string(),
|
|
1164
|
+
repoId: z.number(),
|
|
1165
|
+
org: z.string().optional(),
|
|
1166
|
+
repo: z.string().optional(),
|
|
957
1167
|
});
|
|
958
1168
|
/**
|
|
959
1169
|
* @internal
|
|
@@ -992,14 +1202,18 @@ export const GetDeploymentGitSource11$inboundSchema = z.object({
|
|
|
992
1202
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
|
|
993
1203
|
ref: z.string(),
|
|
994
1204
|
sha: z.string(),
|
|
995
|
-
|
|
1205
|
+
repoId: z.number(),
|
|
1206
|
+
org: z.string().optional(),
|
|
1207
|
+
repo: z.string().optional(),
|
|
996
1208
|
});
|
|
997
1209
|
/** @internal */
|
|
998
1210
|
export const GetDeploymentGitSource11$outboundSchema = z.object({
|
|
999
1211
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
|
|
1000
1212
|
ref: z.string(),
|
|
1001
1213
|
sha: z.string(),
|
|
1002
|
-
|
|
1214
|
+
repoId: z.number(),
|
|
1215
|
+
org: z.string().optional(),
|
|
1216
|
+
repo: z.string().optional(),
|
|
1003
1217
|
});
|
|
1004
1218
|
/**
|
|
1005
1219
|
* @internal
|
|
@@ -1036,22 +1250,16 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1036
1250
|
/** @internal */
|
|
1037
1251
|
export const GetDeploymentGitSource10$inboundSchema = z.object({
|
|
1038
1252
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
|
|
1039
|
-
host: z.string(),
|
|
1040
1253
|
ref: z.string(),
|
|
1041
1254
|
sha: z.string(),
|
|
1042
|
-
|
|
1043
|
-
org: z.string().optional(),
|
|
1044
|
-
repo: z.string().optional(),
|
|
1255
|
+
gitUrl: z.string(),
|
|
1045
1256
|
});
|
|
1046
1257
|
/** @internal */
|
|
1047
1258
|
export const GetDeploymentGitSource10$outboundSchema = z.object({
|
|
1048
1259
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
|
|
1049
|
-
host: z.string(),
|
|
1050
1260
|
ref: z.string(),
|
|
1051
1261
|
sha: z.string(),
|
|
1052
|
-
|
|
1053
|
-
org: z.string().optional(),
|
|
1054
|
-
repo: z.string().optional(),
|
|
1262
|
+
gitUrl: z.string(),
|
|
1055
1263
|
});
|
|
1056
1264
|
/**
|
|
1057
1265
|
* @internal
|
|
@@ -1088,20 +1296,20 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1088
1296
|
/** @internal */
|
|
1089
1297
|
export const GetDeploymentGitSource9$inboundSchema = z.object({
|
|
1090
1298
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1299
|
+
owner: z.string(),
|
|
1300
|
+
slug: z.string(),
|
|
1301
|
+
ref: z.nullable(z.string()).optional(),
|
|
1302
|
+
sha: z.string().optional(),
|
|
1303
|
+
prId: z.nullable(z.number()).optional(),
|
|
1096
1304
|
});
|
|
1097
1305
|
/** @internal */
|
|
1098
1306
|
export const GetDeploymentGitSource9$outboundSchema = z.object({
|
|
1099
1307
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1308
|
+
owner: z.string(),
|
|
1309
|
+
slug: z.string(),
|
|
1310
|
+
ref: z.nullable(z.string()).optional(),
|
|
1311
|
+
sha: z.string().optional(),
|
|
1312
|
+
prId: z.nullable(z.number()).optional(),
|
|
1105
1313
|
});
|
|
1106
1314
|
/**
|
|
1107
1315
|
* @internal
|
|
@@ -1138,16 +1346,20 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1138
1346
|
/** @internal */
|
|
1139
1347
|
export const GetDeploymentGitSource8$inboundSchema = z.object({
|
|
1140
1348
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1349
|
+
workspaceUuid: z.string().optional(),
|
|
1350
|
+
repoUuid: z.string(),
|
|
1351
|
+
ref: z.nullable(z.string()).optional(),
|
|
1352
|
+
sha: z.string().optional(),
|
|
1353
|
+
prId: z.nullable(z.number()).optional(),
|
|
1144
1354
|
});
|
|
1145
1355
|
/** @internal */
|
|
1146
1356
|
export const GetDeploymentGitSource8$outboundSchema = z.object({
|
|
1147
1357
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1358
|
+
workspaceUuid: z.string().optional(),
|
|
1359
|
+
repoUuid: z.string(),
|
|
1360
|
+
ref: z.nullable(z.string()).optional(),
|
|
1361
|
+
sha: z.string().optional(),
|
|
1362
|
+
prId: z.nullable(z.number()).optional(),
|
|
1151
1363
|
});
|
|
1152
1364
|
/**
|
|
1153
1365
|
* @internal
|
|
@@ -1182,10 +1394,30 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1182
1394
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema;
|
|
1183
1395
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$ = {}));
|
|
1184
1396
|
/** @internal */
|
|
1397
|
+
export const GetDeploymentGitSourceDeploymentsProjectId$inboundSchema = z.union([z.string(), z.number()]);
|
|
1398
|
+
/** @internal */
|
|
1399
|
+
export const GetDeploymentGitSourceDeploymentsProjectId$outboundSchema = z.union([z.string(), z.number()]);
|
|
1400
|
+
/**
|
|
1401
|
+
* @internal
|
|
1402
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1403
|
+
*/
|
|
1404
|
+
export var GetDeploymentGitSourceDeploymentsProjectId$;
|
|
1405
|
+
(function (GetDeploymentGitSourceDeploymentsProjectId$) {
|
|
1406
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$inboundSchema` instead. */
|
|
1407
|
+
GetDeploymentGitSourceDeploymentsProjectId$.inboundSchema = GetDeploymentGitSourceDeploymentsProjectId$inboundSchema;
|
|
1408
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsProjectId$outboundSchema` instead. */
|
|
1409
|
+
GetDeploymentGitSourceDeploymentsProjectId$.outboundSchema = GetDeploymentGitSourceDeploymentsProjectId$outboundSchema;
|
|
1410
|
+
})(GetDeploymentGitSourceDeploymentsProjectId$ || (GetDeploymentGitSourceDeploymentsProjectId$ = {}));
|
|
1411
|
+
export function getDeploymentGitSourceDeploymentsProjectIdToJSON(getDeploymentGitSourceDeploymentsProjectId) {
|
|
1412
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsProjectId$outboundSchema.parse(getDeploymentGitSourceDeploymentsProjectId));
|
|
1413
|
+
}
|
|
1414
|
+
export function getDeploymentGitSourceDeploymentsProjectIdFromJSON(jsonString) {
|
|
1415
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsProjectId' from JSON`);
|
|
1416
|
+
}
|
|
1417
|
+
/** @internal */
|
|
1185
1418
|
export const GetDeploymentGitSource7$inboundSchema = z.object({
|
|
1186
1419
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema,
|
|
1187
|
-
|
|
1188
|
-
slug: z.string(),
|
|
1420
|
+
projectId: z.union([z.string(), z.number()]),
|
|
1189
1421
|
ref: z.nullable(z.string()).optional(),
|
|
1190
1422
|
sha: z.string().optional(),
|
|
1191
1423
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1193,8 +1425,7 @@ export const GetDeploymentGitSource7$inboundSchema = z.object({
|
|
|
1193
1425
|
/** @internal */
|
|
1194
1426
|
export const GetDeploymentGitSource7$outboundSchema = z.object({
|
|
1195
1427
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema,
|
|
1196
|
-
|
|
1197
|
-
slug: z.string(),
|
|
1428
|
+
projectId: z.union([z.string(), z.number()]),
|
|
1198
1429
|
ref: z.nullable(z.string()).optional(),
|
|
1199
1430
|
sha: z.string().optional(),
|
|
1200
1431
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1234,8 +1465,8 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1234
1465
|
/** @internal */
|
|
1235
1466
|
export const GetDeploymentGitSource6$inboundSchema = z.object({
|
|
1236
1467
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema,
|
|
1237
|
-
|
|
1238
|
-
|
|
1468
|
+
org: z.string(),
|
|
1469
|
+
repo: z.string(),
|
|
1239
1470
|
ref: z.nullable(z.string()).optional(),
|
|
1240
1471
|
sha: z.string().optional(),
|
|
1241
1472
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1243,8 +1474,8 @@ export const GetDeploymentGitSource6$inboundSchema = z.object({
|
|
|
1243
1474
|
/** @internal */
|
|
1244
1475
|
export const GetDeploymentGitSource6$outboundSchema = z.object({
|
|
1245
1476
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema,
|
|
1246
|
-
|
|
1247
|
-
|
|
1477
|
+
org: z.string(),
|
|
1478
|
+
repo: z.string(),
|
|
1248
1479
|
ref: z.nullable(z.string()).optional(),
|
|
1249
1480
|
sha: z.string().optional(),
|
|
1250
1481
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1282,30 +1513,30 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1282
1513
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema;
|
|
1283
1514
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$ = {}));
|
|
1284
1515
|
/** @internal */
|
|
1285
|
-
export const
|
|
1516
|
+
export const GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
1286
1517
|
/** @internal */
|
|
1287
|
-
export const
|
|
1518
|
+
export const GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
1288
1519
|
/**
|
|
1289
1520
|
* @internal
|
|
1290
1521
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1291
1522
|
*/
|
|
1292
|
-
export var
|
|
1293
|
-
(function (
|
|
1294
|
-
/** @deprecated use `
|
|
1295
|
-
|
|
1296
|
-
/** @deprecated use `
|
|
1297
|
-
|
|
1298
|
-
})(
|
|
1299
|
-
export function
|
|
1300
|
-
return JSON.stringify(
|
|
1523
|
+
export var GetDeploymentGitSourceDeploymentsResponse200RepoId$;
|
|
1524
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200RepoId$) {
|
|
1525
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema` instead. */
|
|
1526
|
+
GetDeploymentGitSourceDeploymentsResponse200RepoId$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema;
|
|
1527
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema` instead. */
|
|
1528
|
+
GetDeploymentGitSourceDeploymentsResponse200RepoId$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema;
|
|
1529
|
+
})(GetDeploymentGitSourceDeploymentsResponse200RepoId$ || (GetDeploymentGitSourceDeploymentsResponse200RepoId$ = {}));
|
|
1530
|
+
export function getDeploymentGitSourceDeploymentsResponse200RepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200RepoId) {
|
|
1531
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema.parse(getDeploymentGitSourceDeploymentsResponse200RepoId));
|
|
1301
1532
|
}
|
|
1302
|
-
export function
|
|
1303
|
-
return safeParse(jsonString, (x) =>
|
|
1533
|
+
export function getDeploymentGitSourceDeploymentsResponse200RepoIdFromJSON(jsonString) {
|
|
1534
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200RepoId' from JSON`);
|
|
1304
1535
|
}
|
|
1305
1536
|
/** @internal */
|
|
1306
1537
|
export const GetDeploymentGitSource5$inboundSchema = z.object({
|
|
1307
1538
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema,
|
|
1308
|
-
|
|
1539
|
+
repoId: z.union([z.string(), z.number()]),
|
|
1309
1540
|
ref: z.nullable(z.string()).optional(),
|
|
1310
1541
|
sha: z.string().optional(),
|
|
1311
1542
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1313,7 +1544,7 @@ export const GetDeploymentGitSource5$inboundSchema = z.object({
|
|
|
1313
1544
|
/** @internal */
|
|
1314
1545
|
export const GetDeploymentGitSource5$outboundSchema = z.object({
|
|
1315
1546
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema,
|
|
1316
|
-
|
|
1547
|
+
repoId: z.union([z.string(), z.number()]),
|
|
1317
1548
|
ref: z.nullable(z.string()).optional(),
|
|
1318
1549
|
sha: z.string().optional(),
|
|
1319
1550
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -1403,25 +1634,25 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1403
1634
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$outboundSchema;
|
|
1404
1635
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$ = {}));
|
|
1405
1636
|
/** @internal */
|
|
1406
|
-
export const
|
|
1637
|
+
export const GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
1407
1638
|
/** @internal */
|
|
1408
|
-
export const
|
|
1639
|
+
export const GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
1409
1640
|
/**
|
|
1410
1641
|
* @internal
|
|
1411
1642
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1412
1643
|
*/
|
|
1413
|
-
export var
|
|
1414
|
-
(function (
|
|
1415
|
-
/** @deprecated use `
|
|
1416
|
-
|
|
1417
|
-
/** @deprecated use `
|
|
1418
|
-
|
|
1419
|
-
})(
|
|
1420
|
-
export function
|
|
1421
|
-
return JSON.stringify(
|
|
1644
|
+
export var GetDeploymentGitSourceDeploymentsResponseRepoId$;
|
|
1645
|
+
(function (GetDeploymentGitSourceDeploymentsResponseRepoId$) {
|
|
1646
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema` instead. */
|
|
1647
|
+
GetDeploymentGitSourceDeploymentsResponseRepoId$.inboundSchema = GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema;
|
|
1648
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema` instead. */
|
|
1649
|
+
GetDeploymentGitSourceDeploymentsResponseRepoId$.outboundSchema = GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema;
|
|
1650
|
+
})(GetDeploymentGitSourceDeploymentsResponseRepoId$ || (GetDeploymentGitSourceDeploymentsResponseRepoId$ = {}));
|
|
1651
|
+
export function getDeploymentGitSourceDeploymentsResponseRepoIdToJSON(getDeploymentGitSourceDeploymentsResponseRepoId) {
|
|
1652
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema.parse(getDeploymentGitSourceDeploymentsResponseRepoId));
|
|
1422
1653
|
}
|
|
1423
|
-
export function
|
|
1424
|
-
return safeParse(jsonString, (x) =>
|
|
1654
|
+
export function getDeploymentGitSourceDeploymentsResponseRepoIdFromJSON(jsonString) {
|
|
1655
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsResponseRepoId' from JSON`);
|
|
1425
1656
|
}
|
|
1426
1657
|
/** @internal */
|
|
1427
1658
|
export const GetDeploymentGitSource3$inboundSchema = z.object({
|
|
@@ -1524,25 +1755,25 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
1524
1755
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$outboundSchema;
|
|
1525
1756
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$ = {}));
|
|
1526
1757
|
/** @internal */
|
|
1527
|
-
export const
|
|
1758
|
+
export const GetDeploymentGitSourceDeploymentsRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
1528
1759
|
/** @internal */
|
|
1529
|
-
export const
|
|
1760
|
+
export const GetDeploymentGitSourceDeploymentsRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
1530
1761
|
/**
|
|
1531
1762
|
* @internal
|
|
1532
1763
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1533
1764
|
*/
|
|
1534
|
-
export var
|
|
1535
|
-
(function (
|
|
1536
|
-
/** @deprecated use `
|
|
1537
|
-
|
|
1538
|
-
/** @deprecated use `
|
|
1539
|
-
|
|
1540
|
-
})(
|
|
1541
|
-
export function
|
|
1542
|
-
return JSON.stringify(
|
|
1765
|
+
export var GetDeploymentGitSourceDeploymentsRepoId$;
|
|
1766
|
+
(function (GetDeploymentGitSourceDeploymentsRepoId$) {
|
|
1767
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
1768
|
+
GetDeploymentGitSourceDeploymentsRepoId$.inboundSchema = GetDeploymentGitSourceDeploymentsRepoId$inboundSchema;
|
|
1769
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
1770
|
+
GetDeploymentGitSourceDeploymentsRepoId$.outboundSchema = GetDeploymentGitSourceDeploymentsRepoId$outboundSchema;
|
|
1771
|
+
})(GetDeploymentGitSourceDeploymentsRepoId$ || (GetDeploymentGitSourceDeploymentsRepoId$ = {}));
|
|
1772
|
+
export function getDeploymentGitSourceDeploymentsRepoIdToJSON(getDeploymentGitSourceDeploymentsRepoId) {
|
|
1773
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(getDeploymentGitSourceDeploymentsRepoId));
|
|
1543
1774
|
}
|
|
1544
|
-
export function
|
|
1545
|
-
return safeParse(jsonString, (x) =>
|
|
1775
|
+
export function getDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString) {
|
|
1776
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsRepoId' from JSON`);
|
|
1546
1777
|
}
|
|
1547
1778
|
/** @internal */
|
|
1548
1779
|
export const GetDeploymentGitSource1$inboundSchema = z.object({
|
|
@@ -1579,33 +1810,39 @@ export function getDeploymentGitSource1FromJSON(jsonString) {
|
|
|
1579
1810
|
}
|
|
1580
1811
|
/** @internal */
|
|
1581
1812
|
export const ResponseBodyGitSource$inboundSchema = z.union([
|
|
1582
|
-
z.lazy(() => GetDeploymentGitSource10$inboundSchema),
|
|
1583
1813
|
z.lazy(() => GetDeploymentGitSource12$inboundSchema),
|
|
1814
|
+
z.lazy(() => GetDeploymentGitSource15$inboundSchema),
|
|
1584
1815
|
z.lazy(() => GetDeploymentGitSource4$inboundSchema),
|
|
1585
|
-
z.lazy(() =>
|
|
1586
|
-
z.lazy(() => GetDeploymentGitSource9$inboundSchema),
|
|
1816
|
+
z.lazy(() => GetDeploymentGitSource10$inboundSchema),
|
|
1587
1817
|
z.lazy(() => GetDeploymentGitSource11$inboundSchema),
|
|
1818
|
+
z.lazy(() => GetDeploymentGitSource13$inboundSchema),
|
|
1819
|
+
z.lazy(() => GetDeploymentGitSource14$inboundSchema),
|
|
1588
1820
|
z.lazy(() => GetDeploymentGitSource2$inboundSchema),
|
|
1589
1821
|
z.lazy(() => GetDeploymentGitSource3$inboundSchema),
|
|
1590
|
-
z.lazy(() =>
|
|
1822
|
+
z.lazy(() => GetDeploymentGitSource6$inboundSchema),
|
|
1823
|
+
z.lazy(() => GetDeploymentGitSource9$inboundSchema),
|
|
1591
1824
|
z.lazy(() => GetDeploymentGitSource1$inboundSchema),
|
|
1592
1825
|
z.lazy(() => GetDeploymentGitSource5$inboundSchema),
|
|
1593
|
-
z.lazy(() =>
|
|
1826
|
+
z.lazy(() => GetDeploymentGitSource7$inboundSchema),
|
|
1827
|
+
z.lazy(() => GetDeploymentGitSource8$inboundSchema),
|
|
1594
1828
|
]);
|
|
1595
1829
|
/** @internal */
|
|
1596
1830
|
export const ResponseBodyGitSource$outboundSchema = z.union([
|
|
1597
|
-
z.lazy(() => GetDeploymentGitSource10$outboundSchema),
|
|
1598
1831
|
z.lazy(() => GetDeploymentGitSource12$outboundSchema),
|
|
1832
|
+
z.lazy(() => GetDeploymentGitSource15$outboundSchema),
|
|
1599
1833
|
z.lazy(() => GetDeploymentGitSource4$outboundSchema),
|
|
1600
|
-
z.lazy(() =>
|
|
1601
|
-
z.lazy(() => GetDeploymentGitSource9$outboundSchema),
|
|
1834
|
+
z.lazy(() => GetDeploymentGitSource10$outboundSchema),
|
|
1602
1835
|
z.lazy(() => GetDeploymentGitSource11$outboundSchema),
|
|
1836
|
+
z.lazy(() => GetDeploymentGitSource13$outboundSchema),
|
|
1837
|
+
z.lazy(() => GetDeploymentGitSource14$outboundSchema),
|
|
1603
1838
|
z.lazy(() => GetDeploymentGitSource2$outboundSchema),
|
|
1604
1839
|
z.lazy(() => GetDeploymentGitSource3$outboundSchema),
|
|
1605
|
-
z.lazy(() =>
|
|
1840
|
+
z.lazy(() => GetDeploymentGitSource6$outboundSchema),
|
|
1841
|
+
z.lazy(() => GetDeploymentGitSource9$outboundSchema),
|
|
1606
1842
|
z.lazy(() => GetDeploymentGitSource1$outboundSchema),
|
|
1607
1843
|
z.lazy(() => GetDeploymentGitSource5$outboundSchema),
|
|
1608
|
-
z.lazy(() =>
|
|
1844
|
+
z.lazy(() => GetDeploymentGitSource7$outboundSchema),
|
|
1845
|
+
z.lazy(() => GetDeploymentGitSource8$outboundSchema),
|
|
1609
1846
|
]);
|
|
1610
1847
|
/**
|
|
1611
1848
|
* @internal
|
|
@@ -1625,6 +1862,21 @@ export function responseBodyGitSourceFromJSON(jsonString) {
|
|
|
1625
1862
|
return safeParse(jsonString, (x) => ResponseBodyGitSource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBodyGitSource' from JSON`);
|
|
1626
1863
|
}
|
|
1627
1864
|
/** @internal */
|
|
1865
|
+
export const GetDeploymentResponseBodyNodeVersion$inboundSchema = z.nativeEnum(GetDeploymentResponseBodyNodeVersion);
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
export const GetDeploymentResponseBodyNodeVersion$outboundSchema = GetDeploymentResponseBodyNodeVersion$inboundSchema;
|
|
1868
|
+
/**
|
|
1869
|
+
* @internal
|
|
1870
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1871
|
+
*/
|
|
1872
|
+
export var GetDeploymentResponseBodyNodeVersion$;
|
|
1873
|
+
(function (GetDeploymentResponseBodyNodeVersion$) {
|
|
1874
|
+
/** @deprecated use `GetDeploymentResponseBodyNodeVersion$inboundSchema` instead. */
|
|
1875
|
+
GetDeploymentResponseBodyNodeVersion$.inboundSchema = GetDeploymentResponseBodyNodeVersion$inboundSchema;
|
|
1876
|
+
/** @deprecated use `GetDeploymentResponseBodyNodeVersion$outboundSchema` instead. */
|
|
1877
|
+
GetDeploymentResponseBodyNodeVersion$.outboundSchema = GetDeploymentResponseBodyNodeVersion$outboundSchema;
|
|
1878
|
+
})(GetDeploymentResponseBodyNodeVersion$ || (GetDeploymentResponseBodyNodeVersion$ = {}));
|
|
1879
|
+
/** @internal */
|
|
1628
1880
|
export const GetDeploymentResponseBodyProject$inboundSchema = z.object({
|
|
1629
1881
|
id: z.string(),
|
|
1630
1882
|
name: z.string(),
|
|
@@ -1797,21 +2049,25 @@ export const GetDeploymentResponseBody2$inboundSchema = z.object({
|
|
|
1797
2049
|
errorStep: z.string().optional(),
|
|
1798
2050
|
passiveRegions: z.array(z.string()).optional(),
|
|
1799
2051
|
gitSource: z.union([
|
|
1800
|
-
z.lazy(() => GetDeploymentGitSource10$inboundSchema),
|
|
1801
2052
|
z.lazy(() => GetDeploymentGitSource12$inboundSchema),
|
|
2053
|
+
z.lazy(() => GetDeploymentGitSource15$inboundSchema),
|
|
1802
2054
|
z.lazy(() => GetDeploymentGitSource4$inboundSchema),
|
|
1803
|
-
z.lazy(() =>
|
|
1804
|
-
z.lazy(() => GetDeploymentGitSource9$inboundSchema),
|
|
2055
|
+
z.lazy(() => GetDeploymentGitSource10$inboundSchema),
|
|
1805
2056
|
z.lazy(() => GetDeploymentGitSource11$inboundSchema),
|
|
2057
|
+
z.lazy(() => GetDeploymentGitSource13$inboundSchema),
|
|
2058
|
+
z.lazy(() => GetDeploymentGitSource14$inboundSchema),
|
|
1806
2059
|
z.lazy(() => GetDeploymentGitSource2$inboundSchema),
|
|
1807
2060
|
z.lazy(() => GetDeploymentGitSource3$inboundSchema),
|
|
1808
|
-
z.lazy(() =>
|
|
2061
|
+
z.lazy(() => GetDeploymentGitSource6$inboundSchema),
|
|
2062
|
+
z.lazy(() => GetDeploymentGitSource9$inboundSchema),
|
|
1809
2063
|
z.lazy(() => GetDeploymentGitSource1$inboundSchema),
|
|
1810
2064
|
z.lazy(() => GetDeploymentGitSource5$inboundSchema),
|
|
1811
|
-
z.lazy(() =>
|
|
2065
|
+
z.lazy(() => GetDeploymentGitSource7$inboundSchema),
|
|
2066
|
+
z.lazy(() => GetDeploymentGitSource8$inboundSchema),
|
|
1812
2067
|
]).optional(),
|
|
1813
2068
|
meta: z.record(z.string()),
|
|
1814
2069
|
originCacheRegion: z.string().optional(),
|
|
2070
|
+
nodeVersion: GetDeploymentResponseBodyNodeVersion$inboundSchema.optional(),
|
|
1815
2071
|
project: z.lazy(() => GetDeploymentResponseBodyProject$inboundSchema)
|
|
1816
2072
|
.optional(),
|
|
1817
2073
|
readySubstate: GetDeploymentResponseBodyReadySubstate$inboundSchema
|
|
@@ -1872,21 +2128,25 @@ export const GetDeploymentResponseBody2$outboundSchema = z.object({
|
|
|
1872
2128
|
errorStep: z.string().optional(),
|
|
1873
2129
|
passiveRegions: z.array(z.string()).optional(),
|
|
1874
2130
|
gitSource: z.union([
|
|
1875
|
-
z.lazy(() => GetDeploymentGitSource10$outboundSchema),
|
|
1876
2131
|
z.lazy(() => GetDeploymentGitSource12$outboundSchema),
|
|
2132
|
+
z.lazy(() => GetDeploymentGitSource15$outboundSchema),
|
|
1877
2133
|
z.lazy(() => GetDeploymentGitSource4$outboundSchema),
|
|
1878
|
-
z.lazy(() =>
|
|
1879
|
-
z.lazy(() => GetDeploymentGitSource9$outboundSchema),
|
|
2134
|
+
z.lazy(() => GetDeploymentGitSource10$outboundSchema),
|
|
1880
2135
|
z.lazy(() => GetDeploymentGitSource11$outboundSchema),
|
|
2136
|
+
z.lazy(() => GetDeploymentGitSource13$outboundSchema),
|
|
2137
|
+
z.lazy(() => GetDeploymentGitSource14$outboundSchema),
|
|
1881
2138
|
z.lazy(() => GetDeploymentGitSource2$outboundSchema),
|
|
1882
2139
|
z.lazy(() => GetDeploymentGitSource3$outboundSchema),
|
|
1883
|
-
z.lazy(() =>
|
|
2140
|
+
z.lazy(() => GetDeploymentGitSource6$outboundSchema),
|
|
2141
|
+
z.lazy(() => GetDeploymentGitSource9$outboundSchema),
|
|
1884
2142
|
z.lazy(() => GetDeploymentGitSource1$outboundSchema),
|
|
1885
2143
|
z.lazy(() => GetDeploymentGitSource5$outboundSchema),
|
|
1886
|
-
z.lazy(() =>
|
|
2144
|
+
z.lazy(() => GetDeploymentGitSource7$outboundSchema),
|
|
2145
|
+
z.lazy(() => GetDeploymentGitSource8$outboundSchema),
|
|
1887
2146
|
]).optional(),
|
|
1888
2147
|
meta: z.record(z.string()),
|
|
1889
2148
|
originCacheRegion: z.string().optional(),
|
|
2149
|
+
nodeVersion: GetDeploymentResponseBodyNodeVersion$outboundSchema.optional(),
|
|
1890
2150
|
project: z.lazy(() => GetDeploymentResponseBodyProject$outboundSchema)
|
|
1891
2151
|
.optional(),
|
|
1892
2152
|
readySubstate: GetDeploymentResponseBodyReadySubstate$outboundSchema
|
|
@@ -2834,6 +3094,154 @@ export var ResponseBodyChecksConclusion$;
|
|
|
2834
3094
|
ResponseBodyChecksConclusion$.outboundSchema = ResponseBodyChecksConclusion$outboundSchema;
|
|
2835
3095
|
})(ResponseBodyChecksConclusion$ || (ResponseBodyChecksConclusion$ = {}));
|
|
2836
3096
|
/** @internal */
|
|
3097
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type);
|
|
3098
|
+
/** @internal */
|
|
3099
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
3100
|
+
/**
|
|
3101
|
+
* @internal
|
|
3102
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3103
|
+
*/
|
|
3104
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$;
|
|
3105
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$) {
|
|
3106
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema` instead. */
|
|
3107
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
3108
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema` instead. */
|
|
3109
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema;
|
|
3110
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$ = {}));
|
|
3111
|
+
/** @internal */
|
|
3112
|
+
export const GetDeploymentGitSourceDeployments15$inboundSchema = z.object({
|
|
3113
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
3114
|
+
ref: z.string(),
|
|
3115
|
+
sha: z.string(),
|
|
3116
|
+
owner: z.string().optional(),
|
|
3117
|
+
slug: z.string().optional(),
|
|
3118
|
+
workspaceUuid: z.string(),
|
|
3119
|
+
repoUuid: z.string(),
|
|
3120
|
+
});
|
|
3121
|
+
/** @internal */
|
|
3122
|
+
export const GetDeploymentGitSourceDeployments15$outboundSchema = z.object({
|
|
3123
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
3124
|
+
ref: z.string(),
|
|
3125
|
+
sha: z.string(),
|
|
3126
|
+
owner: z.string().optional(),
|
|
3127
|
+
slug: z.string().optional(),
|
|
3128
|
+
workspaceUuid: z.string(),
|
|
3129
|
+
repoUuid: z.string(),
|
|
3130
|
+
});
|
|
3131
|
+
/**
|
|
3132
|
+
* @internal
|
|
3133
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3134
|
+
*/
|
|
3135
|
+
export var GetDeploymentGitSourceDeployments15$;
|
|
3136
|
+
(function (GetDeploymentGitSourceDeployments15$) {
|
|
3137
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments15$inboundSchema` instead. */
|
|
3138
|
+
GetDeploymentGitSourceDeployments15$.inboundSchema = GetDeploymentGitSourceDeployments15$inboundSchema;
|
|
3139
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments15$outboundSchema` instead. */
|
|
3140
|
+
GetDeploymentGitSourceDeployments15$.outboundSchema = GetDeploymentGitSourceDeployments15$outboundSchema;
|
|
3141
|
+
})(GetDeploymentGitSourceDeployments15$ || (GetDeploymentGitSourceDeployments15$ = {}));
|
|
3142
|
+
export function getDeploymentGitSourceDeployments15ToJSON(getDeploymentGitSourceDeployments15) {
|
|
3143
|
+
return JSON.stringify(GetDeploymentGitSourceDeployments15$outboundSchema.parse(getDeploymentGitSourceDeployments15));
|
|
3144
|
+
}
|
|
3145
|
+
export function getDeploymentGitSourceDeployments15FromJSON(jsonString) {
|
|
3146
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeployments15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeployments15' from JSON`);
|
|
3147
|
+
}
|
|
3148
|
+
/** @internal */
|
|
3149
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type);
|
|
3150
|
+
/** @internal */
|
|
3151
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3155
|
+
*/
|
|
3156
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$;
|
|
3157
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$) {
|
|
3158
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema` instead. */
|
|
3159
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
3160
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema` instead. */
|
|
3161
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema;
|
|
3162
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$ = {}));
|
|
3163
|
+
/** @internal */
|
|
3164
|
+
export const GetDeploymentGitSourceDeployments14$inboundSchema = z.object({
|
|
3165
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
3166
|
+
ref: z.string(),
|
|
3167
|
+
sha: z.string(),
|
|
3168
|
+
projectId: z.number(),
|
|
3169
|
+
});
|
|
3170
|
+
/** @internal */
|
|
3171
|
+
export const GetDeploymentGitSourceDeployments14$outboundSchema = z.object({
|
|
3172
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
3173
|
+
ref: z.string(),
|
|
3174
|
+
sha: z.string(),
|
|
3175
|
+
projectId: z.number(),
|
|
3176
|
+
});
|
|
3177
|
+
/**
|
|
3178
|
+
* @internal
|
|
3179
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3180
|
+
*/
|
|
3181
|
+
export var GetDeploymentGitSourceDeployments14$;
|
|
3182
|
+
(function (GetDeploymentGitSourceDeployments14$) {
|
|
3183
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments14$inboundSchema` instead. */
|
|
3184
|
+
GetDeploymentGitSourceDeployments14$.inboundSchema = GetDeploymentGitSourceDeployments14$inboundSchema;
|
|
3185
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments14$outboundSchema` instead. */
|
|
3186
|
+
GetDeploymentGitSourceDeployments14$.outboundSchema = GetDeploymentGitSourceDeployments14$outboundSchema;
|
|
3187
|
+
})(GetDeploymentGitSourceDeployments14$ || (GetDeploymentGitSourceDeployments14$ = {}));
|
|
3188
|
+
export function getDeploymentGitSourceDeployments14ToJSON(getDeploymentGitSourceDeployments14) {
|
|
3189
|
+
return JSON.stringify(GetDeploymentGitSourceDeployments14$outboundSchema.parse(getDeploymentGitSourceDeployments14));
|
|
3190
|
+
}
|
|
3191
|
+
export function getDeploymentGitSourceDeployments14FromJSON(jsonString) {
|
|
3192
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeployments14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeployments14' from JSON`);
|
|
3193
|
+
}
|
|
3194
|
+
/** @internal */
|
|
3195
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type);
|
|
3196
|
+
/** @internal */
|
|
3197
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
3198
|
+
/**
|
|
3199
|
+
* @internal
|
|
3200
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3201
|
+
*/
|
|
3202
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$;
|
|
3203
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$) {
|
|
3204
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema` instead. */
|
|
3205
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
3206
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema` instead. */
|
|
3207
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema;
|
|
3208
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$ = {}));
|
|
3209
|
+
/** @internal */
|
|
3210
|
+
export const GetDeploymentGitSourceDeployments13$inboundSchema = z.object({
|
|
3211
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
3212
|
+
ref: z.string(),
|
|
3213
|
+
sha: z.string(),
|
|
3214
|
+
repoId: z.number(),
|
|
3215
|
+
org: z.string().optional(),
|
|
3216
|
+
repo: z.string().optional(),
|
|
3217
|
+
});
|
|
3218
|
+
/** @internal */
|
|
3219
|
+
export const GetDeploymentGitSourceDeployments13$outboundSchema = z.object({
|
|
3220
|
+
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
3221
|
+
ref: z.string(),
|
|
3222
|
+
sha: z.string(),
|
|
3223
|
+
repoId: z.number(),
|
|
3224
|
+
org: z.string().optional(),
|
|
3225
|
+
repo: z.string().optional(),
|
|
3226
|
+
});
|
|
3227
|
+
/**
|
|
3228
|
+
* @internal
|
|
3229
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3230
|
+
*/
|
|
3231
|
+
export var GetDeploymentGitSourceDeployments13$;
|
|
3232
|
+
(function (GetDeploymentGitSourceDeployments13$) {
|
|
3233
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments13$inboundSchema` instead. */
|
|
3234
|
+
GetDeploymentGitSourceDeployments13$.inboundSchema = GetDeploymentGitSourceDeployments13$inboundSchema;
|
|
3235
|
+
/** @deprecated use `GetDeploymentGitSourceDeployments13$outboundSchema` instead. */
|
|
3236
|
+
GetDeploymentGitSourceDeployments13$.outboundSchema = GetDeploymentGitSourceDeployments13$outboundSchema;
|
|
3237
|
+
})(GetDeploymentGitSourceDeployments13$ || (GetDeploymentGitSourceDeployments13$ = {}));
|
|
3238
|
+
export function getDeploymentGitSourceDeployments13ToJSON(getDeploymentGitSourceDeployments13) {
|
|
3239
|
+
return JSON.stringify(GetDeploymentGitSourceDeployments13$outboundSchema.parse(getDeploymentGitSourceDeployments13));
|
|
3240
|
+
}
|
|
3241
|
+
export function getDeploymentGitSourceDeployments13FromJSON(jsonString) {
|
|
3242
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeployments13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeployments13' from JSON`);
|
|
3243
|
+
}
|
|
3244
|
+
/** @internal */
|
|
2837
3245
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema = z.nativeEnum(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type);
|
|
2838
3246
|
/** @internal */
|
|
2839
3247
|
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
@@ -2851,22 +3259,22 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
2851
3259
|
/** @internal */
|
|
2852
3260
|
export const GetDeploymentGitSourceDeployments12$inboundSchema = z.object({
|
|
2853
3261
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
3262
|
+
host: z.string(),
|
|
2854
3263
|
ref: z.string(),
|
|
2855
3264
|
sha: z.string(),
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
repoUuid: z.string(),
|
|
3265
|
+
repoId: z.number(),
|
|
3266
|
+
org: z.string().optional(),
|
|
3267
|
+
repo: z.string().optional(),
|
|
2860
3268
|
});
|
|
2861
3269
|
/** @internal */
|
|
2862
3270
|
export const GetDeploymentGitSourceDeployments12$outboundSchema = z.object({
|
|
2863
3271
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
3272
|
+
host: z.string(),
|
|
2864
3273
|
ref: z.string(),
|
|
2865
3274
|
sha: z.string(),
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
repoUuid: z.string(),
|
|
3275
|
+
repoId: z.number(),
|
|
3276
|
+
org: z.string().optional(),
|
|
3277
|
+
repo: z.string().optional(),
|
|
2870
3278
|
});
|
|
2871
3279
|
/**
|
|
2872
3280
|
* @internal
|
|
@@ -2905,14 +3313,18 @@ export const GetDeploymentGitSourceDeployments11$inboundSchema = z.object({
|
|
|
2905
3313
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
2906
3314
|
ref: z.string(),
|
|
2907
3315
|
sha: z.string(),
|
|
2908
|
-
|
|
3316
|
+
repoId: z.number(),
|
|
3317
|
+
org: z.string().optional(),
|
|
3318
|
+
repo: z.string().optional(),
|
|
2909
3319
|
});
|
|
2910
3320
|
/** @internal */
|
|
2911
3321
|
export const GetDeploymentGitSourceDeployments11$outboundSchema = z.object({
|
|
2912
3322
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
2913
3323
|
ref: z.string(),
|
|
2914
3324
|
sha: z.string(),
|
|
2915
|
-
|
|
3325
|
+
repoId: z.number(),
|
|
3326
|
+
org: z.string().optional(),
|
|
3327
|
+
repo: z.string().optional(),
|
|
2916
3328
|
});
|
|
2917
3329
|
/**
|
|
2918
3330
|
* @internal
|
|
@@ -2949,22 +3361,16 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
2949
3361
|
/** @internal */
|
|
2950
3362
|
export const GetDeploymentGitSourceDeployments10$inboundSchema = z.object({
|
|
2951
3363
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
2952
|
-
host: z.string(),
|
|
2953
3364
|
ref: z.string(),
|
|
2954
3365
|
sha: z.string(),
|
|
2955
|
-
|
|
2956
|
-
org: z.string().optional(),
|
|
2957
|
-
repo: z.string().optional(),
|
|
3366
|
+
gitUrl: z.string(),
|
|
2958
3367
|
});
|
|
2959
3368
|
/** @internal */
|
|
2960
3369
|
export const GetDeploymentGitSourceDeployments10$outboundSchema = z.object({
|
|
2961
3370
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
2962
|
-
host: z.string(),
|
|
2963
3371
|
ref: z.string(),
|
|
2964
3372
|
sha: z.string(),
|
|
2965
|
-
|
|
2966
|
-
org: z.string().optional(),
|
|
2967
|
-
repo: z.string().optional(),
|
|
3373
|
+
gitUrl: z.string(),
|
|
2968
3374
|
});
|
|
2969
3375
|
/**
|
|
2970
3376
|
* @internal
|
|
@@ -3001,20 +3407,20 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
3001
3407
|
/** @internal */
|
|
3002
3408
|
export const GetDeploymentGitSourceDeployments9$inboundSchema = z.object({
|
|
3003
3409
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3410
|
+
owner: z.string(),
|
|
3411
|
+
slug: z.string(),
|
|
3412
|
+
ref: z.nullable(z.string()).optional(),
|
|
3413
|
+
sha: z.string().optional(),
|
|
3414
|
+
prId: z.nullable(z.number()).optional(),
|
|
3009
3415
|
});
|
|
3010
3416
|
/** @internal */
|
|
3011
3417
|
export const GetDeploymentGitSourceDeployments9$outboundSchema = z.object({
|
|
3012
3418
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3419
|
+
owner: z.string(),
|
|
3420
|
+
slug: z.string(),
|
|
3421
|
+
ref: z.nullable(z.string()).optional(),
|
|
3422
|
+
sha: z.string().optional(),
|
|
3423
|
+
prId: z.nullable(z.number()).optional(),
|
|
3018
3424
|
});
|
|
3019
3425
|
/**
|
|
3020
3426
|
* @internal
|
|
@@ -3051,16 +3457,20 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
3051
3457
|
/** @internal */
|
|
3052
3458
|
export const GetDeploymentGitSourceDeployments8$inboundSchema = z.object({
|
|
3053
3459
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3460
|
+
workspaceUuid: z.string().optional(),
|
|
3461
|
+
repoUuid: z.string(),
|
|
3462
|
+
ref: z.nullable(z.string()).optional(),
|
|
3463
|
+
sha: z.string().optional(),
|
|
3464
|
+
prId: z.nullable(z.number()).optional(),
|
|
3057
3465
|
});
|
|
3058
3466
|
/** @internal */
|
|
3059
3467
|
export const GetDeploymentGitSourceDeployments8$outboundSchema = z.object({
|
|
3060
3468
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3469
|
+
workspaceUuid: z.string().optional(),
|
|
3470
|
+
repoUuid: z.string(),
|
|
3471
|
+
ref: z.nullable(z.string()).optional(),
|
|
3472
|
+
sha: z.string().optional(),
|
|
3473
|
+
prId: z.nullable(z.number()).optional(),
|
|
3064
3474
|
});
|
|
3065
3475
|
/**
|
|
3066
3476
|
* @internal
|
|
@@ -3095,10 +3505,30 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
3095
3505
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
3096
3506
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
3097
3507
|
/** @internal */
|
|
3508
|
+
export const GetDeploymentGitSourceProjectId$inboundSchema = z.union([z.string(), z.number()]);
|
|
3509
|
+
/** @internal */
|
|
3510
|
+
export const GetDeploymentGitSourceProjectId$outboundSchema = z.union([z.string(), z.number()]);
|
|
3511
|
+
/**
|
|
3512
|
+
* @internal
|
|
3513
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3514
|
+
*/
|
|
3515
|
+
export var GetDeploymentGitSourceProjectId$;
|
|
3516
|
+
(function (GetDeploymentGitSourceProjectId$) {
|
|
3517
|
+
/** @deprecated use `GetDeploymentGitSourceProjectId$inboundSchema` instead. */
|
|
3518
|
+
GetDeploymentGitSourceProjectId$.inboundSchema = GetDeploymentGitSourceProjectId$inboundSchema;
|
|
3519
|
+
/** @deprecated use `GetDeploymentGitSourceProjectId$outboundSchema` instead. */
|
|
3520
|
+
GetDeploymentGitSourceProjectId$.outboundSchema = GetDeploymentGitSourceProjectId$outboundSchema;
|
|
3521
|
+
})(GetDeploymentGitSourceProjectId$ || (GetDeploymentGitSourceProjectId$ = {}));
|
|
3522
|
+
export function getDeploymentGitSourceProjectIdToJSON(getDeploymentGitSourceProjectId) {
|
|
3523
|
+
return JSON.stringify(GetDeploymentGitSourceProjectId$outboundSchema.parse(getDeploymentGitSourceProjectId));
|
|
3524
|
+
}
|
|
3525
|
+
export function getDeploymentGitSourceProjectIdFromJSON(jsonString) {
|
|
3526
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceProjectId' from JSON`);
|
|
3527
|
+
}
|
|
3528
|
+
/** @internal */
|
|
3098
3529
|
export const GetDeploymentGitSourceDeployments7$inboundSchema = z.object({
|
|
3099
3530
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3100
|
-
|
|
3101
|
-
slug: z.string(),
|
|
3531
|
+
projectId: z.union([z.string(), z.number()]),
|
|
3102
3532
|
ref: z.nullable(z.string()).optional(),
|
|
3103
3533
|
sha: z.string().optional(),
|
|
3104
3534
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3106,8 +3536,7 @@ export const GetDeploymentGitSourceDeployments7$inboundSchema = z.object({
|
|
|
3106
3536
|
/** @internal */
|
|
3107
3537
|
export const GetDeploymentGitSourceDeployments7$outboundSchema = z.object({
|
|
3108
3538
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3109
|
-
|
|
3110
|
-
slug: z.string(),
|
|
3539
|
+
projectId: z.union([z.string(), z.number()]),
|
|
3111
3540
|
ref: z.nullable(z.string()).optional(),
|
|
3112
3541
|
sha: z.string().optional(),
|
|
3113
3542
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3147,8 +3576,8 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$;
|
|
|
3147
3576
|
/** @internal */
|
|
3148
3577
|
export const GetDeploymentGitSourceDeployments6$inboundSchema = z.object({
|
|
3149
3578
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema,
|
|
3150
|
-
|
|
3151
|
-
|
|
3579
|
+
org: z.string(),
|
|
3580
|
+
repo: z.string(),
|
|
3152
3581
|
ref: z.nullable(z.string()).optional(),
|
|
3153
3582
|
sha: z.string().optional(),
|
|
3154
3583
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3156,8 +3585,8 @@ export const GetDeploymentGitSourceDeployments6$inboundSchema = z.object({
|
|
|
3156
3585
|
/** @internal */
|
|
3157
3586
|
export const GetDeploymentGitSourceDeployments6$outboundSchema = z.object({
|
|
3158
3587
|
type: GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema,
|
|
3159
|
-
|
|
3160
|
-
|
|
3588
|
+
org: z.string(),
|
|
3589
|
+
repo: z.string(),
|
|
3161
3590
|
ref: z.nullable(z.string()).optional(),
|
|
3162
3591
|
sha: z.string().optional(),
|
|
3163
3592
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3196,30 +3625,30 @@ export var GetDeploymentGitSourceDeploymentsResponse200Type$;
|
|
|
3196
3625
|
GetDeploymentGitSourceDeploymentsResponse200Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema;
|
|
3197
3626
|
})(GetDeploymentGitSourceDeploymentsResponse200Type$ || (GetDeploymentGitSourceDeploymentsResponse200Type$ = {}));
|
|
3198
3627
|
/** @internal */
|
|
3199
|
-
export const
|
|
3628
|
+
export const GetDeploymentGitSourceRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
3200
3629
|
/** @internal */
|
|
3201
|
-
export const
|
|
3630
|
+
export const GetDeploymentGitSourceRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
3202
3631
|
/**
|
|
3203
3632
|
* @internal
|
|
3204
3633
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3205
3634
|
*/
|
|
3206
|
-
export var
|
|
3207
|
-
(function (
|
|
3208
|
-
/** @deprecated use `
|
|
3209
|
-
|
|
3210
|
-
/** @deprecated use `
|
|
3211
|
-
|
|
3212
|
-
})(
|
|
3213
|
-
export function
|
|
3214
|
-
return JSON.stringify(
|
|
3635
|
+
export var GetDeploymentGitSourceRepoId$;
|
|
3636
|
+
(function (GetDeploymentGitSourceRepoId$) {
|
|
3637
|
+
/** @deprecated use `GetDeploymentGitSourceRepoId$inboundSchema` instead. */
|
|
3638
|
+
GetDeploymentGitSourceRepoId$.inboundSchema = GetDeploymentGitSourceRepoId$inboundSchema;
|
|
3639
|
+
/** @deprecated use `GetDeploymentGitSourceRepoId$outboundSchema` instead. */
|
|
3640
|
+
GetDeploymentGitSourceRepoId$.outboundSchema = GetDeploymentGitSourceRepoId$outboundSchema;
|
|
3641
|
+
})(GetDeploymentGitSourceRepoId$ || (GetDeploymentGitSourceRepoId$ = {}));
|
|
3642
|
+
export function getDeploymentGitSourceRepoIdToJSON(getDeploymentGitSourceRepoId) {
|
|
3643
|
+
return JSON.stringify(GetDeploymentGitSourceRepoId$outboundSchema.parse(getDeploymentGitSourceRepoId));
|
|
3215
3644
|
}
|
|
3216
|
-
export function
|
|
3217
|
-
return safeParse(jsonString, (x) =>
|
|
3645
|
+
export function getDeploymentGitSourceRepoIdFromJSON(jsonString) {
|
|
3646
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceRepoId' from JSON`);
|
|
3218
3647
|
}
|
|
3219
3648
|
/** @internal */
|
|
3220
3649
|
export const GetDeploymentGitSourceDeployments5$inboundSchema = z.object({
|
|
3221
3650
|
type: GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema,
|
|
3222
|
-
|
|
3651
|
+
repoId: z.union([z.string(), z.number()]),
|
|
3223
3652
|
ref: z.nullable(z.string()).optional(),
|
|
3224
3653
|
sha: z.string().optional(),
|
|
3225
3654
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3227,7 +3656,7 @@ export const GetDeploymentGitSourceDeployments5$inboundSchema = z.object({
|
|
|
3227
3656
|
/** @internal */
|
|
3228
3657
|
export const GetDeploymentGitSourceDeployments5$outboundSchema = z.object({
|
|
3229
3658
|
type: GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema,
|
|
3230
|
-
|
|
3659
|
+
repoId: z.union([z.string(), z.number()]),
|
|
3231
3660
|
ref: z.nullable(z.string()).optional(),
|
|
3232
3661
|
sha: z.string().optional(),
|
|
3233
3662
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -3318,25 +3747,27 @@ export var GetDeploymentGitSourceDeploymentsType$;
|
|
|
3318
3747
|
GetDeploymentGitSourceDeploymentsType$.outboundSchema = GetDeploymentGitSourceDeploymentsType$outboundSchema;
|
|
3319
3748
|
})(GetDeploymentGitSourceDeploymentsType$ || (GetDeploymentGitSourceDeploymentsType$ = {}));
|
|
3320
3749
|
/** @internal */
|
|
3321
|
-
export const
|
|
3750
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
3322
3751
|
/** @internal */
|
|
3323
|
-
export const
|
|
3752
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
3324
3753
|
/**
|
|
3325
3754
|
* @internal
|
|
3326
3755
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3327
3756
|
*/
|
|
3328
|
-
export var
|
|
3329
|
-
(function (
|
|
3330
|
-
/** @deprecated use `
|
|
3331
|
-
|
|
3332
|
-
/** @deprecated use `
|
|
3333
|
-
|
|
3334
|
-
})(
|
|
3335
|
-
export function
|
|
3336
|
-
return JSON.stringify(
|
|
3757
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$;
|
|
3758
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$) {
|
|
3759
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema` instead. */
|
|
3760
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema;
|
|
3761
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema` instead. */
|
|
3762
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema;
|
|
3763
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$ = {}));
|
|
3764
|
+
export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId) {
|
|
3765
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema
|
|
3766
|
+
.parse(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId));
|
|
3337
3767
|
}
|
|
3338
|
-
export function
|
|
3339
|
-
return safeParse(jsonString, (x) =>
|
|
3768
|
+
export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoIdFromJSON(jsonString) {
|
|
3769
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema
|
|
3770
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId' from JSON`);
|
|
3340
3771
|
}
|
|
3341
3772
|
/** @internal */
|
|
3342
3773
|
export const GetDeploymentGitSourceDeployments3$inboundSchema = z.object({
|
|
@@ -3439,25 +3870,27 @@ export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBo
|
|
|
3439
3870
|
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema;
|
|
3440
3871
|
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$ = {}));
|
|
3441
3872
|
/** @internal */
|
|
3442
|
-
export const
|
|
3873
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
3443
3874
|
/** @internal */
|
|
3444
|
-
export const
|
|
3875
|
+
export const GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
3445
3876
|
/**
|
|
3446
3877
|
* @internal
|
|
3447
3878
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3448
3879
|
*/
|
|
3449
|
-
export var
|
|
3450
|
-
(function (
|
|
3451
|
-
/** @deprecated use `
|
|
3452
|
-
|
|
3453
|
-
/** @deprecated use `
|
|
3454
|
-
|
|
3455
|
-
})(
|
|
3456
|
-
export function
|
|
3457
|
-
return JSON.stringify(
|
|
3880
|
+
export var GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$;
|
|
3881
|
+
(function (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$) {
|
|
3882
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema` instead. */
|
|
3883
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$.inboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema;
|
|
3884
|
+
/** @deprecated use `GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema` instead. */
|
|
3885
|
+
GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$.outboundSchema = GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema;
|
|
3886
|
+
})(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$ || (GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$ = {}));
|
|
3887
|
+
export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdToJSON(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId) {
|
|
3888
|
+
return JSON.stringify(GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema
|
|
3889
|
+
.parse(getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId));
|
|
3458
3890
|
}
|
|
3459
|
-
export function
|
|
3460
|
-
return safeParse(jsonString, (x) =>
|
|
3891
|
+
export function getDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoIdFromJSON(jsonString) {
|
|
3892
|
+
return safeParse(jsonString, (x) => GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema
|
|
3893
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId' from JSON`);
|
|
3461
3894
|
}
|
|
3462
3895
|
/** @internal */
|
|
3463
3896
|
export const GetDeploymentGitSourceDeployments1$inboundSchema = z.object({
|
|
@@ -3494,33 +3927,39 @@ export function getDeploymentGitSourceDeployments1FromJSON(jsonString) {
|
|
|
3494
3927
|
}
|
|
3495
3928
|
/** @internal */
|
|
3496
3929
|
export const GetDeploymentResponseBodyGitSource$inboundSchema = z.union([
|
|
3497
|
-
z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
|
|
3498
3930
|
z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
|
|
3931
|
+
z.lazy(() => GetDeploymentGitSourceDeployments15$inboundSchema),
|
|
3499
3932
|
z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
|
|
3500
|
-
z.lazy(() =>
|
|
3501
|
-
z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
|
|
3933
|
+
z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
|
|
3502
3934
|
z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
|
|
3935
|
+
z.lazy(() => GetDeploymentGitSourceDeployments13$inboundSchema),
|
|
3936
|
+
z.lazy(() => GetDeploymentGitSourceDeployments14$inboundSchema),
|
|
3503
3937
|
z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
|
|
3504
3938
|
z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
|
|
3505
|
-
z.lazy(() =>
|
|
3939
|
+
z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
|
|
3940
|
+
z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
|
|
3506
3941
|
z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
|
|
3507
3942
|
z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
|
|
3508
|
-
z.lazy(() =>
|
|
3943
|
+
z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
|
|
3944
|
+
z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
|
|
3509
3945
|
]);
|
|
3510
3946
|
/** @internal */
|
|
3511
3947
|
export const GetDeploymentResponseBodyGitSource$outboundSchema = z.union([
|
|
3512
|
-
z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
|
|
3513
3948
|
z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
|
|
3949
|
+
z.lazy(() => GetDeploymentGitSourceDeployments15$outboundSchema),
|
|
3514
3950
|
z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
|
|
3515
|
-
z.lazy(() =>
|
|
3516
|
-
z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
|
|
3951
|
+
z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
|
|
3517
3952
|
z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
|
|
3953
|
+
z.lazy(() => GetDeploymentGitSourceDeployments13$outboundSchema),
|
|
3954
|
+
z.lazy(() => GetDeploymentGitSourceDeployments14$outboundSchema),
|
|
3518
3955
|
z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
|
|
3519
3956
|
z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
|
|
3520
|
-
z.lazy(() =>
|
|
3957
|
+
z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
|
|
3958
|
+
z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
|
|
3521
3959
|
z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
|
|
3522
3960
|
z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
|
|
3523
|
-
z.lazy(() =>
|
|
3961
|
+
z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
|
|
3962
|
+
z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
|
|
3524
3963
|
]);
|
|
3525
3964
|
/**
|
|
3526
3965
|
* @internal
|
|
@@ -3540,6 +3979,21 @@ export function getDeploymentResponseBodyGitSourceFromJSON(jsonString) {
|
|
|
3540
3979
|
return safeParse(jsonString, (x) => GetDeploymentResponseBodyGitSource$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentResponseBodyGitSource' from JSON`);
|
|
3541
3980
|
}
|
|
3542
3981
|
/** @internal */
|
|
3982
|
+
export const ResponseBodyNodeVersion$inboundSchema = z.nativeEnum(ResponseBodyNodeVersion);
|
|
3983
|
+
/** @internal */
|
|
3984
|
+
export const ResponseBodyNodeVersion$outboundSchema = ResponseBodyNodeVersion$inboundSchema;
|
|
3985
|
+
/**
|
|
3986
|
+
* @internal
|
|
3987
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3988
|
+
*/
|
|
3989
|
+
export var ResponseBodyNodeVersion$;
|
|
3990
|
+
(function (ResponseBodyNodeVersion$) {
|
|
3991
|
+
/** @deprecated use `ResponseBodyNodeVersion$inboundSchema` instead. */
|
|
3992
|
+
ResponseBodyNodeVersion$.inboundSchema = ResponseBodyNodeVersion$inboundSchema;
|
|
3993
|
+
/** @deprecated use `ResponseBodyNodeVersion$outboundSchema` instead. */
|
|
3994
|
+
ResponseBodyNodeVersion$.outboundSchema = ResponseBodyNodeVersion$outboundSchema;
|
|
3995
|
+
})(ResponseBodyNodeVersion$ || (ResponseBodyNodeVersion$ = {}));
|
|
3996
|
+
/** @internal */
|
|
3543
3997
|
export const ResponseBodyProject$inboundSchema = z.object({
|
|
3544
3998
|
id: z.string(),
|
|
3545
3999
|
name: z.string(),
|
|
@@ -3722,6 +4176,57 @@ export var ResponseBodyArchitecture$;
|
|
|
3722
4176
|
ResponseBodyArchitecture$.outboundSchema = ResponseBodyArchitecture$outboundSchema;
|
|
3723
4177
|
})(ResponseBodyArchitecture$ || (ResponseBodyArchitecture$ = {}));
|
|
3724
4178
|
/** @internal */
|
|
4179
|
+
export const GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema = z
|
|
4180
|
+
.nativeEnum(GetDeploymentResponseBodyDeploymentsResponseType);
|
|
4181
|
+
/** @internal */
|
|
4182
|
+
export const GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema = GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4186
|
+
*/
|
|
4187
|
+
export var GetDeploymentResponseBodyDeploymentsResponseType$;
|
|
4188
|
+
(function (GetDeploymentResponseBodyDeploymentsResponseType$) {
|
|
4189
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema` instead. */
|
|
4190
|
+
GetDeploymentResponseBodyDeploymentsResponseType$.inboundSchema = GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema;
|
|
4191
|
+
/** @deprecated use `GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema` instead. */
|
|
4192
|
+
GetDeploymentResponseBodyDeploymentsResponseType$.outboundSchema = GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema;
|
|
4193
|
+
})(GetDeploymentResponseBodyDeploymentsResponseType$ || (GetDeploymentResponseBodyDeploymentsResponseType$ = {}));
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export const ResponseBodyExperimentalTriggers$inboundSchema = z.object({
|
|
4196
|
+
type: GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema,
|
|
4197
|
+
topic: z.string(),
|
|
4198
|
+
consumer: z.string(),
|
|
4199
|
+
maxDeliveries: z.number().optional(),
|
|
4200
|
+
retryAfterSeconds: z.number().optional(),
|
|
4201
|
+
initialDelaySeconds: z.number().optional(),
|
|
4202
|
+
});
|
|
4203
|
+
/** @internal */
|
|
4204
|
+
export const ResponseBodyExperimentalTriggers$outboundSchema = z.object({
|
|
4205
|
+
type: GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema,
|
|
4206
|
+
topic: z.string(),
|
|
4207
|
+
consumer: z.string(),
|
|
4208
|
+
maxDeliveries: z.number().optional(),
|
|
4209
|
+
retryAfterSeconds: z.number().optional(),
|
|
4210
|
+
initialDelaySeconds: z.number().optional(),
|
|
4211
|
+
});
|
|
4212
|
+
/**
|
|
4213
|
+
* @internal
|
|
4214
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4215
|
+
*/
|
|
4216
|
+
export var ResponseBodyExperimentalTriggers$;
|
|
4217
|
+
(function (ResponseBodyExperimentalTriggers$) {
|
|
4218
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$inboundSchema` instead. */
|
|
4219
|
+
ResponseBodyExperimentalTriggers$.inboundSchema = ResponseBodyExperimentalTriggers$inboundSchema;
|
|
4220
|
+
/** @deprecated use `ResponseBodyExperimentalTriggers$outboundSchema` instead. */
|
|
4221
|
+
ResponseBodyExperimentalTriggers$.outboundSchema = ResponseBodyExperimentalTriggers$outboundSchema;
|
|
4222
|
+
})(ResponseBodyExperimentalTriggers$ || (ResponseBodyExperimentalTriggers$ = {}));
|
|
4223
|
+
export function responseBodyExperimentalTriggersToJSON(responseBodyExperimentalTriggers) {
|
|
4224
|
+
return JSON.stringify(ResponseBodyExperimentalTriggers$outboundSchema.parse(responseBodyExperimentalTriggers));
|
|
4225
|
+
}
|
|
4226
|
+
export function responseBodyExperimentalTriggersFromJSON(jsonString) {
|
|
4227
|
+
return safeParse(jsonString, (x) => ResponseBodyExperimentalTriggers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseBodyExperimentalTriggers' from JSON`);
|
|
4228
|
+
}
|
|
4229
|
+
/** @internal */
|
|
3725
4230
|
export const ResponseBodyFunctions$inboundSchema = z.object({
|
|
3726
4231
|
architecture: ResponseBodyArchitecture$inboundSchema.optional(),
|
|
3727
4232
|
memory: z.number().optional(),
|
|
@@ -3729,6 +4234,7 @@ export const ResponseBodyFunctions$inboundSchema = z.object({
|
|
|
3729
4234
|
runtime: z.string().optional(),
|
|
3730
4235
|
includeFiles: z.string().optional(),
|
|
3731
4236
|
excludeFiles: z.string().optional(),
|
|
4237
|
+
experimentalTriggers: z.array(z.lazy(() => ResponseBodyExperimentalTriggers$inboundSchema)).optional(),
|
|
3732
4238
|
});
|
|
3733
4239
|
/** @internal */
|
|
3734
4240
|
export const ResponseBodyFunctions$outboundSchema = z.object({
|
|
@@ -3738,6 +4244,7 @@ export const ResponseBodyFunctions$outboundSchema = z.object({
|
|
|
3738
4244
|
runtime: z.string().optional(),
|
|
3739
4245
|
includeFiles: z.string().optional(),
|
|
3740
4246
|
excludeFiles: z.string().optional(),
|
|
4247
|
+
experimentalTriggers: z.array(z.lazy(() => ResponseBodyExperimentalTriggers$outboundSchema)).optional(),
|
|
3741
4248
|
});
|
|
3742
4249
|
/**
|
|
3743
4250
|
* @internal
|
|
@@ -4485,6 +4992,198 @@ export function getDeploymentRoutesMitigateFromJSON(jsonString) {
|
|
|
4485
4992
|
return safeParse(jsonString, (x) => GetDeploymentRoutesMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesMitigate' from JSON`);
|
|
4486
4993
|
}
|
|
4487
4994
|
/** @internal */
|
|
4995
|
+
export const GetDeploymentRoutesType$inboundSchema = z.nativeEnum(GetDeploymentRoutesType);
|
|
4996
|
+
/** @internal */
|
|
4997
|
+
export const GetDeploymentRoutesType$outboundSchema = GetDeploymentRoutesType$inboundSchema;
|
|
4998
|
+
/**
|
|
4999
|
+
* @internal
|
|
5000
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5001
|
+
*/
|
|
5002
|
+
export var GetDeploymentRoutesType$;
|
|
5003
|
+
(function (GetDeploymentRoutesType$) {
|
|
5004
|
+
/** @deprecated use `GetDeploymentRoutesType$inboundSchema` instead. */
|
|
5005
|
+
GetDeploymentRoutesType$.inboundSchema = GetDeploymentRoutesType$inboundSchema;
|
|
5006
|
+
/** @deprecated use `GetDeploymentRoutesType$outboundSchema` instead. */
|
|
5007
|
+
GetDeploymentRoutesType$.outboundSchema = GetDeploymentRoutesType$outboundSchema;
|
|
5008
|
+
})(GetDeploymentRoutesType$ || (GetDeploymentRoutesType$ = {}));
|
|
5009
|
+
/** @internal */
|
|
5010
|
+
export const GetDeploymentRoutesOp$inboundSchema = z.nativeEnum(GetDeploymentRoutesOp);
|
|
5011
|
+
/** @internal */
|
|
5012
|
+
export const GetDeploymentRoutesOp$outboundSchema = GetDeploymentRoutesOp$inboundSchema;
|
|
5013
|
+
/**
|
|
5014
|
+
* @internal
|
|
5015
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5016
|
+
*/
|
|
5017
|
+
export var GetDeploymentRoutesOp$;
|
|
5018
|
+
(function (GetDeploymentRoutesOp$) {
|
|
5019
|
+
/** @deprecated use `GetDeploymentRoutesOp$inboundSchema` instead. */
|
|
5020
|
+
GetDeploymentRoutesOp$.inboundSchema = GetDeploymentRoutesOp$inboundSchema;
|
|
5021
|
+
/** @deprecated use `GetDeploymentRoutesOp$outboundSchema` instead. */
|
|
5022
|
+
GetDeploymentRoutesOp$.outboundSchema = GetDeploymentRoutesOp$outboundSchema;
|
|
5023
|
+
})(GetDeploymentRoutesOp$ || (GetDeploymentRoutesOp$ = {}));
|
|
5024
|
+
/** @internal */
|
|
5025
|
+
export const GetDeploymentKeyEq$inboundSchema = z.union([z.string(), z.number()]);
|
|
5026
|
+
/** @internal */
|
|
5027
|
+
export const GetDeploymentKeyEq$outboundSchema = z.union([z.string(), z.number()]);
|
|
5028
|
+
/**
|
|
5029
|
+
* @internal
|
|
5030
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5031
|
+
*/
|
|
5032
|
+
export var GetDeploymentKeyEq$;
|
|
5033
|
+
(function (GetDeploymentKeyEq$) {
|
|
5034
|
+
/** @deprecated use `GetDeploymentKeyEq$inboundSchema` instead. */
|
|
5035
|
+
GetDeploymentKeyEq$.inboundSchema = GetDeploymentKeyEq$inboundSchema;
|
|
5036
|
+
/** @deprecated use `GetDeploymentKeyEq$outboundSchema` instead. */
|
|
5037
|
+
GetDeploymentKeyEq$.outboundSchema = GetDeploymentKeyEq$outboundSchema;
|
|
5038
|
+
})(GetDeploymentKeyEq$ || (GetDeploymentKeyEq$ = {}));
|
|
5039
|
+
export function getDeploymentKeyEqToJSON(getDeploymentKeyEq) {
|
|
5040
|
+
return JSON.stringify(GetDeploymentKeyEq$outboundSchema.parse(getDeploymentKeyEq));
|
|
5041
|
+
}
|
|
5042
|
+
export function getDeploymentKeyEqFromJSON(jsonString) {
|
|
5043
|
+
return safeParse(jsonString, (x) => GetDeploymentKeyEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentKeyEq' from JSON`);
|
|
5044
|
+
}
|
|
5045
|
+
/** @internal */
|
|
5046
|
+
export const GetDeploymentKey2$inboundSchema = z.object({
|
|
5047
|
+
eq: z.union([z.string(), z.number()]).optional(),
|
|
5048
|
+
neq: z.string().optional(),
|
|
5049
|
+
inc: z.array(z.string()).optional(),
|
|
5050
|
+
ninc: z.array(z.string()).optional(),
|
|
5051
|
+
pre: z.string().optional(),
|
|
5052
|
+
suf: z.string().optional(),
|
|
5053
|
+
gt: z.number().optional(),
|
|
5054
|
+
gte: z.number().optional(),
|
|
5055
|
+
lt: z.number().optional(),
|
|
5056
|
+
lte: z.number().optional(),
|
|
5057
|
+
});
|
|
5058
|
+
/** @internal */
|
|
5059
|
+
export const GetDeploymentKey2$outboundSchema = z.object({
|
|
5060
|
+
eq: z.union([z.string(), z.number()]).optional(),
|
|
5061
|
+
neq: z.string().optional(),
|
|
5062
|
+
inc: z.array(z.string()).optional(),
|
|
5063
|
+
ninc: z.array(z.string()).optional(),
|
|
5064
|
+
pre: z.string().optional(),
|
|
5065
|
+
suf: z.string().optional(),
|
|
5066
|
+
gt: z.number().optional(),
|
|
5067
|
+
gte: z.number().optional(),
|
|
5068
|
+
lt: z.number().optional(),
|
|
5069
|
+
lte: z.number().optional(),
|
|
5070
|
+
});
|
|
5071
|
+
/**
|
|
5072
|
+
* @internal
|
|
5073
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5074
|
+
*/
|
|
5075
|
+
export var GetDeploymentKey2$;
|
|
5076
|
+
(function (GetDeploymentKey2$) {
|
|
5077
|
+
/** @deprecated use `GetDeploymentKey2$inboundSchema` instead. */
|
|
5078
|
+
GetDeploymentKey2$.inboundSchema = GetDeploymentKey2$inboundSchema;
|
|
5079
|
+
/** @deprecated use `GetDeploymentKey2$outboundSchema` instead. */
|
|
5080
|
+
GetDeploymentKey2$.outboundSchema = GetDeploymentKey2$outboundSchema;
|
|
5081
|
+
})(GetDeploymentKey2$ || (GetDeploymentKey2$ = {}));
|
|
5082
|
+
export function getDeploymentKey2ToJSON(getDeploymentKey2) {
|
|
5083
|
+
return JSON.stringify(GetDeploymentKey2$outboundSchema.parse(getDeploymentKey2));
|
|
5084
|
+
}
|
|
5085
|
+
export function getDeploymentKey2FromJSON(jsonString) {
|
|
5086
|
+
return safeParse(jsonString, (x) => GetDeploymentKey2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentKey2' from JSON`);
|
|
5087
|
+
}
|
|
5088
|
+
/** @internal */
|
|
5089
|
+
export const GetDeploymentRoutesKey$inboundSchema = z.union([z.lazy(() => GetDeploymentKey2$inboundSchema), z.string()]);
|
|
5090
|
+
/** @internal */
|
|
5091
|
+
export const GetDeploymentRoutesKey$outboundSchema = z.union([z.lazy(() => GetDeploymentKey2$outboundSchema), z.string()]);
|
|
5092
|
+
/**
|
|
5093
|
+
* @internal
|
|
5094
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5095
|
+
*/
|
|
5096
|
+
export var GetDeploymentRoutesKey$;
|
|
5097
|
+
(function (GetDeploymentRoutesKey$) {
|
|
5098
|
+
/** @deprecated use `GetDeploymentRoutesKey$inboundSchema` instead. */
|
|
5099
|
+
GetDeploymentRoutesKey$.inboundSchema = GetDeploymentRoutesKey$inboundSchema;
|
|
5100
|
+
/** @deprecated use `GetDeploymentRoutesKey$outboundSchema` instead. */
|
|
5101
|
+
GetDeploymentRoutesKey$.outboundSchema = GetDeploymentRoutesKey$outboundSchema;
|
|
5102
|
+
})(GetDeploymentRoutesKey$ || (GetDeploymentRoutesKey$ = {}));
|
|
5103
|
+
export function getDeploymentRoutesKeyToJSON(getDeploymentRoutesKey) {
|
|
5104
|
+
return JSON.stringify(GetDeploymentRoutesKey$outboundSchema.parse(getDeploymentRoutesKey));
|
|
5105
|
+
}
|
|
5106
|
+
export function getDeploymentRoutesKeyFromJSON(jsonString) {
|
|
5107
|
+
return safeParse(jsonString, (x) => GetDeploymentRoutesKey$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesKey' from JSON`);
|
|
5108
|
+
}
|
|
5109
|
+
/** @internal */
|
|
5110
|
+
export const GetDeploymentRoutesTarget$inboundSchema = z.object({
|
|
5111
|
+
key: z.union([z.lazy(() => GetDeploymentKey2$inboundSchema), z.string()]),
|
|
5112
|
+
});
|
|
5113
|
+
/** @internal */
|
|
5114
|
+
export const GetDeploymentRoutesTarget$outboundSchema = z.object({
|
|
5115
|
+
key: z.union([z.lazy(() => GetDeploymentKey2$outboundSchema), z.string()]),
|
|
5116
|
+
});
|
|
5117
|
+
/**
|
|
5118
|
+
* @internal
|
|
5119
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5120
|
+
*/
|
|
5121
|
+
export var GetDeploymentRoutesTarget$;
|
|
5122
|
+
(function (GetDeploymentRoutesTarget$) {
|
|
5123
|
+
/** @deprecated use `GetDeploymentRoutesTarget$inboundSchema` instead. */
|
|
5124
|
+
GetDeploymentRoutesTarget$.inboundSchema = GetDeploymentRoutesTarget$inboundSchema;
|
|
5125
|
+
/** @deprecated use `GetDeploymentRoutesTarget$outboundSchema` instead. */
|
|
5126
|
+
GetDeploymentRoutesTarget$.outboundSchema = GetDeploymentRoutesTarget$outboundSchema;
|
|
5127
|
+
})(GetDeploymentRoutesTarget$ || (GetDeploymentRoutesTarget$ = {}));
|
|
5128
|
+
export function getDeploymentRoutesTargetToJSON(getDeploymentRoutesTarget) {
|
|
5129
|
+
return JSON.stringify(GetDeploymentRoutesTarget$outboundSchema.parse(getDeploymentRoutesTarget));
|
|
5130
|
+
}
|
|
5131
|
+
export function getDeploymentRoutesTargetFromJSON(jsonString) {
|
|
5132
|
+
return safeParse(jsonString, (x) => GetDeploymentRoutesTarget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesTarget' from JSON`);
|
|
5133
|
+
}
|
|
5134
|
+
/** @internal */
|
|
5135
|
+
export const GetDeploymentRoutesArgs$inboundSchema = z.union([z.string(), z.array(z.string())]);
|
|
5136
|
+
/** @internal */
|
|
5137
|
+
export const GetDeploymentRoutesArgs$outboundSchema = z.union([z.string(), z.array(z.string())]);
|
|
5138
|
+
/**
|
|
5139
|
+
* @internal
|
|
5140
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5141
|
+
*/
|
|
5142
|
+
export var GetDeploymentRoutesArgs$;
|
|
5143
|
+
(function (GetDeploymentRoutesArgs$) {
|
|
5144
|
+
/** @deprecated use `GetDeploymentRoutesArgs$inboundSchema` instead. */
|
|
5145
|
+
GetDeploymentRoutesArgs$.inboundSchema = GetDeploymentRoutesArgs$inboundSchema;
|
|
5146
|
+
/** @deprecated use `GetDeploymentRoutesArgs$outboundSchema` instead. */
|
|
5147
|
+
GetDeploymentRoutesArgs$.outboundSchema = GetDeploymentRoutesArgs$outboundSchema;
|
|
5148
|
+
})(GetDeploymentRoutesArgs$ || (GetDeploymentRoutesArgs$ = {}));
|
|
5149
|
+
export function getDeploymentRoutesArgsToJSON(getDeploymentRoutesArgs) {
|
|
5150
|
+
return JSON.stringify(GetDeploymentRoutesArgs$outboundSchema.parse(getDeploymentRoutesArgs));
|
|
5151
|
+
}
|
|
5152
|
+
export function getDeploymentRoutesArgsFromJSON(jsonString) {
|
|
5153
|
+
return safeParse(jsonString, (x) => GetDeploymentRoutesArgs$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesArgs' from JSON`);
|
|
5154
|
+
}
|
|
5155
|
+
/** @internal */
|
|
5156
|
+
export const GetDeploymentRoutesTransforms$inboundSchema = z.object({
|
|
5157
|
+
type: GetDeploymentRoutesType$inboundSchema,
|
|
5158
|
+
op: GetDeploymentRoutesOp$inboundSchema,
|
|
5159
|
+
target: z.lazy(() => GetDeploymentRoutesTarget$inboundSchema),
|
|
5160
|
+
args: z.union([z.string(), z.array(z.string())]).optional(),
|
|
5161
|
+
});
|
|
5162
|
+
/** @internal */
|
|
5163
|
+
export const GetDeploymentRoutesTransforms$outboundSchema = z.object({
|
|
5164
|
+
type: GetDeploymentRoutesType$outboundSchema,
|
|
5165
|
+
op: GetDeploymentRoutesOp$outboundSchema,
|
|
5166
|
+
target: z.lazy(() => GetDeploymentRoutesTarget$outboundSchema),
|
|
5167
|
+
args: z.union([z.string(), z.array(z.string())]).optional(),
|
|
5168
|
+
});
|
|
5169
|
+
/**
|
|
5170
|
+
* @internal
|
|
5171
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5172
|
+
*/
|
|
5173
|
+
export var GetDeploymentRoutesTransforms$;
|
|
5174
|
+
(function (GetDeploymentRoutesTransforms$) {
|
|
5175
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$inboundSchema` instead. */
|
|
5176
|
+
GetDeploymentRoutesTransforms$.inboundSchema = GetDeploymentRoutesTransforms$inboundSchema;
|
|
5177
|
+
/** @deprecated use `GetDeploymentRoutesTransforms$outboundSchema` instead. */
|
|
5178
|
+
GetDeploymentRoutesTransforms$.outboundSchema = GetDeploymentRoutesTransforms$outboundSchema;
|
|
5179
|
+
})(GetDeploymentRoutesTransforms$ || (GetDeploymentRoutesTransforms$ = {}));
|
|
5180
|
+
export function getDeploymentRoutesTransformsToJSON(getDeploymentRoutesTransforms) {
|
|
5181
|
+
return JSON.stringify(GetDeploymentRoutesTransforms$outboundSchema.parse(getDeploymentRoutesTransforms));
|
|
5182
|
+
}
|
|
5183
|
+
export function getDeploymentRoutesTransformsFromJSON(jsonString) {
|
|
5184
|
+
return safeParse(jsonString, (x) => GetDeploymentRoutesTransforms$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetDeploymentRoutesTransforms' from JSON`);
|
|
5185
|
+
}
|
|
5186
|
+
/** @internal */
|
|
4488
5187
|
export const GetDeploymentRoutesLocale$inboundSchema = z.object({
|
|
4489
5188
|
redirect: z.record(z.string()).optional(),
|
|
4490
5189
|
cookie: z.string().optional(),
|
|
@@ -4532,6 +5231,8 @@ export const GetDeploymentRoutes1$inboundSchema = z.object({
|
|
|
4532
5231
|
z.lazy(() => GetDeploymentMissing2$inboundSchema),
|
|
4533
5232
|
])).optional(),
|
|
4534
5233
|
mitigate: z.lazy(() => GetDeploymentRoutesMitigate$inboundSchema).optional(),
|
|
5234
|
+
transforms: z.array(z.lazy(() => GetDeploymentRoutesTransforms$inboundSchema))
|
|
5235
|
+
.optional(),
|
|
4535
5236
|
locale: z.lazy(() => GetDeploymentRoutesLocale$inboundSchema).optional(),
|
|
4536
5237
|
middlewarePath: z.string().optional(),
|
|
4537
5238
|
middlewareRawSrc: z.array(z.string()).optional(),
|
|
@@ -4558,6 +5259,7 @@ export const GetDeploymentRoutes1$outboundSchema = z.object({
|
|
|
4558
5259
|
z.lazy(() => GetDeploymentMissing2$outboundSchema),
|
|
4559
5260
|
])).optional(),
|
|
4560
5261
|
mitigate: z.lazy(() => GetDeploymentRoutesMitigate$outboundSchema).optional(),
|
|
5262
|
+
transforms: z.array(z.lazy(() => GetDeploymentRoutesTransforms$outboundSchema)).optional(),
|
|
4561
5263
|
locale: z.lazy(() => GetDeploymentRoutesLocale$outboundSchema).optional(),
|
|
4562
5264
|
middlewarePath: z.string().optional(),
|
|
4563
5265
|
middlewareRawSrc: z.array(z.string()).optional(),
|
|
@@ -5027,6 +5729,7 @@ export const GetDeploymentMicrofrontends2$inboundSchema = z.object({
|
|
|
5027
5729
|
defaultAppProjectName: z.string(),
|
|
5028
5730
|
defaultRoute: z.string().optional(),
|
|
5029
5731
|
groupIds: z.array(z.string()),
|
|
5732
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
5030
5733
|
});
|
|
5031
5734
|
/** @internal */
|
|
5032
5735
|
export const GetDeploymentMicrofrontends2$outboundSchema = z.object({
|
|
@@ -5035,6 +5738,7 @@ export const GetDeploymentMicrofrontends2$outboundSchema = z.object({
|
|
|
5035
5738
|
defaultAppProjectName: z.string(),
|
|
5036
5739
|
defaultRoute: z.string().optional(),
|
|
5037
5740
|
groupIds: z.array(z.string()),
|
|
5741
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
5038
5742
|
});
|
|
5039
5743
|
/**
|
|
5040
5744
|
* @internal
|
|
@@ -5059,6 +5763,7 @@ export const GetDeploymentMicrofrontends1$inboundSchema = z.object({
|
|
|
5059
5763
|
defaultAppProjectName: z.string(),
|
|
5060
5764
|
defaultRoute: z.string().optional(),
|
|
5061
5765
|
groupIds: z.array(z.string()),
|
|
5766
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
5062
5767
|
});
|
|
5063
5768
|
/** @internal */
|
|
5064
5769
|
export const GetDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
@@ -5066,6 +5771,7 @@ export const GetDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
|
5066
5771
|
defaultAppProjectName: z.string(),
|
|
5067
5772
|
defaultRoute: z.string().optional(),
|
|
5068
5773
|
groupIds: z.array(z.string()),
|
|
5774
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
5069
5775
|
});
|
|
5070
5776
|
/**
|
|
5071
5777
|
* @internal
|
|
@@ -5316,21 +6022,25 @@ export const GetDeploymentResponseBody1$inboundSchema = z.object({
|
|
|
5316
6022
|
errorStep: z.string().optional(),
|
|
5317
6023
|
passiveRegions: z.array(z.string()).optional(),
|
|
5318
6024
|
gitSource: z.union([
|
|
5319
|
-
z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
|
|
5320
6025
|
z.lazy(() => GetDeploymentGitSourceDeployments12$inboundSchema),
|
|
6026
|
+
z.lazy(() => GetDeploymentGitSourceDeployments15$inboundSchema),
|
|
5321
6027
|
z.lazy(() => GetDeploymentGitSourceDeployments4$inboundSchema),
|
|
5322
|
-
z.lazy(() =>
|
|
5323
|
-
z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
|
|
6028
|
+
z.lazy(() => GetDeploymentGitSourceDeployments10$inboundSchema),
|
|
5324
6029
|
z.lazy(() => GetDeploymentGitSourceDeployments11$inboundSchema),
|
|
6030
|
+
z.lazy(() => GetDeploymentGitSourceDeployments13$inboundSchema),
|
|
6031
|
+
z.lazy(() => GetDeploymentGitSourceDeployments14$inboundSchema),
|
|
5325
6032
|
z.lazy(() => GetDeploymentGitSourceDeployments2$inboundSchema),
|
|
5326
6033
|
z.lazy(() => GetDeploymentGitSourceDeployments3$inboundSchema),
|
|
5327
|
-
z.lazy(() =>
|
|
6034
|
+
z.lazy(() => GetDeploymentGitSourceDeployments6$inboundSchema),
|
|
6035
|
+
z.lazy(() => GetDeploymentGitSourceDeployments9$inboundSchema),
|
|
5328
6036
|
z.lazy(() => GetDeploymentGitSourceDeployments1$inboundSchema),
|
|
5329
6037
|
z.lazy(() => GetDeploymentGitSourceDeployments5$inboundSchema),
|
|
5330
|
-
z.lazy(() =>
|
|
6038
|
+
z.lazy(() => GetDeploymentGitSourceDeployments7$inboundSchema),
|
|
6039
|
+
z.lazy(() => GetDeploymentGitSourceDeployments8$inboundSchema),
|
|
5331
6040
|
]).optional(),
|
|
5332
6041
|
meta: z.record(z.string()),
|
|
5333
6042
|
originCacheRegion: z.string().optional(),
|
|
6043
|
+
nodeVersion: ResponseBodyNodeVersion$inboundSchema.optional(),
|
|
5334
6044
|
project: z.lazy(() => ResponseBodyProject$inboundSchema).optional(),
|
|
5335
6045
|
readySubstate: ResponseBodyReadySubstate$inboundSchema.optional(),
|
|
5336
6046
|
regions: z.array(z.string()),
|
|
@@ -5434,21 +6144,25 @@ export const GetDeploymentResponseBody1$outboundSchema = z.object({
|
|
|
5434
6144
|
errorStep: z.string().optional(),
|
|
5435
6145
|
passiveRegions: z.array(z.string()).optional(),
|
|
5436
6146
|
gitSource: z.union([
|
|
5437
|
-
z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
|
|
5438
6147
|
z.lazy(() => GetDeploymentGitSourceDeployments12$outboundSchema),
|
|
6148
|
+
z.lazy(() => GetDeploymentGitSourceDeployments15$outboundSchema),
|
|
5439
6149
|
z.lazy(() => GetDeploymentGitSourceDeployments4$outboundSchema),
|
|
5440
|
-
z.lazy(() =>
|
|
5441
|
-
z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
|
|
6150
|
+
z.lazy(() => GetDeploymentGitSourceDeployments10$outboundSchema),
|
|
5442
6151
|
z.lazy(() => GetDeploymentGitSourceDeployments11$outboundSchema),
|
|
6152
|
+
z.lazy(() => GetDeploymentGitSourceDeployments13$outboundSchema),
|
|
6153
|
+
z.lazy(() => GetDeploymentGitSourceDeployments14$outboundSchema),
|
|
5443
6154
|
z.lazy(() => GetDeploymentGitSourceDeployments2$outboundSchema),
|
|
5444
6155
|
z.lazy(() => GetDeploymentGitSourceDeployments3$outboundSchema),
|
|
5445
|
-
z.lazy(() =>
|
|
6156
|
+
z.lazy(() => GetDeploymentGitSourceDeployments6$outboundSchema),
|
|
6157
|
+
z.lazy(() => GetDeploymentGitSourceDeployments9$outboundSchema),
|
|
5446
6158
|
z.lazy(() => GetDeploymentGitSourceDeployments1$outboundSchema),
|
|
5447
6159
|
z.lazy(() => GetDeploymentGitSourceDeployments5$outboundSchema),
|
|
5448
|
-
z.lazy(() =>
|
|
6160
|
+
z.lazy(() => GetDeploymentGitSourceDeployments7$outboundSchema),
|
|
6161
|
+
z.lazy(() => GetDeploymentGitSourceDeployments8$outboundSchema),
|
|
5449
6162
|
]).optional(),
|
|
5450
6163
|
meta: z.record(z.string()),
|
|
5451
6164
|
originCacheRegion: z.string().optional(),
|
|
6165
|
+
nodeVersion: ResponseBodyNodeVersion$outboundSchema.optional(),
|
|
5452
6166
|
project: z.lazy(() => ResponseBodyProject$outboundSchema).optional(),
|
|
5453
6167
|
readySubstate: ResponseBodyReadySubstate$outboundSchema.optional(),
|
|
5454
6168
|
regions: z.array(z.string()),
|