@distilled.cloud/supabase 0.0.0 → 0.2.5-alpha2
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/lib/category.d.ts +5 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +5 -0
- package/lib/category.js.map +1 -0
- package/lib/client.d.ts +17 -0
- package/lib/client.d.ts.map +1 -0
- package/lib/client.js +49 -0
- package/lib/client.js.map +1 -0
- package/lib/credentials.d.ts +14 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +17 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +31 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +23 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +16 -0
- package/lib/index.js.map +1 -0
- package/lib/operations/index.d.ts +154 -0
- package/lib/operations/index.d.ts.map +1 -0
- package/lib/operations/index.js +154 -0
- package/lib/operations/index.js.map +1 -0
- package/lib/operations/v1ActivateCustomHostname.d.ts +44 -0
- package/lib/operations/v1ActivateCustomHostname.d.ts.map +1 -0
- package/lib/operations/v1ActivateCustomHostname.js +61 -0
- package/lib/operations/v1ActivateCustomHostname.js.map +1 -0
- package/lib/operations/v1ActivateVanitySubdomainConfig.d.ts +17 -0
- package/lib/operations/v1ActivateVanitySubdomainConfig.d.ts.map +1 -0
- package/lib/operations/v1ActivateVanitySubdomainConfig.js +29 -0
- package/lib/operations/v1ActivateVanitySubdomainConfig.js.map +1 -0
- package/lib/operations/v1ApplyAMigration.d.ts +20 -0
- package/lib/operations/v1ApplyAMigration.d.ts.map +1 -0
- package/lib/operations/v1ApplyAMigration.js +26 -0
- package/lib/operations/v1ApplyAMigration.js.map +1 -0
- package/lib/operations/v1ApplyProjectAddon.d.ts +18 -0
- package/lib/operations/v1ApplyProjectAddon.d.ts.map +1 -0
- package/lib/operations/v1ApplyProjectAddon.js +34 -0
- package/lib/operations/v1ApplyProjectAddon.js.map +1 -0
- package/lib/operations/v1AuthorizeJitAccess.d.ts +32 -0
- package/lib/operations/v1AuthorizeJitAccess.d.ts.map +1 -0
- package/lib/operations/v1AuthorizeJitAccess.js +40 -0
- package/lib/operations/v1AuthorizeJitAccess.js.map +1 -0
- package/lib/operations/v1AuthorizeUser.d.ts +24 -0
- package/lib/operations/v1AuthorizeUser.d.ts.map +1 -0
- package/lib/operations/v1AuthorizeUser.js +30 -0
- package/lib/operations/v1AuthorizeUser.js.map +1 -0
- package/lib/operations/v1BulkCreateSecrets.d.ts +16 -0
- package/lib/operations/v1BulkCreateSecrets.d.ts.map +1 -0
- package/lib/operations/v1BulkCreateSecrets.js +24 -0
- package/lib/operations/v1BulkCreateSecrets.js.map +1 -0
- package/lib/operations/v1BulkDeleteSecrets.d.ts +16 -0
- package/lib/operations/v1BulkDeleteSecrets.d.ts.map +1 -0
- package/lib/operations/v1BulkDeleteSecrets.js +24 -0
- package/lib/operations/v1BulkDeleteSecrets.js.map +1 -0
- package/lib/operations/v1BulkUpdateFunctions.d.ts +31 -0
- package/lib/operations/v1BulkUpdateFunctions.d.ts.map +1 -0
- package/lib/operations/v1BulkUpdateFunctions.js +39 -0
- package/lib/operations/v1BulkUpdateFunctions.js.map +1 -0
- package/lib/operations/v1CancelAProjectRestoration.d.ts +14 -0
- package/lib/operations/v1CancelAProjectRestoration.d.ts.map +1 -0
- package/lib/operations/v1CancelAProjectRestoration.js +22 -0
- package/lib/operations/v1CancelAProjectRestoration.js.map +1 -0
- package/lib/operations/v1CheckVanitySubdomainAvailability.d.ts +17 -0
- package/lib/operations/v1CheckVanitySubdomainAvailability.d.ts.map +1 -0
- package/lib/operations/v1CheckVanitySubdomainAvailability.js +29 -0
- package/lib/operations/v1CheckVanitySubdomainAvailability.js.map +1 -0
- package/lib/operations/v1ClaimProjectForOrganization.d.ts +15 -0
- package/lib/operations/v1ClaimProjectForOrganization.d.ts.map +1 -0
- package/lib/operations/v1ClaimProjectForOrganization.js +27 -0
- package/lib/operations/v1ClaimProjectForOrganization.js.map +1 -0
- package/lib/operations/v1CreateABranch.d.ts +45 -0
- package/lib/operations/v1CreateABranch.d.ts.map +1 -0
- package/lib/operations/v1CreateABranch.js +102 -0
- package/lib/operations/v1CreateABranch.js.map +1 -0
- package/lib/operations/v1CreateAProject.d.ts +30 -0
- package/lib/operations/v1CreateAProject.d.ts.map +1 -0
- package/lib/operations/v1CreateAProject.js +91 -0
- package/lib/operations/v1CreateAProject.js.map +1 -0
- package/lib/operations/v1CreateASsoProvider.d.ts +52 -0
- package/lib/operations/v1CreateASsoProvider.d.ts.map +1 -0
- package/lib/operations/v1CreateASsoProvider.js +73 -0
- package/lib/operations/v1CreateASsoProvider.js.map +1 -0
- package/lib/operations/v1CreateAnOrganization.d.ts +16 -0
- package/lib/operations/v1CreateAnOrganization.d.ts.map +1 -0
- package/lib/operations/v1CreateAnOrganization.js +24 -0
- package/lib/operations/v1CreateAnOrganization.js.map +1 -0
- package/lib/operations/v1CreateLegacySigningKey.d.ts +21 -0
- package/lib/operations/v1CreateLegacySigningKey.d.ts.map +1 -0
- package/lib/operations/v1CreateLegacySigningKey.js +37 -0
- package/lib/operations/v1CreateLegacySigningKey.js.map +1 -0
- package/lib/operations/v1CreateLoginRole.d.ts +19 -0
- package/lib/operations/v1CreateLoginRole.d.ts.map +1 -0
- package/lib/operations/v1CreateLoginRole.js +26 -0
- package/lib/operations/v1CreateLoginRole.js.map +1 -0
- package/lib/operations/v1CreateProjectApiKey.d.ts +31 -0
- package/lib/operations/v1CreateProjectApiKey.d.ts.map +1 -0
- package/lib/operations/v1CreateProjectApiKey.js +39 -0
- package/lib/operations/v1CreateProjectApiKey.js.map +1 -0
- package/lib/operations/v1CreateProjectClaimToken.d.ts +20 -0
- package/lib/operations/v1CreateProjectClaimToken.d.ts.map +1 -0
- package/lib/operations/v1CreateProjectClaimToken.js +28 -0
- package/lib/operations/v1CreateProjectClaimToken.js.map +1 -0
- package/lib/operations/v1CreateProjectSigningKey.d.ts +24 -0
- package/lib/operations/v1CreateProjectSigningKey.d.ts.map +1 -0
- package/lib/operations/v1CreateProjectSigningKey.js +40 -0
- package/lib/operations/v1CreateProjectSigningKey.js.map +1 -0
- package/lib/operations/v1CreateProjectTpaIntegration.d.ts +27 -0
- package/lib/operations/v1CreateProjectTpaIntegration.d.ts.map +1 -0
- package/lib/operations/v1CreateProjectTpaIntegration.js +39 -0
- package/lib/operations/v1CreateProjectTpaIntegration.js.map +1 -0
- package/lib/operations/v1CreateRestorePoint.d.ts +18 -0
- package/lib/operations/v1CreateRestorePoint.d.ts.map +1 -0
- package/lib/operations/v1CreateRestorePoint.js +29 -0
- package/lib/operations/v1CreateRestorePoint.js.map +1 -0
- package/lib/operations/v1DeactivateVanitySubdomainConfig.d.ts +14 -0
- package/lib/operations/v1DeactivateVanitySubdomainConfig.d.ts.map +1 -0
- package/lib/operations/v1DeactivateVanitySubdomainConfig.js +23 -0
- package/lib/operations/v1DeactivateVanitySubdomainConfig.js.map +1 -0
- package/lib/operations/v1DeleteABranch.d.ts +20 -0
- package/lib/operations/v1DeleteABranch.d.ts.map +1 -0
- package/lib/operations/v1DeleteABranch.js +26 -0
- package/lib/operations/v1DeleteABranch.js.map +1 -0
- package/lib/operations/v1DeleteAFunction.d.ts +18 -0
- package/lib/operations/v1DeleteAFunction.d.ts.map +1 -0
- package/lib/operations/v1DeleteAFunction.js +27 -0
- package/lib/operations/v1DeleteAFunction.js.map +1 -0
- package/lib/operations/v1DeleteAProject.d.ts +18 -0
- package/lib/operations/v1DeleteAProject.d.ts.map +1 -0
- package/lib/operations/v1DeleteAProject.js +24 -0
- package/lib/operations/v1DeleteAProject.js.map +1 -0
- package/lib/operations/v1DeleteASsoProvider.d.ts +40 -0
- package/lib/operations/v1DeleteASsoProvider.d.ts.map +1 -0
- package/lib/operations/v1DeleteASsoProvider.js +56 -0
- package/lib/operations/v1DeleteASsoProvider.js.map +1 -0
- package/lib/operations/v1DeleteHostnameConfig.d.ts +14 -0
- package/lib/operations/v1DeleteHostnameConfig.d.ts.map +1 -0
- package/lib/operations/v1DeleteHostnameConfig.js +22 -0
- package/lib/operations/v1DeleteHostnameConfig.js.map +1 -0
- package/lib/operations/v1DeleteJitAccess.d.ts +17 -0
- package/lib/operations/v1DeleteJitAccess.d.ts.map +1 -0
- package/lib/operations/v1DeleteJitAccess.js +26 -0
- package/lib/operations/v1DeleteJitAccess.js.map +1 -0
- package/lib/operations/v1DeleteLoginRoles.d.ts +16 -0
- package/lib/operations/v1DeleteLoginRoles.d.ts.map +1 -0
- package/lib/operations/v1DeleteLoginRoles.js +24 -0
- package/lib/operations/v1DeleteLoginRoles.js.map +1 -0
- package/lib/operations/v1DeleteNetworkBans.d.ts +17 -0
- package/lib/operations/v1DeleteNetworkBans.d.ts.map +1 -0
- package/lib/operations/v1DeleteNetworkBans.js +25 -0
- package/lib/operations/v1DeleteNetworkBans.js.map +1 -0
- package/lib/operations/v1DeleteProjectApiKey.d.ts +31 -0
- package/lib/operations/v1DeleteProjectApiKey.d.ts.map +1 -0
- package/lib/operations/v1DeleteProjectApiKey.js +39 -0
- package/lib/operations/v1DeleteProjectApiKey.js.map +1 -0
- package/lib/operations/v1DeleteProjectClaimToken.d.ts +14 -0
- package/lib/operations/v1DeleteProjectClaimToken.d.ts.map +1 -0
- package/lib/operations/v1DeleteProjectClaimToken.js +22 -0
- package/lib/operations/v1DeleteProjectClaimToken.js.map +1 -0
- package/lib/operations/v1DeleteProjectTpaIntegration.d.ts +25 -0
- package/lib/operations/v1DeleteProjectTpaIntegration.d.ts.map +1 -0
- package/lib/operations/v1DeleteProjectTpaIntegration.js +37 -0
- package/lib/operations/v1DeleteProjectTpaIntegration.js.map +1 -0
- package/lib/operations/v1DeployAFunction.d.ts +32 -0
- package/lib/operations/v1DeployAFunction.d.ts.map +1 -0
- package/lib/operations/v1DeployAFunction.js +39 -0
- package/lib/operations/v1DeployAFunction.js.map +1 -0
- package/lib/operations/v1DiffABranch.d.ts +19 -0
- package/lib/operations/v1DiffABranch.d.ts.map +1 -0
- package/lib/operations/v1DiffABranch.js +25 -0
- package/lib/operations/v1DiffABranch.js.map +1 -0
- package/lib/operations/v1DisablePreviewBranching.d.ts +16 -0
- package/lib/operations/v1DisablePreviewBranching.d.ts.map +1 -0
- package/lib/operations/v1DisablePreviewBranching.js +24 -0
- package/lib/operations/v1DisablePreviewBranching.js.map +1 -0
- package/lib/operations/v1DisableReadonlyModeTemporarily.d.ts +14 -0
- package/lib/operations/v1DisableReadonlyModeTemporarily.d.ts.map +1 -0
- package/lib/operations/v1DisableReadonlyModeTemporarily.js +26 -0
- package/lib/operations/v1DisableReadonlyModeTemporarily.js.map +1 -0
- package/lib/operations/v1EnableDatabaseWebhook.d.ts +14 -0
- package/lib/operations/v1EnableDatabaseWebhook.d.ts.map +1 -0
- package/lib/operations/v1EnableDatabaseWebhook.js +25 -0
- package/lib/operations/v1EnableDatabaseWebhook.js.map +1 -0
- package/lib/operations/v1ExchangeOauthToken.d.ts +15 -0
- package/lib/operations/v1ExchangeOauthToken.d.ts.map +1 -0
- package/lib/operations/v1ExchangeOauthToken.js +23 -0
- package/lib/operations/v1ExchangeOauthToken.js.map +1 -0
- package/lib/operations/v1GenerateTypescriptTypes.d.ts +19 -0
- package/lib/operations/v1GenerateTypescriptTypes.d.ts.map +1 -0
- package/lib/operations/v1GenerateTypescriptTypes.js +27 -0
- package/lib/operations/v1GenerateTypescriptTypes.js.map +1 -0
- package/lib/operations/v1GetABranch.d.ts +35 -0
- package/lib/operations/v1GetABranch.d.ts.map +1 -0
- package/lib/operations/v1GetABranch.js +64 -0
- package/lib/operations/v1GetABranch.js.map +1 -0
- package/lib/operations/v1GetABranchConfig.d.ts +27 -0
- package/lib/operations/v1GetABranchConfig.d.ts.map +1 -0
- package/lib/operations/v1GetABranchConfig.js +51 -0
- package/lib/operations/v1GetABranchConfig.js.map +1 -0
- package/lib/operations/v1GetAFunction.d.ts +31 -0
- package/lib/operations/v1GetAFunction.d.ts.map +1 -0
- package/lib/operations/v1GetAFunction.js +40 -0
- package/lib/operations/v1GetAFunction.js.map +1 -0
- package/lib/operations/v1GetAFunctionBody.d.ts +18 -0
- package/lib/operations/v1GetAFunctionBody.d.ts.map +1 -0
- package/lib/operations/v1GetAFunctionBody.js +29 -0
- package/lib/operations/v1GetAFunctionBody.js.map +1 -0
- package/lib/operations/v1GetAMigration.d.ts +24 -0
- package/lib/operations/v1GetAMigration.d.ts.map +1 -0
- package/lib/operations/v1GetAMigration.js +33 -0
- package/lib/operations/v1GetAMigration.js.map +1 -0
- package/lib/operations/v1GetASnippet.d.ts +38 -0
- package/lib/operations/v1GetASnippet.d.ts.map +1 -0
- package/lib/operations/v1GetASnippet.js +44 -0
- package/lib/operations/v1GetASnippet.js.map +1 -0
- package/lib/operations/v1GetASsoProvider.d.ts +40 -0
- package/lib/operations/v1GetASsoProvider.d.ts.map +1 -0
- package/lib/operations/v1GetASsoProvider.js +55 -0
- package/lib/operations/v1GetASsoProvider.js.map +1 -0
- package/lib/operations/v1GetActionRun.d.ts +32 -0
- package/lib/operations/v1GetActionRun.d.ts.map +1 -0
- package/lib/operations/v1GetActionRun.js +54 -0
- package/lib/operations/v1GetActionRun.js.map +1 -0
- package/lib/operations/v1GetActionRunLogs.d.ts +18 -0
- package/lib/operations/v1GetActionRunLogs.d.ts.map +1 -0
- package/lib/operations/v1GetActionRunLogs.js +25 -0
- package/lib/operations/v1GetActionRunLogs.js.map +1 -0
- package/lib/operations/v1GetAllProjectsForOrganization.d.ts +56 -0
- package/lib/operations/v1GetAllProjectsForOrganization.d.ts.map +1 -0
- package/lib/operations/v1GetAllProjectsForOrganization.js +115 -0
- package/lib/operations/v1GetAllProjectsForOrganization.js.map +1 -0
- package/lib/operations/v1GetAnOrganization.d.ts +20 -0
- package/lib/operations/v1GetAnOrganization.d.ts.map +1 -0
- package/lib/operations/v1GetAnOrganization.js +39 -0
- package/lib/operations/v1GetAnOrganization.js.map +1 -0
- package/lib/operations/v1GetAuthServiceConfig.d.ts +248 -0
- package/lib/operations/v1GetAuthServiceConfig.d.ts.map +1 -0
- package/lib/operations/v1GetAuthServiceConfig.js +267 -0
- package/lib/operations/v1GetAuthServiceConfig.js.map +1 -0
- package/lib/operations/v1GetAvailableRegions.d.ts +47 -0
- package/lib/operations/v1GetAvailableRegions.d.ts.map +1 -0
- package/lib/operations/v1GetAvailableRegions.js +113 -0
- package/lib/operations/v1GetAvailableRegions.js.map +1 -0
- package/lib/operations/v1GetDatabaseDisk.d.ts +17 -0
- package/lib/operations/v1GetDatabaseDisk.d.ts.map +1 -0
- package/lib/operations/v1GetDatabaseDisk.js +24 -0
- package/lib/operations/v1GetDatabaseDisk.js.map +1 -0
- package/lib/operations/v1GetDiskUtilization.d.ts +21 -0
- package/lib/operations/v1GetDiskUtilization.d.ts.map +1 -0
- package/lib/operations/v1GetDiskUtilization.js +29 -0
- package/lib/operations/v1GetDiskUtilization.js.map +1 -0
- package/lib/operations/v1GetHostnameConfig.d.ts +44 -0
- package/lib/operations/v1GetHostnameConfig.d.ts.map +1 -0
- package/lib/operations/v1GetHostnameConfig.js +58 -0
- package/lib/operations/v1GetHostnameConfig.js.map +1 -0
- package/lib/operations/v1GetJitAccess.d.ts +30 -0
- package/lib/operations/v1GetJitAccess.d.ts.map +1 -0
- package/lib/operations/v1GetJitAccess.js +36 -0
- package/lib/operations/v1GetJitAccess.js.map +1 -0
- package/lib/operations/v1GetJitAccessConfig.d.ts +28 -0
- package/lib/operations/v1GetJitAccessConfig.d.ts.map +1 -0
- package/lib/operations/v1GetJitAccessConfig.js +36 -0
- package/lib/operations/v1GetJitAccessConfig.js.map +1 -0
- package/lib/operations/v1GetLegacySigningKey.d.ts +21 -0
- package/lib/operations/v1GetLegacySigningKey.d.ts.map +1 -0
- package/lib/operations/v1GetLegacySigningKey.js +37 -0
- package/lib/operations/v1GetLegacySigningKey.js.map +1 -0
- package/lib/operations/v1GetNetworkRestrictions.d.ts +27 -0
- package/lib/operations/v1GetNetworkRestrictions.d.ts.map +1 -0
- package/lib/operations/v1GetNetworkRestrictions.js +35 -0
- package/lib/operations/v1GetNetworkRestrictions.js.map +1 -0
- package/lib/operations/v1GetOrganizationProjectClaim.d.ts +44 -0
- package/lib/operations/v1GetOrganizationProjectClaim.d.ts.map +1 -0
- package/lib/operations/v1GetOrganizationProjectClaim.js +62 -0
- package/lib/operations/v1GetOrganizationProjectClaim.js.map +1 -0
- package/lib/operations/v1GetPgsodiumConfig.d.ts +16 -0
- package/lib/operations/v1GetPgsodiumConfig.d.ts.map +1 -0
- package/lib/operations/v1GetPgsodiumConfig.js +24 -0
- package/lib/operations/v1GetPgsodiumConfig.js.map +1 -0
- package/lib/operations/v1GetPoolerConfig.d.ts +27 -0
- package/lib/operations/v1GetPoolerConfig.d.ts.map +1 -0
- package/lib/operations/v1GetPoolerConfig.js +33 -0
- package/lib/operations/v1GetPoolerConfig.js.map +1 -0
- package/lib/operations/v1GetPostgresConfig.d.ts +40 -0
- package/lib/operations/v1GetPostgresConfig.d.ts.map +1 -0
- package/lib/operations/v1GetPostgresConfig.js +51 -0
- package/lib/operations/v1GetPostgresConfig.js.map +1 -0
- package/lib/operations/v1GetPostgresUpgradeEligibility.d.ts +30 -0
- package/lib/operations/v1GetPostgresUpgradeEligibility.d.ts.map +1 -0
- package/lib/operations/v1GetPostgresUpgradeEligibility.js +59 -0
- package/lib/operations/v1GetPostgresUpgradeEligibility.js.map +1 -0
- package/lib/operations/v1GetPostgresUpgradeStatus.d.ts +24 -0
- package/lib/operations/v1GetPostgresUpgradeStatus.d.ts.map +1 -0
- package/lib/operations/v1GetPostgresUpgradeStatus.js +54 -0
- package/lib/operations/v1GetPostgresUpgradeStatus.js.map +1 -0
- package/lib/operations/v1GetPostgrestServiceConfig.d.ts +20 -0
- package/lib/operations/v1GetPostgrestServiceConfig.d.ts.map +1 -0
- package/lib/operations/v1GetPostgrestServiceConfig.js +28 -0
- package/lib/operations/v1GetPostgrestServiceConfig.js.map +1 -0
- package/lib/operations/v1GetProject.d.ts +29 -0
- package/lib/operations/v1GetProject.d.ts.map +1 -0
- package/lib/operations/v1GetProject.js +51 -0
- package/lib/operations/v1GetProject.js.map +1 -0
- package/lib/operations/v1GetProjectApiKey.d.ts +28 -0
- package/lib/operations/v1GetProjectApiKey.d.ts.map +1 -0
- package/lib/operations/v1GetProjectApiKey.js +36 -0
- package/lib/operations/v1GetProjectApiKey.js.map +1 -0
- package/lib/operations/v1GetProjectApiKeys.d.ts +27 -0
- package/lib/operations/v1GetProjectApiKeys.d.ts.map +1 -0
- package/lib/operations/v1GetProjectApiKeys.js +35 -0
- package/lib/operations/v1GetProjectApiKeys.js.map +1 -0
- package/lib/operations/v1GetProjectClaimToken.d.ts +19 -0
- package/lib/operations/v1GetProjectClaimToken.d.ts.map +1 -0
- package/lib/operations/v1GetProjectClaimToken.js +27 -0
- package/lib/operations/v1GetProjectClaimToken.js.map +1 -0
- package/lib/operations/v1GetProjectDiskAutoscaleConfig.d.ts +18 -0
- package/lib/operations/v1GetProjectDiskAutoscaleConfig.d.ts.map +1 -0
- package/lib/operations/v1GetProjectDiskAutoscaleConfig.js +27 -0
- package/lib/operations/v1GetProjectDiskAutoscaleConfig.js.map +1 -0
- package/lib/operations/v1GetProjectFunctionCombinedStats.d.ts +19 -0
- package/lib/operations/v1GetProjectFunctionCombinedStats.d.ts.map +1 -0
- package/lib/operations/v1GetProjectFunctionCombinedStats.js +31 -0
- package/lib/operations/v1GetProjectFunctionCombinedStats.js.map +1 -0
- package/lib/operations/v1GetProjectLegacyApiKeys.d.ts +16 -0
- package/lib/operations/v1GetProjectLegacyApiKeys.d.ts.map +1 -0
- package/lib/operations/v1GetProjectLegacyApiKeys.js +24 -0
- package/lib/operations/v1GetProjectLegacyApiKeys.js.map +1 -0
- package/lib/operations/v1GetProjectLogs.d.ts +27 -0
- package/lib/operations/v1GetProjectLogs.d.ts.map +1 -0
- package/lib/operations/v1GetProjectLogs.js +36 -0
- package/lib/operations/v1GetProjectLogs.js.map +1 -0
- package/lib/operations/v1GetProjectPgbouncerConfig.d.ts +24 -0
- package/lib/operations/v1GetProjectPgbouncerConfig.d.ts.map +1 -0
- package/lib/operations/v1GetProjectPgbouncerConfig.js +35 -0
- package/lib/operations/v1GetProjectPgbouncerConfig.js.map +1 -0
- package/lib/operations/v1GetProjectSigningKey.d.ts +22 -0
- package/lib/operations/v1GetProjectSigningKey.d.ts.map +1 -0
- package/lib/operations/v1GetProjectSigningKey.js +38 -0
- package/lib/operations/v1GetProjectSigningKey.js.map +1 -0
- package/lib/operations/v1GetProjectSigningKeys.d.ts +23 -0
- package/lib/operations/v1GetProjectSigningKeys.d.ts.map +1 -0
- package/lib/operations/v1GetProjectSigningKeys.js +39 -0
- package/lib/operations/v1GetProjectSigningKeys.js.map +1 -0
- package/lib/operations/v1GetProjectTpaIntegration.d.ts +25 -0
- package/lib/operations/v1GetProjectTpaIntegration.d.ts.map +1 -0
- package/lib/operations/v1GetProjectTpaIntegration.js +36 -0
- package/lib/operations/v1GetProjectTpaIntegration.js.map +1 -0
- package/lib/operations/v1GetProjectUsageApiCount.d.ts +24 -0
- package/lib/operations/v1GetProjectUsageApiCount.d.ts.map +1 -0
- package/lib/operations/v1GetProjectUsageApiCount.js +35 -0
- package/lib/operations/v1GetProjectUsageApiCount.js.map +1 -0
- package/lib/operations/v1GetProjectUsageRequestCount.d.ts +19 -0
- package/lib/operations/v1GetProjectUsageRequestCount.d.ts.map +1 -0
- package/lib/operations/v1GetProjectUsageRequestCount.js +31 -0
- package/lib/operations/v1GetProjectUsageRequestCount.js.map +1 -0
- package/lib/operations/v1GetReadonlyModeStatus.d.ts +18 -0
- package/lib/operations/v1GetReadonlyModeStatus.d.ts.map +1 -0
- package/lib/operations/v1GetReadonlyModeStatus.js +26 -0
- package/lib/operations/v1GetReadonlyModeStatus.js.map +1 -0
- package/lib/operations/v1GetRealtimeConfig.d.ts +26 -0
- package/lib/operations/v1GetRealtimeConfig.d.ts.map +1 -0
- package/lib/operations/v1GetRealtimeConfig.js +34 -0
- package/lib/operations/v1GetRealtimeConfig.js.map +1 -0
- package/lib/operations/v1GetRestorePoint.d.ts +18 -0
- package/lib/operations/v1GetRestorePoint.d.ts.map +1 -0
- package/lib/operations/v1GetRestorePoint.js +28 -0
- package/lib/operations/v1GetRestorePoint.js.map +1 -0
- package/lib/operations/v1GetServicesHealth.d.ts +22 -0
- package/lib/operations/v1GetServicesHealth.d.ts.map +1 -0
- package/lib/operations/v1GetServicesHealth.js +39 -0
- package/lib/operations/v1GetServicesHealth.js.map +1 -0
- package/lib/operations/v1GetSslEnforcementConfig.d.ts +19 -0
- package/lib/operations/v1GetSslEnforcementConfig.d.ts.map +1 -0
- package/lib/operations/v1GetSslEnforcementConfig.js +27 -0
- package/lib/operations/v1GetSslEnforcementConfig.js.map +1 -0
- package/lib/operations/v1GetStorageConfig.d.ts +44 -0
- package/lib/operations/v1GetStorageConfig.d.ts.map +1 -0
- package/lib/operations/v1GetStorageConfig.js +52 -0
- package/lib/operations/v1GetStorageConfig.js.map +1 -0
- package/lib/operations/v1GetVanitySubdomainConfig.d.ts +17 -0
- package/lib/operations/v1GetVanitySubdomainConfig.d.ts.map +1 -0
- package/lib/operations/v1GetVanitySubdomainConfig.js +25 -0
- package/lib/operations/v1GetVanitySubdomainConfig.js.map +1 -0
- package/lib/operations/v1ListActionRuns.d.ts +32 -0
- package/lib/operations/v1ListActionRuns.d.ts.map +1 -0
- package/lib/operations/v1ListActionRuns.js +54 -0
- package/lib/operations/v1ListActionRuns.js.map +1 -0
- package/lib/operations/v1ListAllBackups.d.ts +27 -0
- package/lib/operations/v1ListAllBackups.d.ts.map +1 -0
- package/lib/operations/v1ListAllBackups.js +40 -0
- package/lib/operations/v1ListAllBackups.js.map +1 -0
- package/lib/operations/v1ListAllBranches.d.ts +34 -0
- package/lib/operations/v1ListAllBranches.d.ts.map +1 -0
- package/lib/operations/v1ListAllBranches.js +63 -0
- package/lib/operations/v1ListAllBranches.js.map +1 -0
- package/lib/operations/v1ListAllBuckets.d.ts +21 -0
- package/lib/operations/v1ListAllBuckets.d.ts.map +1 -0
- package/lib/operations/v1ListAllBuckets.js +27 -0
- package/lib/operations/v1ListAllBuckets.js.map +1 -0
- package/lib/operations/v1ListAllFunctions.d.ts +29 -0
- package/lib/operations/v1ListAllFunctions.d.ts.map +1 -0
- package/lib/operations/v1ListAllFunctions.js +37 -0
- package/lib/operations/v1ListAllFunctions.js.map +1 -0
- package/lib/operations/v1ListAllNetworkBans.d.ts +16 -0
- package/lib/operations/v1ListAllNetworkBans.d.ts.map +1 -0
- package/lib/operations/v1ListAllNetworkBans.js +27 -0
- package/lib/operations/v1ListAllNetworkBans.js.map +1 -0
- package/lib/operations/v1ListAllNetworkBansEnriched.d.ts +20 -0
- package/lib/operations/v1ListAllNetworkBansEnriched.d.ts.map +1 -0
- package/lib/operations/v1ListAllNetworkBansEnriched.js +32 -0
- package/lib/operations/v1ListAllNetworkBansEnriched.js.map +1 -0
- package/lib/operations/v1ListAllOrganizations.d.ts +16 -0
- package/lib/operations/v1ListAllOrganizations.d.ts.map +1 -0
- package/lib/operations/v1ListAllOrganizations.js +24 -0
- package/lib/operations/v1ListAllOrganizations.js.map +1 -0
- package/lib/operations/v1ListAllProjects.d.ts +28 -0
- package/lib/operations/v1ListAllProjects.d.ts.map +1 -0
- package/lib/operations/v1ListAllProjects.js +50 -0
- package/lib/operations/v1ListAllProjects.js.map +1 -0
- package/lib/operations/v1ListAllSecrets.d.ts +20 -0
- package/lib/operations/v1ListAllSecrets.d.ts.map +1 -0
- package/lib/operations/v1ListAllSecrets.js +26 -0
- package/lib/operations/v1ListAllSecrets.js.map +1 -0
- package/lib/operations/v1ListAllSnippets.d.ts +42 -0
- package/lib/operations/v1ListAllSnippets.d.ts.map +1 -0
- package/lib/operations/v1ListAllSnippets.js +49 -0
- package/lib/operations/v1ListAllSnippets.js.map +1 -0
- package/lib/operations/v1ListAllSsoProvider.d.ts +41 -0
- package/lib/operations/v1ListAllSsoProvider.d.ts.map +1 -0
- package/lib/operations/v1ListAllSsoProvider.js +57 -0
- package/lib/operations/v1ListAllSsoProvider.js.map +1 -0
- package/lib/operations/v1ListAvailableRestoreVersions.d.ts +20 -0
- package/lib/operations/v1ListAvailableRestoreVersions.d.ts.map +1 -0
- package/lib/operations/v1ListAvailableRestoreVersions.js +36 -0
- package/lib/operations/v1ListAvailableRestoreVersions.js.map +1 -0
- package/lib/operations/v1ListJitAccess.d.ts +32 -0
- package/lib/operations/v1ListJitAccess.d.ts.map +1 -0
- package/lib/operations/v1ListJitAccess.js +38 -0
- package/lib/operations/v1ListJitAccess.js.map +1 -0
- package/lib/operations/v1ListMigrationHistory.d.ts +19 -0
- package/lib/operations/v1ListMigrationHistory.d.ts.map +1 -0
- package/lib/operations/v1ListMigrationHistory.js +27 -0
- package/lib/operations/v1ListMigrationHistory.js.map +1 -0
- package/lib/operations/v1ListOrganizationMembers.d.ts +20 -0
- package/lib/operations/v1ListOrganizationMembers.d.ts.map +1 -0
- package/lib/operations/v1ListOrganizationMembers.js +28 -0
- package/lib/operations/v1ListOrganizationMembers.js.map +1 -0
- package/lib/operations/v1ListProjectAddons.d.ts +46 -0
- package/lib/operations/v1ListProjectAddons.d.ts.map +1 -0
- package/lib/operations/v1ListProjectAddons.js +70 -0
- package/lib/operations/v1ListProjectAddons.js.map +1 -0
- package/lib/operations/v1ListProjectTpaIntegrations.d.ts +24 -0
- package/lib/operations/v1ListProjectTpaIntegrations.d.ts.map +1 -0
- package/lib/operations/v1ListProjectTpaIntegrations.js +36 -0
- package/lib/operations/v1ListProjectTpaIntegrations.js.map +1 -0
- package/lib/operations/v1MergeABranch.d.ts +20 -0
- package/lib/operations/v1MergeABranch.d.ts.map +1 -0
- package/lib/operations/v1MergeABranch.js +26 -0
- package/lib/operations/v1MergeABranch.js.map +1 -0
- package/lib/operations/v1ModifyDatabaseDisk.d.ts +15 -0
- package/lib/operations/v1ModifyDatabaseDisk.d.ts.map +1 -0
- package/lib/operations/v1ModifyDatabaseDisk.js +23 -0
- package/lib/operations/v1ModifyDatabaseDisk.js.map +1 -0
- package/lib/operations/v1OauthAuthorizeProjectClaim.d.ts +23 -0
- package/lib/operations/v1OauthAuthorizeProjectClaim.d.ts.map +1 -0
- package/lib/operations/v1OauthAuthorizeProjectClaim.js +32 -0
- package/lib/operations/v1OauthAuthorizeProjectClaim.js.map +1 -0
- package/lib/operations/v1PatchAMigration.d.ts +19 -0
- package/lib/operations/v1PatchAMigration.d.ts.map +1 -0
- package/lib/operations/v1PatchAMigration.js +28 -0
- package/lib/operations/v1PatchAMigration.js.map +1 -0
- package/lib/operations/v1PatchNetworkRestrictions.d.ts +39 -0
- package/lib/operations/v1PatchNetworkRestrictions.d.ts.map +1 -0
- package/lib/operations/v1PatchNetworkRestrictions.js +50 -0
- package/lib/operations/v1PatchNetworkRestrictions.js.map +1 -0
- package/lib/operations/v1PauseAProject.d.ts +14 -0
- package/lib/operations/v1PauseAProject.d.ts.map +1 -0
- package/lib/operations/v1PauseAProject.js +20 -0
- package/lib/operations/v1PauseAProject.js.map +1 -0
- package/lib/operations/v1PushABranch.d.ts +20 -0
- package/lib/operations/v1PushABranch.d.ts.map +1 -0
- package/lib/operations/v1PushABranch.js +26 -0
- package/lib/operations/v1PushABranch.js.map +1 -0
- package/lib/operations/v1ReadOnlyQuery.d.ts +18 -0
- package/lib/operations/v1ReadOnlyQuery.d.ts.map +1 -0
- package/lib/operations/v1ReadOnlyQuery.js +27 -0
- package/lib/operations/v1ReadOnlyQuery.js.map +1 -0
- package/lib/operations/v1RemoveAReadReplica.d.ts +15 -0
- package/lib/operations/v1RemoveAReadReplica.d.ts.map +1 -0
- package/lib/operations/v1RemoveAReadReplica.js +23 -0
- package/lib/operations/v1RemoveAReadReplica.js.map +1 -0
- package/lib/operations/v1RemoveProjectAddon.d.ts +17 -0
- package/lib/operations/v1RemoveProjectAddon.d.ts.map +1 -0
- package/lib/operations/v1RemoveProjectAddon.js +28 -0
- package/lib/operations/v1RemoveProjectAddon.js.map +1 -0
- package/lib/operations/v1RemoveProjectSigningKey.d.ts +22 -0
- package/lib/operations/v1RemoveProjectSigningKey.d.ts.map +1 -0
- package/lib/operations/v1RemoveProjectSigningKey.js +38 -0
- package/lib/operations/v1RemoveProjectSigningKey.js.map +1 -0
- package/lib/operations/v1ResetABranch.d.ts +20 -0
- package/lib/operations/v1ResetABranch.d.ts.map +1 -0
- package/lib/operations/v1ResetABranch.js +26 -0
- package/lib/operations/v1ResetABranch.js.map +1 -0
- package/lib/operations/v1RestoreABranch.d.ts +18 -0
- package/lib/operations/v1RestoreABranch.d.ts.map +1 -0
- package/lib/operations/v1RestoreABranch.js +24 -0
- package/lib/operations/v1RestoreABranch.js.map +1 -0
- package/lib/operations/v1RestoreAProject.d.ts +14 -0
- package/lib/operations/v1RestoreAProject.d.ts.map +1 -0
- package/lib/operations/v1RestoreAProject.js +20 -0
- package/lib/operations/v1RestoreAProject.js.map +1 -0
- package/lib/operations/v1RestorePitrBackup.d.ts +15 -0
- package/lib/operations/v1RestorePitrBackup.d.ts.map +1 -0
- package/lib/operations/v1RestorePitrBackup.js +26 -0
- package/lib/operations/v1RestorePitrBackup.js.map +1 -0
- package/lib/operations/v1RevokeToken.d.ts +14 -0
- package/lib/operations/v1RevokeToken.d.ts.map +1 -0
- package/lib/operations/v1RevokeToken.js +20 -0
- package/lib/operations/v1RevokeToken.js.map +1 -0
- package/lib/operations/v1RollbackMigrations.d.ts +18 -0
- package/lib/operations/v1RollbackMigrations.d.ts.map +1 -0
- package/lib/operations/v1RollbackMigrations.js +29 -0
- package/lib/operations/v1RollbackMigrations.js.map +1 -0
- package/lib/operations/v1RunAQuery.d.ts +17 -0
- package/lib/operations/v1RunAQuery.d.ts.map +1 -0
- package/lib/operations/v1RunAQuery.js +23 -0
- package/lib/operations/v1RunAQuery.js.map +1 -0
- package/lib/operations/v1SetupAReadReplica.d.ts +15 -0
- package/lib/operations/v1SetupAReadReplica.d.ts.map +1 -0
- package/lib/operations/v1SetupAReadReplica.js +42 -0
- package/lib/operations/v1SetupAReadReplica.js.map +1 -0
- package/lib/operations/v1ShutdownRealtime.d.ts +14 -0
- package/lib/operations/v1ShutdownRealtime.d.ts.map +1 -0
- package/lib/operations/v1ShutdownRealtime.js +24 -0
- package/lib/operations/v1ShutdownRealtime.js.map +1 -0
- package/lib/operations/v1Undo.d.ts +15 -0
- package/lib/operations/v1Undo.d.ts.map +1 -0
- package/lib/operations/v1Undo.js +21 -0
- package/lib/operations/v1Undo.js.map +1 -0
- package/lib/operations/v1UpdateABranchConfig.d.ts +41 -0
- package/lib/operations/v1UpdateABranchConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateABranchConfig.js +79 -0
- package/lib/operations/v1UpdateABranchConfig.js.map +1 -0
- package/lib/operations/v1UpdateAFunction.d.ts +41 -0
- package/lib/operations/v1UpdateAFunction.d.ts.map +1 -0
- package/lib/operations/v1UpdateAFunction.js +51 -0
- package/lib/operations/v1UpdateAFunction.js.map +1 -0
- package/lib/operations/v1UpdateAProject.d.ts +19 -0
- package/lib/operations/v1UpdateAProject.d.ts.map +1 -0
- package/lib/operations/v1UpdateAProject.js +25 -0
- package/lib/operations/v1UpdateAProject.js.map +1 -0
- package/lib/operations/v1UpdateASsoProvider.d.ts +52 -0
- package/lib/operations/v1UpdateASsoProvider.d.ts.map +1 -0
- package/lib/operations/v1UpdateASsoProvider.js +73 -0
- package/lib/operations/v1UpdateASsoProvider.js.map +1 -0
- package/lib/operations/v1UpdateActionRunStatus.d.ts +27 -0
- package/lib/operations/v1UpdateActionRunStatus.d.ts.map +1 -0
- package/lib/operations/v1UpdateActionRunStatus.js +94 -0
- package/lib/operations/v1UpdateActionRunStatus.js.map +1 -0
- package/lib/operations/v1UpdateAuthServiceConfig.d.ts +478 -0
- package/lib/operations/v1UpdateAuthServiceConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateAuthServiceConfig.js +508 -0
- package/lib/operations/v1UpdateAuthServiceConfig.js.map +1 -0
- package/lib/operations/v1UpdateDatabasePassword.d.ts +17 -0
- package/lib/operations/v1UpdateDatabasePassword.d.ts.map +1 -0
- package/lib/operations/v1UpdateDatabasePassword.js +25 -0
- package/lib/operations/v1UpdateDatabasePassword.js.map +1 -0
- package/lib/operations/v1UpdateHostnameConfig.d.ts +45 -0
- package/lib/operations/v1UpdateHostnameConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateHostnameConfig.js +62 -0
- package/lib/operations/v1UpdateHostnameConfig.js.map +1 -0
- package/lib/operations/v1UpdateJitAccess.d.ts +43 -0
- package/lib/operations/v1UpdateJitAccess.d.ts.map +1 -0
- package/lib/operations/v1UpdateJitAccess.js +50 -0
- package/lib/operations/v1UpdateJitAccess.js.map +1 -0
- package/lib/operations/v1UpdateJitAccessConfig.d.ts +29 -0
- package/lib/operations/v1UpdateJitAccessConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateJitAccessConfig.js +37 -0
- package/lib/operations/v1UpdateJitAccessConfig.js.map +1 -0
- package/lib/operations/v1UpdateNetworkRestrictions.d.ts +29 -0
- package/lib/operations/v1UpdateNetworkRestrictions.d.ts.map +1 -0
- package/lib/operations/v1UpdateNetworkRestrictions.js +40 -0
- package/lib/operations/v1UpdateNetworkRestrictions.js.map +1 -0
- package/lib/operations/v1UpdatePgsodiumConfig.d.ts +17 -0
- package/lib/operations/v1UpdatePgsodiumConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdatePgsodiumConfig.js +25 -0
- package/lib/operations/v1UpdatePgsodiumConfig.js.map +1 -0
- package/lib/operations/v1UpdatePoolerConfig.d.ts +19 -0
- package/lib/operations/v1UpdatePoolerConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdatePoolerConfig.js +30 -0
- package/lib/operations/v1UpdatePoolerConfig.js.map +1 -0
- package/lib/operations/v1UpdatePostgresConfig.d.ts +66 -0
- package/lib/operations/v1UpdatePostgresConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdatePostgresConfig.js +77 -0
- package/lib/operations/v1UpdatePostgresConfig.js.map +1 -0
- package/lib/operations/v1UpdatePostgrestServiceConfig.d.ts +23 -0
- package/lib/operations/v1UpdatePostgrestServiceConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdatePostgrestServiceConfig.js +32 -0
- package/lib/operations/v1UpdatePostgrestServiceConfig.js.map +1 -0
- package/lib/operations/v1UpdateProjectApiKey.d.ts +31 -0
- package/lib/operations/v1UpdateProjectApiKey.d.ts.map +1 -0
- package/lib/operations/v1UpdateProjectApiKey.js +39 -0
- package/lib/operations/v1UpdateProjectApiKey.js.map +1 -0
- package/lib/operations/v1UpdateProjectLegacyApiKeys.d.ts +18 -0
- package/lib/operations/v1UpdateProjectLegacyApiKeys.d.ts.map +1 -0
- package/lib/operations/v1UpdateProjectLegacyApiKeys.js +27 -0
- package/lib/operations/v1UpdateProjectLegacyApiKeys.js.map +1 -0
- package/lib/operations/v1UpdateProjectSigningKey.d.ts +23 -0
- package/lib/operations/v1UpdateProjectSigningKey.d.ts.map +1 -0
- package/lib/operations/v1UpdateProjectSigningKey.js +44 -0
- package/lib/operations/v1UpdateProjectSigningKey.js.map +1 -0
- package/lib/operations/v1UpdateRealtimeConfig.d.ts +25 -0
- package/lib/operations/v1UpdateRealtimeConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateRealtimeConfig.js +33 -0
- package/lib/operations/v1UpdateRealtimeConfig.js.map +1 -0
- package/lib/operations/v1UpdateSslEnforcementConfig.d.ts +22 -0
- package/lib/operations/v1UpdateSslEnforcementConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateSslEnforcementConfig.js +31 -0
- package/lib/operations/v1UpdateSslEnforcementConfig.js.map +1 -0
- package/lib/operations/v1UpdateStorageConfig.d.ts +37 -0
- package/lib/operations/v1UpdateStorageConfig.d.ts.map +1 -0
- package/lib/operations/v1UpdateStorageConfig.js +45 -0
- package/lib/operations/v1UpdateStorageConfig.js.map +1 -0
- package/lib/operations/v1UpgradePostgresVersion.d.ts +18 -0
- package/lib/operations/v1UpgradePostgresVersion.d.ts.map +1 -0
- package/lib/operations/v1UpgradePostgresVersion.js +33 -0
- package/lib/operations/v1UpgradePostgresVersion.js.map +1 -0
- package/lib/operations/v1UpsertAMigration.d.ts +20 -0
- package/lib/operations/v1UpsertAMigration.d.ts.map +1 -0
- package/lib/operations/v1UpsertAMigration.js +27 -0
- package/lib/operations/v1UpsertAMigration.js.map +1 -0
- package/lib/operations/v1VerifyDnsConfig.d.ts +44 -0
- package/lib/operations/v1VerifyDnsConfig.d.ts.map +1 -0
- package/lib/operations/v1VerifyDnsConfig.js +60 -0
- package/lib/operations/v1VerifyDnsConfig.js.map +1 -0
- package/lib/retry.d.ts +22 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +21 -0
- package/lib/retry.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/traits.d.ts +5 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +5 -0
- package/lib/traits.js.map +1 -0
- package/package.json +80 -9
- package/src/category.ts +4 -0
- package/src/client.ts +60 -0
- package/src/credentials.ts +30 -0
- package/src/errors.ts +47 -0
- package/src/index.ts +15 -0
- package/src/operations/index.ts +153 -0
- package/src/operations/v1ActivateCustomHostname.ts +77 -0
- package/src/operations/v1ActivateVanitySubdomainConfig.ts +37 -0
- package/src/operations/v1ApplyAMigration.ts +34 -0
- package/src/operations/v1ApplyProjectAddon.ts +40 -0
- package/src/operations/v1AuthorizeJitAccess.ts +56 -0
- package/src/operations/v1AuthorizeUser.ts +36 -0
- package/src/operations/v1BulkCreateSecrets.ts +28 -0
- package/src/operations/v1BulkDeleteSecrets.ts +28 -0
- package/src/operations/v1BulkUpdateFunctions.ts +48 -0
- package/src/operations/v1CancelAProjectRestoration.ts +32 -0
- package/src/operations/v1CheckVanitySubdomainAvailability.ts +37 -0
- package/src/operations/v1ClaimProjectForOrganization.ts +35 -0
- package/src/operations/v1CreateABranch.ts +112 -0
- package/src/operations/v1CreateAProject.ts +101 -0
- package/src/operations/v1CreateASsoProvider.ts +101 -0
- package/src/operations/v1CreateAnOrganization.ts +32 -0
- package/src/operations/v1CreateLegacySigningKey.ts +47 -0
- package/src/operations/v1CreateLoginRole.ts +32 -0
- package/src/operations/v1CreateProjectApiKey.ts +52 -0
- package/src/operations/v1CreateProjectClaimToken.ts +36 -0
- package/src/operations/v1CreateProjectSigningKey.ts +50 -0
- package/src/operations/v1CreateProjectTpaIntegration.ts +47 -0
- package/src/operations/v1CreateRestorePoint.ts +37 -0
- package/src/operations/v1DeactivateVanitySubdomainConfig.ts +31 -0
- package/src/operations/v1DeleteABranch.ts +30 -0
- package/src/operations/v1DeleteAFunction.ts +35 -0
- package/src/operations/v1DeleteAProject.ts +30 -0
- package/src/operations/v1DeleteASsoProvider.ts +77 -0
- package/src/operations/v1DeleteHostnameConfig.ts +32 -0
- package/src/operations/v1DeleteJitAccess.ts +34 -0
- package/src/operations/v1DeleteLoginRoles.ts +30 -0
- package/src/operations/v1DeleteNetworkBans.ts +31 -0
- package/src/operations/v1DeleteProjectApiKey.ts +52 -0
- package/src/operations/v1DeleteProjectClaimToken.ts +30 -0
- package/src/operations/v1DeleteProjectTpaIntegration.ts +45 -0
- package/src/operations/v1DeployAFunction.ts +45 -0
- package/src/operations/v1DiffABranch.ts +31 -0
- package/src/operations/v1DisablePreviewBranching.ts +32 -0
- package/src/operations/v1DisableReadonlyModeTemporarily.ts +34 -0
- package/src/operations/v1EnableDatabaseWebhook.ts +35 -0
- package/src/operations/v1ExchangeOauthToken.ts +31 -0
- package/src/operations/v1GenerateTypescriptTypes.ts +37 -0
- package/src/operations/v1GetABranch.ts +70 -0
- package/src/operations/v1GetABranchConfig.ts +55 -0
- package/src/operations/v1GetAFunction.ts +46 -0
- package/src/operations/v1GetAFunctionBody.ts +35 -0
- package/src/operations/v1GetAMigration.ts +39 -0
- package/src/operations/v1GetASnippet.ts +48 -0
- package/src/operations/v1GetASsoProvider.ts +76 -0
- package/src/operations/v1GetActionRun.ts +60 -0
- package/src/operations/v1GetActionRunLogs.ts +31 -0
- package/src/operations/v1GetAllProjectsForOrganization.ts +129 -0
- package/src/operations/v1GetAnOrganization.ts +49 -0
- package/src/operations/v1GetAuthServiceConfig.ts +313 -0
- package/src/operations/v1GetAvailableRegions.ts +130 -0
- package/src/operations/v1GetDatabaseDisk.ts +30 -0
- package/src/operations/v1GetDiskUtilization.ts +37 -0
- package/src/operations/v1GetHostnameConfig.ts +70 -0
- package/src/operations/v1GetJitAccess.ts +52 -0
- package/src/operations/v1GetJitAccessConfig.ts +54 -0
- package/src/operations/v1GetLegacySigningKey.ts +46 -0
- package/src/operations/v1GetNetworkRestrictions.ts +47 -0
- package/src/operations/v1GetOrganizationProjectClaim.ts +80 -0
- package/src/operations/v1GetPgsodiumConfig.ts +28 -0
- package/src/operations/v1GetPoolerConfig.ts +43 -0
- package/src/operations/v1GetPostgresConfig.ts +59 -0
- package/src/operations/v1GetPostgresUpgradeEligibility.ts +69 -0
- package/src/operations/v1GetPostgresUpgradeStatus.ts +68 -0
- package/src/operations/v1GetPostgrestServiceConfig.ts +36 -0
- package/src/operations/v1GetProject.ts +55 -0
- package/src/operations/v1GetProjectApiKey.ts +44 -0
- package/src/operations/v1GetProjectApiKeys.ts +45 -0
- package/src/operations/v1GetProjectClaimToken.ts +35 -0
- package/src/operations/v1GetProjectDiskAutoscaleConfig.ts +35 -0
- package/src/operations/v1GetProjectFunctionCombinedStats.ts +39 -0
- package/src/operations/v1GetProjectLegacyApiKeys.ts +34 -0
- package/src/operations/v1GetProjectLogs.ts +44 -0
- package/src/operations/v1GetProjectPgbouncerConfig.ts +47 -0
- package/src/operations/v1GetProjectSigningKey.ts +48 -0
- package/src/operations/v1GetProjectSigningKeys.ts +51 -0
- package/src/operations/v1GetProjectTpaIntegration.ts +46 -0
- package/src/operations/v1GetProjectUsageApiCount.ts +51 -0
- package/src/operations/v1GetProjectUsageRequestCount.ts +43 -0
- package/src/operations/v1GetReadonlyModeStatus.ts +34 -0
- package/src/operations/v1GetRealtimeConfig.ts +40 -0
- package/src/operations/v1GetRestorePoint.ts +36 -0
- package/src/operations/v1GetServicesHealth.ts +45 -0
- package/src/operations/v1GetSslEnforcementConfig.ts +37 -0
- package/src/operations/v1GetStorageConfig.ts +56 -0
- package/src/operations/v1GetVanitySubdomainConfig.ts +35 -0
- package/src/operations/v1ListActionRuns.ts +62 -0
- package/src/operations/v1ListAllBackups.ts +48 -0
- package/src/operations/v1ListAllBranches.ts +73 -0
- package/src/operations/v1ListAllBuckets.ts +33 -0
- package/src/operations/v1ListAllFunctions.ts +43 -0
- package/src/operations/v1ListAllNetworkBans.ts +35 -0
- package/src/operations/v1ListAllNetworkBansEnriched.ts +42 -0
- package/src/operations/v1ListAllOrganizations.ts +36 -0
- package/src/operations/v1ListAllProjects.ts +58 -0
- package/src/operations/v1ListAllSecrets.ts +32 -0
- package/src/operations/v1ListAllSnippets.ts +57 -0
- package/src/operations/v1ListAllSsoProvider.ts +80 -0
- package/src/operations/v1ListAvailableRestoreVersions.ts +44 -0
- package/src/operations/v1ListJitAccess.ts +58 -0
- package/src/operations/v1ListMigrationHistory.ts +39 -0
- package/src/operations/v1ListOrganizationMembers.ts +38 -0
- package/src/operations/v1ListProjectAddons.ts +80 -0
- package/src/operations/v1ListProjectTpaIntegrations.ts +46 -0
- package/src/operations/v1MergeABranch.ts +32 -0
- package/src/operations/v1ModifyDatabaseDisk.ts +29 -0
- package/src/operations/v1OauthAuthorizeProjectClaim.ts +40 -0
- package/src/operations/v1PatchAMigration.ts +36 -0
- package/src/operations/v1PatchNetworkRestrictions.ts +74 -0
- package/src/operations/v1PauseAProject.ts +24 -0
- package/src/operations/v1PushABranch.ts +32 -0
- package/src/operations/v1ReadOnlyQuery.ts +33 -0
- package/src/operations/v1RemoveAReadReplica.ts +31 -0
- package/src/operations/v1RemoveProjectAddon.ts +36 -0
- package/src/operations/v1RemoveProjectSigningKey.ts +48 -0
- package/src/operations/v1ResetABranch.ts +32 -0
- package/src/operations/v1RestoreABranch.ts +32 -0
- package/src/operations/v1RestoreAProject.ts +26 -0
- package/src/operations/v1RestorePitrBackup.ts +32 -0
- package/src/operations/v1RevokeToken.ts +24 -0
- package/src/operations/v1RollbackMigrations.ts +37 -0
- package/src/operations/v1RunAQuery.ts +27 -0
- package/src/operations/v1SetupAReadReplica.ts +48 -0
- package/src/operations/v1ShutdownRealtime.ts +30 -0
- package/src/operations/v1Undo.ts +27 -0
- package/src/operations/v1UpdateABranchConfig.ts +90 -0
- package/src/operations/v1UpdateAFunction.ts +59 -0
- package/src/operations/v1UpdateAProject.ts +31 -0
- package/src/operations/v1UpdateASsoProvider.ts +101 -0
- package/src/operations/v1UpdateActionRunStatus.ts +118 -0
- package/src/operations/v1UpdateAuthServiceConfig.ts +731 -0
- package/src/operations/v1UpdateDatabasePassword.ts +35 -0
- package/src/operations/v1UpdateHostnameConfig.ts +78 -0
- package/src/operations/v1UpdateJitAccess.ts +80 -0
- package/src/operations/v1UpdateJitAccessConfig.ts +57 -0
- package/src/operations/v1UpdateNetworkRestrictions.ts +52 -0
- package/src/operations/v1UpdatePgsodiumConfig.ts +33 -0
- package/src/operations/v1UpdatePoolerConfig.ts +38 -0
- package/src/operations/v1UpdatePostgresConfig.ts +91 -0
- package/src/operations/v1UpdatePostgrestServiceConfig.ts +38 -0
- package/src/operations/v1UpdateProjectApiKey.ts +54 -0
- package/src/operations/v1UpdateProjectLegacyApiKeys.ts +35 -0
- package/src/operations/v1UpdateProjectSigningKey.ts +54 -0
- package/src/operations/v1UpdateRealtimeConfig.ts +43 -0
- package/src/operations/v1UpdateSslEnforcementConfig.ts +39 -0
- package/src/operations/v1UpdateStorageConfig.ts +66 -0
- package/src/operations/v1UpgradePostgresVersion.ts +43 -0
- package/src/operations/v1UpsertAMigration.ts +33 -0
- package/src/operations/v1VerifyDnsConfig.ts +74 -0
- package/src/retry.ts +37 -0
- package/src/sensitive.ts +4 -0
- package/src/traits.ts +4 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetAuthServiceConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/config/auth" }));
|
|
10
|
+
export type V1GetAuthServiceConfigInput =
|
|
11
|
+
typeof V1GetAuthServiceConfigInput.Type;
|
|
12
|
+
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const V1GetAuthServiceConfigOutput =
|
|
15
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
16
|
+
api_max_request_duration: Schema.NullOr(Schema.Number),
|
|
17
|
+
db_max_pool_size: Schema.NullOr(Schema.Number),
|
|
18
|
+
db_max_pool_size_unit: Schema.NullOr(
|
|
19
|
+
Schema.Literals(["connections", "percent"]),
|
|
20
|
+
),
|
|
21
|
+
disable_signup: Schema.NullOr(Schema.Boolean),
|
|
22
|
+
external_anonymous_users_enabled: Schema.NullOr(Schema.Boolean),
|
|
23
|
+
external_apple_additional_client_ids: Schema.NullOr(Schema.String),
|
|
24
|
+
external_apple_client_id: Schema.NullOr(Schema.String),
|
|
25
|
+
external_apple_email_optional: Schema.NullOr(Schema.Boolean),
|
|
26
|
+
external_apple_enabled: Schema.NullOr(Schema.Boolean),
|
|
27
|
+
external_apple_secret: Schema.NullOr(Schema.String),
|
|
28
|
+
external_azure_client_id: Schema.NullOr(Schema.String),
|
|
29
|
+
external_azure_email_optional: Schema.NullOr(Schema.Boolean),
|
|
30
|
+
external_azure_enabled: Schema.NullOr(Schema.Boolean),
|
|
31
|
+
external_azure_secret: Schema.NullOr(Schema.String),
|
|
32
|
+
external_azure_url: Schema.NullOr(Schema.String),
|
|
33
|
+
external_bitbucket_client_id: Schema.NullOr(Schema.String),
|
|
34
|
+
external_bitbucket_email_optional: Schema.NullOr(Schema.Boolean),
|
|
35
|
+
external_bitbucket_enabled: Schema.NullOr(Schema.Boolean),
|
|
36
|
+
external_bitbucket_secret: Schema.NullOr(Schema.String),
|
|
37
|
+
external_discord_client_id: Schema.NullOr(Schema.String),
|
|
38
|
+
external_discord_email_optional: Schema.NullOr(Schema.Boolean),
|
|
39
|
+
external_discord_enabled: Schema.NullOr(Schema.Boolean),
|
|
40
|
+
external_discord_secret: Schema.NullOr(Schema.String),
|
|
41
|
+
external_email_enabled: Schema.NullOr(Schema.Boolean),
|
|
42
|
+
external_facebook_client_id: Schema.NullOr(Schema.String),
|
|
43
|
+
external_facebook_email_optional: Schema.NullOr(Schema.Boolean),
|
|
44
|
+
external_facebook_enabled: Schema.NullOr(Schema.Boolean),
|
|
45
|
+
external_facebook_secret: Schema.NullOr(Schema.String),
|
|
46
|
+
external_figma_client_id: Schema.NullOr(Schema.String),
|
|
47
|
+
external_figma_email_optional: Schema.NullOr(Schema.Boolean),
|
|
48
|
+
external_figma_enabled: Schema.NullOr(Schema.Boolean),
|
|
49
|
+
external_figma_secret: Schema.NullOr(Schema.String),
|
|
50
|
+
external_github_client_id: Schema.NullOr(Schema.String),
|
|
51
|
+
external_github_email_optional: Schema.NullOr(Schema.Boolean),
|
|
52
|
+
external_github_enabled: Schema.NullOr(Schema.Boolean),
|
|
53
|
+
external_github_secret: Schema.NullOr(Schema.String),
|
|
54
|
+
external_gitlab_client_id: Schema.NullOr(Schema.String),
|
|
55
|
+
external_gitlab_email_optional: Schema.NullOr(Schema.Boolean),
|
|
56
|
+
external_gitlab_enabled: Schema.NullOr(Schema.Boolean),
|
|
57
|
+
external_gitlab_secret: Schema.NullOr(Schema.String),
|
|
58
|
+
external_gitlab_url: Schema.NullOr(Schema.String),
|
|
59
|
+
external_google_additional_client_ids: Schema.NullOr(Schema.String),
|
|
60
|
+
external_google_client_id: Schema.NullOr(Schema.String),
|
|
61
|
+
external_google_email_optional: Schema.NullOr(Schema.Boolean),
|
|
62
|
+
external_google_enabled: Schema.NullOr(Schema.Boolean),
|
|
63
|
+
external_google_secret: Schema.NullOr(Schema.String),
|
|
64
|
+
external_google_skip_nonce_check: Schema.NullOr(Schema.Boolean),
|
|
65
|
+
external_kakao_client_id: Schema.NullOr(Schema.String),
|
|
66
|
+
external_kakao_email_optional: Schema.NullOr(Schema.Boolean),
|
|
67
|
+
external_kakao_enabled: Schema.NullOr(Schema.Boolean),
|
|
68
|
+
external_kakao_secret: Schema.NullOr(Schema.String),
|
|
69
|
+
external_keycloak_client_id: Schema.NullOr(Schema.String),
|
|
70
|
+
external_keycloak_email_optional: Schema.NullOr(Schema.Boolean),
|
|
71
|
+
external_keycloak_enabled: Schema.NullOr(Schema.Boolean),
|
|
72
|
+
external_keycloak_secret: Schema.NullOr(Schema.String),
|
|
73
|
+
external_keycloak_url: Schema.NullOr(Schema.String),
|
|
74
|
+
external_linkedin_oidc_client_id: Schema.NullOr(Schema.String),
|
|
75
|
+
external_linkedin_oidc_email_optional: Schema.NullOr(Schema.Boolean),
|
|
76
|
+
external_linkedin_oidc_enabled: Schema.NullOr(Schema.Boolean),
|
|
77
|
+
external_linkedin_oidc_secret: Schema.NullOr(Schema.String),
|
|
78
|
+
external_slack_oidc_client_id: Schema.NullOr(Schema.String),
|
|
79
|
+
external_slack_oidc_email_optional: Schema.NullOr(Schema.Boolean),
|
|
80
|
+
external_slack_oidc_enabled: Schema.NullOr(Schema.Boolean),
|
|
81
|
+
external_slack_oidc_secret: Schema.NullOr(Schema.String),
|
|
82
|
+
external_notion_client_id: Schema.NullOr(Schema.String),
|
|
83
|
+
external_notion_email_optional: Schema.NullOr(Schema.Boolean),
|
|
84
|
+
external_notion_enabled: Schema.NullOr(Schema.Boolean),
|
|
85
|
+
external_notion_secret: Schema.NullOr(Schema.String),
|
|
86
|
+
external_phone_enabled: Schema.NullOr(Schema.Boolean),
|
|
87
|
+
external_slack_client_id: Schema.NullOr(Schema.String),
|
|
88
|
+
external_slack_email_optional: Schema.NullOr(Schema.Boolean),
|
|
89
|
+
external_slack_enabled: Schema.NullOr(Schema.Boolean),
|
|
90
|
+
external_slack_secret: Schema.NullOr(Schema.String),
|
|
91
|
+
external_spotify_client_id: Schema.NullOr(Schema.String),
|
|
92
|
+
external_spotify_email_optional: Schema.NullOr(Schema.Boolean),
|
|
93
|
+
external_spotify_enabled: Schema.NullOr(Schema.Boolean),
|
|
94
|
+
external_spotify_secret: Schema.NullOr(Schema.String),
|
|
95
|
+
external_twitch_client_id: Schema.NullOr(Schema.String),
|
|
96
|
+
external_twitch_email_optional: Schema.NullOr(Schema.Boolean),
|
|
97
|
+
external_twitch_enabled: Schema.NullOr(Schema.Boolean),
|
|
98
|
+
external_twitch_secret: Schema.NullOr(Schema.String),
|
|
99
|
+
external_twitter_client_id: Schema.NullOr(Schema.String),
|
|
100
|
+
external_twitter_email_optional: Schema.NullOr(Schema.Boolean),
|
|
101
|
+
external_twitter_enabled: Schema.NullOr(Schema.Boolean),
|
|
102
|
+
external_twitter_secret: Schema.NullOr(Schema.String),
|
|
103
|
+
external_x_client_id: Schema.NullOr(Schema.String),
|
|
104
|
+
external_x_email_optional: Schema.NullOr(Schema.Boolean),
|
|
105
|
+
external_x_enabled: Schema.NullOr(Schema.Boolean),
|
|
106
|
+
external_x_secret: Schema.NullOr(Schema.String),
|
|
107
|
+
external_workos_client_id: Schema.NullOr(Schema.String),
|
|
108
|
+
external_workos_enabled: Schema.NullOr(Schema.Boolean),
|
|
109
|
+
external_workos_secret: Schema.NullOr(Schema.String),
|
|
110
|
+
external_workos_url: Schema.NullOr(Schema.String),
|
|
111
|
+
external_web3_solana_enabled: Schema.NullOr(Schema.Boolean),
|
|
112
|
+
external_web3_ethereum_enabled: Schema.NullOr(Schema.Boolean),
|
|
113
|
+
external_zoom_client_id: Schema.NullOr(Schema.String),
|
|
114
|
+
external_zoom_email_optional: Schema.NullOr(Schema.Boolean),
|
|
115
|
+
external_zoom_enabled: Schema.NullOr(Schema.Boolean),
|
|
116
|
+
external_zoom_secret: Schema.NullOr(Schema.String),
|
|
117
|
+
hook_custom_access_token_enabled: Schema.NullOr(Schema.Boolean),
|
|
118
|
+
hook_custom_access_token_uri: Schema.NullOr(Schema.String),
|
|
119
|
+
hook_custom_access_token_secrets: Schema.NullOr(Schema.String),
|
|
120
|
+
hook_mfa_verification_attempt_enabled: Schema.NullOr(Schema.Boolean),
|
|
121
|
+
hook_mfa_verification_attempt_uri: Schema.NullOr(Schema.String),
|
|
122
|
+
hook_mfa_verification_attempt_secrets: Schema.NullOr(Schema.String),
|
|
123
|
+
hook_password_verification_attempt_enabled: Schema.NullOr(Schema.Boolean),
|
|
124
|
+
hook_password_verification_attempt_uri: Schema.NullOr(Schema.String),
|
|
125
|
+
hook_password_verification_attempt_secrets: Schema.NullOr(Schema.String),
|
|
126
|
+
hook_send_sms_enabled: Schema.NullOr(Schema.Boolean),
|
|
127
|
+
hook_send_sms_uri: Schema.NullOr(Schema.String),
|
|
128
|
+
hook_send_sms_secrets: Schema.NullOr(Schema.String),
|
|
129
|
+
hook_send_email_enabled: Schema.NullOr(Schema.Boolean),
|
|
130
|
+
hook_send_email_uri: Schema.NullOr(Schema.String),
|
|
131
|
+
hook_send_email_secrets: Schema.NullOr(Schema.String),
|
|
132
|
+
hook_before_user_created_enabled: Schema.NullOr(Schema.Boolean),
|
|
133
|
+
hook_before_user_created_uri: Schema.NullOr(Schema.String),
|
|
134
|
+
hook_before_user_created_secrets: Schema.NullOr(Schema.String),
|
|
135
|
+
hook_after_user_created_enabled: Schema.NullOr(Schema.Boolean),
|
|
136
|
+
hook_after_user_created_uri: Schema.NullOr(Schema.String),
|
|
137
|
+
hook_after_user_created_secrets: Schema.NullOr(Schema.String),
|
|
138
|
+
jwt_exp: Schema.NullOr(Schema.Number),
|
|
139
|
+
mailer_allow_unverified_email_sign_ins: Schema.NullOr(Schema.Boolean),
|
|
140
|
+
mailer_autoconfirm: Schema.NullOr(Schema.Boolean),
|
|
141
|
+
mailer_otp_exp: Schema.Number,
|
|
142
|
+
mailer_otp_length: Schema.NullOr(Schema.Number),
|
|
143
|
+
mailer_secure_email_change_enabled: Schema.NullOr(Schema.Boolean),
|
|
144
|
+
mailer_subjects_confirmation: Schema.NullOr(Schema.String),
|
|
145
|
+
mailer_subjects_email_change: Schema.NullOr(Schema.String),
|
|
146
|
+
mailer_subjects_invite: Schema.NullOr(Schema.String),
|
|
147
|
+
mailer_subjects_magic_link: Schema.NullOr(Schema.String),
|
|
148
|
+
mailer_subjects_reauthentication: Schema.NullOr(Schema.String),
|
|
149
|
+
mailer_subjects_recovery: Schema.NullOr(Schema.String),
|
|
150
|
+
mailer_subjects_password_changed_notification: Schema.NullOr(Schema.String),
|
|
151
|
+
mailer_subjects_email_changed_notification: Schema.NullOr(Schema.String),
|
|
152
|
+
mailer_subjects_phone_changed_notification: Schema.NullOr(Schema.String),
|
|
153
|
+
mailer_subjects_mfa_factor_enrolled_notification: Schema.NullOr(
|
|
154
|
+
Schema.String,
|
|
155
|
+
),
|
|
156
|
+
mailer_subjects_mfa_factor_unenrolled_notification: Schema.NullOr(
|
|
157
|
+
Schema.String,
|
|
158
|
+
),
|
|
159
|
+
mailer_subjects_identity_linked_notification: Schema.NullOr(Schema.String),
|
|
160
|
+
mailer_subjects_identity_unlinked_notification: Schema.NullOr(
|
|
161
|
+
Schema.String,
|
|
162
|
+
),
|
|
163
|
+
mailer_templates_confirmation_content: Schema.NullOr(Schema.String),
|
|
164
|
+
mailer_templates_email_change_content: Schema.NullOr(Schema.String),
|
|
165
|
+
mailer_templates_invite_content: Schema.NullOr(Schema.String),
|
|
166
|
+
mailer_templates_magic_link_content: Schema.NullOr(Schema.String),
|
|
167
|
+
mailer_templates_reauthentication_content: Schema.NullOr(Schema.String),
|
|
168
|
+
mailer_templates_recovery_content: Schema.NullOr(Schema.String),
|
|
169
|
+
mailer_templates_password_changed_notification_content: Schema.NullOr(
|
|
170
|
+
Schema.String,
|
|
171
|
+
),
|
|
172
|
+
mailer_templates_email_changed_notification_content: Schema.NullOr(
|
|
173
|
+
Schema.String,
|
|
174
|
+
),
|
|
175
|
+
mailer_templates_phone_changed_notification_content: Schema.NullOr(
|
|
176
|
+
Schema.String,
|
|
177
|
+
),
|
|
178
|
+
mailer_templates_mfa_factor_enrolled_notification_content: Schema.NullOr(
|
|
179
|
+
Schema.String,
|
|
180
|
+
),
|
|
181
|
+
mailer_templates_mfa_factor_unenrolled_notification_content: Schema.NullOr(
|
|
182
|
+
Schema.String,
|
|
183
|
+
),
|
|
184
|
+
mailer_templates_identity_linked_notification_content: Schema.NullOr(
|
|
185
|
+
Schema.String,
|
|
186
|
+
),
|
|
187
|
+
mailer_templates_identity_unlinked_notification_content: Schema.NullOr(
|
|
188
|
+
Schema.String,
|
|
189
|
+
),
|
|
190
|
+
mailer_notifications_password_changed_enabled: Schema.NullOr(
|
|
191
|
+
Schema.Boolean,
|
|
192
|
+
),
|
|
193
|
+
mailer_notifications_email_changed_enabled: Schema.NullOr(Schema.Boolean),
|
|
194
|
+
mailer_notifications_phone_changed_enabled: Schema.NullOr(Schema.Boolean),
|
|
195
|
+
mailer_notifications_mfa_factor_enrolled_enabled: Schema.NullOr(
|
|
196
|
+
Schema.Boolean,
|
|
197
|
+
),
|
|
198
|
+
mailer_notifications_mfa_factor_unenrolled_enabled: Schema.NullOr(
|
|
199
|
+
Schema.Boolean,
|
|
200
|
+
),
|
|
201
|
+
mailer_notifications_identity_linked_enabled: Schema.NullOr(Schema.Boolean),
|
|
202
|
+
mailer_notifications_identity_unlinked_enabled: Schema.NullOr(
|
|
203
|
+
Schema.Boolean,
|
|
204
|
+
),
|
|
205
|
+
mfa_max_enrolled_factors: Schema.NullOr(Schema.Number),
|
|
206
|
+
mfa_totp_enroll_enabled: Schema.NullOr(Schema.Boolean),
|
|
207
|
+
mfa_totp_verify_enabled: Schema.NullOr(Schema.Boolean),
|
|
208
|
+
mfa_phone_enroll_enabled: Schema.NullOr(Schema.Boolean),
|
|
209
|
+
mfa_phone_verify_enabled: Schema.NullOr(Schema.Boolean),
|
|
210
|
+
mfa_web_authn_enroll_enabled: Schema.NullOr(Schema.Boolean),
|
|
211
|
+
mfa_web_authn_verify_enabled: Schema.NullOr(Schema.Boolean),
|
|
212
|
+
mfa_phone_otp_length: Schema.Number,
|
|
213
|
+
mfa_phone_template: Schema.NullOr(Schema.String),
|
|
214
|
+
mfa_phone_max_frequency: Schema.NullOr(Schema.Number),
|
|
215
|
+
nimbus_oauth_client_id: Schema.NullOr(Schema.String),
|
|
216
|
+
nimbus_oauth_email_optional: Schema.NullOr(Schema.Boolean),
|
|
217
|
+
nimbus_oauth_client_secret: Schema.NullOr(Schema.String),
|
|
218
|
+
password_hibp_enabled: Schema.NullOr(Schema.Boolean),
|
|
219
|
+
password_min_length: Schema.NullOr(Schema.Number),
|
|
220
|
+
password_required_characters: Schema.NullOr(
|
|
221
|
+
Schema.Literals([
|
|
222
|
+
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789",
|
|
223
|
+
"abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789",
|
|
224
|
+
"abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789:!@#$%^&*()_+-=[]{};'\\\\:\"|<>?,./`~",
|
|
225
|
+
"",
|
|
226
|
+
]),
|
|
227
|
+
),
|
|
228
|
+
rate_limit_anonymous_users: Schema.NullOr(Schema.Number),
|
|
229
|
+
rate_limit_email_sent: Schema.NullOr(Schema.Number),
|
|
230
|
+
rate_limit_sms_sent: Schema.NullOr(Schema.Number),
|
|
231
|
+
rate_limit_token_refresh: Schema.NullOr(Schema.Number),
|
|
232
|
+
rate_limit_verify: Schema.NullOr(Schema.Number),
|
|
233
|
+
rate_limit_otp: Schema.NullOr(Schema.Number),
|
|
234
|
+
rate_limit_web3: Schema.NullOr(Schema.Number),
|
|
235
|
+
refresh_token_rotation_enabled: Schema.NullOr(Schema.Boolean),
|
|
236
|
+
saml_enabled: Schema.NullOr(Schema.Boolean),
|
|
237
|
+
saml_external_url: Schema.NullOr(Schema.String),
|
|
238
|
+
saml_allow_encrypted_assertions: Schema.NullOr(Schema.Boolean),
|
|
239
|
+
security_sb_forwarded_for_enabled: Schema.NullOr(Schema.Boolean),
|
|
240
|
+
security_captcha_enabled: Schema.NullOr(Schema.Boolean),
|
|
241
|
+
security_captcha_provider: Schema.NullOr(
|
|
242
|
+
Schema.Literals(["turnstile", "hcaptcha"]),
|
|
243
|
+
),
|
|
244
|
+
security_captcha_secret: Schema.NullOr(Schema.String),
|
|
245
|
+
security_manual_linking_enabled: Schema.NullOr(Schema.Boolean),
|
|
246
|
+
security_refresh_token_reuse_interval: Schema.NullOr(Schema.Number),
|
|
247
|
+
security_update_password_require_reauthentication: Schema.NullOr(
|
|
248
|
+
Schema.Boolean,
|
|
249
|
+
),
|
|
250
|
+
sessions_inactivity_timeout: Schema.NullOr(Schema.Number),
|
|
251
|
+
sessions_single_per_user: Schema.NullOr(Schema.Boolean),
|
|
252
|
+
sessions_tags: Schema.NullOr(Schema.String),
|
|
253
|
+
sessions_timebox: Schema.NullOr(Schema.Number),
|
|
254
|
+
site_url: Schema.NullOr(Schema.String),
|
|
255
|
+
sms_autoconfirm: Schema.NullOr(Schema.Boolean),
|
|
256
|
+
sms_max_frequency: Schema.NullOr(Schema.Number),
|
|
257
|
+
sms_messagebird_access_key: Schema.NullOr(Schema.String),
|
|
258
|
+
sms_messagebird_originator: Schema.NullOr(Schema.String),
|
|
259
|
+
sms_otp_exp: Schema.NullOr(Schema.Number),
|
|
260
|
+
sms_otp_length: Schema.Number,
|
|
261
|
+
sms_provider: Schema.NullOr(
|
|
262
|
+
Schema.Literals([
|
|
263
|
+
"messagebird",
|
|
264
|
+
"textlocal",
|
|
265
|
+
"twilio",
|
|
266
|
+
"twilio_verify",
|
|
267
|
+
"vonage",
|
|
268
|
+
]),
|
|
269
|
+
),
|
|
270
|
+
sms_template: Schema.NullOr(Schema.String),
|
|
271
|
+
sms_test_otp: Schema.NullOr(Schema.String),
|
|
272
|
+
sms_test_otp_valid_until: Schema.NullOr(Schema.String),
|
|
273
|
+
sms_textlocal_api_key: Schema.NullOr(Schema.String),
|
|
274
|
+
sms_textlocal_sender: Schema.NullOr(Schema.String),
|
|
275
|
+
sms_twilio_account_sid: Schema.NullOr(Schema.String),
|
|
276
|
+
sms_twilio_auth_token: Schema.NullOr(Schema.String),
|
|
277
|
+
sms_twilio_content_sid: Schema.NullOr(Schema.String),
|
|
278
|
+
sms_twilio_message_service_sid: Schema.NullOr(Schema.String),
|
|
279
|
+
sms_twilio_verify_account_sid: Schema.NullOr(Schema.String),
|
|
280
|
+
sms_twilio_verify_auth_token: Schema.NullOr(Schema.String),
|
|
281
|
+
sms_twilio_verify_message_service_sid: Schema.NullOr(Schema.String),
|
|
282
|
+
sms_vonage_api_key: Schema.NullOr(Schema.String),
|
|
283
|
+
sms_vonage_api_secret: Schema.NullOr(Schema.String),
|
|
284
|
+
sms_vonage_from: Schema.NullOr(Schema.String),
|
|
285
|
+
smtp_admin_email: Schema.NullOr(Schema.String),
|
|
286
|
+
smtp_host: Schema.NullOr(Schema.String),
|
|
287
|
+
smtp_max_frequency: Schema.NullOr(Schema.Number),
|
|
288
|
+
smtp_pass: Schema.NullOr(Schema.String),
|
|
289
|
+
smtp_port: Schema.NullOr(Schema.String),
|
|
290
|
+
smtp_sender_name: Schema.NullOr(Schema.String),
|
|
291
|
+
smtp_user: Schema.NullOr(Schema.String),
|
|
292
|
+
uri_allow_list: Schema.NullOr(Schema.String),
|
|
293
|
+
oauth_server_enabled: Schema.Boolean,
|
|
294
|
+
oauth_server_allow_dynamic_registration: Schema.Boolean,
|
|
295
|
+
oauth_server_authorization_path: Schema.NullOr(Schema.String),
|
|
296
|
+
custom_oauth_enabled: Schema.Boolean,
|
|
297
|
+
custom_oauth_max_providers: Schema.Number,
|
|
298
|
+
});
|
|
299
|
+
export type V1GetAuthServiceConfigOutput =
|
|
300
|
+
typeof V1GetAuthServiceConfigOutput.Type;
|
|
301
|
+
|
|
302
|
+
// The operation
|
|
303
|
+
/**
|
|
304
|
+
* Gets project's auth config
|
|
305
|
+
*
|
|
306
|
+
* @param ref - Project ref
|
|
307
|
+
*/
|
|
308
|
+
export const v1GetAuthServiceConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
309
|
+
() => ({
|
|
310
|
+
inputSchema: V1GetAuthServiceConfigInput,
|
|
311
|
+
outputSchema: V1GetAuthServiceConfigOutput,
|
|
312
|
+
}),
|
|
313
|
+
);
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetAvailableRegionsInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
organization_slug: Schema.String,
|
|
9
|
+
continent: Schema.optional(
|
|
10
|
+
Schema.Literals(["NA", "SA", "EU", "AF", "AS", "OC", "AN"]),
|
|
11
|
+
),
|
|
12
|
+
desired_instance_size: Schema.optional(
|
|
13
|
+
Schema.Literals([
|
|
14
|
+
"nano",
|
|
15
|
+
"micro",
|
|
16
|
+
"small",
|
|
17
|
+
"medium",
|
|
18
|
+
"large",
|
|
19
|
+
"xlarge",
|
|
20
|
+
"2xlarge",
|
|
21
|
+
"4xlarge",
|
|
22
|
+
"8xlarge",
|
|
23
|
+
"12xlarge",
|
|
24
|
+
"16xlarge",
|
|
25
|
+
"24xlarge",
|
|
26
|
+
"24xlarge_optimized_memory",
|
|
27
|
+
"24xlarge_optimized_cpu",
|
|
28
|
+
"24xlarge_high_memory",
|
|
29
|
+
"48xlarge",
|
|
30
|
+
"48xlarge_optimized_memory",
|
|
31
|
+
"48xlarge_optimized_cpu",
|
|
32
|
+
"48xlarge_high_memory",
|
|
33
|
+
]),
|
|
34
|
+
),
|
|
35
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/available-regions" }));
|
|
36
|
+
export type V1GetAvailableRegionsInput = typeof V1GetAvailableRegionsInput.Type;
|
|
37
|
+
|
|
38
|
+
// Output Schema
|
|
39
|
+
export const V1GetAvailableRegionsOutput =
|
|
40
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
41
|
+
recommendations: Schema.Struct({
|
|
42
|
+
smartGroup: Schema.Struct({
|
|
43
|
+
name: Schema.String,
|
|
44
|
+
code: Schema.Literals(["americas", "emea", "apac"]),
|
|
45
|
+
type: Schema.Literals(["smartGroup"]),
|
|
46
|
+
}),
|
|
47
|
+
specific: Schema.Array(
|
|
48
|
+
Schema.Struct({
|
|
49
|
+
name: Schema.String,
|
|
50
|
+
code: Schema.Literals([
|
|
51
|
+
"us-east-1",
|
|
52
|
+
"us-east-2",
|
|
53
|
+
"us-west-1",
|
|
54
|
+
"us-west-2",
|
|
55
|
+
"ap-southeast-1",
|
|
56
|
+
"ap-northeast-1",
|
|
57
|
+
"ap-northeast-2",
|
|
58
|
+
"ap-east-1",
|
|
59
|
+
"ap-southeast-2",
|
|
60
|
+
"eu-west-1",
|
|
61
|
+
"eu-west-2",
|
|
62
|
+
"eu-west-3",
|
|
63
|
+
"eu-north-1",
|
|
64
|
+
"eu-central-1",
|
|
65
|
+
"eu-central-2",
|
|
66
|
+
"ca-central-1",
|
|
67
|
+
"ap-south-1",
|
|
68
|
+
"sa-east-1",
|
|
69
|
+
]),
|
|
70
|
+
type: Schema.Literals(["specific"]),
|
|
71
|
+
provider: Schema.Literals(["AWS", "FLY", "AWS_K8S", "AWS_NIMBUS"]),
|
|
72
|
+
status: Schema.optional(Schema.Literals(["capacity", "other"])),
|
|
73
|
+
}),
|
|
74
|
+
),
|
|
75
|
+
}),
|
|
76
|
+
all: Schema.Struct({
|
|
77
|
+
smartGroup: Schema.Array(
|
|
78
|
+
Schema.Struct({
|
|
79
|
+
name: Schema.String,
|
|
80
|
+
code: Schema.Literals(["americas", "emea", "apac"]),
|
|
81
|
+
type: Schema.Literals(["smartGroup"]),
|
|
82
|
+
}),
|
|
83
|
+
),
|
|
84
|
+
specific: Schema.Array(
|
|
85
|
+
Schema.Struct({
|
|
86
|
+
name: Schema.String,
|
|
87
|
+
code: Schema.Literals([
|
|
88
|
+
"us-east-1",
|
|
89
|
+
"us-east-2",
|
|
90
|
+
"us-west-1",
|
|
91
|
+
"us-west-2",
|
|
92
|
+
"ap-southeast-1",
|
|
93
|
+
"ap-northeast-1",
|
|
94
|
+
"ap-northeast-2",
|
|
95
|
+
"ap-east-1",
|
|
96
|
+
"ap-southeast-2",
|
|
97
|
+
"eu-west-1",
|
|
98
|
+
"eu-west-2",
|
|
99
|
+
"eu-west-3",
|
|
100
|
+
"eu-north-1",
|
|
101
|
+
"eu-central-1",
|
|
102
|
+
"eu-central-2",
|
|
103
|
+
"ca-central-1",
|
|
104
|
+
"ap-south-1",
|
|
105
|
+
"sa-east-1",
|
|
106
|
+
]),
|
|
107
|
+
type: Schema.Literals(["specific"]),
|
|
108
|
+
provider: Schema.Literals(["AWS", "FLY", "AWS_K8S", "AWS_NIMBUS"]),
|
|
109
|
+
status: Schema.optional(Schema.Literals(["capacity", "other"])),
|
|
110
|
+
}),
|
|
111
|
+
),
|
|
112
|
+
}),
|
|
113
|
+
});
|
|
114
|
+
export type V1GetAvailableRegionsOutput =
|
|
115
|
+
typeof V1GetAvailableRegionsOutput.Type;
|
|
116
|
+
|
|
117
|
+
// The operation
|
|
118
|
+
/**
|
|
119
|
+
* [Beta] Gets the list of available regions that can be used for a new project
|
|
120
|
+
*
|
|
121
|
+
* @param organization_slug - Slug of your organization
|
|
122
|
+
* @param continent - Continent code to determine regional recommendations: NA (North America), SA (South America), EU (Europe), AF (Africa), AS (Asia), OC (Oceania), AN (Antarctica)
|
|
123
|
+
* @param desired_instance_size - Desired instance size. Omit this field to always default to the smallest possible size.
|
|
124
|
+
*/
|
|
125
|
+
export const v1GetAvailableRegions = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
126
|
+
() => ({
|
|
127
|
+
inputSchema: V1GetAvailableRegionsInput,
|
|
128
|
+
outputSchema: V1GetAvailableRegionsOutput,
|
|
129
|
+
}),
|
|
130
|
+
);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetDatabaseDiskInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
7
|
+
{
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
},
|
|
10
|
+
).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/config/disk" }));
|
|
11
|
+
export type V1GetDatabaseDiskInput = typeof V1GetDatabaseDiskInput.Type;
|
|
12
|
+
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const V1GetDatabaseDiskOutput =
|
|
15
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
16
|
+
attributes: Schema.Unknown,
|
|
17
|
+
last_modified_at: Schema.optional(Schema.String),
|
|
18
|
+
});
|
|
19
|
+
export type V1GetDatabaseDiskOutput = typeof V1GetDatabaseDiskOutput.Type;
|
|
20
|
+
|
|
21
|
+
// The operation
|
|
22
|
+
/**
|
|
23
|
+
* Get database disk attributes
|
|
24
|
+
*
|
|
25
|
+
* @param ref - Project ref
|
|
26
|
+
*/
|
|
27
|
+
export const v1GetDatabaseDisk = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
28
|
+
inputSchema: V1GetDatabaseDiskInput,
|
|
29
|
+
outputSchema: V1GetDatabaseDiskOutput,
|
|
30
|
+
}));
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetDiskUtilizationInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({ method: "GET", path: "/v1/projects/{ref}/config/disk/util" }),
|
|
11
|
+
);
|
|
12
|
+
export type V1GetDiskUtilizationInput = typeof V1GetDiskUtilizationInput.Type;
|
|
13
|
+
|
|
14
|
+
// Output Schema
|
|
15
|
+
export const V1GetDiskUtilizationOutput =
|
|
16
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
17
|
+
timestamp: Schema.String,
|
|
18
|
+
metrics: Schema.Struct({
|
|
19
|
+
fs_size_bytes: Schema.Number,
|
|
20
|
+
fs_avail_bytes: Schema.Number,
|
|
21
|
+
fs_used_bytes: Schema.Number,
|
|
22
|
+
}),
|
|
23
|
+
});
|
|
24
|
+
export type V1GetDiskUtilizationOutput = typeof V1GetDiskUtilizationOutput.Type;
|
|
25
|
+
|
|
26
|
+
// The operation
|
|
27
|
+
/**
|
|
28
|
+
* Get disk utilization
|
|
29
|
+
*
|
|
30
|
+
* @param ref - Project ref
|
|
31
|
+
*/
|
|
32
|
+
export const v1GetDiskUtilization = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
33
|
+
() => ({
|
|
34
|
+
inputSchema: V1GetDiskUtilizationInput,
|
|
35
|
+
outputSchema: V1GetDiskUtilizationOutput,
|
|
36
|
+
}),
|
|
37
|
+
);
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetHostnameConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({ method: "GET", path: "/v1/projects/{ref}/custom-hostname" }),
|
|
11
|
+
);
|
|
12
|
+
export type V1GetHostnameConfigInput = typeof V1GetHostnameConfigInput.Type;
|
|
13
|
+
|
|
14
|
+
// Output Schema
|
|
15
|
+
export const V1GetHostnameConfigOutput =
|
|
16
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
17
|
+
status: Schema.Literals([
|
|
18
|
+
"1_not_started",
|
|
19
|
+
"2_initiated",
|
|
20
|
+
"3_challenge_verified",
|
|
21
|
+
"4_origin_setup_completed",
|
|
22
|
+
"5_services_reconfigured",
|
|
23
|
+
]),
|
|
24
|
+
custom_hostname: Schema.String,
|
|
25
|
+
data: Schema.Struct({
|
|
26
|
+
success: Schema.Boolean,
|
|
27
|
+
errors: Schema.Array(Schema.Unknown),
|
|
28
|
+
messages: Schema.Array(Schema.Unknown),
|
|
29
|
+
result: Schema.Struct({
|
|
30
|
+
id: Schema.String,
|
|
31
|
+
hostname: Schema.String,
|
|
32
|
+
ssl: Schema.Struct({
|
|
33
|
+
status: Schema.String,
|
|
34
|
+
validation_records: Schema.Array(
|
|
35
|
+
Schema.Struct({
|
|
36
|
+
txt_name: Schema.String,
|
|
37
|
+
txt_value: Schema.String,
|
|
38
|
+
}),
|
|
39
|
+
),
|
|
40
|
+
validation_errors: Schema.optional(
|
|
41
|
+
Schema.Array(
|
|
42
|
+
Schema.Struct({
|
|
43
|
+
message: Schema.String,
|
|
44
|
+
}),
|
|
45
|
+
),
|
|
46
|
+
),
|
|
47
|
+
}),
|
|
48
|
+
ownership_verification: Schema.Struct({
|
|
49
|
+
type: Schema.String,
|
|
50
|
+
name: Schema.String,
|
|
51
|
+
value: Schema.String,
|
|
52
|
+
}),
|
|
53
|
+
custom_origin_server: Schema.String,
|
|
54
|
+
verification_errors: Schema.optional(Schema.Array(Schema.String)),
|
|
55
|
+
status: Schema.String,
|
|
56
|
+
}),
|
|
57
|
+
}),
|
|
58
|
+
});
|
|
59
|
+
export type V1GetHostnameConfigOutput = typeof V1GetHostnameConfigOutput.Type;
|
|
60
|
+
|
|
61
|
+
// The operation
|
|
62
|
+
/**
|
|
63
|
+
* [Beta] Gets project's custom hostname config
|
|
64
|
+
*
|
|
65
|
+
* @param ref - Project ref
|
|
66
|
+
*/
|
|
67
|
+
export const v1GetHostnameConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
68
|
+
inputSchema: V1GetHostnameConfigInput,
|
|
69
|
+
outputSchema: V1GetHostnameConfigOutput,
|
|
70
|
+
}));
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetJitAccessInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/database/jit" }));
|
|
9
|
+
export type V1GetJitAccessInput = typeof V1GetJitAccessInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1GetJitAccessOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
13
|
+
user_id: Schema.String,
|
|
14
|
+
user_roles: Schema.Array(
|
|
15
|
+
Schema.Struct({
|
|
16
|
+
role: Schema.String,
|
|
17
|
+
expires_at: Schema.optional(Schema.Number),
|
|
18
|
+
allowed_networks: Schema.optional(
|
|
19
|
+
Schema.Struct({
|
|
20
|
+
allowed_cidrs: Schema.optional(
|
|
21
|
+
Schema.Array(
|
|
22
|
+
Schema.Struct({
|
|
23
|
+
cidr: Schema.String,
|
|
24
|
+
}),
|
|
25
|
+
),
|
|
26
|
+
),
|
|
27
|
+
allowed_cidrs_v6: Schema.optional(
|
|
28
|
+
Schema.Array(
|
|
29
|
+
Schema.Struct({
|
|
30
|
+
cidr: Schema.String,
|
|
31
|
+
}),
|
|
32
|
+
),
|
|
33
|
+
),
|
|
34
|
+
}),
|
|
35
|
+
),
|
|
36
|
+
}),
|
|
37
|
+
),
|
|
38
|
+
});
|
|
39
|
+
export type V1GetJitAccessOutput = typeof V1GetJitAccessOutput.Type;
|
|
40
|
+
|
|
41
|
+
// The operation
|
|
42
|
+
/**
|
|
43
|
+
* Get user-id to role mappings for JIT access
|
|
44
|
+
*
|
|
45
|
+
* Mappings of roles a user can assume in the project database
|
|
46
|
+
*
|
|
47
|
+
* @param ref - Project ref
|
|
48
|
+
*/
|
|
49
|
+
export const v1GetJitAccess = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50
|
+
inputSchema: V1GetJitAccessInput,
|
|
51
|
+
outputSchema: V1GetJitAccessOutput,
|
|
52
|
+
}));
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../client";
|
|
3
|
+
import * as T from "../traits";
|
|
4
|
+
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const V1GetJitAccessConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/jit-access" }));
|
|
10
|
+
export type V1GetJitAccessConfigInput = typeof V1GetJitAccessConfigInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetJitAccessConfigOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
15
|
+
user_id: Schema.String,
|
|
16
|
+
user_roles: Schema.Array(
|
|
17
|
+
Schema.Struct({
|
|
18
|
+
role: Schema.String,
|
|
19
|
+
expires_at: Schema.optional(Schema.Number),
|
|
20
|
+
allowed_networks: Schema.optional(
|
|
21
|
+
Schema.Struct({
|
|
22
|
+
allowed_cidrs: Schema.optional(
|
|
23
|
+
Schema.Array(
|
|
24
|
+
Schema.Struct({
|
|
25
|
+
cidr: Schema.String,
|
|
26
|
+
}),
|
|
27
|
+
),
|
|
28
|
+
),
|
|
29
|
+
allowed_cidrs_v6: Schema.optional(
|
|
30
|
+
Schema.Array(
|
|
31
|
+
Schema.Struct({
|
|
32
|
+
cidr: Schema.String,
|
|
33
|
+
}),
|
|
34
|
+
),
|
|
35
|
+
),
|
|
36
|
+
}),
|
|
37
|
+
),
|
|
38
|
+
}),
|
|
39
|
+
),
|
|
40
|
+
});
|
|
41
|
+
export type V1GetJitAccessConfigOutput = typeof V1GetJitAccessConfigOutput.Type;
|
|
42
|
+
|
|
43
|
+
// The operation
|
|
44
|
+
/**
|
|
45
|
+
* [Beta] Get project's just-in-time access configuration.
|
|
46
|
+
*
|
|
47
|
+
* @param ref - Project ref
|
|
48
|
+
*/
|
|
49
|
+
export const v1GetJitAccessConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
50
|
+
() => ({
|
|
51
|
+
inputSchema: V1GetJitAccessConfigInput,
|
|
52
|
+
outputSchema: V1GetJitAccessConfigOutput,
|
|
53
|
+
}),
|
|
54
|
+
);
|