@distilled.cloud/planetscale 0.0.0-john

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 (787) hide show
  1. package/README.md +56 -0
  2. package/lib/category.d.ts +13 -0
  3. package/lib/category.d.ts.map +1 -0
  4. package/lib/category.js +13 -0
  5. package/lib/category.js.map +1 -0
  6. package/lib/client.d.ts +10 -0
  7. package/lib/client.d.ts.map +1 -0
  8. package/lib/client.js +52 -0
  9. package/lib/client.js.map +1 -0
  10. package/lib/credentials.d.ts +16 -0
  11. package/lib/credentials.d.ts.map +1 -0
  12. package/lib/credentials.js +28 -0
  13. package/lib/credentials.js.map +1 -0
  14. package/lib/errors.d.ts +36 -0
  15. package/lib/errors.d.ts.map +1 -0
  16. package/lib/errors.js +28 -0
  17. package/lib/errors.js.map +1 -0
  18. package/lib/index.d.ts +16 -0
  19. package/lib/index.d.ts.map +1 -0
  20. package/lib/index.js +16 -0
  21. package/lib/index.js.map +1 -0
  22. package/lib/operations/addOrganizationTeamMember.d.ts +91 -0
  23. package/lib/operations/addOrganizationTeamMember.d.ts.map +1 -0
  24. package/lib/operations/addOrganizationTeamMember.js +104 -0
  25. package/lib/operations/addOrganizationTeamMember.js.map +1 -0
  26. package/lib/operations/cancelBouncerResizeRequest.d.ts +20 -0
  27. package/lib/operations/cancelBouncerResizeRequest.d.ts.map +1 -0
  28. package/lib/operations/cancelBouncerResizeRequest.js +33 -0
  29. package/lib/operations/cancelBouncerResizeRequest.js.map +1 -0
  30. package/lib/operations/cancelBranchChangeRequest.d.ts +18 -0
  31. package/lib/operations/cancelBranchChangeRequest.d.ts.map +1 -0
  32. package/lib/operations/cancelBranchChangeRequest.js +31 -0
  33. package/lib/operations/cancelBranchChangeRequest.js.map +1 -0
  34. package/lib/operations/cancelDeployRequest.d.ts +148 -0
  35. package/lib/operations/cancelDeployRequest.d.ts.map +1 -0
  36. package/lib/operations/cancelDeployRequest.js +223 -0
  37. package/lib/operations/cancelDeployRequest.js.map +1 -0
  38. package/lib/operations/closeDeployRequest.d.ts +150 -0
  39. package/lib/operations/closeDeployRequest.d.ts.map +1 -0
  40. package/lib/operations/closeDeployRequest.js +225 -0
  41. package/lib/operations/closeDeployRequest.js.map +1 -0
  42. package/lib/operations/completeErroredDeploy.d.ts +148 -0
  43. package/lib/operations/completeErroredDeploy.d.ts.map +1 -0
  44. package/lib/operations/completeErroredDeploy.js +223 -0
  45. package/lib/operations/completeErroredDeploy.js.map +1 -0
  46. package/lib/operations/completeGatedDeployRequest.d.ts +148 -0
  47. package/lib/operations/completeGatedDeployRequest.d.ts.map +1 -0
  48. package/lib/operations/completeGatedDeployRequest.js +223 -0
  49. package/lib/operations/completeGatedDeployRequest.js.map +1 -0
  50. package/lib/operations/completeRevert.d.ts +148 -0
  51. package/lib/operations/completeRevert.d.ts.map +1 -0
  52. package/lib/operations/completeRevert.js +221 -0
  53. package/lib/operations/completeRevert.js.map +1 -0
  54. package/lib/operations/createBackup.d.ts +85 -0
  55. package/lib/operations/createBackup.d.ts.map +1 -0
  56. package/lib/operations/createBackup.js +103 -0
  57. package/lib/operations/createBackup.js.map +1 -0
  58. package/lib/operations/createBouncer.d.ts +79 -0
  59. package/lib/operations/createBouncer.d.ts.map +1 -0
  60. package/lib/operations/createBouncer.js +96 -0
  61. package/lib/operations/createBouncer.js.map +1 -0
  62. package/lib/operations/createBranch.d.ts +86 -0
  63. package/lib/operations/createBranch.d.ts.map +1 -0
  64. package/lib/operations/createBranch.js +103 -0
  65. package/lib/operations/createBranch.js.map +1 -0
  66. package/lib/operations/createDatabase.d.ts +87 -0
  67. package/lib/operations/createDatabase.d.ts.map +1 -0
  68. package/lib/operations/createDatabase.js +103 -0
  69. package/lib/operations/createDatabase.js.map +1 -0
  70. package/lib/operations/createDatabasePostgresCidr.d.ts +35 -0
  71. package/lib/operations/createDatabasePostgresCidr.d.ts.map +1 -0
  72. package/lib/operations/createDatabasePostgresCidr.js +48 -0
  73. package/lib/operations/createDatabasePostgresCidr.js.map +1 -0
  74. package/lib/operations/createDeployRequest.d.ts +156 -0
  75. package/lib/operations/createDeployRequest.d.ts.map +1 -0
  76. package/lib/operations/createDeployRequest.js +231 -0
  77. package/lib/operations/createDeployRequest.js.map +1 -0
  78. package/lib/operations/createKeyspace.d.ts +56 -0
  79. package/lib/operations/createKeyspace.d.ts.map +1 -0
  80. package/lib/operations/createKeyspace.js +71 -0
  81. package/lib/operations/createKeyspace.js.map +1 -0
  82. package/lib/operations/createOauthToken.d.ts +107 -0
  83. package/lib/operations/createOauthToken.d.ts.map +1 -0
  84. package/lib/operations/createOauthToken.js +119 -0
  85. package/lib/operations/createOauthToken.js.map +1 -0
  86. package/lib/operations/createOrganizationTeam.d.ts +59 -0
  87. package/lib/operations/createOrganizationTeam.d.ts.map +1 -0
  88. package/lib/operations/createOrganizationTeam.js +69 -0
  89. package/lib/operations/createOrganizationTeam.js.map +1 -0
  90. package/lib/operations/createPassword.d.ts +72 -0
  91. package/lib/operations/createPassword.d.ts.map +1 -0
  92. package/lib/operations/createPassword.js +84 -0
  93. package/lib/operations/createPassword.js.map +1 -0
  94. package/lib/operations/createQueryPatternsReport.d.ts +30 -0
  95. package/lib/operations/createQueryPatternsReport.d.ts.map +1 -0
  96. package/lib/operations/createQueryPatternsReport.js +43 -0
  97. package/lib/operations/createQueryPatternsReport.js.map +1 -0
  98. package/lib/operations/createRole.d.ts +64 -0
  99. package/lib/operations/createRole.d.ts.map +1 -0
  100. package/lib/operations/createRole.js +103 -0
  101. package/lib/operations/createRole.js.map +1 -0
  102. package/lib/operations/createServiceToken.d.ts +97 -0
  103. package/lib/operations/createServiceToken.d.ts.map +1 -0
  104. package/lib/operations/createServiceToken.js +111 -0
  105. package/lib/operations/createServiceToken.js.map +1 -0
  106. package/lib/operations/createWebhook.d.ts +33 -0
  107. package/lib/operations/createWebhook.d.ts.map +1 -0
  108. package/lib/operations/createWebhook.js +64 -0
  109. package/lib/operations/createWebhook.js.map +1 -0
  110. package/lib/operations/createWorkflow.d.ts +136 -0
  111. package/lib/operations/createWorkflow.d.ts.map +1 -0
  112. package/lib/operations/createWorkflow.js +167 -0
  113. package/lib/operations/createWorkflow.js.map +1 -0
  114. package/lib/operations/deleteBackup.d.ts +20 -0
  115. package/lib/operations/deleteBackup.d.ts.map +1 -0
  116. package/lib/operations/deleteBackup.js +31 -0
  117. package/lib/operations/deleteBackup.js.map +1 -0
  118. package/lib/operations/deleteBouncer.d.ts +20 -0
  119. package/lib/operations/deleteBouncer.d.ts.map +1 -0
  120. package/lib/operations/deleteBouncer.js +31 -0
  121. package/lib/operations/deleteBouncer.js.map +1 -0
  122. package/lib/operations/deleteBranch.d.ts +18 -0
  123. package/lib/operations/deleteBranch.d.ts.map +1 -0
  124. package/lib/operations/deleteBranch.js +29 -0
  125. package/lib/operations/deleteBranch.js.map +1 -0
  126. package/lib/operations/deleteDatabase.d.ts +16 -0
  127. package/lib/operations/deleteDatabase.d.ts.map +1 -0
  128. package/lib/operations/deleteDatabase.js +27 -0
  129. package/lib/operations/deleteDatabase.js.map +1 -0
  130. package/lib/operations/deleteDatabasePostgresCidr.d.ts +18 -0
  131. package/lib/operations/deleteDatabasePostgresCidr.d.ts.map +1 -0
  132. package/lib/operations/deleteDatabasePostgresCidr.js +31 -0
  133. package/lib/operations/deleteDatabasePostgresCidr.js.map +1 -0
  134. package/lib/operations/deleteKeyspace.d.ts +20 -0
  135. package/lib/operations/deleteKeyspace.d.ts.map +1 -0
  136. package/lib/operations/deleteKeyspace.js +31 -0
  137. package/lib/operations/deleteKeyspace.js.map +1 -0
  138. package/lib/operations/deleteOauthToken.d.ts +18 -0
  139. package/lib/operations/deleteOauthToken.d.ts.map +1 -0
  140. package/lib/operations/deleteOauthToken.js +29 -0
  141. package/lib/operations/deleteOauthToken.js.map +1 -0
  142. package/lib/operations/deleteOrganizationTeam.d.ts +16 -0
  143. package/lib/operations/deleteOrganizationTeam.d.ts.map +1 -0
  144. package/lib/operations/deleteOrganizationTeam.js +29 -0
  145. package/lib/operations/deleteOrganizationTeam.js.map +1 -0
  146. package/lib/operations/deletePassword.d.ts +20 -0
  147. package/lib/operations/deletePassword.d.ts.map +1 -0
  148. package/lib/operations/deletePassword.js +31 -0
  149. package/lib/operations/deletePassword.js.map +1 -0
  150. package/lib/operations/deleteQueryPatternsReport.d.ts +20 -0
  151. package/lib/operations/deleteQueryPatternsReport.d.ts.map +1 -0
  152. package/lib/operations/deleteQueryPatternsReport.js +33 -0
  153. package/lib/operations/deleteQueryPatternsReport.js.map +1 -0
  154. package/lib/operations/deleteRole.d.ts +22 -0
  155. package/lib/operations/deleteRole.d.ts.map +1 -0
  156. package/lib/operations/deleteRole.js +33 -0
  157. package/lib/operations/deleteRole.js.map +1 -0
  158. package/lib/operations/deleteServiceToken.d.ts +18 -0
  159. package/lib/operations/deleteServiceToken.d.ts.map +1 -0
  160. package/lib/operations/deleteServiceToken.js +30 -0
  161. package/lib/operations/deleteServiceToken.js.map +1 -0
  162. package/lib/operations/deleteWebhook.d.ts +18 -0
  163. package/lib/operations/deleteWebhook.d.ts.map +1 -0
  164. package/lib/operations/deleteWebhook.js +29 -0
  165. package/lib/operations/deleteWebhook.js.map +1 -0
  166. package/lib/operations/demoteBranch.d.ts +74 -0
  167. package/lib/operations/demoteBranch.d.ts.map +1 -0
  168. package/lib/operations/demoteBranch.js +91 -0
  169. package/lib/operations/demoteBranch.js.map +1 -0
  170. package/lib/operations/disableSafeMigrations.d.ts +72 -0
  171. package/lib/operations/disableSafeMigrations.d.ts.map +1 -0
  172. package/lib/operations/disableSafeMigrations.js +91 -0
  173. package/lib/operations/disableSafeMigrations.js.map +1 -0
  174. package/lib/operations/dismissSchemaRecommendation.d.ts +44 -0
  175. package/lib/operations/dismissSchemaRecommendation.d.ts.map +1 -0
  176. package/lib/operations/dismissSchemaRecommendation.js +67 -0
  177. package/lib/operations/dismissSchemaRecommendation.js.map +1 -0
  178. package/lib/operations/enableSafeMigrations.d.ts +72 -0
  179. package/lib/operations/enableSafeMigrations.d.ts.map +1 -0
  180. package/lib/operations/enableSafeMigrations.js +91 -0
  181. package/lib/operations/enableSafeMigrations.js.map +1 -0
  182. package/lib/operations/getBackup.d.ts +79 -0
  183. package/lib/operations/getBackup.d.ts.map +1 -0
  184. package/lib/operations/getBackup.js +97 -0
  185. package/lib/operations/getBackup.js.map +1 -0
  186. package/lib/operations/getBouncer.d.ts +73 -0
  187. package/lib/operations/getBouncer.d.ts.map +1 -0
  188. package/lib/operations/getBouncer.js +90 -0
  189. package/lib/operations/getBouncer.js.map +1 -0
  190. package/lib/operations/getBranch.d.ts +72 -0
  191. package/lib/operations/getBranch.d.ts.map +1 -0
  192. package/lib/operations/getBranch.js +89 -0
  193. package/lib/operations/getBranch.js.map +1 -0
  194. package/lib/operations/getBranchChangeRequest.d.ts +57 -0
  195. package/lib/operations/getBranchChangeRequest.d.ts.map +1 -0
  196. package/lib/operations/getBranchChangeRequest.js +76 -0
  197. package/lib/operations/getBranchChangeRequest.js.map +1 -0
  198. package/lib/operations/getBranchSchema.d.ts +28 -0
  199. package/lib/operations/getBranchSchema.d.ts.map +1 -0
  200. package/lib/operations/getBranchSchema.js +39 -0
  201. package/lib/operations/getBranchSchema.js.map +1 -0
  202. package/lib/operations/getCurrentUser.d.ts +32 -0
  203. package/lib/operations/getCurrentUser.d.ts.map +1 -0
  204. package/lib/operations/getCurrentUser.js +40 -0
  205. package/lib/operations/getCurrentUser.js.map +1 -0
  206. package/lib/operations/getDatabase.d.ts +77 -0
  207. package/lib/operations/getDatabase.d.ts.map +1 -0
  208. package/lib/operations/getDatabase.js +96 -0
  209. package/lib/operations/getDatabase.js.map +1 -0
  210. package/lib/operations/getDatabasePostgresCidr.d.ts +31 -0
  211. package/lib/operations/getDatabasePostgresCidr.d.ts.map +1 -0
  212. package/lib/operations/getDatabasePostgresCidr.js +44 -0
  213. package/lib/operations/getDatabasePostgresCidr.js.map +1 -0
  214. package/lib/operations/getDatabaseThrottler.d.ts +29 -0
  215. package/lib/operations/getDatabaseThrottler.d.ts.map +1 -0
  216. package/lib/operations/getDatabaseThrottler.js +42 -0
  217. package/lib/operations/getDatabaseThrottler.js.map +1 -0
  218. package/lib/operations/getDefaultRole.d.ts +54 -0
  219. package/lib/operations/getDefaultRole.d.ts.map +1 -0
  220. package/lib/operations/getDefaultRole.js +79 -0
  221. package/lib/operations/getDefaultRole.js.map +1 -0
  222. package/lib/operations/getDeployQueue.d.ts +118 -0
  223. package/lib/operations/getDeployQueue.d.ts.map +1 -0
  224. package/lib/operations/getDeployQueue.js +170 -0
  225. package/lib/operations/getDeployQueue.js.map +1 -0
  226. package/lib/operations/getDeployRequest.d.ts +148 -0
  227. package/lib/operations/getDeployRequest.d.ts.map +1 -0
  228. package/lib/operations/getDeployRequest.js +221 -0
  229. package/lib/operations/getDeployRequest.js.map +1 -0
  230. package/lib/operations/getDeployRequestThrottler.d.ts +31 -0
  231. package/lib/operations/getDeployRequestThrottler.d.ts.map +1 -0
  232. package/lib/operations/getDeployRequestThrottler.js +44 -0
  233. package/lib/operations/getDeployRequestThrottler.js.map +1 -0
  234. package/lib/operations/getDeployment.d.ts +113 -0
  235. package/lib/operations/getDeployment.d.ts.map +1 -0
  236. package/lib/operations/getDeployment.js +165 -0
  237. package/lib/operations/getDeployment.js.map +1 -0
  238. package/lib/operations/getInvoice.d.ts +23 -0
  239. package/lib/operations/getInvoice.d.ts.map +1 -0
  240. package/lib/operations/getInvoice.js +34 -0
  241. package/lib/operations/getInvoice.js.map +1 -0
  242. package/lib/operations/getInvoiceLineItems.d.ts +43 -0
  243. package/lib/operations/getInvoiceLineItems.d.ts.map +1 -0
  244. package/lib/operations/getInvoiceLineItems.js +56 -0
  245. package/lib/operations/getInvoiceLineItems.js.map +1 -0
  246. package/lib/operations/getKeyspace.d.ts +50 -0
  247. package/lib/operations/getKeyspace.d.ts.map +1 -0
  248. package/lib/operations/getKeyspace.js +65 -0
  249. package/lib/operations/getKeyspace.js.map +1 -0
  250. package/lib/operations/getKeyspaceRolloutStatus.d.ts +29 -0
  251. package/lib/operations/getKeyspaceRolloutStatus.d.ts.map +1 -0
  252. package/lib/operations/getKeyspaceRolloutStatus.js +42 -0
  253. package/lib/operations/getKeyspaceRolloutStatus.js.map +1 -0
  254. package/lib/operations/getKeyspaceVschema.d.ts +22 -0
  255. package/lib/operations/getKeyspaceVschema.d.ts.map +1 -0
  256. package/lib/operations/getKeyspaceVschema.js +35 -0
  257. package/lib/operations/getKeyspaceVschema.js.map +1 -0
  258. package/lib/operations/getOauthApplication.d.ts +31 -0
  259. package/lib/operations/getOauthApplication.d.ts.map +1 -0
  260. package/lib/operations/getOauthApplication.js +44 -0
  261. package/lib/operations/getOauthApplication.js.map +1 -0
  262. package/lib/operations/getOauthToken.d.ts +95 -0
  263. package/lib/operations/getOauthToken.d.ts.map +1 -0
  264. package/lib/operations/getOauthToken.js +107 -0
  265. package/lib/operations/getOauthToken.js.map +1 -0
  266. package/lib/operations/getOrganization.d.ts +35 -0
  267. package/lib/operations/getOrganization.d.ts.map +1 -0
  268. package/lib/operations/getOrganization.js +43 -0
  269. package/lib/operations/getOrganization.js.map +1 -0
  270. package/lib/operations/getOrganizationMembership.d.ts +42 -0
  271. package/lib/operations/getOrganizationMembership.d.ts.map +1 -0
  272. package/lib/operations/getOrganizationMembership.js +55 -0
  273. package/lib/operations/getOrganizationMembership.js.map +1 -0
  274. package/lib/operations/getOrganizationTeam.d.ts +57 -0
  275. package/lib/operations/getOrganizationTeam.d.ts.map +1 -0
  276. package/lib/operations/getOrganizationTeam.js +70 -0
  277. package/lib/operations/getOrganizationTeam.js.map +1 -0
  278. package/lib/operations/getOrganizationTeamMember.d.ts +91 -0
  279. package/lib/operations/getOrganizationTeamMember.d.ts.map +1 -0
  280. package/lib/operations/getOrganizationTeamMember.js +104 -0
  281. package/lib/operations/getOrganizationTeamMember.js.map +1 -0
  282. package/lib/operations/getPassword.d.ts +62 -0
  283. package/lib/operations/getPassword.d.ts.map +1 -0
  284. package/lib/operations/getPassword.js +74 -0
  285. package/lib/operations/getPassword.js.map +1 -0
  286. package/lib/operations/getQueryPatternsReport.d.ts +20 -0
  287. package/lib/operations/getQueryPatternsReport.d.ts.map +1 -0
  288. package/lib/operations/getQueryPatternsReport.js +33 -0
  289. package/lib/operations/getQueryPatternsReport.js.map +1 -0
  290. package/lib/operations/getQueryPatternsReportStatus.d.ts +32 -0
  291. package/lib/operations/getQueryPatternsReportStatus.d.ts.map +1 -0
  292. package/lib/operations/getQueryPatternsReportStatus.js +46 -0
  293. package/lib/operations/getQueryPatternsReportStatus.js.map +1 -0
  294. package/lib/operations/getRole.d.ts +56 -0
  295. package/lib/operations/getRole.d.ts.map +1 -0
  296. package/lib/operations/getRole.js +81 -0
  297. package/lib/operations/getRole.js.map +1 -0
  298. package/lib/operations/getSchemaRecommendation.d.ts +42 -0
  299. package/lib/operations/getSchemaRecommendation.d.ts.map +1 -0
  300. package/lib/operations/getSchemaRecommendation.js +65 -0
  301. package/lib/operations/getSchemaRecommendation.js.map +1 -0
  302. package/lib/operations/getServiceToken.d.ts +95 -0
  303. package/lib/operations/getServiceToken.d.ts.map +1 -0
  304. package/lib/operations/getServiceToken.js +107 -0
  305. package/lib/operations/getServiceToken.js.map +1 -0
  306. package/lib/operations/getWebhook.d.ts +29 -0
  307. package/lib/operations/getWebhook.d.ts.map +1 -0
  308. package/lib/operations/getWebhook.js +60 -0
  309. package/lib/operations/getWebhook.js.map +1 -0
  310. package/lib/operations/getWorkflow.d.ts +124 -0
  311. package/lib/operations/getWorkflow.d.ts.map +1 -0
  312. package/lib/operations/getWorkflow.js +155 -0
  313. package/lib/operations/getWorkflow.js.map +1 -0
  314. package/lib/operations/index.d.ts +149 -0
  315. package/lib/operations/index.d.ts.map +1 -0
  316. package/lib/operations/index.js +149 -0
  317. package/lib/operations/index.js.map +1 -0
  318. package/lib/operations/lintBranchSchema.d.ts +47 -0
  319. package/lib/operations/lintBranchSchema.d.ts.map +1 -0
  320. package/lib/operations/lintBranchSchema.js +58 -0
  321. package/lib/operations/lintBranchSchema.js.map +1 -0
  322. package/lib/operations/listAuditLogs.d.ts +38 -0
  323. package/lib/operations/listAuditLogs.d.ts.map +1 -0
  324. package/lib/operations/listAuditLogs.js +46 -0
  325. package/lib/operations/listAuditLogs.js.map +1 -0
  326. package/lib/operations/listBackups.d.ts +102 -0
  327. package/lib/operations/listBackups.d.ts.map +1 -0
  328. package/lib/operations/listBackups.js +127 -0
  329. package/lib/operations/listBackups.js.map +1 -0
  330. package/lib/operations/listBouncerResizeRequests.d.ts +68 -0
  331. package/lib/operations/listBouncerResizeRequests.d.ts.map +1 -0
  332. package/lib/operations/listBouncerResizeRequests.js +86 -0
  333. package/lib/operations/listBouncerResizeRequests.js.map +1 -0
  334. package/lib/operations/listBouncers.d.ts +82 -0
  335. package/lib/operations/listBouncers.d.ts.map +1 -0
  336. package/lib/operations/listBouncers.js +99 -0
  337. package/lib/operations/listBouncers.js.map +1 -0
  338. package/lib/operations/listBranchBouncerResizeRequests.d.ts +66 -0
  339. package/lib/operations/listBranchBouncerResizeRequests.d.ts.map +1 -0
  340. package/lib/operations/listBranchBouncerResizeRequests.js +85 -0
  341. package/lib/operations/listBranchBouncerResizeRequests.js.map +1 -0
  342. package/lib/operations/listBranchChangeRequests.d.ts +66 -0
  343. package/lib/operations/listBranchChangeRequests.d.ts.map +1 -0
  344. package/lib/operations/listBranchChangeRequests.js +85 -0
  345. package/lib/operations/listBranchChangeRequests.js.map +1 -0
  346. package/lib/operations/listBranches.d.ts +89 -0
  347. package/lib/operations/listBranches.d.ts.map +1 -0
  348. package/lib/operations/listBranches.js +106 -0
  349. package/lib/operations/listBranches.js.map +1 -0
  350. package/lib/operations/listClusterSizeSkus.d.ts +39 -0
  351. package/lib/operations/listClusterSizeSkus.d.ts.map +1 -0
  352. package/lib/operations/listClusterSizeSkus.js +52 -0
  353. package/lib/operations/listClusterSizeSkus.js.map +1 -0
  354. package/lib/operations/listDatabasePostgresCidrs.d.ts +40 -0
  355. package/lib/operations/listDatabasePostgresCidrs.d.ts.map +1 -0
  356. package/lib/operations/listDatabasePostgresCidrs.js +53 -0
  357. package/lib/operations/listDatabasePostgresCidrs.js.map +1 -0
  358. package/lib/operations/listDatabaseRegions.d.ts +36 -0
  359. package/lib/operations/listDatabaseRegions.d.ts.map +1 -0
  360. package/lib/operations/listDatabaseRegions.js +49 -0
  361. package/lib/operations/listDatabaseRegions.js.map +1 -0
  362. package/lib/operations/listDatabases.d.ts +88 -0
  363. package/lib/operations/listDatabases.d.ts.map +1 -0
  364. package/lib/operations/listDatabases.js +104 -0
  365. package/lib/operations/listDatabases.js.map +1 -0
  366. package/lib/operations/listDeployOperations.d.ts +51 -0
  367. package/lib/operations/listDeployOperations.d.ts.map +1 -0
  368. package/lib/operations/listDeployOperations.js +71 -0
  369. package/lib/operations/listDeployOperations.js.map +1 -0
  370. package/lib/operations/listDeployRequestReviews.d.ts +37 -0
  371. package/lib/operations/listDeployRequestReviews.d.ts.map +1 -0
  372. package/lib/operations/listDeployRequestReviews.js +50 -0
  373. package/lib/operations/listDeployRequestReviews.js.map +1 -0
  374. package/lib/operations/listDeployRequests.d.ts +169 -0
  375. package/lib/operations/listDeployRequests.d.ts.map +1 -0
  376. package/lib/operations/listDeployRequests.js +244 -0
  377. package/lib/operations/listDeployRequests.js.map +1 -0
  378. package/lib/operations/listExtensions.d.ts +54 -0
  379. package/lib/operations/listExtensions.d.ts.map +1 -0
  380. package/lib/operations/listExtensions.js +75 -0
  381. package/lib/operations/listExtensions.js.map +1 -0
  382. package/lib/operations/listGeneratedQueryPatternsReports.d.ts +36 -0
  383. package/lib/operations/listGeneratedQueryPatternsReports.d.ts.map +1 -0
  384. package/lib/operations/listGeneratedQueryPatternsReports.js +50 -0
  385. package/lib/operations/listGeneratedQueryPatternsReports.js.map +1 -0
  386. package/lib/operations/listInvoices.d.ts +34 -0
  387. package/lib/operations/listInvoices.d.ts.map +1 -0
  388. package/lib/operations/listInvoices.js +42 -0
  389. package/lib/operations/listInvoices.js.map +1 -0
  390. package/lib/operations/listKeyspaces.d.ts +59 -0
  391. package/lib/operations/listKeyspaces.d.ts.map +1 -0
  392. package/lib/operations/listKeyspaces.js +74 -0
  393. package/lib/operations/listKeyspaces.js.map +1 -0
  394. package/lib/operations/listOauthApplications.d.ts +40 -0
  395. package/lib/operations/listOauthApplications.d.ts.map +1 -0
  396. package/lib/operations/listOauthApplications.js +53 -0
  397. package/lib/operations/listOauthApplications.js.map +1 -0
  398. package/lib/operations/listOauthTokens.d.ts +106 -0
  399. package/lib/operations/listOauthTokens.d.ts.map +1 -0
  400. package/lib/operations/listOauthTokens.js +117 -0
  401. package/lib/operations/listOauthTokens.js.map +1 -0
  402. package/lib/operations/listOrganizationMembers.d.ts +53 -0
  403. package/lib/operations/listOrganizationMembers.d.ts.map +1 -0
  404. package/lib/operations/listOrganizationMembers.js +63 -0
  405. package/lib/operations/listOrganizationMembers.js.map +1 -0
  406. package/lib/operations/listOrganizationTeamMembers.d.ts +96 -0
  407. package/lib/operations/listOrganizationTeamMembers.d.ts.map +1 -0
  408. package/lib/operations/listOrganizationTeamMembers.js +109 -0
  409. package/lib/operations/listOrganizationTeamMembers.js.map +1 -0
  410. package/lib/operations/listOrganizationTeams.d.ts +64 -0
  411. package/lib/operations/listOrganizationTeams.d.ts.map +1 -0
  412. package/lib/operations/listOrganizationTeams.js +74 -0
  413. package/lib/operations/listOrganizationTeams.js.map +1 -0
  414. package/lib/operations/listOrganizations.d.ts +46 -0
  415. package/lib/operations/listOrganizations.d.ts.map +1 -0
  416. package/lib/operations/listOrganizations.js +55 -0
  417. package/lib/operations/listOrganizations.js.map +1 -0
  418. package/lib/operations/listParameters.d.ts +46 -0
  419. package/lib/operations/listParameters.d.ts.map +1 -0
  420. package/lib/operations/listParameters.js +67 -0
  421. package/lib/operations/listParameters.js.map +1 -0
  422. package/lib/operations/listPasswords.d.ts +73 -0
  423. package/lib/operations/listPasswords.d.ts.map +1 -0
  424. package/lib/operations/listPasswords.js +84 -0
  425. package/lib/operations/listPasswords.js.map +1 -0
  426. package/lib/operations/listPublicRegions.d.ts +33 -0
  427. package/lib/operations/listPublicRegions.d.ts.map +1 -0
  428. package/lib/operations/listPublicRegions.js +42 -0
  429. package/lib/operations/listPublicRegions.js.map +1 -0
  430. package/lib/operations/listReadOnlyRegions.d.ts +51 -0
  431. package/lib/operations/listReadOnlyRegions.d.ts.map +1 -0
  432. package/lib/operations/listReadOnlyRegions.js +64 -0
  433. package/lib/operations/listReadOnlyRegions.js.map +1 -0
  434. package/lib/operations/listRegionsForOrganization.d.ts +34 -0
  435. package/lib/operations/listRegionsForOrganization.d.ts.map +1 -0
  436. package/lib/operations/listRegionsForOrganization.js +44 -0
  437. package/lib/operations/listRegionsForOrganization.js.map +1 -0
  438. package/lib/operations/listRoles.d.ts +65 -0
  439. package/lib/operations/listRoles.d.ts.map +1 -0
  440. package/lib/operations/listRoles.js +90 -0
  441. package/lib/operations/listRoles.js.map +1 -0
  442. package/lib/operations/listSchemaRecommendations.d.ts +49 -0
  443. package/lib/operations/listSchemaRecommendations.d.ts.map +1 -0
  444. package/lib/operations/listSchemaRecommendations.js +72 -0
  445. package/lib/operations/listSchemaRecommendations.js.map +1 -0
  446. package/lib/operations/listServiceTokens.d.ts +104 -0
  447. package/lib/operations/listServiceTokens.d.ts.map +1 -0
  448. package/lib/operations/listServiceTokens.js +116 -0
  449. package/lib/operations/listServiceTokens.js.map +1 -0
  450. package/lib/operations/listWebhooks.d.ts +40 -0
  451. package/lib/operations/listWebhooks.d.ts.map +1 -0
  452. package/lib/operations/listWebhooks.js +71 -0
  453. package/lib/operations/listWebhooks.js.map +1 -0
  454. package/lib/operations/listWorkflows.d.ts +135 -0
  455. package/lib/operations/listWorkflows.d.ts.map +1 -0
  456. package/lib/operations/listWorkflows.js +166 -0
  457. package/lib/operations/listWorkflows.js.map +1 -0
  458. package/lib/operations/promoteBranch.d.ts +74 -0
  459. package/lib/operations/promoteBranch.d.ts.map +1 -0
  460. package/lib/operations/promoteBranch.js +91 -0
  461. package/lib/operations/promoteBranch.js.map +1 -0
  462. package/lib/operations/queueDeployRequest.d.ts +150 -0
  463. package/lib/operations/queueDeployRequest.d.ts.map +1 -0
  464. package/lib/operations/queueDeployRequest.js +225 -0
  465. package/lib/operations/queueDeployRequest.js.map +1 -0
  466. package/lib/operations/reassignRoleObjects.d.ts +22 -0
  467. package/lib/operations/reassignRoleObjects.d.ts.map +1 -0
  468. package/lib/operations/reassignRoleObjects.js +35 -0
  469. package/lib/operations/reassignRoleObjects.js.map +1 -0
  470. package/lib/operations/removeOrganizationMember.d.ts +20 -0
  471. package/lib/operations/removeOrganizationMember.d.ts.map +1 -0
  472. package/lib/operations/removeOrganizationMember.js +33 -0
  473. package/lib/operations/removeOrganizationMember.js.map +1 -0
  474. package/lib/operations/removeOrganizationTeamMember.d.ts +20 -0
  475. package/lib/operations/removeOrganizationTeamMember.d.ts.map +1 -0
  476. package/lib/operations/removeOrganizationTeamMember.js +34 -0
  477. package/lib/operations/removeOrganizationTeamMember.js.map +1 -0
  478. package/lib/operations/renewPassword.d.ts +62 -0
  479. package/lib/operations/renewPassword.d.ts.map +1 -0
  480. package/lib/operations/renewPassword.js +74 -0
  481. package/lib/operations/renewPassword.js.map +1 -0
  482. package/lib/operations/renewRole.d.ts +56 -0
  483. package/lib/operations/renewRole.d.ts.map +1 -0
  484. package/lib/operations/renewRole.js +81 -0
  485. package/lib/operations/renewRole.js.map +1 -0
  486. package/lib/operations/resetDefaultRole.d.ts +54 -0
  487. package/lib/operations/resetDefaultRole.d.ts.map +1 -0
  488. package/lib/operations/resetDefaultRole.js +79 -0
  489. package/lib/operations/resetDefaultRole.js.map +1 -0
  490. package/lib/operations/resetRole.d.ts +56 -0
  491. package/lib/operations/resetRole.d.ts.map +1 -0
  492. package/lib/operations/resetRole.js +81 -0
  493. package/lib/operations/resetRole.js.map +1 -0
  494. package/lib/operations/reviewDeployRequest.d.ts +36 -0
  495. package/lib/operations/reviewDeployRequest.d.ts.map +1 -0
  496. package/lib/operations/reviewDeployRequest.js +49 -0
  497. package/lib/operations/reviewDeployRequest.js.map +1 -0
  498. package/lib/operations/skipRevertPeriod.d.ts +150 -0
  499. package/lib/operations/skipRevertPeriod.d.ts.map +1 -0
  500. package/lib/operations/skipRevertPeriod.js +223 -0
  501. package/lib/operations/skipRevertPeriod.js.map +1 -0
  502. package/lib/operations/testWebhook.d.ts +20 -0
  503. package/lib/operations/testWebhook.d.ts.map +1 -0
  504. package/lib/operations/testWebhook.js +31 -0
  505. package/lib/operations/testWebhook.js.map +1 -0
  506. package/lib/operations/updateAutoApply.d.ts +152 -0
  507. package/lib/operations/updateAutoApply.d.ts.map +1 -0
  508. package/lib/operations/updateAutoApply.js +225 -0
  509. package/lib/operations/updateAutoApply.js.map +1 -0
  510. package/lib/operations/updateAutoDeleteBranch.d.ts +152 -0
  511. package/lib/operations/updateAutoDeleteBranch.d.ts.map +1 -0
  512. package/lib/operations/updateAutoDeleteBranch.js +227 -0
  513. package/lib/operations/updateAutoDeleteBranch.js.map +1 -0
  514. package/lib/operations/updateBackup.d.ts +81 -0
  515. package/lib/operations/updateBackup.d.ts.map +1 -0
  516. package/lib/operations/updateBackup.js +99 -0
  517. package/lib/operations/updateBackup.js.map +1 -0
  518. package/lib/operations/updateBouncerResizeRequest.d.ts +63 -0
  519. package/lib/operations/updateBouncerResizeRequest.d.ts.map +1 -0
  520. package/lib/operations/updateBouncerResizeRequest.js +76 -0
  521. package/lib/operations/updateBouncerResizeRequest.js.map +1 -0
  522. package/lib/operations/updateBranch.d.ts +74 -0
  523. package/lib/operations/updateBranch.d.ts.map +1 -0
  524. package/lib/operations/updateBranch.js +91 -0
  525. package/lib/operations/updateBranch.js.map +1 -0
  526. package/lib/operations/updateBranchChangeRequest.d.ts +61 -0
  527. package/lib/operations/updateBranchChangeRequest.d.ts.map +1 -0
  528. package/lib/operations/updateBranchChangeRequest.js +80 -0
  529. package/lib/operations/updateBranchChangeRequest.js.map +1 -0
  530. package/lib/operations/updateBranchClusterConfig.d.ts +20 -0
  531. package/lib/operations/updateBranchClusterConfig.d.ts.map +1 -0
  532. package/lib/operations/updateBranchClusterConfig.js +33 -0
  533. package/lib/operations/updateBranchClusterConfig.js.map +1 -0
  534. package/lib/operations/updateDatabasePostgresCidr.d.ts +37 -0
  535. package/lib/operations/updateDatabasePostgresCidr.d.ts.map +1 -0
  536. package/lib/operations/updateDatabasePostgresCidr.js +50 -0
  537. package/lib/operations/updateDatabasePostgresCidr.js.map +1 -0
  538. package/lib/operations/updateDatabaseSettings.d.ts +99 -0
  539. package/lib/operations/updateDatabaseSettings.d.ts.map +1 -0
  540. package/lib/operations/updateDatabaseSettings.js +120 -0
  541. package/lib/operations/updateDatabaseSettings.js.map +1 -0
  542. package/lib/operations/updateDatabaseThrottler.d.ts +33 -0
  543. package/lib/operations/updateDatabaseThrottler.d.ts.map +1 -0
  544. package/lib/operations/updateDatabaseThrottler.js +46 -0
  545. package/lib/operations/updateDatabaseThrottler.js.map +1 -0
  546. package/lib/operations/updateDeployRequestThrottler.d.ts +35 -0
  547. package/lib/operations/updateDeployRequestThrottler.d.ts.map +1 -0
  548. package/lib/operations/updateDeployRequestThrottler.js +49 -0
  549. package/lib/operations/updateDeployRequestThrottler.js.map +1 -0
  550. package/lib/operations/updateKeyspace.d.ts +50 -0
  551. package/lib/operations/updateKeyspace.d.ts.map +1 -0
  552. package/lib/operations/updateKeyspace.js +65 -0
  553. package/lib/operations/updateKeyspace.js.map +1 -0
  554. package/lib/operations/updateKeyspaceVschema.d.ts +24 -0
  555. package/lib/operations/updateKeyspaceVschema.d.ts.map +1 -0
  556. package/lib/operations/updateKeyspaceVschema.js +37 -0
  557. package/lib/operations/updateKeyspaceVschema.js.map +1 -0
  558. package/lib/operations/updateOrganization.d.ts +41 -0
  559. package/lib/operations/updateOrganization.d.ts.map +1 -0
  560. package/lib/operations/updateOrganization.js +51 -0
  561. package/lib/operations/updateOrganization.js.map +1 -0
  562. package/lib/operations/updateOrganizationMembership.d.ts +44 -0
  563. package/lib/operations/updateOrganizationMembership.d.ts.map +1 -0
  564. package/lib/operations/updateOrganizationMembership.js +58 -0
  565. package/lib/operations/updateOrganizationMembership.js.map +1 -0
  566. package/lib/operations/updateOrganizationTeam.d.ts +61 -0
  567. package/lib/operations/updateOrganizationTeam.d.ts.map +1 -0
  568. package/lib/operations/updateOrganizationTeam.js +74 -0
  569. package/lib/operations/updateOrganizationTeam.js.map +1 -0
  570. package/lib/operations/updatePassword.d.ts +66 -0
  571. package/lib/operations/updatePassword.d.ts.map +1 -0
  572. package/lib/operations/updatePassword.js +78 -0
  573. package/lib/operations/updatePassword.js.map +1 -0
  574. package/lib/operations/updateRole.d.ts +62 -0
  575. package/lib/operations/updateRole.d.ts.map +1 -0
  576. package/lib/operations/updateRole.js +87 -0
  577. package/lib/operations/updateRole.js.map +1 -0
  578. package/lib/operations/updateWebhook.d.ts +35 -0
  579. package/lib/operations/updateWebhook.d.ts.map +1 -0
  580. package/lib/operations/updateWebhook.js +66 -0
  581. package/lib/operations/updateWebhook.js.map +1 -0
  582. package/lib/operations/verifyWorkflow.d.ts +124 -0
  583. package/lib/operations/verifyWorkflow.d.ts.map +1 -0
  584. package/lib/operations/verifyWorkflow.js +155 -0
  585. package/lib/operations/verifyWorkflow.js.map +1 -0
  586. package/lib/operations/workflowCancel.d.ts +124 -0
  587. package/lib/operations/workflowCancel.d.ts.map +1 -0
  588. package/lib/operations/workflowCancel.js +155 -0
  589. package/lib/operations/workflowCancel.js.map +1 -0
  590. package/lib/operations/workflowComplete.d.ts +124 -0
  591. package/lib/operations/workflowComplete.d.ts.map +1 -0
  592. package/lib/operations/workflowComplete.js +155 -0
  593. package/lib/operations/workflowComplete.js.map +1 -0
  594. package/lib/operations/workflowCutover.d.ts +124 -0
  595. package/lib/operations/workflowCutover.d.ts.map +1 -0
  596. package/lib/operations/workflowCutover.js +155 -0
  597. package/lib/operations/workflowCutover.js.map +1 -0
  598. package/lib/operations/workflowRetry.d.ts +124 -0
  599. package/lib/operations/workflowRetry.d.ts.map +1 -0
  600. package/lib/operations/workflowRetry.js +155 -0
  601. package/lib/operations/workflowRetry.js.map +1 -0
  602. package/lib/operations/workflowReverseCutover.d.ts +124 -0
  603. package/lib/operations/workflowReverseCutover.d.ts.map +1 -0
  604. package/lib/operations/workflowReverseCutover.js +157 -0
  605. package/lib/operations/workflowReverseCutover.js.map +1 -0
  606. package/lib/operations/workflowReverseTraffic.d.ts +124 -0
  607. package/lib/operations/workflowReverseTraffic.d.ts.map +1 -0
  608. package/lib/operations/workflowReverseTraffic.js +157 -0
  609. package/lib/operations/workflowReverseTraffic.js.map +1 -0
  610. package/lib/operations/workflowSwitchPrimaries.d.ts +124 -0
  611. package/lib/operations/workflowSwitchPrimaries.d.ts.map +1 -0
  612. package/lib/operations/workflowSwitchPrimaries.js +157 -0
  613. package/lib/operations/workflowSwitchPrimaries.js.map +1 -0
  614. package/lib/operations/workflowSwitchReplicas.d.ts +124 -0
  615. package/lib/operations/workflowSwitchReplicas.d.ts.map +1 -0
  616. package/lib/operations/workflowSwitchReplicas.js +157 -0
  617. package/lib/operations/workflowSwitchReplicas.js.map +1 -0
  618. package/lib/retry.d.ts +24 -0
  619. package/lib/retry.d.ts.map +1 -0
  620. package/lib/retry.js +23 -0
  621. package/lib/retry.js.map +1 -0
  622. package/lib/sensitive.d.ts +5 -0
  623. package/lib/sensitive.d.ts.map +1 -0
  624. package/lib/sensitive.js +5 -0
  625. package/lib/sensitive.js.map +1 -0
  626. package/lib/traits.d.ts +13 -0
  627. package/lib/traits.d.ts.map +1 -0
  628. package/lib/traits.js +13 -0
  629. package/lib/traits.js.map +1 -0
  630. package/package.json +88 -0
  631. package/src/category.ts +12 -0
  632. package/src/client.ts +63 -0
  633. package/src/credentials.ts +43 -0
  634. package/src/errors.ts +52 -0
  635. package/src/index.ts +15 -0
  636. package/src/operations/addOrganizationTeamMember.ts +121 -0
  637. package/src/operations/cancelBouncerResizeRequest.ts +43 -0
  638. package/src/operations/cancelBranchChangeRequest.ts +41 -0
  639. package/src/operations/cancelDeployRequest.ts +243 -0
  640. package/src/operations/closeDeployRequest.ts +245 -0
  641. package/src/operations/completeErroredDeploy.ts +246 -0
  642. package/src/operations/completeGatedDeployRequest.ts +247 -0
  643. package/src/operations/completeRevert.ts +241 -0
  644. package/src/operations/createBackup.ts +115 -0
  645. package/src/operations/createBouncer.ts +104 -0
  646. package/src/operations/createBranch.ts +111 -0
  647. package/src/operations/createDatabase.ts +113 -0
  648. package/src/operations/createDatabasePostgresCidr.ts +58 -0
  649. package/src/operations/createDeployRequest.ts +251 -0
  650. package/src/operations/createKeyspace.ts +77 -0
  651. package/src/operations/createOauthToken.ts +145 -0
  652. package/src/operations/createOrganizationTeam.ts +88 -0
  653. package/src/operations/createPassword.ts +92 -0
  654. package/src/operations/createQueryPatternsReport.ts +53 -0
  655. package/src/operations/createRole.ts +115 -0
  656. package/src/operations/createServiceToken.ts +135 -0
  657. package/src/operations/createWebhook.ts +72 -0
  658. package/src/operations/createWorkflow.ts +175 -0
  659. package/src/operations/deleteBackup.ts +37 -0
  660. package/src/operations/deleteBouncer.ts +37 -0
  661. package/src/operations/deleteBranch.ts +35 -0
  662. package/src/operations/deleteDatabase.ts +33 -0
  663. package/src/operations/deleteDatabasePostgresCidr.ts +41 -0
  664. package/src/operations/deleteKeyspace.ts +37 -0
  665. package/src/operations/deleteOauthToken.ts +35 -0
  666. package/src/operations/deleteOrganizationTeam.ts +44 -0
  667. package/src/operations/deletePassword.ts +37 -0
  668. package/src/operations/deleteQueryPatternsReport.ts +43 -0
  669. package/src/operations/deleteRole.ts +39 -0
  670. package/src/operations/deleteServiceToken.ts +36 -0
  671. package/src/operations/deleteWebhook.ts +35 -0
  672. package/src/operations/demoteBranch.ts +99 -0
  673. package/src/operations/disableSafeMigrations.ts +102 -0
  674. package/src/operations/dismissSchemaRecommendation.ts +77 -0
  675. package/src/operations/enableSafeMigrations.ts +101 -0
  676. package/src/operations/getBackup.ts +107 -0
  677. package/src/operations/getBouncer.ts +98 -0
  678. package/src/operations/getBranch.ts +97 -0
  679. package/src/operations/getBranchChangeRequest.ts +86 -0
  680. package/src/operations/getBranchSchema.ts +47 -0
  681. package/src/operations/getCurrentUser.ts +48 -0
  682. package/src/operations/getDatabase.ts +106 -0
  683. package/src/operations/getDatabasePostgresCidr.ts +54 -0
  684. package/src/operations/getDatabaseThrottler.ts +52 -0
  685. package/src/operations/getDefaultRole.ts +87 -0
  686. package/src/operations/getDeployQueue.ts +192 -0
  687. package/src/operations/getDeployRequest.ts +243 -0
  688. package/src/operations/getDeployRequestThrottler.ts +56 -0
  689. package/src/operations/getDeployment.ts +185 -0
  690. package/src/operations/getInvoice.ts +40 -0
  691. package/src/operations/getInvoiceLineItems.ts +64 -0
  692. package/src/operations/getKeyspace.ts +71 -0
  693. package/src/operations/getKeyspaceRolloutStatus.ts +54 -0
  694. package/src/operations/getKeyspaceVschema.ts +41 -0
  695. package/src/operations/getOauthApplication.ts +50 -0
  696. package/src/operations/getOauthToken.ts +131 -0
  697. package/src/operations/getOrganization.ts +47 -0
  698. package/src/operations/getOrganizationMembership.ts +67 -0
  699. package/src/operations/getOrganizationTeam.ts +85 -0
  700. package/src/operations/getOrganizationTeamMember.ts +121 -0
  701. package/src/operations/getPassword.ts +80 -0
  702. package/src/operations/getQueryPatternsReport.ts +43 -0
  703. package/src/operations/getQueryPatternsReportStatus.ts +54 -0
  704. package/src/operations/getRole.ts +89 -0
  705. package/src/operations/getSchemaRecommendation.ts +75 -0
  706. package/src/operations/getServiceToken.ts +131 -0
  707. package/src/operations/getWebhook.ts +68 -0
  708. package/src/operations/getWorkflow.ts +161 -0
  709. package/src/operations/index.ts +148 -0
  710. package/src/operations/lintBranchSchema.ts +68 -0
  711. package/src/operations/listAuditLogs.ts +54 -0
  712. package/src/operations/listBackups.ts +141 -0
  713. package/src/operations/listBouncerResizeRequests.ts +98 -0
  714. package/src/operations/listBouncers.ts +109 -0
  715. package/src/operations/listBranchBouncerResizeRequests.ts +95 -0
  716. package/src/operations/listBranchChangeRequests.ts +97 -0
  717. package/src/operations/listBranches.ts +116 -0
  718. package/src/operations/listClusterSizeSkus.ts +60 -0
  719. package/src/operations/listDatabasePostgresCidrs.ts +65 -0
  720. package/src/operations/listDatabaseRegions.ts +57 -0
  721. package/src/operations/listDatabases.ts +116 -0
  722. package/src/operations/listDeployOperations.ts +81 -0
  723. package/src/operations/listDeployRequestReviews.ts +62 -0
  724. package/src/operations/listDeployRequests.ts +271 -0
  725. package/src/operations/listExtensions.ts +85 -0
  726. package/src/operations/listGeneratedQueryPatternsReports.ts +60 -0
  727. package/src/operations/listInvoices.ts +50 -0
  728. package/src/operations/listKeyspaces.ts +84 -0
  729. package/src/operations/listOauthApplications.ts +64 -0
  730. package/src/operations/listOauthTokens.ts +143 -0
  731. package/src/operations/listOrganizationMembers.ts +77 -0
  732. package/src/operations/listOrganizationTeamMembers.ts +128 -0
  733. package/src/operations/listOrganizationTeams.ts +94 -0
  734. package/src/operations/listOrganizations.ts +63 -0
  735. package/src/operations/listParameters.ts +75 -0
  736. package/src/operations/listPasswords.ts +92 -0
  737. package/src/operations/listPublicRegions.ts +50 -0
  738. package/src/operations/listReadOnlyRegions.ts +72 -0
  739. package/src/operations/listRegionsForOrganization.ts +56 -0
  740. package/src/operations/listRoles.ts +100 -0
  741. package/src/operations/listSchemaRecommendations.ts +84 -0
  742. package/src/operations/listServiceTokens.ts +144 -0
  743. package/src/operations/listWebhooks.ts +81 -0
  744. package/src/operations/listWorkflows.ts +174 -0
  745. package/src/operations/promoteBranch.ts +99 -0
  746. package/src/operations/queueDeployRequest.ts +245 -0
  747. package/src/operations/reassignRoleObjects.ts +41 -0
  748. package/src/operations/removeOrganizationMember.ts +43 -0
  749. package/src/operations/removeOrganizationTeamMember.ts +47 -0
  750. package/src/operations/renewPassword.ts +80 -0
  751. package/src/operations/renewRole.ts +89 -0
  752. package/src/operations/resetDefaultRole.ts +89 -0
  753. package/src/operations/resetRole.ts +89 -0
  754. package/src/operations/reviewDeployRequest.ts +55 -0
  755. package/src/operations/skipRevertPeriod.ts +245 -0
  756. package/src/operations/testWebhook.ts +37 -0
  757. package/src/operations/updateAutoApply.ts +245 -0
  758. package/src/operations/updateAutoDeleteBranch.ts +251 -0
  759. package/src/operations/updateBackup.ts +109 -0
  760. package/src/operations/updateBouncerResizeRequest.ts +86 -0
  761. package/src/operations/updateBranch.ts +99 -0
  762. package/src/operations/updateBranchChangeRequest.ts +90 -0
  763. package/src/operations/updateBranchClusterConfig.ts +43 -0
  764. package/src/operations/updateDatabasePostgresCidr.ts +60 -0
  765. package/src/operations/updateDatabaseSettings.ts +134 -0
  766. package/src/operations/updateDatabaseThrottler.ts +58 -0
  767. package/src/operations/updateDeployRequestThrottler.ts +59 -0
  768. package/src/operations/updateKeyspace.ts +71 -0
  769. package/src/operations/updateKeyspaceVschema.ts +46 -0
  770. package/src/operations/updateOrganization.ts +55 -0
  771. package/src/operations/updateOrganizationMembership.ts +68 -0
  772. package/src/operations/updateOrganizationTeam.ts +93 -0
  773. package/src/operations/updatePassword.ts +84 -0
  774. package/src/operations/updateRole.ts +95 -0
  775. package/src/operations/updateWebhook.ts +74 -0
  776. package/src/operations/verifyWorkflow.ts +161 -0
  777. package/src/operations/workflowCancel.ts +161 -0
  778. package/src/operations/workflowComplete.ts +163 -0
  779. package/src/operations/workflowCutover.ts +161 -0
  780. package/src/operations/workflowRetry.ts +161 -0
  781. package/src/operations/workflowReverseCutover.ts +167 -0
  782. package/src/operations/workflowReverseTraffic.ts +167 -0
  783. package/src/operations/workflowSwitchPrimaries.ts +167 -0
  784. package/src/operations/workflowSwitchReplicas.ts +167 -0
  785. package/src/retry.ts +39 -0
  786. package/src/sensitive.ts +4 -0
  787. package/src/traits.ts +12 -0
package/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # @distilled.cloud/planetscale
2
+
3
+ Effect-native PlanetScale SDK generated from the [PlanetScale OpenAPI specification](https://api-docs.planetscale.com/). Manage MySQL and PostgreSQL databases, branches, deploy requests, passwords, and more with exhaustive error typing.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @distilled.cloud/planetscale effect
9
+ ```
10
+
11
+ ## Quick Start
12
+
13
+ ```typescript
14
+ import { Effect, Layer } from "effect";
15
+ import * as FetchHttpClient from "effect/unstable/http/FetchHttpClient";
16
+ import { listDatabases } from "@distilled.cloud/planetscale/Operations";
17
+ import { CredentialsFromEnv, Credentials } from "@distilled.cloud/planetscale";
18
+
19
+ const program = Effect.gen(function* () {
20
+ const { organization } = yield* Credentials;
21
+ const databases = yield* listDatabases({ organization });
22
+ return databases.data;
23
+ });
24
+
25
+ const PlanetScaleLive = Layer.mergeAll(FetchHttpClient.layer, CredentialsFromEnv);
26
+
27
+ program.pipe(Effect.provide(PlanetScaleLive), Effect.runPromise);
28
+ ```
29
+
30
+ ## Configuration
31
+
32
+ Set the following environment variables:
33
+
34
+ ```bash
35
+ PLANETSCALE_API_TOKEN=your-service-token
36
+ PLANETSCALE_ORGANIZATION=my-org-name
37
+ ```
38
+
39
+ Create a service token in the [PlanetScale dashboard](https://app.planetscale.com/) under **Settings > Service tokens**. Grant the token access to the databases and permissions it needs. `PLANETSCALE_ORGANIZATION` is your organization's URL slug.
40
+
41
+ ## Error Handling
42
+
43
+ ```typescript
44
+ import { getDatabase } from "@distilled.cloud/planetscale/Operations";
45
+
46
+ getDatabase({ organization: "my-org", database: "missing" }).pipe(
47
+ Effect.catchTags({
48
+ NotFound: () => Effect.succeed(null),
49
+ UnknownPlanetScaleError: (e) => Effect.fail(new Error(`Unknown: ${e.message}`)),
50
+ }),
51
+ );
52
+ ```
53
+
54
+ ## License
55
+
56
+ MIT
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Re-export the shared category system from sdk-core.
3
+ *
4
+ * PlanetScale uses the shared category system directly.
5
+ * Import from this module for SDK-consistent imports:
6
+ *
7
+ * @example
8
+ * ```ts
9
+ * import * as Category from "@distilled.cloud/planetscale/category";
10
+ * ```
11
+ */
12
+ export * from "@distilled.cloud/core/category";
13
+ //# sourceMappingURL=category.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../src/category.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Re-export the shared category system from sdk-core.
3
+ *
4
+ * PlanetScale uses the shared category system directly.
5
+ * Import from this module for SDK-consistent imports:
6
+ *
7
+ * @example
8
+ * ```ts
9
+ * import * as Category from "@distilled.cloud/planetscale/category";
10
+ * ```
11
+ */
12
+ export * from "@distilled.cloud/core/category";
13
+ //# sourceMappingURL=category.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.js","sourceRoot":"","sources":["../src/category.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,cAAc,gCAAgC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as Schema from "effect/Schema";
2
+ export { UnknownPlanetScaleError } from "./errors.ts";
3
+ /**
4
+ * PlanetScale API client.
5
+ */
6
+ export declare const API: {
7
+ make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => any;
8
+ makePaginated: <I extends Schema.Top, O extends Schema.Top, const E extends readonly import("@distilled.cloud/core/client").ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").PaginatedOperationConfig<I, O, E>, paginateFn?: import("@distilled.cloud/core/pagination").PaginationStrategy | undefined) => any;
9
+ };
10
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AASxC,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAkCtD;;GAEG;AACH,eAAO,MAAM,GAAG;;;CAQd,CAAC"}
package/lib/client.js ADDED
@@ -0,0 +1,52 @@
1
+ /**
2
+ * PlanetScale API Client.
3
+ *
4
+ * Wraps the shared REST client from sdk-core with PlanetScale-specific
5
+ * error matching and credential handling.
6
+ */
7
+ import * as Effect from "effect/Effect";
8
+ import * as Redacted from "effect/Redacted";
9
+ import * as Schema from "effect/Schema";
10
+ import { makeAPI } from "@distilled.cloud/core/client";
11
+ import { HTTP_STATUS_MAP, UnknownPlanetScaleError, PlanetScaleParseError, } from "./errors.js";
12
+ // Re-export for backwards compatibility (tests import UnknownPlanetScaleError from client)
13
+ export { UnknownPlanetScaleError } from "./errors.js";
14
+ import { Credentials } from "./credentials.js";
15
+ // API Error Response Schema
16
+ const ApiErrorResponse = Schema.Struct({
17
+ code: Schema.String,
18
+ message: Schema.optional(Schema.String),
19
+ });
20
+ /**
21
+ * Match a PlanetScale API error response to the appropriate error class.
22
+ */
23
+ const matchError = (status, errorBody) => {
24
+ try {
25
+ const parsed = Schema.decodeUnknownSync(ApiErrorResponse)(errorBody);
26
+ const ErrorClass = HTTP_STATUS_MAP[status];
27
+ if (ErrorClass) {
28
+ return Effect.fail(new ErrorClass({ message: parsed.message ?? "" }));
29
+ }
30
+ return Effect.fail(new UnknownPlanetScaleError({
31
+ code: parsed.code,
32
+ message: parsed.message,
33
+ body: errorBody,
34
+ }));
35
+ }
36
+ catch {
37
+ return Effect.fail(new UnknownPlanetScaleError({ body: errorBody }));
38
+ }
39
+ };
40
+ /**
41
+ * PlanetScale API client.
42
+ */
43
+ export const API = makeAPI({
44
+ credentials: Credentials,
45
+ getBaseUrl: (creds) => creds.apiBaseUrl,
46
+ getAuthHeaders: (creds) => ({
47
+ Authorization: Redacted.value(creds.token),
48
+ }),
49
+ matchError,
50
+ ParseError: PlanetScaleParseError,
51
+ });
52
+ //# sourceMappingURL=client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EACL,eAAe,EACf,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,aAAa,CAAC;AAErB,2FAA2F;AAC3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,4BAA4B;AAC5B,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC;IACrC,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACxC,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,UAAU,GAAG,CACjB,MAAc,EACd,SAAkB,EACa,EAAE;IACjC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC;QACrE,MAAM,UAAU,GAAI,eAAuB,CAAC,MAAM,CAAC,CAAC;QACpD,IAAI,UAAU,EAAE,CAAC;YACf,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC;QACxE,CAAC;QACD,OAAO,MAAM,CAAC,IAAI,CAChB,IAAI,uBAAuB,CAAC;YAC1B,IAAI,EAAE,MAAM,CAAC,IAAI;YACjB,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,IAAI,EAAE,SAAS;SAChB,CAAC,CACH,CAAC;IACJ,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,uBAAuB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC;IACvE,CAAC;AACH,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,OAAO,CAAC;IACzB,WAAW,EAAE,WAAkB;IAC/B,UAAU,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,UAAU;IAC5C,cAAc,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,CAAC;QAC/B,aAAa,EAAE,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC;KAC3C,CAAC;IACF,UAAU;IACV,UAAU,EAAE,qBAA4B;CACzC,CAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as Layer from "effect/Layer";
2
+ import * as Redacted from "effect/Redacted";
3
+ import * as ServiceMap from "effect/ServiceMap";
4
+ import { ConfigError } from "@distilled.cloud/core/errors";
5
+ export declare const DEFAULT_API_BASE_URL = "https://api.planetscale.com/v1";
6
+ export interface Config {
7
+ readonly token: Redacted.Redacted<string>;
8
+ readonly organization: string;
9
+ readonly apiBaseUrl: string;
10
+ }
11
+ declare const Credentials_base: ServiceMap.ServiceClass<Credentials, "PlanetScaleCredentials", Config>;
12
+ export declare class Credentials extends Credentials_base {
13
+ }
14
+ export declare const CredentialsFromEnv: Layer.Layer<Credentials, ConfigError, never>;
15
+ export {};
16
+ //# sourceMappingURL=credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../src/credentials.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,eAAO,MAAM,oBAAoB,mCAAmC,CAAC;AAErE,MAAM,WAAW,MAAM;IACrB,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1C,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;;AAED,qBAAa,WAAY,SAAQ,gBAEhC;CAAG;AAEJ,eAAO,MAAM,kBAAkB,8CAwB9B,CAAC"}
@@ -0,0 +1,28 @@
1
+ import * as Effect from "effect/Effect";
2
+ import * as Layer from "effect/Layer";
3
+ import * as Redacted from "effect/Redacted";
4
+ import * as ServiceMap from "effect/ServiceMap";
5
+ import { ConfigError } from "@distilled.cloud/core/errors";
6
+ export const DEFAULT_API_BASE_URL = "https://api.planetscale.com/v1";
7
+ export class Credentials extends ServiceMap.Service()("PlanetScaleCredentials") {
8
+ }
9
+ export const CredentialsFromEnv = Layer.effect(Credentials, Effect.gen(function* () {
10
+ const token = process.env.PLANETSCALE_API_TOKEN;
11
+ const organization = process.env.PLANETSCALE_ORGANIZATION;
12
+ if (!token) {
13
+ return yield* new ConfigError({
14
+ message: "PLANETSCALE_API_TOKEN environment variable is required",
15
+ });
16
+ }
17
+ if (!organization) {
18
+ return yield* new ConfigError({
19
+ message: "PLANETSCALE_ORGANIZATION environment variable is required",
20
+ });
21
+ }
22
+ return {
23
+ token: Redacted.make(token),
24
+ organization,
25
+ apiBaseUrl: DEFAULT_API_BASE_URL,
26
+ };
27
+ }));
28
+ //# sourceMappingURL=credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credentials.js","sourceRoot":"","sources":["../src/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,MAAM,CAAC,MAAM,oBAAoB,GAAG,gCAAgC,CAAC;AAQrE,MAAM,OAAO,WAAY,SAAQ,UAAU,CAAC,OAAO,EAAuB,CACxE,wBAAwB,CACzB;CAAG;AAEJ,MAAM,CAAC,MAAM,kBAAkB,GAAG,KAAK,CAAC,MAAM,CAC5C,WAAW,EACX,MAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;IAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC;IAChD,MAAM,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC;IAE1D,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,OAAO,KAAK,CAAC,CAAC,IAAI,WAAW,CAAC;YAC5B,OAAO,EAAE,wDAAwD;SAClE,CAAC,CAAC;IACL,CAAC;IAED,IAAI,CAAC,YAAY,EAAE,CAAC;QAClB,OAAO,KAAK,CAAC,CAAC,IAAI,WAAW,CAAC;YAC5B,OAAO,EAAE,2DAA2D;SACrE,CAAC,CAAC;IACL,CAAC;IAED,OAAO;QACL,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;QAC3B,YAAY;QACZ,UAAU,EAAE,oBAAoB;KACjC,CAAC;AACJ,CAAC,CAAC,CACH,CAAC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * PlanetScale-specific error types.
3
+ *
4
+ * Re-exports common HTTP errors from sdk-core and adds PlanetScale-specific
5
+ * error matching and API error types.
6
+ */
7
+ export { BadGateway, BadRequest, Conflict, ConfigError, Forbidden, GatewayTimeout, InternalServerError, NotFound, ServiceUnavailable, TooManyRequests, Unauthorized, UnprocessableEntity, HTTP_STATUS_MAP, DEFAULT_ERRORS, API_ERRORS, } from "@distilled.cloud/core/errors";
8
+ export type { DefaultErrors } from "@distilled.cloud/core/errors";
9
+ import * as Schema from "effect/Schema";
10
+ /**
11
+ * PlanetScale API error code mapping.
12
+ * Maps API error response codes to HTTP error classes.
13
+ */
14
+ export { HTTP_STATUS_MAP as ERROR_CODE_MAP } from "@distilled.cloud/core/errors";
15
+ declare const UnknownPlanetScaleError_base: Schema.ErrorClass<UnknownPlanetScaleError, Schema.TaggedStruct<"UnknownPlanetScaleError", {
16
+ readonly code: Schema.optional<Schema.String>;
17
+ readonly message: Schema.optional<Schema.String>;
18
+ readonly body: Schema.Unknown;
19
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
20
+ "@distilled.cloud/error/categories": {
21
+ ServerError: true;
22
+ };
23
+ });
24
+ export declare class UnknownPlanetScaleError extends UnknownPlanetScaleError_base {
25
+ }
26
+ declare const PlanetScaleParseError_base: Schema.ErrorClass<PlanetScaleParseError, Schema.TaggedStruct<"PlanetScaleParseError", {
27
+ readonly body: Schema.Unknown;
28
+ readonly cause: Schema.Unknown;
29
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
30
+ "@distilled.cloud/error/categories": {
31
+ ParseError: true;
32
+ };
33
+ });
34
+ export declare class PlanetScaleParseError extends PlanetScaleParseError_base {
35
+ }
36
+ //# sourceMappingURL=errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,SAAS,EACT,cAAc,EACd,mBAAmB,EACnB,QAAQ,EACR,kBAAkB,EAClB,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,eAAe,EACf,cAAc,EACd,UAAU,GACX,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAElE,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC;;;GAGG;AACH,OAAO,EAAE,eAAe,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC;;;;;;;;;;AAGjF,qBAAa,uBAAwB,SAAQ,4BAOb;CAAG;;;;;;;;;AAGnC,qBAAa,qBAAsB,SAAQ,0BAMZ;CAAG"}
package/lib/errors.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * PlanetScale-specific error types.
3
+ *
4
+ * Re-exports common HTTP errors from sdk-core and adds PlanetScale-specific
5
+ * error matching and API error types.
6
+ */
7
+ export { BadGateway, BadRequest, Conflict, ConfigError, Forbidden, GatewayTimeout, InternalServerError, NotFound, ServiceUnavailable, TooManyRequests, Unauthorized, UnprocessableEntity, HTTP_STATUS_MAP, DEFAULT_ERRORS, API_ERRORS, } from "@distilled.cloud/core/errors";
8
+ import * as Schema from "effect/Schema";
9
+ import * as Category from "@distilled.cloud/core/category";
10
+ /**
11
+ * PlanetScale API error code mapping.
12
+ * Maps API error response codes to HTTP error classes.
13
+ */
14
+ export { HTTP_STATUS_MAP as ERROR_CODE_MAP } from "@distilled.cloud/core/errors";
15
+ // Unknown PlanetScale error - returned when an error code is not recognized
16
+ export class UnknownPlanetScaleError extends Schema.TaggedErrorClass()("UnknownPlanetScaleError", {
17
+ code: Schema.optional(Schema.String),
18
+ message: Schema.optional(Schema.String),
19
+ body: Schema.Unknown,
20
+ }).pipe(Category.withServerError) {
21
+ }
22
+ // Schema parse error wrapper
23
+ export class PlanetScaleParseError extends Schema.TaggedErrorClass()("PlanetScaleParseError", {
24
+ body: Schema.Unknown,
25
+ cause: Schema.Unknown,
26
+ }).pipe(Category.withParseError) {
27
+ }
28
+ //# sourceMappingURL=errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,SAAS,EACT,cAAc,EACd,mBAAmB,EACnB,QAAQ,EACR,kBAAkB,EAClB,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,eAAe,EACf,cAAc,EACd,UAAU,GACX,MAAM,8BAA8B,CAAC;AAGtC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,QAAQ,MAAM,gCAAgC,CAAC;AAE3D;;;GAGG;AACH,OAAO,EAAE,eAAe,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAEjF,4EAA4E;AAC5E,MAAM,OAAO,uBAAwB,SAAQ,MAAM,CAAC,gBAAgB,EAA2B,CAC7F,yBAAyB,EACzB;IACE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC,OAAO;CACrB,CACF,CAAC,IAAI,CAAC,QAAQ,CAAC,eAAe,CAAC;CAAG;AAEnC,6BAA6B;AAC7B,MAAM,OAAO,qBAAsB,SAAQ,MAAM,CAAC,gBAAgB,EAAyB,CACzF,uBAAuB,EACvB;IACE,IAAI,EAAE,MAAM,CAAC,OAAO;IACpB,KAAK,EAAE,MAAM,CAAC,OAAO;CACtB,CACF,CAAC,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC;CAAG"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /**
2
+ * PlanetScale SDK for Effect
3
+ *
4
+ * @example
5
+ * ```ts
6
+ * import * as PlanetScale from "@distilled.cloud/planetscale";
7
+ * ```
8
+ */
9
+ export * from "./credentials.ts";
10
+ export * as Category from "./category.ts";
11
+ export * as T from "./traits.ts";
12
+ export * as Retry from "./retry.ts";
13
+ export { API } from "./client.ts";
14
+ export * from "./errors.ts";
15
+ export { SensitiveString, SensitiveNullableString } from "./sensitive.ts";
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC"}
package/lib/index.js ADDED
@@ -0,0 +1,16 @@
1
+ /**
2
+ * PlanetScale SDK for Effect
3
+ *
4
+ * @example
5
+ * ```ts
6
+ * import * as PlanetScale from "@distilled.cloud/planetscale";
7
+ * ```
8
+ */
9
+ export * from "./credentials.js";
10
+ export * as Category from "./category.js";
11
+ export * as T from "./traits.js";
12
+ export * as Retry from "./retry.js";
13
+ export { API } from "./client.js";
14
+ export * from "./errors.js";
15
+ export { SensitiveString, SensitiveNullableString } from "./sensitive.js";
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,cAAc,kBAAkB,CAAC;AACjC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,91 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const AddOrganizationTeamMemberInput: Schema.Struct<{
3
+ readonly organization: Schema.String;
4
+ readonly team: Schema.String;
5
+ readonly user_id: Schema.String;
6
+ }>;
7
+ export type AddOrganizationTeamMemberInput = typeof AddOrganizationTeamMemberInput.Type;
8
+ export declare const AddOrganizationTeamMemberOutput: Schema.Struct<{
9
+ readonly id: Schema.String;
10
+ readonly user: Schema.Struct<{
11
+ readonly id: Schema.String;
12
+ readonly display_name: Schema.String;
13
+ readonly name: Schema.String;
14
+ readonly email: Schema.String;
15
+ readonly avatar_url: Schema.String;
16
+ readonly created_at: Schema.String;
17
+ readonly updated_at: Schema.String;
18
+ readonly two_factor_auth_configured: Schema.Boolean;
19
+ readonly default_organization: Schema.Struct<{
20
+ readonly id: Schema.String;
21
+ readonly name: Schema.String;
22
+ readonly created_at: Schema.String;
23
+ readonly updated_at: Schema.String;
24
+ readonly deleted_at: Schema.String;
25
+ }>;
26
+ readonly sso: Schema.Boolean;
27
+ readonly managed: Schema.Boolean;
28
+ readonly directory_managed: Schema.Boolean;
29
+ readonly email_verified: Schema.Boolean;
30
+ }>;
31
+ readonly actor: Schema.Struct<{
32
+ readonly id: Schema.String;
33
+ readonly display_name: Schema.String;
34
+ readonly avatar_url: Schema.String;
35
+ }>;
36
+ readonly created_at: Schema.String;
37
+ readonly updated_at: Schema.String;
38
+ readonly passwords: Schema.$Array<Schema.Struct<{
39
+ readonly id: Schema.String;
40
+ readonly name: Schema.String;
41
+ readonly role: Schema.Literals<readonly ["reader", "writer", "admin", "readwriter"]>;
42
+ readonly cidrs: Schema.$Array<Schema.String>;
43
+ readonly created_at: Schema.String;
44
+ readonly deleted_at: Schema.String;
45
+ readonly expires_at: Schema.String;
46
+ readonly last_used_at: Schema.String;
47
+ readonly expired: Schema.Boolean;
48
+ readonly direct_vtgate: Schema.Boolean;
49
+ readonly direct_vtgate_addresses: Schema.$Array<Schema.String>;
50
+ readonly ttl_seconds: Schema.Number;
51
+ readonly access_host_url: Schema.String;
52
+ readonly access_host_regional_url: Schema.String;
53
+ readonly access_host_regional_urls: Schema.$Array<Schema.String>;
54
+ readonly actor: Schema.Struct<{
55
+ readonly id: Schema.String;
56
+ readonly display_name: Schema.String;
57
+ readonly avatar_url: Schema.String;
58
+ }>;
59
+ readonly region: Schema.Struct<{
60
+ readonly id: Schema.String;
61
+ readonly provider: Schema.String;
62
+ readonly enabled: Schema.Boolean;
63
+ readonly public_ip_addresses: Schema.$Array<Schema.String>;
64
+ readonly display_name: Schema.String;
65
+ readonly location: Schema.String;
66
+ readonly slug: Schema.String;
67
+ readonly current_default: Schema.Boolean;
68
+ }>;
69
+ readonly username: Schema.String;
70
+ readonly plain_text: Schema.String;
71
+ readonly replica: Schema.Boolean;
72
+ readonly renewable: Schema.Boolean;
73
+ readonly database_branch: Schema.Struct<{
74
+ readonly name: Schema.String;
75
+ readonly id: Schema.String;
76
+ readonly production: Schema.Boolean;
77
+ readonly mysql_edge_address: Schema.String;
78
+ readonly private_edge_connectivity: Schema.Boolean;
79
+ }>;
80
+ }>>;
81
+ }>;
82
+ export type AddOrganizationTeamMemberOutput = typeof AddOrganizationTeamMemberOutput.Type;
83
+ /**
84
+ * Add a member to a team
85
+ *
86
+ * @param organization - The name of the organization
87
+ * @param team - The slug of the team
88
+ * @param user_id - The ID of the organization member to add to the team
89
+ */
90
+ export declare const addOrganizationTeamMember: any;
91
+ //# sourceMappingURL=addOrganizationTeamMember.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addOrganizationTeamMember.d.ts","sourceRoot":"","sources":["../../src/operations/addOrganizationTeamMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAWxC,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"}
@@ -0,0 +1,104 @@
1
+ import * as Schema from "effect/Schema";
2
+ import { API } from "../client";
3
+ import * as T from "../traits";
4
+ import { BadRequest, Forbidden, NotFound, UnprocessableEntity, } from "../errors";
5
+ // Input Schema
6
+ export const AddOrganizationTeamMemberInput =
7
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
8
+ organization: Schema.String.pipe(T.PathParam()),
9
+ team: Schema.String.pipe(T.PathParam()),
10
+ user_id: Schema.String,
11
+ }).pipe(T.Http({
12
+ method: "POST",
13
+ path: "/organizations/{organization}/teams/{team}/members",
14
+ }));
15
+ // Output Schema
16
+ export const AddOrganizationTeamMemberOutput =
17
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
18
+ id: Schema.String,
19
+ user: Schema.Struct({
20
+ id: Schema.String,
21
+ display_name: Schema.String,
22
+ name: Schema.String,
23
+ email: Schema.String,
24
+ avatar_url: Schema.String,
25
+ created_at: Schema.String,
26
+ updated_at: Schema.String,
27
+ two_factor_auth_configured: Schema.Boolean,
28
+ default_organization: Schema.Struct({
29
+ id: Schema.String,
30
+ name: Schema.String,
31
+ created_at: Schema.String,
32
+ updated_at: Schema.String,
33
+ deleted_at: Schema.String,
34
+ }),
35
+ sso: Schema.Boolean,
36
+ managed: Schema.Boolean,
37
+ directory_managed: Schema.Boolean,
38
+ email_verified: Schema.Boolean,
39
+ }),
40
+ actor: Schema.Struct({
41
+ id: Schema.String,
42
+ display_name: Schema.String,
43
+ avatar_url: Schema.String,
44
+ }),
45
+ created_at: Schema.String,
46
+ updated_at: Schema.String,
47
+ passwords: Schema.Array(Schema.Struct({
48
+ id: Schema.String,
49
+ name: Schema.String,
50
+ role: Schema.Literals(["reader", "writer", "admin", "readwriter"]),
51
+ cidrs: Schema.Array(Schema.String),
52
+ created_at: Schema.String,
53
+ deleted_at: Schema.String,
54
+ expires_at: Schema.String,
55
+ last_used_at: Schema.String,
56
+ expired: Schema.Boolean,
57
+ direct_vtgate: Schema.Boolean,
58
+ direct_vtgate_addresses: Schema.Array(Schema.String),
59
+ ttl_seconds: Schema.Number,
60
+ access_host_url: Schema.String,
61
+ access_host_regional_url: Schema.String,
62
+ access_host_regional_urls: Schema.Array(Schema.String),
63
+ actor: Schema.Struct({
64
+ id: Schema.String,
65
+ display_name: Schema.String,
66
+ avatar_url: Schema.String,
67
+ }),
68
+ region: Schema.Struct({
69
+ id: Schema.String,
70
+ provider: Schema.String,
71
+ enabled: Schema.Boolean,
72
+ public_ip_addresses: Schema.Array(Schema.String),
73
+ display_name: Schema.String,
74
+ location: Schema.String,
75
+ slug: Schema.String,
76
+ current_default: Schema.Boolean,
77
+ }),
78
+ username: Schema.String,
79
+ plain_text: Schema.String,
80
+ replica: Schema.Boolean,
81
+ renewable: Schema.Boolean,
82
+ database_branch: Schema.Struct({
83
+ name: Schema.String,
84
+ id: Schema.String,
85
+ production: Schema.Boolean,
86
+ mysql_edge_address: Schema.String,
87
+ private_edge_connectivity: Schema.Boolean,
88
+ }),
89
+ })),
90
+ });
91
+ // The operation
92
+ /**
93
+ * Add a member to a team
94
+ *
95
+ * @param organization - The name of the organization
96
+ * @param team - The slug of the team
97
+ * @param user_id - The ID of the organization member to add to the team
98
+ */
99
+ export const addOrganizationTeamMember = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
100
+ inputSchema: AddOrganizationTeamMemberInput,
101
+ outputSchema: AddOrganizationTeamMemberOutput,
102
+ errors: [BadRequest, Forbidden, NotFound, UnprocessableEntity],
103
+ }));
104
+ //# sourceMappingURL=addOrganizationTeamMember.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addOrganizationTeamMember.js","sourceRoot":"","sources":["../../src/operations/addOrganizationTeamMember.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EACL,UAAU,EACV,SAAS,EACT,QAAQ,EACR,mBAAmB,GACpB,MAAM,WAAW,CAAC;AAEnB,eAAe;AACf,MAAM,CAAC,MAAM,8BAA8B;AACzC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC/C,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IACvC,OAAO,EAAE,MAAM,CAAC,MAAM;CACvB,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,oDAAoD;CAC3D,CAAC,CACH,CAAC;AAIJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,+BAA+B;AAC1C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM;IACjB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,YAAY,EAAE,MAAM,CAAC,MAAM;QAC3B,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,KAAK,EAAE,MAAM,CAAC,MAAM;QACpB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,0BAA0B,EAAE,MAAM,CAAC,OAAO;QAC1C,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC;YAClC,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,UAAU,EAAE,MAAM,CAAC,MAAM;YACzB,UAAU,EAAE,MAAM,CAAC,MAAM;YACzB,UAAU,EAAE,MAAM,CAAC,MAAM;SAC1B,CAAC;QACF,GAAG,EAAE,MAAM,CAAC,OAAO;QACnB,OAAO,EAAE,MAAM,CAAC,OAAO;QACvB,iBAAiB,EAAE,MAAM,CAAC,OAAO;QACjC,cAAc,EAAE,MAAM,CAAC,OAAO;KAC/B,CAAC;IACF,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC;QACnB,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,YAAY,EAAE,MAAM,CAAC,MAAM;QAC3B,UAAU,EAAE,MAAM,CAAC,MAAM;KAC1B,CAAC;IACF,UAAU,EAAE,MAAM,CAAC,MAAM;IACzB,UAAU,EAAE,MAAM,CAAC,MAAM;IACzB,SAAS,EAAE,MAAM,CAAC,KAAK,CACrB,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,IAAI,EAAE,MAAM,CAAC,MAAM;QACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC;QAClE,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;QAClC,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,YAAY,EAAE,MAAM,CAAC,MAAM;QAC3B,OAAO,EAAE,MAAM,CAAC,OAAO;QACvB,aAAa,EAAE,MAAM,CAAC,OAAO;QAC7B,uBAAuB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;QACpD,WAAW,EAAE,MAAM,CAAC,MAAM;QAC1B,eAAe,EAAE,MAAM,CAAC,MAAM;QAC9B,wBAAwB,EAAE,MAAM,CAAC,MAAM;QACvC,yBAAyB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;QACtD,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC;YACnB,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,YAAY,EAAE,MAAM,CAAC,MAAM;YAC3B,UAAU,EAAE,MAAM,CAAC,MAAM;SAC1B,CAAC;QACF,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACpB,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,QAAQ,EAAE,MAAM,CAAC,MAAM;YACvB,OAAO,EAAE,MAAM,CAAC,OAAO;YACvB,mBAAmB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;YAChD,YAAY,EAAE,MAAM,CAAC,MAAM;YAC3B,QAAQ,EAAE,MAAM,CAAC,MAAM;YACvB,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,eAAe,EAAE,MAAM,CAAC,OAAO;SAChC,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC,MAAM;QACvB,UAAU,EAAE,MAAM,CAAC,MAAM;QACzB,OAAO,EAAE,MAAM,CAAC,OAAO;QACvB,SAAS,EAAE,MAAM,CAAC,OAAO;QACzB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC;YAC7B,IAAI,EAAE,MAAM,CAAC,MAAM;YACnB,EAAE,EAAE,MAAM,CAAC,MAAM;YACjB,UAAU,EAAE,MAAM,CAAC,OAAO;YAC1B,kBAAkB,EAAE,MAAM,CAAC,MAAM;YACjC,yBAAyB,EAAE,MAAM,CAAC,OAAO;SAC1C,CAAC;KACH,CAAC,CACH;CACF,CAAC,CAAC;AAIL,gBAAgB;AAChB;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAC3E,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,+BAA+B;IAC7C,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,CAAU;CACxE,CAAC,CACH,CAAC"}
@@ -0,0 +1,20 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const CancelBouncerResizeRequestInput: Schema.Struct<{
3
+ readonly organization: Schema.String;
4
+ readonly database: Schema.String;
5
+ readonly branch: Schema.String;
6
+ readonly bouncer: Schema.String;
7
+ }>;
8
+ export type CancelBouncerResizeRequestInput = typeof CancelBouncerResizeRequestInput.Type;
9
+ export declare const CancelBouncerResizeRequestOutput: Schema.Void;
10
+ export type CancelBouncerResizeRequestOutput = typeof CancelBouncerResizeRequestOutput.Type;
11
+ /**
12
+ * Cancel a resize request
13
+ *
14
+ * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
15
+ * @param database - Database name slug from `list_databases`. Example: `app-db`.
16
+ * @param branch - Branch name from `list_branches`. Example: `main`.
17
+ * @param bouncer - The name of the bouncer
18
+ */
19
+ export declare const cancelBouncerResizeRequest: any;
20
+ //# sourceMappingURL=cancelBouncerResizeRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelBouncerResizeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/cancelBouncerResizeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,+BAA+B;;;;;EAWzC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC,aACJ,CAAC;AAC1C,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,KAMtC,CAAC"}
@@ -0,0 +1,33 @@
1
+ import * as Schema from "effect/Schema";
2
+ import { API } from "../client";
3
+ import * as T from "../traits";
4
+ import { Forbidden, NotFound } from "../errors";
5
+ // Input Schema
6
+ export const CancelBouncerResizeRequestInput =
7
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
8
+ organization: Schema.String.pipe(T.PathParam()),
9
+ database: Schema.String.pipe(T.PathParam()),
10
+ branch: Schema.String.pipe(T.PathParam()),
11
+ bouncer: Schema.String.pipe(T.PathParam()),
12
+ }).pipe(T.Http({
13
+ method: "DELETE",
14
+ path: "/organizations/{organization}/databases/{database}/branches/{branch}/bouncers/{bouncer}/resizes",
15
+ }));
16
+ // Output Schema
17
+ export const CancelBouncerResizeRequestOutput =
18
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
19
+ // The operation
20
+ /**
21
+ * Cancel a resize request
22
+ *
23
+ * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
24
+ * @param database - Database name slug from `list_databases`. Example: `app-db`.
25
+ * @param branch - Branch name from `list_branches`. Example: `main`.
26
+ * @param bouncer - The name of the bouncer
27
+ */
28
+ export const cancelBouncerResizeRequest = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
29
+ inputSchema: CancelBouncerResizeRequestInput,
30
+ outputSchema: CancelBouncerResizeRequestOutput,
31
+ errors: [Forbidden, NotFound],
32
+ }));
33
+ //# sourceMappingURL=cancelBouncerResizeRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelBouncerResizeRequest.js","sourceRoot":"","sources":["../../src/operations/cancelBouncerResizeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAEhD,eAAe;AACf,MAAM,CAAC,MAAM,+BAA+B;AAC1C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC/C,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IACzC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC3C,CAAC,CAAC,IAAI,CACL,CAAC,CAAC,IAAI,CAAC;IACL,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,iGAAiG;CACxG,CAAC,CACH,CAAC;AAIJ,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC;AAC3C,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAI1C,gBAAgB;AAChB;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAC5E,GAAG,EAAE,CAAC,CAAC;IACL,WAAW,EAAE,+BAA+B;IAC5C,YAAY,EAAE,gCAAgC;IAC9C,MAAM,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAU;CACvC,CAAC,CACH,CAAC"}
@@ -0,0 +1,18 @@
1
+ import * as Schema from "effect/Schema";
2
+ export declare const CancelBranchChangeRequestInput: Schema.Struct<{
3
+ readonly organization: Schema.String;
4
+ readonly database: Schema.String;
5
+ readonly branch: Schema.String;
6
+ }>;
7
+ export type CancelBranchChangeRequestInput = typeof CancelBranchChangeRequestInput.Type;
8
+ export declare const CancelBranchChangeRequestOutput: Schema.Void;
9
+ export type CancelBranchChangeRequestOutput = typeof CancelBranchChangeRequestOutput.Type;
10
+ /**
11
+ * Cancel a change request
12
+ *
13
+ * @param organization - Organization name slug from `list_organizations`. Example: `acme`.
14
+ * @param database - Database name slug from `list_databases`. Example: `app-db`.
15
+ * @param branch - Branch name from `list_branches`. Example: `main`.
16
+ */
17
+ export declare const cancelBranchChangeRequest: any;
18
+ //# sourceMappingURL=cancelBranchChangeRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelBranchChangeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/cancelBranchChangeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;EAUxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B,aACH,CAAC;AAC1C,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}