@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,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 V1GenerateTypescriptTypesInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
included_schemas: Schema.optional(Schema.String),
|
|
10
|
+
}).pipe(
|
|
11
|
+
T.Http({ method: "GET", path: "/v1/projects/{ref}/types/typescript" }),
|
|
12
|
+
);
|
|
13
|
+
export type V1GenerateTypescriptTypesInput =
|
|
14
|
+
typeof V1GenerateTypescriptTypesInput.Type;
|
|
15
|
+
|
|
16
|
+
// Output Schema
|
|
17
|
+
export const V1GenerateTypescriptTypesOutput =
|
|
18
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
19
|
+
types: Schema.String,
|
|
20
|
+
});
|
|
21
|
+
export type V1GenerateTypescriptTypesOutput =
|
|
22
|
+
typeof V1GenerateTypescriptTypesOutput.Type;
|
|
23
|
+
|
|
24
|
+
// The operation
|
|
25
|
+
/**
|
|
26
|
+
* Generate TypeScript types
|
|
27
|
+
*
|
|
28
|
+
* Returns the TypeScript types of your schema for use with supabase-js.
|
|
29
|
+
*
|
|
30
|
+
* @param ref - Project ref
|
|
31
|
+
*/
|
|
32
|
+
export const v1GenerateTypescriptTypes = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
33
|
+
() => ({
|
|
34
|
+
inputSchema: V1GenerateTypescriptTypesInput,
|
|
35
|
+
outputSchema: V1GenerateTypescriptTypesOutput,
|
|
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 V1GetABranchInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
name: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/branches/{name}" }));
|
|
10
|
+
export type V1GetABranchInput = typeof V1GetABranchInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetABranchOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
14
|
+
id: Schema.String,
|
|
15
|
+
name: Schema.String,
|
|
16
|
+
project_ref: Schema.String,
|
|
17
|
+
parent_project_ref: Schema.String,
|
|
18
|
+
is_default: Schema.Boolean,
|
|
19
|
+
git_branch: Schema.optional(Schema.String),
|
|
20
|
+
pr_number: Schema.optional(Schema.Number),
|
|
21
|
+
latest_check_run_id: Schema.optional(Schema.Number),
|
|
22
|
+
persistent: Schema.Boolean,
|
|
23
|
+
status: Schema.Literals([
|
|
24
|
+
"CREATING_PROJECT",
|
|
25
|
+
"RUNNING_MIGRATIONS",
|
|
26
|
+
"MIGRATIONS_PASSED",
|
|
27
|
+
"MIGRATIONS_FAILED",
|
|
28
|
+
"FUNCTIONS_DEPLOYED",
|
|
29
|
+
"FUNCTIONS_FAILED",
|
|
30
|
+
]),
|
|
31
|
+
created_at: Schema.String,
|
|
32
|
+
updated_at: Schema.String,
|
|
33
|
+
review_requested_at: Schema.optional(Schema.String),
|
|
34
|
+
with_data: Schema.Boolean,
|
|
35
|
+
notify_url: Schema.optional(Schema.String),
|
|
36
|
+
deletion_scheduled_at: Schema.optional(Schema.String),
|
|
37
|
+
preview_project_status: Schema.optional(
|
|
38
|
+
Schema.Literals([
|
|
39
|
+
"INACTIVE",
|
|
40
|
+
"ACTIVE_HEALTHY",
|
|
41
|
+
"ACTIVE_UNHEALTHY",
|
|
42
|
+
"COMING_UP",
|
|
43
|
+
"UNKNOWN",
|
|
44
|
+
"GOING_DOWN",
|
|
45
|
+
"INIT_FAILED",
|
|
46
|
+
"REMOVED",
|
|
47
|
+
"RESTORING",
|
|
48
|
+
"UPGRADING",
|
|
49
|
+
"PAUSING",
|
|
50
|
+
"RESTORE_FAILED",
|
|
51
|
+
"RESTARTING",
|
|
52
|
+
"PAUSE_FAILED",
|
|
53
|
+
"RESIZING",
|
|
54
|
+
]),
|
|
55
|
+
),
|
|
56
|
+
});
|
|
57
|
+
export type V1GetABranchOutput = typeof V1GetABranchOutput.Type;
|
|
58
|
+
|
|
59
|
+
// The operation
|
|
60
|
+
/**
|
|
61
|
+
* Get a database branch
|
|
62
|
+
*
|
|
63
|
+
* Fetches the specified database branch by its name.
|
|
64
|
+
*
|
|
65
|
+
* @param ref - Project ref
|
|
66
|
+
*/
|
|
67
|
+
export const v1GetABranch = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
68
|
+
inputSchema: V1GetABranchInput,
|
|
69
|
+
outputSchema: V1GetABranchOutput,
|
|
70
|
+
}));
|
|
@@ -0,0 +1,55 @@
|
|
|
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 V1GetABranchConfigInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
branch_id_or_ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/branches/{branch_id_or_ref}" }));
|
|
10
|
+
export type V1GetABranchConfigInput = typeof V1GetABranchConfigInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetABranchConfigOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
15
|
+
ref: Schema.String,
|
|
16
|
+
postgres_version: Schema.String,
|
|
17
|
+
postgres_engine: Schema.String,
|
|
18
|
+
release_channel: Schema.String,
|
|
19
|
+
status: Schema.Literals([
|
|
20
|
+
"INACTIVE",
|
|
21
|
+
"ACTIVE_HEALTHY",
|
|
22
|
+
"ACTIVE_UNHEALTHY",
|
|
23
|
+
"COMING_UP",
|
|
24
|
+
"UNKNOWN",
|
|
25
|
+
"GOING_DOWN",
|
|
26
|
+
"INIT_FAILED",
|
|
27
|
+
"REMOVED",
|
|
28
|
+
"RESTORING",
|
|
29
|
+
"UPGRADING",
|
|
30
|
+
"PAUSING",
|
|
31
|
+
"RESTORE_FAILED",
|
|
32
|
+
"RESTARTING",
|
|
33
|
+
"PAUSE_FAILED",
|
|
34
|
+
"RESIZING",
|
|
35
|
+
]),
|
|
36
|
+
db_host: Schema.String,
|
|
37
|
+
db_port: Schema.Number,
|
|
38
|
+
db_user: Schema.optional(Schema.String),
|
|
39
|
+
db_pass: Schema.optional(Schema.String),
|
|
40
|
+
jwt_secret: Schema.optional(Schema.String),
|
|
41
|
+
});
|
|
42
|
+
export type V1GetABranchConfigOutput = typeof V1GetABranchConfigOutput.Type;
|
|
43
|
+
|
|
44
|
+
// The operation
|
|
45
|
+
/**
|
|
46
|
+
* Get database branch config
|
|
47
|
+
*
|
|
48
|
+
* Fetches configurations of the specified database branch
|
|
49
|
+
*
|
|
50
|
+
* @param branch_id_or_ref - Branch ID
|
|
51
|
+
*/
|
|
52
|
+
export const v1GetABranchConfig = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
53
|
+
inputSchema: V1GetABranchConfigInput,
|
|
54
|
+
outputSchema: V1GetABranchConfigOutput,
|
|
55
|
+
}));
|
|
@@ -0,0 +1,46 @@
|
|
|
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 V1GetAFunctionInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
function_slug: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({
|
|
11
|
+
method: "GET",
|
|
12
|
+
path: "/v1/projects/{ref}/functions/{function_slug}",
|
|
13
|
+
}),
|
|
14
|
+
);
|
|
15
|
+
export type V1GetAFunctionInput = typeof V1GetAFunctionInput.Type;
|
|
16
|
+
|
|
17
|
+
// Output Schema
|
|
18
|
+
export const V1GetAFunctionOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
19
|
+
id: Schema.String,
|
|
20
|
+
slug: Schema.String,
|
|
21
|
+
name: Schema.String,
|
|
22
|
+
status: Schema.Literals(["ACTIVE", "REMOVED", "THROTTLED"]),
|
|
23
|
+
version: Schema.Number,
|
|
24
|
+
created_at: Schema.Number,
|
|
25
|
+
updated_at: Schema.Number,
|
|
26
|
+
verify_jwt: Schema.optional(Schema.Boolean),
|
|
27
|
+
import_map: Schema.optional(Schema.Boolean),
|
|
28
|
+
entrypoint_path: Schema.optional(Schema.String),
|
|
29
|
+
import_map_path: Schema.optional(Schema.String),
|
|
30
|
+
ezbr_sha256: Schema.optional(Schema.String),
|
|
31
|
+
});
|
|
32
|
+
export type V1GetAFunctionOutput = typeof V1GetAFunctionOutput.Type;
|
|
33
|
+
|
|
34
|
+
// The operation
|
|
35
|
+
/**
|
|
36
|
+
* Retrieve a function
|
|
37
|
+
*
|
|
38
|
+
* Retrieves a function with the specified slug and project.
|
|
39
|
+
*
|
|
40
|
+
* @param ref - Project ref
|
|
41
|
+
* @param function_slug - Function slug
|
|
42
|
+
*/
|
|
43
|
+
export const v1GetAFunction = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
44
|
+
inputSchema: V1GetAFunctionInput,
|
|
45
|
+
outputSchema: V1GetAFunctionOutput,
|
|
46
|
+
}));
|
|
@@ -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 V1GetAFunctionBodyInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
function_slug: Schema.String.pipe(T.PathParam()),
|
|
10
|
+
}).pipe(
|
|
11
|
+
T.Http({
|
|
12
|
+
method: "GET",
|
|
13
|
+
path: "/v1/projects/{ref}/functions/{function_slug}/body",
|
|
14
|
+
}),
|
|
15
|
+
);
|
|
16
|
+
export type V1GetAFunctionBodyInput = typeof V1GetAFunctionBodyInput.Type;
|
|
17
|
+
|
|
18
|
+
// Output Schema
|
|
19
|
+
export const V1GetAFunctionBodyOutput =
|
|
20
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
|
|
21
|
+
export type V1GetAFunctionBodyOutput = typeof V1GetAFunctionBodyOutput.Type;
|
|
22
|
+
|
|
23
|
+
// The operation
|
|
24
|
+
/**
|
|
25
|
+
* Retrieve a function body
|
|
26
|
+
*
|
|
27
|
+
* Retrieves a function body for the specified slug and project.
|
|
28
|
+
*
|
|
29
|
+
* @param ref - Project ref
|
|
30
|
+
* @param function_slug - Function slug
|
|
31
|
+
*/
|
|
32
|
+
export const v1GetAFunctionBody = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
33
|
+
inputSchema: V1GetAFunctionBodyInput,
|
|
34
|
+
outputSchema: V1GetAFunctionBodyOutput,
|
|
35
|
+
}));
|
|
@@ -0,0 +1,39 @@
|
|
|
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 V1GetAMigrationInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
version: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(
|
|
10
|
+
T.Http({
|
|
11
|
+
method: "GET",
|
|
12
|
+
path: "/v1/projects/{ref}/database/migrations/{version}",
|
|
13
|
+
}),
|
|
14
|
+
);
|
|
15
|
+
export type V1GetAMigrationInput = typeof V1GetAMigrationInput.Type;
|
|
16
|
+
|
|
17
|
+
// Output Schema
|
|
18
|
+
export const V1GetAMigrationOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
19
|
+
version: Schema.String,
|
|
20
|
+
name: Schema.optional(Schema.String),
|
|
21
|
+
statements: Schema.optional(Schema.Array(Schema.String)),
|
|
22
|
+
rollback: Schema.optional(Schema.Array(Schema.String)),
|
|
23
|
+
created_by: Schema.optional(Schema.String),
|
|
24
|
+
idempotency_key: Schema.optional(Schema.String),
|
|
25
|
+
});
|
|
26
|
+
export type V1GetAMigrationOutput = typeof V1GetAMigrationOutput.Type;
|
|
27
|
+
|
|
28
|
+
// The operation
|
|
29
|
+
/**
|
|
30
|
+
* [Beta] Fetch an existing entry from migration history
|
|
31
|
+
*
|
|
32
|
+
* Only available to selected partner OAuth apps
|
|
33
|
+
*
|
|
34
|
+
* @param ref - Project ref
|
|
35
|
+
*/
|
|
36
|
+
export const v1GetAMigration = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
|
+
inputSchema: V1GetAMigrationInput,
|
|
38
|
+
outputSchema: V1GetAMigrationOutput,
|
|
39
|
+
}));
|
|
@@ -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 V1GetASnippetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
id: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/snippets/{id}" }));
|
|
9
|
+
export type V1GetASnippetInput = typeof V1GetASnippetInput.Type;
|
|
10
|
+
|
|
11
|
+
// Output Schema
|
|
12
|
+
export const V1GetASnippetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
13
|
+
id: Schema.String,
|
|
14
|
+
inserted_at: Schema.String,
|
|
15
|
+
updated_at: Schema.String,
|
|
16
|
+
type: Schema.Literals(["sql"]),
|
|
17
|
+
visibility: Schema.Literals(["user", "project", "org", "public"]),
|
|
18
|
+
name: Schema.String,
|
|
19
|
+
description: Schema.NullOr(Schema.String),
|
|
20
|
+
project: Schema.Struct({
|
|
21
|
+
id: Schema.Number,
|
|
22
|
+
name: Schema.String,
|
|
23
|
+
}),
|
|
24
|
+
owner: Schema.Struct({
|
|
25
|
+
id: Schema.Number,
|
|
26
|
+
username: Schema.String,
|
|
27
|
+
}),
|
|
28
|
+
updated_by: Schema.Struct({
|
|
29
|
+
id: Schema.Number,
|
|
30
|
+
username: Schema.String,
|
|
31
|
+
}),
|
|
32
|
+
favorite: Schema.Boolean,
|
|
33
|
+
content: Schema.Struct({
|
|
34
|
+
favorite: Schema.optional(Schema.Boolean),
|
|
35
|
+
schema_version: Schema.String,
|
|
36
|
+
sql: Schema.String,
|
|
37
|
+
}),
|
|
38
|
+
});
|
|
39
|
+
export type V1GetASnippetOutput = typeof V1GetASnippetOutput.Type;
|
|
40
|
+
|
|
41
|
+
// The operation
|
|
42
|
+
/**
|
|
43
|
+
* Gets a specific SQL snippet
|
|
44
|
+
*/
|
|
45
|
+
export const v1GetASnippet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
46
|
+
inputSchema: V1GetASnippetInput,
|
|
47
|
+
outputSchema: V1GetASnippetOutput,
|
|
48
|
+
}));
|
|
@@ -0,0 +1,76 @@
|
|
|
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 V1GetASsoProviderInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
|
|
7
|
+
{
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
provider_id: Schema.String.pipe(T.PathParam()),
|
|
10
|
+
},
|
|
11
|
+
).pipe(
|
|
12
|
+
T.Http({
|
|
13
|
+
method: "GET",
|
|
14
|
+
path: "/v1/projects/{ref}/config/auth/sso/providers/{provider_id}",
|
|
15
|
+
}),
|
|
16
|
+
);
|
|
17
|
+
export type V1GetASsoProviderInput = typeof V1GetASsoProviderInput.Type;
|
|
18
|
+
|
|
19
|
+
// Output Schema
|
|
20
|
+
export const V1GetASsoProviderOutput =
|
|
21
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
22
|
+
id: Schema.String,
|
|
23
|
+
saml: Schema.optional(
|
|
24
|
+
Schema.Struct({
|
|
25
|
+
id: Schema.String,
|
|
26
|
+
entity_id: Schema.String,
|
|
27
|
+
metadata_url: Schema.optional(Schema.String),
|
|
28
|
+
metadata_xml: Schema.optional(Schema.String),
|
|
29
|
+
attribute_mapping: Schema.optional(
|
|
30
|
+
Schema.Struct({
|
|
31
|
+
keys: Schema.Record(
|
|
32
|
+
Schema.String,
|
|
33
|
+
Schema.Struct({
|
|
34
|
+
name: Schema.optional(Schema.String),
|
|
35
|
+
names: Schema.optional(Schema.Array(Schema.String)),
|
|
36
|
+
default: Schema.optional(Schema.Unknown),
|
|
37
|
+
array: Schema.optional(Schema.Boolean),
|
|
38
|
+
}),
|
|
39
|
+
),
|
|
40
|
+
}),
|
|
41
|
+
),
|
|
42
|
+
name_id_format: Schema.optional(
|
|
43
|
+
Schema.Literals([
|
|
44
|
+
"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
|
|
45
|
+
"urn:oasis:names:tc:SAML:2.0:nameid-format:transient",
|
|
46
|
+
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
|
|
47
|
+
"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
|
|
48
|
+
]),
|
|
49
|
+
),
|
|
50
|
+
}),
|
|
51
|
+
),
|
|
52
|
+
domains: Schema.optional(
|
|
53
|
+
Schema.Array(
|
|
54
|
+
Schema.Struct({
|
|
55
|
+
id: Schema.String,
|
|
56
|
+
domain: Schema.optional(Schema.String),
|
|
57
|
+
created_at: Schema.optional(Schema.String),
|
|
58
|
+
updated_at: Schema.optional(Schema.String),
|
|
59
|
+
}),
|
|
60
|
+
),
|
|
61
|
+
),
|
|
62
|
+
created_at: Schema.optional(Schema.String),
|
|
63
|
+
updated_at: Schema.optional(Schema.String),
|
|
64
|
+
});
|
|
65
|
+
export type V1GetASsoProviderOutput = typeof V1GetASsoProviderOutput.Type;
|
|
66
|
+
|
|
67
|
+
// The operation
|
|
68
|
+
/**
|
|
69
|
+
* Gets a SSO provider by its UUID
|
|
70
|
+
*
|
|
71
|
+
* @param ref - Project ref
|
|
72
|
+
*/
|
|
73
|
+
export const v1GetASsoProvider = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
74
|
+
inputSchema: V1GetASsoProviderInput,
|
|
75
|
+
outputSchema: V1GetASsoProviderOutput,
|
|
76
|
+
}));
|
|
@@ -0,0 +1,60 @@
|
|
|
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 V1GetActionRunInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
run_id: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/projects/{ref}/actions/{run_id}" }));
|
|
10
|
+
export type V1GetActionRunInput = typeof V1GetActionRunInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetActionRunOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
14
|
+
id: Schema.String,
|
|
15
|
+
branch_id: Schema.String,
|
|
16
|
+
run_steps: Schema.Array(
|
|
17
|
+
Schema.Struct({
|
|
18
|
+
name: Schema.Literals([
|
|
19
|
+
"clone",
|
|
20
|
+
"pull",
|
|
21
|
+
"health",
|
|
22
|
+
"configure",
|
|
23
|
+
"migrate",
|
|
24
|
+
"seed",
|
|
25
|
+
"deploy",
|
|
26
|
+
]),
|
|
27
|
+
status: Schema.Literals([
|
|
28
|
+
"CREATED",
|
|
29
|
+
"DEAD",
|
|
30
|
+
"EXITED",
|
|
31
|
+
"PAUSED",
|
|
32
|
+
"REMOVING",
|
|
33
|
+
"RESTARTING",
|
|
34
|
+
"RUNNING",
|
|
35
|
+
]),
|
|
36
|
+
created_at: Schema.String,
|
|
37
|
+
updated_at: Schema.String,
|
|
38
|
+
}),
|
|
39
|
+
),
|
|
40
|
+
git_config: Schema.optional(Schema.NullOr(Schema.Unknown)),
|
|
41
|
+
workdir: Schema.NullOr(Schema.String),
|
|
42
|
+
check_run_id: Schema.NullOr(Schema.Number),
|
|
43
|
+
created_at: Schema.String,
|
|
44
|
+
updated_at: Schema.String,
|
|
45
|
+
});
|
|
46
|
+
export type V1GetActionRunOutput = typeof V1GetActionRunOutput.Type;
|
|
47
|
+
|
|
48
|
+
// The operation
|
|
49
|
+
/**
|
|
50
|
+
* Get the status of an action run
|
|
51
|
+
*
|
|
52
|
+
* Returns the current status of the specified action run.
|
|
53
|
+
*
|
|
54
|
+
* @param ref - Project ref
|
|
55
|
+
* @param run_id - Action Run ID
|
|
56
|
+
*/
|
|
57
|
+
export const v1GetActionRun = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
58
|
+
inputSchema: V1GetActionRunInput,
|
|
59
|
+
outputSchema: V1GetActionRunOutput,
|
|
60
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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 V1GetActionRunLogsInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
ref: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
run_id: Schema.String.pipe(T.PathParam()),
|
|
10
|
+
}).pipe(
|
|
11
|
+
T.Http({ method: "GET", path: "/v1/projects/{ref}/actions/{run_id}/logs" }),
|
|
12
|
+
);
|
|
13
|
+
export type V1GetActionRunLogsInput = typeof V1GetActionRunLogsInput.Type;
|
|
14
|
+
|
|
15
|
+
// Output Schema
|
|
16
|
+
export const V1GetActionRunLogsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
17
|
+
export type V1GetActionRunLogsOutput = typeof V1GetActionRunLogsOutput.Type;
|
|
18
|
+
|
|
19
|
+
// The operation
|
|
20
|
+
/**
|
|
21
|
+
* Get the logs of an action run
|
|
22
|
+
*
|
|
23
|
+
* Returns the logs from the specified action run.
|
|
24
|
+
*
|
|
25
|
+
* @param ref - Project ref
|
|
26
|
+
* @param run_id - Action Run ID
|
|
27
|
+
*/
|
|
28
|
+
export const v1GetActionRunLogs = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
29
|
+
inputSchema: V1GetActionRunLogsInput,
|
|
30
|
+
outputSchema: V1GetActionRunLogsOutput,
|
|
31
|
+
}));
|
|
@@ -0,0 +1,129 @@
|
|
|
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 V1GetAllProjectsForOrganizationInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
slug: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
offset: Schema.optional(Schema.Number),
|
|
10
|
+
limit: Schema.optional(Schema.Number),
|
|
11
|
+
search: Schema.optional(Schema.String),
|
|
12
|
+
sort: Schema.optional(
|
|
13
|
+
Schema.Literals(["name_asc", "name_desc", "created_asc", "created_desc"]),
|
|
14
|
+
),
|
|
15
|
+
statuses: Schema.optional(Schema.String),
|
|
16
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/organizations/{slug}/projects" }));
|
|
17
|
+
export type V1GetAllProjectsForOrganizationInput =
|
|
18
|
+
typeof V1GetAllProjectsForOrganizationInput.Type;
|
|
19
|
+
|
|
20
|
+
// Output Schema
|
|
21
|
+
export const V1GetAllProjectsForOrganizationOutput =
|
|
22
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
23
|
+
projects: Schema.Array(
|
|
24
|
+
Schema.Struct({
|
|
25
|
+
ref: Schema.String,
|
|
26
|
+
name: Schema.String,
|
|
27
|
+
cloud_provider: Schema.String,
|
|
28
|
+
region: Schema.String,
|
|
29
|
+
is_branch: Schema.Boolean,
|
|
30
|
+
status: Schema.Literals([
|
|
31
|
+
"INACTIVE",
|
|
32
|
+
"ACTIVE_HEALTHY",
|
|
33
|
+
"ACTIVE_UNHEALTHY",
|
|
34
|
+
"COMING_UP",
|
|
35
|
+
"UNKNOWN",
|
|
36
|
+
"GOING_DOWN",
|
|
37
|
+
"INIT_FAILED",
|
|
38
|
+
"REMOVED",
|
|
39
|
+
"RESTORING",
|
|
40
|
+
"UPGRADING",
|
|
41
|
+
"PAUSING",
|
|
42
|
+
"RESTORE_FAILED",
|
|
43
|
+
"RESTARTING",
|
|
44
|
+
"PAUSE_FAILED",
|
|
45
|
+
"RESIZING",
|
|
46
|
+
]),
|
|
47
|
+
inserted_at: Schema.String,
|
|
48
|
+
databases: Schema.Array(
|
|
49
|
+
Schema.Struct({
|
|
50
|
+
infra_compute_size: Schema.optional(
|
|
51
|
+
Schema.Literals([
|
|
52
|
+
"pico",
|
|
53
|
+
"nano",
|
|
54
|
+
"micro",
|
|
55
|
+
"small",
|
|
56
|
+
"medium",
|
|
57
|
+
"large",
|
|
58
|
+
"xlarge",
|
|
59
|
+
"2xlarge",
|
|
60
|
+
"4xlarge",
|
|
61
|
+
"8xlarge",
|
|
62
|
+
"12xlarge",
|
|
63
|
+
"16xlarge",
|
|
64
|
+
"24xlarge",
|
|
65
|
+
"24xlarge_optimized_memory",
|
|
66
|
+
"24xlarge_optimized_cpu",
|
|
67
|
+
"24xlarge_high_memory",
|
|
68
|
+
"48xlarge",
|
|
69
|
+
"48xlarge_optimized_memory",
|
|
70
|
+
"48xlarge_optimized_cpu",
|
|
71
|
+
"48xlarge_high_memory",
|
|
72
|
+
]),
|
|
73
|
+
),
|
|
74
|
+
region: Schema.String,
|
|
75
|
+
status: Schema.Literals([
|
|
76
|
+
"ACTIVE_HEALTHY",
|
|
77
|
+
"ACTIVE_UNHEALTHY",
|
|
78
|
+
"COMING_UP",
|
|
79
|
+
"GOING_DOWN",
|
|
80
|
+
"INIT_FAILED",
|
|
81
|
+
"REMOVED",
|
|
82
|
+
"RESTORING",
|
|
83
|
+
"UNKNOWN",
|
|
84
|
+
"INIT_READ_REPLICA",
|
|
85
|
+
"INIT_READ_REPLICA_FAILED",
|
|
86
|
+
"RESTARTING",
|
|
87
|
+
"RESIZING",
|
|
88
|
+
]),
|
|
89
|
+
cloud_provider: Schema.String,
|
|
90
|
+
identifier: Schema.String,
|
|
91
|
+
type: Schema.Literals(["PRIMARY", "READ_REPLICA"]),
|
|
92
|
+
disk_volume_size_gb: Schema.optional(Schema.Number),
|
|
93
|
+
disk_type: Schema.optional(Schema.Literals(["gp3", "io2"])),
|
|
94
|
+
disk_throughput_mbps: Schema.optional(Schema.Number),
|
|
95
|
+
disk_last_modified_at: Schema.optional(Schema.String),
|
|
96
|
+
}),
|
|
97
|
+
),
|
|
98
|
+
}),
|
|
99
|
+
),
|
|
100
|
+
pagination: Schema.Struct({
|
|
101
|
+
count: Schema.Number,
|
|
102
|
+
limit: Schema.Number,
|
|
103
|
+
offset: Schema.Number,
|
|
104
|
+
}),
|
|
105
|
+
});
|
|
106
|
+
export type V1GetAllProjectsForOrganizationOutput =
|
|
107
|
+
typeof V1GetAllProjectsForOrganizationOutput.Type;
|
|
108
|
+
|
|
109
|
+
// The operation
|
|
110
|
+
/**
|
|
111
|
+
* Gets all projects for the given organization
|
|
112
|
+
*
|
|
113
|
+
* Returns a paginated list of projects for the specified organization.
|
|
114
|
+
* This endpoint uses offset-based pagination. Use the `offset` parameter to skip a number of projects and the `limit` parameter to control the number of projects returned per page.
|
|
115
|
+
*
|
|
116
|
+
* @param slug - Organization slug
|
|
117
|
+
* @param offset - Number of projects to skip
|
|
118
|
+
* @param limit - Number of projects to return per page
|
|
119
|
+
* @param search - Search projects by name
|
|
120
|
+
* @param sort - Sort order for projects
|
|
121
|
+
* @param statuses - A comma-separated list of project statuses to filter by.
|
|
122
|
+
|
|
123
|
+
The following values are supported: `ACTIVE_HEALTHY`, `INACTIVE`.
|
|
124
|
+
*/
|
|
125
|
+
export const v1GetAllProjectsForOrganization =
|
|
126
|
+
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
127
|
+
inputSchema: V1GetAllProjectsForOrganizationInput,
|
|
128
|
+
outputSchema: V1GetAllProjectsForOrganizationOutput,
|
|
129
|
+
}));
|
|
@@ -0,0 +1,49 @@
|
|
|
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 V1GetAnOrganizationInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
slug: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
}).pipe(T.Http({ method: "GET", path: "/v1/organizations/{slug}" }));
|
|
10
|
+
export type V1GetAnOrganizationInput = typeof V1GetAnOrganizationInput.Type;
|
|
11
|
+
|
|
12
|
+
// Output Schema
|
|
13
|
+
export const V1GetAnOrganizationOutput =
|
|
14
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
15
|
+
id: Schema.String,
|
|
16
|
+
name: Schema.String,
|
|
17
|
+
plan: Schema.optional(
|
|
18
|
+
Schema.Literals(["free", "pro", "team", "enterprise", "platform"]),
|
|
19
|
+
),
|
|
20
|
+
opt_in_tags: Schema.Array(
|
|
21
|
+
Schema.Literals([
|
|
22
|
+
"AI_SQL_GENERATOR_OPT_IN",
|
|
23
|
+
"AI_DATA_GENERATOR_OPT_IN",
|
|
24
|
+
"AI_LOG_GENERATOR_OPT_IN",
|
|
25
|
+
]),
|
|
26
|
+
),
|
|
27
|
+
allowed_release_channels: Schema.Array(
|
|
28
|
+
Schema.Literals([
|
|
29
|
+
"internal",
|
|
30
|
+
"alpha",
|
|
31
|
+
"beta",
|
|
32
|
+
"ga",
|
|
33
|
+
"withdrawn",
|
|
34
|
+
"preview",
|
|
35
|
+
]),
|
|
36
|
+
),
|
|
37
|
+
});
|
|
38
|
+
export type V1GetAnOrganizationOutput = typeof V1GetAnOrganizationOutput.Type;
|
|
39
|
+
|
|
40
|
+
// The operation
|
|
41
|
+
/**
|
|
42
|
+
* Gets information about the organization
|
|
43
|
+
*
|
|
44
|
+
* @param slug - Organization slug
|
|
45
|
+
*/
|
|
46
|
+
export const v1GetAnOrganization = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
47
|
+
inputSchema: V1GetAnOrganizationInput,
|
|
48
|
+
outputSchema: V1GetAnOrganizationOutput,
|
|
49
|
+
}));
|