@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
package/esm/models/team.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
2
3
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
4
|
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
4
5
|
export type Data = {
|
|
@@ -10,15 +11,341 @@ export type Data = {
|
|
|
10
11
|
projectId: string;
|
|
11
12
|
createdAt: number;
|
|
12
13
|
};
|
|
14
|
+
export type Connect = {
|
|
15
|
+
enabled?: boolean | undefined;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Information for the SAML Single Sign-On configuration.
|
|
19
|
+
*/
|
|
20
|
+
export type Connection = {
|
|
21
|
+
/**
|
|
22
|
+
* Current status of the connection.
|
|
23
|
+
*/
|
|
24
|
+
status: string;
|
|
25
|
+
/**
|
|
26
|
+
* The Identity Provider "type", for example Okta.
|
|
27
|
+
*/
|
|
28
|
+
type: string;
|
|
29
|
+
/**
|
|
30
|
+
* Current state of the connection.
|
|
31
|
+
*/
|
|
32
|
+
state: string;
|
|
33
|
+
/**
|
|
34
|
+
* Timestamp (in milliseconds) of when the configuration was connected.
|
|
35
|
+
*/
|
|
36
|
+
connectedAt: number;
|
|
37
|
+
/**
|
|
38
|
+
* Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.
|
|
39
|
+
*/
|
|
40
|
+
lastReceivedWebhookEvent?: number | undefined;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Information for the Directory Sync configuration.
|
|
44
|
+
*/
|
|
45
|
+
export type Directory = {
|
|
46
|
+
/**
|
|
47
|
+
* The Identity Provider "type", for example Okta.
|
|
48
|
+
*/
|
|
49
|
+
type: string;
|
|
50
|
+
/**
|
|
51
|
+
* Current state of the connection.
|
|
52
|
+
*/
|
|
53
|
+
state: string;
|
|
54
|
+
/**
|
|
55
|
+
* Timestamp (in milliseconds) of when the configuration was connected.
|
|
56
|
+
*/
|
|
57
|
+
connectedAt: number;
|
|
58
|
+
/**
|
|
59
|
+
* Timestamp (in milliseconds) of when the last webhook event was received from WorkOS.
|
|
60
|
+
*/
|
|
61
|
+
lastReceivedWebhookEvent?: number | undefined;
|
|
62
|
+
};
|
|
63
|
+
export declare const Roles2: {
|
|
64
|
+
readonly Owner: "OWNER";
|
|
65
|
+
readonly Member: "MEMBER";
|
|
66
|
+
readonly Developer: "DEVELOPER";
|
|
67
|
+
readonly Security: "SECURITY";
|
|
68
|
+
readonly Billing: "BILLING";
|
|
69
|
+
readonly Viewer: "VIEWER";
|
|
70
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
71
|
+
};
|
|
72
|
+
export type Roles2 = ClosedEnum<typeof Roles2>;
|
|
73
|
+
/**
|
|
74
|
+
* When "Directory Sync" is configured, this object contains a mapping of which Directory Group (by ID) should be assigned to which Vercel Team "role".
|
|
75
|
+
*/
|
|
76
|
+
export type Roles1 = {
|
|
77
|
+
accessGroupId: string;
|
|
78
|
+
};
|
|
79
|
+
export type Roles = Roles1 | Roles2;
|
|
80
|
+
/**
|
|
81
|
+
* When "Single Sign-On (SAML)" is configured, this object contains information regarding the configuration of the Identity Provider (IdP).
|
|
82
|
+
*/
|
|
83
|
+
export type Saml = {
|
|
84
|
+
/**
|
|
85
|
+
* Information for the SAML Single Sign-On configuration.
|
|
86
|
+
*/
|
|
87
|
+
connection?: Connection | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* Information for the Directory Sync configuration.
|
|
90
|
+
*/
|
|
91
|
+
directory?: Directory | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* When `true`, interactions with the Team **must** be done with an authentication token that has been authenticated with the Team's SAML Single Sign-On provider.
|
|
94
|
+
*/
|
|
95
|
+
enforced: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* When "Directory Sync" is configured, this object contains a mapping of which Directory Group (by ID) should be assigned to which Vercel Team "role".
|
|
98
|
+
*/
|
|
99
|
+
roles?: {
|
|
100
|
+
[k: string]: Roles1 | Roles2;
|
|
101
|
+
} | undefined;
|
|
102
|
+
};
|
|
103
|
+
export type BuildEntitlements = {
|
|
104
|
+
enhancedBuilds?: boolean | undefined;
|
|
105
|
+
};
|
|
106
|
+
export type ResourceConfig = {
|
|
107
|
+
/**
|
|
108
|
+
* The total amount of concurrent builds that can be used.
|
|
109
|
+
*/
|
|
110
|
+
concurrentBuilds?: number | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* The maximum size in kilobytes of an Edge Config. Only specified if a custom limit is set.
|
|
113
|
+
*/
|
|
114
|
+
edgeConfigSize?: number | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* The maximum number of edge configs an account can create.
|
|
117
|
+
*/
|
|
118
|
+
edgeConfigs?: number | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* The maximum number of kv databases an account can create.
|
|
121
|
+
*/
|
|
122
|
+
kvDatabases?: number | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* The maximum number of blob stores an account can create.
|
|
125
|
+
*/
|
|
126
|
+
blobStores?: number | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* The maximum number of postgres databases an account can create.
|
|
129
|
+
*/
|
|
130
|
+
postgresDatabases?: number | undefined;
|
|
131
|
+
buildEntitlements?: BuildEntitlements | undefined;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Is remote caching enabled for this team
|
|
135
|
+
*/
|
|
136
|
+
export type RemoteCaching = {
|
|
137
|
+
enabled?: boolean | undefined;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* Whether toolbar is enabled on preview deployments
|
|
141
|
+
*/
|
|
142
|
+
export declare const EnablePreviewFeedback: {
|
|
143
|
+
readonly Default: "default";
|
|
144
|
+
readonly On: "on";
|
|
145
|
+
readonly Off: "off";
|
|
146
|
+
readonly OnForce: "on-force";
|
|
147
|
+
readonly OffForce: "off-force";
|
|
148
|
+
readonly DefaultForce: "default-force";
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Whether toolbar is enabled on preview deployments
|
|
152
|
+
*/
|
|
153
|
+
export type EnablePreviewFeedback = ClosedEnum<typeof EnablePreviewFeedback>;
|
|
154
|
+
/**
|
|
155
|
+
* Whether toolbar is enabled on production deployments
|
|
156
|
+
*/
|
|
157
|
+
export declare const EnableProductionFeedback: {
|
|
158
|
+
readonly Default: "default";
|
|
159
|
+
readonly On: "on";
|
|
160
|
+
readonly Off: "off";
|
|
161
|
+
readonly OnForce: "on-force";
|
|
162
|
+
readonly OffForce: "off-force";
|
|
163
|
+
readonly DefaultForce: "default-force";
|
|
164
|
+
};
|
|
165
|
+
/**
|
|
166
|
+
* Whether toolbar is enabled on production deployments
|
|
167
|
+
*/
|
|
168
|
+
export type EnableProductionFeedback = ClosedEnum<typeof EnableProductionFeedback>;
|
|
169
|
+
/**
|
|
170
|
+
* Sensitive environment variable policy for this team
|
|
171
|
+
*/
|
|
172
|
+
export declare const SensitiveEnvironmentVariablePolicy: {
|
|
173
|
+
readonly Default: "default";
|
|
174
|
+
readonly On: "on";
|
|
175
|
+
readonly Off: "off";
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Sensitive environment variable policy for this team
|
|
179
|
+
*/
|
|
180
|
+
export type SensitiveEnvironmentVariablePolicy = ClosedEnum<typeof SensitiveEnvironmentVariablePolicy>;
|
|
181
|
+
export type IpBuckets = {
|
|
182
|
+
bucket: string;
|
|
183
|
+
supportUntil?: number | undefined;
|
|
184
|
+
};
|
|
185
|
+
export type Entitlements = {
|
|
186
|
+
entitlement: string;
|
|
187
|
+
};
|
|
188
|
+
export declare const Role: {
|
|
189
|
+
readonly Owner: "OWNER";
|
|
190
|
+
readonly Member: "MEMBER";
|
|
191
|
+
readonly Developer: "DEVELOPER";
|
|
192
|
+
readonly Security: "SECURITY";
|
|
193
|
+
readonly Billing: "BILLING";
|
|
194
|
+
readonly Viewer: "VIEWER";
|
|
195
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
196
|
+
};
|
|
197
|
+
export type Role = ClosedEnum<typeof Role>;
|
|
198
|
+
export declare const TeamRoles: {
|
|
199
|
+
readonly Owner: "OWNER";
|
|
200
|
+
readonly Member: "MEMBER";
|
|
201
|
+
readonly Developer: "DEVELOPER";
|
|
202
|
+
readonly Security: "SECURITY";
|
|
203
|
+
readonly Billing: "BILLING";
|
|
204
|
+
readonly Viewer: "VIEWER";
|
|
205
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
206
|
+
};
|
|
207
|
+
export type TeamRoles = ClosedEnum<typeof TeamRoles>;
|
|
208
|
+
export declare const TeamPermissions: {
|
|
209
|
+
readonly CreateProject: "CreateProject";
|
|
210
|
+
readonly FullProductionDeployment: "FullProductionDeployment";
|
|
211
|
+
readonly UsageViewer: "UsageViewer";
|
|
212
|
+
readonly EnvVariableManager: "EnvVariableManager";
|
|
213
|
+
readonly EnvironmentManager: "EnvironmentManager";
|
|
214
|
+
};
|
|
215
|
+
export type TeamPermissions = ClosedEnum<typeof TeamPermissions>;
|
|
216
|
+
export declare const Origin: {
|
|
217
|
+
readonly Saml: "saml";
|
|
218
|
+
readonly Mail: "mail";
|
|
219
|
+
readonly Link: "link";
|
|
220
|
+
readonly Import: "import";
|
|
221
|
+
readonly Teams: "teams";
|
|
222
|
+
readonly Github: "github";
|
|
223
|
+
readonly Gitlab: "gitlab";
|
|
224
|
+
readonly Bitbucket: "bitbucket";
|
|
225
|
+
readonly Dsync: "dsync";
|
|
226
|
+
readonly Feedback: "feedback";
|
|
227
|
+
readonly OrganizationTeams: "organization-teams";
|
|
228
|
+
};
|
|
229
|
+
export type Origin = ClosedEnum<typeof Origin>;
|
|
230
|
+
export type GitUserId = string | number;
|
|
231
|
+
export type JoinedFrom = {
|
|
232
|
+
origin: Origin;
|
|
233
|
+
commitId?: string | undefined;
|
|
234
|
+
repoId?: string | undefined;
|
|
235
|
+
repoPath?: string | undefined;
|
|
236
|
+
gitUserId?: string | number | undefined;
|
|
237
|
+
gitUserLogin?: string | undefined;
|
|
238
|
+
ssoUserId?: string | undefined;
|
|
239
|
+
ssoConnectedAt?: number | undefined;
|
|
240
|
+
idpUserId?: string | undefined;
|
|
241
|
+
dsyncUserId?: string | undefined;
|
|
242
|
+
dsyncConnectedAt?: number | undefined;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* The membership of the authenticated User in relation to the Team.
|
|
246
|
+
*/
|
|
247
|
+
export type Membership = {
|
|
248
|
+
uid?: string | undefined;
|
|
249
|
+
entitlements?: Array<Entitlements> | undefined;
|
|
250
|
+
confirmed: boolean;
|
|
251
|
+
confirmedAt: number;
|
|
252
|
+
accessRequestedAt?: number | undefined;
|
|
253
|
+
role: Role;
|
|
254
|
+
teamRoles?: Array<TeamRoles> | undefined;
|
|
255
|
+
teamPermissions?: Array<TeamPermissions> | undefined;
|
|
256
|
+
teamId?: string | undefined;
|
|
257
|
+
createdAt: number;
|
|
258
|
+
created: number;
|
|
259
|
+
joinedFrom?: JoinedFrom | undefined;
|
|
260
|
+
};
|
|
13
261
|
/**
|
|
14
262
|
* Data representing a Team.
|
|
15
263
|
*/
|
|
16
264
|
export type Team = {
|
|
17
265
|
/**
|
|
18
|
-
* The
|
|
266
|
+
* The Team's unique identifier.
|
|
19
267
|
*/
|
|
20
268
|
id: string;
|
|
21
|
-
data
|
|
269
|
+
data?: Data | undefined;
|
|
270
|
+
connect?: Connect | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* The ID of the user who created the Team.
|
|
273
|
+
*/
|
|
274
|
+
creatorId: string;
|
|
275
|
+
/**
|
|
276
|
+
* Timestamp (in milliseconds) of when the Team was last updated.
|
|
277
|
+
*/
|
|
278
|
+
updatedAt: number;
|
|
279
|
+
/**
|
|
280
|
+
* Hostname that'll be matched with emails on sign-up to automatically join the Team.
|
|
281
|
+
*/
|
|
282
|
+
emailDomain?: string | null | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* When "Single Sign-On (SAML)" is configured, this object contains information regarding the configuration of the Identity Provider (IdP).
|
|
285
|
+
*/
|
|
286
|
+
saml?: Saml | undefined;
|
|
287
|
+
/**
|
|
288
|
+
* Code that can be used to join this Team. Only visible to Team owners.
|
|
289
|
+
*/
|
|
290
|
+
inviteCode?: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* A short description of the Team.
|
|
293
|
+
*/
|
|
294
|
+
description: string | null;
|
|
295
|
+
/**
|
|
296
|
+
* The prefix that is prepended to automatic aliases.
|
|
297
|
+
*/
|
|
298
|
+
stagingPrefix: string;
|
|
299
|
+
resourceConfig?: ResourceConfig | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* The hostname that is current set as preview deployment suffix.
|
|
302
|
+
*/
|
|
303
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* Is remote caching enabled for this team
|
|
306
|
+
*/
|
|
307
|
+
remoteCaching?: RemoteCaching | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* Whether toolbar is enabled on preview deployments
|
|
310
|
+
*/
|
|
311
|
+
enablePreviewFeedback?: EnablePreviewFeedback | null | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* Whether toolbar is enabled on production deployments
|
|
314
|
+
*/
|
|
315
|
+
enableProductionFeedback?: EnableProductionFeedback | null | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* Sensitive environment variable policy for this team
|
|
318
|
+
*/
|
|
319
|
+
sensitiveEnvironmentVariablePolicy?: SensitiveEnvironmentVariablePolicy | null | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* Indicates if IP addresses should be accessible in observability (o11y) tooling
|
|
322
|
+
*/
|
|
323
|
+
hideIpAddresses?: boolean | null | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* Indicates if IP addresses should be accessible in log drains
|
|
326
|
+
*/
|
|
327
|
+
hideIpAddressesInLogDrains?: boolean | null | undefined;
|
|
328
|
+
ipBuckets?: Array<IpBuckets> | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* The Team's slug, which is unique across the Vercel platform.
|
|
331
|
+
*/
|
|
332
|
+
slug: string;
|
|
333
|
+
/**
|
|
334
|
+
* Name associated with the Team account, or `null` if none has been provided.
|
|
335
|
+
*/
|
|
336
|
+
name: string | null;
|
|
337
|
+
/**
|
|
338
|
+
* The ID of the file used as avatar for this Team.
|
|
339
|
+
*/
|
|
340
|
+
avatar: string | null;
|
|
341
|
+
/**
|
|
342
|
+
* The membership of the authenticated User in relation to the Team.
|
|
343
|
+
*/
|
|
344
|
+
membership: Membership;
|
|
345
|
+
/**
|
|
346
|
+
* UNIX timestamp (in milliseconds) when the Team was created.
|
|
347
|
+
*/
|
|
348
|
+
createdAt: number;
|
|
22
349
|
additionalProperties?: {
|
|
23
350
|
[k: string]: any;
|
|
24
351
|
};
|
|
@@ -52,11 +379,609 @@ export declare namespace Data$ {
|
|
|
52
379
|
export declare function dataToJSON(data: Data): string;
|
|
53
380
|
export declare function dataFromJSON(jsonString: string): SafeParseResult<Data, SDKValidationError>;
|
|
54
381
|
/** @internal */
|
|
382
|
+
export declare const Connect$inboundSchema: z.ZodType<Connect, z.ZodTypeDef, unknown>;
|
|
383
|
+
/** @internal */
|
|
384
|
+
export type Connect$Outbound = {
|
|
385
|
+
enabled?: boolean | undefined;
|
|
386
|
+
};
|
|
387
|
+
/** @internal */
|
|
388
|
+
export declare const Connect$outboundSchema: z.ZodType<Connect$Outbound, z.ZodTypeDef, Connect>;
|
|
389
|
+
/**
|
|
390
|
+
* @internal
|
|
391
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
392
|
+
*/
|
|
393
|
+
export declare namespace Connect$ {
|
|
394
|
+
/** @deprecated use `Connect$inboundSchema` instead. */
|
|
395
|
+
const inboundSchema: z.ZodType<Connect, z.ZodTypeDef, unknown>;
|
|
396
|
+
/** @deprecated use `Connect$outboundSchema` instead. */
|
|
397
|
+
const outboundSchema: z.ZodType<Connect$Outbound, z.ZodTypeDef, Connect>;
|
|
398
|
+
/** @deprecated use `Connect$Outbound` instead. */
|
|
399
|
+
type Outbound = Connect$Outbound;
|
|
400
|
+
}
|
|
401
|
+
export declare function connectToJSON(connect: Connect): string;
|
|
402
|
+
export declare function connectFromJSON(jsonString: string): SafeParseResult<Connect, SDKValidationError>;
|
|
403
|
+
/** @internal */
|
|
404
|
+
export declare const Connection$inboundSchema: z.ZodType<Connection, z.ZodTypeDef, unknown>;
|
|
405
|
+
/** @internal */
|
|
406
|
+
export type Connection$Outbound = {
|
|
407
|
+
status: string;
|
|
408
|
+
type: string;
|
|
409
|
+
state: string;
|
|
410
|
+
connectedAt: number;
|
|
411
|
+
lastReceivedWebhookEvent?: number | undefined;
|
|
412
|
+
};
|
|
413
|
+
/** @internal */
|
|
414
|
+
export declare const Connection$outboundSchema: z.ZodType<Connection$Outbound, z.ZodTypeDef, Connection>;
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
418
|
+
*/
|
|
419
|
+
export declare namespace Connection$ {
|
|
420
|
+
/** @deprecated use `Connection$inboundSchema` instead. */
|
|
421
|
+
const inboundSchema: z.ZodType<Connection, z.ZodTypeDef, unknown>;
|
|
422
|
+
/** @deprecated use `Connection$outboundSchema` instead. */
|
|
423
|
+
const outboundSchema: z.ZodType<Connection$Outbound, z.ZodTypeDef, Connection>;
|
|
424
|
+
/** @deprecated use `Connection$Outbound` instead. */
|
|
425
|
+
type Outbound = Connection$Outbound;
|
|
426
|
+
}
|
|
427
|
+
export declare function connectionToJSON(connection: Connection): string;
|
|
428
|
+
export declare function connectionFromJSON(jsonString: string): SafeParseResult<Connection, SDKValidationError>;
|
|
429
|
+
/** @internal */
|
|
430
|
+
export declare const Directory$inboundSchema: z.ZodType<Directory, z.ZodTypeDef, unknown>;
|
|
431
|
+
/** @internal */
|
|
432
|
+
export type Directory$Outbound = {
|
|
433
|
+
type: string;
|
|
434
|
+
state: string;
|
|
435
|
+
connectedAt: number;
|
|
436
|
+
lastReceivedWebhookEvent?: number | undefined;
|
|
437
|
+
};
|
|
438
|
+
/** @internal */
|
|
439
|
+
export declare const Directory$outboundSchema: z.ZodType<Directory$Outbound, z.ZodTypeDef, Directory>;
|
|
440
|
+
/**
|
|
441
|
+
* @internal
|
|
442
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
443
|
+
*/
|
|
444
|
+
export declare namespace Directory$ {
|
|
445
|
+
/** @deprecated use `Directory$inboundSchema` instead. */
|
|
446
|
+
const inboundSchema: z.ZodType<Directory, z.ZodTypeDef, unknown>;
|
|
447
|
+
/** @deprecated use `Directory$outboundSchema` instead. */
|
|
448
|
+
const outboundSchema: z.ZodType<Directory$Outbound, z.ZodTypeDef, Directory>;
|
|
449
|
+
/** @deprecated use `Directory$Outbound` instead. */
|
|
450
|
+
type Outbound = Directory$Outbound;
|
|
451
|
+
}
|
|
452
|
+
export declare function directoryToJSON(directory: Directory): string;
|
|
453
|
+
export declare function directoryFromJSON(jsonString: string): SafeParseResult<Directory, SDKValidationError>;
|
|
454
|
+
/** @internal */
|
|
455
|
+
export declare const Roles2$inboundSchema: z.ZodNativeEnum<typeof Roles2>;
|
|
456
|
+
/** @internal */
|
|
457
|
+
export declare const Roles2$outboundSchema: z.ZodNativeEnum<typeof Roles2>;
|
|
458
|
+
/**
|
|
459
|
+
* @internal
|
|
460
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
461
|
+
*/
|
|
462
|
+
export declare namespace Roles2$ {
|
|
463
|
+
/** @deprecated use `Roles2$inboundSchema` instead. */
|
|
464
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
465
|
+
readonly Owner: "OWNER";
|
|
466
|
+
readonly Member: "MEMBER";
|
|
467
|
+
readonly Developer: "DEVELOPER";
|
|
468
|
+
readonly Security: "SECURITY";
|
|
469
|
+
readonly Billing: "BILLING";
|
|
470
|
+
readonly Viewer: "VIEWER";
|
|
471
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
472
|
+
}>;
|
|
473
|
+
/** @deprecated use `Roles2$outboundSchema` instead. */
|
|
474
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
475
|
+
readonly Owner: "OWNER";
|
|
476
|
+
readonly Member: "MEMBER";
|
|
477
|
+
readonly Developer: "DEVELOPER";
|
|
478
|
+
readonly Security: "SECURITY";
|
|
479
|
+
readonly Billing: "BILLING";
|
|
480
|
+
readonly Viewer: "VIEWER";
|
|
481
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
482
|
+
}>;
|
|
483
|
+
}
|
|
484
|
+
/** @internal */
|
|
485
|
+
export declare const Roles1$inboundSchema: z.ZodType<Roles1, z.ZodTypeDef, unknown>;
|
|
486
|
+
/** @internal */
|
|
487
|
+
export type Roles1$Outbound = {
|
|
488
|
+
accessGroupId: string;
|
|
489
|
+
};
|
|
490
|
+
/** @internal */
|
|
491
|
+
export declare const Roles1$outboundSchema: z.ZodType<Roles1$Outbound, z.ZodTypeDef, Roles1>;
|
|
492
|
+
/**
|
|
493
|
+
* @internal
|
|
494
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
495
|
+
*/
|
|
496
|
+
export declare namespace Roles1$ {
|
|
497
|
+
/** @deprecated use `Roles1$inboundSchema` instead. */
|
|
498
|
+
const inboundSchema: z.ZodType<Roles1, z.ZodTypeDef, unknown>;
|
|
499
|
+
/** @deprecated use `Roles1$outboundSchema` instead. */
|
|
500
|
+
const outboundSchema: z.ZodType<Roles1$Outbound, z.ZodTypeDef, Roles1>;
|
|
501
|
+
/** @deprecated use `Roles1$Outbound` instead. */
|
|
502
|
+
type Outbound = Roles1$Outbound;
|
|
503
|
+
}
|
|
504
|
+
export declare function roles1ToJSON(roles1: Roles1): string;
|
|
505
|
+
export declare function roles1FromJSON(jsonString: string): SafeParseResult<Roles1, SDKValidationError>;
|
|
506
|
+
/** @internal */
|
|
507
|
+
export declare const Roles$inboundSchema: z.ZodType<Roles, z.ZodTypeDef, unknown>;
|
|
508
|
+
/** @internal */
|
|
509
|
+
export type Roles$Outbound = Roles1$Outbound | string;
|
|
510
|
+
/** @internal */
|
|
511
|
+
export declare const Roles$outboundSchema: z.ZodType<Roles$Outbound, z.ZodTypeDef, Roles>;
|
|
512
|
+
/**
|
|
513
|
+
* @internal
|
|
514
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
515
|
+
*/
|
|
516
|
+
export declare namespace Roles$ {
|
|
517
|
+
/** @deprecated use `Roles$inboundSchema` instead. */
|
|
518
|
+
const inboundSchema: z.ZodType<Roles, z.ZodTypeDef, unknown>;
|
|
519
|
+
/** @deprecated use `Roles$outboundSchema` instead. */
|
|
520
|
+
const outboundSchema: z.ZodType<Roles$Outbound, z.ZodTypeDef, Roles>;
|
|
521
|
+
/** @deprecated use `Roles$Outbound` instead. */
|
|
522
|
+
type Outbound = Roles$Outbound;
|
|
523
|
+
}
|
|
524
|
+
export declare function rolesToJSON(roles: Roles): string;
|
|
525
|
+
export declare function rolesFromJSON(jsonString: string): SafeParseResult<Roles, SDKValidationError>;
|
|
526
|
+
/** @internal */
|
|
527
|
+
export declare const Saml$inboundSchema: z.ZodType<Saml, z.ZodTypeDef, unknown>;
|
|
528
|
+
/** @internal */
|
|
529
|
+
export type Saml$Outbound = {
|
|
530
|
+
connection?: Connection$Outbound | undefined;
|
|
531
|
+
directory?: Directory$Outbound | undefined;
|
|
532
|
+
enforced: boolean;
|
|
533
|
+
roles?: {
|
|
534
|
+
[k: string]: Roles1$Outbound | string;
|
|
535
|
+
} | undefined;
|
|
536
|
+
};
|
|
537
|
+
/** @internal */
|
|
538
|
+
export declare const Saml$outboundSchema: z.ZodType<Saml$Outbound, z.ZodTypeDef, Saml>;
|
|
539
|
+
/**
|
|
540
|
+
* @internal
|
|
541
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
542
|
+
*/
|
|
543
|
+
export declare namespace Saml$ {
|
|
544
|
+
/** @deprecated use `Saml$inboundSchema` instead. */
|
|
545
|
+
const inboundSchema: z.ZodType<Saml, z.ZodTypeDef, unknown>;
|
|
546
|
+
/** @deprecated use `Saml$outboundSchema` instead. */
|
|
547
|
+
const outboundSchema: z.ZodType<Saml$Outbound, z.ZodTypeDef, Saml>;
|
|
548
|
+
/** @deprecated use `Saml$Outbound` instead. */
|
|
549
|
+
type Outbound = Saml$Outbound;
|
|
550
|
+
}
|
|
551
|
+
export declare function samlToJSON(saml: Saml): string;
|
|
552
|
+
export declare function samlFromJSON(jsonString: string): SafeParseResult<Saml, SDKValidationError>;
|
|
553
|
+
/** @internal */
|
|
554
|
+
export declare const BuildEntitlements$inboundSchema: z.ZodType<BuildEntitlements, z.ZodTypeDef, unknown>;
|
|
555
|
+
/** @internal */
|
|
556
|
+
export type BuildEntitlements$Outbound = {
|
|
557
|
+
enhancedBuilds?: boolean | undefined;
|
|
558
|
+
};
|
|
559
|
+
/** @internal */
|
|
560
|
+
export declare const BuildEntitlements$outboundSchema: z.ZodType<BuildEntitlements$Outbound, z.ZodTypeDef, BuildEntitlements>;
|
|
561
|
+
/**
|
|
562
|
+
* @internal
|
|
563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
564
|
+
*/
|
|
565
|
+
export declare namespace BuildEntitlements$ {
|
|
566
|
+
/** @deprecated use `BuildEntitlements$inboundSchema` instead. */
|
|
567
|
+
const inboundSchema: z.ZodType<BuildEntitlements, z.ZodTypeDef, unknown>;
|
|
568
|
+
/** @deprecated use `BuildEntitlements$outboundSchema` instead. */
|
|
569
|
+
const outboundSchema: z.ZodType<BuildEntitlements$Outbound, z.ZodTypeDef, BuildEntitlements>;
|
|
570
|
+
/** @deprecated use `BuildEntitlements$Outbound` instead. */
|
|
571
|
+
type Outbound = BuildEntitlements$Outbound;
|
|
572
|
+
}
|
|
573
|
+
export declare function buildEntitlementsToJSON(buildEntitlements: BuildEntitlements): string;
|
|
574
|
+
export declare function buildEntitlementsFromJSON(jsonString: string): SafeParseResult<BuildEntitlements, SDKValidationError>;
|
|
575
|
+
/** @internal */
|
|
576
|
+
export declare const ResourceConfig$inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
577
|
+
/** @internal */
|
|
578
|
+
export type ResourceConfig$Outbound = {
|
|
579
|
+
concurrentBuilds?: number | undefined;
|
|
580
|
+
edgeConfigSize?: number | undefined;
|
|
581
|
+
edgeConfigs?: number | undefined;
|
|
582
|
+
kvDatabases?: number | undefined;
|
|
583
|
+
blobStores?: number | undefined;
|
|
584
|
+
postgresDatabases?: number | undefined;
|
|
585
|
+
buildEntitlements?: BuildEntitlements$Outbound | undefined;
|
|
586
|
+
};
|
|
587
|
+
/** @internal */
|
|
588
|
+
export declare const ResourceConfig$outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
589
|
+
/**
|
|
590
|
+
* @internal
|
|
591
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
592
|
+
*/
|
|
593
|
+
export declare namespace ResourceConfig$ {
|
|
594
|
+
/** @deprecated use `ResourceConfig$inboundSchema` instead. */
|
|
595
|
+
const inboundSchema: z.ZodType<ResourceConfig, z.ZodTypeDef, unknown>;
|
|
596
|
+
/** @deprecated use `ResourceConfig$outboundSchema` instead. */
|
|
597
|
+
const outboundSchema: z.ZodType<ResourceConfig$Outbound, z.ZodTypeDef, ResourceConfig>;
|
|
598
|
+
/** @deprecated use `ResourceConfig$Outbound` instead. */
|
|
599
|
+
type Outbound = ResourceConfig$Outbound;
|
|
600
|
+
}
|
|
601
|
+
export declare function resourceConfigToJSON(resourceConfig: ResourceConfig): string;
|
|
602
|
+
export declare function resourceConfigFromJSON(jsonString: string): SafeParseResult<ResourceConfig, SDKValidationError>;
|
|
603
|
+
/** @internal */
|
|
604
|
+
export declare const RemoteCaching$inboundSchema: z.ZodType<RemoteCaching, z.ZodTypeDef, unknown>;
|
|
605
|
+
/** @internal */
|
|
606
|
+
export type RemoteCaching$Outbound = {
|
|
607
|
+
enabled?: boolean | undefined;
|
|
608
|
+
};
|
|
609
|
+
/** @internal */
|
|
610
|
+
export declare const RemoteCaching$outboundSchema: z.ZodType<RemoteCaching$Outbound, z.ZodTypeDef, RemoteCaching>;
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
614
|
+
*/
|
|
615
|
+
export declare namespace RemoteCaching$ {
|
|
616
|
+
/** @deprecated use `RemoteCaching$inboundSchema` instead. */
|
|
617
|
+
const inboundSchema: z.ZodType<RemoteCaching, z.ZodTypeDef, unknown>;
|
|
618
|
+
/** @deprecated use `RemoteCaching$outboundSchema` instead. */
|
|
619
|
+
const outboundSchema: z.ZodType<RemoteCaching$Outbound, z.ZodTypeDef, RemoteCaching>;
|
|
620
|
+
/** @deprecated use `RemoteCaching$Outbound` instead. */
|
|
621
|
+
type Outbound = RemoteCaching$Outbound;
|
|
622
|
+
}
|
|
623
|
+
export declare function remoteCachingToJSON(remoteCaching: RemoteCaching): string;
|
|
624
|
+
export declare function remoteCachingFromJSON(jsonString: string): SafeParseResult<RemoteCaching, SDKValidationError>;
|
|
625
|
+
/** @internal */
|
|
626
|
+
export declare const EnablePreviewFeedback$inboundSchema: z.ZodNativeEnum<typeof EnablePreviewFeedback>;
|
|
627
|
+
/** @internal */
|
|
628
|
+
export declare const EnablePreviewFeedback$outboundSchema: z.ZodNativeEnum<typeof EnablePreviewFeedback>;
|
|
629
|
+
/**
|
|
630
|
+
* @internal
|
|
631
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
632
|
+
*/
|
|
633
|
+
export declare namespace EnablePreviewFeedback$ {
|
|
634
|
+
/** @deprecated use `EnablePreviewFeedback$inboundSchema` instead. */
|
|
635
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
636
|
+
readonly Default: "default";
|
|
637
|
+
readonly On: "on";
|
|
638
|
+
readonly Off: "off";
|
|
639
|
+
readonly OnForce: "on-force";
|
|
640
|
+
readonly OffForce: "off-force";
|
|
641
|
+
readonly DefaultForce: "default-force";
|
|
642
|
+
}>;
|
|
643
|
+
/** @deprecated use `EnablePreviewFeedback$outboundSchema` instead. */
|
|
644
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
645
|
+
readonly Default: "default";
|
|
646
|
+
readonly On: "on";
|
|
647
|
+
readonly Off: "off";
|
|
648
|
+
readonly OnForce: "on-force";
|
|
649
|
+
readonly OffForce: "off-force";
|
|
650
|
+
readonly DefaultForce: "default-force";
|
|
651
|
+
}>;
|
|
652
|
+
}
|
|
653
|
+
/** @internal */
|
|
654
|
+
export declare const EnableProductionFeedback$inboundSchema: z.ZodNativeEnum<typeof EnableProductionFeedback>;
|
|
655
|
+
/** @internal */
|
|
656
|
+
export declare const EnableProductionFeedback$outboundSchema: z.ZodNativeEnum<typeof EnableProductionFeedback>;
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
660
|
+
*/
|
|
661
|
+
export declare namespace EnableProductionFeedback$ {
|
|
662
|
+
/** @deprecated use `EnableProductionFeedback$inboundSchema` instead. */
|
|
663
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
664
|
+
readonly Default: "default";
|
|
665
|
+
readonly On: "on";
|
|
666
|
+
readonly Off: "off";
|
|
667
|
+
readonly OnForce: "on-force";
|
|
668
|
+
readonly OffForce: "off-force";
|
|
669
|
+
readonly DefaultForce: "default-force";
|
|
670
|
+
}>;
|
|
671
|
+
/** @deprecated use `EnableProductionFeedback$outboundSchema` instead. */
|
|
672
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
673
|
+
readonly Default: "default";
|
|
674
|
+
readonly On: "on";
|
|
675
|
+
readonly Off: "off";
|
|
676
|
+
readonly OnForce: "on-force";
|
|
677
|
+
readonly OffForce: "off-force";
|
|
678
|
+
readonly DefaultForce: "default-force";
|
|
679
|
+
}>;
|
|
680
|
+
}
|
|
681
|
+
/** @internal */
|
|
682
|
+
export declare const SensitiveEnvironmentVariablePolicy$inboundSchema: z.ZodNativeEnum<typeof SensitiveEnvironmentVariablePolicy>;
|
|
683
|
+
/** @internal */
|
|
684
|
+
export declare const SensitiveEnvironmentVariablePolicy$outboundSchema: z.ZodNativeEnum<typeof SensitiveEnvironmentVariablePolicy>;
|
|
685
|
+
/**
|
|
686
|
+
* @internal
|
|
687
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
688
|
+
*/
|
|
689
|
+
export declare namespace SensitiveEnvironmentVariablePolicy$ {
|
|
690
|
+
/** @deprecated use `SensitiveEnvironmentVariablePolicy$inboundSchema` instead. */
|
|
691
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
692
|
+
readonly Default: "default";
|
|
693
|
+
readonly On: "on";
|
|
694
|
+
readonly Off: "off";
|
|
695
|
+
}>;
|
|
696
|
+
/** @deprecated use `SensitiveEnvironmentVariablePolicy$outboundSchema` instead. */
|
|
697
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
698
|
+
readonly Default: "default";
|
|
699
|
+
readonly On: "on";
|
|
700
|
+
readonly Off: "off";
|
|
701
|
+
}>;
|
|
702
|
+
}
|
|
703
|
+
/** @internal */
|
|
704
|
+
export declare const IpBuckets$inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
|
|
705
|
+
/** @internal */
|
|
706
|
+
export type IpBuckets$Outbound = {
|
|
707
|
+
bucket: string;
|
|
708
|
+
supportUntil?: number | undefined;
|
|
709
|
+
};
|
|
710
|
+
/** @internal */
|
|
711
|
+
export declare const IpBuckets$outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
|
|
712
|
+
/**
|
|
713
|
+
* @internal
|
|
714
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
715
|
+
*/
|
|
716
|
+
export declare namespace IpBuckets$ {
|
|
717
|
+
/** @deprecated use `IpBuckets$inboundSchema` instead. */
|
|
718
|
+
const inboundSchema: z.ZodType<IpBuckets, z.ZodTypeDef, unknown>;
|
|
719
|
+
/** @deprecated use `IpBuckets$outboundSchema` instead. */
|
|
720
|
+
const outboundSchema: z.ZodType<IpBuckets$Outbound, z.ZodTypeDef, IpBuckets>;
|
|
721
|
+
/** @deprecated use `IpBuckets$Outbound` instead. */
|
|
722
|
+
type Outbound = IpBuckets$Outbound;
|
|
723
|
+
}
|
|
724
|
+
export declare function ipBucketsToJSON(ipBuckets: IpBuckets): string;
|
|
725
|
+
export declare function ipBucketsFromJSON(jsonString: string): SafeParseResult<IpBuckets, SDKValidationError>;
|
|
726
|
+
/** @internal */
|
|
727
|
+
export declare const Entitlements$inboundSchema: z.ZodType<Entitlements, z.ZodTypeDef, unknown>;
|
|
728
|
+
/** @internal */
|
|
729
|
+
export type Entitlements$Outbound = {
|
|
730
|
+
entitlement: string;
|
|
731
|
+
};
|
|
732
|
+
/** @internal */
|
|
733
|
+
export declare const Entitlements$outboundSchema: z.ZodType<Entitlements$Outbound, z.ZodTypeDef, Entitlements>;
|
|
734
|
+
/**
|
|
735
|
+
* @internal
|
|
736
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
737
|
+
*/
|
|
738
|
+
export declare namespace Entitlements$ {
|
|
739
|
+
/** @deprecated use `Entitlements$inboundSchema` instead. */
|
|
740
|
+
const inboundSchema: z.ZodType<Entitlements, z.ZodTypeDef, unknown>;
|
|
741
|
+
/** @deprecated use `Entitlements$outboundSchema` instead. */
|
|
742
|
+
const outboundSchema: z.ZodType<Entitlements$Outbound, z.ZodTypeDef, Entitlements>;
|
|
743
|
+
/** @deprecated use `Entitlements$Outbound` instead. */
|
|
744
|
+
type Outbound = Entitlements$Outbound;
|
|
745
|
+
}
|
|
746
|
+
export declare function entitlementsToJSON(entitlements: Entitlements): string;
|
|
747
|
+
export declare function entitlementsFromJSON(jsonString: string): SafeParseResult<Entitlements, SDKValidationError>;
|
|
748
|
+
/** @internal */
|
|
749
|
+
export declare const Role$inboundSchema: z.ZodNativeEnum<typeof Role>;
|
|
750
|
+
/** @internal */
|
|
751
|
+
export declare const Role$outboundSchema: z.ZodNativeEnum<typeof Role>;
|
|
752
|
+
/**
|
|
753
|
+
* @internal
|
|
754
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
755
|
+
*/
|
|
756
|
+
export declare namespace Role$ {
|
|
757
|
+
/** @deprecated use `Role$inboundSchema` instead. */
|
|
758
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
759
|
+
readonly Owner: "OWNER";
|
|
760
|
+
readonly Member: "MEMBER";
|
|
761
|
+
readonly Developer: "DEVELOPER";
|
|
762
|
+
readonly Security: "SECURITY";
|
|
763
|
+
readonly Billing: "BILLING";
|
|
764
|
+
readonly Viewer: "VIEWER";
|
|
765
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
766
|
+
}>;
|
|
767
|
+
/** @deprecated use `Role$outboundSchema` instead. */
|
|
768
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
769
|
+
readonly Owner: "OWNER";
|
|
770
|
+
readonly Member: "MEMBER";
|
|
771
|
+
readonly Developer: "DEVELOPER";
|
|
772
|
+
readonly Security: "SECURITY";
|
|
773
|
+
readonly Billing: "BILLING";
|
|
774
|
+
readonly Viewer: "VIEWER";
|
|
775
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
776
|
+
}>;
|
|
777
|
+
}
|
|
778
|
+
/** @internal */
|
|
779
|
+
export declare const TeamRoles$inboundSchema: z.ZodNativeEnum<typeof TeamRoles>;
|
|
780
|
+
/** @internal */
|
|
781
|
+
export declare const TeamRoles$outboundSchema: z.ZodNativeEnum<typeof TeamRoles>;
|
|
782
|
+
/**
|
|
783
|
+
* @internal
|
|
784
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
785
|
+
*/
|
|
786
|
+
export declare namespace TeamRoles$ {
|
|
787
|
+
/** @deprecated use `TeamRoles$inboundSchema` instead. */
|
|
788
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
789
|
+
readonly Owner: "OWNER";
|
|
790
|
+
readonly Member: "MEMBER";
|
|
791
|
+
readonly Developer: "DEVELOPER";
|
|
792
|
+
readonly Security: "SECURITY";
|
|
793
|
+
readonly Billing: "BILLING";
|
|
794
|
+
readonly Viewer: "VIEWER";
|
|
795
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
796
|
+
}>;
|
|
797
|
+
/** @deprecated use `TeamRoles$outboundSchema` instead. */
|
|
798
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
799
|
+
readonly Owner: "OWNER";
|
|
800
|
+
readonly Member: "MEMBER";
|
|
801
|
+
readonly Developer: "DEVELOPER";
|
|
802
|
+
readonly Security: "SECURITY";
|
|
803
|
+
readonly Billing: "BILLING";
|
|
804
|
+
readonly Viewer: "VIEWER";
|
|
805
|
+
readonly Contributor: "CONTRIBUTOR";
|
|
806
|
+
}>;
|
|
807
|
+
}
|
|
808
|
+
/** @internal */
|
|
809
|
+
export declare const TeamPermissions$inboundSchema: z.ZodNativeEnum<typeof TeamPermissions>;
|
|
810
|
+
/** @internal */
|
|
811
|
+
export declare const TeamPermissions$outboundSchema: z.ZodNativeEnum<typeof TeamPermissions>;
|
|
812
|
+
/**
|
|
813
|
+
* @internal
|
|
814
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
815
|
+
*/
|
|
816
|
+
export declare namespace TeamPermissions$ {
|
|
817
|
+
/** @deprecated use `TeamPermissions$inboundSchema` instead. */
|
|
818
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
819
|
+
readonly CreateProject: "CreateProject";
|
|
820
|
+
readonly FullProductionDeployment: "FullProductionDeployment";
|
|
821
|
+
readonly UsageViewer: "UsageViewer";
|
|
822
|
+
readonly EnvVariableManager: "EnvVariableManager";
|
|
823
|
+
readonly EnvironmentManager: "EnvironmentManager";
|
|
824
|
+
}>;
|
|
825
|
+
/** @deprecated use `TeamPermissions$outboundSchema` instead. */
|
|
826
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
827
|
+
readonly CreateProject: "CreateProject";
|
|
828
|
+
readonly FullProductionDeployment: "FullProductionDeployment";
|
|
829
|
+
readonly UsageViewer: "UsageViewer";
|
|
830
|
+
readonly EnvVariableManager: "EnvVariableManager";
|
|
831
|
+
readonly EnvironmentManager: "EnvironmentManager";
|
|
832
|
+
}>;
|
|
833
|
+
}
|
|
834
|
+
/** @internal */
|
|
835
|
+
export declare const Origin$inboundSchema: z.ZodNativeEnum<typeof Origin>;
|
|
836
|
+
/** @internal */
|
|
837
|
+
export declare const Origin$outboundSchema: z.ZodNativeEnum<typeof Origin>;
|
|
838
|
+
/**
|
|
839
|
+
* @internal
|
|
840
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
841
|
+
*/
|
|
842
|
+
export declare namespace Origin$ {
|
|
843
|
+
/** @deprecated use `Origin$inboundSchema` instead. */
|
|
844
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
845
|
+
readonly Saml: "saml";
|
|
846
|
+
readonly Mail: "mail";
|
|
847
|
+
readonly Link: "link";
|
|
848
|
+
readonly Import: "import";
|
|
849
|
+
readonly Teams: "teams";
|
|
850
|
+
readonly Github: "github";
|
|
851
|
+
readonly Gitlab: "gitlab";
|
|
852
|
+
readonly Bitbucket: "bitbucket";
|
|
853
|
+
readonly Dsync: "dsync";
|
|
854
|
+
readonly Feedback: "feedback";
|
|
855
|
+
readonly OrganizationTeams: "organization-teams";
|
|
856
|
+
}>;
|
|
857
|
+
/** @deprecated use `Origin$outboundSchema` instead. */
|
|
858
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
859
|
+
readonly Saml: "saml";
|
|
860
|
+
readonly Mail: "mail";
|
|
861
|
+
readonly Link: "link";
|
|
862
|
+
readonly Import: "import";
|
|
863
|
+
readonly Teams: "teams";
|
|
864
|
+
readonly Github: "github";
|
|
865
|
+
readonly Gitlab: "gitlab";
|
|
866
|
+
readonly Bitbucket: "bitbucket";
|
|
867
|
+
readonly Dsync: "dsync";
|
|
868
|
+
readonly Feedback: "feedback";
|
|
869
|
+
readonly OrganizationTeams: "organization-teams";
|
|
870
|
+
}>;
|
|
871
|
+
}
|
|
872
|
+
/** @internal */
|
|
873
|
+
export declare const GitUserId$inboundSchema: z.ZodType<GitUserId, z.ZodTypeDef, unknown>;
|
|
874
|
+
/** @internal */
|
|
875
|
+
export type GitUserId$Outbound = string | number;
|
|
876
|
+
/** @internal */
|
|
877
|
+
export declare const GitUserId$outboundSchema: z.ZodType<GitUserId$Outbound, z.ZodTypeDef, GitUserId>;
|
|
878
|
+
/**
|
|
879
|
+
* @internal
|
|
880
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
881
|
+
*/
|
|
882
|
+
export declare namespace GitUserId$ {
|
|
883
|
+
/** @deprecated use `GitUserId$inboundSchema` instead. */
|
|
884
|
+
const inboundSchema: z.ZodType<GitUserId, z.ZodTypeDef, unknown>;
|
|
885
|
+
/** @deprecated use `GitUserId$outboundSchema` instead. */
|
|
886
|
+
const outboundSchema: z.ZodType<GitUserId$Outbound, z.ZodTypeDef, GitUserId>;
|
|
887
|
+
/** @deprecated use `GitUserId$Outbound` instead. */
|
|
888
|
+
type Outbound = GitUserId$Outbound;
|
|
889
|
+
}
|
|
890
|
+
export declare function gitUserIdToJSON(gitUserId: GitUserId): string;
|
|
891
|
+
export declare function gitUserIdFromJSON(jsonString: string): SafeParseResult<GitUserId, SDKValidationError>;
|
|
892
|
+
/** @internal */
|
|
893
|
+
export declare const JoinedFrom$inboundSchema: z.ZodType<JoinedFrom, z.ZodTypeDef, unknown>;
|
|
894
|
+
/** @internal */
|
|
895
|
+
export type JoinedFrom$Outbound = {
|
|
896
|
+
origin: string;
|
|
897
|
+
commitId?: string | undefined;
|
|
898
|
+
repoId?: string | undefined;
|
|
899
|
+
repoPath?: string | undefined;
|
|
900
|
+
gitUserId?: string | number | undefined;
|
|
901
|
+
gitUserLogin?: string | undefined;
|
|
902
|
+
ssoUserId?: string | undefined;
|
|
903
|
+
ssoConnectedAt?: number | undefined;
|
|
904
|
+
idpUserId?: string | undefined;
|
|
905
|
+
dsyncUserId?: string | undefined;
|
|
906
|
+
dsyncConnectedAt?: number | undefined;
|
|
907
|
+
};
|
|
908
|
+
/** @internal */
|
|
909
|
+
export declare const JoinedFrom$outboundSchema: z.ZodType<JoinedFrom$Outbound, z.ZodTypeDef, JoinedFrom>;
|
|
910
|
+
/**
|
|
911
|
+
* @internal
|
|
912
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
913
|
+
*/
|
|
914
|
+
export declare namespace JoinedFrom$ {
|
|
915
|
+
/** @deprecated use `JoinedFrom$inboundSchema` instead. */
|
|
916
|
+
const inboundSchema: z.ZodType<JoinedFrom, z.ZodTypeDef, unknown>;
|
|
917
|
+
/** @deprecated use `JoinedFrom$outboundSchema` instead. */
|
|
918
|
+
const outboundSchema: z.ZodType<JoinedFrom$Outbound, z.ZodTypeDef, JoinedFrom>;
|
|
919
|
+
/** @deprecated use `JoinedFrom$Outbound` instead. */
|
|
920
|
+
type Outbound = JoinedFrom$Outbound;
|
|
921
|
+
}
|
|
922
|
+
export declare function joinedFromToJSON(joinedFrom: JoinedFrom): string;
|
|
923
|
+
export declare function joinedFromFromJSON(jsonString: string): SafeParseResult<JoinedFrom, SDKValidationError>;
|
|
924
|
+
/** @internal */
|
|
925
|
+
export declare const Membership$inboundSchema: z.ZodType<Membership, z.ZodTypeDef, unknown>;
|
|
926
|
+
/** @internal */
|
|
927
|
+
export type Membership$Outbound = {
|
|
928
|
+
uid?: string | undefined;
|
|
929
|
+
entitlements?: Array<Entitlements$Outbound> | undefined;
|
|
930
|
+
confirmed: boolean;
|
|
931
|
+
confirmedAt: number;
|
|
932
|
+
accessRequestedAt?: number | undefined;
|
|
933
|
+
role: string;
|
|
934
|
+
teamRoles?: Array<string> | undefined;
|
|
935
|
+
teamPermissions?: Array<string> | undefined;
|
|
936
|
+
teamId?: string | undefined;
|
|
937
|
+
createdAt: number;
|
|
938
|
+
created: number;
|
|
939
|
+
joinedFrom?: JoinedFrom$Outbound | undefined;
|
|
940
|
+
};
|
|
941
|
+
/** @internal */
|
|
942
|
+
export declare const Membership$outboundSchema: z.ZodType<Membership$Outbound, z.ZodTypeDef, Membership>;
|
|
943
|
+
/**
|
|
944
|
+
* @internal
|
|
945
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
946
|
+
*/
|
|
947
|
+
export declare namespace Membership$ {
|
|
948
|
+
/** @deprecated use `Membership$inboundSchema` instead. */
|
|
949
|
+
const inboundSchema: z.ZodType<Membership, z.ZodTypeDef, unknown>;
|
|
950
|
+
/** @deprecated use `Membership$outboundSchema` instead. */
|
|
951
|
+
const outboundSchema: z.ZodType<Membership$Outbound, z.ZodTypeDef, Membership>;
|
|
952
|
+
/** @deprecated use `Membership$Outbound` instead. */
|
|
953
|
+
type Outbound = Membership$Outbound;
|
|
954
|
+
}
|
|
955
|
+
export declare function membershipToJSON(membership: Membership): string;
|
|
956
|
+
export declare function membershipFromJSON(jsonString: string): SafeParseResult<Membership, SDKValidationError>;
|
|
957
|
+
/** @internal */
|
|
55
958
|
export declare const Team$inboundSchema: z.ZodType<Team, z.ZodTypeDef, unknown>;
|
|
56
959
|
/** @internal */
|
|
57
960
|
export type Team$Outbound = {
|
|
58
961
|
id: string;
|
|
59
|
-
data
|
|
962
|
+
data?: Data$Outbound | undefined;
|
|
963
|
+
connect?: Connect$Outbound | undefined;
|
|
964
|
+
creatorId: string;
|
|
965
|
+
updatedAt: number;
|
|
966
|
+
emailDomain?: string | null | undefined;
|
|
967
|
+
saml?: Saml$Outbound | undefined;
|
|
968
|
+
inviteCode?: string | undefined;
|
|
969
|
+
description: string | null;
|
|
970
|
+
stagingPrefix: string;
|
|
971
|
+
resourceConfig?: ResourceConfig$Outbound | undefined;
|
|
972
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
973
|
+
remoteCaching?: RemoteCaching$Outbound | undefined;
|
|
974
|
+
enablePreviewFeedback?: string | null | undefined;
|
|
975
|
+
enableProductionFeedback?: string | null | undefined;
|
|
976
|
+
sensitiveEnvironmentVariablePolicy?: string | null | undefined;
|
|
977
|
+
hideIpAddresses?: boolean | null | undefined;
|
|
978
|
+
hideIpAddressesInLogDrains?: boolean | null | undefined;
|
|
979
|
+
ipBuckets?: Array<IpBuckets$Outbound> | undefined;
|
|
980
|
+
slug: string;
|
|
981
|
+
name: string | null;
|
|
982
|
+
avatar: string | null;
|
|
983
|
+
membership: Membership$Outbound;
|
|
984
|
+
createdAt: number;
|
|
60
985
|
[additionalProperties: string]: unknown;
|
|
61
986
|
};
|
|
62
987
|
/** @internal */
|