@keystrokehq/paradym 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 (586) 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/activate-certificate.cjs +47 -0
  7. package/dist/actions/activate-certificate.cjs.map +1 -0
  8. package/dist/actions/activate-certificate.d.cts +9 -0
  9. package/dist/actions/activate-certificate.d.cts.map +1 -0
  10. package/dist/actions/activate-certificate.d.mts +9 -0
  11. package/dist/actions/activate-certificate.d.mts.map +1 -0
  12. package/dist/actions/activate-certificate.mjs +46 -0
  13. package/dist/actions/activate-certificate.mjs.map +1 -0
  14. package/dist/actions/archive-anoncreds-credential-template.cjs +22 -0
  15. package/dist/actions/archive-anoncreds-credential-template.cjs.map +1 -0
  16. package/dist/actions/archive-anoncreds-credential-template.d.cts +9 -0
  17. package/dist/actions/archive-anoncreds-credential-template.d.cts.map +1 -0
  18. package/dist/actions/archive-anoncreds-credential-template.d.mts +9 -0
  19. package/dist/actions/archive-anoncreds-credential-template.d.mts.map +1 -0
  20. package/dist/actions/archive-anoncreds-credential-template.mjs +19 -0
  21. package/dist/actions/archive-anoncreds-credential-template.mjs.map +1 -0
  22. package/dist/actions/archive-mdoc-credential-template.cjs +22 -0
  23. package/dist/actions/archive-mdoc-credential-template.cjs.map +1 -0
  24. package/dist/actions/archive-mdoc-credential-template.d.cts +9 -0
  25. package/dist/actions/archive-mdoc-credential-template.d.cts.map +1 -0
  26. package/dist/actions/archive-mdoc-credential-template.d.mts +9 -0
  27. package/dist/actions/archive-mdoc-credential-template.d.mts.map +1 -0
  28. package/dist/actions/archive-mdoc-credential-template.mjs +19 -0
  29. package/dist/actions/archive-mdoc-credential-template.mjs.map +1 -0
  30. package/dist/actions/archive-presentation-template.cjs +22 -0
  31. package/dist/actions/archive-presentation-template.cjs.map +1 -0
  32. package/dist/actions/archive-presentation-template.d.cts +9 -0
  33. package/dist/actions/archive-presentation-template.d.cts.map +1 -0
  34. package/dist/actions/archive-presentation-template.d.mts +9 -0
  35. package/dist/actions/archive-presentation-template.d.mts.map +1 -0
  36. package/dist/actions/archive-presentation-template.mjs +19 -0
  37. package/dist/actions/archive-presentation-template.mjs.map +1 -0
  38. package/dist/actions/archive-sd-jwt-vc-credential-template.cjs +22 -0
  39. package/dist/actions/archive-sd-jwt-vc-credential-template.cjs.map +1 -0
  40. package/dist/actions/archive-sd-jwt-vc-credential-template.d.cts +9 -0
  41. package/dist/actions/archive-sd-jwt-vc-credential-template.d.cts.map +1 -0
  42. package/dist/actions/archive-sd-jwt-vc-credential-template.d.mts +9 -0
  43. package/dist/actions/archive-sd-jwt-vc-credential-template.d.mts.map +1 -0
  44. package/dist/actions/archive-sd-jwt-vc-credential-template.mjs +19 -0
  45. package/dist/actions/archive-sd-jwt-vc-credential-template.mjs.map +1 -0
  46. package/dist/actions/create-anoncreds-credential-template.cjs +37 -0
  47. package/dist/actions/create-anoncreds-credential-template.cjs.map +1 -0
  48. package/dist/actions/create-anoncreds-credential-template.d.cts +9 -0
  49. package/dist/actions/create-anoncreds-credential-template.d.cts.map +1 -0
  50. package/dist/actions/create-anoncreds-credential-template.d.mts +9 -0
  51. package/dist/actions/create-anoncreds-credential-template.d.mts.map +1 -0
  52. package/dist/actions/create-anoncreds-credential-template.mjs +34 -0
  53. package/dist/actions/create-anoncreds-credential-template.mjs.map +1 -0
  54. package/dist/actions/create-certificate.cjs +44 -0
  55. package/dist/actions/create-certificate.cjs.map +1 -0
  56. package/dist/actions/create-certificate.d.cts +9 -0
  57. package/dist/actions/create-certificate.d.cts.map +1 -0
  58. package/dist/actions/create-certificate.d.mts +9 -0
  59. package/dist/actions/create-certificate.d.mts.map +1 -0
  60. package/dist/actions/create-certificate.mjs +43 -0
  61. package/dist/actions/create-certificate.mjs.map +1 -0
  62. package/dist/actions/create-didcomm-connection-invitation.cjs +39 -0
  63. package/dist/actions/create-didcomm-connection-invitation.cjs.map +1 -0
  64. package/dist/actions/create-didcomm-connection-invitation.d.cts +9 -0
  65. package/dist/actions/create-didcomm-connection-invitation.d.cts.map +1 -0
  66. package/dist/actions/create-didcomm-connection-invitation.d.mts +9 -0
  67. package/dist/actions/create-didcomm-connection-invitation.d.mts.map +1 -0
  68. package/dist/actions/create-didcomm-connection-invitation.mjs +38 -0
  69. package/dist/actions/create-didcomm-connection-invitation.mjs.map +1 -0
  70. package/dist/actions/create-didcomm-issuance-offer.cjs +69 -0
  71. package/dist/actions/create-didcomm-issuance-offer.cjs.map +1 -0
  72. package/dist/actions/create-didcomm-issuance-offer.d.cts +9 -0
  73. package/dist/actions/create-didcomm-issuance-offer.d.cts.map +1 -0
  74. package/dist/actions/create-didcomm-issuance-offer.d.mts +9 -0
  75. package/dist/actions/create-didcomm-issuance-offer.d.mts.map +1 -0
  76. package/dist/actions/create-didcomm-issuance-offer.mjs +68 -0
  77. package/dist/actions/create-didcomm-issuance-offer.mjs.map +1 -0
  78. package/dist/actions/create-openid4vc-credential-offer.cjs +53 -0
  79. package/dist/actions/create-openid4vc-credential-offer.cjs.map +1 -0
  80. package/dist/actions/create-openid4vc-credential-offer.d.cts +9 -0
  81. package/dist/actions/create-openid4vc-credential-offer.d.cts.map +1 -0
  82. package/dist/actions/create-openid4vc-credential-offer.d.mts +9 -0
  83. package/dist/actions/create-openid4vc-credential-offer.d.mts.map +1 -0
  84. package/dist/actions/create-openid4vc-credential-offer.mjs +52 -0
  85. package/dist/actions/create-openid4vc-credential-offer.mjs.map +1 -0
  86. package/dist/actions/create-openid4vc-verification-request.cjs +42 -0
  87. package/dist/actions/create-openid4vc-verification-request.cjs.map +1 -0
  88. package/dist/actions/create-openid4vc-verification-request.d.cts +9 -0
  89. package/dist/actions/create-openid4vc-verification-request.d.cts.map +1 -0
  90. package/dist/actions/create-openid4vc-verification-request.d.mts +9 -0
  91. package/dist/actions/create-openid4vc-verification-request.d.mts.map +1 -0
  92. package/dist/actions/create-openid4vc-verification-request.mjs +41 -0
  93. package/dist/actions/create-openid4vc-verification-request.mjs.map +1 -0
  94. package/dist/actions/create-presentation-template.cjs +31 -0
  95. package/dist/actions/create-presentation-template.cjs.map +1 -0
  96. package/dist/actions/create-presentation-template.d.cts +9 -0
  97. package/dist/actions/create-presentation-template.d.cts.map +1 -0
  98. package/dist/actions/create-presentation-template.d.mts +9 -0
  99. package/dist/actions/create-presentation-template.d.mts.map +1 -0
  100. package/dist/actions/create-presentation-template.mjs +28 -0
  101. package/dist/actions/create-presentation-template.mjs.map +1 -0
  102. package/dist/actions/create-project-webhook.cjs +30 -0
  103. package/dist/actions/create-project-webhook.cjs.map +1 -0
  104. package/dist/actions/create-project-webhook.d.cts +9 -0
  105. package/dist/actions/create-project-webhook.d.cts.map +1 -0
  106. package/dist/actions/create-project-webhook.d.mts +9 -0
  107. package/dist/actions/create-project-webhook.d.mts.map +1 -0
  108. package/dist/actions/create-project-webhook.mjs +27 -0
  109. package/dist/actions/create-project-webhook.mjs.map +1 -0
  110. package/dist/actions/create-sd-jwt-vc-credential-template.cjs +55 -0
  111. package/dist/actions/create-sd-jwt-vc-credential-template.cjs.map +1 -0
  112. package/dist/actions/create-sd-jwt-vc-credential-template.d.cts +9 -0
  113. package/dist/actions/create-sd-jwt-vc-credential-template.d.cts.map +1 -0
  114. package/dist/actions/create-sd-jwt-vc-credential-template.d.mts +9 -0
  115. package/dist/actions/create-sd-jwt-vc-credential-template.d.mts.map +1 -0
  116. package/dist/actions/create-sd-jwt-vc-credential-template.mjs +52 -0
  117. package/dist/actions/create-sd-jwt-vc-credential-template.mjs.map +1 -0
  118. package/dist/actions/create-trusted-entity.cjs +42 -0
  119. package/dist/actions/create-trusted-entity.cjs.map +1 -0
  120. package/dist/actions/create-trusted-entity.d.cts +9 -0
  121. package/dist/actions/create-trusted-entity.d.cts.map +1 -0
  122. package/dist/actions/create-trusted-entity.d.mts +9 -0
  123. package/dist/actions/create-trusted-entity.d.mts.map +1 -0
  124. package/dist/actions/create-trusted-entity.mjs +41 -0
  125. package/dist/actions/create-trusted-entity.mjs.map +1 -0
  126. package/dist/actions/deactivate-certificate.cjs +47 -0
  127. package/dist/actions/deactivate-certificate.cjs.map +1 -0
  128. package/dist/actions/deactivate-certificate.d.cts +9 -0
  129. package/dist/actions/deactivate-certificate.d.cts.map +1 -0
  130. package/dist/actions/deactivate-certificate.d.mts +9 -0
  131. package/dist/actions/deactivate-certificate.d.mts.map +1 -0
  132. package/dist/actions/deactivate-certificate.mjs +46 -0
  133. package/dist/actions/deactivate-certificate.mjs.map +1 -0
  134. package/dist/actions/delete-did-comm-connection.cjs +22 -0
  135. package/dist/actions/delete-did-comm-connection.cjs.map +1 -0
  136. package/dist/actions/delete-did-comm-connection.d.cts +9 -0
  137. package/dist/actions/delete-did-comm-connection.d.cts.map +1 -0
  138. package/dist/actions/delete-did-comm-connection.d.mts +9 -0
  139. package/dist/actions/delete-did-comm-connection.d.mts.map +1 -0
  140. package/dist/actions/delete-did-comm-connection.mjs +19 -0
  141. package/dist/actions/delete-did-comm-connection.mjs.map +1 -0
  142. package/dist/actions/delete-didcomm-invitation.cjs +22 -0
  143. package/dist/actions/delete-didcomm-invitation.cjs.map +1 -0
  144. package/dist/actions/delete-didcomm-invitation.d.cts +9 -0
  145. package/dist/actions/delete-didcomm-invitation.d.cts.map +1 -0
  146. package/dist/actions/delete-didcomm-invitation.d.mts +9 -0
  147. package/dist/actions/delete-didcomm-invitation.d.mts.map +1 -0
  148. package/dist/actions/delete-didcomm-invitation.mjs +19 -0
  149. package/dist/actions/delete-didcomm-invitation.mjs.map +1 -0
  150. package/dist/actions/delete-trusted-entity.cjs +22 -0
  151. package/dist/actions/delete-trusted-entity.cjs.map +1 -0
  152. package/dist/actions/delete-trusted-entity.d.cts +9 -0
  153. package/dist/actions/delete-trusted-entity.d.cts.map +1 -0
  154. package/dist/actions/delete-trusted-entity.d.mts +9 -0
  155. package/dist/actions/delete-trusted-entity.d.mts.map +1 -0
  156. package/dist/actions/delete-trusted-entity.mjs +19 -0
  157. package/dist/actions/delete-trusted-entity.mjs.map +1 -0
  158. package/dist/actions/delete-webhook.cjs +22 -0
  159. package/dist/actions/delete-webhook.cjs.map +1 -0
  160. package/dist/actions/delete-webhook.d.cts +9 -0
  161. package/dist/actions/delete-webhook.d.cts.map +1 -0
  162. package/dist/actions/delete-webhook.d.mts +9 -0
  163. package/dist/actions/delete-webhook.d.mts.map +1 -0
  164. package/dist/actions/delete-webhook.mjs +19 -0
  165. package/dist/actions/delete-webhook.mjs.map +1 -0
  166. package/dist/actions/get-anoncreds-credential-template-json-schema.cjs +28 -0
  167. package/dist/actions/get-anoncreds-credential-template-json-schema.cjs.map +1 -0
  168. package/dist/actions/get-anoncreds-credential-template-json-schema.d.cts +9 -0
  169. package/dist/actions/get-anoncreds-credential-template-json-schema.d.cts.map +1 -0
  170. package/dist/actions/get-anoncreds-credential-template-json-schema.d.mts +9 -0
  171. package/dist/actions/get-anoncreds-credential-template-json-schema.d.mts.map +1 -0
  172. package/dist/actions/get-anoncreds-credential-template-json-schema.mjs +25 -0
  173. package/dist/actions/get-anoncreds-credential-template-json-schema.mjs.map +1 -0
  174. package/dist/actions/get-anoncreds-credential-template.cjs +32 -0
  175. package/dist/actions/get-anoncreds-credential-template.cjs.map +1 -0
  176. package/dist/actions/get-anoncreds-credential-template.d.cts +9 -0
  177. package/dist/actions/get-anoncreds-credential-template.d.cts.map +1 -0
  178. package/dist/actions/get-anoncreds-credential-template.d.mts +9 -0
  179. package/dist/actions/get-anoncreds-credential-template.d.mts.map +1 -0
  180. package/dist/actions/get-anoncreds-credential-template.mjs +29 -0
  181. package/dist/actions/get-anoncreds-credential-template.mjs.map +1 -0
  182. package/dist/actions/get-di-ds.cjs +40 -0
  183. package/dist/actions/get-di-ds.cjs.map +1 -0
  184. package/dist/actions/get-di-ds.d.cts +9 -0
  185. package/dist/actions/get-di-ds.d.cts.map +1 -0
  186. package/dist/actions/get-di-ds.d.mts +9 -0
  187. package/dist/actions/get-di-ds.d.mts.map +1 -0
  188. package/dist/actions/get-di-ds.mjs +39 -0
  189. package/dist/actions/get-di-ds.mjs.map +1 -0
  190. package/dist/actions/get-did-comm-connection.cjs +27 -0
  191. package/dist/actions/get-did-comm-connection.cjs.map +1 -0
  192. package/dist/actions/get-did-comm-connection.d.cts +9 -0
  193. package/dist/actions/get-did-comm-connection.d.cts.map +1 -0
  194. package/dist/actions/get-did-comm-connection.d.mts +9 -0
  195. package/dist/actions/get-did-comm-connection.d.mts.map +1 -0
  196. package/dist/actions/get-did-comm-connection.mjs +24 -0
  197. package/dist/actions/get-did-comm-connection.mjs.map +1 -0
  198. package/dist/actions/get-did-comm-connections.cjs +43 -0
  199. package/dist/actions/get-did-comm-connections.cjs.map +1 -0
  200. package/dist/actions/get-did-comm-connections.d.cts +9 -0
  201. package/dist/actions/get-did-comm-connections.d.cts.map +1 -0
  202. package/dist/actions/get-did-comm-connections.d.mts +9 -0
  203. package/dist/actions/get-did-comm-connections.d.mts.map +1 -0
  204. package/dist/actions/get-did-comm-connections.mjs +42 -0
  205. package/dist/actions/get-did-comm-connections.mjs.map +1 -0
  206. package/dist/actions/get-didcomm-invitation.cjs +34 -0
  207. package/dist/actions/get-didcomm-invitation.cjs.map +1 -0
  208. package/dist/actions/get-didcomm-invitation.d.cts +9 -0
  209. package/dist/actions/get-didcomm-invitation.d.cts.map +1 -0
  210. package/dist/actions/get-didcomm-invitation.d.mts +9 -0
  211. package/dist/actions/get-didcomm-invitation.d.mts.map +1 -0
  212. package/dist/actions/get-didcomm-invitation.mjs +33 -0
  213. package/dist/actions/get-didcomm-invitation.mjs.map +1 -0
  214. package/dist/actions/get-didcomm-issuance-session.cjs +57 -0
  215. package/dist/actions/get-didcomm-issuance-session.cjs.map +1 -0
  216. package/dist/actions/get-didcomm-issuance-session.d.cts +9 -0
  217. package/dist/actions/get-didcomm-issuance-session.d.cts.map +1 -0
  218. package/dist/actions/get-didcomm-issuance-session.d.mts +9 -0
  219. package/dist/actions/get-didcomm-issuance-session.d.mts.map +1 -0
  220. package/dist/actions/get-didcomm-issuance-session.mjs +56 -0
  221. package/dist/actions/get-didcomm-issuance-session.mjs.map +1 -0
  222. package/dist/actions/get-mdoc-credential-template-json-schema.cjs +28 -0
  223. package/dist/actions/get-mdoc-credential-template-json-schema.cjs.map +1 -0
  224. package/dist/actions/get-mdoc-credential-template-json-schema.d.cts +9 -0
  225. package/dist/actions/get-mdoc-credential-template-json-schema.d.cts.map +1 -0
  226. package/dist/actions/get-mdoc-credential-template-json-schema.d.mts +9 -0
  227. package/dist/actions/get-mdoc-credential-template-json-schema.d.mts.map +1 -0
  228. package/dist/actions/get-mdoc-credential-template-json-schema.mjs +25 -0
  229. package/dist/actions/get-mdoc-credential-template-json-schema.mjs.map +1 -0
  230. package/dist/actions/get-mdoc-credential-template.cjs +51 -0
  231. package/dist/actions/get-mdoc-credential-template.cjs.map +1 -0
  232. package/dist/actions/get-mdoc-credential-template.d.cts +9 -0
  233. package/dist/actions/get-mdoc-credential-template.d.cts.map +1 -0
  234. package/dist/actions/get-mdoc-credential-template.d.mts +9 -0
  235. package/dist/actions/get-mdoc-credential-template.d.mts.map +1 -0
  236. package/dist/actions/get-mdoc-credential-template.mjs +50 -0
  237. package/dist/actions/get-mdoc-credential-template.mjs.map +1 -0
  238. package/dist/actions/get-openid4vc-issuance-session.cjs +50 -0
  239. package/dist/actions/get-openid4vc-issuance-session.cjs.map +1 -0
  240. package/dist/actions/get-openid4vc-issuance-session.d.cts +9 -0
  241. package/dist/actions/get-openid4vc-issuance-session.d.cts.map +1 -0
  242. package/dist/actions/get-openid4vc-issuance-session.d.mts +9 -0
  243. package/dist/actions/get-openid4vc-issuance-session.d.mts.map +1 -0
  244. package/dist/actions/get-openid4vc-issuance-session.mjs +49 -0
  245. package/dist/actions/get-openid4vc-issuance-session.mjs.map +1 -0
  246. package/dist/actions/get-openid4vc-verification-session.cjs +41 -0
  247. package/dist/actions/get-openid4vc-verification-session.cjs.map +1 -0
  248. package/dist/actions/get-openid4vc-verification-session.d.cts +9 -0
  249. package/dist/actions/get-openid4vc-verification-session.d.cts.map +1 -0
  250. package/dist/actions/get-openid4vc-verification-session.d.mts +9 -0
  251. package/dist/actions/get-openid4vc-verification-session.d.mts.map +1 -0
  252. package/dist/actions/get-openid4vc-verification-session.mjs +40 -0
  253. package/dist/actions/get-openid4vc-verification-session.mjs.map +1 -0
  254. package/dist/actions/get-presentation-template.cjs +42 -0
  255. package/dist/actions/get-presentation-template.cjs.map +1 -0
  256. package/dist/actions/get-presentation-template.d.cts +9 -0
  257. package/dist/actions/get-presentation-template.d.cts.map +1 -0
  258. package/dist/actions/get-presentation-template.d.mts +9 -0
  259. package/dist/actions/get-presentation-template.d.mts.map +1 -0
  260. package/dist/actions/get-presentation-template.mjs +41 -0
  261. package/dist/actions/get-presentation-template.mjs.map +1 -0
  262. package/dist/actions/get-presentation-templates.cjs +32 -0
  263. package/dist/actions/get-presentation-templates.cjs.map +1 -0
  264. package/dist/actions/get-presentation-templates.d.cts +9 -0
  265. package/dist/actions/get-presentation-templates.d.cts.map +1 -0
  266. package/dist/actions/get-presentation-templates.d.mts +9 -0
  267. package/dist/actions/get-presentation-templates.d.mts.map +1 -0
  268. package/dist/actions/get-presentation-templates.mjs +31 -0
  269. package/dist/actions/get-presentation-templates.mjs.map +1 -0
  270. package/dist/actions/get-project-members.cjs +32 -0
  271. package/dist/actions/get-project-members.cjs.map +1 -0
  272. package/dist/actions/get-project-members.d.cts +9 -0
  273. package/dist/actions/get-project-members.d.cts.map +1 -0
  274. package/dist/actions/get-project-members.d.mts +9 -0
  275. package/dist/actions/get-project-members.d.mts.map +1 -0
  276. package/dist/actions/get-project-members.mjs +31 -0
  277. package/dist/actions/get-project-members.mjs.map +1 -0
  278. package/dist/actions/get-project-profile.cjs +33 -0
  279. package/dist/actions/get-project-profile.cjs.map +1 -0
  280. package/dist/actions/get-project-profile.d.cts +9 -0
  281. package/dist/actions/get-project-profile.d.cts.map +1 -0
  282. package/dist/actions/get-project-profile.d.mts +9 -0
  283. package/dist/actions/get-project-profile.d.mts.map +1 -0
  284. package/dist/actions/get-project-profile.mjs +32 -0
  285. package/dist/actions/get-project-profile.mjs.map +1 -0
  286. package/dist/actions/get-project-webhooks.cjs +36 -0
  287. package/dist/actions/get-project-webhooks.cjs.map +1 -0
  288. package/dist/actions/get-project-webhooks.d.cts +9 -0
  289. package/dist/actions/get-project-webhooks.d.cts.map +1 -0
  290. package/dist/actions/get-project-webhooks.d.mts +9 -0
  291. package/dist/actions/get-project-webhooks.d.mts.map +1 -0
  292. package/dist/actions/get-project-webhooks.mjs +35 -0
  293. package/dist/actions/get-project-webhooks.mjs.map +1 -0
  294. package/dist/actions/get-projects.cjs +24 -0
  295. package/dist/actions/get-projects.cjs.map +1 -0
  296. package/dist/actions/get-projects.d.cts +9 -0
  297. package/dist/actions/get-projects.d.cts.map +1 -0
  298. package/dist/actions/get-projects.d.mts +9 -0
  299. package/dist/actions/get-projects.d.mts.map +1 -0
  300. package/dist/actions/get-projects.mjs +23 -0
  301. package/dist/actions/get-projects.mjs.map +1 -0
  302. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.cjs +28 -0
  303. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.cjs.map +1 -0
  304. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.d.cts +9 -0
  305. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.d.cts.map +1 -0
  306. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.d.mts +9 -0
  307. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.d.mts.map +1 -0
  308. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.mjs +25 -0
  309. package/dist/actions/get-sd-jwt-vc-credential-template-json-schema.mjs.map +1 -0
  310. package/dist/actions/get-sd-jwt-vc-credential-template.cjs +37 -0
  311. package/dist/actions/get-sd-jwt-vc-credential-template.cjs.map +1 -0
  312. package/dist/actions/get-sd-jwt-vc-credential-template.d.cts +9 -0
  313. package/dist/actions/get-sd-jwt-vc-credential-template.d.cts.map +1 -0
  314. package/dist/actions/get-sd-jwt-vc-credential-template.d.mts +9 -0
  315. package/dist/actions/get-sd-jwt-vc-credential-template.d.mts.map +1 -0
  316. package/dist/actions/get-sd-jwt-vc-credential-template.mjs +36 -0
  317. package/dist/actions/get-sd-jwt-vc-credential-template.mjs.map +1 -0
  318. package/dist/actions/get-trusted-entities.cjs +39 -0
  319. package/dist/actions/get-trusted-entities.cjs.map +1 -0
  320. package/dist/actions/get-trusted-entities.d.cts +9 -0
  321. package/dist/actions/get-trusted-entities.d.cts.map +1 -0
  322. package/dist/actions/get-trusted-entities.d.mts +9 -0
  323. package/dist/actions/get-trusted-entities.d.mts.map +1 -0
  324. package/dist/actions/get-trusted-entities.mjs +38 -0
  325. package/dist/actions/get-trusted-entities.mjs.map +1 -0
  326. package/dist/actions/get-trusted-entity.cjs +34 -0
  327. package/dist/actions/get-trusted-entity.cjs.map +1 -0
  328. package/dist/actions/get-trusted-entity.d.cts +9 -0
  329. package/dist/actions/get-trusted-entity.d.cts.map +1 -0
  330. package/dist/actions/get-trusted-entity.d.mts +9 -0
  331. package/dist/actions/get-trusted-entity.d.mts.map +1 -0
  332. package/dist/actions/get-trusted-entity.mjs +33 -0
  333. package/dist/actions/get-trusted-entity.mjs.map +1 -0
  334. package/dist/actions/index.cjs +139 -0
  335. package/dist/actions/index.d.cts +70 -0
  336. package/dist/actions/index.d.mts +70 -0
  337. package/dist/actions/index.mjs +70 -0
  338. package/dist/actions/issue-direct-sd-jwt-vc.cjs +36 -0
  339. package/dist/actions/issue-direct-sd-jwt-vc.cjs.map +1 -0
  340. package/dist/actions/issue-direct-sd-jwt-vc.d.cts +9 -0
  341. package/dist/actions/issue-direct-sd-jwt-vc.d.cts.map +1 -0
  342. package/dist/actions/issue-direct-sd-jwt-vc.d.mts +9 -0
  343. package/dist/actions/issue-direct-sd-jwt-vc.d.mts.map +1 -0
  344. package/dist/actions/issue-direct-sd-jwt-vc.mjs +35 -0
  345. package/dist/actions/issue-direct-sd-jwt-vc.mjs.map +1 -0
  346. package/dist/actions/list-anon-creds-credential-templates.cjs +64 -0
  347. package/dist/actions/list-anon-creds-credential-templates.cjs.map +1 -0
  348. package/dist/actions/list-anon-creds-credential-templates.d.cts +9 -0
  349. package/dist/actions/list-anon-creds-credential-templates.d.cts.map +1 -0
  350. package/dist/actions/list-anon-creds-credential-templates.d.mts +9 -0
  351. package/dist/actions/list-anon-creds-credential-templates.d.mts.map +1 -0
  352. package/dist/actions/list-anon-creds-credential-templates.mjs +63 -0
  353. package/dist/actions/list-anon-creds-credential-templates.mjs.map +1 -0
  354. package/dist/actions/list-certificate-signing-requests.cjs +68 -0
  355. package/dist/actions/list-certificate-signing-requests.cjs.map +1 -0
  356. package/dist/actions/list-certificate-signing-requests.d.cts +9 -0
  357. package/dist/actions/list-certificate-signing-requests.d.cts.map +1 -0
  358. package/dist/actions/list-certificate-signing-requests.d.mts +9 -0
  359. package/dist/actions/list-certificate-signing-requests.d.mts.map +1 -0
  360. package/dist/actions/list-certificate-signing-requests.mjs +67 -0
  361. package/dist/actions/list-certificate-signing-requests.mjs.map +1 -0
  362. package/dist/actions/list-certificates.cjs +87 -0
  363. package/dist/actions/list-certificates.cjs.map +1 -0
  364. package/dist/actions/list-certificates.d.cts +9 -0
  365. package/dist/actions/list-certificates.d.cts.map +1 -0
  366. package/dist/actions/list-certificates.d.mts +9 -0
  367. package/dist/actions/list-certificates.d.mts.map +1 -0
  368. package/dist/actions/list-certificates.mjs +86 -0
  369. package/dist/actions/list-certificates.mjs.map +1 -0
  370. package/dist/actions/list-didcomm-invitations.cjs +30 -0
  371. package/dist/actions/list-didcomm-invitations.cjs.map +1 -0
  372. package/dist/actions/list-didcomm-invitations.d.cts +9 -0
  373. package/dist/actions/list-didcomm-invitations.d.cts.map +1 -0
  374. package/dist/actions/list-didcomm-invitations.d.mts +9 -0
  375. package/dist/actions/list-didcomm-invitations.d.mts.map +1 -0
  376. package/dist/actions/list-didcomm-invitations.mjs +29 -0
  377. package/dist/actions/list-didcomm-invitations.mjs.map +1 -0
  378. package/dist/actions/list-didcomm-issuance-offers.cjs +45 -0
  379. package/dist/actions/list-didcomm-issuance-offers.cjs.map +1 -0
  380. package/dist/actions/list-didcomm-issuance-offers.d.cts +9 -0
  381. package/dist/actions/list-didcomm-issuance-offers.d.cts.map +1 -0
  382. package/dist/actions/list-didcomm-issuance-offers.d.mts +9 -0
  383. package/dist/actions/list-didcomm-issuance-offers.d.mts.map +1 -0
  384. package/dist/actions/list-didcomm-issuance-offers.mjs +44 -0
  385. package/dist/actions/list-didcomm-issuance-offers.mjs.map +1 -0
  386. package/dist/actions/list-didcomm-mediator-connections.cjs +64 -0
  387. package/dist/actions/list-didcomm-mediator-connections.cjs.map +1 -0
  388. package/dist/actions/list-didcomm-mediator-connections.d.cts +9 -0
  389. package/dist/actions/list-didcomm-mediator-connections.d.cts.map +1 -0
  390. package/dist/actions/list-didcomm-mediator-connections.d.mts +9 -0
  391. package/dist/actions/list-didcomm-mediator-connections.d.mts.map +1 -0
  392. package/dist/actions/list-didcomm-mediator-connections.mjs +63 -0
  393. package/dist/actions/list-didcomm-mediator-connections.mjs.map +1 -0
  394. package/dist/actions/list-didcomm-mediators.cjs +55 -0
  395. package/dist/actions/list-didcomm-mediators.cjs.map +1 -0
  396. package/dist/actions/list-didcomm-mediators.d.cts +9 -0
  397. package/dist/actions/list-didcomm-mediators.d.cts.map +1 -0
  398. package/dist/actions/list-didcomm-mediators.d.mts +9 -0
  399. package/dist/actions/list-didcomm-mediators.d.mts.map +1 -0
  400. package/dist/actions/list-didcomm-mediators.mjs +54 -0
  401. package/dist/actions/list-didcomm-mediators.mjs.map +1 -0
  402. package/dist/actions/list-didcomm-verification-requests.cjs +32 -0
  403. package/dist/actions/list-didcomm-verification-requests.cjs.map +1 -0
  404. package/dist/actions/list-didcomm-verification-requests.d.cts +9 -0
  405. package/dist/actions/list-didcomm-verification-requests.d.cts.map +1 -0
  406. package/dist/actions/list-didcomm-verification-requests.d.mts +9 -0
  407. package/dist/actions/list-didcomm-verification-requests.d.mts.map +1 -0
  408. package/dist/actions/list-didcomm-verification-requests.mjs +31 -0
  409. package/dist/actions/list-didcomm-verification-requests.mjs.map +1 -0
  410. package/dist/actions/list-issued-credentials.cjs +42 -0
  411. package/dist/actions/list-issued-credentials.cjs.map +1 -0
  412. package/dist/actions/list-issued-credentials.d.cts +9 -0
  413. package/dist/actions/list-issued-credentials.d.cts.map +1 -0
  414. package/dist/actions/list-issued-credentials.d.mts +9 -0
  415. package/dist/actions/list-issued-credentials.d.mts.map +1 -0
  416. package/dist/actions/list-issued-credentials.mjs +41 -0
  417. package/dist/actions/list-issued-credentials.mjs.map +1 -0
  418. package/dist/actions/list-mdoc-credential-templates.cjs +71 -0
  419. package/dist/actions/list-mdoc-credential-templates.cjs.map +1 -0
  420. package/dist/actions/list-mdoc-credential-templates.d.cts +9 -0
  421. package/dist/actions/list-mdoc-credential-templates.d.cts.map +1 -0
  422. package/dist/actions/list-mdoc-credential-templates.d.mts +9 -0
  423. package/dist/actions/list-mdoc-credential-templates.d.mts.map +1 -0
  424. package/dist/actions/list-mdoc-credential-templates.mjs +70 -0
  425. package/dist/actions/list-mdoc-credential-templates.mjs.map +1 -0
  426. package/dist/actions/list-openid4vc-issuance-sessions.cjs +68 -0
  427. package/dist/actions/list-openid4vc-issuance-sessions.cjs.map +1 -0
  428. package/dist/actions/list-openid4vc-issuance-sessions.d.cts +9 -0
  429. package/dist/actions/list-openid4vc-issuance-sessions.d.cts.map +1 -0
  430. package/dist/actions/list-openid4vc-issuance-sessions.d.mts +9 -0
  431. package/dist/actions/list-openid4vc-issuance-sessions.d.mts.map +1 -0
  432. package/dist/actions/list-openid4vc-issuance-sessions.mjs +67 -0
  433. package/dist/actions/list-openid4vc-issuance-sessions.mjs.map +1 -0
  434. package/dist/actions/list-openid4vc-verification-sessions.cjs +60 -0
  435. package/dist/actions/list-openid4vc-verification-sessions.cjs.map +1 -0
  436. package/dist/actions/list-openid4vc-verification-sessions.d.cts +9 -0
  437. package/dist/actions/list-openid4vc-verification-sessions.d.cts.map +1 -0
  438. package/dist/actions/list-openid4vc-verification-sessions.d.mts +9 -0
  439. package/dist/actions/list-openid4vc-verification-sessions.d.mts.map +1 -0
  440. package/dist/actions/list-openid4vc-verification-sessions.mjs +59 -0
  441. package/dist/actions/list-openid4vc-verification-sessions.mjs.map +1 -0
  442. package/dist/actions/list-sd-jwt-vc-credential-templates.cjs +81 -0
  443. package/dist/actions/list-sd-jwt-vc-credential-templates.cjs.map +1 -0
  444. package/dist/actions/list-sd-jwt-vc-credential-templates.d.cts +9 -0
  445. package/dist/actions/list-sd-jwt-vc-credential-templates.d.cts.map +1 -0
  446. package/dist/actions/list-sd-jwt-vc-credential-templates.d.mts +9 -0
  447. package/dist/actions/list-sd-jwt-vc-credential-templates.d.mts.map +1 -0
  448. package/dist/actions/list-sd-jwt-vc-credential-templates.mjs +80 -0
  449. package/dist/actions/list-sd-jwt-vc-credential-templates.mjs.map +1 -0
  450. package/dist/actions/receive-didcomm-invitation.cjs +32 -0
  451. package/dist/actions/receive-didcomm-invitation.cjs.map +1 -0
  452. package/dist/actions/receive-didcomm-invitation.d.cts +9 -0
  453. package/dist/actions/receive-didcomm-invitation.d.cts.map +1 -0
  454. package/dist/actions/receive-didcomm-invitation.d.mts +9 -0
  455. package/dist/actions/receive-didcomm-invitation.d.mts.map +1 -0
  456. package/dist/actions/receive-didcomm-invitation.mjs +31 -0
  457. package/dist/actions/receive-didcomm-invitation.mjs.map +1 -0
  458. package/dist/actions/revoke-certificate.cjs +32 -0
  459. package/dist/actions/revoke-certificate.cjs.map +1 -0
  460. package/dist/actions/revoke-certificate.d.cts +9 -0
  461. package/dist/actions/revoke-certificate.d.cts.map +1 -0
  462. package/dist/actions/revoke-certificate.d.mts +9 -0
  463. package/dist/actions/revoke-certificate.d.mts.map +1 -0
  464. package/dist/actions/revoke-certificate.mjs +31 -0
  465. package/dist/actions/revoke-certificate.mjs.map +1 -0
  466. package/dist/actions/send-did-comm-custom-message.cjs +23 -0
  467. package/dist/actions/send-did-comm-custom-message.cjs.map +1 -0
  468. package/dist/actions/send-did-comm-custom-message.d.cts +9 -0
  469. package/dist/actions/send-did-comm-custom-message.d.cts.map +1 -0
  470. package/dist/actions/send-did-comm-custom-message.d.mts +9 -0
  471. package/dist/actions/send-did-comm-custom-message.d.mts.map +1 -0
  472. package/dist/actions/send-did-comm-custom-message.mjs +20 -0
  473. package/dist/actions/send-did-comm-custom-message.mjs.map +1 -0
  474. package/dist/actions/send-didcomm-basic-message.cjs +27 -0
  475. package/dist/actions/send-didcomm-basic-message.cjs.map +1 -0
  476. package/dist/actions/send-didcomm-basic-message.d.cts +9 -0
  477. package/dist/actions/send-didcomm-basic-message.d.cts.map +1 -0
  478. package/dist/actions/send-didcomm-basic-message.d.mts +9 -0
  479. package/dist/actions/send-didcomm-basic-message.d.mts.map +1 -0
  480. package/dist/actions/send-didcomm-basic-message.mjs +24 -0
  481. package/dist/actions/send-didcomm-basic-message.mjs.map +1 -0
  482. package/dist/actions/unarchive-anoncreds-credential-template.cjs +22 -0
  483. package/dist/actions/unarchive-anoncreds-credential-template.cjs.map +1 -0
  484. package/dist/actions/unarchive-anoncreds-credential-template.d.cts +9 -0
  485. package/dist/actions/unarchive-anoncreds-credential-template.d.cts.map +1 -0
  486. package/dist/actions/unarchive-anoncreds-credential-template.d.mts +9 -0
  487. package/dist/actions/unarchive-anoncreds-credential-template.d.mts.map +1 -0
  488. package/dist/actions/unarchive-anoncreds-credential-template.mjs +19 -0
  489. package/dist/actions/unarchive-anoncreds-credential-template.mjs.map +1 -0
  490. package/dist/actions/unarchive-mdoc-credential-template.cjs +22 -0
  491. package/dist/actions/unarchive-mdoc-credential-template.cjs.map +1 -0
  492. package/dist/actions/unarchive-mdoc-credential-template.d.cts +9 -0
  493. package/dist/actions/unarchive-mdoc-credential-template.d.cts.map +1 -0
  494. package/dist/actions/unarchive-mdoc-credential-template.d.mts +9 -0
  495. package/dist/actions/unarchive-mdoc-credential-template.d.mts.map +1 -0
  496. package/dist/actions/unarchive-mdoc-credential-template.mjs +19 -0
  497. package/dist/actions/unarchive-mdoc-credential-template.mjs.map +1 -0
  498. package/dist/actions/unarchive-sd-jwt-vc-credential-template.cjs +22 -0
  499. package/dist/actions/unarchive-sd-jwt-vc-credential-template.cjs.map +1 -0
  500. package/dist/actions/unarchive-sd-jwt-vc-credential-template.d.cts +9 -0
  501. package/dist/actions/unarchive-sd-jwt-vc-credential-template.d.cts.map +1 -0
  502. package/dist/actions/unarchive-sd-jwt-vc-credential-template.d.mts +9 -0
  503. package/dist/actions/unarchive-sd-jwt-vc-credential-template.d.mts.map +1 -0
  504. package/dist/actions/unarchive-sd-jwt-vc-credential-template.mjs +19 -0
  505. package/dist/actions/unarchive-sd-jwt-vc-credential-template.mjs.map +1 -0
  506. package/dist/actions/update-did-comm-connection.cjs +28 -0
  507. package/dist/actions/update-did-comm-connection.cjs.map +1 -0
  508. package/dist/actions/update-did-comm-connection.d.cts +9 -0
  509. package/dist/actions/update-did-comm-connection.d.cts.map +1 -0
  510. package/dist/actions/update-did-comm-connection.d.mts +9 -0
  511. package/dist/actions/update-did-comm-connection.d.mts.map +1 -0
  512. package/dist/actions/update-did-comm-connection.mjs +25 -0
  513. package/dist/actions/update-did-comm-connection.mjs.map +1 -0
  514. package/dist/actions/update-mdoc-credential-template.cjs +58 -0
  515. package/dist/actions/update-mdoc-credential-template.cjs.map +1 -0
  516. package/dist/actions/update-mdoc-credential-template.d.cts +9 -0
  517. package/dist/actions/update-mdoc-credential-template.d.cts.map +1 -0
  518. package/dist/actions/update-mdoc-credential-template.d.mts +9 -0
  519. package/dist/actions/update-mdoc-credential-template.d.mts.map +1 -0
  520. package/dist/actions/update-mdoc-credential-template.mjs +57 -0
  521. package/dist/actions/update-mdoc-credential-template.mjs.map +1 -0
  522. package/dist/actions/update-presentation-template.cjs +31 -0
  523. package/dist/actions/update-presentation-template.cjs.map +1 -0
  524. package/dist/actions/update-presentation-template.d.cts +9 -0
  525. package/dist/actions/update-presentation-template.d.cts.map +1 -0
  526. package/dist/actions/update-presentation-template.d.mts +9 -0
  527. package/dist/actions/update-presentation-template.d.mts.map +1 -0
  528. package/dist/actions/update-presentation-template.mjs +28 -0
  529. package/dist/actions/update-presentation-template.mjs.map +1 -0
  530. package/dist/actions/update-project-profile.cjs +48 -0
  531. package/dist/actions/update-project-profile.cjs.map +1 -0
  532. package/dist/actions/update-project-profile.d.cts +9 -0
  533. package/dist/actions/update-project-profile.d.cts.map +1 -0
  534. package/dist/actions/update-project-profile.d.mts +9 -0
  535. package/dist/actions/update-project-profile.d.mts.map +1 -0
  536. package/dist/actions/update-project-profile.mjs +47 -0
  537. package/dist/actions/update-project-profile.mjs.map +1 -0
  538. package/dist/actions/update-project.cjs +33 -0
  539. package/dist/actions/update-project.cjs.map +1 -0
  540. package/dist/actions/update-project.d.cts +9 -0
  541. package/dist/actions/update-project.d.cts.map +1 -0
  542. package/dist/actions/update-project.d.mts +9 -0
  543. package/dist/actions/update-project.d.mts.map +1 -0
  544. package/dist/actions/update-project.mjs +30 -0
  545. package/dist/actions/update-project.mjs.map +1 -0
  546. package/dist/actions/update-sd-jwt-vc-credential-template.cjs +65 -0
  547. package/dist/actions/update-sd-jwt-vc-credential-template.cjs.map +1 -0
  548. package/dist/actions/update-sd-jwt-vc-credential-template.d.cts +9 -0
  549. package/dist/actions/update-sd-jwt-vc-credential-template.d.cts.map +1 -0
  550. package/dist/actions/update-sd-jwt-vc-credential-template.d.mts +9 -0
  551. package/dist/actions/update-sd-jwt-vc-credential-template.d.mts.map +1 -0
  552. package/dist/actions/update-sd-jwt-vc-credential-template.mjs +64 -0
  553. package/dist/actions/update-sd-jwt-vc-credential-template.mjs.map +1 -0
  554. package/dist/actions/update-trusted-entity.cjs +43 -0
  555. package/dist/actions/update-trusted-entity.cjs.map +1 -0
  556. package/dist/actions/update-trusted-entity.d.cts +9 -0
  557. package/dist/actions/update-trusted-entity.d.cts.map +1 -0
  558. package/dist/actions/update-trusted-entity.d.mts +9 -0
  559. package/dist/actions/update-trusted-entity.d.mts.map +1 -0
  560. package/dist/actions/update-trusted-entity.mjs +42 -0
  561. package/dist/actions/update-trusted-entity.mjs.map +1 -0
  562. package/dist/app.cjs +9 -0
  563. package/dist/app.cjs.map +1 -0
  564. package/dist/app.d.cts +5 -0
  565. package/dist/app.d.cts.map +1 -0
  566. package/dist/app.d.mts +5 -0
  567. package/dist/app.d.mts.map +1 -0
  568. package/dist/app.mjs +10 -0
  569. package/dist/app.mjs.map +1 -0
  570. package/dist/catalog.cjs +15 -0
  571. package/dist/catalog.cjs.map +1 -0
  572. package/dist/catalog.d.cts +14 -0
  573. package/dist/catalog.d.cts.map +1 -0
  574. package/dist/catalog.d.mts +14 -0
  575. package/dist/catalog.d.mts.map +1 -0
  576. package/dist/catalog.mjs +15 -0
  577. package/dist/catalog.mjs.map +1 -0
  578. package/dist/execute.cjs +18 -0
  579. package/dist/execute.cjs.map +1 -0
  580. package/dist/execute.mjs +18 -0
  581. package/dist/execute.mjs.map +1 -0
  582. package/dist/index.cjs +144 -0
  583. package/dist/index.d.cts +72 -0
  584. package/dist/index.d.mts +72 -0
  585. package/dist/index.mjs +73 -0
  586. package/package.json +49 -0
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-project-webhooks.ts
4
+ const ParadymGetProjectWebhooksInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of webhooks to return").optional(),
6
+ cursor: z.string().describe("Pagination cursor to fetch the next page of results").optional(),
7
+ projectId: z.string().describe("The ID of the project for which to fetch webhooks")
8
+ });
9
+ const ParadymGetProjectWebhooks_PaginationMetaSchema = z.object({
10
+ page: z.object({}).describe("Page size information"),
11
+ sort: z.array(z.object({})).describe("Sort order information")
12
+ });
13
+ const ParadymGetProjectWebhooks_WebhookItemSchema = z.object({
14
+ id: z.string().describe("Unique webhook ID"),
15
+ url: z.string().describe("Webhook endpoint URL"),
16
+ name: z.string().describe("Name of the webhook"),
17
+ createdAt: z.string().describe("Webhook creation timestamp in ISO8601 format"),
18
+ projectId: z.string().describe("ID of the project this webhook belongs to"),
19
+ updatedAt: z.string().describe("Webhook last updated timestamp in ISO8601 format"),
20
+ eventTypes: z.array(z.string()).describe("List of event types triggering the webhook")
21
+ });
22
+ const paradymGetProjectWebhooks = action("PARADYM_GET_PROJECT_WEBHOOKS", {
23
+ slug: "paradym-get-project-webhooks",
24
+ name: "Get Project Webhooks",
25
+ description: "Tool to retrieve a list of webhooks configured for a specific project. Use when you need to list configured webhooks before managing or auditing them.",
26
+ input: ParadymGetProjectWebhooksInput,
27
+ output: z.object({
28
+ meta: ParadymGetProjectWebhooks_PaginationMetaSchema.nullable().optional(),
29
+ webhooks: z.array(ParadymGetProjectWebhooks_WebhookItemSchema).describe("List of webhook objects")
30
+ })
31
+ });
32
+ //#endregion
33
+ export { paradymGetProjectWebhooks };
34
+
35
+ //# sourceMappingURL=get-project-webhooks.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project-webhooks.mjs","names":[],"sources":["../../src/actions/get-project-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetProjectWebhooksInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of webhooks to return\").optional(),\n cursor: z.string().describe(\"Pagination cursor to fetch the next page of results\").optional(),\n projectId: z.string().describe(\"The ID of the project for which to fetch webhooks\"),\n});\nconst ParadymGetProjectWebhooks_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page: z.object({}).describe(\"Page size information\"),\n sort: z.array(z.object({})).describe(\"Sort order information\"),\n});\nconst ParadymGetProjectWebhooks_WebhookItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique webhook ID\"),\n url: z.string().describe(\"Webhook endpoint URL\"),\n name: z.string().describe(\"Name of the webhook\"),\n createdAt: z.string().describe(\"Webhook creation timestamp in ISO8601 format\"),\n projectId: z.string().describe(\"ID of the project this webhook belongs to\"),\n updatedAt: z.string().describe(\"Webhook last updated timestamp in ISO8601 format\"),\n eventTypes: z.array(z.string()).describe(\"List of event types triggering the webhook\"),\n});\nexport const ParadymGetProjectWebhooksOutput: z.ZodTypeAny = z.object({\n meta: ParadymGetProjectWebhooks_PaginationMetaSchema.nullable().optional(),\n webhooks: z.array(ParadymGetProjectWebhooks_WebhookItemSchema).describe(\"List of webhook objects\"),\n});\n\nexport const paradymGetProjectWebhooks = action(\"PARADYM_GET_PROJECT_WEBHOOKS\", {\n slug: \"paradym-get-project-webhooks\",\n name: \"Get Project Webhooks\",\n description: \"Tool to retrieve a list of webhooks configured for a specific project. Use when you need to list configured webhooks before managing or auditing them.\",\n input: ParadymGetProjectWebhooksInput,\n output: ParadymGetProjectWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AACpF,CAAC;AACD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uBAAuB;CACnD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,wBAAwB;AAC/D,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC3C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACvF,CAAC;AAMD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;EACzE,UAAU,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,yBAAyB;CACnG,CAOU;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-projects.ts
4
+ const ParadymGetProjectsInput = zod.z.object({}).describe("Request model for retrieving all projects accessible to the authenticated user.");
5
+ const ParadymGetProjects_ProjectItemSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier for the project"),
7
+ name: zod.z.string().describe("Name of the project"),
8
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the project"),
9
+ createdAt: zod.z.string().describe("Timestamp when the project was created, in ISO8601 format"),
10
+ updatedAt: zod.z.string().describe("Timestamp when the project was last updated, in ISO8601 format"),
11
+ description: zod.z.string().describe("Optional description of the project").nullable().optional()
12
+ }).describe("Represents a single project accessible to the authenticated user.");
13
+ const ParadymGetProjectsOutput = zod.z.object({ projects: zod.z.array(ParadymGetProjects_ProjectItemSchema).describe("List of accessible projects") }).describe("Response model for listing all projects accessible to the authenticated user.");
14
+ const paradymGetProjects = require_action.action("PARADYM_GET_PROJECTS", {
15
+ slug: "paradym-get-projects",
16
+ name: "Get Projects",
17
+ description: "Tool to retrieve a list of all projects accessible to the authenticated user. Use after authentication when you need to list available projects.",
18
+ input: ParadymGetProjectsInput,
19
+ output: ParadymGetProjectsOutput
20
+ });
21
+ //#endregion
22
+ exports.paradymGetProjects = paradymGetProjects;
23
+
24
+ //# sourceMappingURL=get-projects.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all projects accessible to the authenticated user.\");\nconst ParadymGetProjects_ProjectItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the project\"),\n name: z.string().describe(\"Name of the project\"),\n tags: z.array(z.string()).describe(\"List of tags associated with the project\"),\n createdAt: z.string().describe(\"Timestamp when the project was created, in ISO8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated, in ISO8601 format\"),\n description: z.string().describe(\"Optional description of the project\").nullable().optional(),\n}).describe(\"Represents a single project accessible to the authenticated user.\");\nexport const ParadymGetProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(ParadymGetProjects_ProjectItemSchema).describe(\"List of accessible projects\"),\n}).describe(\"Response model for listing all projects accessible to the authenticated user.\");\n\nexport const paradymGetProjects = action(\"PARADYM_GET_PROJECTS\", {\n slug: \"paradym-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve a list of all projects accessible to the authenticated user. Use after authentication when you need to list available projects.\",\n input: ParadymGetProjectsInput,\n output: ParadymGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC5J,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,UAAUA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,6BAA6B,EAChG,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAE3F,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-projects.d.ts
4
+ declare const ParadymGetProjectsInput: z.ZodTypeAny;
5
+ declare const ParadymGetProjectsOutput: z.ZodTypeAny;
6
+ declare const paradymGetProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetProjects };
9
+ //# sourceMappingURL=get-projects.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-projects.d.cts","names":[],"sources":["../../src/actions/get-projects.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAqH;AAAA,cAShJ,wBAAA,EAA0B,CAAA,CAAE,UAEmD;AAAA,cAE/E,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-projects.d.ts
4
+ declare const ParadymGetProjectsInput: z.ZodTypeAny;
5
+ declare const ParadymGetProjectsOutput: z.ZodTypeAny;
6
+ declare const paradymGetProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetProjects };
9
+ //# sourceMappingURL=get-projects.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-projects.d.mts","names":[],"sources":["../../src/actions/get-projects.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAqH;AAAA,cAShJ,wBAAA,EAA0B,CAAA,CAAE,UAEmD;AAAA,cAE/E,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-projects.ts
4
+ const ParadymGetProjectsInput = z.object({}).describe("Request model for retrieving all projects accessible to the authenticated user.");
5
+ const ParadymGetProjects_ProjectItemSchema = z.object({
6
+ id: z.string().describe("The unique identifier for the project"),
7
+ name: z.string().describe("Name of the project"),
8
+ tags: z.array(z.string()).describe("List of tags associated with the project"),
9
+ createdAt: z.string().describe("Timestamp when the project was created, in ISO8601 format"),
10
+ updatedAt: z.string().describe("Timestamp when the project was last updated, in ISO8601 format"),
11
+ description: z.string().describe("Optional description of the project").nullable().optional()
12
+ }).describe("Represents a single project accessible to the authenticated user.");
13
+ const paradymGetProjects = action("PARADYM_GET_PROJECTS", {
14
+ slug: "paradym-get-projects",
15
+ name: "Get Projects",
16
+ description: "Tool to retrieve a list of all projects accessible to the authenticated user. Use after authentication when you need to list available projects.",
17
+ input: ParadymGetProjectsInput,
18
+ output: z.object({ projects: z.array(ParadymGetProjects_ProjectItemSchema).describe("List of accessible projects") }).describe("Response model for listing all projects accessible to the authenticated user.")
19
+ });
20
+ //#endregion
21
+ export { paradymGetProjects };
22
+
23
+ //# sourceMappingURL=get-projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-projects.mjs","names":[],"sources":["../../src/actions/get-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all projects accessible to the authenticated user.\");\nconst ParadymGetProjects_ProjectItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the project\"),\n name: z.string().describe(\"Name of the project\"),\n tags: z.array(z.string()).describe(\"List of tags associated with the project\"),\n createdAt: z.string().describe(\"Timestamp when the project was created, in ISO8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated, in ISO8601 format\"),\n description: z.string().describe(\"Optional description of the project\").nullable().optional(),\n}).describe(\"Represents a single project accessible to the authenticated user.\");\nexport const ParadymGetProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(ParadymGetProjects_ProjectItemSchema).describe(\"List of accessible projects\"),\n}).describe(\"Response model for listing all projects accessible to the authenticated user.\");\n\nexport const paradymGetProjects = action(\"PARADYM_GET_PROJECTS\", {\n slug: \"paradym-get-projects\",\n name: \"Get Projects\",\n description: \"Tool to retrieve a list of all projects accessible to the authenticated user. Use after authentication when you need to list available projects.\",\n input: ParadymGetProjectsInput,\n output: ParadymGetProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAC5J,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAK/E,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,UAAU,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,6BAA6B,EAChG,CAAC,CAAC,CAAC,SAAS,+EAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-sd-jwt-vc-credential-template-json-schema.ts
4
+ const ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The unique identifier for the project"),
6
+ credentialTemplateId: zod.z.string().describe("The unique identifier for the SD-JWT VC credential template")
7
+ }).describe("Request model for retrieving the JSON schema for an SD-JWT VC credential template.");
8
+ const ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput = zod.z.object({
9
+ $id: zod.z.string().describe("The schema identifier URI"),
10
+ type: zod.z.string().describe("The root type of the schema (typically 'object')"),
11
+ title: zod.z.string().describe("The title of the schema"),
12
+ $schema: zod.z.string().describe("The JSON schema version URL"),
13
+ required: zod.z.array(zod.z.string()).describe("List of required property names"),
14
+ properties: zod.z.object({}).describe("The properties defined in the schema"),
15
+ description: zod.z.string().describe("The description of the schema").nullable().optional(),
16
+ additionalProperties: zod.z.boolean().describe("Whether additional properties are allowed in the schema")
17
+ }).describe("Response model for the SD-JWT VC credential template JSON schema.");
18
+ const paradymGetSdJwtVcCredentialTemplateJsonSchema = require_action.action("PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE_JSON_SCHEMA", {
19
+ slug: "paradym-get-sd-jwt-vc-credential-template-json-schema",
20
+ name: "Get SD-JWT VC Credential Template JSON Schema",
21
+ description: "Tool to retrieve the JSON schema for an SD-JWT VC credential template. Use when you need to understand the structure and validation rules of an SD-JWT VC credential template.",
22
+ input: ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput,
23
+ output: ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput
24
+ });
25
+ //#endregion
26
+ exports.paradymGetSdJwtVcCredentialTemplateJsonSchema = paradymGetSdJwtVcCredentialTemplateJsonSchema;
27
+
28
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template-json-schema.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template-json-schema.cjs","names":["z","action"],"sources":["../../src/actions/get-sd-jwt-vc-credential-template-json-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n credentialTemplateId: z.string().describe(\"The unique identifier for the SD-JWT VC credential template\"),\n}).describe(\"Request model for retrieving the JSON schema for an SD-JWT VC credential template.\");\nexport const ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput: z.ZodTypeAny = z.object({\n $id: z.string().describe(\"The schema identifier URI\"),\n type: z.string().describe(\"The root type of the schema (typically 'object')\"),\n title: z.string().describe(\"The title of the schema\"),\n $schema: z.string().describe(\"The JSON schema version URL\"),\n required: z.array(z.string()).describe(\"List of required property names\"),\n properties: z.object({}).describe(\"The properties defined in the schema\"),\n description: z.string().describe(\"The description of the schema\").nullable().optional(),\n additionalProperties: z.boolean().describe(\"Whether additional properties are allowed in the schema\"),\n}).describe(\"Response model for the SD-JWT VC credential template JSON schema.\");\n\nexport const paradymGetSdJwtVcCredentialTemplateJsonSchema = action(\"PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE_JSON_SCHEMA\", {\n slug: \"paradym-get-sd-jwt-vc-credential-template-json-schema\",\n name: \"Get SD-JWT VC Credential Template JSON Schema\",\n description: \"Tool to retrieve the JSON schema for an SD-JWT VC credential template. Use when you need to understand the structure and validation rules of an SD-JWT VC credential template.\",\n input: ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput,\n output: ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qDAAmEA,IAAAA,EAAE,OAAO;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACzG,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAa,sDAAoEA,IAAAA,EAAE,OAAO;CACxF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;AACtG,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,gDAAgDC,eAAAA,OAAO,yDAAyD;CAC3H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-sd-jwt-vc-credential-template-json-schema.d.ts
4
+ declare const ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput: z.ZodTypeAny;
5
+ declare const ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput: z.ZodTypeAny;
6
+ declare const paradymGetSdJwtVcCredentialTemplateJsonSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetSdJwtVcCredentialTemplateJsonSchema };
9
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template-json-schema.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template-json-schema.d.cts","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template-json-schema.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAG8B;AAAA,cACpF,mDAAA,EAAqD,CAAA,CAAE,UASY;AAAA,cAEnE,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-sd-jwt-vc-credential-template-json-schema.d.ts
4
+ declare const ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput: z.ZodTypeAny;
5
+ declare const ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput: z.ZodTypeAny;
6
+ declare const paradymGetSdJwtVcCredentialTemplateJsonSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetSdJwtVcCredentialTemplateJsonSchema };
9
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template-json-schema.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template-json-schema.d.mts","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template-json-schema.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAG8B;AAAA,cACpF,mDAAA,EAAqD,CAAA,CAAE,UASY;AAAA,cAEnE,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymGetSdJwtVcCredentialTemplateJsonSchema = action("PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE_JSON_SCHEMA", {
4
+ slug: "paradym-get-sd-jwt-vc-credential-template-json-schema",
5
+ name: "Get SD-JWT VC Credential Template JSON Schema",
6
+ description: "Tool to retrieve the JSON schema for an SD-JWT VC credential template. Use when you need to understand the structure and validation rules of an SD-JWT VC credential template.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The unique identifier for the project"),
9
+ credentialTemplateId: z.string().describe("The unique identifier for the SD-JWT VC credential template")
10
+ }).describe("Request model for retrieving the JSON schema for an SD-JWT VC credential template."),
11
+ output: z.object({
12
+ $id: z.string().describe("The schema identifier URI"),
13
+ type: z.string().describe("The root type of the schema (typically 'object')"),
14
+ title: z.string().describe("The title of the schema"),
15
+ $schema: z.string().describe("The JSON schema version URL"),
16
+ required: z.array(z.string()).describe("List of required property names"),
17
+ properties: z.object({}).describe("The properties defined in the schema"),
18
+ description: z.string().describe("The description of the schema").nullable().optional(),
19
+ additionalProperties: z.boolean().describe("Whether additional properties are allowed in the schema")
20
+ }).describe("Response model for the SD-JWT VC credential template JSON schema.")
21
+ });
22
+ //#endregion
23
+ export { paradymGetSdJwtVcCredentialTemplateJsonSchema };
24
+
25
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template-json-schema.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template-json-schema.mjs","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template-json-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n credentialTemplateId: z.string().describe(\"The unique identifier for the SD-JWT VC credential template\"),\n}).describe(\"Request model for retrieving the JSON schema for an SD-JWT VC credential template.\");\nexport const ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput: z.ZodTypeAny = z.object({\n $id: z.string().describe(\"The schema identifier URI\"),\n type: z.string().describe(\"The root type of the schema (typically 'object')\"),\n title: z.string().describe(\"The title of the schema\"),\n $schema: z.string().describe(\"The JSON schema version URL\"),\n required: z.array(z.string()).describe(\"List of required property names\"),\n properties: z.object({}).describe(\"The properties defined in the schema\"),\n description: z.string().describe(\"The description of the schema\").nullable().optional(),\n additionalProperties: z.boolean().describe(\"Whether additional properties are allowed in the schema\"),\n}).describe(\"Response model for the SD-JWT VC credential template JSON schema.\");\n\nexport const paradymGetSdJwtVcCredentialTemplateJsonSchema = action(\"PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE_JSON_SCHEMA\", {\n slug: \"paradym-get-sd-jwt-vc-credential-template-json-schema\",\n name: \"Get SD-JWT VC Credential Template JSON Schema\",\n description: \"Tool to retrieve the JSON schema for an SD-JWT VC credential template. Use when you need to understand the structure and validation rules of an SD-JWT VC credential template.\",\n input: ParadymGetSdJwtVcCredentialTemplateJsonSchemaInput,\n output: ParadymGetSdJwtVcCredentialTemplateJsonSchemaOutput,\n});\n"],"mappings":";;AAmBA,MAAa,gDAAgD,OAAO,yDAAyD;CAC3H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB8E,EAAE,OAAO;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACtE,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACzG,CAAC,CAAC,CAAC,SAAS,oFAgBH;CACP,QAhB+E,EAAE,OAAO;EACxF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC1D,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CACtG,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-sd-jwt-vc-credential-template.ts
4
+ const ParadymGetSdJwtVcCredentialTemplateInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The unique identifier for the project"),
6
+ credentialTemplateId: zod.z.string().describe("The unique identifier for the SD-JWT VC credential template")
7
+ }).describe("Request model for retrieving a specific SD-JWT VC credential template by ID.");
8
+ const ParadymGetSdJwtVcCredentialTemplate_TextSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Text styling configuration for the credential.");
9
+ const ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Background styling configuration for the credential.");
10
+ const ParadymGetSdJwtVcCredentialTemplateOutput = zod.z.object({
11
+ id: zod.z.string().describe("Unique identifier for the credential template"),
12
+ name: zod.z.string().describe("Name of the credential template"),
13
+ text: ParadymGetSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),
14
+ type: zod.z.string().describe("Type of the credential"),
15
+ format: zod.z.string().describe("Format of the credential template (sd-jwt-vc)"),
16
+ issuer: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
17
+ createdAt: zod.z.string().describe("Creation timestamp in ISO8601 format"),
18
+ revocable: zod.z.boolean().describe("Whether the credential is revocable or not"),
19
+ updatedAt: zod.z.string().describe("Last update timestamp in ISO8601 format"),
20
+ validFrom: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
21
+ archivedAt: zod.z.string().describe("Archive timestamp, null if not archived").nullable().optional(),
22
+ attributes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Attributes configuration for the credential"),
23
+ background: ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),
24
+ validUntil: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
25
+ description: zod.z.string().describe("Description of the credential template").nullable().optional()
26
+ }).describe("Response model for retrieving a specific SD-JWT VC credential template.");
27
+ const paradymGetSdJwtVcCredentialTemplate = require_action.action("PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
28
+ slug: "paradym-get-sd-jwt-vc-credential-template",
29
+ name: "Get SD-JWT VC Credential Template",
30
+ description: "Tool to retrieve a specific SD-JWT VC credential template by ID. Use when you need to fetch details of an existing SD-JWT VC credential template for a project.",
31
+ input: ParadymGetSdJwtVcCredentialTemplateInput,
32
+ output: ParadymGetSdJwtVcCredentialTemplateOutput
33
+ });
34
+ //#endregion
35
+ exports.paradymGetSdJwtVcCredentialTemplate = paradymGetSdJwtVcCredentialTemplate;
36
+
37
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/get-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n credentialTemplateId: z.string().describe(\"The unique identifier for the SD-JWT VC credential template\"),\n}).describe(\"Request model for retrieving a specific SD-JWT VC credential template by ID.\");\nconst ParadymGetSdJwtVcCredentialTemplate_TextSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Text styling configuration for the credential.\");\nconst ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Background styling configuration for the credential.\");\nexport const ParadymGetSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymGetSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type of the credential\"),\n format: z.string().describe(\"Format of the credential template (sd-jwt-vc)\"),\n issuer: z.union([z.string(), z.record(z.string(), z.unknown())]),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n revocable: z.boolean().describe(\"Whether the credential is revocable or not\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n validFrom: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n archivedAt: z.string().describe(\"Archive timestamp, null if not archived\").nullable().optional(),\n attributes: z.record(z.string(), z.unknown()).describe(\"Attributes configuration for the credential\"),\n background: ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n}).describe(\"Response model for retrieving a specific SD-JWT VC credential template.\");\n\nexport const paradymGetSdJwtVcCredentialTemplate = action(\"PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-get-sd-jwt-vc-credential-template\",\n name: \"Get SD-JWT VC Credential Template\",\n description: \"Tool to retrieve a specific SD-JWT VC credential template by ID. Use when you need to fetch details of an existing SD-JWT VC credential template for a project.\",\n input: ParadymGetSdJwtVcCredentialTemplateInput,\n output: ParadymGetSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAM,iDAA+DA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAChK,MAAM,uDAAqEA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAC5K,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC3E,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,WAAWA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C;CACpG,YAAY,qDAAqD,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAErF,MAAa,sCAAsCC,eAAAA,OAAO,6CAA6C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymGetSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymGetSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymGetSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template.d.cts","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGkC;AAAA,cAG9E,yCAAA,EAA2C,CAAA,CAAE,UAgB4B;AAAA,cAEzE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymGetSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymGetSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymGetSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template.d.mts","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGkC;AAAA,cAG9E,yCAAA,EAA2C,CAAA,CAAE,UAgB4B;AAAA,cAEzE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-sd-jwt-vc-credential-template.ts
4
+ const ParadymGetSdJwtVcCredentialTemplateInput = z.object({
5
+ projectId: z.string().describe("The unique identifier for the project"),
6
+ credentialTemplateId: z.string().describe("The unique identifier for the SD-JWT VC credential template")
7
+ }).describe("Request model for retrieving a specific SD-JWT VC credential template by ID.");
8
+ const ParadymGetSdJwtVcCredentialTemplate_TextSchema = z.record(z.string(), z.unknown()).describe("Text styling configuration for the credential.");
9
+ const ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema = z.record(z.string(), z.unknown()).describe("Background styling configuration for the credential.");
10
+ const paradymGetSdJwtVcCredentialTemplate = action("PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
11
+ slug: "paradym-get-sd-jwt-vc-credential-template",
12
+ name: "Get SD-JWT VC Credential Template",
13
+ description: "Tool to retrieve a specific SD-JWT VC credential template by ID. Use when you need to fetch details of an existing SD-JWT VC credential template for a project.",
14
+ input: ParadymGetSdJwtVcCredentialTemplateInput,
15
+ output: z.object({
16
+ id: z.string().describe("Unique identifier for the credential template"),
17
+ name: z.string().describe("Name of the credential template"),
18
+ text: ParadymGetSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),
19
+ type: z.string().describe("Type of the credential"),
20
+ format: z.string().describe("Format of the credential template (sd-jwt-vc)"),
21
+ issuer: z.union([z.string(), z.record(z.string(), z.unknown())]),
22
+ createdAt: z.string().describe("Creation timestamp in ISO8601 format"),
23
+ revocable: z.boolean().describe("Whether the credential is revocable or not"),
24
+ updatedAt: z.string().describe("Last update timestamp in ISO8601 format"),
25
+ validFrom: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
26
+ archivedAt: z.string().describe("Archive timestamp, null if not archived").nullable().optional(),
27
+ attributes: z.record(z.string(), z.unknown()).describe("Attributes configuration for the credential"),
28
+ background: ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),
29
+ validUntil: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
30
+ description: z.string().describe("Description of the credential template").nullable().optional()
31
+ }).describe("Response model for retrieving a specific SD-JWT VC credential template.")
32
+ });
33
+ //#endregion
34
+ export { paradymGetSdJwtVcCredentialTemplate };
35
+
36
+ //# sourceMappingURL=get-sd-jwt-vc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sd-jwt-vc-credential-template.mjs","names":[],"sources":["../../src/actions/get-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n credentialTemplateId: z.string().describe(\"The unique identifier for the SD-JWT VC credential template\"),\n}).describe(\"Request model for retrieving a specific SD-JWT VC credential template by ID.\");\nconst ParadymGetSdJwtVcCredentialTemplate_TextSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Text styling configuration for the credential.\");\nconst ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Background styling configuration for the credential.\");\nexport const ParadymGetSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymGetSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type of the credential\"),\n format: z.string().describe(\"Format of the credential template (sd-jwt-vc)\"),\n issuer: z.union([z.string(), z.record(z.string(), z.unknown())]),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n revocable: z.boolean().describe(\"Whether the credential is revocable or not\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n validFrom: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n archivedAt: z.string().describe(\"Archive timestamp, null if not archived\").nullable().optional(),\n attributes: z.record(z.string(), z.unknown()).describe(\"Attributes configuration for the credential\"),\n background: ParadymGetSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n}).describe(\"Response model for retrieving a specific SD-JWT VC credential template.\");\n\nexport const paradymGetSdJwtVcCredentialTemplate = action(\"PARADYM_GET_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-get-sd-jwt-vc-credential-template\",\n name: \"Get SD-JWT VC Credential Template\",\n description: \"Tool to retrieve a specific SD-JWT VC credential template by ID. Use when you need to fetch details of an existing SD-JWT VC credential template for a project.\",\n input: ParadymGetSdJwtVcCredentialTemplateInput,\n output: ParadymGetSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAM,iDAA+D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAChK,MAAM,uDAAqE,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAmB5K,MAAa,sCAAsC,OAAO,6CAA6C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAvBqE,EAAE,OAAO;EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC3D,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC3E,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACrE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;EAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,WAAW,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C;EACpG,YAAY,qDAAqD,SAAS,CAAC,CAAC,SAAS;EACrF,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-trusted-entities.ts
4
+ const ParadymGetTrustedEntitiesInput = zod.z.object({
5
+ pageSize: zod.z.number().int().describe("Number of results per page (1-100)").optional(),
6
+ pageAfter: zod.z.string().describe("Cursor token for fetching the next page of results").optional(),
7
+ projectId: zod.z.string().describe("Paradym project identifier"),
8
+ pageBefore: zod.z.string().describe("Cursor token for fetching the previous page of results").optional()
9
+ }).describe("Request parameters for listing trusted entities of a project.");
10
+ const ParadymGetTrustedEntities_TrustedEntitySchema = zod.z.object({
11
+ id: zod.z.string().describe("Unique identifier of the trusted entity"),
12
+ name: zod.z.string().describe("Name of the trusted entity").nullable().optional(),
13
+ createdAt: zod.z.string().describe("ISO8601 timestamp when the trust was created").nullable().optional(),
14
+ updatedAt: zod.z.string().describe("ISO8601 timestamp when the trust was last updated").nullable().optional(),
15
+ entityType: zod.z.string().describe("Type of the entity (e.g., organization, user)").nullable().optional()
16
+ }).passthrough().describe("Represents a single trusted entity of a project.");
17
+ const ParadymGetTrustedEntities_PaginationSchema = zod.z.object({
18
+ size: zod.z.string().describe("Page size").nullable().optional(),
19
+ maxSize: zod.z.string().describe("Maximum page size allowed").nullable().optional()
20
+ }).passthrough().describe("Pagination metadata for trusted entities list.");
21
+ const ParadymGetTrustedEntities_MetaSchema = zod.z.object({
22
+ page: ParadymGetTrustedEntities_PaginationSchema.nullable().optional(),
23
+ sort: zod.z.array(zod.z.object({})).describe("Sorting information").nullable().optional()
24
+ }).passthrough().describe("Metadata for the response including pagination.");
25
+ const ParadymGetTrustedEntitiesOutput = zod.z.object({
26
+ data: zod.z.array(ParadymGetTrustedEntities_TrustedEntitySchema).describe("List of trusted entities in the project").nullable().optional(),
27
+ meta: ParadymGetTrustedEntities_MetaSchema.nullable().optional()
28
+ }).passthrough().describe("Response model for listing trusted entities of a project.");
29
+ const paradymGetTrustedEntities = require_action.action("PARADYM_GET_TRUSTED_ENTITIES", {
30
+ slug: "paradym-get-trusted-entities",
31
+ name: "Get Trusted Entities",
32
+ description: "Tool to retrieve trusted entities for a specific project. Use when you need to list all trusted entities associated with a Paradym project after authentication.",
33
+ input: ParadymGetTrustedEntitiesInput,
34
+ output: ParadymGetTrustedEntitiesOutput
35
+ });
36
+ //#endregion
37
+ exports.paradymGetTrustedEntities = paradymGetTrustedEntities;
38
+
39
+ //# sourceMappingURL=get-trusted-entities.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entities.cjs","names":["z","action"],"sources":["../../src/actions/get-trusted-entities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetTrustedEntitiesInput: z.ZodTypeAny = z.object({\n pageSize: z.number().int().describe(\"Number of results per page (1-100)\").optional(),\n pageAfter: z.string().describe(\"Cursor token for fetching the next page of results\").optional(),\n projectId: z.string().describe(\"Paradym project identifier\"),\n pageBefore: z.string().describe(\"Cursor token for fetching the previous page of results\").optional(),\n}).describe(\"Request parameters for listing trusted entities of a project.\");\nconst ParadymGetTrustedEntities_TrustedEntitySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the trusted entity\"),\n name: z.string().describe(\"Name of the trusted entity\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the trust was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the trust was last updated\").nullable().optional(),\n entityType: z.string().describe(\"Type of the entity (e.g., organization, user)\").nullable().optional(),\n}).passthrough().describe(\"Represents a single trusted entity of a project.\");\nconst ParadymGetTrustedEntities_PaginationSchema: z.ZodTypeAny = z.object({\n size: z.string().describe(\"Page size\").nullable().optional(),\n maxSize: z.string().describe(\"Maximum page size allowed\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata for trusted entities list.\");\nconst ParadymGetTrustedEntities_MetaSchema: z.ZodTypeAny = z.object({\n page: ParadymGetTrustedEntities_PaginationSchema.nullable().optional(),\n sort: z.array(z.object({})).describe(\"Sorting information\").nullable().optional(),\n}).passthrough().describe(\"Metadata for the response including pagination.\");\nexport const ParadymGetTrustedEntitiesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParadymGetTrustedEntities_TrustedEntitySchema).describe(\"List of trusted entities in the project\").nullable().optional(),\n meta: ParadymGetTrustedEntities_MetaSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for listing trusted entities of a project.\");\n\nexport const paradymGetTrustedEntities = action(\"PARADYM_GET_TRUSTED_ENTITIES\", {\n slug: \"paradym-get-trusted-entities\",\n name: \"Get Trusted Entities\",\n description: \"Tool to retrieve trusted entities for a specific project. Use when you need to list all trusted entities associated with a Paradym project after authentication.\",\n input: ParadymGetTrustedEntitiesInput,\n output: ParadymGetTrustedEntitiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAM,2CAA2C,SAAS,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAC3E,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trusted-entities.d.ts
4
+ declare const ParadymGetTrustedEntitiesInput: z.ZodTypeAny;
5
+ declare const ParadymGetTrustedEntitiesOutput: z.ZodTypeAny;
6
+ declare const paradymGetTrustedEntities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetTrustedEntities };
9
+ //# sourceMappingURL=get-trusted-entities.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entities.d.cts","names":[],"sources":["../../src/actions/get-trusted-entities.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAK6B;AAAA,cAgB/D,+BAAA,EAAiC,CAAA,CAAE,UAGsC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trusted-entities.d.ts
4
+ declare const ParadymGetTrustedEntitiesInput: z.ZodTypeAny;
5
+ declare const ParadymGetTrustedEntitiesOutput: z.ZodTypeAny;
6
+ declare const paradymGetTrustedEntities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetTrustedEntities };
9
+ //# sourceMappingURL=get-trusted-entities.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entities.d.mts","names":[],"sources":["../../src/actions/get-trusted-entities.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAK6B;AAAA,cAgB/D,+BAAA,EAAiC,CAAA,CAAE,UAGsC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-trusted-entities.ts
4
+ const ParadymGetTrustedEntitiesInput = z.object({
5
+ pageSize: z.number().int().describe("Number of results per page (1-100)").optional(),
6
+ pageAfter: z.string().describe("Cursor token for fetching the next page of results").optional(),
7
+ projectId: z.string().describe("Paradym project identifier"),
8
+ pageBefore: z.string().describe("Cursor token for fetching the previous page of results").optional()
9
+ }).describe("Request parameters for listing trusted entities of a project.");
10
+ const ParadymGetTrustedEntities_TrustedEntitySchema = z.object({
11
+ id: z.string().describe("Unique identifier of the trusted entity"),
12
+ name: z.string().describe("Name of the trusted entity").nullable().optional(),
13
+ createdAt: z.string().describe("ISO8601 timestamp when the trust was created").nullable().optional(),
14
+ updatedAt: z.string().describe("ISO8601 timestamp when the trust was last updated").nullable().optional(),
15
+ entityType: z.string().describe("Type of the entity (e.g., organization, user)").nullable().optional()
16
+ }).passthrough().describe("Represents a single trusted entity of a project.");
17
+ const ParadymGetTrustedEntities_PaginationSchema = z.object({
18
+ size: z.string().describe("Page size").nullable().optional(),
19
+ maxSize: z.string().describe("Maximum page size allowed").nullable().optional()
20
+ }).passthrough().describe("Pagination metadata for trusted entities list.");
21
+ const ParadymGetTrustedEntities_MetaSchema = z.object({
22
+ page: ParadymGetTrustedEntities_PaginationSchema.nullable().optional(),
23
+ sort: z.array(z.object({})).describe("Sorting information").nullable().optional()
24
+ }).passthrough().describe("Metadata for the response including pagination.");
25
+ const paradymGetTrustedEntities = action("PARADYM_GET_TRUSTED_ENTITIES", {
26
+ slug: "paradym-get-trusted-entities",
27
+ name: "Get Trusted Entities",
28
+ description: "Tool to retrieve trusted entities for a specific project. Use when you need to list all trusted entities associated with a Paradym project after authentication.",
29
+ input: ParadymGetTrustedEntitiesInput,
30
+ output: z.object({
31
+ data: z.array(ParadymGetTrustedEntities_TrustedEntitySchema).describe("List of trusted entities in the project").nullable().optional(),
32
+ meta: ParadymGetTrustedEntities_MetaSchema.nullable().optional()
33
+ }).passthrough().describe("Response model for listing trusted entities of a project.")
34
+ });
35
+ //#endregion
36
+ export { paradymGetTrustedEntities };
37
+
38
+ //# sourceMappingURL=get-trusted-entities.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entities.mjs","names":[],"sources":["../../src/actions/get-trusted-entities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetTrustedEntitiesInput: z.ZodTypeAny = z.object({\n pageSize: z.number().int().describe(\"Number of results per page (1-100)\").optional(),\n pageAfter: z.string().describe(\"Cursor token for fetching the next page of results\").optional(),\n projectId: z.string().describe(\"Paradym project identifier\"),\n pageBefore: z.string().describe(\"Cursor token for fetching the previous page of results\").optional(),\n}).describe(\"Request parameters for listing trusted entities of a project.\");\nconst ParadymGetTrustedEntities_TrustedEntitySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the trusted entity\"),\n name: z.string().describe(\"Name of the trusted entity\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the trust was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the trust was last updated\").nullable().optional(),\n entityType: z.string().describe(\"Type of the entity (e.g., organization, user)\").nullable().optional(),\n}).passthrough().describe(\"Represents a single trusted entity of a project.\");\nconst ParadymGetTrustedEntities_PaginationSchema: z.ZodTypeAny = z.object({\n size: z.string().describe(\"Page size\").nullable().optional(),\n maxSize: z.string().describe(\"Maximum page size allowed\").nullable().optional(),\n}).passthrough().describe(\"Pagination metadata for trusted entities list.\");\nconst ParadymGetTrustedEntities_MetaSchema: z.ZodTypeAny = z.object({\n page: ParadymGetTrustedEntities_PaginationSchema.nullable().optional(),\n sort: z.array(z.object({})).describe(\"Sorting information\").nullable().optional(),\n}).passthrough().describe(\"Metadata for the response including pagination.\");\nexport const ParadymGetTrustedEntitiesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParadymGetTrustedEntities_TrustedEntitySchema).describe(\"List of trusted entities in the project\").nullable().optional(),\n meta: ParadymGetTrustedEntities_MetaSchema.nullable().optional(),\n}).passthrough().describe(\"Response model for listing trusted entities of a project.\");\n\nexport const paradymGetTrustedEntities = action(\"PARADYM_GET_TRUSTED_ENTITIES\", {\n slug: \"paradym-get-trusted-entities\",\n name: \"Get Trusted Entities\",\n description: \"Tool to retrieve trusted entities for a specific project. Use when you need to list all trusted entities associated with a Paradym project after authentication.\",\n input: ParadymGetTrustedEntitiesInput,\n output: ParadymGetTrustedEntitiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAM,6CAA2D,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,2CAA2C,SAAS,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAM3E,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrI,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAOhB;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-trusted-entity.ts
4
+ const ParadymGetTrustedEntityInput = zod.z.object({
5
+ projectId: zod.z.string().describe("Paradym project identifier"),
6
+ trustedEntityId: zod.z.string().describe("Unique identifier of the trusted entity to retrieve")
7
+ }).describe("Request parameters for retrieving a specific trusted entity.");
8
+ const ParadymGetTrustedEntity_DidSchema = zod.z.object({
9
+ did: zod.z.string().describe("The decentralized identifier"),
10
+ name: zod.z.string().describe("Name of the DID").nullable().optional()
11
+ }).passthrough().describe("Represents a DID (Decentralized Identifier) associated with the trusted entity.");
12
+ const ParadymGetTrustedEntity_CertificateSchema = zod.z.object({
13
+ name: zod.z.string().describe("Name of the certificate").nullable().optional(),
14
+ certificate: zod.z.string().describe("The certificate content")
15
+ }).passthrough().describe("Represents a certificate associated with the trusted entity.");
16
+ const ParadymGetTrustedEntityOutput = zod.z.object({
17
+ id: zod.z.string().describe("Unique identifier of the trusted entity"),
18
+ dids: zod.z.array(ParadymGetTrustedEntity_DidSchema).describe("List of DIDs associated with the trusted entity"),
19
+ name: zod.z.string().describe("Name of the trusted entity"),
20
+ createdAt: zod.z.string().describe("ISO8601 timestamp when the trusted entity was created"),
21
+ updatedAt: zod.z.string().describe("ISO8601 timestamp when the trusted entity was last updated"),
22
+ certificates: zod.z.array(ParadymGetTrustedEntity_CertificateSchema).describe("List of certificates associated with the trusted entity")
23
+ }).passthrough().describe("Response model for retrieving a specific trusted entity.");
24
+ const paradymGetTrustedEntity = require_action.action("PARADYM_GET_TRUSTED_ENTITY", {
25
+ slug: "paradym-get-trusted-entity",
26
+ name: "Get Trusted Entity",
27
+ description: "Tool to retrieve a specific trusted entity by ID. Use when you need to get detailed information about a particular trusted entity including its certificates and DIDs.",
28
+ input: ParadymGetTrustedEntityInput,
29
+ output: ParadymGetTrustedEntityOutput
30
+ });
31
+ //#endregion
32
+ exports.paradymGetTrustedEntity = paradymGetTrustedEntity;
33
+
34
+ //# sourceMappingURL=get-trusted-entity.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entity.cjs","names":["z","action"],"sources":["../../src/actions/get-trusted-entity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymGetTrustedEntityInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"Paradym project identifier\"),\n trustedEntityId: z.string().describe(\"Unique identifier of the trusted entity to retrieve\"),\n}).describe(\"Request parameters for retrieving a specific trusted entity.\");\nconst ParadymGetTrustedEntity_DidSchema: z.ZodTypeAny = z.object({\n did: z.string().describe(\"The decentralized identifier\"),\n name: z.string().describe(\"Name of the DID\").nullable().optional(),\n}).passthrough().describe(\"Represents a DID (Decentralized Identifier) associated with the trusted entity.\");\nconst ParadymGetTrustedEntity_CertificateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the certificate\").nullable().optional(),\n certificate: z.string().describe(\"The certificate content\"),\n}).passthrough().describe(\"Represents a certificate associated with the trusted entity.\");\nexport const ParadymGetTrustedEntityOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the trusted entity\"),\n dids: z.array(ParadymGetTrustedEntity_DidSchema).describe(\"List of DIDs associated with the trusted entity\"),\n name: z.string().describe(\"Name of the trusted entity\"),\n createdAt: z.string().describe(\"ISO8601 timestamp when the trusted entity was created\"),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the trusted entity was last updated\"),\n certificates: z.array(ParadymGetTrustedEntity_CertificateSchema).describe(\"List of certificates associated with the trusted entity\"),\n}).passthrough().describe(\"Response model for retrieving a specific trusted entity.\");\n\nexport const paradymGetTrustedEntity = action(\"PARADYM_GET_TRUSTED_ENTITY\", {\n slug: \"paradym-get-trusted-entity\",\n name: \"Get Trusted Entity\",\n description: \"Tool to retrieve a specific trusted entity by ID. Use when you need to get detailed information about a particular trusted entity including its certificates and DIDs.\",\n input: ParadymGetTrustedEntityInput,\n output: ParadymGetTrustedEntityOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AAC5F,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iFAAiF;AAC3G,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AAC5D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAA8D;AACxF,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAMA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,iDAAiD;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC3F,cAAcA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,yDAAyD;AACrI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trusted-entity.d.ts
4
+ declare const ParadymGetTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymGetTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymGetTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetTrustedEntity };
9
+ //# sourceMappingURL=get-trusted-entity.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entity.d.cts","names":[],"sources":["../../src/actions/get-trusted-entity.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG8B;AAAA,cAS9D,6BAAA,EAA+B,CAAA,CAAE,UAOuC;AAAA,cAExE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trusted-entity.d.ts
4
+ declare const ParadymGetTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymGetTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymGetTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymGetTrustedEntity };
9
+ //# sourceMappingURL=get-trusted-entity.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trusted-entity.d.mts","names":[],"sources":["../../src/actions/get-trusted-entity.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG8B;AAAA,cAS9D,6BAAA,EAA+B,CAAA,CAAE,UAOuC;AAAA,cAExE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}