@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.
Files changed (330) hide show
  1. package/lib/client.d.ts +2 -2
  2. package/lib/operations/addOrganizationTeamMember.d.ts +79 -1
  3. package/lib/operations/addOrganizationTeamMember.d.ts.map +1 -1
  4. package/lib/operations/cancelBouncerResizeRequest.d.ts +7 -1
  5. package/lib/operations/cancelBouncerResizeRequest.d.ts.map +1 -1
  6. package/lib/operations/cancelBranchChangeRequest.d.ts +6 -1
  7. package/lib/operations/cancelBranchChangeRequest.d.ts.map +1 -1
  8. package/lib/operations/cancelDeployRequest.d.ts +148 -1
  9. package/lib/operations/cancelDeployRequest.d.ts.map +1 -1
  10. package/lib/operations/checkDeployRequestStorage.d.ts +22 -1
  11. package/lib/operations/checkDeployRequestStorage.d.ts.map +1 -1
  12. package/lib/operations/closeDeployRequest.d.ts +149 -1
  13. package/lib/operations/closeDeployRequest.d.ts.map +1 -1
  14. package/lib/operations/completeErroredDeploy.d.ts +148 -1
  15. package/lib/operations/completeErroredDeploy.d.ts.map +1 -1
  16. package/lib/operations/completeGatedDeployRequest.d.ts +148 -1
  17. package/lib/operations/completeGatedDeployRequest.d.ts.map +1 -1
  18. package/lib/operations/completeRevert.d.ts +148 -1
  19. package/lib/operations/completeRevert.d.ts.map +1 -1
  20. package/lib/operations/createBackup.d.ts +70 -1
  21. package/lib/operations/createBackup.d.ts.map +1 -1
  22. package/lib/operations/createBackupPolicy.d.ts +31 -1
  23. package/lib/operations/createBackupPolicy.d.ts.map +1 -1
  24. package/lib/operations/createBouncer.d.ts +63 -1
  25. package/lib/operations/createBouncer.d.ts.map +1 -1
  26. package/lib/operations/createBranch.d.ts +73 -1
  27. package/lib/operations/createBranch.d.ts.map +1 -1
  28. package/lib/operations/createDatabase.d.ts +75 -1
  29. package/lib/operations/createDatabase.d.ts.map +1 -1
  30. package/lib/operations/createDatabasePostgresCidr.d.ts +21 -1
  31. package/lib/operations/createDatabasePostgresCidr.d.ts.map +1 -1
  32. package/lib/operations/createDeployRequest.d.ts +152 -1
  33. package/lib/operations/createDeployRequest.d.ts.map +1 -1
  34. package/lib/operations/createKeyspace.d.ts +44 -1
  35. package/lib/operations/createKeyspace.d.ts.map +1 -1
  36. package/lib/operations/createOauthToken.d.ts +88 -1
  37. package/lib/operations/createOauthToken.d.ts.map +1 -1
  38. package/lib/operations/createOrganizationTeam.d.ts +47 -1
  39. package/lib/operations/createOrganizationTeam.d.ts.map +1 -1
  40. package/lib/operations/createPassword.d.ts +54 -1
  41. package/lib/operations/createPassword.d.ts.map +1 -1
  42. package/lib/operations/createQueryPatternsReport.d.ts +18 -1
  43. package/lib/operations/createQueryPatternsReport.d.ts.map +1 -1
  44. package/lib/operations/createRole.d.ts +47 -1
  45. package/lib/operations/createRole.d.ts.map +1 -1
  46. package/lib/operations/createServiceToken.d.ts +83 -1
  47. package/lib/operations/createServiceToken.d.ts.map +1 -1
  48. package/lib/operations/createTrafficBudget.d.ts +50 -1
  49. package/lib/operations/createTrafficBudget.d.ts.map +1 -1
  50. package/lib/operations/createTrafficRule.d.ts +30 -1
  51. package/lib/operations/createTrafficRule.d.ts.map +1 -1
  52. package/lib/operations/createWebhook.d.ts +19 -1
  53. package/lib/operations/createWebhook.d.ts.map +1 -1
  54. package/lib/operations/createWorkflow.d.ts +118 -1
  55. package/lib/operations/createWorkflow.d.ts.map +1 -1
  56. package/lib/operations/deleteBackup.d.ts +7 -1
  57. package/lib/operations/deleteBackup.d.ts.map +1 -1
  58. package/lib/operations/deleteBackupPolicy.d.ts +6 -1
  59. package/lib/operations/deleteBackupPolicy.d.ts.map +1 -1
  60. package/lib/operations/deleteBouncer.d.ts +7 -1
  61. package/lib/operations/deleteBouncer.d.ts.map +1 -1
  62. package/lib/operations/deleteBranch.d.ts +7 -1
  63. package/lib/operations/deleteBranch.d.ts.map +1 -1
  64. package/lib/operations/deleteDatabase.d.ts +5 -1
  65. package/lib/operations/deleteDatabase.d.ts.map +1 -1
  66. package/lib/operations/deleteDatabasePostgresCidr.d.ts +6 -1
  67. package/lib/operations/deleteDatabasePostgresCidr.d.ts.map +1 -1
  68. package/lib/operations/deleteKeyspace.d.ts +7 -1
  69. package/lib/operations/deleteKeyspace.d.ts.map +1 -1
  70. package/lib/operations/deleteOauthToken.d.ts +6 -1
  71. package/lib/operations/deleteOauthToken.d.ts.map +1 -1
  72. package/lib/operations/deleteOrganizationTeam.d.ts +5 -1
  73. package/lib/operations/deleteOrganizationTeam.d.ts.map +1 -1
  74. package/lib/operations/deletePassword.d.ts +7 -1
  75. package/lib/operations/deletePassword.d.ts.map +1 -1
  76. package/lib/operations/deleteQueryPatternsReport.d.ts +7 -1
  77. package/lib/operations/deleteQueryPatternsReport.d.ts.map +1 -1
  78. package/lib/operations/deleteRole.d.ts +8 -1
  79. package/lib/operations/deleteRole.d.ts.map +1 -1
  80. package/lib/operations/deleteServiceToken.d.ts +5 -1
  81. package/lib/operations/deleteServiceToken.d.ts.map +1 -1
  82. package/lib/operations/deleteTrafficBudget.d.ts +7 -1
  83. package/lib/operations/deleteTrafficBudget.d.ts.map +1 -1
  84. package/lib/operations/deleteTrafficRule.d.ts +8 -1
  85. package/lib/operations/deleteTrafficRule.d.ts.map +1 -1
  86. package/lib/operations/deleteWebhook.d.ts +6 -1
  87. package/lib/operations/deleteWebhook.d.ts.map +1 -1
  88. package/lib/operations/demoteBranch.d.ts +62 -1
  89. package/lib/operations/demoteBranch.d.ts.map +1 -1
  90. package/lib/operations/disableSafeMigrations.d.ts +62 -1
  91. package/lib/operations/disableSafeMigrations.d.ts.map +1 -1
  92. package/lib/operations/dismissSchemaRecommendation.d.ts +31 -1
  93. package/lib/operations/dismissSchemaRecommendation.d.ts.map +1 -1
  94. package/lib/operations/enableSafeMigrations.d.ts +62 -1
  95. package/lib/operations/enableSafeMigrations.d.ts.map +1 -1
  96. package/lib/operations/getBackup.d.ts +67 -1
  97. package/lib/operations/getBackup.d.ts.map +1 -1
  98. package/lib/operations/getBackupPolicy.d.ts +23 -1
  99. package/lib/operations/getBackupPolicy.d.ts.map +1 -1
  100. package/lib/operations/getBouncer.d.ts +60 -1
  101. package/lib/operations/getBouncer.d.ts.map +1 -1
  102. package/lib/operations/getBranch.d.ts +62 -1
  103. package/lib/operations/getBranch.d.ts.map +1 -1
  104. package/lib/operations/getBranchChangeRequest.d.ts +48 -1
  105. package/lib/operations/getBranchChangeRequest.d.ts.map +1 -1
  106. package/lib/operations/getBranchSchema.d.ts +14 -1
  107. package/lib/operations/getBranchSchema.d.ts.map +1 -1
  108. package/lib/operations/getCurrentUser.d.ts +22 -1
  109. package/lib/operations/getCurrentUser.d.ts.map +1 -1
  110. package/lib/operations/getDatabase.d.ts +66 -1
  111. package/lib/operations/getDatabase.d.ts.map +1 -1
  112. package/lib/operations/getDatabasePostgresCidr.d.ts +19 -1
  113. package/lib/operations/getDatabasePostgresCidr.d.ts.map +1 -1
  114. package/lib/operations/getDatabaseThrottler.d.ts +18 -1
  115. package/lib/operations/getDatabaseThrottler.d.ts.map +1 -1
  116. package/lib/operations/getDefaultRole.d.ts +42 -1
  117. package/lib/operations/getDefaultRole.d.ts.map +1 -1
  118. package/lib/operations/getDeployQueue.d.ts +119 -1
  119. package/lib/operations/getDeployQueue.d.ts.map +1 -1
  120. package/lib/operations/getDeployRequest.d.ts +148 -1
  121. package/lib/operations/getDeployRequest.d.ts.map +1 -1
  122. package/lib/operations/getDeployRequestThrottler.d.ts +19 -1
  123. package/lib/operations/getDeployRequestThrottler.d.ts.map +1 -1
  124. package/lib/operations/getDeployment.d.ts +111 -1
  125. package/lib/operations/getDeployment.d.ts.map +1 -1
  126. package/lib/operations/getInvoice.d.ts +12 -1
  127. package/lib/operations/getInvoice.d.ts.map +1 -1
  128. package/lib/operations/getInvoiceLineItems.d.ts +28 -1
  129. package/lib/operations/getInvoiceLineItems.d.ts.map +1 -1
  130. package/lib/operations/getKeyspace.d.ts +41 -1
  131. package/lib/operations/getKeyspace.d.ts.map +1 -1
  132. package/lib/operations/getKeyspaceRolloutStatus.d.ts +16 -1
  133. package/lib/operations/getKeyspaceRolloutStatus.d.ts.map +1 -1
  134. package/lib/operations/getKeyspaceVschema.d.ts +9 -1
  135. package/lib/operations/getKeyspaceVschema.d.ts.map +1 -1
  136. package/lib/operations/getMaintenanceSchedule.d.ts +25 -1
  137. package/lib/operations/getMaintenanceSchedule.d.ts.map +1 -1
  138. package/lib/operations/getOauthApplication.d.ts +24 -1
  139. package/lib/operations/getOauthApplication.d.ts.map +1 -1
  140. package/lib/operations/getOauthToken.d.ts +83 -1
  141. package/lib/operations/getOauthToken.d.ts.map +1 -1
  142. package/lib/operations/getOrganization.d.ts +27 -1
  143. package/lib/operations/getOrganization.d.ts.map +1 -1
  144. package/lib/operations/getOrganizationMembership.d.ts +31 -1
  145. package/lib/operations/getOrganizationMembership.d.ts.map +1 -1
  146. package/lib/operations/getOrganizationTeam.d.ts +46 -1
  147. package/lib/operations/getOrganizationTeam.d.ts.map +1 -1
  148. package/lib/operations/getOrganizationTeamMember.d.ts +79 -1
  149. package/lib/operations/getOrganizationTeamMember.d.ts.map +1 -1
  150. package/lib/operations/getPassword.d.ts +49 -1
  151. package/lib/operations/getPassword.d.ts.map +1 -1
  152. package/lib/operations/getQueryPatternsReport.d.ts +7 -1
  153. package/lib/operations/getQueryPatternsReport.d.ts.map +1 -1
  154. package/lib/operations/getQueryPatternsReportStatus.d.ts +19 -1
  155. package/lib/operations/getQueryPatternsReportStatus.d.ts.map +1 -1
  156. package/lib/operations/getRole.d.ts +43 -1
  157. package/lib/operations/getRole.d.ts.map +1 -1
  158. package/lib/operations/getSchemaRecommendation.d.ts +30 -1
  159. package/lib/operations/getSchemaRecommendation.d.ts.map +1 -1
  160. package/lib/operations/getServiceToken.d.ts +82 -1
  161. package/lib/operations/getServiceToken.d.ts.map +1 -1
  162. package/lib/operations/getTrafficBudget.d.ts +43 -1
  163. package/lib/operations/getTrafficBudget.d.ts.map +1 -1
  164. package/lib/operations/getWebhook.d.ts +17 -1
  165. package/lib/operations/getWebhook.d.ts.map +1 -1
  166. package/lib/operations/getWorkflow.d.ts +112 -1
  167. package/lib/operations/getWorkflow.d.ts.map +1 -1
  168. package/lib/operations/lintBranchSchema.d.ts +33 -1
  169. package/lib/operations/lintBranchSchema.d.ts.map +1 -1
  170. package/lib/operations/listAuditLogs.d.ts +33 -1
  171. package/lib/operations/listAuditLogs.d.ts.map +1 -1
  172. package/lib/operations/listBackupPolicies.d.ts +31 -1
  173. package/lib/operations/listBackupPolicies.d.ts.map +1 -1
  174. package/lib/operations/listBackups.d.ts +82 -1
  175. package/lib/operations/listBackups.d.ts.map +1 -1
  176. package/lib/operations/listBouncerResizeRequests.d.ts +57 -1
  177. package/lib/operations/listBouncerResizeRequests.d.ts.map +1 -1
  178. package/lib/operations/listBouncers.d.ts +68 -1
  179. package/lib/operations/listBouncers.d.ts.map +1 -1
  180. package/lib/operations/listBranchBouncerResizeRequests.d.ts +56 -1
  181. package/lib/operations/listBranchBouncerResizeRequests.d.ts.map +1 -1
  182. package/lib/operations/listBranchChangeRequests.d.ts +56 -1
  183. package/lib/operations/listBranchChangeRequests.d.ts.map +1 -1
  184. package/lib/operations/listBranches.d.ts +74 -1
  185. package/lib/operations/listBranches.d.ts.map +1 -1
  186. package/lib/operations/listClusterSizeSkus.d.ts +24 -1
  187. package/lib/operations/listClusterSizeSkus.d.ts.map +1 -1
  188. package/lib/operations/listDatabasePostgresCidrs.d.ts +27 -1
  189. package/lib/operations/listDatabasePostgresCidrs.d.ts.map +1 -1
  190. package/lib/operations/listDatabaseRegions.d.ts +23 -1
  191. package/lib/operations/listDatabaseRegions.d.ts.map +1 -1
  192. package/lib/operations/listDatabases.d.ts +75 -1
  193. package/lib/operations/listDatabases.d.ts.map +1 -1
  194. package/lib/operations/listDeployOperations.d.ts +35 -1
  195. package/lib/operations/listDeployOperations.d.ts.map +1 -1
  196. package/lib/operations/listDeployRequestReviews.d.ts +27 -1
  197. package/lib/operations/listDeployRequestReviews.d.ts.map +1 -1
  198. package/lib/operations/listDeployRequests.d.ts +161 -1
  199. package/lib/operations/listDeployRequests.d.ts.map +1 -1
  200. package/lib/operations/listExtensions.d.ts +42 -1
  201. package/lib/operations/listExtensions.d.ts.map +1 -1
  202. package/lib/operations/listGeneratedQueryPatternsReports.d.ts +27 -1
  203. package/lib/operations/listGeneratedQueryPatternsReports.d.ts.map +1 -1
  204. package/lib/operations/listInvoices.d.ts +20 -1
  205. package/lib/operations/listInvoices.d.ts.map +1 -1
  206. package/lib/operations/listKeyspaces.d.ts +49 -1
  207. package/lib/operations/listKeyspaces.d.ts.map +1 -1
  208. package/lib/operations/listMaintenanceSchedules.d.ts +33 -1
  209. package/lib/operations/listMaintenanceSchedules.d.ts.map +1 -1
  210. package/lib/operations/listMaintenanceWindows.d.ts +21 -1
  211. package/lib/operations/listMaintenanceWindows.d.ts.map +1 -1
  212. package/lib/operations/listOauthApplications.d.ts +32 -1
  213. package/lib/operations/listOauthApplications.d.ts.map +1 -1
  214. package/lib/operations/listOauthTokens.d.ts +91 -1
  215. package/lib/operations/listOauthTokens.d.ts.map +1 -1
  216. package/lib/operations/listOrganizationMembers.d.ts +40 -1
  217. package/lib/operations/listOrganizationMembers.d.ts.map +1 -1
  218. package/lib/operations/listOrganizationTeamMembers.d.ts +87 -1
  219. package/lib/operations/listOrganizationTeamMembers.d.ts.map +1 -1
  220. package/lib/operations/listOrganizationTeams.d.ts +55 -1
  221. package/lib/operations/listOrganizationTeams.d.ts.map +1 -1
  222. package/lib/operations/listOrganizations.d.ts +35 -1
  223. package/lib/operations/listOrganizations.d.ts.map +1 -1
  224. package/lib/operations/listParameters.d.ts +32 -1
  225. package/lib/operations/listParameters.d.ts.map +1 -1
  226. package/lib/operations/listPasswords.d.ts +58 -1
  227. package/lib/operations/listPasswords.d.ts.map +1 -1
  228. package/lib/operations/listPublicRegions.d.ts +20 -1
  229. package/lib/operations/listPublicRegions.d.ts.map +1 -1
  230. package/lib/operations/listReadOnlyRegions.d.ts +36 -1
  231. package/lib/operations/listReadOnlyRegions.d.ts.map +1 -1
  232. package/lib/operations/listRegionsForOrganization.d.ts +22 -1
  233. package/lib/operations/listRegionsForOrganization.d.ts.map +1 -1
  234. package/lib/operations/listRoles.d.ts +51 -1
  235. package/lib/operations/listRoles.d.ts.map +1 -1
  236. package/lib/operations/listSchemaRecommendations.d.ts +39 -1
  237. package/lib/operations/listSchemaRecommendations.d.ts.map +1 -1
  238. package/lib/operations/listServiceTokens.d.ts +90 -1
  239. package/lib/operations/listServiceTokens.d.ts.map +1 -1
  240. package/lib/operations/listTrafficBudgets.d.ts +54 -1
  241. package/lib/operations/listTrafficBudgets.d.ts.map +1 -1
  242. package/lib/operations/listWebhooks.d.ts +25 -1
  243. package/lib/operations/listWebhooks.d.ts.map +1 -1
  244. package/lib/operations/listWorkflows.d.ts +121 -1
  245. package/lib/operations/listWorkflows.d.ts.map +1 -1
  246. package/lib/operations/promoteBranch.d.ts +62 -1
  247. package/lib/operations/promoteBranch.d.ts.map +1 -1
  248. package/lib/operations/queueDeployRequest.d.ts +149 -1
  249. package/lib/operations/queueDeployRequest.d.ts.map +1 -1
  250. package/lib/operations/reassignRoleObjects.d.ts +8 -1
  251. package/lib/operations/reassignRoleObjects.d.ts.map +1 -1
  252. package/lib/operations/removeOrganizationMember.d.ts +7 -1
  253. package/lib/operations/removeOrganizationMember.d.ts.map +1 -1
  254. package/lib/operations/removeOrganizationTeamMember.d.ts +7 -1
  255. package/lib/operations/removeOrganizationTeamMember.d.ts.map +1 -1
  256. package/lib/operations/renewPassword.d.ts +49 -1
  257. package/lib/operations/renewPassword.d.ts.map +1 -1
  258. package/lib/operations/renewRole.d.ts +43 -1
  259. package/lib/operations/renewRole.d.ts.map +1 -1
  260. package/lib/operations/resetDefaultRole.d.ts +42 -1
  261. package/lib/operations/resetDefaultRole.d.ts.map +1 -1
  262. package/lib/operations/resetRole.d.ts +43 -1
  263. package/lib/operations/resetRole.d.ts.map +1 -1
  264. package/lib/operations/reviewDeployRequest.d.ts +20 -1
  265. package/lib/operations/reviewDeployRequest.d.ts.map +1 -1
  266. package/lib/operations/skipRevertPeriod.d.ts +148 -1
  267. package/lib/operations/skipRevertPeriod.d.ts.map +1 -1
  268. package/lib/operations/testWebhook.d.ts +6 -1
  269. package/lib/operations/testWebhook.d.ts.map +1 -1
  270. package/lib/operations/updateAutoApply.d.ts +149 -1
  271. package/lib/operations/updateAutoApply.d.ts.map +1 -1
  272. package/lib/operations/updateAutoDeleteBranch.d.ts +149 -1
  273. package/lib/operations/updateAutoDeleteBranch.d.ts.map +1 -1
  274. package/lib/operations/updateBackup.d.ts +68 -1
  275. package/lib/operations/updateBackup.d.ts.map +1 -1
  276. package/lib/operations/updateBackupPolicy.d.ts +32 -1
  277. package/lib/operations/updateBackupPolicy.d.ts.map +1 -1
  278. package/lib/operations/updateBouncerResizeRequest.d.ts +53 -1
  279. package/lib/operations/updateBouncerResizeRequest.d.ts.map +1 -1
  280. package/lib/operations/updateBranch.d.ts +63 -1
  281. package/lib/operations/updateBranch.d.ts.map +1 -1
  282. package/lib/operations/updateBranchChangeRequest.d.ts +52 -1
  283. package/lib/operations/updateBranchChangeRequest.d.ts.map +1 -1
  284. package/lib/operations/updateBranchClusterConfig.d.ts +7 -1
  285. package/lib/operations/updateBranchClusterConfig.d.ts.map +1 -1
  286. package/lib/operations/updateDatabasePostgresCidr.d.ts +22 -1
  287. package/lib/operations/updateDatabasePostgresCidr.d.ts.map +1 -1
  288. package/lib/operations/updateDatabaseSettings.d.ts +77 -1
  289. package/lib/operations/updateDatabaseSettings.d.ts.map +1 -1
  290. package/lib/operations/updateDatabaseThrottler.d.ts +20 -1
  291. package/lib/operations/updateDatabaseThrottler.d.ts.map +1 -1
  292. package/lib/operations/updateDeployRequestThrottler.d.ts +21 -1
  293. package/lib/operations/updateDeployRequestThrottler.d.ts.map +1 -1
  294. package/lib/operations/updateKeyspace.d.ts +41 -1
  295. package/lib/operations/updateKeyspace.d.ts.map +1 -1
  296. package/lib/operations/updateKeyspaceVschema.d.ts +10 -1
  297. package/lib/operations/updateKeyspaceVschema.d.ts.map +1 -1
  298. package/lib/operations/updateOrganization.d.ts +30 -1
  299. package/lib/operations/updateOrganization.d.ts.map +1 -1
  300. package/lib/operations/updateOrganizationMembership.d.ts +32 -1
  301. package/lib/operations/updateOrganizationMembership.d.ts.map +1 -1
  302. package/lib/operations/updateOrganizationTeam.d.ts +48 -1
  303. package/lib/operations/updateOrganizationTeam.d.ts.map +1 -1
  304. package/lib/operations/updatePassword.d.ts +51 -1
  305. package/lib/operations/updatePassword.d.ts.map +1 -1
  306. package/lib/operations/updateRole.d.ts +46 -1
  307. package/lib/operations/updateRole.d.ts.map +1 -1
  308. package/lib/operations/updateTrafficBudget.d.ts +51 -1
  309. package/lib/operations/updateTrafficBudget.d.ts.map +1 -1
  310. package/lib/operations/updateWebhook.d.ts +20 -1
  311. package/lib/operations/updateWebhook.d.ts.map +1 -1
  312. package/lib/operations/verifyWorkflow.d.ts +112 -1
  313. package/lib/operations/verifyWorkflow.d.ts.map +1 -1
  314. package/lib/operations/workflowCancel.d.ts +112 -1
  315. package/lib/operations/workflowCancel.d.ts.map +1 -1
  316. package/lib/operations/workflowComplete.d.ts +112 -1
  317. package/lib/operations/workflowComplete.d.ts.map +1 -1
  318. package/lib/operations/workflowCutover.d.ts +112 -1
  319. package/lib/operations/workflowCutover.d.ts.map +1 -1
  320. package/lib/operations/workflowRetry.d.ts +112 -1
  321. package/lib/operations/workflowRetry.d.ts.map +1 -1
  322. package/lib/operations/workflowReverseCutover.d.ts +112 -1
  323. package/lib/operations/workflowReverseCutover.d.ts.map +1 -1
  324. package/lib/operations/workflowReverseTraffic.d.ts +112 -1
  325. package/lib/operations/workflowReverseTraffic.d.ts.map +1 -1
  326. package/lib/operations/workflowSwitchPrimaries.d.ts +112 -1
  327. package/lib/operations/workflowSwitchPrimaries.d.ts.map +1 -1
  328. package/lib/operations/workflowSwitchReplicas.d.ts +112 -1
  329. package/lib/operations/workflowSwitchReplicas.d.ts.map +1 -1
  330. package/package.json +2 -2
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetRoleInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -52,5 +53,46 @@ export type GetRoleOutput = typeof GetRoleOutput.Type;
52
53
  * @param branch - Branch name from `list_branches`. Example: `main`.
53
54
  * @param id - The ID of the role
54
55
  */
55
- export declare const getRole: any;
56
+ export declare const getRole: import("@distilled.cloud/core/client").OperationMethod<{
57
+ readonly branch: string;
58
+ readonly database: string;
59
+ readonly id: string;
60
+ readonly organization: string;
61
+ }, {
62
+ readonly access_host_url: string;
63
+ readonly actor: {
64
+ readonly avatar_url: string;
65
+ readonly display_name: string;
66
+ readonly id: string;
67
+ };
68
+ readonly branch: {
69
+ readonly created_at: string;
70
+ readonly deleted_at: string;
71
+ readonly id: string;
72
+ readonly name: string;
73
+ readonly updated_at: string;
74
+ };
75
+ readonly created_at: string;
76
+ readonly database_name: string;
77
+ readonly default: boolean;
78
+ readonly deleted_at: string;
79
+ readonly disabled_at: string;
80
+ readonly drop_failed: string;
81
+ readonly dropped_at: string;
82
+ readonly expired: boolean;
83
+ readonly expires_at: string;
84
+ readonly id: string;
85
+ 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")[];
86
+ readonly name: string;
87
+ readonly password: string | import("effect/Redacted").Redacted<string>;
88
+ readonly private_access_host_url: string;
89
+ readonly private_connection_service_name: string;
90
+ readonly query_safety_settings: {
91
+ readonly require_where_on_delete: "off" | "on" | "warn";
92
+ readonly require_where_on_update: "off" | "on" | "warn";
93
+ };
94
+ readonly ttl: number;
95
+ readonly updated_at: string;
96
+ readonly username: string;
97
+ }, Forbidden | NotFound, any>;
56
98
  //# sourceMappingURL=getRole.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getRole.d.ts","sourceRoot":"","sources":["../../src/operations/getRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,YAAY;;;;;EAUxB,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,IAAI,CAAC;AAGpD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDxB,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,IAAI,CAAC;AAGtD;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,KAIjB,CAAC"}
1
+ {"version":3,"file":"getRole.d.ts","sourceRoot":"","sources":["../../src/operations/getRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,YAAY;;;;;EAUxB,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,IAAI,CAAC;AAGpD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDxB,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,IAAI,CAAC;AAGtD;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIjB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetSchemaRecommendationInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -38,5 +39,33 @@ export type GetSchemaRecommendationOutput = typeof GetSchemaRecommendationOutput
38
39
  * @param database - Database name slug from `list_databases`. Example: `app-db`.
39
40
  * @param number - Schema recommendation sequence number. Example: `42`.
40
41
  */
41
- export declare const getSchemaRecommendation: any;
42
+ export declare const getSchemaRecommendation: import("@distilled.cloud/core/client").OperationMethod<{
43
+ readonly database: string;
44
+ readonly number: number;
45
+ readonly organization: string;
46
+ }, {
47
+ readonly applied_at: string;
48
+ readonly closed_by_deploy_request: {
49
+ readonly branch_id: string;
50
+ readonly id: string;
51
+ readonly number: number;
52
+ };
53
+ readonly created_at: string;
54
+ readonly ddl_statement: string;
55
+ readonly dismissed_at: string;
56
+ readonly dismissed_by: {
57
+ readonly avatar_url: string;
58
+ readonly display_name: string;
59
+ readonly id: string;
60
+ };
61
+ readonly html_url: string;
62
+ readonly id: string;
63
+ readonly keyspace: string;
64
+ readonly number: number;
65
+ readonly recommendation_type: "bloated_index" | "bloated_table" | "duplicate_index" | "encoding_upgrade" | "new_index" | "sequence_overflow" | "sequence_overflow_foreign_key" | "unused_index" | "unused_table";
66
+ readonly state: "applied" | "dismissed" | "open" | "stale";
67
+ readonly table_name: string;
68
+ readonly title: string;
69
+ readonly updated_at: string;
70
+ }, Forbidden | NotFound, any>;
42
71
  //# sourceMappingURL=getSchemaRecommendation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSchemaRecommendation.d.ts","sourceRoot":"","sources":["../../src/operations/getSchemaRecommendation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,4BAA4B;;;;EAUtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAmCtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,KAMnC,CAAC"}
1
+ {"version":3,"file":"getSchemaRecommendation.d.ts","sourceRoot":"","sources":["../../src/operations/getSchemaRecommendation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,4BAA4B;;;;EAUtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAmCtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMnC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetServiceTokenInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly id: Schema.String;
@@ -91,5 +92,85 @@ export type GetServiceTokenOutput = typeof GetServiceTokenOutput.Type;
91
92
  * @param organization - The name of the organization
92
93
  * @param id - The ID of the service token
93
94
  */
94
- export declare const getServiceToken: any;
95
+ export declare const getServiceToken: import("@distilled.cloud/core/client").OperationMethod<{
96
+ readonly id: string;
97
+ readonly organization: string;
98
+ }, {
99
+ readonly actor_display_name: string;
100
+ readonly actor_id: string;
101
+ readonly actor_type: string;
102
+ readonly avatar_url: string;
103
+ readonly created_at: string;
104
+ readonly display_name: string;
105
+ readonly expires_at?: string | null | undefined;
106
+ readonly id: string;
107
+ readonly last_used_at?: string | null | undefined;
108
+ readonly name?: string | null | undefined;
109
+ readonly oauth_accesses_by_resource?: {
110
+ readonly branch: {
111
+ readonly accesses: readonly {
112
+ readonly description: string;
113
+ readonly name: string;
114
+ }[];
115
+ readonly branches: readonly {
116
+ readonly database: string;
117
+ readonly id: string;
118
+ readonly name: string;
119
+ readonly organization: string;
120
+ readonly url: string;
121
+ }[];
122
+ };
123
+ readonly database: {
124
+ readonly accesses: readonly {
125
+ readonly description: string;
126
+ readonly name: string;
127
+ }[];
128
+ readonly databases: readonly {
129
+ readonly id: string;
130
+ readonly name: string;
131
+ readonly organization: string;
132
+ readonly url: string;
133
+ }[];
134
+ };
135
+ readonly organization: {
136
+ readonly accesses: readonly {
137
+ readonly description: string;
138
+ readonly name: string;
139
+ }[];
140
+ readonly organizations: readonly {
141
+ readonly id: string;
142
+ readonly name: string;
143
+ readonly url: string;
144
+ }[];
145
+ };
146
+ readonly user: {
147
+ readonly accesses: readonly {
148
+ readonly description: string;
149
+ readonly name: string;
150
+ }[];
151
+ readonly users: readonly {
152
+ readonly id: string;
153
+ readonly name: string;
154
+ }[];
155
+ };
156
+ } | undefined;
157
+ readonly plain_text_refresh_token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
158
+ readonly service_token_accesses?: readonly {
159
+ readonly access: string;
160
+ readonly description: string;
161
+ readonly id: string;
162
+ readonly resource: {
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 resource_id: string;
170
+ readonly resource_name: string;
171
+ readonly resource_type: string;
172
+ }[] | undefined;
173
+ readonly token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
174
+ readonly updated_at: string;
175
+ }, Forbidden | NotFound, any>;
95
176
  //# sourceMappingURL=getServiceToken.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceToken.d.ts","sourceRoot":"","sources":["../../src/operations/getServiceToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,oBAAoB;;;EAQhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmGhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;;;;GAOG;AACH,eAAO,MAAM,eAAe,KAIzB,CAAC"}
1
+ {"version":3,"file":"getServiceToken.d.ts","sourceRoot":"","sources":["../../src/operations/getServiceToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,oBAAoB;;;EAQhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmGhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;;;;GAOG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIzB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetTrafficBudgetInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -52,5 +53,46 @@ export type GetTrafficBudgetOutput = typeof GetTrafficBudgetOutput.Type;
52
53
  * @param branch - Branch name from `list_branches`. Example: `main`.
53
54
  * @param id - The ID of the traffic budget
54
55
  */
55
- export declare const getTrafficBudget: any;
56
+ export declare const getTrafficBudget: import("@distilled.cloud/core/client").OperationMethod<{
57
+ readonly branch: string;
58
+ readonly database: string;
59
+ readonly id: string;
60
+ readonly organization: string;
61
+ }, {
62
+ readonly actor: {
63
+ readonly avatar_url: string;
64
+ readonly display_name: string;
65
+ readonly id: string;
66
+ };
67
+ readonly burst?: number | undefined;
68
+ readonly capacity?: number | undefined;
69
+ readonly concurrency?: number | undefined;
70
+ readonly created_at: string;
71
+ readonly id: string;
72
+ readonly mode: "enforce" | "off" | "warn";
73
+ readonly name: string;
74
+ readonly rate?: number | undefined;
75
+ readonly rules: readonly {
76
+ readonly actor: {
77
+ readonly avatar_url: string;
78
+ readonly display_name: string;
79
+ readonly id: string;
80
+ };
81
+ readonly created_at: string;
82
+ readonly fingerprint?: string | undefined;
83
+ readonly id: string;
84
+ readonly keyspace?: string | undefined;
85
+ readonly kind: "match";
86
+ readonly syntax_highlighted_sql: string;
87
+ readonly tags: readonly {
88
+ readonly key: string;
89
+ readonly key_id: string;
90
+ readonly source: "sql" | "system";
91
+ readonly value: string;
92
+ }[];
93
+ readonly updated_at: string;
94
+ }[];
95
+ readonly updated_at: string;
96
+ readonly warning_threshold?: number | undefined;
97
+ }, Forbidden | NotFound, any>;
56
98
  //# sourceMappingURL=getTrafficBudget.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/getTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,qBAAqB;;;;;EAUjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0ClC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,KAI1B,CAAC"}
1
+ {"version":3,"file":"getTrafficBudget.d.ts","sourceRoot":"","sources":["../../src/operations/getTrafficBudget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,qBAAqB;;;;;EAUjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0ClC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI1B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetWebhookInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -25,5 +26,20 @@ export type GetWebhookOutput = typeof GetWebhookOutput.Type;
25
26
  * @param database - The name of the database
26
27
  * @param id - The ID of the webhook
27
28
  */
28
- export declare const getWebhook: any;
29
+ export declare const getWebhook: import("@distilled.cloud/core/client").OperationMethod<{
30
+ readonly database: string;
31
+ readonly id: string;
32
+ readonly organization: string;
33
+ }, {
34
+ readonly created_at: string;
35
+ readonly enabled: boolean;
36
+ 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")[];
37
+ readonly id: string;
38
+ readonly last_sent_at: string | null;
39
+ readonly last_sent_result: string | null;
40
+ readonly last_sent_success: boolean | null;
41
+ readonly secret: string | import("effect/Redacted").Redacted<string>;
42
+ readonly updated_at: string;
43
+ readonly url: string;
44
+ }, Forbidden | NotFound, any>;
29
45
  //# sourceMappingURL=getWebhook.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/getWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,eAAe;;;;EAS3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;EAiC3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,KAIpB,CAAC"}
1
+ {"version":3,"file":"getWebhook.d.ts","sourceRoot":"","sources":["../../src/operations/getWebhook.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,eAAe;;;;EAS3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;EAiC3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;;GAMG;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 GetWorkflowInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -120,5 +121,115 @@ export type GetWorkflowOutput = typeof GetWorkflowOutput.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 getWorkflow: any;
124
+ export declare const getWorkflow: 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=getWorkflow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getWorkflow.d.ts","sourceRoot":"","sources":["../../src/operations/getWorkflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,gBAAgB;;;;EAS5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8H5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,KAIrB,CAAC"}
1
+ {"version":3,"file":"getWorkflow.d.ts","sourceRoot":"","sources":["../../src/operations/getWorkflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,gBAAgB;;;;EAS5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8H5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIrB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const LintBranchSchemaInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -43,5 +44,36 @@ export type LintBranchSchemaOutput = typeof LintBranchSchemaOutput.Type;
43
44
  * @param page - If provided, specifies the page offset of returned results
44
45
  * @param per_page - If provided, specifies the number of returned results
45
46
  */
46
- export declare const lintBranchSchema: any;
47
+ export declare const lintBranchSchema: import("@distilled.cloud/core/client").OperationMethod<{
48
+ readonly branch: string;
49
+ readonly database: string;
50
+ readonly organization: string;
51
+ readonly page?: number | undefined;
52
+ readonly per_page?: number | undefined;
53
+ }, {
54
+ readonly current_page: number;
55
+ readonly data: readonly {
56
+ readonly auto_increment_column_names: readonly string[];
57
+ readonly charset_name: string;
58
+ readonly check_constraint_name: string;
59
+ readonly column_name: string;
60
+ readonly docs_url: string;
61
+ readonly engine_name: string;
62
+ readonly enum_value: string;
63
+ readonly error_description: string;
64
+ readonly foreign_key_column_names: readonly string[];
65
+ readonly json_path: string;
66
+ readonly keyspace_name: string;
67
+ readonly lint_error: string;
68
+ readonly partition_name: string;
69
+ readonly partitioning_type: string;
70
+ readonly subject_type: "routing_rules" | "table" | "vschema";
71
+ readonly table_name: string;
72
+ readonly vindex_name: string;
73
+ }[];
74
+ readonly next_page: number | null;
75
+ readonly next_page_url: string | null;
76
+ readonly prev_page: number | null;
77
+ readonly prev_page_url: string | null;
78
+ }, Forbidden | NotFound, any>;
47
79
  //# sourceMappingURL=lintBranchSchema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lintBranchSchema.d.ts","sourceRoot":"","sources":["../../src/operations/lintBranchSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,qBAAqB;;;;;;EAWjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;EA6BlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB,KAI1B,CAAC"}
1
+ {"version":3,"file":"lintBranchSchema.d.ts","sourceRoot":"","sources":["../../src/operations/lintBranchSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,qBAAqB;;;;;;EAWjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;EA6BlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI1B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListAuditLogsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly starting_after: Schema.optional<Schema.String>;
@@ -40,5 +41,36 @@ export type ListAuditLogsOutput = typeof ListAuditLogsOutput.Type;
40
41
  * @param ending_before - If provided, returns results before the specified cursor
41
42
  * @param limit - If provided, specifies the number of returned results (max 100)
42
43
  */
43
- export declare const listAuditLogs: any;
44
+ export declare const listAuditLogs: import("@distilled.cloud/core/client").OperationMethod<{
45
+ readonly ending_before?: string | undefined;
46
+ readonly limit?: number | undefined;
47
+ readonly organization: string;
48
+ readonly starting_after?: string | undefined;
49
+ }, {
50
+ readonly cursor_end: string | null;
51
+ readonly cursor_start: string | null;
52
+ readonly data: readonly {
53
+ readonly action: string;
54
+ readonly actor_display_name: string;
55
+ readonly actor_id: string;
56
+ readonly actor_type: string;
57
+ readonly audit_action: string;
58
+ readonly auditable_display_name: string;
59
+ readonly auditable_id: string;
60
+ readonly auditable_type: string;
61
+ readonly created_at: string;
62
+ readonly id: string;
63
+ readonly location: string | null;
64
+ readonly metadata: {
65
+ readonly [x: string]: unknown;
66
+ };
67
+ readonly remote_ip: string | null;
68
+ readonly target_display_name: string;
69
+ readonly target_id: string;
70
+ readonly target_type: string;
71
+ readonly updated_at: string;
72
+ }[];
73
+ readonly has_next: boolean;
74
+ readonly has_prev: boolean;
75
+ }, Forbidden | NotFound, any>;
44
76
  //# sourceMappingURL=listAuditLogs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listAuditLogs.d.ts","sourceRoot":"","sources":["../../src/operations/listAuditLogs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,kBAAkB;;;;;EAO9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;EA0B9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,KAIvB,CAAC"}
1
+ {"version":3,"file":"listAuditLogs.d.ts","sourceRoot":"","sources":["../../src/operations/listAuditLogs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;;EAO9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;EA0B9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;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 ListBackupPoliciesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -40,5 +41,34 @@ export type ListBackupPoliciesOutput = typeof ListBackupPoliciesOutput.Type;
40
41
  * @param page - If provided, specifies the page offset of returned results
41
42
  * @param per_page - If provided, specifies the number of returned results
42
43
  */
43
- export declare const listBackupPolicies: any;
44
+ export declare const listBackupPolicies: import("@distilled.cloud/core/client").OperationMethod<{
45
+ readonly database: string;
46
+ readonly organization: string;
47
+ readonly page?: number | undefined;
48
+ readonly per_page?: number | undefined;
49
+ }, {
50
+ readonly current_page: number;
51
+ readonly data: readonly {
52
+ readonly created_at: string;
53
+ readonly display_name: string;
54
+ readonly frequency_unit: string;
55
+ readonly frequency_value: number;
56
+ readonly id: string;
57
+ readonly last_ran_at: string;
58
+ readonly name: string;
59
+ readonly next_run_at: string;
60
+ readonly required: boolean;
61
+ readonly retention_unit: string;
62
+ readonly retention_value: number;
63
+ readonly schedule_day: number;
64
+ readonly schedule_time: string;
65
+ readonly schedule_week: number;
66
+ readonly target: "development" | "production";
67
+ readonly updated_at: string;
68
+ }[];
69
+ readonly next_page: number;
70
+ readonly next_page_url: string;
71
+ readonly prev_page: number;
72
+ readonly prev_page_url: string;
73
+ }, Forbidden | NotFound, any>;
44
74
  //# sourceMappingURL=listBackupPolicies.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBackupPolicies.d.ts","sourceRoot":"","sources":["../../src/operations/listBackupPolicies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,uBAAuB;;;;;EAWjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;EA2BjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,KAI5B,CAAC"}
1
+ {"version":3,"file":"listBackupPolicies.d.ts","sourceRoot":"","sources":["../../src/operations/listBackupPolicies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;EAWjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;EA2BjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI5B,CAAC"}