@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,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-sd-jwt-vc-credential-templates.d.ts
4
+ declare const ParadymListSdJwtVcCredentialTemplatesInput: z.ZodTypeAny;
5
+ declare const ParadymListSdJwtVcCredentialTemplatesOutput: z.ZodTypeAny;
6
+ declare const paradymListSdJwtVcCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymListSdJwtVcCredentialTemplates };
9
+ //# sourceMappingURL=list-sd-jwt-vc-credential-templates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sd-jwt-vc-credential-templates.d.mts","names":[],"sources":["../../src/actions/list-sd-jwt-vc-credential-templates.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAWa;AAAA,cAqC3D,2CAAA,EAA6C,CAAA,CAAE,UAGa;AAAA,cAE5D,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,80 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-sd-jwt-vc-credential-templates.ts
4
+ const ParadymListSdJwtVcCredentialTemplatesInput = z.object({
5
+ sort: z.enum([
6
+ "id",
7
+ "-id",
8
+ "createdAt",
9
+ "-createdAt",
10
+ "updatedAt",
11
+ "-updatedAt"
12
+ ]).describe("Sort order options for SD-JWT VC credential templates.").optional(),
13
+ filterId: z.string().describe("Filter templates by template ID").optional(),
14
+ pageSize: z.number().int().describe("Number of items per page").optional(),
15
+ pageAfter: z.string().describe("Cursor for pagination - retrieve items after this cursor").optional(),
16
+ projectId: z.string().describe("The unique identifier for the project"),
17
+ filterType: z.string().describe("Filter templates by type").optional(),
18
+ pageBefore: z.string().describe("Cursor for pagination - retrieve items before this cursor").optional(),
19
+ searchName: z.string().describe("Search templates by name").optional(),
20
+ filterArchived: z.boolean().describe("Filter templates by archived status").optional(),
21
+ filterRevocable: z.boolean().describe("Filter templates by revocable status").optional()
22
+ }).describe("Request model for listing SD-JWT VC credential templates.");
23
+ const ParadymListSdJwtVcCredentialTemplates_CredentialTemplateItemSchema = z.object({
24
+ id: z.string().describe("Unique identifier for the credential template"),
25
+ name: z.string().describe("Name of the credential template"),
26
+ text: z.object({}).describe("Text styling information").nullable().optional(),
27
+ type: z.string().describe("Type of the credential"),
28
+ format: z.string().describe("Format of the credential (sd-jwt-vc)"),
29
+ issuer: z.union([z.string(), z.object({})]).nullable().optional(),
30
+ createdAt: z.string().describe("Creation timestamp in ISO8601 format"),
31
+ revocable: z.boolean().describe("Whether the credential is revocable or not"),
32
+ updatedAt: z.string().describe("Last update timestamp in ISO8601 format"),
33
+ validFrom: z.union([
34
+ z.string(),
35
+ z.number().int(),
36
+ z.record(z.string(), z.unknown())
37
+ ]).nullable().optional(),
38
+ archivedAt: z.string().describe("Archive timestamp in ISO8601 format").nullable().optional(),
39
+ attributes: z.object({}).describe("Attributes defined in the credential template"),
40
+ background: z.object({}).describe("Background styling information").nullable().optional(),
41
+ validUntil: z.union([
42
+ z.string(),
43
+ z.number().int(),
44
+ z.record(z.string(), z.unknown())
45
+ ]).nullable().optional(),
46
+ description: z.string().describe("Description of the credential template").nullable().optional()
47
+ }).describe("Represents a single SD-JWT VC credential template.");
48
+ const ParadymListSdJwtVcCredentialTemplates_PageMetadataSchema = z.object({
49
+ size: z.string().describe("Number of items per page"),
50
+ after: z.string().describe("Cursor for retrieving next page").nullable().optional(),
51
+ before: z.string().describe("Cursor for retrieving previous page").nullable().optional(),
52
+ maxSize: z.string().describe("Maximum allowed page size")
53
+ }).describe("Metadata about page size settings.");
54
+ const ParadymListSdJwtVcCredentialTemplates_SortItemSchema = z.object({
55
+ field: z.string().describe("Field being sorted").nullable().optional(),
56
+ order: z.string().describe("Sort direction").nullable().optional()
57
+ }).passthrough().describe("Represents a sort order item.");
58
+ const ParadymListSdJwtVcCredentialTemplates_ResponseMetaSchema = z.object({
59
+ next: z.string().describe("URL for next page").nullable().optional(),
60
+ page: ParadymListSdJwtVcCredentialTemplates_PageMetadataSchema.nullable(),
61
+ prev: z.string().describe("URL for previous page").nullable().optional(),
62
+ sort: z.array(ParadymListSdJwtVcCredentialTemplates_SortItemSchema).describe("Sort order applied").nullable().optional(),
63
+ filter: z.object({}).describe("Filters applied to the query").nullable().optional(),
64
+ search: z.object({}).describe("Search terms applied").nullable().optional(),
65
+ include: z.string().describe("Included related resources").nullable().optional()
66
+ }).describe("Metadata about the response pagination and sorting.");
67
+ const paradymListSdJwtVcCredentialTemplates = action("PARADYM_LIST_SD_JWT_VC_CREDENTIAL_TEMPLATES", {
68
+ slug: "paradym-list-sd-jwt-vc-credential-templates",
69
+ name: "List SD-JWT VC Credential Templates",
70
+ description: "Tool to retrieve all SD-JWT VC credential templates for a project. Use when you need to list credential templates in SD-JWT VC format, with optional filtering by ID, type, revocable status, or archived status.",
71
+ input: ParadymListSdJwtVcCredentialTemplatesInput,
72
+ output: z.object({
73
+ data: z.array(ParadymListSdJwtVcCredentialTemplates_CredentialTemplateItemSchema).describe("List of SD-JWT VC credential templates").nullable().optional(),
74
+ meta: ParadymListSdJwtVcCredentialTemplates_ResponseMetaSchema.nullable()
75
+ }).describe("Response model for listing SD-JWT VC credential templates.")
76
+ });
77
+ //#endregion
78
+ export { paradymListSdJwtVcCredentialTemplates };
79
+
80
+ //# sourceMappingURL=list-sd-jwt-vc-credential-templates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sd-jwt-vc-credential-templates.mjs","names":[],"sources":["../../src/actions/list-sd-jwt-vc-credential-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymListSdJwtVcCredentialTemplatesInput: z.ZodTypeAny = z.object({\n sort: z.enum([\"id\", \"-id\", \"createdAt\", \"-createdAt\", \"updatedAt\", \"-updatedAt\"]).describe(\"Sort order options for SD-JWT VC credential templates.\").optional(),\n filterId: z.string().describe(\"Filter templates by template ID\").optional(),\n pageSize: z.number().int().describe(\"Number of items per page\").optional(),\n pageAfter: z.string().describe(\"Cursor for pagination - retrieve items after this cursor\").optional(),\n projectId: z.string().describe(\"The unique identifier for the project\"),\n filterType: z.string().describe(\"Filter templates by type\").optional(),\n pageBefore: z.string().describe(\"Cursor for pagination - retrieve items before this cursor\").optional(),\n searchName: z.string().describe(\"Search templates by name\").optional(),\n filterArchived: z.boolean().describe(\"Filter templates by archived status\").optional(),\n filterRevocable: z.boolean().describe(\"Filter templates by revocable status\").optional(),\n}).describe(\"Request model for listing SD-JWT VC credential templates.\");\nconst ParadymListSdJwtVcCredentialTemplates_CredentialTemplateItemSchema: 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: z.object({}).describe(\"Text styling information\").nullable().optional(),\n type: z.string().describe(\"Type of the credential\"),\n format: z.string().describe(\"Format of the credential (sd-jwt-vc)\"),\n issuer: z.union([z.string(), z.object({})]).nullable().optional(),\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.number().int(), z.record(z.string(), z.unknown())]).nullable().optional(),\n archivedAt: z.string().describe(\"Archive timestamp in ISO8601 format\").nullable().optional(),\n attributes: z.object({}).describe(\"Attributes defined in the credential template\"),\n background: z.object({}).describe(\"Background styling information\").nullable().optional(),\n validUntil: z.union([z.string(), z.number().int(), z.record(z.string(), z.unknown())]).nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n}).describe(\"Represents a single SD-JWT VC credential template.\");\nconst ParadymListSdJwtVcCredentialTemplates_PageMetadataSchema: z.ZodTypeAny = z.object({\n size: z.string().describe(\"Number of items per page\"),\n after: z.string().describe(\"Cursor for retrieving next page\").nullable().optional(),\n before: z.string().describe(\"Cursor for retrieving previous page\").nullable().optional(),\n maxSize: z.string().describe(\"Maximum allowed page size\"),\n}).describe(\"Metadata about page size settings.\");\nconst ParadymListSdJwtVcCredentialTemplates_SortItemSchema: z.ZodTypeAny = z.object({\n field: z.string().describe(\"Field being sorted\").nullable().optional(),\n order: z.string().describe(\"Sort direction\").nullable().optional(),\n}).passthrough().describe(\"Represents a sort order item.\");\nconst ParadymListSdJwtVcCredentialTemplates_ResponseMetaSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for next page\").nullable().optional(),\n page: ParadymListSdJwtVcCredentialTemplates_PageMetadataSchema.nullable(),\n prev: z.string().describe(\"URL for previous page\").nullable().optional(),\n sort: z.array(ParadymListSdJwtVcCredentialTemplates_SortItemSchema).describe(\"Sort order applied\").nullable().optional(),\n filter: z.object({}).describe(\"Filters applied to the query\").nullable().optional(),\n search: z.object({}).describe(\"Search terms applied\").nullable().optional(),\n include: z.string().describe(\"Included related resources\").nullable().optional(),\n}).describe(\"Metadata about the response pagination and sorting.\");\nexport const ParadymListSdJwtVcCredentialTemplatesOutput: z.ZodTypeAny = z.object({\n data: z.array(ParadymListSdJwtVcCredentialTemplates_CredentialTemplateItemSchema).describe(\"List of SD-JWT VC credential templates\").nullable().optional(),\n meta: ParadymListSdJwtVcCredentialTemplates_ResponseMetaSchema.nullable(),\n}).describe(\"Response model for listing SD-JWT VC credential templates.\");\n\nexport const paradymListSdJwtVcCredentialTemplates = action(\"PARADYM_LIST_SD_JWT_VC_CREDENTIAL_TEMPLATES\", {\n slug: \"paradym-list-sd-jwt-vc-credential-templates\",\n name: \"List SD-JWT VC Credential Templates\",\n description: \"Tool to retrieve all SD-JWT VC credential templates for a project. Use when you need to list credential templates in SD-JWT VC format, with optional filtering by ID, type, revocable status, or archived status.\",\n input: ParadymListSdJwtVcCredentialTemplatesInput,\n output: ParadymListSdJwtVcCredentialTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,MAAM,EAAE,KAAK;EAAC;EAAM;EAAO;EAAa;EAAc;EAAa;CAAY,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC9J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACrF,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,qEAAmF,EAAE,OAAO;CAChG,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,WAAW,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,2DAAyE,EAAE,OAAO;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AAC1D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,uDAAqE,EAAE,OAAO;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B;AACzD,MAAM,2DAAyE,EAAE,OAAO;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,yDAAyD,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,wCAAwC,OAAO,+CAA+C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuE,EAAE,OAAO;EAChF,MAAM,EAAE,MAAM,kEAAkE,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzJ,MAAM,yDAAyD,SAAS;CAC1E,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/receive-didcomm-invitation.ts
4
+ const ParadymReceiveDidcommInvitationInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The ID of the project"),
6
+ displayName: zod.z.string().describe("Display name of the connection, if not provided the displayName as provided by the other party in the invitation will be used.").optional(),
7
+ didcommInvitation: zod.z.union([zod.z.string(), zod.z.object({
8
+ id: zod.z.string().describe("Invitation identifier"),
9
+ type: zod.z.string().describe("Invitation type")
10
+ }).describe("Represents the JSON structure of a DIDComm invitation.")])
11
+ });
12
+ const ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema = zod.z.object({
13
+ id: zod.z.string().describe("Connection identifier"),
14
+ ourDid: zod.z.string().describe("Our DID in the connection"),
15
+ logoUrl: zod.z.string().describe("URL of the connection's logo").nullable().optional(),
16
+ theirDid: zod.z.string().describe("Their DID in the connection"),
17
+ createdAt: zod.z.string().describe("ISO8601 timestamp when the connection was created"),
18
+ updatedAt: zod.z.string().describe("ISO8601 timestamp when the connection was last updated"),
19
+ displayName: zod.z.string().describe("Display name of the connection")
20
+ }).describe("Represents a DIDComm connection object.");
21
+ const ParadymReceiveDidcommInvitationOutput = zod.z.object({ didcommConnection: ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema.nullable() }).describe("Response model for receiving a DIDComm invitation.");
22
+ const paradymReceiveDidcommInvitation = require_action.action("PARADYM_RECEIVE_DIDCOMM_INVITATION", {
23
+ slug: "paradym-receive-didcomm-invitation",
24
+ name: "Receive DIDComm Invitation",
25
+ description: "Tool to receive and process an external DIDComm invitation. Use when you need to accept a connection invitation from another party.",
26
+ input: ParadymReceiveDidcommInvitationInput,
27
+ output: ParadymReceiveDidcommInvitationOutput
28
+ });
29
+ //#endregion
30
+ exports.paradymReceiveDidcommInvitation = paradymReceiveDidcommInvitation;
31
+
32
+ //# sourceMappingURL=receive-didcomm-invitation.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-didcomm-invitation.cjs","names":["z","action"],"sources":["../../src/actions/receive-didcomm-invitation.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymReceiveDidcommInvitationInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project\"),\n displayName: z.string().describe(\"Display name of the connection, if not provided the displayName as provided by the other party in the invitation will be used.\").optional(),\n didcommInvitation: z.union([z.string(), z.object({\n id: z.string().describe(\"Invitation identifier\"),\n type: z.string().describe(\"Invitation type\"),\n}).describe(\"Represents the JSON structure of a DIDComm invitation.\")]),\n});\nconst ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Connection identifier\"),\n ourDid: z.string().describe(\"Our DID in the connection\"),\n logoUrl: z.string().describe(\"URL of the connection's logo\").nullable().optional(),\n theirDid: z.string().describe(\"Their DID in the connection\"),\n createdAt: z.string().describe(\"ISO8601 timestamp when the connection was created\"),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the connection was last updated\"),\n displayName: z.string().describe(\"Display name of the connection\"),\n}).describe(\"Represents a DIDComm connection object.\");\nexport const ParadymReceiveDidcommInvitationOutput: z.ZodTypeAny = z.object({\n didcommConnection: ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema.nullable(),\n}).describe(\"Response model for receiving a DIDComm invitation.\");\n\nexport const paradymReceiveDidcommInvitation = action(\"PARADYM_RECEIVE_DIDCOMM_INVITATION\", {\n slug: \"paradym-receive-didcomm-invitation\",\n name: \"Receive DIDComm Invitation\",\n description: \"Tool to receive and process an external DIDComm invitation. Use when you need to accept a connection invitation from another party.\",\n input: ParadymReceiveDidcommInvitationInput,\n output: ParadymReceiveDidcommInvitationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACtD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS;CAC5K,mBAAmBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO;EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC7C,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC;AACtE,CAAC;AACD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACnE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,mBAAmB,4DAA4D,SAAS,EAC1F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,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/receive-didcomm-invitation.d.ts
4
+ declare const ParadymReceiveDidcommInvitationInput: z.ZodTypeAny;
5
+ declare const ParadymReceiveDidcommInvitationOutput: z.ZodTypeAny;
6
+ declare const paradymReceiveDidcommInvitation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymReceiveDidcommInvitation };
9
+ //# sourceMappingURL=receive-didcomm-invitation.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-didcomm-invitation.d.cts","names":[],"sources":["../../src/actions/receive-didcomm-invitation.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAOnD;AAAA,cAUW,qCAAA,EAAuC,CAAA,CAAE,UAEW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/receive-didcomm-invitation.d.ts
4
+ declare const ParadymReceiveDidcommInvitationInput: z.ZodTypeAny;
5
+ declare const ParadymReceiveDidcommInvitationOutput: z.ZodTypeAny;
6
+ declare const paradymReceiveDidcommInvitation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymReceiveDidcommInvitation };
9
+ //# sourceMappingURL=receive-didcomm-invitation.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-didcomm-invitation.d.mts","names":[],"sources":["../../src/actions/receive-didcomm-invitation.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAOnD;AAAA,cAUW,qCAAA,EAAuC,CAAA,CAAE,UAEW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/receive-didcomm-invitation.ts
4
+ const ParadymReceiveDidcommInvitationInput = z.object({
5
+ projectId: z.string().describe("The ID of the project"),
6
+ displayName: z.string().describe("Display name of the connection, if not provided the displayName as provided by the other party in the invitation will be used.").optional(),
7
+ didcommInvitation: z.union([z.string(), z.object({
8
+ id: z.string().describe("Invitation identifier"),
9
+ type: z.string().describe("Invitation type")
10
+ }).describe("Represents the JSON structure of a DIDComm invitation.")])
11
+ });
12
+ const ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema = z.object({
13
+ id: z.string().describe("Connection identifier"),
14
+ ourDid: z.string().describe("Our DID in the connection"),
15
+ logoUrl: z.string().describe("URL of the connection's logo").nullable().optional(),
16
+ theirDid: z.string().describe("Their DID in the connection"),
17
+ createdAt: z.string().describe("ISO8601 timestamp when the connection was created"),
18
+ updatedAt: z.string().describe("ISO8601 timestamp when the connection was last updated"),
19
+ displayName: z.string().describe("Display name of the connection")
20
+ }).describe("Represents a DIDComm connection object.");
21
+ const paradymReceiveDidcommInvitation = action("PARADYM_RECEIVE_DIDCOMM_INVITATION", {
22
+ slug: "paradym-receive-didcomm-invitation",
23
+ name: "Receive DIDComm Invitation",
24
+ description: "Tool to receive and process an external DIDComm invitation. Use when you need to accept a connection invitation from another party.",
25
+ input: ParadymReceiveDidcommInvitationInput,
26
+ output: z.object({ didcommConnection: ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema.nullable() }).describe("Response model for receiving a DIDComm invitation.")
27
+ });
28
+ //#endregion
29
+ export { paradymReceiveDidcommInvitation };
30
+
31
+ //# sourceMappingURL=receive-didcomm-invitation.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-didcomm-invitation.mjs","names":[],"sources":["../../src/actions/receive-didcomm-invitation.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymReceiveDidcommInvitationInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project\"),\n displayName: z.string().describe(\"Display name of the connection, if not provided the displayName as provided by the other party in the invitation will be used.\").optional(),\n didcommInvitation: z.union([z.string(), z.object({\n id: z.string().describe(\"Invitation identifier\"),\n type: z.string().describe(\"Invitation type\"),\n}).describe(\"Represents the JSON structure of a DIDComm invitation.\")]),\n});\nconst ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Connection identifier\"),\n ourDid: z.string().describe(\"Our DID in the connection\"),\n logoUrl: z.string().describe(\"URL of the connection's logo\").nullable().optional(),\n theirDid: z.string().describe(\"Their DID in the connection\"),\n createdAt: z.string().describe(\"ISO8601 timestamp when the connection was created\"),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the connection was last updated\"),\n displayName: z.string().describe(\"Display name of the connection\"),\n}).describe(\"Represents a DIDComm connection object.\");\nexport const ParadymReceiveDidcommInvitationOutput: z.ZodTypeAny = z.object({\n didcommConnection: ParadymReceiveDidcommInvitation_DidcommConnectionDataSchema.nullable(),\n}).describe(\"Response model for receiving a DIDComm invitation.\");\n\nexport const paradymReceiveDidcommInvitation = action(\"PARADYM_RECEIVE_DIDCOMM_INVITATION\", {\n slug: \"paradym-receive-didcomm-invitation\",\n name: \"Receive DIDComm Invitation\",\n description: \"Tool to receive and process an external DIDComm invitation. Use when you need to accept a connection invitation from another party.\",\n input: ParadymReceiveDidcommInvitationInput,\n output: ParadymReceiveDidcommInvitationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACtD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI,CAAC,CAAC,SAAS;CAC5K,mBAAmB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO;EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC7C,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC;AACtE,CAAC;AACD,MAAM,8DAA4E,EAAE,OAAO;CACzF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACnE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiE,EAAE,OAAO,EAC1E,mBAAmB,4DAA4D,SAAS,EAC1F,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/revoke-certificate.ts
4
+ const ParadymRevokeCertificateInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The ID of the project containing the certificate to revoke"),
6
+ certificateId: zod.z.string().describe("The ID of the certificate to revoke")
7
+ });
8
+ const ParadymRevokeCertificate_CertificateCapabilitiesSchema = zod.z.object({ signMdl: zod.z.boolean().describe("The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate").nullable().optional() });
9
+ const ParadymRevokeCertificateOutput = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier of the certificate"),
11
+ type: zod.z.string().describe("Type of certificate (e.g., 'verifierSignRequest', 'issuerSignCredential', 'verifierRoot', 'issuerRoot')"),
12
+ status: zod.z.string().describe("Current status of the certificate (e.g., 'expired', 'active', 'revoked', 'pendingActivation', 'inactive', 'pendingRevocation')"),
13
+ keyType: zod.z.string().describe("Type of cryptographic key (e.g., 'P-256', 'Ed25519')"),
14
+ createdAt: zod.z.string().describe("Timestamp when the certificate was created in ISO 8601 format"),
15
+ expiresAt: zod.z.string().describe("Timestamp when the certificate expires in ISO 8601 format"),
16
+ updatedAt: zod.z.string().describe("Timestamp when the certificate was last updated in ISO 8601 format"),
17
+ certificate: zod.z.string().describe("The certificate content"),
18
+ capabilities: ParadymRevokeCertificate_CertificateCapabilitiesSchema.nullable().optional(),
19
+ parentCertificateId: zod.z.string().describe("The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed").nullable().optional(),
20
+ subjectKeyIdentifier: zod.z.string().describe("Subject key identifier of the certificate")
21
+ });
22
+ const paradymRevokeCertificate = require_action.action("PARADYM_REVOKE_CERTIFICATE", {
23
+ slug: "paradym-revoke-certificate",
24
+ name: "Revoke Certificate",
25
+ description: "Tool to revoke a certificate in a project. Use when you need to invalidate a certificate. Returns the updated certificate details with revoked status.",
26
+ input: ParadymRevokeCertificateInput,
27
+ output: ParadymRevokeCertificateOutput
28
+ });
29
+ //#endregion
30
+ exports.paradymRevokeCertificate = paradymRevokeCertificate;
31
+
32
+ //# sourceMappingURL=revoke-certificate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"revoke-certificate.cjs","names":["z","action"],"sources":["../../src/actions/revoke-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymRevokeCertificateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the certificate to revoke\"),\n certificateId: z.string().describe(\"The ID of the certificate to revoke\"),\n});\nconst ParadymRevokeCertificate_CertificateCapabilitiesSchema: z.ZodTypeAny = z.object({\n signMdl: z.boolean().describe(\"The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate\").nullable().optional(),\n});\nexport const ParadymRevokeCertificateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the certificate\"),\n type: z.string().describe(\"Type of certificate (e.g., 'verifierSignRequest', 'issuerSignCredential', 'verifierRoot', 'issuerRoot')\"),\n status: z.string().describe(\"Current status of the certificate (e.g., 'expired', 'active', 'revoked', 'pendingActivation', 'inactive', 'pendingRevocation')\"),\n keyType: z.string().describe(\"Type of cryptographic key (e.g., 'P-256', 'Ed25519')\"),\n createdAt: z.string().describe(\"Timestamp when the certificate was created in ISO 8601 format\"),\n expiresAt: z.string().describe(\"Timestamp when the certificate expires in ISO 8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the certificate was last updated in ISO 8601 format\"),\n certificate: z.string().describe(\"The certificate content\"),\n capabilities: ParadymRevokeCertificate_CertificateCapabilitiesSchema.nullable().optional(),\n parentCertificateId: z.string().describe(\"The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed\").nullable().optional(),\n subjectKeyIdentifier: z.string().describe(\"Subject key identifier of the certificate\"),\n});\n\nexport const paradymRevokeCertificate = action(\"PARADYM_REVOKE_CERTIFICATE\", {\n slug: \"paradym-revoke-certificate\",\n name: \"Revoke Certificate\",\n description: \"Tool to revoke a certificate in a project. Use when you need to invalidate a certificate. Returns the updated certificate details with revoked status.\",\n input: ParadymRevokeCertificateInput,\n output: ParadymRevokeCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC3F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AAC1E,CAAC;AACD,MAAM,yDAAuEA,IAAAA,EAAE,OAAO,EACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvL,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;CACnI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI;CAC5J,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC1D,cAAc,uDAAuD,SAAS,CAAC,CAAC,SAAS;CACzF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1O,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACvF,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,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/revoke-certificate.d.ts
4
+ declare const ParadymRevokeCertificateInput: z.ZodTypeAny;
5
+ declare const ParadymRevokeCertificateOutput: z.ZodTypeAny;
6
+ declare const paradymRevokeCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymRevokeCertificate };
9
+ //# sourceMappingURL=revoke-certificate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"revoke-certificate.d.cts","names":[],"sources":["../../src/actions/revoke-certificate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAIW,8BAAA,EAAgC,CAAA,CAAE,UAY7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/revoke-certificate.d.ts
4
+ declare const ParadymRevokeCertificateInput: z.ZodTypeAny;
5
+ declare const ParadymRevokeCertificateOutput: z.ZodTypeAny;
6
+ declare const paradymRevokeCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymRevokeCertificate };
9
+ //# sourceMappingURL=revoke-certificate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"revoke-certificate.d.mts","names":[],"sources":["../../src/actions/revoke-certificate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAIW,8BAAA,EAAgC,CAAA,CAAE,UAY7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/revoke-certificate.ts
4
+ const ParadymRevokeCertificateInput = z.object({
5
+ projectId: z.string().describe("The ID of the project containing the certificate to revoke"),
6
+ certificateId: z.string().describe("The ID of the certificate to revoke")
7
+ });
8
+ const ParadymRevokeCertificate_CertificateCapabilitiesSchema = z.object({ signMdl: z.boolean().describe("The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate").nullable().optional() });
9
+ const paradymRevokeCertificate = action("PARADYM_REVOKE_CERTIFICATE", {
10
+ slug: "paradym-revoke-certificate",
11
+ name: "Revoke Certificate",
12
+ description: "Tool to revoke a certificate in a project. Use when you need to invalidate a certificate. Returns the updated certificate details with revoked status.",
13
+ input: ParadymRevokeCertificateInput,
14
+ output: z.object({
15
+ id: z.string().describe("Unique identifier of the certificate"),
16
+ type: z.string().describe("Type of certificate (e.g., 'verifierSignRequest', 'issuerSignCredential', 'verifierRoot', 'issuerRoot')"),
17
+ status: z.string().describe("Current status of the certificate (e.g., 'expired', 'active', 'revoked', 'pendingActivation', 'inactive', 'pendingRevocation')"),
18
+ keyType: z.string().describe("Type of cryptographic key (e.g., 'P-256', 'Ed25519')"),
19
+ createdAt: z.string().describe("Timestamp when the certificate was created in ISO 8601 format"),
20
+ expiresAt: z.string().describe("Timestamp when the certificate expires in ISO 8601 format"),
21
+ updatedAt: z.string().describe("Timestamp when the certificate was last updated in ISO 8601 format"),
22
+ certificate: z.string().describe("The certificate content"),
23
+ capabilities: ParadymRevokeCertificate_CertificateCapabilitiesSchema.nullable().optional(),
24
+ parentCertificateId: z.string().describe("The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed").nullable().optional(),
25
+ subjectKeyIdentifier: z.string().describe("Subject key identifier of the certificate")
26
+ })
27
+ });
28
+ //#endregion
29
+ export { paradymRevokeCertificate };
30
+
31
+ //# sourceMappingURL=revoke-certificate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"revoke-certificate.mjs","names":[],"sources":["../../src/actions/revoke-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymRevokeCertificateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the certificate to revoke\"),\n certificateId: z.string().describe(\"The ID of the certificate to revoke\"),\n});\nconst ParadymRevokeCertificate_CertificateCapabilitiesSchema: z.ZodTypeAny = z.object({\n signMdl: z.boolean().describe(\"The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate\").nullable().optional(),\n});\nexport const ParadymRevokeCertificateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the certificate\"),\n type: z.string().describe(\"Type of certificate (e.g., 'verifierSignRequest', 'issuerSignCredential', 'verifierRoot', 'issuerRoot')\"),\n status: z.string().describe(\"Current status of the certificate (e.g., 'expired', 'active', 'revoked', 'pendingActivation', 'inactive', 'pendingRevocation')\"),\n keyType: z.string().describe(\"Type of cryptographic key (e.g., 'P-256', 'Ed25519')\"),\n createdAt: z.string().describe(\"Timestamp when the certificate was created in ISO 8601 format\"),\n expiresAt: z.string().describe(\"Timestamp when the certificate expires in ISO 8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the certificate was last updated in ISO 8601 format\"),\n certificate: z.string().describe(\"The certificate content\"),\n capabilities: ParadymRevokeCertificate_CertificateCapabilitiesSchema.nullable().optional(),\n parentCertificateId: z.string().describe(\"The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed\").nullable().optional(),\n subjectKeyIdentifier: z.string().describe(\"Subject key identifier of the certificate\"),\n});\n\nexport const paradymRevokeCertificate = action(\"PARADYM_REVOKE_CERTIFICATE\", {\n slug: \"paradym-revoke-certificate\",\n name: \"Revoke Certificate\",\n description: \"Tool to revoke a certificate in a project. Use when you need to invalidate a certificate. Returns the updated certificate details with revoked status.\",\n input: ParadymRevokeCertificateInput,\n output: ParadymRevokeCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AAC1E,CAAC;AACD,MAAM,yDAAuE,EAAE,OAAO,EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACvL,CAAC;AAeD,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG;EACnI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gIAAgI;EAC5J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EAC1D,cAAc,uDAAuD,SAAS,CAAC,CAAC,SAAS;EACzF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1O,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACvF,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/send-did-comm-custom-message.ts
4
+ const ParadymSendDidCommCustomMessageInput = zod.z.object({
5
+ message: zod.z.object({}).describe("Custom DIDComm message object containing @type, @id, and any additional fields"),
6
+ projectId: zod.z.string().describe("The unique identifier of the Paradym project"),
7
+ didcommConnectionId: zod.z.string().describe("The DIDComm connection identifier to send the message to")
8
+ });
9
+ const ParadymSendDidCommCustomMessageOutput = zod.z.object({
10
+ message: zod.z.object({}).describe("The custom DIDComm message that was sent"),
11
+ didcommConnectionId: zod.z.string().describe("The DIDComm connection identifier the message was sent to")
12
+ }).describe("Response model for sending a custom DIDComm message.");
13
+ const paradymSendDidCommCustomMessage = require_action.action("PARADYM_SEND_DID_COMM_CUSTOM_MESSAGE", {
14
+ slug: "paradym-send-did-comm-custom-message",
15
+ name: "Send Custom DIDComm Message",
16
+ description: "Tool to send a custom DIDComm message to a connection. Use when you need to send custom protocol messages over an established DIDComm connection.",
17
+ input: ParadymSendDidCommCustomMessageInput,
18
+ output: ParadymSendDidCommCustomMessageOutput
19
+ });
20
+ //#endregion
21
+ exports.paradymSendDidCommCustomMessage = paradymSendDidCommCustomMessage;
22
+
23
+ //# sourceMappingURL=send-did-comm-custom-message.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-did-comm-custom-message.cjs","names":["z","action"],"sources":["../../src/actions/send-did-comm-custom-message.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymSendDidCommCustomMessageInput: z.ZodTypeAny = z.object({\n message: z.object({}).describe(\"Custom DIDComm message object containing @type, @id, and any additional fields\"),\n projectId: z.string().describe(\"The unique identifier of the Paradym project\"),\n didcommConnectionId: z.string().describe(\"The DIDComm connection identifier to send the message to\"),\n});\nexport const ParadymSendDidCommCustomMessageOutput: z.ZodTypeAny = z.object({\n message: z.object({}).describe(\"The custom DIDComm message that was sent\"),\n didcommConnectionId: z.string().describe(\"The DIDComm connection identifier the message was sent to\"),\n}).describe(\"Response model for sending a custom DIDComm message.\");\n\nexport const paradymSendDidCommCustomMessage = action(\"PARADYM_SEND_DID_COMM_CUSTOM_MESSAGE\", {\n slug: \"paradym-send-did-comm-custom-message\",\n name: \"Send Custom DIDComm Message\",\n description: \"Tool to send a custom DIDComm message to a connection. Use when you need to send custom protocol messages over an established DIDComm connection.\",\n input: ParadymSendDidCommCustomMessageInput,\n output: ParadymSendDidCommCustomMessageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;CAC/G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AACrG,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACzE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;AACtG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/send-did-comm-custom-message.d.ts
4
+ declare const ParadymSendDidCommCustomMessageInput: z.ZodTypeAny;
5
+ declare const ParadymSendDidCommCustomMessageOutput: z.ZodTypeAny;
6
+ declare const paradymSendDidCommCustomMessage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymSendDidCommCustomMessage };
9
+ //# sourceMappingURL=send-did-comm-custom-message.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-did-comm-custom-message.d.cts","names":[],"sources":["../../src/actions/send-did-comm-custom-message.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAGa;AAAA,cAEtD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/send-did-comm-custom-message.d.ts
4
+ declare const ParadymSendDidCommCustomMessageInput: z.ZodTypeAny;
5
+ declare const ParadymSendDidCommCustomMessageOutput: z.ZodTypeAny;
6
+ declare const paradymSendDidCommCustomMessage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymSendDidCommCustomMessage };
9
+ //# sourceMappingURL=send-did-comm-custom-message.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-did-comm-custom-message.d.mts","names":[],"sources":["../../src/actions/send-did-comm-custom-message.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAGa;AAAA,cAEtD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymSendDidCommCustomMessage = action("PARADYM_SEND_DID_COMM_CUSTOM_MESSAGE", {
4
+ slug: "paradym-send-did-comm-custom-message",
5
+ name: "Send Custom DIDComm Message",
6
+ description: "Tool to send a custom DIDComm message to a connection. Use when you need to send custom protocol messages over an established DIDComm connection.",
7
+ input: z.object({
8
+ message: z.object({}).describe("Custom DIDComm message object containing @type, @id, and any additional fields"),
9
+ projectId: z.string().describe("The unique identifier of the Paradym project"),
10
+ didcommConnectionId: z.string().describe("The DIDComm connection identifier to send the message to")
11
+ }),
12
+ output: z.object({
13
+ message: z.object({}).describe("The custom DIDComm message that was sent"),
14
+ didcommConnectionId: z.string().describe("The DIDComm connection identifier the message was sent to")
15
+ }).describe("Response model for sending a custom DIDComm message.")
16
+ });
17
+ //#endregion
18
+ export { paradymSendDidCommCustomMessage };
19
+
20
+ //# sourceMappingURL=send-did-comm-custom-message.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-did-comm-custom-message.mjs","names":[],"sources":["../../src/actions/send-did-comm-custom-message.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymSendDidCommCustomMessageInput: z.ZodTypeAny = z.object({\n message: z.object({}).describe(\"Custom DIDComm message object containing @type, @id, and any additional fields\"),\n projectId: z.string().describe(\"The unique identifier of the Paradym project\"),\n didcommConnectionId: z.string().describe(\"The DIDComm connection identifier to send the message to\"),\n});\nexport const ParadymSendDidCommCustomMessageOutput: z.ZodTypeAny = z.object({\n message: z.object({}).describe(\"The custom DIDComm message that was sent\"),\n didcommConnectionId: z.string().describe(\"The DIDComm connection identifier the message was sent to\"),\n}).describe(\"Response model for sending a custom DIDComm message.\");\n\nexport const paradymSendDidCommCustomMessage = action(\"PARADYM_SEND_DID_COMM_CUSTOM_MESSAGE\", {\n slug: \"paradym-send-did-comm-custom-message\",\n name: \"Send Custom DIDComm Message\",\n description: \"Tool to send a custom DIDComm message to a connection. Use when you need to send custom protocol messages over an established DIDComm connection.\",\n input: ParadymSendDidCommCustomMessageInput,\n output: ParadymSendDidCommCustomMessageOutput,\n});\n"],"mappings":";;AAcA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdgE,EAAE,OAAO;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gFAAgF;EAC/G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC7E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACrG,CAUS;CACP,QAViE,EAAE,OAAO;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;EACzE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACtG,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/send-didcomm-basic-message.ts
4
+ const ParadymSendDidcommBasicMessageInput = zod.z.object({
5
+ message: zod.z.string().describe("The message content to send"),
6
+ projectId: zod.z.string().describe("The ID of the project"),
7
+ replyMessageId: zod.z.string().describe("Optional message ID to which this message is a reply (parentThreadId)").optional(),
8
+ didcommConnectionId: zod.z.string().describe("The DIDComm connection ID to send the message to")
9
+ });
10
+ const ParadymSendDidcommBasicMessageOutput = zod.z.object({
11
+ message: zod.z.string().describe("The message content that was sent"),
12
+ sentTime: zod.z.string().describe("ISO8601 timestamp when the message was sent"),
13
+ messageId: zod.z.string().describe("Unique identifier for the sent message"),
14
+ replyMessageId: zod.z.string().describe("The message ID this message is replying to, if applicable").nullable().optional(),
15
+ didcommConnectionId: zod.z.string().describe("The DIDComm connection ID the message was sent to")
16
+ }).describe("Response model for sending a DIDComm basic message.");
17
+ const paradymSendDidcommBasicMessage = require_action.action("PARADYM_SEND_DIDCOMM_BASIC_MESSAGE", {
18
+ slug: "paradym-send-didcomm-basic-message",
19
+ name: "Send DIDComm Basic Message",
20
+ description: "Tool to send a basic DIDComm message to a connection. Use when you need to send a text message through an established DIDComm connection.",
21
+ input: ParadymSendDidcommBasicMessageInput,
22
+ output: ParadymSendDidcommBasicMessageOutput
23
+ });
24
+ //#endregion
25
+ exports.paradymSendDidcommBasicMessage = paradymSendDidcommBasicMessage;
26
+
27
+ //# sourceMappingURL=send-didcomm-basic-message.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-didcomm-basic-message.cjs","names":["z","action"],"sources":["../../src/actions/send-didcomm-basic-message.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymSendDidcommBasicMessageInput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"The message content to send\"),\n projectId: z.string().describe(\"The ID of the project\"),\n replyMessageId: z.string().describe(\"Optional message ID to which this message is a reply (parentThreadId)\").optional(),\n didcommConnectionId: z.string().describe(\"The DIDComm connection ID to send the message to\"),\n});\nexport const ParadymSendDidcommBasicMessageOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"The message content that was sent\"),\n sentTime: z.string().describe(\"ISO8601 timestamp when the message was sent\"),\n messageId: z.string().describe(\"Unique identifier for the sent message\"),\n replyMessageId: z.string().describe(\"The message ID this message is replying to, if applicable\").nullable().optional(),\n didcommConnectionId: z.string().describe(\"The DIDComm connection ID the message was sent to\"),\n}).describe(\"Response model for sending a DIDComm basic message.\");\n\nexport const paradymSendDidcommBasicMessage = action(\"PARADYM_SEND_DIDCOMM_BASIC_MESSAGE\", {\n slug: \"paradym-send-didcomm-basic-message\",\n name: \"Send DIDComm Basic Message\",\n description: \"Tool to send a basic DIDComm message to a connection. Use when you need to send a text message through an established DIDComm connection.\",\n input: ParadymSendDidcommBasicMessageInput,\n output: ParadymSendDidcommBasicMessageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACtD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACtH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAC7F,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACvE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC9F,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/send-didcomm-basic-message.d.ts
4
+ declare const ParadymSendDidcommBasicMessageInput: z.ZodTypeAny;
5
+ declare const ParadymSendDidcommBasicMessageOutput: z.ZodTypeAny;
6
+ declare const paradymSendDidcommBasicMessage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymSendDidcommBasicMessage };
9
+ //# sourceMappingURL=send-didcomm-basic-message.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-didcomm-basic-message.d.cts","names":[],"sources":["../../src/actions/send-didcomm-basic-message.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAKlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAMa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/send-didcomm-basic-message.d.ts
4
+ declare const ParadymSendDidcommBasicMessageInput: z.ZodTypeAny;
5
+ declare const ParadymSendDidcommBasicMessageOutput: z.ZodTypeAny;
6
+ declare const paradymSendDidcommBasicMessage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymSendDidcommBasicMessage };
9
+ //# sourceMappingURL=send-didcomm-basic-message.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-didcomm-basic-message.d.mts","names":[],"sources":["../../src/actions/send-didcomm-basic-message.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAKlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAMa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymSendDidcommBasicMessage = action("PARADYM_SEND_DIDCOMM_BASIC_MESSAGE", {
4
+ slug: "paradym-send-didcomm-basic-message",
5
+ name: "Send DIDComm Basic Message",
6
+ description: "Tool to send a basic DIDComm message to a connection. Use when you need to send a text message through an established DIDComm connection.",
7
+ input: z.object({
8
+ message: z.string().describe("The message content to send"),
9
+ projectId: z.string().describe("The ID of the project"),
10
+ replyMessageId: z.string().describe("Optional message ID to which this message is a reply (parentThreadId)").optional(),
11
+ didcommConnectionId: z.string().describe("The DIDComm connection ID to send the message to")
12
+ }),
13
+ output: z.object({
14
+ message: z.string().describe("The message content that was sent"),
15
+ sentTime: z.string().describe("ISO8601 timestamp when the message was sent"),
16
+ messageId: z.string().describe("Unique identifier for the sent message"),
17
+ replyMessageId: z.string().describe("The message ID this message is replying to, if applicable").nullable().optional(),
18
+ didcommConnectionId: z.string().describe("The DIDComm connection ID the message was sent to")
19
+ }).describe("Response model for sending a DIDComm basic message.")
20
+ });
21
+ //#endregion
22
+ export { paradymSendDidcommBasicMessage };
23
+
24
+ //# sourceMappingURL=send-didcomm-basic-message.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-didcomm-basic-message.mjs","names":[],"sources":["../../src/actions/send-didcomm-basic-message.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymSendDidcommBasicMessageInput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"The message content to send\"),\n projectId: z.string().describe(\"The ID of the project\"),\n replyMessageId: z.string().describe(\"Optional message ID to which this message is a reply (parentThreadId)\").optional(),\n didcommConnectionId: z.string().describe(\"The DIDComm connection ID to send the message to\"),\n});\nexport const ParadymSendDidcommBasicMessageOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"The message content that was sent\"),\n sentTime: z.string().describe(\"ISO8601 timestamp when the message was sent\"),\n messageId: z.string().describe(\"Unique identifier for the sent message\"),\n replyMessageId: z.string().describe(\"The message ID this message is replying to, if applicable\").nullable().optional(),\n didcommConnectionId: z.string().describe(\"The DIDComm connection ID the message was sent to\"),\n}).describe(\"Response model for sending a DIDComm basic message.\");\n\nexport const paradymSendDidcommBasicMessage = action(\"PARADYM_SEND_DIDCOMM_BASIC_MESSAGE\", {\n slug: \"paradym-send-didcomm-basic-message\",\n name: \"Send DIDComm Basic Message\",\n description: \"Tool to send a basic DIDComm message to a connection. Use when you need to send a text message through an established DIDComm connection.\",\n input: ParadymSendDidcommBasicMessageInput,\n output: ParadymSendDidcommBasicMessageOutput,\n});\n"],"mappings":";;AAkBA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB+D,EAAE,OAAO;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACtD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EACtH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC7F,CAaS;CACP,QAbgE,EAAE,OAAO;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACvE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC9F,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unarchive-anoncreds-credential-template.ts
4
+ const ParadymUnarchiveAnoncredsCredentialTemplateInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The unique identifier of the project containing the credential template"),
6
+ credentialTemplateId: zod.z.string().describe("The unique identifier of the AnonCreds credential template to unarchive")
7
+ });
8
+ const ParadymUnarchiveAnoncredsCredentialTemplateOutput = zod.z.object({
9
+ status: zod.z.string().describe("Result of the unarchive operation"),
10
+ message: zod.z.string().describe("Optional message about the operation").nullable().optional()
11
+ });
12
+ const paradymUnarchiveAnoncredsCredentialTemplate = require_action.action("PARADYM_UNARCHIVE_ANONCREDS_CREDENTIAL_TEMPLATE", {
13
+ slug: "paradym-unarchive-anoncreds-credential-template",
14
+ name: "Unarchive AnonCreds Credential Template",
15
+ description: "Tool to unarchive an archived AnonCreds credential template. Use when you need to restore an archived credential template to active status.",
16
+ input: ParadymUnarchiveAnoncredsCredentialTemplateInput,
17
+ output: ParadymUnarchiveAnoncredsCredentialTemplateOutput
18
+ });
19
+ //#endregion
20
+ exports.paradymUnarchiveAnoncredsCredentialTemplate = paradymUnarchiveAnoncredsCredentialTemplate;
21
+
22
+ //# sourceMappingURL=unarchive-anoncreds-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-anoncreds-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/unarchive-anoncreds-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUnarchiveAnoncredsCredentialTemplateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier of the project containing the credential template\"),\n credentialTemplateId: z.string().describe(\"The unique identifier of the AnonCreds credential template to unarchive\"),\n});\nexport const ParadymUnarchiveAnoncredsCredentialTemplateOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Result of the unarchive operation\"),\n message: z.string().describe(\"Optional message about the operation\").nullable().optional(),\n});\n\nexport const paradymUnarchiveAnoncredsCredentialTemplate = action(\"PARADYM_UNARCHIVE_ANONCREDS_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-unarchive-anoncreds-credential-template\",\n name: \"Unarchive AnonCreds Credential Template\",\n description: \"Tool to unarchive an archived AnonCreds credential template. Use when you need to restore an archived credential template to active status.\",\n input: ParadymUnarchiveAnoncredsCredentialTemplateInput,\n output: ParadymUnarchiveAnoncredsCredentialTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mDAAiEA,IAAAA,EAAE,OAAO;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACxG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;AACrH,CAAC;AACD,MAAa,oDAAkEA,IAAAA,EAAE,OAAO;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC;AAED,MAAa,8CAA8CC,eAAAA,OAAO,mDAAmD;CACnH,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/unarchive-anoncreds-credential-template.d.ts
4
+ declare const ParadymUnarchiveAnoncredsCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUnarchiveAnoncredsCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUnarchiveAnoncredsCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUnarchiveAnoncredsCredentialTemplate };
9
+ //# sourceMappingURL=unarchive-anoncreds-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-anoncreds-credential-template.d.cts","names":[],"sources":["../../src/actions/unarchive-anoncreds-credential-template.ts"],"mappings":";;;cAIa,gDAAA,EAAkD,CAAA,CAAE,UAG/D;AAAA,cACW,iDAAA,EAAmD,CAAA,CAAE,UAGhE;AAAA,cAEW,2CAAA,gCAA2C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}