@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 GetKeyspaceRolloutStatusInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -25,5 +26,19 @@ export type GetKeyspaceRolloutStatusOutput = typeof GetKeyspaceRolloutStatusOutp
25
26
  * @param branch - The name of the branch
26
27
  * @param keyspace - The name of the keyspace
27
28
  */
28
- export declare const getKeyspaceRolloutStatus: any;
29
+ export declare const getKeyspaceRolloutStatus: import("@distilled.cloud/core/client").OperationMethod<{
30
+ readonly branch: string;
31
+ readonly database: string;
32
+ readonly keyspace: string;
33
+ readonly organization: string;
34
+ }, {
35
+ readonly name: string;
36
+ readonly shards: readonly {
37
+ readonly last_rollout_finished_at: string;
38
+ readonly last_rollout_started_at: string;
39
+ readonly name: string;
40
+ readonly state: string;
41
+ }[];
42
+ readonly state: string;
43
+ }, Forbidden | NotFound, any>;
29
44
  //# sourceMappingURL=getKeyspaceRolloutStatus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getKeyspaceRolloutStatus.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspaceRolloutStatus.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;;;;;;;;;EAYvC,CAAC;AACL,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB,KAMpC,CAAC"}
1
+ {"version":3,"file":"getKeyspaceRolloutStatus.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspaceRolloutStatus.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;;;;;;;;;EAYvC,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 GetKeyspaceVschemaInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -18,5 +19,12 @@ export type GetKeyspaceVschemaOutput = typeof GetKeyspaceVschemaOutput.Type;
18
19
  * @param branch - The name of the branch
19
20
  * @param keyspace - The name of the keyspace
20
21
  */
21
- export declare const getKeyspaceVschema: any;
22
+ export declare const getKeyspaceVschema: import("@distilled.cloud/core/client").OperationMethod<{
23
+ readonly branch: string;
24
+ readonly database: string;
25
+ readonly keyspace: string;
26
+ readonly organization: string;
27
+ }, {
28
+ readonly raw: string;
29
+ }, Forbidden | NotFound, any>;
22
30
  //# sourceMappingURL=getKeyspaceVschema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getKeyspaceVschema.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspaceVschema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,uBAAuB;;;;;EAWjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;EAGjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,KAI5B,CAAC"}
1
+ {"version":3,"file":"getKeyspaceVschema.d.ts","sourceRoot":"","sources":["../../src/operations/getKeyspaceVschema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;EAWjC,CAAC;AACJ,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;EAGjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;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 GetMaintenanceScheduleInput: Schema.Struct<{
3
4
  readonly id: Schema.String;
4
5
  readonly organization: Schema.String;
@@ -33,5 +34,28 @@ export type GetMaintenanceScheduleOutput = typeof GetMaintenanceScheduleOutput.T
33
34
  * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
34
35
  * @param database - Database name slug from `list_databases`. Example: `app-db`.
35
36
  */
36
- export declare const getMaintenanceSchedule: any;
37
+ export declare const getMaintenanceSchedule: import("@distilled.cloud/core/client").OperationMethod<{
38
+ readonly database: string;
39
+ readonly id: string;
40
+ readonly organization: string;
41
+ }, {
42
+ readonly created_at: string;
43
+ readonly day: number;
44
+ readonly deadline_at: string;
45
+ readonly duration: number;
46
+ readonly enabled: boolean;
47
+ readonly expires_at: string;
48
+ readonly frequency_unit: "day" | "month" | "once" | "week";
49
+ readonly frequency_value: number;
50
+ readonly hour: number;
51
+ readonly id: string;
52
+ readonly last_window_datetime: string;
53
+ readonly name: string;
54
+ readonly next_window_datetime: string;
55
+ readonly pending_vitess_version: string;
56
+ readonly pending_vitess_version_update: boolean;
57
+ readonly required: boolean;
58
+ readonly updated_at: string;
59
+ readonly week: number;
60
+ }, Forbidden | NotFound, any>;
37
61
  //# sourceMappingURL=getMaintenanceSchedule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getMaintenanceSchedule.d.ts","sourceRoot":"","sources":["../../src/operations/getMaintenanceSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,2BAA2B;;;;EAUrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;EAoBrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB,KAMlC,CAAC"}
1
+ {"version":3,"file":"getMaintenanceSchedule.d.ts","sourceRoot":"","sources":["../../src/operations/getMaintenanceSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,2BAA2B;;;;EAUrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;EAoBrC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;6BAMlC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetOauthApplicationInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly application_id: Schema.String;
@@ -27,5 +28,27 @@ export type GetOauthApplicationOutput = typeof GetOauthApplicationOutput.Type;
27
28
  * @param organization - The name of the organization the OAuth application belongs to
28
29
  * @param application_id - The ID of the OAuth application
29
30
  */
30
- export declare const getOauthApplication: any;
31
+ export declare const getOauthApplication: import("@distilled.cloud/core/client").OperationMethod<{
32
+ readonly application_id: string;
33
+ readonly organization: string;
34
+ }, {
35
+ readonly all_scopes_by_resource: {
36
+ readonly [x: string]: unknown;
37
+ };
38
+ readonly avatar: string;
39
+ readonly client_id: string;
40
+ readonly created_at: string;
41
+ readonly dcr: boolean;
42
+ readonly domain: string;
43
+ readonly id: string;
44
+ readonly name: string;
45
+ readonly redirect_uri: string;
46
+ readonly scopes: readonly string[];
47
+ readonly scopes_by_resource: {
48
+ readonly [x: string]: unknown;
49
+ };
50
+ readonly single_org_authorization: boolean;
51
+ readonly tokens: number;
52
+ readonly updated_at: string;
53
+ }, Forbidden | NotFound, any>;
31
54
  //# sourceMappingURL=getOauthApplication.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOauthApplication.d.ts","sourceRoot":"","sources":["../../src/operations/getOauthApplication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,wBAAwB;;;EASlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;EAgBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,KAI7B,CAAC"}
1
+ {"version":3,"file":"getOauthApplication.d.ts","sourceRoot":"","sources":["../../src/operations/getOauthApplication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,wBAAwB;;;EASlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;EAgBlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;6BAI7B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetOauthTokenInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly application_id: Schema.String;
@@ -91,5 +92,86 @@ export type GetOauthTokenOutput = typeof GetOauthTokenOutput.Type;
91
92
  * @param application_id - The ID of the OAuth application
92
93
  * @param token_id - The ID of the OAuth application token
93
94
  */
94
- export declare const getOauthToken: any;
95
+ export declare const getOauthToken: import("@distilled.cloud/core/client").OperationMethod<{
96
+ readonly application_id: string;
97
+ readonly organization: string;
98
+ readonly token_id: string;
99
+ }, {
100
+ readonly actor_display_name: string;
101
+ readonly actor_id: string;
102
+ readonly actor_type: string;
103
+ readonly avatar_url: string;
104
+ readonly created_at: string;
105
+ readonly display_name: string;
106
+ readonly expires_at?: string | null | undefined;
107
+ readonly id: string;
108
+ readonly last_used_at?: string | null | undefined;
109
+ readonly name?: string | null | undefined;
110
+ readonly oauth_accesses_by_resource?: {
111
+ readonly branch: {
112
+ readonly accesses: readonly {
113
+ readonly description: string;
114
+ readonly name: string;
115
+ }[];
116
+ readonly branches: readonly {
117
+ readonly database: string;
118
+ readonly id: string;
119
+ readonly name: string;
120
+ readonly organization: string;
121
+ readonly url: string;
122
+ }[];
123
+ };
124
+ readonly database: {
125
+ readonly accesses: readonly {
126
+ readonly description: string;
127
+ readonly name: string;
128
+ }[];
129
+ readonly databases: readonly {
130
+ readonly id: string;
131
+ readonly name: string;
132
+ readonly organization: string;
133
+ readonly url: string;
134
+ }[];
135
+ };
136
+ readonly organization: {
137
+ readonly accesses: readonly {
138
+ readonly description: string;
139
+ readonly name: string;
140
+ }[];
141
+ readonly organizations: readonly {
142
+ readonly id: string;
143
+ readonly name: string;
144
+ readonly url: string;
145
+ }[];
146
+ };
147
+ readonly user: {
148
+ readonly accesses: readonly {
149
+ readonly description: string;
150
+ readonly name: string;
151
+ }[];
152
+ readonly users: readonly {
153
+ readonly id: string;
154
+ readonly name: string;
155
+ }[];
156
+ };
157
+ } | undefined;
158
+ readonly plain_text_refresh_token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
159
+ readonly service_token_accesses?: readonly {
160
+ readonly access: string;
161
+ readonly description: string;
162
+ readonly id: string;
163
+ readonly resource: {
164
+ readonly created_at: string;
165
+ readonly deleted_at: string;
166
+ readonly id: string;
167
+ readonly name: string;
168
+ readonly updated_at: string;
169
+ };
170
+ readonly resource_id: string;
171
+ readonly resource_name: string;
172
+ readonly resource_type: string;
173
+ }[] | undefined;
174
+ readonly token?: string | import("effect/Redacted").Redacted<string> | null | undefined;
175
+ readonly updated_at: string;
176
+ }, Forbidden | NotFound, any>;
95
177
  //# sourceMappingURL=getOauthToken.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOauthToken.d.ts","sourceRoot":"","sources":["../../src/operations/getOauthToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,KAIvB,CAAC"}
1
+ {"version":3,"file":"getOauthToken.d.ts","sourceRoot":"","sources":["../../src/operations/getOauthToken.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;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 GetOrganizationInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  }>;
@@ -31,5 +32,30 @@ export type GetOrganizationOutput = typeof GetOrganizationOutput.Type;
31
32
  *
32
33
  * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
33
34
  */
34
- export declare const getOrganization: any;
35
+ export declare const getOrganization: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly organization: string;
37
+ }, {
38
+ readonly billing_email: string;
39
+ readonly created_at: string;
40
+ readonly database_count: number;
41
+ readonly features: {
42
+ readonly [x: string]: unknown;
43
+ };
44
+ readonly has_card: boolean;
45
+ readonly has_past_due_invoices?: boolean | undefined;
46
+ readonly id: string;
47
+ readonly idp_managed_roles: boolean;
48
+ readonly invoice_budget_amount: string;
49
+ readonly keyspace_shard_limit: number;
50
+ readonly managed_tenancy: boolean;
51
+ readonly name: string;
52
+ readonly payment_info_required: boolean;
53
+ readonly plan: string;
54
+ readonly single_tenancy: boolean;
55
+ readonly sso: boolean;
56
+ readonly sso_directory: boolean;
57
+ readonly sso_portal_url?: string | undefined;
58
+ readonly updated_at: string;
59
+ readonly valid_billing_info: boolean;
60
+ }, Forbidden | NotFound, any>;
35
61
  //# sourceMappingURL=getOrganization.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,oBAAoB;;EAEwC,CAAC;AAC1E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;EAqBhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;GAIG;AACH,eAAO,MAAM,eAAe,KAIzB,CAAC"}
1
+ {"version":3,"file":"getOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,oBAAoB;;EAEwC,CAAC;AAC1E,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;EAqBhC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;6BAIzB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetOrganizationMembershipInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly id: Schema.String;
@@ -38,5 +39,34 @@ export type GetOrganizationMembershipOutput = typeof GetOrganizationMembershipOu
38
39
  * @param organization - The name of the organization
39
40
  * @param id - The ID of the user
40
41
  */
41
- export declare const getOrganizationMembership: any;
42
+ export declare const getOrganizationMembership: import("@distilled.cloud/core/client").OperationMethod<{
43
+ readonly id: string;
44
+ readonly organization: string;
45
+ }, {
46
+ readonly created_at: string;
47
+ readonly id: string;
48
+ readonly role: "admin" | "member";
49
+ readonly updated_at: string;
50
+ readonly user: {
51
+ readonly avatar_url: string;
52
+ readonly created_at: string;
53
+ readonly default_organization?: {
54
+ readonly created_at: string;
55
+ readonly deleted_at: string;
56
+ readonly id: string;
57
+ readonly name: string;
58
+ readonly updated_at: string;
59
+ } | undefined;
60
+ readonly directory_managed?: boolean | undefined;
61
+ readonly display_name: string;
62
+ readonly email: string;
63
+ readonly email_verified?: boolean | undefined;
64
+ readonly id: string;
65
+ readonly managed?: boolean | undefined;
66
+ readonly name?: string | null | undefined;
67
+ readonly sso?: boolean | undefined;
68
+ readonly two_factor_auth_configured: boolean;
69
+ readonly updated_at: string;
70
+ };
71
+ }, Forbidden | NotFound, any>;
42
72
  //# sourceMappingURL=getOrganizationMembership.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationMembership.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationMembership.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;EASxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"getOrganizationMembership.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationMembership.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;EASxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { BadRequest, Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const GetOrganizationTeamInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly team: Schema.String;
@@ -53,5 +54,49 @@ export type GetOrganizationTeamOutput = typeof GetOrganizationTeamOutput.Type;
53
54
  * @param organization - The name of the organization
54
55
  * @param team - The slug of the team
55
56
  */
56
- export declare const getOrganizationTeam: any;
57
+ export declare const getOrganizationTeam: import("@distilled.cloud/core/client").OperationMethod<{
58
+ readonly organization: string;
59
+ readonly team: string;
60
+ }, {
61
+ readonly created_at: string;
62
+ readonly creator: {
63
+ readonly avatar_url: string;
64
+ readonly display_name: string;
65
+ readonly id: string;
66
+ };
67
+ readonly databases: readonly {
68
+ readonly branches_url: string;
69
+ readonly id: string;
70
+ readonly name: string;
71
+ readonly url: string;
72
+ }[];
73
+ readonly description: string;
74
+ readonly display_name: string;
75
+ readonly id: string;
76
+ readonly managed: boolean;
77
+ readonly members: readonly {
78
+ readonly avatar_url: string;
79
+ readonly created_at: string;
80
+ readonly default_organization: {
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 directory_managed: boolean;
88
+ readonly display_name: string;
89
+ readonly email: string;
90
+ readonly email_verified: boolean;
91
+ readonly id: string;
92
+ readonly managed: boolean;
93
+ readonly name: string;
94
+ readonly sso: boolean;
95
+ readonly two_factor_auth_configured: boolean;
96
+ readonly updated_at: string;
97
+ }[];
98
+ readonly name: string;
99
+ readonly slug: string;
100
+ readonly updated_at: string;
101
+ }, BadRequest | Forbidden | NotFound | UnprocessableEntity, any>;
57
102
  //# sourceMappingURL=getOrganizationTeam.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAWxC,eAAO,MAAM,wBAAwB;;;EASlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8ClC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,KAI7B,CAAC"}
1
+ {"version":3,"file":"getOrganizationTeam.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationTeam.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EACL,UAAU,EACV,SAAS,EACT,QAAQ,EACR,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,eAAO,MAAM,wBAAwB;;;EASlC,CAAC;AACJ,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8ClC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAI7B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { BadRequest, Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const GetOrganizationTeamMemberInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly team: Schema.String;
@@ -87,5 +88,82 @@ export type GetOrganizationTeamMemberOutput = typeof GetOrganizationTeamMemberOu
87
88
  * @param team - The slug of the team
88
89
  * @param id - The ID of the team membership or the ID of the member
89
90
  */
90
- export declare const getOrganizationTeamMember: any;
91
+ export declare const getOrganizationTeamMember: import("@distilled.cloud/core/client").OperationMethod<{
92
+ readonly id: string;
93
+ readonly organization: string;
94
+ readonly team: string;
95
+ }, {
96
+ readonly actor: {
97
+ readonly avatar_url: string;
98
+ readonly display_name: string;
99
+ readonly id: string;
100
+ };
101
+ readonly created_at: string;
102
+ readonly id: string;
103
+ readonly passwords: readonly {
104
+ readonly access_host_regional_url: string;
105
+ readonly access_host_regional_urls: readonly string[];
106
+ readonly access_host_url: string;
107
+ readonly actor: {
108
+ readonly avatar_url: string;
109
+ readonly display_name: string;
110
+ readonly id: string;
111
+ };
112
+ readonly cidrs: readonly string[];
113
+ readonly created_at: string;
114
+ readonly database_branch: {
115
+ readonly id: string;
116
+ readonly mysql_edge_address: string;
117
+ readonly name: string;
118
+ readonly private_edge_connectivity: boolean;
119
+ readonly production: boolean;
120
+ };
121
+ readonly deleted_at: string;
122
+ readonly direct_vtgate: boolean;
123
+ readonly direct_vtgate_addresses: readonly string[];
124
+ readonly expired: boolean;
125
+ readonly expires_at: string;
126
+ readonly id: string;
127
+ readonly last_used_at: string;
128
+ readonly name: string;
129
+ readonly plain_text: string | import("effect/Redacted").Redacted<string>;
130
+ readonly region: {
131
+ readonly current_default: boolean;
132
+ readonly display_name: string;
133
+ readonly enabled: boolean;
134
+ readonly id: string;
135
+ readonly location: string;
136
+ readonly provider: string;
137
+ readonly public_ip_addresses: readonly string[];
138
+ readonly slug: string;
139
+ };
140
+ readonly renewable: boolean;
141
+ readonly replica: boolean;
142
+ readonly role: "admin" | "reader" | "readwriter" | "writer";
143
+ readonly ttl_seconds: number;
144
+ readonly username: string;
145
+ }[];
146
+ readonly updated_at: string;
147
+ readonly user: {
148
+ readonly avatar_url: string;
149
+ readonly created_at: string;
150
+ readonly default_organization: {
151
+ readonly created_at: string;
152
+ readonly deleted_at: string;
153
+ readonly id: string;
154
+ readonly name: string;
155
+ readonly updated_at: string;
156
+ };
157
+ readonly directory_managed: boolean;
158
+ readonly display_name: string;
159
+ readonly email: string;
160
+ readonly email_verified: boolean;
161
+ readonly id: string;
162
+ readonly managed: boolean;
163
+ readonly name: string;
164
+ readonly sso: boolean;
165
+ readonly two_factor_auth_configured: boolean;
166
+ readonly updated_at: string;
167
+ };
168
+ }, BadRequest | Forbidden | NotFound | UnprocessableEntity, any>;
91
169
  //# sourceMappingURL=getOrganizationTeamMember.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getOrganizationTeamMember.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationTeamMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAYxC,eAAO,MAAM,8BAA8B;;;;EAUxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4ExC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"getOrganizationTeamMember.d.ts","sourceRoot":"","sources":["../../src/operations/getOrganizationTeamMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EACL,UAAU,EACV,SAAS,EACT,QAAQ,EACR,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAInB,eAAO,MAAM,8BAA8B;;;;EAUxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4ExC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetPasswordInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -58,5 +59,52 @@ export type GetPasswordOutput = typeof GetPasswordOutput.Type;
58
59
  * @param branch - The name of the branch the password belongs to
59
60
  * @param id - The ID of the password
60
61
  */
61
- export declare const getPassword: any;
62
+ export declare const getPassword: import("@distilled.cloud/core/client").OperationMethod<{
63
+ readonly branch: string;
64
+ readonly database: string;
65
+ readonly id: string;
66
+ readonly organization: string;
67
+ }, {
68
+ readonly access_host_regional_url: string;
69
+ readonly access_host_regional_urls: readonly string[];
70
+ readonly access_host_url: string;
71
+ readonly actor: {
72
+ readonly avatar_url: string;
73
+ readonly display_name: string;
74
+ readonly id: string;
75
+ };
76
+ readonly cidrs: readonly string[] | null;
77
+ readonly created_at: string;
78
+ readonly database_branch: {
79
+ readonly id: string;
80
+ readonly mysql_edge_address: string;
81
+ readonly name: string;
82
+ readonly private_edge_connectivity: boolean;
83
+ readonly production: boolean;
84
+ };
85
+ readonly deleted_at: string | null;
86
+ readonly direct_vtgate: boolean;
87
+ readonly direct_vtgate_addresses: readonly string[];
88
+ readonly expired: boolean;
89
+ readonly expires_at: string | null;
90
+ readonly id: string;
91
+ readonly last_used_at: string | null;
92
+ readonly name: string;
93
+ readonly plain_text: string | import("effect/Redacted").Redacted<string> | null;
94
+ readonly region: {
95
+ readonly current_default: boolean;
96
+ readonly display_name: string;
97
+ readonly enabled: boolean;
98
+ readonly id: string;
99
+ readonly location: string;
100
+ readonly provider: string;
101
+ readonly public_ip_addresses: readonly string[];
102
+ readonly slug: string;
103
+ };
104
+ readonly renewable: boolean;
105
+ readonly replica: boolean;
106
+ readonly role: "admin" | "reader" | "readwriter" | "writer";
107
+ readonly ttl_seconds: number | null;
108
+ readonly username: string;
109
+ }, Forbidden | NotFound, any>;
62
110
  //# sourceMappingURL=getPassword.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getPassword.d.ts","sourceRoot":"","sources":["../../src/operations/getPassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAOxC,eAAO,MAAM,gBAAgB;;;;;EAU5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,KAIrB,CAAC"}
1
+ {"version":3,"file":"getPassword.d.ts","sourceRoot":"","sources":["../../src/operations/getPassword.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIhD,eAAO,MAAM,gBAAgB;;;;;EAU5B,CAAC;AACF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0C5B,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;GAOG;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 GetQueryPatternsReportInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -16,5 +17,10 @@ export type GetQueryPatternsReportOutput = typeof GetQueryPatternsReportOutput.T
16
17
  * @param branch - The name of the branch
17
18
  * @param id - The ID of the query patterns report
18
19
  */
19
- export declare const getQueryPatternsReport: any;
20
+ export declare const getQueryPatternsReport: import("@distilled.cloud/core/client").OperationMethod<{
21
+ readonly branch: string;
22
+ readonly database: string;
23
+ readonly id: string;
24
+ readonly organization: string;
25
+ }, void, Forbidden | NotFound, any>;
20
26
  //# sourceMappingURL=getQueryPatternsReport.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getQueryPatternsReport.d.ts","sourceRoot":"","sources":["../../src/operations/getQueryPatternsReport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,2BAA2B;;;;;EAWrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B,aACA,CAAC;AAC1C,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,KAMlC,CAAC"}
1
+ {"version":3,"file":"getQueryPatternsReport.d.ts","sourceRoot":"","sources":["../../src/operations/getQueryPatternsReport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,2BAA2B;;;;;EAWrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B,aACA,CAAC;AAC1C,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB;;;;;mCAMlC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const GetQueryPatternsReportStatusInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -28,5 +29,22 @@ export type GetQueryPatternsReportStatusOutput = typeof GetQueryPatternsReportSt
28
29
  * @param branch - The name of the branch
29
30
  * @param id - The ID of the query patterns report
30
31
  */
31
- export declare const getQueryPatternsReportStatus: any;
32
+ export declare const getQueryPatternsReportStatus: import("@distilled.cloud/core/client").OperationMethod<{
33
+ readonly branch: string;
34
+ readonly database: string;
35
+ readonly id: string;
36
+ readonly organization: string;
37
+ }, {
38
+ readonly actor: {
39
+ readonly avatar_url: string;
40
+ readonly display_name: string;
41
+ readonly id: string;
42
+ };
43
+ readonly created_at: string;
44
+ readonly download_url: string;
45
+ readonly finished_at: string;
46
+ readonly id: string;
47
+ readonly state: "completed" | "failed" | "pending";
48
+ readonly url: string;
49
+ }, Forbidden | NotFound, any>;
32
50
  //# sourceMappingURL=getQueryPatternsReportStatus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getQueryPatternsReportStatus.d.ts","sourceRoot":"","sources":["../../src/operations/getQueryPatternsReportStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iCAAiC;;;;;EAW3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAa3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,KAKpC,CAAC"}
1
+ {"version":3,"file":"getQueryPatternsReportStatus.d.ts","sourceRoot":"","sources":["../../src/operations/getQueryPatternsReportStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iCAAiC;;;;;EAW3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAa3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;6BAKpC,CAAC"}