@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
|
@@ -121,6 +121,8 @@ export const CreateProjectFramework = {
|
|
|
121
121
|
SanityV3: "sanity-v3",
|
|
122
122
|
Sanity: "sanity",
|
|
123
123
|
Storybook: "storybook",
|
|
124
|
+
Nitro: "nitro",
|
|
125
|
+
Hono: "hono",
|
|
124
126
|
} as const;
|
|
125
127
|
/**
|
|
126
128
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -132,6 +134,7 @@ export type CreateProjectFramework = ClosedEnum<typeof CreateProjectFramework>;
|
|
|
132
134
|
*/
|
|
133
135
|
export const CreateProjectProjectsType = {
|
|
134
136
|
Github: "github",
|
|
137
|
+
GithubLimited: "github-limited",
|
|
135
138
|
Gitlab: "gitlab",
|
|
136
139
|
Bitbucket: "bitbucket",
|
|
137
140
|
} as const;
|
|
@@ -156,6 +159,23 @@ export type GitRepository = {
|
|
|
156
159
|
type: CreateProjectProjectsType;
|
|
157
160
|
};
|
|
158
161
|
|
|
162
|
+
export const CreateProjectDeploymentType = {
|
|
163
|
+
All: "all",
|
|
164
|
+
Preview: "preview",
|
|
165
|
+
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
166
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
167
|
+
} as const;
|
|
168
|
+
export type CreateProjectDeploymentType = ClosedEnum<
|
|
169
|
+
typeof CreateProjectDeploymentType
|
|
170
|
+
>;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* The Vercel Auth setting for the project (historically named \"SSO Protection\")
|
|
174
|
+
*/
|
|
175
|
+
export type CreateProjectSsoProtection = {
|
|
176
|
+
deploymentType: CreateProjectDeploymentType;
|
|
177
|
+
};
|
|
178
|
+
|
|
159
179
|
/**
|
|
160
180
|
* team: `https://oidc.vercel.com/[team_slug]` global: `https://oidc.vercel.com`
|
|
161
181
|
*/
|
|
@@ -262,6 +282,10 @@ export type CreateProjectRequestBody = {
|
|
|
262
282
|
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
263
283
|
*/
|
|
264
284
|
skipGitConnectDuringLink?: boolean | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* The Vercel Auth setting for the project (historically named \"SSO Protection\")
|
|
287
|
+
*/
|
|
288
|
+
ssoProtection?: CreateProjectSsoProtection | null | undefined;
|
|
265
289
|
/**
|
|
266
290
|
* The output directory of the project. When `null` is used this value will be automatically detected
|
|
267
291
|
*/
|
|
@@ -328,8 +352,8 @@ export type CreateProjectSpeedInsights = {
|
|
|
328
352
|
};
|
|
329
353
|
|
|
330
354
|
export const CreateProjectEnvId2 = {
|
|
331
|
-
Production: "production",
|
|
332
355
|
Preview: "preview",
|
|
356
|
+
Production: "production",
|
|
333
357
|
} as const;
|
|
334
358
|
export type CreateProjectEnvId2 = ClosedEnum<typeof CreateProjectEnvId2>;
|
|
335
359
|
|
|
@@ -343,6 +367,7 @@ export type CreateProjectAws = {
|
|
|
343
367
|
export type CreateProjectConnectConfigurations = {
|
|
344
368
|
envId: string | CreateProjectEnvId2;
|
|
345
369
|
connectConfigurationId: string;
|
|
370
|
+
dc?: string | undefined;
|
|
346
371
|
passive: boolean;
|
|
347
372
|
buildsEnabled: boolean;
|
|
348
373
|
aws?: CreateProjectAws | undefined;
|
|
@@ -726,8 +751,8 @@ export type CreateProjectEnv = {
|
|
|
726
751
|
* The type of environment (production, preview, or development)
|
|
727
752
|
*/
|
|
728
753
|
export const CreateProjectProjectsResponse200Type = {
|
|
729
|
-
Production: "production",
|
|
730
754
|
Preview: "preview",
|
|
755
|
+
Production: "production",
|
|
731
756
|
Development: "development",
|
|
732
757
|
} as const;
|
|
733
758
|
/**
|
|
@@ -891,6 +916,8 @@ export const CreateProjectProjectsFramework = {
|
|
|
891
916
|
SanityV3: "sanity-v3",
|
|
892
917
|
Sanity: "sanity",
|
|
893
918
|
Storybook: "storybook",
|
|
919
|
+
Nitro: "nitro",
|
|
920
|
+
Hono: "hono",
|
|
894
921
|
} as const;
|
|
895
922
|
export type CreateProjectProjectsFramework = ClosedEnum<
|
|
896
923
|
typeof CreateProjectProjectsFramework
|
|
@@ -1059,14 +1086,13 @@ export type CreateProjectLatestDeployments = {
|
|
|
1059
1086
|
withCache?: boolean | undefined;
|
|
1060
1087
|
};
|
|
1061
1088
|
|
|
1062
|
-
export const
|
|
1089
|
+
export const CreateProjectLinkProjectsResponse200ApplicationJSONType = {
|
|
1063
1090
|
GithubCustomHost: "github-custom-host",
|
|
1064
1091
|
} as const;
|
|
1065
|
-
export type
|
|
1066
|
-
typeof
|
|
1067
|
-
>;
|
|
1092
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONType =
|
|
1093
|
+
ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
1068
1094
|
|
|
1069
|
-
export type
|
|
1095
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
1070
1096
|
createdAt?: number | undefined;
|
|
1071
1097
|
id: string;
|
|
1072
1098
|
name: string;
|
|
@@ -1074,7 +1100,7 @@ export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
|
1074
1100
|
url: string;
|
|
1075
1101
|
};
|
|
1076
1102
|
|
|
1077
|
-
export type
|
|
1103
|
+
export type CreateProjectLink5 = {
|
|
1078
1104
|
org?: string | undefined;
|
|
1079
1105
|
/**
|
|
1080
1106
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
@@ -1082,24 +1108,26 @@ export type CreateProjectLink4 = {
|
|
|
1082
1108
|
repoOwnerId?: number | undefined;
|
|
1083
1109
|
repo?: string | undefined;
|
|
1084
1110
|
repoId?: number | undefined;
|
|
1085
|
-
type?:
|
|
1111
|
+
type?: CreateProjectLinkProjectsResponse200ApplicationJSONType | undefined;
|
|
1086
1112
|
host?: string | undefined;
|
|
1087
1113
|
createdAt?: number | undefined;
|
|
1088
|
-
deployHooks: Array<
|
|
1114
|
+
deployHooks: Array<
|
|
1115
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
|
|
1116
|
+
>;
|
|
1089
1117
|
gitCredentialId?: string | undefined;
|
|
1090
1118
|
updatedAt?: number | undefined;
|
|
1091
1119
|
sourceless?: boolean | undefined;
|
|
1092
1120
|
productionBranch?: string | undefined;
|
|
1093
1121
|
};
|
|
1094
1122
|
|
|
1095
|
-
export const
|
|
1123
|
+
export const CreateProjectLinkProjectsResponse200Type = {
|
|
1096
1124
|
Bitbucket: "bitbucket",
|
|
1097
1125
|
} as const;
|
|
1098
|
-
export type
|
|
1099
|
-
typeof
|
|
1126
|
+
export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<
|
|
1127
|
+
typeof CreateProjectLinkProjectsResponse200Type
|
|
1100
1128
|
>;
|
|
1101
1129
|
|
|
1102
|
-
export type
|
|
1130
|
+
export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
1103
1131
|
createdAt?: number | undefined;
|
|
1104
1132
|
id: string;
|
|
1105
1133
|
name: string;
|
|
@@ -1107,29 +1135,29 @@ export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
|
1107
1135
|
url: string;
|
|
1108
1136
|
};
|
|
1109
1137
|
|
|
1110
|
-
export type
|
|
1138
|
+
export type CreateProjectLink4 = {
|
|
1111
1139
|
name?: string | undefined;
|
|
1112
1140
|
slug?: string | undefined;
|
|
1113
1141
|
owner?: string | undefined;
|
|
1114
|
-
type?:
|
|
1142
|
+
type?: CreateProjectLinkProjectsResponse200Type | undefined;
|
|
1115
1143
|
uuid?: string | undefined;
|
|
1116
1144
|
workspaceUuid?: string | undefined;
|
|
1117
1145
|
createdAt?: number | undefined;
|
|
1118
|
-
deployHooks: Array<
|
|
1146
|
+
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
1119
1147
|
gitCredentialId?: string | undefined;
|
|
1120
1148
|
updatedAt?: number | undefined;
|
|
1121
1149
|
sourceless?: boolean | undefined;
|
|
1122
1150
|
productionBranch?: string | undefined;
|
|
1123
1151
|
};
|
|
1124
1152
|
|
|
1125
|
-
export const
|
|
1153
|
+
export const CreateProjectLinkProjectsResponseType = {
|
|
1126
1154
|
Gitlab: "gitlab",
|
|
1127
1155
|
} as const;
|
|
1128
|
-
export type
|
|
1129
|
-
typeof
|
|
1156
|
+
export type CreateProjectLinkProjectsResponseType = ClosedEnum<
|
|
1157
|
+
typeof CreateProjectLinkProjectsResponseType
|
|
1130
1158
|
>;
|
|
1131
1159
|
|
|
1132
|
-
export type
|
|
1160
|
+
export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
1133
1161
|
createdAt?: number | undefined;
|
|
1134
1162
|
id: string;
|
|
1135
1163
|
name: string;
|
|
@@ -1137,7 +1165,7 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
1137
1165
|
url: string;
|
|
1138
1166
|
};
|
|
1139
1167
|
|
|
1140
|
-
export type
|
|
1168
|
+
export type CreateProjectLink3 = {
|
|
1141
1169
|
projectId?: string | undefined;
|
|
1142
1170
|
projectName?: string | undefined;
|
|
1143
1171
|
projectNameWithNamespace?: string | undefined;
|
|
@@ -1147,11 +1175,43 @@ export type CreateProjectLink2 = {
|
|
|
1147
1175
|
*/
|
|
1148
1176
|
projectOwnerId?: number | undefined;
|
|
1149
1177
|
projectUrl?: string | undefined;
|
|
1178
|
+
type?: CreateProjectLinkProjectsResponseType | undefined;
|
|
1179
|
+
createdAt?: number | undefined;
|
|
1180
|
+
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
|
|
1181
|
+
gitCredentialId?: string | undefined;
|
|
1182
|
+
updatedAt?: number | undefined;
|
|
1183
|
+
sourceless?: boolean | undefined;
|
|
1184
|
+
productionBranch?: string | undefined;
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
export const CreateProjectLinkProjectsType = {
|
|
1188
|
+
GithubLimited: "github-limited",
|
|
1189
|
+
} as const;
|
|
1190
|
+
export type CreateProjectLinkProjectsType = ClosedEnum<
|
|
1191
|
+
typeof CreateProjectLinkProjectsType
|
|
1192
|
+
>;
|
|
1193
|
+
|
|
1194
|
+
export type CreateProjectLinkProjectsDeployHooks = {
|
|
1195
|
+
createdAt?: number | undefined;
|
|
1196
|
+
id: string;
|
|
1197
|
+
name: string;
|
|
1198
|
+
ref: string;
|
|
1199
|
+
url: string;
|
|
1200
|
+
};
|
|
1201
|
+
|
|
1202
|
+
export type CreateProjectLink2 = {
|
|
1150
1203
|
type?: CreateProjectLinkProjectsType | undefined;
|
|
1204
|
+
repo?: string | undefined;
|
|
1205
|
+
repoId?: number | undefined;
|
|
1206
|
+
updatedAt?: number | undefined;
|
|
1151
1207
|
createdAt?: number | undefined;
|
|
1208
|
+
org?: string | undefined;
|
|
1209
|
+
/**
|
|
1210
|
+
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
1211
|
+
*/
|
|
1212
|
+
repoOwnerId?: number | undefined;
|
|
1152
1213
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
1153
1214
|
gitCredentialId?: string | undefined;
|
|
1154
|
-
updatedAt?: number | undefined;
|
|
1155
1215
|
sourceless?: boolean | undefined;
|
|
1156
1216
|
productionBranch?: string | undefined;
|
|
1157
1217
|
};
|
|
@@ -1190,7 +1250,8 @@ export type CreateProjectLink =
|
|
|
1190
1250
|
| CreateProjectLink1
|
|
1191
1251
|
| CreateProjectLink2
|
|
1192
1252
|
| CreateProjectLink3
|
|
1193
|
-
| CreateProjectLink4
|
|
1253
|
+
| CreateProjectLink4
|
|
1254
|
+
| CreateProjectLink5;
|
|
1194
1255
|
|
|
1195
1256
|
export type CreateProjectMicrofrontends2 = {
|
|
1196
1257
|
updatedAt: number;
|
|
@@ -1369,17 +1430,18 @@ export type CreateProjectDefaultResourceConfig = {
|
|
|
1369
1430
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1370
1431
|
};
|
|
1371
1432
|
|
|
1372
|
-
export const
|
|
1433
|
+
export const CreateProjectProjectsDeploymentType = {
|
|
1373
1434
|
Preview: "preview",
|
|
1374
1435
|
All: "all",
|
|
1375
1436
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1437
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1376
1438
|
} as const;
|
|
1377
|
-
export type
|
|
1378
|
-
typeof
|
|
1439
|
+
export type CreateProjectProjectsDeploymentType = ClosedEnum<
|
|
1440
|
+
typeof CreateProjectProjectsDeploymentType
|
|
1379
1441
|
>;
|
|
1380
1442
|
|
|
1381
|
-
export type
|
|
1382
|
-
deploymentType:
|
|
1443
|
+
export type CreateProjectProjectsSsoProtection = {
|
|
1444
|
+
deploymentType: CreateProjectProjectsDeploymentType;
|
|
1383
1445
|
};
|
|
1384
1446
|
|
|
1385
1447
|
export type CreateProjectProjectsAliasAssigned = number | boolean;
|
|
@@ -1550,6 +1612,7 @@ export type CreateProjectPermissions = {
|
|
|
1550
1612
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1551
1613
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1552
1614
|
deployment?: Array<ACLAction> | undefined;
|
|
1615
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1553
1616
|
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1554
1617
|
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1555
1618
|
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
@@ -1600,6 +1663,7 @@ export type CreateProjectPermissions = {
|
|
|
1600
1663
|
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1601
1664
|
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1602
1665
|
projectTier?: Array<ACLAction> | undefined;
|
|
1666
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1603
1667
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1604
1668
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1605
1669
|
analytics?: Array<ACLAction> | undefined;
|
|
@@ -1607,11 +1671,11 @@ export type CreateProjectPermissions = {
|
|
|
1607
1671
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1608
1672
|
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1609
1673
|
sonar?: Array<ACLAction> | undefined;
|
|
1674
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1610
1675
|
user?: Array<ACLAction> | undefined;
|
|
1611
1676
|
userConnection?: Array<ACLAction> | undefined;
|
|
1612
1677
|
userSudo?: Array<ACLAction> | undefined;
|
|
1613
1678
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1614
|
-
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1615
1679
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1616
1680
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1617
1681
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
@@ -1624,6 +1688,7 @@ export type CreateProjectPermissions = {
|
|
|
1624
1688
|
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
1625
1689
|
billingPlan?: Array<ACLAction> | undefined;
|
|
1626
1690
|
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
1691
|
+
billingRefund?: Array<ACLAction> | undefined;
|
|
1627
1692
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1628
1693
|
blob?: Array<ACLAction> | undefined;
|
|
1629
1694
|
budget?: Array<ACLAction> | undefined;
|
|
@@ -1633,6 +1698,7 @@ export type CreateProjectPermissions = {
|
|
|
1633
1698
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1634
1699
|
connect?: Array<ACLAction> | undefined;
|
|
1635
1700
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1701
|
+
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1636
1702
|
domain?: Array<ACLAction> | undefined;
|
|
1637
1703
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
1638
1704
|
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
@@ -1665,6 +1731,7 @@ export type CreateProjectPermissions = {
|
|
|
1665
1731
|
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1666
1732
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1667
1733
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1734
|
+
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1668
1735
|
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1669
1736
|
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1670
1737
|
jobGlobal?: Array<ACLAction> | undefined;
|
|
@@ -1691,6 +1758,7 @@ export type CreateProjectPermissions = {
|
|
|
1691
1758
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1692
1759
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1693
1760
|
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1761
|
+
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1694
1762
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1695
1763
|
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1696
1764
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
@@ -1816,10 +1884,11 @@ export type CreateProjectProtectionBypass =
|
|
|
1816
1884
|
| CreateProjectProtectionBypass2;
|
|
1817
1885
|
|
|
1818
1886
|
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
1819
|
-
Production: "production",
|
|
1820
1887
|
Preview: "preview",
|
|
1888
|
+
Production: "production",
|
|
1821
1889
|
All: "all",
|
|
1822
1890
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1891
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1823
1892
|
} as const;
|
|
1824
1893
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1825
1894
|
typeof CreateProjectTrustedIpsProjectsDeploymentType
|
|
@@ -1830,10 +1899,11 @@ export type CreateProjectTrustedIps2 = {
|
|
|
1830
1899
|
};
|
|
1831
1900
|
|
|
1832
1901
|
export const CreateProjectTrustedIpsDeploymentType = {
|
|
1833
|
-
Production: "production",
|
|
1834
1902
|
Preview: "preview",
|
|
1903
|
+
Production: "production",
|
|
1835
1904
|
All: "all",
|
|
1836
1905
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1906
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1837
1907
|
} as const;
|
|
1838
1908
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
|
|
1839
1909
|
typeof CreateProjectTrustedIpsDeploymentType
|
|
@@ -1892,6 +1962,10 @@ export type CreateProjectGitProviderOptions = {
|
|
|
1892
1962
|
* Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead
|
|
1893
1963
|
*/
|
|
1894
1964
|
createDeployments: CreateProjectCreateDeployments;
|
|
1965
|
+
/**
|
|
1966
|
+
* Whether the Vercel bot should not automatically create GitHub repository-dispatch events on deployment events. https://vercel.com/docs/git/vercel-for-github#repository-dispatch-events
|
|
1967
|
+
*/
|
|
1968
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
1895
1969
|
};
|
|
1896
1970
|
|
|
1897
1971
|
export type CreateProjectWebAnalytics = {
|
|
@@ -2189,6 +2263,7 @@ export type CreateProjectResponseBody = {
|
|
|
2189
2263
|
| CreateProjectLink2
|
|
2190
2264
|
| CreateProjectLink3
|
|
2191
2265
|
| CreateProjectLink4
|
|
2266
|
+
| CreateProjectLink5
|
|
2192
2267
|
| undefined;
|
|
2193
2268
|
microfrontends?:
|
|
2194
2269
|
| CreateProjectMicrofrontends1
|
|
@@ -2212,14 +2287,13 @@ export type CreateProjectResponseBody = {
|
|
|
2212
2287
|
rollingRelease?: CreateProjectRollingRelease | null | undefined;
|
|
2213
2288
|
defaultResourceConfig: CreateProjectDefaultResourceConfig;
|
|
2214
2289
|
rootDirectory?: string | null | undefined;
|
|
2215
|
-
serverlessFunctionRegion?: string | null | undefined;
|
|
2216
2290
|
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
2217
2291
|
skewProtectionBoundaryAt?: number | undefined;
|
|
2218
2292
|
skewProtectionMaxAge?: number | undefined;
|
|
2219
2293
|
skipGitConnectDuringLink?: boolean | undefined;
|
|
2220
2294
|
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
2221
2295
|
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
2222
|
-
ssoProtection?:
|
|
2296
|
+
ssoProtection?: CreateProjectProjectsSsoProtection | null | undefined;
|
|
2223
2297
|
targets?: { [k: string]: CreateProjectTargets | null } | undefined;
|
|
2224
2298
|
transferCompletedAt?: number | undefined;
|
|
2225
2299
|
transferStartedAt?: number | undefined;
|
|
@@ -2252,6 +2326,7 @@ export type CreateProjectResponseBody = {
|
|
|
2252
2326
|
oidcTokenConfig?: CreateProjectOidcTokenConfig | undefined;
|
|
2253
2327
|
tier?: CreateProjectTier | undefined;
|
|
2254
2328
|
features?: CreateProjectFeatures | undefined;
|
|
2329
|
+
v0?: boolean | undefined;
|
|
2255
2330
|
};
|
|
2256
2331
|
|
|
2257
2332
|
/** @internal */
|
|
@@ -2522,6 +2597,81 @@ export function gitRepositoryFromJSON(
|
|
|
2522
2597
|
);
|
|
2523
2598
|
}
|
|
2524
2599
|
|
|
2600
|
+
/** @internal */
|
|
2601
|
+
export const CreateProjectDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
2602
|
+
typeof CreateProjectDeploymentType
|
|
2603
|
+
> = z.nativeEnum(CreateProjectDeploymentType);
|
|
2604
|
+
|
|
2605
|
+
/** @internal */
|
|
2606
|
+
export const CreateProjectDeploymentType$outboundSchema: z.ZodNativeEnum<
|
|
2607
|
+
typeof CreateProjectDeploymentType
|
|
2608
|
+
> = CreateProjectDeploymentType$inboundSchema;
|
|
2609
|
+
|
|
2610
|
+
/**
|
|
2611
|
+
* @internal
|
|
2612
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2613
|
+
*/
|
|
2614
|
+
export namespace CreateProjectDeploymentType$ {
|
|
2615
|
+
/** @deprecated use `CreateProjectDeploymentType$inboundSchema` instead. */
|
|
2616
|
+
export const inboundSchema = CreateProjectDeploymentType$inboundSchema;
|
|
2617
|
+
/** @deprecated use `CreateProjectDeploymentType$outboundSchema` instead. */
|
|
2618
|
+
export const outboundSchema = CreateProjectDeploymentType$outboundSchema;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
/** @internal */
|
|
2622
|
+
export const CreateProjectSsoProtection$inboundSchema: z.ZodType<
|
|
2623
|
+
CreateProjectSsoProtection,
|
|
2624
|
+
z.ZodTypeDef,
|
|
2625
|
+
unknown
|
|
2626
|
+
> = z.object({
|
|
2627
|
+
deploymentType: CreateProjectDeploymentType$inboundSchema,
|
|
2628
|
+
});
|
|
2629
|
+
|
|
2630
|
+
/** @internal */
|
|
2631
|
+
export type CreateProjectSsoProtection$Outbound = {
|
|
2632
|
+
deploymentType: string;
|
|
2633
|
+
};
|
|
2634
|
+
|
|
2635
|
+
/** @internal */
|
|
2636
|
+
export const CreateProjectSsoProtection$outboundSchema: z.ZodType<
|
|
2637
|
+
CreateProjectSsoProtection$Outbound,
|
|
2638
|
+
z.ZodTypeDef,
|
|
2639
|
+
CreateProjectSsoProtection
|
|
2640
|
+
> = z.object({
|
|
2641
|
+
deploymentType: CreateProjectDeploymentType$outboundSchema,
|
|
2642
|
+
});
|
|
2643
|
+
|
|
2644
|
+
/**
|
|
2645
|
+
* @internal
|
|
2646
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2647
|
+
*/
|
|
2648
|
+
export namespace CreateProjectSsoProtection$ {
|
|
2649
|
+
/** @deprecated use `CreateProjectSsoProtection$inboundSchema` instead. */
|
|
2650
|
+
export const inboundSchema = CreateProjectSsoProtection$inboundSchema;
|
|
2651
|
+
/** @deprecated use `CreateProjectSsoProtection$outboundSchema` instead. */
|
|
2652
|
+
export const outboundSchema = CreateProjectSsoProtection$outboundSchema;
|
|
2653
|
+
/** @deprecated use `CreateProjectSsoProtection$Outbound` instead. */
|
|
2654
|
+
export type Outbound = CreateProjectSsoProtection$Outbound;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
export function createProjectSsoProtectionToJSON(
|
|
2658
|
+
createProjectSsoProtection: CreateProjectSsoProtection,
|
|
2659
|
+
): string {
|
|
2660
|
+
return JSON.stringify(
|
|
2661
|
+
CreateProjectSsoProtection$outboundSchema.parse(createProjectSsoProtection),
|
|
2662
|
+
);
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
export function createProjectSsoProtectionFromJSON(
|
|
2666
|
+
jsonString: string,
|
|
2667
|
+
): SafeParseResult<CreateProjectSsoProtection, SDKValidationError> {
|
|
2668
|
+
return safeParse(
|
|
2669
|
+
jsonString,
|
|
2670
|
+
(x) => CreateProjectSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
2671
|
+
`Failed to parse 'CreateProjectSsoProtection' from JSON`,
|
|
2672
|
+
);
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2525
2675
|
/** @internal */
|
|
2526
2676
|
export const IssuerMode$inboundSchema: z.ZodNativeEnum<typeof IssuerMode> = z
|
|
2527
2677
|
.nativeEnum(IssuerMode);
|
|
@@ -2732,6 +2882,9 @@ export const CreateProjectRequestBody$inboundSchema: z.ZodType<
|
|
|
2732
2882
|
installCommand: z.nullable(z.string()).optional(),
|
|
2733
2883
|
name: z.string(),
|
|
2734
2884
|
skipGitConnectDuringLink: z.boolean().optional(),
|
|
2885
|
+
ssoProtection: z.nullable(
|
|
2886
|
+
z.lazy(() => CreateProjectSsoProtection$inboundSchema),
|
|
2887
|
+
).optional(),
|
|
2735
2888
|
outputDirectory: z.nullable(z.string()).optional(),
|
|
2736
2889
|
publicSource: z.nullable(z.boolean()).optional(),
|
|
2737
2890
|
rootDirectory: z.nullable(z.string()).optional(),
|
|
@@ -2756,6 +2909,7 @@ export type CreateProjectRequestBody$Outbound = {
|
|
|
2756
2909
|
installCommand?: string | null | undefined;
|
|
2757
2910
|
name: string;
|
|
2758
2911
|
skipGitConnectDuringLink?: boolean | undefined;
|
|
2912
|
+
ssoProtection?: CreateProjectSsoProtection$Outbound | null | undefined;
|
|
2759
2913
|
outputDirectory?: string | null | undefined;
|
|
2760
2914
|
publicSource?: boolean | null | undefined;
|
|
2761
2915
|
rootDirectory?: string | null | undefined;
|
|
@@ -2785,6 +2939,9 @@ export const CreateProjectRequestBody$outboundSchema: z.ZodType<
|
|
|
2785
2939
|
installCommand: z.nullable(z.string()).optional(),
|
|
2786
2940
|
name: z.string(),
|
|
2787
2941
|
skipGitConnectDuringLink: z.boolean().optional(),
|
|
2942
|
+
ssoProtection: z.nullable(
|
|
2943
|
+
z.lazy(() => CreateProjectSsoProtection$outboundSchema),
|
|
2944
|
+
).optional(),
|
|
2788
2945
|
outputDirectory: z.nullable(z.string()).optional(),
|
|
2789
2946
|
publicSource: z.nullable(z.boolean()).optional(),
|
|
2790
2947
|
rootDirectory: z.nullable(z.string()).optional(),
|
|
@@ -3170,6 +3327,7 @@ export const CreateProjectConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
3170
3327
|
> = z.object({
|
|
3171
3328
|
envId: z.union([z.string(), CreateProjectEnvId2$inboundSchema]),
|
|
3172
3329
|
connectConfigurationId: z.string(),
|
|
3330
|
+
dc: z.string().optional(),
|
|
3173
3331
|
passive: z.boolean(),
|
|
3174
3332
|
buildsEnabled: z.boolean(),
|
|
3175
3333
|
aws: z.lazy(() => CreateProjectAws$inboundSchema).optional(),
|
|
@@ -3181,6 +3339,7 @@ export const CreateProjectConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
3181
3339
|
export type CreateProjectConnectConfigurations$Outbound = {
|
|
3182
3340
|
envId: string | string;
|
|
3183
3341
|
connectConfigurationId: string;
|
|
3342
|
+
dc?: string | undefined;
|
|
3184
3343
|
passive: boolean;
|
|
3185
3344
|
buildsEnabled: boolean;
|
|
3186
3345
|
aws?: CreateProjectAws$Outbound | undefined;
|
|
@@ -3196,6 +3355,7 @@ export const CreateProjectConnectConfigurations$outboundSchema: z.ZodType<
|
|
|
3196
3355
|
> = z.object({
|
|
3197
3356
|
envId: z.union([z.string(), CreateProjectEnvId2$outboundSchema]),
|
|
3198
3357
|
connectConfigurationId: z.string(),
|
|
3358
|
+
dc: z.string().optional(),
|
|
3199
3359
|
passive: z.boolean(),
|
|
3200
3360
|
buildsEnabled: z.boolean(),
|
|
3201
3361
|
aws: z.lazy(() => CreateProjectAws$outboundSchema).optional(),
|
|
@@ -6387,6 +6547,209 @@ export function createProjectLatestDeploymentsFromJSON(
|
|
|
6387
6547
|
);
|
|
6388
6548
|
}
|
|
6389
6549
|
|
|
6550
|
+
/** @internal */
|
|
6551
|
+
export const CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
6552
|
+
z.ZodNativeEnum<
|
|
6553
|
+
typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
|
|
6554
|
+
> = z.nativeEnum(CreateProjectLinkProjectsResponse200ApplicationJSONType);
|
|
6555
|
+
|
|
6556
|
+
/** @internal */
|
|
6557
|
+
export const CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
6558
|
+
z.ZodNativeEnum<
|
|
6559
|
+
typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
|
|
6560
|
+
> = CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
6561
|
+
|
|
6562
|
+
/**
|
|
6563
|
+
* @internal
|
|
6564
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6565
|
+
*/
|
|
6566
|
+
export namespace CreateProjectLinkProjectsResponse200ApplicationJSONType$ {
|
|
6567
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
6568
|
+
export const inboundSchema =
|
|
6569
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
6570
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
6571
|
+
export const outboundSchema =
|
|
6572
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema;
|
|
6573
|
+
}
|
|
6574
|
+
|
|
6575
|
+
/** @internal */
|
|
6576
|
+
export const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
|
|
6577
|
+
z.ZodType<
|
|
6578
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6579
|
+
z.ZodTypeDef,
|
|
6580
|
+
unknown
|
|
6581
|
+
> = z.object({
|
|
6582
|
+
createdAt: z.number().optional(),
|
|
6583
|
+
id: z.string(),
|
|
6584
|
+
name: z.string(),
|
|
6585
|
+
ref: z.string(),
|
|
6586
|
+
url: z.string(),
|
|
6587
|
+
});
|
|
6588
|
+
|
|
6589
|
+
/** @internal */
|
|
6590
|
+
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound =
|
|
6591
|
+
{
|
|
6592
|
+
createdAt?: number | undefined;
|
|
6593
|
+
id: string;
|
|
6594
|
+
name: string;
|
|
6595
|
+
ref: string;
|
|
6596
|
+
url: string;
|
|
6597
|
+
};
|
|
6598
|
+
|
|
6599
|
+
/** @internal */
|
|
6600
|
+
export const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema:
|
|
6601
|
+
z.ZodType<
|
|
6602
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound,
|
|
6603
|
+
z.ZodTypeDef,
|
|
6604
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
|
|
6605
|
+
> = z.object({
|
|
6606
|
+
createdAt: z.number().optional(),
|
|
6607
|
+
id: z.string(),
|
|
6608
|
+
name: z.string(),
|
|
6609
|
+
ref: z.string(),
|
|
6610
|
+
url: z.string(),
|
|
6611
|
+
});
|
|
6612
|
+
|
|
6613
|
+
/**
|
|
6614
|
+
* @internal
|
|
6615
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6616
|
+
*/
|
|
6617
|
+
export namespace CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$ {
|
|
6618
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema` instead. */
|
|
6619
|
+
export const inboundSchema =
|
|
6620
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema;
|
|
6621
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema` instead. */
|
|
6622
|
+
export const outboundSchema =
|
|
6623
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema;
|
|
6624
|
+
/** @deprecated use `CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound` instead. */
|
|
6625
|
+
export type Outbound =
|
|
6626
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound;
|
|
6627
|
+
}
|
|
6628
|
+
|
|
6629
|
+
export function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksToJSON(
|
|
6630
|
+
createProjectLinkProjectsResponse200ApplicationJSONDeployHooks:
|
|
6631
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6632
|
+
): string {
|
|
6633
|
+
return JSON.stringify(
|
|
6634
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
|
|
6635
|
+
.parse(createProjectLinkProjectsResponse200ApplicationJSONDeployHooks),
|
|
6636
|
+
);
|
|
6637
|
+
}
|
|
6638
|
+
|
|
6639
|
+
export function createProjectLinkProjectsResponse200ApplicationJSONDeployHooksFromJSON(
|
|
6640
|
+
jsonString: string,
|
|
6641
|
+
): SafeParseResult<
|
|
6642
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks,
|
|
6643
|
+
SDKValidationError
|
|
6644
|
+
> {
|
|
6645
|
+
return safeParse(
|
|
6646
|
+
jsonString,
|
|
6647
|
+
(x) =>
|
|
6648
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
|
|
6649
|
+
.parse(JSON.parse(x)),
|
|
6650
|
+
`Failed to parse 'CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks' from JSON`,
|
|
6651
|
+
);
|
|
6652
|
+
}
|
|
6653
|
+
|
|
6654
|
+
/** @internal */
|
|
6655
|
+
export const CreateProjectLink5$inboundSchema: z.ZodType<
|
|
6656
|
+
CreateProjectLink5,
|
|
6657
|
+
z.ZodTypeDef,
|
|
6658
|
+
unknown
|
|
6659
|
+
> = z.object({
|
|
6660
|
+
org: z.string().optional(),
|
|
6661
|
+
repoOwnerId: z.number().optional(),
|
|
6662
|
+
repo: z.string().optional(),
|
|
6663
|
+
repoId: z.number().optional(),
|
|
6664
|
+
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema
|
|
6665
|
+
.optional(),
|
|
6666
|
+
host: z.string().optional(),
|
|
6667
|
+
createdAt: z.number().optional(),
|
|
6668
|
+
deployHooks: z.array(
|
|
6669
|
+
z.lazy(() =>
|
|
6670
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
|
|
6671
|
+
),
|
|
6672
|
+
),
|
|
6673
|
+
gitCredentialId: z.string().optional(),
|
|
6674
|
+
updatedAt: z.number().optional(),
|
|
6675
|
+
sourceless: z.boolean().optional(),
|
|
6676
|
+
productionBranch: z.string().optional(),
|
|
6677
|
+
});
|
|
6678
|
+
|
|
6679
|
+
/** @internal */
|
|
6680
|
+
export type CreateProjectLink5$Outbound = {
|
|
6681
|
+
org?: string | undefined;
|
|
6682
|
+
repoOwnerId?: number | undefined;
|
|
6683
|
+
repo?: string | undefined;
|
|
6684
|
+
repoId?: number | undefined;
|
|
6685
|
+
type?: string | undefined;
|
|
6686
|
+
host?: string | undefined;
|
|
6687
|
+
createdAt?: number | undefined;
|
|
6688
|
+
deployHooks: Array<
|
|
6689
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
|
|
6690
|
+
>;
|
|
6691
|
+
gitCredentialId?: string | undefined;
|
|
6692
|
+
updatedAt?: number | undefined;
|
|
6693
|
+
sourceless?: boolean | undefined;
|
|
6694
|
+
productionBranch?: string | undefined;
|
|
6695
|
+
};
|
|
6696
|
+
|
|
6697
|
+
/** @internal */
|
|
6698
|
+
export const CreateProjectLink5$outboundSchema: z.ZodType<
|
|
6699
|
+
CreateProjectLink5$Outbound,
|
|
6700
|
+
z.ZodTypeDef,
|
|
6701
|
+
CreateProjectLink5
|
|
6702
|
+
> = z.object({
|
|
6703
|
+
org: z.string().optional(),
|
|
6704
|
+
repoOwnerId: z.number().optional(),
|
|
6705
|
+
repo: z.string().optional(),
|
|
6706
|
+
repoId: z.number().optional(),
|
|
6707
|
+
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema
|
|
6708
|
+
.optional(),
|
|
6709
|
+
host: z.string().optional(),
|
|
6710
|
+
createdAt: z.number().optional(),
|
|
6711
|
+
deployHooks: z.array(
|
|
6712
|
+
z.lazy(() =>
|
|
6713
|
+
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
|
|
6714
|
+
),
|
|
6715
|
+
),
|
|
6716
|
+
gitCredentialId: z.string().optional(),
|
|
6717
|
+
updatedAt: z.number().optional(),
|
|
6718
|
+
sourceless: z.boolean().optional(),
|
|
6719
|
+
productionBranch: z.string().optional(),
|
|
6720
|
+
});
|
|
6721
|
+
|
|
6722
|
+
/**
|
|
6723
|
+
* @internal
|
|
6724
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6725
|
+
*/
|
|
6726
|
+
export namespace CreateProjectLink5$ {
|
|
6727
|
+
/** @deprecated use `CreateProjectLink5$inboundSchema` instead. */
|
|
6728
|
+
export const inboundSchema = CreateProjectLink5$inboundSchema;
|
|
6729
|
+
/** @deprecated use `CreateProjectLink5$outboundSchema` instead. */
|
|
6730
|
+
export const outboundSchema = CreateProjectLink5$outboundSchema;
|
|
6731
|
+
/** @deprecated use `CreateProjectLink5$Outbound` instead. */
|
|
6732
|
+
export type Outbound = CreateProjectLink5$Outbound;
|
|
6733
|
+
}
|
|
6734
|
+
|
|
6735
|
+
export function createProjectLink5ToJSON(
|
|
6736
|
+
createProjectLink5: CreateProjectLink5,
|
|
6737
|
+
): string {
|
|
6738
|
+
return JSON.stringify(
|
|
6739
|
+
CreateProjectLink5$outboundSchema.parse(createProjectLink5),
|
|
6740
|
+
);
|
|
6741
|
+
}
|
|
6742
|
+
|
|
6743
|
+
export function createProjectLink5FromJSON(
|
|
6744
|
+
jsonString: string,
|
|
6745
|
+
): SafeParseResult<CreateProjectLink5, SDKValidationError> {
|
|
6746
|
+
return safeParse(
|
|
6747
|
+
jsonString,
|
|
6748
|
+
(x) => CreateProjectLink5$inboundSchema.parse(JSON.parse(x)),
|
|
6749
|
+
`Failed to parse 'CreateProjectLink5' from JSON`,
|
|
6750
|
+
);
|
|
6751
|
+
}
|
|
6752
|
+
|
|
6390
6753
|
/** @internal */
|
|
6391
6754
|
export const CreateProjectLinkProjectsResponse200Type$inboundSchema:
|
|
6392
6755
|
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type> = z
|
|
@@ -6496,12 +6859,12 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
|
|
|
6496
6859
|
z.ZodTypeDef,
|
|
6497
6860
|
unknown
|
|
6498
6861
|
> = z.object({
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
repoId: z.number().optional(),
|
|
6862
|
+
name: z.string().optional(),
|
|
6863
|
+
slug: z.string().optional(),
|
|
6864
|
+
owner: z.string().optional(),
|
|
6503
6865
|
type: CreateProjectLinkProjectsResponse200Type$inboundSchema.optional(),
|
|
6504
|
-
|
|
6866
|
+
uuid: z.string().optional(),
|
|
6867
|
+
workspaceUuid: z.string().optional(),
|
|
6505
6868
|
createdAt: z.number().optional(),
|
|
6506
6869
|
deployHooks: z.array(
|
|
6507
6870
|
z.lazy(() => CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
|
|
@@ -6514,12 +6877,12 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
|
|
|
6514
6877
|
|
|
6515
6878
|
/** @internal */
|
|
6516
6879
|
export type CreateProjectLink4$Outbound = {
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
repoId?: number | undefined;
|
|
6880
|
+
name?: string | undefined;
|
|
6881
|
+
slug?: string | undefined;
|
|
6882
|
+
owner?: string | undefined;
|
|
6521
6883
|
type?: string | undefined;
|
|
6522
|
-
|
|
6884
|
+
uuid?: string | undefined;
|
|
6885
|
+
workspaceUuid?: string | undefined;
|
|
6523
6886
|
createdAt?: number | undefined;
|
|
6524
6887
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
6525
6888
|
gitCredentialId?: string | undefined;
|
|
@@ -6534,12 +6897,12 @@ export const CreateProjectLink4$outboundSchema: z.ZodType<
|
|
|
6534
6897
|
z.ZodTypeDef,
|
|
6535
6898
|
CreateProjectLink4
|
|
6536
6899
|
> = z.object({
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
repoId: z.number().optional(),
|
|
6900
|
+
name: z.string().optional(),
|
|
6901
|
+
slug: z.string().optional(),
|
|
6902
|
+
owner: z.string().optional(),
|
|
6541
6903
|
type: CreateProjectLinkProjectsResponse200Type$outboundSchema.optional(),
|
|
6542
|
-
|
|
6904
|
+
uuid: z.string().optional(),
|
|
6905
|
+
workspaceUuid: z.string().optional(),
|
|
6543
6906
|
createdAt: z.number().optional(),
|
|
6544
6907
|
deployHooks: z.array(
|
|
6545
6908
|
z.lazy(() =>
|
|
@@ -6692,12 +7055,13 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
|
6692
7055
|
z.ZodTypeDef,
|
|
6693
7056
|
unknown
|
|
6694
7057
|
> = z.object({
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
7058
|
+
projectId: z.string().optional(),
|
|
7059
|
+
projectName: z.string().optional(),
|
|
7060
|
+
projectNameWithNamespace: z.string().optional(),
|
|
7061
|
+
projectNamespace: z.string().optional(),
|
|
7062
|
+
projectOwnerId: z.number().optional(),
|
|
7063
|
+
projectUrl: z.string().optional(),
|
|
6698
7064
|
type: CreateProjectLinkProjectsResponseType$inboundSchema.optional(),
|
|
6699
|
-
uuid: z.string().optional(),
|
|
6700
|
-
workspaceUuid: z.string().optional(),
|
|
6701
7065
|
createdAt: z.number().optional(),
|
|
6702
7066
|
deployHooks: z.array(
|
|
6703
7067
|
z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema),
|
|
@@ -6710,12 +7074,13 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
|
6710
7074
|
|
|
6711
7075
|
/** @internal */
|
|
6712
7076
|
export type CreateProjectLink3$Outbound = {
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
7077
|
+
projectId?: string | undefined;
|
|
7078
|
+
projectName?: string | undefined;
|
|
7079
|
+
projectNameWithNamespace?: string | undefined;
|
|
7080
|
+
projectNamespace?: string | undefined;
|
|
7081
|
+
projectOwnerId?: number | undefined;
|
|
7082
|
+
projectUrl?: string | undefined;
|
|
6716
7083
|
type?: string | undefined;
|
|
6717
|
-
uuid?: string | undefined;
|
|
6718
|
-
workspaceUuid?: string | undefined;
|
|
6719
7084
|
createdAt?: number | undefined;
|
|
6720
7085
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
6721
7086
|
gitCredentialId?: string | undefined;
|
|
@@ -6730,12 +7095,13 @@ export const CreateProjectLink3$outboundSchema: z.ZodType<
|
|
|
6730
7095
|
z.ZodTypeDef,
|
|
6731
7096
|
CreateProjectLink3
|
|
6732
7097
|
> = z.object({
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
7098
|
+
projectId: z.string().optional(),
|
|
7099
|
+
projectName: z.string().optional(),
|
|
7100
|
+
projectNameWithNamespace: z.string().optional(),
|
|
7101
|
+
projectNamespace: z.string().optional(),
|
|
7102
|
+
projectOwnerId: z.number().optional(),
|
|
7103
|
+
projectUrl: z.string().optional(),
|
|
6736
7104
|
type: CreateProjectLinkProjectsResponseType$outboundSchema.optional(),
|
|
6737
|
-
uuid: z.string().optional(),
|
|
6738
|
-
workspaceUuid: z.string().optional(),
|
|
6739
7105
|
createdAt: z.number().optional(),
|
|
6740
7106
|
deployHooks: z.array(
|
|
6741
7107
|
z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$outboundSchema),
|
|
@@ -6875,36 +7241,32 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
|
6875
7241
|
z.ZodTypeDef,
|
|
6876
7242
|
unknown
|
|
6877
7243
|
> = z.object({
|
|
6878
|
-
projectId: z.string().optional(),
|
|
6879
|
-
projectName: z.string().optional(),
|
|
6880
|
-
projectNameWithNamespace: z.string().optional(),
|
|
6881
|
-
projectNamespace: z.string().optional(),
|
|
6882
|
-
projectOwnerId: z.number().optional(),
|
|
6883
|
-
projectUrl: z.string().optional(),
|
|
6884
7244
|
type: CreateProjectLinkProjectsType$inboundSchema.optional(),
|
|
7245
|
+
repo: z.string().optional(),
|
|
7246
|
+
repoId: z.number().optional(),
|
|
7247
|
+
updatedAt: z.number().optional(),
|
|
6885
7248
|
createdAt: z.number().optional(),
|
|
7249
|
+
org: z.string().optional(),
|
|
7250
|
+
repoOwnerId: z.number().optional(),
|
|
6886
7251
|
deployHooks: z.array(
|
|
6887
7252
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema),
|
|
6888
7253
|
),
|
|
6889
7254
|
gitCredentialId: z.string().optional(),
|
|
6890
|
-
updatedAt: z.number().optional(),
|
|
6891
7255
|
sourceless: z.boolean().optional(),
|
|
6892
7256
|
productionBranch: z.string().optional(),
|
|
6893
7257
|
});
|
|
6894
7258
|
|
|
6895
7259
|
/** @internal */
|
|
6896
7260
|
export type CreateProjectLink2$Outbound = {
|
|
6897
|
-
projectId?: string | undefined;
|
|
6898
|
-
projectName?: string | undefined;
|
|
6899
|
-
projectNameWithNamespace?: string | undefined;
|
|
6900
|
-
projectNamespace?: string | undefined;
|
|
6901
|
-
projectOwnerId?: number | undefined;
|
|
6902
|
-
projectUrl?: string | undefined;
|
|
6903
7261
|
type?: string | undefined;
|
|
7262
|
+
repo?: string | undefined;
|
|
7263
|
+
repoId?: number | undefined;
|
|
7264
|
+
updatedAt?: number | undefined;
|
|
6904
7265
|
createdAt?: number | undefined;
|
|
7266
|
+
org?: string | undefined;
|
|
7267
|
+
repoOwnerId?: number | undefined;
|
|
6905
7268
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
6906
7269
|
gitCredentialId?: string | undefined;
|
|
6907
|
-
updatedAt?: number | undefined;
|
|
6908
7270
|
sourceless?: boolean | undefined;
|
|
6909
7271
|
productionBranch?: string | undefined;
|
|
6910
7272
|
};
|
|
@@ -6915,19 +7277,17 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
|
|
|
6915
7277
|
z.ZodTypeDef,
|
|
6916
7278
|
CreateProjectLink2
|
|
6917
7279
|
> = z.object({
|
|
6918
|
-
projectId: z.string().optional(),
|
|
6919
|
-
projectName: z.string().optional(),
|
|
6920
|
-
projectNameWithNamespace: z.string().optional(),
|
|
6921
|
-
projectNamespace: z.string().optional(),
|
|
6922
|
-
projectOwnerId: z.number().optional(),
|
|
6923
|
-
projectUrl: z.string().optional(),
|
|
6924
7280
|
type: CreateProjectLinkProjectsType$outboundSchema.optional(),
|
|
7281
|
+
repo: z.string().optional(),
|
|
7282
|
+
repoId: z.number().optional(),
|
|
7283
|
+
updatedAt: z.number().optional(),
|
|
6925
7284
|
createdAt: z.number().optional(),
|
|
7285
|
+
org: z.string().optional(),
|
|
7286
|
+
repoOwnerId: z.number().optional(),
|
|
6926
7287
|
deployHooks: z.array(
|
|
6927
7288
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema),
|
|
6928
7289
|
),
|
|
6929
7290
|
gitCredentialId: z.string().optional(),
|
|
6930
|
-
updatedAt: z.number().optional(),
|
|
6931
7291
|
sourceless: z.boolean().optional(),
|
|
6932
7292
|
productionBranch: z.string().optional(),
|
|
6933
7293
|
});
|
|
@@ -7150,6 +7510,7 @@ export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
|
7150
7510
|
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
7151
7511
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
7152
7512
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
7513
|
+
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
7153
7514
|
]);
|
|
7154
7515
|
|
|
7155
7516
|
/** @internal */
|
|
@@ -7157,7 +7518,8 @@ export type CreateProjectLink$Outbound =
|
|
|
7157
7518
|
| CreateProjectLink1$Outbound
|
|
7158
7519
|
| CreateProjectLink2$Outbound
|
|
7159
7520
|
| CreateProjectLink3$Outbound
|
|
7160
|
-
| CreateProjectLink4$Outbound
|
|
7521
|
+
| CreateProjectLink4$Outbound
|
|
7522
|
+
| CreateProjectLink5$Outbound;
|
|
7161
7523
|
|
|
7162
7524
|
/** @internal */
|
|
7163
7525
|
export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -7169,6 +7531,7 @@ export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
|
7169
7531
|
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
7170
7532
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
7171
7533
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
7534
|
+
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
7172
7535
|
]);
|
|
7173
7536
|
|
|
7174
7537
|
/**
|
|
@@ -8015,77 +8378,83 @@ export function createProjectDefaultResourceConfigFromJSON(
|
|
|
8015
8378
|
}
|
|
8016
8379
|
|
|
8017
8380
|
/** @internal */
|
|
8018
|
-
export const
|
|
8019
|
-
typeof
|
|
8020
|
-
> = z.nativeEnum(
|
|
8381
|
+
export const CreateProjectProjectsDeploymentType$inboundSchema: z.ZodNativeEnum<
|
|
8382
|
+
typeof CreateProjectProjectsDeploymentType
|
|
8383
|
+
> = z.nativeEnum(CreateProjectProjectsDeploymentType);
|
|
8021
8384
|
|
|
8022
8385
|
/** @internal */
|
|
8023
|
-
export const
|
|
8024
|
-
typeof
|
|
8025
|
-
|
|
8386
|
+
export const CreateProjectProjectsDeploymentType$outboundSchema:
|
|
8387
|
+
z.ZodNativeEnum<typeof CreateProjectProjectsDeploymentType> =
|
|
8388
|
+
CreateProjectProjectsDeploymentType$inboundSchema;
|
|
8026
8389
|
|
|
8027
8390
|
/**
|
|
8028
8391
|
* @internal
|
|
8029
8392
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8030
8393
|
*/
|
|
8031
|
-
export namespace
|
|
8032
|
-
/** @deprecated use `
|
|
8033
|
-
export const inboundSchema =
|
|
8034
|
-
|
|
8035
|
-
|
|
8394
|
+
export namespace CreateProjectProjectsDeploymentType$ {
|
|
8395
|
+
/** @deprecated use `CreateProjectProjectsDeploymentType$inboundSchema` instead. */
|
|
8396
|
+
export const inboundSchema =
|
|
8397
|
+
CreateProjectProjectsDeploymentType$inboundSchema;
|
|
8398
|
+
/** @deprecated use `CreateProjectProjectsDeploymentType$outboundSchema` instead. */
|
|
8399
|
+
export const outboundSchema =
|
|
8400
|
+
CreateProjectProjectsDeploymentType$outboundSchema;
|
|
8036
8401
|
}
|
|
8037
8402
|
|
|
8038
8403
|
/** @internal */
|
|
8039
|
-
export const
|
|
8040
|
-
|
|
8404
|
+
export const CreateProjectProjectsSsoProtection$inboundSchema: z.ZodType<
|
|
8405
|
+
CreateProjectProjectsSsoProtection,
|
|
8041
8406
|
z.ZodTypeDef,
|
|
8042
8407
|
unknown
|
|
8043
8408
|
> = z.object({
|
|
8044
|
-
deploymentType:
|
|
8409
|
+
deploymentType: CreateProjectProjectsDeploymentType$inboundSchema,
|
|
8045
8410
|
});
|
|
8046
8411
|
|
|
8047
8412
|
/** @internal */
|
|
8048
|
-
export type
|
|
8413
|
+
export type CreateProjectProjectsSsoProtection$Outbound = {
|
|
8049
8414
|
deploymentType: string;
|
|
8050
8415
|
};
|
|
8051
8416
|
|
|
8052
8417
|
/** @internal */
|
|
8053
|
-
export const
|
|
8054
|
-
|
|
8418
|
+
export const CreateProjectProjectsSsoProtection$outboundSchema: z.ZodType<
|
|
8419
|
+
CreateProjectProjectsSsoProtection$Outbound,
|
|
8055
8420
|
z.ZodTypeDef,
|
|
8056
|
-
|
|
8421
|
+
CreateProjectProjectsSsoProtection
|
|
8057
8422
|
> = z.object({
|
|
8058
|
-
deploymentType:
|
|
8423
|
+
deploymentType: CreateProjectProjectsDeploymentType$outboundSchema,
|
|
8059
8424
|
});
|
|
8060
8425
|
|
|
8061
8426
|
/**
|
|
8062
8427
|
* @internal
|
|
8063
8428
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8064
8429
|
*/
|
|
8065
|
-
export namespace
|
|
8066
|
-
/** @deprecated use `
|
|
8067
|
-
export const inboundSchema =
|
|
8068
|
-
/** @deprecated use `
|
|
8069
|
-
export const outboundSchema =
|
|
8070
|
-
|
|
8071
|
-
|
|
8430
|
+
export namespace CreateProjectProjectsSsoProtection$ {
|
|
8431
|
+
/** @deprecated use `CreateProjectProjectsSsoProtection$inboundSchema` instead. */
|
|
8432
|
+
export const inboundSchema = CreateProjectProjectsSsoProtection$inboundSchema;
|
|
8433
|
+
/** @deprecated use `CreateProjectProjectsSsoProtection$outboundSchema` instead. */
|
|
8434
|
+
export const outboundSchema =
|
|
8435
|
+
CreateProjectProjectsSsoProtection$outboundSchema;
|
|
8436
|
+
/** @deprecated use `CreateProjectProjectsSsoProtection$Outbound` instead. */
|
|
8437
|
+
export type Outbound = CreateProjectProjectsSsoProtection$Outbound;
|
|
8072
8438
|
}
|
|
8073
8439
|
|
|
8074
|
-
export function
|
|
8075
|
-
|
|
8440
|
+
export function createProjectProjectsSsoProtectionToJSON(
|
|
8441
|
+
createProjectProjectsSsoProtection: CreateProjectProjectsSsoProtection,
|
|
8076
8442
|
): string {
|
|
8077
8443
|
return JSON.stringify(
|
|
8078
|
-
|
|
8444
|
+
CreateProjectProjectsSsoProtection$outboundSchema.parse(
|
|
8445
|
+
createProjectProjectsSsoProtection,
|
|
8446
|
+
),
|
|
8079
8447
|
);
|
|
8080
8448
|
}
|
|
8081
8449
|
|
|
8082
|
-
export function
|
|
8450
|
+
export function createProjectProjectsSsoProtectionFromJSON(
|
|
8083
8451
|
jsonString: string,
|
|
8084
|
-
): SafeParseResult<
|
|
8452
|
+
): SafeParseResult<CreateProjectProjectsSsoProtection, SDKValidationError> {
|
|
8085
8453
|
return safeParse(
|
|
8086
8454
|
jsonString,
|
|
8087
|
-
(x) =>
|
|
8088
|
-
|
|
8455
|
+
(x) =>
|
|
8456
|
+
CreateProjectProjectsSsoProtection$inboundSchema.parse(JSON.parse(x)),
|
|
8457
|
+
`Failed to parse 'CreateProjectProjectsSsoProtection' from JSON`,
|
|
8089
8458
|
);
|
|
8090
8459
|
}
|
|
8091
8460
|
|
|
@@ -8851,6 +9220,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8851
9220
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8852
9221
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
8853
9222
|
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9223
|
+
deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
|
|
8854
9224
|
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
8855
9225
|
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
8856
9226
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
@@ -8903,6 +9273,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8903
9273
|
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
8904
9274
|
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
8905
9275
|
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9276
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
8906
9277
|
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8907
9278
|
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8908
9279
|
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8910,11 +9281,11 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8910
9281
|
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
8911
9282
|
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8912
9283
|
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9284
|
+
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
8913
9285
|
user: z.array(ACLAction$inboundSchema).optional(),
|
|
8914
9286
|
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
8915
9287
|
userSudo: z.array(ACLAction$inboundSchema).optional(),
|
|
8916
9288
|
webAuthn: z.array(ACLAction$inboundSchema).optional(),
|
|
8917
|
-
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
8918
9289
|
accessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
8919
9290
|
aliasGlobal: z.array(ACLAction$inboundSchema).optional(),
|
|
8920
9291
|
analyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8927,6 +9298,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8927
9298
|
billingInvoiceLanguage: z.array(ACLAction$inboundSchema).optional(),
|
|
8928
9299
|
billingPlan: z.array(ACLAction$inboundSchema).optional(),
|
|
8929
9300
|
billingPurchaseOrder: z.array(ACLAction$inboundSchema).optional(),
|
|
9301
|
+
billingRefund: z.array(ACLAction$inboundSchema).optional(),
|
|
8930
9302
|
billingTaxId: z.array(ACLAction$inboundSchema).optional(),
|
|
8931
9303
|
blob: z.array(ACLAction$inboundSchema).optional(),
|
|
8932
9304
|
budget: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8936,6 +9308,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8936
9308
|
concurrentBuilds: z.array(ACLAction$inboundSchema).optional(),
|
|
8937
9309
|
connect: z.array(ACLAction$inboundSchema).optional(),
|
|
8938
9310
|
connectConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9311
|
+
defaultDeploymentProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
8939
9312
|
domain: z.array(ACLAction$inboundSchema).optional(),
|
|
8940
9313
|
domainAcceptDelegation: z.array(ACLAction$inboundSchema).optional(),
|
|
8941
9314
|
domainAuthCodes: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8970,6 +9343,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8970
9343
|
marketplaceInstallationMember: z.array(ACLAction$inboundSchema).optional(),
|
|
8971
9344
|
marketplaceBillingData: z.array(ACLAction$inboundSchema).optional(),
|
|
8972
9345
|
marketplaceInvoice: z.array(ACLAction$inboundSchema).optional(),
|
|
9346
|
+
marketplaceSettings: z.array(ACLAction$inboundSchema).optional(),
|
|
8973
9347
|
marketplaceExperimentationItem: z.array(ACLAction$inboundSchema).optional(),
|
|
8974
9348
|
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$inboundSchema)
|
|
8975
9349
|
.optional(),
|
|
@@ -8997,6 +9371,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8997
9371
|
notificationStatementOfReasons: z.array(ACLAction$inboundSchema).optional(),
|
|
8998
9372
|
observabilityConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8999
9373
|
observabilityNotebook: z.array(ACLAction$inboundSchema).optional(),
|
|
9374
|
+
observabilityFunnel: z.array(ACLAction$inboundSchema).optional(),
|
|
9000
9375
|
openTelemetryEndpoint: z.array(ACLAction$inboundSchema).optional(),
|
|
9001
9376
|
vercelAppInstallation: z.array(ACLAction$inboundSchema).optional(),
|
|
9002
9377
|
paymentMethod: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9070,6 +9445,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9070
9445
|
connectConfigurationLink?: Array<string> | undefined;
|
|
9071
9446
|
dataCacheNamespace?: Array<string> | undefined;
|
|
9072
9447
|
deployment?: Array<string> | undefined;
|
|
9448
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
9073
9449
|
deploymentCheck?: Array<string> | undefined;
|
|
9074
9450
|
deploymentCheckPreview?: Array<string> | undefined;
|
|
9075
9451
|
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
@@ -9120,6 +9496,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9120
9496
|
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9121
9497
|
projectRollingRelease?: Array<string> | undefined;
|
|
9122
9498
|
projectTier?: Array<string> | undefined;
|
|
9499
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
9123
9500
|
seawallConfig?: Array<string> | undefined;
|
|
9124
9501
|
skewProtection?: Array<string> | undefined;
|
|
9125
9502
|
analytics?: Array<string> | undefined;
|
|
@@ -9127,11 +9504,11 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9127
9504
|
webAnalytics?: Array<string> | undefined;
|
|
9128
9505
|
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9129
9506
|
sonar?: Array<string> | undefined;
|
|
9507
|
+
oauth2Connection?: Array<string> | undefined;
|
|
9130
9508
|
user?: Array<string> | undefined;
|
|
9131
9509
|
userConnection?: Array<string> | undefined;
|
|
9132
9510
|
userSudo?: Array<string> | undefined;
|
|
9133
9511
|
webAuthn?: Array<string> | undefined;
|
|
9134
|
-
oauth2Connection?: Array<string> | undefined;
|
|
9135
9512
|
accessGroup?: Array<string> | undefined;
|
|
9136
9513
|
aliasGlobal?: Array<string> | undefined;
|
|
9137
9514
|
analyticsSampling?: Array<string> | undefined;
|
|
@@ -9144,6 +9521,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9144
9521
|
billingInvoiceLanguage?: Array<string> | undefined;
|
|
9145
9522
|
billingPlan?: Array<string> | undefined;
|
|
9146
9523
|
billingPurchaseOrder?: Array<string> | undefined;
|
|
9524
|
+
billingRefund?: Array<string> | undefined;
|
|
9147
9525
|
billingTaxId?: Array<string> | undefined;
|
|
9148
9526
|
blob?: Array<string> | undefined;
|
|
9149
9527
|
budget?: Array<string> | undefined;
|
|
@@ -9153,6 +9531,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9153
9531
|
concurrentBuilds?: Array<string> | undefined;
|
|
9154
9532
|
connect?: Array<string> | undefined;
|
|
9155
9533
|
connectConfiguration?: Array<string> | undefined;
|
|
9534
|
+
defaultDeploymentProtection?: Array<string> | undefined;
|
|
9156
9535
|
domain?: Array<string> | undefined;
|
|
9157
9536
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
9158
9537
|
domainAuthCodes?: Array<string> | undefined;
|
|
@@ -9185,6 +9564,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9185
9564
|
marketplaceInstallationMember?: Array<string> | undefined;
|
|
9186
9565
|
marketplaceBillingData?: Array<string> | undefined;
|
|
9187
9566
|
marketplaceInvoice?: Array<string> | undefined;
|
|
9567
|
+
marketplaceSettings?: Array<string> | undefined;
|
|
9188
9568
|
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
9189
9569
|
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
9190
9570
|
jobGlobal?: Array<string> | undefined;
|
|
@@ -9211,6 +9591,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9211
9591
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
9212
9592
|
observabilityConfiguration?: Array<string> | undefined;
|
|
9213
9593
|
observabilityNotebook?: Array<string> | undefined;
|
|
9594
|
+
observabilityFunnel?: Array<string> | undefined;
|
|
9214
9595
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
9215
9596
|
vercelAppInstallation?: Array<string> | undefined;
|
|
9216
9597
|
paymentMethod?: Array<string> | undefined;
|
|
@@ -9282,6 +9663,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9282
9663
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9283
9664
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9284
9665
|
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9666
|
+
deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
|
|
9285
9667
|
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9286
9668
|
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9287
9669
|
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
@@ -9334,6 +9716,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9334
9716
|
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9335
9717
|
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9336
9718
|
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9719
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9337
9720
|
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9338
9721
|
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9339
9722
|
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9341,11 +9724,11 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9341
9724
|
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9342
9725
|
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9343
9726
|
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9727
|
+
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
9344
9728
|
user: z.array(ACLAction$outboundSchema).optional(),
|
|
9345
9729
|
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9346
9730
|
userSudo: z.array(ACLAction$outboundSchema).optional(),
|
|
9347
9731
|
webAuthn: z.array(ACLAction$outboundSchema).optional(),
|
|
9348
|
-
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
9349
9732
|
accessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9350
9733
|
aliasGlobal: z.array(ACLAction$outboundSchema).optional(),
|
|
9351
9734
|
analyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9358,6 +9741,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9358
9741
|
billingInvoiceLanguage: z.array(ACLAction$outboundSchema).optional(),
|
|
9359
9742
|
billingPlan: z.array(ACLAction$outboundSchema).optional(),
|
|
9360
9743
|
billingPurchaseOrder: z.array(ACLAction$outboundSchema).optional(),
|
|
9744
|
+
billingRefund: z.array(ACLAction$outboundSchema).optional(),
|
|
9361
9745
|
billingTaxId: z.array(ACLAction$outboundSchema).optional(),
|
|
9362
9746
|
blob: z.array(ACLAction$outboundSchema).optional(),
|
|
9363
9747
|
budget: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9367,6 +9751,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9367
9751
|
concurrentBuilds: z.array(ACLAction$outboundSchema).optional(),
|
|
9368
9752
|
connect: z.array(ACLAction$outboundSchema).optional(),
|
|
9369
9753
|
connectConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9754
|
+
defaultDeploymentProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9370
9755
|
domain: z.array(ACLAction$outboundSchema).optional(),
|
|
9371
9756
|
domainAcceptDelegation: z.array(ACLAction$outboundSchema).optional(),
|
|
9372
9757
|
domainAuthCodes: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9403,6 +9788,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9403
9788
|
marketplaceInstallationMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9404
9789
|
marketplaceBillingData: z.array(ACLAction$outboundSchema).optional(),
|
|
9405
9790
|
marketplaceInvoice: z.array(ACLAction$outboundSchema).optional(),
|
|
9791
|
+
marketplaceSettings: z.array(ACLAction$outboundSchema).optional(),
|
|
9406
9792
|
marketplaceExperimentationItem: z.array(ACLAction$outboundSchema).optional(),
|
|
9407
9793
|
marketplaceExperimentationEdgeConfigData: z.array(ACLAction$outboundSchema)
|
|
9408
9794
|
.optional(),
|
|
@@ -9430,6 +9816,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9430
9816
|
notificationStatementOfReasons: z.array(ACLAction$outboundSchema).optional(),
|
|
9431
9817
|
observabilityConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9432
9818
|
observabilityNotebook: z.array(ACLAction$outboundSchema).optional(),
|
|
9819
|
+
observabilityFunnel: z.array(ACLAction$outboundSchema).optional(),
|
|
9433
9820
|
openTelemetryEndpoint: z.array(ACLAction$outboundSchema).optional(),
|
|
9434
9821
|
vercelAppInstallation: z.array(ACLAction$outboundSchema).optional(),
|
|
9435
9822
|
paymentMethod: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10310,11 +10697,13 @@ export const CreateProjectGitProviderOptions$inboundSchema: z.ZodType<
|
|
|
10310
10697
|
unknown
|
|
10311
10698
|
> = z.object({
|
|
10312
10699
|
createDeployments: CreateProjectCreateDeployments$inboundSchema,
|
|
10700
|
+
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
10313
10701
|
});
|
|
10314
10702
|
|
|
10315
10703
|
/** @internal */
|
|
10316
10704
|
export type CreateProjectGitProviderOptions$Outbound = {
|
|
10317
10705
|
createDeployments: string;
|
|
10706
|
+
disableRepositoryDispatchEvents?: boolean | undefined;
|
|
10318
10707
|
};
|
|
10319
10708
|
|
|
10320
10709
|
/** @internal */
|
|
@@ -10324,6 +10713,7 @@ export const CreateProjectGitProviderOptions$outboundSchema: z.ZodType<
|
|
|
10324
10713
|
CreateProjectGitProviderOptions
|
|
10325
10714
|
> = z.object({
|
|
10326
10715
|
createDeployments: CreateProjectCreateDeployments$outboundSchema,
|
|
10716
|
+
disableRepositoryDispatchEvents: z.boolean().optional(),
|
|
10327
10717
|
});
|
|
10328
10718
|
|
|
10329
10719
|
/**
|
|
@@ -11905,6 +12295,7 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11905
12295
|
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
11906
12296
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
11907
12297
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
12298
|
+
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
11908
12299
|
]).optional(),
|
|
11909
12300
|
microfrontends: z.union([
|
|
11910
12301
|
z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
|
|
@@ -11934,7 +12325,6 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11934
12325
|
CreateProjectDefaultResourceConfig$inboundSchema
|
|
11935
12326
|
),
|
|
11936
12327
|
rootDirectory: z.nullable(z.string()).optional(),
|
|
11937
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
11938
12328
|
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
11939
12329
|
skewProtectionBoundaryAt: z.number().optional(),
|
|
11940
12330
|
skewProtectionMaxAge: z.number().optional(),
|
|
@@ -11942,7 +12332,7 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11942
12332
|
sourceFilesOutsideRootDirectory: z.boolean().optional(),
|
|
11943
12333
|
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
11944
12334
|
ssoProtection: z.nullable(
|
|
11945
|
-
z.lazy(() =>
|
|
12335
|
+
z.lazy(() => CreateProjectProjectsSsoProtection$inboundSchema),
|
|
11946
12336
|
).optional(),
|
|
11947
12337
|
targets: z.record(
|
|
11948
12338
|
z.nullable(z.lazy(() => CreateProjectTargets$inboundSchema)),
|
|
@@ -11988,6 +12378,7 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11988
12378
|
.optional(),
|
|
11989
12379
|
tier: CreateProjectTier$inboundSchema.optional(),
|
|
11990
12380
|
features: z.lazy(() => CreateProjectFeatures$inboundSchema).optional(),
|
|
12381
|
+
v0: z.boolean().optional(),
|
|
11991
12382
|
});
|
|
11992
12383
|
|
|
11993
12384
|
/** @internal */
|
|
@@ -12035,6 +12426,7 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
12035
12426
|
| CreateProjectLink2$Outbound
|
|
12036
12427
|
| CreateProjectLink3$Outbound
|
|
12037
12428
|
| CreateProjectLink4$Outbound
|
|
12429
|
+
| CreateProjectLink5$Outbound
|
|
12038
12430
|
| undefined;
|
|
12039
12431
|
microfrontends?:
|
|
12040
12432
|
| CreateProjectMicrofrontends1$Outbound
|
|
@@ -12055,14 +12447,16 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
12055
12447
|
rollingRelease?: CreateProjectRollingRelease$Outbound | null | undefined;
|
|
12056
12448
|
defaultResourceConfig: CreateProjectDefaultResourceConfig$Outbound;
|
|
12057
12449
|
rootDirectory?: string | null | undefined;
|
|
12058
|
-
serverlessFunctionRegion?: string | null | undefined;
|
|
12059
12450
|
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
12060
12451
|
skewProtectionBoundaryAt?: number | undefined;
|
|
12061
12452
|
skewProtectionMaxAge?: number | undefined;
|
|
12062
12453
|
skipGitConnectDuringLink?: boolean | undefined;
|
|
12063
12454
|
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
12064
12455
|
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
12065
|
-
ssoProtection?:
|
|
12456
|
+
ssoProtection?:
|
|
12457
|
+
| CreateProjectProjectsSsoProtection$Outbound
|
|
12458
|
+
| null
|
|
12459
|
+
| undefined;
|
|
12066
12460
|
targets?: { [k: string]: CreateProjectTargets$Outbound | null } | undefined;
|
|
12067
12461
|
transferCompletedAt?: number | undefined;
|
|
12068
12462
|
transferStartedAt?: number | undefined;
|
|
@@ -12098,6 +12492,7 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
12098
12492
|
oidcTokenConfig?: CreateProjectOidcTokenConfig$Outbound | undefined;
|
|
12099
12493
|
tier?: string | undefined;
|
|
12100
12494
|
features?: CreateProjectFeatures$Outbound | undefined;
|
|
12495
|
+
v0?: boolean | undefined;
|
|
12101
12496
|
};
|
|
12102
12497
|
|
|
12103
12498
|
/** @internal */
|
|
@@ -12150,6 +12545,7 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12150
12545
|
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
12151
12546
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
12152
12547
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
12548
|
+
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
12153
12549
|
]).optional(),
|
|
12154
12550
|
microfrontends: z.union([
|
|
12155
12551
|
z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
|
|
@@ -12179,7 +12575,6 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12179
12575
|
CreateProjectDefaultResourceConfig$outboundSchema
|
|
12180
12576
|
),
|
|
12181
12577
|
rootDirectory: z.nullable(z.string()).optional(),
|
|
12182
|
-
serverlessFunctionRegion: z.nullable(z.string()).optional(),
|
|
12183
12578
|
serverlessFunctionZeroConfigFailover: z.boolean().optional(),
|
|
12184
12579
|
skewProtectionBoundaryAt: z.number().optional(),
|
|
12185
12580
|
skewProtectionMaxAge: z.number().optional(),
|
|
@@ -12187,7 +12582,7 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12187
12582
|
sourceFilesOutsideRootDirectory: z.boolean().optional(),
|
|
12188
12583
|
enableAffectedProjectsDeployments: z.boolean().optional(),
|
|
12189
12584
|
ssoProtection: z.nullable(
|
|
12190
|
-
z.lazy(() =>
|
|
12585
|
+
z.lazy(() => CreateProjectProjectsSsoProtection$outboundSchema),
|
|
12191
12586
|
).optional(),
|
|
12192
12587
|
targets: z.record(
|
|
12193
12588
|
z.nullable(z.lazy(() => CreateProjectTargets$outboundSchema)),
|
|
@@ -12233,6 +12628,7 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
12233
12628
|
.optional(),
|
|
12234
12629
|
tier: CreateProjectTier$outboundSchema.optional(),
|
|
12235
12630
|
features: z.lazy(() => CreateProjectFeatures$outboundSchema).optional(),
|
|
12631
|
+
v0: z.boolean().optional(),
|
|
12236
12632
|
});
|
|
12237
12633
|
|
|
12238
12634
|
/**
|