@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "ERP Integration API",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.49.0",
|
|
6
6
|
"description": "API for integrating with ERP systems, handling tracking acknowledgments, triggering ERP processes, and processing ERP updates."
|
|
7
7
|
},
|
|
8
8
|
"tags": [
|
|
@@ -2248,6 +2248,133 @@
|
|
|
2248
2248
|
}
|
|
2249
2249
|
}
|
|
2250
2250
|
}
|
|
2251
|
+
},
|
|
2252
|
+
"/v1/integrations/secure-proxies": {
|
|
2253
|
+
"get": {
|
|
2254
|
+
"operationId": "listSecureProxies",
|
|
2255
|
+
"summary": "List all secure proxy use cases",
|
|
2256
|
+
"description": "Lists all secure_proxy use cases across all integrations for the authenticated organization.\nReturns minimal data suitable for dropdowns and selection UIs.\n",
|
|
2257
|
+
"tags": [
|
|
2258
|
+
"integrations"
|
|
2259
|
+
],
|
|
2260
|
+
"security": [
|
|
2261
|
+
{
|
|
2262
|
+
"EpilotAuth": []
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"responses": {
|
|
2266
|
+
"200": {
|
|
2267
|
+
"description": "Successfully retrieved secure proxy use cases",
|
|
2268
|
+
"content": {
|
|
2269
|
+
"application/json": {
|
|
2270
|
+
"schema": {
|
|
2271
|
+
"type": "object",
|
|
2272
|
+
"required": [
|
|
2273
|
+
"secure_proxies"
|
|
2274
|
+
],
|
|
2275
|
+
"properties": {
|
|
2276
|
+
"secure_proxies": {
|
|
2277
|
+
"type": "array",
|
|
2278
|
+
"items": {
|
|
2279
|
+
"$ref": "#/components/schemas/SecureProxySummary"
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
"401": {
|
|
2288
|
+
"$ref": "#/components/responses/Unauthorized"
|
|
2289
|
+
},
|
|
2290
|
+
"500": {
|
|
2291
|
+
"$ref": "#/components/responses/InternalServerError"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"/v1/secure-proxy": {
|
|
2297
|
+
"post": {
|
|
2298
|
+
"operationId": "secureProxy",
|
|
2299
|
+
"summary": "Proxy HTTP request through secure VPC",
|
|
2300
|
+
"description": "Routes an HTTP request through a VPC with either static IP egress or VPN secure link access.\nThe VPC mode is determined by the referenced secure_proxy use case configuration.\nFor secure_link mode, the target URL must match the use case's allowed_domains whitelist.\n",
|
|
2301
|
+
"tags": [
|
|
2302
|
+
"proxy"
|
|
2303
|
+
],
|
|
2304
|
+
"security": [
|
|
2305
|
+
{
|
|
2306
|
+
"EpilotAuth": []
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"requestBody": {
|
|
2310
|
+
"required": true,
|
|
2311
|
+
"content": {
|
|
2312
|
+
"application/json": {
|
|
2313
|
+
"schema": {
|
|
2314
|
+
"$ref": "#/components/schemas/SecureProxyRequest"
|
|
2315
|
+
}
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
"responses": {
|
|
2320
|
+
"200": {
|
|
2321
|
+
"description": "Proxied response from the target URL",
|
|
2322
|
+
"content": {
|
|
2323
|
+
"application/json": {
|
|
2324
|
+
"schema": {
|
|
2325
|
+
"$ref": "#/components/schemas/SecureProxyResponse"
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
"400": {
|
|
2331
|
+
"$ref": "#/components/responses/BadRequest"
|
|
2332
|
+
},
|
|
2333
|
+
"401": {
|
|
2334
|
+
"$ref": "#/components/responses/Unauthorized"
|
|
2335
|
+
},
|
|
2336
|
+
"403": {
|
|
2337
|
+
"description": "Forbidden - insufficient permissions or target domain not whitelisted",
|
|
2338
|
+
"content": {
|
|
2339
|
+
"application/json": {
|
|
2340
|
+
"schema": {
|
|
2341
|
+
"$ref": "#/components/schemas/ErrorResponseBase"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"502": {
|
|
2347
|
+
"description": "Upstream error from the proxied target",
|
|
2348
|
+
"content": {
|
|
2349
|
+
"application/json": {
|
|
2350
|
+
"schema": {
|
|
2351
|
+
"$ref": "#/components/schemas/ErrorResponseBase"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
"503": {
|
|
2357
|
+
"description": "VPC proxy not available for the requested mode",
|
|
2358
|
+
"content": {
|
|
2359
|
+
"application/json": {
|
|
2360
|
+
"schema": {
|
|
2361
|
+
"$ref": "#/components/schemas/ErrorResponseBase"
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"504": {
|
|
2367
|
+
"description": "Upstream timeout",
|
|
2368
|
+
"content": {
|
|
2369
|
+
"application/json": {
|
|
2370
|
+
"schema": {
|
|
2371
|
+
"$ref": "#/components/schemas/ErrorResponseBase"
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2251
2378
|
}
|
|
2252
2379
|
},
|
|
2253
2380
|
"components": {
|
|
@@ -3163,13 +3290,21 @@
|
|
|
3163
3290
|
},
|
|
3164
3291
|
{
|
|
3165
3292
|
"$ref": "#/components/schemas/EmbeddedOutboundUseCaseRequest"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"$ref": "#/components/schemas/EmbeddedFileProxyUseCaseRequest"
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"$ref": "#/components/schemas/EmbeddedSecureProxyUseCaseRequest"
|
|
3166
3299
|
}
|
|
3167
3300
|
],
|
|
3168
3301
|
"discriminator": {
|
|
3169
3302
|
"propertyName": "type",
|
|
3170
3303
|
"mapping": {
|
|
3171
3304
|
"inbound": "#/components/schemas/EmbeddedInboundUseCaseRequest",
|
|
3172
|
-
"outbound": "#/components/schemas/EmbeddedOutboundUseCaseRequest"
|
|
3305
|
+
"outbound": "#/components/schemas/EmbeddedOutboundUseCaseRequest",
|
|
3306
|
+
"file_proxy": "#/components/schemas/EmbeddedFileProxyUseCaseRequest",
|
|
3307
|
+
"secure_proxy": "#/components/schemas/EmbeddedSecureProxyUseCaseRequest"
|
|
3173
3308
|
}
|
|
3174
3309
|
}
|
|
3175
3310
|
},
|
|
@@ -3260,6 +3395,56 @@
|
|
|
3260
3395
|
}
|
|
3261
3396
|
]
|
|
3262
3397
|
},
|
|
3398
|
+
"EmbeddedFileProxyUseCaseRequest": {
|
|
3399
|
+
"allOf": [
|
|
3400
|
+
{
|
|
3401
|
+
"$ref": "#/components/schemas/EmbeddedUseCaseRequestBase"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"type": "object",
|
|
3405
|
+
"required": [
|
|
3406
|
+
"type"
|
|
3407
|
+
],
|
|
3408
|
+
"properties": {
|
|
3409
|
+
"type": {
|
|
3410
|
+
"type": "string",
|
|
3411
|
+
"enum": [
|
|
3412
|
+
"file_proxy"
|
|
3413
|
+
],
|
|
3414
|
+
"description": "Use case type"
|
|
3415
|
+
},
|
|
3416
|
+
"configuration": {
|
|
3417
|
+
"$ref": "#/components/schemas/FileProxyUseCaseConfiguration"
|
|
3418
|
+
}
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
]
|
|
3422
|
+
},
|
|
3423
|
+
"EmbeddedSecureProxyUseCaseRequest": {
|
|
3424
|
+
"allOf": [
|
|
3425
|
+
{
|
|
3426
|
+
"$ref": "#/components/schemas/EmbeddedUseCaseRequestBase"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"type": "object",
|
|
3430
|
+
"required": [
|
|
3431
|
+
"type"
|
|
3432
|
+
],
|
|
3433
|
+
"properties": {
|
|
3434
|
+
"type": {
|
|
3435
|
+
"type": "string",
|
|
3436
|
+
"enum": [
|
|
3437
|
+
"secure_proxy"
|
|
3438
|
+
],
|
|
3439
|
+
"description": "Use case type"
|
|
3440
|
+
},
|
|
3441
|
+
"configuration": {
|
|
3442
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseConfiguration"
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3446
|
+
]
|
|
3447
|
+
},
|
|
3263
3448
|
"UseCaseBase": {
|
|
3264
3449
|
"type": "object",
|
|
3265
3450
|
"required": [
|
|
@@ -3298,7 +3483,8 @@
|
|
|
3298
3483
|
"enum": [
|
|
3299
3484
|
"inbound",
|
|
3300
3485
|
"outbound",
|
|
3301
|
-
"file_proxy"
|
|
3486
|
+
"file_proxy",
|
|
3487
|
+
"secure_proxy"
|
|
3302
3488
|
],
|
|
3303
3489
|
"description": "Use case type"
|
|
3304
3490
|
},
|
|
@@ -3397,6 +3583,31 @@
|
|
|
3397
3583
|
}
|
|
3398
3584
|
]
|
|
3399
3585
|
},
|
|
3586
|
+
"SecureProxyUseCase": {
|
|
3587
|
+
"allOf": [
|
|
3588
|
+
{
|
|
3589
|
+
"$ref": "#/components/schemas/UseCaseBase"
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"type": "object",
|
|
3593
|
+
"required": [
|
|
3594
|
+
"type"
|
|
3595
|
+
],
|
|
3596
|
+
"properties": {
|
|
3597
|
+
"type": {
|
|
3598
|
+
"type": "string",
|
|
3599
|
+
"enum": [
|
|
3600
|
+
"secure_proxy"
|
|
3601
|
+
],
|
|
3602
|
+
"description": "Use case type"
|
|
3603
|
+
},
|
|
3604
|
+
"configuration": {
|
|
3605
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseConfiguration"
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
}
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3400
3611
|
"UseCase": {
|
|
3401
3612
|
"oneOf": [
|
|
3402
3613
|
{
|
|
@@ -3407,6 +3618,9 @@
|
|
|
3407
3618
|
},
|
|
3408
3619
|
{
|
|
3409
3620
|
"$ref": "#/components/schemas/FileProxyUseCase"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"$ref": "#/components/schemas/SecureProxyUseCase"
|
|
3410
3624
|
}
|
|
3411
3625
|
],
|
|
3412
3626
|
"discriminator": {
|
|
@@ -3414,7 +3628,8 @@
|
|
|
3414
3628
|
"mapping": {
|
|
3415
3629
|
"inbound": "#/components/schemas/InboundUseCase",
|
|
3416
3630
|
"outbound": "#/components/schemas/OutboundUseCase",
|
|
3417
|
-
"file_proxy": "#/components/schemas/FileProxyUseCase"
|
|
3631
|
+
"file_proxy": "#/components/schemas/FileProxyUseCase",
|
|
3632
|
+
"secure_proxy": "#/components/schemas/SecureProxyUseCase"
|
|
3418
3633
|
}
|
|
3419
3634
|
}
|
|
3420
3635
|
},
|
|
@@ -3428,6 +3643,9 @@
|
|
|
3428
3643
|
},
|
|
3429
3644
|
{
|
|
3430
3645
|
"$ref": "#/components/schemas/CreateFileProxyUseCaseRequest"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"$ref": "#/components/schemas/CreateSecureProxyUseCaseRequest"
|
|
3431
3649
|
}
|
|
3432
3650
|
],
|
|
3433
3651
|
"discriminator": {
|
|
@@ -3435,7 +3653,8 @@
|
|
|
3435
3653
|
"mapping": {
|
|
3436
3654
|
"inbound": "#/components/schemas/CreateInboundUseCaseRequest",
|
|
3437
3655
|
"outbound": "#/components/schemas/CreateOutboundUseCaseRequest",
|
|
3438
|
-
"file_proxy": "#/components/schemas/CreateFileProxyUseCaseRequest"
|
|
3656
|
+
"file_proxy": "#/components/schemas/CreateFileProxyUseCaseRequest",
|
|
3657
|
+
"secure_proxy": "#/components/schemas/CreateSecureProxyUseCaseRequest"
|
|
3439
3658
|
}
|
|
3440
3659
|
}
|
|
3441
3660
|
},
|
|
@@ -3541,6 +3760,31 @@
|
|
|
3541
3760
|
}
|
|
3542
3761
|
]
|
|
3543
3762
|
},
|
|
3763
|
+
"CreateSecureProxyUseCaseRequest": {
|
|
3764
|
+
"allOf": [
|
|
3765
|
+
{
|
|
3766
|
+
"$ref": "#/components/schemas/CreateUseCaseRequestBase"
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"type": "object",
|
|
3770
|
+
"required": [
|
|
3771
|
+
"type"
|
|
3772
|
+
],
|
|
3773
|
+
"properties": {
|
|
3774
|
+
"type": {
|
|
3775
|
+
"type": "string",
|
|
3776
|
+
"enum": [
|
|
3777
|
+
"secure_proxy"
|
|
3778
|
+
],
|
|
3779
|
+
"description": "Use case type"
|
|
3780
|
+
},
|
|
3781
|
+
"configuration": {
|
|
3782
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseConfiguration"
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3544
3788
|
"UpdateUseCaseRequest": {
|
|
3545
3789
|
"oneOf": [
|
|
3546
3790
|
{
|
|
@@ -3551,6 +3795,9 @@
|
|
|
3551
3795
|
},
|
|
3552
3796
|
{
|
|
3553
3797
|
"$ref": "#/components/schemas/UpdateFileProxyUseCaseRequest"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"$ref": "#/components/schemas/UpdateSecureProxyUseCaseRequest"
|
|
3554
3801
|
}
|
|
3555
3802
|
],
|
|
3556
3803
|
"discriminator": {
|
|
@@ -3558,7 +3805,8 @@
|
|
|
3558
3805
|
"mapping": {
|
|
3559
3806
|
"inbound": "#/components/schemas/UpdateInboundUseCaseRequest",
|
|
3560
3807
|
"outbound": "#/components/schemas/UpdateOutboundUseCaseRequest",
|
|
3561
|
-
"file_proxy": "#/components/schemas/UpdateFileProxyUseCaseRequest"
|
|
3808
|
+
"file_proxy": "#/components/schemas/UpdateFileProxyUseCaseRequest",
|
|
3809
|
+
"secure_proxy": "#/components/schemas/UpdateSecureProxyUseCaseRequest"
|
|
3562
3810
|
}
|
|
3563
3811
|
}
|
|
3564
3812
|
},
|
|
@@ -3655,6 +3903,28 @@
|
|
|
3655
3903
|
}
|
|
3656
3904
|
]
|
|
3657
3905
|
},
|
|
3906
|
+
"UpdateSecureProxyUseCaseRequest": {
|
|
3907
|
+
"allOf": [
|
|
3908
|
+
{
|
|
3909
|
+
"$ref": "#/components/schemas/UpdateUseCaseRequestBase"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"type": "object",
|
|
3913
|
+
"properties": {
|
|
3914
|
+
"type": {
|
|
3915
|
+
"type": "string",
|
|
3916
|
+
"enum": [
|
|
3917
|
+
"secure_proxy"
|
|
3918
|
+
],
|
|
3919
|
+
"description": "Use case type"
|
|
3920
|
+
},
|
|
3921
|
+
"configuration": {
|
|
3922
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseConfiguration"
|
|
3923
|
+
}
|
|
3924
|
+
}
|
|
3925
|
+
}
|
|
3926
|
+
]
|
|
3927
|
+
},
|
|
3658
3928
|
"UseCaseHistoryEntry": {
|
|
3659
3929
|
"oneOf": [
|
|
3660
3930
|
{
|
|
@@ -3665,6 +3935,9 @@
|
|
|
3665
3935
|
},
|
|
3666
3936
|
{
|
|
3667
3937
|
"$ref": "#/components/schemas/FileProxyUseCaseHistoryEntry"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseHistoryEntry"
|
|
3668
3941
|
}
|
|
3669
3942
|
],
|
|
3670
3943
|
"discriminator": {
|
|
@@ -3672,7 +3945,8 @@
|
|
|
3672
3945
|
"mapping": {
|
|
3673
3946
|
"inbound": "#/components/schemas/InboundUseCaseHistoryEntry",
|
|
3674
3947
|
"outbound": "#/components/schemas/OutboundUseCaseHistoryEntry",
|
|
3675
|
-
"file_proxy": "#/components/schemas/FileProxyUseCaseHistoryEntry"
|
|
3948
|
+
"file_proxy": "#/components/schemas/FileProxyUseCaseHistoryEntry",
|
|
3949
|
+
"secure_proxy": "#/components/schemas/SecureProxyUseCaseHistoryEntry"
|
|
3676
3950
|
}
|
|
3677
3951
|
}
|
|
3678
3952
|
},
|
|
@@ -3813,6 +4087,181 @@
|
|
|
3813
4087
|
}
|
|
3814
4088
|
]
|
|
3815
4089
|
},
|
|
4090
|
+
"SecureProxyUseCaseHistoryEntry": {
|
|
4091
|
+
"allOf": [
|
|
4092
|
+
{
|
|
4093
|
+
"$ref": "#/components/schemas/UseCaseHistoryEntryBase"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"type": "object",
|
|
4097
|
+
"required": [
|
|
4098
|
+
"type"
|
|
4099
|
+
],
|
|
4100
|
+
"properties": {
|
|
4101
|
+
"type": {
|
|
4102
|
+
"type": "string",
|
|
4103
|
+
"enum": [
|
|
4104
|
+
"secure_proxy"
|
|
4105
|
+
],
|
|
4106
|
+
"description": "Use case type"
|
|
4107
|
+
},
|
|
4108
|
+
"configuration": {
|
|
4109
|
+
"$ref": "#/components/schemas/SecureProxyUseCaseConfiguration"
|
|
4110
|
+
}
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
]
|
|
4114
|
+
},
|
|
4115
|
+
"SecureProxyUseCaseConfiguration": {
|
|
4116
|
+
"type": "object",
|
|
4117
|
+
"required": [
|
|
4118
|
+
"vpc_mode"
|
|
4119
|
+
],
|
|
4120
|
+
"description": "Configuration for secure_proxy use cases. Defines how to route requests through a secure VPC.\n",
|
|
4121
|
+
"properties": {
|
|
4122
|
+
"vpc_mode": {
|
|
4123
|
+
"type": "string",
|
|
4124
|
+
"enum": [
|
|
4125
|
+
"static_ip",
|
|
4126
|
+
"secure_link"
|
|
4127
|
+
],
|
|
4128
|
+
"readOnly": true,
|
|
4129
|
+
"description": "VPC routing mode. Read-only after creation.\n- static_ip: Routes through a VPC with static outbound IP (NAT Gateway) for IP-allowlisted external APIs.\n- secure_link: Routes through a VPN VPC for accessing private customer networks.\n"
|
|
4130
|
+
},
|
|
4131
|
+
"allowed_domains": {
|
|
4132
|
+
"type": "array",
|
|
4133
|
+
"items": {
|
|
4134
|
+
"type": "string"
|
|
4135
|
+
},
|
|
4136
|
+
"readOnly": true,
|
|
4137
|
+
"description": "Domain whitelist for secure_link mode. Admin-only — can only be modified directly in DynamoDB via admin script.\nSupports exact match (e.g., \"api.wemag.com\") and wildcard prefix (e.g., \"*.wemag.com\").\n"
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4141
|
+
"SecureProxySummary": {
|
|
4142
|
+
"type": "object",
|
|
4143
|
+
"required": [
|
|
4144
|
+
"id",
|
|
4145
|
+
"name",
|
|
4146
|
+
"enabled",
|
|
4147
|
+
"vpc_mode",
|
|
4148
|
+
"integration_id",
|
|
4149
|
+
"integration_name"
|
|
4150
|
+
],
|
|
4151
|
+
"properties": {
|
|
4152
|
+
"id": {
|
|
4153
|
+
"type": "string",
|
|
4154
|
+
"format": "uuid"
|
|
4155
|
+
},
|
|
4156
|
+
"name": {
|
|
4157
|
+
"type": "string"
|
|
4158
|
+
},
|
|
4159
|
+
"slug": {
|
|
4160
|
+
"type": "string"
|
|
4161
|
+
},
|
|
4162
|
+
"enabled": {
|
|
4163
|
+
"type": "boolean"
|
|
4164
|
+
},
|
|
4165
|
+
"vpc_mode": {
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"enum": [
|
|
4168
|
+
"static_ip",
|
|
4169
|
+
"secure_link"
|
|
4170
|
+
]
|
|
4171
|
+
},
|
|
4172
|
+
"allowed_domains": {
|
|
4173
|
+
"type": "array",
|
|
4174
|
+
"items": {
|
|
4175
|
+
"type": "string"
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
"integration_id": {
|
|
4179
|
+
"type": "string",
|
|
4180
|
+
"format": "uuid"
|
|
4181
|
+
},
|
|
4182
|
+
"integration_name": {
|
|
4183
|
+
"type": "string"
|
|
4184
|
+
}
|
|
4185
|
+
}
|
|
4186
|
+
},
|
|
4187
|
+
"SecureProxyRequest": {
|
|
4188
|
+
"type": "object",
|
|
4189
|
+
"required": [
|
|
4190
|
+
"url",
|
|
4191
|
+
"method",
|
|
4192
|
+
"integration_id"
|
|
4193
|
+
],
|
|
4194
|
+
"properties": {
|
|
4195
|
+
"integration_id": {
|
|
4196
|
+
"type": "string",
|
|
4197
|
+
"format": "uuid",
|
|
4198
|
+
"description": "Integration ID that owns the secure_proxy use case"
|
|
4199
|
+
},
|
|
4200
|
+
"use_case_id": {
|
|
4201
|
+
"type": "string",
|
|
4202
|
+
"format": "uuid",
|
|
4203
|
+
"description": "Use case ID (provide either use_case_id or use_case_slug)"
|
|
4204
|
+
},
|
|
4205
|
+
"use_case_slug": {
|
|
4206
|
+
"type": "string",
|
|
4207
|
+
"description": "Use case slug (provide either use_case_id or use_case_slug)"
|
|
4208
|
+
},
|
|
4209
|
+
"url": {
|
|
4210
|
+
"type": "string",
|
|
4211
|
+
"format": "uri",
|
|
4212
|
+
"description": "Target URL to proxy the request to"
|
|
4213
|
+
},
|
|
4214
|
+
"method": {
|
|
4215
|
+
"type": "string",
|
|
4216
|
+
"enum": [
|
|
4217
|
+
"GET",
|
|
4218
|
+
"POST",
|
|
4219
|
+
"PUT",
|
|
4220
|
+
"PATCH",
|
|
4221
|
+
"DELETE"
|
|
4222
|
+
],
|
|
4223
|
+
"description": "HTTP method"
|
|
4224
|
+
},
|
|
4225
|
+
"headers": {
|
|
4226
|
+
"type": "object",
|
|
4227
|
+
"additionalProperties": {
|
|
4228
|
+
"type": "string"
|
|
4229
|
+
},
|
|
4230
|
+
"description": "Request headers to forward"
|
|
4231
|
+
},
|
|
4232
|
+
"body": {
|
|
4233
|
+
"description": "Request body (string or JSON)"
|
|
4234
|
+
},
|
|
4235
|
+
"response_type": {
|
|
4236
|
+
"type": "string",
|
|
4237
|
+
"enum": [
|
|
4238
|
+
"json",
|
|
4239
|
+
"binary"
|
|
4240
|
+
],
|
|
4241
|
+
"default": "json",
|
|
4242
|
+
"description": "Expected response type"
|
|
4243
|
+
}
|
|
4244
|
+
}
|
|
4245
|
+
},
|
|
4246
|
+
"SecureProxyResponse": {
|
|
4247
|
+
"type": "object",
|
|
4248
|
+
"properties": {
|
|
4249
|
+
"status_code": {
|
|
4250
|
+
"type": "integer",
|
|
4251
|
+
"description": "HTTP status code from the upstream response"
|
|
4252
|
+
},
|
|
4253
|
+
"headers": {
|
|
4254
|
+
"type": "object",
|
|
4255
|
+
"additionalProperties": {
|
|
4256
|
+
"type": "string"
|
|
4257
|
+
},
|
|
4258
|
+
"description": "Response headers from upstream"
|
|
4259
|
+
},
|
|
4260
|
+
"body": {
|
|
4261
|
+
"description": "Response body from upstream"
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
},
|
|
3816
4265
|
"FileProxyUseCaseConfiguration": {
|
|
3817
4266
|
"type": "object",
|
|
3818
4267
|
"required": [
|
|
@@ -3821,11 +4270,9 @@
|
|
|
3821
4270
|
],
|
|
3822
4271
|
"description": "Configuration for file_proxy use cases. Defines how to authenticate and fetch files from external document systems.\n\nThe file proxy download URL always requires `orgId`, `integrationId`, and either `useCaseSlug` (recommended) or `useCaseId` (legacy UUID) as query parameters.\nThe `orgId` is included in the signed URL to establish organization context without requiring authentication.\nAdditional use-case-specific parameters are declared in the `params` array.\n",
|
|
3823
4272
|
"properties": {
|
|
3824
|
-
"
|
|
3825
|
-
"
|
|
3826
|
-
"
|
|
3827
|
-
"description": "Whether requests require VPC routing for IP allowlisting. Read-only after creation — can only be modified directly in DynamoDB.",
|
|
3828
|
-
"default": false
|
|
4273
|
+
"secure_proxy": {
|
|
4274
|
+
"$ref": "#/components/schemas/FileProxySecureProxyAttachment",
|
|
4275
|
+
"description": "Optional secure proxy attachment for routing all outbound file proxy requests.\nOnly `use_case_slug` is supported and the referenced secure_proxy use case\nmust belong to the same integration.\n"
|
|
3829
4276
|
},
|
|
3830
4277
|
"auth": {
|
|
3831
4278
|
"$ref": "#/components/schemas/FileProxyAuth"
|
|
@@ -3850,6 +4297,19 @@
|
|
|
3850
4297
|
}
|
|
3851
4298
|
}
|
|
3852
4299
|
},
|
|
4300
|
+
"FileProxySecureProxyAttachment": {
|
|
4301
|
+
"type": "object",
|
|
4302
|
+
"required": [
|
|
4303
|
+
"use_case_slug"
|
|
4304
|
+
],
|
|
4305
|
+
"additionalProperties": false,
|
|
4306
|
+
"properties": {
|
|
4307
|
+
"use_case_slug": {
|
|
4308
|
+
"type": "string",
|
|
4309
|
+
"description": "Slug of the secure_proxy use case in the same integration."
|
|
4310
|
+
}
|
|
4311
|
+
}
|
|
4312
|
+
},
|
|
3853
4313
|
"FileProxyAuth": {
|
|
3854
4314
|
"type": "object",
|
|
3855
4315
|
"required": [
|
|
@@ -4336,7 +4796,6 @@
|
|
|
4336
4796
|
"OutboundMapping": {
|
|
4337
4797
|
"type": "object",
|
|
4338
4798
|
"required": [
|
|
4339
|
-
"id",
|
|
4340
4799
|
"name",
|
|
4341
4800
|
"jsonata_expression",
|
|
4342
4801
|
"enabled",
|