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