@distilled.cloud/planetscale 0.10.1 → 0.11.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,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound, UnprocessableEntity } from "../errors";
|
|
2
3
|
export declare const UpdateOrganizationTeamInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly team: Schema.String;
|
|
@@ -57,5 +58,51 @@ export type UpdateOrganizationTeamOutput = typeof UpdateOrganizationTeamOutput.T
|
|
|
57
58
|
* @param name - The new name for the team
|
|
58
59
|
* @param description - The new description for the team
|
|
59
60
|
*/
|
|
60
|
-
export declare const updateOrganizationTeam:
|
|
61
|
+
export declare const updateOrganizationTeam: import("@distilled.cloud/core/client").OperationMethod<{
|
|
62
|
+
readonly description?: string | undefined;
|
|
63
|
+
readonly name?: string | undefined;
|
|
64
|
+
readonly organization: string;
|
|
65
|
+
readonly team: string;
|
|
66
|
+
}, {
|
|
67
|
+
readonly created_at: string;
|
|
68
|
+
readonly creator: {
|
|
69
|
+
readonly avatar_url: string;
|
|
70
|
+
readonly display_name: string;
|
|
71
|
+
readonly id: string;
|
|
72
|
+
};
|
|
73
|
+
readonly databases: readonly {
|
|
74
|
+
readonly branches_url: string;
|
|
75
|
+
readonly id: string;
|
|
76
|
+
readonly name: string;
|
|
77
|
+
readonly url: string;
|
|
78
|
+
}[];
|
|
79
|
+
readonly description: string;
|
|
80
|
+
readonly display_name: string;
|
|
81
|
+
readonly id: string;
|
|
82
|
+
readonly managed: boolean;
|
|
83
|
+
readonly members: readonly {
|
|
84
|
+
readonly avatar_url: string;
|
|
85
|
+
readonly created_at: string;
|
|
86
|
+
readonly default_organization: {
|
|
87
|
+
readonly created_at: string;
|
|
88
|
+
readonly deleted_at: string;
|
|
89
|
+
readonly id: string;
|
|
90
|
+
readonly name: string;
|
|
91
|
+
readonly updated_at: string;
|
|
92
|
+
};
|
|
93
|
+
readonly directory_managed: boolean;
|
|
94
|
+
readonly display_name: string;
|
|
95
|
+
readonly email: string;
|
|
96
|
+
readonly email_verified: boolean;
|
|
97
|
+
readonly id: string;
|
|
98
|
+
readonly managed: boolean;
|
|
99
|
+
readonly name: string;
|
|
100
|
+
readonly sso: boolean;
|
|
101
|
+
readonly two_factor_auth_configured: boolean;
|
|
102
|
+
readonly updated_at: string;
|
|
103
|
+
}[];
|
|
104
|
+
readonly name: string;
|
|
105
|
+
readonly slug: string;
|
|
106
|
+
readonly updated_at: string;
|
|
107
|
+
}, BadRequest | Forbidden | NotFound | UnprocessableEntity, any>;
|
|
61
108
|
//# sourceMappingURL=updateOrganizationTeam.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"updateOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EACL,UAAU,EACV,SAAS,EACT,QAAQ,EACR,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,eAAO,MAAM,2BAA2B;;;;;EAWrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAMlC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const UpdatePasswordInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -62,5 +63,54 @@ export type UpdatePasswordOutput = typeof UpdatePasswordOutput.Type;
|
|
|
62
63
|
* @param name - The name for the password
|
|
63
64
|
* @param cidrs - List of IP addresses or CIDR ranges that can use this password
|
|
64
65
|
*/
|
|
65
|
-
export declare const updatePassword:
|
|
66
|
+
export declare const updatePassword: import("@distilled.cloud/core/client").OperationMethod<{
|
|
67
|
+
readonly branch: string;
|
|
68
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
69
|
+
readonly database: string;
|
|
70
|
+
readonly id: string;
|
|
71
|
+
readonly name?: string | undefined;
|
|
72
|
+
readonly organization: string;
|
|
73
|
+
}, {
|
|
74
|
+
readonly access_host_regional_url: string;
|
|
75
|
+
readonly access_host_regional_urls: readonly string[];
|
|
76
|
+
readonly access_host_url: string;
|
|
77
|
+
readonly actor: {
|
|
78
|
+
readonly avatar_url: string;
|
|
79
|
+
readonly display_name: string;
|
|
80
|
+
readonly id: string;
|
|
81
|
+
};
|
|
82
|
+
readonly cidrs: readonly string[] | null;
|
|
83
|
+
readonly created_at: string;
|
|
84
|
+
readonly database_branch: {
|
|
85
|
+
readonly id: string;
|
|
86
|
+
readonly mysql_edge_address: string;
|
|
87
|
+
readonly name: string;
|
|
88
|
+
readonly private_edge_connectivity: boolean;
|
|
89
|
+
readonly production: boolean;
|
|
90
|
+
};
|
|
91
|
+
readonly deleted_at: string | null;
|
|
92
|
+
readonly direct_vtgate: boolean;
|
|
93
|
+
readonly direct_vtgate_addresses: readonly string[];
|
|
94
|
+
readonly expired: boolean;
|
|
95
|
+
readonly expires_at: string | null;
|
|
96
|
+
readonly id: string;
|
|
97
|
+
readonly last_used_at: string | null;
|
|
98
|
+
readonly name: string;
|
|
99
|
+
readonly plain_text: string | import("effect/Redacted").Redacted<string> | null;
|
|
100
|
+
readonly region: {
|
|
101
|
+
readonly current_default: boolean;
|
|
102
|
+
readonly display_name: string;
|
|
103
|
+
readonly enabled: boolean;
|
|
104
|
+
readonly id: string;
|
|
105
|
+
readonly location: string;
|
|
106
|
+
readonly provider: string;
|
|
107
|
+
readonly public_ip_addresses: readonly string[];
|
|
108
|
+
readonly slug: string;
|
|
109
|
+
};
|
|
110
|
+
readonly renewable: boolean;
|
|
111
|
+
readonly replica: boolean;
|
|
112
|
+
readonly role: "admin" | "reader" | "readwriter" | "writer";
|
|
113
|
+
readonly ttl_seconds: number | null;
|
|
114
|
+
readonly username: string;
|
|
115
|
+
}, Forbidden | NotFound, any>;
|
|
66
116
|
//# sourceMappingURL=updatePassword.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updatePassword.d.ts","sourceRoot":"","sources":["../../src/operations/updatePassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"updatePassword.d.ts","sourceRoot":"","sources":["../../src/operations/updatePassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,mBAAmB;;;;;;;EAY/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const UpdateRoleInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -58,5 +59,49 @@ export type UpdateRoleOutput = typeof UpdateRoleOutput.Type;
|
|
|
58
59
|
* @param require_where_on_delete - Require WHERE clause on DELETE statements
|
|
59
60
|
* @param require_where_on_update - Require WHERE clause on UPDATE statements
|
|
60
61
|
*/
|
|
61
|
-
export declare const updateRole:
|
|
62
|
+
export declare const updateRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
63
|
+
readonly branch: string;
|
|
64
|
+
readonly database: string;
|
|
65
|
+
readonly id: string;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly organization: string;
|
|
68
|
+
readonly require_where_on_delete?: string | undefined;
|
|
69
|
+
readonly require_where_on_update?: string | undefined;
|
|
70
|
+
}, {
|
|
71
|
+
readonly access_host_url: string;
|
|
72
|
+
readonly actor: {
|
|
73
|
+
readonly avatar_url: string;
|
|
74
|
+
readonly display_name: string;
|
|
75
|
+
readonly id: string;
|
|
76
|
+
};
|
|
77
|
+
readonly branch: {
|
|
78
|
+
readonly created_at: string;
|
|
79
|
+
readonly deleted_at: string;
|
|
80
|
+
readonly id: string;
|
|
81
|
+
readonly name: string;
|
|
82
|
+
readonly updated_at: string;
|
|
83
|
+
};
|
|
84
|
+
readonly created_at: string;
|
|
85
|
+
readonly database_name: string;
|
|
86
|
+
readonly default: boolean;
|
|
87
|
+
readonly deleted_at: string;
|
|
88
|
+
readonly disabled_at: string;
|
|
89
|
+
readonly drop_failed: string;
|
|
90
|
+
readonly dropped_at: string;
|
|
91
|
+
readonly expired: boolean;
|
|
92
|
+
readonly expires_at: string;
|
|
93
|
+
readonly id: string;
|
|
94
|
+
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")[];
|
|
95
|
+
readonly name: string;
|
|
96
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
97
|
+
readonly private_access_host_url: string;
|
|
98
|
+
readonly private_connection_service_name: string;
|
|
99
|
+
readonly query_safety_settings: {
|
|
100
|
+
readonly require_where_on_delete: "off" | "on" | "warn";
|
|
101
|
+
readonly require_where_on_update: "off" | "on" | "warn";
|
|
102
|
+
};
|
|
103
|
+
readonly ttl: number;
|
|
104
|
+
readonly updated_at: string;
|
|
105
|
+
readonly username: string;
|
|
106
|
+
}, Forbidden | NotFound, any>;
|
|
62
107
|
//# sourceMappingURL=updateRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateRole.d.ts","sourceRoot":"","sources":["../../src/operations/updateRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"updateRole.d.ts","sourceRoot":"","sources":["../../src/operations/updateRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,eAAe;;;;;;;;EAa3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIpB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const UpdateTrafficBudgetInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -68,5 +69,54 @@ export type UpdateTrafficBudgetOutput = typeof UpdateTrafficBudgetOutput.Type;
|
|
|
68
69
|
* @param warning_threshold - A percentage of capacity, burst, or concurrency thresholds to emit warnings for enforced budgets (0-100).
|
|
69
70
|
* @param rules - Array of traffic rules to apply to the budget
|
|
70
71
|
*/
|
|
71
|
-
export declare const updateTrafficBudget:
|
|
72
|
+
export declare const updateTrafficBudget: import("@distilled.cloud/core/client").OperationMethod<{
|
|
73
|
+
readonly branch: string;
|
|
74
|
+
readonly burst?: number | undefined;
|
|
75
|
+
readonly capacity?: number | undefined;
|
|
76
|
+
readonly concurrency?: number | undefined;
|
|
77
|
+
readonly database: string;
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly mode?: "enforce" | "off" | "warn" | undefined;
|
|
80
|
+
readonly name?: string | undefined;
|
|
81
|
+
readonly organization: string;
|
|
82
|
+
readonly rate?: number | undefined;
|
|
83
|
+
readonly rules?: readonly string[] | undefined;
|
|
84
|
+
readonly warning_threshold?: number | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
readonly actor: {
|
|
87
|
+
readonly avatar_url: string;
|
|
88
|
+
readonly display_name: string;
|
|
89
|
+
readonly id: string;
|
|
90
|
+
};
|
|
91
|
+
readonly burst?: number | undefined;
|
|
92
|
+
readonly capacity?: number | undefined;
|
|
93
|
+
readonly concurrency?: number | undefined;
|
|
94
|
+
readonly created_at: string;
|
|
95
|
+
readonly id: string;
|
|
96
|
+
readonly mode: "enforce" | "off" | "warn";
|
|
97
|
+
readonly name: string;
|
|
98
|
+
readonly rate?: number | undefined;
|
|
99
|
+
readonly rules: readonly {
|
|
100
|
+
readonly actor: {
|
|
101
|
+
readonly avatar_url: string;
|
|
102
|
+
readonly display_name: string;
|
|
103
|
+
readonly id: string;
|
|
104
|
+
};
|
|
105
|
+
readonly created_at: string;
|
|
106
|
+
readonly fingerprint?: string | undefined;
|
|
107
|
+
readonly id: string;
|
|
108
|
+
readonly keyspace?: string | undefined;
|
|
109
|
+
readonly kind: "match";
|
|
110
|
+
readonly syntax_highlighted_sql: string;
|
|
111
|
+
readonly tags: readonly {
|
|
112
|
+
readonly key: string;
|
|
113
|
+
readonly key_id: string;
|
|
114
|
+
readonly source: "sql" | "system";
|
|
115
|
+
readonly value: string;
|
|
116
|
+
}[];
|
|
117
|
+
readonly updated_at: string;
|
|
118
|
+
}[];
|
|
119
|
+
readonly updated_at: string;
|
|
120
|
+
readonly warning_threshold?: number | undefined;
|
|
121
|
+
}, Forbidden | NotFound, any>;
|
|
72
122
|
//# sourceMappingURL=updateTrafficBudget.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/updateTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"updateTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/updateTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;EAmBlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyClC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;;;;;;GAeG;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 UpdateWebhookInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -31,5 +32,23 @@ export type UpdateWebhookOutput = typeof UpdateWebhookOutput.Type;
|
|
|
31
32
|
* @param enabled - Whether the webhook should be enabled
|
|
32
33
|
* @param events - The events this webhook should subscribe to
|
|
33
34
|
*/
|
|
34
|
-
export declare const updateWebhook:
|
|
35
|
+
export declare const updateWebhook: import("@distilled.cloud/core/client").OperationMethod<{
|
|
36
|
+
readonly database: string;
|
|
37
|
+
readonly enabled?: boolean | undefined;
|
|
38
|
+
readonly events?: readonly string[] | undefined;
|
|
39
|
+
readonly id: string;
|
|
40
|
+
readonly organization: string;
|
|
41
|
+
readonly url?: string | undefined;
|
|
42
|
+
}, {
|
|
43
|
+
readonly created_at: string;
|
|
44
|
+
readonly enabled: boolean;
|
|
45
|
+
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")[];
|
|
46
|
+
readonly id: string;
|
|
47
|
+
readonly last_sent_at: string | null;
|
|
48
|
+
readonly last_sent_result: string | null;
|
|
49
|
+
readonly last_sent_success: boolean | null;
|
|
50
|
+
readonly secret: string | import("effect/Redacted").Redacted<string>;
|
|
51
|
+
readonly updated_at: string;
|
|
52
|
+
readonly url: string;
|
|
53
|
+
}, Forbidden | NotFound, any>;
|
|
35
54
|
//# sourceMappingURL=updateWebhook.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/updateWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"updateWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/updateWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,kBAAkB;;;;;;;EAY9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;EAiC9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;;GASG;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 VerifyWorkflowInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -120,5 +121,115 @@ export type VerifyWorkflowOutput = typeof VerifyWorkflowOutput.Type;
|
|
|
120
121
|
* @param database - The name of the database the workflow belongs to
|
|
121
122
|
* @param number - The sequence number of the workflow
|
|
122
123
|
*/
|
|
123
|
-
export declare const verifyWorkflow:
|
|
124
|
+
export declare const verifyWorkflow: import("@distilled.cloud/core/client").OperationMethod<{
|
|
125
|
+
readonly database: string;
|
|
126
|
+
readonly number: number;
|
|
127
|
+
readonly organization: string;
|
|
128
|
+
}, {
|
|
129
|
+
readonly actor: {
|
|
130
|
+
readonly avatar_url: string;
|
|
131
|
+
readonly display_name: string;
|
|
132
|
+
readonly id: string;
|
|
133
|
+
};
|
|
134
|
+
readonly branch: {
|
|
135
|
+
readonly created_at: string;
|
|
136
|
+
readonly deleted_at: string;
|
|
137
|
+
readonly id: string;
|
|
138
|
+
readonly name: string;
|
|
139
|
+
readonly updated_at: string;
|
|
140
|
+
};
|
|
141
|
+
readonly cancelled_at: string;
|
|
142
|
+
readonly cancelled_by: {
|
|
143
|
+
readonly avatar_url: string;
|
|
144
|
+
readonly display_name: string;
|
|
145
|
+
readonly id: string;
|
|
146
|
+
};
|
|
147
|
+
readonly completed_at: string;
|
|
148
|
+
readonly completed_by: {
|
|
149
|
+
readonly avatar_url: string;
|
|
150
|
+
readonly display_name: string;
|
|
151
|
+
readonly id: string;
|
|
152
|
+
};
|
|
153
|
+
readonly created_at: string;
|
|
154
|
+
readonly cutover_at: string;
|
|
155
|
+
readonly cutover_by: {
|
|
156
|
+
readonly avatar_url: string;
|
|
157
|
+
readonly display_name: string;
|
|
158
|
+
readonly id: string;
|
|
159
|
+
};
|
|
160
|
+
readonly data_copy_completed_at: string;
|
|
161
|
+
readonly defer_secondary_keys: boolean;
|
|
162
|
+
readonly global_keyspace: {
|
|
163
|
+
readonly created_at: string;
|
|
164
|
+
readonly deleted_at: string;
|
|
165
|
+
readonly id: string;
|
|
166
|
+
readonly name: string;
|
|
167
|
+
readonly updated_at: string;
|
|
168
|
+
};
|
|
169
|
+
readonly id: string;
|
|
170
|
+
readonly may_restart: boolean;
|
|
171
|
+
readonly may_retry: boolean;
|
|
172
|
+
readonly name: string;
|
|
173
|
+
readonly number: number;
|
|
174
|
+
readonly on_ddl: "EXEC" | "EXEC_IGNORE" | "IGNORE" | "STOP";
|
|
175
|
+
readonly primaries_switched: boolean;
|
|
176
|
+
readonly replicas_switched: boolean;
|
|
177
|
+
readonly retried_at: string;
|
|
178
|
+
readonly retried_by: {
|
|
179
|
+
readonly avatar_url: string;
|
|
180
|
+
readonly display_name: string;
|
|
181
|
+
readonly id: string;
|
|
182
|
+
};
|
|
183
|
+
readonly reversed_at: string;
|
|
184
|
+
readonly reversed_by: {
|
|
185
|
+
readonly avatar_url: string;
|
|
186
|
+
readonly display_name: string;
|
|
187
|
+
readonly id: string;
|
|
188
|
+
};
|
|
189
|
+
readonly reversed_cutover_by: {
|
|
190
|
+
readonly avatar_url: string;
|
|
191
|
+
readonly display_name: string;
|
|
192
|
+
readonly id: string;
|
|
193
|
+
};
|
|
194
|
+
readonly sequence_tables_applied: boolean;
|
|
195
|
+
readonly source_keyspace: {
|
|
196
|
+
readonly created_at: string;
|
|
197
|
+
readonly deleted_at: string;
|
|
198
|
+
readonly id: string;
|
|
199
|
+
readonly name: string;
|
|
200
|
+
readonly updated_at: string;
|
|
201
|
+
};
|
|
202
|
+
readonly started_at: string;
|
|
203
|
+
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";
|
|
204
|
+
readonly switch_primaries_at: string;
|
|
205
|
+
readonly switch_primaries_by: {
|
|
206
|
+
readonly avatar_url: string;
|
|
207
|
+
readonly display_name: string;
|
|
208
|
+
readonly id: string;
|
|
209
|
+
};
|
|
210
|
+
readonly switch_replicas_at: string;
|
|
211
|
+
readonly switch_replicas_by: {
|
|
212
|
+
readonly avatar_url: string;
|
|
213
|
+
readonly display_name: string;
|
|
214
|
+
readonly id: string;
|
|
215
|
+
};
|
|
216
|
+
readonly target_keyspace: {
|
|
217
|
+
readonly created_at: string;
|
|
218
|
+
readonly deleted_at: string;
|
|
219
|
+
readonly id: string;
|
|
220
|
+
readonly name: string;
|
|
221
|
+
readonly updated_at: string;
|
|
222
|
+
};
|
|
223
|
+
readonly updated_at: string;
|
|
224
|
+
readonly verified_data_stale: boolean;
|
|
225
|
+
readonly verify_data_at: string;
|
|
226
|
+
readonly verify_data_by: {
|
|
227
|
+
readonly avatar_url: string;
|
|
228
|
+
readonly display_name: string;
|
|
229
|
+
readonly id: string;
|
|
230
|
+
};
|
|
231
|
+
readonly workflow_errors: string;
|
|
232
|
+
readonly workflow_subtype: string;
|
|
233
|
+
readonly workflow_type: "move_tables";
|
|
234
|
+
}, Forbidden | NotFound, any>;
|
|
124
235
|
//# sourceMappingURL=verifyWorkflow.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verifyWorkflow.d.ts","sourceRoot":"","sources":["../../src/operations/verifyWorkflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"verifyWorkflow.d.ts","sourceRoot":"","sources":["../../src/operations/verifyWorkflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8H/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const WorkflowCancelInput: Schema.Struct<{
|
|
3
4
|
readonly organization: Schema.String;
|
|
4
5
|
readonly database: Schema.String;
|
|
@@ -120,5 +121,115 @@ export type WorkflowCancelOutput = typeof WorkflowCancelOutput.Type;
|
|
|
120
121
|
* @param database - The name of the database the workflow belongs to
|
|
121
122
|
* @param number - The sequence number of the workflow
|
|
122
123
|
*/
|
|
123
|
-
export declare const workflowCancel:
|
|
124
|
+
export declare const workflowCancel: import("@distilled.cloud/core/client").OperationMethod<{
|
|
125
|
+
readonly database: string;
|
|
126
|
+
readonly number: number;
|
|
127
|
+
readonly organization: string;
|
|
128
|
+
}, {
|
|
129
|
+
readonly actor: {
|
|
130
|
+
readonly avatar_url: string;
|
|
131
|
+
readonly display_name: string;
|
|
132
|
+
readonly id: string;
|
|
133
|
+
};
|
|
134
|
+
readonly branch: {
|
|
135
|
+
readonly created_at: string;
|
|
136
|
+
readonly deleted_at: string;
|
|
137
|
+
readonly id: string;
|
|
138
|
+
readonly name: string;
|
|
139
|
+
readonly updated_at: string;
|
|
140
|
+
};
|
|
141
|
+
readonly cancelled_at: string;
|
|
142
|
+
readonly cancelled_by: {
|
|
143
|
+
readonly avatar_url: string;
|
|
144
|
+
readonly display_name: string;
|
|
145
|
+
readonly id: string;
|
|
146
|
+
};
|
|
147
|
+
readonly completed_at: string;
|
|
148
|
+
readonly completed_by: {
|
|
149
|
+
readonly avatar_url: string;
|
|
150
|
+
readonly display_name: string;
|
|
151
|
+
readonly id: string;
|
|
152
|
+
};
|
|
153
|
+
readonly created_at: string;
|
|
154
|
+
readonly cutover_at: string;
|
|
155
|
+
readonly cutover_by: {
|
|
156
|
+
readonly avatar_url: string;
|
|
157
|
+
readonly display_name: string;
|
|
158
|
+
readonly id: string;
|
|
159
|
+
};
|
|
160
|
+
readonly data_copy_completed_at: string;
|
|
161
|
+
readonly defer_secondary_keys: boolean;
|
|
162
|
+
readonly global_keyspace: {
|
|
163
|
+
readonly created_at: string;
|
|
164
|
+
readonly deleted_at: string;
|
|
165
|
+
readonly id: string;
|
|
166
|
+
readonly name: string;
|
|
167
|
+
readonly updated_at: string;
|
|
168
|
+
};
|
|
169
|
+
readonly id: string;
|
|
170
|
+
readonly may_restart: boolean;
|
|
171
|
+
readonly may_retry: boolean;
|
|
172
|
+
readonly name: string;
|
|
173
|
+
readonly number: number;
|
|
174
|
+
readonly on_ddl: "EXEC" | "EXEC_IGNORE" | "IGNORE" | "STOP";
|
|
175
|
+
readonly primaries_switched: boolean;
|
|
176
|
+
readonly replicas_switched: boolean;
|
|
177
|
+
readonly retried_at: string;
|
|
178
|
+
readonly retried_by: {
|
|
179
|
+
readonly avatar_url: string;
|
|
180
|
+
readonly display_name: string;
|
|
181
|
+
readonly id: string;
|
|
182
|
+
};
|
|
183
|
+
readonly reversed_at: string;
|
|
184
|
+
readonly reversed_by: {
|
|
185
|
+
readonly avatar_url: string;
|
|
186
|
+
readonly display_name: string;
|
|
187
|
+
readonly id: string;
|
|
188
|
+
};
|
|
189
|
+
readonly reversed_cutover_by: {
|
|
190
|
+
readonly avatar_url: string;
|
|
191
|
+
readonly display_name: string;
|
|
192
|
+
readonly id: string;
|
|
193
|
+
};
|
|
194
|
+
readonly sequence_tables_applied: boolean;
|
|
195
|
+
readonly source_keyspace: {
|
|
196
|
+
readonly created_at: string;
|
|
197
|
+
readonly deleted_at: string;
|
|
198
|
+
readonly id: string;
|
|
199
|
+
readonly name: string;
|
|
200
|
+
readonly updated_at: string;
|
|
201
|
+
};
|
|
202
|
+
readonly started_at: string;
|
|
203
|
+
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";
|
|
204
|
+
readonly switch_primaries_at: string;
|
|
205
|
+
readonly switch_primaries_by: {
|
|
206
|
+
readonly avatar_url: string;
|
|
207
|
+
readonly display_name: string;
|
|
208
|
+
readonly id: string;
|
|
209
|
+
};
|
|
210
|
+
readonly switch_replicas_at: string;
|
|
211
|
+
readonly switch_replicas_by: {
|
|
212
|
+
readonly avatar_url: string;
|
|
213
|
+
readonly display_name: string;
|
|
214
|
+
readonly id: string;
|
|
215
|
+
};
|
|
216
|
+
readonly target_keyspace: {
|
|
217
|
+
readonly created_at: string;
|
|
218
|
+
readonly deleted_at: string;
|
|
219
|
+
readonly id: string;
|
|
220
|
+
readonly name: string;
|
|
221
|
+
readonly updated_at: string;
|
|
222
|
+
};
|
|
223
|
+
readonly updated_at: string;
|
|
224
|
+
readonly verified_data_stale: boolean;
|
|
225
|
+
readonly verify_data_at: string;
|
|
226
|
+
readonly verify_data_by: {
|
|
227
|
+
readonly avatar_url: string;
|
|
228
|
+
readonly display_name: string;
|
|
229
|
+
readonly id: string;
|
|
230
|
+
};
|
|
231
|
+
readonly workflow_errors: string;
|
|
232
|
+
readonly workflow_subtype: string;
|
|
233
|
+
readonly workflow_type: "move_tables";
|
|
234
|
+
}, Forbidden | NotFound, any>;
|
|
124
235
|
//# sourceMappingURL=workflowCancel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflowCancel.d.ts","sourceRoot":"","sources":["../../src/operations/workflowCancel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"workflowCancel.d.ts","sourceRoot":"","sources":["../../src/operations/workflowCancel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8H/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIxB,CAAC"}
|