@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
|
@@ -633,7 +633,7 @@ export type UpdateProjectDataCacheFramework = ClosedEnum<
|
|
|
633
633
|
typeof UpdateProjectDataCacheFramework
|
|
634
634
|
>;
|
|
635
635
|
|
|
636
|
-
export type
|
|
636
|
+
export type UpdateProjectDataCacheIpBuckets = {
|
|
637
637
|
bucket: string;
|
|
638
638
|
supportUntil?: number | undefined;
|
|
639
639
|
};
|
|
@@ -998,7 +998,7 @@ export type UpdateProjectDataCacheProjectsFunctionDefaultMemoryType =
|
|
|
998
998
|
|
|
999
999
|
export const UpdateProjectDataCacheProjectsBuildMachineType = {
|
|
1000
1000
|
Enhanced: "enhanced",
|
|
1001
|
-
|
|
1001
|
+
Turbo: "turbo",
|
|
1002
1002
|
} as const;
|
|
1003
1003
|
export type UpdateProjectDataCacheProjectsBuildMachineType = ClosedEnum<
|
|
1004
1004
|
typeof UpdateProjectDataCacheProjectsBuildMachineType
|
|
@@ -1016,6 +1016,28 @@ export type UpdateProjectDataCacheResourceConfig = {
|
|
|
1016
1016
|
buildMachineType?: UpdateProjectDataCacheProjectsBuildMachineType | undefined;
|
|
1017
1017
|
};
|
|
1018
1018
|
|
|
1019
|
+
/**
|
|
1020
|
+
* Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.
|
|
1021
|
+
*/
|
|
1022
|
+
export type RollbackDescription = {
|
|
1023
|
+
/**
|
|
1024
|
+
* The user who rolled back the project.
|
|
1025
|
+
*/
|
|
1026
|
+
userId: string;
|
|
1027
|
+
/**
|
|
1028
|
+
* The username of the user who rolled back the project.
|
|
1029
|
+
*/
|
|
1030
|
+
username: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* User-supplied explanation of why they rolled back the project. Limited to 250 characters.
|
|
1033
|
+
*/
|
|
1034
|
+
description: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* Timestamp of when the rollback was requested.
|
|
1037
|
+
*/
|
|
1038
|
+
createdAt: number;
|
|
1039
|
+
};
|
|
1040
|
+
|
|
1019
1041
|
/**
|
|
1020
1042
|
* An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage.
|
|
1021
1043
|
*/
|
|
@@ -1024,10 +1046,6 @@ export type Stages = {
|
|
|
1024
1046
|
* The percentage of traffic to serve to the new deployment
|
|
1025
1047
|
*/
|
|
1026
1048
|
targetPercentage: number;
|
|
1027
|
-
/**
|
|
1028
|
-
* 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.
|
|
1029
|
-
*/
|
|
1030
|
-
minutesToRelease?: number | undefined;
|
|
1031
1049
|
/**
|
|
1032
1050
|
* Whether or not this stage requires approval to proceed.
|
|
1033
1051
|
*/
|
|
@@ -1043,10 +1061,6 @@ export type RollingRelease = {
|
|
|
1043
1061
|
* The environment that the release targets, currently only supports production. Adding in case we want to configure with alias groups or custom environments.
|
|
1044
1062
|
*/
|
|
1045
1063
|
target: string;
|
|
1046
|
-
/**
|
|
1047
|
-
* 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%.
|
|
1048
|
-
*/
|
|
1049
|
-
minutesToRelease?: number | undefined;
|
|
1050
1064
|
/**
|
|
1051
1065
|
* An array of all the stages required during a deployment release. each stage requires an approval before advancing to the next stage.
|
|
1052
1066
|
*/
|
|
@@ -1068,7 +1082,7 @@ export type UpdateProjectDataCacheFunctionDefaultMemoryType = ClosedEnum<
|
|
|
1068
1082
|
|
|
1069
1083
|
export const UpdateProjectDataCacheBuildMachineType = {
|
|
1070
1084
|
Enhanced: "enhanced",
|
|
1071
|
-
|
|
1085
|
+
Turbo: "turbo",
|
|
1072
1086
|
} as const;
|
|
1073
1087
|
export type UpdateProjectDataCacheBuildMachineType = ClosedEnum<
|
|
1074
1088
|
typeof UpdateProjectDataCacheBuildMachineType
|
|
@@ -1397,8 +1411,11 @@ export type Permissions = {
|
|
|
1397
1411
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1398
1412
|
vercelRun?: Array<ACLAction> | undefined;
|
|
1399
1413
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1414
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1415
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1400
1416
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1401
1417
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1418
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1402
1419
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1403
1420
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1404
1421
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
@@ -1420,6 +1437,8 @@ export type Permissions = {
|
|
|
1420
1437
|
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1421
1438
|
job?: Array<ACLAction> | undefined;
|
|
1422
1439
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1440
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1441
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1423
1442
|
project?: Array<ACLAction> | undefined;
|
|
1424
1443
|
projectFromV0?: Array<ACLAction> | undefined;
|
|
1425
1444
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
@@ -1712,7 +1731,7 @@ export const Handle = {
|
|
|
1712
1731
|
} as const;
|
|
1713
1732
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1714
1733
|
|
|
1715
|
-
export const
|
|
1734
|
+
export const UpdateProjectDataCacheProjectsResponse200Action = {
|
|
1716
1735
|
Deny: "deny",
|
|
1717
1736
|
Challenge: "challenge",
|
|
1718
1737
|
Log: "log",
|
|
@@ -1720,8 +1739,8 @@ export const UpdateProjectDataCacheProjectsAction = {
|
|
|
1720
1739
|
RateLimit: "rate_limit",
|
|
1721
1740
|
Redirect: "redirect",
|
|
1722
1741
|
} as const;
|
|
1723
|
-
export type
|
|
1724
|
-
typeof
|
|
1742
|
+
export type UpdateProjectDataCacheProjectsResponse200Action = ClosedEnum<
|
|
1743
|
+
typeof UpdateProjectDataCacheProjectsResponse200Action
|
|
1725
1744
|
>;
|
|
1726
1745
|
|
|
1727
1746
|
export const UpdateProjectDataCacheAlgo = {
|
|
@@ -1740,7 +1759,7 @@ export type Erl = {
|
|
|
1740
1759
|
};
|
|
1741
1760
|
|
|
1742
1761
|
export type UpdateProjectDataCacheMitigate = {
|
|
1743
|
-
action:
|
|
1762
|
+
action: UpdateProjectDataCacheProjectsResponse200Action;
|
|
1744
1763
|
ruleId: string;
|
|
1745
1764
|
ttl?: number | undefined;
|
|
1746
1765
|
erl?: Erl | undefined;
|
|
@@ -1765,11 +1784,45 @@ export type UpdateProjectDataCacheAction = ClosedEnum<
|
|
|
1765
1784
|
typeof UpdateProjectDataCacheAction
|
|
1766
1785
|
>;
|
|
1767
1786
|
|
|
1768
|
-
export type
|
|
1787
|
+
export type BotFilter = {
|
|
1769
1788
|
active: boolean;
|
|
1770
1789
|
action?: UpdateProjectDataCacheAction | undefined;
|
|
1771
1790
|
};
|
|
1772
1791
|
|
|
1792
|
+
export const UpdateProjectDataCacheProjectsAction = {
|
|
1793
|
+
Deny: "deny",
|
|
1794
|
+
Challenge: "challenge",
|
|
1795
|
+
Log: "log",
|
|
1796
|
+
} as const;
|
|
1797
|
+
export type UpdateProjectDataCacheProjectsAction = ClosedEnum<
|
|
1798
|
+
typeof UpdateProjectDataCacheProjectsAction
|
|
1799
|
+
>;
|
|
1800
|
+
|
|
1801
|
+
export type UpdateProjectDataCacheAiBots = {
|
|
1802
|
+
active: boolean;
|
|
1803
|
+
action?: UpdateProjectDataCacheProjectsAction | undefined;
|
|
1804
|
+
};
|
|
1805
|
+
|
|
1806
|
+
export const UpdateProjectDataCacheProjectsResponseAction = {
|
|
1807
|
+
Deny: "deny",
|
|
1808
|
+
Challenge: "challenge",
|
|
1809
|
+
Log: "log",
|
|
1810
|
+
} as const;
|
|
1811
|
+
export type UpdateProjectDataCacheProjectsResponseAction = ClosedEnum<
|
|
1812
|
+
typeof UpdateProjectDataCacheProjectsResponseAction
|
|
1813
|
+
>;
|
|
1814
|
+
|
|
1815
|
+
export type UpdateProjectDataCacheOwasp = {
|
|
1816
|
+
active: boolean;
|
|
1817
|
+
action?: UpdateProjectDataCacheProjectsResponseAction | undefined;
|
|
1818
|
+
};
|
|
1819
|
+
|
|
1820
|
+
export type UpdateProjectDataCacheManagedRules = {
|
|
1821
|
+
botFilter: BotFilter;
|
|
1822
|
+
aiBots: UpdateProjectDataCacheAiBots;
|
|
1823
|
+
owasp: UpdateProjectDataCacheOwasp;
|
|
1824
|
+
};
|
|
1825
|
+
|
|
1773
1826
|
export type UpdateProjectDataCacheSecurity = {
|
|
1774
1827
|
attackModeEnabled?: boolean | undefined;
|
|
1775
1828
|
attackModeUpdatedAt?: number | undefined;
|
|
@@ -1782,10 +1835,7 @@ export type UpdateProjectDataCacheSecurity = {
|
|
|
1782
1835
|
ja3Enabled?: boolean | undefined;
|
|
1783
1836
|
ja4Enabled?: boolean | undefined;
|
|
1784
1837
|
firewallBypassIps?: Array<string> | undefined;
|
|
1785
|
-
managedRules?:
|
|
1786
|
-
| { [k: string]: UpdateProjectDataCacheManagedRules }
|
|
1787
|
-
| null
|
|
1788
|
-
| undefined;
|
|
1838
|
+
managedRules?: UpdateProjectDataCacheManagedRules | null | undefined;
|
|
1789
1839
|
};
|
|
1790
1840
|
|
|
1791
1841
|
/**
|
|
@@ -1803,7 +1853,10 @@ export type UpdateProjectDataCacheIssuerMode = ClosedEnum<
|
|
|
1803
1853
|
>;
|
|
1804
1854
|
|
|
1805
1855
|
export type UpdateProjectDataCacheOidcTokenConfig = {
|
|
1806
|
-
|
|
1856
|
+
/**
|
|
1857
|
+
* Whether or not to generate OpenID Connect JSON Web Tokens.
|
|
1858
|
+
*/
|
|
1859
|
+
enabled?: boolean | undefined;
|
|
1807
1860
|
/**
|
|
1808
1861
|
* - team: `https://oidc.vercel.com/[team_slug]` - global: `https://oidc.vercel.com`
|
|
1809
1862
|
*/
|
|
@@ -1819,6 +1872,10 @@ export type UpdateProjectDataCacheTier = ClosedEnum<
|
|
|
1819
1872
|
typeof UpdateProjectDataCacheTier
|
|
1820
1873
|
>;
|
|
1821
1874
|
|
|
1875
|
+
export type Features = {
|
|
1876
|
+
webAnalytics?: boolean | undefined;
|
|
1877
|
+
};
|
|
1878
|
+
|
|
1822
1879
|
export type UpdateProjectDataCacheResponseBody = {
|
|
1823
1880
|
accountId: string;
|
|
1824
1881
|
analytics?: Analytics | undefined;
|
|
@@ -1849,7 +1906,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1849
1906
|
gitForkProtection?: boolean | undefined;
|
|
1850
1907
|
gitLFS?: boolean | undefined;
|
|
1851
1908
|
id: string;
|
|
1852
|
-
ipBuckets?: Array<
|
|
1909
|
+
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
1853
1910
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1854
1911
|
link?: Link1 | Link3 | Link4 | Link2 | undefined;
|
|
1855
1912
|
microfrontends?:
|
|
@@ -1867,6 +1924,10 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1867
1924
|
productionDeploymentsFastLane?: boolean | undefined;
|
|
1868
1925
|
publicSource?: boolean | null | undefined;
|
|
1869
1926
|
resourceConfig: UpdateProjectDataCacheResourceConfig;
|
|
1927
|
+
/**
|
|
1928
|
+
* Description of why a project was rolled back, and by whom. Note that lastAliasRequest contains the from/to details of the rollback.
|
|
1929
|
+
*/
|
|
1930
|
+
rollbackDescription?: RollbackDescription | undefined;
|
|
1870
1931
|
rollingRelease?: RollingRelease | null | undefined;
|
|
1871
1932
|
defaultResourceConfig: DefaultResourceConfig;
|
|
1872
1933
|
rootDirectory?: string | null | undefined;
|
|
@@ -1903,6 +1964,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1903
1964
|
security?: UpdateProjectDataCacheSecurity | undefined;
|
|
1904
1965
|
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
|
|
1905
1966
|
tier?: UpdateProjectDataCacheTier | undefined;
|
|
1967
|
+
features?: Features | undefined;
|
|
1906
1968
|
};
|
|
1907
1969
|
|
|
1908
1970
|
/** @internal */
|
|
@@ -4703,8 +4765,8 @@ export namespace UpdateProjectDataCacheFramework$ {
|
|
|
4703
4765
|
}
|
|
4704
4766
|
|
|
4705
4767
|
/** @internal */
|
|
4706
|
-
export const
|
|
4707
|
-
|
|
4768
|
+
export const UpdateProjectDataCacheIpBuckets$inboundSchema: z.ZodType<
|
|
4769
|
+
UpdateProjectDataCacheIpBuckets,
|
|
4708
4770
|
z.ZodTypeDef,
|
|
4709
4771
|
unknown
|
|
4710
4772
|
> = z.object({
|
|
@@ -4713,16 +4775,16 @@ export const IpBuckets$inboundSchema: z.ZodType<
|
|
|
4713
4775
|
});
|
|
4714
4776
|
|
|
4715
4777
|
/** @internal */
|
|
4716
|
-
export type
|
|
4778
|
+
export type UpdateProjectDataCacheIpBuckets$Outbound = {
|
|
4717
4779
|
bucket: string;
|
|
4718
4780
|
supportUntil?: number | undefined;
|
|
4719
4781
|
};
|
|
4720
4782
|
|
|
4721
4783
|
/** @internal */
|
|
4722
|
-
export const
|
|
4723
|
-
|
|
4784
|
+
export const UpdateProjectDataCacheIpBuckets$outboundSchema: z.ZodType<
|
|
4785
|
+
UpdateProjectDataCacheIpBuckets$Outbound,
|
|
4724
4786
|
z.ZodTypeDef,
|
|
4725
|
-
|
|
4787
|
+
UpdateProjectDataCacheIpBuckets
|
|
4726
4788
|
> = z.object({
|
|
4727
4789
|
bucket: z.string(),
|
|
4728
4790
|
supportUntil: z.number().optional(),
|
|
@@ -4732,26 +4794,32 @@ export const IpBuckets$outboundSchema: z.ZodType<
|
|
|
4732
4794
|
* @internal
|
|
4733
4795
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4734
4796
|
*/
|
|
4735
|
-
export namespace
|
|
4736
|
-
/** @deprecated use `
|
|
4737
|
-
export const inboundSchema =
|
|
4738
|
-
/** @deprecated use `
|
|
4739
|
-
export const outboundSchema =
|
|
4740
|
-
/** @deprecated use `
|
|
4741
|
-
export type Outbound =
|
|
4797
|
+
export namespace UpdateProjectDataCacheIpBuckets$ {
|
|
4798
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$inboundSchema` instead. */
|
|
4799
|
+
export const inboundSchema = UpdateProjectDataCacheIpBuckets$inboundSchema;
|
|
4800
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$outboundSchema` instead. */
|
|
4801
|
+
export const outboundSchema = UpdateProjectDataCacheIpBuckets$outboundSchema;
|
|
4802
|
+
/** @deprecated use `UpdateProjectDataCacheIpBuckets$Outbound` instead. */
|
|
4803
|
+
export type Outbound = UpdateProjectDataCacheIpBuckets$Outbound;
|
|
4742
4804
|
}
|
|
4743
4805
|
|
|
4744
|
-
export function
|
|
4745
|
-
|
|
4806
|
+
export function updateProjectDataCacheIpBucketsToJSON(
|
|
4807
|
+
updateProjectDataCacheIpBuckets: UpdateProjectDataCacheIpBuckets,
|
|
4808
|
+
): string {
|
|
4809
|
+
return JSON.stringify(
|
|
4810
|
+
UpdateProjectDataCacheIpBuckets$outboundSchema.parse(
|
|
4811
|
+
updateProjectDataCacheIpBuckets,
|
|
4812
|
+
),
|
|
4813
|
+
);
|
|
4746
4814
|
}
|
|
4747
4815
|
|
|
4748
|
-
export function
|
|
4816
|
+
export function updateProjectDataCacheIpBucketsFromJSON(
|
|
4749
4817
|
jsonString: string,
|
|
4750
|
-
): SafeParseResult<
|
|
4818
|
+
): SafeParseResult<UpdateProjectDataCacheIpBuckets, SDKValidationError> {
|
|
4751
4819
|
return safeParse(
|
|
4752
4820
|
jsonString,
|
|
4753
|
-
(x) =>
|
|
4754
|
-
`Failed to parse '
|
|
4821
|
+
(x) => UpdateProjectDataCacheIpBuckets$inboundSchema.parse(JSON.parse(x)),
|
|
4822
|
+
`Failed to parse 'UpdateProjectDataCacheIpBuckets' from JSON`,
|
|
4755
4823
|
);
|
|
4756
4824
|
}
|
|
4757
4825
|
|
|
@@ -6794,11 +6862,73 @@ export function updateProjectDataCacheResourceConfigFromJSON(
|
|
|
6794
6862
|
);
|
|
6795
6863
|
}
|
|
6796
6864
|
|
|
6865
|
+
/** @internal */
|
|
6866
|
+
export const RollbackDescription$inboundSchema: z.ZodType<
|
|
6867
|
+
RollbackDescription,
|
|
6868
|
+
z.ZodTypeDef,
|
|
6869
|
+
unknown
|
|
6870
|
+
> = z.object({
|
|
6871
|
+
userId: z.string(),
|
|
6872
|
+
username: z.string(),
|
|
6873
|
+
description: z.string(),
|
|
6874
|
+
createdAt: z.number(),
|
|
6875
|
+
});
|
|
6876
|
+
|
|
6877
|
+
/** @internal */
|
|
6878
|
+
export type RollbackDescription$Outbound = {
|
|
6879
|
+
userId: string;
|
|
6880
|
+
username: string;
|
|
6881
|
+
description: string;
|
|
6882
|
+
createdAt: number;
|
|
6883
|
+
};
|
|
6884
|
+
|
|
6885
|
+
/** @internal */
|
|
6886
|
+
export const RollbackDescription$outboundSchema: z.ZodType<
|
|
6887
|
+
RollbackDescription$Outbound,
|
|
6888
|
+
z.ZodTypeDef,
|
|
6889
|
+
RollbackDescription
|
|
6890
|
+
> = z.object({
|
|
6891
|
+
userId: z.string(),
|
|
6892
|
+
username: z.string(),
|
|
6893
|
+
description: z.string(),
|
|
6894
|
+
createdAt: z.number(),
|
|
6895
|
+
});
|
|
6896
|
+
|
|
6897
|
+
/**
|
|
6898
|
+
* @internal
|
|
6899
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6900
|
+
*/
|
|
6901
|
+
export namespace RollbackDescription$ {
|
|
6902
|
+
/** @deprecated use `RollbackDescription$inboundSchema` instead. */
|
|
6903
|
+
export const inboundSchema = RollbackDescription$inboundSchema;
|
|
6904
|
+
/** @deprecated use `RollbackDescription$outboundSchema` instead. */
|
|
6905
|
+
export const outboundSchema = RollbackDescription$outboundSchema;
|
|
6906
|
+
/** @deprecated use `RollbackDescription$Outbound` instead. */
|
|
6907
|
+
export type Outbound = RollbackDescription$Outbound;
|
|
6908
|
+
}
|
|
6909
|
+
|
|
6910
|
+
export function rollbackDescriptionToJSON(
|
|
6911
|
+
rollbackDescription: RollbackDescription,
|
|
6912
|
+
): string {
|
|
6913
|
+
return JSON.stringify(
|
|
6914
|
+
RollbackDescription$outboundSchema.parse(rollbackDescription),
|
|
6915
|
+
);
|
|
6916
|
+
}
|
|
6917
|
+
|
|
6918
|
+
export function rollbackDescriptionFromJSON(
|
|
6919
|
+
jsonString: string,
|
|
6920
|
+
): SafeParseResult<RollbackDescription, SDKValidationError> {
|
|
6921
|
+
return safeParse(
|
|
6922
|
+
jsonString,
|
|
6923
|
+
(x) => RollbackDescription$inboundSchema.parse(JSON.parse(x)),
|
|
6924
|
+
`Failed to parse 'RollbackDescription' from JSON`,
|
|
6925
|
+
);
|
|
6926
|
+
}
|
|
6927
|
+
|
|
6797
6928
|
/** @internal */
|
|
6798
6929
|
export const Stages$inboundSchema: z.ZodType<Stages, z.ZodTypeDef, unknown> = z
|
|
6799
6930
|
.object({
|
|
6800
6931
|
targetPercentage: z.number(),
|
|
6801
|
-
minutesToRelease: z.number().optional(),
|
|
6802
6932
|
requireApproval: z.boolean().optional(),
|
|
6803
6933
|
duration: z.number().optional(),
|
|
6804
6934
|
});
|
|
@@ -6806,7 +6936,6 @@ export const Stages$inboundSchema: z.ZodType<Stages, z.ZodTypeDef, unknown> = z
|
|
|
6806
6936
|
/** @internal */
|
|
6807
6937
|
export type Stages$Outbound = {
|
|
6808
6938
|
targetPercentage: number;
|
|
6809
|
-
minutesToRelease?: number | undefined;
|
|
6810
6939
|
requireApproval?: boolean | undefined;
|
|
6811
6940
|
duration?: number | undefined;
|
|
6812
6941
|
};
|
|
@@ -6818,7 +6947,6 @@ export const Stages$outboundSchema: z.ZodType<
|
|
|
6818
6947
|
Stages
|
|
6819
6948
|
> = z.object({
|
|
6820
6949
|
targetPercentage: z.number(),
|
|
6821
|
-
minutesToRelease: z.number().optional(),
|
|
6822
6950
|
requireApproval: z.boolean().optional(),
|
|
6823
6951
|
duration: z.number().optional(),
|
|
6824
6952
|
});
|
|
@@ -6857,7 +6985,6 @@ export const RollingRelease$inboundSchema: z.ZodType<
|
|
|
6857
6985
|
unknown
|
|
6858
6986
|
> = z.object({
|
|
6859
6987
|
target: z.string(),
|
|
6860
|
-
minutesToRelease: z.number().optional(),
|
|
6861
6988
|
stages: z.nullable(z.array(z.lazy(() => Stages$inboundSchema))).optional(),
|
|
6862
6989
|
canaryResponseHeader: z.boolean().optional(),
|
|
6863
6990
|
});
|
|
@@ -6865,7 +6992,6 @@ export const RollingRelease$inboundSchema: z.ZodType<
|
|
|
6865
6992
|
/** @internal */
|
|
6866
6993
|
export type RollingRelease$Outbound = {
|
|
6867
6994
|
target: string;
|
|
6868
|
-
minutesToRelease?: number | undefined;
|
|
6869
6995
|
stages?: Array<Stages$Outbound> | null | undefined;
|
|
6870
6996
|
canaryResponseHeader?: boolean | undefined;
|
|
6871
6997
|
};
|
|
@@ -6877,7 +7003,6 @@ export const RollingRelease$outboundSchema: z.ZodType<
|
|
|
6877
7003
|
RollingRelease
|
|
6878
7004
|
> = z.object({
|
|
6879
7005
|
target: z.string(),
|
|
6880
|
-
minutesToRelease: z.number().optional(),
|
|
6881
7006
|
stages: z.nullable(z.array(z.lazy(() => Stages$outboundSchema))).optional(),
|
|
6882
7007
|
canaryResponseHeader: z.boolean().optional(),
|
|
6883
7008
|
});
|
|
@@ -8004,8 +8129,11 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
8004
8129
|
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
8005
8130
|
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
8006
8131
|
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
8132
|
+
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
8133
|
+
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
8007
8134
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
8008
8135
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8136
|
+
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
8009
8137
|
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8010
8138
|
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
8011
8139
|
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8028,6 +8156,8 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
8028
8156
|
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
8029
8157
|
job: z.array(ACLAction$inboundSchema).optional(),
|
|
8030
8158
|
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
8159
|
+
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
8160
|
+
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
8031
8161
|
project: z.array(ACLAction$inboundSchema).optional(),
|
|
8032
8162
|
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
8033
8163
|
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8214,8 +8344,11 @@ export type Permissions$Outbound = {
|
|
|
8214
8344
|
oauth2Application?: Array<string> | undefined;
|
|
8215
8345
|
vercelRun?: Array<string> | undefined;
|
|
8216
8346
|
vercelRunExec?: Array<string> | undefined;
|
|
8347
|
+
apiKey?: Array<string> | undefined;
|
|
8348
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
8217
8349
|
aliasProject?: Array<string> | undefined;
|
|
8218
8350
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
8351
|
+
buildMachine?: Array<string> | undefined;
|
|
8219
8352
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
8220
8353
|
connectConfigurationLink?: Array<string> | undefined;
|
|
8221
8354
|
dataCacheNamespace?: Array<string> | undefined;
|
|
@@ -8237,6 +8370,8 @@ export type Permissions$Outbound = {
|
|
|
8237
8370
|
optionsAllowlist?: Array<string> | undefined;
|
|
8238
8371
|
job?: Array<string> | undefined;
|
|
8239
8372
|
observabilityData?: Array<string> | undefined;
|
|
8373
|
+
onDemandBuild?: Array<string> | undefined;
|
|
8374
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
8240
8375
|
project?: Array<string> | undefined;
|
|
8241
8376
|
projectFromV0?: Array<string> | undefined;
|
|
8242
8377
|
projectAccessGroup?: Array<string> | undefined;
|
|
@@ -8425,8 +8560,11 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
8425
8560
|
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
8426
8561
|
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
8427
8562
|
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
8563
|
+
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
8564
|
+
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
8428
8565
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
8429
8566
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
8567
|
+
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
8430
8568
|
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
8431
8569
|
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
8432
8570
|
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -8449,6 +8587,8 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
8449
8587
|
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
8450
8588
|
job: z.array(ACLAction$outboundSchema).optional(),
|
|
8451
8589
|
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
8590
|
+
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
8591
|
+
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
8452
8592
|
project: z.array(ACLAction$outboundSchema).optional(),
|
|
8453
8593
|
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
8454
8594
|
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -10012,27 +10152,26 @@ export namespace Handle$ {
|
|
|
10012
10152
|
}
|
|
10013
10153
|
|
|
10014
10154
|
/** @internal */
|
|
10015
|
-
export const
|
|
10016
|
-
z.ZodNativeEnum<typeof
|
|
10017
|
-
|
|
10018
|
-
);
|
|
10155
|
+
export const UpdateProjectDataCacheProjectsResponse200Action$inboundSchema:
|
|
10156
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action> = z
|
|
10157
|
+
.nativeEnum(UpdateProjectDataCacheProjectsResponse200Action);
|
|
10019
10158
|
|
|
10020
10159
|
/** @internal */
|
|
10021
|
-
export const
|
|
10022
|
-
z.ZodNativeEnum<typeof
|
|
10023
|
-
|
|
10160
|
+
export const UpdateProjectDataCacheProjectsResponse200Action$outboundSchema:
|
|
10161
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Action> =
|
|
10162
|
+
UpdateProjectDataCacheProjectsResponse200Action$inboundSchema;
|
|
10024
10163
|
|
|
10025
10164
|
/**
|
|
10026
10165
|
* @internal
|
|
10027
10166
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10028
10167
|
*/
|
|
10029
|
-
export namespace
|
|
10030
|
-
/** @deprecated use `
|
|
10168
|
+
export namespace UpdateProjectDataCacheProjectsResponse200Action$ {
|
|
10169
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$inboundSchema` instead. */
|
|
10031
10170
|
export const inboundSchema =
|
|
10032
|
-
|
|
10033
|
-
/** @deprecated use `
|
|
10171
|
+
UpdateProjectDataCacheProjectsResponse200Action$inboundSchema;
|
|
10172
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Action$outboundSchema` instead. */
|
|
10034
10173
|
export const outboundSchema =
|
|
10035
|
-
|
|
10174
|
+
UpdateProjectDataCacheProjectsResponse200Action$outboundSchema;
|
|
10036
10175
|
}
|
|
10037
10176
|
|
|
10038
10177
|
/** @internal */
|
|
@@ -10115,7 +10254,7 @@ export const UpdateProjectDataCacheMitigate$inboundSchema: z.ZodType<
|
|
|
10115
10254
|
z.ZodTypeDef,
|
|
10116
10255
|
unknown
|
|
10117
10256
|
> = z.object({
|
|
10118
|
-
action:
|
|
10257
|
+
action: UpdateProjectDataCacheProjectsResponse200Action$inboundSchema,
|
|
10119
10258
|
rule_id: z.string(),
|
|
10120
10259
|
ttl: z.number().optional(),
|
|
10121
10260
|
erl: z.lazy(() => Erl$inboundSchema).optional(),
|
|
@@ -10139,7 +10278,7 @@ export const UpdateProjectDataCacheMitigate$outboundSchema: z.ZodType<
|
|
|
10139
10278
|
z.ZodTypeDef,
|
|
10140
10279
|
UpdateProjectDataCacheMitigate
|
|
10141
10280
|
> = z.object({
|
|
10142
|
-
action:
|
|
10281
|
+
action: UpdateProjectDataCacheProjectsResponse200Action$outboundSchema,
|
|
10143
10282
|
ruleId: z.string(),
|
|
10144
10283
|
ttl: z.number().optional(),
|
|
10145
10284
|
erl: z.lazy(() => Erl$outboundSchema).optional(),
|
|
@@ -10274,8 +10413,8 @@ export namespace UpdateProjectDataCacheAction$ {
|
|
|
10274
10413
|
}
|
|
10275
10414
|
|
|
10276
10415
|
/** @internal */
|
|
10277
|
-
export const
|
|
10278
|
-
|
|
10416
|
+
export const BotFilter$inboundSchema: z.ZodType<
|
|
10417
|
+
BotFilter,
|
|
10279
10418
|
z.ZodTypeDef,
|
|
10280
10419
|
unknown
|
|
10281
10420
|
> = z.object({
|
|
@@ -10284,19 +10423,251 @@ export const UpdateProjectDataCacheManagedRules$inboundSchema: z.ZodType<
|
|
|
10284
10423
|
});
|
|
10285
10424
|
|
|
10286
10425
|
/** @internal */
|
|
10287
|
-
export type
|
|
10426
|
+
export type BotFilter$Outbound = {
|
|
10427
|
+
active: boolean;
|
|
10428
|
+
action?: string | undefined;
|
|
10429
|
+
};
|
|
10430
|
+
|
|
10431
|
+
/** @internal */
|
|
10432
|
+
export const BotFilter$outboundSchema: z.ZodType<
|
|
10433
|
+
BotFilter$Outbound,
|
|
10434
|
+
z.ZodTypeDef,
|
|
10435
|
+
BotFilter
|
|
10436
|
+
> = z.object({
|
|
10437
|
+
active: z.boolean(),
|
|
10438
|
+
action: UpdateProjectDataCacheAction$outboundSchema.optional(),
|
|
10439
|
+
});
|
|
10440
|
+
|
|
10441
|
+
/**
|
|
10442
|
+
* @internal
|
|
10443
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10444
|
+
*/
|
|
10445
|
+
export namespace BotFilter$ {
|
|
10446
|
+
/** @deprecated use `BotFilter$inboundSchema` instead. */
|
|
10447
|
+
export const inboundSchema = BotFilter$inboundSchema;
|
|
10448
|
+
/** @deprecated use `BotFilter$outboundSchema` instead. */
|
|
10449
|
+
export const outboundSchema = BotFilter$outboundSchema;
|
|
10450
|
+
/** @deprecated use `BotFilter$Outbound` instead. */
|
|
10451
|
+
export type Outbound = BotFilter$Outbound;
|
|
10452
|
+
}
|
|
10453
|
+
|
|
10454
|
+
export function botFilterToJSON(botFilter: BotFilter): string {
|
|
10455
|
+
return JSON.stringify(BotFilter$outboundSchema.parse(botFilter));
|
|
10456
|
+
}
|
|
10457
|
+
|
|
10458
|
+
export function botFilterFromJSON(
|
|
10459
|
+
jsonString: string,
|
|
10460
|
+
): SafeParseResult<BotFilter, SDKValidationError> {
|
|
10461
|
+
return safeParse(
|
|
10462
|
+
jsonString,
|
|
10463
|
+
(x) => BotFilter$inboundSchema.parse(JSON.parse(x)),
|
|
10464
|
+
`Failed to parse 'BotFilter' from JSON`,
|
|
10465
|
+
);
|
|
10466
|
+
}
|
|
10467
|
+
|
|
10468
|
+
/** @internal */
|
|
10469
|
+
export const UpdateProjectDataCacheProjectsAction$inboundSchema:
|
|
10470
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction> = z.nativeEnum(
|
|
10471
|
+
UpdateProjectDataCacheProjectsAction,
|
|
10472
|
+
);
|
|
10473
|
+
|
|
10474
|
+
/** @internal */
|
|
10475
|
+
export const UpdateProjectDataCacheProjectsAction$outboundSchema:
|
|
10476
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsAction> =
|
|
10477
|
+
UpdateProjectDataCacheProjectsAction$inboundSchema;
|
|
10478
|
+
|
|
10479
|
+
/**
|
|
10480
|
+
* @internal
|
|
10481
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10482
|
+
*/
|
|
10483
|
+
export namespace UpdateProjectDataCacheProjectsAction$ {
|
|
10484
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAction$inboundSchema` instead. */
|
|
10485
|
+
export const inboundSchema =
|
|
10486
|
+
UpdateProjectDataCacheProjectsAction$inboundSchema;
|
|
10487
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAction$outboundSchema` instead. */
|
|
10488
|
+
export const outboundSchema =
|
|
10489
|
+
UpdateProjectDataCacheProjectsAction$outboundSchema;
|
|
10490
|
+
}
|
|
10491
|
+
|
|
10492
|
+
/** @internal */
|
|
10493
|
+
export const UpdateProjectDataCacheAiBots$inboundSchema: z.ZodType<
|
|
10494
|
+
UpdateProjectDataCacheAiBots,
|
|
10495
|
+
z.ZodTypeDef,
|
|
10496
|
+
unknown
|
|
10497
|
+
> = z.object({
|
|
10498
|
+
active: z.boolean(),
|
|
10499
|
+
action: UpdateProjectDataCacheProjectsAction$inboundSchema.optional(),
|
|
10500
|
+
});
|
|
10501
|
+
|
|
10502
|
+
/** @internal */
|
|
10503
|
+
export type UpdateProjectDataCacheAiBots$Outbound = {
|
|
10504
|
+
active: boolean;
|
|
10505
|
+
action?: string | undefined;
|
|
10506
|
+
};
|
|
10507
|
+
|
|
10508
|
+
/** @internal */
|
|
10509
|
+
export const UpdateProjectDataCacheAiBots$outboundSchema: z.ZodType<
|
|
10510
|
+
UpdateProjectDataCacheAiBots$Outbound,
|
|
10511
|
+
z.ZodTypeDef,
|
|
10512
|
+
UpdateProjectDataCacheAiBots
|
|
10513
|
+
> = z.object({
|
|
10514
|
+
active: z.boolean(),
|
|
10515
|
+
action: UpdateProjectDataCacheProjectsAction$outboundSchema.optional(),
|
|
10516
|
+
});
|
|
10517
|
+
|
|
10518
|
+
/**
|
|
10519
|
+
* @internal
|
|
10520
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10521
|
+
*/
|
|
10522
|
+
export namespace UpdateProjectDataCacheAiBots$ {
|
|
10523
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$inboundSchema` instead. */
|
|
10524
|
+
export const inboundSchema = UpdateProjectDataCacheAiBots$inboundSchema;
|
|
10525
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$outboundSchema` instead. */
|
|
10526
|
+
export const outboundSchema = UpdateProjectDataCacheAiBots$outboundSchema;
|
|
10527
|
+
/** @deprecated use `UpdateProjectDataCacheAiBots$Outbound` instead. */
|
|
10528
|
+
export type Outbound = UpdateProjectDataCacheAiBots$Outbound;
|
|
10529
|
+
}
|
|
10530
|
+
|
|
10531
|
+
export function updateProjectDataCacheAiBotsToJSON(
|
|
10532
|
+
updateProjectDataCacheAiBots: UpdateProjectDataCacheAiBots,
|
|
10533
|
+
): string {
|
|
10534
|
+
return JSON.stringify(
|
|
10535
|
+
UpdateProjectDataCacheAiBots$outboundSchema.parse(
|
|
10536
|
+
updateProjectDataCacheAiBots,
|
|
10537
|
+
),
|
|
10538
|
+
);
|
|
10539
|
+
}
|
|
10540
|
+
|
|
10541
|
+
export function updateProjectDataCacheAiBotsFromJSON(
|
|
10542
|
+
jsonString: string,
|
|
10543
|
+
): SafeParseResult<UpdateProjectDataCacheAiBots, SDKValidationError> {
|
|
10544
|
+
return safeParse(
|
|
10545
|
+
jsonString,
|
|
10546
|
+
(x) => UpdateProjectDataCacheAiBots$inboundSchema.parse(JSON.parse(x)),
|
|
10547
|
+
`Failed to parse 'UpdateProjectDataCacheAiBots' from JSON`,
|
|
10548
|
+
);
|
|
10549
|
+
}
|
|
10550
|
+
|
|
10551
|
+
/** @internal */
|
|
10552
|
+
export const UpdateProjectDataCacheProjectsResponseAction$inboundSchema:
|
|
10553
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction> = z
|
|
10554
|
+
.nativeEnum(UpdateProjectDataCacheProjectsResponseAction);
|
|
10555
|
+
|
|
10556
|
+
/** @internal */
|
|
10557
|
+
export const UpdateProjectDataCacheProjectsResponseAction$outboundSchema:
|
|
10558
|
+
z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseAction> =
|
|
10559
|
+
UpdateProjectDataCacheProjectsResponseAction$inboundSchema;
|
|
10560
|
+
|
|
10561
|
+
/**
|
|
10562
|
+
* @internal
|
|
10563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10564
|
+
*/
|
|
10565
|
+
export namespace UpdateProjectDataCacheProjectsResponseAction$ {
|
|
10566
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$inboundSchema` instead. */
|
|
10567
|
+
export const inboundSchema =
|
|
10568
|
+
UpdateProjectDataCacheProjectsResponseAction$inboundSchema;
|
|
10569
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseAction$outboundSchema` instead. */
|
|
10570
|
+
export const outboundSchema =
|
|
10571
|
+
UpdateProjectDataCacheProjectsResponseAction$outboundSchema;
|
|
10572
|
+
}
|
|
10573
|
+
|
|
10574
|
+
/** @internal */
|
|
10575
|
+
export const UpdateProjectDataCacheOwasp$inboundSchema: z.ZodType<
|
|
10576
|
+
UpdateProjectDataCacheOwasp,
|
|
10577
|
+
z.ZodTypeDef,
|
|
10578
|
+
unknown
|
|
10579
|
+
> = z.object({
|
|
10580
|
+
active: z.boolean(),
|
|
10581
|
+
action: UpdateProjectDataCacheProjectsResponseAction$inboundSchema.optional(),
|
|
10582
|
+
});
|
|
10583
|
+
|
|
10584
|
+
/** @internal */
|
|
10585
|
+
export type UpdateProjectDataCacheOwasp$Outbound = {
|
|
10288
10586
|
active: boolean;
|
|
10289
10587
|
action?: string | undefined;
|
|
10290
10588
|
};
|
|
10291
10589
|
|
|
10590
|
+
/** @internal */
|
|
10591
|
+
export const UpdateProjectDataCacheOwasp$outboundSchema: z.ZodType<
|
|
10592
|
+
UpdateProjectDataCacheOwasp$Outbound,
|
|
10593
|
+
z.ZodTypeDef,
|
|
10594
|
+
UpdateProjectDataCacheOwasp
|
|
10595
|
+
> = z.object({
|
|
10596
|
+
active: z.boolean(),
|
|
10597
|
+
action: UpdateProjectDataCacheProjectsResponseAction$outboundSchema
|
|
10598
|
+
.optional(),
|
|
10599
|
+
});
|
|
10600
|
+
|
|
10601
|
+
/**
|
|
10602
|
+
* @internal
|
|
10603
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10604
|
+
*/
|
|
10605
|
+
export namespace UpdateProjectDataCacheOwasp$ {
|
|
10606
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$inboundSchema` instead. */
|
|
10607
|
+
export const inboundSchema = UpdateProjectDataCacheOwasp$inboundSchema;
|
|
10608
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$outboundSchema` instead. */
|
|
10609
|
+
export const outboundSchema = UpdateProjectDataCacheOwasp$outboundSchema;
|
|
10610
|
+
/** @deprecated use `UpdateProjectDataCacheOwasp$Outbound` instead. */
|
|
10611
|
+
export type Outbound = UpdateProjectDataCacheOwasp$Outbound;
|
|
10612
|
+
}
|
|
10613
|
+
|
|
10614
|
+
export function updateProjectDataCacheOwaspToJSON(
|
|
10615
|
+
updateProjectDataCacheOwasp: UpdateProjectDataCacheOwasp,
|
|
10616
|
+
): string {
|
|
10617
|
+
return JSON.stringify(
|
|
10618
|
+
UpdateProjectDataCacheOwasp$outboundSchema.parse(
|
|
10619
|
+
updateProjectDataCacheOwasp,
|
|
10620
|
+
),
|
|
10621
|
+
);
|
|
10622
|
+
}
|
|
10623
|
+
|
|
10624
|
+
export function updateProjectDataCacheOwaspFromJSON(
|
|
10625
|
+
jsonString: string,
|
|
10626
|
+
): SafeParseResult<UpdateProjectDataCacheOwasp, SDKValidationError> {
|
|
10627
|
+
return safeParse(
|
|
10628
|
+
jsonString,
|
|
10629
|
+
(x) => UpdateProjectDataCacheOwasp$inboundSchema.parse(JSON.parse(x)),
|
|
10630
|
+
`Failed to parse 'UpdateProjectDataCacheOwasp' from JSON`,
|
|
10631
|
+
);
|
|
10632
|
+
}
|
|
10633
|
+
|
|
10634
|
+
/** @internal */
|
|
10635
|
+
export const UpdateProjectDataCacheManagedRules$inboundSchema: z.ZodType<
|
|
10636
|
+
UpdateProjectDataCacheManagedRules,
|
|
10637
|
+
z.ZodTypeDef,
|
|
10638
|
+
unknown
|
|
10639
|
+
> = z.object({
|
|
10640
|
+
bot_filter: z.lazy(() => BotFilter$inboundSchema),
|
|
10641
|
+
ai_bots: z.lazy(() => UpdateProjectDataCacheAiBots$inboundSchema),
|
|
10642
|
+
owasp: z.lazy(() => UpdateProjectDataCacheOwasp$inboundSchema),
|
|
10643
|
+
}).transform((v) => {
|
|
10644
|
+
return remap$(v, {
|
|
10645
|
+
"bot_filter": "botFilter",
|
|
10646
|
+
"ai_bots": "aiBots",
|
|
10647
|
+
});
|
|
10648
|
+
});
|
|
10649
|
+
|
|
10650
|
+
/** @internal */
|
|
10651
|
+
export type UpdateProjectDataCacheManagedRules$Outbound = {
|
|
10652
|
+
bot_filter: BotFilter$Outbound;
|
|
10653
|
+
ai_bots: UpdateProjectDataCacheAiBots$Outbound;
|
|
10654
|
+
owasp: UpdateProjectDataCacheOwasp$Outbound;
|
|
10655
|
+
};
|
|
10656
|
+
|
|
10292
10657
|
/** @internal */
|
|
10293
10658
|
export const UpdateProjectDataCacheManagedRules$outboundSchema: z.ZodType<
|
|
10294
10659
|
UpdateProjectDataCacheManagedRules$Outbound,
|
|
10295
10660
|
z.ZodTypeDef,
|
|
10296
10661
|
UpdateProjectDataCacheManagedRules
|
|
10297
10662
|
> = z.object({
|
|
10298
|
-
|
|
10299
|
-
|
|
10663
|
+
botFilter: z.lazy(() => BotFilter$outboundSchema),
|
|
10664
|
+
aiBots: z.lazy(() => UpdateProjectDataCacheAiBots$outboundSchema),
|
|
10665
|
+
owasp: z.lazy(() => UpdateProjectDataCacheOwasp$outboundSchema),
|
|
10666
|
+
}).transform((v) => {
|
|
10667
|
+
return remap$(v, {
|
|
10668
|
+
botFilter: "bot_filter",
|
|
10669
|
+
aiBots: "ai_bots",
|
|
10670
|
+
});
|
|
10300
10671
|
});
|
|
10301
10672
|
|
|
10302
10673
|
/**
|
|
@@ -10353,7 +10724,7 @@ export const UpdateProjectDataCacheSecurity$inboundSchema: z.ZodType<
|
|
|
10353
10724
|
ja4Enabled: z.boolean().optional(),
|
|
10354
10725
|
firewallBypassIps: z.array(z.string()).optional(),
|
|
10355
10726
|
managedRules: z.nullable(
|
|
10356
|
-
z.
|
|
10727
|
+
z.lazy(() => UpdateProjectDataCacheManagedRules$inboundSchema),
|
|
10357
10728
|
).optional(),
|
|
10358
10729
|
});
|
|
10359
10730
|
|
|
@@ -10370,10 +10741,7 @@ export type UpdateProjectDataCacheSecurity$Outbound = {
|
|
|
10370
10741
|
ja3Enabled?: boolean | undefined;
|
|
10371
10742
|
ja4Enabled?: boolean | undefined;
|
|
10372
10743
|
firewallBypassIps?: Array<string> | undefined;
|
|
10373
|
-
managedRules?:
|
|
10374
|
-
| { [k: string]: UpdateProjectDataCacheManagedRules$Outbound }
|
|
10375
|
-
| null
|
|
10376
|
-
| undefined;
|
|
10744
|
+
managedRules?: UpdateProjectDataCacheManagedRules$Outbound | null | undefined;
|
|
10377
10745
|
};
|
|
10378
10746
|
|
|
10379
10747
|
/** @internal */
|
|
@@ -10395,7 +10763,7 @@ export const UpdateProjectDataCacheSecurity$outboundSchema: z.ZodType<
|
|
|
10395
10763
|
ja4Enabled: z.boolean().optional(),
|
|
10396
10764
|
firewallBypassIps: z.array(z.string()).optional(),
|
|
10397
10765
|
managedRules: z.nullable(
|
|
10398
|
-
z.
|
|
10766
|
+
z.lazy(() => UpdateProjectDataCacheManagedRules$outboundSchema),
|
|
10399
10767
|
).optional(),
|
|
10400
10768
|
});
|
|
10401
10769
|
|
|
@@ -10459,13 +10827,13 @@ export const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<
|
|
|
10459
10827
|
z.ZodTypeDef,
|
|
10460
10828
|
unknown
|
|
10461
10829
|
> = z.object({
|
|
10462
|
-
enabled: z.boolean(),
|
|
10830
|
+
enabled: z.boolean().optional(),
|
|
10463
10831
|
issuerMode: UpdateProjectDataCacheIssuerMode$inboundSchema.optional(),
|
|
10464
10832
|
});
|
|
10465
10833
|
|
|
10466
10834
|
/** @internal */
|
|
10467
10835
|
export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
|
|
10468
|
-
enabled
|
|
10836
|
+
enabled?: boolean | undefined;
|
|
10469
10837
|
issuerMode?: string | undefined;
|
|
10470
10838
|
};
|
|
10471
10839
|
|
|
@@ -10475,7 +10843,7 @@ export const UpdateProjectDataCacheOidcTokenConfig$outboundSchema: z.ZodType<
|
|
|
10475
10843
|
z.ZodTypeDef,
|
|
10476
10844
|
UpdateProjectDataCacheOidcTokenConfig
|
|
10477
10845
|
> = z.object({
|
|
10478
|
-
enabled: z.boolean(),
|
|
10846
|
+
enabled: z.boolean().optional(),
|
|
10479
10847
|
issuerMode: UpdateProjectDataCacheIssuerMode$outboundSchema.optional(),
|
|
10480
10848
|
});
|
|
10481
10849
|
|
|
@@ -10536,6 +10904,56 @@ export namespace UpdateProjectDataCacheTier$ {
|
|
|
10536
10904
|
export const outboundSchema = UpdateProjectDataCacheTier$outboundSchema;
|
|
10537
10905
|
}
|
|
10538
10906
|
|
|
10907
|
+
/** @internal */
|
|
10908
|
+
export const Features$inboundSchema: z.ZodType<
|
|
10909
|
+
Features,
|
|
10910
|
+
z.ZodTypeDef,
|
|
10911
|
+
unknown
|
|
10912
|
+
> = z.object({
|
|
10913
|
+
webAnalytics: z.boolean().optional(),
|
|
10914
|
+
});
|
|
10915
|
+
|
|
10916
|
+
/** @internal */
|
|
10917
|
+
export type Features$Outbound = {
|
|
10918
|
+
webAnalytics?: boolean | undefined;
|
|
10919
|
+
};
|
|
10920
|
+
|
|
10921
|
+
/** @internal */
|
|
10922
|
+
export const Features$outboundSchema: z.ZodType<
|
|
10923
|
+
Features$Outbound,
|
|
10924
|
+
z.ZodTypeDef,
|
|
10925
|
+
Features
|
|
10926
|
+
> = z.object({
|
|
10927
|
+
webAnalytics: z.boolean().optional(),
|
|
10928
|
+
});
|
|
10929
|
+
|
|
10930
|
+
/**
|
|
10931
|
+
* @internal
|
|
10932
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10933
|
+
*/
|
|
10934
|
+
export namespace Features$ {
|
|
10935
|
+
/** @deprecated use `Features$inboundSchema` instead. */
|
|
10936
|
+
export const inboundSchema = Features$inboundSchema;
|
|
10937
|
+
/** @deprecated use `Features$outboundSchema` instead. */
|
|
10938
|
+
export const outboundSchema = Features$outboundSchema;
|
|
10939
|
+
/** @deprecated use `Features$Outbound` instead. */
|
|
10940
|
+
export type Outbound = Features$Outbound;
|
|
10941
|
+
}
|
|
10942
|
+
|
|
10943
|
+
export function featuresToJSON(features: Features): string {
|
|
10944
|
+
return JSON.stringify(Features$outboundSchema.parse(features));
|
|
10945
|
+
}
|
|
10946
|
+
|
|
10947
|
+
export function featuresFromJSON(
|
|
10948
|
+
jsonString: string,
|
|
10949
|
+
): SafeParseResult<Features, SDKValidationError> {
|
|
10950
|
+
return safeParse(
|
|
10951
|
+
jsonString,
|
|
10952
|
+
(x) => Features$inboundSchema.parse(JSON.parse(x)),
|
|
10953
|
+
`Failed to parse 'Features' from JSON`,
|
|
10954
|
+
);
|
|
10955
|
+
}
|
|
10956
|
+
|
|
10539
10957
|
/** @internal */
|
|
10540
10958
|
export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
10541
10959
|
UpdateProjectDataCacheResponseBody,
|
|
@@ -10577,7 +10995,9 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
10577
10995
|
gitForkProtection: z.boolean().optional(),
|
|
10578
10996
|
gitLFS: z.boolean().optional(),
|
|
10579
10997
|
id: z.string(),
|
|
10580
|
-
ipBuckets: z.array(
|
|
10998
|
+
ipBuckets: z.array(
|
|
10999
|
+
z.lazy(() => UpdateProjectDataCacheIpBuckets$inboundSchema),
|
|
11000
|
+
).optional(),
|
|
10581
11001
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$inboundSchema))
|
|
10582
11002
|
.optional(),
|
|
10583
11003
|
link: z.union([
|
|
@@ -10604,6 +11024,8 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
10604
11024
|
resourceConfig: z.lazy(() =>
|
|
10605
11025
|
UpdateProjectDataCacheResourceConfig$inboundSchema
|
|
10606
11026
|
),
|
|
11027
|
+
rollbackDescription: z.lazy(() => RollbackDescription$inboundSchema)
|
|
11028
|
+
.optional(),
|
|
10607
11029
|
rollingRelease: z.nullable(z.lazy(() => RollingRelease$inboundSchema))
|
|
10608
11030
|
.optional(),
|
|
10609
11031
|
defaultResourceConfig: z.lazy(() => DefaultResourceConfig$inboundSchema),
|
|
@@ -10657,6 +11079,7 @@ export const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<
|
|
|
10657
11079
|
UpdateProjectDataCacheOidcTokenConfig$inboundSchema
|
|
10658
11080
|
).optional(),
|
|
10659
11081
|
tier: UpdateProjectDataCacheTier$inboundSchema.optional(),
|
|
11082
|
+
features: z.lazy(() => Features$inboundSchema).optional(),
|
|
10660
11083
|
});
|
|
10661
11084
|
|
|
10662
11085
|
/** @internal */
|
|
@@ -10690,7 +11113,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
10690
11113
|
gitForkProtection?: boolean | undefined;
|
|
10691
11114
|
gitLFS?: boolean | undefined;
|
|
10692
11115
|
id: string;
|
|
10693
|
-
ipBuckets?: Array<
|
|
11116
|
+
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
10694
11117
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
10695
11118
|
link?:
|
|
10696
11119
|
| Link1$Outbound
|
|
@@ -10716,6 +11139,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
10716
11139
|
productionDeploymentsFastLane?: boolean | undefined;
|
|
10717
11140
|
publicSource?: boolean | null | undefined;
|
|
10718
11141
|
resourceConfig: UpdateProjectDataCacheResourceConfig$Outbound;
|
|
11142
|
+
rollbackDescription?: RollbackDescription$Outbound | undefined;
|
|
10719
11143
|
rollingRelease?: RollingRelease$Outbound | null | undefined;
|
|
10720
11144
|
defaultResourceConfig: DefaultResourceConfig$Outbound;
|
|
10721
11145
|
rootDirectory?: string | null | undefined;
|
|
@@ -10755,6 +11179,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
10755
11179
|
security?: UpdateProjectDataCacheSecurity$Outbound | undefined;
|
|
10756
11180
|
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
|
|
10757
11181
|
tier?: string | undefined;
|
|
11182
|
+
features?: Features$Outbound | undefined;
|
|
10758
11183
|
};
|
|
10759
11184
|
|
|
10760
11185
|
/** @internal */
|
|
@@ -10798,7 +11223,9 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
10798
11223
|
gitForkProtection: z.boolean().optional(),
|
|
10799
11224
|
gitLFS: z.boolean().optional(),
|
|
10800
11225
|
id: z.string(),
|
|
10801
|
-
ipBuckets: z.array(
|
|
11226
|
+
ipBuckets: z.array(
|
|
11227
|
+
z.lazy(() => UpdateProjectDataCacheIpBuckets$outboundSchema),
|
|
11228
|
+
).optional(),
|
|
10802
11229
|
latestDeployments: z.array(z.lazy(() => LatestDeployments$outboundSchema))
|
|
10803
11230
|
.optional(),
|
|
10804
11231
|
link: z.union([
|
|
@@ -10825,6 +11252,8 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
10825
11252
|
resourceConfig: z.lazy(() =>
|
|
10826
11253
|
UpdateProjectDataCacheResourceConfig$outboundSchema
|
|
10827
11254
|
),
|
|
11255
|
+
rollbackDescription: z.lazy(() => RollbackDescription$outboundSchema)
|
|
11256
|
+
.optional(),
|
|
10828
11257
|
rollingRelease: z.nullable(z.lazy(() => RollingRelease$outboundSchema))
|
|
10829
11258
|
.optional(),
|
|
10830
11259
|
defaultResourceConfig: z.lazy(() => DefaultResourceConfig$outboundSchema),
|
|
@@ -10881,6 +11310,7 @@ export const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<
|
|
|
10881
11310
|
UpdateProjectDataCacheOidcTokenConfig$outboundSchema
|
|
10882
11311
|
).optional(),
|
|
10883
11312
|
tier: UpdateProjectDataCacheTier$outboundSchema.optional(),
|
|
11313
|
+
features: z.lazy(() => Features$outboundSchema).optional(),
|
|
10884
11314
|
});
|
|
10885
11315
|
|
|
10886
11316
|
/**
|