@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,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUpdatePresentationTemplate = action("PARADYM_UPDATE_PRESENTATION_TEMPLATE", {
4
+ slug: "paradym-update-presentation-template",
5
+ name: "Update Presentation Template",
6
+ description: "Tool to update an existing presentation template. Use when you need to modify template name, description, credentials, or verifier configuration.",
7
+ input: z.object({
8
+ name: z.string().describe("Updated name of the presentation template (visible to verification request recipients)"),
9
+ verifier: z.record(z.string(), z.unknown()).describe("Optional verifier authentication configuration (required for sd-jwt-vc and mdoc formats)").optional(),
10
+ project_id: z.string().describe("Unique identifier of the project containing the presentation template"),
11
+ credentials: z.array(z.record(z.string(), z.unknown())).describe("Updated array of 1-20 credential definitions specifying what credentials to request. Each must have 'format', 'type' (or 'schema' for anoncreds), and 'attributes'"),
12
+ description: z.string().describe("Updated description explaining why this information is requested (shown to recipients)"),
13
+ presentation_template_id: z.string().describe("Unique identifier of the presentation template to update")
14
+ }),
15
+ output: z.object({
16
+ id: z.string().describe("Unique identifier of the updated presentation template"),
17
+ name: z.string().describe("Name of the updated template"),
18
+ verifier: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
19
+ createdAt: z.string().describe("Timestamp when the template was created"),
20
+ updatedAt: z.string().describe("Timestamp when the template was last updated"),
21
+ credentials: z.array(z.record(z.string(), z.unknown())).describe("Credential definitions for the updated template"),
22
+ description: z.string().describe("Description of the updated template")
23
+ })
24
+ });
25
+ //#endregion
26
+ export { paradymUpdatePresentationTemplate };
27
+
28
+ //# sourceMappingURL=update-presentation-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-presentation-template.mjs","names":[],"sources":["../../src/actions/update-presentation-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdatePresentationTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name of the presentation template (visible to verification request recipients)\"),\n verifier: z.record(z.string(), z.unknown()).describe(\"Optional verifier authentication configuration (required for sd-jwt-vc and mdoc formats)\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the presentation template\"),\n credentials: z.array(z.record(z.string(), z.unknown())).describe(\"Updated array of 1-20 credential definitions specifying what credentials to request. Each must have 'format', 'type' (or 'schema' for anoncreds), and 'attributes'\"),\n description: z.string().describe(\"Updated description explaining why this information is requested (shown to recipients)\"),\n presentation_template_id: z.string().describe(\"Unique identifier of the presentation template to update\"),\n});\nexport const ParadymUpdatePresentationTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the updated presentation template\"),\n name: z.string().describe(\"Name of the updated template\"),\n verifier: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the template was created\"),\n updatedAt: z.string().describe(\"Timestamp when the template was last updated\"),\n credentials: z.array(z.record(z.string(), z.unknown())).describe(\"Credential definitions for the updated template\"),\n description: z.string().describe(\"Description of the updated template\"),\n});\n\nexport const paradymUpdatePresentationTemplate = action(\"PARADYM_UPDATE_PRESENTATION_TEMPLATE\", {\n slug: \"paradym-update-presentation-template\",\n name: \"Update Presentation Template\",\n description: \"Tool to update an existing presentation template. Use when you need to modify template name, description, credentials, or verifier configuration.\",\n input: ParadymUpdatePresentationTemplateInput,\n output: ParadymUpdatePresentationTemplateOutput,\n});\n"],"mappings":";;AAsBA,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;EAClH,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EAC1J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACvG,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,oKAAoK;EACrO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;EACzH,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC1G,CAeS;CACP,QAfmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACxD,UAAU,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACxE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC7E,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;EAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACxE,CAOU;AACV,CAAC"}
@@ -0,0 +1,48 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-project-profile.ts
4
+ const ParadymUpdateProjectProfileInput = zod.z.object({
5
+ logo: zod.z.object({
6
+ url: zod.z.string().describe("URL to the logo image"),
7
+ altText: zod.z.string().describe("Alternative text for the logo image").optional()
8
+ }).describe("Logo configuration for the profile.").optional(),
9
+ wallet: zod.z.object({
10
+ name: zod.z.string().describe("Name of the wallet"),
11
+ baseUrl: zod.z.string().describe("Base URL of the wallet"),
12
+ appleApplicationId: zod.z.string().describe("Apple application identifier for the wallet app").optional(),
13
+ androidApplicationId: zod.z.string().describe("Android application identifier for the wallet app").optional()
14
+ }).describe("Wallet configuration for the profile. Not available on the free tier.").optional(),
15
+ projectId: zod.z.string().describe("The ID of the project whose default profile to update"),
16
+ displayName: zod.z.string().describe("Display name for the profile"),
17
+ openId4VcVersion: zod.z.enum(["v1", "legacy"]).describe("Supported OpenID4VC versions for the profile.").optional()
18
+ }).describe("Request model for updating the default profile of a project.");
19
+ const ParadymUpdateProjectProfile_LogoOutputSchema = zod.z.object({
20
+ url: zod.z.string().describe("URL to the logo image"),
21
+ altText: zod.z.string().describe("Alternative text for the logo image").nullable().optional()
22
+ }).describe("Logo configuration returned in the response.");
23
+ const ParadymUpdateProjectProfile_WalletOutputSchema = zod.z.object({
24
+ name: zod.z.string().describe("Name of the wallet"),
25
+ baseUrl: zod.z.string().describe("Base URL of the wallet"),
26
+ appleApplicationId: zod.z.string().describe("Apple application identifier for the wallet app").nullable().optional(),
27
+ androidApplicationId: zod.z.string().describe("Android application identifier for the wallet app").nullable().optional()
28
+ }).describe("Wallet configuration returned in the response.");
29
+ const ParadymUpdateProjectProfile_OpenId4VcVersionSchema = zod.z.enum(["v1", "legacy"]).describe("Supported OpenID4VC versions for the profile.");
30
+ const ParadymUpdateProjectProfileOutput = zod.z.object({
31
+ id: zod.z.string().describe("The unique identifier of the profile"),
32
+ did: zod.z.string().describe("The decentralized identifier (DID) for the profile"),
33
+ logo: ParadymUpdateProjectProfile_LogoOutputSchema.nullable().optional(),
34
+ wallet: ParadymUpdateProjectProfile_WalletOutputSchema.nullable().optional(),
35
+ displayName: zod.z.string().describe("Display name of the profile"),
36
+ openId4VcVersion: ParadymUpdateProjectProfile_OpenId4VcVersionSchema.nullable().optional()
37
+ }).describe("Response model for the updated project profile.");
38
+ const paradymUpdateProjectProfile = require_action.action("PARADYM_UPDATE_PROJECT_PROFILE", {
39
+ slug: "paradym-update-project-profile",
40
+ name: "Update Project Profile",
41
+ description: "Tool to update the default profile for a project. Use when you need to modify profile display settings, logo, OpenID4VC version, or wallet configuration.",
42
+ input: ParadymUpdateProjectProfileInput,
43
+ output: ParadymUpdateProjectProfileOutput
44
+ });
45
+ //#endregion
46
+ exports.paradymUpdateProjectProfile = paradymUpdateProjectProfile;
47
+
48
+ //# sourceMappingURL=update-project-profile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-profile.cjs","names":["z","action"],"sources":["../../src/actions/update-project-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateProjectProfileInput: z.ZodTypeAny = z.object({\n logo: z.object({\n url: z.string().describe(\"URL to the logo image\"),\n altText: z.string().describe(\"Alternative text for the logo image\").optional(),\n}).describe(\"Logo configuration for the profile.\").optional(),\n wallet: z.object({\n name: z.string().describe(\"Name of the wallet\"),\n baseUrl: z.string().describe(\"Base URL of the wallet\"),\n appleApplicationId: z.string().describe(\"Apple application identifier for the wallet app\").optional(),\n androidApplicationId: z.string().describe(\"Android application identifier for the wallet app\").optional(),\n}).describe(\"Wallet configuration for the profile. Not available on the free tier.\").optional(),\n projectId: z.string().describe(\"The ID of the project whose default profile to update\"),\n displayName: z.string().describe(\"Display name for the profile\"),\n openId4VcVersion: z.enum([\"v1\", \"legacy\"]).describe(\"Supported OpenID4VC versions for the profile.\").optional(),\n}).describe(\"Request model for updating the default profile of a project.\");\nconst ParadymUpdateProjectProfile_LogoOutputSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the logo image\"),\n altText: z.string().describe(\"Alternative text for the logo image\").nullable().optional(),\n}).describe(\"Logo configuration returned in the response.\");\nconst ParadymUpdateProjectProfile_WalletOutputSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the wallet\"),\n baseUrl: z.string().describe(\"Base URL of the wallet\"),\n appleApplicationId: z.string().describe(\"Apple application identifier for the wallet app\").nullable().optional(),\n androidApplicationId: z.string().describe(\"Android application identifier for the wallet app\").nullable().optional(),\n}).describe(\"Wallet configuration returned in the response.\");\nconst ParadymUpdateProjectProfile_OpenId4VcVersionSchema: z.ZodTypeAny = z.enum([\"v1\", \"legacy\"]).describe(\"Supported OpenID4VC versions for the profile.\");\nexport const ParadymUpdateProjectProfileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the profile\"),\n did: z.string().describe(\"The decentralized identifier (DID) for the profile\"),\n logo: ParadymUpdateProjectProfile_LogoOutputSchema.nullable().optional(),\n wallet: ParadymUpdateProjectProfile_WalletOutputSchema.nullable().optional(),\n displayName: z.string().describe(\"Display name of the profile\"),\n openId4VcVersion: ParadymUpdateProjectProfile_OpenId4VcVersionSchema.nullable().optional(),\n}).describe(\"Response model for the updated project profile.\");\n\nexport const paradymUpdateProjectProfile = action(\"PARADYM_UPDATE_PROJECT_PROFILE\", {\n slug: \"paradym-update-project-profile\",\n name: \"Update Project Profile\",\n description: \"Tool to update the default profile for a project. Use when you need to modify profile display settings, logo, OpenID4VC version, or wallet configuration.\",\n input: ParadymUpdateProjectProfileInput,\n output: ParadymUpdateProjectProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO;EACf,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/E,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1D,QAAQA,IAAAA,EAAE,OAAO;EACjB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EACrD,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACpG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC/D,kBAAkBA,IAAAA,EAAE,KAAK,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAChD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACrD,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,qDAAmEA,IAAAA,EAAE,KAAK,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC1J,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC7E,MAAM,6CAA6C,SAAS,CAAC,CAAC,SAAS;CACvE,QAAQ,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC9D,kBAAkB,mDAAmD,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-project-profile.d.ts
4
+ declare const ParadymUpdateProjectProfileInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateProjectProfileOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateProjectProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateProjectProfile };
9
+ //# sourceMappingURL=update-project-profile.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-profile.d.cts","names":[],"sources":["../../src/actions/update-project-profile.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAc0B;AAAA,cAY9D,iCAAA,EAAmC,CAAA,CAAE,UAOY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-project-profile.d.ts
4
+ declare const ParadymUpdateProjectProfileInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateProjectProfileOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateProjectProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateProjectProfile };
9
+ //# sourceMappingURL=update-project-profile.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-profile.d.mts","names":[],"sources":["../../src/actions/update-project-profile.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAc0B;AAAA,cAY9D,iCAAA,EAAmC,CAAA,CAAE,UAOY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,47 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-project-profile.ts
4
+ const ParadymUpdateProjectProfileInput = z.object({
5
+ logo: z.object({
6
+ url: z.string().describe("URL to the logo image"),
7
+ altText: z.string().describe("Alternative text for the logo image").optional()
8
+ }).describe("Logo configuration for the profile.").optional(),
9
+ wallet: z.object({
10
+ name: z.string().describe("Name of the wallet"),
11
+ baseUrl: z.string().describe("Base URL of the wallet"),
12
+ appleApplicationId: z.string().describe("Apple application identifier for the wallet app").optional(),
13
+ androidApplicationId: z.string().describe("Android application identifier for the wallet app").optional()
14
+ }).describe("Wallet configuration for the profile. Not available on the free tier.").optional(),
15
+ projectId: z.string().describe("The ID of the project whose default profile to update"),
16
+ displayName: z.string().describe("Display name for the profile"),
17
+ openId4VcVersion: z.enum(["v1", "legacy"]).describe("Supported OpenID4VC versions for the profile.").optional()
18
+ }).describe("Request model for updating the default profile of a project.");
19
+ const ParadymUpdateProjectProfile_LogoOutputSchema = z.object({
20
+ url: z.string().describe("URL to the logo image"),
21
+ altText: z.string().describe("Alternative text for the logo image").nullable().optional()
22
+ }).describe("Logo configuration returned in the response.");
23
+ const ParadymUpdateProjectProfile_WalletOutputSchema = z.object({
24
+ name: z.string().describe("Name of the wallet"),
25
+ baseUrl: z.string().describe("Base URL of the wallet"),
26
+ appleApplicationId: z.string().describe("Apple application identifier for the wallet app").nullable().optional(),
27
+ androidApplicationId: z.string().describe("Android application identifier for the wallet app").nullable().optional()
28
+ }).describe("Wallet configuration returned in the response.");
29
+ const ParadymUpdateProjectProfile_OpenId4VcVersionSchema = z.enum(["v1", "legacy"]).describe("Supported OpenID4VC versions for the profile.");
30
+ const paradymUpdateProjectProfile = action("PARADYM_UPDATE_PROJECT_PROFILE", {
31
+ slug: "paradym-update-project-profile",
32
+ name: "Update Project Profile",
33
+ description: "Tool to update the default profile for a project. Use when you need to modify profile display settings, logo, OpenID4VC version, or wallet configuration.",
34
+ input: ParadymUpdateProjectProfileInput,
35
+ output: z.object({
36
+ id: z.string().describe("The unique identifier of the profile"),
37
+ did: z.string().describe("The decentralized identifier (DID) for the profile"),
38
+ logo: ParadymUpdateProjectProfile_LogoOutputSchema.nullable().optional(),
39
+ wallet: ParadymUpdateProjectProfile_WalletOutputSchema.nullable().optional(),
40
+ displayName: z.string().describe("Display name of the profile"),
41
+ openId4VcVersion: ParadymUpdateProjectProfile_OpenId4VcVersionSchema.nullable().optional()
42
+ }).describe("Response model for the updated project profile.")
43
+ });
44
+ //#endregion
45
+ export { paradymUpdateProjectProfile };
46
+
47
+ //# sourceMappingURL=update-project-profile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-profile.mjs","names":[],"sources":["../../src/actions/update-project-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateProjectProfileInput: z.ZodTypeAny = z.object({\n logo: z.object({\n url: z.string().describe(\"URL to the logo image\"),\n altText: z.string().describe(\"Alternative text for the logo image\").optional(),\n}).describe(\"Logo configuration for the profile.\").optional(),\n wallet: z.object({\n name: z.string().describe(\"Name of the wallet\"),\n baseUrl: z.string().describe(\"Base URL of the wallet\"),\n appleApplicationId: z.string().describe(\"Apple application identifier for the wallet app\").optional(),\n androidApplicationId: z.string().describe(\"Android application identifier for the wallet app\").optional(),\n}).describe(\"Wallet configuration for the profile. Not available on the free tier.\").optional(),\n projectId: z.string().describe(\"The ID of the project whose default profile to update\"),\n displayName: z.string().describe(\"Display name for the profile\"),\n openId4VcVersion: z.enum([\"v1\", \"legacy\"]).describe(\"Supported OpenID4VC versions for the profile.\").optional(),\n}).describe(\"Request model for updating the default profile of a project.\");\nconst ParadymUpdateProjectProfile_LogoOutputSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the logo image\"),\n altText: z.string().describe(\"Alternative text for the logo image\").nullable().optional(),\n}).describe(\"Logo configuration returned in the response.\");\nconst ParadymUpdateProjectProfile_WalletOutputSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the wallet\"),\n baseUrl: z.string().describe(\"Base URL of the wallet\"),\n appleApplicationId: z.string().describe(\"Apple application identifier for the wallet app\").nullable().optional(),\n androidApplicationId: z.string().describe(\"Android application identifier for the wallet app\").nullable().optional(),\n}).describe(\"Wallet configuration returned in the response.\");\nconst ParadymUpdateProjectProfile_OpenId4VcVersionSchema: z.ZodTypeAny = z.enum([\"v1\", \"legacy\"]).describe(\"Supported OpenID4VC versions for the profile.\");\nexport const ParadymUpdateProjectProfileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the profile\"),\n did: z.string().describe(\"The decentralized identifier (DID) for the profile\"),\n logo: ParadymUpdateProjectProfile_LogoOutputSchema.nullable().optional(),\n wallet: ParadymUpdateProjectProfile_WalletOutputSchema.nullable().optional(),\n displayName: z.string().describe(\"Display name of the profile\"),\n openId4VcVersion: ParadymUpdateProjectProfile_OpenId4VcVersionSchema.nullable().optional(),\n}).describe(\"Response model for the updated project profile.\");\n\nexport const paradymUpdateProjectProfile = action(\"PARADYM_UPDATE_PROJECT_PROFILE\", {\n slug: \"paradym-update-project-profile\",\n name: \"Update Project Profile\",\n description: \"Tool to update the default profile for a project. Use when you need to modify profile display settings, logo, OpenID4VC version, or wallet configuration.\",\n input: ParadymUpdateProjectProfileInput,\n output: ParadymUpdateProjectProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO;EACf,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/E,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1D,QAAQ,EAAE,OAAO;EACjB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EACrD,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EACpG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC/D,kBAAkB,EAAE,KAAK,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,+CAA6D,EAAE,OAAO;CAC1E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAChD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACrD,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,qDAAmE,EAAE,KAAK,CAAC,MAAM,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAU1J,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EAC7E,MAAM,6CAA6C,SAAS,CAAC,CAAC,SAAS;EACvE,QAAQ,+CAA+C,SAAS,CAAC,CAAC,SAAS;EAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC9D,kBAAkB,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-project.ts
4
+ const ParadymUpdateProjectInput = zod.z.object({
5
+ name: zod.z.string().describe("The name of the project"),
6
+ projectId: zod.z.string().describe("The unique identifier of the project to update"),
7
+ verificationDataAccess: zod.z.enum([
8
+ "webhook",
9
+ "once",
10
+ "indefinite",
11
+ "15min",
12
+ "1week"
13
+ ]).describe("The default data access configuration for verification sessions.").optional()
14
+ }).describe("Request model for updating an existing project.");
15
+ const ParadymUpdateProjectOutput = zod.z.object({
16
+ id: zod.z.string().describe("The unique identifier of the project"),
17
+ name: zod.z.string().describe("The name of the project"),
18
+ ownerId: zod.z.string().describe("The unique identifier of the project owner"),
19
+ createdAt: zod.z.string().describe("Timestamp when the project was created, in ISO8601 format"),
20
+ updatedAt: zod.z.string().describe("Timestamp when the project was last updated, in ISO8601 format"),
21
+ verificationDataAccess: zod.z.string().describe("The default data access configuration for verification sessions")
22
+ }).describe("Response model for updating a project.");
23
+ const paradymUpdateProject = require_action.action("PARADYM_UPDATE_PROJECT", {
24
+ slug: "paradym-update-project",
25
+ name: "Update Project",
26
+ description: "Tool to update an existing project's name and verification data access settings. Use when you need to modify project details.",
27
+ input: ParadymUpdateProjectInput,
28
+ output: ParadymUpdateProjectOutput
29
+ });
30
+ //#endregion
31
+ exports.paradymUpdateProject = paradymUpdateProject;
32
+
33
+ //# sourceMappingURL=update-project.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.cjs","names":["z","action"],"sources":["../../src/actions/update-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the project\"),\n projectId: z.string().describe(\"The unique identifier of the project to update\"),\n verificationDataAccess: z.enum([\"webhook\", \"once\", \"indefinite\", \"15min\", \"1week\"]).describe(\"The default data access configuration for verification sessions.\").optional(),\n}).describe(\"Request model for updating an existing project.\");\nexport const ParadymUpdateProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project\"),\n name: z.string().describe(\"The name of the project\"),\n ownerId: z.string().describe(\"The unique identifier of the project owner\"),\n createdAt: z.string().describe(\"Timestamp when the project was created, in ISO8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated, in ISO8601 format\"),\n verificationDataAccess: z.string().describe(\"The default data access configuration for verification sessions\"),\n}).describe(\"Response model for updating a project.\");\n\nexport const paradymUpdateProject = action(\"PARADYM_UPDATE_PROJECT\", {\n slug: \"paradym-update-project\",\n name: \"Update Project\",\n description: \"Tool to update an existing project's name and verification data access settings. Use when you need to modify project details.\",\n input: ParadymUpdateProjectInput,\n output: ParadymUpdateProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,wBAAwBA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAQ;EAAc;EAAS;CAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAC5K,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC/F,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;AAC/G,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-project.d.ts
4
+ declare const ParadymUpdateProjectInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateProjectOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateProject };
9
+ //# sourceMappingURL=update-project.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.d.cts","names":[],"sources":["../../src/actions/update-project.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIoB;AAAA,cACjD,0BAAA,EAA4B,CAAA,CAAE,UAOU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-project.d.ts
4
+ declare const ParadymUpdateProjectInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateProjectOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateProject };
9
+ //# sourceMappingURL=update-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.d.mts","names":[],"sources":["../../src/actions/update-project.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAIoB;AAAA,cACjD,0BAAA,EAA4B,CAAA,CAAE,UAOU;AAAA,cAExC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const paradymUpdateProject = action("PARADYM_UPDATE_PROJECT", {
4
+ slug: "paradym-update-project",
5
+ name: "Update Project",
6
+ description: "Tool to update an existing project's name and verification data access settings. Use when you need to modify project details.",
7
+ input: z.object({
8
+ name: z.string().describe("The name of the project"),
9
+ projectId: z.string().describe("The unique identifier of the project to update"),
10
+ verificationDataAccess: z.enum([
11
+ "webhook",
12
+ "once",
13
+ "indefinite",
14
+ "15min",
15
+ "1week"
16
+ ]).describe("The default data access configuration for verification sessions.").optional()
17
+ }).describe("Request model for updating an existing project."),
18
+ output: z.object({
19
+ id: z.string().describe("The unique identifier of the project"),
20
+ name: z.string().describe("The name of the project"),
21
+ ownerId: z.string().describe("The unique identifier of the project owner"),
22
+ createdAt: z.string().describe("Timestamp when the project was created, in ISO8601 format"),
23
+ updatedAt: z.string().describe("Timestamp when the project was last updated, in ISO8601 format"),
24
+ verificationDataAccess: z.string().describe("The default data access configuration for verification sessions")
25
+ }).describe("Response model for updating a project.")
26
+ });
27
+ //#endregion
28
+ export { paradymUpdateProject };
29
+
30
+ //# sourceMappingURL=update-project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project.mjs","names":[],"sources":["../../src/actions/update-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the project\"),\n projectId: z.string().describe(\"The unique identifier of the project to update\"),\n verificationDataAccess: z.enum([\"webhook\", \"once\", \"indefinite\", \"15min\", \"1week\"]).describe(\"The default data access configuration for verification sessions.\").optional(),\n}).describe(\"Request model for updating an existing project.\");\nexport const ParadymUpdateProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project\"),\n name: z.string().describe(\"The name of the project\"),\n ownerId: z.string().describe(\"The unique identifier of the project owner\"),\n createdAt: z.string().describe(\"Timestamp when the project was created, in ISO8601 format\"),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated, in ISO8601 format\"),\n verificationDataAccess: z.string().describe(\"The default data access configuration for verification sessions\"),\n}).describe(\"Response model for updating a project.\");\n\nexport const paradymUpdateProject = action(\"PARADYM_UPDATE_PROJECT\", {\n slug: \"paradym-update-project\",\n name: \"Update Project\",\n description: \"Tool to update an existing project's name and verification data access settings. Use when you need to modify project details.\",\n input: ParadymUpdateProjectInput,\n output: ParadymUpdateProjectOutput,\n});\n"],"mappings":";;AAkBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC/E,wBAAwB,EAAE,KAAK;GAAC;GAAW;GAAQ;GAAc;GAAS;EAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC5K,CAAC,CAAC,CAAC,SAAS,iDAcH;CACP,QAdsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAC/F,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC/G,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,65 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-sd-jwt-vc-credential-template.ts
4
+ const ParadymUpdateSdJwtVcCredentialTemplateInput = zod.z.object({
5
+ name: zod.z.string().describe("Updated name for the SD-JWT VC credential template"),
6
+ text: zod.z.object({ color: zod.z.string().describe("Text color (hex format)").optional() }).describe("Defines text styling for the credential template.").optional(),
7
+ validFrom: zod.z.union([zod.z.string(), zod.z.object({ future: zod.z.object({
8
+ days: zod.z.number().int().nullable().optional(),
9
+ years: zod.z.number().int().nullable().optional(),
10
+ months: zod.z.number().int().nullable().optional()
11
+ }).describe("How far into the future the credential becomes valid") }).describe("Defines 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 name, type, required status, description, and alwaysDisclosed flag"),
13
+ background: zod.z.object({
14
+ url: zod.z.string().describe("Background image URL").optional(),
15
+ color: zod.z.string().describe("Background color (hex format)").optional()
16
+ }).describe("Defines background styling for the credential template.").optional(),
17
+ project_id: zod.z.string().describe("Unique identifier of the project containing the credential template"),
18
+ validUntil: zod.z.union([zod.z.string(), zod.z.object({
19
+ start: zod.z.string().describe("When the credential validity period begins. Use 'issuance' for the time the credential is issued"),
20
+ future: zod.z.object({
21
+ days: zod.z.number().int().nullable().optional(),
22
+ years: zod.z.number().int().nullable().optional(),
23
+ months: zod.z.number().int().nullable().optional()
24
+ }).describe("How far into the future from the start date the credential remains valid")
25
+ }).describe("Defines when the credential becomes valid and when it expires.")]).optional(),
26
+ description: zod.z.string().describe("Updated description of the credential template").optional(),
27
+ credential_template_id: zod.z.string().describe("Unique identifier of the SD-JWT VC credential template to update")
28
+ });
29
+ const ParadymUpdateSdJwtVcCredentialTemplate_TextSchema = zod.z.object({ color: zod.z.string().describe("Text color (hex format)").nullable().optional() }).describe("Defines text styling for the credential template.");
30
+ const ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema = zod.z.object({
31
+ id: zod.z.string().describe("Issuer identifier").nullable().optional(),
32
+ name: zod.z.string().describe("Issuer name").nullable().optional()
33
+ }).describe("Issuer configuration details in the response.");
34
+ const ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema = zod.z.object({
35
+ url: zod.z.string().describe("Background image URL").nullable().optional(),
36
+ color: zod.z.string().describe("Background color (hex format)").nullable().optional()
37
+ }).describe("Defines background styling for the credential template.");
38
+ const ParadymUpdateSdJwtVcCredentialTemplateOutput = zod.z.object({
39
+ id: zod.z.string().describe("Unique identifier of the credential template"),
40
+ name: zod.z.string().describe("Name of the credential template"),
41
+ text: ParadymUpdateSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),
42
+ type: zod.z.string().describe("Type identifier for the credential template format"),
43
+ format: zod.z.string().describe("Credential format (sd-jwt-vc)"),
44
+ issuer: zod.z.union([zod.z.string(), ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema]).nullable().optional(),
45
+ createdAt: zod.z.string().describe("Timestamp when template was created").nullable().optional(),
46
+ revocable: zod.z.boolean().describe("Whether credentials from this template can be revoked"),
47
+ updatedAt: zod.z.string().describe("Timestamp when template was last updated").nullable().optional(),
48
+ validFrom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("When the credential becomes valid").nullable().optional(),
49
+ archivedAt: zod.z.string().describe("Timestamp when template was archived").nullable().optional(),
50
+ attributes: zod.z.object({}).describe("Attribute schema with properties"),
51
+ background: ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),
52
+ validUntil: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Validity period configuration for issued credentials").nullable().optional(),
53
+ description: zod.z.string().describe("Description of the credential template").nullable().optional()
54
+ });
55
+ const paradymUpdateSdJwtVcCredentialTemplate = require_action.action("PARADYM_UPDATE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
56
+ slug: "paradym-update-sd-jwt-vc-credential-template",
57
+ name: "Update SD-JWT VC Credential Template",
58
+ description: "Tool to update an existing SD-JWT VC credential template. Use when you need to modify template name, attributes, validity periods, or styling for an SD-JWT VC credential.",
59
+ input: ParadymUpdateSdJwtVcCredentialTemplateInput,
60
+ output: ParadymUpdateSdJwtVcCredentialTemplateOutput
61
+ });
62
+ //#endregion
63
+ exports.paradymUpdateSdJwtVcCredentialTemplate = paradymUpdateSdJwtVcCredentialTemplate;
64
+
65
+ //# sourceMappingURL=update-sd-jwt-vc-credential-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sd-jwt-vc-credential-template.cjs","names":["z","action"],"sources":["../../src/actions/update-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name for the SD-JWT VC credential template\"),\n text: z.object({\n color: z.string().describe(\"Text color (hex format)\").optional(),\n}).describe(\"Defines text styling for the credential template.\").optional(),\n validFrom: z.union([z.string(), z.object({\n future: z.object({\n days: z.number().int().nullable().optional(),\n years: z.number().int().nullable().optional(),\n months: z.number().int().nullable().optional(),\n}).describe(\"How far into the future the credential becomes valid\"),\n}).describe(\"Defines 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 name, type, required status, description, and alwaysDisclosed flag\"),\n background: z.object({\n url: z.string().describe(\"Background image URL\").optional(),\n color: z.string().describe(\"Background color (hex format)\").optional(),\n}).describe(\"Defines background styling for the credential template.\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the credential template\"),\n validUntil: z.union([z.string(), z.object({\n start: z.string().describe(\"When the credential validity period begins. Use 'issuance' for the time the credential is issued\"),\n future: z.object({\n days: z.number().int().nullable().optional(),\n years: z.number().int().nullable().optional(),\n months: z.number().int().nullable().optional(),\n}).describe(\"How far into the future from the start date the credential remains valid\"),\n}).describe(\"Defines when the credential becomes valid and when it expires.\")]).optional(),\n description: z.string().describe(\"Updated description of the credential template\").optional(),\n credential_template_id: z.string().describe(\"Unique identifier of the SD-JWT VC credential template to update\"),\n});\nconst ParadymUpdateSdJwtVcCredentialTemplate_TextSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Text color (hex format)\").nullable().optional(),\n}).describe(\"Defines text styling for the credential template.\");\nconst ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Issuer identifier\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n}).describe(\"Issuer configuration details in the response.\");\nconst ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Background image URL\").nullable().optional(),\n color: z.string().describe(\"Background color (hex format)\").nullable().optional(),\n}).describe(\"Defines background styling for the credential template.\");\nexport const ParadymUpdateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymUpdateSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type identifier for the credential template format\"),\n format: z.string().describe(\"Credential format (sd-jwt-vc)\"),\n issuer: z.union([z.string(), ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when template was created\").nullable().optional(),\n revocable: z.boolean().describe(\"Whether credentials from this template can be revoked\"),\n updatedAt: z.string().describe(\"Timestamp when template was last updated\").nullable().optional(),\n validFrom: z.record(z.string(), z.unknown()).describe(\"When the credential becomes valid\").nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when template was archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Attribute schema with properties\"),\n background: ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.record(z.string(), z.unknown()).describe(\"Validity period configuration for issued credentials\").nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n});\n\nexport const paradymUpdateSdJwtVcCredentialTemplate = action(\"PARADYM_UPDATE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-update-sd-jwt-vc-credential-template\",\n name: \"Update SD-JWT VC Credential Template\",\n description: \"Tool to update an existing SD-JWT VC credential template. Use when you need to modify template name, attributes, validity periods, or styling for an SD-JWT VC credential.\",\n input: ParadymUpdateSdJwtVcCredentialTemplateInput,\n output: ParadymUpdateSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymUpdateSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=update-sd-jwt-vc-credential-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sd-jwt-vc-credential-template.d.cts","names":[],"sources":["../../src/actions/update-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UA4B1D;AAAA,cAYW,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/update-sd-jwt-vc-credential-template.d.ts
4
+ declare const ParadymUpdateSdJwtVcCredentialTemplateInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateSdJwtVcCredentialTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateSdJwtVcCredentialTemplate };
9
+ //# sourceMappingURL=update-sd-jwt-vc-credential-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sd-jwt-vc-credential-template.d.mts","names":[],"sources":["../../src/actions/update-sd-jwt-vc-credential-template.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UA4B1D;AAAA,cAYW,4CAAA,EAA8C,CAAA,CAAE,UAgB3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,64 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-sd-jwt-vc-credential-template.ts
4
+ const ParadymUpdateSdJwtVcCredentialTemplateInput = z.object({
5
+ name: z.string().describe("Updated name for the SD-JWT VC credential template"),
6
+ text: z.object({ color: z.string().describe("Text color (hex format)").optional() }).describe("Defines text styling for the credential template.").optional(),
7
+ validFrom: z.union([z.string(), z.object({ future: z.object({
8
+ days: z.number().int().nullable().optional(),
9
+ years: z.number().int().nullable().optional(),
10
+ months: z.number().int().nullable().optional()
11
+ }).describe("How far into the future the credential becomes valid") }).describe("Defines when the credential becomes valid.")]).optional(),
12
+ attributes: z.object({}).describe("Dictionary of attributes for the credential. Keys are attribute identifiers, values define attribute properties including name, type, required status, description, and alwaysDisclosed flag"),
13
+ background: z.object({
14
+ url: z.string().describe("Background image URL").optional(),
15
+ color: z.string().describe("Background color (hex format)").optional()
16
+ }).describe("Defines background styling for the credential template.").optional(),
17
+ project_id: z.string().describe("Unique identifier of the project containing the credential template"),
18
+ validUntil: z.union([z.string(), z.object({
19
+ start: z.string().describe("When the credential validity period begins. Use 'issuance' for the time the credential is issued"),
20
+ future: z.object({
21
+ days: z.number().int().nullable().optional(),
22
+ years: z.number().int().nullable().optional(),
23
+ months: z.number().int().nullable().optional()
24
+ }).describe("How far into the future from the start date the credential remains valid")
25
+ }).describe("Defines when the credential becomes valid and when it expires.")]).optional(),
26
+ description: z.string().describe("Updated description of the credential template").optional(),
27
+ credential_template_id: z.string().describe("Unique identifier of the SD-JWT VC credential template to update")
28
+ });
29
+ const ParadymUpdateSdJwtVcCredentialTemplate_TextSchema = z.object({ color: z.string().describe("Text color (hex format)").nullable().optional() }).describe("Defines text styling for the credential template.");
30
+ const ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema = z.object({
31
+ id: z.string().describe("Issuer identifier").nullable().optional(),
32
+ name: z.string().describe("Issuer name").nullable().optional()
33
+ }).describe("Issuer configuration details in the response.");
34
+ const ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema = z.object({
35
+ url: z.string().describe("Background image URL").nullable().optional(),
36
+ color: z.string().describe("Background color (hex format)").nullable().optional()
37
+ }).describe("Defines background styling for the credential template.");
38
+ const paradymUpdateSdJwtVcCredentialTemplate = action("PARADYM_UPDATE_SD_JWT_VC_CREDENTIAL_TEMPLATE", {
39
+ slug: "paradym-update-sd-jwt-vc-credential-template",
40
+ name: "Update SD-JWT VC Credential Template",
41
+ description: "Tool to update an existing SD-JWT VC credential template. Use when you need to modify template name, attributes, validity periods, or styling for an SD-JWT VC credential.",
42
+ input: ParadymUpdateSdJwtVcCredentialTemplateInput,
43
+ output: z.object({
44
+ id: z.string().describe("Unique identifier of the credential template"),
45
+ name: z.string().describe("Name of the credential template"),
46
+ text: ParadymUpdateSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),
47
+ type: z.string().describe("Type identifier for the credential template format"),
48
+ format: z.string().describe("Credential format (sd-jwt-vc)"),
49
+ issuer: z.union([z.string(), ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema]).nullable().optional(),
50
+ createdAt: z.string().describe("Timestamp when template was created").nullable().optional(),
51
+ revocable: z.boolean().describe("Whether credentials from this template can be revoked"),
52
+ updatedAt: z.string().describe("Timestamp when template was last updated").nullable().optional(),
53
+ validFrom: z.record(z.string(), z.unknown()).describe("When the credential becomes valid").nullable().optional(),
54
+ archivedAt: z.string().describe("Timestamp when template was archived").nullable().optional(),
55
+ attributes: z.object({}).describe("Attribute schema with properties"),
56
+ background: ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),
57
+ validUntil: z.record(z.string(), z.unknown()).describe("Validity period configuration for issued credentials").nullable().optional(),
58
+ description: z.string().describe("Description of the credential template").nullable().optional()
59
+ })
60
+ });
61
+ //#endregion
62
+ export { paradymUpdateSdJwtVcCredentialTemplate };
63
+
64
+ //# sourceMappingURL=update-sd-jwt-vc-credential-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sd-jwt-vc-credential-template.mjs","names":[],"sources":["../../src/actions/update-sd-jwt-vc-credential-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateSdJwtVcCredentialTemplateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated name for the SD-JWT VC credential template\"),\n text: z.object({\n color: z.string().describe(\"Text color (hex format)\").optional(),\n}).describe(\"Defines text styling for the credential template.\").optional(),\n validFrom: z.union([z.string(), z.object({\n future: z.object({\n days: z.number().int().nullable().optional(),\n years: z.number().int().nullable().optional(),\n months: z.number().int().nullable().optional(),\n}).describe(\"How far into the future the credential becomes valid\"),\n}).describe(\"Defines 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 name, type, required status, description, and alwaysDisclosed flag\"),\n background: z.object({\n url: z.string().describe(\"Background image URL\").optional(),\n color: z.string().describe(\"Background color (hex format)\").optional(),\n}).describe(\"Defines background styling for the credential template.\").optional(),\n project_id: z.string().describe(\"Unique identifier of the project containing the credential template\"),\n validUntil: z.union([z.string(), z.object({\n start: z.string().describe(\"When the credential validity period begins. Use 'issuance' for the time the credential is issued\"),\n future: z.object({\n days: z.number().int().nullable().optional(),\n years: z.number().int().nullable().optional(),\n months: z.number().int().nullable().optional(),\n}).describe(\"How far into the future from the start date the credential remains valid\"),\n}).describe(\"Defines when the credential becomes valid and when it expires.\")]).optional(),\n description: z.string().describe(\"Updated description of the credential template\").optional(),\n credential_template_id: z.string().describe(\"Unique identifier of the SD-JWT VC credential template to update\"),\n});\nconst ParadymUpdateSdJwtVcCredentialTemplate_TextSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Text color (hex format)\").nullable().optional(),\n}).describe(\"Defines text styling for the credential template.\");\nconst ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Issuer identifier\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n}).describe(\"Issuer configuration details in the response.\");\nconst ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Background image URL\").nullable().optional(),\n color: z.string().describe(\"Background color (hex format)\").nullable().optional(),\n}).describe(\"Defines background styling for the credential template.\");\nexport const ParadymUpdateSdJwtVcCredentialTemplateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the credential template\"),\n name: z.string().describe(\"Name of the credential template\"),\n text: ParadymUpdateSdJwtVcCredentialTemplate_TextSchema.nullable().optional(),\n type: z.string().describe(\"Type identifier for the credential template format\"),\n format: z.string().describe(\"Credential format (sd-jwt-vc)\"),\n issuer: z.union([z.string(), ParadymUpdateSdJwtVcCredentialTemplate_IssuerResponseSchema]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when template was created\").nullable().optional(),\n revocable: z.boolean().describe(\"Whether credentials from this template can be revoked\"),\n updatedAt: z.string().describe(\"Timestamp when template was last updated\").nullable().optional(),\n validFrom: z.record(z.string(), z.unknown()).describe(\"When the credential becomes valid\").nullable().optional(),\n archivedAt: z.string().describe(\"Timestamp when template was archived\").nullable().optional(),\n attributes: z.object({}).describe(\"Attribute schema with properties\"),\n background: ParadymUpdateSdJwtVcCredentialTemplate_BackgroundSchema.nullable().optional(),\n validUntil: z.record(z.string(), z.unknown()).describe(\"Validity period configuration for issued credentials\").nullable().optional(),\n description: z.string().describe(\"Description of the credential template\").nullable().optional(),\n});\n\nexport const paradymUpdateSdJwtVcCredentialTemplate = action(\"PARADYM_UPDATE_SD_JWT_VC_CREDENTIAL_TEMPLATE\", {\n slug: \"paradym-update-sd-jwt-vc-credential-template\",\n name: \"Update SD-JWT VC Credential Template\",\n description: \"Tool to update an existing SD-JWT VC credential template. Use when you need to modify template name, attributes, validity periods, or styling for an SD-JWT VC credential.\",\n input: ParadymUpdateSdJwtVcCredentialTemplateInput,\n output: ParadymUpdateSdJwtVcCredentialTemplateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,43 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-trusted-entity.ts
4
+ const ParadymUpdateTrustedEntityInput = zod.z.object({
5
+ dids: zod.z.array(zod.z.object({
6
+ did: zod.z.string().describe("Decentralized Identifier (DID). Must start with 'did:web', 'did:cheqd:testnet' or 'did:cheqd:mainnet'"),
7
+ name: zod.z.string().describe("Optional name for the DID").optional()
8
+ }).describe("Represents a trusted Decentralized Identifier (DID).")).describe("Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity").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 unique identifier of the project"),
11
+ certificates: zod.z.array(zod.z.object({
12
+ name: zod.z.string().describe("Optional name for the 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("Represents a trusted X509 certificate.")).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").optional(),
15
+ trustedEntityId: zod.z.string().describe("The unique identifier of the trusted entity to update")
16
+ }).describe("Request model for updating an existing trusted entity.");
17
+ const ParadymUpdateTrustedEntity_DidSchema = zod.z.object({
18
+ did: zod.z.string().describe("Decentralized Identifier (DID). Must start with 'did:web', 'did:cheqd:testnet' or 'did:cheqd:mainnet'"),
19
+ name: zod.z.string().describe("Optional name for the DID").nullable().optional()
20
+ }).describe("Represents a trusted Decentralized Identifier (DID).");
21
+ const ParadymUpdateTrustedEntity_CertificateSchema = zod.z.object({
22
+ name: zod.z.string().describe("Optional name for the certificate").nullable().optional(),
23
+ certificate: zod.z.string().describe("X509 certificate in PEM format. Must be linked to a key of type P-256 or Ed25519")
24
+ }).describe("Represents a trusted X509 certificate.");
25
+ const ParadymUpdateTrustedEntityOutput = zod.z.object({
26
+ id: zod.z.string().describe("Unique identifier of the trusted entity"),
27
+ dids: zod.z.array(ParadymUpdateTrustedEntity_DidSchema).describe("List of trusted Decentralized Identifiers (DIDs)"),
28
+ name: zod.z.string().describe("Name of the trusted entity"),
29
+ createdAt: zod.z.string().describe("ISO8601 timestamp when the trusted entity was created"),
30
+ updatedAt: zod.z.string().describe("ISO8601 timestamp when the trusted entity was last updated"),
31
+ certificates: zod.z.array(ParadymUpdateTrustedEntity_CertificateSchema).describe("List of trusted X509 certificates")
32
+ }).describe("Response model for updating a trusted entity.");
33
+ const paradymUpdateTrustedEntity = require_action.action("PARADYM_UPDATE_TRUSTED_ENTITY", {
34
+ slug: "paradym-update-trusted-entity",
35
+ name: "Update Trusted Entity",
36
+ description: "Tool to update an existing trusted entity in a project. Use when you need to modify the name, certificates, or DIDs of a trusted entity.",
37
+ input: ParadymUpdateTrustedEntityInput,
38
+ output: ParadymUpdateTrustedEntityOutput
39
+ });
40
+ //#endregion
41
+ exports.paradymUpdateTrustedEntity = paradymUpdateTrustedEntity;
42
+
43
+ //# sourceMappingURL=update-trusted-entity.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-trusted-entity.cjs","names":["z","action"],"sources":["../../src/actions/update-trusted-entity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParadymUpdateTrustedEntityInput: z.ZodTypeAny = z.object({\n dids: z.array(z.object({\n did: z.string().describe(\"Decentralized Identifier (DID). Must start with 'did:web', 'did:cheqd:testnet' or 'did:cheqd:mainnet'\"),\n name: z.string().describe(\"Optional name for the DID\").optional(),\n}).describe(\"Represents a trusted Decentralized Identifier (DID).\")).describe(\"Trusted Decentralized Identifiers (DIDs) from this trusted entity. At most 20 DIDs can be added to a trusted entity\").optional(),\n name: z.string().describe(\"Name of the trusted entity. This helps with identifying the trusted entity\"),\n projectId: z.string().describe(\"The unique identifier of the project\"),\n certificates: z.array(z.object({\n name: z.string().describe(\"Optional name for the 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(\"Represents a trusted X509 certificate.\")).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\").optional(),\n trustedEntityId: z.string().describe(\"The unique identifier of the trusted entity to update\"),\n}).describe(\"Request model for updating an existing trusted entity.\");\nconst ParadymUpdateTrustedEntity_DidSchema: z.ZodTypeAny = z.object({\n did: z.string().describe(\"Decentralized Identifier (DID). Must start with 'did:web', 'did:cheqd:testnet' or 'did:cheqd:mainnet'\"),\n name: z.string().describe(\"Optional name for the DID\").nullable().optional(),\n}).describe(\"Represents a trusted Decentralized Identifier (DID).\");\nconst ParadymUpdateTrustedEntity_CertificateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Optional name for the 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(\"Represents a trusted X509 certificate.\");\nexport const ParadymUpdateTrustedEntityOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the trusted entity\"),\n dids: z.array(ParadymUpdateTrustedEntity_DidSchema).describe(\"List of trusted Decentralized Identifiers (DIDs)\"),\n name: z.string().describe(\"Name of the trusted entity\"),\n createdAt: z.string().describe(\"ISO8601 timestamp when the trusted entity was created\"),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the trusted entity was last updated\"),\n certificates: z.array(ParadymUpdateTrustedEntity_CertificateSchema).describe(\"List of trusted X509 certificates\"),\n}).describe(\"Response model for updating a trusted entity.\");\n\nexport const paradymUpdateTrustedEntity = action(\"PARADYM_UPDATE_TRUSTED_ENTITY\", {\n slug: \"paradym-update-trusted-entity\",\n name: \"Update Trusted Entity\",\n description: \"Tool to update an existing trusted entity in a project. Use when you need to modify the name, certificates, or DIDs of a trusted entity.\",\n input: ParadymUpdateTrustedEntityInput,\n output: ParadymUpdateTrustedEntityOutput,\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,uGAAuG;EAChI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CAC5M,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC/B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACrH,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,oOAAoO,CAAC,CAAC,SAAS;CAC7S,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AAC9F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG;CAChI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACrH,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAMA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD;CAC/G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC3F,cAAcA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,mCAAmC;AAClH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,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/update-trusted-entity.d.ts
4
+ declare const ParadymUpdateTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateTrustedEntity };
9
+ //# sourceMappingURL=update-trusted-entity.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-trusted-entity.d.cts","names":[],"sources":["../../src/actions/update-trusted-entity.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAYqB;AAAA,cASxD,gCAAA,EAAkC,CAAA,CAAE,UAOW;AAAA,cAE/C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-trusted-entity.d.ts
4
+ declare const ParadymUpdateTrustedEntityInput: z.ZodTypeAny;
5
+ declare const ParadymUpdateTrustedEntityOutput: z.ZodTypeAny;
6
+ declare const paradymUpdateTrustedEntity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { paradymUpdateTrustedEntity };
9
+ //# sourceMappingURL=update-trusted-entity.d.mts.map