@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/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.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-anoncreds-credential-template.d.mts","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"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUnarchiveAnoncredsCredentialTemplate = action("PARADYM_UNARCHIVE_ANONCREDS_CREDENTIAL_TEMPLATE", {
4
+ slug: "paradym-unarchive-anoncreds-credential-template",
5
+ name: "Unarchive AnonCreds Credential Template",
6
+ description: "Tool to unarchive an archived AnonCreds credential template. Use when you need to restore an archived credential template to active status.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The unique identifier of the project containing the credential template"),
9
+ credentialTemplateId: z.string().describe("The unique identifier of the AnonCreds credential template to unarchive")
10
+ }),
11
+ output: z.object({
12
+ status: z.string().describe("Result of the unarchive operation"),
13
+ message: z.string().describe("Optional message about the operation").nullable().optional()
14
+ })
15
+ });
16
+ //#endregion
17
+ export { paradymUnarchiveAnoncredsCredentialTemplate };
18
+
19
+ //# sourceMappingURL=unarchive-anoncreds-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-anoncreds-credential-template.mjs","names":[],"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":";;AAaA,MAAa,8CAA8C,OAAO,mDAAmD;CACnH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb4E,EAAE,OAAO;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACxG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACrH,CAUS;CACP,QAV6E,EAAE,OAAO;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unarchive-mdoc-credential-template.ts
4
+ const ParadymUnarchiveMdocCredentialTemplateInput = 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 mDoc credential template to unarchive")
7
+ });
8
+ const ParadymUnarchiveMdocCredentialTemplateOutput = 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 paradymUnarchiveMdocCredentialTemplate = require_action.action("PARADYM_UNARCHIVE_MDOC_CREDENTIAL_TEMPLATE", {
13
+ slug: "paradym-unarchive-mdoc-credential-template",
14
+ name: "Unarchive mDoc Credential Template",
15
+ description: "Tool to unarchive an archived mDoc credential template. Use when you need to restore an archived credential template to active status.",
16
+ input: ParadymUnarchiveMdocCredentialTemplateInput,
17
+ output: ParadymUnarchiveMdocCredentialTemplateOutput
18
+ });
19
+ //#endregion
20
+ exports.paradymUnarchiveMdocCredentialTemplate = paradymUnarchiveMdocCredentialTemplate;
21
+
22
+ //# sourceMappingURL=unarchive-mdoc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-mdoc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/unarchive-mdoc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUnarchiveMdocCredentialTemplateInput: 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 mDoc credential template to unarchive\"),\n});\nexport const ParadymUnarchiveMdocCredentialTemplateOutput: 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 paradymUnarchiveMdocCredentialTemplate = action(\"PARADYM_UNARCHIVE_MDOC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-unarchive-mdoc-credential-template\",\n name: \"Unarchive mDoc Credential Template\",\n description: \"Tool to unarchive an archived mDoc credential template. Use when you need to restore an archived credential template to active status.\",\n input: ParadymUnarchiveMdocCredentialTemplateInput,\n output: ParadymUnarchiveMdocCredentialTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACxG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;AAChH,CAAC;AACD,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,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,yCAAyCC,eAAAA,OAAO,8CAA8C;CACzG,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-mdoc-credential-template.d.ts
4
+ declare const ParadymUnarchiveMdocCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUnarchiveMdocCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUnarchiveMdocCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUnarchiveMdocCredentialTemplate };
9
+ //# sourceMappingURL=unarchive-mdoc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-mdoc-credential-template.d.cts","names":[],"sources":["../../src/actions/unarchive-mdoc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAG1D;AAAA,cACW,4CAAA,EAA8C,CAAA,CAAE,UAG3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unarchive-mdoc-credential-template.d.ts
4
+ declare const ParadymUnarchiveMdocCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUnarchiveMdocCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUnarchiveMdocCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUnarchiveMdocCredentialTemplate };
9
+ //# sourceMappingURL=unarchive-mdoc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-mdoc-credential-template.d.mts","names":[],"sources":["../../src/actions/unarchive-mdoc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAG1D;AAAA,cACW,4CAAA,EAA8C,CAAA,CAAE,UAG3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUnarchiveMdocCredentialTemplate = action("PARADYM_UNARCHIVE_MDOC_CREDENTIAL_TEMPLATE", {
4
+ slug: "paradym-unarchive-mdoc-credential-template",
5
+ name: "Unarchive mDoc Credential Template",
6
+ description: "Tool to unarchive an archived mDoc credential template. Use when you need to restore an archived credential template to active status.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The unique identifier of the project containing the credential template"),
9
+ credentialTemplateId: z.string().describe("The unique identifier of the mDoc credential template to unarchive")
10
+ }),
11
+ output: z.object({
12
+ status: z.string().describe("Result of the unarchive operation"),
13
+ message: z.string().describe("Optional message about the operation").nullable().optional()
14
+ })
15
+ });
16
+ //#endregion
17
+ export { paradymUnarchiveMdocCredentialTemplate };
18
+
19
+ //# sourceMappingURL=unarchive-mdoc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-mdoc-credential-template.mjs","names":[],"sources":["../../src/actions/unarchive-mdoc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUnarchiveMdocCredentialTemplateInput: 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 mDoc credential template to unarchive\"),\n});\nexport const ParadymUnarchiveMdocCredentialTemplateOutput: 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 paradymUnarchiveMdocCredentialTemplate = action(\"PARADYM_UNARCHIVE_MDOC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-unarchive-mdoc-credential-template\",\n name: \"Unarchive mDoc Credential Template\",\n description: \"Tool to unarchive an archived mDoc credential template. Use when you need to restore an archived credential template to active status.\",\n input: ParadymUnarchiveMdocCredentialTemplateInput,\n output: ParadymUnarchiveMdocCredentialTemplateOutput,\n});\n"],"mappings":";;AAaA,MAAa,yCAAyC,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuE,EAAE,OAAO;EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACxG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAChH,CAUS;CACP,QAVwE,EAAE,OAAO;EACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unarchive-sd-jwt-vc-credential-template.ts
4
+ const ParadymUnarchiveSdJwtVcCredentialTemplateInput = 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 SD-JWT VC credential template to unarchive")
7
+ });
8
+ const ParadymUnarchiveSdJwtVcCredentialTemplateOutput = 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 paradymUnarchiveSdJwtVcCredentialTemplate = require_action.action("PARADYM_UNARCHIVE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
13
+ slug: "paradym-unarchive-sd-jwt-vc-credential-template",
14
+ name: "Unarchive SD-JWT VC Credential Template",
15
+ description: "Tool to unarchive an archived SD-JWT VC credential template. Use when you need to restore an archived credential template to active status.",
16
+ input: ParadymUnarchiveSdJwtVcCredentialTemplateInput,
17
+ output: ParadymUnarchiveSdJwtVcCredentialTemplateOutput
18
+ });
19
+ //#endregion
20
+ exports.paradymUnarchiveSdJwtVcCredentialTemplate = paradymUnarchiveSdJwtVcCredentialTemplate;
21
+
22
+ //# sourceMappingURL=unarchive-sd-jwt-vc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-sd-jwt-vc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/unarchive-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUnarchiveSdJwtVcCredentialTemplateInput: 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 SD-JWT VC credential template to unarchive\"),\n});\nexport const ParadymUnarchiveSdJwtVcCredentialTemplateOutput: 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 paradymUnarchiveSdJwtVcCredentialTemplate = action(\"PARADYM_UNARCHIVE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-unarchive-sd-jwt-vc-credential-template\",\n name: \"Unarchive SD-JWT VC Credential Template\",\n description: \"Tool to unarchive an archived SD-JWT VC credential template. Use when you need to restore an archived credential template to active status.\",\n input: ParadymUnarchiveSdJwtVcCredentialTemplateInput,\n output: ParadymUnarchiveSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACxG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;AACrH,CAAC;AACD,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,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,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,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-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymUnarchiveSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUnarchiveSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUnarchiveSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUnarchiveSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=unarchive-sd-jwt-vc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-sd-jwt-vc-credential-template.d.cts","names":[],"sources":["../../src/actions/unarchive-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAG7D;AAAA,cACW,+CAAA,EAAiD,CAAA,CAAE,UAG9D;AAAA,cAEW,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unarchive-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymUnarchiveSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUnarchiveSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUnarchiveSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUnarchiveSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=unarchive-sd-jwt-vc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-sd-jwt-vc-credential-template.d.mts","names":[],"sources":["../../src/actions/unarchive-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAG7D;AAAA,cACW,+CAAA,EAAiD,CAAA,CAAE,UAG9D;AAAA,cAEW,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUnarchiveSdJwtVcCredentialTemplate = action("PARADYM_UNARCHIVE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
4
+ slug: "paradym-unarchive-sd-jwt-vc-credential-template",
5
+ name: "Unarchive SD-JWT VC Credential Template",
6
+ description: "Tool to unarchive an archived SD-JWT VC credential template. Use when you need to restore an archived credential template to active status.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The unique identifier of the project containing the credential template"),
9
+ credentialTemplateId: z.string().describe("The unique identifier of the SD-JWT VC credential template to unarchive")
10
+ }),
11
+ output: z.object({
12
+ status: z.string().describe("Result of the unarchive operation"),
13
+ message: z.string().describe("Optional message about the operation").nullable().optional()
14
+ })
15
+ });
16
+ //#endregion
17
+ export { paradymUnarchiveSdJwtVcCredentialTemplate };
18
+
19
+ //# sourceMappingURL=unarchive-sd-jwt-vc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unarchive-sd-jwt-vc-credential-template.mjs","names":[],"sources":["../../src/actions/unarchive-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUnarchiveSdJwtVcCredentialTemplateInput: 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 SD-JWT VC credential template to unarchive\"),\n});\nexport const ParadymUnarchiveSdJwtVcCredentialTemplateOutput: 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 paradymUnarchiveSdJwtVcCredentialTemplate = action(\"PARADYM_UNARCHIVE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-unarchive-sd-jwt-vc-credential-template\",\n name: \"Unarchive SD-JWT VC Credential Template\",\n description: \"Tool to unarchive an archived SD-JWT VC credential template. Use when you need to restore an archived credential template to active status.\",\n input: ParadymUnarchiveSdJwtVcCredentialTemplateInput,\n output: ParadymUnarchiveSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":";;AAaA,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb0E,EAAE,OAAO;EACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACxG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACrH,CAUS;CACP,QAV2E,EAAE,OAAO;EACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-did-comm-connection.ts
4
+ const ParadymUpdateDidCommConnectionInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The ID of the project containing the DIDComm connection"),
6
+ displayName: zod.z.string().describe("Display name of the connection. If not provided the current value will be used.").optional(),
7
+ didcommConnectionId: zod.z.string().describe("The ID of the DIDComm connection to update")
8
+ });
9
+ const ParadymUpdateDidCommConnectionOutput = zod.z.object({
10
+ id: zod.z.string().describe("Unique connection identifier"),
11
+ ourDid: zod.z.string().describe("Our DID identifier for this connection"),
12
+ logoUrl: zod.z.string().describe("URL of the connection logo").nullable().optional(),
13
+ theirDid: zod.z.string().describe("Their DID identifier for this connection"),
14
+ createdAt: zod.z.string().describe("Creation timestamp in ISO8601 format"),
15
+ updatedAt: zod.z.string().describe("Last update timestamp in ISO8601 format"),
16
+ displayName: zod.z.string().describe("Display name of the connection")
17
+ });
18
+ const paradymUpdateDidCommConnection = require_action.action("PARADYM_UPDATE_DID_COMM_CONNECTION", {
19
+ slug: "paradym-update-did-comm-connection",
20
+ name: "Update DIDComm Connection",
21
+ description: "Tool to update a DIDComm connection. Use when you need to modify connection details like display name.",
22
+ input: ParadymUpdateDidCommConnectionInput,
23
+ output: ParadymUpdateDidCommConnectionOutput
24
+ });
25
+ //#endregion
26
+ exports.paradymUpdateDidCommConnection = paradymUpdateDidCommConnection;
27
+
28
+ //# sourceMappingURL=update-did-comm-connection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-did-comm-connection.cjs","names":["z","action"],"sources":["../../src/actions/update-did-comm-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateDidCommConnectionInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the DIDComm connection\"),\n displayName: z.string().describe(\"Display name of the connection. If not provided the current value will be used.\").optional(),\n didcommConnectionId: z.string().describe(\"The ID of the DIDComm connection to update\"),\n});\nexport const ParadymUpdateDidCommConnectionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique connection identifier\"),\n ourDid: z.string().describe(\"Our DID identifier for this connection\"),\n logoUrl: z.string().describe(\"URL of the connection logo\").nullable().optional(),\n theirDid: z.string().describe(\"Their DID identifier for this connection\"),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n displayName: z.string().describe(\"Display name of the connection\"),\n});\n\nexport const paradymUpdateDidCommConnection = action(\"PARADYM_UPDATE_DID_COMM_CONNECTION\", {\n slug: \"paradym-update-did-comm-connection\",\n name: \"Update DIDComm Connection\",\n description: \"Tool to update a DIDComm connection. Use when you need to modify connection details like display name.\",\n input: ParadymUpdateDidCommConnectionInput,\n output: ParadymUpdateDidCommConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC7H,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACvF,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACnE,CAAC;AAED,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/update-did-comm-connection.d.ts
4
+ declare const ParadymUpdateDidCommConnectionInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateDidCommConnectionOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateDidCommConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateDidCommConnection };
9
+ //# sourceMappingURL=update-did-comm-connection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-did-comm-connection.d.cts","names":[],"sources":["../../src/actions/update-did-comm-connection.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAQnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-did-comm-connection.d.ts
4
+ declare const ParadymUpdateDidCommConnectionInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateDidCommConnectionOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateDidCommConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateDidCommConnection };
9
+ //# sourceMappingURL=update-did-comm-connection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-did-comm-connection.d.mts","names":[],"sources":["../../src/actions/update-did-comm-connection.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAQnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUpdateDidCommConnection = action("PARADYM_UPDATE_DID_COMM_CONNECTION", {
4
+ slug: "paradym-update-did-comm-connection",
5
+ name: "Update DIDComm Connection",
6
+ description: "Tool to update a DIDComm connection. Use when you need to modify connection details like display name.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The ID of the project containing the DIDComm connection"),
9
+ displayName: z.string().describe("Display name of the connection. If not provided the current value will be used.").optional(),
10
+ didcommConnectionId: z.string().describe("The ID of the DIDComm connection to update")
11
+ }),
12
+ output: z.object({
13
+ id: z.string().describe("Unique connection identifier"),
14
+ ourDid: z.string().describe("Our DID identifier for this connection"),
15
+ logoUrl: z.string().describe("URL of the connection logo").nullable().optional(),
16
+ theirDid: z.string().describe("Their DID identifier for this connection"),
17
+ createdAt: z.string().describe("Creation timestamp in ISO8601 format"),
18
+ updatedAt: z.string().describe("Last update timestamp in ISO8601 format"),
19
+ displayName: z.string().describe("Display name of the connection")
20
+ })
21
+ });
22
+ //#endregion
23
+ export { paradymUpdateDidCommConnection };
24
+
25
+ //# sourceMappingURL=update-did-comm-connection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-did-comm-connection.mjs","names":[],"sources":["../../src/actions/update-did-comm-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateDidCommConnectionInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the DIDComm connection\"),\n displayName: z.string().describe(\"Display name of the connection. If not provided the current value will be used.\").optional(),\n didcommConnectionId: z.string().describe(\"The ID of the DIDComm connection to update\"),\n});\nexport const ParadymUpdateDidCommConnectionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique connection identifier\"),\n ourDid: z.string().describe(\"Our DID identifier for this connection\"),\n logoUrl: z.string().describe(\"URL of the connection logo\").nullable().optional(),\n theirDid: z.string().describe(\"Their DID identifier for this connection\"),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n displayName: z.string().describe(\"Display name of the connection\"),\n});\n\nexport const paradymUpdateDidCommConnection = action(\"PARADYM_UPDATE_DID_COMM_CONNECTION\", {\n slug: \"paradym-update-did-comm-connection\",\n name: \"Update DIDComm Connection\",\n description: \"Tool to update a DIDComm connection. Use when you need to modify connection details like display name.\",\n input: ParadymUpdateDidCommConnectionInput,\n output: ParadymUpdateDidCommConnectionOutput,\n});\n"],"mappings":";;AAmBA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB+D,EAAE,OAAO;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;EAC7H,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvF,CAeS;CACP,QAfgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACnE,CAOU;AACV,CAAC"}
@@ -0,0 +1,58 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-mdoc-credential-template.ts
4
+ const ParadymUpdateMdocCredentialTemplateInput = zod.z.object({
5
+ name: zod.z.string().describe("Updated name for the mDoc credential template"),
6
+ text: zod.z.object({ color: zod.z.string().describe("Text color (hex format)").optional() }).describe("Defines text styling for the credential template.").optional(),
7
+ attributes: zod.z.object({}).describe("Namespace-organized attribute schema for the mDoc template. Keys are namespace identifiers (e.g., 'org.iso.18013.5.1'), values define the attributes within each namespace"),
8
+ background: zod.z.object({
9
+ url: zod.z.string().describe("Background image URL").optional(),
10
+ color: zod.z.string().describe("Background color (hex format)").optional()
11
+ }).describe("Defines background styling for the credential template.").optional(),
12
+ project_id: zod.z.string().describe("Unique identifier of the project containing the credential template"),
13
+ validUntil: zod.z.object({
14
+ start: zod.z.string().describe("When the credential validity period begins. Use 'issuance' for the time the credential is issued"),
15
+ future: zod.z.object({
16
+ days: zod.z.number().int().describe("Number of days until expiration (max 365 for certificate issuer)").optional(),
17
+ years: zod.z.number().int().describe("Number of years until expiration").optional(),
18
+ months: zod.z.number().int().describe("Number of months until expiration").optional()
19
+ }).describe("How far into the future from the start date the credential remains valid. Certificate issuer limits to max 365 days")
20
+ }).describe("Validity period configuration for issued credentials. Certificate issuer limits validUntil to max 365 days"),
21
+ description: zod.z.string().describe("Updated description of the credential template").optional(),
22
+ credential_template_id: zod.z.string().describe("Unique identifier of the mDoc credential template to update")
23
+ });
24
+ const ParadymUpdateMdocCredentialTemplate_TextSchema = zod.z.object({ color: zod.z.string().describe("Text color (hex format)").nullable().optional() }).describe("Defines text styling for the credential template.");
25
+ const ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema = zod.z.object({
26
+ id: zod.z.string().describe("Issuer identifier").nullable().optional(),
27
+ name: zod.z.string().describe("Issuer name").nullable().optional()
28
+ }).describe("Issuer configuration details in the response.");
29
+ const ParadymUpdateMdocCredentialTemplate_BackgroundSchema = zod.z.object({
30
+ url: zod.z.string().describe("Background image URL").nullable().optional(),
31
+ color: zod.z.string().describe("Background color (hex format)").nullable().optional()
32
+ }).describe("Defines background styling for the credential template.");
33
+ const ParadymUpdateMdocCredentialTemplateOutput = zod.z.object({
34
+ id: zod.z.string().describe("Unique identifier of the credential template"),
35
+ name: zod.z.string().describe("Name of the credential template"),
36
+ text: ParadymUpdateMdocCredentialTemplate_TextSchema.nullable().optional(),
37
+ type: zod.z.string().describe("Type identifier for the credential template format"),
38
+ format: zod.z.string().describe("Credential format (mdoc)"),
39
+ issuer: ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema.nullable().optional(),
40
+ createdAt: zod.z.string().describe("Timestamp when template was created").nullable().optional(),
41
+ updatedAt: zod.z.string().describe("Timestamp when template was last updated").nullable().optional(),
42
+ archivedAt: zod.z.string().describe("Timestamp when template was archived").nullable().optional(),
43
+ attributes: zod.z.object({}).describe("Namespace-organized attribute schema"),
44
+ background: ParadymUpdateMdocCredentialTemplate_BackgroundSchema.nullable().optional(),
45
+ validUntil: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Validity period configuration for issued credentials").nullable().optional(),
46
+ description: zod.z.string().describe("Description of the credential template").nullable().optional()
47
+ });
48
+ const paradymUpdateMdocCredentialTemplate = require_action.action("PARADYM_UPDATE_MDOC_CREDENTIAL_TEMPLATE", {
49
+ slug: "paradym-update-mdoc-credential-template",
50
+ name: "Update mDoc Credential Template",
51
+ description: "Tool to update an existing mDoc credential template. Use when you need to modify template name, attributes, validity period, or styling for an mDoc credential.",
52
+ input: ParadymUpdateMdocCredentialTemplateInput,
53
+ output: ParadymUpdateMdocCredentialTemplateOutput
54
+ });
55
+ //#endregion
56
+ exports.paradymUpdateMdocCredentialTemplate = paradymUpdateMdocCredentialTemplate;
57
+
58
+ //# sourceMappingURL=update-mdoc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-mdoc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/update-mdoc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateMdocCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name for the mDoc credential template\"),\n text: z.object({\n color: z.string().describe(\"Text color (hex format)\").optional(),\n}).describe(\"Defines text styling for the credential template.\").optional(),\n attributes: z.object({}).describe(\"Namespace-organized attribute schema for the mDoc template. Keys are namespace identifiers (e.g., 'org.iso.18013.5.1'), values define the attributes within each namespace\"),\n background: z.object({\n url: z.string().describe(\"Background image URL\").optional(),\n color: z.string().describe(\"Background color (hex format)\").optional(),\n}).describe(\"Defines background styling for the credential template.\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the credential template\"),\n validUntil: z.object({\n start: z.string().describe(\"When the credential validity period begins. Use 'issuance' for the time the credential is issued\"),\n future: z.object({\n days: z.number().int().describe(\"Number of days until expiration (max 365 for certificate issuer)\").optional(),\n years: z.number().int().describe(\"Number of years until expiration\").optional(),\n months: z.number().int().describe(\"Number of months until expiration\").optional(),\n}).describe(\"How far into the future from the start date the credential remains valid. Certificate issuer limits to max 365 days\"),\n}).describe(\"Validity period configuration for issued credentials. Certificate issuer limits validUntil to max 365 days\"),\n description: z.string().describe(\"Updated description of the credential template\").optional(),\n credential_template_id: z.string().describe(\"Unique identifier of the mDoc credential template to update\"),\n});\nconst ParadymUpdateMdocCredentialTemplate_TextSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Text color (hex format)\").nullable().optional(),\n}).describe(\"Defines text styling for the credential template.\");\nconst ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Issuer identifier\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n}).describe(\"Issuer configuration details in the response.\");\nconst ParadymUpdateMdocCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Background image URL\").nullable().optional(),\n color: z.string().describe(\"Background color (hex format)\").nullable().optional(),\n}).describe(\"Defines background styling for the credential template.\");\nexport const ParadymUpdateMdocCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymUpdateMdocCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type identifier for the credential template format\"),\n format: z.string().describe(\"Credential format (mdoc)\"),\n issuer: ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema.nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when template was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when template was last updated\").nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when template was archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Namespace-organized attribute schema\"),\n background: ParadymUpdateMdocCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.record(z.string(), z.unknown()).describe(\"Validity period configuration for issued credentials\").nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n});\n\nexport const paradymUpdateMdocCredentialTemplate = action(\"PARADYM_UPDATE_MDOC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-update-mdoc-credential-template\",\n name: \"Update mDoc Credential Template\",\n description: \"Tool to update an existing mDoc credential template. Use when you need to modify template name, attributes, validity period, or styling for an mDoc credential.\",\n input: ParadymUpdateMdocCredentialTemplateInput,\n output: ParadymUpdateMdocCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-mdoc-credential-template.d.ts
4
+ declare const ParadymUpdateMdocCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateMdocCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateMdocCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateMdocCredentialTemplate };
9
+ //# sourceMappingURL=update-mdoc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-mdoc-credential-template.d.cts","names":[],"sources":["../../src/actions/update-mdoc-credential-template.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAqBvD;AAAA,cAYW,yCAAA,EAA2C,CAAA,CAAE,UAcxD;AAAA,cAEW,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-mdoc-credential-template.d.ts
4
+ declare const ParadymUpdateMdocCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateMdocCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateMdocCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateMdocCredentialTemplate };
9
+ //# sourceMappingURL=update-mdoc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-mdoc-credential-template.d.mts","names":[],"sources":["../../src/actions/update-mdoc-credential-template.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAqBvD;AAAA,cAYW,yCAAA,EAA2C,CAAA,CAAE,UAcxD;AAAA,cAEW,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,57 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-mdoc-credential-template.ts
4
+ const ParadymUpdateMdocCredentialTemplateInput = z.object({
5
+ name: z.string().describe("Updated name for the mDoc credential template"),
6
+ text: z.object({ color: z.string().describe("Text color (hex format)").optional() }).describe("Defines text styling for the credential template.").optional(),
7
+ attributes: z.object({}).describe("Namespace-organized attribute schema for the mDoc template. Keys are namespace identifiers (e.g., 'org.iso.18013.5.1'), values define the attributes within each namespace"),
8
+ background: z.object({
9
+ url: z.string().describe("Background image URL").optional(),
10
+ color: z.string().describe("Background color (hex format)").optional()
11
+ }).describe("Defines background styling for the credential template.").optional(),
12
+ project_id: z.string().describe("Unique identifier of the project containing the credential template"),
13
+ validUntil: z.object({
14
+ start: z.string().describe("When the credential validity period begins. Use 'issuance' for the time the credential is issued"),
15
+ future: z.object({
16
+ days: z.number().int().describe("Number of days until expiration (max 365 for certificate issuer)").optional(),
17
+ years: z.number().int().describe("Number of years until expiration").optional(),
18
+ months: z.number().int().describe("Number of months until expiration").optional()
19
+ }).describe("How far into the future from the start date the credential remains valid. Certificate issuer limits to max 365 days")
20
+ }).describe("Validity period configuration for issued credentials. Certificate issuer limits validUntil to max 365 days"),
21
+ description: z.string().describe("Updated description of the credential template").optional(),
22
+ credential_template_id: z.string().describe("Unique identifier of the mDoc credential template to update")
23
+ });
24
+ const ParadymUpdateMdocCredentialTemplate_TextSchema = z.object({ color: z.string().describe("Text color (hex format)").nullable().optional() }).describe("Defines text styling for the credential template.");
25
+ const ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema = z.object({
26
+ id: z.string().describe("Issuer identifier").nullable().optional(),
27
+ name: z.string().describe("Issuer name").nullable().optional()
28
+ }).describe("Issuer configuration details in the response.");
29
+ const ParadymUpdateMdocCredentialTemplate_BackgroundSchema = z.object({
30
+ url: z.string().describe("Background image URL").nullable().optional(),
31
+ color: z.string().describe("Background color (hex format)").nullable().optional()
32
+ }).describe("Defines background styling for the credential template.");
33
+ const paradymUpdateMdocCredentialTemplate = action("PARADYM_UPDATE_MDOC_CREDENTIAL_TEMPLATE", {
34
+ slug: "paradym-update-mdoc-credential-template",
35
+ name: "Update mDoc Credential Template",
36
+ description: "Tool to update an existing mDoc credential template. Use when you need to modify template name, attributes, validity period, or styling for an mDoc credential.",
37
+ input: ParadymUpdateMdocCredentialTemplateInput,
38
+ output: z.object({
39
+ id: z.string().describe("Unique identifier of the credential template"),
40
+ name: z.string().describe("Name of the credential template"),
41
+ text: ParadymUpdateMdocCredentialTemplate_TextSchema.nullable().optional(),
42
+ type: z.string().describe("Type identifier for the credential template format"),
43
+ format: z.string().describe("Credential format (mdoc)"),
44
+ issuer: ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema.nullable().optional(),
45
+ createdAt: z.string().describe("Timestamp when template was created").nullable().optional(),
46
+ updatedAt: z.string().describe("Timestamp when template was last updated").nullable().optional(),
47
+ archivedAt: z.string().describe("Timestamp when template was archived").nullable().optional(),
48
+ attributes: z.object({}).describe("Namespace-organized attribute schema"),
49
+ background: ParadymUpdateMdocCredentialTemplate_BackgroundSchema.nullable().optional(),
50
+ validUntil: z.record(z.string(), z.unknown()).describe("Validity period configuration for issued credentials").nullable().optional(),
51
+ description: z.string().describe("Description of the credential template").nullable().optional()
52
+ })
53
+ });
54
+ //#endregion
55
+ export { paradymUpdateMdocCredentialTemplate };
56
+
57
+ //# sourceMappingURL=update-mdoc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-mdoc-credential-template.mjs","names":[],"sources":["../../src/actions/update-mdoc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateMdocCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name for the mDoc credential template\"),\n text: z.object({\n color: z.string().describe(\"Text color (hex format)\").optional(),\n}).describe(\"Defines text styling for the credential template.\").optional(),\n attributes: z.object({}).describe(\"Namespace-organized attribute schema for the mDoc template. Keys are namespace identifiers (e.g., 'org.iso.18013.5.1'), values define the attributes within each namespace\"),\n background: z.object({\n url: z.string().describe(\"Background image URL\").optional(),\n color: z.string().describe(\"Background color (hex format)\").optional(),\n}).describe(\"Defines background styling for the credential template.\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the credential template\"),\n validUntil: z.object({\n start: z.string().describe(\"When the credential validity period begins. Use 'issuance' for the time the credential is issued\"),\n future: z.object({\n days: z.number().int().describe(\"Number of days until expiration (max 365 for certificate issuer)\").optional(),\n years: z.number().int().describe(\"Number of years until expiration\").optional(),\n months: z.number().int().describe(\"Number of months until expiration\").optional(),\n}).describe(\"How far into the future from the start date the credential remains valid. Certificate issuer limits to max 365 days\"),\n}).describe(\"Validity period configuration for issued credentials. Certificate issuer limits validUntil to max 365 days\"),\n description: z.string().describe(\"Updated description of the credential template\").optional(),\n credential_template_id: z.string().describe(\"Unique identifier of the mDoc credential template to update\"),\n});\nconst ParadymUpdateMdocCredentialTemplate_TextSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Text color (hex format)\").nullable().optional(),\n}).describe(\"Defines text styling for the credential template.\");\nconst ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Issuer identifier\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n}).describe(\"Issuer configuration details in the response.\");\nconst ParadymUpdateMdocCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Background image URL\").nullable().optional(),\n color: z.string().describe(\"Background color (hex format)\").nullable().optional(),\n}).describe(\"Defines background styling for the credential template.\");\nexport const ParadymUpdateMdocCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymUpdateMdocCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type identifier for the credential template format\"),\n format: z.string().describe(\"Credential format (mdoc)\"),\n issuer: ParadymUpdateMdocCredentialTemplate_IssuerResponseSchema.nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when template was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when template was last updated\").nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when template was archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Namespace-organized attribute schema\"),\n background: ParadymUpdateMdocCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.record(z.string(), z.unknown()).describe(\"Validity period configuration for issued credentials\").nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n});\n\nexport const paradymUpdateMdocCredentialTemplate = action(\"PARADYM_UPDATE_MDOC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-update-mdoc-credential-template\",\n name: \"Update mDoc Credential Template\",\n description: \"Tool to update an existing mDoc credential template. Use when you need to modify template name, attributes, validity period, or styling for an mDoc credential.\",\n input: ParadymUpdateMdocCredentialTemplateInput,\n output: ParadymUpdateMdocCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-presentation-template.ts
4
+ const ParadymUpdatePresentationTemplateInput = zod.z.object({
5
+ name: zod.z.string().describe("Updated name of the presentation template (visible to verification request recipients)"),
6
+ verifier: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Optional verifier authentication configuration (required for sd-jwt-vc and mdoc formats)").optional(),
7
+ project_id: zod.z.string().describe("Unique identifier of the project containing the presentation template"),
8
+ credentials: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Updated array of 1-20 credential definitions specifying what credentials to request. Each must have 'format', 'type' (or 'schema' for anoncreds), and 'attributes'"),
9
+ description: zod.z.string().describe("Updated description explaining why this information is requested (shown to recipients)"),
10
+ presentation_template_id: zod.z.string().describe("Unique identifier of the presentation template to update")
11
+ });
12
+ const ParadymUpdatePresentationTemplateOutput = zod.z.object({
13
+ id: zod.z.string().describe("Unique identifier of the updated presentation template"),
14
+ name: zod.z.string().describe("Name of the updated template"),
15
+ verifier: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
16
+ createdAt: zod.z.string().describe("Timestamp when the template was created"),
17
+ updatedAt: zod.z.string().describe("Timestamp when the template was last updated"),
18
+ credentials: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Credential definitions for the updated template"),
19
+ description: zod.z.string().describe("Description of the updated template")
20
+ });
21
+ const paradymUpdatePresentationTemplate = require_action.action("PARADYM_UPDATE_PRESENTATION_TEMPLATE", {
22
+ slug: "paradym-update-presentation-template",
23
+ name: "Update Presentation Template",
24
+ description: "Tool to update an existing presentation template. Use when you need to modify template name, description, credentials, or verifier configuration.",
25
+ input: ParadymUpdatePresentationTemplateInput,
26
+ output: ParadymUpdatePresentationTemplateOutput
27
+ });
28
+ //#endregion
29
+ exports.paradymUpdatePresentationTemplate = paradymUpdatePresentationTemplate;
30
+
31
+ //# sourceMappingURL=update-presentation-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-presentation-template.cjs","names":["z","action"],"sources":["../../src/actions/update-presentation-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdatePresentationTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name of the presentation template (visible to verification request recipients)\"),\n verifier: z.record(z.string(), z.unknown()).describe(\"Optional verifier authentication configuration (required for sd-jwt-vc and mdoc formats)\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the presentation template\"),\n credentials: z.array(z.record(z.string(), z.unknown())).describe(\"Updated array of 1-20 credential definitions specifying what credentials to request. Each must have 'format', 'type' (or 'schema' for anoncreds), and 'attributes'\"),\n description: z.string().describe(\"Updated description explaining why this information is requested (shown to recipients)\"),\n presentation_template_id: z.string().describe(\"Unique identifier of the presentation template to update\"),\n});\nexport const ParadymUpdatePresentationTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the updated presentation template\"),\n name: z.string().describe(\"Name of the updated template\"),\n verifier: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created\"),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated\"),\n credentials: z.array(z.record(z.string(), z.unknown())).describe(\"Credential definitions for the updated template\"),\n description: z.string().describe(\"Description of the updated template\"),\n});\n\nexport const paradymUpdatePresentationTemplate = action(\"PARADYM_UPDATE_PRESENTATION_TEMPLATE\", {\n slug: \"paradym-update-presentation-template\",\n name: \"Update Presentation Template\",\n description: \"Tool to update an existing presentation template. Use when you need to modify template name, description, credentials, or verifier configuration.\",\n input: ParadymUpdatePresentationTemplateInput,\n output: ParadymUpdatePresentationTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CAClH,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC1J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACvG,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,oKAAoK;CACrO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACzH,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC1G,CAAC;AACD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,UAAUA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AACxE,CAAC;AAED,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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/update-presentation-template.d.ts
4
+ declare const ParadymUpdatePresentationTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdatePresentationTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdatePresentationTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdatePresentationTemplate };
9
+ //# sourceMappingURL=update-presentation-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-presentation-template.d.cts","names":[],"sources":["../../src/actions/update-presentation-template.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAOrD;AAAA,cACW,uCAAA,EAAyC,CAAA,CAAE,UAQtD;AAAA,cAEW,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-presentation-template.d.ts
4
+ declare const ParadymUpdatePresentationTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdatePresentationTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdatePresentationTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdatePresentationTemplate };
9
+ //# sourceMappingURL=update-presentation-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-presentation-template.d.mts","names":[],"sources":["../../src/actions/update-presentation-template.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAOrD;AAAA,cACW,uCAAA,EAAyC,CAAA,CAAE,UAQtD;AAAA,cAEW,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}