@distilled.cloud/planetscale 0.10.1 → 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 UpdateBouncerResizeRequestInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -59,5 +60,56 @@ export type UpdateBouncerResizeRequestOutput = typeof UpdateBouncerResizeRequest
59
60
  * @param replicas_per_cell - The number of PgBouncers per availability zone. Defaults to 1.
60
61
  * @param parameters - Bouncer configuration parameters nested by namespace (e.g., {"pgbouncer": {"default_pool_size": "100"}}). Use the 'List cluster parameters' endpoint to retrieve available parameters. Only parameters with namespace 'pgbouncer' can be updated.
61
62
  */
62
- export declare const updateBouncerResizeRequest: any;
63
+ export declare const updateBouncerResizeRequest: import("@distilled.cloud/core/client").OperationMethod<{
64
+ readonly bouncer: string;
65
+ readonly bouncer_size?: string | undefined;
66
+ readonly branch: string;
67
+ readonly database: string;
68
+ readonly organization: string;
69
+ readonly parameters?: {
70
+ readonly [x: string]: unknown;
71
+ } | undefined;
72
+ readonly replicas_per_cell?: number | undefined;
73
+ }, {
74
+ readonly actor: {
75
+ readonly avatar_url: string;
76
+ readonly display_name: string;
77
+ readonly id: string;
78
+ };
79
+ readonly bouncer: {
80
+ readonly created_at: string;
81
+ readonly deleted_at: string;
82
+ readonly id: string;
83
+ readonly name: string;
84
+ readonly updated_at: string;
85
+ };
86
+ readonly completed_at: string;
87
+ readonly created_at: string;
88
+ readonly id: string;
89
+ readonly parameters: {
90
+ readonly [x: string]: unknown;
91
+ };
92
+ readonly previous_parameters: {
93
+ readonly [x: string]: unknown;
94
+ };
95
+ readonly previous_replicas_per_cell: number;
96
+ readonly previous_sku: {
97
+ readonly cpu: string;
98
+ readonly display_name: string;
99
+ readonly name: string;
100
+ readonly ram: number;
101
+ readonly sort_order: number;
102
+ };
103
+ readonly replicas_per_cell: number;
104
+ readonly sku: {
105
+ readonly cpu: string;
106
+ readonly display_name: string;
107
+ readonly name: string;
108
+ readonly ram: number;
109
+ readonly sort_order: number;
110
+ };
111
+ readonly started_at: string;
112
+ readonly state: "canceled" | "completed" | "pending" | "resizing";
113
+ readonly updated_at: string;
114
+ }, Forbidden | NotFound, any>;
63
115
  //# sourceMappingURL=updateBouncerResizeRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateBouncerResizeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/updateBouncerResizeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,+BAA+B;;;;;;;;EAczC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCzC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,0BAA0B,KAMtC,CAAC"}
1
+ {"version":3,"file":"updateBouncerResizeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/updateBouncerResizeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,+BAA+B;;;;;;;;EAczC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCzC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMtC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateBranchInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -70,5 +71,66 @@ export type UpdateBranchOutput = typeof UpdateBranchOutput.Type;
70
71
  * @param branch - The name of the branch
71
72
  * @param new_name - The name to update the branch
72
73
  */
73
- export declare const updateBranch: any;
74
+ export declare const updateBranch: import("@distilled.cloud/core/client").OperationMethod<{
75
+ readonly branch: string;
76
+ readonly database: string;
77
+ readonly new_name: string;
78
+ readonly organization: string;
79
+ }, {
80
+ readonly actor: {
81
+ readonly avatar_url: string;
82
+ readonly display_name: string;
83
+ readonly id: string;
84
+ };
85
+ readonly cluster_iops: number | null;
86
+ readonly cluster_name: string;
87
+ readonly created_at: string;
88
+ readonly deleted_at: string | null;
89
+ readonly direct_vtgate: boolean;
90
+ readonly has_read_only_replicas: boolean;
91
+ readonly has_replicas: boolean;
92
+ readonly html_url: string;
93
+ readonly id: string;
94
+ readonly kind: "mysql" | "postgresql";
95
+ readonly metal: boolean;
96
+ readonly mysql_address: string;
97
+ readonly mysql_edge_address: string;
98
+ readonly name: string;
99
+ readonly parent_branch: string | null;
100
+ readonly private_edge_connectivity: boolean;
101
+ readonly production: boolean;
102
+ readonly ready: boolean;
103
+ readonly region: {
104
+ readonly current_default: boolean;
105
+ readonly display_name: string;
106
+ readonly enabled: boolean;
107
+ readonly id: string;
108
+ readonly location: string;
109
+ readonly provider: string;
110
+ readonly public_ip_addresses: readonly string[];
111
+ readonly slug: string;
112
+ };
113
+ readonly restore_checklist_completed_at: string | null;
114
+ readonly restored_from_branch: {
115
+ readonly created_at: string;
116
+ readonly deleted_at: string;
117
+ readonly id: string;
118
+ readonly name: string;
119
+ readonly updated_at: string;
120
+ } | null;
121
+ readonly safe_migrations: boolean;
122
+ readonly schema_last_updated_at: string;
123
+ readonly schema_ready: boolean;
124
+ readonly shard_count: number;
125
+ readonly sharded: boolean;
126
+ readonly stale_schema: boolean;
127
+ readonly state: "awakening" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
128
+ readonly updated_at: string;
129
+ readonly url: string;
130
+ readonly vtgate_count: number;
131
+ readonly vtgate_options: {
132
+ readonly [x: string]: unknown;
133
+ };
134
+ readonly vtgate_size: string;
135
+ }, Forbidden | NotFound, any>;
74
136
  //# sourceMappingURL=updateBranch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateBranch.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iBAAiB;;;;;EAU7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8D7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,KAItB,CAAC"}
1
+ {"version":3,"file":"updateBranch.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;;;EAU7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8D7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAItB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateBranchChangeRequestInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -57,5 +58,55 @@ export type UpdateBranchChangeRequestOutput = typeof UpdateBranchChangeRequestOu
57
58
  * @param replicas - The total number of replicas
58
59
  * @param parameters - Cluster configuration parameters nested by namespace (e.g., {"pgconf": {"max_connections": "200"}}). Use the 'List cluster parameters' endpoint to retrieve available parameters. Supported namespaces include 'patroni', 'pgconf', and 'pgbouncer'.
59
60
  */
60
- export declare const updateBranchChangeRequest: any;
61
+ export declare const updateBranchChangeRequest: import("@distilled.cloud/core/client").OperationMethod<{
62
+ readonly branch: string;
63
+ readonly cluster_size?: string | undefined;
64
+ readonly database: string;
65
+ readonly organization: string;
66
+ readonly parameters?: {
67
+ readonly [x: string]: unknown;
68
+ } | undefined;
69
+ readonly replicas?: number | undefined;
70
+ }, {
71
+ readonly actor: {
72
+ readonly avatar_url: string;
73
+ readonly display_name: string;
74
+ readonly id: string;
75
+ };
76
+ readonly cluster_display_name: string;
77
+ readonly cluster_metal: boolean;
78
+ readonly cluster_name: string;
79
+ readonly completed_at: string;
80
+ readonly created_at: string;
81
+ readonly id: string;
82
+ readonly maximum_storage_bytes: number;
83
+ readonly minimum_storage_bytes: number;
84
+ readonly parameters: {
85
+ readonly [x: string]: unknown;
86
+ };
87
+ readonly previous_cluster_display_name: string;
88
+ readonly previous_cluster_metal: boolean;
89
+ readonly previous_cluster_name: string;
90
+ readonly previous_maximum_storage_bytes: number;
91
+ readonly previous_minimum_storage_bytes: number;
92
+ readonly previous_parameters: {
93
+ readonly [x: string]: unknown;
94
+ };
95
+ readonly previous_replicas: number;
96
+ readonly previous_storage_autoscaling: boolean;
97
+ readonly previous_storage_iops: number;
98
+ readonly previous_storage_shrinking: boolean;
99
+ readonly previous_storage_throughput_mibs: number;
100
+ readonly previous_storage_type: string;
101
+ readonly replicas: number;
102
+ readonly restart: readonly number[];
103
+ readonly started_at: string;
104
+ readonly state: "canceled" | "completed" | "pending" | "queued" | "resizing";
105
+ readonly storage_autoscaling: boolean;
106
+ readonly storage_iops: number;
107
+ readonly storage_shrinking: boolean;
108
+ readonly storage_throughput_mibs: number;
109
+ readonly storage_type: "gp3" | "io2" | "pd_ssd";
110
+ readonly updated_at: string;
111
+ }, Forbidden | NotFound, any>;
61
112
  //# sourceMappingURL=updateBranchChangeRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateBranchChangeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranchChangeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;;;;EAaxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;;;GASG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"updateBranchChangeRequest.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranchChangeRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;;;;EAaxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;;;GASG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateBranchClusterConfigInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -16,5 +17,10 @@ export type UpdateBranchClusterConfigOutput = typeof UpdateBranchClusterConfigOu
16
17
  * @param branch - The name of the branch to configure
17
18
  * @param cluster_size - The new size of the database cluster: PS_10, PS_20,…
18
19
  */
19
- export declare const updateBranchClusterConfig: any;
20
+ export declare const updateBranchClusterConfig: import("@distilled.cloud/core/client").OperationMethod<{
21
+ readonly branch: string;
22
+ readonly cluster_size: string;
23
+ readonly database: string;
24
+ readonly organization: string;
25
+ }, void, Forbidden | NotFound, any>;
20
26
  //# sourceMappingURL=updateBranchClusterConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateBranchClusterConfig.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranchClusterConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;;EAWxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B,aACH,CAAC;AAC1C,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,KAMrC,CAAC"}
1
+ {"version":3,"file":"updateBranchClusterConfig.d.ts","sourceRoot":"","sources":["../../src/operations/updateBranchClusterConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,8BAA8B;;;;;EAWxC,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;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB;;;;;mCAMrC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const UpdateDatabasePostgresCidrInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -33,5 +34,25 @@ export type UpdateDatabasePostgresCidrOutput = typeof UpdateDatabasePostgresCidr
33
34
  * @param role - The PostgreSQL role to restrict access to. Leave empty to allow access for all roles.
34
35
  * @param cidrs - List of IPv4 CIDR ranges (e.g., ['192.168.1.0/24', '192.168.1.1/32']). Only provided fields will be updated.
35
36
  */
36
- export declare const updateDatabasePostgresCidr: any;
37
+ export declare const updateDatabasePostgresCidr: import("@distilled.cloud/core/client").OperationMethod<{
38
+ readonly cidrs?: readonly string[] | undefined;
39
+ readonly database: string;
40
+ readonly id: string;
41
+ readonly organization: string;
42
+ readonly role?: string | undefined;
43
+ readonly schema?: string | undefined;
44
+ }, {
45
+ readonly actor: {
46
+ readonly avatar_url: string;
47
+ readonly display_name: string;
48
+ readonly id: string;
49
+ };
50
+ readonly cidrs: readonly string[];
51
+ readonly created_at: string;
52
+ readonly deleted_at: string;
53
+ readonly id: string;
54
+ readonly role: string;
55
+ readonly schema: string;
56
+ readonly updated_at: string;
57
+ }, Forbidden | NotFound | UnprocessableEntity, any>;
37
58
  //# sourceMappingURL=updateDatabasePostgresCidr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateDatabasePostgresCidr.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabasePostgresCidr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,+BAA+B;;;;;;;EAazC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;EAczC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,KAMtC,CAAC"}
1
+ {"version":3,"file":"updateDatabasePostgresCidr.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabasePostgresCidr.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGrE,eAAO,MAAM,+BAA+B;;;;;;;EAazC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;EAczC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;mDAMtC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateDatabaseSettingsInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -95,5 +96,80 @@ export type UpdateDatabaseSettingsOutput = typeof UpdateDatabaseSettingsOutput.T
95
96
  * @param production_branch_web_console - Whether or not the web console can be used on the production branch of the database
96
97
  * @param default_branch - The default branch of the database
97
98
  */
98
- export declare const updateDatabaseSettings: any;
99
+ export declare const updateDatabaseSettings: import("@distilled.cloud/core/client").OperationMethod<{
100
+ readonly allow_data_branching?: boolean | undefined;
101
+ readonly allow_foreign_key_constraints?: boolean | undefined;
102
+ readonly automatic_migrations?: boolean | undefined;
103
+ readonly database: string;
104
+ readonly default_branch?: string | undefined;
105
+ readonly insights_raw_queries?: boolean | undefined;
106
+ readonly migration_framework?: string | undefined;
107
+ readonly migration_table_name?: string | undefined;
108
+ readonly new_name?: string | undefined;
109
+ readonly organization: string;
110
+ readonly production_branch_web_console?: boolean | undefined;
111
+ readonly require_approval_for_deploy?: boolean | undefined;
112
+ readonly restrict_branch_region?: boolean | undefined;
113
+ }, {
114
+ readonly allow_data_branching?: boolean | undefined;
115
+ readonly at_backup_restore_branches_limit?: boolean | undefined;
116
+ readonly at_development_branch_usage_limit?: boolean | undefined;
117
+ readonly automatic_migrations?: boolean | null | undefined;
118
+ readonly branches_count?: number | undefined;
119
+ readonly branches_url: string;
120
+ readonly config_change_queued?: boolean | undefined;
121
+ readonly config_changing?: boolean | undefined;
122
+ readonly created_at: string;
123
+ readonly data_import?: {
124
+ readonly data_source: {
125
+ readonly database: string;
126
+ readonly hostname: string;
127
+ readonly port: number;
128
+ };
129
+ readonly finished_at: string;
130
+ readonly import_check_errors: string;
131
+ readonly started_at: string;
132
+ readonly state: string;
133
+ } | null | undefined;
134
+ readonly default_branch?: string | undefined;
135
+ readonly default_branch_read_only_regions_count?: number | undefined;
136
+ readonly default_branch_shard_count?: number | undefined;
137
+ readonly default_branch_table_count?: number | undefined;
138
+ readonly development_branches_count?: number | undefined;
139
+ readonly foreign_keys_enabled?: boolean | undefined;
140
+ readonly html_url: string;
141
+ readonly id: string;
142
+ readonly insights_enabled?: boolean | undefined;
143
+ readonly insights_raw_queries?: boolean | undefined;
144
+ readonly issues_count?: number | undefined;
145
+ readonly kind: "mysql" | "postgresql";
146
+ readonly migration_framework?: string | null | undefined;
147
+ readonly migration_table_name?: string | null | undefined;
148
+ readonly multiple_admins_required_for_deletion?: boolean | undefined;
149
+ readonly name: string;
150
+ readonly open_schema_recommendations_count?: number | undefined;
151
+ readonly plan?: string | undefined;
152
+ readonly production_branch_web_console?: boolean | undefined;
153
+ readonly production_branches_count?: number | undefined;
154
+ readonly ready: boolean;
155
+ readonly region: {
156
+ readonly current_default: boolean;
157
+ readonly display_name: string;
158
+ readonly enabled: boolean;
159
+ readonly id: string;
160
+ readonly location: string;
161
+ readonly provider: string;
162
+ readonly public_ip_addresses: readonly string[];
163
+ readonly slug: string;
164
+ };
165
+ readonly require_approval_for_deploy?: boolean | undefined;
166
+ readonly resize_queued?: boolean | undefined;
167
+ readonly resizing?: boolean | undefined;
168
+ readonly restrict_branch_region?: boolean | undefined;
169
+ readonly schema_last_updated_at?: string | undefined;
170
+ readonly sharded?: boolean | undefined;
171
+ readonly state: "awakening" | "import_ready" | "importing" | "pending" | "ready" | "sleep_in_progress" | "sleeping";
172
+ readonly updated_at: string;
173
+ readonly url: string;
174
+ }, Forbidden | NotFound, any>;
99
175
  //# sourceMappingURL=updateDatabaseSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateDatabaseSettings.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabaseSettings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;EAoBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0ErC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,sBAAsB,KAMlC,CAAC"}
1
+ {"version":3,"file":"updateDatabaseSettings.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabaseSettings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;EAoBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0ErC,CAAC;AACL,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C;;;;;;;;;;;;;;;;GAgBG;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 UpdateDatabaseThrottlerInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -29,5 +30,23 @@ export type UpdateDatabaseThrottlerOutput = typeof UpdateDatabaseThrottlerOutput
29
30
  * @param ratio - A throttler ratio between 0 and 95 that will apply to all keyspaces in the database. 0 effectively disables throttler, while 95 drastically slows down deploy request migrations
30
31
  * @param configurations - If specifying throttler ratios per keyspace, an array of { "keyspace_name": "mykeyspace", "ratio": 10 }, one for each eligible keyspace
31
32
  */
32
- export declare const updateDatabaseThrottler: any;
33
+ export declare const updateDatabaseThrottler: import("@distilled.cloud/core/client").OperationMethod<{
34
+ readonly configurations?: readonly string[] | undefined;
35
+ readonly database: string;
36
+ readonly organization: string;
37
+ readonly ratio?: number | undefined;
38
+ }, {
39
+ readonly configurable: {
40
+ readonly created_at: string;
41
+ readonly deleted_at: string;
42
+ readonly id: string;
43
+ readonly name: string;
44
+ readonly updated_at: string;
45
+ };
46
+ readonly configurations: readonly {
47
+ readonly keyspace_name: string;
48
+ readonly ratio: number;
49
+ }[];
50
+ readonly keyspaces: readonly string[];
51
+ }, Forbidden | NotFound, any>;
33
52
  //# sourceMappingURL=updateDatabaseThrottler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateDatabaseThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabaseThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,4BAA4B;;;;;EAWtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;EAgBtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,KAMnC,CAAC"}
1
+ {"version":3,"file":"updateDatabaseThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/updateDatabaseThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,4BAA4B;;;;;EAWtC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;EAgBtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;6BAMnC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateDeployRequestThrottlerInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -31,5 +32,24 @@ export type UpdateDeployRequestThrottlerOutput = typeof UpdateDeployRequestThrot
31
32
  * @param ratio - A throttler ratio between 0 and 95 that will apply to all keyspaces affected by the deploy request. 0 effectively disables throttler, while 95 drastically slows down migrations in the deploy request
32
33
  * @param configurations - If specifying throttler ratios per keyspace, an array of { "keyspace_name": "mykeyspace", "ratio": 10 }, one for each eligible keyspace
33
34
  */
34
- export declare const updateDeployRequestThrottler: any;
35
+ export declare const updateDeployRequestThrottler: import("@distilled.cloud/core/client").OperationMethod<{
36
+ readonly configurations?: readonly string[] | undefined;
37
+ readonly database: string;
38
+ readonly number: number;
39
+ readonly organization: string;
40
+ readonly ratio?: number | undefined;
41
+ }, {
42
+ readonly configurable: {
43
+ readonly created_at: string;
44
+ readonly deleted_at: string;
45
+ readonly id: string;
46
+ readonly name: string;
47
+ readonly updated_at: string;
48
+ };
49
+ readonly configurations: readonly {
50
+ readonly keyspace_name: string;
51
+ readonly ratio: number;
52
+ }[];
53
+ readonly keyspaces: readonly string[];
54
+ }, Forbidden | NotFound, any>;
35
55
  //# sourceMappingURL=updateDeployRequestThrottler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateDeployRequestThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/updateDeployRequestThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iCAAiC;;;;;;EAY3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;EAgB3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B,KAKpC,CAAC"}
1
+ {"version":3,"file":"updateDeployRequestThrottler.d.ts","sourceRoot":"","sources":["../../src/operations/updateDeployRequestThrottler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iCAAiC;;;;;;EAY3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;EAgB3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;6BAKpC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateKeyspaceInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -46,5 +47,44 @@ export type UpdateKeyspaceOutput = typeof UpdateKeyspaceOutput.Type;
46
47
  * @param branch - The name of the branch
47
48
  * @param keyspace - The name of the keyspace
48
49
  */
49
- export declare const updateKeyspace: any;
50
+ export declare const updateKeyspace: import("@distilled.cloud/core/client").OperationMethod<{
51
+ readonly branch: string;
52
+ readonly database: string;
53
+ readonly keyspace: string;
54
+ readonly organization: string;
55
+ }, {
56
+ readonly cluster_display_name: string;
57
+ readonly cluster_name: string;
58
+ readonly config_change_in_progress: boolean;
59
+ readonly created_at: string;
60
+ readonly default: boolean;
61
+ readonly extra_replicas: number;
62
+ readonly id: string;
63
+ readonly imported: boolean;
64
+ readonly metal: boolean;
65
+ readonly mysqld_options: {
66
+ readonly [x: string]: unknown;
67
+ };
68
+ readonly name: string;
69
+ readonly node_ttl_strategy: "node_ttl_always" | "node_ttl_follow_maintenance" | "node_ttl_off";
70
+ readonly ready: boolean;
71
+ readonly replicas: number;
72
+ readonly replication_durability_constraints: {
73
+ readonly strategy?: "always" | "available" | "lag" | undefined;
74
+ };
75
+ readonly resize_pending: boolean;
76
+ readonly resizing: boolean;
77
+ readonly sharded: boolean;
78
+ readonly shards: number;
79
+ readonly updated_at: string;
80
+ readonly vector_pool_allocation: number | null;
81
+ readonly vreplication_flags: {
82
+ readonly allow_no_blob_binlog_row_image: boolean;
83
+ readonly optimize_inserts: boolean;
84
+ readonly vplayer_batching: boolean;
85
+ };
86
+ readonly vttablet_options: {
87
+ readonly [x: string]: unknown;
88
+ };
89
+ }, Forbidden | NotFound, any>;
50
90
  //# sourceMappingURL=updateKeyspace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/updateKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,KAIxB,CAAC"}
1
+ {"version":3,"file":"updateKeyspace.d.ts","sourceRoot":"","sources":["../../src/operations/updateKeyspace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAIxB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound, UnprocessableEntity } from "../errors";
2
3
  export declare const UpdateKeyspaceVschemaInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly database: Schema.String;
@@ -20,5 +21,13 @@ export type UpdateKeyspaceVschemaOutput = typeof UpdateKeyspaceVschemaOutput.Typ
20
21
  * @param keyspace - The name of the keyspace
21
22
  * @param vschema - The new VSchema for the keyspace
22
23
  */
23
- export declare const updateKeyspaceVschema: any;
24
+ export declare const updateKeyspaceVschema: import("@distilled.cloud/core/client").OperationMethod<{
25
+ readonly branch: string;
26
+ readonly database: string;
27
+ readonly keyspace: string;
28
+ readonly organization: string;
29
+ readonly vschema: string;
30
+ }, {
31
+ readonly raw: string;
32
+ }, Forbidden | NotFound | UnprocessableEntity, any>;
24
33
  //# sourceMappingURL=updateKeyspaceVschema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateKeyspaceVschema.d.ts","sourceRoot":"","sources":["../../src/operations/updateKeyspaceVschema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,0BAA0B;;;;;;EAYpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;EAGpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB,KAMjC,CAAC"}
1
+ {"version":3,"file":"updateKeyspaceVschema.d.ts","sourceRoot":"","sources":["../../src/operations/updateKeyspaceVschema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGrE,eAAO,MAAM,0BAA0B;;;;;;EAYpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;EAGpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;mDAMjC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as Schema from "effect/Schema";
2
+ import { Forbidden, NotFound } from "../errors";
2
3
  export declare const UpdateOrganizationInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly billing_email: Schema.optional<Schema.String>;
@@ -37,5 +38,33 @@ export type UpdateOrganizationOutput = typeof UpdateOrganizationOutput.Type;
37
38
  * @param idp_managed_roles - Whether or not the IdP provider is be responsible for managing roles in PlanetScale
38
39
  * @param invoice_budget_amount - The expected monthly budget for the organization
39
40
  */
40
- export declare const updateOrganization: any;
41
+ export declare const updateOrganization: import("@distilled.cloud/core/client").OperationMethod<{
42
+ readonly billing_email?: string | undefined;
43
+ readonly idp_managed_roles?: boolean | undefined;
44
+ readonly invoice_budget_amount?: number | undefined;
45
+ readonly organization: string;
46
+ }, {
47
+ readonly billing_email: string;
48
+ readonly created_at: string;
49
+ readonly database_count: number;
50
+ readonly features: {
51
+ readonly [x: string]: unknown;
52
+ };
53
+ readonly has_card: boolean;
54
+ readonly has_past_due_invoices?: boolean | undefined;
55
+ readonly id: string;
56
+ readonly idp_managed_roles: boolean;
57
+ readonly invoice_budget_amount: string;
58
+ readonly keyspace_shard_limit: number;
59
+ readonly managed_tenancy: boolean;
60
+ readonly name: string;
61
+ readonly payment_info_required: boolean;
62
+ readonly plan: string;
63
+ readonly single_tenancy: boolean;
64
+ readonly sso: boolean;
65
+ readonly sso_directory: boolean;
66
+ readonly sso_portal_url?: string | undefined;
67
+ readonly updated_at: string;
68
+ readonly valid_billing_info: boolean;
69
+ }, Forbidden | NotFound, any>;
41
70
  //# sourceMappingURL=updateOrganization.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,uBAAuB;;;;;EAMyC,CAAC;AAC9E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;EAsBjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,KAI5B,CAAC"}
1
+ {"version":3,"file":"updateOrganization.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,uBAAuB;;;;;EAMyC,CAAC;AAC9E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;EAsBjC,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 UpdateOrganizationMembershipInput: Schema.Struct<{
3
4
  readonly organization: Schema.String;
4
5
  readonly id: Schema.String;
@@ -40,5 +41,35 @@ export type UpdateOrganizationMembershipOutput = typeof UpdateOrganizationMember
40
41
  * @param id - The ID of the user
41
42
  * @param role - The role to assign to the member (e.g., 'admin', 'member'). Note: Cannot update your own role. Roles managed by IdP cannot be updated via API.
42
43
  */
43
- export declare const updateOrganizationMembership: any;
44
+ export declare const updateOrganizationMembership: import("@distilled.cloud/core/client").OperationMethod<{
45
+ readonly id: string;
46
+ readonly organization: string;
47
+ readonly role: string;
48
+ }, {
49
+ readonly created_at: string;
50
+ readonly id: string;
51
+ readonly role: "admin" | "member";
52
+ readonly updated_at: string;
53
+ readonly user: {
54
+ readonly avatar_url: string;
55
+ readonly created_at: string;
56
+ readonly default_organization?: {
57
+ readonly created_at: string;
58
+ readonly deleted_at: string;
59
+ readonly id: string;
60
+ readonly name: string;
61
+ readonly updated_at: string;
62
+ } | undefined;
63
+ readonly directory_managed?: boolean | undefined;
64
+ readonly display_name: string;
65
+ readonly email: string;
66
+ readonly email_verified?: boolean | undefined;
67
+ readonly id: string;
68
+ readonly managed?: boolean | undefined;
69
+ readonly name?: string | null | undefined;
70
+ readonly sso?: boolean | undefined;
71
+ readonly two_factor_auth_configured: boolean;
72
+ readonly updated_at: string;
73
+ };
74
+ }, Forbidden | NotFound, any>;
44
75
  //# sourceMappingURL=updateOrganizationMembership.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateOrganizationMembership.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganizationMembership.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,iCAAiC;;;;EAU3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;EA6B3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,KAKpC,CAAC"}
1
+ {"version":3,"file":"updateOrganizationMembership.d.ts","sourceRoot":"","sources":["../../src/operations/updateOrganizationMembership.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iCAAiC;;;;EAU3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;EA6B3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAKpC,CAAC"}