@epilot/sdk 2.1.0-rc.1 → 2.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 (359) hide show
  1. package/definitions/app.json +38 -0
  2. package/definitions/automation.json +2 -37
  3. package/definitions/blueprint-manifest-runtime.json +1 -1
  4. package/definitions/blueprint-manifest.json +115 -1
  5. package/definitions/customer-portal-runtime.json +1 -1
  6. package/definitions/customer-portal.json +279 -42
  7. package/definitions/data-management.json +10 -0
  8. package/definitions/email-template.json +25 -3
  9. package/definitions/entity.json +205 -3
  10. package/definitions/erp-integration-runtime.json +1 -1
  11. package/definitions/erp-integration.json +472 -13
  12. package/definitions/journey.json +257 -12
  13. package/definitions/kanban.json +630 -78
  14. package/definitions/organization-runtime.json +1 -1
  15. package/definitions/organization.json +614 -51
  16. package/definitions/workflow.json +40 -0
  17. package/dist/README-VG67PX4R.js +7 -0
  18. package/dist/README-W4B35MRN.cjs +7 -0
  19. package/dist/_index-AMVZBT2K.cjs +99 -0
  20. package/dist/_index-S6LFD3ER.js +99 -0
  21. package/dist/access-token-6BJDZSFE.cjs +7 -0
  22. package/dist/access-token-GSQZLDXR.js +7 -0
  23. package/dist/address-HA4RMRNQ.cjs +7 -0
  24. package/dist/address-QVJUGMOG.js +7 -0
  25. package/dist/address-suggestions-74244BAJ.js +7 -0
  26. package/dist/address-suggestions-IUQMYF27.cjs +7 -0
  27. package/dist/ai-agents-IZWFEUSH.js +7 -0
  28. package/dist/ai-agents-PWHKNRCX.cjs +7 -0
  29. package/dist/apis/access-token.cjs +10 -8
  30. package/dist/apis/access-token.js +5 -3
  31. package/dist/apis/address-suggestions.cjs +10 -8
  32. package/dist/apis/address-suggestions.js +5 -3
  33. package/dist/apis/address.cjs +10 -8
  34. package/dist/apis/address.js +5 -3
  35. package/dist/apis/ai-agents.cjs +10 -8
  36. package/dist/apis/ai-agents.js +5 -3
  37. package/dist/apis/app.cjs +10 -8
  38. package/dist/apis/app.js +5 -3
  39. package/dist/apis/audit-logs.cjs +10 -8
  40. package/dist/apis/audit-logs.js +5 -3
  41. package/dist/apis/automation.cjs +10 -8
  42. package/dist/apis/automation.js +5 -3
  43. package/dist/apis/billing.cjs +10 -8
  44. package/dist/apis/billing.js +5 -3
  45. package/dist/apis/blueprint-manifest.cjs +10 -8
  46. package/dist/apis/blueprint-manifest.js +5 -3
  47. package/dist/apis/consent.cjs +10 -8
  48. package/dist/apis/consent.js +5 -3
  49. package/dist/apis/customer-portal.cjs +10 -8
  50. package/dist/apis/customer-portal.js +5 -3
  51. package/dist/apis/dashboard.cjs +10 -8
  52. package/dist/apis/dashboard.js +5 -3
  53. package/dist/apis/data-management.cjs +10 -8
  54. package/dist/apis/data-management.js +5 -3
  55. package/dist/apis/deduplication.cjs +10 -8
  56. package/dist/apis/deduplication.js +5 -3
  57. package/dist/apis/design.cjs +10 -8
  58. package/dist/apis/design.js +5 -3
  59. package/dist/apis/document.cjs +10 -8
  60. package/dist/apis/document.js +5 -3
  61. package/dist/apis/email-settings.cjs +10 -8
  62. package/dist/apis/email-settings.js +5 -3
  63. package/dist/apis/email-template.cjs +10 -8
  64. package/dist/apis/email-template.js +5 -3
  65. package/dist/apis/entity-mapping.cjs +10 -8
  66. package/dist/apis/entity-mapping.js +5 -3
  67. package/dist/apis/entity.cjs +10 -8
  68. package/dist/apis/entity.js +5 -3
  69. package/dist/apis/environments.cjs +10 -8
  70. package/dist/apis/environments.js +5 -3
  71. package/dist/apis/erp-integration.cjs +10 -8
  72. package/dist/apis/erp-integration.js +5 -3
  73. package/dist/apis/event-catalog.cjs +10 -8
  74. package/dist/apis/event-catalog.js +5 -3
  75. package/dist/apis/file.cjs +10 -8
  76. package/dist/apis/file.js +5 -3
  77. package/dist/apis/iban.cjs +10 -8
  78. package/dist/apis/iban.js +5 -3
  79. package/dist/apis/journey.cjs +10 -8
  80. package/dist/apis/journey.js +5 -3
  81. package/dist/apis/kanban.cjs +10 -8
  82. package/dist/apis/kanban.js +5 -3
  83. package/dist/apis/message.cjs +10 -8
  84. package/dist/apis/message.js +5 -3
  85. package/dist/apis/metering.cjs +10 -8
  86. package/dist/apis/metering.js +5 -3
  87. package/dist/apis/notes.cjs +10 -8
  88. package/dist/apis/notes.js +5 -3
  89. package/dist/apis/notification.cjs +10 -8
  90. package/dist/apis/notification.js +5 -3
  91. package/dist/apis/organization.cjs +10 -8
  92. package/dist/apis/organization.d.cts +2 -2
  93. package/dist/apis/organization.d.ts +2 -2
  94. package/dist/apis/organization.js +5 -3
  95. package/dist/apis/partner-directory.cjs +10 -8
  96. package/dist/apis/partner-directory.js +5 -3
  97. package/dist/apis/permissions.cjs +10 -8
  98. package/dist/apis/permissions.js +5 -3
  99. package/dist/apis/pricing-tier.cjs +10 -8
  100. package/dist/apis/pricing-tier.js +5 -3
  101. package/dist/apis/pricing.cjs +10 -8
  102. package/dist/apis/pricing.js +5 -3
  103. package/dist/apis/purpose.cjs +10 -8
  104. package/dist/apis/purpose.js +5 -3
  105. package/dist/apis/sandbox.cjs +10 -8
  106. package/dist/apis/sandbox.js +5 -3
  107. package/dist/apis/submission.cjs +10 -8
  108. package/dist/apis/submission.js +5 -3
  109. package/dist/apis/targeting.cjs +10 -8
  110. package/dist/apis/targeting.js +5 -3
  111. package/dist/apis/template-variables.cjs +10 -8
  112. package/dist/apis/template-variables.js +5 -3
  113. package/dist/apis/user.cjs +10 -8
  114. package/dist/apis/user.js +5 -3
  115. package/dist/apis/validation-rules.cjs +10 -8
  116. package/dist/apis/validation-rules.js +5 -3
  117. package/dist/apis/webhooks.cjs +10 -8
  118. package/dist/apis/webhooks.js +5 -3
  119. package/dist/apis/workflow-definition.cjs +10 -8
  120. package/dist/apis/workflow-definition.js +5 -3
  121. package/dist/apis/workflow.cjs +10 -8
  122. package/dist/apis/workflow.js +5 -3
  123. package/dist/app-IKHWU222.cjs +7 -0
  124. package/dist/app-VLM3SWKA.js +7 -0
  125. package/dist/audit-logs-5VXHOQ7S.js +7 -0
  126. package/dist/audit-logs-D2LFUA2R.cjs +7 -0
  127. package/dist/automation-3HGCK725.cjs +7 -0
  128. package/dist/automation-72VGEJCY.js +7 -0
  129. package/dist/billing-DUWDISHP.cjs +7 -0
  130. package/dist/billing-IPALEAG2.js +7 -0
  131. package/dist/blueprint-manifest-CXSCRQ5X.js +7 -0
  132. package/dist/blueprint-manifest-SHNZPK5O.cjs +7 -0
  133. package/dist/{chunk-6J7CIOKR.js → chunk-2HOJWFQ4.js} +1 -1
  134. package/dist/{chunk-BDIJHJOG.js → chunk-372VUPHN.js} +1 -1
  135. package/dist/{chunk-Q5TESEDZ.cjs → chunk-3HJEWWPS.cjs} +2 -2
  136. package/dist/{chunk-ID6BXIOZ.js → chunk-3N67SSL3.js} +1 -1
  137. package/dist/chunk-3XEP56SV.cjs +204 -0
  138. package/dist/{chunk-7KFKA3AH.cjs → chunk-3ZZ57K3S.cjs} +2 -2
  139. package/dist/{chunk-CVSQT5PV.cjs → chunk-4SWC43JO.cjs} +2 -2
  140. package/dist/{chunk-O3R6C3WW.js → chunk-4VFQTSJQ.js} +1 -1
  141. package/dist/{chunk-LXAJ722U.js → chunk-57QIBYDN.js} +1 -1
  142. package/dist/{chunk-SPZSDRM6.cjs → chunk-5SNJAD6F.cjs} +2 -2
  143. package/dist/{chunk-OI2M6FSB.js → chunk-73H6TVKN.js} +1 -1
  144. package/dist/{chunk-BB7WFIE2.cjs → chunk-A6JOROUC.cjs} +2 -2
  145. package/dist/{chunk-SHPXCOTN.cjs → chunk-AJKH25H2.cjs} +3 -3
  146. package/dist/{chunk-DBNEZWK2.cjs → chunk-ARWMTXJV.cjs} +2 -2
  147. package/dist/{chunk-7BPPP4M2.js → chunk-B3ZGAG7B.js} +1 -1
  148. package/dist/{chunk-5WN2YXNU.cjs → chunk-BH5ZXK4J.cjs} +2 -2
  149. package/dist/{chunk-JM6HKPSC.cjs → chunk-BWFXLUK5.cjs} +2 -2
  150. package/dist/{chunk-V56ZCL54.js → chunk-C6UTZEHH.js} +1 -1
  151. package/dist/{chunk-ZPCMZO2O.js → chunk-CPKBR34V.js} +1 -1
  152. package/dist/{chunk-UTQY2DSM.js → chunk-CWSHYFVZ.js} +1 -1
  153. package/dist/{chunk-5YVVQBA2.js → chunk-DJKSULPK.js} +1 -1
  154. package/dist/{chunk-XLOXC52O.js → chunk-DNJ54L2G.js} +1 -1
  155. package/dist/{chunk-YXPUCBVK.cjs → chunk-DY2D2IW5.cjs} +2 -2
  156. package/dist/{chunk-Z5LLUUFD.cjs → chunk-E26ZO7QM.cjs} +2 -2
  157. package/dist/{chunk-RNKZDJOY.js → chunk-EBCHCYUO.js} +1 -1
  158. package/dist/{chunk-4MO4WLKA.cjs → chunk-EPAIOB5U.cjs} +2 -2
  159. package/dist/{chunk-UX2IZQNM.cjs → chunk-EQZMT2HF.cjs} +2 -2
  160. package/dist/{chunk-U52A2DMK.cjs → chunk-F376L6PP.cjs} +2 -2
  161. package/dist/{chunk-TBBLLEB2.cjs → chunk-F472YLJG.cjs} +2 -2
  162. package/dist/{chunk-W3MM2BSK.cjs → chunk-FXOX3X7E.cjs} +2 -2
  163. package/dist/{chunk-E4IFBCNM.cjs → chunk-G2REP2VZ.cjs} +2 -2
  164. package/dist/{chunk-CFGXI3FX.js → chunk-GLO477NZ.js} +1 -1
  165. package/dist/{chunk-PBNPZ7UX.js → chunk-H4VSK4KF.js} +1 -1
  166. package/dist/{chunk-33TQRYMY.js → chunk-HPSGM6QP.js} +1 -1
  167. package/dist/{chunk-RQKN4WTW.cjs → chunk-HPYHWTTA.cjs} +2 -2
  168. package/dist/{chunk-5RXE7X63.js → chunk-IH4CMOML.js} +2 -2
  169. package/dist/{chunk-VD5TBK2T.cjs → chunk-IMT3IE5M.cjs} +2 -2
  170. package/dist/{chunk-DIP442PL.js → chunk-IP2WWEOU.js} +1 -1
  171. package/dist/{chunk-FCLW3FLF.js → chunk-IS2VB342.js} +1 -1
  172. package/dist/{chunk-UNHWLNE4.js → chunk-ITX53XAZ.js} +1 -1
  173. package/dist/{chunk-KU2XF4TS.cjs → chunk-JXBXDTFG.cjs} +2 -2
  174. package/dist/{chunk-Y4YQEDR3.js → chunk-K62XK7KU.js} +1 -1
  175. package/dist/chunk-KA3TGFJP.js +14 -0
  176. package/dist/{chunk-IXRDP4VP.js → chunk-KBOVBUBM.js} +1 -1
  177. package/dist/{chunk-MKZGM4A6.js → chunk-KPGC2D6E.js} +1 -1
  178. package/dist/{chunk-ZAPA4RPI.js → chunk-KSXTBGIV.js} +1 -1
  179. package/dist/{chunk-PLBIQ2Y7.cjs → chunk-LCIJ4TJ4.cjs} +2 -2
  180. package/dist/{chunk-TUAAE3UC.cjs → chunk-LQOLYXGQ.cjs} +2 -2
  181. package/dist/{chunk-6ADJEPMJ.js → chunk-LSIWCIQV.js} +1 -1
  182. package/dist/{chunk-CBRWUULQ.js → chunk-MHNSZ4HE.js} +1 -1
  183. package/dist/{chunk-WOOKHE7Y.cjs → chunk-MKX4CKAB.cjs} +2 -2
  184. package/dist/{chunk-N2P26AAD.js → chunk-MRTAFRO7.js} +1 -1
  185. package/dist/{chunk-YGULLD73.js → chunk-MRZ7LGKZ.js} +1 -1
  186. package/dist/{chunk-CLMZ2EXW.js → chunk-MSASBR2Y.js} +1 -1
  187. package/dist/{chunk-KEJRWMXR.cjs → chunk-NAWLLC3T.cjs} +2 -2
  188. package/dist/chunk-NJK5F5TF.cjs +21 -0
  189. package/dist/{chunk-HBPCJRZX.cjs → chunk-NLSZVGHK.cjs} +2 -2
  190. package/dist/{chunk-CK36RZXR.js → chunk-O4LRVGOY.js} +1 -1
  191. package/dist/chunk-OG2DMGU6.cjs +14 -0
  192. package/dist/{chunk-TIJGLQKO.js → chunk-OGQKJTXF.js} +1 -1
  193. package/dist/{chunk-UE4XPL43.js → chunk-PETLAONH.js} +1 -1
  194. package/dist/{chunk-MK4ZGXVE.cjs → chunk-PVSS2WPM.cjs} +2 -2
  195. package/dist/{chunk-ONN5COYQ.cjs → chunk-PXITFTJA.cjs} +2 -2
  196. package/dist/{chunk-ZAXYMQ2B.cjs → chunk-QDVPPRWI.cjs} +2 -2
  197. package/dist/{chunk-IPFHV2FV.cjs → chunk-QKERXNJJ.cjs} +2 -2
  198. package/dist/{chunk-ZDJ3J6Z6.cjs → chunk-QLML3IP5.cjs} +2 -2
  199. package/dist/{chunk-YFHQYQII.js → chunk-QVAJ5JP4.js} +1 -1
  200. package/dist/{chunk-S2QF6HG2.cjs → chunk-RD7E4OSJ.cjs} +2 -2
  201. package/dist/{chunk-XIB2G42L.cjs → chunk-RWSA3LXE.cjs} +2 -2
  202. package/dist/{chunk-R6WNZVTA.cjs → chunk-RXSS67VI.cjs} +2 -2
  203. package/dist/{chunk-UXVV3BSC.cjs → chunk-S3ZNESMC.cjs} +2 -2
  204. package/dist/{chunk-YNPRF4BX.js → chunk-S7NDMDRX.js} +1 -1
  205. package/dist/{chunk-HO7KACZZ.cjs → chunk-SK3VYIZ6.cjs} +2 -2
  206. package/dist/{chunk-CX3KG7D2.cjs → chunk-SMGHAG5C.cjs} +2 -2
  207. package/dist/{chunk-D5FJ26GG.js → chunk-T46LODOF.js} +1 -1
  208. package/dist/{chunk-Y4ZMNMYI.js → chunk-TIJWJVKZ.js} +1 -1
  209. package/dist/{chunk-EIILOQ6X.js → chunk-TLWCYLNA.js} +1 -1
  210. package/dist/{chunk-JX45ME2Z.js → chunk-TRJLYZHD.js} +1 -1
  211. package/dist/{chunk-RNBO3DEN.js → chunk-UKKJMCNH.js} +1 -1
  212. package/dist/chunk-ULBEEHG4.js +204 -0
  213. package/dist/{chunk-UDO4JYVU.cjs → chunk-VGTUK3QD.cjs} +2 -2
  214. package/dist/{chunk-4JPVFLVU.js → chunk-VQ7R36AC.js} +1 -1
  215. package/dist/{chunk-IPDIEZBN.cjs → chunk-VVQB5W7U.cjs} +2 -2
  216. package/dist/{chunk-HKZQ56AS.cjs → chunk-VVVATFGK.cjs} +2 -2
  217. package/dist/{chunk-URRL33D5.cjs → chunk-WMTYO5OX.cjs} +2 -2
  218. package/dist/{chunk-U4BMKRG6.js → chunk-WOSSSFXB.js} +1 -1
  219. package/dist/{chunk-OBQIS3KU.js → chunk-WOXXNKTE.js} +1 -1
  220. package/dist/{chunk-WAKSLH7V.cjs → chunk-XKI2OAYV.cjs} +2 -2
  221. package/dist/{chunk-5Y2KLUU6.cjs → chunk-XR4QF6KQ.cjs} +2 -2
  222. package/dist/{chunk-6BERHKDQ.cjs → chunk-XYHTQ523.cjs} +2 -2
  223. package/dist/{chunk-XD6XML3Z.cjs → chunk-XZYZLSUO.cjs} +2 -2
  224. package/dist/chunk-YPSWSI3M.js +21 -0
  225. package/dist/{chunk-4K3MX2J6.js → chunk-YYBIU5BQ.js} +1 -1
  226. package/dist/{chunk-HSGQSTVK.js → chunk-YZA5WZUS.js} +1 -1
  227. package/dist/{chunk-GGBSLAVO.cjs → chunk-Z4LUE424.cjs} +2 -2
  228. package/dist/{chunk-NSOHW3R6.js → chunk-ZV6XYUXS.js} +1 -1
  229. package/dist/consent-CS2ZBZX4.cjs +7 -0
  230. package/dist/consent-NNYHF2N4.js +7 -0
  231. package/dist/customer-portal-D3SLPAHZ.js +7 -0
  232. package/dist/customer-portal-UR3GN4VU.cjs +7 -0
  233. package/dist/dashboard-UHYR5RTY.cjs +7 -0
  234. package/dist/dashboard-UTPGXFW5.js +7 -0
  235. package/dist/data-management-QH2IJ5QV.js +7 -0
  236. package/dist/data-management-TEFRLGSU.cjs +7 -0
  237. package/dist/deduplication-ECVAZVVA.cjs +7 -0
  238. package/dist/deduplication-GYIST22B.js +7 -0
  239. package/dist/design-KUVXMFFK.cjs +7 -0
  240. package/dist/design-YKBXRW5C.js +7 -0
  241. package/dist/document-CY2A2OE7.js +7 -0
  242. package/dist/document-RYQ7MF6U.cjs +7 -0
  243. package/dist/email-settings-TQ5GGDYG.js +7 -0
  244. package/dist/email-settings-TQC34GST.cjs +7 -0
  245. package/dist/email-template-M2VVL4TI.cjs +7 -0
  246. package/dist/email-template-WYROV3UG.js +7 -0
  247. package/dist/entity-FA6PZX6S.js +7 -0
  248. package/dist/entity-IX5NSHPX.cjs +7 -0
  249. package/dist/entity-mapping-7J3IAGKQ.js +7 -0
  250. package/dist/entity-mapping-ZNMFCUKK.cjs +7 -0
  251. package/dist/environments-E3X6NYGX.js +7 -0
  252. package/dist/environments-P2JS4F5N.cjs +7 -0
  253. package/dist/erp-integration-EP2XFEH5.js +7 -0
  254. package/dist/erp-integration-NNV72VFI.cjs +7 -0
  255. package/dist/event-catalog-C45ISVMP.cjs +7 -0
  256. package/dist/event-catalog-D7VJ7WRS.js +7 -0
  257. package/dist/file-UOWBTDIU.cjs +7 -0
  258. package/dist/file-XSN3NAVZ.js +7 -0
  259. package/dist/iban-24GHLFDB.cjs +7 -0
  260. package/dist/iban-LDKYDVQV.js +7 -0
  261. package/dist/index.cjs +107 -100
  262. package/dist/index.d.cts +17 -2
  263. package/dist/index.d.ts +17 -2
  264. package/dist/index.js +58 -51
  265. package/dist/journey-7CKX67M7.js +7 -0
  266. package/dist/journey-EUZ6MVHG.cjs +7 -0
  267. package/dist/kanban-CHTH2ZSY.cjs +7 -0
  268. package/dist/kanban-HI6LL5WY.js +7 -0
  269. package/dist/message-3XZLJR6R.cjs +7 -0
  270. package/dist/message-ZNMCS5YH.js +7 -0
  271. package/dist/metering-DZNZPPY6.cjs +7 -0
  272. package/dist/metering-KOSCPPKB.js +7 -0
  273. package/dist/notes-3AO5GXIT.js +7 -0
  274. package/dist/notes-MPWOQC5J.cjs +7 -0
  275. package/dist/notification-PZOCUYD5.cjs +7 -0
  276. package/dist/notification-VWDZRSFZ.js +7 -0
  277. package/dist/organization-RARYYG2E.cjs +7 -0
  278. package/dist/organization-ZERPH2IH.js +7 -0
  279. package/dist/{organization.d-Bd2Hmk8v.d.cts → organization.d-DqwnNxMg.d.cts} +34 -7
  280. package/dist/{organization.d-Bd2Hmk8v.d.ts → organization.d-DqwnNxMg.d.ts} +34 -7
  281. package/dist/partner-directory-2XMPQWWX.js +7 -0
  282. package/dist/partner-directory-WHNTKQ5E.cjs +7 -0
  283. package/dist/permissions-4T3GFNB4.js +7 -0
  284. package/dist/permissions-FGBIJNN7.cjs +7 -0
  285. package/dist/pricing-4Z4TOETA.cjs +7 -0
  286. package/dist/pricing-C65DTZSX.js +7 -0
  287. package/dist/pricing-tier-NI35WOUP.cjs +7 -0
  288. package/dist/pricing-tier-VUOFK5Q7.js +7 -0
  289. package/dist/purpose-AKOEUHZ4.cjs +7 -0
  290. package/dist/purpose-RBRV3AQZ.js +7 -0
  291. package/dist/sandbox-2KN4X66E.cjs +7 -0
  292. package/dist/sandbox-L2SOOGGR.js +7 -0
  293. package/dist/submission-7BISSPO6.js +7 -0
  294. package/dist/submission-Q24BU4GS.cjs +7 -0
  295. package/dist/targeting-EYGYZD6M.cjs +7 -0
  296. package/dist/targeting-GEJTJN5Z.js +7 -0
  297. package/dist/template-variables-OAYS2E3G.cjs +1148 -0
  298. package/dist/template-variables-VKDJJZUT.js +1148 -0
  299. package/dist/user-EIEOI3OG.js +7 -0
  300. package/dist/user-NJJ7XVKB.cjs +7 -0
  301. package/dist/validation-rules-P6F5P73P.js +7 -0
  302. package/dist/validation-rules-VDU3CIZV.cjs +7 -0
  303. package/dist/webhooks-I7JWU34X.cjs +7 -0
  304. package/dist/webhooks-WPLEHVPX.js +7 -0
  305. package/dist/workflow-3LLURW3H.js +7 -0
  306. package/dist/workflow-RAGQDYXT.cjs +7 -0
  307. package/dist/workflow-definition-B6ELOZUR.cjs +7 -0
  308. package/dist/workflow-definition-D24CRCK2.js +7 -0
  309. package/docs/access-token.md +440 -0
  310. package/docs/address-suggestions.md +256 -0
  311. package/docs/address.md +284 -0
  312. package/docs/ai-agents.md +1891 -0
  313. package/docs/app.md +3388 -0
  314. package/docs/audit-logs.md +242 -0
  315. package/docs/automation.md +4044 -0
  316. package/docs/billing.md +783 -0
  317. package/docs/blueprint-manifest.md +3234 -0
  318. package/docs/consent.md +213 -0
  319. package/docs/customer-portal.md +11399 -0
  320. package/docs/dashboard.md +640 -0
  321. package/docs/data-management.md +883 -0
  322. package/docs/deduplication.md +135 -0
  323. package/docs/design.md +1273 -0
  324. package/docs/document.md +590 -0
  325. package/docs/email-settings.md +1544 -0
  326. package/docs/email-template.md +1197 -0
  327. package/docs/entity-mapping.md +2864 -0
  328. package/docs/entity.md +9595 -0
  329. package/docs/environments.md +259 -0
  330. package/docs/erp-integration.md +4572 -0
  331. package/docs/event-catalog.md +835 -0
  332. package/docs/file.md +1453 -0
  333. package/docs/iban.md +61 -0
  334. package/docs/journey.md +2268 -0
  335. package/docs/kanban.md +882 -0
  336. package/docs/message.md +2122 -0
  337. package/docs/metering.md +1431 -0
  338. package/docs/notes.md +670 -0
  339. package/docs/notification.md +1207 -0
  340. package/docs/organization.md +733 -0
  341. package/docs/partner-directory.md +1197 -0
  342. package/docs/permissions.md +1047 -0
  343. package/docs/pricing-tier.md +81 -0
  344. package/docs/pricing.md +5923 -0
  345. package/docs/purpose.md +283 -0
  346. package/docs/sandbox.md +389 -0
  347. package/docs/submission.md +195 -0
  348. package/docs/targeting.md +959 -0
  349. package/docs/template-variables.md +1141 -0
  350. package/docs/user.md +2555 -0
  351. package/docs/validation-rules.md +1597 -0
  352. package/docs/webhooks.md +996 -0
  353. package/docs/workflow-definition.md +3842 -0
  354. package/docs/workflow.md +4465 -0
  355. package/package.json +3 -2
  356. package/dist/chunk-GMBRXWMD.cjs +0 -14
  357. package/dist/chunk-L43U5IO3.js +0 -14
  358. package/dist/chunk-XE25WERA.js +0 -125
  359. package/dist/chunk-XEQMAKGA.cjs +0 -125
@@ -0,0 +1,440 @@
1
+ # Access Token API
2
+
3
+ - **Base URL:** `https://access-token.sls.epilot.io`
4
+ - **Full API Docs:** [https://docs.epilot.io/api/access-token](https://docs.epilot.io/api/access-token)
5
+
6
+ ## Usage
7
+
8
+ ```ts
9
+ import { epilot } from '@epilot/sdk'
10
+
11
+ epilot.authorize(() => '<token>')
12
+ const { data } = await epilot.accessToken.createAccessToken(...)
13
+ ```
14
+
15
+ ### Tree-shakeable import
16
+
17
+ ```ts
18
+ import { getClient, authorize } from '@epilot/sdk/access-token'
19
+
20
+ const accessTokenClient = getClient()
21
+ authorize(accessTokenClient, () => '<token>')
22
+ const { data } = await accessTokenClient.createAccessToken(...)
23
+ ```
24
+
25
+ ## Operations
26
+
27
+ **Access Tokens**
28
+ - [`createAccessToken`](#createaccesstoken)
29
+ - [`listAccessTokens`](#listaccesstokens)
30
+ - [`revokeAccessToken`](#revokeaccesstoken)
31
+
32
+ **Public**
33
+ - [`getAccessTokenJwks`](#getaccesstokenjwks)
34
+ - [`getAccessTokenOIDC`](#getaccesstokenoidc)
35
+ - [`getPublicTokenJwks`](#getpublictokenjwks)
36
+ - [`getPublicTokenOIDC`](#getpublictokenoidc)
37
+
38
+ **Schemas**
39
+ - [`AccessToken`](#accesstoken)
40
+ - [`AccessTokenId`](#accesstokenid)
41
+ - [`AccessTokenName`](#accesstokenname)
42
+ - [`AccessTokenType`](#accesstokentype)
43
+ - [`AccessTokenJourneyId`](#accesstokenjourneyid)
44
+ - [`PortalId`](#portalid)
45
+ - [`TokenParameters`](#tokenparameters)
46
+ - [`ExpiresIn`](#expiresin)
47
+ - [`AccessTokenParameters`](#accesstokenparameters)
48
+ - [`JourneyTokenParameters`](#journeytokenparameters)
49
+ - [`PortalTokenParameters`](#portaltokenparameters)
50
+ - [`AssumeTokenParameters`](#assumetokenparameters)
51
+ - [`AppTokenParameters`](#apptokenparameters)
52
+ - [`AccessTokenItem`](#accesstokenitem)
53
+ - [`RoleId`](#roleid)
54
+ - [`Assignments`](#assignments)
55
+
56
+ ### `createAccessToken`
57
+
58
+ **Access Token type: `API`** (default if not specified):
59
+
60
+ `POST /v1/access-tokens`
61
+
62
+ ```ts
63
+ const { data } = await client.createAccessToken(
64
+ null,
65
+ {
66
+ name: 'Postman Access Token',
67
+ token_type: 'api',
68
+ assignments: ['123:owner'],
69
+ expires_in: 3600
70
+ },
71
+ )
72
+ ```
73
+
74
+ <details>
75
+ <summary>Response</summary>
76
+
77
+ ```json
78
+ {
79
+ "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp...",
80
+ "id": "api_5ZugdRXasLfWBypHi93Fk",
81
+ "created_at": "1970-01-01T00:00:00.000Z",
82
+ "name": "Postman Access Token",
83
+ "token_type": "api",
84
+ "journey_id": "string",
85
+ "portal_id": "string",
86
+ "assignments": ["123:owner"],
87
+ "last_used": "2026-02-24"
88
+ }
89
+ ```
90
+
91
+ </details>
92
+
93
+ ---
94
+
95
+ ### `listAccessTokens`
96
+
97
+ Lists all Access Tokens for current user (by default excludes system generated tokens)
98
+
99
+ `GET /v1/access-tokens`
100
+
101
+ ```ts
102
+ const { data } = await client.listAccessTokens({
103
+ token_type: ['...'],
104
+ })
105
+ ```
106
+
107
+ <details>
108
+ <summary>Response</summary>
109
+
110
+ ```json
111
+ [
112
+ {
113
+ "id": "api_5ZugdRXasLfWBypHi93Fk",
114
+ "created_at": "1970-01-01T00:00:00.000Z",
115
+ "name": "Postman Access Token",
116
+ "token_type": "api",
117
+ "journey_id": "string",
118
+ "portal_id": "string",
119
+ "assignments": ["123:owner"],
120
+ "last_used": "2026-02-24"
121
+ }
122
+ ]
123
+ ```
124
+
125
+ </details>
126
+
127
+ ---
128
+
129
+ ### `revokeAccessToken`
130
+
131
+ Revokes an Access Token so it can't be used anymore.
132
+
133
+ `DELETE /v1/access-tokens/{id}`
134
+
135
+ ```ts
136
+ const { data } = await client.revokeAccessToken({
137
+ id: '123e4567-e89b-12d3-a456-426614174000',
138
+ })
139
+ ```
140
+
141
+ <details>
142
+ <summary>Response</summary>
143
+
144
+ ```json
145
+ {
146
+ "id": "api_5ZugdRXasLfWBypHi93Fk",
147
+ "created_at": "1970-01-01T00:00:00.000Z",
148
+ "name": "Postman Access Token",
149
+ "token_type": "api",
150
+ "journey_id": "string",
151
+ "portal_id": "string",
152
+ "assignments": ["123:owner"],
153
+ "last_used": "2026-02-24"
154
+ }
155
+ ```
156
+
157
+ </details>
158
+
159
+ ---
160
+
161
+ ### `getAccessTokenJwks`
162
+
163
+ Get jwks public key set to verify access tokens generated by this API
164
+
165
+ `GET /v1/access-tokens/.well-known/jwks.json`
166
+
167
+ ```ts
168
+ const { data } = await client.getAccessTokenJwks()
169
+ ```
170
+
171
+ <details>
172
+ <summary>Response</summary>
173
+
174
+ ```json
175
+ {
176
+ "keys": [
177
+ {
178
+ "alg": "RS256",
179
+ "e": "AQAB",
180
+ "kid": "tXWU5mPMbRPczpbQwi6vbhLF4GgF3wlMDSyqo7pfeiw=",
181
+ "kty": "RSA",
182
+ "n": "h_QDoCjZ8W_trtYXaP7_S22wf5r5Wd9XBLED78oT44bJjQXn8ddcFV8Hik65_4IYXVX_hTTU4zpxe3H8vx2j7-Zz3O59mYMp5S0MzODNEdf5Y_2o19eis0brmAJniixsNlQ9LlYkdrVamrgaxHu3ZpP_99zkfFybYeuYoQNzb3PyrT8xVnz_USs_nlFMHpGUxvvz7gfKPqxcLvgLJr4cwI9yzaSY9CD4qW181QVcnL_WzpQ8xx6AuhhHZQ1l_3GG4InTk8ahE7U2ZHVu8RrX6d01pMgc3piEcet9RgFLnhbTg3YIiKGoAbN42wJn_x3lgIAC42T9mbmTsHyUdS6nUQ",
183
+ "use": "sig"
184
+ }
185
+ ]
186
+ }
187
+ ```
188
+
189
+ </details>
190
+
191
+ ---
192
+
193
+ ### `getAccessTokenOIDC`
194
+
195
+ OpenID Connect configuration for Access Token API as identity provider
196
+
197
+ `GET /v1/access-tokens/.well-known/openid-configuration`
198
+
199
+ ```ts
200
+ const { data } = await client.getAccessTokenOIDC()
201
+ ```
202
+
203
+ <details>
204
+ <summary>Response</summary>
205
+
206
+ ```json
207
+ {
208
+ "issuer": "https://access-token.sls.epilot.io/v1/access-tokens",
209
+ "jwks_uri": "https://access-token.sls.epilot.io/v1/access-tokens/.well-known/jwks.json"
210
+ }
211
+ ```
212
+
213
+ </details>
214
+
215
+ ---
216
+
217
+ ### `getPublicTokenJwks`
218
+
219
+ Get jwks public key set to verify public tokens generated by this API
220
+
221
+ `GET /v1/access-tokens/public/.well-known/jwks.json`
222
+
223
+ ```ts
224
+ const { data } = await client.getPublicTokenJwks()
225
+ ```
226
+
227
+ <details>
228
+ <summary>Response</summary>
229
+
230
+ ```json
231
+ {
232
+ "keys": [
233
+ {
234
+ "alg": "RS256",
235
+ "e": "AQAB",
236
+ "kid": "tXWU5mPMbRPczpbQwi6vbhLF4GgF3wlMDSyqo7pfeiw=",
237
+ "kty": "RSA",
238
+ "n": "h_QDoCjZ8W_trtYXaP7_S22wf5r5Wd9XBLED78oT44bJjQXn8ddcFV8Hik65_4IYXVX_hTTU4zpxe3H8vx2j7-Zz3O59mYMp5S0MzODNEdf5Y_2o19eis0brmAJniixsNlQ9LlYkdrVamrgaxHu3ZpP_99zkfFybYeuYoQNzb3PyrT8xVnz_USs_nlFMHpGUxvvz7gfKPqxcLvgLJr4cwI9yzaSY9CD4qW181QVcnL_WzpQ8xx6AuhhHZQ1l_3GG4InTk8ahE7U2ZHVu8RrX6d01pMgc3piEcet9RgFLnhbTg3YIiKGoAbN42wJn_x3lgIAC42T9mbmTsHyUdS6nUQ",
239
+ "use": "sig"
240
+ }
241
+ ]
242
+ }
243
+ ```
244
+
245
+ </details>
246
+
247
+ ---
248
+
249
+ ### `getPublicTokenOIDC`
250
+
251
+ OpenID Connect configuration for Access Token API a a public identity provider
252
+
253
+ `GET /v1/access-tokens/public/.well-known/openid-configuration`
254
+
255
+ ```ts
256
+ const { data } = await client.getPublicTokenOIDC()
257
+ ```
258
+
259
+ <details>
260
+ <summary>Response</summary>
261
+
262
+ ```json
263
+ {
264
+ "issuer": "https://access-token.sls.epilot.io/v1/access-tokens",
265
+ "jwks_uri": "https://access-token.sls.epilot.io/v1/access-tokens/.well-known/jwks.json"
266
+ }
267
+ ```
268
+
269
+ </details>
270
+
271
+ ---
272
+
273
+ ## Schemas
274
+
275
+ ### `AccessToken`
276
+
277
+ A JWT Access Token
278
+
279
+ ```ts
280
+ type AccessToken = string
281
+ ```
282
+
283
+ ### `AccessTokenId`
284
+
285
+ ```ts
286
+ type AccessTokenId = string
287
+ ```
288
+
289
+ ### `AccessTokenName`
290
+
291
+ Human readable name for access token
292
+
293
+ ```ts
294
+ type AccessTokenName = string
295
+ ```
296
+
297
+ ### `AccessTokenType`
298
+
299
+ Access token type
300
+
301
+ ```ts
302
+ type AccessTokenType = "api" | "journey" | "portal" | "assume" | "app"
303
+ ```
304
+
305
+ ### `AccessTokenJourneyId`
306
+
307
+ Journey ID for access token type "journey"
308
+
309
+ ```ts
310
+ type AccessTokenJourneyId = string
311
+ ```
312
+
313
+ ### `PortalId`
314
+
315
+ Portal ID for access token type "portal"
316
+
317
+ ```ts
318
+ type PortalId = string
319
+ ```
320
+
321
+ ### `TokenParameters`
322
+
323
+ ```ts
324
+ type TokenParameters = {
325
+ name: string
326
+ token_type?: "api"
327
+ assignments?: string[]
328
+ expires_in?: number | string
329
+ } | {
330
+ name: string
331
+ token_type?: "journey"
332
+ journey_id: string
333
+ expires_in?: number | string
334
+ } | {
335
+ name: string
336
+ token_type?: "portal"
337
+ portal_id: string
338
+ expires_in?: number | string
339
+ } | {
340
+ name: string
341
+ token_type?: "assume"
342
+ assignments?: string[]
343
+ } | {
344
+ name: string
345
+ token_type?: "app"
346
+ assignments?: string[]
347
+ expires_in?: number | string
348
+ }
349
+ ```
350
+
351
+ ### `ExpiresIn`
352
+
353
+ ```ts
354
+ type ExpiresIn = number | string
355
+ ```
356
+
357
+ ### `AccessTokenParameters`
358
+
359
+ ```ts
360
+ type AccessTokenParameters = {
361
+ name: string
362
+ token_type?: "api"
363
+ assignments?: string[]
364
+ expires_in?: number | string
365
+ }
366
+ ```
367
+
368
+ ### `JourneyTokenParameters`
369
+
370
+ ```ts
371
+ type JourneyTokenParameters = {
372
+ name: string
373
+ token_type?: "journey"
374
+ journey_id: string
375
+ expires_in?: number | string
376
+ }
377
+ ```
378
+
379
+ ### `PortalTokenParameters`
380
+
381
+ ```ts
382
+ type PortalTokenParameters = {
383
+ name: string
384
+ token_type?: "portal"
385
+ portal_id: string
386
+ expires_in?: number | string
387
+ }
388
+ ```
389
+
390
+ ### `AssumeTokenParameters`
391
+
392
+ ```ts
393
+ type AssumeTokenParameters = {
394
+ name: string
395
+ token_type?: "assume"
396
+ assignments?: string[]
397
+ }
398
+ ```
399
+
400
+ ### `AppTokenParameters`
401
+
402
+ ```ts
403
+ type AppTokenParameters = {
404
+ name: string
405
+ token_type?: "app"
406
+ assignments?: string[]
407
+ expires_in?: number | string
408
+ }
409
+ ```
410
+
411
+ ### `AccessTokenItem`
412
+
413
+ ```ts
414
+ type AccessTokenItem = {
415
+ id: string
416
+ created_at: string // date-time
417
+ name: string
418
+ token_type?: "api" | "journey" | "portal" | "assume" | "app"
419
+ journey_id?: string
420
+ portal_id?: string
421
+ assignments?: string[]
422
+ last_used?: string // date
423
+ }
424
+ ```
425
+
426
+ ### `RoleId`
427
+
428
+ Format: `<organization_id>`:`<slug>`
429
+
430
+ ```ts
431
+ type RoleId = string
432
+ ```
433
+
434
+ ### `Assignments`
435
+
436
+ List of role ids attached to an user
437
+
438
+ ```ts
439
+ type Assignments = string[]
440
+ ```
@@ -0,0 +1,256 @@
1
+ # Address Suggestions API
2
+
3
+ - **Base URL:** `https://address-suggestions-api.sls.epilot.io`
4
+ - **Full API Docs:** [https://docs.epilot.io/api/address-suggestions](https://docs.epilot.io/api/address-suggestions)
5
+
6
+ ## Usage
7
+
8
+ ```ts
9
+ import { epilot } from '@epilot/sdk'
10
+
11
+ epilot.authorize(() => '<token>')
12
+ const { data } = await epilot.addressSuggestions.getAddresses(...)
13
+ ```
14
+
15
+ ### Tree-shakeable import
16
+
17
+ ```ts
18
+ import { getClient, authorize } from '@epilot/sdk/address-suggestions'
19
+
20
+ const addressSuggestionsClient = getClient()
21
+ authorize(addressSuggestionsClient, () => '<token>')
22
+ const { data } = await addressSuggestionsClient.getAddresses(...)
23
+ ```
24
+
25
+ ## Operations
26
+
27
+ **Addresses API**
28
+ - [`getAddresses`](#getaddresses)
29
+ - [`checkAvailability`](#checkavailability)
30
+ - [`validateAddressesFile`](#validateaddressesfile)
31
+
32
+ **Schemas**
33
+ - [`AvailabilityLocation`](#availabilitylocation)
34
+ - [`AvailabilityResult`](#availabilityresult)
35
+ - [`Error`](#error)
36
+ - [`AddressSuggestion`](#addresssuggestion)
37
+ - [`AddressSuggestions`](#addresssuggestions)
38
+ - [`ValidateAddressSuggestionsFileResult`](#validateaddresssuggestionsfileresult)
39
+ - [`ValidateAddressFileResult`](#validateaddressfileresult)
40
+ - [`AddressSuggestionError`](#addresssuggestionerror)
41
+ - [`ValidateAddressFileError`](#validateaddressfileerror)
42
+
43
+ ### `getAddresses`
44
+
45
+ get addresses from file
46
+
47
+ `GET /v1/public/suggestions`
48
+
49
+ ```ts
50
+ const { data } = await client.getAddresses({
51
+ X-Epilot-Org-ID: 'example',
52
+ s3FileUrl: 'example',
53
+ fileId: 'example',
54
+ countryCodeSearchTerm: 'example',
55
+ postalCodeSearchTerm: 'example',
56
+ streetSearchTerm: 'example',
57
+ })
58
+ ```
59
+
60
+ <details>
61
+ <summary>Response</summary>
62
+
63
+ ```json
64
+ [
65
+ {
66
+ "country": "string",
67
+ "postal_code": "string",
68
+ "city": "string",
69
+ "street": "string",
70
+ "street_number": "string"
71
+ }
72
+ ]
73
+ ```
74
+
75
+ </details>
76
+
77
+ ---
78
+
79
+ ### `checkAvailability`
80
+
81
+ Check address availability
82
+
83
+ `GET /v1/public/availability:check`
84
+
85
+ ```ts
86
+ const { data } = await client.checkAvailability({
87
+ X-Epilot-Org-ID: 'example',
88
+ files: 'example',
89
+ countryCode: 'example',
90
+ postalCode: 'example',
91
+ street: 'example',
92
+ streetNumber: 'example',
93
+ })
94
+ ```
95
+
96
+ <details>
97
+ <summary>Response</summary>
98
+
99
+ ```json
100
+ {
101
+ "fileId": "4e7b7d95-ced6-4f5f-9326-0c61f30dcadb"
102
+ }
103
+ ```
104
+
105
+ </details>
106
+
107
+ ---
108
+
109
+ ### `validateAddressesFile`
110
+
111
+ validate addresses file
112
+
113
+ `GET /v1/addresses-files:validate`
114
+
115
+ ```ts
116
+ const { data } = await client.validateAddressesFile({
117
+ fileId: 'example',
118
+ })
119
+ ```
120
+
121
+ <details>
122
+ <summary>Response</summary>
123
+
124
+ ```json
125
+ {
126
+ "status": "success",
127
+ "rules_parsed_count": 0,
128
+ "errors": [
129
+ {
130
+ "line": 0,
131
+ "msg": "string",
132
+ "data": "string"
133
+ }
134
+ ]
135
+ }
136
+ ```
137
+
138
+ </details>
139
+
140
+ ---
141
+
142
+ ## Schemas
143
+
144
+ ### `AvailabilityLocation`
145
+
146
+ ```ts
147
+ type AvailabilityLocation = {
148
+ street?: string
149
+ street_number?: string
150
+ postal_code?: string
151
+ city?: string
152
+ country?: string
153
+ }
154
+ ```
155
+
156
+ ### `AvailabilityResult`
157
+
158
+ ```ts
159
+ type AvailabilityResult = {
160
+ fileId?: string
161
+ }
162
+ ```
163
+
164
+ ### `Error`
165
+
166
+ ```ts
167
+ type Error = {
168
+ message: string
169
+ status?: number
170
+ cause?: string
171
+ }
172
+ ```
173
+
174
+ ### `AddressSuggestion`
175
+
176
+ The address suggestions entity
177
+
178
+ ```ts
179
+ type AddressSuggestion = {
180
+ country?: string
181
+ postal_code?: string
182
+ city?: string
183
+ street?: string
184
+ street_number?: string
185
+ }
186
+ ```
187
+
188
+ ### `AddressSuggestions`
189
+
190
+ The address suggestions entity array
191
+
192
+ ```ts
193
+ type AddressSuggestions = Array<{
194
+ country?: string
195
+ postal_code?: string
196
+ city?: string
197
+ street?: string
198
+ street_number?: string
199
+ }>
200
+ ```
201
+
202
+ ### `ValidateAddressSuggestionsFileResult`
203
+
204
+ The availability map file result payload
205
+
206
+ ```ts
207
+ type ValidateAddressSuggestionsFileResult = {
208
+ status?: "success" | "error"
209
+ rules_parsed_count?: number
210
+ errors?: Array<{
211
+ line?: number
212
+ msg: string
213
+ data?: string
214
+ }>
215
+ }
216
+ ```
217
+
218
+ ### `ValidateAddressFileResult`
219
+
220
+ The address file validation result payload
221
+
222
+ ```ts
223
+ type ValidateAddressFileResult = {
224
+ status?: "success" | "error"
225
+ rules_parsed_count?: number
226
+ errors?: Array<{
227
+ line?: number
228
+ msg: string
229
+ data?: string
230
+ }>
231
+ }
232
+ ```
233
+
234
+ ### `AddressSuggestionError`
235
+
236
+ The availability rule error
237
+
238
+ ```ts
239
+ type AddressSuggestionError = {
240
+ line?: number
241
+ msg: string
242
+ data?: string
243
+ }
244
+ ```
245
+
246
+ ### `ValidateAddressFileError`
247
+
248
+ The address rule error
249
+
250
+ ```ts
251
+ type ValidateAddressFileError = {
252
+ line?: number
253
+ msg: string
254
+ data?: string
255
+ }
256
+ ```