@vercel/sdk 1.7.7 → 1.8.0
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/FUNCTIONS.md +5 -22
- package/README.md +49 -61
- package/bin/mcp-server.js +3840 -2253
- package/bin/mcp-server.js.map +206 -208
- package/docs/sdks/accessgroups/README.md +55 -106
- package/docs/sdks/aliases/README.md +30 -54
- package/docs/sdks/artifacts/README.md +30 -50
- package/docs/sdks/authentication/README.md +27 -47
- package/docs/sdks/certs/README.md +20 -48
- package/docs/sdks/checks/README.md +25 -45
- package/docs/sdks/deployments/README.md +52 -86
- package/docs/sdks/dns/README.md +20 -36
- package/docs/sdks/domains/README.md +45 -81
- package/docs/sdks/edgeconfig/README.md +80 -138
- package/docs/sdks/environment/README.md +25 -45
- package/docs/sdks/integrations/README.md +22 -34
- package/docs/sdks/logdrains/README.md +20 -32
- package/docs/sdks/logs/README.md +5 -9
- package/docs/sdks/marketplace/README.md +90 -135
- package/docs/sdks/projectmembers/README.md +15 -27
- package/docs/sdks/projects/README.md +120 -208
- package/docs/sdks/security/README.md +40 -72
- package/docs/sdks/teams/README.md +71 -122
- package/docs/sdks/user/README.md +15 -27
- package/docs/sdks/vercel/README.md +25 -43
- package/docs/sdks/webhooks/README.md +20 -34
- package/esm/__tests__/accessgroups.test.js +164 -0
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/aliases.test.js +65 -0
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/artifacts.test.js +21 -2
- package/esm/__tests__/artifacts.test.js.map +1 -1
- package/esm/__tests__/authentication.test.js +44 -0
- package/esm/__tests__/authentication.test.js.map +1 -1
- package/esm/__tests__/certs.test.js +32 -6
- package/esm/__tests__/certs.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +46 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +222 -4
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/dns.test.js +12 -10
- package/esm/__tests__/dns.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +107 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +102 -1
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +34 -0
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +87 -0
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/logs.test.js +12 -0
- package/esm/__tests__/logs.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +86 -48
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projectmembers.test.js +6 -0
- package/esm/__tests__/projectmembers.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +513 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/security.test.js +222 -5
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +129 -0
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/__tests__/user.test.js +10 -0
- package/esm/__tests__/user.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +149 -15
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/__tests__/webhooks.test.js +74 -2
- package/esm/__tests__/webhooks.test.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +3 -3
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.js +4 -3
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +3 -3
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +4 -3
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +3 -3
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +4 -3
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +3 -3
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +4 -3
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +3 -3
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +4 -3
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +3 -3
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +4 -3
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.d.ts +3 -3
- package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.js +4 -3
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts +3 -3
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.js +4 -3
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +3 -3
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +4 -3
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +3 -3
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +4 -3
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +3 -3
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +4 -3
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -1
- package/esm/funcs/aliasesAssignAlias.d.ts +3 -2
- package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesAssignAlias.js +3 -1
- package/esm/funcs/aliasesAssignAlias.js.map +1 -1
- package/esm/funcs/aliasesDeleteAlias.d.ts +3 -2
- package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesDeleteAlias.js +3 -1
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +3 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +3 -1
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/aliasesListAliases.d.ts +3 -2
- package/esm/funcs/aliasesListAliases.d.ts.map +1 -1
- package/esm/funcs/aliasesListAliases.js +3 -1
- package/esm/funcs/aliasesListAliases.js.map +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.d.ts +3 -2
- package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.js +3 -1
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts +3 -2
- package/esm/funcs/aliasesPatchUrlProtectionBypass.d.ts.map +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js +3 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -1
- package/esm/funcs/artifactsArtifactExists.d.ts +3 -2
- package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -1
- package/esm/funcs/artifactsArtifactExists.js +3 -1
- package/esm/funcs/artifactsArtifactExists.js.map +1 -1
- package/esm/funcs/artifactsArtifactQuery.d.ts +3 -2
- package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -1
- package/esm/funcs/artifactsArtifactQuery.js +3 -1
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -1
- package/esm/funcs/artifactsDownloadArtifact.d.ts +3 -2
- package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -1
- package/esm/funcs/artifactsDownloadArtifact.js +3 -1
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -1
- package/esm/funcs/artifactsRecordEvents.d.ts +3 -2
- package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -1
- package/esm/funcs/artifactsRecordEvents.js +3 -1
- package/esm/funcs/artifactsRecordEvents.js.map +1 -1
- package/esm/funcs/artifactsStatus.d.ts +3 -2
- package/esm/funcs/artifactsStatus.d.ts.map +1 -1
- package/esm/funcs/artifactsStatus.js +3 -1
- package/esm/funcs/artifactsStatus.js.map +1 -1
- package/esm/funcs/artifactsUploadArtifact.d.ts +3 -2
- package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -1
- package/esm/funcs/artifactsUploadArtifact.js +3 -1
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -1
- package/esm/funcs/authenticationCreateAuthToken.d.ts +3 -2
- package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationCreateAuthToken.js +3 -1
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.d.ts +3 -2
- package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.js +3 -1
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -1
- package/esm/funcs/authenticationGetAuthToken.d.ts +3 -2
- package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -1
- package/esm/funcs/authenticationGetAuthToken.js +3 -1
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -1
- package/esm/funcs/authenticationListAuthTokens.d.ts +3 -2
- package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -1
- package/esm/funcs/authenticationListAuthTokens.js +3 -1
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -1
- package/esm/funcs/certsGetCertById.d.ts +3 -2
- package/esm/funcs/certsGetCertById.d.ts.map +1 -1
- package/esm/funcs/certsGetCertById.js +3 -1
- package/esm/funcs/certsGetCertById.js.map +1 -1
- package/esm/funcs/certsIssueCert.d.ts +3 -2
- package/esm/funcs/certsIssueCert.d.ts.map +1 -1
- package/esm/funcs/certsIssueCert.js +3 -1
- package/esm/funcs/certsIssueCert.js.map +1 -1
- package/esm/funcs/certsRemoveCert.d.ts +3 -2
- package/esm/funcs/certsRemoveCert.d.ts.map +1 -1
- package/esm/funcs/certsRemoveCert.js +3 -1
- package/esm/funcs/certsRemoveCert.js.map +1 -1
- package/esm/funcs/certsUploadCert.d.ts +3 -2
- package/esm/funcs/certsUploadCert.d.ts.map +1 -1
- package/esm/funcs/certsUploadCert.js +3 -1
- package/esm/funcs/certsUploadCert.js.map +1 -1
- package/esm/funcs/checksCreateCheck.d.ts +3 -2
- package/esm/funcs/checksCreateCheck.d.ts.map +1 -1
- package/esm/funcs/checksCreateCheck.js +3 -1
- package/esm/funcs/checksCreateCheck.js.map +1 -1
- package/esm/funcs/checksGetAllChecks.d.ts +3 -2
- package/esm/funcs/checksGetAllChecks.d.ts.map +1 -1
- package/esm/funcs/checksGetAllChecks.js +3 -1
- package/esm/funcs/checksGetAllChecks.js.map +1 -1
- package/esm/funcs/checksGetCheck.d.ts +3 -2
- package/esm/funcs/checksGetCheck.d.ts.map +1 -1
- package/esm/funcs/checksGetCheck.js +3 -1
- package/esm/funcs/checksGetCheck.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.d.ts +3 -2
- package/esm/funcs/checksRerequestCheck.d.ts.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +3 -1
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/checksUpdateCheck.d.ts +3 -2
- package/esm/funcs/checksUpdateCheck.d.ts.map +1 -1
- package/esm/funcs/checksUpdateCheck.js +3 -1
- package/esm/funcs/checksUpdateCheck.js.map +1 -1
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts +3 -2
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.d.ts.map +1 -1
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js +3 -1
- package/esm/funcs/deleteProjectsProjectIdLogsPresetsId.js.map +1 -1
- package/esm/funcs/deploymentsCancelDeployment.d.ts +3 -2
- package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsCancelDeployment.js +3 -1
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.d.ts +3 -2
- package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +3 -1
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.d.ts +3 -2
- package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.js +3 -1
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployment.d.ts +3 -2
- package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeployment.js +3 -1
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +3 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +3 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +3 -2
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +3 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.d.ts +3 -2
- package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +3 -1
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts +3 -2
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.js +3 -1
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts +3 -2
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.d.ts.map +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js +3 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.d.ts +3 -2
- package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +3 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/dnsCreateRecord.d.ts +3 -2
- package/esm/funcs/dnsCreateRecord.d.ts.map +1 -1
- package/esm/funcs/dnsCreateRecord.js +3 -1
- package/esm/funcs/dnsCreateRecord.js.map +1 -1
- package/esm/funcs/dnsGetRecords.d.ts +3 -2
- package/esm/funcs/dnsGetRecords.d.ts.map +1 -1
- package/esm/funcs/dnsGetRecords.js +3 -1
- package/esm/funcs/dnsGetRecords.js.map +1 -1
- package/esm/funcs/dnsRemoveRecord.d.ts +3 -2
- package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -1
- package/esm/funcs/dnsRemoveRecord.js +3 -1
- package/esm/funcs/dnsRemoveRecord.js.map +1 -1
- package/esm/funcs/dnsUpdateRecord.d.ts +3 -2
- package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -1
- package/esm/funcs/dnsUpdateRecord.js +3 -1
- package/esm/funcs/dnsUpdateRecord.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.d.ts +3 -2
- package/esm/funcs/domainsBuyDomain.d.ts.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +3 -1
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.d.ts +3 -2
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +3 -1
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.d.ts +3 -2
- package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js +3 -1
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
- package/esm/funcs/domainsDeleteDomain.d.ts +3 -2
- package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -1
- package/esm/funcs/domainsDeleteDomain.js +3 -1
- package/esm/funcs/domainsDeleteDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomain.d.ts +3 -2
- package/esm/funcs/domainsGetDomain.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomain.js +3 -1
- package/esm/funcs/domainsGetDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.d.ts +3 -2
- package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +3 -1
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.d.ts +3 -2
- package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +3 -1
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/domainsGetDomains.d.ts +3 -2
- package/esm/funcs/domainsGetDomains.d.ts.map +1 -1
- package/esm/funcs/domainsGetDomains.js +3 -1
- package/esm/funcs/domainsGetDomains.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.d.ts +3 -2
- package/esm/funcs/domainsPatchDomain.d.ts.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +3 -1
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +3 -2
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +3 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +3 -2
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +3 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +3 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +3 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +3 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +3 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +3 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +3 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +3 -2
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +3 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +3 -2
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +3 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +3 -2
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +3 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.d.ts +3 -2
- package/esm/funcs/environmentCreateCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.js +3 -1
- package/esm/funcs/environmentCreateCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.d.ts +3 -2
- package/esm/funcs/environmentGetCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.js +3 -1
- package/esm/funcs/environmentGetCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts +3 -2
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.d.ts.map +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +3 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.d.ts +3 -2
- package/esm/funcs/environmentRemoveCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.js +3 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.d.ts +3 -2
- package/esm/funcs/environmentUpdateCustomEnvironment.d.ts.map +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.js +3 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.js.map +1 -1
- package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts +3 -2
- package/esm/funcs/getProjectsProjectIdLogsPresets.d.ts.map +1 -1
- package/esm/funcs/getProjectsProjectIdLogsPresets.js +3 -1
- package/esm/funcs/getProjectsProjectIdLogsPresets.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.d.ts +3 -2
- package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +3 -1
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetConfiguration.d.ts +3 -2
- package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -1
- package/esm/funcs/integrationsGetConfiguration.js +3 -1
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurations.d.ts +3 -2
- package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -1
- package/esm/funcs/integrationsGetConfigurations.js +3 -1
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +3 -2
- package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +3 -1
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +3 -2
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +3 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +3 -2
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +3 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +3 -2
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +3 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -1
- package/esm/funcs/logsGetRuntimeLogs.d.ts +3 -2
- package/esm/funcs/logsGetRuntimeLogs.d.ts.map +1 -1
- package/esm/funcs/logsGetRuntimeLogs.js +3 -1
- package/esm/funcs/logsGetRuntimeLogs.js.map +1 -1
- package/esm/funcs/marketplaceCreateEvent.d.ts +4 -2
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateEvent.js +5 -2
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts +3 -2
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js +3 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts +3 -2
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js +3 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts +3 -2
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js +3 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +3 -2
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +3 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +4 -2
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.js +5 -2
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -1
- package/esm/funcs/marketplaceGetInvoice.d.ts +3 -2
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetInvoice.js +3 -1
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -1
- package/esm/funcs/marketplaceGetMember.d.ts +3 -2
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -1
- package/esm/funcs/marketplaceGetMember.js +3 -1
- package/esm/funcs/marketplaceGetMember.js.map +1 -1
- package/esm/funcs/marketplaceImportResource.d.ts +3 -2
- package/esm/funcs/marketplaceImportResource.d.ts.map +1 -1
- package/esm/funcs/marketplaceImportResource.js +3 -1
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +4 -2
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.js +5 -2
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +4 -2
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +5 -2
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts +4 -2
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.d.ts.map +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js +5 -2
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts +3 -2
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js +3 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts +3 -2
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +3 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +3 -2
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +3 -1
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +3 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +3 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts +3 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.d.ts.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +3 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts +3 -2
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.d.ts.map +1 -1
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js +3 -1
- package/esm/funcs/patchProjectsProjectIdLogsPresetsId.js.map +1 -1
- package/esm/funcs/postDomains.d.ts +3 -2
- package/esm/funcs/postDomains.d.ts.map +1 -1
- package/esm/funcs/postDomains.js +3 -1
- package/esm/funcs/postDomains.js.map +1 -1
- package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts +3 -2
- package/esm/funcs/postProjectsProjectIdLogsPresets.d.ts.map +1 -1
- package/esm/funcs/postProjectsProjectIdLogsPresets.js +3 -1
- package/esm/funcs/postProjectsProjectIdLogsPresets.js.map +1 -1
- package/esm/funcs/projectMembersAddProjectMember.d.ts +3 -2
- package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -1
- package/esm/funcs/projectMembersAddProjectMember.js +3 -1
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.d.ts +3 -2
- package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.js +3 -1
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts +3 -2
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.js +3 -1
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts +3 -2
- package/esm/funcs/projectsAcceptProjectTransferRequest.d.ts.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +3 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsAddProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsAddProjectDomain.js +3 -1
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -1
- package/esm/funcs/projectsCreateProject.d.ts +3 -2
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +3 -1
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -2
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +3 -1
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.d.ts +3 -2
- package/esm/funcs/projectsCreateProjectTransferRequest.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.js +3 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsDeleteProject.d.ts +3 -2
- package/esm/funcs/projectsDeleteProject.d.ts.map +1 -1
- package/esm/funcs/projectsDeleteProject.js +3 -1
- package/esm/funcs/projectsDeleteProject.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +3 -2
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +3 -1
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.d.ts +3 -2
- package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.js +3 -1
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectDomain.js +3 -1
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomains.d.ts +3 -2
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectDomains.js +3 -1
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -1
- package/esm/funcs/projectsGetProjectEnv.d.ts +3 -2
- package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjectEnv.js +3 -1
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -1
- package/esm/funcs/projectsGetProjects.d.ts +3 -2
- package/esm/funcs/projectsGetProjects.d.ts.map +1 -1
- package/esm/funcs/projectsGetProjects.js +3 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/projectsListPromoteAliases.d.ts +3 -2
- package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -1
- package/esm/funcs/projectsListPromoteAliases.js +3 -1
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -1
- package/esm/funcs/projectsMoveProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsMoveProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsMoveProjectDomain.js +3 -1
- package/esm/funcs/projectsMoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsPauseProject.d.ts +3 -2
- package/esm/funcs/projectsPauseProject.d.ts.map +1 -1
- package/esm/funcs/projectsPauseProject.js +3 -1
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js +3 -1
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.d.ts +3 -2
- package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.js +3 -1
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.d.ts +3 -2
- package/esm/funcs/projectsRequestPromote.d.ts.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +3 -1
- package/esm/funcs/projectsRequestPromote.js.map +1 -1
- package/esm/funcs/projectsUnpauseProject.d.ts +3 -2
- package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -1
- package/esm/funcs/projectsUnpauseProject.js +3 -1
- package/esm/funcs/projectsUnpauseProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProject.d.ts +3 -2
- package/esm/funcs/projectsUpdateProject.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProject.js +3 -1
- package/esm/funcs/projectsUpdateProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts +3 -2
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.js +3 -1
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.js +3 -1
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +3 -2
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +3 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.d.ts +3 -2
- package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.js +3 -1
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -1
- package/esm/funcs/securityAddBypassIp.d.ts +3 -2
- package/esm/funcs/securityAddBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityAddBypassIp.js +3 -1
- package/esm/funcs/securityAddBypassIp.js.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +3 -2
- package/esm/funcs/securityGetActiveAttackStatus.d.ts.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +3 -1
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/funcs/securityGetBypassIp.d.ts +3 -2
- package/esm/funcs/securityGetBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityGetBypassIp.js +3 -1
- package/esm/funcs/securityGetBypassIp.js.map +1 -1
- package/esm/funcs/securityGetFirewallConfig.d.ts +3 -2
- package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityGetFirewallConfig.js +3 -1
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.d.ts +3 -2
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.js +3 -1
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -1
- package/esm/funcs/securityRemoveBypassIp.d.ts +3 -2
- package/esm/funcs/securityRemoveBypassIp.d.ts.map +1 -1
- package/esm/funcs/securityRemoveBypassIp.js +3 -1
- package/esm/funcs/securityRemoveBypassIp.js.map +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +3 -2
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.js +3 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.d.ts +3 -2
- package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.js +3 -1
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -1
- package/esm/funcs/teamsCreateTeam.d.ts +3 -2
- package/esm/funcs/teamsCreateTeam.d.ts.map +1 -1
- package/esm/funcs/teamsCreateTeam.js +3 -1
- package/esm/funcs/teamsCreateTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeam.d.ts +3 -3
- package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -1
- package/esm/funcs/teamsDeleteTeam.js +4 -3
- package/esm/funcs/teamsDeleteTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +3 -2
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.js +3 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -1
- package/esm/funcs/teamsGetTeam.d.ts +4 -3
- package/esm/funcs/teamsGetTeam.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeam.js +4 -2
- package/esm/funcs/teamsGetTeam.js.map +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts +3 -2
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.js +3 -1
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -1
- package/esm/funcs/teamsGetTeamMembers.d.ts +3 -2
- package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeamMembers.js +3 -1
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -1
- package/esm/funcs/teamsGetTeams.d.ts +3 -2
- package/esm/funcs/teamsGetTeams.d.ts.map +1 -1
- package/esm/funcs/teamsGetTeams.js +3 -1
- package/esm/funcs/teamsGetTeams.js.map +1 -1
- package/esm/funcs/teamsInviteUserToTeam.d.ts +3 -3
- package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +4 -3
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -1
- package/esm/funcs/teamsJoinTeam.d.ts +3 -2
- package/esm/funcs/teamsJoinTeam.d.ts.map +1 -1
- package/esm/funcs/teamsJoinTeam.js +3 -1
- package/esm/funcs/teamsJoinTeam.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.d.ts +4 -4
- package/esm/funcs/teamsPatchTeam.d.ts.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +5 -4
- package/esm/funcs/teamsPatchTeam.js.map +1 -1
- package/esm/funcs/teamsRemoveTeamMember.d.ts +3 -2
- package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -1
- package/esm/funcs/teamsRemoveTeamMember.js +3 -1
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.d.ts +3 -2
- package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.js +3 -1
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -1
- package/esm/funcs/teamsUpdateTeamMember.d.ts +3 -2
- package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -1
- package/esm/funcs/teamsUpdateTeamMember.js +3 -1
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -1
- package/esm/funcs/userGetAuthUser.d.ts +3 -2
- package/esm/funcs/userGetAuthUser.d.ts.map +1 -1
- package/esm/funcs/userGetAuthUser.js +3 -1
- package/esm/funcs/userGetAuthUser.js.map +1 -1
- package/esm/funcs/userListUserEvents.d.ts +3 -2
- package/esm/funcs/userListUserEvents.d.ts.map +1 -1
- package/esm/funcs/userListUserEvents.js +3 -1
- package/esm/funcs/userListUserEvents.js.map +1 -1
- package/esm/funcs/userRequestDelete.d.ts +3 -2
- package/esm/funcs/userRequestDelete.d.ts.map +1 -1
- package/esm/funcs/userRequestDelete.js +3 -1
- package/esm/funcs/userRequestDelete.js.map +1 -1
- package/esm/funcs/webhooksCreateWebhook.d.ts +3 -2
- package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksCreateWebhook.js +3 -1
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -1
- package/esm/funcs/webhooksDeleteWebhook.d.ts +3 -2
- package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksDeleteWebhook.js +3 -1
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhook.d.ts +3 -2
- package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -1
- package/esm/funcs/webhooksGetWebhook.js +3 -1
- package/esm/funcs/webhooksGetWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhooks.d.ts +3 -2
- package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -1
- package/esm/funcs/webhooksGetWebhooks.js +3 -1
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -1
- package/esm/hooks/types.d.ts +2 -0
- package/esm/hooks/types.d.ts.map +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/lib/config.d.ts +7 -3
- package/esm/lib/config.d.ts.map +1 -1
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/files.d.ts +5 -0
- package/esm/lib/files.d.ts.map +1 -1
- package/esm/lib/files.js +40 -0
- package/esm/lib/files.js.map +1 -1
- package/esm/lib/matchers.d.ts +3 -10
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +33 -30
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.d.ts +1 -0
- package/esm/lib/sdks.d.ts.map +1 -1
- package/esm/lib/sdks.js +3 -3
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -5
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +66 -48
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +54 -46
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +117 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +105 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +334 -217
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +273 -168
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +273 -55
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +239 -40
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createteamop.d.ts +0 -29
- package/esm/models/createteamop.d.ts.map +1 -1
- package/esm/models/createteamop.js +0 -23
- package/esm/models/createteamop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +126 -24
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +42 -8
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +9 -8
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +4 -2
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +117 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +105 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +96 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +85 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +172 -34
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +185 -32
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +259 -43
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +237 -36
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteamsop.d.ts +4 -4
- package/esm/models/getteamsop.d.ts.map +1 -1
- package/esm/models/getteamsop.js +4 -4
- package/esm/models/getteamsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +63 -12
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +21 -4
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +126 -24
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +42 -8
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +9 -8
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +4 -2
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +35 -35
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +50 -41
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +172 -34
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +181 -31
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/responsevalidationerror.d.ts +26 -0
- package/esm/models/responsevalidationerror.d.ts.map +1 -0
- package/esm/models/responsevalidationerror.js +29 -0
- package/esm/models/responsevalidationerror.js.map +1 -0
- package/esm/models/sdkerror.d.ts +8 -6
- package/esm/models/sdkerror.d.ts.map +1 -1
- package/esm/models/sdkerror.js +17 -10
- package/esm/models/sdkerror.js.map +1 -1
- package/esm/models/sdkvalidationerror.d.ts +1 -0
- package/esm/models/sdkvalidationerror.d.ts.map +1 -1
- package/esm/models/sdkvalidationerror.js +14 -0
- package/esm/models/sdkvalidationerror.js.map +1 -1
- package/esm/models/team.d.ts +928 -3
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +669 -2
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +138 -172
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +155 -188
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +0 -36
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +0 -12
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +266 -50
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +243 -39
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +264 -46
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +236 -37
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +282 -14
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +231 -15
- package/esm/models/userevent.js.map +1 -1
- package/esm/models/vercelbadrequesterror.d.ts +7 -2
- package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
- package/esm/models/vercelbadrequesterror.js +12 -4
- package/esm/models/vercelbadrequesterror.js.map +1 -1
- package/esm/models/vercelerror.d.ts +19 -0
- package/esm/models/vercelerror.d.ts.map +1 -0
- package/esm/models/vercelerror.js +16 -0
- package/esm/models/vercelerror.js.map +1 -0
- package/esm/models/vercelforbiddenerror.d.ts +7 -2
- package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
- package/esm/models/vercelforbiddenerror.js +12 -4
- package/esm/models/vercelforbiddenerror.js.map +1 -1
- package/esm/models/vercelnotfounderror.d.ts +7 -2
- package/esm/models/vercelnotfounderror.d.ts.map +1 -1
- package/esm/models/vercelnotfounderror.js +12 -4
- package/esm/models/vercelnotfounderror.js.map +1 -1
- package/esm/models/vercelratelimiterror.d.ts +7 -2
- package/esm/models/vercelratelimiterror.d.ts.map +1 -1
- package/esm/models/vercelratelimiterror.js +12 -4
- package/esm/models/vercelratelimiterror.js.map +1 -1
- package/esm/sdk/authentication.js +2 -2
- package/esm/sdk/authentication.js.map +1 -1
- package/esm/sdk/integrations.js +2 -2
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/teams.d.ts +3 -3
- package/esm/sdk/teams.d.ts.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +164 -0
- package/src/__tests__/aliases.test.ts +65 -0
- package/src/__tests__/artifacts.test.ts +23 -2
- package/src/__tests__/authentication.test.ts +44 -0
- package/src/__tests__/certs.test.ts +32 -6
- package/src/__tests__/checks.test.ts +46 -0
- package/src/__tests__/deployments.test.ts +222 -4
- package/src/__tests__/dns.test.ts +12 -10
- package/src/__tests__/domains.test.ts +107 -7
- package/src/__tests__/edgeconfig.test.ts +102 -1
- package/src/__tests__/environment.test.ts +34 -0
- package/src/__tests__/logdrains.test.ts +87 -0
- package/src/__tests__/logs.test.ts +12 -0
- package/src/__tests__/marketplace.test.ts +86 -48
- package/src/__tests__/projectmembers.test.ts +6 -0
- package/src/__tests__/projects.test.ts +513 -0
- package/src/__tests__/security.test.ts +222 -5
- package/src/__tests__/teams.test.ts +131 -0
- package/src/__tests__/user.test.ts +10 -0
- package/src/__tests__/vercel.test.ts +154 -20
- package/src/__tests__/webhooks.test.ts +74 -2
- package/src/funcs/accessGroupsCreateAccessGroup.ts +24 -26
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +24 -26
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +24 -26
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +24 -26
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +24 -26
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +24 -26
- package/src/funcs/accessGroupsListAccessGroups.ts +24 -26
- package/src/funcs/accessGroupsReadAccessGroup.ts +24 -26
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +24 -26
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +24 -26
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +24 -26
- package/src/funcs/aliasesAssignAlias.ts +23 -17
- package/src/funcs/aliasesDeleteAlias.ts +23 -17
- package/src/funcs/aliasesGetAlias.ts +23 -17
- package/src/funcs/aliasesListAliases.ts +23 -17
- package/src/funcs/aliasesListDeploymentAliases.ts +23 -17
- package/src/funcs/aliasesPatchUrlProtectionBypass.ts +23 -17
- package/src/funcs/artifactsArtifactExists.ts +23 -17
- package/src/funcs/artifactsArtifactQuery.ts +23 -17
- package/src/funcs/artifactsDownloadArtifact.ts +23 -17
- package/src/funcs/artifactsRecordEvents.ts +23 -17
- package/src/funcs/artifactsStatus.ts +23 -17
- package/src/funcs/artifactsUploadArtifact.ts +23 -17
- package/src/funcs/authenticationCreateAuthToken.ts +23 -17
- package/src/funcs/authenticationDeleteAuthToken.ts +23 -17
- package/src/funcs/authenticationGetAuthToken.ts +23 -17
- package/src/funcs/authenticationListAuthTokens.ts +23 -17
- package/src/funcs/certsGetCertById.ts +23 -17
- package/src/funcs/certsIssueCert.ts +23 -17
- package/src/funcs/certsRemoveCert.ts +23 -17
- package/src/funcs/certsUploadCert.ts +23 -17
- package/src/funcs/checksCreateCheck.ts +23 -17
- package/src/funcs/checksGetAllChecks.ts +23 -17
- package/src/funcs/checksGetCheck.ts +23 -17
- package/src/funcs/checksRerequestCheck.ts +23 -17
- package/src/funcs/checksUpdateCheck.ts +23 -17
- package/src/funcs/deleteProjectsProjectIdLogsPresetsId.ts +23 -17
- package/src/funcs/deploymentsCancelDeployment.ts +23 -17
- package/src/funcs/deploymentsCreateDeployment.ts +23 -17
- package/src/funcs/deploymentsDeleteDeployment.ts +23 -17
- package/src/funcs/deploymentsGetDeployment.ts +23 -17
- package/src/funcs/deploymentsGetDeploymentEvents.ts +23 -17
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +23 -17
- package/src/funcs/deploymentsGetDeployments.ts +23 -17
- package/src/funcs/deploymentsListDeploymentFiles.ts +23 -17
- package/src/funcs/deploymentsUpdateIntegrationDeploymentAction.ts +23 -17
- package/src/funcs/deploymentsUploadFile.ts +23 -17
- package/src/funcs/dnsCreateRecord.ts +23 -17
- package/src/funcs/dnsGetRecords.ts +23 -17
- package/src/funcs/dnsRemoveRecord.ts +23 -17
- package/src/funcs/dnsUpdateRecord.ts +23 -17
- package/src/funcs/domainsBuyDomain.ts +23 -17
- package/src/funcs/domainsCheckDomainPrice.ts +23 -17
- package/src/funcs/domainsCheckDomainStatus.ts +23 -17
- package/src/funcs/domainsDeleteDomain.ts +23 -17
- package/src/funcs/domainsGetDomain.ts +23 -17
- package/src/funcs/domainsGetDomainConfig.ts +23 -17
- package/src/funcs/domainsGetDomainTransfer.ts +23 -17
- package/src/funcs/domainsGetDomains.ts +23 -17
- package/src/funcs/domainsPatchDomain.ts +23 -17
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +23 -17
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +23 -17
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +23 -17
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +23 -17
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfig.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +23 -17
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +23 -17
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +23 -17
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +23 -17
- package/src/funcs/environmentCreateCustomEnvironment.ts +23 -17
- package/src/funcs/environmentGetCustomEnvironment.ts +23 -17
- package/src/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +23 -17
- package/src/funcs/environmentRemoveCustomEnvironment.ts +23 -17
- package/src/funcs/environmentUpdateCustomEnvironment.ts +23 -17
- package/src/funcs/getProjectsProjectIdLogsPresets.ts +23 -17
- package/src/funcs/integrationsDeleteConfiguration.ts +23 -17
- package/src/funcs/integrationsGetConfiguration.ts +23 -17
- package/src/funcs/integrationsGetConfigurations.ts +23 -17
- package/src/funcs/logDrainsCreateLogDrain.ts +23 -17
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +23 -17
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +23 -17
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +23 -17
- package/src/funcs/logsGetRuntimeLogs.ts +23 -17
- package/src/funcs/marketplaceCreateEvent.ts +32 -18
- package/src/funcs/marketplaceCreateInstallationIntegrationConfiguration.ts +23 -17
- package/src/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.ts +23 -17
- package/src/funcs/marketplaceDeleteInstallationIntegrationConfiguration.ts +23 -17
- package/src/funcs/marketplaceExchangeSsoToken.ts +23 -17
- package/src/funcs/marketplaceGetAccountInfo.ts +32 -18
- package/src/funcs/marketplaceGetInvoice.ts +23 -17
- package/src/funcs/marketplaceGetMember.ts +23 -17
- package/src/funcs/marketplaceImportResource.ts +23 -17
- package/src/funcs/marketplaceSubmitBillingData.ts +32 -18
- package/src/funcs/marketplaceSubmitInvoice.ts +32 -18
- package/src/funcs/marketplaceSubmitPrepaymentBalances.ts +32 -18
- package/src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts +23 -17
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +23 -17
- package/src/funcs/marketplaceUpdateInvoice.ts +23 -17
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +23 -17
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +23 -17
- package/src/funcs/patchProjectsProjectIdLogsPresetsId.ts +23 -17
- package/src/funcs/postDomains.ts +23 -17
- package/src/funcs/postProjectsProjectIdLogsPresets.ts +23 -17
- package/src/funcs/projectMembersAddProjectMember.ts +23 -17
- package/src/funcs/projectMembersGetProjectMembers.ts +23 -17
- package/src/funcs/projectMembersRemoveProjectMember.ts +23 -17
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +23 -17
- package/src/funcs/projectsAddProjectDomain.ts +23 -17
- package/src/funcs/projectsCreateProject.ts +23 -17
- package/src/funcs/projectsCreateProjectEnv.ts +23 -17
- package/src/funcs/projectsCreateProjectTransferRequest.ts +23 -17
- package/src/funcs/projectsDeleteProject.ts +23 -17
- package/src/funcs/projectsEditProjectEnv.ts +23 -17
- package/src/funcs/projectsFilterProjectEnvs.ts +23 -17
- package/src/funcs/projectsGetProjectDomain.ts +23 -17
- package/src/funcs/projectsGetProjectDomains.ts +23 -17
- package/src/funcs/projectsGetProjectEnv.ts +23 -17
- package/src/funcs/projectsGetProjects.ts +23 -17
- package/src/funcs/projectsListPromoteAliases.ts +23 -17
- package/src/funcs/projectsMoveProjectDomain.ts +23 -17
- package/src/funcs/projectsPauseProject.ts +23 -17
- package/src/funcs/projectsRemoveProjectDomain.ts +23 -17
- package/src/funcs/projectsRemoveProjectEnv.ts +23 -17
- package/src/funcs/projectsRequestPromote.ts +24 -18
- package/src/funcs/projectsUnpauseProject.ts +23 -17
- package/src/funcs/projectsUpdateProject.ts +23 -17
- package/src/funcs/projectsUpdateProjectDataCache.ts +23 -17
- package/src/funcs/projectsUpdateProjectDomain.ts +23 -17
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +23 -17
- package/src/funcs/projectsVerifyProjectDomain.ts +23 -17
- package/src/funcs/securityAddBypassIp.ts +23 -17
- package/src/funcs/securityGetActiveAttackStatus.ts +23 -17
- package/src/funcs/securityGetBypassIp.ts +23 -17
- package/src/funcs/securityGetFirewallConfig.ts +23 -17
- package/src/funcs/securityPutFirewallConfig.ts +23 -17
- package/src/funcs/securityRemoveBypassIp.ts +23 -17
- package/src/funcs/securityUpdateAttackChallengeMode.ts +23 -17
- package/src/funcs/securityUpdateFirewallConfig.ts +23 -17
- package/src/funcs/teamsCreateTeam.ts +23 -17
- package/src/funcs/teamsDeleteTeam.ts +24 -26
- package/src/funcs/teamsDeleteTeamInviteCode.ts +23 -17
- package/src/funcs/teamsGetTeam.ts +28 -25
- package/src/funcs/teamsGetTeamAccessRequest.ts +23 -17
- package/src/funcs/teamsGetTeamMembers.ts +23 -17
- package/src/funcs/teamsGetTeams.ts +23 -17
- package/src/funcs/teamsInviteUserToTeam.ts +24 -26
- package/src/funcs/teamsJoinTeam.ts +23 -17
- package/src/funcs/teamsPatchTeam.ts +29 -34
- package/src/funcs/teamsRemoveTeamMember.ts +23 -17
- package/src/funcs/teamsRequestAccessToTeam.ts +23 -17
- package/src/funcs/teamsUpdateTeamMember.ts +23 -17
- package/src/funcs/userGetAuthUser.ts +23 -17
- package/src/funcs/userListUserEvents.ts +23 -17
- package/src/funcs/userRequestDelete.ts +23 -17
- package/src/funcs/webhooksCreateWebhook.ts +23 -17
- package/src/funcs/webhooksDeleteWebhook.ts +23 -17
- package/src/funcs/webhooksGetWebhook.ts +23 -17
- package/src/funcs/webhooksGetWebhooks.ts +23 -17
- package/src/hooks/types.ts +2 -0
- package/src/index.ts +2 -0
- package/src/lib/config.ts +7 -3
- package/src/lib/files.ts +42 -0
- package/src/lib/matchers.ts +44 -41
- package/src/lib/sdks.ts +10 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -5
- package/src/models/authuser.ts +90 -74
- package/src/models/canceldeploymentop.ts +207 -0
- package/src/models/createdeploymentop.ts +830 -633
- package/src/models/createprojectop.ts +503 -70
- package/src/models/createteamop.ts +0 -60
- package/src/models/createwebhookop.ts +42 -8
- package/src/models/getaliasop.ts +13 -6
- package/src/models/getdeploymentop.ts +205 -0
- package/src/models/getdeploymentsop.ts +181 -0
- package/src/models/getfirewallconfigop.ts +366 -79
- package/src/models/getprojectsop.ts +498 -70
- package/src/models/getteamsop.ts +8 -8
- package/src/models/getwebhookop.ts +21 -4
- package/src/models/getwebhooksop.ts +42 -8
- package/src/models/listaliasesop.ts +13 -6
- package/src/models/patchteamop.ts +80 -58
- package/src/models/putfirewallconfigop.ts +378 -74
- package/src/models/responsevalidationerror.ts +50 -0
- package/src/models/sdkerror.ts +23 -16
- package/src/models/sdkvalidationerror.ts +12 -0
- package/src/models/team.ts +1405 -18
- package/src/models/teamlimited.ts +280 -301
- package/src/models/updatefirewallconfigop.ts +0 -36
- package/src/models/updateprojectdatacacheop.ts +508 -78
- package/src/models/updateprojectop.ts +500 -67
- package/src/models/userevent.ts +484 -22
- package/src/models/vercelbadrequesterror.ts +15 -5
- package/src/models/vercelerror.ts +35 -0
- package/src/models/vercelforbiddenerror.ts +15 -5
- package/src/models/vercelnotfounderror.ts +15 -5
- package/src/models/vercelratelimiterror.ts +15 -5
- package/src/sdk/authentication.ts +2 -2
- package/src/sdk/integrations.ts +2 -2
- package/src/sdk/teams.ts +3 -3
- package/vercel-spec.json +2081 -615
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +0 -18
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +0 -1
- package/esm/funcs/authenticationExchangeSsoToken.js +0 -76
- package/esm/funcs/authenticationExchangeSsoToken.js.map +0 -1
- package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts +0 -18
- package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.d.ts.map +0 -1
- package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js +0 -97
- package/esm/funcs/integrationsUpdateIntegrationDeploymentAction.js.map +0 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts +0 -7
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.d.ts.map +0 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +0 -28
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +0 -1
- package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js +0 -27
- package/esm/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.js.map +0 -1
- package/src/funcs/authenticationExchangeSsoToken.ts +0 -173
- package/src/funcs/integrationsUpdateIntegrationDeploymentAction.ts +0 -201
- package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +0 -38
- package/src/mcp-server/tools/integrationsUpdateIntegrationDeploymentAction.ts +0 -38
|
@@ -613,8 +613,8 @@ export type Creator = {
|
|
|
613
613
|
};
|
|
614
614
|
|
|
615
615
|
export const CreateDeploymentReadyState = {
|
|
616
|
-
Error: "ERROR",
|
|
617
616
|
Building: "BUILDING",
|
|
617
|
+
Error: "ERROR",
|
|
618
618
|
Initializing: "INITIALIZING",
|
|
619
619
|
Ready: "READY",
|
|
620
620
|
} as const;
|
|
@@ -631,10 +631,10 @@ export type CreateDeploymentOutput = {
|
|
|
631
631
|
* A partial representation of a Build used by the deployment endpoint.
|
|
632
632
|
*/
|
|
633
633
|
export type Lambdas = {
|
|
634
|
-
createdAt?: number | undefined;
|
|
635
634
|
id?: string | undefined;
|
|
636
|
-
|
|
635
|
+
createdAt?: number | undefined;
|
|
637
636
|
entrypoint?: string | null | undefined;
|
|
637
|
+
readyState?: CreateDeploymentReadyState | undefined;
|
|
638
638
|
readyStateAt?: number | undefined;
|
|
639
639
|
output: Array<CreateDeploymentOutput>;
|
|
640
640
|
};
|
|
@@ -650,8 +650,8 @@ export const CreateDeploymentStatus = {
|
|
|
650
650
|
export type CreateDeploymentStatus = ClosedEnum<typeof CreateDeploymentStatus>;
|
|
651
651
|
|
|
652
652
|
export type CreateDeploymentTeam = {
|
|
653
|
-
name: string;
|
|
654
653
|
id: string;
|
|
654
|
+
name: string;
|
|
655
655
|
slug: string;
|
|
656
656
|
avatar?: string | undefined;
|
|
657
657
|
};
|
|
@@ -677,9 +677,9 @@ export type CustomEnvironmentType = ClosedEnum<typeof CustomEnvironmentType>;
|
|
|
677
677
|
* The type of matching to perform
|
|
678
678
|
*/
|
|
679
679
|
export const CreateDeploymentCustomEnvironmentType = {
|
|
680
|
-
EndsWith: "endsWith",
|
|
681
680
|
StartsWith: "startsWith",
|
|
682
681
|
Equals: "equals",
|
|
682
|
+
EndsWith: "endsWith",
|
|
683
683
|
} as const;
|
|
684
684
|
/**
|
|
685
685
|
* The type of matching to perform
|
|
@@ -1111,82 +1111,15 @@ export type OidcTokenClaims = {
|
|
|
1111
1111
|
environment: string;
|
|
1112
1112
|
};
|
|
1113
1113
|
|
|
1114
|
-
export const CreateDeploymentPlan = {
|
|
1115
|
-
Pro: "pro",
|
|
1116
|
-
Enterprise: "enterprise",
|
|
1117
|
-
Hobby: "hobby",
|
|
1118
|
-
} as const;
|
|
1119
|
-
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
1120
|
-
|
|
1121
|
-
/**
|
|
1122
|
-
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1123
|
-
*/
|
|
1124
|
-
export type CreateDeploymentMicrofrontendsApplications = {
|
|
1125
|
-
/**
|
|
1126
|
-
* This is the production alias, it will always show the most up to date of each application.
|
|
1127
|
-
*/
|
|
1128
|
-
productionHost: string;
|
|
1129
|
-
/**
|
|
1130
|
-
* Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used.
|
|
1131
|
-
*/
|
|
1132
|
-
deploymentAlias?: string | undefined;
|
|
1133
|
-
deploymentHost?: string | undefined;
|
|
1134
|
-
};
|
|
1135
|
-
|
|
1136
|
-
export type CreateDeploymentMicrofrontends2 = {
|
|
1137
|
-
/**
|
|
1138
|
-
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1139
|
-
*/
|
|
1140
|
-
applications?:
|
|
1141
|
-
| { [k: string]: CreateDeploymentMicrofrontendsApplications }
|
|
1142
|
-
| undefined;
|
|
1143
|
-
isDefaultApp: boolean;
|
|
1144
|
-
/**
|
|
1145
|
-
* The project name of the default app of this deployment's microfrontends group.
|
|
1146
|
-
*/
|
|
1147
|
-
defaultAppProjectName: string;
|
|
1148
|
-
/**
|
|
1149
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
1150
|
-
*/
|
|
1151
|
-
defaultRoute?: string | undefined;
|
|
1152
|
-
/**
|
|
1153
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1154
|
-
*/
|
|
1155
|
-
groupIds: Array<string>;
|
|
1156
|
-
};
|
|
1157
|
-
|
|
1158
|
-
export type CreateDeploymentMicrofrontends1 = {
|
|
1159
|
-
/**
|
|
1160
|
-
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
1161
|
-
*/
|
|
1162
|
-
isDefaultApp?: boolean | undefined;
|
|
1163
|
-
/**
|
|
1164
|
-
* The project name of the default app of this deployment's microfrontends group.
|
|
1165
|
-
*/
|
|
1166
|
-
defaultAppProjectName: string;
|
|
1167
|
-
/**
|
|
1168
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
1169
|
-
*/
|
|
1170
|
-
defaultRoute?: string | undefined;
|
|
1171
|
-
/**
|
|
1172
|
-
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1173
|
-
*/
|
|
1174
|
-
groupIds: Array<string>;
|
|
1175
|
-
};
|
|
1176
|
-
|
|
1177
|
-
export type CreateDeploymentMicrofrontends =
|
|
1178
|
-
| CreateDeploymentMicrofrontends1
|
|
1179
|
-
| CreateDeploymentMicrofrontends2;
|
|
1180
|
-
|
|
1181
1114
|
export const FunctionType = {
|
|
1182
|
-
Standard: "standard",
|
|
1183
1115
|
Fluid: "fluid",
|
|
1116
|
+
Standard: "standard",
|
|
1184
1117
|
} as const;
|
|
1185
1118
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
1186
1119
|
|
|
1187
1120
|
export const FunctionMemoryType = {
|
|
1188
|
-
StandardLegacy: "standard_legacy",
|
|
1189
1121
|
Standard: "standard",
|
|
1122
|
+
StandardLegacy: "standard_legacy",
|
|
1190
1123
|
Performance: "performance",
|
|
1191
1124
|
} as const;
|
|
1192
1125
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1203,7 +1136,14 @@ export type Config = {
|
|
|
1203
1136
|
secureComputeFallbackRegion: string | null;
|
|
1204
1137
|
};
|
|
1205
1138
|
|
|
1139
|
+
export const Architecture = {
|
|
1140
|
+
X8664: "x86_64",
|
|
1141
|
+
Arm64: "arm64",
|
|
1142
|
+
} as const;
|
|
1143
|
+
export type Architecture = ClosedEnum<typeof Architecture>;
|
|
1144
|
+
|
|
1206
1145
|
export type Functions = {
|
|
1146
|
+
architecture?: Architecture | undefined;
|
|
1207
1147
|
memory?: number | undefined;
|
|
1208
1148
|
maxDuration?: number | undefined;
|
|
1209
1149
|
runtime?: string | undefined;
|
|
@@ -1219,11 +1159,11 @@ export type Routes3 = {
|
|
|
1219
1159
|
|
|
1220
1160
|
export const RoutesHandle = {
|
|
1221
1161
|
Error: "error",
|
|
1222
|
-
Resource: "resource",
|
|
1223
1162
|
Filesystem: "filesystem",
|
|
1224
1163
|
Hit: "hit",
|
|
1225
1164
|
Miss: "miss",
|
|
1226
1165
|
Rewrite: "rewrite",
|
|
1166
|
+
Resource: "resource",
|
|
1227
1167
|
} as const;
|
|
1228
1168
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
1229
1169
|
|
|
@@ -1328,6 +1268,96 @@ export type CreateDeploymentCrons = {
|
|
|
1328
1268
|
path: string;
|
|
1329
1269
|
};
|
|
1330
1270
|
|
|
1271
|
+
/**
|
|
1272
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1273
|
+
*/
|
|
1274
|
+
export type CreateDeploymentMicrofrontendsApplications = {
|
|
1275
|
+
/**
|
|
1276
|
+
* This is the production alias, it will always show the most up to date of each application.
|
|
1277
|
+
*/
|
|
1278
|
+
productionHost: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used.
|
|
1281
|
+
*/
|
|
1282
|
+
deploymentAlias?: string | undefined;
|
|
1283
|
+
deploymentHost?: string | undefined;
|
|
1284
|
+
};
|
|
1285
|
+
|
|
1286
|
+
export type CreateDeploymentMicrofrontends2 = {
|
|
1287
|
+
/**
|
|
1288
|
+
* A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
|
|
1289
|
+
*/
|
|
1290
|
+
applications?:
|
|
1291
|
+
| { [k: string]: CreateDeploymentMicrofrontendsApplications }
|
|
1292
|
+
| undefined;
|
|
1293
|
+
isDefaultApp: boolean;
|
|
1294
|
+
/**
|
|
1295
|
+
* The project name of the default app of this deployment's microfrontends group.
|
|
1296
|
+
*/
|
|
1297
|
+
defaultAppProjectName: string;
|
|
1298
|
+
/**
|
|
1299
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
1300
|
+
*/
|
|
1301
|
+
defaultRoute?: string | undefined;
|
|
1302
|
+
/**
|
|
1303
|
+
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1304
|
+
*/
|
|
1305
|
+
groupIds: Array<string>;
|
|
1306
|
+
};
|
|
1307
|
+
|
|
1308
|
+
export type CreateDeploymentMicrofrontends1 = {
|
|
1309
|
+
/**
|
|
1310
|
+
* Whether this project is the default application for the microfrontends group. The default application is the one that is used as the top level shell for the microfrontends group and hosts the other microfrontends.
|
|
1311
|
+
*/
|
|
1312
|
+
isDefaultApp?: boolean | undefined;
|
|
1313
|
+
/**
|
|
1314
|
+
* The project name of the default app of this deployment's microfrontends group.
|
|
1315
|
+
*/
|
|
1316
|
+
defaultAppProjectName: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
1319
|
+
*/
|
|
1320
|
+
defaultRoute?: string | undefined;
|
|
1321
|
+
/**
|
|
1322
|
+
* The group of microfrontends that this project belongs to. Each microfrontend project must belong to a microfrontends group that is the set of microfrontends that are used together.
|
|
1323
|
+
*/
|
|
1324
|
+
groupIds: Array<string>;
|
|
1325
|
+
};
|
|
1326
|
+
|
|
1327
|
+
export type CreateDeploymentMicrofrontends =
|
|
1328
|
+
| CreateDeploymentMicrofrontends1
|
|
1329
|
+
| CreateDeploymentMicrofrontends2;
|
|
1330
|
+
|
|
1331
|
+
export const CreateDeploymentState = {
|
|
1332
|
+
Succeeded: "succeeded",
|
|
1333
|
+
Failed: "failed",
|
|
1334
|
+
Pending: "pending",
|
|
1335
|
+
} as const;
|
|
1336
|
+
export type CreateDeploymentState = ClosedEnum<typeof CreateDeploymentState>;
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1340
|
+
*/
|
|
1341
|
+
export type DeploymentAlias = {
|
|
1342
|
+
state: CreateDeploymentState;
|
|
1343
|
+
startedAt: number;
|
|
1344
|
+
completedAt?: number | undefined;
|
|
1345
|
+
};
|
|
1346
|
+
|
|
1347
|
+
export type CreateDeploymentChecks = {
|
|
1348
|
+
/**
|
|
1349
|
+
* Condensed check data. Retrieve individual check and check run data using api-checks v2 routes.
|
|
1350
|
+
*/
|
|
1351
|
+
deploymentAlias: DeploymentAlias;
|
|
1352
|
+
};
|
|
1353
|
+
|
|
1354
|
+
export const CreateDeploymentPlan = {
|
|
1355
|
+
Pro: "pro",
|
|
1356
|
+
Enterprise: "enterprise",
|
|
1357
|
+
Hobby: "hobby",
|
|
1358
|
+
} as const;
|
|
1359
|
+
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
1360
|
+
|
|
1331
1361
|
export const CreateDeploymentGitRepoDeploymentsType = {
|
|
1332
1362
|
Bitbucket: "bitbucket",
|
|
1333
1363
|
} as const;
|
|
@@ -1336,8 +1366,8 @@ export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1336
1366
|
>;
|
|
1337
1367
|
|
|
1338
1368
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
1339
|
-
User: "user",
|
|
1340
1369
|
Team: "team",
|
|
1370
|
+
User: "user",
|
|
1341
1371
|
} as const;
|
|
1342
1372
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1343
1373
|
typeof CreateDeploymentGitRepoOwnerType
|
|
@@ -1364,8 +1394,8 @@ export type CreateDeploymentGitRepoType = ClosedEnum<
|
|
|
1364
1394
|
>;
|
|
1365
1395
|
|
|
1366
1396
|
export const GitRepoOwnerType = {
|
|
1367
|
-
User: "user",
|
|
1368
1397
|
Team: "team",
|
|
1398
|
+
User: "user",
|
|
1369
1399
|
} as const;
|
|
1370
1400
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1371
1401
|
|
|
@@ -1388,8 +1418,8 @@ export const GitRepoType = {
|
|
|
1388
1418
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1389
1419
|
|
|
1390
1420
|
export const OwnerType = {
|
|
1391
|
-
User: "user",
|
|
1392
1421
|
Team: "team",
|
|
1422
|
+
User: "user",
|
|
1393
1423
|
} as const;
|
|
1394
1424
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1395
1425
|
|
|
@@ -1470,11 +1500,11 @@ export type CreateDeploymentResponseBody = {
|
|
|
1470
1500
|
previewCommentsEnabled?: boolean | undefined;
|
|
1471
1501
|
ttyBuildLogs?: boolean | undefined;
|
|
1472
1502
|
customEnvironment?: CustomEnvironment2 | CustomEnvironment1 | undefined;
|
|
1473
|
-
|
|
1503
|
+
id: string;
|
|
1474
1504
|
name: string;
|
|
1475
1505
|
createdAt: number;
|
|
1506
|
+
type: CreateDeploymentType;
|
|
1476
1507
|
deletedAt?: number | null | undefined;
|
|
1477
|
-
id: string;
|
|
1478
1508
|
version: number;
|
|
1479
1509
|
/**
|
|
1480
1510
|
* applies to custom domains only, defaults to `true`
|
|
@@ -1529,13 +1559,8 @@ export type CreateDeploymentResponseBody = {
|
|
|
1529
1559
|
undeletedAt?: number | undefined;
|
|
1530
1560
|
url: string;
|
|
1531
1561
|
oidcTokenClaims?: OidcTokenClaims | undefined;
|
|
1532
|
-
plan: CreateDeploymentPlan;
|
|
1533
1562
|
projectId: string;
|
|
1534
1563
|
ownerId: string;
|
|
1535
|
-
microfrontends?:
|
|
1536
|
-
| CreateDeploymentMicrofrontends1
|
|
1537
|
-
| CreateDeploymentMicrofrontends2
|
|
1538
|
-
| undefined;
|
|
1539
1564
|
monorepoManager?: string | null | undefined;
|
|
1540
1565
|
/**
|
|
1541
1566
|
* Since February 2025 the configuration must include snapshot data at the time of deployment creation to capture properties for the /deployments/:id/config endpoint utilized for displaying Deployment Configuration on the frontend This is optional because older deployments may not have this data captured
|
|
@@ -1544,6 +1569,12 @@ export type CreateDeploymentResponseBody = {
|
|
|
1544
1569
|
functions?: { [k: string]: Functions } | null | undefined;
|
|
1545
1570
|
routes: Array<Routes3 | Routes2 | Routes1> | null;
|
|
1546
1571
|
crons?: Array<CreateDeploymentCrons> | undefined;
|
|
1572
|
+
microfrontends?:
|
|
1573
|
+
| CreateDeploymentMicrofrontends1
|
|
1574
|
+
| CreateDeploymentMicrofrontends2
|
|
1575
|
+
| undefined;
|
|
1576
|
+
checks?: CreateDeploymentChecks | undefined;
|
|
1577
|
+
plan: CreateDeploymentPlan;
|
|
1547
1578
|
connectBuildsEnabled?: boolean | undefined;
|
|
1548
1579
|
connectConfigurationId?: string | undefined;
|
|
1549
1580
|
createdIn: string;
|
|
@@ -3670,20 +3701,20 @@ export function createDeploymentOutputFromJSON(
|
|
|
3670
3701
|
/** @internal */
|
|
3671
3702
|
export const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown> =
|
|
3672
3703
|
z.object({
|
|
3673
|
-
createdAt: z.number().optional(),
|
|
3674
3704
|
id: z.string().optional(),
|
|
3675
|
-
|
|
3705
|
+
createdAt: z.number().optional(),
|
|
3676
3706
|
entrypoint: z.nullable(z.string()).optional(),
|
|
3707
|
+
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
3677
3708
|
readyStateAt: z.number().optional(),
|
|
3678
3709
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
3679
3710
|
});
|
|
3680
3711
|
|
|
3681
3712
|
/** @internal */
|
|
3682
3713
|
export type Lambdas$Outbound = {
|
|
3683
|
-
createdAt?: number | undefined;
|
|
3684
3714
|
id?: string | undefined;
|
|
3685
|
-
|
|
3715
|
+
createdAt?: number | undefined;
|
|
3686
3716
|
entrypoint?: string | null | undefined;
|
|
3717
|
+
readyState?: string | undefined;
|
|
3687
3718
|
readyStateAt?: number | undefined;
|
|
3688
3719
|
output: Array<CreateDeploymentOutput$Outbound>;
|
|
3689
3720
|
};
|
|
@@ -3694,10 +3725,10 @@ export const Lambdas$outboundSchema: z.ZodType<
|
|
|
3694
3725
|
z.ZodTypeDef,
|
|
3695
3726
|
Lambdas
|
|
3696
3727
|
> = z.object({
|
|
3697
|
-
createdAt: z.number().optional(),
|
|
3698
3728
|
id: z.string().optional(),
|
|
3699
|
-
|
|
3729
|
+
createdAt: z.number().optional(),
|
|
3700
3730
|
entrypoint: z.nullable(z.string()).optional(),
|
|
3731
|
+
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
3701
3732
|
readyStateAt: z.number().optional(),
|
|
3702
3733
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
3703
3734
|
});
|
|
@@ -3756,16 +3787,16 @@ export const CreateDeploymentTeam$inboundSchema: z.ZodType<
|
|
|
3756
3787
|
z.ZodTypeDef,
|
|
3757
3788
|
unknown
|
|
3758
3789
|
> = z.object({
|
|
3759
|
-
name: z.string(),
|
|
3760
3790
|
id: z.string(),
|
|
3791
|
+
name: z.string(),
|
|
3761
3792
|
slug: z.string(),
|
|
3762
3793
|
avatar: z.string().optional(),
|
|
3763
3794
|
});
|
|
3764
3795
|
|
|
3765
3796
|
/** @internal */
|
|
3766
3797
|
export type CreateDeploymentTeam$Outbound = {
|
|
3767
|
-
name: string;
|
|
3768
3798
|
id: string;
|
|
3799
|
+
name: string;
|
|
3769
3800
|
slug: string;
|
|
3770
3801
|
avatar?: string | undefined;
|
|
3771
3802
|
};
|
|
@@ -3776,8 +3807,8 @@ export const CreateDeploymentTeam$outboundSchema: z.ZodType<
|
|
|
3776
3807
|
z.ZodTypeDef,
|
|
3777
3808
|
CreateDeploymentTeam
|
|
3778
3809
|
> = z.object({
|
|
3779
|
-
name: z.string(),
|
|
3780
3810
|
id: z.string(),
|
|
3811
|
+
name: z.string(),
|
|
3781
3812
|
slug: z.string(),
|
|
3782
3813
|
avatar: z.string().optional(),
|
|
3783
3814
|
});
|
|
@@ -6065,482 +6096,216 @@ export function oidcTokenClaimsFromJSON(
|
|
|
6065
6096
|
}
|
|
6066
6097
|
|
|
6067
6098
|
/** @internal */
|
|
6068
|
-
export const
|
|
6069
|
-
|
|
6070
|
-
> = z.nativeEnum(CreateDeploymentPlan);
|
|
6099
|
+
export const FunctionType$inboundSchema: z.ZodNativeEnum<typeof FunctionType> =
|
|
6100
|
+
z.nativeEnum(FunctionType);
|
|
6071
6101
|
|
|
6072
6102
|
/** @internal */
|
|
6073
|
-
export const
|
|
6074
|
-
|
|
6075
|
-
> = CreateDeploymentPlan$inboundSchema;
|
|
6103
|
+
export const FunctionType$outboundSchema: z.ZodNativeEnum<typeof FunctionType> =
|
|
6104
|
+
FunctionType$inboundSchema;
|
|
6076
6105
|
|
|
6077
6106
|
/**
|
|
6078
6107
|
* @internal
|
|
6079
6108
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6080
6109
|
*/
|
|
6081
|
-
export namespace
|
|
6082
|
-
/** @deprecated use `
|
|
6083
|
-
export const inboundSchema =
|
|
6084
|
-
/** @deprecated use `
|
|
6085
|
-
export const outboundSchema =
|
|
6110
|
+
export namespace FunctionType$ {
|
|
6111
|
+
/** @deprecated use `FunctionType$inboundSchema` instead. */
|
|
6112
|
+
export const inboundSchema = FunctionType$inboundSchema;
|
|
6113
|
+
/** @deprecated use `FunctionType$outboundSchema` instead. */
|
|
6114
|
+
export const outboundSchema = FunctionType$outboundSchema;
|
|
6086
6115
|
}
|
|
6087
6116
|
|
|
6088
6117
|
/** @internal */
|
|
6089
|
-
export const
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
productionHost: z.string(),
|
|
6093
|
-
deploymentAlias: z.string().optional(),
|
|
6094
|
-
deploymentHost: z.string().optional(),
|
|
6095
|
-
});
|
|
6096
|
-
|
|
6097
|
-
/** @internal */
|
|
6098
|
-
export type CreateDeploymentMicrofrontendsApplications$Outbound = {
|
|
6099
|
-
productionHost: string;
|
|
6100
|
-
deploymentAlias?: string | undefined;
|
|
6101
|
-
deploymentHost?: string | undefined;
|
|
6102
|
-
};
|
|
6118
|
+
export const FunctionMemoryType$inboundSchema: z.ZodNativeEnum<
|
|
6119
|
+
typeof FunctionMemoryType
|
|
6120
|
+
> = z.nativeEnum(FunctionMemoryType);
|
|
6103
6121
|
|
|
6104
6122
|
/** @internal */
|
|
6105
|
-
export const
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
z.ZodTypeDef,
|
|
6109
|
-
CreateDeploymentMicrofrontendsApplications
|
|
6110
|
-
> = z.object({
|
|
6111
|
-
productionHost: z.string(),
|
|
6112
|
-
deploymentAlias: z.string().optional(),
|
|
6113
|
-
deploymentHost: z.string().optional(),
|
|
6114
|
-
});
|
|
6123
|
+
export const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<
|
|
6124
|
+
typeof FunctionMemoryType
|
|
6125
|
+
> = FunctionMemoryType$inboundSchema;
|
|
6115
6126
|
|
|
6116
6127
|
/**
|
|
6117
6128
|
* @internal
|
|
6118
6129
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6119
6130
|
*/
|
|
6120
|
-
export namespace
|
|
6121
|
-
/** @deprecated use `
|
|
6122
|
-
export const inboundSchema =
|
|
6123
|
-
|
|
6124
|
-
|
|
6125
|
-
export const outboundSchema =
|
|
6126
|
-
CreateDeploymentMicrofrontendsApplications$outboundSchema;
|
|
6127
|
-
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
|
|
6128
|
-
export type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
6129
|
-
}
|
|
6130
|
-
|
|
6131
|
-
export function createDeploymentMicrofrontendsApplicationsToJSON(
|
|
6132
|
-
createDeploymentMicrofrontendsApplications:
|
|
6133
|
-
CreateDeploymentMicrofrontendsApplications,
|
|
6134
|
-
): string {
|
|
6135
|
-
return JSON.stringify(
|
|
6136
|
-
CreateDeploymentMicrofrontendsApplications$outboundSchema.parse(
|
|
6137
|
-
createDeploymentMicrofrontendsApplications,
|
|
6138
|
-
),
|
|
6139
|
-
);
|
|
6140
|
-
}
|
|
6141
|
-
|
|
6142
|
-
export function createDeploymentMicrofrontendsApplicationsFromJSON(
|
|
6143
|
-
jsonString: string,
|
|
6144
|
-
): SafeParseResult<
|
|
6145
|
-
CreateDeploymentMicrofrontendsApplications,
|
|
6146
|
-
SDKValidationError
|
|
6147
|
-
> {
|
|
6148
|
-
return safeParse(
|
|
6149
|
-
jsonString,
|
|
6150
|
-
(x) =>
|
|
6151
|
-
CreateDeploymentMicrofrontendsApplications$inboundSchema.parse(
|
|
6152
|
-
JSON.parse(x),
|
|
6153
|
-
),
|
|
6154
|
-
`Failed to parse 'CreateDeploymentMicrofrontendsApplications' from JSON`,
|
|
6155
|
-
);
|
|
6131
|
+
export namespace FunctionMemoryType$ {
|
|
6132
|
+
/** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
|
|
6133
|
+
export const inboundSchema = FunctionMemoryType$inboundSchema;
|
|
6134
|
+
/** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
|
|
6135
|
+
export const outboundSchema = FunctionMemoryType$outboundSchema;
|
|
6156
6136
|
}
|
|
6157
6137
|
|
|
6158
6138
|
/** @internal */
|
|
6159
|
-
export const
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
z.
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
defaultAppProjectName: z.string(),
|
|
6169
|
-
defaultRoute: z.string().optional(),
|
|
6170
|
-
groupIds: z.array(z.string()),
|
|
6171
|
-
});
|
|
6139
|
+
export const Config$inboundSchema: z.ZodType<Config, z.ZodTypeDef, unknown> = z
|
|
6140
|
+
.object({
|
|
6141
|
+
version: z.number().optional(),
|
|
6142
|
+
functionType: FunctionType$inboundSchema,
|
|
6143
|
+
functionMemoryType: FunctionMemoryType$inboundSchema,
|
|
6144
|
+
functionTimeout: z.nullable(z.number()),
|
|
6145
|
+
secureComputePrimaryRegion: z.nullable(z.string()),
|
|
6146
|
+
secureComputeFallbackRegion: z.nullable(z.string()),
|
|
6147
|
+
});
|
|
6172
6148
|
|
|
6173
6149
|
/** @internal */
|
|
6174
|
-
export type
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
groupIds: Array<string>;
|
|
6150
|
+
export type Config$Outbound = {
|
|
6151
|
+
version?: number | undefined;
|
|
6152
|
+
functionType: string;
|
|
6153
|
+
functionMemoryType: string;
|
|
6154
|
+
functionTimeout: number | null;
|
|
6155
|
+
secureComputePrimaryRegion: string | null;
|
|
6156
|
+
secureComputeFallbackRegion: string | null;
|
|
6182
6157
|
};
|
|
6183
6158
|
|
|
6184
6159
|
/** @internal */
|
|
6185
|
-
export const
|
|
6186
|
-
|
|
6160
|
+
export const Config$outboundSchema: z.ZodType<
|
|
6161
|
+
Config$Outbound,
|
|
6187
6162
|
z.ZodTypeDef,
|
|
6188
|
-
|
|
6163
|
+
Config
|
|
6189
6164
|
> = z.object({
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
groupIds: z.array(z.string()),
|
|
6165
|
+
version: z.number().optional(),
|
|
6166
|
+
functionType: FunctionType$outboundSchema,
|
|
6167
|
+
functionMemoryType: FunctionMemoryType$outboundSchema,
|
|
6168
|
+
functionTimeout: z.nullable(z.number()),
|
|
6169
|
+
secureComputePrimaryRegion: z.nullable(z.string()),
|
|
6170
|
+
secureComputeFallbackRegion: z.nullable(z.string()),
|
|
6197
6171
|
});
|
|
6198
6172
|
|
|
6199
6173
|
/**
|
|
6200
6174
|
* @internal
|
|
6201
6175
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6202
6176
|
*/
|
|
6203
|
-
export namespace
|
|
6204
|
-
/** @deprecated use `
|
|
6205
|
-
export const inboundSchema =
|
|
6206
|
-
/** @deprecated use `
|
|
6207
|
-
export const outboundSchema =
|
|
6208
|
-
/** @deprecated use `
|
|
6209
|
-
export type Outbound =
|
|
6177
|
+
export namespace Config$ {
|
|
6178
|
+
/** @deprecated use `Config$inboundSchema` instead. */
|
|
6179
|
+
export const inboundSchema = Config$inboundSchema;
|
|
6180
|
+
/** @deprecated use `Config$outboundSchema` instead. */
|
|
6181
|
+
export const outboundSchema = Config$outboundSchema;
|
|
6182
|
+
/** @deprecated use `Config$Outbound` instead. */
|
|
6183
|
+
export type Outbound = Config$Outbound;
|
|
6210
6184
|
}
|
|
6211
6185
|
|
|
6212
|
-
export function
|
|
6213
|
-
|
|
6214
|
-
): string {
|
|
6215
|
-
return JSON.stringify(
|
|
6216
|
-
CreateDeploymentMicrofrontends2$outboundSchema.parse(
|
|
6217
|
-
createDeploymentMicrofrontends2,
|
|
6218
|
-
),
|
|
6219
|
-
);
|
|
6186
|
+
export function configToJSON(config: Config): string {
|
|
6187
|
+
return JSON.stringify(Config$outboundSchema.parse(config));
|
|
6220
6188
|
}
|
|
6221
6189
|
|
|
6222
|
-
export function
|
|
6190
|
+
export function configFromJSON(
|
|
6223
6191
|
jsonString: string,
|
|
6224
|
-
): SafeParseResult<
|
|
6192
|
+
): SafeParseResult<Config, SDKValidationError> {
|
|
6225
6193
|
return safeParse(
|
|
6226
6194
|
jsonString,
|
|
6227
|
-
(x) =>
|
|
6228
|
-
`Failed to parse '
|
|
6195
|
+
(x) => Config$inboundSchema.parse(JSON.parse(x)),
|
|
6196
|
+
`Failed to parse 'Config' from JSON`,
|
|
6229
6197
|
);
|
|
6230
6198
|
}
|
|
6231
6199
|
|
|
6232
6200
|
/** @internal */
|
|
6233
|
-
export const
|
|
6234
|
-
|
|
6201
|
+
export const Architecture$inboundSchema: z.ZodNativeEnum<typeof Architecture> =
|
|
6202
|
+
z.nativeEnum(Architecture);
|
|
6203
|
+
|
|
6204
|
+
/** @internal */
|
|
6205
|
+
export const Architecture$outboundSchema: z.ZodNativeEnum<typeof Architecture> =
|
|
6206
|
+
Architecture$inboundSchema;
|
|
6207
|
+
|
|
6208
|
+
/**
|
|
6209
|
+
* @internal
|
|
6210
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6211
|
+
*/
|
|
6212
|
+
export namespace Architecture$ {
|
|
6213
|
+
/** @deprecated use `Architecture$inboundSchema` instead. */
|
|
6214
|
+
export const inboundSchema = Architecture$inboundSchema;
|
|
6215
|
+
/** @deprecated use `Architecture$outboundSchema` instead. */
|
|
6216
|
+
export const outboundSchema = Architecture$outboundSchema;
|
|
6217
|
+
}
|
|
6218
|
+
|
|
6219
|
+
/** @internal */
|
|
6220
|
+
export const Functions$inboundSchema: z.ZodType<
|
|
6221
|
+
Functions,
|
|
6235
6222
|
z.ZodTypeDef,
|
|
6236
6223
|
unknown
|
|
6237
6224
|
> = z.object({
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6225
|
+
architecture: Architecture$inboundSchema.optional(),
|
|
6226
|
+
memory: z.number().optional(),
|
|
6227
|
+
maxDuration: z.number().optional(),
|
|
6228
|
+
runtime: z.string().optional(),
|
|
6229
|
+
includeFiles: z.string().optional(),
|
|
6230
|
+
excludeFiles: z.string().optional(),
|
|
6242
6231
|
});
|
|
6243
6232
|
|
|
6244
6233
|
/** @internal */
|
|
6245
|
-
export type
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6234
|
+
export type Functions$Outbound = {
|
|
6235
|
+
architecture?: string | undefined;
|
|
6236
|
+
memory?: number | undefined;
|
|
6237
|
+
maxDuration?: number | undefined;
|
|
6238
|
+
runtime?: string | undefined;
|
|
6239
|
+
includeFiles?: string | undefined;
|
|
6240
|
+
excludeFiles?: string | undefined;
|
|
6250
6241
|
};
|
|
6251
6242
|
|
|
6252
6243
|
/** @internal */
|
|
6253
|
-
export const
|
|
6254
|
-
|
|
6244
|
+
export const Functions$outboundSchema: z.ZodType<
|
|
6245
|
+
Functions$Outbound,
|
|
6255
6246
|
z.ZodTypeDef,
|
|
6256
|
-
|
|
6247
|
+
Functions
|
|
6257
6248
|
> = z.object({
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6249
|
+
architecture: Architecture$outboundSchema.optional(),
|
|
6250
|
+
memory: z.number().optional(),
|
|
6251
|
+
maxDuration: z.number().optional(),
|
|
6252
|
+
runtime: z.string().optional(),
|
|
6253
|
+
includeFiles: z.string().optional(),
|
|
6254
|
+
excludeFiles: z.string().optional(),
|
|
6262
6255
|
});
|
|
6263
6256
|
|
|
6264
6257
|
/**
|
|
6265
6258
|
* @internal
|
|
6266
6259
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6267
6260
|
*/
|
|
6268
|
-
export namespace
|
|
6269
|
-
/** @deprecated use `
|
|
6270
|
-
export const inboundSchema =
|
|
6271
|
-
/** @deprecated use `
|
|
6272
|
-
export const outboundSchema =
|
|
6273
|
-
/** @deprecated use `
|
|
6274
|
-
export type Outbound =
|
|
6261
|
+
export namespace Functions$ {
|
|
6262
|
+
/** @deprecated use `Functions$inboundSchema` instead. */
|
|
6263
|
+
export const inboundSchema = Functions$inboundSchema;
|
|
6264
|
+
/** @deprecated use `Functions$outboundSchema` instead. */
|
|
6265
|
+
export const outboundSchema = Functions$outboundSchema;
|
|
6266
|
+
/** @deprecated use `Functions$Outbound` instead. */
|
|
6267
|
+
export type Outbound = Functions$Outbound;
|
|
6275
6268
|
}
|
|
6276
6269
|
|
|
6277
|
-
export function
|
|
6278
|
-
|
|
6279
|
-
): string {
|
|
6280
|
-
return JSON.stringify(
|
|
6281
|
-
CreateDeploymentMicrofrontends1$outboundSchema.parse(
|
|
6282
|
-
createDeploymentMicrofrontends1,
|
|
6283
|
-
),
|
|
6284
|
-
);
|
|
6270
|
+
export function functionsToJSON(functions: Functions): string {
|
|
6271
|
+
return JSON.stringify(Functions$outboundSchema.parse(functions));
|
|
6285
6272
|
}
|
|
6286
6273
|
|
|
6287
|
-
export function
|
|
6274
|
+
export function functionsFromJSON(
|
|
6288
6275
|
jsonString: string,
|
|
6289
|
-
): SafeParseResult<
|
|
6276
|
+
): SafeParseResult<Functions, SDKValidationError> {
|
|
6290
6277
|
return safeParse(
|
|
6291
6278
|
jsonString,
|
|
6292
|
-
(x) =>
|
|
6293
|
-
`Failed to parse '
|
|
6279
|
+
(x) => Functions$inboundSchema.parse(JSON.parse(x)),
|
|
6280
|
+
`Failed to parse 'Functions' from JSON`,
|
|
6294
6281
|
);
|
|
6295
6282
|
}
|
|
6296
6283
|
|
|
6297
6284
|
/** @internal */
|
|
6298
|
-
export const
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
z.lazy(() => CreateDeploymentMicrofrontends2$inboundSchema),
|
|
6305
|
-
]);
|
|
6285
|
+
export const Routes3$inboundSchema: z.ZodType<Routes3, z.ZodTypeDef, unknown> =
|
|
6286
|
+
z.object({
|
|
6287
|
+
src: z.string(),
|
|
6288
|
+
continue: z.boolean(),
|
|
6289
|
+
middleware: z.number(),
|
|
6290
|
+
});
|
|
6306
6291
|
|
|
6307
6292
|
/** @internal */
|
|
6308
|
-
export type
|
|
6309
|
-
|
|
6310
|
-
|
|
6293
|
+
export type Routes3$Outbound = {
|
|
6294
|
+
src: string;
|
|
6295
|
+
continue: boolean;
|
|
6296
|
+
middleware: number;
|
|
6297
|
+
};
|
|
6311
6298
|
|
|
6312
6299
|
/** @internal */
|
|
6313
|
-
export const
|
|
6314
|
-
|
|
6300
|
+
export const Routes3$outboundSchema: z.ZodType<
|
|
6301
|
+
Routes3$Outbound,
|
|
6315
6302
|
z.ZodTypeDef,
|
|
6316
|
-
|
|
6317
|
-
> = z.
|
|
6318
|
-
z.
|
|
6319
|
-
z.
|
|
6320
|
-
|
|
6321
|
-
|
|
6322
|
-
/**
|
|
6323
|
-
* @internal
|
|
6324
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6325
|
-
*/
|
|
6326
|
-
export namespace CreateDeploymentMicrofrontends$ {
|
|
6327
|
-
/** @deprecated use `CreateDeploymentMicrofrontends$inboundSchema` instead. */
|
|
6328
|
-
export const inboundSchema = CreateDeploymentMicrofrontends$inboundSchema;
|
|
6329
|
-
/** @deprecated use `CreateDeploymentMicrofrontends$outboundSchema` instead. */
|
|
6330
|
-
export const outboundSchema = CreateDeploymentMicrofrontends$outboundSchema;
|
|
6331
|
-
/** @deprecated use `CreateDeploymentMicrofrontends$Outbound` instead. */
|
|
6332
|
-
export type Outbound = CreateDeploymentMicrofrontends$Outbound;
|
|
6333
|
-
}
|
|
6334
|
-
|
|
6335
|
-
export function createDeploymentMicrofrontendsToJSON(
|
|
6336
|
-
createDeploymentMicrofrontends: CreateDeploymentMicrofrontends,
|
|
6337
|
-
): string {
|
|
6338
|
-
return JSON.stringify(
|
|
6339
|
-
CreateDeploymentMicrofrontends$outboundSchema.parse(
|
|
6340
|
-
createDeploymentMicrofrontends,
|
|
6341
|
-
),
|
|
6342
|
-
);
|
|
6343
|
-
}
|
|
6344
|
-
|
|
6345
|
-
export function createDeploymentMicrofrontendsFromJSON(
|
|
6346
|
-
jsonString: string,
|
|
6347
|
-
): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError> {
|
|
6348
|
-
return safeParse(
|
|
6349
|
-
jsonString,
|
|
6350
|
-
(x) => CreateDeploymentMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
6351
|
-
`Failed to parse 'CreateDeploymentMicrofrontends' from JSON`,
|
|
6352
|
-
);
|
|
6353
|
-
}
|
|
6354
|
-
|
|
6355
|
-
/** @internal */
|
|
6356
|
-
export const FunctionType$inboundSchema: z.ZodNativeEnum<typeof FunctionType> =
|
|
6357
|
-
z.nativeEnum(FunctionType);
|
|
6358
|
-
|
|
6359
|
-
/** @internal */
|
|
6360
|
-
export const FunctionType$outboundSchema: z.ZodNativeEnum<typeof FunctionType> =
|
|
6361
|
-
FunctionType$inboundSchema;
|
|
6362
|
-
|
|
6363
|
-
/**
|
|
6364
|
-
* @internal
|
|
6365
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6366
|
-
*/
|
|
6367
|
-
export namespace FunctionType$ {
|
|
6368
|
-
/** @deprecated use `FunctionType$inboundSchema` instead. */
|
|
6369
|
-
export const inboundSchema = FunctionType$inboundSchema;
|
|
6370
|
-
/** @deprecated use `FunctionType$outboundSchema` instead. */
|
|
6371
|
-
export const outboundSchema = FunctionType$outboundSchema;
|
|
6372
|
-
}
|
|
6373
|
-
|
|
6374
|
-
/** @internal */
|
|
6375
|
-
export const FunctionMemoryType$inboundSchema: z.ZodNativeEnum<
|
|
6376
|
-
typeof FunctionMemoryType
|
|
6377
|
-
> = z.nativeEnum(FunctionMemoryType);
|
|
6378
|
-
|
|
6379
|
-
/** @internal */
|
|
6380
|
-
export const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<
|
|
6381
|
-
typeof FunctionMemoryType
|
|
6382
|
-
> = FunctionMemoryType$inboundSchema;
|
|
6383
|
-
|
|
6384
|
-
/**
|
|
6385
|
-
* @internal
|
|
6386
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6387
|
-
*/
|
|
6388
|
-
export namespace FunctionMemoryType$ {
|
|
6389
|
-
/** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
|
|
6390
|
-
export const inboundSchema = FunctionMemoryType$inboundSchema;
|
|
6391
|
-
/** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
|
|
6392
|
-
export const outboundSchema = FunctionMemoryType$outboundSchema;
|
|
6393
|
-
}
|
|
6394
|
-
|
|
6395
|
-
/** @internal */
|
|
6396
|
-
export const Config$inboundSchema: z.ZodType<Config, z.ZodTypeDef, unknown> = z
|
|
6397
|
-
.object({
|
|
6398
|
-
version: z.number().optional(),
|
|
6399
|
-
functionType: FunctionType$inboundSchema,
|
|
6400
|
-
functionMemoryType: FunctionMemoryType$inboundSchema,
|
|
6401
|
-
functionTimeout: z.nullable(z.number()),
|
|
6402
|
-
secureComputePrimaryRegion: z.nullable(z.string()),
|
|
6403
|
-
secureComputeFallbackRegion: z.nullable(z.string()),
|
|
6404
|
-
});
|
|
6405
|
-
|
|
6406
|
-
/** @internal */
|
|
6407
|
-
export type Config$Outbound = {
|
|
6408
|
-
version?: number | undefined;
|
|
6409
|
-
functionType: string;
|
|
6410
|
-
functionMemoryType: string;
|
|
6411
|
-
functionTimeout: number | null;
|
|
6412
|
-
secureComputePrimaryRegion: string | null;
|
|
6413
|
-
secureComputeFallbackRegion: string | null;
|
|
6414
|
-
};
|
|
6415
|
-
|
|
6416
|
-
/** @internal */
|
|
6417
|
-
export const Config$outboundSchema: z.ZodType<
|
|
6418
|
-
Config$Outbound,
|
|
6419
|
-
z.ZodTypeDef,
|
|
6420
|
-
Config
|
|
6421
|
-
> = z.object({
|
|
6422
|
-
version: z.number().optional(),
|
|
6423
|
-
functionType: FunctionType$outboundSchema,
|
|
6424
|
-
functionMemoryType: FunctionMemoryType$outboundSchema,
|
|
6425
|
-
functionTimeout: z.nullable(z.number()),
|
|
6426
|
-
secureComputePrimaryRegion: z.nullable(z.string()),
|
|
6427
|
-
secureComputeFallbackRegion: z.nullable(z.string()),
|
|
6428
|
-
});
|
|
6429
|
-
|
|
6430
|
-
/**
|
|
6431
|
-
* @internal
|
|
6432
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6433
|
-
*/
|
|
6434
|
-
export namespace Config$ {
|
|
6435
|
-
/** @deprecated use `Config$inboundSchema` instead. */
|
|
6436
|
-
export const inboundSchema = Config$inboundSchema;
|
|
6437
|
-
/** @deprecated use `Config$outboundSchema` instead. */
|
|
6438
|
-
export const outboundSchema = Config$outboundSchema;
|
|
6439
|
-
/** @deprecated use `Config$Outbound` instead. */
|
|
6440
|
-
export type Outbound = Config$Outbound;
|
|
6441
|
-
}
|
|
6442
|
-
|
|
6443
|
-
export function configToJSON(config: Config): string {
|
|
6444
|
-
return JSON.stringify(Config$outboundSchema.parse(config));
|
|
6445
|
-
}
|
|
6446
|
-
|
|
6447
|
-
export function configFromJSON(
|
|
6448
|
-
jsonString: string,
|
|
6449
|
-
): SafeParseResult<Config, SDKValidationError> {
|
|
6450
|
-
return safeParse(
|
|
6451
|
-
jsonString,
|
|
6452
|
-
(x) => Config$inboundSchema.parse(JSON.parse(x)),
|
|
6453
|
-
`Failed to parse 'Config' from JSON`,
|
|
6454
|
-
);
|
|
6455
|
-
}
|
|
6456
|
-
|
|
6457
|
-
/** @internal */
|
|
6458
|
-
export const Functions$inboundSchema: z.ZodType<
|
|
6459
|
-
Functions,
|
|
6460
|
-
z.ZodTypeDef,
|
|
6461
|
-
unknown
|
|
6462
|
-
> = z.object({
|
|
6463
|
-
memory: z.number().optional(),
|
|
6464
|
-
maxDuration: z.number().optional(),
|
|
6465
|
-
runtime: z.string().optional(),
|
|
6466
|
-
includeFiles: z.string().optional(),
|
|
6467
|
-
excludeFiles: z.string().optional(),
|
|
6468
|
-
});
|
|
6469
|
-
|
|
6470
|
-
/** @internal */
|
|
6471
|
-
export type Functions$Outbound = {
|
|
6472
|
-
memory?: number | undefined;
|
|
6473
|
-
maxDuration?: number | undefined;
|
|
6474
|
-
runtime?: string | undefined;
|
|
6475
|
-
includeFiles?: string | undefined;
|
|
6476
|
-
excludeFiles?: string | undefined;
|
|
6477
|
-
};
|
|
6478
|
-
|
|
6479
|
-
/** @internal */
|
|
6480
|
-
export const Functions$outboundSchema: z.ZodType<
|
|
6481
|
-
Functions$Outbound,
|
|
6482
|
-
z.ZodTypeDef,
|
|
6483
|
-
Functions
|
|
6484
|
-
> = z.object({
|
|
6485
|
-
memory: z.number().optional(),
|
|
6486
|
-
maxDuration: z.number().optional(),
|
|
6487
|
-
runtime: z.string().optional(),
|
|
6488
|
-
includeFiles: z.string().optional(),
|
|
6489
|
-
excludeFiles: z.string().optional(),
|
|
6490
|
-
});
|
|
6491
|
-
|
|
6492
|
-
/**
|
|
6493
|
-
* @internal
|
|
6494
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6495
|
-
*/
|
|
6496
|
-
export namespace Functions$ {
|
|
6497
|
-
/** @deprecated use `Functions$inboundSchema` instead. */
|
|
6498
|
-
export const inboundSchema = Functions$inboundSchema;
|
|
6499
|
-
/** @deprecated use `Functions$outboundSchema` instead. */
|
|
6500
|
-
export const outboundSchema = Functions$outboundSchema;
|
|
6501
|
-
/** @deprecated use `Functions$Outbound` instead. */
|
|
6502
|
-
export type Outbound = Functions$Outbound;
|
|
6503
|
-
}
|
|
6504
|
-
|
|
6505
|
-
export function functionsToJSON(functions: Functions): string {
|
|
6506
|
-
return JSON.stringify(Functions$outboundSchema.parse(functions));
|
|
6507
|
-
}
|
|
6508
|
-
|
|
6509
|
-
export function functionsFromJSON(
|
|
6510
|
-
jsonString: string,
|
|
6511
|
-
): SafeParseResult<Functions, SDKValidationError> {
|
|
6512
|
-
return safeParse(
|
|
6513
|
-
jsonString,
|
|
6514
|
-
(x) => Functions$inboundSchema.parse(JSON.parse(x)),
|
|
6515
|
-
`Failed to parse 'Functions' from JSON`,
|
|
6516
|
-
);
|
|
6517
|
-
}
|
|
6518
|
-
|
|
6519
|
-
/** @internal */
|
|
6520
|
-
export const Routes3$inboundSchema: z.ZodType<Routes3, z.ZodTypeDef, unknown> =
|
|
6521
|
-
z.object({
|
|
6522
|
-
src: z.string(),
|
|
6523
|
-
continue: z.boolean(),
|
|
6524
|
-
middleware: z.number(),
|
|
6525
|
-
});
|
|
6526
|
-
|
|
6527
|
-
/** @internal */
|
|
6528
|
-
export type Routes3$Outbound = {
|
|
6529
|
-
src: string;
|
|
6530
|
-
continue: boolean;
|
|
6531
|
-
middleware: number;
|
|
6532
|
-
};
|
|
6533
|
-
|
|
6534
|
-
/** @internal */
|
|
6535
|
-
export const Routes3$outboundSchema: z.ZodType<
|
|
6536
|
-
Routes3$Outbound,
|
|
6537
|
-
z.ZodTypeDef,
|
|
6538
|
-
Routes3
|
|
6539
|
-
> = z.object({
|
|
6540
|
-
src: z.string(),
|
|
6541
|
-
continue: z.boolean(),
|
|
6542
|
-
middleware: z.number(),
|
|
6543
|
-
});
|
|
6303
|
+
Routes3
|
|
6304
|
+
> = z.object({
|
|
6305
|
+
src: z.string(),
|
|
6306
|
+
continue: z.boolean(),
|
|
6307
|
+
middleware: z.number(),
|
|
6308
|
+
});
|
|
6544
6309
|
|
|
6545
6310
|
/**
|
|
6546
6311
|
* @internal
|
|
@@ -7112,195 +6877,624 @@ export const Routes1$inboundSchema: z.ZodType<Routes1, z.ZodTypeDef, unknown> =
|
|
|
7112
6877
|
});
|
|
7113
6878
|
|
|
7114
6879
|
/** @internal */
|
|
7115
|
-
export type Routes1$Outbound = {
|
|
7116
|
-
src: string;
|
|
7117
|
-
dest?: string | undefined;
|
|
7118
|
-
headers?: { [k: string]: string } | undefined;
|
|
7119
|
-
methods?: Array<string> | undefined;
|
|
7120
|
-
continue?: boolean | undefined;
|
|
7121
|
-
override?: boolean | undefined;
|
|
7122
|
-
caseSensitive?: boolean | undefined;
|
|
7123
|
-
check?: boolean | undefined;
|
|
7124
|
-
important?: boolean | undefined;
|
|
7125
|
-
status?: number | undefined;
|
|
7126
|
-
has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
|
|
7127
|
-
missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
|
|
7128
|
-
locale?: Locale$Outbound | undefined;
|
|
7129
|
-
middlewarePath?: string | undefined;
|
|
7130
|
-
middlewareRawSrc?: Array<string> | undefined;
|
|
7131
|
-
middleware?: number | undefined;
|
|
7132
|
-
};
|
|
6880
|
+
export type Routes1$Outbound = {
|
|
6881
|
+
src: string;
|
|
6882
|
+
dest?: string | undefined;
|
|
6883
|
+
headers?: { [k: string]: string } | undefined;
|
|
6884
|
+
methods?: Array<string> | undefined;
|
|
6885
|
+
continue?: boolean | undefined;
|
|
6886
|
+
override?: boolean | undefined;
|
|
6887
|
+
caseSensitive?: boolean | undefined;
|
|
6888
|
+
check?: boolean | undefined;
|
|
6889
|
+
important?: boolean | undefined;
|
|
6890
|
+
status?: number | undefined;
|
|
6891
|
+
has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
|
|
6892
|
+
missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
|
|
6893
|
+
locale?: Locale$Outbound | undefined;
|
|
6894
|
+
middlewarePath?: string | undefined;
|
|
6895
|
+
middlewareRawSrc?: Array<string> | undefined;
|
|
6896
|
+
middleware?: number | undefined;
|
|
6897
|
+
};
|
|
6898
|
+
|
|
6899
|
+
/** @internal */
|
|
6900
|
+
export const Routes1$outboundSchema: z.ZodType<
|
|
6901
|
+
Routes1$Outbound,
|
|
6902
|
+
z.ZodTypeDef,
|
|
6903
|
+
Routes1
|
|
6904
|
+
> = z.object({
|
|
6905
|
+
src: z.string(),
|
|
6906
|
+
dest: z.string().optional(),
|
|
6907
|
+
headers: z.record(z.string()).optional(),
|
|
6908
|
+
methods: z.array(z.string()).optional(),
|
|
6909
|
+
continue: z.boolean().optional(),
|
|
6910
|
+
override: z.boolean().optional(),
|
|
6911
|
+
caseSensitive: z.boolean().optional(),
|
|
6912
|
+
check: z.boolean().optional(),
|
|
6913
|
+
important: z.boolean().optional(),
|
|
6914
|
+
status: z.number().optional(),
|
|
6915
|
+
has: z.array(
|
|
6916
|
+
z.union([
|
|
6917
|
+
z.lazy(() => Has1$outboundSchema),
|
|
6918
|
+
z.lazy(() => Has2$outboundSchema),
|
|
6919
|
+
]),
|
|
6920
|
+
).optional(),
|
|
6921
|
+
missing: z.array(
|
|
6922
|
+
z.union([
|
|
6923
|
+
z.lazy(() => Missing1$outboundSchema),
|
|
6924
|
+
z.lazy(() => Missing2$outboundSchema),
|
|
6925
|
+
]),
|
|
6926
|
+
).optional(),
|
|
6927
|
+
locale: z.lazy(() => Locale$outboundSchema).optional(),
|
|
6928
|
+
middlewarePath: z.string().optional(),
|
|
6929
|
+
middlewareRawSrc: z.array(z.string()).optional(),
|
|
6930
|
+
middleware: z.number().optional(),
|
|
6931
|
+
});
|
|
6932
|
+
|
|
6933
|
+
/**
|
|
6934
|
+
* @internal
|
|
6935
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6936
|
+
*/
|
|
6937
|
+
export namespace Routes1$ {
|
|
6938
|
+
/** @deprecated use `Routes1$inboundSchema` instead. */
|
|
6939
|
+
export const inboundSchema = Routes1$inboundSchema;
|
|
6940
|
+
/** @deprecated use `Routes1$outboundSchema` instead. */
|
|
6941
|
+
export const outboundSchema = Routes1$outboundSchema;
|
|
6942
|
+
/** @deprecated use `Routes1$Outbound` instead. */
|
|
6943
|
+
export type Outbound = Routes1$Outbound;
|
|
6944
|
+
}
|
|
6945
|
+
|
|
6946
|
+
export function routes1ToJSON(routes1: Routes1): string {
|
|
6947
|
+
return JSON.stringify(Routes1$outboundSchema.parse(routes1));
|
|
6948
|
+
}
|
|
6949
|
+
|
|
6950
|
+
export function routes1FromJSON(
|
|
6951
|
+
jsonString: string,
|
|
6952
|
+
): SafeParseResult<Routes1, SDKValidationError> {
|
|
6953
|
+
return safeParse(
|
|
6954
|
+
jsonString,
|
|
6955
|
+
(x) => Routes1$inboundSchema.parse(JSON.parse(x)),
|
|
6956
|
+
`Failed to parse 'Routes1' from JSON`,
|
|
6957
|
+
);
|
|
6958
|
+
}
|
|
6959
|
+
|
|
6960
|
+
/** @internal */
|
|
6961
|
+
export const Routes$inboundSchema: z.ZodType<Routes, z.ZodTypeDef, unknown> = z
|
|
6962
|
+
.union([
|
|
6963
|
+
z.lazy(() => Routes3$inboundSchema),
|
|
6964
|
+
z.lazy(() => Routes2$inboundSchema),
|
|
6965
|
+
z.lazy(() => Routes1$inboundSchema),
|
|
6966
|
+
]);
|
|
6967
|
+
|
|
6968
|
+
/** @internal */
|
|
6969
|
+
export type Routes$Outbound =
|
|
6970
|
+
| Routes3$Outbound
|
|
6971
|
+
| Routes2$Outbound
|
|
6972
|
+
| Routes1$Outbound;
|
|
6973
|
+
|
|
6974
|
+
/** @internal */
|
|
6975
|
+
export const Routes$outboundSchema: z.ZodType<
|
|
6976
|
+
Routes$Outbound,
|
|
6977
|
+
z.ZodTypeDef,
|
|
6978
|
+
Routes
|
|
6979
|
+
> = z.union([
|
|
6980
|
+
z.lazy(() => Routes3$outboundSchema),
|
|
6981
|
+
z.lazy(() => Routes2$outboundSchema),
|
|
6982
|
+
z.lazy(() => Routes1$outboundSchema),
|
|
6983
|
+
]);
|
|
6984
|
+
|
|
6985
|
+
/**
|
|
6986
|
+
* @internal
|
|
6987
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6988
|
+
*/
|
|
6989
|
+
export namespace Routes$ {
|
|
6990
|
+
/** @deprecated use `Routes$inboundSchema` instead. */
|
|
6991
|
+
export const inboundSchema = Routes$inboundSchema;
|
|
6992
|
+
/** @deprecated use `Routes$outboundSchema` instead. */
|
|
6993
|
+
export const outboundSchema = Routes$outboundSchema;
|
|
6994
|
+
/** @deprecated use `Routes$Outbound` instead. */
|
|
6995
|
+
export type Outbound = Routes$Outbound;
|
|
6996
|
+
}
|
|
6997
|
+
|
|
6998
|
+
export function routesToJSON(routes: Routes): string {
|
|
6999
|
+
return JSON.stringify(Routes$outboundSchema.parse(routes));
|
|
7000
|
+
}
|
|
7001
|
+
|
|
7002
|
+
export function routesFromJSON(
|
|
7003
|
+
jsonString: string,
|
|
7004
|
+
): SafeParseResult<Routes, SDKValidationError> {
|
|
7005
|
+
return safeParse(
|
|
7006
|
+
jsonString,
|
|
7007
|
+
(x) => Routes$inboundSchema.parse(JSON.parse(x)),
|
|
7008
|
+
`Failed to parse 'Routes' from JSON`,
|
|
7009
|
+
);
|
|
7010
|
+
}
|
|
7011
|
+
|
|
7012
|
+
/** @internal */
|
|
7013
|
+
export const CreateDeploymentCrons$inboundSchema: z.ZodType<
|
|
7014
|
+
CreateDeploymentCrons,
|
|
7015
|
+
z.ZodTypeDef,
|
|
7016
|
+
unknown
|
|
7017
|
+
> = z.object({
|
|
7018
|
+
schedule: z.string(),
|
|
7019
|
+
path: z.string(),
|
|
7020
|
+
});
|
|
7021
|
+
|
|
7022
|
+
/** @internal */
|
|
7023
|
+
export type CreateDeploymentCrons$Outbound = {
|
|
7024
|
+
schedule: string;
|
|
7025
|
+
path: string;
|
|
7026
|
+
};
|
|
7027
|
+
|
|
7028
|
+
/** @internal */
|
|
7029
|
+
export const CreateDeploymentCrons$outboundSchema: z.ZodType<
|
|
7030
|
+
CreateDeploymentCrons$Outbound,
|
|
7031
|
+
z.ZodTypeDef,
|
|
7032
|
+
CreateDeploymentCrons
|
|
7033
|
+
> = z.object({
|
|
7034
|
+
schedule: z.string(),
|
|
7035
|
+
path: z.string(),
|
|
7036
|
+
});
|
|
7037
|
+
|
|
7038
|
+
/**
|
|
7039
|
+
* @internal
|
|
7040
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7041
|
+
*/
|
|
7042
|
+
export namespace CreateDeploymentCrons$ {
|
|
7043
|
+
/** @deprecated use `CreateDeploymentCrons$inboundSchema` instead. */
|
|
7044
|
+
export const inboundSchema = CreateDeploymentCrons$inboundSchema;
|
|
7045
|
+
/** @deprecated use `CreateDeploymentCrons$outboundSchema` instead. */
|
|
7046
|
+
export const outboundSchema = CreateDeploymentCrons$outboundSchema;
|
|
7047
|
+
/** @deprecated use `CreateDeploymentCrons$Outbound` instead. */
|
|
7048
|
+
export type Outbound = CreateDeploymentCrons$Outbound;
|
|
7049
|
+
}
|
|
7050
|
+
|
|
7051
|
+
export function createDeploymentCronsToJSON(
|
|
7052
|
+
createDeploymentCrons: CreateDeploymentCrons,
|
|
7053
|
+
): string {
|
|
7054
|
+
return JSON.stringify(
|
|
7055
|
+
CreateDeploymentCrons$outboundSchema.parse(createDeploymentCrons),
|
|
7056
|
+
);
|
|
7057
|
+
}
|
|
7058
|
+
|
|
7059
|
+
export function createDeploymentCronsFromJSON(
|
|
7060
|
+
jsonString: string,
|
|
7061
|
+
): SafeParseResult<CreateDeploymentCrons, SDKValidationError> {
|
|
7062
|
+
return safeParse(
|
|
7063
|
+
jsonString,
|
|
7064
|
+
(x) => CreateDeploymentCrons$inboundSchema.parse(JSON.parse(x)),
|
|
7065
|
+
`Failed to parse 'CreateDeploymentCrons' from JSON`,
|
|
7066
|
+
);
|
|
7067
|
+
}
|
|
7068
|
+
|
|
7069
|
+
/** @internal */
|
|
7070
|
+
export const CreateDeploymentMicrofrontendsApplications$inboundSchema:
|
|
7071
|
+
z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown> =
|
|
7072
|
+
z.object({
|
|
7073
|
+
productionHost: z.string(),
|
|
7074
|
+
deploymentAlias: z.string().optional(),
|
|
7075
|
+
deploymentHost: z.string().optional(),
|
|
7076
|
+
});
|
|
7077
|
+
|
|
7078
|
+
/** @internal */
|
|
7079
|
+
export type CreateDeploymentMicrofrontendsApplications$Outbound = {
|
|
7080
|
+
productionHost: string;
|
|
7081
|
+
deploymentAlias?: string | undefined;
|
|
7082
|
+
deploymentHost?: string | undefined;
|
|
7083
|
+
};
|
|
7084
|
+
|
|
7085
|
+
/** @internal */
|
|
7086
|
+
export const CreateDeploymentMicrofrontendsApplications$outboundSchema:
|
|
7087
|
+
z.ZodType<
|
|
7088
|
+
CreateDeploymentMicrofrontendsApplications$Outbound,
|
|
7089
|
+
z.ZodTypeDef,
|
|
7090
|
+
CreateDeploymentMicrofrontendsApplications
|
|
7091
|
+
> = z.object({
|
|
7092
|
+
productionHost: z.string(),
|
|
7093
|
+
deploymentAlias: z.string().optional(),
|
|
7094
|
+
deploymentHost: z.string().optional(),
|
|
7095
|
+
});
|
|
7096
|
+
|
|
7097
|
+
/**
|
|
7098
|
+
* @internal
|
|
7099
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7100
|
+
*/
|
|
7101
|
+
export namespace CreateDeploymentMicrofrontendsApplications$ {
|
|
7102
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
|
|
7103
|
+
export const inboundSchema =
|
|
7104
|
+
CreateDeploymentMicrofrontendsApplications$inboundSchema;
|
|
7105
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
|
|
7106
|
+
export const outboundSchema =
|
|
7107
|
+
CreateDeploymentMicrofrontendsApplications$outboundSchema;
|
|
7108
|
+
/** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
|
|
7109
|
+
export type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
7110
|
+
}
|
|
7111
|
+
|
|
7112
|
+
export function createDeploymentMicrofrontendsApplicationsToJSON(
|
|
7113
|
+
createDeploymentMicrofrontendsApplications:
|
|
7114
|
+
CreateDeploymentMicrofrontendsApplications,
|
|
7115
|
+
): string {
|
|
7116
|
+
return JSON.stringify(
|
|
7117
|
+
CreateDeploymentMicrofrontendsApplications$outboundSchema.parse(
|
|
7118
|
+
createDeploymentMicrofrontendsApplications,
|
|
7119
|
+
),
|
|
7120
|
+
);
|
|
7121
|
+
}
|
|
7122
|
+
|
|
7123
|
+
export function createDeploymentMicrofrontendsApplicationsFromJSON(
|
|
7124
|
+
jsonString: string,
|
|
7125
|
+
): SafeParseResult<
|
|
7126
|
+
CreateDeploymentMicrofrontendsApplications,
|
|
7127
|
+
SDKValidationError
|
|
7128
|
+
> {
|
|
7129
|
+
return safeParse(
|
|
7130
|
+
jsonString,
|
|
7131
|
+
(x) =>
|
|
7132
|
+
CreateDeploymentMicrofrontendsApplications$inboundSchema.parse(
|
|
7133
|
+
JSON.parse(x),
|
|
7134
|
+
),
|
|
7135
|
+
`Failed to parse 'CreateDeploymentMicrofrontendsApplications' from JSON`,
|
|
7136
|
+
);
|
|
7137
|
+
}
|
|
7138
|
+
|
|
7139
|
+
/** @internal */
|
|
7140
|
+
export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
|
|
7141
|
+
CreateDeploymentMicrofrontends2,
|
|
7142
|
+
z.ZodTypeDef,
|
|
7143
|
+
unknown
|
|
7144
|
+
> = z.object({
|
|
7145
|
+
applications: z.record(
|
|
7146
|
+
z.lazy(() => CreateDeploymentMicrofrontendsApplications$inboundSchema),
|
|
7147
|
+
).optional(),
|
|
7148
|
+
isDefaultApp: z.boolean(),
|
|
7149
|
+
defaultAppProjectName: z.string(),
|
|
7150
|
+
defaultRoute: z.string().optional(),
|
|
7151
|
+
groupIds: z.array(z.string()),
|
|
7152
|
+
});
|
|
7153
|
+
|
|
7154
|
+
/** @internal */
|
|
7155
|
+
export type CreateDeploymentMicrofrontends2$Outbound = {
|
|
7156
|
+
applications?: {
|
|
7157
|
+
[k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
|
|
7158
|
+
} | undefined;
|
|
7159
|
+
isDefaultApp: boolean;
|
|
7160
|
+
defaultAppProjectName: string;
|
|
7161
|
+
defaultRoute?: string | undefined;
|
|
7162
|
+
groupIds: Array<string>;
|
|
7163
|
+
};
|
|
7164
|
+
|
|
7165
|
+
/** @internal */
|
|
7166
|
+
export const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<
|
|
7167
|
+
CreateDeploymentMicrofrontends2$Outbound,
|
|
7168
|
+
z.ZodTypeDef,
|
|
7169
|
+
CreateDeploymentMicrofrontends2
|
|
7170
|
+
> = z.object({
|
|
7171
|
+
applications: z.record(
|
|
7172
|
+
z.lazy(() => CreateDeploymentMicrofrontendsApplications$outboundSchema),
|
|
7173
|
+
).optional(),
|
|
7174
|
+
isDefaultApp: z.boolean(),
|
|
7175
|
+
defaultAppProjectName: z.string(),
|
|
7176
|
+
defaultRoute: z.string().optional(),
|
|
7177
|
+
groupIds: z.array(z.string()),
|
|
7178
|
+
});
|
|
7179
|
+
|
|
7180
|
+
/**
|
|
7181
|
+
* @internal
|
|
7182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7183
|
+
*/
|
|
7184
|
+
export namespace CreateDeploymentMicrofrontends2$ {
|
|
7185
|
+
/** @deprecated use `CreateDeploymentMicrofrontends2$inboundSchema` instead. */
|
|
7186
|
+
export const inboundSchema = CreateDeploymentMicrofrontends2$inboundSchema;
|
|
7187
|
+
/** @deprecated use `CreateDeploymentMicrofrontends2$outboundSchema` instead. */
|
|
7188
|
+
export const outboundSchema = CreateDeploymentMicrofrontends2$outboundSchema;
|
|
7189
|
+
/** @deprecated use `CreateDeploymentMicrofrontends2$Outbound` instead. */
|
|
7190
|
+
export type Outbound = CreateDeploymentMicrofrontends2$Outbound;
|
|
7191
|
+
}
|
|
7192
|
+
|
|
7193
|
+
export function createDeploymentMicrofrontends2ToJSON(
|
|
7194
|
+
createDeploymentMicrofrontends2: CreateDeploymentMicrofrontends2,
|
|
7195
|
+
): string {
|
|
7196
|
+
return JSON.stringify(
|
|
7197
|
+
CreateDeploymentMicrofrontends2$outboundSchema.parse(
|
|
7198
|
+
createDeploymentMicrofrontends2,
|
|
7199
|
+
),
|
|
7200
|
+
);
|
|
7201
|
+
}
|
|
7202
|
+
|
|
7203
|
+
export function createDeploymentMicrofrontends2FromJSON(
|
|
7204
|
+
jsonString: string,
|
|
7205
|
+
): SafeParseResult<CreateDeploymentMicrofrontends2, SDKValidationError> {
|
|
7206
|
+
return safeParse(
|
|
7207
|
+
jsonString,
|
|
7208
|
+
(x) => CreateDeploymentMicrofrontends2$inboundSchema.parse(JSON.parse(x)),
|
|
7209
|
+
`Failed to parse 'CreateDeploymentMicrofrontends2' from JSON`,
|
|
7210
|
+
);
|
|
7211
|
+
}
|
|
7212
|
+
|
|
7213
|
+
/** @internal */
|
|
7214
|
+
export const CreateDeploymentMicrofrontends1$inboundSchema: z.ZodType<
|
|
7215
|
+
CreateDeploymentMicrofrontends1,
|
|
7216
|
+
z.ZodTypeDef,
|
|
7217
|
+
unknown
|
|
7218
|
+
> = z.object({
|
|
7219
|
+
isDefaultApp: z.boolean().optional(),
|
|
7220
|
+
defaultAppProjectName: z.string(),
|
|
7221
|
+
defaultRoute: z.string().optional(),
|
|
7222
|
+
groupIds: z.array(z.string()),
|
|
7223
|
+
});
|
|
7224
|
+
|
|
7225
|
+
/** @internal */
|
|
7226
|
+
export type CreateDeploymentMicrofrontends1$Outbound = {
|
|
7227
|
+
isDefaultApp?: boolean | undefined;
|
|
7228
|
+
defaultAppProjectName: string;
|
|
7229
|
+
defaultRoute?: string | undefined;
|
|
7230
|
+
groupIds: Array<string>;
|
|
7231
|
+
};
|
|
7232
|
+
|
|
7233
|
+
/** @internal */
|
|
7234
|
+
export const CreateDeploymentMicrofrontends1$outboundSchema: z.ZodType<
|
|
7235
|
+
CreateDeploymentMicrofrontends1$Outbound,
|
|
7236
|
+
z.ZodTypeDef,
|
|
7237
|
+
CreateDeploymentMicrofrontends1
|
|
7238
|
+
> = z.object({
|
|
7239
|
+
isDefaultApp: z.boolean().optional(),
|
|
7240
|
+
defaultAppProjectName: z.string(),
|
|
7241
|
+
defaultRoute: z.string().optional(),
|
|
7242
|
+
groupIds: z.array(z.string()),
|
|
7243
|
+
});
|
|
7244
|
+
|
|
7245
|
+
/**
|
|
7246
|
+
* @internal
|
|
7247
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7248
|
+
*/
|
|
7249
|
+
export namespace CreateDeploymentMicrofrontends1$ {
|
|
7250
|
+
/** @deprecated use `CreateDeploymentMicrofrontends1$inboundSchema` instead. */
|
|
7251
|
+
export const inboundSchema = CreateDeploymentMicrofrontends1$inboundSchema;
|
|
7252
|
+
/** @deprecated use `CreateDeploymentMicrofrontends1$outboundSchema` instead. */
|
|
7253
|
+
export const outboundSchema = CreateDeploymentMicrofrontends1$outboundSchema;
|
|
7254
|
+
/** @deprecated use `CreateDeploymentMicrofrontends1$Outbound` instead. */
|
|
7255
|
+
export type Outbound = CreateDeploymentMicrofrontends1$Outbound;
|
|
7256
|
+
}
|
|
7257
|
+
|
|
7258
|
+
export function createDeploymentMicrofrontends1ToJSON(
|
|
7259
|
+
createDeploymentMicrofrontends1: CreateDeploymentMicrofrontends1,
|
|
7260
|
+
): string {
|
|
7261
|
+
return JSON.stringify(
|
|
7262
|
+
CreateDeploymentMicrofrontends1$outboundSchema.parse(
|
|
7263
|
+
createDeploymentMicrofrontends1,
|
|
7264
|
+
),
|
|
7265
|
+
);
|
|
7266
|
+
}
|
|
7267
|
+
|
|
7268
|
+
export function createDeploymentMicrofrontends1FromJSON(
|
|
7269
|
+
jsonString: string,
|
|
7270
|
+
): SafeParseResult<CreateDeploymentMicrofrontends1, SDKValidationError> {
|
|
7271
|
+
return safeParse(
|
|
7272
|
+
jsonString,
|
|
7273
|
+
(x) => CreateDeploymentMicrofrontends1$inboundSchema.parse(JSON.parse(x)),
|
|
7274
|
+
`Failed to parse 'CreateDeploymentMicrofrontends1' from JSON`,
|
|
7275
|
+
);
|
|
7276
|
+
}
|
|
7277
|
+
|
|
7278
|
+
/** @internal */
|
|
7279
|
+
export const CreateDeploymentMicrofrontends$inboundSchema: z.ZodType<
|
|
7280
|
+
CreateDeploymentMicrofrontends,
|
|
7281
|
+
z.ZodTypeDef,
|
|
7282
|
+
unknown
|
|
7283
|
+
> = z.union([
|
|
7284
|
+
z.lazy(() => CreateDeploymentMicrofrontends1$inboundSchema),
|
|
7285
|
+
z.lazy(() => CreateDeploymentMicrofrontends2$inboundSchema),
|
|
7286
|
+
]);
|
|
7133
7287
|
|
|
7134
7288
|
/** @internal */
|
|
7135
|
-
export
|
|
7136
|
-
|
|
7289
|
+
export type CreateDeploymentMicrofrontends$Outbound =
|
|
7290
|
+
| CreateDeploymentMicrofrontends1$Outbound
|
|
7291
|
+
| CreateDeploymentMicrofrontends2$Outbound;
|
|
7292
|
+
|
|
7293
|
+
/** @internal */
|
|
7294
|
+
export const CreateDeploymentMicrofrontends$outboundSchema: z.ZodType<
|
|
7295
|
+
CreateDeploymentMicrofrontends$Outbound,
|
|
7137
7296
|
z.ZodTypeDef,
|
|
7138
|
-
|
|
7139
|
-
> = z.
|
|
7140
|
-
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
methods: z.array(z.string()).optional(),
|
|
7144
|
-
continue: z.boolean().optional(),
|
|
7145
|
-
override: z.boolean().optional(),
|
|
7146
|
-
caseSensitive: z.boolean().optional(),
|
|
7147
|
-
check: z.boolean().optional(),
|
|
7148
|
-
important: z.boolean().optional(),
|
|
7149
|
-
status: z.number().optional(),
|
|
7150
|
-
has: z.array(
|
|
7151
|
-
z.union([
|
|
7152
|
-
z.lazy(() => Has1$outboundSchema),
|
|
7153
|
-
z.lazy(() => Has2$outboundSchema),
|
|
7154
|
-
]),
|
|
7155
|
-
).optional(),
|
|
7156
|
-
missing: z.array(
|
|
7157
|
-
z.union([
|
|
7158
|
-
z.lazy(() => Missing1$outboundSchema),
|
|
7159
|
-
z.lazy(() => Missing2$outboundSchema),
|
|
7160
|
-
]),
|
|
7161
|
-
).optional(),
|
|
7162
|
-
locale: z.lazy(() => Locale$outboundSchema).optional(),
|
|
7163
|
-
middlewarePath: z.string().optional(),
|
|
7164
|
-
middlewareRawSrc: z.array(z.string()).optional(),
|
|
7165
|
-
middleware: z.number().optional(),
|
|
7166
|
-
});
|
|
7297
|
+
CreateDeploymentMicrofrontends
|
|
7298
|
+
> = z.union([
|
|
7299
|
+
z.lazy(() => CreateDeploymentMicrofrontends1$outboundSchema),
|
|
7300
|
+
z.lazy(() => CreateDeploymentMicrofrontends2$outboundSchema),
|
|
7301
|
+
]);
|
|
7167
7302
|
|
|
7168
7303
|
/**
|
|
7169
7304
|
* @internal
|
|
7170
7305
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7171
7306
|
*/
|
|
7172
|
-
export namespace
|
|
7173
|
-
/** @deprecated use `
|
|
7174
|
-
export const inboundSchema =
|
|
7175
|
-
/** @deprecated use `
|
|
7176
|
-
export const outboundSchema =
|
|
7177
|
-
/** @deprecated use `
|
|
7178
|
-
export type Outbound =
|
|
7307
|
+
export namespace CreateDeploymentMicrofrontends$ {
|
|
7308
|
+
/** @deprecated use `CreateDeploymentMicrofrontends$inboundSchema` instead. */
|
|
7309
|
+
export const inboundSchema = CreateDeploymentMicrofrontends$inboundSchema;
|
|
7310
|
+
/** @deprecated use `CreateDeploymentMicrofrontends$outboundSchema` instead. */
|
|
7311
|
+
export const outboundSchema = CreateDeploymentMicrofrontends$outboundSchema;
|
|
7312
|
+
/** @deprecated use `CreateDeploymentMicrofrontends$Outbound` instead. */
|
|
7313
|
+
export type Outbound = CreateDeploymentMicrofrontends$Outbound;
|
|
7179
7314
|
}
|
|
7180
7315
|
|
|
7181
|
-
export function
|
|
7182
|
-
|
|
7316
|
+
export function createDeploymentMicrofrontendsToJSON(
|
|
7317
|
+
createDeploymentMicrofrontends: CreateDeploymentMicrofrontends,
|
|
7318
|
+
): string {
|
|
7319
|
+
return JSON.stringify(
|
|
7320
|
+
CreateDeploymentMicrofrontends$outboundSchema.parse(
|
|
7321
|
+
createDeploymentMicrofrontends,
|
|
7322
|
+
),
|
|
7323
|
+
);
|
|
7183
7324
|
}
|
|
7184
7325
|
|
|
7185
|
-
export function
|
|
7326
|
+
export function createDeploymentMicrofrontendsFromJSON(
|
|
7186
7327
|
jsonString: string,
|
|
7187
|
-
): SafeParseResult<
|
|
7328
|
+
): SafeParseResult<CreateDeploymentMicrofrontends, SDKValidationError> {
|
|
7188
7329
|
return safeParse(
|
|
7189
7330
|
jsonString,
|
|
7190
|
-
(x) =>
|
|
7191
|
-
`Failed to parse '
|
|
7331
|
+
(x) => CreateDeploymentMicrofrontends$inboundSchema.parse(JSON.parse(x)),
|
|
7332
|
+
`Failed to parse 'CreateDeploymentMicrofrontends' from JSON`,
|
|
7192
7333
|
);
|
|
7193
7334
|
}
|
|
7194
7335
|
|
|
7195
7336
|
/** @internal */
|
|
7196
|
-
export const
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
z.lazy(() => Routes2$inboundSchema),
|
|
7200
|
-
z.lazy(() => Routes1$inboundSchema),
|
|
7201
|
-
]);
|
|
7337
|
+
export const CreateDeploymentState$inboundSchema: z.ZodNativeEnum<
|
|
7338
|
+
typeof CreateDeploymentState
|
|
7339
|
+
> = z.nativeEnum(CreateDeploymentState);
|
|
7202
7340
|
|
|
7203
7341
|
/** @internal */
|
|
7204
|
-
export
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7342
|
+
export const CreateDeploymentState$outboundSchema: z.ZodNativeEnum<
|
|
7343
|
+
typeof CreateDeploymentState
|
|
7344
|
+
> = CreateDeploymentState$inboundSchema;
|
|
7345
|
+
|
|
7346
|
+
/**
|
|
7347
|
+
* @internal
|
|
7348
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7349
|
+
*/
|
|
7350
|
+
export namespace CreateDeploymentState$ {
|
|
7351
|
+
/** @deprecated use `CreateDeploymentState$inboundSchema` instead. */
|
|
7352
|
+
export const inboundSchema = CreateDeploymentState$inboundSchema;
|
|
7353
|
+
/** @deprecated use `CreateDeploymentState$outboundSchema` instead. */
|
|
7354
|
+
export const outboundSchema = CreateDeploymentState$outboundSchema;
|
|
7355
|
+
}
|
|
7208
7356
|
|
|
7209
7357
|
/** @internal */
|
|
7210
|
-
export const
|
|
7211
|
-
|
|
7358
|
+
export const DeploymentAlias$inboundSchema: z.ZodType<
|
|
7359
|
+
DeploymentAlias,
|
|
7212
7360
|
z.ZodTypeDef,
|
|
7213
|
-
|
|
7214
|
-
> = z.
|
|
7215
|
-
|
|
7216
|
-
z.
|
|
7217
|
-
z.
|
|
7218
|
-
|
|
7361
|
+
unknown
|
|
7362
|
+
> = z.object({
|
|
7363
|
+
state: CreateDeploymentState$inboundSchema,
|
|
7364
|
+
startedAt: z.number(),
|
|
7365
|
+
completedAt: z.number().optional(),
|
|
7366
|
+
});
|
|
7367
|
+
|
|
7368
|
+
/** @internal */
|
|
7369
|
+
export type DeploymentAlias$Outbound = {
|
|
7370
|
+
state: string;
|
|
7371
|
+
startedAt: number;
|
|
7372
|
+
completedAt?: number | undefined;
|
|
7373
|
+
};
|
|
7374
|
+
|
|
7375
|
+
/** @internal */
|
|
7376
|
+
export const DeploymentAlias$outboundSchema: z.ZodType<
|
|
7377
|
+
DeploymentAlias$Outbound,
|
|
7378
|
+
z.ZodTypeDef,
|
|
7379
|
+
DeploymentAlias
|
|
7380
|
+
> = z.object({
|
|
7381
|
+
state: CreateDeploymentState$outboundSchema,
|
|
7382
|
+
startedAt: z.number(),
|
|
7383
|
+
completedAt: z.number().optional(),
|
|
7384
|
+
});
|
|
7219
7385
|
|
|
7220
7386
|
/**
|
|
7221
7387
|
* @internal
|
|
7222
7388
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7223
7389
|
*/
|
|
7224
|
-
export namespace
|
|
7225
|
-
/** @deprecated use `
|
|
7226
|
-
export const inboundSchema =
|
|
7227
|
-
/** @deprecated use `
|
|
7228
|
-
export const outboundSchema =
|
|
7229
|
-
/** @deprecated use `
|
|
7230
|
-
export type Outbound =
|
|
7390
|
+
export namespace DeploymentAlias$ {
|
|
7391
|
+
/** @deprecated use `DeploymentAlias$inboundSchema` instead. */
|
|
7392
|
+
export const inboundSchema = DeploymentAlias$inboundSchema;
|
|
7393
|
+
/** @deprecated use `DeploymentAlias$outboundSchema` instead. */
|
|
7394
|
+
export const outboundSchema = DeploymentAlias$outboundSchema;
|
|
7395
|
+
/** @deprecated use `DeploymentAlias$Outbound` instead. */
|
|
7396
|
+
export type Outbound = DeploymentAlias$Outbound;
|
|
7231
7397
|
}
|
|
7232
7398
|
|
|
7233
|
-
export function
|
|
7234
|
-
|
|
7399
|
+
export function deploymentAliasToJSON(
|
|
7400
|
+
deploymentAlias: DeploymentAlias,
|
|
7401
|
+
): string {
|
|
7402
|
+
return JSON.stringify(DeploymentAlias$outboundSchema.parse(deploymentAlias));
|
|
7235
7403
|
}
|
|
7236
7404
|
|
|
7237
|
-
export function
|
|
7405
|
+
export function deploymentAliasFromJSON(
|
|
7238
7406
|
jsonString: string,
|
|
7239
|
-
): SafeParseResult<
|
|
7407
|
+
): SafeParseResult<DeploymentAlias, SDKValidationError> {
|
|
7240
7408
|
return safeParse(
|
|
7241
7409
|
jsonString,
|
|
7242
|
-
(x) =>
|
|
7243
|
-
`Failed to parse '
|
|
7410
|
+
(x) => DeploymentAlias$inboundSchema.parse(JSON.parse(x)),
|
|
7411
|
+
`Failed to parse 'DeploymentAlias' from JSON`,
|
|
7244
7412
|
);
|
|
7245
7413
|
}
|
|
7246
7414
|
|
|
7247
7415
|
/** @internal */
|
|
7248
|
-
export const
|
|
7249
|
-
|
|
7416
|
+
export const CreateDeploymentChecks$inboundSchema: z.ZodType<
|
|
7417
|
+
CreateDeploymentChecks,
|
|
7250
7418
|
z.ZodTypeDef,
|
|
7251
7419
|
unknown
|
|
7252
7420
|
> = z.object({
|
|
7253
|
-
|
|
7254
|
-
|
|
7421
|
+
"deployment-alias": z.lazy(() => DeploymentAlias$inboundSchema),
|
|
7422
|
+
}).transform((v) => {
|
|
7423
|
+
return remap$(v, {
|
|
7424
|
+
"deployment-alias": "deploymentAlias",
|
|
7425
|
+
});
|
|
7255
7426
|
});
|
|
7256
7427
|
|
|
7257
7428
|
/** @internal */
|
|
7258
|
-
export type
|
|
7259
|
-
|
|
7260
|
-
path: string;
|
|
7429
|
+
export type CreateDeploymentChecks$Outbound = {
|
|
7430
|
+
"deployment-alias": DeploymentAlias$Outbound;
|
|
7261
7431
|
};
|
|
7262
7432
|
|
|
7263
7433
|
/** @internal */
|
|
7264
|
-
export const
|
|
7265
|
-
|
|
7434
|
+
export const CreateDeploymentChecks$outboundSchema: z.ZodType<
|
|
7435
|
+
CreateDeploymentChecks$Outbound,
|
|
7266
7436
|
z.ZodTypeDef,
|
|
7267
|
-
|
|
7437
|
+
CreateDeploymentChecks
|
|
7268
7438
|
> = z.object({
|
|
7269
|
-
|
|
7270
|
-
|
|
7439
|
+
deploymentAlias: z.lazy(() => DeploymentAlias$outboundSchema),
|
|
7440
|
+
}).transform((v) => {
|
|
7441
|
+
return remap$(v, {
|
|
7442
|
+
deploymentAlias: "deployment-alias",
|
|
7443
|
+
});
|
|
7271
7444
|
});
|
|
7272
7445
|
|
|
7273
7446
|
/**
|
|
7274
7447
|
* @internal
|
|
7275
7448
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7276
7449
|
*/
|
|
7277
|
-
export namespace
|
|
7278
|
-
/** @deprecated use `
|
|
7279
|
-
export const inboundSchema =
|
|
7280
|
-
/** @deprecated use `
|
|
7281
|
-
export const outboundSchema =
|
|
7282
|
-
/** @deprecated use `
|
|
7283
|
-
export type Outbound =
|
|
7450
|
+
export namespace CreateDeploymentChecks$ {
|
|
7451
|
+
/** @deprecated use `CreateDeploymentChecks$inboundSchema` instead. */
|
|
7452
|
+
export const inboundSchema = CreateDeploymentChecks$inboundSchema;
|
|
7453
|
+
/** @deprecated use `CreateDeploymentChecks$outboundSchema` instead. */
|
|
7454
|
+
export const outboundSchema = CreateDeploymentChecks$outboundSchema;
|
|
7455
|
+
/** @deprecated use `CreateDeploymentChecks$Outbound` instead. */
|
|
7456
|
+
export type Outbound = CreateDeploymentChecks$Outbound;
|
|
7284
7457
|
}
|
|
7285
7458
|
|
|
7286
|
-
export function
|
|
7287
|
-
|
|
7459
|
+
export function createDeploymentChecksToJSON(
|
|
7460
|
+
createDeploymentChecks: CreateDeploymentChecks,
|
|
7288
7461
|
): string {
|
|
7289
7462
|
return JSON.stringify(
|
|
7290
|
-
|
|
7463
|
+
CreateDeploymentChecks$outboundSchema.parse(createDeploymentChecks),
|
|
7291
7464
|
);
|
|
7292
7465
|
}
|
|
7293
7466
|
|
|
7294
|
-
export function
|
|
7467
|
+
export function createDeploymentChecksFromJSON(
|
|
7295
7468
|
jsonString: string,
|
|
7296
|
-
): SafeParseResult<
|
|
7469
|
+
): SafeParseResult<CreateDeploymentChecks, SDKValidationError> {
|
|
7297
7470
|
return safeParse(
|
|
7298
7471
|
jsonString,
|
|
7299
|
-
(x) =>
|
|
7300
|
-
`Failed to parse '
|
|
7472
|
+
(x) => CreateDeploymentChecks$inboundSchema.parse(JSON.parse(x)),
|
|
7473
|
+
`Failed to parse 'CreateDeploymentChecks' from JSON`,
|
|
7301
7474
|
);
|
|
7302
7475
|
}
|
|
7303
7476
|
|
|
7477
|
+
/** @internal */
|
|
7478
|
+
export const CreateDeploymentPlan$inboundSchema: z.ZodNativeEnum<
|
|
7479
|
+
typeof CreateDeploymentPlan
|
|
7480
|
+
> = z.nativeEnum(CreateDeploymentPlan);
|
|
7481
|
+
|
|
7482
|
+
/** @internal */
|
|
7483
|
+
export const CreateDeploymentPlan$outboundSchema: z.ZodNativeEnum<
|
|
7484
|
+
typeof CreateDeploymentPlan
|
|
7485
|
+
> = CreateDeploymentPlan$inboundSchema;
|
|
7486
|
+
|
|
7487
|
+
/**
|
|
7488
|
+
* @internal
|
|
7489
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7490
|
+
*/
|
|
7491
|
+
export namespace CreateDeploymentPlan$ {
|
|
7492
|
+
/** @deprecated use `CreateDeploymentPlan$inboundSchema` instead. */
|
|
7493
|
+
export const inboundSchema = CreateDeploymentPlan$inboundSchema;
|
|
7494
|
+
/** @deprecated use `CreateDeploymentPlan$outboundSchema` instead. */
|
|
7495
|
+
export const outboundSchema = CreateDeploymentPlan$outboundSchema;
|
|
7496
|
+
}
|
|
7497
|
+
|
|
7304
7498
|
/** @internal */
|
|
7305
7499
|
export const CreateDeploymentGitRepoDeploymentsType$inboundSchema:
|
|
7306
7500
|
z.ZodNativeEnum<typeof CreateDeploymentGitRepoDeploymentsType> = z.nativeEnum(
|
|
@@ -7991,11 +8185,11 @@ export const CreateDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
|
7991
8185
|
z.lazy(() => CustomEnvironment2$inboundSchema),
|
|
7992
8186
|
z.lazy(() => CustomEnvironment1$inboundSchema),
|
|
7993
8187
|
]).optional(),
|
|
7994
|
-
|
|
8188
|
+
id: z.string(),
|
|
7995
8189
|
name: z.string(),
|
|
7996
8190
|
createdAt: z.number(),
|
|
8191
|
+
type: CreateDeploymentType$inboundSchema,
|
|
7997
8192
|
deletedAt: z.nullable(z.number()).optional(),
|
|
7998
|
-
id: z.string(),
|
|
7999
8193
|
version: z.number(),
|
|
8000
8194
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
8001
8195
|
gitSource: z.union([
|
|
@@ -8038,13 +8232,8 @@ export const CreateDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
|
8038
8232
|
undeletedAt: z.number().optional(),
|
|
8039
8233
|
url: z.string(),
|
|
8040
8234
|
oidcTokenClaims: z.lazy(() => OidcTokenClaims$inboundSchema).optional(),
|
|
8041
|
-
plan: CreateDeploymentPlan$inboundSchema,
|
|
8042
8235
|
projectId: z.string(),
|
|
8043
8236
|
ownerId: z.string(),
|
|
8044
|
-
microfrontends: z.union([
|
|
8045
|
-
z.lazy(() => CreateDeploymentMicrofrontends1$inboundSchema),
|
|
8046
|
-
z.lazy(() => CreateDeploymentMicrofrontends2$inboundSchema),
|
|
8047
|
-
]).optional(),
|
|
8048
8237
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
8049
8238
|
config: z.lazy(() => Config$inboundSchema).optional(),
|
|
8050
8239
|
functions: z.nullable(z.record(z.lazy(() => Functions$inboundSchema)))
|
|
@@ -8059,6 +8248,12 @@ export const CreateDeploymentResponseBody$inboundSchema: z.ZodType<
|
|
|
8059
8248
|
])),
|
|
8060
8249
|
),
|
|
8061
8250
|
crons: z.array(z.lazy(() => CreateDeploymentCrons$inboundSchema)).optional(),
|
|
8251
|
+
microfrontends: z.union([
|
|
8252
|
+
z.lazy(() => CreateDeploymentMicrofrontends1$inboundSchema),
|
|
8253
|
+
z.lazy(() => CreateDeploymentMicrofrontends2$inboundSchema),
|
|
8254
|
+
]).optional(),
|
|
8255
|
+
checks: z.lazy(() => CreateDeploymentChecks$inboundSchema).optional(),
|
|
8256
|
+
plan: CreateDeploymentPlan$inboundSchema,
|
|
8062
8257
|
connectBuildsEnabled: z.boolean().optional(),
|
|
8063
8258
|
connectConfigurationId: z.string().optional(),
|
|
8064
8259
|
createdIn: z.string(),
|
|
@@ -8112,11 +8307,11 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
8112
8307
|
| CustomEnvironment2$Outbound
|
|
8113
8308
|
| CustomEnvironment1$Outbound
|
|
8114
8309
|
| undefined;
|
|
8115
|
-
|
|
8310
|
+
id: string;
|
|
8116
8311
|
name: string;
|
|
8117
8312
|
createdAt: number;
|
|
8313
|
+
type: string;
|
|
8118
8314
|
deletedAt?: number | null | undefined;
|
|
8119
|
-
id: string;
|
|
8120
8315
|
version: number;
|
|
8121
8316
|
autoAssignCustomDomains?: boolean | undefined;
|
|
8122
8317
|
gitSource?:
|
|
@@ -8159,18 +8354,19 @@ export type CreateDeploymentResponseBody$Outbound = {
|
|
|
8159
8354
|
undeletedAt?: number | undefined;
|
|
8160
8355
|
url: string;
|
|
8161
8356
|
oidcTokenClaims?: OidcTokenClaims$Outbound | undefined;
|
|
8162
|
-
plan: string;
|
|
8163
8357
|
projectId: string;
|
|
8164
8358
|
ownerId: string;
|
|
8165
|
-
microfrontends?:
|
|
8166
|
-
| CreateDeploymentMicrofrontends1$Outbound
|
|
8167
|
-
| CreateDeploymentMicrofrontends2$Outbound
|
|
8168
|
-
| undefined;
|
|
8169
8359
|
monorepoManager?: string | null | undefined;
|
|
8170
8360
|
config?: Config$Outbound | undefined;
|
|
8171
8361
|
functions?: { [k: string]: Functions$Outbound } | null | undefined;
|
|
8172
8362
|
routes: Array<Routes3$Outbound | Routes2$Outbound | Routes1$Outbound> | null;
|
|
8173
8363
|
crons?: Array<CreateDeploymentCrons$Outbound> | undefined;
|
|
8364
|
+
microfrontends?:
|
|
8365
|
+
| CreateDeploymentMicrofrontends1$Outbound
|
|
8366
|
+
| CreateDeploymentMicrofrontends2$Outbound
|
|
8367
|
+
| undefined;
|
|
8368
|
+
checks?: CreateDeploymentChecks$Outbound | undefined;
|
|
8369
|
+
plan: string;
|
|
8174
8370
|
connectBuildsEnabled?: boolean | undefined;
|
|
8175
8371
|
connectConfigurationId?: string | undefined;
|
|
8176
8372
|
createdIn: string;
|
|
@@ -8224,11 +8420,11 @@ export const CreateDeploymentResponseBody$outboundSchema: z.ZodType<
|
|
|
8224
8420
|
z.lazy(() => CustomEnvironment2$outboundSchema),
|
|
8225
8421
|
z.lazy(() => CustomEnvironment1$outboundSchema),
|
|
8226
8422
|
]).optional(),
|
|
8227
|
-
|
|
8423
|
+
id: z.string(),
|
|
8228
8424
|
name: z.string(),
|
|
8229
8425
|
createdAt: z.number(),
|
|
8426
|
+
type: CreateDeploymentType$outboundSchema,
|
|
8230
8427
|
deletedAt: z.nullable(z.number()).optional(),
|
|
8231
|
-
id: z.string(),
|
|
8232
8428
|
version: z.number(),
|
|
8233
8429
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
8234
8430
|
gitSource: z.union([
|
|
@@ -8272,13 +8468,8 @@ export const CreateDeploymentResponseBody$outboundSchema: z.ZodType<
|
|
|
8272
8468
|
undeletedAt: z.number().optional(),
|
|
8273
8469
|
url: z.string(),
|
|
8274
8470
|
oidcTokenClaims: z.lazy(() => OidcTokenClaims$outboundSchema).optional(),
|
|
8275
|
-
plan: CreateDeploymentPlan$outboundSchema,
|
|
8276
8471
|
projectId: z.string(),
|
|
8277
8472
|
ownerId: z.string(),
|
|
8278
|
-
microfrontends: z.union([
|
|
8279
|
-
z.lazy(() => CreateDeploymentMicrofrontends1$outboundSchema),
|
|
8280
|
-
z.lazy(() => CreateDeploymentMicrofrontends2$outboundSchema),
|
|
8281
|
-
]).optional(),
|
|
8282
8473
|
monorepoManager: z.nullable(z.string()).optional(),
|
|
8283
8474
|
config: z.lazy(() => Config$outboundSchema).optional(),
|
|
8284
8475
|
functions: z.nullable(z.record(z.lazy(() => Functions$outboundSchema)))
|
|
@@ -8293,6 +8484,12 @@ export const CreateDeploymentResponseBody$outboundSchema: z.ZodType<
|
|
|
8293
8484
|
])),
|
|
8294
8485
|
),
|
|
8295
8486
|
crons: z.array(z.lazy(() => CreateDeploymentCrons$outboundSchema)).optional(),
|
|
8487
|
+
microfrontends: z.union([
|
|
8488
|
+
z.lazy(() => CreateDeploymentMicrofrontends1$outboundSchema),
|
|
8489
|
+
z.lazy(() => CreateDeploymentMicrofrontends2$outboundSchema),
|
|
8490
|
+
]).optional(),
|
|
8491
|
+
checks: z.lazy(() => CreateDeploymentChecks$outboundSchema).optional(),
|
|
8492
|
+
plan: CreateDeploymentPlan$outboundSchema,
|
|
8296
8493
|
connectBuildsEnabled: z.boolean().optional(),
|
|
8297
8494
|
connectConfigurationId: z.string().optional(),
|
|
8298
8495
|
createdIn: z.string(),
|