@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,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-vpcendpoint-details-by-id.ts
4
+ const NeonFetchVpcendpointDetailsByIdInput = zod.z.object({
5
+ org_id: zod.z.string().describe("The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs. Note: VPC endpoints require Scale plan or higher."),
6
+ region_id: zod.z.string().describe("The Neon AWS region ID where the VPC endpoint is located. Valid values: 'aws-us-east-1', 'aws-us-east-2', 'aws-us-west-2', 'aws-eu-central-1', 'aws-eu-west-2', 'aws-ap-southeast-1', 'aws-ap-southeast-2', 'aws-sa-east-1'. Note: Azure regions are not supported for VPC endpoints."),
7
+ vpc_endpoint_id: zod.z.string().describe("The AWS VPC endpoint ID. Format: 'vpce-xxxxxxxxxxxxxxxxx' (e.g., 'vpce-1234567890abcdef0'). Use 'get_vpc_region_endpoints' action to list available VPC endpoints in a region.")
8
+ }).describe("Request schema for `FetchVpcendpointDetailsById`");
9
+ const NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema = zod.z.object({
10
+ label: zod.z.string().describe("Optional user-defined label for the VPC endpoint.").nullable().optional(),
11
+ state: zod.z.string().describe("The current operational state of the VPC endpoint (e.g., 'new', 'accepted', 'available', 'pending', 'rejected').").nullable().optional(),
12
+ vpc_endpoint_id: zod.z.string().describe("The unique identifier of the AWS VPC endpoint (e.g., 'vpce-1234567890abcdef0').").nullable().optional(),
13
+ restricted_projects: zod.z.array(zod.z.string()).describe("List of project IDs that are restricted to use this VPC endpoint for private connectivity.").nullable().optional(),
14
+ num_restricted_projects: zod.z.number().int().describe("The count of projects that have access restricted to this VPC endpoint.").nullable().optional()
15
+ }).passthrough().describe("Details of a VPC endpoint.");
16
+ const NeonFetchVpcendpointDetailsByIdOutput = zod.z.object({ data: NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema.nullable().optional() }).describe("Response schema for `FetchVpcendpointDetailsById`");
17
+ const neonFetchVpcendpointDetailsById = require_action.action("NEON_FETCH_VPCENDPOINT_DETAILS_BY_ID", {
18
+ slug: "neon-fetch-vpcendpoint-details-by-id",
19
+ name: "Fetch vpcendpoint details by id",
20
+ description: "Retrieves the current state and configuration details of a specific VPC endpoint assigned to a Neon organization. VPC endpoints enable private connectivity between your AWS VPC and Neon databases using AWS PrivateLink, bypassing the public internet. Prerequisites: - Organization must be on the Scale plan or higher (VPC Private Networking is not available on Free or Launch plans) - VPC endpoint must be previously assigned using 'create_vpc_endpoint_with_label' action Use cases: - Check the operational state of a VPC endpoint (new, accepted, available, pending, rejected) - View which projects are restricted to use this VPC endpoint - Verify endpoint configuration for compliance and security auditing - Troubleshoot private connectivity issues Note: This is a read-only endpoint. To modify VPC endpoint configuration, use 'create_vpc_endpoint_with_label' or 'delete_vpc_endpoint_by_ids' actions.",
21
+ input: NeonFetchVpcendpointDetailsByIdInput,
22
+ output: NeonFetchVpcendpointDetailsByIdOutput
23
+ });
24
+ //#endregion
25
+ exports.neonFetchVpcendpointDetailsById = neonFetchVpcendpointDetailsById;
26
+
27
+ //# sourceMappingURL=fetch-vpcendpoint-details-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-vpcendpoint-details-by-id.cjs","names":["z","action"],"sources":["../../src/actions/fetch-vpcendpoint-details-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchVpcendpointDetailsByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs. Note: VPC endpoints require Scale plan or higher.\"),\n region_id: z.string().describe(\"The Neon AWS region ID where the VPC endpoint is located. Valid values: 'aws-us-east-1', 'aws-us-east-2', 'aws-us-west-2', 'aws-eu-central-1', 'aws-eu-west-2', 'aws-ap-southeast-1', 'aws-ap-southeast-2', 'aws-sa-east-1'. Note: Azure regions are not supported for VPC endpoints.\"),\n vpc_endpoint_id: z.string().describe(\"The AWS VPC endpoint ID. Format: 'vpce-xxxxxxxxxxxxxxxxx' (e.g., 'vpce-1234567890abcdef0'). Use 'get_vpc_region_endpoints' action to list available VPC endpoints in a region.\"),\n}).describe(\"Request schema for `FetchVpcendpointDetailsById`\");\nconst NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Optional user-defined label for the VPC endpoint.\").nullable().optional(),\n state: z.string().describe(\"The current operational state of the VPC endpoint (e.g., 'new', 'accepted', 'available', 'pending', 'rejected').\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The unique identifier of the AWS VPC endpoint (e.g., 'vpce-1234567890abcdef0').\").nullable().optional(),\n restricted_projects: z.array(z.string()).describe(\"List of project IDs that are restricted to use this VPC endpoint for private connectivity.\").nullable().optional(),\n num_restricted_projects: z.number().int().describe(\"The count of projects that have access restricted to this VPC endpoint.\").nullable().optional(),\n}).passthrough().describe(\"Details of a VPC endpoint.\");\nexport const NeonFetchVpcendpointDetailsByIdOutput: z.ZodTypeAny = z.object({\n data: NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema.nullable().optional(),\n}).describe(\"Response schema for `FetchVpcendpointDetailsById`\");\n\nexport const neonFetchVpcendpointDetailsById = action(\"NEON_FETCH_VPCENDPOINT_DETAILS_BY_ID\", {\n slug: \"neon-fetch-vpcendpoint-details-by-id\",\n name: \"Fetch vpcendpoint details by id\",\n description: \"Retrieves the current state and configuration details of a specific VPC endpoint assigned to a Neon organization. VPC endpoints enable private connectivity between your AWS VPC and Neon databases using AWS PrivateLink, bypassing the public internet. Prerequisites: - Organization must be on the Scale plan or higher (VPC Private Networking is not available on Free or Launch plans) - VPC endpoint must be previously assigned using 'create_vpc_endpoint_with_label' action Use cases: - Check the operational state of a VPC endpoint (new, accepted, available, pending, rejected) - View which projects are restricted to use this VPC endpoint - Verify endpoint configuration for compliance and security auditing - Troubleshoot private connectivity issues Note: This is a read-only endpoint. To modify VPC endpoint configuration, use 'create_vpc_endpoint_with_label' or 'delete_vpc_endpoint_by_ids' actions.\",\n input: NeonFetchVpcendpointDetailsByIdInput,\n output: NeonFetchVpcendpointDetailsByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L;CACvN,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uRAAuR;CACtT,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gLAAgL;AACvN,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,qBAAqBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpK,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4BAA4B;AACtD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,MAAM,yDAAyD,SAAS,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-vpcendpoint-details-by-id.d.ts
4
+ declare const NeonFetchVpcendpointDetailsByIdInput: z.ZodTypeAny;
5
+ declare const NeonFetchVpcendpointDetailsByIdOutput: z.ZodTypeAny;
6
+ declare const neonFetchVpcendpointDetailsById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchVpcendpointDetailsById };
9
+ //# sourceMappingURL=fetch-vpcendpoint-details-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-vpcendpoint-details-by-id.d.cts","names":[],"sources":["../../src/actions/fetch-vpcendpoint-details-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAIU;AAAA,cAQlD,qCAAA,EAAuC,CAAA,CAAE,UAEU;AAAA,cAEnD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-vpcendpoint-details-by-id.d.ts
4
+ declare const NeonFetchVpcendpointDetailsByIdInput: z.ZodTypeAny;
5
+ declare const NeonFetchVpcendpointDetailsByIdOutput: z.ZodTypeAny;
6
+ declare const neonFetchVpcendpointDetailsById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFetchVpcendpointDetailsById };
9
+ //# sourceMappingURL=fetch-vpcendpoint-details-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-vpcendpoint-details-by-id.d.mts","names":[],"sources":["../../src/actions/fetch-vpcendpoint-details-by-id.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAIU;AAAA,cAQlD,qCAAA,EAAuC,CAAA,CAAE,UAEU;AAAA,cAEnD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-vpcendpoint-details-by-id.ts
4
+ const NeonFetchVpcendpointDetailsByIdInput = z.object({
5
+ org_id: z.string().describe("The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs. Note: VPC endpoints require Scale plan or higher."),
6
+ region_id: z.string().describe("The Neon AWS region ID where the VPC endpoint is located. Valid values: 'aws-us-east-1', 'aws-us-east-2', 'aws-us-west-2', 'aws-eu-central-1', 'aws-eu-west-2', 'aws-ap-southeast-1', 'aws-ap-southeast-2', 'aws-sa-east-1'. Note: Azure regions are not supported for VPC endpoints."),
7
+ vpc_endpoint_id: z.string().describe("The AWS VPC endpoint ID. Format: 'vpce-xxxxxxxxxxxxxxxxx' (e.g., 'vpce-1234567890abcdef0'). Use 'get_vpc_region_endpoints' action to list available VPC endpoints in a region.")
8
+ }).describe("Request schema for `FetchVpcendpointDetailsById`");
9
+ const NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema = z.object({
10
+ label: z.string().describe("Optional user-defined label for the VPC endpoint.").nullable().optional(),
11
+ state: z.string().describe("The current operational state of the VPC endpoint (e.g., 'new', 'accepted', 'available', 'pending', 'rejected').").nullable().optional(),
12
+ vpc_endpoint_id: z.string().describe("The unique identifier of the AWS VPC endpoint (e.g., 'vpce-1234567890abcdef0').").nullable().optional(),
13
+ restricted_projects: z.array(z.string()).describe("List of project IDs that are restricted to use this VPC endpoint for private connectivity.").nullable().optional(),
14
+ num_restricted_projects: z.number().int().describe("The count of projects that have access restricted to this VPC endpoint.").nullable().optional()
15
+ }).passthrough().describe("Details of a VPC endpoint.");
16
+ const neonFetchVpcendpointDetailsById = action("NEON_FETCH_VPCENDPOINT_DETAILS_BY_ID", {
17
+ slug: "neon-fetch-vpcendpoint-details-by-id",
18
+ name: "Fetch vpcendpoint details by id",
19
+ description: "Retrieves the current state and configuration details of a specific VPC endpoint assigned to a Neon organization. VPC endpoints enable private connectivity between your AWS VPC and Neon databases using AWS PrivateLink, bypassing the public internet. Prerequisites: - Organization must be on the Scale plan or higher (VPC Private Networking is not available on Free or Launch plans) - VPC endpoint must be previously assigned using 'create_vpc_endpoint_with_label' action Use cases: - Check the operational state of a VPC endpoint (new, accepted, available, pending, rejected) - View which projects are restricted to use this VPC endpoint - Verify endpoint configuration for compliance and security auditing - Troubleshoot private connectivity issues Note: This is a read-only endpoint. To modify VPC endpoint configuration, use 'create_vpc_endpoint_with_label' or 'delete_vpc_endpoint_by_ids' actions.",
20
+ input: NeonFetchVpcendpointDetailsByIdInput,
21
+ output: z.object({ data: NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema.nullable().optional() }).describe("Response schema for `FetchVpcendpointDetailsById`")
22
+ });
23
+ //#endregion
24
+ export { neonFetchVpcendpointDetailsById };
25
+
26
+ //# sourceMappingURL=fetch-vpcendpoint-details-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-vpcendpoint-details-by-id.mjs","names":[],"sources":["../../src/actions/fetch-vpcendpoint-details-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFetchVpcendpointDetailsByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs. Note: VPC endpoints require Scale plan or higher.\"),\n region_id: z.string().describe(\"The Neon AWS region ID where the VPC endpoint is located. Valid values: 'aws-us-east-1', 'aws-us-east-2', 'aws-us-west-2', 'aws-eu-central-1', 'aws-eu-west-2', 'aws-ap-southeast-1', 'aws-ap-southeast-2', 'aws-sa-east-1'. Note: Azure regions are not supported for VPC endpoints.\"),\n vpc_endpoint_id: z.string().describe(\"The AWS VPC endpoint ID. Format: 'vpce-xxxxxxxxxxxxxxxxx' (e.g., 'vpce-1234567890abcdef0'). Use 'get_vpc_region_endpoints' action to list available VPC endpoints in a region.\"),\n}).describe(\"Request schema for `FetchVpcendpointDetailsById`\");\nconst NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Optional user-defined label for the VPC endpoint.\").nullable().optional(),\n state: z.string().describe(\"The current operational state of the VPC endpoint (e.g., 'new', 'accepted', 'available', 'pending', 'rejected').\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"The unique identifier of the AWS VPC endpoint (e.g., 'vpce-1234567890abcdef0').\").nullable().optional(),\n restricted_projects: z.array(z.string()).describe(\"List of project IDs that are restricted to use this VPC endpoint for private connectivity.\").nullable().optional(),\n num_restricted_projects: z.number().int().describe(\"The count of projects that have access restricted to this VPC endpoint.\").nullable().optional(),\n}).passthrough().describe(\"Details of a VPC endpoint.\");\nexport const NeonFetchVpcendpointDetailsByIdOutput: z.ZodTypeAny = z.object({\n data: NeonFetchVpcendpointDetailsById_VpcEndpointDetailsSchema.nullable().optional(),\n}).describe(\"Response schema for `FetchVpcendpointDetailsById`\");\n\nexport const neonFetchVpcendpointDetailsById = action(\"NEON_FETCH_VPCENDPOINT_DETAILS_BY_ID\", {\n slug: \"neon-fetch-vpcendpoint-details-by-id\",\n name: \"Fetch vpcendpoint details by id\",\n description: \"Retrieves the current state and configuration details of a specific VPC endpoint assigned to a Neon organization. VPC endpoints enable private connectivity between your AWS VPC and Neon databases using AWS PrivateLink, bypassing the public internet. Prerequisites: - Organization must be on the Scale plan or higher (VPC Private Networking is not available on Free or Launch plans) - VPC endpoint must be previously assigned using 'create_vpc_endpoint_with_label' action Use cases: - Check the operational state of a VPC endpoint (new, accepted, available, pending, rejected) - View which projects are restricted to use this VPC endpoint - Verify endpoint configuration for compliance and security auditing - Troubleshoot private connectivity issues Note: This is a read-only endpoint. To modify VPC endpoint configuration, use 'create_vpc_endpoint_with_label' or 'delete_vpc_endpoint_by_ids' actions.\",\n input: NeonFetchVpcendpointDetailsByIdInput,\n output: NeonFetchVpcendpointDetailsByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2LAA2L;CACvN,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uRAAuR;CACtT,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gLAAgL;AACvN,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2DAAyE,EAAE,OAAO;CACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpK,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4BAA4B;AAKtD,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,MAAM,yDAAyD,SAAS,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/finalize-branch-restore.ts
4
+ const NeonFinalizeBranchRestoreInput = zod.z.object({
5
+ name: zod.z.string().describe("Used to rename the existing branch when it is replaced. If omitted, a default name is generated and used.").optional(),
6
+ branch_id: zod.z.string().describe("The ID of the branch created from a snapshot that will be finalized. Format: 'br-adjective-noun-alphanumeric' (e.g., 'br-late-voice-ahlrw52f')."),
7
+ project_id: zod.z.string().describe("The Neon project ID. Format: 'adjective-noun-12345678' (e.g., 'proud-meadow-87189985').")
8
+ }).describe("Request schema for `FinalizeBranchRestore`");
9
+ const NeonFinalizeBranchRestore_OperationSchema = zod.z.object({
10
+ id: zod.z.string().describe("The unique identifier of the operation."),
11
+ error: zod.z.string().describe("Error message if the operation failed.").nullable().optional(),
12
+ action: zod.z.string().describe("The type of action (e.g., 'start_compute', 'suspend_compute')."),
13
+ status: zod.z.string().describe("The status of the operation (e.g., 'running', 'finished', 'failed')."),
14
+ retry_at: zod.z.string().describe("Timestamp when the operation will be retried, if applicable.").nullable().optional(),
15
+ branch_id: zod.z.string().describe("The branch ID this operation affects.").nullable().optional(),
16
+ created_at: zod.z.string().describe("Timestamp when the operation was created (ISO 8601 format)."),
17
+ project_id: zod.z.string().describe("The project ID this operation belongs to."),
18
+ updated_at: zod.z.string().describe("Timestamp when the operation was last updated (ISO 8601 format)."),
19
+ endpoint_id: zod.z.string().describe("The endpoint ID if applicable.").nullable().optional(),
20
+ failures_count: zod.z.number().int().describe("The number of failures for this operation."),
21
+ total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
22
+ }).passthrough().describe("Information about an operation triggered by the finalize restore.");
23
+ const NeonFinalizeBranchRestoreOutput = zod.z.object({ operations: zod.z.array(NeonFinalizeBranchRestore_OperationSchema).describe("List of operations triggered by the finalize restore (e.g., reassigning computes, renaming branches).") }).describe("Response schema for `FinalizeBranchRestore`");
24
+ const neonFinalizeBranchRestore = require_action.action("NEON_FINALIZE_BRANCH_RESTORE", {
25
+ slug: "neon-finalize-branch-restore",
26
+ name: "Finalize branch restore",
27
+ description: "Finalizes the restore operation for a branch created from a snapshot. This updates the branch to function as the original branch it replaced by: reassigning computes from the original branch (which restarts them), renaming the restored branch to the original's name, and renaming the original branch. Only applies to branches created using the restoreSnapshot endpoint.",
28
+ input: NeonFinalizeBranchRestoreInput,
29
+ output: NeonFinalizeBranchRestoreOutput
30
+ });
31
+ //#endregion
32
+ exports.neonFinalizeBranchRestore = neonFinalizeBranchRestore;
33
+
34
+ //# sourceMappingURL=finalize-branch-restore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finalize-branch-restore.cjs","names":["z","action"],"sources":["../../src/actions/finalize-branch-restore.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFinalizeBranchRestoreInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Used to rename the existing branch when it is replaced. If omitted, a default name is generated and used.\").optional(),\n branch_id: z.string().describe(\"The ID of the branch created from a snapshot that will be finalized. Format: 'br-adjective-noun-alphanumeric' (e.g., 'br-late-voice-ahlrw52f').\"),\n project_id: z.string().describe(\"The Neon project ID. Format: 'adjective-noun-12345678' (e.g., 'proud-meadow-87189985').\"),\n}).describe(\"Request schema for `FinalizeBranchRestore`\");\nconst NeonFinalizeBranchRestore_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the operation.\"),\n error: z.string().describe(\"Error message if the operation failed.\").nullable().optional(),\n action: z.string().describe(\"The type of action (e.g., 'start_compute', 'suspend_compute').\"),\n status: z.string().describe(\"The status of the operation (e.g., 'running', 'finished', 'failed').\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried, if applicable.\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this operation affects.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the operation was created (ISO 8601 format).\"),\n project_id: z.string().describe(\"The project ID this operation belongs to.\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated (ISO 8601 format).\"),\n endpoint_id: z.string().describe(\"The endpoint ID if applicable.\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures for this operation.\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).passthrough().describe(\"Information about an operation triggered by the finalize restore.\");\nexport const NeonFinalizeBranchRestoreOutput: z.ZodTypeAny = z.object({\n operations: z.array(NeonFinalizeBranchRestore_OperationSchema).describe(\"List of operations triggered by the finalize restore (e.g., reassigning computes, renaming branches).\"),\n}).describe(\"Response schema for `FinalizeBranchRestore`\");\n\nexport const neonFinalizeBranchRestore = action(\"NEON_FINALIZE_BRANCH_RESTORE\", {\n slug: \"neon-finalize-branch-restore\",\n name: \"Finalize branch restore\",\n description: \"Finalizes the restore operation for a branch created from a snapshot. This updates the branch to function as the original branch it replaced by: reassigning computes from the original branch (which restarts them), renaming the restored branch to the original's name, and renaming the original branch. Only applies to branches created using the restoreSnapshot endpoint.\",\n input: NeonFinalizeBranchRestoreInput,\n output: NeonFinalizeBranchRestoreOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CAChJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ;CAChL,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;AAC3H,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CACtF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAC7F,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,YAAYA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uGAAuG,EACjL,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/finalize-branch-restore.d.ts
4
+ declare const NeonFinalizeBranchRestoreInput: z.ZodTypeAny;
5
+ declare const NeonFinalizeBranchRestoreOutput: z.ZodTypeAny;
6
+ declare const neonFinalizeBranchRestore: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFinalizeBranchRestore };
9
+ //# sourceMappingURL=finalize-branch-restore.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finalize-branch-restore.d.cts","names":[],"sources":["../../src/actions/finalize-branch-restore.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAIU;AAAA,cAe5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;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/finalize-branch-restore.d.ts
4
+ declare const NeonFinalizeBranchRestoreInput: z.ZodTypeAny;
5
+ declare const NeonFinalizeBranchRestoreOutput: z.ZodTypeAny;
6
+ declare const neonFinalizeBranchRestore: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonFinalizeBranchRestore };
9
+ //# sourceMappingURL=finalize-branch-restore.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finalize-branch-restore.d.mts","names":[],"sources":["../../src/actions/finalize-branch-restore.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAIU;AAAA,cAe5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/finalize-branch-restore.ts
4
+ const NeonFinalizeBranchRestoreInput = z.object({
5
+ name: z.string().describe("Used to rename the existing branch when it is replaced. If omitted, a default name is generated and used.").optional(),
6
+ branch_id: z.string().describe("The ID of the branch created from a snapshot that will be finalized. Format: 'br-adjective-noun-alphanumeric' (e.g., 'br-late-voice-ahlrw52f')."),
7
+ project_id: z.string().describe("The Neon project ID. Format: 'adjective-noun-12345678' (e.g., 'proud-meadow-87189985').")
8
+ }).describe("Request schema for `FinalizeBranchRestore`");
9
+ const NeonFinalizeBranchRestore_OperationSchema = z.object({
10
+ id: z.string().describe("The unique identifier of the operation."),
11
+ error: z.string().describe("Error message if the operation failed.").nullable().optional(),
12
+ action: z.string().describe("The type of action (e.g., 'start_compute', 'suspend_compute')."),
13
+ status: z.string().describe("The status of the operation (e.g., 'running', 'finished', 'failed')."),
14
+ retry_at: z.string().describe("Timestamp when the operation will be retried, if applicable.").nullable().optional(),
15
+ branch_id: z.string().describe("The branch ID this operation affects.").nullable().optional(),
16
+ created_at: z.string().describe("Timestamp when the operation was created (ISO 8601 format)."),
17
+ project_id: z.string().describe("The project ID this operation belongs to."),
18
+ updated_at: z.string().describe("Timestamp when the operation was last updated (ISO 8601 format)."),
19
+ endpoint_id: z.string().describe("The endpoint ID if applicable.").nullable().optional(),
20
+ failures_count: z.number().int().describe("The number of failures for this operation."),
21
+ total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
22
+ }).passthrough().describe("Information about an operation triggered by the finalize restore.");
23
+ const neonFinalizeBranchRestore = action("NEON_FINALIZE_BRANCH_RESTORE", {
24
+ slug: "neon-finalize-branch-restore",
25
+ name: "Finalize branch restore",
26
+ description: "Finalizes the restore operation for a branch created from a snapshot. This updates the branch to function as the original branch it replaced by: reassigning computes from the original branch (which restarts them), renaming the restored branch to the original's name, and renaming the original branch. Only applies to branches created using the restoreSnapshot endpoint.",
27
+ input: NeonFinalizeBranchRestoreInput,
28
+ output: z.object({ operations: z.array(NeonFinalizeBranchRestore_OperationSchema).describe("List of operations triggered by the finalize restore (e.g., reassigning computes, renaming branches).") }).describe("Response schema for `FinalizeBranchRestore`")
29
+ });
30
+ //#endregion
31
+ export { neonFinalizeBranchRestore };
32
+
33
+ //# sourceMappingURL=finalize-branch-restore.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finalize-branch-restore.mjs","names":[],"sources":["../../src/actions/finalize-branch-restore.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonFinalizeBranchRestoreInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Used to rename the existing branch when it is replaced. If omitted, a default name is generated and used.\").optional(),\n branch_id: z.string().describe(\"The ID of the branch created from a snapshot that will be finalized. Format: 'br-adjective-noun-alphanumeric' (e.g., 'br-late-voice-ahlrw52f').\"),\n project_id: z.string().describe(\"The Neon project ID. Format: 'adjective-noun-12345678' (e.g., 'proud-meadow-87189985').\"),\n}).describe(\"Request schema for `FinalizeBranchRestore`\");\nconst NeonFinalizeBranchRestore_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the operation.\"),\n error: z.string().describe(\"Error message if the operation failed.\").nullable().optional(),\n action: z.string().describe(\"The type of action (e.g., 'start_compute', 'suspend_compute').\"),\n status: z.string().describe(\"The status of the operation (e.g., 'running', 'finished', 'failed').\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried, if applicable.\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this operation affects.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the operation was created (ISO 8601 format).\"),\n project_id: z.string().describe(\"The project ID this operation belongs to.\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated (ISO 8601 format).\"),\n endpoint_id: z.string().describe(\"The endpoint ID if applicable.\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures for this operation.\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).passthrough().describe(\"Information about an operation triggered by the finalize restore.\");\nexport const NeonFinalizeBranchRestoreOutput: z.ZodTypeAny = z.object({\n operations: z.array(NeonFinalizeBranchRestore_OperationSchema).describe(\"List of operations triggered by the finalize restore (e.g., reassigning computes, renaming branches).\"),\n}).describe(\"Response schema for `FinalizeBranchRestore`\");\n\nexport const neonFinalizeBranchRestore = action(\"NEON_FINALIZE_BRANCH_RESTORE\", {\n slug: \"neon-finalize-branch-restore\",\n name: \"Finalize branch restore\",\n description: \"Finalizes the restore operation for a branch created from a snapshot. This updates the branch to function as the original branch it replaced by: reassigning computes from the original branch (which restarts them), renaming the restored branch to the original's name, and renaming the original branch. Only applies to branches created using the restoreSnapshot endpoint.\",\n input: NeonFinalizeBranchRestoreInput,\n output: NeonFinalizeBranchRestoreOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CAChJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ;CAChL,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;AAC3H,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAClG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CACtF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAK7F,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,YAAY,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,uGAAuG,EACjL,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-auth-allow-localhost.ts
4
+ const NeonGetAuthAllowLocalhostInput = zod.z.object({
5
+ branch_id: zod.z.string().describe("The Neon branch ID"),
6
+ project_id: zod.z.string().describe("The Neon project ID")
7
+ }).describe("Request schema for `GetAuthAllowLocalhost`");
8
+ const NeonGetAuthAllowLocalhostOutput = zod.z.object({ allow_localhost: zod.z.boolean().describe("Whether to allow localhost connections") }).describe("Response schema for `GetAuthAllowLocalhost`");
9
+ const neonGetAuthAllowLocalhost = require_action.action("NEON_GET_AUTH_ALLOW_LOCALHOST", {
10
+ slug: "neon-get-auth-allow-localhost",
11
+ name: "Get auth allow localhost",
12
+ description: "Retrieves the allow localhost configuration for a specific branch in a Neon project. Use when you need to check if localhost connections are permitted for a branch's authentication settings.",
13
+ input: NeonGetAuthAllowLocalhostInput,
14
+ output: NeonGetAuthAllowLocalhostOutput
15
+ });
16
+ //#endregion
17
+ exports.neonGetAuthAllowLocalhost = neonGetAuthAllowLocalhost;
18
+
19
+ //# sourceMappingURL=get-auth-allow-localhost.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-allow-localhost.cjs","names":["z","action"],"sources":["../../src/actions/get-auth-allow-localhost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthAllowLocalhostInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The Neon branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `GetAuthAllowLocalhost`\");\nexport const NeonGetAuthAllowLocalhostOutput: z.ZodTypeAny = z.object({\n allow_localhost: z.boolean().describe(\"Whether to allow localhost connections\"),\n}).describe(\"Response schema for `GetAuthAllowLocalhost`\");\n\nexport const neonGetAuthAllowLocalhost = action(\"NEON_GET_AUTH_ALLOW_LOCALHOST\", {\n slug: \"neon-get-auth-allow-localhost\",\n name: \"Get auth allow localhost\",\n description: \"Retrieves the allow localhost configuration for a specific branch in a Neon project. Use when you need to check if localhost connections are permitted for a branch's authentication settings.\",\n input: NeonGetAuthAllowLocalhostInput,\n output: NeonGetAuthAllowLocalhostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CACnD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,EAChF,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-auth-allow-localhost.d.ts
4
+ declare const NeonGetAuthAllowLocalhostInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthAllowLocalhostOutput: z.ZodTypeAny;
6
+ declare const neonGetAuthAllowLocalhost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuthAllowLocalhost };
9
+ //# sourceMappingURL=get-auth-allow-localhost.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-allow-localhost.d.cts","names":[],"sources":["../../src/actions/get-auth-allow-localhost.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;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-auth-allow-localhost.d.ts
4
+ declare const NeonGetAuthAllowLocalhostInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthAllowLocalhostOutput: z.ZodTypeAny;
6
+ declare const neonGetAuthAllowLocalhost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuthAllowLocalhost };
9
+ //# sourceMappingURL=get-auth-allow-localhost.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-allow-localhost.d.mts","names":[],"sources":["../../src/actions/get-auth-allow-localhost.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const neonGetAuthAllowLocalhost = action("NEON_GET_AUTH_ALLOW_LOCALHOST", {
4
+ slug: "neon-get-auth-allow-localhost",
5
+ name: "Get auth allow localhost",
6
+ description: "Retrieves the allow localhost configuration for a specific branch in a Neon project. Use when you need to check if localhost connections are permitted for a branch's authentication settings.",
7
+ input: z.object({
8
+ branch_id: z.string().describe("The Neon branch ID"),
9
+ project_id: z.string().describe("The Neon project ID")
10
+ }).describe("Request schema for `GetAuthAllowLocalhost`"),
11
+ output: z.object({ allow_localhost: z.boolean().describe("Whether to allow localhost connections") }).describe("Response schema for `GetAuthAllowLocalhost`")
12
+ });
13
+ //#endregion
14
+ export { neonGetAuthAllowLocalhost };
15
+
16
+ //# sourceMappingURL=get-auth-allow-localhost.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-allow-localhost.mjs","names":[],"sources":["../../src/actions/get-auth-allow-localhost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthAllowLocalhostInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The Neon branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `GetAuthAllowLocalhost`\");\nexport const NeonGetAuthAllowLocalhostOutput: z.ZodTypeAny = z.object({\n allow_localhost: z.boolean().describe(\"Whether to allow localhost connections\"),\n}).describe(\"Response schema for `GetAuthAllowLocalhost`\");\n\nexport const neonGetAuthAllowLocalhost = action(\"NEON_GET_AUTH_ALLOW_LOCALHOST\", {\n slug: \"neon-get-auth-allow-localhost\",\n name: \"Get auth allow localhost\",\n description: \"Retrieves the allow localhost configuration for a specific branch in a Neon project. Use when you need to check if localhost connections are permitted for a branch's authentication settings.\",\n input: NeonGetAuthAllowLocalhostInput,\n output: NeonGetAuthAllowLocalhostOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO;EACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EACnD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACvD,CAAC,CAAC,CAAC,SAAS,4CASH;CACP,QAT2D,EAAE,OAAO,EACpE,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,EAChF,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-auth-email-provider.ts
4
+ const NeonGetAuthEmailProviderInput = zod.z.object({
5
+ branch_id: zod.z.string().describe("The unique identifier of the branch within the project (e.g., 'br-lucky-water-afkw1lov'). You can obtain this from the list branches endpoint."),
6
+ project_id: zod.z.string().describe("The unique Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'dry-smoke-26258271'). You can obtain project IDs by listing projects using the retrieve_projects_list action.")
7
+ }).describe("Request schema for `GetAuthEmailProvider`");
8
+ const NeonGetAuthEmailProviderOutput = zod.z.object({
9
+ host: zod.z.string().describe("SMTP host address for the email provider. Only present for custom SMTP configurations.").nullable().optional(),
10
+ port: zod.z.number().int().describe("SMTP port number for the email provider. Only present for custom SMTP configurations.").nullable().optional(),
11
+ password: zod.z.string().describe("Password for SMTP authentication. Only present for custom SMTP configurations.").nullable().optional(),
12
+ username: zod.z.string().describe("Username for SMTP authentication. Only present for custom SMTP configurations.").nullable().optional(),
13
+ sender_name: zod.z.string().describe("Display name used as the sender for authentication emails.").nullable().optional(),
14
+ sender_email: zod.z.string().describe("Email address used as the sender for authentication emails.").nullable().optional()
15
+ }).describe("Response schema for `GetAuthEmailProvider`");
16
+ const neonGetAuthEmailProvider = require_action.action("NEON_GET_AUTH_EMAIL_PROVIDER", {
17
+ slug: "neon-get-auth-email-provider",
18
+ name: "Get auth email provider",
19
+ description: "Retrieves the email provider configuration for Neon Auth on a specific branch. Returns SMTP configuration details if a custom provider is configured, or just sender information if using the default Neon email provider. Use this action to verify email settings before testing authentication flows or troubleshooting email delivery issues.",
20
+ input: NeonGetAuthEmailProviderInput,
21
+ output: NeonGetAuthEmailProviderOutput
22
+ });
23
+ //#endregion
24
+ exports.neonGetAuthEmailProvider = neonGetAuthEmailProvider;
25
+
26
+ //# sourceMappingURL=get-auth-email-provider.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-email-provider.cjs","names":["z","action"],"sources":["../../src/actions/get-auth-email-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthEmailProviderInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique identifier of the branch within the project (e.g., 'br-lucky-water-afkw1lov'). You can obtain this from the list branches endpoint.\"),\n project_id: z.string().describe(\"The unique Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'dry-smoke-26258271'). You can obtain project IDs by listing projects using the retrieve_projects_list action.\"),\n}).describe(\"Request schema for `GetAuthEmailProvider`\");\nexport const NeonGetAuthEmailProviderOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"SMTP host address for the email provider. Only present for custom SMTP configurations.\").nullable().optional(),\n port: z.number().int().describe(\"SMTP port number for the email provider. Only present for custom SMTP configurations.\").nullable().optional(),\n password: z.string().describe(\"Password for SMTP authentication. Only present for custom SMTP configurations.\").nullable().optional(),\n username: z.string().describe(\"Username for SMTP authentication. Only present for custom SMTP configurations.\").nullable().optional(),\n sender_name: z.string().describe(\"Display name used as the sender for authentication emails.\").nullable().optional(),\n sender_email: z.string().describe(\"Email address used as the sender for authentication emails.\").nullable().optional(),\n}).describe(\"Response schema for `GetAuthEmailProvider`\");\n\nexport const neonGetAuthEmailProvider = action(\"NEON_GET_AUTH_EMAIL_PROVIDER\", {\n slug: \"neon-get-auth-email-provider\",\n name: \"Get auth email provider\",\n description: \"Retrieves the email provider configuration for Neon Auth on a specific branch. Returns SMTP configuration details if a custom provider is configured, or just sender information if using the default Neon email provider. Use this action to verify email settings before testing authentication flows or troubleshooting email delivery issues.\",\n input: NeonGetAuthEmailProviderInput,\n output: NeonGetAuthEmailProviderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ;CAC/K,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN;AACvP,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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-auth-email-provider.d.ts
4
+ declare const NeonGetAuthEmailProviderInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthEmailProviderOutput: z.ZodTypeAny;
6
+ declare const neonGetAuthEmailProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuthEmailProvider };
9
+ //# sourceMappingURL=get-auth-email-provider.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-email-provider.d.cts","names":[],"sources":["../../src/actions/get-auth-email-provider.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAC3C,8BAAA,EAAgC,CAAA,CAAE,UAOU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-auth-email-provider.d.ts
4
+ declare const NeonGetAuthEmailProviderInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthEmailProviderOutput: z.ZodTypeAny;
6
+ declare const neonGetAuthEmailProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuthEmailProvider };
9
+ //# sourceMappingURL=get-auth-email-provider.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-email-provider.d.mts","names":[],"sources":["../../src/actions/get-auth-email-provider.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAC3C,8BAAA,EAAgC,CAAA,CAAE,UAOU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const neonGetAuthEmailProvider = action("NEON_GET_AUTH_EMAIL_PROVIDER", {
4
+ slug: "neon-get-auth-email-provider",
5
+ name: "Get auth email provider",
6
+ description: "Retrieves the email provider configuration for Neon Auth on a specific branch. Returns SMTP configuration details if a custom provider is configured, or just sender information if using the default Neon email provider. Use this action to verify email settings before testing authentication flows or troubleshooting email delivery issues.",
7
+ input: z.object({
8
+ branch_id: z.string().describe("The unique identifier of the branch within the project (e.g., 'br-lucky-water-afkw1lov'). You can obtain this from the list branches endpoint."),
9
+ project_id: z.string().describe("The unique Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'dry-smoke-26258271'). You can obtain project IDs by listing projects using the retrieve_projects_list action.")
10
+ }).describe("Request schema for `GetAuthEmailProvider`"),
11
+ output: z.object({
12
+ host: z.string().describe("SMTP host address for the email provider. Only present for custom SMTP configurations.").nullable().optional(),
13
+ port: z.number().int().describe("SMTP port number for the email provider. Only present for custom SMTP configurations.").nullable().optional(),
14
+ password: z.string().describe("Password for SMTP authentication. Only present for custom SMTP configurations.").nullable().optional(),
15
+ username: z.string().describe("Username for SMTP authentication. Only present for custom SMTP configurations.").nullable().optional(),
16
+ sender_name: z.string().describe("Display name used as the sender for authentication emails.").nullable().optional(),
17
+ sender_email: z.string().describe("Email address used as the sender for authentication emails.").nullable().optional()
18
+ }).describe("Response schema for `GetAuthEmailProvider`")
19
+ });
20
+ //#endregion
21
+ export { neonGetAuthEmailProvider };
22
+
23
+ //# sourceMappingURL=get-auth-email-provider.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth-email-provider.mjs","names":[],"sources":["../../src/actions/get-auth-email-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthEmailProviderInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique identifier of the branch within the project (e.g., 'br-lucky-water-afkw1lov'). You can obtain this from the list branches endpoint.\"),\n project_id: z.string().describe(\"The unique Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'dry-smoke-26258271'). You can obtain project IDs by listing projects using the retrieve_projects_list action.\"),\n}).describe(\"Request schema for `GetAuthEmailProvider`\");\nexport const NeonGetAuthEmailProviderOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"SMTP host address for the email provider. Only present for custom SMTP configurations.\").nullable().optional(),\n port: z.number().int().describe(\"SMTP port number for the email provider. Only present for custom SMTP configurations.\").nullable().optional(),\n password: z.string().describe(\"Password for SMTP authentication. Only present for custom SMTP configurations.\").nullable().optional(),\n username: z.string().describe(\"Username for SMTP authentication. Only present for custom SMTP configurations.\").nullable().optional(),\n sender_name: z.string().describe(\"Display name used as the sender for authentication emails.\").nullable().optional(),\n sender_email: z.string().describe(\"Email address used as the sender for authentication emails.\").nullable().optional(),\n}).describe(\"Response schema for `GetAuthEmailProvider`\");\n\nexport const neonGetAuthEmailProvider = action(\"NEON_GET_AUTH_EMAIL_PROVIDER\", {\n slug: \"neon-get-auth-email-provider\",\n name: \"Get auth email provider\",\n description: \"Retrieves the email provider configuration for Neon Auth on a specific branch. Returns SMTP configuration details if a custom provider is configured, or just sender information if using the default Neon email provider. Use this action to verify email settings before testing authentication flows or troubleshooting email delivery issues.\",\n input: NeonGetAuthEmailProviderInput,\n output: NeonGetAuthEmailProviderOutput,\n});\n"],"mappings":";;AAiBA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjByD,EAAE,OAAO;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ;EAC/K,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN;CACvP,CAAC,CAAC,CAAC,SAAS,2CAcH;CACP,QAd0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxI,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-auth.ts
4
+ const NeonGetAuthInput = zod.z.object({}).describe("Request schema for `GetAuth`\n\nThis endpoint requires no parameters. Authentication is handled\nautomatically via the Bearer token in the Authorization header.");
5
+ const NeonGetAuth_AuthMethodSchema = zod.z.enum([
6
+ "keycloak",
7
+ "session_cookie",
8
+ "api_key_user",
9
+ "api_key_org",
10
+ "oauth"
11
+ ]).describe("Authentication method used for the current request.");
12
+ const NeonGetAuthOutput = zod.z.object({
13
+ auth_data: zod.z.string().describe("Additional authentication data or metadata associated with the credentials").nullable().optional(),
14
+ account_id: zod.z.string().describe("Unique identifier of the account associated with the authentication credentials"),
15
+ auth_method: NeonGetAuth_AuthMethodSchema.nullable()
16
+ }).describe("Response schema for `GetAuth`\n\nReturns authentication information about the current request,\nincluding the account ID, authentication method, and auth data.");
17
+ const neonGetAuth = require_action.action("NEON_GET_AUTH", {
18
+ slug: "neon-get-auth",
19
+ name: "Get auth",
20
+ description: "Retrieves authentication information about the current API request credentials. Use this action to verify which account and authentication method are being used for API calls, which is helpful for debugging authentication issues or confirming the identity of the calling user or API key.",
21
+ input: NeonGetAuthInput,
22
+ output: NeonGetAuthOutput
23
+ });
24
+ //#endregion
25
+ exports.neonGetAuth = neonGetAuth;
26
+
27
+ //# sourceMappingURL=get-auth.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth.cjs","names":["z","action"],"sources":["../../src/actions/get-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetAuth`\\n\\nThis endpoint requires no parameters. Authentication is handled\\nautomatically via the Bearer token in the Authorization header.\");\nconst NeonGetAuth_AuthMethodSchema: z.ZodTypeAny = z.enum([\"keycloak\", \"session_cookie\", \"api_key_user\", \"api_key_org\", \"oauth\"]).describe(\"Authentication method used for the current request.\");\nexport const NeonGetAuthOutput: z.ZodTypeAny = z.object({\n auth_data: z.string().describe(\"Additional authentication data or metadata associated with the credentials\").nullable().optional(),\n account_id: z.string().describe(\"Unique identifier of the account associated with the authentication credentials\"),\n auth_method: NeonGetAuth_AuthMethodSchema.nullable(),\n}).describe(\"Response schema for `GetAuth`\\n\\nReturns authentication information about the current request,\\nincluding the account ID, authentication method, and auth data.\");\n\nexport const neonGetAuth = action(\"NEON_GET_AUTH\", {\n slug: \"neon-get-auth\",\n name: \"Get auth\",\n description: \"Retrieves authentication information about the current API request credentials. Use this action to verify which account and authentication method are being used for API calls, which is helpful for debugging authentication issues or confirming the identity of the calling user or API key.\",\n input: NeonGetAuthInput,\n output: NeonGetAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kKAAkK;AACtO,MAAM,+BAA6CA,IAAAA,EAAE,KAAK;CAAC;CAAY;CAAkB;CAAgB;CAAe;AAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAChM,MAAa,oBAAkCA,IAAAA,EAAE,OAAO;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CACjH,aAAa,6BAA6B,SAAS;AACrD,CAAC,CAAC,CAAC,SAAS,iKAAiK;AAE7K,MAAa,cAAcC,eAAAA,OAAO,iBAAiB;CACjD,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-auth.d.ts
4
+ declare const NeonGetAuthInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthOutput: z.ZodTypeAny;
6
+ declare const neonGetAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuth };
9
+ //# sourceMappingURL=get-auth.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth.d.cts","names":[],"sources":["../../src/actions/get-auth.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAAsM;AAAA,cAE1N,iBAAA,EAAmB,CAAA,CAAE,UAI4I;AAAA,cAEjK,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-auth.d.ts
4
+ declare const NeonGetAuthInput: z.ZodTypeAny;
5
+ declare const NeonGetAuthOutput: z.ZodTypeAny;
6
+ declare const neonGetAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAuth };
9
+ //# sourceMappingURL=get-auth.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth.d.mts","names":[],"sources":["../../src/actions/get-auth.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAAsM;AAAA,cAE1N,iBAAA,EAAmB,CAAA,CAAE,UAI4I;AAAA,cAEjK,WAAA,gCAAW,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-auth.ts
4
+ const NeonGetAuthInput = z.object({}).describe("Request schema for `GetAuth`\n\nThis endpoint requires no parameters. Authentication is handled\nautomatically via the Bearer token in the Authorization header.");
5
+ const NeonGetAuth_AuthMethodSchema = z.enum([
6
+ "keycloak",
7
+ "session_cookie",
8
+ "api_key_user",
9
+ "api_key_org",
10
+ "oauth"
11
+ ]).describe("Authentication method used for the current request.");
12
+ const neonGetAuth = action("NEON_GET_AUTH", {
13
+ slug: "neon-get-auth",
14
+ name: "Get auth",
15
+ description: "Retrieves authentication information about the current API request credentials. Use this action to verify which account and authentication method are being used for API calls, which is helpful for debugging authentication issues or confirming the identity of the calling user or API key.",
16
+ input: NeonGetAuthInput,
17
+ output: z.object({
18
+ auth_data: z.string().describe("Additional authentication data or metadata associated with the credentials").nullable().optional(),
19
+ account_id: z.string().describe("Unique identifier of the account associated with the authentication credentials"),
20
+ auth_method: NeonGetAuth_AuthMethodSchema.nullable()
21
+ }).describe("Response schema for `GetAuth`\n\nReturns authentication information about the current request,\nincluding the account ID, authentication method, and auth data.")
22
+ });
23
+ //#endregion
24
+ export { neonGetAuth };
25
+
26
+ //# sourceMappingURL=get-auth.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auth.mjs","names":[],"sources":["../../src/actions/get-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAuthInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetAuth`\\n\\nThis endpoint requires no parameters. Authentication is handled\\nautomatically via the Bearer token in the Authorization header.\");\nconst NeonGetAuth_AuthMethodSchema: z.ZodTypeAny = z.enum([\"keycloak\", \"session_cookie\", \"api_key_user\", \"api_key_org\", \"oauth\"]).describe(\"Authentication method used for the current request.\");\nexport const NeonGetAuthOutput: z.ZodTypeAny = z.object({\n auth_data: z.string().describe(\"Additional authentication data or metadata associated with the credentials\").nullable().optional(),\n account_id: z.string().describe(\"Unique identifier of the account associated with the authentication credentials\"),\n auth_method: NeonGetAuth_AuthMethodSchema.nullable(),\n}).describe(\"Response schema for `GetAuth`\\n\\nReturns authentication information about the current request,\\nincluding the account ID, authentication method, and auth data.\");\n\nexport const neonGetAuth = action(\"NEON_GET_AUTH\", {\n slug: \"neon-get-auth\",\n name: \"Get auth\",\n description: \"Retrieves authentication information about the current API request credentials. Use this action to verify which account and authentication method are being used for API calls, which is helpful for debugging authentication issues or confirming the identity of the calling user or API key.\",\n input: NeonGetAuthInput,\n output: NeonGetAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kKAAkK;AACtO,MAAM,+BAA6C,EAAE,KAAK;CAAC;CAAY;CAAkB;CAAgB;CAAe;AAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAOhM,MAAa,cAAc,OAAO,iBAAiB;CACjD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX6C,EAAE,OAAO;EACtD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;EACjH,aAAa,6BAA6B,SAAS;CACrD,CAAC,CAAC,CAAC,SAAS,iKAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-available-preload-libraries.ts
4
+ const NeonGetAvailablePreloadLibrariesInput = zod.z.object({ project_id: zod.z.string().describe("The unique Neon project ID (e.g., 'proud-meadow-87189985'). Can be found in the Neon console URL or via the list projects API.") }).describe("Request schema for `GetAvailablePreloadLibraries`");
5
+ const NeonGetAvailablePreloadLibraries_PreloadLibrarySchema = zod.z.object({
6
+ version: zod.z.string().describe("Version string of the library (e.g., '2.14.2', '1.6.1')"),
7
+ is_default: zod.z.boolean().describe("Whether this library is included in the default configuration"),
8
+ description: zod.z.string().describe("Human-readable description of the library's functionality and use case"),
9
+ library_name: zod.z.string().describe("Name of the PostgreSQL extension/library (e.g., 'timescaledb', 'pg_cron', 'pg_partman_bgw')"),
10
+ is_experimental: zod.z.boolean().describe("Whether this library is in experimental status and may have limited support")
11
+ }).describe("Represents a shared preload library available for PostgreSQL");
12
+ const NeonGetAvailablePreloadLibrariesOutput = zod.z.object({ libraries: zod.z.array(NeonGetAvailablePreloadLibraries_PreloadLibrarySchema).describe("List of shared preload libraries available for the project") }).describe("Response schema for `GetAvailablePreloadLibraries`");
13
+ const neonGetAvailablePreloadLibraries = require_action.action("NEON_GET_AVAILABLE_PRELOAD_LIBRARIES", {
14
+ slug: "neon-get-available-preload-libraries",
15
+ name: "Get available preload libraries",
16
+ description: "Retrieves the list of available shared preload libraries for a Neon project. Shared preload libraries are PostgreSQL extensions that can be loaded at server startup using the shared_preload_libraries setting. Use this action when you need to: - Discover which PostgreSQL extensions are available for your project - Check versions of available extensions (TimescaleDB, pg_cron, etc.) - Identify experimental vs. stable extensions before configuration - Review default libraries included in your project configuration Returns details about each library including name, version, description, and whether it's experimental or included by default. Common extensions include timescaledb (time-series data), pg_cron (job scheduling), pg_partman_bgw (partition management), and vector search extensions.",
17
+ input: NeonGetAvailablePreloadLibrariesInput,
18
+ output: NeonGetAvailablePreloadLibrariesOutput
19
+ });
20
+ //#endregion
21
+ exports.neonGetAvailablePreloadLibraries = neonGetAvailablePreloadLibraries;
22
+
23
+ //# sourceMappingURL=get-available-preload-libraries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-available-preload-libraries.cjs","names":["z","action"],"sources":["../../src/actions/get-available-preload-libraries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetAvailablePreloadLibrariesInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique Neon project ID (e.g., 'proud-meadow-87189985'). Can be found in the Neon console URL or via the list projects API.\"),\n}).describe(\"Request schema for `GetAvailablePreloadLibraries`\");\nconst NeonGetAvailablePreloadLibraries_PreloadLibrarySchema: z.ZodTypeAny = z.object({\n version: z.string().describe(\"Version string of the library (e.g., '2.14.2', '1.6.1')\"),\n is_default: z.boolean().describe(\"Whether this library is included in the default configuration\"),\n description: z.string().describe(\"Human-readable description of the library's functionality and use case\"),\n library_name: z.string().describe(\"Name of the PostgreSQL extension/library (e.g., 'timescaledb', 'pg_cron', 'pg_partman_bgw')\"),\n is_experimental: z.boolean().describe(\"Whether this library is in experimental status and may have limited support\"),\n}).describe(\"Represents a shared preload library available for PostgreSQL\");\nexport const NeonGetAvailablePreloadLibrariesOutput: z.ZodTypeAny = z.object({\n libraries: z.array(NeonGetAvailablePreloadLibraries_PreloadLibrarySchema).describe(\"List of shared preload libraries available for the project\"),\n}).describe(\"Response schema for `GetAvailablePreloadLibraries`\");\n\nexport const neonGetAvailablePreloadLibraries = action(\"NEON_GET_AVAILABLE_PRELOAD_LIBRARIES\", {\n slug: \"neon-get-available-preload-libraries\",\n name: \"Get available preload libraries\",\n description: \"Retrieves the list of available shared preload libraries for a Neon project. Shared preload libraries are PostgreSQL extensions that can be loaded at server startup using the shared_preload_libraries setting. Use this action when you need to: - Discover which PostgreSQL extensions are available for your project - Check versions of available extensions (TimescaleDB, pg_cron, etc.) - Identify experimental vs. stable extensions before configuration - Review default libraries included in your project configuration Returns details about each library including name, version, description, and whether it's experimental or included by default. Common extensions include timescaledb (time-series data), pg_cron (job scheduling), pg_partman_bgw (partition management), and vector search extensions.\",\n input: NeonGetAvailablePreloadLibrariesInput,\n output: NeonGetAvailablePreloadLibrariesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,EAClK,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACtF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACzG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F;CAC/H,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E;AACrH,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,WAAWA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,4DAA4D,EACjJ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,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-available-preload-libraries.d.ts
4
+ declare const NeonGetAvailablePreloadLibrariesInput: z.ZodTypeAny;
5
+ declare const NeonGetAvailablePreloadLibrariesOutput: z.ZodTypeAny;
6
+ declare const neonGetAvailablePreloadLibraries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonGetAvailablePreloadLibraries };
9
+ //# sourceMappingURL=get-available-preload-libraries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-available-preload-libraries.d.cts","names":[],"sources":["../../src/actions/get-available-preload-libraries.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEU;AAAA,cAQnD,sCAAA,EAAwC,CAAA,CAAE,UAEU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}