@distilled.cloud/planetscale 0.19.2 → 0.20.1

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.
Files changed (169) hide show
  1. package/lib/credentials.d.ts +1 -1
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/operations/addOrganizationTeamMember.d.ts +53 -53
  6. package/lib/operations/cancelBouncerResizeRequest.d.ts +3 -3
  7. package/lib/operations/cancelBranchChangeRequest.d.ts +2 -2
  8. package/lib/operations/cancelDeployRequest.d.ts +92 -92
  9. package/lib/operations/checkDeployRequestStorage.d.ts +5 -5
  10. package/lib/operations/closeDeployRequest.d.ts +92 -92
  11. package/lib/operations/completeErroredDeploy.d.ts +92 -92
  12. package/lib/operations/completeGatedDeployRequest.d.ts +92 -92
  13. package/lib/operations/completeRevert.d.ts +92 -92
  14. package/lib/operations/createBackup.d.ts +42 -42
  15. package/lib/operations/createBackupPolicy.d.ts +16 -16
  16. package/lib/operations/createBouncer.d.ts +38 -38
  17. package/lib/operations/createBranch.d.ts +43 -43
  18. package/lib/operations/createDatabase.d.ts +47 -47
  19. package/lib/operations/createDatabasePostgresCidr.d.ts +12 -12
  20. package/lib/operations/createDeployRequest.d.ts +95 -95
  21. package/lib/operations/createKeyspace.d.ts +21 -21
  22. package/lib/operations/createOauthToken.d.ts +48 -48
  23. package/lib/operations/createOrganizationTeam.d.ts +22 -22
  24. package/lib/operations/createPassword.d.ts +34 -34
  25. package/lib/operations/createQueryPatternsReport.d.ts +10 -10
  26. package/lib/operations/createRole.d.ts +28 -28
  27. package/lib/operations/createServiceToken.d.ts +46 -46
  28. package/lib/operations/createTrafficBudget.d.ts +29 -29
  29. package/lib/operations/createTrafficRule.d.ts +15 -15
  30. package/lib/operations/createWebhook.d.ts +8 -8
  31. package/lib/operations/createWorkflow.d.ts +75 -75
  32. package/lib/operations/deleteBackup.d.ts +2 -2
  33. package/lib/operations/deleteBackupPolicy.d.ts +1 -1
  34. package/lib/operations/deleteBouncer.d.ts +3 -3
  35. package/lib/operations/deleteBranch.d.ts +2 -2
  36. package/lib/operations/deleteDatabase.d.ts +1 -1
  37. package/lib/operations/deleteDatabasePostgresCidr.d.ts +1 -1
  38. package/lib/operations/deleteKeyspace.d.ts +2 -2
  39. package/lib/operations/deleteOauthToken.d.ts +1 -1
  40. package/lib/operations/deletePassword.d.ts +2 -2
  41. package/lib/operations/deleteQueryPatternsReport.d.ts +2 -2
  42. package/lib/operations/deleteRole.d.ts +2 -2
  43. package/lib/operations/deleteServiceToken.d.ts +1 -1
  44. package/lib/operations/deleteTrafficBudget.d.ts +2 -2
  45. package/lib/operations/deleteTrafficRule.d.ts +2 -2
  46. package/lib/operations/deleteWebhook.d.ts +1 -1
  47. package/lib/operations/demoteBranch.d.ts +40 -40
  48. package/lib/operations/disableSafeMigrations.d.ts +40 -40
  49. package/lib/operations/dismissSchemaRecommendation.d.ts +16 -16
  50. package/lib/operations/enableSafeMigrations.d.ts +40 -40
  51. package/lib/operations/getBackup.d.ts +41 -41
  52. package/lib/operations/getBackupPolicy.d.ts +11 -11
  53. package/lib/operations/getBouncer.d.ts +37 -37
  54. package/lib/operations/getBranch.d.ts +40 -40
  55. package/lib/operations/getBranchChangeRequest.d.ts +26 -26
  56. package/lib/operations/getBranchSchema.d.ts +3 -3
  57. package/lib/operations/getCurrentUser.d.ts +10 -10
  58. package/lib/operations/getDatabase.d.ts +43 -43
  59. package/lib/operations/getDatabasePostgresCidr.d.ts +10 -10
  60. package/lib/operations/getDatabaseThrottler.d.ts +4 -4
  61. package/lib/operations/getDefaultRole.d.ts +26 -26
  62. package/lib/operations/getDeployQueue.d.ts +74 -74
  63. package/lib/operations/getDeployRequest.d.ts +92 -92
  64. package/lib/operations/getDeployRequestThrottler.d.ts +4 -4
  65. package/lib/operations/getDeployment.d.ts +70 -70
  66. package/lib/operations/getInvoice.d.ts +5 -5
  67. package/lib/operations/getInvoiceLineItems.d.ts +11 -11
  68. package/lib/operations/getKeyspace.d.ts +20 -20
  69. package/lib/operations/getKeyspaceRolloutStatus.d.ts +5 -5
  70. package/lib/operations/getKeyspaceVschema.d.ts +2 -2
  71. package/lib/operations/getMaintenanceSchedule.d.ts +14 -14
  72. package/lib/operations/getOauthApplication.d.ts +12 -12
  73. package/lib/operations/getOauthToken.d.ts +46 -46
  74. package/lib/operations/getOrganization.d.ts +12 -12
  75. package/lib/operations/getOrganizationMembership.d.ts +14 -14
  76. package/lib/operations/getOrganizationTeam.d.ts +20 -20
  77. package/lib/operations/getOrganizationTeamMember.d.ts +54 -54
  78. package/lib/operations/getPassword.d.ts +31 -31
  79. package/lib/operations/getQueryPatternsReport.d.ts +2 -2
  80. package/lib/operations/getQueryPatternsReportStatus.d.ts +10 -10
  81. package/lib/operations/getRole.d.ts +26 -26
  82. package/lib/operations/getSchemaRecommendation.d.ts +16 -16
  83. package/lib/operations/getServiceToken.d.ts +46 -46
  84. package/lib/operations/getTrafficBudget.d.ts +24 -24
  85. package/lib/operations/getWebhook.d.ts +7 -7
  86. package/lib/operations/getWorkflow.d.ts +71 -71
  87. package/lib/operations/lintBranchSchema.d.ts +18 -18
  88. package/lib/operations/listAuditLogs.d.ts +16 -16
  89. package/lib/operations/listBackupPolicies.d.ts +15 -15
  90. package/lib/operations/listBackups.d.ts +51 -51
  91. package/lib/operations/listBouncerResizeRequests.d.ts +31 -31
  92. package/lib/operations/listBouncers.d.ts +40 -40
  93. package/lib/operations/listBranchBouncerResizeRequests.d.ts +30 -30
  94. package/lib/operations/listBranchChangeRequests.d.ts +30 -30
  95. package/lib/operations/listBranches.d.ts +46 -46
  96. package/lib/operations/listClusterSizeSkus.d.ts +12 -12
  97. package/lib/operations/listDatabasePostgresCidrs.d.ts +14 -14
  98. package/lib/operations/listDatabaseRegions.d.ts +9 -9
  99. package/lib/operations/listDatabases.d.ts +47 -47
  100. package/lib/operations/listDeployOperations.d.ts +16 -16
  101. package/lib/operations/listDeployRequestReviews.d.ts +12 -12
  102. package/lib/operations/listDeployRequests.d.ts +100 -100
  103. package/lib/operations/listExtensions.d.ts +24 -24
  104. package/lib/operations/listGeneratedQueryPatternsReports.d.ts +14 -14
  105. package/lib/operations/listInvoices.d.ts +8 -8
  106. package/lib/operations/listKeyspaces.d.ts +24 -24
  107. package/lib/operations/listMaintenanceSchedules.d.ts +18 -18
  108. package/lib/operations/listMaintenanceWindows.d.ts +8 -8
  109. package/lib/operations/listOauthApplications.d.ts +15 -15
  110. package/lib/operations/listOauthTokens.d.ts +50 -50
  111. package/lib/operations/listOrganizationMembers.d.ts +18 -18
  112. package/lib/operations/listOrganizationTeamMembers.d.ts +58 -58
  113. package/lib/operations/listOrganizationTeams.d.ts +25 -25
  114. package/lib/operations/listOrganizations.d.ts +16 -16
  115. package/lib/operations/listParameters.d.ts +18 -18
  116. package/lib/operations/listPasswords.d.ts +36 -36
  117. package/lib/operations/listPublicRegions.d.ts +7 -7
  118. package/lib/operations/listReadOnlyRegions.d.ts +17 -17
  119. package/lib/operations/listRegionsForOrganization.d.ts +8 -8
  120. package/lib/operations/listRoles.d.ts +30 -30
  121. package/lib/operations/listSchemaRecommendations.d.ts +21 -21
  122. package/lib/operations/listServiceTokens.d.ts +49 -49
  123. package/lib/operations/listTrafficBudgets.d.ts +30 -30
  124. package/lib/operations/listWebhooks.d.ts +11 -11
  125. package/lib/operations/listWorkflows.d.ts +76 -76
  126. package/lib/operations/promoteBranch.d.ts +40 -40
  127. package/lib/operations/queueDeployRequest.d.ts +93 -93
  128. package/lib/operations/reassignRoleObjects.d.ts +2 -2
  129. package/lib/operations/removeOrganizationMember.d.ts +2 -2
  130. package/lib/operations/removeOrganizationTeamMember.d.ts +2 -2
  131. package/lib/operations/renewPassword.d.ts +31 -31
  132. package/lib/operations/renewRole.d.ts +26 -26
  133. package/lib/operations/resetDefaultRole.d.ts +26 -26
  134. package/lib/operations/resetRole.d.ts +26 -26
  135. package/lib/operations/reviewDeployRequest.d.ts +9 -9
  136. package/lib/operations/skipRevertPeriod.d.ts +92 -92
  137. package/lib/operations/testWebhook.d.ts +1 -1
  138. package/lib/operations/updateAutoApply.d.ts +93 -93
  139. package/lib/operations/updateAutoDeleteBranch.d.ts +93 -93
  140. package/lib/operations/updateBackup.d.ts +41 -41
  141. package/lib/operations/updateBackupPolicy.d.ts +17 -17
  142. package/lib/operations/updateBouncerResizeRequest.d.ts +28 -28
  143. package/lib/operations/updateBranch.d.ts +40 -40
  144. package/lib/operations/updateBranchChangeRequest.d.ts +27 -27
  145. package/lib/operations/updateBranchClusterConfig.d.ts +2 -2
  146. package/lib/operations/updateDatabasePostgresCidr.d.ts +12 -12
  147. package/lib/operations/updateDatabaseSettings.d.ts +50 -50
  148. package/lib/operations/updateDatabaseThrottler.d.ts +5 -5
  149. package/lib/operations/updateDeployRequestThrottler.d.ts +5 -5
  150. package/lib/operations/updateKeyspace.d.ts +20 -20
  151. package/lib/operations/updateKeyspaceVschema.d.ts +2 -2
  152. package/lib/operations/updateOrganization.d.ts +13 -13
  153. package/lib/operations/updateOrganizationMembership.d.ts +14 -14
  154. package/lib/operations/updateOrganizationTeam.d.ts +22 -22
  155. package/lib/operations/updatePassword.d.ts +32 -32
  156. package/lib/operations/updateRole.d.ts +26 -26
  157. package/lib/operations/updateTrafficBudget.d.ts +29 -29
  158. package/lib/operations/updateWebhook.d.ts +9 -9
  159. package/lib/operations/verifyWorkflow.d.ts +71 -71
  160. package/lib/operations/workflowCancel.d.ts +71 -71
  161. package/lib/operations/workflowComplete.d.ts +71 -71
  162. package/lib/operations/workflowCutover.d.ts +71 -71
  163. package/lib/operations/workflowRetry.d.ts +71 -71
  164. package/lib/operations/workflowReverseCutover.d.ts +71 -71
  165. package/lib/operations/workflowReverseTraffic.d.ts +71 -71
  166. package/lib/operations/workflowSwitchPrimaries.d.ts +71 -71
  167. package/lib/operations/workflowSwitchReplicas.d.ts +71 -71
  168. package/package.json +3 -3
  169. package/src/credentials.ts +2 -2
@@ -60,48 +60,48 @@ export type UpdateRoleOutput = typeof UpdateRoleOutput.Type;
60
60
  * @param require_where_on_update - Require WHERE clause on UPDATE statements
61
61
  */
62
62
  export declare const updateRole: import("@distilled.cloud/core/client").OperationMethod<{
63
- readonly branch: string;
63
+ readonly organization: string;
64
64
  readonly database: string;
65
+ readonly branch: string;
65
66
  readonly id: string;
66
67
  readonly name?: string | undefined;
67
- readonly organization: string;
68
68
  readonly require_where_on_delete?: string | undefined;
69
69
  readonly require_where_on_update?: string | undefined;
70
70
  }, {
71
+ readonly id: string;
72
+ readonly name: string;
71
73
  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 | null;
80
- readonly id: string;
81
- readonly name: string;
82
- readonly updated_at: string;
83
- };
84
- readonly created_at: string;
74
+ readonly private_access_host_url: string;
75
+ readonly private_connection_service_name: string;
76
+ readonly username: string;
77
+ readonly password: string | import("effect/Redacted").Redacted<string> | null;
85
78
  readonly database_name: string;
86
- readonly default: boolean;
79
+ readonly created_at: string;
80
+ readonly updated_at: string;
87
81
  readonly deleted_at: string | null;
82
+ readonly expires_at: string | null;
83
+ readonly dropped_at: string | null;
88
84
  readonly disabled_at: string | null;
89
85
  readonly drop_failed: string | null;
90
- readonly dropped_at: string | null;
91
86
  readonly expired: boolean;
92
- readonly expires_at: string | null;
93
- readonly id: string;
87
+ readonly default: boolean;
88
+ readonly ttl: number | null;
94
89
  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> | null;
97
- readonly private_access_host_url: string;
98
- readonly private_connection_service_name: string;
90
+ readonly branch: {
91
+ readonly id: string;
92
+ readonly name: string;
93
+ readonly created_at: string;
94
+ readonly updated_at: string;
95
+ readonly deleted_at: string | null;
96
+ };
97
+ readonly actor: {
98
+ readonly id: string;
99
+ readonly display_name: string;
100
+ readonly avatar_url: string;
101
+ };
99
102
  readonly query_safety_settings: {
100
103
  readonly require_where_on_delete: "off" | "on" | "warn";
101
104
  readonly require_where_on_update: "off" | "on" | "warn";
102
105
  };
103
- readonly ttl: number | null;
104
- readonly updated_at: string;
105
- readonly username: string;
106
106
  }, Forbidden | NotFound, import("../credentials.ts").Credentials>;
107
107
  //# sourceMappingURL=updateRole.d.ts.map
@@ -70,53 +70,53 @@ export type UpdateTrafficBudgetOutput = typeof UpdateTrafficBudgetOutput.Type;
70
70
  * @param rules - Array of traffic rules to apply to the budget
71
71
  */
72
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;
73
+ readonly organization: string;
77
74
  readonly database: string;
75
+ readonly branch: string;
78
76
  readonly id: string;
79
- readonly mode?: "enforce" | "off" | "warn" | undefined;
80
77
  readonly name?: string | undefined;
81
- readonly organization: string;
78
+ readonly mode?: "enforce" | "off" | "warn" | undefined;
79
+ readonly capacity?: number | undefined;
82
80
  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
81
  readonly burst?: number | undefined;
92
- readonly capacity?: number | undefined;
93
82
  readonly concurrency?: number | undefined;
94
- readonly created_at: string;
83
+ readonly warning_threshold?: number | undefined;
84
+ readonly rules?: readonly string[] | undefined;
85
+ }, {
95
86
  readonly id: string;
96
- readonly mode: "enforce" | "off" | "warn";
97
87
  readonly name: string;
88
+ readonly mode: "enforce" | "off" | "warn";
89
+ readonly capacity?: number | undefined;
98
90
  readonly rate?: number | undefined;
91
+ readonly burst?: number | undefined;
92
+ readonly concurrency?: number | undefined;
93
+ readonly warning_threshold?: number | undefined;
94
+ readonly actor: {
95
+ readonly id: string;
96
+ readonly display_name: string;
97
+ readonly avatar_url: string;
98
+ };
99
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
100
  readonly id: string;
108
- readonly keyspace?: string | undefined;
109
101
  readonly kind: "match";
110
- readonly syntax_highlighted_sql: string;
111
102
  readonly tags: readonly {
112
- readonly key: string;
113
103
  readonly key_id: string;
114
- readonly source: "sql" | "system";
104
+ readonly key: string;
115
105
  readonly value: string;
106
+ readonly source: "sql" | "system";
116
107
  }[];
108
+ readonly fingerprint?: string | undefined;
109
+ readonly keyspace?: string | undefined;
110
+ readonly actor: {
111
+ readonly id: string;
112
+ readonly display_name: string;
113
+ readonly avatar_url: string;
114
+ };
115
+ readonly syntax_highlighted_sql: string;
116
+ readonly created_at: string;
117
117
  readonly updated_at: string;
118
118
  }[];
119
+ readonly created_at: string;
119
120
  readonly updated_at: string;
120
- readonly warning_threshold?: number | undefined;
121
121
  }, Forbidden | NotFound, import("../credentials.ts").Credentials>;
122
122
  //# sourceMappingURL=updateTrafficBudget.d.ts.map
@@ -33,22 +33,22 @@ export type UpdateWebhookOutput = typeof UpdateWebhookOutput.Type;
33
33
  * @param events - The events this webhook should subscribe to
34
34
  */
35
35
  export declare const updateWebhook: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly organization: string;
36
37
  readonly database: string;
37
- readonly enabled?: boolean | undefined;
38
- readonly events?: readonly string[] | undefined;
39
38
  readonly id: string;
40
- readonly organization: string;
41
39
  readonly url?: string | undefined;
40
+ readonly enabled?: boolean | undefined;
41
+ readonly events?: readonly string[] | undefined;
42
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
43
  readonly id: string;
47
- readonly last_sent_at: string | null;
44
+ readonly url: string;
45
+ readonly secret: string | import("effect/Redacted").Redacted<string>;
46
+ readonly enabled: boolean;
48
47
  readonly last_sent_result: string | null;
49
48
  readonly last_sent_success: boolean | null;
50
- readonly secret: string | import("effect/Redacted").Redacted<string>;
49
+ readonly last_sent_at: string | null;
50
+ readonly created_at: string;
51
51
  readonly updated_at: string;
52
- readonly url: string;
52
+ 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")[];
53
53
  }, Forbidden | NotFound, import("../credentials.ts").Credentials>;
54
54
  //# sourceMappingURL=updateWebhook.d.ts.map
@@ -122,114 +122,114 @@ export type VerifyWorkflowOutput = typeof VerifyWorkflowOutput.Type;
122
122
  * @param number - The sequence number of the workflow
123
123
  */
124
124
  export declare const verifyWorkflow: import("@distilled.cloud/core/client").OperationMethod<{
125
+ readonly organization: string;
125
126
  readonly database: string;
126
127
  readonly number: number;
127
- readonly organization: string;
128
128
  }, {
129
+ readonly id: string;
130
+ readonly name: string;
131
+ readonly number: number;
132
+ 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";
133
+ readonly created_at: string;
134
+ readonly updated_at: string;
135
+ readonly started_at: string;
136
+ readonly completed_at: string;
137
+ readonly cancelled_at: string;
138
+ readonly reversed_at: string;
139
+ readonly retried_at: string;
140
+ readonly data_copy_completed_at: string;
141
+ readonly cutover_at: string;
142
+ readonly replicas_switched: boolean;
143
+ readonly primaries_switched: boolean;
144
+ readonly switch_replicas_at: string;
145
+ readonly switch_primaries_at: string;
146
+ readonly verify_data_at: string;
147
+ readonly workflow_type: "move_tables";
148
+ readonly workflow_subtype: string;
149
+ readonly defer_secondary_keys: boolean;
150
+ readonly on_ddl: "EXEC" | "EXEC_IGNORE" | "IGNORE" | "STOP";
151
+ readonly workflow_errors: string;
152
+ readonly may_retry: boolean;
153
+ readonly may_restart: boolean;
154
+ readonly verified_data_stale: boolean;
155
+ readonly sequence_tables_applied: boolean;
129
156
  readonly actor: {
130
- readonly avatar_url: string;
131
- readonly display_name: string;
132
157
  readonly id: string;
158
+ readonly display_name: string;
159
+ readonly avatar_url: string;
133
160
  };
134
- readonly branch: {
135
- readonly created_at: string;
136
- readonly deleted_at: string;
161
+ readonly verify_data_by: {
137
162
  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
163
  readonly display_name: string;
145
- readonly id: string;
146
- };
147
- readonly completed_at: string;
148
- readonly completed_by: {
149
164
  readonly avatar_url: string;
150
- readonly display_name: string;
165
+ };
166
+ readonly reversed_by: {
151
167
  readonly id: string;
168
+ readonly display_name: string;
169
+ readonly avatar_url: string;
152
170
  };
153
- readonly created_at: string;
154
- readonly cutover_at: string;
155
- readonly cutover_by: {
171
+ readonly switch_replicas_by: {
172
+ readonly id: string;
173
+ readonly display_name: string;
156
174
  readonly avatar_url: string;
175
+ };
176
+ readonly switch_primaries_by: {
177
+ readonly id: string;
157
178
  readonly display_name: string;
179
+ readonly avatar_url: string;
180
+ };
181
+ readonly cancelled_by: {
158
182
  readonly id: string;
183
+ readonly display_name: string;
184
+ readonly avatar_url: string;
159
185
  };
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;
186
+ readonly completed_by: {
165
187
  readonly id: string;
166
- readonly name: string;
167
- readonly updated_at: string;
188
+ readonly display_name: string;
189
+ readonly avatar_url: string;
168
190
  };
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
191
  readonly retried_by: {
179
- readonly avatar_url: string;
180
- readonly display_name: string;
181
192
  readonly id: string;
182
- };
183
- readonly reversed_at: string;
184
- readonly reversed_by: {
185
- readonly avatar_url: string;
186
193
  readonly display_name: string;
194
+ readonly avatar_url: string;
195
+ };
196
+ readonly cutover_by: {
187
197
  readonly id: string;
198
+ readonly display_name: string;
199
+ readonly avatar_url: string;
188
200
  };
189
201
  readonly reversed_cutover_by: {
190
- readonly avatar_url: string;
191
- readonly display_name: string;
192
202
  readonly id: string;
203
+ readonly display_name: string;
204
+ readonly avatar_url: string;
193
205
  };
194
- readonly sequence_tables_applied: boolean;
195
- readonly source_keyspace: {
196
- readonly created_at: string;
197
- readonly deleted_at: string;
206
+ readonly branch: {
198
207
  readonly id: string;
199
208
  readonly name: string;
209
+ readonly created_at: string;
200
210
  readonly updated_at: string;
211
+ readonly deleted_at: string;
201
212
  };
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;
213
+ readonly source_keyspace: {
214
214
  readonly id: string;
215
- };
216
- readonly target_keyspace: {
215
+ readonly name: string;
217
216
  readonly created_at: string;
217
+ readonly updated_at: string;
218
218
  readonly deleted_at: string;
219
+ };
220
+ readonly target_keyspace: {
219
221
  readonly id: string;
220
222
  readonly name: string;
223
+ readonly created_at: string;
221
224
  readonly updated_at: string;
225
+ readonly deleted_at: string;
222
226
  };
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;
227
+ readonly global_keyspace: {
229
228
  readonly id: string;
229
+ readonly name: string;
230
+ readonly created_at: string;
231
+ readonly updated_at: string;
232
+ readonly deleted_at: string;
230
233
  };
231
- readonly workflow_errors: string;
232
- readonly workflow_subtype: string;
233
- readonly workflow_type: "move_tables";
234
234
  }, Forbidden | NotFound, import("../credentials.ts").Credentials>;
235
235
  //# sourceMappingURL=verifyWorkflow.d.ts.map
@@ -122,114 +122,114 @@ export type WorkflowCancelOutput = typeof WorkflowCancelOutput.Type;
122
122
  * @param number - The sequence number of the workflow
123
123
  */
124
124
  export declare const workflowCancel: import("@distilled.cloud/core/client").OperationMethod<{
125
+ readonly organization: string;
125
126
  readonly database: string;
126
127
  readonly number: number;
127
- readonly organization: string;
128
128
  }, {
129
+ readonly id: string;
130
+ readonly name: string;
131
+ readonly number: number;
132
+ 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";
133
+ readonly created_at: string;
134
+ readonly updated_at: string;
135
+ readonly started_at: string;
136
+ readonly completed_at: string;
137
+ readonly cancelled_at: string;
138
+ readonly reversed_at: string;
139
+ readonly retried_at: string;
140
+ readonly data_copy_completed_at: string;
141
+ readonly cutover_at: string;
142
+ readonly replicas_switched: boolean;
143
+ readonly primaries_switched: boolean;
144
+ readonly switch_replicas_at: string;
145
+ readonly switch_primaries_at: string;
146
+ readonly verify_data_at: string;
147
+ readonly workflow_type: "move_tables";
148
+ readonly workflow_subtype: string;
149
+ readonly defer_secondary_keys: boolean;
150
+ readonly on_ddl: "EXEC" | "EXEC_IGNORE" | "IGNORE" | "STOP";
151
+ readonly workflow_errors: string;
152
+ readonly may_retry: boolean;
153
+ readonly may_restart: boolean;
154
+ readonly verified_data_stale: boolean;
155
+ readonly sequence_tables_applied: boolean;
129
156
  readonly actor: {
130
- readonly avatar_url: string;
131
- readonly display_name: string;
132
157
  readonly id: string;
158
+ readonly display_name: string;
159
+ readonly avatar_url: string;
133
160
  };
134
- readonly branch: {
135
- readonly created_at: string;
136
- readonly deleted_at: string;
161
+ readonly verify_data_by: {
137
162
  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
163
  readonly display_name: string;
145
- readonly id: string;
146
- };
147
- readonly completed_at: string;
148
- readonly completed_by: {
149
164
  readonly avatar_url: string;
150
- readonly display_name: string;
165
+ };
166
+ readonly reversed_by: {
151
167
  readonly id: string;
168
+ readonly display_name: string;
169
+ readonly avatar_url: string;
152
170
  };
153
- readonly created_at: string;
154
- readonly cutover_at: string;
155
- readonly cutover_by: {
171
+ readonly switch_replicas_by: {
172
+ readonly id: string;
173
+ readonly display_name: string;
156
174
  readonly avatar_url: string;
175
+ };
176
+ readonly switch_primaries_by: {
177
+ readonly id: string;
157
178
  readonly display_name: string;
179
+ readonly avatar_url: string;
180
+ };
181
+ readonly cancelled_by: {
158
182
  readonly id: string;
183
+ readonly display_name: string;
184
+ readonly avatar_url: string;
159
185
  };
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;
186
+ readonly completed_by: {
165
187
  readonly id: string;
166
- readonly name: string;
167
- readonly updated_at: string;
188
+ readonly display_name: string;
189
+ readonly avatar_url: string;
168
190
  };
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
191
  readonly retried_by: {
179
- readonly avatar_url: string;
180
- readonly display_name: string;
181
192
  readonly id: string;
182
- };
183
- readonly reversed_at: string;
184
- readonly reversed_by: {
185
- readonly avatar_url: string;
186
193
  readonly display_name: string;
194
+ readonly avatar_url: string;
195
+ };
196
+ readonly cutover_by: {
187
197
  readonly id: string;
198
+ readonly display_name: string;
199
+ readonly avatar_url: string;
188
200
  };
189
201
  readonly reversed_cutover_by: {
190
- readonly avatar_url: string;
191
- readonly display_name: string;
192
202
  readonly id: string;
203
+ readonly display_name: string;
204
+ readonly avatar_url: string;
193
205
  };
194
- readonly sequence_tables_applied: boolean;
195
- readonly source_keyspace: {
196
- readonly created_at: string;
197
- readonly deleted_at: string;
206
+ readonly branch: {
198
207
  readonly id: string;
199
208
  readonly name: string;
209
+ readonly created_at: string;
200
210
  readonly updated_at: string;
211
+ readonly deleted_at: string;
201
212
  };
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;
213
+ readonly source_keyspace: {
214
214
  readonly id: string;
215
- };
216
- readonly target_keyspace: {
215
+ readonly name: string;
217
216
  readonly created_at: string;
217
+ readonly updated_at: string;
218
218
  readonly deleted_at: string;
219
+ };
220
+ readonly target_keyspace: {
219
221
  readonly id: string;
220
222
  readonly name: string;
223
+ readonly created_at: string;
221
224
  readonly updated_at: string;
225
+ readonly deleted_at: string;
222
226
  };
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;
227
+ readonly global_keyspace: {
229
228
  readonly id: string;
229
+ readonly name: string;
230
+ readonly created_at: string;
231
+ readonly updated_at: string;
232
+ readonly deleted_at: string;
230
233
  };
231
- readonly workflow_errors: string;
232
- readonly workflow_subtype: string;
233
- readonly workflow_type: "move_tables";
234
234
  }, Forbidden | NotFound, import("../credentials.ts").Credentials>;
235
235
  //# sourceMappingURL=workflowCancel.d.ts.map