@distilled.cloud/planetscale 0.10.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 GetDefaultRoleInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -50,5 +51,45 @@ export type GetDefaultRoleOutput = typeof GetDefaultRoleOutput.Type;
50
51
  * @param database - Database name slug from `list_databases`. Example: `app-db`.
51
52
  * @param branch - Branch name from `list_branches`. Example: `main`.
52
53
  */
53
- export declare const getDefaultRole: any;
54
+ export declare const getDefaultRole: import("@distilled.cloud/core/client").OperationMethod<{
55
+ readonly branch: string;
56
+ readonly database: string;
57
+ readonly organization: string;
58
+ }, {
59
+ readonly access_host_url: string;
60
+ readonly actor: {
61
+ readonly avatar_url: string;
62
+ readonly display_name: string;
63
+ readonly id: string;
64
+ };
65
+ readonly branch: {
66
+ readonly created_at: string;
67
+ readonly deleted_at: string;
68
+ readonly id: string;
69
+ readonly name: string;
70
+ readonly updated_at: string;
71
+ };
72
+ readonly created_at: string;
73
+ readonly database_name: string;
74
+ readonly default: boolean;
75
+ readonly deleted_at: string;
76
+ readonly disabled_at: string;
77
+ readonly drop_failed: string;
78
+ readonly dropped_at: string;
79
+ readonly expired: boolean;
80
+ readonly expires_at: string;
81
+ readonly id: string;
82
+ 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")[];
83
+ readonly name: string;
84
+ readonly password: string | import("effect/Redacted").Redacted<string>;
85
+ readonly private_access_host_url: string;
86
+ readonly private_connection_service_name: string;
87
+ readonly query_safety_settings: {
88
+ readonly require_where_on_delete: "off" | "on" | "warn";
89
+ readonly require_where_on_update: "off" | "on" | "warn";
90
+ };
91
+ readonly ttl: number;
92
+ readonly updated_at: string;
93
+ readonly username: string;
94
+ }, Forbidden | NotFound, any>;
54
95
  //# sourceMappingURL=getDefaultRole.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDefaultRole.d.ts","sourceRoot":"","sources":["../../src/operations/getDefaultRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,KAIxB,CAAC"}
1
+ {"version":3,"file":"getDefaultRole.d.ts","sourceRoot":"","sources":["../../src/operations/getDefaultRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD/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 GetDeployQueueInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -118,5 +119,122 @@ export type GetDeployQueueOutput = typeof GetDeployQueueOutput.Type;
118
119
  * @param page - If provided, specifies the page offset of returned results
119
120
  * @param per_page - If provided, specifies the number of returned results
120
121
  */
121
- export declare const getDeployQueue: any;
122
+ export declare const getDeployQueue: import("@distilled.cloud/core/client").OperationMethod<{
123
+ readonly database: string;
124
+ readonly organization: string;
125
+ readonly page?: number | undefined;
126
+ readonly per_page?: number | undefined;
127
+ }, {
128
+ readonly current_page: number;
129
+ readonly data: readonly {
130
+ readonly actor: {
131
+ readonly avatar_url: string;
132
+ readonly display_name: string;
133
+ readonly id: string;
134
+ };
135
+ readonly auto_cutover: boolean;
136
+ readonly auto_delete_branch: boolean;
137
+ readonly cancelled_actor: {
138
+ readonly avatar_url: string;
139
+ readonly display_name: string;
140
+ readonly id: string;
141
+ };
142
+ readonly created_at: string;
143
+ readonly cutover_actor: {
144
+ readonly avatar_url: string;
145
+ readonly display_name: string;
146
+ readonly id: string;
147
+ };
148
+ readonly cutover_at: string;
149
+ readonly cutover_expiring: boolean;
150
+ readonly deploy_check_errors: string;
151
+ readonly deploy_operation_summaries: readonly {
152
+ readonly can_drop_data: boolean;
153
+ readonly created_at: string;
154
+ readonly ddl_statement: string;
155
+ readonly deploy_errors: string;
156
+ readonly eta_seconds: number;
157
+ readonly id: string;
158
+ readonly keyspace_name: string;
159
+ readonly operation_name: string;
160
+ readonly operations: readonly {
161
+ readonly eta_seconds: number;
162
+ readonly id: string;
163
+ readonly progress_percentage: number;
164
+ readonly shard: string;
165
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
166
+ }[];
167
+ readonly progress_percentage: number;
168
+ readonly removed_foreign_key_names: readonly string[];
169
+ readonly shard_count: number;
170
+ readonly shard_names: readonly string[];
171
+ readonly sharded: boolean;
172
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending";
173
+ readonly syntax_highlighted_ddl: string;
174
+ readonly table_name: string;
175
+ readonly table_recently_used: boolean;
176
+ readonly table_recently_used_at: string;
177
+ readonly throttled_at: string;
178
+ }[];
179
+ readonly deploy_operations: readonly {
180
+ readonly can_drop_data: boolean;
181
+ readonly created_at: string;
182
+ readonly ddl_statement: string;
183
+ readonly deploy_error_docs_url: string;
184
+ readonly deploy_errors: string;
185
+ readonly eta_seconds: number;
186
+ readonly id: string;
187
+ readonly keyspace_name: string;
188
+ readonly operation_name: string;
189
+ readonly progress_percentage: number;
190
+ readonly removed_foreign_key_names: readonly string[];
191
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
192
+ readonly syntax_highlighted_ddl: string;
193
+ readonly table_locked: boolean;
194
+ readonly table_name: string;
195
+ readonly table_recently_used: boolean;
196
+ readonly table_recently_used_at: string;
197
+ readonly throttled_at: string;
198
+ readonly updated_at: string;
199
+ }[];
200
+ readonly deploy_request_number: number;
201
+ readonly deployable: boolean;
202
+ readonly deployment_revert_request: {
203
+ readonly [x: string]: unknown;
204
+ };
205
+ readonly finished_at: string;
206
+ readonly id: string;
207
+ readonly instant_ddl: boolean;
208
+ readonly instant_ddl_eligible: boolean;
209
+ readonly into_branch: string;
210
+ readonly lint_errors: readonly {
211
+ readonly [x: string]: unknown;
212
+ }[];
213
+ readonly locked_table_name: string;
214
+ readonly lookup_vindex_operations: readonly {
215
+ readonly [x: string]: unknown;
216
+ }[];
217
+ readonly preceding_deployments: readonly {
218
+ readonly [x: string]: unknown;
219
+ }[];
220
+ readonly queued_at: string;
221
+ readonly ready_to_cutover_at: string;
222
+ readonly schema_last_updated_at: string;
223
+ readonly sequential_diff_dependencies: readonly {
224
+ readonly [x: string]: unknown;
225
+ }[];
226
+ readonly started_at: string;
227
+ readonly state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
228
+ readonly submitted_at: string;
229
+ readonly table_locked: boolean;
230
+ readonly throttler_configurations: readonly {
231
+ readonly [x: string]: unknown;
232
+ }[];
233
+ readonly updated_at: string;
234
+ }[];
235
+ readonly next_page: number | null;
236
+ readonly next_page_url: string | null;
237
+ readonly prev_page: number | null;
238
+ readonly prev_page_url: string | null;
239
+ }, Forbidden | NotFound, any>;
122
240
  //# sourceMappingURL=getDeployQueue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDeployQueue.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployQueue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6J/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,KAIxB,CAAC"}
1
+ {"version":3,"file":"getDeployQueue.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployQueue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6J/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 GetDeployRequestInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -144,5 +145,151 @@ export type GetDeployRequestOutput = typeof GetDeployRequestOutput.Type;
144
145
  * @param database - The name of the deploy request's database
145
146
  * @param number - The number of the deploy request
146
147
  */
147
- export declare const getDeployRequest: any;
148
+ export declare const getDeployRequest: import("@distilled.cloud/core/client").OperationMethod<{
149
+ readonly database: string;
150
+ readonly number: number;
151
+ readonly organization: string;
152
+ }, {
153
+ readonly actor: {
154
+ readonly avatar_url: string;
155
+ readonly display_name: string;
156
+ readonly id: string;
157
+ };
158
+ readonly approved: boolean;
159
+ readonly branch: string;
160
+ readonly branch_deleted: boolean;
161
+ readonly branch_deleted_at: string;
162
+ readonly branch_deleted_by: {
163
+ readonly avatar_url: string;
164
+ readonly display_name: string;
165
+ readonly id: string;
166
+ };
167
+ readonly branch_id: string;
168
+ readonly closed_at: string;
169
+ readonly closed_by: {
170
+ readonly avatar_url: string;
171
+ readonly display_name: string;
172
+ readonly id: string;
173
+ };
174
+ readonly created_at: string;
175
+ readonly deployed_at: string;
176
+ readonly deployment: {
177
+ readonly actor: {
178
+ readonly avatar_url: string;
179
+ readonly display_name: string;
180
+ readonly id: string;
181
+ };
182
+ readonly auto_cutover: boolean;
183
+ readonly auto_delete_branch: boolean;
184
+ readonly cancelled_actor: {
185
+ readonly avatar_url: string;
186
+ readonly display_name: string;
187
+ readonly id: string;
188
+ };
189
+ readonly created_at: string;
190
+ readonly cutover_actor: {
191
+ readonly avatar_url: string;
192
+ readonly display_name: string;
193
+ readonly id: string;
194
+ };
195
+ readonly cutover_at: string;
196
+ readonly cutover_expiring: boolean;
197
+ readonly deploy_check_errors: string;
198
+ readonly deploy_operation_summaries: readonly {
199
+ readonly can_drop_data: boolean;
200
+ readonly created_at: string;
201
+ readonly ddl_statement: string;
202
+ readonly deploy_errors: string;
203
+ readonly eta_seconds: number;
204
+ readonly id: string;
205
+ readonly keyspace_name: string;
206
+ readonly operation_name: string;
207
+ readonly operations: readonly {
208
+ readonly eta_seconds: number;
209
+ readonly id: string;
210
+ readonly progress_percentage: number;
211
+ readonly shard: string;
212
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
213
+ }[];
214
+ readonly progress_percentage: number;
215
+ readonly removed_foreign_key_names: readonly string[];
216
+ readonly shard_count: number;
217
+ readonly shard_names: readonly string[];
218
+ readonly sharded: boolean;
219
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending";
220
+ readonly syntax_highlighted_ddl: string;
221
+ readonly table_name: string;
222
+ readonly table_recently_used: boolean;
223
+ readonly table_recently_used_at: string;
224
+ readonly throttled_at: string;
225
+ }[];
226
+ readonly deploy_operations: readonly {
227
+ readonly can_drop_data: boolean;
228
+ readonly created_at: string;
229
+ readonly ddl_statement: string;
230
+ readonly deploy_error_docs_url: string;
231
+ readonly deploy_errors: string;
232
+ readonly eta_seconds: number;
233
+ readonly id: string;
234
+ readonly keyspace_name: string;
235
+ readonly operation_name: string;
236
+ readonly progress_percentage: number;
237
+ readonly removed_foreign_key_names: readonly string[];
238
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
239
+ readonly syntax_highlighted_ddl: string;
240
+ readonly table_locked: boolean;
241
+ readonly table_name: string;
242
+ readonly table_recently_used: boolean;
243
+ readonly table_recently_used_at: string;
244
+ readonly throttled_at: string;
245
+ readonly updated_at: string;
246
+ }[];
247
+ readonly deploy_request_number: number;
248
+ readonly deployable: boolean;
249
+ readonly deployment_revert_request: {
250
+ readonly [x: string]: unknown;
251
+ };
252
+ readonly finished_at: string;
253
+ readonly id: string;
254
+ readonly instant_ddl: boolean;
255
+ readonly instant_ddl_eligible: boolean;
256
+ readonly into_branch: string;
257
+ readonly lint_errors: readonly {
258
+ readonly [x: string]: unknown;
259
+ }[];
260
+ readonly locked_table_name: string;
261
+ readonly lookup_vindex_operations: readonly {
262
+ readonly [x: string]: unknown;
263
+ }[];
264
+ readonly preceding_deployments: readonly {
265
+ readonly [x: string]: unknown;
266
+ }[];
267
+ readonly queued_at: string;
268
+ readonly ready_to_cutover_at: string;
269
+ readonly schema_last_updated_at: string;
270
+ readonly sequential_diff_dependencies: readonly {
271
+ readonly [x: string]: unknown;
272
+ }[];
273
+ readonly started_at: string;
274
+ readonly state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
275
+ readonly submitted_at: string;
276
+ readonly table_locked: boolean;
277
+ readonly throttler_configurations: readonly {
278
+ readonly [x: string]: unknown;
279
+ }[];
280
+ readonly updated_at: string;
281
+ };
282
+ readonly deployment_state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
283
+ readonly html_body: string;
284
+ readonly html_url: string;
285
+ readonly id: string;
286
+ readonly into_branch: string;
287
+ readonly into_branch_shard_count: number;
288
+ readonly into_branch_sharded: boolean;
289
+ readonly notes: string;
290
+ readonly num_comments: number;
291
+ readonly number: number;
292
+ readonly state: "closed" | "open";
293
+ readonly updated_at: string;
294
+ }, Forbidden | NotFound, any>;
148
295
  //# sourceMappingURL=getDeployRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,qBAAqB;;;;EASjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgNlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,KAI1B,CAAC"}
1
+ {"version":3,"file":"getDeployRequest.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,qBAAqB;;;;EASjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgNlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;;;GAMG;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 GetDeployRequestThrottlerInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -27,5 +28,22 @@ export type GetDeployRequestThrottlerOutput = typeof GetDeployRequestThrottlerOu
27
28
  * @param database - The name of the deploy request's database
28
29
  * @param number - The number of the deploy request
29
30
  */
30
- export declare const getDeployRequestThrottler: any;
31
+ export declare const getDeployRequestThrottler: import("@distilled.cloud/core/client").OperationMethod<{
32
+ readonly database: string;
33
+ readonly number: number;
34
+ readonly organization: string;
35
+ }, {
36
+ readonly configurable: {
37
+ readonly created_at: string;
38
+ readonly deleted_at: string;
39
+ readonly id: string;
40
+ readonly name: string;
41
+ readonly updated_at: string;
42
+ };
43
+ readonly configurations: readonly {
44
+ readonly keyspace_name: string;
45
+ readonly ratio: number;
46
+ }[];
47
+ readonly keyspaces: readonly string[];
48
+ }, Forbidden | NotFound, any>;
31
49
  //# sourceMappingURL=getDeployRequestThrottler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDeployRequestThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployRequestThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;EAUxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;EAgBxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"getDeployRequestThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployRequestThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;EAUxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;EAgBxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;6BAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetDeploymentInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -109,5 +110,114 @@ export type GetDeploymentOutput = typeof GetDeploymentOutput.Type;
109
110
  * @param database - The name of the deploy request's database
110
111
  * @param number - The number of the deploy request
111
112
  */
112
- export declare const getDeployment: any;
113
+ export declare const getDeployment: import("@distilled.cloud/core/client").OperationMethod<{
114
+ readonly database: string;
115
+ readonly number: number;
116
+ readonly organization: string;
117
+ }, {
118
+ readonly actor: {
119
+ readonly avatar_url: string;
120
+ readonly display_name: string;
121
+ readonly id: string;
122
+ };
123
+ readonly auto_cutover: boolean;
124
+ readonly auto_delete_branch: boolean;
125
+ readonly cancelled_actor: {
126
+ readonly avatar_url: string;
127
+ readonly display_name: string;
128
+ readonly id: string;
129
+ };
130
+ readonly created_at: string;
131
+ readonly cutover_actor: {
132
+ readonly avatar_url: string;
133
+ readonly display_name: string;
134
+ readonly id: string;
135
+ };
136
+ readonly cutover_at: string;
137
+ readonly cutover_expiring: boolean;
138
+ readonly deploy_check_errors: string;
139
+ readonly deploy_operation_summaries: readonly {
140
+ readonly can_drop_data: boolean;
141
+ readonly created_at: string;
142
+ readonly ddl_statement: string;
143
+ readonly deploy_errors: string;
144
+ readonly eta_seconds: number;
145
+ readonly id: string;
146
+ readonly keyspace_name: string;
147
+ readonly operation_name: string;
148
+ readonly operations: readonly {
149
+ readonly eta_seconds: number;
150
+ readonly id: string;
151
+ readonly progress_percentage: number;
152
+ readonly shard: string;
153
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
154
+ }[];
155
+ readonly progress_percentage: number;
156
+ readonly removed_foreign_key_names: readonly string[];
157
+ readonly shard_count: number;
158
+ readonly shard_names: readonly string[];
159
+ readonly sharded: boolean;
160
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending";
161
+ readonly syntax_highlighted_ddl: string;
162
+ readonly table_name: string;
163
+ readonly table_recently_used: boolean;
164
+ readonly table_recently_used_at: string;
165
+ readonly throttled_at: string;
166
+ }[];
167
+ readonly deploy_operations: readonly {
168
+ readonly can_drop_data: boolean;
169
+ readonly created_at: string;
170
+ readonly ddl_statement: string;
171
+ readonly deploy_error_docs_url: string;
172
+ readonly deploy_errors: string;
173
+ readonly eta_seconds: number;
174
+ readonly id: string;
175
+ readonly keyspace_name: string;
176
+ readonly operation_name: string;
177
+ readonly progress_percentage: number;
178
+ readonly removed_foreign_key_names: readonly string[];
179
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
180
+ readonly syntax_highlighted_ddl: string;
181
+ readonly table_locked: boolean;
182
+ readonly table_name: string;
183
+ readonly table_recently_used: boolean;
184
+ readonly table_recently_used_at: string;
185
+ readonly throttled_at: string;
186
+ readonly updated_at: string;
187
+ }[];
188
+ readonly deploy_request_number: number;
189
+ readonly deployable: boolean;
190
+ readonly deployment_revert_request: {
191
+ readonly [x: string]: unknown;
192
+ };
193
+ readonly finished_at: string;
194
+ readonly id: string;
195
+ readonly instant_ddl: boolean;
196
+ readonly instant_ddl_eligible: boolean;
197
+ readonly into_branch: string;
198
+ readonly lint_errors: readonly {
199
+ readonly [x: string]: unknown;
200
+ }[];
201
+ readonly locked_table_name: string;
202
+ readonly lookup_vindex_operations: readonly {
203
+ readonly [x: string]: unknown;
204
+ }[];
205
+ readonly preceding_deployments: readonly {
206
+ readonly [x: string]: unknown;
207
+ }[];
208
+ readonly queued_at: string;
209
+ readonly ready_to_cutover_at: string;
210
+ readonly schema_last_updated_at: string;
211
+ readonly sequential_diff_dependencies: readonly {
212
+ readonly [x: string]: unknown;
213
+ }[];
214
+ readonly started_at: string;
215
+ readonly state: "cancelled" | "complete" | "complete_cancel" | "complete_error" | "complete_pending_revert" | "complete_revert" | "complete_revert_error" | "error" | "in_progress" | "in_progress_cancel" | "in_progress_cutover" | "in_progress_revert" | "in_progress_revert_vschema" | "in_progress_vschema" | "no_changes" | "pending" | "pending_cutover" | "queued" | "ready" | "submitting";
216
+ readonly submitted_at: string;
217
+ readonly table_locked: boolean;
218
+ readonly throttler_configurations: readonly {
219
+ readonly [x: string]: unknown;
220
+ }[];
221
+ readonly updated_at: string;
222
+ }, Forbidden | NotFound, any>;
113
223
  //# sourceMappingURL=getDeployment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDeployment.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoJ9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,KAIvB,CAAC"}
1
+ {"version":3,"file":"getDeployment.d.ts","sourceRoot":"","sources":["../../src/operations/getDeployment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoJ9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIvB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetInvoiceInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly id: Schema.String;
@@ -19,5 +20,15 @@ export type GetInvoiceOutput = typeof GetInvoiceOutput.Type;
19
20
  * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
20
21
  * @param id - Invoice public ID from `list_invoices`. Example: `aabb12123434`.
21
22
  */
22
- export declare const getInvoice: any;
23
+ export declare const getInvoice: import("@distilled.cloud/core/client").OperationMethod<{
24
+ readonly id: string;
25
+ readonly organization: string;
26
+ }, {
27
+ readonly billing_period_end: string;
28
+ readonly billing_period_start: string;
29
+ readonly id: string;
30
+ readonly overdue: boolean;
31
+ readonly paid: boolean;
32
+ readonly total: string;
33
+ }, Forbidden | NotFound, any>;
23
34
  //# sourceMappingURL=getInvoice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getInvoice.d.ts","sourceRoot":"","sources":["../../src/operations/getInvoice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,eAAe;;;EAQ3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;EAO3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;GAKG;AACH,eAAO,MAAM,UAAU,KAIpB,CAAC"}
1
+ {"version":3,"file":"getInvoice.d.ts","sourceRoot":"","sources":["../../src/operations/getInvoice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,eAAe;;;EAQ3B,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;EAO3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D;;;;;GAKG;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 GetInvoiceLineItemsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly id: Schema.String;
@@ -39,5 +40,31 @@ export type GetInvoiceLineItemsOutput = typeof GetInvoiceLineItemsOutput.Type;
39
40
  * @param page - If provided, specifies the page offset of returned results
40
41
  * @param per_page - If provided, specifies the number of returned results
41
42
  */
42
- export declare const getInvoiceLineItems: any;
43
+ export declare const getInvoiceLineItems: import("@distilled.cloud/core/client").OperationMethod<{
44
+ readonly id: string;
45
+ readonly organization: string;
46
+ readonly page?: number | undefined;
47
+ readonly per_page?: number | undefined;
48
+ }, {
49
+ readonly current_page: number;
50
+ readonly data: readonly {
51
+ readonly database_id: string;
52
+ readonly database_name: string;
53
+ readonly description: string;
54
+ readonly id: string;
55
+ readonly metric_name: string;
56
+ readonly resource: {
57
+ readonly created_at: string;
58
+ readonly deleted_at: string;
59
+ readonly id: string;
60
+ readonly name: string;
61
+ readonly updated_at: string;
62
+ };
63
+ readonly subtotal: number;
64
+ }[];
65
+ readonly next_page: number | null;
66
+ readonly next_page_url: string | null;
67
+ readonly prev_page: number | null;
68
+ readonly prev_page_url: string | null;
69
+ }, Forbidden | NotFound, any>;
43
70
  //# sourceMappingURL=getInvoiceLineItems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getInvoiceLineItems.d.ts","sourceRoot":"","sources":["../../src/operations/getInvoiceLineItems.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,wBAAwB;;;;;EAWlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;EAwBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,KAI7B,CAAC"}
1
+ {"version":3,"file":"getInvoiceLineItems.d.ts","sourceRoot":"","sources":["../../src/operations/getInvoiceLineItems.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;;;EAWlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;EAwBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI7B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetKeyspaceInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -46,5 +47,44 @@ export type GetKeyspaceOutput = typeof GetKeyspaceOutput.Type;
46
47
  * @param branch - The name of the branch
47
48
  * @param keyspace - The name of the keyspace
48
49
  */
49
- export declare const getKeyspace: any;
50
+ export declare const getKeyspace: import("@distilled.cloud/core/client").OperationMethod<{
51
+ readonly branch: string;
52
+ readonly database: string;
53
+ readonly keyspace: string;
54
+ readonly organization: string;
55
+ }, {
56
+ readonly cluster_display_name: string;
57
+ readonly cluster_name: string;
58
+ readonly config_change_in_progress: boolean;
59
+ readonly created_at: string;
60
+ readonly default: boolean;
61
+ readonly extra_replicas: number;
62
+ readonly id: string;
63
+ readonly imported: boolean;
64
+ readonly metal: boolean;
65
+ readonly mysqld_options: {
66
+ readonly [x: string]: unknown;
67
+ };
68
+ readonly name: string;
69
+ readonly node_ttl_strategy: "node_ttl_always" | "node_ttl_follow_maintenance" | "node_ttl_off";
70
+ readonly ready: boolean;
71
+ readonly replicas: number;
72
+ readonly replication_durability_constraints: {
73
+ readonly strategy?: "always" | "available" | "lag" | undefined;
74
+ };
75
+ readonly resize_pending: boolean;
76
+ readonly resizing: boolean;
77
+ readonly sharded: boolean;
78
+ readonly shards: number;
79
+ readonly updated_at: string;
80
+ readonly vector_pool_allocation: number | null;
81
+ readonly vreplication_flags: {
82
+ readonly allow_no_blob_binlog_row_image: boolean;
83
+ readonly optimize_inserts: boolean;
84
+ readonly vplayer_batching: boolean;
85
+ };
86
+ readonly vttablet_options: {
87
+ readonly [x: string]: unknown;
88
+ };
89
+ }, Forbidden | NotFound, any>;
50
90
  //# sourceMappingURL=getKeyspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,gBAAgB;;;;;EAU5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,KAIrB,CAAC"}
1
+ {"version":3,"file":"getKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,gBAAgB;;;;;EAU5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIrB,CAAC"}