@keystrokehq/render 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 (794) 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/add-headers.cjs +26 -0
  7. package/dist/actions/add-headers.cjs.map +1 -0
  8. package/dist/actions/add-headers.d.cts +9 -0
  9. package/dist/actions/add-headers.d.cts.map +1 -0
  10. package/dist/actions/add-headers.d.mts +9 -0
  11. package/dist/actions/add-headers.d.mts.map +1 -0
  12. package/dist/actions/add-headers.mjs +23 -0
  13. package/dist/actions/add-headers.mjs.map +1 -0
  14. package/dist/actions/add-or-update-secret-file.cjs +23 -0
  15. package/dist/actions/add-or-update-secret-file.cjs.map +1 -0
  16. package/dist/actions/add-or-update-secret-file.d.cts +9 -0
  17. package/dist/actions/add-or-update-secret-file.d.cts.map +1 -0
  18. package/dist/actions/add-or-update-secret-file.d.mts +9 -0
  19. package/dist/actions/add-or-update-secret-file.d.mts.map +1 -0
  20. package/dist/actions/add-or-update-secret-file.mjs +20 -0
  21. package/dist/actions/add-or-update-secret-file.mjs.map +1 -0
  22. package/dist/actions/add-resources-to-environment.cjs +34 -0
  23. package/dist/actions/add-resources-to-environment.cjs.map +1 -0
  24. package/dist/actions/add-resources-to-environment.d.cts +9 -0
  25. package/dist/actions/add-resources-to-environment.d.cts.map +1 -0
  26. package/dist/actions/add-resources-to-environment.d.mts +9 -0
  27. package/dist/actions/add-resources-to-environment.d.mts.map +1 -0
  28. package/dist/actions/add-resources-to-environment.mjs +33 -0
  29. package/dist/actions/add-resources-to-environment.mjs.map +1 -0
  30. package/dist/actions/add-route.cjs +28 -0
  31. package/dist/actions/add-route.cjs.map +1 -0
  32. package/dist/actions/add-route.d.cts +9 -0
  33. package/dist/actions/add-route.d.cts.map +1 -0
  34. package/dist/actions/add-route.d.mts +9 -0
  35. package/dist/actions/add-route.d.mts.map +1 -0
  36. package/dist/actions/add-route.mjs +25 -0
  37. package/dist/actions/add-route.mjs.map +1 -0
  38. package/dist/actions/create-custom-domain.cjs +35 -0
  39. package/dist/actions/create-custom-domain.cjs.map +1 -0
  40. package/dist/actions/create-custom-domain.d.cts +9 -0
  41. package/dist/actions/create-custom-domain.d.cts.map +1 -0
  42. package/dist/actions/create-custom-domain.d.mts +9 -0
  43. package/dist/actions/create-custom-domain.d.mts.map +1 -0
  44. package/dist/actions/create-custom-domain.mjs +34 -0
  45. package/dist/actions/create-custom-domain.mjs.map +1 -0
  46. package/dist/actions/create-env-group.cjs +42 -0
  47. package/dist/actions/create-env-group.cjs.map +1 -0
  48. package/dist/actions/create-env-group.d.cts +9 -0
  49. package/dist/actions/create-env-group.d.cts.map +1 -0
  50. package/dist/actions/create-env-group.d.mts +9 -0
  51. package/dist/actions/create-env-group.d.mts.map +1 -0
  52. package/dist/actions/create-env-group.mjs +39 -0
  53. package/dist/actions/create-env-group.mjs.map +1 -0
  54. package/dist/actions/create-environment.cjs +40 -0
  55. package/dist/actions/create-environment.cjs.map +1 -0
  56. package/dist/actions/create-environment.d.cts +9 -0
  57. package/dist/actions/create-environment.d.cts.map +1 -0
  58. package/dist/actions/create-environment.d.mts +9 -0
  59. package/dist/actions/create-environment.d.mts.map +1 -0
  60. package/dist/actions/create-environment.mjs +39 -0
  61. package/dist/actions/create-environment.mjs.map +1 -0
  62. package/dist/actions/create-postgres.cjs +213 -0
  63. package/dist/actions/create-postgres.cjs.map +1 -0
  64. package/dist/actions/create-postgres.d.cts +9 -0
  65. package/dist/actions/create-postgres.d.cts.map +1 -0
  66. package/dist/actions/create-postgres.d.mts +9 -0
  67. package/dist/actions/create-postgres.d.mts.map +1 -0
  68. package/dist/actions/create-postgres.mjs +212 -0
  69. package/dist/actions/create-postgres.mjs.map +1 -0
  70. package/dist/actions/create-registry-credential.cjs +41 -0
  71. package/dist/actions/create-registry-credential.cjs.map +1 -0
  72. package/dist/actions/create-registry-credential.d.cts +9 -0
  73. package/dist/actions/create-registry-credential.d.cts.map +1 -0
  74. package/dist/actions/create-registry-credential.d.mts +9 -0
  75. package/dist/actions/create-registry-credential.d.mts.map +1 -0
  76. package/dist/actions/create-registry-credential.mjs +40 -0
  77. package/dist/actions/create-registry-credential.mjs.map +1 -0
  78. package/dist/actions/delete-env-group-env-var.cjs +22 -0
  79. package/dist/actions/delete-env-group-env-var.cjs.map +1 -0
  80. package/dist/actions/delete-env-group-env-var.d.cts +9 -0
  81. package/dist/actions/delete-env-group-env-var.d.cts.map +1 -0
  82. package/dist/actions/delete-env-group-env-var.d.mts +9 -0
  83. package/dist/actions/delete-env-group-env-var.d.mts.map +1 -0
  84. package/dist/actions/delete-env-group-env-var.mjs +19 -0
  85. package/dist/actions/delete-env-group-env-var.mjs.map +1 -0
  86. package/dist/actions/delete-env-group-secret-file.cjs +22 -0
  87. package/dist/actions/delete-env-group-secret-file.cjs.map +1 -0
  88. package/dist/actions/delete-env-group-secret-file.d.cts +9 -0
  89. package/dist/actions/delete-env-group-secret-file.d.cts.map +1 -0
  90. package/dist/actions/delete-env-group-secret-file.d.mts +9 -0
  91. package/dist/actions/delete-env-group-secret-file.d.mts.map +1 -0
  92. package/dist/actions/delete-env-group-secret-file.mjs +19 -0
  93. package/dist/actions/delete-env-group-secret-file.mjs.map +1 -0
  94. package/dist/actions/delete-environment.cjs +19 -0
  95. package/dist/actions/delete-environment.cjs.map +1 -0
  96. package/dist/actions/delete-environment.d.cts +9 -0
  97. package/dist/actions/delete-environment.d.cts.map +1 -0
  98. package/dist/actions/delete-environment.d.mts +9 -0
  99. package/dist/actions/delete-environment.d.mts.map +1 -0
  100. package/dist/actions/delete-environment.mjs +16 -0
  101. package/dist/actions/delete-environment.mjs.map +1 -0
  102. package/dist/actions/delete-key-value.cjs +19 -0
  103. package/dist/actions/delete-key-value.cjs.map +1 -0
  104. package/dist/actions/delete-key-value.d.cts +9 -0
  105. package/dist/actions/delete-key-value.d.cts.map +1 -0
  106. package/dist/actions/delete-key-value.d.mts +9 -0
  107. package/dist/actions/delete-key-value.d.mts.map +1 -0
  108. package/dist/actions/delete-key-value.mjs +16 -0
  109. package/dist/actions/delete-key-value.mjs.map +1 -0
  110. package/dist/actions/delete-owner-log-stream.cjs +19 -0
  111. package/dist/actions/delete-owner-log-stream.cjs.map +1 -0
  112. package/dist/actions/delete-owner-log-stream.d.cts +9 -0
  113. package/dist/actions/delete-owner-log-stream.d.cts.map +1 -0
  114. package/dist/actions/delete-owner-log-stream.d.mts +9 -0
  115. package/dist/actions/delete-owner-log-stream.d.mts.map +1 -0
  116. package/dist/actions/delete-owner-log-stream.mjs +16 -0
  117. package/dist/actions/delete-owner-log-stream.mjs.map +1 -0
  118. package/dist/actions/delete-owner-metrics-stream.cjs +19 -0
  119. package/dist/actions/delete-owner-metrics-stream.cjs.map +1 -0
  120. package/dist/actions/delete-owner-metrics-stream.d.cts +9 -0
  121. package/dist/actions/delete-owner-metrics-stream.d.cts.map +1 -0
  122. package/dist/actions/delete-owner-metrics-stream.d.mts +9 -0
  123. package/dist/actions/delete-owner-metrics-stream.d.mts.map +1 -0
  124. package/dist/actions/delete-owner-metrics-stream.mjs +16 -0
  125. package/dist/actions/delete-owner-metrics-stream.mjs.map +1 -0
  126. package/dist/actions/delete-registry-credential.cjs +19 -0
  127. package/dist/actions/delete-registry-credential.cjs.map +1 -0
  128. package/dist/actions/delete-registry-credential.d.cts +9 -0
  129. package/dist/actions/delete-registry-credential.d.cts.map +1 -0
  130. package/dist/actions/delete-registry-credential.d.mts +9 -0
  131. package/dist/actions/delete-registry-credential.d.mts.map +1 -0
  132. package/dist/actions/delete-registry-credential.mjs +16 -0
  133. package/dist/actions/delete-registry-credential.mjs.map +1 -0
  134. package/dist/actions/delete-secret-file.cjs +19 -0
  135. package/dist/actions/delete-secret-file.cjs.map +1 -0
  136. package/dist/actions/delete-secret-file.d.cts +9 -0
  137. package/dist/actions/delete-secret-file.d.cts.map +1 -0
  138. package/dist/actions/delete-secret-file.d.mts +9 -0
  139. package/dist/actions/delete-secret-file.d.mts.map +1 -0
  140. package/dist/actions/delete-secret-file.mjs +16 -0
  141. package/dist/actions/delete-secret-file.mjs.map +1 -0
  142. package/dist/actions/delete-service.cjs +19 -0
  143. package/dist/actions/delete-service.cjs.map +1 -0
  144. package/dist/actions/delete-service.d.cts +9 -0
  145. package/dist/actions/delete-service.d.cts.map +1 -0
  146. package/dist/actions/delete-service.d.mts +9 -0
  147. package/dist/actions/delete-service.d.mts.map +1 -0
  148. package/dist/actions/delete-service.mjs +16 -0
  149. package/dist/actions/delete-service.mjs.map +1 -0
  150. package/dist/actions/disconnect-blueprint.cjs +19 -0
  151. package/dist/actions/disconnect-blueprint.cjs.map +1 -0
  152. package/dist/actions/disconnect-blueprint.d.cts +9 -0
  153. package/dist/actions/disconnect-blueprint.d.cts.map +1 -0
  154. package/dist/actions/disconnect-blueprint.d.mts +9 -0
  155. package/dist/actions/disconnect-blueprint.d.mts.map +1 -0
  156. package/dist/actions/disconnect-blueprint.mjs +16 -0
  157. package/dist/actions/disconnect-blueprint.mjs.map +1 -0
  158. package/dist/actions/get-active-connections.cjs +34 -0
  159. package/dist/actions/get-active-connections.cjs.map +1 -0
  160. package/dist/actions/get-active-connections.d.cts +9 -0
  161. package/dist/actions/get-active-connections.d.cts.map +1 -0
  162. package/dist/actions/get-active-connections.d.mts +9 -0
  163. package/dist/actions/get-active-connections.d.mts.map +1 -0
  164. package/dist/actions/get-active-connections.mjs +33 -0
  165. package/dist/actions/get-active-connections.mjs.map +1 -0
  166. package/dist/actions/get-bandwidth-sources.cjs +28 -0
  167. package/dist/actions/get-bandwidth-sources.cjs.map +1 -0
  168. package/dist/actions/get-bandwidth-sources.d.cts +9 -0
  169. package/dist/actions/get-bandwidth-sources.d.cts.map +1 -0
  170. package/dist/actions/get-bandwidth-sources.d.mts +9 -0
  171. package/dist/actions/get-bandwidth-sources.d.mts.map +1 -0
  172. package/dist/actions/get-bandwidth-sources.mjs +27 -0
  173. package/dist/actions/get-bandwidth-sources.mjs.map +1 -0
  174. package/dist/actions/get-cpu-limit.cjs +36 -0
  175. package/dist/actions/get-cpu-limit.cjs.map +1 -0
  176. package/dist/actions/get-cpu-limit.d.cts +9 -0
  177. package/dist/actions/get-cpu-limit.d.cts.map +1 -0
  178. package/dist/actions/get-cpu-limit.d.mts +9 -0
  179. package/dist/actions/get-cpu-limit.d.mts.map +1 -0
  180. package/dist/actions/get-cpu-limit.mjs +35 -0
  181. package/dist/actions/get-cpu-limit.mjs.map +1 -0
  182. package/dist/actions/get-cpu.cjs +41 -0
  183. package/dist/actions/get-cpu.cjs.map +1 -0
  184. package/dist/actions/get-cpu.d.cts +9 -0
  185. package/dist/actions/get-cpu.d.cts.map +1 -0
  186. package/dist/actions/get-cpu.d.mts +9 -0
  187. package/dist/actions/get-cpu.d.mts.map +1 -0
  188. package/dist/actions/get-cpu.mjs +40 -0
  189. package/dist/actions/get-cpu.mjs.map +1 -0
  190. package/dist/actions/get-disk-capacity.cjs +35 -0
  191. package/dist/actions/get-disk-capacity.cjs.map +1 -0
  192. package/dist/actions/get-disk-capacity.d.cts +9 -0
  193. package/dist/actions/get-disk-capacity.d.cts.map +1 -0
  194. package/dist/actions/get-disk-capacity.d.mts +9 -0
  195. package/dist/actions/get-disk-capacity.d.mts.map +1 -0
  196. package/dist/actions/get-disk-capacity.mjs +34 -0
  197. package/dist/actions/get-disk-capacity.mjs.map +1 -0
  198. package/dist/actions/get-disk-usage.cjs +35 -0
  199. package/dist/actions/get-disk-usage.cjs.map +1 -0
  200. package/dist/actions/get-disk-usage.d.cts +9 -0
  201. package/dist/actions/get-disk-usage.d.cts.map +1 -0
  202. package/dist/actions/get-disk-usage.d.mts +9 -0
  203. package/dist/actions/get-disk-usage.d.mts.map +1 -0
  204. package/dist/actions/get-disk-usage.mjs +34 -0
  205. package/dist/actions/get-disk-usage.mjs.map +1 -0
  206. package/dist/actions/get-instance-count.cjs +34 -0
  207. package/dist/actions/get-instance-count.cjs.map +1 -0
  208. package/dist/actions/get-instance-count.d.cts +9 -0
  209. package/dist/actions/get-instance-count.d.cts.map +1 -0
  210. package/dist/actions/get-instance-count.d.mts +9 -0
  211. package/dist/actions/get-instance-count.d.mts.map +1 -0
  212. package/dist/actions/get-instance-count.mjs +33 -0
  213. package/dist/actions/get-instance-count.mjs.map +1 -0
  214. package/dist/actions/get-memory-limit.cjs +36 -0
  215. package/dist/actions/get-memory-limit.cjs.map +1 -0
  216. package/dist/actions/get-memory-limit.d.cts +9 -0
  217. package/dist/actions/get-memory-limit.d.cts.map +1 -0
  218. package/dist/actions/get-memory-limit.d.mts +9 -0
  219. package/dist/actions/get-memory-limit.d.mts.map +1 -0
  220. package/dist/actions/get-memory-limit.mjs +35 -0
  221. package/dist/actions/get-memory-limit.mjs.map +1 -0
  222. package/dist/actions/get-memory-target.cjs +36 -0
  223. package/dist/actions/get-memory-target.cjs.map +1 -0
  224. package/dist/actions/get-memory-target.d.cts +9 -0
  225. package/dist/actions/get-memory-target.d.cts.map +1 -0
  226. package/dist/actions/get-memory-target.d.mts +9 -0
  227. package/dist/actions/get-memory-target.d.mts.map +1 -0
  228. package/dist/actions/get-memory-target.mjs +35 -0
  229. package/dist/actions/get-memory-target.mjs.map +1 -0
  230. package/dist/actions/get-memory.cjs +36 -0
  231. package/dist/actions/get-memory.cjs.map +1 -0
  232. package/dist/actions/get-memory.d.cts +9 -0
  233. package/dist/actions/get-memory.d.cts.map +1 -0
  234. package/dist/actions/get-memory.d.mts +9 -0
  235. package/dist/actions/get-memory.d.mts.map +1 -0
  236. package/dist/actions/get-memory.mjs +35 -0
  237. package/dist/actions/get-memory.mjs.map +1 -0
  238. package/dist/actions/get-user.cjs +19 -0
  239. package/dist/actions/get-user.cjs.map +1 -0
  240. package/dist/actions/get-user.d.cts +9 -0
  241. package/dist/actions/get-user.d.cts.map +1 -0
  242. package/dist/actions/get-user.d.mts +9 -0
  243. package/dist/actions/get-user.d.mts.map +1 -0
  244. package/dist/actions/get-user.mjs +16 -0
  245. package/dist/actions/get-user.mjs.map +1 -0
  246. package/dist/actions/index.cjs +191 -0
  247. package/dist/actions/index.d.cts +96 -0
  248. package/dist/actions/index.d.mts +96 -0
  249. package/dist/actions/index.mjs +96 -0
  250. package/dist/actions/link-service-to-env-group.cjs +29 -0
  251. package/dist/actions/link-service-to-env-group.cjs.map +1 -0
  252. package/dist/actions/link-service-to-env-group.d.cts +9 -0
  253. package/dist/actions/link-service-to-env-group.d.cts.map +1 -0
  254. package/dist/actions/link-service-to-env-group.d.mts +9 -0
  255. package/dist/actions/link-service-to-env-group.d.mts.map +1 -0
  256. package/dist/actions/link-service-to-env-group.mjs +26 -0
  257. package/dist/actions/link-service-to-env-group.mjs.map +1 -0
  258. package/dist/actions/list-application-filter-values.cjs +26 -0
  259. package/dist/actions/list-application-filter-values.cjs.map +1 -0
  260. package/dist/actions/list-application-filter-values.d.cts +9 -0
  261. package/dist/actions/list-application-filter-values.d.cts.map +1 -0
  262. package/dist/actions/list-application-filter-values.d.mts +9 -0
  263. package/dist/actions/list-application-filter-values.d.mts.map +1 -0
  264. package/dist/actions/list-application-filter-values.mjs +25 -0
  265. package/dist/actions/list-application-filter-values.mjs.map +1 -0
  266. package/dist/actions/list-blueprints.cjs +39 -0
  267. package/dist/actions/list-blueprints.cjs.map +1 -0
  268. package/dist/actions/list-blueprints.d.cts +9 -0
  269. package/dist/actions/list-blueprints.d.cts.map +1 -0
  270. package/dist/actions/list-blueprints.d.mts +9 -0
  271. package/dist/actions/list-blueprints.d.mts.map +1 -0
  272. package/dist/actions/list-blueprints.mjs +38 -0
  273. package/dist/actions/list-blueprints.mjs.map +1 -0
  274. package/dist/actions/list-deploys.cjs +38 -0
  275. package/dist/actions/list-deploys.cjs.map +1 -0
  276. package/dist/actions/list-deploys.d.cts +9 -0
  277. package/dist/actions/list-deploys.d.cts.map +1 -0
  278. package/dist/actions/list-deploys.d.mts +9 -0
  279. package/dist/actions/list-deploys.d.mts.map +1 -0
  280. package/dist/actions/list-deploys.mjs +37 -0
  281. package/dist/actions/list-deploys.mjs.map +1 -0
  282. package/dist/actions/list-disks.cjs +40 -0
  283. package/dist/actions/list-disks.cjs.map +1 -0
  284. package/dist/actions/list-disks.d.cts +9 -0
  285. package/dist/actions/list-disks.d.cts.map +1 -0
  286. package/dist/actions/list-disks.d.mts +9 -0
  287. package/dist/actions/list-disks.d.mts.map +1 -0
  288. package/dist/actions/list-disks.mjs +39 -0
  289. package/dist/actions/list-disks.mjs.map +1 -0
  290. package/dist/actions/list-env-groups.cjs +42 -0
  291. package/dist/actions/list-env-groups.cjs.map +1 -0
  292. package/dist/actions/list-env-groups.d.cts +9 -0
  293. package/dist/actions/list-env-groups.d.cts.map +1 -0
  294. package/dist/actions/list-env-groups.d.mts +9 -0
  295. package/dist/actions/list-env-groups.d.mts.map +1 -0
  296. package/dist/actions/list-env-groups.mjs +41 -0
  297. package/dist/actions/list-env-groups.mjs.map +1 -0
  298. package/dist/actions/list-env-vars-for-service.cjs +28 -0
  299. package/dist/actions/list-env-vars-for-service.cjs.map +1 -0
  300. package/dist/actions/list-env-vars-for-service.d.cts +9 -0
  301. package/dist/actions/list-env-vars-for-service.d.cts.map +1 -0
  302. package/dist/actions/list-env-vars-for-service.d.mts +9 -0
  303. package/dist/actions/list-env-vars-for-service.d.mts.map +1 -0
  304. package/dist/actions/list-env-vars-for-service.mjs +27 -0
  305. package/dist/actions/list-env-vars-for-service.mjs.map +1 -0
  306. package/dist/actions/list-environments.cjs +42 -0
  307. package/dist/actions/list-environments.cjs.map +1 -0
  308. package/dist/actions/list-environments.d.cts +9 -0
  309. package/dist/actions/list-environments.d.cts.map +1 -0
  310. package/dist/actions/list-environments.d.mts +9 -0
  311. package/dist/actions/list-environments.d.mts.map +1 -0
  312. package/dist/actions/list-environments.mjs +41 -0
  313. package/dist/actions/list-environments.mjs.map +1 -0
  314. package/dist/actions/list-instances.cjs +20 -0
  315. package/dist/actions/list-instances.cjs.map +1 -0
  316. package/dist/actions/list-instances.d.cts +9 -0
  317. package/dist/actions/list-instances.d.cts.map +1 -0
  318. package/dist/actions/list-instances.d.mts +9 -0
  319. package/dist/actions/list-instances.d.mts.map +1 -0
  320. package/dist/actions/list-instances.mjs +19 -0
  321. package/dist/actions/list-instances.mjs.map +1 -0
  322. package/dist/actions/list-key-value.cjs +51 -0
  323. package/dist/actions/list-key-value.cjs.map +1 -0
  324. package/dist/actions/list-key-value.d.cts +9 -0
  325. package/dist/actions/list-key-value.d.cts.map +1 -0
  326. package/dist/actions/list-key-value.d.mts +9 -0
  327. package/dist/actions/list-key-value.d.mts.map +1 -0
  328. package/dist/actions/list-key-value.mjs +50 -0
  329. package/dist/actions/list-key-value.mjs.map +1 -0
  330. package/dist/actions/list-logs-values.cjs +41 -0
  331. package/dist/actions/list-logs-values.cjs.map +1 -0
  332. package/dist/actions/list-logs-values.d.cts +9 -0
  333. package/dist/actions/list-logs-values.d.cts.map +1 -0
  334. package/dist/actions/list-logs-values.d.mts +9 -0
  335. package/dist/actions/list-logs-values.d.mts.map +1 -0
  336. package/dist/actions/list-logs-values.mjs +38 -0
  337. package/dist/actions/list-logs-values.mjs.map +1 -0
  338. package/dist/actions/list-logs.cjs +53 -0
  339. package/dist/actions/list-logs.cjs.map +1 -0
  340. package/dist/actions/list-logs.d.cts +9 -0
  341. package/dist/actions/list-logs.d.cts.map +1 -0
  342. package/dist/actions/list-logs.d.mts +9 -0
  343. package/dist/actions/list-logs.d.mts.map +1 -0
  344. package/dist/actions/list-logs.mjs +52 -0
  345. package/dist/actions/list-logs.mjs.map +1 -0
  346. package/dist/actions/list-maintenance.cjs +43 -0
  347. package/dist/actions/list-maintenance.cjs.map +1 -0
  348. package/dist/actions/list-maintenance.d.cts +9 -0
  349. package/dist/actions/list-maintenance.d.cts.map +1 -0
  350. package/dist/actions/list-maintenance.d.mts +9 -0
  351. package/dist/actions/list-maintenance.d.mts.map +1 -0
  352. package/dist/actions/list-maintenance.mjs +42 -0
  353. package/dist/actions/list-maintenance.mjs.map +1 -0
  354. package/dist/actions/list-notification-overrides.cjs +33 -0
  355. package/dist/actions/list-notification-overrides.cjs.map +1 -0
  356. package/dist/actions/list-notification-overrides.d.cts +9 -0
  357. package/dist/actions/list-notification-overrides.d.cts.map +1 -0
  358. package/dist/actions/list-notification-overrides.d.mts +9 -0
  359. package/dist/actions/list-notification-overrides.d.mts.map +1 -0
  360. package/dist/actions/list-notification-overrides.mjs +32 -0
  361. package/dist/actions/list-notification-overrides.mjs.map +1 -0
  362. package/dist/actions/list-owner-members.cjs +32 -0
  363. package/dist/actions/list-owner-members.cjs.map +1 -0
  364. package/dist/actions/list-owner-members.d.cts +9 -0
  365. package/dist/actions/list-owner-members.d.cts.map +1 -0
  366. package/dist/actions/list-owner-members.d.mts +9 -0
  367. package/dist/actions/list-owner-members.d.mts.map +1 -0
  368. package/dist/actions/list-owner-members.mjs +31 -0
  369. package/dist/actions/list-owner-members.mjs.map +1 -0
  370. package/dist/actions/list-owners.cjs +27 -0
  371. package/dist/actions/list-owners.cjs.map +1 -0
  372. package/dist/actions/list-owners.d.cts +9 -0
  373. package/dist/actions/list-owners.d.cts.map +1 -0
  374. package/dist/actions/list-owners.d.mts +9 -0
  375. package/dist/actions/list-owners.d.mts.map +1 -0
  376. package/dist/actions/list-owners.mjs +26 -0
  377. package/dist/actions/list-owners.mjs.map +1 -0
  378. package/dist/actions/list-postgres-export.cjs +21 -0
  379. package/dist/actions/list-postgres-export.cjs.map +1 -0
  380. package/dist/actions/list-postgres-export.d.cts +9 -0
  381. package/dist/actions/list-postgres-export.d.cts.map +1 -0
  382. package/dist/actions/list-postgres-export.d.mts +9 -0
  383. package/dist/actions/list-postgres-export.d.mts.map +1 -0
  384. package/dist/actions/list-postgres-export.mjs +20 -0
  385. package/dist/actions/list-postgres-export.mjs.map +1 -0
  386. package/dist/actions/list-postgres-users.cjs +22 -0
  387. package/dist/actions/list-postgres-users.cjs.map +1 -0
  388. package/dist/actions/list-postgres-users.d.cts +9 -0
  389. package/dist/actions/list-postgres-users.d.cts.map +1 -0
  390. package/dist/actions/list-postgres-users.d.mts +9 -0
  391. package/dist/actions/list-postgres-users.d.mts.map +1 -0
  392. package/dist/actions/list-postgres-users.mjs +21 -0
  393. package/dist/actions/list-postgres-users.mjs.map +1 -0
  394. package/dist/actions/list-postgres.cjs +68 -0
  395. package/dist/actions/list-postgres.cjs.map +1 -0
  396. package/dist/actions/list-postgres.d.cts +9 -0
  397. package/dist/actions/list-postgres.d.cts.map +1 -0
  398. package/dist/actions/list-postgres.d.mts +9 -0
  399. package/dist/actions/list-postgres.d.mts.map +1 -0
  400. package/dist/actions/list-postgres.mjs +67 -0
  401. package/dist/actions/list-postgres.mjs.map +1 -0
  402. package/dist/actions/list-projects.cjs +40 -0
  403. package/dist/actions/list-projects.cjs.map +1 -0
  404. package/dist/actions/list-projects.d.cts +9 -0
  405. package/dist/actions/list-projects.d.cts.map +1 -0
  406. package/dist/actions/list-projects.d.mts +9 -0
  407. package/dist/actions/list-projects.d.mts.map +1 -0
  408. package/dist/actions/list-projects.mjs +39 -0
  409. package/dist/actions/list-projects.mjs.map +1 -0
  410. package/dist/actions/list-registry-credentials.cjs +41 -0
  411. package/dist/actions/list-registry-credentials.cjs.map +1 -0
  412. package/dist/actions/list-registry-credentials.d.cts +9 -0
  413. package/dist/actions/list-registry-credentials.d.cts.map +1 -0
  414. package/dist/actions/list-registry-credentials.d.mts +9 -0
  415. package/dist/actions/list-registry-credentials.d.mts.map +1 -0
  416. package/dist/actions/list-registry-credentials.mjs +40 -0
  417. package/dist/actions/list-registry-credentials.mjs.map +1 -0
  418. package/dist/actions/list-resource-log-streams.cjs +29 -0
  419. package/dist/actions/list-resource-log-streams.cjs.map +1 -0
  420. package/dist/actions/list-resource-log-streams.d.cts +9 -0
  421. package/dist/actions/list-resource-log-streams.d.cts.map +1 -0
  422. package/dist/actions/list-resource-log-streams.d.mts +9 -0
  423. package/dist/actions/list-resource-log-streams.d.mts.map +1 -0
  424. package/dist/actions/list-resource-log-streams.mjs +28 -0
  425. package/dist/actions/list-resource-log-streams.mjs.map +1 -0
  426. package/dist/actions/list-routes.cjs +33 -0
  427. package/dist/actions/list-routes.cjs.map +1 -0
  428. package/dist/actions/list-routes.d.cts +9 -0
  429. package/dist/actions/list-routes.d.cts.map +1 -0
  430. package/dist/actions/list-routes.d.mts +9 -0
  431. package/dist/actions/list-routes.d.mts.map +1 -0
  432. package/dist/actions/list-routes.mjs +32 -0
  433. package/dist/actions/list-routes.mjs.map +1 -0
  434. package/dist/actions/list-secret-files.cjs +28 -0
  435. package/dist/actions/list-secret-files.cjs.map +1 -0
  436. package/dist/actions/list-secret-files.d.cts +9 -0
  437. package/dist/actions/list-secret-files.d.cts.map +1 -0
  438. package/dist/actions/list-secret-files.d.mts +9 -0
  439. package/dist/actions/list-secret-files.d.mts.map +1 -0
  440. package/dist/actions/list-secret-files.mjs +27 -0
  441. package/dist/actions/list-secret-files.mjs.map +1 -0
  442. package/dist/actions/list-services.cjs +47 -0
  443. package/dist/actions/list-services.cjs.map +1 -0
  444. package/dist/actions/list-services.d.cts +9 -0
  445. package/dist/actions/list-services.d.cts.map +1 -0
  446. package/dist/actions/list-services.d.mts +9 -0
  447. package/dist/actions/list-services.d.mts.map +1 -0
  448. package/dist/actions/list-services.mjs +46 -0
  449. package/dist/actions/list-services.mjs.map +1 -0
  450. package/dist/actions/list-task-runs.cjs +43 -0
  451. package/dist/actions/list-task-runs.cjs.map +1 -0
  452. package/dist/actions/list-task-runs.d.cts +9 -0
  453. package/dist/actions/list-task-runs.d.cts.map +1 -0
  454. package/dist/actions/list-task-runs.d.mts +9 -0
  455. package/dist/actions/list-task-runs.d.mts.map +1 -0
  456. package/dist/actions/list-task-runs.mjs +42 -0
  457. package/dist/actions/list-task-runs.mjs.map +1 -0
  458. package/dist/actions/list-tasks.cjs +33 -0
  459. package/dist/actions/list-tasks.cjs.map +1 -0
  460. package/dist/actions/list-tasks.d.cts +9 -0
  461. package/dist/actions/list-tasks.d.cts.map +1 -0
  462. package/dist/actions/list-tasks.d.mts +9 -0
  463. package/dist/actions/list-tasks.d.mts.map +1 -0
  464. package/dist/actions/list-tasks.mjs +32 -0
  465. package/dist/actions/list-tasks.mjs.map +1 -0
  466. package/dist/actions/list-webhooks.cjs +32 -0
  467. package/dist/actions/list-webhooks.cjs.map +1 -0
  468. package/dist/actions/list-webhooks.d.cts +9 -0
  469. package/dist/actions/list-webhooks.d.cts.map +1 -0
  470. package/dist/actions/list-webhooks.d.mts +9 -0
  471. package/dist/actions/list-webhooks.d.mts.map +1 -0
  472. package/dist/actions/list-webhooks.mjs +31 -0
  473. package/dist/actions/list-webhooks.mjs.map +1 -0
  474. package/dist/actions/list-workflow-versions.cjs +34 -0
  475. package/dist/actions/list-workflow-versions.cjs.map +1 -0
  476. package/dist/actions/list-workflow-versions.d.cts +9 -0
  477. package/dist/actions/list-workflow-versions.d.cts.map +1 -0
  478. package/dist/actions/list-workflow-versions.d.mts +9 -0
  479. package/dist/actions/list-workflow-versions.d.mts.map +1 -0
  480. package/dist/actions/list-workflow-versions.mjs +33 -0
  481. package/dist/actions/list-workflow-versions.mjs.map +1 -0
  482. package/dist/actions/list-workflows.cjs +42 -0
  483. package/dist/actions/list-workflows.cjs.map +1 -0
  484. package/dist/actions/list-workflows.d.cts +9 -0
  485. package/dist/actions/list-workflows.d.cts.map +1 -0
  486. package/dist/actions/list-workflows.d.mts +9 -0
  487. package/dist/actions/list-workflows.d.mts.map +1 -0
  488. package/dist/actions/list-workflows.mjs +41 -0
  489. package/dist/actions/list-workflows.mjs.map +1 -0
  490. package/dist/actions/restart-service.cjs +19 -0
  491. package/dist/actions/restart-service.cjs.map +1 -0
  492. package/dist/actions/restart-service.d.cts +9 -0
  493. package/dist/actions/restart-service.d.cts.map +1 -0
  494. package/dist/actions/restart-service.d.mts +9 -0
  495. package/dist/actions/restart-service.d.mts.map +1 -0
  496. package/dist/actions/restart-service.mjs +16 -0
  497. package/dist/actions/restart-service.mjs.map +1 -0
  498. package/dist/actions/resume-service.cjs +19 -0
  499. package/dist/actions/resume-service.cjs.map +1 -0
  500. package/dist/actions/resume-service.d.cts +9 -0
  501. package/dist/actions/resume-service.d.cts.map +1 -0
  502. package/dist/actions/resume-service.d.mts +9 -0
  503. package/dist/actions/resume-service.d.mts.map +1 -0
  504. package/dist/actions/resume-service.mjs +16 -0
  505. package/dist/actions/resume-service.mjs.map +1 -0
  506. package/dist/actions/retrieve-custom-domain.cjs +34 -0
  507. package/dist/actions/retrieve-custom-domain.cjs.map +1 -0
  508. package/dist/actions/retrieve-custom-domain.d.cts +9 -0
  509. package/dist/actions/retrieve-custom-domain.d.cts.map +1 -0
  510. package/dist/actions/retrieve-custom-domain.d.mts +9 -0
  511. package/dist/actions/retrieve-custom-domain.d.mts.map +1 -0
  512. package/dist/actions/retrieve-custom-domain.mjs +33 -0
  513. package/dist/actions/retrieve-custom-domain.mjs.map +1 -0
  514. package/dist/actions/retrieve-deploy.cjs +35 -0
  515. package/dist/actions/retrieve-deploy.cjs.map +1 -0
  516. package/dist/actions/retrieve-deploy.d.cts +9 -0
  517. package/dist/actions/retrieve-deploy.d.cts.map +1 -0
  518. package/dist/actions/retrieve-deploy.d.mts +9 -0
  519. package/dist/actions/retrieve-deploy.d.mts.map +1 -0
  520. package/dist/actions/retrieve-deploy.mjs +34 -0
  521. package/dist/actions/retrieve-deploy.mjs.map +1 -0
  522. package/dist/actions/retrieve-env-group-env-var.cjs +22 -0
  523. package/dist/actions/retrieve-env-group-env-var.cjs.map +1 -0
  524. package/dist/actions/retrieve-env-group-env-var.d.cts +9 -0
  525. package/dist/actions/retrieve-env-group-env-var.d.cts.map +1 -0
  526. package/dist/actions/retrieve-env-group-env-var.d.mts +9 -0
  527. package/dist/actions/retrieve-env-group-env-var.d.mts.map +1 -0
  528. package/dist/actions/retrieve-env-group-env-var.mjs +19 -0
  529. package/dist/actions/retrieve-env-group-env-var.mjs.map +1 -0
  530. package/dist/actions/retrieve-env-group-secret-file.cjs +22 -0
  531. package/dist/actions/retrieve-env-group-secret-file.cjs.map +1 -0
  532. package/dist/actions/retrieve-env-group-secret-file.d.cts +9 -0
  533. package/dist/actions/retrieve-env-group-secret-file.d.cts.map +1 -0
  534. package/dist/actions/retrieve-env-group-secret-file.d.mts +9 -0
  535. package/dist/actions/retrieve-env-group-secret-file.d.mts.map +1 -0
  536. package/dist/actions/retrieve-env-group-secret-file.mjs +19 -0
  537. package/dist/actions/retrieve-env-group-secret-file.mjs.map +1 -0
  538. package/dist/actions/retrieve-env-group.cjs +26 -0
  539. package/dist/actions/retrieve-env-group.cjs.map +1 -0
  540. package/dist/actions/retrieve-env-group.d.cts +9 -0
  541. package/dist/actions/retrieve-env-group.d.cts.map +1 -0
  542. package/dist/actions/retrieve-env-group.d.mts +9 -0
  543. package/dist/actions/retrieve-env-group.d.mts.map +1 -0
  544. package/dist/actions/retrieve-env-group.mjs +23 -0
  545. package/dist/actions/retrieve-env-group.mjs.map +1 -0
  546. package/dist/actions/retrieve-env-var.cjs +22 -0
  547. package/dist/actions/retrieve-env-var.cjs.map +1 -0
  548. package/dist/actions/retrieve-env-var.d.cts +9 -0
  549. package/dist/actions/retrieve-env-var.d.cts.map +1 -0
  550. package/dist/actions/retrieve-env-var.d.mts +9 -0
  551. package/dist/actions/retrieve-env-var.d.mts.map +1 -0
  552. package/dist/actions/retrieve-env-var.mjs +19 -0
  553. package/dist/actions/retrieve-env-var.mjs.map +1 -0
  554. package/dist/actions/retrieve-owner-notification-settings.cjs +27 -0
  555. package/dist/actions/retrieve-owner-notification-settings.cjs.map +1 -0
  556. package/dist/actions/retrieve-owner-notification-settings.d.cts +9 -0
  557. package/dist/actions/retrieve-owner-notification-settings.d.cts.map +1 -0
  558. package/dist/actions/retrieve-owner-notification-settings.d.mts +9 -0
  559. package/dist/actions/retrieve-owner-notification-settings.d.mts.map +1 -0
  560. package/dist/actions/retrieve-owner-notification-settings.mjs +26 -0
  561. package/dist/actions/retrieve-owner-notification-settings.mjs.map +1 -0
  562. package/dist/actions/retrieve-owner.cjs +27 -0
  563. package/dist/actions/retrieve-owner.cjs.map +1 -0
  564. package/dist/actions/retrieve-owner.d.cts +9 -0
  565. package/dist/actions/retrieve-owner.d.cts.map +1 -0
  566. package/dist/actions/retrieve-owner.d.mts +9 -0
  567. package/dist/actions/retrieve-owner.d.mts.map +1 -0
  568. package/dist/actions/retrieve-owner.mjs +26 -0
  569. package/dist/actions/retrieve-owner.mjs.map +1 -0
  570. package/dist/actions/retrieve-postgres.cjs +146 -0
  571. package/dist/actions/retrieve-postgres.cjs.map +1 -0
  572. package/dist/actions/retrieve-postgres.d.cts +9 -0
  573. package/dist/actions/retrieve-postgres.d.cts.map +1 -0
  574. package/dist/actions/retrieve-postgres.d.mts +9 -0
  575. package/dist/actions/retrieve-postgres.d.mts.map +1 -0
  576. package/dist/actions/retrieve-postgres.mjs +145 -0
  577. package/dist/actions/retrieve-postgres.mjs.map +1 -0
  578. package/dist/actions/retrieve-project.cjs +31 -0
  579. package/dist/actions/retrieve-project.cjs.map +1 -0
  580. package/dist/actions/retrieve-project.d.cts +9 -0
  581. package/dist/actions/retrieve-project.d.cts.map +1 -0
  582. package/dist/actions/retrieve-project.d.mts +9 -0
  583. package/dist/actions/retrieve-project.d.mts.map +1 -0
  584. package/dist/actions/retrieve-project.mjs +30 -0
  585. package/dist/actions/retrieve-project.mjs.map +1 -0
  586. package/dist/actions/retrieve-registry-credential.cjs +29 -0
  587. package/dist/actions/retrieve-registry-credential.cjs.map +1 -0
  588. package/dist/actions/retrieve-registry-credential.d.cts +9 -0
  589. package/dist/actions/retrieve-registry-credential.d.cts.map +1 -0
  590. package/dist/actions/retrieve-registry-credential.d.mts +9 -0
  591. package/dist/actions/retrieve-registry-credential.d.mts.map +1 -0
  592. package/dist/actions/retrieve-registry-credential.mjs +28 -0
  593. package/dist/actions/retrieve-registry-credential.mjs.map +1 -0
  594. package/dist/actions/retrieve-secret-file.cjs +22 -0
  595. package/dist/actions/retrieve-secret-file.cjs.map +1 -0
  596. package/dist/actions/retrieve-secret-file.d.cts +9 -0
  597. package/dist/actions/retrieve-secret-file.d.cts.map +1 -0
  598. package/dist/actions/retrieve-secret-file.d.mts +9 -0
  599. package/dist/actions/retrieve-secret-file.d.mts.map +1 -0
  600. package/dist/actions/retrieve-secret-file.mjs +19 -0
  601. package/dist/actions/retrieve-secret-file.mjs.map +1 -0
  602. package/dist/actions/retrieve-service.cjs +68 -0
  603. package/dist/actions/retrieve-service.cjs.map +1 -0
  604. package/dist/actions/retrieve-service.d.cts +9 -0
  605. package/dist/actions/retrieve-service.d.cts.map +1 -0
  606. package/dist/actions/retrieve-service.d.mts +9 -0
  607. package/dist/actions/retrieve-service.d.mts.map +1 -0
  608. package/dist/actions/retrieve-service.mjs +67 -0
  609. package/dist/actions/retrieve-service.mjs.map +1 -0
  610. package/dist/actions/stream-task-runs-events.cjs +20 -0
  611. package/dist/actions/stream-task-runs-events.cjs.map +1 -0
  612. package/dist/actions/stream-task-runs-events.d.cts +9 -0
  613. package/dist/actions/stream-task-runs-events.d.cts.map +1 -0
  614. package/dist/actions/stream-task-runs-events.d.mts +9 -0
  615. package/dist/actions/stream-task-runs-events.d.mts.map +1 -0
  616. package/dist/actions/stream-task-runs-events.mjs +17 -0
  617. package/dist/actions/stream-task-runs-events.mjs.map +1 -0
  618. package/dist/actions/subscribe-logs.cjs +37 -0
  619. package/dist/actions/subscribe-logs.cjs.map +1 -0
  620. package/dist/actions/subscribe-logs.d.cts +9 -0
  621. package/dist/actions/subscribe-logs.d.cts.map +1 -0
  622. package/dist/actions/subscribe-logs.d.mts +9 -0
  623. package/dist/actions/subscribe-logs.d.mts.map +1 -0
  624. package/dist/actions/subscribe-logs.mjs +34 -0
  625. package/dist/actions/subscribe-logs.mjs.map +1 -0
  626. package/dist/actions/suspend-service.cjs +19 -0
  627. package/dist/actions/suspend-service.cjs.map +1 -0
  628. package/dist/actions/suspend-service.d.cts +9 -0
  629. package/dist/actions/suspend-service.d.cts.map +1 -0
  630. package/dist/actions/suspend-service.d.mts +9 -0
  631. package/dist/actions/suspend-service.d.mts.map +1 -0
  632. package/dist/actions/suspend-service.mjs +16 -0
  633. package/dist/actions/suspend-service.mjs.map +1 -0
  634. package/dist/actions/trigger-deploy.cjs +33 -0
  635. package/dist/actions/trigger-deploy.cjs.map +1 -0
  636. package/dist/actions/trigger-deploy.d.cts +9 -0
  637. package/dist/actions/trigger-deploy.d.cts.map +1 -0
  638. package/dist/actions/trigger-deploy.d.mts +9 -0
  639. package/dist/actions/trigger-deploy.d.mts.map +1 -0
  640. package/dist/actions/trigger-deploy.mjs +32 -0
  641. package/dist/actions/trigger-deploy.mjs.map +1 -0
  642. package/dist/actions/update-env-group-env-var.cjs +43 -0
  643. package/dist/actions/update-env-group-env-var.cjs.map +1 -0
  644. package/dist/actions/update-env-group-env-var.d.cts +9 -0
  645. package/dist/actions/update-env-group-env-var.d.cts.map +1 -0
  646. package/dist/actions/update-env-group-env-var.d.mts +9 -0
  647. package/dist/actions/update-env-group-env-var.d.mts.map +1 -0
  648. package/dist/actions/update-env-group-env-var.mjs +42 -0
  649. package/dist/actions/update-env-group-env-var.mjs.map +1 -0
  650. package/dist/actions/update-env-group-secret-file.cjs +30 -0
  651. package/dist/actions/update-env-group-secret-file.cjs.map +1 -0
  652. package/dist/actions/update-env-group-secret-file.d.cts +9 -0
  653. package/dist/actions/update-env-group-secret-file.d.cts.map +1 -0
  654. package/dist/actions/update-env-group-secret-file.d.mts +9 -0
  655. package/dist/actions/update-env-group-secret-file.d.mts.map +1 -0
  656. package/dist/actions/update-env-group-secret-file.mjs +27 -0
  657. package/dist/actions/update-env-group-secret-file.mjs.map +1 -0
  658. package/dist/actions/update-env-group.cjs +29 -0
  659. package/dist/actions/update-env-group.cjs.map +1 -0
  660. package/dist/actions/update-env-group.d.cts +9 -0
  661. package/dist/actions/update-env-group.d.cts.map +1 -0
  662. package/dist/actions/update-env-group.d.mts +9 -0
  663. package/dist/actions/update-env-group.d.mts.map +1 -0
  664. package/dist/actions/update-env-group.mjs +26 -0
  665. package/dist/actions/update-env-group.mjs.map +1 -0
  666. package/dist/actions/update-env-var.cjs +24 -0
  667. package/dist/actions/update-env-var.cjs.map +1 -0
  668. package/dist/actions/update-env-var.d.cts +9 -0
  669. package/dist/actions/update-env-var.d.cts.map +1 -0
  670. package/dist/actions/update-env-var.d.mts +9 -0
  671. package/dist/actions/update-env-var.d.mts.map +1 -0
  672. package/dist/actions/update-env-var.mjs +21 -0
  673. package/dist/actions/update-env-var.mjs.map +1 -0
  674. package/dist/actions/update-env-vars-for-service.cjs +33 -0
  675. package/dist/actions/update-env-vars-for-service.cjs.map +1 -0
  676. package/dist/actions/update-env-vars-for-service.d.cts +9 -0
  677. package/dist/actions/update-env-vars-for-service.d.cts.map +1 -0
  678. package/dist/actions/update-env-vars-for-service.d.mts +9 -0
  679. package/dist/actions/update-env-vars-for-service.d.mts.map +1 -0
  680. package/dist/actions/update-env-vars-for-service.mjs +32 -0
  681. package/dist/actions/update-env-vars-for-service.mjs.map +1 -0
  682. package/dist/actions/update-headers.cjs +29 -0
  683. package/dist/actions/update-headers.cjs.map +1 -0
  684. package/dist/actions/update-headers.d.cts +9 -0
  685. package/dist/actions/update-headers.d.cts.map +1 -0
  686. package/dist/actions/update-headers.d.mts +9 -0
  687. package/dist/actions/update-headers.d.mts.map +1 -0
  688. package/dist/actions/update-headers.mjs +28 -0
  689. package/dist/actions/update-headers.mjs.map +1 -0
  690. package/dist/actions/update-owner-log-stream.cjs +26 -0
  691. package/dist/actions/update-owner-log-stream.cjs.map +1 -0
  692. package/dist/actions/update-owner-log-stream.d.cts +9 -0
  693. package/dist/actions/update-owner-log-stream.d.cts.map +1 -0
  694. package/dist/actions/update-owner-log-stream.d.mts +9 -0
  695. package/dist/actions/update-owner-log-stream.d.mts.map +1 -0
  696. package/dist/actions/update-owner-log-stream.mjs +25 -0
  697. package/dist/actions/update-owner-log-stream.mjs.map +1 -0
  698. package/dist/actions/update-owner-notification-settings.cjs +36 -0
  699. package/dist/actions/update-owner-notification-settings.cjs.map +1 -0
  700. package/dist/actions/update-owner-notification-settings.d.cts +9 -0
  701. package/dist/actions/update-owner-notification-settings.d.cts.map +1 -0
  702. package/dist/actions/update-owner-notification-settings.d.mts +9 -0
  703. package/dist/actions/update-owner-notification-settings.d.mts.map +1 -0
  704. package/dist/actions/update-owner-notification-settings.mjs +35 -0
  705. package/dist/actions/update-owner-notification-settings.mjs.map +1 -0
  706. package/dist/actions/update-postgres.cjs +199 -0
  707. package/dist/actions/update-postgres.cjs.map +1 -0
  708. package/dist/actions/update-postgres.d.cts +9 -0
  709. package/dist/actions/update-postgres.d.cts.map +1 -0
  710. package/dist/actions/update-postgres.d.mts +9 -0
  711. package/dist/actions/update-postgres.d.mts.map +1 -0
  712. package/dist/actions/update-postgres.mjs +198 -0
  713. package/dist/actions/update-postgres.mjs.map +1 -0
  714. package/dist/actions/update-project.cjs +34 -0
  715. package/dist/actions/update-project.cjs.map +1 -0
  716. package/dist/actions/update-project.d.cts +9 -0
  717. package/dist/actions/update-project.d.cts.map +1 -0
  718. package/dist/actions/update-project.d.mts +9 -0
  719. package/dist/actions/update-project.d.mts.map +1 -0
  720. package/dist/actions/update-project.mjs +33 -0
  721. package/dist/actions/update-project.mjs.map +1 -0
  722. package/dist/actions/update-registry-credential.cjs +41 -0
  723. package/dist/actions/update-registry-credential.cjs.map +1 -0
  724. package/dist/actions/update-registry-credential.d.cts +9 -0
  725. package/dist/actions/update-registry-credential.d.cts.map +1 -0
  726. package/dist/actions/update-registry-credential.d.mts +9 -0
  727. package/dist/actions/update-registry-credential.d.mts.map +1 -0
  728. package/dist/actions/update-registry-credential.mjs +40 -0
  729. package/dist/actions/update-registry-credential.mjs.map +1 -0
  730. package/dist/actions/update-resource-log-stream.cjs +26 -0
  731. package/dist/actions/update-resource-log-stream.cjs.map +1 -0
  732. package/dist/actions/update-resource-log-stream.d.cts +9 -0
  733. package/dist/actions/update-resource-log-stream.d.cts.map +1 -0
  734. package/dist/actions/update-resource-log-stream.d.mts +9 -0
  735. package/dist/actions/update-resource-log-stream.d.mts.map +1 -0
  736. package/dist/actions/update-resource-log-stream.mjs +25 -0
  737. package/dist/actions/update-resource-log-stream.mjs.map +1 -0
  738. package/dist/actions/update-routes.cjs +31 -0
  739. package/dist/actions/update-routes.cjs.map +1 -0
  740. package/dist/actions/update-routes.d.cts +9 -0
  741. package/dist/actions/update-routes.d.cts.map +1 -0
  742. package/dist/actions/update-routes.d.mts +9 -0
  743. package/dist/actions/update-routes.d.mts.map +1 -0
  744. package/dist/actions/update-routes.mjs +30 -0
  745. package/dist/actions/update-routes.mjs.map +1 -0
  746. package/dist/actions/update-secret-files-for-service.cjs +30 -0
  747. package/dist/actions/update-secret-files-for-service.cjs.map +1 -0
  748. package/dist/actions/update-secret-files-for-service.d.cts +9 -0
  749. package/dist/actions/update-secret-files-for-service.d.cts.map +1 -0
  750. package/dist/actions/update-secret-files-for-service.d.mts +9 -0
  751. package/dist/actions/update-secret-files-for-service.d.mts.map +1 -0
  752. package/dist/actions/update-secret-files-for-service.mjs +29 -0
  753. package/dist/actions/update-secret-files-for-service.mjs.map +1 -0
  754. package/dist/actions/update-service.cjs +85 -0
  755. package/dist/actions/update-service.cjs.map +1 -0
  756. package/dist/actions/update-service.d.cts +9 -0
  757. package/dist/actions/update-service.d.cts.map +1 -0
  758. package/dist/actions/update-service.d.mts +9 -0
  759. package/dist/actions/update-service.d.mts.map +1 -0
  760. package/dist/actions/update-service.mjs +84 -0
  761. package/dist/actions/update-service.mjs.map +1 -0
  762. package/dist/actions/verify-custom-domain.cjs +19 -0
  763. package/dist/actions/verify-custom-domain.cjs.map +1 -0
  764. package/dist/actions/verify-custom-domain.d.cts +9 -0
  765. package/dist/actions/verify-custom-domain.d.cts.map +1 -0
  766. package/dist/actions/verify-custom-domain.d.mts +9 -0
  767. package/dist/actions/verify-custom-domain.d.mts.map +1 -0
  768. package/dist/actions/verify-custom-domain.mjs +16 -0
  769. package/dist/actions/verify-custom-domain.mjs.map +1 -0
  770. package/dist/app.cjs +9 -0
  771. package/dist/app.cjs.map +1 -0
  772. package/dist/app.d.cts +5 -0
  773. package/dist/app.d.cts.map +1 -0
  774. package/dist/app.d.mts +5 -0
  775. package/dist/app.d.mts.map +1 -0
  776. package/dist/app.mjs +10 -0
  777. package/dist/app.mjs.map +1 -0
  778. package/dist/catalog.cjs +15 -0
  779. package/dist/catalog.cjs.map +1 -0
  780. package/dist/catalog.d.cts +14 -0
  781. package/dist/catalog.d.cts.map +1 -0
  782. package/dist/catalog.d.mts +14 -0
  783. package/dist/catalog.d.mts.map +1 -0
  784. package/dist/catalog.mjs +15 -0
  785. package/dist/catalog.mjs.map +1 -0
  786. package/dist/execute.cjs +18 -0
  787. package/dist/execute.cjs.map +1 -0
  788. package/dist/execute.mjs +18 -0
  789. package/dist/execute.mjs.map +1 -0
  790. package/dist/index.cjs +196 -0
  791. package/dist/index.d.cts +98 -0
  792. package/dist/index.d.mts +98 -0
  793. package/dist/index.mjs +99 -0
  794. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-env-var.mjs","names":[],"sources":["../../src/actions/retrieve-env-var.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrieveEnvVarInput: z.ZodTypeAny = z.object({\n envVarKey: z.string().describe(\"The name of the environment variable to retrieve.\"),\n serviceId: z.string().describe(\"The unique identifier of the service.\"),\n}).describe(\"Request model for retrieving a specific environment variable from a service.\");\nexport const RenderRetrieveEnvVarOutput: z.ZodTypeAny = z.object({\n key: z.string().describe(\"The name of the environment variable.\"),\n value: z.string().describe(\"The value of the environment variable.\"),\n}).describe(\"Response model containing the environment variable details.\");\n\nexport const renderRetrieveEnvVar = action(\"RENDER_RETRIEVE_ENV_VAR\", {\n slug: \"render-retrieve-env-var\",\n name: \"Retrieve Environment Variable\",\n description: \"Tool to retrieve a specific environment variable from a Render service. Use when you need to fetch the value of a particular environment variable by its key.\",\n input: RenderRetrieveEnvVarInput,\n output: RenderRetrieveEnvVarOutput,\n});\n"],"mappings":";;AAaA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbqD,EAAE,OAAO;EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,CAAC,CAAC,CAAC,SAAS,8EAUH;CACP,QAVsD,EAAE,OAAO;EAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-owner-notification-settings.ts
4
+ const RenderRetrieveOwnerNotificationSettingsInput = zod.z.object({ ownerId: zod.z.string().describe("The ID of the workspace to return notification settings for.") }).describe("Request model for retrieving owner notification settings.");
5
+ const RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema = zod.z.enum([
6
+ "none",
7
+ "failure",
8
+ "all"
9
+ ]).describe("Enum for the types of notifications to send.");
10
+ const RenderRetrieveOwnerNotificationSettingsOutput = zod.z.object({
11
+ ownerId: zod.z.string().describe("The ID of the owner (workspace)."),
12
+ emailEnabled: zod.z.boolean().describe("Whether email notifications are enabled."),
13
+ slackEnabled: zod.z.boolean().describe("Whether Slack notifications are enabled."),
14
+ notificationsToSend: RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema.nullable(),
15
+ previewNotificationsEnabled: zod.z.boolean().describe("Whether preview notifications are enabled.")
16
+ }).describe("Response model containing notification settings for an owner.");
17
+ const renderRetrieveOwnerNotificationSettings = require_action.action("RENDER_RETRIEVE_OWNER_NOTIFICATION_SETTINGS", {
18
+ slug: "render-retrieve-owner-notification-settings",
19
+ name: "Retrieve Owner Notification Settings",
20
+ description: "Tool to retrieve notification settings for a specific owner (workspace). Use when you need to check current notification configuration for Slack, email, and preview notifications.",
21
+ input: RenderRetrieveOwnerNotificationSettingsInput,
22
+ output: RenderRetrieveOwnerNotificationSettingsOutput
23
+ });
24
+ //#endregion
25
+ exports.renderRetrieveOwnerNotificationSettings = renderRetrieveOwnerNotificationSettings;
26
+
27
+ //# sourceMappingURL=retrieve-owner-notification-settings.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner-notification-settings.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-owner-notification-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrieveOwnerNotificationSettingsInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the workspace to return notification settings for.\"),\n}).describe(\"Request model for retrieving owner notification settings.\");\nconst RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema: z.ZodTypeAny = z.enum([\"none\", \"failure\", \"all\"]).describe(\"Enum for the types of notifications to send.\");\nexport const RenderRetrieveOwnerNotificationSettingsOutput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the owner (workspace).\"),\n emailEnabled: z.boolean().describe(\"Whether email notifications are enabled.\"),\n slackEnabled: z.boolean().describe(\"Whether Slack notifications are enabled.\"),\n notificationsToSend: RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema.nullable(),\n previewNotificationsEnabled: z.boolean().describe(\"Whether preview notifications are enabled.\"),\n}).describe(\"Response model containing notification settings for an owner.\");\n\nexport const renderRetrieveOwnerNotificationSettings = action(\"RENDER_RETRIEVE_OWNER_NOTIFICATION_SETTINGS\", {\n slug: \"render-retrieve-owner-notification-settings\",\n name: \"Retrieve Owner Notification Settings\",\n description: \"Tool to retrieve notification settings for a specific owner (workspace). Use when you need to check current notification configuration for Slack, email, and preview notifications.\",\n input: RenderRetrieveOwnerNotificationSettingsInput,\n output: RenderRetrieveOwnerNotificationSettingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC7F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,oEAAkFA,IAAAA,EAAE,KAAK;CAAC;CAAQ;CAAW;AAAK,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAClL,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC/D,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC7E,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC7E,qBAAqB,kEAAkE,SAAS;CAChG,6BAA6BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;AAChG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,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/retrieve-owner-notification-settings.d.ts
4
+ declare const RenderRetrieveOwnerNotificationSettingsInput: z.ZodTypeAny;
5
+ declare const RenderRetrieveOwnerNotificationSettingsOutput: z.ZodTypeAny;
6
+ declare const renderRetrieveOwnerNotificationSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrieveOwnerNotificationSettings };
9
+ //# sourceMappingURL=retrieve-owner-notification-settings.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner-notification-settings.d.cts","names":[],"sources":["../../src/actions/retrieve-owner-notification-settings.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAEW;AAAA,cAE3D,6CAAA,EAA+C,CAAA,CAAE,UAMc;AAAA,cAE/D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-owner-notification-settings.d.ts
4
+ declare const RenderRetrieveOwnerNotificationSettingsInput: z.ZodTypeAny;
5
+ declare const RenderRetrieveOwnerNotificationSettingsOutput: z.ZodTypeAny;
6
+ declare const renderRetrieveOwnerNotificationSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrieveOwnerNotificationSettings };
9
+ //# sourceMappingURL=retrieve-owner-notification-settings.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner-notification-settings.d.mts","names":[],"sources":["../../src/actions/retrieve-owner-notification-settings.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAEW;AAAA,cAE3D,6CAAA,EAA+C,CAAA,CAAE,UAMc;AAAA,cAE/D,uCAAA,gCAAuC,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/retrieve-owner-notification-settings.ts
4
+ const RenderRetrieveOwnerNotificationSettingsInput = z.object({ ownerId: z.string().describe("The ID of the workspace to return notification settings for.") }).describe("Request model for retrieving owner notification settings.");
5
+ const RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema = z.enum([
6
+ "none",
7
+ "failure",
8
+ "all"
9
+ ]).describe("Enum for the types of notifications to send.");
10
+ const renderRetrieveOwnerNotificationSettings = action("RENDER_RETRIEVE_OWNER_NOTIFICATION_SETTINGS", {
11
+ slug: "render-retrieve-owner-notification-settings",
12
+ name: "Retrieve Owner Notification Settings",
13
+ description: "Tool to retrieve notification settings for a specific owner (workspace). Use when you need to check current notification configuration for Slack, email, and preview notifications.",
14
+ input: RenderRetrieveOwnerNotificationSettingsInput,
15
+ output: z.object({
16
+ ownerId: z.string().describe("The ID of the owner (workspace)."),
17
+ emailEnabled: z.boolean().describe("Whether email notifications are enabled."),
18
+ slackEnabled: z.boolean().describe("Whether Slack notifications are enabled."),
19
+ notificationsToSend: RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema.nullable(),
20
+ previewNotificationsEnabled: z.boolean().describe("Whether preview notifications are enabled.")
21
+ }).describe("Response model containing notification settings for an owner.")
22
+ });
23
+ //#endregion
24
+ export { renderRetrieveOwnerNotificationSettings };
25
+
26
+ //# sourceMappingURL=retrieve-owner-notification-settings.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner-notification-settings.mjs","names":[],"sources":["../../src/actions/retrieve-owner-notification-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrieveOwnerNotificationSettingsInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the workspace to return notification settings for.\"),\n}).describe(\"Request model for retrieving owner notification settings.\");\nconst RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema: z.ZodTypeAny = z.enum([\"none\", \"failure\", \"all\"]).describe(\"Enum for the types of notifications to send.\");\nexport const RenderRetrieveOwnerNotificationSettingsOutput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the owner (workspace).\"),\n emailEnabled: z.boolean().describe(\"Whether email notifications are enabled.\"),\n slackEnabled: z.boolean().describe(\"Whether Slack notifications are enabled.\"),\n notificationsToSend: RenderRetrieveOwnerNotificationSettings_NotificationsToSendSchema.nullable(),\n previewNotificationsEnabled: z.boolean().describe(\"Whether preview notifications are enabled.\"),\n}).describe(\"Response model containing notification settings for an owner.\");\n\nexport const renderRetrieveOwnerNotificationSettings = action(\"RENDER_RETRIEVE_OWNER_NOTIFICATION_SETTINGS\", {\n slug: \"render-retrieve-owner-notification-settings\",\n name: \"Retrieve Owner Notification Settings\",\n description: \"Tool to retrieve notification settings for a specific owner (workspace). Use when you need to check current notification configuration for Slack, email, and preview notifications.\",\n input: RenderRetrieveOwnerNotificationSettingsInput,\n output: RenderRetrieveOwnerNotificationSettingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6D,EAAE,OAAO,EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC7F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,oEAAkF,EAAE,KAAK;CAAC;CAAQ;CAAW;AAAK,CAAC,CAAC,CAAC,SAAS,8CAA8C;AASlL,MAAa,0CAA0C,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbyE,EAAE,OAAO;EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC/D,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;EAC7E,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;EAC7E,qBAAqB,kEAAkE,SAAS;EAChG,6BAA6B,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;CAChG,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-owner.ts
4
+ const RenderRetrieveOwnerInput = zod.z.object({ ownerId: zod.z.string().describe("The ID of the user or team to retrieve.") }).describe("Request model for retrieving a specific owner (workspace).");
5
+ const RenderRetrieveOwner_IPAllowListItemSchema = zod.z.object({
6
+ cidrBlock: zod.z.string().describe("CIDR block notation for the IP address range."),
7
+ description: zod.z.string().describe("Description of the IP allow list entry.")
8
+ }).describe("Represents an IP address allowed to access the owner's resources.");
9
+ const RenderRetrieveOwnerOutput = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the owner."),
11
+ name: zod.z.string().describe("Name of the owner."),
12
+ type: zod.z.string().describe("Type of the owner: 'user' or 'team'."),
13
+ email: zod.z.string().describe("Email address associated with the owner."),
14
+ ipAllowList: zod.z.array(RenderRetrieveOwner_IPAllowListItemSchema).describe("List of IP addresses allowed to access the owner's resources.").nullable().optional(),
15
+ twoFactorAuthEnabled: zod.z.boolean().describe("Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.").nullable().optional()
16
+ }).describe("Representation of an owner (workspace).");
17
+ const renderRetrieveOwner = require_action.action("RENDER_RETRIEVE_OWNER", {
18
+ slug: "render-retrieve-owner",
19
+ name: "Retrieve Owner",
20
+ description: "Tool to retrieve a specific owner (workspace) by ID. Use when you need details about a user or team workspace.",
21
+ input: RenderRetrieveOwnerInput,
22
+ output: RenderRetrieveOwnerOutput
23
+ });
24
+ //#endregion
25
+ exports.renderRetrieveOwner = renderRetrieveOwner;
26
+
27
+ //# sourceMappingURL=retrieve-owner.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-owner.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrieveOwnerInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the user or team to retrieve.\"),\n}).describe(\"Request model for retrieving a specific owner (workspace).\");\nconst RenderRetrieveOwner_IPAllowListItemSchema: z.ZodTypeAny = z.object({\n cidrBlock: z.string().describe(\"CIDR block notation for the IP address range.\"),\n description: z.string().describe(\"Description of the IP allow list entry.\"),\n}).describe(\"Represents an IP address allowed to access the owner's resources.\");\nexport const RenderRetrieveOwnerOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the owner.\"),\n name: z.string().describe(\"Name of the owner.\"),\n type: z.string().describe(\"Type of the owner: 'user' or 'team'.\"),\n email: z.string().describe(\"Email address associated with the owner.\"),\n ipAllowList: z.array(RenderRetrieveOwner_IPAllowListItemSchema).describe(\"List of IP addresses allowed to access the owner's resources.\").nullable().optional(),\n twoFactorAuthEnabled: z.boolean().describe(\"Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.\").nullable().optional(),\n}).describe(\"Representation of an owner (workspace).\");\n\nexport const renderRetrieveOwner = action(\"RENDER_RETRIEVE_OWNER\", {\n slug: \"render-retrieve-owner\",\n name: \"Retrieve Owner\",\n description: \"Tool to retrieve a specific owner (workspace) by ID. Use when you need details about a user or team workspace.\",\n input: RenderRetrieveOwnerInput,\n output: RenderRetrieveOwnerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACxE,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC5E,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,aAAaA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9J,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/retrieve-owner.d.ts
4
+ declare const RenderRetrieveOwnerInput: z.ZodTypeAny;
5
+ declare const RenderRetrieveOwnerOutput: z.ZodTypeAny;
6
+ declare const renderRetrieveOwner: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrieveOwner };
9
+ //# sourceMappingURL=retrieve-owner.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner.d.cts","names":[],"sources":["../../src/actions/retrieve-owner.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEgC;AAAA,cAK5D,yBAAA,EAA2B,CAAA,CAAE,UAOY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-owner.d.ts
4
+ declare const RenderRetrieveOwnerInput: z.ZodTypeAny;
5
+ declare const RenderRetrieveOwnerOutput: z.ZodTypeAny;
6
+ declare const renderRetrieveOwner: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrieveOwner };
9
+ //# sourceMappingURL=retrieve-owner.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner.d.mts","names":[],"sources":["../../src/actions/retrieve-owner.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEgC;AAAA,cAK5D,yBAAA,EAA2B,CAAA,CAAE,UAOY;AAAA,cAEzC,mBAAA,gCAAmB,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/retrieve-owner.ts
4
+ const RenderRetrieveOwnerInput = z.object({ ownerId: z.string().describe("The ID of the user or team to retrieve.") }).describe("Request model for retrieving a specific owner (workspace).");
5
+ const RenderRetrieveOwner_IPAllowListItemSchema = z.object({
6
+ cidrBlock: z.string().describe("CIDR block notation for the IP address range."),
7
+ description: z.string().describe("Description of the IP allow list entry.")
8
+ }).describe("Represents an IP address allowed to access the owner's resources.");
9
+ const renderRetrieveOwner = action("RENDER_RETRIEVE_OWNER", {
10
+ slug: "render-retrieve-owner",
11
+ name: "Retrieve Owner",
12
+ description: "Tool to retrieve a specific owner (workspace) by ID. Use when you need details about a user or team workspace.",
13
+ input: RenderRetrieveOwnerInput,
14
+ output: z.object({
15
+ id: z.string().describe("Unique identifier for the owner."),
16
+ name: z.string().describe("Name of the owner."),
17
+ type: z.string().describe("Type of the owner: 'user' or 'team'."),
18
+ email: z.string().describe("Email address associated with the owner."),
19
+ ipAllowList: z.array(RenderRetrieveOwner_IPAllowListItemSchema).describe("List of IP addresses allowed to access the owner's resources.").nullable().optional(),
20
+ twoFactorAuthEnabled: z.boolean().describe("Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.").nullable().optional()
21
+ }).describe("Representation of an owner (workspace).")
22
+ });
23
+ //#endregion
24
+ export { renderRetrieveOwner };
25
+
26
+ //# sourceMappingURL=retrieve-owner.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-owner.mjs","names":[],"sources":["../../src/actions/retrieve-owner.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrieveOwnerInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the user or team to retrieve.\"),\n}).describe(\"Request model for retrieving a specific owner (workspace).\");\nconst RenderRetrieveOwner_IPAllowListItemSchema: z.ZodTypeAny = z.object({\n cidrBlock: z.string().describe(\"CIDR block notation for the IP address range.\"),\n description: z.string().describe(\"Description of the IP allow list entry.\"),\n}).describe(\"Represents an IP address allowed to access the owner's resources.\");\nexport const RenderRetrieveOwnerOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the owner.\"),\n name: z.string().describe(\"Name of the owner.\"),\n type: z.string().describe(\"Type of the owner: 'user' or 'team'.\"),\n email: z.string().describe(\"Email address associated with the owner.\"),\n ipAllowList: z.array(RenderRetrieveOwner_IPAllowListItemSchema).describe(\"List of IP addresses allowed to access the owner's resources.\").nullable().optional(),\n twoFactorAuthEnabled: z.boolean().describe(\"Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.\").nullable().optional(),\n}).describe(\"Representation of an owner (workspace).\");\n\nexport const renderRetrieveOwner = action(\"RENDER_RETRIEVE_OWNER\", {\n slug: \"render-retrieve-owner\",\n name: \"Retrieve Owner\",\n description: \"Tool to retrieve a specific owner (workspace) by ID. Use when you need details about a user or team workspace.\",\n input: RenderRetrieveOwnerInput,\n output: RenderRetrieveOwnerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,EAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACxE,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4CAA0D,EAAE,OAAO;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC5E,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAU/E,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACrE,aAAa,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9J,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChK,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,146 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-postgres.ts
4
+ const RenderRetrievePostgresInput = zod.z.object({ postgresId: zod.z.string().describe("The unique identifier of the Postgres instance to retrieve.") }).describe("Request model for retrieving a Postgres instance.");
5
+ const RenderRetrievePostgres_PostgresPlanSchema = zod.z.enum([
6
+ "free",
7
+ "starter",
8
+ "standard",
9
+ "pro",
10
+ "pro_plus",
11
+ "custom",
12
+ "basic_256mb",
13
+ "basic_1gb",
14
+ "basic_4gb",
15
+ "pro_4gb",
16
+ "pro_8gb",
17
+ "pro_16gb",
18
+ "pro_32gb",
19
+ "pro_64gb",
20
+ "pro_128gb",
21
+ "pro_192gb",
22
+ "pro_256gb",
23
+ "pro_384gb",
24
+ "pro_512gb",
25
+ "accelerated_16gb",
26
+ "accelerated_32gb",
27
+ "accelerated_64gb",
28
+ "accelerated_128gb",
29
+ "accelerated_256gb",
30
+ "accelerated_384gb",
31
+ "accelerated_512gb",
32
+ "accelerated_768gb",
33
+ "accelerated_1024gb"
34
+ ]).describe("Available plans for Postgres instances.");
35
+ const RenderRetrievePostgres_PostgresRoleSchema = zod.z.enum(["primary", "replica"]).describe("Role of a Postgres instance.");
36
+ const RenderRetrievePostgres_OwnerTypeSchema = zod.z.enum(["user", "team"]).describe("Type of owner for a Postgres instance.");
37
+ const RenderRetrievePostgres_OwnerSchema = zod.z.object({
38
+ id: zod.z.string().describe("Unique identifier of the owner."),
39
+ name: zod.z.string().describe("Name of the owner."),
40
+ type: RenderRetrievePostgres_OwnerTypeSchema.nullable(),
41
+ email: zod.z.string().describe("Email address of the owner."),
42
+ ipAllowList: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("IP allow list for the owner.").nullable().optional(),
43
+ twoFactorAuthEnabled: zod.z.boolean().describe("Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.").nullable().optional()
44
+ }).describe("Owner details for a Postgres instance.");
45
+ const RenderRetrievePostgres_PostgresRegionSchema = zod.z.enum([
46
+ "frankfurt",
47
+ "oregon",
48
+ "ohio",
49
+ "singapore",
50
+ "virginia"
51
+ ]).describe("Supported regions for Postgres instances.");
52
+ const RenderRetrievePostgres_PostgresStatusSchema = zod.z.enum([
53
+ "creating",
54
+ "available",
55
+ "unavailable",
56
+ "config_restart",
57
+ "suspended",
58
+ "maintenance_scheduled",
59
+ "maintenance_in_progress",
60
+ "recovery_failed",
61
+ "recovery_in_progress",
62
+ "unknown",
63
+ "updating_instance"
64
+ ]).describe("Status of a Postgres instance.");
65
+ const RenderRetrievePostgres_PostgresVersionSchema = zod.z.enum([
66
+ "11",
67
+ "12",
68
+ "13",
69
+ "14",
70
+ "15",
71
+ "16",
72
+ "17",
73
+ "18"
74
+ ]).describe("PostgreSQL versions.");
75
+ const RenderRetrievePostgres_SuspendedStatusSchema = zod.z.enum(["suspended", "not_suspended"]).describe("Suspended status of a Postgres instance.");
76
+ const RenderRetrievePostgres_SuspenderSchema = zod.z.enum([
77
+ "admin",
78
+ "billing",
79
+ "user",
80
+ "parent_service",
81
+ "stuck_crashlooping",
82
+ "hipaa_enablement",
83
+ "unknown"
84
+ ]).describe("Types of suspenders for a Postgres instance.");
85
+ const RenderRetrievePostgres_IpAllowListItemSchema = zod.z.object({
86
+ cidrBlock: zod.z.string().describe("CIDR block for IP allow list entry."),
87
+ description: zod.z.string().describe("Description of the IP allow list entry.")
88
+ }).describe("IP allow list entry.");
89
+ const RenderRetrievePostgres_MaintenanceStateSchema = zod.z.enum([
90
+ "scheduled",
91
+ "in_progress",
92
+ "user_fix_required",
93
+ "cancelled",
94
+ "succeeded",
95
+ "failed"
96
+ ]).describe("State of a maintenance run.");
97
+ const RenderRetrievePostgres_MaintenanceSchema = zod.z.object({
98
+ id: zod.z.string().describe("Unique identifier of the maintenance run."),
99
+ type: zod.z.string().describe("Type of maintenance."),
100
+ state: RenderRetrievePostgres_MaintenanceStateSchema.nullable(),
101
+ scheduledAt: zod.z.string().describe("Scheduled time for the maintenance."),
102
+ pendingMaintenanceBy: zod.z.string().describe("If present, the maintenance run cannot be scheduled for later than this date-time.").nullable().optional()
103
+ }).describe("Maintenance details for a Postgres instance.");
104
+ const RenderRetrievePostgres_ReadReplicaSchema = zod.z.object({
105
+ id: zod.z.string().describe("Unique identifier of the read replica."),
106
+ name: zod.z.string().describe("Name of the read replica."),
107
+ parameterOverrides: zod.z.object({}).describe("Parameter overrides for the read replica.").nullable().optional()
108
+ }).describe("Read replica details.");
109
+ const RenderRetrievePostgresOutput = zod.z.object({
110
+ id: zod.z.string().describe("The ID of the Postgres instance."),
111
+ name: zod.z.string().describe("The name of the Postgres instance."),
112
+ plan: RenderRetrievePostgres_PostgresPlanSchema.nullable(),
113
+ role: RenderRetrievePostgres_PostgresRoleSchema.nullable(),
114
+ owner: RenderRetrievePostgres_OwnerSchema.nullable(),
115
+ region: RenderRetrievePostgres_PostgresRegionSchema.nullable(),
116
+ status: RenderRetrievePostgres_PostgresStatusSchema.nullable(),
117
+ version: RenderRetrievePostgres_PostgresVersionSchema.nullable(),
118
+ createdAt: zod.z.string().describe("The creation time of the Postgres instance."),
119
+ expiresAt: zod.z.string().describe("The time at which the database will expire. Applies to free tier databases only.").nullable().optional(),
120
+ suspended: RenderRetrievePostgres_SuspendedStatusSchema.nullable(),
121
+ updatedAt: zod.z.string().describe("The last updated time of the Postgres instance."),
122
+ diskSizeGB: zod.z.number().int().describe("Disk size in GB.").nullable().optional(),
123
+ suspenders: zod.z.array(RenderRetrievePostgres_SuspenderSchema).describe("List of suspenders for the Postgres instance."),
124
+ ipAllowList: zod.z.array(RenderRetrievePostgres_IpAllowListItemSchema).describe("The IP allow list for the Postgres instance.").nullable().optional(),
125
+ maintenance: RenderRetrievePostgres_MaintenanceSchema.nullable().optional(),
126
+ dashboardUrl: zod.z.string().describe("The URL to view the Postgres instance in the Render Dashboard."),
127
+ databaseName: zod.z.string().describe("The name of the database."),
128
+ databaseUser: zod.z.string().describe("The database user."),
129
+ readReplicas: zod.z.array(RenderRetrievePostgres_ReadReplicaSchema).describe("List of read replicas."),
130
+ environmentId: zod.z.string().describe("The ID of the environment the Postgres instance is associated with.").nullable().optional(),
131
+ primaryPostgresID: zod.z.string().describe("ID of the primary Postgres instance if this is a replica.").nullable().optional(),
132
+ parameterOverrides: zod.z.object({}).describe("Parameter overrides.").nullable().optional(),
133
+ diskAutoscalingEnabled: zod.z.boolean().describe("Whether disk autoscaling is enabled."),
134
+ highAvailabilityEnabled: zod.z.boolean().describe("Whether high availability is enabled.")
135
+ }).describe("Response model for a Postgres instance.");
136
+ const renderRetrievePostgres = require_action.action("RENDER_RETRIEVE_POSTGRES", {
137
+ slug: "render-retrieve-postgres",
138
+ name: "Retrieve Postgres Instance",
139
+ description: "Tool to retrieve a specific Postgres instance. Use when you need to get details about a Postgres database in your Render account.",
140
+ input: RenderRetrievePostgresInput,
141
+ output: RenderRetrievePostgresOutput
142
+ });
143
+ //#endregion
144
+ exports.renderRetrievePostgres = renderRetrievePostgres;
145
+
146
+ //# sourceMappingURL=retrieve-postgres.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-postgres.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-postgres.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrievePostgresInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"The unique identifier of the Postgres instance to retrieve.\"),\n}).describe(\"Request model for retrieving a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresPlanSchema: z.ZodTypeAny = z.enum([\"free\", \"starter\", \"standard\", \"pro\", \"pro_plus\", \"custom\", \"basic_256mb\", \"basic_1gb\", \"basic_4gb\", \"pro_4gb\", \"pro_8gb\", \"pro_16gb\", \"pro_32gb\", \"pro_64gb\", \"pro_128gb\", \"pro_192gb\", \"pro_256gb\", \"pro_384gb\", \"pro_512gb\", \"accelerated_16gb\", \"accelerated_32gb\", \"accelerated_64gb\", \"accelerated_128gb\", \"accelerated_256gb\", \"accelerated_384gb\", \"accelerated_512gb\", \"accelerated_768gb\", \"accelerated_1024gb\"]).describe(\"Available plans for Postgres instances.\");\nconst RenderRetrievePostgres_PostgresRoleSchema: z.ZodTypeAny = z.enum([\"primary\", \"replica\"]).describe(\"Role of a Postgres instance.\");\nconst RenderRetrievePostgres_OwnerTypeSchema: z.ZodTypeAny = z.enum([\"user\", \"team\"]).describe(\"Type of owner for a Postgres instance.\");\nconst RenderRetrievePostgres_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the owner.\"),\n name: z.string().describe(\"Name of the owner.\"),\n type: RenderRetrievePostgres_OwnerTypeSchema.nullable(),\n email: z.string().describe(\"Email address of the owner.\"),\n ipAllowList: z.array(z.record(z.string(), z.unknown())).describe(\"IP allow list for the owner.\").nullable().optional(),\n twoFactorAuthEnabled: z.boolean().describe(\"Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.\").nullable().optional(),\n}).describe(\"Owner details for a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresRegionSchema: z.ZodTypeAny = z.enum([\"frankfurt\", \"oregon\", \"ohio\", \"singapore\", \"virginia\"]).describe(\"Supported regions for Postgres instances.\");\nconst RenderRetrievePostgres_PostgresStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"available\", \"unavailable\", \"config_restart\", \"suspended\", \"maintenance_scheduled\", \"maintenance_in_progress\", \"recovery_failed\", \"recovery_in_progress\", \"unknown\", \"updating_instance\"]).describe(\"Status of a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresVersionSchema: z.ZodTypeAny = z.enum([\"11\", \"12\", \"13\", \"14\", \"15\", \"16\", \"17\", \"18\"]).describe(\"PostgreSQL versions.\");\nconst RenderRetrievePostgres_SuspendedStatusSchema: z.ZodTypeAny = z.enum([\"suspended\", \"not_suspended\"]).describe(\"Suspended status of a Postgres instance.\");\nconst RenderRetrievePostgres_SuspenderSchema: z.ZodTypeAny = z.enum([\"admin\", \"billing\", \"user\", \"parent_service\", \"stuck_crashlooping\", \"hipaa_enablement\", \"unknown\"]).describe(\"Types of suspenders for a Postgres instance.\");\nconst RenderRetrievePostgres_IpAllowListItemSchema: z.ZodTypeAny = z.object({\n cidrBlock: z.string().describe(\"CIDR block for IP allow list entry.\"),\n description: z.string().describe(\"Description of the IP allow list entry.\"),\n}).describe(\"IP allow list entry.\");\nconst RenderRetrievePostgres_MaintenanceStateSchema: z.ZodTypeAny = z.enum([\"scheduled\", \"in_progress\", \"user_fix_required\", \"cancelled\", \"succeeded\", \"failed\"]).describe(\"State of a maintenance run.\");\nconst RenderRetrievePostgres_MaintenanceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the maintenance run.\"),\n type: z.string().describe(\"Type of maintenance.\"),\n state: RenderRetrievePostgres_MaintenanceStateSchema.nullable(),\n scheduledAt: z.string().describe(\"Scheduled time for the maintenance.\"),\n pendingMaintenanceBy: z.string().describe(\"If present, the maintenance run cannot be scheduled for later than this date-time.\").nullable().optional(),\n}).describe(\"Maintenance details for a Postgres instance.\");\nconst RenderRetrievePostgres_ReadReplicaSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the read replica.\"),\n name: z.string().describe(\"Name of the read replica.\"),\n parameterOverrides: z.object({}).describe(\"Parameter overrides for the read replica.\").nullable().optional(),\n}).describe(\"Read replica details.\");\nexport const RenderRetrievePostgresOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the Postgres instance.\"),\n name: z.string().describe(\"The name of the Postgres instance.\"),\n plan: RenderRetrievePostgres_PostgresPlanSchema.nullable(),\n role: RenderRetrievePostgres_PostgresRoleSchema.nullable(),\n owner: RenderRetrievePostgres_OwnerSchema.nullable(),\n region: RenderRetrievePostgres_PostgresRegionSchema.nullable(),\n status: RenderRetrievePostgres_PostgresStatusSchema.nullable(),\n version: RenderRetrievePostgres_PostgresVersionSchema.nullable(),\n createdAt: z.string().describe(\"The creation time of the Postgres instance.\"),\n expiresAt: z.string().describe(\"The time at which the database will expire. Applies to free tier databases only.\").nullable().optional(),\n suspended: RenderRetrievePostgres_SuspendedStatusSchema.nullable(),\n updatedAt: z.string().describe(\"The last updated time of the Postgres instance.\"),\n diskSizeGB: z.number().int().describe(\"Disk size in GB.\").nullable().optional(),\n suspenders: z.array(RenderRetrievePostgres_SuspenderSchema).describe(\"List of suspenders for the Postgres instance.\"),\n ipAllowList: z.array(RenderRetrievePostgres_IpAllowListItemSchema).describe(\"The IP allow list for the Postgres instance.\").nullable().optional(),\n maintenance: RenderRetrievePostgres_MaintenanceSchema.nullable().optional(),\n dashboardUrl: z.string().describe(\"The URL to view the Postgres instance in the Render Dashboard.\"),\n databaseName: z.string().describe(\"The name of the database.\"),\n databaseUser: z.string().describe(\"The database user.\"),\n readReplicas: z.array(RenderRetrievePostgres_ReadReplicaSchema).describe(\"List of read replicas.\"),\n environmentId: z.string().describe(\"The ID of the environment the Postgres instance is associated with.\").nullable().optional(),\n primaryPostgresID: z.string().describe(\"ID of the primary Postgres instance if this is a replica.\").nullable().optional(),\n parameterOverrides: z.object({}).describe(\"Parameter overrides.\").nullable().optional(),\n diskAutoscalingEnabled: z.boolean().describe(\"Whether disk autoscaling is enabled.\"),\n highAvailabilityEnabled: z.boolean().describe(\"Whether high availability is enabled.\"),\n}).describe(\"Response model for a Postgres instance.\");\n\nexport const renderRetrievePostgres = action(\"RENDER_RETRIEVE_POSTGRES\", {\n slug: \"render-retrieve-postgres\",\n name: \"Retrieve Postgres Instance\",\n description: \"Tool to retrieve a specific Postgres instance. Use when you need to get details about a Postgres database in your Render account.\",\n input: RenderRetrievePostgresInput,\n output: RenderRetrievePostgresOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-postgres.d.ts
4
+ declare const RenderRetrievePostgresInput: z.ZodTypeAny;
5
+ declare const RenderRetrievePostgresOutput: z.ZodTypeAny;
6
+ declare const renderRetrievePostgres: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrievePostgres };
9
+ //# sourceMappingURL=retrieve-postgres.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-postgres.d.cts","names":[],"sources":["../../src/actions/retrieve-postgres.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAkCnD,4BAAA,EAA8B,CAAA,CAAE,UA0BS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-postgres.d.ts
4
+ declare const RenderRetrievePostgresInput: z.ZodTypeAny;
5
+ declare const RenderRetrievePostgresOutput: z.ZodTypeAny;
6
+ declare const renderRetrievePostgres: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { renderRetrievePostgres };
9
+ //# sourceMappingURL=retrieve-postgres.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-postgres.d.mts","names":[],"sources":["../../src/actions/retrieve-postgres.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAkCnD,4BAAA,EAA8B,CAAA,CAAE,UA0BS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,145 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/retrieve-postgres.ts
4
+ const RenderRetrievePostgresInput = z.object({ postgresId: z.string().describe("The unique identifier of the Postgres instance to retrieve.") }).describe("Request model for retrieving a Postgres instance.");
5
+ const RenderRetrievePostgres_PostgresPlanSchema = z.enum([
6
+ "free",
7
+ "starter",
8
+ "standard",
9
+ "pro",
10
+ "pro_plus",
11
+ "custom",
12
+ "basic_256mb",
13
+ "basic_1gb",
14
+ "basic_4gb",
15
+ "pro_4gb",
16
+ "pro_8gb",
17
+ "pro_16gb",
18
+ "pro_32gb",
19
+ "pro_64gb",
20
+ "pro_128gb",
21
+ "pro_192gb",
22
+ "pro_256gb",
23
+ "pro_384gb",
24
+ "pro_512gb",
25
+ "accelerated_16gb",
26
+ "accelerated_32gb",
27
+ "accelerated_64gb",
28
+ "accelerated_128gb",
29
+ "accelerated_256gb",
30
+ "accelerated_384gb",
31
+ "accelerated_512gb",
32
+ "accelerated_768gb",
33
+ "accelerated_1024gb"
34
+ ]).describe("Available plans for Postgres instances.");
35
+ const RenderRetrievePostgres_PostgresRoleSchema = z.enum(["primary", "replica"]).describe("Role of a Postgres instance.");
36
+ const RenderRetrievePostgres_OwnerTypeSchema = z.enum(["user", "team"]).describe("Type of owner for a Postgres instance.");
37
+ const RenderRetrievePostgres_OwnerSchema = z.object({
38
+ id: z.string().describe("Unique identifier of the owner."),
39
+ name: z.string().describe("Name of the owner."),
40
+ type: RenderRetrievePostgres_OwnerTypeSchema.nullable(),
41
+ email: z.string().describe("Email address of the owner."),
42
+ ipAllowList: z.array(z.record(z.string(), z.unknown())).describe("IP allow list for the owner.").nullable().optional(),
43
+ twoFactorAuthEnabled: z.boolean().describe("Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.").nullable().optional()
44
+ }).describe("Owner details for a Postgres instance.");
45
+ const RenderRetrievePostgres_PostgresRegionSchema = z.enum([
46
+ "frankfurt",
47
+ "oregon",
48
+ "ohio",
49
+ "singapore",
50
+ "virginia"
51
+ ]).describe("Supported regions for Postgres instances.");
52
+ const RenderRetrievePostgres_PostgresStatusSchema = z.enum([
53
+ "creating",
54
+ "available",
55
+ "unavailable",
56
+ "config_restart",
57
+ "suspended",
58
+ "maintenance_scheduled",
59
+ "maintenance_in_progress",
60
+ "recovery_failed",
61
+ "recovery_in_progress",
62
+ "unknown",
63
+ "updating_instance"
64
+ ]).describe("Status of a Postgres instance.");
65
+ const RenderRetrievePostgres_PostgresVersionSchema = z.enum([
66
+ "11",
67
+ "12",
68
+ "13",
69
+ "14",
70
+ "15",
71
+ "16",
72
+ "17",
73
+ "18"
74
+ ]).describe("PostgreSQL versions.");
75
+ const RenderRetrievePostgres_SuspendedStatusSchema = z.enum(["suspended", "not_suspended"]).describe("Suspended status of a Postgres instance.");
76
+ const RenderRetrievePostgres_SuspenderSchema = z.enum([
77
+ "admin",
78
+ "billing",
79
+ "user",
80
+ "parent_service",
81
+ "stuck_crashlooping",
82
+ "hipaa_enablement",
83
+ "unknown"
84
+ ]).describe("Types of suspenders for a Postgres instance.");
85
+ const RenderRetrievePostgres_IpAllowListItemSchema = z.object({
86
+ cidrBlock: z.string().describe("CIDR block for IP allow list entry."),
87
+ description: z.string().describe("Description of the IP allow list entry.")
88
+ }).describe("IP allow list entry.");
89
+ const RenderRetrievePostgres_MaintenanceStateSchema = z.enum([
90
+ "scheduled",
91
+ "in_progress",
92
+ "user_fix_required",
93
+ "cancelled",
94
+ "succeeded",
95
+ "failed"
96
+ ]).describe("State of a maintenance run.");
97
+ const RenderRetrievePostgres_MaintenanceSchema = z.object({
98
+ id: z.string().describe("Unique identifier of the maintenance run."),
99
+ type: z.string().describe("Type of maintenance."),
100
+ state: RenderRetrievePostgres_MaintenanceStateSchema.nullable(),
101
+ scheduledAt: z.string().describe("Scheduled time for the maintenance."),
102
+ pendingMaintenanceBy: z.string().describe("If present, the maintenance run cannot be scheduled for later than this date-time.").nullable().optional()
103
+ }).describe("Maintenance details for a Postgres instance.");
104
+ const RenderRetrievePostgres_ReadReplicaSchema = z.object({
105
+ id: z.string().describe("Unique identifier of the read replica."),
106
+ name: z.string().describe("Name of the read replica."),
107
+ parameterOverrides: z.object({}).describe("Parameter overrides for the read replica.").nullable().optional()
108
+ }).describe("Read replica details.");
109
+ const renderRetrievePostgres = action("RENDER_RETRIEVE_POSTGRES", {
110
+ slug: "render-retrieve-postgres",
111
+ name: "Retrieve Postgres Instance",
112
+ description: "Tool to retrieve a specific Postgres instance. Use when you need to get details about a Postgres database in your Render account.",
113
+ input: RenderRetrievePostgresInput,
114
+ output: z.object({
115
+ id: z.string().describe("The ID of the Postgres instance."),
116
+ name: z.string().describe("The name of the Postgres instance."),
117
+ plan: RenderRetrievePostgres_PostgresPlanSchema.nullable(),
118
+ role: RenderRetrievePostgres_PostgresRoleSchema.nullable(),
119
+ owner: RenderRetrievePostgres_OwnerSchema.nullable(),
120
+ region: RenderRetrievePostgres_PostgresRegionSchema.nullable(),
121
+ status: RenderRetrievePostgres_PostgresStatusSchema.nullable(),
122
+ version: RenderRetrievePostgres_PostgresVersionSchema.nullable(),
123
+ createdAt: z.string().describe("The creation time of the Postgres instance."),
124
+ expiresAt: z.string().describe("The time at which the database will expire. Applies to free tier databases only.").nullable().optional(),
125
+ suspended: RenderRetrievePostgres_SuspendedStatusSchema.nullable(),
126
+ updatedAt: z.string().describe("The last updated time of the Postgres instance."),
127
+ diskSizeGB: z.number().int().describe("Disk size in GB.").nullable().optional(),
128
+ suspenders: z.array(RenderRetrievePostgres_SuspenderSchema).describe("List of suspenders for the Postgres instance."),
129
+ ipAllowList: z.array(RenderRetrievePostgres_IpAllowListItemSchema).describe("The IP allow list for the Postgres instance.").nullable().optional(),
130
+ maintenance: RenderRetrievePostgres_MaintenanceSchema.nullable().optional(),
131
+ dashboardUrl: z.string().describe("The URL to view the Postgres instance in the Render Dashboard."),
132
+ databaseName: z.string().describe("The name of the database."),
133
+ databaseUser: z.string().describe("The database user."),
134
+ readReplicas: z.array(RenderRetrievePostgres_ReadReplicaSchema).describe("List of read replicas."),
135
+ environmentId: z.string().describe("The ID of the environment the Postgres instance is associated with.").nullable().optional(),
136
+ primaryPostgresID: z.string().describe("ID of the primary Postgres instance if this is a replica.").nullable().optional(),
137
+ parameterOverrides: z.object({}).describe("Parameter overrides.").nullable().optional(),
138
+ diskAutoscalingEnabled: z.boolean().describe("Whether disk autoscaling is enabled."),
139
+ highAvailabilityEnabled: z.boolean().describe("Whether high availability is enabled.")
140
+ }).describe("Response model for a Postgres instance.")
141
+ });
142
+ //#endregion
143
+ export { renderRetrievePostgres };
144
+
145
+ //# sourceMappingURL=retrieve-postgres.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-postgres.mjs","names":[],"sources":["../../src/actions/retrieve-postgres.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderRetrievePostgresInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"The unique identifier of the Postgres instance to retrieve.\"),\n}).describe(\"Request model for retrieving a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresPlanSchema: z.ZodTypeAny = z.enum([\"free\", \"starter\", \"standard\", \"pro\", \"pro_plus\", \"custom\", \"basic_256mb\", \"basic_1gb\", \"basic_4gb\", \"pro_4gb\", \"pro_8gb\", \"pro_16gb\", \"pro_32gb\", \"pro_64gb\", \"pro_128gb\", \"pro_192gb\", \"pro_256gb\", \"pro_384gb\", \"pro_512gb\", \"accelerated_16gb\", \"accelerated_32gb\", \"accelerated_64gb\", \"accelerated_128gb\", \"accelerated_256gb\", \"accelerated_384gb\", \"accelerated_512gb\", \"accelerated_768gb\", \"accelerated_1024gb\"]).describe(\"Available plans for Postgres instances.\");\nconst RenderRetrievePostgres_PostgresRoleSchema: z.ZodTypeAny = z.enum([\"primary\", \"replica\"]).describe(\"Role of a Postgres instance.\");\nconst RenderRetrievePostgres_OwnerTypeSchema: z.ZodTypeAny = z.enum([\"user\", \"team\"]).describe(\"Type of owner for a Postgres instance.\");\nconst RenderRetrievePostgres_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the owner.\"),\n name: z.string().describe(\"Name of the owner.\"),\n type: RenderRetrievePostgres_OwnerTypeSchema.nullable(),\n email: z.string().describe(\"Email address of the owner.\"),\n ipAllowList: z.array(z.record(z.string(), z.unknown())).describe(\"IP allow list for the owner.\").nullable().optional(),\n twoFactorAuthEnabled: z.boolean().describe(\"Whether two-factor authentication is enabled for the owner. Only present if type is 'user'.\").nullable().optional(),\n}).describe(\"Owner details for a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresRegionSchema: z.ZodTypeAny = z.enum([\"frankfurt\", \"oregon\", \"ohio\", \"singapore\", \"virginia\"]).describe(\"Supported regions for Postgres instances.\");\nconst RenderRetrievePostgres_PostgresStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"available\", \"unavailable\", \"config_restart\", \"suspended\", \"maintenance_scheduled\", \"maintenance_in_progress\", \"recovery_failed\", \"recovery_in_progress\", \"unknown\", \"updating_instance\"]).describe(\"Status of a Postgres instance.\");\nconst RenderRetrievePostgres_PostgresVersionSchema: z.ZodTypeAny = z.enum([\"11\", \"12\", \"13\", \"14\", \"15\", \"16\", \"17\", \"18\"]).describe(\"PostgreSQL versions.\");\nconst RenderRetrievePostgres_SuspendedStatusSchema: z.ZodTypeAny = z.enum([\"suspended\", \"not_suspended\"]).describe(\"Suspended status of a Postgres instance.\");\nconst RenderRetrievePostgres_SuspenderSchema: z.ZodTypeAny = z.enum([\"admin\", \"billing\", \"user\", \"parent_service\", \"stuck_crashlooping\", \"hipaa_enablement\", \"unknown\"]).describe(\"Types of suspenders for a Postgres instance.\");\nconst RenderRetrievePostgres_IpAllowListItemSchema: z.ZodTypeAny = z.object({\n cidrBlock: z.string().describe(\"CIDR block for IP allow list entry.\"),\n description: z.string().describe(\"Description of the IP allow list entry.\"),\n}).describe(\"IP allow list entry.\");\nconst RenderRetrievePostgres_MaintenanceStateSchema: z.ZodTypeAny = z.enum([\"scheduled\", \"in_progress\", \"user_fix_required\", \"cancelled\", \"succeeded\", \"failed\"]).describe(\"State of a maintenance run.\");\nconst RenderRetrievePostgres_MaintenanceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the maintenance run.\"),\n type: z.string().describe(\"Type of maintenance.\"),\n state: RenderRetrievePostgres_MaintenanceStateSchema.nullable(),\n scheduledAt: z.string().describe(\"Scheduled time for the maintenance.\"),\n pendingMaintenanceBy: z.string().describe(\"If present, the maintenance run cannot be scheduled for later than this date-time.\").nullable().optional(),\n}).describe(\"Maintenance details for a Postgres instance.\");\nconst RenderRetrievePostgres_ReadReplicaSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the read replica.\"),\n name: z.string().describe(\"Name of the read replica.\"),\n parameterOverrides: z.object({}).describe(\"Parameter overrides for the read replica.\").nullable().optional(),\n}).describe(\"Read replica details.\");\nexport const RenderRetrievePostgresOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the Postgres instance.\"),\n name: z.string().describe(\"The name of the Postgres instance.\"),\n plan: RenderRetrievePostgres_PostgresPlanSchema.nullable(),\n role: RenderRetrievePostgres_PostgresRoleSchema.nullable(),\n owner: RenderRetrievePostgres_OwnerSchema.nullable(),\n region: RenderRetrievePostgres_PostgresRegionSchema.nullable(),\n status: RenderRetrievePostgres_PostgresStatusSchema.nullable(),\n version: RenderRetrievePostgres_PostgresVersionSchema.nullable(),\n createdAt: z.string().describe(\"The creation time of the Postgres instance.\"),\n expiresAt: z.string().describe(\"The time at which the database will expire. Applies to free tier databases only.\").nullable().optional(),\n suspended: RenderRetrievePostgres_SuspendedStatusSchema.nullable(),\n updatedAt: z.string().describe(\"The last updated time of the Postgres instance.\"),\n diskSizeGB: z.number().int().describe(\"Disk size in GB.\").nullable().optional(),\n suspenders: z.array(RenderRetrievePostgres_SuspenderSchema).describe(\"List of suspenders for the Postgres instance.\"),\n ipAllowList: z.array(RenderRetrievePostgres_IpAllowListItemSchema).describe(\"The IP allow list for the Postgres instance.\").nullable().optional(),\n maintenance: RenderRetrievePostgres_MaintenanceSchema.nullable().optional(),\n dashboardUrl: z.string().describe(\"The URL to view the Postgres instance in the Render Dashboard.\"),\n databaseName: z.string().describe(\"The name of the database.\"),\n databaseUser: z.string().describe(\"The database user.\"),\n readReplicas: z.array(RenderRetrievePostgres_ReadReplicaSchema).describe(\"List of read replicas.\"),\n environmentId: z.string().describe(\"The ID of the environment the Postgres instance is associated with.\").nullable().optional(),\n primaryPostgresID: z.string().describe(\"ID of the primary Postgres instance if this is a replica.\").nullable().optional(),\n parameterOverrides: z.object({}).describe(\"Parameter overrides.\").nullable().optional(),\n diskAutoscalingEnabled: z.boolean().describe(\"Whether disk autoscaling is enabled.\"),\n highAvailabilityEnabled: z.boolean().describe(\"Whether high availability is enabled.\"),\n}).describe(\"Response model for a Postgres instance.\");\n\nexport const renderRetrievePostgres = action(\"RENDER_RETRIEVE_POSTGRES\", {\n slug: \"render-retrieve-postgres\",\n name: \"Retrieve Postgres Instance\",\n description: \"Tool to retrieve a specific Postgres instance. Use when you need to get details about a Postgres database in your Render account.\",\n input: RenderRetrievePostgresInput,\n output: RenderRetrievePostgresOutput,\n});\n"],"mappings":"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"}