@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,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-project-by-id.d.ts
4
+ declare const NeonDeleteProjectByIdInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectByIdOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectById };
9
+ //# sourceMappingURL=delete-project-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-by-id.d.mts","names":[],"sources":["../../src/actions/delete-project-by-id.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEU;AAAA,cAcxC,2BAAA,EAA6B,CAAA,CAAE,UAEU;AAAA,cAEzC,qBAAA,gCAAqB,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/delete-project-by-id.ts
4
+ const NeonDeleteProjectByIdInput = z.object({ project_id: z.string().describe("The unique Neon project ID to delete. This is a string identifier in the format 'adjective-noun-number' (e.g., 'cool-breeze-12345678'). Can be obtained from project creation or list projects API.") }).describe("Request schema for `DeleteProjectById`");
5
+ const NeonDeleteProjectById_DeletedProjectInfoSchema = z.object({
6
+ id: z.string().describe("The unique identifier of the deleted project").nullable().optional(),
7
+ name: z.string().describe("The name of the deleted project").nullable().optional(),
8
+ org_id: z.string().describe("Organization ID that owned the project").nullable().optional(),
9
+ region_id: z.string().describe("The region where the project was located (e.g., 'aws-us-east-1')").nullable().optional(),
10
+ created_at: z.string().describe("Timestamp when the project was created").nullable().optional(),
11
+ pg_version: z.number().int().describe("PostgreSQL version of the deleted project").nullable().optional(),
12
+ updated_at: z.string().describe("Timestamp when the project was last updated").nullable().optional(),
13
+ platform_id: z.string().describe("The cloud platform (e.g., 'aws')").nullable().optional()
14
+ }).passthrough().describe("Details of the deleted project");
15
+ const NeonDeleteProjectById_DeleteProjectByIdResponseDataSchema = z.object({ project: NeonDeleteProjectById_DeletedProjectInfoSchema.nullable().optional() }).passthrough().describe("Response data containing the deleted project details");
16
+ const neonDeleteProjectById = action("NEON_DELETE_PROJECT_BY_ID", {
17
+ slug: "neon-delete-project-by-id",
18
+ name: "Delete project by id",
19
+ description: "Permanently deletes a Neon PostgreSQL project and all its associated resources. WARNING: This is a destructive operation that cannot be undone. All data, branches, endpoints, databases, and configurations will be permanently removed. Use this action when: - A project is no longer needed - Cleaning up test/development resources - Removing unused projects to free up quota Returns the details of the deleted project upon successful deletion. Returns 404 if the project does not exist or is not accessible.",
20
+ input: NeonDeleteProjectByIdInput,
21
+ output: z.object({ data: z.union([NeonDeleteProjectById_DeleteProjectByIdResponseDataSchema, z.record(z.string(), z.unknown())]).nullable().optional() }).describe("Response schema for `DeleteProjectById`")
22
+ });
23
+ //#endregion
24
+ export { neonDeleteProjectById };
25
+
26
+ //# sourceMappingURL=delete-project-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-by-id.mjs","names":[],"sources":["../../src/actions/delete-project-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectByIdInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique Neon project ID to delete. This is a string identifier in the format 'adjective-noun-number' (e.g., 'cool-breeze-12345678'). Can be obtained from project creation or list projects API.\"),\n}).describe(\"Request schema for `DeleteProjectById`\");\nconst NeonDeleteProjectById_DeletedProjectInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the deleted project\").nullable().optional(),\n name: z.string().describe(\"The name of the deleted project\").nullable().optional(),\n org_id: z.string().describe(\"Organization ID that owned the project\").nullable().optional(),\n region_id: z.string().describe(\"The region where the project was located (e.g., 'aws-us-east-1')\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n pg_version: z.number().int().describe(\"PostgreSQL version of the deleted project\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the project was last updated\").nullable().optional(),\n platform_id: z.string().describe(\"The cloud platform (e.g., 'aws')\").nullable().optional(),\n}).passthrough().describe(\"Details of the deleted project\");\nconst NeonDeleteProjectById_DeleteProjectByIdResponseDataSchema: z.ZodTypeAny = z.object({\n project: NeonDeleteProjectById_DeletedProjectInfoSchema.nullable().optional(),\n}).passthrough().describe(\"Response data containing the deleted project details\");\nexport const NeonDeleteProjectByIdOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonDeleteProjectById_DeleteProjectByIdResponseDataSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for `DeleteProjectById`\");\n\nexport const neonDeleteProjectById = action(\"NEON_DELETE_PROJECT_BY_ID\", {\n slug: \"neon-delete-project-by-id\",\n name: \"Delete project by id\",\n description: \"Permanently deletes a Neon PostgreSQL project and all its associated resources. WARNING: This is a destructive operation that cannot be undone. All data, branches, endpoints, databases, and configurations will be permanently removed. Use this action when: - A project is no longer needed - Cleaning up test/development resources - Removing unused projects to free up quota Returns the details of the deleted project upon successful deletion. Returns 404 if the project does not exist or is not accessible.\",\n input: NeonDeleteProjectByIdInput,\n output: NeonDeleteProjectByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qMAAqM,EACvO,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAC1D,MAAM,4DAA0E,EAAE,OAAO,EACvF,SAAS,+CAA+C,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAAsD;AAKhF,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,EAAE,MAAM,CAAC,2DAA2D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,73 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-project-endpoint.ts
4
+ const NeonDeleteProjectEndpointInput = zod.z.object({
5
+ project_id: zod.z.string().describe("The Neon project ID. Format: {adjective}-{noun}-{number} (e.g., 'dry-smoke-26258271'). Obtain from NEON_RETRIEVE_PROJECTS_LIST."),
6
+ endpoint_id: zod.z.string().describe("The compute endpoint ID to delete. Format: ep-{name}-{id} (e.g., 'ep-flat-mud-af9isowb'). Obtain from NEON_GET_PROJECT_ENDPOINT_INFORMATION.")
7
+ }).describe("Request schema for `DeleteProjectEndpoint`");
8
+ const NeonDeleteProjectEndpoint_ProjectQuotaSchema = zod.z.object({
9
+ logical_size_bytes: zod.z.number().int().describe("Logical size quota in bytes").nullable().optional(),
10
+ written_data_bytes: zod.z.number().int().describe("Written data quota in bytes").nullable().optional(),
11
+ active_time_seconds: zod.z.number().int().describe("Active time quota in seconds").nullable().optional(),
12
+ data_transfer_bytes: zod.z.number().int().describe("Data transfer quota in bytes").nullable().optional(),
13
+ compute_time_seconds: zod.z.number().int().describe("Compute time quota in seconds").nullable().optional()
14
+ }).describe("Resource quota limits for the project");
15
+ const NeonDeleteProjectEndpoint_MaintenanceWindowSchema = zod.z.object({
16
+ end_time: zod.z.string().describe("End time in HH:MM format (UTC)").nullable().optional(),
17
+ weekdays: zod.z.array(zod.z.number().int()).describe("Days of the week (1=Monday through 7=Sunday)").nullable().optional(),
18
+ start_time: zod.z.string().describe("Start time in HH:MM format (UTC)").nullable().optional()
19
+ }).describe("Scheduled maintenance window configuration");
20
+ const NeonDeleteProjectEndpoint_ProjectSettingsSchema = zod.z.object({
21
+ hipaa: zod.z.boolean().describe("Whether HIPAA compliance is enabled").nullable().optional(),
22
+ quota: NeonDeleteProjectEndpoint_ProjectQuotaSchema.nullable().optional(),
23
+ allowed_ips: zod.z.record(zod.z.string(), zod.z.unknown()).describe("IP allowlist configuration").nullable().optional(),
24
+ audit_log_level: zod.z.string().describe("Audit log level (base, extended, or full)").nullable().optional(),
25
+ preload_libraries: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Preloaded PostgreSQL libraries configuration").nullable().optional(),
26
+ maintenance_window: NeonDeleteProjectEndpoint_MaintenanceWindowSchema.nullable().optional(),
27
+ block_vpc_connections: zod.z.boolean().describe("Whether VPC connections are blocked").nullable().optional(),
28
+ block_public_connections: zod.z.boolean().describe("Whether public connections are blocked").nullable().optional(),
29
+ enable_logical_replication: zod.z.boolean().describe("Whether logical replication is enabled").nullable().optional()
30
+ }).describe("Project-level settings and configurations");
31
+ const NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema = zod.z.object({
32
+ pg_settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("PostgreSQL configuration parameters").nullable().optional(),
33
+ pgbouncer_settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("PgBouncer connection pooler settings").nullable().optional(),
34
+ suspend_timeout_seconds: zod.z.number().int().describe("Time in seconds before auto-suspending inactive compute").nullable().optional(),
35
+ autoscaling_limit_max_cu: zod.z.number().describe("Maximum compute units for autoscaling").nullable().optional(),
36
+ autoscaling_limit_min_cu: zod.z.number().describe("Minimum compute units for autoscaling (≥0.25)").nullable().optional()
37
+ }).describe("Default configuration settings for compute endpoints");
38
+ const NeonDeleteProjectEndpoint_DeletedProjectSchema = zod.z.object({
39
+ id: zod.z.string().describe("The project identifier"),
40
+ name: zod.z.string().describe("The project name"),
41
+ org_id: zod.z.string().describe("The organization identifier if the project belongs to an organization").nullable().optional(),
42
+ org_name: zod.z.string().describe("The organization name if the project belongs to an organization").nullable().optional(),
43
+ owner_id: zod.z.string().describe("The project owner identifier"),
44
+ settings: NeonDeleteProjectEndpoint_ProjectSettingsSchema.nullable().optional(),
45
+ region_id: zod.z.string().describe("The region identifier"),
46
+ created_at: zod.z.string().describe("Timestamp of when the project was created"),
47
+ deleted_at: zod.z.string().describe("Timestamp of when the project was deleted (for deleted projects)").nullable().optional(),
48
+ pg_version: zod.z.number().int().describe("The PostgreSQL major version number (14-18)"),
49
+ proxy_host: zod.z.string().describe("The proxy hostname combining region, platform, and domain"),
50
+ updated_at: zod.z.string().describe("Timestamp of when the project was last updated"),
51
+ active_time: zod.z.number().int().describe("The total amount of wall-clock time that compute endpoints were active"),
52
+ platform_id: zod.z.string().describe("The cloud platform identifier (currently 'aws')"),
53
+ provisioner: zod.z.string().describe("The compute provisioner type (k8s-pod or k8s-neonvm)"),
54
+ creation_source: zod.z.string().describe("The source from which the project was created"),
55
+ store_passwords: zod.z.boolean().describe("Whether passwords are stored for roles in the project"),
56
+ recoverable_until: zod.z.string().describe("Timestamp until which the deleted project can be recovered").nullable().optional(),
57
+ synthetic_storage_size: zod.z.number().int().describe("The current storage size in bytes").nullable().optional(),
58
+ branch_logical_size_limit: zod.z.number().int().describe("The logical size limit for branches in MiB"),
59
+ default_endpoint_settings: NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema.nullable().optional(),
60
+ branch_logical_size_limit_bytes: zod.z.number().int().describe("The logical size limit for branches in bytes")
61
+ }).describe("The deleted project object");
62
+ const NeonDeleteProjectEndpointOutput = zod.z.object({ project: NeonDeleteProjectEndpoint_DeletedProjectSchema.nullable() }).describe("Response schema for `DeleteProjectEndpoint`");
63
+ const neonDeleteProjectEndpoint = require_action.action("NEON_DELETE_PROJECT_ENDPOINT", {
64
+ slug: "neon-delete-project-endpoint",
65
+ name: "Delete project endpoint",
66
+ description: "Deletes a specific endpoint within a Neon project. This operation permanently removes the endpoint and all associated resources, such as configurations and access points. Use this endpoint when you need to decommission or clean up unused endpoints in your project. It's important to note that this action is irreversible, so ensure you have backed up any necessary data or configurations before proceeding. This endpoint should be used with caution, as it will immediately terminate access to the specified endpoint and may impact any systems or applications relying on it.",
67
+ input: NeonDeleteProjectEndpointInput,
68
+ output: NeonDeleteProjectEndpointOutput
69
+ });
70
+ //#endregion
71
+ exports.neonDeleteProjectEndpoint = neonDeleteProjectEndpoint;
72
+
73
+ //# sourceMappingURL=delete-project-endpoint.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-endpoint.cjs","names":["z","action"],"sources":["../../src/actions/delete-project-endpoint.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectEndpointInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID. Format: {adjective}-{noun}-{number} (e.g., 'dry-smoke-26258271'). Obtain from NEON_RETRIEVE_PROJECTS_LIST.\"),\n endpoint_id: z.string().describe(\"The compute endpoint ID to delete. Format: ep-{name}-{id} (e.g., 'ep-flat-mud-af9isowb'). Obtain from NEON_GET_PROJECT_ENDPOINT_INFORMATION.\"),\n}).describe(\"Request schema for `DeleteProjectEndpoint`\");\nconst NeonDeleteProjectEndpoint_ProjectQuotaSchema: z.ZodTypeAny = z.object({\n logical_size_bytes: z.number().int().describe(\"Logical size quota in bytes\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Written data quota in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Active time quota in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Data transfer quota in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"Compute time quota in seconds\").nullable().optional(),\n}).describe(\"Resource quota limits for the project\");\nconst NeonDeleteProjectEndpoint_MaintenanceWindowSchema: z.ZodTypeAny = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (UTC)\").nullable().optional(),\n weekdays: z.array(z.number().int()).describe(\"Days of the week (1=Monday through 7=Sunday)\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (UTC)\").nullable().optional(),\n}).describe(\"Scheduled maintenance window configuration\");\nconst NeonDeleteProjectEndpoint_ProjectSettingsSchema: z.ZodTypeAny = z.object({\n hipaa: z.boolean().describe(\"Whether HIPAA compliance is enabled\").nullable().optional(),\n quota: NeonDeleteProjectEndpoint_ProjectQuotaSchema.nullable().optional(),\n allowed_ips: z.record(z.string(), z.unknown()).describe(\"IP allowlist configuration\").nullable().optional(),\n audit_log_level: z.string().describe(\"Audit log level (base, extended, or full)\").nullable().optional(),\n preload_libraries: z.record(z.string(), z.unknown()).describe(\"Preloaded PostgreSQL libraries configuration\").nullable().optional(),\n maintenance_window: NeonDeleteProjectEndpoint_MaintenanceWindowSchema.nullable().optional(),\n block_vpc_connections: z.boolean().describe(\"Whether VPC connections are blocked\").nullable().optional(),\n block_public_connections: z.boolean().describe(\"Whether public connections are blocked\").nullable().optional(),\n enable_logical_replication: z.boolean().describe(\"Whether logical replication is enabled\").nullable().optional(),\n}).describe(\"Project-level settings and configurations\");\nconst NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.record(z.string(), z.unknown()).describe(\"PostgreSQL configuration parameters\").nullable().optional(),\n pgbouncer_settings: z.record(z.string(), z.unknown()).describe(\"PgBouncer connection pooler settings\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Time in seconds before auto-suspending inactive compute\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling (≥0.25)\").nullable().optional(),\n}).describe(\"Default configuration settings for compute endpoints\");\nconst NeonDeleteProjectEndpoint_DeletedProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The project identifier\"),\n name: z.string().describe(\"The project name\"),\n org_id: z.string().describe(\"The organization identifier if the project belongs to an organization\").nullable().optional(),\n org_name: z.string().describe(\"The organization name if the project belongs to an organization\").nullable().optional(),\n owner_id: z.string().describe(\"The project owner identifier\"),\n settings: NeonDeleteProjectEndpoint_ProjectSettingsSchema.nullable().optional(),\n region_id: z.string().describe(\"The region identifier\"),\n created_at: z.string().describe(\"Timestamp of when the project was created\"),\n deleted_at: z.string().describe(\"Timestamp of when the project was deleted (for deleted projects)\").nullable().optional(),\n pg_version: z.number().int().describe(\"The PostgreSQL major version number (14-18)\"),\n proxy_host: z.string().describe(\"The proxy hostname combining region, platform, and domain\"),\n updated_at: z.string().describe(\"Timestamp of when the project was last updated\"),\n active_time: z.number().int().describe(\"The total amount of wall-clock time that compute endpoints were active\"),\n platform_id: z.string().describe(\"The cloud platform identifier (currently 'aws')\"),\n provisioner: z.string().describe(\"The compute provisioner type (k8s-pod or k8s-neonvm)\"),\n creation_source: z.string().describe(\"The source from which the project was created\"),\n store_passwords: z.boolean().describe(\"Whether passwords are stored for roles in the project\"),\n recoverable_until: z.string().describe(\"Timestamp until which the deleted project can be recovered\").nullable().optional(),\n synthetic_storage_size: z.number().int().describe(\"The current storage size in bytes\").nullable().optional(),\n branch_logical_size_limit: z.number().int().describe(\"The logical size limit for branches in MiB\"),\n default_endpoint_settings: NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema.nullable().optional(),\n branch_logical_size_limit_bytes: z.number().int().describe(\"The logical size limit for branches in bytes\"),\n}).describe(\"The deleted project object\");\nexport const NeonDeleteProjectEndpointOutput: z.ZodTypeAny = z.object({\n project: NeonDeleteProjectEndpoint_DeletedProjectSchema.nullable(),\n}).describe(\"Response schema for `DeleteProjectEndpoint`\");\n\nexport const neonDeleteProjectEndpoint = action(\"NEON_DELETE_PROJECT_ENDPOINT\", {\n slug: \"neon-delete-project-endpoint\",\n name: \"Delete project endpoint\",\n description: \"Deletes a specific endpoint within a Neon project. This operation permanently removes the endpoint and all associated resources, such as configurations and access points. Use this endpoint when you need to decommission or clean up unused endpoints in your project. It's important to note that this action is irreversible, so ensure you have backed up any necessary data or configurations before proceeding. This endpoint should be used with caution, as it will immediately terminate access to the specified endpoint and may impact any systems or applications relying on it.\",\n input: NeonDeleteProjectEndpointInput,\n output: NeonDeleteProjectEndpointOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI;CACjK,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8IAA8I;AACjL,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,6CAA6C,SAAS,CAAC,CAAC,SAAS;CACxE,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,mBAAmBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,oBAAoB,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC1F,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,0BAA0BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,4BAA4BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC5D,UAAU,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACvF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACpF,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;CAC7F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CACjG,2BAA2B,wDAAwD,SAAS,CAAC,CAAC,SAAS;CACvG,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;AAC3G,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAAS,+CAA+C,SAAS,EACnE,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/delete-project-endpoint.d.ts
4
+ declare const NeonDeleteProjectEndpointInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectEndpointOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectEndpoint: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectEndpoint };
9
+ //# sourceMappingURL=delete-project-endpoint.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-endpoint.d.cts","names":[],"sources":["../../src/actions/delete-project-endpoint.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAuD5C,+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/delete-project-endpoint.d.ts
4
+ declare const NeonDeleteProjectEndpointInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectEndpointOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectEndpoint: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectEndpoint };
9
+ //# sourceMappingURL=delete-project-endpoint.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-endpoint.d.mts","names":[],"sources":["../../src/actions/delete-project-endpoint.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAuD5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,72 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/delete-project-endpoint.ts
4
+ const NeonDeleteProjectEndpointInput = z.object({
5
+ project_id: z.string().describe("The Neon project ID. Format: {adjective}-{noun}-{number} (e.g., 'dry-smoke-26258271'). Obtain from NEON_RETRIEVE_PROJECTS_LIST."),
6
+ endpoint_id: z.string().describe("The compute endpoint ID to delete. Format: ep-{name}-{id} (e.g., 'ep-flat-mud-af9isowb'). Obtain from NEON_GET_PROJECT_ENDPOINT_INFORMATION.")
7
+ }).describe("Request schema for `DeleteProjectEndpoint`");
8
+ const NeonDeleteProjectEndpoint_ProjectQuotaSchema = z.object({
9
+ logical_size_bytes: z.number().int().describe("Logical size quota in bytes").nullable().optional(),
10
+ written_data_bytes: z.number().int().describe("Written data quota in bytes").nullable().optional(),
11
+ active_time_seconds: z.number().int().describe("Active time quota in seconds").nullable().optional(),
12
+ data_transfer_bytes: z.number().int().describe("Data transfer quota in bytes").nullable().optional(),
13
+ compute_time_seconds: z.number().int().describe("Compute time quota in seconds").nullable().optional()
14
+ }).describe("Resource quota limits for the project");
15
+ const NeonDeleteProjectEndpoint_MaintenanceWindowSchema = z.object({
16
+ end_time: z.string().describe("End time in HH:MM format (UTC)").nullable().optional(),
17
+ weekdays: z.array(z.number().int()).describe("Days of the week (1=Monday through 7=Sunday)").nullable().optional(),
18
+ start_time: z.string().describe("Start time in HH:MM format (UTC)").nullable().optional()
19
+ }).describe("Scheduled maintenance window configuration");
20
+ const NeonDeleteProjectEndpoint_ProjectSettingsSchema = z.object({
21
+ hipaa: z.boolean().describe("Whether HIPAA compliance is enabled").nullable().optional(),
22
+ quota: NeonDeleteProjectEndpoint_ProjectQuotaSchema.nullable().optional(),
23
+ allowed_ips: z.record(z.string(), z.unknown()).describe("IP allowlist configuration").nullable().optional(),
24
+ audit_log_level: z.string().describe("Audit log level (base, extended, or full)").nullable().optional(),
25
+ preload_libraries: z.record(z.string(), z.unknown()).describe("Preloaded PostgreSQL libraries configuration").nullable().optional(),
26
+ maintenance_window: NeonDeleteProjectEndpoint_MaintenanceWindowSchema.nullable().optional(),
27
+ block_vpc_connections: z.boolean().describe("Whether VPC connections are blocked").nullable().optional(),
28
+ block_public_connections: z.boolean().describe("Whether public connections are blocked").nullable().optional(),
29
+ enable_logical_replication: z.boolean().describe("Whether logical replication is enabled").nullable().optional()
30
+ }).describe("Project-level settings and configurations");
31
+ const NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema = z.object({
32
+ pg_settings: z.record(z.string(), z.unknown()).describe("PostgreSQL configuration parameters").nullable().optional(),
33
+ pgbouncer_settings: z.record(z.string(), z.unknown()).describe("PgBouncer connection pooler settings").nullable().optional(),
34
+ suspend_timeout_seconds: z.number().int().describe("Time in seconds before auto-suspending inactive compute").nullable().optional(),
35
+ autoscaling_limit_max_cu: z.number().describe("Maximum compute units for autoscaling").nullable().optional(),
36
+ autoscaling_limit_min_cu: z.number().describe("Minimum compute units for autoscaling (≥0.25)").nullable().optional()
37
+ }).describe("Default configuration settings for compute endpoints");
38
+ const NeonDeleteProjectEndpoint_DeletedProjectSchema = z.object({
39
+ id: z.string().describe("The project identifier"),
40
+ name: z.string().describe("The project name"),
41
+ org_id: z.string().describe("The organization identifier if the project belongs to an organization").nullable().optional(),
42
+ org_name: z.string().describe("The organization name if the project belongs to an organization").nullable().optional(),
43
+ owner_id: z.string().describe("The project owner identifier"),
44
+ settings: NeonDeleteProjectEndpoint_ProjectSettingsSchema.nullable().optional(),
45
+ region_id: z.string().describe("The region identifier"),
46
+ created_at: z.string().describe("Timestamp of when the project was created"),
47
+ deleted_at: z.string().describe("Timestamp of when the project was deleted (for deleted projects)").nullable().optional(),
48
+ pg_version: z.number().int().describe("The PostgreSQL major version number (14-18)"),
49
+ proxy_host: z.string().describe("The proxy hostname combining region, platform, and domain"),
50
+ updated_at: z.string().describe("Timestamp of when the project was last updated"),
51
+ active_time: z.number().int().describe("The total amount of wall-clock time that compute endpoints were active"),
52
+ platform_id: z.string().describe("The cloud platform identifier (currently 'aws')"),
53
+ provisioner: z.string().describe("The compute provisioner type (k8s-pod or k8s-neonvm)"),
54
+ creation_source: z.string().describe("The source from which the project was created"),
55
+ store_passwords: z.boolean().describe("Whether passwords are stored for roles in the project"),
56
+ recoverable_until: z.string().describe("Timestamp until which the deleted project can be recovered").nullable().optional(),
57
+ synthetic_storage_size: z.number().int().describe("The current storage size in bytes").nullable().optional(),
58
+ branch_logical_size_limit: z.number().int().describe("The logical size limit for branches in MiB"),
59
+ default_endpoint_settings: NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema.nullable().optional(),
60
+ branch_logical_size_limit_bytes: z.number().int().describe("The logical size limit for branches in bytes")
61
+ }).describe("The deleted project object");
62
+ const neonDeleteProjectEndpoint = action("NEON_DELETE_PROJECT_ENDPOINT", {
63
+ slug: "neon-delete-project-endpoint",
64
+ name: "Delete project endpoint",
65
+ description: "Deletes a specific endpoint within a Neon project. This operation permanently removes the endpoint and all associated resources, such as configurations and access points. Use this endpoint when you need to decommission or clean up unused endpoints in your project. It's important to note that this action is irreversible, so ensure you have backed up any necessary data or configurations before proceeding. This endpoint should be used with caution, as it will immediately terminate access to the specified endpoint and may impact any systems or applications relying on it.",
66
+ input: NeonDeleteProjectEndpointInput,
67
+ output: z.object({ project: NeonDeleteProjectEndpoint_DeletedProjectSchema.nullable() }).describe("Response schema for `DeleteProjectEndpoint`")
68
+ });
69
+ //#endregion
70
+ export { neonDeleteProjectEndpoint };
71
+
72
+ //# sourceMappingURL=delete-project-endpoint.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-endpoint.mjs","names":[],"sources":["../../src/actions/delete-project-endpoint.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectEndpointInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID. Format: {adjective}-{noun}-{number} (e.g., 'dry-smoke-26258271'). Obtain from NEON_RETRIEVE_PROJECTS_LIST.\"),\n endpoint_id: z.string().describe(\"The compute endpoint ID to delete. Format: ep-{name}-{id} (e.g., 'ep-flat-mud-af9isowb'). Obtain from NEON_GET_PROJECT_ENDPOINT_INFORMATION.\"),\n}).describe(\"Request schema for `DeleteProjectEndpoint`\");\nconst NeonDeleteProjectEndpoint_ProjectQuotaSchema: z.ZodTypeAny = z.object({\n logical_size_bytes: z.number().int().describe(\"Logical size quota in bytes\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Written data quota in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Active time quota in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Data transfer quota in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"Compute time quota in seconds\").nullable().optional(),\n}).describe(\"Resource quota limits for the project\");\nconst NeonDeleteProjectEndpoint_MaintenanceWindowSchema: z.ZodTypeAny = z.object({\n end_time: z.string().describe(\"End time in HH:MM format (UTC)\").nullable().optional(),\n weekdays: z.array(z.number().int()).describe(\"Days of the week (1=Monday through 7=Sunday)\").nullable().optional(),\n start_time: z.string().describe(\"Start time in HH:MM format (UTC)\").nullable().optional(),\n}).describe(\"Scheduled maintenance window configuration\");\nconst NeonDeleteProjectEndpoint_ProjectSettingsSchema: z.ZodTypeAny = z.object({\n hipaa: z.boolean().describe(\"Whether HIPAA compliance is enabled\").nullable().optional(),\n quota: NeonDeleteProjectEndpoint_ProjectQuotaSchema.nullable().optional(),\n allowed_ips: z.record(z.string(), z.unknown()).describe(\"IP allowlist configuration\").nullable().optional(),\n audit_log_level: z.string().describe(\"Audit log level (base, extended, or full)\").nullable().optional(),\n preload_libraries: z.record(z.string(), z.unknown()).describe(\"Preloaded PostgreSQL libraries configuration\").nullable().optional(),\n maintenance_window: NeonDeleteProjectEndpoint_MaintenanceWindowSchema.nullable().optional(),\n block_vpc_connections: z.boolean().describe(\"Whether VPC connections are blocked\").nullable().optional(),\n block_public_connections: z.boolean().describe(\"Whether public connections are blocked\").nullable().optional(),\n enable_logical_replication: z.boolean().describe(\"Whether logical replication is enabled\").nullable().optional(),\n}).describe(\"Project-level settings and configurations\");\nconst NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.record(z.string(), z.unknown()).describe(\"PostgreSQL configuration parameters\").nullable().optional(),\n pgbouncer_settings: z.record(z.string(), z.unknown()).describe(\"PgBouncer connection pooler settings\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Time in seconds before auto-suspending inactive compute\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling (≥0.25)\").nullable().optional(),\n}).describe(\"Default configuration settings for compute endpoints\");\nconst NeonDeleteProjectEndpoint_DeletedProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The project identifier\"),\n name: z.string().describe(\"The project name\"),\n org_id: z.string().describe(\"The organization identifier if the project belongs to an organization\").nullable().optional(),\n org_name: z.string().describe(\"The organization name if the project belongs to an organization\").nullable().optional(),\n owner_id: z.string().describe(\"The project owner identifier\"),\n settings: NeonDeleteProjectEndpoint_ProjectSettingsSchema.nullable().optional(),\n region_id: z.string().describe(\"The region identifier\"),\n created_at: z.string().describe(\"Timestamp of when the project was created\"),\n deleted_at: z.string().describe(\"Timestamp of when the project was deleted (for deleted projects)\").nullable().optional(),\n pg_version: z.number().int().describe(\"The PostgreSQL major version number (14-18)\"),\n proxy_host: z.string().describe(\"The proxy hostname combining region, platform, and domain\"),\n updated_at: z.string().describe(\"Timestamp of when the project was last updated\"),\n active_time: z.number().int().describe(\"The total amount of wall-clock time that compute endpoints were active\"),\n platform_id: z.string().describe(\"The cloud platform identifier (currently 'aws')\"),\n provisioner: z.string().describe(\"The compute provisioner type (k8s-pod or k8s-neonvm)\"),\n creation_source: z.string().describe(\"The source from which the project was created\"),\n store_passwords: z.boolean().describe(\"Whether passwords are stored for roles in the project\"),\n recoverable_until: z.string().describe(\"Timestamp until which the deleted project can be recovered\").nullable().optional(),\n synthetic_storage_size: z.number().int().describe(\"The current storage size in bytes\").nullable().optional(),\n branch_logical_size_limit: z.number().int().describe(\"The logical size limit for branches in MiB\"),\n default_endpoint_settings: NeonDeleteProjectEndpoint_DefaultEndpointSettingsSchema.nullable().optional(),\n branch_logical_size_limit_bytes: z.number().int().describe(\"The logical size limit for branches in bytes\"),\n}).describe(\"The deleted project object\");\nexport const NeonDeleteProjectEndpointOutput: z.ZodTypeAny = z.object({\n project: NeonDeleteProjectEndpoint_DeletedProjectSchema.nullable(),\n}).describe(\"Response schema for `DeleteProjectEndpoint`\");\n\nexport const neonDeleteProjectEndpoint = action(\"NEON_DELETE_PROJECT_ENDPOINT\", {\n slug: \"neon-delete-project-endpoint\",\n name: \"Delete project endpoint\",\n description: \"Deletes a specific endpoint within a Neon project. This operation permanently removes the endpoint and all associated resources, such as configurations and access points. Use this endpoint when you need to decommission or clean up unused endpoints in your project. It's important to note that this action is irreversible, so ensure you have backed up any necessary data or configurations before proceeding. This endpoint should be used with caution, as it will immediately terminate access to the specified endpoint and may impact any systems or applications relying on it.\",\n input: NeonDeleteProjectEndpointInput,\n output: NeonDeleteProjectEndpointOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-project-jwks-by-id.ts
4
+ const NeonDeleteProjectJwksByIdInput = zod.z.object({
5
+ jwks_id: zod.z.string().describe("The JWKS ID"),
6
+ project_id: zod.z.string().describe("The Neon project ID")
7
+ }).describe("Request schema for `DeleteProjectJwksById`");
8
+ const NeonDeleteProjectJwksByIdOutput = zod.z.object({
9
+ id: zod.z.string().describe("The unique identifier for the JWKS URL resource"),
10
+ jwksUrl: zod.z.string().describe("The HTTPS URL that returns a JSON Web Key Set for verifying JWTs"),
11
+ branchId: zod.z.string().describe("The branch ID where the JWKS URL is accepted").nullable().optional(),
12
+ projectId: zod.z.string().describe("The Neon project identifier this JWKS URL is associated with"),
13
+ roleNames: zod.z.array(zod.z.string()).describe("The roles for which the JWKS URL will be accepted").nullable().optional(),
14
+ jwtAudience: zod.z.string().describe("The required JWT Audience values that should be accepted").nullable().optional(),
15
+ providerName: zod.z.string().describe("The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)")
16
+ }).describe("Response schema for `DeleteProjectJwksById`");
17
+ const neonDeleteProjectJwksById = require_action.action("NEON_DELETE_PROJECT_JWKS_BY_ID", {
18
+ slug: "neon-delete-project-jwks-by-id",
19
+ name: "Delete project jwks by id",
20
+ description: "Deletes a specific JSON Web Key Set (JWKS) associated with a given project in the Neon B2B SaaS integration platform. This endpoint is used to remove outdated or unnecessary cryptographic keys from a project's key management system. It should be used when rotating keys, decommissioning integrations, or as part of regular key hygiene practices. The operation is irreversible, so caution should be exercised to ensure the correct JWKS is being deleted. This endpoint does not provide information about the JWKS being deleted or return the deleted keys for security reasons.",
21
+ input: NeonDeleteProjectJwksByIdInput,
22
+ output: NeonDeleteProjectJwksByIdOutput
23
+ });
24
+ //#endregion
25
+ exports.neonDeleteProjectJwksById = neonDeleteProjectJwksById;
26
+
27
+ //# sourceMappingURL=delete-project-jwks-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-jwks-by-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-project-jwks-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectJwksByIdInput: z.ZodTypeAny = z.object({\n jwks_id: z.string().describe(\"The JWKS ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `DeleteProjectJwksById`\");\nexport const NeonDeleteProjectJwksByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the JWKS URL resource\"),\n jwksUrl: z.string().describe(\"The HTTPS URL that returns a JSON Web Key Set for verifying JWTs\"),\n branchId: z.string().describe(\"The branch ID where the JWKS URL is accepted\").nullable().optional(),\n projectId: z.string().describe(\"The Neon project identifier this JWKS URL is associated with\"),\n roleNames: z.array(z.string()).describe(\"The roles for which the JWKS URL will be accepted\").nullable().optional(),\n jwtAudience: z.string().describe(\"The required JWT Audience values that should be accepted\").nullable().optional(),\n providerName: z.string().describe(\"The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)\"),\n}).describe(\"Response schema for `DeleteProjectJwksById`\");\n\nexport const neonDeleteProjectJwksById = action(\"NEON_DELETE_PROJECT_JWKS_BY_ID\", {\n slug: \"neon-delete-project-jwks-by-id\",\n name: \"Delete project jwks by id\",\n description: \"Deletes a specific JSON Web Key Set (JWKS) associated with a given project in the Neon B2B SaaS integration platform. This endpoint is used to remove outdated or unnecessary cryptographic keys from a project's key management system. It should be used when rotating keys, decommissioning integrations, or as part of regular key hygiene practices. The operation is irreversible, so caution should be exercised to ensure the correct JWKS is being deleted. This endpoint does not provide information about the JWKS being deleted or return the deleted keys for security reasons.\",\n input: NeonDeleteProjectJwksByIdInput,\n output: NeonDeleteProjectJwksByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CAC1C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC7F,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;AAC/G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,4BAA4BC,eAAAA,OAAO,kCAAkC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-project-jwks-by-id.d.ts
4
+ declare const NeonDeleteProjectJwksByIdInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectJwksByIdOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectJwksById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectJwksById };
9
+ //# sourceMappingURL=delete-project-jwks-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-jwks-by-id.d.cts","names":[],"sources":["../../src/actions/delete-project-jwks-by-id.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAQU;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/delete-project-jwks-by-id.d.ts
4
+ declare const NeonDeleteProjectJwksByIdInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectJwksByIdOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectJwksById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectJwksById };
9
+ //# sourceMappingURL=delete-project-jwks-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-jwks-by-id.d.mts","names":[],"sources":["../../src/actions/delete-project-jwks-by-id.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAC5C,+BAAA,EAAiC,CAAA,CAAE,UAQU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const neonDeleteProjectJwksById = action("NEON_DELETE_PROJECT_JWKS_BY_ID", {
4
+ slug: "neon-delete-project-jwks-by-id",
5
+ name: "Delete project jwks by id",
6
+ description: "Deletes a specific JSON Web Key Set (JWKS) associated with a given project in the Neon B2B SaaS integration platform. This endpoint is used to remove outdated or unnecessary cryptographic keys from a project's key management system. It should be used when rotating keys, decommissioning integrations, or as part of regular key hygiene practices. The operation is irreversible, so caution should be exercised to ensure the correct JWKS is being deleted. This endpoint does not provide information about the JWKS being deleted or return the deleted keys for security reasons.",
7
+ input: z.object({
8
+ jwks_id: z.string().describe("The JWKS ID"),
9
+ project_id: z.string().describe("The Neon project ID")
10
+ }).describe("Request schema for `DeleteProjectJwksById`"),
11
+ output: z.object({
12
+ id: z.string().describe("The unique identifier for the JWKS URL resource"),
13
+ jwksUrl: z.string().describe("The HTTPS URL that returns a JSON Web Key Set for verifying JWTs"),
14
+ branchId: z.string().describe("The branch ID where the JWKS URL is accepted").nullable().optional(),
15
+ projectId: z.string().describe("The Neon project identifier this JWKS URL is associated with"),
16
+ roleNames: z.array(z.string()).describe("The roles for which the JWKS URL will be accepted").nullable().optional(),
17
+ jwtAudience: z.string().describe("The required JWT Audience values that should be accepted").nullable().optional(),
18
+ providerName: z.string().describe("The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)")
19
+ }).describe("Response schema for `DeleteProjectJwksById`")
20
+ });
21
+ //#endregion
22
+ export { neonDeleteProjectJwksById };
23
+
24
+ //# sourceMappingURL=delete-project-jwks-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-jwks-by-id.mjs","names":[],"sources":["../../src/actions/delete-project-jwks-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectJwksByIdInput: z.ZodTypeAny = z.object({\n jwks_id: z.string().describe(\"The JWKS ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `DeleteProjectJwksById`\");\nexport const NeonDeleteProjectJwksByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the JWKS URL resource\"),\n jwksUrl: z.string().describe(\"The HTTPS URL that returns a JSON Web Key Set for verifying JWTs\"),\n branchId: z.string().describe(\"The branch ID where the JWKS URL is accepted\").nullable().optional(),\n projectId: z.string().describe(\"The Neon project identifier this JWKS URL is associated with\"),\n roleNames: z.array(z.string()).describe(\"The roles for which the JWKS URL will be accepted\").nullable().optional(),\n jwtAudience: z.string().describe(\"The required JWT Audience values that should be accepted\").nullable().optional(),\n providerName: z.string().describe(\"The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)\"),\n}).describe(\"Response schema for `DeleteProjectJwksById`\");\n\nexport const neonDeleteProjectJwksById = action(\"NEON_DELETE_PROJECT_JWKS_BY_ID\", {\n slug: \"neon-delete-project-jwks-by-id\",\n name: \"Delete project jwks by id\",\n description: \"Deletes a specific JSON Web Key Set (JWKS) associated with a given project in the Neon B2B SaaS integration platform. This endpoint is used to remove outdated or unnecessary cryptographic keys from a project's key management system. It should be used when rotating keys, decommissioning integrations, or as part of regular key hygiene practices. The operation is irreversible, so caution should be exercised to ensure the correct JWKS is being deleted. This endpoint does not provide information about the JWKS being deleted or return the deleted keys for security reasons.\",\n input: NeonDeleteProjectJwksByIdInput,\n output: NeonDeleteProjectJwksByIdOutput,\n});\n"],"mappings":";;AAkBA,MAAa,4BAA4B,OAAO,kCAAkC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0D,EAAE,OAAO;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;EAC1C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACvD,CAAC,CAAC,CAAC,SAAS,4CAeH;CACP,QAf2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC7F,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CAC/G,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-project-permission.ts
4
+ const NeonDeleteProjectPermissionInput = zod.z.object({
5
+ project_id: zod.z.string().describe("The unique identifier of the Neon project. Format: lowercase-words-numbers (e.g., 'dry-smoke-26258271'). Can be obtained from the projects list endpoint."),
6
+ permission_id: zod.z.string().describe("The unique identifier (UUID) of the permission to revoke. Format: UUID (e.g., '92a6ce17-b30d-40ce-aa30-bd0d1dc0de1c'). Can be obtained from the project permissions list endpoint.")
7
+ }).describe("Request schema for `DeleteProjectPermission`");
8
+ const NeonDeleteProjectPermission_RevokedPermissionSchema = zod.z.object({
9
+ id: zod.z.string().describe("The unique identifier (UUID) of the revoked permission."),
10
+ granted_at: zod.z.string().describe("ISO 8601 timestamp when the permission was originally granted."),
11
+ revoked_at: zod.z.string().describe("ISO 8601 timestamp when the permission was revoked."),
12
+ granted_to_email: zod.z.string().describe("The email address of the user whose permission was revoked.")
13
+ }).describe("Details of the revoked permission");
14
+ const NeonDeleteProjectPermissionOutput = zod.z.object({ data: zod.z.union([NeonDeleteProjectPermission_RevokedPermissionSchema, zod.z.record(zod.z.string(), zod.z.unknown())]) }).describe("Response schema for `DeleteProjectPermission`");
15
+ const neonDeleteProjectPermission = require_action.action("NEON_DELETE_PROJECT_PERMISSION", {
16
+ slug: "neon-delete-project-permission",
17
+ name: "Delete project permission",
18
+ description: "Deletes a specific permission associated with a project in the Neon B2B SaaS integration platform. This endpoint is used to remove access rights or privileges from a project, which is crucial for maintaining proper access control and security. It should be used when you need to revoke or remove a particular permission that is no longer required or valid for the project. This operation is permanent and cannot be undone, so it should be used with caution. The endpoint requires both the project ID and the specific permission ID to ensure precise permission management within the project context.",
19
+ input: NeonDeleteProjectPermissionInput,
20
+ output: NeonDeleteProjectPermissionOutput
21
+ });
22
+ //#endregion
23
+ exports.neonDeleteProjectPermission = neonDeleteProjectPermission;
24
+
25
+ //# sourceMappingURL=delete-project-permission.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-permission.cjs","names":["z","action"],"sources":["../../src/actions/delete-project-permission.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectPermissionInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier of the Neon project. Format: lowercase-words-numbers (e.g., 'dry-smoke-26258271'). Can be obtained from the projects list endpoint.\"),\n permission_id: z.string().describe(\"The unique identifier (UUID) of the permission to revoke. Format: UUID (e.g., '92a6ce17-b30d-40ce-aa30-bd0d1dc0de1c'). Can be obtained from the project permissions list endpoint.\"),\n}).describe(\"Request schema for `DeleteProjectPermission`\");\nconst NeonDeleteProjectPermission_RevokedPermissionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the revoked permission.\"),\n granted_at: z.string().describe(\"ISO 8601 timestamp when the permission was originally granted.\"),\n revoked_at: z.string().describe(\"ISO 8601 timestamp when the permission was revoked.\"),\n granted_to_email: z.string().describe(\"The email address of the user whose permission was revoked.\"),\n}).describe(\"Details of the revoked permission\");\nexport const NeonDeleteProjectPermissionOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonDeleteProjectPermission_RevokedPermissionSchema, z.record(z.string(), z.unknown())]),\n}).describe(\"Response schema for `DeleteProjectPermission`\");\n\nexport const neonDeleteProjectPermission = action(\"NEON_DELETE_PROJECT_PERMISSION\", {\n slug: \"neon-delete-project-permission\",\n name: \"Delete project permission\",\n description: \"Deletes a specific permission associated with a project in the Neon B2B SaaS integration platform. This endpoint is used to remove access rights or privileges from a project, which is crucial for maintaining proper access control and security. It should be used when you need to revoke or remove a particular permission that is no longer required or valid for the project. This operation is permanent and cannot be undone, so it should be used with caution. The endpoint requires both the project ID and the specific permission ID to ensure precise permission management within the project context.\",\n input: NeonDeleteProjectPermissionInput,\n output: NeonDeleteProjectPermissionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J;CAC3L,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL;AACzN,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACrG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,MAAMA,IAAAA,EAAE,MAAM,CAAC,qDAAqDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,EACxG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-project-permission.d.ts
4
+ declare const NeonDeleteProjectPermissionInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectPermissionOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectPermission: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectPermission };
9
+ //# sourceMappingURL=delete-project-permission.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-permission.d.cts","names":[],"sources":["../../src/actions/delete-project-permission.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAO9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-project-permission.d.ts
4
+ declare const NeonDeleteProjectPermissionInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectPermissionOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectPermission: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectPermission };
9
+ //# sourceMappingURL=delete-project-permission.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-permission.d.mts","names":[],"sources":["../../src/actions/delete-project-permission.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAO9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/delete-project-permission.ts
4
+ const NeonDeleteProjectPermissionInput = z.object({
5
+ project_id: z.string().describe("The unique identifier of the Neon project. Format: lowercase-words-numbers (e.g., 'dry-smoke-26258271'). Can be obtained from the projects list endpoint."),
6
+ permission_id: z.string().describe("The unique identifier (UUID) of the permission to revoke. Format: UUID (e.g., '92a6ce17-b30d-40ce-aa30-bd0d1dc0de1c'). Can be obtained from the project permissions list endpoint.")
7
+ }).describe("Request schema for `DeleteProjectPermission`");
8
+ const NeonDeleteProjectPermission_RevokedPermissionSchema = z.object({
9
+ id: z.string().describe("The unique identifier (UUID) of the revoked permission."),
10
+ granted_at: z.string().describe("ISO 8601 timestamp when the permission was originally granted."),
11
+ revoked_at: z.string().describe("ISO 8601 timestamp when the permission was revoked."),
12
+ granted_to_email: z.string().describe("The email address of the user whose permission was revoked.")
13
+ }).describe("Details of the revoked permission");
14
+ const neonDeleteProjectPermission = action("NEON_DELETE_PROJECT_PERMISSION", {
15
+ slug: "neon-delete-project-permission",
16
+ name: "Delete project permission",
17
+ description: "Deletes a specific permission associated with a project in the Neon B2B SaaS integration platform. This endpoint is used to remove access rights or privileges from a project, which is crucial for maintaining proper access control and security. It should be used when you need to revoke or remove a particular permission that is no longer required or valid for the project. This operation is permanent and cannot be undone, so it should be used with caution. The endpoint requires both the project ID and the specific permission ID to ensure precise permission management within the project context.",
18
+ input: NeonDeleteProjectPermissionInput,
19
+ output: z.object({ data: z.union([NeonDeleteProjectPermission_RevokedPermissionSchema, z.record(z.string(), z.unknown())]) }).describe("Response schema for `DeleteProjectPermission`")
20
+ });
21
+ //#endregion
22
+ export { neonDeleteProjectPermission };
23
+
24
+ //# sourceMappingURL=delete-project-permission.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-permission.mjs","names":[],"sources":["../../src/actions/delete-project-permission.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectPermissionInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier of the Neon project. Format: lowercase-words-numbers (e.g., 'dry-smoke-26258271'). Can be obtained from the projects list endpoint.\"),\n permission_id: z.string().describe(\"The unique identifier (UUID) of the permission to revoke. Format: UUID (e.g., '92a6ce17-b30d-40ce-aa30-bd0d1dc0de1c'). Can be obtained from the project permissions list endpoint.\"),\n}).describe(\"Request schema for `DeleteProjectPermission`\");\nconst NeonDeleteProjectPermission_RevokedPermissionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the revoked permission.\"),\n granted_at: z.string().describe(\"ISO 8601 timestamp when the permission was originally granted.\"),\n revoked_at: z.string().describe(\"ISO 8601 timestamp when the permission was revoked.\"),\n granted_to_email: z.string().describe(\"The email address of the user whose permission was revoked.\"),\n}).describe(\"Details of the revoked permission\");\nexport const NeonDeleteProjectPermissionOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonDeleteProjectPermission_RevokedPermissionSchema, z.record(z.string(), z.unknown())]),\n}).describe(\"Response schema for `DeleteProjectPermission`\");\n\nexport const neonDeleteProjectPermission = action(\"NEON_DELETE_PROJECT_PERMISSION\", {\n slug: \"neon-delete-project-permission\",\n name: \"Delete project permission\",\n description: \"Deletes a specific permission associated with a project in the Neon B2B SaaS integration platform. This endpoint is used to remove access rights or privileges from a project, which is crucial for maintaining proper access control and security. It should be used when you need to revoke or remove a particular permission that is no longer required or valid for the project. This operation is permanent and cannot be undone, so it should be used with caution. The endpoint requires both the project ID and the specific permission ID to ensure precise permission management within the project context.\",\n input: NeonDeleteProjectPermissionInput,\n output: NeonDeleteProjectPermissionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J;CAC3L,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL;AACzN,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACrG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAK/C,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,MAAM,EAAE,MAAM,CAAC,qDAAqD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,EACxG,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-project-snapshot.ts
4
+ const NeonDeleteProjectSnapshotInput = zod.z.object({
5
+ project_id: zod.z.string().describe("The Neon project ID. Format: alphanumeric with hyphens (e.g., 'proud-meadow-87189985'). Can be obtained from the list projects API."),
6
+ snapshot_id: zod.z.string().describe("The snapshot ID. Format: 'snap-' prefix followed by alphanumeric characters (e.g., 'snap-wispy-union-ahw80v1u'). Can be obtained from the list snapshots API.")
7
+ }).describe("Request schema for `DeleteProjectSnapshot`");
8
+ const NeonDeleteProjectSnapshot_OperationSchema = zod.z.object({
9
+ id: zod.z.string().describe("The operation identifier (UUID)."),
10
+ error: zod.z.string().describe("Error message if the operation failed.").nullable().optional(),
11
+ action: zod.z.string().describe("The action performed by the operation (e.g., delete_timeline)."),
12
+ status: zod.z.string().describe("The current status of the operation (scheduling, running, finished, failed, cancelling, cancelled, skipped)."),
13
+ branch_id: zod.z.string().describe("The branch identifier associated with this operation.").nullable().optional(),
14
+ created_at: zod.z.string().describe("Timestamp of when the operation was created."),
15
+ project_id: zod.z.string().describe("The project identifier."),
16
+ updated_at: zod.z.string().describe("Timestamp of when the operation was last updated."),
17
+ endpoint_id: zod.z.string().describe("The endpoint identifier if the operation involves a compute endpoint.").nullable().optional(),
18
+ failures_count: zod.z.number().int().describe("The number of times the operation failed."),
19
+ total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
20
+ }).describe("Operation object information.");
21
+ const NeonDeleteProjectSnapshotOutput = zod.z.object({ operations: zod.z.array(NeonDeleteProjectSnapshot_OperationSchema).describe("Array of operations initiated by the snapshot deletion request (e.g., delete_timeline).") }).describe("Response schema for `DeleteProjectSnapshot`");
22
+ const neonDeleteProjectSnapshot = require_action.action("NEON_DELETE_PROJECT_SNAPSHOT", {
23
+ slug: "neon-delete-project-snapshot",
24
+ name: "Delete project snapshot",
25
+ description: "Deletes a specific snapshot for a project in Neon. Use when you need to remove an old or unnecessary snapshot to free up storage or clean up resources. **Note**: This endpoint is currently in Beta.",
26
+ input: NeonDeleteProjectSnapshotInput,
27
+ output: NeonDeleteProjectSnapshotOutput
28
+ });
29
+ //#endregion
30
+ exports.neonDeleteProjectSnapshot = neonDeleteProjectSnapshot;
31
+
32
+ //# sourceMappingURL=delete-project-snapshot.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/delete-project-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonDeleteProjectSnapshotInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID. Format: alphanumeric with hyphens (e.g., 'proud-meadow-87189985'). Can be obtained from the list projects API.\"),\n snapshot_id: z.string().describe(\"The snapshot ID. Format: 'snap-' prefix followed by alphanumeric characters (e.g., 'snap-wispy-union-ahw80v1u'). Can be obtained from the list snapshots API.\"),\n}).describe(\"Request schema for `DeleteProjectSnapshot`\");\nconst NeonDeleteProjectSnapshot_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The operation identifier (UUID).\"),\n error: z.string().describe(\"Error message if the operation failed.\").nullable().optional(),\n action: z.string().describe(\"The action performed by the operation (e.g., delete_timeline).\"),\n status: z.string().describe(\"The current status of the operation (scheduling, running, finished, failed, cancelling, cancelled, skipped).\"),\n branch_id: z.string().describe(\"The branch identifier associated with this operation.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the operation was created.\"),\n project_id: z.string().describe(\"The project identifier.\"),\n updated_at: z.string().describe(\"Timestamp of when the operation was last updated.\"),\n endpoint_id: z.string().describe(\"The endpoint identifier if the operation involves a compute endpoint.\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of times the operation failed.\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).describe(\"Operation object information.\");\nexport const NeonDeleteProjectSnapshotOutput: z.ZodTypeAny = z.object({\n operations: z.array(NeonDeleteProjectSnapshot_OperationSchema).describe(\"Array of operations initiated by the snapshot deletion request (e.g., delete_timeline).\"),\n}).describe(\"Response schema for `DeleteProjectSnapshot`\");\n\nexport const neonDeleteProjectSnapshot = action(\"NEON_DELETE_PROJECT_SNAPSHOT\", {\n slug: \"neon-delete-project-snapshot\",\n name: \"Delete project snapshot\",\n description: \"Deletes a specific snapshot for a project in Neon. Use when you need to remove an old or unnecessary snapshot to free up storage or clean up resources. **Note**: This endpoint is currently in Beta.\",\n input: NeonDeleteProjectSnapshotInput,\n output: NeonDeleteProjectSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI;CACrK,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J;AAClM,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,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,8GAA8G;CAC1I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACzD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACrF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,YAAYA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,yFAAyF,EACnK,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/delete-project-snapshot.d.ts
4
+ declare const NeonDeleteProjectSnapshotInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectSnapshotOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectSnapshot };
9
+ //# sourceMappingURL=delete-project-snapshot.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-snapshot.d.cts","names":[],"sources":["../../src/actions/delete-project-snapshot.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/delete-project-snapshot.d.ts
4
+ declare const NeonDeleteProjectSnapshotInput: z.ZodTypeAny;
5
+ declare const NeonDeleteProjectSnapshotOutput: z.ZodTypeAny;
6
+ declare const neonDeleteProjectSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neonDeleteProjectSnapshot };
9
+ //# sourceMappingURL=delete-project-snapshot.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-project-snapshot.d.mts","names":[],"sources":["../../src/actions/delete-project-snapshot.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"}