@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
|
@@ -447,7 +447,7 @@ export declare const UpdateProjectDataCacheFramework: {
|
|
|
447
447
|
readonly Storybook: "storybook";
|
|
448
448
|
};
|
|
449
449
|
export type UpdateProjectDataCacheFramework = ClosedEnum<typeof UpdateProjectDataCacheFramework>;
|
|
450
|
-
export type
|
|
450
|
+
export type UpdateProjectDataCacheIpBuckets = {
|
|
451
451
|
bucket: string;
|
|
452
452
|
supportUntil?: number | undefined;
|
|
453
453
|
};
|
|
@@ -750,7 +750,7 @@ export declare const UpdateProjectDataCacheProjectsFunctionDefaultMemoryType: {
|
|
|
750
750
|
export type UpdateProjectDataCacheProjectsFunctionDefaultMemoryType = ClosedEnum<typeof UpdateProjectDataCacheProjectsFunctionDefaultMemoryType>;
|
|
751
751
|
export declare const UpdateProjectDataCacheProjectsBuildMachineType: {
|
|
752
752
|
readonly Enhanced: "enhanced";
|
|
753
|
-
readonly
|
|
753
|
+
readonly Turbo: "turbo";
|
|
754
754
|
};
|
|
755
755
|
export type UpdateProjectDataCacheProjectsBuildMachineType = ClosedEnum<typeof UpdateProjectDataCacheProjectsBuildMachineType>;
|
|
756
756
|
export type UpdateProjectDataCacheResourceConfig = {
|
|
@@ -762,6 +762,27 @@ export type UpdateProjectDataCacheResourceConfig = {
|
|
|
762
762
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
763
763
|
buildMachineType?: UpdateProjectDataCacheProjectsBuildMachineType | undefined;
|
|
764
764
|
};
|
|
765
|
+
/**
|
|
766
|
+
* Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.
|
|
767
|
+
*/
|
|
768
|
+
export type RollbackDescription = {
|
|
769
|
+
/**
|
|
770
|
+
* The user who rolled back the project.
|
|
771
|
+
*/
|
|
772
|
+
userId: string;
|
|
773
|
+
/**
|
|
774
|
+
* The username of the user who rolled back the project.
|
|
775
|
+
*/
|
|
776
|
+
username: string;
|
|
777
|
+
/**
|
|
778
|
+
* User-supplied explanation of why they rolled back the project. Limited to 250 characters.
|
|
779
|
+
*/
|
|
780
|
+
description: string;
|
|
781
|
+
/**
|
|
782
|
+
* Timestamp of when the rollback was requested.
|
|
783
|
+
*/
|
|
784
|
+
createdAt: number;
|
|
785
|
+
};
|
|
765
786
|
/**
|
|
766
787
|
* An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage.
|
|
767
788
|
*/
|
|
@@ -770,10 +791,6 @@ export type Stages = {
|
|
|
770
791
|
* The percentage of traffic to serve to the new deployment
|
|
771
792
|
*/
|
|
772
793
|
targetPercentage: number;
|
|
773
|
-
/**
|
|
774
|
-
* minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth starting percentage to ending percentage stage. So once we have fetched the document with the update time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving.
|
|
775
|
-
*/
|
|
776
|
-
minutesToRelease?: number | undefined;
|
|
777
794
|
/**
|
|
778
795
|
* Whether or not this stage requires approval to proceed.
|
|
779
796
|
*/
|
|
@@ -788,10 +805,6 @@ export type RollingRelease = {
|
|
|
788
805
|
* The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments.
|
|
789
806
|
*/
|
|
790
807
|
target: string;
|
|
791
|
-
/**
|
|
792
|
-
* minutesToRelease is the total time to gradually shift percentages. This value overrides stages and instead creates a single smooth 0-100 stage. So once we have fetched the document with the start time, subtract from the current time, and divide by total minutesToRelease, to determine what percentage of traffic the new deployment should be serving. There is no approval required, and for the case of Vercel, it would just slowly shift traffic 0 to 100%.
|
|
793
|
-
*/
|
|
794
|
-
minutesToRelease?: number | undefined;
|
|
795
808
|
/**
|
|
796
809
|
* An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage.
|
|
797
810
|
*/
|
|
@@ -809,7 +822,7 @@ export declare const UpdateProjectDataCacheFunctionDefaultMemoryType: {
|
|
|
809
822
|
export type UpdateProjectDataCacheFunctionDefaultMemoryType = ClosedEnum<typeof UpdateProjectDataCacheFunctionDefaultMemoryType>;
|
|
810
823
|
export declare const UpdateProjectDataCacheBuildMachineType: {
|
|
811
824
|
readonly Enhanced: "enhanced";
|
|
812
|
-
readonly
|
|
825
|
+
readonly Turbo: "turbo";
|
|
813
826
|
};
|
|
814
827
|
export type UpdateProjectDataCacheBuildMachineType = ClosedEnum<typeof UpdateProjectDataCacheBuildMachineType>;
|
|
815
828
|
export type DefaultResourceConfig = {
|
|
@@ -1099,8 +1112,11 @@ export type Permissions = {
|
|
|
1099
1112
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1100
1113
|
vercelRun?: Array<ACLAction> | undefined;
|
|
1101
1114
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1115
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1116
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1102
1117
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1103
1118
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1119
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1104
1120
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1105
1121
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1106
1122
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
@@ -1122,6 +1138,8 @@ export type Permissions = {
|
|
|
1122
1138
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1123
1139
|
job?: Array<ACLAction> | undefined;
|
|
1124
1140
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1141
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1142
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1125
1143
|
project?: Array<ACLAction> | undefined;
|
|
1126
1144
|
projectFromV0?: Array<ACLAction> | undefined;
|
|
1127
1145
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
@@ -1360,7 +1378,7 @@ export declare const Handle: {
|
|
|
1360
1378
|
readonly Finalize: "finalize";
|
|
1361
1379
|
};
|
|
1362
1380
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1363
|
-
export declare const
|
|
1381
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action: {
|
|
1364
1382
|
readonly Deny: "deny";
|
|
1365
1383
|
readonly Challenge: "challenge";
|
|
1366
1384
|
readonly Log: "log";
|
|
@@ -1368,7 +1386,7 @@ export declare const UpdateProjectDataCacheProjectsAction: {
|
|
|
1368
1386
|
readonly RateLimit: "rate_limit";
|
|
1369
1387
|
readonly Redirect: "redirect";
|
|
1370
1388
|
};
|
|
1371
|
-
export type
|
|
1389
|
+
export type UpdateProjectDataCacheProjectsResponse200Action = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
1372
1390
|
export declare const UpdateProjectDataCacheAlgo: {
|
|
1373
1391
|
readonly FixedWindow: "fixed_window";
|
|
1374
1392
|
readonly TokenBucket: "token_bucket";
|
|
@@ -1381,7 +1399,7 @@ export type Erl = {
|
|
|
1381
1399
|
keys: Array<string>;
|
|
1382
1400
|
};
|
|
1383
1401
|
export type UpdateProjectDataCacheMitigate = {
|
|
1384
|
-
action:
|
|
1402
|
+
action: UpdateProjectDataCacheProjectsResponse200Action;
|
|
1385
1403
|
ruleId: string;
|
|
1386
1404
|
ttl?: number | undefined;
|
|
1387
1405
|
erl?: Erl | undefined;
|
|
@@ -1401,10 +1419,35 @@ export declare const UpdateProjectDataCacheAction: {
|
|
|
1401
1419
|
readonly Log: "log";
|
|
1402
1420
|
};
|
|
1403
1421
|
export type UpdateProjectDataCacheAction = ClosedEnum<typeof UpdateProjectDataCacheAction>;
|
|
1404
|
-
export type
|
|
1422
|
+
export type BotFilter = {
|
|
1405
1423
|
active: boolean;
|
|
1406
1424
|
action?: UpdateProjectDataCacheAction | undefined;
|
|
1407
1425
|
};
|
|
1426
|
+
export declare const UpdateProjectDataCacheProjectsAction: {
|
|
1427
|
+
readonly Deny: "deny";
|
|
1428
|
+
readonly Challenge: "challenge";
|
|
1429
|
+
readonly Log: "log";
|
|
1430
|
+
};
|
|
1431
|
+
export type UpdateProjectDataCacheProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsAction>;
|
|
1432
|
+
export type UpdateProjectDataCacheAiBots = {
|
|
1433
|
+
active: boolean;
|
|
1434
|
+
action?: UpdateProjectDataCacheProjectsAction | undefined;
|
|
1435
|
+
};
|
|
1436
|
+
export declare const UpdateProjectDataCacheProjectsResponseAction: {
|
|
1437
|
+
readonly Deny: "deny";
|
|
1438
|
+
readonly Challenge: "challenge";
|
|
1439
|
+
readonly Log: "log";
|
|
1440
|
+
};
|
|
1441
|
+
export type UpdateProjectDataCacheProjectsResponseAction = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
|
|
1442
|
+
export type UpdateProjectDataCacheOwasp = {
|
|
1443
|
+
active: boolean;
|
|
1444
|
+
action?: UpdateProjectDataCacheProjectsResponseAction | undefined;
|
|
1445
|
+
};
|
|
1446
|
+
export type UpdateProjectDataCacheManagedRules = {
|
|
1447
|
+
botFilter: BotFilter;
|
|
1448
|
+
aiBots: UpdateProjectDataCacheAiBots;
|
|
1449
|
+
owasp: UpdateProjectDataCacheOwasp;
|
|
1450
|
+
};
|
|
1408
1451
|
export type UpdateProjectDataCacheSecurity = {
|
|
1409
1452
|
attackModeEnabled?: boolean | undefined;
|
|
1410
1453
|
attackModeUpdatedAt?: number | undefined;
|
|
@@ -1417,9 +1460,7 @@ export type UpdateProjectDataCacheSecurity = {
|
|
|
1417
1460
|
ja3Enabled?: boolean | undefined;
|
|
1418
1461
|
ja4Enabled?: boolean | undefined;
|
|
1419
1462
|
firewallBypassIps?: Array<string> | undefined;
|
|
1420
|
-
managedRules?:
|
|
1421
|
-
[k: string]: UpdateProjectDataCacheManagedRules;
|
|
1422
|
-
} | null | undefined;
|
|
1463
|
+
managedRules?: UpdateProjectDataCacheManagedRules | null | undefined;
|
|
1423
1464
|
};
|
|
1424
1465
|
/**
|
|
1425
1466
|
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
@@ -1433,7 +1474,10 @@ export declare const UpdateProjectDataCacheIssuerMode: {
|
|
|
1433
1474
|
*/
|
|
1434
1475
|
export type UpdateProjectDataCacheIssuerMode = ClosedEnum<typeof UpdateProjectDataCacheIssuerMode>;
|
|
1435
1476
|
export type UpdateProjectDataCacheOidcTokenConfig = {
|
|
1436
|
-
|
|
1477
|
+
/**
|
|
1478
|
+
* Whether or not to generate OpenID Connect JSON Web Tokens.
|
|
1479
|
+
*/
|
|
1480
|
+
enabled?: boolean | undefined;
|
|
1437
1481
|
/**
|
|
1438
1482
|
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
1439
1483
|
*/
|
|
@@ -1445,6 +1489,9 @@ export declare const UpdateProjectDataCacheTier: {
|
|
|
1445
1489
|
readonly Critical: "critical";
|
|
1446
1490
|
};
|
|
1447
1491
|
export type UpdateProjectDataCacheTier = ClosedEnum<typeof UpdateProjectDataCacheTier>;
|
|
1492
|
+
export type Features = {
|
|
1493
|
+
webAnalytics?: boolean | undefined;
|
|
1494
|
+
};
|
|
1448
1495
|
export type UpdateProjectDataCacheResponseBody = {
|
|
1449
1496
|
accountId: string;
|
|
1450
1497
|
analytics?: Analytics | undefined;
|
|
@@ -1472,7 +1519,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1472
1519
|
gitForkProtection?: boolean | undefined;
|
|
1473
1520
|
gitLFS?: boolean | undefined;
|
|
1474
1521
|
id: string;
|
|
1475
|
-
ipBuckets?: Array<
|
|
1522
|
+
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
1476
1523
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1477
1524
|
link?: Link1 | Link3 | Link4 | Link2 | undefined;
|
|
1478
1525
|
microfrontends?: UpdateProjectDataCacheMicrofrontends2 | UpdateProjectDataCacheMicrofrontends1 | undefined;
|
|
@@ -1484,6 +1531,10 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1484
1531
|
productionDeploymentsFastLane?: boolean | undefined;
|
|
1485
1532
|
publicSource?: boolean | null | undefined;
|
|
1486
1533
|
resourceConfig: UpdateProjectDataCacheResourceConfig;
|
|
1534
|
+
/**
|
|
1535
|
+
* Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.
|
|
1536
|
+
*/
|
|
1537
|
+
rollbackDescription?: RollbackDescription | undefined;
|
|
1487
1538
|
rollingRelease?: RollingRelease | null | undefined;
|
|
1488
1539
|
defaultResourceConfig: DefaultResourceConfig;
|
|
1489
1540
|
rootDirectory?: string | null | undefined;
|
|
@@ -1522,6 +1573,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1522
1573
|
security?: UpdateProjectDataCacheSecurity | undefined;
|
|
1523
1574
|
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
|
|
1524
1575
|
tier?: UpdateProjectDataCacheTier | undefined;
|
|
1576
|
+
features?: Features | undefined;
|
|
1525
1577
|
};
|
|
1526
1578
|
/** @internal */
|
|
1527
1579
|
export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
@@ -2889,28 +2941,28 @@ export declare namespace UpdateProjectDataCacheFramework$ {
|
|
|
2889
2941
|
}>;
|
|
2890
2942
|
}
|
|
2891
2943
|
/** @internal */
|
|
2892
|
-
export declare const
|
|
2944
|
+
export declare const UpdateProjectDataCacheIpBuckets$inboundSchema: z.ZodType<UpdateProjectDataCacheIpBuckets, z.ZodTypeDef, unknown>;
|
|
2893
2945
|
/** @internal */
|
|
2894
|
-
export type
|
|
2946
|
+
export type UpdateProjectDataCacheIpBuckets$Outbound = {
|
|
2895
2947
|
bucket: string;
|
|
2896
2948
|
supportUntil?: number | undefined;
|
|
2897
2949
|
};
|
|
2898
2950
|
/** @internal */
|
|
2899
|
-
export declare const
|
|
2951
|
+
export declare const UpdateProjectDataCacheIpBuckets$outboundSchema: z.ZodType<UpdateProjectDataCacheIpBuckets$Outbound, z.ZodTypeDef, UpdateProjectDataCacheIpBuckets>;
|
|
2900
2952
|
/**
|
|
2901
2953
|
* @internal
|
|
2902
2954
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2903
2955
|
*/
|
|
2904
|
-
export declare namespace
|
|
2905
|
-
/** @deprecated use `
|
|
2906
|
-
const inboundSchema: z.ZodType<
|
|
2907
|
-
/** @deprecated use `
|
|
2908
|
-
const outboundSchema: z.ZodType<
|
|
2909
|
-
/** @deprecated use `
|
|
2910
|
-
type Outbound =
|
|
2956
|
+
export declare namespace UpdateProjectDataCacheIpBuckets$ {
|
|
2957
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$inboundSchema` instead. */
|
|
2958
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheIpBuckets, z.ZodTypeDef, unknown>;
|
|
2959
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$outboundSchema` instead. */
|
|
2960
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheIpBuckets$Outbound, z.ZodTypeDef, UpdateProjectDataCacheIpBuckets>;
|
|
2961
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$Outbound` instead. */
|
|
2962
|
+
type Outbound = UpdateProjectDataCacheIpBuckets$Outbound;
|
|
2911
2963
|
}
|
|
2912
|
-
export declare function
|
|
2913
|
-
export declare function
|
|
2964
|
+
export declare function updateProjectDataCacheIpBucketsToJSON(updateProjectDataCacheIpBuckets: UpdateProjectDataCacheIpBuckets): string;
|
|
2965
|
+
export declare function updateProjectDataCacheIpBucketsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheIpBuckets, SDKValidationError>;
|
|
2914
2966
|
/** @internal */
|
|
2915
2967
|
export declare const AliasAssigned$inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
|
|
2916
2968
|
/** @internal */
|
|
@@ -3803,12 +3855,12 @@ export declare namespace UpdateProjectDataCacheProjectsBuildMachineType$ {
|
|
|
3803
3855
|
/** @deprecated use `UpdateProjectDataCacheProjectsBuildMachineType$inboundSchema` instead. */
|
|
3804
3856
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3805
3857
|
readonly Enhanced: "enhanced";
|
|
3806
|
-
readonly
|
|
3858
|
+
readonly Turbo: "turbo";
|
|
3807
3859
|
}>;
|
|
3808
3860
|
/** @deprecated use `UpdateProjectDataCacheProjectsBuildMachineType$outboundSchema` instead. */
|
|
3809
3861
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3810
3862
|
readonly Enhanced: "enhanced";
|
|
3811
|
-
readonly
|
|
3863
|
+
readonly Turbo: "turbo";
|
|
3812
3864
|
}>;
|
|
3813
3865
|
}
|
|
3814
3866
|
/** @internal */
|
|
@@ -3840,11 +3892,35 @@ export declare namespace UpdateProjectDataCacheResourceConfig$ {
|
|
|
3840
3892
|
export declare function updateProjectDataCacheResourceConfigToJSON(updateProjectDataCacheResourceConfig: UpdateProjectDataCacheResourceConfig): string;
|
|
3841
3893
|
export declare function updateProjectDataCacheResourceConfigFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheResourceConfig, SDKValidationError>;
|
|
3842
3894
|
/** @internal */
|
|
3895
|
+
export declare const RollbackDescription$inboundSchema: z.ZodType<RollbackDescription, z.ZodTypeDef, unknown>;
|
|
3896
|
+
/** @internal */
|
|
3897
|
+
export type RollbackDescription$Outbound = {
|
|
3898
|
+
userId: string;
|
|
3899
|
+
username: string;
|
|
3900
|
+
description: string;
|
|
3901
|
+
createdAt: number;
|
|
3902
|
+
};
|
|
3903
|
+
/** @internal */
|
|
3904
|
+
export declare const RollbackDescription$outboundSchema: z.ZodType<RollbackDescription$Outbound, z.ZodTypeDef, RollbackDescription>;
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3908
|
+
*/
|
|
3909
|
+
export declare namespace RollbackDescription$ {
|
|
3910
|
+
/** @deprecated use `RollbackDescription$inboundSchema` instead. */
|
|
3911
|
+
const inboundSchema: z.ZodType<RollbackDescription, z.ZodTypeDef, unknown>;
|
|
3912
|
+
/** @deprecated use `RollbackDescription$outboundSchema` instead. */
|
|
3913
|
+
const outboundSchema: z.ZodType<RollbackDescription$Outbound, z.ZodTypeDef, RollbackDescription>;
|
|
3914
|
+
/** @deprecated use `RollbackDescription$Outbound` instead. */
|
|
3915
|
+
type Outbound = RollbackDescription$Outbound;
|
|
3916
|
+
}
|
|
3917
|
+
export declare function rollbackDescriptionToJSON(rollbackDescription: RollbackDescription): string;
|
|
3918
|
+
export declare function rollbackDescriptionFromJSON(jsonString: string): SafeParseResult<RollbackDescription, SDKValidationError>;
|
|
3919
|
+
/** @internal */
|
|
3843
3920
|
export declare const Stages$inboundSchema: z.ZodType<Stages, z.ZodTypeDef, unknown>;
|
|
3844
3921
|
/** @internal */
|
|
3845
3922
|
export type Stages$Outbound = {
|
|
3846
3923
|
targetPercentage: number;
|
|
3847
|
-
minutesToRelease?: number | undefined;
|
|
3848
3924
|
requireApproval?: boolean | undefined;
|
|
3849
3925
|
duration?: number | undefined;
|
|
3850
3926
|
};
|
|
@@ -3869,7 +3945,6 @@ export declare const RollingRelease$inboundSchema: z.ZodType<RollingRelease, z.Z
|
|
|
3869
3945
|
/** @internal */
|
|
3870
3946
|
export type RollingRelease$Outbound = {
|
|
3871
3947
|
target: string;
|
|
3872
|
-
minutesToRelease?: number | undefined;
|
|
3873
3948
|
stages?: Array<Stages$Outbound> | null | undefined;
|
|
3874
3949
|
canaryResponseHeader?: boolean | undefined;
|
|
3875
3950
|
};
|
|
@@ -3923,12 +3998,12 @@ export declare namespace UpdateProjectDataCacheBuildMachineType$ {
|
|
|
3923
3998
|
/** @deprecated use `UpdateProjectDataCacheBuildMachineType$inboundSchema` instead. */
|
|
3924
3999
|
const inboundSchema: z.ZodNativeEnum<{
|
|
3925
4000
|
readonly Enhanced: "enhanced";
|
|
3926
|
-
readonly
|
|
4001
|
+
readonly Turbo: "turbo";
|
|
3927
4002
|
}>;
|
|
3928
4003
|
/** @deprecated use `UpdateProjectDataCacheBuildMachineType$outboundSchema` instead. */
|
|
3929
4004
|
const outboundSchema: z.ZodNativeEnum<{
|
|
3930
4005
|
readonly Enhanced: "enhanced";
|
|
3931
|
-
readonly
|
|
4006
|
+
readonly Turbo: "turbo";
|
|
3932
4007
|
}>;
|
|
3933
4008
|
}
|
|
3934
4009
|
/** @internal */
|
|
@@ -4507,8 +4582,11 @@ export type Permissions$Outbound = {
|
|
|
4507
4582
|
oauth2Application?: Array<string> | undefined;
|
|
4508
4583
|
vercelRun?: Array<string> | undefined;
|
|
4509
4584
|
vercelRunExec?: Array<string> | undefined;
|
|
4585
|
+
apiKey?: Array<string> | undefined;
|
|
4586
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
4510
4587
|
aliasProject?: Array<string> | undefined;
|
|
4511
4588
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
4589
|
+
buildMachine?: Array<string> | undefined;
|
|
4512
4590
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
4513
4591
|
connectConfigurationLink?: Array<string> | undefined;
|
|
4514
4592
|
dataCacheNamespace?: Array<string> | undefined;
|
|
@@ -4530,6 +4608,8 @@ export type Permissions$Outbound = {
|
|
|
4530
4608
|
optionsAllowlist?: Array<string> | undefined;
|
|
4531
4609
|
job?: Array<string> | undefined;
|
|
4532
4610
|
observabilityData?: Array<string> | undefined;
|
|
4611
|
+
onDemandBuild?: Array<string> | undefined;
|
|
4612
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
4533
4613
|
project?: Array<string> | undefined;
|
|
4534
4614
|
projectFromV0?: Array<string> | undefined;
|
|
4535
4615
|
projectAccessGroup?: Array<string> | undefined;
|
|
@@ -5337,15 +5417,15 @@ export declare namespace Handle$ {
|
|
|
5337
5417
|
}>;
|
|
5338
5418
|
}
|
|
5339
5419
|
/** @internal */
|
|
5340
|
-
export declare const
|
|
5420
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
5341
5421
|
/** @internal */
|
|
5342
|
-
export declare const
|
|
5422
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action>;
|
|
5343
5423
|
/**
|
|
5344
5424
|
* @internal
|
|
5345
5425
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5346
5426
|
*/
|
|
5347
|
-
export declare namespace
|
|
5348
|
-
/** @deprecated use `
|
|
5427
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200Action$ {
|
|
5428
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$inboundSchema` instead. */
|
|
5349
5429
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5350
5430
|
readonly Deny: "deny";
|
|
5351
5431
|
readonly Challenge: "challenge";
|
|
@@ -5354,7 +5434,7 @@ export declare namespace UpdateProjectDataCacheProjectsAction$ {
|
|
|
5354
5434
|
readonly RateLimit: "rate_limit";
|
|
5355
5435
|
readonly Redirect: "redirect";
|
|
5356
5436
|
}>;
|
|
5357
|
-
/** @deprecated use `
|
|
5437
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$outboundSchema` instead. */
|
|
5358
5438
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5359
5439
|
readonly Deny: "deny";
|
|
5360
5440
|
readonly Challenge: "challenge";
|
|
@@ -5485,13 +5565,127 @@ export declare namespace UpdateProjectDataCacheAction$ {
|
|
|
5485
5565
|
}>;
|
|
5486
5566
|
}
|
|
5487
5567
|
/** @internal */
|
|
5488
|
-
export declare const
|
|
5568
|
+
export declare const BotFilter$inboundSchema: z.ZodType<BotFilter, z.ZodTypeDef, unknown>;
|
|
5489
5569
|
/** @internal */
|
|
5490
|
-
export type
|
|
5570
|
+
export type BotFilter$Outbound = {
|
|
5571
|
+
active: boolean;
|
|
5572
|
+
action?: string | undefined;
|
|
5573
|
+
};
|
|
5574
|
+
/** @internal */
|
|
5575
|
+
export declare const BotFilter$outboundSchema: z.ZodType<BotFilter$Outbound, z.ZodTypeDef, BotFilter>;
|
|
5576
|
+
/**
|
|
5577
|
+
* @internal
|
|
5578
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5579
|
+
*/
|
|
5580
|
+
export declare namespace BotFilter$ {
|
|
5581
|
+
/** @deprecated use `BotFilter$inboundSchema` instead. */
|
|
5582
|
+
const inboundSchema: z.ZodType<BotFilter, z.ZodTypeDef, unknown>;
|
|
5583
|
+
/** @deprecated use `BotFilter$outboundSchema` instead. */
|
|
5584
|
+
const outboundSchema: z.ZodType<BotFilter$Outbound, z.ZodTypeDef, BotFilter>;
|
|
5585
|
+
/** @deprecated use `BotFilter$Outbound` instead. */
|
|
5586
|
+
type Outbound = BotFilter$Outbound;
|
|
5587
|
+
}
|
|
5588
|
+
export declare function botFilterToJSON(botFilter: BotFilter): string;
|
|
5589
|
+
export declare function botFilterFromJSON(jsonString: string): SafeParseResult<BotFilter, SDKValidationError>;
|
|
5590
|
+
/** @internal */
|
|
5591
|
+
export declare const UpdateProjectDataCacheProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
|
|
5592
|
+
/** @internal */
|
|
5593
|
+
export declare const UpdateProjectDataCacheProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction>;
|
|
5594
|
+
/**
|
|
5595
|
+
* @internal
|
|
5596
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5597
|
+
*/
|
|
5598
|
+
export declare namespace UpdateProjectDataCacheProjectsAction$ {
|
|
5599
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAction$inboundSchema` instead. */
|
|
5600
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5601
|
+
readonly Deny: "deny";
|
|
5602
|
+
readonly Challenge: "challenge";
|
|
5603
|
+
readonly Log: "log";
|
|
5604
|
+
}>;
|
|
5605
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAction$outboundSchema` instead. */
|
|
5606
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5607
|
+
readonly Deny: "deny";
|
|
5608
|
+
readonly Challenge: "challenge";
|
|
5609
|
+
readonly Log: "log";
|
|
5610
|
+
}>;
|
|
5611
|
+
}
|
|
5612
|
+
/** @internal */
|
|
5613
|
+
export declare const UpdateProjectDataCacheAiBots$inboundSchema: z.ZodType<UpdateProjectDataCacheAiBots, z.ZodTypeDef, unknown>;
|
|
5614
|
+
/** @internal */
|
|
5615
|
+
export type UpdateProjectDataCacheAiBots$Outbound = {
|
|
5616
|
+
active: boolean;
|
|
5617
|
+
action?: string | undefined;
|
|
5618
|
+
};
|
|
5619
|
+
/** @internal */
|
|
5620
|
+
export declare const UpdateProjectDataCacheAiBots$outboundSchema: z.ZodType<UpdateProjectDataCacheAiBots$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAiBots>;
|
|
5621
|
+
/**
|
|
5622
|
+
* @internal
|
|
5623
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5624
|
+
*/
|
|
5625
|
+
export declare namespace UpdateProjectDataCacheAiBots$ {
|
|
5626
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$inboundSchema` instead. */
|
|
5627
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAiBots, z.ZodTypeDef, unknown>;
|
|
5628
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$outboundSchema` instead. */
|
|
5629
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAiBots$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAiBots>;
|
|
5630
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$Outbound` instead. */
|
|
5631
|
+
type Outbound = UpdateProjectDataCacheAiBots$Outbound;
|
|
5632
|
+
}
|
|
5633
|
+
export declare function updateProjectDataCacheAiBotsToJSON(updateProjectDataCacheAiBots: UpdateProjectDataCacheAiBots): string;
|
|
5634
|
+
export declare function updateProjectDataCacheAiBotsFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAiBots, SDKValidationError>;
|
|
5635
|
+
/** @internal */
|
|
5636
|
+
export declare const UpdateProjectDataCacheProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
|
|
5637
|
+
/** @internal */
|
|
5638
|
+
export declare const UpdateProjectDataCacheProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction>;
|
|
5639
|
+
/**
|
|
5640
|
+
* @internal
|
|
5641
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5642
|
+
*/
|
|
5643
|
+
export declare namespace UpdateProjectDataCacheProjectsResponseAction$ {
|
|
5644
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$inboundSchema` instead. */
|
|
5645
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5646
|
+
readonly Deny: "deny";
|
|
5647
|
+
readonly Challenge: "challenge";
|
|
5648
|
+
readonly Log: "log";
|
|
5649
|
+
}>;
|
|
5650
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$outboundSchema` instead. */
|
|
5651
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5652
|
+
readonly Deny: "deny";
|
|
5653
|
+
readonly Challenge: "challenge";
|
|
5654
|
+
readonly Log: "log";
|
|
5655
|
+
}>;
|
|
5656
|
+
}
|
|
5657
|
+
/** @internal */
|
|
5658
|
+
export declare const UpdateProjectDataCacheOwasp$inboundSchema: z.ZodType<UpdateProjectDataCacheOwasp, z.ZodTypeDef, unknown>;
|
|
5659
|
+
/** @internal */
|
|
5660
|
+
export type UpdateProjectDataCacheOwasp$Outbound = {
|
|
5491
5661
|
active: boolean;
|
|
5492
5662
|
action?: string | undefined;
|
|
5493
5663
|
};
|
|
5494
5664
|
/** @internal */
|
|
5665
|
+
export declare const UpdateProjectDataCacheOwasp$outboundSchema: z.ZodType<UpdateProjectDataCacheOwasp$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOwasp>;
|
|
5666
|
+
/**
|
|
5667
|
+
* @internal
|
|
5668
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5669
|
+
*/
|
|
5670
|
+
export declare namespace UpdateProjectDataCacheOwasp$ {
|
|
5671
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$inboundSchema` instead. */
|
|
5672
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOwasp, z.ZodTypeDef, unknown>;
|
|
5673
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$outboundSchema` instead. */
|
|
5674
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOwasp$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOwasp>;
|
|
5675
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$Outbound` instead. */
|
|
5676
|
+
type Outbound = UpdateProjectDataCacheOwasp$Outbound;
|
|
5677
|
+
}
|
|
5678
|
+
export declare function updateProjectDataCacheOwaspToJSON(updateProjectDataCacheOwasp: UpdateProjectDataCacheOwasp): string;
|
|
5679
|
+
export declare function updateProjectDataCacheOwaspFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheOwasp, SDKValidationError>;
|
|
5680
|
+
/** @internal */
|
|
5681
|
+
export declare const UpdateProjectDataCacheManagedRules$inboundSchema: z.ZodType<UpdateProjectDataCacheManagedRules, z.ZodTypeDef, unknown>;
|
|
5682
|
+
/** @internal */
|
|
5683
|
+
export type UpdateProjectDataCacheManagedRules$Outbound = {
|
|
5684
|
+
bot_filter: BotFilter$Outbound;
|
|
5685
|
+
ai_bots: UpdateProjectDataCacheAiBots$Outbound;
|
|
5686
|
+
owasp: UpdateProjectDataCacheOwasp$Outbound;
|
|
5687
|
+
};
|
|
5688
|
+
/** @internal */
|
|
5495
5689
|
export declare const UpdateProjectDataCacheManagedRules$outboundSchema: z.ZodType<UpdateProjectDataCacheManagedRules$Outbound, z.ZodTypeDef, UpdateProjectDataCacheManagedRules>;
|
|
5496
5690
|
/**
|
|
5497
5691
|
* @internal
|
|
@@ -5522,9 +5716,7 @@ export type UpdateProjectDataCacheSecurity$Outbound = {
|
|
|
5522
5716
|
ja3Enabled?: boolean | undefined;
|
|
5523
5717
|
ja4Enabled?: boolean | undefined;
|
|
5524
5718
|
firewallBypassIps?: Array<string> | undefined;
|
|
5525
|
-
managedRules?:
|
|
5526
|
-
[k: string]: UpdateProjectDataCacheManagedRules$Outbound;
|
|
5527
|
-
} | null | undefined;
|
|
5719
|
+
managedRules?: UpdateProjectDataCacheManagedRules$Outbound | null | undefined;
|
|
5528
5720
|
};
|
|
5529
5721
|
/** @internal */
|
|
5530
5722
|
export declare const UpdateProjectDataCacheSecurity$outboundSchema: z.ZodType<UpdateProjectDataCacheSecurity$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSecurity>;
|
|
@@ -5566,7 +5758,7 @@ export declare namespace UpdateProjectDataCacheIssuerMode$ {
|
|
|
5566
5758
|
export declare const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
|
|
5567
5759
|
/** @internal */
|
|
5568
5760
|
export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
|
|
5569
|
-
enabled
|
|
5761
|
+
enabled?: boolean | undefined;
|
|
5570
5762
|
issuerMode?: string | undefined;
|
|
5571
5763
|
};
|
|
5572
5764
|
/** @internal */
|
|
@@ -5608,6 +5800,28 @@ export declare namespace UpdateProjectDataCacheTier$ {
|
|
|
5608
5800
|
}>;
|
|
5609
5801
|
}
|
|
5610
5802
|
/** @internal */
|
|
5803
|
+
export declare const Features$inboundSchema: z.ZodType<Features, z.ZodTypeDef, unknown>;
|
|
5804
|
+
/** @internal */
|
|
5805
|
+
export type Features$Outbound = {
|
|
5806
|
+
webAnalytics?: boolean | undefined;
|
|
5807
|
+
};
|
|
5808
|
+
/** @internal */
|
|
5809
|
+
export declare const Features$outboundSchema: z.ZodType<Features$Outbound, z.ZodTypeDef, Features>;
|
|
5810
|
+
/**
|
|
5811
|
+
* @internal
|
|
5812
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5813
|
+
*/
|
|
5814
|
+
export declare namespace Features$ {
|
|
5815
|
+
/** @deprecated use `Features$inboundSchema` instead. */
|
|
5816
|
+
const inboundSchema: z.ZodType<Features, z.ZodTypeDef, unknown>;
|
|
5817
|
+
/** @deprecated use `Features$outboundSchema` instead. */
|
|
5818
|
+
const outboundSchema: z.ZodType<Features$Outbound, z.ZodTypeDef, Features>;
|
|
5819
|
+
/** @deprecated use `Features$Outbound` instead. */
|
|
5820
|
+
type Outbound = Features$Outbound;
|
|
5821
|
+
}
|
|
5822
|
+
export declare function featuresToJSON(features: Features): string;
|
|
5823
|
+
export declare function featuresFromJSON(jsonString: string): SafeParseResult<Features, SDKValidationError>;
|
|
5824
|
+
/** @internal */
|
|
5611
5825
|
export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
5612
5826
|
/** @internal */
|
|
5613
5827
|
export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
@@ -5637,7 +5851,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
5637
5851
|
gitForkProtection?: boolean | undefined;
|
|
5638
5852
|
gitLFS?: boolean | undefined;
|
|
5639
5853
|
id: string;
|
|
5640
|
-
ipBuckets?: Array<
|
|
5854
|
+
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
5641
5855
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
5642
5856
|
link?: Link1$Outbound | Link3$Outbound | Link4$Outbound | Link2$Outbound | undefined;
|
|
5643
5857
|
microfrontends?: UpdateProjectDataCacheMicrofrontends2$Outbound | UpdateProjectDataCacheMicrofrontends1$Outbound | undefined;
|
|
@@ -5649,6 +5863,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
5649
5863
|
productionDeploymentsFastLane?: boolean | undefined;
|
|
5650
5864
|
publicSource?: boolean | null | undefined;
|
|
5651
5865
|
resourceConfig: UpdateProjectDataCacheResourceConfig$Outbound;
|
|
5866
|
+
rollbackDescription?: RollbackDescription$Outbound | undefined;
|
|
5652
5867
|
rollingRelease?: RollingRelease$Outbound | null | undefined;
|
|
5653
5868
|
defaultResourceConfig: DefaultResourceConfig$Outbound;
|
|
5654
5869
|
rootDirectory?: string | null | undefined;
|
|
@@ -5687,6 +5902,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
5687
5902
|
security?: UpdateProjectDataCacheSecurity$Outbound | undefined;
|
|
5688
5903
|
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
|
|
5689
5904
|
tier?: string | undefined;
|
|
5905
|
+
features?: Features$Outbound | undefined;
|
|
5690
5906
|
};
|
|
5691
5907
|
/** @internal */
|
|
5692
5908
|
export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|