@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
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
6
7
|
import { safeParse } from "../lib/schemas.js";
|
|
7
8
|
import { ClosedEnum } from "../types/enums.js";
|
|
8
9
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
@@ -62,23 +63,20 @@ export type GetFirewallConfigMa = {
|
|
|
62
63
|
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsMaAction;
|
|
63
64
|
};
|
|
64
65
|
|
|
65
|
-
export const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction
|
|
73
|
-
>;
|
|
66
|
+
export const GetFirewallConfigSecurityResponseAction = {
|
|
67
|
+
Deny: "deny",
|
|
68
|
+
Log: "log",
|
|
69
|
+
} as const;
|
|
70
|
+
export type GetFirewallConfigSecurityResponseAction = ClosedEnum<
|
|
71
|
+
typeof GetFirewallConfigSecurityResponseAction
|
|
72
|
+
>;
|
|
74
73
|
|
|
75
74
|
/**
|
|
76
75
|
* Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
|
|
77
76
|
*/
|
|
78
77
|
export type GetFirewallConfigLfi = {
|
|
79
78
|
active: boolean;
|
|
80
|
-
action:
|
|
81
|
-
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction;
|
|
79
|
+
action: GetFirewallConfigSecurityResponseAction;
|
|
82
80
|
};
|
|
83
81
|
|
|
84
82
|
export const GetFirewallConfigSecurityResponse200Action = {
|
|
@@ -307,9 +305,6 @@ export const GetFirewallConfigType = {
|
|
|
307
305
|
*/
|
|
308
306
|
export type GetFirewallConfigType = ClosedEnum<typeof GetFirewallConfigType>;
|
|
309
307
|
|
|
310
|
-
/**
|
|
311
|
-
* [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
|
|
312
|
-
*/
|
|
313
308
|
export const GetFirewallConfigOp = {
|
|
314
309
|
Re: "re",
|
|
315
310
|
Eq: "eq",
|
|
@@ -326,9 +321,6 @@ export const GetFirewallConfigOp = {
|
|
|
326
321
|
Ninc: "ninc",
|
|
327
322
|
Neq: "neq",
|
|
328
323
|
} as const;
|
|
329
|
-
/**
|
|
330
|
-
* [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
|
|
331
|
-
*/
|
|
332
324
|
export type GetFirewallConfigOp = ClosedEnum<typeof GetFirewallConfigOp>;
|
|
333
325
|
|
|
334
326
|
export type GetFirewallConfigValue = string | number | Array<string>;
|
|
@@ -338,9 +330,6 @@ export type GetFirewallConfigConditions = {
|
|
|
338
330
|
* [Parameter](https://vercel.com/docs/security/vercel-waf/rule-configuration#parameters) from the incoming traffic.
|
|
339
331
|
*/
|
|
340
332
|
type: GetFirewallConfigType;
|
|
341
|
-
/**
|
|
342
|
-
* [Operator](https://vercel.com/docs/security/vercel-waf/rule-configuration#operators) used to compare the parameter with a value
|
|
343
|
-
*/
|
|
344
333
|
op: GetFirewallConfigOp;
|
|
345
334
|
neg?: boolean | undefined;
|
|
346
335
|
key?: string | undefined;
|
|
@@ -441,23 +430,75 @@ export type GetFirewallConfigIps = {
|
|
|
441
430
|
|
|
442
431
|
export type Changes = {};
|
|
443
432
|
|
|
444
|
-
export const
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
433
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction =
|
|
434
|
+
{
|
|
435
|
+
Deny: "deny",
|
|
436
|
+
Log: "log",
|
|
437
|
+
Challenge: "challenge",
|
|
438
|
+
} as const;
|
|
439
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction =
|
|
440
|
+
ClosedEnum<
|
|
441
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction
|
|
442
|
+
>;
|
|
452
443
|
|
|
453
|
-
export type
|
|
444
|
+
export type BotProtection = {
|
|
445
|
+
active: boolean;
|
|
446
|
+
action?:
|
|
447
|
+
| GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction
|
|
448
|
+
| undefined;
|
|
449
|
+
updatedAt?: string | undefined;
|
|
450
|
+
userId?: string | undefined;
|
|
451
|
+
username?: string | undefined;
|
|
452
|
+
};
|
|
453
|
+
|
|
454
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction =
|
|
455
|
+
{
|
|
456
|
+
Deny: "deny",
|
|
457
|
+
Log: "log",
|
|
458
|
+
Challenge: "challenge",
|
|
459
|
+
} as const;
|
|
460
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction =
|
|
461
|
+
ClosedEnum<
|
|
462
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction
|
|
463
|
+
>;
|
|
464
|
+
|
|
465
|
+
export type AiBots = {
|
|
466
|
+
active: boolean;
|
|
467
|
+
action?:
|
|
468
|
+
| GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction
|
|
469
|
+
| undefined;
|
|
470
|
+
updatedAt?: string | undefined;
|
|
471
|
+
userId?: string | undefined;
|
|
472
|
+
username?: string | undefined;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction =
|
|
476
|
+
{
|
|
477
|
+
Deny: "deny",
|
|
478
|
+
Log: "log",
|
|
479
|
+
Challenge: "challenge",
|
|
480
|
+
} as const;
|
|
481
|
+
export type GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction =
|
|
482
|
+
ClosedEnum<
|
|
483
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction
|
|
484
|
+
>;
|
|
485
|
+
|
|
486
|
+
export type Owasp = {
|
|
454
487
|
active: boolean;
|
|
455
|
-
action?:
|
|
488
|
+
action?:
|
|
489
|
+
| GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction
|
|
490
|
+
| undefined;
|
|
456
491
|
updatedAt?: string | undefined;
|
|
457
492
|
userId?: string | undefined;
|
|
458
493
|
username?: string | undefined;
|
|
459
494
|
};
|
|
460
495
|
|
|
496
|
+
export type GetFirewallConfigManagedRules = {
|
|
497
|
+
botProtection?: BotProtection | undefined;
|
|
498
|
+
aiBots?: AiBots | undefined;
|
|
499
|
+
owasp?: Owasp | undefined;
|
|
500
|
+
};
|
|
501
|
+
|
|
461
502
|
/**
|
|
462
503
|
* If the firewall configuration includes a [custom managed ruleset](https://vercel.com/docs/security/vercel-waf/managed-rulesets), it will include a `crs` item that has the following values: sd: Scanner Detection ma: Multipart Attack lfi: Local File Inclusion Attack rfi: Remote File Inclusion Attack rce: Remote Execution Attack php: PHP Attack gen: Generic Attack xss: XSS Attack sqli: SQL Injection Attack sf: Session Fixation Attack java: Java Attack
|
|
463
504
|
*/
|
|
@@ -475,7 +516,7 @@ export type GetFirewallConfigResponseBody = {
|
|
|
475
516
|
rules: Array<GetFirewallConfigRules>;
|
|
476
517
|
ips: Array<GetFirewallConfigIps>;
|
|
477
518
|
changes: Array<Changes>;
|
|
478
|
-
managedRules?:
|
|
519
|
+
managedRules?: GetFirewallConfigManagedRules | undefined;
|
|
479
520
|
};
|
|
480
521
|
|
|
481
522
|
/** @internal */
|
|
@@ -716,31 +757,26 @@ export function getFirewallConfigMaFromJSON(
|
|
|
716
757
|
}
|
|
717
758
|
|
|
718
759
|
/** @internal */
|
|
719
|
-
export const
|
|
720
|
-
z.ZodNativeEnum<
|
|
721
|
-
|
|
722
|
-
> = z.nativeEnum(
|
|
723
|
-
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction,
|
|
724
|
-
);
|
|
760
|
+
export const GetFirewallConfigSecurityResponseAction$inboundSchema:
|
|
761
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> = z
|
|
762
|
+
.nativeEnum(GetFirewallConfigSecurityResponseAction);
|
|
725
763
|
|
|
726
764
|
/** @internal */
|
|
727
|
-
export const
|
|
728
|
-
z.ZodNativeEnum<
|
|
729
|
-
|
|
730
|
-
> =
|
|
731
|
-
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$inboundSchema;
|
|
765
|
+
export const GetFirewallConfigSecurityResponseAction$outboundSchema:
|
|
766
|
+
z.ZodNativeEnum<typeof GetFirewallConfigSecurityResponseAction> =
|
|
767
|
+
GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
732
768
|
|
|
733
769
|
/**
|
|
734
770
|
* @internal
|
|
735
771
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
736
772
|
*/
|
|
737
|
-
export namespace
|
|
738
|
-
/** @deprecated use `
|
|
773
|
+
export namespace GetFirewallConfigSecurityResponseAction$ {
|
|
774
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$inboundSchema` instead. */
|
|
739
775
|
export const inboundSchema =
|
|
740
|
-
|
|
741
|
-
/** @deprecated use `
|
|
776
|
+
GetFirewallConfigSecurityResponseAction$inboundSchema;
|
|
777
|
+
/** @deprecated use `GetFirewallConfigSecurityResponseAction$outboundSchema` instead. */
|
|
742
778
|
export const outboundSchema =
|
|
743
|
-
|
|
779
|
+
GetFirewallConfigSecurityResponseAction$outboundSchema;
|
|
744
780
|
}
|
|
745
781
|
|
|
746
782
|
/** @internal */
|
|
@@ -750,8 +786,7 @@ export const GetFirewallConfigLfi$inboundSchema: z.ZodType<
|
|
|
750
786
|
unknown
|
|
751
787
|
> = z.object({
|
|
752
788
|
active: z.boolean(),
|
|
753
|
-
action:
|
|
754
|
-
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$inboundSchema,
|
|
789
|
+
action: GetFirewallConfigSecurityResponseAction$inboundSchema,
|
|
755
790
|
});
|
|
756
791
|
|
|
757
792
|
/** @internal */
|
|
@@ -767,8 +802,7 @@ export const GetFirewallConfigLfi$outboundSchema: z.ZodType<
|
|
|
767
802
|
GetFirewallConfigLfi
|
|
768
803
|
> = z.object({
|
|
769
804
|
active: z.boolean(),
|
|
770
|
-
action:
|
|
771
|
-
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsLfiAction$outboundSchema,
|
|
805
|
+
action: GetFirewallConfigSecurityResponseAction$outboundSchema,
|
|
772
806
|
});
|
|
773
807
|
|
|
774
808
|
/**
|
|
@@ -2318,43 +2352,50 @@ export function changesFromJSON(
|
|
|
2318
2352
|
}
|
|
2319
2353
|
|
|
2320
2354
|
/** @internal */
|
|
2321
|
-
export const
|
|
2322
|
-
z.ZodNativeEnum<
|
|
2323
|
-
|
|
2355
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$inboundSchema:
|
|
2356
|
+
z.ZodNativeEnum<
|
|
2357
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction
|
|
2358
|
+
> = z.nativeEnum(
|
|
2359
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction,
|
|
2360
|
+
);
|
|
2324
2361
|
|
|
2325
2362
|
/** @internal */
|
|
2326
|
-
export const
|
|
2327
|
-
z.ZodNativeEnum<
|
|
2328
|
-
|
|
2363
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$outboundSchema:
|
|
2364
|
+
z.ZodNativeEnum<
|
|
2365
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction
|
|
2366
|
+
> =
|
|
2367
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$inboundSchema;
|
|
2329
2368
|
|
|
2330
2369
|
/**
|
|
2331
2370
|
* @internal
|
|
2332
2371
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2333
2372
|
*/
|
|
2334
|
-
export namespace
|
|
2335
|
-
/** @deprecated use `
|
|
2373
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$ {
|
|
2374
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$inboundSchema` instead. */
|
|
2336
2375
|
export const inboundSchema =
|
|
2337
|
-
|
|
2338
|
-
/** @deprecated use `
|
|
2376
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$inboundSchema;
|
|
2377
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$outboundSchema` instead. */
|
|
2339
2378
|
export const outboundSchema =
|
|
2340
|
-
|
|
2379
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$outboundSchema;
|
|
2341
2380
|
}
|
|
2342
2381
|
|
|
2343
2382
|
/** @internal */
|
|
2344
|
-
export const
|
|
2345
|
-
|
|
2383
|
+
export const BotProtection$inboundSchema: z.ZodType<
|
|
2384
|
+
BotProtection,
|
|
2346
2385
|
z.ZodTypeDef,
|
|
2347
2386
|
unknown
|
|
2348
2387
|
> = z.object({
|
|
2349
2388
|
active: z.boolean(),
|
|
2350
|
-
action:
|
|
2389
|
+
action:
|
|
2390
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$inboundSchema
|
|
2391
|
+
.optional(),
|
|
2351
2392
|
updatedAt: z.string().optional(),
|
|
2352
2393
|
userId: z.string().optional(),
|
|
2353
2394
|
username: z.string().optional(),
|
|
2354
2395
|
});
|
|
2355
2396
|
|
|
2356
2397
|
/** @internal */
|
|
2357
|
-
export type
|
|
2398
|
+
export type BotProtection$Outbound = {
|
|
2358
2399
|
active: boolean;
|
|
2359
2400
|
action?: string | undefined;
|
|
2360
2401
|
updatedAt?: string | undefined;
|
|
@@ -2363,18 +2404,268 @@ export type GetFirewallConfigManagedRules$Outbound = {
|
|
|
2363
2404
|
};
|
|
2364
2405
|
|
|
2365
2406
|
/** @internal */
|
|
2366
|
-
export const
|
|
2367
|
-
|
|
2407
|
+
export const BotProtection$outboundSchema: z.ZodType<
|
|
2408
|
+
BotProtection$Outbound,
|
|
2368
2409
|
z.ZodTypeDef,
|
|
2369
|
-
|
|
2410
|
+
BotProtection
|
|
2411
|
+
> = z.object({
|
|
2412
|
+
active: z.boolean(),
|
|
2413
|
+
action:
|
|
2414
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAction$outboundSchema
|
|
2415
|
+
.optional(),
|
|
2416
|
+
updatedAt: z.string().optional(),
|
|
2417
|
+
userId: z.string().optional(),
|
|
2418
|
+
username: z.string().optional(),
|
|
2419
|
+
});
|
|
2420
|
+
|
|
2421
|
+
/**
|
|
2422
|
+
* @internal
|
|
2423
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2424
|
+
*/
|
|
2425
|
+
export namespace BotProtection$ {
|
|
2426
|
+
/** @deprecated use `BotProtection$inboundSchema` instead. */
|
|
2427
|
+
export const inboundSchema = BotProtection$inboundSchema;
|
|
2428
|
+
/** @deprecated use `BotProtection$outboundSchema` instead. */
|
|
2429
|
+
export const outboundSchema = BotProtection$outboundSchema;
|
|
2430
|
+
/** @deprecated use `BotProtection$Outbound` instead. */
|
|
2431
|
+
export type Outbound = BotProtection$Outbound;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
export function botProtectionToJSON(botProtection: BotProtection): string {
|
|
2435
|
+
return JSON.stringify(BotProtection$outboundSchema.parse(botProtection));
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
export function botProtectionFromJSON(
|
|
2439
|
+
jsonString: string,
|
|
2440
|
+
): SafeParseResult<BotProtection, SDKValidationError> {
|
|
2441
|
+
return safeParse(
|
|
2442
|
+
jsonString,
|
|
2443
|
+
(x) => BotProtection$inboundSchema.parse(JSON.parse(x)),
|
|
2444
|
+
`Failed to parse 'BotProtection' from JSON`,
|
|
2445
|
+
);
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
/** @internal */
|
|
2449
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$inboundSchema:
|
|
2450
|
+
z.ZodNativeEnum<
|
|
2451
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction
|
|
2452
|
+
> = z.nativeEnum(
|
|
2453
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction,
|
|
2454
|
+
);
|
|
2455
|
+
|
|
2456
|
+
/** @internal */
|
|
2457
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$outboundSchema:
|
|
2458
|
+
z.ZodNativeEnum<
|
|
2459
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction
|
|
2460
|
+
> =
|
|
2461
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$inboundSchema;
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* @internal
|
|
2465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2466
|
+
*/
|
|
2467
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$ {
|
|
2468
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$inboundSchema` instead. */
|
|
2469
|
+
export const inboundSchema =
|
|
2470
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$inboundSchema;
|
|
2471
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$outboundSchema` instead. */
|
|
2472
|
+
export const outboundSchema =
|
|
2473
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$outboundSchema;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
/** @internal */
|
|
2477
|
+
export const AiBots$inboundSchema: z.ZodType<AiBots, z.ZodTypeDef, unknown> = z
|
|
2478
|
+
.object({
|
|
2479
|
+
active: z.boolean(),
|
|
2480
|
+
action:
|
|
2481
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$inboundSchema
|
|
2482
|
+
.optional(),
|
|
2483
|
+
updatedAt: z.string().optional(),
|
|
2484
|
+
userId: z.string().optional(),
|
|
2485
|
+
username: z.string().optional(),
|
|
2486
|
+
});
|
|
2487
|
+
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export type AiBots$Outbound = {
|
|
2490
|
+
active: boolean;
|
|
2491
|
+
action?: string | undefined;
|
|
2492
|
+
updatedAt?: string | undefined;
|
|
2493
|
+
userId?: string | undefined;
|
|
2494
|
+
username?: string | undefined;
|
|
2495
|
+
};
|
|
2496
|
+
|
|
2497
|
+
/** @internal */
|
|
2498
|
+
export const AiBots$outboundSchema: z.ZodType<
|
|
2499
|
+
AiBots$Outbound,
|
|
2500
|
+
z.ZodTypeDef,
|
|
2501
|
+
AiBots
|
|
2502
|
+
> = z.object({
|
|
2503
|
+
active: z.boolean(),
|
|
2504
|
+
action:
|
|
2505
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesAiBotsAction$outboundSchema
|
|
2506
|
+
.optional(),
|
|
2507
|
+
updatedAt: z.string().optional(),
|
|
2508
|
+
userId: z.string().optional(),
|
|
2509
|
+
username: z.string().optional(),
|
|
2510
|
+
});
|
|
2511
|
+
|
|
2512
|
+
/**
|
|
2513
|
+
* @internal
|
|
2514
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2515
|
+
*/
|
|
2516
|
+
export namespace AiBots$ {
|
|
2517
|
+
/** @deprecated use `AiBots$inboundSchema` instead. */
|
|
2518
|
+
export const inboundSchema = AiBots$inboundSchema;
|
|
2519
|
+
/** @deprecated use `AiBots$outboundSchema` instead. */
|
|
2520
|
+
export const outboundSchema = AiBots$outboundSchema;
|
|
2521
|
+
/** @deprecated use `AiBots$Outbound` instead. */
|
|
2522
|
+
export type Outbound = AiBots$Outbound;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
export function aiBotsToJSON(aiBots: AiBots): string {
|
|
2526
|
+
return JSON.stringify(AiBots$outboundSchema.parse(aiBots));
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
export function aiBotsFromJSON(
|
|
2530
|
+
jsonString: string,
|
|
2531
|
+
): SafeParseResult<AiBots, SDKValidationError> {
|
|
2532
|
+
return safeParse(
|
|
2533
|
+
jsonString,
|
|
2534
|
+
(x) => AiBots$inboundSchema.parse(JSON.parse(x)),
|
|
2535
|
+
`Failed to parse 'AiBots' from JSON`,
|
|
2536
|
+
);
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
/** @internal */
|
|
2540
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$inboundSchema:
|
|
2541
|
+
z.ZodNativeEnum<
|
|
2542
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction
|
|
2543
|
+
> = z.nativeEnum(
|
|
2544
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction,
|
|
2545
|
+
);
|
|
2546
|
+
|
|
2547
|
+
/** @internal */
|
|
2548
|
+
export const GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$outboundSchema:
|
|
2549
|
+
z.ZodNativeEnum<
|
|
2550
|
+
typeof GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction
|
|
2551
|
+
> =
|
|
2552
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$inboundSchema;
|
|
2553
|
+
|
|
2554
|
+
/**
|
|
2555
|
+
* @internal
|
|
2556
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2557
|
+
*/
|
|
2558
|
+
export namespace GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$ {
|
|
2559
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$inboundSchema` instead. */
|
|
2560
|
+
export const inboundSchema =
|
|
2561
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$inboundSchema;
|
|
2562
|
+
/** @deprecated use `GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$outboundSchema` instead. */
|
|
2563
|
+
export const outboundSchema =
|
|
2564
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$outboundSchema;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
/** @internal */
|
|
2568
|
+
export const Owasp$inboundSchema: z.ZodType<Owasp, z.ZodTypeDef, unknown> = z
|
|
2569
|
+
.object({
|
|
2570
|
+
active: z.boolean(),
|
|
2571
|
+
action:
|
|
2572
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$inboundSchema
|
|
2573
|
+
.optional(),
|
|
2574
|
+
updatedAt: z.string().optional(),
|
|
2575
|
+
userId: z.string().optional(),
|
|
2576
|
+
username: z.string().optional(),
|
|
2577
|
+
});
|
|
2578
|
+
|
|
2579
|
+
/** @internal */
|
|
2580
|
+
export type Owasp$Outbound = {
|
|
2581
|
+
active: boolean;
|
|
2582
|
+
action?: string | undefined;
|
|
2583
|
+
updatedAt?: string | undefined;
|
|
2584
|
+
userId?: string | undefined;
|
|
2585
|
+
username?: string | undefined;
|
|
2586
|
+
};
|
|
2587
|
+
|
|
2588
|
+
/** @internal */
|
|
2589
|
+
export const Owasp$outboundSchema: z.ZodType<
|
|
2590
|
+
Owasp$Outbound,
|
|
2591
|
+
z.ZodTypeDef,
|
|
2592
|
+
Owasp
|
|
2370
2593
|
> = z.object({
|
|
2371
2594
|
active: z.boolean(),
|
|
2372
|
-
action:
|
|
2595
|
+
action:
|
|
2596
|
+
GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyManagedRulesOwaspAction$outboundSchema
|
|
2597
|
+
.optional(),
|
|
2373
2598
|
updatedAt: z.string().optional(),
|
|
2374
2599
|
userId: z.string().optional(),
|
|
2375
2600
|
username: z.string().optional(),
|
|
2376
2601
|
});
|
|
2377
2602
|
|
|
2603
|
+
/**
|
|
2604
|
+
* @internal
|
|
2605
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2606
|
+
*/
|
|
2607
|
+
export namespace Owasp$ {
|
|
2608
|
+
/** @deprecated use `Owasp$inboundSchema` instead. */
|
|
2609
|
+
export const inboundSchema = Owasp$inboundSchema;
|
|
2610
|
+
/** @deprecated use `Owasp$outboundSchema` instead. */
|
|
2611
|
+
export const outboundSchema = Owasp$outboundSchema;
|
|
2612
|
+
/** @deprecated use `Owasp$Outbound` instead. */
|
|
2613
|
+
export type Outbound = Owasp$Outbound;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
export function owaspToJSON(owasp: Owasp): string {
|
|
2617
|
+
return JSON.stringify(Owasp$outboundSchema.parse(owasp));
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
export function owaspFromJSON(
|
|
2621
|
+
jsonString: string,
|
|
2622
|
+
): SafeParseResult<Owasp, SDKValidationError> {
|
|
2623
|
+
return safeParse(
|
|
2624
|
+
jsonString,
|
|
2625
|
+
(x) => Owasp$inboundSchema.parse(JSON.parse(x)),
|
|
2626
|
+
`Failed to parse 'Owasp' from JSON`,
|
|
2627
|
+
);
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
/** @internal */
|
|
2631
|
+
export const GetFirewallConfigManagedRules$inboundSchema: z.ZodType<
|
|
2632
|
+
GetFirewallConfigManagedRules,
|
|
2633
|
+
z.ZodTypeDef,
|
|
2634
|
+
unknown
|
|
2635
|
+
> = z.object({
|
|
2636
|
+
bot_protection: z.lazy(() => BotProtection$inboundSchema).optional(),
|
|
2637
|
+
ai_bots: z.lazy(() => AiBots$inboundSchema).optional(),
|
|
2638
|
+
owasp: z.lazy(() => Owasp$inboundSchema).optional(),
|
|
2639
|
+
}).transform((v) => {
|
|
2640
|
+
return remap$(v, {
|
|
2641
|
+
"bot_protection": "botProtection",
|
|
2642
|
+
"ai_bots": "aiBots",
|
|
2643
|
+
});
|
|
2644
|
+
});
|
|
2645
|
+
|
|
2646
|
+
/** @internal */
|
|
2647
|
+
export type GetFirewallConfigManagedRules$Outbound = {
|
|
2648
|
+
bot_protection?: BotProtection$Outbound | undefined;
|
|
2649
|
+
ai_bots?: AiBots$Outbound | undefined;
|
|
2650
|
+
owasp?: Owasp$Outbound | undefined;
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
/** @internal */
|
|
2654
|
+
export const GetFirewallConfigManagedRules$outboundSchema: z.ZodType<
|
|
2655
|
+
GetFirewallConfigManagedRules$Outbound,
|
|
2656
|
+
z.ZodTypeDef,
|
|
2657
|
+
GetFirewallConfigManagedRules
|
|
2658
|
+
> = z.object({
|
|
2659
|
+
botProtection: z.lazy(() => BotProtection$outboundSchema).optional(),
|
|
2660
|
+
aiBots: z.lazy(() => AiBots$outboundSchema).optional(),
|
|
2661
|
+
owasp: z.lazy(() => Owasp$outboundSchema).optional(),
|
|
2662
|
+
}).transform((v) => {
|
|
2663
|
+
return remap$(v, {
|
|
2664
|
+
botProtection: "bot_protection",
|
|
2665
|
+
aiBots: "ai_bots",
|
|
2666
|
+
});
|
|
2667
|
+
});
|
|
2668
|
+
|
|
2378
2669
|
/**
|
|
2379
2670
|
* @internal
|
|
2380
2671
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -2424,9 +2715,8 @@ export const GetFirewallConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
2424
2715
|
rules: z.array(z.lazy(() => GetFirewallConfigRules$inboundSchema)),
|
|
2425
2716
|
ips: z.array(z.lazy(() => GetFirewallConfigIps$inboundSchema)),
|
|
2426
2717
|
changes: z.array(z.lazy(() => Changes$inboundSchema)),
|
|
2427
|
-
managedRules: z.
|
|
2428
|
-
|
|
2429
|
-
).optional(),
|
|
2718
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$inboundSchema)
|
|
2719
|
+
.optional(),
|
|
2430
2720
|
});
|
|
2431
2721
|
|
|
2432
2722
|
/** @internal */
|
|
@@ -2441,9 +2731,7 @@ export type GetFirewallConfigResponseBody$Outbound = {
|
|
|
2441
2731
|
rules: Array<GetFirewallConfigRules$Outbound>;
|
|
2442
2732
|
ips: Array<GetFirewallConfigIps$Outbound>;
|
|
2443
2733
|
changes: Array<Changes$Outbound>;
|
|
2444
|
-
managedRules?:
|
|
2445
|
-
| { [k: string]: GetFirewallConfigManagedRules$Outbound }
|
|
2446
|
-
| undefined;
|
|
2734
|
+
managedRules?: GetFirewallConfigManagedRules$Outbound | undefined;
|
|
2447
2735
|
};
|
|
2448
2736
|
|
|
2449
2737
|
/** @internal */
|
|
@@ -2462,9 +2750,8 @@ export const GetFirewallConfigResponseBody$outboundSchema: z.ZodType<
|
|
|
2462
2750
|
rules: z.array(z.lazy(() => GetFirewallConfigRules$outboundSchema)),
|
|
2463
2751
|
ips: z.array(z.lazy(() => GetFirewallConfigIps$outboundSchema)),
|
|
2464
2752
|
changes: z.array(z.lazy(() => Changes$outboundSchema)),
|
|
2465
|
-
managedRules: z.
|
|
2466
|
-
|
|
2467
|
-
).optional(),
|
|
2753
|
+
managedRules: z.lazy(() => GetFirewallConfigManagedRules$outboundSchema)
|
|
2754
|
+
.optional(),
|
|
2468
2755
|
});
|
|
2469
2756
|
|
|
2470
2757
|
/**
|