@distilled.cloud/planetscale 0.10.2 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +2 -2
- package/lib/operations/addOrganizationTeamMember.d.ts +79 -1
- package/lib/operations/addOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/cancelBouncerResizeRequest.d.ts +7 -1
- package/lib/operations/cancelBouncerResizeRequest.d.ts.map +1 -1
- package/lib/operations/cancelBranchChangeRequest.d.ts +6 -1
- package/lib/operations/cancelBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/cancelDeployRequest.d.ts +148 -1
- package/lib/operations/cancelDeployRequest.d.ts.map +1 -1
- package/lib/operations/checkDeployRequestStorage.d.ts +22 -1
- package/lib/operations/checkDeployRequestStorage.d.ts.map +1 -1
- package/lib/operations/closeDeployRequest.d.ts +149 -1
- package/lib/operations/closeDeployRequest.d.ts.map +1 -1
- package/lib/operations/completeErroredDeploy.d.ts +148 -1
- package/lib/operations/completeErroredDeploy.d.ts.map +1 -1
- package/lib/operations/completeGatedDeployRequest.d.ts +148 -1
- package/lib/operations/completeGatedDeployRequest.d.ts.map +1 -1
- package/lib/operations/completeRevert.d.ts +148 -1
- package/lib/operations/completeRevert.d.ts.map +1 -1
- package/lib/operations/createBackup.d.ts +70 -1
- package/lib/operations/createBackup.d.ts.map +1 -1
- package/lib/operations/createBackupPolicy.d.ts +31 -1
- package/lib/operations/createBackupPolicy.d.ts.map +1 -1
- package/lib/operations/createBouncer.d.ts +63 -1
- package/lib/operations/createBouncer.d.ts.map +1 -1
- package/lib/operations/createBranch.d.ts +73 -1
- package/lib/operations/createBranch.d.ts.map +1 -1
- package/lib/operations/createDatabase.d.ts +75 -1
- package/lib/operations/createDatabase.d.ts.map +1 -1
- package/lib/operations/createDatabasePostgresCidr.d.ts +21 -1
- package/lib/operations/createDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/createDeployRequest.d.ts +152 -1
- package/lib/operations/createDeployRequest.d.ts.map +1 -1
- package/lib/operations/createKeyspace.d.ts +44 -1
- package/lib/operations/createKeyspace.d.ts.map +1 -1
- package/lib/operations/createOauthToken.d.ts +88 -1
- package/lib/operations/createOauthToken.d.ts.map +1 -1
- package/lib/operations/createOrganizationTeam.d.ts +47 -1
- package/lib/operations/createOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/createPassword.d.ts +54 -1
- package/lib/operations/createPassword.d.ts.map +1 -1
- package/lib/operations/createQueryPatternsReport.d.ts +18 -1
- package/lib/operations/createQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/createRole.d.ts +47 -1
- package/lib/operations/createRole.d.ts.map +1 -1
- package/lib/operations/createServiceToken.d.ts +83 -1
- package/lib/operations/createServiceToken.d.ts.map +1 -1
- package/lib/operations/createTrafficBudget.d.ts +50 -1
- package/lib/operations/createTrafficBudget.d.ts.map +1 -1
- package/lib/operations/createTrafficRule.d.ts +30 -1
- package/lib/operations/createTrafficRule.d.ts.map +1 -1
- package/lib/operations/createWebhook.d.ts +19 -1
- package/lib/operations/createWebhook.d.ts.map +1 -1
- package/lib/operations/createWorkflow.d.ts +118 -1
- package/lib/operations/createWorkflow.d.ts.map +1 -1
- package/lib/operations/deleteBackup.d.ts +7 -1
- package/lib/operations/deleteBackup.d.ts.map +1 -1
- package/lib/operations/deleteBackupPolicy.d.ts +6 -1
- package/lib/operations/deleteBackupPolicy.d.ts.map +1 -1
- package/lib/operations/deleteBouncer.d.ts +7 -1
- package/lib/operations/deleteBouncer.d.ts.map +1 -1
- package/lib/operations/deleteBranch.d.ts +7 -1
- package/lib/operations/deleteBranch.d.ts.map +1 -1
- package/lib/operations/deleteDatabase.d.ts +5 -1
- package/lib/operations/deleteDatabase.d.ts.map +1 -1
- package/lib/operations/deleteDatabasePostgresCidr.d.ts +6 -1
- package/lib/operations/deleteDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/deleteKeyspace.d.ts +7 -1
- package/lib/operations/deleteKeyspace.d.ts.map +1 -1
- package/lib/operations/deleteOauthToken.d.ts +6 -1
- package/lib/operations/deleteOauthToken.d.ts.map +1 -1
- package/lib/operations/deleteOrganizationTeam.d.ts +5 -1
- package/lib/operations/deleteOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/deletePassword.d.ts +7 -1
- package/lib/operations/deletePassword.d.ts.map +1 -1
- package/lib/operations/deleteQueryPatternsReport.d.ts +7 -1
- package/lib/operations/deleteQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/deleteRole.d.ts +8 -1
- package/lib/operations/deleteRole.d.ts.map +1 -1
- package/lib/operations/deleteServiceToken.d.ts +5 -1
- package/lib/operations/deleteServiceToken.d.ts.map +1 -1
- package/lib/operations/deleteTrafficBudget.d.ts +7 -1
- package/lib/operations/deleteTrafficBudget.d.ts.map +1 -1
- package/lib/operations/deleteTrafficRule.d.ts +8 -1
- package/lib/operations/deleteTrafficRule.d.ts.map +1 -1
- package/lib/operations/deleteWebhook.d.ts +6 -1
- package/lib/operations/deleteWebhook.d.ts.map +1 -1
- package/lib/operations/demoteBranch.d.ts +62 -1
- package/lib/operations/demoteBranch.d.ts.map +1 -1
- package/lib/operations/disableSafeMigrations.d.ts +62 -1
- package/lib/operations/disableSafeMigrations.d.ts.map +1 -1
- package/lib/operations/dismissSchemaRecommendation.d.ts +31 -1
- package/lib/operations/dismissSchemaRecommendation.d.ts.map +1 -1
- package/lib/operations/enableSafeMigrations.d.ts +62 -1
- package/lib/operations/enableSafeMigrations.d.ts.map +1 -1
- package/lib/operations/getBackup.d.ts +67 -1
- package/lib/operations/getBackup.d.ts.map +1 -1
- package/lib/operations/getBackupPolicy.d.ts +23 -1
- package/lib/operations/getBackupPolicy.d.ts.map +1 -1
- package/lib/operations/getBouncer.d.ts +60 -1
- package/lib/operations/getBouncer.d.ts.map +1 -1
- package/lib/operations/getBranch.d.ts +62 -1
- package/lib/operations/getBranch.d.ts.map +1 -1
- package/lib/operations/getBranchChangeRequest.d.ts +48 -1
- package/lib/operations/getBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/getBranchSchema.d.ts +14 -1
- package/lib/operations/getBranchSchema.d.ts.map +1 -1
- package/lib/operations/getCurrentUser.d.ts +22 -1
- package/lib/operations/getCurrentUser.d.ts.map +1 -1
- package/lib/operations/getDatabase.d.ts +66 -1
- package/lib/operations/getDatabase.d.ts.map +1 -1
- package/lib/operations/getDatabasePostgresCidr.d.ts +19 -1
- package/lib/operations/getDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/getDatabaseThrottler.d.ts +18 -1
- package/lib/operations/getDatabaseThrottler.d.ts.map +1 -1
- package/lib/operations/getDefaultRole.d.ts +42 -1
- package/lib/operations/getDefaultRole.d.ts.map +1 -1
- package/lib/operations/getDeployQueue.d.ts +119 -1
- package/lib/operations/getDeployQueue.d.ts.map +1 -1
- package/lib/operations/getDeployRequest.d.ts +148 -1
- package/lib/operations/getDeployRequest.d.ts.map +1 -1
- package/lib/operations/getDeployRequestThrottler.d.ts +19 -1
- package/lib/operations/getDeployRequestThrottler.d.ts.map +1 -1
- package/lib/operations/getDeployment.d.ts +111 -1
- package/lib/operations/getDeployment.d.ts.map +1 -1
- package/lib/operations/getInvoice.d.ts +12 -1
- package/lib/operations/getInvoice.d.ts.map +1 -1
- package/lib/operations/getInvoiceLineItems.d.ts +28 -1
- package/lib/operations/getInvoiceLineItems.d.ts.map +1 -1
- package/lib/operations/getKeyspace.d.ts +41 -1
- package/lib/operations/getKeyspace.d.ts.map +1 -1
- package/lib/operations/getKeyspaceRolloutStatus.d.ts +16 -1
- package/lib/operations/getKeyspaceRolloutStatus.d.ts.map +1 -1
- package/lib/operations/getKeyspaceVschema.d.ts +9 -1
- package/lib/operations/getKeyspaceVschema.d.ts.map +1 -1
- package/lib/operations/getMaintenanceSchedule.d.ts +25 -1
- package/lib/operations/getMaintenanceSchedule.d.ts.map +1 -1
- package/lib/operations/getOauthApplication.d.ts +24 -1
- package/lib/operations/getOauthApplication.d.ts.map +1 -1
- package/lib/operations/getOauthToken.d.ts +83 -1
- package/lib/operations/getOauthToken.d.ts.map +1 -1
- package/lib/operations/getOrganization.d.ts +27 -1
- package/lib/operations/getOrganization.d.ts.map +1 -1
- package/lib/operations/getOrganizationMembership.d.ts +31 -1
- package/lib/operations/getOrganizationMembership.d.ts.map +1 -1
- package/lib/operations/getOrganizationTeam.d.ts +46 -1
- package/lib/operations/getOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/getOrganizationTeamMember.d.ts +79 -1
- package/lib/operations/getOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/getPassword.d.ts +49 -1
- package/lib/operations/getPassword.d.ts.map +1 -1
- package/lib/operations/getQueryPatternsReport.d.ts +7 -1
- package/lib/operations/getQueryPatternsReport.d.ts.map +1 -1
- package/lib/operations/getQueryPatternsReportStatus.d.ts +19 -1
- package/lib/operations/getQueryPatternsReportStatus.d.ts.map +1 -1
- package/lib/operations/getRole.d.ts +43 -1
- package/lib/operations/getRole.d.ts.map +1 -1
- package/lib/operations/getSchemaRecommendation.d.ts +30 -1
- package/lib/operations/getSchemaRecommendation.d.ts.map +1 -1
- package/lib/operations/getServiceToken.d.ts +82 -1
- package/lib/operations/getServiceToken.d.ts.map +1 -1
- package/lib/operations/getTrafficBudget.d.ts +43 -1
- package/lib/operations/getTrafficBudget.d.ts.map +1 -1
- package/lib/operations/getWebhook.d.ts +17 -1
- package/lib/operations/getWebhook.d.ts.map +1 -1
- package/lib/operations/getWorkflow.d.ts +112 -1
- package/lib/operations/getWorkflow.d.ts.map +1 -1
- package/lib/operations/lintBranchSchema.d.ts +33 -1
- package/lib/operations/lintBranchSchema.d.ts.map +1 -1
- package/lib/operations/listAuditLogs.d.ts +33 -1
- package/lib/operations/listAuditLogs.d.ts.map +1 -1
- package/lib/operations/listBackupPolicies.d.ts +31 -1
- package/lib/operations/listBackupPolicies.d.ts.map +1 -1
- package/lib/operations/listBackups.d.ts +82 -1
- package/lib/operations/listBackups.d.ts.map +1 -1
- package/lib/operations/listBouncerResizeRequests.d.ts +57 -1
- package/lib/operations/listBouncerResizeRequests.d.ts.map +1 -1
- package/lib/operations/listBouncers.d.ts +68 -1
- package/lib/operations/listBouncers.d.ts.map +1 -1
- package/lib/operations/listBranchBouncerResizeRequests.d.ts +56 -1
- package/lib/operations/listBranchBouncerResizeRequests.d.ts.map +1 -1
- package/lib/operations/listBranchChangeRequests.d.ts +56 -1
- package/lib/operations/listBranchChangeRequests.d.ts.map +1 -1
- package/lib/operations/listBranches.d.ts +74 -1
- package/lib/operations/listBranches.d.ts.map +1 -1
- package/lib/operations/listClusterSizeSkus.d.ts +24 -1
- package/lib/operations/listClusterSizeSkus.d.ts.map +1 -1
- package/lib/operations/listDatabasePostgresCidrs.d.ts +27 -1
- package/lib/operations/listDatabasePostgresCidrs.d.ts.map +1 -1
- package/lib/operations/listDatabaseRegions.d.ts +23 -1
- package/lib/operations/listDatabaseRegions.d.ts.map +1 -1
- package/lib/operations/listDatabases.d.ts +75 -1
- package/lib/operations/listDatabases.d.ts.map +1 -1
- package/lib/operations/listDeployOperations.d.ts +35 -1
- package/lib/operations/listDeployOperations.d.ts.map +1 -1
- package/lib/operations/listDeployRequestReviews.d.ts +27 -1
- package/lib/operations/listDeployRequestReviews.d.ts.map +1 -1
- package/lib/operations/listDeployRequests.d.ts +161 -1
- package/lib/operations/listDeployRequests.d.ts.map +1 -1
- package/lib/operations/listExtensions.d.ts +42 -1
- package/lib/operations/listExtensions.d.ts.map +1 -1
- package/lib/operations/listGeneratedQueryPatternsReports.d.ts +27 -1
- package/lib/operations/listGeneratedQueryPatternsReports.d.ts.map +1 -1
- package/lib/operations/listInvoices.d.ts +20 -1
- package/lib/operations/listInvoices.d.ts.map +1 -1
- package/lib/operations/listKeyspaces.d.ts +49 -1
- package/lib/operations/listKeyspaces.d.ts.map +1 -1
- package/lib/operations/listMaintenanceSchedules.d.ts +33 -1
- package/lib/operations/listMaintenanceSchedules.d.ts.map +1 -1
- package/lib/operations/listMaintenanceWindows.d.ts +21 -1
- package/lib/operations/listMaintenanceWindows.d.ts.map +1 -1
- package/lib/operations/listOauthApplications.d.ts +32 -1
- package/lib/operations/listOauthApplications.d.ts.map +1 -1
- package/lib/operations/listOauthTokens.d.ts +91 -1
- package/lib/operations/listOauthTokens.d.ts.map +1 -1
- package/lib/operations/listOrganizationMembers.d.ts +40 -1
- package/lib/operations/listOrganizationMembers.d.ts.map +1 -1
- package/lib/operations/listOrganizationTeamMembers.d.ts +87 -1
- package/lib/operations/listOrganizationTeamMembers.d.ts.map +1 -1
- package/lib/operations/listOrganizationTeams.d.ts +55 -1
- package/lib/operations/listOrganizationTeams.d.ts.map +1 -1
- package/lib/operations/listOrganizations.d.ts +35 -1
- package/lib/operations/listOrganizations.d.ts.map +1 -1
- package/lib/operations/listParameters.d.ts +32 -1
- package/lib/operations/listParameters.d.ts.map +1 -1
- package/lib/operations/listPasswords.d.ts +58 -1
- package/lib/operations/listPasswords.d.ts.map +1 -1
- package/lib/operations/listPublicRegions.d.ts +20 -1
- package/lib/operations/listPublicRegions.d.ts.map +1 -1
- package/lib/operations/listReadOnlyRegions.d.ts +36 -1
- package/lib/operations/listReadOnlyRegions.d.ts.map +1 -1
- package/lib/operations/listRegionsForOrganization.d.ts +22 -1
- package/lib/operations/listRegionsForOrganization.d.ts.map +1 -1
- package/lib/operations/listRoles.d.ts +51 -1
- package/lib/operations/listRoles.d.ts.map +1 -1
- package/lib/operations/listSchemaRecommendations.d.ts +39 -1
- package/lib/operations/listSchemaRecommendations.d.ts.map +1 -1
- package/lib/operations/listServiceTokens.d.ts +90 -1
- package/lib/operations/listServiceTokens.d.ts.map +1 -1
- package/lib/operations/listTrafficBudgets.d.ts +54 -1
- package/lib/operations/listTrafficBudgets.d.ts.map +1 -1
- package/lib/operations/listWebhooks.d.ts +25 -1
- package/lib/operations/listWebhooks.d.ts.map +1 -1
- package/lib/operations/listWorkflows.d.ts +121 -1
- package/lib/operations/listWorkflows.d.ts.map +1 -1
- package/lib/operations/promoteBranch.d.ts +62 -1
- package/lib/operations/promoteBranch.d.ts.map +1 -1
- package/lib/operations/queueDeployRequest.d.ts +149 -1
- package/lib/operations/queueDeployRequest.d.ts.map +1 -1
- package/lib/operations/reassignRoleObjects.d.ts +8 -1
- package/lib/operations/reassignRoleObjects.d.ts.map +1 -1
- package/lib/operations/removeOrganizationMember.d.ts +7 -1
- package/lib/operations/removeOrganizationMember.d.ts.map +1 -1
- package/lib/operations/removeOrganizationTeamMember.d.ts +7 -1
- package/lib/operations/removeOrganizationTeamMember.d.ts.map +1 -1
- package/lib/operations/renewPassword.d.ts +49 -1
- package/lib/operations/renewPassword.d.ts.map +1 -1
- package/lib/operations/renewRole.d.ts +43 -1
- package/lib/operations/renewRole.d.ts.map +1 -1
- package/lib/operations/resetDefaultRole.d.ts +42 -1
- package/lib/operations/resetDefaultRole.d.ts.map +1 -1
- package/lib/operations/resetRole.d.ts +43 -1
- package/lib/operations/resetRole.d.ts.map +1 -1
- package/lib/operations/reviewDeployRequest.d.ts +20 -1
- package/lib/operations/reviewDeployRequest.d.ts.map +1 -1
- package/lib/operations/skipRevertPeriod.d.ts +148 -1
- package/lib/operations/skipRevertPeriod.d.ts.map +1 -1
- package/lib/operations/testWebhook.d.ts +6 -1
- package/lib/operations/testWebhook.d.ts.map +1 -1
- package/lib/operations/updateAutoApply.d.ts +149 -1
- package/lib/operations/updateAutoApply.d.ts.map +1 -1
- package/lib/operations/updateAutoDeleteBranch.d.ts +149 -1
- package/lib/operations/updateAutoDeleteBranch.d.ts.map +1 -1
- package/lib/operations/updateBackup.d.ts +68 -1
- package/lib/operations/updateBackup.d.ts.map +1 -1
- package/lib/operations/updateBackupPolicy.d.ts +32 -1
- package/lib/operations/updateBackupPolicy.d.ts.map +1 -1
- package/lib/operations/updateBouncerResizeRequest.d.ts +53 -1
- package/lib/operations/updateBouncerResizeRequest.d.ts.map +1 -1
- package/lib/operations/updateBranch.d.ts +63 -1
- package/lib/operations/updateBranch.d.ts.map +1 -1
- package/lib/operations/updateBranchChangeRequest.d.ts +52 -1
- package/lib/operations/updateBranchChangeRequest.d.ts.map +1 -1
- package/lib/operations/updateBranchClusterConfig.d.ts +7 -1
- package/lib/operations/updateBranchClusterConfig.d.ts.map +1 -1
- package/lib/operations/updateDatabasePostgresCidr.d.ts +22 -1
- package/lib/operations/updateDatabasePostgresCidr.d.ts.map +1 -1
- package/lib/operations/updateDatabaseSettings.d.ts +77 -1
- package/lib/operations/updateDatabaseSettings.d.ts.map +1 -1
- package/lib/operations/updateDatabaseThrottler.d.ts +20 -1
- package/lib/operations/updateDatabaseThrottler.d.ts.map +1 -1
- package/lib/operations/updateDeployRequestThrottler.d.ts +21 -1
- package/lib/operations/updateDeployRequestThrottler.d.ts.map +1 -1
- package/lib/operations/updateKeyspace.d.ts +41 -1
- package/lib/operations/updateKeyspace.d.ts.map +1 -1
- package/lib/operations/updateKeyspaceVschema.d.ts +10 -1
- package/lib/operations/updateKeyspaceVschema.d.ts.map +1 -1
- package/lib/operations/updateOrganization.d.ts +30 -1
- package/lib/operations/updateOrganization.d.ts.map +1 -1
- package/lib/operations/updateOrganizationMembership.d.ts +32 -1
- package/lib/operations/updateOrganizationMembership.d.ts.map +1 -1
- package/lib/operations/updateOrganizationTeam.d.ts +48 -1
- package/lib/operations/updateOrganizationTeam.d.ts.map +1 -1
- package/lib/operations/updatePassword.d.ts +51 -1
- package/lib/operations/updatePassword.d.ts.map +1 -1
- package/lib/operations/updateRole.d.ts +46 -1
- package/lib/operations/updateRole.d.ts.map +1 -1
- package/lib/operations/updateTrafficBudget.d.ts +51 -1
- package/lib/operations/updateTrafficBudget.d.ts.map +1 -1
- package/lib/operations/updateWebhook.d.ts +20 -1
- package/lib/operations/updateWebhook.d.ts.map +1 -1
- package/lib/operations/verifyWorkflow.d.ts +112 -1
- package/lib/operations/verifyWorkflow.d.ts.map +1 -1
- package/lib/operations/workflowCancel.d.ts +112 -1
- package/lib/operations/workflowCancel.d.ts.map +1 -1
- package/lib/operations/workflowComplete.d.ts +112 -1
- package/lib/operations/workflowComplete.d.ts.map +1 -1
- package/lib/operations/workflowCutover.d.ts +112 -1
- package/lib/operations/workflowCutover.d.ts.map +1 -1
- package/lib/operations/workflowRetry.d.ts +112 -1
- package/lib/operations/workflowRetry.d.ts.map +1 -1
- package/lib/operations/workflowReverseCutover.d.ts +112 -1
- package/lib/operations/workflowReverseCutover.d.ts.map +1 -1
- package/lib/operations/workflowReverseTraffic.d.ts +112 -1
- package/lib/operations/workflowReverseTraffic.d.ts.map +1 -1
- package/lib/operations/workflowSwitchPrimaries.d.ts +112 -1
- package/lib/operations/workflowSwitchPrimaries.d.ts.map +1 -1
- package/lib/operations/workflowSwitchReplicas.d.ts +112 -1
- package/lib/operations/workflowSwitchReplicas.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listReadOnlyRegions.d.ts","sourceRoot":"","sources":["../../src/operations/listReadOnlyRegions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listReadOnlyRegions.d.ts","sourceRoot":"","sources":["../../src/operations/listReadOnlyRegions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;EAWlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgClC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI7B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListRegionsForOrganizationInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly page: Schema.optional<Schema.Number>;
|
|
@@ -30,5 +31,25 @@ export type ListRegionsForOrganizationOutput = typeof ListRegionsForOrganization
|
|
|
30
31
|
* @param page - If provided, specifies the page offset of returned results
|
|
31
32
|
* @param per_page - If provided, specifies the number of returned results
|
|
32
33
|
*/
|
|
33
|
-
export declare const listRegionsForOrganization:
|
|
34
|
+
export declare const listRegionsForOrganization: import("@distilled.cloud/core/client").OperationMethod<{
|
|
35
|
+
readonly organization: string;
|
|
36
|
+
readonly page?: number | undefined;
|
|
37
|
+
readonly per_page?: number | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
readonly current_page: number;
|
|
40
|
+
readonly data: readonly {
|
|
41
|
+
readonly current_default: boolean;
|
|
42
|
+
readonly display_name: string;
|
|
43
|
+
readonly enabled: boolean;
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly location: string;
|
|
46
|
+
readonly provider: string;
|
|
47
|
+
readonly public_ip_addresses: readonly string[];
|
|
48
|
+
readonly slug: string;
|
|
49
|
+
}[];
|
|
50
|
+
readonly next_page: number | null;
|
|
51
|
+
readonly next_page_url: string | null;
|
|
52
|
+
readonly prev_page: number | null;
|
|
53
|
+
readonly prev_page_url: string | null;
|
|
54
|
+
}, Forbidden | NotFound, any>;
|
|
34
55
|
//# sourceMappingURL=listRegionsForOrganization.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listRegionsForOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/listRegionsForOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listRegionsForOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/listRegionsForOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,+BAA+B;;;;EAOzC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;EAmBzC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;6BAMtC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListRolesInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -61,5 +62,54 @@ export type ListRolesOutput = typeof ListRolesOutput.Type;
|
|
|
61
62
|
* @param page - If provided, specifies the page offset of returned results
|
|
62
63
|
* @param per_page - If provided, specifies the number of returned results
|
|
63
64
|
*/
|
|
64
|
-
export declare const listRoles:
|
|
65
|
+
export declare const listRoles: import("@distilled.cloud/core/client").OperationMethod<{
|
|
66
|
+
readonly branch: string;
|
|
67
|
+
readonly database: string;
|
|
68
|
+
readonly organization: string;
|
|
69
|
+
readonly page?: number | undefined;
|
|
70
|
+
readonly per_page?: number | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
readonly current_page: number;
|
|
73
|
+
readonly data: readonly {
|
|
74
|
+
readonly access_host_url: string;
|
|
75
|
+
readonly actor: {
|
|
76
|
+
readonly avatar_url: string;
|
|
77
|
+
readonly display_name: string;
|
|
78
|
+
readonly id: string;
|
|
79
|
+
};
|
|
80
|
+
readonly branch: {
|
|
81
|
+
readonly created_at: string;
|
|
82
|
+
readonly deleted_at: string;
|
|
83
|
+
readonly id: string;
|
|
84
|
+
readonly name: string;
|
|
85
|
+
readonly updated_at: string;
|
|
86
|
+
};
|
|
87
|
+
readonly created_at: string;
|
|
88
|
+
readonly database_name: string;
|
|
89
|
+
readonly default: boolean;
|
|
90
|
+
readonly deleted_at: string;
|
|
91
|
+
readonly disabled_at: string;
|
|
92
|
+
readonly drop_failed: string;
|
|
93
|
+
readonly dropped_at: string;
|
|
94
|
+
readonly expired: boolean;
|
|
95
|
+
readonly expires_at: string;
|
|
96
|
+
readonly id: string;
|
|
97
|
+
readonly inherited_roles: readonly ("pg_checkpoint" | "pg_create_subscription" | "pg_maintain" | "pg_monitor" | "pg_read_all_data" | "pg_read_all_settings" | "pg_read_all_stats" | "pg_signal_backend" | "pg_stat_scan_tables" | "pg_use_reserved_connections" | "pg_write_all_data" | "postgres" | "pscale_managed")[];
|
|
98
|
+
readonly name: string;
|
|
99
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
100
|
+
readonly private_access_host_url: string;
|
|
101
|
+
readonly private_connection_service_name: string;
|
|
102
|
+
readonly query_safety_settings: {
|
|
103
|
+
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
104
|
+
readonly require_where_on_update: "off" | "on" | "warn";
|
|
105
|
+
};
|
|
106
|
+
readonly ttl: number;
|
|
107
|
+
readonly updated_at: string;
|
|
108
|
+
readonly username: string;
|
|
109
|
+
}[];
|
|
110
|
+
readonly next_page: number | null;
|
|
111
|
+
readonly next_page_url: string | null;
|
|
112
|
+
readonly prev_page: number | null;
|
|
113
|
+
readonly prev_page_url: string | null;
|
|
114
|
+
}, Forbidden | NotFound, any>;
|
|
65
115
|
//# sourceMappingURL=listRoles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listRoles.d.ts","sourceRoot":"","sources":["../../src/operations/listRoles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listRoles.d.ts","sourceRoot":"","sources":["../../src/operations/listRoles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,cAAc;;;;;;EAW1B,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAC;AAGxD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6D1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAInB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListSchemaRecommendationsInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -49,5 +50,42 @@ export type ListSchemaRecommendationsOutput = typeof ListSchemaRecommendationsOu
|
|
|
49
50
|
* @param page - If provided, specifies the page offset of returned results
|
|
50
51
|
* @param per_page - If provided, specifies the number of returned results
|
|
51
52
|
*/
|
|
52
|
-
export declare const listSchemaRecommendations:
|
|
53
|
+
export declare const listSchemaRecommendations: import("@distilled.cloud/core/client").OperationMethod<{
|
|
54
|
+
readonly database: string;
|
|
55
|
+
readonly organization: string;
|
|
56
|
+
readonly page?: number | undefined;
|
|
57
|
+
readonly per_page?: number | undefined;
|
|
58
|
+
readonly state?: "closed" | "open" | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
readonly current_page: number;
|
|
61
|
+
readonly data: readonly {
|
|
62
|
+
readonly applied_at: string;
|
|
63
|
+
readonly closed_by_deploy_request: {
|
|
64
|
+
readonly branch_id: string;
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly number: number;
|
|
67
|
+
};
|
|
68
|
+
readonly created_at: string;
|
|
69
|
+
readonly ddl_statement: string;
|
|
70
|
+
readonly dismissed_at: string;
|
|
71
|
+
readonly dismissed_by: {
|
|
72
|
+
readonly avatar_url: string;
|
|
73
|
+
readonly display_name: string;
|
|
74
|
+
readonly id: string;
|
|
75
|
+
};
|
|
76
|
+
readonly html_url: string;
|
|
77
|
+
readonly id: string;
|
|
78
|
+
readonly keyspace: string;
|
|
79
|
+
readonly number: number;
|
|
80
|
+
readonly recommendation_type: "bloated_index" | "bloated_table" | "duplicate_index" | "encoding_upgrade" | "new_index" | "sequence_overflow" | "sequence_overflow_foreign_key" | "unused_index" | "unused_table";
|
|
81
|
+
readonly state: "applied" | "dismissed" | "open" | "stale";
|
|
82
|
+
readonly table_name: string;
|
|
83
|
+
readonly title: string;
|
|
84
|
+
readonly updated_at: string;
|
|
85
|
+
}[];
|
|
86
|
+
readonly next_page: number | null;
|
|
87
|
+
readonly next_page_url: string | null;
|
|
88
|
+
readonly prev_page: number | null;
|
|
89
|
+
readonly prev_page_url: string | null;
|
|
90
|
+
}, Forbidden | NotFound, any>;
|
|
53
91
|
//# sourceMappingURL=listSchemaRecommendations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listSchemaRecommendations.d.ts","sourceRoot":"","sources":["../../src/operations/listSchemaRecommendations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listSchemaRecommendations.d.ts","sourceRoot":"","sources":["../../src/operations/listSchemaRecommendations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;;;EAYxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMrC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListServiceTokensInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly page: Schema.optional<Schema.Number>;
|
|
@@ -100,5 +101,93 @@ export type ListServiceTokensOutput = typeof ListServiceTokensOutput.Type;
|
|
|
100
101
|
* @param page - If provided, specifies the page offset of returned results
|
|
101
102
|
* @param per_page - If provided, specifies the number of returned results
|
|
102
103
|
*/
|
|
103
|
-
export declare const listServiceTokens:
|
|
104
|
+
export declare const listServiceTokens: import("@distilled.cloud/core/client").OperationMethod<{
|
|
105
|
+
readonly organization: string;
|
|
106
|
+
readonly page?: number | undefined;
|
|
107
|
+
readonly per_page?: number | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
readonly current_page: number;
|
|
110
|
+
readonly data: readonly {
|
|
111
|
+
readonly actor_display_name: string;
|
|
112
|
+
readonly actor_id: string;
|
|
113
|
+
readonly actor_type: string;
|
|
114
|
+
readonly avatar_url: string;
|
|
115
|
+
readonly created_at: string;
|
|
116
|
+
readonly display_name: string;
|
|
117
|
+
readonly expires_at?: string | null | undefined;
|
|
118
|
+
readonly id: string;
|
|
119
|
+
readonly last_used_at?: string | null | undefined;
|
|
120
|
+
readonly name?: string | null | undefined;
|
|
121
|
+
readonly oauth_accesses_by_resource?: {
|
|
122
|
+
readonly branch: {
|
|
123
|
+
readonly accesses: readonly {
|
|
124
|
+
readonly description: string;
|
|
125
|
+
readonly name: string;
|
|
126
|
+
}[];
|
|
127
|
+
readonly branches: readonly {
|
|
128
|
+
readonly database: string;
|
|
129
|
+
readonly id: string;
|
|
130
|
+
readonly name: string;
|
|
131
|
+
readonly organization: string;
|
|
132
|
+
readonly url: string;
|
|
133
|
+
}[];
|
|
134
|
+
};
|
|
135
|
+
readonly database: {
|
|
136
|
+
readonly accesses: readonly {
|
|
137
|
+
readonly description: string;
|
|
138
|
+
readonly name: string;
|
|
139
|
+
}[];
|
|
140
|
+
readonly databases: readonly {
|
|
141
|
+
readonly id: string;
|
|
142
|
+
readonly name: string;
|
|
143
|
+
readonly organization: string;
|
|
144
|
+
readonly url: string;
|
|
145
|
+
}[];
|
|
146
|
+
};
|
|
147
|
+
readonly organization: {
|
|
148
|
+
readonly accesses: readonly {
|
|
149
|
+
readonly description: string;
|
|
150
|
+
readonly name: string;
|
|
151
|
+
}[];
|
|
152
|
+
readonly organizations: readonly {
|
|
153
|
+
readonly id: string;
|
|
154
|
+
readonly name: string;
|
|
155
|
+
readonly url: string;
|
|
156
|
+
}[];
|
|
157
|
+
};
|
|
158
|
+
readonly user: {
|
|
159
|
+
readonly accesses: readonly {
|
|
160
|
+
readonly description: string;
|
|
161
|
+
readonly name: string;
|
|
162
|
+
}[];
|
|
163
|
+
readonly users: readonly {
|
|
164
|
+
readonly id: string;
|
|
165
|
+
readonly name: string;
|
|
166
|
+
}[];
|
|
167
|
+
};
|
|
168
|
+
} | undefined;
|
|
169
|
+
readonly plain_text_refresh_token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
|
|
170
|
+
readonly service_token_accesses?: readonly {
|
|
171
|
+
readonly access: string;
|
|
172
|
+
readonly description: string;
|
|
173
|
+
readonly id: string;
|
|
174
|
+
readonly resource: {
|
|
175
|
+
readonly created_at: string;
|
|
176
|
+
readonly deleted_at: string;
|
|
177
|
+
readonly id: string;
|
|
178
|
+
readonly name: string;
|
|
179
|
+
readonly updated_at: string;
|
|
180
|
+
};
|
|
181
|
+
readonly resource_id: string;
|
|
182
|
+
readonly resource_name: string;
|
|
183
|
+
readonly resource_type: string;
|
|
184
|
+
}[] | undefined;
|
|
185
|
+
readonly token?: string | null | undefined;
|
|
186
|
+
readonly updated_at: string;
|
|
187
|
+
}[];
|
|
188
|
+
readonly next_page: number | null;
|
|
189
|
+
readonly next_page_url: string | null;
|
|
190
|
+
readonly prev_page: number | null;
|
|
191
|
+
readonly prev_page_url: string | null;
|
|
192
|
+
}, Forbidden | NotFound, any>;
|
|
104
193
|
//# sourceMappingURL=listServiceTokens.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listServiceTokens.d.ts","sourceRoot":"","sources":["../../src/operations/listServiceTokens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listServiceTokens.d.ts","sourceRoot":"","sources":["../../src/operations/listServiceTokens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,sBAAsB;;;;EAWlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6GhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;;GAQG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI3B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListTrafficBudgetsInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -67,5 +68,57 @@ export type ListTrafficBudgetsOutput = typeof ListTrafficBudgetsOutput.Type;
|
|
|
67
68
|
* @param created_at - Filter by creation date range (format: 'start..end')
|
|
68
69
|
* @param fingerprint - Filter budgets by query fingerprint
|
|
69
70
|
*/
|
|
70
|
-
export declare const listTrafficBudgets:
|
|
71
|
+
export declare const listTrafficBudgets: import("@distilled.cloud/core/client").OperationMethod<{
|
|
72
|
+
readonly branch: string;
|
|
73
|
+
readonly created_at?: string | undefined;
|
|
74
|
+
readonly database: string;
|
|
75
|
+
readonly fingerprint?: string | undefined;
|
|
76
|
+
readonly organization: string;
|
|
77
|
+
readonly page?: number | undefined;
|
|
78
|
+
readonly per_page?: number | undefined;
|
|
79
|
+
readonly period?: string | undefined;
|
|
80
|
+
}, {
|
|
81
|
+
readonly current_page: number;
|
|
82
|
+
readonly data: readonly {
|
|
83
|
+
readonly actor: {
|
|
84
|
+
readonly avatar_url: string;
|
|
85
|
+
readonly display_name: string;
|
|
86
|
+
readonly id: string;
|
|
87
|
+
};
|
|
88
|
+
readonly burst?: number | undefined;
|
|
89
|
+
readonly capacity?: number | undefined;
|
|
90
|
+
readonly concurrency?: number | undefined;
|
|
91
|
+
readonly created_at: string;
|
|
92
|
+
readonly id: string;
|
|
93
|
+
readonly mode: "enforce" | "off" | "warn";
|
|
94
|
+
readonly name: string;
|
|
95
|
+
readonly rate?: number | undefined;
|
|
96
|
+
readonly rules: readonly {
|
|
97
|
+
readonly actor: {
|
|
98
|
+
readonly avatar_url: string;
|
|
99
|
+
readonly display_name: string;
|
|
100
|
+
readonly id: string;
|
|
101
|
+
};
|
|
102
|
+
readonly created_at: string;
|
|
103
|
+
readonly fingerprint?: string | undefined;
|
|
104
|
+
readonly id: string;
|
|
105
|
+
readonly keyspace?: string | undefined;
|
|
106
|
+
readonly kind: "match";
|
|
107
|
+
readonly syntax_highlighted_sql: string;
|
|
108
|
+
readonly tags: readonly {
|
|
109
|
+
readonly key: string;
|
|
110
|
+
readonly key_id: string;
|
|
111
|
+
readonly source: "sql" | "system";
|
|
112
|
+
readonly value: string;
|
|
113
|
+
}[];
|
|
114
|
+
readonly updated_at: string;
|
|
115
|
+
}[];
|
|
116
|
+
readonly updated_at: string;
|
|
117
|
+
readonly warning_threshold?: number | undefined;
|
|
118
|
+
}[];
|
|
119
|
+
readonly next_page: number;
|
|
120
|
+
readonly next_page_url: string;
|
|
121
|
+
readonly prev_page: number;
|
|
122
|
+
readonly prev_page_url: string;
|
|
123
|
+
}, Forbidden | NotFound, any>;
|
|
71
124
|
//# sourceMappingURL=listTrafficBudgets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listTrafficBudgets.d.ts","sourceRoot":"","sources":["../../src/operations/listTrafficBudgets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listTrafficBudgets.d.ts","sourceRoot":"","sources":["../../src/operations/listTrafficBudgets.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;;;;;EAejC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI5B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListWebhooksInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -36,5 +37,28 @@ export type ListWebhooksOutput = typeof ListWebhooksOutput.Type;
|
|
|
36
37
|
* @param page - If provided, specifies the page offset of returned results
|
|
37
38
|
* @param per_page - If provided, specifies the number of returned results
|
|
38
39
|
*/
|
|
39
|
-
export declare const listWebhooks:
|
|
40
|
+
export declare const listWebhooks: import("@distilled.cloud/core/client").OperationMethod<{
|
|
41
|
+
readonly database: string;
|
|
42
|
+
readonly organization: string;
|
|
43
|
+
readonly page?: number | undefined;
|
|
44
|
+
readonly per_page?: number | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
readonly current_page: number;
|
|
47
|
+
readonly data: readonly {
|
|
48
|
+
readonly created_at: string;
|
|
49
|
+
readonly enabled: boolean;
|
|
50
|
+
readonly events: readonly ("branch.anomaly" | "branch.out_of_memory" | "branch.primary_promoted" | "branch.ready" | "branch.schema_recommendation" | "branch.sleeping" | "branch.start_maintenance" | "cluster.storage" | "database.access_request" | "deploy_request.closed" | "deploy_request.errored" | "deploy_request.in_progress" | "deploy_request.opened" | "deploy_request.pending_cutover" | "deploy_request.queued" | "deploy_request.reverted" | "deploy_request.schema_applied" | "keyspace.storage" | "webhook.test")[];
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly last_sent_at: string | null;
|
|
53
|
+
readonly last_sent_result: string | null;
|
|
54
|
+
readonly last_sent_success: boolean | null;
|
|
55
|
+
readonly secret: string | import("effect/Redacted").Redacted<string>;
|
|
56
|
+
readonly updated_at: string;
|
|
57
|
+
readonly url: string;
|
|
58
|
+
}[];
|
|
59
|
+
readonly next_page: number | null;
|
|
60
|
+
readonly next_page_url: string | null;
|
|
61
|
+
readonly prev_page: number | null;
|
|
62
|
+
readonly prev_page_url: string | null;
|
|
63
|
+
}, Forbidden | NotFound, any>;
|
|
40
64
|
//# sourceMappingURL=listWebhooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listWebhooks.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhooks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listWebhooks.d.ts","sourceRoot":"","sources":["../../src/operations/listWebhooks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,iBAAiB;;;;;EAU7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;EA0C7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;6BAItB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const ListWorkflowsInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -131,5 +132,124 @@ export type ListWorkflowsOutput = typeof ListWorkflowsOutput.Type;
|
|
|
131
132
|
* @param page - If provided, specifies the page offset of returned results
|
|
132
133
|
* @param per_page - If provided, specifies the number of returned results
|
|
133
134
|
*/
|
|
134
|
-
export declare const listWorkflows:
|
|
135
|
+
export declare const listWorkflows: import("@distilled.cloud/core/client").OperationMethod<{
|
|
136
|
+
readonly between?: string | undefined;
|
|
137
|
+
readonly database: string;
|
|
138
|
+
readonly organization: string;
|
|
139
|
+
readonly page?: number | undefined;
|
|
140
|
+
readonly per_page?: number | undefined;
|
|
141
|
+
}, {
|
|
142
|
+
readonly current_page: number;
|
|
143
|
+
readonly data: readonly {
|
|
144
|
+
readonly actor: {
|
|
145
|
+
readonly avatar_url: string;
|
|
146
|
+
readonly display_name: string;
|
|
147
|
+
readonly id: string;
|
|
148
|
+
};
|
|
149
|
+
readonly branch: {
|
|
150
|
+
readonly created_at: string;
|
|
151
|
+
readonly deleted_at: string;
|
|
152
|
+
readonly id: string;
|
|
153
|
+
readonly name: string;
|
|
154
|
+
readonly updated_at: string;
|
|
155
|
+
};
|
|
156
|
+
readonly cancelled_at: string;
|
|
157
|
+
readonly cancelled_by: {
|
|
158
|
+
readonly avatar_url: string;
|
|
159
|
+
readonly display_name: string;
|
|
160
|
+
readonly id: string;
|
|
161
|
+
};
|
|
162
|
+
readonly completed_at: string;
|
|
163
|
+
readonly completed_by: {
|
|
164
|
+
readonly avatar_url: string;
|
|
165
|
+
readonly display_name: string;
|
|
166
|
+
readonly id: string;
|
|
167
|
+
};
|
|
168
|
+
readonly created_at: string;
|
|
169
|
+
readonly cutover_at: string;
|
|
170
|
+
readonly cutover_by: {
|
|
171
|
+
readonly avatar_url: string;
|
|
172
|
+
readonly display_name: string;
|
|
173
|
+
readonly id: string;
|
|
174
|
+
};
|
|
175
|
+
readonly data_copy_completed_at: string;
|
|
176
|
+
readonly defer_secondary_keys: boolean;
|
|
177
|
+
readonly global_keyspace: {
|
|
178
|
+
readonly created_at: string;
|
|
179
|
+
readonly deleted_at: string;
|
|
180
|
+
readonly id: string;
|
|
181
|
+
readonly name: string;
|
|
182
|
+
readonly updated_at: string;
|
|
183
|
+
};
|
|
184
|
+
readonly id: string;
|
|
185
|
+
readonly may_restart: boolean;
|
|
186
|
+
readonly may_retry: boolean;
|
|
187
|
+
readonly name: string;
|
|
188
|
+
readonly number: number;
|
|
189
|
+
readonly on_ddl: "EXEC" | "EXEC_IGNORE" | "IGNORE" | "STOP";
|
|
190
|
+
readonly primaries_switched: boolean;
|
|
191
|
+
readonly replicas_switched: boolean;
|
|
192
|
+
readonly retried_at: string;
|
|
193
|
+
readonly retried_by: {
|
|
194
|
+
readonly avatar_url: string;
|
|
195
|
+
readonly display_name: string;
|
|
196
|
+
readonly id: string;
|
|
197
|
+
};
|
|
198
|
+
readonly reversed_at: string;
|
|
199
|
+
readonly reversed_by: {
|
|
200
|
+
readonly avatar_url: string;
|
|
201
|
+
readonly display_name: string;
|
|
202
|
+
readonly id: string;
|
|
203
|
+
};
|
|
204
|
+
readonly reversed_cutover_by: {
|
|
205
|
+
readonly avatar_url: string;
|
|
206
|
+
readonly display_name: string;
|
|
207
|
+
readonly id: string;
|
|
208
|
+
};
|
|
209
|
+
readonly sequence_tables_applied: boolean;
|
|
210
|
+
readonly source_keyspace: {
|
|
211
|
+
readonly created_at: string;
|
|
212
|
+
readonly deleted_at: string;
|
|
213
|
+
readonly id: string;
|
|
214
|
+
readonly name: string;
|
|
215
|
+
readonly updated_at: string;
|
|
216
|
+
};
|
|
217
|
+
readonly started_at: string;
|
|
218
|
+
readonly state: "cancelled" | "cancelling" | "completed" | "copying" | "cutover" | "cutting_over" | "error" | "pending" | "reversed_cutover" | "reversing_traffic" | "reversing_traffic_for_cancel" | "running" | "stopped" | "switched_primaries" | "switched_replicas" | "switching_primaries" | "switching_replicas" | "verified_data" | "verifying_data";
|
|
219
|
+
readonly switch_primaries_at: string;
|
|
220
|
+
readonly switch_primaries_by: {
|
|
221
|
+
readonly avatar_url: string;
|
|
222
|
+
readonly display_name: string;
|
|
223
|
+
readonly id: string;
|
|
224
|
+
};
|
|
225
|
+
readonly switch_replicas_at: string;
|
|
226
|
+
readonly switch_replicas_by: {
|
|
227
|
+
readonly avatar_url: string;
|
|
228
|
+
readonly display_name: string;
|
|
229
|
+
readonly id: string;
|
|
230
|
+
};
|
|
231
|
+
readonly target_keyspace: {
|
|
232
|
+
readonly created_at: string;
|
|
233
|
+
readonly deleted_at: string;
|
|
234
|
+
readonly id: string;
|
|
235
|
+
readonly name: string;
|
|
236
|
+
readonly updated_at: string;
|
|
237
|
+
};
|
|
238
|
+
readonly updated_at: string;
|
|
239
|
+
readonly verified_data_stale: boolean;
|
|
240
|
+
readonly verify_data_at: string;
|
|
241
|
+
readonly verify_data_by: {
|
|
242
|
+
readonly avatar_url: string;
|
|
243
|
+
readonly display_name: string;
|
|
244
|
+
readonly id: string;
|
|
245
|
+
};
|
|
246
|
+
readonly workflow_errors: string;
|
|
247
|
+
readonly workflow_subtype: string;
|
|
248
|
+
readonly workflow_type: "move_tables";
|
|
249
|
+
}[];
|
|
250
|
+
readonly next_page: number | null;
|
|
251
|
+
readonly next_page_url: string | null;
|
|
252
|
+
readonly prev_page: number | null;
|
|
253
|
+
readonly prev_page_url: string | null;
|
|
254
|
+
}, Forbidden | NotFound, any>;
|
|
135
255
|
//# sourceMappingURL=listWorkflows.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listWorkflows.d.ts","sourceRoot":"","sources":["../../src/operations/listWorkflows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"listWorkflows.d.ts","sourceRoot":"","sources":["../../src/operations/listWorkflows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;;;EAW9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuI9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIvB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const PromoteBranchInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -70,5 +71,65 @@ export type PromoteBranchOutput = typeof PromoteBranchOutput.Type;
|
|
|
70
71
|
* @param database - The name of the database the branch belongs to
|
|
71
72
|
* @param branch - The name of the branch
|
|
72
73
|
*/
|
|
73
|
-
export declare const promoteBranch:
|
|
74
|
+
export declare const promoteBranch: import("@distilled.cloud/core/client").OperationMethod<{
|
|
75
|
+
readonly branch: string;
|
|
76
|
+
readonly database: string;
|
|
77
|
+
readonly organization: string;
|
|
78
|
+
}, {
|
|
79
|
+
readonly actor: {
|
|
80
|
+
readonly avatar_url: string;
|
|
81
|
+
readonly display_name: string;
|
|
82
|
+
readonly id: string;
|
|
83
|
+
};
|
|
84
|
+
readonly cluster_iops: number | null;
|
|
85
|
+
readonly cluster_name: string;
|
|
86
|
+
readonly created_at: string;
|
|
87
|
+
readonly deleted_at: string | null;
|
|
88
|
+
readonly direct_vtgate: boolean;
|
|
89
|
+
readonly has_read_only_replicas: boolean;
|
|
90
|
+
readonly has_replicas: boolean;
|
|
91
|
+
readonly html_url: string;
|
|
92
|
+
readonly id: string;
|
|
93
|
+
readonly kind: "mysql" | "postgresql";
|
|
94
|
+
readonly metal: boolean;
|
|
95
|
+
readonly mysql_address: string;
|
|
96
|
+
readonly mysql_edge_address: string;
|
|
97
|
+
readonly name: string;
|
|
98
|
+
readonly parent_branch: string | null;
|
|
99
|
+
readonly private_edge_connectivity: boolean;
|
|
100
|
+
readonly production: boolean;
|
|
101
|
+
readonly ready: boolean;
|
|
102
|
+
readonly region: {
|
|
103
|
+
readonly current_default: boolean;
|
|
104
|
+
readonly display_name: string;
|
|
105
|
+
readonly enabled: boolean;
|
|
106
|
+
readonly id: string;
|
|
107
|
+
readonly location: string;
|
|
108
|
+
readonly provider: string;
|
|
109
|
+
readonly public_ip_addresses: readonly string[];
|
|
110
|
+
readonly slug: string;
|
|
111
|
+
};
|
|
112
|
+
readonly restore_checklist_completed_at: string | null;
|
|
113
|
+
readonly restored_from_branch: {
|
|
114
|
+
readonly created_at: string;
|
|
115
|
+
readonly deleted_at: string;
|
|
116
|
+
readonly id: string;
|
|
117
|
+
readonly name: string;
|
|
118
|
+
readonly updated_at: string;
|
|
119
|
+
} | null;
|
|
120
|
+
readonly safe_migrations: boolean;
|
|
121
|
+
readonly schema_last_updated_at: string;
|
|
122
|
+
readonly schema_ready: boolean;
|
|
123
|
+
readonly shard_count: number;
|
|
124
|
+
readonly sharded: boolean;
|
|
125
|
+
readonly stale_schema: boolean;
|
|
126
|
+
readonly state: "awakening" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
|
|
127
|
+
readonly updated_at: string;
|
|
128
|
+
readonly url: string;
|
|
129
|
+
readonly vtgate_count: number;
|
|
130
|
+
readonly vtgate_options: {
|
|
131
|
+
readonly [x: string]: unknown;
|
|
132
|
+
};
|
|
133
|
+
readonly vtgate_size: string;
|
|
134
|
+
}, Forbidden | NotFound, any>;
|
|
74
135
|
//# sourceMappingURL=promoteBranch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promoteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/promoteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"promoteBranch.d.ts","sourceRoot":"","sources":["../../src/operations/promoteBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8D9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIvB,CAAC"}
|