@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 ListBackupsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -99,5 +100,85 @@ export type ListBackupsOutput = typeof ListBackupsOutput.Type;
99
100
  * @param page - If provided, specifies the page offset of returned results
100
101
  * @param per_page - If provided, specifies the number of returned results
101
102
  */
102
- export declare const listBackups: any;
103
+ export declare const listBackups: import("@distilled.cloud/core/client").OperationMethod<{
104
+ readonly all?: boolean | undefined;
105
+ readonly branch: string;
106
+ readonly database: string;
107
+ readonly from?: string | undefined;
108
+ readonly organization: string;
109
+ readonly page?: number | undefined;
110
+ readonly per_page?: number | undefined;
111
+ readonly policy?: string | undefined;
112
+ readonly production?: boolean | undefined;
113
+ readonly running_at?: string | undefined;
114
+ readonly state?: "canceled" | "failed" | "ignored" | "pending" | "running" | "success" | undefined;
115
+ readonly to?: string | undefined;
116
+ }, {
117
+ readonly current_page: number;
118
+ readonly data: readonly {
119
+ readonly actor: {
120
+ readonly avatar_url: string;
121
+ readonly display_name: string;
122
+ readonly id: string;
123
+ };
124
+ readonly backup_policy: {
125
+ readonly created_at: string;
126
+ readonly display_name: string;
127
+ readonly frequency_unit: string;
128
+ readonly frequency_value: number;
129
+ readonly id: string;
130
+ readonly last_ran_at: string | null;
131
+ readonly name: string;
132
+ readonly next_run_at: string | null;
133
+ readonly required: boolean;
134
+ readonly retention_unit: string;
135
+ readonly retention_value: number;
136
+ readonly schedule_day: number;
137
+ readonly schedule_time: string | null;
138
+ readonly schedule_week: number;
139
+ readonly target: "development" | "production";
140
+ readonly updated_at: string;
141
+ } | null;
142
+ readonly completed_at: string | null;
143
+ readonly created_at: string;
144
+ readonly database_branch: {
145
+ readonly created_at: string;
146
+ readonly deleted_at: string | null;
147
+ readonly id: string;
148
+ readonly name: string;
149
+ readonly updated_at: string;
150
+ };
151
+ readonly deleted_at: string | null;
152
+ readonly estimated_storage_cost: number;
153
+ readonly expires_at: string | null;
154
+ readonly id: string;
155
+ readonly name: string;
156
+ readonly protected: boolean;
157
+ readonly pvc_size: number;
158
+ readonly required: boolean;
159
+ readonly restored_branches: readonly {
160
+ readonly created_at: string;
161
+ readonly deleted_at: string | null;
162
+ readonly id: string;
163
+ readonly name: string;
164
+ readonly updated_at: string;
165
+ }[];
166
+ readonly schema_snapshot: {
167
+ readonly created_at: string;
168
+ readonly id: string;
169
+ readonly linted_at: string | null;
170
+ readonly name: string;
171
+ readonly updated_at: string;
172
+ readonly url: string;
173
+ };
174
+ readonly size: number;
175
+ readonly started_at: string | null;
176
+ readonly state: "canceled" | "failed" | "ignored" | "pending" | "running" | "success";
177
+ readonly updated_at: string;
178
+ }[];
179
+ readonly next_page: number | null;
180
+ readonly next_page_url: string | null;
181
+ readonly prev_page: number | null;
182
+ readonly prev_page_url: string | null;
183
+ }, Forbidden | NotFound, any>;
103
184
  //# sourceMappingURL=listBackups.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBackups.d.ts","sourceRoot":"","sources":["../../src/operations/listBackups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;EA2B5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgF5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW,KAIrB,CAAC"}
1
+ {"version":3,"file":"listBackups.d.ts","sourceRoot":"","sources":["../../src/operations/listBackups.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;EA2B5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgF5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIrB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListBouncerResizeRequestsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -64,5 +65,60 @@ export type ListBouncerResizeRequestsOutput = typeof ListBouncerResizeRequestsOu
64
65
  * @param page - If provided, specifies the page offset of returned results
65
66
  * @param per_page - If provided, specifies the number of returned results
66
67
  */
67
- export declare const listBouncerResizeRequests: any;
68
+ export declare const listBouncerResizeRequests: import("@distilled.cloud/core/client").OperationMethod<{
69
+ readonly bouncer: string;
70
+ readonly branch: string;
71
+ readonly database: string;
72
+ readonly organization: string;
73
+ readonly page?: number | undefined;
74
+ readonly per_page?: number | undefined;
75
+ }, {
76
+ readonly current_page: number;
77
+ readonly data: readonly {
78
+ readonly actor: {
79
+ readonly avatar_url: string;
80
+ readonly display_name: string;
81
+ readonly id: string;
82
+ };
83
+ readonly bouncer: {
84
+ readonly created_at: string;
85
+ readonly deleted_at: string;
86
+ readonly id: string;
87
+ readonly name: string;
88
+ readonly updated_at: string;
89
+ };
90
+ readonly completed_at: string;
91
+ readonly created_at: string;
92
+ readonly id: string;
93
+ readonly parameters: {
94
+ readonly [x: string]: unknown;
95
+ };
96
+ readonly previous_parameters: {
97
+ readonly [x: string]: unknown;
98
+ };
99
+ readonly previous_replicas_per_cell: number;
100
+ readonly previous_sku: {
101
+ readonly cpu: string;
102
+ readonly display_name: string;
103
+ readonly name: string;
104
+ readonly ram: number;
105
+ readonly sort_order: number;
106
+ };
107
+ readonly replicas_per_cell: number;
108
+ readonly sku: {
109
+ readonly cpu: string;
110
+ readonly display_name: string;
111
+ readonly name: string;
112
+ readonly ram: number;
113
+ readonly sort_order: number;
114
+ };
115
+ readonly started_at: string;
116
+ readonly state: "canceled" | "completed" | "pending" | "resizing";
117
+ readonly updated_at: string;
118
+ }[];
119
+ readonly next_page: number | null;
120
+ readonly next_page_url: string | null;
121
+ readonly prev_page: number | null;
122
+ readonly prev_page_url: string | null;
123
+ }, Forbidden | NotFound, any>;
68
124
  //# sourceMappingURL=listBouncerResizeRequests.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBouncerResizeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBouncerResizeRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;;;;EAaxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;;;GASG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"listBouncerResizeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBouncerResizeRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;;;;EAaxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoDxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;;;GASG;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 ListBouncersInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -78,5 +79,71 @@ export type ListBouncersOutput = typeof ListBouncersOutput.Type;
78
79
  * @param page - If provided, specifies the page offset of returned results
79
80
  * @param per_page - If provided, specifies the number of returned results
80
81
  */
81
- export declare const listBouncers: any;
82
+ export declare const listBouncers: import("@distilled.cloud/core/client").OperationMethod<{
83
+ readonly branch: string;
84
+ readonly database: string;
85
+ readonly organization: string;
86
+ readonly page?: number | undefined;
87
+ readonly per_page?: number | undefined;
88
+ }, {
89
+ readonly current_page: number;
90
+ readonly data: readonly {
91
+ readonly actor: {
92
+ readonly avatar_url: string;
93
+ readonly display_name: string;
94
+ readonly id: string;
95
+ };
96
+ readonly branch: {
97
+ readonly created_at: string;
98
+ readonly deleted_at: string;
99
+ readonly id: string;
100
+ readonly name: string;
101
+ readonly updated_at: string;
102
+ };
103
+ readonly created_at: string;
104
+ readonly deleted_at: string;
105
+ readonly id: string;
106
+ readonly name: string;
107
+ readonly parameters: readonly {
108
+ readonly actor: {
109
+ readonly avatar_url: string;
110
+ readonly display_name: string;
111
+ readonly id: string;
112
+ };
113
+ readonly category: string;
114
+ readonly created_at: string;
115
+ readonly default_value: string;
116
+ readonly description: string;
117
+ readonly display_name: string;
118
+ readonly id: string;
119
+ readonly immutable: boolean;
120
+ readonly max: number;
121
+ readonly min: number;
122
+ readonly name: string;
123
+ readonly namespace: "pgbouncer";
124
+ readonly options: readonly string[];
125
+ readonly parameter_type: "array" | "integer" | "seconds" | "select" | "string";
126
+ readonly required: boolean;
127
+ readonly restart: boolean;
128
+ readonly step: number;
129
+ readonly updated_at: string;
130
+ readonly url: string;
131
+ readonly value: string;
132
+ }[];
133
+ readonly replicas_per_cell: number;
134
+ readonly sku: {
135
+ readonly cpu: string;
136
+ readonly display_name: string;
137
+ readonly name: string;
138
+ readonly ram: number;
139
+ readonly sort_order: number;
140
+ };
141
+ readonly target: "primary" | "replica" | "replica_az_affinity";
142
+ readonly updated_at: string;
143
+ }[];
144
+ readonly next_page: number | null;
145
+ readonly next_page_url: string | null;
146
+ readonly prev_page: number | null;
147
+ readonly prev_page_url: string | null;
148
+ }, Forbidden | NotFound, any>;
82
149
  //# sourceMappingURL=listBouncers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBouncers.d.ts","sourceRoot":"","sources":["../../src/operations/listBouncers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iBAAiB;;;;;;EAW7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsE7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,KAItB,CAAC"}
1
+ {"version":3,"file":"listBouncers.d.ts","sourceRoot":"","sources":["../../src/operations/listBouncers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;;;EAW7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsE7B,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 ListBranchBouncerResizeRequestsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -62,5 +63,59 @@ export type ListBranchBouncerResizeRequestsOutput = typeof ListBranchBouncerResi
62
63
  * @param page - If provided, specifies the page offset of returned results
63
64
  * @param per_page - If provided, specifies the number of returned results
64
65
  */
65
- export declare const listBranchBouncerResizeRequests: any;
66
+ export declare const listBranchBouncerResizeRequests: import("@distilled.cloud/core/client").OperationMethod<{
67
+ readonly branch: string;
68
+ readonly database: string;
69
+ readonly organization: string;
70
+ readonly page?: number | undefined;
71
+ readonly per_page?: number | undefined;
72
+ }, {
73
+ readonly current_page: number;
74
+ readonly data: readonly {
75
+ readonly actor: {
76
+ readonly avatar_url: string;
77
+ readonly display_name: string;
78
+ readonly id: string;
79
+ };
80
+ readonly bouncer: {
81
+ readonly created_at: string;
82
+ readonly deleted_at: string;
83
+ readonly id: string;
84
+ readonly name: string;
85
+ readonly updated_at: string;
86
+ };
87
+ readonly completed_at: string;
88
+ readonly created_at: string;
89
+ readonly id: string;
90
+ readonly parameters: {
91
+ readonly [x: string]: unknown;
92
+ };
93
+ readonly previous_parameters: {
94
+ readonly [x: string]: unknown;
95
+ };
96
+ readonly previous_replicas_per_cell: number;
97
+ readonly previous_sku: {
98
+ readonly cpu: string;
99
+ readonly display_name: string;
100
+ readonly name: string;
101
+ readonly ram: number;
102
+ readonly sort_order: number;
103
+ };
104
+ readonly replicas_per_cell: number;
105
+ readonly sku: {
106
+ readonly cpu: string;
107
+ readonly display_name: string;
108
+ readonly name: string;
109
+ readonly ram: number;
110
+ readonly sort_order: number;
111
+ };
112
+ readonly started_at: string;
113
+ readonly state: "canceled" | "completed" | "pending" | "resizing";
114
+ readonly updated_at: string;
115
+ }[];
116
+ readonly next_page: number | null;
117
+ readonly next_page_url: string | null;
118
+ readonly prev_page: number | null;
119
+ readonly prev_page_url: string | null;
120
+ }, Forbidden | NotFound, any>;
66
121
  //# sourceMappingURL=listBranchBouncerResizeRequests.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBranchBouncerResizeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBranchBouncerResizeRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,oCAAoC;;;;;;EAY9C,CAAC;AACJ,MAAM,MAAM,oCAAoC,GAC9C,OAAO,oCAAoC,CAAC,IAAI,CAAC;AAGnD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD9C,CAAC;AACL,MAAM,MAAM,qCAAqC,GAC/C,OAAO,qCAAqC,CAAC,IAAI,CAAC;AAGpD;;;;;;;;GAQG;AACH,eAAO,MAAM,+BAA+B,KAKvC,CAAC"}
1
+ {"version":3,"file":"listBranchBouncerResizeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBranchBouncerResizeRequests.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,oCAAoC;;;;;;EAY9C,CAAC;AACJ,MAAM,MAAM,oCAAoC,GAC9C,OAAO,oCAAoC,CAAC,IAAI,CAAC;AAGnD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD9C,CAAC;AACL,MAAM,MAAM,qCAAqC,GAC/C,OAAO,qCAAqC,CAAC,IAAI,CAAC;AAGpD;;;;;;;;GAQG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAKvC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListBranchChangeRequestsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -62,5 +63,59 @@ export type ListBranchChangeRequestsOutput = typeof ListBranchChangeRequestsOutp
62
63
  * @param page - If provided, specifies the page offset of returned results
63
64
  * @param per_page - If provided, specifies the number of returned results
64
65
  */
65
- export declare const listBranchChangeRequests: any;
66
+ export declare const listBranchChangeRequests: import("@distilled.cloud/core/client").OperationMethod<{
67
+ readonly branch: string;
68
+ readonly database: string;
69
+ readonly organization: string;
70
+ readonly page?: number | undefined;
71
+ readonly per_page?: number | undefined;
72
+ }, {
73
+ readonly current_page: number;
74
+ readonly data: readonly {
75
+ readonly actor: {
76
+ readonly avatar_url: string;
77
+ readonly display_name: string;
78
+ readonly id: string;
79
+ };
80
+ readonly cluster_display_name: string;
81
+ readonly cluster_metal: boolean;
82
+ readonly cluster_name: string;
83
+ readonly completed_at: string;
84
+ readonly created_at: string;
85
+ readonly id: string;
86
+ readonly maximum_storage_bytes: number;
87
+ readonly minimum_storage_bytes: number;
88
+ readonly parameters: {
89
+ readonly [x: string]: unknown;
90
+ };
91
+ readonly previous_cluster_display_name: string;
92
+ readonly previous_cluster_metal: boolean;
93
+ readonly previous_cluster_name: string;
94
+ readonly previous_maximum_storage_bytes: number;
95
+ readonly previous_minimum_storage_bytes: number;
96
+ readonly previous_parameters: {
97
+ readonly [x: string]: unknown;
98
+ };
99
+ readonly previous_replicas: number;
100
+ readonly previous_storage_autoscaling: boolean;
101
+ readonly previous_storage_iops: number;
102
+ readonly previous_storage_shrinking: boolean;
103
+ readonly previous_storage_throughput_mibs: number;
104
+ readonly previous_storage_type: string;
105
+ readonly replicas: number;
106
+ readonly restart: readonly number[];
107
+ readonly started_at: string;
108
+ readonly state: "canceled" | "completed" | "pending" | "queued" | "resizing";
109
+ readonly storage_autoscaling: boolean;
110
+ readonly storage_iops: number;
111
+ readonly storage_shrinking: boolean;
112
+ readonly storage_throughput_mibs: number;
113
+ readonly storage_type: "gp3" | "io2" | "pd_ssd";
114
+ readonly updated_at: string;
115
+ }[];
116
+ readonly next_page: number | null;
117
+ readonly next_page_url: string | null;
118
+ readonly prev_page: number | null;
119
+ readonly prev_page_url: string | null;
120
+ }, Forbidden | NotFound, any>;
66
121
  //# sourceMappingURL=listBranchChangeRequests.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBranchChangeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBranchChangeRequests.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,KAMpC,CAAC"}
1
+ {"version":3,"file":"listBranchChangeRequests.d.ts","sourceRoot":"","sources":["../../src/operations/listBranchChangeRequests.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDvC,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 ListBranchesInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -85,5 +86,77 @@ export type ListBranchesOutput = typeof ListBranchesOutput.Type;
85
86
  * @param page - If provided, specifies the page offset of returned results
86
87
  * @param per_page - If provided, specifies the number of returned results
87
88
  */
88
- export declare const listBranches: any;
89
+ export declare const listBranches: import("@distilled.cloud/core/client").OperationMethod<{
90
+ readonly database: string;
91
+ readonly order?: "asc" | "desc" | undefined;
92
+ readonly organization: string;
93
+ readonly page?: number | undefined;
94
+ readonly per_page?: number | undefined;
95
+ readonly production?: boolean | undefined;
96
+ readonly q?: string | undefined;
97
+ readonly safe_migrations?: boolean | undefined;
98
+ }, {
99
+ readonly current_page: number;
100
+ readonly data: readonly {
101
+ readonly actor: {
102
+ readonly avatar_url: string;
103
+ readonly display_name: string;
104
+ readonly id: string;
105
+ };
106
+ readonly cluster_iops: number | null;
107
+ readonly cluster_name: string;
108
+ readonly created_at: string;
109
+ readonly deleted_at: string | null;
110
+ readonly direct_vtgate: boolean;
111
+ readonly has_read_only_replicas: boolean;
112
+ readonly has_replicas: boolean;
113
+ readonly html_url: string;
114
+ readonly id: string;
115
+ readonly kind: "mysql" | "postgresql";
116
+ readonly metal: boolean;
117
+ readonly mysql_address: string;
118
+ readonly mysql_edge_address: string;
119
+ readonly name: string;
120
+ readonly parent_branch: string | null;
121
+ readonly private_edge_connectivity: boolean;
122
+ readonly production: boolean;
123
+ readonly ready: boolean;
124
+ readonly region: {
125
+ readonly current_default: boolean;
126
+ readonly display_name: string;
127
+ readonly enabled: boolean;
128
+ readonly id: string;
129
+ readonly location: string;
130
+ readonly provider: string;
131
+ readonly public_ip_addresses: readonly string[];
132
+ readonly slug: string;
133
+ };
134
+ readonly restore_checklist_completed_at: string | null;
135
+ readonly restored_from_branch: {
136
+ readonly created_at: string;
137
+ readonly deleted_at: string;
138
+ readonly id: string;
139
+ readonly name: string;
140
+ readonly updated_at: string;
141
+ } | null;
142
+ readonly safe_migrations: boolean;
143
+ readonly schema_last_updated_at: string;
144
+ readonly schema_ready: boolean;
145
+ readonly shard_count: number;
146
+ readonly sharded: boolean;
147
+ readonly stale_schema: boolean;
148
+ readonly state: "awakening" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
149
+ readonly updated_at: string;
150
+ readonly url: string;
151
+ readonly vtgate_count: number;
152
+ readonly vtgate_options: {
153
+ readonly [x: string]: unknown;
154
+ };
155
+ readonly vtgate_size: 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>;
89
162
  //# sourceMappingURL=listBranches.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listBranches.d.ts","sourceRoot":"","sources":["../../src/operations/listBranches.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iBAAiB;;;;;;;;;EAc7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuE7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,KAItB,CAAC"}
1
+ {"version":3,"file":"listBranches.d.ts","sourceRoot":"","sources":["../../src/operations/listBranches.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;;;;;;EAc7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuE7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;;;;;GAWG;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 ListClusterSizeSkusInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly engine: Schema.optional<Schema.Literals<readonly ["mysql", "postgresql"]>>;
@@ -35,5 +36,27 @@ export type ListClusterSizeSkusOutput = typeof ListClusterSizeSkusOutput.Type;
35
36
  * @param rates - Whether to include pricing rates in the response. Defaults to false.
36
37
  * @param region - The region slug to get rates for. If not specified, uses the organization's default region.
37
38
  */
38
- export declare const listClusterSizeSkus: any;
39
+ export declare const listClusterSizeSkus: import("@distilled.cloud/core/client").OperationMethod<{
40
+ readonly engine?: "mysql" | "postgresql" | undefined;
41
+ readonly organization: string;
42
+ readonly rates?: boolean | undefined;
43
+ readonly region?: string | undefined;
44
+ }, readonly {
45
+ readonly architecture?: string | null | undefined;
46
+ readonly cpu: string;
47
+ readonly default_vtgate: string;
48
+ readonly default_vtgate_rate?: number | null | undefined;
49
+ readonly development: boolean;
50
+ readonly display_name: string;
51
+ readonly enabled: boolean;
52
+ readonly metal: boolean;
53
+ readonly name: string;
54
+ readonly production: boolean;
55
+ readonly provider?: string | null | undefined;
56
+ readonly ram: number;
57
+ readonly rate?: number | null | undefined;
58
+ readonly replica_rate?: number | null | undefined;
59
+ readonly sort_order: number;
60
+ readonly storage?: number | null | undefined;
61
+ }[], Forbidden | NotFound, any>;
39
62
  //# sourceMappingURL=listClusterSizeSkus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listClusterSizeSkus.d.ts","sourceRoot":"","sources":["../../src/operations/listClusterSizeSkus.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;;;;;;;;;;;;;;;;;GAoBnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB,KAI7B,CAAC"}
1
+ {"version":3,"file":"listClusterSizeSkus.d.ts","sourceRoot":"","sources":["../../src/operations/listClusterSizeSkus.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;;;;;;;;;;;;;;;;;GAoBnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;+BAI7B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const ListDatabasePostgresCidrsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -36,5 +37,30 @@ export type ListDatabasePostgresCidrsOutput = typeof ListDatabasePostgresCidrsOu
36
37
  * @param page - If provided, specifies the page offset of returned results
37
38
  * @param per_page - If provided, specifies the number of returned results
38
39
  */
39
- export declare const listDatabasePostgresCidrs: any;
40
+ export declare const listDatabasePostgresCidrs: import("@distilled.cloud/core/client").OperationMethod<{
41
+ readonly database: string;
42
+ readonly organization: string;
43
+ readonly page?: number | undefined;
44
+ readonly per_page?: number | undefined;
45
+ }, {
46
+ readonly current_page: number;
47
+ readonly data: readonly {
48
+ readonly actor: {
49
+ readonly avatar_url: string;
50
+ readonly display_name: string;
51
+ readonly id: string;
52
+ };
53
+ readonly cidrs: readonly string[];
54
+ readonly created_at: string;
55
+ readonly deleted_at: string;
56
+ readonly id: string;
57
+ readonly role: string;
58
+ readonly schema: string;
59
+ readonly updated_at: string;
60
+ }[];
61
+ readonly next_page: number | null;
62
+ readonly next_page_url: string | null;
63
+ readonly prev_page: number | null;
64
+ readonly prev_page_url: string | null;
65
+ }, Forbidden | NotFound | UnprocessableEntity, any>;
40
66
  //# sourceMappingURL=listDatabasePostgresCidrs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDatabasePostgresCidrs.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabasePostgresCidrs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;;EAWxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;EAuBxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"listDatabasePostgresCidrs.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabasePostgresCidrs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGrE,eAAO,MAAM,8BAA8B;;;;;EAWxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;EAuBxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;mDAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const ListDatabaseRegionsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -32,5 +33,26 @@ export type ListDatabaseRegionsOutput = typeof ListDatabaseRegionsOutput.Type;
32
33
  * @param page - If provided, specifies the page offset of returned results
33
34
  * @param per_page - If provided, specifies the number of returned results
34
35
  */
35
- export declare const listDatabaseRegions: any;
36
+ export declare const listDatabaseRegions: import("@distilled.cloud/core/client").OperationMethod<{
37
+ readonly database: 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 current_default: boolean;
45
+ readonly display_name: string;
46
+ readonly enabled: boolean;
47
+ readonly id: string;
48
+ readonly location: string;
49
+ readonly provider: string;
50
+ readonly public_ip_addresses: readonly string[];
51
+ readonly slug: string;
52
+ }[];
53
+ readonly next_page: number | null;
54
+ readonly next_page_url: string | null;
55
+ readonly prev_page: number | null;
56
+ readonly prev_page_url: string | null;
57
+ }, Forbidden | NotFound, any>;
36
58
  //# sourceMappingURL=listDatabaseRegions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listDatabaseRegions.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabaseRegions.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;;;;;;;;;;;;;;;;EAmBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,KAI7B,CAAC"}
1
+ {"version":3,"file":"listDatabaseRegions.d.ts","sourceRoot":"","sources":["../../src/operations/listDatabaseRegions.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;;;;;;;;;;;;;;;;EAmBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;6BAI7B,CAAC"}