@keystrokehq/accredible_certificates 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 (322) 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/bulk-create-credentials-v2.cjs +84 -0
  7. package/dist/actions/bulk-create-credentials-v2.cjs.map +1 -0
  8. package/dist/actions/bulk-create-credentials-v2.d.cts +9 -0
  9. package/dist/actions/bulk-create-credentials-v2.d.cts.map +1 -0
  10. package/dist/actions/bulk-create-credentials-v2.d.mts +9 -0
  11. package/dist/actions/bulk-create-credentials-v2.d.mts.map +1 -0
  12. package/dist/actions/bulk-create-credentials-v2.mjs +83 -0
  13. package/dist/actions/bulk-create-credentials-v2.mjs.map +1 -0
  14. package/dist/actions/clone-group.cjs +97 -0
  15. package/dist/actions/clone-group.cjs.map +1 -0
  16. package/dist/actions/clone-group.d.cts +9 -0
  17. package/dist/actions/clone-group.d.cts.map +1 -0
  18. package/dist/actions/clone-group.d.mts +9 -0
  19. package/dist/actions/clone-group.d.mts.map +1 -0
  20. package/dist/actions/clone-group.mjs +96 -0
  21. package/dist/actions/clone-group.mjs.map +1 -0
  22. package/dist/actions/create-attribute-key.cjs +31 -0
  23. package/dist/actions/create-attribute-key.cjs.map +1 -0
  24. package/dist/actions/create-attribute-key.d.cts +9 -0
  25. package/dist/actions/create-attribute-key.d.cts.map +1 -0
  26. package/dist/actions/create-attribute-key.d.mts +9 -0
  27. package/dist/actions/create-attribute-key.d.mts.map +1 -0
  28. package/dist/actions/create-attribute-key.mjs +30 -0
  29. package/dist/actions/create-attribute-key.mjs.map +1 -0
  30. package/dist/actions/create-collection.cjs +34 -0
  31. package/dist/actions/create-collection.cjs.map +1 -0
  32. package/dist/actions/create-collection.d.cts +9 -0
  33. package/dist/actions/create-collection.d.cts.map +1 -0
  34. package/dist/actions/create-collection.d.mts +9 -0
  35. package/dist/actions/create-collection.d.mts.map +1 -0
  36. package/dist/actions/create-collection.mjs +33 -0
  37. package/dist/actions/create-collection.mjs.map +1 -0
  38. package/dist/actions/create-credential.cjs +131 -0
  39. package/dist/actions/create-credential.cjs.map +1 -0
  40. package/dist/actions/create-credential.d.cts +9 -0
  41. package/dist/actions/create-credential.d.cts.map +1 -0
  42. package/dist/actions/create-credential.d.mts +9 -0
  43. package/dist/actions/create-credential.d.mts.map +1 -0
  44. package/dist/actions/create-credential.mjs +130 -0
  45. package/dist/actions/create-credential.mjs.map +1 -0
  46. package/dist/actions/create-evidence-item.cjs +42 -0
  47. package/dist/actions/create-evidence-item.cjs.map +1 -0
  48. package/dist/actions/create-evidence-item.d.cts +9 -0
  49. package/dist/actions/create-evidence-item.d.cts.map +1 -0
  50. package/dist/actions/create-evidence-item.d.mts +9 -0
  51. package/dist/actions/create-evidence-item.d.mts.map +1 -0
  52. package/dist/actions/create-evidence-item.mjs +41 -0
  53. package/dist/actions/create-evidence-item.mjs.map +1 -0
  54. package/dist/actions/create-group.cjs +99 -0
  55. package/dist/actions/create-group.cjs.map +1 -0
  56. package/dist/actions/create-group.d.cts +9 -0
  57. package/dist/actions/create-group.d.cts.map +1 -0
  58. package/dist/actions/create-group.d.mts +9 -0
  59. package/dist/actions/create-group.d.mts.map +1 -0
  60. package/dist/actions/create-group.mjs +98 -0
  61. package/dist/actions/create-group.mjs.map +1 -0
  62. package/dist/actions/create-reference.cjs +50 -0
  63. package/dist/actions/create-reference.cjs.map +1 -0
  64. package/dist/actions/create-reference.d.cts +9 -0
  65. package/dist/actions/create-reference.d.cts.map +1 -0
  66. package/dist/actions/create-reference.d.mts +9 -0
  67. package/dist/actions/create-reference.d.mts.map +1 -0
  68. package/dist/actions/create-reference.mjs +49 -0
  69. package/dist/actions/create-reference.mjs.map +1 -0
  70. package/dist/actions/delete-collection.cjs +19 -0
  71. package/dist/actions/delete-collection.cjs.map +1 -0
  72. package/dist/actions/delete-collection.d.cts +9 -0
  73. package/dist/actions/delete-collection.d.cts.map +1 -0
  74. package/dist/actions/delete-collection.d.mts +9 -0
  75. package/dist/actions/delete-collection.d.mts.map +1 -0
  76. package/dist/actions/delete-collection.mjs +16 -0
  77. package/dist/actions/delete-collection.mjs.map +1 -0
  78. package/dist/actions/delete-credential.cjs +19 -0
  79. package/dist/actions/delete-credential.cjs.map +1 -0
  80. package/dist/actions/delete-credential.d.cts +9 -0
  81. package/dist/actions/delete-credential.d.cts.map +1 -0
  82. package/dist/actions/delete-credential.d.mts +9 -0
  83. package/dist/actions/delete-credential.d.mts.map +1 -0
  84. package/dist/actions/delete-credential.mjs +16 -0
  85. package/dist/actions/delete-credential.mjs.map +1 -0
  86. package/dist/actions/delete-evidence-item.cjs +23 -0
  87. package/dist/actions/delete-evidence-item.cjs.map +1 -0
  88. package/dist/actions/delete-evidence-item.d.cts +9 -0
  89. package/dist/actions/delete-evidence-item.d.cts.map +1 -0
  90. package/dist/actions/delete-evidence-item.d.mts +9 -0
  91. package/dist/actions/delete-evidence-item.d.mts.map +1 -0
  92. package/dist/actions/delete-evidence-item.mjs +22 -0
  93. package/dist/actions/delete-evidence-item.mjs.map +1 -0
  94. package/dist/actions/delete-group.cjs +16 -0
  95. package/dist/actions/delete-group.cjs.map +1 -0
  96. package/dist/actions/delete-group.d.cts +9 -0
  97. package/dist/actions/delete-group.d.cts.map +1 -0
  98. package/dist/actions/delete-group.d.mts +9 -0
  99. package/dist/actions/delete-group.d.mts.map +1 -0
  100. package/dist/actions/delete-group.mjs +13 -0
  101. package/dist/actions/delete-group.mjs.map +1 -0
  102. package/dist/actions/delete-reference.cjs +31 -0
  103. package/dist/actions/delete-reference.cjs.map +1 -0
  104. package/dist/actions/delete-reference.d.cts +9 -0
  105. package/dist/actions/delete-reference.d.cts.map +1 -0
  106. package/dist/actions/delete-reference.d.mts +9 -0
  107. package/dist/actions/delete-reference.d.mts.map +1 -0
  108. package/dist/actions/delete-reference.mjs +30 -0
  109. package/dist/actions/delete-reference.mjs.map +1 -0
  110. package/dist/actions/generate-pd-fs-for-credentials.cjs +16 -0
  111. package/dist/actions/generate-pd-fs-for-credentials.cjs.map +1 -0
  112. package/dist/actions/generate-pd-fs-for-credentials.d.cts +9 -0
  113. package/dist/actions/generate-pd-fs-for-credentials.d.cts.map +1 -0
  114. package/dist/actions/generate-pd-fs-for-credentials.d.mts +9 -0
  115. package/dist/actions/generate-pd-fs-for-credentials.d.mts.map +1 -0
  116. package/dist/actions/generate-pd-fs-for-credentials.mjs +13 -0
  117. package/dist/actions/generate-pd-fs-for-credentials.mjs.map +1 -0
  118. package/dist/actions/get-analytics.cjs +44 -0
  119. package/dist/actions/get-analytics.cjs.map +1 -0
  120. package/dist/actions/get-analytics.d.cts +9 -0
  121. package/dist/actions/get-analytics.d.cts.map +1 -0
  122. package/dist/actions/get-analytics.d.mts +9 -0
  123. package/dist/actions/get-analytics.d.mts.map +1 -0
  124. package/dist/actions/get-analytics.mjs +43 -0
  125. package/dist/actions/get-analytics.mjs.map +1 -0
  126. package/dist/actions/get-credential-analytics.cjs +21 -0
  127. package/dist/actions/get-credential-analytics.cjs.map +1 -0
  128. package/dist/actions/get-credential-analytics.d.cts +9 -0
  129. package/dist/actions/get-credential-analytics.d.cts.map +1 -0
  130. package/dist/actions/get-credential-analytics.d.mts +9 -0
  131. package/dist/actions/get-credential-analytics.d.mts.map +1 -0
  132. package/dist/actions/get-credential-analytics.mjs +20 -0
  133. package/dist/actions/get-credential-analytics.mjs.map +1 -0
  134. package/dist/actions/get-credential.cjs +62 -0
  135. package/dist/actions/get-credential.cjs.map +1 -0
  136. package/dist/actions/get-credential.d.cts +9 -0
  137. package/dist/actions/get-credential.d.cts.map +1 -0
  138. package/dist/actions/get-credential.d.mts +9 -0
  139. package/dist/actions/get-credential.d.mts.map +1 -0
  140. package/dist/actions/get-credential.mjs +61 -0
  141. package/dist/actions/get-credential.mjs.map +1 -0
  142. package/dist/actions/get-department.cjs +32 -0
  143. package/dist/actions/get-department.cjs.map +1 -0
  144. package/dist/actions/get-department.d.cts +9 -0
  145. package/dist/actions/get-department.d.cts.map +1 -0
  146. package/dist/actions/get-department.d.mts +9 -0
  147. package/dist/actions/get-department.d.mts.map +1 -0
  148. package/dist/actions/get-department.mjs +31 -0
  149. package/dist/actions/get-department.mjs.map +1 -0
  150. package/dist/actions/get-evidence-item.cjs +29 -0
  151. package/dist/actions/get-evidence-item.cjs.map +1 -0
  152. package/dist/actions/get-evidence-item.d.cts +9 -0
  153. package/dist/actions/get-evidence-item.d.cts.map +1 -0
  154. package/dist/actions/get-evidence-item.d.mts +9 -0
  155. package/dist/actions/get-evidence-item.d.mts.map +1 -0
  156. package/dist/actions/get-evidence-item.mjs +28 -0
  157. package/dist/actions/get-evidence-item.mjs.map +1 -0
  158. package/dist/actions/get-group.cjs +53 -0
  159. package/dist/actions/get-group.cjs.map +1 -0
  160. package/dist/actions/get-group.d.cts +9 -0
  161. package/dist/actions/get-group.d.cts.map +1 -0
  162. package/dist/actions/get-group.d.mts +9 -0
  163. package/dist/actions/get-group.d.mts.map +1 -0
  164. package/dist/actions/get-group.mjs +52 -0
  165. package/dist/actions/get-group.mjs.map +1 -0
  166. package/dist/actions/get-issuer.cjs +28 -0
  167. package/dist/actions/get-issuer.cjs.map +1 -0
  168. package/dist/actions/get-issuer.d.cts +9 -0
  169. package/dist/actions/get-issuer.d.cts.map +1 -0
  170. package/dist/actions/get-issuer.d.mts +9 -0
  171. package/dist/actions/get-issuer.d.mts.map +1 -0
  172. package/dist/actions/get-issuer.mjs +27 -0
  173. package/dist/actions/get-issuer.mjs.map +1 -0
  174. package/dist/actions/get-reference.cjs +31 -0
  175. package/dist/actions/get-reference.cjs.map +1 -0
  176. package/dist/actions/get-reference.d.cts +9 -0
  177. package/dist/actions/get-reference.d.cts.map +1 -0
  178. package/dist/actions/get-reference.d.mts +9 -0
  179. package/dist/actions/get-reference.d.mts.map +1 -0
  180. package/dist/actions/get-reference.mjs +30 -0
  181. package/dist/actions/get-reference.mjs.map +1 -0
  182. package/dist/actions/index.cjs +73 -0
  183. package/dist/actions/index.d.cts +37 -0
  184. package/dist/actions/index.d.mts +37 -0
  185. package/dist/actions/index.mjs +37 -0
  186. package/dist/actions/initialize-badge-designer.cjs +22 -0
  187. package/dist/actions/initialize-badge-designer.cjs.map +1 -0
  188. package/dist/actions/initialize-badge-designer.d.cts +9 -0
  189. package/dist/actions/initialize-badge-designer.d.cts.map +1 -0
  190. package/dist/actions/initialize-badge-designer.d.mts +9 -0
  191. package/dist/actions/initialize-badge-designer.d.mts.map +1 -0
  192. package/dist/actions/initialize-badge-designer.mjs +19 -0
  193. package/dist/actions/initialize-badge-designer.mjs.map +1 -0
  194. package/dist/actions/initialize-certificate-designer.cjs +23 -0
  195. package/dist/actions/initialize-certificate-designer.cjs.map +1 -0
  196. package/dist/actions/initialize-certificate-designer.d.cts +9 -0
  197. package/dist/actions/initialize-certificate-designer.d.cts.map +1 -0
  198. package/dist/actions/initialize-certificate-designer.d.mts +9 -0
  199. package/dist/actions/initialize-certificate-designer.d.mts.map +1 -0
  200. package/dist/actions/initialize-certificate-designer.mjs +20 -0
  201. package/dist/actions/initialize-certificate-designer.mjs.map +1 -0
  202. package/dist/actions/list-templates.cjs +37 -0
  203. package/dist/actions/list-templates.cjs.map +1 -0
  204. package/dist/actions/list-templates.d.cts +9 -0
  205. package/dist/actions/list-templates.d.cts.map +1 -0
  206. package/dist/actions/list-templates.d.mts +9 -0
  207. package/dist/actions/list-templates.d.mts.map +1 -0
  208. package/dist/actions/list-templates.mjs +36 -0
  209. package/dist/actions/list-templates.mjs.map +1 -0
  210. package/dist/actions/search-attribute-keys.cjs +43 -0
  211. package/dist/actions/search-attribute-keys.cjs.map +1 -0
  212. package/dist/actions/search-attribute-keys.d.cts +9 -0
  213. package/dist/actions/search-attribute-keys.d.cts.map +1 -0
  214. package/dist/actions/search-attribute-keys.d.mts +9 -0
  215. package/dist/actions/search-attribute-keys.d.mts.map +1 -0
  216. package/dist/actions/search-attribute-keys.mjs +42 -0
  217. package/dist/actions/search-attribute-keys.mjs.map +1 -0
  218. package/dist/actions/search-collections.cjs +52 -0
  219. package/dist/actions/search-collections.cjs.map +1 -0
  220. package/dist/actions/search-collections.d.cts +9 -0
  221. package/dist/actions/search-collections.d.cts.map +1 -0
  222. package/dist/actions/search-collections.d.mts +9 -0
  223. package/dist/actions/search-collections.d.mts.map +1 -0
  224. package/dist/actions/search-collections.mjs +51 -0
  225. package/dist/actions/search-collections.mjs.map +1 -0
  226. package/dist/actions/search-credentials-v2.cjs +67 -0
  227. package/dist/actions/search-credentials-v2.cjs.map +1 -0
  228. package/dist/actions/search-credentials-v2.d.cts +9 -0
  229. package/dist/actions/search-credentials-v2.d.cts.map +1 -0
  230. package/dist/actions/search-credentials-v2.d.mts +9 -0
  231. package/dist/actions/search-credentials-v2.d.mts.map +1 -0
  232. package/dist/actions/search-credentials-v2.mjs +66 -0
  233. package/dist/actions/search-credentials-v2.mjs.map +1 -0
  234. package/dist/actions/search-departments.cjs +47 -0
  235. package/dist/actions/search-departments.cjs.map +1 -0
  236. package/dist/actions/search-departments.d.cts +9 -0
  237. package/dist/actions/search-departments.d.cts.map +1 -0
  238. package/dist/actions/search-departments.d.mts +9 -0
  239. package/dist/actions/search-departments.d.mts.map +1 -0
  240. package/dist/actions/search-departments.mjs +46 -0
  241. package/dist/actions/search-departments.mjs.map +1 -0
  242. package/dist/actions/search-designs.cjs +41 -0
  243. package/dist/actions/search-designs.cjs.map +1 -0
  244. package/dist/actions/search-designs.d.cts +9 -0
  245. package/dist/actions/search-designs.d.cts.map +1 -0
  246. package/dist/actions/search-designs.d.mts +9 -0
  247. package/dist/actions/search-designs.d.mts.map +1 -0
  248. package/dist/actions/search-designs.mjs +40 -0
  249. package/dist/actions/search-designs.mjs.map +1 -0
  250. package/dist/actions/search-groups.cjs +72 -0
  251. package/dist/actions/search-groups.cjs.map +1 -0
  252. package/dist/actions/search-groups.d.cts +9 -0
  253. package/dist/actions/search-groups.d.cts.map +1 -0
  254. package/dist/actions/search-groups.d.mts +9 -0
  255. package/dist/actions/search-groups.d.mts.map +1 -0
  256. package/dist/actions/search-groups.mjs +71 -0
  257. package/dist/actions/search-groups.mjs.map +1 -0
  258. package/dist/actions/update-credential.cjs +92 -0
  259. package/dist/actions/update-credential.cjs.map +1 -0
  260. package/dist/actions/update-credential.d.cts +9 -0
  261. package/dist/actions/update-credential.d.cts.map +1 -0
  262. package/dist/actions/update-credential.d.mts +9 -0
  263. package/dist/actions/update-credential.d.mts.map +1 -0
  264. package/dist/actions/update-credential.mjs +91 -0
  265. package/dist/actions/update-credential.mjs.map +1 -0
  266. package/dist/actions/update-evidence-item.cjs +43 -0
  267. package/dist/actions/update-evidence-item.cjs.map +1 -0
  268. package/dist/actions/update-evidence-item.d.cts +9 -0
  269. package/dist/actions/update-evidence-item.d.cts.map +1 -0
  270. package/dist/actions/update-evidence-item.d.mts +9 -0
  271. package/dist/actions/update-evidence-item.d.mts.map +1 -0
  272. package/dist/actions/update-evidence-item.mjs +42 -0
  273. package/dist/actions/update-evidence-item.mjs.map +1 -0
  274. package/dist/actions/update-group.cjs +99 -0
  275. package/dist/actions/update-group.cjs.map +1 -0
  276. package/dist/actions/update-group.d.cts +9 -0
  277. package/dist/actions/update-group.d.cts.map +1 -0
  278. package/dist/actions/update-group.d.mts +9 -0
  279. package/dist/actions/update-group.d.mts.map +1 -0
  280. package/dist/actions/update-group.mjs +98 -0
  281. package/dist/actions/update-group.mjs.map +1 -0
  282. package/dist/actions/update-reference.cjs +54 -0
  283. package/dist/actions/update-reference.cjs.map +1 -0
  284. package/dist/actions/update-reference.d.cts +9 -0
  285. package/dist/actions/update-reference.d.cts.map +1 -0
  286. package/dist/actions/update-reference.d.mts +9 -0
  287. package/dist/actions/update-reference.d.mts.map +1 -0
  288. package/dist/actions/update-reference.mjs +53 -0
  289. package/dist/actions/update-reference.mjs.map +1 -0
  290. package/dist/actions/view-all-skill-categories.cjs +20 -0
  291. package/dist/actions/view-all-skill-categories.cjs.map +1 -0
  292. package/dist/actions/view-all-skill-categories.d.cts +9 -0
  293. package/dist/actions/view-all-skill-categories.d.cts.map +1 -0
  294. package/dist/actions/view-all-skill-categories.d.mts +9 -0
  295. package/dist/actions/view-all-skill-categories.d.mts.map +1 -0
  296. package/dist/actions/view-all-skill-categories.mjs +19 -0
  297. package/dist/actions/view-all-skill-categories.mjs.map +1 -0
  298. package/dist/app.cjs +9 -0
  299. package/dist/app.cjs.map +1 -0
  300. package/dist/app.d.cts +5 -0
  301. package/dist/app.d.cts.map +1 -0
  302. package/dist/app.d.mts +5 -0
  303. package/dist/app.d.mts.map +1 -0
  304. package/dist/app.mjs +10 -0
  305. package/dist/app.mjs.map +1 -0
  306. package/dist/catalog.cjs +15 -0
  307. package/dist/catalog.cjs.map +1 -0
  308. package/dist/catalog.d.cts +14 -0
  309. package/dist/catalog.d.cts.map +1 -0
  310. package/dist/catalog.d.mts +14 -0
  311. package/dist/catalog.d.mts.map +1 -0
  312. package/dist/catalog.mjs +15 -0
  313. package/dist/catalog.mjs.map +1 -0
  314. package/dist/execute.cjs +18 -0
  315. package/dist/execute.cjs.map +1 -0
  316. package/dist/execute.mjs +18 -0
  317. package/dist/execute.mjs.map +1 -0
  318. package/dist/index.cjs +78 -0
  319. package/dist/index.d.cts +39 -0
  320. package/dist/index.d.mts +39 -0
  321. package/dist/index.mjs +40 -0
  322. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analytics.cjs","names":["z","action"],"sources":["../../src/actions/get-analytics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetAnalyticsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"The pagination page number\").optional(),\n end_date: z.string().describe(\"Only return Credential analytic events recorded before the given end date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)\").optional(),\n group_id: z.number().int().describe(\"Only return Credential analytic events relating to Credentials within the given Group\").optional(),\n page_size: z.number().int().describe(\"The pagination response size, default of 100\").optional(),\n start_date: z.string().describe(\"Only return Credential analytic events recorded after the given start date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)\").optional(),\n department_id: z.number().int().describe(\"Only return Credential analytic events relating to Credentials within the given Department\").optional(),\n}).describe(\"Request schema for retrieving analytics data. Use optional date filters and pagination to control the results.\");\nconst AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of events per page\").nullable().optional(),\n total_count: z.number().int().describe(\"Total number of analytics events\").nullable().optional(),\n total_pages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number\").nullable().optional(),\n}).describe(\"Pagination metadata for analytics results.\");\nconst AccredibleCertificatesGetAnalytics_AnalyticsEventSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the analytics event\").nullable().optional(),\n group_id: z.number().int().describe(\"Group ID associated with the credential\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Additional event metadata\").nullable().optional(),\n timestamp: z.string().describe(\"When the event occurred (ISO 8601)\").nullable().optional(),\n event_type: z.string().describe(\"Type of analytics event (e.g., view, share, download)\").nullable().optional(),\n group_name: z.string().describe(\"Name of the group\").nullable().optional(),\n credential_id: z.number().int().describe(\"ID of the credential this event relates to\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID if applicable\").nullable().optional(),\n recipient_name: z.string().describe(\"Name of the credential recipient\").nullable().optional(),\n recipient_email: z.string().describe(\"Email of the credential recipient\").nullable().optional(),\n}).describe(\"Represents a single analytics event for a credential.\");\nexport const AccredibleCertificatesGetAnalyticsOutput: z.ZodTypeAny = z.object({\n meta: AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema.nullable().optional(),\n analytics: z.array(AccredibleCertificatesGetAnalytics_AnalyticsEventSchema).describe(\"List of analytics events for credentials\").nullable().optional(),\n}).describe(\"Response schema for analytics data.\");\n\nexport const accredibleCertificatesGetAnalytics = action(\"ACCREDIBLE_CERTIFICATES_GET_ANALYTICS\", {\n slug: \"accredible_certificates-get-analytics\",\n name: \"Get Analytics\",\n description: \"Tool to retrieve analytics data for credentials. Use when you need to track credential views, shares, and other events with optional date and group filters.\",\n input: AccredibleCertificatesGetAnalyticsInput,\n output: AccredibleCertificatesGetAnalyticsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-analytics.d.ts
4
+ declare const AccredibleCertificatesGetAnalyticsInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetAnalyticsOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetAnalytics: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetAnalytics };
9
+ //# sourceMappingURL=get-analytics.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analytics.d.cts","names":[],"sources":["../../src/actions/get-analytics.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAOqE;AAAA,cAmBhH,wCAAA,EAA0C,CAAA,CAAE,UAGP;AAAA,cAErC,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-analytics.d.ts
4
+ declare const AccredibleCertificatesGetAnalyticsInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetAnalyticsOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetAnalytics: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetAnalytics };
9
+ //# sourceMappingURL=get-analytics.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analytics.d.mts","names":[],"sources":["../../src/actions/get-analytics.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAOqE;AAAA,cAmBhH,wCAAA,EAA0C,CAAA,CAAE,UAGP;AAAA,cAErC,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,43 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-analytics.ts
4
+ const AccredibleCertificatesGetAnalyticsInput = z.object({
5
+ page: z.number().int().describe("The pagination page number").optional(),
6
+ end_date: z.string().describe("Only return Credential analytic events recorded before the given end date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)").optional(),
7
+ group_id: z.number().int().describe("Only return Credential analytic events relating to Credentials within the given Group").optional(),
8
+ page_size: z.number().int().describe("The pagination response size, default of 100").optional(),
9
+ start_date: z.string().describe("Only return Credential analytic events recorded after the given start date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)").optional(),
10
+ department_id: z.number().int().describe("Only return Credential analytic events relating to Credentials within the given Department").optional()
11
+ }).describe("Request schema for retrieving analytics data. Use optional date filters and pagination to control the results.");
12
+ const AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema = z.object({
13
+ page_size: z.number().int().describe("Number of events per page").nullable().optional(),
14
+ total_count: z.number().int().describe("Total number of analytics events").nullable().optional(),
15
+ total_pages: z.number().int().describe("Total number of pages available").nullable().optional(),
16
+ current_page: z.number().int().describe("Current page number").nullable().optional()
17
+ }).describe("Pagination metadata for analytics results.");
18
+ const AccredibleCertificatesGetAnalytics_AnalyticsEventSchema = z.object({
19
+ id: z.number().int().describe("Unique identifier for the analytics event").nullable().optional(),
20
+ group_id: z.number().int().describe("Group ID associated with the credential").nullable().optional(),
21
+ metadata: z.record(z.string(), z.unknown()).describe("Additional event metadata").nullable().optional(),
22
+ timestamp: z.string().describe("When the event occurred (ISO 8601)").nullable().optional(),
23
+ event_type: z.string().describe("Type of analytics event (e.g., view, share, download)").nullable().optional(),
24
+ group_name: z.string().describe("Name of the group").nullable().optional(),
25
+ credential_id: z.number().int().describe("ID of the credential this event relates to").nullable().optional(),
26
+ department_id: z.number().int().describe("Department ID if applicable").nullable().optional(),
27
+ recipient_name: z.string().describe("Name of the credential recipient").nullable().optional(),
28
+ recipient_email: z.string().describe("Email of the credential recipient").nullable().optional()
29
+ }).describe("Represents a single analytics event for a credential.");
30
+ const accredibleCertificatesGetAnalytics = action("ACCREDIBLE_CERTIFICATES_GET_ANALYTICS", {
31
+ slug: "accredible_certificates-get-analytics",
32
+ name: "Get Analytics",
33
+ description: "Tool to retrieve analytics data for credentials. Use when you need to track credential views, shares, and other events with optional date and group filters.",
34
+ input: AccredibleCertificatesGetAnalyticsInput,
35
+ output: z.object({
36
+ meta: AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema.nullable().optional(),
37
+ analytics: z.array(AccredibleCertificatesGetAnalytics_AnalyticsEventSchema).describe("List of analytics events for credentials").nullable().optional()
38
+ }).describe("Response schema for analytics data.")
39
+ });
40
+ //#endregion
41
+ export { accredibleCertificatesGetAnalytics };
42
+
43
+ //# sourceMappingURL=get-analytics.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-analytics.mjs","names":[],"sources":["../../src/actions/get-analytics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetAnalyticsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"The pagination page number\").optional(),\n end_date: z.string().describe(\"Only return Credential analytic events recorded before the given end date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)\").optional(),\n group_id: z.number().int().describe(\"Only return Credential analytic events relating to Credentials within the given Group\").optional(),\n page_size: z.number().int().describe(\"The pagination response size, default of 100\").optional(),\n start_date: z.string().describe(\"Only return Credential analytic events recorded after the given start date. Format: YYYY-MM-DD (YYYY/MM/DD also works but is deprecated)\").optional(),\n department_id: z.number().int().describe(\"Only return Credential analytic events relating to Credentials within the given Department\").optional(),\n}).describe(\"Request schema for retrieving analytics data. Use optional date filters and pagination to control the results.\");\nconst AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of events per page\").nullable().optional(),\n total_count: z.number().int().describe(\"Total number of analytics events\").nullable().optional(),\n total_pages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number\").nullable().optional(),\n}).describe(\"Pagination metadata for analytics results.\");\nconst AccredibleCertificatesGetAnalytics_AnalyticsEventSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the analytics event\").nullable().optional(),\n group_id: z.number().int().describe(\"Group ID associated with the credential\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Additional event metadata\").nullable().optional(),\n timestamp: z.string().describe(\"When the event occurred (ISO 8601)\").nullable().optional(),\n event_type: z.string().describe(\"Type of analytics event (e.g., view, share, download)\").nullable().optional(),\n group_name: z.string().describe(\"Name of the group\").nullable().optional(),\n credential_id: z.number().int().describe(\"ID of the credential this event relates to\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID if applicable\").nullable().optional(),\n recipient_name: z.string().describe(\"Name of the credential recipient\").nullable().optional(),\n recipient_email: z.string().describe(\"Email of the credential recipient\").nullable().optional(),\n}).describe(\"Represents a single analytics event for a credential.\");\nexport const AccredibleCertificatesGetAnalyticsOutput: z.ZodTypeAny = z.object({\n meta: AccredibleCertificatesGetAnalytics_AnalyticsMetaSchema.nullable().optional(),\n analytics: z.array(AccredibleCertificatesGetAnalytics_AnalyticsEventSchema).describe(\"List of analytics events for credentials\").nullable().optional(),\n}).describe(\"Response schema for analytics data.\");\n\nexport const accredibleCertificatesGetAnalytics = action(\"ACCREDIBLE_CERTIFICATES_GET_ANALYTICS\", {\n slug: \"accredible_certificates-get-analytics\",\n name: \"Get Analytics\",\n description: \"Tool to retrieve analytics data for credentials. Use when you need to track credential views, shares, and other events with optional date and group filters.\",\n input: AccredibleCertificatesGetAnalyticsInput,\n output: AccredibleCertificatesGetAnalyticsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-credential-analytics.ts
4
+ const AccredibleCertificatesGetCredentialAnalyticsInput = zod.z.object({ id: zod.z.string().describe("Id of the credential to retrieve analytics for") }).describe("Request model for viewing credential analytics.");
5
+ const AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema = zod.z.object({
6
+ event: zod.z.string().describe("The type of event that occurred (e.g., viewed, shared, downloaded)"),
7
+ created_at: zod.z.string().describe("Timestamp when the analytics event was created"),
8
+ credential_id: zod.z.number().int().describe("The ID of the credential associated with this analytics event")
9
+ }).describe("Analytics event object representing a single analytics event for a credential.");
10
+ const AccredibleCertificatesGetCredentialAnalyticsOutput = zod.z.object({ analytics: zod.z.array(AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema).describe("List of analytics events for the credential") }).describe("Response model for viewing credential analytics.");
11
+ const accredibleCertificatesGetCredentialAnalytics = require_action.action("ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL_ANALYTICS", {
12
+ slug: "accredible_certificates-get-credential-analytics",
13
+ name: "Get Credential Analytics",
14
+ description: "Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.",
15
+ input: AccredibleCertificatesGetCredentialAnalyticsInput,
16
+ output: AccredibleCertificatesGetCredentialAnalyticsOutput
17
+ });
18
+ //#endregion
19
+ exports.accredibleCertificatesGetCredentialAnalytics = accredibleCertificatesGetCredentialAnalytics;
20
+
21
+ //# sourceMappingURL=get-credential-analytics.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-analytics.cjs","names":["z","action"],"sources":["../../src/actions/get-credential-analytics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetCredentialAnalyticsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Id of the credential to retrieve analytics for\"),\n}).describe(\"Request model for viewing credential analytics.\");\nconst AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema: z.ZodTypeAny = z.object({\n event: z.string().describe(\"The type of event that occurred (e.g., viewed, shared, downloaded)\"),\n created_at: z.string().describe(\"Timestamp when the analytics event was created\"),\n credential_id: z.number().int().describe(\"The ID of the credential associated with this analytics event\"),\n}).describe(\"Analytics event object representing a single analytics event for a credential.\");\nexport const AccredibleCertificatesGetCredentialAnalyticsOutput: z.ZodTypeAny = z.object({\n analytics: z.array(AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema).describe(\"List of analytics events for the credential\"),\n}).describe(\"Response model for viewing credential analytics.\");\n\nexport const accredibleCertificatesGetCredentialAnalytics = action(\"ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL_ANALYTICS\", {\n slug: \"accredible_certificates-get-credential-analytics\",\n name: \"Get Credential Analytics\",\n description: \"Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.\",\n input: AccredibleCertificatesGetCredentialAnalyticsInput,\n output: AccredibleCertificatesGetCredentialAnalyticsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oDAAkEA,IAAAA,EAAE,OAAO,EACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,oEAAkFA,IAAAA,EAAE,OAAO;CAC/F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;AAC1G,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAa,qDAAmEA,IAAAA,EAAE,OAAO,EACvF,WAAWA,IAAAA,EAAE,MAAM,iEAAiE,CAAC,CAAC,SAAS,6CAA6C,EAC9I,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,+CAA+CC,eAAAA,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-credential-analytics.d.ts
4
+ declare const AccredibleCertificatesGetCredentialAnalyticsInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetCredentialAnalyticsOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetCredentialAnalytics: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetCredentialAnalytics };
9
+ //# sourceMappingURL=get-credential-analytics.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-analytics.d.cts","names":[],"sources":["../../src/actions/get-credential-analytics.ts"],"mappings":";;;cAIa,iDAAA,EAAmD,CAAA,CAAE,UAEJ;AAAA,cAMjD,kDAAA,EAAoD,CAAA,CAAE,UAEJ;AAAA,cAElD,4CAAA,gCAA4C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-credential-analytics.d.ts
4
+ declare const AccredibleCertificatesGetCredentialAnalyticsInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetCredentialAnalyticsOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetCredentialAnalytics: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetCredentialAnalytics };
9
+ //# sourceMappingURL=get-credential-analytics.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-analytics.d.mts","names":[],"sources":["../../src/actions/get-credential-analytics.ts"],"mappings":";;;cAIa,iDAAA,EAAmD,CAAA,CAAE,UAEJ;AAAA,cAMjD,kDAAA,EAAoD,CAAA,CAAE,UAEJ;AAAA,cAElD,4CAAA,gCAA4C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-credential-analytics.ts
4
+ const AccredibleCertificatesGetCredentialAnalyticsInput = z.object({ id: z.string().describe("Id of the credential to retrieve analytics for") }).describe("Request model for viewing credential analytics.");
5
+ const AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema = z.object({
6
+ event: z.string().describe("The type of event that occurred (e.g., viewed, shared, downloaded)"),
7
+ created_at: z.string().describe("Timestamp when the analytics event was created"),
8
+ credential_id: z.number().int().describe("The ID of the credential associated with this analytics event")
9
+ }).describe("Analytics event object representing a single analytics event for a credential.");
10
+ const accredibleCertificatesGetCredentialAnalytics = action("ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL_ANALYTICS", {
11
+ slug: "accredible_certificates-get-credential-analytics",
12
+ name: "Get Credential Analytics",
13
+ description: "Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.",
14
+ input: AccredibleCertificatesGetCredentialAnalyticsInput,
15
+ output: z.object({ analytics: z.array(AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema).describe("List of analytics events for the credential") }).describe("Response model for viewing credential analytics.")
16
+ });
17
+ //#endregion
18
+ export { accredibleCertificatesGetCredentialAnalytics };
19
+
20
+ //# sourceMappingURL=get-credential-analytics.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential-analytics.mjs","names":[],"sources":["../../src/actions/get-credential-analytics.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetCredentialAnalyticsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Id of the credential to retrieve analytics for\"),\n}).describe(\"Request model for viewing credential analytics.\");\nconst AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema: z.ZodTypeAny = z.object({\n event: z.string().describe(\"The type of event that occurred (e.g., viewed, shared, downloaded)\"),\n created_at: z.string().describe(\"Timestamp when the analytics event was created\"),\n credential_id: z.number().int().describe(\"The ID of the credential associated with this analytics event\"),\n}).describe(\"Analytics event object representing a single analytics event for a credential.\");\nexport const AccredibleCertificatesGetCredentialAnalyticsOutput: z.ZodTypeAny = z.object({\n analytics: z.array(AccredibleCertificatesGetCredentialAnalytics_AnalyticsEventSchema).describe(\"List of analytics events for the credential\"),\n}).describe(\"Response model for viewing credential analytics.\");\n\nexport const accredibleCertificatesGetCredentialAnalytics = action(\"ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL_ANALYTICS\", {\n slug: \"accredible_certificates-get-credential-analytics\",\n name: \"Get Credential Analytics\",\n description: \"Tool to view analytics for a specific credential. Use when you need to retrieve analytics data such as views, shares, or other events for a credential.\",\n input: AccredibleCertificatesGetCredentialAnalyticsInput,\n output: AccredibleCertificatesGetCredentialAnalyticsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oDAAkE,EAAE,OAAO,EACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,oEAAkF,EAAE,OAAO;CAC/F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;AAC1G,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAK5F,MAAa,+CAA+C,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8E,EAAE,OAAO,EACvF,WAAW,EAAE,MAAM,iEAAiE,CAAC,CAAC,SAAS,6CAA6C,EAC9I,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,62 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-credential.ts
4
+ const AccredibleCertificatesGetCredentialInput = zod.z.object({ id: zod.z.string().describe("ID of the Credential in the form of an integer or string for the particular Credential requested.") }).describe("Request model for retrieving a credential by ID.");
5
+ const AccredibleCertificatesGetCredential_BadgeImageSchema = zod.z.object({}).describe("Badge image object.");
6
+ const AccredibleCertificatesGetCredential_BadgeSchema = zod.z.object({ image: AccredibleCertificatesGetCredential_BadgeImageSchema.nullable().optional() }).describe("Badge object containing image information.");
7
+ const AccredibleCertificatesGetCredential_IssuerSchema = zod.z.object({
8
+ id: zod.z.number().int().describe("Issuer ID").nullable().optional(),
9
+ url: zod.z.string().describe("Issuer URL").nullable().optional(),
10
+ name: zod.z.string().describe("Issuer name").nullable().optional(),
11
+ description: zod.z.unknown().describe("Issuer description (can be string or object)").nullable().optional()
12
+ }).describe("Issuer information for the credential.");
13
+ const AccredibleCertificatesGetCredential_RecipientMetaDataSchema = zod.z.object({}).describe("Recipient metadata object.");
14
+ const AccredibleCertificatesGetCredential_RecipientSchema = zod.z.object({
15
+ id: zod.z.string().describe("Recipient ID").nullable().optional(),
16
+ name: zod.z.string().describe("Recipient name").nullable().optional(),
17
+ email: zod.z.string().describe("Recipient email address").nullable().optional(),
18
+ meta_data: AccredibleCertificatesGetCredential_RecipientMetaDataSchema.nullable().optional(),
19
+ phone_number: zod.z.string().describe("Recipient phone number").nullable().optional()
20
+ }).describe("Recipient information for the credential.");
21
+ const AccredibleCertificatesGetCredential_ReferenceSchema = zod.z.object({}).describe("Reference object.");
22
+ const AccredibleCertificatesGetCredential_CertificateImageSchema = zod.z.object({}).describe("Certificate image object.");
23
+ const AccredibleCertificatesGetCredential_CertificateSchema = zod.z.object({ image: AccredibleCertificatesGetCredential_CertificateImageSchema.nullable().optional() }).describe("Certificate object containing image information.");
24
+ const AccredibleCertificatesGetCredential_EvidenceItemSchema = zod.z.object({}).describe("Evidence item object.");
25
+ const AccredibleCertificatesGetCredential_CustomAttributesSchema = zod.z.object({ Location: zod.z.string().describe("Location custom attribute").nullable().optional() }).describe("Custom attributes for the credential.");
26
+ const AccredibleCertificatesGetCredential_CredentialSchema = zod.z.object({
27
+ id: zod.z.unknown().describe("Credential ID (can be int or string)").nullable().optional(),
28
+ url: zod.z.string().describe("Credential URL").nullable().optional(),
29
+ name: zod.z.string().describe("Credential name").nullable().optional(),
30
+ badge: AccredibleCertificatesGetCredential_BadgeSchema.nullable().optional(),
31
+ grade: zod.z.string().describe("Grade associated with credential").nullable().optional(),
32
+ issuer: AccredibleCertificatesGetCredential_IssuerSchema.nullable().optional(),
33
+ approve: zod.z.boolean().describe("Approval status of credential").nullable().optional(),
34
+ private: zod.z.boolean().describe("Indicates if credential is private").nullable().optional(),
35
+ complete: zod.z.boolean().describe("Indicates if the credential is complete").nullable().optional(),
36
+ group_id: zod.z.number().int().describe("Group ID for the credential").nullable().optional(),
37
+ issued_on: zod.z.string().describe("Issue date of credential").nullable().optional(),
38
+ meta_data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional metadata").nullable().optional(),
39
+ recipient: AccredibleCertificatesGetCredential_RecipientSchema.nullable().optional(),
40
+ seo_image: zod.z.string().describe("SEO image URL").nullable().optional(),
41
+ encoded_id: zod.z.string().describe("Encoded credential ID").nullable().optional(),
42
+ expired_on: zod.z.string().describe("Expiration date of credential").nullable().optional(),
43
+ group_name: zod.z.string().describe("Group name").nullable().optional(),
44
+ references: zod.z.array(AccredibleCertificatesGetCredential_ReferenceSchema).describe("List of references").nullable().optional(),
45
+ certificate: AccredibleCertificatesGetCredential_CertificateSchema.nullable().optional(),
46
+ course_link: zod.z.string().describe("Link to the course").nullable().optional(),
47
+ description: zod.z.string().describe("Credential description").nullable().optional(),
48
+ evidence_items: zod.z.array(AccredibleCertificatesGetCredential_EvidenceItemSchema).describe("List of evidence items").nullable().optional(),
49
+ custom_attributes: AccredibleCertificatesGetCredential_CustomAttributesSchema.nullable().optional()
50
+ }).describe("Complete credential object with all details.");
51
+ const AccredibleCertificatesGetCredentialOutput = zod.z.object({ credential: AccredibleCertificatesGetCredential_CredentialSchema.nullable() }).describe("Response model for get credential action.");
52
+ const accredibleCertificatesGetCredential = require_action.action("ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL", {
53
+ slug: "accredible_certificates-get-credential",
54
+ name: "Get Credential",
55
+ description: "Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.",
56
+ input: AccredibleCertificatesGetCredentialInput,
57
+ output: AccredibleCertificatesGetCredentialOutput
58
+ });
59
+ //#endregion
60
+ exports.accredibleCertificatesGetCredential = accredibleCertificatesGetCredential;
61
+
62
+ //# sourceMappingURL=get-credential.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential.cjs","names":["z","action"],"sources":["../../src/actions/get-credential.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetCredentialInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the Credential in the form of an integer or string for the particular Credential requested.\"),\n}).describe(\"Request model for retrieving a credential by ID.\");\nconst AccredibleCertificatesGetCredential_BadgeImageSchema: z.ZodTypeAny = z.object({}).describe(\"Badge image object.\");\nconst AccredibleCertificatesGetCredential_BadgeSchema: z.ZodTypeAny = z.object({\n image: AccredibleCertificatesGetCredential_BadgeImageSchema.nullable().optional(),\n}).describe(\"Badge object containing image information.\");\nconst AccredibleCertificatesGetCredential_IssuerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Issuer ID\").nullable().optional(),\n url: z.string().describe(\"Issuer URL\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n description: z.unknown().describe(\"Issuer description (can be string or object)\").nullable().optional(),\n}).describe(\"Issuer information for the credential.\");\nconst AccredibleCertificatesGetCredential_RecipientMetaDataSchema: z.ZodTypeAny = z.object({}).describe(\"Recipient metadata object.\");\nconst AccredibleCertificatesGetCredential_RecipientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Recipient ID\").nullable().optional(),\n name: z.string().describe(\"Recipient name\").nullable().optional(),\n email: z.string().describe(\"Recipient email address\").nullable().optional(),\n meta_data: AccredibleCertificatesGetCredential_RecipientMetaDataSchema.nullable().optional(),\n phone_number: z.string().describe(\"Recipient phone number\").nullable().optional(),\n}).describe(\"Recipient information for the credential.\");\nconst AccredibleCertificatesGetCredential_ReferenceSchema: z.ZodTypeAny = z.object({}).describe(\"Reference object.\");\nconst AccredibleCertificatesGetCredential_CertificateImageSchema: z.ZodTypeAny = z.object({}).describe(\"Certificate image object.\");\nconst AccredibleCertificatesGetCredential_CertificateSchema: z.ZodTypeAny = z.object({\n image: AccredibleCertificatesGetCredential_CertificateImageSchema.nullable().optional(),\n}).describe(\"Certificate object containing image information.\");\nconst AccredibleCertificatesGetCredential_EvidenceItemSchema: z.ZodTypeAny = z.object({}).describe(\"Evidence item object.\");\nconst AccredibleCertificatesGetCredential_CustomAttributesSchema: z.ZodTypeAny = z.object({\n Location: z.string().describe(\"Location custom attribute\").nullable().optional(),\n}).describe(\"Custom attributes for the credential.\");\nconst AccredibleCertificatesGetCredential_CredentialSchema: z.ZodTypeAny = z.object({\n id: z.unknown().describe(\"Credential ID (can be int or string)\").nullable().optional(),\n url: z.string().describe(\"Credential URL\").nullable().optional(),\n name: z.string().describe(\"Credential name\").nullable().optional(),\n badge: AccredibleCertificatesGetCredential_BadgeSchema.nullable().optional(),\n grade: z.string().describe(\"Grade associated with credential\").nullable().optional(),\n issuer: AccredibleCertificatesGetCredential_IssuerSchema.nullable().optional(),\n approve: z.boolean().describe(\"Approval status of credential\").nullable().optional(),\n private: z.boolean().describe(\"Indicates if credential is private\").nullable().optional(),\n complete: z.boolean().describe(\"Indicates if the credential is complete\").nullable().optional(),\n group_id: z.number().int().describe(\"Group ID for the credential\").nullable().optional(),\n issued_on: z.string().describe(\"Issue date of credential\").nullable().optional(),\n meta_data: z.record(z.string(), z.unknown()).describe(\"Additional metadata\").nullable().optional(),\n recipient: AccredibleCertificatesGetCredential_RecipientSchema.nullable().optional(),\n seo_image: z.string().describe(\"SEO image URL\").nullable().optional(),\n encoded_id: z.string().describe(\"Encoded credential ID\").nullable().optional(),\n expired_on: z.string().describe(\"Expiration date of credential\").nullable().optional(),\n group_name: z.string().describe(\"Group name\").nullable().optional(),\n references: z.array(AccredibleCertificatesGetCredential_ReferenceSchema).describe(\"List of references\").nullable().optional(),\n certificate: AccredibleCertificatesGetCredential_CertificateSchema.nullable().optional(),\n course_link: z.string().describe(\"Link to the course\").nullable().optional(),\n description: z.string().describe(\"Credential description\").nullable().optional(),\n evidence_items: z.array(AccredibleCertificatesGetCredential_EvidenceItemSchema).describe(\"List of evidence items\").nullable().optional(),\n custom_attributes: AccredibleCertificatesGetCredential_CustomAttributesSchema.nullable().optional(),\n}).describe(\"Complete credential object with all details.\");\nexport const AccredibleCertificatesGetCredentialOutput: z.ZodTypeAny = z.object({\n credential: AccredibleCertificatesGetCredential_CredentialSchema.nullable(),\n}).describe(\"Response model for get credential action.\");\n\nexport const accredibleCertificatesGetCredential = action(\"ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL\", {\n slug: \"accredible_certificates-get-credential\",\n name: \"Get Credential\",\n description: \"Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.\",\n input: AccredibleCertificatesGetCredentialInput,\n output: AccredibleCertificatesGetCredentialOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,EAC7H,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,uDAAqEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACtH,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,OAAO,qDAAqD,SAAS,CAAC,CAAC,SAAS,EAClF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACpI,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,WAAW,4DAA4D,SAAS,CAAC,CAAC,SAAS;CAC3F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mBAAmB;AACnH,MAAM,6DAA2EA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B;AAClI,MAAM,wDAAsEA,IAAAA,EAAE,OAAO,EACnF,OAAO,2DAA2D,SAAS,CAAC,CAAC,SAAS,EACxF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,yDAAuEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAC1H,MAAM,6DAA2EA,IAAAA,EAAE,OAAO,EACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAO,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQ,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,YAAYA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,aAAa,sDAAsD,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,gBAAgBA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,mBAAmB,2DAA2D,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,YAAY,qDAAqD,SAAS,EAC5E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,sCAAsCC,eAAAA,OAAO,0CAA0C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-credential.d.ts
4
+ declare const AccredibleCertificatesGetCredentialInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetCredentialOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetCredential: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetCredential };
9
+ //# sourceMappingURL=get-credential.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential.d.cts","names":[],"sources":["../../src/actions/get-credential.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEM;AAAA,cAqDlD,yCAAA,EAA2C,CAAA,CAAE,UAEF;AAAA,cAE3C,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-credential.d.ts
4
+ declare const AccredibleCertificatesGetCredentialInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetCredentialOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetCredential: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetCredential };
9
+ //# sourceMappingURL=get-credential.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential.d.mts","names":[],"sources":["../../src/actions/get-credential.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEM;AAAA,cAqDlD,yCAAA,EAA2C,CAAA,CAAE,UAEF;AAAA,cAE3C,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,61 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-credential.ts
4
+ const AccredibleCertificatesGetCredentialInput = z.object({ id: z.string().describe("ID of the Credential in the form of an integer or string for the particular Credential requested.") }).describe("Request model for retrieving a credential by ID.");
5
+ const AccredibleCertificatesGetCredential_BadgeImageSchema = z.object({}).describe("Badge image object.");
6
+ const AccredibleCertificatesGetCredential_BadgeSchema = z.object({ image: AccredibleCertificatesGetCredential_BadgeImageSchema.nullable().optional() }).describe("Badge object containing image information.");
7
+ const AccredibleCertificatesGetCredential_IssuerSchema = z.object({
8
+ id: z.number().int().describe("Issuer ID").nullable().optional(),
9
+ url: z.string().describe("Issuer URL").nullable().optional(),
10
+ name: z.string().describe("Issuer name").nullable().optional(),
11
+ description: z.unknown().describe("Issuer description (can be string or object)").nullable().optional()
12
+ }).describe("Issuer information for the credential.");
13
+ const AccredibleCertificatesGetCredential_RecipientMetaDataSchema = z.object({}).describe("Recipient metadata object.");
14
+ const AccredibleCertificatesGetCredential_RecipientSchema = z.object({
15
+ id: z.string().describe("Recipient ID").nullable().optional(),
16
+ name: z.string().describe("Recipient name").nullable().optional(),
17
+ email: z.string().describe("Recipient email address").nullable().optional(),
18
+ meta_data: AccredibleCertificatesGetCredential_RecipientMetaDataSchema.nullable().optional(),
19
+ phone_number: z.string().describe("Recipient phone number").nullable().optional()
20
+ }).describe("Recipient information for the credential.");
21
+ const AccredibleCertificatesGetCredential_ReferenceSchema = z.object({}).describe("Reference object.");
22
+ const AccredibleCertificatesGetCredential_CertificateImageSchema = z.object({}).describe("Certificate image object.");
23
+ const AccredibleCertificatesGetCredential_CertificateSchema = z.object({ image: AccredibleCertificatesGetCredential_CertificateImageSchema.nullable().optional() }).describe("Certificate object containing image information.");
24
+ const AccredibleCertificatesGetCredential_EvidenceItemSchema = z.object({}).describe("Evidence item object.");
25
+ const AccredibleCertificatesGetCredential_CustomAttributesSchema = z.object({ Location: z.string().describe("Location custom attribute").nullable().optional() }).describe("Custom attributes for the credential.");
26
+ const AccredibleCertificatesGetCredential_CredentialSchema = z.object({
27
+ id: z.unknown().describe("Credential ID (can be int or string)").nullable().optional(),
28
+ url: z.string().describe("Credential URL").nullable().optional(),
29
+ name: z.string().describe("Credential name").nullable().optional(),
30
+ badge: AccredibleCertificatesGetCredential_BadgeSchema.nullable().optional(),
31
+ grade: z.string().describe("Grade associated with credential").nullable().optional(),
32
+ issuer: AccredibleCertificatesGetCredential_IssuerSchema.nullable().optional(),
33
+ approve: z.boolean().describe("Approval status of credential").nullable().optional(),
34
+ private: z.boolean().describe("Indicates if credential is private").nullable().optional(),
35
+ complete: z.boolean().describe("Indicates if the credential is complete").nullable().optional(),
36
+ group_id: z.number().int().describe("Group ID for the credential").nullable().optional(),
37
+ issued_on: z.string().describe("Issue date of credential").nullable().optional(),
38
+ meta_data: z.record(z.string(), z.unknown()).describe("Additional metadata").nullable().optional(),
39
+ recipient: AccredibleCertificatesGetCredential_RecipientSchema.nullable().optional(),
40
+ seo_image: z.string().describe("SEO image URL").nullable().optional(),
41
+ encoded_id: z.string().describe("Encoded credential ID").nullable().optional(),
42
+ expired_on: z.string().describe("Expiration date of credential").nullable().optional(),
43
+ group_name: z.string().describe("Group name").nullable().optional(),
44
+ references: z.array(AccredibleCertificatesGetCredential_ReferenceSchema).describe("List of references").nullable().optional(),
45
+ certificate: AccredibleCertificatesGetCredential_CertificateSchema.nullable().optional(),
46
+ course_link: z.string().describe("Link to the course").nullable().optional(),
47
+ description: z.string().describe("Credential description").nullable().optional(),
48
+ evidence_items: z.array(AccredibleCertificatesGetCredential_EvidenceItemSchema).describe("List of evidence items").nullable().optional(),
49
+ custom_attributes: AccredibleCertificatesGetCredential_CustomAttributesSchema.nullable().optional()
50
+ }).describe("Complete credential object with all details.");
51
+ const accredibleCertificatesGetCredential = action("ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL", {
52
+ slug: "accredible_certificates-get-credential",
53
+ name: "Get Credential",
54
+ description: "Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.",
55
+ input: AccredibleCertificatesGetCredentialInput,
56
+ output: z.object({ credential: AccredibleCertificatesGetCredential_CredentialSchema.nullable() }).describe("Response model for get credential action.")
57
+ });
58
+ //#endregion
59
+ export { accredibleCertificatesGetCredential };
60
+
61
+ //# sourceMappingURL=get-credential.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-credential.mjs","names":[],"sources":["../../src/actions/get-credential.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetCredentialInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the Credential in the form of an integer or string for the particular Credential requested.\"),\n}).describe(\"Request model for retrieving a credential by ID.\");\nconst AccredibleCertificatesGetCredential_BadgeImageSchema: z.ZodTypeAny = z.object({}).describe(\"Badge image object.\");\nconst AccredibleCertificatesGetCredential_BadgeSchema: z.ZodTypeAny = z.object({\n image: AccredibleCertificatesGetCredential_BadgeImageSchema.nullable().optional(),\n}).describe(\"Badge object containing image information.\");\nconst AccredibleCertificatesGetCredential_IssuerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Issuer ID\").nullable().optional(),\n url: z.string().describe(\"Issuer URL\").nullable().optional(),\n name: z.string().describe(\"Issuer name\").nullable().optional(),\n description: z.unknown().describe(\"Issuer description (can be string or object)\").nullable().optional(),\n}).describe(\"Issuer information for the credential.\");\nconst AccredibleCertificatesGetCredential_RecipientMetaDataSchema: z.ZodTypeAny = z.object({}).describe(\"Recipient metadata object.\");\nconst AccredibleCertificatesGetCredential_RecipientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Recipient ID\").nullable().optional(),\n name: z.string().describe(\"Recipient name\").nullable().optional(),\n email: z.string().describe(\"Recipient email address\").nullable().optional(),\n meta_data: AccredibleCertificatesGetCredential_RecipientMetaDataSchema.nullable().optional(),\n phone_number: z.string().describe(\"Recipient phone number\").nullable().optional(),\n}).describe(\"Recipient information for the credential.\");\nconst AccredibleCertificatesGetCredential_ReferenceSchema: z.ZodTypeAny = z.object({}).describe(\"Reference object.\");\nconst AccredibleCertificatesGetCredential_CertificateImageSchema: z.ZodTypeAny = z.object({}).describe(\"Certificate image object.\");\nconst AccredibleCertificatesGetCredential_CertificateSchema: z.ZodTypeAny = z.object({\n image: AccredibleCertificatesGetCredential_CertificateImageSchema.nullable().optional(),\n}).describe(\"Certificate object containing image information.\");\nconst AccredibleCertificatesGetCredential_EvidenceItemSchema: z.ZodTypeAny = z.object({}).describe(\"Evidence item object.\");\nconst AccredibleCertificatesGetCredential_CustomAttributesSchema: z.ZodTypeAny = z.object({\n Location: z.string().describe(\"Location custom attribute\").nullable().optional(),\n}).describe(\"Custom attributes for the credential.\");\nconst AccredibleCertificatesGetCredential_CredentialSchema: z.ZodTypeAny = z.object({\n id: z.unknown().describe(\"Credential ID (can be int or string)\").nullable().optional(),\n url: z.string().describe(\"Credential URL\").nullable().optional(),\n name: z.string().describe(\"Credential name\").nullable().optional(),\n badge: AccredibleCertificatesGetCredential_BadgeSchema.nullable().optional(),\n grade: z.string().describe(\"Grade associated with credential\").nullable().optional(),\n issuer: AccredibleCertificatesGetCredential_IssuerSchema.nullable().optional(),\n approve: z.boolean().describe(\"Approval status of credential\").nullable().optional(),\n private: z.boolean().describe(\"Indicates if credential is private\").nullable().optional(),\n complete: z.boolean().describe(\"Indicates if the credential is complete\").nullable().optional(),\n group_id: z.number().int().describe(\"Group ID for the credential\").nullable().optional(),\n issued_on: z.string().describe(\"Issue date of credential\").nullable().optional(),\n meta_data: z.record(z.string(), z.unknown()).describe(\"Additional metadata\").nullable().optional(),\n recipient: AccredibleCertificatesGetCredential_RecipientSchema.nullable().optional(),\n seo_image: z.string().describe(\"SEO image URL\").nullable().optional(),\n encoded_id: z.string().describe(\"Encoded credential ID\").nullable().optional(),\n expired_on: z.string().describe(\"Expiration date of credential\").nullable().optional(),\n group_name: z.string().describe(\"Group name\").nullable().optional(),\n references: z.array(AccredibleCertificatesGetCredential_ReferenceSchema).describe(\"List of references\").nullable().optional(),\n certificate: AccredibleCertificatesGetCredential_CertificateSchema.nullable().optional(),\n course_link: z.string().describe(\"Link to the course\").nullable().optional(),\n description: z.string().describe(\"Credential description\").nullable().optional(),\n evidence_items: z.array(AccredibleCertificatesGetCredential_EvidenceItemSchema).describe(\"List of evidence items\").nullable().optional(),\n custom_attributes: AccredibleCertificatesGetCredential_CustomAttributesSchema.nullable().optional(),\n}).describe(\"Complete credential object with all details.\");\nexport const AccredibleCertificatesGetCredentialOutput: z.ZodTypeAny = z.object({\n credential: AccredibleCertificatesGetCredential_CredentialSchema.nullable(),\n}).describe(\"Response model for get credential action.\");\n\nexport const accredibleCertificatesGetCredential = action(\"ACCREDIBLE_CERTIFICATES_GET_CREDENTIAL\", {\n slug: \"accredible_certificates-get-credential\",\n name: \"Get Credential\",\n description: \"Tool to view a credential by ID. Use when you need to retrieve detailed information about a specific credential.\",\n input: AccredibleCertificatesGetCredentialInput,\n output: AccredibleCertificatesGetCredentialOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-department.ts
4
+ const AccredibleCertificatesGetDepartmentInput = zod.z.object({ department_id: zod.z.number().int().describe("ID of the department to retrieve") }).describe("Request schema for viewing a specific department by ID.");
5
+ const AccredibleCertificatesGetDepartment_MetaDataSchema = zod.z.object({
6
+ faculty: zod.z.string().describe("Faculty information").nullable().optional(),
7
+ internal_id: zod.z.string().describe("Internal ID reference").nullable().optional()
8
+ }).describe("Metadata associated with the department.");
9
+ const AccredibleCertificatesGetDepartment_DepartmentSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("Unique identifier of the department"),
11
+ url: zod.z.string().describe("URL associated with the department").nullable().optional(),
12
+ logo: zod.z.string().describe("URL to the department logo").nullable().optional(),
13
+ name: zod.z.string().describe("Name of the department"),
14
+ meta_data: AccredibleCertificatesGetDepartment_MetaDataSchema.nullable().optional(),
15
+ description: zod.z.string().describe("Description of the department").nullable().optional(),
16
+ page_banner: zod.z.string().describe("URL to the page banner image").nullable().optional(),
17
+ whitelabel_logo: zod.z.string().describe("URL to the whitelabel logo").nullable().optional(),
18
+ linkedin_company_id: zod.z.string().describe("LinkedIn company ID associated with the department").nullable().optional(),
19
+ generate_private_credential: zod.z.boolean().describe("Default setting for generating private credentials").nullable().optional()
20
+ }).describe("Department object representing a department in Accredible.");
21
+ const AccredibleCertificatesGetDepartmentOutput = zod.z.object({ department: AccredibleCertificatesGetDepartment_DepartmentSchema.nullable() }).describe("Response schema for viewing a department.");
22
+ const accredibleCertificatesGetDepartment = require_action.action("ACCREDIBLE_CERTIFICATES_GET_DEPARTMENT", {
23
+ slug: "accredible_certificates-get-department",
24
+ name: "Get Department",
25
+ description: "Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.",
26
+ input: AccredibleCertificatesGetDepartmentInput,
27
+ output: AccredibleCertificatesGetDepartmentOutput
28
+ });
29
+ //#endregion
30
+ exports.accredibleCertificatesGetDepartment = accredibleCertificatesGetDepartment;
31
+
32
+ //# sourceMappingURL=get-department.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-department.cjs","names":["z","action"],"sources":["../../src/actions/get-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetDepartmentInput: z.ZodTypeAny = z.object({\n department_id: z.number().int().describe(\"ID of the department to retrieve\"),\n}).describe(\"Request schema for viewing a specific department by ID.\");\nconst AccredibleCertificatesGetDepartment_MetaDataSchema: z.ZodTypeAny = z.object({\n faculty: z.string().describe(\"Faculty information\").nullable().optional(),\n internal_id: z.string().describe(\"Internal ID reference\").nullable().optional(),\n}).describe(\"Metadata associated with the department.\");\nconst AccredibleCertificatesGetDepartment_DepartmentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the department\"),\n url: z.string().describe(\"URL associated with the department\").nullable().optional(),\n logo: z.string().describe(\"URL to the department logo\").nullable().optional(),\n name: z.string().describe(\"Name of the department\"),\n meta_data: AccredibleCertificatesGetDepartment_MetaDataSchema.nullable().optional(),\n description: z.string().describe(\"Description of the department\").nullable().optional(),\n page_banner: z.string().describe(\"URL to the page banner image\").nullable().optional(),\n whitelabel_logo: z.string().describe(\"URL to the whitelabel logo\").nullable().optional(),\n linkedin_company_id: z.string().describe(\"LinkedIn company ID associated with the department\").nullable().optional(),\n generate_private_credential: z.boolean().describe(\"Default setting for generating private credentials\").nullable().optional(),\n}).describe(\"Department object representing a department in Accredible.\");\nexport const AccredibleCertificatesGetDepartmentOutput: z.ZodTypeAny = z.object({\n department: AccredibleCertificatesGetDepartment_DepartmentSchema.nullable(),\n}).describe(\"Response schema for viewing a department.\");\n\nexport const accredibleCertificatesGetDepartment = action(\"ACCREDIBLE_CERTIFICATES_GET_DEPARTMENT\", {\n slug: \"accredible_certificates-get-department\",\n name: \"Get Department\",\n description: \"Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.\",\n input: AccredibleCertificatesGetDepartmentInput,\n output: AccredibleCertificatesGetDepartmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,EAC7E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,WAAW,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,6BAA6BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,YAAY,qDAAqD,SAAS,EAC5E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,sCAAsCC,eAAAA,OAAO,0CAA0C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-department.d.ts
4
+ declare const AccredibleCertificatesGetDepartmentInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetDepartmentOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetDepartment };
9
+ //# sourceMappingURL=get-department.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-department.d.cts","names":[],"sources":["../../src/actions/get-department.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEa;AAAA,cAiBzD,yCAAA,EAA2C,CAAA,CAAE,UAEF;AAAA,cAE3C,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-department.d.ts
4
+ declare const AccredibleCertificatesGetDepartmentInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetDepartmentOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetDepartment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetDepartment };
9
+ //# sourceMappingURL=get-department.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-department.d.mts","names":[],"sources":["../../src/actions/get-department.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEa;AAAA,cAiBzD,yCAAA,EAA2C,CAAA,CAAE,UAEF;AAAA,cAE3C,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-department.ts
4
+ const AccredibleCertificatesGetDepartmentInput = z.object({ department_id: z.number().int().describe("ID of the department to retrieve") }).describe("Request schema for viewing a specific department by ID.");
5
+ const AccredibleCertificatesGetDepartment_MetaDataSchema = z.object({
6
+ faculty: z.string().describe("Faculty information").nullable().optional(),
7
+ internal_id: z.string().describe("Internal ID reference").nullable().optional()
8
+ }).describe("Metadata associated with the department.");
9
+ const AccredibleCertificatesGetDepartment_DepartmentSchema = z.object({
10
+ id: z.number().int().describe("Unique identifier of the department"),
11
+ url: z.string().describe("URL associated with the department").nullable().optional(),
12
+ logo: z.string().describe("URL to the department logo").nullable().optional(),
13
+ name: z.string().describe("Name of the department"),
14
+ meta_data: AccredibleCertificatesGetDepartment_MetaDataSchema.nullable().optional(),
15
+ description: z.string().describe("Description of the department").nullable().optional(),
16
+ page_banner: z.string().describe("URL to the page banner image").nullable().optional(),
17
+ whitelabel_logo: z.string().describe("URL to the whitelabel logo").nullable().optional(),
18
+ linkedin_company_id: z.string().describe("LinkedIn company ID associated with the department").nullable().optional(),
19
+ generate_private_credential: z.boolean().describe("Default setting for generating private credentials").nullable().optional()
20
+ }).describe("Department object representing a department in Accredible.");
21
+ const accredibleCertificatesGetDepartment = action("ACCREDIBLE_CERTIFICATES_GET_DEPARTMENT", {
22
+ slug: "accredible_certificates-get-department",
23
+ name: "Get Department",
24
+ description: "Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.",
25
+ input: AccredibleCertificatesGetDepartmentInput,
26
+ output: z.object({ department: AccredibleCertificatesGetDepartment_DepartmentSchema.nullable() }).describe("Response schema for viewing a department.")
27
+ });
28
+ //#endregion
29
+ export { accredibleCertificatesGetDepartment };
30
+
31
+ //# sourceMappingURL=get-department.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-department.mjs","names":[],"sources":["../../src/actions/get-department.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetDepartmentInput: z.ZodTypeAny = z.object({\n department_id: z.number().int().describe(\"ID of the department to retrieve\"),\n}).describe(\"Request schema for viewing a specific department by ID.\");\nconst AccredibleCertificatesGetDepartment_MetaDataSchema: z.ZodTypeAny = z.object({\n faculty: z.string().describe(\"Faculty information\").nullable().optional(),\n internal_id: z.string().describe(\"Internal ID reference\").nullable().optional(),\n}).describe(\"Metadata associated with the department.\");\nconst AccredibleCertificatesGetDepartment_DepartmentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the department\"),\n url: z.string().describe(\"URL associated with the department\").nullable().optional(),\n logo: z.string().describe(\"URL to the department logo\").nullable().optional(),\n name: z.string().describe(\"Name of the department\"),\n meta_data: AccredibleCertificatesGetDepartment_MetaDataSchema.nullable().optional(),\n description: z.string().describe(\"Description of the department\").nullable().optional(),\n page_banner: z.string().describe(\"URL to the page banner image\").nullable().optional(),\n whitelabel_logo: z.string().describe(\"URL to the whitelabel logo\").nullable().optional(),\n linkedin_company_id: z.string().describe(\"LinkedIn company ID associated with the department\").nullable().optional(),\n generate_private_credential: z.boolean().describe(\"Default setting for generating private credentials\").nullable().optional(),\n}).describe(\"Department object representing a department in Accredible.\");\nexport const AccredibleCertificatesGetDepartmentOutput: z.ZodTypeAny = z.object({\n department: AccredibleCertificatesGetDepartment_DepartmentSchema.nullable(),\n}).describe(\"Response schema for viewing a department.\");\n\nexport const accredibleCertificatesGetDepartment = action(\"ACCREDIBLE_CERTIFICATES_GET_DEPARTMENT\", {\n slug: \"accredible_certificates-get-department\",\n name: \"Get Department\",\n description: \"Tool to view a specific department by ID. Use when you need to retrieve detailed information about a department.\",\n input: AccredibleCertificatesGetDepartmentInput,\n output: AccredibleCertificatesGetDepartmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO,EAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,EAC7E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qDAAmE,EAAE,OAAO;CAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,WAAW,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,6BAA6B,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAKxE,MAAa,sCAAsC,OAAO,0CAA0C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqE,EAAE,OAAO,EAC9E,YAAY,qDAAqD,SAAS,EAC5E,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-evidence-item.ts
4
+ const AccredibleCertificatesGetEvidenceItemInput = zod.z.object({
5
+ credential_id: zod.z.string().describe("ID of the Credential in the form of an integer or string for the particular Credential requested"),
6
+ evidence_item_id: zod.z.number().int().describe("ID of the EvidenceItem in the form of an integer")
7
+ }).describe("Request schema for viewing an evidence item on a credential.");
8
+ const AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique ID of the evidence item").nullable().optional(),
10
+ type: zod.z.string().describe("Category/type of the evidence item").nullable().optional(),
11
+ link_url: zod.z.string().describe("Link URL of the evidence item, if applicable").nullable().optional(),
12
+ position: zod.z.number().int().describe("Position index on the credential list").nullable().optional(),
13
+ description: zod.z.string().describe("Title text of the evidence item").nullable().optional(),
14
+ supplemental: zod.z.boolean().describe("Whether this item is supplemental to the credential").nullable().optional(),
15
+ string_object: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
16
+ preview_image_url: zod.z.string().describe("Preview image URL for the evidence item").nullable().optional()
17
+ }).describe("Evidence item object representing a single evidence item.");
18
+ const AccredibleCertificatesGetEvidenceItemOutput = zod.z.object({ evidence_item: AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema.nullable() }).describe("Response schema for viewing an evidence item.");
19
+ const accredibleCertificatesGetEvidenceItem = require_action.action("ACCREDIBLE_CERTIFICATES_GET_EVIDENCE_ITEM", {
20
+ slug: "accredible_certificates-get-evidence-item",
21
+ name: "Get Evidence Item",
22
+ description: "Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.",
23
+ input: AccredibleCertificatesGetEvidenceItemInput,
24
+ output: AccredibleCertificatesGetEvidenceItemOutput
25
+ });
26
+ //#endregion
27
+ exports.accredibleCertificatesGetEvidenceItem = accredibleCertificatesGetEvidenceItem;
28
+
29
+ //# sourceMappingURL=get-evidence-item.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-evidence-item.cjs","names":["z","action"],"sources":["../../src/actions/get-evidence-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const AccredibleCertificatesGetEvidenceItemInput: z.ZodTypeAny = z.object({\n credential_id: z.string().describe(\"ID of the Credential in the form of an integer or string for the particular Credential requested\"),\n evidence_item_id: z.number().int().describe(\"ID of the EvidenceItem in the form of an integer\"),\n}).describe(\"Request schema for viewing an evidence item on a credential.\");\nconst AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the evidence item\").nullable().optional(),\n type: z.string().describe(\"Category/type of the evidence item\").nullable().optional(),\n link_url: z.string().describe(\"Link URL of the evidence item, if applicable\").nullable().optional(),\n position: z.number().int().describe(\"Position index on the credential list\").nullable().optional(),\n description: z.string().describe(\"Title text of the evidence item\").nullable().optional(),\n supplemental: z.boolean().describe(\"Whether this item is supplemental to the credential\").nullable().optional(),\n string_object: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n preview_image_url: z.string().describe(\"Preview image URL for the evidence item\").nullable().optional(),\n}).describe(\"Evidence item object representing a single evidence item.\");\nexport const AccredibleCertificatesGetEvidenceItemOutput: z.ZodTypeAny = z.object({\n evidence_item: AccredibleCertificatesGetEvidenceItem_EvidenceItemSchema.nullable(),\n}).describe(\"Response schema for viewing an evidence item.\");\n\nexport const accredibleCertificatesGetEvidenceItem = action(\"ACCREDIBLE_CERTIFICATES_GET_EVIDENCE_ITEM\", {\n slug: \"accredible_certificates-get-evidence-item\",\n name: \"Get Evidence Item\",\n description: \"Tool to retrieve a specific evidence item from a credential. Use when you need to view details of an existing evidence item.\",\n input: AccredibleCertificatesGetEvidenceItemInput,\n output: AccredibleCertificatesGetEvidenceItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CACrI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;AAChG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,eAAeA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,EAChF,eAAe,yDAAyD,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,wCAAwCC,eAAAA,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-evidence-item.d.ts
4
+ declare const AccredibleCertificatesGetEvidenceItemInput: z.ZodTypeAny;
5
+ declare const AccredibleCertificatesGetEvidenceItemOutput: z.ZodTypeAny;
6
+ declare const accredibleCertificatesGetEvidenceItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { accredibleCertificatesGetEvidenceItem };
9
+ //# sourceMappingURL=get-evidence-item.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-evidence-item.d.cts","names":[],"sources":["../../src/actions/get-evidence-item.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAGgB;AAAA,cAW9D,2CAAA,EAA6C,CAAA,CAAE,UAEA;AAAA,cAE/C,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}