@distilled.cloud/supabase 0.0.0 → 0.2.6
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,56 @@
|
|
|
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 V1GetStorageConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/config/storage" }));
|
|
10
|
+
export type V1GetStorageConfigInput = typeof V1GetStorageConfigInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetStorageConfigOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
15
|
+
fileSizeLimit: Schema.Number,
|
|
16
|
+
features: Schema.Struct({
|
|
17
|
+
imageTransformation: Schema.Struct({
|
|
18
|
+
enabled: Schema.Boolean,
|
|
19
|
+
}),
|
|
20
|
+
s3Protocol: Schema.Struct({
|
|
21
|
+
enabled: Schema.Boolean,
|
|
22
|
+
}),
|
|
23
|
+
icebergCatalog: Schema.Struct({
|
|
24
|
+
enabled: Schema.Boolean,
|
|
25
|
+
maxNamespaces: Schema.Number,
|
|
26
|
+
maxTables: Schema.Number,
|
|
27
|
+
maxCatalogs: Schema.Number,
|
|
28
|
+
}),
|
|
29
|
+
vectorBuckets: Schema.Struct({
|
|
30
|
+
enabled: Schema.Boolean,
|
|
31
|
+
maxBuckets: Schema.Number,
|
|
32
|
+
maxIndexes: Schema.Number,
|
|
33
|
+
}),
|
|
34
|
+
}),
|
|
35
|
+
capabilities: Schema.Struct({
|
|
36
|
+
list_v2: Schema.Boolean,
|
|
37
|
+
iceberg_catalog: Schema.Boolean,
|
|
38
|
+
}),
|
|
39
|
+
external: Schema.Struct({
|
|
40
|
+
upstreamTarget: Schema.Literals(["main", "canary"]),
|
|
41
|
+
}),
|
|
42
|
+
migrationVersion: Schema.String,
|
|
43
|
+
databasePoolMode: Schema.String,
|
|
44
|
+
});
|
|
45
|
+
export type V1GetStorageConfigOutput = typeof V1GetStorageConfigOutput.Type;
|
|
46
|
+
|
|
47
|
+
// The operation
|
|
48
|
+
/**
|
|
49
|
+
* Gets project's storage config
|
|
50
|
+
*
|
|
51
|
+
* @param ref - Project ref
|
|
52
|
+
*/
|
|
53
|
+
export const v1GetStorageConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
54
|
+
inputSchema: V1GetStorageConfigInput,
|
|
55
|
+
outputSchema: V1GetStorageConfigOutput,
|
|
56
|
+
}));
|
|
@@ -0,0 +1,35 @@
|
|
|
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 V1GetVanitySubdomainConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({ method: "GET", path: "/v1/projects/{ref}/vanity-subdomain" }),
|
|
11
|
+
);
|
|
12
|
+
export type V1GetVanitySubdomainConfigInput =
|
|
13
|
+
typeof V1GetVanitySubdomainConfigInput.Type;
|
|
14
|
+
|
|
15
|
+
// Output Schema
|
|
16
|
+
export const V1GetVanitySubdomainConfigOutput =
|
|
17
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
18
|
+
status: Schema.Literals(["not-used", "custom-domain-used", "active"]),
|
|
19
|
+
custom_domain: Schema.optional(Schema.String),
|
|
20
|
+
});
|
|
21
|
+
export type V1GetVanitySubdomainConfigOutput =
|
|
22
|
+
typeof V1GetVanitySubdomainConfigOutput.Type;
|
|
23
|
+
|
|
24
|
+
// The operation
|
|
25
|
+
/**
|
|
26
|
+
* [Beta] Gets current vanity subdomain config
|
|
27
|
+
*
|
|
28
|
+
* @param ref - Project ref
|
|
29
|
+
*/
|
|
30
|
+
export const v1GetVanitySubdomainConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
31
|
+
() => ({
|
|
32
|
+
inputSchema: V1GetVanitySubdomainConfigInput,
|
|
33
|
+
outputSchema: V1GetVanitySubdomainConfigOutput,
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
@@ -0,0 +1,62 @@
|
|
|
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 V1ListActionRunsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
offset: Schema.optional(Schema.Number),
|
|
9
|
+
limit: Schema.optional(Schema.Number),
|
|
10
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/actions" }));
|
|
11
|
+
export type V1ListActionRunsInput = typeof V1ListActionRunsInput.Type;
|
|
12
|
+
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const V1ListActionRunsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
15
|
+
Schema.Struct({
|
|
16
|
+
id: Schema.String,
|
|
17
|
+
branch_id: Schema.String,
|
|
18
|
+
run_steps: Schema.Array(
|
|
19
|
+
Schema.Struct({
|
|
20
|
+
name: Schema.Literals([
|
|
21
|
+
"clone",
|
|
22
|
+
"pull",
|
|
23
|
+
"health",
|
|
24
|
+
"configure",
|
|
25
|
+
"migrate",
|
|
26
|
+
"seed",
|
|
27
|
+
"deploy",
|
|
28
|
+
]),
|
|
29
|
+
status: Schema.Literals([
|
|
30
|
+
"CREATED",
|
|
31
|
+
"DEAD",
|
|
32
|
+
"EXITED",
|
|
33
|
+
"PAUSED",
|
|
34
|
+
"REMOVING",
|
|
35
|
+
"RESTARTING",
|
|
36
|
+
"RUNNING",
|
|
37
|
+
]),
|
|
38
|
+
created_at: Schema.String,
|
|
39
|
+
updated_at: Schema.String,
|
|
40
|
+
}),
|
|
41
|
+
),
|
|
42
|
+
git_config: Schema.optional(Schema.NullOr(Schema.Unknown)),
|
|
43
|
+
workdir: Schema.NullOr(Schema.String),
|
|
44
|
+
check_run_id: Schema.NullOr(Schema.Number),
|
|
45
|
+
created_at: Schema.String,
|
|
46
|
+
updated_at: Schema.String,
|
|
47
|
+
}),
|
|
48
|
+
);
|
|
49
|
+
export type V1ListActionRunsOutput = typeof V1ListActionRunsOutput.Type;
|
|
50
|
+
|
|
51
|
+
// The operation
|
|
52
|
+
/**
|
|
53
|
+
* List all action runs
|
|
54
|
+
*
|
|
55
|
+
* Returns a paginated list of action runs of the specified project.
|
|
56
|
+
*
|
|
57
|
+
* @param ref - Project ref
|
|
58
|
+
*/
|
|
59
|
+
export const v1ListActionRuns = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
60
|
+
inputSchema: V1ListActionRunsInput,
|
|
61
|
+
outputSchema: V1ListActionRunsOutput,
|
|
62
|
+
}));
|
|
@@ -0,0 +1,48 @@
|
|
|
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 V1ListAllBackupsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/database/backups" }));
|
|
9
|
+
export type V1ListAllBackupsInput = typeof V1ListAllBackupsInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1ListAllBackupsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
13
|
+
{
|
|
14
|
+
region: Schema.String,
|
|
15
|
+
walg_enabled: Schema.Boolean,
|
|
16
|
+
pitr_enabled: Schema.Boolean,
|
|
17
|
+
backups: Schema.Array(
|
|
18
|
+
Schema.Struct({
|
|
19
|
+
is_physical_backup: Schema.Boolean,
|
|
20
|
+
status: Schema.Literals([
|
|
21
|
+
"COMPLETED",
|
|
22
|
+
"FAILED",
|
|
23
|
+
"PENDING",
|
|
24
|
+
"REMOVED",
|
|
25
|
+
"ARCHIVED",
|
|
26
|
+
"CANCELLED",
|
|
27
|
+
]),
|
|
28
|
+
inserted_at: Schema.String,
|
|
29
|
+
}),
|
|
30
|
+
),
|
|
31
|
+
physical_backup_data: Schema.Struct({
|
|
32
|
+
earliest_physical_backup_date_unix: Schema.optional(Schema.Number),
|
|
33
|
+
latest_physical_backup_date_unix: Schema.optional(Schema.Number),
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
36
|
+
);
|
|
37
|
+
export type V1ListAllBackupsOutput = typeof V1ListAllBackupsOutput.Type;
|
|
38
|
+
|
|
39
|
+
// The operation
|
|
40
|
+
/**
|
|
41
|
+
* Lists all backups
|
|
42
|
+
*
|
|
43
|
+
* @param ref - Project ref
|
|
44
|
+
*/
|
|
45
|
+
export const v1ListAllBackups = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46
|
+
inputSchema: V1ListAllBackupsInput,
|
|
47
|
+
outputSchema: V1ListAllBackupsOutput,
|
|
48
|
+
}));
|
|
@@ -0,0 +1,73 @@
|
|
|
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 V1ListAllBranchesInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
7
|
+
{
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
},
|
|
10
|
+
).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/branches" }));
|
|
11
|
+
export type V1ListAllBranchesInput = typeof V1ListAllBranchesInput.Type;
|
|
12
|
+
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const V1ListAllBranchesOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
15
|
+
Schema.Struct({
|
|
16
|
+
id: Schema.String,
|
|
17
|
+
name: Schema.String,
|
|
18
|
+
project_ref: Schema.String,
|
|
19
|
+
parent_project_ref: Schema.String,
|
|
20
|
+
is_default: Schema.Boolean,
|
|
21
|
+
git_branch: Schema.optional(Schema.String),
|
|
22
|
+
pr_number: Schema.optional(Schema.Number),
|
|
23
|
+
latest_check_run_id: Schema.optional(Schema.Number),
|
|
24
|
+
persistent: Schema.Boolean,
|
|
25
|
+
status: Schema.Literals([
|
|
26
|
+
"CREATING_PROJECT",
|
|
27
|
+
"RUNNING_MIGRATIONS",
|
|
28
|
+
"MIGRATIONS_PASSED",
|
|
29
|
+
"MIGRATIONS_FAILED",
|
|
30
|
+
"FUNCTIONS_DEPLOYED",
|
|
31
|
+
"FUNCTIONS_FAILED",
|
|
32
|
+
]),
|
|
33
|
+
created_at: Schema.String,
|
|
34
|
+
updated_at: Schema.String,
|
|
35
|
+
review_requested_at: Schema.optional(Schema.String),
|
|
36
|
+
with_data: Schema.Boolean,
|
|
37
|
+
notify_url: Schema.optional(Schema.String),
|
|
38
|
+
deletion_scheduled_at: Schema.optional(Schema.String),
|
|
39
|
+
preview_project_status: Schema.optional(
|
|
40
|
+
Schema.Literals([
|
|
41
|
+
"INACTIVE",
|
|
42
|
+
"ACTIVE_HEALTHY",
|
|
43
|
+
"ACTIVE_UNHEALTHY",
|
|
44
|
+
"COMING_UP",
|
|
45
|
+
"UNKNOWN",
|
|
46
|
+
"GOING_DOWN",
|
|
47
|
+
"INIT_FAILED",
|
|
48
|
+
"REMOVED",
|
|
49
|
+
"RESTORING",
|
|
50
|
+
"UPGRADING",
|
|
51
|
+
"PAUSING",
|
|
52
|
+
"RESTORE_FAILED",
|
|
53
|
+
"RESTARTING",
|
|
54
|
+
"PAUSE_FAILED",
|
|
55
|
+
"RESIZING",
|
|
56
|
+
]),
|
|
57
|
+
),
|
|
58
|
+
}),
|
|
59
|
+
);
|
|
60
|
+
export type V1ListAllBranchesOutput = typeof V1ListAllBranchesOutput.Type;
|
|
61
|
+
|
|
62
|
+
// The operation
|
|
63
|
+
/**
|
|
64
|
+
* List all database branches
|
|
65
|
+
*
|
|
66
|
+
* Returns all database branches of the specified project.
|
|
67
|
+
*
|
|
68
|
+
* @param ref - Project ref
|
|
69
|
+
*/
|
|
70
|
+
export const v1ListAllBranches = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
71
|
+
inputSchema: V1ListAllBranchesInput,
|
|
72
|
+
outputSchema: V1ListAllBranchesOutput,
|
|
73
|
+
}));
|
|
@@ -0,0 +1,33 @@
|
|
|
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 V1ListAllBucketsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/storage/buckets" }));
|
|
9
|
+
export type V1ListAllBucketsInput = typeof V1ListAllBucketsInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1ListAllBucketsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
13
|
+
Schema.Struct({
|
|
14
|
+
id: Schema.String,
|
|
15
|
+
name: Schema.String,
|
|
16
|
+
owner: Schema.String,
|
|
17
|
+
created_at: Schema.String,
|
|
18
|
+
updated_at: Schema.String,
|
|
19
|
+
public: Schema.Boolean,
|
|
20
|
+
}),
|
|
21
|
+
);
|
|
22
|
+
export type V1ListAllBucketsOutput = typeof V1ListAllBucketsOutput.Type;
|
|
23
|
+
|
|
24
|
+
// The operation
|
|
25
|
+
/**
|
|
26
|
+
* Lists all buckets
|
|
27
|
+
*
|
|
28
|
+
* @param ref - Project ref
|
|
29
|
+
*/
|
|
30
|
+
export const v1ListAllBuckets = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
31
|
+
inputSchema: V1ListAllBucketsInput,
|
|
32
|
+
outputSchema: V1ListAllBucketsOutput,
|
|
33
|
+
}));
|
|
@@ -0,0 +1,43 @@
|
|
|
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 V1ListAllFunctionsInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/functions" }));
|
|
10
|
+
export type V1ListAllFunctionsInput = typeof V1ListAllFunctionsInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1ListAllFunctionsOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
15
|
+
Schema.Struct({
|
|
16
|
+
id: Schema.String,
|
|
17
|
+
slug: Schema.String,
|
|
18
|
+
name: Schema.String,
|
|
19
|
+
status: Schema.Literals(["ACTIVE", "REMOVED", "THROTTLED"]),
|
|
20
|
+
version: Schema.Number,
|
|
21
|
+
created_at: Schema.Number,
|
|
22
|
+
updated_at: Schema.Number,
|
|
23
|
+
verify_jwt: Schema.optional(Schema.Boolean),
|
|
24
|
+
import_map: Schema.optional(Schema.Boolean),
|
|
25
|
+
entrypoint_path: Schema.optional(Schema.String),
|
|
26
|
+
import_map_path: Schema.optional(Schema.String),
|
|
27
|
+
ezbr_sha256: Schema.optional(Schema.String),
|
|
28
|
+
}),
|
|
29
|
+
);
|
|
30
|
+
export type V1ListAllFunctionsOutput = typeof V1ListAllFunctionsOutput.Type;
|
|
31
|
+
|
|
32
|
+
// The operation
|
|
33
|
+
/**
|
|
34
|
+
* List all functions
|
|
35
|
+
*
|
|
36
|
+
* Returns all functions you've previously added to the specified project.
|
|
37
|
+
*
|
|
38
|
+
* @param ref - Project ref
|
|
39
|
+
*/
|
|
40
|
+
export const v1ListAllFunctions = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
41
|
+
inputSchema: V1ListAllFunctionsInput,
|
|
42
|
+
outputSchema: V1ListAllFunctionsOutput,
|
|
43
|
+
}));
|
|
@@ -0,0 +1,35 @@
|
|
|
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 V1ListAllNetworkBansInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({
|
|
11
|
+
method: "POST",
|
|
12
|
+
path: "/v1/projects/{ref}/network-bans/retrieve",
|
|
13
|
+
}),
|
|
14
|
+
);
|
|
15
|
+
export type V1ListAllNetworkBansInput = typeof V1ListAllNetworkBansInput.Type;
|
|
16
|
+
|
|
17
|
+
// Output Schema
|
|
18
|
+
export const V1ListAllNetworkBansOutput =
|
|
19
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
20
|
+
banned_ipv4_addresses: Schema.Array(Schema.String),
|
|
21
|
+
});
|
|
22
|
+
export type V1ListAllNetworkBansOutput = typeof V1ListAllNetworkBansOutput.Type;
|
|
23
|
+
|
|
24
|
+
// The operation
|
|
25
|
+
/**
|
|
26
|
+
* [Beta] Gets project's network bans
|
|
27
|
+
*
|
|
28
|
+
* @param ref - Project ref
|
|
29
|
+
*/
|
|
30
|
+
export const v1ListAllNetworkBans = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
31
|
+
() => ({
|
|
32
|
+
inputSchema: V1ListAllNetworkBansInput,
|
|
33
|
+
outputSchema: V1ListAllNetworkBansOutput,
|
|
34
|
+
}),
|
|
35
|
+
);
|
|
@@ -0,0 +1,42 @@
|
|
|
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 V1ListAllNetworkBansEnrichedInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({
|
|
11
|
+
method: "POST",
|
|
12
|
+
path: "/v1/projects/{ref}/network-bans/retrieve/enriched",
|
|
13
|
+
}),
|
|
14
|
+
);
|
|
15
|
+
export type V1ListAllNetworkBansEnrichedInput =
|
|
16
|
+
typeof V1ListAllNetworkBansEnrichedInput.Type;
|
|
17
|
+
|
|
18
|
+
// Output Schema
|
|
19
|
+
export const V1ListAllNetworkBansEnrichedOutput =
|
|
20
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
21
|
+
banned_ipv4_addresses: Schema.Array(
|
|
22
|
+
Schema.Struct({
|
|
23
|
+
banned_address: Schema.String,
|
|
24
|
+
identifier: Schema.String,
|
|
25
|
+
type: Schema.String,
|
|
26
|
+
}),
|
|
27
|
+
),
|
|
28
|
+
});
|
|
29
|
+
export type V1ListAllNetworkBansEnrichedOutput =
|
|
30
|
+
typeof V1ListAllNetworkBansEnrichedOutput.Type;
|
|
31
|
+
|
|
32
|
+
// The operation
|
|
33
|
+
/**
|
|
34
|
+
* [Beta] Gets project's network bans with additional information about which databases they affect
|
|
35
|
+
*
|
|
36
|
+
* @param ref - Project ref
|
|
37
|
+
*/
|
|
38
|
+
export const v1ListAllNetworkBansEnriched =
|
|
39
|
+
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
40
|
+
inputSchema: V1ListAllNetworkBansEnrichedInput,
|
|
41
|
+
outputSchema: V1ListAllNetworkBansEnrichedOutput,
|
|
42
|
+
}));
|
|
@@ -0,0 +1,36 @@
|
|
|
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 V1ListAllOrganizationsInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(
|
|
8
|
+
T.Http({ method: "GET", path: "/v1/organizations" }),
|
|
9
|
+
);
|
|
10
|
+
export type V1ListAllOrganizationsInput =
|
|
11
|
+
typeof V1ListAllOrganizationsInput.Type;
|
|
12
|
+
|
|
13
|
+
// Output Schema
|
|
14
|
+
export const V1ListAllOrganizationsOutput =
|
|
15
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
16
|
+
Schema.Struct({
|
|
17
|
+
id: Schema.String,
|
|
18
|
+
slug: Schema.String,
|
|
19
|
+
name: Schema.String,
|
|
20
|
+
}),
|
|
21
|
+
);
|
|
22
|
+
export type V1ListAllOrganizationsOutput =
|
|
23
|
+
typeof V1ListAllOrganizationsOutput.Type;
|
|
24
|
+
|
|
25
|
+
// The operation
|
|
26
|
+
/**
|
|
27
|
+
* List all organizations
|
|
28
|
+
*
|
|
29
|
+
* Returns a list of organizations that you currently belong to.
|
|
30
|
+
*/
|
|
31
|
+
export const v1ListAllOrganizations = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
32
|
+
() => ({
|
|
33
|
+
inputSchema: V1ListAllOrganizationsInput,
|
|
34
|
+
outputSchema: V1ListAllOrganizationsOutput,
|
|
35
|
+
}),
|
|
36
|
+
);
|
|
@@ -0,0 +1,58 @@
|
|
|
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 V1ListAllProjectsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
7
|
+
{},
|
|
8
|
+
).pipe(T.Http({ method: "GET", path: "/v1/projects" }));
|
|
9
|
+
export type V1ListAllProjectsInput = typeof V1ListAllProjectsInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1ListAllProjectsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
13
|
+
Schema.Struct({
|
|
14
|
+
id: Schema.String,
|
|
15
|
+
ref: Schema.String,
|
|
16
|
+
organization_id: Schema.String,
|
|
17
|
+
organization_slug: Schema.String,
|
|
18
|
+
name: Schema.String,
|
|
19
|
+
region: Schema.String,
|
|
20
|
+
created_at: Schema.String,
|
|
21
|
+
status: Schema.Literals([
|
|
22
|
+
"INACTIVE",
|
|
23
|
+
"ACTIVE_HEALTHY",
|
|
24
|
+
"ACTIVE_UNHEALTHY",
|
|
25
|
+
"COMING_UP",
|
|
26
|
+
"UNKNOWN",
|
|
27
|
+
"GOING_DOWN",
|
|
28
|
+
"INIT_FAILED",
|
|
29
|
+
"REMOVED",
|
|
30
|
+
"RESTORING",
|
|
31
|
+
"UPGRADING",
|
|
32
|
+
"PAUSING",
|
|
33
|
+
"RESTORE_FAILED",
|
|
34
|
+
"RESTARTING",
|
|
35
|
+
"PAUSE_FAILED",
|
|
36
|
+
"RESIZING",
|
|
37
|
+
]),
|
|
38
|
+
database: Schema.Struct({
|
|
39
|
+
host: Schema.String,
|
|
40
|
+
version: Schema.String,
|
|
41
|
+
postgres_engine: Schema.String,
|
|
42
|
+
release_channel: Schema.String,
|
|
43
|
+
}),
|
|
44
|
+
}),
|
|
45
|
+
);
|
|
46
|
+
export type V1ListAllProjectsOutput = typeof V1ListAllProjectsOutput.Type;
|
|
47
|
+
|
|
48
|
+
// The operation
|
|
49
|
+
/**
|
|
50
|
+
* List all projects
|
|
51
|
+
*
|
|
52
|
+
* Returns a list of all projects you've previously created.
|
|
53
|
+
* Use `/v1/organizations/{slug}/projects` instead when possible to get more precise results and pagination support.
|
|
54
|
+
*/
|
|
55
|
+
export const v1ListAllProjects = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
56
|
+
inputSchema: V1ListAllProjectsInput,
|
|
57
|
+
outputSchema: V1ListAllProjectsOutput,
|
|
58
|
+
}));
|
|
@@ -0,0 +1,32 @@
|
|
|
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 V1ListAllSecretsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/secrets" }));
|
|
9
|
+
export type V1ListAllSecretsInput = typeof V1ListAllSecretsInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1ListAllSecretsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(
|
|
13
|
+
Schema.Struct({
|
|
14
|
+
name: Schema.String,
|
|
15
|
+
value: Schema.String,
|
|
16
|
+
updated_at: Schema.optional(Schema.String),
|
|
17
|
+
}),
|
|
18
|
+
);
|
|
19
|
+
export type V1ListAllSecretsOutput = typeof V1ListAllSecretsOutput.Type;
|
|
20
|
+
|
|
21
|
+
// The operation
|
|
22
|
+
/**
|
|
23
|
+
* List all secrets
|
|
24
|
+
*
|
|
25
|
+
* Returns all secrets you've previously added to the specified project.
|
|
26
|
+
*
|
|
27
|
+
* @param ref - Project ref
|
|
28
|
+
*/
|
|
29
|
+
export const v1ListAllSecrets = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
30
|
+
inputSchema: V1ListAllSecretsInput,
|
|
31
|
+
outputSchema: V1ListAllSecretsOutput,
|
|
32
|
+
}));
|
|
@@ -0,0 +1,57 @@
|
|
|
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 V1ListAllSnippetsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
7
|
+
{
|
|
8
|
+
project_ref: Schema.optional(Schema.String),
|
|
9
|
+
cursor: Schema.optional(Schema.String),
|
|
10
|
+
limit: Schema.optional(Schema.String),
|
|
11
|
+
sort_by: Schema.optional(Schema.Literals(["name", "inserted_at"])),
|
|
12
|
+
sort_order: Schema.optional(Schema.Literals(["asc", "desc"])),
|
|
13
|
+
},
|
|
14
|
+
).pipe(T.Http({ method: "GET", path: "/v1/snippets" }));
|
|
15
|
+
export type V1ListAllSnippetsInput = typeof V1ListAllSnippetsInput.Type;
|
|
16
|
+
|
|
17
|
+
// Output Schema
|
|
18
|
+
export const V1ListAllSnippetsOutput =
|
|
19
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
20
|
+
data: Schema.Array(
|
|
21
|
+
Schema.Struct({
|
|
22
|
+
id: Schema.String,
|
|
23
|
+
inserted_at: Schema.String,
|
|
24
|
+
updated_at: Schema.String,
|
|
25
|
+
type: Schema.Literals(["sql"]),
|
|
26
|
+
visibility: Schema.Literals(["user", "project", "org", "public"]),
|
|
27
|
+
name: Schema.String,
|
|
28
|
+
description: Schema.NullOr(Schema.String),
|
|
29
|
+
project: Schema.Struct({
|
|
30
|
+
id: Schema.Number,
|
|
31
|
+
name: Schema.String,
|
|
32
|
+
}),
|
|
33
|
+
owner: Schema.Struct({
|
|
34
|
+
id: Schema.Number,
|
|
35
|
+
username: Schema.String,
|
|
36
|
+
}),
|
|
37
|
+
updated_by: Schema.Struct({
|
|
38
|
+
id: Schema.Number,
|
|
39
|
+
username: Schema.String,
|
|
40
|
+
}),
|
|
41
|
+
favorite: Schema.Boolean,
|
|
42
|
+
}),
|
|
43
|
+
),
|
|
44
|
+
cursor: Schema.optional(Schema.String),
|
|
45
|
+
});
|
|
46
|
+
export type V1ListAllSnippetsOutput = typeof V1ListAllSnippetsOutput.Type;
|
|
47
|
+
|
|
48
|
+
// The operation
|
|
49
|
+
/**
|
|
50
|
+
* Lists SQL snippets for the logged in user
|
|
51
|
+
*
|
|
52
|
+
* @param project_ref - Project ref
|
|
53
|
+
*/
|
|
54
|
+
export const v1ListAllSnippets = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
55
|
+
inputSchema: V1ListAllSnippetsInput,
|
|
56
|
+
outputSchema: V1ListAllSnippetsOutput,
|
|
57
|
+
}));
|