@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,4136 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { ACLAction } from "../components/aclaction.js";
|
|
4
|
+
export type UpdateProjectDataCacheRequestBody = {
|
|
5
|
+
/**
|
|
6
|
+
* Enable or disable data cache for the project - default: false
|
|
7
|
+
*/
|
|
8
|
+
disabled?: boolean | undefined;
|
|
9
|
+
};
|
|
10
|
+
export type UpdateProjectDataCacheRequest = {
|
|
11
|
+
/**
|
|
12
|
+
* The unique project identifier
|
|
13
|
+
*/
|
|
14
|
+
projectId: string;
|
|
15
|
+
/**
|
|
16
|
+
* The Team identifier to perform the request on behalf of.
|
|
17
|
+
*/
|
|
18
|
+
teamId?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The Team slug to perform the request on behalf of.
|
|
21
|
+
*/
|
|
22
|
+
slug?: string | undefined;
|
|
23
|
+
requestBody?: UpdateProjectDataCacheRequestBody | undefined;
|
|
24
|
+
};
|
|
25
|
+
export type Analytics = {
|
|
26
|
+
id: string;
|
|
27
|
+
canceledAt?: number | null | undefined;
|
|
28
|
+
disabledAt: number;
|
|
29
|
+
enabledAt: number;
|
|
30
|
+
paidAt?: number | undefined;
|
|
31
|
+
sampleRatePercent?: number | null | undefined;
|
|
32
|
+
spendLimitInDollars?: number | null | undefined;
|
|
33
|
+
};
|
|
34
|
+
export type SpeedInsights = {
|
|
35
|
+
id: string;
|
|
36
|
+
enabledAt?: number | undefined;
|
|
37
|
+
disabledAt?: number | undefined;
|
|
38
|
+
canceledAt?: number | undefined;
|
|
39
|
+
hasData?: boolean | undefined;
|
|
40
|
+
paidAt?: number | undefined;
|
|
41
|
+
};
|
|
42
|
+
export type Definitions = {
|
|
43
|
+
/**
|
|
44
|
+
* The hostname that should be used.
|
|
45
|
+
*/
|
|
46
|
+
host: string;
|
|
47
|
+
/**
|
|
48
|
+
* The path that should be called for the cronjob.
|
|
49
|
+
*/
|
|
50
|
+
path: string;
|
|
51
|
+
/**
|
|
52
|
+
* The cron expression.
|
|
53
|
+
*/
|
|
54
|
+
schedule: string;
|
|
55
|
+
};
|
|
56
|
+
export type Crons = {
|
|
57
|
+
/**
|
|
58
|
+
* The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
|
|
59
|
+
*/
|
|
60
|
+
enabledAt: number;
|
|
61
|
+
/**
|
|
62
|
+
* The time the feature was disabled for this project.
|
|
63
|
+
*/
|
|
64
|
+
disabledAt: number | null;
|
|
65
|
+
updatedAt: number;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the Deployment from which the definitions originated.
|
|
68
|
+
*/
|
|
69
|
+
deploymentId: string | null;
|
|
70
|
+
definitions: Array<Definitions>;
|
|
71
|
+
};
|
|
72
|
+
export type DataCache = {
|
|
73
|
+
userDisabled: boolean;
|
|
74
|
+
storageSizeBytes?: number | null | undefined;
|
|
75
|
+
unlimited?: boolean | undefined;
|
|
76
|
+
};
|
|
77
|
+
export type DeploymentExpiration = {
|
|
78
|
+
expirationDays?: number | undefined;
|
|
79
|
+
expirationDaysProduction?: number | undefined;
|
|
80
|
+
expirationDaysCanceled?: number | undefined;
|
|
81
|
+
expirationDaysErrored?: number | undefined;
|
|
82
|
+
deploymentsToKeep?: number | undefined;
|
|
83
|
+
};
|
|
84
|
+
export declare const UpdateProjectDataCacheTarget2: {
|
|
85
|
+
readonly Production: "production";
|
|
86
|
+
readonly Preview: "preview";
|
|
87
|
+
readonly Development: "development";
|
|
88
|
+
};
|
|
89
|
+
export type UpdateProjectDataCacheTarget2 = ClosedEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
90
|
+
export declare const UpdateProjectDataCacheTarget1: {
|
|
91
|
+
readonly Production: "production";
|
|
92
|
+
readonly Preview: "preview";
|
|
93
|
+
readonly Development: "development";
|
|
94
|
+
};
|
|
95
|
+
export type UpdateProjectDataCacheTarget1 = ClosedEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
96
|
+
export type UpdateProjectDataCacheTarget = Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2;
|
|
97
|
+
export declare const UpdateProjectDataCacheType: {
|
|
98
|
+
readonly Secret: "secret";
|
|
99
|
+
readonly System: "system";
|
|
100
|
+
readonly Encrypted: "encrypted";
|
|
101
|
+
readonly Plain: "plain";
|
|
102
|
+
readonly Sensitive: "sensitive";
|
|
103
|
+
};
|
|
104
|
+
export type UpdateProjectDataCacheType = ClosedEnum<typeof UpdateProjectDataCacheType>;
|
|
105
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
|
|
106
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
107
|
+
};
|
|
108
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
109
|
+
export type Fourteen = {
|
|
110
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
|
|
111
|
+
storeId: string;
|
|
112
|
+
integrationId: string;
|
|
113
|
+
integrationProductId: string;
|
|
114
|
+
integrationConfigurationId: string;
|
|
115
|
+
};
|
|
116
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
|
|
117
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
118
|
+
};
|
|
119
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
120
|
+
export type Thirteen = {
|
|
121
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
|
|
122
|
+
storeId: string;
|
|
123
|
+
};
|
|
124
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
|
|
125
|
+
readonly PostgresDatabase: "postgres-database";
|
|
126
|
+
};
|
|
127
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
128
|
+
export type Twelve = {
|
|
129
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
|
|
130
|
+
storeId: string;
|
|
131
|
+
};
|
|
132
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
|
|
133
|
+
readonly PostgresPassword: "postgres-password";
|
|
134
|
+
};
|
|
135
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
136
|
+
export type Eleven = {
|
|
137
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
|
|
138
|
+
storeId: string;
|
|
139
|
+
};
|
|
140
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
|
|
141
|
+
readonly PostgresHost: "postgres-host";
|
|
142
|
+
};
|
|
143
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
144
|
+
export type ContentHint10 = {
|
|
145
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
|
|
146
|
+
storeId: string;
|
|
147
|
+
};
|
|
148
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
|
|
149
|
+
readonly PostgresUser: "postgres-user";
|
|
150
|
+
};
|
|
151
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
152
|
+
export type ContentHint9 = {
|
|
153
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
|
|
154
|
+
storeId: string;
|
|
155
|
+
};
|
|
156
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
|
|
157
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
158
|
+
};
|
|
159
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
160
|
+
export type ContentHint8 = {
|
|
161
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
|
|
162
|
+
storeId: string;
|
|
163
|
+
};
|
|
164
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
165
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
166
|
+
};
|
|
167
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
168
|
+
export type ContentHint7 = {
|
|
169
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
170
|
+
storeId: string;
|
|
171
|
+
};
|
|
172
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType: {
|
|
173
|
+
readonly PostgresUrl: "postgres-url";
|
|
174
|
+
};
|
|
175
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
176
|
+
export type ContentHint6 = {
|
|
177
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType;
|
|
178
|
+
storeId: string;
|
|
179
|
+
};
|
|
180
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type: {
|
|
181
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
182
|
+
};
|
|
183
|
+
export type UpdateProjectDataCacheContentHintProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
184
|
+
export type ContentHint5 = {
|
|
185
|
+
type: UpdateProjectDataCacheContentHintProjectsResponse200Type;
|
|
186
|
+
storeId: string;
|
|
187
|
+
};
|
|
188
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType: {
|
|
189
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
190
|
+
};
|
|
191
|
+
export type UpdateProjectDataCacheContentHintProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
192
|
+
export type ContentHint4 = {
|
|
193
|
+
type: UpdateProjectDataCacheContentHintProjectsResponseType;
|
|
194
|
+
storeId: string;
|
|
195
|
+
};
|
|
196
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType: {
|
|
197
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
198
|
+
};
|
|
199
|
+
export type UpdateProjectDataCacheContentHintProjectsType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
200
|
+
export type ContentHint3 = {
|
|
201
|
+
type: UpdateProjectDataCacheContentHintProjectsType;
|
|
202
|
+
storeId: string;
|
|
203
|
+
};
|
|
204
|
+
export declare const UpdateProjectDataCacheContentHintType: {
|
|
205
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
206
|
+
};
|
|
207
|
+
export type UpdateProjectDataCacheContentHintType = ClosedEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
208
|
+
export type ContentHint2 = {
|
|
209
|
+
type: UpdateProjectDataCacheContentHintType;
|
|
210
|
+
storeId: string;
|
|
211
|
+
};
|
|
212
|
+
export declare const ContentHintType: {
|
|
213
|
+
readonly RedisUrl: "redis-url";
|
|
214
|
+
};
|
|
215
|
+
export type ContentHintType = ClosedEnum<typeof ContentHintType>;
|
|
216
|
+
export type ContentHint1 = {
|
|
217
|
+
type: ContentHintType;
|
|
218
|
+
storeId: string;
|
|
219
|
+
};
|
|
220
|
+
export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | Eleven | Twelve | Thirteen | Fourteen;
|
|
221
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType: {
|
|
222
|
+
readonly FlagsSecret: "flags-secret";
|
|
223
|
+
};
|
|
224
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
225
|
+
/**
|
|
226
|
+
* Similar to `contentHints`, but should not be exposed to the user.
|
|
227
|
+
*/
|
|
228
|
+
export type InternalContentHint = {
|
|
229
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
|
|
230
|
+
/**
|
|
231
|
+
* Contains the `value` of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.
|
|
232
|
+
*/
|
|
233
|
+
encryptedValue: string;
|
|
234
|
+
};
|
|
235
|
+
export type Env = {
|
|
236
|
+
target?: Array<UpdateProjectDataCacheTarget1> | UpdateProjectDataCacheTarget2 | undefined;
|
|
237
|
+
type: UpdateProjectDataCacheType;
|
|
238
|
+
/**
|
|
239
|
+
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
240
|
+
*/
|
|
241
|
+
sunsetSecretId?: string | undefined;
|
|
242
|
+
id?: string | undefined;
|
|
243
|
+
key: string;
|
|
244
|
+
value: string;
|
|
245
|
+
configurationId?: string | null | undefined;
|
|
246
|
+
createdAt?: number | undefined;
|
|
247
|
+
updatedAt?: number | undefined;
|
|
248
|
+
createdBy?: string | null | undefined;
|
|
249
|
+
updatedBy?: string | null | undefined;
|
|
250
|
+
gitBranch?: string | undefined;
|
|
251
|
+
edgeConfigId?: string | null | undefined;
|
|
252
|
+
edgeConfigTokenId?: string | null | undefined;
|
|
253
|
+
contentHint?: ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | Eleven | Twelve | Thirteen | Fourteen | null | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* Similar to `contentHints`, but should not be exposed to the user.
|
|
256
|
+
*/
|
|
257
|
+
internalContentHint?: InternalContentHint | null | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* Whether `value` and `vsmValue` are decrypted.
|
|
260
|
+
*/
|
|
261
|
+
decrypted?: boolean | undefined;
|
|
262
|
+
comment?: string | undefined;
|
|
263
|
+
customEnvironmentIds?: Array<string> | undefined;
|
|
264
|
+
vsmValue?: string | undefined;
|
|
265
|
+
};
|
|
266
|
+
export declare const UpdateProjectDataCacheFramework: {
|
|
267
|
+
readonly Blitzjs: "blitzjs";
|
|
268
|
+
readonly Nextjs: "nextjs";
|
|
269
|
+
readonly Gatsby: "gatsby";
|
|
270
|
+
readonly Remix: "remix";
|
|
271
|
+
readonly Astro: "astro";
|
|
272
|
+
readonly Hexo: "hexo";
|
|
273
|
+
readonly Eleventy: "eleventy";
|
|
274
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
275
|
+
readonly Docusaurus: "docusaurus";
|
|
276
|
+
readonly Preact: "preact";
|
|
277
|
+
readonly Solidstart1: "solidstart-1";
|
|
278
|
+
readonly Solidstart: "solidstart";
|
|
279
|
+
readonly Dojo: "dojo";
|
|
280
|
+
readonly Ember: "ember";
|
|
281
|
+
readonly Vue: "vue";
|
|
282
|
+
readonly Scully: "scully";
|
|
283
|
+
readonly IonicAngular: "ionic-angular";
|
|
284
|
+
readonly Angular: "angular";
|
|
285
|
+
readonly Polymer: "polymer";
|
|
286
|
+
readonly Svelte: "svelte";
|
|
287
|
+
readonly Sveltekit: "sveltekit";
|
|
288
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
289
|
+
readonly IonicReact: "ionic-react";
|
|
290
|
+
readonly CreateReactApp: "create-react-app";
|
|
291
|
+
readonly Gridsome: "gridsome";
|
|
292
|
+
readonly Umijs: "umijs";
|
|
293
|
+
readonly Sapper: "sapper";
|
|
294
|
+
readonly Saber: "saber";
|
|
295
|
+
readonly Stencil: "stencil";
|
|
296
|
+
readonly Nuxtjs: "nuxtjs";
|
|
297
|
+
readonly Redwoodjs: "redwoodjs";
|
|
298
|
+
readonly Hugo: "hugo";
|
|
299
|
+
readonly Jekyll: "jekyll";
|
|
300
|
+
readonly Brunch: "brunch";
|
|
301
|
+
readonly Middleman: "middleman";
|
|
302
|
+
readonly Zola: "zola";
|
|
303
|
+
readonly Hydrogen: "hydrogen";
|
|
304
|
+
readonly Vite: "vite";
|
|
305
|
+
readonly Vitepress: "vitepress";
|
|
306
|
+
readonly Vuepress: "vuepress";
|
|
307
|
+
readonly Parcel: "parcel";
|
|
308
|
+
readonly Fasthtml: "fasthtml";
|
|
309
|
+
readonly Sanity: "sanity";
|
|
310
|
+
readonly Storybook: "storybook";
|
|
311
|
+
};
|
|
312
|
+
export type UpdateProjectDataCacheFramework = ClosedEnum<typeof UpdateProjectDataCacheFramework>;
|
|
313
|
+
export type AliasAssigned = number | boolean;
|
|
314
|
+
export type UpdateProjectDataCacheProjectsAliasError = {
|
|
315
|
+
code: string;
|
|
316
|
+
message: string;
|
|
317
|
+
};
|
|
318
|
+
export type UpdateProjectDataCacheBuilds = {
|
|
319
|
+
use: string;
|
|
320
|
+
src?: string | undefined;
|
|
321
|
+
dest?: string | undefined;
|
|
322
|
+
};
|
|
323
|
+
export type UpdateProjectDataCacheProjectsCreator = {
|
|
324
|
+
email: string;
|
|
325
|
+
githubLogin?: string | undefined;
|
|
326
|
+
gitlabLogin?: string | undefined;
|
|
327
|
+
uid: string;
|
|
328
|
+
username: string;
|
|
329
|
+
};
|
|
330
|
+
export declare const UpdateProjectDataCacheProjectsPlan: {
|
|
331
|
+
readonly Pro: "pro";
|
|
332
|
+
readonly Enterprise: "enterprise";
|
|
333
|
+
readonly Hobby: "hobby";
|
|
334
|
+
};
|
|
335
|
+
export type UpdateProjectDataCacheProjectsPlan = ClosedEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
336
|
+
export declare const UpdateProjectDataCacheReadyState: {
|
|
337
|
+
readonly Building: "BUILDING";
|
|
338
|
+
readonly Error: "ERROR";
|
|
339
|
+
readonly Initializing: "INITIALIZING";
|
|
340
|
+
readonly Queued: "QUEUED";
|
|
341
|
+
readonly Ready: "READY";
|
|
342
|
+
readonly Canceled: "CANCELED";
|
|
343
|
+
};
|
|
344
|
+
export type UpdateProjectDataCacheReadyState = ClosedEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
345
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate: {
|
|
346
|
+
readonly Staged: "STAGED";
|
|
347
|
+
readonly Promoted: "PROMOTED";
|
|
348
|
+
};
|
|
349
|
+
export type UpdateProjectDataCacheProjectsReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
350
|
+
export declare const UpdateProjectDataCacheProjectsType: {
|
|
351
|
+
readonly Lambdas: "LAMBDAS";
|
|
352
|
+
};
|
|
353
|
+
export type UpdateProjectDataCacheProjectsType = ClosedEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
354
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion: {
|
|
355
|
+
readonly Succeeded: "succeeded";
|
|
356
|
+
readonly Failed: "failed";
|
|
357
|
+
readonly Skipped: "skipped";
|
|
358
|
+
readonly Canceled: "canceled";
|
|
359
|
+
};
|
|
360
|
+
export type UpdateProjectDataCacheProjectsChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
361
|
+
export declare const UpdateProjectDataCacheProjectsChecksState: {
|
|
362
|
+
readonly Registered: "registered";
|
|
363
|
+
readonly Running: "running";
|
|
364
|
+
readonly Completed: "completed";
|
|
365
|
+
};
|
|
366
|
+
export type UpdateProjectDataCacheProjectsChecksState = ClosedEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
367
|
+
export type UpdateProjectDataCacheProjectsOidcTokenClaims = string | Array<string>;
|
|
368
|
+
export type LatestDeployments = {
|
|
369
|
+
alias?: Array<string> | undefined;
|
|
370
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
371
|
+
aliasError?: UpdateProjectDataCacheProjectsAliasError | null | undefined;
|
|
372
|
+
aliasFinal?: string | null | undefined;
|
|
373
|
+
automaticAliases?: Array<string> | undefined;
|
|
374
|
+
builds?: Array<UpdateProjectDataCacheBuilds> | undefined;
|
|
375
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
376
|
+
connectConfigurationId?: string | undefined;
|
|
377
|
+
createdAt: number;
|
|
378
|
+
createdIn: string;
|
|
379
|
+
creator: UpdateProjectDataCacheProjectsCreator | null;
|
|
380
|
+
deletedAt?: number | undefined;
|
|
381
|
+
deploymentHostname: string;
|
|
382
|
+
name: string;
|
|
383
|
+
forced?: boolean | undefined;
|
|
384
|
+
id: string;
|
|
385
|
+
meta?: {
|
|
386
|
+
[k: string]: string;
|
|
387
|
+
} | undefined;
|
|
388
|
+
monorepoManager?: string | null | undefined;
|
|
389
|
+
plan: UpdateProjectDataCacheProjectsPlan;
|
|
390
|
+
private: boolean;
|
|
391
|
+
readyState: UpdateProjectDataCacheReadyState;
|
|
392
|
+
readySubstate?: UpdateProjectDataCacheProjectsReadySubstate | undefined;
|
|
393
|
+
requestedAt?: number | undefined;
|
|
394
|
+
target?: string | null | undefined;
|
|
395
|
+
teamId?: string | null | undefined;
|
|
396
|
+
type: UpdateProjectDataCacheProjectsType;
|
|
397
|
+
url: string;
|
|
398
|
+
userId: string;
|
|
399
|
+
withCache?: boolean | undefined;
|
|
400
|
+
checksConclusion?: UpdateProjectDataCacheProjectsChecksConclusion | undefined;
|
|
401
|
+
checksState?: UpdateProjectDataCacheProjectsChecksState | undefined;
|
|
402
|
+
readyAt?: number | undefined;
|
|
403
|
+
buildingAt?: number | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* Whether or not preview comments are enabled for the deployment
|
|
406
|
+
*/
|
|
407
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
408
|
+
oidcTokenClaims?: {
|
|
409
|
+
[k: string]: string | Array<string>;
|
|
410
|
+
} | undefined;
|
|
411
|
+
};
|
|
412
|
+
export declare const UpdateProjectDataCacheLinkProjectsType: {
|
|
413
|
+
readonly Bitbucket: "bitbucket";
|
|
414
|
+
};
|
|
415
|
+
export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
416
|
+
export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
417
|
+
createdAt?: number | undefined;
|
|
418
|
+
id: string;
|
|
419
|
+
name: string;
|
|
420
|
+
ref: string;
|
|
421
|
+
url: string;
|
|
422
|
+
};
|
|
423
|
+
export type Link3 = {
|
|
424
|
+
name?: string | undefined;
|
|
425
|
+
slug?: string | undefined;
|
|
426
|
+
owner?: string | undefined;
|
|
427
|
+
type?: UpdateProjectDataCacheLinkProjectsType | undefined;
|
|
428
|
+
uuid?: string | undefined;
|
|
429
|
+
workspaceUuid?: string | undefined;
|
|
430
|
+
createdAt?: number | undefined;
|
|
431
|
+
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
432
|
+
gitCredentialId?: string | undefined;
|
|
433
|
+
updatedAt?: number | undefined;
|
|
434
|
+
sourceless?: boolean | undefined;
|
|
435
|
+
productionBranch?: string | undefined;
|
|
436
|
+
};
|
|
437
|
+
export declare const UpdateProjectDataCacheLinkType: {
|
|
438
|
+
readonly Gitlab: "gitlab";
|
|
439
|
+
};
|
|
440
|
+
export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
441
|
+
export type LinkDeployHooks = {
|
|
442
|
+
createdAt?: number | undefined;
|
|
443
|
+
id: string;
|
|
444
|
+
name: string;
|
|
445
|
+
ref: string;
|
|
446
|
+
url: string;
|
|
447
|
+
};
|
|
448
|
+
export type Link2 = {
|
|
449
|
+
projectId?: string | undefined;
|
|
450
|
+
projectName?: string | undefined;
|
|
451
|
+
projectNameWithNamespace?: string | undefined;
|
|
452
|
+
projectNamespace?: string | undefined;
|
|
453
|
+
projectUrl?: string | undefined;
|
|
454
|
+
type?: UpdateProjectDataCacheLinkType | undefined;
|
|
455
|
+
createdAt?: number | undefined;
|
|
456
|
+
deployHooks: Array<LinkDeployHooks>;
|
|
457
|
+
gitCredentialId?: string | undefined;
|
|
458
|
+
updatedAt?: number | undefined;
|
|
459
|
+
sourceless?: boolean | undefined;
|
|
460
|
+
productionBranch?: string | undefined;
|
|
461
|
+
};
|
|
462
|
+
export declare const LinkType: {
|
|
463
|
+
readonly Github: "github";
|
|
464
|
+
};
|
|
465
|
+
export type LinkType = ClosedEnum<typeof LinkType>;
|
|
466
|
+
export type DeployHooks = {
|
|
467
|
+
createdAt?: number | undefined;
|
|
468
|
+
id: string;
|
|
469
|
+
name: string;
|
|
470
|
+
ref: string;
|
|
471
|
+
url: string;
|
|
472
|
+
};
|
|
473
|
+
export type Link1 = {
|
|
474
|
+
org?: string | undefined;
|
|
475
|
+
repo?: string | undefined;
|
|
476
|
+
repoId?: number | undefined;
|
|
477
|
+
type?: LinkType | undefined;
|
|
478
|
+
createdAt?: number | undefined;
|
|
479
|
+
deployHooks: Array<DeployHooks>;
|
|
480
|
+
gitCredentialId?: string | undefined;
|
|
481
|
+
updatedAt?: number | undefined;
|
|
482
|
+
sourceless?: boolean | undefined;
|
|
483
|
+
productionBranch?: string | undefined;
|
|
484
|
+
};
|
|
485
|
+
export type Link = Link1 | Link2 | Link3;
|
|
486
|
+
export declare const UpdateProjectDataCacheNodeVersion: {
|
|
487
|
+
readonly TwentyX: "20.x";
|
|
488
|
+
readonly EighteenX: "18.x";
|
|
489
|
+
readonly SixteenX: "16.x";
|
|
490
|
+
readonly FourteenX: "14.x";
|
|
491
|
+
readonly TwelveX: "12.x";
|
|
492
|
+
readonly TenX: "10.x";
|
|
493
|
+
readonly Eight10X: "8.10.x";
|
|
494
|
+
};
|
|
495
|
+
export type UpdateProjectDataCacheNodeVersion = ClosedEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
496
|
+
export type UpdateProjectDataCachePaths = {
|
|
497
|
+
value: string;
|
|
498
|
+
};
|
|
499
|
+
export type UpdateProjectDataCacheOptionsAllowlist = {
|
|
500
|
+
paths: Array<UpdateProjectDataCachePaths>;
|
|
501
|
+
};
|
|
502
|
+
export type UpdateProjectDataCachePasswordProtection = {};
|
|
503
|
+
export declare const UpdateProjectDataCacheDeploymentType: {
|
|
504
|
+
readonly All: "all";
|
|
505
|
+
readonly Preview: "preview";
|
|
506
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
507
|
+
};
|
|
508
|
+
export type UpdateProjectDataCacheDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
509
|
+
export type UpdateProjectDataCacheSsoProtection = {
|
|
510
|
+
deploymentType: UpdateProjectDataCacheDeploymentType;
|
|
511
|
+
};
|
|
512
|
+
export type UpdateProjectDataCacheAliasAssigned = number | boolean;
|
|
513
|
+
export type UpdateProjectDataCacheAliasError = {
|
|
514
|
+
code: string;
|
|
515
|
+
message: string;
|
|
516
|
+
};
|
|
517
|
+
export type UpdateProjectDataCacheProjectsBuilds = {
|
|
518
|
+
use: string;
|
|
519
|
+
src?: string | undefined;
|
|
520
|
+
dest?: string | undefined;
|
|
521
|
+
};
|
|
522
|
+
export type UpdateProjectDataCacheCreator = {
|
|
523
|
+
email: string;
|
|
524
|
+
githubLogin?: string | undefined;
|
|
525
|
+
gitlabLogin?: string | undefined;
|
|
526
|
+
uid: string;
|
|
527
|
+
username: string;
|
|
528
|
+
};
|
|
529
|
+
export declare const UpdateProjectDataCachePlan: {
|
|
530
|
+
readonly Pro: "pro";
|
|
531
|
+
readonly Enterprise: "enterprise";
|
|
532
|
+
readonly Hobby: "hobby";
|
|
533
|
+
};
|
|
534
|
+
export type UpdateProjectDataCachePlan = ClosedEnum<typeof UpdateProjectDataCachePlan>;
|
|
535
|
+
export declare const UpdateProjectDataCacheProjectsReadyState: {
|
|
536
|
+
readonly Building: "BUILDING";
|
|
537
|
+
readonly Error: "ERROR";
|
|
538
|
+
readonly Initializing: "INITIALIZING";
|
|
539
|
+
readonly Queued: "QUEUED";
|
|
540
|
+
readonly Ready: "READY";
|
|
541
|
+
readonly Canceled: "CANCELED";
|
|
542
|
+
};
|
|
543
|
+
export type UpdateProjectDataCacheProjectsReadyState = ClosedEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
544
|
+
export declare const UpdateProjectDataCacheReadySubstate: {
|
|
545
|
+
readonly Staged: "STAGED";
|
|
546
|
+
readonly Promoted: "PROMOTED";
|
|
547
|
+
};
|
|
548
|
+
export type UpdateProjectDataCacheReadySubstate = ClosedEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
549
|
+
export declare const UpdateProjectDataCacheProjectsResponseType: {
|
|
550
|
+
readonly Lambdas: "LAMBDAS";
|
|
551
|
+
};
|
|
552
|
+
export type UpdateProjectDataCacheProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
553
|
+
export declare const UpdateProjectDataCacheChecksConclusion: {
|
|
554
|
+
readonly Succeeded: "succeeded";
|
|
555
|
+
readonly Failed: "failed";
|
|
556
|
+
readonly Skipped: "skipped";
|
|
557
|
+
readonly Canceled: "canceled";
|
|
558
|
+
};
|
|
559
|
+
export type UpdateProjectDataCacheChecksConclusion = ClosedEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
560
|
+
export declare const UpdateProjectDataCacheChecksState: {
|
|
561
|
+
readonly Registered: "registered";
|
|
562
|
+
readonly Running: "running";
|
|
563
|
+
readonly Completed: "completed";
|
|
564
|
+
};
|
|
565
|
+
export type UpdateProjectDataCacheChecksState = ClosedEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
566
|
+
export type UpdateProjectDataCacheOidcTokenClaims = string | Array<string>;
|
|
567
|
+
export type Targets = {
|
|
568
|
+
alias?: Array<string> | undefined;
|
|
569
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
570
|
+
aliasError?: UpdateProjectDataCacheAliasError | null | undefined;
|
|
571
|
+
aliasFinal?: string | null | undefined;
|
|
572
|
+
automaticAliases?: Array<string> | undefined;
|
|
573
|
+
builds?: Array<UpdateProjectDataCacheProjectsBuilds> | undefined;
|
|
574
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
575
|
+
connectConfigurationId?: string | undefined;
|
|
576
|
+
createdAt: number;
|
|
577
|
+
createdIn: string;
|
|
578
|
+
creator: UpdateProjectDataCacheCreator | null;
|
|
579
|
+
deletedAt?: number | undefined;
|
|
580
|
+
deploymentHostname: string;
|
|
581
|
+
name: string;
|
|
582
|
+
forced?: boolean | undefined;
|
|
583
|
+
id: string;
|
|
584
|
+
meta?: {
|
|
585
|
+
[k: string]: string;
|
|
586
|
+
} | undefined;
|
|
587
|
+
monorepoManager?: string | null | undefined;
|
|
588
|
+
plan: UpdateProjectDataCachePlan;
|
|
589
|
+
private: boolean;
|
|
590
|
+
readyState: UpdateProjectDataCacheProjectsReadyState;
|
|
591
|
+
readySubstate?: UpdateProjectDataCacheReadySubstate | undefined;
|
|
592
|
+
requestedAt?: number | undefined;
|
|
593
|
+
target?: string | null | undefined;
|
|
594
|
+
teamId?: string | null | undefined;
|
|
595
|
+
type: UpdateProjectDataCacheProjectsResponseType;
|
|
596
|
+
url: string;
|
|
597
|
+
userId: string;
|
|
598
|
+
withCache?: boolean | undefined;
|
|
599
|
+
checksConclusion?: UpdateProjectDataCacheChecksConclusion | undefined;
|
|
600
|
+
checksState?: UpdateProjectDataCacheChecksState | undefined;
|
|
601
|
+
readyAt?: number | undefined;
|
|
602
|
+
buildingAt?: number | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* Whether or not preview comments are enabled for the deployment
|
|
605
|
+
*/
|
|
606
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
607
|
+
oidcTokenClaims?: {
|
|
608
|
+
[k: string]: string | Array<string>;
|
|
609
|
+
} | undefined;
|
|
610
|
+
};
|
|
611
|
+
export type Permissions = {
|
|
612
|
+
accessGroup?: Array<ACLAction> | undefined;
|
|
613
|
+
aliasGlobal?: Array<ACLAction> | undefined;
|
|
614
|
+
analyticsSampling?: Array<ACLAction> | undefined;
|
|
615
|
+
analyticsUsage?: Array<ACLAction> | undefined;
|
|
616
|
+
auditLog?: Array<ACLAction> | undefined;
|
|
617
|
+
billingAddress?: Array<ACLAction> | undefined;
|
|
618
|
+
billingInformation?: Array<ACLAction> | undefined;
|
|
619
|
+
billingInvoice?: Array<ACLAction> | undefined;
|
|
620
|
+
billingInvoiceEmailRecipient?: Array<ACLAction> | undefined;
|
|
621
|
+
billingInvoiceLanguage?: Array<ACLAction> | undefined;
|
|
622
|
+
billingPlan?: Array<ACLAction> | undefined;
|
|
623
|
+
billingPurchaseOrder?: Array<ACLAction> | undefined;
|
|
624
|
+
billingTaxId?: Array<ACLAction> | undefined;
|
|
625
|
+
blob?: Array<ACLAction> | undefined;
|
|
626
|
+
budget?: Array<ACLAction> | undefined;
|
|
627
|
+
cacheArtifact?: Array<ACLAction> | undefined;
|
|
628
|
+
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
629
|
+
codeChecks?: Array<ACLAction> | undefined;
|
|
630
|
+
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
631
|
+
connect?: Array<ACLAction> | undefined;
|
|
632
|
+
connectConfiguration?: Array<ACLAction> | undefined;
|
|
633
|
+
domain?: Array<ACLAction> | undefined;
|
|
634
|
+
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
635
|
+
domainAuthCodes?: Array<ACLAction> | undefined;
|
|
636
|
+
domainCertificate?: Array<ACLAction> | undefined;
|
|
637
|
+
domainCheckConfig?: Array<ACLAction> | undefined;
|
|
638
|
+
domainMove?: Array<ACLAction> | undefined;
|
|
639
|
+
domainPurchase?: Array<ACLAction> | undefined;
|
|
640
|
+
domainRecord?: Array<ACLAction> | undefined;
|
|
641
|
+
domainTransferIn?: Array<ACLAction> | undefined;
|
|
642
|
+
event?: Array<ACLAction> | undefined;
|
|
643
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
644
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
645
|
+
fileUpload?: Array<ACLAction> | undefined;
|
|
646
|
+
gitRepository?: Array<ACLAction> | undefined;
|
|
647
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
648
|
+
integration?: Array<ACLAction> | undefined;
|
|
649
|
+
integrationAccount?: Array<ACLAction> | undefined;
|
|
650
|
+
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
651
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
652
|
+
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
653
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
654
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
655
|
+
integrationEvent?: Array<ACLAction> | undefined;
|
|
656
|
+
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
657
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
658
|
+
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
659
|
+
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
660
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
661
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
662
|
+
monitoring?: Array<ACLAction> | undefined;
|
|
663
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
664
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
665
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
666
|
+
monitoringAlert?: Array<ACLAction> | undefined;
|
|
667
|
+
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
668
|
+
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
669
|
+
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
670
|
+
notificationDomainMoved?: Array<ACLAction> | undefined;
|
|
671
|
+
notificationDomainPurchase?: Array<ACLAction> | undefined;
|
|
672
|
+
notificationDomainRenewal?: Array<ACLAction> | undefined;
|
|
673
|
+
notificationDomainTransfer?: Array<ACLAction> | undefined;
|
|
674
|
+
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
675
|
+
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
676
|
+
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
677
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
678
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
679
|
+
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
680
|
+
oauth2Connection?: Array<ACLAction> | undefined;
|
|
681
|
+
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
682
|
+
paymentMethod?: Array<ACLAction> | undefined;
|
|
683
|
+
permissions?: Array<ACLAction> | undefined;
|
|
684
|
+
postgres?: Array<ACLAction> | undefined;
|
|
685
|
+
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
686
|
+
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
687
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
688
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
689
|
+
space?: Array<ACLAction> | undefined;
|
|
690
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
691
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
692
|
+
rateLimit?: Array<ACLAction> | undefined;
|
|
693
|
+
redis?: Array<ACLAction> | undefined;
|
|
694
|
+
repository?: Array<ACLAction> | undefined;
|
|
695
|
+
remoteCaching?: Array<ACLAction> | undefined;
|
|
696
|
+
samlConfig?: Array<ACLAction> | undefined;
|
|
697
|
+
secret?: Array<ACLAction> | undefined;
|
|
698
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
699
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
700
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
701
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
702
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
703
|
+
storeTransfer?: Array<ACLAction> | undefined;
|
|
704
|
+
supportCase?: Array<ACLAction> | undefined;
|
|
705
|
+
supportCaseComment?: Array<ACLAction> | undefined;
|
|
706
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
707
|
+
team?: Array<ACLAction> | undefined;
|
|
708
|
+
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
709
|
+
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
710
|
+
teamGitExclusivity?: Array<ACLAction> | undefined;
|
|
711
|
+
teamInvite?: Array<ACLAction> | undefined;
|
|
712
|
+
teamInviteCode?: Array<ACLAction> | undefined;
|
|
713
|
+
teamJoin?: Array<ACLAction> | undefined;
|
|
714
|
+
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
715
|
+
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
716
|
+
token?: Array<ACLAction> | undefined;
|
|
717
|
+
usage?: Array<ACLAction> | undefined;
|
|
718
|
+
usageCycle?: Array<ACLAction> | undefined;
|
|
719
|
+
user?: Array<ACLAction> | undefined;
|
|
720
|
+
userConnection?: Array<ACLAction> | undefined;
|
|
721
|
+
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
722
|
+
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
723
|
+
webAuthn?: Array<ACLAction> | undefined;
|
|
724
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
725
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
726
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
727
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
728
|
+
webhook?: Array<ACLAction> | undefined;
|
|
729
|
+
webhookEvent?: Array<ACLAction> | undefined;
|
|
730
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
731
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
732
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
733
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
734
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
735
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
736
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
737
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
738
|
+
deployment?: Array<ACLAction> | undefined;
|
|
739
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
740
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
741
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
742
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
743
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
744
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
745
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
746
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
747
|
+
environments?: Array<ACLAction> | undefined;
|
|
748
|
+
logs?: Array<ACLAction> | undefined;
|
|
749
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
750
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
751
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
752
|
+
job?: Array<ACLAction> | undefined;
|
|
753
|
+
project?: Array<ACLAction> | undefined;
|
|
754
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
755
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
756
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
757
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
758
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
759
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
760
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
761
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
762
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
763
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
764
|
+
projectId?: Array<ACLAction> | undefined;
|
|
765
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
766
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
767
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
768
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
769
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
770
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
771
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
772
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
773
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
774
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
775
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
776
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
777
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
778
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
779
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
780
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
781
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
782
|
+
analytics?: Array<ACLAction> | undefined;
|
|
783
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
784
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
785
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
786
|
+
sonar?: Array<ACLAction> | undefined;
|
|
787
|
+
};
|
|
788
|
+
export type LastRollbackTarget = {};
|
|
789
|
+
export declare const JobStatus: {
|
|
790
|
+
readonly Succeeded: "succeeded";
|
|
791
|
+
readonly Failed: "failed";
|
|
792
|
+
readonly Skipped: "skipped";
|
|
793
|
+
readonly Pending: "pending";
|
|
794
|
+
readonly InProgress: "in-progress";
|
|
795
|
+
};
|
|
796
|
+
export type JobStatus = ClosedEnum<typeof JobStatus>;
|
|
797
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type: {
|
|
798
|
+
readonly Promote: "promote";
|
|
799
|
+
readonly Rollback: "rollback";
|
|
800
|
+
};
|
|
801
|
+
export type UpdateProjectDataCacheProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
802
|
+
export type LastAliasRequest = {
|
|
803
|
+
fromDeploymentId: string;
|
|
804
|
+
toDeploymentId: string;
|
|
805
|
+
jobStatus: JobStatus;
|
|
806
|
+
requestedAt: number;
|
|
807
|
+
type: UpdateProjectDataCacheProjectsResponse200Type;
|
|
808
|
+
};
|
|
809
|
+
export declare const Scope: {
|
|
810
|
+
readonly AutomationBypass: "automation-bypass";
|
|
811
|
+
};
|
|
812
|
+
export type Scope = ClosedEnum<typeof Scope>;
|
|
813
|
+
export type ProtectionBypass = {
|
|
814
|
+
createdAt: number;
|
|
815
|
+
createdBy: string;
|
|
816
|
+
scope: Scope;
|
|
817
|
+
};
|
|
818
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType: {
|
|
819
|
+
readonly All: "all";
|
|
820
|
+
readonly Preview: "preview";
|
|
821
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
822
|
+
readonly Production: "production";
|
|
823
|
+
};
|
|
824
|
+
export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
825
|
+
export type TrustedIps2 = {
|
|
826
|
+
deploymentType: UpdateProjectDataCacheTrustedIpsDeploymentType;
|
|
827
|
+
};
|
|
828
|
+
export declare const TrustedIpsDeploymentType: {
|
|
829
|
+
readonly All: "all";
|
|
830
|
+
readonly Preview: "preview";
|
|
831
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
832
|
+
readonly Production: "production";
|
|
833
|
+
};
|
|
834
|
+
export type TrustedIpsDeploymentType = ClosedEnum<typeof TrustedIpsDeploymentType>;
|
|
835
|
+
export type UpdateProjectDataCacheTrustedIpsAddresses = {
|
|
836
|
+
value: string;
|
|
837
|
+
note?: string | undefined;
|
|
838
|
+
};
|
|
839
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode: {
|
|
840
|
+
readonly Additional: "additional";
|
|
841
|
+
readonly Exclusive: "exclusive";
|
|
842
|
+
};
|
|
843
|
+
export type UpdateProjectDataCacheTrustedIpsProtectionMode = ClosedEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
844
|
+
export type TrustedIps1 = {
|
|
845
|
+
deploymentType: TrustedIpsDeploymentType;
|
|
846
|
+
addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
847
|
+
protectionMode: UpdateProjectDataCacheTrustedIpsProtectionMode;
|
|
848
|
+
};
|
|
849
|
+
export type UpdateProjectDataCacheTrustedIps = TrustedIps2 | TrustedIps1;
|
|
850
|
+
export type GitComments = {
|
|
851
|
+
/**
|
|
852
|
+
* Whether the Vercel bot should comment on PRs
|
|
853
|
+
*/
|
|
854
|
+
onPullRequest: boolean;
|
|
855
|
+
/**
|
|
856
|
+
* Whether the Vercel bot should comment on commits
|
|
857
|
+
*/
|
|
858
|
+
onCommit: boolean;
|
|
859
|
+
};
|
|
860
|
+
export type WebAnalytics = {
|
|
861
|
+
id: string;
|
|
862
|
+
disabledAt?: number | undefined;
|
|
863
|
+
canceledAt?: number | undefined;
|
|
864
|
+
enabledAt?: number | undefined;
|
|
865
|
+
hasData?: boolean | undefined;
|
|
866
|
+
};
|
|
867
|
+
export type Src2 = {
|
|
868
|
+
re?: string | undefined;
|
|
869
|
+
eq?: string | undefined;
|
|
870
|
+
neq?: string | undefined;
|
|
871
|
+
inc?: Array<string> | undefined;
|
|
872
|
+
ninc?: Array<string> | undefined;
|
|
873
|
+
pre?: string | undefined;
|
|
874
|
+
suf?: string | undefined;
|
|
875
|
+
gt?: number | undefined;
|
|
876
|
+
gte?: number | undefined;
|
|
877
|
+
lt?: number | undefined;
|
|
878
|
+
lte?: number | undefined;
|
|
879
|
+
};
|
|
880
|
+
export type Src = Src2 | string;
|
|
881
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
882
|
+
readonly Host: "host";
|
|
883
|
+
readonly Method: "method";
|
|
884
|
+
readonly Path: "path";
|
|
885
|
+
readonly Header: "header";
|
|
886
|
+
readonly Cookie: "cookie";
|
|
887
|
+
readonly Query: "query";
|
|
888
|
+
readonly IpAddress: "ip_address";
|
|
889
|
+
readonly Protocol: "protocol";
|
|
890
|
+
readonly Scheme: "scheme";
|
|
891
|
+
readonly Environment: "environment";
|
|
892
|
+
readonly Region: "region";
|
|
893
|
+
};
|
|
894
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
895
|
+
export type UpdateProjectDataCacheValueProjects2 = {
|
|
896
|
+
re?: string | undefined;
|
|
897
|
+
eq?: string | undefined;
|
|
898
|
+
neq?: string | undefined;
|
|
899
|
+
inc?: Array<string> | undefined;
|
|
900
|
+
ninc?: Array<string> | undefined;
|
|
901
|
+
pre?: string | undefined;
|
|
902
|
+
suf?: string | undefined;
|
|
903
|
+
gt?: number | undefined;
|
|
904
|
+
gte?: number | undefined;
|
|
905
|
+
lt?: number | undefined;
|
|
906
|
+
lte?: number | undefined;
|
|
907
|
+
};
|
|
908
|
+
export type UpdateProjectDataCacheProjectsValue = UpdateProjectDataCacheValueProjects2 | string;
|
|
909
|
+
export type Has = {
|
|
910
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType;
|
|
911
|
+
key?: string | undefined;
|
|
912
|
+
value?: UpdateProjectDataCacheValueProjects2 | string | undefined;
|
|
913
|
+
};
|
|
914
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType: {
|
|
915
|
+
readonly Host: "host";
|
|
916
|
+
readonly Method: "method";
|
|
917
|
+
readonly Path: "path";
|
|
918
|
+
readonly Header: "header";
|
|
919
|
+
readonly Cookie: "cookie";
|
|
920
|
+
readonly Query: "query";
|
|
921
|
+
readonly IpAddress: "ip_address";
|
|
922
|
+
readonly Protocol: "protocol";
|
|
923
|
+
readonly Scheme: "scheme";
|
|
924
|
+
readonly Environment: "environment";
|
|
925
|
+
readonly Region: "region";
|
|
926
|
+
};
|
|
927
|
+
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
928
|
+
export type UpdateProjectDataCacheValue2 = {
|
|
929
|
+
re?: string | undefined;
|
|
930
|
+
eq?: string | undefined;
|
|
931
|
+
neq?: string | undefined;
|
|
932
|
+
inc?: Array<string> | undefined;
|
|
933
|
+
ninc?: Array<string> | undefined;
|
|
934
|
+
pre?: string | undefined;
|
|
935
|
+
suf?: string | undefined;
|
|
936
|
+
gt?: number | undefined;
|
|
937
|
+
gte?: number | undefined;
|
|
938
|
+
lt?: number | undefined;
|
|
939
|
+
lte?: number | undefined;
|
|
940
|
+
};
|
|
941
|
+
export type UpdateProjectDataCacheValue = UpdateProjectDataCacheValue2 | string;
|
|
942
|
+
export type Missing = {
|
|
943
|
+
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType;
|
|
944
|
+
key?: string | undefined;
|
|
945
|
+
value?: UpdateProjectDataCacheValue2 | string | undefined;
|
|
946
|
+
};
|
|
947
|
+
export declare const Handle: {
|
|
948
|
+
readonly Init: "init";
|
|
949
|
+
readonly Finalize: "finalize";
|
|
950
|
+
};
|
|
951
|
+
export type Handle = ClosedEnum<typeof Handle>;
|
|
952
|
+
export declare const Action: {
|
|
953
|
+
readonly Deny: "deny";
|
|
954
|
+
readonly Challenge: "challenge";
|
|
955
|
+
readonly Log: "log";
|
|
956
|
+
readonly Bypass: "bypass";
|
|
957
|
+
readonly RateLimit: "rate_limit";
|
|
958
|
+
readonly Redirect: "redirect";
|
|
959
|
+
};
|
|
960
|
+
export type Action = ClosedEnum<typeof Action>;
|
|
961
|
+
export declare const Algo: {
|
|
962
|
+
readonly FixedWindow: "fixed_window";
|
|
963
|
+
readonly TokenBucket: "token_bucket";
|
|
964
|
+
};
|
|
965
|
+
export type Algo = ClosedEnum<typeof Algo>;
|
|
966
|
+
export type Erl = {
|
|
967
|
+
algo: Algo;
|
|
968
|
+
window: number;
|
|
969
|
+
limit: number;
|
|
970
|
+
keys: Array<string>;
|
|
971
|
+
};
|
|
972
|
+
export type Mitigate = {
|
|
973
|
+
action: Action;
|
|
974
|
+
ruleId: string;
|
|
975
|
+
ttl?: number | undefined;
|
|
976
|
+
erl?: Erl | undefined;
|
|
977
|
+
};
|
|
978
|
+
export type FirewallRoutes = {
|
|
979
|
+
src?: Src2 | string | undefined;
|
|
980
|
+
has?: Array<Has> | undefined;
|
|
981
|
+
missing?: Array<Missing> | undefined;
|
|
982
|
+
dest?: string | undefined;
|
|
983
|
+
status?: number | undefined;
|
|
984
|
+
handle?: Handle | undefined;
|
|
985
|
+
mitigate?: Mitigate | undefined;
|
|
986
|
+
};
|
|
987
|
+
export type Security = {
|
|
988
|
+
attackModeEnabled?: boolean | undefined;
|
|
989
|
+
attackModeUpdatedAt?: number | undefined;
|
|
990
|
+
firewallEnabled?: boolean | undefined;
|
|
991
|
+
firewallUpdatedAt?: number | undefined;
|
|
992
|
+
attackModeActiveUntil?: number | null | undefined;
|
|
993
|
+
firewallConfigVersion?: number | undefined;
|
|
994
|
+
firewallRoutes?: Array<FirewallRoutes> | undefined;
|
|
995
|
+
firewallSeawallEnabled?: boolean | undefined;
|
|
996
|
+
ja3Enabled?: boolean | undefined;
|
|
997
|
+
ja4Enabled?: boolean | undefined;
|
|
998
|
+
};
|
|
999
|
+
export type UpdateProjectDataCacheOidcTokenConfig = {
|
|
1000
|
+
enabled: boolean;
|
|
1001
|
+
};
|
|
1002
|
+
export declare const Tier: {
|
|
1003
|
+
readonly Standard: "standard";
|
|
1004
|
+
readonly Advanced: "advanced";
|
|
1005
|
+
readonly Critical: "critical";
|
|
1006
|
+
};
|
|
1007
|
+
export type Tier = ClosedEnum<typeof Tier>;
|
|
1008
|
+
export type UpdateProjectDataCacheResponseBody = {
|
|
1009
|
+
accountId: string;
|
|
1010
|
+
analytics?: Analytics | undefined;
|
|
1011
|
+
speedInsights?: SpeedInsights | undefined;
|
|
1012
|
+
autoExposeSystemEnvs?: boolean | undefined;
|
|
1013
|
+
autoAssignCustomDomains?: boolean | undefined;
|
|
1014
|
+
autoAssignCustomDomainsUpdatedBy?: string | undefined;
|
|
1015
|
+
buildCommand?: string | null | undefined;
|
|
1016
|
+
commandForIgnoringBuildStep?: string | null | undefined;
|
|
1017
|
+
connectConfigurationId?: string | null | undefined;
|
|
1018
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
1019
|
+
createdAt?: number | undefined;
|
|
1020
|
+
customerSupportCodeVisibility?: boolean | undefined;
|
|
1021
|
+
crons?: Crons | undefined;
|
|
1022
|
+
dataCache?: DataCache | undefined;
|
|
1023
|
+
deploymentExpiration?: DeploymentExpiration | null | undefined;
|
|
1024
|
+
devCommand?: string | null | undefined;
|
|
1025
|
+
directoryListing: boolean;
|
|
1026
|
+
installCommand?: string | null | undefined;
|
|
1027
|
+
env?: Array<Env> | undefined;
|
|
1028
|
+
framework?: UpdateProjectDataCacheFramework | null | undefined;
|
|
1029
|
+
gitForkProtection?: boolean | undefined;
|
|
1030
|
+
gitLFS?: boolean | undefined;
|
|
1031
|
+
id: string;
|
|
1032
|
+
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1033
|
+
link?: Link1 | Link2 | Link3 | undefined;
|
|
1034
|
+
name: string;
|
|
1035
|
+
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
1036
|
+
optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist | null | undefined;
|
|
1037
|
+
outputDirectory?: string | null | undefined;
|
|
1038
|
+
passiveConnectConfigurationId?: string | null | undefined;
|
|
1039
|
+
passwordProtection?: UpdateProjectDataCachePasswordProtection | null | undefined;
|
|
1040
|
+
productionDeploymentsFastLane?: boolean | undefined;
|
|
1041
|
+
publicSource?: boolean | null | undefined;
|
|
1042
|
+
rootDirectory?: string | null | undefined;
|
|
1043
|
+
serverlessFunctionRegion?: string | null | undefined;
|
|
1044
|
+
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
1045
|
+
skewProtectionBoundaryAt?: number | undefined;
|
|
1046
|
+
skewProtectionMaxAge?: number | undefined;
|
|
1047
|
+
skipGitConnectDuringLink?: boolean | undefined;
|
|
1048
|
+
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
1049
|
+
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
1050
|
+
ssoProtection?: UpdateProjectDataCacheSsoProtection | null | undefined;
|
|
1051
|
+
targets?: {
|
|
1052
|
+
[k: string]: Targets;
|
|
1053
|
+
} | undefined;
|
|
1054
|
+
transferCompletedAt?: number | undefined;
|
|
1055
|
+
transferStartedAt?: number | undefined;
|
|
1056
|
+
transferToAccountId?: string | undefined;
|
|
1057
|
+
transferredFromAccountId?: string | undefined;
|
|
1058
|
+
updatedAt?: number | undefined;
|
|
1059
|
+
live?: boolean | undefined;
|
|
1060
|
+
enablePreviewFeedback?: boolean | null | undefined;
|
|
1061
|
+
enableProductionFeedback?: boolean | null | undefined;
|
|
1062
|
+
permissions?: Permissions | undefined;
|
|
1063
|
+
lastRollbackTarget?: LastRollbackTarget | null | undefined;
|
|
1064
|
+
lastAliasRequest?: LastAliasRequest | null | undefined;
|
|
1065
|
+
hasFloatingAliases?: boolean | undefined;
|
|
1066
|
+
protectionBypass?: {
|
|
1067
|
+
[k: string]: ProtectionBypass;
|
|
1068
|
+
} | undefined;
|
|
1069
|
+
hasActiveBranches?: boolean | undefined;
|
|
1070
|
+
trustedIps?: TrustedIps2 | TrustedIps1 | null | undefined;
|
|
1071
|
+
gitComments?: GitComments | undefined;
|
|
1072
|
+
paused?: boolean | undefined;
|
|
1073
|
+
concurrencyBucketName?: string | undefined;
|
|
1074
|
+
webAnalytics?: WebAnalytics | undefined;
|
|
1075
|
+
security?: Security | undefined;
|
|
1076
|
+
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig | undefined;
|
|
1077
|
+
tier?: Tier | undefined;
|
|
1078
|
+
};
|
|
1079
|
+
/** @internal */
|
|
1080
|
+
export declare const UpdateProjectDataCacheRequestBody$inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
1081
|
+
/** @internal */
|
|
1082
|
+
export type UpdateProjectDataCacheRequestBody$Outbound = {
|
|
1083
|
+
disabled?: boolean | undefined;
|
|
1084
|
+
};
|
|
1085
|
+
/** @internal */
|
|
1086
|
+
export declare const UpdateProjectDataCacheRequestBody$outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
|
|
1087
|
+
/**
|
|
1088
|
+
* @internal
|
|
1089
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1090
|
+
*/
|
|
1091
|
+
export declare namespace UpdateProjectDataCacheRequestBody$ {
|
|
1092
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$inboundSchema` instead. */
|
|
1093
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody, z.ZodTypeDef, unknown>;
|
|
1094
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$outboundSchema` instead. */
|
|
1095
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRequestBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequestBody>;
|
|
1096
|
+
/** @deprecated use `UpdateProjectDataCacheRequestBody$Outbound` instead. */
|
|
1097
|
+
type Outbound = UpdateProjectDataCacheRequestBody$Outbound;
|
|
1098
|
+
}
|
|
1099
|
+
/** @internal */
|
|
1100
|
+
export declare const UpdateProjectDataCacheRequest$inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
|
|
1101
|
+
/** @internal */
|
|
1102
|
+
export type UpdateProjectDataCacheRequest$Outbound = {
|
|
1103
|
+
projectId: string;
|
|
1104
|
+
teamId?: string | undefined;
|
|
1105
|
+
slug?: string | undefined;
|
|
1106
|
+
RequestBody?: UpdateProjectDataCacheRequestBody$Outbound | undefined;
|
|
1107
|
+
};
|
|
1108
|
+
/** @internal */
|
|
1109
|
+
export declare const UpdateProjectDataCacheRequest$outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
|
|
1110
|
+
/**
|
|
1111
|
+
* @internal
|
|
1112
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1113
|
+
*/
|
|
1114
|
+
export declare namespace UpdateProjectDataCacheRequest$ {
|
|
1115
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$inboundSchema` instead. */
|
|
1116
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheRequest, z.ZodTypeDef, unknown>;
|
|
1117
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$outboundSchema` instead. */
|
|
1118
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheRequest$Outbound, z.ZodTypeDef, UpdateProjectDataCacheRequest>;
|
|
1119
|
+
/** @deprecated use `UpdateProjectDataCacheRequest$Outbound` instead. */
|
|
1120
|
+
type Outbound = UpdateProjectDataCacheRequest$Outbound;
|
|
1121
|
+
}
|
|
1122
|
+
/** @internal */
|
|
1123
|
+
export declare const Analytics$inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
|
|
1124
|
+
/** @internal */
|
|
1125
|
+
export type Analytics$Outbound = {
|
|
1126
|
+
id: string;
|
|
1127
|
+
canceledAt?: number | null | undefined;
|
|
1128
|
+
disabledAt: number;
|
|
1129
|
+
enabledAt: number;
|
|
1130
|
+
paidAt?: number | undefined;
|
|
1131
|
+
sampleRatePercent?: number | null | undefined;
|
|
1132
|
+
spendLimitInDollars?: number | null | undefined;
|
|
1133
|
+
};
|
|
1134
|
+
/** @internal */
|
|
1135
|
+
export declare const Analytics$outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
|
|
1136
|
+
/**
|
|
1137
|
+
* @internal
|
|
1138
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1139
|
+
*/
|
|
1140
|
+
export declare namespace Analytics$ {
|
|
1141
|
+
/** @deprecated use `Analytics$inboundSchema` instead. */
|
|
1142
|
+
const inboundSchema: z.ZodType<Analytics, z.ZodTypeDef, unknown>;
|
|
1143
|
+
/** @deprecated use `Analytics$outboundSchema` instead. */
|
|
1144
|
+
const outboundSchema: z.ZodType<Analytics$Outbound, z.ZodTypeDef, Analytics>;
|
|
1145
|
+
/** @deprecated use `Analytics$Outbound` instead. */
|
|
1146
|
+
type Outbound = Analytics$Outbound;
|
|
1147
|
+
}
|
|
1148
|
+
/** @internal */
|
|
1149
|
+
export declare const SpeedInsights$inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export type SpeedInsights$Outbound = {
|
|
1152
|
+
id: string;
|
|
1153
|
+
enabledAt?: number | undefined;
|
|
1154
|
+
disabledAt?: number | undefined;
|
|
1155
|
+
canceledAt?: number | undefined;
|
|
1156
|
+
hasData?: boolean | undefined;
|
|
1157
|
+
paidAt?: number | undefined;
|
|
1158
|
+
};
|
|
1159
|
+
/** @internal */
|
|
1160
|
+
export declare const SpeedInsights$outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
|
|
1161
|
+
/**
|
|
1162
|
+
* @internal
|
|
1163
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1164
|
+
*/
|
|
1165
|
+
export declare namespace SpeedInsights$ {
|
|
1166
|
+
/** @deprecated use `SpeedInsights$inboundSchema` instead. */
|
|
1167
|
+
const inboundSchema: z.ZodType<SpeedInsights, z.ZodTypeDef, unknown>;
|
|
1168
|
+
/** @deprecated use `SpeedInsights$outboundSchema` instead. */
|
|
1169
|
+
const outboundSchema: z.ZodType<SpeedInsights$Outbound, z.ZodTypeDef, SpeedInsights>;
|
|
1170
|
+
/** @deprecated use `SpeedInsights$Outbound` instead. */
|
|
1171
|
+
type Outbound = SpeedInsights$Outbound;
|
|
1172
|
+
}
|
|
1173
|
+
/** @internal */
|
|
1174
|
+
export declare const Definitions$inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
|
|
1175
|
+
/** @internal */
|
|
1176
|
+
export type Definitions$Outbound = {
|
|
1177
|
+
host: string;
|
|
1178
|
+
path: string;
|
|
1179
|
+
schedule: string;
|
|
1180
|
+
};
|
|
1181
|
+
/** @internal */
|
|
1182
|
+
export declare const Definitions$outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
|
|
1183
|
+
/**
|
|
1184
|
+
* @internal
|
|
1185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1186
|
+
*/
|
|
1187
|
+
export declare namespace Definitions$ {
|
|
1188
|
+
/** @deprecated use `Definitions$inboundSchema` instead. */
|
|
1189
|
+
const inboundSchema: z.ZodType<Definitions, z.ZodTypeDef, unknown>;
|
|
1190
|
+
/** @deprecated use `Definitions$outboundSchema` instead. */
|
|
1191
|
+
const outboundSchema: z.ZodType<Definitions$Outbound, z.ZodTypeDef, Definitions>;
|
|
1192
|
+
/** @deprecated use `Definitions$Outbound` instead. */
|
|
1193
|
+
type Outbound = Definitions$Outbound;
|
|
1194
|
+
}
|
|
1195
|
+
/** @internal */
|
|
1196
|
+
export declare const Crons$inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
|
|
1197
|
+
/** @internal */
|
|
1198
|
+
export type Crons$Outbound = {
|
|
1199
|
+
enabledAt: number;
|
|
1200
|
+
disabledAt: number | null;
|
|
1201
|
+
updatedAt: number;
|
|
1202
|
+
deploymentId: string | null;
|
|
1203
|
+
definitions: Array<Definitions$Outbound>;
|
|
1204
|
+
};
|
|
1205
|
+
/** @internal */
|
|
1206
|
+
export declare const Crons$outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
|
|
1207
|
+
/**
|
|
1208
|
+
* @internal
|
|
1209
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1210
|
+
*/
|
|
1211
|
+
export declare namespace Crons$ {
|
|
1212
|
+
/** @deprecated use `Crons$inboundSchema` instead. */
|
|
1213
|
+
const inboundSchema: z.ZodType<Crons, z.ZodTypeDef, unknown>;
|
|
1214
|
+
/** @deprecated use `Crons$outboundSchema` instead. */
|
|
1215
|
+
const outboundSchema: z.ZodType<Crons$Outbound, z.ZodTypeDef, Crons>;
|
|
1216
|
+
/** @deprecated use `Crons$Outbound` instead. */
|
|
1217
|
+
type Outbound = Crons$Outbound;
|
|
1218
|
+
}
|
|
1219
|
+
/** @internal */
|
|
1220
|
+
export declare const DataCache$inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
1221
|
+
/** @internal */
|
|
1222
|
+
export type DataCache$Outbound = {
|
|
1223
|
+
userDisabled: boolean;
|
|
1224
|
+
storageSizeBytes?: number | null | undefined;
|
|
1225
|
+
unlimited?: boolean | undefined;
|
|
1226
|
+
};
|
|
1227
|
+
/** @internal */
|
|
1228
|
+
export declare const DataCache$outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
1229
|
+
/**
|
|
1230
|
+
* @internal
|
|
1231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1232
|
+
*/
|
|
1233
|
+
export declare namespace DataCache$ {
|
|
1234
|
+
/** @deprecated use `DataCache$inboundSchema` instead. */
|
|
1235
|
+
const inboundSchema: z.ZodType<DataCache, z.ZodTypeDef, unknown>;
|
|
1236
|
+
/** @deprecated use `DataCache$outboundSchema` instead. */
|
|
1237
|
+
const outboundSchema: z.ZodType<DataCache$Outbound, z.ZodTypeDef, DataCache>;
|
|
1238
|
+
/** @deprecated use `DataCache$Outbound` instead. */
|
|
1239
|
+
type Outbound = DataCache$Outbound;
|
|
1240
|
+
}
|
|
1241
|
+
/** @internal */
|
|
1242
|
+
export declare const DeploymentExpiration$inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export type DeploymentExpiration$Outbound = {
|
|
1245
|
+
expirationDays?: number | undefined;
|
|
1246
|
+
expirationDaysProduction?: number | undefined;
|
|
1247
|
+
expirationDaysCanceled?: number | undefined;
|
|
1248
|
+
expirationDaysErrored?: number | undefined;
|
|
1249
|
+
deploymentsToKeep?: number | undefined;
|
|
1250
|
+
};
|
|
1251
|
+
/** @internal */
|
|
1252
|
+
export declare const DeploymentExpiration$outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
|
|
1253
|
+
/**
|
|
1254
|
+
* @internal
|
|
1255
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1256
|
+
*/
|
|
1257
|
+
export declare namespace DeploymentExpiration$ {
|
|
1258
|
+
/** @deprecated use `DeploymentExpiration$inboundSchema` instead. */
|
|
1259
|
+
const inboundSchema: z.ZodType<DeploymentExpiration, z.ZodTypeDef, unknown>;
|
|
1260
|
+
/** @deprecated use `DeploymentExpiration$outboundSchema` instead. */
|
|
1261
|
+
const outboundSchema: z.ZodType<DeploymentExpiration$Outbound, z.ZodTypeDef, DeploymentExpiration>;
|
|
1262
|
+
/** @deprecated use `DeploymentExpiration$Outbound` instead. */
|
|
1263
|
+
type Outbound = DeploymentExpiration$Outbound;
|
|
1264
|
+
}
|
|
1265
|
+
/** @internal */
|
|
1266
|
+
export declare const UpdateProjectDataCacheTarget2$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
1267
|
+
/** @internal */
|
|
1268
|
+
export declare const UpdateProjectDataCacheTarget2$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget2>;
|
|
1269
|
+
/**
|
|
1270
|
+
* @internal
|
|
1271
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1272
|
+
*/
|
|
1273
|
+
export declare namespace UpdateProjectDataCacheTarget2$ {
|
|
1274
|
+
/** @deprecated use `UpdateProjectDataCacheTarget2$inboundSchema` instead. */
|
|
1275
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1276
|
+
readonly Production: "production";
|
|
1277
|
+
readonly Preview: "preview";
|
|
1278
|
+
readonly Development: "development";
|
|
1279
|
+
}>;
|
|
1280
|
+
/** @deprecated use `UpdateProjectDataCacheTarget2$outboundSchema` instead. */
|
|
1281
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1282
|
+
readonly Production: "production";
|
|
1283
|
+
readonly Preview: "preview";
|
|
1284
|
+
readonly Development: "development";
|
|
1285
|
+
}>;
|
|
1286
|
+
}
|
|
1287
|
+
/** @internal */
|
|
1288
|
+
export declare const UpdateProjectDataCacheTarget1$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
1289
|
+
/** @internal */
|
|
1290
|
+
export declare const UpdateProjectDataCacheTarget1$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTarget1>;
|
|
1291
|
+
/**
|
|
1292
|
+
* @internal
|
|
1293
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1294
|
+
*/
|
|
1295
|
+
export declare namespace UpdateProjectDataCacheTarget1$ {
|
|
1296
|
+
/** @deprecated use `UpdateProjectDataCacheTarget1$inboundSchema` instead. */
|
|
1297
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1298
|
+
readonly Production: "production";
|
|
1299
|
+
readonly Preview: "preview";
|
|
1300
|
+
readonly Development: "development";
|
|
1301
|
+
}>;
|
|
1302
|
+
/** @deprecated use `UpdateProjectDataCacheTarget1$outboundSchema` instead. */
|
|
1303
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1304
|
+
readonly Production: "production";
|
|
1305
|
+
readonly Preview: "preview";
|
|
1306
|
+
readonly Development: "development";
|
|
1307
|
+
}>;
|
|
1308
|
+
}
|
|
1309
|
+
/** @internal */
|
|
1310
|
+
export declare const UpdateProjectDataCacheTarget$inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
|
|
1311
|
+
/** @internal */
|
|
1312
|
+
export type UpdateProjectDataCacheTarget$Outbound = Array<string> | string;
|
|
1313
|
+
/** @internal */
|
|
1314
|
+
export declare const UpdateProjectDataCacheTarget$outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
|
|
1315
|
+
/**
|
|
1316
|
+
* @internal
|
|
1317
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1318
|
+
*/
|
|
1319
|
+
export declare namespace UpdateProjectDataCacheTarget$ {
|
|
1320
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$inboundSchema` instead. */
|
|
1321
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTarget, z.ZodTypeDef, unknown>;
|
|
1322
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$outboundSchema` instead. */
|
|
1323
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTarget$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTarget>;
|
|
1324
|
+
/** @deprecated use `UpdateProjectDataCacheTarget$Outbound` instead. */
|
|
1325
|
+
type Outbound = UpdateProjectDataCacheTarget$Outbound;
|
|
1326
|
+
}
|
|
1327
|
+
/** @internal */
|
|
1328
|
+
export declare const UpdateProjectDataCacheType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
1329
|
+
/** @internal */
|
|
1330
|
+
export declare const UpdateProjectDataCacheType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheType>;
|
|
1331
|
+
/**
|
|
1332
|
+
* @internal
|
|
1333
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1334
|
+
*/
|
|
1335
|
+
export declare namespace UpdateProjectDataCacheType$ {
|
|
1336
|
+
/** @deprecated use `UpdateProjectDataCacheType$inboundSchema` instead. */
|
|
1337
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1338
|
+
readonly Secret: "secret";
|
|
1339
|
+
readonly System: "system";
|
|
1340
|
+
readonly Encrypted: "encrypted";
|
|
1341
|
+
readonly Plain: "plain";
|
|
1342
|
+
readonly Sensitive: "sensitive";
|
|
1343
|
+
}>;
|
|
1344
|
+
/** @deprecated use `UpdateProjectDataCacheType$outboundSchema` instead. */
|
|
1345
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1346
|
+
readonly Secret: "secret";
|
|
1347
|
+
readonly System: "system";
|
|
1348
|
+
readonly Encrypted: "encrypted";
|
|
1349
|
+
readonly Plain: "plain";
|
|
1350
|
+
readonly Sensitive: "sensitive";
|
|
1351
|
+
}>;
|
|
1352
|
+
}
|
|
1353
|
+
/** @internal */
|
|
1354
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
1355
|
+
/** @internal */
|
|
1356
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
1357
|
+
/**
|
|
1358
|
+
* @internal
|
|
1359
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1360
|
+
*/
|
|
1361
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$ {
|
|
1362
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema` instead. */
|
|
1363
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1364
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
1365
|
+
}>;
|
|
1366
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema` instead. */
|
|
1367
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1368
|
+
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
1369
|
+
}>;
|
|
1370
|
+
}
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export declare const Fourteen$inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1373
|
+
/** @internal */
|
|
1374
|
+
export type Fourteen$Outbound = {
|
|
1375
|
+
type: string;
|
|
1376
|
+
storeId: string;
|
|
1377
|
+
integrationId: string;
|
|
1378
|
+
integrationProductId: string;
|
|
1379
|
+
integrationConfigurationId: string;
|
|
1380
|
+
};
|
|
1381
|
+
/** @internal */
|
|
1382
|
+
export declare const Fourteen$outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1383
|
+
/**
|
|
1384
|
+
* @internal
|
|
1385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1386
|
+
*/
|
|
1387
|
+
export declare namespace Fourteen$ {
|
|
1388
|
+
/** @deprecated use `Fourteen$inboundSchema` instead. */
|
|
1389
|
+
const inboundSchema: z.ZodType<Fourteen, z.ZodTypeDef, unknown>;
|
|
1390
|
+
/** @deprecated use `Fourteen$outboundSchema` instead. */
|
|
1391
|
+
const outboundSchema: z.ZodType<Fourteen$Outbound, z.ZodTypeDef, Fourteen>;
|
|
1392
|
+
/** @deprecated use `Fourteen$Outbound` instead. */
|
|
1393
|
+
type Outbound = Fourteen$Outbound;
|
|
1394
|
+
}
|
|
1395
|
+
/** @internal */
|
|
1396
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
1397
|
+
/** @internal */
|
|
1398
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
1399
|
+
/**
|
|
1400
|
+
* @internal
|
|
1401
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1402
|
+
*/
|
|
1403
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$ {
|
|
1404
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema` instead. */
|
|
1405
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1406
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
1407
|
+
}>;
|
|
1408
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema` instead. */
|
|
1409
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1410
|
+
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
1411
|
+
}>;
|
|
1412
|
+
}
|
|
1413
|
+
/** @internal */
|
|
1414
|
+
export declare const Thirteen$inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1415
|
+
/** @internal */
|
|
1416
|
+
export type Thirteen$Outbound = {
|
|
1417
|
+
type: string;
|
|
1418
|
+
storeId: string;
|
|
1419
|
+
};
|
|
1420
|
+
/** @internal */
|
|
1421
|
+
export declare const Thirteen$outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1422
|
+
/**
|
|
1423
|
+
* @internal
|
|
1424
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1425
|
+
*/
|
|
1426
|
+
export declare namespace Thirteen$ {
|
|
1427
|
+
/** @deprecated use `Thirteen$inboundSchema` instead. */
|
|
1428
|
+
const inboundSchema: z.ZodType<Thirteen, z.ZodTypeDef, unknown>;
|
|
1429
|
+
/** @deprecated use `Thirteen$outboundSchema` instead. */
|
|
1430
|
+
const outboundSchema: z.ZodType<Thirteen$Outbound, z.ZodTypeDef, Thirteen>;
|
|
1431
|
+
/** @deprecated use `Thirteen$Outbound` instead. */
|
|
1432
|
+
type Outbound = Thirteen$Outbound;
|
|
1433
|
+
}
|
|
1434
|
+
/** @internal */
|
|
1435
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
1436
|
+
/** @internal */
|
|
1437
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
1438
|
+
/**
|
|
1439
|
+
* @internal
|
|
1440
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1441
|
+
*/
|
|
1442
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$ {
|
|
1443
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema` instead. */
|
|
1444
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1445
|
+
readonly PostgresDatabase: "postgres-database";
|
|
1446
|
+
}>;
|
|
1447
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema` instead. */
|
|
1448
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1449
|
+
readonly PostgresDatabase: "postgres-database";
|
|
1450
|
+
}>;
|
|
1451
|
+
}
|
|
1452
|
+
/** @internal */
|
|
1453
|
+
export declare const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1454
|
+
/** @internal */
|
|
1455
|
+
export type Twelve$Outbound = {
|
|
1456
|
+
type: string;
|
|
1457
|
+
storeId: string;
|
|
1458
|
+
};
|
|
1459
|
+
/** @internal */
|
|
1460
|
+
export declare const Twelve$outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1461
|
+
/**
|
|
1462
|
+
* @internal
|
|
1463
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1464
|
+
*/
|
|
1465
|
+
export declare namespace Twelve$ {
|
|
1466
|
+
/** @deprecated use `Twelve$inboundSchema` instead. */
|
|
1467
|
+
const inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown>;
|
|
1468
|
+
/** @deprecated use `Twelve$outboundSchema` instead. */
|
|
1469
|
+
const outboundSchema: z.ZodType<Twelve$Outbound, z.ZodTypeDef, Twelve>;
|
|
1470
|
+
/** @deprecated use `Twelve$Outbound` instead. */
|
|
1471
|
+
type Outbound = Twelve$Outbound;
|
|
1472
|
+
}
|
|
1473
|
+
/** @internal */
|
|
1474
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
1475
|
+
/** @internal */
|
|
1476
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
1477
|
+
/**
|
|
1478
|
+
* @internal
|
|
1479
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1480
|
+
*/
|
|
1481
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$ {
|
|
1482
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema` instead. */
|
|
1483
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1484
|
+
readonly PostgresPassword: "postgres-password";
|
|
1485
|
+
}>;
|
|
1486
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema` instead. */
|
|
1487
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1488
|
+
readonly PostgresPassword: "postgres-password";
|
|
1489
|
+
}>;
|
|
1490
|
+
}
|
|
1491
|
+
/** @internal */
|
|
1492
|
+
export declare const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown>;
|
|
1493
|
+
/** @internal */
|
|
1494
|
+
export type Eleven$Outbound = {
|
|
1495
|
+
type: string;
|
|
1496
|
+
storeId: string;
|
|
1497
|
+
};
|
|
1498
|
+
/** @internal */
|
|
1499
|
+
export declare const Eleven$outboundSchema: z.ZodType<Eleven$Outbound, z.ZodTypeDef, Eleven>;
|
|
1500
|
+
/**
|
|
1501
|
+
* @internal
|
|
1502
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1503
|
+
*/
|
|
1504
|
+
export declare namespace Eleven$ {
|
|
1505
|
+
/** @deprecated use `Eleven$inboundSchema` instead. */
|
|
1506
|
+
const inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown>;
|
|
1507
|
+
/** @deprecated use `Eleven$outboundSchema` instead. */
|
|
1508
|
+
const outboundSchema: z.ZodType<Eleven$Outbound, z.ZodTypeDef, Eleven>;
|
|
1509
|
+
/** @deprecated use `Eleven$Outbound` instead. */
|
|
1510
|
+
type Outbound = Eleven$Outbound;
|
|
1511
|
+
}
|
|
1512
|
+
/** @internal */
|
|
1513
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
1514
|
+
/** @internal */
|
|
1515
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
1516
|
+
/**
|
|
1517
|
+
* @internal
|
|
1518
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1519
|
+
*/
|
|
1520
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$ {
|
|
1521
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema` instead. */
|
|
1522
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1523
|
+
readonly PostgresHost: "postgres-host";
|
|
1524
|
+
}>;
|
|
1525
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema` instead. */
|
|
1526
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1527
|
+
readonly PostgresHost: "postgres-host";
|
|
1528
|
+
}>;
|
|
1529
|
+
}
|
|
1530
|
+
/** @internal */
|
|
1531
|
+
export declare const ContentHint10$inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
|
|
1532
|
+
/** @internal */
|
|
1533
|
+
export type ContentHint10$Outbound = {
|
|
1534
|
+
type: string;
|
|
1535
|
+
storeId: string;
|
|
1536
|
+
};
|
|
1537
|
+
/** @internal */
|
|
1538
|
+
export declare const ContentHint10$outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
|
|
1539
|
+
/**
|
|
1540
|
+
* @internal
|
|
1541
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1542
|
+
*/
|
|
1543
|
+
export declare namespace ContentHint10$ {
|
|
1544
|
+
/** @deprecated use `ContentHint10$inboundSchema` instead. */
|
|
1545
|
+
const inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
|
|
1546
|
+
/** @deprecated use `ContentHint10$outboundSchema` instead. */
|
|
1547
|
+
const outboundSchema: z.ZodType<ContentHint10$Outbound, z.ZodTypeDef, ContentHint10>;
|
|
1548
|
+
/** @deprecated use `ContentHint10$Outbound` instead. */
|
|
1549
|
+
type Outbound = ContentHint10$Outbound;
|
|
1550
|
+
}
|
|
1551
|
+
/** @internal */
|
|
1552
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
1553
|
+
/** @internal */
|
|
1554
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
1555
|
+
/**
|
|
1556
|
+
* @internal
|
|
1557
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1558
|
+
*/
|
|
1559
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$ {
|
|
1560
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema` instead. */
|
|
1561
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1562
|
+
readonly PostgresUser: "postgres-user";
|
|
1563
|
+
}>;
|
|
1564
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema` instead. */
|
|
1565
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1566
|
+
readonly PostgresUser: "postgres-user";
|
|
1567
|
+
}>;
|
|
1568
|
+
}
|
|
1569
|
+
/** @internal */
|
|
1570
|
+
export declare const ContentHint9$inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
|
|
1571
|
+
/** @internal */
|
|
1572
|
+
export type ContentHint9$Outbound = {
|
|
1573
|
+
type: string;
|
|
1574
|
+
storeId: string;
|
|
1575
|
+
};
|
|
1576
|
+
/** @internal */
|
|
1577
|
+
export declare const ContentHint9$outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
|
|
1578
|
+
/**
|
|
1579
|
+
* @internal
|
|
1580
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1581
|
+
*/
|
|
1582
|
+
export declare namespace ContentHint9$ {
|
|
1583
|
+
/** @deprecated use `ContentHint9$inboundSchema` instead. */
|
|
1584
|
+
const inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
|
|
1585
|
+
/** @deprecated use `ContentHint9$outboundSchema` instead. */
|
|
1586
|
+
const outboundSchema: z.ZodType<ContentHint9$Outbound, z.ZodTypeDef, ContentHint9>;
|
|
1587
|
+
/** @deprecated use `ContentHint9$Outbound` instead. */
|
|
1588
|
+
type Outbound = ContentHint9$Outbound;
|
|
1589
|
+
}
|
|
1590
|
+
/** @internal */
|
|
1591
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
1592
|
+
/** @internal */
|
|
1593
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
1594
|
+
/**
|
|
1595
|
+
* @internal
|
|
1596
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1597
|
+
*/
|
|
1598
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$ {
|
|
1599
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema` instead. */
|
|
1600
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1601
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
1602
|
+
}>;
|
|
1603
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema` instead. */
|
|
1604
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1605
|
+
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
1606
|
+
}>;
|
|
1607
|
+
}
|
|
1608
|
+
/** @internal */
|
|
1609
|
+
export declare const ContentHint8$inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
|
|
1610
|
+
/** @internal */
|
|
1611
|
+
export type ContentHint8$Outbound = {
|
|
1612
|
+
type: string;
|
|
1613
|
+
storeId: string;
|
|
1614
|
+
};
|
|
1615
|
+
/** @internal */
|
|
1616
|
+
export declare const ContentHint8$outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
|
|
1617
|
+
/**
|
|
1618
|
+
* @internal
|
|
1619
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1620
|
+
*/
|
|
1621
|
+
export declare namespace ContentHint8$ {
|
|
1622
|
+
/** @deprecated use `ContentHint8$inboundSchema` instead. */
|
|
1623
|
+
const inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
|
|
1624
|
+
/** @deprecated use `ContentHint8$outboundSchema` instead. */
|
|
1625
|
+
const outboundSchema: z.ZodType<ContentHint8$Outbound, z.ZodTypeDef, ContentHint8>;
|
|
1626
|
+
/** @deprecated use `ContentHint8$Outbound` instead. */
|
|
1627
|
+
type Outbound = ContentHint8$Outbound;
|
|
1628
|
+
}
|
|
1629
|
+
/** @internal */
|
|
1630
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1631
|
+
/** @internal */
|
|
1632
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
1633
|
+
/**
|
|
1634
|
+
* @internal
|
|
1635
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1636
|
+
*/
|
|
1637
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
1638
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
1639
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1640
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
1641
|
+
}>;
|
|
1642
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
1643
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1644
|
+
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
1645
|
+
}>;
|
|
1646
|
+
}
|
|
1647
|
+
/** @internal */
|
|
1648
|
+
export declare const ContentHint7$inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
|
|
1649
|
+
/** @internal */
|
|
1650
|
+
export type ContentHint7$Outbound = {
|
|
1651
|
+
type: string;
|
|
1652
|
+
storeId: string;
|
|
1653
|
+
};
|
|
1654
|
+
/** @internal */
|
|
1655
|
+
export declare const ContentHint7$outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
|
|
1656
|
+
/**
|
|
1657
|
+
* @internal
|
|
1658
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1659
|
+
*/
|
|
1660
|
+
export declare namespace ContentHint7$ {
|
|
1661
|
+
/** @deprecated use `ContentHint7$inboundSchema` instead. */
|
|
1662
|
+
const inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
|
|
1663
|
+
/** @deprecated use `ContentHint7$outboundSchema` instead. */
|
|
1664
|
+
const outboundSchema: z.ZodType<ContentHint7$Outbound, z.ZodTypeDef, ContentHint7>;
|
|
1665
|
+
/** @deprecated use `ContentHint7$Outbound` instead. */
|
|
1666
|
+
type Outbound = ContentHint7$Outbound;
|
|
1667
|
+
}
|
|
1668
|
+
/** @internal */
|
|
1669
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
1670
|
+
/** @internal */
|
|
1671
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
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
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$ {
|
|
1677
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1678
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1679
|
+
readonly PostgresUrl: "postgres-url";
|
|
1680
|
+
}>;
|
|
1681
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1682
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1683
|
+
readonly PostgresUrl: "postgres-url";
|
|
1684
|
+
}>;
|
|
1685
|
+
}
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export declare const ContentHint6$inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
export type ContentHint6$Outbound = {
|
|
1690
|
+
type: string;
|
|
1691
|
+
storeId: string;
|
|
1692
|
+
};
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export declare const ContentHint6$outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
|
|
1695
|
+
/**
|
|
1696
|
+
* @internal
|
|
1697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1698
|
+
*/
|
|
1699
|
+
export declare namespace ContentHint6$ {
|
|
1700
|
+
/** @deprecated use `ContentHint6$inboundSchema` instead. */
|
|
1701
|
+
const inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
|
|
1702
|
+
/** @deprecated use `ContentHint6$outboundSchema` instead. */
|
|
1703
|
+
const outboundSchema: z.ZodType<ContentHint6$Outbound, z.ZodTypeDef, ContentHint6>;
|
|
1704
|
+
/** @deprecated use `ContentHint6$Outbound` instead. */
|
|
1705
|
+
type Outbound = ContentHint6$Outbound;
|
|
1706
|
+
}
|
|
1707
|
+
/** @internal */
|
|
1708
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
1709
|
+
/** @internal */
|
|
1710
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
1711
|
+
/**
|
|
1712
|
+
* @internal
|
|
1713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1714
|
+
*/
|
|
1715
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponse200Type$ {
|
|
1716
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema` instead. */
|
|
1717
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1718
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
1719
|
+
}>;
|
|
1720
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema` instead. */
|
|
1721
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1722
|
+
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
1723
|
+
}>;
|
|
1724
|
+
}
|
|
1725
|
+
/** @internal */
|
|
1726
|
+
export declare const ContentHint5$inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
|
|
1727
|
+
/** @internal */
|
|
1728
|
+
export type ContentHint5$Outbound = {
|
|
1729
|
+
type: string;
|
|
1730
|
+
storeId: string;
|
|
1731
|
+
};
|
|
1732
|
+
/** @internal */
|
|
1733
|
+
export declare const ContentHint5$outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
|
|
1734
|
+
/**
|
|
1735
|
+
* @internal
|
|
1736
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1737
|
+
*/
|
|
1738
|
+
export declare namespace ContentHint5$ {
|
|
1739
|
+
/** @deprecated use `ContentHint5$inboundSchema` instead. */
|
|
1740
|
+
const inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
|
|
1741
|
+
/** @deprecated use `ContentHint5$outboundSchema` instead. */
|
|
1742
|
+
const outboundSchema: z.ZodType<ContentHint5$Outbound, z.ZodTypeDef, ContentHint5>;
|
|
1743
|
+
/** @deprecated use `ContentHint5$Outbound` instead. */
|
|
1744
|
+
type Outbound = ContentHint5$Outbound;
|
|
1745
|
+
}
|
|
1746
|
+
/** @internal */
|
|
1747
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
1750
|
+
/**
|
|
1751
|
+
* @internal
|
|
1752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1753
|
+
*/
|
|
1754
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsResponseType$ {
|
|
1755
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema` instead. */
|
|
1756
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1757
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
1758
|
+
}>;
|
|
1759
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema` instead. */
|
|
1760
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1761
|
+
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
1762
|
+
}>;
|
|
1763
|
+
}
|
|
1764
|
+
/** @internal */
|
|
1765
|
+
export declare const ContentHint4$inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
|
|
1766
|
+
/** @internal */
|
|
1767
|
+
export type ContentHint4$Outbound = {
|
|
1768
|
+
type: string;
|
|
1769
|
+
storeId: string;
|
|
1770
|
+
};
|
|
1771
|
+
/** @internal */
|
|
1772
|
+
export declare const ContentHint4$outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
|
|
1773
|
+
/**
|
|
1774
|
+
* @internal
|
|
1775
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1776
|
+
*/
|
|
1777
|
+
export declare namespace ContentHint4$ {
|
|
1778
|
+
/** @deprecated use `ContentHint4$inboundSchema` instead. */
|
|
1779
|
+
const inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
|
|
1780
|
+
/** @deprecated use `ContentHint4$outboundSchema` instead. */
|
|
1781
|
+
const outboundSchema: z.ZodType<ContentHint4$Outbound, z.ZodTypeDef, ContentHint4>;
|
|
1782
|
+
/** @deprecated use `ContentHint4$Outbound` instead. */
|
|
1783
|
+
type Outbound = ContentHint4$Outbound;
|
|
1784
|
+
}
|
|
1785
|
+
/** @internal */
|
|
1786
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
1787
|
+
/** @internal */
|
|
1788
|
+
export declare const UpdateProjectDataCacheContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
1789
|
+
/**
|
|
1790
|
+
* @internal
|
|
1791
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1792
|
+
*/
|
|
1793
|
+
export declare namespace UpdateProjectDataCacheContentHintProjectsType$ {
|
|
1794
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$inboundSchema` instead. */
|
|
1795
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1796
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
1797
|
+
}>;
|
|
1798
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintProjectsType$outboundSchema` instead. */
|
|
1799
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1800
|
+
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
1801
|
+
}>;
|
|
1802
|
+
}
|
|
1803
|
+
/** @internal */
|
|
1804
|
+
export declare const ContentHint3$inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
|
|
1805
|
+
/** @internal */
|
|
1806
|
+
export type ContentHint3$Outbound = {
|
|
1807
|
+
type: string;
|
|
1808
|
+
storeId: string;
|
|
1809
|
+
};
|
|
1810
|
+
/** @internal */
|
|
1811
|
+
export declare const ContentHint3$outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
|
|
1812
|
+
/**
|
|
1813
|
+
* @internal
|
|
1814
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1815
|
+
*/
|
|
1816
|
+
export declare namespace ContentHint3$ {
|
|
1817
|
+
/** @deprecated use `ContentHint3$inboundSchema` instead. */
|
|
1818
|
+
const inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
|
|
1819
|
+
/** @deprecated use `ContentHint3$outboundSchema` instead. */
|
|
1820
|
+
const outboundSchema: z.ZodType<ContentHint3$Outbound, z.ZodTypeDef, ContentHint3>;
|
|
1821
|
+
/** @deprecated use `ContentHint3$Outbound` instead. */
|
|
1822
|
+
type Outbound = ContentHint3$Outbound;
|
|
1823
|
+
}
|
|
1824
|
+
/** @internal */
|
|
1825
|
+
export declare const UpdateProjectDataCacheContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
1826
|
+
/** @internal */
|
|
1827
|
+
export declare const UpdateProjectDataCacheContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
1828
|
+
/**
|
|
1829
|
+
* @internal
|
|
1830
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1831
|
+
*/
|
|
1832
|
+
export declare namespace UpdateProjectDataCacheContentHintType$ {
|
|
1833
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintType$inboundSchema` instead. */
|
|
1834
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1835
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
1836
|
+
}>;
|
|
1837
|
+
/** @deprecated use `UpdateProjectDataCacheContentHintType$outboundSchema` instead. */
|
|
1838
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1839
|
+
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
1840
|
+
}>;
|
|
1841
|
+
}
|
|
1842
|
+
/** @internal */
|
|
1843
|
+
export declare const ContentHint2$inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
|
|
1844
|
+
/** @internal */
|
|
1845
|
+
export type ContentHint2$Outbound = {
|
|
1846
|
+
type: string;
|
|
1847
|
+
storeId: string;
|
|
1848
|
+
};
|
|
1849
|
+
/** @internal */
|
|
1850
|
+
export declare const ContentHint2$outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
|
|
1851
|
+
/**
|
|
1852
|
+
* @internal
|
|
1853
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1854
|
+
*/
|
|
1855
|
+
export declare namespace ContentHint2$ {
|
|
1856
|
+
/** @deprecated use `ContentHint2$inboundSchema` instead. */
|
|
1857
|
+
const inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
|
|
1858
|
+
/** @deprecated use `ContentHint2$outboundSchema` instead. */
|
|
1859
|
+
const outboundSchema: z.ZodType<ContentHint2$Outbound, z.ZodTypeDef, ContentHint2>;
|
|
1860
|
+
/** @deprecated use `ContentHint2$Outbound` instead. */
|
|
1861
|
+
type Outbound = ContentHint2$Outbound;
|
|
1862
|
+
}
|
|
1863
|
+
/** @internal */
|
|
1864
|
+
export declare const ContentHintType$inboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
1865
|
+
/** @internal */
|
|
1866
|
+
export declare const ContentHintType$outboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
1867
|
+
/**
|
|
1868
|
+
* @internal
|
|
1869
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1870
|
+
*/
|
|
1871
|
+
export declare namespace ContentHintType$ {
|
|
1872
|
+
/** @deprecated use `ContentHintType$inboundSchema` instead. */
|
|
1873
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1874
|
+
readonly RedisUrl: "redis-url";
|
|
1875
|
+
}>;
|
|
1876
|
+
/** @deprecated use `ContentHintType$outboundSchema` instead. */
|
|
1877
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1878
|
+
readonly RedisUrl: "redis-url";
|
|
1879
|
+
}>;
|
|
1880
|
+
}
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export declare const ContentHint1$inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
|
|
1883
|
+
/** @internal */
|
|
1884
|
+
export type ContentHint1$Outbound = {
|
|
1885
|
+
type: string;
|
|
1886
|
+
storeId: string;
|
|
1887
|
+
};
|
|
1888
|
+
/** @internal */
|
|
1889
|
+
export declare const ContentHint1$outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
|
|
1890
|
+
/**
|
|
1891
|
+
* @internal
|
|
1892
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1893
|
+
*/
|
|
1894
|
+
export declare namespace ContentHint1$ {
|
|
1895
|
+
/** @deprecated use `ContentHint1$inboundSchema` instead. */
|
|
1896
|
+
const inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
|
|
1897
|
+
/** @deprecated use `ContentHint1$outboundSchema` instead. */
|
|
1898
|
+
const outboundSchema: z.ZodType<ContentHint1$Outbound, z.ZodTypeDef, ContentHint1>;
|
|
1899
|
+
/** @deprecated use `ContentHint1$Outbound` instead. */
|
|
1900
|
+
type Outbound = ContentHint1$Outbound;
|
|
1901
|
+
}
|
|
1902
|
+
/** @internal */
|
|
1903
|
+
export declare const ContentHint$inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
|
|
1904
|
+
/** @internal */
|
|
1905
|
+
export type ContentHint$Outbound = ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fourteen$Outbound;
|
|
1906
|
+
/** @internal */
|
|
1907
|
+
export declare const ContentHint$outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
|
|
1908
|
+
/**
|
|
1909
|
+
* @internal
|
|
1910
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1911
|
+
*/
|
|
1912
|
+
export declare namespace ContentHint$ {
|
|
1913
|
+
/** @deprecated use `ContentHint$inboundSchema` instead. */
|
|
1914
|
+
const inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
|
|
1915
|
+
/** @deprecated use `ContentHint$outboundSchema` instead. */
|
|
1916
|
+
const outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
|
|
1917
|
+
/** @deprecated use `ContentHint$Outbound` instead. */
|
|
1918
|
+
type Outbound = ContentHint$Outbound;
|
|
1919
|
+
}
|
|
1920
|
+
/** @internal */
|
|
1921
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
1922
|
+
/** @internal */
|
|
1923
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
1924
|
+
/**
|
|
1925
|
+
* @internal
|
|
1926
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1927
|
+
*/
|
|
1928
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$ {
|
|
1929
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
1930
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1931
|
+
readonly FlagsSecret: "flags-secret";
|
|
1932
|
+
}>;
|
|
1933
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
1934
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1935
|
+
readonly FlagsSecret: "flags-secret";
|
|
1936
|
+
}>;
|
|
1937
|
+
}
|
|
1938
|
+
/** @internal */
|
|
1939
|
+
export declare const InternalContentHint$inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
|
|
1940
|
+
/** @internal */
|
|
1941
|
+
export type InternalContentHint$Outbound = {
|
|
1942
|
+
type: string;
|
|
1943
|
+
encryptedValue: string;
|
|
1944
|
+
};
|
|
1945
|
+
/** @internal */
|
|
1946
|
+
export declare const InternalContentHint$outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
|
|
1947
|
+
/**
|
|
1948
|
+
* @internal
|
|
1949
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1950
|
+
*/
|
|
1951
|
+
export declare namespace InternalContentHint$ {
|
|
1952
|
+
/** @deprecated use `InternalContentHint$inboundSchema` instead. */
|
|
1953
|
+
const inboundSchema: z.ZodType<InternalContentHint, z.ZodTypeDef, unknown>;
|
|
1954
|
+
/** @deprecated use `InternalContentHint$outboundSchema` instead. */
|
|
1955
|
+
const outboundSchema: z.ZodType<InternalContentHint$Outbound, z.ZodTypeDef, InternalContentHint>;
|
|
1956
|
+
/** @deprecated use `InternalContentHint$Outbound` instead. */
|
|
1957
|
+
type Outbound = InternalContentHint$Outbound;
|
|
1958
|
+
}
|
|
1959
|
+
/** @internal */
|
|
1960
|
+
export declare const Env$inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
|
|
1961
|
+
/** @internal */
|
|
1962
|
+
export type Env$Outbound = {
|
|
1963
|
+
target?: Array<string> | string | undefined;
|
|
1964
|
+
type: string;
|
|
1965
|
+
sunsetSecretId?: string | undefined;
|
|
1966
|
+
id?: string | undefined;
|
|
1967
|
+
key: string;
|
|
1968
|
+
value: string;
|
|
1969
|
+
configurationId?: string | null | undefined;
|
|
1970
|
+
createdAt?: number | undefined;
|
|
1971
|
+
updatedAt?: number | undefined;
|
|
1972
|
+
createdBy?: string | null | undefined;
|
|
1973
|
+
updatedBy?: string | null | undefined;
|
|
1974
|
+
gitBranch?: string | undefined;
|
|
1975
|
+
edgeConfigId?: string | null | undefined;
|
|
1976
|
+
edgeConfigTokenId?: string | null | undefined;
|
|
1977
|
+
contentHint?: ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fourteen$Outbound | null | undefined;
|
|
1978
|
+
internalContentHint?: InternalContentHint$Outbound | null | undefined;
|
|
1979
|
+
decrypted?: boolean | undefined;
|
|
1980
|
+
comment?: string | undefined;
|
|
1981
|
+
customEnvironmentIds?: Array<string> | undefined;
|
|
1982
|
+
vsmValue?: string | undefined;
|
|
1983
|
+
};
|
|
1984
|
+
/** @internal */
|
|
1985
|
+
export declare const Env$outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
|
|
1986
|
+
/**
|
|
1987
|
+
* @internal
|
|
1988
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1989
|
+
*/
|
|
1990
|
+
export declare namespace Env$ {
|
|
1991
|
+
/** @deprecated use `Env$inboundSchema` instead. */
|
|
1992
|
+
const inboundSchema: z.ZodType<Env, z.ZodTypeDef, unknown>;
|
|
1993
|
+
/** @deprecated use `Env$outboundSchema` instead. */
|
|
1994
|
+
const outboundSchema: z.ZodType<Env$Outbound, z.ZodTypeDef, Env>;
|
|
1995
|
+
/** @deprecated use `Env$Outbound` instead. */
|
|
1996
|
+
type Outbound = Env$Outbound;
|
|
1997
|
+
}
|
|
1998
|
+
/** @internal */
|
|
1999
|
+
export declare const UpdateProjectDataCacheFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
|
|
2000
|
+
/** @internal */
|
|
2001
|
+
export declare const UpdateProjectDataCacheFramework$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheFramework>;
|
|
2002
|
+
/**
|
|
2003
|
+
* @internal
|
|
2004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2005
|
+
*/
|
|
2006
|
+
export declare namespace UpdateProjectDataCacheFramework$ {
|
|
2007
|
+
/** @deprecated use `UpdateProjectDataCacheFramework$inboundSchema` instead. */
|
|
2008
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2009
|
+
readonly Blitzjs: "blitzjs";
|
|
2010
|
+
readonly Nextjs: "nextjs";
|
|
2011
|
+
readonly Gatsby: "gatsby";
|
|
2012
|
+
readonly Remix: "remix";
|
|
2013
|
+
readonly Astro: "astro";
|
|
2014
|
+
readonly Hexo: "hexo";
|
|
2015
|
+
readonly Eleventy: "eleventy";
|
|
2016
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
2017
|
+
readonly Docusaurus: "docusaurus";
|
|
2018
|
+
readonly Preact: "preact";
|
|
2019
|
+
readonly Solidstart1: "solidstart-1";
|
|
2020
|
+
readonly Solidstart: "solidstart";
|
|
2021
|
+
readonly Dojo: "dojo";
|
|
2022
|
+
readonly Ember: "ember";
|
|
2023
|
+
readonly Vue: "vue";
|
|
2024
|
+
readonly Scully: "scully";
|
|
2025
|
+
readonly IonicAngular: "ionic-angular";
|
|
2026
|
+
readonly Angular: "angular";
|
|
2027
|
+
readonly Polymer: "polymer";
|
|
2028
|
+
readonly Svelte: "svelte";
|
|
2029
|
+
readonly Sveltekit: "sveltekit";
|
|
2030
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
2031
|
+
readonly IonicReact: "ionic-react";
|
|
2032
|
+
readonly CreateReactApp: "create-react-app";
|
|
2033
|
+
readonly Gridsome: "gridsome";
|
|
2034
|
+
readonly Umijs: "umijs";
|
|
2035
|
+
readonly Sapper: "sapper";
|
|
2036
|
+
readonly Saber: "saber";
|
|
2037
|
+
readonly Stencil: "stencil";
|
|
2038
|
+
readonly Nuxtjs: "nuxtjs";
|
|
2039
|
+
readonly Redwoodjs: "redwoodjs";
|
|
2040
|
+
readonly Hugo: "hugo";
|
|
2041
|
+
readonly Jekyll: "jekyll";
|
|
2042
|
+
readonly Brunch: "brunch";
|
|
2043
|
+
readonly Middleman: "middleman";
|
|
2044
|
+
readonly Zola: "zola";
|
|
2045
|
+
readonly Hydrogen: "hydrogen";
|
|
2046
|
+
readonly Vite: "vite";
|
|
2047
|
+
readonly Vitepress: "vitepress";
|
|
2048
|
+
readonly Vuepress: "vuepress";
|
|
2049
|
+
readonly Parcel: "parcel";
|
|
2050
|
+
readonly Fasthtml: "fasthtml";
|
|
2051
|
+
readonly Sanity: "sanity";
|
|
2052
|
+
readonly Storybook: "storybook";
|
|
2053
|
+
}>;
|
|
2054
|
+
/** @deprecated use `UpdateProjectDataCacheFramework$outboundSchema` instead. */
|
|
2055
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2056
|
+
readonly Blitzjs: "blitzjs";
|
|
2057
|
+
readonly Nextjs: "nextjs";
|
|
2058
|
+
readonly Gatsby: "gatsby";
|
|
2059
|
+
readonly Remix: "remix";
|
|
2060
|
+
readonly Astro: "astro";
|
|
2061
|
+
readonly Hexo: "hexo";
|
|
2062
|
+
readonly Eleventy: "eleventy";
|
|
2063
|
+
readonly Docusaurus2: "docusaurus-2";
|
|
2064
|
+
readonly Docusaurus: "docusaurus";
|
|
2065
|
+
readonly Preact: "preact";
|
|
2066
|
+
readonly Solidstart1: "solidstart-1";
|
|
2067
|
+
readonly Solidstart: "solidstart";
|
|
2068
|
+
readonly Dojo: "dojo";
|
|
2069
|
+
readonly Ember: "ember";
|
|
2070
|
+
readonly Vue: "vue";
|
|
2071
|
+
readonly Scully: "scully";
|
|
2072
|
+
readonly IonicAngular: "ionic-angular";
|
|
2073
|
+
readonly Angular: "angular";
|
|
2074
|
+
readonly Polymer: "polymer";
|
|
2075
|
+
readonly Svelte: "svelte";
|
|
2076
|
+
readonly Sveltekit: "sveltekit";
|
|
2077
|
+
readonly Sveltekit1: "sveltekit-1";
|
|
2078
|
+
readonly IonicReact: "ionic-react";
|
|
2079
|
+
readonly CreateReactApp: "create-react-app";
|
|
2080
|
+
readonly Gridsome: "gridsome";
|
|
2081
|
+
readonly Umijs: "umijs";
|
|
2082
|
+
readonly Sapper: "sapper";
|
|
2083
|
+
readonly Saber: "saber";
|
|
2084
|
+
readonly Stencil: "stencil";
|
|
2085
|
+
readonly Nuxtjs: "nuxtjs";
|
|
2086
|
+
readonly Redwoodjs: "redwoodjs";
|
|
2087
|
+
readonly Hugo: "hugo";
|
|
2088
|
+
readonly Jekyll: "jekyll";
|
|
2089
|
+
readonly Brunch: "brunch";
|
|
2090
|
+
readonly Middleman: "middleman";
|
|
2091
|
+
readonly Zola: "zola";
|
|
2092
|
+
readonly Hydrogen: "hydrogen";
|
|
2093
|
+
readonly Vite: "vite";
|
|
2094
|
+
readonly Vitepress: "vitepress";
|
|
2095
|
+
readonly Vuepress: "vuepress";
|
|
2096
|
+
readonly Parcel: "parcel";
|
|
2097
|
+
readonly Fasthtml: "fasthtml";
|
|
2098
|
+
readonly Sanity: "sanity";
|
|
2099
|
+
readonly Storybook: "storybook";
|
|
2100
|
+
}>;
|
|
2101
|
+
}
|
|
2102
|
+
/** @internal */
|
|
2103
|
+
export declare const AliasAssigned$inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
|
|
2104
|
+
/** @internal */
|
|
2105
|
+
export type AliasAssigned$Outbound = number | boolean;
|
|
2106
|
+
/** @internal */
|
|
2107
|
+
export declare const AliasAssigned$outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
|
|
2108
|
+
/**
|
|
2109
|
+
* @internal
|
|
2110
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2111
|
+
*/
|
|
2112
|
+
export declare namespace AliasAssigned$ {
|
|
2113
|
+
/** @deprecated use `AliasAssigned$inboundSchema` instead. */
|
|
2114
|
+
const inboundSchema: z.ZodType<AliasAssigned, z.ZodTypeDef, unknown>;
|
|
2115
|
+
/** @deprecated use `AliasAssigned$outboundSchema` instead. */
|
|
2116
|
+
const outboundSchema: z.ZodType<AliasAssigned$Outbound, z.ZodTypeDef, AliasAssigned>;
|
|
2117
|
+
/** @deprecated use `AliasAssigned$Outbound` instead. */
|
|
2118
|
+
type Outbound = AliasAssigned$Outbound;
|
|
2119
|
+
}
|
|
2120
|
+
/** @internal */
|
|
2121
|
+
export declare const UpdateProjectDataCacheProjectsAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
|
|
2122
|
+
/** @internal */
|
|
2123
|
+
export type UpdateProjectDataCacheProjectsAliasError$Outbound = {
|
|
2124
|
+
code: string;
|
|
2125
|
+
message: string;
|
|
2126
|
+
};
|
|
2127
|
+
/** @internal */
|
|
2128
|
+
export declare const UpdateProjectDataCacheProjectsAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
|
|
2129
|
+
/**
|
|
2130
|
+
* @internal
|
|
2131
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2132
|
+
*/
|
|
2133
|
+
export declare namespace UpdateProjectDataCacheProjectsAliasError$ {
|
|
2134
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$inboundSchema` instead. */
|
|
2135
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError, z.ZodTypeDef, unknown>;
|
|
2136
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$outboundSchema` instead. */
|
|
2137
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsAliasError>;
|
|
2138
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsAliasError$Outbound` instead. */
|
|
2139
|
+
type Outbound = UpdateProjectDataCacheProjectsAliasError$Outbound;
|
|
2140
|
+
}
|
|
2141
|
+
/** @internal */
|
|
2142
|
+
export declare const UpdateProjectDataCacheBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
|
|
2143
|
+
/** @internal */
|
|
2144
|
+
export type UpdateProjectDataCacheBuilds$Outbound = {
|
|
2145
|
+
use: string;
|
|
2146
|
+
src?: string | undefined;
|
|
2147
|
+
dest?: string | undefined;
|
|
2148
|
+
};
|
|
2149
|
+
/** @internal */
|
|
2150
|
+
export declare const UpdateProjectDataCacheBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
|
|
2151
|
+
/**
|
|
2152
|
+
* @internal
|
|
2153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2154
|
+
*/
|
|
2155
|
+
export declare namespace UpdateProjectDataCacheBuilds$ {
|
|
2156
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$inboundSchema` instead. */
|
|
2157
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheBuilds, z.ZodTypeDef, unknown>;
|
|
2158
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$outboundSchema` instead. */
|
|
2159
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBuilds>;
|
|
2160
|
+
/** @deprecated use `UpdateProjectDataCacheBuilds$Outbound` instead. */
|
|
2161
|
+
type Outbound = UpdateProjectDataCacheBuilds$Outbound;
|
|
2162
|
+
}
|
|
2163
|
+
/** @internal */
|
|
2164
|
+
export declare const UpdateProjectDataCacheProjectsCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
|
|
2165
|
+
/** @internal */
|
|
2166
|
+
export type UpdateProjectDataCacheProjectsCreator$Outbound = {
|
|
2167
|
+
email: string;
|
|
2168
|
+
githubLogin?: string | undefined;
|
|
2169
|
+
gitlabLogin?: string | undefined;
|
|
2170
|
+
uid: string;
|
|
2171
|
+
username: string;
|
|
2172
|
+
};
|
|
2173
|
+
/** @internal */
|
|
2174
|
+
export declare const UpdateProjectDataCacheProjectsCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
|
|
2175
|
+
/**
|
|
2176
|
+
* @internal
|
|
2177
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2178
|
+
*/
|
|
2179
|
+
export declare namespace UpdateProjectDataCacheProjectsCreator$ {
|
|
2180
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$inboundSchema` instead. */
|
|
2181
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator, z.ZodTypeDef, unknown>;
|
|
2182
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$outboundSchema` instead. */
|
|
2183
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsCreator>;
|
|
2184
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsCreator$Outbound` instead. */
|
|
2185
|
+
type Outbound = UpdateProjectDataCacheProjectsCreator$Outbound;
|
|
2186
|
+
}
|
|
2187
|
+
/** @internal */
|
|
2188
|
+
export declare const UpdateProjectDataCacheProjectsPlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
2189
|
+
/** @internal */
|
|
2190
|
+
export declare const UpdateProjectDataCacheProjectsPlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsPlan>;
|
|
2191
|
+
/**
|
|
2192
|
+
* @internal
|
|
2193
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2194
|
+
*/
|
|
2195
|
+
export declare namespace UpdateProjectDataCacheProjectsPlan$ {
|
|
2196
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsPlan$inboundSchema` instead. */
|
|
2197
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2198
|
+
readonly Pro: "pro";
|
|
2199
|
+
readonly Enterprise: "enterprise";
|
|
2200
|
+
readonly Hobby: "hobby";
|
|
2201
|
+
}>;
|
|
2202
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsPlan$outboundSchema` instead. */
|
|
2203
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2204
|
+
readonly Pro: "pro";
|
|
2205
|
+
readonly Enterprise: "enterprise";
|
|
2206
|
+
readonly Hobby: "hobby";
|
|
2207
|
+
}>;
|
|
2208
|
+
}
|
|
2209
|
+
/** @internal */
|
|
2210
|
+
export declare const UpdateProjectDataCacheReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
2211
|
+
/** @internal */
|
|
2212
|
+
export declare const UpdateProjectDataCacheReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadyState>;
|
|
2213
|
+
/**
|
|
2214
|
+
* @internal
|
|
2215
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2216
|
+
*/
|
|
2217
|
+
export declare namespace UpdateProjectDataCacheReadyState$ {
|
|
2218
|
+
/** @deprecated use `UpdateProjectDataCacheReadyState$inboundSchema` instead. */
|
|
2219
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2220
|
+
readonly Building: "BUILDING";
|
|
2221
|
+
readonly Error: "ERROR";
|
|
2222
|
+
readonly Initializing: "INITIALIZING";
|
|
2223
|
+
readonly Queued: "QUEUED";
|
|
2224
|
+
readonly Ready: "READY";
|
|
2225
|
+
readonly Canceled: "CANCELED";
|
|
2226
|
+
}>;
|
|
2227
|
+
/** @deprecated use `UpdateProjectDataCacheReadyState$outboundSchema` instead. */
|
|
2228
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2229
|
+
readonly Building: "BUILDING";
|
|
2230
|
+
readonly Error: "ERROR";
|
|
2231
|
+
readonly Initializing: "INITIALIZING";
|
|
2232
|
+
readonly Queued: "QUEUED";
|
|
2233
|
+
readonly Ready: "READY";
|
|
2234
|
+
readonly Canceled: "CANCELED";
|
|
2235
|
+
}>;
|
|
2236
|
+
}
|
|
2237
|
+
/** @internal */
|
|
2238
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
2239
|
+
/** @internal */
|
|
2240
|
+
export declare const UpdateProjectDataCacheProjectsReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadySubstate>;
|
|
2241
|
+
/**
|
|
2242
|
+
* @internal
|
|
2243
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2244
|
+
*/
|
|
2245
|
+
export declare namespace UpdateProjectDataCacheProjectsReadySubstate$ {
|
|
2246
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$inboundSchema` instead. */
|
|
2247
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2248
|
+
readonly Staged: "STAGED";
|
|
2249
|
+
readonly Promoted: "PROMOTED";
|
|
2250
|
+
}>;
|
|
2251
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadySubstate$outboundSchema` instead. */
|
|
2252
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2253
|
+
readonly Staged: "STAGED";
|
|
2254
|
+
readonly Promoted: "PROMOTED";
|
|
2255
|
+
}>;
|
|
2256
|
+
}
|
|
2257
|
+
/** @internal */
|
|
2258
|
+
export declare const UpdateProjectDataCacheProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
2259
|
+
/** @internal */
|
|
2260
|
+
export declare const UpdateProjectDataCacheProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsType>;
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2264
|
+
*/
|
|
2265
|
+
export declare namespace UpdateProjectDataCacheProjectsType$ {
|
|
2266
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$inboundSchema` instead. */
|
|
2267
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2268
|
+
readonly Lambdas: "LAMBDAS";
|
|
2269
|
+
}>;
|
|
2270
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsType$outboundSchema` instead. */
|
|
2271
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2272
|
+
readonly Lambdas: "LAMBDAS";
|
|
2273
|
+
}>;
|
|
2274
|
+
}
|
|
2275
|
+
/** @internal */
|
|
2276
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
2277
|
+
/** @internal */
|
|
2278
|
+
export declare const UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksConclusion>;
|
|
2279
|
+
/**
|
|
2280
|
+
* @internal
|
|
2281
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2282
|
+
*/
|
|
2283
|
+
export declare namespace UpdateProjectDataCacheProjectsChecksConclusion$ {
|
|
2284
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$inboundSchema` instead. */
|
|
2285
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2286
|
+
readonly Succeeded: "succeeded";
|
|
2287
|
+
readonly Failed: "failed";
|
|
2288
|
+
readonly Skipped: "skipped";
|
|
2289
|
+
readonly Canceled: "canceled";
|
|
2290
|
+
}>;
|
|
2291
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksConclusion$outboundSchema` instead. */
|
|
2292
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2293
|
+
readonly Succeeded: "succeeded";
|
|
2294
|
+
readonly Failed: "failed";
|
|
2295
|
+
readonly Skipped: "skipped";
|
|
2296
|
+
readonly Canceled: "canceled";
|
|
2297
|
+
}>;
|
|
2298
|
+
}
|
|
2299
|
+
/** @internal */
|
|
2300
|
+
export declare const UpdateProjectDataCacheProjectsChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
2301
|
+
/** @internal */
|
|
2302
|
+
export declare const UpdateProjectDataCacheProjectsChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsChecksState>;
|
|
2303
|
+
/**
|
|
2304
|
+
* @internal
|
|
2305
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2306
|
+
*/
|
|
2307
|
+
export declare namespace UpdateProjectDataCacheProjectsChecksState$ {
|
|
2308
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksState$inboundSchema` instead. */
|
|
2309
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2310
|
+
readonly Registered: "registered";
|
|
2311
|
+
readonly Running: "running";
|
|
2312
|
+
readonly Completed: "completed";
|
|
2313
|
+
}>;
|
|
2314
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsChecksState$outboundSchema` instead. */
|
|
2315
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2316
|
+
readonly Registered: "registered";
|
|
2317
|
+
readonly Running: "running";
|
|
2318
|
+
readonly Completed: "completed";
|
|
2319
|
+
}>;
|
|
2320
|
+
}
|
|
2321
|
+
/** @internal */
|
|
2322
|
+
export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2323
|
+
/** @internal */
|
|
2324
|
+
export type UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound = string | Array<string>;
|
|
2325
|
+
/** @internal */
|
|
2326
|
+
export declare const UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
|
|
2327
|
+
/**
|
|
2328
|
+
* @internal
|
|
2329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2330
|
+
*/
|
|
2331
|
+
export declare namespace UpdateProjectDataCacheProjectsOidcTokenClaims$ {
|
|
2332
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$inboundSchema` instead. */
|
|
2333
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2334
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$outboundSchema` instead. */
|
|
2335
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsOidcTokenClaims>;
|
|
2336
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound` instead. */
|
|
2337
|
+
type Outbound = UpdateProjectDataCacheProjectsOidcTokenClaims$Outbound;
|
|
2338
|
+
}
|
|
2339
|
+
/** @internal */
|
|
2340
|
+
export declare const LatestDeployments$inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
|
|
2341
|
+
/** @internal */
|
|
2342
|
+
export type LatestDeployments$Outbound = {
|
|
2343
|
+
alias?: Array<string> | undefined;
|
|
2344
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
2345
|
+
aliasError?: UpdateProjectDataCacheProjectsAliasError$Outbound | null | undefined;
|
|
2346
|
+
aliasFinal?: string | null | undefined;
|
|
2347
|
+
automaticAliases?: Array<string> | undefined;
|
|
2348
|
+
builds?: Array<UpdateProjectDataCacheBuilds$Outbound> | undefined;
|
|
2349
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
2350
|
+
connectConfigurationId?: string | undefined;
|
|
2351
|
+
createdAt: number;
|
|
2352
|
+
createdIn: string;
|
|
2353
|
+
creator: UpdateProjectDataCacheProjectsCreator$Outbound | null;
|
|
2354
|
+
deletedAt?: number | undefined;
|
|
2355
|
+
deploymentHostname: string;
|
|
2356
|
+
name: string;
|
|
2357
|
+
forced?: boolean | undefined;
|
|
2358
|
+
id: string;
|
|
2359
|
+
meta?: {
|
|
2360
|
+
[k: string]: string;
|
|
2361
|
+
} | undefined;
|
|
2362
|
+
monorepoManager?: string | null | undefined;
|
|
2363
|
+
plan: string;
|
|
2364
|
+
private: boolean;
|
|
2365
|
+
readyState: string;
|
|
2366
|
+
readySubstate?: string | undefined;
|
|
2367
|
+
requestedAt?: number | undefined;
|
|
2368
|
+
target?: string | null | undefined;
|
|
2369
|
+
teamId?: string | null | undefined;
|
|
2370
|
+
type: string;
|
|
2371
|
+
url: string;
|
|
2372
|
+
userId: string;
|
|
2373
|
+
withCache?: boolean | undefined;
|
|
2374
|
+
checksConclusion?: string | undefined;
|
|
2375
|
+
checksState?: string | undefined;
|
|
2376
|
+
readyAt?: number | undefined;
|
|
2377
|
+
buildingAt?: number | undefined;
|
|
2378
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
2379
|
+
oidcTokenClaims?: {
|
|
2380
|
+
[k: string]: string | Array<string>;
|
|
2381
|
+
} | undefined;
|
|
2382
|
+
};
|
|
2383
|
+
/** @internal */
|
|
2384
|
+
export declare const LatestDeployments$outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
|
|
2385
|
+
/**
|
|
2386
|
+
* @internal
|
|
2387
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2388
|
+
*/
|
|
2389
|
+
export declare namespace LatestDeployments$ {
|
|
2390
|
+
/** @deprecated use `LatestDeployments$inboundSchema` instead. */
|
|
2391
|
+
const inboundSchema: z.ZodType<LatestDeployments, z.ZodTypeDef, unknown>;
|
|
2392
|
+
/** @deprecated use `LatestDeployments$outboundSchema` instead. */
|
|
2393
|
+
const outboundSchema: z.ZodType<LatestDeployments$Outbound, z.ZodTypeDef, LatestDeployments>;
|
|
2394
|
+
/** @deprecated use `LatestDeployments$Outbound` instead. */
|
|
2395
|
+
type Outbound = LatestDeployments$Outbound;
|
|
2396
|
+
}
|
|
2397
|
+
/** @internal */
|
|
2398
|
+
export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2399
|
+
/** @internal */
|
|
2400
|
+
export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2401
|
+
/**
|
|
2402
|
+
* @internal
|
|
2403
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2404
|
+
*/
|
|
2405
|
+
export declare namespace UpdateProjectDataCacheLinkProjectsType$ {
|
|
2406
|
+
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$inboundSchema` instead. */
|
|
2407
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2408
|
+
readonly Bitbucket: "bitbucket";
|
|
2409
|
+
}>;
|
|
2410
|
+
/** @deprecated use `UpdateProjectDataCacheLinkProjectsType$outboundSchema` instead. */
|
|
2411
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2412
|
+
readonly Bitbucket: "bitbucket";
|
|
2413
|
+
}>;
|
|
2414
|
+
}
|
|
2415
|
+
/** @internal */
|
|
2416
|
+
export declare const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2417
|
+
/** @internal */
|
|
2418
|
+
export type UpdateProjectDataCacheLinkDeployHooks$Outbound = {
|
|
2419
|
+
createdAt?: number | undefined;
|
|
2420
|
+
id: string;
|
|
2421
|
+
name: string;
|
|
2422
|
+
ref: string;
|
|
2423
|
+
url: string;
|
|
2424
|
+
};
|
|
2425
|
+
/** @internal */
|
|
2426
|
+
export declare const UpdateProjectDataCacheLinkDeployHooks$outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
|
|
2427
|
+
/**
|
|
2428
|
+
* @internal
|
|
2429
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2430
|
+
*/
|
|
2431
|
+
export declare namespace UpdateProjectDataCacheLinkDeployHooks$ {
|
|
2432
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$inboundSchema` instead. */
|
|
2433
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2434
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$outboundSchema` instead. */
|
|
2435
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks$Outbound, z.ZodTypeDef, UpdateProjectDataCacheLinkDeployHooks>;
|
|
2436
|
+
/** @deprecated use `UpdateProjectDataCacheLinkDeployHooks$Outbound` instead. */
|
|
2437
|
+
type Outbound = UpdateProjectDataCacheLinkDeployHooks$Outbound;
|
|
2438
|
+
}
|
|
2439
|
+
/** @internal */
|
|
2440
|
+
export declare const Link3$inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
|
|
2441
|
+
/** @internal */
|
|
2442
|
+
export type Link3$Outbound = {
|
|
2443
|
+
name?: string | undefined;
|
|
2444
|
+
slug?: string | undefined;
|
|
2445
|
+
owner?: string | undefined;
|
|
2446
|
+
type?: string | undefined;
|
|
2447
|
+
uuid?: string | undefined;
|
|
2448
|
+
workspaceUuid?: string | undefined;
|
|
2449
|
+
createdAt?: number | undefined;
|
|
2450
|
+
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
2451
|
+
gitCredentialId?: string | undefined;
|
|
2452
|
+
updatedAt?: number | undefined;
|
|
2453
|
+
sourceless?: boolean | undefined;
|
|
2454
|
+
productionBranch?: string | undefined;
|
|
2455
|
+
};
|
|
2456
|
+
/** @internal */
|
|
2457
|
+
export declare const Link3$outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
|
|
2458
|
+
/**
|
|
2459
|
+
* @internal
|
|
2460
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2461
|
+
*/
|
|
2462
|
+
export declare namespace Link3$ {
|
|
2463
|
+
/** @deprecated use `Link3$inboundSchema` instead. */
|
|
2464
|
+
const inboundSchema: z.ZodType<Link3, z.ZodTypeDef, unknown>;
|
|
2465
|
+
/** @deprecated use `Link3$outboundSchema` instead. */
|
|
2466
|
+
const outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDef, Link3>;
|
|
2467
|
+
/** @deprecated use `Link3$Outbound` instead. */
|
|
2468
|
+
type Outbound = Link3$Outbound;
|
|
2469
|
+
}
|
|
2470
|
+
/** @internal */
|
|
2471
|
+
export declare const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2472
|
+
/** @internal */
|
|
2473
|
+
export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2474
|
+
/**
|
|
2475
|
+
* @internal
|
|
2476
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2477
|
+
*/
|
|
2478
|
+
export declare namespace UpdateProjectDataCacheLinkType$ {
|
|
2479
|
+
/** @deprecated use `UpdateProjectDataCacheLinkType$inboundSchema` instead. */
|
|
2480
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2481
|
+
readonly Gitlab: "gitlab";
|
|
2482
|
+
}>;
|
|
2483
|
+
/** @deprecated use `UpdateProjectDataCacheLinkType$outboundSchema` instead. */
|
|
2484
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2485
|
+
readonly Gitlab: "gitlab";
|
|
2486
|
+
}>;
|
|
2487
|
+
}
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
export declare const LinkDeployHooks$inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2490
|
+
/** @internal */
|
|
2491
|
+
export type LinkDeployHooks$Outbound = {
|
|
2492
|
+
createdAt?: number | undefined;
|
|
2493
|
+
id: string;
|
|
2494
|
+
name: string;
|
|
2495
|
+
ref: string;
|
|
2496
|
+
url: string;
|
|
2497
|
+
};
|
|
2498
|
+
/** @internal */
|
|
2499
|
+
export declare const LinkDeployHooks$outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
|
|
2500
|
+
/**
|
|
2501
|
+
* @internal
|
|
2502
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2503
|
+
*/
|
|
2504
|
+
export declare namespace LinkDeployHooks$ {
|
|
2505
|
+
/** @deprecated use `LinkDeployHooks$inboundSchema` instead. */
|
|
2506
|
+
const inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2507
|
+
/** @deprecated use `LinkDeployHooks$outboundSchema` instead. */
|
|
2508
|
+
const outboundSchema: z.ZodType<LinkDeployHooks$Outbound, z.ZodTypeDef, LinkDeployHooks>;
|
|
2509
|
+
/** @deprecated use `LinkDeployHooks$Outbound` instead. */
|
|
2510
|
+
type Outbound = LinkDeployHooks$Outbound;
|
|
2511
|
+
}
|
|
2512
|
+
/** @internal */
|
|
2513
|
+
export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
|
|
2514
|
+
/** @internal */
|
|
2515
|
+
export type Link2$Outbound = {
|
|
2516
|
+
projectId?: string | undefined;
|
|
2517
|
+
projectName?: string | undefined;
|
|
2518
|
+
projectNameWithNamespace?: string | undefined;
|
|
2519
|
+
projectNamespace?: string | undefined;
|
|
2520
|
+
projectUrl?: string | undefined;
|
|
2521
|
+
type?: string | undefined;
|
|
2522
|
+
createdAt?: number | undefined;
|
|
2523
|
+
deployHooks: Array<LinkDeployHooks$Outbound>;
|
|
2524
|
+
gitCredentialId?: string | undefined;
|
|
2525
|
+
updatedAt?: number | undefined;
|
|
2526
|
+
sourceless?: boolean | undefined;
|
|
2527
|
+
productionBranch?: string | undefined;
|
|
2528
|
+
};
|
|
2529
|
+
/** @internal */
|
|
2530
|
+
export declare const Link2$outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
|
|
2531
|
+
/**
|
|
2532
|
+
* @internal
|
|
2533
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2534
|
+
*/
|
|
2535
|
+
export declare namespace Link2$ {
|
|
2536
|
+
/** @deprecated use `Link2$inboundSchema` instead. */
|
|
2537
|
+
const inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
|
|
2538
|
+
/** @deprecated use `Link2$outboundSchema` instead. */
|
|
2539
|
+
const outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDef, Link2>;
|
|
2540
|
+
/** @deprecated use `Link2$Outbound` instead. */
|
|
2541
|
+
type Outbound = Link2$Outbound;
|
|
2542
|
+
}
|
|
2543
|
+
/** @internal */
|
|
2544
|
+
export declare const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2545
|
+
/** @internal */
|
|
2546
|
+
export declare const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2547
|
+
/**
|
|
2548
|
+
* @internal
|
|
2549
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2550
|
+
*/
|
|
2551
|
+
export declare namespace LinkType$ {
|
|
2552
|
+
/** @deprecated use `LinkType$inboundSchema` instead. */
|
|
2553
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2554
|
+
readonly Github: "github";
|
|
2555
|
+
}>;
|
|
2556
|
+
/** @deprecated use `LinkType$outboundSchema` instead. */
|
|
2557
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2558
|
+
readonly Github: "github";
|
|
2559
|
+
}>;
|
|
2560
|
+
}
|
|
2561
|
+
/** @internal */
|
|
2562
|
+
export declare const DeployHooks$inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
|
|
2563
|
+
/** @internal */
|
|
2564
|
+
export type DeployHooks$Outbound = {
|
|
2565
|
+
createdAt?: number | undefined;
|
|
2566
|
+
id: string;
|
|
2567
|
+
name: string;
|
|
2568
|
+
ref: string;
|
|
2569
|
+
url: string;
|
|
2570
|
+
};
|
|
2571
|
+
/** @internal */
|
|
2572
|
+
export declare const DeployHooks$outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
|
|
2573
|
+
/**
|
|
2574
|
+
* @internal
|
|
2575
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2576
|
+
*/
|
|
2577
|
+
export declare namespace DeployHooks$ {
|
|
2578
|
+
/** @deprecated use `DeployHooks$inboundSchema` instead. */
|
|
2579
|
+
const inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
|
|
2580
|
+
/** @deprecated use `DeployHooks$outboundSchema` instead. */
|
|
2581
|
+
const outboundSchema: z.ZodType<DeployHooks$Outbound, z.ZodTypeDef, DeployHooks>;
|
|
2582
|
+
/** @deprecated use `DeployHooks$Outbound` instead. */
|
|
2583
|
+
type Outbound = DeployHooks$Outbound;
|
|
2584
|
+
}
|
|
2585
|
+
/** @internal */
|
|
2586
|
+
export declare const Link1$inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
|
|
2587
|
+
/** @internal */
|
|
2588
|
+
export type Link1$Outbound = {
|
|
2589
|
+
org?: string | undefined;
|
|
2590
|
+
repo?: string | undefined;
|
|
2591
|
+
repoId?: number | undefined;
|
|
2592
|
+
type?: string | undefined;
|
|
2593
|
+
createdAt?: number | undefined;
|
|
2594
|
+
deployHooks: Array<DeployHooks$Outbound>;
|
|
2595
|
+
gitCredentialId?: string | undefined;
|
|
2596
|
+
updatedAt?: number | undefined;
|
|
2597
|
+
sourceless?: boolean | undefined;
|
|
2598
|
+
productionBranch?: string | undefined;
|
|
2599
|
+
};
|
|
2600
|
+
/** @internal */
|
|
2601
|
+
export declare const Link1$outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
|
|
2602
|
+
/**
|
|
2603
|
+
* @internal
|
|
2604
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2605
|
+
*/
|
|
2606
|
+
export declare namespace Link1$ {
|
|
2607
|
+
/** @deprecated use `Link1$inboundSchema` instead. */
|
|
2608
|
+
const inboundSchema: z.ZodType<Link1, z.ZodTypeDef, unknown>;
|
|
2609
|
+
/** @deprecated use `Link1$outboundSchema` instead. */
|
|
2610
|
+
const outboundSchema: z.ZodType<Link1$Outbound, z.ZodTypeDef, Link1>;
|
|
2611
|
+
/** @deprecated use `Link1$Outbound` instead. */
|
|
2612
|
+
type Outbound = Link1$Outbound;
|
|
2613
|
+
}
|
|
2614
|
+
/** @internal */
|
|
2615
|
+
export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
2616
|
+
/** @internal */
|
|
2617
|
+
export type Link$Outbound = Link1$Outbound | Link2$Outbound | Link3$Outbound;
|
|
2618
|
+
/** @internal */
|
|
2619
|
+
export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
2620
|
+
/**
|
|
2621
|
+
* @internal
|
|
2622
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2623
|
+
*/
|
|
2624
|
+
export declare namespace Link$ {
|
|
2625
|
+
/** @deprecated use `Link$inboundSchema` instead. */
|
|
2626
|
+
const inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
2627
|
+
/** @deprecated use `Link$outboundSchema` instead. */
|
|
2628
|
+
const outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
2629
|
+
/** @deprecated use `Link$Outbound` instead. */
|
|
2630
|
+
type Outbound = Link$Outbound;
|
|
2631
|
+
}
|
|
2632
|
+
/** @internal */
|
|
2633
|
+
export declare const UpdateProjectDataCacheNodeVersion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
2634
|
+
/** @internal */
|
|
2635
|
+
export declare const UpdateProjectDataCacheNodeVersion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheNodeVersion>;
|
|
2636
|
+
/**
|
|
2637
|
+
* @internal
|
|
2638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2639
|
+
*/
|
|
2640
|
+
export declare namespace UpdateProjectDataCacheNodeVersion$ {
|
|
2641
|
+
/** @deprecated use `UpdateProjectDataCacheNodeVersion$inboundSchema` instead. */
|
|
2642
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2643
|
+
readonly TwentyX: "20.x";
|
|
2644
|
+
readonly EighteenX: "18.x";
|
|
2645
|
+
readonly SixteenX: "16.x";
|
|
2646
|
+
readonly FourteenX: "14.x";
|
|
2647
|
+
readonly TwelveX: "12.x";
|
|
2648
|
+
readonly TenX: "10.x";
|
|
2649
|
+
readonly Eight10X: "8.10.x";
|
|
2650
|
+
}>;
|
|
2651
|
+
/** @deprecated use `UpdateProjectDataCacheNodeVersion$outboundSchema` instead. */
|
|
2652
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2653
|
+
readonly TwentyX: "20.x";
|
|
2654
|
+
readonly EighteenX: "18.x";
|
|
2655
|
+
readonly SixteenX: "16.x";
|
|
2656
|
+
readonly FourteenX: "14.x";
|
|
2657
|
+
readonly TwelveX: "12.x";
|
|
2658
|
+
readonly TenX: "10.x";
|
|
2659
|
+
readonly Eight10X: "8.10.x";
|
|
2660
|
+
}>;
|
|
2661
|
+
}
|
|
2662
|
+
/** @internal */
|
|
2663
|
+
export declare const UpdateProjectDataCachePaths$inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
|
|
2664
|
+
/** @internal */
|
|
2665
|
+
export type UpdateProjectDataCachePaths$Outbound = {
|
|
2666
|
+
value: string;
|
|
2667
|
+
};
|
|
2668
|
+
/** @internal */
|
|
2669
|
+
export declare const UpdateProjectDataCachePaths$outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
|
|
2670
|
+
/**
|
|
2671
|
+
* @internal
|
|
2672
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2673
|
+
*/
|
|
2674
|
+
export declare namespace UpdateProjectDataCachePaths$ {
|
|
2675
|
+
/** @deprecated use `UpdateProjectDataCachePaths$inboundSchema` instead. */
|
|
2676
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCachePaths, z.ZodTypeDef, unknown>;
|
|
2677
|
+
/** @deprecated use `UpdateProjectDataCachePaths$outboundSchema` instead. */
|
|
2678
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCachePaths$Outbound, z.ZodTypeDef, UpdateProjectDataCachePaths>;
|
|
2679
|
+
/** @deprecated use `UpdateProjectDataCachePaths$Outbound` instead. */
|
|
2680
|
+
type Outbound = UpdateProjectDataCachePaths$Outbound;
|
|
2681
|
+
}
|
|
2682
|
+
/** @internal */
|
|
2683
|
+
export declare const UpdateProjectDataCacheOptionsAllowlist$inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
|
|
2684
|
+
/** @internal */
|
|
2685
|
+
export type UpdateProjectDataCacheOptionsAllowlist$Outbound = {
|
|
2686
|
+
paths: Array<UpdateProjectDataCachePaths$Outbound>;
|
|
2687
|
+
};
|
|
2688
|
+
/** @internal */
|
|
2689
|
+
export declare const UpdateProjectDataCacheOptionsAllowlist$outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
|
|
2690
|
+
/**
|
|
2691
|
+
* @internal
|
|
2692
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2693
|
+
*/
|
|
2694
|
+
export declare namespace UpdateProjectDataCacheOptionsAllowlist$ {
|
|
2695
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$inboundSchema` instead. */
|
|
2696
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist, z.ZodTypeDef, unknown>;
|
|
2697
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$outboundSchema` instead. */
|
|
2698
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOptionsAllowlist$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOptionsAllowlist>;
|
|
2699
|
+
/** @deprecated use `UpdateProjectDataCacheOptionsAllowlist$Outbound` instead. */
|
|
2700
|
+
type Outbound = UpdateProjectDataCacheOptionsAllowlist$Outbound;
|
|
2701
|
+
}
|
|
2702
|
+
/** @internal */
|
|
2703
|
+
export declare const UpdateProjectDataCachePasswordProtection$inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
|
|
2704
|
+
/** @internal */
|
|
2705
|
+
export type UpdateProjectDataCachePasswordProtection$Outbound = {};
|
|
2706
|
+
/** @internal */
|
|
2707
|
+
export declare const UpdateProjectDataCachePasswordProtection$outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
|
|
2708
|
+
/**
|
|
2709
|
+
* @internal
|
|
2710
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2711
|
+
*/
|
|
2712
|
+
export declare namespace UpdateProjectDataCachePasswordProtection$ {
|
|
2713
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$inboundSchema` instead. */
|
|
2714
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection, z.ZodTypeDef, unknown>;
|
|
2715
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$outboundSchema` instead. */
|
|
2716
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCachePasswordProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCachePasswordProtection>;
|
|
2717
|
+
/** @deprecated use `UpdateProjectDataCachePasswordProtection$Outbound` instead. */
|
|
2718
|
+
type Outbound = UpdateProjectDataCachePasswordProtection$Outbound;
|
|
2719
|
+
}
|
|
2720
|
+
/** @internal */
|
|
2721
|
+
export declare const UpdateProjectDataCacheDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
2722
|
+
/** @internal */
|
|
2723
|
+
export declare const UpdateProjectDataCacheDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheDeploymentType>;
|
|
2724
|
+
/**
|
|
2725
|
+
* @internal
|
|
2726
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2727
|
+
*/
|
|
2728
|
+
export declare namespace UpdateProjectDataCacheDeploymentType$ {
|
|
2729
|
+
/** @deprecated use `UpdateProjectDataCacheDeploymentType$inboundSchema` instead. */
|
|
2730
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2731
|
+
readonly All: "all";
|
|
2732
|
+
readonly Preview: "preview";
|
|
2733
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
2734
|
+
}>;
|
|
2735
|
+
/** @deprecated use `UpdateProjectDataCacheDeploymentType$outboundSchema` instead. */
|
|
2736
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2737
|
+
readonly All: "all";
|
|
2738
|
+
readonly Preview: "preview";
|
|
2739
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
2740
|
+
}>;
|
|
2741
|
+
}
|
|
2742
|
+
/** @internal */
|
|
2743
|
+
export declare const UpdateProjectDataCacheSsoProtection$inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
|
|
2744
|
+
/** @internal */
|
|
2745
|
+
export type UpdateProjectDataCacheSsoProtection$Outbound = {
|
|
2746
|
+
deploymentType: string;
|
|
2747
|
+
};
|
|
2748
|
+
/** @internal */
|
|
2749
|
+
export declare const UpdateProjectDataCacheSsoProtection$outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
|
|
2750
|
+
/**
|
|
2751
|
+
* @internal
|
|
2752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2753
|
+
*/
|
|
2754
|
+
export declare namespace UpdateProjectDataCacheSsoProtection$ {
|
|
2755
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$inboundSchema` instead. */
|
|
2756
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection, z.ZodTypeDef, unknown>;
|
|
2757
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$outboundSchema` instead. */
|
|
2758
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheSsoProtection$Outbound, z.ZodTypeDef, UpdateProjectDataCacheSsoProtection>;
|
|
2759
|
+
/** @deprecated use `UpdateProjectDataCacheSsoProtection$Outbound` instead. */
|
|
2760
|
+
type Outbound = UpdateProjectDataCacheSsoProtection$Outbound;
|
|
2761
|
+
}
|
|
2762
|
+
/** @internal */
|
|
2763
|
+
export declare const UpdateProjectDataCacheAliasAssigned$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
|
|
2764
|
+
/** @internal */
|
|
2765
|
+
export type UpdateProjectDataCacheAliasAssigned$Outbound = number | boolean;
|
|
2766
|
+
/** @internal */
|
|
2767
|
+
export declare const UpdateProjectDataCacheAliasAssigned$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
|
|
2768
|
+
/**
|
|
2769
|
+
* @internal
|
|
2770
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2771
|
+
*/
|
|
2772
|
+
export declare namespace UpdateProjectDataCacheAliasAssigned$ {
|
|
2773
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$inboundSchema` instead. */
|
|
2774
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned, z.ZodTypeDef, unknown>;
|
|
2775
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$outboundSchema` instead. */
|
|
2776
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasAssigned$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasAssigned>;
|
|
2777
|
+
/** @deprecated use `UpdateProjectDataCacheAliasAssigned$Outbound` instead. */
|
|
2778
|
+
type Outbound = UpdateProjectDataCacheAliasAssigned$Outbound;
|
|
2779
|
+
}
|
|
2780
|
+
/** @internal */
|
|
2781
|
+
export declare const UpdateProjectDataCacheAliasError$inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
|
|
2782
|
+
/** @internal */
|
|
2783
|
+
export type UpdateProjectDataCacheAliasError$Outbound = {
|
|
2784
|
+
code: string;
|
|
2785
|
+
message: string;
|
|
2786
|
+
};
|
|
2787
|
+
/** @internal */
|
|
2788
|
+
export declare const UpdateProjectDataCacheAliasError$outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
|
|
2789
|
+
/**
|
|
2790
|
+
* @internal
|
|
2791
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2792
|
+
*/
|
|
2793
|
+
export declare namespace UpdateProjectDataCacheAliasError$ {
|
|
2794
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$inboundSchema` instead. */
|
|
2795
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheAliasError, z.ZodTypeDef, unknown>;
|
|
2796
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$outboundSchema` instead. */
|
|
2797
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheAliasError$Outbound, z.ZodTypeDef, UpdateProjectDataCacheAliasError>;
|
|
2798
|
+
/** @deprecated use `UpdateProjectDataCacheAliasError$Outbound` instead. */
|
|
2799
|
+
type Outbound = UpdateProjectDataCacheAliasError$Outbound;
|
|
2800
|
+
}
|
|
2801
|
+
/** @internal */
|
|
2802
|
+
export declare const UpdateProjectDataCacheProjectsBuilds$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
2803
|
+
/** @internal */
|
|
2804
|
+
export type UpdateProjectDataCacheProjectsBuilds$Outbound = {
|
|
2805
|
+
use: string;
|
|
2806
|
+
src?: string | undefined;
|
|
2807
|
+
dest?: string | undefined;
|
|
2808
|
+
};
|
|
2809
|
+
/** @internal */
|
|
2810
|
+
export declare const UpdateProjectDataCacheProjectsBuilds$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
|
|
2811
|
+
/**
|
|
2812
|
+
* @internal
|
|
2813
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2814
|
+
*/
|
|
2815
|
+
export declare namespace UpdateProjectDataCacheProjectsBuilds$ {
|
|
2816
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$inboundSchema` instead. */
|
|
2817
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds, z.ZodTypeDef, unknown>;
|
|
2818
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$outboundSchema` instead. */
|
|
2819
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsBuilds$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsBuilds>;
|
|
2820
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsBuilds$Outbound` instead. */
|
|
2821
|
+
type Outbound = UpdateProjectDataCacheProjectsBuilds$Outbound;
|
|
2822
|
+
}
|
|
2823
|
+
/** @internal */
|
|
2824
|
+
export declare const UpdateProjectDataCacheCreator$inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
|
|
2825
|
+
/** @internal */
|
|
2826
|
+
export type UpdateProjectDataCacheCreator$Outbound = {
|
|
2827
|
+
email: string;
|
|
2828
|
+
githubLogin?: string | undefined;
|
|
2829
|
+
gitlabLogin?: string | undefined;
|
|
2830
|
+
uid: string;
|
|
2831
|
+
username: string;
|
|
2832
|
+
};
|
|
2833
|
+
/** @internal */
|
|
2834
|
+
export declare const UpdateProjectDataCacheCreator$outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
|
|
2835
|
+
/**
|
|
2836
|
+
* @internal
|
|
2837
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2838
|
+
*/
|
|
2839
|
+
export declare namespace UpdateProjectDataCacheCreator$ {
|
|
2840
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$inboundSchema` instead. */
|
|
2841
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheCreator, z.ZodTypeDef, unknown>;
|
|
2842
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$outboundSchema` instead. */
|
|
2843
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheCreator$Outbound, z.ZodTypeDef, UpdateProjectDataCacheCreator>;
|
|
2844
|
+
/** @deprecated use `UpdateProjectDataCacheCreator$Outbound` instead. */
|
|
2845
|
+
type Outbound = UpdateProjectDataCacheCreator$Outbound;
|
|
2846
|
+
}
|
|
2847
|
+
/** @internal */
|
|
2848
|
+
export declare const UpdateProjectDataCachePlan$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
|
|
2849
|
+
/** @internal */
|
|
2850
|
+
export declare const UpdateProjectDataCachePlan$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCachePlan>;
|
|
2851
|
+
/**
|
|
2852
|
+
* @internal
|
|
2853
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2854
|
+
*/
|
|
2855
|
+
export declare namespace UpdateProjectDataCachePlan$ {
|
|
2856
|
+
/** @deprecated use `UpdateProjectDataCachePlan$inboundSchema` instead. */
|
|
2857
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2858
|
+
readonly Pro: "pro";
|
|
2859
|
+
readonly Enterprise: "enterprise";
|
|
2860
|
+
readonly Hobby: "hobby";
|
|
2861
|
+
}>;
|
|
2862
|
+
/** @deprecated use `UpdateProjectDataCachePlan$outboundSchema` instead. */
|
|
2863
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2864
|
+
readonly Pro: "pro";
|
|
2865
|
+
readonly Enterprise: "enterprise";
|
|
2866
|
+
readonly Hobby: "hobby";
|
|
2867
|
+
}>;
|
|
2868
|
+
}
|
|
2869
|
+
/** @internal */
|
|
2870
|
+
export declare const UpdateProjectDataCacheProjectsReadyState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
2871
|
+
/** @internal */
|
|
2872
|
+
export declare const UpdateProjectDataCacheProjectsReadyState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsReadyState>;
|
|
2873
|
+
/**
|
|
2874
|
+
* @internal
|
|
2875
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2876
|
+
*/
|
|
2877
|
+
export declare namespace UpdateProjectDataCacheProjectsReadyState$ {
|
|
2878
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadyState$inboundSchema` instead. */
|
|
2879
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2880
|
+
readonly Building: "BUILDING";
|
|
2881
|
+
readonly Error: "ERROR";
|
|
2882
|
+
readonly Initializing: "INITIALIZING";
|
|
2883
|
+
readonly Queued: "QUEUED";
|
|
2884
|
+
readonly Ready: "READY";
|
|
2885
|
+
readonly Canceled: "CANCELED";
|
|
2886
|
+
}>;
|
|
2887
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsReadyState$outboundSchema` instead. */
|
|
2888
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2889
|
+
readonly Building: "BUILDING";
|
|
2890
|
+
readonly Error: "ERROR";
|
|
2891
|
+
readonly Initializing: "INITIALIZING";
|
|
2892
|
+
readonly Queued: "QUEUED";
|
|
2893
|
+
readonly Ready: "READY";
|
|
2894
|
+
readonly Canceled: "CANCELED";
|
|
2895
|
+
}>;
|
|
2896
|
+
}
|
|
2897
|
+
/** @internal */
|
|
2898
|
+
export declare const UpdateProjectDataCacheReadySubstate$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
2899
|
+
/** @internal */
|
|
2900
|
+
export declare const UpdateProjectDataCacheReadySubstate$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheReadySubstate>;
|
|
2901
|
+
/**
|
|
2902
|
+
* @internal
|
|
2903
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2904
|
+
*/
|
|
2905
|
+
export declare namespace UpdateProjectDataCacheReadySubstate$ {
|
|
2906
|
+
/** @deprecated use `UpdateProjectDataCacheReadySubstate$inboundSchema` instead. */
|
|
2907
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2908
|
+
readonly Staged: "STAGED";
|
|
2909
|
+
readonly Promoted: "PROMOTED";
|
|
2910
|
+
}>;
|
|
2911
|
+
/** @deprecated use `UpdateProjectDataCacheReadySubstate$outboundSchema` instead. */
|
|
2912
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2913
|
+
readonly Staged: "STAGED";
|
|
2914
|
+
readonly Promoted: "PROMOTED";
|
|
2915
|
+
}>;
|
|
2916
|
+
}
|
|
2917
|
+
/** @internal */
|
|
2918
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
2919
|
+
/** @internal */
|
|
2920
|
+
export declare const UpdateProjectDataCacheProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponseType>;
|
|
2921
|
+
/**
|
|
2922
|
+
* @internal
|
|
2923
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2924
|
+
*/
|
|
2925
|
+
export declare namespace UpdateProjectDataCacheProjectsResponseType$ {
|
|
2926
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$inboundSchema` instead. */
|
|
2927
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2928
|
+
readonly Lambdas: "LAMBDAS";
|
|
2929
|
+
}>;
|
|
2930
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponseType$outboundSchema` instead. */
|
|
2931
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2932
|
+
readonly Lambdas: "LAMBDAS";
|
|
2933
|
+
}>;
|
|
2934
|
+
}
|
|
2935
|
+
/** @internal */
|
|
2936
|
+
export declare const UpdateProjectDataCacheChecksConclusion$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
2937
|
+
/** @internal */
|
|
2938
|
+
export declare const UpdateProjectDataCacheChecksConclusion$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksConclusion>;
|
|
2939
|
+
/**
|
|
2940
|
+
* @internal
|
|
2941
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2942
|
+
*/
|
|
2943
|
+
export declare namespace UpdateProjectDataCacheChecksConclusion$ {
|
|
2944
|
+
/** @deprecated use `UpdateProjectDataCacheChecksConclusion$inboundSchema` instead. */
|
|
2945
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2946
|
+
readonly Succeeded: "succeeded";
|
|
2947
|
+
readonly Failed: "failed";
|
|
2948
|
+
readonly Skipped: "skipped";
|
|
2949
|
+
readonly Canceled: "canceled";
|
|
2950
|
+
}>;
|
|
2951
|
+
/** @deprecated use `UpdateProjectDataCacheChecksConclusion$outboundSchema` instead. */
|
|
2952
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2953
|
+
readonly Succeeded: "succeeded";
|
|
2954
|
+
readonly Failed: "failed";
|
|
2955
|
+
readonly Skipped: "skipped";
|
|
2956
|
+
readonly Canceled: "canceled";
|
|
2957
|
+
}>;
|
|
2958
|
+
}
|
|
2959
|
+
/** @internal */
|
|
2960
|
+
export declare const UpdateProjectDataCacheChecksState$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
2961
|
+
/** @internal */
|
|
2962
|
+
export declare const UpdateProjectDataCacheChecksState$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheChecksState>;
|
|
2963
|
+
/**
|
|
2964
|
+
* @internal
|
|
2965
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2966
|
+
*/
|
|
2967
|
+
export declare namespace UpdateProjectDataCacheChecksState$ {
|
|
2968
|
+
/** @deprecated use `UpdateProjectDataCacheChecksState$inboundSchema` instead. */
|
|
2969
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2970
|
+
readonly Registered: "registered";
|
|
2971
|
+
readonly Running: "running";
|
|
2972
|
+
readonly Completed: "completed";
|
|
2973
|
+
}>;
|
|
2974
|
+
/** @deprecated use `UpdateProjectDataCacheChecksState$outboundSchema` instead. */
|
|
2975
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2976
|
+
readonly Registered: "registered";
|
|
2977
|
+
readonly Running: "running";
|
|
2978
|
+
readonly Completed: "completed";
|
|
2979
|
+
}>;
|
|
2980
|
+
}
|
|
2981
|
+
/** @internal */
|
|
2982
|
+
export declare const UpdateProjectDataCacheOidcTokenClaims$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2983
|
+
/** @internal */
|
|
2984
|
+
export type UpdateProjectDataCacheOidcTokenClaims$Outbound = string | Array<string>;
|
|
2985
|
+
/** @internal */
|
|
2986
|
+
export declare const UpdateProjectDataCacheOidcTokenClaims$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
|
|
2987
|
+
/**
|
|
2988
|
+
* @internal
|
|
2989
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2990
|
+
*/
|
|
2991
|
+
export declare namespace UpdateProjectDataCacheOidcTokenClaims$ {
|
|
2992
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$inboundSchema` instead. */
|
|
2993
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims, z.ZodTypeDef, unknown>;
|
|
2994
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$outboundSchema` instead. */
|
|
2995
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenClaims$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenClaims>;
|
|
2996
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenClaims$Outbound` instead. */
|
|
2997
|
+
type Outbound = UpdateProjectDataCacheOidcTokenClaims$Outbound;
|
|
2998
|
+
}
|
|
2999
|
+
/** @internal */
|
|
3000
|
+
export declare const Targets$inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
|
|
3001
|
+
/** @internal */
|
|
3002
|
+
export type Targets$Outbound = {
|
|
3003
|
+
alias?: Array<string> | undefined;
|
|
3004
|
+
aliasAssigned?: number | boolean | null | undefined;
|
|
3005
|
+
aliasError?: UpdateProjectDataCacheAliasError$Outbound | null | undefined;
|
|
3006
|
+
aliasFinal?: string | null | undefined;
|
|
3007
|
+
automaticAliases?: Array<string> | undefined;
|
|
3008
|
+
builds?: Array<UpdateProjectDataCacheProjectsBuilds$Outbound> | undefined;
|
|
3009
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
3010
|
+
connectConfigurationId?: string | undefined;
|
|
3011
|
+
createdAt: number;
|
|
3012
|
+
createdIn: string;
|
|
3013
|
+
creator: UpdateProjectDataCacheCreator$Outbound | null;
|
|
3014
|
+
deletedAt?: number | undefined;
|
|
3015
|
+
deploymentHostname: string;
|
|
3016
|
+
name: string;
|
|
3017
|
+
forced?: boolean | undefined;
|
|
3018
|
+
id: string;
|
|
3019
|
+
meta?: {
|
|
3020
|
+
[k: string]: string;
|
|
3021
|
+
} | undefined;
|
|
3022
|
+
monorepoManager?: string | null | undefined;
|
|
3023
|
+
plan: string;
|
|
3024
|
+
private: boolean;
|
|
3025
|
+
readyState: string;
|
|
3026
|
+
readySubstate?: string | undefined;
|
|
3027
|
+
requestedAt?: number | undefined;
|
|
3028
|
+
target?: string | null | undefined;
|
|
3029
|
+
teamId?: string | null | undefined;
|
|
3030
|
+
type: string;
|
|
3031
|
+
url: string;
|
|
3032
|
+
userId: string;
|
|
3033
|
+
withCache?: boolean | undefined;
|
|
3034
|
+
checksConclusion?: string | undefined;
|
|
3035
|
+
checksState?: string | undefined;
|
|
3036
|
+
readyAt?: number | undefined;
|
|
3037
|
+
buildingAt?: number | undefined;
|
|
3038
|
+
previewCommentsEnabled?: boolean | undefined;
|
|
3039
|
+
oidcTokenClaims?: {
|
|
3040
|
+
[k: string]: string | Array<string>;
|
|
3041
|
+
} | undefined;
|
|
3042
|
+
};
|
|
3043
|
+
/** @internal */
|
|
3044
|
+
export declare const Targets$outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
|
|
3045
|
+
/**
|
|
3046
|
+
* @internal
|
|
3047
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3048
|
+
*/
|
|
3049
|
+
export declare namespace Targets$ {
|
|
3050
|
+
/** @deprecated use `Targets$inboundSchema` instead. */
|
|
3051
|
+
const inboundSchema: z.ZodType<Targets, z.ZodTypeDef, unknown>;
|
|
3052
|
+
/** @deprecated use `Targets$outboundSchema` instead. */
|
|
3053
|
+
const outboundSchema: z.ZodType<Targets$Outbound, z.ZodTypeDef, Targets>;
|
|
3054
|
+
/** @deprecated use `Targets$Outbound` instead. */
|
|
3055
|
+
type Outbound = Targets$Outbound;
|
|
3056
|
+
}
|
|
3057
|
+
/** @internal */
|
|
3058
|
+
export declare const Permissions$inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
|
|
3059
|
+
/** @internal */
|
|
3060
|
+
export type Permissions$Outbound = {
|
|
3061
|
+
accessGroup?: Array<string> | undefined;
|
|
3062
|
+
aliasGlobal?: Array<string> | undefined;
|
|
3063
|
+
analyticsSampling?: Array<string> | undefined;
|
|
3064
|
+
analyticsUsage?: Array<string> | undefined;
|
|
3065
|
+
auditLog?: Array<string> | undefined;
|
|
3066
|
+
billingAddress?: Array<string> | undefined;
|
|
3067
|
+
billingInformation?: Array<string> | undefined;
|
|
3068
|
+
billingInvoice?: Array<string> | undefined;
|
|
3069
|
+
billingInvoiceEmailRecipient?: Array<string> | undefined;
|
|
3070
|
+
billingInvoiceLanguage?: Array<string> | undefined;
|
|
3071
|
+
billingPlan?: Array<string> | undefined;
|
|
3072
|
+
billingPurchaseOrder?: Array<string> | undefined;
|
|
3073
|
+
billingTaxId?: Array<string> | undefined;
|
|
3074
|
+
blob?: Array<string> | undefined;
|
|
3075
|
+
budget?: Array<string> | undefined;
|
|
3076
|
+
cacheArtifact?: Array<string> | undefined;
|
|
3077
|
+
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
3078
|
+
codeChecks?: Array<string> | undefined;
|
|
3079
|
+
concurrentBuilds?: Array<string> | undefined;
|
|
3080
|
+
connect?: Array<string> | undefined;
|
|
3081
|
+
connectConfiguration?: Array<string> | undefined;
|
|
3082
|
+
domain?: Array<string> | undefined;
|
|
3083
|
+
domainAcceptDelegation?: Array<string> | undefined;
|
|
3084
|
+
domainAuthCodes?: Array<string> | undefined;
|
|
3085
|
+
domainCertificate?: Array<string> | undefined;
|
|
3086
|
+
domainCheckConfig?: Array<string> | undefined;
|
|
3087
|
+
domainMove?: Array<string> | undefined;
|
|
3088
|
+
domainPurchase?: Array<string> | undefined;
|
|
3089
|
+
domainRecord?: Array<string> | undefined;
|
|
3090
|
+
domainTransferIn?: Array<string> | undefined;
|
|
3091
|
+
event?: Array<string> | undefined;
|
|
3092
|
+
ownEvent?: Array<string> | undefined;
|
|
3093
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
3094
|
+
fileUpload?: Array<string> | undefined;
|
|
3095
|
+
gitRepository?: Array<string> | undefined;
|
|
3096
|
+
ipBlocking?: Array<string> | undefined;
|
|
3097
|
+
integration?: Array<string> | undefined;
|
|
3098
|
+
integrationAccount?: Array<string> | undefined;
|
|
3099
|
+
integrationConfiguration?: Array<string> | undefined;
|
|
3100
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
3101
|
+
integrationConfigurationProjects?: Array<string> | undefined;
|
|
3102
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
3103
|
+
integrationResource?: Array<string> | undefined;
|
|
3104
|
+
integrationEvent?: Array<string> | undefined;
|
|
3105
|
+
integrationResourceSecrets?: Array<string> | undefined;
|
|
3106
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
3107
|
+
marketplaceBillingData?: Array<string> | undefined;
|
|
3108
|
+
marketplaceInvoice?: Array<string> | undefined;
|
|
3109
|
+
jobGlobal?: Array<string> | undefined;
|
|
3110
|
+
logDrain?: Array<string> | undefined;
|
|
3111
|
+
Monitoring?: Array<string> | undefined;
|
|
3112
|
+
monitoringSettings?: Array<string> | undefined;
|
|
3113
|
+
monitoringQuery?: Array<string> | undefined;
|
|
3114
|
+
monitoringChart?: Array<string> | undefined;
|
|
3115
|
+
monitoringAlert?: Array<string> | undefined;
|
|
3116
|
+
notificationDeploymentFailed?: Array<string> | undefined;
|
|
3117
|
+
notificationDomainConfiguration?: Array<string> | undefined;
|
|
3118
|
+
notificationDomainExpire?: Array<string> | undefined;
|
|
3119
|
+
notificationDomainMoved?: Array<string> | undefined;
|
|
3120
|
+
notificationDomainPurchase?: Array<string> | undefined;
|
|
3121
|
+
notificationDomainRenewal?: Array<string> | undefined;
|
|
3122
|
+
notificationDomainTransfer?: Array<string> | undefined;
|
|
3123
|
+
notificationDomainUnverified?: Array<string> | undefined;
|
|
3124
|
+
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
3125
|
+
notificationPaymentFailed?: Array<string> | undefined;
|
|
3126
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
3127
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
3128
|
+
notificationStatementOfReasons?: Array<string> | undefined;
|
|
3129
|
+
oauth2Connection?: Array<string> | undefined;
|
|
3130
|
+
openTelemetryEndpoint?: Array<string> | undefined;
|
|
3131
|
+
paymentMethod?: Array<string> | undefined;
|
|
3132
|
+
permissions?: Array<string> | undefined;
|
|
3133
|
+
postgres?: Array<string> | undefined;
|
|
3134
|
+
previewDeploymentSuffix?: Array<string> | undefined;
|
|
3135
|
+
proTrialOnboarding?: Array<string> | undefined;
|
|
3136
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
3137
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
3138
|
+
space?: Array<string> | undefined;
|
|
3139
|
+
spaceRun?: Array<string> | undefined;
|
|
3140
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
3141
|
+
rateLimit?: Array<string> | undefined;
|
|
3142
|
+
redis?: Array<string> | undefined;
|
|
3143
|
+
repository?: Array<string> | undefined;
|
|
3144
|
+
remoteCaching?: Array<string> | undefined;
|
|
3145
|
+
samlConfig?: Array<string> | undefined;
|
|
3146
|
+
secret?: Array<string> | undefined;
|
|
3147
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
3148
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
3149
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
3150
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
3151
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
3152
|
+
storeTransfer?: Array<string> | undefined;
|
|
3153
|
+
supportCase?: Array<string> | undefined;
|
|
3154
|
+
supportCaseComment?: Array<string> | undefined;
|
|
3155
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
3156
|
+
team?: Array<string> | undefined;
|
|
3157
|
+
teamAccessRequest?: Array<string> | undefined;
|
|
3158
|
+
teamFellowMembership?: Array<string> | undefined;
|
|
3159
|
+
teamGitExclusivity?: Array<string> | undefined;
|
|
3160
|
+
teamInvite?: Array<string> | undefined;
|
|
3161
|
+
teamInviteCode?: Array<string> | undefined;
|
|
3162
|
+
teamJoin?: Array<string> | undefined;
|
|
3163
|
+
teamOwnMembership?: Array<string> | undefined;
|
|
3164
|
+
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
3165
|
+
token?: Array<string> | undefined;
|
|
3166
|
+
usage?: Array<string> | undefined;
|
|
3167
|
+
usageCycle?: Array<string> | undefined;
|
|
3168
|
+
user?: Array<string> | undefined;
|
|
3169
|
+
userConnection?: Array<string> | undefined;
|
|
3170
|
+
vpcPeeringConnection?: Array<string> | undefined;
|
|
3171
|
+
webAnalyticsPlan?: Array<string> | undefined;
|
|
3172
|
+
webAuthn?: Array<string> | undefined;
|
|
3173
|
+
edgeConfig?: Array<string> | undefined;
|
|
3174
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
3175
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
3176
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
3177
|
+
webhook?: Array<string> | undefined;
|
|
3178
|
+
"webhook-event"?: Array<string> | undefined;
|
|
3179
|
+
endpointVerification?: Array<string> | undefined;
|
|
3180
|
+
projectTransferIn?: Array<string> | undefined;
|
|
3181
|
+
oauth2Application?: Array<string> | undefined;
|
|
3182
|
+
aliasProject?: Array<string> | undefined;
|
|
3183
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
3184
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
3185
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
3186
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
3187
|
+
deployment?: Array<string> | undefined;
|
|
3188
|
+
deploymentCheck?: Array<string> | undefined;
|
|
3189
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
3190
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
3191
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
3192
|
+
deploymentPreview?: Array<string> | undefined;
|
|
3193
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
3194
|
+
deploymentPromote?: Array<string> | undefined;
|
|
3195
|
+
deploymentRollback?: Array<string> | undefined;
|
|
3196
|
+
environments?: Array<string> | undefined;
|
|
3197
|
+
logs?: Array<string> | undefined;
|
|
3198
|
+
logsPreset?: Array<string> | undefined;
|
|
3199
|
+
passwordProtection?: Array<string> | undefined;
|
|
3200
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
3201
|
+
job?: Array<string> | undefined;
|
|
3202
|
+
project?: Array<string> | undefined;
|
|
3203
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
3204
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
3205
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
3206
|
+
projectDomain?: Array<string> | undefined;
|
|
3207
|
+
projectDomainMove?: Array<string> | undefined;
|
|
3208
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
3209
|
+
projectEnvVars?: Array<string> | undefined;
|
|
3210
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
3211
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
3212
|
+
projectFlags?: Array<string> | undefined;
|
|
3213
|
+
projectId?: Array<string> | undefined;
|
|
3214
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
3215
|
+
projectLink?: Array<string> | undefined;
|
|
3216
|
+
projectMember?: Array<string> | undefined;
|
|
3217
|
+
projectMonitoring?: Array<string> | undefined;
|
|
3218
|
+
projectPermissions?: Array<string> | undefined;
|
|
3219
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
3220
|
+
projectTransfer?: Array<string> | undefined;
|
|
3221
|
+
projectTransferOut?: Array<string> | undefined;
|
|
3222
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
3223
|
+
projectUsage?: Array<string> | undefined;
|
|
3224
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
3225
|
+
projectSupportCase?: Array<string> | undefined;
|
|
3226
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
3227
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
3228
|
+
projectTier?: Array<string> | undefined;
|
|
3229
|
+
seawallConfig?: Array<string> | undefined;
|
|
3230
|
+
skewProtection?: Array<string> | undefined;
|
|
3231
|
+
analytics?: Array<string> | undefined;
|
|
3232
|
+
trustedIps?: Array<string> | undefined;
|
|
3233
|
+
webAnalytics?: Array<string> | undefined;
|
|
3234
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
3235
|
+
sonar?: Array<string> | undefined;
|
|
3236
|
+
};
|
|
3237
|
+
/** @internal */
|
|
3238
|
+
export declare const Permissions$outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
|
|
3239
|
+
/**
|
|
3240
|
+
* @internal
|
|
3241
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3242
|
+
*/
|
|
3243
|
+
export declare namespace Permissions$ {
|
|
3244
|
+
/** @deprecated use `Permissions$inboundSchema` instead. */
|
|
3245
|
+
const inboundSchema: z.ZodType<Permissions, z.ZodTypeDef, unknown>;
|
|
3246
|
+
/** @deprecated use `Permissions$outboundSchema` instead. */
|
|
3247
|
+
const outboundSchema: z.ZodType<Permissions$Outbound, z.ZodTypeDef, Permissions>;
|
|
3248
|
+
/** @deprecated use `Permissions$Outbound` instead. */
|
|
3249
|
+
type Outbound = Permissions$Outbound;
|
|
3250
|
+
}
|
|
3251
|
+
/** @internal */
|
|
3252
|
+
export declare const LastRollbackTarget$inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
|
|
3253
|
+
/** @internal */
|
|
3254
|
+
export type LastRollbackTarget$Outbound = {};
|
|
3255
|
+
/** @internal */
|
|
3256
|
+
export declare const LastRollbackTarget$outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
|
|
3257
|
+
/**
|
|
3258
|
+
* @internal
|
|
3259
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3260
|
+
*/
|
|
3261
|
+
export declare namespace LastRollbackTarget$ {
|
|
3262
|
+
/** @deprecated use `LastRollbackTarget$inboundSchema` instead. */
|
|
3263
|
+
const inboundSchema: z.ZodType<LastRollbackTarget, z.ZodTypeDef, unknown>;
|
|
3264
|
+
/** @deprecated use `LastRollbackTarget$outboundSchema` instead. */
|
|
3265
|
+
const outboundSchema: z.ZodType<LastRollbackTarget$Outbound, z.ZodTypeDef, LastRollbackTarget>;
|
|
3266
|
+
/** @deprecated use `LastRollbackTarget$Outbound` instead. */
|
|
3267
|
+
type Outbound = LastRollbackTarget$Outbound;
|
|
3268
|
+
}
|
|
3269
|
+
/** @internal */
|
|
3270
|
+
export declare const JobStatus$inboundSchema: z.ZodNativeEnum<typeof JobStatus>;
|
|
3271
|
+
/** @internal */
|
|
3272
|
+
export declare const JobStatus$outboundSchema: z.ZodNativeEnum<typeof JobStatus>;
|
|
3273
|
+
/**
|
|
3274
|
+
* @internal
|
|
3275
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3276
|
+
*/
|
|
3277
|
+
export declare namespace JobStatus$ {
|
|
3278
|
+
/** @deprecated use `JobStatus$inboundSchema` instead. */
|
|
3279
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3280
|
+
readonly Succeeded: "succeeded";
|
|
3281
|
+
readonly Failed: "failed";
|
|
3282
|
+
readonly Skipped: "skipped";
|
|
3283
|
+
readonly Pending: "pending";
|
|
3284
|
+
readonly InProgress: "in-progress";
|
|
3285
|
+
}>;
|
|
3286
|
+
/** @deprecated use `JobStatus$outboundSchema` instead. */
|
|
3287
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3288
|
+
readonly Succeeded: "succeeded";
|
|
3289
|
+
readonly Failed: "failed";
|
|
3290
|
+
readonly Skipped: "skipped";
|
|
3291
|
+
readonly Pending: "pending";
|
|
3292
|
+
readonly InProgress: "in-progress";
|
|
3293
|
+
}>;
|
|
3294
|
+
}
|
|
3295
|
+
/** @internal */
|
|
3296
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
3297
|
+
/** @internal */
|
|
3298
|
+
export declare const UpdateProjectDataCacheProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200Type>;
|
|
3299
|
+
/**
|
|
3300
|
+
* @internal
|
|
3301
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3302
|
+
*/
|
|
3303
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200Type$ {
|
|
3304
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$inboundSchema` instead. */
|
|
3305
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3306
|
+
readonly Promote: "promote";
|
|
3307
|
+
readonly Rollback: "rollback";
|
|
3308
|
+
}>;
|
|
3309
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200Type$outboundSchema` instead. */
|
|
3310
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3311
|
+
readonly Promote: "promote";
|
|
3312
|
+
readonly Rollback: "rollback";
|
|
3313
|
+
}>;
|
|
3314
|
+
}
|
|
3315
|
+
/** @internal */
|
|
3316
|
+
export declare const LastAliasRequest$inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
|
|
3317
|
+
/** @internal */
|
|
3318
|
+
export type LastAliasRequest$Outbound = {
|
|
3319
|
+
fromDeploymentId: string;
|
|
3320
|
+
toDeploymentId: string;
|
|
3321
|
+
jobStatus: string;
|
|
3322
|
+
requestedAt: number;
|
|
3323
|
+
type: string;
|
|
3324
|
+
};
|
|
3325
|
+
/** @internal */
|
|
3326
|
+
export declare const LastAliasRequest$outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
|
|
3327
|
+
/**
|
|
3328
|
+
* @internal
|
|
3329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3330
|
+
*/
|
|
3331
|
+
export declare namespace LastAliasRequest$ {
|
|
3332
|
+
/** @deprecated use `LastAliasRequest$inboundSchema` instead. */
|
|
3333
|
+
const inboundSchema: z.ZodType<LastAliasRequest, z.ZodTypeDef, unknown>;
|
|
3334
|
+
/** @deprecated use `LastAliasRequest$outboundSchema` instead. */
|
|
3335
|
+
const outboundSchema: z.ZodType<LastAliasRequest$Outbound, z.ZodTypeDef, LastAliasRequest>;
|
|
3336
|
+
/** @deprecated use `LastAliasRequest$Outbound` instead. */
|
|
3337
|
+
type Outbound = LastAliasRequest$Outbound;
|
|
3338
|
+
}
|
|
3339
|
+
/** @internal */
|
|
3340
|
+
export declare const Scope$inboundSchema: z.ZodNativeEnum<typeof Scope>;
|
|
3341
|
+
/** @internal */
|
|
3342
|
+
export declare const Scope$outboundSchema: z.ZodNativeEnum<typeof Scope>;
|
|
3343
|
+
/**
|
|
3344
|
+
* @internal
|
|
3345
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3346
|
+
*/
|
|
3347
|
+
export declare namespace Scope$ {
|
|
3348
|
+
/** @deprecated use `Scope$inboundSchema` instead. */
|
|
3349
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3350
|
+
readonly AutomationBypass: "automation-bypass";
|
|
3351
|
+
}>;
|
|
3352
|
+
/** @deprecated use `Scope$outboundSchema` instead. */
|
|
3353
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3354
|
+
readonly AutomationBypass: "automation-bypass";
|
|
3355
|
+
}>;
|
|
3356
|
+
}
|
|
3357
|
+
/** @internal */
|
|
3358
|
+
export declare const ProtectionBypass$inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
|
|
3359
|
+
/** @internal */
|
|
3360
|
+
export type ProtectionBypass$Outbound = {
|
|
3361
|
+
createdAt: number;
|
|
3362
|
+
createdBy: string;
|
|
3363
|
+
scope: string;
|
|
3364
|
+
};
|
|
3365
|
+
/** @internal */
|
|
3366
|
+
export declare const ProtectionBypass$outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
|
|
3367
|
+
/**
|
|
3368
|
+
* @internal
|
|
3369
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3370
|
+
*/
|
|
3371
|
+
export declare namespace ProtectionBypass$ {
|
|
3372
|
+
/** @deprecated use `ProtectionBypass$inboundSchema` instead. */
|
|
3373
|
+
const inboundSchema: z.ZodType<ProtectionBypass, z.ZodTypeDef, unknown>;
|
|
3374
|
+
/** @deprecated use `ProtectionBypass$outboundSchema` instead. */
|
|
3375
|
+
const outboundSchema: z.ZodType<ProtectionBypass$Outbound, z.ZodTypeDef, ProtectionBypass>;
|
|
3376
|
+
/** @deprecated use `ProtectionBypass$Outbound` instead. */
|
|
3377
|
+
type Outbound = ProtectionBypass$Outbound;
|
|
3378
|
+
}
|
|
3379
|
+
/** @internal */
|
|
3380
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
3381
|
+
/** @internal */
|
|
3382
|
+
export declare const UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsDeploymentType>;
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3386
|
+
*/
|
|
3387
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsDeploymentType$ {
|
|
3388
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$inboundSchema` instead. */
|
|
3389
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3390
|
+
readonly All: "all";
|
|
3391
|
+
readonly Preview: "preview";
|
|
3392
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3393
|
+
readonly Production: "production";
|
|
3394
|
+
}>;
|
|
3395
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
3396
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3397
|
+
readonly All: "all";
|
|
3398
|
+
readonly Preview: "preview";
|
|
3399
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3400
|
+
readonly Production: "production";
|
|
3401
|
+
}>;
|
|
3402
|
+
}
|
|
3403
|
+
/** @internal */
|
|
3404
|
+
export declare const TrustedIps2$inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
|
|
3405
|
+
/** @internal */
|
|
3406
|
+
export type TrustedIps2$Outbound = {
|
|
3407
|
+
deploymentType: string;
|
|
3408
|
+
};
|
|
3409
|
+
/** @internal */
|
|
3410
|
+
export declare const TrustedIps2$outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3414
|
+
*/
|
|
3415
|
+
export declare namespace TrustedIps2$ {
|
|
3416
|
+
/** @deprecated use `TrustedIps2$inboundSchema` instead. */
|
|
3417
|
+
const inboundSchema: z.ZodType<TrustedIps2, z.ZodTypeDef, unknown>;
|
|
3418
|
+
/** @deprecated use `TrustedIps2$outboundSchema` instead. */
|
|
3419
|
+
const outboundSchema: z.ZodType<TrustedIps2$Outbound, z.ZodTypeDef, TrustedIps2>;
|
|
3420
|
+
/** @deprecated use `TrustedIps2$Outbound` instead. */
|
|
3421
|
+
type Outbound = TrustedIps2$Outbound;
|
|
3422
|
+
}
|
|
3423
|
+
/** @internal */
|
|
3424
|
+
export declare const TrustedIpsDeploymentType$inboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
|
|
3425
|
+
/** @internal */
|
|
3426
|
+
export declare const TrustedIpsDeploymentType$outboundSchema: z.ZodNativeEnum<typeof TrustedIpsDeploymentType>;
|
|
3427
|
+
/**
|
|
3428
|
+
* @internal
|
|
3429
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3430
|
+
*/
|
|
3431
|
+
export declare namespace TrustedIpsDeploymentType$ {
|
|
3432
|
+
/** @deprecated use `TrustedIpsDeploymentType$inboundSchema` instead. */
|
|
3433
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3434
|
+
readonly All: "all";
|
|
3435
|
+
readonly Preview: "preview";
|
|
3436
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3437
|
+
readonly Production: "production";
|
|
3438
|
+
}>;
|
|
3439
|
+
/** @deprecated use `TrustedIpsDeploymentType$outboundSchema` instead. */
|
|
3440
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3441
|
+
readonly All: "all";
|
|
3442
|
+
readonly Preview: "preview";
|
|
3443
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
3444
|
+
readonly Production: "production";
|
|
3445
|
+
}>;
|
|
3446
|
+
}
|
|
3447
|
+
/** @internal */
|
|
3448
|
+
export declare const UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
|
|
3449
|
+
/** @internal */
|
|
3450
|
+
export type UpdateProjectDataCacheTrustedIpsAddresses$Outbound = {
|
|
3451
|
+
value: string;
|
|
3452
|
+
note?: string | undefined;
|
|
3453
|
+
};
|
|
3454
|
+
/** @internal */
|
|
3455
|
+
export declare const UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
3456
|
+
/**
|
|
3457
|
+
* @internal
|
|
3458
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3459
|
+
*/
|
|
3460
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsAddresses$ {
|
|
3461
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$inboundSchema` instead. */
|
|
3462
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses, z.ZodTypeDef, unknown>;
|
|
3463
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$outboundSchema` instead. */
|
|
3464
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIpsAddresses$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIpsAddresses>;
|
|
3465
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsAddresses$Outbound` instead. */
|
|
3466
|
+
type Outbound = UpdateProjectDataCacheTrustedIpsAddresses$Outbound;
|
|
3467
|
+
}
|
|
3468
|
+
/** @internal */
|
|
3469
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
3470
|
+
/** @internal */
|
|
3471
|
+
export declare const UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheTrustedIpsProtectionMode>;
|
|
3472
|
+
/**
|
|
3473
|
+
* @internal
|
|
3474
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3475
|
+
*/
|
|
3476
|
+
export declare namespace UpdateProjectDataCacheTrustedIpsProtectionMode$ {
|
|
3477
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$inboundSchema` instead. */
|
|
3478
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3479
|
+
readonly Additional: "additional";
|
|
3480
|
+
readonly Exclusive: "exclusive";
|
|
3481
|
+
}>;
|
|
3482
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIpsProtectionMode$outboundSchema` instead. */
|
|
3483
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3484
|
+
readonly Additional: "additional";
|
|
3485
|
+
readonly Exclusive: "exclusive";
|
|
3486
|
+
}>;
|
|
3487
|
+
}
|
|
3488
|
+
/** @internal */
|
|
3489
|
+
export declare const TrustedIps1$inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
|
|
3490
|
+
/** @internal */
|
|
3491
|
+
export type TrustedIps1$Outbound = {
|
|
3492
|
+
deploymentType: string;
|
|
3493
|
+
addresses: Array<UpdateProjectDataCacheTrustedIpsAddresses$Outbound>;
|
|
3494
|
+
protectionMode: string;
|
|
3495
|
+
};
|
|
3496
|
+
/** @internal */
|
|
3497
|
+
export declare const TrustedIps1$outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
|
|
3498
|
+
/**
|
|
3499
|
+
* @internal
|
|
3500
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3501
|
+
*/
|
|
3502
|
+
export declare namespace TrustedIps1$ {
|
|
3503
|
+
/** @deprecated use `TrustedIps1$inboundSchema` instead. */
|
|
3504
|
+
const inboundSchema: z.ZodType<TrustedIps1, z.ZodTypeDef, unknown>;
|
|
3505
|
+
/** @deprecated use `TrustedIps1$outboundSchema` instead. */
|
|
3506
|
+
const outboundSchema: z.ZodType<TrustedIps1$Outbound, z.ZodTypeDef, TrustedIps1>;
|
|
3507
|
+
/** @deprecated use `TrustedIps1$Outbound` instead. */
|
|
3508
|
+
type Outbound = TrustedIps1$Outbound;
|
|
3509
|
+
}
|
|
3510
|
+
/** @internal */
|
|
3511
|
+
export declare const UpdateProjectDataCacheTrustedIps$inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
|
|
3512
|
+
/** @internal */
|
|
3513
|
+
export type UpdateProjectDataCacheTrustedIps$Outbound = TrustedIps2$Outbound | TrustedIps1$Outbound;
|
|
3514
|
+
/** @internal */
|
|
3515
|
+
export declare const UpdateProjectDataCacheTrustedIps$outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
|
|
3516
|
+
/**
|
|
3517
|
+
* @internal
|
|
3518
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3519
|
+
*/
|
|
3520
|
+
export declare namespace UpdateProjectDataCacheTrustedIps$ {
|
|
3521
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$inboundSchema` instead. */
|
|
3522
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps, z.ZodTypeDef, unknown>;
|
|
3523
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$outboundSchema` instead. */
|
|
3524
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheTrustedIps$Outbound, z.ZodTypeDef, UpdateProjectDataCacheTrustedIps>;
|
|
3525
|
+
/** @deprecated use `UpdateProjectDataCacheTrustedIps$Outbound` instead. */
|
|
3526
|
+
type Outbound = UpdateProjectDataCacheTrustedIps$Outbound;
|
|
3527
|
+
}
|
|
3528
|
+
/** @internal */
|
|
3529
|
+
export declare const GitComments$inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
|
|
3530
|
+
/** @internal */
|
|
3531
|
+
export type GitComments$Outbound = {
|
|
3532
|
+
onPullRequest: boolean;
|
|
3533
|
+
onCommit: boolean;
|
|
3534
|
+
};
|
|
3535
|
+
/** @internal */
|
|
3536
|
+
export declare const GitComments$outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
|
|
3537
|
+
/**
|
|
3538
|
+
* @internal
|
|
3539
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3540
|
+
*/
|
|
3541
|
+
export declare namespace GitComments$ {
|
|
3542
|
+
/** @deprecated use `GitComments$inboundSchema` instead. */
|
|
3543
|
+
const inboundSchema: z.ZodType<GitComments, z.ZodTypeDef, unknown>;
|
|
3544
|
+
/** @deprecated use `GitComments$outboundSchema` instead. */
|
|
3545
|
+
const outboundSchema: z.ZodType<GitComments$Outbound, z.ZodTypeDef, GitComments>;
|
|
3546
|
+
/** @deprecated use `GitComments$Outbound` instead. */
|
|
3547
|
+
type Outbound = GitComments$Outbound;
|
|
3548
|
+
}
|
|
3549
|
+
/** @internal */
|
|
3550
|
+
export declare const WebAnalytics$inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
3551
|
+
/** @internal */
|
|
3552
|
+
export type WebAnalytics$Outbound = {
|
|
3553
|
+
id: string;
|
|
3554
|
+
disabledAt?: number | undefined;
|
|
3555
|
+
canceledAt?: number | undefined;
|
|
3556
|
+
enabledAt?: number | undefined;
|
|
3557
|
+
hasData?: boolean | undefined;
|
|
3558
|
+
};
|
|
3559
|
+
/** @internal */
|
|
3560
|
+
export declare const WebAnalytics$outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
3561
|
+
/**
|
|
3562
|
+
* @internal
|
|
3563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3564
|
+
*/
|
|
3565
|
+
export declare namespace WebAnalytics$ {
|
|
3566
|
+
/** @deprecated use `WebAnalytics$inboundSchema` instead. */
|
|
3567
|
+
const inboundSchema: z.ZodType<WebAnalytics, z.ZodTypeDef, unknown>;
|
|
3568
|
+
/** @deprecated use `WebAnalytics$outboundSchema` instead. */
|
|
3569
|
+
const outboundSchema: z.ZodType<WebAnalytics$Outbound, z.ZodTypeDef, WebAnalytics>;
|
|
3570
|
+
/** @deprecated use `WebAnalytics$Outbound` instead. */
|
|
3571
|
+
type Outbound = WebAnalytics$Outbound;
|
|
3572
|
+
}
|
|
3573
|
+
/** @internal */
|
|
3574
|
+
export declare const Src2$inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
|
|
3575
|
+
/** @internal */
|
|
3576
|
+
export type Src2$Outbound = {
|
|
3577
|
+
re?: string | undefined;
|
|
3578
|
+
eq?: string | undefined;
|
|
3579
|
+
neq?: string | undefined;
|
|
3580
|
+
inc?: Array<string> | undefined;
|
|
3581
|
+
ninc?: Array<string> | undefined;
|
|
3582
|
+
pre?: string | undefined;
|
|
3583
|
+
suf?: string | undefined;
|
|
3584
|
+
gt?: number | undefined;
|
|
3585
|
+
gte?: number | undefined;
|
|
3586
|
+
lt?: number | undefined;
|
|
3587
|
+
lte?: number | undefined;
|
|
3588
|
+
};
|
|
3589
|
+
/** @internal */
|
|
3590
|
+
export declare const Src2$outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
|
|
3591
|
+
/**
|
|
3592
|
+
* @internal
|
|
3593
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3594
|
+
*/
|
|
3595
|
+
export declare namespace Src2$ {
|
|
3596
|
+
/** @deprecated use `Src2$inboundSchema` instead. */
|
|
3597
|
+
const inboundSchema: z.ZodType<Src2, z.ZodTypeDef, unknown>;
|
|
3598
|
+
/** @deprecated use `Src2$outboundSchema` instead. */
|
|
3599
|
+
const outboundSchema: z.ZodType<Src2$Outbound, z.ZodTypeDef, Src2>;
|
|
3600
|
+
/** @deprecated use `Src2$Outbound` instead. */
|
|
3601
|
+
type Outbound = Src2$Outbound;
|
|
3602
|
+
}
|
|
3603
|
+
/** @internal */
|
|
3604
|
+
export declare const Src$inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
|
|
3605
|
+
/** @internal */
|
|
3606
|
+
export type Src$Outbound = Src2$Outbound | string;
|
|
3607
|
+
/** @internal */
|
|
3608
|
+
export declare const Src$outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
|
|
3609
|
+
/**
|
|
3610
|
+
* @internal
|
|
3611
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3612
|
+
*/
|
|
3613
|
+
export declare namespace Src$ {
|
|
3614
|
+
/** @deprecated use `Src$inboundSchema` instead. */
|
|
3615
|
+
const inboundSchema: z.ZodType<Src, z.ZodTypeDef, unknown>;
|
|
3616
|
+
/** @deprecated use `Src$outboundSchema` instead. */
|
|
3617
|
+
const outboundSchema: z.ZodType<Src$Outbound, z.ZodTypeDef, Src>;
|
|
3618
|
+
/** @deprecated use `Src$Outbound` instead. */
|
|
3619
|
+
type Outbound = Src$Outbound;
|
|
3620
|
+
}
|
|
3621
|
+
/** @internal */
|
|
3622
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3623
|
+
/** @internal */
|
|
3624
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
3625
|
+
/**
|
|
3626
|
+
* @internal
|
|
3627
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3628
|
+
*/
|
|
3629
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$ {
|
|
3630
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
3631
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3632
|
+
readonly Host: "host";
|
|
3633
|
+
readonly Method: "method";
|
|
3634
|
+
readonly Path: "path";
|
|
3635
|
+
readonly Header: "header";
|
|
3636
|
+
readonly Cookie: "cookie";
|
|
3637
|
+
readonly Query: "query";
|
|
3638
|
+
readonly IpAddress: "ip_address";
|
|
3639
|
+
readonly Protocol: "protocol";
|
|
3640
|
+
readonly Scheme: "scheme";
|
|
3641
|
+
readonly Environment: "environment";
|
|
3642
|
+
readonly Region: "region";
|
|
3643
|
+
}>;
|
|
3644
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
3645
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3646
|
+
readonly Host: "host";
|
|
3647
|
+
readonly Method: "method";
|
|
3648
|
+
readonly Path: "path";
|
|
3649
|
+
readonly Header: "header";
|
|
3650
|
+
readonly Cookie: "cookie";
|
|
3651
|
+
readonly Query: "query";
|
|
3652
|
+
readonly IpAddress: "ip_address";
|
|
3653
|
+
readonly Protocol: "protocol";
|
|
3654
|
+
readonly Scheme: "scheme";
|
|
3655
|
+
readonly Environment: "environment";
|
|
3656
|
+
readonly Region: "region";
|
|
3657
|
+
}>;
|
|
3658
|
+
}
|
|
3659
|
+
/** @internal */
|
|
3660
|
+
export declare const UpdateProjectDataCacheValueProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
|
|
3661
|
+
/** @internal */
|
|
3662
|
+
export type UpdateProjectDataCacheValueProjects2$Outbound = {
|
|
3663
|
+
re?: string | undefined;
|
|
3664
|
+
eq?: string | undefined;
|
|
3665
|
+
neq?: string | undefined;
|
|
3666
|
+
inc?: Array<string> | undefined;
|
|
3667
|
+
ninc?: Array<string> | undefined;
|
|
3668
|
+
pre?: string | undefined;
|
|
3669
|
+
suf?: string | undefined;
|
|
3670
|
+
gt?: number | undefined;
|
|
3671
|
+
gte?: number | undefined;
|
|
3672
|
+
lt?: number | undefined;
|
|
3673
|
+
lte?: number | undefined;
|
|
3674
|
+
};
|
|
3675
|
+
/** @internal */
|
|
3676
|
+
export declare const UpdateProjectDataCacheValueProjects2$outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
|
|
3677
|
+
/**
|
|
3678
|
+
* @internal
|
|
3679
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3680
|
+
*/
|
|
3681
|
+
export declare namespace UpdateProjectDataCacheValueProjects2$ {
|
|
3682
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$inboundSchema` instead. */
|
|
3683
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2, z.ZodTypeDef, unknown>;
|
|
3684
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$outboundSchema` instead. */
|
|
3685
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValueProjects2>;
|
|
3686
|
+
/** @deprecated use `UpdateProjectDataCacheValueProjects2$Outbound` instead. */
|
|
3687
|
+
type Outbound = UpdateProjectDataCacheValueProjects2$Outbound;
|
|
3688
|
+
}
|
|
3689
|
+
/** @internal */
|
|
3690
|
+
export declare const UpdateProjectDataCacheProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
|
|
3691
|
+
/** @internal */
|
|
3692
|
+
export type UpdateProjectDataCacheProjectsValue$Outbound = UpdateProjectDataCacheValueProjects2$Outbound | string;
|
|
3693
|
+
/** @internal */
|
|
3694
|
+
export declare const UpdateProjectDataCacheProjectsValue$outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
|
|
3695
|
+
/**
|
|
3696
|
+
* @internal
|
|
3697
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3698
|
+
*/
|
|
3699
|
+
export declare namespace UpdateProjectDataCacheProjectsValue$ {
|
|
3700
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$inboundSchema` instead. */
|
|
3701
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue, z.ZodTypeDef, unknown>;
|
|
3702
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$outboundSchema` instead. */
|
|
3703
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheProjectsValue>;
|
|
3704
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsValue$Outbound` instead. */
|
|
3705
|
+
type Outbound = UpdateProjectDataCacheProjectsValue$Outbound;
|
|
3706
|
+
}
|
|
3707
|
+
/** @internal */
|
|
3708
|
+
export declare const Has$inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
3709
|
+
/** @internal */
|
|
3710
|
+
export type Has$Outbound = {
|
|
3711
|
+
type: string;
|
|
3712
|
+
key?: string | undefined;
|
|
3713
|
+
value?: UpdateProjectDataCacheValueProjects2$Outbound | string | undefined;
|
|
3714
|
+
};
|
|
3715
|
+
/** @internal */
|
|
3716
|
+
export declare const Has$outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
3717
|
+
/**
|
|
3718
|
+
* @internal
|
|
3719
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3720
|
+
*/
|
|
3721
|
+
export declare namespace Has$ {
|
|
3722
|
+
/** @deprecated use `Has$inboundSchema` instead. */
|
|
3723
|
+
const inboundSchema: z.ZodType<Has, z.ZodTypeDef, unknown>;
|
|
3724
|
+
/** @deprecated use `Has$outboundSchema` instead. */
|
|
3725
|
+
const outboundSchema: z.ZodType<Has$Outbound, z.ZodTypeDef, Has>;
|
|
3726
|
+
/** @deprecated use `Has$Outbound` instead. */
|
|
3727
|
+
type Outbound = Has$Outbound;
|
|
3728
|
+
}
|
|
3729
|
+
/** @internal */
|
|
3730
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
3731
|
+
/** @internal */
|
|
3732
|
+
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType>;
|
|
3733
|
+
/**
|
|
3734
|
+
* @internal
|
|
3735
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3736
|
+
*/
|
|
3737
|
+
export declare namespace UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
|
|
3738
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
|
|
3739
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3740
|
+
readonly Host: "host";
|
|
3741
|
+
readonly Method: "method";
|
|
3742
|
+
readonly Path: "path";
|
|
3743
|
+
readonly Header: "header";
|
|
3744
|
+
readonly Cookie: "cookie";
|
|
3745
|
+
readonly Query: "query";
|
|
3746
|
+
readonly IpAddress: "ip_address";
|
|
3747
|
+
readonly Protocol: "protocol";
|
|
3748
|
+
readonly Scheme: "scheme";
|
|
3749
|
+
readonly Environment: "environment";
|
|
3750
|
+
readonly Region: "region";
|
|
3751
|
+
}>;
|
|
3752
|
+
/** @deprecated use `UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
|
|
3753
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3754
|
+
readonly Host: "host";
|
|
3755
|
+
readonly Method: "method";
|
|
3756
|
+
readonly Path: "path";
|
|
3757
|
+
readonly Header: "header";
|
|
3758
|
+
readonly Cookie: "cookie";
|
|
3759
|
+
readonly Query: "query";
|
|
3760
|
+
readonly IpAddress: "ip_address";
|
|
3761
|
+
readonly Protocol: "protocol";
|
|
3762
|
+
readonly Scheme: "scheme";
|
|
3763
|
+
readonly Environment: "environment";
|
|
3764
|
+
readonly Region: "region";
|
|
3765
|
+
}>;
|
|
3766
|
+
}
|
|
3767
|
+
/** @internal */
|
|
3768
|
+
export declare const UpdateProjectDataCacheValue2$inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
|
|
3769
|
+
/** @internal */
|
|
3770
|
+
export type UpdateProjectDataCacheValue2$Outbound = {
|
|
3771
|
+
re?: string | undefined;
|
|
3772
|
+
eq?: string | undefined;
|
|
3773
|
+
neq?: string | undefined;
|
|
3774
|
+
inc?: Array<string> | undefined;
|
|
3775
|
+
ninc?: Array<string> | undefined;
|
|
3776
|
+
pre?: string | undefined;
|
|
3777
|
+
suf?: string | undefined;
|
|
3778
|
+
gt?: number | undefined;
|
|
3779
|
+
gte?: number | undefined;
|
|
3780
|
+
lt?: number | undefined;
|
|
3781
|
+
lte?: number | undefined;
|
|
3782
|
+
};
|
|
3783
|
+
/** @internal */
|
|
3784
|
+
export declare const UpdateProjectDataCacheValue2$outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
|
|
3785
|
+
/**
|
|
3786
|
+
* @internal
|
|
3787
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3788
|
+
*/
|
|
3789
|
+
export declare namespace UpdateProjectDataCacheValue2$ {
|
|
3790
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$inboundSchema` instead. */
|
|
3791
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValue2, z.ZodTypeDef, unknown>;
|
|
3792
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$outboundSchema` instead. */
|
|
3793
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValue2$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue2>;
|
|
3794
|
+
/** @deprecated use `UpdateProjectDataCacheValue2$Outbound` instead. */
|
|
3795
|
+
type Outbound = UpdateProjectDataCacheValue2$Outbound;
|
|
3796
|
+
}
|
|
3797
|
+
/** @internal */
|
|
3798
|
+
export declare const UpdateProjectDataCacheValue$inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
|
|
3799
|
+
/** @internal */
|
|
3800
|
+
export type UpdateProjectDataCacheValue$Outbound = UpdateProjectDataCacheValue2$Outbound | string;
|
|
3801
|
+
/** @internal */
|
|
3802
|
+
export declare const UpdateProjectDataCacheValue$outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
|
|
3803
|
+
/**
|
|
3804
|
+
* @internal
|
|
3805
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3806
|
+
*/
|
|
3807
|
+
export declare namespace UpdateProjectDataCacheValue$ {
|
|
3808
|
+
/** @deprecated use `UpdateProjectDataCacheValue$inboundSchema` instead. */
|
|
3809
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheValue, z.ZodTypeDef, unknown>;
|
|
3810
|
+
/** @deprecated use `UpdateProjectDataCacheValue$outboundSchema` instead. */
|
|
3811
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheValue$Outbound, z.ZodTypeDef, UpdateProjectDataCacheValue>;
|
|
3812
|
+
/** @deprecated use `UpdateProjectDataCacheValue$Outbound` instead. */
|
|
3813
|
+
type Outbound = UpdateProjectDataCacheValue$Outbound;
|
|
3814
|
+
}
|
|
3815
|
+
/** @internal */
|
|
3816
|
+
export declare const Missing$inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
|
|
3817
|
+
/** @internal */
|
|
3818
|
+
export type Missing$Outbound = {
|
|
3819
|
+
type: string;
|
|
3820
|
+
key?: string | undefined;
|
|
3821
|
+
value?: UpdateProjectDataCacheValue2$Outbound | string | undefined;
|
|
3822
|
+
};
|
|
3823
|
+
/** @internal */
|
|
3824
|
+
export declare const Missing$outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
|
|
3825
|
+
/**
|
|
3826
|
+
* @internal
|
|
3827
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3828
|
+
*/
|
|
3829
|
+
export declare namespace Missing$ {
|
|
3830
|
+
/** @deprecated use `Missing$inboundSchema` instead. */
|
|
3831
|
+
const inboundSchema: z.ZodType<Missing, z.ZodTypeDef, unknown>;
|
|
3832
|
+
/** @deprecated use `Missing$outboundSchema` instead. */
|
|
3833
|
+
const outboundSchema: z.ZodType<Missing$Outbound, z.ZodTypeDef, Missing>;
|
|
3834
|
+
/** @deprecated use `Missing$Outbound` instead. */
|
|
3835
|
+
type Outbound = Missing$Outbound;
|
|
3836
|
+
}
|
|
3837
|
+
/** @internal */
|
|
3838
|
+
export declare const Handle$inboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
3839
|
+
/** @internal */
|
|
3840
|
+
export declare const Handle$outboundSchema: z.ZodNativeEnum<typeof Handle>;
|
|
3841
|
+
/**
|
|
3842
|
+
* @internal
|
|
3843
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3844
|
+
*/
|
|
3845
|
+
export declare namespace Handle$ {
|
|
3846
|
+
/** @deprecated use `Handle$inboundSchema` instead. */
|
|
3847
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3848
|
+
readonly Init: "init";
|
|
3849
|
+
readonly Finalize: "finalize";
|
|
3850
|
+
}>;
|
|
3851
|
+
/** @deprecated use `Handle$outboundSchema` instead. */
|
|
3852
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3853
|
+
readonly Init: "init";
|
|
3854
|
+
readonly Finalize: "finalize";
|
|
3855
|
+
}>;
|
|
3856
|
+
}
|
|
3857
|
+
/** @internal */
|
|
3858
|
+
export declare const Action$inboundSchema: z.ZodNativeEnum<typeof Action>;
|
|
3859
|
+
/** @internal */
|
|
3860
|
+
export declare const Action$outboundSchema: z.ZodNativeEnum<typeof Action>;
|
|
3861
|
+
/**
|
|
3862
|
+
* @internal
|
|
3863
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3864
|
+
*/
|
|
3865
|
+
export declare namespace Action$ {
|
|
3866
|
+
/** @deprecated use `Action$inboundSchema` instead. */
|
|
3867
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3868
|
+
readonly Deny: "deny";
|
|
3869
|
+
readonly Challenge: "challenge";
|
|
3870
|
+
readonly Log: "log";
|
|
3871
|
+
readonly Bypass: "bypass";
|
|
3872
|
+
readonly RateLimit: "rate_limit";
|
|
3873
|
+
readonly Redirect: "redirect";
|
|
3874
|
+
}>;
|
|
3875
|
+
/** @deprecated use `Action$outboundSchema` instead. */
|
|
3876
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3877
|
+
readonly Deny: "deny";
|
|
3878
|
+
readonly Challenge: "challenge";
|
|
3879
|
+
readonly Log: "log";
|
|
3880
|
+
readonly Bypass: "bypass";
|
|
3881
|
+
readonly RateLimit: "rate_limit";
|
|
3882
|
+
readonly Redirect: "redirect";
|
|
3883
|
+
}>;
|
|
3884
|
+
}
|
|
3885
|
+
/** @internal */
|
|
3886
|
+
export declare const Algo$inboundSchema: z.ZodNativeEnum<typeof Algo>;
|
|
3887
|
+
/** @internal */
|
|
3888
|
+
export declare const Algo$outboundSchema: z.ZodNativeEnum<typeof Algo>;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3892
|
+
*/
|
|
3893
|
+
export declare namespace Algo$ {
|
|
3894
|
+
/** @deprecated use `Algo$inboundSchema` instead. */
|
|
3895
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3896
|
+
readonly FixedWindow: "fixed_window";
|
|
3897
|
+
readonly TokenBucket: "token_bucket";
|
|
3898
|
+
}>;
|
|
3899
|
+
/** @deprecated use `Algo$outboundSchema` instead. */
|
|
3900
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3901
|
+
readonly FixedWindow: "fixed_window";
|
|
3902
|
+
readonly TokenBucket: "token_bucket";
|
|
3903
|
+
}>;
|
|
3904
|
+
}
|
|
3905
|
+
/** @internal */
|
|
3906
|
+
export declare const Erl$inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
|
|
3907
|
+
/** @internal */
|
|
3908
|
+
export type Erl$Outbound = {
|
|
3909
|
+
algo: string;
|
|
3910
|
+
window: number;
|
|
3911
|
+
limit: number;
|
|
3912
|
+
keys: Array<string>;
|
|
3913
|
+
};
|
|
3914
|
+
/** @internal */
|
|
3915
|
+
export declare const Erl$outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
|
|
3916
|
+
/**
|
|
3917
|
+
* @internal
|
|
3918
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3919
|
+
*/
|
|
3920
|
+
export declare namespace Erl$ {
|
|
3921
|
+
/** @deprecated use `Erl$inboundSchema` instead. */
|
|
3922
|
+
const inboundSchema: z.ZodType<Erl, z.ZodTypeDef, unknown>;
|
|
3923
|
+
/** @deprecated use `Erl$outboundSchema` instead. */
|
|
3924
|
+
const outboundSchema: z.ZodType<Erl$Outbound, z.ZodTypeDef, Erl>;
|
|
3925
|
+
/** @deprecated use `Erl$Outbound` instead. */
|
|
3926
|
+
type Outbound = Erl$Outbound;
|
|
3927
|
+
}
|
|
3928
|
+
/** @internal */
|
|
3929
|
+
export declare const Mitigate$inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
|
|
3930
|
+
/** @internal */
|
|
3931
|
+
export type Mitigate$Outbound = {
|
|
3932
|
+
action: string;
|
|
3933
|
+
rule_id: string;
|
|
3934
|
+
ttl?: number | undefined;
|
|
3935
|
+
erl?: Erl$Outbound | undefined;
|
|
3936
|
+
};
|
|
3937
|
+
/** @internal */
|
|
3938
|
+
export declare const Mitigate$outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
|
|
3939
|
+
/**
|
|
3940
|
+
* @internal
|
|
3941
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3942
|
+
*/
|
|
3943
|
+
export declare namespace Mitigate$ {
|
|
3944
|
+
/** @deprecated use `Mitigate$inboundSchema` instead. */
|
|
3945
|
+
const inboundSchema: z.ZodType<Mitigate, z.ZodTypeDef, unknown>;
|
|
3946
|
+
/** @deprecated use `Mitigate$outboundSchema` instead. */
|
|
3947
|
+
const outboundSchema: z.ZodType<Mitigate$Outbound, z.ZodTypeDef, Mitigate>;
|
|
3948
|
+
/** @deprecated use `Mitigate$Outbound` instead. */
|
|
3949
|
+
type Outbound = Mitigate$Outbound;
|
|
3950
|
+
}
|
|
3951
|
+
/** @internal */
|
|
3952
|
+
export declare const FirewallRoutes$inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
|
|
3953
|
+
/** @internal */
|
|
3954
|
+
export type FirewallRoutes$Outbound = {
|
|
3955
|
+
src?: Src2$Outbound | string | undefined;
|
|
3956
|
+
has?: Array<Has$Outbound> | undefined;
|
|
3957
|
+
missing?: Array<Missing$Outbound> | undefined;
|
|
3958
|
+
dest?: string | undefined;
|
|
3959
|
+
status?: number | undefined;
|
|
3960
|
+
handle?: string | undefined;
|
|
3961
|
+
mitigate?: Mitigate$Outbound | undefined;
|
|
3962
|
+
};
|
|
3963
|
+
/** @internal */
|
|
3964
|
+
export declare const FirewallRoutes$outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
|
|
3965
|
+
/**
|
|
3966
|
+
* @internal
|
|
3967
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3968
|
+
*/
|
|
3969
|
+
export declare namespace FirewallRoutes$ {
|
|
3970
|
+
/** @deprecated use `FirewallRoutes$inboundSchema` instead. */
|
|
3971
|
+
const inboundSchema: z.ZodType<FirewallRoutes, z.ZodTypeDef, unknown>;
|
|
3972
|
+
/** @deprecated use `FirewallRoutes$outboundSchema` instead. */
|
|
3973
|
+
const outboundSchema: z.ZodType<FirewallRoutes$Outbound, z.ZodTypeDef, FirewallRoutes>;
|
|
3974
|
+
/** @deprecated use `FirewallRoutes$Outbound` instead. */
|
|
3975
|
+
type Outbound = FirewallRoutes$Outbound;
|
|
3976
|
+
}
|
|
3977
|
+
/** @internal */
|
|
3978
|
+
export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
|
|
3979
|
+
/** @internal */
|
|
3980
|
+
export type Security$Outbound = {
|
|
3981
|
+
attackModeEnabled?: boolean | undefined;
|
|
3982
|
+
attackModeUpdatedAt?: number | undefined;
|
|
3983
|
+
firewallEnabled?: boolean | undefined;
|
|
3984
|
+
firewallUpdatedAt?: number | undefined;
|
|
3985
|
+
attackModeActiveUntil?: number | null | undefined;
|
|
3986
|
+
firewallConfigVersion?: number | undefined;
|
|
3987
|
+
firewallRoutes?: Array<FirewallRoutes$Outbound> | undefined;
|
|
3988
|
+
firewallSeawallEnabled?: boolean | undefined;
|
|
3989
|
+
ja3Enabled?: boolean | undefined;
|
|
3990
|
+
ja4Enabled?: boolean | undefined;
|
|
3991
|
+
};
|
|
3992
|
+
/** @internal */
|
|
3993
|
+
export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
|
|
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
|
+
export declare namespace Security$ {
|
|
3999
|
+
/** @deprecated use `Security$inboundSchema` instead. */
|
|
4000
|
+
const inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
|
|
4001
|
+
/** @deprecated use `Security$outboundSchema` instead. */
|
|
4002
|
+
const outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
|
|
4003
|
+
/** @deprecated use `Security$Outbound` instead. */
|
|
4004
|
+
type Outbound = Security$Outbound;
|
|
4005
|
+
}
|
|
4006
|
+
/** @internal */
|
|
4007
|
+
export declare const UpdateProjectDataCacheOidcTokenConfig$inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
|
|
4008
|
+
/** @internal */
|
|
4009
|
+
export type UpdateProjectDataCacheOidcTokenConfig$Outbound = {
|
|
4010
|
+
enabled: boolean;
|
|
4011
|
+
};
|
|
4012
|
+
/** @internal */
|
|
4013
|
+
export declare const UpdateProjectDataCacheOidcTokenConfig$outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
|
|
4014
|
+
/**
|
|
4015
|
+
* @internal
|
|
4016
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4017
|
+
*/
|
|
4018
|
+
export declare namespace UpdateProjectDataCacheOidcTokenConfig$ {
|
|
4019
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$inboundSchema` instead. */
|
|
4020
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig, z.ZodTypeDef, unknown>;
|
|
4021
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$outboundSchema` instead. */
|
|
4022
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheOidcTokenConfig$Outbound, z.ZodTypeDef, UpdateProjectDataCacheOidcTokenConfig>;
|
|
4023
|
+
/** @deprecated use `UpdateProjectDataCacheOidcTokenConfig$Outbound` instead. */
|
|
4024
|
+
type Outbound = UpdateProjectDataCacheOidcTokenConfig$Outbound;
|
|
4025
|
+
}
|
|
4026
|
+
/** @internal */
|
|
4027
|
+
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4028
|
+
/** @internal */
|
|
4029
|
+
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4030
|
+
/**
|
|
4031
|
+
* @internal
|
|
4032
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4033
|
+
*/
|
|
4034
|
+
export declare namespace Tier$ {
|
|
4035
|
+
/** @deprecated use `Tier$inboundSchema` instead. */
|
|
4036
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4037
|
+
readonly Standard: "standard";
|
|
4038
|
+
readonly Advanced: "advanced";
|
|
4039
|
+
readonly Critical: "critical";
|
|
4040
|
+
}>;
|
|
4041
|
+
/** @deprecated use `Tier$outboundSchema` instead. */
|
|
4042
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4043
|
+
readonly Standard: "standard";
|
|
4044
|
+
readonly Advanced: "advanced";
|
|
4045
|
+
readonly Critical: "critical";
|
|
4046
|
+
}>;
|
|
4047
|
+
}
|
|
4048
|
+
/** @internal */
|
|
4049
|
+
export declare const UpdateProjectDataCacheResponseBody$inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
4050
|
+
/** @internal */
|
|
4051
|
+
export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
4052
|
+
accountId: string;
|
|
4053
|
+
analytics?: Analytics$Outbound | undefined;
|
|
4054
|
+
speedInsights?: SpeedInsights$Outbound | undefined;
|
|
4055
|
+
autoExposeSystemEnvs?: boolean | undefined;
|
|
4056
|
+
autoAssignCustomDomains?: boolean | undefined;
|
|
4057
|
+
autoAssignCustomDomainsUpdatedBy?: string | undefined;
|
|
4058
|
+
buildCommand?: string | null | undefined;
|
|
4059
|
+
commandForIgnoringBuildStep?: string | null | undefined;
|
|
4060
|
+
connectConfigurationId?: string | null | undefined;
|
|
4061
|
+
connectBuildsEnabled?: boolean | undefined;
|
|
4062
|
+
createdAt?: number | undefined;
|
|
4063
|
+
customerSupportCodeVisibility?: boolean | undefined;
|
|
4064
|
+
crons?: Crons$Outbound | undefined;
|
|
4065
|
+
dataCache?: DataCache$Outbound | undefined;
|
|
4066
|
+
deploymentExpiration?: DeploymentExpiration$Outbound | null | undefined;
|
|
4067
|
+
devCommand?: string | null | undefined;
|
|
4068
|
+
directoryListing: boolean;
|
|
4069
|
+
installCommand?: string | null | undefined;
|
|
4070
|
+
env?: Array<Env$Outbound> | undefined;
|
|
4071
|
+
framework?: string | null | undefined;
|
|
4072
|
+
gitForkProtection?: boolean | undefined;
|
|
4073
|
+
gitLFS?: boolean | undefined;
|
|
4074
|
+
id: string;
|
|
4075
|
+
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
4076
|
+
link?: Link1$Outbound | Link2$Outbound | Link3$Outbound | undefined;
|
|
4077
|
+
name: string;
|
|
4078
|
+
nodeVersion: string;
|
|
4079
|
+
optionsAllowlist?: UpdateProjectDataCacheOptionsAllowlist$Outbound | null | undefined;
|
|
4080
|
+
outputDirectory?: string | null | undefined;
|
|
4081
|
+
passiveConnectConfigurationId?: string | null | undefined;
|
|
4082
|
+
passwordProtection?: UpdateProjectDataCachePasswordProtection$Outbound | null | undefined;
|
|
4083
|
+
productionDeploymentsFastLane?: boolean | undefined;
|
|
4084
|
+
publicSource?: boolean | null | undefined;
|
|
4085
|
+
rootDirectory?: string | null | undefined;
|
|
4086
|
+
serverlessFunctionRegion?: string | null | undefined;
|
|
4087
|
+
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
4088
|
+
skewProtectionBoundaryAt?: number | undefined;
|
|
4089
|
+
skewProtectionMaxAge?: number | undefined;
|
|
4090
|
+
skipGitConnectDuringLink?: boolean | undefined;
|
|
4091
|
+
sourceFilesOutsideRootDirectory?: boolean | undefined;
|
|
4092
|
+
enableAffectedProjectsDeployments?: boolean | undefined;
|
|
4093
|
+
ssoProtection?: UpdateProjectDataCacheSsoProtection$Outbound | null | undefined;
|
|
4094
|
+
targets?: {
|
|
4095
|
+
[k: string]: Targets$Outbound;
|
|
4096
|
+
} | undefined;
|
|
4097
|
+
transferCompletedAt?: number | undefined;
|
|
4098
|
+
transferStartedAt?: number | undefined;
|
|
4099
|
+
transferToAccountId?: string | undefined;
|
|
4100
|
+
transferredFromAccountId?: string | undefined;
|
|
4101
|
+
updatedAt?: number | undefined;
|
|
4102
|
+
live?: boolean | undefined;
|
|
4103
|
+
enablePreviewFeedback?: boolean | null | undefined;
|
|
4104
|
+
enableProductionFeedback?: boolean | null | undefined;
|
|
4105
|
+
permissions?: Permissions$Outbound | undefined;
|
|
4106
|
+
lastRollbackTarget?: LastRollbackTarget$Outbound | null | undefined;
|
|
4107
|
+
lastAliasRequest?: LastAliasRequest$Outbound | null | undefined;
|
|
4108
|
+
hasFloatingAliases?: boolean | undefined;
|
|
4109
|
+
protectionBypass?: {
|
|
4110
|
+
[k: string]: ProtectionBypass$Outbound;
|
|
4111
|
+
} | undefined;
|
|
4112
|
+
hasActiveBranches?: boolean | undefined;
|
|
4113
|
+
trustedIps?: TrustedIps2$Outbound | TrustedIps1$Outbound | null | undefined;
|
|
4114
|
+
gitComments?: GitComments$Outbound | undefined;
|
|
4115
|
+
paused?: boolean | undefined;
|
|
4116
|
+
concurrencyBucketName?: string | undefined;
|
|
4117
|
+
webAnalytics?: WebAnalytics$Outbound | undefined;
|
|
4118
|
+
security?: Security$Outbound | undefined;
|
|
4119
|
+
oidcTokenConfig?: UpdateProjectDataCacheOidcTokenConfig$Outbound | undefined;
|
|
4120
|
+
tier?: string | undefined;
|
|
4121
|
+
};
|
|
4122
|
+
/** @internal */
|
|
4123
|
+
export declare const UpdateProjectDataCacheResponseBody$outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|
|
4124
|
+
/**
|
|
4125
|
+
* @internal
|
|
4126
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4127
|
+
*/
|
|
4128
|
+
export declare namespace UpdateProjectDataCacheResponseBody$ {
|
|
4129
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$inboundSchema` instead. */
|
|
4130
|
+
const inboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody, z.ZodTypeDef, unknown>;
|
|
4131
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$outboundSchema` instead. */
|
|
4132
|
+
const outboundSchema: z.ZodType<UpdateProjectDataCacheResponseBody$Outbound, z.ZodTypeDef, UpdateProjectDataCacheResponseBody>;
|
|
4133
|
+
/** @deprecated use `UpdateProjectDataCacheResponseBody$Outbound` instead. */
|
|
4134
|
+
type Outbound = UpdateProjectDataCacheResponseBody$Outbound;
|
|
4135
|
+
}
|
|
4136
|
+
//# sourceMappingURL=updateprojectdatacache.d.ts.map
|