@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,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymCreateProjectWebhook = action("PARADYM_CREATE_PROJECT_WEBHOOK", {
4
+ slug: "paradym-create-project-webhook",
5
+ name: "Create Project Webhook",
6
+ description: "Tool to create a new webhook for a project. Use after obtaining the project ID to subscribe to specific project events.",
7
+ input: z.object({
8
+ url: z.string().describe("The endpoint URL to receive webhook events"),
9
+ name: z.string().describe("A unique name for the webhook"),
10
+ projectId: z.string().describe("The ID of the project"),
11
+ eventTypes: z.array(z.string()).describe("List of event types to subscribe to. Supported events include: openid4vc.issuance.offered, openid4vc.issuance.completed, openid4vc.issuance.failed, openid4vc.verification.verified, openid4vc.verification.expired, didcomm.connection.created, didcomm.issuance.completed, didcomm.verification.verified, didcomm.mediator.connection.active. You can also use wildcards like 'openid4vc.*', 'didcomm.*', or '*' for all events.")
12
+ }),
13
+ output: z.object({
14
+ id: z.string().describe("The webhook ID"),
15
+ url: z.string().describe("The registered endpoint URL"),
16
+ name: z.string().describe("The name of the webhook"),
17
+ createdAt: z.string().describe("Webhook creation timestamp"),
18
+ projectId: z.string().describe("The project ID"),
19
+ updatedAt: z.string().describe("Last update timestamp"),
20
+ eventTypes: z.array(z.string()).describe("List of subscribed event types"),
21
+ signatureSecret: z.string().describe("The signature secret for verifying webhook payloads")
22
+ })
23
+ });
24
+ //#endregion
25
+ export { paradymCreateProjectWebhook };
26
+
27
+ //# sourceMappingURL=create-project-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-project-webhook.mjs","names":[],"sources":["../../src/actions/create-project-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymCreateProjectWebhookInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The endpoint URL to receive webhook events\"),\n name: z.string().describe(\"A unique name for the webhook\"),\n projectId: z.string().describe(\"The ID of the project\"),\n eventTypes: z.array(z.string()).describe(\"List of event types to subscribe to. Supported events include: openid4vc.issuance.offered, openid4vc.issuance.completed, openid4vc.issuance.failed, openid4vc.verification.verified, openid4vc.verification.expired, didcomm.connection.created, didcomm.issuance.completed, didcomm.verification.verified, didcomm.mediator.connection.active. You can also use wildcards like 'openid4vc.*', 'didcomm.*', or '*' for all events.\"),\n});\nexport const ParadymCreateProjectWebhookOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The webhook ID\"),\n url: z.string().describe(\"The registered endpoint URL\"),\n name: z.string().describe(\"The name of the webhook\"),\n createdAt: z.string().describe(\"Webhook creation timestamp\"),\n projectId: z.string().describe(\"The project ID\"),\n updatedAt: z.string().describe(\"Last update timestamp\"),\n eventTypes: z.array(z.string()).describe(\"List of subscribed event types\"),\n signatureSecret: z.string().describe(\"The signature secret for verifying webhook payloads\"),\n});\n\nexport const paradymCreateProjectWebhook = action(\"PARADYM_CREATE_PROJECT_WEBHOOK\", {\n slug: \"paradym-create-project-webhook\",\n name: \"Create Project Webhook\",\n description: \"Tool to create a new webhook for a project. Use after obtaining the project ID to subscribe to specific project events.\",\n input: ParadymCreateProjectWebhookInput,\n output: ParadymCreateProjectWebhookOutput,\n});\n"],"mappings":";;AAqBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArB4D,EAAE,OAAO;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACtD,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oaAAoa;CAC/c,CAgBS;CACP,QAhB6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;EACxC,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;EAC/C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACtD,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gCAAgC;EACzE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC5F,CAOU;AACV,CAAC"}
@@ -0,0 +1,55 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-sd-jwt-vc-credential-template.ts
4
+ const ParadymCreateSdJwtVcCredentialTemplateInput = zod.z.object({
5
+ name: zod.z.string().describe("Name of the SD-JWT VC credential template"),
6
+ text: zod.z.object({ color: zod.z.string().describe("Hex color code for text").optional() }).describe("Text styling configuration for the credential.").optional(),
7
+ type: zod.z.string().describe("Credential type identifier (e.g., 'UniversityCard', 'EmployeeCredential')"),
8
+ issuer: zod.z.string().describe("Optional issuer DID or identifier for the template").optional(),
9
+ projectId: zod.z.string().describe("The unique identifier of the project in which to create the SD-JWT VC credential template"),
10
+ revocable: zod.z.boolean().describe("Whether credentials issued from this template can be revoked. Defaults to false if not specified.").optional(),
11
+ validFrom: zod.z.string().describe("ISO date string indicating when the credential becomes valid").optional(),
12
+ attributes: zod.z.object({}).describe("Dictionary of attributes for the credential. Keys are attribute identifiers, values define attribute properties including selective disclosure settings."),
13
+ background: zod.z.object({
14
+ url: zod.z.string().describe("URL to background image").optional(),
15
+ color: zod.z.string().describe("Hex color code for background").optional()
16
+ }).describe("Background styling configuration for the credential.").optional(),
17
+ validUntil: zod.z.object({
18
+ start: zod.z.string().describe("Reference to the start date field (e.g., 'validFrom')").optional(),
19
+ future: zod.z.object({
20
+ days: zod.z.number().int().describe("Number of days in the future").optional(),
21
+ hours: zod.z.number().int().describe("Number of hours in the future").optional(),
22
+ years: zod.z.number().int().describe("Number of years in the future").optional(),
23
+ months: zod.z.number().int().describe("Number of months in the future").optional()
24
+ }).describe("Configuration for future date offset for credential validity.").optional()
25
+ }).describe("Configuration for credential validity period.").optional(),
26
+ description: zod.z.string().describe("Optional description of the credential template").optional()
27
+ });
28
+ const ParadymCreateSdJwtVcCredentialTemplateOutput = zod.z.object({
29
+ id: zod.z.string().describe("Unique identifier of the created template"),
30
+ name: zod.z.string().describe("Name of the template"),
31
+ text: zod.z.object({}).describe("Text styling configuration").nullable().optional(),
32
+ type: zod.z.string().describe("Credential type identifier"),
33
+ format: zod.z.string().describe("Credential format, will be 'sd-jwt-vc' for this template"),
34
+ issuer: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
35
+ createdAt: zod.z.string().describe("Timestamp when the template was created"),
36
+ revocable: zod.z.boolean().describe("Whether credentials from this template can be revoked"),
37
+ updatedAt: zod.z.string().describe("Timestamp when the template was last updated"),
38
+ validFrom: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
39
+ archivedAt: zod.z.string().describe("Timestamp when the template was archived, null if not archived").nullable().optional(),
40
+ attributes: zod.z.object({}).describe("Attributes defined in the template"),
41
+ background: zod.z.object({}).describe("Background styling configuration").nullable().optional(),
42
+ validUntil: zod.z.object({}).describe("Validity period configuration").nullable().optional(),
43
+ description: zod.z.string().describe("Description of the template").nullable().optional()
44
+ });
45
+ const paradymCreateSdJwtVcCredentialTemplate = require_action.action("PARADYM_CREATE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
46
+ slug: "paradym-create-sd-jwt-vc-credential-template",
47
+ name: "Create SD-JWT VC Credential Template",
48
+ description: "Tool to create a new SD-JWT VC credential template with selective disclosure capabilities. Use when you have a project ID and want to define a credential with attributes that can be selectively disclosed.",
49
+ input: ParadymCreateSdJwtVcCredentialTemplateInput,
50
+ output: ParadymCreateSdJwtVcCredentialTemplateOutput
51
+ });
52
+ //#endregion
53
+ exports.paradymCreateSdJwtVcCredentialTemplate = paradymCreateSdJwtVcCredentialTemplate;
54
+
55
+ //# sourceMappingURL=create-sd-jwt-vc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sd-jwt-vc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/create-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymCreateSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the SD-JWT VC credential template\"),\n text: z.object({\n color: z.string().describe(\"Hex color code for text\").optional(),\n}).describe(\"Text styling configuration for the credential.\").optional(),\n type: z.string().describe(\"Credential type identifier (e.g., 'UniversityCard', 'EmployeeCredential')\"),\n issuer: z.string().describe(\"Optional issuer DID or identifier for the template\").optional(),\n projectId: z.string().describe(\"The unique identifier of the project in which to create the SD-JWT VC credential template\"),\n revocable: z.boolean().describe(\"Whether credentials issued from this template can be revoked. Defaults to false if not specified.\").optional(),\n validFrom: z.string().describe(\"ISO date string indicating when the credential becomes valid\").optional(),\n attributes: z.object({}).describe(\"Dictionary of attributes for the credential. Keys are attribute identifiers, values define attribute properties including selective disclosure settings.\"),\n background: z.object({\n url: z.string().describe(\"URL to background image\").optional(),\n color: z.string().describe(\"Hex color code for background\").optional(),\n}).describe(\"Background styling configuration for the credential.\").optional(),\n validUntil: z.object({\n start: z.string().describe(\"Reference to the start date field (e.g., 'validFrom')\").optional(),\n future: z.object({\n days: z.number().int().describe(\"Number of days in the future\").optional(),\n hours: z.number().int().describe(\"Number of hours in the future\").optional(),\n years: z.number().int().describe(\"Number of years in the future\").optional(),\n months: z.number().int().describe(\"Number of months in the future\").optional(),\n}).describe(\"Configuration for future date offset for credential validity.\").optional(),\n}).describe(\"Configuration for credential validity period.\").optional(),\n description: z.string().describe(\"Optional description of the credential template\").optional(),\n});\nexport const ParadymCreateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created template\"),\n name: z.string().describe(\"Name of the template\"),\n text: z.object({}).describe(\"Text styling configuration\").nullable().optional(),\n type: z.string().describe(\"Credential type identifier\"),\n format: z.string().describe(\"Credential format, will be 'sd-jwt-vc' for this template\"),\n issuer: z.union([z.string(), z.object({})]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created\"),\n revocable: z.boolean().describe(\"Whether credentials from this template can be revoked\"),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated\"),\n validFrom: z.union([z.string(), z.object({})]).nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when the template was archived, null if not archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Attributes defined in the template\"),\n background: z.object({}).describe(\"Background styling configuration\").nullable().optional(),\n validUntil: z.object({}).describe(\"Validity period configuration\").nullable().optional(),\n description: z.string().describe(\"Description of the template\").nullable().optional(),\n});\n\nexport const paradymCreateSdJwtVcCredentialTemplate = action(\"PARADYM_CREATE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-create-sd-jwt-vc-credential-template\",\n name: \"Create SD-JWT VC Credential Template\",\n description: \"Tool to create a new SD-JWT VC credential template with selective disclosure capabilities. Use when you have a project ID and want to define a credential with attributes that can be selectively disclosed.\",\n input: ParadymCreateSdJwtVcCredentialTemplateInput,\n output: ParadymCreateSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymCreateSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymCreateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymCreateSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymCreateSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=create-sd-jwt-vc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sd-jwt-vc-credential-template.d.cts","names":[],"sources":["../../src/actions/create-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAyB1D;AAAA,cACW,4CAAA,EAA8C,CAAA,CAAE,UAgB3D;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/create-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymCreateSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymCreateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymCreateSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymCreateSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=create-sd-jwt-vc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sd-jwt-vc-credential-template.d.mts","names":[],"sources":["../../src/actions/create-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAyB1D;AAAA,cACW,4CAAA,EAA8C,CAAA,CAAE,UAgB3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,52 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymCreateSdJwtVcCredentialTemplate = action("PARADYM_CREATE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
4
+ slug: "paradym-create-sd-jwt-vc-credential-template",
5
+ name: "Create SD-JWT VC Credential Template",
6
+ description: "Tool to create a new SD-JWT VC credential template with selective disclosure capabilities. Use when you have a project ID and want to define a credential with attributes that can be selectively disclosed.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the SD-JWT VC credential template"),
9
+ text: z.object({ color: z.string().describe("Hex color code for text").optional() }).describe("Text styling configuration for the credential.").optional(),
10
+ type: z.string().describe("Credential type identifier (e.g., 'UniversityCard', 'EmployeeCredential')"),
11
+ issuer: z.string().describe("Optional issuer DID or identifier for the template").optional(),
12
+ projectId: z.string().describe("The unique identifier of the project in which to create the SD-JWT VC credential template"),
13
+ revocable: z.boolean().describe("Whether credentials issued from this template can be revoked. Defaults to false if not specified.").optional(),
14
+ validFrom: z.string().describe("ISO date string indicating when the credential becomes valid").optional(),
15
+ attributes: z.object({}).describe("Dictionary of attributes for the credential. Keys are attribute identifiers, values define attribute properties including selective disclosure settings."),
16
+ background: z.object({
17
+ url: z.string().describe("URL to background image").optional(),
18
+ color: z.string().describe("Hex color code for background").optional()
19
+ }).describe("Background styling configuration for the credential.").optional(),
20
+ validUntil: z.object({
21
+ start: z.string().describe("Reference to the start date field (e.g., 'validFrom')").optional(),
22
+ future: z.object({
23
+ days: z.number().int().describe("Number of days in the future").optional(),
24
+ hours: z.number().int().describe("Number of hours in the future").optional(),
25
+ years: z.number().int().describe("Number of years in the future").optional(),
26
+ months: z.number().int().describe("Number of months in the future").optional()
27
+ }).describe("Configuration for future date offset for credential validity.").optional()
28
+ }).describe("Configuration for credential validity period.").optional(),
29
+ description: z.string().describe("Optional description of the credential template").optional()
30
+ }),
31
+ output: z.object({
32
+ id: z.string().describe("Unique identifier of the created template"),
33
+ name: z.string().describe("Name of the template"),
34
+ text: z.object({}).describe("Text styling configuration").nullable().optional(),
35
+ type: z.string().describe("Credential type identifier"),
36
+ format: z.string().describe("Credential format, will be 'sd-jwt-vc' for this template"),
37
+ issuer: z.union([z.string(), z.object({})]).nullable().optional(),
38
+ createdAt: z.string().describe("Timestamp when the template was created"),
39
+ revocable: z.boolean().describe("Whether credentials from this template can be revoked"),
40
+ updatedAt: z.string().describe("Timestamp when the template was last updated"),
41
+ validFrom: z.union([z.string(), z.object({})]).nullable().optional(),
42
+ archivedAt: z.string().describe("Timestamp when the template was archived, null if not archived").nullable().optional(),
43
+ attributes: z.object({}).describe("Attributes defined in the template"),
44
+ background: z.object({}).describe("Background styling configuration").nullable().optional(),
45
+ validUntil: z.object({}).describe("Validity period configuration").nullable().optional(),
46
+ description: z.string().describe("Description of the template").nullable().optional()
47
+ })
48
+ });
49
+ //#endregion
50
+ export { paradymCreateSdJwtVcCredentialTemplate };
51
+
52
+ //# sourceMappingURL=create-sd-jwt-vc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sd-jwt-vc-credential-template.mjs","names":[],"sources":["../../src/actions/create-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymCreateSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the SD-JWT VC credential template\"),\n text: z.object({\n color: z.string().describe(\"Hex color code for text\").optional(),\n}).describe(\"Text styling configuration for the credential.\").optional(),\n type: z.string().describe(\"Credential type identifier (e.g., 'UniversityCard', 'EmployeeCredential')\"),\n issuer: z.string().describe(\"Optional issuer DID or identifier for the template\").optional(),\n projectId: z.string().describe(\"The unique identifier of the project in which to create the SD-JWT VC credential template\"),\n revocable: z.boolean().describe(\"Whether credentials issued from this template can be revoked. Defaults to false if not specified.\").optional(),\n validFrom: z.string().describe(\"ISO date string indicating when the credential becomes valid\").optional(),\n attributes: z.object({}).describe(\"Dictionary of attributes for the credential. Keys are attribute identifiers, values define attribute properties including selective disclosure settings.\"),\n background: z.object({\n url: z.string().describe(\"URL to background image\").optional(),\n color: z.string().describe(\"Hex color code for background\").optional(),\n}).describe(\"Background styling configuration for the credential.\").optional(),\n validUntil: z.object({\n start: z.string().describe(\"Reference to the start date field (e.g., 'validFrom')\").optional(),\n future: z.object({\n days: z.number().int().describe(\"Number of days in the future\").optional(),\n hours: z.number().int().describe(\"Number of hours in the future\").optional(),\n years: z.number().int().describe(\"Number of years in the future\").optional(),\n months: z.number().int().describe(\"Number of months in the future\").optional(),\n}).describe(\"Configuration for future date offset for credential validity.\").optional(),\n}).describe(\"Configuration for credential validity period.\").optional(),\n description: z.string().describe(\"Optional description of the credential template\").optional(),\n});\nexport const ParadymCreateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created template\"),\n name: z.string().describe(\"Name of the template\"),\n text: z.object({}).describe(\"Text styling configuration\").nullable().optional(),\n type: z.string().describe(\"Credential type identifier\"),\n format: z.string().describe(\"Credential format, will be 'sd-jwt-vc' for this template\"),\n issuer: z.union([z.string(), z.object({})]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created\"),\n revocable: z.boolean().describe(\"Whether credentials from this template can be revoked\"),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated\"),\n validFrom: z.union([z.string(), z.object({})]).nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when the template was archived, null if not archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Attributes defined in the template\"),\n background: z.object({}).describe(\"Background styling configuration\").nullable().optional(),\n validUntil: z.object({}).describe(\"Validity period configuration\").nullable().optional(),\n description: z.string().describe(\"Description of the template\").nullable().optional(),\n});\n\nexport const paradymCreateSdJwtVcCredentialTemplate = action(\"PARADYM_CREATE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-create-sd-jwt-vc-credential-template\",\n name: \"Create SD-JWT VC Credential Template\",\n description: \"Tool to create a new SD-JWT VC credential template with selective disclosure capabilities. Use when you have a project ID and want to define a credential with attributes that can be selectively disclosed.\",\n input: ParadymCreateSdJwtVcCredentialTemplateInput,\n output: ParadymCreateSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-trusted-entity.ts
4
+ const ParadymCreateTrustedEntityInput = zod.z.object({
5
+ dids: zod.z.array(zod.z.object({
6
+ did: zod.z.string().describe("Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet"),
7
+ name: zod.z.string().describe("Human-readable name for this DID").optional()
8
+ }).describe("Decentralized Identifier (DID) for trusted entity.")).describe("Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity. DIDs must start with did:web, did:cheqd:testnet or did:cheqd:mainnet").optional(),
9
+ name: zod.z.string().describe("Name of the trusted entity. This helps with identifying the trusted entity"),
10
+ projectId: zod.z.string().describe("The ID of the project in which to create the trusted entity"),
11
+ certificates: zod.z.array(zod.z.object({
12
+ name: zod.z.string().describe("Human-readable name for this certificate").optional(),
13
+ certificate: zod.z.string().describe("X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519")
14
+ }).describe("X509 certificate for trusted entity.")).describe("Trusted X509 certificates from this trusted entity. This doesn't have to be the certificate that is used for signing, but can be a root or intermediate certificate. At most 20 X509 certificates can be added to a trusted entity. The X509 certificate must be linked to a key of type P-256 or Ed25519").optional()
15
+ }).describe("Request model for creating a trusted entity.");
16
+ const ParadymCreateTrustedEntity_DidSchema = zod.z.object({
17
+ did: zod.z.string().describe("Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet"),
18
+ name: zod.z.string().describe("Human-readable name for this DID").nullable().optional()
19
+ }).describe("Decentralized Identifier (DID) for trusted entity.");
20
+ const ParadymCreateTrustedEntity_CertificateSchema = zod.z.object({
21
+ name: zod.z.string().describe("Human-readable name for this certificate").nullable().optional(),
22
+ certificate: zod.z.string().describe("X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519")
23
+ }).describe("X509 certificate for trusted entity.");
24
+ const ParadymCreateTrustedEntityOutput = zod.z.object({
25
+ id: zod.z.string().describe("Unique identifier for the trusted entity"),
26
+ dids: zod.z.array(ParadymCreateTrustedEntity_DidSchema).describe("List of trusted DIDs associated with this entity").nullable().optional(),
27
+ name: zod.z.string().describe("Name of the trusted entity"),
28
+ createdAt: zod.z.string().describe("Timestamp when the trusted entity was created (ISO 8601 format)"),
29
+ updatedAt: zod.z.string().describe("Timestamp when the trusted entity was last updated (ISO 8601 format)"),
30
+ certificates: zod.z.array(ParadymCreateTrustedEntity_CertificateSchema).describe("List of trusted certificates associated with this entity").nullable().optional()
31
+ }).describe("Response model for created trusted entity.");
32
+ const paradymCreateTrustedEntity = require_action.action("PARADYM_CREATE_TRUSTED_ENTITY", {
33
+ slug: "paradym-create-trusted-entity",
34
+ name: "Create Trusted Entity",
35
+ description: "Tool to create a new trusted entity for a project. Use when you need to add trusted DIDs or X509 certificates to establish trust relationships.",
36
+ input: ParadymCreateTrustedEntityInput,
37
+ output: ParadymCreateTrustedEntityOutput
38
+ });
39
+ //#endregion
40
+ exports.paradymCreateTrustedEntity = paradymCreateTrustedEntity;
41
+
42
+ //# sourceMappingURL=create-trusted-entity.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-trusted-entity.cjs","names":["z","action"],"sources":["../../src/actions/create-trusted-entity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymCreateTrustedEntityInput: z.ZodTypeAny = z.object({\n dids: z.array(z.object({\n did: z.string().describe(\"Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet\"),\n name: z.string().describe(\"Human-readable name for this DID\").optional(),\n}).describe(\"Decentralized Identifier (DID) for trusted entity.\")).describe(\"Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity. DIDs must start with did:web, did:cheqd:testnet or did:cheqd:mainnet\").optional(),\n name: z.string().describe(\"Name of the trusted entity. This helps with identifying the trusted entity\"),\n projectId: z.string().describe(\"The ID of the project in which to create the trusted entity\"),\n certificates: z.array(z.object({\n name: z.string().describe(\"Human-readable name for this certificate\").optional(),\n certificate: z.string().describe(\"X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519\"),\n}).describe(\"X509 certificate for trusted entity.\")).describe(\"Trusted X509 certificates from this trusted entity. This doesn't have to be the certificate that is used for signing, but can be a root or intermediate certificate. At most 20 X509 certificates can be added to a trusted entity. The X509 certificate must be linked to a key of type P-256 or Ed25519\").optional(),\n}).describe(\"Request model for creating a trusted entity.\");\nconst ParadymCreateTrustedEntity_DidSchema: z.ZodTypeAny = z.object({\n did: z.string().describe(\"Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet\"),\n name: z.string().describe(\"Human-readable name for this DID\").nullable().optional(),\n}).describe(\"Decentralized Identifier (DID) for trusted entity.\");\nconst ParadymCreateTrustedEntity_CertificateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable name for this certificate\").nullable().optional(),\n certificate: z.string().describe(\"X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519\"),\n}).describe(\"X509 certificate for trusted entity.\");\nexport const ParadymCreateTrustedEntityOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the trusted entity\"),\n dids: z.array(ParadymCreateTrustedEntity_DidSchema).describe(\"List of trusted DIDs associated with this entity\").nullable().optional(),\n name: z.string().describe(\"Name of the trusted entity\"),\n createdAt: z.string().describe(\"Timestamp when the trusted entity was created (ISO 8601 format)\"),\n updatedAt: z.string().describe(\"Timestamp when the trusted entity was last updated (ISO 8601 format)\"),\n certificates: z.array(ParadymCreateTrustedEntity_CertificateSchema).describe(\"List of trusted certificates associated with this entity\").nullable().optional(),\n}).describe(\"Response model for created trusted entity.\");\n\nexport const paradymCreateTrustedEntity = action(\"PARADYM_CREATE_TRUSTED_ENTITY\", {\n slug: \"paradym-create-trusted-entity\",\n name: \"Create Trusted Entity\",\n description: \"Tool to create a new trusted entity for a project. Use when you need to add trusted DIDs or X509 certificates to establish trust relationships.\",\n input: ParadymCreateTrustedEntityInput,\n output: ParadymCreateTrustedEntityOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACvB,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;EACrH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;CAChR,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC5F,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC/B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,2SAA2S,CAAC,CAAC,SAAS;AACpX,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CACrH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACrG,cAAcA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/J,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-trusted-entity.d.ts
4
+ declare const ParadymCreateTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymCreateTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymCreateTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymCreateTrustedEntity };
9
+ //# sourceMappingURL=create-trusted-entity.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-trusted-entity.d.cts","names":[],"sources":["../../src/actions/create-trusted-entity.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAWW;AAAA,cAS9C,gCAAA,EAAkC,CAAA,CAAE,UAOQ;AAAA,cAE5C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-trusted-entity.d.ts
4
+ declare const ParadymCreateTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymCreateTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymCreateTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymCreateTrustedEntity };
9
+ //# sourceMappingURL=create-trusted-entity.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-trusted-entity.d.mts","names":[],"sources":["../../src/actions/create-trusted-entity.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAWW;AAAA,cAS9C,gCAAA,EAAkC,CAAA,CAAE,UAOQ;AAAA,cAE5C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-trusted-entity.ts
4
+ const ParadymCreateTrustedEntityInput = z.object({
5
+ dids: z.array(z.object({
6
+ did: z.string().describe("Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet"),
7
+ name: z.string().describe("Human-readable name for this DID").optional()
8
+ }).describe("Decentralized Identifier (DID) for trusted entity.")).describe("Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity. DIDs must start with did:web, did:cheqd:testnet or did:cheqd:mainnet").optional(),
9
+ name: z.string().describe("Name of the trusted entity. This helps with identifying the trusted entity"),
10
+ projectId: z.string().describe("The ID of the project in which to create the trusted entity"),
11
+ certificates: z.array(z.object({
12
+ name: z.string().describe("Human-readable name for this certificate").optional(),
13
+ certificate: z.string().describe("X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519")
14
+ }).describe("X509 certificate for trusted entity.")).describe("Trusted X509 certificates from this trusted entity. This doesn't have to be the certificate that is used for signing, but can be a root or intermediate certificate. At most 20 X509 certificates can be added to a trusted entity. The X509 certificate must be linked to a key of type P-256 or Ed25519").optional()
15
+ }).describe("Request model for creating a trusted entity.");
16
+ const ParadymCreateTrustedEntity_DidSchema = z.object({
17
+ did: z.string().describe("Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet"),
18
+ name: z.string().describe("Human-readable name for this DID").nullable().optional()
19
+ }).describe("Decentralized Identifier (DID) for trusted entity.");
20
+ const ParadymCreateTrustedEntity_CertificateSchema = z.object({
21
+ name: z.string().describe("Human-readable name for this certificate").nullable().optional(),
22
+ certificate: z.string().describe("X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519")
23
+ }).describe("X509 certificate for trusted entity.");
24
+ const paradymCreateTrustedEntity = action("PARADYM_CREATE_TRUSTED_ENTITY", {
25
+ slug: "paradym-create-trusted-entity",
26
+ name: "Create Trusted Entity",
27
+ description: "Tool to create a new trusted entity for a project. Use when you need to add trusted DIDs or X509 certificates to establish trust relationships.",
28
+ input: ParadymCreateTrustedEntityInput,
29
+ output: z.object({
30
+ id: z.string().describe("Unique identifier for the trusted entity"),
31
+ dids: z.array(ParadymCreateTrustedEntity_DidSchema).describe("List of trusted DIDs associated with this entity").nullable().optional(),
32
+ name: z.string().describe("Name of the trusted entity"),
33
+ createdAt: z.string().describe("Timestamp when the trusted entity was created (ISO 8601 format)"),
34
+ updatedAt: z.string().describe("Timestamp when the trusted entity was last updated (ISO 8601 format)"),
35
+ certificates: z.array(ParadymCreateTrustedEntity_CertificateSchema).describe("List of trusted certificates associated with this entity").nullable().optional()
36
+ }).describe("Response model for created trusted entity.")
37
+ });
38
+ //#endregion
39
+ export { paradymCreateTrustedEntity };
40
+
41
+ //# sourceMappingURL=create-trusted-entity.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-trusted-entity.mjs","names":[],"sources":["../../src/actions/create-trusted-entity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymCreateTrustedEntityInput: z.ZodTypeAny = z.object({\n dids: z.array(z.object({\n did: z.string().describe(\"Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet\"),\n name: z.string().describe(\"Human-readable name for this DID\").optional(),\n}).describe(\"Decentralized Identifier (DID) for trusted entity.\")).describe(\"Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity. DIDs must start with did:web, did:cheqd:testnet or did:cheqd:mainnet\").optional(),\n name: z.string().describe(\"Name of the trusted entity. This helps with identifying the trusted entity\"),\n projectId: z.string().describe(\"The ID of the project in which to create the trusted entity\"),\n certificates: z.array(z.object({\n name: z.string().describe(\"Human-readable name for this certificate\").optional(),\n certificate: z.string().describe(\"X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519\"),\n}).describe(\"X509 certificate for trusted entity.\")).describe(\"Trusted X509 certificates from this trusted entity. This doesn't have to be the certificate that is used for signing, but can be a root or intermediate certificate. At most 20 X509 certificates can be added to a trusted entity. The X509 certificate must be linked to a key of type P-256 or Ed25519\").optional(),\n}).describe(\"Request model for creating a trusted entity.\");\nconst ParadymCreateTrustedEntity_DidSchema: z.ZodTypeAny = z.object({\n did: z.string().describe(\"Decentralized Identifier. Must start with did:web, did:cheqd:testnet, or did:cheqd:mainnet\"),\n name: z.string().describe(\"Human-readable name for this DID\").nullable().optional(),\n}).describe(\"Decentralized Identifier (DID) for trusted entity.\");\nconst ParadymCreateTrustedEntity_CertificateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable name for this certificate\").nullable().optional(),\n certificate: z.string().describe(\"X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519\"),\n}).describe(\"X509 certificate for trusted entity.\");\nexport const ParadymCreateTrustedEntityOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the trusted entity\"),\n dids: z.array(ParadymCreateTrustedEntity_DidSchema).describe(\"List of trusted DIDs associated with this entity\").nullable().optional(),\n name: z.string().describe(\"Name of the trusted entity\"),\n createdAt: z.string().describe(\"Timestamp when the trusted entity was created (ISO 8601 format)\"),\n updatedAt: z.string().describe(\"Timestamp when the trusted entity was last updated (ISO 8601 format)\"),\n certificates: z.array(ParadymCreateTrustedEntity_CertificateSchema).describe(\"List of trusted certificates associated with this entity\").nullable().optional(),\n}).describe(\"Response model for created trusted entity.\");\n\nexport const paradymCreateTrustedEntity = action(\"PARADYM_CREATE_TRUSTED_ENTITY\", {\n slug: \"paradym-create-trusted-entity\",\n name: \"Create Trusted Entity\",\n description: \"Tool to create a new trusted entity for a project. Use when you need to add trusted DIDs or X509 certificates to establish trust relationships.\",\n input: ParadymCreateTrustedEntityInput,\n output: ParadymCreateTrustedEntityOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,MAAM,EAAE,OAAO;EACvB,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;EACrH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,CAAC,SAAS,2LAA2L,CAAC,CAAC,SAAS;CAChR,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC5F,cAAc,EAAE,MAAM,EAAE,OAAO;EAC/B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,2SAA2S,CAAC,CAAC,SAAS;AACpX,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,uCAAqD,EAAE,OAAO;CAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CACrH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACrH,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAUlD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAClE,MAAM,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACtD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EACrG,cAAc,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/J,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,47 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/deactivate-certificate.ts
4
+ const ParadymDeactivateCertificateInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The unique identifier for the project"),
6
+ certificateId: zod.z.string().describe("The unique identifier for the certificate to deactivate")
7
+ });
8
+ const ParadymDeactivateCertificate_CertificateTypeSchema = zod.z.enum([
9
+ "verifierSignRequest",
10
+ "issuerSignCredential",
11
+ "verifierRoot",
12
+ "issuerRoot"
13
+ ]).describe("Certificate type.");
14
+ const ParadymDeactivateCertificate_CertificateStatusSchema = zod.z.enum([
15
+ "expired",
16
+ "active",
17
+ "revoked",
18
+ "pendingActivation",
19
+ "inactive",
20
+ "pendingRevocation"
21
+ ]).describe("Certificate status.");
22
+ const ParadymDeactivateCertificate_KeyTypeSchema = zod.z.enum(["P-256", "Ed25519"]).describe("Certificate key type.");
23
+ const ParadymDeactivateCertificate_CertificateCapabilitiesSchema = zod.z.object({ signMdl: zod.z.boolean().describe("The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate. This capability only covers signing of mDLs. Only available for issuerSignCredential certificates.").nullable().optional() }).describe("Certificate capabilities indicating supported certificate features.");
24
+ const ParadymDeactivateCertificateOutput = zod.z.object({
25
+ id: zod.z.string().describe("The unique identifier for the certificate"),
26
+ type: ParadymDeactivateCertificate_CertificateTypeSchema.nullable(),
27
+ status: ParadymDeactivateCertificate_CertificateStatusSchema.nullable(),
28
+ keyType: ParadymDeactivateCertificate_KeyTypeSchema.nullable(),
29
+ createdAt: zod.z.string().describe("Creation timestamp in ISO8601 format"),
30
+ expiresAt: zod.z.string().describe("Expiration timestamp in ISO8601 format"),
31
+ updatedAt: zod.z.string().describe("Last update timestamp in ISO8601 format"),
32
+ certificate: zod.z.string().describe("The certificate in PEM format"),
33
+ capabilities: ParadymDeactivateCertificate_CertificateCapabilitiesSchema.nullable().optional(),
34
+ parentCertificateId: zod.z.string().describe("The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed.").nullable().optional(),
35
+ subjectKeyIdentifier: zod.z.string().describe("The subject key identifier of the certificate")
36
+ }).describe("Response model for deactivating a certificate.");
37
+ const paradymDeactivateCertificate = require_action.action("PARADYM_DEACTIVATE_CERTIFICATE", {
38
+ slug: "paradym-deactivate-certificate",
39
+ name: "Deactivate Certificate",
40
+ description: "Tool to deactivate a certificate in a project. Use when you need to deactivate an active certificate, changing its status to inactive.",
41
+ input: ParadymDeactivateCertificateInput,
42
+ output: ParadymDeactivateCertificateOutput
43
+ });
44
+ //#endregion
45
+ exports.paradymDeactivateCertificate = paradymDeactivateCertificate;
46
+
47
+ //# sourceMappingURL=deactivate-certificate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-certificate.cjs","names":["z","action"],"sources":["../../src/actions/deactivate-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymDeactivateCertificateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n certificateId: z.string().describe(\"The unique identifier for the certificate to deactivate\"),\n});\nconst ParadymDeactivateCertificate_CertificateTypeSchema: z.ZodTypeAny = z.enum([\"verifierSignRequest\", \"issuerSignCredential\", \"verifierRoot\", \"issuerRoot\"]).describe(\"Certificate type.\");\nconst ParadymDeactivateCertificate_CertificateStatusSchema: z.ZodTypeAny = z.enum([\"expired\", \"active\", \"revoked\", \"pendingActivation\", \"inactive\", \"pendingRevocation\"]).describe(\"Certificate status.\");\nconst ParadymDeactivateCertificate_KeyTypeSchema: z.ZodTypeAny = z.enum([\"P-256\", \"Ed25519\"]).describe(\"Certificate key type.\");\nconst ParadymDeactivateCertificate_CertificateCapabilitiesSchema: z.ZodTypeAny = z.object({\n signMdl: z.boolean().describe(\"The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate. This capability only covers signing of mDLs. Only available for issuerSignCredential certificates.\").nullable().optional(),\n}).describe(\"Certificate capabilities indicating supported certificate features.\");\nexport const ParadymDeactivateCertificateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the certificate\"),\n type: ParadymDeactivateCertificate_CertificateTypeSchema.nullable(),\n status: ParadymDeactivateCertificate_CertificateStatusSchema.nullable(),\n keyType: ParadymDeactivateCertificate_KeyTypeSchema.nullable(),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n expiresAt: z.string().describe(\"Expiration timestamp in ISO8601 format\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n certificate: z.string().describe(\"The certificate in PEM format\"),\n capabilities: ParadymDeactivateCertificate_CertificateCapabilitiesSchema.nullable().optional(),\n parentCertificateId: z.string().describe(\"The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed.\").nullable().optional(),\n subjectKeyIdentifier: z.string().describe(\"The subject key identifier of the certificate\"),\n}).describe(\"Response model for deactivating a certificate.\");\n\nexport const paradymDeactivateCertificate = action(\"PARADYM_DEACTIVATE_CERTIFICATE\", {\n slug: \"paradym-deactivate-certificate\",\n name: \"Deactivate Certificate\",\n description: \"Tool to deactivate a certificate in a project. Use when you need to deactivate an active certificate, changing its status to inactive.\",\n input: ParadymDeactivateCertificateInput,\n output: ParadymDeactivateCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC9F,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,KAAK;CAAC;CAAuB;CAAwB;CAAgB;AAAY,CAAC,CAAC,CAAC,SAAS,mBAAmB;AAC3L,MAAM,uDAAqEA,IAAAA,EAAE,KAAK;CAAC;CAAW;CAAU;CAAW;CAAqB;CAAY;AAAmB,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACxM,MAAM,6CAA2DA,IAAAA,EAAE,KAAK,CAAC,SAAS,SAAS,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAC9H,MAAM,6DAA2EA,IAAAA,EAAE,OAAO,EACxF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qOAAqO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3R,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAM,mDAAmD,SAAS;CAClE,QAAQ,qDAAqD,SAAS;CACtE,SAAS,2CAA2C,SAAS;CAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,cAAc,2DAA2D,SAAS,CAAC,CAAC,SAAS;CAC7F,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3O,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC3F,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,+BAA+BC,eAAAA,OAAO,kCAAkC;CACnF,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/deactivate-certificate.d.ts
4
+ declare const ParadymDeactivateCertificateInput: z.ZodTypeAny;
5
+ declare const ParadymDeactivateCertificateOutput: z.ZodTypeAny;
6
+ declare const paradymDeactivateCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymDeactivateCertificate };
9
+ //# sourceMappingURL=deactivate-certificate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-certificate.d.cts","names":[],"sources":["../../src/actions/deactivate-certificate.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAOW,kCAAA,EAAoC,CAAA,CAAE,UAYU;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/deactivate-certificate.d.ts
4
+ declare const ParadymDeactivateCertificateInput: z.ZodTypeAny;
5
+ declare const ParadymDeactivateCertificateOutput: z.ZodTypeAny;
6
+ declare const paradymDeactivateCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymDeactivateCertificate };
9
+ //# sourceMappingURL=deactivate-certificate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-certificate.d.mts","names":[],"sources":["../../src/actions/deactivate-certificate.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAOW,kCAAA,EAAoC,CAAA,CAAE,UAYU;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,46 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/deactivate-certificate.ts
4
+ const ParadymDeactivateCertificateInput = z.object({
5
+ projectId: z.string().describe("The unique identifier for the project"),
6
+ certificateId: z.string().describe("The unique identifier for the certificate to deactivate")
7
+ });
8
+ const ParadymDeactivateCertificate_CertificateTypeSchema = z.enum([
9
+ "verifierSignRequest",
10
+ "issuerSignCredential",
11
+ "verifierRoot",
12
+ "issuerRoot"
13
+ ]).describe("Certificate type.");
14
+ const ParadymDeactivateCertificate_CertificateStatusSchema = z.enum([
15
+ "expired",
16
+ "active",
17
+ "revoked",
18
+ "pendingActivation",
19
+ "inactive",
20
+ "pendingRevocation"
21
+ ]).describe("Certificate status.");
22
+ const ParadymDeactivateCertificate_KeyTypeSchema = z.enum(["P-256", "Ed25519"]).describe("Certificate key type.");
23
+ const ParadymDeactivateCertificate_CertificateCapabilitiesSchema = z.object({ signMdl: z.boolean().describe("The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate. This capability only covers signing of mDLs. Only available for issuerSignCredential certificates.").nullable().optional() }).describe("Certificate capabilities indicating supported certificate features.");
24
+ const paradymDeactivateCertificate = action("PARADYM_DEACTIVATE_CERTIFICATE", {
25
+ slug: "paradym-deactivate-certificate",
26
+ name: "Deactivate Certificate",
27
+ description: "Tool to deactivate a certificate in a project. Use when you need to deactivate an active certificate, changing its status to inactive.",
28
+ input: ParadymDeactivateCertificateInput,
29
+ output: z.object({
30
+ id: z.string().describe("The unique identifier for the certificate"),
31
+ type: ParadymDeactivateCertificate_CertificateTypeSchema.nullable(),
32
+ status: ParadymDeactivateCertificate_CertificateStatusSchema.nullable(),
33
+ keyType: ParadymDeactivateCertificate_KeyTypeSchema.nullable(),
34
+ createdAt: z.string().describe("Creation timestamp in ISO8601 format"),
35
+ expiresAt: z.string().describe("Expiration timestamp in ISO8601 format"),
36
+ updatedAt: z.string().describe("Last update timestamp in ISO8601 format"),
37
+ certificate: z.string().describe("The certificate in PEM format"),
38
+ capabilities: ParadymDeactivateCertificate_CertificateCapabilitiesSchema.nullable().optional(),
39
+ parentCertificateId: z.string().describe("The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed.").nullable().optional(),
40
+ subjectKeyIdentifier: z.string().describe("The subject key identifier of the certificate")
41
+ }).describe("Response model for deactivating a certificate.")
42
+ });
43
+ //#endregion
44
+ export { paradymDeactivateCertificate };
45
+
46
+ //# sourceMappingURL=deactivate-certificate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deactivate-certificate.mjs","names":[],"sources":["../../src/actions/deactivate-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymDeactivateCertificateInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The unique identifier for the project\"),\n certificateId: z.string().describe(\"The unique identifier for the certificate to deactivate\"),\n});\nconst ParadymDeactivateCertificate_CertificateTypeSchema: z.ZodTypeAny = z.enum([\"verifierSignRequest\", \"issuerSignCredential\", \"verifierRoot\", \"issuerRoot\"]).describe(\"Certificate type.\");\nconst ParadymDeactivateCertificate_CertificateStatusSchema: z.ZodTypeAny = z.enum([\"expired\", \"active\", \"revoked\", \"pendingActivation\", \"inactive\", \"pendingRevocation\"]).describe(\"Certificate status.\");\nconst ParadymDeactivateCertificate_KeyTypeSchema: z.ZodTypeAny = z.enum([\"P-256\", \"Ed25519\"]).describe(\"Certificate key type.\");\nconst ParadymDeactivateCertificate_CertificateCapabilitiesSchema: z.ZodTypeAny = z.object({\n signMdl: z.boolean().describe(\"The signMdl capability enables signing ISO 18013-5 mDLs, and ensures the mdlDS extended key usage is present in the certificate. This capability only covers signing of mDLs. Only available for issuerSignCredential certificates.\").nullable().optional(),\n}).describe(\"Certificate capabilities indicating supported certificate features.\");\nexport const ParadymDeactivateCertificateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the certificate\"),\n type: ParadymDeactivateCertificate_CertificateTypeSchema.nullable(),\n status: ParadymDeactivateCertificate_CertificateStatusSchema.nullable(),\n keyType: ParadymDeactivateCertificate_KeyTypeSchema.nullable(),\n createdAt: z.string().describe(\"Creation timestamp in ISO8601 format\"),\n expiresAt: z.string().describe(\"Expiration timestamp in ISO8601 format\"),\n updatedAt: z.string().describe(\"Last update timestamp in ISO8601 format\"),\n certificate: z.string().describe(\"The certificate in PEM format\"),\n capabilities: ParadymDeactivateCertificate_CertificateCapabilitiesSchema.nullable().optional(),\n parentCertificateId: z.string().describe(\"The id of the parent certificate. If an issuerSignCredential or verifierSignRequest certificate has no parentCertificateId it means the certificate was externally signed.\").nullable().optional(),\n subjectKeyIdentifier: z.string().describe(\"The subject key identifier of the certificate\"),\n}).describe(\"Response model for deactivating a certificate.\");\n\nexport const paradymDeactivateCertificate = action(\"PARADYM_DEACTIVATE_CERTIFICATE\", {\n slug: \"paradym-deactivate-certificate\",\n name: \"Deactivate Certificate\",\n description: \"Tool to deactivate a certificate in a project. Use when you need to deactivate an active certificate, changing its status to inactive.\",\n input: ParadymDeactivateCertificateInput,\n output: ParadymDeactivateCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC9F,CAAC;AACD,MAAM,qDAAmE,EAAE,KAAK;CAAC;CAAuB;CAAwB;CAAgB;AAAY,CAAC,CAAC,CAAC,SAAS,mBAAmB;AAC3L,MAAM,uDAAqE,EAAE,KAAK;CAAC;CAAW;CAAU;CAAW;CAAqB;CAAY;AAAmB,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACxM,MAAM,6CAA2D,EAAE,KAAK,CAAC,SAAS,SAAS,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAC9H,MAAM,6DAA2E,EAAE,OAAO,EACxF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qOAAqO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3R,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAejF,MAAa,+BAA+B,OAAO,kCAAkC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACnE,MAAM,mDAAmD,SAAS;EAClE,QAAQ,qDAAqD,SAAS;EACtE,SAAS,2CAA2C,SAAS;EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAChE,cAAc,2DAA2D,SAAS,CAAC,CAAC,SAAS;EAC7F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3O,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC3F,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-did-comm-connection.ts
4
+ const ParadymDeleteDidCommConnectionInput = zod.z.object({
5
+ projectId: zod.z.string().describe("The ID of the project containing the DIDComm connection to delete"),
6
+ didcommConnectionId: zod.z.string().describe("The ID of the DIDComm connection to delete")
7
+ });
8
+ const ParadymDeleteDidCommConnectionOutput = zod.z.object({
9
+ status: zod.z.string().describe("Result of the deletion operation"),
10
+ message: zod.z.string().describe("Optional detailed message about the operation").nullable().optional()
11
+ });
12
+ const paradymDeleteDidCommConnection = require_action.action("PARADYM_DELETE_DID_COMM_CONNECTION", {
13
+ slug: "paradym-delete-did-comm-connection",
14
+ name: "Delete DIDComm Connection",
15
+ description: "Tool to delete a DIDComm connection from a project. Use when removing a connection that is no longer needed.",
16
+ input: ParadymDeleteDidCommConnectionInput,
17
+ output: ParadymDeleteDidCommConnectionOutput
18
+ });
19
+ //#endregion
20
+ exports.paradymDeleteDidCommConnection = paradymDeleteDidCommConnection;
21
+
22
+ //# sourceMappingURL=delete-did-comm-connection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-did-comm-connection.cjs","names":["z","action"],"sources":["../../src/actions/delete-did-comm-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymDeleteDidCommConnectionInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the DIDComm connection to delete\"),\n didcommConnectionId: z.string().describe(\"The ID of the DIDComm connection to delete\"),\n});\nexport const ParadymDeleteDidCommConnectionOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Result of the deletion operation\"),\n message: z.string().describe(\"Optional detailed message about the operation\").nullable().optional(),\n});\n\nexport const paradymDeleteDidCommConnection = action(\"PARADYM_DELETE_DID_COMM_CONNECTION\", {\n slug: \"paradym-delete-did-comm-connection\",\n name: \"Delete DIDComm Connection\",\n description: \"Tool to delete a DIDComm connection from a project. Use when removing a connection that is no longer needed.\",\n input: ParadymDeleteDidCommConnectionInput,\n output: ParadymDeleteDidCommConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAClG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACvF,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,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/delete-did-comm-connection.d.ts
4
+ declare const ParadymDeleteDidCommConnectionInput: z.ZodTypeAny;
5
+ declare const ParadymDeleteDidCommConnectionOutput: z.ZodTypeAny;
6
+ declare const paradymDeleteDidCommConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymDeleteDidCommConnection };
9
+ //# sourceMappingURL=delete-did-comm-connection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-did-comm-connection.d.cts","names":[],"sources":["../../src/actions/delete-did-comm-connection.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAGnD;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/delete-did-comm-connection.d.ts
4
+ declare const ParadymDeleteDidCommConnectionInput: z.ZodTypeAny;
5
+ declare const ParadymDeleteDidCommConnectionOutput: z.ZodTypeAny;
6
+ declare const paradymDeleteDidCommConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymDeleteDidCommConnection };
9
+ //# sourceMappingURL=delete-did-comm-connection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-did-comm-connection.d.mts","names":[],"sources":["../../src/actions/delete-did-comm-connection.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAGnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymDeleteDidCommConnection = action("PARADYM_DELETE_DID_COMM_CONNECTION", {
4
+ slug: "paradym-delete-did-comm-connection",
5
+ name: "Delete DIDComm Connection",
6
+ description: "Tool to delete a DIDComm connection from a project. Use when removing a connection that is no longer needed.",
7
+ input: z.object({
8
+ projectId: z.string().describe("The ID of the project containing the DIDComm connection to delete"),
9
+ didcommConnectionId: z.string().describe("The ID of the DIDComm connection to delete")
10
+ }),
11
+ output: z.object({
12
+ status: z.string().describe("Result of the deletion operation"),
13
+ message: z.string().describe("Optional detailed message about the operation").nullable().optional()
14
+ })
15
+ });
16
+ //#endregion
17
+ export { paradymDeleteDidCommConnection };
18
+
19
+ //# sourceMappingURL=delete-did-comm-connection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-did-comm-connection.mjs","names":[],"sources":["../../src/actions/delete-did-comm-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymDeleteDidCommConnectionInput: z.ZodTypeAny = z.object({\n projectId: z.string().describe(\"The ID of the project containing the DIDComm connection to delete\"),\n didcommConnectionId: z.string().describe(\"The ID of the DIDComm connection to delete\"),\n});\nexport const ParadymDeleteDidCommConnectionOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Result of the deletion operation\"),\n message: z.string().describe(\"Optional detailed message about the operation\").nullable().optional(),\n});\n\nexport const paradymDeleteDidCommConnection = action(\"PARADYM_DELETE_DID_COMM_CONNECTION\", {\n slug: \"paradym-delete-did-comm-connection\",\n name: \"Delete DIDComm Connection\",\n description: \"Tool to delete a DIDComm connection from a project. Use when removing a connection that is no longer needed.\",\n input: ParadymDeleteDidCommConnectionInput,\n output: ParadymDeleteDidCommConnectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb+D,EAAE,OAAO;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;EAClG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvF,CAUS;CACP,QAVgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAOU;AACV,CAAC"}