@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.
- package/definitions/app.json +38 -0
- package/definitions/automation.json +2 -37
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +115 -1
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +279 -42
- package/definitions/data-management.json +10 -0
- package/definitions/email-template.json +25 -3
- package/definitions/entity.json +205 -3
- package/definitions/erp-integration-runtime.json +1 -1
- package/definitions/erp-integration.json +472 -13
- package/definitions/journey.json +257 -12
- package/definitions/kanban.json +630 -78
- package/definitions/organization-runtime.json +1 -1
- package/definitions/organization.json +614 -51
- package/definitions/workflow.json +40 -0
- package/dist/README-VG67PX4R.js +7 -0
- package/dist/README-W4B35MRN.cjs +7 -0
- package/dist/_index-AMVZBT2K.cjs +99 -0
- package/dist/_index-S6LFD3ER.js +99 -0
- package/dist/access-token-6BJDZSFE.cjs +7 -0
- package/dist/access-token-GSQZLDXR.js +7 -0
- package/dist/address-HA4RMRNQ.cjs +7 -0
- package/dist/address-QVJUGMOG.js +7 -0
- package/dist/address-suggestions-74244BAJ.js +7 -0
- package/dist/address-suggestions-IUQMYF27.cjs +7 -0
- package/dist/ai-agents-IZWFEUSH.js +7 -0
- package/dist/ai-agents-PWHKNRCX.cjs +7 -0
- package/dist/apis/access-token.cjs +10 -8
- package/dist/apis/access-token.js +5 -3
- package/dist/apis/address-suggestions.cjs +10 -8
- package/dist/apis/address-suggestions.js +5 -3
- package/dist/apis/address.cjs +10 -8
- package/dist/apis/address.js +5 -3
- package/dist/apis/ai-agents.cjs +10 -8
- package/dist/apis/ai-agents.js +5 -3
- package/dist/apis/app.cjs +10 -8
- package/dist/apis/app.js +5 -3
- package/dist/apis/audit-logs.cjs +10 -8
- package/dist/apis/audit-logs.js +5 -3
- package/dist/apis/automation.cjs +10 -8
- package/dist/apis/automation.js +5 -3
- package/dist/apis/billing.cjs +10 -8
- package/dist/apis/billing.js +5 -3
- package/dist/apis/blueprint-manifest.cjs +10 -8
- package/dist/apis/blueprint-manifest.js +5 -3
- package/dist/apis/consent.cjs +10 -8
- package/dist/apis/consent.js +5 -3
- package/dist/apis/customer-portal.cjs +10 -8
- package/dist/apis/customer-portal.js +5 -3
- package/dist/apis/dashboard.cjs +10 -8
- package/dist/apis/dashboard.js +5 -3
- package/dist/apis/data-management.cjs +10 -8
- package/dist/apis/data-management.js +5 -3
- package/dist/apis/deduplication.cjs +10 -8
- package/dist/apis/deduplication.js +5 -3
- package/dist/apis/design.cjs +10 -8
- package/dist/apis/design.js +5 -3
- package/dist/apis/document.cjs +10 -8
- package/dist/apis/document.js +5 -3
- package/dist/apis/email-settings.cjs +10 -8
- package/dist/apis/email-settings.js +5 -3
- package/dist/apis/email-template.cjs +10 -8
- package/dist/apis/email-template.js +5 -3
- package/dist/apis/entity-mapping.cjs +10 -8
- package/dist/apis/entity-mapping.js +5 -3
- package/dist/apis/entity.cjs +10 -8
- package/dist/apis/entity.js +5 -3
- package/dist/apis/environments.cjs +10 -8
- package/dist/apis/environments.js +5 -3
- package/dist/apis/erp-integration.cjs +10 -8
- package/dist/apis/erp-integration.js +5 -3
- package/dist/apis/event-catalog.cjs +10 -8
- package/dist/apis/event-catalog.js +5 -3
- package/dist/apis/file.cjs +10 -8
- package/dist/apis/file.js +5 -3
- package/dist/apis/iban.cjs +10 -8
- package/dist/apis/iban.js +5 -3
- package/dist/apis/journey.cjs +10 -8
- package/dist/apis/journey.js +5 -3
- package/dist/apis/kanban.cjs +10 -8
- package/dist/apis/kanban.js +5 -3
- package/dist/apis/message.cjs +10 -8
- package/dist/apis/message.js +5 -3
- package/dist/apis/metering.cjs +10 -8
- package/dist/apis/metering.js +5 -3
- package/dist/apis/notes.cjs +10 -8
- package/dist/apis/notes.js +5 -3
- package/dist/apis/notification.cjs +10 -8
- package/dist/apis/notification.js +5 -3
- package/dist/apis/organization.cjs +10 -8
- package/dist/apis/organization.d.cts +2 -2
- package/dist/apis/organization.d.ts +2 -2
- package/dist/apis/organization.js +5 -3
- package/dist/apis/partner-directory.cjs +10 -8
- package/dist/apis/partner-directory.js +5 -3
- package/dist/apis/permissions.cjs +10 -8
- package/dist/apis/permissions.js +5 -3
- package/dist/apis/pricing-tier.cjs +10 -8
- package/dist/apis/pricing-tier.js +5 -3
- package/dist/apis/pricing.cjs +10 -8
- package/dist/apis/pricing.js +5 -3
- package/dist/apis/purpose.cjs +10 -8
- package/dist/apis/purpose.js +5 -3
- package/dist/apis/sandbox.cjs +10 -8
- package/dist/apis/sandbox.js +5 -3
- package/dist/apis/submission.cjs +10 -8
- package/dist/apis/submission.js +5 -3
- package/dist/apis/targeting.cjs +10 -8
- package/dist/apis/targeting.js +5 -3
- package/dist/apis/template-variables.cjs +10 -8
- package/dist/apis/template-variables.js +5 -3
- package/dist/apis/user.cjs +10 -8
- package/dist/apis/user.js +5 -3
- package/dist/apis/validation-rules.cjs +10 -8
- package/dist/apis/validation-rules.js +5 -3
- package/dist/apis/webhooks.cjs +10 -8
- package/dist/apis/webhooks.js +5 -3
- package/dist/apis/workflow-definition.cjs +10 -8
- package/dist/apis/workflow-definition.js +5 -3
- package/dist/apis/workflow.cjs +10 -8
- package/dist/apis/workflow.js +5 -3
- package/dist/app-IKHWU222.cjs +7 -0
- package/dist/app-VLM3SWKA.js +7 -0
- package/dist/audit-logs-5VXHOQ7S.js +7 -0
- package/dist/audit-logs-D2LFUA2R.cjs +7 -0
- package/dist/automation-3HGCK725.cjs +7 -0
- package/dist/automation-72VGEJCY.js +7 -0
- package/dist/billing-DUWDISHP.cjs +7 -0
- package/dist/billing-IPALEAG2.js +7 -0
- package/dist/blueprint-manifest-CXSCRQ5X.js +7 -0
- package/dist/blueprint-manifest-SHNZPK5O.cjs +7 -0
- package/dist/{chunk-6J7CIOKR.js → chunk-2HOJWFQ4.js} +1 -1
- package/dist/{chunk-BDIJHJOG.js → chunk-372VUPHN.js} +1 -1
- package/dist/{chunk-Q5TESEDZ.cjs → chunk-3HJEWWPS.cjs} +2 -2
- package/dist/{chunk-ID6BXIOZ.js → chunk-3N67SSL3.js} +1 -1
- package/dist/chunk-3XEP56SV.cjs +204 -0
- package/dist/{chunk-7KFKA3AH.cjs → chunk-3ZZ57K3S.cjs} +2 -2
- package/dist/{chunk-CVSQT5PV.cjs → chunk-4SWC43JO.cjs} +2 -2
- package/dist/{chunk-O3R6C3WW.js → chunk-4VFQTSJQ.js} +1 -1
- package/dist/{chunk-LXAJ722U.js → chunk-57QIBYDN.js} +1 -1
- package/dist/{chunk-SPZSDRM6.cjs → chunk-5SNJAD6F.cjs} +2 -2
- package/dist/{chunk-OI2M6FSB.js → chunk-73H6TVKN.js} +1 -1
- package/dist/{chunk-BB7WFIE2.cjs → chunk-A6JOROUC.cjs} +2 -2
- package/dist/{chunk-SHPXCOTN.cjs → chunk-AJKH25H2.cjs} +3 -3
- package/dist/{chunk-DBNEZWK2.cjs → chunk-ARWMTXJV.cjs} +2 -2
- package/dist/{chunk-7BPPP4M2.js → chunk-B3ZGAG7B.js} +1 -1
- package/dist/{chunk-5WN2YXNU.cjs → chunk-BH5ZXK4J.cjs} +2 -2
- package/dist/{chunk-JM6HKPSC.cjs → chunk-BWFXLUK5.cjs} +2 -2
- package/dist/{chunk-V56ZCL54.js → chunk-C6UTZEHH.js} +1 -1
- package/dist/{chunk-ZPCMZO2O.js → chunk-CPKBR34V.js} +1 -1
- package/dist/{chunk-UTQY2DSM.js → chunk-CWSHYFVZ.js} +1 -1
- package/dist/{chunk-5YVVQBA2.js → chunk-DJKSULPK.js} +1 -1
- package/dist/{chunk-XLOXC52O.js → chunk-DNJ54L2G.js} +1 -1
- package/dist/{chunk-YXPUCBVK.cjs → chunk-DY2D2IW5.cjs} +2 -2
- package/dist/{chunk-Z5LLUUFD.cjs → chunk-E26ZO7QM.cjs} +2 -2
- package/dist/{chunk-RNKZDJOY.js → chunk-EBCHCYUO.js} +1 -1
- package/dist/{chunk-4MO4WLKA.cjs → chunk-EPAIOB5U.cjs} +2 -2
- package/dist/{chunk-UX2IZQNM.cjs → chunk-EQZMT2HF.cjs} +2 -2
- package/dist/{chunk-U52A2DMK.cjs → chunk-F376L6PP.cjs} +2 -2
- package/dist/{chunk-TBBLLEB2.cjs → chunk-F472YLJG.cjs} +2 -2
- package/dist/{chunk-W3MM2BSK.cjs → chunk-FXOX3X7E.cjs} +2 -2
- package/dist/{chunk-E4IFBCNM.cjs → chunk-G2REP2VZ.cjs} +2 -2
- package/dist/{chunk-CFGXI3FX.js → chunk-GLO477NZ.js} +1 -1
- package/dist/{chunk-PBNPZ7UX.js → chunk-H4VSK4KF.js} +1 -1
- package/dist/{chunk-33TQRYMY.js → chunk-HPSGM6QP.js} +1 -1
- package/dist/{chunk-RQKN4WTW.cjs → chunk-HPYHWTTA.cjs} +2 -2
- package/dist/{chunk-5RXE7X63.js → chunk-IH4CMOML.js} +2 -2
- package/dist/{chunk-VD5TBK2T.cjs → chunk-IMT3IE5M.cjs} +2 -2
- package/dist/{chunk-DIP442PL.js → chunk-IP2WWEOU.js} +1 -1
- package/dist/{chunk-FCLW3FLF.js → chunk-IS2VB342.js} +1 -1
- package/dist/{chunk-UNHWLNE4.js → chunk-ITX53XAZ.js} +1 -1
- package/dist/{chunk-KU2XF4TS.cjs → chunk-JXBXDTFG.cjs} +2 -2
- package/dist/{chunk-Y4YQEDR3.js → chunk-K62XK7KU.js} +1 -1
- package/dist/chunk-KA3TGFJP.js +14 -0
- package/dist/{chunk-IXRDP4VP.js → chunk-KBOVBUBM.js} +1 -1
- package/dist/{chunk-MKZGM4A6.js → chunk-KPGC2D6E.js} +1 -1
- package/dist/{chunk-ZAPA4RPI.js → chunk-KSXTBGIV.js} +1 -1
- package/dist/{chunk-PLBIQ2Y7.cjs → chunk-LCIJ4TJ4.cjs} +2 -2
- package/dist/{chunk-TUAAE3UC.cjs → chunk-LQOLYXGQ.cjs} +2 -2
- package/dist/{chunk-6ADJEPMJ.js → chunk-LSIWCIQV.js} +1 -1
- package/dist/{chunk-CBRWUULQ.js → chunk-MHNSZ4HE.js} +1 -1
- package/dist/{chunk-WOOKHE7Y.cjs → chunk-MKX4CKAB.cjs} +2 -2
- package/dist/{chunk-N2P26AAD.js → chunk-MRTAFRO7.js} +1 -1
- package/dist/{chunk-YGULLD73.js → chunk-MRZ7LGKZ.js} +1 -1
- package/dist/{chunk-CLMZ2EXW.js → chunk-MSASBR2Y.js} +1 -1
- package/dist/{chunk-KEJRWMXR.cjs → chunk-NAWLLC3T.cjs} +2 -2
- package/dist/chunk-NJK5F5TF.cjs +21 -0
- package/dist/{chunk-HBPCJRZX.cjs → chunk-NLSZVGHK.cjs} +2 -2
- package/dist/{chunk-CK36RZXR.js → chunk-O4LRVGOY.js} +1 -1
- package/dist/chunk-OG2DMGU6.cjs +14 -0
- package/dist/{chunk-TIJGLQKO.js → chunk-OGQKJTXF.js} +1 -1
- package/dist/{chunk-UE4XPL43.js → chunk-PETLAONH.js} +1 -1
- package/dist/{chunk-MK4ZGXVE.cjs → chunk-PVSS2WPM.cjs} +2 -2
- package/dist/{chunk-ONN5COYQ.cjs → chunk-PXITFTJA.cjs} +2 -2
- package/dist/{chunk-ZAXYMQ2B.cjs → chunk-QDVPPRWI.cjs} +2 -2
- package/dist/{chunk-IPFHV2FV.cjs → chunk-QKERXNJJ.cjs} +2 -2
- package/dist/{chunk-ZDJ3J6Z6.cjs → chunk-QLML3IP5.cjs} +2 -2
- package/dist/{chunk-YFHQYQII.js → chunk-QVAJ5JP4.js} +1 -1
- package/dist/{chunk-S2QF6HG2.cjs → chunk-RD7E4OSJ.cjs} +2 -2
- package/dist/{chunk-XIB2G42L.cjs → chunk-RWSA3LXE.cjs} +2 -2
- package/dist/{chunk-R6WNZVTA.cjs → chunk-RXSS67VI.cjs} +2 -2
- package/dist/{chunk-UXVV3BSC.cjs → chunk-S3ZNESMC.cjs} +2 -2
- package/dist/{chunk-YNPRF4BX.js → chunk-S7NDMDRX.js} +1 -1
- package/dist/{chunk-HO7KACZZ.cjs → chunk-SK3VYIZ6.cjs} +2 -2
- package/dist/{chunk-CX3KG7D2.cjs → chunk-SMGHAG5C.cjs} +2 -2
- package/dist/{chunk-D5FJ26GG.js → chunk-T46LODOF.js} +1 -1
- package/dist/{chunk-Y4ZMNMYI.js → chunk-TIJWJVKZ.js} +1 -1
- package/dist/{chunk-EIILOQ6X.js → chunk-TLWCYLNA.js} +1 -1
- package/dist/{chunk-JX45ME2Z.js → chunk-TRJLYZHD.js} +1 -1
- package/dist/{chunk-RNBO3DEN.js → chunk-UKKJMCNH.js} +1 -1
- package/dist/chunk-ULBEEHG4.js +204 -0
- package/dist/{chunk-UDO4JYVU.cjs → chunk-VGTUK3QD.cjs} +2 -2
- package/dist/{chunk-4JPVFLVU.js → chunk-VQ7R36AC.js} +1 -1
- package/dist/{chunk-IPDIEZBN.cjs → chunk-VVQB5W7U.cjs} +2 -2
- package/dist/{chunk-HKZQ56AS.cjs → chunk-VVVATFGK.cjs} +2 -2
- package/dist/{chunk-URRL33D5.cjs → chunk-WMTYO5OX.cjs} +2 -2
- package/dist/{chunk-U4BMKRG6.js → chunk-WOSSSFXB.js} +1 -1
- package/dist/{chunk-OBQIS3KU.js → chunk-WOXXNKTE.js} +1 -1
- package/dist/{chunk-WAKSLH7V.cjs → chunk-XKI2OAYV.cjs} +2 -2
- package/dist/{chunk-5Y2KLUU6.cjs → chunk-XR4QF6KQ.cjs} +2 -2
- package/dist/{chunk-6BERHKDQ.cjs → chunk-XYHTQ523.cjs} +2 -2
- package/dist/{chunk-XD6XML3Z.cjs → chunk-XZYZLSUO.cjs} +2 -2
- package/dist/chunk-YPSWSI3M.js +21 -0
- package/dist/{chunk-4K3MX2J6.js → chunk-YYBIU5BQ.js} +1 -1
- package/dist/{chunk-HSGQSTVK.js → chunk-YZA5WZUS.js} +1 -1
- package/dist/{chunk-GGBSLAVO.cjs → chunk-Z4LUE424.cjs} +2 -2
- package/dist/{chunk-NSOHW3R6.js → chunk-ZV6XYUXS.js} +1 -1
- package/dist/consent-CS2ZBZX4.cjs +7 -0
- package/dist/consent-NNYHF2N4.js +7 -0
- package/dist/customer-portal-D3SLPAHZ.js +7 -0
- package/dist/customer-portal-UR3GN4VU.cjs +7 -0
- package/dist/dashboard-UHYR5RTY.cjs +7 -0
- package/dist/dashboard-UTPGXFW5.js +7 -0
- package/dist/data-management-QH2IJ5QV.js +7 -0
- package/dist/data-management-TEFRLGSU.cjs +7 -0
- package/dist/deduplication-ECVAZVVA.cjs +7 -0
- package/dist/deduplication-GYIST22B.js +7 -0
- package/dist/design-KUVXMFFK.cjs +7 -0
- package/dist/design-YKBXRW5C.js +7 -0
- package/dist/document-CY2A2OE7.js +7 -0
- package/dist/document-RYQ7MF6U.cjs +7 -0
- package/dist/email-settings-TQ5GGDYG.js +7 -0
- package/dist/email-settings-TQC34GST.cjs +7 -0
- package/dist/email-template-M2VVL4TI.cjs +7 -0
- package/dist/email-template-WYROV3UG.js +7 -0
- package/dist/entity-FA6PZX6S.js +7 -0
- package/dist/entity-IX5NSHPX.cjs +7 -0
- package/dist/entity-mapping-7J3IAGKQ.js +7 -0
- package/dist/entity-mapping-ZNMFCUKK.cjs +7 -0
- package/dist/environments-E3X6NYGX.js +7 -0
- package/dist/environments-P2JS4F5N.cjs +7 -0
- package/dist/erp-integration-EP2XFEH5.js +7 -0
- package/dist/erp-integration-NNV72VFI.cjs +7 -0
- package/dist/event-catalog-C45ISVMP.cjs +7 -0
- package/dist/event-catalog-D7VJ7WRS.js +7 -0
- package/dist/file-UOWBTDIU.cjs +7 -0
- package/dist/file-XSN3NAVZ.js +7 -0
- package/dist/iban-24GHLFDB.cjs +7 -0
- package/dist/iban-LDKYDVQV.js +7 -0
- package/dist/index.cjs +107 -100
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +58 -51
- package/dist/journey-7CKX67M7.js +7 -0
- package/dist/journey-EUZ6MVHG.cjs +7 -0
- package/dist/kanban-CHTH2ZSY.cjs +7 -0
- package/dist/kanban-HI6LL5WY.js +7 -0
- package/dist/message-3XZLJR6R.cjs +7 -0
- package/dist/message-ZNMCS5YH.js +7 -0
- package/dist/metering-DZNZPPY6.cjs +7 -0
- package/dist/metering-KOSCPPKB.js +7 -0
- package/dist/notes-3AO5GXIT.js +7 -0
- package/dist/notes-MPWOQC5J.cjs +7 -0
- package/dist/notification-PZOCUYD5.cjs +7 -0
- package/dist/notification-VWDZRSFZ.js +7 -0
- package/dist/organization-RARYYG2E.cjs +7 -0
- package/dist/organization-ZERPH2IH.js +7 -0
- package/dist/{organization.d-Bd2Hmk8v.d.cts → organization.d-DqwnNxMg.d.cts} +34 -7
- package/dist/{organization.d-Bd2Hmk8v.d.ts → organization.d-DqwnNxMg.d.ts} +34 -7
- package/dist/partner-directory-2XMPQWWX.js +7 -0
- package/dist/partner-directory-WHNTKQ5E.cjs +7 -0
- package/dist/permissions-4T3GFNB4.js +7 -0
- package/dist/permissions-FGBIJNN7.cjs +7 -0
- package/dist/pricing-4Z4TOETA.cjs +7 -0
- package/dist/pricing-C65DTZSX.js +7 -0
- package/dist/pricing-tier-NI35WOUP.cjs +7 -0
- package/dist/pricing-tier-VUOFK5Q7.js +7 -0
- package/dist/purpose-AKOEUHZ4.cjs +7 -0
- package/dist/purpose-RBRV3AQZ.js +7 -0
- package/dist/sandbox-2KN4X66E.cjs +7 -0
- package/dist/sandbox-L2SOOGGR.js +7 -0
- package/dist/submission-7BISSPO6.js +7 -0
- package/dist/submission-Q24BU4GS.cjs +7 -0
- package/dist/targeting-EYGYZD6M.cjs +7 -0
- package/dist/targeting-GEJTJN5Z.js +7 -0
- package/dist/template-variables-OAYS2E3G.cjs +1148 -0
- package/dist/template-variables-VKDJJZUT.js +1148 -0
- package/dist/user-EIEOI3OG.js +7 -0
- package/dist/user-NJJ7XVKB.cjs +7 -0
- package/dist/validation-rules-P6F5P73P.js +7 -0
- package/dist/validation-rules-VDU3CIZV.cjs +7 -0
- package/dist/webhooks-I7JWU34X.cjs +7 -0
- package/dist/webhooks-WPLEHVPX.js +7 -0
- package/dist/workflow-3LLURW3H.js +7 -0
- package/dist/workflow-RAGQDYXT.cjs +7 -0
- package/dist/workflow-definition-B6ELOZUR.cjs +7 -0
- package/dist/workflow-definition-D24CRCK2.js +7 -0
- package/docs/access-token.md +440 -0
- package/docs/address-suggestions.md +256 -0
- package/docs/address.md +284 -0
- package/docs/ai-agents.md +1891 -0
- package/docs/app.md +3388 -0
- package/docs/audit-logs.md +242 -0
- package/docs/automation.md +4044 -0
- package/docs/billing.md +783 -0
- package/docs/blueprint-manifest.md +3234 -0
- package/docs/consent.md +213 -0
- package/docs/customer-portal.md +11399 -0
- package/docs/dashboard.md +640 -0
- package/docs/data-management.md +883 -0
- package/docs/deduplication.md +135 -0
- package/docs/design.md +1273 -0
- package/docs/document.md +590 -0
- package/docs/email-settings.md +1544 -0
- package/docs/email-template.md +1197 -0
- package/docs/entity-mapping.md +2864 -0
- package/docs/entity.md +9595 -0
- package/docs/environments.md +259 -0
- package/docs/erp-integration.md +4572 -0
- package/docs/event-catalog.md +835 -0
- package/docs/file.md +1453 -0
- package/docs/iban.md +61 -0
- package/docs/journey.md +2268 -0
- package/docs/kanban.md +882 -0
- package/docs/message.md +2122 -0
- package/docs/metering.md +1431 -0
- package/docs/notes.md +670 -0
- package/docs/notification.md +1207 -0
- package/docs/organization.md +733 -0
- package/docs/partner-directory.md +1197 -0
- package/docs/permissions.md +1047 -0
- package/docs/pricing-tier.md +81 -0
- package/docs/pricing.md +5923 -0
- package/docs/purpose.md +283 -0
- package/docs/sandbox.md +389 -0
- package/docs/submission.md +195 -0
- package/docs/targeting.md +959 -0
- package/docs/template-variables.md +1141 -0
- package/docs/user.md +2555 -0
- package/docs/validation-rules.md +1597 -0
- package/docs/webhooks.md +996 -0
- package/docs/workflow-definition.md +3842 -0
- package/docs/workflow.md +4465 -0
- package/package.json +3 -2
- package/dist/chunk-GMBRXWMD.cjs +0 -14
- package/dist/chunk-L43U5IO3.js +0 -14
- package/dist/chunk-XE25WERA.js +0 -125
- package/dist/chunk-XEQMAKGA.cjs +0 -125
package/definitions/journey.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Journey API",
|
|
5
5
|
"description": "API to configure journeys",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.4.0"
|
|
7
7
|
},
|
|
8
8
|
"security": [
|
|
9
9
|
{
|
|
@@ -94,6 +94,9 @@
|
|
|
94
94
|
{},
|
|
95
95
|
{
|
|
96
96
|
"EpilotAuth": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"PortalAuth": []
|
|
97
100
|
}
|
|
98
101
|
],
|
|
99
102
|
"tags": [
|
|
@@ -299,7 +302,7 @@
|
|
|
299
302
|
"schema": {
|
|
300
303
|
"type": "string",
|
|
301
304
|
"format": "Yn",
|
|
302
|
-
"example": true
|
|
305
|
+
"example": "true"
|
|
303
306
|
}
|
|
304
307
|
}
|
|
305
308
|
],
|
|
@@ -313,6 +316,16 @@
|
|
|
313
316
|
}
|
|
314
317
|
}
|
|
315
318
|
}
|
|
319
|
+
},
|
|
320
|
+
"400": {
|
|
321
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
322
|
+
"content": {
|
|
323
|
+
"application/json": {
|
|
324
|
+
"schema": {
|
|
325
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
316
329
|
}
|
|
317
330
|
}
|
|
318
331
|
},
|
|
@@ -347,6 +360,16 @@
|
|
|
347
360
|
}
|
|
348
361
|
}
|
|
349
362
|
},
|
|
363
|
+
"400": {
|
|
364
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
365
|
+
"content": {
|
|
366
|
+
"application/json": {
|
|
367
|
+
"schema": {
|
|
368
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
},
|
|
350
373
|
"409": {
|
|
351
374
|
"description": "The Journey has been modified since your last read, please refresh it and try again"
|
|
352
375
|
}
|
|
@@ -389,6 +412,16 @@
|
|
|
389
412
|
}
|
|
390
413
|
}
|
|
391
414
|
},
|
|
415
|
+
"400": {
|
|
416
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
417
|
+
"content": {
|
|
418
|
+
"application/json": {
|
|
419
|
+
"schema": {
|
|
420
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
392
425
|
"404": {
|
|
393
426
|
"description": "Journey or associated entity not found",
|
|
394
427
|
"content": {
|
|
@@ -505,7 +538,7 @@
|
|
|
505
538
|
"schema": {
|
|
506
539
|
"type": "string",
|
|
507
540
|
"format": "Yn",
|
|
508
|
-
"example": true
|
|
541
|
+
"example": "true"
|
|
509
542
|
}
|
|
510
543
|
}
|
|
511
544
|
],
|
|
@@ -519,6 +552,16 @@
|
|
|
519
552
|
}
|
|
520
553
|
}
|
|
521
554
|
}
|
|
555
|
+
},
|
|
556
|
+
"400": {
|
|
557
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
558
|
+
"content": {
|
|
559
|
+
"application/json": {
|
|
560
|
+
"schema": {
|
|
561
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
522
565
|
}
|
|
523
566
|
}
|
|
524
567
|
},
|
|
@@ -551,6 +594,16 @@
|
|
|
551
594
|
}
|
|
552
595
|
}
|
|
553
596
|
},
|
|
597
|
+
"400": {
|
|
598
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
599
|
+
"content": {
|
|
600
|
+
"application/json": {
|
|
601
|
+
"schema": {
|
|
602
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
554
607
|
"404": {
|
|
555
608
|
"description": "Journey or associated entity not found",
|
|
556
609
|
"content": {
|
|
@@ -606,6 +659,16 @@
|
|
|
606
659
|
}
|
|
607
660
|
}
|
|
608
661
|
},
|
|
662
|
+
"400": {
|
|
663
|
+
"description": "Validation failed (when validation mode is STRICT)",
|
|
664
|
+
"content": {
|
|
665
|
+
"application/json": {
|
|
666
|
+
"schema": {
|
|
667
|
+
"$ref": "#/components/schemas/JourneyValidationError"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
},
|
|
609
672
|
"404": {
|
|
610
673
|
"description": "Journey or associated entity not found",
|
|
611
674
|
"content": {
|
|
@@ -896,16 +959,19 @@
|
|
|
896
959
|
"type": "string"
|
|
897
960
|
},
|
|
898
961
|
"feature": {
|
|
899
|
-
"type": "array"
|
|
962
|
+
"type": "array",
|
|
963
|
+
"items": {}
|
|
900
964
|
},
|
|
901
965
|
"product_images": {
|
|
902
|
-
"type": "array"
|
|
966
|
+
"type": "array",
|
|
967
|
+
"items": {}
|
|
903
968
|
},
|
|
904
969
|
"legal_footnote": {
|
|
905
970
|
"type": "string"
|
|
906
971
|
},
|
|
907
972
|
"product_downloads": {
|
|
908
|
-
"type": "array"
|
|
973
|
+
"type": "array",
|
|
974
|
+
"items": {}
|
|
909
975
|
},
|
|
910
976
|
"price": {
|
|
911
977
|
"type": "object"
|
|
@@ -1166,7 +1232,8 @@
|
|
|
1166
1232
|
"type": "object"
|
|
1167
1233
|
},
|
|
1168
1234
|
{
|
|
1169
|
-
"type": "array"
|
|
1235
|
+
"type": "array",
|
|
1236
|
+
"items": {}
|
|
1170
1237
|
}
|
|
1171
1238
|
]
|
|
1172
1239
|
},
|
|
@@ -1343,6 +1410,26 @@
|
|
|
1343
1410
|
"type": "string",
|
|
1344
1411
|
"nullable": true
|
|
1345
1412
|
},
|
|
1413
|
+
"addressSuggestionsCountryCode": {
|
|
1414
|
+
"type": "string",
|
|
1415
|
+
"nullable": true,
|
|
1416
|
+
"description": "Country code for address format (e.g. DE, AT, CH, LU)"
|
|
1417
|
+
},
|
|
1418
|
+
"addressSuggestionsEnableAutoComplete": {
|
|
1419
|
+
"type": "boolean",
|
|
1420
|
+
"description": "Whether address auto-complete is enabled"
|
|
1421
|
+
},
|
|
1422
|
+
"addressSuggestionsSource": {
|
|
1423
|
+
"type": "array",
|
|
1424
|
+
"items": {
|
|
1425
|
+
"type": "string"
|
|
1426
|
+
},
|
|
1427
|
+
"description": "Sources for address auto-complete (e.g. deutschePostService, customAddressesFile)"
|
|
1428
|
+
},
|
|
1429
|
+
"addressSuggestionsEnableFreeText": {
|
|
1430
|
+
"type": "boolean",
|
|
1431
|
+
"description": "Whether free text input is allowed when auto-complete is on"
|
|
1432
|
+
},
|
|
1346
1433
|
"useNewDesign": {
|
|
1347
1434
|
"type": "boolean",
|
|
1348
1435
|
"deprecated": true,
|
|
@@ -1652,7 +1739,8 @@
|
|
|
1652
1739
|
"type": "object"
|
|
1653
1740
|
},
|
|
1654
1741
|
{
|
|
1655
|
-
"type": "array"
|
|
1742
|
+
"type": "array",
|
|
1743
|
+
"items": {}
|
|
1656
1744
|
}
|
|
1657
1745
|
]
|
|
1658
1746
|
},
|
|
@@ -1817,6 +1905,26 @@
|
|
|
1817
1905
|
"type": "string",
|
|
1818
1906
|
"nullable": true
|
|
1819
1907
|
},
|
|
1908
|
+
"addressSuggestionsCountryCode": {
|
|
1909
|
+
"type": "string",
|
|
1910
|
+
"nullable": true,
|
|
1911
|
+
"description": "Country code for address format (e.g. DE, AT, CH, LU)"
|
|
1912
|
+
},
|
|
1913
|
+
"addressSuggestionsEnableAutoComplete": {
|
|
1914
|
+
"type": "boolean",
|
|
1915
|
+
"description": "Whether address auto-complete is enabled"
|
|
1916
|
+
},
|
|
1917
|
+
"addressSuggestionsSource": {
|
|
1918
|
+
"type": "array",
|
|
1919
|
+
"items": {
|
|
1920
|
+
"type": "string"
|
|
1921
|
+
},
|
|
1922
|
+
"description": "Sources for address auto-complete (e.g. deutschePostService, customAddressesFile)"
|
|
1923
|
+
},
|
|
1924
|
+
"addressSuggestionsEnableFreeText": {
|
|
1925
|
+
"type": "boolean",
|
|
1926
|
+
"description": "Whether free text input is allowed when auto-complete is on"
|
|
1927
|
+
},
|
|
1820
1928
|
"useNewDesign": {
|
|
1821
1929
|
"type": "boolean",
|
|
1822
1930
|
"deprecated": true,
|
|
@@ -2042,6 +2150,140 @@
|
|
|
2042
2150
|
"revisions"
|
|
2043
2151
|
]
|
|
2044
2152
|
},
|
|
2153
|
+
"JourneyValidationResponse": {
|
|
2154
|
+
"type": "object",
|
|
2155
|
+
"properties": {
|
|
2156
|
+
"valid": {
|
|
2157
|
+
"type": "boolean",
|
|
2158
|
+
"description": "Whether the journey configuration is valid"
|
|
2159
|
+
},
|
|
2160
|
+
"errors": {
|
|
2161
|
+
"type": "array",
|
|
2162
|
+
"items": {
|
|
2163
|
+
"type": "object",
|
|
2164
|
+
"properties": {
|
|
2165
|
+
"type": {
|
|
2166
|
+
"type": "string",
|
|
2167
|
+
"description": "Pattern type (e.g. PatternA_DotsInStepId)"
|
|
2168
|
+
},
|
|
2169
|
+
"severity": {
|
|
2170
|
+
"type": "string",
|
|
2171
|
+
"enum": [
|
|
2172
|
+
"critical",
|
|
2173
|
+
"high",
|
|
2174
|
+
"medium",
|
|
2175
|
+
"low"
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
"message": {
|
|
2179
|
+
"type": "string"
|
|
2180
|
+
},
|
|
2181
|
+
"affectedStepIds": {
|
|
2182
|
+
"type": "array",
|
|
2183
|
+
"items": {
|
|
2184
|
+
"type": "string"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"count": {
|
|
2188
|
+
"type": "integer"
|
|
2189
|
+
},
|
|
2190
|
+
"autoFix": {
|
|
2191
|
+
"type": "object",
|
|
2192
|
+
"properties": {
|
|
2193
|
+
"feasible": {
|
|
2194
|
+
"type": "boolean"
|
|
2195
|
+
},
|
|
2196
|
+
"confidence": {
|
|
2197
|
+
"type": "string",
|
|
2198
|
+
"enum": [
|
|
2199
|
+
"high",
|
|
2200
|
+
"medium",
|
|
2201
|
+
"low"
|
|
2202
|
+
]
|
|
2203
|
+
},
|
|
2204
|
+
"reason": {
|
|
2205
|
+
"type": "string"
|
|
2206
|
+
},
|
|
2207
|
+
"details": {
|
|
2208
|
+
"type": "string"
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"description": "List of detected validation errors"
|
|
2215
|
+
},
|
|
2216
|
+
"warnings": {
|
|
2217
|
+
"type": "array",
|
|
2218
|
+
"items": {
|
|
2219
|
+
"type": "object",
|
|
2220
|
+
"properties": {
|
|
2221
|
+
"type": {
|
|
2222
|
+
"type": "string"
|
|
2223
|
+
},
|
|
2224
|
+
"message": {
|
|
2225
|
+
"type": "string"
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"description": "List of warnings (non-critical issues)"
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2232
|
+
"required": [
|
|
2233
|
+
"valid",
|
|
2234
|
+
"errors"
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
"JourneyValidationError": {
|
|
2238
|
+
"type": "object",
|
|
2239
|
+
"properties": {
|
|
2240
|
+
"error": {
|
|
2241
|
+
"type": "string",
|
|
2242
|
+
"example": "ValidationError",
|
|
2243
|
+
"description": "Error type identifier"
|
|
2244
|
+
},
|
|
2245
|
+
"message": {
|
|
2246
|
+
"type": "string",
|
|
2247
|
+
"example": "Journey configuration validation failed",
|
|
2248
|
+
"description": "High-level error message"
|
|
2249
|
+
},
|
|
2250
|
+
"details": {
|
|
2251
|
+
"type": "array",
|
|
2252
|
+
"items": {
|
|
2253
|
+
"type": "object",
|
|
2254
|
+
"properties": {
|
|
2255
|
+
"pattern": {
|
|
2256
|
+
"type": "string",
|
|
2257
|
+
"description": "Validation pattern that failed"
|
|
2258
|
+
},
|
|
2259
|
+
"severity": {
|
|
2260
|
+
"type": "string",
|
|
2261
|
+
"enum": [
|
|
2262
|
+
"critical",
|
|
2263
|
+
"high",
|
|
2264
|
+
"medium",
|
|
2265
|
+
"low"
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
"message": {
|
|
2269
|
+
"type": "string",
|
|
2270
|
+
"description": "Detailed error message"
|
|
2271
|
+
},
|
|
2272
|
+
"count": {
|
|
2273
|
+
"type": "integer",
|
|
2274
|
+
"description": "Number of issues found"
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"description": "Detailed validation errors for each pattern that failed"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"required": [
|
|
2282
|
+
"error",
|
|
2283
|
+
"message",
|
|
2284
|
+
"details"
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2045
2287
|
"S3Reference": {
|
|
2046
2288
|
"type": "object",
|
|
2047
2289
|
"properties": {
|
|
@@ -2124,7 +2366,7 @@
|
|
|
2124
2366
|
"description": "The file entity id, used when persisting a new template version with updated settings",
|
|
2125
2367
|
"type": "string",
|
|
2126
2368
|
"format": "uuid",
|
|
2127
|
-
"example": "1a2b3c4d-5e6f-
|
|
2369
|
+
"example": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
|
|
2128
2370
|
}
|
|
2129
2371
|
}
|
|
2130
2372
|
},
|
|
@@ -2327,13 +2569,16 @@
|
|
|
2327
2569
|
"scheme": "bearer",
|
|
2328
2570
|
"description": "Epilot Authorization Bearer Token - public access token / user token",
|
|
2329
2571
|
"bearerFormat": "JWT"
|
|
2572
|
+
},
|
|
2573
|
+
"PortalAuth": {
|
|
2574
|
+
"type": "http",
|
|
2575
|
+
"scheme": "bearer",
|
|
2576
|
+
"description": "Portal Authorization Bearer Token",
|
|
2577
|
+
"bearerFormat": "JWT"
|
|
2330
2578
|
}
|
|
2331
2579
|
}
|
|
2332
2580
|
},
|
|
2333
2581
|
"servers": [
|
|
2334
|
-
{
|
|
2335
|
-
"url": "https://journey-config.sls.epilot.io"
|
|
2336
|
-
},
|
|
2337
2582
|
{
|
|
2338
2583
|
"url": "https://journey-config.sls.epilot.io"
|
|
2339
2584
|
}
|