@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
@@ -7464,6 +7464,70 @@
7464
7464
  }
7465
7465
  }
7466
7466
  },
7467
+ "/v2/portal/pages/interpolate": {
7468
+ "post": {
7469
+ "operationId": "interpolatePortalPages",
7470
+ "summary": "interpolatePortalPages",
7471
+ "description": "Interpolate template variables in portal pages without reading from the database. Accepts pages in the request body and returns them with templates resolved.",
7472
+ "tags": [
7473
+ "ECP Admin"
7474
+ ],
7475
+ "security": [
7476
+ {
7477
+ "EitherAuth": []
7478
+ }
7479
+ ],
7480
+ "requestBody": {
7481
+ "required": true,
7482
+ "content": {
7483
+ "application/json": {
7484
+ "schema": {
7485
+ "type": "object",
7486
+ "required": [
7487
+ "pages"
7488
+ ],
7489
+ "properties": {
7490
+ "pages": {
7491
+ "type": "array",
7492
+ "items": {
7493
+ "$ref": "#/components/schemas/Page"
7494
+ },
7495
+ "description": "The pages to interpolate"
7496
+ },
7497
+ "context_entities": {
7498
+ "$ref": "#/components/schemas/ContextEntities"
7499
+ }
7500
+ }
7501
+ }
7502
+ }
7503
+ }
7504
+ },
7505
+ "responses": {
7506
+ "200": {
7507
+ "description": "The portal pages have been interpolated successfully.",
7508
+ "content": {
7509
+ "application/json": {
7510
+ "schema": {
7511
+ "type": "array",
7512
+ "items": {
7513
+ "$ref": "#/components/schemas/Page"
7514
+ }
7515
+ }
7516
+ }
7517
+ }
7518
+ },
7519
+ "401": {
7520
+ "$ref": "#/components/responses/Unauthorized"
7521
+ },
7522
+ "403": {
7523
+ "$ref": "#/components/responses/Forbidden"
7524
+ },
7525
+ "500": {
7526
+ "$ref": "#/components/responses/InternalServerError"
7527
+ }
7528
+ }
7529
+ }
7530
+ },
7467
7531
  "/v2/portal/pages/default": {
7468
7532
  "get": {
7469
7533
  "operationId": "getDefaultPages",
@@ -8544,6 +8608,13 @@
8544
8608
  "$ref": "#/components/schemas/EntityId",
8545
8609
  "description": "List of contact IDs representing the contacts / business partners the invited user should be added to.\nWhen omitted, the user is automatically added to all contacts / business partners linked to the account.\n"
8546
8610
  }
8611
+ },
8612
+ "contact_data": {
8613
+ "type": "object",
8614
+ "description": "Additional contact entity fields to set when creating the contact for the invited user.\nThese are mapped directly to contact entity attributes (e.g. first_name, last_name, phone).\n",
8615
+ "additionalProperties": {
8616
+ "type": "string"
8617
+ }
8547
8618
  }
8548
8619
  }
8549
8620
  }
@@ -9159,6 +9230,7 @@
9159
9230
  "properties": {
9160
9231
  "confirmAccount": {
9161
9232
  "$ref": "#/components/schemas/EntityId",
9233
+ "nullable": true,
9162
9234
  "description": "ID of the confirmation email template upon registration"
9163
9235
  },
9164
9236
  "advancedAuth": {
@@ -9190,10 +9262,12 @@
9190
9262
  },
9191
9263
  "forgotPassword": {
9192
9264
  "$ref": "#/components/schemas/EntityId",
9265
+ "nullable": true,
9193
9266
  "description": "ID of the email template for forgot password"
9194
9267
  },
9195
9268
  "invitation": {
9196
9269
  "$ref": "#/components/schemas/EntityId",
9270
+ "nullable": true,
9197
9271
  "description": "ID of the email template for invitation when the user is just invited to register on the portal."
9198
9272
  },
9199
9273
  "partnerInvitation": {
@@ -9203,26 +9277,32 @@
9203
9277
  },
9204
9278
  "onNewQuote": {
9205
9279
  "$ref": "#/components/schemas/EntityId",
9280
+ "nullable": true,
9206
9281
  "description": "ID of the email template for new quote"
9207
9282
  },
9208
9283
  "onMapAPendingUser": {
9209
9284
  "$ref": "#/components/schemas/EntityId",
9285
+ "nullable": true,
9210
9286
  "description": "ID of the email template for mapping a pending portal user with a contact"
9211
9287
  },
9212
9288
  "onDocUpload": {
9213
9289
  "$ref": "#/components/schemas/EntityId",
9290
+ "nullable": true,
9214
9291
  "description": "ID of the email template for document upload"
9215
9292
  },
9216
9293
  "onWorkflowStepAssigned": {
9217
9294
  "$ref": "#/components/schemas/EntityId",
9295
+ "nullable": true,
9218
9296
  "description": "ID of the email template for workflow step assignment"
9219
9297
  },
9220
9298
  "confirmEmailUpdate": {
9221
9299
  "$ref": "#/components/schemas/EntityId",
9300
+ "nullable": true,
9222
9301
  "description": "ID of the email template for setting password while updating email"
9223
9302
  },
9224
9303
  "verifyCodeToSetPassword": {
9225
9304
  "$ref": "#/components/schemas/EntityId",
9305
+ "nullable": true,
9226
9306
  "description": "ID of the email template for setting password while verifying code"
9227
9307
  }
9228
9308
  }
@@ -9567,18 +9647,21 @@
9567
9647
  "type": "boolean",
9568
9648
  "description": "Mark true if the domain is an Epilot domain"
9569
9649
  },
9570
- "epilot_domain": {
9571
- "type": "string",
9572
- "description": "The URL on which the portal is accessible",
9573
- "example": "example-portal-12345.ecp.epilot.cloud"
9574
- },
9575
- "domain_settings": {
9576
- "$ref": "#/components/schemas/DomainSettings"
9577
- },
9578
9650
  "design_id": {
9579
9651
  "$ref": "#/components/schemas/EntityId",
9580
9652
  "description": "ID of the design used to build the portal"
9581
9653
  },
9654
+ "allowed_portal_entities": {
9655
+ "type": "array",
9656
+ "items": {
9657
+ "type": "string"
9658
+ },
9659
+ "description": "Allowed portal entities for the portal",
9660
+ "example": [
9661
+ "contact",
9662
+ "contract"
9663
+ ]
9664
+ },
9582
9665
  "self_registration_setting": {
9583
9666
  "type": "string",
9584
9667
  "enum": [
@@ -9681,6 +9764,48 @@
9681
9764
  "example": "eu-central-1_CUEQRNbUb",
9682
9765
  "description": "Cognito user pool ID"
9683
9766
  },
9767
+ "timeouts": {
9768
+ "type": "object",
9769
+ "description": "Timeouts for the cognito tokens",
9770
+ "properties": {
9771
+ "refresh_token": {
9772
+ "type": "integer",
9773
+ "example": 300,
9774
+ "description": "Timeout for the refresh token"
9775
+ },
9776
+ "access_token": {
9777
+ "type": "integer",
9778
+ "example": 300,
9779
+ "description": "Timeout for the access token"
9780
+ },
9781
+ "id_token": {
9782
+ "type": "integer",
9783
+ "example": 300,
9784
+ "description": "Timeout for the id token"
9785
+ }
9786
+ }
9787
+ },
9788
+ "advanced_authentication": {
9789
+ "type": "object",
9790
+ "description": "Advanced authentication settings for the portal",
9791
+ "properties": {
9792
+ "user_activity_logging": {
9793
+ "type": "boolean",
9794
+ "example": true,
9795
+ "description": "Enables detailed logging of user authentication attempts including risk assessments, IP addresses, user agents, and device information. These logs can be used for security analysis and monitoring."
9796
+ },
9797
+ "adaptive_authentication": {
9798
+ "type": "boolean",
9799
+ "example": true,
9800
+ "description": "Automatically assesses risk for every authentication session. Based on risk ratings, can block authentication or require MFA for suspicious sign-in attempts. Helps protect user accounts from potential attacks by adapting security measures in real-time."
9801
+ },
9802
+ "compromised_credentials_detection": {
9803
+ "type": "boolean",
9804
+ "example": true,
9805
+ "description": "Checks passwords against databases of leaked and commonly-guessed passwords during sign-up, sign-in, and password reset. Blocks or warns users when insecure passwords are detected, preventing unauthorized access from compromised credentials."
9806
+ }
9807
+ }
9808
+ },
9684
9809
  "password_policy": {
9685
9810
  "type": "object",
9686
9811
  "description": "Password policy for the portal",
@@ -10070,24 +10195,6 @@
10070
10195
  }
10071
10196
  }
10072
10197
  },
10073
- "DomainSettings": {
10074
- "type": "object",
10075
- "description": "Domain settings for the portal",
10076
- "properties": {
10077
- "is_custom_domain_enabled": {
10078
- "type": "boolean",
10079
- "description": "Whether the custom domain is enabled"
10080
- },
10081
- "is_epilot_domain_enabled": {
10082
- "type": "boolean",
10083
- "description": "Whether the Epilot domain is enabled"
10084
- },
10085
- "is_redirection_enabled": {
10086
- "type": "boolean",
10087
- "description": "Whether the redirection is enabled"
10088
- }
10089
- }
10090
- },
10091
10198
  "WidgetBase": {
10092
10199
  "type": "object",
10093
10200
  "required": [
@@ -10110,7 +10217,8 @@
10110
10217
  "PAYMENT_WIDGET",
10111
10218
  "METER_READING_WIDGET",
10112
10219
  "METER_CHART_WIDGET",
10113
- "CAMPAIGN_WIDGET"
10220
+ "CAMPAIGN_WIDGET",
10221
+ "PRODUCT_RECOMMENDATIONS_WIDGET"
10114
10222
  ]
10115
10223
  },
10116
10224
  "listIndex": {
@@ -10340,6 +10448,22 @@
10340
10448
  }
10341
10449
  ]
10342
10450
  },
10451
+ "ProductRecommendationsWidget": {
10452
+ "allOf": [
10453
+ {
10454
+ "$ref": "#/components/schemas/TeaserWidget"
10455
+ },
10456
+ {
10457
+ "type": "object",
10458
+ "properties": {
10459
+ "campaign_id": {
10460
+ "type": "string",
10461
+ "description": "ID of the campaign"
10462
+ }
10463
+ }
10464
+ }
10465
+ ]
10466
+ },
10343
10467
  "PortalWidget": {
10344
10468
  "anyOf": [
10345
10469
  {
@@ -10368,6 +10492,9 @@
10368
10492
  },
10369
10493
  {
10370
10494
  "$ref": "#/components/schemas/CampaignWidget"
10495
+ },
10496
+ {
10497
+ "$ref": "#/components/schemas/ProductRecommendationsWidget"
10371
10498
  }
10372
10499
  ]
10373
10500
  },
@@ -10735,6 +10862,31 @@
10735
10862
  "type": "string",
10736
10863
  "example": "contact"
10737
10864
  },
10865
+ "EntitySlugConfig": {
10866
+ "description": "Per-slug search configuration with scoped targets and templates",
10867
+ "type": "object",
10868
+ "required": [
10869
+ "slug"
10870
+ ],
10871
+ "properties": {
10872
+ "slug": {
10873
+ "$ref": "#/components/schemas/EntitySlug"
10874
+ },
10875
+ "targets": {
10876
+ "type": "array",
10877
+ "items": {
10878
+ "type": "string",
10879
+ "format": "uuid"
10880
+ }
10881
+ },
10882
+ "templates": {
10883
+ "type": "object",
10884
+ "additionalProperties": {
10885
+ "type": "string"
10886
+ }
10887
+ }
10888
+ }
10889
+ },
10738
10890
  "EntityId": {
10739
10891
  "type": "string",
10740
10892
  "format": "uuid",
@@ -10911,6 +11063,9 @@
10911
11063
  "type": "number",
10912
11064
  "description": "Number of entities returned in this response",
10913
11065
  "example": 10
11066
+ },
11067
+ "includes": {
11068
+ "$ref": "#/components/schemas/SearchIncludes"
10914
11069
  }
10915
11070
  }
10916
11071
  },
@@ -10993,6 +11148,22 @@
10993
11148
  "type": "number",
10994
11149
  "description": "Number of groups returned in this response",
10995
11150
  "example": 5
11151
+ },
11152
+ "includes": {
11153
+ "$ref": "#/components/schemas/SearchIncludes"
11154
+ }
11155
+ }
11156
+ },
11157
+ "SearchIncludes": {
11158
+ "type": "object",
11159
+ "description": "Side-loaded enrichment data requested via the `include` parameter.",
11160
+ "properties": {
11161
+ "active_workflow": {
11162
+ "type": "object",
11163
+ "description": "The active workflow execution for each entity, keyed by entity ID. Only entities with an active workflow are present.",
11164
+ "additionalProperties": {
11165
+ "type": "object"
11166
+ }
10996
11167
  }
10997
11168
  }
10998
11169
  },
@@ -12303,9 +12474,16 @@
12303
12474
  "$ref": "#/components/schemas/EntitySlug"
12304
12475
  },
12305
12476
  "minItems": 1
12477
+ },
12478
+ {
12479
+ "type": "array",
12480
+ "items": {
12481
+ "$ref": "#/components/schemas/EntitySlugConfig"
12482
+ },
12483
+ "minItems": 1
12306
12484
  }
12307
12485
  ],
12308
- "description": "Single entity schema slug or array of slugs"
12486
+ "description": "Entity slug, array of slugs, or array of per-slug configurations"
12309
12487
  },
12310
12488
  "q": {
12311
12489
  "type": "string",
@@ -12469,6 +12647,19 @@
12469
12647
  "example": [
12470
12648
  "3ec28ab5-8598-41ef-9486-b57fca1d5e2a"
12471
12649
  ]
12650
+ },
12651
+ "include": {
12652
+ "type": "array",
12653
+ "description": "Optional enrichment data to side-load alongside results under the `includes` response key.",
12654
+ "items": {
12655
+ "type": "string",
12656
+ "enum": [
12657
+ "active_workflow"
12658
+ ]
12659
+ },
12660
+ "example": [
12661
+ "active_workflow"
12662
+ ]
12472
12663
  }
12473
12664
  },
12474
12665
  "required": [
@@ -13676,7 +13867,7 @@
13676
13867
  "timestamp": {
13677
13868
  "type": "string",
13678
13869
  "description": "If the value is not provided, the system will be set with the time the request is processed.",
13679
- "example": "2022-10-10T00:00:00.000Z"
13870
+ "example": "2022-10-10"
13680
13871
  },
13681
13872
  "source": {
13682
13873
  "$ref": "#/components/schemas/Source",
@@ -14349,6 +14540,11 @@
14349
14540
  "description": "The schema of the detail page",
14350
14541
  "example": "contact"
14351
14542
  },
14543
+ "show_in_navigation": {
14544
+ "type": "boolean",
14545
+ "description": "Whether the detail page should appear in the main navigation",
14546
+ "example": false
14547
+ },
14352
14548
  "is_public": {
14353
14549
  "type": "boolean",
14354
14550
  "description": "Whether the page is public",
@@ -14356,6 +14552,7 @@
14356
14552
  },
14357
14553
  "parentId": {
14358
14554
  "type": "string",
14555
+ "nullable": true,
14359
14556
  "description": "The id of the parent page",
14360
14557
  "example": "c495fef9-eeca-4019-a989-8390dcd9825b"
14361
14558
  },
@@ -14418,18 +14615,21 @@
14418
14615
  "type": "boolean",
14419
14616
  "description": "Mark true if the domain is an Epilot domain"
14420
14617
  },
14421
- "epilot_domain": {
14422
- "type": "string",
14423
- "description": "The Epilot domain on which the portal is accessible",
14424
- "example": "example-portal-1.ecp.epilot.io"
14425
- },
14426
- "domain_settings": {
14427
- "$ref": "#/components/schemas/DomainSettings"
14428
- },
14429
14618
  "design_id": {
14430
14619
  "$ref": "#/components/schemas/EntityId",
14431
14620
  "description": "ID of the design used to build the portal"
14432
14621
  },
14622
+ "allowed_portal_entities": {
14623
+ "type": "array",
14624
+ "items": {
14625
+ "type": "string"
14626
+ },
14627
+ "description": "Allowed portal entities for the portal",
14628
+ "example": [
14629
+ "contact",
14630
+ "contract"
14631
+ ]
14632
+ },
14433
14633
  "self_registration_setting": {
14434
14634
  "type": "string",
14435
14635
  "enum": [
@@ -14532,6 +14732,48 @@
14532
14732
  "example": "eu-central-1_CUEQRNbUb",
14533
14733
  "description": "Cognito user pool ID"
14534
14734
  },
14735
+ "timeouts": {
14736
+ "type": "object",
14737
+ "description": "Timeouts for the cognito tokens",
14738
+ "properties": {
14739
+ "refresh_token": {
14740
+ "type": "integer",
14741
+ "example": 300,
14742
+ "description": "Timeout for the refresh token"
14743
+ },
14744
+ "access_token": {
14745
+ "type": "integer",
14746
+ "example": 300,
14747
+ "description": "Timeout for the access token"
14748
+ },
14749
+ "id_token": {
14750
+ "type": "integer",
14751
+ "example": 300,
14752
+ "description": "Timeout for the id token"
14753
+ }
14754
+ }
14755
+ },
14756
+ "advanced_authentication": {
14757
+ "type": "object",
14758
+ "description": "Advanced authentication settings for the portal",
14759
+ "properties": {
14760
+ "user_activity_logging": {
14761
+ "type": "boolean",
14762
+ "example": true,
14763
+ "description": "Enables detailed logging of user authentication attempts including risk assessments, IP addresses, user agents, and device information. These logs can be used for security analysis and monitoring."
14764
+ },
14765
+ "adaptive_authentication": {
14766
+ "type": "boolean",
14767
+ "example": true,
14768
+ "description": "Automatically assesses risk for every authentication session. Based on risk ratings, can block authentication or require MFA for suspicious sign-in attempts. Helps protect user accounts from potential attacks by adapting security measures in real-time."
14769
+ },
14770
+ "compromised_credentials_detection": {
14771
+ "type": "boolean",
14772
+ "example": true,
14773
+ "description": "Checks passwords against databases of leaked and commonly-guessed passwords during sign-up, sign-in, and password reset. Blocks or warns users when insecure passwords are detected, preventing unauthorized access from compromised credentials."
14774
+ }
14775
+ }
14776
+ },
14535
14777
  "password_policy": {
14536
14778
  "type": "object",
14537
14779
  "description": "Password policy for the portal",
@@ -14929,11 +15171,6 @@
14929
15171
  "is_canary": {
14930
15172
  "type": "boolean",
14931
15173
  "description": "Whether the org is in canary mode"
14932
- },
14933
- "redirect_to": {
14934
- "type": "string",
14935
- "description": "The URL to redirect to",
14936
- "example": "https://example.com"
14937
15174
  }
14938
15175
  }
14939
15176
  },
@@ -739,6 +739,16 @@
739
739
  },
740
740
  "lookback_period_days": {
741
741
  "type": "integer"
742
+ },
743
+ "message_type": {
744
+ "type": "array",
745
+ "items": {
746
+ "type": "string",
747
+ "enum": [
748
+ "SENT",
749
+ "RECEIVED"
750
+ ]
751
+ }
742
752
  }
743
753
  }
744
754
  },
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.0.2",
3
3
  "info": {
4
4
  "title": "Email template API",
5
- "version": "1.0.0-RFC",
5
+ "version": "1.1.0",
6
6
  "description": "Email template API service\n"
7
7
  },
8
8
  "tags": [
@@ -598,6 +598,10 @@
598
598
  "description": "Updated by",
599
599
  "type": "string",
600
600
  "example": 1234
601
+ },
602
+ "json_template": {
603
+ "type": "string",
604
+ "description": "This field is used to store JSON templates. If this field is populated, then the Body html is derived from the JSON."
601
605
  }
602
606
  }
603
607
  },
@@ -688,6 +692,10 @@
688
692
  "type": "string",
689
693
  "example": 1234
690
694
  },
695
+ "json_template": {
696
+ "type": "string",
697
+ "description": "This field is used to store JSON templates. If this field is populated, then the Body html is derived from the JSON."
698
+ },
691
699
  "system_template": {
692
700
  "description": "If template is created by system (Double Opt-in, CMD invitation,...) then true, and some attributes can not be edited such as Name, To,...\nRemember to add default content of template to system_template enum for revert to original feature\n",
693
701
  "type": "boolean",
@@ -1085,6 +1093,11 @@
1085
1093
  "type": "boolean",
1086
1094
  "description": "When true, it lets to send only the email by skip creating the thread & message entities."
1087
1095
  },
1096
+ "CompleteThread": {
1097
+ "type": "boolean",
1098
+ "description": "Whether the thread is marked as Done immediately after sending the message",
1099
+ "default": false
1100
+ },
1088
1101
  "BulkSendMessageRequest": {
1089
1102
  "type": "object",
1090
1103
  "description": "It takes a list of entity ids, treating each as a separate mainEntity to construct individual messages.\nFor e.g; if there some opportunityIds are provided, then each opportunityId is treated as a separate mainEntity to construct individual messages.\n",
@@ -1096,6 +1109,9 @@
1096
1109
  "skip_creating_entities": {
1097
1110
  "$ref": "#/components/schemas/SkipCreatingEntities"
1098
1111
  },
1112
+ "complete_thread": {
1113
+ "$ref": "#/components/schemas/CompleteThread"
1114
+ },
1099
1115
  "email_template_id": {
1100
1116
  "type": "string",
1101
1117
  "description": "ID of email template to use for sending bulk emails",
@@ -1104,7 +1120,7 @@
1104
1120
  "must_include_unsubscribe_link": {
1105
1121
  "type": "boolean",
1106
1122
  "description": "If true then include unsubscribe link in the email body\n",
1107
- "default": true
1123
+ "default": false
1108
1124
  },
1109
1125
  "recipient_ids": {
1110
1126
  "type": "array",
@@ -1134,6 +1150,9 @@
1134
1150
  "skip_creating_entities": {
1135
1151
  "$ref": "#/components/schemas/SkipCreatingEntities"
1136
1152
  },
1153
+ "complete_thread": {
1154
+ "$ref": "#/components/schemas/CompleteThread"
1155
+ },
1137
1156
  "email_template_id": {
1138
1157
  "type": "string",
1139
1158
  "description": "ID of email template to use for sending bulk emails",
@@ -1142,7 +1161,7 @@
1142
1161
  "must_include_unsubscribe_link": {
1143
1162
  "type": "boolean",
1144
1163
  "description": "If true then include unsubscribe link in the email body\n",
1145
- "default": true
1164
+ "default": false
1146
1165
  },
1147
1166
  "recipient_query": {
1148
1167
  "type": "string",
@@ -1192,6 +1211,9 @@
1192
1211
  "skip_creating_entities": {
1193
1212
  "$ref": "#/components/schemas/SkipCreatingEntities"
1194
1213
  },
1214
+ "complete_thread": {
1215
+ "$ref": "#/components/schemas/CompleteThread"
1216
+ },
1195
1217
  "status": {
1196
1218
  "type": "string",
1197
1219
  "description": "Status of the bulk message action\n* PROCESSING: Bulk message action is processing the request\n* QUEUEING: Bulk message action is generating emails to send in a queue\n* SENDING: Bulk message action is sending emails from the queue\n* SUCCESS: Bulk message action is completed successfully\n* FAILED: Bulk message action is failed\n* CANCELLED: Bulk message action was cancelled\n",