@vercel/sdk 1.13.1 → 1.13.3
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/RUNTIMES.md +6 -6
- package/bin/mcp-server.js +529 -501
- package/bin/mcp-server.js.map +217 -217
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +1 -3
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.js +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js +1 -1
- package/esm/funcs/accessGroupsCreateAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.js +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js +1 -1
- package/esm/funcs/accessGroupsDeleteAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.js +1 -1
- package/esm/funcs/accessGroupsListAccessGroupMembers.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.js +1 -1
- package/esm/funcs/accessGroupsListAccessGroupProjects.js.map +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.js +1 -1
- package/esm/funcs/accessGroupsListAccessGroups.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.js +1 -1
- package/esm/funcs/accessGroupsReadAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.js +1 -1
- package/esm/funcs/accessGroupsReadAccessGroupProject.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.js +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroup.js.map +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js +1 -1
- package/esm/funcs/accessGroupsUpdateAccessGroupProject.js.map +1 -1
- package/esm/funcs/aliasesAssignAlias.js +1 -1
- package/esm/funcs/aliasesAssignAlias.js.map +1 -1
- package/esm/funcs/aliasesDeleteAlias.js +1 -1
- package/esm/funcs/aliasesDeleteAlias.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +1 -1
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/aliasesListAliases.js +1 -1
- package/esm/funcs/aliasesListAliases.js.map +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.js +1 -1
- package/esm/funcs/aliasesListDeploymentAliases.js.map +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js +1 -1
- package/esm/funcs/aliasesPatchUrlProtectionBypass.js.map +1 -1
- package/esm/funcs/artifactsArtifactExists.js +1 -1
- package/esm/funcs/artifactsArtifactExists.js.map +1 -1
- package/esm/funcs/artifactsArtifactQuery.js +1 -1
- package/esm/funcs/artifactsArtifactQuery.js.map +1 -1
- package/esm/funcs/artifactsDownloadArtifact.js +1 -1
- package/esm/funcs/artifactsDownloadArtifact.js.map +1 -1
- package/esm/funcs/artifactsRecordEvents.js +1 -1
- package/esm/funcs/artifactsRecordEvents.js.map +1 -1
- package/esm/funcs/artifactsStatus.js +1 -1
- package/esm/funcs/artifactsStatus.js.map +1 -1
- package/esm/funcs/artifactsUploadArtifact.js +1 -1
- package/esm/funcs/artifactsUploadArtifact.js.map +1 -1
- package/esm/funcs/authenticationCreateAuthToken.js +1 -1
- package/esm/funcs/authenticationCreateAuthToken.js.map +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.js +1 -1
- package/esm/funcs/authenticationDeleteAuthToken.js.map +1 -1
- package/esm/funcs/authenticationGetAuthToken.js +1 -1
- package/esm/funcs/authenticationGetAuthToken.js.map +1 -1
- package/esm/funcs/authenticationListAuthTokens.js +1 -1
- package/esm/funcs/authenticationListAuthTokens.js.map +1 -1
- package/esm/funcs/certsGetCertById.js +1 -1
- package/esm/funcs/certsGetCertById.js.map +1 -1
- package/esm/funcs/certsIssueCert.js +1 -1
- package/esm/funcs/certsIssueCert.js.map +1 -1
- package/esm/funcs/certsRemoveCert.js +1 -1
- package/esm/funcs/certsRemoveCert.js.map +1 -1
- package/esm/funcs/certsUploadCert.js +1 -1
- package/esm/funcs/certsUploadCert.js.map +1 -1
- package/esm/funcs/checksCreateCheck.js +1 -1
- package/esm/funcs/checksCreateCheck.js.map +1 -1
- package/esm/funcs/checksGetAllChecks.js +1 -1
- package/esm/funcs/checksGetAllChecks.js.map +1 -1
- package/esm/funcs/checksGetCheck.js +1 -1
- package/esm/funcs/checksGetCheck.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +1 -1
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/checksUpdateCheck.js +1 -1
- package/esm/funcs/checksUpdateCheck.js.map +1 -1
- package/esm/funcs/deploymentsCancelDeployment.js +1 -1
- package/esm/funcs/deploymentsCancelDeployment.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.js +1 -1
- package/esm/funcs/deploymentsDeleteDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployment.js +1 -1
- package/esm/funcs/deploymentsGetDeployment.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -1
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.js +1 -1
- package/esm/funcs/deploymentsListDeploymentFiles.js.map +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js +1 -1
- package/esm/funcs/deploymentsUpdateIntegrationDeploymentAction.js.map +1 -1
- package/esm/funcs/deploymentsUploadFile.js +1 -1
- package/esm/funcs/deploymentsUploadFile.js.map +1 -1
- package/esm/funcs/dnsCreateRecord.js +1 -1
- package/esm/funcs/dnsCreateRecord.js.map +1 -1
- package/esm/funcs/dnsGetRecords.js +1 -1
- package/esm/funcs/dnsGetRecords.js.map +1 -1
- package/esm/funcs/dnsRemoveRecord.js +1 -1
- package/esm/funcs/dnsRemoveRecord.js.map +1 -1
- package/esm/funcs/dnsUpdateRecord.js +1 -1
- package/esm/funcs/dnsUpdateRecord.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +1 -1
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
- package/esm/funcs/domainsCreateOrTransferDomain.js +1 -1
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/funcs/domainsDeleteDomain.js +1 -1
- package/esm/funcs/domainsDeleteDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomain.js +1 -1
- package/esm/funcs/domainsGetDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +1 -1
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
- package/esm/funcs/domainsGetDomains.js +1 -1
- package/esm/funcs/domainsGetDomains.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +1 -1
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.js +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.js +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackup.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigBackups.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItem.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.js +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigs.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.js +1 -1
- package/esm/funcs/environmentCreateCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.js +1 -1
- package/esm/funcs/environmentGetCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js +1 -1
- package/esm/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.js.map +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.js +1 -1
- package/esm/funcs/environmentRemoveCustomEnvironment.js.map +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.js +1 -1
- package/esm/funcs/environmentUpdateCustomEnvironment.js.map +1 -1
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +1 -1
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/funcs/integrationsGetConfiguration.js +1 -1
- package/esm/funcs/integrationsGetConfiguration.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.js +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurations.js +1 -1
- package/esm/funcs/integrationsGetConfigurations.js.map +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
- package/esm/funcs/logDrainsCreateLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
- package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
- package/esm/funcs/logDrainsGetIntegrationLogDrains.js.map +1 -1
- package/esm/funcs/logsGetRuntimeLogs.js +1 -1
- package/esm/funcs/logsGetRuntimeLogs.js.map +1 -1
- package/esm/funcs/marketplaceCreateEvent.js +1 -1
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js +1 -1
- package/esm/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js +1 -1
- package/esm/funcs/marketplaceDeleteInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceDeleteIntegrationResource.js +1 -1
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.js +1 -1
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResource.js +1 -1
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -1
- package/esm/funcs/marketplaceGetIntegrationResources.js +1 -1
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -1
- package/esm/funcs/marketplaceGetInvoice.js +1 -1
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -1
- package/esm/funcs/marketplaceGetMember.js +1 -1
- package/esm/funcs/marketplaceGetMember.js.map +1 -1
- package/esm/funcs/marketplaceImportResource.js +1 -1
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.js +1 -1
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js +1 -1
- package/esm/funcs/marketplaceSubmitPrepaymentBalances.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationConfiguration.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectMembersAddProjectMember.js +1 -1
- package/esm/funcs/projectMembersAddProjectMember.js.map +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.js +1 -1
- package/esm/funcs/projectMembersGetProjectMembers.js.map +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.js +1 -1
- package/esm/funcs/projectMembersRemoveProjectMember.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsAddProjectDomain.js +1 -1
- package/esm/funcs/projectsAddProjectDomain.js.map +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.js +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +1 -1
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.js +1 -1
- package/esm/funcs/projectsCreateProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsDeleteProject.js +1 -1
- package/esm/funcs/projectsDeleteProject.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +1 -1
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.js +1 -1
- package/esm/funcs/projectsFilterProjectEnvs.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomain.js +1 -1
- package/esm/funcs/projectsGetProjectDomain.js.map +1 -1
- package/esm/funcs/projectsGetProjectDomains.js +1 -1
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -1
- package/esm/funcs/projectsGetProjectEnv.js +1 -1
- package/esm/funcs/projectsGetProjectEnv.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/projectsListPromoteAliases.js +1 -1
- package/esm/funcs/projectsListPromoteAliases.js.map +1 -1
- package/esm/funcs/projectsMoveProjectDomain.js +1 -1
- package/esm/funcs/projectsMoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsPauseProject.js +1 -1
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js +1 -1
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.js +1 -1
- package/esm/funcs/projectsRemoveProjectEnv.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +1 -1
- package/esm/funcs/projectsRequestPromote.js.map +1 -1
- package/esm/funcs/projectsUnpauseProject.js +1 -1
- package/esm/funcs/projectsUnpauseProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProject.js +1 -1
- package/esm/funcs/projectsUpdateProject.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.js +1 -1
- package/esm/funcs/projectsUpdateProjectDataCache.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.js +1 -1
- package/esm/funcs/projectsUpdateProjectDomain.js.map +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js +1 -1
- package/esm/funcs/projectsUpdateProjectProtectionBypass.js.map +1 -1
- package/esm/funcs/projectsUploadProjectClientCert.js +1 -1
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.js +1 -1
- package/esm/funcs/projectsVerifyProjectDomain.js.map +1 -1
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.js +1 -1
- package/esm/funcs/rollingReleaseApproveRollingReleaseStage.js.map +1 -1
- package/esm/funcs/rollingReleaseCompleteRollingRelease.js +1 -1
- package/esm/funcs/rollingReleaseCompleteRollingRelease.js.map +1 -1
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.js +1 -1
- package/esm/funcs/rollingReleaseDeleteRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingRelease.js +1 -1
- package/esm/funcs/rollingReleaseGetRollingRelease.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.js +1 -1
- package/esm/funcs/rollingReleaseGetRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.js +1 -1
- package/esm/funcs/rollingReleaseUpdateRollingReleaseConfig.js.map +1 -1
- package/esm/funcs/securityAddBypassIp.js +1 -1
- package/esm/funcs/securityAddBypassIp.js.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/funcs/securityGetBypassIp.js +1 -1
- package/esm/funcs/securityGetBypassIp.js.map +1 -1
- package/esm/funcs/securityGetFirewallConfig.js +1 -1
- package/esm/funcs/securityGetFirewallConfig.js.map +1 -1
- package/esm/funcs/securityPutFirewallConfig.js +1 -1
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -1
- package/esm/funcs/securityRemoveBypassIp.js +1 -1
- package/esm/funcs/securityRemoveBypassIp.js.map +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.js +1 -1
- package/esm/funcs/securityUpdateAttackChallengeMode.js.map +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.js +1 -1
- package/esm/funcs/securityUpdateFirewallConfig.js.map +1 -1
- package/esm/funcs/teamsCreateTeam.js +1 -1
- package/esm/funcs/teamsCreateTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeam.js +1 -1
- package/esm/funcs/teamsDeleteTeam.js.map +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.js +1 -1
- package/esm/funcs/teamsDeleteTeamInviteCode.js.map +1 -1
- package/esm/funcs/teamsGetTeam.js +1 -1
- package/esm/funcs/teamsGetTeam.js.map +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.js +1 -1
- package/esm/funcs/teamsGetTeamAccessRequest.js.map +1 -1
- package/esm/funcs/teamsGetTeamMembers.js +1 -1
- package/esm/funcs/teamsGetTeamMembers.js.map +1 -1
- package/esm/funcs/teamsGetTeams.js +1 -1
- package/esm/funcs/teamsGetTeams.js.map +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js +1 -1
- package/esm/funcs/teamsInviteUserToTeam.js.map +1 -1
- package/esm/funcs/teamsJoinTeam.js +1 -1
- package/esm/funcs/teamsJoinTeam.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +1 -1
- package/esm/funcs/teamsPatchTeam.js.map +1 -1
- package/esm/funcs/teamsRemoveTeamMember.js +1 -1
- package/esm/funcs/teamsRemoveTeamMember.js.map +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.js +1 -1
- package/esm/funcs/teamsRequestAccessToTeam.js.map +1 -1
- package/esm/funcs/teamsUpdateTeamMember.js +1 -1
- package/esm/funcs/teamsUpdateTeamMember.js.map +1 -1
- package/esm/funcs/userGetAuthUser.js +1 -1
- package/esm/funcs/userGetAuthUser.js.map +1 -1
- package/esm/funcs/userListUserEvents.js +1 -1
- package/esm/funcs/userListUserEvents.js.map +1 -1
- package/esm/funcs/userRequestDelete.js +1 -1
- package/esm/funcs/userRequestDelete.js.map +1 -1
- package/esm/funcs/webhooksCreateWebhook.js +1 -1
- package/esm/funcs/webhooksCreateWebhook.js.map +1 -1
- package/esm/funcs/webhooksDeleteWebhook.js +1 -1
- package/esm/funcs/webhooksDeleteWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhook.js +1 -1
- package/esm/funcs/webhooksGetWebhook.js.map +1 -1
- package/esm/funcs/webhooksGetWebhooks.js +1 -1
- package/esm/funcs/webhooksGetWebhooks.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/buydomainsop.d.ts +12 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +4 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +12 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +4 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +37 -34
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +15 -14
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +38 -32
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +14 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +288 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +352 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +36 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +20 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +12 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +4 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +12 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +4 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +3 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +36 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +20 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +1 -3
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/accessGroupsCreateAccessGroup.ts +1 -1
- package/src/funcs/accessGroupsCreateAccessGroupProject.ts +1 -1
- package/src/funcs/accessGroupsDeleteAccessGroup.ts +1 -1
- package/src/funcs/accessGroupsDeleteAccessGroupProject.ts +1 -1
- package/src/funcs/accessGroupsListAccessGroupMembers.ts +1 -1
- package/src/funcs/accessGroupsListAccessGroupProjects.ts +1 -1
- package/src/funcs/accessGroupsListAccessGroups.ts +1 -1
- package/src/funcs/accessGroupsReadAccessGroup.ts +1 -1
- package/src/funcs/accessGroupsReadAccessGroupProject.ts +1 -1
- package/src/funcs/accessGroupsUpdateAccessGroup.ts +1 -1
- package/src/funcs/accessGroupsUpdateAccessGroupProject.ts +1 -1
- package/src/funcs/aliasesAssignAlias.ts +1 -1
- package/src/funcs/aliasesDeleteAlias.ts +1 -1
- package/src/funcs/aliasesGetAlias.ts +1 -1
- package/src/funcs/aliasesListAliases.ts +1 -1
- package/src/funcs/aliasesListDeploymentAliases.ts +1 -1
- package/src/funcs/aliasesPatchUrlProtectionBypass.ts +1 -1
- package/src/funcs/artifactsArtifactExists.ts +1 -1
- package/src/funcs/artifactsArtifactQuery.ts +1 -1
- package/src/funcs/artifactsDownloadArtifact.ts +1 -1
- package/src/funcs/artifactsRecordEvents.ts +1 -1
- package/src/funcs/artifactsStatus.ts +1 -1
- package/src/funcs/artifactsUploadArtifact.ts +1 -1
- package/src/funcs/authenticationCreateAuthToken.ts +1 -1
- package/src/funcs/authenticationDeleteAuthToken.ts +1 -1
- package/src/funcs/authenticationGetAuthToken.ts +1 -1
- package/src/funcs/authenticationListAuthTokens.ts +1 -1
- package/src/funcs/certsGetCertById.ts +1 -1
- package/src/funcs/certsIssueCert.ts +1 -1
- package/src/funcs/certsRemoveCert.ts +1 -1
- package/src/funcs/certsUploadCert.ts +1 -1
- package/src/funcs/checksCreateCheck.ts +1 -1
- package/src/funcs/checksGetAllChecks.ts +1 -1
- package/src/funcs/checksGetCheck.ts +1 -1
- package/src/funcs/checksRerequestCheck.ts +1 -1
- package/src/funcs/checksUpdateCheck.ts +1 -1
- package/src/funcs/deploymentsCancelDeployment.ts +1 -1
- package/src/funcs/deploymentsCreateDeployment.ts +1 -1
- package/src/funcs/deploymentsDeleteDeployment.ts +1 -1
- package/src/funcs/deploymentsGetDeployment.ts +1 -1
- package/src/funcs/deploymentsGetDeploymentEvents.ts +1 -1
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +1 -1
- package/src/funcs/deploymentsGetDeployments.ts +1 -1
- package/src/funcs/deploymentsListDeploymentFiles.ts +1 -1
- package/src/funcs/deploymentsUpdateIntegrationDeploymentAction.ts +1 -1
- package/src/funcs/deploymentsUploadFile.ts +1 -1
- package/src/funcs/dnsCreateRecord.ts +1 -1
- package/src/funcs/dnsGetRecords.ts +1 -1
- package/src/funcs/dnsRemoveRecord.ts +1 -1
- package/src/funcs/dnsUpdateRecord.ts +1 -1
- package/src/funcs/domainsBuyDomain.ts +1 -1
- package/src/funcs/domainsCheckDomainPrice.ts +1 -1
- package/src/funcs/domainsCheckDomainStatus.ts +1 -1
- package/src/funcs/domainsCreateOrTransferDomain.ts +1 -1
- package/src/funcs/domainsDeleteDomain.ts +1 -1
- package/src/funcs/domainsGetDomain.ts +1 -1
- package/src/funcs/domainsGetDomainConfig.ts +1 -1
- package/src/funcs/domainsGetDomainTransfer.ts +1 -1
- package/src/funcs/domainsGetDomains.ts +1 -1
- package/src/funcs/domainsPatchDomain.ts +1 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +1 -1
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +1 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +1 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +1 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +1 -1
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -1
- package/src/funcs/domainsRegistrarRenewDomain.ts +1 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +1 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +1 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +1 -1
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +1 -1
- package/src/funcs/edgeCacheInvalidateByTags.ts +1 -1
- package/src/funcs/edgeConfigCreateEdgeConfig.ts +1 -1
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +1 -1
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +1 -1
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +1 -1
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfig.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigBackup.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigBackups.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigItem.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigSchema.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigToken.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigTokens.ts +1 -1
- package/src/funcs/edgeConfigGetEdgeConfigs.ts +1 -1
- package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +1 -1
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +1 -1
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +1 -1
- package/src/funcs/environmentCreateCustomEnvironment.ts +1 -1
- package/src/funcs/environmentGetCustomEnvironment.ts +1 -1
- package/src/funcs/environmentGetV9ProjectsIdOrNameCustomEnvironments.ts +1 -1
- package/src/funcs/environmentRemoveCustomEnvironment.ts +1 -1
- package/src/funcs/environmentUpdateCustomEnvironment.ts +1 -1
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +1 -1
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +1 -1
- package/src/funcs/integrationsDeleteConfiguration.ts +1 -1
- package/src/funcs/integrationsGetBillingPlans.ts +1 -1
- package/src/funcs/integrationsGetConfiguration.ts +1 -1
- package/src/funcs/integrationsGetConfigurationProducts.ts +1 -1
- package/src/funcs/integrationsGetConfigurations.ts +1 -1
- package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
- package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
- package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
- package/src/funcs/logsGetRuntimeLogs.ts +1 -1
- package/src/funcs/marketplaceCreateEvent.ts +1 -1
- package/src/funcs/marketplaceCreateInstallationIntegrationConfiguration.ts +1 -1
- package/src/funcs/marketplaceCreateInstallationIntegrationEdgeConfig.ts +1 -1
- package/src/funcs/marketplaceDeleteInstallationIntegrationConfiguration.ts +1 -1
- package/src/funcs/marketplaceDeleteIntegrationResource.ts +1 -1
- package/src/funcs/marketplaceExchangeSsoToken.ts +1 -1
- package/src/funcs/marketplaceGetAccountInfo.ts +1 -1
- package/src/funcs/marketplaceGetIntegrationResource.ts +1 -1
- package/src/funcs/marketplaceGetIntegrationResources.ts +1 -1
- package/src/funcs/marketplaceGetInvoice.ts +1 -1
- package/src/funcs/marketplaceGetMember.ts +1 -1
- package/src/funcs/marketplaceImportResource.ts +1 -1
- package/src/funcs/marketplaceSubmitBillingData.ts +1 -1
- package/src/funcs/marketplaceSubmitInvoice.ts +1 -1
- package/src/funcs/marketplaceSubmitPrepaymentBalances.ts +1 -1
- package/src/funcs/marketplaceUpdateInstallationIntegrationConfiguration.ts +1 -1
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +1 -1
- package/src/funcs/marketplaceUpdateInvoice.ts +1 -1
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +1 -1
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +1 -1
- package/src/funcs/projectMembersAddProjectMember.ts +1 -1
- package/src/funcs/projectMembersGetProjectMembers.ts +1 -1
- package/src/funcs/projectMembersRemoveProjectMember.ts +1 -1
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +1 -1
- package/src/funcs/projectsAddProjectDomain.ts +1 -1
- package/src/funcs/projectsBatchRemoveProjectEnv.ts +1 -1
- package/src/funcs/projectsCreateProject.ts +1 -1
- package/src/funcs/projectsCreateProjectEnv.ts +1 -1
- package/src/funcs/projectsCreateProjectTransferRequest.ts +1 -1
- package/src/funcs/projectsDeleteProject.ts +1 -1
- package/src/funcs/projectsEditProjectEnv.ts +1 -1
- package/src/funcs/projectsFilterProjectEnvs.ts +1 -1
- package/src/funcs/projectsGetProjectDomain.ts +1 -1
- package/src/funcs/projectsGetProjectDomains.ts +1 -1
- package/src/funcs/projectsGetProjectEnv.ts +1 -1
- package/src/funcs/projectsGetProjects.ts +1 -1
- package/src/funcs/projectsListPromoteAliases.ts +1 -1
- package/src/funcs/projectsMoveProjectDomain.ts +1 -1
- package/src/funcs/projectsPauseProject.ts +1 -1
- package/src/funcs/projectsRemoveProjectDomain.ts +1 -1
- package/src/funcs/projectsRemoveProjectEnv.ts +1 -1
- package/src/funcs/projectsRequestPromote.ts +1 -1
- package/src/funcs/projectsUnpauseProject.ts +1 -1
- package/src/funcs/projectsUpdateProject.ts +1 -1
- package/src/funcs/projectsUpdateProjectDataCache.ts +1 -1
- package/src/funcs/projectsUpdateProjectDomain.ts +1 -1
- package/src/funcs/projectsUpdateProjectProtectionBypass.ts +1 -1
- package/src/funcs/projectsUploadProjectClientCert.ts +1 -1
- package/src/funcs/projectsVerifyProjectDomain.ts +1 -1
- package/src/funcs/rollingReleaseApproveRollingReleaseStage.ts +1 -1
- package/src/funcs/rollingReleaseCompleteRollingRelease.ts +1 -1
- package/src/funcs/rollingReleaseDeleteRollingReleaseConfig.ts +1 -1
- package/src/funcs/rollingReleaseGetRollingRelease.ts +1 -1
- package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +1 -1
- package/src/funcs/rollingReleaseGetRollingReleaseConfig.ts +1 -1
- package/src/funcs/rollingReleaseUpdateRollingReleaseConfig.ts +1 -1
- package/src/funcs/securityAddBypassIp.ts +1 -1
- package/src/funcs/securityGetActiveAttackStatus.ts +1 -1
- package/src/funcs/securityGetBypassIp.ts +1 -1
- package/src/funcs/securityGetFirewallConfig.ts +1 -1
- package/src/funcs/securityPutFirewallConfig.ts +1 -1
- package/src/funcs/securityRemoveBypassIp.ts +1 -1
- package/src/funcs/securityUpdateAttackChallengeMode.ts +1 -1
- package/src/funcs/securityUpdateFirewallConfig.ts +1 -1
- package/src/funcs/teamsCreateTeam.ts +1 -1
- package/src/funcs/teamsDeleteTeam.ts +1 -1
- package/src/funcs/teamsDeleteTeamInviteCode.ts +1 -1
- package/src/funcs/teamsGetTeam.ts +1 -1
- package/src/funcs/teamsGetTeamAccessRequest.ts +1 -1
- package/src/funcs/teamsGetTeamMembers.ts +1 -1
- package/src/funcs/teamsGetTeams.ts +1 -1
- package/src/funcs/teamsInviteUserToTeam.ts +1 -1
- package/src/funcs/teamsJoinTeam.ts +1 -1
- package/src/funcs/teamsPatchTeam.ts +1 -1
- package/src/funcs/teamsRemoveTeamMember.ts +1 -1
- package/src/funcs/teamsRequestAccessToTeam.ts +1 -1
- package/src/funcs/teamsUpdateTeamMember.ts +1 -1
- package/src/funcs/userGetAuthUser.ts +1 -1
- package/src/funcs/userListUserEvents.ts +1 -1
- package/src/funcs/userRequestDelete.ts +1 -1
- package/src/funcs/webhooksCreateWebhook.ts +1 -1
- package/src/funcs/webhooksDeleteWebhook.ts +1 -1
- package/src/funcs/webhooksGetWebhook.ts +1 -1
- package/src/funcs/webhooksGetWebhooks.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/buydomainsop.ts +4 -0
- package/src/models/buysingledomainop.ts +4 -0
- package/src/models/canceldeploymentop.ts +19 -18
- package/src/models/createdeploymentop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +605 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +32 -30
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymentop.ts +1 -0
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +1 -0
- package/src/models/updateprojectop.ts +32 -30
- package/vercel-spec.json +379 -197
package/vercel-spec.json
CHANGED
|
@@ -5021,6 +5021,7 @@
|
|
|
5021
5021
|
"hono",
|
|
5022
5022
|
"express",
|
|
5023
5023
|
"h3",
|
|
5024
|
+
"nestjs",
|
|
5024
5025
|
"xmcp"
|
|
5025
5026
|
]
|
|
5026
5027
|
},
|
|
@@ -9794,6 +9795,7 @@
|
|
|
9794
9795
|
"hono",
|
|
9795
9796
|
"express",
|
|
9796
9797
|
"h3",
|
|
9798
|
+
"nestjs",
|
|
9797
9799
|
"xmcp"
|
|
9798
9800
|
]
|
|
9799
9801
|
},
|
|
@@ -13600,6 +13602,7 @@
|
|
|
13600
13602
|
"hono",
|
|
13601
13603
|
"express",
|
|
13602
13604
|
"h3",
|
|
13605
|
+
"nestjs",
|
|
13603
13606
|
"xmcp"
|
|
13604
13607
|
]
|
|
13605
13608
|
},
|
|
@@ -13671,11 +13674,11 @@
|
|
|
13671
13674
|
"status": {
|
|
13672
13675
|
"type": "string",
|
|
13673
13676
|
"enum": [
|
|
13674
|
-
"error",
|
|
13675
|
-
"timeout",
|
|
13676
13677
|
"skipped",
|
|
13677
13678
|
"pending",
|
|
13678
|
-
"ready"
|
|
13679
|
+
"ready",
|
|
13680
|
+
"error",
|
|
13681
|
+
"timeout"
|
|
13679
13682
|
]
|
|
13680
13683
|
},
|
|
13681
13684
|
"startedAt": {
|
|
@@ -13854,19 +13857,19 @@
|
|
|
13854
13857
|
"readyState": {
|
|
13855
13858
|
"type": "string",
|
|
13856
13859
|
"enum": [
|
|
13857
|
-
"ERROR",
|
|
13858
13860
|
"BUILDING",
|
|
13861
|
+
"ERROR",
|
|
13859
13862
|
"INITIALIZING",
|
|
13860
13863
|
"READY"
|
|
13861
13864
|
]
|
|
13862
13865
|
},
|
|
13863
|
-
"readyStateAt": {
|
|
13864
|
-
"type": "number"
|
|
13865
|
-
},
|
|
13866
13866
|
"entrypoint": {
|
|
13867
13867
|
"nullable": true,
|
|
13868
13868
|
"type": "string"
|
|
13869
13869
|
},
|
|
13870
|
+
"readyStateAt": {
|
|
13871
|
+
"type": "number"
|
|
13872
|
+
},
|
|
13870
13873
|
"output": {
|
|
13871
13874
|
"items": {
|
|
13872
13875
|
"properties": {
|
|
@@ -14924,15 +14927,15 @@
|
|
|
14924
14927
|
"functionType": {
|
|
14925
14928
|
"type": "string",
|
|
14926
14929
|
"enum": [
|
|
14927
|
-
"
|
|
14928
|
-
"
|
|
14930
|
+
"fluid",
|
|
14931
|
+
"standard"
|
|
14929
14932
|
]
|
|
14930
14933
|
},
|
|
14931
14934
|
"functionMemoryType": {
|
|
14932
14935
|
"type": "string",
|
|
14933
14936
|
"enum": [
|
|
14934
|
-
"standard_legacy",
|
|
14935
14937
|
"standard",
|
|
14938
|
+
"standard_legacy",
|
|
14936
14939
|
"performance"
|
|
14937
14940
|
]
|
|
14938
14941
|
},
|
|
@@ -15555,12 +15558,12 @@
|
|
|
15555
15558
|
"handle": {
|
|
15556
15559
|
"type": "string",
|
|
15557
15560
|
"enum": [
|
|
15558
|
-
"filesystem",
|
|
15559
15561
|
"error",
|
|
15562
|
+
"filesystem",
|
|
15560
15563
|
"hit",
|
|
15561
15564
|
"miss",
|
|
15562
|
-
"
|
|
15563
|
-
"
|
|
15565
|
+
"rewrite",
|
|
15566
|
+
"resource"
|
|
15564
15567
|
]
|
|
15565
15568
|
},
|
|
15566
15569
|
"src": {
|
|
@@ -15883,8 +15886,8 @@
|
|
|
15883
15886
|
"ownerType": {
|
|
15884
15887
|
"type": "string",
|
|
15885
15888
|
"enum": [
|
|
15886
|
-
"
|
|
15887
|
-
"
|
|
15889
|
+
"team",
|
|
15890
|
+
"user"
|
|
15888
15891
|
]
|
|
15889
15892
|
}
|
|
15890
15893
|
},
|
|
@@ -15936,8 +15939,8 @@
|
|
|
15936
15939
|
"ownerType": {
|
|
15937
15940
|
"type": "string",
|
|
15938
15941
|
"enum": [
|
|
15939
|
-
"
|
|
15940
|
-
"
|
|
15942
|
+
"team",
|
|
15943
|
+
"user"
|
|
15941
15944
|
]
|
|
15942
15945
|
}
|
|
15943
15946
|
},
|
|
@@ -15990,8 +15993,8 @@
|
|
|
15990
15993
|
"ownerType": {
|
|
15991
15994
|
"type": "string",
|
|
15992
15995
|
"enum": [
|
|
15993
|
-
"
|
|
15994
|
-
"
|
|
15996
|
+
"team",
|
|
15997
|
+
"user"
|
|
15995
15998
|
]
|
|
15996
15999
|
}
|
|
15997
16000
|
},
|
|
@@ -16617,6 +16620,7 @@
|
|
|
16617
16620
|
"hono",
|
|
16618
16621
|
"express",
|
|
16619
16622
|
"h3",
|
|
16623
|
+
"nestjs",
|
|
16620
16624
|
"xmcp"
|
|
16621
16625
|
],
|
|
16622
16626
|
"nullable": true
|
|
@@ -16849,6 +16853,7 @@
|
|
|
16849
16853
|
"hono",
|
|
16850
16854
|
"express",
|
|
16851
16855
|
"h3",
|
|
16856
|
+
"nestjs",
|
|
16852
16857
|
"xmcp"
|
|
16853
16858
|
]
|
|
16854
16859
|
},
|
|
@@ -16924,11 +16929,11 @@
|
|
|
16924
16929
|
"status": {
|
|
16925
16930
|
"type": "string",
|
|
16926
16931
|
"enum": [
|
|
16927
|
-
"error",
|
|
16928
|
-
"timeout",
|
|
16929
16932
|
"skipped",
|
|
16930
16933
|
"pending",
|
|
16931
|
-
"ready"
|
|
16934
|
+
"ready",
|
|
16935
|
+
"error",
|
|
16936
|
+
"timeout"
|
|
16932
16937
|
]
|
|
16933
16938
|
},
|
|
16934
16939
|
"startedAt": {
|
|
@@ -17107,19 +17112,19 @@
|
|
|
17107
17112
|
"readyState": {
|
|
17108
17113
|
"type": "string",
|
|
17109
17114
|
"enum": [
|
|
17110
|
-
"ERROR",
|
|
17111
17115
|
"BUILDING",
|
|
17116
|
+
"ERROR",
|
|
17112
17117
|
"INITIALIZING",
|
|
17113
17118
|
"READY"
|
|
17114
17119
|
]
|
|
17115
17120
|
},
|
|
17116
|
-
"readyStateAt": {
|
|
17117
|
-
"type": "number"
|
|
17118
|
-
},
|
|
17119
17121
|
"entrypoint": {
|
|
17120
17122
|
"nullable": true,
|
|
17121
17123
|
"type": "string"
|
|
17122
17124
|
},
|
|
17125
|
+
"readyStateAt": {
|
|
17126
|
+
"type": "number"
|
|
17127
|
+
},
|
|
17123
17128
|
"output": {
|
|
17124
17129
|
"items": {
|
|
17125
17130
|
"properties": {
|
|
@@ -17173,10 +17178,10 @@
|
|
|
17173
17178
|
"name": {
|
|
17174
17179
|
"type": "string"
|
|
17175
17180
|
},
|
|
17176
|
-
"
|
|
17181
|
+
"avatar": {
|
|
17177
17182
|
"type": "string"
|
|
17178
17183
|
},
|
|
17179
|
-
"
|
|
17184
|
+
"slug": {
|
|
17180
17185
|
"type": "string"
|
|
17181
17186
|
}
|
|
17182
17187
|
},
|
|
@@ -18793,12 +18798,12 @@
|
|
|
18793
18798
|
"handle": {
|
|
18794
18799
|
"type": "string",
|
|
18795
18800
|
"enum": [
|
|
18796
|
-
"filesystem",
|
|
18797
18801
|
"error",
|
|
18802
|
+
"filesystem",
|
|
18798
18803
|
"hit",
|
|
18799
18804
|
"miss",
|
|
18800
|
-
"
|
|
18801
|
-
"
|
|
18805
|
+
"rewrite",
|
|
18806
|
+
"resource"
|
|
18802
18807
|
]
|
|
18803
18808
|
},
|
|
18804
18809
|
"src": {
|
|
@@ -18877,8 +18882,8 @@
|
|
|
18877
18882
|
"ownerType": {
|
|
18878
18883
|
"type": "string",
|
|
18879
18884
|
"enum": [
|
|
18880
|
-
"
|
|
18881
|
-
"
|
|
18885
|
+
"team",
|
|
18886
|
+
"user"
|
|
18882
18887
|
]
|
|
18883
18888
|
}
|
|
18884
18889
|
},
|
|
@@ -18930,8 +18935,8 @@
|
|
|
18930
18935
|
"ownerType": {
|
|
18931
18936
|
"type": "string",
|
|
18932
18937
|
"enum": [
|
|
18933
|
-
"
|
|
18934
|
-
"
|
|
18938
|
+
"team",
|
|
18939
|
+
"user"
|
|
18935
18940
|
]
|
|
18936
18941
|
}
|
|
18937
18942
|
},
|
|
@@ -18984,8 +18989,8 @@
|
|
|
18984
18989
|
"ownerType": {
|
|
18985
18990
|
"type": "string",
|
|
18986
18991
|
"enum": [
|
|
18987
|
-
"
|
|
18988
|
-
"
|
|
18992
|
+
"team",
|
|
18993
|
+
"user"
|
|
18989
18994
|
]
|
|
18990
18995
|
}
|
|
18991
18996
|
},
|
|
@@ -19194,15 +19199,15 @@
|
|
|
19194
19199
|
"functionType": {
|
|
19195
19200
|
"type": "string",
|
|
19196
19201
|
"enum": [
|
|
19197
|
-
"
|
|
19198
|
-
"
|
|
19202
|
+
"fluid",
|
|
19203
|
+
"standard"
|
|
19199
19204
|
]
|
|
19200
19205
|
},
|
|
19201
19206
|
"functionMemoryType": {
|
|
19202
19207
|
"type": "string",
|
|
19203
19208
|
"enum": [
|
|
19204
|
-
"standard_legacy",
|
|
19205
19209
|
"standard",
|
|
19210
|
+
"standard_legacy",
|
|
19206
19211
|
"performance"
|
|
19207
19212
|
]
|
|
19208
19213
|
},
|
|
@@ -21900,8 +21905,6 @@
|
|
|
21900
21905
|
},
|
|
21901
21906
|
"_links": {
|
|
21902
21907
|
"type": "object",
|
|
21903
|
-
"required": [],
|
|
21904
|
-
"properties": {},
|
|
21905
21908
|
"additionalProperties": {
|
|
21906
21909
|
"type": "object",
|
|
21907
21910
|
"required": [
|
|
@@ -21915,7 +21918,11 @@
|
|
|
21915
21918
|
"method": {
|
|
21916
21919
|
"type": "string",
|
|
21917
21920
|
"enum": [
|
|
21918
|
-
"GET"
|
|
21921
|
+
"GET",
|
|
21922
|
+
"POST",
|
|
21923
|
+
"PUT",
|
|
21924
|
+
"DELETE",
|
|
21925
|
+
"PATCH"
|
|
21919
21926
|
]
|
|
21920
21927
|
}
|
|
21921
21928
|
},
|
|
@@ -21937,6 +21944,15 @@
|
|
|
21937
21944
|
{
|
|
21938
21945
|
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
21939
21946
|
},
|
|
21947
|
+
{
|
|
21948
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
21949
|
+
},
|
|
21950
|
+
{
|
|
21951
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
21952
|
+
},
|
|
21953
|
+
{
|
|
21954
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
21955
|
+
},
|
|
21940
21956
|
{
|
|
21941
21957
|
"$ref": "#/components/schemas/BadRequest"
|
|
21942
21958
|
}
|
|
@@ -22115,8 +22131,6 @@
|
|
|
22115
22131
|
},
|
|
22116
22132
|
"_links": {
|
|
22117
22133
|
"type": "object",
|
|
22118
|
-
"required": [],
|
|
22119
|
-
"properties": {},
|
|
22120
22134
|
"additionalProperties": {
|
|
22121
22135
|
"type": "object",
|
|
22122
22136
|
"required": [
|
|
@@ -22130,7 +22144,11 @@
|
|
|
22130
22144
|
"method": {
|
|
22131
22145
|
"type": "string",
|
|
22132
22146
|
"enum": [
|
|
22133
|
-
"GET"
|
|
22147
|
+
"GET",
|
|
22148
|
+
"POST",
|
|
22149
|
+
"PUT",
|
|
22150
|
+
"DELETE",
|
|
22151
|
+
"PATCH"
|
|
22134
22152
|
]
|
|
22135
22153
|
}
|
|
22136
22154
|
},
|
|
@@ -22152,6 +22170,18 @@
|
|
|
22152
22170
|
{
|
|
22153
22171
|
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22154
22172
|
},
|
|
22173
|
+
{
|
|
22174
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
22175
|
+
},
|
|
22176
|
+
{
|
|
22177
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
22178
|
+
},
|
|
22179
|
+
{
|
|
22180
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
22181
|
+
},
|
|
22182
|
+
{
|
|
22183
|
+
"$ref": "#/components/schemas/DuplicateDomains"
|
|
22184
|
+
},
|
|
22155
22185
|
{
|
|
22156
22186
|
"$ref": "#/components/schemas/BadRequest"
|
|
22157
22187
|
}
|
|
@@ -22356,8 +22386,6 @@
|
|
|
22356
22386
|
},
|
|
22357
22387
|
"_links": {
|
|
22358
22388
|
"type": "object",
|
|
22359
|
-
"required": [],
|
|
22360
|
-
"properties": {},
|
|
22361
22389
|
"additionalProperties": {
|
|
22362
22390
|
"type": "object",
|
|
22363
22391
|
"required": [
|
|
@@ -22371,7 +22399,11 @@
|
|
|
22371
22399
|
"method": {
|
|
22372
22400
|
"type": "string",
|
|
22373
22401
|
"enum": [
|
|
22374
|
-
"GET"
|
|
22402
|
+
"GET",
|
|
22403
|
+
"POST",
|
|
22404
|
+
"PUT",
|
|
22405
|
+
"DELETE",
|
|
22406
|
+
"PATCH"
|
|
22375
22407
|
]
|
|
22376
22408
|
}
|
|
22377
22409
|
},
|
|
@@ -22393,6 +22425,15 @@
|
|
|
22393
22425
|
{
|
|
22394
22426
|
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22395
22427
|
},
|
|
22428
|
+
{
|
|
22429
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
22430
|
+
},
|
|
22431
|
+
{
|
|
22432
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
22433
|
+
},
|
|
22434
|
+
{
|
|
22435
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
22436
|
+
},
|
|
22396
22437
|
{
|
|
22397
22438
|
"$ref": "#/components/schemas/BadRequest"
|
|
22398
22439
|
}
|
|
@@ -22708,8 +22749,6 @@
|
|
|
22708
22749
|
},
|
|
22709
22750
|
"_links": {
|
|
22710
22751
|
"type": "object",
|
|
22711
|
-
"required": [],
|
|
22712
|
-
"properties": {},
|
|
22713
22752
|
"additionalProperties": {
|
|
22714
22753
|
"type": "object",
|
|
22715
22754
|
"required": [
|
|
@@ -22723,7 +22762,11 @@
|
|
|
22723
22762
|
"method": {
|
|
22724
22763
|
"type": "string",
|
|
22725
22764
|
"enum": [
|
|
22726
|
-
"GET"
|
|
22765
|
+
"GET",
|
|
22766
|
+
"POST",
|
|
22767
|
+
"PUT",
|
|
22768
|
+
"DELETE",
|
|
22769
|
+
"PATCH"
|
|
22727
22770
|
]
|
|
22728
22771
|
}
|
|
22729
22772
|
},
|
|
@@ -22745,6 +22788,15 @@
|
|
|
22745
22788
|
{
|
|
22746
22789
|
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22747
22790
|
},
|
|
22791
|
+
{
|
|
22792
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
22793
|
+
},
|
|
22794
|
+
{
|
|
22795
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
22796
|
+
},
|
|
22797
|
+
{
|
|
22798
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
22799
|
+
},
|
|
22748
22800
|
{
|
|
22749
22801
|
"$ref": "#/components/schemas/BadRequest"
|
|
22750
22802
|
}
|
|
@@ -23180,7 +23232,6 @@
|
|
|
23180
23232
|
"application/json": {
|
|
23181
23233
|
"schema": {
|
|
23182
23234
|
"type": "object",
|
|
23183
|
-
"required": [],
|
|
23184
23235
|
"properties": {}
|
|
23185
23236
|
}
|
|
23186
23237
|
}
|
|
@@ -41516,10 +41567,10 @@
|
|
|
41516
41567
|
"type": "string",
|
|
41517
41568
|
"enum": [
|
|
41518
41569
|
"system",
|
|
41570
|
+
"secret",
|
|
41519
41571
|
"encrypted",
|
|
41520
41572
|
"plain",
|
|
41521
|
-
"sensitive"
|
|
41522
|
-
"secret"
|
|
41573
|
+
"sensitive"
|
|
41523
41574
|
]
|
|
41524
41575
|
},
|
|
41525
41576
|
"sunsetSecretId": {
|
|
@@ -42112,6 +42163,7 @@
|
|
|
42112
42163
|
"hono",
|
|
42113
42164
|
"express",
|
|
42114
42165
|
"h3",
|
|
42166
|
+
"nestjs",
|
|
42115
42167
|
"xmcp"
|
|
42116
42168
|
]
|
|
42117
42169
|
},
|
|
@@ -42523,17 +42575,17 @@
|
|
|
42523
42575
|
"github-limited"
|
|
42524
42576
|
]
|
|
42525
42577
|
},
|
|
42526
|
-
"
|
|
42527
|
-
"type": "string"
|
|
42528
|
-
},
|
|
42529
|
-
"repoId": {
|
|
42578
|
+
"updatedAt": {
|
|
42530
42579
|
"type": "number"
|
|
42531
42580
|
},
|
|
42532
42581
|
"createdAt": {
|
|
42533
42582
|
"type": "number"
|
|
42534
42583
|
},
|
|
42535
|
-
"
|
|
42536
|
-
"type": "
|
|
42584
|
+
"repo": {
|
|
42585
|
+
"type": "string"
|
|
42586
|
+
},
|
|
42587
|
+
"sourceless": {
|
|
42588
|
+
"type": "boolean"
|
|
42537
42589
|
},
|
|
42538
42590
|
"org": {
|
|
42539
42591
|
"type": "string"
|
|
@@ -42542,6 +42594,9 @@
|
|
|
42542
42594
|
"type": "number",
|
|
42543
42595
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
42544
42596
|
},
|
|
42597
|
+
"repoId": {
|
|
42598
|
+
"type": "number"
|
|
42599
|
+
},
|
|
42545
42600
|
"deployHooks": {
|
|
42546
42601
|
"items": {
|
|
42547
42602
|
"properties": {
|
|
@@ -42574,9 +42629,6 @@
|
|
|
42574
42629
|
"gitCredentialId": {
|
|
42575
42630
|
"type": "string"
|
|
42576
42631
|
},
|
|
42577
|
-
"sourceless": {
|
|
42578
|
-
"type": "boolean"
|
|
42579
|
-
},
|
|
42580
42632
|
"productionBranch": {
|
|
42581
42633
|
"type": "string"
|
|
42582
42634
|
}
|
|
@@ -42967,9 +43019,6 @@
|
|
|
42967
43019
|
},
|
|
42968
43020
|
"resourceConfig": {
|
|
42969
43021
|
"properties": {
|
|
42970
|
-
"elasticConcurrencyEnabled": {
|
|
42971
|
-
"type": "boolean"
|
|
42972
|
-
},
|
|
42973
43022
|
"fluid": {
|
|
42974
43023
|
"type": "boolean"
|
|
42975
43024
|
},
|
|
@@ -42993,6 +43042,9 @@
|
|
|
42993
43042
|
"functionZeroConfigFailover": {
|
|
42994
43043
|
"type": "boolean"
|
|
42995
43044
|
},
|
|
43045
|
+
"elasticConcurrencyEnabled": {
|
|
43046
|
+
"type": "boolean"
|
|
43047
|
+
},
|
|
42996
43048
|
"buildMachineType": {
|
|
42997
43049
|
"type": "string",
|
|
42998
43050
|
"enum": [
|
|
@@ -43093,9 +43145,6 @@
|
|
|
43093
43145
|
},
|
|
43094
43146
|
"defaultResourceConfig": {
|
|
43095
43147
|
"properties": {
|
|
43096
|
-
"elasticConcurrencyEnabled": {
|
|
43097
|
-
"type": "boolean"
|
|
43098
|
-
},
|
|
43099
43148
|
"fluid": {
|
|
43100
43149
|
"type": "boolean"
|
|
43101
43150
|
},
|
|
@@ -43119,6 +43168,9 @@
|
|
|
43119
43168
|
"functionZeroConfigFailover": {
|
|
43120
43169
|
"type": "boolean"
|
|
43121
43170
|
},
|
|
43171
|
+
"elasticConcurrencyEnabled": {
|
|
43172
|
+
"type": "boolean"
|
|
43173
|
+
},
|
|
43122
43174
|
"buildMachineType": {
|
|
43123
43175
|
"type": "string",
|
|
43124
43176
|
"enum": [
|
|
@@ -43163,8 +43215,8 @@
|
|
|
43163
43215
|
"deploymentType": {
|
|
43164
43216
|
"type": "string",
|
|
43165
43217
|
"enum": [
|
|
43166
|
-
"preview",
|
|
43167
43218
|
"all",
|
|
43219
|
+
"preview",
|
|
43168
43220
|
"prod_deployment_urls_and_all_previews",
|
|
43169
43221
|
"all_except_custom_domains"
|
|
43170
43222
|
]
|
|
@@ -44905,11 +44957,11 @@
|
|
|
44905
44957
|
"deploymentType": {
|
|
44906
44958
|
"type": "string",
|
|
44907
44959
|
"enum": [
|
|
44908
|
-
"preview",
|
|
44909
|
-
"production",
|
|
44910
44960
|
"all",
|
|
44961
|
+
"preview",
|
|
44911
44962
|
"prod_deployment_urls_and_all_previews",
|
|
44912
|
-
"all_except_custom_domains"
|
|
44963
|
+
"all_except_custom_domains",
|
|
44964
|
+
"production"
|
|
44913
44965
|
]
|
|
44914
44966
|
},
|
|
44915
44967
|
"addresses": {
|
|
@@ -44949,11 +45001,11 @@
|
|
|
44949
45001
|
"deploymentType": {
|
|
44950
45002
|
"type": "string",
|
|
44951
45003
|
"enum": [
|
|
44952
|
-
"preview",
|
|
44953
|
-
"production",
|
|
44954
45004
|
"all",
|
|
45005
|
+
"preview",
|
|
44955
45006
|
"prod_deployment_urls_and_all_previews",
|
|
44956
|
-
"all_except_custom_domains"
|
|
45007
|
+
"all_except_custom_domains",
|
|
45008
|
+
"production"
|
|
44957
45009
|
]
|
|
44958
45010
|
}
|
|
44959
45011
|
},
|
|
@@ -45983,6 +46035,7 @@
|
|
|
45983
46035
|
"hono",
|
|
45984
46036
|
"express",
|
|
45985
46037
|
"h3",
|
|
46038
|
+
"nestjs",
|
|
45986
46039
|
"xmcp"
|
|
45987
46040
|
]
|
|
45988
46041
|
},
|
|
@@ -46527,10 +46580,10 @@
|
|
|
46527
46580
|
"type": "string",
|
|
46528
46581
|
"enum": [
|
|
46529
46582
|
"system",
|
|
46583
|
+
"secret",
|
|
46530
46584
|
"encrypted",
|
|
46531
46585
|
"plain",
|
|
46532
|
-
"sensitive"
|
|
46533
|
-
"secret"
|
|
46586
|
+
"sensitive"
|
|
46534
46587
|
]
|
|
46535
46588
|
},
|
|
46536
46589
|
"sunsetSecretId": {
|
|
@@ -47123,6 +47176,7 @@
|
|
|
47123
47176
|
"hono",
|
|
47124
47177
|
"express",
|
|
47125
47178
|
"h3",
|
|
47179
|
+
"nestjs",
|
|
47126
47180
|
"xmcp"
|
|
47127
47181
|
]
|
|
47128
47182
|
},
|
|
@@ -47534,17 +47588,17 @@
|
|
|
47534
47588
|
"github-limited"
|
|
47535
47589
|
]
|
|
47536
47590
|
},
|
|
47537
|
-
"
|
|
47538
|
-
"type": "string"
|
|
47539
|
-
},
|
|
47540
|
-
"repoId": {
|
|
47591
|
+
"updatedAt": {
|
|
47541
47592
|
"type": "number"
|
|
47542
47593
|
},
|
|
47543
47594
|
"createdAt": {
|
|
47544
47595
|
"type": "number"
|
|
47545
47596
|
},
|
|
47546
|
-
"
|
|
47547
|
-
"type": "
|
|
47597
|
+
"repo": {
|
|
47598
|
+
"type": "string"
|
|
47599
|
+
},
|
|
47600
|
+
"sourceless": {
|
|
47601
|
+
"type": "boolean"
|
|
47548
47602
|
},
|
|
47549
47603
|
"org": {
|
|
47550
47604
|
"type": "string"
|
|
@@ -47553,6 +47607,9 @@
|
|
|
47553
47607
|
"type": "number",
|
|
47554
47608
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
47555
47609
|
},
|
|
47610
|
+
"repoId": {
|
|
47611
|
+
"type": "number"
|
|
47612
|
+
},
|
|
47556
47613
|
"deployHooks": {
|
|
47557
47614
|
"items": {
|
|
47558
47615
|
"properties": {
|
|
@@ -47585,9 +47642,6 @@
|
|
|
47585
47642
|
"gitCredentialId": {
|
|
47586
47643
|
"type": "string"
|
|
47587
47644
|
},
|
|
47588
|
-
"sourceless": {
|
|
47589
|
-
"type": "boolean"
|
|
47590
|
-
},
|
|
47591
47645
|
"productionBranch": {
|
|
47592
47646
|
"type": "string"
|
|
47593
47647
|
}
|
|
@@ -47978,9 +48032,6 @@
|
|
|
47978
48032
|
},
|
|
47979
48033
|
"resourceConfig": {
|
|
47980
48034
|
"properties": {
|
|
47981
|
-
"elasticConcurrencyEnabled": {
|
|
47982
|
-
"type": "boolean"
|
|
47983
|
-
},
|
|
47984
48035
|
"fluid": {
|
|
47985
48036
|
"type": "boolean"
|
|
47986
48037
|
},
|
|
@@ -48004,6 +48055,9 @@
|
|
|
48004
48055
|
"functionZeroConfigFailover": {
|
|
48005
48056
|
"type": "boolean"
|
|
48006
48057
|
},
|
|
48058
|
+
"elasticConcurrencyEnabled": {
|
|
48059
|
+
"type": "boolean"
|
|
48060
|
+
},
|
|
48007
48061
|
"buildMachineType": {
|
|
48008
48062
|
"type": "string",
|
|
48009
48063
|
"enum": [
|
|
@@ -48104,9 +48158,6 @@
|
|
|
48104
48158
|
},
|
|
48105
48159
|
"defaultResourceConfig": {
|
|
48106
48160
|
"properties": {
|
|
48107
|
-
"elasticConcurrencyEnabled": {
|
|
48108
|
-
"type": "boolean"
|
|
48109
|
-
},
|
|
48110
48161
|
"fluid": {
|
|
48111
48162
|
"type": "boolean"
|
|
48112
48163
|
},
|
|
@@ -48130,6 +48181,9 @@
|
|
|
48130
48181
|
"functionZeroConfigFailover": {
|
|
48131
48182
|
"type": "boolean"
|
|
48132
48183
|
},
|
|
48184
|
+
"elasticConcurrencyEnabled": {
|
|
48185
|
+
"type": "boolean"
|
|
48186
|
+
},
|
|
48133
48187
|
"buildMachineType": {
|
|
48134
48188
|
"type": "string",
|
|
48135
48189
|
"enum": [
|
|
@@ -48174,8 +48228,8 @@
|
|
|
48174
48228
|
"deploymentType": {
|
|
48175
48229
|
"type": "string",
|
|
48176
48230
|
"enum": [
|
|
48177
|
-
"preview",
|
|
48178
48231
|
"all",
|
|
48232
|
+
"preview",
|
|
48179
48233
|
"prod_deployment_urls_and_all_previews",
|
|
48180
48234
|
"all_except_custom_domains"
|
|
48181
48235
|
]
|
|
@@ -49916,11 +49970,11 @@
|
|
|
49916
49970
|
"deploymentType": {
|
|
49917
49971
|
"type": "string",
|
|
49918
49972
|
"enum": [
|
|
49919
|
-
"preview",
|
|
49920
|
-
"production",
|
|
49921
49973
|
"all",
|
|
49974
|
+
"preview",
|
|
49922
49975
|
"prod_deployment_urls_and_all_previews",
|
|
49923
|
-
"all_except_custom_domains"
|
|
49976
|
+
"all_except_custom_domains",
|
|
49977
|
+
"production"
|
|
49924
49978
|
]
|
|
49925
49979
|
},
|
|
49926
49980
|
"addresses": {
|
|
@@ -49960,11 +50014,11 @@
|
|
|
49960
50014
|
"deploymentType": {
|
|
49961
50015
|
"type": "string",
|
|
49962
50016
|
"enum": [
|
|
49963
|
-
"preview",
|
|
49964
|
-
"production",
|
|
49965
50017
|
"all",
|
|
50018
|
+
"preview",
|
|
49966
50019
|
"prod_deployment_urls_and_all_previews",
|
|
49967
|
-
"all_except_custom_domains"
|
|
50020
|
+
"all_except_custom_domains",
|
|
50021
|
+
"production"
|
|
49968
50022
|
]
|
|
49969
50023
|
}
|
|
49970
50024
|
},
|
|
@@ -51148,10 +51202,10 @@
|
|
|
51148
51202
|
"type": "string",
|
|
51149
51203
|
"enum": [
|
|
51150
51204
|
"system",
|
|
51205
|
+
"secret",
|
|
51151
51206
|
"encrypted",
|
|
51152
51207
|
"plain",
|
|
51153
|
-
"sensitive"
|
|
51154
|
-
"secret"
|
|
51208
|
+
"sensitive"
|
|
51155
51209
|
]
|
|
51156
51210
|
},
|
|
51157
51211
|
"sunsetSecretId": {
|
|
@@ -51744,6 +51798,7 @@
|
|
|
51744
51798
|
"hono",
|
|
51745
51799
|
"express",
|
|
51746
51800
|
"h3",
|
|
51801
|
+
"nestjs",
|
|
51747
51802
|
"xmcp"
|
|
51748
51803
|
]
|
|
51749
51804
|
},
|
|
@@ -52155,17 +52210,17 @@
|
|
|
52155
52210
|
"github-limited"
|
|
52156
52211
|
]
|
|
52157
52212
|
},
|
|
52158
|
-
"
|
|
52159
|
-
"type": "string"
|
|
52160
|
-
},
|
|
52161
|
-
"repoId": {
|
|
52213
|
+
"updatedAt": {
|
|
52162
52214
|
"type": "number"
|
|
52163
52215
|
},
|
|
52164
52216
|
"createdAt": {
|
|
52165
52217
|
"type": "number"
|
|
52166
52218
|
},
|
|
52167
|
-
"
|
|
52168
|
-
"type": "
|
|
52219
|
+
"repo": {
|
|
52220
|
+
"type": "string"
|
|
52221
|
+
},
|
|
52222
|
+
"sourceless": {
|
|
52223
|
+
"type": "boolean"
|
|
52169
52224
|
},
|
|
52170
52225
|
"org": {
|
|
52171
52226
|
"type": "string"
|
|
@@ -52174,6 +52229,9 @@
|
|
|
52174
52229
|
"type": "number",
|
|
52175
52230
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
52176
52231
|
},
|
|
52232
|
+
"repoId": {
|
|
52233
|
+
"type": "number"
|
|
52234
|
+
},
|
|
52177
52235
|
"deployHooks": {
|
|
52178
52236
|
"items": {
|
|
52179
52237
|
"properties": {
|
|
@@ -52206,9 +52264,6 @@
|
|
|
52206
52264
|
"gitCredentialId": {
|
|
52207
52265
|
"type": "string"
|
|
52208
52266
|
},
|
|
52209
|
-
"sourceless": {
|
|
52210
|
-
"type": "boolean"
|
|
52211
|
-
},
|
|
52212
52267
|
"productionBranch": {
|
|
52213
52268
|
"type": "string"
|
|
52214
52269
|
}
|
|
@@ -52599,9 +52654,6 @@
|
|
|
52599
52654
|
},
|
|
52600
52655
|
"resourceConfig": {
|
|
52601
52656
|
"properties": {
|
|
52602
|
-
"elasticConcurrencyEnabled": {
|
|
52603
|
-
"type": "boolean"
|
|
52604
|
-
},
|
|
52605
52657
|
"fluid": {
|
|
52606
52658
|
"type": "boolean"
|
|
52607
52659
|
},
|
|
@@ -52625,6 +52677,9 @@
|
|
|
52625
52677
|
"functionZeroConfigFailover": {
|
|
52626
52678
|
"type": "boolean"
|
|
52627
52679
|
},
|
|
52680
|
+
"elasticConcurrencyEnabled": {
|
|
52681
|
+
"type": "boolean"
|
|
52682
|
+
},
|
|
52628
52683
|
"buildMachineType": {
|
|
52629
52684
|
"type": "string",
|
|
52630
52685
|
"enum": [
|
|
@@ -52725,9 +52780,6 @@
|
|
|
52725
52780
|
},
|
|
52726
52781
|
"defaultResourceConfig": {
|
|
52727
52782
|
"properties": {
|
|
52728
|
-
"elasticConcurrencyEnabled": {
|
|
52729
|
-
"type": "boolean"
|
|
52730
|
-
},
|
|
52731
52783
|
"fluid": {
|
|
52732
52784
|
"type": "boolean"
|
|
52733
52785
|
},
|
|
@@ -52751,6 +52803,9 @@
|
|
|
52751
52803
|
"functionZeroConfigFailover": {
|
|
52752
52804
|
"type": "boolean"
|
|
52753
52805
|
},
|
|
52806
|
+
"elasticConcurrencyEnabled": {
|
|
52807
|
+
"type": "boolean"
|
|
52808
|
+
},
|
|
52754
52809
|
"buildMachineType": {
|
|
52755
52810
|
"type": "string",
|
|
52756
52811
|
"enum": [
|
|
@@ -52795,8 +52850,8 @@
|
|
|
52795
52850
|
"deploymentType": {
|
|
52796
52851
|
"type": "string",
|
|
52797
52852
|
"enum": [
|
|
52798
|
-
"preview",
|
|
52799
52853
|
"all",
|
|
52854
|
+
"preview",
|
|
52800
52855
|
"prod_deployment_urls_and_all_previews",
|
|
52801
52856
|
"all_except_custom_domains"
|
|
52802
52857
|
]
|
|
@@ -54537,11 +54592,11 @@
|
|
|
54537
54592
|
"deploymentType": {
|
|
54538
54593
|
"type": "string",
|
|
54539
54594
|
"enum": [
|
|
54540
|
-
"preview",
|
|
54541
|
-
"production",
|
|
54542
54595
|
"all",
|
|
54596
|
+
"preview",
|
|
54543
54597
|
"prod_deployment_urls_and_all_previews",
|
|
54544
|
-
"all_except_custom_domains"
|
|
54598
|
+
"all_except_custom_domains",
|
|
54599
|
+
"production"
|
|
54545
54600
|
]
|
|
54546
54601
|
},
|
|
54547
54602
|
"addresses": {
|
|
@@ -54581,11 +54636,11 @@
|
|
|
54581
54636
|
"deploymentType": {
|
|
54582
54637
|
"type": "string",
|
|
54583
54638
|
"enum": [
|
|
54584
|
-
"preview",
|
|
54585
|
-
"production",
|
|
54586
54639
|
"all",
|
|
54640
|
+
"preview",
|
|
54587
54641
|
"prod_deployment_urls_and_all_previews",
|
|
54588
|
-
"all_except_custom_domains"
|
|
54642
|
+
"all_except_custom_domains",
|
|
54643
|
+
"production"
|
|
54589
54644
|
]
|
|
54590
54645
|
}
|
|
54591
54646
|
},
|
|
@@ -55554,6 +55609,7 @@
|
|
|
55554
55609
|
"hono",
|
|
55555
55610
|
"express",
|
|
55556
55611
|
"h3",
|
|
55612
|
+
"nestjs",
|
|
55557
55613
|
"xmcp"
|
|
55558
55614
|
],
|
|
55559
55615
|
"type": "string",
|
|
@@ -58871,10 +58927,10 @@
|
|
|
58871
58927
|
"type": "string",
|
|
58872
58928
|
"enum": [
|
|
58873
58929
|
"system",
|
|
58930
|
+
"secret",
|
|
58874
58931
|
"encrypted",
|
|
58875
58932
|
"plain",
|
|
58876
|
-
"sensitive"
|
|
58877
|
-
"secret"
|
|
58933
|
+
"sensitive"
|
|
58878
58934
|
]
|
|
58879
58935
|
},
|
|
58880
58936
|
"sunsetSecretId": {
|
|
@@ -59289,10 +59345,10 @@
|
|
|
59289
59345
|
"type": "string",
|
|
59290
59346
|
"enum": [
|
|
59291
59347
|
"system",
|
|
59348
|
+
"secret",
|
|
59292
59349
|
"encrypted",
|
|
59293
59350
|
"plain",
|
|
59294
|
-
"sensitive"
|
|
59295
|
-
"secret"
|
|
59351
|
+
"sensitive"
|
|
59296
59352
|
]
|
|
59297
59353
|
},
|
|
59298
59354
|
"sunsetSecretId": {
|
|
@@ -59719,10 +59775,10 @@
|
|
|
59719
59775
|
"type": "string",
|
|
59720
59776
|
"enum": [
|
|
59721
59777
|
"system",
|
|
59778
|
+
"secret",
|
|
59722
59779
|
"encrypted",
|
|
59723
59780
|
"plain",
|
|
59724
|
-
"sensitive"
|
|
59725
|
-
"secret"
|
|
59781
|
+
"sensitive"
|
|
59726
59782
|
]
|
|
59727
59783
|
},
|
|
59728
59784
|
"sunsetSecretId": {
|
|
@@ -60283,10 +60339,10 @@
|
|
|
60283
60339
|
"type": "string",
|
|
60284
60340
|
"enum": [
|
|
60285
60341
|
"system",
|
|
60342
|
+
"secret",
|
|
60286
60343
|
"encrypted",
|
|
60287
60344
|
"plain",
|
|
60288
|
-
"sensitive"
|
|
60289
|
-
"secret"
|
|
60345
|
+
"sensitive"
|
|
60290
60346
|
]
|
|
60291
60347
|
},
|
|
60292
60348
|
"sunsetSecretId": {
|
|
@@ -60690,10 +60746,10 @@
|
|
|
60690
60746
|
"type": "string",
|
|
60691
60747
|
"enum": [
|
|
60692
60748
|
"system",
|
|
60749
|
+
"secret",
|
|
60693
60750
|
"encrypted",
|
|
60694
60751
|
"plain",
|
|
60695
|
-
"sensitive"
|
|
60696
|
-
"secret"
|
|
60752
|
+
"sensitive"
|
|
60697
60753
|
]
|
|
60698
60754
|
},
|
|
60699
60755
|
"sunsetSecretId": {
|
|
@@ -61499,10 +61555,10 @@
|
|
|
61499
61555
|
"type": "string",
|
|
61500
61556
|
"enum": [
|
|
61501
61557
|
"system",
|
|
61558
|
+
"secret",
|
|
61502
61559
|
"encrypted",
|
|
61503
61560
|
"plain",
|
|
61504
|
-
"sensitive"
|
|
61505
|
-
"secret"
|
|
61561
|
+
"sensitive"
|
|
61506
61562
|
]
|
|
61507
61563
|
},
|
|
61508
61564
|
"sunsetSecretId": {
|
|
@@ -61898,10 +61954,10 @@
|
|
|
61898
61954
|
"type": "string",
|
|
61899
61955
|
"enum": [
|
|
61900
61956
|
"system",
|
|
61957
|
+
"secret",
|
|
61901
61958
|
"encrypted",
|
|
61902
61959
|
"plain",
|
|
61903
|
-
"sensitive"
|
|
61904
|
-
"secret"
|
|
61960
|
+
"sensitive"
|
|
61905
61961
|
]
|
|
61906
61962
|
},
|
|
61907
61963
|
"sunsetSecretId": {
|
|
@@ -62301,10 +62357,10 @@
|
|
|
62301
62357
|
"type": "string",
|
|
62302
62358
|
"enum": [
|
|
62303
62359
|
"system",
|
|
62360
|
+
"secret",
|
|
62304
62361
|
"encrypted",
|
|
62305
62362
|
"plain",
|
|
62306
|
-
"sensitive"
|
|
62307
|
-
"secret"
|
|
62363
|
+
"sensitive"
|
|
62308
62364
|
]
|
|
62309
62365
|
},
|
|
62310
62366
|
"sunsetSecretId": {
|
|
@@ -62801,10 +62857,10 @@
|
|
|
62801
62857
|
"type": "string",
|
|
62802
62858
|
"enum": [
|
|
62803
62859
|
"system",
|
|
62860
|
+
"secret",
|
|
62804
62861
|
"encrypted",
|
|
62805
62862
|
"plain",
|
|
62806
|
-
"sensitive"
|
|
62807
|
-
"secret"
|
|
62863
|
+
"sensitive"
|
|
62808
62864
|
]
|
|
62809
62865
|
},
|
|
62810
62866
|
"sunsetSecretId": {
|
|
@@ -63216,10 +63272,10 @@
|
|
|
63216
63272
|
"type": "string",
|
|
63217
63273
|
"enum": [
|
|
63218
63274
|
"system",
|
|
63275
|
+
"secret",
|
|
63219
63276
|
"encrypted",
|
|
63220
63277
|
"plain",
|
|
63221
|
-
"sensitive"
|
|
63222
|
-
"secret"
|
|
63278
|
+
"sensitive"
|
|
63223
63279
|
]
|
|
63224
63280
|
},
|
|
63225
63281
|
"sunsetSecretId": {
|
|
@@ -63626,10 +63682,10 @@
|
|
|
63626
63682
|
"type": "string",
|
|
63627
63683
|
"enum": [
|
|
63628
63684
|
"system",
|
|
63685
|
+
"secret",
|
|
63629
63686
|
"encrypted",
|
|
63630
63687
|
"plain",
|
|
63631
|
-
"sensitive"
|
|
63632
|
-
"secret"
|
|
63688
|
+
"sensitive"
|
|
63633
63689
|
]
|
|
63634
63690
|
},
|
|
63635
63691
|
"sunsetSecretId": {
|
|
@@ -64144,10 +64200,10 @@
|
|
|
64144
64200
|
"type": "string",
|
|
64145
64201
|
"enum": [
|
|
64146
64202
|
"system",
|
|
64203
|
+
"secret",
|
|
64147
64204
|
"encrypted",
|
|
64148
64205
|
"plain",
|
|
64149
|
-
"sensitive"
|
|
64150
|
-
"secret"
|
|
64206
|
+
"sensitive"
|
|
64151
64207
|
]
|
|
64152
64208
|
},
|
|
64153
64209
|
"sunsetSecretId": {
|
|
@@ -72027,6 +72083,7 @@
|
|
|
72027
72083
|
"hono",
|
|
72028
72084
|
"express",
|
|
72029
72085
|
"h3",
|
|
72086
|
+
"nestjs",
|
|
72030
72087
|
"xmcp"
|
|
72031
72088
|
]
|
|
72032
72089
|
},
|
|
@@ -72266,34 +72323,34 @@
|
|
|
72266
72323
|
"maxLength": {
|
|
72267
72324
|
"type": "object",
|
|
72268
72325
|
"properties": {
|
|
72269
|
-
"__@BRAND@
|
|
72326
|
+
"__@BRAND@8494": {
|
|
72270
72327
|
"type": "object"
|
|
72271
72328
|
}
|
|
72272
72329
|
},
|
|
72273
72330
|
"required": [
|
|
72274
|
-
"__@BRAND@
|
|
72331
|
+
"__@BRAND@8494"
|
|
72275
72332
|
]
|
|
72276
72333
|
},
|
|
72277
72334
|
"minLength": {
|
|
72278
72335
|
"type": "object",
|
|
72279
72336
|
"properties": {
|
|
72280
|
-
"__@BRAND@
|
|
72337
|
+
"__@BRAND@8494": {
|
|
72281
72338
|
"type": "object"
|
|
72282
72339
|
}
|
|
72283
72340
|
},
|
|
72284
72341
|
"required": [
|
|
72285
|
-
"__@BRAND@
|
|
72342
|
+
"__@BRAND@8494"
|
|
72286
72343
|
]
|
|
72287
72344
|
},
|
|
72288
72345
|
"pattern": {
|
|
72289
72346
|
"type": "object",
|
|
72290
72347
|
"properties": {
|
|
72291
|
-
"__@BRAND@
|
|
72348
|
+
"__@BRAND@8494": {
|
|
72292
72349
|
"type": "object"
|
|
72293
72350
|
}
|
|
72294
72351
|
},
|
|
72295
72352
|
"required": [
|
|
72296
|
-
"__@BRAND@
|
|
72353
|
+
"__@BRAND@8494"
|
|
72297
72354
|
]
|
|
72298
72355
|
},
|
|
72299
72356
|
"description": {
|
|
@@ -72976,34 +73033,34 @@
|
|
|
72976
73033
|
"maxLength": {
|
|
72977
73034
|
"type": "object",
|
|
72978
73035
|
"properties": {
|
|
72979
|
-
"__@BRAND@
|
|
73036
|
+
"__@BRAND@8494": {
|
|
72980
73037
|
"type": "object"
|
|
72981
73038
|
}
|
|
72982
73039
|
},
|
|
72983
73040
|
"required": [
|
|
72984
|
-
"__@BRAND@
|
|
73041
|
+
"__@BRAND@8494"
|
|
72985
73042
|
]
|
|
72986
73043
|
},
|
|
72987
73044
|
"minLength": {
|
|
72988
73045
|
"type": "object",
|
|
72989
73046
|
"properties": {
|
|
72990
|
-
"__@BRAND@
|
|
73047
|
+
"__@BRAND@8494": {
|
|
72991
73048
|
"type": "object"
|
|
72992
73049
|
}
|
|
72993
73050
|
},
|
|
72994
73051
|
"required": [
|
|
72995
|
-
"__@BRAND@
|
|
73052
|
+
"__@BRAND@8494"
|
|
72996
73053
|
]
|
|
72997
73054
|
},
|
|
72998
73055
|
"pattern": {
|
|
72999
73056
|
"type": "object",
|
|
73000
73057
|
"properties": {
|
|
73001
|
-
"__@BRAND@
|
|
73058
|
+
"__@BRAND@8494": {
|
|
73002
73059
|
"type": "object"
|
|
73003
73060
|
}
|
|
73004
73061
|
},
|
|
73005
73062
|
"required": [
|
|
73006
|
-
"__@BRAND@
|
|
73063
|
+
"__@BRAND@8494"
|
|
73007
73064
|
]
|
|
73008
73065
|
},
|
|
73009
73066
|
"description": {
|
|
@@ -73152,34 +73209,34 @@
|
|
|
73152
73209
|
"minLength": {
|
|
73153
73210
|
"type": "object",
|
|
73154
73211
|
"properties": {
|
|
73155
|
-
"__@BRAND@
|
|
73212
|
+
"__@BRAND@8494": {
|
|
73156
73213
|
"type": "object"
|
|
73157
73214
|
}
|
|
73158
73215
|
},
|
|
73159
73216
|
"required": [
|
|
73160
|
-
"__@BRAND@
|
|
73217
|
+
"__@BRAND@8494"
|
|
73161
73218
|
]
|
|
73162
73219
|
},
|
|
73163
73220
|
"maxLength": {
|
|
73164
73221
|
"type": "object",
|
|
73165
73222
|
"properties": {
|
|
73166
|
-
"__@BRAND@
|
|
73223
|
+
"__@BRAND@8494": {
|
|
73167
73224
|
"type": "object"
|
|
73168
73225
|
}
|
|
73169
73226
|
},
|
|
73170
73227
|
"required": [
|
|
73171
|
-
"__@BRAND@
|
|
73228
|
+
"__@BRAND@8494"
|
|
73172
73229
|
]
|
|
73173
73230
|
},
|
|
73174
73231
|
"pattern": {
|
|
73175
73232
|
"type": "object",
|
|
73176
73233
|
"properties": {
|
|
73177
|
-
"__@BRAND@
|
|
73234
|
+
"__@BRAND@8494": {
|
|
73178
73235
|
"type": "object"
|
|
73179
73236
|
}
|
|
73180
73237
|
},
|
|
73181
73238
|
"required": [
|
|
73182
|
-
"__@BRAND@
|
|
73239
|
+
"__@BRAND@8494"
|
|
73183
73240
|
]
|
|
73184
73241
|
},
|
|
73185
73242
|
"default": {
|
|
@@ -73496,12 +73553,12 @@
|
|
|
73496
73553
|
{
|
|
73497
73554
|
"type": "object",
|
|
73498
73555
|
"properties": {
|
|
73499
|
-
"__@BRAND@
|
|
73556
|
+
"__@BRAND@8494": {
|
|
73500
73557
|
"type": "object"
|
|
73501
73558
|
}
|
|
73502
73559
|
},
|
|
73503
73560
|
"required": [
|
|
73504
|
-
"__@BRAND@
|
|
73561
|
+
"__@BRAND@8494"
|
|
73505
73562
|
]
|
|
73506
73563
|
},
|
|
73507
73564
|
{
|
|
@@ -73509,12 +73566,12 @@
|
|
|
73509
73566
|
"value": {
|
|
73510
73567
|
"type": "object",
|
|
73511
73568
|
"properties": {
|
|
73512
|
-
"__@BRAND@
|
|
73569
|
+
"__@BRAND@8494": {
|
|
73513
73570
|
"type": "object"
|
|
73514
73571
|
}
|
|
73515
73572
|
},
|
|
73516
73573
|
"required": [
|
|
73517
|
-
"__@BRAND@
|
|
73574
|
+
"__@BRAND@8494"
|
|
73518
73575
|
]
|
|
73519
73576
|
},
|
|
73520
73577
|
"disabled": {
|
|
@@ -73586,34 +73643,34 @@
|
|
|
73586
73643
|
"maxLength": {
|
|
73587
73644
|
"type": "object",
|
|
73588
73645
|
"properties": {
|
|
73589
|
-
"__@BRAND@
|
|
73646
|
+
"__@BRAND@8494": {
|
|
73590
73647
|
"type": "object"
|
|
73591
73648
|
}
|
|
73592
73649
|
},
|
|
73593
73650
|
"required": [
|
|
73594
|
-
"__@BRAND@
|
|
73651
|
+
"__@BRAND@8494"
|
|
73595
73652
|
]
|
|
73596
73653
|
},
|
|
73597
73654
|
"minLength": {
|
|
73598
73655
|
"type": "object",
|
|
73599
73656
|
"properties": {
|
|
73600
|
-
"__@BRAND@
|
|
73657
|
+
"__@BRAND@8494": {
|
|
73601
73658
|
"type": "object"
|
|
73602
73659
|
}
|
|
73603
73660
|
},
|
|
73604
73661
|
"required": [
|
|
73605
|
-
"__@BRAND@
|
|
73662
|
+
"__@BRAND@8494"
|
|
73606
73663
|
]
|
|
73607
73664
|
},
|
|
73608
73665
|
"pattern": {
|
|
73609
73666
|
"type": "object",
|
|
73610
73667
|
"properties": {
|
|
73611
|
-
"__@BRAND@
|
|
73668
|
+
"__@BRAND@8494": {
|
|
73612
73669
|
"type": "object"
|
|
73613
73670
|
}
|
|
73614
73671
|
},
|
|
73615
73672
|
"required": [
|
|
73616
|
-
"__@BRAND@
|
|
73673
|
+
"__@BRAND@8494"
|
|
73617
73674
|
]
|
|
73618
73675
|
},
|
|
73619
73676
|
"description": {
|
|
@@ -73763,34 +73820,34 @@
|
|
|
73763
73820
|
"maxLength": {
|
|
73764
73821
|
"type": "object",
|
|
73765
73822
|
"properties": {
|
|
73766
|
-
"__@BRAND@
|
|
73823
|
+
"__@BRAND@8494": {
|
|
73767
73824
|
"type": "object"
|
|
73768
73825
|
}
|
|
73769
73826
|
},
|
|
73770
73827
|
"required": [
|
|
73771
|
-
"__@BRAND@
|
|
73828
|
+
"__@BRAND@8494"
|
|
73772
73829
|
]
|
|
73773
73830
|
},
|
|
73774
73831
|
"minLength": {
|
|
73775
73832
|
"type": "object",
|
|
73776
73833
|
"properties": {
|
|
73777
|
-
"__@BRAND@
|
|
73834
|
+
"__@BRAND@8494": {
|
|
73778
73835
|
"type": "object"
|
|
73779
73836
|
}
|
|
73780
73837
|
},
|
|
73781
73838
|
"required": [
|
|
73782
|
-
"__@BRAND@
|
|
73839
|
+
"__@BRAND@8494"
|
|
73783
73840
|
]
|
|
73784
73841
|
},
|
|
73785
73842
|
"pattern": {
|
|
73786
73843
|
"type": "object",
|
|
73787
73844
|
"properties": {
|
|
73788
|
-
"__@BRAND@
|
|
73845
|
+
"__@BRAND@8494": {
|
|
73789
73846
|
"type": "object"
|
|
73790
73847
|
}
|
|
73791
73848
|
},
|
|
73792
73849
|
"required": [
|
|
73793
|
-
"__@BRAND@
|
|
73850
|
+
"__@BRAND@8494"
|
|
73794
73851
|
]
|
|
73795
73852
|
},
|
|
73796
73853
|
"description": {
|
|
@@ -73921,12 +73978,12 @@
|
|
|
73921
73978
|
"value": {
|
|
73922
73979
|
"type": "object",
|
|
73923
73980
|
"properties": {
|
|
73924
|
-
"__@BRAND@
|
|
73981
|
+
"__@BRAND@8494": {
|
|
73925
73982
|
"type": "object"
|
|
73926
73983
|
}
|
|
73927
73984
|
},
|
|
73928
73985
|
"required": [
|
|
73929
|
-
"__@BRAND@
|
|
73986
|
+
"__@BRAND@8494"
|
|
73930
73987
|
]
|
|
73931
73988
|
},
|
|
73932
73989
|
"disabled": {
|
|
@@ -74175,12 +74232,12 @@
|
|
|
74175
74232
|
"value": {
|
|
74176
74233
|
"type": "object",
|
|
74177
74234
|
"properties": {
|
|
74178
|
-
"__@BRAND@
|
|
74235
|
+
"__@BRAND@8494": {
|
|
74179
74236
|
"type": "object"
|
|
74180
74237
|
}
|
|
74181
74238
|
},
|
|
74182
74239
|
"required": [
|
|
74183
|
-
"__@BRAND@
|
|
74240
|
+
"__@BRAND@8494"
|
|
74184
74241
|
]
|
|
74185
74242
|
},
|
|
74186
74243
|
"disabled": {
|
|
@@ -78278,6 +78335,7 @@
|
|
|
78278
78335
|
"hono",
|
|
78279
78336
|
"express",
|
|
78280
78337
|
"h3",
|
|
78338
|
+
"nestjs",
|
|
78281
78339
|
"xmcp"
|
|
78282
78340
|
]
|
|
78283
78341
|
},
|
|
@@ -81887,6 +81945,7 @@
|
|
|
81887
81945
|
"hono",
|
|
81888
81946
|
"express",
|
|
81889
81947
|
"h3",
|
|
81948
|
+
"nestjs",
|
|
81890
81949
|
"xmcp"
|
|
81891
81950
|
]
|
|
81892
81951
|
},
|
|
@@ -82882,6 +82941,138 @@
|
|
|
82882
82941
|
"minLength": 1,
|
|
82883
82942
|
"pattern": "^[A-Z]{2}$"
|
|
82884
82943
|
},
|
|
82944
|
+
"TldNotSupported": {
|
|
82945
|
+
"type": "object",
|
|
82946
|
+
"required": [
|
|
82947
|
+
"status",
|
|
82948
|
+
"code",
|
|
82949
|
+
"message",
|
|
82950
|
+
"_tag"
|
|
82951
|
+
],
|
|
82952
|
+
"properties": {
|
|
82953
|
+
"status": {
|
|
82954
|
+
"type": "number",
|
|
82955
|
+
"enum": [
|
|
82956
|
+
400
|
|
82957
|
+
]
|
|
82958
|
+
},
|
|
82959
|
+
"code": {
|
|
82960
|
+
"type": "string",
|
|
82961
|
+
"enum": [
|
|
82962
|
+
"tld_not_supported"
|
|
82963
|
+
]
|
|
82964
|
+
},
|
|
82965
|
+
"message": {
|
|
82966
|
+
"type": "string"
|
|
82967
|
+
},
|
|
82968
|
+
"_tag": {
|
|
82969
|
+
"type": "string",
|
|
82970
|
+
"enum": [
|
|
82971
|
+
"TldNotSupported"
|
|
82972
|
+
]
|
|
82973
|
+
}
|
|
82974
|
+
},
|
|
82975
|
+
"additionalProperties": false
|
|
82976
|
+
},
|
|
82977
|
+
"DomainNotAvailable": {
|
|
82978
|
+
"type": "object",
|
|
82979
|
+
"required": [
|
|
82980
|
+
"status",
|
|
82981
|
+
"code",
|
|
82982
|
+
"message",
|
|
82983
|
+
"_tag"
|
|
82984
|
+
],
|
|
82985
|
+
"properties": {
|
|
82986
|
+
"status": {
|
|
82987
|
+
"type": "number",
|
|
82988
|
+
"enum": [
|
|
82989
|
+
400
|
|
82990
|
+
]
|
|
82991
|
+
},
|
|
82992
|
+
"code": {
|
|
82993
|
+
"type": "string",
|
|
82994
|
+
"enum": [
|
|
82995
|
+
"domain_not_available"
|
|
82996
|
+
]
|
|
82997
|
+
},
|
|
82998
|
+
"message": {
|
|
82999
|
+
"type": "string"
|
|
83000
|
+
},
|
|
83001
|
+
"_tag": {
|
|
83002
|
+
"type": "string",
|
|
83003
|
+
"enum": [
|
|
83004
|
+
"DomainNotAvailable"
|
|
83005
|
+
]
|
|
83006
|
+
}
|
|
83007
|
+
},
|
|
83008
|
+
"additionalProperties": false
|
|
83009
|
+
},
|
|
83010
|
+
"ExpectedPriceMismatch": {
|
|
83011
|
+
"type": "object",
|
|
83012
|
+
"required": [
|
|
83013
|
+
"status",
|
|
83014
|
+
"code",
|
|
83015
|
+
"message",
|
|
83016
|
+
"_tag"
|
|
83017
|
+
],
|
|
83018
|
+
"properties": {
|
|
83019
|
+
"status": {
|
|
83020
|
+
"type": "number",
|
|
83021
|
+
"enum": [
|
|
83022
|
+
400
|
|
83023
|
+
]
|
|
83024
|
+
},
|
|
83025
|
+
"code": {
|
|
83026
|
+
"type": "string",
|
|
83027
|
+
"enum": [
|
|
83028
|
+
"expected_price_mismatch"
|
|
83029
|
+
]
|
|
83030
|
+
},
|
|
83031
|
+
"message": {
|
|
83032
|
+
"type": "string"
|
|
83033
|
+
},
|
|
83034
|
+
"_tag": {
|
|
83035
|
+
"type": "string",
|
|
83036
|
+
"enum": [
|
|
83037
|
+
"ExpectedPriceMismatch"
|
|
83038
|
+
]
|
|
83039
|
+
}
|
|
83040
|
+
},
|
|
83041
|
+
"additionalProperties": false
|
|
83042
|
+
},
|
|
83043
|
+
"DuplicateDomains": {
|
|
83044
|
+
"type": "object",
|
|
83045
|
+
"required": [
|
|
83046
|
+
"status",
|
|
83047
|
+
"code",
|
|
83048
|
+
"message",
|
|
83049
|
+
"_tag"
|
|
83050
|
+
],
|
|
83051
|
+
"properties": {
|
|
83052
|
+
"status": {
|
|
83053
|
+
"type": "number",
|
|
83054
|
+
"enum": [
|
|
83055
|
+
400
|
|
83056
|
+
]
|
|
83057
|
+
},
|
|
83058
|
+
"code": {
|
|
83059
|
+
"type": "string",
|
|
83060
|
+
"enum": [
|
|
83061
|
+
"duplicate_domains"
|
|
83062
|
+
]
|
|
83063
|
+
},
|
|
83064
|
+
"message": {
|
|
83065
|
+
"type": "string"
|
|
83066
|
+
},
|
|
83067
|
+
"_tag": {
|
|
83068
|
+
"type": "string",
|
|
83069
|
+
"enum": [
|
|
83070
|
+
"DuplicateDomains"
|
|
83071
|
+
]
|
|
83072
|
+
}
|
|
83073
|
+
},
|
|
83074
|
+
"additionalProperties": false
|
|
83075
|
+
},
|
|
82885
83076
|
"Nameserver": {
|
|
82886
83077
|
"type": "string"
|
|
82887
83078
|
},
|
|
@@ -82937,7 +83128,6 @@
|
|
|
82937
83128
|
},
|
|
82938
83129
|
"fields": {
|
|
82939
83130
|
"type": "object",
|
|
82940
|
-
"required": [],
|
|
82941
83131
|
"properties": {}
|
|
82942
83132
|
}
|
|
82943
83133
|
},
|
|
@@ -82946,7 +83136,6 @@
|
|
|
82946
83136
|
},
|
|
82947
83137
|
"fields": {
|
|
82948
83138
|
"type": "object",
|
|
82949
|
-
"required": [],
|
|
82950
83139
|
"properties": {}
|
|
82951
83140
|
}
|
|
82952
83141
|
},
|
|
@@ -83003,7 +83192,6 @@
|
|
|
83003
83192
|
},
|
|
83004
83193
|
"fields": {
|
|
83005
83194
|
"type": "object",
|
|
83006
|
-
"required": [],
|
|
83007
83195
|
"properties": {}
|
|
83008
83196
|
}
|
|
83009
83197
|
},
|
|
@@ -83012,7 +83200,6 @@
|
|
|
83012
83200
|
},
|
|
83013
83201
|
"fields": {
|
|
83014
83202
|
"type": "object",
|
|
83015
|
-
"required": [],
|
|
83016
83203
|
"properties": {}
|
|
83017
83204
|
}
|
|
83018
83205
|
},
|
|
@@ -93251,10 +93438,5 @@
|
|
|
93251
93438
|
}
|
|
93252
93439
|
}
|
|
93253
93440
|
},
|
|
93254
|
-
"security": []
|
|
93255
|
-
"contact": {
|
|
93256
|
-
"email": "support@vercel.com",
|
|
93257
|
-
"name": "Vercel Support",
|
|
93258
|
-
"url": "https://vercel.com/support"
|
|
93259
|
-
}
|
|
93441
|
+
"security": []
|
|
93260
93442
|
}
|