@keystrokehq/neon 0.1.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 (890) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/accept-projects-transfer-requests.cjs +24 -0
  7. package/dist/actions/accept-projects-transfer-requests.cjs.map +1 -0
  8. package/dist/actions/accept-projects-transfer-requests.d.cts +9 -0
  9. package/dist/actions/accept-projects-transfer-requests.d.cts.map +1 -0
  10. package/dist/actions/accept-projects-transfer-requests.d.mts +9 -0
  11. package/dist/actions/accept-projects-transfer-requests.d.mts.map +1 -0
  12. package/dist/actions/accept-projects-transfer-requests.mjs +21 -0
  13. package/dist/actions/accept-projects-transfer-requests.mjs.map +1 -0
  14. package/dist/actions/access-project-details-by-id.cjs +96 -0
  15. package/dist/actions/access-project-details-by-id.cjs.map +1 -0
  16. package/dist/actions/access-project-details-by-id.d.cts +9 -0
  17. package/dist/actions/access-project-details-by-id.d.cts.map +1 -0
  18. package/dist/actions/access-project-details-by-id.d.mts +9 -0
  19. package/dist/actions/access-project-details-by-id.d.mts.map +1 -0
  20. package/dist/actions/access-project-details-by-id.mjs +95 -0
  21. package/dist/actions/access-project-details-by-id.mjs.map +1 -0
  22. package/dist/actions/add-new-jwks-to-project-endpoint.cjs +49 -0
  23. package/dist/actions/add-new-jwks-to-project-endpoint.cjs.map +1 -0
  24. package/dist/actions/add-new-jwks-to-project-endpoint.d.cts +9 -0
  25. package/dist/actions/add-new-jwks-to-project-endpoint.d.cts.map +1 -0
  26. package/dist/actions/add-new-jwks-to-project-endpoint.d.mts +9 -0
  27. package/dist/actions/add-new-jwks-to-project-endpoint.d.mts.map +1 -0
  28. package/dist/actions/add-new-jwks-to-project-endpoint.mjs +48 -0
  29. package/dist/actions/add-new-jwks-to-project-endpoint.mjs.map +1 -0
  30. package/dist/actions/add-project-email-permission.cjs +24 -0
  31. package/dist/actions/add-project-email-permission.cjs.map +1 -0
  32. package/dist/actions/add-project-email-permission.d.cts +9 -0
  33. package/dist/actions/add-project-email-permission.d.cts.map +1 -0
  34. package/dist/actions/add-project-email-permission.d.mts +9 -0
  35. package/dist/actions/add-project-email-permission.d.mts.map +1 -0
  36. package/dist/actions/add-project-email-permission.mjs +23 -0
  37. package/dist/actions/add-project-email-permission.mjs.map +1 -0
  38. package/dist/actions/add-role-to-branch.cjs +44 -0
  39. package/dist/actions/add-role-to-branch.cjs.map +1 -0
  40. package/dist/actions/add-role-to-branch.d.cts +9 -0
  41. package/dist/actions/add-role-to-branch.d.cts.map +1 -0
  42. package/dist/actions/add-role-to-branch.d.mts +9 -0
  43. package/dist/actions/add-role-to-branch.d.mts.map +1 -0
  44. package/dist/actions/add-role-to-branch.mjs +43 -0
  45. package/dist/actions/add-role-to-branch.mjs.map +1 -0
  46. package/dist/actions/count-project-branches.cjs +19 -0
  47. package/dist/actions/count-project-branches.cjs.map +1 -0
  48. package/dist/actions/count-project-branches.d.cts +9 -0
  49. package/dist/actions/count-project-branches.d.cts.map +1 -0
  50. package/dist/actions/count-project-branches.d.mts +9 -0
  51. package/dist/actions/count-project-branches.d.mts.map +1 -0
  52. package/dist/actions/count-project-branches.mjs +16 -0
  53. package/dist/actions/count-project-branches.mjs.map +1 -0
  54. package/dist/actions/create-api-key-for-organization.cjs +25 -0
  55. package/dist/actions/create-api-key-for-organization.cjs.map +1 -0
  56. package/dist/actions/create-api-key-for-organization.d.cts +9 -0
  57. package/dist/actions/create-api-key-for-organization.d.cts.map +1 -0
  58. package/dist/actions/create-api-key-for-organization.d.mts +9 -0
  59. package/dist/actions/create-api-key-for-organization.d.mts.map +1 -0
  60. package/dist/actions/create-api-key-for-organization.mjs +22 -0
  61. package/dist/actions/create-api-key-for-organization.mjs.map +1 -0
  62. package/dist/actions/create-auth-keys.cjs +33 -0
  63. package/dist/actions/create-auth-keys.cjs.map +1 -0
  64. package/dist/actions/create-auth-keys.d.cts +9 -0
  65. package/dist/actions/create-auth-keys.d.cts.map +1 -0
  66. package/dist/actions/create-auth-keys.d.mts +9 -0
  67. package/dist/actions/create-auth-keys.d.mts.map +1 -0
  68. package/dist/actions/create-auth-keys.mjs +30 -0
  69. package/dist/actions/create-auth-keys.mjs.map +1 -0
  70. package/dist/actions/create-auth-user.cjs +21 -0
  71. package/dist/actions/create-auth-user.cjs.map +1 -0
  72. package/dist/actions/create-auth-user.d.cts +9 -0
  73. package/dist/actions/create-auth-user.d.cts.map +1 -0
  74. package/dist/actions/create-auth-user.d.mts +9 -0
  75. package/dist/actions/create-auth-user.d.mts.map +1 -0
  76. package/dist/actions/create-auth-user.mjs +18 -0
  77. package/dist/actions/create-auth-user.mjs.map +1 -0
  78. package/dist/actions/create-branch-database.cjs +46 -0
  79. package/dist/actions/create-branch-database.cjs.map +1 -0
  80. package/dist/actions/create-branch-database.d.cts +9 -0
  81. package/dist/actions/create-branch-database.d.cts.map +1 -0
  82. package/dist/actions/create-branch-database.d.mts +9 -0
  83. package/dist/actions/create-branch-database.d.mts.map +1 -0
  84. package/dist/actions/create-branch-database.mjs +45 -0
  85. package/dist/actions/create-branch-database.mjs.map +1 -0
  86. package/dist/actions/create-branches-auth.cjs +35 -0
  87. package/dist/actions/create-branches-auth.cjs.map +1 -0
  88. package/dist/actions/create-branches-auth.d.cts +9 -0
  89. package/dist/actions/create-branches-auth.d.cts.map +1 -0
  90. package/dist/actions/create-branches-auth.d.mts +9 -0
  91. package/dist/actions/create-branches-auth.d.mts.map +1 -0
  92. package/dist/actions/create-branches-auth.mjs +32 -0
  93. package/dist/actions/create-branches-auth.mjs.map +1 -0
  94. package/dist/actions/create-branches-data-api.cjs +38 -0
  95. package/dist/actions/create-branches-data-api.cjs.map +1 -0
  96. package/dist/actions/create-branches-data-api.d.cts +9 -0
  97. package/dist/actions/create-branches-data-api.d.cts.map +1 -0
  98. package/dist/actions/create-branches-data-api.d.mts +9 -0
  99. package/dist/actions/create-branches-data-api.d.mts.map +1 -0
  100. package/dist/actions/create-branches-data-api.mjs +35 -0
  101. package/dist/actions/create-branches-data-api.mjs.map +1 -0
  102. package/dist/actions/create-branches-snapshot.cjs +46 -0
  103. package/dist/actions/create-branches-snapshot.cjs.map +1 -0
  104. package/dist/actions/create-branches-snapshot.d.cts +9 -0
  105. package/dist/actions/create-branches-snapshot.d.cts.map +1 -0
  106. package/dist/actions/create-branches-snapshot.d.mts +9 -0
  107. package/dist/actions/create-branches-snapshot.d.mts.map +1 -0
  108. package/dist/actions/create-branches-snapshot.mjs +45 -0
  109. package/dist/actions/create-branches-snapshot.mjs.map +1 -0
  110. package/dist/actions/create-compute-endpoint.cjs +87 -0
  111. package/dist/actions/create-compute-endpoint.cjs.map +1 -0
  112. package/dist/actions/create-compute-endpoint.d.cts +9 -0
  113. package/dist/actions/create-compute-endpoint.d.cts.map +1 -0
  114. package/dist/actions/create-compute-endpoint.d.mts +9 -0
  115. package/dist/actions/create-compute-endpoint.d.mts.map +1 -0
  116. package/dist/actions/create-compute-endpoint.mjs +86 -0
  117. package/dist/actions/create-compute-endpoint.mjs.map +1 -0
  118. package/dist/actions/create-new-api-key.cjs +23 -0
  119. package/dist/actions/create-new-api-key.cjs.map +1 -0
  120. package/dist/actions/create-new-api-key.d.cts +9 -0
  121. package/dist/actions/create-new-api-key.d.cts.map +1 -0
  122. package/dist/actions/create-new-api-key.d.mts +9 -0
  123. package/dist/actions/create-new-api-key.d.mts.map +1 -0
  124. package/dist/actions/create-new-api-key.mjs +22 -0
  125. package/dist/actions/create-new-api-key.mjs.map +1 -0
  126. package/dist/actions/create-new-project-branch.cjs +85 -0
  127. package/dist/actions/create-new-project-branch.cjs.map +1 -0
  128. package/dist/actions/create-new-project-branch.d.cts +9 -0
  129. package/dist/actions/create-new-project-branch.d.cts.map +1 -0
  130. package/dist/actions/create-new-project-branch.d.mts +9 -0
  131. package/dist/actions/create-new-project-branch.d.mts.map +1 -0
  132. package/dist/actions/create-new-project-branch.mjs +84 -0
  133. package/dist/actions/create-new-project-branch.mjs.map +1 -0
  134. package/dist/actions/create-project-branch-anonymized.cjs +106 -0
  135. package/dist/actions/create-project-branch-anonymized.cjs.map +1 -0
  136. package/dist/actions/create-project-branch-anonymized.d.cts +9 -0
  137. package/dist/actions/create-project-branch-anonymized.d.cts.map +1 -0
  138. package/dist/actions/create-project-branch-anonymized.d.mts +9 -0
  139. package/dist/actions/create-project-branch-anonymized.d.mts.map +1 -0
  140. package/dist/actions/create-project-branch-anonymized.mjs +105 -0
  141. package/dist/actions/create-project-branch-anonymized.mjs.map +1 -0
  142. package/dist/actions/create-project-with-quota-and-settings.cjs +207 -0
  143. package/dist/actions/create-project-with-quota-and-settings.cjs.map +1 -0
  144. package/dist/actions/create-project-with-quota-and-settings.d.cts +9 -0
  145. package/dist/actions/create-project-with-quota-and-settings.d.cts.map +1 -0
  146. package/dist/actions/create-project-with-quota-and-settings.d.mts +9 -0
  147. package/dist/actions/create-project-with-quota-and-settings.d.mts.map +1 -0
  148. package/dist/actions/create-project-with-quota-and-settings.mjs +206 -0
  149. package/dist/actions/create-project-with-quota-and-settings.mjs.map +1 -0
  150. package/dist/actions/create-projects-transfer-requests.cjs +24 -0
  151. package/dist/actions/create-projects-transfer-requests.cjs.map +1 -0
  152. package/dist/actions/create-projects-transfer-requests.d.cts +9 -0
  153. package/dist/actions/create-projects-transfer-requests.d.cts.map +1 -0
  154. package/dist/actions/create-projects-transfer-requests.d.mts +9 -0
  155. package/dist/actions/create-projects-transfer-requests.d.mts.map +1 -0
  156. package/dist/actions/create-projects-transfer-requests.mjs +21 -0
  157. package/dist/actions/create-projects-transfer-requests.mjs.map +1 -0
  158. package/dist/actions/create-vpc-endpoint-label.cjs +26 -0
  159. package/dist/actions/create-vpc-endpoint-label.cjs.map +1 -0
  160. package/dist/actions/create-vpc-endpoint-label.d.cts +9 -0
  161. package/dist/actions/create-vpc-endpoint-label.d.cts.map +1 -0
  162. package/dist/actions/create-vpc-endpoint-label.d.mts +9 -0
  163. package/dist/actions/create-vpc-endpoint-label.d.mts.map +1 -0
  164. package/dist/actions/create-vpc-endpoint-label.mjs +23 -0
  165. package/dist/actions/create-vpc-endpoint-label.mjs.map +1 -0
  166. package/dist/actions/create-vpc-endpoint-with-label.cjs +27 -0
  167. package/dist/actions/create-vpc-endpoint-with-label.cjs.map +1 -0
  168. package/dist/actions/create-vpc-endpoint-with-label.d.cts +9 -0
  169. package/dist/actions/create-vpc-endpoint-with-label.d.cts.map +1 -0
  170. package/dist/actions/create-vpc-endpoint-with-label.d.mts +9 -0
  171. package/dist/actions/create-vpc-endpoint-with-label.d.mts.map +1 -0
  172. package/dist/actions/create-vpc-endpoint-with-label.mjs +24 -0
  173. package/dist/actions/create-vpc-endpoint-with-label.mjs.map +1 -0
  174. package/dist/actions/delete-api-key-by-id.cjs +25 -0
  175. package/dist/actions/delete-api-key-by-id.cjs.map +1 -0
  176. package/dist/actions/delete-api-key-by-id.d.cts +9 -0
  177. package/dist/actions/delete-api-key-by-id.d.cts.map +1 -0
  178. package/dist/actions/delete-api-key-by-id.d.mts +9 -0
  179. package/dist/actions/delete-api-key-by-id.d.mts.map +1 -0
  180. package/dist/actions/delete-api-key-by-id.mjs +24 -0
  181. package/dist/actions/delete-api-key-by-id.mjs.map +1 -0
  182. package/dist/actions/delete-auth-domains.cjs +30 -0
  183. package/dist/actions/delete-auth-domains.cjs.map +1 -0
  184. package/dist/actions/delete-auth-domains.d.cts +9 -0
  185. package/dist/actions/delete-auth-domains.d.cts.map +1 -0
  186. package/dist/actions/delete-auth-domains.d.mts +9 -0
  187. package/dist/actions/delete-auth-domains.d.mts.map +1 -0
  188. package/dist/actions/delete-auth-domains.mjs +27 -0
  189. package/dist/actions/delete-auth-domains.mjs.map +1 -0
  190. package/dist/actions/delete-auth-oauth-provider.cjs +24 -0
  191. package/dist/actions/delete-auth-oauth-provider.cjs.map +1 -0
  192. package/dist/actions/delete-auth-oauth-provider.d.cts +9 -0
  193. package/dist/actions/delete-auth-oauth-provider.d.cts.map +1 -0
  194. package/dist/actions/delete-auth-oauth-provider.d.mts +9 -0
  195. package/dist/actions/delete-auth-oauth-provider.d.mts.map +1 -0
  196. package/dist/actions/delete-auth-oauth-provider.mjs +21 -0
  197. package/dist/actions/delete-auth-oauth-provider.mjs.map +1 -0
  198. package/dist/actions/delete-auth-user.cjs +24 -0
  199. package/dist/actions/delete-auth-user.cjs.map +1 -0
  200. package/dist/actions/delete-auth-user.d.cts +9 -0
  201. package/dist/actions/delete-auth-user.d.cts.map +1 -0
  202. package/dist/actions/delete-auth-user.d.mts +9 -0
  203. package/dist/actions/delete-auth-user.d.mts.map +1 -0
  204. package/dist/actions/delete-auth-user.mjs +21 -0
  205. package/dist/actions/delete-auth-user.mjs.map +1 -0
  206. package/dist/actions/delete-branch-data-api.cjs +20 -0
  207. package/dist/actions/delete-branch-data-api.cjs.map +1 -0
  208. package/dist/actions/delete-branch-data-api.d.cts +9 -0
  209. package/dist/actions/delete-branch-data-api.d.cts.map +1 -0
  210. package/dist/actions/delete-branch-data-api.d.mts +9 -0
  211. package/dist/actions/delete-branch-data-api.d.mts.map +1 -0
  212. package/dist/actions/delete-branch-data-api.mjs +17 -0
  213. package/dist/actions/delete-branch-data-api.mjs.map +1 -0
  214. package/dist/actions/delete-database-from-branch.cjs +54 -0
  215. package/dist/actions/delete-database-from-branch.cjs.map +1 -0
  216. package/dist/actions/delete-database-from-branch.d.cts +9 -0
  217. package/dist/actions/delete-database-from-branch.d.cts.map +1 -0
  218. package/dist/actions/delete-database-from-branch.d.mts +9 -0
  219. package/dist/actions/delete-database-from-branch.d.mts.map +1 -0
  220. package/dist/actions/delete-database-from-branch.mjs +53 -0
  221. package/dist/actions/delete-database-from-branch.mjs.map +1 -0
  222. package/dist/actions/delete-organization-api-key.cjs +28 -0
  223. package/dist/actions/delete-organization-api-key.cjs.map +1 -0
  224. package/dist/actions/delete-organization-api-key.d.cts +9 -0
  225. package/dist/actions/delete-organization-api-key.d.cts.map +1 -0
  226. package/dist/actions/delete-organization-api-key.d.mts +9 -0
  227. package/dist/actions/delete-organization-api-key.d.mts.map +1 -0
  228. package/dist/actions/delete-organization-api-key.mjs +27 -0
  229. package/dist/actions/delete-organization-api-key.mjs.map +1 -0
  230. package/dist/actions/delete-organization-member.cjs +25 -0
  231. package/dist/actions/delete-organization-member.cjs.map +1 -0
  232. package/dist/actions/delete-organization-member.d.cts +9 -0
  233. package/dist/actions/delete-organization-member.d.cts.map +1 -0
  234. package/dist/actions/delete-organization-member.d.mts +9 -0
  235. package/dist/actions/delete-organization-member.d.mts.map +1 -0
  236. package/dist/actions/delete-organization-member.mjs +22 -0
  237. package/dist/actions/delete-organization-member.mjs.map +1 -0
  238. package/dist/actions/delete-project-branch-by-id.cjs +94 -0
  239. package/dist/actions/delete-project-branch-by-id.cjs.map +1 -0
  240. package/dist/actions/delete-project-branch-by-id.d.cts +9 -0
  241. package/dist/actions/delete-project-branch-by-id.d.cts.map +1 -0
  242. package/dist/actions/delete-project-branch-by-id.d.mts +9 -0
  243. package/dist/actions/delete-project-branch-by-id.d.mts.map +1 -0
  244. package/dist/actions/delete-project-branch-by-id.mjs +93 -0
  245. package/dist/actions/delete-project-branch-by-id.mjs.map +1 -0
  246. package/dist/actions/delete-project-branch-role.cjs +45 -0
  247. package/dist/actions/delete-project-branch-role.cjs.map +1 -0
  248. package/dist/actions/delete-project-branch-role.d.cts +9 -0
  249. package/dist/actions/delete-project-branch-role.d.cts.map +1 -0
  250. package/dist/actions/delete-project-branch-role.d.mts +9 -0
  251. package/dist/actions/delete-project-branch-role.d.mts.map +1 -0
  252. package/dist/actions/delete-project-branch-role.mjs +44 -0
  253. package/dist/actions/delete-project-branch-role.mjs.map +1 -0
  254. package/dist/actions/delete-project-by-id.cjs +27 -0
  255. package/dist/actions/delete-project-by-id.cjs.map +1 -0
  256. package/dist/actions/delete-project-by-id.d.cts +9 -0
  257. package/dist/actions/delete-project-by-id.d.cts.map +1 -0
  258. package/dist/actions/delete-project-by-id.d.mts +9 -0
  259. package/dist/actions/delete-project-by-id.d.mts.map +1 -0
  260. package/dist/actions/delete-project-by-id.mjs +26 -0
  261. package/dist/actions/delete-project-by-id.mjs.map +1 -0
  262. package/dist/actions/delete-project-endpoint.cjs +73 -0
  263. package/dist/actions/delete-project-endpoint.cjs.map +1 -0
  264. package/dist/actions/delete-project-endpoint.d.cts +9 -0
  265. package/dist/actions/delete-project-endpoint.d.cts.map +1 -0
  266. package/dist/actions/delete-project-endpoint.d.mts +9 -0
  267. package/dist/actions/delete-project-endpoint.d.mts.map +1 -0
  268. package/dist/actions/delete-project-endpoint.mjs +72 -0
  269. package/dist/actions/delete-project-endpoint.mjs.map +1 -0
  270. package/dist/actions/delete-project-jwks-by-id.cjs +27 -0
  271. package/dist/actions/delete-project-jwks-by-id.cjs.map +1 -0
  272. package/dist/actions/delete-project-jwks-by-id.d.cts +9 -0
  273. package/dist/actions/delete-project-jwks-by-id.d.cts.map +1 -0
  274. package/dist/actions/delete-project-jwks-by-id.d.mts +9 -0
  275. package/dist/actions/delete-project-jwks-by-id.d.mts.map +1 -0
  276. package/dist/actions/delete-project-jwks-by-id.mjs +24 -0
  277. package/dist/actions/delete-project-jwks-by-id.mjs.map +1 -0
  278. package/dist/actions/delete-project-permission.cjs +25 -0
  279. package/dist/actions/delete-project-permission.cjs.map +1 -0
  280. package/dist/actions/delete-project-permission.d.cts +9 -0
  281. package/dist/actions/delete-project-permission.d.cts.map +1 -0
  282. package/dist/actions/delete-project-permission.d.mts +9 -0
  283. package/dist/actions/delete-project-permission.d.mts.map +1 -0
  284. package/dist/actions/delete-project-permission.mjs +24 -0
  285. package/dist/actions/delete-project-permission.mjs.map +1 -0
  286. package/dist/actions/delete-project-snapshot.cjs +32 -0
  287. package/dist/actions/delete-project-snapshot.cjs.map +1 -0
  288. package/dist/actions/delete-project-snapshot.d.cts +9 -0
  289. package/dist/actions/delete-project-snapshot.d.cts.map +1 -0
  290. package/dist/actions/delete-project-snapshot.d.mts +9 -0
  291. package/dist/actions/delete-project-snapshot.d.mts.map +1 -0
  292. package/dist/actions/delete-project-snapshot.mjs +31 -0
  293. package/dist/actions/delete-project-snapshot.mjs.map +1 -0
  294. package/dist/actions/delete-vpc-endpoint-by-ids.cjs +30 -0
  295. package/dist/actions/delete-vpc-endpoint-by-ids.cjs.map +1 -0
  296. package/dist/actions/delete-vpc-endpoint-by-ids.d.cts +9 -0
  297. package/dist/actions/delete-vpc-endpoint-by-ids.d.cts.map +1 -0
  298. package/dist/actions/delete-vpc-endpoint-by-ids.d.mts +9 -0
  299. package/dist/actions/delete-vpc-endpoint-by-ids.d.mts.map +1 -0
  300. package/dist/actions/delete-vpc-endpoint-by-ids.mjs +29 -0
  301. package/dist/actions/delete-vpc-endpoint-by-ids.mjs.map +1 -0
  302. package/dist/actions/delete-vpc-endpoint-by-project-id.cjs +23 -0
  303. package/dist/actions/delete-vpc-endpoint-by-project-id.cjs.map +1 -0
  304. package/dist/actions/delete-vpc-endpoint-by-project-id.d.cts +9 -0
  305. package/dist/actions/delete-vpc-endpoint-by-project-id.d.cts.map +1 -0
  306. package/dist/actions/delete-vpc-endpoint-by-project-id.d.mts +9 -0
  307. package/dist/actions/delete-vpc-endpoint-by-project-id.d.mts.map +1 -0
  308. package/dist/actions/delete-vpc-endpoint-by-project-id.mjs +20 -0
  309. package/dist/actions/delete-vpc-endpoint-by-project-id.mjs.map +1 -0
  310. package/dist/actions/disable-branches-auth.cjs +20 -0
  311. package/dist/actions/disable-branches-auth.cjs.map +1 -0
  312. package/dist/actions/disable-branches-auth.d.cts +9 -0
  313. package/dist/actions/disable-branches-auth.d.cts.map +1 -0
  314. package/dist/actions/disable-branches-auth.d.mts +9 -0
  315. package/dist/actions/disable-branches-auth.d.mts.map +1 -0
  316. package/dist/actions/disable-branches-auth.mjs +17 -0
  317. package/dist/actions/disable-branches-auth.mjs.map +1 -0
  318. package/dist/actions/fetch-database-for-branch.cjs +27 -0
  319. package/dist/actions/fetch-database-for-branch.cjs.map +1 -0
  320. package/dist/actions/fetch-database-for-branch.d.cts +9 -0
  321. package/dist/actions/fetch-database-for-branch.d.cts.map +1 -0
  322. package/dist/actions/fetch-database-for-branch.d.mts +9 -0
  323. package/dist/actions/fetch-database-for-branch.d.mts.map +1 -0
  324. package/dist/actions/fetch-database-for-branch.mjs +26 -0
  325. package/dist/actions/fetch-database-for-branch.mjs.map +1 -0
  326. package/dist/actions/fetch-organization-members-by-id.cjs +28 -0
  327. package/dist/actions/fetch-organization-members-by-id.cjs.map +1 -0
  328. package/dist/actions/fetch-organization-members-by-id.d.cts +9 -0
  329. package/dist/actions/fetch-organization-members-by-id.d.cts.map +1 -0
  330. package/dist/actions/fetch-organization-members-by-id.d.mts +9 -0
  331. package/dist/actions/fetch-organization-members-by-id.d.mts.map +1 -0
  332. package/dist/actions/fetch-organization-members-by-id.mjs +27 -0
  333. package/dist/actions/fetch-organization-members-by-id.mjs.map +1 -0
  334. package/dist/actions/fetch-vpcendpoint-details-by-id.cjs +27 -0
  335. package/dist/actions/fetch-vpcendpoint-details-by-id.cjs.map +1 -0
  336. package/dist/actions/fetch-vpcendpoint-details-by-id.d.cts +9 -0
  337. package/dist/actions/fetch-vpcendpoint-details-by-id.d.cts.map +1 -0
  338. package/dist/actions/fetch-vpcendpoint-details-by-id.d.mts +9 -0
  339. package/dist/actions/fetch-vpcendpoint-details-by-id.d.mts.map +1 -0
  340. package/dist/actions/fetch-vpcendpoint-details-by-id.mjs +26 -0
  341. package/dist/actions/fetch-vpcendpoint-details-by-id.mjs.map +1 -0
  342. package/dist/actions/finalize-branch-restore.cjs +34 -0
  343. package/dist/actions/finalize-branch-restore.cjs.map +1 -0
  344. package/dist/actions/finalize-branch-restore.d.cts +9 -0
  345. package/dist/actions/finalize-branch-restore.d.cts.map +1 -0
  346. package/dist/actions/finalize-branch-restore.d.mts +9 -0
  347. package/dist/actions/finalize-branch-restore.d.mts.map +1 -0
  348. package/dist/actions/finalize-branch-restore.mjs +33 -0
  349. package/dist/actions/finalize-branch-restore.mjs.map +1 -0
  350. package/dist/actions/get-auth-allow-localhost.cjs +19 -0
  351. package/dist/actions/get-auth-allow-localhost.cjs.map +1 -0
  352. package/dist/actions/get-auth-allow-localhost.d.cts +9 -0
  353. package/dist/actions/get-auth-allow-localhost.d.cts.map +1 -0
  354. package/dist/actions/get-auth-allow-localhost.d.mts +9 -0
  355. package/dist/actions/get-auth-allow-localhost.d.mts.map +1 -0
  356. package/dist/actions/get-auth-allow-localhost.mjs +16 -0
  357. package/dist/actions/get-auth-allow-localhost.mjs.map +1 -0
  358. package/dist/actions/get-auth-email-provider.cjs +26 -0
  359. package/dist/actions/get-auth-email-provider.cjs.map +1 -0
  360. package/dist/actions/get-auth-email-provider.d.cts +9 -0
  361. package/dist/actions/get-auth-email-provider.d.cts.map +1 -0
  362. package/dist/actions/get-auth-email-provider.d.mts +9 -0
  363. package/dist/actions/get-auth-email-provider.d.mts.map +1 -0
  364. package/dist/actions/get-auth-email-provider.mjs +23 -0
  365. package/dist/actions/get-auth-email-provider.mjs.map +1 -0
  366. package/dist/actions/get-auth.cjs +27 -0
  367. package/dist/actions/get-auth.cjs.map +1 -0
  368. package/dist/actions/get-auth.d.cts +9 -0
  369. package/dist/actions/get-auth.d.cts.map +1 -0
  370. package/dist/actions/get-auth.d.mts +9 -0
  371. package/dist/actions/get-auth.d.mts.map +1 -0
  372. package/dist/actions/get-auth.mjs +26 -0
  373. package/dist/actions/get-auth.mjs.map +1 -0
  374. package/dist/actions/get-available-preload-libraries.cjs +23 -0
  375. package/dist/actions/get-available-preload-libraries.cjs.map +1 -0
  376. package/dist/actions/get-available-preload-libraries.d.cts +9 -0
  377. package/dist/actions/get-available-preload-libraries.d.cts.map +1 -0
  378. package/dist/actions/get-available-preload-libraries.d.mts +9 -0
  379. package/dist/actions/get-available-preload-libraries.d.mts.map +1 -0
  380. package/dist/actions/get-available-preload-libraries.mjs +22 -0
  381. package/dist/actions/get-available-preload-libraries.mjs.map +1 -0
  382. package/dist/actions/get-branch-roles-for-project.cjs +26 -0
  383. package/dist/actions/get-branch-roles-for-project.cjs.map +1 -0
  384. package/dist/actions/get-branch-roles-for-project.d.cts +9 -0
  385. package/dist/actions/get-branch-roles-for-project.d.cts.map +1 -0
  386. package/dist/actions/get-branch-roles-for-project.d.mts +9 -0
  387. package/dist/actions/get-branch-roles-for-project.d.mts.map +1 -0
  388. package/dist/actions/get-branch-roles-for-project.mjs +25 -0
  389. package/dist/actions/get-branch-roles-for-project.mjs.map +1 -0
  390. package/dist/actions/get-branches-anonymized-status.cjs +35 -0
  391. package/dist/actions/get-branches-anonymized-status.cjs.map +1 -0
  392. package/dist/actions/get-branches-anonymized-status.d.cts +9 -0
  393. package/dist/actions/get-branches-anonymized-status.d.cts.map +1 -0
  394. package/dist/actions/get-branches-anonymized-status.d.mts +9 -0
  395. package/dist/actions/get-branches-anonymized-status.d.mts.map +1 -0
  396. package/dist/actions/get-branches-anonymized-status.mjs +34 -0
  397. package/dist/actions/get-branches-anonymized-status.mjs.map +1 -0
  398. package/dist/actions/get-branches-backup-schedule.cjs +26 -0
  399. package/dist/actions/get-branches-backup-schedule.cjs.map +1 -0
  400. package/dist/actions/get-branches-backup-schedule.d.cts +9 -0
  401. package/dist/actions/get-branches-backup-schedule.d.cts.map +1 -0
  402. package/dist/actions/get-branches-backup-schedule.d.mts +9 -0
  403. package/dist/actions/get-branches-backup-schedule.d.mts.map +1 -0
  404. package/dist/actions/get-branches-backup-schedule.mjs +25 -0
  405. package/dist/actions/get-branches-backup-schedule.mjs.map +1 -0
  406. package/dist/actions/get-branches-data-api.cjs +37 -0
  407. package/dist/actions/get-branches-data-api.cjs.map +1 -0
  408. package/dist/actions/get-branches-data-api.d.cts +9 -0
  409. package/dist/actions/get-branches-data-api.d.cts.map +1 -0
  410. package/dist/actions/get-branches-data-api.d.mts +9 -0
  411. package/dist/actions/get-branches-data-api.d.mts.map +1 -0
  412. package/dist/actions/get-branches-data-api.mjs +36 -0
  413. package/dist/actions/get-branches-data-api.mjs.map +1 -0
  414. package/dist/actions/get-branches-for-project.cjs +56 -0
  415. package/dist/actions/get-branches-for-project.cjs.map +1 -0
  416. package/dist/actions/get-branches-for-project.d.cts +9 -0
  417. package/dist/actions/get-branches-for-project.d.cts.map +1 -0
  418. package/dist/actions/get-branches-for-project.d.mts +9 -0
  419. package/dist/actions/get-branches-for-project.d.mts.map +1 -0
  420. package/dist/actions/get-branches-for-project.mjs +55 -0
  421. package/dist/actions/get-branches-for-project.mjs.map +1 -0
  422. package/dist/actions/get-branches-masking-rules.cjs +27 -0
  423. package/dist/actions/get-branches-masking-rules.cjs.map +1 -0
  424. package/dist/actions/get-branches-masking-rules.d.cts +9 -0
  425. package/dist/actions/get-branches-masking-rules.d.cts.map +1 -0
  426. package/dist/actions/get-branches-masking-rules.d.mts +9 -0
  427. package/dist/actions/get-branches-masking-rules.d.mts.map +1 -0
  428. package/dist/actions/get-branches-masking-rules.mjs +26 -0
  429. package/dist/actions/get-branches-masking-rules.mjs.map +1 -0
  430. package/dist/actions/get-consumption-history-projects.cjs +48 -0
  431. package/dist/actions/get-consumption-history-projects.cjs.map +1 -0
  432. package/dist/actions/get-consumption-history-projects.d.cts +9 -0
  433. package/dist/actions/get-consumption-history-projects.d.cts.map +1 -0
  434. package/dist/actions/get-consumption-history-projects.d.mts +9 -0
  435. package/dist/actions/get-consumption-history-projects.d.mts.map +1 -0
  436. package/dist/actions/get-consumption-history-projects.mjs +47 -0
  437. package/dist/actions/get-consumption-history-projects.mjs.map +1 -0
  438. package/dist/actions/get-current-user-information.cjs +37 -0
  439. package/dist/actions/get-current-user-information.cjs.map +1 -0
  440. package/dist/actions/get-current-user-information.d.cts +9 -0
  441. package/dist/actions/get-current-user-information.d.cts.map +1 -0
  442. package/dist/actions/get-current-user-information.d.mts +9 -0
  443. package/dist/actions/get-current-user-information.d.mts.map +1 -0
  444. package/dist/actions/get-current-user-information.mjs +36 -0
  445. package/dist/actions/get-current-user-information.mjs.map +1 -0
  446. package/dist/actions/get-organization-api-keys.cjs +16 -0
  447. package/dist/actions/get-organization-api-keys.cjs.map +1 -0
  448. package/dist/actions/get-organization-api-keys.d.cts +9 -0
  449. package/dist/actions/get-organization-api-keys.d.cts.map +1 -0
  450. package/dist/actions/get-organization-api-keys.d.mts +9 -0
  451. package/dist/actions/get-organization-api-keys.d.mts.map +1 -0
  452. package/dist/actions/get-organization-api-keys.mjs +13 -0
  453. package/dist/actions/get-organization-api-keys.mjs.map +1 -0
  454. package/dist/actions/get-project-branch-role.cjs +43 -0
  455. package/dist/actions/get-project-branch-role.cjs.map +1 -0
  456. package/dist/actions/get-project-branch-role.d.cts +9 -0
  457. package/dist/actions/get-project-branch-role.d.cts.map +1 -0
  458. package/dist/actions/get-project-branch-role.d.mts +9 -0
  459. package/dist/actions/get-project-branch-role.d.mts.map +1 -0
  460. package/dist/actions/get-project-branch-role.mjs +42 -0
  461. package/dist/actions/get-project-branch-role.mjs.map +1 -0
  462. package/dist/actions/get-project-branch-schema-comparison.cjs +25 -0
  463. package/dist/actions/get-project-branch-schema-comparison.cjs.map +1 -0
  464. package/dist/actions/get-project-branch-schema-comparison.d.cts +9 -0
  465. package/dist/actions/get-project-branch-schema-comparison.d.cts.map +1 -0
  466. package/dist/actions/get-project-branch-schema-comparison.d.mts +9 -0
  467. package/dist/actions/get-project-branch-schema-comparison.d.mts.map +1 -0
  468. package/dist/actions/get-project-branch-schema-comparison.mjs +22 -0
  469. package/dist/actions/get-project-branch-schema-comparison.mjs.map +1 -0
  470. package/dist/actions/get-project-branches.cjs +63 -0
  471. package/dist/actions/get-project-branches.cjs.map +1 -0
  472. package/dist/actions/get-project-branches.d.cts +9 -0
  473. package/dist/actions/get-project-branches.d.cts.map +1 -0
  474. package/dist/actions/get-project-branches.d.mts +9 -0
  475. package/dist/actions/get-project-branches.d.mts.map +1 -0
  476. package/dist/actions/get-project-branches.mjs +62 -0
  477. package/dist/actions/get-project-branches.mjs.map +1 -0
  478. package/dist/actions/get-project-connection-uri.cjs +23 -0
  479. package/dist/actions/get-project-connection-uri.cjs.map +1 -0
  480. package/dist/actions/get-project-connection-uri.d.cts +9 -0
  481. package/dist/actions/get-project-connection-uri.d.cts.map +1 -0
  482. package/dist/actions/get-project-connection-uri.d.mts +9 -0
  483. package/dist/actions/get-project-connection-uri.d.mts.map +1 -0
  484. package/dist/actions/get-project-connection-uri.mjs +20 -0
  485. package/dist/actions/get-project-connection-uri.mjs.map +1 -0
  486. package/dist/actions/get-project-endpoint-information.cjs +38 -0
  487. package/dist/actions/get-project-endpoint-information.cjs.map +1 -0
  488. package/dist/actions/get-project-endpoint-information.d.cts +9 -0
  489. package/dist/actions/get-project-endpoint-information.d.cts.map +1 -0
  490. package/dist/actions/get-project-endpoint-information.d.mts +9 -0
  491. package/dist/actions/get-project-endpoint-information.d.mts.map +1 -0
  492. package/dist/actions/get-project-endpoint-information.mjs +37 -0
  493. package/dist/actions/get-project-endpoint-information.mjs.map +1 -0
  494. package/dist/actions/get-project-operation-by-id.cjs +33 -0
  495. package/dist/actions/get-project-operation-by-id.cjs.map +1 -0
  496. package/dist/actions/get-project-operation-by-id.d.cts +9 -0
  497. package/dist/actions/get-project-operation-by-id.d.cts.map +1 -0
  498. package/dist/actions/get-project-operation-by-id.d.mts +9 -0
  499. package/dist/actions/get-project-operation-by-id.d.mts.map +1 -0
  500. package/dist/actions/get-project-operation-by-id.mjs +32 -0
  501. package/dist/actions/get-project-operation-by-id.mjs.map +1 -0
  502. package/dist/actions/get-schema-for-project-branch.cjs +22 -0
  503. package/dist/actions/get-schema-for-project-branch.cjs.map +1 -0
  504. package/dist/actions/get-schema-for-project-branch.d.cts +9 -0
  505. package/dist/actions/get-schema-for-project-branch.d.cts.map +1 -0
  506. package/dist/actions/get-schema-for-project-branch.d.mts +9 -0
  507. package/dist/actions/get-schema-for-project-branch.d.mts.map +1 -0
  508. package/dist/actions/get-schema-for-project-branch.mjs +19 -0
  509. package/dist/actions/get-schema-for-project-branch.mjs.map +1 -0
  510. package/dist/actions/get-user-organizations.cjs +25 -0
  511. package/dist/actions/get-user-organizations.cjs.map +1 -0
  512. package/dist/actions/get-user-organizations.d.cts +9 -0
  513. package/dist/actions/get-user-organizations.d.cts.map +1 -0
  514. package/dist/actions/get-user-organizations.d.mts +9 -0
  515. package/dist/actions/get-user-organizations.d.mts.map +1 -0
  516. package/dist/actions/get-user-organizations.mjs +24 -0
  517. package/dist/actions/get-user-organizations.mjs.map +1 -0
  518. package/dist/actions/get-vpc-region-endpoints.cjs +29 -0
  519. package/dist/actions/get-vpc-region-endpoints.cjs.map +1 -0
  520. package/dist/actions/get-vpc-region-endpoints.d.cts +9 -0
  521. package/dist/actions/get-vpc-region-endpoints.d.cts.map +1 -0
  522. package/dist/actions/get-vpc-region-endpoints.d.mts +9 -0
  523. package/dist/actions/get-vpc-region-endpoints.d.mts.map +1 -0
  524. package/dist/actions/get-vpc-region-endpoints.mjs +28 -0
  525. package/dist/actions/get-vpc-region-endpoints.mjs.map +1 -0
  526. package/dist/actions/index.cjs +215 -0
  527. package/dist/actions/index.d.cts +108 -0
  528. package/dist/actions/index.d.mts +108 -0
  529. package/dist/actions/index.mjs +108 -0
  530. package/dist/actions/list-api-keys.cjs +16 -0
  531. package/dist/actions/list-api-keys.cjs.map +1 -0
  532. package/dist/actions/list-api-keys.d.cts +9 -0
  533. package/dist/actions/list-api-keys.d.cts.map +1 -0
  534. package/dist/actions/list-api-keys.d.mts +9 -0
  535. package/dist/actions/list-api-keys.d.mts.map +1 -0
  536. package/dist/actions/list-api-keys.mjs +13 -0
  537. package/dist/actions/list-api-keys.mjs.map +1 -0
  538. package/dist/actions/list-auth-domains.cjs +23 -0
  539. package/dist/actions/list-auth-domains.cjs.map +1 -0
  540. package/dist/actions/list-auth-domains.d.cts +9 -0
  541. package/dist/actions/list-auth-domains.d.cts.map +1 -0
  542. package/dist/actions/list-auth-domains.d.mts +9 -0
  543. package/dist/actions/list-auth-domains.d.mts.map +1 -0
  544. package/dist/actions/list-auth-domains.mjs +22 -0
  545. package/dist/actions/list-auth-domains.mjs.map +1 -0
  546. package/dist/actions/list-auth-oauth-providers2.cjs +25 -0
  547. package/dist/actions/list-auth-oauth-providers2.cjs.map +1 -0
  548. package/dist/actions/list-auth-oauth-providers2.d.cts +9 -0
  549. package/dist/actions/list-auth-oauth-providers2.d.cts.map +1 -0
  550. package/dist/actions/list-auth-oauth-providers2.d.mts +9 -0
  551. package/dist/actions/list-auth-oauth-providers2.d.mts.map +1 -0
  552. package/dist/actions/list-auth-oauth-providers2.mjs +24 -0
  553. package/dist/actions/list-auth-oauth-providers2.mjs.map +1 -0
  554. package/dist/actions/list-projects-snapshots.cjs +26 -0
  555. package/dist/actions/list-projects-snapshots.cjs.map +1 -0
  556. package/dist/actions/list-projects-snapshots.d.cts +9 -0
  557. package/dist/actions/list-projects-snapshots.d.cts.map +1 -0
  558. package/dist/actions/list-projects-snapshots.d.mts +9 -0
  559. package/dist/actions/list-projects-snapshots.d.mts.map +1 -0
  560. package/dist/actions/list-projects-snapshots.mjs +25 -0
  561. package/dist/actions/list-projects-snapshots.mjs.map +1 -0
  562. package/dist/actions/list-shared-projects.cjs +38 -0
  563. package/dist/actions/list-shared-projects.cjs.map +1 -0
  564. package/dist/actions/list-shared-projects.d.cts +9 -0
  565. package/dist/actions/list-shared-projects.d.cts.map +1 -0
  566. package/dist/actions/list-shared-projects.d.mts +9 -0
  567. package/dist/actions/list-shared-projects.d.mts.map +1 -0
  568. package/dist/actions/list-shared-projects.mjs +37 -0
  569. package/dist/actions/list-shared-projects.mjs.map +1 -0
  570. package/dist/actions/list-vpc-vpc-endpoints.cjs +21 -0
  571. package/dist/actions/list-vpc-vpc-endpoints.cjs.map +1 -0
  572. package/dist/actions/list-vpc-vpc-endpoints.d.cts +9 -0
  573. package/dist/actions/list-vpc-vpc-endpoints.d.cts.map +1 -0
  574. package/dist/actions/list-vpc-vpc-endpoints.d.mts +9 -0
  575. package/dist/actions/list-vpc-vpc-endpoints.d.mts.map +1 -0
  576. package/dist/actions/list-vpc-vpc-endpoints.mjs +20 -0
  577. package/dist/actions/list-vpc-vpc-endpoints.mjs.map +1 -0
  578. package/dist/actions/modify-branch-details-in-project.cjs +85 -0
  579. package/dist/actions/modify-branch-details-in-project.cjs.map +1 -0
  580. package/dist/actions/modify-branch-details-in-project.d.cts +9 -0
  581. package/dist/actions/modify-branch-details-in-project.d.cts.map +1 -0
  582. package/dist/actions/modify-branch-details-in-project.d.mts +9 -0
  583. package/dist/actions/modify-branch-details-in-project.d.mts.map +1 -0
  584. package/dist/actions/modify-branch-details-in-project.mjs +84 -0
  585. package/dist/actions/modify-branch-details-in-project.mjs.map +1 -0
  586. package/dist/actions/patch-branch-database-information.cjs +47 -0
  587. package/dist/actions/patch-branch-database-information.cjs.map +1 -0
  588. package/dist/actions/patch-branch-database-information.d.cts +9 -0
  589. package/dist/actions/patch-branch-database-information.d.cts.map +1 -0
  590. package/dist/actions/patch-branch-database-information.d.mts +9 -0
  591. package/dist/actions/patch-branch-database-information.d.mts.map +1 -0
  592. package/dist/actions/patch-branch-database-information.mjs +46 -0
  593. package/dist/actions/patch-branch-database-information.mjs.map +1 -0
  594. package/dist/actions/reset-role-password-for-branch.cjs +45 -0
  595. package/dist/actions/reset-role-password-for-branch.cjs.map +1 -0
  596. package/dist/actions/reset-role-password-for-branch.d.cts +9 -0
  597. package/dist/actions/reset-role-password-for-branch.d.cts.map +1 -0
  598. package/dist/actions/reset-role-password-for-branch.d.mts +9 -0
  599. package/dist/actions/reset-role-password-for-branch.d.mts.map +1 -0
  600. package/dist/actions/reset-role-password-for-branch.mjs +44 -0
  601. package/dist/actions/reset-role-password-for-branch.mjs.map +1 -0
  602. package/dist/actions/restart-project-endpoint.cjs +51 -0
  603. package/dist/actions/restart-project-endpoint.cjs.map +1 -0
  604. package/dist/actions/restart-project-endpoint.d.cts +9 -0
  605. package/dist/actions/restart-project-endpoint.d.cts.map +1 -0
  606. package/dist/actions/restart-project-endpoint.d.mts +9 -0
  607. package/dist/actions/restart-project-endpoint.d.mts.map +1 -0
  608. package/dist/actions/restart-project-endpoint.mjs +50 -0
  609. package/dist/actions/restart-project-endpoint.mjs.map +1 -0
  610. package/dist/actions/restore-project-branch.cjs +63 -0
  611. package/dist/actions/restore-project-branch.cjs.map +1 -0
  612. package/dist/actions/restore-project-branch.d.cts +9 -0
  613. package/dist/actions/restore-project-branch.d.cts.map +1 -0
  614. package/dist/actions/restore-project-branch.d.mts +9 -0
  615. package/dist/actions/restore-project-branch.d.mts.map +1 -0
  616. package/dist/actions/restore-project-branch.mjs +62 -0
  617. package/dist/actions/restore-project-branch.mjs.map +1 -0
  618. package/dist/actions/restore-snapshot.cjs +74 -0
  619. package/dist/actions/restore-snapshot.cjs.map +1 -0
  620. package/dist/actions/restore-snapshot.d.cts +9 -0
  621. package/dist/actions/restore-snapshot.d.cts.map +1 -0
  622. package/dist/actions/restore-snapshot.d.mts +9 -0
  623. package/dist/actions/restore-snapshot.d.mts.map +1 -0
  624. package/dist/actions/restore-snapshot.mjs +73 -0
  625. package/dist/actions/restore-snapshot.mjs.map +1 -0
  626. package/dist/actions/retrieve-account-consumption-history.cjs +43 -0
  627. package/dist/actions/retrieve-account-consumption-history.cjs.map +1 -0
  628. package/dist/actions/retrieve-account-consumption-history.d.cts +9 -0
  629. package/dist/actions/retrieve-account-consumption-history.d.cts.map +1 -0
  630. package/dist/actions/retrieve-account-consumption-history.d.mts +9 -0
  631. package/dist/actions/retrieve-account-consumption-history.d.mts.map +1 -0
  632. package/dist/actions/retrieve-account-consumption-history.mjs +42 -0
  633. package/dist/actions/retrieve-account-consumption-history.mjs.map +1 -0
  634. package/dist/actions/retrieve-all-regions.cjs +23 -0
  635. package/dist/actions/retrieve-all-regions.cjs.map +1 -0
  636. package/dist/actions/retrieve-all-regions.d.cts +9 -0
  637. package/dist/actions/retrieve-all-regions.d.cts.map +1 -0
  638. package/dist/actions/retrieve-all-regions.d.mts +9 -0
  639. package/dist/actions/retrieve-all-regions.d.mts.map +1 -0
  640. package/dist/actions/retrieve-all-regions.mjs +22 -0
  641. package/dist/actions/retrieve-all-regions.mjs.map +1 -0
  642. package/dist/actions/retrieve-branch-database-details.cjs +28 -0
  643. package/dist/actions/retrieve-branch-database-details.cjs.map +1 -0
  644. package/dist/actions/retrieve-branch-database-details.d.cts +9 -0
  645. package/dist/actions/retrieve-branch-database-details.d.cts.map +1 -0
  646. package/dist/actions/retrieve-branch-database-details.d.mts +9 -0
  647. package/dist/actions/retrieve-branch-database-details.d.mts.map +1 -0
  648. package/dist/actions/retrieve-branch-database-details.mjs +27 -0
  649. package/dist/actions/retrieve-branch-database-details.mjs.map +1 -0
  650. package/dist/actions/retrieve-branch-endpoints.cjs +41 -0
  651. package/dist/actions/retrieve-branch-endpoints.cjs.map +1 -0
  652. package/dist/actions/retrieve-branch-endpoints.d.cts +9 -0
  653. package/dist/actions/retrieve-branch-endpoints.d.cts.map +1 -0
  654. package/dist/actions/retrieve-branch-endpoints.d.mts +9 -0
  655. package/dist/actions/retrieve-branch-endpoints.d.mts.map +1 -0
  656. package/dist/actions/retrieve-branch-endpoints.mjs +40 -0
  657. package/dist/actions/retrieve-branch-endpoints.mjs.map +1 -0
  658. package/dist/actions/retrieve-jwks-for-project.cjs +26 -0
  659. package/dist/actions/retrieve-jwks-for-project.cjs.map +1 -0
  660. package/dist/actions/retrieve-jwks-for-project.d.cts +9 -0
  661. package/dist/actions/retrieve-jwks-for-project.d.cts.map +1 -0
  662. package/dist/actions/retrieve-jwks-for-project.d.mts +9 -0
  663. package/dist/actions/retrieve-jwks-for-project.d.mts.map +1 -0
  664. package/dist/actions/retrieve-jwks-for-project.mjs +25 -0
  665. package/dist/actions/retrieve-jwks-for-project.mjs.map +1 -0
  666. package/dist/actions/retrieve-organization-by-id.cjs +25 -0
  667. package/dist/actions/retrieve-organization-by-id.cjs.map +1 -0
  668. package/dist/actions/retrieve-organization-by-id.d.cts +9 -0
  669. package/dist/actions/retrieve-organization-by-id.d.cts.map +1 -0
  670. package/dist/actions/retrieve-organization-by-id.d.mts +9 -0
  671. package/dist/actions/retrieve-organization-by-id.d.mts.map +1 -0
  672. package/dist/actions/retrieve-organization-by-id.mjs +24 -0
  673. package/dist/actions/retrieve-organization-by-id.mjs.map +1 -0
  674. package/dist/actions/retrieve-organization-invitations.cjs +28 -0
  675. package/dist/actions/retrieve-organization-invitations.cjs.map +1 -0
  676. package/dist/actions/retrieve-organization-invitations.d.cts +9 -0
  677. package/dist/actions/retrieve-organization-invitations.d.cts.map +1 -0
  678. package/dist/actions/retrieve-organization-invitations.d.mts +9 -0
  679. package/dist/actions/retrieve-organization-invitations.d.mts.map +1 -0
  680. package/dist/actions/retrieve-organization-invitations.mjs +27 -0
  681. package/dist/actions/retrieve-organization-invitations.mjs.map +1 -0
  682. package/dist/actions/retrieve-organization-member-info.cjs +26 -0
  683. package/dist/actions/retrieve-organization-member-info.cjs.map +1 -0
  684. package/dist/actions/retrieve-organization-member-info.d.cts +9 -0
  685. package/dist/actions/retrieve-organization-member-info.d.cts.map +1 -0
  686. package/dist/actions/retrieve-organization-member-info.d.mts +9 -0
  687. package/dist/actions/retrieve-organization-member-info.d.mts.map +1 -0
  688. package/dist/actions/retrieve-organization-member-info.mjs +25 -0
  689. package/dist/actions/retrieve-organization-member-info.mjs.map +1 -0
  690. package/dist/actions/retrieve-project-endpoint-details.cjs +46 -0
  691. package/dist/actions/retrieve-project-endpoint-details.cjs.map +1 -0
  692. package/dist/actions/retrieve-project-endpoint-details.d.cts +9 -0
  693. package/dist/actions/retrieve-project-endpoint-details.d.cts.map +1 -0
  694. package/dist/actions/retrieve-project-endpoint-details.d.mts +9 -0
  695. package/dist/actions/retrieve-project-endpoint-details.d.mts.map +1 -0
  696. package/dist/actions/retrieve-project-endpoint-details.mjs +45 -0
  697. package/dist/actions/retrieve-project-endpoint-details.mjs.map +1 -0
  698. package/dist/actions/retrieve-project-operations.cjs +76 -0
  699. package/dist/actions/retrieve-project-operations.cjs.map +1 -0
  700. package/dist/actions/retrieve-project-operations.d.cts +9 -0
  701. package/dist/actions/retrieve-project-operations.d.cts.map +1 -0
  702. package/dist/actions/retrieve-project-operations.d.mts +9 -0
  703. package/dist/actions/retrieve-project-operations.d.mts.map +1 -0
  704. package/dist/actions/retrieve-project-operations.mjs +75 -0
  705. package/dist/actions/retrieve-project-operations.mjs.map +1 -0
  706. package/dist/actions/retrieve-project-permissions.cjs +16 -0
  707. package/dist/actions/retrieve-project-permissions.cjs.map +1 -0
  708. package/dist/actions/retrieve-project-permissions.d.cts +9 -0
  709. package/dist/actions/retrieve-project-permissions.d.cts.map +1 -0
  710. package/dist/actions/retrieve-project-permissions.d.mts +9 -0
  711. package/dist/actions/retrieve-project-permissions.d.mts.map +1 -0
  712. package/dist/actions/retrieve-project-permissions.mjs +13 -0
  713. package/dist/actions/retrieve-project-permissions.mjs.map +1 -0
  714. package/dist/actions/retrieve-projects-list.cjs +100 -0
  715. package/dist/actions/retrieve-projects-list.cjs.map +1 -0
  716. package/dist/actions/retrieve-projects-list.d.cts +9 -0
  717. package/dist/actions/retrieve-projects-list.d.cts.map +1 -0
  718. package/dist/actions/retrieve-projects-list.d.mts +9 -0
  719. package/dist/actions/retrieve-projects-list.d.mts.map +1 -0
  720. package/dist/actions/retrieve-projects-list.mjs +99 -0
  721. package/dist/actions/retrieve-projects-list.mjs.map +1 -0
  722. package/dist/actions/retrieve-vpc-endpoints-for-project.cjs +23 -0
  723. package/dist/actions/retrieve-vpc-endpoints-for-project.cjs.map +1 -0
  724. package/dist/actions/retrieve-vpc-endpoints-for-project.d.cts +9 -0
  725. package/dist/actions/retrieve-vpc-endpoints-for-project.d.cts.map +1 -0
  726. package/dist/actions/retrieve-vpc-endpoints-for-project.d.mts +9 -0
  727. package/dist/actions/retrieve-vpc-endpoints-for-project.d.mts.map +1 -0
  728. package/dist/actions/retrieve-vpc-endpoints-for-project.mjs +22 -0
  729. package/dist/actions/retrieve-vpc-endpoints-for-project.mjs.map +1 -0
  730. package/dist/actions/reveal-role-password-in-branch.cjs +20 -0
  731. package/dist/actions/reveal-role-password-in-branch.cjs.map +1 -0
  732. package/dist/actions/reveal-role-password-in-branch.d.cts +9 -0
  733. package/dist/actions/reveal-role-password-in-branch.d.cts.map +1 -0
  734. package/dist/actions/reveal-role-password-in-branch.d.mts +9 -0
  735. package/dist/actions/reveal-role-password-in-branch.d.mts.map +1 -0
  736. package/dist/actions/reveal-role-password-in-branch.mjs +17 -0
  737. package/dist/actions/reveal-role-password-in-branch.mjs.map +1 -0
  738. package/dist/actions/send-auth-test-email.cjs +29 -0
  739. package/dist/actions/send-auth-test-email.cjs.map +1 -0
  740. package/dist/actions/send-auth-test-email.d.cts +9 -0
  741. package/dist/actions/send-auth-test-email.d.cts.map +1 -0
  742. package/dist/actions/send-auth-test-email.d.mts +9 -0
  743. package/dist/actions/send-auth-test-email.d.mts.map +1 -0
  744. package/dist/actions/send-auth-test-email.mjs +26 -0
  745. package/dist/actions/send-auth-test-email.mjs.map +1 -0
  746. package/dist/actions/send-organization-invitations.cjs +30 -0
  747. package/dist/actions/send-organization-invitations.cjs.map +1 -0
  748. package/dist/actions/send-organization-invitations.d.cts +9 -0
  749. package/dist/actions/send-organization-invitations.d.cts.map +1 -0
  750. package/dist/actions/send-organization-invitations.d.mts +9 -0
  751. package/dist/actions/send-organization-invitations.d.mts.map +1 -0
  752. package/dist/actions/send-organization-invitations.mjs +29 -0
  753. package/dist/actions/send-organization-invitations.mjs.map +1 -0
  754. package/dist/actions/set-branch-as-default.cjs +58 -0
  755. package/dist/actions/set-branch-as-default.cjs.map +1 -0
  756. package/dist/actions/set-branch-as-default.d.cts +9 -0
  757. package/dist/actions/set-branch-as-default.d.cts.map +1 -0
  758. package/dist/actions/set-branch-as-default.d.mts +9 -0
  759. package/dist/actions/set-branch-as-default.d.mts.map +1 -0
  760. package/dist/actions/set-branch-as-default.mjs +57 -0
  761. package/dist/actions/set-branch-as-default.mjs.map +1 -0
  762. package/dist/actions/start-branch-anonymization.cjs +35 -0
  763. package/dist/actions/start-branch-anonymization.cjs.map +1 -0
  764. package/dist/actions/start-branch-anonymization.d.cts +9 -0
  765. package/dist/actions/start-branch-anonymization.d.cts.map +1 -0
  766. package/dist/actions/start-branch-anonymization.d.mts +9 -0
  767. package/dist/actions/start-branch-anonymization.d.mts.map +1 -0
  768. package/dist/actions/start-branch-anonymization.mjs +34 -0
  769. package/dist/actions/start-branch-anonymization.mjs.map +1 -0
  770. package/dist/actions/start-endpoint-for-project.cjs +60 -0
  771. package/dist/actions/start-endpoint-for-project.cjs.map +1 -0
  772. package/dist/actions/start-endpoint-for-project.d.cts +9 -0
  773. package/dist/actions/start-endpoint-for-project.d.cts.map +1 -0
  774. package/dist/actions/start-endpoint-for-project.d.mts +9 -0
  775. package/dist/actions/start-endpoint-for-project.d.mts.map +1 -0
  776. package/dist/actions/start-endpoint-for-project.mjs +59 -0
  777. package/dist/actions/start-endpoint-for-project.mjs.map +1 -0
  778. package/dist/actions/suspend-project-endpoint-by-id.cjs +60 -0
  779. package/dist/actions/suspend-project-endpoint-by-id.cjs.map +1 -0
  780. package/dist/actions/suspend-project-endpoint-by-id.d.cts +9 -0
  781. package/dist/actions/suspend-project-endpoint-by-id.d.cts.map +1 -0
  782. package/dist/actions/suspend-project-endpoint-by-id.d.mts +9 -0
  783. package/dist/actions/suspend-project-endpoint-by-id.d.mts.map +1 -0
  784. package/dist/actions/suspend-project-endpoint-by-id.mjs +59 -0
  785. package/dist/actions/suspend-project-endpoint-by-id.mjs.map +1 -0
  786. package/dist/actions/transfer-projects-between-organizations.cjs +20 -0
  787. package/dist/actions/transfer-projects-between-organizations.cjs.map +1 -0
  788. package/dist/actions/transfer-projects-between-organizations.d.cts +9 -0
  789. package/dist/actions/transfer-projects-between-organizations.d.cts.map +1 -0
  790. package/dist/actions/transfer-projects-between-organizations.d.mts +9 -0
  791. package/dist/actions/transfer-projects-between-organizations.d.mts.map +1 -0
  792. package/dist/actions/transfer-projects-between-organizations.mjs +17 -0
  793. package/dist/actions/transfer-projects-between-organizations.mjs.map +1 -0
  794. package/dist/actions/transfer-user-projects-to-organization.cjs +28 -0
  795. package/dist/actions/transfer-user-projects-to-organization.cjs.map +1 -0
  796. package/dist/actions/transfer-user-projects-to-organization.d.cts +9 -0
  797. package/dist/actions/transfer-user-projects-to-organization.d.cts.map +1 -0
  798. package/dist/actions/transfer-user-projects-to-organization.d.mts +9 -0
  799. package/dist/actions/transfer-user-projects-to-organization.d.mts.map +1 -0
  800. package/dist/actions/transfer-user-projects-to-organization.mjs +27 -0
  801. package/dist/actions/transfer-user-projects-to-organization.mjs.map +1 -0
  802. package/dist/actions/update-auth-allow-localhost.cjs +20 -0
  803. package/dist/actions/update-auth-allow-localhost.cjs.map +1 -0
  804. package/dist/actions/update-auth-allow-localhost.d.cts +9 -0
  805. package/dist/actions/update-auth-allow-localhost.d.cts.map +1 -0
  806. package/dist/actions/update-auth-allow-localhost.d.mts +9 -0
  807. package/dist/actions/update-auth-allow-localhost.d.mts.map +1 -0
  808. package/dist/actions/update-auth-allow-localhost.mjs +17 -0
  809. package/dist/actions/update-auth-allow-localhost.mjs.map +1 -0
  810. package/dist/actions/update-auth-email-provider.cjs +32 -0
  811. package/dist/actions/update-auth-email-provider.cjs.map +1 -0
  812. package/dist/actions/update-auth-email-provider.d.cts +9 -0
  813. package/dist/actions/update-auth-email-provider.d.cts.map +1 -0
  814. package/dist/actions/update-auth-email-provider.d.mts +9 -0
  815. package/dist/actions/update-auth-email-provider.d.mts.map +1 -0
  816. package/dist/actions/update-auth-email-provider.mjs +29 -0
  817. package/dist/actions/update-auth-email-provider.mjs.map +1 -0
  818. package/dist/actions/update-branches-data-api.cjs +30 -0
  819. package/dist/actions/update-branches-data-api.cjs.map +1 -0
  820. package/dist/actions/update-branches-data-api.d.cts +9 -0
  821. package/dist/actions/update-branches-data-api.d.cts.map +1 -0
  822. package/dist/actions/update-branches-data-api.d.mts +9 -0
  823. package/dist/actions/update-branches-data-api.d.mts.map +1 -0
  824. package/dist/actions/update-branches-data-api.mjs +27 -0
  825. package/dist/actions/update-branches-data-api.mjs.map +1 -0
  826. package/dist/actions/update-branches-masking-rules.cjs +35 -0
  827. package/dist/actions/update-branches-masking-rules.cjs.map +1 -0
  828. package/dist/actions/update-branches-masking-rules.d.cts +9 -0
  829. package/dist/actions/update-branches-masking-rules.d.cts.map +1 -0
  830. package/dist/actions/update-branches-masking-rules.d.mts +9 -0
  831. package/dist/actions/update-branches-masking-rules.d.mts.map +1 -0
  832. package/dist/actions/update-branches-masking-rules.mjs +34 -0
  833. package/dist/actions/update-branches-masking-rules.mjs.map +1 -0
  834. package/dist/actions/update-organization-member-role.cjs +26 -0
  835. package/dist/actions/update-organization-member-role.cjs.map +1 -0
  836. package/dist/actions/update-organization-member-role.d.cts +9 -0
  837. package/dist/actions/update-organization-member-role.d.cts.map +1 -0
  838. package/dist/actions/update-organization-member-role.d.mts +9 -0
  839. package/dist/actions/update-organization-member-role.d.mts.map +1 -0
  840. package/dist/actions/update-organization-member-role.mjs +23 -0
  841. package/dist/actions/update-organization-member-role.mjs.map +1 -0
  842. package/dist/actions/update-project-compute-endpoint-settings.cjs +71 -0
  843. package/dist/actions/update-project-compute-endpoint-settings.cjs.map +1 -0
  844. package/dist/actions/update-project-compute-endpoint-settings.d.cts +9 -0
  845. package/dist/actions/update-project-compute-endpoint-settings.d.cts.map +1 -0
  846. package/dist/actions/update-project-compute-endpoint-settings.d.mts +9 -0
  847. package/dist/actions/update-project-compute-endpoint-settings.d.mts.map +1 -0
  848. package/dist/actions/update-project-compute-endpoint-settings.mjs +70 -0
  849. package/dist/actions/update-project-compute-endpoint-settings.mjs.map +1 -0
  850. package/dist/actions/update-project-settings-by-id.cjs +104 -0
  851. package/dist/actions/update-project-settings-by-id.cjs.map +1 -0
  852. package/dist/actions/update-project-settings-by-id.d.cts +9 -0
  853. package/dist/actions/update-project-settings-by-id.d.cts.map +1 -0
  854. package/dist/actions/update-project-settings-by-id.d.mts +9 -0
  855. package/dist/actions/update-project-settings-by-id.d.mts.map +1 -0
  856. package/dist/actions/update-project-settings-by-id.mjs +103 -0
  857. package/dist/actions/update-project-settings-by-id.mjs.map +1 -0
  858. package/dist/actions/update-projects-snapshots.cjs +30 -0
  859. package/dist/actions/update-projects-snapshots.cjs.map +1 -0
  860. package/dist/actions/update-projects-snapshots.d.cts +9 -0
  861. package/dist/actions/update-projects-snapshots.d.cts.map +1 -0
  862. package/dist/actions/update-projects-snapshots.d.mts +9 -0
  863. package/dist/actions/update-projects-snapshots.d.mts.map +1 -0
  864. package/dist/actions/update-projects-snapshots.mjs +29 -0
  865. package/dist/actions/update-projects-snapshots.mjs.map +1 -0
  866. package/dist/app.cjs +9 -0
  867. package/dist/app.cjs.map +1 -0
  868. package/dist/app.d.cts +5 -0
  869. package/dist/app.d.cts.map +1 -0
  870. package/dist/app.d.mts +5 -0
  871. package/dist/app.d.mts.map +1 -0
  872. package/dist/app.mjs +10 -0
  873. package/dist/app.mjs.map +1 -0
  874. package/dist/catalog.cjs +15 -0
  875. package/dist/catalog.cjs.map +1 -0
  876. package/dist/catalog.d.cts +14 -0
  877. package/dist/catalog.d.cts.map +1 -0
  878. package/dist/catalog.d.mts +14 -0
  879. package/dist/catalog.d.mts.map +1 -0
  880. package/dist/catalog.mjs +15 -0
  881. package/dist/catalog.mjs.map +1 -0
  882. package/dist/execute.cjs +18 -0
  883. package/dist/execute.cjs.map +1 -0
  884. package/dist/execute.mjs +18 -0
  885. package/dist/execute.mjs.map +1 -0
  886. package/dist/index.cjs +220 -0
  887. package/dist/index.d.cts +110 -0
  888. package/dist/index.d.mts +110 -0
  889. package/dist/index.mjs +111 -0
  890. package/package.json +49 -0
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/delete-project-snapshot.ts
4
+ const NeonDeleteProjectSnapshotInput = z.object({
5
+ project_id: z.string().describe("The Neon project ID. Format: alphanumeric with hyphens (e.g., 'proud-meadow-87189985'). Can be obtained from the list projects API."),
6
+ snapshot_id: z.string().describe("The snapshot ID. Format: 'snap-' prefix followed by alphanumeric characters (e.g., 'snap-wispy-union-ahw80v1u'). Can be obtained from the list snapshots API.")
7
+ }).describe("Request schema for `DeleteProjectSnapshot`");
8
+ const NeonDeleteProjectSnapshot_OperationSchema = z.object({
9
+ id: z.string().describe("The operation identifier (UUID)."),
10
+ error: z.string().describe("Error message if the operation failed.").nullable().optional(),
11
+ action: z.string().describe("The action performed by the operation (e.g., delete_timeline)."),
12
+ status: z.string().describe("The current status of the operation (scheduling, running, finished, failed, cancelling, cancelled, skipped)."),
13
+ branch_id: z.string().describe("The branch identifier associated with this operation.").nullable().optional(),
14
+ created_at: z.string().describe("Timestamp of when the operation was created."),
15
+ project_id: z.string().describe("The project identifier."),
16
+ updated_at: z.string().describe("Timestamp of when the operation was last updated."),
17
+ endpoint_id: z.string().describe("The endpoint identifier if the operation involves a compute endpoint.").nullable().optional(),
18
+ failures_count: z.number().int().describe("The number of times the operation failed."),
19
+ total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
20
+ }).describe("Operation object information.");
21
+ const neonDeleteProjectSnapshot = action("NEON_DELETE_PROJECT_SNAPSHOT", {
22
+ slug: "neon-delete-project-snapshot",
23
+ name: "Delete project snapshot",
24
+ description: "Deletes a specific snapshot for a project in Neon. Use when you need to remove an old or unnecessary snapshot to free up storage or clean up resources. **Note**: This endpoint is currently in Beta.",
25
+ input: NeonDeleteProjectSnapshotInput,
26
+ output: z.object({ operations: z.array(NeonDeleteProjectSnapshot_OperationSchema).describe("Array of operations initiated by the snapshot deletion request (e.g., delete_timeline).") }).describe("Response schema for `DeleteProjectSnapshot`")
27
+ });
28
+ //#endregion
29
+ export { neonDeleteProjectSnapshot };
30
+
31
+ //# sourceMappingURL=delete-project-snapshot.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-snapshot.mjs","names":[],"sources":["../../src/actions/delete-project-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectSnapshotInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID. Format: alphanumeric with hyphens (e.g., 'proud-meadow-87189985'). Can be obtained from the list projects API.\"),\n snapshot_id: z.string().describe(\"The snapshot ID. Format: 'snap-' prefix followed by alphanumeric characters (e.g., 'snap-wispy-union-ahw80v1u'). Can be obtained from the list snapshots API.\"),\n}).describe(\"Request schema for `DeleteProjectSnapshot`\");\nconst NeonDeleteProjectSnapshot_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The operation identifier (UUID).\"),\n error: z.string().describe(\"Error message if the operation failed.\").nullable().optional(),\n action: z.string().describe(\"The action performed by the operation (e.g., delete_timeline).\"),\n status: z.string().describe(\"The current status of the operation (scheduling, running, finished, failed, cancelling, cancelled, skipped).\"),\n branch_id: z.string().describe(\"The branch identifier associated with this operation.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the operation was created.\"),\n project_id: z.string().describe(\"The project identifier.\"),\n updated_at: z.string().describe(\"Timestamp of when the operation was last updated.\"),\n endpoint_id: z.string().describe(\"The endpoint identifier if the operation involves a compute endpoint.\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of times the operation failed.\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).describe(\"Operation object information.\");\nexport const NeonDeleteProjectSnapshotOutput: z.ZodTypeAny = z.object({\n operations: z.array(NeonDeleteProjectSnapshot_OperationSchema).describe(\"Array of operations initiated by the snapshot deletion request (e.g., delete_timeline).\"),\n}).describe(\"Response schema for `DeleteProjectSnapshot`\");\n\nexport const neonDeleteProjectSnapshot = action(\"NEON_DELETE_PROJECT_SNAPSHOT\", {\n slug: \"neon-delete-project-snapshot\",\n name: \"Delete project snapshot\",\n description: \"Deletes a specific snapshot for a project in Neon. Use when you need to remove an old or unnecessary snapshot to free up storage or clean up resources. **Note**: This endpoint is currently in Beta.\",\n input: NeonDeleteProjectSnapshotInput,\n output: NeonDeleteProjectSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI;CACrK,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;AAClM,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CAC1I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACzD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACrF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,YAAY,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,yFAAyF,EACnK,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-vpc-endpoint-by-ids.ts
4
+ const NeonDeleteVpcEndpointByIdsInput = zod.z.object({
5
+ org_id: zod.z.string().describe("The Neon organization ID (e.g., 'org-abc-123'). This can be obtained from the get_user_organizations action."),
6
+ region_id: zod.z.string().describe("The AWS region ID where the VPC endpoint is located. Must be an AWS region (e.g., 'aws-us-east-1', 'aws-eu-central-1'). Azure regions are not supported for VPC endpoints."),
7
+ vpc_endpoint_id: zod.z.string().describe("The AWS VPC endpoint ID to delete (e.g., 'vpce-0abc123def456789'). This is the VPC endpoint ID from your AWS account.")
8
+ }).describe("Request schema for `DeleteVpcEndpointByIds`");
9
+ const NeonDeleteVpcEndpointByIds_VpcEndpointSchema = zod.z.object({
10
+ state: zod.z.string().describe("The current state of the VPC endpoint (e.g., 'new', 'active', 'deleting')").nullable().optional(),
11
+ org_id: zod.z.string().describe("The Neon organization identifier that owns this VPC endpoint"),
12
+ region_id: zod.z.string().describe("The AWS region identifier where the VPC endpoint is located (e.g., 'aws-us-east-2', 'aws-eu-central-1')"),
13
+ created_at: zod.z.string().describe("Timestamp when the VPC endpoint was created (ISO 8601 format)").nullable().optional(),
14
+ updated_at: zod.z.string().describe("Timestamp when the VPC endpoint was last updated (ISO 8601 format)").nullable().optional(),
15
+ vpc_endpoint_id: zod.z.string().describe("The unique identifier for the VPC endpoint (e.g., vpce-1234567890abcdef0)"),
16
+ num_restricted_projects: zod.z.number().int().describe("Number of projects with access restrictions configured for this VPC endpoint").nullable().optional(),
17
+ example_restricted_projects: zod.z.array(zod.z.string()).describe("Example list of project IDs that are restricted to this VPC endpoint").nullable().optional()
18
+ }).describe("VPC endpoint object returned when deleting a VPC endpoint");
19
+ const NeonDeleteVpcEndpointByIdsOutput = zod.z.object({ vpc_endpoint: NeonDeleteVpcEndpointByIds_VpcEndpointSchema.nullable() }).describe("Response schema for `DeleteVpcEndpointByIds`");
20
+ const neonDeleteVpcEndpointByIds = require_action.action("NEON_DELETE_VPC_ENDPOINT_BY_IDS", {
21
+ slug: "neon-delete-vpc-endpoint-by-ids",
22
+ name: "Delete vpc endpoint by ids",
23
+ description: "Permanently deletes a VPC endpoint from a Neon organization in a specified AWS region. This removes the private network connection between your AWS VPC and Neon's service. IMPORTANT: This operation is irreversible. Once a VPC endpoint is deleted from a Neon organization, it cannot be re-added to the same organization. Use with caution. Requirements: - Organization must be on the Scale plan (VPC/Private Networking is not available on Free plan) - Only AWS regions are supported (not Azure) - The VPC endpoint must exist in the specified organization and region This action is useful when decommissioning private network connections or cleaning up unused VPC endpoints. Deleting a VPC endpoint will disrupt any applications relying on private connectivity through that endpoint.",
24
+ input: NeonDeleteVpcEndpointByIdsInput,
25
+ output: NeonDeleteVpcEndpointByIdsOutput
26
+ });
27
+ //#endregion
28
+ exports.neonDeleteVpcEndpointByIds = neonDeleteVpcEndpointByIds;
29
+
30
+ //# sourceMappingURL=delete-vpc-endpoint-by-ids.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-ids.cjs","names":["z","action"],"sources":["../../src/actions/delete-vpc-endpoint-by-ids.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteVpcEndpointByIdsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID (e.g., 'org-abc-123'). This can be obtained from the get_user_organizations action.\"),\n region_id: z.string().describe(\"The AWS region ID where the VPC endpoint is located. Must be an AWS region (e.g., 'aws-us-east-1', 'aws-eu-central-1'). Azure regions are not supported for VPC endpoints.\"),\n vpc_endpoint_id: z.string().describe(\"The AWS VPC endpoint ID to delete (e.g., 'vpce-0abc123def456789'). This is the VPC endpoint ID from your AWS account.\"),\n}).describe(\"Request schema for `DeleteVpcEndpointByIds`\");\nconst NeonDeleteVpcEndpointByIds_VpcEndpointSchema: z.ZodTypeAny = z.object({\n state: z.string().describe(\"The current state of the VPC endpoint (e.g., 'new', 'active', 'deleting')\").nullable().optional(),\n org_id: z.string().describe(\"The Neon organization identifier that owns this VPC endpoint\"),\n region_id: z.string().describe(\"The AWS region identifier where the VPC endpoint is located (e.g., 'aws-us-east-2', 'aws-eu-central-1')\"),\n created_at: z.string().describe(\"Timestamp when the VPC endpoint was created (ISO 8601 format)\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the VPC endpoint was last updated (ISO 8601 format)\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The unique identifier for the VPC endpoint (e.g., vpce-1234567890abcdef0)\"),\n num_restricted_projects: z.number().int().describe(\"Number of projects with access restrictions configured for this VPC endpoint\").nullable().optional(),\n example_restricted_projects: z.array(z.string()).describe(\"Example list of project IDs that are restricted to this VPC endpoint\").nullable().optional(),\n}).describe(\"VPC endpoint object returned when deleting a VPC endpoint\");\nexport const NeonDeleteVpcEndpointByIdsOutput: z.ZodTypeAny = z.object({\n vpc_endpoint: NeonDeleteVpcEndpointByIds_VpcEndpointSchema.nullable(),\n}).describe(\"Response schema for `DeleteVpcEndpointByIds`\");\n\nexport const neonDeleteVpcEndpointByIds = action(\"NEON_DELETE_VPC_ENDPOINT_BY_IDS\", {\n slug: \"neon-delete-vpc-endpoint-by-ids\",\n name: \"Delete vpc endpoint by ids\",\n description: \"Permanently deletes a VPC endpoint from a Neon organization in a specified AWS region. This removes the private network connection between your AWS VPC and Neon's service. IMPORTANT: This operation is irreversible. Once a VPC endpoint is deleted from a Neon organization, it cannot be re-added to the same organization. Use with caution. Requirements: - Organization must be on the Scale plan (VPC/Private Networking is not available on Free plan) - Only AWS regions are supported (not Azure) - The VPC endpoint must exist in the specified organization and region This action is useful when decommissioning private network connections or cleaning up unused VPC endpoints. Deleting a VPC endpoint will disrupt any applications relying on private connectivity through that endpoint.\",\n input: NeonDeleteVpcEndpointByIdsInput,\n output: NeonDeleteVpcEndpointByIdsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CAC1I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K;CAC3M,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH;AAC9J,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;CACxI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CAChH,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,6BAA6BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,6BAA6BC,eAAAA,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-vpc-endpoint-by-ids.d.ts
4
+ declare const NeonDeleteVpcEndpointByIdsInput: z.ZodTypeAny;
5
+ declare const NeonDeleteVpcEndpointByIdsOutput: z.ZodTypeAny;
6
+ declare const neonDeleteVpcEndpointByIds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteVpcEndpointByIds };
9
+ //# sourceMappingURL=delete-vpc-endpoint-by-ids.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-ids.d.cts","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-ids.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIU;AAAA,cAW7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-vpc-endpoint-by-ids.d.ts
4
+ declare const NeonDeleteVpcEndpointByIdsInput: z.ZodTypeAny;
5
+ declare const NeonDeleteVpcEndpointByIdsOutput: z.ZodTypeAny;
6
+ declare const neonDeleteVpcEndpointByIds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteVpcEndpointByIds };
9
+ //# sourceMappingURL=delete-vpc-endpoint-by-ids.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-ids.d.mts","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-ids.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIU;AAAA,cAW7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/delete-vpc-endpoint-by-ids.ts
4
+ const NeonDeleteVpcEndpointByIdsInput = z.object({
5
+ org_id: z.string().describe("The Neon organization ID (e.g., 'org-abc-123'). This can be obtained from the get_user_organizations action."),
6
+ region_id: z.string().describe("The AWS region ID where the VPC endpoint is located. Must be an AWS region (e.g., 'aws-us-east-1', 'aws-eu-central-1'). Azure regions are not supported for VPC endpoints."),
7
+ vpc_endpoint_id: z.string().describe("The AWS VPC endpoint ID to delete (e.g., 'vpce-0abc123def456789'). This is the VPC endpoint ID from your AWS account.")
8
+ }).describe("Request schema for `DeleteVpcEndpointByIds`");
9
+ const NeonDeleteVpcEndpointByIds_VpcEndpointSchema = z.object({
10
+ state: z.string().describe("The current state of the VPC endpoint (e.g., 'new', 'active', 'deleting')").nullable().optional(),
11
+ org_id: z.string().describe("The Neon organization identifier that owns this VPC endpoint"),
12
+ region_id: z.string().describe("The AWS region identifier where the VPC endpoint is located (e.g., 'aws-us-east-2', 'aws-eu-central-1')"),
13
+ created_at: z.string().describe("Timestamp when the VPC endpoint was created (ISO 8601 format)").nullable().optional(),
14
+ updated_at: z.string().describe("Timestamp when the VPC endpoint was last updated (ISO 8601 format)").nullable().optional(),
15
+ vpc_endpoint_id: z.string().describe("The unique identifier for the VPC endpoint (e.g., vpce-1234567890abcdef0)"),
16
+ num_restricted_projects: z.number().int().describe("Number of projects with access restrictions configured for this VPC endpoint").nullable().optional(),
17
+ example_restricted_projects: z.array(z.string()).describe("Example list of project IDs that are restricted to this VPC endpoint").nullable().optional()
18
+ }).describe("VPC endpoint object returned when deleting a VPC endpoint");
19
+ const neonDeleteVpcEndpointByIds = action("NEON_DELETE_VPC_ENDPOINT_BY_IDS", {
20
+ slug: "neon-delete-vpc-endpoint-by-ids",
21
+ name: "Delete vpc endpoint by ids",
22
+ description: "Permanently deletes a VPC endpoint from a Neon organization in a specified AWS region. This removes the private network connection between your AWS VPC and Neon's service. IMPORTANT: This operation is irreversible. Once a VPC endpoint is deleted from a Neon organization, it cannot be re-added to the same organization. Use with caution. Requirements: - Organization must be on the Scale plan (VPC/Private Networking is not available on Free plan) - Only AWS regions are supported (not Azure) - The VPC endpoint must exist in the specified organization and region This action is useful when decommissioning private network connections or cleaning up unused VPC endpoints. Deleting a VPC endpoint will disrupt any applications relying on private connectivity through that endpoint.",
23
+ input: NeonDeleteVpcEndpointByIdsInput,
24
+ output: z.object({ vpc_endpoint: NeonDeleteVpcEndpointByIds_VpcEndpointSchema.nullable() }).describe("Response schema for `DeleteVpcEndpointByIds`")
25
+ });
26
+ //#endregion
27
+ export { neonDeleteVpcEndpointByIds };
28
+
29
+ //# sourceMappingURL=delete-vpc-endpoint-by-ids.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-ids.mjs","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-ids.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteVpcEndpointByIdsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID (e.g., 'org-abc-123'). This can be obtained from the get_user_organizations action.\"),\n region_id: z.string().describe(\"The AWS region ID where the VPC endpoint is located. Must be an AWS region (e.g., 'aws-us-east-1', 'aws-eu-central-1'). Azure regions are not supported for VPC endpoints.\"),\n vpc_endpoint_id: z.string().describe(\"The AWS VPC endpoint ID to delete (e.g., 'vpce-0abc123def456789'). This is the VPC endpoint ID from your AWS account.\"),\n}).describe(\"Request schema for `DeleteVpcEndpointByIds`\");\nconst NeonDeleteVpcEndpointByIds_VpcEndpointSchema: z.ZodTypeAny = z.object({\n state: z.string().describe(\"The current state of the VPC endpoint (e.g., 'new', 'active', 'deleting')\").nullable().optional(),\n org_id: z.string().describe(\"The Neon organization identifier that owns this VPC endpoint\"),\n region_id: z.string().describe(\"The AWS region identifier where the VPC endpoint is located (e.g., 'aws-us-east-2', 'aws-eu-central-1')\"),\n created_at: z.string().describe(\"Timestamp when the VPC endpoint was created (ISO 8601 format)\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the VPC endpoint was last updated (ISO 8601 format)\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The unique identifier for the VPC endpoint (e.g., vpce-1234567890abcdef0)\"),\n num_restricted_projects: z.number().int().describe(\"Number of projects with access restrictions configured for this VPC endpoint\").nullable().optional(),\n example_restricted_projects: z.array(z.string()).describe(\"Example list of project IDs that are restricted to this VPC endpoint\").nullable().optional(),\n}).describe(\"VPC endpoint object returned when deleting a VPC endpoint\");\nexport const NeonDeleteVpcEndpointByIdsOutput: z.ZodTypeAny = z.object({\n vpc_endpoint: NeonDeleteVpcEndpointByIds_VpcEndpointSchema.nullable(),\n}).describe(\"Response schema for `DeleteVpcEndpointByIds`\");\n\nexport const neonDeleteVpcEndpointByIds = action(\"NEON_DELETE_VPC_ENDPOINT_BY_IDS\", {\n slug: \"neon-delete-vpc-endpoint-by-ids\",\n name: \"Delete vpc endpoint by ids\",\n description: \"Permanently deletes a VPC endpoint from a Neon organization in a specified AWS region. This removes the private network connection between your AWS VPC and Neon's service. IMPORTANT: This operation is irreversible. Once a VPC endpoint is deleted from a Neon organization, it cannot be re-added to the same organization. Use with caution. Requirements: - Organization must be on the Scale plan (VPC/Private Networking is not available on Free plan) - Only AWS regions are supported (not Azure) - The VPC endpoint must exist in the specified organization and region This action is useful when decommissioning private network connections or cleaning up unused VPC endpoints. Deleting a VPC endpoint will disrupt any applications relying on private connectivity through that endpoint.\",\n input: NeonDeleteVpcEndpointByIdsInput,\n output: NeonDeleteVpcEndpointByIdsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CAC1I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K;CAC3M,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH;AAC9J,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;CACxI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CAChH,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,6BAA6B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-vpc-endpoint-by-project-id.ts
4
+ const NeonDeleteVpcEndpointByProjectIdInput = zod.z.object({
5
+ project_id: zod.z.string().describe("The Neon project ID"),
6
+ vpc_endpoint_id: zod.z.string().describe("The VPC endpoint ID")
7
+ }).describe("Request schema for `DeleteVpcEndpointByProjectId`");
8
+ const NeonDeleteVpcEndpointByProjectIdOutput = zod.z.object({
9
+ ok: zod.z.boolean().describe("Indicates whether the deletion was successful. Standard for DELETE operations in Neon API."),
10
+ project_id: zod.z.string().describe("The ID of the project from which the VPC endpoint restriction was removed.").nullable().optional(),
11
+ vpc_endpoint_id: zod.z.string().describe("The ID of the VPC endpoint restriction that was removed.").nullable().optional()
12
+ }).describe("Response schema for `DeleteVpcEndpointByProjectId`");
13
+ const neonDeleteVpcEndpointByProjectId = require_action.action("NEON_DELETE_VPC_ENDPOINT_BY_PROJECT_ID", {
14
+ slug: "neon-delete-vpc-endpoint-by-project-id",
15
+ name: "Delete vpc endpoint by project id",
16
+ description: "Deletes a specific VPC endpoint within a designated project in the Neon platform. This endpoint should be used when you need to remove a VPC endpoint that is no longer required or has become obsolete. The operation is irreversible, so it should be used with caution. Once a VPC endpoint is deleted, any connections or integrations relying on it will be disrupted. This endpoint is particularly useful for cleaning up resources and managing network configurations in your Neon projects.",
17
+ input: NeonDeleteVpcEndpointByProjectIdInput,
18
+ output: NeonDeleteVpcEndpointByProjectIdOutput
19
+ });
20
+ //#endregion
21
+ exports.neonDeleteVpcEndpointByProjectId = neonDeleteVpcEndpointByProjectId;
22
+
23
+ //# sourceMappingURL=delete-vpc-endpoint-by-project-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-project-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-vpc-endpoint-by-project-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteVpcEndpointByProjectIdInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID\"),\n vpc_endpoint_id: z.string().describe(\"The VPC endpoint ID\"),\n}).describe(\"Request schema for `DeleteVpcEndpointByProjectId`\");\nexport const NeonDeleteVpcEndpointByProjectIdOutput: z.ZodTypeAny = z.object({\n ok: z.boolean().describe(\"Indicates whether the deletion was successful. Standard for DELETE operations in Neon API.\"),\n project_id: z.string().describe(\"The ID of the project from which the VPC endpoint restriction was removed.\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The ID of the VPC endpoint restriction that was removed.\").nullable().optional(),\n}).describe(\"Response schema for `DeleteVpcEndpointByProjectId`\");\n\nexport const neonDeleteVpcEndpointByProjectId = action(\"NEON_DELETE_VPC_ENDPOINT_BY_PROJECT_ID\", {\n slug: \"neon-delete-vpc-endpoint-by-project-id\",\n name: \"Delete vpc endpoint by project id\",\n description: \"Deletes a specific VPC endpoint within a designated project in the Neon platform. This endpoint should be used when you need to remove a VPC endpoint that is no longer required or has become obsolete. The operation is irreversible, so it should be used with caution. Once a VPC endpoint is deleted, any connections or integrations relying on it will be disrupted. This endpoint is particularly useful for cleaning up resources and managing network configurations in your Neon projects.\",\n input: NeonDeleteVpcEndpointByProjectIdInput,\n output: NeonDeleteVpcEndpointByProjectIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AAC5D,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,mCAAmCC,eAAAA,OAAO,0CAA0C;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-vpc-endpoint-by-project-id.d.ts
4
+ declare const NeonDeleteVpcEndpointByProjectIdInput: z.ZodTypeAny;
5
+ declare const NeonDeleteVpcEndpointByProjectIdOutput: z.ZodTypeAny;
6
+ declare const neonDeleteVpcEndpointByProjectId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteVpcEndpointByProjectId };
9
+ //# sourceMappingURL=delete-vpc-endpoint-by-project-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-project-id.d.cts","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-project-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGU;AAAA,cACnD,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-vpc-endpoint-by-project-id.d.ts
4
+ declare const NeonDeleteVpcEndpointByProjectIdInput: z.ZodTypeAny;
5
+ declare const NeonDeleteVpcEndpointByProjectIdOutput: z.ZodTypeAny;
6
+ declare const neonDeleteVpcEndpointByProjectId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteVpcEndpointByProjectId };
9
+ //# sourceMappingURL=delete-vpc-endpoint-by-project-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-project-id.d.mts","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-project-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGU;AAAA,cACnD,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const neonDeleteVpcEndpointByProjectId = action("NEON_DELETE_VPC_ENDPOINT_BY_PROJECT_ID", {
4
+ slug: "neon-delete-vpc-endpoint-by-project-id",
5
+ name: "Delete vpc endpoint by project id",
6
+ description: "Deletes a specific VPC endpoint within a designated project in the Neon platform. This endpoint should be used when you need to remove a VPC endpoint that is no longer required or has become obsolete. The operation is irreversible, so it should be used with caution. Once a VPC endpoint is deleted, any connections or integrations relying on it will be disrupted. This endpoint is particularly useful for cleaning up resources and managing network configurations in your Neon projects.",
7
+ input: z.object({
8
+ project_id: z.string().describe("The Neon project ID"),
9
+ vpc_endpoint_id: z.string().describe("The VPC endpoint ID")
10
+ }).describe("Request schema for `DeleteVpcEndpointByProjectId`"),
11
+ output: z.object({
12
+ ok: z.boolean().describe("Indicates whether the deletion was successful. Standard for DELETE operations in Neon API."),
13
+ project_id: z.string().describe("The ID of the project from which the VPC endpoint restriction was removed.").nullable().optional(),
14
+ vpc_endpoint_id: z.string().describe("The ID of the VPC endpoint restriction that was removed.").nullable().optional()
15
+ }).describe("Response schema for `DeleteVpcEndpointByProjectId`")
16
+ });
17
+ //#endregion
18
+ export { neonDeleteVpcEndpointByProjectId };
19
+
20
+ //# sourceMappingURL=delete-vpc-endpoint-by-project-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vpc-endpoint-by-project-id.mjs","names":[],"sources":["../../src/actions/delete-vpc-endpoint-by-project-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteVpcEndpointByProjectIdInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID\"),\n vpc_endpoint_id: z.string().describe(\"The VPC endpoint ID\"),\n}).describe(\"Request schema for `DeleteVpcEndpointByProjectId`\");\nexport const NeonDeleteVpcEndpointByProjectIdOutput: z.ZodTypeAny = z.object({\n ok: z.boolean().describe(\"Indicates whether the deletion was successful. Standard for DELETE operations in Neon API.\"),\n project_id: z.string().describe(\"The ID of the project from which the VPC endpoint restriction was removed.\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The ID of the VPC endpoint restriction that was removed.\").nullable().optional(),\n}).describe(\"Response schema for `DeleteVpcEndpointByProjectId`\");\n\nexport const neonDeleteVpcEndpointByProjectId = action(\"NEON_DELETE_VPC_ENDPOINT_BY_PROJECT_ID\", {\n slug: \"neon-delete-vpc-endpoint-by-project-id\",\n name: \"Delete vpc endpoint by project id\",\n description: \"Deletes a specific VPC endpoint within a designated project in the Neon platform. This endpoint should be used when you need to remove a VPC endpoint that is no longer required or has become obsolete. The operation is irreversible, so it should be used with caution. Once a VPC endpoint is deleted, any connections or integrations relying on it will be disrupted. This endpoint is particularly useful for cleaning up resources and managing network configurations in your Neon projects.\",\n input: NeonDeleteVpcEndpointByProjectIdInput,\n output: NeonDeleteVpcEndpointByProjectIdOutput,\n});\n"],"mappings":";;AAcA,MAAa,mCAAmC,OAAO,0CAA0C;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdiE,EAAE,OAAO;EAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACrD,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC5D,CAAC,CAAC,CAAC,SAAS,mDAWH;CACP,QAXkE,EAAE,OAAO;EAC3E,IAAI,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/disable-branches-auth.ts
4
+ const NeonDisableBranchesAuthInput = zod.z.object({
5
+ branch_id: zod.z.string().describe("The Neon branch ID"),
6
+ project_id: zod.z.string().describe("The Neon project ID"),
7
+ delete_data: zod.z.boolean().default(false).describe("If true, deletes the `neon_auth` schema from the database").optional()
8
+ }).describe("Request schema for `DisableBranchesAuth`");
9
+ const NeonDisableBranchesAuthOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema for `DisableBranchesAuth`");
10
+ const neonDisableBranchesAuth = require_action.action("NEON_DISABLE_BRANCHES_AUTH", {
11
+ slug: "neon-disable-branches-auth",
12
+ name: "Disable branches auth",
13
+ description: "Tool to disable Neon Auth for a specific branch in a Neon project. Use when you need to remove authentication integration for a branch. This operation can optionally delete the `neon_auth` schema from the database by setting delete_data to true.",
14
+ input: NeonDisableBranchesAuthInput,
15
+ output: NeonDisableBranchesAuthOutput
16
+ });
17
+ //#endregion
18
+ exports.neonDisableBranchesAuth = neonDisableBranchesAuth;
19
+
20
+ //# sourceMappingURL=disable-branches-auth.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-branches-auth.cjs","names":["z","action"],"sources":["../../src/actions/disable-branches-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDisableBranchesAuthInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The Neon branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n delete_data: z.boolean().default(false).describe(\"If true, deletes the `neon_auth` schema from the database\").optional(),\n}).describe(\"Request schema for `DisableBranchesAuth`\");\nexport const NeonDisableBranchesAuthOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response schema for `DisableBranchesAuth`\");\n\nexport const neonDisableBranchesAuth = action(\"NEON_DISABLE_BRANCHES_AUTH\", {\n slug: \"neon-disable-branches-auth\",\n name: \"Disable branches auth\",\n description: \"Tool to disable Neon Auth for a specific branch in a Neon project. Use when you need to remove authentication integration for a branch. This operation can optionally delete the `neon_auth` schema from the database by setting delete_data to true.\",\n input: NeonDisableBranchesAuthInput,\n output: NeonDisableBranchesAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CACnD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,gCAA8CA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEjJ,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/disable-branches-auth.d.ts
4
+ declare const NeonDisableBranchesAuthInput: z.ZodTypeAny;
5
+ declare const NeonDisableBranchesAuthOutput: z.ZodTypeAny;
6
+ declare const neonDisableBranchesAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDisableBranchesAuth };
9
+ //# sourceMappingURL=disable-branches-auth.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-branches-auth.d.cts","names":[],"sources":["../../src/actions/disable-branches-auth.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIU;AAAA,cAC1C,6BAAA,EAA+B,CAAA,CAAE,UAAoG;AAAA,cAErI,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/disable-branches-auth.d.ts
4
+ declare const NeonDisableBranchesAuthInput: z.ZodTypeAny;
5
+ declare const NeonDisableBranchesAuthOutput: z.ZodTypeAny;
6
+ declare const neonDisableBranchesAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDisableBranchesAuth };
9
+ //# sourceMappingURL=disable-branches-auth.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-branches-auth.d.mts","names":[],"sources":["../../src/actions/disable-branches-auth.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIU;AAAA,cAC1C,6BAAA,EAA+B,CAAA,CAAE,UAAoG;AAAA,cAErI,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const neonDisableBranchesAuth = action("NEON_DISABLE_BRANCHES_AUTH", {
4
+ slug: "neon-disable-branches-auth",
5
+ name: "Disable branches auth",
6
+ description: "Tool to disable Neon Auth for a specific branch in a Neon project. Use when you need to remove authentication integration for a branch. This operation can optionally delete the `neon_auth` schema from the database by setting delete_data to true.",
7
+ input: z.object({
8
+ branch_id: z.string().describe("The Neon branch ID"),
9
+ project_id: z.string().describe("The Neon project ID"),
10
+ delete_data: z.boolean().default(false).describe("If true, deletes the `neon_auth` schema from the database").optional()
11
+ }).describe("Request schema for `DisableBranchesAuth`"),
12
+ output: z.record(z.string(), z.unknown()).describe("Response schema for `DisableBranchesAuth`")
13
+ });
14
+ //#endregion
15
+ export { neonDisableBranchesAuth };
16
+
17
+ //# sourceMappingURL=disable-branches-auth.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-branches-auth.mjs","names":[],"sources":["../../src/actions/disable-branches-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDisableBranchesAuthInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The Neon branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n delete_data: z.boolean().default(false).describe(\"If true, deletes the `neon_auth` schema from the database\").optional(),\n}).describe(\"Request schema for `DisableBranchesAuth`\");\nexport const NeonDisableBranchesAuthOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response schema for `DisableBranchesAuth`\");\n\nexport const neonDisableBranchesAuth = action(\"NEON_DISABLE_BRANCHES_AUTH\", {\n slug: \"neon-disable-branches-auth\",\n name: \"Disable branches auth\",\n description: \"Tool to disable Neon Auth for a specific branch in a Neon project. Use when you need to remove authentication integration for a branch. This operation can optionally delete the `neon_auth` schema from the database by setting delete_data to true.\",\n input: NeonDisableBranchesAuthInput,\n output: NeonDisableBranchesAuthOutput,\n});\n"],"mappings":";;AAWA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwD,EAAE,OAAO;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EACnD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACrD,aAAa,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,0CAOH;CACP,QAPyD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAO5F;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-database-for-branch.ts
4
+ const NeonFetchDatabaseForBranchInput = zod.z.object({
5
+ branch_id: zod.z.string().describe("The branch ID"),
6
+ project_id: zod.z.string().describe("The Neon project ID")
7
+ }).describe("Request schema for `FetchDatabaseForBranch`");
8
+ const NeonFetchDatabaseForBranch_DatabaseSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("The database identifier"),
10
+ name: zod.z.string().describe("The database name"),
11
+ branch_id: zod.z.string().describe("The branch containing this database"),
12
+ created_at: zod.z.string().describe("Timestamp indicating when the database was created"),
13
+ owner_name: zod.z.string().describe("The role that owns the database"),
14
+ updated_at: zod.z.string().describe("Timestamp indicating when the database was last modified")
15
+ }).describe("Database information");
16
+ const NeonFetchDatabaseForBranchOutput = zod.z.object({ databases: zod.z.array(NeonFetchDatabaseForBranch_DatabaseSchema).describe("List of databases for the branch") }).describe("Response schema for `FetchDatabaseForBranch`");
17
+ const neonFetchDatabaseForBranch = require_action.action("NEON_FETCH_DATABASE_FOR_BRANCH", {
18
+ slug: "neon-fetch-database-for-branch",
19
+ name: "Fetch database for branch",
20
+ description: "Retrieves a list of databases associated with a specific project and branch in the Neon platform. This endpoint allows developers to view all databases within a particular project and branch context, which is useful for managing different environments (e.g., development, staging, production) or versions of an application's database setup. It should be used when you need to inventory the databases in a specific branch or verify the existence of databases in a particular project environment. The endpoint does not provide detailed information about each database's schema or contents; it's primarily for listing purposes.",
21
+ input: NeonFetchDatabaseForBranchInput,
22
+ output: NeonFetchDatabaseForBranchOutput
23
+ });
24
+ //#endregion
25
+ exports.neonFetchDatabaseForBranch = neonFetchDatabaseForBranch;
26
+
27
+ //# sourceMappingURL=fetch-database-for-branch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-database-for-branch.cjs","names":["z","action"],"sources":["../../src/actions/fetch-database-for-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchDatabaseForBranchInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `FetchDatabaseForBranch`\");\nconst NeonFetchDatabaseForBranch_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The database identifier\"),\n name: z.string().describe(\"The database name\"),\n branch_id: z.string().describe(\"The branch containing this database\"),\n created_at: z.string().describe(\"Timestamp indicating when the database was created\"),\n owner_name: z.string().describe(\"The role that owns the database\"),\n updated_at: z.string().describe(\"Timestamp indicating when the database was last modified\"),\n}).describe(\"Database information\");\nexport const NeonFetchDatabaseForBranchOutput: z.ZodTypeAny = z.object({\n databases: z.array(NeonFetchDatabaseForBranch_DatabaseSchema).describe(\"List of databases for the branch\"),\n}).describe(\"Response schema for `FetchDatabaseForBranch`\");\n\nexport const neonFetchDatabaseForBranch = action(\"NEON_FETCH_DATABASE_FOR_BRANCH\", {\n slug: \"neon-fetch-database-for-branch\",\n name: \"Fetch database for branch\",\n description: \"Retrieves a list of databases associated with a specific project and branch in the Neon platform. This endpoint allows developers to view all databases within a particular project and branch context, which is useful for managing different environments (e.g., development, staging, production) or versions of an application's database setup. It should be used when you need to inventory the databases in a specific branch or verify the existence of databases in a particular project environment. The endpoint does not provide detailed information about each database's schema or contents; it's primarily for listing purposes.\",\n input: NeonFetchDatabaseForBranchInput,\n output: NeonFetchDatabaseForBranchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC9C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAClC,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,WAAWA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC,EAC3G,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-database-for-branch.d.ts
4
+ declare const NeonFetchDatabaseForBranchInput: z.ZodTypeAny;
5
+ declare const NeonFetchDatabaseForBranchOutput: z.ZodTypeAny;
6
+ declare const neonFetchDatabaseForBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchDatabaseForBranch };
9
+ //# sourceMappingURL=fetch-database-for-branch.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-database-for-branch.d.cts","names":[],"sources":["../../src/actions/fetch-database-for-branch.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAS7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-database-for-branch.d.ts
4
+ declare const NeonFetchDatabaseForBranchInput: z.ZodTypeAny;
5
+ declare const NeonFetchDatabaseForBranchOutput: z.ZodTypeAny;
6
+ declare const neonFetchDatabaseForBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchDatabaseForBranch };
9
+ //# sourceMappingURL=fetch-database-for-branch.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-database-for-branch.d.mts","names":[],"sources":["../../src/actions/fetch-database-for-branch.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAS7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-database-for-branch.ts
4
+ const NeonFetchDatabaseForBranchInput = z.object({
5
+ branch_id: z.string().describe("The branch ID"),
6
+ project_id: z.string().describe("The Neon project ID")
7
+ }).describe("Request schema for `FetchDatabaseForBranch`");
8
+ const NeonFetchDatabaseForBranch_DatabaseSchema = z.object({
9
+ id: z.number().int().describe("The database identifier"),
10
+ name: z.string().describe("The database name"),
11
+ branch_id: z.string().describe("The branch containing this database"),
12
+ created_at: z.string().describe("Timestamp indicating when the database was created"),
13
+ owner_name: z.string().describe("The role that owns the database"),
14
+ updated_at: z.string().describe("Timestamp indicating when the database was last modified")
15
+ }).describe("Database information");
16
+ const neonFetchDatabaseForBranch = action("NEON_FETCH_DATABASE_FOR_BRANCH", {
17
+ slug: "neon-fetch-database-for-branch",
18
+ name: "Fetch database for branch",
19
+ description: "Retrieves a list of databases associated with a specific project and branch in the Neon platform. This endpoint allows developers to view all databases within a particular project and branch context, which is useful for managing different environments (e.g., development, staging, production) or versions of an application's database setup. It should be used when you need to inventory the databases in a specific branch or verify the existence of databases in a particular project environment. The endpoint does not provide detailed information about each database's schema or contents; it's primarily for listing purposes.",
20
+ input: NeonFetchDatabaseForBranchInput,
21
+ output: z.object({ databases: z.array(NeonFetchDatabaseForBranch_DatabaseSchema).describe("List of databases for the branch") }).describe("Response schema for `FetchDatabaseForBranch`")
22
+ });
23
+ //#endregion
24
+ export { neonFetchDatabaseForBranch };
25
+
26
+ //# sourceMappingURL=fetch-database-for-branch.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-database-for-branch.mjs","names":[],"sources":["../../src/actions/fetch-database-for-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchDatabaseForBranchInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `FetchDatabaseForBranch`\");\nconst NeonFetchDatabaseForBranch_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The database identifier\"),\n name: z.string().describe(\"The database name\"),\n branch_id: z.string().describe(\"The branch containing this database\"),\n created_at: z.string().describe(\"Timestamp indicating when the database was created\"),\n owner_name: z.string().describe(\"The role that owns the database\"),\n updated_at: z.string().describe(\"Timestamp indicating when the database was last modified\"),\n}).describe(\"Database information\");\nexport const NeonFetchDatabaseForBranchOutput: z.ZodTypeAny = z.object({\n databases: z.array(NeonFetchDatabaseForBranch_DatabaseSchema).describe(\"List of databases for the branch\"),\n}).describe(\"Response schema for `FetchDatabaseForBranch`\");\n\nexport const neonFetchDatabaseForBranch = action(\"NEON_FETCH_DATABASE_FOR_BRANCH\", {\n slug: \"neon-fetch-database-for-branch\",\n name: \"Fetch database for branch\",\n description: \"Retrieves a list of databases associated with a specific project and branch in the Neon platform. This endpoint allows developers to view all databases within a particular project and branch context, which is useful for managing different environments (e.g., development, staging, production) or versions of an application's database setup. It should be used when you need to inventory the databases in a specific branch or verify the existence of databases in a particular project environment. The endpoint does not provide detailed information about each database's schema or contents; it's primarily for listing purposes.\",\n input: NeonFetchDatabaseForBranchInput,\n output: NeonFetchDatabaseForBranchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC9C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAKlC,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,WAAW,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kCAAkC,EAC3G,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-organization-members-by-id.ts
4
+ const NeonFetchOrganizationMembersByIdInput = zod.z.object({ org_id: zod.z.string().describe("The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint.") }).describe("Request schema for `FetchOrganizationMembersById`");
5
+ const NeonFetchOrganizationMembersById_UserInfoSchema = zod.z.object({ email: zod.z.string().describe("Email address of the user.").nullable().optional() }).describe("User details for the organization member");
6
+ const NeonFetchOrganizationMembersById_MemberInfoSchema = zod.z.object({
7
+ id: zod.z.string().describe("The unique identifier for the member."),
8
+ role: zod.z.string().describe("Member's role within the organization (e.g., 'admin', 'member')."),
9
+ org_id: zod.z.string().describe("Organization identifier."),
10
+ user_id: zod.z.string().describe("Identifier of the user's Neon account."),
11
+ joined_at: zod.z.string().describe("ISO 8601 timestamp indicating when the member joined the organization.")
12
+ }).describe("Membership details for an organization member");
13
+ const NeonFetchOrganizationMembersById_OrganizationMemberSchema = zod.z.object({
14
+ user: NeonFetchOrganizationMembersById_UserInfoSchema.nullable().optional(),
15
+ member: NeonFetchOrganizationMembersById_MemberInfoSchema.nullable()
16
+ }).describe("Combined member and user information");
17
+ const NeonFetchOrganizationMembersByIdOutput = zod.z.object({ members: zod.z.array(NeonFetchOrganizationMembersById_OrganizationMemberSchema).describe("List of organization members with their details and user information.") }).describe("Response schema for `FetchOrganizationMembersById`");
18
+ const neonFetchOrganizationMembersById = require_action.action("NEON_FETCH_ORGANIZATION_MEMBERS_BY_ID", {
19
+ slug: "neon-fetch-organization-members-by-id",
20
+ name: "Fetch organization members by id",
21
+ description: "Retrieves a list of all members associated with a specific organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch detailed information about the users or entities that belong to the organization, which is crucial for managing access, roles, and permissions within the platform. Use this endpoint when you need to review the current membership of an organization, audit user access, or gather member information for reporting purposes. The endpoint returns comprehensive member details, but it does not modify any data or provide information about non-member users. Keep in mind that for large organizations, the response may be paginated to manage the data volume efficiently.",
22
+ input: NeonFetchOrganizationMembersByIdInput,
23
+ output: NeonFetchOrganizationMembersByIdOutput
24
+ });
25
+ //#endregion
26
+ exports.neonFetchOrganizationMembersById = neonFetchOrganizationMembersById;
27
+
28
+ //# sourceMappingURL=fetch-organization-members-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-organization-members-by-id.cjs","names":["z","action"],"sources":["../../src/actions/fetch-organization-members-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchOrganizationMembersByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint.\"),\n}).describe(\"Request schema for `FetchOrganizationMembersById`\");\nconst NeonFetchOrganizationMembersById_UserInfoSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n}).describe(\"User details for the organization member\");\nconst NeonFetchOrganizationMembersById_MemberInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the member.\"),\n role: z.string().describe(\"Member's role within the organization (e.g., 'admin', 'member').\"),\n org_id: z.string().describe(\"Organization identifier.\"),\n user_id: z.string().describe(\"Identifier of the user's Neon account.\"),\n joined_at: z.string().describe(\"ISO 8601 timestamp indicating when the member joined the organization.\"),\n}).describe(\"Membership details for an organization member\");\nconst NeonFetchOrganizationMembersById_OrganizationMemberSchema: z.ZodTypeAny = z.object({\n user: NeonFetchOrganizationMembersById_UserInfoSchema.nullable().optional(),\n member: NeonFetchOrganizationMembersById_MemberInfoSchema.nullable(),\n}).describe(\"Combined member and user information\");\nexport const NeonFetchOrganizationMembersByIdOutput: z.ZodTypeAny = z.object({\n members: z.array(NeonFetchOrganizationMembersById_OrganizationMemberSchema).describe(\"List of organization members with their details and user information.\"),\n}).describe(\"Response schema for `FetchOrganizationMembersById`\");\n\nexport const neonFetchOrganizationMembersById = action(\"NEON_FETCH_ORGANIZATION_MEMBERS_BY_ID\", {\n slug: \"neon-fetch-organization-members-by-id\",\n name: \"Fetch organization members by id\",\n description: \"Retrieves a list of all members associated with a specific organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch detailed information about the users or entities that belong to the organization, which is crucial for managing access, roles, and permissions within the platform. Use this endpoint when you need to review the current membership of an organization, audit user access, or gather member information for reporting purposes. The endpoint returns comprehensive member details, but it does not modify any data or provide information about non-member users. Keep in mind that for large organizations, the response may be paginated to manage the data volume efficiently.\",\n input: NeonFetchOrganizationMembersByIdInput,\n output: NeonFetchOrganizationMembersByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,EACtJ,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;AACzG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,MAAM,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQ,kDAAkD,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,SAASA,IAAAA,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,uEAAuE,EAC9J,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-organization-members-by-id.d.ts
4
+ declare const NeonFetchOrganizationMembersByIdInput: z.ZodTypeAny;
5
+ declare const NeonFetchOrganizationMembersByIdOutput: z.ZodTypeAny;
6
+ declare const neonFetchOrganizationMembersById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchOrganizationMembersById };
9
+ //# sourceMappingURL=fetch-organization-members-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-organization-members-by-id.d.cts","names":[],"sources":["../../src/actions/fetch-organization-members-by-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEU;AAAA,cAenD,sCAAA,EAAwC,CAAA,CAAE,UAEU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-organization-members-by-id.d.ts
4
+ declare const NeonFetchOrganizationMembersByIdInput: z.ZodTypeAny;
5
+ declare const NeonFetchOrganizationMembersByIdOutput: z.ZodTypeAny;
6
+ declare const neonFetchOrganizationMembersById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchOrganizationMembersById };
9
+ //# sourceMappingURL=fetch-organization-members-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-organization-members-by-id.d.mts","names":[],"sources":["../../src/actions/fetch-organization-members-by-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEU;AAAA,cAenD,sCAAA,EAAwC,CAAA,CAAE,UAEU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-organization-members-by-id.ts
4
+ const NeonFetchOrganizationMembersByIdInput = z.object({ org_id: z.string().describe("The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint.") }).describe("Request schema for `FetchOrganizationMembersById`");
5
+ const NeonFetchOrganizationMembersById_UserInfoSchema = z.object({ email: z.string().describe("Email address of the user.").nullable().optional() }).describe("User details for the organization member");
6
+ const NeonFetchOrganizationMembersById_MemberInfoSchema = z.object({
7
+ id: z.string().describe("The unique identifier for the member."),
8
+ role: z.string().describe("Member's role within the organization (e.g., 'admin', 'member')."),
9
+ org_id: z.string().describe("Organization identifier."),
10
+ user_id: z.string().describe("Identifier of the user's Neon account."),
11
+ joined_at: z.string().describe("ISO 8601 timestamp indicating when the member joined the organization.")
12
+ }).describe("Membership details for an organization member");
13
+ const NeonFetchOrganizationMembersById_OrganizationMemberSchema = z.object({
14
+ user: NeonFetchOrganizationMembersById_UserInfoSchema.nullable().optional(),
15
+ member: NeonFetchOrganizationMembersById_MemberInfoSchema.nullable()
16
+ }).describe("Combined member and user information");
17
+ const neonFetchOrganizationMembersById = action("NEON_FETCH_ORGANIZATION_MEMBERS_BY_ID", {
18
+ slug: "neon-fetch-organization-members-by-id",
19
+ name: "Fetch organization members by id",
20
+ description: "Retrieves a list of all members associated with a specific organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch detailed information about the users or entities that belong to the organization, which is crucial for managing access, roles, and permissions within the platform. Use this endpoint when you need to review the current membership of an organization, audit user access, or gather member information for reporting purposes. The endpoint returns comprehensive member details, but it does not modify any data or provide information about non-member users. Keep in mind that for large organizations, the response may be paginated to manage the data volume efficiently.",
21
+ input: NeonFetchOrganizationMembersByIdInput,
22
+ output: z.object({ members: z.array(NeonFetchOrganizationMembersById_OrganizationMemberSchema).describe("List of organization members with their details and user information.") }).describe("Response schema for `FetchOrganizationMembersById`")
23
+ });
24
+ //#endregion
25
+ export { neonFetchOrganizationMembersById };
26
+
27
+ //# sourceMappingURL=fetch-organization-members-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-organization-members-by-id.mjs","names":[],"sources":["../../src/actions/fetch-organization-members-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchOrganizationMembersByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint.\"),\n}).describe(\"Request schema for `FetchOrganizationMembersById`\");\nconst NeonFetchOrganizationMembersById_UserInfoSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n}).describe(\"User details for the organization member\");\nconst NeonFetchOrganizationMembersById_MemberInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the member.\"),\n role: z.string().describe(\"Member's role within the organization (e.g., 'admin', 'member').\"),\n org_id: z.string().describe(\"Organization identifier.\"),\n user_id: z.string().describe(\"Identifier of the user's Neon account.\"),\n joined_at: z.string().describe(\"ISO 8601 timestamp indicating when the member joined the organization.\"),\n}).describe(\"Membership details for an organization member\");\nconst NeonFetchOrganizationMembersById_OrganizationMemberSchema: z.ZodTypeAny = z.object({\n user: NeonFetchOrganizationMembersById_UserInfoSchema.nullable().optional(),\n member: NeonFetchOrganizationMembersById_MemberInfoSchema.nullable(),\n}).describe(\"Combined member and user information\");\nexport const NeonFetchOrganizationMembersByIdOutput: z.ZodTypeAny = z.object({\n members: z.array(NeonFetchOrganizationMembersById_OrganizationMemberSchema).describe(\"List of organization members with their details and user information.\"),\n}).describe(\"Response schema for `FetchOrganizationMembersById`\");\n\nexport const neonFetchOrganizationMembersById = action(\"NEON_FETCH_ORGANIZATION_MEMBERS_BY_ID\", {\n slug: \"neon-fetch-organization-members-by-id\",\n name: \"Fetch organization members by id\",\n description: \"Retrieves a list of all members associated with a specific organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch detailed information about the users or entities that belong to the organization, which is crucial for managing access, roles, and permissions within the platform. Use this endpoint when you need to review the current membership of an organization, audit user access, or gather member information for reporting purposes. The endpoint returns comprehensive member details, but it does not modify any data or provide information about non-member users. Keep in mind that for large organizations, the response may be paginated to manage the data volume efficiently.\",\n input: NeonFetchOrganizationMembersByIdInput,\n output: NeonFetchOrganizationMembersByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,EACtJ,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kDAAgE,EAAE,OAAO,EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,oDAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;AACzG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,4DAA0E,EAAE,OAAO;CACvF,MAAM,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQ,kDAAkD,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAKlD,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,SAAS,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,uEAAuE,EAC9J,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}