@vercel/sdk 1.0.0-canary.10
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/.devcontainer/README.md +35 -0
- package/LICENSE +201 -0
- package/README.md +838 -0
- package/docs/sdks/accessgroups/README.md +916 -0
- package/docs/sdks/aliases/README.md +420 -0
- package/docs/sdks/artifacts/README.md +491 -0
- package/docs/sdks/authentication/README.md +375 -0
- package/docs/sdks/certs/README.md +307 -0
- package/docs/sdks/checks/README.md +484 -0
- package/docs/sdks/deployments/README.md +778 -0
- package/docs/sdks/dns/README.md +377 -0
- package/docs/sdks/domains/README.md +827 -0
- package/docs/sdks/edgeconfig/README.md +1231 -0
- package/docs/sdks/integrations/README.md +390 -0
- package/docs/sdks/logdrains/README.md +556 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projectmembers/README.md +258 -0
- package/docs/sdks/projects/README.md +1590 -0
- package/docs/sdks/security/README.md +313 -0
- package/docs/sdks/teams/README.md +1148 -0
- package/docs/sdks/user/README.md +239 -0
- package/docs/sdks/vercel/README.md +5 -0
- package/docs/sdks/webhooks/README.md +305 -0
- package/esm/core.d.ts +10 -0
- package/esm/core.d.ts.map +1 -0
- package/esm/core.js +13 -0
- package/esm/core.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js +74 -0
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +77 -0
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +82 -0
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +81 -0
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts +15 -0
- package/esm/funcs/accessGroupsListAccessGroups.d.ts.map +1 -0
- package/esm/funcs/accessGroupsListAccessGroups.js +79 -0
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js +79 -0
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +80 -0
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +80 -0
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts +15 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.d.ts.map +1 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +81 -0
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -0
- package/esm/funcs/aliasesAssignAlias.d.ts +15 -0
- package/esm/funcs/aliasesAssignAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesAssignAlias.js +80 -0
- package/esm/funcs/aliasesAssignAlias.js.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts +15 -0
- package/esm/funcs/aliasesDeleteAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesDeleteAlias.js +79 -0
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -0
- package/esm/funcs/aliasesGetAlias.d.ts +15 -0
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -0
- package/esm/funcs/aliasesGetAlias.js +83 -0
- package/esm/funcs/aliasesGetAlias.js.map +1 -0
- package/esm/funcs/aliasesListAliases.d.ts +15 -0
- package/esm/funcs/aliasesListAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListAliases.js +80 -0
- package/esm/funcs/aliasesListAliases.js.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts +15 -0
- package/esm/funcs/aliasesListDeploymentAliases.d.ts.map +1 -0
- package/esm/funcs/aliasesListDeploymentAliases.js +79 -0
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -0
- package/esm/funcs/artifactsArtifactExists.d.ts +15 -0
- package/esm/funcs/artifactsArtifactExists.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactExists.js +80 -0
- package/esm/funcs/artifactsArtifactExists.js.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts +17 -0
- package/esm/funcs/artifactsArtifactQuery.d.ts.map +1 -0
- package/esm/funcs/artifactsArtifactQuery.js +75 -0
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsDownloadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsDownloadArtifact.js +84 -0
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -0
- package/esm/funcs/artifactsRecordEvents.d.ts +15 -0
- package/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
- package/esm/funcs/artifactsRecordEvents.js +77 -0
- package/esm/funcs/artifactsRecordEvents.js.map +1 -0
- package/esm/funcs/artifactsStatus.d.ts +15 -0
- package/esm/funcs/artifactsStatus.d.ts.map +1 -0
- package/esm/funcs/artifactsStatus.js +73 -0
- package/esm/funcs/artifactsStatus.js.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts +15 -0
- package/esm/funcs/artifactsUploadArtifact.d.ts.map +1 -0
- package/esm/funcs/artifactsUploadArtifact.js +85 -0
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationCreateAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationCreateAuthToken.js +74 -0
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationDeleteAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationDeleteAuthToken.js +74 -0
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts +15 -0
- package/esm/funcs/authenticationGetAuthToken.d.ts.map +1 -0
- package/esm/funcs/authenticationGetAuthToken.js +74 -0
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts +15 -0
- package/esm/funcs/authenticationListAuthTokens.d.ts.map +1 -0
- package/esm/funcs/authenticationListAuthTokens.js +59 -0
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -0
- package/esm/funcs/certsGetCertById.d.ts +15 -0
- package/esm/funcs/certsGetCertById.d.ts.map +1 -0
- package/esm/funcs/certsGetCertById.js +79 -0
- package/esm/funcs/certsGetCertById.js.map +1 -0
- package/esm/funcs/certsIssueCert.d.ts +15 -0
- package/esm/funcs/certsIssueCert.d.ts.map +1 -0
- package/esm/funcs/certsIssueCert.js +74 -0
- package/esm/funcs/certsIssueCert.js.map +1 -0
- package/esm/funcs/certsRemoveCert.d.ts +15 -0
- package/esm/funcs/certsRemoveCert.d.ts.map +1 -0
- package/esm/funcs/certsRemoveCert.js +79 -0
- package/esm/funcs/certsRemoveCert.js.map +1 -0
- package/esm/funcs/certsUploadCert.d.ts +15 -0
- package/esm/funcs/certsUploadCert.d.ts.map +1 -0
- package/esm/funcs/certsUploadCert.js +74 -0
- package/esm/funcs/certsUploadCert.js.map +1 -0
- package/esm/funcs/checksCreateCheck.d.ts +15 -0
- package/esm/funcs/checksCreateCheck.d.ts.map +1 -0
- package/esm/funcs/checksCreateCheck.js +80 -0
- package/esm/funcs/checksCreateCheck.js.map +1 -0
- package/esm/funcs/checksGetAllChecks.d.ts +15 -0
- package/esm/funcs/checksGetAllChecks.d.ts.map +1 -0
- package/esm/funcs/checksGetAllChecks.js +79 -0
- package/esm/funcs/checksGetAllChecks.js.map +1 -0
- package/esm/funcs/checksGetCheck.d.ts +15 -0
- package/esm/funcs/checksGetCheck.d.ts.map +1 -0
- package/esm/funcs/checksGetCheck.js +83 -0
- package/esm/funcs/checksGetCheck.js.map +1 -0
- package/esm/funcs/checksRerequestCheck.d.ts +15 -0
- package/esm/funcs/checksRerequestCheck.d.ts.map +1 -0
- package/esm/funcs/checksRerequestCheck.js +83 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -0
- package/esm/funcs/checksUpdateCheck.d.ts +15 -0
- package/esm/funcs/checksUpdateCheck.d.ts.map +1 -0
- package/esm/funcs/checksUpdateCheck.js +84 -0
- package/esm/funcs/checksUpdateCheck.js.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCancelDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCancelDeployment.js +79 -0
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsCreateDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsCreateDeployment.js +76 -0
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsDeleteDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsDeleteDeployment.js +80 -0
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployment.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployment.js +80 -0
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js +89 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +85 -0
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts +15 -0
- package/esm/funcs/deploymentsGetDeployments.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetDeployments.js +84 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts +16 -0
- package/esm/funcs/deploymentsListDeploymentFiles.d.ts.map +1 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js +81 -0
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -0
- package/esm/funcs/deploymentsUploadFile.d.ts +15 -0
- package/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
- package/esm/funcs/deploymentsUploadFile.js +83 -0
- package/esm/funcs/deploymentsUploadFile.js.map +1 -0
- package/esm/funcs/dnsCreateRecord.d.ts +15 -0
- package/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsCreateRecord.js +80 -0
- package/esm/funcs/dnsCreateRecord.js.map +1 -0
- package/esm/funcs/dnsGetRecords.d.ts +15 -0
- package/esm/funcs/dnsGetRecords.d.ts.map +1 -0
- package/esm/funcs/dnsGetRecords.js +82 -0
- package/esm/funcs/dnsGetRecords.js.map +1 -0
- package/esm/funcs/dnsRemoveRecord.d.ts +15 -0
- package/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
- package/esm/funcs/dnsRemoveRecord.js +83 -0
- package/esm/funcs/dnsRemoveRecord.js.map +1 -0
- package/esm/funcs/dnsUpdateRecord.d.ts +15 -0
- package/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
- package/esm/funcs/dnsUpdateRecord.js +80 -0
- package/esm/funcs/dnsUpdateRecord.js.map +1 -0
- package/esm/funcs/domainsBuyDomain.d.ts +15 -0
- package/esm/funcs/domainsBuyDomain.d.ts.map +1 -0
- package/esm/funcs/domainsBuyDomain.js +74 -0
- package/esm/funcs/domainsBuyDomain.js.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainPrice.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainPrice.js +75 -0
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts +15 -0
- package/esm/funcs/domainsCheckDomainStatus.d.ts.map +1 -0
- package/esm/funcs/domainsCheckDomainStatus.js +74 -0
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +15 -0
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +74 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -0
- package/esm/funcs/domainsDeleteDomain.d.ts +15 -0
- package/esm/funcs/domainsDeleteDomain.d.ts.map +1 -0
- package/esm/funcs/domainsDeleteDomain.js +79 -0
- package/esm/funcs/domainsDeleteDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomain.d.ts +15 -0
- package/esm/funcs/domainsGetDomain.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomain.js +79 -0
- package/esm/funcs/domainsGetDomain.js.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts +15 -0
- package/esm/funcs/domainsGetDomainConfig.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainConfig.js +80 -0
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts +15 -0
- package/esm/funcs/domainsGetDomainTransfer.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomainTransfer.js +79 -0
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -0
- package/esm/funcs/domainsGetDomains.d.ts +15 -0
- package/esm/funcs/domainsGetDomains.d.ts.map +1 -0
- package/esm/funcs/domainsGetDomains.js +76 -0
- package/esm/funcs/domainsGetDomains.js.map +1 -0
- package/esm/funcs/domainsPatchDomain.d.ts +15 -0
- package/esm/funcs/domainsPatchDomain.d.ts.map +1 -0
- package/esm/funcs/domainsPatchDomain.js +80 -0
- package/esm/funcs/domainsPatchDomain.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +74 -0
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts +15 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +80 -0
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +80 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts +15 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +81 -0
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +82 -0
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +81 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +79 -0
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +84 -0
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts +16 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +80 -0
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts +15 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.d.ts.map +1 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +74 -0
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts +15 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.d.ts.map +1 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +81 -0
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts +15 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.d.ts.map +1 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +80 -0
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsDeleteConfiguration.js +80 -0
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
- package/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfiguration.js +79 -0
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
- package/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurations.js +76 -0
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts +15 -0
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +1 -0
- package/esm/funcs/integrationsGitNamespaces.js +74 -0
- package/esm/funcs/integrationsGitNamespaces.js.map +1 -0
- package/esm/funcs/integrationsSearchRepo.d.ts +15 -0
- package/esm/funcs/integrationsSearchRepo.d.ts.map +1 -0
- package/esm/funcs/integrationsSearchRepo.js +78 -0
- package/esm/funcs/integrationsSearchRepo.js.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsCreateLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsCreateLogDrain.js +74 -0
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +80 -0
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js +75 -0
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +15 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +79 -0
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +15 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts.map +1 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +74 -0
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersAddProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersAddProjectMember.js +80 -0
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts +15 -0
- package/esm/funcs/projectMembersGetProjectMembers.d.ts.map +1 -0
- package/esm/funcs/projectMembersGetProjectMembers.js +83 -0
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts +15 -0
- package/esm/funcs/projectMembersRemoveProjectMember.d.ts.map +1 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js +83 -0
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsAddProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsAddProjectDomain.js +80 -0
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +15 -0
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProject.js +74 -0
- package/esm/funcs/projectsCreateProject.js.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsCreateProjectEnv.js +81 -0
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -0
- package/esm/funcs/projectsDeleteProject.d.ts +15 -0
- package/esm/funcs/projectsDeleteProject.d.ts.map +1 -0
- package/esm/funcs/projectsDeleteProject.js +80 -0
- package/esm/funcs/projectsDeleteProject.js.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsEditProjectEnv.js +84 -0
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts +15 -0
- package/esm/funcs/projectsFilterProjectEnvs.d.ts.map +1 -0
- package/esm/funcs/projectsFilterProjectEnvs.js +82 -0
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomain.js +83 -0
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsGetProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectEnv.js +83 -0
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -0
- package/esm/funcs/projectsGetProjects.d.ts +15 -0
- package/esm/funcs/projectsGetProjects.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjects.js +84 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts +15 -0
- package/esm/funcs/projectsListPromoteAliases.d.ts.map +1 -0
- package/esm/funcs/projectsListPromoteAliases.js +83 -0
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.js +83 -0
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts +15 -0
- package/esm/funcs/projectsRemoveProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsRemoveProjectEnv.js +83 -0
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -0
- package/esm/funcs/projectsRequestPromote.d.ts +15 -0
- package/esm/funcs/projectsRequestPromote.d.ts.map +1 -0
- package/esm/funcs/projectsRequestPromote.js +84 -0
- package/esm/funcs/projectsRequestPromote.js.map +1 -0
- package/esm/funcs/projectsUpdateProject.d.ts +15 -0
- package/esm/funcs/projectsUpdateProject.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProject.js +80 -0
- package/esm/funcs/projectsUpdateProject.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDataCache.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js +80 -0
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectDomain.js +84 -0
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts +15 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.d.ts.map +1 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +80 -0
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts +15 -0
- package/esm/funcs/projectsVerifyProjectDomain.d.ts.map +1 -0
- package/esm/funcs/projectsVerifyProjectDomain.js +83 -0
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityGetFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityGetFirewallConfig.js +80 -0
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +75 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts +15 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.d.ts.map +1 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js +74 -0
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts +15 -0
- package/esm/funcs/securityUpdateFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityUpdateFirewallConfig.js +75 -0
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -0
- package/esm/funcs/teamsCreateTeam.d.ts +15 -0
- package/esm/funcs/teamsCreateTeam.d.ts.map +1 -0
- package/esm/funcs/teamsCreateTeam.js +71 -0
- package/esm/funcs/teamsCreateTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeam.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeam.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeam.js +80 -0
- package/esm/funcs/teamsDeleteTeam.js.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts +15 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.d.ts.map +1 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js +78 -0
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -0
- package/esm/funcs/teamsGetTeam.d.ts +17 -0
- package/esm/funcs/teamsGetTeam.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeam.js +79 -0
- package/esm/funcs/teamsGetTeam.js.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts +15 -0
- package/esm/funcs/teamsGetTeamAccessRequest.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js +78 -0
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts +15 -0
- package/esm/funcs/teamsGetTeamMembers.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeamMembers.js +84 -0
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -0
- package/esm/funcs/teamsGetTeams.d.ts +15 -0
- package/esm/funcs/teamsGetTeams.d.ts.map +1 -0
- package/esm/funcs/teamsGetTeams.js +74 -0
- package/esm/funcs/teamsGetTeams.js.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts +15 -0
- package/esm/funcs/teamsInviteUserToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsInviteUserToTeam.js +75 -0
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -0
- package/esm/funcs/teamsJoinTeam.d.ts +15 -0
- package/esm/funcs/teamsJoinTeam.d.ts.map +1 -0
- package/esm/funcs/teamsJoinTeam.js +75 -0
- package/esm/funcs/teamsJoinTeam.js.map +1 -0
- package/esm/funcs/teamsPatchTeam.d.ts +17 -0
- package/esm/funcs/teamsPatchTeam.d.ts.map +1 -0
- package/esm/funcs/teamsPatchTeam.js +80 -0
- package/esm/funcs/teamsPatchTeam.js.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts +15 -0
- package/esm/funcs/teamsRemoveTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsRemoveTeamMember.js +82 -0
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts +15 -0
- package/esm/funcs/teamsRequestAccessToTeam.d.ts.map +1 -0
- package/esm/funcs/teamsRequestAccessToTeam.js +75 -0
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts +15 -0
- package/esm/funcs/teamsUpdateTeamMember.d.ts.map +1 -0
- package/esm/funcs/teamsUpdateTeamMember.js +79 -0
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -0
- package/esm/funcs/userGetAuthUser.d.ts +15 -0
- package/esm/funcs/userGetAuthUser.d.ts.map +1 -0
- package/esm/funcs/userGetAuthUser.js +59 -0
- package/esm/funcs/userGetAuthUser.js.map +1 -0
- package/esm/funcs/userListUserEvents.d.ts +15 -0
- package/esm/funcs/userListUserEvents.d.ts.map +1 -0
- package/esm/funcs/userListUserEvents.js +79 -0
- package/esm/funcs/userListUserEvents.js.map +1 -0
- package/esm/funcs/userRequestDelete.d.ts +15 -0
- package/esm/funcs/userRequestDelete.d.ts.map +1 -0
- package/esm/funcs/userRequestDelete.js +71 -0
- package/esm/funcs/userRequestDelete.js.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts +15 -0
- package/esm/funcs/webhooksCreateWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksCreateWebhook.js +74 -0
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts +15 -0
- package/esm/funcs/webhooksDeleteWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksDeleteWebhook.js +80 -0
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhook.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhook.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhook.js +79 -0
- package/esm/funcs/webhooksGetWebhook.js.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts +15 -0
- package/esm/funcs/webhooksGetWebhooks.d.ts.map +1 -0
- package/esm/funcs/webhooksGetWebhooks.js +74 -0
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -0
- package/esm/hooks/hooks.d.ts +24 -0
- package/esm/hooks/hooks.d.ts.map +1 -0
- package/esm/hooks/hooks.js +64 -0
- package/esm/hooks/hooks.js.map +1 -0
- package/esm/hooks/registration.d.ts +3 -0
- package/esm/hooks/registration.d.ts.map +1 -0
- package/esm/hooks/registration.js +12 -0
- package/esm/hooks/registration.js.map +1 -0
- package/esm/hooks/types.d.ts +76 -0
- package/esm/hooks/types.d.ts.map +1 -0
- package/esm/hooks/types.js +5 -0
- package/esm/hooks/types.js.map +1 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +7 -0
- package/esm/index.js.map +1 -0
- package/esm/lib/base64.d.ts +10 -0
- package/esm/lib/base64.d.ts.map +1 -0
- package/esm/lib/base64.js +29 -0
- package/esm/lib/base64.js.map +1 -0
- package/esm/lib/config.d.ts +34 -0
- package/esm/lib/config.d.ts.map +1 -0
- package/esm/lib/config.js +35 -0
- package/esm/lib/config.js.map +1 -0
- package/esm/lib/dlv.d.ts +14 -0
- package/esm/lib/dlv.d.ts.map +1 -0
- package/esm/lib/dlv.js +46 -0
- package/esm/lib/dlv.js.map +1 -0
- package/esm/lib/encodings.d.ts +51 -0
- package/esm/lib/encodings.d.ts.map +1 -0
- package/esm/lib/encodings.js +330 -0
- package/esm/lib/encodings.js.map +1 -0
- package/esm/lib/files.d.ts +8 -0
- package/esm/lib/files.d.ts.map +1 -0
- package/esm/lib/files.js +33 -0
- package/esm/lib/files.js.map +1 -0
- package/esm/lib/http.d.ts +67 -0
- package/esm/lib/http.d.ts.map +1 -0
- package/esm/lib/http.js +208 -0
- package/esm/lib/http.js.map +1 -0
- package/esm/lib/is-plain-object.d.ts +2 -0
- package/esm/lib/is-plain-object.d.ts.map +1 -0
- package/esm/lib/is-plain-object.js +38 -0
- package/esm/lib/is-plain-object.js.map +1 -0
- package/esm/lib/logger.d.ts +6 -0
- package/esm/lib/logger.d.ts.map +1 -0
- package/esm/lib/logger.js +5 -0
- package/esm/lib/logger.js.map +1 -0
- package/esm/lib/matchers.d.ts +64 -0
- package/esm/lib/matchers.d.ts.map +1 -0
- package/esm/lib/matchers.js +187 -0
- package/esm/lib/matchers.js.map +1 -0
- package/esm/lib/primitives.d.ts +20 -0
- package/esm/lib/primitives.d.ts.map +1 -0
- package/esm/lib/primitives.js +37 -0
- package/esm/lib/primitives.js.map +1 -0
- package/esm/lib/retries.d.ts +38 -0
- package/esm/lib/retries.d.ts.map +1 -0
- package/esm/lib/retries.js +149 -0
- package/esm/lib/retries.js.map +1 -0
- package/esm/lib/schemas.d.ts +19 -0
- package/esm/lib/schemas.d.ts.map +1 -0
- package/esm/lib/schemas.js +54 -0
- package/esm/lib/schemas.js.map +1 -0
- package/esm/lib/sdks.d.ts +56 -0
- package/esm/lib/sdks.d.ts.map +1 -0
- package/esm/lib/sdks.js +269 -0
- package/esm/lib/sdks.js.map +1 -0
- package/esm/lib/security.d.ts +82 -0
- package/esm/lib/security.d.ts.map +1 -0
- package/esm/lib/security.js +131 -0
- package/esm/lib/security.js.map +1 -0
- package/esm/lib/url.d.ts +5 -0
- package/esm/lib/url.d.ts.map +1 -0
- package/esm/lib/url.js +22 -0
- package/esm/lib/url.js.map +1 -0
- package/esm/models/components/aclaction.d.ts +43 -0
- package/esm/models/components/aclaction.d.ts.map +1 -0
- package/esm/models/components/aclaction.js +31 -0
- package/esm/models/components/aclaction.js.map +1 -0
- package/esm/models/components/authtoken.d.ts +304 -0
- package/esm/models/components/authtoken.d.ts.map +1 -0
- package/esm/models/components/authtoken.js +234 -0
- package/esm/models/components/authtoken.js.map +1 -0
- package/esm/models/components/authuser.d.ts +1057 -0
- package/esm/models/components/authuser.d.ts.map +1 -0
- package/esm/models/components/authuser.js +780 -0
- package/esm/models/components/authuser.js.map +1 -0
- package/esm/models/components/authuserlimited.d.ts +99 -0
- package/esm/models/components/authuserlimited.d.ts.map +1 -0
- package/esm/models/components/authuserlimited.js +66 -0
- package/esm/models/components/authuserlimited.js.map +1 -0
- package/esm/models/components/edgeconfigitem.d.ts +43 -0
- package/esm/models/components/edgeconfigitem.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitem.js +42 -0
- package/esm/models/components/edgeconfigitem.js.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts +29 -0
- package/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/esm/models/components/edgeconfigitemvalue.js +39 -0
- package/esm/models/components/edgeconfigitemvalue.js.map +1 -0
- package/esm/models/components/edgeconfigtoken.d.ts +43 -0
- package/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/esm/models/components/edgeconfigtoken.js +39 -0
- package/esm/models/components/edgeconfigtoken.js.map +1 -0
- package/esm/models/components/filetree.d.ts +109 -0
- package/esm/models/components/filetree.d.ts.map +1 -0
- package/esm/models/components/filetree.js +69 -0
- package/esm/models/components/filetree.js.map +1 -0
- package/esm/models/components/flagjsonvalue.d.ts +29 -0
- package/esm/models/components/flagjsonvalue.d.ts.map +1 -0
- package/esm/models/components/flagjsonvalue.js +39 -0
- package/esm/models/components/flagjsonvalue.js.map +1 -0
- package/esm/models/components/pagination.d.ts +45 -0
- package/esm/models/components/pagination.d.ts.map +1 -0
- package/esm/models/components/pagination.js +35 -0
- package/esm/models/components/pagination.js.map +1 -0
- package/esm/models/components/security.d.ts +29 -0
- package/esm/models/components/security.d.ts.map +1 -0
- package/esm/models/components/security.js +31 -0
- package/esm/models/components/security.js.map +1 -0
- package/esm/models/components/teamlimited.d.ts +440 -0
- package/esm/models/components/teamlimited.d.ts.map +1 -0
- package/esm/models/components/teamlimited.js +327 -0
- package/esm/models/components/teamlimited.js.map +1 -0
- package/esm/models/components/userevent.d.ts +28 -0
- package/esm/models/components/userevent.d.ts.map +1 -0
- package/esm/models/components/userevent.js +27 -0
- package/esm/models/components/userevent.js.map +1 -0
- package/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/esm/models/errors/httpclienterrors.js +69 -0
- package/esm/models/errors/httpclienterrors.js.map +1 -0
- package/esm/models/errors/sdkerror.d.ts +8 -0
- package/esm/models/errors/sdkerror.d.ts.map +1 -0
- package/esm/models/errors/sdkerror.js +17 -0
- package/esm/models/errors/sdkerror.js.map +1 -0
- package/esm/models/errors/sdkvalidationerror.d.ts +20 -0
- package/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/esm/models/errors/sdkvalidationerror.js +77 -0
- package/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/esm/models/operations/addprojectdomain.d.ts +213 -0
- package/esm/models/operations/addprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/addprojectdomain.js +179 -0
- package/esm/models/operations/addprojectdomain.js.map +1 -0
- package/esm/models/operations/addprojectmember.d.ts +325 -0
- package/esm/models/operations/addprojectmember.d.ts.map +1 -0
- package/esm/models/operations/addprojectmember.js +271 -0
- package/esm/models/operations/addprojectmember.js.map +1 -0
- package/esm/models/operations/artifactexists.d.ts +42 -0
- package/esm/models/operations/artifactexists.d.ts.map +1 -0
- package/esm/models/operations/artifactexists.js +35 -0
- package/esm/models/operations/artifactexists.js.map +1 -0
- package/esm/models/operations/artifactquery.d.ts +167 -0
- package/esm/models/operations/artifactquery.d.ts.map +1 -0
- package/esm/models/operations/artifactquery.js +176 -0
- package/esm/models/operations/artifactquery.js.map +1 -0
- package/esm/models/operations/assignalias.d.ts +123 -0
- package/esm/models/operations/assignalias.d.ts.map +1 -0
- package/esm/models/operations/assignalias.js +104 -0
- package/esm/models/operations/assignalias.js.map +1 -0
- package/esm/models/operations/buydomain.d.ts +264 -0
- package/esm/models/operations/buydomain.d.ts.map +1 -0
- package/esm/models/operations/buydomain.js +236 -0
- package/esm/models/operations/buydomain.js.map +1 -0
- package/esm/models/operations/canceldeployment.d.ts +2936 -0
- package/esm/models/operations/canceldeployment.d.ts.map +1 -0
- package/esm/models/operations/canceldeployment.js +2690 -0
- package/esm/models/operations/canceldeployment.js.map +1 -0
- package/esm/models/operations/checkdomainprice.d.ts +109 -0
- package/esm/models/operations/checkdomainprice.d.ts.map +1 -0
- package/esm/models/operations/checkdomainprice.js +82 -0
- package/esm/models/operations/checkdomainprice.js.map +1 -0
- package/esm/models/operations/checkdomainstatus.d.ts +70 -0
- package/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/esm/models/operations/checkdomainstatus.js +60 -0
- package/esm/models/operations/checkdomainstatus.js.map +1 -0
- package/esm/models/operations/createaccessgroup.d.ts +194 -0
- package/esm/models/operations/createaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroup.js +164 -0
- package/esm/models/operations/createaccessgroup.js.map +1 -0
- package/esm/models/operations/createaccessgroupproject.d.ts +172 -0
- package/esm/models/operations/createaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/createaccessgroupproject.js +154 -0
- package/esm/models/operations/createaccessgroupproject.js.map +1 -0
- package/esm/models/operations/createauthtoken.d.ts +103 -0
- package/esm/models/operations/createauthtoken.d.ts.map +1 -0
- package/esm/models/operations/createauthtoken.js +101 -0
- package/esm/models/operations/createauthtoken.js.map +1 -0
- package/esm/models/operations/createcheck.d.ts +531 -0
- package/esm/models/operations/createcheck.d.ts.map +1 -0
- package/esm/models/operations/createcheck.js +487 -0
- package/esm/models/operations/createcheck.js.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts +445 -0
- package/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/createconfigurablelogdrain.js +353 -0
- package/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +3934 -0
- package/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/esm/models/operations/createdeployment.js +3463 -0
- package/esm/models/operations/createdeployment.js.map +1 -0
- package/esm/models/operations/createedgeconfig.d.ts +332 -0
- package/esm/models/operations/createedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfig.js +407 -0
- package/esm/models/operations/createedgeconfig.js.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts +93 -0
- package/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/createedgeconfigtoken.js +100 -0
- package/esm/models/operations/createedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- package/esm/models/operations/createlogdrain.d.ts +440 -0
- package/esm/models/operations/createlogdrain.d.ts.map +1 -0
- package/esm/models/operations/createlogdrain.js +298 -0
- package/esm/models/operations/createlogdrain.js.map +1 -0
- package/esm/models/operations/createortransferdomain.d.ts +388 -0
- package/esm/models/operations/createortransferdomain.d.ts.map +1 -0
- package/esm/models/operations/createortransferdomain.js +310 -0
- package/esm/models/operations/createortransferdomain.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +5219 -0
- package/esm/models/operations/createproject.d.ts.map +1 -0
- package/esm/models/operations/createproject.js +4624 -0
- package/esm/models/operations/createproject.js.map +1 -0
- package/esm/models/operations/createprojectenv.d.ts +2820 -0
- package/esm/models/operations/createprojectenv.d.ts.map +1 -0
- package/esm/models/operations/createprojectenv.js +2660 -0
- package/esm/models/operations/createprojectenv.js.map +1 -0
- package/esm/models/operations/createrecord.d.ts +1216 -0
- package/esm/models/operations/createrecord.d.ts.map +1 -0
- package/esm/models/operations/createrecord.js +884 -0
- package/esm/models/operations/createrecord.js.map +1 -0
- package/esm/models/operations/createteam.d.ts +190 -0
- package/esm/models/operations/createteam.d.ts.map +1 -0
- package/esm/models/operations/createteam.js +149 -0
- package/esm/models/operations/createteam.js.map +1 -0
- package/esm/models/operations/createwebhook.d.ts +422 -0
- package/esm/models/operations/createwebhook.d.ts.map +1 -0
- package/esm/models/operations/createwebhook.js +232 -0
- package/esm/models/operations/createwebhook.js.map +1 -0
- package/esm/models/operations/deleteaccessgroup.d.ts +39 -0
- package/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroup.js +35 -0
- package/esm/models/operations/deleteaccessgroup.js.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts +41 -0
- package/esm/models/operations/deleteaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/deleteaccessgroupproject.js +37 -0
- package/esm/models/operations/deleteaccessgroupproject.js.map +1 -0
- package/esm/models/operations/deletealias.d.ts +93 -0
- package/esm/models/operations/deletealias.d.ts.map +1 -0
- package/esm/models/operations/deletealias.js +78 -0
- package/esm/models/operations/deletealias.js.map +1 -0
- package/esm/models/operations/deleteauthtoken.d.ts +63 -0
- package/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/esm/models/operations/deleteauthtoken.js +56 -0
- package/esm/models/operations/deleteauthtoken.js.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts +39 -0
- package/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js +35 -0
- package/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/deleteconfiguration.d.ts +39 -0
- package/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/esm/models/operations/deleteconfiguration.js +35 -0
- package/esm/models/operations/deleteconfiguration.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +112 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/esm/models/operations/deletedeployment.js +85 -0
- package/esm/models/operations/deletedeployment.js.map +1 -0
- package/esm/models/operations/deletedomain.d.ts +73 -0
- package/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/esm/models/operations/deletedomain.js +60 -0
- package/esm/models/operations/deletedomain.js.map +1 -0
- package/esm/models/operations/deleteedgeconfig.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfig.js +35 -0
- package/esm/models/operations/deleteedgeconfig.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts +39 -0
- package/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigschema.js +35 -0
- package/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts +66 -0
- package/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/deleteedgeconfigtokens.js +73 -0
- package/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts +42 -0
- package/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/esm/models/operations/deleteintegrationlogdrain.js +35 -0
- package/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/esm/models/operations/deleteproject.d.ts +42 -0
- package/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/esm/models/operations/deleteproject.js +35 -0
- package/esm/models/operations/deleteproject.js.map +1 -0
- package/esm/models/operations/deleteteam.d.ts +144 -0
- package/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/esm/models/operations/deleteteam.js +125 -0
- package/esm/models/operations/deleteteam.js.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts +68 -0
- package/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/esm/models/operations/deleteteaminvitecode.js +58 -0
- package/esm/models/operations/deleteteaminvitecode.js.map +1 -0
- package/esm/models/operations/deletewebhook.d.ts +39 -0
- package/esm/models/operations/deletewebhook.d.ts.map +1 -0
- package/esm/models/operations/deletewebhook.js +35 -0
- package/esm/models/operations/deletewebhook.js.map +1 -0
- package/esm/models/operations/downloadartifact.d.ts +52 -0
- package/esm/models/operations/downloadartifact.d.ts.map +1 -0
- package/esm/models/operations/downloadartifact.js +50 -0
- package/esm/models/operations/downloadartifact.js.map +1 -0
- package/esm/models/operations/editprojectenv.d.ts +1188 -0
- package/esm/models/operations/editprojectenv.d.ts.map +1 -0
- package/esm/models/operations/editprojectenv.js +1118 -0
- package/esm/models/operations/editprojectenv.js.map +1 -0
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- package/esm/models/operations/filterprojectenvs.d.ts +3154 -0
- package/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/esm/models/operations/filterprojectenvs.js +3045 -0
- package/esm/models/operations/filterprojectenvs.js.map +1 -0
- package/esm/models/operations/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- package/esm/models/operations/getalias.d.ts +508 -0
- package/esm/models/operations/getalias.d.ts.map +1 -0
- package/esm/models/operations/getalias.js +406 -0
- package/esm/models/operations/getalias.js.map +1 -0
- package/esm/models/operations/getallchecks.d.ts +495 -0
- package/esm/models/operations/getallchecks.d.ts.map +1 -0
- package/esm/models/operations/getallchecks.js +462 -0
- package/esm/models/operations/getallchecks.js.map +1 -0
- package/esm/models/operations/getalllogdrains.d.ts +289 -0
- package/esm/models/operations/getalllogdrains.d.ts.map +1 -0
- package/esm/models/operations/getalllogdrains.js +228 -0
- package/esm/models/operations/getalllogdrains.js.map +1 -0
- package/esm/models/operations/getauthtoken.d.ts +64 -0
- package/esm/models/operations/getauthtoken.d.ts.map +1 -0
- package/esm/models/operations/getauthtoken.js +57 -0
- package/esm/models/operations/getauthtoken.js.map +1 -0
- package/esm/models/operations/getauthuser.d.ts +55 -0
- package/esm/models/operations/getauthuser.d.ts.map +1 -0
- package/esm/models/operations/getauthuser.js +55 -0
- package/esm/models/operations/getauthuser.js.map +1 -0
- package/esm/models/operations/getcertbyid.d.ts +75 -0
- package/esm/models/operations/getcertbyid.d.ts.map +1 -0
- package/esm/models/operations/getcertbyid.js +68 -0
- package/esm/models/operations/getcertbyid.js.map +1 -0
- package/esm/models/operations/getcheck.d.ts +481 -0
- package/esm/models/operations/getcheck.d.ts.map +1 -0
- package/esm/models/operations/getcheck.js +444 -0
- package/esm/models/operations/getcheck.js.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts +286 -0
- package/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/esm/models/operations/getconfigurablelogdrain.js +227 -0
- package/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/esm/models/operations/getconfiguration.d.ts +756 -0
- package/esm/models/operations/getconfiguration.d.ts.map +1 -0
- package/esm/models/operations/getconfiguration.js +568 -0
- package/esm/models/operations/getconfiguration.js.map +1 -0
- package/esm/models/operations/getconfigurations.d.ts +995 -0
- package/esm/models/operations/getconfigurations.d.ts.map +1 -0
- package/esm/models/operations/getconfigurations.js +790 -0
- package/esm/models/operations/getconfigurations.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +4284 -0
- package/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/esm/models/operations/getdeployment.js +3955 -0
- package/esm/models/operations/getdeployment.js.map +1 -0
- package/esm/models/operations/getdeploymentevents.d.ts +137 -0
- package/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentevents.js +97 -0
- package/esm/models/operations/getdeploymentevents.js.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts +52 -0
- package/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/esm/models/operations/getdeploymentfilecontents.js +39 -0
- package/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/esm/models/operations/getdeployments.d.ts +1105 -0
- package/esm/models/operations/getdeployments.d.ts.map +1 -0
- package/esm/models/operations/getdeployments.js +723 -0
- package/esm/models/operations/getdeployments.js.map +1 -0
- package/esm/models/operations/getdomain.d.ts +245 -0
- package/esm/models/operations/getdomain.d.ts.map +1 -0
- package/esm/models/operations/getdomain.js +176 -0
- package/esm/models/operations/getdomain.js.map +1 -0
- package/esm/models/operations/getdomainconfig.d.ts +185 -0
- package/esm/models/operations/getdomainconfig.d.ts.map +1 -0
- package/esm/models/operations/getdomainconfig.js +135 -0
- package/esm/models/operations/getdomainconfig.js.map +1 -0
- package/esm/models/operations/getdomains.d.ts +259 -0
- package/esm/models/operations/getdomains.d.ts.map +1 -0
- package/esm/models/operations/getdomains.js +180 -0
- package/esm/models/operations/getdomains.js.map +1 -0
- package/esm/models/operations/getdomaintransfer.d.ts +169 -0
- package/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/esm/models/operations/getdomaintransfer.js +118 -0
- package/esm/models/operations/getdomaintransfer.js.map +1 -0
- package/esm/models/operations/getedgeconfig.d.ts +196 -0
- package/esm/models/operations/getedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfig.js +175 -0
- package/esm/models/operations/getedgeconfig.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts +398 -0
- package/esm/models/operations/getedgeconfigbackup.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackup.js +386 -0
- package/esm/models/operations/getedgeconfigbackup.js.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts +159 -0
- package/esm/models/operations/getedgeconfigbackups.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigbackups.js +157 -0
- package/esm/models/operations/getedgeconfigbackups.js.map +1 -0
- package/esm/models/operations/getedgeconfigitem.d.ts +41 -0
- package/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitem.js +37 -0
- package/esm/models/operations/getedgeconfigitem.js.map +1 -0
- package/esm/models/operations/getedgeconfigitems.d.ts +39 -0
- package/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigitems.js +35 -0
- package/esm/models/operations/getedgeconfigitems.js.map +1 -0
- package/esm/models/operations/getedgeconfigs.d.ts +191 -0
- package/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigs.js +174 -0
- package/esm/models/operations/getedgeconfigs.js.map +1 -0
- package/esm/models/operations/getedgeconfigschema.d.ts +63 -0
- package/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigschema.js +56 -0
- package/esm/models/operations/getedgeconfigschema.js.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts +41 -0
- package/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtoken.js +37 -0
- package/esm/models/operations/getedgeconfigtoken.js.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts +39 -0
- package/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/esm/models/operations/getedgeconfigtokens.js +35 -0
- package/esm/models/operations/getedgeconfigtokens.js.map +1 -0
- package/esm/models/operations/getfirewallconfig.d.ts +1347 -0
- package/esm/models/operations/getfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/getfirewallconfig.js +1168 -0
- package/esm/models/operations/getfirewallconfig.js.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts +281 -0
- package/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/esm/models/operations/getintegrationlogdrains.js +184 -0
- package/esm/models/operations/getintegrationlogdrains.js.map +1 -0
- package/esm/models/operations/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- package/esm/models/operations/getprojectdomain.d.ts +132 -0
- package/esm/models/operations/getprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomain.js +113 -0
- package/esm/models/operations/getprojectdomain.js.map +1 -0
- package/esm/models/operations/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- package/esm/models/operations/getprojectenv.d.ts +3034 -0
- package/esm/models/operations/getprojectenv.d.ts.map +1 -0
- package/esm/models/operations/getprojectenv.js +2955 -0
- package/esm/models/operations/getprojectenv.js.map +1 -0
- package/esm/models/operations/getprojectmembers.d.ts +357 -0
- package/esm/models/operations/getprojectmembers.d.ts.map +1 -0
- package/esm/models/operations/getprojectmembers.js +262 -0
- package/esm/models/operations/getprojectmembers.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4792 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -0
- package/esm/models/operations/getprojects.js +4372 -0
- package/esm/models/operations/getprojects.js.map +1 -0
- package/esm/models/operations/getrecords.d.ts +330 -0
- package/esm/models/operations/getrecords.d.ts.map +1 -0
- package/esm/models/operations/getrecords.js +271 -0
- package/esm/models/operations/getrecords.js.map +1 -0
- package/esm/models/operations/getteam.d.ts +37 -0
- package/esm/models/operations/getteam.d.ts.map +1 -0
- package/esm/models/operations/getteam.js +33 -0
- package/esm/models/operations/getteam.js.map +1 -0
- package/esm/models/operations/getteamaccessrequest.d.ts +303 -0
- package/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/esm/models/operations/getteamaccessrequest.js +241 -0
- package/esm/models/operations/getteamaccessrequest.js.map +1 -0
- package/esm/models/operations/getteammembers.d.ts +691 -0
- package/esm/models/operations/getteammembers.d.ts.map +1 -0
- package/esm/models/operations/getteammembers.js +514 -0
- package/esm/models/operations/getteammembers.js.map +1 -0
- package/esm/models/operations/getteams.d.ts +106 -0
- package/esm/models/operations/getteams.d.ts.map +1 -0
- package/esm/models/operations/getteams.js +86 -0
- package/esm/models/operations/getteams.js.map +1 -0
- package/esm/models/operations/getwebhook.d.ts +246 -0
- package/esm/models/operations/getwebhook.d.ts.map +1 -0
- package/esm/models/operations/getwebhook.js +133 -0
- package/esm/models/operations/getwebhook.js.map +1 -0
- package/esm/models/operations/getwebhooks.d.ts +660 -0
- package/esm/models/operations/getwebhooks.d.ts.map +1 -0
- package/esm/models/operations/getwebhooks.js +355 -0
- package/esm/models/operations/getwebhooks.js.map +1 -0
- package/esm/models/operations/gitnamespaces.d.ts +126 -0
- package/esm/models/operations/gitnamespaces.d.ts.map +1 -0
- package/esm/models/operations/gitnamespaces.js +115 -0
- package/esm/models/operations/gitnamespaces.js.map +1 -0
- package/esm/models/operations/inviteusertoteam.d.ts +361 -0
- package/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/esm/models/operations/inviteusertoteam.js +289 -0
- package/esm/models/operations/inviteusertoteam.js.map +1 -0
- package/esm/models/operations/issuecert.d.ts +100 -0
- package/esm/models/operations/issuecert.d.ts.map +1 -0
- package/esm/models/operations/issuecert.js +102 -0
- package/esm/models/operations/issuecert.js.map +1 -0
- package/esm/models/operations/jointeam.d.ts +105 -0
- package/esm/models/operations/jointeam.d.ts.map +1 -0
- package/esm/models/operations/jointeam.js +98 -0
- package/esm/models/operations/jointeam.js.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts +186 -0
- package/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupmembers.js +156 -0
- package/esm/models/operations/listaccessgroupmembers.js.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts +197 -0
- package/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroupprojects.js +175 -0
- package/esm/models/operations/listaccessgroupprojects.js.map +1 -0
- package/esm/models/operations/listaccessgroups.d.ts +229 -0
- package/esm/models/operations/listaccessgroups.d.ts.map +1 -0
- package/esm/models/operations/listaccessgroups.js +192 -0
- package/esm/models/operations/listaccessgroups.js.map +1 -0
- package/esm/models/operations/listaliases.d.ts +573 -0
- package/esm/models/operations/listaliases.d.ts.map +1 -0
- package/esm/models/operations/listaliases.js +461 -0
- package/esm/models/operations/listaliases.js.map +1 -0
- package/esm/models/operations/listauthtokens.d.ts +41 -0
- package/esm/models/operations/listauthtokens.d.ts.map +1 -0
- package/esm/models/operations/listauthtokens.js +37 -0
- package/esm/models/operations/listauthtokens.js.map +1 -0
- package/esm/models/operations/listdeploymentaliases.d.ts +397 -0
- package/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentaliases.js +350 -0
- package/esm/models/operations/listdeploymentaliases.js.map +1 -0
- package/esm/models/operations/listdeploymentfiles.d.ts +42 -0
- package/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfiles.js +35 -0
- package/esm/models/operations/listdeploymentfiles.js.map +1 -0
- package/esm/models/operations/listpromotealiases.d.ts +161 -0
- package/esm/models/operations/listpromotealiases.d.ts.map +1 -0
- package/esm/models/operations/listpromotealiases.js +148 -0
- package/esm/models/operations/listpromotealiases.js.map +1 -0
- package/esm/models/operations/listuserevents.d.ts +99 -0
- package/esm/models/operations/listuserevents.d.ts.map +1 -0
- package/esm/models/operations/listuserevents.js +71 -0
- package/esm/models/operations/listuserevents.js.map +1 -0
- package/esm/models/operations/patchdomain.d.ts +240 -0
- package/esm/models/operations/patchdomain.d.ts.map +1 -0
- package/esm/models/operations/patchdomain.js +247 -0
- package/esm/models/operations/patchdomain.js.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts +92 -0
- package/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/esm/models/operations/patchedgeconfigschema.js +96 -0
- package/esm/models/operations/patchedgeconfigschema.js.map +1 -0
- package/esm/models/operations/patchteam.d.ts +278 -0
- package/esm/models/operations/patchteam.d.ts.map +1 -0
- package/esm/models/operations/patchteam.js +220 -0
- package/esm/models/operations/patchteam.js.map +1 -0
- package/esm/models/operations/putfirewallconfig.d.ts +2662 -0
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/putfirewallconfig.js +2342 -0
- package/esm/models/operations/putfirewallconfig.js.map +1 -0
- package/esm/models/operations/readaccessgroup.d.ts +124 -0
- package/esm/models/operations/readaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroup.js +94 -0
- package/esm/models/operations/readaccessgroup.js.map +1 -0
- package/esm/models/operations/readaccessgroupproject.d.ts +105 -0
- package/esm/models/operations/readaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/readaccessgroupproject.js +92 -0
- package/esm/models/operations/readaccessgroupproject.js.map +1 -0
- package/esm/models/operations/recordevents.d.ts +160 -0
- package/esm/models/operations/recordevents.d.ts.map +1 -0
- package/esm/models/operations/recordevents.js +130 -0
- package/esm/models/operations/recordevents.js.map +1 -0
- package/esm/models/operations/removecert.d.ts +63 -0
- package/esm/models/operations/removecert.d.ts.map +1 -0
- package/esm/models/operations/removecert.js +56 -0
- package/esm/models/operations/removecert.js.map +1 -0
- package/esm/models/operations/removeprojectdomain.d.ts +71 -0
- package/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/removeprojectdomain.js +58 -0
- package/esm/models/operations/removeprojectdomain.js.map +1 -0
- package/esm/models/operations/removeprojectenv.d.ts +3074 -0
- package/esm/models/operations/removeprojectenv.d.ts.map +1 -0
- package/esm/models/operations/removeprojectenv.js +2988 -0
- package/esm/models/operations/removeprojectenv.js.map +1 -0
- package/esm/models/operations/removeprojectmember.d.ts +72 -0
- package/esm/models/operations/removeprojectmember.d.ts.map +1 -0
- package/esm/models/operations/removeprojectmember.js +62 -0
- package/esm/models/operations/removeprojectmember.js.map +1 -0
- package/esm/models/operations/removerecord.d.ts +65 -0
- package/esm/models/operations/removerecord.d.ts.map +1 -0
- package/esm/models/operations/removerecord.js +58 -0
- package/esm/models/operations/removerecord.js.map +1 -0
- package/esm/models/operations/removeteammember.d.ts +70 -0
- package/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/esm/models/operations/removeteammember.js +60 -0
- package/esm/models/operations/removeteammember.js.map +1 -0
- package/esm/models/operations/requestaccesstoteam.d.ts +415 -0
- package/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/esm/models/operations/requestaccesstoteam.js +365 -0
- package/esm/models/operations/requestaccesstoteam.js.map +1 -0
- package/esm/models/operations/requestdelete.d.ts +109 -0
- package/esm/models/operations/requestdelete.d.ts.map +1 -0
- package/esm/models/operations/requestdelete.js +88 -0
- package/esm/models/operations/requestdelete.js.map +1 -0
- package/esm/models/operations/requestpromote.d.ts +41 -0
- package/esm/models/operations/requestpromote.d.ts.map +1 -0
- package/esm/models/operations/requestpromote.js +37 -0
- package/esm/models/operations/requestpromote.js.map +1 -0
- package/esm/models/operations/rerequestcheck.d.ts +68 -0
- package/esm/models/operations/rerequestcheck.d.ts.map +1 -0
- package/esm/models/operations/rerequestcheck.js +58 -0
- package/esm/models/operations/rerequestcheck.js.map +1 -0
- package/esm/models/operations/searchrepo.d.ts +421 -0
- package/esm/models/operations/searchrepo.d.ts.map +1 -0
- package/esm/models/operations/searchrepo.js +385 -0
- package/esm/models/operations/searchrepo.js.map +1 -0
- package/esm/models/operations/status.d.ts +94 -0
- package/esm/models/operations/status.d.ts.map +1 -0
- package/esm/models/operations/status.js +79 -0
- package/esm/models/operations/status.js.map +1 -0
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- package/esm/models/operations/updateaccessgroup.d.ts +231 -0
- package/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroup.js +187 -0
- package/esm/models/operations/updateaccessgroup.js.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts +169 -0
- package/esm/models/operations/updateaccessgroupproject.d.ts.map +1 -0
- package/esm/models/operations/updateaccessgroupproject.js +154 -0
- package/esm/models/operations/updateaccessgroupproject.js.map +1 -0
- package/esm/models/operations/updateattackchallengemode.d.ts +95 -0
- package/esm/models/operations/updateattackchallengemode.d.ts.map +1 -0
- package/esm/models/operations/updateattackchallengemode.js +102 -0
- package/esm/models/operations/updateattackchallengemode.js.map +1 -0
- package/esm/models/operations/updatecheck.d.ts +964 -0
- package/esm/models/operations/updatecheck.d.ts.map +1 -0
- package/esm/models/operations/updatecheck.js +860 -0
- package/esm/models/operations/updatecheck.js.map +1 -0
- package/esm/models/operations/updateedgeconfig.d.ts +223 -0
- package/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/esm/models/operations/updateedgeconfig.js +213 -0
- package/esm/models/operations/updateedgeconfig.js.map +1 -0
- package/esm/models/operations/updatefirewallconfig.d.ts +2007 -0
- package/esm/models/operations/updatefirewallconfig.d.ts.map +1 -0
- package/esm/models/operations/updatefirewallconfig.js +1771 -0
- package/esm/models/operations/updatefirewallconfig.js.map +1 -0
- package/esm/models/operations/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +5421 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -0
- package/esm/models/operations/updateproject.js +4767 -0
- package/esm/models/operations/updateproject.js.map +1 -0
- package/esm/models/operations/updateprojectdatacache.d.ts +4710 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdatacache.js +4369 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -0
- package/esm/models/operations/updateprojectdomain.d.ts +213 -0
- package/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/updateprojectdomain.js +179 -0
- package/esm/models/operations/updateprojectdomain.js.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts +225 -0
- package/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/esm/models/operations/updateprojectprotectionbypass.js +198 -0
- package/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/esm/models/operations/updaterecord.d.ts +334 -0
- package/esm/models/operations/updaterecord.d.ts.map +1 -0
- package/esm/models/operations/updaterecord.js +268 -0
- package/esm/models/operations/updaterecord.js.map +1 -0
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- package/esm/models/operations/updateteammember.d.ts +197 -0
- package/esm/models/operations/updateteammember.d.ts.map +1 -0
- package/esm/models/operations/updateteammember.js +180 -0
- package/esm/models/operations/updateteammember.js.map +1 -0
- package/esm/models/operations/uploadartifact.d.ts +100 -0
- package/esm/models/operations/uploadartifact.d.ts.map +1 -0
- package/esm/models/operations/uploadartifact.js +101 -0
- package/esm/models/operations/uploadartifact.js.map +1 -0
- package/esm/models/operations/uploadcert.d.ts +115 -0
- package/esm/models/operations/uploadcert.d.ts.map +1 -0
- package/esm/models/operations/uploadcert.js +108 -0
- package/esm/models/operations/uploadcert.js.map +1 -0
- package/esm/models/operations/uploadfile.d.ts +133 -0
- package/esm/models/operations/uploadfile.d.ts.map +1 -0
- package/esm/models/operations/uploadfile.js +129 -0
- package/esm/models/operations/uploadfile.js.map +1 -0
- package/esm/models/operations/verifyprojectdomain.d.ts +138 -0
- package/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/esm/models/operations/verifyprojectdomain.js +113 -0
- package/esm/models/operations/verifyprojectdomain.js.map +1 -0
- package/esm/sdk/accessgroups.d.ts +92 -0
- package/esm/sdk/accessgroups.d.ts.map +1 -0
- package/esm/sdk/accessgroups.js +118 -0
- package/esm/sdk/accessgroups.js.map +1 -0
- package/esm/sdk/aliases.d.ts +44 -0
- package/esm/sdk/aliases.d.ts.map +1 -0
- package/esm/sdk/aliases.js +58 -0
- package/esm/sdk/aliases.js.map +1 -0
- package/esm/sdk/artifacts.d.ts +54 -0
- package/esm/sdk/artifacts.d.ts.map +1 -0
- package/esm/sdk/artifacts.js +68 -0
- package/esm/sdk/artifacts.js.map +1 -0
- package/esm/sdk/authentication.d.ts +44 -0
- package/esm/sdk/authentication.d.ts.map +1 -0
- package/esm/sdk/authentication.js +58 -0
- package/esm/sdk/authentication.js.map +1 -0
- package/esm/sdk/certs.d.ts +36 -0
- package/esm/sdk/certs.d.ts.map +1 -0
- package/esm/sdk/certs.js +48 -0
- package/esm/sdk/certs.js.map +1 -0
- package/esm/sdk/checks.d.ts +44 -0
- package/esm/sdk/checks.d.ts.map +1 -0
- package/esm/sdk/checks.js +58 -0
- package/esm/sdk/checks.js.map +1 -0
- package/esm/sdk/deployments.d.ts +77 -0
- package/esm/sdk/deployments.d.ts.map +1 -0
- package/esm/sdk/deployments.js +98 -0
- package/esm/sdk/deployments.js.map +1 -0
- package/esm/sdk/dns.d.ts +36 -0
- package/esm/sdk/dns.d.ts.map +1 -0
- package/esm/sdk/dns.js +48 -0
- package/esm/sdk/dns.js.map +1 -0
- package/esm/sdk/domains.d.ts +84 -0
- package/esm/sdk/domains.d.ts.map +1 -0
- package/esm/sdk/domains.js +108 -0
- package/esm/sdk/domains.js.map +1 -0
- package/esm/sdk/edgeconfig.d.ts +134 -0
- package/esm/sdk/edgeconfig.d.ts.map +1 -0
- package/esm/sdk/edgeconfig.js +168 -0
- package/esm/sdk/edgeconfig.js.map +1 -0
- package/esm/sdk/integrations.d.ts +44 -0
- package/esm/sdk/integrations.d.ts.map +1 -0
- package/esm/sdk/integrations.js +58 -0
- package/esm/sdk/integrations.js.map +1 -0
- package/esm/sdk/logdrains.d.ts +60 -0
- package/esm/sdk/logdrains.d.ts.map +1 -0
- package/esm/sdk/logdrains.js +78 -0
- package/esm/sdk/logdrains.js.map +1 -0
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projectmembers.d.ts +28 -0
- package/esm/sdk/projectmembers.d.ts.map +1 -0
- package/esm/sdk/projectmembers.js +38 -0
- package/esm/sdk/projectmembers.js.map +1 -0
- package/esm/sdk/projects.d.ts +156 -0
- package/esm/sdk/projects.d.ts.map +1 -0
- package/esm/sdk/projects.js +198 -0
- package/esm/sdk/projects.js.map +1 -0
- package/esm/sdk/sdk.d.ts +61 -0
- package/esm/sdk/sdk.d.ts.map +1 -0
- package/esm/sdk/sdk.js +102 -0
- package/esm/sdk/sdk.js.map +1 -0
- package/esm/sdk/security.d.ts +36 -0
- package/esm/sdk/security.d.ts.map +1 -0
- package/esm/sdk/security.js +48 -0
- package/esm/sdk/security.js.map +1 -0
- package/esm/sdk/teams.d.ts +112 -0
- package/esm/sdk/teams.d.ts.map +1 -0
- package/esm/sdk/teams.js +138 -0
- package/esm/sdk/teams.js.map +1 -0
- package/esm/sdk/user.d.ts +28 -0
- package/esm/sdk/user.d.ts.map +1 -0
- package/esm/sdk/user.js +38 -0
- package/esm/sdk/user.js.map +1 -0
- package/esm/sdk/webhooks.d.ts +36 -0
- package/esm/sdk/webhooks.d.ts.map +1 -0
- package/esm/sdk/webhooks.js +48 -0
- package/esm/sdk/webhooks.js.map +1 -0
- package/esm/types/blobs.d.ts +4 -0
- package/esm/types/blobs.d.ts.map +1 -0
- package/esm/types/blobs.js +25 -0
- package/esm/types/blobs.js.map +1 -0
- package/esm/types/constdatetime.d.ts +3 -0
- package/esm/types/constdatetime.d.ts.map +1 -0
- package/esm/types/constdatetime.js +10 -0
- package/esm/types/constdatetime.js.map +1 -0
- package/esm/types/enums.d.ts +12 -0
- package/esm/types/enums.d.ts.map +1 -0
- package/esm/types/enums.js +7 -0
- package/esm/types/enums.js.map +1 -0
- package/esm/types/fp.d.ts +31 -0
- package/esm/types/fp.d.ts.map +1 -0
- package/esm/types/fp.js +31 -0
- package/esm/types/fp.js.map +1 -0
- package/esm/types/operations.d.ts +25 -0
- package/esm/types/operations.d.ts.map +1 -0
- package/esm/types/operations.js +75 -0
- package/esm/types/operations.js.map +1 -0
- package/esm/types/rfcdate.d.ts +21 -0
- package/esm/types/rfcdate.d.ts.map +1 -0
- package/esm/types/rfcdate.js +42 -0
- package/esm/types/rfcdate.js.map +1 -0
- package/esm/types/streams.d.ts +2 -0
- package/esm/types/streams.d.ts.map +1 -0
- package/esm/types/streams.js +15 -0
- package/esm/types/streams.js.map +1 -0
- package/package.json +50 -0
- package/src/core.ts +13 -0
- package/src/funcs/accessGroupsCreateAccessGroup.ts +134 -0
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +144 -0
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +139 -0
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +146 -0
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +143 -0
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +142 -0
- package/src/funcs/accessGroupsListAccessGroups.ts +139 -0
- package/src/funcs/accessGroupsReadAccessGroup.ts +140 -0
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +147 -0
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +141 -0
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +148 -0
- package/src/funcs/aliasesAssignAlias.ts +141 -0
- package/src/funcs/aliasesDeleteAlias.ts +140 -0
- package/src/funcs/aliasesGetAlias.ts +144 -0
- package/src/funcs/aliasesListAliases.ts +140 -0
- package/src/funcs/aliasesListDeploymentAliases.ts +140 -0
- package/src/funcs/artifactsArtifactExists.ts +139 -0
- package/src/funcs/artifactsArtifactQuery.ts +135 -0
- package/src/funcs/artifactsDownloadArtifact.ts +151 -0
- package/src/funcs/artifactsRecordEvents.ts +143 -0
- package/src/funcs/artifactsStatus.ts +133 -0
- package/src/funcs/artifactsUploadArtifact.ts +166 -0
- package/src/funcs/authenticationCreateAuthToken.ts +134 -0
- package/src/funcs/authenticationDeleteAuthToken.ts +134 -0
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/authenticationGetAuthToken.ts +134 -0
- package/src/funcs/authenticationListAuthTokens.ts +110 -0
- package/src/funcs/certsGetCertById.ts +140 -0
- package/src/funcs/certsIssueCert.ts +134 -0
- package/src/funcs/certsRemoveCert.ts +140 -0
- package/src/funcs/certsUploadCert.ts +134 -0
- package/src/funcs/checksCreateCheck.ts +141 -0
- package/src/funcs/checksGetAllChecks.ts +140 -0
- package/src/funcs/checksGetCheck.ts +146 -0
- package/src/funcs/checksRerequestCheck.ts +146 -0
- package/src/funcs/checksUpdateCheck.ts +147 -0
- package/src/funcs/deploymentsCancelDeployment.ts +140 -0
- package/src/funcs/deploymentsCreateDeployment.ts +136 -0
- package/src/funcs/deploymentsDeleteDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeployment.ts +141 -0
- package/src/funcs/deploymentsGetDeploymentEvents.ts +148 -0
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +144 -0
- package/src/funcs/deploymentsGetDeployments.ts +144 -0
- package/src/funcs/deploymentsListDeploymentFiles.ts +143 -0
- package/src/funcs/deploymentsUploadFile.ts +151 -0
- package/src/funcs/dnsCreateRecord.ts +141 -0
- package/src/funcs/dnsGetRecords.ts +143 -0
- package/src/funcs/dnsRemoveRecord.ts +146 -0
- package/src/funcs/dnsUpdateRecord.ts +141 -0
- package/src/funcs/domainsBuyDomain.ts +135 -0
- package/src/funcs/domainsCheckDomainPrice.ts +135 -0
- package/src/funcs/domainsCheckDomainStatus.ts +134 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +134 -0
- package/src/funcs/domainsDeleteDomain.ts +140 -0
- package/src/funcs/domainsGetDomain.ts +140 -0
- package/src/funcs/domainsGetDomainConfig.ts +141 -0
- package/src/funcs/domainsGetDomainTransfer.ts +140 -0
- package/src/funcs/domainsGetDomains.ts +136 -0
- package/src/funcs/domainsPatchDomain.ts +141 -0
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +134 -0
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +141 -0
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +139 -0
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfig.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +147 -0
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +143 -0
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +149 -0
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +140 -0
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +148 -0
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +142 -0
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +134 -0
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +142 -0
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +141 -0
- package/src/funcs/integrationsDeleteConfiguration.ts +139 -0
- package/src/funcs/integrationsGetConfiguration.ts +140 -0
- package/src/funcs/integrationsGetConfigurations.ts +136 -0
- package/src/funcs/integrationsGitNamespaces.ts +134 -0
- package/src/funcs/integrationsSearchRepo.ts +138 -0
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +134 -0
- package/src/funcs/logDrainsCreateLogDrain.ts +134 -0
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +139 -0
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +139 -0
- package/src/funcs/logDrainsGetAllLogDrains.ts +135 -0
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +140 -0
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +134 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectMembersAddProjectMember.ts +141 -0
- package/src/funcs/projectMembersGetProjectMembers.ts +144 -0
- package/src/funcs/projectMembersRemoveProjectMember.ts +144 -0
- package/src/funcs/projectsAddProjectDomain.ts +141 -0
- package/src/funcs/projectsCreateProject.ts +134 -0
- package/src/funcs/projectsCreateProjectEnv.ts +142 -0
- package/src/funcs/projectsDeleteProject.ts +139 -0
- package/src/funcs/projectsEditProjectEnv.ts +145 -0
- package/src/funcs/projectsFilterProjectEnvs.ts +143 -0
- package/src/funcs/projectsGetProjectDomain.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/funcs/projectsGetProjectEnv.ts +144 -0
- package/src/funcs/projectsGetProjects.ts +144 -0
- package/src/funcs/projectsListPromoteAliases.ts +146 -0
- package/src/funcs/projectsRemoveProjectDomain.ts +146 -0
- package/src/funcs/projectsRemoveProjectEnv.ts +144 -0
- package/src/funcs/projectsRequestPromote.ts +145 -0
- package/src/funcs/projectsUpdateProject.ts +141 -0
- package/src/funcs/projectsUpdateProjectDataCache.ts +141 -0
- package/src/funcs/projectsUpdateProjectDomain.ts +147 -0
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +143 -0
- package/src/funcs/projectsVerifyProjectDomain.ts +146 -0
- package/src/funcs/securityGetFirewallConfig.ts +143 -0
- package/src/funcs/securityPutFirewallConfig.ts +135 -0
- package/src/funcs/securityUpdateAttackChallengeMode.ts +134 -0
- package/src/funcs/securityUpdateFirewallConfig.ts +135 -0
- package/src/funcs/teamsCreateTeam.ts +130 -0
- package/src/funcs/teamsDeleteTeam.ts +141 -0
- package/src/funcs/teamsDeleteTeamInviteCode.ts +138 -0
- package/src/funcs/teamsGetTeam.ts +138 -0
- package/src/funcs/teamsGetTeamAccessRequest.ts +138 -0
- package/src/funcs/teamsGetTeamMembers.ts +145 -0
- package/src/funcs/teamsGetTeams.ts +134 -0
- package/src/funcs/teamsInviteUserToTeam.ts +135 -0
- package/src/funcs/teamsJoinTeam.ts +135 -0
- package/src/funcs/teamsPatchTeam.ts +139 -0
- package/src/funcs/teamsRemoveTeamMember.ts +143 -0
- package/src/funcs/teamsRequestAccessToTeam.ts +135 -0
- package/src/funcs/teamsUpdateTeamMember.ts +139 -0
- package/src/funcs/userGetAuthUser.ts +111 -0
- package/src/funcs/userListUserEvents.ts +139 -0
- package/src/funcs/userRequestDelete.ts +130 -0
- package/src/funcs/webhooksCreateWebhook.ts +134 -0
- package/src/funcs/webhooksDeleteWebhook.ts +139 -0
- package/src/funcs/webhooksGetWebhook.ts +140 -0
- package/src/funcs/webhooksGetWebhooks.ts +134 -0
- package/src/hooks/hooks.ts +112 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +102 -0
- package/src/index.ts +7 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +64 -0
- package/src/lib/dlv.ts +53 -0
- package/src/lib/encodings.ts +449 -0
- package/src/lib/files.ts +40 -0
- package/src/lib/http.ts +323 -0
- package/src/lib/is-plain-object.ts +43 -0
- package/src/lib/logger.ts +9 -0
- package/src/lib/matchers.ts +322 -0
- package/src/lib/primitives.ts +60 -0
- package/src/lib/retries.ts +219 -0
- package/src/lib/schemas.ts +86 -0
- package/src/lib/sdks.ts +388 -0
- package/src/lib/security.ts +253 -0
- package/src/lib/url.ts +33 -0
- package/src/models/components/aclaction.ts +40 -0
- package/src/models/components/authtoken.ts +431 -0
- package/src/models/components/authuser.ts +1688 -0
- package/src/models/components/authuserlimited.ts +152 -0
- package/src/models/components/edgeconfigitem.ts +91 -0
- package/src/models/components/edgeconfigitemvalue.ts +74 -0
- package/src/models/components/edgeconfigtoken.ts +86 -0
- package/src/models/components/filetree.ts +147 -0
- package/src/models/components/flagjsonvalue.ts +73 -0
- package/src/models/components/pagination.ts +82 -0
- package/src/models/components/security.ts +62 -0
- package/src/models/components/teamlimited.ts +713 -0
- package/src/models/components/userevent.ts +57 -0
- package/src/models/errors/httpclienterrors.ts +62 -0
- package/src/models/errors/sdkerror.ts +27 -0
- package/src/models/errors/sdkvalidationerror.ts +97 -0
- package/src/models/operations/addprojectdomain.ts +413 -0
- package/src/models/operations/addprojectmember.ts +602 -0
- package/src/models/operations/artifactexists.ts +83 -0
- package/src/models/operations/artifactquery.ts +371 -0
- package/src/models/operations/assignalias.ts +249 -0
- package/src/models/operations/buydomain.ts +558 -0
- package/src/models/operations/canceldeployment.ts +5657 -0
- package/src/models/operations/checkdomainprice.ts +181 -0
- package/src/models/operations/checkdomainstatus.ts +146 -0
- package/src/models/operations/createaccessgroup.ts +369 -0
- package/src/models/operations/createaccessgroupproject.ts +322 -0
- package/src/models/operations/createauthtoken.ts +232 -0
- package/src/models/operations/createcheck.ts +980 -0
- package/src/models/operations/createconfigurablelogdrain.ts +675 -0
- package/src/models/operations/createdeployment.ts +6780 -0
- package/src/models/operations/createedgeconfig.ts +805 -0
- package/src/models/operations/createedgeconfigtoken.ts +222 -0
- package/src/models/operations/createevent.ts +373 -0
- package/src/models/operations/createlogdrain.ts +589 -0
- package/src/models/operations/createortransferdomain.ts +779 -0
- package/src/models/operations/createproject.ts +9648 -0
- package/src/models/operations/createprojectenv.ts +5728 -0
- package/src/models/operations/createrecord.ts +1802 -0
- package/src/models/operations/createteam.ts +361 -0
- package/src/models/operations/createwebhook.ts +410 -0
- package/src/models/operations/deleteaccessgroup.ts +80 -0
- package/src/models/operations/deleteaccessgroupproject.ts +86 -0
- package/src/models/operations/deletealias.ts +171 -0
- package/src/models/operations/deleteauthtoken.ts +135 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +83 -0
- package/src/models/operations/deleteconfiguration.ts +80 -0
- package/src/models/operations/deletedeployment.ts +196 -0
- package/src/models/operations/deletedomain.ts +147 -0
- package/src/models/operations/deleteedgeconfig.ts +80 -0
- package/src/models/operations/deleteedgeconfigschema.ts +82 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +158 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +85 -0
- package/src/models/operations/deleteproject.ts +83 -0
- package/src/models/operations/deleteteam.ts +292 -0
- package/src/models/operations/deleteteaminvitecode.ts +144 -0
- package/src/models/operations/deletewebhook.ts +80 -0
- package/src/models/operations/downloadartifact.ts +108 -0
- package/src/models/operations/editprojectenv.ts +2461 -0
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/filterprojectenvs.ts +7149 -0
- package/src/models/operations/getaccountinfo.ts +187 -0
- package/src/models/operations/getalias.ts +930 -0
- package/src/models/operations/getallchecks.ts +921 -0
- package/src/models/operations/getalllogdrains.ts +411 -0
- package/src/models/operations/getauthtoken.ts +139 -0
- package/src/models/operations/getauthuser.ts +121 -0
- package/src/models/operations/getcertbyid.ts +157 -0
- package/src/models/operations/getcheck.ts +865 -0
- package/src/models/operations/getconfigurablelogdrain.ts +423 -0
- package/src/models/operations/getconfiguration.ts +1266 -0
- package/src/models/operations/getconfigurations.ts +1648 -0
- package/src/models/operations/getdeployment.ts +8478 -0
- package/src/models/operations/getdeploymentevents.ts +221 -0
- package/src/models/operations/getdeploymentfilecontents.ts +99 -0
- package/src/models/operations/getdeployments.ts +1537 -0
- package/src/models/operations/getdomain.ts +423 -0
- package/src/models/operations/getdomainconfig.ts +265 -0
- package/src/models/operations/getdomains.ts +443 -0
- package/src/models/operations/getdomaintransfer.ts +241 -0
- package/src/models/operations/getedgeconfig.ts +395 -0
- package/src/models/operations/getedgeconfigbackup.ts +886 -0
- package/src/models/operations/getedgeconfigbackups.ts +355 -0
- package/src/models/operations/getedgeconfigitem.ts +84 -0
- package/src/models/operations/getedgeconfigitems.ts +80 -0
- package/src/models/operations/getedgeconfigs.ts +370 -0
- package/src/models/operations/getedgeconfigschema.ts +135 -0
- package/src/models/operations/getedgeconfigtoken.ts +84 -0
- package/src/models/operations/getedgeconfigtokens.ts +80 -0
- package/src/models/operations/getfirewallconfig.ts +2486 -0
- package/src/models/operations/getintegrationlogdrains.ts +395 -0
- package/src/models/operations/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomain.ts +265 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojectenv.ts +6818 -0
- package/src/models/operations/getprojectmembers.ts +615 -0
- package/src/models/operations/getprojects.ts +9087 -0
- package/src/models/operations/getrecords.ts +568 -0
- package/src/models/operations/getteam.ts +72 -0
- package/src/models/operations/getteamaccessrequest.ts +570 -0
- package/src/models/operations/getteammembers.ts +1116 -0
- package/src/models/operations/getteams.ts +204 -0
- package/src/models/operations/getwebhook.ts +260 -0
- package/src/models/operations/getwebhooks.ts +653 -0
- package/src/models/operations/gitnamespaces.ts +235 -0
- package/src/models/operations/inviteusertoteam.ts +596 -0
- package/src/models/operations/issuecert.ts +224 -0
- package/src/models/operations/jointeam.ts +223 -0
- package/src/models/operations/listaccessgroupmembers.ts +335 -0
- package/src/models/operations/listaccessgroupprojects.ts +410 -0
- package/src/models/operations/listaccessgroups.ts +473 -0
- package/src/models/operations/listaliases.ts +1077 -0
- package/src/models/operations/listauthtokens.ts +92 -0
- package/src/models/operations/listdeploymentaliases.ts +820 -0
- package/src/models/operations/listdeploymentfiles.ts +83 -0
- package/src/models/operations/listpromotealiases.ts +361 -0
- package/src/models/operations/listuserevents.ts +188 -0
- package/src/models/operations/patchdomain.ts +562 -0
- package/src/models/operations/patchedgeconfigschema.ts +217 -0
- package/src/models/operations/patchteam.ts +481 -0
- package/src/models/operations/putfirewallconfig.ts +4730 -0
- package/src/models/operations/readaccessgroup.ts +218 -0
- package/src/models/operations/readaccessgroupproject.ts +199 -0
- package/src/models/operations/recordevents.ts +256 -0
- package/src/models/operations/removecert.ts +133 -0
- package/src/models/operations/removeprojectdomain.ts +145 -0
- package/src/models/operations/removeprojectenv.ts +6986 -0
- package/src/models/operations/removeprojectmember.ts +150 -0
- package/src/models/operations/removerecord.ts +137 -0
- package/src/models/operations/removeteammember.ts +146 -0
- package/src/models/operations/requestaccesstoteam.ts +758 -0
- package/src/models/operations/requestdelete.ts +219 -0
- package/src/models/operations/requestpromote.ts +84 -0
- package/src/models/operations/rerequestcheck.ts +140 -0
- package/src/models/operations/searchrepo.ts +784 -0
- package/src/models/operations/status.ts +158 -0
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -0
- package/src/models/operations/updateaccessgroup.ts +412 -0
- package/src/models/operations/updateaccessgroupproject.ts +319 -0
- package/src/models/operations/updateattackchallengemode.ts +231 -0
- package/src/models/operations/updatecheck.ts +1687 -0
- package/src/models/operations/updateedgeconfig.ts +472 -0
- package/src/models/operations/updatefirewallconfig.ts +3875 -0
- package/src/models/operations/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +9998 -0
- package/src/models/operations/updateprojectdatacache.ts +8901 -0
- package/src/models/operations/updateprojectdomain.ts +406 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +497 -0
- package/src/models/operations/updaterecord.ts +515 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -0
- package/src/models/operations/updateteammember.ts +396 -0
- package/src/models/operations/uploadartifact.ts +225 -0
- package/src/models/operations/uploadcert.ts +245 -0
- package/src/models/operations/uploadfile.ts +296 -0
- package/src/models/operations/verifyprojectdomain.ts +281 -0
- package/src/sdk/accessgroups.ts +244 -0
- package/src/sdk/aliases.ts +118 -0
- package/src/sdk/artifacts.ts +131 -0
- package/src/sdk/authentication.ts +113 -0
- package/src/sdk/certs.ts +96 -0
- package/src/sdk/checks.ts +118 -0
- package/src/sdk/deployments.ts +198 -0
- package/src/sdk/dns.ts +96 -0
- package/src/sdk/domains.ts +228 -0
- package/src/sdk/edgeconfig.ts +341 -0
- package/src/sdk/integrations.ts +115 -0
- package/src/sdk/logdrains.ts +156 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projectmembers.ts +74 -0
- package/src/sdk/projects.ts +420 -0
- package/src/sdk/sdk.ts +121 -0
- package/src/sdk/security.ts +96 -0
- package/src/sdk/teams.ts +288 -0
- package/src/sdk/user.ts +69 -0
- package/src/sdk/webhooks.ts +93 -0
- package/src/types/blobs.ts +31 -0
- package/src/types/constdatetime.ts +15 -0
- package/src/types/enums.ts +16 -0
- package/src/types/fp.ts +50 -0
- package/src/types/operations.ts +99 -0
- package/src/types/rfcdate.ts +54 -0
- package/src/types/streams.ts +21 -0
package/README.md
ADDED
|
@@ -0,0 +1,838 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://vercel.com">
|
|
3
|
+
<img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96">
|
|
4
|
+
<h3 align="center">Vercel</h3>
|
|
5
|
+
</a>
|
|
6
|
+
<p align="center">Develop. Preview. Ship.</p>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
[Join the Vercel Community](https://vercel.community/)
|
|
10
|
+
|
|
11
|
+
# @vercel/sdk
|
|
12
|
+
|
|
13
|
+
The `@vercel/sdk` is a type-safe Typescript SDK that gives you full control over the entire Vercel platform through the [Vercel REST API](https://vercel.com/docs/rest-api).
|
|
14
|
+
|
|
15
|
+
<div align="left">
|
|
16
|
+
<a href="https://www.speakeasy.com/?utm_source=@vercel/sdk&utm_campaign=typescript"><img src="https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge&logoColor=FBE331&logo=speakeasy&labelColor=545454" /></a>
|
|
17
|
+
<a href="https://opensource.org/licenses/MIT">
|
|
18
|
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" style="width: 100px; height: 28px;" />
|
|
19
|
+
</a>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<!-- No Summary [summary] -->
|
|
23
|
+
|
|
24
|
+
<!-- Start Table of Contents [toc] -->
|
|
25
|
+
## Table of Contents
|
|
26
|
+
|
|
27
|
+
* [SDK Installation](#sdk-installation)
|
|
28
|
+
* [Requirements](#requirements)
|
|
29
|
+
* [SDK Example Usage](#sdk-example-usage)
|
|
30
|
+
* [Available Resources and Operations](#available-resources-and-operations)
|
|
31
|
+
* [Standalone functions](#standalone-functions)
|
|
32
|
+
* [File uploads](#file-uploads)
|
|
33
|
+
* [Retries](#retries)
|
|
34
|
+
* [Error Handling](#error-handling)
|
|
35
|
+
* [Server Selection](#server-selection)
|
|
36
|
+
* [Custom HTTP Client](#custom-http-client)
|
|
37
|
+
* [Authentication](#authentication)
|
|
38
|
+
* [Debugging](#debugging)
|
|
39
|
+
<!-- End Table of Contents [toc] -->
|
|
40
|
+
|
|
41
|
+
<!-- Start SDK Installation [installation] -->
|
|
42
|
+
## SDK Installation
|
|
43
|
+
|
|
44
|
+
The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
|
|
45
|
+
|
|
46
|
+
### NPM
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
npm add @vercel/sdk
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### PNPM
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
pnpm add @vercel/sdk
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Bun
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
bun add @vercel/sdk
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Yarn
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
yarn add @vercel/sdk zod
|
|
68
|
+
|
|
69
|
+
# Note that Yarn does not install peer dependencies automatically. You will need
|
|
70
|
+
# to install zod as shown above.
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
> [!NOTE]
|
|
74
|
+
> This package is published as an ES Module (ESM) only. For applications using
|
|
75
|
+
> CommonJS, use `await import("@vercel/sdk")` to import and use this package.
|
|
76
|
+
<!-- End SDK Installation [installation] -->
|
|
77
|
+
|
|
78
|
+
<!-- Start Requirements [requirements] -->
|
|
79
|
+
## Requirements
|
|
80
|
+
|
|
81
|
+
For supported JavaScript runtimes, please consult [RUNTIMES.md](RUNTIMES.md).
|
|
82
|
+
<!-- End Requirements [requirements] -->
|
|
83
|
+
|
|
84
|
+
## Access Tokens
|
|
85
|
+
|
|
86
|
+
You need to pass a valid access token to be able to use any resource or operation. Refer to [Creating an Access Token](https://vercel.com/docs/rest-api#creating-an-access-token) to learn how to create one. Make sure that you create a token with the correct Vercel [scope](https://vercel.com/docs/dashboard-features#scope-selector).
|
|
87
|
+
If you face permission (403) errors when you are already sending a token, it can be one of the following problems:
|
|
88
|
+
- The token you are using has expired. Check the expiry date of the token in the Vercel dashboard.
|
|
89
|
+
- The token does not have access to the correct scope, either not the right team or it does not have account level access.
|
|
90
|
+
- The resource or operation you are trying to use is not available for that team. For example, AccessGroups is an Enterprise only feature and you are using a token for a team on the pro plan.
|
|
91
|
+
|
|
92
|
+
<!-- Start Authentication [security] -->
|
|
93
|
+
## Authentication
|
|
94
|
+
|
|
95
|
+
### Per-Client Security Schemes
|
|
96
|
+
|
|
97
|
+
This SDK supports the following security scheme globally:
|
|
98
|
+
|
|
99
|
+
| Name | Type | Scheme |
|
|
100
|
+
| ------------- | ---- | ----------- |
|
|
101
|
+
| `bearerToken` | http | HTTP Bearer |
|
|
102
|
+
|
|
103
|
+
To authenticate with the API the `bearerToken` parameter must be set when initializing the SDK client instance. For example:
|
|
104
|
+
```typescript
|
|
105
|
+
import { Vercel } from "@vercel/sdk";
|
|
106
|
+
|
|
107
|
+
const vercel = new Vercel({
|
|
108
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
async function run() {
|
|
112
|
+
const result = await vercel.accessGroups.readAccessGroup({
|
|
113
|
+
idOrName: "<value>",
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
// Handle the result
|
|
117
|
+
console.log(result);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
run();
|
|
121
|
+
|
|
122
|
+
```
|
|
123
|
+
<!-- End Authentication [security] -->
|
|
124
|
+
|
|
125
|
+
<!-- Start SDK Example Usage [usage] -->
|
|
126
|
+
## SDK Example Usage
|
|
127
|
+
|
|
128
|
+
### List deployments
|
|
129
|
+
|
|
130
|
+
List deployments under the authenticated user or team.
|
|
131
|
+
|
|
132
|
+
```typescript
|
|
133
|
+
import { Vercel } from "@vercel/sdk";
|
|
134
|
+
|
|
135
|
+
const vercel = new Vercel({
|
|
136
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
137
|
+
});
|
|
138
|
+
|
|
139
|
+
async function run() {
|
|
140
|
+
const result = await vercel.deployments.getDeployments({
|
|
141
|
+
app: "docs",
|
|
142
|
+
from: 1612948664566,
|
|
143
|
+
limit: 10,
|
|
144
|
+
projectId: "QmXGTs7mvAMMC7WW5ebrM33qKG32QK3h4vmQMjmY",
|
|
145
|
+
target: "production",
|
|
146
|
+
to: 1612948664566,
|
|
147
|
+
users: "kr1PsOIzqEL5Xg6M4VZcZosf,K4amb7K9dAt5R2vBJWF32bmY",
|
|
148
|
+
since: 1540095775941,
|
|
149
|
+
until: 1540095775951,
|
|
150
|
+
state: "BUILDING,READY",
|
|
151
|
+
});
|
|
152
|
+
|
|
153
|
+
// Handle the result
|
|
154
|
+
console.log(result);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
run();
|
|
158
|
+
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Update an existing project
|
|
162
|
+
|
|
163
|
+
Update the fields of a project using either its name or id.
|
|
164
|
+
|
|
165
|
+
```typescript
|
|
166
|
+
import { Vercel } from "@vercel/sdk";
|
|
167
|
+
|
|
168
|
+
const vercel = new Vercel({
|
|
169
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
170
|
+
});
|
|
171
|
+
|
|
172
|
+
async function run() {
|
|
173
|
+
const result = await vercel.projects.updateProject({
|
|
174
|
+
idOrName: "prj_12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
|
|
175
|
+
requestBody: {
|
|
176
|
+
name: "a-project-name",
|
|
177
|
+
},
|
|
178
|
+
});
|
|
179
|
+
|
|
180
|
+
// Handle the result
|
|
181
|
+
console.log(result);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
run();
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
<!-- End SDK Example Usage [usage] -->
|
|
188
|
+
|
|
189
|
+
<!-- Start Available Resources and Operations [operations] -->
|
|
190
|
+
## Available Resources and Operations
|
|
191
|
+
|
|
192
|
+
<details open>
|
|
193
|
+
<summary>Available methods</summary>
|
|
194
|
+
|
|
195
|
+
### [accessGroups](docs/sdks/accessgroups/README.md)
|
|
196
|
+
|
|
197
|
+
* [readAccessGroup](docs/sdks/accessgroups/README.md#readaccessgroup) - Reads an access group
|
|
198
|
+
* [updateAccessGroup](docs/sdks/accessgroups/README.md#updateaccessgroup) - Update an access group
|
|
199
|
+
* [deleteAccessGroup](docs/sdks/accessgroups/README.md#deleteaccessgroup) - Deletes an access group
|
|
200
|
+
* [listAccessGroupMembers](docs/sdks/accessgroups/README.md#listaccessgroupmembers) - List members of an access group
|
|
201
|
+
* [listAccessGroups](docs/sdks/accessgroups/README.md#listaccessgroups) - List access groups for a team, project or member
|
|
202
|
+
* [createAccessGroup](docs/sdks/accessgroups/README.md#createaccessgroup) - Creates an access group
|
|
203
|
+
* [listAccessGroupProjects](docs/sdks/accessgroups/README.md#listaccessgroupprojects) - List projects of an access group
|
|
204
|
+
* [createAccessGroupProject](docs/sdks/accessgroups/README.md#createaccessgroupproject) - Create an access group project
|
|
205
|
+
* [readAccessGroupProject](docs/sdks/accessgroups/README.md#readaccessgroupproject) - Reads an access group project
|
|
206
|
+
* [updateAccessGroupProject](docs/sdks/accessgroups/README.md#updateaccessgroupproject) - Update an access group project
|
|
207
|
+
* [deleteAccessGroupProject](docs/sdks/accessgroups/README.md#deleteaccessgroupproject) - Delete an access group project
|
|
208
|
+
|
|
209
|
+
### [aliases](docs/sdks/aliases/README.md)
|
|
210
|
+
|
|
211
|
+
* [listAliases](docs/sdks/aliases/README.md#listaliases) - List aliases
|
|
212
|
+
* [getAlias](docs/sdks/aliases/README.md#getalias) - Get an Alias
|
|
213
|
+
* [deleteAlias](docs/sdks/aliases/README.md#deletealias) - Delete an Alias
|
|
214
|
+
* [listDeploymentAliases](docs/sdks/aliases/README.md#listdeploymentaliases) - List Deployment Aliases
|
|
215
|
+
* [assignAlias](docs/sdks/aliases/README.md#assignalias) - Assign an Alias
|
|
216
|
+
|
|
217
|
+
### [artifacts](docs/sdks/artifacts/README.md)
|
|
218
|
+
|
|
219
|
+
* [recordEvents](docs/sdks/artifacts/README.md#recordevents) - Record an artifacts cache usage event
|
|
220
|
+
* [status](docs/sdks/artifacts/README.md#status) - Get status of Remote Caching for this principal
|
|
221
|
+
* [uploadArtifact](docs/sdks/artifacts/README.md#uploadartifact) - Upload a cache artifact
|
|
222
|
+
* [downloadArtifact](docs/sdks/artifacts/README.md#downloadartifact) - Download a cache artifact
|
|
223
|
+
* [artifactExists](docs/sdks/artifacts/README.md#artifactexists) - Check if a cache artifact exists
|
|
224
|
+
* [artifactQuery](docs/sdks/artifacts/README.md#artifactquery) - Query information about an artifact
|
|
225
|
+
|
|
226
|
+
### [authentication](docs/sdks/authentication/README.md)
|
|
227
|
+
|
|
228
|
+
* [exchangeSsoToken](docs/sdks/authentication/README.md#exchangessotoken) - SSO Token Exchange
|
|
229
|
+
* [listAuthTokens](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
|
|
230
|
+
* [createAuthToken](docs/sdks/authentication/README.md#createauthtoken) - Create an Auth Token
|
|
231
|
+
* [getAuthToken](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
|
|
232
|
+
* [deleteAuthToken](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
|
|
233
|
+
|
|
234
|
+
### [certs](docs/sdks/certs/README.md)
|
|
235
|
+
|
|
236
|
+
* [getCertById](docs/sdks/certs/README.md#getcertbyid) - Get cert by id
|
|
237
|
+
* [removeCert](docs/sdks/certs/README.md#removecert) - Remove cert
|
|
238
|
+
* [issueCert](docs/sdks/certs/README.md#issuecert) - Issue a new cert
|
|
239
|
+
* [uploadCert](docs/sdks/certs/README.md#uploadcert) - Upload a cert
|
|
240
|
+
|
|
241
|
+
### [checks](docs/sdks/checks/README.md)
|
|
242
|
+
|
|
243
|
+
* [createCheck](docs/sdks/checks/README.md#createcheck) - Creates a new Check
|
|
244
|
+
* [getAllChecks](docs/sdks/checks/README.md#getallchecks) - Retrieve a list of all checks
|
|
245
|
+
* [getCheck](docs/sdks/checks/README.md#getcheck) - Get a single check
|
|
246
|
+
* [updateCheck](docs/sdks/checks/README.md#updatecheck) - Update a check
|
|
247
|
+
* [rerequestCheck](docs/sdks/checks/README.md#rerequestcheck) - Rerequest a check
|
|
248
|
+
|
|
249
|
+
### [deployments](docs/sdks/deployments/README.md)
|
|
250
|
+
|
|
251
|
+
* [getDeploymentEvents](docs/sdks/deployments/README.md#getdeploymentevents) - Get deployment events
|
|
252
|
+
* [getDeployment](docs/sdks/deployments/README.md#getdeployment) - Get a deployment by ID or URL
|
|
253
|
+
* [createDeployment](docs/sdks/deployments/README.md#createdeployment) - Create a new deployment
|
|
254
|
+
* [cancelDeployment](docs/sdks/deployments/README.md#canceldeployment) - Cancel a deployment
|
|
255
|
+
* [uploadFile](docs/sdks/deployments/README.md#uploadfile) - Upload Deployment Files
|
|
256
|
+
* [listDeploymentFiles](docs/sdks/deployments/README.md#listdeploymentfiles) - List Deployment Files
|
|
257
|
+
* [getDeploymentFileContents](docs/sdks/deployments/README.md#getdeploymentfilecontents) - Get Deployment File Contents
|
|
258
|
+
* [getDeployments](docs/sdks/deployments/README.md#getdeployments) - List deployments
|
|
259
|
+
* [deleteDeployment](docs/sdks/deployments/README.md#deletedeployment) - Delete a Deployment
|
|
260
|
+
|
|
261
|
+
### [dns](docs/sdks/dns/README.md)
|
|
262
|
+
|
|
263
|
+
* [getRecords](docs/sdks/dns/README.md#getrecords) - List existing DNS records
|
|
264
|
+
* [createRecord](docs/sdks/dns/README.md#createrecord) - Create a DNS record
|
|
265
|
+
* [updateRecord](docs/sdks/dns/README.md#updaterecord) - Update an existing DNS record
|
|
266
|
+
* [removeRecord](docs/sdks/dns/README.md#removerecord) - Delete a DNS record
|
|
267
|
+
|
|
268
|
+
### [domains](docs/sdks/domains/README.md)
|
|
269
|
+
|
|
270
|
+
* [buyDomain](docs/sdks/domains/README.md#buydomain) - Purchase a domain
|
|
271
|
+
* [checkDomainPrice](docs/sdks/domains/README.md#checkdomainprice) - Check the price for a domain
|
|
272
|
+
* [checkDomainStatus](docs/sdks/domains/README.md#checkdomainstatus) - Check a Domain Availability
|
|
273
|
+
* [getDomainTransfer](docs/sdks/domains/README.md#getdomaintransfer) - Get domain transfer info.
|
|
274
|
+
* [getDomainConfig](docs/sdks/domains/README.md#getdomainconfig) - Get a Domain's configuration
|
|
275
|
+
* [getDomain](docs/sdks/domains/README.md#getdomain) - Get Information for a Single Domain
|
|
276
|
+
* [getDomains](docs/sdks/domains/README.md#getdomains) - List all the domains
|
|
277
|
+
* [createOrTransferDomain](docs/sdks/domains/README.md#createortransferdomain) - Register or transfer-in a new Domain
|
|
278
|
+
* [patchDomain](docs/sdks/domains/README.md#patchdomain) - Update or move apex domain
|
|
279
|
+
* [deleteDomain](docs/sdks/domains/README.md#deletedomain) - Remove a domain by name
|
|
280
|
+
|
|
281
|
+
### [edgeConfig](docs/sdks/edgeconfig/README.md)
|
|
282
|
+
|
|
283
|
+
* [getEdgeConfigs](docs/sdks/edgeconfig/README.md#getedgeconfigs) - Get Edge Configs
|
|
284
|
+
* [createEdgeConfig](docs/sdks/edgeconfig/README.md#createedgeconfig) - Create an Edge Config
|
|
285
|
+
* [getEdgeConfig](docs/sdks/edgeconfig/README.md#getedgeconfig) - Get an Edge Config
|
|
286
|
+
* [updateEdgeConfig](docs/sdks/edgeconfig/README.md#updateedgeconfig) - Update an Edge Config
|
|
287
|
+
* [deleteEdgeConfig](docs/sdks/edgeconfig/README.md#deleteedgeconfig) - Delete an Edge Config
|
|
288
|
+
* [getEdgeConfigItems](docs/sdks/edgeconfig/README.md#getedgeconfigitems) - Get Edge Config items
|
|
289
|
+
* [getEdgeConfigSchema](docs/sdks/edgeconfig/README.md#getedgeconfigschema) - Get Edge Config schema
|
|
290
|
+
* [patchEdgeConfigSchema](docs/sdks/edgeconfig/README.md#patchedgeconfigschema) - Update Edge Config schema
|
|
291
|
+
* [deleteEdgeConfigSchema](docs/sdks/edgeconfig/README.md#deleteedgeconfigschema) - Delete an Edge Config's schema
|
|
292
|
+
* [getEdgeConfigItem](docs/sdks/edgeconfig/README.md#getedgeconfigitem) - Get an Edge Config item
|
|
293
|
+
* [getEdgeConfigTokens](docs/sdks/edgeconfig/README.md#getedgeconfigtokens) - Get all tokens of an Edge Config
|
|
294
|
+
* [deleteEdgeConfigTokens](docs/sdks/edgeconfig/README.md#deleteedgeconfigtokens) - Delete one or more Edge Config tokens
|
|
295
|
+
* [getEdgeConfigToken](docs/sdks/edgeconfig/README.md#getedgeconfigtoken) - Get Edge Config token meta data
|
|
296
|
+
* [createEdgeConfigToken](docs/sdks/edgeconfig/README.md#createedgeconfigtoken) - Create an Edge Config token
|
|
297
|
+
* [getEdgeConfigBackup](docs/sdks/edgeconfig/README.md#getedgeconfigbackup) - Get Edge Config backup
|
|
298
|
+
* [getEdgeConfigBackups](docs/sdks/edgeconfig/README.md#getedgeconfigbackups) - Get Edge Config backups
|
|
299
|
+
|
|
300
|
+
### [integrations](docs/sdks/integrations/README.md)
|
|
301
|
+
|
|
302
|
+
* [getConfigurations](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
|
|
303
|
+
* [getConfiguration](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
|
|
304
|
+
* [deleteConfiguration](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
|
|
305
|
+
* [gitNamespaces](docs/sdks/integrations/README.md#gitnamespaces) - List git namespaces by provider
|
|
306
|
+
* [searchRepo](docs/sdks/integrations/README.md#searchrepo) - List git repositories linked to namespace by provider
|
|
307
|
+
|
|
308
|
+
### [logDrains](docs/sdks/logdrains/README.md)
|
|
309
|
+
|
|
310
|
+
* [getIntegrationLogDrains](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
|
|
311
|
+
* [createLogDrain](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
|
|
312
|
+
* [deleteIntegrationLogDrain](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
|
|
313
|
+
* [getConfigurableLogDrain](docs/sdks/logdrains/README.md#getconfigurablelogdrain) - Retrieves a Configurable Log Drain
|
|
314
|
+
* [deleteConfigurableLogDrain](docs/sdks/logdrains/README.md#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
|
|
315
|
+
* [getAllLogDrains](docs/sdks/logdrains/README.md#getalllogdrains) - Retrieves a list of all the Log Drains
|
|
316
|
+
* [createConfigurableLogDrain](docs/sdks/logdrains/README.md#createconfigurablelogdrain) - Creates a Configurable Log Drain
|
|
317
|
+
|
|
318
|
+
### [marketplace](docs/sdks/marketplace/README.md)
|
|
319
|
+
|
|
320
|
+
* [getAccountInfo](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
|
|
321
|
+
* [getMember](docs/sdks/marketplace/README.md#getmember) - Get Member Information
|
|
322
|
+
* [createEvent](docs/sdks/marketplace/README.md#createevent) - Create Event
|
|
323
|
+
* [submitBillingData](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
|
|
324
|
+
* [submitInvoice](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
|
|
325
|
+
* [getInvoice](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
|
|
326
|
+
* [updateInvoice](docs/sdks/marketplace/README.md#updateinvoice) - Invoice Actions
|
|
327
|
+
* [updateResourceSecrets](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets
|
|
328
|
+
* [exchangeSsoToken](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
|
|
329
|
+
|
|
330
|
+
### [projectMembers](docs/sdks/projectmembers/README.md)
|
|
331
|
+
|
|
332
|
+
* [getProjectMembers](docs/sdks/projectmembers/README.md#getprojectmembers) - List project members
|
|
333
|
+
* [addProjectMember](docs/sdks/projectmembers/README.md#addprojectmember) - Adds a new member to a project.
|
|
334
|
+
* [removeProjectMember](docs/sdks/projectmembers/README.md#removeprojectmember) - Remove a Project Member
|
|
335
|
+
|
|
336
|
+
### [projects](docs/sdks/projects/README.md)
|
|
337
|
+
|
|
338
|
+
* [updateProjectDataCache](docs/sdks/projects/README.md#updateprojectdatacache) - Update the data cache feature
|
|
339
|
+
* [getProjects](docs/sdks/projects/README.md#getprojects) - Retrieve a list of projects
|
|
340
|
+
* [createProject](docs/sdks/projects/README.md#createproject) - Create a new project
|
|
341
|
+
* [updateProject](docs/sdks/projects/README.md#updateproject) - Update an existing project
|
|
342
|
+
* [deleteProject](docs/sdks/projects/README.md#deleteproject) - Delete a Project
|
|
343
|
+
* [getProjectDomains](docs/sdks/projects/README.md#getprojectdomains) - Retrieve project domains by project by id or name
|
|
344
|
+
* [getProjectDomain](docs/sdks/projects/README.md#getprojectdomain) - Get a project domain
|
|
345
|
+
* [updateProjectDomain](docs/sdks/projects/README.md#updateprojectdomain) - Update a project domain
|
|
346
|
+
* [removeProjectDomain](docs/sdks/projects/README.md#removeprojectdomain) - Remove a domain from a project
|
|
347
|
+
* [addProjectDomain](docs/sdks/projects/README.md#addprojectdomain) - Add a domain to a project
|
|
348
|
+
* [verifyProjectDomain](docs/sdks/projects/README.md#verifyprojectdomain) - Verify project domain
|
|
349
|
+
* [filterProjectEnvs](docs/sdks/projects/README.md#filterprojectenvs) - Retrieve the environment variables of a project by id or name
|
|
350
|
+
* [getProjectEnv](docs/sdks/projects/README.md#getprojectenv) - Retrieve the decrypted value of an environment variable of a project by id
|
|
351
|
+
* [createProjectEnv](docs/sdks/projects/README.md#createprojectenv) - Create one or more environment variables
|
|
352
|
+
* [removeProjectEnv](docs/sdks/projects/README.md#removeprojectenv) - Remove an environment variable
|
|
353
|
+
* [editProjectEnv](docs/sdks/projects/README.md#editprojectenv) - Edit an environment variable
|
|
354
|
+
* [updateProjectProtectionBypass](docs/sdks/projects/README.md#updateprojectprotectionbypass) - Update Protection Bypass for Automation
|
|
355
|
+
* [requestPromote](docs/sdks/projects/README.md#requestpromote) - Points all production domains for a project to the given deploy
|
|
356
|
+
* [listPromoteAliases](docs/sdks/projects/README.md#listpromotealiases) - Gets a list of aliases with status for the current promote
|
|
357
|
+
|
|
358
|
+
### [security](docs/sdks/security/README.md)
|
|
359
|
+
|
|
360
|
+
* [updateAttackChallengeMode](docs/sdks/security/README.md#updateattackchallengemode) - Update Attack Challenge mode
|
|
361
|
+
* [putFirewallConfig](docs/sdks/security/README.md#putfirewallconfig) - Put Firewall Configuration
|
|
362
|
+
* [updateFirewallConfig](docs/sdks/security/README.md#updatefirewallconfig) - Update Firewall Configuration
|
|
363
|
+
* [getFirewallConfig](docs/sdks/security/README.md#getfirewallconfig) - Read Firewall Configuration
|
|
364
|
+
|
|
365
|
+
### [teams](docs/sdks/teams/README.md)
|
|
366
|
+
|
|
367
|
+
* [getTeamMembers](docs/sdks/teams/README.md#getteammembers) - List team members
|
|
368
|
+
* [inviteUserToTeam](docs/sdks/teams/README.md#inviteusertoteam) - Invite a user
|
|
369
|
+
* [requestAccessToTeam](docs/sdks/teams/README.md#requestaccesstoteam) - Request access to a team
|
|
370
|
+
* [getTeamAccessRequest](docs/sdks/teams/README.md#getteamaccessrequest) - Get access request status
|
|
371
|
+
* [joinTeam](docs/sdks/teams/README.md#jointeam) - Join a team
|
|
372
|
+
* [updateTeamMember](docs/sdks/teams/README.md#updateteammember) - Update a Team Member
|
|
373
|
+
* [removeTeamMember](docs/sdks/teams/README.md#removeteammember) - Remove a Team Member
|
|
374
|
+
* [getTeam](docs/sdks/teams/README.md#getteam) - Get a Team
|
|
375
|
+
* [patchTeam](docs/sdks/teams/README.md#patchteam) - Update a Team
|
|
376
|
+
* [getTeams](docs/sdks/teams/README.md#getteams) - List all teams
|
|
377
|
+
* [createTeam](docs/sdks/teams/README.md#createteam) - Create a Team
|
|
378
|
+
* [deleteTeam](docs/sdks/teams/README.md#deleteteam) - Delete a Team
|
|
379
|
+
* [deleteTeamInviteCode](docs/sdks/teams/README.md#deleteteaminvitecode) - Delete a Team invite code
|
|
380
|
+
|
|
381
|
+
### [user](docs/sdks/user/README.md)
|
|
382
|
+
|
|
383
|
+
* [listUserEvents](docs/sdks/user/README.md#listuserevents) - List User Events
|
|
384
|
+
* [getAuthUser](docs/sdks/user/README.md#getauthuser) - Get the User
|
|
385
|
+
* [requestDelete](docs/sdks/user/README.md#requestdelete) - Delete User Account
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### [webhooks](docs/sdks/webhooks/README.md)
|
|
389
|
+
|
|
390
|
+
* [createWebhook](docs/sdks/webhooks/README.md#createwebhook) - Creates a webhook
|
|
391
|
+
* [getWebhooks](docs/sdks/webhooks/README.md#getwebhooks) - Get a list of webhooks
|
|
392
|
+
* [getWebhook](docs/sdks/webhooks/README.md#getwebhook) - Get a webhook
|
|
393
|
+
* [deleteWebhook](docs/sdks/webhooks/README.md#deletewebhook) - Deletes a webhook
|
|
394
|
+
|
|
395
|
+
</details>
|
|
396
|
+
<!-- End Available Resources and Operations [operations] -->
|
|
397
|
+
|
|
398
|
+
<!-- Start Standalone functions [standalone-funcs] -->
|
|
399
|
+
## Standalone functions
|
|
400
|
+
|
|
401
|
+
All the methods listed above are available as standalone functions. These
|
|
402
|
+
functions are ideal for use in applications running in the browser, serverless
|
|
403
|
+
runtimes or other environments where application bundle size is a primary
|
|
404
|
+
concern. When using a bundler to build your application, all unused
|
|
405
|
+
functionality will be either excluded from the final bundle or tree-shaken away.
|
|
406
|
+
|
|
407
|
+
To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
408
|
+
|
|
409
|
+
<details>
|
|
410
|
+
|
|
411
|
+
<summary>Available standalone functions</summary>
|
|
412
|
+
|
|
413
|
+
- [`accessGroupsCreateAccessGroup`](docs/sdks/accessgroups/README.md#createaccessgroup) - Creates an access group
|
|
414
|
+
- [`accessGroupsCreateAccessGroupProject`](docs/sdks/accessgroups/README.md#createaccessgroupproject) - Create an access group project
|
|
415
|
+
- [`accessGroupsDeleteAccessGroup`](docs/sdks/accessgroups/README.md#deleteaccessgroup) - Deletes an access group
|
|
416
|
+
- [`accessGroupsDeleteAccessGroupProject`](docs/sdks/accessgroups/README.md#deleteaccessgroupproject) - Delete an access group project
|
|
417
|
+
- [`accessGroupsListAccessGroupMembers`](docs/sdks/accessgroups/README.md#listaccessgroupmembers) - List members of an access group
|
|
418
|
+
- [`accessGroupsListAccessGroupProjects`](docs/sdks/accessgroups/README.md#listaccessgroupprojects) - List projects of an access group
|
|
419
|
+
- [`accessGroupsListAccessGroups`](docs/sdks/accessgroups/README.md#listaccessgroups) - List access groups for a team, project or member
|
|
420
|
+
- [`accessGroupsReadAccessGroup`](docs/sdks/accessgroups/README.md#readaccessgroup) - Reads an access group
|
|
421
|
+
- [`accessGroupsReadAccessGroupProject`](docs/sdks/accessgroups/README.md#readaccessgroupproject) - Reads an access group project
|
|
422
|
+
- [`accessGroupsUpdateAccessGroup`](docs/sdks/accessgroups/README.md#updateaccessgroup) - Update an access group
|
|
423
|
+
- [`accessGroupsUpdateAccessGroupProject`](docs/sdks/accessgroups/README.md#updateaccessgroupproject) - Update an access group project
|
|
424
|
+
- [`aliasesAssignAlias`](docs/sdks/aliases/README.md#assignalias) - Assign an Alias
|
|
425
|
+
- [`aliasesDeleteAlias`](docs/sdks/aliases/README.md#deletealias) - Delete an Alias
|
|
426
|
+
- [`aliasesGetAlias`](docs/sdks/aliases/README.md#getalias) - Get an Alias
|
|
427
|
+
- [`aliasesListAliases`](docs/sdks/aliases/README.md#listaliases) - List aliases
|
|
428
|
+
- [`aliasesListDeploymentAliases`](docs/sdks/aliases/README.md#listdeploymentaliases) - List Deployment Aliases
|
|
429
|
+
- [`artifactsArtifactExists`](docs/sdks/artifacts/README.md#artifactexists) - Check if a cache artifact exists
|
|
430
|
+
- [`artifactsArtifactQuery`](docs/sdks/artifacts/README.md#artifactquery) - Query information about an artifact
|
|
431
|
+
- [`artifactsDownloadArtifact`](docs/sdks/artifacts/README.md#downloadartifact) - Download a cache artifact
|
|
432
|
+
- [`artifactsRecordEvents`](docs/sdks/artifacts/README.md#recordevents) - Record an artifacts cache usage event
|
|
433
|
+
- [`artifactsStatus`](docs/sdks/artifacts/README.md#status) - Get status of Remote Caching for this principal
|
|
434
|
+
- [`artifactsUploadArtifact`](docs/sdks/artifacts/README.md#uploadartifact) - Upload a cache artifact
|
|
435
|
+
- [`authenticationCreateAuthToken`](docs/sdks/authentication/README.md#createauthtoken) - Create an Auth Token
|
|
436
|
+
- [`authenticationDeleteAuthToken`](docs/sdks/authentication/README.md#deleteauthtoken) - Delete an authentication token
|
|
437
|
+
- [`authenticationExchangeSsoToken`](docs/sdks/authentication/README.md#exchangessotoken) - SSO Token Exchange
|
|
438
|
+
- [`authenticationGetAuthToken`](docs/sdks/authentication/README.md#getauthtoken) - Get Auth Token Metadata
|
|
439
|
+
- [`authenticationListAuthTokens`](docs/sdks/authentication/README.md#listauthtokens) - List Auth Tokens
|
|
440
|
+
- [`certsGetCertById`](docs/sdks/certs/README.md#getcertbyid) - Get cert by id
|
|
441
|
+
- [`certsIssueCert`](docs/sdks/certs/README.md#issuecert) - Issue a new cert
|
|
442
|
+
- [`certsRemoveCert`](docs/sdks/certs/README.md#removecert) - Remove cert
|
|
443
|
+
- [`certsUploadCert`](docs/sdks/certs/README.md#uploadcert) - Upload a cert
|
|
444
|
+
- [`checksCreateCheck`](docs/sdks/checks/README.md#createcheck) - Creates a new Check
|
|
445
|
+
- [`checksGetAllChecks`](docs/sdks/checks/README.md#getallchecks) - Retrieve a list of all checks
|
|
446
|
+
- [`checksGetCheck`](docs/sdks/checks/README.md#getcheck) - Get a single check
|
|
447
|
+
- [`checksRerequestCheck`](docs/sdks/checks/README.md#rerequestcheck) - Rerequest a check
|
|
448
|
+
- [`checksUpdateCheck`](docs/sdks/checks/README.md#updatecheck) - Update a check
|
|
449
|
+
- [`deploymentsCancelDeployment`](docs/sdks/deployments/README.md#canceldeployment) - Cancel a deployment
|
|
450
|
+
- [`deploymentsCreateDeployment`](docs/sdks/deployments/README.md#createdeployment) - Create a new deployment
|
|
451
|
+
- [`deploymentsDeleteDeployment`](docs/sdks/deployments/README.md#deletedeployment) - Delete a Deployment
|
|
452
|
+
- [`deploymentsGetDeployment`](docs/sdks/deployments/README.md#getdeployment) - Get a deployment by ID or URL
|
|
453
|
+
- [`deploymentsGetDeploymentEvents`](docs/sdks/deployments/README.md#getdeploymentevents) - Get deployment events
|
|
454
|
+
- [`deploymentsGetDeploymentFileContents`](docs/sdks/deployments/README.md#getdeploymentfilecontents) - Get Deployment File Contents
|
|
455
|
+
- [`deploymentsGetDeployments`](docs/sdks/deployments/README.md#getdeployments) - List deployments
|
|
456
|
+
- [`deploymentsListDeploymentFiles`](docs/sdks/deployments/README.md#listdeploymentfiles) - List Deployment Files
|
|
457
|
+
- [`deploymentsUploadFile`](docs/sdks/deployments/README.md#uploadfile) - Upload Deployment Files
|
|
458
|
+
- [`dnsCreateRecord`](docs/sdks/dns/README.md#createrecord) - Create a DNS record
|
|
459
|
+
- [`dnsGetRecords`](docs/sdks/dns/README.md#getrecords) - List existing DNS records
|
|
460
|
+
- [`dnsRemoveRecord`](docs/sdks/dns/README.md#removerecord) - Delete a DNS record
|
|
461
|
+
- [`dnsUpdateRecord`](docs/sdks/dns/README.md#updaterecord) - Update an existing DNS record
|
|
462
|
+
- [`domainsBuyDomain`](docs/sdks/domains/README.md#buydomain) - Purchase a domain
|
|
463
|
+
- [`domainsCheckDomainPrice`](docs/sdks/domains/README.md#checkdomainprice) - Check the price for a domain
|
|
464
|
+
- [`domainsCheckDomainStatus`](docs/sdks/domains/README.md#checkdomainstatus) - Check a Domain Availability
|
|
465
|
+
- [`domainsCreateOrTransferDomain`](docs/sdks/domains/README.md#createortransferdomain) - Register or transfer-in a new Domain
|
|
466
|
+
- [`domainsDeleteDomain`](docs/sdks/domains/README.md#deletedomain) - Remove a domain by name
|
|
467
|
+
- [`domainsGetDomain`](docs/sdks/domains/README.md#getdomain) - Get Information for a Single Domain
|
|
468
|
+
- [`domainsGetDomainConfig`](docs/sdks/domains/README.md#getdomainconfig) - Get a Domain's configuration
|
|
469
|
+
- [`domainsGetDomains`](docs/sdks/domains/README.md#getdomains) - List all the domains
|
|
470
|
+
- [`domainsGetDomainTransfer`](docs/sdks/domains/README.md#getdomaintransfer) - Get domain transfer info.
|
|
471
|
+
- [`domainsPatchDomain`](docs/sdks/domains/README.md#patchdomain) - Update or move apex domain
|
|
472
|
+
- [`edgeConfigCreateEdgeConfig`](docs/sdks/edgeconfig/README.md#createedgeconfig) - Create an Edge Config
|
|
473
|
+
- [`edgeConfigCreateEdgeConfigToken`](docs/sdks/edgeconfig/README.md#createedgeconfigtoken) - Create an Edge Config token
|
|
474
|
+
- [`edgeConfigDeleteEdgeConfig`](docs/sdks/edgeconfig/README.md#deleteedgeconfig) - Delete an Edge Config
|
|
475
|
+
- [`edgeConfigDeleteEdgeConfigSchema`](docs/sdks/edgeconfig/README.md#deleteedgeconfigschema) - Delete an Edge Config's schema
|
|
476
|
+
- [`edgeConfigDeleteEdgeConfigTokens`](docs/sdks/edgeconfig/README.md#deleteedgeconfigtokens) - Delete one or more Edge Config tokens
|
|
477
|
+
- [`edgeConfigGetEdgeConfig`](docs/sdks/edgeconfig/README.md#getedgeconfig) - Get an Edge Config
|
|
478
|
+
- [`edgeConfigGetEdgeConfigBackup`](docs/sdks/edgeconfig/README.md#getedgeconfigbackup) - Get Edge Config backup
|
|
479
|
+
- [`edgeConfigGetEdgeConfigBackups`](docs/sdks/edgeconfig/README.md#getedgeconfigbackups) - Get Edge Config backups
|
|
480
|
+
- [`edgeConfigGetEdgeConfigItem`](docs/sdks/edgeconfig/README.md#getedgeconfigitem) - Get an Edge Config item
|
|
481
|
+
- [`edgeConfigGetEdgeConfigItems`](docs/sdks/edgeconfig/README.md#getedgeconfigitems) - Get Edge Config items
|
|
482
|
+
- [`edgeConfigGetEdgeConfigs`](docs/sdks/edgeconfig/README.md#getedgeconfigs) - Get Edge Configs
|
|
483
|
+
- [`edgeConfigGetEdgeConfigSchema`](docs/sdks/edgeconfig/README.md#getedgeconfigschema) - Get Edge Config schema
|
|
484
|
+
- [`edgeConfigGetEdgeConfigToken`](docs/sdks/edgeconfig/README.md#getedgeconfigtoken) - Get Edge Config token meta data
|
|
485
|
+
- [`edgeConfigGetEdgeConfigTokens`](docs/sdks/edgeconfig/README.md#getedgeconfigtokens) - Get all tokens of an Edge Config
|
|
486
|
+
- [`edgeConfigPatchEdgeConfigSchema`](docs/sdks/edgeconfig/README.md#patchedgeconfigschema) - Update Edge Config schema
|
|
487
|
+
- [`edgeConfigUpdateEdgeConfig`](docs/sdks/edgeconfig/README.md#updateedgeconfig) - Update an Edge Config
|
|
488
|
+
- [`integrationsDeleteConfiguration`](docs/sdks/integrations/README.md#deleteconfiguration) - Delete an integration configuration
|
|
489
|
+
- [`integrationsGetConfiguration`](docs/sdks/integrations/README.md#getconfiguration) - Retrieve an integration configuration
|
|
490
|
+
- [`integrationsGetConfigurations`](docs/sdks/integrations/README.md#getconfigurations) - Get configurations for the authenticated user or team
|
|
491
|
+
- [`integrationsGitNamespaces`](docs/sdks/integrations/README.md#gitnamespaces) - List git namespaces by provider
|
|
492
|
+
- [`integrationsSearchRepo`](docs/sdks/integrations/README.md#searchrepo) - List git repositories linked to namespace by provider
|
|
493
|
+
- [`logDrainsCreateConfigurableLogDrain`](docs/sdks/logdrains/README.md#createconfigurablelogdrain) - Creates a Configurable Log Drain
|
|
494
|
+
- [`logDrainsCreateLogDrain`](docs/sdks/logdrains/README.md#createlogdrain) - Creates a new Integration Log Drain
|
|
495
|
+
- [`logDrainsDeleteConfigurableLogDrain`](docs/sdks/logdrains/README.md#deleteconfigurablelogdrain) - Deletes a Configurable Log Drain
|
|
496
|
+
- [`logDrainsDeleteIntegrationLogDrain`](docs/sdks/logdrains/README.md#deleteintegrationlogdrain) - Deletes the Integration log drain with the provided `id`
|
|
497
|
+
- [`logDrainsGetAllLogDrains`](docs/sdks/logdrains/README.md#getalllogdrains) - Retrieves a list of all the Log Drains
|
|
498
|
+
- [`logDrainsGetConfigurableLogDrain`](docs/sdks/logdrains/README.md#getconfigurablelogdrain) - Retrieves a Configurable Log Drain
|
|
499
|
+
- [`logDrainsGetIntegrationLogDrains`](docs/sdks/logdrains/README.md#getintegrationlogdrains) - Retrieves a list of Integration log drains
|
|
500
|
+
- [`marketplaceCreateEvent`](docs/sdks/marketplace/README.md#createevent) - Create Event
|
|
501
|
+
- [`marketplaceExchangeSsoToken`](docs/sdks/marketplace/README.md#exchangessotoken) - SSO Token Exchange
|
|
502
|
+
- [`marketplaceGetAccountInfo`](docs/sdks/marketplace/README.md#getaccountinfo) - Get Account Information
|
|
503
|
+
- [`marketplaceGetInvoice`](docs/sdks/marketplace/README.md#getinvoice) - Get Invoice
|
|
504
|
+
- [`marketplaceGetMember`](docs/sdks/marketplace/README.md#getmember) - Get Member Information
|
|
505
|
+
- [`marketplaceSubmitBillingData`](docs/sdks/marketplace/README.md#submitbillingdata) - Submit Billing Data
|
|
506
|
+
- [`marketplaceSubmitInvoice`](docs/sdks/marketplace/README.md#submitinvoice) - Submit Invoice
|
|
507
|
+
- [`marketplaceUpdateInvoice`](docs/sdks/marketplace/README.md#updateinvoice) - Invoice Actions
|
|
508
|
+
- [`marketplaceUpdateResourceSecrets`](docs/sdks/marketplace/README.md#updateresourcesecrets) - Update Resource Secrets
|
|
509
|
+
- [`projectMembersAddProjectMember`](docs/sdks/projectmembers/README.md#addprojectmember) - Adds a new member to a project.
|
|
510
|
+
- [`projectMembersGetProjectMembers`](docs/sdks/projectmembers/README.md#getprojectmembers) - List project members
|
|
511
|
+
- [`projectMembersRemoveProjectMember`](docs/sdks/projectmembers/README.md#removeprojectmember) - Remove a Project Member
|
|
512
|
+
- [`projectsAddProjectDomain`](docs/sdks/projects/README.md#addprojectdomain) - Add a domain to a project
|
|
513
|
+
- [`projectsCreateProject`](docs/sdks/projects/README.md#createproject) - Create a new project
|
|
514
|
+
- [`projectsCreateProjectEnv`](docs/sdks/projects/README.md#createprojectenv) - Create one or more environment variables
|
|
515
|
+
- [`projectsDeleteProject`](docs/sdks/projects/README.md#deleteproject) - Delete a Project
|
|
516
|
+
- [`projectsEditProjectEnv`](docs/sdks/projects/README.md#editprojectenv) - Edit an environment variable
|
|
517
|
+
- [`projectsFilterProjectEnvs`](docs/sdks/projects/README.md#filterprojectenvs) - Retrieve the environment variables of a project by id or name
|
|
518
|
+
- [`projectsGetProjectDomain`](docs/sdks/projects/README.md#getprojectdomain) - Get a project domain
|
|
519
|
+
- [`projectsGetProjectDomains`](docs/sdks/projects/README.md#getprojectdomains) - Retrieve project domains by project by id or name
|
|
520
|
+
- [`projectsGetProjectEnv`](docs/sdks/projects/README.md#getprojectenv) - Retrieve the decrypted value of an environment variable of a project by id
|
|
521
|
+
- [`projectsGetProjects`](docs/sdks/projects/README.md#getprojects) - Retrieve a list of projects
|
|
522
|
+
- [`projectsListPromoteAliases`](docs/sdks/projects/README.md#listpromotealiases) - Gets a list of aliases with status for the current promote
|
|
523
|
+
- [`projectsRemoveProjectDomain`](docs/sdks/projects/README.md#removeprojectdomain) - Remove a domain from a project
|
|
524
|
+
- [`projectsRemoveProjectEnv`](docs/sdks/projects/README.md#removeprojectenv) - Remove an environment variable
|
|
525
|
+
- [`projectsRequestPromote`](docs/sdks/projects/README.md#requestpromote) - Points all production domains for a project to the given deploy
|
|
526
|
+
- [`projectsUpdateProject`](docs/sdks/projects/README.md#updateproject) - Update an existing project
|
|
527
|
+
- [`projectsUpdateProjectDataCache`](docs/sdks/projects/README.md#updateprojectdatacache) - Update the data cache feature
|
|
528
|
+
- [`projectsUpdateProjectDomain`](docs/sdks/projects/README.md#updateprojectdomain) - Update a project domain
|
|
529
|
+
- [`projectsUpdateProjectProtectionBypass`](docs/sdks/projects/README.md#updateprojectprotectionbypass) - Update Protection Bypass for Automation
|
|
530
|
+
- [`projectsVerifyProjectDomain`](docs/sdks/projects/README.md#verifyprojectdomain) - Verify project domain
|
|
531
|
+
- [`securityGetFirewallConfig`](docs/sdks/security/README.md#getfirewallconfig) - Read Firewall Configuration
|
|
532
|
+
- [`securityPutFirewallConfig`](docs/sdks/security/README.md#putfirewallconfig) - Put Firewall Configuration
|
|
533
|
+
- [`securityUpdateAttackChallengeMode`](docs/sdks/security/README.md#updateattackchallengemode) - Update Attack Challenge mode
|
|
534
|
+
- [`securityUpdateFirewallConfig`](docs/sdks/security/README.md#updatefirewallconfig) - Update Firewall Configuration
|
|
535
|
+
- [`teamsCreateTeam`](docs/sdks/teams/README.md#createteam) - Create a Team
|
|
536
|
+
- [`teamsDeleteTeam`](docs/sdks/teams/README.md#deleteteam) - Delete a Team
|
|
537
|
+
- [`teamsDeleteTeamInviteCode`](docs/sdks/teams/README.md#deleteteaminvitecode) - Delete a Team invite code
|
|
538
|
+
- [`teamsGetTeam`](docs/sdks/teams/README.md#getteam) - Get a Team
|
|
539
|
+
- [`teamsGetTeamAccessRequest`](docs/sdks/teams/README.md#getteamaccessrequest) - Get access request status
|
|
540
|
+
- [`teamsGetTeamMembers`](docs/sdks/teams/README.md#getteammembers) - List team members
|
|
541
|
+
- [`teamsGetTeams`](docs/sdks/teams/README.md#getteams) - List all teams
|
|
542
|
+
- [`teamsInviteUserToTeam`](docs/sdks/teams/README.md#inviteusertoteam) - Invite a user
|
|
543
|
+
- [`teamsJoinTeam`](docs/sdks/teams/README.md#jointeam) - Join a team
|
|
544
|
+
- [`teamsPatchTeam`](docs/sdks/teams/README.md#patchteam) - Update a Team
|
|
545
|
+
- [`teamsRemoveTeamMember`](docs/sdks/teams/README.md#removeteammember) - Remove a Team Member
|
|
546
|
+
- [`teamsRequestAccessToTeam`](docs/sdks/teams/README.md#requestaccesstoteam) - Request access to a team
|
|
547
|
+
- [`teamsUpdateTeamMember`](docs/sdks/teams/README.md#updateteammember) - Update a Team Member
|
|
548
|
+
- [`userGetAuthUser`](docs/sdks/user/README.md#getauthuser) - Get the User
|
|
549
|
+
- [`userListUserEvents`](docs/sdks/user/README.md#listuserevents) - List User Events
|
|
550
|
+
- [`userRequestDelete`](docs/sdks/user/README.md#requestdelete) - Delete User Account
|
|
551
|
+
- [`webhooksCreateWebhook`](docs/sdks/webhooks/README.md#createwebhook) - Creates a webhook
|
|
552
|
+
- [`webhooksDeleteWebhook`](docs/sdks/webhooks/README.md#deletewebhook) - Deletes a webhook
|
|
553
|
+
- [`webhooksGetWebhook`](docs/sdks/webhooks/README.md#getwebhook) - Get a webhook
|
|
554
|
+
- [`webhooksGetWebhooks`](docs/sdks/webhooks/README.md#getwebhooks) - Get a list of webhooks
|
|
555
|
+
|
|
556
|
+
</details>
|
|
557
|
+
<!-- End Standalone functions [standalone-funcs] -->
|
|
558
|
+
|
|
559
|
+
<!-- Start File uploads [file-upload] -->
|
|
560
|
+
## File uploads
|
|
561
|
+
|
|
562
|
+
Certain SDK methods accept files as part of a multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
|
|
563
|
+
|
|
564
|
+
> [!TIP]
|
|
565
|
+
>
|
|
566
|
+
> Depending on your JavaScript runtime, there are convenient utilities that return a handle to a file without reading the entire contents into memory:
|
|
567
|
+
>
|
|
568
|
+
> - **Node.js v20+:** Since v20, Node.js comes with a native `openAsBlob` function in [`node:fs`](https://nodejs.org/docs/latest-v20.x/api/fs.html#fsopenasblobpath-options).
|
|
569
|
+
> - **Bun:** The native [`Bun.file`](https://bun.sh/docs/api/file-io#reading-files-bun-file) function produces a file handle that can be used for streaming file uploads.
|
|
570
|
+
> - **Browsers:** All supported browsers return an instance to a [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) when reading the value from an `<input type="file">` element.
|
|
571
|
+
> - **Node.js v18:** A file stream can be created using the `fileFrom` helper from [`fetch-blob/from.js`](https://www.npmjs.com/package/fetch-blob).
|
|
572
|
+
|
|
573
|
+
```typescript
|
|
574
|
+
import { Vercel } from "@vercel/sdk";
|
|
575
|
+
|
|
576
|
+
const vercel = new Vercel({
|
|
577
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
578
|
+
});
|
|
579
|
+
|
|
580
|
+
async function run() {
|
|
581
|
+
const result = await vercel.artifacts.uploadArtifact({
|
|
582
|
+
contentLength: 4504.13,
|
|
583
|
+
xArtifactDuration: 400,
|
|
584
|
+
xArtifactClientCi: "VERCEL",
|
|
585
|
+
xArtifactClientInteractive: 0,
|
|
586
|
+
xArtifactTag: "Tc0BmHvJYMIYJ62/zx87YqO0Flxk+5Ovip25NY825CQ=",
|
|
587
|
+
hash: "12HKQaOmR5t5Uy6vdcQsNIiZgHGB",
|
|
588
|
+
});
|
|
589
|
+
|
|
590
|
+
// Handle the result
|
|
591
|
+
console.log(result);
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
run();
|
|
595
|
+
|
|
596
|
+
```
|
|
597
|
+
<!-- End File uploads [file-upload] -->
|
|
598
|
+
|
|
599
|
+
<!-- Start Retries [retries] -->
|
|
600
|
+
## Retries
|
|
601
|
+
|
|
602
|
+
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
|
|
603
|
+
|
|
604
|
+
To change the default retry strategy for a single API call, simply provide a retryConfig object to the call:
|
|
605
|
+
```typescript
|
|
606
|
+
import { Vercel } from "@vercel/sdk";
|
|
607
|
+
|
|
608
|
+
const vercel = new Vercel({
|
|
609
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
610
|
+
});
|
|
611
|
+
|
|
612
|
+
async function run() {
|
|
613
|
+
const result = await vercel.accessGroups.readAccessGroup({
|
|
614
|
+
idOrName: "<value>",
|
|
615
|
+
}, {
|
|
616
|
+
retries: {
|
|
617
|
+
strategy: "backoff",
|
|
618
|
+
backoff: {
|
|
619
|
+
initialInterval: 1,
|
|
620
|
+
maxInterval: 50,
|
|
621
|
+
exponent: 1.1,
|
|
622
|
+
maxElapsedTime: 100,
|
|
623
|
+
},
|
|
624
|
+
retryConnectionErrors: false,
|
|
625
|
+
},
|
|
626
|
+
});
|
|
627
|
+
|
|
628
|
+
// Handle the result
|
|
629
|
+
console.log(result);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
run();
|
|
633
|
+
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
If you'd like to override the default retry strategy for all operations that support retries, you can provide a retryConfig at SDK initialization:
|
|
637
|
+
```typescript
|
|
638
|
+
import { Vercel } from "@vercel/sdk";
|
|
639
|
+
|
|
640
|
+
const vercel = new Vercel({
|
|
641
|
+
retryConfig: {
|
|
642
|
+
strategy: "backoff",
|
|
643
|
+
backoff: {
|
|
644
|
+
initialInterval: 1,
|
|
645
|
+
maxInterval: 50,
|
|
646
|
+
exponent: 1.1,
|
|
647
|
+
maxElapsedTime: 100,
|
|
648
|
+
},
|
|
649
|
+
retryConnectionErrors: false,
|
|
650
|
+
},
|
|
651
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
652
|
+
});
|
|
653
|
+
|
|
654
|
+
async function run() {
|
|
655
|
+
const result = await vercel.accessGroups.readAccessGroup({
|
|
656
|
+
idOrName: "<value>",
|
|
657
|
+
});
|
|
658
|
+
|
|
659
|
+
// Handle the result
|
|
660
|
+
console.log(result);
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
run();
|
|
664
|
+
|
|
665
|
+
```
|
|
666
|
+
<!-- End Retries [retries] -->
|
|
667
|
+
|
|
668
|
+
<!-- Start Error Handling [errors] -->
|
|
669
|
+
## Error Handling
|
|
670
|
+
|
|
671
|
+
All SDK methods return a response object or throw an error. By default, an API error will throw a `errors.SDKError`.
|
|
672
|
+
|
|
673
|
+
If a HTTP request fails, an operation my also throw an error from the `models/errors/httpclienterrors.ts` module:
|
|
674
|
+
|
|
675
|
+
| HTTP Client Error | Description |
|
|
676
|
+
| ---------------------------------------------------- | ---------------------------------------------------- |
|
|
677
|
+
| RequestAbortedError | HTTP request was aborted by the client |
|
|
678
|
+
| RequestTimeoutError | HTTP request timed out due to an AbortSignal signal |
|
|
679
|
+
| ConnectionError | HTTP client was unable to make a request to a server |
|
|
680
|
+
| InvalidRequestError | Any input used to create a request is invalid |
|
|
681
|
+
| UnexpectedClientError | Unrecognised or unexpected error |
|
|
682
|
+
|
|
683
|
+
In addition, when custom error responses are specified for an operation, the SDK may throw their associated Error type. You can refer to respective *Errors* tables in SDK docs for more details on possible error types for each operation. For example, the `readAccessGroup` method may throw the following errors:
|
|
684
|
+
|
|
685
|
+
| Error Type | Status Code | Content Type |
|
|
686
|
+
| --------------- | ----------- | ------------ |
|
|
687
|
+
| errors.SDKError | 4XX, 5XX | \*/\* |
|
|
688
|
+
|
|
689
|
+
```typescript
|
|
690
|
+
import { Vercel } from "@vercel/sdk";
|
|
691
|
+
import { SDKValidationError } from "@vercel/sdk/models/errors/sdkvalidationerror.js";
|
|
692
|
+
|
|
693
|
+
const vercel = new Vercel({
|
|
694
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
695
|
+
});
|
|
696
|
+
|
|
697
|
+
async function run() {
|
|
698
|
+
let result;
|
|
699
|
+
try {
|
|
700
|
+
result = await vercel.accessGroups.readAccessGroup({
|
|
701
|
+
idOrName: "<value>",
|
|
702
|
+
});
|
|
703
|
+
|
|
704
|
+
// Handle the result
|
|
705
|
+
console.log(result);
|
|
706
|
+
} catch (err) {
|
|
707
|
+
switch (true) {
|
|
708
|
+
case (err instanceof SDKValidationError): {
|
|
709
|
+
// Validation errors can be pretty-printed
|
|
710
|
+
console.error(err.pretty());
|
|
711
|
+
// Raw value may also be inspected
|
|
712
|
+
console.error(err.rawValue);
|
|
713
|
+
return;
|
|
714
|
+
}
|
|
715
|
+
default: {
|
|
716
|
+
throw err;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
run();
|
|
723
|
+
|
|
724
|
+
```
|
|
725
|
+
|
|
726
|
+
Validation errors can also occur when either method arguments or data returned from the server do not match the expected format. The `SDKValidationError` that is thrown as a result will capture the raw value that failed validation in an attribute called `rawValue`. Additionally, a `pretty()` method is available on this error that can be used to log a nicely formatted string since validation errors can list many issues and the plain error string may be difficult read when debugging.
|
|
727
|
+
<!-- End Error Handling [errors] -->
|
|
728
|
+
|
|
729
|
+
<!-- Start Server Selection [server] -->
|
|
730
|
+
## Server Selection
|
|
731
|
+
|
|
732
|
+
### Override Server URL Per-Client
|
|
733
|
+
|
|
734
|
+
The default server can also be overridden globally by passing a URL to the `serverURL: string` optional parameter when initializing the SDK client instance. For example:
|
|
735
|
+
```typescript
|
|
736
|
+
import { Vercel } from "@vercel/sdk";
|
|
737
|
+
|
|
738
|
+
const vercel = new Vercel({
|
|
739
|
+
serverURL: "https://api.vercel.com",
|
|
740
|
+
bearerToken: "<YOUR_BEARER_TOKEN_HERE>",
|
|
741
|
+
});
|
|
742
|
+
|
|
743
|
+
async function run() {
|
|
744
|
+
const result = await vercel.accessGroups.readAccessGroup({
|
|
745
|
+
idOrName: "<value>",
|
|
746
|
+
});
|
|
747
|
+
|
|
748
|
+
// Handle the result
|
|
749
|
+
console.log(result);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
run();
|
|
753
|
+
|
|
754
|
+
```
|
|
755
|
+
<!-- End Server Selection [server] -->
|
|
756
|
+
|
|
757
|
+
<!-- Start Custom HTTP Client [http-client] -->
|
|
758
|
+
## Custom HTTP Client
|
|
759
|
+
|
|
760
|
+
The TypeScript SDK makes API calls using an `HTTPClient` that wraps the native
|
|
761
|
+
[Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). This
|
|
762
|
+
client is a thin wrapper around `fetch` and provides the ability to attach hooks
|
|
763
|
+
around the request lifecycle that can be used to modify the request or handle
|
|
764
|
+
errors and response.
|
|
765
|
+
|
|
766
|
+
The `HTTPClient` constructor takes an optional `fetcher` argument that can be
|
|
767
|
+
used to integrate a third-party HTTP client or when writing tests to mock out
|
|
768
|
+
the HTTP client and feed in fixtures.
|
|
769
|
+
|
|
770
|
+
The following example shows how to use the `"beforeRequest"` hook to to add a
|
|
771
|
+
custom header and a timeout to requests and how to use the `"requestError"` hook
|
|
772
|
+
to log errors:
|
|
773
|
+
|
|
774
|
+
```typescript
|
|
775
|
+
import { Vercel } from "@vercel/sdk";
|
|
776
|
+
import { HTTPClient } from "@vercel/sdk/lib/http";
|
|
777
|
+
|
|
778
|
+
const httpClient = new HTTPClient({
|
|
779
|
+
// fetcher takes a function that has the same signature as native `fetch`.
|
|
780
|
+
fetcher: (request) => {
|
|
781
|
+
return fetch(request);
|
|
782
|
+
}
|
|
783
|
+
});
|
|
784
|
+
|
|
785
|
+
httpClient.addHook("beforeRequest", (request) => {
|
|
786
|
+
const nextRequest = new Request(request, {
|
|
787
|
+
signal: request.signal || AbortSignal.timeout(5000)
|
|
788
|
+
});
|
|
789
|
+
|
|
790
|
+
nextRequest.headers.set("x-custom-header", "custom value");
|
|
791
|
+
|
|
792
|
+
return nextRequest;
|
|
793
|
+
});
|
|
794
|
+
|
|
795
|
+
httpClient.addHook("requestError", (error, request) => {
|
|
796
|
+
console.group("Request Error");
|
|
797
|
+
console.log("Reason:", `${error}`);
|
|
798
|
+
console.log("Endpoint:", `${request.method} ${request.url}`);
|
|
799
|
+
console.groupEnd();
|
|
800
|
+
});
|
|
801
|
+
|
|
802
|
+
const sdk = new Vercel({ httpClient });
|
|
803
|
+
```
|
|
804
|
+
<!-- End Custom HTTP Client [http-client] -->
|
|
805
|
+
|
|
806
|
+
<!-- Start Debugging [debug] -->
|
|
807
|
+
## Debugging
|
|
808
|
+
|
|
809
|
+
You can setup your SDK to emit debug logs for SDK requests and responses.
|
|
810
|
+
|
|
811
|
+
You can pass a logger that matches `console`'s interface as an SDK option.
|
|
812
|
+
|
|
813
|
+
> [!WARNING]
|
|
814
|
+
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.
|
|
815
|
+
|
|
816
|
+
```typescript
|
|
817
|
+
import { Vercel } from "@vercel/sdk";
|
|
818
|
+
|
|
819
|
+
const sdk = new Vercel({ debugLogger: console });
|
|
820
|
+
```
|
|
821
|
+
<!-- End Debugging [debug] -->
|
|
822
|
+
|
|
823
|
+
<!-- Placeholder for Future Speakeasy SDK Sections -->
|
|
824
|
+
|
|
825
|
+
# Development
|
|
826
|
+
|
|
827
|
+
## Maturity
|
|
828
|
+
|
|
829
|
+
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage
|
|
830
|
+
to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally
|
|
831
|
+
looking for the latest version.
|
|
832
|
+
|
|
833
|
+
## Contributions
|
|
834
|
+
|
|
835
|
+
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
|
|
836
|
+
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
|
|
837
|
+
|
|
838
|
+
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@vercel/sdk&utm_campaign=typescript)
|