@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 @@
1
+ {"version":3,"file":"get-branches-for-project.cjs","names":["z","action"],"sources":["../../src/actions/get-branches-for-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetBranchesForProjectInput: z.ZodTypeAny = z.object({\n search: z.string().describe(\"Search by branch `name` or `id`. You can specify partial `name` or `id` values to filter results.\").optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `GetBranchesForProject`\");\nconst NeonGetBranchesForProject_CreatedBySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the user who created the branch\").nullable().optional(),\n name: z.string().describe(\"Name of the user who created the branch\").nullable().optional(),\n image: z.string().describe(\"Profile image URL of the user who created the branch\").nullable().optional(),\n}).describe(\"Information about the user who created the branch\");\nconst NeonGetBranchesForProject_BranchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique branch identifier with br- prefix\"),\n name: z.string().describe(\"Branch name (auto-generated if not specified during creation)\"),\n \"default\": z.boolean().describe(\"Whether designated as project default branch\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates if this is the primary/root branch\").nullable().optional(),\n parent_id: z.string().describe(\"ID of parent branch (null for root branches)\").nullable().optional(),\n protected: z.boolean().describe(\"Protected branches cannot be deleted and have specific operational constraints\").nullable().optional(),\n created_at: z.string().describe(\"Branch creation timestamp (RFC 3339 format)\"),\n created_by: NeonGetBranchesForProject_CreatedBySchema.nullable().optional(),\n expires_at: z.string().describe(\"Scheduled date and time when the branch will be automatically deleted (RFC 3339 format with timezone, maximum 30 days from current time)\").nullable().optional(),\n parent_lsn: z.string().describe(\"Log Sequence Number marking the parent branch state\").nullable().optional(),\n project_id: z.string().describe(\"Associated project identifier\"),\n updated_at: z.string().describe(\"Last modification timestamp (RFC 3339 format)\"),\n init_source: z.string().describe(\"Data source used when branch was initialized\").nullable().optional(),\n cpu_used_sec: z.number().int().describe(\"CPU seconds consumed in current billing period\").nullable().optional(),\n logical_size: z.number().int().describe(\"Logical data size in bytes (excludes history)\").nullable().optional(),\n current_state: z.string().describe(\"Current operational state of the branch (e.g., init, ready, storage_deleted)\").nullable().optional(),\n pending_state: z.string().describe(\"Next state the branch is transitioning to\").nullable().optional(),\n physical_size: z.number().int().describe(\"Physical storage size in bytes\").nullable().optional(),\n creation_source: z.string().describe(\"Origin of branch creation (console, api, cli)\").nullable().optional(),\n parent_timestamp: z.string().describe(\"Timestamp when the parent branch state was captured (RFC 3339 format)\").nullable().optional(),\n state_changed_at: z.string().describe(\"Timestamp of last status change (RFC 3339 format)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Data written to branch in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Duration compute was actively running in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Outbound data transfer volume in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"Total compute activity duration in seconds\").nullable().optional(),\n ttl_interval_seconds: z.number().int().describe(\"The duration between creation/update and expiration in seconds (read-only value preserved during branch resets)\").nullable().optional(),\n}).describe(\"Branch object representing a Neon database branch\");\nconst NeonGetBranchesForProject_PaginationSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor value to use in the next request to retrieve the next batch of branches\").nullable().optional(),\n}).describe(\"Pagination metadata for cursor-based pagination\");\nexport const NeonGetBranchesForProjectOutput: z.ZodTypeAny = z.object({\n branches: z.array(NeonGetBranchesForProject_BranchSchema).describe(\"Array of branch objects for the specified project\"),\n pagination: NeonGetBranchesForProject_PaginationSchema.nullable().optional(),\n}).describe(\"Response schema for `GetBranchesForProject`\");\n\nexport const neonGetBranchesForProject = action(\"NEON_GET_BRANCHES_FOR_PROJECT\", {\n slug: \"neon-get-branches-for-project\",\n name: \"Get branches for project\",\n description: \"Retrieves a list of branches associated with a specific project in the Neon B2B SaaS integration platform. This endpoint should be used when you need to get an overview of all branches within a particular project, which is useful for version management and workflow control. It provides information about different versions or development stages of the project, allowing for efficient project management and collaboration. The endpoint is particularly helpful when planning merges, reviewing project history, or deciding on which branch to base new development work.\",\n input: NeonGetBranchesForProjectInput,\n output: NeonGetBranchesForProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CAC1I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CACzF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChM,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzL,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2DA,IAAAA,EAAE,OAAO,EACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,UAAUA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,mDAAmD;CACtH,YAAY,2CAA2C,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/get-branches-for-project.d.ts
4
+ declare const NeonGetBranchesForProjectInput: z.ZodTypeAny;
5
+ declare const NeonGetBranchesForProjectOutput: z.ZodTypeAny;
6
+ declare const neonGetBranchesForProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetBranchesForProject };
9
+ //# sourceMappingURL=get-branches-for-project.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-for-project.d.cts","names":[],"sources":["../../src/actions/get-branches-for-project.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAqC5C,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-branches-for-project.d.ts
4
+ declare const NeonGetBranchesForProjectInput: z.ZodTypeAny;
5
+ declare const NeonGetBranchesForProjectOutput: z.ZodTypeAny;
6
+ declare const neonGetBranchesForProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetBranchesForProject };
9
+ //# sourceMappingURL=get-branches-for-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-for-project.d.mts","names":[],"sources":["../../src/actions/get-branches-for-project.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAqC5C,+BAAA,EAAiC,CAAA,CAAE,UAGU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,55 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-branches-for-project.ts
4
+ const NeonGetBranchesForProjectInput = z.object({
5
+ search: z.string().describe("Search by branch `name` or `id`. You can specify partial `name` or `id` values to filter results.").optional(),
6
+ project_id: z.string().describe("The Neon project ID")
7
+ }).describe("Request schema for `GetBranchesForProject`");
8
+ const NeonGetBranchesForProject_CreatedBySchema = z.object({
9
+ id: z.string().describe("Unique identifier (UUID) of the user who created the branch").nullable().optional(),
10
+ name: z.string().describe("Name of the user who created the branch").nullable().optional(),
11
+ image: z.string().describe("Profile image URL of the user who created the branch").nullable().optional()
12
+ }).describe("Information about the user who created the branch");
13
+ const NeonGetBranchesForProject_BranchSchema = z.object({
14
+ id: z.string().describe("Unique branch identifier with br- prefix"),
15
+ name: z.string().describe("Branch name (auto-generated if not specified during creation)"),
16
+ "default": z.boolean().describe("Whether designated as project default branch").nullable().optional(),
17
+ primary: z.boolean().describe("Indicates if this is the primary/root branch").nullable().optional(),
18
+ parent_id: z.string().describe("ID of parent branch (null for root branches)").nullable().optional(),
19
+ protected: z.boolean().describe("Protected branches cannot be deleted and have specific operational constraints").nullable().optional(),
20
+ created_at: z.string().describe("Branch creation timestamp (RFC 3339 format)"),
21
+ created_by: NeonGetBranchesForProject_CreatedBySchema.nullable().optional(),
22
+ expires_at: z.string().describe("Scheduled date and time when the branch will be automatically deleted (RFC 3339 format with timezone, maximum 30 days from current time)").nullable().optional(),
23
+ parent_lsn: z.string().describe("Log Sequence Number marking the parent branch state").nullable().optional(),
24
+ project_id: z.string().describe("Associated project identifier"),
25
+ updated_at: z.string().describe("Last modification timestamp (RFC 3339 format)"),
26
+ init_source: z.string().describe("Data source used when branch was initialized").nullable().optional(),
27
+ cpu_used_sec: z.number().int().describe("CPU seconds consumed in current billing period").nullable().optional(),
28
+ logical_size: z.number().int().describe("Logical data size in bytes (excludes history)").nullable().optional(),
29
+ current_state: z.string().describe("Current operational state of the branch (e.g., init, ready, storage_deleted)").nullable().optional(),
30
+ pending_state: z.string().describe("Next state the branch is transitioning to").nullable().optional(),
31
+ physical_size: z.number().int().describe("Physical storage size in bytes").nullable().optional(),
32
+ creation_source: z.string().describe("Origin of branch creation (console, api, cli)").nullable().optional(),
33
+ parent_timestamp: z.string().describe("Timestamp when the parent branch state was captured (RFC 3339 format)").nullable().optional(),
34
+ state_changed_at: z.string().describe("Timestamp of last status change (RFC 3339 format)").nullable().optional(),
35
+ written_data_bytes: z.number().int().describe("Data written to branch in bytes").nullable().optional(),
36
+ active_time_seconds: z.number().int().describe("Duration compute was actively running in seconds").nullable().optional(),
37
+ data_transfer_bytes: z.number().int().describe("Outbound data transfer volume in bytes").nullable().optional(),
38
+ compute_time_seconds: z.number().int().describe("Total compute activity duration in seconds").nullable().optional(),
39
+ ttl_interval_seconds: z.number().int().describe("The duration between creation/update and expiration in seconds (read-only value preserved during branch resets)").nullable().optional()
40
+ }).describe("Branch object representing a Neon database branch");
41
+ const NeonGetBranchesForProject_PaginationSchema = z.object({ cursor: z.string().describe("Cursor value to use in the next request to retrieve the next batch of branches").nullable().optional() }).describe("Pagination metadata for cursor-based pagination");
42
+ const neonGetBranchesForProject = action("NEON_GET_BRANCHES_FOR_PROJECT", {
43
+ slug: "neon-get-branches-for-project",
44
+ name: "Get branches for project",
45
+ description: "Retrieves a list of branches associated with a specific project in the Neon B2B SaaS integration platform. This endpoint should be used when you need to get an overview of all branches within a particular project, which is useful for version management and workflow control. It provides information about different versions or development stages of the project, allowing for efficient project management and collaboration. The endpoint is particularly helpful when planning merges, reviewing project history, or deciding on which branch to base new development work.",
46
+ input: NeonGetBranchesForProjectInput,
47
+ output: z.object({
48
+ branches: z.array(NeonGetBranchesForProject_BranchSchema).describe("Array of branch objects for the specified project"),
49
+ pagination: NeonGetBranchesForProject_PaginationSchema.nullable().optional()
50
+ }).describe("Response schema for `GetBranchesForProject`")
51
+ });
52
+ //#endregion
53
+ export { neonGetBranchesForProject };
54
+
55
+ //# sourceMappingURL=get-branches-for-project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-for-project.mjs","names":[],"sources":["../../src/actions/get-branches-for-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetBranchesForProjectInput: z.ZodTypeAny = z.object({\n search: z.string().describe(\"Search by branch `name` or `id`. You can specify partial `name` or `id` values to filter results.\").optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `GetBranchesForProject`\");\nconst NeonGetBranchesForProject_CreatedBySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the user who created the branch\").nullable().optional(),\n name: z.string().describe(\"Name of the user who created the branch\").nullable().optional(),\n image: z.string().describe(\"Profile image URL of the user who created the branch\").nullable().optional(),\n}).describe(\"Information about the user who created the branch\");\nconst NeonGetBranchesForProject_BranchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique branch identifier with br- prefix\"),\n name: z.string().describe(\"Branch name (auto-generated if not specified during creation)\"),\n \"default\": z.boolean().describe(\"Whether designated as project default branch\").nullable().optional(),\n primary: z.boolean().describe(\"Indicates if this is the primary/root branch\").nullable().optional(),\n parent_id: z.string().describe(\"ID of parent branch (null for root branches)\").nullable().optional(),\n protected: z.boolean().describe(\"Protected branches cannot be deleted and have specific operational constraints\").nullable().optional(),\n created_at: z.string().describe(\"Branch creation timestamp (RFC 3339 format)\"),\n created_by: NeonGetBranchesForProject_CreatedBySchema.nullable().optional(),\n expires_at: z.string().describe(\"Scheduled date and time when the branch will be automatically deleted (RFC 3339 format with timezone, maximum 30 days from current time)\").nullable().optional(),\n parent_lsn: z.string().describe(\"Log Sequence Number marking the parent branch state\").nullable().optional(),\n project_id: z.string().describe(\"Associated project identifier\"),\n updated_at: z.string().describe(\"Last modification timestamp (RFC 3339 format)\"),\n init_source: z.string().describe(\"Data source used when branch was initialized\").nullable().optional(),\n cpu_used_sec: z.number().int().describe(\"CPU seconds consumed in current billing period\").nullable().optional(),\n logical_size: z.number().int().describe(\"Logical data size in bytes (excludes history)\").nullable().optional(),\n current_state: z.string().describe(\"Current operational state of the branch (e.g., init, ready, storage_deleted)\").nullable().optional(),\n pending_state: z.string().describe(\"Next state the branch is transitioning to\").nullable().optional(),\n physical_size: z.number().int().describe(\"Physical storage size in bytes\").nullable().optional(),\n creation_source: z.string().describe(\"Origin of branch creation (console, api, cli)\").nullable().optional(),\n parent_timestamp: z.string().describe(\"Timestamp when the parent branch state was captured (RFC 3339 format)\").nullable().optional(),\n state_changed_at: z.string().describe(\"Timestamp of last status change (RFC 3339 format)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Data written to branch in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Duration compute was actively running in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Outbound data transfer volume in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"Total compute activity duration in seconds\").nullable().optional(),\n ttl_interval_seconds: z.number().int().describe(\"The duration between creation/update and expiration in seconds (read-only value preserved during branch resets)\").nullable().optional(),\n}).describe(\"Branch object representing a Neon database branch\");\nconst NeonGetBranchesForProject_PaginationSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor value to use in the next request to retrieve the next batch of branches\").nullable().optional(),\n}).describe(\"Pagination metadata for cursor-based pagination\");\nexport const NeonGetBranchesForProjectOutput: z.ZodTypeAny = z.object({\n branches: z.array(NeonGetBranchesForProject_BranchSchema).describe(\"Array of branch objects for the specified project\"),\n pagination: NeonGetBranchesForProject_PaginationSchema.nullable().optional(),\n}).describe(\"Response schema for `GetBranchesForProject`\");\n\nexport const neonGetBranchesForProject = action(\"NEON_GET_BRANCHES_FOR_PROJECT\", {\n slug: \"neon-get-branches-for-project\",\n name: \"Get branches for project\",\n description: \"Retrieves a list of branches associated with a specific project in the Neon B2B SaaS integration platform. This endpoint should be used when you need to get an overview of all branches within a particular project, which is useful for version management and workflow control. It provides information about different versions or development stages of the project, allowing for efficient project management and collaboration. The endpoint is particularly helpful when planning merges, reviewing project history, or deciding on which branch to base new development work.\",\n input: NeonGetBranchesForProjectInput,\n output: NeonGetBranchesForProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CAC1I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CACzF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzL,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2D,EAAE,OAAO,EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAM7D,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,UAAU,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,mDAAmD;EACtH,YAAY,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAC7E,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-branches-masking-rules.ts
4
+ const NeonGetBranchesMaskingRulesInput = zod.z.object({
5
+ branch_id: zod.z.string().describe("The branch ID. You can obtain this by listing the project's branches."),
6
+ project_id: zod.z.string().describe("The Neon project ID. You can obtain this by listing the projects for your Neon account.")
7
+ }).describe("Request schema for `GetBranchesMaskingRules`");
8
+ const NeonGetBranchesMaskingRules_MaskingRuleSchema = zod.z.object({
9
+ table_name: zod.z.string().describe("The name of the table where the masking rule applies."),
10
+ column_name: zod.z.string().describe("The name of the column to be masked."),
11
+ schema_name: zod.z.string().describe("The name of the schema where the masking rule applies."),
12
+ database_name: zod.z.string().describe("The name of the database where the masking rule applies."),
13
+ masking_value: zod.z.string().describe("A static value used for masking instead of a function.").nullable().optional(),
14
+ masking_function: zod.z.string().describe("The PostgreSQL Anonymizer function used for masking (e.g., 'anon.fake_email()').").nullable().optional()
15
+ }).describe("Masking rule defining how sensitive data should be anonymized.");
16
+ const NeonGetBranchesMaskingRulesOutput = zod.z.object({ masking_rules: zod.z.array(NeonGetBranchesMaskingRules_MaskingRuleSchema).describe("List of masking rules for the branch. Each rule defines how sensitive data should be anonymized using PostgreSQL Anonymizer.") }).describe("Response schema for `GetBranchesMaskingRules`");
17
+ const neonGetBranchesMaskingRules = require_action.action("NEON_GET_BRANCHES_MASKING_RULES", {
18
+ slug: "neon-get-branches-masking-rules",
19
+ name: "Get branches masking rules",
20
+ description: "Retrieves the masking rules for the specified anonymized branch. Masking rules define how sensitive data should be anonymized using PostgreSQL Anonymizer. Use this when you need to view the data anonymization configuration for a branch. Note: This endpoint is currently in Beta.",
21
+ input: NeonGetBranchesMaskingRulesInput,
22
+ output: NeonGetBranchesMaskingRulesOutput
23
+ });
24
+ //#endregion
25
+ exports.neonGetBranchesMaskingRules = neonGetBranchesMaskingRules;
26
+
27
+ //# sourceMappingURL=get-branches-masking-rules.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-masking-rules.cjs","names":["z","action"],"sources":["../../src/actions/get-branches-masking-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetBranchesMaskingRulesInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID. You can obtain this by listing the project's branches.\"),\n project_id: z.string().describe(\"The Neon project ID. You can obtain this by listing the projects for your Neon account.\"),\n}).describe(\"Request schema for `GetBranchesMaskingRules`\");\nconst NeonGetBranchesMaskingRules_MaskingRuleSchema: z.ZodTypeAny = z.object({\n table_name: z.string().describe(\"The name of the table where the masking rule applies.\"),\n column_name: z.string().describe(\"The name of the column to be masked.\"),\n schema_name: z.string().describe(\"The name of the schema where the masking rule applies.\"),\n database_name: z.string().describe(\"The name of the database where the masking rule applies.\"),\n masking_value: z.string().describe(\"A static value used for masking instead of a function.\").nullable().optional(),\n masking_function: z.string().describe(\"The PostgreSQL Anonymizer function used for masking (e.g., 'anon.fake_email()').\").nullable().optional(),\n}).describe(\"Masking rule defining how sensitive data should be anonymized.\");\nexport const NeonGetBranchesMaskingRulesOutput: z.ZodTypeAny = z.object({\n masking_rules: z.array(NeonGetBranchesMaskingRules_MaskingRuleSchema).describe(\"List of masking rules for the branch. Each rule defines how sensitive data should be anonymized using PostgreSQL Anonymizer.\"),\n}).describe(\"Response schema for `GetBranchesMaskingRules`\");\n\nexport const neonGetBranchesMaskingRules = action(\"NEON_GET_BRANCHES_MASKING_RULES\", {\n slug: \"neon-get-branches-masking-rules\",\n name: \"Get branches masking rules\",\n description: \"Retrieves the masking rules for the specified anonymized branch. Masking rules define how sensitive data should be anonymized using PostgreSQL Anonymizer. Use this when you need to view the data anonymization configuration for a branch. Note: This endpoint is currently in Beta.\",\n input: NeonGetBranchesMaskingRulesInput,\n output: NeonGetBranchesMaskingRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;AAC3H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACzF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,eAAeA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,8HAA8H,EAC/M,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,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/get-branches-masking-rules.d.ts
4
+ declare const NeonGetBranchesMaskingRulesInput: z.ZodTypeAny;
5
+ declare const NeonGetBranchesMaskingRulesOutput: z.ZodTypeAny;
6
+ declare const neonGetBranchesMaskingRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetBranchesMaskingRules };
9
+ //# sourceMappingURL=get-branches-masking-rules.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-masking-rules.d.cts","names":[],"sources":["../../src/actions/get-branches-masking-rules.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAS9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-branches-masking-rules.d.ts
4
+ declare const NeonGetBranchesMaskingRulesInput: z.ZodTypeAny;
5
+ declare const NeonGetBranchesMaskingRulesOutput: z.ZodTypeAny;
6
+ declare const neonGetBranchesMaskingRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetBranchesMaskingRules };
9
+ //# sourceMappingURL=get-branches-masking-rules.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-masking-rules.d.mts","names":[],"sources":["../../src/actions/get-branches-masking-rules.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAS9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,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/get-branches-masking-rules.ts
4
+ const NeonGetBranchesMaskingRulesInput = z.object({
5
+ branch_id: z.string().describe("The branch ID. You can obtain this by listing the project's branches."),
6
+ project_id: z.string().describe("The Neon project ID. You can obtain this by listing the projects for your Neon account.")
7
+ }).describe("Request schema for `GetBranchesMaskingRules`");
8
+ const NeonGetBranchesMaskingRules_MaskingRuleSchema = z.object({
9
+ table_name: z.string().describe("The name of the table where the masking rule applies."),
10
+ column_name: z.string().describe("The name of the column to be masked."),
11
+ schema_name: z.string().describe("The name of the schema where the masking rule applies."),
12
+ database_name: z.string().describe("The name of the database where the masking rule applies."),
13
+ masking_value: z.string().describe("A static value used for masking instead of a function.").nullable().optional(),
14
+ masking_function: z.string().describe("The PostgreSQL Anonymizer function used for masking (e.g., 'anon.fake_email()').").nullable().optional()
15
+ }).describe("Masking rule defining how sensitive data should be anonymized.");
16
+ const neonGetBranchesMaskingRules = action("NEON_GET_BRANCHES_MASKING_RULES", {
17
+ slug: "neon-get-branches-masking-rules",
18
+ name: "Get branches masking rules",
19
+ description: "Retrieves the masking rules for the specified anonymized branch. Masking rules define how sensitive data should be anonymized using PostgreSQL Anonymizer. Use this when you need to view the data anonymization configuration for a branch. Note: This endpoint is currently in Beta.",
20
+ input: NeonGetBranchesMaskingRulesInput,
21
+ output: z.object({ masking_rules: z.array(NeonGetBranchesMaskingRules_MaskingRuleSchema).describe("List of masking rules for the branch. Each rule defines how sensitive data should be anonymized using PostgreSQL Anonymizer.") }).describe("Response schema for `GetBranchesMaskingRules`")
22
+ });
23
+ //#endregion
24
+ export { neonGetBranchesMaskingRules };
25
+
26
+ //# sourceMappingURL=get-branches-masking-rules.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-branches-masking-rules.mjs","names":[],"sources":["../../src/actions/get-branches-masking-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetBranchesMaskingRulesInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID. You can obtain this by listing the project's branches.\"),\n project_id: z.string().describe(\"The Neon project ID. You can obtain this by listing the projects for your Neon account.\"),\n}).describe(\"Request schema for `GetBranchesMaskingRules`\");\nconst NeonGetBranchesMaskingRules_MaskingRuleSchema: z.ZodTypeAny = z.object({\n table_name: z.string().describe(\"The name of the table where the masking rule applies.\"),\n column_name: z.string().describe(\"The name of the column to be masked.\"),\n schema_name: z.string().describe(\"The name of the schema where the masking rule applies.\"),\n database_name: z.string().describe(\"The name of the database where the masking rule applies.\"),\n masking_value: z.string().describe(\"A static value used for masking instead of a function.\").nullable().optional(),\n masking_function: z.string().describe(\"The PostgreSQL Anonymizer function used for masking (e.g., 'anon.fake_email()').\").nullable().optional(),\n}).describe(\"Masking rule defining how sensitive data should be anonymized.\");\nexport const NeonGetBranchesMaskingRulesOutput: z.ZodTypeAny = z.object({\n masking_rules: z.array(NeonGetBranchesMaskingRules_MaskingRuleSchema).describe(\"List of masking rules for the branch. Each rule defines how sensitive data should be anonymized using PostgreSQL Anonymizer.\"),\n}).describe(\"Response schema for `GetBranchesMaskingRules`\");\n\nexport const neonGetBranchesMaskingRules = action(\"NEON_GET_BRANCHES_MASKING_RULES\", {\n slug: \"neon-get-branches-masking-rules\",\n name: \"Get branches masking rules\",\n description: \"Retrieves the masking rules for the specified anonymized branch. Masking rules define how sensitive data should be anonymized using PostgreSQL Anonymizer. Use this when you need to view the data anonymization configuration for a branch. Note: This endpoint is currently in Beta.\",\n input: NeonGetBranchesMaskingRulesInput,\n output: NeonGetBranchesMaskingRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;AAC3H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,gDAA8D,EAAE,OAAO;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACzF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAK5E,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,eAAe,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,8HAA8H,EAC/M,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,48 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-consumption-history-projects.ts
4
+ const NeonGetConsumptionHistoryProjectsInput = zod.z.object({
5
+ to: zod.z.string().describe("Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year."),
6
+ from: zod.z.string().describe("Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`."),
7
+ limit: zod.z.number().int().default(10).describe("Specify a value from 1 to 100 to limit number of projects in the response.").optional(),
8
+ cursor: zod.z.string().describe("Specify the cursor value from the previous response to get the next batch of projects.").optional(),
9
+ org_id: zod.z.string().describe("The organization ID to retrieve project consumption metrics for. IMPORTANT: This parameter is effectively required - API returns an error without it. Get your org_id from NEON_GET_USER_ORGANIZATIONS. Format: 'org-xxxx-xxxx-xxxxxxxx'.").optional(),
10
+ granularity: zod.z.enum([
11
+ "hourly",
12
+ "daily",
13
+ "monthly"
14
+ ]).describe("Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively."),
15
+ project_ids: zod.z.array(zod.z.string()).describe("Specify a list of project IDs to filter the response. If omitted, the response will contain all projects. A list of project IDs can be specified as an array of parameter values or as a comma-separated list in a single parameter value. - As an array of parameter values: `project_ids=cold-poetry-09157238%20&project_ids=quiet-snow-71788278` - As a comma-separated list in a single parameter value: `project_ids=cold-poetry-09157238,quiet-snow-71788278`").optional(),
16
+ include_v1_metrics: zod.z.boolean().describe("Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour, which never decreases.").optional()
17
+ }).describe("Request schema for `GetConsumptionHistoryProjects`");
18
+ const NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema = zod.z.object({
19
+ timeframe_end: zod.z.string().describe("End of the measurement interval in RFC 3339 format"),
20
+ timeframe_start: zod.z.string().describe("Start of the measurement interval in RFC 3339 format"),
21
+ written_data_bytes: zod.z.number().int().describe("The total amount of data written to all of a project's branches"),
22
+ active_time_seconds: zod.z.number().int().describe("The number of seconds the project's compute endpoints have been active during the period"),
23
+ compute_time_seconds: zod.z.number().int().describe("The number of CPU seconds used by the project's compute endpoints. A compute that uses 2 CPUs for 1 second equals compute_time=2"),
24
+ synthetic_storage_size_bytes: zod.z.number().int().describe("Total space occupied in storage, combining logical data size and WAL size across all branches")
25
+ }).describe("Time-segmented consumption metrics for a specific timeframe.");
26
+ const NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema = zod.z.object({
27
+ period_id: zod.z.string().describe("Unique identifier for the billing period"),
28
+ period_end: zod.z.string().describe("Conclusion of the billing period in RFC 3339 format"),
29
+ consumption: zod.z.array(NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema).describe("Time-segmented consumption metrics with granularity specified in request (hourly, daily, or monthly)"),
30
+ period_plan: zod.z.string().describe("Plan type during the period (e.g., 'scale', 'business', 'enterprise')"),
31
+ period_start: zod.z.string().describe("Beginning of the billing period in RFC 3339 format")
32
+ }).describe("Billing period with time-segmented consumption data.");
33
+ const NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema = zod.z.object({
34
+ periods: zod.z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema).describe("Collection of billing period objects containing consumption data"),
35
+ project_id: zod.z.string().describe("Unique identifier for the project")
36
+ }).describe("Consumption data for a single project.");
37
+ const NeonGetConsumptionHistoryProjectsOutput = zod.z.object({ projects: zod.z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema).describe("Collection of project consumption data objects") }).describe("Response schema for `GetConsumptionHistoryProjects`");
38
+ const neonGetConsumptionHistoryProjects = require_action.action("NEON_GET_CONSUMPTION_HISTORY_PROJECTS", {
39
+ slug: "neon-get-consumption-history-projects",
40
+ name: "Get consumption history projects",
41
+ description: "Retrieves consumption history for projects within a Neon organization. IMPORTANT: This endpoint is only available for Scale, Business, and Enterprise plan accounts. Free and Launch plans do not have access to this endpoint. Returns metrics including: - active_time_seconds: Time computes were active - compute_time_seconds: Total CPU seconds used (2 CPUs for 1 second = 2) - written_data_bytes: Data written to branches - synthetic_storage_size_bytes: Total storage occupied The org_id parameter is required to identify which organization's projects to query. Results are ordered chronologically (oldest to newest). Rate limit: ~30 requests/minute shared with account consumption endpoint. Note: This API call does NOT wake sleeping compute endpoints.",
42
+ input: NeonGetConsumptionHistoryProjectsInput,
43
+ output: NeonGetConsumptionHistoryProjectsOutput
44
+ });
45
+ //#endregion
46
+ exports.neonGetConsumptionHistoryProjects = neonGetConsumptionHistoryProjects;
47
+
48
+ //# sourceMappingURL=get-consumption-history-projects.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-consumption-history-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-consumption-history-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetConsumptionHistoryProjectsInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year.\"),\n from: z.string().describe(\"Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`.\"),\n limit: z.number().int().default(10).describe(\"Specify a value from 1 to 100 to limit number of projects in the response.\").optional(),\n cursor: z.string().describe(\"Specify the cursor value from the previous response to get the next batch of projects.\").optional(),\n org_id: z.string().describe(\"The organization ID to retrieve project consumption metrics for. IMPORTANT: This parameter is effectively required - API returns an error without it. Get your org_id from NEON_GET_USER_ORGANIZATIONS. Format: 'org-xxxx-xxxx-xxxxxxxx'.\").optional(),\n granularity: z.enum([\"hourly\", \"daily\", \"monthly\"]).describe(\"Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively.\"),\n project_ids: z.array(z.string()).describe(\"Specify a list of project IDs to filter the response. If omitted, the response will contain all projects. A list of project IDs can be specified as an array of parameter values or as a comma-separated list in a single parameter value. - As an array of parameter values: `project_ids=cold-poetry-09157238%20&project_ids=quiet-snow-71788278` - As a comma-separated list in a single parameter value: `project_ids=cold-poetry-09157238,quiet-snow-71788278`\").optional(),\n include_v1_metrics: z.boolean().describe(\"Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour, which never decreases.\").optional(),\n}).describe(\"Request schema for `GetConsumptionHistoryProjects`\");\nconst NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema: z.ZodTypeAny = z.object({\n timeframe_end: z.string().describe(\"End of the measurement interval in RFC 3339 format\"),\n timeframe_start: z.string().describe(\"Start of the measurement interval in RFC 3339 format\"),\n written_data_bytes: z.number().int().describe(\"The total amount of data written to all of a project's branches\"),\n active_time_seconds: z.number().int().describe(\"The number of seconds the project's compute endpoints have been active during the period\"),\n compute_time_seconds: z.number().int().describe(\"The number of CPU seconds used by the project's compute endpoints. A compute that uses 2 CPUs for 1 second equals compute_time=2\"),\n synthetic_storage_size_bytes: z.number().int().describe(\"Total space occupied in storage, combining logical data size and WAL size across all branches\"),\n}).describe(\"Time-segmented consumption metrics for a specific timeframe.\");\nconst NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema: z.ZodTypeAny = z.object({\n period_id: z.string().describe(\"Unique identifier for the billing period\"),\n period_end: z.string().describe(\"Conclusion of the billing period in RFC 3339 format\"),\n consumption: z.array(NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema).describe(\"Time-segmented consumption metrics with granularity specified in request (hourly, daily, or monthly)\"),\n period_plan: z.string().describe(\"Plan type during the period (e.g., 'scale', 'business', 'enterprise')\"),\n period_start: z.string().describe(\"Beginning of the billing period in RFC 3339 format\"),\n}).describe(\"Billing period with time-segmented consumption data.\");\nconst NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema: z.ZodTypeAny = z.object({\n periods: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema).describe(\"Collection of billing period objects containing consumption data\"),\n project_id: z.string().describe(\"Unique identifier for the project\"),\n}).describe(\"Consumption data for a single project.\");\nexport const NeonGetConsumptionHistoryProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema).describe(\"Collection of project consumption data objects\"),\n}).describe(\"Response schema for `GetConsumptionHistoryProjects`\");\n\nexport const neonGetConsumptionHistoryProjects = action(\"NEON_GET_CONSUMPTION_HISTORY_PROJECTS\", {\n slug: \"neon-get-consumption-history-projects\",\n name: \"Get consumption history projects\",\n description: \"Retrieves consumption history for projects within a Neon organization. IMPORTANT: This endpoint is only available for Scale, Business, and Enterprise plan accounts. Free and Launch plans do not have access to this endpoint. Returns metrics including: - active_time_seconds: Time computes were active - compute_time_seconds: Total CPU seconds used (2 CPUs for 1 second = 2) - written_data_bytes: Data written to branches - synthetic_storage_size_bytes: Total storage occupied The org_id parameter is required to identify which organization's projects to query. Results are ordered chronologically (oldest to newest). Rate limit: ~30 requests/minute shared with account consumption endpoint. Note: This API call does NOT wake sleeping compute endpoints.\",\n input: NeonGetConsumptionHistoryProjectsInput,\n output: NeonGetConsumptionHistoryProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,igBAAigB;CACzhB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0lBAA0lB;CACpnB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACpI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC/H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2OAA2O,CAAC,CAAC,SAAS;CAClR,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAS;CAAS,CAAC,CAAC,CAAC,SAAS,6JAA6J;CAC1N,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qcAAqc,CAAC,CAAC,SAAS;CAC1f,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAClO,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACvF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC3F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F;CACzI,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kIAAkI;CAClL,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F;AACzJ,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,aAAaA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sGAAsG;CAChM,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACxF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,SAASA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,kEAAkE;CAC9J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AACrE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,UAAUA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,gDAAgD,EACzI,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;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/get-consumption-history-projects.d.ts
4
+ declare const NeonGetConsumptionHistoryProjectsInput: z.ZodTypeAny;
5
+ declare const NeonGetConsumptionHistoryProjectsOutput: z.ZodTypeAny;
6
+ declare const neonGetConsumptionHistoryProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetConsumptionHistoryProjects };
9
+ //# sourceMappingURL=get-consumption-history-projects.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-consumption-history-projects.d.cts","names":[],"sources":["../../src/actions/get-consumption-history-projects.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UASU;AAAA,cAoBpD,uCAAA,EAAyC,CAAA,CAAE,UAEU;AAAA,cAErD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-consumption-history-projects.d.ts
4
+ declare const NeonGetConsumptionHistoryProjectsInput: z.ZodTypeAny;
5
+ declare const NeonGetConsumptionHistoryProjectsOutput: z.ZodTypeAny;
6
+ declare const neonGetConsumptionHistoryProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetConsumptionHistoryProjects };
9
+ //# sourceMappingURL=get-consumption-history-projects.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-consumption-history-projects.d.mts","names":[],"sources":["../../src/actions/get-consumption-history-projects.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UASU;AAAA,cAoBpD,uCAAA,EAAyC,CAAA,CAAE,UAEU;AAAA,cAErD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,47 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-consumption-history-projects.ts
4
+ const NeonGetConsumptionHistoryProjectsInput = z.object({
5
+ to: z.string().describe("Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year."),
6
+ from: z.string().describe("Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`."),
7
+ limit: z.number().int().default(10).describe("Specify a value from 1 to 100 to limit number of projects in the response.").optional(),
8
+ cursor: z.string().describe("Specify the cursor value from the previous response to get the next batch of projects.").optional(),
9
+ org_id: z.string().describe("The organization ID to retrieve project consumption metrics for. IMPORTANT: This parameter is effectively required - API returns an error without it. Get your org_id from NEON_GET_USER_ORGANIZATIONS. Format: 'org-xxxx-xxxx-xxxxxxxx'.").optional(),
10
+ granularity: z.enum([
11
+ "hourly",
12
+ "daily",
13
+ "monthly"
14
+ ]).describe("Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively."),
15
+ project_ids: z.array(z.string()).describe("Specify a list of project IDs to filter the response. If omitted, the response will contain all projects. A list of project IDs can be specified as an array of parameter values or as a comma-separated list in a single parameter value. - As an array of parameter values: `project_ids=cold-poetry-09157238%20&project_ids=quiet-snow-71788278` - As a comma-separated list in a single parameter value: `project_ids=cold-poetry-09157238,quiet-snow-71788278`").optional(),
16
+ include_v1_metrics: z.boolean().describe("Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour, which never decreases.").optional()
17
+ }).describe("Request schema for `GetConsumptionHistoryProjects`");
18
+ const NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema = z.object({
19
+ timeframe_end: z.string().describe("End of the measurement interval in RFC 3339 format"),
20
+ timeframe_start: z.string().describe("Start of the measurement interval in RFC 3339 format"),
21
+ written_data_bytes: z.number().int().describe("The total amount of data written to all of a project's branches"),
22
+ active_time_seconds: z.number().int().describe("The number of seconds the project's compute endpoints have been active during the period"),
23
+ compute_time_seconds: z.number().int().describe("The number of CPU seconds used by the project's compute endpoints. A compute that uses 2 CPUs for 1 second equals compute_time=2"),
24
+ synthetic_storage_size_bytes: z.number().int().describe("Total space occupied in storage, combining logical data size and WAL size across all branches")
25
+ }).describe("Time-segmented consumption metrics for a specific timeframe.");
26
+ const NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema = z.object({
27
+ period_id: z.string().describe("Unique identifier for the billing period"),
28
+ period_end: z.string().describe("Conclusion of the billing period in RFC 3339 format"),
29
+ consumption: z.array(NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema).describe("Time-segmented consumption metrics with granularity specified in request (hourly, daily, or monthly)"),
30
+ period_plan: z.string().describe("Plan type during the period (e.g., 'scale', 'business', 'enterprise')"),
31
+ period_start: z.string().describe("Beginning of the billing period in RFC 3339 format")
32
+ }).describe("Billing period with time-segmented consumption data.");
33
+ const NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema = z.object({
34
+ periods: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema).describe("Collection of billing period objects containing consumption data"),
35
+ project_id: z.string().describe("Unique identifier for the project")
36
+ }).describe("Consumption data for a single project.");
37
+ const neonGetConsumptionHistoryProjects = action("NEON_GET_CONSUMPTION_HISTORY_PROJECTS", {
38
+ slug: "neon-get-consumption-history-projects",
39
+ name: "Get consumption history projects",
40
+ description: "Retrieves consumption history for projects within a Neon organization. IMPORTANT: This endpoint is only available for Scale, Business, and Enterprise plan accounts. Free and Launch plans do not have access to this endpoint. Returns metrics including: - active_time_seconds: Time computes were active - compute_time_seconds: Total CPU seconds used (2 CPUs for 1 second = 2) - written_data_bytes: Data written to branches - synthetic_storage_size_bytes: Total storage occupied The org_id parameter is required to identify which organization's projects to query. Results are ordered chronologically (oldest to newest). Rate limit: ~30 requests/minute shared with account consumption endpoint. Note: This API call does NOT wake sleeping compute endpoints.",
41
+ input: NeonGetConsumptionHistoryProjectsInput,
42
+ output: z.object({ projects: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema).describe("Collection of project consumption data objects") }).describe("Response schema for `GetConsumptionHistoryProjects`")
43
+ });
44
+ //#endregion
45
+ export { neonGetConsumptionHistoryProjects };
46
+
47
+ //# sourceMappingURL=get-consumption-history-projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-consumption-history-projects.mjs","names":[],"sources":["../../src/actions/get-consumption-history-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetConsumptionHistoryProjectsInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year.\"),\n from: z.string().describe(\"Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified `granularity`: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the last year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`.\"),\n limit: z.number().int().default(10).describe(\"Specify a value from 1 to 100 to limit number of projects in the response.\").optional(),\n cursor: z.string().describe(\"Specify the cursor value from the previous response to get the next batch of projects.\").optional(),\n org_id: z.string().describe(\"The organization ID to retrieve project consumption metrics for. IMPORTANT: This parameter is effectively required - API returns an error without it. Get your org_id from NEON_GET_USER_ORGANIZATIONS. Format: 'org-xxxx-xxxx-xxxxxxxx'.\").optional(),\n granularity: z.enum([\"hourly\", \"daily\", \"monthly\"]).describe(\"Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively.\"),\n project_ids: z.array(z.string()).describe(\"Specify a list of project IDs to filter the response. If omitted, the response will contain all projects. A list of project IDs can be specified as an array of parameter values or as a comma-separated list in a single parameter value. - As an array of parameter values: `project_ids=cold-poetry-09157238%20&project_ids=quiet-snow-71788278` - As a comma-separated list in a single parameter value: `project_ids=cold-poetry-09157238,quiet-snow-71788278`\").optional(),\n include_v1_metrics: z.boolean().describe(\"Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour, which never decreases.\").optional(),\n}).describe(\"Request schema for `GetConsumptionHistoryProjects`\");\nconst NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema: z.ZodTypeAny = z.object({\n timeframe_end: z.string().describe(\"End of the measurement interval in RFC 3339 format\"),\n timeframe_start: z.string().describe(\"Start of the measurement interval in RFC 3339 format\"),\n written_data_bytes: z.number().int().describe(\"The total amount of data written to all of a project's branches\"),\n active_time_seconds: z.number().int().describe(\"The number of seconds the project's compute endpoints have been active during the period\"),\n compute_time_seconds: z.number().int().describe(\"The number of CPU seconds used by the project's compute endpoints. A compute that uses 2 CPUs for 1 second equals compute_time=2\"),\n synthetic_storage_size_bytes: z.number().int().describe(\"Total space occupied in storage, combining logical data size and WAL size across all branches\"),\n}).describe(\"Time-segmented consumption metrics for a specific timeframe.\");\nconst NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema: z.ZodTypeAny = z.object({\n period_id: z.string().describe(\"Unique identifier for the billing period\"),\n period_end: z.string().describe(\"Conclusion of the billing period in RFC 3339 format\"),\n consumption: z.array(NeonGetConsumptionHistoryProjects_ConsumptionMetricsSchema).describe(\"Time-segmented consumption metrics with granularity specified in request (hourly, daily, or monthly)\"),\n period_plan: z.string().describe(\"Plan type during the period (e.g., 'scale', 'business', 'enterprise')\"),\n period_start: z.string().describe(\"Beginning of the billing period in RFC 3339 format\"),\n}).describe(\"Billing period with time-segmented consumption data.\");\nconst NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema: z.ZodTypeAny = z.object({\n periods: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionPeriodSchema).describe(\"Collection of billing period objects containing consumption data\"),\n project_id: z.string().describe(\"Unique identifier for the project\"),\n}).describe(\"Consumption data for a single project.\");\nexport const NeonGetConsumptionHistoryProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(NeonGetConsumptionHistoryProjects_ProjectConsumptionSchema).describe(\"Collection of project consumption data objects\"),\n}).describe(\"Response schema for `GetConsumptionHistoryProjects`\");\n\nexport const neonGetConsumptionHistoryProjects = action(\"NEON_GET_CONSUMPTION_HISTORY_PROJECTS\", {\n slug: \"neon-get-consumption-history-projects\",\n name: \"Get consumption history projects\",\n description: \"Retrieves consumption history for projects within a Neon organization. IMPORTANT: This endpoint is only available for Scale, Business, and Enterprise plan accounts. Free and Launch plans do not have access to this endpoint. Returns metrics including: - active_time_seconds: Time computes were active - compute_time_seconds: Total CPU seconds used (2 CPUs for 1 second = 2) - written_data_bytes: Data written to branches - synthetic_storage_size_bytes: Total storage occupied The org_id parameter is required to identify which organization's projects to query. Results are ordered chronologically (oldest to newest). Rate limit: ~30 requests/minute shared with account consumption endpoint. Note: This API call does NOT wake sleeping compute endpoints.\",\n input: NeonGetConsumptionHistoryProjectsInput,\n output: NeonGetConsumptionHistoryProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,igBAAigB;CACzhB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0lBAA0lB;CACpnB,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACpI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC/H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2OAA2O,CAAC,CAAC,SAAS;CAClR,aAAa,EAAE,KAAK;EAAC;EAAU;EAAS;CAAS,CAAC,CAAC,CAAC,SAAS,6JAA6J;CAC1N,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qcAAqc,CAAC,CAAC,SAAS;CAC1f,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAClO,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,6DAA2E,EAAE,OAAO;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACvF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC3F,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F;CACzI,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kIAAkI;CAClL,8BAA8B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F;AACzJ,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,mEAAiF,EAAE,OAAO;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,aAAa,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,sGAAsG;CAChM,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACxG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACxF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,6DAA2E,EAAE,OAAO;CACxF,SAAS,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,kEAAkE;CAC9J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AACrE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,UAAU,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,gDAAgD,EACzI,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-current-user-information.ts
4
+ const NeonGetCurrentUserInformationInput = zod.z.object({}).describe("Request schema for `GetCurrentUserInformation`\n\nThis endpoint requires no parameters. User identification is handled\nautomatically via the authentication token.");
5
+ const NeonGetCurrentUserInformation_AuthAccountSchema = zod.z.object({
6
+ name: zod.z.string().describe("Display name from this auth provider").nullable().optional(),
7
+ email: zod.z.string().describe("Email address associated with the auth provider").nullable().optional(),
8
+ image: zod.z.string().describe("URL to the user's profile image from this provider").nullable().optional(),
9
+ login: zod.z.string().describe("Login/username for this auth provider").nullable().optional(),
10
+ provider: zod.z.string().describe("Authentication provider name (e.g., 'google', 'keycloak', 'github')").nullable().optional()
11
+ }).passthrough().describe("Represents an authentication provider account linked to the user.");
12
+ const NeonGetCurrentUserInformation_UserInfoSchema = zod.z.object({
13
+ id: zod.z.string().describe("Unique identifier (UUID) of the user").nullable().optional(),
14
+ name: zod.z.string().describe("User's first name").nullable().optional(),
15
+ plan: zod.z.string().describe("Current subscription plan (e.g., 'free_v2', 'pro', 'scale')").nullable().optional(),
16
+ email: zod.z.string().describe("Primary email address of the user").nullable().optional(),
17
+ image: zod.z.string().describe("URL to the user's profile image").nullable().optional(),
18
+ login: zod.z.string().describe("Username/login identifier").nullable().optional(),
19
+ last_name: zod.z.string().describe("User's last name").nullable().optional(),
20
+ auth_accounts: zod.z.array(NeonGetCurrentUserInformation_AuthAccountSchema).describe("List of linked authentication provider accounts").nullable().optional(),
21
+ branches_limit: zod.z.number().int().describe("Maximum number of branches allowed per project").nullable().optional(),
22
+ projects_limit: zod.z.number().int().describe("Maximum number of projects allowed for this user").nullable().optional(),
23
+ active_seconds_limit: zod.z.number().int().describe("Maximum compute active seconds per month").nullable().optional(),
24
+ max_autoscaling_limit: zod.z.number().describe("Maximum autoscaling compute units (CU) allowed").nullable().optional()
25
+ }).passthrough().describe("User profile information returned by the Neon API.");
26
+ const NeonGetCurrentUserInformationOutput = zod.z.object({ data: NeonGetCurrentUserInformation_UserInfoSchema.nullable().optional() }).describe("Response schema for `GetCurrentUserInformation`\n\nContains the authenticated user's profile information including\naccount details, subscription plan, and resource limits.");
27
+ const neonGetCurrentUserInformation = require_action.action("NEON_GET_CURRENT_USER_INFORMATION", {
28
+ slug: "neon-get-current-user-information",
29
+ name: "Get current user information",
30
+ description: "Retrieves the profile information for the currently authenticated user. This endpoint should be used when you need to access details about the user making the API request, such as their username, email, or other account-related information. It's particularly useful for personalizing user experiences or retrieving user-specific settings within the Neon platform. The endpoint doesn't accept any parameters, as it relies solely on the authentication token to identify the user. Note that this endpoint will only return information for the authenticated user and cannot be used to retrieve profiles of other users.",
31
+ input: NeonGetCurrentUserInformationInput,
32
+ output: NeonGetCurrentUserInformationOutput
33
+ });
34
+ //#endregion
35
+ exports.neonGetCurrentUserInformation = neonGetCurrentUserInformation;
36
+
37
+ //# sourceMappingURL=get-current-user-information.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user-information.cjs","names":["z","action"],"sources":["../../src/actions/get-current-user-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetCurrentUserInformationInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetCurrentUserInformation`\\n\\nThis endpoint requires no parameters. User identification is handled\\nautomatically via the authentication token.\");\nconst NeonGetCurrentUserInformation_AuthAccountSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name from this auth provider\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the auth provider\").nullable().optional(),\n image: z.string().describe(\"URL to the user's profile image from this provider\").nullable().optional(),\n login: z.string().describe(\"Login/username for this auth provider\").nullable().optional(),\n provider: z.string().describe(\"Authentication provider name (e.g., 'google', 'keycloak', 'github')\").nullable().optional(),\n}).passthrough().describe(\"Represents an authentication provider account linked to the user.\");\nconst NeonGetCurrentUserInformation_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the user\").nullable().optional(),\n name: z.string().describe(\"User's first name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan (e.g., 'free_v2', 'pro', 'scale')\").nullable().optional(),\n email: z.string().describe(\"Primary email address of the user\").nullable().optional(),\n image: z.string().describe(\"URL to the user's profile image\").nullable().optional(),\n login: z.string().describe(\"Username/login identifier\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n auth_accounts: z.array(NeonGetCurrentUserInformation_AuthAccountSchema).describe(\"List of linked authentication provider accounts\").nullable().optional(),\n branches_limit: z.number().int().describe(\"Maximum number of branches allowed per project\").nullable().optional(),\n projects_limit: z.number().int().describe(\"Maximum number of projects allowed for this user\").nullable().optional(),\n active_seconds_limit: z.number().int().describe(\"Maximum compute active seconds per month\").nullable().optional(),\n max_autoscaling_limit: z.number().describe(\"Maximum autoscaling compute units (CU) allowed\").nullable().optional(),\n}).passthrough().describe(\"User profile information returned by the Neon API.\");\nexport const NeonGetCurrentUserInformationOutput: z.ZodTypeAny = z.object({\n data: NeonGetCurrentUserInformation_UserInfoSchema.nullable().optional(),\n}).describe(\"Response schema for `GetCurrentUserInformation`\\n\\nContains the authenticated user's profile information including\\naccount details, subscription plan, and resource limits.\");\n\nexport const neonGetCurrentUserInformation = action(\"NEON_GET_CURRENT_USER_INFORMATION\", {\n slug: \"neon-get-current-user-information\",\n name: \"Get current user information\",\n description: \"Retrieves the profile information for the currently authenticated user. This endpoint should be used when you need to access details about the user making the API request, such as their username, email, or other account-related information. It's particularly useful for personalizing user experiences or retrieving user-specific settings within the Neon platform. The endpoint doesn't accept any parameters, as it relies solely on the authentication token to identify the user. Note that this endpoint will only return information for the authenticated user and cannot be used to retrieve profiles of other users.\",\n input: NeonGetCurrentUserInformationInput,\n output: NeonGetCurrentUserInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qKAAqK;AAC3P,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAC7F,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,eAAeA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAC9E,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,MAAM,6CAA6C,SAAS,CAAC,CAAC,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,8KAA8K;AAE1L,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/get-current-user-information.d.ts
4
+ declare const NeonGetCurrentUserInformationInput: z.ZodTypeAny;
5
+ declare const NeonGetCurrentUserInformationOutput: z.ZodTypeAny;
6
+ declare const neonGetCurrentUserInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetCurrentUserInformation };
9
+ //# sourceMappingURL=get-current-user-information.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user-information.d.cts","names":[],"sources":["../../src/actions/get-current-user-information.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyM;AAAA,cAsB/O,mCAAA,EAAqC,CAAA,CAAE,UAEuI;AAAA,cAE9K,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-current-user-information.d.ts
4
+ declare const NeonGetCurrentUserInformationInput: z.ZodTypeAny;
5
+ declare const NeonGetCurrentUserInformationOutput: z.ZodTypeAny;
6
+ declare const neonGetCurrentUserInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetCurrentUserInformation };
9
+ //# sourceMappingURL=get-current-user-information.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user-information.d.mts","names":[],"sources":["../../src/actions/get-current-user-information.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyM;AAAA,cAsB/O,mCAAA,EAAqC,CAAA,CAAE,UAEuI;AAAA,cAE9K,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-current-user-information.ts
4
+ const NeonGetCurrentUserInformationInput = z.object({}).describe("Request schema for `GetCurrentUserInformation`\n\nThis endpoint requires no parameters. User identification is handled\nautomatically via the authentication token.");
5
+ const NeonGetCurrentUserInformation_AuthAccountSchema = z.object({
6
+ name: z.string().describe("Display name from this auth provider").nullable().optional(),
7
+ email: z.string().describe("Email address associated with the auth provider").nullable().optional(),
8
+ image: z.string().describe("URL to the user's profile image from this provider").nullable().optional(),
9
+ login: z.string().describe("Login/username for this auth provider").nullable().optional(),
10
+ provider: z.string().describe("Authentication provider name (e.g., 'google', 'keycloak', 'github')").nullable().optional()
11
+ }).passthrough().describe("Represents an authentication provider account linked to the user.");
12
+ const NeonGetCurrentUserInformation_UserInfoSchema = z.object({
13
+ id: z.string().describe("Unique identifier (UUID) of the user").nullable().optional(),
14
+ name: z.string().describe("User's first name").nullable().optional(),
15
+ plan: z.string().describe("Current subscription plan (e.g., 'free_v2', 'pro', 'scale')").nullable().optional(),
16
+ email: z.string().describe("Primary email address of the user").nullable().optional(),
17
+ image: z.string().describe("URL to the user's profile image").nullable().optional(),
18
+ login: z.string().describe("Username/login identifier").nullable().optional(),
19
+ last_name: z.string().describe("User's last name").nullable().optional(),
20
+ auth_accounts: z.array(NeonGetCurrentUserInformation_AuthAccountSchema).describe("List of linked authentication provider accounts").nullable().optional(),
21
+ branches_limit: z.number().int().describe("Maximum number of branches allowed per project").nullable().optional(),
22
+ projects_limit: z.number().int().describe("Maximum number of projects allowed for this user").nullable().optional(),
23
+ active_seconds_limit: z.number().int().describe("Maximum compute active seconds per month").nullable().optional(),
24
+ max_autoscaling_limit: z.number().describe("Maximum autoscaling compute units (CU) allowed").nullable().optional()
25
+ }).passthrough().describe("User profile information returned by the Neon API.");
26
+ const neonGetCurrentUserInformation = action("NEON_GET_CURRENT_USER_INFORMATION", {
27
+ slug: "neon-get-current-user-information",
28
+ name: "Get current user information",
29
+ description: "Retrieves the profile information for the currently authenticated user. This endpoint should be used when you need to access details about the user making the API request, such as their username, email, or other account-related information. It's particularly useful for personalizing user experiences or retrieving user-specific settings within the Neon platform. The endpoint doesn't accept any parameters, as it relies solely on the authentication token to identify the user. Note that this endpoint will only return information for the authenticated user and cannot be used to retrieve profiles of other users.",
30
+ input: NeonGetCurrentUserInformationInput,
31
+ output: z.object({ data: NeonGetCurrentUserInformation_UserInfoSchema.nullable().optional() }).describe("Response schema for `GetCurrentUserInformation`\n\nContains the authenticated user's profile information including\naccount details, subscription plan, and resource limits.")
32
+ });
33
+ //#endregion
34
+ export { neonGetCurrentUserInformation };
35
+
36
+ //# sourceMappingURL=get-current-user-information.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user-information.mjs","names":[],"sources":["../../src/actions/get-current-user-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetCurrentUserInformationInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetCurrentUserInformation`\\n\\nThis endpoint requires no parameters. User identification is handled\\nautomatically via the authentication token.\");\nconst NeonGetCurrentUserInformation_AuthAccountSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name from this auth provider\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the auth provider\").nullable().optional(),\n image: z.string().describe(\"URL to the user's profile image from this provider\").nullable().optional(),\n login: z.string().describe(\"Login/username for this auth provider\").nullable().optional(),\n provider: z.string().describe(\"Authentication provider name (e.g., 'google', 'keycloak', 'github')\").nullable().optional(),\n}).passthrough().describe(\"Represents an authentication provider account linked to the user.\");\nconst NeonGetCurrentUserInformation_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the user\").nullable().optional(),\n name: z.string().describe(\"User's first name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan (e.g., 'free_v2', 'pro', 'scale')\").nullable().optional(),\n email: z.string().describe(\"Primary email address of the user\").nullable().optional(),\n image: z.string().describe(\"URL to the user's profile image\").nullable().optional(),\n login: z.string().describe(\"Username/login identifier\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n auth_accounts: z.array(NeonGetCurrentUserInformation_AuthAccountSchema).describe(\"List of linked authentication provider accounts\").nullable().optional(),\n branches_limit: z.number().int().describe(\"Maximum number of branches allowed per project\").nullable().optional(),\n projects_limit: z.number().int().describe(\"Maximum number of projects allowed for this user\").nullable().optional(),\n active_seconds_limit: z.number().int().describe(\"Maximum compute active seconds per month\").nullable().optional(),\n max_autoscaling_limit: z.number().describe(\"Maximum autoscaling compute units (CU) allowed\").nullable().optional(),\n}).passthrough().describe(\"User profile information returned by the Neon API.\");\nexport const NeonGetCurrentUserInformationOutput: z.ZodTypeAny = z.object({\n data: NeonGetCurrentUserInformation_UserInfoSchema.nullable().optional(),\n}).describe(\"Response schema for `GetCurrentUserInformation`\\n\\nContains the authenticated user's profile information including\\naccount details, subscription plan, and resource limits.\");\n\nexport const neonGetCurrentUserInformation = action(\"NEON_GET_CURRENT_USER_INFORMATION\", {\n slug: \"neon-get-current-user-information\",\n name: \"Get current user information\",\n description: \"Retrieves the profile information for the currently authenticated user. This endpoint should be used when you need to access details about the user making the API request, such as their username, email, or other account-related information. It's particularly useful for personalizing user experiences or retrieving user-specific settings within the Neon platform. The endpoint doesn't accept any parameters, as it relies solely on the authentication token to identify the user. Note that this endpoint will only return information for the authenticated user and cannot be used to retrieve profiles of other users.\",\n input: NeonGetCurrentUserInformationInput,\n output: NeonGetCurrentUserInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qKAAqK;AAC3P,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAC7F,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,eAAe,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAK9E,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,6CAA6C,SAAS,CAAC,CAAC,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,8KAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-organization-api-keys.ts
4
+ const NeonGetOrganizationApiKeysInput = zod.z.object({ org_id: zod.z.string().describe("The Neon organization ID") }).describe("Request schema for `GetOrganizationApiKeys`");
5
+ const NeonGetOrganizationApiKeysOutput = zod.z.unknown();
6
+ const neonGetOrganizationApiKeys = require_action.action("NEON_GET_ORGANIZATION_API_KEYS", {
7
+ slug: "neon-get-organization-api-keys",
8
+ name: "Get organization api keys",
9
+ description: "Retrieves a list of all API keys associated with a specific organization in the Neon B2B SaaS integration platform. This endpoint is crucial for administrators to manage and monitor API access within their organization. It provides a comprehensive view of all active API keys, enabling effective access control and security auditing. Use this endpoint when you need to review, track, or manage the API keys in use by your organization, such as during security reviews or when updating access permissions.",
10
+ input: NeonGetOrganizationApiKeysInput,
11
+ output: NeonGetOrganizationApiKeysOutput
12
+ });
13
+ //#endregion
14
+ exports.neonGetOrganizationApiKeys = neonGetOrganizationApiKeys;
15
+
16
+ //# sourceMappingURL=get-organization-api-keys.cjs.map