@vercel/sdk 14.0.0-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/README.md +35 -0
- package/README.md +844 -0
- package/dist/commonjs/core.d.ts +10 -0
- package/dist/commonjs/core.d.ts.map +1 -0
- package/dist/commonjs/core.js +17 -0
- package/dist/commonjs/core.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsCreate.js +97 -0
- package/dist/commonjs/funcs/accessGroupsCreate.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsDelete.js +103 -0
- package/dist/commonjs/funcs/accessGroupsDelete.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsList.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsList.js +102 -0
- package/dist/commonjs/funcs/accessGroupsList.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsListMembers.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsListMembers.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsListMembers.js +105 -0
- package/dist/commonjs/funcs/accessGroupsListMembers.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsListProjects.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsListProjects.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsListProjects.js +104 -0
- package/dist/commonjs/funcs/accessGroupsListProjects.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsRead.d.ts +15 -0
- package/dist/commonjs/funcs/accessGroupsRead.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsRead.js +102 -0
- package/dist/commonjs/funcs/accessGroupsRead.js.map +1 -0
- package/dist/commonjs/funcs/accessGroupsUpdate.d.ts +16 -0
- package/dist/commonjs/funcs/accessGroupsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/accessGroupsUpdate.js +104 -0
- package/dist/commonjs/funcs/accessGroupsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/aliasesAssign.d.ts +15 -0
- package/dist/commonjs/funcs/aliasesAssign.d.ts.map +1 -0
- package/dist/commonjs/funcs/aliasesAssign.js +103 -0
- package/dist/commonjs/funcs/aliasesAssign.js.map +1 -0
- package/dist/commonjs/funcs/aliasesDelete.d.ts +15 -0
- package/dist/commonjs/funcs/aliasesDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/aliasesDelete.js +102 -0
- package/dist/commonjs/funcs/aliasesDelete.js.map +1 -0
- package/dist/commonjs/funcs/aliasesGet.d.ts +15 -0
- package/dist/commonjs/funcs/aliasesGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/aliasesGet.js +107 -0
- package/dist/commonjs/funcs/aliasesGet.js.map +1 -0
- package/dist/commonjs/funcs/aliasesList.d.ts +16 -0
- package/dist/commonjs/funcs/aliasesList.d.ts.map +1 -0
- package/dist/commonjs/funcs/aliasesList.js +119 -0
- package/dist/commonjs/funcs/aliasesList.js.map +1 -0
- package/dist/commonjs/funcs/artifactsDownload.d.ts +15 -0
- package/dist/commonjs/funcs/artifactsDownload.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsDownload.js +107 -0
- package/dist/commonjs/funcs/artifactsDownload.js.map +1 -0
- package/dist/commonjs/funcs/artifactsExists.d.ts +15 -0
- package/dist/commonjs/funcs/artifactsExists.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsExists.js +103 -0
- package/dist/commonjs/funcs/artifactsExists.js.map +1 -0
- package/dist/commonjs/funcs/artifactsQuery.d.ts +17 -0
- package/dist/commonjs/funcs/artifactsQuery.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsQuery.js +98 -0
- package/dist/commonjs/funcs/artifactsQuery.js.map +1 -0
- package/dist/commonjs/funcs/artifactsRecordEvents.d.ts +15 -0
- package/dist/commonjs/funcs/artifactsRecordEvents.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsRecordEvents.js +100 -0
- package/dist/commonjs/funcs/artifactsRecordEvents.js.map +1 -0
- package/dist/commonjs/funcs/artifactsStatus.d.ts +15 -0
- package/dist/commonjs/funcs/artifactsStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsStatus.js +96 -0
- package/dist/commonjs/funcs/artifactsStatus.js.map +1 -0
- package/dist/commonjs/funcs/artifactsUpload.d.ts +15 -0
- package/dist/commonjs/funcs/artifactsUpload.d.ts.map +1 -0
- package/dist/commonjs/funcs/artifactsUpload.js +108 -0
- package/dist/commonjs/funcs/artifactsUpload.js.map +1 -0
- package/dist/commonjs/funcs/authenticationLogin.d.ts +15 -0
- package/dist/commonjs/funcs/authenticationLogin.d.ts.map +1 -0
- package/dist/commonjs/funcs/authenticationLogin.js +89 -0
- package/dist/commonjs/funcs/authenticationLogin.js.map +1 -0
- package/dist/commonjs/funcs/authenticationVerify.d.ts +15 -0
- package/dist/commonjs/funcs/authenticationVerify.d.ts.map +1 -0
- package/dist/commonjs/funcs/authenticationVerify.js +104 -0
- package/dist/commonjs/funcs/authenticationVerify.js.map +1 -0
- package/dist/commonjs/funcs/certsGetById.d.ts +15 -0
- package/dist/commonjs/funcs/certsGetById.d.ts.map +1 -0
- package/dist/commonjs/funcs/certsGetById.js +102 -0
- package/dist/commonjs/funcs/certsGetById.js.map +1 -0
- package/dist/commonjs/funcs/certsIssue.d.ts +15 -0
- package/dist/commonjs/funcs/certsIssue.d.ts.map +1 -0
- package/dist/commonjs/funcs/certsIssue.js +97 -0
- package/dist/commonjs/funcs/certsIssue.js.map +1 -0
- package/dist/commonjs/funcs/certsRemove.d.ts +15 -0
- package/dist/commonjs/funcs/certsRemove.d.ts.map +1 -0
- package/dist/commonjs/funcs/certsRemove.js +102 -0
- package/dist/commonjs/funcs/certsRemove.js.map +1 -0
- package/dist/commonjs/funcs/certsUpload.d.ts +15 -0
- package/dist/commonjs/funcs/certsUpload.d.ts.map +1 -0
- package/dist/commonjs/funcs/certsUpload.js +97 -0
- package/dist/commonjs/funcs/certsUpload.js.map +1 -0
- package/dist/commonjs/funcs/checksCreate.d.ts +15 -0
- package/dist/commonjs/funcs/checksCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/checksCreate.js +103 -0
- package/dist/commonjs/funcs/checksCreate.js.map +1 -0
- package/dist/commonjs/funcs/checksGet.d.ts +15 -0
- package/dist/commonjs/funcs/checksGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/checksGet.js +106 -0
- package/dist/commonjs/funcs/checksGet.js.map +1 -0
- package/dist/commonjs/funcs/checksList.d.ts +15 -0
- package/dist/commonjs/funcs/checksList.d.ts.map +1 -0
- package/dist/commonjs/funcs/checksList.js +102 -0
- package/dist/commonjs/funcs/checksList.js.map +1 -0
- package/dist/commonjs/funcs/checksRerequest.d.ts +15 -0
- package/dist/commonjs/funcs/checksRerequest.d.ts.map +1 -0
- package/dist/commonjs/funcs/checksRerequest.js +106 -0
- package/dist/commonjs/funcs/checksRerequest.js.map +1 -0
- package/dist/commonjs/funcs/checksUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/checksUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/checksUpdate.js +107 -0
- package/dist/commonjs/funcs/checksUpdate.js.map +1 -0
- package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts +9 -0
- package/dist/commonjs/funcs/dataCacheBillingSettings.d.ts.map +1 -0
- package/dist/commonjs/funcs/dataCacheBillingSettings.js +83 -0
- package/dist/commonjs/funcs/dataCacheBillingSettings.js.map +1 -0
- package/dist/commonjs/funcs/datacachePurgeall.d.ts +9 -0
- package/dist/commonjs/funcs/datacachePurgeall.d.ts.map +1 -0
- package/dist/commonjs/funcs/datacachePurgeall.js +85 -0
- package/dist/commonjs/funcs/datacachePurgeall.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsCancel.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsCancel.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsCancel.js +102 -0
- package/dist/commonjs/funcs/deploymentsCancel.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsCreate.js +99 -0
- package/dist/commonjs/funcs/deploymentsCreate.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsDelete.js +103 -0
- package/dist/commonjs/funcs/deploymentsDelete.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsGet.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsGet.js +103 -0
- package/dist/commonjs/funcs/deploymentsGet.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsGetEvents.d.ts +21 -0
- package/dist/commonjs/funcs/deploymentsGetEvents.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsGetEvents.js +120 -0
- package/dist/commonjs/funcs/deploymentsGetEvents.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsGetFileContents.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsGetFileContents.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsGetFileContents.js +108 -0
- package/dist/commonjs/funcs/deploymentsGetFileContents.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsList.d.ts +16 -0
- package/dist/commonjs/funcs/deploymentsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsList.js +123 -0
- package/dist/commonjs/funcs/deploymentsList.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsListAliases.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsListAliases.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsListAliases.js +102 -0
- package/dist/commonjs/funcs/deploymentsListAliases.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsListFiles.d.ts +16 -0
- package/dist/commonjs/funcs/deploymentsListFiles.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsListFiles.js +104 -0
- package/dist/commonjs/funcs/deploymentsListFiles.js.map +1 -0
- package/dist/commonjs/funcs/deploymentsUploadFile.d.ts +15 -0
- package/dist/commonjs/funcs/deploymentsUploadFile.d.ts.map +1 -0
- package/dist/commonjs/funcs/deploymentsUploadFile.js +106 -0
- package/dist/commonjs/funcs/deploymentsUploadFile.js.map +1 -0
- package/dist/commonjs/funcs/dnsCreateRecord.d.ts +15 -0
- package/dist/commonjs/funcs/dnsCreateRecord.d.ts.map +1 -0
- package/dist/commonjs/funcs/dnsCreateRecord.js +103 -0
- package/dist/commonjs/funcs/dnsCreateRecord.js.map +1 -0
- package/dist/commonjs/funcs/dnsListRecords.d.ts +16 -0
- package/dist/commonjs/funcs/dnsListRecords.d.ts.map +1 -0
- package/dist/commonjs/funcs/dnsListRecords.js +121 -0
- package/dist/commonjs/funcs/dnsListRecords.js.map +1 -0
- package/dist/commonjs/funcs/dnsRemoveRecord.d.ts +15 -0
- package/dist/commonjs/funcs/dnsRemoveRecord.d.ts.map +1 -0
- package/dist/commonjs/funcs/dnsRemoveRecord.js +106 -0
- package/dist/commonjs/funcs/dnsRemoveRecord.js.map +1 -0
- package/dist/commonjs/funcs/dnsUpdateRecord.d.ts +15 -0
- package/dist/commonjs/funcs/dnsUpdateRecord.d.ts.map +1 -0
- package/dist/commonjs/funcs/dnsUpdateRecord.js +103 -0
- package/dist/commonjs/funcs/dnsUpdateRecord.js.map +1 -0
- package/dist/commonjs/funcs/domainsBuy.d.ts +15 -0
- package/dist/commonjs/funcs/domainsBuy.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsBuy.js +97 -0
- package/dist/commonjs/funcs/domainsBuy.js.map +1 -0
- package/dist/commonjs/funcs/domainsCheckPrice.d.ts +15 -0
- package/dist/commonjs/funcs/domainsCheckPrice.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsCheckPrice.js +98 -0
- package/dist/commonjs/funcs/domainsCheckPrice.js.map +1 -0
- package/dist/commonjs/funcs/domainsCheckStatus.d.ts +15 -0
- package/dist/commonjs/funcs/domainsCheckStatus.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsCheckStatus.js +97 -0
- package/dist/commonjs/funcs/domainsCheckStatus.js.map +1 -0
- package/dist/commonjs/funcs/domainsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/domainsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsCreate.js +103 -0
- package/dist/commonjs/funcs/domainsCreate.js.map +1 -0
- package/dist/commonjs/funcs/domainsCreateOrTransfer.d.ts +15 -0
- package/dist/commonjs/funcs/domainsCreateOrTransfer.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsCreateOrTransfer.js +97 -0
- package/dist/commonjs/funcs/domainsCreateOrTransfer.js.map +1 -0
- package/dist/commonjs/funcs/domainsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/domainsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsDelete.js +102 -0
- package/dist/commonjs/funcs/domainsDelete.js.map +1 -0
- package/dist/commonjs/funcs/domainsGet.d.ts +15 -0
- package/dist/commonjs/funcs/domainsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsGet.js +102 -0
- package/dist/commonjs/funcs/domainsGet.js.map +1 -0
- package/dist/commonjs/funcs/domainsGetConfig.d.ts +15 -0
- package/dist/commonjs/funcs/domainsGetConfig.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsGetConfig.js +103 -0
- package/dist/commonjs/funcs/domainsGetConfig.js.map +1 -0
- package/dist/commonjs/funcs/domainsGetTransfer.d.ts +15 -0
- package/dist/commonjs/funcs/domainsGetTransfer.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsGetTransfer.js +102 -0
- package/dist/commonjs/funcs/domainsGetTransfer.js.map +1 -0
- package/dist/commonjs/funcs/domainsList.d.ts +16 -0
- package/dist/commonjs/funcs/domainsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsList.js +115 -0
- package/dist/commonjs/funcs/domainsList.js.map +1 -0
- package/dist/commonjs/funcs/domainsListByProject.d.ts +16 -0
- package/dist/commonjs/funcs/domainsListByProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsListByProject.js +127 -0
- package/dist/commonjs/funcs/domainsListByProject.js.map +1 -0
- package/dist/commonjs/funcs/domainsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/domainsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsUpdate.js +103 -0
- package/dist/commonjs/funcs/domainsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/domainsVerify.d.ts +15 -0
- package/dist/commonjs/funcs/domainsVerify.d.ts.map +1 -0
- package/dist/commonjs/funcs/domainsVerify.js +106 -0
- package/dist/commonjs/funcs/domainsVerify.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsCreate.js +97 -0
- package/dist/commonjs/funcs/edgeConfigsCreate.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsCreateToken.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsCreateToken.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsCreateToken.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsCreateToken.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDelete.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsDelete.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteSchema.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteSchema.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteSchema.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteSchema.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteTokens.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteTokens.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteTokens.js +104 -0
- package/dist/commonjs/funcs/edgeConfigsDeleteTokens.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGet.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGet.js +102 -0
- package/dist/commonjs/funcs/edgeConfigsGet.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetItem.d.ts +16 -0
- package/dist/commonjs/funcs/edgeConfigsGetItem.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetItem.js +104 -0
- package/dist/commonjs/funcs/edgeConfigsGetItem.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetItems.d.ts +16 -0
- package/dist/commonjs/funcs/edgeConfigsGetItems.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetItems.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsGetItems.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetSchema.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsGetSchema.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetSchema.js +102 -0
- package/dist/commonjs/funcs/edgeConfigsGetSchema.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetToken.d.ts +16 -0
- package/dist/commonjs/funcs/edgeConfigsGetToken.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetToken.js +107 -0
- package/dist/commonjs/funcs/edgeConfigsGetToken.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetTokens.d.ts +16 -0
- package/dist/commonjs/funcs/edgeConfigsGetTokens.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsGetTokens.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsGetTokens.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsList.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsList.js +96 -0
- package/dist/commonjs/funcs/edgeConfigsList.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsUpdate.js +103 -0
- package/dist/commonjs/funcs/edgeConfigsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsUpdateSchema.d.ts +15 -0
- package/dist/commonjs/funcs/edgeConfigsUpdateSchema.d.ts.map +1 -0
- package/dist/commonjs/funcs/edgeConfigsUpdateSchema.js +104 -0
- package/dist/commonjs/funcs/edgeConfigsUpdateSchema.js.map +1 -0
- package/dist/commonjs/funcs/envsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/envsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/envsCreate.js +104 -0
- package/dist/commonjs/funcs/envsCreate.js.map +1 -0
- package/dist/commonjs/funcs/envsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/envsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/envsDelete.js +106 -0
- package/dist/commonjs/funcs/envsDelete.js.map +1 -0
- package/dist/commonjs/funcs/envsGet.d.ts +15 -0
- package/dist/commonjs/funcs/envsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/envsGet.js +106 -0
- package/dist/commonjs/funcs/envsGet.js.map +1 -0
- package/dist/commonjs/funcs/envsListByProject.d.ts +15 -0
- package/dist/commonjs/funcs/envsListByProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/envsListByProject.js +105 -0
- package/dist/commonjs/funcs/envsListByProject.js.map +1 -0
- package/dist/commonjs/funcs/envsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/envsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/envsUpdate.js +107 -0
- package/dist/commonjs/funcs/envsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/eventsList.d.ts +15 -0
- package/dist/commonjs/funcs/eventsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/eventsList.js +102 -0
- package/dist/commonjs/funcs/eventsList.js.map +1 -0
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts +15 -0
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.js +103 -0
- package/dist/commonjs/funcs/integrationsDeleteConfiguration.js.map +1 -0
- package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts +15 -0
- package/dist/commonjs/funcs/integrationsGetConfiguration.d.ts.map +1 -0
- package/dist/commonjs/funcs/integrationsGetConfiguration.js +102 -0
- package/dist/commonjs/funcs/integrationsGetConfiguration.js.map +1 -0
- package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts +15 -0
- package/dist/commonjs/funcs/integrationsGetConfigurations.d.ts.map +1 -0
- package/dist/commonjs/funcs/integrationsGetConfigurations.js +97 -0
- package/dist/commonjs/funcs/integrationsGetConfigurations.js.map +1 -0
- package/dist/commonjs/funcs/integrationsGetGitNamespaces.d.ts +15 -0
- package/dist/commonjs/funcs/integrationsGetGitNamespaces.d.ts.map +1 -0
- package/dist/commonjs/funcs/integrationsGetGitNamespaces.js +99 -0
- package/dist/commonjs/funcs/integrationsGetGitNamespaces.js.map +1 -0
- package/dist/commonjs/funcs/integrationsSearchRepos.d.ts +15 -0
- package/dist/commonjs/funcs/integrationsSearchRepos.d.ts.map +1 -0
- package/dist/commonjs/funcs/integrationsSearchRepos.js +101 -0
- package/dist/commonjs/funcs/integrationsSearchRepos.js.map +1 -0
- package/dist/commonjs/funcs/listDeploymentBuilds.d.ts +12 -0
- package/dist/commonjs/funcs/listDeploymentBuilds.d.ts.map +1 -0
- package/dist/commonjs/funcs/listDeploymentBuilds.js +89 -0
- package/dist/commonjs/funcs/listDeploymentBuilds.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsCreate.js +97 -0
- package/dist/commonjs/funcs/logDrainsCreate.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsCreateConfigurable.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsCreateConfigurable.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsCreateConfigurable.js +97 -0
- package/dist/commonjs/funcs/logDrainsCreateConfigurable.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsDeleteConfigurable.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsDeleteConfigurable.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsDeleteConfigurable.js +103 -0
- package/dist/commonjs/funcs/logDrainsDeleteConfigurable.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsDeleteIntegration.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsDeleteIntegration.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsDeleteIntegration.js +103 -0
- package/dist/commonjs/funcs/logDrainsDeleteIntegration.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsGetAll.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsGetAll.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsGetAll.js +98 -0
- package/dist/commonjs/funcs/logDrainsGetAll.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsGetConfigurable.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsGetConfigurable.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsGetConfigurable.js +102 -0
- package/dist/commonjs/funcs/logDrainsGetConfigurable.js.map +1 -0
- package/dist/commonjs/funcs/logDrainsList.d.ts +15 -0
- package/dist/commonjs/funcs/logDrainsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/logDrainsList.js +97 -0
- package/dist/commonjs/funcs/logDrainsList.js.map +1 -0
- package/dist/commonjs/funcs/projectDomainsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/projectDomainsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectDomainsDelete.js +106 -0
- package/dist/commonjs/funcs/projectDomainsDelete.js.map +1 -0
- package/dist/commonjs/funcs/projectDomainsGet.d.ts +15 -0
- package/dist/commonjs/funcs/projectDomainsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectDomainsGet.js +106 -0
- package/dist/commonjs/funcs/projectDomainsGet.js.map +1 -0
- package/dist/commonjs/funcs/projectDomainsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/projectDomainsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectDomainsUpdate.js +107 -0
- package/dist/commonjs/funcs/projectDomainsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/projectMembersAdd.d.ts +15 -0
- package/dist/commonjs/funcs/projectMembersAdd.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectMembersAdd.js +103 -0
- package/dist/commonjs/funcs/projectMembersAdd.js.map +1 -0
- package/dist/commonjs/funcs/projectMembersGet.d.ts +15 -0
- package/dist/commonjs/funcs/projectMembersGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectMembersGet.js +106 -0
- package/dist/commonjs/funcs/projectMembersGet.js.map +1 -0
- package/dist/commonjs/funcs/projectMembersRemove.d.ts +15 -0
- package/dist/commonjs/funcs/projectMembersRemove.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectMembersRemove.js +106 -0
- package/dist/commonjs/funcs/projectMembersRemove.js.map +1 -0
- package/dist/commonjs/funcs/projectsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/projectsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsCreate.js +97 -0
- package/dist/commonjs/funcs/projectsCreate.js.map +1 -0
- package/dist/commonjs/funcs/projectsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/projectsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsDelete.js +103 -0
- package/dist/commonjs/funcs/projectsDelete.js.map +1 -0
- package/dist/commonjs/funcs/projectsGetAll.d.ts +16 -0
- package/dist/commonjs/funcs/projectsGetAll.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsGetAll.js +123 -0
- package/dist/commonjs/funcs/projectsGetAll.js.map +1 -0
- package/dist/commonjs/funcs/projectsPause.d.ts +15 -0
- package/dist/commonjs/funcs/projectsPause.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsPause.js +103 -0
- package/dist/commonjs/funcs/projectsPause.js.map +1 -0
- package/dist/commonjs/funcs/projectsUnpause.d.ts +15 -0
- package/dist/commonjs/funcs/projectsUnpause.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsUnpause.js +103 -0
- package/dist/commonjs/funcs/projectsUnpause.js.map +1 -0
- package/dist/commonjs/funcs/projectsUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/projectsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsUpdate.js +103 -0
- package/dist/commonjs/funcs/projectsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/projectsUpdateDataCache.d.ts +15 -0
- package/dist/commonjs/funcs/projectsUpdateDataCache.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsUpdateDataCache.js +103 -0
- package/dist/commonjs/funcs/projectsUpdateDataCache.js.map +1 -0
- package/dist/commonjs/funcs/promotionsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/promotionsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/promotionsCreate.js +107 -0
- package/dist/commonjs/funcs/promotionsCreate.js.map +1 -0
- package/dist/commonjs/funcs/promotionsListAliases.d.ts +16 -0
- package/dist/commonjs/funcs/promotionsListAliases.d.ts.map +1 -0
- package/dist/commonjs/funcs/promotionsListAliases.js +122 -0
- package/dist/commonjs/funcs/promotionsListAliases.js.map +1 -0
- package/dist/commonjs/funcs/protectionBypassUpdate.d.ts +15 -0
- package/dist/commonjs/funcs/protectionBypassUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/protectionBypassUpdate.js +103 -0
- package/dist/commonjs/funcs/protectionBypassUpdate.js.map +1 -0
- package/dist/commonjs/funcs/secretsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/secretsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/secretsCreate.js +98 -0
- package/dist/commonjs/funcs/secretsCreate.js.map +1 -0
- package/dist/commonjs/funcs/secretsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/secretsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/secretsDelete.js +102 -0
- package/dist/commonjs/funcs/secretsDelete.js.map +1 -0
- package/dist/commonjs/funcs/secretsGet.d.ts +15 -0
- package/dist/commonjs/funcs/secretsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/secretsGet.js +103 -0
- package/dist/commonjs/funcs/secretsGet.js.map +1 -0
- package/dist/commonjs/funcs/secretsList.d.ts +15 -0
- package/dist/commonjs/funcs/secretsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/secretsList.js +98 -0
- package/dist/commonjs/funcs/secretsList.js.map +1 -0
- package/dist/commonjs/funcs/secretsRename.d.ts +15 -0
- package/dist/commonjs/funcs/secretsRename.d.ts.map +1 -0
- package/dist/commonjs/funcs/secretsRename.js +103 -0
- package/dist/commonjs/funcs/secretsRename.js.map +1 -0
- package/dist/commonjs/funcs/teamsCreate.d.ts +15 -0
- package/dist/commonjs/funcs/teamsCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsCreate.js +94 -0
- package/dist/commonjs/funcs/teamsCreate.js.map +1 -0
- package/dist/commonjs/funcs/teamsDelete.d.ts +15 -0
- package/dist/commonjs/funcs/teamsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsDelete.js +103 -0
- package/dist/commonjs/funcs/teamsDelete.js.map +1 -0
- package/dist/commonjs/funcs/teamsDeleteInviteCode.d.ts +15 -0
- package/dist/commonjs/funcs/teamsDeleteInviteCode.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsDeleteInviteCode.js +101 -0
- package/dist/commonjs/funcs/teamsDeleteInviteCode.js.map +1 -0
- package/dist/commonjs/funcs/teamsGet.d.ts +16 -0
- package/dist/commonjs/funcs/teamsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsGet.js +98 -0
- package/dist/commonjs/funcs/teamsGet.js.map +1 -0
- package/dist/commonjs/funcs/teamsGetAccessRequest.d.ts +15 -0
- package/dist/commonjs/funcs/teamsGetAccessRequest.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsGetAccessRequest.js +101 -0
- package/dist/commonjs/funcs/teamsGetAccessRequest.js.map +1 -0
- package/dist/commonjs/funcs/teamsGetMembers.d.ts +15 -0
- package/dist/commonjs/funcs/teamsGetMembers.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsGetMembers.js +107 -0
- package/dist/commonjs/funcs/teamsGetMembers.js.map +1 -0
- package/dist/commonjs/funcs/teamsInviteUser.d.ts +15 -0
- package/dist/commonjs/funcs/teamsInviteUser.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsInviteUser.js +98 -0
- package/dist/commonjs/funcs/teamsInviteUser.js.map +1 -0
- package/dist/commonjs/funcs/teamsJoin.d.ts +15 -0
- package/dist/commonjs/funcs/teamsJoin.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsJoin.js +98 -0
- package/dist/commonjs/funcs/teamsJoin.js.map +1 -0
- package/dist/commonjs/funcs/teamsList.d.ts +15 -0
- package/dist/commonjs/funcs/teamsList.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsList.js +97 -0
- package/dist/commonjs/funcs/teamsList.js.map +1 -0
- package/dist/commonjs/funcs/teamsRemoveMember.d.ts +15 -0
- package/dist/commonjs/funcs/teamsRemoveMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsRemoveMember.js +101 -0
- package/dist/commonjs/funcs/teamsRemoveMember.js.map +1 -0
- package/dist/commonjs/funcs/teamsRequestAccess.d.ts +15 -0
- package/dist/commonjs/funcs/teamsRequestAccess.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsRequestAccess.js +98 -0
- package/dist/commonjs/funcs/teamsRequestAccess.js.map +1 -0
- package/dist/commonjs/funcs/teamsUpdate.d.ts +16 -0
- package/dist/commonjs/funcs/teamsUpdate.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsUpdate.js +103 -0
- package/dist/commonjs/funcs/teamsUpdate.js.map +1 -0
- package/dist/commonjs/funcs/teamsUpdateMember.d.ts +15 -0
- package/dist/commonjs/funcs/teamsUpdateMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/teamsUpdateMember.js +102 -0
- package/dist/commonjs/funcs/teamsUpdateMember.js.map +1 -0
- package/dist/commonjs/funcs/tokensCreate.d.ts +15 -0
- package/dist/commonjs/funcs/tokensCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/tokensCreate.js +97 -0
- package/dist/commonjs/funcs/tokensCreate.js.map +1 -0
- package/dist/commonjs/funcs/tokensDelete.d.ts +15 -0
- package/dist/commonjs/funcs/tokensDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/tokensDelete.js +97 -0
- package/dist/commonjs/funcs/tokensDelete.js.map +1 -0
- package/dist/commonjs/funcs/tokensGet.d.ts +15 -0
- package/dist/commonjs/funcs/tokensGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/tokensGet.js +97 -0
- package/dist/commonjs/funcs/tokensGet.js.map +1 -0
- package/dist/commonjs/funcs/tokensList.d.ts +15 -0
- package/dist/commonjs/funcs/tokensList.d.ts.map +1 -0
- package/dist/commonjs/funcs/tokensList.js +81 -0
- package/dist/commonjs/funcs/tokensList.js.map +1 -0
- package/dist/commonjs/funcs/userGetAuthUser.d.ts +15 -0
- package/dist/commonjs/funcs/userGetAuthUser.d.ts.map +1 -0
- package/dist/commonjs/funcs/userGetAuthUser.js +81 -0
- package/dist/commonjs/funcs/userGetAuthUser.js.map +1 -0
- package/dist/commonjs/funcs/userRequestDelete.d.ts +15 -0
- package/dist/commonjs/funcs/userRequestDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/userRequestDelete.js +94 -0
- package/dist/commonjs/funcs/userRequestDelete.js.map +1 -0
- package/dist/commonjs/funcs/webhooksCreate.d.ts +15 -0
- package/dist/commonjs/funcs/webhooksCreate.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksCreate.js +97 -0
- package/dist/commonjs/funcs/webhooksCreate.js.map +1 -0
- package/dist/commonjs/funcs/webhooksDelete.d.ts +15 -0
- package/dist/commonjs/funcs/webhooksDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksDelete.js +103 -0
- package/dist/commonjs/funcs/webhooksDelete.js.map +1 -0
- package/dist/commonjs/funcs/webhooksGet.d.ts +15 -0
- package/dist/commonjs/funcs/webhooksGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksGet.js +102 -0
- package/dist/commonjs/funcs/webhooksGet.js.map +1 -0
- package/dist/commonjs/funcs/webhooksList.d.ts +15 -0
- package/dist/commonjs/funcs/webhooksList.d.ts.map +1 -0
- package/dist/commonjs/funcs/webhooksList.js +97 -0
- package/dist/commonjs/funcs/webhooksList.js.map +1 -0
- package/dist/commonjs/hooks/hooks.d.ts +24 -0
- package/dist/commonjs/hooks/hooks.d.ts.map +1 -0
- package/dist/commonjs/hooks/hooks.js +68 -0
- package/dist/commonjs/hooks/hooks.js.map +1 -0
- package/dist/commonjs/hooks/registration.d.ts +3 -0
- package/dist/commonjs/hooks/registration.d.ts.map +1 -0
- package/dist/commonjs/hooks/registration.js +15 -0
- package/dist/commonjs/hooks/registration.js.map +1 -0
- package/dist/commonjs/hooks/types.d.ts +72 -0
- package/dist/commonjs/hooks/types.d.ts.map +1 -0
- package/dist/commonjs/hooks/types.js +6 -0
- package/dist/commonjs/hooks/types.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +36 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lib/base64.d.ts +10 -0
- package/dist/commonjs/lib/base64.d.ts.map +1 -0
- package/dist/commonjs/lib/base64.js +61 -0
- package/dist/commonjs/lib/base64.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +34 -0
- package/dist/commonjs/lib/config.d.ts.map +1 -0
- package/dist/commonjs/lib/config.js +39 -0
- package/dist/commonjs/lib/config.js.map +1 -0
- package/dist/commonjs/lib/dlv.d.ts +14 -0
- package/dist/commonjs/lib/dlv.d.ts.map +1 -0
- package/dist/commonjs/lib/dlv.js +49 -0
- package/dist/commonjs/lib/dlv.js.map +1 -0
- package/dist/commonjs/lib/encodings.d.ts +51 -0
- package/dist/commonjs/lib/encodings.d.ts.map +1 -0
- package/dist/commonjs/lib/encodings.js +343 -0
- package/dist/commonjs/lib/encodings.js.map +1 -0
- package/dist/commonjs/lib/files.d.ts +8 -0
- package/dist/commonjs/lib/files.d.ts.map +1 -0
- package/dist/commonjs/lib/files.js +36 -0
- package/dist/commonjs/lib/files.js.map +1 -0
- package/dist/commonjs/lib/http.d.ts +67 -0
- package/dist/commonjs/lib/http.d.ts.map +1 -0
- package/dist/commonjs/lib/http.js +218 -0
- package/dist/commonjs/lib/http.js.map +1 -0
- package/dist/commonjs/lib/is-plain-object.d.ts +2 -0
- package/dist/commonjs/lib/is-plain-object.d.ts.map +1 -0
- package/dist/commonjs/lib/is-plain-object.js +41 -0
- package/dist/commonjs/lib/is-plain-object.js.map +1 -0
- package/dist/commonjs/lib/logger.d.ts +6 -0
- package/dist/commonjs/lib/logger.d.ts.map +1 -0
- package/dist/commonjs/lib/logger.js +6 -0
- package/dist/commonjs/lib/logger.js.map +1 -0
- package/dist/commonjs/lib/matchers.d.ts +64 -0
- package/dist/commonjs/lib/matchers.d.ts.map +1 -0
- package/dist/commonjs/lib/matchers.js +205 -0
- package/dist/commonjs/lib/matchers.js.map +1 -0
- package/dist/commonjs/lib/primitives.d.ts +16 -0
- package/dist/commonjs/lib/primitives.d.ts.map +1 -0
- package/dist/commonjs/lib/primitives.js +29 -0
- package/dist/commonjs/lib/primitives.js.map +1 -0
- package/dist/commonjs/lib/retries.d.ts +18 -0
- package/dist/commonjs/lib/retries.d.ts.map +1 -0
- package/dist/commonjs/lib/retries.js +130 -0
- package/dist/commonjs/lib/retries.js.map +1 -0
- package/dist/commonjs/lib/schemas.d.ts +19 -0
- package/dist/commonjs/lib/schemas.d.ts.map +1 -0
- package/dist/commonjs/lib/schemas.js +59 -0
- package/dist/commonjs/lib/schemas.js.map +1 -0
- package/dist/commonjs/lib/sdks.d.ts +59 -0
- package/dist/commonjs/lib/sdks.d.ts.map +1 -0
- package/dist/commonjs/lib/sdks.js +255 -0
- package/dist/commonjs/lib/sdks.js.map +1 -0
- package/dist/commonjs/lib/security.d.ts +63 -0
- package/dist/commonjs/lib/security.d.ts.map +1 -0
- package/dist/commonjs/lib/security.js +128 -0
- package/dist/commonjs/lib/security.js.map +1 -0
- package/dist/commonjs/lib/url.d.ts +5 -0
- package/dist/commonjs/lib/url.d.ts.map +1 -0
- package/dist/commonjs/lib/url.js +25 -0
- package/dist/commonjs/lib/url.js.map +1 -0
- package/dist/commonjs/models/components/accessgroup.d.ts +61 -0
- package/dist/commonjs/models/components/accessgroup.d.ts.map +1 -0
- package/dist/commonjs/models/components/accessgroup.js +62 -0
- package/dist/commonjs/models/components/accessgroup.js.map +1 -0
- package/dist/commonjs/models/components/aclaction.d.ts +43 -0
- package/dist/commonjs/models/components/aclaction.d.ts.map +1 -0
- package/dist/commonjs/models/components/aclaction.js +57 -0
- package/dist/commonjs/models/components/aclaction.js.map +1 -0
- package/dist/commonjs/models/components/authtoken.d.ts +276 -0
- package/dist/commonjs/models/components/authtoken.d.ts.map +1 -0
- package/dist/commonjs/models/components/authtoken.js +229 -0
- package/dist/commonjs/models/components/authtoken.js.map +1 -0
- package/dist/commonjs/models/components/authuser.d.ts +5747 -0
- package/dist/commonjs/models/components/authuser.d.ts.map +1 -0
- package/dist/commonjs/models/components/authuser.js +4618 -0
- package/dist/commonjs/models/components/authuser.js.map +1 -0
- package/dist/commonjs/models/components/authuserlimited.d.ts +95 -0
- package/dist/commonjs/models/components/authuserlimited.d.ts.map +1 -0
- package/dist/commonjs/models/components/authuserlimited.js +85 -0
- package/dist/commonjs/models/components/authuserlimited.js.map +1 -0
- package/dist/commonjs/models/components/edgeconfigitem.d.ts +39 -0
- package/dist/commonjs/models/components/edgeconfigitem.d.ts.map +1 -0
- package/dist/commonjs/models/components/edgeconfigitem.js +61 -0
- package/dist/commonjs/models/components/edgeconfigitem.js.map +1 -0
- package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts +25 -0
- package/dist/commonjs/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/dist/commonjs/models/components/edgeconfigitemvalue.js +58 -0
- package/dist/commonjs/models/components/edgeconfigitemvalue.js.map +1 -0
- package/dist/commonjs/models/components/edgeconfigtoken.d.ts +39 -0
- package/dist/commonjs/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/dist/commonjs/models/components/edgeconfigtoken.js +58 -0
- package/dist/commonjs/models/components/edgeconfigtoken.js.map +1 -0
- package/dist/commonjs/models/components/filetree.d.ts +105 -0
- package/dist/commonjs/models/components/filetree.d.ts.map +1 -0
- package/dist/commonjs/models/components/filetree.js +88 -0
- package/dist/commonjs/models/components/filetree.js.map +1 -0
- package/dist/commonjs/models/components/flagjsonvalue.d.ts +25 -0
- package/dist/commonjs/models/components/flagjsonvalue.d.ts.map +1 -0
- package/dist/commonjs/models/components/flagjsonvalue.js +58 -0
- package/dist/commonjs/models/components/flagjsonvalue.js.map +1 -0
- package/dist/commonjs/models/components/pagination.d.ts +41 -0
- package/dist/commonjs/models/components/pagination.d.ts.map +1 -0
- package/dist/commonjs/models/components/pagination.js +54 -0
- package/dist/commonjs/models/components/pagination.js.map +1 -0
- package/dist/commonjs/models/components/security.d.ts +25 -0
- package/dist/commonjs/models/components/security.d.ts.map +1 -0
- package/dist/commonjs/models/components/security.js +50 -0
- package/dist/commonjs/models/components/security.js.map +1 -0
- package/dist/commonjs/models/components/team.d.ts +24 -0
- package/dist/commonjs/models/components/team.d.ts.map +1 -0
- package/dist/commonjs/models/components/team.js +47 -0
- package/dist/commonjs/models/components/team.js.map +1 -0
- package/dist/commonjs/models/components/teamlimited.d.ts +397 -0
- package/dist/commonjs/models/components/teamlimited.d.ts.map +1 -0
- package/dist/commonjs/models/components/teamlimited.js +283 -0
- package/dist/commonjs/models/components/teamlimited.js.map +1 -0
- package/dist/commonjs/models/components/userevent.d.ts +209 -0
- package/dist/commonjs/models/components/userevent.d.ts.map +1 -0
- package/dist/commonjs/models/components/userevent.js +149 -0
- package/dist/commonjs/models/components/userevent.js.map +1 -0
- package/dist/commonjs/models/errors/httpclienterrors.d.ts +44 -0
- package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +1 -0
- package/dist/commonjs/models/errors/httpclienterrors.js +78 -0
- package/dist/commonjs/models/errors/httpclienterrors.js.map +1 -0
- package/dist/commonjs/models/errors/sdkerror.d.ts +8 -0
- package/dist/commonjs/models/errors/sdkerror.d.ts.map +1 -0
- package/dist/commonjs/models/errors/sdkerror.js +21 -0
- package/dist/commonjs/models/errors/sdkerror.js.map +1 -0
- package/dist/commonjs/models/errors/sdkvalidationerror.d.ts +20 -0
- package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/dist/commonjs/models/errors/sdkvalidationerror.js +105 -0
- package/dist/commonjs/models/errors/sdkvalidationerror.js.map +1 -0
- package/dist/commonjs/models/operations/addprojectdomain.d.ts +203 -0
- package/dist/commonjs/models/operations/addprojectdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/addprojectdomain.js +180 -0
- package/dist/commonjs/models/operations/addprojectdomain.js.map +1 -0
- package/dist/commonjs/models/operations/addprojectmember.d.ts +311 -0
- package/dist/commonjs/models/operations/addprojectmember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/addprojectmember.js +260 -0
- package/dist/commonjs/models/operations/addprojectmember.js.map +1 -0
- package/dist/commonjs/models/operations/artifactexists.d.ts +38 -0
- package/dist/commonjs/models/operations/artifactexists.d.ts.map +1 -0
- package/dist/commonjs/models/operations/artifactexists.js +54 -0
- package/dist/commonjs/models/operations/artifactexists.js.map +1 -0
- package/dist/commonjs/models/operations/artifactquery.d.ts +153 -0
- package/dist/commonjs/models/operations/artifactquery.d.ts.map +1 -0
- package/dist/commonjs/models/operations/artifactquery.js +165 -0
- package/dist/commonjs/models/operations/artifactquery.js.map +1 -0
- package/dist/commonjs/models/operations/assignalias.d.ts +115 -0
- package/dist/commonjs/models/operations/assignalias.d.ts.map +1 -0
- package/dist/commonjs/models/operations/assignalias.js +111 -0
- package/dist/commonjs/models/operations/assignalias.js.map +1 -0
- package/dist/commonjs/models/operations/buydomain.d.ts +254 -0
- package/dist/commonjs/models/operations/buydomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/buydomain.js +219 -0
- package/dist/commonjs/models/operations/buydomain.js.map +1 -0
- package/dist/commonjs/models/operations/canceldeployment.d.ts +2766 -0
- package/dist/commonjs/models/operations/canceldeployment.d.ts.map +1 -0
- package/dist/commonjs/models/operations/canceldeployment.js +2331 -0
- package/dist/commonjs/models/operations/canceldeployment.js.map +1 -0
- package/dist/commonjs/models/operations/checkdomainprice.d.ts +109 -0
- package/dist/commonjs/models/operations/checkdomainprice.d.ts.map +1 -0
- package/dist/commonjs/models/operations/checkdomainprice.js +99 -0
- package/dist/commonjs/models/operations/checkdomainprice.js.map +1 -0
- package/dist/commonjs/models/operations/checkdomainstatus.d.ts +64 -0
- package/dist/commonjs/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/dist/commonjs/models/operations/checkdomainstatus.js +73 -0
- package/dist/commonjs/models/operations/checkdomainstatus.js.map +1 -0
- package/dist/commonjs/models/operations/createaccessgroup.d.ts +184 -0
- package/dist/commonjs/models/operations/createaccessgroup.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createaccessgroup.js +165 -0
- package/dist/commonjs/models/operations/createaccessgroup.js.map +1 -0
- package/dist/commonjs/models/operations/createauthtoken.d.ts +168 -0
- package/dist/commonjs/models/operations/createauthtoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createauthtoken.js +178 -0
- package/dist/commonjs/models/operations/createauthtoken.js.map +1 -0
- package/dist/commonjs/models/operations/createcheck.d.ts +509 -0
- package/dist/commonjs/models/operations/createcheck.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createcheck.js +453 -0
- package/dist/commonjs/models/operations/createcheck.js.map +1 -0
- package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts +465 -0
- package/dist/commonjs/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createconfigurablelogdrain.js +380 -0
- package/dist/commonjs/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/dist/commonjs/models/operations/createdeployment.d.ts +3718 -0
- package/dist/commonjs/models/operations/createdeployment.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createdeployment.js +3017 -0
- package/dist/commonjs/models/operations/createdeployment.js.map +1 -0
- package/dist/commonjs/models/operations/createedgeconfig.d.ts +258 -0
- package/dist/commonjs/models/operations/createedgeconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createedgeconfig.js +313 -0
- package/dist/commonjs/models/operations/createedgeconfig.js.map +1 -0
- package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts +85 -0
- package/dist/commonjs/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createedgeconfigtoken.js +107 -0
- package/dist/commonjs/models/operations/createedgeconfigtoken.js.map +1 -0
- package/dist/commonjs/models/operations/createlogdrain.d.ts +432 -0
- package/dist/commonjs/models/operations/createlogdrain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createlogdrain.js +305 -0
- package/dist/commonjs/models/operations/createlogdrain.js.map +1 -0
- package/dist/commonjs/models/operations/createortransferdomain.d.ts +370 -0
- package/dist/commonjs/models/operations/createortransferdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createortransferdomain.js +287 -0
- package/dist/commonjs/models/operations/createortransferdomain.js.map +1 -0
- package/dist/commonjs/models/operations/createproject.d.ts +4626 -0
- package/dist/commonjs/models/operations/createproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createproject.js +3798 -0
- package/dist/commonjs/models/operations/createproject.js.map +1 -0
- package/dist/commonjs/models/operations/createprojectenv.d.ts +2648 -0
- package/dist/commonjs/models/operations/createprojectenv.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createprojectenv.js +2311 -0
- package/dist/commonjs/models/operations/createprojectenv.js.map +1 -0
- package/dist/commonjs/models/operations/createrecord.d.ts +1195 -0
- package/dist/commonjs/models/operations/createrecord.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createrecord.js +814 -0
- package/dist/commonjs/models/operations/createrecord.js.map +1 -0
- package/dist/commonjs/models/operations/createsecret.d.ts +187 -0
- package/dist/commonjs/models/operations/createsecret.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createsecret.js +160 -0
- package/dist/commonjs/models/operations/createsecret.js.map +1 -0
- package/dist/commonjs/models/operations/createteam.d.ts +4925 -0
- package/dist/commonjs/models/operations/createteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createteam.js +4074 -0
- package/dist/commonjs/models/operations/createteam.js.map +1 -0
- package/dist/commonjs/models/operations/createwebhook.d.ts +321 -0
- package/dist/commonjs/models/operations/createwebhook.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createwebhook.js +208 -0
- package/dist/commonjs/models/operations/createwebhook.js.map +1 -0
- package/dist/commonjs/models/operations/datacachebillingsettings.d.ts +48 -0
- package/dist/commonjs/models/operations/datacachebillingsettings.d.ts.map +1 -0
- package/dist/commonjs/models/operations/datacachebillingsettings.js +69 -0
- package/dist/commonjs/models/operations/datacachebillingsettings.js.map +1 -0
- package/dist/commonjs/models/operations/datacachepurgeall.d.ts +25 -0
- package/dist/commonjs/models/operations/datacachepurgeall.d.ts.map +1 -0
- package/dist/commonjs/models/operations/datacachepurgeall.js +50 -0
- package/dist/commonjs/models/operations/datacachepurgeall.js.map +1 -0
- package/dist/commonjs/models/operations/deleteaccessgroup.d.ts +35 -0
- package/dist/commonjs/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteaccessgroup.js +54 -0
- package/dist/commonjs/models/operations/deleteaccessgroup.js.map +1 -0
- package/dist/commonjs/models/operations/deletealias.d.ts +87 -0
- package/dist/commonjs/models/operations/deletealias.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletealias.js +91 -0
- package/dist/commonjs/models/operations/deletealias.js.map +1 -0
- package/dist/commonjs/models/operations/deleteauthtoken.d.ts +57 -0
- package/dist/commonjs/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteauthtoken.js +69 -0
- package/dist/commonjs/models/operations/deleteauthtoken.js.map +1 -0
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts +35 -0
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js +54 -0
- package/dist/commonjs/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/dist/commonjs/models/operations/deleteconfiguration.d.ts +35 -0
- package/dist/commonjs/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteconfiguration.js +54 -0
- package/dist/commonjs/models/operations/deleteconfiguration.js.map +1 -0
- package/dist/commonjs/models/operations/deletedeployment.d.ts +106 -0
- package/dist/commonjs/models/operations/deletedeployment.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletedeployment.js +98 -0
- package/dist/commonjs/models/operations/deletedeployment.js.map +1 -0
- package/dist/commonjs/models/operations/deletedomain.d.ts +67 -0
- package/dist/commonjs/models/operations/deletedomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletedomain.js +73 -0
- package/dist/commonjs/models/operations/deletedomain.js.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfig.d.ts +35 -0
- package/dist/commonjs/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfig.js +54 -0
- package/dist/commonjs/models/operations/deleteedgeconfig.js.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts +35 -0
- package/dist/commonjs/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfigschema.js +54 -0
- package/dist/commonjs/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts +60 -0
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.js +86 -0
- package/dist/commonjs/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts +38 -0
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.js +54 -0
- package/dist/commonjs/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/dist/commonjs/models/operations/deleteproject.d.ts +38 -0
- package/dist/commonjs/models/operations/deleteproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteproject.js +54 -0
- package/dist/commonjs/models/operations/deleteproject.js.map +1 -0
- package/dist/commonjs/models/operations/deletesecret.d.ts +74 -0
- package/dist/commonjs/models/operations/deletesecret.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletesecret.js +77 -0
- package/dist/commonjs/models/operations/deletesecret.js.map +1 -0
- package/dist/commonjs/models/operations/deleteteam.d.ts +134 -0
- package/dist/commonjs/models/operations/deleteteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteteam.js +126 -0
- package/dist/commonjs/models/operations/deleteteam.js.map +1 -0
- package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts +62 -0
- package/dist/commonjs/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deleteteaminvitecode.js +71 -0
- package/dist/commonjs/models/operations/deleteteaminvitecode.js.map +1 -0
- package/dist/commonjs/models/operations/deletewebhook.d.ts +35 -0
- package/dist/commonjs/models/operations/deletewebhook.d.ts.map +1 -0
- package/dist/commonjs/models/operations/deletewebhook.js +54 -0
- package/dist/commonjs/models/operations/deletewebhook.js.map +1 -0
- package/dist/commonjs/models/operations/downloadartifact.d.ts +48 -0
- package/dist/commonjs/models/operations/downloadartifact.d.ts.map +1 -0
- package/dist/commonjs/models/operations/downloadartifact.js +69 -0
- package/dist/commonjs/models/operations/downloadartifact.js.map +1 -0
- package/dist/commonjs/models/operations/editprojectenv.d.ts +1121 -0
- package/dist/commonjs/models/operations/editprojectenv.d.ts.map +1 -0
- package/dist/commonjs/models/operations/editprojectenv.js +994 -0
- package/dist/commonjs/models/operations/editprojectenv.js.map +1 -0
- package/dist/commonjs/models/operations/emaillogin.d.ts +61 -0
- package/dist/commonjs/models/operations/emaillogin.d.ts.map +1 -0
- package/dist/commonjs/models/operations/emaillogin.js +73 -0
- package/dist/commonjs/models/operations/emaillogin.js.map +1 -0
- package/dist/commonjs/models/operations/filterprojectenvs.d.ts +2917 -0
- package/dist/commonjs/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/dist/commonjs/models/operations/filterprojectenvs.js +2607 -0
- package/dist/commonjs/models/operations/filterprojectenvs.js.map +1 -0
- package/dist/commonjs/models/operations/getalias.d.ts +485 -0
- package/dist/commonjs/models/operations/getalias.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getalias.js +377 -0
- package/dist/commonjs/models/operations/getalias.js.map +1 -0
- package/dist/commonjs/models/operations/getallchecks.d.ts +473 -0
- package/dist/commonjs/models/operations/getallchecks.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getallchecks.js +428 -0
- package/dist/commonjs/models/operations/getallchecks.js.map +1 -0
- package/dist/commonjs/models/operations/getalllogdrains.d.ts +308 -0
- package/dist/commonjs/models/operations/getalllogdrains.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getalllogdrains.js +260 -0
- package/dist/commonjs/models/operations/getalllogdrains.js.map +1 -0
- package/dist/commonjs/models/operations/getauthtoken.d.ts +58 -0
- package/dist/commonjs/models/operations/getauthtoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getauthtoken.js +70 -0
- package/dist/commonjs/models/operations/getauthtoken.js.map +1 -0
- package/dist/commonjs/models/operations/getauthuser.d.ts +49 -0
- package/dist/commonjs/models/operations/getauthuser.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getauthuser.js +68 -0
- package/dist/commonjs/models/operations/getauthuser.js.map +1 -0
- package/dist/commonjs/models/operations/getcertbyid.d.ts +69 -0
- package/dist/commonjs/models/operations/getcertbyid.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getcertbyid.js +81 -0
- package/dist/commonjs/models/operations/getcertbyid.js.map +1 -0
- package/dist/commonjs/models/operations/getcheck.d.ts +461 -0
- package/dist/commonjs/models/operations/getcheck.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getcheck.js +416 -0
- package/dist/commonjs/models/operations/getcheck.js.map +1 -0
- package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts +308 -0
- package/dist/commonjs/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getconfigurablelogdrain.js +261 -0
- package/dist/commonjs/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/dist/commonjs/models/operations/getconfiguration.d.ts +1425 -0
- package/dist/commonjs/models/operations/getconfiguration.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getconfiguration.js +928 -0
- package/dist/commonjs/models/operations/getconfiguration.js.map +1 -0
- package/dist/commonjs/models/operations/getconfigurations.d.ts +1011 -0
- package/dist/commonjs/models/operations/getconfigurations.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getconfigurations.js +679 -0
- package/dist/commonjs/models/operations/getconfigurations.js.map +1 -0
- package/dist/commonjs/models/operations/getdeployment.d.ts +4219 -0
- package/dist/commonjs/models/operations/getdeployment.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdeployment.js +3562 -0
- package/dist/commonjs/models/operations/getdeployment.js.map +1 -0
- package/dist/commonjs/models/operations/getdeploymentevents.d.ts +1256 -0
- package/dist/commonjs/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdeploymentevents.js +1018 -0
- package/dist/commonjs/models/operations/getdeploymentevents.js.map +1 -0
- package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts +48 -0
- package/dist/commonjs/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdeploymentfilecontents.js +58 -0
- package/dist/commonjs/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/dist/commonjs/models/operations/getdeployments.d.ts +1095 -0
- package/dist/commonjs/models/operations/getdeployments.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdeployments.js +708 -0
- package/dist/commonjs/models/operations/getdeployments.js.map +1 -0
- package/dist/commonjs/models/operations/getdomain.d.ts +235 -0
- package/dist/commonjs/models/operations/getdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdomain.js +177 -0
- package/dist/commonjs/models/operations/getdomain.js.map +1 -0
- package/dist/commonjs/models/operations/getdomainconfig.d.ts +179 -0
- package/dist/commonjs/models/operations/getdomainconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdomainconfig.js +148 -0
- package/dist/commonjs/models/operations/getdomainconfig.js.map +1 -0
- package/dist/commonjs/models/operations/getdomains.d.ts +272 -0
- package/dist/commonjs/models/operations/getdomains.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdomains.js +209 -0
- package/dist/commonjs/models/operations/getdomains.js.map +1 -0
- package/dist/commonjs/models/operations/getdomaintransfer.d.ts +163 -0
- package/dist/commonjs/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getdomaintransfer.js +131 -0
- package/dist/commonjs/models/operations/getdomaintransfer.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfig.d.ts +134 -0
- package/dist/commonjs/models/operations/getedgeconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfig.js +129 -0
- package/dist/commonjs/models/operations/getedgeconfig.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigitem.d.ts +37 -0
- package/dist/commonjs/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigitem.js +56 -0
- package/dist/commonjs/models/operations/getedgeconfigitem.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigitems.d.ts +35 -0
- package/dist/commonjs/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigitems.js +54 -0
- package/dist/commonjs/models/operations/getedgeconfigitems.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigs.d.ts +132 -0
- package/dist/commonjs/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigs.js +128 -0
- package/dist/commonjs/models/operations/getedgeconfigs.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigschema.d.ts +57 -0
- package/dist/commonjs/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigschema.js +69 -0
- package/dist/commonjs/models/operations/getedgeconfigschema.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts +37 -0
- package/dist/commonjs/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigtoken.js +56 -0
- package/dist/commonjs/models/operations/getedgeconfigtoken.js.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts +35 -0
- package/dist/commonjs/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getedgeconfigtokens.js +54 -0
- package/dist/commonjs/models/operations/getedgeconfigtokens.js.map +1 -0
- package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts +275 -0
- package/dist/commonjs/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getintegrationlogdrains.js +197 -0
- package/dist/commonjs/models/operations/getintegrationlogdrains.js.map +1 -0
- package/dist/commonjs/models/operations/getprojectdomain.d.ts +124 -0
- package/dist/commonjs/models/operations/getprojectdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getprojectdomain.js +120 -0
- package/dist/commonjs/models/operations/getprojectdomain.js.map +1 -0
- package/dist/commonjs/models/operations/getprojectdomains.d.ts +344 -0
- package/dist/commonjs/models/operations/getprojectdomains.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getprojectdomains.js +277 -0
- package/dist/commonjs/models/operations/getprojectdomains.js.map +1 -0
- package/dist/commonjs/models/operations/getprojectenv.d.ts +2801 -0
- package/dist/commonjs/models/operations/getprojectenv.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getprojectenv.js +2522 -0
- package/dist/commonjs/models/operations/getprojectenv.js.map +1 -0
- package/dist/commonjs/models/operations/getprojectmembers.d.ts +343 -0
- package/dist/commonjs/models/operations/getprojectmembers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getprojectmembers.js +251 -0
- package/dist/commonjs/models/operations/getprojectmembers.js.map +1 -0
- package/dist/commonjs/models/operations/getprojects.d.ts +4241 -0
- package/dist/commonjs/models/operations/getprojects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getprojects.js +3591 -0
- package/dist/commonjs/models/operations/getprojects.js.map +1 -0
- package/dist/commonjs/models/operations/getrecords.d.ts +339 -0
- package/dist/commonjs/models/operations/getrecords.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getrecords.js +296 -0
- package/dist/commonjs/models/operations/getrecords.js.map +1 -0
- package/dist/commonjs/models/operations/getsecret.d.ts +144 -0
- package/dist/commonjs/models/operations/getsecret.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getsecret.js +113 -0
- package/dist/commonjs/models/operations/getsecret.js.map +1 -0
- package/dist/commonjs/models/operations/getsecrets.d.ts +144 -0
- package/dist/commonjs/models/operations/getsecrets.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getsecrets.js +113 -0
- package/dist/commonjs/models/operations/getsecrets.js.map +1 -0
- package/dist/commonjs/models/operations/getteam.d.ts +25 -0
- package/dist/commonjs/models/operations/getteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getteam.js +50 -0
- package/dist/commonjs/models/operations/getteam.js.map +1 -0
- package/dist/commonjs/models/operations/getteamaccessrequest.d.ts +287 -0
- package/dist/commonjs/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getteamaccessrequest.js +224 -0
- package/dist/commonjs/models/operations/getteamaccessrequest.js.map +1 -0
- package/dist/commonjs/models/operations/getteammembers.d.ts +665 -0
- package/dist/commonjs/models/operations/getteammembers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getteammembers.js +472 -0
- package/dist/commonjs/models/operations/getteammembers.js.map +1 -0
- package/dist/commonjs/models/operations/getteams.d.ts +91 -0
- package/dist/commonjs/models/operations/getteams.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getteams.js +94 -0
- package/dist/commonjs/models/operations/getteams.js.map +1 -0
- package/dist/commonjs/models/operations/getwebhook.d.ts +195 -0
- package/dist/commonjs/models/operations/getwebhook.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getwebhook.js +131 -0
- package/dist/commonjs/models/operations/getwebhook.js.map +1 -0
- package/dist/commonjs/models/operations/getwebhooks.d.ts +552 -0
- package/dist/commonjs/models/operations/getwebhooks.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getwebhooks.js +318 -0
- package/dist/commonjs/models/operations/getwebhooks.js.map +1 -0
- package/dist/commonjs/models/operations/gitnamespaces.d.ts +128 -0
- package/dist/commonjs/models/operations/gitnamespaces.d.ts.map +1 -0
- package/dist/commonjs/models/operations/gitnamespaces.js +130 -0
- package/dist/commonjs/models/operations/gitnamespaces.js.map +1 -0
- package/dist/commonjs/models/operations/inviteusertoteam.d.ts +347 -0
- package/dist/commonjs/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/inviteusertoteam.js +278 -0
- package/dist/commonjs/models/operations/inviteusertoteam.js.map +1 -0
- package/dist/commonjs/models/operations/issuecert.d.ts +92 -0
- package/dist/commonjs/models/operations/issuecert.d.ts.map +1 -0
- package/dist/commonjs/models/operations/issuecert.js +109 -0
- package/dist/commonjs/models/operations/issuecert.js.map +1 -0
- package/dist/commonjs/models/operations/jointeam.d.ts +97 -0
- package/dist/commonjs/models/operations/jointeam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/jointeam.js +105 -0
- package/dist/commonjs/models/operations/jointeam.js.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts +176 -0
- package/dist/commonjs/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroupmembers.js +157 -0
- package/dist/commonjs/models/operations/listaccessgroupmembers.js.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts +185 -0
- package/dist/commonjs/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroupprojects.js +170 -0
- package/dist/commonjs/models/operations/listaccessgroupprojects.js.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroups.d.ts +213 -0
- package/dist/commonjs/models/operations/listaccessgroups.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listaccessgroups.js +179 -0
- package/dist/commonjs/models/operations/listaccessgroups.js.map +1 -0
- package/dist/commonjs/models/operations/listaliases.d.ts +572 -0
- package/dist/commonjs/models/operations/listaliases.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listaliases.js +449 -0
- package/dist/commonjs/models/operations/listaliases.js.map +1 -0
- package/dist/commonjs/models/operations/listauthtokens.d.ts +37 -0
- package/dist/commonjs/models/operations/listauthtokens.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listauthtokens.js +56 -0
- package/dist/commonjs/models/operations/listauthtokens.js.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentaliases.d.ts +379 -0
- package/dist/commonjs/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentaliases.js +326 -0
- package/dist/commonjs/models/operations/listdeploymentaliases.js.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentbuilds.d.ts +383 -0
- package/dist/commonjs/models/operations/listdeploymentbuilds.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentbuilds.js +273 -0
- package/dist/commonjs/models/operations/listdeploymentbuilds.js.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentfiles.d.ts +38 -0
- package/dist/commonjs/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listdeploymentfiles.js +54 -0
- package/dist/commonjs/models/operations/listdeploymentfiles.js.map +1 -0
- package/dist/commonjs/models/operations/listpromotealiases.d.ts +172 -0
- package/dist/commonjs/models/operations/listpromotealiases.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listpromotealiases.js +177 -0
- package/dist/commonjs/models/operations/listpromotealiases.js.map +1 -0
- package/dist/commonjs/models/operations/listuserevents.d.ts +93 -0
- package/dist/commonjs/models/operations/listuserevents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listuserevents.js +84 -0
- package/dist/commonjs/models/operations/listuserevents.js.map +1 -0
- package/dist/commonjs/models/operations/patchdomain.d.ts +222 -0
- package/dist/commonjs/models/operations/patchdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/patchdomain.js +224 -0
- package/dist/commonjs/models/operations/patchdomain.js.map +1 -0
- package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts +84 -0
- package/dist/commonjs/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/dist/commonjs/models/operations/patchedgeconfigschema.js +103 -0
- package/dist/commonjs/models/operations/patchedgeconfigschema.js.map +1 -0
- package/dist/commonjs/models/operations/patchteam.d.ts +259 -0
- package/dist/commonjs/models/operations/patchteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/patchteam.js +207 -0
- package/dist/commonjs/models/operations/patchteam.js.map +1 -0
- package/dist/commonjs/models/operations/pauseproject.d.ts +38 -0
- package/dist/commonjs/models/operations/pauseproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/pauseproject.js +54 -0
- package/dist/commonjs/models/operations/pauseproject.js.map +1 -0
- package/dist/commonjs/models/operations/readaccessgroup.d.ts +93 -0
- package/dist/commonjs/models/operations/readaccessgroup.d.ts.map +1 -0
- package/dist/commonjs/models/operations/readaccessgroup.js +87 -0
- package/dist/commonjs/models/operations/readaccessgroup.js.map +1 -0
- package/dist/commonjs/models/operations/recordevents.d.ts +154 -0
- package/dist/commonjs/models/operations/recordevents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/recordevents.js +143 -0
- package/dist/commonjs/models/operations/recordevents.js.map +1 -0
- package/dist/commonjs/models/operations/removecert.d.ts +57 -0
- package/dist/commonjs/models/operations/removecert.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removecert.js +69 -0
- package/dist/commonjs/models/operations/removecert.js.map +1 -0
- package/dist/commonjs/models/operations/removeprojectdomain.d.ts +65 -0
- package/dist/commonjs/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removeprojectdomain.js +71 -0
- package/dist/commonjs/models/operations/removeprojectdomain.js.map +1 -0
- package/dist/commonjs/models/operations/removeprojectenv.d.ts +2813 -0
- package/dist/commonjs/models/operations/removeprojectenv.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removeprojectenv.js +2528 -0
- package/dist/commonjs/models/operations/removeprojectenv.js.map +1 -0
- package/dist/commonjs/models/operations/removeprojectmember.d.ts +66 -0
- package/dist/commonjs/models/operations/removeprojectmember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removeprojectmember.js +75 -0
- package/dist/commonjs/models/operations/removeprojectmember.js.map +1 -0
- package/dist/commonjs/models/operations/removerecord.d.ts +59 -0
- package/dist/commonjs/models/operations/removerecord.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removerecord.js +71 -0
- package/dist/commonjs/models/operations/removerecord.js.map +1 -0
- package/dist/commonjs/models/operations/removeteammember.d.ts +56 -0
- package/dist/commonjs/models/operations/removeteammember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/removeteammember.js +71 -0
- package/dist/commonjs/models/operations/removeteammember.js.map +1 -0
- package/dist/commonjs/models/operations/renamesecret.d.ts +95 -0
- package/dist/commonjs/models/operations/renamesecret.d.ts.map +1 -0
- package/dist/commonjs/models/operations/renamesecret.js +109 -0
- package/dist/commonjs/models/operations/renamesecret.js.map +1 -0
- package/dist/commonjs/models/operations/requestaccesstoteam.d.ts +393 -0
- package/dist/commonjs/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/dist/commonjs/models/operations/requestaccesstoteam.js +330 -0
- package/dist/commonjs/models/operations/requestaccesstoteam.js.map +1 -0
- package/dist/commonjs/models/operations/requestdelete.d.ts +101 -0
- package/dist/commonjs/models/operations/requestdelete.d.ts.map +1 -0
- package/dist/commonjs/models/operations/requestdelete.js +95 -0
- package/dist/commonjs/models/operations/requestdelete.js.map +1 -0
- package/dist/commonjs/models/operations/requestpromote.d.ts +37 -0
- package/dist/commonjs/models/operations/requestpromote.d.ts.map +1 -0
- package/dist/commonjs/models/operations/requestpromote.js +56 -0
- package/dist/commonjs/models/operations/requestpromote.js.map +1 -0
- package/dist/commonjs/models/operations/rerequestcheck.d.ts +62 -0
- package/dist/commonjs/models/operations/rerequestcheck.d.ts.map +1 -0
- package/dist/commonjs/models/operations/rerequestcheck.js +71 -0
- package/dist/commonjs/models/operations/rerequestcheck.js.map +1 -0
- package/dist/commonjs/models/operations/searchrepo.d.ts +340 -0
- package/dist/commonjs/models/operations/searchrepo.d.ts.map +1 -0
- package/dist/commonjs/models/operations/searchrepo.js +294 -0
- package/dist/commonjs/models/operations/searchrepo.js.map +1 -0
- package/dist/commonjs/models/operations/status.d.ts +88 -0
- package/dist/commonjs/models/operations/status.d.ts.map +1 -0
- package/dist/commonjs/models/operations/status.js +92 -0
- package/dist/commonjs/models/operations/status.js.map +1 -0
- package/dist/commonjs/models/operations/unpauseproject.d.ts +38 -0
- package/dist/commonjs/models/operations/unpauseproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/unpauseproject.js +54 -0
- package/dist/commonjs/models/operations/unpauseproject.js.map +1 -0
- package/dist/commonjs/models/operations/updateaccessgroup.d.ts +141 -0
- package/dist/commonjs/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateaccessgroup.js +136 -0
- package/dist/commonjs/models/operations/updateaccessgroup.js.map +1 -0
- package/dist/commonjs/models/operations/updatecheck.d.ts +928 -0
- package/dist/commonjs/models/operations/updatecheck.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updatecheck.js +785 -0
- package/dist/commonjs/models/operations/updatecheck.js.map +1 -0
- package/dist/commonjs/models/operations/updateedgeconfig.d.ts +159 -0
- package/dist/commonjs/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateedgeconfig.js +161 -0
- package/dist/commonjs/models/operations/updateedgeconfig.js.map +1 -0
- package/dist/commonjs/models/operations/updateproject.d.ts +4814 -0
- package/dist/commonjs/models/operations/updateproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateproject.js +3922 -0
- package/dist/commonjs/models/operations/updateproject.js.map +1 -0
- package/dist/commonjs/models/operations/updateprojectdatacache.d.ts +4136 -0
- package/dist/commonjs/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateprojectdatacache.js +3572 -0
- package/dist/commonjs/models/operations/updateprojectdatacache.js.map +1 -0
- package/dist/commonjs/models/operations/updateprojectdomain.d.ts +203 -0
- package/dist/commonjs/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateprojectdomain.js +180 -0
- package/dist/commonjs/models/operations/updateprojectdomain.js.map +1 -0
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts +177 -0
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.js +166 -0
- package/dist/commonjs/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/dist/commonjs/models/operations/updaterecord.d.ts +322 -0
- package/dist/commonjs/models/operations/updaterecord.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updaterecord.js +263 -0
- package/dist/commonjs/models/operations/updaterecord.js.map +1 -0
- package/dist/commonjs/models/operations/updateteammember.d.ts +182 -0
- package/dist/commonjs/models/operations/updateteammember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/updateteammember.js +175 -0
- package/dist/commonjs/models/operations/updateteammember.js.map +1 -0
- package/dist/commonjs/models/operations/uploadartifact.d.ts +94 -0
- package/dist/commonjs/models/operations/uploadartifact.d.ts.map +1 -0
- package/dist/commonjs/models/operations/uploadartifact.js +114 -0
- package/dist/commonjs/models/operations/uploadartifact.js.map +1 -0
- package/dist/commonjs/models/operations/uploadcert.d.ts +107 -0
- package/dist/commonjs/models/operations/uploadcert.d.ts.map +1 -0
- package/dist/commonjs/models/operations/uploadcert.js +115 -0
- package/dist/commonjs/models/operations/uploadcert.js.map +1 -0
- package/dist/commonjs/models/operations/uploadfile.d.ts +123 -0
- package/dist/commonjs/models/operations/uploadfile.d.ts.map +1 -0
- package/dist/commonjs/models/operations/uploadfile.js +130 -0
- package/dist/commonjs/models/operations/uploadfile.js.map +1 -0
- package/dist/commonjs/models/operations/verifyprojectdomain.d.ts +130 -0
- package/dist/commonjs/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/dist/commonjs/models/operations/verifyprojectdomain.js +120 -0
- package/dist/commonjs/models/operations/verifyprojectdomain.js.map +1 -0
- package/dist/commonjs/models/operations/verifytoken.d.ts +154 -0
- package/dist/commonjs/models/operations/verifytoken.d.ts.map +1 -0
- package/dist/commonjs/models/operations/verifytoken.js +124 -0
- package/dist/commonjs/models/operations/verifytoken.js.map +1 -0
- package/dist/commonjs/sdk/accessgroups.d.ts +61 -0
- package/dist/commonjs/sdk/accessgroups.d.ts.map +1 -0
- package/dist/commonjs/sdk/accessgroups.js +82 -0
- package/dist/commonjs/sdk/accessgroups.js.map +1 -0
- package/dist/commonjs/sdk/aliases.d.ts +37 -0
- package/dist/commonjs/sdk/aliases.d.ts.map +1 -0
- package/dist/commonjs/sdk/aliases.js +53 -0
- package/dist/commonjs/sdk/aliases.js.map +1 -0
- package/dist/commonjs/sdk/artifacts.d.ts +54 -0
- package/dist/commonjs/sdk/artifacts.d.ts.map +1 -0
- package/dist/commonjs/sdk/artifacts.js +72 -0
- package/dist/commonjs/sdk/artifacts.js.map +1 -0
- package/dist/commonjs/sdk/authentication.d.ts +20 -0
- package/dist/commonjs/sdk/authentication.d.ts.map +1 -0
- package/dist/commonjs/sdk/authentication.js +32 -0
- package/dist/commonjs/sdk/authentication.js.map +1 -0
- package/dist/commonjs/sdk/certs.d.ts +36 -0
- package/dist/commonjs/sdk/certs.d.ts.map +1 -0
- package/dist/commonjs/sdk/certs.js +52 -0
- package/dist/commonjs/sdk/certs.js.map +1 -0
- package/dist/commonjs/sdk/checks.d.ts +44 -0
- package/dist/commonjs/sdk/checks.d.ts.map +1 -0
- package/dist/commonjs/sdk/checks.js +62 -0
- package/dist/commonjs/sdk/checks.js.map +1 -0
- package/dist/commonjs/sdk/deployments.d.ts +90 -0
- package/dist/commonjs/sdk/deployments.d.ts.map +1 -0
- package/dist/commonjs/sdk/deployments.js +115 -0
- package/dist/commonjs/sdk/deployments.js.map +1 -0
- package/dist/commonjs/sdk/dns.d.ts +37 -0
- package/dist/commonjs/sdk/dns.d.ts.map +1 -0
- package/dist/commonjs/sdk/dns.js +53 -0
- package/dist/commonjs/sdk/dns.js.map +1 -0
- package/dist/commonjs/sdk/domains.d.ts +109 -0
- package/dist/commonjs/sdk/domains.d.ts.map +1 -0
- package/dist/commonjs/sdk/domains.js +143 -0
- package/dist/commonjs/sdk/domains.js.map +1 -0
- package/dist/commonjs/sdk/edgeconfigs.d.ts +118 -0
- package/dist/commonjs/sdk/edgeconfigs.d.ts.map +1 -0
- package/dist/commonjs/sdk/edgeconfigs.js +152 -0
- package/dist/commonjs/sdk/edgeconfigs.js.map +1 -0
- package/dist/commonjs/sdk/envs.d.ts +44 -0
- package/dist/commonjs/sdk/envs.d.ts.map +1 -0
- package/dist/commonjs/sdk/envs.js +62 -0
- package/dist/commonjs/sdk/envs.js.map +1 -0
- package/dist/commonjs/sdk/events.d.ts +12 -0
- package/dist/commonjs/sdk/events.d.ts.map +1 -0
- package/dist/commonjs/sdk/events.js +22 -0
- package/dist/commonjs/sdk/events.js.map +1 -0
- package/dist/commonjs/sdk/integrations.d.ts +44 -0
- package/dist/commonjs/sdk/integrations.d.ts.map +1 -0
- package/dist/commonjs/sdk/integrations.js +62 -0
- package/dist/commonjs/sdk/integrations.js.map +1 -0
- package/dist/commonjs/sdk/logdrains.d.ts +60 -0
- package/dist/commonjs/sdk/logdrains.d.ts.map +1 -0
- package/dist/commonjs/sdk/logdrains.js +82 -0
- package/dist/commonjs/sdk/logdrains.js.map +1 -0
- package/dist/commonjs/sdk/projectdomains.d.ts +28 -0
- package/dist/commonjs/sdk/projectdomains.d.ts.map +1 -0
- package/dist/commonjs/sdk/projectdomains.js +42 -0
- package/dist/commonjs/sdk/projectdomains.js.map +1 -0
- package/dist/commonjs/sdk/projectmembers.d.ts +28 -0
- package/dist/commonjs/sdk/projectmembers.d.ts.map +1 -0
- package/dist/commonjs/sdk/projectmembers.js +42 -0
- package/dist/commonjs/sdk/projectmembers.js.map +1 -0
- package/dist/commonjs/sdk/projects.d.ts +61 -0
- package/dist/commonjs/sdk/projects.d.ts.map +1 -0
- package/dist/commonjs/sdk/projects.js +83 -0
- package/dist/commonjs/sdk/projects.js.map +1 -0
- package/dist/commonjs/sdk/promotions.d.ts +21 -0
- package/dist/commonjs/sdk/promotions.d.ts.map +1 -0
- package/dist/commonjs/sdk/promotions.js +33 -0
- package/dist/commonjs/sdk/promotions.js.map +1 -0
- package/dist/commonjs/sdk/protectionbypass.d.ts +12 -0
- package/dist/commonjs/sdk/protectionbypass.d.ts.map +1 -0
- package/dist/commonjs/sdk/protectionbypass.js +22 -0
- package/dist/commonjs/sdk/protectionbypass.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +85 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -0
- package/dist/commonjs/sdk/sdk.js +147 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -0
- package/dist/commonjs/sdk/secrets.d.ts +44 -0
- package/dist/commonjs/sdk/secrets.d.ts.map +1 -0
- package/dist/commonjs/sdk/secrets.js +62 -0
- package/dist/commonjs/sdk/secrets.js.map +1 -0
- package/dist/commonjs/sdk/teams.d.ts +109 -0
- package/dist/commonjs/sdk/teams.d.ts.map +1 -0
- package/dist/commonjs/sdk/teams.js +142 -0
- package/dist/commonjs/sdk/teams.js.map +1 -0
- package/dist/commonjs/sdk/tokens.d.ts +36 -0
- package/dist/commonjs/sdk/tokens.d.ts.map +1 -0
- package/dist/commonjs/sdk/tokens.js +52 -0
- package/dist/commonjs/sdk/tokens.js.map +1 -0
- package/dist/commonjs/sdk/user.d.ts +20 -0
- package/dist/commonjs/sdk/user.d.ts.map +1 -0
- package/dist/commonjs/sdk/user.js +32 -0
- package/dist/commonjs/sdk/user.js.map +1 -0
- package/dist/commonjs/sdk/webhooks.d.ts +36 -0
- package/dist/commonjs/sdk/webhooks.d.ts.map +1 -0
- package/dist/commonjs/sdk/webhooks.js +52 -0
- package/dist/commonjs/sdk/webhooks.js.map +1 -0
- package/dist/commonjs/types/blobs.d.ts +4 -0
- package/dist/commonjs/types/blobs.d.ts.map +1 -0
- package/dist/commonjs/types/blobs.js +52 -0
- package/dist/commonjs/types/blobs.js.map +1 -0
- package/dist/commonjs/types/constdatetime.d.ts +3 -0
- package/dist/commonjs/types/constdatetime.d.ts.map +1 -0
- package/dist/commonjs/types/constdatetime.js +36 -0
- package/dist/commonjs/types/constdatetime.js.map +1 -0
- package/dist/commonjs/types/enums.d.ts +12 -0
- package/dist/commonjs/types/enums.d.ts.map +1 -0
- package/dist/commonjs/types/enums.js +10 -0
- package/dist/commonjs/types/enums.js.map +1 -0
- package/dist/commonjs/types/fp.d.ts +31 -0
- package/dist/commonjs/types/fp.d.ts.map +1 -0
- package/dist/commonjs/types/fp.js +37 -0
- package/dist/commonjs/types/fp.js.map +1 -0
- package/dist/commonjs/types/operations.d.ts +25 -0
- package/dist/commonjs/types/operations.d.ts.map +1 -0
- package/dist/commonjs/types/operations.js +80 -0
- package/dist/commonjs/types/operations.js.map +1 -0
- package/dist/commonjs/types/rfcdate.d.ts +21 -0
- package/dist/commonjs/types/rfcdate.d.ts.map +1 -0
- package/dist/commonjs/types/rfcdate.js +46 -0
- package/dist/commonjs/types/rfcdate.js.map +1 -0
- package/dist/commonjs/types/streams.d.ts +2 -0
- package/dist/commonjs/types/streams.d.ts.map +1 -0
- package/dist/commonjs/types/streams.js +18 -0
- package/dist/commonjs/types/streams.js.map +1 -0
- package/dist/esm/core.d.ts +10 -0
- package/dist/esm/core.d.ts.map +1 -0
- package/dist/esm/core.js +13 -0
- package/dist/esm/core.js.map +1 -0
- package/dist/esm/funcs/accessGroupsCreate.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsCreate.js +71 -0
- package/dist/esm/funcs/accessGroupsCreate.js.map +1 -0
- package/dist/esm/funcs/accessGroupsDelete.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsDelete.js +77 -0
- package/dist/esm/funcs/accessGroupsDelete.js.map +1 -0
- package/dist/esm/funcs/accessGroupsList.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsList.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsList.js +76 -0
- package/dist/esm/funcs/accessGroupsList.js.map +1 -0
- package/dist/esm/funcs/accessGroupsListMembers.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsListMembers.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsListMembers.js +79 -0
- package/dist/esm/funcs/accessGroupsListMembers.js.map +1 -0
- package/dist/esm/funcs/accessGroupsListProjects.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsListProjects.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsListProjects.js +78 -0
- package/dist/esm/funcs/accessGroupsListProjects.js.map +1 -0
- package/dist/esm/funcs/accessGroupsRead.d.ts +15 -0
- package/dist/esm/funcs/accessGroupsRead.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsRead.js +76 -0
- package/dist/esm/funcs/accessGroupsRead.js.map +1 -0
- package/dist/esm/funcs/accessGroupsUpdate.d.ts +16 -0
- package/dist/esm/funcs/accessGroupsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/accessGroupsUpdate.js +78 -0
- package/dist/esm/funcs/accessGroupsUpdate.js.map +1 -0
- package/dist/esm/funcs/aliasesAssign.d.ts +15 -0
- package/dist/esm/funcs/aliasesAssign.d.ts.map +1 -0
- package/dist/esm/funcs/aliasesAssign.js +77 -0
- package/dist/esm/funcs/aliasesAssign.js.map +1 -0
- package/dist/esm/funcs/aliasesDelete.d.ts +15 -0
- package/dist/esm/funcs/aliasesDelete.d.ts.map +1 -0
- package/dist/esm/funcs/aliasesDelete.js +76 -0
- package/dist/esm/funcs/aliasesDelete.js.map +1 -0
- package/dist/esm/funcs/aliasesGet.d.ts +15 -0
- package/dist/esm/funcs/aliasesGet.d.ts.map +1 -0
- package/dist/esm/funcs/aliasesGet.js +81 -0
- package/dist/esm/funcs/aliasesGet.js.map +1 -0
- package/dist/esm/funcs/aliasesList.d.ts +16 -0
- package/dist/esm/funcs/aliasesList.d.ts.map +1 -0
- package/dist/esm/funcs/aliasesList.js +93 -0
- package/dist/esm/funcs/aliasesList.js.map +1 -0
- package/dist/esm/funcs/artifactsDownload.d.ts +15 -0
- package/dist/esm/funcs/artifactsDownload.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsDownload.js +81 -0
- package/dist/esm/funcs/artifactsDownload.js.map +1 -0
- package/dist/esm/funcs/artifactsExists.d.ts +15 -0
- package/dist/esm/funcs/artifactsExists.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsExists.js +77 -0
- package/dist/esm/funcs/artifactsExists.js.map +1 -0
- package/dist/esm/funcs/artifactsQuery.d.ts +17 -0
- package/dist/esm/funcs/artifactsQuery.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsQuery.js +72 -0
- package/dist/esm/funcs/artifactsQuery.js.map +1 -0
- package/dist/esm/funcs/artifactsRecordEvents.d.ts +15 -0
- package/dist/esm/funcs/artifactsRecordEvents.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsRecordEvents.js +74 -0
- package/dist/esm/funcs/artifactsRecordEvents.js.map +1 -0
- package/dist/esm/funcs/artifactsStatus.d.ts +15 -0
- package/dist/esm/funcs/artifactsStatus.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsStatus.js +70 -0
- package/dist/esm/funcs/artifactsStatus.js.map +1 -0
- package/dist/esm/funcs/artifactsUpload.d.ts +15 -0
- package/dist/esm/funcs/artifactsUpload.d.ts.map +1 -0
- package/dist/esm/funcs/artifactsUpload.js +82 -0
- package/dist/esm/funcs/artifactsUpload.js.map +1 -0
- package/dist/esm/funcs/authenticationLogin.d.ts +15 -0
- package/dist/esm/funcs/authenticationLogin.d.ts.map +1 -0
- package/dist/esm/funcs/authenticationLogin.js +63 -0
- package/dist/esm/funcs/authenticationLogin.js.map +1 -0
- package/dist/esm/funcs/authenticationVerify.d.ts +15 -0
- package/dist/esm/funcs/authenticationVerify.d.ts.map +1 -0
- package/dist/esm/funcs/authenticationVerify.js +78 -0
- package/dist/esm/funcs/authenticationVerify.js.map +1 -0
- package/dist/esm/funcs/certsGetById.d.ts +15 -0
- package/dist/esm/funcs/certsGetById.d.ts.map +1 -0
- package/dist/esm/funcs/certsGetById.js +76 -0
- package/dist/esm/funcs/certsGetById.js.map +1 -0
- package/dist/esm/funcs/certsIssue.d.ts +15 -0
- package/dist/esm/funcs/certsIssue.d.ts.map +1 -0
- package/dist/esm/funcs/certsIssue.js +71 -0
- package/dist/esm/funcs/certsIssue.js.map +1 -0
- package/dist/esm/funcs/certsRemove.d.ts +15 -0
- package/dist/esm/funcs/certsRemove.d.ts.map +1 -0
- package/dist/esm/funcs/certsRemove.js +76 -0
- package/dist/esm/funcs/certsRemove.js.map +1 -0
- package/dist/esm/funcs/certsUpload.d.ts +15 -0
- package/dist/esm/funcs/certsUpload.d.ts.map +1 -0
- package/dist/esm/funcs/certsUpload.js +71 -0
- package/dist/esm/funcs/certsUpload.js.map +1 -0
- package/dist/esm/funcs/checksCreate.d.ts +15 -0
- package/dist/esm/funcs/checksCreate.d.ts.map +1 -0
- package/dist/esm/funcs/checksCreate.js +77 -0
- package/dist/esm/funcs/checksCreate.js.map +1 -0
- package/dist/esm/funcs/checksGet.d.ts +15 -0
- package/dist/esm/funcs/checksGet.d.ts.map +1 -0
- package/dist/esm/funcs/checksGet.js +80 -0
- package/dist/esm/funcs/checksGet.js.map +1 -0
- package/dist/esm/funcs/checksList.d.ts +15 -0
- package/dist/esm/funcs/checksList.d.ts.map +1 -0
- package/dist/esm/funcs/checksList.js +76 -0
- package/dist/esm/funcs/checksList.js.map +1 -0
- package/dist/esm/funcs/checksRerequest.d.ts +15 -0
- package/dist/esm/funcs/checksRerequest.d.ts.map +1 -0
- package/dist/esm/funcs/checksRerequest.js +80 -0
- package/dist/esm/funcs/checksRerequest.js.map +1 -0
- package/dist/esm/funcs/checksUpdate.d.ts +15 -0
- package/dist/esm/funcs/checksUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/checksUpdate.js +81 -0
- package/dist/esm/funcs/checksUpdate.js.map +1 -0
- package/dist/esm/funcs/dataCacheBillingSettings.d.ts +9 -0
- package/dist/esm/funcs/dataCacheBillingSettings.d.ts.map +1 -0
- package/dist/esm/funcs/dataCacheBillingSettings.js +57 -0
- package/dist/esm/funcs/dataCacheBillingSettings.js.map +1 -0
- package/dist/esm/funcs/datacachePurgeall.d.ts +9 -0
- package/dist/esm/funcs/datacachePurgeall.d.ts.map +1 -0
- package/dist/esm/funcs/datacachePurgeall.js +59 -0
- package/dist/esm/funcs/datacachePurgeall.js.map +1 -0
- package/dist/esm/funcs/deploymentsCancel.d.ts +15 -0
- package/dist/esm/funcs/deploymentsCancel.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsCancel.js +76 -0
- package/dist/esm/funcs/deploymentsCancel.js.map +1 -0
- package/dist/esm/funcs/deploymentsCreate.d.ts +15 -0
- package/dist/esm/funcs/deploymentsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsCreate.js +73 -0
- package/dist/esm/funcs/deploymentsCreate.js.map +1 -0
- package/dist/esm/funcs/deploymentsDelete.d.ts +15 -0
- package/dist/esm/funcs/deploymentsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsDelete.js +77 -0
- package/dist/esm/funcs/deploymentsDelete.js.map +1 -0
- package/dist/esm/funcs/deploymentsGet.d.ts +15 -0
- package/dist/esm/funcs/deploymentsGet.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsGet.js +77 -0
- package/dist/esm/funcs/deploymentsGet.js.map +1 -0
- package/dist/esm/funcs/deploymentsGetEvents.d.ts +21 -0
- package/dist/esm/funcs/deploymentsGetEvents.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsGetEvents.js +93 -0
- package/dist/esm/funcs/deploymentsGetEvents.js.map +1 -0
- package/dist/esm/funcs/deploymentsGetFileContents.d.ts +15 -0
- package/dist/esm/funcs/deploymentsGetFileContents.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsGetFileContents.js +82 -0
- package/dist/esm/funcs/deploymentsGetFileContents.js.map +1 -0
- package/dist/esm/funcs/deploymentsList.d.ts +16 -0
- package/dist/esm/funcs/deploymentsList.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsList.js +97 -0
- package/dist/esm/funcs/deploymentsList.js.map +1 -0
- package/dist/esm/funcs/deploymentsListAliases.d.ts +15 -0
- package/dist/esm/funcs/deploymentsListAliases.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsListAliases.js +76 -0
- package/dist/esm/funcs/deploymentsListAliases.js.map +1 -0
- package/dist/esm/funcs/deploymentsListFiles.d.ts +16 -0
- package/dist/esm/funcs/deploymentsListFiles.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsListFiles.js +78 -0
- package/dist/esm/funcs/deploymentsListFiles.js.map +1 -0
- package/dist/esm/funcs/deploymentsUploadFile.d.ts +15 -0
- package/dist/esm/funcs/deploymentsUploadFile.d.ts.map +1 -0
- package/dist/esm/funcs/deploymentsUploadFile.js +80 -0
- package/dist/esm/funcs/deploymentsUploadFile.js.map +1 -0
- package/dist/esm/funcs/dnsCreateRecord.d.ts +15 -0
- package/dist/esm/funcs/dnsCreateRecord.d.ts.map +1 -0
- package/dist/esm/funcs/dnsCreateRecord.js +77 -0
- package/dist/esm/funcs/dnsCreateRecord.js.map +1 -0
- package/dist/esm/funcs/dnsListRecords.d.ts +16 -0
- package/dist/esm/funcs/dnsListRecords.d.ts.map +1 -0
- package/dist/esm/funcs/dnsListRecords.js +95 -0
- package/dist/esm/funcs/dnsListRecords.js.map +1 -0
- package/dist/esm/funcs/dnsRemoveRecord.d.ts +15 -0
- package/dist/esm/funcs/dnsRemoveRecord.d.ts.map +1 -0
- package/dist/esm/funcs/dnsRemoveRecord.js +80 -0
- package/dist/esm/funcs/dnsRemoveRecord.js.map +1 -0
- package/dist/esm/funcs/dnsUpdateRecord.d.ts +15 -0
- package/dist/esm/funcs/dnsUpdateRecord.d.ts.map +1 -0
- package/dist/esm/funcs/dnsUpdateRecord.js +77 -0
- package/dist/esm/funcs/dnsUpdateRecord.js.map +1 -0
- package/dist/esm/funcs/domainsBuy.d.ts +15 -0
- package/dist/esm/funcs/domainsBuy.d.ts.map +1 -0
- package/dist/esm/funcs/domainsBuy.js +71 -0
- package/dist/esm/funcs/domainsBuy.js.map +1 -0
- package/dist/esm/funcs/domainsCheckPrice.d.ts +15 -0
- package/dist/esm/funcs/domainsCheckPrice.d.ts.map +1 -0
- package/dist/esm/funcs/domainsCheckPrice.js +72 -0
- package/dist/esm/funcs/domainsCheckPrice.js.map +1 -0
- package/dist/esm/funcs/domainsCheckStatus.d.ts +15 -0
- package/dist/esm/funcs/domainsCheckStatus.d.ts.map +1 -0
- package/dist/esm/funcs/domainsCheckStatus.js +71 -0
- package/dist/esm/funcs/domainsCheckStatus.js.map +1 -0
- package/dist/esm/funcs/domainsCreate.d.ts +15 -0
- package/dist/esm/funcs/domainsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/domainsCreate.js +77 -0
- package/dist/esm/funcs/domainsCreate.js.map +1 -0
- package/dist/esm/funcs/domainsCreateOrTransfer.d.ts +15 -0
- package/dist/esm/funcs/domainsCreateOrTransfer.d.ts.map +1 -0
- package/dist/esm/funcs/domainsCreateOrTransfer.js +71 -0
- package/dist/esm/funcs/domainsCreateOrTransfer.js.map +1 -0
- package/dist/esm/funcs/domainsDelete.d.ts +15 -0
- package/dist/esm/funcs/domainsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/domainsDelete.js +76 -0
- package/dist/esm/funcs/domainsDelete.js.map +1 -0
- package/dist/esm/funcs/domainsGet.d.ts +15 -0
- package/dist/esm/funcs/domainsGet.d.ts.map +1 -0
- package/dist/esm/funcs/domainsGet.js +76 -0
- package/dist/esm/funcs/domainsGet.js.map +1 -0
- package/dist/esm/funcs/domainsGetConfig.d.ts +15 -0
- package/dist/esm/funcs/domainsGetConfig.d.ts.map +1 -0
- package/dist/esm/funcs/domainsGetConfig.js +77 -0
- package/dist/esm/funcs/domainsGetConfig.js.map +1 -0
- package/dist/esm/funcs/domainsGetTransfer.d.ts +15 -0
- package/dist/esm/funcs/domainsGetTransfer.d.ts.map +1 -0
- package/dist/esm/funcs/domainsGetTransfer.js +76 -0
- package/dist/esm/funcs/domainsGetTransfer.js.map +1 -0
- package/dist/esm/funcs/domainsList.d.ts +16 -0
- package/dist/esm/funcs/domainsList.d.ts.map +1 -0
- package/dist/esm/funcs/domainsList.js +89 -0
- package/dist/esm/funcs/domainsList.js.map +1 -0
- package/dist/esm/funcs/domainsListByProject.d.ts +16 -0
- package/dist/esm/funcs/domainsListByProject.d.ts.map +1 -0
- package/dist/esm/funcs/domainsListByProject.js +101 -0
- package/dist/esm/funcs/domainsListByProject.js.map +1 -0
- package/dist/esm/funcs/domainsUpdate.d.ts +15 -0
- package/dist/esm/funcs/domainsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/domainsUpdate.js +77 -0
- package/dist/esm/funcs/domainsUpdate.js.map +1 -0
- package/dist/esm/funcs/domainsVerify.d.ts +15 -0
- package/dist/esm/funcs/domainsVerify.d.ts.map +1 -0
- package/dist/esm/funcs/domainsVerify.js +80 -0
- package/dist/esm/funcs/domainsVerify.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsCreate.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsCreate.js +71 -0
- package/dist/esm/funcs/edgeConfigsCreate.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsCreateToken.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsCreateToken.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsCreateToken.js +77 -0
- package/dist/esm/funcs/edgeConfigsCreateToken.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsDelete.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsDelete.js +77 -0
- package/dist/esm/funcs/edgeConfigsDelete.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsDeleteSchema.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsDeleteSchema.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsDeleteSchema.js +77 -0
- package/dist/esm/funcs/edgeConfigsDeleteSchema.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsDeleteTokens.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsDeleteTokens.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsDeleteTokens.js +78 -0
- package/dist/esm/funcs/edgeConfigsDeleteTokens.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGet.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsGet.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGet.js +76 -0
- package/dist/esm/funcs/edgeConfigsGet.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetItem.d.ts +16 -0
- package/dist/esm/funcs/edgeConfigsGetItem.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetItem.js +78 -0
- package/dist/esm/funcs/edgeConfigsGetItem.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetItems.d.ts +16 -0
- package/dist/esm/funcs/edgeConfigsGetItems.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetItems.js +77 -0
- package/dist/esm/funcs/edgeConfigsGetItems.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetSchema.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsGetSchema.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetSchema.js +76 -0
- package/dist/esm/funcs/edgeConfigsGetSchema.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetToken.d.ts +16 -0
- package/dist/esm/funcs/edgeConfigsGetToken.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetToken.js +81 -0
- package/dist/esm/funcs/edgeConfigsGetToken.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetTokens.d.ts +16 -0
- package/dist/esm/funcs/edgeConfigsGetTokens.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsGetTokens.js +77 -0
- package/dist/esm/funcs/edgeConfigsGetTokens.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsList.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsList.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsList.js +70 -0
- package/dist/esm/funcs/edgeConfigsList.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsUpdate.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsUpdate.js +77 -0
- package/dist/esm/funcs/edgeConfigsUpdate.js.map +1 -0
- package/dist/esm/funcs/edgeConfigsUpdateSchema.d.ts +15 -0
- package/dist/esm/funcs/edgeConfigsUpdateSchema.d.ts.map +1 -0
- package/dist/esm/funcs/edgeConfigsUpdateSchema.js +78 -0
- package/dist/esm/funcs/edgeConfigsUpdateSchema.js.map +1 -0
- package/dist/esm/funcs/envsCreate.d.ts +15 -0
- package/dist/esm/funcs/envsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/envsCreate.js +78 -0
- package/dist/esm/funcs/envsCreate.js.map +1 -0
- package/dist/esm/funcs/envsDelete.d.ts +15 -0
- package/dist/esm/funcs/envsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/envsDelete.js +80 -0
- package/dist/esm/funcs/envsDelete.js.map +1 -0
- package/dist/esm/funcs/envsGet.d.ts +15 -0
- package/dist/esm/funcs/envsGet.d.ts.map +1 -0
- package/dist/esm/funcs/envsGet.js +80 -0
- package/dist/esm/funcs/envsGet.js.map +1 -0
- package/dist/esm/funcs/envsListByProject.d.ts +15 -0
- package/dist/esm/funcs/envsListByProject.d.ts.map +1 -0
- package/dist/esm/funcs/envsListByProject.js +79 -0
- package/dist/esm/funcs/envsListByProject.js.map +1 -0
- package/dist/esm/funcs/envsUpdate.d.ts +15 -0
- package/dist/esm/funcs/envsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/envsUpdate.js +81 -0
- package/dist/esm/funcs/envsUpdate.js.map +1 -0
- package/dist/esm/funcs/eventsList.d.ts +15 -0
- package/dist/esm/funcs/eventsList.d.ts.map +1 -0
- package/dist/esm/funcs/eventsList.js +76 -0
- package/dist/esm/funcs/eventsList.js.map +1 -0
- package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts +15 -0
- package/dist/esm/funcs/integrationsDeleteConfiguration.d.ts.map +1 -0
- package/dist/esm/funcs/integrationsDeleteConfiguration.js +77 -0
- package/dist/esm/funcs/integrationsDeleteConfiguration.js.map +1 -0
- package/dist/esm/funcs/integrationsGetConfiguration.d.ts +15 -0
- package/dist/esm/funcs/integrationsGetConfiguration.d.ts.map +1 -0
- package/dist/esm/funcs/integrationsGetConfiguration.js +76 -0
- package/dist/esm/funcs/integrationsGetConfiguration.js.map +1 -0
- package/dist/esm/funcs/integrationsGetConfigurations.d.ts +15 -0
- package/dist/esm/funcs/integrationsGetConfigurations.d.ts.map +1 -0
- package/dist/esm/funcs/integrationsGetConfigurations.js +71 -0
- package/dist/esm/funcs/integrationsGetConfigurations.js.map +1 -0
- package/dist/esm/funcs/integrationsGetGitNamespaces.d.ts +15 -0
- package/dist/esm/funcs/integrationsGetGitNamespaces.d.ts.map +1 -0
- package/dist/esm/funcs/integrationsGetGitNamespaces.js +73 -0
- package/dist/esm/funcs/integrationsGetGitNamespaces.js.map +1 -0
- package/dist/esm/funcs/integrationsSearchRepos.d.ts +15 -0
- package/dist/esm/funcs/integrationsSearchRepos.d.ts.map +1 -0
- package/dist/esm/funcs/integrationsSearchRepos.js +75 -0
- package/dist/esm/funcs/integrationsSearchRepos.js.map +1 -0
- package/dist/esm/funcs/listDeploymentBuilds.d.ts +12 -0
- package/dist/esm/funcs/listDeploymentBuilds.d.ts.map +1 -0
- package/dist/esm/funcs/listDeploymentBuilds.js +63 -0
- package/dist/esm/funcs/listDeploymentBuilds.js.map +1 -0
- package/dist/esm/funcs/logDrainsCreate.d.ts +15 -0
- package/dist/esm/funcs/logDrainsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsCreate.js +71 -0
- package/dist/esm/funcs/logDrainsCreate.js.map +1 -0
- package/dist/esm/funcs/logDrainsCreateConfigurable.d.ts +15 -0
- package/dist/esm/funcs/logDrainsCreateConfigurable.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsCreateConfigurable.js +71 -0
- package/dist/esm/funcs/logDrainsCreateConfigurable.js.map +1 -0
- package/dist/esm/funcs/logDrainsDeleteConfigurable.d.ts +15 -0
- package/dist/esm/funcs/logDrainsDeleteConfigurable.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsDeleteConfigurable.js +77 -0
- package/dist/esm/funcs/logDrainsDeleteConfigurable.js.map +1 -0
- package/dist/esm/funcs/logDrainsDeleteIntegration.d.ts +15 -0
- package/dist/esm/funcs/logDrainsDeleteIntegration.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsDeleteIntegration.js +77 -0
- package/dist/esm/funcs/logDrainsDeleteIntegration.js.map +1 -0
- package/dist/esm/funcs/logDrainsGetAll.d.ts +15 -0
- package/dist/esm/funcs/logDrainsGetAll.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsGetAll.js +72 -0
- package/dist/esm/funcs/logDrainsGetAll.js.map +1 -0
- package/dist/esm/funcs/logDrainsGetConfigurable.d.ts +15 -0
- package/dist/esm/funcs/logDrainsGetConfigurable.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsGetConfigurable.js +76 -0
- package/dist/esm/funcs/logDrainsGetConfigurable.js.map +1 -0
- package/dist/esm/funcs/logDrainsList.d.ts +15 -0
- package/dist/esm/funcs/logDrainsList.d.ts.map +1 -0
- package/dist/esm/funcs/logDrainsList.js +71 -0
- package/dist/esm/funcs/logDrainsList.js.map +1 -0
- package/dist/esm/funcs/projectDomainsDelete.d.ts +15 -0
- package/dist/esm/funcs/projectDomainsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/projectDomainsDelete.js +80 -0
- package/dist/esm/funcs/projectDomainsDelete.js.map +1 -0
- package/dist/esm/funcs/projectDomainsGet.d.ts +15 -0
- package/dist/esm/funcs/projectDomainsGet.d.ts.map +1 -0
- package/dist/esm/funcs/projectDomainsGet.js +80 -0
- package/dist/esm/funcs/projectDomainsGet.js.map +1 -0
- package/dist/esm/funcs/projectDomainsUpdate.d.ts +15 -0
- package/dist/esm/funcs/projectDomainsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/projectDomainsUpdate.js +81 -0
- package/dist/esm/funcs/projectDomainsUpdate.js.map +1 -0
- package/dist/esm/funcs/projectMembersAdd.d.ts +15 -0
- package/dist/esm/funcs/projectMembersAdd.d.ts.map +1 -0
- package/dist/esm/funcs/projectMembersAdd.js +77 -0
- package/dist/esm/funcs/projectMembersAdd.js.map +1 -0
- package/dist/esm/funcs/projectMembersGet.d.ts +15 -0
- package/dist/esm/funcs/projectMembersGet.d.ts.map +1 -0
- package/dist/esm/funcs/projectMembersGet.js +80 -0
- package/dist/esm/funcs/projectMembersGet.js.map +1 -0
- package/dist/esm/funcs/projectMembersRemove.d.ts +15 -0
- package/dist/esm/funcs/projectMembersRemove.d.ts.map +1 -0
- package/dist/esm/funcs/projectMembersRemove.js +80 -0
- package/dist/esm/funcs/projectMembersRemove.js.map +1 -0
- package/dist/esm/funcs/projectsCreate.d.ts +15 -0
- package/dist/esm/funcs/projectsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/projectsCreate.js +71 -0
- package/dist/esm/funcs/projectsCreate.js.map +1 -0
- package/dist/esm/funcs/projectsDelete.d.ts +15 -0
- package/dist/esm/funcs/projectsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/projectsDelete.js +77 -0
- package/dist/esm/funcs/projectsDelete.js.map +1 -0
- package/dist/esm/funcs/projectsGetAll.d.ts +16 -0
- package/dist/esm/funcs/projectsGetAll.d.ts.map +1 -0
- package/dist/esm/funcs/projectsGetAll.js +97 -0
- package/dist/esm/funcs/projectsGetAll.js.map +1 -0
- package/dist/esm/funcs/projectsPause.d.ts +15 -0
- package/dist/esm/funcs/projectsPause.d.ts.map +1 -0
- package/dist/esm/funcs/projectsPause.js +77 -0
- package/dist/esm/funcs/projectsPause.js.map +1 -0
- package/dist/esm/funcs/projectsUnpause.d.ts +15 -0
- package/dist/esm/funcs/projectsUnpause.d.ts.map +1 -0
- package/dist/esm/funcs/projectsUnpause.js +77 -0
- package/dist/esm/funcs/projectsUnpause.js.map +1 -0
- package/dist/esm/funcs/projectsUpdate.d.ts +15 -0
- package/dist/esm/funcs/projectsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/projectsUpdate.js +77 -0
- package/dist/esm/funcs/projectsUpdate.js.map +1 -0
- package/dist/esm/funcs/projectsUpdateDataCache.d.ts +15 -0
- package/dist/esm/funcs/projectsUpdateDataCache.d.ts.map +1 -0
- package/dist/esm/funcs/projectsUpdateDataCache.js +77 -0
- package/dist/esm/funcs/projectsUpdateDataCache.js.map +1 -0
- package/dist/esm/funcs/promotionsCreate.d.ts +15 -0
- package/dist/esm/funcs/promotionsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/promotionsCreate.js +81 -0
- package/dist/esm/funcs/promotionsCreate.js.map +1 -0
- package/dist/esm/funcs/promotionsListAliases.d.ts +16 -0
- package/dist/esm/funcs/promotionsListAliases.d.ts.map +1 -0
- package/dist/esm/funcs/promotionsListAliases.js +96 -0
- package/dist/esm/funcs/promotionsListAliases.js.map +1 -0
- package/dist/esm/funcs/protectionBypassUpdate.d.ts +15 -0
- package/dist/esm/funcs/protectionBypassUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/protectionBypassUpdate.js +77 -0
- package/dist/esm/funcs/protectionBypassUpdate.js.map +1 -0
- package/dist/esm/funcs/secretsCreate.d.ts +15 -0
- package/dist/esm/funcs/secretsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/secretsCreate.js +72 -0
- package/dist/esm/funcs/secretsCreate.js.map +1 -0
- package/dist/esm/funcs/secretsDelete.d.ts +15 -0
- package/dist/esm/funcs/secretsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/secretsDelete.js +76 -0
- package/dist/esm/funcs/secretsDelete.js.map +1 -0
- package/dist/esm/funcs/secretsGet.d.ts +15 -0
- package/dist/esm/funcs/secretsGet.d.ts.map +1 -0
- package/dist/esm/funcs/secretsGet.js +77 -0
- package/dist/esm/funcs/secretsGet.js.map +1 -0
- package/dist/esm/funcs/secretsList.d.ts +15 -0
- package/dist/esm/funcs/secretsList.d.ts.map +1 -0
- package/dist/esm/funcs/secretsList.js +72 -0
- package/dist/esm/funcs/secretsList.js.map +1 -0
- package/dist/esm/funcs/secretsRename.d.ts +15 -0
- package/dist/esm/funcs/secretsRename.d.ts.map +1 -0
- package/dist/esm/funcs/secretsRename.js +77 -0
- package/dist/esm/funcs/secretsRename.js.map +1 -0
- package/dist/esm/funcs/teamsCreate.d.ts +15 -0
- package/dist/esm/funcs/teamsCreate.d.ts.map +1 -0
- package/dist/esm/funcs/teamsCreate.js +68 -0
- package/dist/esm/funcs/teamsCreate.js.map +1 -0
- package/dist/esm/funcs/teamsDelete.d.ts +15 -0
- package/dist/esm/funcs/teamsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/teamsDelete.js +77 -0
- package/dist/esm/funcs/teamsDelete.js.map +1 -0
- package/dist/esm/funcs/teamsDeleteInviteCode.d.ts +15 -0
- package/dist/esm/funcs/teamsDeleteInviteCode.d.ts.map +1 -0
- package/dist/esm/funcs/teamsDeleteInviteCode.js +75 -0
- package/dist/esm/funcs/teamsDeleteInviteCode.js.map +1 -0
- package/dist/esm/funcs/teamsGet.d.ts +16 -0
- package/dist/esm/funcs/teamsGet.d.ts.map +1 -0
- package/dist/esm/funcs/teamsGet.js +72 -0
- package/dist/esm/funcs/teamsGet.js.map +1 -0
- package/dist/esm/funcs/teamsGetAccessRequest.d.ts +15 -0
- package/dist/esm/funcs/teamsGetAccessRequest.d.ts.map +1 -0
- package/dist/esm/funcs/teamsGetAccessRequest.js +75 -0
- package/dist/esm/funcs/teamsGetAccessRequest.js.map +1 -0
- package/dist/esm/funcs/teamsGetMembers.d.ts +15 -0
- package/dist/esm/funcs/teamsGetMembers.d.ts.map +1 -0
- package/dist/esm/funcs/teamsGetMembers.js +81 -0
- package/dist/esm/funcs/teamsGetMembers.js.map +1 -0
- package/dist/esm/funcs/teamsInviteUser.d.ts +15 -0
- package/dist/esm/funcs/teamsInviteUser.d.ts.map +1 -0
- package/dist/esm/funcs/teamsInviteUser.js +72 -0
- package/dist/esm/funcs/teamsInviteUser.js.map +1 -0
- package/dist/esm/funcs/teamsJoin.d.ts +15 -0
- package/dist/esm/funcs/teamsJoin.d.ts.map +1 -0
- package/dist/esm/funcs/teamsJoin.js +72 -0
- package/dist/esm/funcs/teamsJoin.js.map +1 -0
- package/dist/esm/funcs/teamsList.d.ts +15 -0
- package/dist/esm/funcs/teamsList.d.ts.map +1 -0
- package/dist/esm/funcs/teamsList.js +71 -0
- package/dist/esm/funcs/teamsList.js.map +1 -0
- package/dist/esm/funcs/teamsRemoveMember.d.ts +15 -0
- package/dist/esm/funcs/teamsRemoveMember.d.ts.map +1 -0
- package/dist/esm/funcs/teamsRemoveMember.js +75 -0
- package/dist/esm/funcs/teamsRemoveMember.js.map +1 -0
- package/dist/esm/funcs/teamsRequestAccess.d.ts +15 -0
- package/dist/esm/funcs/teamsRequestAccess.d.ts.map +1 -0
- package/dist/esm/funcs/teamsRequestAccess.js +72 -0
- package/dist/esm/funcs/teamsRequestAccess.js.map +1 -0
- package/dist/esm/funcs/teamsUpdate.d.ts +16 -0
- package/dist/esm/funcs/teamsUpdate.d.ts.map +1 -0
- package/dist/esm/funcs/teamsUpdate.js +77 -0
- package/dist/esm/funcs/teamsUpdate.js.map +1 -0
- package/dist/esm/funcs/teamsUpdateMember.d.ts +15 -0
- package/dist/esm/funcs/teamsUpdateMember.d.ts.map +1 -0
- package/dist/esm/funcs/teamsUpdateMember.js +76 -0
- package/dist/esm/funcs/teamsUpdateMember.js.map +1 -0
- package/dist/esm/funcs/tokensCreate.d.ts +15 -0
- package/dist/esm/funcs/tokensCreate.d.ts.map +1 -0
- package/dist/esm/funcs/tokensCreate.js +71 -0
- package/dist/esm/funcs/tokensCreate.js.map +1 -0
- package/dist/esm/funcs/tokensDelete.d.ts +15 -0
- package/dist/esm/funcs/tokensDelete.d.ts.map +1 -0
- package/dist/esm/funcs/tokensDelete.js +71 -0
- package/dist/esm/funcs/tokensDelete.js.map +1 -0
- package/dist/esm/funcs/tokensGet.d.ts +15 -0
- package/dist/esm/funcs/tokensGet.d.ts.map +1 -0
- package/dist/esm/funcs/tokensGet.js +71 -0
- package/dist/esm/funcs/tokensGet.js.map +1 -0
- package/dist/esm/funcs/tokensList.d.ts +15 -0
- package/dist/esm/funcs/tokensList.d.ts.map +1 -0
- package/dist/esm/funcs/tokensList.js +55 -0
- package/dist/esm/funcs/tokensList.js.map +1 -0
- package/dist/esm/funcs/userGetAuthUser.d.ts +15 -0
- package/dist/esm/funcs/userGetAuthUser.d.ts.map +1 -0
- package/dist/esm/funcs/userGetAuthUser.js +55 -0
- package/dist/esm/funcs/userGetAuthUser.js.map +1 -0
- package/dist/esm/funcs/userRequestDelete.d.ts +15 -0
- package/dist/esm/funcs/userRequestDelete.d.ts.map +1 -0
- package/dist/esm/funcs/userRequestDelete.js +68 -0
- package/dist/esm/funcs/userRequestDelete.js.map +1 -0
- package/dist/esm/funcs/webhooksCreate.d.ts +15 -0
- package/dist/esm/funcs/webhooksCreate.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksCreate.js +71 -0
- package/dist/esm/funcs/webhooksCreate.js.map +1 -0
- package/dist/esm/funcs/webhooksDelete.d.ts +15 -0
- package/dist/esm/funcs/webhooksDelete.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksDelete.js +77 -0
- package/dist/esm/funcs/webhooksDelete.js.map +1 -0
- package/dist/esm/funcs/webhooksGet.d.ts +15 -0
- package/dist/esm/funcs/webhooksGet.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksGet.js +76 -0
- package/dist/esm/funcs/webhooksGet.js.map +1 -0
- package/dist/esm/funcs/webhooksList.d.ts +15 -0
- package/dist/esm/funcs/webhooksList.d.ts.map +1 -0
- package/dist/esm/funcs/webhooksList.js +71 -0
- package/dist/esm/funcs/webhooksList.js.map +1 -0
- package/dist/esm/hooks/hooks.d.ts +24 -0
- package/dist/esm/hooks/hooks.d.ts.map +1 -0
- package/dist/esm/hooks/hooks.js +64 -0
- package/dist/esm/hooks/hooks.js.map +1 -0
- package/dist/esm/hooks/registration.d.ts +3 -0
- package/dist/esm/hooks/registration.d.ts.map +1 -0
- package/dist/esm/hooks/registration.js +12 -0
- package/dist/esm/hooks/registration.js.map +1 -0
- package/dist/esm/hooks/types.d.ts +72 -0
- package/dist/esm/hooks/types.d.ts.map +1 -0
- package/dist/esm/hooks/types.js +5 -0
- package/dist/esm/hooks/types.js.map +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/base64.d.ts +10 -0
- package/dist/esm/lib/base64.d.ts.map +1 -0
- package/dist/esm/lib/base64.js +29 -0
- package/dist/esm/lib/base64.js.map +1 -0
- package/dist/esm/lib/config.d.ts +34 -0
- package/dist/esm/lib/config.d.ts.map +1 -0
- package/dist/esm/lib/config.js +35 -0
- package/dist/esm/lib/config.js.map +1 -0
- package/dist/esm/lib/dlv.d.ts +14 -0
- package/dist/esm/lib/dlv.d.ts.map +1 -0
- package/dist/esm/lib/dlv.js +46 -0
- package/dist/esm/lib/dlv.js.map +1 -0
- package/dist/esm/lib/encodings.d.ts +51 -0
- package/dist/esm/lib/encodings.d.ts.map +1 -0
- package/dist/esm/lib/encodings.js +330 -0
- package/dist/esm/lib/encodings.js.map +1 -0
- package/dist/esm/lib/files.d.ts +8 -0
- package/dist/esm/lib/files.d.ts.map +1 -0
- package/dist/esm/lib/files.js +33 -0
- package/dist/esm/lib/files.js.map +1 -0
- package/dist/esm/lib/http.d.ts +67 -0
- package/dist/esm/lib/http.d.ts.map +1 -0
- package/dist/esm/lib/http.js +208 -0
- package/dist/esm/lib/http.js.map +1 -0
- package/dist/esm/lib/is-plain-object.d.ts +2 -0
- package/dist/esm/lib/is-plain-object.d.ts.map +1 -0
- package/dist/esm/lib/is-plain-object.js +38 -0
- package/dist/esm/lib/is-plain-object.js.map +1 -0
- package/dist/esm/lib/logger.d.ts +6 -0
- package/dist/esm/lib/logger.d.ts.map +1 -0
- package/dist/esm/lib/logger.js +5 -0
- package/dist/esm/lib/logger.js.map +1 -0
- package/dist/esm/lib/matchers.d.ts +64 -0
- package/dist/esm/lib/matchers.d.ts.map +1 -0
- package/dist/esm/lib/matchers.js +187 -0
- package/dist/esm/lib/matchers.js.map +1 -0
- package/dist/esm/lib/primitives.d.ts +16 -0
- package/dist/esm/lib/primitives.d.ts.map +1 -0
- package/dist/esm/lib/primitives.js +26 -0
- package/dist/esm/lib/primitives.js.map +1 -0
- package/dist/esm/lib/retries.d.ts +18 -0
- package/dist/esm/lib/retries.d.ts.map +1 -0
- package/dist/esm/lib/retries.js +127 -0
- package/dist/esm/lib/retries.js.map +1 -0
- package/dist/esm/lib/schemas.d.ts +19 -0
- package/dist/esm/lib/schemas.d.ts.map +1 -0
- package/dist/esm/lib/schemas.js +54 -0
- package/dist/esm/lib/schemas.js.map +1 -0
- package/dist/esm/lib/sdks.d.ts +59 -0
- package/dist/esm/lib/sdks.d.ts.map +1 -0
- package/dist/esm/lib/sdks.js +251 -0
- package/dist/esm/lib/sdks.js.map +1 -0
- package/dist/esm/lib/security.d.ts +63 -0
- package/dist/esm/lib/security.d.ts.map +1 -0
- package/dist/esm/lib/security.js +121 -0
- package/dist/esm/lib/security.js.map +1 -0
- package/dist/esm/lib/url.d.ts +5 -0
- package/dist/esm/lib/url.d.ts.map +1 -0
- package/dist/esm/lib/url.js +22 -0
- package/dist/esm/lib/url.js.map +1 -0
- package/dist/esm/models/components/accessgroup.d.ts +61 -0
- package/dist/esm/models/components/accessgroup.d.ts.map +1 -0
- package/dist/esm/models/components/accessgroup.js +36 -0
- package/dist/esm/models/components/accessgroup.js.map +1 -0
- package/dist/esm/models/components/aclaction.d.ts +43 -0
- package/dist/esm/models/components/aclaction.d.ts.map +1 -0
- package/dist/esm/models/components/aclaction.js +31 -0
- package/dist/esm/models/components/aclaction.js.map +1 -0
- package/dist/esm/models/components/authtoken.d.ts +276 -0
- package/dist/esm/models/components/authtoken.d.ts.map +1 -0
- package/dist/esm/models/components/authtoken.js +203 -0
- package/dist/esm/models/components/authtoken.js.map +1 -0
- package/dist/esm/models/components/authuser.d.ts +5747 -0
- package/dist/esm/models/components/authuser.d.ts.map +1 -0
- package/dist/esm/models/components/authuser.js +4582 -0
- package/dist/esm/models/components/authuser.js.map +1 -0
- package/dist/esm/models/components/authuserlimited.d.ts +95 -0
- package/dist/esm/models/components/authuserlimited.d.ts.map +1 -0
- package/dist/esm/models/components/authuserlimited.js +59 -0
- package/dist/esm/models/components/authuserlimited.js.map +1 -0
- package/dist/esm/models/components/edgeconfigitem.d.ts +39 -0
- package/dist/esm/models/components/edgeconfigitem.d.ts.map +1 -0
- package/dist/esm/models/components/edgeconfigitem.js +35 -0
- package/dist/esm/models/components/edgeconfigitem.js.map +1 -0
- package/dist/esm/models/components/edgeconfigitemvalue.d.ts +25 -0
- package/dist/esm/models/components/edgeconfigitemvalue.d.ts.map +1 -0
- package/dist/esm/models/components/edgeconfigitemvalue.js +32 -0
- package/dist/esm/models/components/edgeconfigitemvalue.js.map +1 -0
- package/dist/esm/models/components/edgeconfigtoken.d.ts +39 -0
- package/dist/esm/models/components/edgeconfigtoken.d.ts.map +1 -0
- package/dist/esm/models/components/edgeconfigtoken.js +32 -0
- package/dist/esm/models/components/edgeconfigtoken.js.map +1 -0
- package/dist/esm/models/components/filetree.d.ts +105 -0
- package/dist/esm/models/components/filetree.d.ts.map +1 -0
- package/dist/esm/models/components/filetree.js +62 -0
- package/dist/esm/models/components/filetree.js.map +1 -0
- package/dist/esm/models/components/flagjsonvalue.d.ts +25 -0
- package/dist/esm/models/components/flagjsonvalue.d.ts.map +1 -0
- package/dist/esm/models/components/flagjsonvalue.js +32 -0
- package/dist/esm/models/components/flagjsonvalue.js.map +1 -0
- package/dist/esm/models/components/pagination.d.ts +41 -0
- package/dist/esm/models/components/pagination.d.ts.map +1 -0
- package/dist/esm/models/components/pagination.js +28 -0
- package/dist/esm/models/components/pagination.js.map +1 -0
- package/dist/esm/models/components/security.d.ts +25 -0
- package/dist/esm/models/components/security.d.ts.map +1 -0
- package/dist/esm/models/components/security.js +24 -0
- package/dist/esm/models/components/security.js.map +1 -0
- package/dist/esm/models/components/team.d.ts +24 -0
- package/dist/esm/models/components/team.d.ts.map +1 -0
- package/dist/esm/models/components/team.js +21 -0
- package/dist/esm/models/components/team.js.map +1 -0
- package/dist/esm/models/components/teamlimited.d.ts +397 -0
- package/dist/esm/models/components/teamlimited.d.ts.map +1 -0
- package/dist/esm/models/components/teamlimited.js +257 -0
- package/dist/esm/models/components/teamlimited.js.map +1 -0
- package/dist/esm/models/components/userevent.d.ts +209 -0
- package/dist/esm/models/components/userevent.d.ts.map +1 -0
- package/dist/esm/models/components/userevent.js +123 -0
- package/dist/esm/models/components/userevent.js.map +1 -0
- package/dist/esm/models/errors/httpclienterrors.d.ts +44 -0
- package/dist/esm/models/errors/httpclienterrors.d.ts.map +1 -0
- package/dist/esm/models/errors/httpclienterrors.js +69 -0
- package/dist/esm/models/errors/httpclienterrors.js.map +1 -0
- package/dist/esm/models/errors/sdkerror.d.ts +8 -0
- package/dist/esm/models/errors/sdkerror.d.ts.map +1 -0
- package/dist/esm/models/errors/sdkerror.js +17 -0
- package/dist/esm/models/errors/sdkerror.js.map +1 -0
- package/dist/esm/models/errors/sdkvalidationerror.d.ts +20 -0
- package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +1 -0
- package/dist/esm/models/errors/sdkvalidationerror.js +77 -0
- package/dist/esm/models/errors/sdkvalidationerror.js.map +1 -0
- package/dist/esm/models/operations/addprojectdomain.d.ts +203 -0
- package/dist/esm/models/operations/addprojectdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/addprojectdomain.js +154 -0
- package/dist/esm/models/operations/addprojectdomain.js.map +1 -0
- package/dist/esm/models/operations/addprojectmember.d.ts +311 -0
- package/dist/esm/models/operations/addprojectmember.d.ts.map +1 -0
- package/dist/esm/models/operations/addprojectmember.js +234 -0
- package/dist/esm/models/operations/addprojectmember.js.map +1 -0
- package/dist/esm/models/operations/artifactexists.d.ts +38 -0
- package/dist/esm/models/operations/artifactexists.d.ts.map +1 -0
- package/dist/esm/models/operations/artifactexists.js +28 -0
- package/dist/esm/models/operations/artifactexists.js.map +1 -0
- package/dist/esm/models/operations/artifactquery.d.ts +153 -0
- package/dist/esm/models/operations/artifactquery.d.ts.map +1 -0
- package/dist/esm/models/operations/artifactquery.js +139 -0
- package/dist/esm/models/operations/artifactquery.js.map +1 -0
- package/dist/esm/models/operations/assignalias.d.ts +115 -0
- package/dist/esm/models/operations/assignalias.d.ts.map +1 -0
- package/dist/esm/models/operations/assignalias.js +85 -0
- package/dist/esm/models/operations/assignalias.js.map +1 -0
- package/dist/esm/models/operations/buydomain.d.ts +254 -0
- package/dist/esm/models/operations/buydomain.d.ts.map +1 -0
- package/dist/esm/models/operations/buydomain.js +193 -0
- package/dist/esm/models/operations/buydomain.js.map +1 -0
- package/dist/esm/models/operations/canceldeployment.d.ts +2766 -0
- package/dist/esm/models/operations/canceldeployment.d.ts.map +1 -0
- package/dist/esm/models/operations/canceldeployment.js +2300 -0
- package/dist/esm/models/operations/canceldeployment.js.map +1 -0
- package/dist/esm/models/operations/checkdomainprice.d.ts +109 -0
- package/dist/esm/models/operations/checkdomainprice.d.ts.map +1 -0
- package/dist/esm/models/operations/checkdomainprice.js +73 -0
- package/dist/esm/models/operations/checkdomainprice.js.map +1 -0
- package/dist/esm/models/operations/checkdomainstatus.d.ts +64 -0
- package/dist/esm/models/operations/checkdomainstatus.d.ts.map +1 -0
- package/dist/esm/models/operations/checkdomainstatus.js +47 -0
- package/dist/esm/models/operations/checkdomainstatus.js.map +1 -0
- package/dist/esm/models/operations/createaccessgroup.d.ts +184 -0
- package/dist/esm/models/operations/createaccessgroup.d.ts.map +1 -0
- package/dist/esm/models/operations/createaccessgroup.js +139 -0
- package/dist/esm/models/operations/createaccessgroup.js.map +1 -0
- package/dist/esm/models/operations/createauthtoken.d.ts +168 -0
- package/dist/esm/models/operations/createauthtoken.d.ts.map +1 -0
- package/dist/esm/models/operations/createauthtoken.js +152 -0
- package/dist/esm/models/operations/createauthtoken.js.map +1 -0
- package/dist/esm/models/operations/createcheck.d.ts +509 -0
- package/dist/esm/models/operations/createcheck.d.ts.map +1 -0
- package/dist/esm/models/operations/createcheck.js +426 -0
- package/dist/esm/models/operations/createcheck.js.map +1 -0
- package/dist/esm/models/operations/createconfigurablelogdrain.d.ts +465 -0
- package/dist/esm/models/operations/createconfigurablelogdrain.d.ts.map +1 -0
- package/dist/esm/models/operations/createconfigurablelogdrain.js +354 -0
- package/dist/esm/models/operations/createconfigurablelogdrain.js.map +1 -0
- package/dist/esm/models/operations/createdeployment.d.ts +3718 -0
- package/dist/esm/models/operations/createdeployment.d.ts.map +1 -0
- package/dist/esm/models/operations/createdeployment.js +2984 -0
- package/dist/esm/models/operations/createdeployment.js.map +1 -0
- package/dist/esm/models/operations/createedgeconfig.d.ts +258 -0
- package/dist/esm/models/operations/createedgeconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/createedgeconfig.js +287 -0
- package/dist/esm/models/operations/createedgeconfig.js.map +1 -0
- package/dist/esm/models/operations/createedgeconfigtoken.d.ts +85 -0
- package/dist/esm/models/operations/createedgeconfigtoken.d.ts.map +1 -0
- package/dist/esm/models/operations/createedgeconfigtoken.js +81 -0
- package/dist/esm/models/operations/createedgeconfigtoken.js.map +1 -0
- package/dist/esm/models/operations/createlogdrain.d.ts +432 -0
- package/dist/esm/models/operations/createlogdrain.d.ts.map +1 -0
- package/dist/esm/models/operations/createlogdrain.js +279 -0
- package/dist/esm/models/operations/createlogdrain.js.map +1 -0
- package/dist/esm/models/operations/createortransferdomain.d.ts +370 -0
- package/dist/esm/models/operations/createortransferdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/createortransferdomain.js +261 -0
- package/dist/esm/models/operations/createortransferdomain.js.map +1 -0
- package/dist/esm/models/operations/createproject.d.ts +4626 -0
- package/dist/esm/models/operations/createproject.d.ts.map +1 -0
- package/dist/esm/models/operations/createproject.js +3764 -0
- package/dist/esm/models/operations/createproject.js.map +1 -0
- package/dist/esm/models/operations/createprojectenv.d.ts +2648 -0
- package/dist/esm/models/operations/createprojectenv.d.ts.map +1 -0
- package/dist/esm/models/operations/createprojectenv.js +2279 -0
- package/dist/esm/models/operations/createprojectenv.js.map +1 -0
- package/dist/esm/models/operations/createrecord.d.ts +1195 -0
- package/dist/esm/models/operations/createrecord.d.ts.map +1 -0
- package/dist/esm/models/operations/createrecord.js +787 -0
- package/dist/esm/models/operations/createrecord.js.map +1 -0
- package/dist/esm/models/operations/createsecret.d.ts +187 -0
- package/dist/esm/models/operations/createsecret.d.ts.map +1 -0
- package/dist/esm/models/operations/createsecret.js +134 -0
- package/dist/esm/models/operations/createsecret.js.map +1 -0
- package/dist/esm/models/operations/createteam.d.ts +4925 -0
- package/dist/esm/models/operations/createteam.d.ts.map +1 -0
- package/dist/esm/models/operations/createteam.js +4039 -0
- package/dist/esm/models/operations/createteam.js.map +1 -0
- package/dist/esm/models/operations/createwebhook.d.ts +321 -0
- package/dist/esm/models/operations/createwebhook.d.ts.map +1 -0
- package/dist/esm/models/operations/createwebhook.js +182 -0
- package/dist/esm/models/operations/createwebhook.js.map +1 -0
- package/dist/esm/models/operations/datacachebillingsettings.d.ts +48 -0
- package/dist/esm/models/operations/datacachebillingsettings.d.ts.map +1 -0
- package/dist/esm/models/operations/datacachebillingsettings.js +43 -0
- package/dist/esm/models/operations/datacachebillingsettings.js.map +1 -0
- package/dist/esm/models/operations/datacachepurgeall.d.ts +25 -0
- package/dist/esm/models/operations/datacachepurgeall.d.ts.map +1 -0
- package/dist/esm/models/operations/datacachepurgeall.js +24 -0
- package/dist/esm/models/operations/datacachepurgeall.js.map +1 -0
- package/dist/esm/models/operations/deleteaccessgroup.d.ts +35 -0
- package/dist/esm/models/operations/deleteaccessgroup.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteaccessgroup.js +28 -0
- package/dist/esm/models/operations/deleteaccessgroup.js.map +1 -0
- package/dist/esm/models/operations/deletealias.d.ts +87 -0
- package/dist/esm/models/operations/deletealias.d.ts.map +1 -0
- package/dist/esm/models/operations/deletealias.js +65 -0
- package/dist/esm/models/operations/deletealias.js.map +1 -0
- package/dist/esm/models/operations/deleteauthtoken.d.ts +57 -0
- package/dist/esm/models/operations/deleteauthtoken.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteauthtoken.js +43 -0
- package/dist/esm/models/operations/deleteauthtoken.js.map +1 -0
- package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts +35 -0
- package/dist/esm/models/operations/deleteconfigurablelogdrain.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteconfigurablelogdrain.js +28 -0
- package/dist/esm/models/operations/deleteconfigurablelogdrain.js.map +1 -0
- package/dist/esm/models/operations/deleteconfiguration.d.ts +35 -0
- package/dist/esm/models/operations/deleteconfiguration.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteconfiguration.js +28 -0
- package/dist/esm/models/operations/deleteconfiguration.js.map +1 -0
- package/dist/esm/models/operations/deletedeployment.d.ts +106 -0
- package/dist/esm/models/operations/deletedeployment.d.ts.map +1 -0
- package/dist/esm/models/operations/deletedeployment.js +72 -0
- package/dist/esm/models/operations/deletedeployment.js.map +1 -0
- package/dist/esm/models/operations/deletedomain.d.ts +67 -0
- package/dist/esm/models/operations/deletedomain.d.ts.map +1 -0
- package/dist/esm/models/operations/deletedomain.js +47 -0
- package/dist/esm/models/operations/deletedomain.js.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfig.d.ts +35 -0
- package/dist/esm/models/operations/deleteedgeconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfig.js +28 -0
- package/dist/esm/models/operations/deleteedgeconfig.js.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfigschema.d.ts +35 -0
- package/dist/esm/models/operations/deleteedgeconfigschema.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfigschema.js +28 -0
- package/dist/esm/models/operations/deleteedgeconfigschema.js.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts +60 -0
- package/dist/esm/models/operations/deleteedgeconfigtokens.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteedgeconfigtokens.js +60 -0
- package/dist/esm/models/operations/deleteedgeconfigtokens.js.map +1 -0
- package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts +38 -0
- package/dist/esm/models/operations/deleteintegrationlogdrain.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteintegrationlogdrain.js +28 -0
- package/dist/esm/models/operations/deleteintegrationlogdrain.js.map +1 -0
- package/dist/esm/models/operations/deleteproject.d.ts +38 -0
- package/dist/esm/models/operations/deleteproject.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteproject.js +28 -0
- package/dist/esm/models/operations/deleteproject.js.map +1 -0
- package/dist/esm/models/operations/deletesecret.d.ts +74 -0
- package/dist/esm/models/operations/deletesecret.d.ts.map +1 -0
- package/dist/esm/models/operations/deletesecret.js +51 -0
- package/dist/esm/models/operations/deletesecret.js.map +1 -0
- package/dist/esm/models/operations/deleteteam.d.ts +134 -0
- package/dist/esm/models/operations/deleteteam.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteteam.js +100 -0
- package/dist/esm/models/operations/deleteteam.js.map +1 -0
- package/dist/esm/models/operations/deleteteaminvitecode.d.ts +62 -0
- package/dist/esm/models/operations/deleteteaminvitecode.d.ts.map +1 -0
- package/dist/esm/models/operations/deleteteaminvitecode.js +45 -0
- package/dist/esm/models/operations/deleteteaminvitecode.js.map +1 -0
- package/dist/esm/models/operations/deletewebhook.d.ts +35 -0
- package/dist/esm/models/operations/deletewebhook.d.ts.map +1 -0
- package/dist/esm/models/operations/deletewebhook.js +28 -0
- package/dist/esm/models/operations/deletewebhook.js.map +1 -0
- package/dist/esm/models/operations/downloadartifact.d.ts +48 -0
- package/dist/esm/models/operations/downloadartifact.d.ts.map +1 -0
- package/dist/esm/models/operations/downloadartifact.js +43 -0
- package/dist/esm/models/operations/downloadartifact.js.map +1 -0
- package/dist/esm/models/operations/editprojectenv.d.ts +1121 -0
- package/dist/esm/models/operations/editprojectenv.d.ts.map +1 -0
- package/dist/esm/models/operations/editprojectenv.js +966 -0
- package/dist/esm/models/operations/editprojectenv.js.map +1 -0
- package/dist/esm/models/operations/emaillogin.d.ts +61 -0
- package/dist/esm/models/operations/emaillogin.d.ts.map +1 -0
- package/dist/esm/models/operations/emaillogin.js +47 -0
- package/dist/esm/models/operations/emaillogin.js.map +1 -0
- package/dist/esm/models/operations/filterprojectenvs.d.ts +2917 -0
- package/dist/esm/models/operations/filterprojectenvs.d.ts.map +1 -0
- package/dist/esm/models/operations/filterprojectenvs.js +2574 -0
- package/dist/esm/models/operations/filterprojectenvs.js.map +1 -0
- package/dist/esm/models/operations/getalias.d.ts +485 -0
- package/dist/esm/models/operations/getalias.d.ts.map +1 -0
- package/dist/esm/models/operations/getalias.js +351 -0
- package/dist/esm/models/operations/getalias.js.map +1 -0
- package/dist/esm/models/operations/getallchecks.d.ts +473 -0
- package/dist/esm/models/operations/getallchecks.d.ts.map +1 -0
- package/dist/esm/models/operations/getallchecks.js +401 -0
- package/dist/esm/models/operations/getallchecks.js.map +1 -0
- package/dist/esm/models/operations/getalllogdrains.d.ts +308 -0
- package/dist/esm/models/operations/getalllogdrains.d.ts.map +1 -0
- package/dist/esm/models/operations/getalllogdrains.js +234 -0
- package/dist/esm/models/operations/getalllogdrains.js.map +1 -0
- package/dist/esm/models/operations/getauthtoken.d.ts +58 -0
- package/dist/esm/models/operations/getauthtoken.d.ts.map +1 -0
- package/dist/esm/models/operations/getauthtoken.js +44 -0
- package/dist/esm/models/operations/getauthtoken.js.map +1 -0
- package/dist/esm/models/operations/getauthuser.d.ts +49 -0
- package/dist/esm/models/operations/getauthuser.d.ts.map +1 -0
- package/dist/esm/models/operations/getauthuser.js +42 -0
- package/dist/esm/models/operations/getauthuser.js.map +1 -0
- package/dist/esm/models/operations/getcertbyid.d.ts +69 -0
- package/dist/esm/models/operations/getcertbyid.d.ts.map +1 -0
- package/dist/esm/models/operations/getcertbyid.js +55 -0
- package/dist/esm/models/operations/getcertbyid.js.map +1 -0
- package/dist/esm/models/operations/getcheck.d.ts +461 -0
- package/dist/esm/models/operations/getcheck.d.ts.map +1 -0
- package/dist/esm/models/operations/getcheck.js +389 -0
- package/dist/esm/models/operations/getcheck.js.map +1 -0
- package/dist/esm/models/operations/getconfigurablelogdrain.d.ts +308 -0
- package/dist/esm/models/operations/getconfigurablelogdrain.d.ts.map +1 -0
- package/dist/esm/models/operations/getconfigurablelogdrain.js +235 -0
- package/dist/esm/models/operations/getconfigurablelogdrain.js.map +1 -0
- package/dist/esm/models/operations/getconfiguration.d.ts +1425 -0
- package/dist/esm/models/operations/getconfiguration.d.ts.map +1 -0
- package/dist/esm/models/operations/getconfiguration.js +900 -0
- package/dist/esm/models/operations/getconfiguration.js.map +1 -0
- package/dist/esm/models/operations/getconfigurations.d.ts +1011 -0
- package/dist/esm/models/operations/getconfigurations.d.ts.map +1 -0
- package/dist/esm/models/operations/getconfigurations.js +652 -0
- package/dist/esm/models/operations/getconfigurations.js.map +1 -0
- package/dist/esm/models/operations/getdeployment.d.ts +4219 -0
- package/dist/esm/models/operations/getdeployment.d.ts.map +1 -0
- package/dist/esm/models/operations/getdeployment.js +3527 -0
- package/dist/esm/models/operations/getdeployment.js.map +1 -0
- package/dist/esm/models/operations/getdeploymentevents.d.ts +1256 -0
- package/dist/esm/models/operations/getdeploymentevents.d.ts.map +1 -0
- package/dist/esm/models/operations/getdeploymentevents.js +990 -0
- package/dist/esm/models/operations/getdeploymentevents.js.map +1 -0
- package/dist/esm/models/operations/getdeploymentfilecontents.d.ts +48 -0
- package/dist/esm/models/operations/getdeploymentfilecontents.d.ts.map +1 -0
- package/dist/esm/models/operations/getdeploymentfilecontents.js +32 -0
- package/dist/esm/models/operations/getdeploymentfilecontents.js.map +1 -0
- package/dist/esm/models/operations/getdeployments.d.ts +1095 -0
- package/dist/esm/models/operations/getdeployments.d.ts.map +1 -0
- package/dist/esm/models/operations/getdeployments.js +681 -0
- package/dist/esm/models/operations/getdeployments.js.map +1 -0
- package/dist/esm/models/operations/getdomain.d.ts +235 -0
- package/dist/esm/models/operations/getdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/getdomain.js +151 -0
- package/dist/esm/models/operations/getdomain.js.map +1 -0
- package/dist/esm/models/operations/getdomainconfig.d.ts +179 -0
- package/dist/esm/models/operations/getdomainconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/getdomainconfig.js +122 -0
- package/dist/esm/models/operations/getdomainconfig.js.map +1 -0
- package/dist/esm/models/operations/getdomains.d.ts +272 -0
- package/dist/esm/models/operations/getdomains.d.ts.map +1 -0
- package/dist/esm/models/operations/getdomains.js +183 -0
- package/dist/esm/models/operations/getdomains.js.map +1 -0
- package/dist/esm/models/operations/getdomaintransfer.d.ts +163 -0
- package/dist/esm/models/operations/getdomaintransfer.d.ts.map +1 -0
- package/dist/esm/models/operations/getdomaintransfer.js +105 -0
- package/dist/esm/models/operations/getdomaintransfer.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfig.d.ts +134 -0
- package/dist/esm/models/operations/getedgeconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfig.js +103 -0
- package/dist/esm/models/operations/getedgeconfig.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigitem.d.ts +37 -0
- package/dist/esm/models/operations/getedgeconfigitem.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigitem.js +30 -0
- package/dist/esm/models/operations/getedgeconfigitem.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigitems.d.ts +35 -0
- package/dist/esm/models/operations/getedgeconfigitems.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigitems.js +28 -0
- package/dist/esm/models/operations/getedgeconfigitems.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigs.d.ts +132 -0
- package/dist/esm/models/operations/getedgeconfigs.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigs.js +102 -0
- package/dist/esm/models/operations/getedgeconfigs.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigschema.d.ts +57 -0
- package/dist/esm/models/operations/getedgeconfigschema.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigschema.js +43 -0
- package/dist/esm/models/operations/getedgeconfigschema.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigtoken.d.ts +37 -0
- package/dist/esm/models/operations/getedgeconfigtoken.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigtoken.js +30 -0
- package/dist/esm/models/operations/getedgeconfigtoken.js.map +1 -0
- package/dist/esm/models/operations/getedgeconfigtokens.d.ts +35 -0
- package/dist/esm/models/operations/getedgeconfigtokens.d.ts.map +1 -0
- package/dist/esm/models/operations/getedgeconfigtokens.js +28 -0
- package/dist/esm/models/operations/getedgeconfigtokens.js.map +1 -0
- package/dist/esm/models/operations/getintegrationlogdrains.d.ts +275 -0
- package/dist/esm/models/operations/getintegrationlogdrains.d.ts.map +1 -0
- package/dist/esm/models/operations/getintegrationlogdrains.js +171 -0
- package/dist/esm/models/operations/getintegrationlogdrains.js.map +1 -0
- package/dist/esm/models/operations/getprojectdomain.d.ts +124 -0
- package/dist/esm/models/operations/getprojectdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/getprojectdomain.js +94 -0
- package/dist/esm/models/operations/getprojectdomain.js.map +1 -0
- package/dist/esm/models/operations/getprojectdomains.d.ts +344 -0
- package/dist/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/dist/esm/models/operations/getprojectdomains.js +251 -0
- package/dist/esm/models/operations/getprojectdomains.js.map +1 -0
- package/dist/esm/models/operations/getprojectenv.d.ts +2801 -0
- package/dist/esm/models/operations/getprojectenv.d.ts.map +1 -0
- package/dist/esm/models/operations/getprojectenv.js +2489 -0
- package/dist/esm/models/operations/getprojectenv.js.map +1 -0
- package/dist/esm/models/operations/getprojectmembers.d.ts +343 -0
- package/dist/esm/models/operations/getprojectmembers.d.ts.map +1 -0
- package/dist/esm/models/operations/getprojectmembers.js +225 -0
- package/dist/esm/models/operations/getprojectmembers.js.map +1 -0
- package/dist/esm/models/operations/getprojects.d.ts +4241 -0
- package/dist/esm/models/operations/getprojects.d.ts.map +1 -0
- package/dist/esm/models/operations/getprojects.js +3557 -0
- package/dist/esm/models/operations/getprojects.js.map +1 -0
- package/dist/esm/models/operations/getrecords.d.ts +339 -0
- package/dist/esm/models/operations/getrecords.d.ts.map +1 -0
- package/dist/esm/models/operations/getrecords.js +270 -0
- package/dist/esm/models/operations/getrecords.js.map +1 -0
- package/dist/esm/models/operations/getsecret.d.ts +144 -0
- package/dist/esm/models/operations/getsecret.d.ts.map +1 -0
- package/dist/esm/models/operations/getsecret.js +87 -0
- package/dist/esm/models/operations/getsecret.js.map +1 -0
- package/dist/esm/models/operations/getsecrets.d.ts +144 -0
- package/dist/esm/models/operations/getsecrets.d.ts.map +1 -0
- package/dist/esm/models/operations/getsecrets.js +87 -0
- package/dist/esm/models/operations/getsecrets.js.map +1 -0
- package/dist/esm/models/operations/getteam.d.ts +25 -0
- package/dist/esm/models/operations/getteam.d.ts.map +1 -0
- package/dist/esm/models/operations/getteam.js +24 -0
- package/dist/esm/models/operations/getteam.js.map +1 -0
- package/dist/esm/models/operations/getteamaccessrequest.d.ts +287 -0
- package/dist/esm/models/operations/getteamaccessrequest.d.ts.map +1 -0
- package/dist/esm/models/operations/getteamaccessrequest.js +198 -0
- package/dist/esm/models/operations/getteamaccessrequest.js.map +1 -0
- package/dist/esm/models/operations/getteammembers.d.ts +665 -0
- package/dist/esm/models/operations/getteammembers.d.ts.map +1 -0
- package/dist/esm/models/operations/getteammembers.js +445 -0
- package/dist/esm/models/operations/getteammembers.js.map +1 -0
- package/dist/esm/models/operations/getteams.d.ts +91 -0
- package/dist/esm/models/operations/getteams.d.ts.map +1 -0
- package/dist/esm/models/operations/getteams.js +68 -0
- package/dist/esm/models/operations/getteams.js.map +1 -0
- package/dist/esm/models/operations/getwebhook.d.ts +195 -0
- package/dist/esm/models/operations/getwebhook.d.ts.map +1 -0
- package/dist/esm/models/operations/getwebhook.js +105 -0
- package/dist/esm/models/operations/getwebhook.js.map +1 -0
- package/dist/esm/models/operations/getwebhooks.d.ts +552 -0
- package/dist/esm/models/operations/getwebhooks.d.ts.map +1 -0
- package/dist/esm/models/operations/getwebhooks.js +292 -0
- package/dist/esm/models/operations/getwebhooks.js.map +1 -0
- package/dist/esm/models/operations/gitnamespaces.d.ts +128 -0
- package/dist/esm/models/operations/gitnamespaces.d.ts.map +1 -0
- package/dist/esm/models/operations/gitnamespaces.js +104 -0
- package/dist/esm/models/operations/gitnamespaces.js.map +1 -0
- package/dist/esm/models/operations/inviteusertoteam.d.ts +347 -0
- package/dist/esm/models/operations/inviteusertoteam.d.ts.map +1 -0
- package/dist/esm/models/operations/inviteusertoteam.js +252 -0
- package/dist/esm/models/operations/inviteusertoteam.js.map +1 -0
- package/dist/esm/models/operations/issuecert.d.ts +92 -0
- package/dist/esm/models/operations/issuecert.d.ts.map +1 -0
- package/dist/esm/models/operations/issuecert.js +83 -0
- package/dist/esm/models/operations/issuecert.js.map +1 -0
- package/dist/esm/models/operations/jointeam.d.ts +97 -0
- package/dist/esm/models/operations/jointeam.d.ts.map +1 -0
- package/dist/esm/models/operations/jointeam.js +79 -0
- package/dist/esm/models/operations/jointeam.js.map +1 -0
- package/dist/esm/models/operations/listaccessgroupmembers.d.ts +176 -0
- package/dist/esm/models/operations/listaccessgroupmembers.d.ts.map +1 -0
- package/dist/esm/models/operations/listaccessgroupmembers.js +131 -0
- package/dist/esm/models/operations/listaccessgroupmembers.js.map +1 -0
- package/dist/esm/models/operations/listaccessgroupprojects.d.ts +185 -0
- package/dist/esm/models/operations/listaccessgroupprojects.d.ts.map +1 -0
- package/dist/esm/models/operations/listaccessgroupprojects.js +144 -0
- package/dist/esm/models/operations/listaccessgroupprojects.js.map +1 -0
- package/dist/esm/models/operations/listaccessgroups.d.ts +213 -0
- package/dist/esm/models/operations/listaccessgroups.d.ts.map +1 -0
- package/dist/esm/models/operations/listaccessgroups.js +153 -0
- package/dist/esm/models/operations/listaccessgroups.js.map +1 -0
- package/dist/esm/models/operations/listaliases.d.ts +572 -0
- package/dist/esm/models/operations/listaliases.d.ts.map +1 -0
- package/dist/esm/models/operations/listaliases.js +422 -0
- package/dist/esm/models/operations/listaliases.js.map +1 -0
- package/dist/esm/models/operations/listauthtokens.d.ts +37 -0
- package/dist/esm/models/operations/listauthtokens.d.ts.map +1 -0
- package/dist/esm/models/operations/listauthtokens.js +30 -0
- package/dist/esm/models/operations/listauthtokens.js.map +1 -0
- package/dist/esm/models/operations/listdeploymentaliases.d.ts +379 -0
- package/dist/esm/models/operations/listdeploymentaliases.d.ts.map +1 -0
- package/dist/esm/models/operations/listdeploymentaliases.js +300 -0
- package/dist/esm/models/operations/listdeploymentaliases.js.map +1 -0
- package/dist/esm/models/operations/listdeploymentbuilds.d.ts +383 -0
- package/dist/esm/models/operations/listdeploymentbuilds.d.ts.map +1 -0
- package/dist/esm/models/operations/listdeploymentbuilds.js +247 -0
- package/dist/esm/models/operations/listdeploymentbuilds.js.map +1 -0
- package/dist/esm/models/operations/listdeploymentfiles.d.ts +38 -0
- package/dist/esm/models/operations/listdeploymentfiles.d.ts.map +1 -0
- package/dist/esm/models/operations/listdeploymentfiles.js +28 -0
- package/dist/esm/models/operations/listdeploymentfiles.js.map +1 -0
- package/dist/esm/models/operations/listpromotealiases.d.ts +172 -0
- package/dist/esm/models/operations/listpromotealiases.d.ts.map +1 -0
- package/dist/esm/models/operations/listpromotealiases.js +151 -0
- package/dist/esm/models/operations/listpromotealiases.js.map +1 -0
- package/dist/esm/models/operations/listuserevents.d.ts +93 -0
- package/dist/esm/models/operations/listuserevents.d.ts.map +1 -0
- package/dist/esm/models/operations/listuserevents.js +58 -0
- package/dist/esm/models/operations/listuserevents.js.map +1 -0
- package/dist/esm/models/operations/patchdomain.d.ts +222 -0
- package/dist/esm/models/operations/patchdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/patchdomain.js +198 -0
- package/dist/esm/models/operations/patchdomain.js.map +1 -0
- package/dist/esm/models/operations/patchedgeconfigschema.d.ts +84 -0
- package/dist/esm/models/operations/patchedgeconfigschema.d.ts.map +1 -0
- package/dist/esm/models/operations/patchedgeconfigschema.js +77 -0
- package/dist/esm/models/operations/patchedgeconfigschema.js.map +1 -0
- package/dist/esm/models/operations/patchteam.d.ts +259 -0
- package/dist/esm/models/operations/patchteam.d.ts.map +1 -0
- package/dist/esm/models/operations/patchteam.js +181 -0
- package/dist/esm/models/operations/patchteam.js.map +1 -0
- package/dist/esm/models/operations/pauseproject.d.ts +38 -0
- package/dist/esm/models/operations/pauseproject.d.ts.map +1 -0
- package/dist/esm/models/operations/pauseproject.js +28 -0
- package/dist/esm/models/operations/pauseproject.js.map +1 -0
- package/dist/esm/models/operations/readaccessgroup.d.ts +93 -0
- package/dist/esm/models/operations/readaccessgroup.d.ts.map +1 -0
- package/dist/esm/models/operations/readaccessgroup.js +61 -0
- package/dist/esm/models/operations/readaccessgroup.js.map +1 -0
- package/dist/esm/models/operations/recordevents.d.ts +154 -0
- package/dist/esm/models/operations/recordevents.d.ts.map +1 -0
- package/dist/esm/models/operations/recordevents.js +117 -0
- package/dist/esm/models/operations/recordevents.js.map +1 -0
- package/dist/esm/models/operations/removecert.d.ts +57 -0
- package/dist/esm/models/operations/removecert.d.ts.map +1 -0
- package/dist/esm/models/operations/removecert.js +43 -0
- package/dist/esm/models/operations/removecert.js.map +1 -0
- package/dist/esm/models/operations/removeprojectdomain.d.ts +65 -0
- package/dist/esm/models/operations/removeprojectdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/removeprojectdomain.js +45 -0
- package/dist/esm/models/operations/removeprojectdomain.js.map +1 -0
- package/dist/esm/models/operations/removeprojectenv.d.ts +2813 -0
- package/dist/esm/models/operations/removeprojectenv.d.ts.map +1 -0
- package/dist/esm/models/operations/removeprojectenv.js +2495 -0
- package/dist/esm/models/operations/removeprojectenv.js.map +1 -0
- package/dist/esm/models/operations/removeprojectmember.d.ts +66 -0
- package/dist/esm/models/operations/removeprojectmember.d.ts.map +1 -0
- package/dist/esm/models/operations/removeprojectmember.js +49 -0
- package/dist/esm/models/operations/removeprojectmember.js.map +1 -0
- package/dist/esm/models/operations/removerecord.d.ts +59 -0
- package/dist/esm/models/operations/removerecord.d.ts.map +1 -0
- package/dist/esm/models/operations/removerecord.js +45 -0
- package/dist/esm/models/operations/removerecord.js.map +1 -0
- package/dist/esm/models/operations/removeteammember.d.ts +56 -0
- package/dist/esm/models/operations/removeteammember.d.ts.map +1 -0
- package/dist/esm/models/operations/removeteammember.js +45 -0
- package/dist/esm/models/operations/removeteammember.js.map +1 -0
- package/dist/esm/models/operations/renamesecret.d.ts +95 -0
- package/dist/esm/models/operations/renamesecret.d.ts.map +1 -0
- package/dist/esm/models/operations/renamesecret.js +83 -0
- package/dist/esm/models/operations/renamesecret.js.map +1 -0
- package/dist/esm/models/operations/requestaccesstoteam.d.ts +393 -0
- package/dist/esm/models/operations/requestaccesstoteam.d.ts.map +1 -0
- package/dist/esm/models/operations/requestaccesstoteam.js +304 -0
- package/dist/esm/models/operations/requestaccesstoteam.js.map +1 -0
- package/dist/esm/models/operations/requestdelete.d.ts +101 -0
- package/dist/esm/models/operations/requestdelete.d.ts.map +1 -0
- package/dist/esm/models/operations/requestdelete.js +69 -0
- package/dist/esm/models/operations/requestdelete.js.map +1 -0
- package/dist/esm/models/operations/requestpromote.d.ts +37 -0
- package/dist/esm/models/operations/requestpromote.d.ts.map +1 -0
- package/dist/esm/models/operations/requestpromote.js +30 -0
- package/dist/esm/models/operations/requestpromote.js.map +1 -0
- package/dist/esm/models/operations/rerequestcheck.d.ts +62 -0
- package/dist/esm/models/operations/rerequestcheck.d.ts.map +1 -0
- package/dist/esm/models/operations/rerequestcheck.js +45 -0
- package/dist/esm/models/operations/rerequestcheck.js.map +1 -0
- package/dist/esm/models/operations/searchrepo.d.ts +340 -0
- package/dist/esm/models/operations/searchrepo.d.ts.map +1 -0
- package/dist/esm/models/operations/searchrepo.js +268 -0
- package/dist/esm/models/operations/searchrepo.js.map +1 -0
- package/dist/esm/models/operations/status.d.ts +88 -0
- package/dist/esm/models/operations/status.d.ts.map +1 -0
- package/dist/esm/models/operations/status.js +66 -0
- package/dist/esm/models/operations/status.js.map +1 -0
- package/dist/esm/models/operations/unpauseproject.d.ts +38 -0
- package/dist/esm/models/operations/unpauseproject.d.ts.map +1 -0
- package/dist/esm/models/operations/unpauseproject.js +28 -0
- package/dist/esm/models/operations/unpauseproject.js.map +1 -0
- package/dist/esm/models/operations/updateaccessgroup.d.ts +141 -0
- package/dist/esm/models/operations/updateaccessgroup.d.ts.map +1 -0
- package/dist/esm/models/operations/updateaccessgroup.js +110 -0
- package/dist/esm/models/operations/updateaccessgroup.js.map +1 -0
- package/dist/esm/models/operations/updatecheck.d.ts +928 -0
- package/dist/esm/models/operations/updatecheck.d.ts.map +1 -0
- package/dist/esm/models/operations/updatecheck.js +757 -0
- package/dist/esm/models/operations/updatecheck.js.map +1 -0
- package/dist/esm/models/operations/updateedgeconfig.d.ts +159 -0
- package/dist/esm/models/operations/updateedgeconfig.d.ts.map +1 -0
- package/dist/esm/models/operations/updateedgeconfig.js +135 -0
- package/dist/esm/models/operations/updateedgeconfig.js.map +1 -0
- package/dist/esm/models/operations/updateproject.d.ts +4814 -0
- package/dist/esm/models/operations/updateproject.d.ts.map +1 -0
- package/dist/esm/models/operations/updateproject.js +3887 -0
- package/dist/esm/models/operations/updateproject.js.map +1 -0
- package/dist/esm/models/operations/updateprojectdatacache.d.ts +4136 -0
- package/dist/esm/models/operations/updateprojectdatacache.d.ts.map +1 -0
- package/dist/esm/models/operations/updateprojectdatacache.js +3538 -0
- package/dist/esm/models/operations/updateprojectdatacache.js.map +1 -0
- package/dist/esm/models/operations/updateprojectdomain.d.ts +203 -0
- package/dist/esm/models/operations/updateprojectdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/updateprojectdomain.js +154 -0
- package/dist/esm/models/operations/updateprojectdomain.js.map +1 -0
- package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts +177 -0
- package/dist/esm/models/operations/updateprojectprotectionbypass.d.ts.map +1 -0
- package/dist/esm/models/operations/updateprojectprotectionbypass.js +140 -0
- package/dist/esm/models/operations/updateprojectprotectionbypass.js.map +1 -0
- package/dist/esm/models/operations/updaterecord.d.ts +322 -0
- package/dist/esm/models/operations/updaterecord.d.ts.map +1 -0
- package/dist/esm/models/operations/updaterecord.js +237 -0
- package/dist/esm/models/operations/updaterecord.js.map +1 -0
- package/dist/esm/models/operations/updateteammember.d.ts +182 -0
- package/dist/esm/models/operations/updateteammember.d.ts.map +1 -0
- package/dist/esm/models/operations/updateteammember.js +149 -0
- package/dist/esm/models/operations/updateteammember.js.map +1 -0
- package/dist/esm/models/operations/uploadartifact.d.ts +94 -0
- package/dist/esm/models/operations/uploadartifact.d.ts.map +1 -0
- package/dist/esm/models/operations/uploadartifact.js +88 -0
- package/dist/esm/models/operations/uploadartifact.js.map +1 -0
- package/dist/esm/models/operations/uploadcert.d.ts +107 -0
- package/dist/esm/models/operations/uploadcert.d.ts.map +1 -0
- package/dist/esm/models/operations/uploadcert.js +89 -0
- package/dist/esm/models/operations/uploadcert.js.map +1 -0
- package/dist/esm/models/operations/uploadfile.d.ts +123 -0
- package/dist/esm/models/operations/uploadfile.d.ts.map +1 -0
- package/dist/esm/models/operations/uploadfile.js +104 -0
- package/dist/esm/models/operations/uploadfile.js.map +1 -0
- package/dist/esm/models/operations/verifyprojectdomain.d.ts +130 -0
- package/dist/esm/models/operations/verifyprojectdomain.d.ts.map +1 -0
- package/dist/esm/models/operations/verifyprojectdomain.js +94 -0
- package/dist/esm/models/operations/verifyprojectdomain.js.map +1 -0
- package/dist/esm/models/operations/verifytoken.d.ts +154 -0
- package/dist/esm/models/operations/verifytoken.d.ts.map +1 -0
- package/dist/esm/models/operations/verifytoken.js +98 -0
- package/dist/esm/models/operations/verifytoken.js.map +1 -0
- package/dist/esm/sdk/accessgroups.d.ts +61 -0
- package/dist/esm/sdk/accessgroups.d.ts.map +1 -0
- package/dist/esm/sdk/accessgroups.js +78 -0
- package/dist/esm/sdk/accessgroups.js.map +1 -0
- package/dist/esm/sdk/aliases.d.ts +37 -0
- package/dist/esm/sdk/aliases.d.ts.map +1 -0
- package/dist/esm/sdk/aliases.js +49 -0
- package/dist/esm/sdk/aliases.js.map +1 -0
- package/dist/esm/sdk/artifacts.d.ts +54 -0
- package/dist/esm/sdk/artifacts.d.ts.map +1 -0
- package/dist/esm/sdk/artifacts.js +68 -0
- package/dist/esm/sdk/artifacts.js.map +1 -0
- package/dist/esm/sdk/authentication.d.ts +20 -0
- package/dist/esm/sdk/authentication.d.ts.map +1 -0
- package/dist/esm/sdk/authentication.js +28 -0
- package/dist/esm/sdk/authentication.js.map +1 -0
- package/dist/esm/sdk/certs.d.ts +36 -0
- package/dist/esm/sdk/certs.d.ts.map +1 -0
- package/dist/esm/sdk/certs.js +48 -0
- package/dist/esm/sdk/certs.js.map +1 -0
- package/dist/esm/sdk/checks.d.ts +44 -0
- package/dist/esm/sdk/checks.d.ts.map +1 -0
- package/dist/esm/sdk/checks.js +58 -0
- package/dist/esm/sdk/checks.js.map +1 -0
- package/dist/esm/sdk/deployments.d.ts +90 -0
- package/dist/esm/sdk/deployments.d.ts.map +1 -0
- package/dist/esm/sdk/deployments.js +110 -0
- package/dist/esm/sdk/deployments.js.map +1 -0
- package/dist/esm/sdk/dns.d.ts +37 -0
- package/dist/esm/sdk/dns.d.ts.map +1 -0
- package/dist/esm/sdk/dns.js +49 -0
- package/dist/esm/sdk/dns.js.map +1 -0
- package/dist/esm/sdk/domains.d.ts +109 -0
- package/dist/esm/sdk/domains.d.ts.map +1 -0
- package/dist/esm/sdk/domains.js +139 -0
- package/dist/esm/sdk/domains.js.map +1 -0
- package/dist/esm/sdk/edgeconfigs.d.ts +118 -0
- package/dist/esm/sdk/edgeconfigs.d.ts.map +1 -0
- package/dist/esm/sdk/edgeconfigs.js +148 -0
- package/dist/esm/sdk/edgeconfigs.js.map +1 -0
- package/dist/esm/sdk/envs.d.ts +44 -0
- package/dist/esm/sdk/envs.d.ts.map +1 -0
- package/dist/esm/sdk/envs.js +58 -0
- package/dist/esm/sdk/envs.js.map +1 -0
- package/dist/esm/sdk/events.d.ts +12 -0
- package/dist/esm/sdk/events.d.ts.map +1 -0
- package/dist/esm/sdk/events.js +18 -0
- package/dist/esm/sdk/events.js.map +1 -0
- package/dist/esm/sdk/integrations.d.ts +44 -0
- package/dist/esm/sdk/integrations.d.ts.map +1 -0
- package/dist/esm/sdk/integrations.js +58 -0
- package/dist/esm/sdk/integrations.js.map +1 -0
- package/dist/esm/sdk/logdrains.d.ts +60 -0
- package/dist/esm/sdk/logdrains.d.ts.map +1 -0
- package/dist/esm/sdk/logdrains.js +78 -0
- package/dist/esm/sdk/logdrains.js.map +1 -0
- package/dist/esm/sdk/projectdomains.d.ts +28 -0
- package/dist/esm/sdk/projectdomains.d.ts.map +1 -0
- package/dist/esm/sdk/projectdomains.js +38 -0
- package/dist/esm/sdk/projectdomains.js.map +1 -0
- package/dist/esm/sdk/projectmembers.d.ts +28 -0
- package/dist/esm/sdk/projectmembers.d.ts.map +1 -0
- package/dist/esm/sdk/projectmembers.js +38 -0
- package/dist/esm/sdk/projectmembers.js.map +1 -0
- package/dist/esm/sdk/projects.d.ts +61 -0
- package/dist/esm/sdk/projects.d.ts.map +1 -0
- package/dist/esm/sdk/projects.js +79 -0
- package/dist/esm/sdk/projects.js.map +1 -0
- package/dist/esm/sdk/promotions.d.ts +21 -0
- package/dist/esm/sdk/promotions.d.ts.map +1 -0
- package/dist/esm/sdk/promotions.js +29 -0
- package/dist/esm/sdk/promotions.js.map +1 -0
- package/dist/esm/sdk/protectionbypass.d.ts +12 -0
- package/dist/esm/sdk/protectionbypass.d.ts.map +1 -0
- package/dist/esm/sdk/protectionbypass.js +18 -0
- package/dist/esm/sdk/protectionbypass.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +85 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -0
- package/dist/esm/sdk/sdk.js +143 -0
- package/dist/esm/sdk/sdk.js.map +1 -0
- package/dist/esm/sdk/secrets.d.ts +44 -0
- package/dist/esm/sdk/secrets.d.ts.map +1 -0
- package/dist/esm/sdk/secrets.js +58 -0
- package/dist/esm/sdk/secrets.js.map +1 -0
- package/dist/esm/sdk/teams.d.ts +109 -0
- package/dist/esm/sdk/teams.d.ts.map +1 -0
- package/dist/esm/sdk/teams.js +138 -0
- package/dist/esm/sdk/teams.js.map +1 -0
- package/dist/esm/sdk/tokens.d.ts +36 -0
- package/dist/esm/sdk/tokens.d.ts.map +1 -0
- package/dist/esm/sdk/tokens.js +48 -0
- package/dist/esm/sdk/tokens.js.map +1 -0
- package/dist/esm/sdk/user.d.ts +20 -0
- package/dist/esm/sdk/user.d.ts.map +1 -0
- package/dist/esm/sdk/user.js +28 -0
- package/dist/esm/sdk/user.js.map +1 -0
- package/dist/esm/sdk/webhooks.d.ts +36 -0
- package/dist/esm/sdk/webhooks.d.ts.map +1 -0
- package/dist/esm/sdk/webhooks.js +48 -0
- package/dist/esm/sdk/webhooks.js.map +1 -0
- package/dist/esm/types/blobs.d.ts +4 -0
- package/dist/esm/types/blobs.d.ts.map +1 -0
- package/dist/esm/types/blobs.js +25 -0
- package/dist/esm/types/blobs.js.map +1 -0
- package/dist/esm/types/constdatetime.d.ts +3 -0
- package/dist/esm/types/constdatetime.d.ts.map +1 -0
- package/dist/esm/types/constdatetime.js +10 -0
- package/dist/esm/types/constdatetime.js.map +1 -0
- package/dist/esm/types/enums.d.ts +12 -0
- package/dist/esm/types/enums.d.ts.map +1 -0
- package/dist/esm/types/enums.js +7 -0
- package/dist/esm/types/enums.js.map +1 -0
- package/dist/esm/types/fp.d.ts +31 -0
- package/dist/esm/types/fp.d.ts.map +1 -0
- package/dist/esm/types/fp.js +31 -0
- package/dist/esm/types/fp.js.map +1 -0
- package/dist/esm/types/operations.d.ts +25 -0
- package/dist/esm/types/operations.d.ts.map +1 -0
- package/dist/esm/types/operations.js +75 -0
- package/dist/esm/types/operations.js.map +1 -0
- package/dist/esm/types/rfcdate.d.ts +21 -0
- package/dist/esm/types/rfcdate.d.ts.map +1 -0
- package/dist/esm/types/rfcdate.js +42 -0
- package/dist/esm/types/rfcdate.js.map +1 -0
- package/dist/esm/types/streams.d.ts +2 -0
- package/dist/esm/types/streams.d.ts.map +1 -0
- package/dist/esm/types/streams.js +15 -0
- package/dist/esm/types/streams.js.map +1 -0
- package/docs/sdks/accessgroups/README.md +594 -0
- package/docs/sdks/aliases/README.md +350 -0
- package/docs/sdks/artifacts/README.md +494 -0
- package/docs/sdks/authentication/README.md +158 -0
- package/docs/sdks/certs/README.md +310 -0
- package/docs/sdks/checks/README.md +488 -0
- package/docs/sdks/deployments/README.md +865 -0
- package/docs/sdks/dns/README.md +386 -0
- package/docs/sdks/domains/README.md +1102 -0
- package/docs/sdks/edgeconfigs/README.md +1082 -0
- package/docs/sdks/envs/README.md +454 -0
- package/docs/sdks/events/README.md +96 -0
- package/docs/sdks/integrations/README.md +394 -0
- package/docs/sdks/logdrains/README.md +558 -0
- package/docs/sdks/projectdomains/README.md +256 -0
- package/docs/sdks/projectmembers/README.md +260 -0
- package/docs/sdks/projects/README.md +564 -0
- package/docs/sdks/promotions/README.md +170 -0
- package/docs/sdks/protectionbypass/README.md +84 -0
- package/docs/sdks/secrets/README.md +418 -0
- package/docs/sdks/teams/README.md +1150 -0
- package/docs/sdks/tokens/README.md +309 -0
- package/docs/sdks/user/README.md +155 -0
- package/docs/sdks/vercel/README.md +217 -0
- package/docs/sdks/webhooks/README.md +308 -0
- package/package.json +82 -0
- package/src/core.ts +13 -0
- package/src/funcs/accessGroupsCreate.ts +132 -0
- package/src/funcs/accessGroupsDelete.ts +137 -0
- package/src/funcs/accessGroupsList.ts +134 -0
- package/src/funcs/accessGroupsListMembers.ts +141 -0
- package/src/funcs/accessGroupsListProjects.ts +142 -0
- package/src/funcs/accessGroupsRead.ts +138 -0
- package/src/funcs/accessGroupsUpdate.ts +142 -0
- package/src/funcs/aliasesAssign.ts +140 -0
- package/src/funcs/aliasesDelete.ts +138 -0
- package/src/funcs/aliasesGet.ts +143 -0
- package/src/funcs/aliasesList.ts +180 -0
- package/src/funcs/artifactsDownload.ts +149 -0
- package/src/funcs/artifactsExists.ts +137 -0
- package/src/funcs/artifactsQuery.ts +133 -0
- package/src/funcs/artifactsRecordEvents.ts +142 -0
- package/src/funcs/artifactsStatus.ts +128 -0
- package/src/funcs/artifactsUpload.ts +164 -0
- package/src/funcs/authenticationLogin.ts +120 -0
- package/src/funcs/authenticationVerify.ts +136 -0
- package/src/funcs/certsGetById.ts +138 -0
- package/src/funcs/certsIssue.ts +132 -0
- package/src/funcs/certsRemove.ts +138 -0
- package/src/funcs/certsUpload.ts +132 -0
- package/src/funcs/checksCreate.ts +142 -0
- package/src/funcs/checksGet.ts +144 -0
- package/src/funcs/checksList.ts +140 -0
- package/src/funcs/checksRerequest.ts +144 -0
- package/src/funcs/checksUpdate.ts +146 -0
- package/src/funcs/dataCacheBillingSettings.ts +117 -0
- package/src/funcs/datacachePurgeall.ts +115 -0
- package/src/funcs/deploymentsCancel.ts +138 -0
- package/src/funcs/deploymentsCreate.ts +134 -0
- package/src/funcs/deploymentsDelete.ts +139 -0
- package/src/funcs/deploymentsGet.ts +139 -0
- package/src/funcs/deploymentsGetEvents.ts +156 -0
- package/src/funcs/deploymentsGetFileContents.ts +142 -0
- package/src/funcs/deploymentsList.ts +184 -0
- package/src/funcs/deploymentsListAliases.ts +138 -0
- package/src/funcs/deploymentsListFiles.ts +141 -0
- package/src/funcs/deploymentsUploadFile.ts +149 -0
- package/src/funcs/dnsCreateRecord.ts +140 -0
- package/src/funcs/dnsListRecords.ts +186 -0
- package/src/funcs/dnsRemoveRecord.ts +144 -0
- package/src/funcs/dnsUpdateRecord.ts +140 -0
- package/src/funcs/domainsBuy.ts +133 -0
- package/src/funcs/domainsCheckPrice.ts +130 -0
- package/src/funcs/domainsCheckStatus.ts +129 -0
- package/src/funcs/domainsCreate.ts +140 -0
- package/src/funcs/domainsCreateOrTransfer.ts +132 -0
- package/src/funcs/domainsDelete.ts +138 -0
- package/src/funcs/domainsGet.ts +138 -0
- package/src/funcs/domainsGetConfig.ts +139 -0
- package/src/funcs/domainsGetTransfer.ts +138 -0
- package/src/funcs/domainsList.ts +176 -0
- package/src/funcs/domainsListByProject.ts +192 -0
- package/src/funcs/domainsUpdate.ts +140 -0
- package/src/funcs/domainsVerify.ts +144 -0
- package/src/funcs/edgeConfigsCreate.ts +132 -0
- package/src/funcs/edgeConfigsCreateToken.ts +140 -0
- package/src/funcs/edgeConfigsDelete.ts +137 -0
- package/src/funcs/edgeConfigsDeleteSchema.ts +139 -0
- package/src/funcs/edgeConfigsDeleteTokens.ts +141 -0
- package/src/funcs/edgeConfigsGet.ts +138 -0
- package/src/funcs/edgeConfigsGetItem.ts +147 -0
- package/src/funcs/edgeConfigsGetItems.ts +140 -0
- package/src/funcs/edgeConfigsGetSchema.ts +140 -0
- package/src/funcs/edgeConfigsGetToken.ts +146 -0
- package/src/funcs/edgeConfigsGetTokens.ts +142 -0
- package/src/funcs/edgeConfigsList.ts +128 -0
- package/src/funcs/edgeConfigsUpdate.ts +140 -0
- package/src/funcs/edgeConfigsUpdateSchema.ts +143 -0
- package/src/funcs/envsCreate.ts +141 -0
- package/src/funcs/envsDelete.ts +142 -0
- package/src/funcs/envsGet.ts +142 -0
- package/src/funcs/envsListByProject.ts +141 -0
- package/src/funcs/envsUpdate.ts +144 -0
- package/src/funcs/eventsList.ts +134 -0
- package/src/funcs/integrationsDeleteConfiguration.ts +137 -0
- package/src/funcs/integrationsGetConfiguration.ts +138 -0
- package/src/funcs/integrationsGetConfigurations.ts +129 -0
- package/src/funcs/integrationsGetGitNamespaces.ts +131 -0
- package/src/funcs/integrationsSearchRepos.ts +133 -0
- package/src/funcs/listDeploymentBuilds.ts +121 -0
- package/src/funcs/logDrainsCreate.ts +132 -0
- package/src/funcs/logDrainsCreateConfigurable.ts +132 -0
- package/src/funcs/logDrainsDeleteConfigurable.ts +137 -0
- package/src/funcs/logDrainsDeleteIntegration.ts +137 -0
- package/src/funcs/logDrainsGetAll.ts +130 -0
- package/src/funcs/logDrainsGetConfigurable.ts +138 -0
- package/src/funcs/logDrainsList.ts +129 -0
- package/src/funcs/projectDomainsDelete.ts +144 -0
- package/src/funcs/projectDomainsGet.ts +144 -0
- package/src/funcs/projectDomainsUpdate.ts +146 -0
- package/src/funcs/projectMembersAdd.ts +140 -0
- package/src/funcs/projectMembersGet.ts +142 -0
- package/src/funcs/projectMembersRemove.ts +144 -0
- package/src/funcs/projectsCreate.ts +132 -0
- package/src/funcs/projectsDelete.ts +137 -0
- package/src/funcs/projectsGetAll.ts +184 -0
- package/src/funcs/projectsPause.ts +137 -0
- package/src/funcs/projectsUnpause.ts +137 -0
- package/src/funcs/projectsUpdate.ts +140 -0
- package/src/funcs/projectsUpdateDataCache.ts +140 -0
- package/src/funcs/promotionsCreate.ts +143 -0
- package/src/funcs/promotionsListAliases.ts +189 -0
- package/src/funcs/protectionBypassUpdate.ts +143 -0
- package/src/funcs/secretsCreate.ts +133 -0
- package/src/funcs/secretsDelete.ts +138 -0
- package/src/funcs/secretsGet.ts +139 -0
- package/src/funcs/secretsList.ts +130 -0
- package/src/funcs/secretsRename.ts +140 -0
- package/src/funcs/teamsCreate.ts +125 -0
- package/src/funcs/teamsDelete.ts +140 -0
- package/src/funcs/teamsDeleteInviteCode.ts +135 -0
- package/src/funcs/teamsGet.ts +128 -0
- package/src/funcs/teamsGetAccessRequest.ts +133 -0
- package/src/funcs/teamsGetMembers.ts +143 -0
- package/src/funcs/teamsInviteUser.ts +133 -0
- package/src/funcs/teamsJoin.ts +135 -0
- package/src/funcs/teamsList.ts +129 -0
- package/src/funcs/teamsRemoveMember.ts +133 -0
- package/src/funcs/teamsRequestAccess.ts +133 -0
- package/src/funcs/teamsUpdate.ts +138 -0
- package/src/funcs/teamsUpdateMember.ts +137 -0
- package/src/funcs/tokensCreate.ts +132 -0
- package/src/funcs/tokensDelete.ts +129 -0
- package/src/funcs/tokensGet.ts +129 -0
- package/src/funcs/tokensList.ts +103 -0
- package/src/funcs/userGetAuthUser.ts +104 -0
- package/src/funcs/userRequestDelete.ts +126 -0
- package/src/funcs/webhooksCreate.ts +132 -0
- package/src/funcs/webhooksDelete.ts +137 -0
- package/src/funcs/webhooksGet.ts +138 -0
- package/src/funcs/webhooksList.ts +129 -0
- package/src/hooks/hooks.ts +112 -0
- package/src/hooks/registration.ts +14 -0
- package/src/hooks/types.ts +98 -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 +40 -0
- package/src/lib/retries.ts +187 -0
- package/src/lib/schemas.ts +86 -0
- package/src/lib/sdks.ts +384 -0
- package/src/lib/security.ts +217 -0
- package/src/lib/url.ts +33 -0
- package/src/models/components/accessgroup.ts +93 -0
- package/src/models/components/aclaction.ts +40 -0
- package/src/models/components/authtoken.ts +366 -0
- package/src/models/components/authuser.ts +9925 -0
- package/src/models/components/authuserlimited.ts +133 -0
- package/src/models/components/edgeconfigitem.ts +74 -0
- package/src/models/components/edgeconfigitemvalue.ts +53 -0
- package/src/models/components/edgeconfigtoken.ts +67 -0
- package/src/models/components/filetree.ts +130 -0
- package/src/models/components/flagjsonvalue.ts +56 -0
- package/src/models/components/pagination.ts +65 -0
- package/src/models/components/security.ts +45 -0
- package/src/models/components/team.ts +34 -0
- package/src/models/components/teamlimited.ts +554 -0
- package/src/models/components/userevent.ts +249 -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 +332 -0
- package/src/models/operations/addprojectmember.ts +481 -0
- package/src/models/operations/artifactexists.ts +62 -0
- package/src/models/operations/artifactquery.ts +276 -0
- package/src/models/operations/assignalias.ts +192 -0
- package/src/models/operations/buydomain.ts +435 -0
- package/src/models/operations/canceldeployment.ts +4493 -0
- package/src/models/operations/checkdomainprice.ts +156 -0
- package/src/models/operations/checkdomainstatus.ts +105 -0
- package/src/models/operations/createaccessgroup.ts +290 -0
- package/src/models/operations/createauthtoken.ts +310 -0
- package/src/models/operations/createcheck.ts +811 -0
- package/src/models/operations/createconfigurablelogdrain.ts +642 -0
- package/src/models/operations/createdeployment.ts +5602 -0
- package/src/models/operations/createedgeconfig.ts +529 -0
- package/src/models/operations/createedgeconfigtoken.ts +159 -0
- package/src/models/operations/createlogdrain.ts +532 -0
- package/src/models/operations/createortransferdomain.ts +612 -0
- package/src/models/operations/createproject.ts +7369 -0
- package/src/models/operations/createprojectenv.ts +4543 -0
- package/src/models/operations/createrecord.ts +1558 -0
- package/src/models/operations/createsecret.ts +297 -0
- package/src/models/operations/createteam.ts +8995 -0
- package/src/models/operations/createwebhook.ts +319 -0
- package/src/models/operations/datacachebillingsettings.ts +89 -0
- package/src/models/operations/datacachepurgeall.ts +45 -0
- package/src/models/operations/deleteaccessgroup.ts +59 -0
- package/src/models/operations/deletealias.ts +132 -0
- package/src/models/operations/deleteauthtoken.ts +94 -0
- package/src/models/operations/deleteconfigurablelogdrain.ts +60 -0
- package/src/models/operations/deleteconfiguration.ts +59 -0
- package/src/models/operations/deletedeployment.ts +154 -0
- package/src/models/operations/deletedomain.ts +108 -0
- package/src/models/operations/deleteedgeconfig.ts +59 -0
- package/src/models/operations/deleteedgeconfigschema.ts +59 -0
- package/src/models/operations/deleteedgeconfigtokens.ts +115 -0
- package/src/models/operations/deleteintegrationlogdrain.ts +62 -0
- package/src/models/operations/deleteproject.ts +62 -0
- package/src/models/operations/deletesecret.ts +119 -0
- package/src/models/operations/deleteteam.ts +221 -0
- package/src/models/operations/deleteteaminvitecode.ts +101 -0
- package/src/models/operations/deletewebhook.ts +59 -0
- package/src/models/operations/downloadartifact.ts +87 -0
- package/src/models/operations/editprojectenv.ts +1952 -0
- package/src/models/operations/emaillogin.ts +102 -0
- package/src/models/operations/filterprojectenvs.ts +5442 -0
- package/src/models/operations/getalias.ts +770 -0
- package/src/models/operations/getallchecks.ts +747 -0
- package/src/models/operations/getalllogdrains.ts +399 -0
- package/src/models/operations/getauthtoken.ts +100 -0
- package/src/models/operations/getauthuser.ts +86 -0
- package/src/models/operations/getcertbyid.ts +118 -0
- package/src/models/operations/getcheck.ts +722 -0
- package/src/models/operations/getconfigurablelogdrain.ts +405 -0
- package/src/models/operations/getconfiguration.ts +1817 -0
- package/src/models/operations/getconfigurations.ts +1209 -0
- package/src/models/operations/getdeployment.ts +7036 -0
- package/src/models/operations/getdeploymentevents.ts +1867 -0
- package/src/models/operations/getdeploymentfilecontents.ts +76 -0
- package/src/models/operations/getdeployments.ts +1378 -0
- package/src/models/operations/getdomain.ts +350 -0
- package/src/models/operations/getdomainconfig.ts +224 -0
- package/src/models/operations/getdomains.ts +421 -0
- package/src/models/operations/getdomaintransfer.ts +200 -0
- package/src/models/operations/getedgeconfig.ts +227 -0
- package/src/models/operations/getedgeconfigitem.ts +63 -0
- package/src/models/operations/getedgeconfigitems.ts +59 -0
- package/src/models/operations/getedgeconfigs.ts +220 -0
- package/src/models/operations/getedgeconfigschema.ts +94 -0
- package/src/models/operations/getedgeconfigtoken.ts +63 -0
- package/src/models/operations/getedgeconfigtokens.ts +59 -0
- package/src/models/operations/getintegrationlogdrains.ts +351 -0
- package/src/models/operations/getprojectdomain.ts +210 -0
- package/src/models/operations/getprojectdomains.ts +501 -0
- package/src/models/operations/getprojectenv.ts +5229 -0
- package/src/models/operations/getprojectmembers.ts +489 -0
- package/src/models/operations/getprojects.ts +6945 -0
- package/src/models/operations/getrecords.ts +522 -0
- package/src/models/operations/getsecret.ts +205 -0
- package/src/models/operations/getsecrets.ts +224 -0
- package/src/models/operations/getteam.ts +45 -0
- package/src/models/operations/getteamaccessrequest.ts +431 -0
- package/src/models/operations/getteammembers.ts +911 -0
- package/src/models/operations/getteams.ts +159 -0
- package/src/models/operations/getwebhook.ts +205 -0
- package/src/models/operations/getwebhooks.ts +525 -0
- package/src/models/operations/gitnamespaces.ts +190 -0
- package/src/models/operations/inviteusertoteam.ts +477 -0
- package/src/models/operations/issuecert.ts +167 -0
- package/src/models/operations/jointeam.ts +168 -0
- package/src/models/operations/listaccessgroupmembers.ts +263 -0
- package/src/models/operations/listaccessgroupprojects.ts +306 -0
- package/src/models/operations/listaccessgroups.ts +356 -0
- package/src/models/operations/listaliases.ts +923 -0
- package/src/models/operations/listauthtokens.ts +71 -0
- package/src/models/operations/listdeploymentaliases.ts +656 -0
- package/src/models/operations/listdeploymentbuilds.ts +530 -0
- package/src/models/operations/listdeploymentfiles.ts +62 -0
- package/src/models/operations/listpromotealiases.ts +319 -0
- package/src/models/operations/listuserevents.ts +149 -0
- package/src/models/operations/patchdomain.ts +415 -0
- package/src/models/operations/patchedgeconfigschema.ts +154 -0
- package/src/models/operations/patchteam.ts +379 -0
- package/src/models/operations/pauseproject.ts +62 -0
- package/src/models/operations/readaccessgroup.ts +148 -0
- package/src/models/operations/recordevents.ts +221 -0
- package/src/models/operations/removecert.ts +94 -0
- package/src/models/operations/removeprojectdomain.ts +104 -0
- package/src/models/operations/removeprojectenv.ts +5290 -0
- package/src/models/operations/removeprojectmember.ts +109 -0
- package/src/models/operations/removerecord.ts +98 -0
- package/src/models/operations/removeteammember.ts +95 -0
- package/src/models/operations/renamesecret.ts +170 -0
- package/src/models/operations/requestaccesstoteam.ts +587 -0
- package/src/models/operations/requestdelete.ts +162 -0
- package/src/models/operations/requestpromote.ts +63 -0
- package/src/models/operations/rerequestcheck.ts +101 -0
- package/src/models/operations/searchrepo.ts +495 -0
- package/src/models/operations/status.ts +123 -0
- package/src/models/operations/unpauseproject.ts +62 -0
- package/src/models/operations/updateaccessgroup.ts +219 -0
- package/src/models/operations/updatecheck.ts +1416 -0
- package/src/models/operations/updateedgeconfig.ts +282 -0
- package/src/models/operations/updateproject.ts +7640 -0
- package/src/models/operations/updateprojectdatacache.ts +6811 -0
- package/src/models/operations/updateprojectdomain.ts +325 -0
- package/src/models/operations/updateprojectprotectionbypass.ts +311 -0
- package/src/models/operations/updaterecord.ts +430 -0
- package/src/models/operations/updateteammember.ts +296 -0
- package/src/models/operations/uploadartifact.ts +186 -0
- package/src/models/operations/uploadcert.ts +188 -0
- package/src/models/operations/uploadfile.ts +221 -0
- package/src/models/operations/verifyprojectdomain.ts +220 -0
- package/src/models/operations/verifytoken.ts +223 -0
- package/src/sdk/accessgroups.ts +157 -0
- package/src/sdk/aliases.ts +97 -0
- package/src/sdk/artifacts.ts +131 -0
- package/src/sdk/authentication.ts +52 -0
- package/src/sdk/certs.ts +96 -0
- package/src/sdk/checks.ts +118 -0
- package/src/sdk/deployments.ts +229 -0
- package/src/sdk/dns.ts +97 -0
- package/src/sdk/domains.ts +295 -0
- package/src/sdk/edgeconfigs.ts +297 -0
- package/src/sdk/envs.ts +118 -0
- package/src/sdk/events.ts +30 -0
- package/src/sdk/integrations.ts +115 -0
- package/src/sdk/logdrains.ts +156 -0
- package/src/sdk/projectdomains.ts +74 -0
- package/src/sdk/projectmembers.ts +74 -0
- package/src/sdk/projects.ts +154 -0
- package/src/sdk/promotions.ts +50 -0
- package/src/sdk/protectionbypass.ts +30 -0
- package/src/sdk/sdk.ts +200 -0
- package/src/sdk/secrets.ts +118 -0
- package/src/sdk/teams.ts +289 -0
- package/src/sdk/tokens.ts +91 -0
- package/src/sdk/user.ts +47 -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
|
@@ -0,0 +1,4618 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Plan$ = exports.Plan$outboundSchema = exports.Plan$inboundSchema = exports.Contract$ = exports.Contract$outboundSchema = exports.Contract$inboundSchema = exports.Period$ = exports.Period$outboundSchema = exports.Period$inboundSchema = exports.Currency$ = exports.Currency$outboundSchema = exports.Currency$inboundSchema = exports.SoftBlock$ = exports.SoftBlock$outboundSchema = exports.SoftBlock$inboundSchema = exports.BlockedDueToOverageType$ = exports.BlockedDueToOverageType$outboundSchema = exports.BlockedDueToOverageType$inboundSchema = exports.Reason$ = exports.Reason$outboundSchema = exports.Reason$inboundSchema = exports.Version = exports.ImportFlowGitProvider = exports.RecentsViewPreference = exports.FavoritesViewPreference = exports.ViewPreference = exports.PricingExperiment = exports.Status = exports.Duration = exports.Interval = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval = exports.AuthUserBillingInvoiceItemsSamlInterval = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval = exports.AuthUserBillingInvoiceItemsMonitoringInterval = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval = exports.AuthUserBillingInvoiceItemsAnalyticsInterval = exports.AuthUserBillingInvoiceItemsInterval = exports.AuthUserBillingInterval = exports.AuthUserInterval = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval = exports.ProgramType = exports.Platform = exports.Plan = exports.Currency = exports.BlockedDueToOverageType = exports.Reason = void 0;
|
|
30
|
+
exports.Enterprise$outboundSchema = exports.Enterprise$inboundSchema = exports.AuthUserBillingInvoiceItemsFrequency$ = exports.AuthUserBillingInvoiceItemsFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsInterval$ = exports.AuthUserBillingInvoiceItemsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsInterval$inboundSchema = exports.Pro$ = exports.Pro$outboundSchema = exports.Pro$inboundSchema = exports.AuthUserBillingFrequency$ = exports.AuthUserBillingFrequency$outboundSchema = exports.AuthUserBillingFrequency$inboundSchema = exports.AuthUserBillingInterval$ = exports.AuthUserBillingInterval$outboundSchema = exports.AuthUserBillingInterval$inboundSchema = exports.AuthUserWebAnalytics$ = exports.AuthUserWebAnalytics$outboundSchema = exports.AuthUserWebAnalytics$inboundSchema = exports.AuthUserFrequency$ = exports.AuthUserFrequency$outboundSchema = exports.AuthUserFrequency$inboundSchema = exports.AuthUserInterval$ = exports.AuthUserInterval$outboundSchema = exports.AuthUserInterval$inboundSchema = exports.ConcurrentBuilds$ = exports.ConcurrentBuilds$outboundSchema = exports.ConcurrentBuilds$inboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ = exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema = exports.Address$ = exports.Address$outboundSchema = exports.Address$inboundSchema = exports.Tax$ = exports.Tax$outboundSchema = exports.Tax$inboundSchema = exports.Trial$ = exports.Trial$outboundSchema = exports.Trial$inboundSchema = exports.ProgramType$ = exports.ProgramType$outboundSchema = exports.ProgramType$inboundSchema = exports.Platform$ = exports.Platform$outboundSchema = exports.Platform$inboundSchema = void 0;
|
|
31
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$ = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema = exports.Monitoring$ = exports.Monitoring$outboundSchema = exports.Monitoring$inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringFrequency$ = exports.AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringInterval$ = exports.AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema = exports.ManagedInfrastructureCommitment$ = exports.ManagedInfrastructureCommitment$outboundSchema = exports.ManagedInfrastructureCommitment$inboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema = exports.IncludedAllocationMiu$ = exports.IncludedAllocationMiu$outboundSchema = exports.IncludedAllocationMiu$inboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema = exports.DeveloperExperiencePlatform$ = exports.DeveloperExperiencePlatform$outboundSchema = exports.DeveloperExperiencePlatform$inboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema = exports.Analytics$ = exports.Analytics$outboundSchema = exports.Analytics$inboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$ = exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$ = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema = exports.Enterprise$ = void 0;
|
|
32
|
+
exports.AuthUserMatrix$ = exports.AuthUserMatrix$outboundSchema = exports.AuthUserMatrix$inboundSchema = exports.AnalyticsUsage$ = exports.AnalyticsUsage$outboundSchema = exports.AnalyticsUsage$inboundSchema = exports.Matrix$ = exports.Matrix$outboundSchema = exports.Matrix$inboundSchema = exports.VercelMarketplace$ = exports.VercelMarketplace$outboundSchema = exports.VercelMarketplace$inboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ = exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema = exports.TeamSeats$ = exports.TeamSeats$outboundSchema = exports.TeamSeats$inboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$ = exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$ = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema = exports.AuthUserSaml$ = exports.AuthUserSaml$outboundSchema = exports.AuthUserSaml$inboundSchema = exports.AuthUserBillingInvoiceItemsSamlFrequency$ = exports.AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsSamlInterval$ = exports.AuthUserBillingInvoiceItemsSamlInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsSamlInterval$inboundSchema = exports.PreviewDeploymentSuffix$ = exports.PreviewDeploymentSuffix$outboundSchema = exports.PreviewDeploymentSuffix$inboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema = exports.PasswordProtection$ = exports.PasswordProtection$outboundSchema = exports.PasswordProtection$inboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ = exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema = void 0;
|
|
33
|
+
exports.DataCacheRead$outboundSchema = exports.DataCacheRead$inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$ = exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema = exports.BuildMinute$ = exports.BuildMinute$outboundSchema = exports.BuildMinute$inboundSchema = exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$ = exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema = exports.BlobTotalSimpleRequests$ = exports.BlobTotalSimpleRequests$outboundSchema = exports.BlobTotalSimpleRequests$inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ = exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema = exports.BlobTotalGetResponseObjectSizeInBytes$ = exports.BlobTotalGetResponseObjectSizeInBytes$outboundSchema = exports.BlobTotalGetResponseObjectSizeInBytes$inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ = exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema = exports.BlobTotalAvgSizeInBytes$ = exports.BlobTotalAvgSizeInBytes$outboundSchema = exports.BlobTotalAvgSizeInBytes$inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ = exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema = exports.BlobTotalAdvancedRequests$ = exports.BlobTotalAdvancedRequests$outboundSchema = exports.BlobTotalAdvancedRequests$inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ = exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema = exports.BlobStores$ = exports.BlobStores$outboundSchema = exports.BlobStores$inboundSchema = exports.AuthUserBillingInvoiceItemsMatrix$ = exports.AuthUserBillingInvoiceItemsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsMatrix$inboundSchema = exports.Bandwidth$ = exports.Bandwidth$outboundSchema = exports.Bandwidth$inboundSchema = exports.AuthUserBillingMatrix$ = exports.AuthUserBillingMatrix$outboundSchema = exports.AuthUserBillingMatrix$inboundSchema = exports.Artifacts$ = exports.Artifacts$outboundSchema = exports.Artifacts$inboundSchema = void 0;
|
|
34
|
+
exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema = exports.EdgeRequestAdditionalCpuDuration$ = exports.EdgeRequestAdditionalCpuDuration$outboundSchema = exports.EdgeRequestAdditionalCpuDuration$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema = exports.EdgeRequest$ = exports.EdgeRequest$outboundSchema = exports.EdgeRequest$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema = exports.EdgeMiddlewareInvocations$ = exports.EdgeMiddlewareInvocations$outboundSchema = exports.EdgeMiddlewareInvocations$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema = exports.EdgeFunctionExecutionUnits$ = exports.EdgeFunctionExecutionUnits$outboundSchema = exports.EdgeFunctionExecutionUnits$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema = exports.EdgeConfigWrite$ = exports.EdgeConfigWrite$outboundSchema = exports.EdgeConfigWrite$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema = exports.EdgeConfigRead$ = exports.EdgeConfigRead$outboundSchema = exports.EdgeConfigRead$inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ = exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema = exports.DataCacheWrite$ = exports.DataCacheWrite$outboundSchema = exports.DataCacheWrite$inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ = exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema = exports.DataCacheRevalidation$ = exports.DataCacheRevalidation$outboundSchema = exports.DataCacheRevalidation$inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ = exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema = exports.DataCacheRead$ = void 0;
|
|
35
|
+
exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ = exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema = exports.PostgresDataStorage$ = exports.PostgresDataStorage$outboundSchema = exports.PostgresDataStorage$inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ = exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema = exports.PostgresComputeTime$ = exports.PostgresComputeTime$outboundSchema = exports.PostgresComputeTime$inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ = exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema = exports.MonitoringMetric$ = exports.MonitoringMetric$outboundSchema = exports.MonitoringMetric$inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ = exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema = exports.LogDrainsVolume$ = exports.LogDrainsVolume$outboundSchema = exports.LogDrainsVolume$inboundSchema = exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ = exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema = exports.FunctionInvocation$ = exports.FunctionInvocation$outboundSchema = exports.FunctionInvocation$inboundSchema = exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ = exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema = exports.FunctionDuration$ = exports.FunctionDuration$outboundSchema = exports.FunctionDuration$inboundSchema = exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$ = exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema = exports.FastOriginTransfer$ = exports.FastOriginTransfer$outboundSchema = exports.FastOriginTransfer$inboundSchema = exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ = exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema = exports.FastDataTransfer$ = exports.FastDataTransfer$outboundSchema = exports.FastDataTransfer$inboundSchema = exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$ = exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema = void 0;
|
|
36
|
+
exports.StorageRedisTotalDatabases$outboundSchema = exports.StorageRedisTotalDatabases$inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema = exports.StorageRedisTotalDailyAvgStorageInBytes$ = exports.StorageRedisTotalDailyAvgStorageInBytes$outboundSchema = exports.StorageRedisTotalDailyAvgStorageInBytes$inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema = exports.StorageRedisTotalCommands$ = exports.StorageRedisTotalCommands$outboundSchema = exports.StorageRedisTotalCommands$inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ = exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema = exports.StorageRedisTotalBandwidthInBytes$ = exports.StorageRedisTotalBandwidthInBytes$outboundSchema = exports.StorageRedisTotalBandwidthInBytes$inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ = exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema = exports.SourceImages$ = exports.SourceImages$outboundSchema = exports.SourceImages$inboundSchema = exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$ = exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema = exports.ServerlessFunctionExecution$ = exports.ServerlessFunctionExecution$outboundSchema = exports.ServerlessFunctionExecution$inboundSchema = exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ = exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema = exports.PostgresWrittenData$ = exports.PostgresWrittenData$outboundSchema = exports.PostgresWrittenData$inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ = exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema = exports.PostgresDatabase$ = exports.PostgresDatabase$outboundSchema = exports.PostgresDatabase$inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ = exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema = exports.PostgresDataTransfer$ = exports.PostgresDataTransfer$outboundSchema = exports.PostgresDataTransfer$inboundSchema = void 0;
|
|
37
|
+
exports.Subscriptions$inboundSchema = exports.Items$ = exports.Items$outboundSchema = exports.Items$inboundSchema = exports.Discount$ = exports.Discount$outboundSchema = exports.Discount$inboundSchema = exports.Coupon$ = exports.Coupon$outboundSchema = exports.Coupon$inboundSchema = exports.Duration$ = exports.Duration$outboundSchema = exports.Duration$inboundSchema = exports.Frequency$ = exports.Frequency$outboundSchema = exports.Frequency$inboundSchema = exports.Interval$ = exports.Interval$outboundSchema = exports.Interval$inboundSchema = exports.AuthUserPeriod$ = exports.AuthUserPeriod$outboundSchema = exports.AuthUserPeriod$inboundSchema = exports.AuthUserTrial$ = exports.AuthUserTrial$outboundSchema = exports.AuthUserTrial$inboundSchema = exports.InvoiceSettings$ = exports.InvoiceSettings$outboundSchema = exports.InvoiceSettings$inboundSchema = exports.InvoiceItems$ = exports.InvoiceItems$outboundSchema = exports.InvoiceItems$inboundSchema = exports.WebAnalyticsEvent$ = exports.WebAnalyticsEvent$outboundSchema = exports.WebAnalyticsEvent$inboundSchema = exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ = exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema = exports.WafOwaspRequests$ = exports.WafOwaspRequests$outboundSchema = exports.WafOwaspRequests$inboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ = exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema = exports.WafOwaspExcessBytes$ = exports.WafOwaspExcessBytes$outboundSchema = exports.WafOwaspExcessBytes$inboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ = exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema = exports.StorageRedisTotalDatabases$ = void 0;
|
|
38
|
+
exports.Dismissals$ = exports.Dismissals$outboundSchema = exports.Dismissals$inboundSchema = exports.PreferredScopesAndGitNamespaces$ = exports.PreferredScopesAndGitNamespaces$outboundSchema = exports.PreferredScopesAndGitNamespaces$inboundSchema = exports.GitNamespaceId$ = exports.GitNamespaceId$outboundSchema = exports.GitNamespaceId$inboundSchema = exports.ImportFlowGitProvider$ = exports.ImportFlowGitProvider$outboundSchema = exports.ImportFlowGitProvider$inboundSchema = exports.ImportFlowGitNamespaceId$ = exports.ImportFlowGitNamespaceId$outboundSchema = exports.ImportFlowGitNamespaceId$inboundSchema = exports.ImportFlowGitNamespace$ = exports.ImportFlowGitNamespace$outboundSchema = exports.ImportFlowGitNamespace$inboundSchema = exports.ActiveDashboardViews$ = exports.ActiveDashboardViews$outboundSchema = exports.ActiveDashboardViews$inboundSchema = exports.RecentsViewPreference$ = exports.RecentsViewPreference$outboundSchema = exports.RecentsViewPreference$inboundSchema = exports.FavoritesViewPreference$ = exports.FavoritesViewPreference$outboundSchema = exports.FavoritesViewPreference$inboundSchema = exports.ViewPreference$ = exports.ViewPreference$outboundSchema = exports.ViewPreference$inboundSchema = exports.ResourceConfig$ = exports.ResourceConfig$outboundSchema = exports.ResourceConfig$inboundSchema = exports.Billing$ = exports.Billing$outboundSchema = exports.Billing$inboundSchema = exports.AwsMarketplace$ = exports.AwsMarketplace$outboundSchema = exports.AwsMarketplace$inboundSchema = exports.PricingExperiment$ = exports.PricingExperiment$outboundSchema = exports.PricingExperiment$inboundSchema = exports.Status$ = exports.Status$outboundSchema = exports.Status$inboundSchema = exports.Controls$ = exports.Controls$outboundSchema = exports.Controls$inboundSchema = exports.Subscriptions$ = exports.Subscriptions$outboundSchema = void 0;
|
|
39
|
+
exports.AuthUser$ = exports.AuthUser$outboundSchema = exports.AuthUser$inboundSchema = exports.Version$ = exports.Version$outboundSchema = exports.Version$inboundSchema = exports.NorthstarMigration$ = exports.NorthstarMigration$outboundSchema = exports.NorthstarMigration$inboundSchema = exports.FeatureBlocks$ = exports.FeatureBlocks$outboundSchema = exports.FeatureBlocks$inboundSchema = exports.WebAnalytics$ = exports.WebAnalytics$outboundSchema = exports.WebAnalytics$inboundSchema = exports.DataCache$ = exports.DataCache$outboundSchema = exports.DataCache$inboundSchema = exports.RemoteCaching$ = exports.RemoteCaching$outboundSchema = exports.RemoteCaching$inboundSchema = exports.FavoriteProjectsAndSpaces$ = exports.FavoriteProjectsAndSpaces$outboundSchema = exports.FavoriteProjectsAndSpaces$inboundSchema = exports.One$ = exports.One$outboundSchema = exports.One$inboundSchema = exports.Two$ = exports.Two$outboundSchema = exports.Two$inboundSchema = exports.DismissedToasts$ = exports.DismissedToasts$outboundSchema = exports.DismissedToasts$inboundSchema = void 0;
|
|
40
|
+
const z = __importStar(require("zod"));
|
|
41
|
+
exports.Reason = {
|
|
42
|
+
SubscriptionCanceled: "SUBSCRIPTION_CANCELED",
|
|
43
|
+
SubscriptionExpired: "SUBSCRIPTION_EXPIRED",
|
|
44
|
+
UnpaidInvoice: "UNPAID_INVOICE",
|
|
45
|
+
EnterpriseTrialEnded: "ENTERPRISE_TRIAL_ENDED",
|
|
46
|
+
FairUseLimitsExceeded: "FAIR_USE_LIMITS_EXCEEDED",
|
|
47
|
+
BlockedForPlatformAbuse: "BLOCKED_FOR_PLATFORM_ABUSE",
|
|
48
|
+
};
|
|
49
|
+
exports.BlockedDueToOverageType = {
|
|
50
|
+
AnalyticsUsage: "analyticsUsage",
|
|
51
|
+
Artifacts: "artifacts",
|
|
52
|
+
Bandwidth: "bandwidth",
|
|
53
|
+
BlobStores: "blobStores",
|
|
54
|
+
BlobTotalAdvancedRequests: "blobTotalAdvancedRequests",
|
|
55
|
+
BlobTotalAvgSizeInBytes: "blobTotalAvgSizeInBytes",
|
|
56
|
+
BlobTotalGetResponseObjectSizeInBytes: "blobTotalGetResponseObjectSizeInBytes",
|
|
57
|
+
BlobTotalSimpleRequests: "blobTotalSimpleRequests",
|
|
58
|
+
BuildMinute: "buildMinute",
|
|
59
|
+
DataCacheRead: "dataCacheRead",
|
|
60
|
+
DataCacheRevalidation: "dataCacheRevalidation",
|
|
61
|
+
DataCacheWrite: "dataCacheWrite",
|
|
62
|
+
EdgeConfigRead: "edgeConfigRead",
|
|
63
|
+
EdgeConfigWrite: "edgeConfigWrite",
|
|
64
|
+
EdgeFunctionExecutionUnits: "edgeFunctionExecutionUnits",
|
|
65
|
+
EdgeMiddlewareInvocations: "edgeMiddlewareInvocations",
|
|
66
|
+
EdgeRequest: "edgeRequest",
|
|
67
|
+
EdgeRequestAdditionalCpuDuration: "edgeRequestAdditionalCpuDuration",
|
|
68
|
+
FastDataTransfer: "fastDataTransfer",
|
|
69
|
+
FastOriginTransfer: "fastOriginTransfer",
|
|
70
|
+
FunctionDuration: "functionDuration",
|
|
71
|
+
FunctionInvocation: "functionInvocation",
|
|
72
|
+
LogDrainsVolume: "logDrainsVolume",
|
|
73
|
+
MonitoringMetric: "monitoringMetric",
|
|
74
|
+
PostgresComputeTime: "postgresComputeTime",
|
|
75
|
+
PostgresDataStorage: "postgresDataStorage",
|
|
76
|
+
PostgresDataTransfer: "postgresDataTransfer",
|
|
77
|
+
PostgresDatabase: "postgresDatabase",
|
|
78
|
+
PostgresWrittenData: "postgresWrittenData",
|
|
79
|
+
ServerlessFunctionExecution: "serverlessFunctionExecution",
|
|
80
|
+
SourceImages: "sourceImages",
|
|
81
|
+
StorageRedisTotalBandwidthInBytes: "storageRedisTotalBandwidthInBytes",
|
|
82
|
+
StorageRedisTotalCommands: "storageRedisTotalCommands",
|
|
83
|
+
StorageRedisTotalDailyAvgStorageInBytes: "storageRedisTotalDailyAvgStorageInBytes",
|
|
84
|
+
StorageRedisTotalDatabases: "storageRedisTotalDatabases",
|
|
85
|
+
WafOwaspExcessBytes: "wafOwaspExcessBytes",
|
|
86
|
+
WafOwaspRequests: "wafOwaspRequests",
|
|
87
|
+
WebAnalyticsEvent: "webAnalyticsEvent",
|
|
88
|
+
};
|
|
89
|
+
exports.Currency = {
|
|
90
|
+
Usd: "usd",
|
|
91
|
+
Eur: "eur",
|
|
92
|
+
};
|
|
93
|
+
exports.Plan = {
|
|
94
|
+
Pro: "pro",
|
|
95
|
+
Enterprise: "enterprise",
|
|
96
|
+
Hobby: "hobby",
|
|
97
|
+
};
|
|
98
|
+
exports.Platform = {
|
|
99
|
+
Stripe: "stripe",
|
|
100
|
+
StripeTestMode: "stripeTestMode",
|
|
101
|
+
};
|
|
102
|
+
exports.ProgramType = {
|
|
103
|
+
Startup: "startup",
|
|
104
|
+
Agency: "agency",
|
|
105
|
+
};
|
|
106
|
+
exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval = {
|
|
107
|
+
Month: "month",
|
|
108
|
+
};
|
|
109
|
+
exports.AuthUserInterval = {
|
|
110
|
+
Month: "month",
|
|
111
|
+
};
|
|
112
|
+
exports.AuthUserBillingInterval = {
|
|
113
|
+
Month: "month",
|
|
114
|
+
};
|
|
115
|
+
exports.AuthUserBillingInvoiceItemsInterval = {
|
|
116
|
+
Month: "month",
|
|
117
|
+
};
|
|
118
|
+
exports.AuthUserBillingInvoiceItemsAnalyticsInterval = {
|
|
119
|
+
Month: "month",
|
|
120
|
+
};
|
|
121
|
+
exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval = {
|
|
122
|
+
Month: "month",
|
|
123
|
+
};
|
|
124
|
+
exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval = {
|
|
125
|
+
Month: "month",
|
|
126
|
+
};
|
|
127
|
+
exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval = {
|
|
128
|
+
Month: "month",
|
|
129
|
+
};
|
|
130
|
+
exports.AuthUserBillingInvoiceItemsMonitoringInterval = {
|
|
131
|
+
Month: "month",
|
|
132
|
+
};
|
|
133
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval = {
|
|
134
|
+
Month: "month",
|
|
135
|
+
};
|
|
136
|
+
exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval = {
|
|
137
|
+
Month: "month",
|
|
138
|
+
};
|
|
139
|
+
exports.AuthUserBillingInvoiceItemsSamlInterval = {
|
|
140
|
+
Month: "month",
|
|
141
|
+
};
|
|
142
|
+
exports.AuthUserBillingInvoiceItemsTeamSeatsInterval = {
|
|
143
|
+
Month: "month",
|
|
144
|
+
};
|
|
145
|
+
exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval = {
|
|
146
|
+
Month: "month",
|
|
147
|
+
};
|
|
148
|
+
exports.Interval = {
|
|
149
|
+
Month: "month",
|
|
150
|
+
Day: "day",
|
|
151
|
+
Week: "week",
|
|
152
|
+
Year: "year",
|
|
153
|
+
};
|
|
154
|
+
exports.Duration = {
|
|
155
|
+
Forever: "forever",
|
|
156
|
+
Repeating: "repeating",
|
|
157
|
+
Once: "once",
|
|
158
|
+
};
|
|
159
|
+
exports.Status = {
|
|
160
|
+
Active: "active",
|
|
161
|
+
Trialing: "trialing",
|
|
162
|
+
Overdue: "overdue",
|
|
163
|
+
Expired: "expired",
|
|
164
|
+
Canceled: "canceled",
|
|
165
|
+
};
|
|
166
|
+
exports.PricingExperiment = {
|
|
167
|
+
August2022: "august-2022",
|
|
168
|
+
};
|
|
169
|
+
exports.ViewPreference = {
|
|
170
|
+
List: "list",
|
|
171
|
+
Cards: "cards",
|
|
172
|
+
};
|
|
173
|
+
exports.FavoritesViewPreference = {
|
|
174
|
+
Open: "open",
|
|
175
|
+
Closed: "closed",
|
|
176
|
+
};
|
|
177
|
+
exports.RecentsViewPreference = {
|
|
178
|
+
Open: "open",
|
|
179
|
+
Closed: "closed",
|
|
180
|
+
};
|
|
181
|
+
exports.ImportFlowGitProvider = {
|
|
182
|
+
Github: "github",
|
|
183
|
+
Gitlab: "gitlab",
|
|
184
|
+
Bitbucket: "bitbucket",
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* The user's version. Will either be unset or `northstar`.
|
|
188
|
+
*/
|
|
189
|
+
exports.Version = {
|
|
190
|
+
Northstar: "northstar",
|
|
191
|
+
};
|
|
192
|
+
/** @internal */
|
|
193
|
+
exports.Reason$inboundSchema = z
|
|
194
|
+
.nativeEnum(exports.Reason);
|
|
195
|
+
/** @internal */
|
|
196
|
+
exports.Reason$outboundSchema = exports.Reason$inboundSchema;
|
|
197
|
+
/**
|
|
198
|
+
* @internal
|
|
199
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
200
|
+
*/
|
|
201
|
+
var Reason$;
|
|
202
|
+
(function (Reason$) {
|
|
203
|
+
/** @deprecated use `Reason$inboundSchema` instead. */
|
|
204
|
+
Reason$.inboundSchema = exports.Reason$inboundSchema;
|
|
205
|
+
/** @deprecated use `Reason$outboundSchema` instead. */
|
|
206
|
+
Reason$.outboundSchema = exports.Reason$outboundSchema;
|
|
207
|
+
})(Reason$ || (exports.Reason$ = Reason$ = {}));
|
|
208
|
+
/** @internal */
|
|
209
|
+
exports.BlockedDueToOverageType$inboundSchema = z.nativeEnum(exports.BlockedDueToOverageType);
|
|
210
|
+
/** @internal */
|
|
211
|
+
exports.BlockedDueToOverageType$outboundSchema = exports.BlockedDueToOverageType$inboundSchema;
|
|
212
|
+
/**
|
|
213
|
+
* @internal
|
|
214
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
215
|
+
*/
|
|
216
|
+
var BlockedDueToOverageType$;
|
|
217
|
+
(function (BlockedDueToOverageType$) {
|
|
218
|
+
/** @deprecated use `BlockedDueToOverageType$inboundSchema` instead. */
|
|
219
|
+
BlockedDueToOverageType$.inboundSchema = exports.BlockedDueToOverageType$inboundSchema;
|
|
220
|
+
/** @deprecated use `BlockedDueToOverageType$outboundSchema` instead. */
|
|
221
|
+
BlockedDueToOverageType$.outboundSchema = exports.BlockedDueToOverageType$outboundSchema;
|
|
222
|
+
})(BlockedDueToOverageType$ || (exports.BlockedDueToOverageType$ = BlockedDueToOverageType$ = {}));
|
|
223
|
+
/** @internal */
|
|
224
|
+
exports.SoftBlock$inboundSchema = z.object({
|
|
225
|
+
blockedAt: z.number(),
|
|
226
|
+
reason: exports.Reason$inboundSchema,
|
|
227
|
+
blockedDueToOverageType: exports.BlockedDueToOverageType$inboundSchema.optional(),
|
|
228
|
+
});
|
|
229
|
+
/** @internal */
|
|
230
|
+
exports.SoftBlock$outboundSchema = z.object({
|
|
231
|
+
blockedAt: z.number(),
|
|
232
|
+
reason: exports.Reason$outboundSchema,
|
|
233
|
+
blockedDueToOverageType: exports.BlockedDueToOverageType$outboundSchema.optional(),
|
|
234
|
+
});
|
|
235
|
+
/**
|
|
236
|
+
* @internal
|
|
237
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
238
|
+
*/
|
|
239
|
+
var SoftBlock$;
|
|
240
|
+
(function (SoftBlock$) {
|
|
241
|
+
/** @deprecated use `SoftBlock$inboundSchema` instead. */
|
|
242
|
+
SoftBlock$.inboundSchema = exports.SoftBlock$inboundSchema;
|
|
243
|
+
/** @deprecated use `SoftBlock$outboundSchema` instead. */
|
|
244
|
+
SoftBlock$.outboundSchema = exports.SoftBlock$outboundSchema;
|
|
245
|
+
})(SoftBlock$ || (exports.SoftBlock$ = SoftBlock$ = {}));
|
|
246
|
+
/** @internal */
|
|
247
|
+
exports.Currency$inboundSchema = z
|
|
248
|
+
.nativeEnum(exports.Currency);
|
|
249
|
+
/** @internal */
|
|
250
|
+
exports.Currency$outboundSchema = exports.Currency$inboundSchema;
|
|
251
|
+
/**
|
|
252
|
+
* @internal
|
|
253
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
254
|
+
*/
|
|
255
|
+
var Currency$;
|
|
256
|
+
(function (Currency$) {
|
|
257
|
+
/** @deprecated use `Currency$inboundSchema` instead. */
|
|
258
|
+
Currency$.inboundSchema = exports.Currency$inboundSchema;
|
|
259
|
+
/** @deprecated use `Currency$outboundSchema` instead. */
|
|
260
|
+
Currency$.outboundSchema = exports.Currency$outboundSchema;
|
|
261
|
+
})(Currency$ || (exports.Currency$ = Currency$ = {}));
|
|
262
|
+
/** @internal */
|
|
263
|
+
exports.Period$inboundSchema = z
|
|
264
|
+
.object({
|
|
265
|
+
start: z.number(),
|
|
266
|
+
end: z.number(),
|
|
267
|
+
});
|
|
268
|
+
/** @internal */
|
|
269
|
+
exports.Period$outboundSchema = z.object({
|
|
270
|
+
start: z.number(),
|
|
271
|
+
end: z.number(),
|
|
272
|
+
});
|
|
273
|
+
/**
|
|
274
|
+
* @internal
|
|
275
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
276
|
+
*/
|
|
277
|
+
var Period$;
|
|
278
|
+
(function (Period$) {
|
|
279
|
+
/** @deprecated use `Period$inboundSchema` instead. */
|
|
280
|
+
Period$.inboundSchema = exports.Period$inboundSchema;
|
|
281
|
+
/** @deprecated use `Period$outboundSchema` instead. */
|
|
282
|
+
Period$.outboundSchema = exports.Period$outboundSchema;
|
|
283
|
+
})(Period$ || (exports.Period$ = Period$ = {}));
|
|
284
|
+
/** @internal */
|
|
285
|
+
exports.Contract$inboundSchema = z.object({
|
|
286
|
+
start: z.number(),
|
|
287
|
+
end: z.number(),
|
|
288
|
+
});
|
|
289
|
+
/** @internal */
|
|
290
|
+
exports.Contract$outboundSchema = z.object({
|
|
291
|
+
start: z.number(),
|
|
292
|
+
end: z.number(),
|
|
293
|
+
});
|
|
294
|
+
/**
|
|
295
|
+
* @internal
|
|
296
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
297
|
+
*/
|
|
298
|
+
var Contract$;
|
|
299
|
+
(function (Contract$) {
|
|
300
|
+
/** @deprecated use `Contract$inboundSchema` instead. */
|
|
301
|
+
Contract$.inboundSchema = exports.Contract$inboundSchema;
|
|
302
|
+
/** @deprecated use `Contract$outboundSchema` instead. */
|
|
303
|
+
Contract$.outboundSchema = exports.Contract$outboundSchema;
|
|
304
|
+
})(Contract$ || (exports.Contract$ = Contract$ = {}));
|
|
305
|
+
/** @internal */
|
|
306
|
+
exports.Plan$inboundSchema = z.nativeEnum(exports.Plan);
|
|
307
|
+
/** @internal */
|
|
308
|
+
exports.Plan$outboundSchema = exports.Plan$inboundSchema;
|
|
309
|
+
/**
|
|
310
|
+
* @internal
|
|
311
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
312
|
+
*/
|
|
313
|
+
var Plan$;
|
|
314
|
+
(function (Plan$) {
|
|
315
|
+
/** @deprecated use `Plan$inboundSchema` instead. */
|
|
316
|
+
Plan$.inboundSchema = exports.Plan$inboundSchema;
|
|
317
|
+
/** @deprecated use `Plan$outboundSchema` instead. */
|
|
318
|
+
Plan$.outboundSchema = exports.Plan$outboundSchema;
|
|
319
|
+
})(Plan$ || (exports.Plan$ = Plan$ = {}));
|
|
320
|
+
/** @internal */
|
|
321
|
+
exports.Platform$inboundSchema = z
|
|
322
|
+
.nativeEnum(exports.Platform);
|
|
323
|
+
/** @internal */
|
|
324
|
+
exports.Platform$outboundSchema = exports.Platform$inboundSchema;
|
|
325
|
+
/**
|
|
326
|
+
* @internal
|
|
327
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
328
|
+
*/
|
|
329
|
+
var Platform$;
|
|
330
|
+
(function (Platform$) {
|
|
331
|
+
/** @deprecated use `Platform$inboundSchema` instead. */
|
|
332
|
+
Platform$.inboundSchema = exports.Platform$inboundSchema;
|
|
333
|
+
/** @deprecated use `Platform$outboundSchema` instead. */
|
|
334
|
+
Platform$.outboundSchema = exports.Platform$outboundSchema;
|
|
335
|
+
})(Platform$ || (exports.Platform$ = Platform$ = {}));
|
|
336
|
+
/** @internal */
|
|
337
|
+
exports.ProgramType$inboundSchema = z
|
|
338
|
+
.nativeEnum(exports.ProgramType);
|
|
339
|
+
/** @internal */
|
|
340
|
+
exports.ProgramType$outboundSchema = exports.ProgramType$inboundSchema;
|
|
341
|
+
/**
|
|
342
|
+
* @internal
|
|
343
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
344
|
+
*/
|
|
345
|
+
var ProgramType$;
|
|
346
|
+
(function (ProgramType$) {
|
|
347
|
+
/** @deprecated use `ProgramType$inboundSchema` instead. */
|
|
348
|
+
ProgramType$.inboundSchema = exports.ProgramType$inboundSchema;
|
|
349
|
+
/** @deprecated use `ProgramType$outboundSchema` instead. */
|
|
350
|
+
ProgramType$.outboundSchema = exports.ProgramType$outboundSchema;
|
|
351
|
+
})(ProgramType$ || (exports.ProgramType$ = ProgramType$ = {}));
|
|
352
|
+
/** @internal */
|
|
353
|
+
exports.Trial$inboundSchema = z
|
|
354
|
+
.object({
|
|
355
|
+
start: z.number(),
|
|
356
|
+
end: z.number(),
|
|
357
|
+
});
|
|
358
|
+
/** @internal */
|
|
359
|
+
exports.Trial$outboundSchema = z.object({
|
|
360
|
+
start: z.number(),
|
|
361
|
+
end: z.number(),
|
|
362
|
+
});
|
|
363
|
+
/**
|
|
364
|
+
* @internal
|
|
365
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
366
|
+
*/
|
|
367
|
+
var Trial$;
|
|
368
|
+
(function (Trial$) {
|
|
369
|
+
/** @deprecated use `Trial$inboundSchema` instead. */
|
|
370
|
+
Trial$.inboundSchema = exports.Trial$inboundSchema;
|
|
371
|
+
/** @deprecated use `Trial$outboundSchema` instead. */
|
|
372
|
+
Trial$.outboundSchema = exports.Trial$outboundSchema;
|
|
373
|
+
})(Trial$ || (exports.Trial$ = Trial$ = {}));
|
|
374
|
+
/** @internal */
|
|
375
|
+
exports.Tax$inboundSchema = z
|
|
376
|
+
.object({
|
|
377
|
+
type: z.string(),
|
|
378
|
+
id: z.string(),
|
|
379
|
+
});
|
|
380
|
+
/** @internal */
|
|
381
|
+
exports.Tax$outboundSchema = z
|
|
382
|
+
.object({
|
|
383
|
+
type: z.string(),
|
|
384
|
+
id: z.string(),
|
|
385
|
+
});
|
|
386
|
+
/**
|
|
387
|
+
* @internal
|
|
388
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
389
|
+
*/
|
|
390
|
+
var Tax$;
|
|
391
|
+
(function (Tax$) {
|
|
392
|
+
/** @deprecated use `Tax$inboundSchema` instead. */
|
|
393
|
+
Tax$.inboundSchema = exports.Tax$inboundSchema;
|
|
394
|
+
/** @deprecated use `Tax$outboundSchema` instead. */
|
|
395
|
+
Tax$.outboundSchema = exports.Tax$outboundSchema;
|
|
396
|
+
})(Tax$ || (exports.Tax$ = Tax$ = {}));
|
|
397
|
+
/** @internal */
|
|
398
|
+
exports.Address$inboundSchema = z.object({
|
|
399
|
+
line1: z.string().optional(),
|
|
400
|
+
line2: z.string().optional(),
|
|
401
|
+
postalCode: z.string().optional(),
|
|
402
|
+
city: z.string().optional(),
|
|
403
|
+
country: z.string().optional(),
|
|
404
|
+
state: z.string().optional(),
|
|
405
|
+
});
|
|
406
|
+
/** @internal */
|
|
407
|
+
exports.Address$outboundSchema = z.object({
|
|
408
|
+
line1: z.string().optional(),
|
|
409
|
+
line2: z.string().optional(),
|
|
410
|
+
postalCode: z.string().optional(),
|
|
411
|
+
city: z.string().optional(),
|
|
412
|
+
country: z.string().optional(),
|
|
413
|
+
state: z.string().optional(),
|
|
414
|
+
});
|
|
415
|
+
/**
|
|
416
|
+
* @internal
|
|
417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
418
|
+
*/
|
|
419
|
+
var Address$;
|
|
420
|
+
(function (Address$) {
|
|
421
|
+
/** @deprecated use `Address$inboundSchema` instead. */
|
|
422
|
+
Address$.inboundSchema = exports.Address$inboundSchema;
|
|
423
|
+
/** @deprecated use `Address$outboundSchema` instead. */
|
|
424
|
+
Address$.outboundSchema = exports.Address$outboundSchema;
|
|
425
|
+
})(Address$ || (exports.Address$ = Address$ = {}));
|
|
426
|
+
/** @internal */
|
|
427
|
+
exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval);
|
|
428
|
+
/** @internal */
|
|
429
|
+
exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema;
|
|
430
|
+
/**
|
|
431
|
+
* @internal
|
|
432
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
433
|
+
*/
|
|
434
|
+
var AuthUserBillingInvoiceItemsConcurrentBuildsInterval$;
|
|
435
|
+
(function (AuthUserBillingInvoiceItemsConcurrentBuildsInterval$) {
|
|
436
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema` instead. */
|
|
437
|
+
AuthUserBillingInvoiceItemsConcurrentBuildsInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema;
|
|
438
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema` instead. */
|
|
439
|
+
AuthUserBillingInvoiceItemsConcurrentBuildsInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema;
|
|
440
|
+
})(AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ || (exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ = AuthUserBillingInvoiceItemsConcurrentBuildsInterval$ = {}));
|
|
441
|
+
/** @internal */
|
|
442
|
+
exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema = z.object({
|
|
443
|
+
interval: exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$inboundSchema,
|
|
444
|
+
intervalCount: z.number(),
|
|
445
|
+
});
|
|
446
|
+
/** @internal */
|
|
447
|
+
exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema = z.object({
|
|
448
|
+
interval: exports.AuthUserBillingInvoiceItemsConcurrentBuildsInterval$outboundSchema,
|
|
449
|
+
intervalCount: z.number(),
|
|
450
|
+
});
|
|
451
|
+
/**
|
|
452
|
+
* @internal
|
|
453
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
454
|
+
*/
|
|
455
|
+
var AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$;
|
|
456
|
+
(function (AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$) {
|
|
457
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema` instead. */
|
|
458
|
+
AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema;
|
|
459
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema` instead. */
|
|
460
|
+
AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema;
|
|
461
|
+
})(AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ || (exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ = AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$ = {}));
|
|
462
|
+
/** @internal */
|
|
463
|
+
exports.ConcurrentBuilds$inboundSchema = z.object({
|
|
464
|
+
tier: z.number().optional(),
|
|
465
|
+
price: z.number(),
|
|
466
|
+
quantity: z.number(),
|
|
467
|
+
highestQuantity: z.number().optional(),
|
|
468
|
+
name: z.string().optional(),
|
|
469
|
+
hidden: z.boolean(),
|
|
470
|
+
createdAt: z.number().optional(),
|
|
471
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
472
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$inboundSchema).optional(),
|
|
473
|
+
maxQuantity: z.number().optional(),
|
|
474
|
+
});
|
|
475
|
+
/** @internal */
|
|
476
|
+
exports.ConcurrentBuilds$outboundSchema = z.object({
|
|
477
|
+
tier: z.number().optional(),
|
|
478
|
+
price: z.number(),
|
|
479
|
+
quantity: z.number(),
|
|
480
|
+
highestQuantity: z.number().optional(),
|
|
481
|
+
name: z.string().optional(),
|
|
482
|
+
hidden: z.boolean(),
|
|
483
|
+
createdAt: z.number().optional(),
|
|
484
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
485
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsConcurrentBuildsFrequency$outboundSchema).optional(),
|
|
486
|
+
maxQuantity: z.number().optional(),
|
|
487
|
+
});
|
|
488
|
+
/**
|
|
489
|
+
* @internal
|
|
490
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
491
|
+
*/
|
|
492
|
+
var ConcurrentBuilds$;
|
|
493
|
+
(function (ConcurrentBuilds$) {
|
|
494
|
+
/** @deprecated use `ConcurrentBuilds$inboundSchema` instead. */
|
|
495
|
+
ConcurrentBuilds$.inboundSchema = exports.ConcurrentBuilds$inboundSchema;
|
|
496
|
+
/** @deprecated use `ConcurrentBuilds$outboundSchema` instead. */
|
|
497
|
+
ConcurrentBuilds$.outboundSchema = exports.ConcurrentBuilds$outboundSchema;
|
|
498
|
+
})(ConcurrentBuilds$ || (exports.ConcurrentBuilds$ = ConcurrentBuilds$ = {}));
|
|
499
|
+
/** @internal */
|
|
500
|
+
exports.AuthUserInterval$inboundSchema = z.nativeEnum(exports.AuthUserInterval);
|
|
501
|
+
/** @internal */
|
|
502
|
+
exports.AuthUserInterval$outboundSchema = exports.AuthUserInterval$inboundSchema;
|
|
503
|
+
/**
|
|
504
|
+
* @internal
|
|
505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
506
|
+
*/
|
|
507
|
+
var AuthUserInterval$;
|
|
508
|
+
(function (AuthUserInterval$) {
|
|
509
|
+
/** @deprecated use `AuthUserInterval$inboundSchema` instead. */
|
|
510
|
+
AuthUserInterval$.inboundSchema = exports.AuthUserInterval$inboundSchema;
|
|
511
|
+
/** @deprecated use `AuthUserInterval$outboundSchema` instead. */
|
|
512
|
+
AuthUserInterval$.outboundSchema = exports.AuthUserInterval$outboundSchema;
|
|
513
|
+
})(AuthUserInterval$ || (exports.AuthUserInterval$ = AuthUserInterval$ = {}));
|
|
514
|
+
/** @internal */
|
|
515
|
+
exports.AuthUserFrequency$inboundSchema = z.object({
|
|
516
|
+
interval: exports.AuthUserInterval$inboundSchema,
|
|
517
|
+
intervalCount: z.number(),
|
|
518
|
+
});
|
|
519
|
+
/** @internal */
|
|
520
|
+
exports.AuthUserFrequency$outboundSchema = z.object({
|
|
521
|
+
interval: exports.AuthUserInterval$outboundSchema,
|
|
522
|
+
intervalCount: z.number(),
|
|
523
|
+
});
|
|
524
|
+
/**
|
|
525
|
+
* @internal
|
|
526
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
527
|
+
*/
|
|
528
|
+
var AuthUserFrequency$;
|
|
529
|
+
(function (AuthUserFrequency$) {
|
|
530
|
+
/** @deprecated use `AuthUserFrequency$inboundSchema` instead. */
|
|
531
|
+
AuthUserFrequency$.inboundSchema = exports.AuthUserFrequency$inboundSchema;
|
|
532
|
+
/** @deprecated use `AuthUserFrequency$outboundSchema` instead. */
|
|
533
|
+
AuthUserFrequency$.outboundSchema = exports.AuthUserFrequency$outboundSchema;
|
|
534
|
+
})(AuthUserFrequency$ || (exports.AuthUserFrequency$ = AuthUserFrequency$ = {}));
|
|
535
|
+
/** @internal */
|
|
536
|
+
exports.AuthUserWebAnalytics$inboundSchema = z.object({
|
|
537
|
+
tier: z.number().optional(),
|
|
538
|
+
price: z.number(),
|
|
539
|
+
quantity: z.number(),
|
|
540
|
+
highestQuantity: z.number().optional(),
|
|
541
|
+
name: z.string().optional(),
|
|
542
|
+
hidden: z.boolean(),
|
|
543
|
+
createdAt: z.number().optional(),
|
|
544
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
545
|
+
frequency: z.lazy(() => exports.AuthUserFrequency$inboundSchema).optional(),
|
|
546
|
+
maxQuantity: z.number().optional(),
|
|
547
|
+
});
|
|
548
|
+
/** @internal */
|
|
549
|
+
exports.AuthUserWebAnalytics$outboundSchema = z.object({
|
|
550
|
+
tier: z.number().optional(),
|
|
551
|
+
price: z.number(),
|
|
552
|
+
quantity: z.number(),
|
|
553
|
+
highestQuantity: z.number().optional(),
|
|
554
|
+
name: z.string().optional(),
|
|
555
|
+
hidden: z.boolean(),
|
|
556
|
+
createdAt: z.number().optional(),
|
|
557
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
558
|
+
frequency: z.lazy(() => exports.AuthUserFrequency$outboundSchema).optional(),
|
|
559
|
+
maxQuantity: z.number().optional(),
|
|
560
|
+
});
|
|
561
|
+
/**
|
|
562
|
+
* @internal
|
|
563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
564
|
+
*/
|
|
565
|
+
var AuthUserWebAnalytics$;
|
|
566
|
+
(function (AuthUserWebAnalytics$) {
|
|
567
|
+
/** @deprecated use `AuthUserWebAnalytics$inboundSchema` instead. */
|
|
568
|
+
AuthUserWebAnalytics$.inboundSchema = exports.AuthUserWebAnalytics$inboundSchema;
|
|
569
|
+
/** @deprecated use `AuthUserWebAnalytics$outboundSchema` instead. */
|
|
570
|
+
AuthUserWebAnalytics$.outboundSchema = exports.AuthUserWebAnalytics$outboundSchema;
|
|
571
|
+
})(AuthUserWebAnalytics$ || (exports.AuthUserWebAnalytics$ = AuthUserWebAnalytics$ = {}));
|
|
572
|
+
/** @internal */
|
|
573
|
+
exports.AuthUserBillingInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInterval);
|
|
574
|
+
/** @internal */
|
|
575
|
+
exports.AuthUserBillingInterval$outboundSchema = exports.AuthUserBillingInterval$inboundSchema;
|
|
576
|
+
/**
|
|
577
|
+
* @internal
|
|
578
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
579
|
+
*/
|
|
580
|
+
var AuthUserBillingInterval$;
|
|
581
|
+
(function (AuthUserBillingInterval$) {
|
|
582
|
+
/** @deprecated use `AuthUserBillingInterval$inboundSchema` instead. */
|
|
583
|
+
AuthUserBillingInterval$.inboundSchema = exports.AuthUserBillingInterval$inboundSchema;
|
|
584
|
+
/** @deprecated use `AuthUserBillingInterval$outboundSchema` instead. */
|
|
585
|
+
AuthUserBillingInterval$.outboundSchema = exports.AuthUserBillingInterval$outboundSchema;
|
|
586
|
+
})(AuthUserBillingInterval$ || (exports.AuthUserBillingInterval$ = AuthUserBillingInterval$ = {}));
|
|
587
|
+
/** @internal */
|
|
588
|
+
exports.AuthUserBillingFrequency$inboundSchema = z.object({
|
|
589
|
+
interval: exports.AuthUserBillingInterval$inboundSchema,
|
|
590
|
+
intervalCount: z.number(),
|
|
591
|
+
});
|
|
592
|
+
/** @internal */
|
|
593
|
+
exports.AuthUserBillingFrequency$outboundSchema = z.object({
|
|
594
|
+
interval: exports.AuthUserBillingInterval$outboundSchema,
|
|
595
|
+
intervalCount: z.number(),
|
|
596
|
+
});
|
|
597
|
+
/**
|
|
598
|
+
* @internal
|
|
599
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
600
|
+
*/
|
|
601
|
+
var AuthUserBillingFrequency$;
|
|
602
|
+
(function (AuthUserBillingFrequency$) {
|
|
603
|
+
/** @deprecated use `AuthUserBillingFrequency$inboundSchema` instead. */
|
|
604
|
+
AuthUserBillingFrequency$.inboundSchema = exports.AuthUserBillingFrequency$inboundSchema;
|
|
605
|
+
/** @deprecated use `AuthUserBillingFrequency$outboundSchema` instead. */
|
|
606
|
+
AuthUserBillingFrequency$.outboundSchema = exports.AuthUserBillingFrequency$outboundSchema;
|
|
607
|
+
})(AuthUserBillingFrequency$ || (exports.AuthUserBillingFrequency$ = AuthUserBillingFrequency$ = {}));
|
|
608
|
+
/** @internal */
|
|
609
|
+
exports.Pro$inboundSchema = z
|
|
610
|
+
.object({
|
|
611
|
+
tier: z.number().optional(),
|
|
612
|
+
price: z.number(),
|
|
613
|
+
quantity: z.number(),
|
|
614
|
+
highestQuantity: z.number().optional(),
|
|
615
|
+
name: z.string().optional(),
|
|
616
|
+
hidden: z.boolean(),
|
|
617
|
+
createdAt: z.number().optional(),
|
|
618
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
619
|
+
frequency: z.lazy(() => exports.AuthUserBillingFrequency$inboundSchema).optional(),
|
|
620
|
+
maxQuantity: z.number().optional(),
|
|
621
|
+
});
|
|
622
|
+
/** @internal */
|
|
623
|
+
exports.Pro$outboundSchema = z
|
|
624
|
+
.object({
|
|
625
|
+
tier: z.number().optional(),
|
|
626
|
+
price: z.number(),
|
|
627
|
+
quantity: z.number(),
|
|
628
|
+
highestQuantity: z.number().optional(),
|
|
629
|
+
name: z.string().optional(),
|
|
630
|
+
hidden: z.boolean(),
|
|
631
|
+
createdAt: z.number().optional(),
|
|
632
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
633
|
+
frequency: z.lazy(() => exports.AuthUserBillingFrequency$outboundSchema).optional(),
|
|
634
|
+
maxQuantity: z.number().optional(),
|
|
635
|
+
});
|
|
636
|
+
/**
|
|
637
|
+
* @internal
|
|
638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
639
|
+
*/
|
|
640
|
+
var Pro$;
|
|
641
|
+
(function (Pro$) {
|
|
642
|
+
/** @deprecated use `Pro$inboundSchema` instead. */
|
|
643
|
+
Pro$.inboundSchema = exports.Pro$inboundSchema;
|
|
644
|
+
/** @deprecated use `Pro$outboundSchema` instead. */
|
|
645
|
+
Pro$.outboundSchema = exports.Pro$outboundSchema;
|
|
646
|
+
})(Pro$ || (exports.Pro$ = Pro$ = {}));
|
|
647
|
+
/** @internal */
|
|
648
|
+
exports.AuthUserBillingInvoiceItemsInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsInterval);
|
|
649
|
+
/** @internal */
|
|
650
|
+
exports.AuthUserBillingInvoiceItemsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsInterval$inboundSchema;
|
|
651
|
+
/**
|
|
652
|
+
* @internal
|
|
653
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
654
|
+
*/
|
|
655
|
+
var AuthUserBillingInvoiceItemsInterval$;
|
|
656
|
+
(function (AuthUserBillingInvoiceItemsInterval$) {
|
|
657
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsInterval$inboundSchema` instead. */
|
|
658
|
+
AuthUserBillingInvoiceItemsInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsInterval$inboundSchema;
|
|
659
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsInterval$outboundSchema` instead. */
|
|
660
|
+
AuthUserBillingInvoiceItemsInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsInterval$outboundSchema;
|
|
661
|
+
})(AuthUserBillingInvoiceItemsInterval$ || (exports.AuthUserBillingInvoiceItemsInterval$ = AuthUserBillingInvoiceItemsInterval$ = {}));
|
|
662
|
+
/** @internal */
|
|
663
|
+
exports.AuthUserBillingInvoiceItemsFrequency$inboundSchema = z.object({
|
|
664
|
+
interval: exports.AuthUserBillingInvoiceItemsInterval$inboundSchema,
|
|
665
|
+
intervalCount: z.number(),
|
|
666
|
+
});
|
|
667
|
+
/** @internal */
|
|
668
|
+
exports.AuthUserBillingInvoiceItemsFrequency$outboundSchema = z.object({
|
|
669
|
+
interval: exports.AuthUserBillingInvoiceItemsInterval$outboundSchema,
|
|
670
|
+
intervalCount: z.number(),
|
|
671
|
+
});
|
|
672
|
+
/**
|
|
673
|
+
* @internal
|
|
674
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
675
|
+
*/
|
|
676
|
+
var AuthUserBillingInvoiceItemsFrequency$;
|
|
677
|
+
(function (AuthUserBillingInvoiceItemsFrequency$) {
|
|
678
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFrequency$inboundSchema` instead. */
|
|
679
|
+
AuthUserBillingInvoiceItemsFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsFrequency$inboundSchema;
|
|
680
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFrequency$outboundSchema` instead. */
|
|
681
|
+
AuthUserBillingInvoiceItemsFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsFrequency$outboundSchema;
|
|
682
|
+
})(AuthUserBillingInvoiceItemsFrequency$ || (exports.AuthUserBillingInvoiceItemsFrequency$ = AuthUserBillingInvoiceItemsFrequency$ = {}));
|
|
683
|
+
/** @internal */
|
|
684
|
+
exports.Enterprise$inboundSchema = z.object({
|
|
685
|
+
tier: z.number().optional(),
|
|
686
|
+
price: z.number(),
|
|
687
|
+
quantity: z.number(),
|
|
688
|
+
highestQuantity: z.number().optional(),
|
|
689
|
+
name: z.string().optional(),
|
|
690
|
+
hidden: z.boolean(),
|
|
691
|
+
createdAt: z.number().optional(),
|
|
692
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
693
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsFrequency$inboundSchema)
|
|
694
|
+
.optional(),
|
|
695
|
+
maxQuantity: z.number().optional(),
|
|
696
|
+
});
|
|
697
|
+
/** @internal */
|
|
698
|
+
exports.Enterprise$outboundSchema = z.object({
|
|
699
|
+
tier: z.number().optional(),
|
|
700
|
+
price: z.number(),
|
|
701
|
+
quantity: z.number(),
|
|
702
|
+
highestQuantity: z.number().optional(),
|
|
703
|
+
name: z.string().optional(),
|
|
704
|
+
hidden: z.boolean(),
|
|
705
|
+
createdAt: z.number().optional(),
|
|
706
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
707
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsFrequency$outboundSchema)
|
|
708
|
+
.optional(),
|
|
709
|
+
maxQuantity: z.number().optional(),
|
|
710
|
+
});
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
714
|
+
*/
|
|
715
|
+
var Enterprise$;
|
|
716
|
+
(function (Enterprise$) {
|
|
717
|
+
/** @deprecated use `Enterprise$inboundSchema` instead. */
|
|
718
|
+
Enterprise$.inboundSchema = exports.Enterprise$inboundSchema;
|
|
719
|
+
/** @deprecated use `Enterprise$outboundSchema` instead. */
|
|
720
|
+
Enterprise$.outboundSchema = exports.Enterprise$outboundSchema;
|
|
721
|
+
})(Enterprise$ || (exports.Enterprise$ = Enterprise$ = {}));
|
|
722
|
+
/** @internal */
|
|
723
|
+
exports.AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema = z
|
|
724
|
+
.nativeEnum(exports.AuthUserBillingInvoiceItemsAnalyticsInterval);
|
|
725
|
+
/** @internal */
|
|
726
|
+
exports.AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema;
|
|
727
|
+
/**
|
|
728
|
+
* @internal
|
|
729
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
730
|
+
*/
|
|
731
|
+
var AuthUserBillingInvoiceItemsAnalyticsInterval$;
|
|
732
|
+
(function (AuthUserBillingInvoiceItemsAnalyticsInterval$) {
|
|
733
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema` instead. */
|
|
734
|
+
AuthUserBillingInvoiceItemsAnalyticsInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema;
|
|
735
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema` instead. */
|
|
736
|
+
AuthUserBillingInvoiceItemsAnalyticsInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema;
|
|
737
|
+
})(AuthUserBillingInvoiceItemsAnalyticsInterval$ || (exports.AuthUserBillingInvoiceItemsAnalyticsInterval$ = AuthUserBillingInvoiceItemsAnalyticsInterval$ = {}));
|
|
738
|
+
/** @internal */
|
|
739
|
+
exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema = z.object({
|
|
740
|
+
interval: exports.AuthUserBillingInvoiceItemsAnalyticsInterval$inboundSchema,
|
|
741
|
+
intervalCount: z.number(),
|
|
742
|
+
});
|
|
743
|
+
/** @internal */
|
|
744
|
+
exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema = z.object({
|
|
745
|
+
interval: exports.AuthUserBillingInvoiceItemsAnalyticsInterval$outboundSchema,
|
|
746
|
+
intervalCount: z.number(),
|
|
747
|
+
});
|
|
748
|
+
/**
|
|
749
|
+
* @internal
|
|
750
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
751
|
+
*/
|
|
752
|
+
var AuthUserBillingInvoiceItemsAnalyticsFrequency$;
|
|
753
|
+
(function (AuthUserBillingInvoiceItemsAnalyticsFrequency$) {
|
|
754
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema` instead. */
|
|
755
|
+
AuthUserBillingInvoiceItemsAnalyticsFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema;
|
|
756
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema` instead. */
|
|
757
|
+
AuthUserBillingInvoiceItemsAnalyticsFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema;
|
|
758
|
+
})(AuthUserBillingInvoiceItemsAnalyticsFrequency$ || (exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$ = AuthUserBillingInvoiceItemsAnalyticsFrequency$ = {}));
|
|
759
|
+
/** @internal */
|
|
760
|
+
exports.Analytics$inboundSchema = z.object({
|
|
761
|
+
tier: z.number().optional(),
|
|
762
|
+
price: z.number(),
|
|
763
|
+
quantity: z.number(),
|
|
764
|
+
highestQuantity: z.number().optional(),
|
|
765
|
+
name: z.string().optional(),
|
|
766
|
+
hidden: z.boolean(),
|
|
767
|
+
createdAt: z.number().optional(),
|
|
768
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
769
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$inboundSchema).optional(),
|
|
770
|
+
maxQuantity: z.number().optional(),
|
|
771
|
+
});
|
|
772
|
+
/** @internal */
|
|
773
|
+
exports.Analytics$outboundSchema = z.object({
|
|
774
|
+
tier: z.number().optional(),
|
|
775
|
+
price: z.number(),
|
|
776
|
+
quantity: z.number(),
|
|
777
|
+
highestQuantity: z.number().optional(),
|
|
778
|
+
name: z.string().optional(),
|
|
779
|
+
hidden: z.boolean(),
|
|
780
|
+
createdAt: z.number().optional(),
|
|
781
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
782
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsAnalyticsFrequency$outboundSchema).optional(),
|
|
783
|
+
maxQuantity: z.number().optional(),
|
|
784
|
+
});
|
|
785
|
+
/**
|
|
786
|
+
* @internal
|
|
787
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
788
|
+
*/
|
|
789
|
+
var Analytics$;
|
|
790
|
+
(function (Analytics$) {
|
|
791
|
+
/** @deprecated use `Analytics$inboundSchema` instead. */
|
|
792
|
+
Analytics$.inboundSchema = exports.Analytics$inboundSchema;
|
|
793
|
+
/** @deprecated use `Analytics$outboundSchema` instead. */
|
|
794
|
+
Analytics$.outboundSchema = exports.Analytics$outboundSchema;
|
|
795
|
+
})(Analytics$ || (exports.Analytics$ = Analytics$ = {}));
|
|
796
|
+
/** @internal */
|
|
797
|
+
exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval);
|
|
798
|
+
/** @internal */
|
|
799
|
+
exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema;
|
|
800
|
+
/**
|
|
801
|
+
* @internal
|
|
802
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
803
|
+
*/
|
|
804
|
+
var AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$;
|
|
805
|
+
(function (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$) {
|
|
806
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema` instead. */
|
|
807
|
+
AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema;
|
|
808
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema` instead. */
|
|
809
|
+
AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema;
|
|
810
|
+
})(AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ || (exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$ = {}));
|
|
811
|
+
/** @internal */
|
|
812
|
+
exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema = z.object({
|
|
813
|
+
interval: exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$inboundSchema,
|
|
814
|
+
intervalCount: z.number(),
|
|
815
|
+
});
|
|
816
|
+
/** @internal */
|
|
817
|
+
exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema = z.object({
|
|
818
|
+
interval: exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformInterval$outboundSchema,
|
|
819
|
+
intervalCount: z.number(),
|
|
820
|
+
});
|
|
821
|
+
/**
|
|
822
|
+
* @internal
|
|
823
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
824
|
+
*/
|
|
825
|
+
var AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$;
|
|
826
|
+
(function (AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$) {
|
|
827
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema` instead. */
|
|
828
|
+
AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema;
|
|
829
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema` instead. */
|
|
830
|
+
AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema;
|
|
831
|
+
})(AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ || (exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ = AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$ = {}));
|
|
832
|
+
/** @internal */
|
|
833
|
+
exports.DeveloperExperiencePlatform$inboundSchema = z.object({
|
|
834
|
+
tier: z.number().optional(),
|
|
835
|
+
price: z.number(),
|
|
836
|
+
quantity: z.number(),
|
|
837
|
+
highestQuantity: z.number().optional(),
|
|
838
|
+
name: z.string().optional(),
|
|
839
|
+
hidden: z.boolean(),
|
|
840
|
+
createdAt: z.number().optional(),
|
|
841
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
842
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$inboundSchema).optional(),
|
|
843
|
+
maxQuantity: z.number().optional(),
|
|
844
|
+
});
|
|
845
|
+
/** @internal */
|
|
846
|
+
exports.DeveloperExperiencePlatform$outboundSchema = z.object({
|
|
847
|
+
tier: z.number().optional(),
|
|
848
|
+
price: z.number(),
|
|
849
|
+
quantity: z.number(),
|
|
850
|
+
highestQuantity: z.number().optional(),
|
|
851
|
+
name: z.string().optional(),
|
|
852
|
+
hidden: z.boolean(),
|
|
853
|
+
createdAt: z.number().optional(),
|
|
854
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
855
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsDeveloperExperiencePlatformFrequency$outboundSchema).optional(),
|
|
856
|
+
maxQuantity: z.number().optional(),
|
|
857
|
+
});
|
|
858
|
+
/**
|
|
859
|
+
* @internal
|
|
860
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
861
|
+
*/
|
|
862
|
+
var DeveloperExperiencePlatform$;
|
|
863
|
+
(function (DeveloperExperiencePlatform$) {
|
|
864
|
+
/** @deprecated use `DeveloperExperiencePlatform$inboundSchema` instead. */
|
|
865
|
+
DeveloperExperiencePlatform$.inboundSchema = exports.DeveloperExperiencePlatform$inboundSchema;
|
|
866
|
+
/** @deprecated use `DeveloperExperiencePlatform$outboundSchema` instead. */
|
|
867
|
+
DeveloperExperiencePlatform$.outboundSchema = exports.DeveloperExperiencePlatform$outboundSchema;
|
|
868
|
+
})(DeveloperExperiencePlatform$ || (exports.DeveloperExperiencePlatform$ = DeveloperExperiencePlatform$ = {}));
|
|
869
|
+
/** @internal */
|
|
870
|
+
exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval);
|
|
871
|
+
/** @internal */
|
|
872
|
+
exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema;
|
|
873
|
+
/**
|
|
874
|
+
* @internal
|
|
875
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
876
|
+
*/
|
|
877
|
+
var AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$;
|
|
878
|
+
(function (AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$) {
|
|
879
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema` instead. */
|
|
880
|
+
AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema;
|
|
881
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema` instead. */
|
|
882
|
+
AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema;
|
|
883
|
+
})(AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ || (exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ = AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$ = {}));
|
|
884
|
+
/** @internal */
|
|
885
|
+
exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema = z.object({
|
|
886
|
+
interval: exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$inboundSchema,
|
|
887
|
+
intervalCount: z.number(),
|
|
888
|
+
});
|
|
889
|
+
/** @internal */
|
|
890
|
+
exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema = z.object({
|
|
891
|
+
interval: exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuInterval$outboundSchema,
|
|
892
|
+
intervalCount: z.number(),
|
|
893
|
+
});
|
|
894
|
+
/**
|
|
895
|
+
* @internal
|
|
896
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
897
|
+
*/
|
|
898
|
+
var AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$;
|
|
899
|
+
(function (AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$) {
|
|
900
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema` instead. */
|
|
901
|
+
AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema;
|
|
902
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema` instead. */
|
|
903
|
+
AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema;
|
|
904
|
+
})(AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ || (exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ = AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$ = {}));
|
|
905
|
+
/** @internal */
|
|
906
|
+
exports.IncludedAllocationMiu$inboundSchema = z.object({
|
|
907
|
+
tier: z.number().optional(),
|
|
908
|
+
price: z.number(),
|
|
909
|
+
quantity: z.number(),
|
|
910
|
+
highestQuantity: z.number().optional(),
|
|
911
|
+
name: z.string().optional(),
|
|
912
|
+
hidden: z.boolean(),
|
|
913
|
+
createdAt: z.number().optional(),
|
|
914
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
915
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$inboundSchema).optional(),
|
|
916
|
+
maxQuantity: z.number().optional(),
|
|
917
|
+
});
|
|
918
|
+
/** @internal */
|
|
919
|
+
exports.IncludedAllocationMiu$outboundSchema = z.object({
|
|
920
|
+
tier: z.number().optional(),
|
|
921
|
+
price: z.number(),
|
|
922
|
+
quantity: z.number(),
|
|
923
|
+
highestQuantity: z.number().optional(),
|
|
924
|
+
name: z.string().optional(),
|
|
925
|
+
hidden: z.boolean(),
|
|
926
|
+
createdAt: z.number().optional(),
|
|
927
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
928
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsIncludedAllocationMiuFrequency$outboundSchema).optional(),
|
|
929
|
+
maxQuantity: z.number().optional(),
|
|
930
|
+
});
|
|
931
|
+
/**
|
|
932
|
+
* @internal
|
|
933
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
934
|
+
*/
|
|
935
|
+
var IncludedAllocationMiu$;
|
|
936
|
+
(function (IncludedAllocationMiu$) {
|
|
937
|
+
/** @deprecated use `IncludedAllocationMiu$inboundSchema` instead. */
|
|
938
|
+
IncludedAllocationMiu$.inboundSchema = exports.IncludedAllocationMiu$inboundSchema;
|
|
939
|
+
/** @deprecated use `IncludedAllocationMiu$outboundSchema` instead. */
|
|
940
|
+
IncludedAllocationMiu$.outboundSchema = exports.IncludedAllocationMiu$outboundSchema;
|
|
941
|
+
})(IncludedAllocationMiu$ || (exports.IncludedAllocationMiu$ = IncludedAllocationMiu$ = {}));
|
|
942
|
+
/** @internal */
|
|
943
|
+
exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval);
|
|
944
|
+
/** @internal */
|
|
945
|
+
exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema;
|
|
946
|
+
/**
|
|
947
|
+
* @internal
|
|
948
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
949
|
+
*/
|
|
950
|
+
var AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$;
|
|
951
|
+
(function (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$) {
|
|
952
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema` instead. */
|
|
953
|
+
AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema;
|
|
954
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema` instead. */
|
|
955
|
+
AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema;
|
|
956
|
+
})(AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ || (exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$ = {}));
|
|
957
|
+
/** @internal */
|
|
958
|
+
exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema = z.object({
|
|
959
|
+
interval: exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$inboundSchema,
|
|
960
|
+
intervalCount: z.number(),
|
|
961
|
+
});
|
|
962
|
+
/** @internal */
|
|
963
|
+
exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema = z.object({
|
|
964
|
+
interval: exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentInterval$outboundSchema,
|
|
965
|
+
intervalCount: z.number(),
|
|
966
|
+
});
|
|
967
|
+
/**
|
|
968
|
+
* @internal
|
|
969
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
970
|
+
*/
|
|
971
|
+
var AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$;
|
|
972
|
+
(function (AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$) {
|
|
973
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema` instead. */
|
|
974
|
+
AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema;
|
|
975
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema` instead. */
|
|
976
|
+
AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema;
|
|
977
|
+
})(AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ || (exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ = AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$ = {}));
|
|
978
|
+
/** @internal */
|
|
979
|
+
exports.ManagedInfrastructureCommitment$inboundSchema = z.object({
|
|
980
|
+
tier: z.number().optional(),
|
|
981
|
+
price: z.number(),
|
|
982
|
+
quantity: z.number(),
|
|
983
|
+
highestQuantity: z.number().optional(),
|
|
984
|
+
name: z.string().optional(),
|
|
985
|
+
hidden: z.boolean(),
|
|
986
|
+
createdAt: z.number().optional(),
|
|
987
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
988
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$inboundSchema).optional(),
|
|
989
|
+
maxQuantity: z.number().optional(),
|
|
990
|
+
});
|
|
991
|
+
/** @internal */
|
|
992
|
+
exports.ManagedInfrastructureCommitment$outboundSchema = z.object({
|
|
993
|
+
tier: z.number().optional(),
|
|
994
|
+
price: z.number(),
|
|
995
|
+
quantity: z.number(),
|
|
996
|
+
highestQuantity: z.number().optional(),
|
|
997
|
+
name: z.string().optional(),
|
|
998
|
+
hidden: z.boolean(),
|
|
999
|
+
createdAt: z.number().optional(),
|
|
1000
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1001
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsManagedInfrastructureCommitmentFrequency$outboundSchema).optional(),
|
|
1002
|
+
maxQuantity: z.number().optional(),
|
|
1003
|
+
});
|
|
1004
|
+
/**
|
|
1005
|
+
* @internal
|
|
1006
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1007
|
+
*/
|
|
1008
|
+
var ManagedInfrastructureCommitment$;
|
|
1009
|
+
(function (ManagedInfrastructureCommitment$) {
|
|
1010
|
+
/** @deprecated use `ManagedInfrastructureCommitment$inboundSchema` instead. */
|
|
1011
|
+
ManagedInfrastructureCommitment$.inboundSchema = exports.ManagedInfrastructureCommitment$inboundSchema;
|
|
1012
|
+
/** @deprecated use `ManagedInfrastructureCommitment$outboundSchema` instead. */
|
|
1013
|
+
ManagedInfrastructureCommitment$.outboundSchema = exports.ManagedInfrastructureCommitment$outboundSchema;
|
|
1014
|
+
})(ManagedInfrastructureCommitment$ || (exports.ManagedInfrastructureCommitment$ = ManagedInfrastructureCommitment$ = {}));
|
|
1015
|
+
/** @internal */
|
|
1016
|
+
exports.AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema = z
|
|
1017
|
+
.nativeEnum(exports.AuthUserBillingInvoiceItemsMonitoringInterval);
|
|
1018
|
+
/** @internal */
|
|
1019
|
+
exports.AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema;
|
|
1020
|
+
/**
|
|
1021
|
+
* @internal
|
|
1022
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1023
|
+
*/
|
|
1024
|
+
var AuthUserBillingInvoiceItemsMonitoringInterval$;
|
|
1025
|
+
(function (AuthUserBillingInvoiceItemsMonitoringInterval$) {
|
|
1026
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema` instead. */
|
|
1027
|
+
AuthUserBillingInvoiceItemsMonitoringInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema;
|
|
1028
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema` instead. */
|
|
1029
|
+
AuthUserBillingInvoiceItemsMonitoringInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema;
|
|
1030
|
+
})(AuthUserBillingInvoiceItemsMonitoringInterval$ || (exports.AuthUserBillingInvoiceItemsMonitoringInterval$ = AuthUserBillingInvoiceItemsMonitoringInterval$ = {}));
|
|
1031
|
+
/** @internal */
|
|
1032
|
+
exports.AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema = z.object({
|
|
1033
|
+
interval: exports.AuthUserBillingInvoiceItemsMonitoringInterval$inboundSchema,
|
|
1034
|
+
intervalCount: z.number(),
|
|
1035
|
+
});
|
|
1036
|
+
/** @internal */
|
|
1037
|
+
exports.AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema = z.object({
|
|
1038
|
+
interval: exports.AuthUserBillingInvoiceItemsMonitoringInterval$outboundSchema,
|
|
1039
|
+
intervalCount: z.number(),
|
|
1040
|
+
});
|
|
1041
|
+
/**
|
|
1042
|
+
* @internal
|
|
1043
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1044
|
+
*/
|
|
1045
|
+
var AuthUserBillingInvoiceItemsMonitoringFrequency$;
|
|
1046
|
+
(function (AuthUserBillingInvoiceItemsMonitoringFrequency$) {
|
|
1047
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema` instead. */
|
|
1048
|
+
AuthUserBillingInvoiceItemsMonitoringFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema;
|
|
1049
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema` instead. */
|
|
1050
|
+
AuthUserBillingInvoiceItemsMonitoringFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema;
|
|
1051
|
+
})(AuthUserBillingInvoiceItemsMonitoringFrequency$ || (exports.AuthUserBillingInvoiceItemsMonitoringFrequency$ = AuthUserBillingInvoiceItemsMonitoringFrequency$ = {}));
|
|
1052
|
+
/** @internal */
|
|
1053
|
+
exports.Monitoring$inboundSchema = z.object({
|
|
1054
|
+
tier: z.number().optional(),
|
|
1055
|
+
price: z.number(),
|
|
1056
|
+
quantity: z.number(),
|
|
1057
|
+
highestQuantity: z.number().optional(),
|
|
1058
|
+
name: z.string().optional(),
|
|
1059
|
+
hidden: z.boolean(),
|
|
1060
|
+
createdAt: z.number().optional(),
|
|
1061
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1062
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsMonitoringFrequency$inboundSchema).optional(),
|
|
1063
|
+
maxQuantity: z.number().optional(),
|
|
1064
|
+
});
|
|
1065
|
+
/** @internal */
|
|
1066
|
+
exports.Monitoring$outboundSchema = z.object({
|
|
1067
|
+
tier: z.number().optional(),
|
|
1068
|
+
price: z.number(),
|
|
1069
|
+
quantity: z.number(),
|
|
1070
|
+
highestQuantity: z.number().optional(),
|
|
1071
|
+
name: z.string().optional(),
|
|
1072
|
+
hidden: z.boolean(),
|
|
1073
|
+
createdAt: z.number().optional(),
|
|
1074
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1075
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsMonitoringFrequency$outboundSchema).optional(),
|
|
1076
|
+
maxQuantity: z.number().optional(),
|
|
1077
|
+
});
|
|
1078
|
+
/**
|
|
1079
|
+
* @internal
|
|
1080
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1081
|
+
*/
|
|
1082
|
+
var Monitoring$;
|
|
1083
|
+
(function (Monitoring$) {
|
|
1084
|
+
/** @deprecated use `Monitoring$inboundSchema` instead. */
|
|
1085
|
+
Monitoring$.inboundSchema = exports.Monitoring$inboundSchema;
|
|
1086
|
+
/** @deprecated use `Monitoring$outboundSchema` instead. */
|
|
1087
|
+
Monitoring$.outboundSchema = exports.Monitoring$outboundSchema;
|
|
1088
|
+
})(Monitoring$ || (exports.Monitoring$ = Monitoring$ = {}));
|
|
1089
|
+
/** @internal */
|
|
1090
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval);
|
|
1091
|
+
/** @internal */
|
|
1092
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema;
|
|
1093
|
+
/**
|
|
1094
|
+
* @internal
|
|
1095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1096
|
+
*/
|
|
1097
|
+
var AuthUserBillingInvoiceItemsPasswordProtectionInterval$;
|
|
1098
|
+
(function (AuthUserBillingInvoiceItemsPasswordProtectionInterval$) {
|
|
1099
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema` instead. */
|
|
1100
|
+
AuthUserBillingInvoiceItemsPasswordProtectionInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema;
|
|
1101
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema` instead. */
|
|
1102
|
+
AuthUserBillingInvoiceItemsPasswordProtectionInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema;
|
|
1103
|
+
})(AuthUserBillingInvoiceItemsPasswordProtectionInterval$ || (exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$ = AuthUserBillingInvoiceItemsPasswordProtectionInterval$ = {}));
|
|
1104
|
+
/** @internal */
|
|
1105
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema = z.object({
|
|
1106
|
+
interval: exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$inboundSchema,
|
|
1107
|
+
intervalCount: z.number(),
|
|
1108
|
+
});
|
|
1109
|
+
/** @internal */
|
|
1110
|
+
exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema = z.object({
|
|
1111
|
+
interval: exports.AuthUserBillingInvoiceItemsPasswordProtectionInterval$outboundSchema,
|
|
1112
|
+
intervalCount: z.number(),
|
|
1113
|
+
});
|
|
1114
|
+
/**
|
|
1115
|
+
* @internal
|
|
1116
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1117
|
+
*/
|
|
1118
|
+
var AuthUserBillingInvoiceItemsPasswordProtectionFrequency$;
|
|
1119
|
+
(function (AuthUserBillingInvoiceItemsPasswordProtectionFrequency$) {
|
|
1120
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema` instead. */
|
|
1121
|
+
AuthUserBillingInvoiceItemsPasswordProtectionFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema;
|
|
1122
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema` instead. */
|
|
1123
|
+
AuthUserBillingInvoiceItemsPasswordProtectionFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema;
|
|
1124
|
+
})(AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ || (exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ = AuthUserBillingInvoiceItemsPasswordProtectionFrequency$ = {}));
|
|
1125
|
+
/** @internal */
|
|
1126
|
+
exports.PasswordProtection$inboundSchema = z.object({
|
|
1127
|
+
tier: z.number().optional(),
|
|
1128
|
+
price: z.number(),
|
|
1129
|
+
quantity: z.number(),
|
|
1130
|
+
highestQuantity: z.number().optional(),
|
|
1131
|
+
name: z.string().optional(),
|
|
1132
|
+
hidden: z.boolean(),
|
|
1133
|
+
createdAt: z.number().optional(),
|
|
1134
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1135
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$inboundSchema).optional(),
|
|
1136
|
+
maxQuantity: z.number().optional(),
|
|
1137
|
+
});
|
|
1138
|
+
/** @internal */
|
|
1139
|
+
exports.PasswordProtection$outboundSchema = z.object({
|
|
1140
|
+
tier: z.number().optional(),
|
|
1141
|
+
price: z.number(),
|
|
1142
|
+
quantity: z.number(),
|
|
1143
|
+
highestQuantity: z.number().optional(),
|
|
1144
|
+
name: z.string().optional(),
|
|
1145
|
+
hidden: z.boolean(),
|
|
1146
|
+
createdAt: z.number().optional(),
|
|
1147
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1148
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsPasswordProtectionFrequency$outboundSchema).optional(),
|
|
1149
|
+
maxQuantity: z.number().optional(),
|
|
1150
|
+
});
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
|
+
*/
|
|
1155
|
+
var PasswordProtection$;
|
|
1156
|
+
(function (PasswordProtection$) {
|
|
1157
|
+
/** @deprecated use `PasswordProtection$inboundSchema` instead. */
|
|
1158
|
+
PasswordProtection$.inboundSchema = exports.PasswordProtection$inboundSchema;
|
|
1159
|
+
/** @deprecated use `PasswordProtection$outboundSchema` instead. */
|
|
1160
|
+
PasswordProtection$.outboundSchema = exports.PasswordProtection$outboundSchema;
|
|
1161
|
+
})(PasswordProtection$ || (exports.PasswordProtection$ = PasswordProtection$ = {}));
|
|
1162
|
+
/** @internal */
|
|
1163
|
+
exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval);
|
|
1164
|
+
/** @internal */
|
|
1165
|
+
exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema;
|
|
1166
|
+
/**
|
|
1167
|
+
* @internal
|
|
1168
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1169
|
+
*/
|
|
1170
|
+
var AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$;
|
|
1171
|
+
(function (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$) {
|
|
1172
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema` instead. */
|
|
1173
|
+
AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema;
|
|
1174
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema` instead. */
|
|
1175
|
+
AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema;
|
|
1176
|
+
})(AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ || (exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$ = {}));
|
|
1177
|
+
/** @internal */
|
|
1178
|
+
exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema = z.object({
|
|
1179
|
+
interval: exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$inboundSchema,
|
|
1180
|
+
intervalCount: z.number(),
|
|
1181
|
+
});
|
|
1182
|
+
/** @internal */
|
|
1183
|
+
exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema = z.object({
|
|
1184
|
+
interval: exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixInterval$outboundSchema,
|
|
1185
|
+
intervalCount: z.number(),
|
|
1186
|
+
});
|
|
1187
|
+
/**
|
|
1188
|
+
* @internal
|
|
1189
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1190
|
+
*/
|
|
1191
|
+
var AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$;
|
|
1192
|
+
(function (AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$) {
|
|
1193
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema` instead. */
|
|
1194
|
+
AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema;
|
|
1195
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema` instead. */
|
|
1196
|
+
AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema;
|
|
1197
|
+
})(AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ || (exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ = AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$ = {}));
|
|
1198
|
+
/** @internal */
|
|
1199
|
+
exports.PreviewDeploymentSuffix$inboundSchema = z.object({
|
|
1200
|
+
tier: z.number().optional(),
|
|
1201
|
+
price: z.number(),
|
|
1202
|
+
quantity: z.number(),
|
|
1203
|
+
highestQuantity: z.number().optional(),
|
|
1204
|
+
name: z.string().optional(),
|
|
1205
|
+
hidden: z.boolean(),
|
|
1206
|
+
createdAt: z.number().optional(),
|
|
1207
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1208
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$inboundSchema).optional(),
|
|
1209
|
+
maxQuantity: z.number().optional(),
|
|
1210
|
+
});
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
exports.PreviewDeploymentSuffix$outboundSchema = z.object({
|
|
1213
|
+
tier: z.number().optional(),
|
|
1214
|
+
price: z.number(),
|
|
1215
|
+
quantity: z.number(),
|
|
1216
|
+
highestQuantity: z.number().optional(),
|
|
1217
|
+
name: z.string().optional(),
|
|
1218
|
+
hidden: z.boolean(),
|
|
1219
|
+
createdAt: z.number().optional(),
|
|
1220
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1221
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsPreviewDeploymentSuffixFrequency$outboundSchema).optional(),
|
|
1222
|
+
maxQuantity: z.number().optional(),
|
|
1223
|
+
});
|
|
1224
|
+
/**
|
|
1225
|
+
* @internal
|
|
1226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1227
|
+
*/
|
|
1228
|
+
var PreviewDeploymentSuffix$;
|
|
1229
|
+
(function (PreviewDeploymentSuffix$) {
|
|
1230
|
+
/** @deprecated use `PreviewDeploymentSuffix$inboundSchema` instead. */
|
|
1231
|
+
PreviewDeploymentSuffix$.inboundSchema = exports.PreviewDeploymentSuffix$inboundSchema;
|
|
1232
|
+
/** @deprecated use `PreviewDeploymentSuffix$outboundSchema` instead. */
|
|
1233
|
+
PreviewDeploymentSuffix$.outboundSchema = exports.PreviewDeploymentSuffix$outboundSchema;
|
|
1234
|
+
})(PreviewDeploymentSuffix$ || (exports.PreviewDeploymentSuffix$ = PreviewDeploymentSuffix$ = {}));
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
exports.AuthUserBillingInvoiceItemsSamlInterval$inboundSchema = z
|
|
1237
|
+
.nativeEnum(exports.AuthUserBillingInvoiceItemsSamlInterval);
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
exports.AuthUserBillingInvoiceItemsSamlInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsSamlInterval$inboundSchema;
|
|
1240
|
+
/**
|
|
1241
|
+
* @internal
|
|
1242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1243
|
+
*/
|
|
1244
|
+
var AuthUserBillingInvoiceItemsSamlInterval$;
|
|
1245
|
+
(function (AuthUserBillingInvoiceItemsSamlInterval$) {
|
|
1246
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSamlInterval$inboundSchema` instead. */
|
|
1247
|
+
AuthUserBillingInvoiceItemsSamlInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsSamlInterval$inboundSchema;
|
|
1248
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSamlInterval$outboundSchema` instead. */
|
|
1249
|
+
AuthUserBillingInvoiceItemsSamlInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsSamlInterval$outboundSchema;
|
|
1250
|
+
})(AuthUserBillingInvoiceItemsSamlInterval$ || (exports.AuthUserBillingInvoiceItemsSamlInterval$ = AuthUserBillingInvoiceItemsSamlInterval$ = {}));
|
|
1251
|
+
/** @internal */
|
|
1252
|
+
exports.AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema = z.object({
|
|
1253
|
+
interval: exports.AuthUserBillingInvoiceItemsSamlInterval$inboundSchema,
|
|
1254
|
+
intervalCount: z.number(),
|
|
1255
|
+
});
|
|
1256
|
+
/** @internal */
|
|
1257
|
+
exports.AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema = z.object({
|
|
1258
|
+
interval: exports.AuthUserBillingInvoiceItemsSamlInterval$outboundSchema,
|
|
1259
|
+
intervalCount: z.number(),
|
|
1260
|
+
});
|
|
1261
|
+
/**
|
|
1262
|
+
* @internal
|
|
1263
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1264
|
+
*/
|
|
1265
|
+
var AuthUserBillingInvoiceItemsSamlFrequency$;
|
|
1266
|
+
(function (AuthUserBillingInvoiceItemsSamlFrequency$) {
|
|
1267
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema` instead. */
|
|
1268
|
+
AuthUserBillingInvoiceItemsSamlFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema;
|
|
1269
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema` instead. */
|
|
1270
|
+
AuthUserBillingInvoiceItemsSamlFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema;
|
|
1271
|
+
})(AuthUserBillingInvoiceItemsSamlFrequency$ || (exports.AuthUserBillingInvoiceItemsSamlFrequency$ = AuthUserBillingInvoiceItemsSamlFrequency$ = {}));
|
|
1272
|
+
/** @internal */
|
|
1273
|
+
exports.AuthUserSaml$inboundSchema = z.object({
|
|
1274
|
+
tier: z.number().optional(),
|
|
1275
|
+
price: z.number(),
|
|
1276
|
+
quantity: z.number(),
|
|
1277
|
+
highestQuantity: z.number().optional(),
|
|
1278
|
+
name: z.string().optional(),
|
|
1279
|
+
hidden: z.boolean(),
|
|
1280
|
+
createdAt: z.number().optional(),
|
|
1281
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1282
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsSamlFrequency$inboundSchema).optional(),
|
|
1283
|
+
maxQuantity: z.number().optional(),
|
|
1284
|
+
});
|
|
1285
|
+
/** @internal */
|
|
1286
|
+
exports.AuthUserSaml$outboundSchema = z.object({
|
|
1287
|
+
tier: z.number().optional(),
|
|
1288
|
+
price: z.number(),
|
|
1289
|
+
quantity: z.number(),
|
|
1290
|
+
highestQuantity: z.number().optional(),
|
|
1291
|
+
name: z.string().optional(),
|
|
1292
|
+
hidden: z.boolean(),
|
|
1293
|
+
createdAt: z.number().optional(),
|
|
1294
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1295
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsSamlFrequency$outboundSchema).optional(),
|
|
1296
|
+
maxQuantity: z.number().optional(),
|
|
1297
|
+
});
|
|
1298
|
+
/**
|
|
1299
|
+
* @internal
|
|
1300
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1301
|
+
*/
|
|
1302
|
+
var AuthUserSaml$;
|
|
1303
|
+
(function (AuthUserSaml$) {
|
|
1304
|
+
/** @deprecated use `AuthUserSaml$inboundSchema` instead. */
|
|
1305
|
+
AuthUserSaml$.inboundSchema = exports.AuthUserSaml$inboundSchema;
|
|
1306
|
+
/** @deprecated use `AuthUserSaml$outboundSchema` instead. */
|
|
1307
|
+
AuthUserSaml$.outboundSchema = exports.AuthUserSaml$outboundSchema;
|
|
1308
|
+
})(AuthUserSaml$ || (exports.AuthUserSaml$ = AuthUserSaml$ = {}));
|
|
1309
|
+
/** @internal */
|
|
1310
|
+
exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema = z
|
|
1311
|
+
.nativeEnum(exports.AuthUserBillingInvoiceItemsTeamSeatsInterval);
|
|
1312
|
+
/** @internal */
|
|
1313
|
+
exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema;
|
|
1314
|
+
/**
|
|
1315
|
+
* @internal
|
|
1316
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1317
|
+
*/
|
|
1318
|
+
var AuthUserBillingInvoiceItemsTeamSeatsInterval$;
|
|
1319
|
+
(function (AuthUserBillingInvoiceItemsTeamSeatsInterval$) {
|
|
1320
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema` instead. */
|
|
1321
|
+
AuthUserBillingInvoiceItemsTeamSeatsInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema;
|
|
1322
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema` instead. */
|
|
1323
|
+
AuthUserBillingInvoiceItemsTeamSeatsInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema;
|
|
1324
|
+
})(AuthUserBillingInvoiceItemsTeamSeatsInterval$ || (exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$ = AuthUserBillingInvoiceItemsTeamSeatsInterval$ = {}));
|
|
1325
|
+
/** @internal */
|
|
1326
|
+
exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema = z.object({
|
|
1327
|
+
interval: exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$inboundSchema,
|
|
1328
|
+
intervalCount: z.number(),
|
|
1329
|
+
});
|
|
1330
|
+
/** @internal */
|
|
1331
|
+
exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema = z.object({
|
|
1332
|
+
interval: exports.AuthUserBillingInvoiceItemsTeamSeatsInterval$outboundSchema,
|
|
1333
|
+
intervalCount: z.number(),
|
|
1334
|
+
});
|
|
1335
|
+
/**
|
|
1336
|
+
* @internal
|
|
1337
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1338
|
+
*/
|
|
1339
|
+
var AuthUserBillingInvoiceItemsTeamSeatsFrequency$;
|
|
1340
|
+
(function (AuthUserBillingInvoiceItemsTeamSeatsFrequency$) {
|
|
1341
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema` instead. */
|
|
1342
|
+
AuthUserBillingInvoiceItemsTeamSeatsFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema;
|
|
1343
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema` instead. */
|
|
1344
|
+
AuthUserBillingInvoiceItemsTeamSeatsFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema;
|
|
1345
|
+
})(AuthUserBillingInvoiceItemsTeamSeatsFrequency$ || (exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$ = AuthUserBillingInvoiceItemsTeamSeatsFrequency$ = {}));
|
|
1346
|
+
/** @internal */
|
|
1347
|
+
exports.TeamSeats$inboundSchema = z.object({
|
|
1348
|
+
tier: z.number().optional(),
|
|
1349
|
+
price: z.number(),
|
|
1350
|
+
quantity: z.number(),
|
|
1351
|
+
highestQuantity: z.number().optional(),
|
|
1352
|
+
name: z.string().optional(),
|
|
1353
|
+
hidden: z.boolean(),
|
|
1354
|
+
createdAt: z.number().optional(),
|
|
1355
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1356
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$inboundSchema).optional(),
|
|
1357
|
+
maxQuantity: z.number().optional(),
|
|
1358
|
+
});
|
|
1359
|
+
/** @internal */
|
|
1360
|
+
exports.TeamSeats$outboundSchema = z.object({
|
|
1361
|
+
tier: z.number().optional(),
|
|
1362
|
+
price: z.number(),
|
|
1363
|
+
quantity: z.number(),
|
|
1364
|
+
highestQuantity: z.number().optional(),
|
|
1365
|
+
name: z.string().optional(),
|
|
1366
|
+
hidden: z.boolean(),
|
|
1367
|
+
createdAt: z.number().optional(),
|
|
1368
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1369
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsTeamSeatsFrequency$outboundSchema).optional(),
|
|
1370
|
+
maxQuantity: z.number().optional(),
|
|
1371
|
+
});
|
|
1372
|
+
/**
|
|
1373
|
+
* @internal
|
|
1374
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1375
|
+
*/
|
|
1376
|
+
var TeamSeats$;
|
|
1377
|
+
(function (TeamSeats$) {
|
|
1378
|
+
/** @deprecated use `TeamSeats$inboundSchema` instead. */
|
|
1379
|
+
TeamSeats$.inboundSchema = exports.TeamSeats$inboundSchema;
|
|
1380
|
+
/** @deprecated use `TeamSeats$outboundSchema` instead. */
|
|
1381
|
+
TeamSeats$.outboundSchema = exports.TeamSeats$outboundSchema;
|
|
1382
|
+
})(TeamSeats$ || (exports.TeamSeats$ = TeamSeats$ = {}));
|
|
1383
|
+
/** @internal */
|
|
1384
|
+
exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema = z.nativeEnum(exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval);
|
|
1385
|
+
/** @internal */
|
|
1386
|
+
exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema;
|
|
1387
|
+
/**
|
|
1388
|
+
* @internal
|
|
1389
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1390
|
+
*/
|
|
1391
|
+
var AuthUserBillingInvoiceItemsVercelMarketplaceInterval$;
|
|
1392
|
+
(function (AuthUserBillingInvoiceItemsVercelMarketplaceInterval$) {
|
|
1393
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema` instead. */
|
|
1394
|
+
AuthUserBillingInvoiceItemsVercelMarketplaceInterval$.inboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema;
|
|
1395
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema` instead. */
|
|
1396
|
+
AuthUserBillingInvoiceItemsVercelMarketplaceInterval$.outboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema;
|
|
1397
|
+
})(AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ || (exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ = AuthUserBillingInvoiceItemsVercelMarketplaceInterval$ = {}));
|
|
1398
|
+
/** @internal */
|
|
1399
|
+
exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema = z.object({
|
|
1400
|
+
interval: exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$inboundSchema,
|
|
1401
|
+
intervalCount: z.number(),
|
|
1402
|
+
});
|
|
1403
|
+
/** @internal */
|
|
1404
|
+
exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema = z.object({
|
|
1405
|
+
interval: exports.AuthUserBillingInvoiceItemsVercelMarketplaceInterval$outboundSchema,
|
|
1406
|
+
intervalCount: z.number(),
|
|
1407
|
+
});
|
|
1408
|
+
/**
|
|
1409
|
+
* @internal
|
|
1410
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1411
|
+
*/
|
|
1412
|
+
var AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$;
|
|
1413
|
+
(function (AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$) {
|
|
1414
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema` instead. */
|
|
1415
|
+
AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$.inboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema;
|
|
1416
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema` instead. */
|
|
1417
|
+
AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$.outboundSchema = exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema;
|
|
1418
|
+
})(AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ || (exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ = AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$ = {}));
|
|
1419
|
+
/** @internal */
|
|
1420
|
+
exports.VercelMarketplace$inboundSchema = z.object({
|
|
1421
|
+
tier: z.number().optional(),
|
|
1422
|
+
price: z.number(),
|
|
1423
|
+
quantity: z.number(),
|
|
1424
|
+
highestQuantity: z.number().optional(),
|
|
1425
|
+
name: z.string().optional(),
|
|
1426
|
+
hidden: z.boolean(),
|
|
1427
|
+
createdAt: z.number().optional(),
|
|
1428
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1429
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$inboundSchema).optional(),
|
|
1430
|
+
maxQuantity: z.number().optional(),
|
|
1431
|
+
});
|
|
1432
|
+
/** @internal */
|
|
1433
|
+
exports.VercelMarketplace$outboundSchema = z.object({
|
|
1434
|
+
tier: z.number().optional(),
|
|
1435
|
+
price: z.number(),
|
|
1436
|
+
quantity: z.number(),
|
|
1437
|
+
highestQuantity: z.number().optional(),
|
|
1438
|
+
name: z.string().optional(),
|
|
1439
|
+
hidden: z.boolean(),
|
|
1440
|
+
createdAt: z.number().optional(),
|
|
1441
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1442
|
+
frequency: z.lazy(() => exports.AuthUserBillingInvoiceItemsVercelMarketplaceFrequency$outboundSchema).optional(),
|
|
1443
|
+
maxQuantity: z.number().optional(),
|
|
1444
|
+
});
|
|
1445
|
+
/**
|
|
1446
|
+
* @internal
|
|
1447
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1448
|
+
*/
|
|
1449
|
+
var VercelMarketplace$;
|
|
1450
|
+
(function (VercelMarketplace$) {
|
|
1451
|
+
/** @deprecated use `VercelMarketplace$inboundSchema` instead. */
|
|
1452
|
+
VercelMarketplace$.inboundSchema = exports.VercelMarketplace$inboundSchema;
|
|
1453
|
+
/** @deprecated use `VercelMarketplace$outboundSchema` instead. */
|
|
1454
|
+
VercelMarketplace$.outboundSchema = exports.VercelMarketplace$outboundSchema;
|
|
1455
|
+
})(VercelMarketplace$ || (exports.VercelMarketplace$ = VercelMarketplace$ = {}));
|
|
1456
|
+
/** @internal */
|
|
1457
|
+
exports.Matrix$inboundSchema = z
|
|
1458
|
+
.object({
|
|
1459
|
+
defaultUnitPrice: z.string(),
|
|
1460
|
+
dimensionPrices: z.record(z.string()),
|
|
1461
|
+
});
|
|
1462
|
+
/** @internal */
|
|
1463
|
+
exports.Matrix$outboundSchema = z.object({
|
|
1464
|
+
defaultUnitPrice: z.string(),
|
|
1465
|
+
dimensionPrices: z.record(z.string()),
|
|
1466
|
+
});
|
|
1467
|
+
/**
|
|
1468
|
+
* @internal
|
|
1469
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1470
|
+
*/
|
|
1471
|
+
var Matrix$;
|
|
1472
|
+
(function (Matrix$) {
|
|
1473
|
+
/** @deprecated use `Matrix$inboundSchema` instead. */
|
|
1474
|
+
Matrix$.inboundSchema = exports.Matrix$inboundSchema;
|
|
1475
|
+
/** @deprecated use `Matrix$outboundSchema` instead. */
|
|
1476
|
+
Matrix$.outboundSchema = exports.Matrix$outboundSchema;
|
|
1477
|
+
})(Matrix$ || (exports.Matrix$ = Matrix$ = {}));
|
|
1478
|
+
/** @internal */
|
|
1479
|
+
exports.AnalyticsUsage$inboundSchema = z.object({
|
|
1480
|
+
matrix: z.lazy(() => exports.Matrix$inboundSchema).optional(),
|
|
1481
|
+
tier: z.number().optional(),
|
|
1482
|
+
price: z.number(),
|
|
1483
|
+
batch: z.number(),
|
|
1484
|
+
threshold: z.number(),
|
|
1485
|
+
name: z.string().optional(),
|
|
1486
|
+
hidden: z.boolean(),
|
|
1487
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1488
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1489
|
+
});
|
|
1490
|
+
/** @internal */
|
|
1491
|
+
exports.AnalyticsUsage$outboundSchema = z.object({
|
|
1492
|
+
matrix: z.lazy(() => exports.Matrix$outboundSchema).optional(),
|
|
1493
|
+
tier: z.number().optional(),
|
|
1494
|
+
price: z.number(),
|
|
1495
|
+
batch: z.number(),
|
|
1496
|
+
threshold: z.number(),
|
|
1497
|
+
name: z.string().optional(),
|
|
1498
|
+
hidden: z.boolean(),
|
|
1499
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1500
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1501
|
+
});
|
|
1502
|
+
/**
|
|
1503
|
+
* @internal
|
|
1504
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1505
|
+
*/
|
|
1506
|
+
var AnalyticsUsage$;
|
|
1507
|
+
(function (AnalyticsUsage$) {
|
|
1508
|
+
/** @deprecated use `AnalyticsUsage$inboundSchema` instead. */
|
|
1509
|
+
AnalyticsUsage$.inboundSchema = exports.AnalyticsUsage$inboundSchema;
|
|
1510
|
+
/** @deprecated use `AnalyticsUsage$outboundSchema` instead. */
|
|
1511
|
+
AnalyticsUsage$.outboundSchema = exports.AnalyticsUsage$outboundSchema;
|
|
1512
|
+
})(AnalyticsUsage$ || (exports.AnalyticsUsage$ = AnalyticsUsage$ = {}));
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
exports.AuthUserMatrix$inboundSchema = z.object({
|
|
1515
|
+
defaultUnitPrice: z.string(),
|
|
1516
|
+
dimensionPrices: z.record(z.string()),
|
|
1517
|
+
});
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
exports.AuthUserMatrix$outboundSchema = z.object({
|
|
1520
|
+
defaultUnitPrice: z.string(),
|
|
1521
|
+
dimensionPrices: z.record(z.string()),
|
|
1522
|
+
});
|
|
1523
|
+
/**
|
|
1524
|
+
* @internal
|
|
1525
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1526
|
+
*/
|
|
1527
|
+
var AuthUserMatrix$;
|
|
1528
|
+
(function (AuthUserMatrix$) {
|
|
1529
|
+
/** @deprecated use `AuthUserMatrix$inboundSchema` instead. */
|
|
1530
|
+
AuthUserMatrix$.inboundSchema = exports.AuthUserMatrix$inboundSchema;
|
|
1531
|
+
/** @deprecated use `AuthUserMatrix$outboundSchema` instead. */
|
|
1532
|
+
AuthUserMatrix$.outboundSchema = exports.AuthUserMatrix$outboundSchema;
|
|
1533
|
+
})(AuthUserMatrix$ || (exports.AuthUserMatrix$ = AuthUserMatrix$ = {}));
|
|
1534
|
+
/** @internal */
|
|
1535
|
+
exports.Artifacts$inboundSchema = z.object({
|
|
1536
|
+
matrix: z.lazy(() => exports.AuthUserMatrix$inboundSchema).optional(),
|
|
1537
|
+
tier: z.number().optional(),
|
|
1538
|
+
price: z.number(),
|
|
1539
|
+
batch: z.number(),
|
|
1540
|
+
threshold: z.number(),
|
|
1541
|
+
name: z.string().optional(),
|
|
1542
|
+
hidden: z.boolean(),
|
|
1543
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1544
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1545
|
+
});
|
|
1546
|
+
/** @internal */
|
|
1547
|
+
exports.Artifacts$outboundSchema = z.object({
|
|
1548
|
+
matrix: z.lazy(() => exports.AuthUserMatrix$outboundSchema).optional(),
|
|
1549
|
+
tier: z.number().optional(),
|
|
1550
|
+
price: z.number(),
|
|
1551
|
+
batch: z.number(),
|
|
1552
|
+
threshold: z.number(),
|
|
1553
|
+
name: z.string().optional(),
|
|
1554
|
+
hidden: z.boolean(),
|
|
1555
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1556
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1557
|
+
});
|
|
1558
|
+
/**
|
|
1559
|
+
* @internal
|
|
1560
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1561
|
+
*/
|
|
1562
|
+
var Artifacts$;
|
|
1563
|
+
(function (Artifacts$) {
|
|
1564
|
+
/** @deprecated use `Artifacts$inboundSchema` instead. */
|
|
1565
|
+
Artifacts$.inboundSchema = exports.Artifacts$inboundSchema;
|
|
1566
|
+
/** @deprecated use `Artifacts$outboundSchema` instead. */
|
|
1567
|
+
Artifacts$.outboundSchema = exports.Artifacts$outboundSchema;
|
|
1568
|
+
})(Artifacts$ || (exports.Artifacts$ = Artifacts$ = {}));
|
|
1569
|
+
/** @internal */
|
|
1570
|
+
exports.AuthUserBillingMatrix$inboundSchema = z.object({
|
|
1571
|
+
defaultUnitPrice: z.string(),
|
|
1572
|
+
dimensionPrices: z.record(z.string()),
|
|
1573
|
+
});
|
|
1574
|
+
/** @internal */
|
|
1575
|
+
exports.AuthUserBillingMatrix$outboundSchema = z.object({
|
|
1576
|
+
defaultUnitPrice: z.string(),
|
|
1577
|
+
dimensionPrices: z.record(z.string()),
|
|
1578
|
+
});
|
|
1579
|
+
/**
|
|
1580
|
+
* @internal
|
|
1581
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1582
|
+
*/
|
|
1583
|
+
var AuthUserBillingMatrix$;
|
|
1584
|
+
(function (AuthUserBillingMatrix$) {
|
|
1585
|
+
/** @deprecated use `AuthUserBillingMatrix$inboundSchema` instead. */
|
|
1586
|
+
AuthUserBillingMatrix$.inboundSchema = exports.AuthUserBillingMatrix$inboundSchema;
|
|
1587
|
+
/** @deprecated use `AuthUserBillingMatrix$outboundSchema` instead. */
|
|
1588
|
+
AuthUserBillingMatrix$.outboundSchema = exports.AuthUserBillingMatrix$outboundSchema;
|
|
1589
|
+
})(AuthUserBillingMatrix$ || (exports.AuthUserBillingMatrix$ = AuthUserBillingMatrix$ = {}));
|
|
1590
|
+
/** @internal */
|
|
1591
|
+
exports.Bandwidth$inboundSchema = z.object({
|
|
1592
|
+
matrix: z.lazy(() => exports.AuthUserBillingMatrix$inboundSchema).optional(),
|
|
1593
|
+
tier: z.number().optional(),
|
|
1594
|
+
price: z.number(),
|
|
1595
|
+
batch: z.number(),
|
|
1596
|
+
threshold: z.number(),
|
|
1597
|
+
name: z.string().optional(),
|
|
1598
|
+
hidden: z.boolean(),
|
|
1599
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1600
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1601
|
+
});
|
|
1602
|
+
/** @internal */
|
|
1603
|
+
exports.Bandwidth$outboundSchema = z.object({
|
|
1604
|
+
matrix: z.lazy(() => exports.AuthUserBillingMatrix$outboundSchema).optional(),
|
|
1605
|
+
tier: z.number().optional(),
|
|
1606
|
+
price: z.number(),
|
|
1607
|
+
batch: z.number(),
|
|
1608
|
+
threshold: z.number(),
|
|
1609
|
+
name: z.string().optional(),
|
|
1610
|
+
hidden: z.boolean(),
|
|
1611
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1612
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1613
|
+
});
|
|
1614
|
+
/**
|
|
1615
|
+
* @internal
|
|
1616
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1617
|
+
*/
|
|
1618
|
+
var Bandwidth$;
|
|
1619
|
+
(function (Bandwidth$) {
|
|
1620
|
+
/** @deprecated use `Bandwidth$inboundSchema` instead. */
|
|
1621
|
+
Bandwidth$.inboundSchema = exports.Bandwidth$inboundSchema;
|
|
1622
|
+
/** @deprecated use `Bandwidth$outboundSchema` instead. */
|
|
1623
|
+
Bandwidth$.outboundSchema = exports.Bandwidth$outboundSchema;
|
|
1624
|
+
})(Bandwidth$ || (exports.Bandwidth$ = Bandwidth$ = {}));
|
|
1625
|
+
/** @internal */
|
|
1626
|
+
exports.AuthUserBillingInvoiceItemsMatrix$inboundSchema = z.object({
|
|
1627
|
+
defaultUnitPrice: z.string(),
|
|
1628
|
+
dimensionPrices: z.record(z.string()),
|
|
1629
|
+
});
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
exports.AuthUserBillingInvoiceItemsMatrix$outboundSchema = z.object({
|
|
1632
|
+
defaultUnitPrice: z.string(),
|
|
1633
|
+
dimensionPrices: z.record(z.string()),
|
|
1634
|
+
});
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1638
|
+
*/
|
|
1639
|
+
var AuthUserBillingInvoiceItemsMatrix$;
|
|
1640
|
+
(function (AuthUserBillingInvoiceItemsMatrix$) {
|
|
1641
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMatrix$inboundSchema` instead. */
|
|
1642
|
+
AuthUserBillingInvoiceItemsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsMatrix$inboundSchema;
|
|
1643
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMatrix$outboundSchema` instead. */
|
|
1644
|
+
AuthUserBillingInvoiceItemsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsMatrix$outboundSchema;
|
|
1645
|
+
})(AuthUserBillingInvoiceItemsMatrix$ || (exports.AuthUserBillingInvoiceItemsMatrix$ = AuthUserBillingInvoiceItemsMatrix$ = {}));
|
|
1646
|
+
/** @internal */
|
|
1647
|
+
exports.BlobStores$inboundSchema = z.object({
|
|
1648
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsMatrix$inboundSchema)
|
|
1649
|
+
.optional(),
|
|
1650
|
+
tier: z.number().optional(),
|
|
1651
|
+
price: z.number(),
|
|
1652
|
+
batch: z.number(),
|
|
1653
|
+
threshold: z.number(),
|
|
1654
|
+
name: z.string().optional(),
|
|
1655
|
+
hidden: z.boolean(),
|
|
1656
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1657
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1658
|
+
});
|
|
1659
|
+
/** @internal */
|
|
1660
|
+
exports.BlobStores$outboundSchema = z.object({
|
|
1661
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsMatrix$outboundSchema)
|
|
1662
|
+
.optional(),
|
|
1663
|
+
tier: z.number().optional(),
|
|
1664
|
+
price: z.number(),
|
|
1665
|
+
batch: z.number(),
|
|
1666
|
+
threshold: z.number(),
|
|
1667
|
+
name: z.string().optional(),
|
|
1668
|
+
hidden: z.boolean(),
|
|
1669
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1670
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1671
|
+
});
|
|
1672
|
+
/**
|
|
1673
|
+
* @internal
|
|
1674
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1675
|
+
*/
|
|
1676
|
+
var BlobStores$;
|
|
1677
|
+
(function (BlobStores$) {
|
|
1678
|
+
/** @deprecated use `BlobStores$inboundSchema` instead. */
|
|
1679
|
+
BlobStores$.inboundSchema = exports.BlobStores$inboundSchema;
|
|
1680
|
+
/** @deprecated use `BlobStores$outboundSchema` instead. */
|
|
1681
|
+
BlobStores$.outboundSchema = exports.BlobStores$outboundSchema;
|
|
1682
|
+
})(BlobStores$ || (exports.BlobStores$ = BlobStores$ = {}));
|
|
1683
|
+
/** @internal */
|
|
1684
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema = z.object({
|
|
1685
|
+
defaultUnitPrice: z.string(),
|
|
1686
|
+
dimensionPrices: z.record(z.string()),
|
|
1687
|
+
});
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema = z.object({
|
|
1690
|
+
defaultUnitPrice: z.string(),
|
|
1691
|
+
dimensionPrices: z.record(z.string()),
|
|
1692
|
+
});
|
|
1693
|
+
/**
|
|
1694
|
+
* @internal
|
|
1695
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1696
|
+
*/
|
|
1697
|
+
var AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$;
|
|
1698
|
+
(function (AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$) {
|
|
1699
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema` instead. */
|
|
1700
|
+
AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema;
|
|
1701
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema` instead. */
|
|
1702
|
+
AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema;
|
|
1703
|
+
})(AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ || (exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ = AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$ = {}));
|
|
1704
|
+
/** @internal */
|
|
1705
|
+
exports.BlobTotalAdvancedRequests$inboundSchema = z.object({
|
|
1706
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$inboundSchema).optional(),
|
|
1707
|
+
tier: z.number().optional(),
|
|
1708
|
+
price: z.number(),
|
|
1709
|
+
batch: z.number(),
|
|
1710
|
+
threshold: z.number(),
|
|
1711
|
+
name: z.string().optional(),
|
|
1712
|
+
hidden: z.boolean(),
|
|
1713
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1714
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1715
|
+
});
|
|
1716
|
+
/** @internal */
|
|
1717
|
+
exports.BlobTotalAdvancedRequests$outboundSchema = z.object({
|
|
1718
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalAdvancedRequestsMatrix$outboundSchema).optional(),
|
|
1719
|
+
tier: z.number().optional(),
|
|
1720
|
+
price: z.number(),
|
|
1721
|
+
batch: z.number(),
|
|
1722
|
+
threshold: z.number(),
|
|
1723
|
+
name: z.string().optional(),
|
|
1724
|
+
hidden: z.boolean(),
|
|
1725
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1726
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1727
|
+
});
|
|
1728
|
+
/**
|
|
1729
|
+
* @internal
|
|
1730
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1731
|
+
*/
|
|
1732
|
+
var BlobTotalAdvancedRequests$;
|
|
1733
|
+
(function (BlobTotalAdvancedRequests$) {
|
|
1734
|
+
/** @deprecated use `BlobTotalAdvancedRequests$inboundSchema` instead. */
|
|
1735
|
+
BlobTotalAdvancedRequests$.inboundSchema = exports.BlobTotalAdvancedRequests$inboundSchema;
|
|
1736
|
+
/** @deprecated use `BlobTotalAdvancedRequests$outboundSchema` instead. */
|
|
1737
|
+
BlobTotalAdvancedRequests$.outboundSchema = exports.BlobTotalAdvancedRequests$outboundSchema;
|
|
1738
|
+
})(BlobTotalAdvancedRequests$ || (exports.BlobTotalAdvancedRequests$ = BlobTotalAdvancedRequests$ = {}));
|
|
1739
|
+
/** @internal */
|
|
1740
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema = z.object({
|
|
1741
|
+
defaultUnitPrice: z.string(),
|
|
1742
|
+
dimensionPrices: z.record(z.string()),
|
|
1743
|
+
});
|
|
1744
|
+
/** @internal */
|
|
1745
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema = z.object({
|
|
1746
|
+
defaultUnitPrice: z.string(),
|
|
1747
|
+
dimensionPrices: z.record(z.string()),
|
|
1748
|
+
});
|
|
1749
|
+
/**
|
|
1750
|
+
* @internal
|
|
1751
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1752
|
+
*/
|
|
1753
|
+
var AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$;
|
|
1754
|
+
(function (AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$) {
|
|
1755
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema` instead. */
|
|
1756
|
+
AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema;
|
|
1757
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema` instead. */
|
|
1758
|
+
AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema;
|
|
1759
|
+
})(AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ || (exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ = AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$ = {}));
|
|
1760
|
+
/** @internal */
|
|
1761
|
+
exports.BlobTotalAvgSizeInBytes$inboundSchema = z.object({
|
|
1762
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$inboundSchema).optional(),
|
|
1763
|
+
tier: z.number().optional(),
|
|
1764
|
+
price: z.number(),
|
|
1765
|
+
batch: z.number(),
|
|
1766
|
+
threshold: z.number(),
|
|
1767
|
+
name: z.string().optional(),
|
|
1768
|
+
hidden: z.boolean(),
|
|
1769
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1770
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1771
|
+
});
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
exports.BlobTotalAvgSizeInBytes$outboundSchema = z.object({
|
|
1774
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalAvgSizeInBytesMatrix$outboundSchema).optional(),
|
|
1775
|
+
tier: z.number().optional(),
|
|
1776
|
+
price: z.number(),
|
|
1777
|
+
batch: z.number(),
|
|
1778
|
+
threshold: z.number(),
|
|
1779
|
+
name: z.string().optional(),
|
|
1780
|
+
hidden: z.boolean(),
|
|
1781
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1782
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1783
|
+
});
|
|
1784
|
+
/**
|
|
1785
|
+
* @internal
|
|
1786
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1787
|
+
*/
|
|
1788
|
+
var BlobTotalAvgSizeInBytes$;
|
|
1789
|
+
(function (BlobTotalAvgSizeInBytes$) {
|
|
1790
|
+
/** @deprecated use `BlobTotalAvgSizeInBytes$inboundSchema` instead. */
|
|
1791
|
+
BlobTotalAvgSizeInBytes$.inboundSchema = exports.BlobTotalAvgSizeInBytes$inboundSchema;
|
|
1792
|
+
/** @deprecated use `BlobTotalAvgSizeInBytes$outboundSchema` instead. */
|
|
1793
|
+
BlobTotalAvgSizeInBytes$.outboundSchema = exports.BlobTotalAvgSizeInBytes$outboundSchema;
|
|
1794
|
+
})(BlobTotalAvgSizeInBytes$ || (exports.BlobTotalAvgSizeInBytes$ = BlobTotalAvgSizeInBytes$ = {}));
|
|
1795
|
+
/** @internal */
|
|
1796
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema = z.object({
|
|
1797
|
+
defaultUnitPrice: z.string(),
|
|
1798
|
+
dimensionPrices: z.record(z.string()),
|
|
1799
|
+
});
|
|
1800
|
+
/** @internal */
|
|
1801
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema = z.object({
|
|
1802
|
+
defaultUnitPrice: z.string(),
|
|
1803
|
+
dimensionPrices: z.record(z.string()),
|
|
1804
|
+
});
|
|
1805
|
+
/**
|
|
1806
|
+
* @internal
|
|
1807
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1808
|
+
*/
|
|
1809
|
+
var AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$;
|
|
1810
|
+
(function (AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$) {
|
|
1811
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema` instead. */
|
|
1812
|
+
AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema;
|
|
1813
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema` instead. */
|
|
1814
|
+
AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema;
|
|
1815
|
+
})(AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ || (exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ = AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$ = {}));
|
|
1816
|
+
/** @internal */
|
|
1817
|
+
exports.BlobTotalGetResponseObjectSizeInBytes$inboundSchema = z.object({
|
|
1818
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$inboundSchema).optional(),
|
|
1819
|
+
tier: z.number().optional(),
|
|
1820
|
+
price: z.number(),
|
|
1821
|
+
batch: z.number(),
|
|
1822
|
+
threshold: z.number(),
|
|
1823
|
+
name: z.string().optional(),
|
|
1824
|
+
hidden: z.boolean(),
|
|
1825
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1826
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1827
|
+
});
|
|
1828
|
+
/** @internal */
|
|
1829
|
+
exports.BlobTotalGetResponseObjectSizeInBytes$outboundSchema = z.object({
|
|
1830
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalGetResponseObjectSizeInBytesMatrix$outboundSchema).optional(),
|
|
1831
|
+
tier: z.number().optional(),
|
|
1832
|
+
price: z.number(),
|
|
1833
|
+
batch: z.number(),
|
|
1834
|
+
threshold: z.number(),
|
|
1835
|
+
name: z.string().optional(),
|
|
1836
|
+
hidden: z.boolean(),
|
|
1837
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1838
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1839
|
+
});
|
|
1840
|
+
/**
|
|
1841
|
+
* @internal
|
|
1842
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1843
|
+
*/
|
|
1844
|
+
var BlobTotalGetResponseObjectSizeInBytes$;
|
|
1845
|
+
(function (BlobTotalGetResponseObjectSizeInBytes$) {
|
|
1846
|
+
/** @deprecated use `BlobTotalGetResponseObjectSizeInBytes$inboundSchema` instead. */
|
|
1847
|
+
BlobTotalGetResponseObjectSizeInBytes$.inboundSchema = exports.BlobTotalGetResponseObjectSizeInBytes$inboundSchema;
|
|
1848
|
+
/** @deprecated use `BlobTotalGetResponseObjectSizeInBytes$outboundSchema` instead. */
|
|
1849
|
+
BlobTotalGetResponseObjectSizeInBytes$.outboundSchema = exports.BlobTotalGetResponseObjectSizeInBytes$outboundSchema;
|
|
1850
|
+
})(BlobTotalGetResponseObjectSizeInBytes$ || (exports.BlobTotalGetResponseObjectSizeInBytes$ = BlobTotalGetResponseObjectSizeInBytes$ = {}));
|
|
1851
|
+
/** @internal */
|
|
1852
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema = z.object({
|
|
1853
|
+
defaultUnitPrice: z.string(),
|
|
1854
|
+
dimensionPrices: z.record(z.string()),
|
|
1855
|
+
});
|
|
1856
|
+
/** @internal */
|
|
1857
|
+
exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema = z.object({
|
|
1858
|
+
defaultUnitPrice: z.string(),
|
|
1859
|
+
dimensionPrices: z.record(z.string()),
|
|
1860
|
+
});
|
|
1861
|
+
/**
|
|
1862
|
+
* @internal
|
|
1863
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1864
|
+
*/
|
|
1865
|
+
var AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$;
|
|
1866
|
+
(function (AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$) {
|
|
1867
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema` instead. */
|
|
1868
|
+
AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema;
|
|
1869
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema` instead. */
|
|
1870
|
+
AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema;
|
|
1871
|
+
})(AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ || (exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ = AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$ = {}));
|
|
1872
|
+
/** @internal */
|
|
1873
|
+
exports.BlobTotalSimpleRequests$inboundSchema = z.object({
|
|
1874
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$inboundSchema).optional(),
|
|
1875
|
+
tier: z.number().optional(),
|
|
1876
|
+
price: z.number(),
|
|
1877
|
+
batch: z.number(),
|
|
1878
|
+
threshold: z.number(),
|
|
1879
|
+
name: z.string().optional(),
|
|
1880
|
+
hidden: z.boolean(),
|
|
1881
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1882
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1883
|
+
});
|
|
1884
|
+
/** @internal */
|
|
1885
|
+
exports.BlobTotalSimpleRequests$outboundSchema = z.object({
|
|
1886
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBlobTotalSimpleRequestsMatrix$outboundSchema).optional(),
|
|
1887
|
+
tier: z.number().optional(),
|
|
1888
|
+
price: z.number(),
|
|
1889
|
+
batch: z.number(),
|
|
1890
|
+
threshold: z.number(),
|
|
1891
|
+
name: z.string().optional(),
|
|
1892
|
+
hidden: z.boolean(),
|
|
1893
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1894
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1895
|
+
});
|
|
1896
|
+
/**
|
|
1897
|
+
* @internal
|
|
1898
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1899
|
+
*/
|
|
1900
|
+
var BlobTotalSimpleRequests$;
|
|
1901
|
+
(function (BlobTotalSimpleRequests$) {
|
|
1902
|
+
/** @deprecated use `BlobTotalSimpleRequests$inboundSchema` instead. */
|
|
1903
|
+
BlobTotalSimpleRequests$.inboundSchema = exports.BlobTotalSimpleRequests$inboundSchema;
|
|
1904
|
+
/** @deprecated use `BlobTotalSimpleRequests$outboundSchema` instead. */
|
|
1905
|
+
BlobTotalSimpleRequests$.outboundSchema = exports.BlobTotalSimpleRequests$outboundSchema;
|
|
1906
|
+
})(BlobTotalSimpleRequests$ || (exports.BlobTotalSimpleRequests$ = BlobTotalSimpleRequests$ = {}));
|
|
1907
|
+
/** @internal */
|
|
1908
|
+
exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema = z.object({
|
|
1909
|
+
defaultUnitPrice: z.string(),
|
|
1910
|
+
dimensionPrices: z.record(z.string()),
|
|
1911
|
+
});
|
|
1912
|
+
/** @internal */
|
|
1913
|
+
exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema = z.object({
|
|
1914
|
+
defaultUnitPrice: z.string(),
|
|
1915
|
+
dimensionPrices: z.record(z.string()),
|
|
1916
|
+
});
|
|
1917
|
+
/**
|
|
1918
|
+
* @internal
|
|
1919
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1920
|
+
*/
|
|
1921
|
+
var AuthUserBillingInvoiceItemsBuildMinuteMatrix$;
|
|
1922
|
+
(function (AuthUserBillingInvoiceItemsBuildMinuteMatrix$) {
|
|
1923
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema` instead. */
|
|
1924
|
+
AuthUserBillingInvoiceItemsBuildMinuteMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema;
|
|
1925
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema` instead. */
|
|
1926
|
+
AuthUserBillingInvoiceItemsBuildMinuteMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema;
|
|
1927
|
+
})(AuthUserBillingInvoiceItemsBuildMinuteMatrix$ || (exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$ = AuthUserBillingInvoiceItemsBuildMinuteMatrix$ = {}));
|
|
1928
|
+
/** @internal */
|
|
1929
|
+
exports.BuildMinute$inboundSchema = z.object({
|
|
1930
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$inboundSchema).optional(),
|
|
1931
|
+
tier: z.number().optional(),
|
|
1932
|
+
price: z.number(),
|
|
1933
|
+
batch: z.number(),
|
|
1934
|
+
threshold: z.number(),
|
|
1935
|
+
name: z.string().optional(),
|
|
1936
|
+
hidden: z.boolean(),
|
|
1937
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1938
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1939
|
+
});
|
|
1940
|
+
/** @internal */
|
|
1941
|
+
exports.BuildMinute$outboundSchema = z.object({
|
|
1942
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsBuildMinuteMatrix$outboundSchema).optional(),
|
|
1943
|
+
tier: z.number().optional(),
|
|
1944
|
+
price: z.number(),
|
|
1945
|
+
batch: z.number(),
|
|
1946
|
+
threshold: z.number(),
|
|
1947
|
+
name: z.string().optional(),
|
|
1948
|
+
hidden: z.boolean(),
|
|
1949
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1950
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1951
|
+
});
|
|
1952
|
+
/**
|
|
1953
|
+
* @internal
|
|
1954
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1955
|
+
*/
|
|
1956
|
+
var BuildMinute$;
|
|
1957
|
+
(function (BuildMinute$) {
|
|
1958
|
+
/** @deprecated use `BuildMinute$inboundSchema` instead. */
|
|
1959
|
+
BuildMinute$.inboundSchema = exports.BuildMinute$inboundSchema;
|
|
1960
|
+
/** @deprecated use `BuildMinute$outboundSchema` instead. */
|
|
1961
|
+
BuildMinute$.outboundSchema = exports.BuildMinute$outboundSchema;
|
|
1962
|
+
})(BuildMinute$ || (exports.BuildMinute$ = BuildMinute$ = {}));
|
|
1963
|
+
/** @internal */
|
|
1964
|
+
exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema = z.object({
|
|
1965
|
+
defaultUnitPrice: z.string(),
|
|
1966
|
+
dimensionPrices: z.record(z.string()),
|
|
1967
|
+
});
|
|
1968
|
+
/** @internal */
|
|
1969
|
+
exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema = z.object({
|
|
1970
|
+
defaultUnitPrice: z.string(),
|
|
1971
|
+
dimensionPrices: z.record(z.string()),
|
|
1972
|
+
});
|
|
1973
|
+
/**
|
|
1974
|
+
* @internal
|
|
1975
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1976
|
+
*/
|
|
1977
|
+
var AuthUserBillingInvoiceItemsDataCacheReadMatrix$;
|
|
1978
|
+
(function (AuthUserBillingInvoiceItemsDataCacheReadMatrix$) {
|
|
1979
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema` instead. */
|
|
1980
|
+
AuthUserBillingInvoiceItemsDataCacheReadMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema;
|
|
1981
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema` instead. */
|
|
1982
|
+
AuthUserBillingInvoiceItemsDataCacheReadMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema;
|
|
1983
|
+
})(AuthUserBillingInvoiceItemsDataCacheReadMatrix$ || (exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$ = AuthUserBillingInvoiceItemsDataCacheReadMatrix$ = {}));
|
|
1984
|
+
/** @internal */
|
|
1985
|
+
exports.DataCacheRead$inboundSchema = z.object({
|
|
1986
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$inboundSchema).optional(),
|
|
1987
|
+
tier: z.number().optional(),
|
|
1988
|
+
price: z.number(),
|
|
1989
|
+
batch: z.number(),
|
|
1990
|
+
threshold: z.number(),
|
|
1991
|
+
name: z.string().optional(),
|
|
1992
|
+
hidden: z.boolean(),
|
|
1993
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
1994
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
1995
|
+
});
|
|
1996
|
+
/** @internal */
|
|
1997
|
+
exports.DataCacheRead$outboundSchema = z.object({
|
|
1998
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheReadMatrix$outboundSchema).optional(),
|
|
1999
|
+
tier: z.number().optional(),
|
|
2000
|
+
price: z.number(),
|
|
2001
|
+
batch: z.number(),
|
|
2002
|
+
threshold: z.number(),
|
|
2003
|
+
name: z.string().optional(),
|
|
2004
|
+
hidden: z.boolean(),
|
|
2005
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2006
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2007
|
+
});
|
|
2008
|
+
/**
|
|
2009
|
+
* @internal
|
|
2010
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2011
|
+
*/
|
|
2012
|
+
var DataCacheRead$;
|
|
2013
|
+
(function (DataCacheRead$) {
|
|
2014
|
+
/** @deprecated use `DataCacheRead$inboundSchema` instead. */
|
|
2015
|
+
DataCacheRead$.inboundSchema = exports.DataCacheRead$inboundSchema;
|
|
2016
|
+
/** @deprecated use `DataCacheRead$outboundSchema` instead. */
|
|
2017
|
+
DataCacheRead$.outboundSchema = exports.DataCacheRead$outboundSchema;
|
|
2018
|
+
})(DataCacheRead$ || (exports.DataCacheRead$ = DataCacheRead$ = {}));
|
|
2019
|
+
/** @internal */
|
|
2020
|
+
exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema = z.object({
|
|
2021
|
+
defaultUnitPrice: z.string(),
|
|
2022
|
+
dimensionPrices: z.record(z.string()),
|
|
2023
|
+
});
|
|
2024
|
+
/** @internal */
|
|
2025
|
+
exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema = z.object({
|
|
2026
|
+
defaultUnitPrice: z.string(),
|
|
2027
|
+
dimensionPrices: z.record(z.string()),
|
|
2028
|
+
});
|
|
2029
|
+
/**
|
|
2030
|
+
* @internal
|
|
2031
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2032
|
+
*/
|
|
2033
|
+
var AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$;
|
|
2034
|
+
(function (AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$) {
|
|
2035
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema` instead. */
|
|
2036
|
+
AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema;
|
|
2037
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema` instead. */
|
|
2038
|
+
AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema;
|
|
2039
|
+
})(AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ || (exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ = AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$ = {}));
|
|
2040
|
+
/** @internal */
|
|
2041
|
+
exports.DataCacheRevalidation$inboundSchema = z.object({
|
|
2042
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$inboundSchema).optional(),
|
|
2043
|
+
tier: z.number().optional(),
|
|
2044
|
+
price: z.number(),
|
|
2045
|
+
batch: z.number(),
|
|
2046
|
+
threshold: z.number(),
|
|
2047
|
+
name: z.string().optional(),
|
|
2048
|
+
hidden: z.boolean(),
|
|
2049
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2050
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2051
|
+
});
|
|
2052
|
+
/** @internal */
|
|
2053
|
+
exports.DataCacheRevalidation$outboundSchema = z.object({
|
|
2054
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheRevalidationMatrix$outboundSchema).optional(),
|
|
2055
|
+
tier: z.number().optional(),
|
|
2056
|
+
price: z.number(),
|
|
2057
|
+
batch: z.number(),
|
|
2058
|
+
threshold: z.number(),
|
|
2059
|
+
name: z.string().optional(),
|
|
2060
|
+
hidden: z.boolean(),
|
|
2061
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2062
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2063
|
+
});
|
|
2064
|
+
/**
|
|
2065
|
+
* @internal
|
|
2066
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2067
|
+
*/
|
|
2068
|
+
var DataCacheRevalidation$;
|
|
2069
|
+
(function (DataCacheRevalidation$) {
|
|
2070
|
+
/** @deprecated use `DataCacheRevalidation$inboundSchema` instead. */
|
|
2071
|
+
DataCacheRevalidation$.inboundSchema = exports.DataCacheRevalidation$inboundSchema;
|
|
2072
|
+
/** @deprecated use `DataCacheRevalidation$outboundSchema` instead. */
|
|
2073
|
+
DataCacheRevalidation$.outboundSchema = exports.DataCacheRevalidation$outboundSchema;
|
|
2074
|
+
})(DataCacheRevalidation$ || (exports.DataCacheRevalidation$ = DataCacheRevalidation$ = {}));
|
|
2075
|
+
/** @internal */
|
|
2076
|
+
exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema = z.object({
|
|
2077
|
+
defaultUnitPrice: z.string(),
|
|
2078
|
+
dimensionPrices: z.record(z.string()),
|
|
2079
|
+
});
|
|
2080
|
+
/** @internal */
|
|
2081
|
+
exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema = z.object({
|
|
2082
|
+
defaultUnitPrice: z.string(),
|
|
2083
|
+
dimensionPrices: z.record(z.string()),
|
|
2084
|
+
});
|
|
2085
|
+
/**
|
|
2086
|
+
* @internal
|
|
2087
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2088
|
+
*/
|
|
2089
|
+
var AuthUserBillingInvoiceItemsDataCacheWriteMatrix$;
|
|
2090
|
+
(function (AuthUserBillingInvoiceItemsDataCacheWriteMatrix$) {
|
|
2091
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema` instead. */
|
|
2092
|
+
AuthUserBillingInvoiceItemsDataCacheWriteMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema;
|
|
2093
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema` instead. */
|
|
2094
|
+
AuthUserBillingInvoiceItemsDataCacheWriteMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema;
|
|
2095
|
+
})(AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ || (exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ = AuthUserBillingInvoiceItemsDataCacheWriteMatrix$ = {}));
|
|
2096
|
+
/** @internal */
|
|
2097
|
+
exports.DataCacheWrite$inboundSchema = z.object({
|
|
2098
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$inboundSchema).optional(),
|
|
2099
|
+
tier: z.number().optional(),
|
|
2100
|
+
price: z.number(),
|
|
2101
|
+
batch: z.number(),
|
|
2102
|
+
threshold: z.number(),
|
|
2103
|
+
name: z.string().optional(),
|
|
2104
|
+
hidden: z.boolean(),
|
|
2105
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2106
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2107
|
+
});
|
|
2108
|
+
/** @internal */
|
|
2109
|
+
exports.DataCacheWrite$outboundSchema = z.object({
|
|
2110
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsDataCacheWriteMatrix$outboundSchema).optional(),
|
|
2111
|
+
tier: z.number().optional(),
|
|
2112
|
+
price: z.number(),
|
|
2113
|
+
batch: z.number(),
|
|
2114
|
+
threshold: z.number(),
|
|
2115
|
+
name: z.string().optional(),
|
|
2116
|
+
hidden: z.boolean(),
|
|
2117
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2118
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2119
|
+
});
|
|
2120
|
+
/**
|
|
2121
|
+
* @internal
|
|
2122
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2123
|
+
*/
|
|
2124
|
+
var DataCacheWrite$;
|
|
2125
|
+
(function (DataCacheWrite$) {
|
|
2126
|
+
/** @deprecated use `DataCacheWrite$inboundSchema` instead. */
|
|
2127
|
+
DataCacheWrite$.inboundSchema = exports.DataCacheWrite$inboundSchema;
|
|
2128
|
+
/** @deprecated use `DataCacheWrite$outboundSchema` instead. */
|
|
2129
|
+
DataCacheWrite$.outboundSchema = exports.DataCacheWrite$outboundSchema;
|
|
2130
|
+
})(DataCacheWrite$ || (exports.DataCacheWrite$ = DataCacheWrite$ = {}));
|
|
2131
|
+
/** @internal */
|
|
2132
|
+
exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema = z.object({
|
|
2133
|
+
defaultUnitPrice: z.string(),
|
|
2134
|
+
dimensionPrices: z.record(z.string()),
|
|
2135
|
+
});
|
|
2136
|
+
/** @internal */
|
|
2137
|
+
exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema = z.object({
|
|
2138
|
+
defaultUnitPrice: z.string(),
|
|
2139
|
+
dimensionPrices: z.record(z.string()),
|
|
2140
|
+
});
|
|
2141
|
+
/**
|
|
2142
|
+
* @internal
|
|
2143
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2144
|
+
*/
|
|
2145
|
+
var AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$;
|
|
2146
|
+
(function (AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$) {
|
|
2147
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema` instead. */
|
|
2148
|
+
AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema;
|
|
2149
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema` instead. */
|
|
2150
|
+
AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema;
|
|
2151
|
+
})(AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ = AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$ = {}));
|
|
2152
|
+
/** @internal */
|
|
2153
|
+
exports.EdgeConfigRead$inboundSchema = z.object({
|
|
2154
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$inboundSchema).optional(),
|
|
2155
|
+
tier: z.number().optional(),
|
|
2156
|
+
price: z.number(),
|
|
2157
|
+
batch: z.number(),
|
|
2158
|
+
threshold: z.number(),
|
|
2159
|
+
name: z.string().optional(),
|
|
2160
|
+
hidden: z.boolean(),
|
|
2161
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2162
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2163
|
+
});
|
|
2164
|
+
/** @internal */
|
|
2165
|
+
exports.EdgeConfigRead$outboundSchema = z.object({
|
|
2166
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeConfigReadMatrix$outboundSchema).optional(),
|
|
2167
|
+
tier: z.number().optional(),
|
|
2168
|
+
price: z.number(),
|
|
2169
|
+
batch: z.number(),
|
|
2170
|
+
threshold: z.number(),
|
|
2171
|
+
name: z.string().optional(),
|
|
2172
|
+
hidden: z.boolean(),
|
|
2173
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2174
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2175
|
+
});
|
|
2176
|
+
/**
|
|
2177
|
+
* @internal
|
|
2178
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2179
|
+
*/
|
|
2180
|
+
var EdgeConfigRead$;
|
|
2181
|
+
(function (EdgeConfigRead$) {
|
|
2182
|
+
/** @deprecated use `EdgeConfigRead$inboundSchema` instead. */
|
|
2183
|
+
EdgeConfigRead$.inboundSchema = exports.EdgeConfigRead$inboundSchema;
|
|
2184
|
+
/** @deprecated use `EdgeConfigRead$outboundSchema` instead. */
|
|
2185
|
+
EdgeConfigRead$.outboundSchema = exports.EdgeConfigRead$outboundSchema;
|
|
2186
|
+
})(EdgeConfigRead$ || (exports.EdgeConfigRead$ = EdgeConfigRead$ = {}));
|
|
2187
|
+
/** @internal */
|
|
2188
|
+
exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema = z.object({
|
|
2189
|
+
defaultUnitPrice: z.string(),
|
|
2190
|
+
dimensionPrices: z.record(z.string()),
|
|
2191
|
+
});
|
|
2192
|
+
/** @internal */
|
|
2193
|
+
exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema = z.object({
|
|
2194
|
+
defaultUnitPrice: z.string(),
|
|
2195
|
+
dimensionPrices: z.record(z.string()),
|
|
2196
|
+
});
|
|
2197
|
+
/**
|
|
2198
|
+
* @internal
|
|
2199
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2200
|
+
*/
|
|
2201
|
+
var AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$;
|
|
2202
|
+
(function (AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$) {
|
|
2203
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema` instead. */
|
|
2204
|
+
AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema;
|
|
2205
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema` instead. */
|
|
2206
|
+
AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema;
|
|
2207
|
+
})(AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ = AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$ = {}));
|
|
2208
|
+
/** @internal */
|
|
2209
|
+
exports.EdgeConfigWrite$inboundSchema = z.object({
|
|
2210
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$inboundSchema).optional(),
|
|
2211
|
+
tier: z.number().optional(),
|
|
2212
|
+
price: z.number(),
|
|
2213
|
+
batch: z.number(),
|
|
2214
|
+
threshold: z.number(),
|
|
2215
|
+
name: z.string().optional(),
|
|
2216
|
+
hidden: z.boolean(),
|
|
2217
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2218
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2219
|
+
});
|
|
2220
|
+
/** @internal */
|
|
2221
|
+
exports.EdgeConfigWrite$outboundSchema = z.object({
|
|
2222
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeConfigWriteMatrix$outboundSchema).optional(),
|
|
2223
|
+
tier: z.number().optional(),
|
|
2224
|
+
price: z.number(),
|
|
2225
|
+
batch: z.number(),
|
|
2226
|
+
threshold: z.number(),
|
|
2227
|
+
name: z.string().optional(),
|
|
2228
|
+
hidden: z.boolean(),
|
|
2229
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2230
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2231
|
+
});
|
|
2232
|
+
/**
|
|
2233
|
+
* @internal
|
|
2234
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2235
|
+
*/
|
|
2236
|
+
var EdgeConfigWrite$;
|
|
2237
|
+
(function (EdgeConfigWrite$) {
|
|
2238
|
+
/** @deprecated use `EdgeConfigWrite$inboundSchema` instead. */
|
|
2239
|
+
EdgeConfigWrite$.inboundSchema = exports.EdgeConfigWrite$inboundSchema;
|
|
2240
|
+
/** @deprecated use `EdgeConfigWrite$outboundSchema` instead. */
|
|
2241
|
+
EdgeConfigWrite$.outboundSchema = exports.EdgeConfigWrite$outboundSchema;
|
|
2242
|
+
})(EdgeConfigWrite$ || (exports.EdgeConfigWrite$ = EdgeConfigWrite$ = {}));
|
|
2243
|
+
/** @internal */
|
|
2244
|
+
exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema = z.object({
|
|
2245
|
+
defaultUnitPrice: z.string(),
|
|
2246
|
+
dimensionPrices: z.record(z.string()),
|
|
2247
|
+
});
|
|
2248
|
+
/** @internal */
|
|
2249
|
+
exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema = z.object({
|
|
2250
|
+
defaultUnitPrice: z.string(),
|
|
2251
|
+
dimensionPrices: z.record(z.string()),
|
|
2252
|
+
});
|
|
2253
|
+
/**
|
|
2254
|
+
* @internal
|
|
2255
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2256
|
+
*/
|
|
2257
|
+
var AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$;
|
|
2258
|
+
(function (AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$) {
|
|
2259
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema` instead. */
|
|
2260
|
+
AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema;
|
|
2261
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema` instead. */
|
|
2262
|
+
AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema;
|
|
2263
|
+
})(AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ = AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$ = {}));
|
|
2264
|
+
/** @internal */
|
|
2265
|
+
exports.EdgeFunctionExecutionUnits$inboundSchema = z.object({
|
|
2266
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$inboundSchema).optional(),
|
|
2267
|
+
tier: z.number().optional(),
|
|
2268
|
+
price: z.number(),
|
|
2269
|
+
batch: z.number(),
|
|
2270
|
+
threshold: z.number(),
|
|
2271
|
+
name: z.string().optional(),
|
|
2272
|
+
hidden: z.boolean(),
|
|
2273
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2274
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2275
|
+
});
|
|
2276
|
+
/** @internal */
|
|
2277
|
+
exports.EdgeFunctionExecutionUnits$outboundSchema = z.object({
|
|
2278
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeFunctionExecutionUnitsMatrix$outboundSchema).optional(),
|
|
2279
|
+
tier: z.number().optional(),
|
|
2280
|
+
price: z.number(),
|
|
2281
|
+
batch: z.number(),
|
|
2282
|
+
threshold: z.number(),
|
|
2283
|
+
name: z.string().optional(),
|
|
2284
|
+
hidden: z.boolean(),
|
|
2285
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2286
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2287
|
+
});
|
|
2288
|
+
/**
|
|
2289
|
+
* @internal
|
|
2290
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2291
|
+
*/
|
|
2292
|
+
var EdgeFunctionExecutionUnits$;
|
|
2293
|
+
(function (EdgeFunctionExecutionUnits$) {
|
|
2294
|
+
/** @deprecated use `EdgeFunctionExecutionUnits$inboundSchema` instead. */
|
|
2295
|
+
EdgeFunctionExecutionUnits$.inboundSchema = exports.EdgeFunctionExecutionUnits$inboundSchema;
|
|
2296
|
+
/** @deprecated use `EdgeFunctionExecutionUnits$outboundSchema` instead. */
|
|
2297
|
+
EdgeFunctionExecutionUnits$.outboundSchema = exports.EdgeFunctionExecutionUnits$outboundSchema;
|
|
2298
|
+
})(EdgeFunctionExecutionUnits$ || (exports.EdgeFunctionExecutionUnits$ = EdgeFunctionExecutionUnits$ = {}));
|
|
2299
|
+
/** @internal */
|
|
2300
|
+
exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema = z.object({
|
|
2301
|
+
defaultUnitPrice: z.string(),
|
|
2302
|
+
dimensionPrices: z.record(z.string()),
|
|
2303
|
+
});
|
|
2304
|
+
/** @internal */
|
|
2305
|
+
exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema = z.object({
|
|
2306
|
+
defaultUnitPrice: z.string(),
|
|
2307
|
+
dimensionPrices: z.record(z.string()),
|
|
2308
|
+
});
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2312
|
+
*/
|
|
2313
|
+
var AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$;
|
|
2314
|
+
(function (AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$) {
|
|
2315
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema` instead. */
|
|
2316
|
+
AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema;
|
|
2317
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema` instead. */
|
|
2318
|
+
AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema;
|
|
2319
|
+
})(AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ = AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$ = {}));
|
|
2320
|
+
/** @internal */
|
|
2321
|
+
exports.EdgeMiddlewareInvocations$inboundSchema = z.object({
|
|
2322
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$inboundSchema).optional(),
|
|
2323
|
+
tier: z.number().optional(),
|
|
2324
|
+
price: z.number(),
|
|
2325
|
+
batch: z.number(),
|
|
2326
|
+
threshold: z.number(),
|
|
2327
|
+
name: z.string().optional(),
|
|
2328
|
+
hidden: z.boolean(),
|
|
2329
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2330
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2331
|
+
});
|
|
2332
|
+
/** @internal */
|
|
2333
|
+
exports.EdgeMiddlewareInvocations$outboundSchema = z.object({
|
|
2334
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeMiddlewareInvocationsMatrix$outboundSchema).optional(),
|
|
2335
|
+
tier: z.number().optional(),
|
|
2336
|
+
price: z.number(),
|
|
2337
|
+
batch: z.number(),
|
|
2338
|
+
threshold: z.number(),
|
|
2339
|
+
name: z.string().optional(),
|
|
2340
|
+
hidden: z.boolean(),
|
|
2341
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2342
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2343
|
+
});
|
|
2344
|
+
/**
|
|
2345
|
+
* @internal
|
|
2346
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2347
|
+
*/
|
|
2348
|
+
var EdgeMiddlewareInvocations$;
|
|
2349
|
+
(function (EdgeMiddlewareInvocations$) {
|
|
2350
|
+
/** @deprecated use `EdgeMiddlewareInvocations$inboundSchema` instead. */
|
|
2351
|
+
EdgeMiddlewareInvocations$.inboundSchema = exports.EdgeMiddlewareInvocations$inboundSchema;
|
|
2352
|
+
/** @deprecated use `EdgeMiddlewareInvocations$outboundSchema` instead. */
|
|
2353
|
+
EdgeMiddlewareInvocations$.outboundSchema = exports.EdgeMiddlewareInvocations$outboundSchema;
|
|
2354
|
+
})(EdgeMiddlewareInvocations$ || (exports.EdgeMiddlewareInvocations$ = EdgeMiddlewareInvocations$ = {}));
|
|
2355
|
+
/** @internal */
|
|
2356
|
+
exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema = z.object({
|
|
2357
|
+
defaultUnitPrice: z.string(),
|
|
2358
|
+
dimensionPrices: z.record(z.string()),
|
|
2359
|
+
});
|
|
2360
|
+
/** @internal */
|
|
2361
|
+
exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema = z.object({
|
|
2362
|
+
defaultUnitPrice: z.string(),
|
|
2363
|
+
dimensionPrices: z.record(z.string()),
|
|
2364
|
+
});
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2368
|
+
*/
|
|
2369
|
+
var AuthUserBillingInvoiceItemsEdgeRequestMatrix$;
|
|
2370
|
+
(function (AuthUserBillingInvoiceItemsEdgeRequestMatrix$) {
|
|
2371
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema` instead. */
|
|
2372
|
+
AuthUserBillingInvoiceItemsEdgeRequestMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema;
|
|
2373
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema` instead. */
|
|
2374
|
+
AuthUserBillingInvoiceItemsEdgeRequestMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema;
|
|
2375
|
+
})(AuthUserBillingInvoiceItemsEdgeRequestMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$ = AuthUserBillingInvoiceItemsEdgeRequestMatrix$ = {}));
|
|
2376
|
+
/** @internal */
|
|
2377
|
+
exports.EdgeRequest$inboundSchema = z.object({
|
|
2378
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$inboundSchema).optional(),
|
|
2379
|
+
tier: z.number().optional(),
|
|
2380
|
+
price: z.number(),
|
|
2381
|
+
batch: z.number(),
|
|
2382
|
+
threshold: z.number(),
|
|
2383
|
+
name: z.string().optional(),
|
|
2384
|
+
hidden: z.boolean(),
|
|
2385
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2386
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2387
|
+
});
|
|
2388
|
+
/** @internal */
|
|
2389
|
+
exports.EdgeRequest$outboundSchema = z.object({
|
|
2390
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeRequestMatrix$outboundSchema).optional(),
|
|
2391
|
+
tier: z.number().optional(),
|
|
2392
|
+
price: z.number(),
|
|
2393
|
+
batch: z.number(),
|
|
2394
|
+
threshold: z.number(),
|
|
2395
|
+
name: z.string().optional(),
|
|
2396
|
+
hidden: z.boolean(),
|
|
2397
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2398
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2399
|
+
});
|
|
2400
|
+
/**
|
|
2401
|
+
* @internal
|
|
2402
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2403
|
+
*/
|
|
2404
|
+
var EdgeRequest$;
|
|
2405
|
+
(function (EdgeRequest$) {
|
|
2406
|
+
/** @deprecated use `EdgeRequest$inboundSchema` instead. */
|
|
2407
|
+
EdgeRequest$.inboundSchema = exports.EdgeRequest$inboundSchema;
|
|
2408
|
+
/** @deprecated use `EdgeRequest$outboundSchema` instead. */
|
|
2409
|
+
EdgeRequest$.outboundSchema = exports.EdgeRequest$outboundSchema;
|
|
2410
|
+
})(EdgeRequest$ || (exports.EdgeRequest$ = EdgeRequest$ = {}));
|
|
2411
|
+
/** @internal */
|
|
2412
|
+
exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema = z.object({
|
|
2413
|
+
defaultUnitPrice: z.string(),
|
|
2414
|
+
dimensionPrices: z.record(z.string()),
|
|
2415
|
+
});
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema = z.object({
|
|
2418
|
+
defaultUnitPrice: z.string(),
|
|
2419
|
+
dimensionPrices: z.record(z.string()),
|
|
2420
|
+
});
|
|
2421
|
+
/**
|
|
2422
|
+
* @internal
|
|
2423
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2424
|
+
*/
|
|
2425
|
+
var AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$;
|
|
2426
|
+
(function (AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$) {
|
|
2427
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema` instead. */
|
|
2428
|
+
AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema;
|
|
2429
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema` instead. */
|
|
2430
|
+
AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema;
|
|
2431
|
+
})(AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ || (exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ = AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$ = {}));
|
|
2432
|
+
/** @internal */
|
|
2433
|
+
exports.EdgeRequestAdditionalCpuDuration$inboundSchema = z.object({
|
|
2434
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$inboundSchema).optional(),
|
|
2435
|
+
tier: z.number().optional(),
|
|
2436
|
+
price: z.number(),
|
|
2437
|
+
batch: z.number(),
|
|
2438
|
+
threshold: z.number(),
|
|
2439
|
+
name: z.string().optional(),
|
|
2440
|
+
hidden: z.boolean(),
|
|
2441
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2442
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2443
|
+
});
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
exports.EdgeRequestAdditionalCpuDuration$outboundSchema = z.object({
|
|
2446
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsEdgeRequestAdditionalCpuDurationMatrix$outboundSchema).optional(),
|
|
2447
|
+
tier: z.number().optional(),
|
|
2448
|
+
price: z.number(),
|
|
2449
|
+
batch: z.number(),
|
|
2450
|
+
threshold: z.number(),
|
|
2451
|
+
name: z.string().optional(),
|
|
2452
|
+
hidden: z.boolean(),
|
|
2453
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2454
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2455
|
+
});
|
|
2456
|
+
/**
|
|
2457
|
+
* @internal
|
|
2458
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2459
|
+
*/
|
|
2460
|
+
var EdgeRequestAdditionalCpuDuration$;
|
|
2461
|
+
(function (EdgeRequestAdditionalCpuDuration$) {
|
|
2462
|
+
/** @deprecated use `EdgeRequestAdditionalCpuDuration$inboundSchema` instead. */
|
|
2463
|
+
EdgeRequestAdditionalCpuDuration$.inboundSchema = exports.EdgeRequestAdditionalCpuDuration$inboundSchema;
|
|
2464
|
+
/** @deprecated use `EdgeRequestAdditionalCpuDuration$outboundSchema` instead. */
|
|
2465
|
+
EdgeRequestAdditionalCpuDuration$.outboundSchema = exports.EdgeRequestAdditionalCpuDuration$outboundSchema;
|
|
2466
|
+
})(EdgeRequestAdditionalCpuDuration$ || (exports.EdgeRequestAdditionalCpuDuration$ = EdgeRequestAdditionalCpuDuration$ = {}));
|
|
2467
|
+
/** @internal */
|
|
2468
|
+
exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema = z.object({
|
|
2469
|
+
defaultUnitPrice: z.string(),
|
|
2470
|
+
dimensionPrices: z.record(z.string()),
|
|
2471
|
+
});
|
|
2472
|
+
/** @internal */
|
|
2473
|
+
exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema = z.object({
|
|
2474
|
+
defaultUnitPrice: z.string(),
|
|
2475
|
+
dimensionPrices: z.record(z.string()),
|
|
2476
|
+
});
|
|
2477
|
+
/**
|
|
2478
|
+
* @internal
|
|
2479
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2480
|
+
*/
|
|
2481
|
+
var AuthUserBillingInvoiceItemsFastDataTransferMatrix$;
|
|
2482
|
+
(function (AuthUserBillingInvoiceItemsFastDataTransferMatrix$) {
|
|
2483
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema` instead. */
|
|
2484
|
+
AuthUserBillingInvoiceItemsFastDataTransferMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema;
|
|
2485
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema` instead. */
|
|
2486
|
+
AuthUserBillingInvoiceItemsFastDataTransferMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema;
|
|
2487
|
+
})(AuthUserBillingInvoiceItemsFastDataTransferMatrix$ || (exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$ = AuthUserBillingInvoiceItemsFastDataTransferMatrix$ = {}));
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
exports.FastDataTransfer$inboundSchema = z.object({
|
|
2490
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$inboundSchema).optional(),
|
|
2491
|
+
tier: z.number().optional(),
|
|
2492
|
+
price: z.number(),
|
|
2493
|
+
batch: z.number(),
|
|
2494
|
+
threshold: z.number(),
|
|
2495
|
+
name: z.string().optional(),
|
|
2496
|
+
hidden: z.boolean(),
|
|
2497
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2498
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2499
|
+
});
|
|
2500
|
+
/** @internal */
|
|
2501
|
+
exports.FastDataTransfer$outboundSchema = z.object({
|
|
2502
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFastDataTransferMatrix$outboundSchema).optional(),
|
|
2503
|
+
tier: z.number().optional(),
|
|
2504
|
+
price: z.number(),
|
|
2505
|
+
batch: z.number(),
|
|
2506
|
+
threshold: z.number(),
|
|
2507
|
+
name: z.string().optional(),
|
|
2508
|
+
hidden: z.boolean(),
|
|
2509
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2510
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2511
|
+
});
|
|
2512
|
+
/**
|
|
2513
|
+
* @internal
|
|
2514
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2515
|
+
*/
|
|
2516
|
+
var FastDataTransfer$;
|
|
2517
|
+
(function (FastDataTransfer$) {
|
|
2518
|
+
/** @deprecated use `FastDataTransfer$inboundSchema` instead. */
|
|
2519
|
+
FastDataTransfer$.inboundSchema = exports.FastDataTransfer$inboundSchema;
|
|
2520
|
+
/** @deprecated use `FastDataTransfer$outboundSchema` instead. */
|
|
2521
|
+
FastDataTransfer$.outboundSchema = exports.FastDataTransfer$outboundSchema;
|
|
2522
|
+
})(FastDataTransfer$ || (exports.FastDataTransfer$ = FastDataTransfer$ = {}));
|
|
2523
|
+
/** @internal */
|
|
2524
|
+
exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema = z.object({
|
|
2525
|
+
defaultUnitPrice: z.string(),
|
|
2526
|
+
dimensionPrices: z.record(z.string()),
|
|
2527
|
+
});
|
|
2528
|
+
/** @internal */
|
|
2529
|
+
exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema = z.object({
|
|
2530
|
+
defaultUnitPrice: z.string(),
|
|
2531
|
+
dimensionPrices: z.record(z.string()),
|
|
2532
|
+
});
|
|
2533
|
+
/**
|
|
2534
|
+
* @internal
|
|
2535
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2536
|
+
*/
|
|
2537
|
+
var AuthUserBillingInvoiceItemsFastOriginTransferMatrix$;
|
|
2538
|
+
(function (AuthUserBillingInvoiceItemsFastOriginTransferMatrix$) {
|
|
2539
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema` instead. */
|
|
2540
|
+
AuthUserBillingInvoiceItemsFastOriginTransferMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema;
|
|
2541
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema` instead. */
|
|
2542
|
+
AuthUserBillingInvoiceItemsFastOriginTransferMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema;
|
|
2543
|
+
})(AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ || (exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ = AuthUserBillingInvoiceItemsFastOriginTransferMatrix$ = {}));
|
|
2544
|
+
/** @internal */
|
|
2545
|
+
exports.FastOriginTransfer$inboundSchema = z.object({
|
|
2546
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$inboundSchema).optional(),
|
|
2547
|
+
tier: z.number().optional(),
|
|
2548
|
+
price: z.number(),
|
|
2549
|
+
batch: z.number(),
|
|
2550
|
+
threshold: z.number(),
|
|
2551
|
+
name: z.string().optional(),
|
|
2552
|
+
hidden: z.boolean(),
|
|
2553
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2554
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2555
|
+
});
|
|
2556
|
+
/** @internal */
|
|
2557
|
+
exports.FastOriginTransfer$outboundSchema = z.object({
|
|
2558
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFastOriginTransferMatrix$outboundSchema).optional(),
|
|
2559
|
+
tier: z.number().optional(),
|
|
2560
|
+
price: z.number(),
|
|
2561
|
+
batch: z.number(),
|
|
2562
|
+
threshold: z.number(),
|
|
2563
|
+
name: z.string().optional(),
|
|
2564
|
+
hidden: z.boolean(),
|
|
2565
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2566
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2567
|
+
});
|
|
2568
|
+
/**
|
|
2569
|
+
* @internal
|
|
2570
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2571
|
+
*/
|
|
2572
|
+
var FastOriginTransfer$;
|
|
2573
|
+
(function (FastOriginTransfer$) {
|
|
2574
|
+
/** @deprecated use `FastOriginTransfer$inboundSchema` instead. */
|
|
2575
|
+
FastOriginTransfer$.inboundSchema = exports.FastOriginTransfer$inboundSchema;
|
|
2576
|
+
/** @deprecated use `FastOriginTransfer$outboundSchema` instead. */
|
|
2577
|
+
FastOriginTransfer$.outboundSchema = exports.FastOriginTransfer$outboundSchema;
|
|
2578
|
+
})(FastOriginTransfer$ || (exports.FastOriginTransfer$ = FastOriginTransfer$ = {}));
|
|
2579
|
+
/** @internal */
|
|
2580
|
+
exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema = z.object({
|
|
2581
|
+
defaultUnitPrice: z.string(),
|
|
2582
|
+
dimensionPrices: z.record(z.string()),
|
|
2583
|
+
});
|
|
2584
|
+
/** @internal */
|
|
2585
|
+
exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema = z.object({
|
|
2586
|
+
defaultUnitPrice: z.string(),
|
|
2587
|
+
dimensionPrices: z.record(z.string()),
|
|
2588
|
+
});
|
|
2589
|
+
/**
|
|
2590
|
+
* @internal
|
|
2591
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2592
|
+
*/
|
|
2593
|
+
var AuthUserBillingInvoiceItemsFunctionDurationMatrix$;
|
|
2594
|
+
(function (AuthUserBillingInvoiceItemsFunctionDurationMatrix$) {
|
|
2595
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema` instead. */
|
|
2596
|
+
AuthUserBillingInvoiceItemsFunctionDurationMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema;
|
|
2597
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema` instead. */
|
|
2598
|
+
AuthUserBillingInvoiceItemsFunctionDurationMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema;
|
|
2599
|
+
})(AuthUserBillingInvoiceItemsFunctionDurationMatrix$ || (exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$ = AuthUserBillingInvoiceItemsFunctionDurationMatrix$ = {}));
|
|
2600
|
+
/** @internal */
|
|
2601
|
+
exports.FunctionDuration$inboundSchema = z.object({
|
|
2602
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$inboundSchema).optional(),
|
|
2603
|
+
tier: z.number().optional(),
|
|
2604
|
+
price: z.number(),
|
|
2605
|
+
batch: z.number(),
|
|
2606
|
+
threshold: z.number(),
|
|
2607
|
+
name: z.string().optional(),
|
|
2608
|
+
hidden: z.boolean(),
|
|
2609
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2610
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2611
|
+
});
|
|
2612
|
+
/** @internal */
|
|
2613
|
+
exports.FunctionDuration$outboundSchema = z.object({
|
|
2614
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFunctionDurationMatrix$outboundSchema).optional(),
|
|
2615
|
+
tier: z.number().optional(),
|
|
2616
|
+
price: z.number(),
|
|
2617
|
+
batch: z.number(),
|
|
2618
|
+
threshold: z.number(),
|
|
2619
|
+
name: z.string().optional(),
|
|
2620
|
+
hidden: z.boolean(),
|
|
2621
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2622
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2623
|
+
});
|
|
2624
|
+
/**
|
|
2625
|
+
* @internal
|
|
2626
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2627
|
+
*/
|
|
2628
|
+
var FunctionDuration$;
|
|
2629
|
+
(function (FunctionDuration$) {
|
|
2630
|
+
/** @deprecated use `FunctionDuration$inboundSchema` instead. */
|
|
2631
|
+
FunctionDuration$.inboundSchema = exports.FunctionDuration$inboundSchema;
|
|
2632
|
+
/** @deprecated use `FunctionDuration$outboundSchema` instead. */
|
|
2633
|
+
FunctionDuration$.outboundSchema = exports.FunctionDuration$outboundSchema;
|
|
2634
|
+
})(FunctionDuration$ || (exports.FunctionDuration$ = FunctionDuration$ = {}));
|
|
2635
|
+
/** @internal */
|
|
2636
|
+
exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema = z.object({
|
|
2637
|
+
defaultUnitPrice: z.string(),
|
|
2638
|
+
dimensionPrices: z.record(z.string()),
|
|
2639
|
+
});
|
|
2640
|
+
/** @internal */
|
|
2641
|
+
exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema = z.object({
|
|
2642
|
+
defaultUnitPrice: z.string(),
|
|
2643
|
+
dimensionPrices: z.record(z.string()),
|
|
2644
|
+
});
|
|
2645
|
+
/**
|
|
2646
|
+
* @internal
|
|
2647
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2648
|
+
*/
|
|
2649
|
+
var AuthUserBillingInvoiceItemsFunctionInvocationMatrix$;
|
|
2650
|
+
(function (AuthUserBillingInvoiceItemsFunctionInvocationMatrix$) {
|
|
2651
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema` instead. */
|
|
2652
|
+
AuthUserBillingInvoiceItemsFunctionInvocationMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema;
|
|
2653
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema` instead. */
|
|
2654
|
+
AuthUserBillingInvoiceItemsFunctionInvocationMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema;
|
|
2655
|
+
})(AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ || (exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ = AuthUserBillingInvoiceItemsFunctionInvocationMatrix$ = {}));
|
|
2656
|
+
/** @internal */
|
|
2657
|
+
exports.FunctionInvocation$inboundSchema = z.object({
|
|
2658
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$inboundSchema).optional(),
|
|
2659
|
+
tier: z.number().optional(),
|
|
2660
|
+
price: z.number(),
|
|
2661
|
+
batch: z.number(),
|
|
2662
|
+
threshold: z.number(),
|
|
2663
|
+
name: z.string().optional(),
|
|
2664
|
+
hidden: z.boolean(),
|
|
2665
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2666
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2667
|
+
});
|
|
2668
|
+
/** @internal */
|
|
2669
|
+
exports.FunctionInvocation$outboundSchema = z.object({
|
|
2670
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsFunctionInvocationMatrix$outboundSchema).optional(),
|
|
2671
|
+
tier: z.number().optional(),
|
|
2672
|
+
price: z.number(),
|
|
2673
|
+
batch: z.number(),
|
|
2674
|
+
threshold: z.number(),
|
|
2675
|
+
name: z.string().optional(),
|
|
2676
|
+
hidden: z.boolean(),
|
|
2677
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2678
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2679
|
+
});
|
|
2680
|
+
/**
|
|
2681
|
+
* @internal
|
|
2682
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2683
|
+
*/
|
|
2684
|
+
var FunctionInvocation$;
|
|
2685
|
+
(function (FunctionInvocation$) {
|
|
2686
|
+
/** @deprecated use `FunctionInvocation$inboundSchema` instead. */
|
|
2687
|
+
FunctionInvocation$.inboundSchema = exports.FunctionInvocation$inboundSchema;
|
|
2688
|
+
/** @deprecated use `FunctionInvocation$outboundSchema` instead. */
|
|
2689
|
+
FunctionInvocation$.outboundSchema = exports.FunctionInvocation$outboundSchema;
|
|
2690
|
+
})(FunctionInvocation$ || (exports.FunctionInvocation$ = FunctionInvocation$ = {}));
|
|
2691
|
+
/** @internal */
|
|
2692
|
+
exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema = z.object({
|
|
2693
|
+
defaultUnitPrice: z.string(),
|
|
2694
|
+
dimensionPrices: z.record(z.string()),
|
|
2695
|
+
});
|
|
2696
|
+
/** @internal */
|
|
2697
|
+
exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema = z.object({
|
|
2698
|
+
defaultUnitPrice: z.string(),
|
|
2699
|
+
dimensionPrices: z.record(z.string()),
|
|
2700
|
+
});
|
|
2701
|
+
/**
|
|
2702
|
+
* @internal
|
|
2703
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2704
|
+
*/
|
|
2705
|
+
var AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$;
|
|
2706
|
+
(function (AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$) {
|
|
2707
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema` instead. */
|
|
2708
|
+
AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema;
|
|
2709
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema` instead. */
|
|
2710
|
+
AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema;
|
|
2711
|
+
})(AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ || (exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ = AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$ = {}));
|
|
2712
|
+
/** @internal */
|
|
2713
|
+
exports.LogDrainsVolume$inboundSchema = z.object({
|
|
2714
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$inboundSchema).optional(),
|
|
2715
|
+
tier: z.number().optional(),
|
|
2716
|
+
price: z.number(),
|
|
2717
|
+
batch: z.number(),
|
|
2718
|
+
threshold: z.number(),
|
|
2719
|
+
name: z.string().optional(),
|
|
2720
|
+
hidden: z.boolean(),
|
|
2721
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2722
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2723
|
+
});
|
|
2724
|
+
/** @internal */
|
|
2725
|
+
exports.LogDrainsVolume$outboundSchema = z.object({
|
|
2726
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsLogDrainsVolumeMatrix$outboundSchema).optional(),
|
|
2727
|
+
tier: z.number().optional(),
|
|
2728
|
+
price: z.number(),
|
|
2729
|
+
batch: z.number(),
|
|
2730
|
+
threshold: z.number(),
|
|
2731
|
+
name: z.string().optional(),
|
|
2732
|
+
hidden: z.boolean(),
|
|
2733
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2734
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2735
|
+
});
|
|
2736
|
+
/**
|
|
2737
|
+
* @internal
|
|
2738
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2739
|
+
*/
|
|
2740
|
+
var LogDrainsVolume$;
|
|
2741
|
+
(function (LogDrainsVolume$) {
|
|
2742
|
+
/** @deprecated use `LogDrainsVolume$inboundSchema` instead. */
|
|
2743
|
+
LogDrainsVolume$.inboundSchema = exports.LogDrainsVolume$inboundSchema;
|
|
2744
|
+
/** @deprecated use `LogDrainsVolume$outboundSchema` instead. */
|
|
2745
|
+
LogDrainsVolume$.outboundSchema = exports.LogDrainsVolume$outboundSchema;
|
|
2746
|
+
})(LogDrainsVolume$ || (exports.LogDrainsVolume$ = LogDrainsVolume$ = {}));
|
|
2747
|
+
/** @internal */
|
|
2748
|
+
exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema = z.object({
|
|
2749
|
+
defaultUnitPrice: z.string(),
|
|
2750
|
+
dimensionPrices: z.record(z.string()),
|
|
2751
|
+
});
|
|
2752
|
+
/** @internal */
|
|
2753
|
+
exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema = z.object({
|
|
2754
|
+
defaultUnitPrice: z.string(),
|
|
2755
|
+
dimensionPrices: z.record(z.string()),
|
|
2756
|
+
});
|
|
2757
|
+
/**
|
|
2758
|
+
* @internal
|
|
2759
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2760
|
+
*/
|
|
2761
|
+
var AuthUserBillingInvoiceItemsMonitoringMetricMatrix$;
|
|
2762
|
+
(function (AuthUserBillingInvoiceItemsMonitoringMetricMatrix$) {
|
|
2763
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema` instead. */
|
|
2764
|
+
AuthUserBillingInvoiceItemsMonitoringMetricMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema;
|
|
2765
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema` instead. */
|
|
2766
|
+
AuthUserBillingInvoiceItemsMonitoringMetricMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema;
|
|
2767
|
+
})(AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ || (exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ = AuthUserBillingInvoiceItemsMonitoringMetricMatrix$ = {}));
|
|
2768
|
+
/** @internal */
|
|
2769
|
+
exports.MonitoringMetric$inboundSchema = z.object({
|
|
2770
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$inboundSchema).optional(),
|
|
2771
|
+
tier: z.number().optional(),
|
|
2772
|
+
price: z.number(),
|
|
2773
|
+
batch: z.number(),
|
|
2774
|
+
threshold: z.number(),
|
|
2775
|
+
name: z.string().optional(),
|
|
2776
|
+
hidden: z.boolean(),
|
|
2777
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2778
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2779
|
+
});
|
|
2780
|
+
/** @internal */
|
|
2781
|
+
exports.MonitoringMetric$outboundSchema = z.object({
|
|
2782
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsMonitoringMetricMatrix$outboundSchema).optional(),
|
|
2783
|
+
tier: z.number().optional(),
|
|
2784
|
+
price: z.number(),
|
|
2785
|
+
batch: z.number(),
|
|
2786
|
+
threshold: z.number(),
|
|
2787
|
+
name: z.string().optional(),
|
|
2788
|
+
hidden: z.boolean(),
|
|
2789
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2790
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2791
|
+
});
|
|
2792
|
+
/**
|
|
2793
|
+
* @internal
|
|
2794
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2795
|
+
*/
|
|
2796
|
+
var MonitoringMetric$;
|
|
2797
|
+
(function (MonitoringMetric$) {
|
|
2798
|
+
/** @deprecated use `MonitoringMetric$inboundSchema` instead. */
|
|
2799
|
+
MonitoringMetric$.inboundSchema = exports.MonitoringMetric$inboundSchema;
|
|
2800
|
+
/** @deprecated use `MonitoringMetric$outboundSchema` instead. */
|
|
2801
|
+
MonitoringMetric$.outboundSchema = exports.MonitoringMetric$outboundSchema;
|
|
2802
|
+
})(MonitoringMetric$ || (exports.MonitoringMetric$ = MonitoringMetric$ = {}));
|
|
2803
|
+
/** @internal */
|
|
2804
|
+
exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema = z.object({
|
|
2805
|
+
defaultUnitPrice: z.string(),
|
|
2806
|
+
dimensionPrices: z.record(z.string()),
|
|
2807
|
+
});
|
|
2808
|
+
/** @internal */
|
|
2809
|
+
exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema = z.object({
|
|
2810
|
+
defaultUnitPrice: z.string(),
|
|
2811
|
+
dimensionPrices: z.record(z.string()),
|
|
2812
|
+
});
|
|
2813
|
+
/**
|
|
2814
|
+
* @internal
|
|
2815
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2816
|
+
*/
|
|
2817
|
+
var AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$;
|
|
2818
|
+
(function (AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$) {
|
|
2819
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema` instead. */
|
|
2820
|
+
AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema;
|
|
2821
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema` instead. */
|
|
2822
|
+
AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema;
|
|
2823
|
+
})(AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ || (exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ = AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$ = {}));
|
|
2824
|
+
/** @internal */
|
|
2825
|
+
exports.PostgresComputeTime$inboundSchema = z.object({
|
|
2826
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$inboundSchema).optional(),
|
|
2827
|
+
tier: z.number().optional(),
|
|
2828
|
+
price: z.number(),
|
|
2829
|
+
batch: z.number(),
|
|
2830
|
+
threshold: z.number(),
|
|
2831
|
+
name: z.string().optional(),
|
|
2832
|
+
hidden: z.boolean(),
|
|
2833
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2834
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2835
|
+
});
|
|
2836
|
+
/** @internal */
|
|
2837
|
+
exports.PostgresComputeTime$outboundSchema = z.object({
|
|
2838
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresComputeTimeMatrix$outboundSchema).optional(),
|
|
2839
|
+
tier: z.number().optional(),
|
|
2840
|
+
price: z.number(),
|
|
2841
|
+
batch: z.number(),
|
|
2842
|
+
threshold: z.number(),
|
|
2843
|
+
name: z.string().optional(),
|
|
2844
|
+
hidden: z.boolean(),
|
|
2845
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2846
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2847
|
+
});
|
|
2848
|
+
/**
|
|
2849
|
+
* @internal
|
|
2850
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2851
|
+
*/
|
|
2852
|
+
var PostgresComputeTime$;
|
|
2853
|
+
(function (PostgresComputeTime$) {
|
|
2854
|
+
/** @deprecated use `PostgresComputeTime$inboundSchema` instead. */
|
|
2855
|
+
PostgresComputeTime$.inboundSchema = exports.PostgresComputeTime$inboundSchema;
|
|
2856
|
+
/** @deprecated use `PostgresComputeTime$outboundSchema` instead. */
|
|
2857
|
+
PostgresComputeTime$.outboundSchema = exports.PostgresComputeTime$outboundSchema;
|
|
2858
|
+
})(PostgresComputeTime$ || (exports.PostgresComputeTime$ = PostgresComputeTime$ = {}));
|
|
2859
|
+
/** @internal */
|
|
2860
|
+
exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema = z.object({
|
|
2861
|
+
defaultUnitPrice: z.string(),
|
|
2862
|
+
dimensionPrices: z.record(z.string()),
|
|
2863
|
+
});
|
|
2864
|
+
/** @internal */
|
|
2865
|
+
exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema = z.object({
|
|
2866
|
+
defaultUnitPrice: z.string(),
|
|
2867
|
+
dimensionPrices: z.record(z.string()),
|
|
2868
|
+
});
|
|
2869
|
+
/**
|
|
2870
|
+
* @internal
|
|
2871
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2872
|
+
*/
|
|
2873
|
+
var AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$;
|
|
2874
|
+
(function (AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$) {
|
|
2875
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema` instead. */
|
|
2876
|
+
AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema;
|
|
2877
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema` instead. */
|
|
2878
|
+
AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema;
|
|
2879
|
+
})(AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ || (exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ = AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$ = {}));
|
|
2880
|
+
/** @internal */
|
|
2881
|
+
exports.PostgresDataStorage$inboundSchema = z.object({
|
|
2882
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$inboundSchema).optional(),
|
|
2883
|
+
tier: z.number().optional(),
|
|
2884
|
+
price: z.number(),
|
|
2885
|
+
batch: z.number(),
|
|
2886
|
+
threshold: z.number(),
|
|
2887
|
+
name: z.string().optional(),
|
|
2888
|
+
hidden: z.boolean(),
|
|
2889
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2890
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2891
|
+
});
|
|
2892
|
+
/** @internal */
|
|
2893
|
+
exports.PostgresDataStorage$outboundSchema = z.object({
|
|
2894
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDataStorageMatrix$outboundSchema).optional(),
|
|
2895
|
+
tier: z.number().optional(),
|
|
2896
|
+
price: z.number(),
|
|
2897
|
+
batch: z.number(),
|
|
2898
|
+
threshold: z.number(),
|
|
2899
|
+
name: z.string().optional(),
|
|
2900
|
+
hidden: z.boolean(),
|
|
2901
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2902
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2903
|
+
});
|
|
2904
|
+
/**
|
|
2905
|
+
* @internal
|
|
2906
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2907
|
+
*/
|
|
2908
|
+
var PostgresDataStorage$;
|
|
2909
|
+
(function (PostgresDataStorage$) {
|
|
2910
|
+
/** @deprecated use `PostgresDataStorage$inboundSchema` instead. */
|
|
2911
|
+
PostgresDataStorage$.inboundSchema = exports.PostgresDataStorage$inboundSchema;
|
|
2912
|
+
/** @deprecated use `PostgresDataStorage$outboundSchema` instead. */
|
|
2913
|
+
PostgresDataStorage$.outboundSchema = exports.PostgresDataStorage$outboundSchema;
|
|
2914
|
+
})(PostgresDataStorage$ || (exports.PostgresDataStorage$ = PostgresDataStorage$ = {}));
|
|
2915
|
+
/** @internal */
|
|
2916
|
+
exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema = z.object({
|
|
2917
|
+
defaultUnitPrice: z.string(),
|
|
2918
|
+
dimensionPrices: z.record(z.string()),
|
|
2919
|
+
});
|
|
2920
|
+
/** @internal */
|
|
2921
|
+
exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema = z.object({
|
|
2922
|
+
defaultUnitPrice: z.string(),
|
|
2923
|
+
dimensionPrices: z.record(z.string()),
|
|
2924
|
+
});
|
|
2925
|
+
/**
|
|
2926
|
+
* @internal
|
|
2927
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2928
|
+
*/
|
|
2929
|
+
var AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$;
|
|
2930
|
+
(function (AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$) {
|
|
2931
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema` instead. */
|
|
2932
|
+
AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema;
|
|
2933
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema` instead. */
|
|
2934
|
+
AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema;
|
|
2935
|
+
})(AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ || (exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ = AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$ = {}));
|
|
2936
|
+
/** @internal */
|
|
2937
|
+
exports.PostgresDataTransfer$inboundSchema = z.object({
|
|
2938
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$inboundSchema).optional(),
|
|
2939
|
+
tier: z.number().optional(),
|
|
2940
|
+
price: z.number(),
|
|
2941
|
+
batch: z.number(),
|
|
2942
|
+
threshold: z.number(),
|
|
2943
|
+
name: z.string().optional(),
|
|
2944
|
+
hidden: z.boolean(),
|
|
2945
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2946
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2947
|
+
});
|
|
2948
|
+
/** @internal */
|
|
2949
|
+
exports.PostgresDataTransfer$outboundSchema = z.object({
|
|
2950
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDataTransferMatrix$outboundSchema).optional(),
|
|
2951
|
+
tier: z.number().optional(),
|
|
2952
|
+
price: z.number(),
|
|
2953
|
+
batch: z.number(),
|
|
2954
|
+
threshold: z.number(),
|
|
2955
|
+
name: z.string().optional(),
|
|
2956
|
+
hidden: z.boolean(),
|
|
2957
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
2958
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
2959
|
+
});
|
|
2960
|
+
/**
|
|
2961
|
+
* @internal
|
|
2962
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2963
|
+
*/
|
|
2964
|
+
var PostgresDataTransfer$;
|
|
2965
|
+
(function (PostgresDataTransfer$) {
|
|
2966
|
+
/** @deprecated use `PostgresDataTransfer$inboundSchema` instead. */
|
|
2967
|
+
PostgresDataTransfer$.inboundSchema = exports.PostgresDataTransfer$inboundSchema;
|
|
2968
|
+
/** @deprecated use `PostgresDataTransfer$outboundSchema` instead. */
|
|
2969
|
+
PostgresDataTransfer$.outboundSchema = exports.PostgresDataTransfer$outboundSchema;
|
|
2970
|
+
})(PostgresDataTransfer$ || (exports.PostgresDataTransfer$ = PostgresDataTransfer$ = {}));
|
|
2971
|
+
/** @internal */
|
|
2972
|
+
exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema = z.object({
|
|
2973
|
+
defaultUnitPrice: z.string(),
|
|
2974
|
+
dimensionPrices: z.record(z.string()),
|
|
2975
|
+
});
|
|
2976
|
+
/** @internal */
|
|
2977
|
+
exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema = z.object({
|
|
2978
|
+
defaultUnitPrice: z.string(),
|
|
2979
|
+
dimensionPrices: z.record(z.string()),
|
|
2980
|
+
});
|
|
2981
|
+
/**
|
|
2982
|
+
* @internal
|
|
2983
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2984
|
+
*/
|
|
2985
|
+
var AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$;
|
|
2986
|
+
(function (AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$) {
|
|
2987
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema` instead. */
|
|
2988
|
+
AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema;
|
|
2989
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema` instead. */
|
|
2990
|
+
AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema;
|
|
2991
|
+
})(AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ || (exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ = AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$ = {}));
|
|
2992
|
+
/** @internal */
|
|
2993
|
+
exports.PostgresDatabase$inboundSchema = z.object({
|
|
2994
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$inboundSchema).optional(),
|
|
2995
|
+
tier: z.number().optional(),
|
|
2996
|
+
price: z.number(),
|
|
2997
|
+
batch: z.number(),
|
|
2998
|
+
threshold: z.number(),
|
|
2999
|
+
name: z.string().optional(),
|
|
3000
|
+
hidden: z.boolean(),
|
|
3001
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3002
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3003
|
+
});
|
|
3004
|
+
/** @internal */
|
|
3005
|
+
exports.PostgresDatabase$outboundSchema = z.object({
|
|
3006
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresDatabaseMatrix$outboundSchema).optional(),
|
|
3007
|
+
tier: z.number().optional(),
|
|
3008
|
+
price: z.number(),
|
|
3009
|
+
batch: z.number(),
|
|
3010
|
+
threshold: z.number(),
|
|
3011
|
+
name: z.string().optional(),
|
|
3012
|
+
hidden: z.boolean(),
|
|
3013
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3014
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3015
|
+
});
|
|
3016
|
+
/**
|
|
3017
|
+
* @internal
|
|
3018
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3019
|
+
*/
|
|
3020
|
+
var PostgresDatabase$;
|
|
3021
|
+
(function (PostgresDatabase$) {
|
|
3022
|
+
/** @deprecated use `PostgresDatabase$inboundSchema` instead. */
|
|
3023
|
+
PostgresDatabase$.inboundSchema = exports.PostgresDatabase$inboundSchema;
|
|
3024
|
+
/** @deprecated use `PostgresDatabase$outboundSchema` instead. */
|
|
3025
|
+
PostgresDatabase$.outboundSchema = exports.PostgresDatabase$outboundSchema;
|
|
3026
|
+
})(PostgresDatabase$ || (exports.PostgresDatabase$ = PostgresDatabase$ = {}));
|
|
3027
|
+
/** @internal */
|
|
3028
|
+
exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema = z.object({
|
|
3029
|
+
defaultUnitPrice: z.string(),
|
|
3030
|
+
dimensionPrices: z.record(z.string()),
|
|
3031
|
+
});
|
|
3032
|
+
/** @internal */
|
|
3033
|
+
exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema = z.object({
|
|
3034
|
+
defaultUnitPrice: z.string(),
|
|
3035
|
+
dimensionPrices: z.record(z.string()),
|
|
3036
|
+
});
|
|
3037
|
+
/**
|
|
3038
|
+
* @internal
|
|
3039
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3040
|
+
*/
|
|
3041
|
+
var AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$;
|
|
3042
|
+
(function (AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$) {
|
|
3043
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema` instead. */
|
|
3044
|
+
AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema;
|
|
3045
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema` instead. */
|
|
3046
|
+
AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema;
|
|
3047
|
+
})(AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ || (exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ = AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$ = {}));
|
|
3048
|
+
/** @internal */
|
|
3049
|
+
exports.PostgresWrittenData$inboundSchema = z.object({
|
|
3050
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$inboundSchema).optional(),
|
|
3051
|
+
tier: z.number().optional(),
|
|
3052
|
+
price: z.number(),
|
|
3053
|
+
batch: z.number(),
|
|
3054
|
+
threshold: z.number(),
|
|
3055
|
+
name: z.string().optional(),
|
|
3056
|
+
hidden: z.boolean(),
|
|
3057
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3058
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3059
|
+
});
|
|
3060
|
+
/** @internal */
|
|
3061
|
+
exports.PostgresWrittenData$outboundSchema = z.object({
|
|
3062
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsPostgresWrittenDataMatrix$outboundSchema).optional(),
|
|
3063
|
+
tier: z.number().optional(),
|
|
3064
|
+
price: z.number(),
|
|
3065
|
+
batch: z.number(),
|
|
3066
|
+
threshold: z.number(),
|
|
3067
|
+
name: z.string().optional(),
|
|
3068
|
+
hidden: z.boolean(),
|
|
3069
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3070
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3071
|
+
});
|
|
3072
|
+
/**
|
|
3073
|
+
* @internal
|
|
3074
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3075
|
+
*/
|
|
3076
|
+
var PostgresWrittenData$;
|
|
3077
|
+
(function (PostgresWrittenData$) {
|
|
3078
|
+
/** @deprecated use `PostgresWrittenData$inboundSchema` instead. */
|
|
3079
|
+
PostgresWrittenData$.inboundSchema = exports.PostgresWrittenData$inboundSchema;
|
|
3080
|
+
/** @deprecated use `PostgresWrittenData$outboundSchema` instead. */
|
|
3081
|
+
PostgresWrittenData$.outboundSchema = exports.PostgresWrittenData$outboundSchema;
|
|
3082
|
+
})(PostgresWrittenData$ || (exports.PostgresWrittenData$ = PostgresWrittenData$ = {}));
|
|
3083
|
+
/** @internal */
|
|
3084
|
+
exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema = z.object({
|
|
3085
|
+
defaultUnitPrice: z.string(),
|
|
3086
|
+
dimensionPrices: z.record(z.string()),
|
|
3087
|
+
});
|
|
3088
|
+
/** @internal */
|
|
3089
|
+
exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema = z.object({
|
|
3090
|
+
defaultUnitPrice: z.string(),
|
|
3091
|
+
dimensionPrices: z.record(z.string()),
|
|
3092
|
+
});
|
|
3093
|
+
/**
|
|
3094
|
+
* @internal
|
|
3095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3096
|
+
*/
|
|
3097
|
+
var AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$;
|
|
3098
|
+
(function (AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$) {
|
|
3099
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema` instead. */
|
|
3100
|
+
AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema;
|
|
3101
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema` instead. */
|
|
3102
|
+
AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema;
|
|
3103
|
+
})(AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ || (exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ = AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$ = {}));
|
|
3104
|
+
/** @internal */
|
|
3105
|
+
exports.ServerlessFunctionExecution$inboundSchema = z.object({
|
|
3106
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$inboundSchema).optional(),
|
|
3107
|
+
tier: z.number().optional(),
|
|
3108
|
+
price: z.number(),
|
|
3109
|
+
batch: z.number(),
|
|
3110
|
+
threshold: z.number(),
|
|
3111
|
+
name: z.string().optional(),
|
|
3112
|
+
hidden: z.boolean(),
|
|
3113
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3114
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3115
|
+
});
|
|
3116
|
+
/** @internal */
|
|
3117
|
+
exports.ServerlessFunctionExecution$outboundSchema = z.object({
|
|
3118
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsServerlessFunctionExecutionMatrix$outboundSchema).optional(),
|
|
3119
|
+
tier: z.number().optional(),
|
|
3120
|
+
price: z.number(),
|
|
3121
|
+
batch: z.number(),
|
|
3122
|
+
threshold: z.number(),
|
|
3123
|
+
name: z.string().optional(),
|
|
3124
|
+
hidden: z.boolean(),
|
|
3125
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3126
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3127
|
+
});
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3131
|
+
*/
|
|
3132
|
+
var ServerlessFunctionExecution$;
|
|
3133
|
+
(function (ServerlessFunctionExecution$) {
|
|
3134
|
+
/** @deprecated use `ServerlessFunctionExecution$inboundSchema` instead. */
|
|
3135
|
+
ServerlessFunctionExecution$.inboundSchema = exports.ServerlessFunctionExecution$inboundSchema;
|
|
3136
|
+
/** @deprecated use `ServerlessFunctionExecution$outboundSchema` instead. */
|
|
3137
|
+
ServerlessFunctionExecution$.outboundSchema = exports.ServerlessFunctionExecution$outboundSchema;
|
|
3138
|
+
})(ServerlessFunctionExecution$ || (exports.ServerlessFunctionExecution$ = ServerlessFunctionExecution$ = {}));
|
|
3139
|
+
/** @internal */
|
|
3140
|
+
exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema = z.object({
|
|
3141
|
+
defaultUnitPrice: z.string(),
|
|
3142
|
+
dimensionPrices: z.record(z.string()),
|
|
3143
|
+
});
|
|
3144
|
+
/** @internal */
|
|
3145
|
+
exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema = z.object({
|
|
3146
|
+
defaultUnitPrice: z.string(),
|
|
3147
|
+
dimensionPrices: z.record(z.string()),
|
|
3148
|
+
});
|
|
3149
|
+
/**
|
|
3150
|
+
* @internal
|
|
3151
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3152
|
+
*/
|
|
3153
|
+
var AuthUserBillingInvoiceItemsSourceImagesMatrix$;
|
|
3154
|
+
(function (AuthUserBillingInvoiceItemsSourceImagesMatrix$) {
|
|
3155
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema` instead. */
|
|
3156
|
+
AuthUserBillingInvoiceItemsSourceImagesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema;
|
|
3157
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema` instead. */
|
|
3158
|
+
AuthUserBillingInvoiceItemsSourceImagesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema;
|
|
3159
|
+
})(AuthUserBillingInvoiceItemsSourceImagesMatrix$ || (exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$ = AuthUserBillingInvoiceItemsSourceImagesMatrix$ = {}));
|
|
3160
|
+
/** @internal */
|
|
3161
|
+
exports.SourceImages$inboundSchema = z.object({
|
|
3162
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$inboundSchema).optional(),
|
|
3163
|
+
tier: z.number().optional(),
|
|
3164
|
+
price: z.number(),
|
|
3165
|
+
batch: z.number(),
|
|
3166
|
+
threshold: z.number(),
|
|
3167
|
+
name: z.string().optional(),
|
|
3168
|
+
hidden: z.boolean(),
|
|
3169
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3170
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3171
|
+
});
|
|
3172
|
+
/** @internal */
|
|
3173
|
+
exports.SourceImages$outboundSchema = z.object({
|
|
3174
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsSourceImagesMatrix$outboundSchema).optional(),
|
|
3175
|
+
tier: z.number().optional(),
|
|
3176
|
+
price: z.number(),
|
|
3177
|
+
batch: z.number(),
|
|
3178
|
+
threshold: z.number(),
|
|
3179
|
+
name: z.string().optional(),
|
|
3180
|
+
hidden: z.boolean(),
|
|
3181
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3182
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3183
|
+
});
|
|
3184
|
+
/**
|
|
3185
|
+
* @internal
|
|
3186
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3187
|
+
*/
|
|
3188
|
+
var SourceImages$;
|
|
3189
|
+
(function (SourceImages$) {
|
|
3190
|
+
/** @deprecated use `SourceImages$inboundSchema` instead. */
|
|
3191
|
+
SourceImages$.inboundSchema = exports.SourceImages$inboundSchema;
|
|
3192
|
+
/** @deprecated use `SourceImages$outboundSchema` instead. */
|
|
3193
|
+
SourceImages$.outboundSchema = exports.SourceImages$outboundSchema;
|
|
3194
|
+
})(SourceImages$ || (exports.SourceImages$ = SourceImages$ = {}));
|
|
3195
|
+
/** @internal */
|
|
3196
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema = z.object({
|
|
3197
|
+
defaultUnitPrice: z.string(),
|
|
3198
|
+
dimensionPrices: z.record(z.string()),
|
|
3199
|
+
});
|
|
3200
|
+
/** @internal */
|
|
3201
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema = z.object({
|
|
3202
|
+
defaultUnitPrice: z.string(),
|
|
3203
|
+
dimensionPrices: z.record(z.string()),
|
|
3204
|
+
});
|
|
3205
|
+
/**
|
|
3206
|
+
* @internal
|
|
3207
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3208
|
+
*/
|
|
3209
|
+
var AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$;
|
|
3210
|
+
(function (AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$) {
|
|
3211
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema` instead. */
|
|
3212
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema;
|
|
3213
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema` instead. */
|
|
3214
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema;
|
|
3215
|
+
})(AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ || (exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ = AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$ = {}));
|
|
3216
|
+
/** @internal */
|
|
3217
|
+
exports.StorageRedisTotalBandwidthInBytes$inboundSchema = z.object({
|
|
3218
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$inboundSchema).optional(),
|
|
3219
|
+
tier: z.number().optional(),
|
|
3220
|
+
price: z.number(),
|
|
3221
|
+
batch: z.number(),
|
|
3222
|
+
threshold: z.number(),
|
|
3223
|
+
name: z.string().optional(),
|
|
3224
|
+
hidden: z.boolean(),
|
|
3225
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3226
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3227
|
+
});
|
|
3228
|
+
/** @internal */
|
|
3229
|
+
exports.StorageRedisTotalBandwidthInBytes$outboundSchema = z.object({
|
|
3230
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalBandwidthInBytesMatrix$outboundSchema).optional(),
|
|
3231
|
+
tier: z.number().optional(),
|
|
3232
|
+
price: z.number(),
|
|
3233
|
+
batch: z.number(),
|
|
3234
|
+
threshold: z.number(),
|
|
3235
|
+
name: z.string().optional(),
|
|
3236
|
+
hidden: z.boolean(),
|
|
3237
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3238
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3239
|
+
});
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3243
|
+
*/
|
|
3244
|
+
var StorageRedisTotalBandwidthInBytes$;
|
|
3245
|
+
(function (StorageRedisTotalBandwidthInBytes$) {
|
|
3246
|
+
/** @deprecated use `StorageRedisTotalBandwidthInBytes$inboundSchema` instead. */
|
|
3247
|
+
StorageRedisTotalBandwidthInBytes$.inboundSchema = exports.StorageRedisTotalBandwidthInBytes$inboundSchema;
|
|
3248
|
+
/** @deprecated use `StorageRedisTotalBandwidthInBytes$outboundSchema` instead. */
|
|
3249
|
+
StorageRedisTotalBandwidthInBytes$.outboundSchema = exports.StorageRedisTotalBandwidthInBytes$outboundSchema;
|
|
3250
|
+
})(StorageRedisTotalBandwidthInBytes$ || (exports.StorageRedisTotalBandwidthInBytes$ = StorageRedisTotalBandwidthInBytes$ = {}));
|
|
3251
|
+
/** @internal */
|
|
3252
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema = z.object({
|
|
3253
|
+
defaultUnitPrice: z.string(),
|
|
3254
|
+
dimensionPrices: z.record(z.string()),
|
|
3255
|
+
});
|
|
3256
|
+
/** @internal */
|
|
3257
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema = z.object({
|
|
3258
|
+
defaultUnitPrice: z.string(),
|
|
3259
|
+
dimensionPrices: z.record(z.string()),
|
|
3260
|
+
});
|
|
3261
|
+
/**
|
|
3262
|
+
* @internal
|
|
3263
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3264
|
+
*/
|
|
3265
|
+
var AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$;
|
|
3266
|
+
(function (AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$) {
|
|
3267
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema` instead. */
|
|
3268
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema;
|
|
3269
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema` instead. */
|
|
3270
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema;
|
|
3271
|
+
})(AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ || (exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ = AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$ = {}));
|
|
3272
|
+
/** @internal */
|
|
3273
|
+
exports.StorageRedisTotalCommands$inboundSchema = z.object({
|
|
3274
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$inboundSchema).optional(),
|
|
3275
|
+
tier: z.number().optional(),
|
|
3276
|
+
price: z.number(),
|
|
3277
|
+
batch: z.number(),
|
|
3278
|
+
threshold: z.number(),
|
|
3279
|
+
name: z.string().optional(),
|
|
3280
|
+
hidden: z.boolean(),
|
|
3281
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3282
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3283
|
+
});
|
|
3284
|
+
/** @internal */
|
|
3285
|
+
exports.StorageRedisTotalCommands$outboundSchema = z.object({
|
|
3286
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalCommandsMatrix$outboundSchema).optional(),
|
|
3287
|
+
tier: z.number().optional(),
|
|
3288
|
+
price: z.number(),
|
|
3289
|
+
batch: z.number(),
|
|
3290
|
+
threshold: z.number(),
|
|
3291
|
+
name: z.string().optional(),
|
|
3292
|
+
hidden: z.boolean(),
|
|
3293
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3294
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3295
|
+
});
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3299
|
+
*/
|
|
3300
|
+
var StorageRedisTotalCommands$;
|
|
3301
|
+
(function (StorageRedisTotalCommands$) {
|
|
3302
|
+
/** @deprecated use `StorageRedisTotalCommands$inboundSchema` instead. */
|
|
3303
|
+
StorageRedisTotalCommands$.inboundSchema = exports.StorageRedisTotalCommands$inboundSchema;
|
|
3304
|
+
/** @deprecated use `StorageRedisTotalCommands$outboundSchema` instead. */
|
|
3305
|
+
StorageRedisTotalCommands$.outboundSchema = exports.StorageRedisTotalCommands$outboundSchema;
|
|
3306
|
+
})(StorageRedisTotalCommands$ || (exports.StorageRedisTotalCommands$ = StorageRedisTotalCommands$ = {}));
|
|
3307
|
+
/** @internal */
|
|
3308
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema = z.object({
|
|
3309
|
+
defaultUnitPrice: z.string(),
|
|
3310
|
+
dimensionPrices: z.record(z.string()),
|
|
3311
|
+
});
|
|
3312
|
+
/** @internal */
|
|
3313
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema = z.object({
|
|
3314
|
+
defaultUnitPrice: z.string(),
|
|
3315
|
+
dimensionPrices: z.record(z.string()),
|
|
3316
|
+
});
|
|
3317
|
+
/**
|
|
3318
|
+
* @internal
|
|
3319
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3320
|
+
*/
|
|
3321
|
+
var AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$;
|
|
3322
|
+
(function (AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$) {
|
|
3323
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema` instead. */
|
|
3324
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema;
|
|
3325
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema` instead. */
|
|
3326
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema;
|
|
3327
|
+
})(AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ || (exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ = AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$ = {}));
|
|
3328
|
+
/** @internal */
|
|
3329
|
+
exports.StorageRedisTotalDailyAvgStorageInBytes$inboundSchema = z.object({
|
|
3330
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$inboundSchema).optional(),
|
|
3331
|
+
tier: z.number().optional(),
|
|
3332
|
+
price: z.number(),
|
|
3333
|
+
batch: z.number(),
|
|
3334
|
+
threshold: z.number(),
|
|
3335
|
+
name: z.string().optional(),
|
|
3336
|
+
hidden: z.boolean(),
|
|
3337
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3338
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3339
|
+
});
|
|
3340
|
+
/** @internal */
|
|
3341
|
+
exports.StorageRedisTotalDailyAvgStorageInBytes$outboundSchema = z.object({
|
|
3342
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalDailyAvgStorageInBytesMatrix$outboundSchema).optional(),
|
|
3343
|
+
tier: z.number().optional(),
|
|
3344
|
+
price: z.number(),
|
|
3345
|
+
batch: z.number(),
|
|
3346
|
+
threshold: z.number(),
|
|
3347
|
+
name: z.string().optional(),
|
|
3348
|
+
hidden: z.boolean(),
|
|
3349
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3350
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3351
|
+
});
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3355
|
+
*/
|
|
3356
|
+
var StorageRedisTotalDailyAvgStorageInBytes$;
|
|
3357
|
+
(function (StorageRedisTotalDailyAvgStorageInBytes$) {
|
|
3358
|
+
/** @deprecated use `StorageRedisTotalDailyAvgStorageInBytes$inboundSchema` instead. */
|
|
3359
|
+
StorageRedisTotalDailyAvgStorageInBytes$.inboundSchema = exports.StorageRedisTotalDailyAvgStorageInBytes$inboundSchema;
|
|
3360
|
+
/** @deprecated use `StorageRedisTotalDailyAvgStorageInBytes$outboundSchema` instead. */
|
|
3361
|
+
StorageRedisTotalDailyAvgStorageInBytes$.outboundSchema = exports.StorageRedisTotalDailyAvgStorageInBytes$outboundSchema;
|
|
3362
|
+
})(StorageRedisTotalDailyAvgStorageInBytes$ || (exports.StorageRedisTotalDailyAvgStorageInBytes$ = StorageRedisTotalDailyAvgStorageInBytes$ = {}));
|
|
3363
|
+
/** @internal */
|
|
3364
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema = z.object({
|
|
3365
|
+
defaultUnitPrice: z.string(),
|
|
3366
|
+
dimensionPrices: z.record(z.string()),
|
|
3367
|
+
});
|
|
3368
|
+
/** @internal */
|
|
3369
|
+
exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema = z.object({
|
|
3370
|
+
defaultUnitPrice: z.string(),
|
|
3371
|
+
dimensionPrices: z.record(z.string()),
|
|
3372
|
+
});
|
|
3373
|
+
/**
|
|
3374
|
+
* @internal
|
|
3375
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3376
|
+
*/
|
|
3377
|
+
var AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$;
|
|
3378
|
+
(function (AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$) {
|
|
3379
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema` instead. */
|
|
3380
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema;
|
|
3381
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema` instead. */
|
|
3382
|
+
AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema;
|
|
3383
|
+
})(AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ || (exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ = AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$ = {}));
|
|
3384
|
+
/** @internal */
|
|
3385
|
+
exports.StorageRedisTotalDatabases$inboundSchema = z.object({
|
|
3386
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$inboundSchema).optional(),
|
|
3387
|
+
tier: z.number().optional(),
|
|
3388
|
+
price: z.number(),
|
|
3389
|
+
batch: z.number(),
|
|
3390
|
+
threshold: z.number(),
|
|
3391
|
+
name: z.string().optional(),
|
|
3392
|
+
hidden: z.boolean(),
|
|
3393
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3394
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3395
|
+
});
|
|
3396
|
+
/** @internal */
|
|
3397
|
+
exports.StorageRedisTotalDatabases$outboundSchema = z.object({
|
|
3398
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsStorageRedisTotalDatabasesMatrix$outboundSchema).optional(),
|
|
3399
|
+
tier: z.number().optional(),
|
|
3400
|
+
price: z.number(),
|
|
3401
|
+
batch: z.number(),
|
|
3402
|
+
threshold: z.number(),
|
|
3403
|
+
name: z.string().optional(),
|
|
3404
|
+
hidden: z.boolean(),
|
|
3405
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3406
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3407
|
+
});
|
|
3408
|
+
/**
|
|
3409
|
+
* @internal
|
|
3410
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3411
|
+
*/
|
|
3412
|
+
var StorageRedisTotalDatabases$;
|
|
3413
|
+
(function (StorageRedisTotalDatabases$) {
|
|
3414
|
+
/** @deprecated use `StorageRedisTotalDatabases$inboundSchema` instead. */
|
|
3415
|
+
StorageRedisTotalDatabases$.inboundSchema = exports.StorageRedisTotalDatabases$inboundSchema;
|
|
3416
|
+
/** @deprecated use `StorageRedisTotalDatabases$outboundSchema` instead. */
|
|
3417
|
+
StorageRedisTotalDatabases$.outboundSchema = exports.StorageRedisTotalDatabases$outboundSchema;
|
|
3418
|
+
})(StorageRedisTotalDatabases$ || (exports.StorageRedisTotalDatabases$ = StorageRedisTotalDatabases$ = {}));
|
|
3419
|
+
/** @internal */
|
|
3420
|
+
exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema = z.object({
|
|
3421
|
+
defaultUnitPrice: z.string(),
|
|
3422
|
+
dimensionPrices: z.record(z.string()),
|
|
3423
|
+
});
|
|
3424
|
+
/** @internal */
|
|
3425
|
+
exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema = z.object({
|
|
3426
|
+
defaultUnitPrice: z.string(),
|
|
3427
|
+
dimensionPrices: z.record(z.string()),
|
|
3428
|
+
});
|
|
3429
|
+
/**
|
|
3430
|
+
* @internal
|
|
3431
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3432
|
+
*/
|
|
3433
|
+
var AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$;
|
|
3434
|
+
(function (AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$) {
|
|
3435
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema` instead. */
|
|
3436
|
+
AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema;
|
|
3437
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema` instead. */
|
|
3438
|
+
AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema;
|
|
3439
|
+
})(AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ || (exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ = AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$ = {}));
|
|
3440
|
+
/** @internal */
|
|
3441
|
+
exports.WafOwaspExcessBytes$inboundSchema = z.object({
|
|
3442
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$inboundSchema).optional(),
|
|
3443
|
+
tier: z.number().optional(),
|
|
3444
|
+
price: z.number(),
|
|
3445
|
+
batch: z.number(),
|
|
3446
|
+
threshold: z.number(),
|
|
3447
|
+
name: z.string().optional(),
|
|
3448
|
+
hidden: z.boolean(),
|
|
3449
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3450
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3451
|
+
});
|
|
3452
|
+
/** @internal */
|
|
3453
|
+
exports.WafOwaspExcessBytes$outboundSchema = z.object({
|
|
3454
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWafOwaspExcessBytesMatrix$outboundSchema).optional(),
|
|
3455
|
+
tier: z.number().optional(),
|
|
3456
|
+
price: z.number(),
|
|
3457
|
+
batch: z.number(),
|
|
3458
|
+
threshold: z.number(),
|
|
3459
|
+
name: z.string().optional(),
|
|
3460
|
+
hidden: z.boolean(),
|
|
3461
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3462
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3463
|
+
});
|
|
3464
|
+
/**
|
|
3465
|
+
* @internal
|
|
3466
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3467
|
+
*/
|
|
3468
|
+
var WafOwaspExcessBytes$;
|
|
3469
|
+
(function (WafOwaspExcessBytes$) {
|
|
3470
|
+
/** @deprecated use `WafOwaspExcessBytes$inboundSchema` instead. */
|
|
3471
|
+
WafOwaspExcessBytes$.inboundSchema = exports.WafOwaspExcessBytes$inboundSchema;
|
|
3472
|
+
/** @deprecated use `WafOwaspExcessBytes$outboundSchema` instead. */
|
|
3473
|
+
WafOwaspExcessBytes$.outboundSchema = exports.WafOwaspExcessBytes$outboundSchema;
|
|
3474
|
+
})(WafOwaspExcessBytes$ || (exports.WafOwaspExcessBytes$ = WafOwaspExcessBytes$ = {}));
|
|
3475
|
+
/** @internal */
|
|
3476
|
+
exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema = z.object({
|
|
3477
|
+
defaultUnitPrice: z.string(),
|
|
3478
|
+
dimensionPrices: z.record(z.string()),
|
|
3479
|
+
});
|
|
3480
|
+
/** @internal */
|
|
3481
|
+
exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema = z.object({
|
|
3482
|
+
defaultUnitPrice: z.string(),
|
|
3483
|
+
dimensionPrices: z.record(z.string()),
|
|
3484
|
+
});
|
|
3485
|
+
/**
|
|
3486
|
+
* @internal
|
|
3487
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3488
|
+
*/
|
|
3489
|
+
var AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$;
|
|
3490
|
+
(function (AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$) {
|
|
3491
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema` instead. */
|
|
3492
|
+
AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema;
|
|
3493
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema` instead. */
|
|
3494
|
+
AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema;
|
|
3495
|
+
})(AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ || (exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ = AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$ = {}));
|
|
3496
|
+
/** @internal */
|
|
3497
|
+
exports.WafOwaspRequests$inboundSchema = z.object({
|
|
3498
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$inboundSchema).optional(),
|
|
3499
|
+
tier: z.number().optional(),
|
|
3500
|
+
price: z.number(),
|
|
3501
|
+
batch: z.number(),
|
|
3502
|
+
threshold: z.number(),
|
|
3503
|
+
name: z.string().optional(),
|
|
3504
|
+
hidden: z.boolean(),
|
|
3505
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3506
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3507
|
+
});
|
|
3508
|
+
/** @internal */
|
|
3509
|
+
exports.WafOwaspRequests$outboundSchema = z.object({
|
|
3510
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWafOwaspRequestsMatrix$outboundSchema).optional(),
|
|
3511
|
+
tier: z.number().optional(),
|
|
3512
|
+
price: z.number(),
|
|
3513
|
+
batch: z.number(),
|
|
3514
|
+
threshold: z.number(),
|
|
3515
|
+
name: z.string().optional(),
|
|
3516
|
+
hidden: z.boolean(),
|
|
3517
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3518
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3519
|
+
});
|
|
3520
|
+
/**
|
|
3521
|
+
* @internal
|
|
3522
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3523
|
+
*/
|
|
3524
|
+
var WafOwaspRequests$;
|
|
3525
|
+
(function (WafOwaspRequests$) {
|
|
3526
|
+
/** @deprecated use `WafOwaspRequests$inboundSchema` instead. */
|
|
3527
|
+
WafOwaspRequests$.inboundSchema = exports.WafOwaspRequests$inboundSchema;
|
|
3528
|
+
/** @deprecated use `WafOwaspRequests$outboundSchema` instead. */
|
|
3529
|
+
WafOwaspRequests$.outboundSchema = exports.WafOwaspRequests$outboundSchema;
|
|
3530
|
+
})(WafOwaspRequests$ || (exports.WafOwaspRequests$ = WafOwaspRequests$ = {}));
|
|
3531
|
+
/** @internal */
|
|
3532
|
+
exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema = z.object({
|
|
3533
|
+
defaultUnitPrice: z.string(),
|
|
3534
|
+
dimensionPrices: z.record(z.string()),
|
|
3535
|
+
});
|
|
3536
|
+
/** @internal */
|
|
3537
|
+
exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema = z.object({
|
|
3538
|
+
defaultUnitPrice: z.string(),
|
|
3539
|
+
dimensionPrices: z.record(z.string()),
|
|
3540
|
+
});
|
|
3541
|
+
/**
|
|
3542
|
+
* @internal
|
|
3543
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3544
|
+
*/
|
|
3545
|
+
var AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$;
|
|
3546
|
+
(function (AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$) {
|
|
3547
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema` instead. */
|
|
3548
|
+
AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$.inboundSchema = exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema;
|
|
3549
|
+
/** @deprecated use `AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema` instead. */
|
|
3550
|
+
AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$.outboundSchema = exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema;
|
|
3551
|
+
})(AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ || (exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ = AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$ = {}));
|
|
3552
|
+
/** @internal */
|
|
3553
|
+
exports.WebAnalyticsEvent$inboundSchema = z.object({
|
|
3554
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$inboundSchema).optional(),
|
|
3555
|
+
tier: z.number().optional(),
|
|
3556
|
+
price: z.number(),
|
|
3557
|
+
batch: z.number(),
|
|
3558
|
+
threshold: z.number(),
|
|
3559
|
+
name: z.string().optional(),
|
|
3560
|
+
hidden: z.boolean(),
|
|
3561
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3562
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3563
|
+
});
|
|
3564
|
+
/** @internal */
|
|
3565
|
+
exports.WebAnalyticsEvent$outboundSchema = z.object({
|
|
3566
|
+
matrix: z.lazy(() => exports.AuthUserBillingInvoiceItemsWebAnalyticsEventMatrix$outboundSchema).optional(),
|
|
3567
|
+
tier: z.number().optional(),
|
|
3568
|
+
price: z.number(),
|
|
3569
|
+
batch: z.number(),
|
|
3570
|
+
threshold: z.number(),
|
|
3571
|
+
name: z.string().optional(),
|
|
3572
|
+
hidden: z.boolean(),
|
|
3573
|
+
disabledAt: z.nullable(z.number()).optional(),
|
|
3574
|
+
enabledAt: z.nullable(z.number()).optional(),
|
|
3575
|
+
});
|
|
3576
|
+
/**
|
|
3577
|
+
* @internal
|
|
3578
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3579
|
+
*/
|
|
3580
|
+
var WebAnalyticsEvent$;
|
|
3581
|
+
(function (WebAnalyticsEvent$) {
|
|
3582
|
+
/** @deprecated use `WebAnalyticsEvent$inboundSchema` instead. */
|
|
3583
|
+
WebAnalyticsEvent$.inboundSchema = exports.WebAnalyticsEvent$inboundSchema;
|
|
3584
|
+
/** @deprecated use `WebAnalyticsEvent$outboundSchema` instead. */
|
|
3585
|
+
WebAnalyticsEvent$.outboundSchema = exports.WebAnalyticsEvent$outboundSchema;
|
|
3586
|
+
})(WebAnalyticsEvent$ || (exports.WebAnalyticsEvent$ = WebAnalyticsEvent$ = {}));
|
|
3587
|
+
/** @internal */
|
|
3588
|
+
exports.InvoiceItems$inboundSchema = z.object({
|
|
3589
|
+
concurrentBuilds: z.lazy(() => exports.ConcurrentBuilds$inboundSchema).optional(),
|
|
3590
|
+
webAnalytics: z.lazy(() => exports.AuthUserWebAnalytics$inboundSchema).optional(),
|
|
3591
|
+
pro: z.lazy(() => exports.Pro$inboundSchema).optional(),
|
|
3592
|
+
enterprise: z.lazy(() => exports.Enterprise$inboundSchema).optional(),
|
|
3593
|
+
analytics: z.lazy(() => exports.Analytics$inboundSchema).optional(),
|
|
3594
|
+
developerExperiencePlatform: z.lazy(() => exports.DeveloperExperiencePlatform$inboundSchema).optional(),
|
|
3595
|
+
includedAllocationMiu: z.lazy(() => exports.IncludedAllocationMiu$inboundSchema)
|
|
3596
|
+
.optional(),
|
|
3597
|
+
managedInfrastructureCommitment: z.lazy(() => exports.ManagedInfrastructureCommitment$inboundSchema).optional(),
|
|
3598
|
+
monitoring: z.lazy(() => exports.Monitoring$inboundSchema).optional(),
|
|
3599
|
+
passwordProtection: z.lazy(() => exports.PasswordProtection$inboundSchema).optional(),
|
|
3600
|
+
previewDeploymentSuffix: z.lazy(() => exports.PreviewDeploymentSuffix$inboundSchema)
|
|
3601
|
+
.optional(),
|
|
3602
|
+
saml: z.lazy(() => exports.AuthUserSaml$inboundSchema).optional(),
|
|
3603
|
+
teamSeats: z.lazy(() => exports.TeamSeats$inboundSchema).optional(),
|
|
3604
|
+
vercelMarketplace: z.lazy(() => exports.VercelMarketplace$inboundSchema).optional(),
|
|
3605
|
+
analyticsUsage: z.lazy(() => exports.AnalyticsUsage$inboundSchema).optional(),
|
|
3606
|
+
artifacts: z.lazy(() => exports.Artifacts$inboundSchema).optional(),
|
|
3607
|
+
bandwidth: z.lazy(() => exports.Bandwidth$inboundSchema).optional(),
|
|
3608
|
+
blobStores: z.lazy(() => exports.BlobStores$inboundSchema).optional(),
|
|
3609
|
+
blobTotalAdvancedRequests: z.lazy(() => exports.BlobTotalAdvancedRequests$inboundSchema).optional(),
|
|
3610
|
+
blobTotalAvgSizeInBytes: z.lazy(() => exports.BlobTotalAvgSizeInBytes$inboundSchema)
|
|
3611
|
+
.optional(),
|
|
3612
|
+
blobTotalGetResponseObjectSizeInBytes: z.lazy(() => exports.BlobTotalGetResponseObjectSizeInBytes$inboundSchema).optional(),
|
|
3613
|
+
blobTotalSimpleRequests: z.lazy(() => exports.BlobTotalSimpleRequests$inboundSchema)
|
|
3614
|
+
.optional(),
|
|
3615
|
+
buildMinute: z.lazy(() => exports.BuildMinute$inboundSchema).optional(),
|
|
3616
|
+
dataCacheRead: z.lazy(() => exports.DataCacheRead$inboundSchema).optional(),
|
|
3617
|
+
dataCacheRevalidation: z.lazy(() => exports.DataCacheRevalidation$inboundSchema)
|
|
3618
|
+
.optional(),
|
|
3619
|
+
dataCacheWrite: z.lazy(() => exports.DataCacheWrite$inboundSchema).optional(),
|
|
3620
|
+
edgeConfigRead: z.lazy(() => exports.EdgeConfigRead$inboundSchema).optional(),
|
|
3621
|
+
edgeConfigWrite: z.lazy(() => exports.EdgeConfigWrite$inboundSchema).optional(),
|
|
3622
|
+
edgeFunctionExecutionUnits: z.lazy(() => exports.EdgeFunctionExecutionUnits$inboundSchema).optional(),
|
|
3623
|
+
edgeMiddlewareInvocations: z.lazy(() => exports.EdgeMiddlewareInvocations$inboundSchema).optional(),
|
|
3624
|
+
edgeRequest: z.lazy(() => exports.EdgeRequest$inboundSchema).optional(),
|
|
3625
|
+
edgeRequestAdditionalCpuDuration: z.lazy(() => exports.EdgeRequestAdditionalCpuDuration$inboundSchema).optional(),
|
|
3626
|
+
fastDataTransfer: z.lazy(() => exports.FastDataTransfer$inboundSchema).optional(),
|
|
3627
|
+
fastOriginTransfer: z.lazy(() => exports.FastOriginTransfer$inboundSchema).optional(),
|
|
3628
|
+
functionDuration: z.lazy(() => exports.FunctionDuration$inboundSchema).optional(),
|
|
3629
|
+
functionInvocation: z.lazy(() => exports.FunctionInvocation$inboundSchema).optional(),
|
|
3630
|
+
logDrainsVolume: z.lazy(() => exports.LogDrainsVolume$inboundSchema).optional(),
|
|
3631
|
+
monitoringMetric: z.lazy(() => exports.MonitoringMetric$inboundSchema).optional(),
|
|
3632
|
+
postgresComputeTime: z.lazy(() => exports.PostgresComputeTime$inboundSchema)
|
|
3633
|
+
.optional(),
|
|
3634
|
+
postgresDataStorage: z.lazy(() => exports.PostgresDataStorage$inboundSchema)
|
|
3635
|
+
.optional(),
|
|
3636
|
+
postgresDataTransfer: z.lazy(() => exports.PostgresDataTransfer$inboundSchema)
|
|
3637
|
+
.optional(),
|
|
3638
|
+
postgresDatabase: z.lazy(() => exports.PostgresDatabase$inboundSchema).optional(),
|
|
3639
|
+
postgresWrittenData: z.lazy(() => exports.PostgresWrittenData$inboundSchema)
|
|
3640
|
+
.optional(),
|
|
3641
|
+
serverlessFunctionExecution: z.lazy(() => exports.ServerlessFunctionExecution$inboundSchema).optional(),
|
|
3642
|
+
sourceImages: z.lazy(() => exports.SourceImages$inboundSchema).optional(),
|
|
3643
|
+
storageRedisTotalBandwidthInBytes: z.lazy(() => exports.StorageRedisTotalBandwidthInBytes$inboundSchema).optional(),
|
|
3644
|
+
storageRedisTotalCommands: z.lazy(() => exports.StorageRedisTotalCommands$inboundSchema).optional(),
|
|
3645
|
+
storageRedisTotalDailyAvgStorageInBytes: z.lazy(() => exports.StorageRedisTotalDailyAvgStorageInBytes$inboundSchema).optional(),
|
|
3646
|
+
storageRedisTotalDatabases: z.lazy(() => exports.StorageRedisTotalDatabases$inboundSchema).optional(),
|
|
3647
|
+
wafOwaspExcessBytes: z.lazy(() => exports.WafOwaspExcessBytes$inboundSchema)
|
|
3648
|
+
.optional(),
|
|
3649
|
+
wafOwaspRequests: z.lazy(() => exports.WafOwaspRequests$inboundSchema).optional(),
|
|
3650
|
+
webAnalyticsEvent: z.lazy(() => exports.WebAnalyticsEvent$inboundSchema).optional(),
|
|
3651
|
+
});
|
|
3652
|
+
/** @internal */
|
|
3653
|
+
exports.InvoiceItems$outboundSchema = z.object({
|
|
3654
|
+
concurrentBuilds: z.lazy(() => exports.ConcurrentBuilds$outboundSchema).optional(),
|
|
3655
|
+
webAnalytics: z.lazy(() => exports.AuthUserWebAnalytics$outboundSchema).optional(),
|
|
3656
|
+
pro: z.lazy(() => exports.Pro$outboundSchema).optional(),
|
|
3657
|
+
enterprise: z.lazy(() => exports.Enterprise$outboundSchema).optional(),
|
|
3658
|
+
analytics: z.lazy(() => exports.Analytics$outboundSchema).optional(),
|
|
3659
|
+
developerExperiencePlatform: z.lazy(() => exports.DeveloperExperiencePlatform$outboundSchema).optional(),
|
|
3660
|
+
includedAllocationMiu: z.lazy(() => exports.IncludedAllocationMiu$outboundSchema)
|
|
3661
|
+
.optional(),
|
|
3662
|
+
managedInfrastructureCommitment: z.lazy(() => exports.ManagedInfrastructureCommitment$outboundSchema).optional(),
|
|
3663
|
+
monitoring: z.lazy(() => exports.Monitoring$outboundSchema).optional(),
|
|
3664
|
+
passwordProtection: z.lazy(() => exports.PasswordProtection$outboundSchema)
|
|
3665
|
+
.optional(),
|
|
3666
|
+
previewDeploymentSuffix: z.lazy(() => exports.PreviewDeploymentSuffix$outboundSchema)
|
|
3667
|
+
.optional(),
|
|
3668
|
+
saml: z.lazy(() => exports.AuthUserSaml$outboundSchema).optional(),
|
|
3669
|
+
teamSeats: z.lazy(() => exports.TeamSeats$outboundSchema).optional(),
|
|
3670
|
+
vercelMarketplace: z.lazy(() => exports.VercelMarketplace$outboundSchema).optional(),
|
|
3671
|
+
analyticsUsage: z.lazy(() => exports.AnalyticsUsage$outboundSchema).optional(),
|
|
3672
|
+
artifacts: z.lazy(() => exports.Artifacts$outboundSchema).optional(),
|
|
3673
|
+
bandwidth: z.lazy(() => exports.Bandwidth$outboundSchema).optional(),
|
|
3674
|
+
blobStores: z.lazy(() => exports.BlobStores$outboundSchema).optional(),
|
|
3675
|
+
blobTotalAdvancedRequests: z.lazy(() => exports.BlobTotalAdvancedRequests$outboundSchema).optional(),
|
|
3676
|
+
blobTotalAvgSizeInBytes: z.lazy(() => exports.BlobTotalAvgSizeInBytes$outboundSchema)
|
|
3677
|
+
.optional(),
|
|
3678
|
+
blobTotalGetResponseObjectSizeInBytes: z.lazy(() => exports.BlobTotalGetResponseObjectSizeInBytes$outboundSchema).optional(),
|
|
3679
|
+
blobTotalSimpleRequests: z.lazy(() => exports.BlobTotalSimpleRequests$outboundSchema)
|
|
3680
|
+
.optional(),
|
|
3681
|
+
buildMinute: z.lazy(() => exports.BuildMinute$outboundSchema).optional(),
|
|
3682
|
+
dataCacheRead: z.lazy(() => exports.DataCacheRead$outboundSchema).optional(),
|
|
3683
|
+
dataCacheRevalidation: z.lazy(() => exports.DataCacheRevalidation$outboundSchema)
|
|
3684
|
+
.optional(),
|
|
3685
|
+
dataCacheWrite: z.lazy(() => exports.DataCacheWrite$outboundSchema).optional(),
|
|
3686
|
+
edgeConfigRead: z.lazy(() => exports.EdgeConfigRead$outboundSchema).optional(),
|
|
3687
|
+
edgeConfigWrite: z.lazy(() => exports.EdgeConfigWrite$outboundSchema).optional(),
|
|
3688
|
+
edgeFunctionExecutionUnits: z.lazy(() => exports.EdgeFunctionExecutionUnits$outboundSchema).optional(),
|
|
3689
|
+
edgeMiddlewareInvocations: z.lazy(() => exports.EdgeMiddlewareInvocations$outboundSchema).optional(),
|
|
3690
|
+
edgeRequest: z.lazy(() => exports.EdgeRequest$outboundSchema).optional(),
|
|
3691
|
+
edgeRequestAdditionalCpuDuration: z.lazy(() => exports.EdgeRequestAdditionalCpuDuration$outboundSchema).optional(),
|
|
3692
|
+
fastDataTransfer: z.lazy(() => exports.FastDataTransfer$outboundSchema).optional(),
|
|
3693
|
+
fastOriginTransfer: z.lazy(() => exports.FastOriginTransfer$outboundSchema)
|
|
3694
|
+
.optional(),
|
|
3695
|
+
functionDuration: z.lazy(() => exports.FunctionDuration$outboundSchema).optional(),
|
|
3696
|
+
functionInvocation: z.lazy(() => exports.FunctionInvocation$outboundSchema)
|
|
3697
|
+
.optional(),
|
|
3698
|
+
logDrainsVolume: z.lazy(() => exports.LogDrainsVolume$outboundSchema).optional(),
|
|
3699
|
+
monitoringMetric: z.lazy(() => exports.MonitoringMetric$outboundSchema).optional(),
|
|
3700
|
+
postgresComputeTime: z.lazy(() => exports.PostgresComputeTime$outboundSchema)
|
|
3701
|
+
.optional(),
|
|
3702
|
+
postgresDataStorage: z.lazy(() => exports.PostgresDataStorage$outboundSchema)
|
|
3703
|
+
.optional(),
|
|
3704
|
+
postgresDataTransfer: z.lazy(() => exports.PostgresDataTransfer$outboundSchema)
|
|
3705
|
+
.optional(),
|
|
3706
|
+
postgresDatabase: z.lazy(() => exports.PostgresDatabase$outboundSchema).optional(),
|
|
3707
|
+
postgresWrittenData: z.lazy(() => exports.PostgresWrittenData$outboundSchema)
|
|
3708
|
+
.optional(),
|
|
3709
|
+
serverlessFunctionExecution: z.lazy(() => exports.ServerlessFunctionExecution$outboundSchema).optional(),
|
|
3710
|
+
sourceImages: z.lazy(() => exports.SourceImages$outboundSchema).optional(),
|
|
3711
|
+
storageRedisTotalBandwidthInBytes: z.lazy(() => exports.StorageRedisTotalBandwidthInBytes$outboundSchema).optional(),
|
|
3712
|
+
storageRedisTotalCommands: z.lazy(() => exports.StorageRedisTotalCommands$outboundSchema).optional(),
|
|
3713
|
+
storageRedisTotalDailyAvgStorageInBytes: z.lazy(() => exports.StorageRedisTotalDailyAvgStorageInBytes$outboundSchema).optional(),
|
|
3714
|
+
storageRedisTotalDatabases: z.lazy(() => exports.StorageRedisTotalDatabases$outboundSchema).optional(),
|
|
3715
|
+
wafOwaspExcessBytes: z.lazy(() => exports.WafOwaspExcessBytes$outboundSchema)
|
|
3716
|
+
.optional(),
|
|
3717
|
+
wafOwaspRequests: z.lazy(() => exports.WafOwaspRequests$outboundSchema).optional(),
|
|
3718
|
+
webAnalyticsEvent: z.lazy(() => exports.WebAnalyticsEvent$outboundSchema).optional(),
|
|
3719
|
+
});
|
|
3720
|
+
/**
|
|
3721
|
+
* @internal
|
|
3722
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3723
|
+
*/
|
|
3724
|
+
var InvoiceItems$;
|
|
3725
|
+
(function (InvoiceItems$) {
|
|
3726
|
+
/** @deprecated use `InvoiceItems$inboundSchema` instead. */
|
|
3727
|
+
InvoiceItems$.inboundSchema = exports.InvoiceItems$inboundSchema;
|
|
3728
|
+
/** @deprecated use `InvoiceItems$outboundSchema` instead. */
|
|
3729
|
+
InvoiceItems$.outboundSchema = exports.InvoiceItems$outboundSchema;
|
|
3730
|
+
})(InvoiceItems$ || (exports.InvoiceItems$ = InvoiceItems$ = {}));
|
|
3731
|
+
/** @internal */
|
|
3732
|
+
exports.InvoiceSettings$inboundSchema = z.object({
|
|
3733
|
+
footer: z.string().optional(),
|
|
3734
|
+
});
|
|
3735
|
+
/** @internal */
|
|
3736
|
+
exports.InvoiceSettings$outboundSchema = z.object({
|
|
3737
|
+
footer: z.string().optional(),
|
|
3738
|
+
});
|
|
3739
|
+
/**
|
|
3740
|
+
* @internal
|
|
3741
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3742
|
+
*/
|
|
3743
|
+
var InvoiceSettings$;
|
|
3744
|
+
(function (InvoiceSettings$) {
|
|
3745
|
+
/** @deprecated use `InvoiceSettings$inboundSchema` instead. */
|
|
3746
|
+
InvoiceSettings$.inboundSchema = exports.InvoiceSettings$inboundSchema;
|
|
3747
|
+
/** @deprecated use `InvoiceSettings$outboundSchema` instead. */
|
|
3748
|
+
InvoiceSettings$.outboundSchema = exports.InvoiceSettings$outboundSchema;
|
|
3749
|
+
})(InvoiceSettings$ || (exports.InvoiceSettings$ = InvoiceSettings$ = {}));
|
|
3750
|
+
/** @internal */
|
|
3751
|
+
exports.AuthUserTrial$inboundSchema = z.object({
|
|
3752
|
+
start: z.number(),
|
|
3753
|
+
end: z.number(),
|
|
3754
|
+
});
|
|
3755
|
+
/** @internal */
|
|
3756
|
+
exports.AuthUserTrial$outboundSchema = z.object({
|
|
3757
|
+
start: z.number(),
|
|
3758
|
+
end: z.number(),
|
|
3759
|
+
});
|
|
3760
|
+
/**
|
|
3761
|
+
* @internal
|
|
3762
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3763
|
+
*/
|
|
3764
|
+
var AuthUserTrial$;
|
|
3765
|
+
(function (AuthUserTrial$) {
|
|
3766
|
+
/** @deprecated use `AuthUserTrial$inboundSchema` instead. */
|
|
3767
|
+
AuthUserTrial$.inboundSchema = exports.AuthUserTrial$inboundSchema;
|
|
3768
|
+
/** @deprecated use `AuthUserTrial$outboundSchema` instead. */
|
|
3769
|
+
AuthUserTrial$.outboundSchema = exports.AuthUserTrial$outboundSchema;
|
|
3770
|
+
})(AuthUserTrial$ || (exports.AuthUserTrial$ = AuthUserTrial$ = {}));
|
|
3771
|
+
/** @internal */
|
|
3772
|
+
exports.AuthUserPeriod$inboundSchema = z.object({
|
|
3773
|
+
start: z.number(),
|
|
3774
|
+
end: z.number(),
|
|
3775
|
+
});
|
|
3776
|
+
/** @internal */
|
|
3777
|
+
exports.AuthUserPeriod$outboundSchema = z.object({
|
|
3778
|
+
start: z.number(),
|
|
3779
|
+
end: z.number(),
|
|
3780
|
+
});
|
|
3781
|
+
/**
|
|
3782
|
+
* @internal
|
|
3783
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3784
|
+
*/
|
|
3785
|
+
var AuthUserPeriod$;
|
|
3786
|
+
(function (AuthUserPeriod$) {
|
|
3787
|
+
/** @deprecated use `AuthUserPeriod$inboundSchema` instead. */
|
|
3788
|
+
AuthUserPeriod$.inboundSchema = exports.AuthUserPeriod$inboundSchema;
|
|
3789
|
+
/** @deprecated use `AuthUserPeriod$outboundSchema` instead. */
|
|
3790
|
+
AuthUserPeriod$.outboundSchema = exports.AuthUserPeriod$outboundSchema;
|
|
3791
|
+
})(AuthUserPeriod$ || (exports.AuthUserPeriod$ = AuthUserPeriod$ = {}));
|
|
3792
|
+
/** @internal */
|
|
3793
|
+
exports.Interval$inboundSchema = z
|
|
3794
|
+
.nativeEnum(exports.Interval);
|
|
3795
|
+
/** @internal */
|
|
3796
|
+
exports.Interval$outboundSchema = exports.Interval$inboundSchema;
|
|
3797
|
+
/**
|
|
3798
|
+
* @internal
|
|
3799
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3800
|
+
*/
|
|
3801
|
+
var Interval$;
|
|
3802
|
+
(function (Interval$) {
|
|
3803
|
+
/** @deprecated use `Interval$inboundSchema` instead. */
|
|
3804
|
+
Interval$.inboundSchema = exports.Interval$inboundSchema;
|
|
3805
|
+
/** @deprecated use `Interval$outboundSchema` instead. */
|
|
3806
|
+
Interval$.outboundSchema = exports.Interval$outboundSchema;
|
|
3807
|
+
})(Interval$ || (exports.Interval$ = Interval$ = {}));
|
|
3808
|
+
/** @internal */
|
|
3809
|
+
exports.Frequency$inboundSchema = z.object({
|
|
3810
|
+
interval: exports.Interval$inboundSchema,
|
|
3811
|
+
intervalCount: z.number(),
|
|
3812
|
+
});
|
|
3813
|
+
/** @internal */
|
|
3814
|
+
exports.Frequency$outboundSchema = z.object({
|
|
3815
|
+
interval: exports.Interval$outboundSchema,
|
|
3816
|
+
intervalCount: z.number(),
|
|
3817
|
+
});
|
|
3818
|
+
/**
|
|
3819
|
+
* @internal
|
|
3820
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3821
|
+
*/
|
|
3822
|
+
var Frequency$;
|
|
3823
|
+
(function (Frequency$) {
|
|
3824
|
+
/** @deprecated use `Frequency$inboundSchema` instead. */
|
|
3825
|
+
Frequency$.inboundSchema = exports.Frequency$inboundSchema;
|
|
3826
|
+
/** @deprecated use `Frequency$outboundSchema` instead. */
|
|
3827
|
+
Frequency$.outboundSchema = exports.Frequency$outboundSchema;
|
|
3828
|
+
})(Frequency$ || (exports.Frequency$ = Frequency$ = {}));
|
|
3829
|
+
/** @internal */
|
|
3830
|
+
exports.Duration$inboundSchema = z
|
|
3831
|
+
.nativeEnum(exports.Duration);
|
|
3832
|
+
/** @internal */
|
|
3833
|
+
exports.Duration$outboundSchema = exports.Duration$inboundSchema;
|
|
3834
|
+
/**
|
|
3835
|
+
* @internal
|
|
3836
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3837
|
+
*/
|
|
3838
|
+
var Duration$;
|
|
3839
|
+
(function (Duration$) {
|
|
3840
|
+
/** @deprecated use `Duration$inboundSchema` instead. */
|
|
3841
|
+
Duration$.inboundSchema = exports.Duration$inboundSchema;
|
|
3842
|
+
/** @deprecated use `Duration$outboundSchema` instead. */
|
|
3843
|
+
Duration$.outboundSchema = exports.Duration$outboundSchema;
|
|
3844
|
+
})(Duration$ || (exports.Duration$ = Duration$ = {}));
|
|
3845
|
+
/** @internal */
|
|
3846
|
+
exports.Coupon$inboundSchema = z
|
|
3847
|
+
.object({
|
|
3848
|
+
id: z.string(),
|
|
3849
|
+
name: z.nullable(z.string()),
|
|
3850
|
+
amountOff: z.nullable(z.number()),
|
|
3851
|
+
percentageOff: z.nullable(z.number()),
|
|
3852
|
+
durationInMonths: z.nullable(z.number()),
|
|
3853
|
+
duration: exports.Duration$inboundSchema,
|
|
3854
|
+
});
|
|
3855
|
+
/** @internal */
|
|
3856
|
+
exports.Coupon$outboundSchema = z.object({
|
|
3857
|
+
id: z.string(),
|
|
3858
|
+
name: z.nullable(z.string()),
|
|
3859
|
+
amountOff: z.nullable(z.number()),
|
|
3860
|
+
percentageOff: z.nullable(z.number()),
|
|
3861
|
+
durationInMonths: z.nullable(z.number()),
|
|
3862
|
+
duration: exports.Duration$outboundSchema,
|
|
3863
|
+
});
|
|
3864
|
+
/**
|
|
3865
|
+
* @internal
|
|
3866
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3867
|
+
*/
|
|
3868
|
+
var Coupon$;
|
|
3869
|
+
(function (Coupon$) {
|
|
3870
|
+
/** @deprecated use `Coupon$inboundSchema` instead. */
|
|
3871
|
+
Coupon$.inboundSchema = exports.Coupon$inboundSchema;
|
|
3872
|
+
/** @deprecated use `Coupon$outboundSchema` instead. */
|
|
3873
|
+
Coupon$.outboundSchema = exports.Coupon$outboundSchema;
|
|
3874
|
+
})(Coupon$ || (exports.Coupon$ = Coupon$ = {}));
|
|
3875
|
+
/** @internal */
|
|
3876
|
+
exports.Discount$inboundSchema = z.object({
|
|
3877
|
+
id: z.string(),
|
|
3878
|
+
coupon: z.lazy(() => exports.Coupon$inboundSchema),
|
|
3879
|
+
});
|
|
3880
|
+
/** @internal */
|
|
3881
|
+
exports.Discount$outboundSchema = z.object({
|
|
3882
|
+
id: z.string(),
|
|
3883
|
+
coupon: z.lazy(() => exports.Coupon$outboundSchema),
|
|
3884
|
+
});
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3888
|
+
*/
|
|
3889
|
+
var Discount$;
|
|
3890
|
+
(function (Discount$) {
|
|
3891
|
+
/** @deprecated use `Discount$inboundSchema` instead. */
|
|
3892
|
+
Discount$.inboundSchema = exports.Discount$inboundSchema;
|
|
3893
|
+
/** @deprecated use `Discount$outboundSchema` instead. */
|
|
3894
|
+
Discount$.outboundSchema = exports.Discount$outboundSchema;
|
|
3895
|
+
})(Discount$ || (exports.Discount$ = Discount$ = {}));
|
|
3896
|
+
/** @internal */
|
|
3897
|
+
exports.Items$inboundSchema = z
|
|
3898
|
+
.object({
|
|
3899
|
+
id: z.string(),
|
|
3900
|
+
priceId: z.string(),
|
|
3901
|
+
productId: z.string(),
|
|
3902
|
+
amount: z.number(),
|
|
3903
|
+
quantity: z.number(),
|
|
3904
|
+
});
|
|
3905
|
+
/** @internal */
|
|
3906
|
+
exports.Items$outboundSchema = z.object({
|
|
3907
|
+
id: z.string(),
|
|
3908
|
+
priceId: z.string(),
|
|
3909
|
+
productId: z.string(),
|
|
3910
|
+
amount: z.number(),
|
|
3911
|
+
quantity: z.number(),
|
|
3912
|
+
});
|
|
3913
|
+
/**
|
|
3914
|
+
* @internal
|
|
3915
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3916
|
+
*/
|
|
3917
|
+
var Items$;
|
|
3918
|
+
(function (Items$) {
|
|
3919
|
+
/** @deprecated use `Items$inboundSchema` instead. */
|
|
3920
|
+
Items$.inboundSchema = exports.Items$inboundSchema;
|
|
3921
|
+
/** @deprecated use `Items$outboundSchema` instead. */
|
|
3922
|
+
Items$.outboundSchema = exports.Items$outboundSchema;
|
|
3923
|
+
})(Items$ || (exports.Items$ = Items$ = {}));
|
|
3924
|
+
/** @internal */
|
|
3925
|
+
exports.Subscriptions$inboundSchema = z.object({
|
|
3926
|
+
id: z.string(),
|
|
3927
|
+
trial: z.nullable(z.lazy(() => exports.AuthUserTrial$inboundSchema)),
|
|
3928
|
+
period: z.lazy(() => exports.AuthUserPeriod$inboundSchema),
|
|
3929
|
+
frequency: z.lazy(() => exports.Frequency$inboundSchema),
|
|
3930
|
+
discount: z.nullable(z.lazy(() => exports.Discount$inboundSchema)),
|
|
3931
|
+
items: z.array(z.lazy(() => exports.Items$inboundSchema)),
|
|
3932
|
+
});
|
|
3933
|
+
/** @internal */
|
|
3934
|
+
exports.Subscriptions$outboundSchema = z.object({
|
|
3935
|
+
id: z.string(),
|
|
3936
|
+
trial: z.nullable(z.lazy(() => exports.AuthUserTrial$outboundSchema)),
|
|
3937
|
+
period: z.lazy(() => exports.AuthUserPeriod$outboundSchema),
|
|
3938
|
+
frequency: z.lazy(() => exports.Frequency$outboundSchema),
|
|
3939
|
+
discount: z.nullable(z.lazy(() => exports.Discount$outboundSchema)),
|
|
3940
|
+
items: z.array(z.lazy(() => exports.Items$outboundSchema)),
|
|
3941
|
+
});
|
|
3942
|
+
/**
|
|
3943
|
+
* @internal
|
|
3944
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3945
|
+
*/
|
|
3946
|
+
var Subscriptions$;
|
|
3947
|
+
(function (Subscriptions$) {
|
|
3948
|
+
/** @deprecated use `Subscriptions$inboundSchema` instead. */
|
|
3949
|
+
Subscriptions$.inboundSchema = exports.Subscriptions$inboundSchema;
|
|
3950
|
+
/** @deprecated use `Subscriptions$outboundSchema` instead. */
|
|
3951
|
+
Subscriptions$.outboundSchema = exports.Subscriptions$outboundSchema;
|
|
3952
|
+
})(Subscriptions$ || (exports.Subscriptions$ = Subscriptions$ = {}));
|
|
3953
|
+
/** @internal */
|
|
3954
|
+
exports.Controls$inboundSchema = z.object({
|
|
3955
|
+
analyticsSampleRateInPercent: z.nullable(z.number()).optional(),
|
|
3956
|
+
analyticsSpendLimitInDollars: z.nullable(z.number()).optional(),
|
|
3957
|
+
});
|
|
3958
|
+
/** @internal */
|
|
3959
|
+
exports.Controls$outboundSchema = z.object({
|
|
3960
|
+
analyticsSampleRateInPercent: z.nullable(z.number()).optional(),
|
|
3961
|
+
analyticsSpendLimitInDollars: z.nullable(z.number()).optional(),
|
|
3962
|
+
});
|
|
3963
|
+
/**
|
|
3964
|
+
* @internal
|
|
3965
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3966
|
+
*/
|
|
3967
|
+
var Controls$;
|
|
3968
|
+
(function (Controls$) {
|
|
3969
|
+
/** @deprecated use `Controls$inboundSchema` instead. */
|
|
3970
|
+
Controls$.inboundSchema = exports.Controls$inboundSchema;
|
|
3971
|
+
/** @deprecated use `Controls$outboundSchema` instead. */
|
|
3972
|
+
Controls$.outboundSchema = exports.Controls$outboundSchema;
|
|
3973
|
+
})(Controls$ || (exports.Controls$ = Controls$ = {}));
|
|
3974
|
+
/** @internal */
|
|
3975
|
+
exports.Status$inboundSchema = z
|
|
3976
|
+
.nativeEnum(exports.Status);
|
|
3977
|
+
/** @internal */
|
|
3978
|
+
exports.Status$outboundSchema = exports.Status$inboundSchema;
|
|
3979
|
+
/**
|
|
3980
|
+
* @internal
|
|
3981
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3982
|
+
*/
|
|
3983
|
+
var Status$;
|
|
3984
|
+
(function (Status$) {
|
|
3985
|
+
/** @deprecated use `Status$inboundSchema` instead. */
|
|
3986
|
+
Status$.inboundSchema = exports.Status$inboundSchema;
|
|
3987
|
+
/** @deprecated use `Status$outboundSchema` instead. */
|
|
3988
|
+
Status$.outboundSchema = exports.Status$outboundSchema;
|
|
3989
|
+
})(Status$ || (exports.Status$ = Status$ = {}));
|
|
3990
|
+
/** @internal */
|
|
3991
|
+
exports.PricingExperiment$inboundSchema = z.nativeEnum(exports.PricingExperiment);
|
|
3992
|
+
/** @internal */
|
|
3993
|
+
exports.PricingExperiment$outboundSchema = exports.PricingExperiment$inboundSchema;
|
|
3994
|
+
/**
|
|
3995
|
+
* @internal
|
|
3996
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3997
|
+
*/
|
|
3998
|
+
var PricingExperiment$;
|
|
3999
|
+
(function (PricingExperiment$) {
|
|
4000
|
+
/** @deprecated use `PricingExperiment$inboundSchema` instead. */
|
|
4001
|
+
PricingExperiment$.inboundSchema = exports.PricingExperiment$inboundSchema;
|
|
4002
|
+
/** @deprecated use `PricingExperiment$outboundSchema` instead. */
|
|
4003
|
+
PricingExperiment$.outboundSchema = exports.PricingExperiment$outboundSchema;
|
|
4004
|
+
})(PricingExperiment$ || (exports.PricingExperiment$ = PricingExperiment$ = {}));
|
|
4005
|
+
/** @internal */
|
|
4006
|
+
exports.AwsMarketplace$inboundSchema = z.object({
|
|
4007
|
+
productCode: z.string(),
|
|
4008
|
+
offerId: z.string().optional(),
|
|
4009
|
+
customerId: z.string(),
|
|
4010
|
+
});
|
|
4011
|
+
/** @internal */
|
|
4012
|
+
exports.AwsMarketplace$outboundSchema = z.object({
|
|
4013
|
+
productCode: z.string(),
|
|
4014
|
+
offerId: z.string().optional(),
|
|
4015
|
+
customerId: z.string(),
|
|
4016
|
+
});
|
|
4017
|
+
/**
|
|
4018
|
+
* @internal
|
|
4019
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4020
|
+
*/
|
|
4021
|
+
var AwsMarketplace$;
|
|
4022
|
+
(function (AwsMarketplace$) {
|
|
4023
|
+
/** @deprecated use `AwsMarketplace$inboundSchema` instead. */
|
|
4024
|
+
AwsMarketplace$.inboundSchema = exports.AwsMarketplace$inboundSchema;
|
|
4025
|
+
/** @deprecated use `AwsMarketplace$outboundSchema` instead. */
|
|
4026
|
+
AwsMarketplace$.outboundSchema = exports.AwsMarketplace$outboundSchema;
|
|
4027
|
+
})(AwsMarketplace$ || (exports.AwsMarketplace$ = AwsMarketplace$ = {}));
|
|
4028
|
+
/** @internal */
|
|
4029
|
+
exports.Billing$inboundSchema = z.object({
|
|
4030
|
+
currency: exports.Currency$inboundSchema.optional(),
|
|
4031
|
+
cancelation: z.nullable(z.number()).optional(),
|
|
4032
|
+
period: z.nullable(z.lazy(() => exports.Period$inboundSchema)),
|
|
4033
|
+
contract: z.nullable(z.lazy(() => exports.Contract$inboundSchema)).optional(),
|
|
4034
|
+
plan: exports.Plan$inboundSchema,
|
|
4035
|
+
planIteration: z.string().optional(),
|
|
4036
|
+
platform: exports.Platform$inboundSchema.optional(),
|
|
4037
|
+
orbCustomerId: z.string().optional(),
|
|
4038
|
+
syncedAt: z.number().optional(),
|
|
4039
|
+
programType: exports.ProgramType$inboundSchema.optional(),
|
|
4040
|
+
trial: z.nullable(z.lazy(() => exports.Trial$inboundSchema)).optional(),
|
|
4041
|
+
email: z.nullable(z.string()).optional(),
|
|
4042
|
+
tax: z.nullable(z.lazy(() => exports.Tax$inboundSchema)).optional(),
|
|
4043
|
+
language: z.nullable(z.string()).optional(),
|
|
4044
|
+
address: z.nullable(z.lazy(() => exports.Address$inboundSchema)).optional(),
|
|
4045
|
+
name: z.nullable(z.string()).optional(),
|
|
4046
|
+
invoiceItems: z.nullable(z.lazy(() => exports.InvoiceItems$inboundSchema))
|
|
4047
|
+
.optional(),
|
|
4048
|
+
invoiceSettings: z.lazy(() => exports.InvoiceSettings$inboundSchema).optional(),
|
|
4049
|
+
subscriptions: z.nullable(z.array(z.lazy(() => exports.Subscriptions$inboundSchema))).optional(),
|
|
4050
|
+
controls: z.nullable(z.lazy(() => exports.Controls$inboundSchema)).optional(),
|
|
4051
|
+
purchaseOrder: z.nullable(z.string()).optional(),
|
|
4052
|
+
status: exports.Status$inboundSchema.optional(),
|
|
4053
|
+
pricingExperiment: exports.PricingExperiment$inboundSchema.optional(),
|
|
4054
|
+
orbMigrationScheduledAt: z.nullable(z.number()).optional(),
|
|
4055
|
+
forceOrbMigration: z.nullable(z.boolean()).optional(),
|
|
4056
|
+
awsMarketplace: z.nullable(z.lazy(() => exports.AwsMarketplace$inboundSchema))
|
|
4057
|
+
.optional(),
|
|
4058
|
+
reseller: z.string().optional(),
|
|
4059
|
+
});
|
|
4060
|
+
/** @internal */
|
|
4061
|
+
exports.Billing$outboundSchema = z.object({
|
|
4062
|
+
currency: exports.Currency$outboundSchema.optional(),
|
|
4063
|
+
cancelation: z.nullable(z.number()).optional(),
|
|
4064
|
+
period: z.nullable(z.lazy(() => exports.Period$outboundSchema)),
|
|
4065
|
+
contract: z.nullable(z.lazy(() => exports.Contract$outboundSchema)).optional(),
|
|
4066
|
+
plan: exports.Plan$outboundSchema,
|
|
4067
|
+
planIteration: z.string().optional(),
|
|
4068
|
+
platform: exports.Platform$outboundSchema.optional(),
|
|
4069
|
+
orbCustomerId: z.string().optional(),
|
|
4070
|
+
syncedAt: z.number().optional(),
|
|
4071
|
+
programType: exports.ProgramType$outboundSchema.optional(),
|
|
4072
|
+
trial: z.nullable(z.lazy(() => exports.Trial$outboundSchema)).optional(),
|
|
4073
|
+
email: z.nullable(z.string()).optional(),
|
|
4074
|
+
tax: z.nullable(z.lazy(() => exports.Tax$outboundSchema)).optional(),
|
|
4075
|
+
language: z.nullable(z.string()).optional(),
|
|
4076
|
+
address: z.nullable(z.lazy(() => exports.Address$outboundSchema)).optional(),
|
|
4077
|
+
name: z.nullable(z.string()).optional(),
|
|
4078
|
+
invoiceItems: z.nullable(z.lazy(() => exports.InvoiceItems$outboundSchema))
|
|
4079
|
+
.optional(),
|
|
4080
|
+
invoiceSettings: z.lazy(() => exports.InvoiceSettings$outboundSchema).optional(),
|
|
4081
|
+
subscriptions: z.nullable(z.array(z.lazy(() => exports.Subscriptions$outboundSchema)))
|
|
4082
|
+
.optional(),
|
|
4083
|
+
controls: z.nullable(z.lazy(() => exports.Controls$outboundSchema)).optional(),
|
|
4084
|
+
purchaseOrder: z.nullable(z.string()).optional(),
|
|
4085
|
+
status: exports.Status$outboundSchema.optional(),
|
|
4086
|
+
pricingExperiment: exports.PricingExperiment$outboundSchema.optional(),
|
|
4087
|
+
orbMigrationScheduledAt: z.nullable(z.number()).optional(),
|
|
4088
|
+
forceOrbMigration: z.nullable(z.boolean()).optional(),
|
|
4089
|
+
awsMarketplace: z.nullable(z.lazy(() => exports.AwsMarketplace$outboundSchema))
|
|
4090
|
+
.optional(),
|
|
4091
|
+
reseller: z.string().optional(),
|
|
4092
|
+
});
|
|
4093
|
+
/**
|
|
4094
|
+
* @internal
|
|
4095
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4096
|
+
*/
|
|
4097
|
+
var Billing$;
|
|
4098
|
+
(function (Billing$) {
|
|
4099
|
+
/** @deprecated use `Billing$inboundSchema` instead. */
|
|
4100
|
+
Billing$.inboundSchema = exports.Billing$inboundSchema;
|
|
4101
|
+
/** @deprecated use `Billing$outboundSchema` instead. */
|
|
4102
|
+
Billing$.outboundSchema = exports.Billing$outboundSchema;
|
|
4103
|
+
})(Billing$ || (exports.Billing$ = Billing$ = {}));
|
|
4104
|
+
/** @internal */
|
|
4105
|
+
exports.ResourceConfig$inboundSchema = z.object({
|
|
4106
|
+
blobStores: z.number().optional(),
|
|
4107
|
+
nodeType: z.string().optional(),
|
|
4108
|
+
concurrentBuilds: z.number().optional(),
|
|
4109
|
+
awsAccountType: z.string().optional(),
|
|
4110
|
+
awsAccountIds: z.array(z.string()).optional(),
|
|
4111
|
+
cfZoneName: z.string().optional(),
|
|
4112
|
+
imageOptimizationType: z.string().optional(),
|
|
4113
|
+
edgeConfigs: z.number().optional(),
|
|
4114
|
+
edgeConfigSize: z.number().optional(),
|
|
4115
|
+
edgeFunctionMaxSizeBytes: z.number().optional(),
|
|
4116
|
+
edgeFunctionExecutionTimeoutMs: z.number().optional(),
|
|
4117
|
+
serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
|
|
4118
|
+
kvDatabases: z.number().optional(),
|
|
4119
|
+
postgresDatabases: z.number().optional(),
|
|
4120
|
+
integrationStores: z.number().optional(),
|
|
4121
|
+
cronJobs: z.number().optional(),
|
|
4122
|
+
cronJobsPerProject: z.number().optional(),
|
|
4123
|
+
});
|
|
4124
|
+
/** @internal */
|
|
4125
|
+
exports.ResourceConfig$outboundSchema = z.object({
|
|
4126
|
+
blobStores: z.number().optional(),
|
|
4127
|
+
nodeType: z.string().optional(),
|
|
4128
|
+
concurrentBuilds: z.number().optional(),
|
|
4129
|
+
awsAccountType: z.string().optional(),
|
|
4130
|
+
awsAccountIds: z.array(z.string()).optional(),
|
|
4131
|
+
cfZoneName: z.string().optional(),
|
|
4132
|
+
imageOptimizationType: z.string().optional(),
|
|
4133
|
+
edgeConfigs: z.number().optional(),
|
|
4134
|
+
edgeConfigSize: z.number().optional(),
|
|
4135
|
+
edgeFunctionMaxSizeBytes: z.number().optional(),
|
|
4136
|
+
edgeFunctionExecutionTimeoutMs: z.number().optional(),
|
|
4137
|
+
serverlessFunctionDefaultMaxExecutionTime: z.number().optional(),
|
|
4138
|
+
kvDatabases: z.number().optional(),
|
|
4139
|
+
postgresDatabases: z.number().optional(),
|
|
4140
|
+
integrationStores: z.number().optional(),
|
|
4141
|
+
cronJobs: z.number().optional(),
|
|
4142
|
+
cronJobsPerProject: z.number().optional(),
|
|
4143
|
+
});
|
|
4144
|
+
/**
|
|
4145
|
+
* @internal
|
|
4146
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4147
|
+
*/
|
|
4148
|
+
var ResourceConfig$;
|
|
4149
|
+
(function (ResourceConfig$) {
|
|
4150
|
+
/** @deprecated use `ResourceConfig$inboundSchema` instead. */
|
|
4151
|
+
ResourceConfig$.inboundSchema = exports.ResourceConfig$inboundSchema;
|
|
4152
|
+
/** @deprecated use `ResourceConfig$outboundSchema` instead. */
|
|
4153
|
+
ResourceConfig$.outboundSchema = exports.ResourceConfig$outboundSchema;
|
|
4154
|
+
})(ResourceConfig$ || (exports.ResourceConfig$ = ResourceConfig$ = {}));
|
|
4155
|
+
/** @internal */
|
|
4156
|
+
exports.ViewPreference$inboundSchema = z.nativeEnum(exports.ViewPreference);
|
|
4157
|
+
/** @internal */
|
|
4158
|
+
exports.ViewPreference$outboundSchema = exports.ViewPreference$inboundSchema;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4162
|
+
*/
|
|
4163
|
+
var ViewPreference$;
|
|
4164
|
+
(function (ViewPreference$) {
|
|
4165
|
+
/** @deprecated use `ViewPreference$inboundSchema` instead. */
|
|
4166
|
+
ViewPreference$.inboundSchema = exports.ViewPreference$inboundSchema;
|
|
4167
|
+
/** @deprecated use `ViewPreference$outboundSchema` instead. */
|
|
4168
|
+
ViewPreference$.outboundSchema = exports.ViewPreference$outboundSchema;
|
|
4169
|
+
})(ViewPreference$ || (exports.ViewPreference$ = ViewPreference$ = {}));
|
|
4170
|
+
/** @internal */
|
|
4171
|
+
exports.FavoritesViewPreference$inboundSchema = z.nativeEnum(exports.FavoritesViewPreference);
|
|
4172
|
+
/** @internal */
|
|
4173
|
+
exports.FavoritesViewPreference$outboundSchema = exports.FavoritesViewPreference$inboundSchema;
|
|
4174
|
+
/**
|
|
4175
|
+
* @internal
|
|
4176
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4177
|
+
*/
|
|
4178
|
+
var FavoritesViewPreference$;
|
|
4179
|
+
(function (FavoritesViewPreference$) {
|
|
4180
|
+
/** @deprecated use `FavoritesViewPreference$inboundSchema` instead. */
|
|
4181
|
+
FavoritesViewPreference$.inboundSchema = exports.FavoritesViewPreference$inboundSchema;
|
|
4182
|
+
/** @deprecated use `FavoritesViewPreference$outboundSchema` instead. */
|
|
4183
|
+
FavoritesViewPreference$.outboundSchema = exports.FavoritesViewPreference$outboundSchema;
|
|
4184
|
+
})(FavoritesViewPreference$ || (exports.FavoritesViewPreference$ = FavoritesViewPreference$ = {}));
|
|
4185
|
+
/** @internal */
|
|
4186
|
+
exports.RecentsViewPreference$inboundSchema = z.nativeEnum(exports.RecentsViewPreference);
|
|
4187
|
+
/** @internal */
|
|
4188
|
+
exports.RecentsViewPreference$outboundSchema = exports.RecentsViewPreference$inboundSchema;
|
|
4189
|
+
/**
|
|
4190
|
+
* @internal
|
|
4191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4192
|
+
*/
|
|
4193
|
+
var RecentsViewPreference$;
|
|
4194
|
+
(function (RecentsViewPreference$) {
|
|
4195
|
+
/** @deprecated use `RecentsViewPreference$inboundSchema` instead. */
|
|
4196
|
+
RecentsViewPreference$.inboundSchema = exports.RecentsViewPreference$inboundSchema;
|
|
4197
|
+
/** @deprecated use `RecentsViewPreference$outboundSchema` instead. */
|
|
4198
|
+
RecentsViewPreference$.outboundSchema = exports.RecentsViewPreference$outboundSchema;
|
|
4199
|
+
})(RecentsViewPreference$ || (exports.RecentsViewPreference$ = RecentsViewPreference$ = {}));
|
|
4200
|
+
/** @internal */
|
|
4201
|
+
exports.ActiveDashboardViews$inboundSchema = z.object({
|
|
4202
|
+
scopeId: z.string(),
|
|
4203
|
+
viewPreference: exports.ViewPreference$inboundSchema.optional(),
|
|
4204
|
+
favoritesViewPreference: exports.FavoritesViewPreference$inboundSchema.optional(),
|
|
4205
|
+
recentsViewPreference: exports.RecentsViewPreference$inboundSchema.optional(),
|
|
4206
|
+
});
|
|
4207
|
+
/** @internal */
|
|
4208
|
+
exports.ActiveDashboardViews$outboundSchema = z.object({
|
|
4209
|
+
scopeId: z.string(),
|
|
4210
|
+
viewPreference: exports.ViewPreference$outboundSchema.optional(),
|
|
4211
|
+
favoritesViewPreference: exports.FavoritesViewPreference$outboundSchema.optional(),
|
|
4212
|
+
recentsViewPreference: exports.RecentsViewPreference$outboundSchema.optional(),
|
|
4213
|
+
});
|
|
4214
|
+
/**
|
|
4215
|
+
* @internal
|
|
4216
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4217
|
+
*/
|
|
4218
|
+
var ActiveDashboardViews$;
|
|
4219
|
+
(function (ActiveDashboardViews$) {
|
|
4220
|
+
/** @deprecated use `ActiveDashboardViews$inboundSchema` instead. */
|
|
4221
|
+
ActiveDashboardViews$.inboundSchema = exports.ActiveDashboardViews$inboundSchema;
|
|
4222
|
+
/** @deprecated use `ActiveDashboardViews$outboundSchema` instead. */
|
|
4223
|
+
ActiveDashboardViews$.outboundSchema = exports.ActiveDashboardViews$outboundSchema;
|
|
4224
|
+
})(ActiveDashboardViews$ || (exports.ActiveDashboardViews$ = ActiveDashboardViews$ = {}));
|
|
4225
|
+
/** @internal */
|
|
4226
|
+
exports.ImportFlowGitNamespace$inboundSchema = z.union([z.string(), z.number()]);
|
|
4227
|
+
/** @internal */
|
|
4228
|
+
exports.ImportFlowGitNamespace$outboundSchema = z.union([z.string(), z.number()]);
|
|
4229
|
+
/**
|
|
4230
|
+
* @internal
|
|
4231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4232
|
+
*/
|
|
4233
|
+
var ImportFlowGitNamespace$;
|
|
4234
|
+
(function (ImportFlowGitNamespace$) {
|
|
4235
|
+
/** @deprecated use `ImportFlowGitNamespace$inboundSchema` instead. */
|
|
4236
|
+
ImportFlowGitNamespace$.inboundSchema = exports.ImportFlowGitNamespace$inboundSchema;
|
|
4237
|
+
/** @deprecated use `ImportFlowGitNamespace$outboundSchema` instead. */
|
|
4238
|
+
ImportFlowGitNamespace$.outboundSchema = exports.ImportFlowGitNamespace$outboundSchema;
|
|
4239
|
+
})(ImportFlowGitNamespace$ || (exports.ImportFlowGitNamespace$ = ImportFlowGitNamespace$ = {}));
|
|
4240
|
+
/** @internal */
|
|
4241
|
+
exports.ImportFlowGitNamespaceId$inboundSchema = z.union([z.string(), z.number()]);
|
|
4242
|
+
/** @internal */
|
|
4243
|
+
exports.ImportFlowGitNamespaceId$outboundSchema = z.union([z.string(), z.number()]);
|
|
4244
|
+
/**
|
|
4245
|
+
* @internal
|
|
4246
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4247
|
+
*/
|
|
4248
|
+
var ImportFlowGitNamespaceId$;
|
|
4249
|
+
(function (ImportFlowGitNamespaceId$) {
|
|
4250
|
+
/** @deprecated use `ImportFlowGitNamespaceId$inboundSchema` instead. */
|
|
4251
|
+
ImportFlowGitNamespaceId$.inboundSchema = exports.ImportFlowGitNamespaceId$inboundSchema;
|
|
4252
|
+
/** @deprecated use `ImportFlowGitNamespaceId$outboundSchema` instead. */
|
|
4253
|
+
ImportFlowGitNamespaceId$.outboundSchema = exports.ImportFlowGitNamespaceId$outboundSchema;
|
|
4254
|
+
})(ImportFlowGitNamespaceId$ || (exports.ImportFlowGitNamespaceId$ = ImportFlowGitNamespaceId$ = {}));
|
|
4255
|
+
/** @internal */
|
|
4256
|
+
exports.ImportFlowGitProvider$inboundSchema = z.nativeEnum(exports.ImportFlowGitProvider);
|
|
4257
|
+
/** @internal */
|
|
4258
|
+
exports.ImportFlowGitProvider$outboundSchema = exports.ImportFlowGitProvider$inboundSchema;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4262
|
+
*/
|
|
4263
|
+
var ImportFlowGitProvider$;
|
|
4264
|
+
(function (ImportFlowGitProvider$) {
|
|
4265
|
+
/** @deprecated use `ImportFlowGitProvider$inboundSchema` instead. */
|
|
4266
|
+
ImportFlowGitProvider$.inboundSchema = exports.ImportFlowGitProvider$inboundSchema;
|
|
4267
|
+
/** @deprecated use `ImportFlowGitProvider$outboundSchema` instead. */
|
|
4268
|
+
ImportFlowGitProvider$.outboundSchema = exports.ImportFlowGitProvider$outboundSchema;
|
|
4269
|
+
})(ImportFlowGitProvider$ || (exports.ImportFlowGitProvider$ = ImportFlowGitProvider$ = {}));
|
|
4270
|
+
/** @internal */
|
|
4271
|
+
exports.GitNamespaceId$inboundSchema = z.union([z.string(), z.number()]);
|
|
4272
|
+
/** @internal */
|
|
4273
|
+
exports.GitNamespaceId$outboundSchema = z.union([z.string(), z.number()]);
|
|
4274
|
+
/**
|
|
4275
|
+
* @internal
|
|
4276
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4277
|
+
*/
|
|
4278
|
+
var GitNamespaceId$;
|
|
4279
|
+
(function (GitNamespaceId$) {
|
|
4280
|
+
/** @deprecated use `GitNamespaceId$inboundSchema` instead. */
|
|
4281
|
+
GitNamespaceId$.inboundSchema = exports.GitNamespaceId$inboundSchema;
|
|
4282
|
+
/** @deprecated use `GitNamespaceId$outboundSchema` instead. */
|
|
4283
|
+
GitNamespaceId$.outboundSchema = exports.GitNamespaceId$outboundSchema;
|
|
4284
|
+
})(GitNamespaceId$ || (exports.GitNamespaceId$ = GitNamespaceId$ = {}));
|
|
4285
|
+
/** @internal */
|
|
4286
|
+
exports.PreferredScopesAndGitNamespaces$inboundSchema = z.object({
|
|
4287
|
+
scopeId: z.string(),
|
|
4288
|
+
gitNamespaceId: z.nullable(z.union([z.string(), z.number()])),
|
|
4289
|
+
});
|
|
4290
|
+
/** @internal */
|
|
4291
|
+
exports.PreferredScopesAndGitNamespaces$outboundSchema = z.object({
|
|
4292
|
+
scopeId: z.string(),
|
|
4293
|
+
gitNamespaceId: z.nullable(z.union([z.string(), z.number()])),
|
|
4294
|
+
});
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4298
|
+
*/
|
|
4299
|
+
var PreferredScopesAndGitNamespaces$;
|
|
4300
|
+
(function (PreferredScopesAndGitNamespaces$) {
|
|
4301
|
+
/** @deprecated use `PreferredScopesAndGitNamespaces$inboundSchema` instead. */
|
|
4302
|
+
PreferredScopesAndGitNamespaces$.inboundSchema = exports.PreferredScopesAndGitNamespaces$inboundSchema;
|
|
4303
|
+
/** @deprecated use `PreferredScopesAndGitNamespaces$outboundSchema` instead. */
|
|
4304
|
+
PreferredScopesAndGitNamespaces$.outboundSchema = exports.PreferredScopesAndGitNamespaces$outboundSchema;
|
|
4305
|
+
})(PreferredScopesAndGitNamespaces$ || (exports.PreferredScopesAndGitNamespaces$ = PreferredScopesAndGitNamespaces$ = {}));
|
|
4306
|
+
/** @internal */
|
|
4307
|
+
exports.Dismissals$inboundSchema = z.object({
|
|
4308
|
+
scopeId: z.string(),
|
|
4309
|
+
createdAt: z.number(),
|
|
4310
|
+
});
|
|
4311
|
+
/** @internal */
|
|
4312
|
+
exports.Dismissals$outboundSchema = z.object({
|
|
4313
|
+
scopeId: z.string(),
|
|
4314
|
+
createdAt: z.number(),
|
|
4315
|
+
});
|
|
4316
|
+
/**
|
|
4317
|
+
* @internal
|
|
4318
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4319
|
+
*/
|
|
4320
|
+
var Dismissals$;
|
|
4321
|
+
(function (Dismissals$) {
|
|
4322
|
+
/** @deprecated use `Dismissals$inboundSchema` instead. */
|
|
4323
|
+
Dismissals$.inboundSchema = exports.Dismissals$inboundSchema;
|
|
4324
|
+
/** @deprecated use `Dismissals$outboundSchema` instead. */
|
|
4325
|
+
Dismissals$.outboundSchema = exports.Dismissals$outboundSchema;
|
|
4326
|
+
})(Dismissals$ || (exports.Dismissals$ = Dismissals$ = {}));
|
|
4327
|
+
/** @internal */
|
|
4328
|
+
exports.DismissedToasts$inboundSchema = z.object({
|
|
4329
|
+
name: z.string(),
|
|
4330
|
+
dismissals: z.array(z.lazy(() => exports.Dismissals$inboundSchema)),
|
|
4331
|
+
});
|
|
4332
|
+
/** @internal */
|
|
4333
|
+
exports.DismissedToasts$outboundSchema = z.object({
|
|
4334
|
+
name: z.string(),
|
|
4335
|
+
dismissals: z.array(z.lazy(() => exports.Dismissals$outboundSchema)),
|
|
4336
|
+
});
|
|
4337
|
+
/**
|
|
4338
|
+
* @internal
|
|
4339
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4340
|
+
*/
|
|
4341
|
+
var DismissedToasts$;
|
|
4342
|
+
(function (DismissedToasts$) {
|
|
4343
|
+
/** @deprecated use `DismissedToasts$inboundSchema` instead. */
|
|
4344
|
+
DismissedToasts$.inboundSchema = exports.DismissedToasts$inboundSchema;
|
|
4345
|
+
/** @deprecated use `DismissedToasts$outboundSchema` instead. */
|
|
4346
|
+
DismissedToasts$.outboundSchema = exports.DismissedToasts$outboundSchema;
|
|
4347
|
+
})(DismissedToasts$ || (exports.DismissedToasts$ = DismissedToasts$ = {}));
|
|
4348
|
+
/** @internal */
|
|
4349
|
+
exports.Two$inboundSchema = z
|
|
4350
|
+
.object({
|
|
4351
|
+
spaceId: z.string(),
|
|
4352
|
+
scopeSlug: z.string(),
|
|
4353
|
+
scopeId: z.string(),
|
|
4354
|
+
});
|
|
4355
|
+
/** @internal */
|
|
4356
|
+
exports.Two$outboundSchema = z
|
|
4357
|
+
.object({
|
|
4358
|
+
spaceId: z.string(),
|
|
4359
|
+
scopeSlug: z.string(),
|
|
4360
|
+
scopeId: z.string(),
|
|
4361
|
+
});
|
|
4362
|
+
/**
|
|
4363
|
+
* @internal
|
|
4364
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4365
|
+
*/
|
|
4366
|
+
var Two$;
|
|
4367
|
+
(function (Two$) {
|
|
4368
|
+
/** @deprecated use `Two$inboundSchema` instead. */
|
|
4369
|
+
Two$.inboundSchema = exports.Two$inboundSchema;
|
|
4370
|
+
/** @deprecated use `Two$outboundSchema` instead. */
|
|
4371
|
+
Two$.outboundSchema = exports.Two$outboundSchema;
|
|
4372
|
+
})(Two$ || (exports.Two$ = Two$ = {}));
|
|
4373
|
+
/** @internal */
|
|
4374
|
+
exports.One$inboundSchema = z
|
|
4375
|
+
.object({
|
|
4376
|
+
projectId: z.string(),
|
|
4377
|
+
scopeSlug: z.string(),
|
|
4378
|
+
scopeId: z.string(),
|
|
4379
|
+
});
|
|
4380
|
+
/** @internal */
|
|
4381
|
+
exports.One$outboundSchema = z
|
|
4382
|
+
.object({
|
|
4383
|
+
projectId: z.string(),
|
|
4384
|
+
scopeSlug: z.string(),
|
|
4385
|
+
scopeId: z.string(),
|
|
4386
|
+
});
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4390
|
+
*/
|
|
4391
|
+
var One$;
|
|
4392
|
+
(function (One$) {
|
|
4393
|
+
/** @deprecated use `One$inboundSchema` instead. */
|
|
4394
|
+
One$.inboundSchema = exports.One$inboundSchema;
|
|
4395
|
+
/** @deprecated use `One$outboundSchema` instead. */
|
|
4396
|
+
One$.outboundSchema = exports.One$outboundSchema;
|
|
4397
|
+
})(One$ || (exports.One$ = One$ = {}));
|
|
4398
|
+
/** @internal */
|
|
4399
|
+
exports.FavoriteProjectsAndSpaces$inboundSchema = z.union([z.lazy(() => exports.One$inboundSchema), z.lazy(() => exports.Two$inboundSchema)]);
|
|
4400
|
+
/** @internal */
|
|
4401
|
+
exports.FavoriteProjectsAndSpaces$outboundSchema = z.union([
|
|
4402
|
+
z.lazy(() => exports.One$outboundSchema),
|
|
4403
|
+
z.lazy(() => exports.Two$outboundSchema),
|
|
4404
|
+
]);
|
|
4405
|
+
/**
|
|
4406
|
+
* @internal
|
|
4407
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4408
|
+
*/
|
|
4409
|
+
var FavoriteProjectsAndSpaces$;
|
|
4410
|
+
(function (FavoriteProjectsAndSpaces$) {
|
|
4411
|
+
/** @deprecated use `FavoriteProjectsAndSpaces$inboundSchema` instead. */
|
|
4412
|
+
FavoriteProjectsAndSpaces$.inboundSchema = exports.FavoriteProjectsAndSpaces$inboundSchema;
|
|
4413
|
+
/** @deprecated use `FavoriteProjectsAndSpaces$outboundSchema` instead. */
|
|
4414
|
+
FavoriteProjectsAndSpaces$.outboundSchema = exports.FavoriteProjectsAndSpaces$outboundSchema;
|
|
4415
|
+
})(FavoriteProjectsAndSpaces$ || (exports.FavoriteProjectsAndSpaces$ = FavoriteProjectsAndSpaces$ = {}));
|
|
4416
|
+
/** @internal */
|
|
4417
|
+
exports.RemoteCaching$inboundSchema = z.object({
|
|
4418
|
+
enabled: z.boolean().optional(),
|
|
4419
|
+
});
|
|
4420
|
+
/** @internal */
|
|
4421
|
+
exports.RemoteCaching$outboundSchema = z.object({
|
|
4422
|
+
enabled: z.boolean().optional(),
|
|
4423
|
+
});
|
|
4424
|
+
/**
|
|
4425
|
+
* @internal
|
|
4426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4427
|
+
*/
|
|
4428
|
+
var RemoteCaching$;
|
|
4429
|
+
(function (RemoteCaching$) {
|
|
4430
|
+
/** @deprecated use `RemoteCaching$inboundSchema` instead. */
|
|
4431
|
+
RemoteCaching$.inboundSchema = exports.RemoteCaching$inboundSchema;
|
|
4432
|
+
/** @deprecated use `RemoteCaching$outboundSchema` instead. */
|
|
4433
|
+
RemoteCaching$.outboundSchema = exports.RemoteCaching$outboundSchema;
|
|
4434
|
+
})(RemoteCaching$ || (exports.RemoteCaching$ = RemoteCaching$ = {}));
|
|
4435
|
+
/** @internal */
|
|
4436
|
+
exports.DataCache$inboundSchema = z.object({
|
|
4437
|
+
excessBillingEnabled: z.boolean().optional(),
|
|
4438
|
+
});
|
|
4439
|
+
/** @internal */
|
|
4440
|
+
exports.DataCache$outboundSchema = z.object({
|
|
4441
|
+
excessBillingEnabled: z.boolean().optional(),
|
|
4442
|
+
});
|
|
4443
|
+
/**
|
|
4444
|
+
* @internal
|
|
4445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4446
|
+
*/
|
|
4447
|
+
var DataCache$;
|
|
4448
|
+
(function (DataCache$) {
|
|
4449
|
+
/** @deprecated use `DataCache$inboundSchema` instead. */
|
|
4450
|
+
DataCache$.inboundSchema = exports.DataCache$inboundSchema;
|
|
4451
|
+
/** @deprecated use `DataCache$outboundSchema` instead. */
|
|
4452
|
+
DataCache$.outboundSchema = exports.DataCache$outboundSchema;
|
|
4453
|
+
})(DataCache$ || (exports.DataCache$ = DataCache$ = {}));
|
|
4454
|
+
/** @internal */
|
|
4455
|
+
exports.WebAnalytics$inboundSchema = z.object({
|
|
4456
|
+
blockedFrom: z.number().optional(),
|
|
4457
|
+
blockedUntil: z.number().optional(),
|
|
4458
|
+
isCurrentlyBlocked: z.boolean(),
|
|
4459
|
+
});
|
|
4460
|
+
/** @internal */
|
|
4461
|
+
exports.WebAnalytics$outboundSchema = z.object({
|
|
4462
|
+
blockedFrom: z.number().optional(),
|
|
4463
|
+
blockedUntil: z.number().optional(),
|
|
4464
|
+
isCurrentlyBlocked: z.boolean(),
|
|
4465
|
+
});
|
|
4466
|
+
/**
|
|
4467
|
+
* @internal
|
|
4468
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4469
|
+
*/
|
|
4470
|
+
var WebAnalytics$;
|
|
4471
|
+
(function (WebAnalytics$) {
|
|
4472
|
+
/** @deprecated use `WebAnalytics$inboundSchema` instead. */
|
|
4473
|
+
WebAnalytics$.inboundSchema = exports.WebAnalytics$inboundSchema;
|
|
4474
|
+
/** @deprecated use `WebAnalytics$outboundSchema` instead. */
|
|
4475
|
+
WebAnalytics$.outboundSchema = exports.WebAnalytics$outboundSchema;
|
|
4476
|
+
})(WebAnalytics$ || (exports.WebAnalytics$ = WebAnalytics$ = {}));
|
|
4477
|
+
/** @internal */
|
|
4478
|
+
exports.FeatureBlocks$inboundSchema = z.object({
|
|
4479
|
+
webAnalytics: z.lazy(() => exports.WebAnalytics$inboundSchema).optional(),
|
|
4480
|
+
});
|
|
4481
|
+
/** @internal */
|
|
4482
|
+
exports.FeatureBlocks$outboundSchema = z.object({
|
|
4483
|
+
webAnalytics: z.lazy(() => exports.WebAnalytics$outboundSchema).optional(),
|
|
4484
|
+
});
|
|
4485
|
+
/**
|
|
4486
|
+
* @internal
|
|
4487
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4488
|
+
*/
|
|
4489
|
+
var FeatureBlocks$;
|
|
4490
|
+
(function (FeatureBlocks$) {
|
|
4491
|
+
/** @deprecated use `FeatureBlocks$inboundSchema` instead. */
|
|
4492
|
+
FeatureBlocks$.inboundSchema = exports.FeatureBlocks$inboundSchema;
|
|
4493
|
+
/** @deprecated use `FeatureBlocks$outboundSchema` instead. */
|
|
4494
|
+
FeatureBlocks$.outboundSchema = exports.FeatureBlocks$outboundSchema;
|
|
4495
|
+
})(FeatureBlocks$ || (exports.FeatureBlocks$ = FeatureBlocks$ = {}));
|
|
4496
|
+
/** @internal */
|
|
4497
|
+
exports.NorthstarMigration$inboundSchema = z.object({
|
|
4498
|
+
teamId: z.string(),
|
|
4499
|
+
projects: z.number(),
|
|
4500
|
+
stores: z.number(),
|
|
4501
|
+
integrationConfigurations: z.number(),
|
|
4502
|
+
integrationClients: z.number(),
|
|
4503
|
+
startTime: z.number(),
|
|
4504
|
+
endTime: z.number(),
|
|
4505
|
+
});
|
|
4506
|
+
/** @internal */
|
|
4507
|
+
exports.NorthstarMigration$outboundSchema = z.object({
|
|
4508
|
+
teamId: z.string(),
|
|
4509
|
+
projects: z.number(),
|
|
4510
|
+
stores: z.number(),
|
|
4511
|
+
integrationConfigurations: z.number(),
|
|
4512
|
+
integrationClients: z.number(),
|
|
4513
|
+
startTime: z.number(),
|
|
4514
|
+
endTime: z.number(),
|
|
4515
|
+
});
|
|
4516
|
+
/**
|
|
4517
|
+
* @internal
|
|
4518
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4519
|
+
*/
|
|
4520
|
+
var NorthstarMigration$;
|
|
4521
|
+
(function (NorthstarMigration$) {
|
|
4522
|
+
/** @deprecated use `NorthstarMigration$inboundSchema` instead. */
|
|
4523
|
+
NorthstarMigration$.inboundSchema = exports.NorthstarMigration$inboundSchema;
|
|
4524
|
+
/** @deprecated use `NorthstarMigration$outboundSchema` instead. */
|
|
4525
|
+
NorthstarMigration$.outboundSchema = exports.NorthstarMigration$outboundSchema;
|
|
4526
|
+
})(NorthstarMigration$ || (exports.NorthstarMigration$ = NorthstarMigration$ = {}));
|
|
4527
|
+
/** @internal */
|
|
4528
|
+
exports.Version$inboundSchema = z
|
|
4529
|
+
.nativeEnum(exports.Version);
|
|
4530
|
+
/** @internal */
|
|
4531
|
+
exports.Version$outboundSchema = exports.Version$inboundSchema;
|
|
4532
|
+
/**
|
|
4533
|
+
* @internal
|
|
4534
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4535
|
+
*/
|
|
4536
|
+
var Version$;
|
|
4537
|
+
(function (Version$) {
|
|
4538
|
+
/** @deprecated use `Version$inboundSchema` instead. */
|
|
4539
|
+
Version$.inboundSchema = exports.Version$inboundSchema;
|
|
4540
|
+
/** @deprecated use `Version$outboundSchema` instead. */
|
|
4541
|
+
Version$.outboundSchema = exports.Version$outboundSchema;
|
|
4542
|
+
})(Version$ || (exports.Version$ = Version$ = {}));
|
|
4543
|
+
/** @internal */
|
|
4544
|
+
exports.AuthUser$inboundSchema = z.object({
|
|
4545
|
+
createdAt: z.number(),
|
|
4546
|
+
softBlock: z.nullable(z.lazy(() => exports.SoftBlock$inboundSchema)),
|
|
4547
|
+
billing: z.nullable(z.lazy(() => exports.Billing$inboundSchema)),
|
|
4548
|
+
resourceConfig: z.lazy(() => exports.ResourceConfig$inboundSchema),
|
|
4549
|
+
stagingPrefix: z.string(),
|
|
4550
|
+
activeDashboardViews: z.array(z.lazy(() => exports.ActiveDashboardViews$inboundSchema)).optional(),
|
|
4551
|
+
importFlowGitNamespace: z.nullable(z.union([z.string(), z.number()]))
|
|
4552
|
+
.optional(),
|
|
4553
|
+
importFlowGitNamespaceId: z.nullable(z.union([z.string(), z.number()]))
|
|
4554
|
+
.optional(),
|
|
4555
|
+
importFlowGitProvider: exports.ImportFlowGitProvider$inboundSchema.optional(),
|
|
4556
|
+
preferredScopesAndGitNamespaces: z.array(z.lazy(() => exports.PreferredScopesAndGitNamespaces$inboundSchema)).optional(),
|
|
4557
|
+
dismissedToasts: z.array(z.lazy(() => exports.DismissedToasts$inboundSchema))
|
|
4558
|
+
.optional(),
|
|
4559
|
+
favoriteProjectsAndSpaces: z.array(z.union([z.lazy(() => exports.One$inboundSchema), z.lazy(() => exports.Two$inboundSchema)])).optional(),
|
|
4560
|
+
hasTrialAvailable: z.boolean(),
|
|
4561
|
+
remoteCaching: z.lazy(() => exports.RemoteCaching$inboundSchema).optional(),
|
|
4562
|
+
dataCache: z.lazy(() => exports.DataCache$inboundSchema).optional(),
|
|
4563
|
+
featureBlocks: z.lazy(() => exports.FeatureBlocks$inboundSchema).optional(),
|
|
4564
|
+
northstarMigration: z.lazy(() => exports.NorthstarMigration$inboundSchema).optional(),
|
|
4565
|
+
id: z.string(),
|
|
4566
|
+
email: z.string(),
|
|
4567
|
+
name: z.nullable(z.string()),
|
|
4568
|
+
username: z.string(),
|
|
4569
|
+
avatar: z.nullable(z.string()),
|
|
4570
|
+
defaultTeamId: z.nullable(z.string()),
|
|
4571
|
+
version: z.nullable(exports.Version$inboundSchema),
|
|
4572
|
+
});
|
|
4573
|
+
/** @internal */
|
|
4574
|
+
exports.AuthUser$outboundSchema = z.object({
|
|
4575
|
+
createdAt: z.number(),
|
|
4576
|
+
softBlock: z.nullable(z.lazy(() => exports.SoftBlock$outboundSchema)),
|
|
4577
|
+
billing: z.nullable(z.lazy(() => exports.Billing$outboundSchema)),
|
|
4578
|
+
resourceConfig: z.lazy(() => exports.ResourceConfig$outboundSchema),
|
|
4579
|
+
stagingPrefix: z.string(),
|
|
4580
|
+
activeDashboardViews: z.array(z.lazy(() => exports.ActiveDashboardViews$outboundSchema)).optional(),
|
|
4581
|
+
importFlowGitNamespace: z.nullable(z.union([z.string(), z.number()]))
|
|
4582
|
+
.optional(),
|
|
4583
|
+
importFlowGitNamespaceId: z.nullable(z.union([z.string(), z.number()]))
|
|
4584
|
+
.optional(),
|
|
4585
|
+
importFlowGitProvider: exports.ImportFlowGitProvider$outboundSchema.optional(),
|
|
4586
|
+
preferredScopesAndGitNamespaces: z.array(z.lazy(() => exports.PreferredScopesAndGitNamespaces$outboundSchema)).optional(),
|
|
4587
|
+
dismissedToasts: z.array(z.lazy(() => exports.DismissedToasts$outboundSchema))
|
|
4588
|
+
.optional(),
|
|
4589
|
+
favoriteProjectsAndSpaces: z.array(z.union([
|
|
4590
|
+
z.lazy(() => exports.One$outboundSchema),
|
|
4591
|
+
z.lazy(() => exports.Two$outboundSchema),
|
|
4592
|
+
])).optional(),
|
|
4593
|
+
hasTrialAvailable: z.boolean(),
|
|
4594
|
+
remoteCaching: z.lazy(() => exports.RemoteCaching$outboundSchema).optional(),
|
|
4595
|
+
dataCache: z.lazy(() => exports.DataCache$outboundSchema).optional(),
|
|
4596
|
+
featureBlocks: z.lazy(() => exports.FeatureBlocks$outboundSchema).optional(),
|
|
4597
|
+
northstarMigration: z.lazy(() => exports.NorthstarMigration$outboundSchema)
|
|
4598
|
+
.optional(),
|
|
4599
|
+
id: z.string(),
|
|
4600
|
+
email: z.string(),
|
|
4601
|
+
name: z.nullable(z.string()),
|
|
4602
|
+
username: z.string(),
|
|
4603
|
+
avatar: z.nullable(z.string()),
|
|
4604
|
+
defaultTeamId: z.nullable(z.string()),
|
|
4605
|
+
version: z.nullable(exports.Version$outboundSchema),
|
|
4606
|
+
});
|
|
4607
|
+
/**
|
|
4608
|
+
* @internal
|
|
4609
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4610
|
+
*/
|
|
4611
|
+
var AuthUser$;
|
|
4612
|
+
(function (AuthUser$) {
|
|
4613
|
+
/** @deprecated use `AuthUser$inboundSchema` instead. */
|
|
4614
|
+
AuthUser$.inboundSchema = exports.AuthUser$inboundSchema;
|
|
4615
|
+
/** @deprecated use `AuthUser$outboundSchema` instead. */
|
|
4616
|
+
AuthUser$.outboundSchema = exports.AuthUser$outboundSchema;
|
|
4617
|
+
})(AuthUser$ || (exports.AuthUser$ = AuthUser$ = {}));
|
|
4618
|
+
//# sourceMappingURL=authuser.js.map
|