@distilled.cloud/planetscale 0.10.2 → 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 ListDatabasesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly q: Schema.optional<Schema.String>;
@@ -84,5 +85,78 @@ export type ListDatabasesOutput = typeof ListDatabasesOutput.Type;
84
85
  * @param page - If provided, specifies the page offset of returned results
85
86
  * @param per_page - If provided, specifies the number of returned results
86
87
  */
87
- export declare const listDatabases: any;
88
+ export declare const listDatabases: import("@distilled.cloud/core/client").OperationMethod<{
89
+ readonly organization: string;
90
+ readonly page?: number | undefined;
91
+ readonly per_page?: number | undefined;
92
+ readonly q?: string | undefined;
93
+ }, {
94
+ readonly current_page: number;
95
+ readonly data: readonly {
96
+ readonly allow_data_branching?: boolean | undefined;
97
+ readonly at_backup_restore_branches_limit?: boolean | undefined;
98
+ readonly at_development_branch_usage_limit?: boolean | undefined;
99
+ readonly automatic_migrations?: boolean | null | undefined;
100
+ readonly branches_count?: number | undefined;
101
+ readonly branches_url: string;
102
+ readonly config_change_queued?: boolean | undefined;
103
+ readonly config_changing?: boolean | undefined;
104
+ readonly created_at: string;
105
+ readonly data_import?: {
106
+ readonly data_source: {
107
+ readonly database: string;
108
+ readonly hostname: string;
109
+ readonly port: number;
110
+ };
111
+ readonly finished_at: string;
112
+ readonly import_check_errors: string;
113
+ readonly started_at: string;
114
+ readonly state: string;
115
+ } | null | undefined;
116
+ readonly default_branch?: string | undefined;
117
+ readonly default_branch_read_only_regions_count?: number | undefined;
118
+ readonly default_branch_shard_count?: number | undefined;
119
+ readonly default_branch_table_count?: number | undefined;
120
+ readonly development_branches_count?: number | undefined;
121
+ readonly foreign_keys_enabled?: boolean | undefined;
122
+ readonly html_url: string;
123
+ readonly id: string;
124
+ readonly insights_enabled?: boolean | undefined;
125
+ readonly insights_raw_queries?: boolean | undefined;
126
+ readonly issues_count?: number | undefined;
127
+ readonly kind: "mysql" | "postgresql";
128
+ readonly migration_framework?: string | null | undefined;
129
+ readonly migration_table_name?: string | null | undefined;
130
+ readonly multiple_admins_required_for_deletion?: boolean | undefined;
131
+ readonly name: string;
132
+ readonly open_schema_recommendations_count?: number | undefined;
133
+ readonly plan?: string | undefined;
134
+ readonly production_branch_web_console?: boolean | undefined;
135
+ readonly production_branches_count?: number | undefined;
136
+ readonly ready: boolean;
137
+ readonly region: {
138
+ readonly current_default: boolean;
139
+ readonly display_name: string;
140
+ readonly enabled: boolean;
141
+ readonly id: string;
142
+ readonly location: string;
143
+ readonly provider: string;
144
+ readonly public_ip_addresses: readonly string[];
145
+ readonly slug: string;
146
+ };
147
+ readonly require_approval_for_deploy?: boolean | undefined;
148
+ readonly resize_queued?: boolean | undefined;
149
+ readonly resizing?: boolean | undefined;
150
+ readonly restrict_branch_region?: boolean | undefined;
151
+ readonly schema_last_updated_at?: string | undefined;
152
+ readonly sharded?: boolean | undefined;
153
+ readonly state: "awakening" | "import_ready" | "importing" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
154
+ readonly updated_at: string;
155
+ readonly url: string;
156
+ }[];
157
+ readonly next_page: number | null;
158
+ readonly next_page_url: string | null;
159
+ readonly prev_page: number | null;
160
+ readonly prev_page_url: string | null;
161
+ }, Forbidden | NotFound, any>;
88
162
  //# sourceMappingURL=listDatabases.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDatabases.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabases.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkF9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,KAIvB,CAAC"}
1
+ {"version":3,"file":"listDatabases.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabases.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkF9B,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 ListDeployOperationsInput: Schema.Struct<{
3
4
  readonly number: Schema.Number;
4
5
  readonly organization: Schema.String;
@@ -47,5 +48,38 @@ export type ListDeployOperationsOutput = typeof ListDeployOperationsOutput.Type;
47
48
  * @param page - If provided, specifies the page offset of returned results
48
49
  * @param per_page - If provided, specifies the number of returned results
49
50
  */
50
- export declare const listDeployOperations: any;
51
+ export declare const listDeployOperations: import("@distilled.cloud/core/client").OperationMethod<{
52
+ readonly database: string;
53
+ readonly number: number;
54
+ readonly organization: string;
55
+ readonly page?: number | undefined;
56
+ readonly per_page?: number | undefined;
57
+ }, {
58
+ readonly current_page: number;
59
+ readonly data: readonly {
60
+ readonly can_drop_data: boolean;
61
+ readonly created_at: string;
62
+ readonly ddl_statement: string;
63
+ readonly deploy_error_docs_url: string;
64
+ readonly deploy_errors: string;
65
+ readonly eta_seconds: number;
66
+ readonly id: string;
67
+ readonly keyspace_name: string;
68
+ readonly operation_name: string;
69
+ readonly progress_percentage: number;
70
+ readonly removed_foreign_key_names: readonly string[];
71
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
72
+ readonly syntax_highlighted_ddl: string;
73
+ readonly table_locked: boolean;
74
+ readonly table_name: string;
75
+ readonly table_recently_used: boolean;
76
+ readonly table_recently_used_at: string;
77
+ readonly throttled_at: string;
78
+ readonly updated_at: string;
79
+ }[];
80
+ readonly next_page: number | null;
81
+ readonly next_page_url: string | null;
82
+ readonly prev_page: number | null;
83
+ readonly prev_page_url: string | null;
84
+ }, Forbidden | NotFound, any>;
51
85
  //# sourceMappingURL=listDeployOperations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDeployOperations.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployOperations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,yBAAyB;;;;;;EAYnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqCnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB,KAMhC,CAAC"}
1
+ {"version":3,"file":"listDeployOperations.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployOperations.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,yBAAyB;;;;;;EAYnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqCnC,CAAC;AACL,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMhC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListDeployRequestReviewsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -37,5 +38,30 @@ export type ListDeployRequestReviewsOutput = typeof ListDeployRequestReviewsOutp
37
38
  * @param page - If provided, specifies the page offset of returned results
38
39
  * @param per_page - If provided, specifies the number of returned results
39
40
  */
40
- export declare const listDeployRequestReviews: any;
41
+ export declare const listDeployRequestReviews: import("@distilled.cloud/core/client").OperationMethod<{
42
+ readonly database: string;
43
+ readonly number: number;
44
+ readonly organization: string;
45
+ readonly page?: number | undefined;
46
+ readonly per_page?: number | undefined;
47
+ }, {
48
+ readonly current_page: number;
49
+ readonly data: readonly {
50
+ readonly actor: {
51
+ readonly avatar_url: string;
52
+ readonly display_name: string;
53
+ readonly id: string;
54
+ };
55
+ readonly body: string;
56
+ readonly created_at: string;
57
+ readonly html_body: string;
58
+ readonly id: string;
59
+ readonly state: "approved" | "commented";
60
+ readonly updated_at: string;
61
+ }[];
62
+ readonly next_page: number | null;
63
+ readonly next_page_url: string | null;
64
+ readonly prev_page: number | null;
65
+ readonly prev_page_url: string | null;
66
+ }, Forbidden | NotFound, any>;
41
67
  //# sourceMappingURL=listDeployRequestReviews.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDeployRequestReviews.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployRequestReviews.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,6BAA6B;;;;;;EAYvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;EAsBvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,KAMpC,CAAC"}
1
+ {"version":3,"file":"listDeployRequestReviews.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployRequestReviews.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,6BAA6B;;;;;;EAYvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;EAsBvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;6BAMpC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListDeployRequestsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -165,5 +166,164 @@ export type ListDeployRequestsOutput = typeof ListDeployRequestsOutput.Type;
165
166
  * @param page - If provided, specifies the page offset of returned results
166
167
  * @param per_page - If provided, specifies the number of returned results
167
168
  */
168
- export declare const listDeployRequests: any;
169
+ export declare const listDeployRequests: import("@distilled.cloud/core/client").OperationMethod<{
170
+ readonly branch?: string | undefined;
171
+ readonly database: string;
172
+ readonly deployed_at?: string | undefined;
173
+ readonly into_branch?: string | undefined;
174
+ readonly organization: string;
175
+ readonly page?: number | undefined;
176
+ readonly per_page?: number | undefined;
177
+ readonly running_at?: string | undefined;
178
+ readonly state?: string | undefined;
179
+ }, {
180
+ readonly current_page: number;
181
+ readonly data: readonly {
182
+ readonly actor: {
183
+ readonly avatar_url: string;
184
+ readonly display_name: string;
185
+ readonly id: string;
186
+ };
187
+ readonly approved: boolean;
188
+ readonly branch: string;
189
+ readonly branch_deleted: boolean;
190
+ readonly branch_deleted_at: string;
191
+ readonly branch_deleted_by: {
192
+ readonly avatar_url: string;
193
+ readonly display_name: string;
194
+ readonly id: string;
195
+ };
196
+ readonly branch_id: string;
197
+ readonly closed_at: string;
198
+ readonly closed_by: {
199
+ readonly avatar_url: string;
200
+ readonly display_name: string;
201
+ readonly id: string;
202
+ };
203
+ readonly created_at: string;
204
+ readonly deployed_at: string;
205
+ readonly deployment: {
206
+ readonly actor: {
207
+ readonly avatar_url: string;
208
+ readonly display_name: string;
209
+ readonly id: string;
210
+ };
211
+ readonly auto_cutover: boolean;
212
+ readonly auto_delete_branch: boolean;
213
+ readonly cancelled_actor: {
214
+ readonly avatar_url: string;
215
+ readonly display_name: string;
216
+ readonly id: string;
217
+ };
218
+ readonly created_at: string;
219
+ readonly cutover_actor: {
220
+ readonly avatar_url: string;
221
+ readonly display_name: string;
222
+ readonly id: string;
223
+ };
224
+ readonly cutover_at: string;
225
+ readonly cutover_expiring: boolean;
226
+ readonly deploy_check_errors: string;
227
+ readonly deploy_operation_summaries: readonly {
228
+ readonly can_drop_data: boolean;
229
+ readonly created_at: string;
230
+ readonly ddl_statement: 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 operations: readonly {
237
+ readonly eta_seconds: number;
238
+ readonly id: string;
239
+ readonly progress_percentage: number;
240
+ readonly shard: string;
241
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
242
+ }[];
243
+ readonly progress_percentage: number;
244
+ readonly removed_foreign_key_names: readonly string[];
245
+ readonly shard_count: number;
246
+ readonly shard_names: readonly string[];
247
+ readonly sharded: boolean;
248
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending";
249
+ readonly syntax_highlighted_ddl: string;
250
+ readonly table_name: string;
251
+ readonly table_recently_used: boolean;
252
+ readonly table_recently_used_at: string;
253
+ readonly throttled_at: string;
254
+ }[];
255
+ readonly deploy_operations: readonly {
256
+ readonly can_drop_data: boolean;
257
+ readonly created_at: string;
258
+ readonly ddl_statement: string;
259
+ readonly deploy_error_docs_url: string;
260
+ readonly deploy_errors: string;
261
+ readonly eta_seconds: number;
262
+ readonly id: string;
263
+ readonly keyspace_name: string;
264
+ readonly operation_name: string;
265
+ readonly progress_percentage: number;
266
+ readonly removed_foreign_key_names: readonly string[];
267
+ readonly state: "cancelled" | "complete" | "error" | "in_progress" | "pending" | "queued";
268
+ readonly syntax_highlighted_ddl: string;
269
+ readonly table_locked: boolean;
270
+ readonly table_name: string;
271
+ readonly table_recently_used: boolean;
272
+ readonly table_recently_used_at: string;
273
+ readonly throttled_at: string;
274
+ readonly updated_at: string;
275
+ }[];
276
+ readonly deploy_request_number: number;
277
+ readonly deployable: boolean;
278
+ readonly deployment_revert_request: {
279
+ readonly [x: string]: unknown;
280
+ };
281
+ readonly finished_at: string;
282
+ readonly id: string;
283
+ readonly instant_ddl: boolean;
284
+ readonly instant_ddl_eligible: boolean;
285
+ readonly into_branch: string;
286
+ readonly lint_errors: readonly {
287
+ readonly [x: string]: unknown;
288
+ }[];
289
+ readonly locked_table_name: string;
290
+ readonly lookup_vindex_operations: readonly {
291
+ readonly [x: string]: unknown;
292
+ }[];
293
+ readonly preceding_deployments: readonly {
294
+ readonly [x: string]: unknown;
295
+ }[];
296
+ readonly queued_at: string;
297
+ readonly ready_to_cutover_at: string;
298
+ readonly schema_last_updated_at: string;
299
+ readonly sequential_diff_dependencies: readonly {
300
+ readonly [x: string]: unknown;
301
+ }[];
302
+ readonly started_at: string;
303
+ 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";
304
+ readonly submitted_at: string;
305
+ readonly table_locked: boolean;
306
+ readonly throttler_configurations: readonly {
307
+ readonly [x: string]: unknown;
308
+ }[];
309
+ readonly updated_at: string;
310
+ };
311
+ 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";
312
+ readonly html_body: string;
313
+ readonly html_url: string;
314
+ readonly id: string;
315
+ readonly into_branch: string;
316
+ readonly into_branch_shard_count: number;
317
+ readonly into_branch_sharded: boolean;
318
+ readonly notes: string;
319
+ readonly num_comments: number;
320
+ readonly number: number;
321
+ readonly state: "closed" | "open";
322
+ readonly updated_at: string;
323
+ }[];
324
+ readonly next_page: number | null;
325
+ readonly next_page_url: string | null;
326
+ readonly prev_page: number | null;
327
+ readonly prev_page_url: string | null;
328
+ }, Forbidden | NotFound, any>;
169
329
  //# sourceMappingURL=listDeployRequests.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDeployRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,uBAAuB;;;;;;;;;;EAgBjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6NjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,kBAAkB,KAI5B,CAAC"}
1
+ {"version":3,"file":"listDeployRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listDeployRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;;;;;;EAgBjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6NjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAI5B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListExtensionsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -50,5 +51,45 @@ export type ListExtensionsOutput = typeof ListExtensionsOutput.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 listExtensions: any;
54
+ export declare const listExtensions: import("@distilled.cloud/core/client").OperationMethod<{
55
+ readonly branch: string;
56
+ readonly database: string;
57
+ readonly organization: string;
58
+ }, readonly {
59
+ readonly available: boolean;
60
+ readonly description: string;
61
+ readonly id: string;
62
+ readonly internal: boolean;
63
+ readonly name: string;
64
+ readonly parameters: readonly {
65
+ readonly actor: {
66
+ readonly avatar_url: string;
67
+ readonly display_name: string;
68
+ readonly id: string;
69
+ };
70
+ readonly category: string;
71
+ readonly created_at: string;
72
+ readonly default_value: string;
73
+ readonly description: string;
74
+ readonly display_name: string;
75
+ readonly extension: boolean;
76
+ readonly id: string;
77
+ readonly immutable: boolean;
78
+ readonly max: number;
79
+ readonly min: number;
80
+ readonly name: string;
81
+ readonly namespace: "patroni" | "pgbouncer" | "pgconf";
82
+ readonly options: readonly string[];
83
+ readonly parameter_type: "array" | "boolean" | "bytes" | "float" | "integer" | "seconds" | "select" | "string" | "time";
84
+ readonly required: boolean;
85
+ readonly restart: boolean;
86
+ readonly step: number;
87
+ readonly updated_at: string;
88
+ readonly url: string;
89
+ readonly value: string;
90
+ }[];
91
+ readonly shared_preload_allowed: boolean;
92
+ readonly unavailable_reason: string;
93
+ readonly url: string;
94
+ }[], Forbidden | NotFound, any>;
54
95
  //# sourceMappingURL=listExtensions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listExtensions.d.ts","sourceRoot":"","sources":["../../src/operations/listExtensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,KAIxB,CAAC"}
1
+ {"version":3,"file":"listExtensions.d.ts","sourceRoot":"","sources":["../../src/operations/listExtensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;EAS/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDhC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAIxB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListGeneratedQueryPatternsReportsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -38,5 +39,30 @@ export type ListGeneratedQueryPatternsReportsOutput = typeof ListGeneratedQueryP
38
39
  * @param ending_before - If provided, returns results before the specified cursor
39
40
  * @param limit - If provided, specifies the number of returned results (max 100)
40
41
  */
41
- export declare const listGeneratedQueryPatternsReports: any;
42
+ export declare const listGeneratedQueryPatternsReports: import("@distilled.cloud/core/client").OperationMethod<{
43
+ readonly branch: string;
44
+ readonly database: string;
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;
51
+ readonly cursor_start: string;
52
+ readonly data: readonly {
53
+ readonly actor: {
54
+ readonly avatar_url: string;
55
+ readonly display_name: string;
56
+ readonly id: string;
57
+ };
58
+ readonly created_at: string;
59
+ readonly download_url: string;
60
+ readonly finished_at: string;
61
+ readonly id: string;
62
+ readonly state: "completed" | "failed" | "pending";
63
+ readonly url: string;
64
+ }[];
65
+ readonly has_next: boolean;
66
+ readonly has_prev: boolean;
67
+ }, Forbidden | NotFound, any>;
42
68
  //# sourceMappingURL=listGeneratedQueryPatternsReports.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listGeneratedQueryPatternsReports.d.ts","sourceRoot":"","sources":["../../src/operations/listGeneratedQueryPatternsReports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,sCAAsC;;;;;;;EAahD,CAAC;AACJ,MAAM,MAAM,sCAAsC,GAChD,OAAO,sCAAsC,CAAC,IAAI,CAAC;AAGrD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;EAqBhD,CAAC;AACL,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD;;;;;;;;;GASG;AACH,eAAO,MAAM,iCAAiC,KAKzC,CAAC"}
1
+ {"version":3,"file":"listGeneratedQueryPatternsReports.d.ts","sourceRoot":"","sources":["../../src/operations/listGeneratedQueryPatternsReports.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,sCAAsC;;;;;;;EAahD,CAAC;AACJ,MAAM,MAAM,sCAAsC,GAChD,OAAO,sCAAsC,CAAC,IAAI,CAAC;AAGrD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;EAqBhD,CAAC;AACL,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD;;;;;;;;;GASG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;6BAKzC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListInvoicesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly page: Schema.optional<Schema.Number>;
@@ -30,5 +31,23 @@ export type ListInvoicesOutput = typeof ListInvoicesOutput.Type;
30
31
  * @param page - If provided, specifies the page offset of returned results
31
32
  * @param per_page - If provided, specifies the number of returned results
32
33
  */
33
- export declare const listInvoices: any;
34
+ export declare const listInvoices: import("@distilled.cloud/core/client").OperationMethod<{
35
+ readonly organization: string;
36
+ readonly page?: number | undefined;
37
+ readonly per_page?: number | undefined;
38
+ }, {
39
+ readonly current_page: number;
40
+ readonly data: readonly {
41
+ readonly billing_period_end: string;
42
+ readonly billing_period_start: string;
43
+ readonly id: string;
44
+ readonly overdue: boolean;
45
+ readonly paid: boolean;
46
+ readonly total: string;
47
+ }[];
48
+ readonly next_page: number | null;
49
+ readonly next_page_url: string | null;
50
+ readonly prev_page: number | null;
51
+ readonly prev_page_url: string | null;
52
+ }, Forbidden | NotFound, any>;
34
53
  //# sourceMappingURL=listInvoices.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listInvoices.d.ts","sourceRoot":"","sources":["../../src/operations/listInvoices.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iBAAiB;;;;EAM7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;EAgB7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,KAItB,CAAC"}
1
+ {"version":3,"file":"listInvoices.d.ts","sourceRoot":"","sources":["../../src/operations/listInvoices.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;EAM7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;EAgB7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;6BAItB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListKeyspacesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -55,5 +56,52 @@ export type ListKeyspacesOutput = typeof ListKeyspacesOutput.Type;
55
56
  * @param page - If provided, specifies the page offset of returned results
56
57
  * @param per_page - If provided, specifies the number of returned results
57
58
  */
58
- export declare const listKeyspaces: any;
59
+ export declare const listKeyspaces: import("@distilled.cloud/core/client").OperationMethod<{
60
+ readonly branch: string;
61
+ readonly database: string;
62
+ readonly organization: string;
63
+ readonly page?: number | undefined;
64
+ readonly per_page?: number | undefined;
65
+ }, {
66
+ readonly current_page: number;
67
+ readonly data: readonly {
68
+ readonly cluster_display_name: string;
69
+ readonly cluster_name: string;
70
+ readonly config_change_in_progress: boolean;
71
+ readonly created_at: string;
72
+ readonly default: boolean;
73
+ readonly extra_replicas: number;
74
+ readonly id: string;
75
+ readonly imported: boolean;
76
+ readonly metal: boolean;
77
+ readonly mysqld_options: {
78
+ readonly [x: string]: unknown;
79
+ };
80
+ readonly name: string;
81
+ readonly node_ttl_strategy: "node_ttl_always" | "node_ttl_follow_maintenance" | "node_ttl_off";
82
+ readonly ready: boolean;
83
+ readonly replicas: number;
84
+ readonly replication_durability_constraints: {
85
+ readonly strategy?: "always" | "available" | "lag" | undefined;
86
+ };
87
+ readonly resize_pending: boolean;
88
+ readonly resizing: boolean;
89
+ readonly sharded: boolean;
90
+ readonly shards: number;
91
+ readonly updated_at: string;
92
+ readonly vector_pool_allocation: number | null;
93
+ readonly vreplication_flags: {
94
+ readonly allow_no_blob_binlog_row_image: boolean;
95
+ readonly optimize_inserts: boolean;
96
+ readonly vplayer_batching: boolean;
97
+ };
98
+ readonly vttablet_options: {
99
+ readonly [x: string]: unknown;
100
+ };
101
+ }[];
102
+ readonly next_page: number | null;
103
+ readonly next_page_url: string | null;
104
+ readonly prev_page: number | null;
105
+ readonly prev_page_url: string | null;
106
+ }, Forbidden | NotFound, any>;
59
107
  //# sourceMappingURL=listKeyspaces.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listKeyspaces.d.ts","sourceRoot":"","sources":["../../src/operations/listKeyspaces.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,kBAAkB;;;;;;EAW9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6C9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,KAIvB,CAAC"}
1
+ {"version":3,"file":"listKeyspaces.d.ts","sourceRoot":"","sources":["../../src/operations/listKeyspaces.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,kBAAkB;;;;;;EAW9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6C9B,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 ListMaintenanceSchedulesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -42,5 +43,36 @@ export type ListMaintenanceSchedulesOutput = typeof ListMaintenanceSchedulesOutp
42
43
  * @param page - If provided, specifies the page offset of returned results
43
44
  * @param per_page - If provided, specifies the number of returned results
44
45
  */
45
- export declare const listMaintenanceSchedules: any;
46
+ export declare const listMaintenanceSchedules: import("@distilled.cloud/core/client").OperationMethod<{
47
+ readonly database: string;
48
+ readonly organization: string;
49
+ readonly page?: number | undefined;
50
+ readonly per_page?: number | undefined;
51
+ }, {
52
+ readonly current_page: number;
53
+ readonly data: readonly {
54
+ readonly created_at: string;
55
+ readonly day: number;
56
+ readonly deadline_at: string;
57
+ readonly duration: number;
58
+ readonly enabled: boolean;
59
+ readonly expires_at: string;
60
+ readonly frequency_unit: "day" | "month" | "once" | "week";
61
+ readonly frequency_value: number;
62
+ readonly hour: number;
63
+ readonly id: string;
64
+ readonly last_window_datetime: string;
65
+ readonly name: string;
66
+ readonly next_window_datetime: string;
67
+ readonly pending_vitess_version: string;
68
+ readonly pending_vitess_version_update: boolean;
69
+ readonly required: boolean;
70
+ readonly updated_at: string;
71
+ readonly week: number;
72
+ }[];
73
+ readonly next_page: number;
74
+ readonly next_page_url: string;
75
+ readonly prev_page: number;
76
+ readonly prev_page_url: string;
77
+ }, Forbidden | NotFound, any>;
46
78
  //# sourceMappingURL=listMaintenanceSchedules.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listMaintenanceSchedules.d.ts","sourceRoot":"","sources":["../../src/operations/listMaintenanceSchedules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,6BAA6B;;;;;EAWvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB,KAMpC,CAAC"}
1
+ {"version":3,"file":"listMaintenanceSchedules.d.ts","sourceRoot":"","sources":["../../src/operations/listMaintenanceSchedules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,6BAA6B;;;;;EAWvC,CAAC;AACJ,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMpC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListMaintenanceWindowsInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  readonly organization: Schema.String;
@@ -31,5 +32,24 @@ export type ListMaintenanceWindowsOutput = typeof ListMaintenanceWindowsOutput.T
31
32
  * @param page - If provided, specifies the page offset of returned results
32
33
  * @param per_page - If provided, specifies the number of returned results
33
34
  */
34
- export declare const listMaintenanceWindows: any;
35
+ export declare const listMaintenanceWindows: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly database: string;
37
+ readonly id: string;
38
+ readonly organization: string;
39
+ readonly page?: number | undefined;
40
+ readonly per_page?: number | undefined;
41
+ }, {
42
+ readonly current_page: number;
43
+ readonly data: readonly {
44
+ readonly created_at: string;
45
+ readonly finished_at: string;
46
+ readonly id: string;
47
+ readonly started_at: string;
48
+ readonly updated_at: string;
49
+ }[];
50
+ readonly next_page: number;
51
+ readonly next_page_url: string;
52
+ readonly prev_page: number;
53
+ readonly prev_page_url: string;
54
+ }, Forbidden | NotFound, any>;
35
55
  //# sourceMappingURL=listMaintenanceWindows.d.ts.map