@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/kanban.json
CHANGED
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Kanban API",
|
|
5
|
-
"version": "1.2.3"
|
|
5
|
+
"version": "1.2.3",
|
|
6
|
+
"description": "The Kanban API provides board management and data query capabilities for epilot's Kanban view feature.\n\nKanban boards allow epilot users to visualize and manage workflow tasks, opportunities, and other entities in a column-based layout.\n\nKey capabilities:\n- Create, read, update, and delete Kanban boards with configurable swimlanes and filters\n- Share boards with individual users or across the entire organization\n- Set and clear the organization-level default board\n- Query and autocomplete Flows data to populate Kanban cards with live entity data\n"
|
|
6
7
|
},
|
|
7
8
|
"tags": [
|
|
8
9
|
{
|
|
9
10
|
"name": "Kanban",
|
|
10
|
-
"description": "Kanban
|
|
11
|
+
"description": "Endpoints for managing Kanban boards. Boards consist of swimlanes, each with configurable filters to display matching workflow tasks or entities.\nBoards can be owned by individual users and optionally shared with other users or the whole organization.\n"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Query",
|
|
15
|
+
"description": "Endpoints for querying and autocompleting Flows data used to populate Kanban cards.\nThese endpoints support filtering, sorting, and pagination of the underlying workflow task dataset.\n"
|
|
11
16
|
}
|
|
12
17
|
],
|
|
13
18
|
"security": [
|
|
@@ -22,16 +27,48 @@
|
|
|
22
27
|
"/v1/kanban/board": {
|
|
23
28
|
"post": {
|
|
24
29
|
"operationId": "createKanbanBoard",
|
|
25
|
-
"summary": "
|
|
26
|
-
"description": "
|
|
30
|
+
"summary": "createKanbanBoard",
|
|
31
|
+
"description": "Creates a new Kanban board with the provided configuration.\n\nA board must have a title and a config containing at least one dataset. Swimlanes and filters can be configured to display specific subsets of workflow tasks or entities.\n",
|
|
27
32
|
"tags": [
|
|
28
33
|
"Kanban"
|
|
29
34
|
],
|
|
30
35
|
"requestBody": {
|
|
36
|
+
"required": true,
|
|
31
37
|
"content": {
|
|
32
38
|
"application/json": {
|
|
33
39
|
"schema": {
|
|
34
40
|
"$ref": "#/components/schemas/Board"
|
|
41
|
+
},
|
|
42
|
+
"example": {
|
|
43
|
+
"title": "My Sales Board",
|
|
44
|
+
"description": "Track open opportunities",
|
|
45
|
+
"config": {
|
|
46
|
+
"dataset": "workflow_tasks_overview",
|
|
47
|
+
"swimlanes": [
|
|
48
|
+
{
|
|
49
|
+
"id": "lane-1",
|
|
50
|
+
"title": "New",
|
|
51
|
+
"position": 1,
|
|
52
|
+
"filter": {
|
|
53
|
+
"items": [
|
|
54
|
+
{
|
|
55
|
+
"key": "status",
|
|
56
|
+
"operator": "EQUALS",
|
|
57
|
+
"value": "new",
|
|
58
|
+
"data_type": "string"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"combination": "AND"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"card_config": {
|
|
66
|
+
"fields": [
|
|
67
|
+
"assignee",
|
|
68
|
+
"due_date"
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
35
72
|
}
|
|
36
73
|
}
|
|
37
74
|
}
|
|
@@ -43,21 +80,62 @@
|
|
|
43
80
|
"application/json": {
|
|
44
81
|
"schema": {
|
|
45
82
|
"$ref": "#/components/schemas/Board"
|
|
83
|
+
},
|
|
84
|
+
"example": {
|
|
85
|
+
"id": "board-abc123",
|
|
86
|
+
"title": "My Sales Board",
|
|
87
|
+
"description": "Track open opportunities",
|
|
88
|
+
"org_id": "728224",
|
|
89
|
+
"created_by": "user-1",
|
|
90
|
+
"created_at": "2024-01-15T09:00:00.000Z",
|
|
91
|
+
"updated_at": "2024-01-15T09:00:00.000Z",
|
|
92
|
+
"config": {
|
|
93
|
+
"dataset": "workflow_tasks_overview",
|
|
94
|
+
"swimlanes": []
|
|
95
|
+
}
|
|
46
96
|
}
|
|
47
97
|
}
|
|
48
98
|
}
|
|
49
99
|
},
|
|
50
100
|
"400": {
|
|
51
|
-
"description": "Bad request - Invalid input data"
|
|
101
|
+
"description": "Bad request - Invalid input data",
|
|
102
|
+
"content": {
|
|
103
|
+
"application/json": {
|
|
104
|
+
"schema": {
|
|
105
|
+
"$ref": "#/components/schemas/Error"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
52
109
|
},
|
|
53
110
|
"401": {
|
|
54
|
-
"description": "Unauthorized - Authentication required"
|
|
111
|
+
"description": "Unauthorized - Authentication required",
|
|
112
|
+
"content": {
|
|
113
|
+
"application/json": {
|
|
114
|
+
"schema": {
|
|
115
|
+
"$ref": "#/components/schemas/Error"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
55
119
|
},
|
|
56
120
|
"403": {
|
|
57
|
-
"description": "Forbidden - Insufficient permissions"
|
|
121
|
+
"description": "Forbidden - Insufficient permissions",
|
|
122
|
+
"content": {
|
|
123
|
+
"application/json": {
|
|
124
|
+
"schema": {
|
|
125
|
+
"$ref": "#/components/schemas/Error"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
58
129
|
},
|
|
59
130
|
"500": {
|
|
60
|
-
"description": "Internal server error"
|
|
131
|
+
"description": "Internal server error",
|
|
132
|
+
"content": {
|
|
133
|
+
"application/json": {
|
|
134
|
+
"schema": {
|
|
135
|
+
"$ref": "#/components/schemas/Error"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
61
139
|
}
|
|
62
140
|
}
|
|
63
141
|
}
|
|
@@ -65,8 +143,8 @@
|
|
|
65
143
|
"/v1/kanban/boards": {
|
|
66
144
|
"get": {
|
|
67
145
|
"operationId": "getKanbanBoards",
|
|
68
|
-
"summary": "
|
|
69
|
-
"description": "
|
|
146
|
+
"summary": "getKanbanBoards",
|
|
147
|
+
"description": "Returns a list of all Kanban boards accessible to the authenticated user.\n\nUse the `filter` query parameter to narrow results to boards the user owns (`owned`) or boards shared with them (`shared`). When omitted, all accessible boards are returned.\n",
|
|
70
148
|
"tags": [
|
|
71
149
|
"Kanban"
|
|
72
150
|
],
|
|
@@ -95,18 +173,54 @@
|
|
|
95
173
|
"items": {
|
|
96
174
|
"$ref": "#/components/schemas/BoardSummary"
|
|
97
175
|
}
|
|
98
|
-
}
|
|
176
|
+
},
|
|
177
|
+
"example": [
|
|
178
|
+
{
|
|
179
|
+
"id": "board-abc123",
|
|
180
|
+
"title": "My Sales Board",
|
|
181
|
+
"description": "Track open opportunities",
|
|
182
|
+
"org_id": "728224",
|
|
183
|
+
"created_by": "user-1",
|
|
184
|
+
"created_at": "2024-01-15T09:00:00.000Z",
|
|
185
|
+
"updated_at": "2024-01-15T09:00:00.000Z",
|
|
186
|
+
"shared_with_org": false,
|
|
187
|
+
"owners": [
|
|
188
|
+
"user-1"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
]
|
|
99
192
|
}
|
|
100
193
|
}
|
|
101
194
|
},
|
|
102
195
|
"401": {
|
|
103
|
-
"description": "Unauthorized - Authentication required"
|
|
196
|
+
"description": "Unauthorized - Authentication required",
|
|
197
|
+
"content": {
|
|
198
|
+
"application/json": {
|
|
199
|
+
"schema": {
|
|
200
|
+
"$ref": "#/components/schemas/Error"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
104
204
|
},
|
|
105
205
|
"403": {
|
|
106
|
-
"description": "Forbidden - Insufficient permissions"
|
|
206
|
+
"description": "Forbidden - Insufficient permissions",
|
|
207
|
+
"content": {
|
|
208
|
+
"application/json": {
|
|
209
|
+
"schema": {
|
|
210
|
+
"$ref": "#/components/schemas/Error"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
107
214
|
},
|
|
108
215
|
"500": {
|
|
109
|
-
"description": "Internal server error"
|
|
216
|
+
"description": "Internal server error",
|
|
217
|
+
"content": {
|
|
218
|
+
"application/json": {
|
|
219
|
+
"schema": {
|
|
220
|
+
"$ref": "#/components/schemas/Error"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
110
224
|
}
|
|
111
225
|
}
|
|
112
226
|
}
|
|
@@ -114,8 +228,8 @@
|
|
|
114
228
|
"/v1/kanban/board/{boardId}": {
|
|
115
229
|
"get": {
|
|
116
230
|
"operationId": "getKanbanBoard",
|
|
117
|
-
"summary": "
|
|
118
|
-
"description": "
|
|
231
|
+
"summary": "getKanbanBoard",
|
|
232
|
+
"description": "Retrieves a Kanban board by ID, including its full configuration (swimlanes, filters, sorting, card fields).\n\nUse `\"default\"` as the `boardId` to retrieve the organization's currently configured default board.\n",
|
|
119
233
|
"tags": [
|
|
120
234
|
"Kanban"
|
|
121
235
|
],
|
|
@@ -138,28 +252,100 @@
|
|
|
138
252
|
"application/json": {
|
|
139
253
|
"schema": {
|
|
140
254
|
"$ref": "#/components/schemas/Board"
|
|
255
|
+
},
|
|
256
|
+
"example": {
|
|
257
|
+
"id": "board-abc123",
|
|
258
|
+
"title": "My Sales Board",
|
|
259
|
+
"description": "Track open opportunities",
|
|
260
|
+
"org_id": "728224",
|
|
261
|
+
"created_by": "user-1",
|
|
262
|
+
"created_at": "2024-01-15T09:00:00.000Z",
|
|
263
|
+
"updated_at": "2024-01-15T09:00:00.000Z",
|
|
264
|
+
"shared_with_org": false,
|
|
265
|
+
"owners": [
|
|
266
|
+
"user-1"
|
|
267
|
+
],
|
|
268
|
+
"config": {
|
|
269
|
+
"dataset": "workflow_tasks_overview",
|
|
270
|
+
"swimlanes": [
|
|
271
|
+
{
|
|
272
|
+
"id": "lane-1",
|
|
273
|
+
"title": "New",
|
|
274
|
+
"position": 1,
|
|
275
|
+
"filter": {
|
|
276
|
+
"items": [
|
|
277
|
+
{
|
|
278
|
+
"key": "status",
|
|
279
|
+
"operator": "EQUALS",
|
|
280
|
+
"value": "new",
|
|
281
|
+
"data_type": "string"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"combination": "AND"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
],
|
|
288
|
+
"card_config": {
|
|
289
|
+
"fields": [
|
|
290
|
+
"assignee",
|
|
291
|
+
"due_date"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"sorting": {
|
|
295
|
+
"field": "created_at",
|
|
296
|
+
"direction": "desc"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
141
299
|
}
|
|
142
300
|
}
|
|
143
301
|
}
|
|
144
302
|
},
|
|
145
303
|
"401": {
|
|
146
|
-
"description": "Unauthorized - Authentication required"
|
|
304
|
+
"description": "Unauthorized - Authentication required",
|
|
305
|
+
"content": {
|
|
306
|
+
"application/json": {
|
|
307
|
+
"schema": {
|
|
308
|
+
"$ref": "#/components/schemas/Error"
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
147
312
|
},
|
|
148
313
|
"403": {
|
|
149
|
-
"description": "Forbidden - Insufficient permissions"
|
|
314
|
+
"description": "Forbidden - Insufficient permissions",
|
|
315
|
+
"content": {
|
|
316
|
+
"application/json": {
|
|
317
|
+
"schema": {
|
|
318
|
+
"$ref": "#/components/schemas/Error"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
150
322
|
},
|
|
151
323
|
"404": {
|
|
152
|
-
"description": "Board not found"
|
|
324
|
+
"description": "Board not found",
|
|
325
|
+
"content": {
|
|
326
|
+
"application/json": {
|
|
327
|
+
"schema": {
|
|
328
|
+
"$ref": "#/components/schemas/Error"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
153
332
|
},
|
|
154
333
|
"500": {
|
|
155
|
-
"description": "Internal server error"
|
|
334
|
+
"description": "Internal server error",
|
|
335
|
+
"content": {
|
|
336
|
+
"application/json": {
|
|
337
|
+
"schema": {
|
|
338
|
+
"$ref": "#/components/schemas/Error"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
156
342
|
}
|
|
157
343
|
}
|
|
158
344
|
},
|
|
159
345
|
"put": {
|
|
160
346
|
"operationId": "updateKanbanBoard",
|
|
161
|
-
"summary": "
|
|
162
|
-
"description": "
|
|
347
|
+
"summary": "updateKanbanBoard",
|
|
348
|
+
"description": "Fully replaces the configuration of an existing Kanban board by ID.\n\nAll board fields (title, config, swimlanes, filters) must be provided. Use PATCH for partial updates.\n",
|
|
163
349
|
"tags": [
|
|
164
350
|
"Kanban"
|
|
165
351
|
],
|
|
@@ -170,10 +356,12 @@
|
|
|
170
356
|
"required": true,
|
|
171
357
|
"schema": {
|
|
172
358
|
"type": "string"
|
|
173
|
-
}
|
|
359
|
+
},
|
|
360
|
+
"description": "The ID of the board to update."
|
|
174
361
|
}
|
|
175
362
|
],
|
|
176
363
|
"requestBody": {
|
|
364
|
+
"required": true,
|
|
177
365
|
"content": {
|
|
178
366
|
"application/json": {
|
|
179
367
|
"schema": {
|
|
@@ -189,31 +377,83 @@
|
|
|
189
377
|
"application/json": {
|
|
190
378
|
"schema": {
|
|
191
379
|
"$ref": "#/components/schemas/Board"
|
|
380
|
+
},
|
|
381
|
+
"example": {
|
|
382
|
+
"id": "board-abc123",
|
|
383
|
+
"title": "Updated Sales Board",
|
|
384
|
+
"description": "Track open opportunities",
|
|
385
|
+
"org_id": "728224",
|
|
386
|
+
"created_by": "user-1",
|
|
387
|
+
"created_at": "2024-01-15T09:00:00.000Z",
|
|
388
|
+
"updated_at": "2024-01-16T10:30:00.000Z",
|
|
389
|
+
"shared_with_org": false,
|
|
390
|
+
"owners": [
|
|
391
|
+
"user-1"
|
|
392
|
+
],
|
|
393
|
+
"config": {
|
|
394
|
+
"dataset": "workflow_tasks_overview",
|
|
395
|
+
"swimlanes": []
|
|
396
|
+
}
|
|
192
397
|
}
|
|
193
398
|
}
|
|
194
399
|
}
|
|
195
400
|
},
|
|
196
401
|
"400": {
|
|
197
|
-
"description": "Bad request - Invalid input data"
|
|
402
|
+
"description": "Bad request - Invalid input data",
|
|
403
|
+
"content": {
|
|
404
|
+
"application/json": {
|
|
405
|
+
"schema": {
|
|
406
|
+
"$ref": "#/components/schemas/Error"
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
}
|
|
198
410
|
},
|
|
199
411
|
"401": {
|
|
200
|
-
"description": "Unauthorized - Authentication required"
|
|
412
|
+
"description": "Unauthorized - Authentication required",
|
|
413
|
+
"content": {
|
|
414
|
+
"application/json": {
|
|
415
|
+
"schema": {
|
|
416
|
+
"$ref": "#/components/schemas/Error"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
201
420
|
},
|
|
202
421
|
"403": {
|
|
203
|
-
"description": "Forbidden - Insufficient permissions"
|
|
422
|
+
"description": "Forbidden - Insufficient permissions",
|
|
423
|
+
"content": {
|
|
424
|
+
"application/json": {
|
|
425
|
+
"schema": {
|
|
426
|
+
"$ref": "#/components/schemas/Error"
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
204
430
|
},
|
|
205
431
|
"404": {
|
|
206
|
-
"description": "Board not found"
|
|
432
|
+
"description": "Board not found",
|
|
433
|
+
"content": {
|
|
434
|
+
"application/json": {
|
|
435
|
+
"schema": {
|
|
436
|
+
"$ref": "#/components/schemas/Error"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
207
440
|
},
|
|
208
441
|
"500": {
|
|
209
|
-
"description": "Internal server error"
|
|
442
|
+
"description": "Internal server error",
|
|
443
|
+
"content": {
|
|
444
|
+
"application/json": {
|
|
445
|
+
"schema": {
|
|
446
|
+
"$ref": "#/components/schemas/Error"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
210
450
|
}
|
|
211
451
|
}
|
|
212
452
|
},
|
|
213
453
|
"patch": {
|
|
214
454
|
"operationId": "patchKanbanBoard",
|
|
215
|
-
"summary": "
|
|
216
|
-
"description": "
|
|
455
|
+
"summary": "patchKanbanBoard",
|
|
456
|
+
"description": "Partially updates fields of an existing Kanban board by ID.\n\nOnly the fields provided in the request body will be updated. Useful for updating sharing settings, ownership, or title without replacing the full board configuration.\n",
|
|
217
457
|
"tags": [
|
|
218
458
|
"Kanban"
|
|
219
459
|
],
|
|
@@ -224,10 +464,12 @@
|
|
|
224
464
|
"required": true,
|
|
225
465
|
"schema": {
|
|
226
466
|
"type": "string"
|
|
227
|
-
}
|
|
467
|
+
},
|
|
468
|
+
"description": "The ID of the board to patch."
|
|
228
469
|
}
|
|
229
470
|
],
|
|
230
471
|
"requestBody": {
|
|
472
|
+
"required": true,
|
|
231
473
|
"content": {
|
|
232
474
|
"application/json": {
|
|
233
475
|
"schema": {
|
|
@@ -245,10 +487,12 @@
|
|
|
245
487
|
"type": "array",
|
|
246
488
|
"items": {
|
|
247
489
|
"type": "string"
|
|
248
|
-
}
|
|
490
|
+
},
|
|
491
|
+
"description": "Array of user IDs to share the board with"
|
|
249
492
|
},
|
|
250
493
|
"shared_with_org": {
|
|
251
|
-
"type": "boolean"
|
|
494
|
+
"type": "boolean",
|
|
495
|
+
"description": "Whether the board is shared with the entire organization"
|
|
252
496
|
},
|
|
253
497
|
"owners": {
|
|
254
498
|
"type": "array",
|
|
@@ -258,6 +502,14 @@
|
|
|
258
502
|
"description": "Array of user IDs who have full ownership rights for this board (view, edit, delete)"
|
|
259
503
|
}
|
|
260
504
|
}
|
|
505
|
+
},
|
|
506
|
+
"example": {
|
|
507
|
+
"title": "Updated Board Title",
|
|
508
|
+
"shared_with_org": true,
|
|
509
|
+
"owners": [
|
|
510
|
+
"user-1",
|
|
511
|
+
"user-2"
|
|
512
|
+
]
|
|
261
513
|
}
|
|
262
514
|
}
|
|
263
515
|
}
|
|
@@ -269,31 +521,83 @@
|
|
|
269
521
|
"application/json": {
|
|
270
522
|
"schema": {
|
|
271
523
|
"$ref": "#/components/schemas/Board"
|
|
524
|
+
},
|
|
525
|
+
"example": {
|
|
526
|
+
"id": "board-abc123",
|
|
527
|
+
"title": "Updated Board Title",
|
|
528
|
+
"org_id": "728224",
|
|
529
|
+
"created_by": "user-1",
|
|
530
|
+
"created_at": "2024-01-15T09:00:00.000Z",
|
|
531
|
+
"updated_at": "2024-01-16T12:00:00.000Z",
|
|
532
|
+
"shared_with_org": true,
|
|
533
|
+
"owners": [
|
|
534
|
+
"user-1",
|
|
535
|
+
"user-2"
|
|
536
|
+
],
|
|
537
|
+
"config": {
|
|
538
|
+
"dataset": "workflow_tasks_overview",
|
|
539
|
+
"swimlanes": []
|
|
540
|
+
}
|
|
272
541
|
}
|
|
273
542
|
}
|
|
274
543
|
}
|
|
275
544
|
},
|
|
276
545
|
"400": {
|
|
277
|
-
"description": "Bad request - Invalid input data"
|
|
546
|
+
"description": "Bad request - Invalid input data",
|
|
547
|
+
"content": {
|
|
548
|
+
"application/json": {
|
|
549
|
+
"schema": {
|
|
550
|
+
"$ref": "#/components/schemas/Error"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
278
554
|
},
|
|
279
555
|
"401": {
|
|
280
|
-
"description": "Unauthorized - Authentication required"
|
|
556
|
+
"description": "Unauthorized - Authentication required",
|
|
557
|
+
"content": {
|
|
558
|
+
"application/json": {
|
|
559
|
+
"schema": {
|
|
560
|
+
"$ref": "#/components/schemas/Error"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
281
564
|
},
|
|
282
565
|
"403": {
|
|
283
|
-
"description": "Forbidden - Insufficient permissions"
|
|
566
|
+
"description": "Forbidden - Insufficient permissions",
|
|
567
|
+
"content": {
|
|
568
|
+
"application/json": {
|
|
569
|
+
"schema": {
|
|
570
|
+
"$ref": "#/components/schemas/Error"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
}
|
|
284
574
|
},
|
|
285
575
|
"404": {
|
|
286
|
-
"description": "Board not found"
|
|
576
|
+
"description": "Board not found",
|
|
577
|
+
"content": {
|
|
578
|
+
"application/json": {
|
|
579
|
+
"schema": {
|
|
580
|
+
"$ref": "#/components/schemas/Error"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
287
584
|
},
|
|
288
585
|
"500": {
|
|
289
|
-
"description": "Internal server error"
|
|
586
|
+
"description": "Internal server error",
|
|
587
|
+
"content": {
|
|
588
|
+
"application/json": {
|
|
589
|
+
"schema": {
|
|
590
|
+
"$ref": "#/components/schemas/Error"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
290
594
|
}
|
|
291
595
|
}
|
|
292
596
|
},
|
|
293
597
|
"delete": {
|
|
294
598
|
"operationId": "deleteKanbanBoard",
|
|
295
|
-
"summary": "
|
|
296
|
-
"description": "
|
|
599
|
+
"summary": "deleteKanbanBoard",
|
|
600
|
+
"description": "Permanently deletes a Kanban board by ID. This action is irreversible.",
|
|
297
601
|
"tags": [
|
|
298
602
|
"Kanban"
|
|
299
603
|
],
|
|
@@ -304,7 +608,8 @@
|
|
|
304
608
|
"required": true,
|
|
305
609
|
"schema": {
|
|
306
610
|
"type": "string"
|
|
307
|
-
}
|
|
611
|
+
},
|
|
612
|
+
"description": "The ID of the board to delete."
|
|
308
613
|
}
|
|
309
614
|
],
|
|
310
615
|
"responses": {
|
|
@@ -312,16 +617,44 @@
|
|
|
312
617
|
"description": "Successfully deleted board"
|
|
313
618
|
},
|
|
314
619
|
"401": {
|
|
315
|
-
"description": "Unauthorized - Authentication required"
|
|
620
|
+
"description": "Unauthorized - Authentication required",
|
|
621
|
+
"content": {
|
|
622
|
+
"application/json": {
|
|
623
|
+
"schema": {
|
|
624
|
+
"$ref": "#/components/schemas/Error"
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
316
628
|
},
|
|
317
629
|
"403": {
|
|
318
|
-
"description": "Forbidden - Insufficient permissions"
|
|
630
|
+
"description": "Forbidden - Insufficient permissions",
|
|
631
|
+
"content": {
|
|
632
|
+
"application/json": {
|
|
633
|
+
"schema": {
|
|
634
|
+
"$ref": "#/components/schemas/Error"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
319
638
|
},
|
|
320
639
|
"404": {
|
|
321
|
-
"description": "Board not found"
|
|
640
|
+
"description": "Board not found",
|
|
641
|
+
"content": {
|
|
642
|
+
"application/json": {
|
|
643
|
+
"schema": {
|
|
644
|
+
"$ref": "#/components/schemas/Error"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
322
648
|
},
|
|
323
649
|
"500": {
|
|
324
|
-
"description": "Internal server error"
|
|
650
|
+
"description": "Internal server error",
|
|
651
|
+
"content": {
|
|
652
|
+
"application/json": {
|
|
653
|
+
"schema": {
|
|
654
|
+
"$ref": "#/components/schemas/Error"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
325
658
|
}
|
|
326
659
|
}
|
|
327
660
|
}
|
|
@@ -329,8 +662,8 @@
|
|
|
329
662
|
"/v1/kanban/org/default-board": {
|
|
330
663
|
"put": {
|
|
331
664
|
"operationId": "setDefaultKanbanBoard",
|
|
332
|
-
"summary": "
|
|
333
|
-
"description": "
|
|
665
|
+
"summary": "setDefaultKanbanBoard",
|
|
666
|
+
"description": "Sets a Kanban board as the default board for the organization.\n\nThe default board is shown to users who access the Kanban view without specifying a specific board ID.\nPass `boardId` as a query parameter to identify the board to set as default.\n",
|
|
334
667
|
"tags": [
|
|
335
668
|
"Kanban"
|
|
336
669
|
],
|
|
@@ -342,7 +675,8 @@
|
|
|
342
675
|
"schema": {
|
|
343
676
|
"type": "string"
|
|
344
677
|
},
|
|
345
|
-
"description": "The ID of the board to set as default"
|
|
678
|
+
"description": "The ID of the board to set as default",
|
|
679
|
+
"example": "board-abc123"
|
|
346
680
|
}
|
|
347
681
|
],
|
|
348
682
|
"responses": {
|
|
@@ -360,31 +694,70 @@
|
|
|
360
694
|
"type": "string"
|
|
361
695
|
}
|
|
362
696
|
}
|
|
697
|
+
},
|
|
698
|
+
"example": {
|
|
699
|
+
"message": "Default board set successfully",
|
|
700
|
+
"default_board_id": "board-abc123"
|
|
363
701
|
}
|
|
364
702
|
}
|
|
365
703
|
}
|
|
366
704
|
},
|
|
367
705
|
"400": {
|
|
368
|
-
"description": "Bad request - Invalid input data or boardId missing"
|
|
706
|
+
"description": "Bad request - Invalid input data or boardId missing",
|
|
707
|
+
"content": {
|
|
708
|
+
"application/json": {
|
|
709
|
+
"schema": {
|
|
710
|
+
"$ref": "#/components/schemas/Error"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
369
714
|
},
|
|
370
715
|
"401": {
|
|
371
|
-
"description": "Unauthorized - Authentication required"
|
|
716
|
+
"description": "Unauthorized - Authentication required",
|
|
717
|
+
"content": {
|
|
718
|
+
"application/json": {
|
|
719
|
+
"schema": {
|
|
720
|
+
"$ref": "#/components/schemas/Error"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
372
724
|
},
|
|
373
725
|
"403": {
|
|
374
|
-
"description": "Forbidden - Insufficient permissions"
|
|
726
|
+
"description": "Forbidden - Insufficient permissions",
|
|
727
|
+
"content": {
|
|
728
|
+
"application/json": {
|
|
729
|
+
"schema": {
|
|
730
|
+
"$ref": "#/components/schemas/Error"
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
}
|
|
375
734
|
},
|
|
376
735
|
"404": {
|
|
377
|
-
"description": "Board not found"
|
|
736
|
+
"description": "Board not found",
|
|
737
|
+
"content": {
|
|
738
|
+
"application/json": {
|
|
739
|
+
"schema": {
|
|
740
|
+
"$ref": "#/components/schemas/Error"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
}
|
|
378
744
|
},
|
|
379
745
|
"500": {
|
|
380
|
-
"description": "Internal server error"
|
|
746
|
+
"description": "Internal server error",
|
|
747
|
+
"content": {
|
|
748
|
+
"application/json": {
|
|
749
|
+
"schema": {
|
|
750
|
+
"$ref": "#/components/schemas/Error"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
}
|
|
381
754
|
}
|
|
382
755
|
}
|
|
383
756
|
},
|
|
384
757
|
"delete": {
|
|
385
758
|
"operationId": "clearDefaultKanbanBoard",
|
|
386
|
-
"summary": "
|
|
387
|
-
"description": "
|
|
759
|
+
"summary": "clearDefaultKanbanBoard",
|
|
760
|
+
"description": "Removes the default board configuration for the organization.\n\nAfter calling this endpoint, `getKanbanBoard` with `boardId=default` will return a 404 until a new default is set.\n",
|
|
388
761
|
"tags": [
|
|
389
762
|
"Kanban"
|
|
390
763
|
],
|
|
@@ -404,18 +777,43 @@
|
|
|
404
777
|
"nullable": true
|
|
405
778
|
}
|
|
406
779
|
}
|
|
780
|
+
},
|
|
781
|
+
"example": {
|
|
782
|
+
"message": "Default board cleared successfully",
|
|
783
|
+
"default_board_id": null
|
|
407
784
|
}
|
|
408
785
|
}
|
|
409
786
|
}
|
|
410
787
|
},
|
|
411
788
|
"401": {
|
|
412
|
-
"description": "Unauthorized - Authentication required"
|
|
789
|
+
"description": "Unauthorized - Authentication required",
|
|
790
|
+
"content": {
|
|
791
|
+
"application/json": {
|
|
792
|
+
"schema": {
|
|
793
|
+
"$ref": "#/components/schemas/Error"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
413
797
|
},
|
|
414
798
|
"403": {
|
|
415
|
-
"description": "Forbidden - Insufficient permissions"
|
|
799
|
+
"description": "Forbidden - Insufficient permissions",
|
|
800
|
+
"content": {
|
|
801
|
+
"application/json": {
|
|
802
|
+
"schema": {
|
|
803
|
+
"$ref": "#/components/schemas/Error"
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
416
807
|
},
|
|
417
808
|
"500": {
|
|
418
|
-
"description": "Internal server error"
|
|
809
|
+
"description": "Internal server error",
|
|
810
|
+
"content": {
|
|
811
|
+
"application/json": {
|
|
812
|
+
"schema": {
|
|
813
|
+
"$ref": "#/components/schemas/Error"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
}
|
|
419
817
|
}
|
|
420
818
|
}
|
|
421
819
|
}
|
|
@@ -424,7 +822,7 @@
|
|
|
424
822
|
"get": {
|
|
425
823
|
"operationId": "flowsAutocomplete",
|
|
426
824
|
"summary": "flowsAutocomplete",
|
|
427
|
-
"description": "
|
|
825
|
+
"description": "Returns autocomplete suggestions for a given attribute in the Flows dataset.\n\nUse this endpoint to power filter dropdowns and search inputs in the Kanban board configuration UI.\nThe `attribute` parameter specifies which field to autocomplete (e.g. `name`, `assignee`, `status`).\nThe optional `input` parameter filters results to those matching the typed prefix.\n",
|
|
428
826
|
"tags": [
|
|
429
827
|
"Query"
|
|
430
828
|
],
|
|
@@ -432,15 +830,16 @@
|
|
|
432
830
|
{
|
|
433
831
|
"name": "input",
|
|
434
832
|
"in": "query",
|
|
435
|
-
"description": "
|
|
833
|
+
"description": "Typed input string to filter autocomplete suggestions",
|
|
436
834
|
"schema": {
|
|
437
835
|
"type": "string"
|
|
438
|
-
}
|
|
836
|
+
},
|
|
837
|
+
"example": "John"
|
|
439
838
|
},
|
|
440
839
|
{
|
|
441
840
|
"name": "attribute",
|
|
442
841
|
"in": "query",
|
|
443
|
-
"description": "
|
|
842
|
+
"description": "The field name to autocomplete values for",
|
|
444
843
|
"schema": {
|
|
445
844
|
"type": "string",
|
|
446
845
|
"example": "name"
|
|
@@ -471,7 +870,7 @@
|
|
|
471
870
|
],
|
|
472
871
|
"responses": {
|
|
473
872
|
"200": {
|
|
474
|
-
"description": "
|
|
873
|
+
"description": "Autocomplete results returned successfully",
|
|
475
874
|
"content": {
|
|
476
875
|
"application/json": {
|
|
477
876
|
"schema": {
|
|
@@ -510,6 +909,46 @@
|
|
|
510
909
|
}
|
|
511
910
|
}
|
|
512
911
|
}
|
|
912
|
+
},
|
|
913
|
+
"400": {
|
|
914
|
+
"description": "Bad request - Missing or invalid parameters",
|
|
915
|
+
"content": {
|
|
916
|
+
"application/json": {
|
|
917
|
+
"schema": {
|
|
918
|
+
"$ref": "#/components/schemas/Error"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"401": {
|
|
924
|
+
"description": "Unauthorized - Authentication required",
|
|
925
|
+
"content": {
|
|
926
|
+
"application/json": {
|
|
927
|
+
"schema": {
|
|
928
|
+
"$ref": "#/components/schemas/Error"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"403": {
|
|
934
|
+
"description": "Forbidden - Insufficient permissions",
|
|
935
|
+
"content": {
|
|
936
|
+
"application/json": {
|
|
937
|
+
"schema": {
|
|
938
|
+
"$ref": "#/components/schemas/Error"
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"500": {
|
|
944
|
+
"description": "Internal server error",
|
|
945
|
+
"content": {
|
|
946
|
+
"application/json": {
|
|
947
|
+
"schema": {
|
|
948
|
+
"$ref": "#/components/schemas/Error"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
513
952
|
}
|
|
514
953
|
}
|
|
515
954
|
}
|
|
@@ -518,26 +957,103 @@
|
|
|
518
957
|
"post": {
|
|
519
958
|
"operationId": "executeFlowsQuery",
|
|
520
959
|
"summary": "executeFlowsQuery",
|
|
521
|
-
"description": "
|
|
960
|
+
"description": "Executes a query against the Flows dataset and returns paginated results for use in Kanban card rendering.\n\nSupports filtering with complex AND/OR logic, sorting, and offset-based pagination.\nResults are used to populate Kanban swimlane cards with real-time workflow task data.\n",
|
|
522
961
|
"tags": [
|
|
523
962
|
"Query"
|
|
524
963
|
],
|
|
525
964
|
"requestBody": {
|
|
965
|
+
"required": true,
|
|
526
966
|
"content": {
|
|
527
967
|
"application/json": {
|
|
528
968
|
"schema": {
|
|
529
969
|
"$ref": "#/components/schemas/FlowsQueryRequest"
|
|
970
|
+
},
|
|
971
|
+
"example": {
|
|
972
|
+
"filters": {
|
|
973
|
+
"items": [
|
|
974
|
+
{
|
|
975
|
+
"key": "status",
|
|
976
|
+
"operator": "IS_ONE_OF",
|
|
977
|
+
"value": [
|
|
978
|
+
"open",
|
|
979
|
+
"in_progress"
|
|
980
|
+
],
|
|
981
|
+
"data_type": "string"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"combination": "AND"
|
|
985
|
+
},
|
|
986
|
+
"sorting": {
|
|
987
|
+
"field": "created_at",
|
|
988
|
+
"direction": "desc"
|
|
989
|
+
},
|
|
990
|
+
"from": 0,
|
|
991
|
+
"size": 10
|
|
530
992
|
}
|
|
531
993
|
}
|
|
532
994
|
}
|
|
533
995
|
},
|
|
534
996
|
"responses": {
|
|
535
997
|
"200": {
|
|
536
|
-
"description": "Query
|
|
998
|
+
"description": "Query executed successfully",
|
|
537
999
|
"content": {
|
|
538
1000
|
"application/json": {
|
|
539
1001
|
"schema": {
|
|
540
1002
|
"$ref": "#/components/schemas/FlowsQueryResult"
|
|
1003
|
+
},
|
|
1004
|
+
"example": {
|
|
1005
|
+
"results": [
|
|
1006
|
+
{
|
|
1007
|
+
"id": "flow-001",
|
|
1008
|
+
"status": "open",
|
|
1009
|
+
"assignee": "user-1",
|
|
1010
|
+
"created_at": "2024-01-10T08:00:00.000Z"
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"hits": 42,
|
|
1014
|
+
"page_number": 1,
|
|
1015
|
+
"page_size": 10,
|
|
1016
|
+
"total_pages": 5
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"400": {
|
|
1022
|
+
"description": "Bad request - Invalid filter or sort configuration",
|
|
1023
|
+
"content": {
|
|
1024
|
+
"application/json": {
|
|
1025
|
+
"schema": {
|
|
1026
|
+
"$ref": "#/components/schemas/Error"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"401": {
|
|
1032
|
+
"description": "Unauthorized - Authentication required",
|
|
1033
|
+
"content": {
|
|
1034
|
+
"application/json": {
|
|
1035
|
+
"schema": {
|
|
1036
|
+
"$ref": "#/components/schemas/Error"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"403": {
|
|
1042
|
+
"description": "Forbidden - Insufficient permissions",
|
|
1043
|
+
"content": {
|
|
1044
|
+
"application/json": {
|
|
1045
|
+
"schema": {
|
|
1046
|
+
"$ref": "#/components/schemas/Error"
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"500": {
|
|
1052
|
+
"description": "Internal server error",
|
|
1053
|
+
"content": {
|
|
1054
|
+
"application/json": {
|
|
1055
|
+
"schema": {
|
|
1056
|
+
"$ref": "#/components/schemas/Error"
|
|
541
1057
|
}
|
|
542
1058
|
}
|
|
543
1059
|
}
|
|
@@ -555,15 +1071,32 @@
|
|
|
555
1071
|
"bearerFormat": "JWT"
|
|
556
1072
|
},
|
|
557
1073
|
"EpilotOrg": {
|
|
558
|
-
"description": "Overrides the target organization to allow shared
|
|
1074
|
+
"description": "Overrides the target organization to allow shared tenant access",
|
|
559
1075
|
"name": "x-epilot-org-id",
|
|
560
1076
|
"in": "header",
|
|
561
1077
|
"type": "apiKey"
|
|
562
1078
|
}
|
|
563
1079
|
},
|
|
564
1080
|
"schemas": {
|
|
1081
|
+
"Error": {
|
|
1082
|
+
"type": "object",
|
|
1083
|
+
"description": "Standard error response",
|
|
1084
|
+
"properties": {
|
|
1085
|
+
"message": {
|
|
1086
|
+
"type": "string",
|
|
1087
|
+
"description": "Human-readable error message",
|
|
1088
|
+
"example": "Board not found"
|
|
1089
|
+
},
|
|
1090
|
+
"status": {
|
|
1091
|
+
"type": "integer",
|
|
1092
|
+
"description": "HTTP status code",
|
|
1093
|
+
"example": 404
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
565
1097
|
"BoardSummary": {
|
|
566
1098
|
"type": "object",
|
|
1099
|
+
"description": "Summary representation of a Kanban board, returned in list responses. Does not include swimlane and filter configuration details.",
|
|
567
1100
|
"properties": {
|
|
568
1101
|
"id": {
|
|
569
1102
|
"type": "string"
|
|
@@ -612,6 +1145,7 @@
|
|
|
612
1145
|
}
|
|
613
1146
|
},
|
|
614
1147
|
"Board": {
|
|
1148
|
+
"description": "Full representation of a Kanban board, including swimlane layout, filter configuration, card display fields, and sorting options.",
|
|
615
1149
|
"allOf": [
|
|
616
1150
|
{
|
|
617
1151
|
"$ref": "#/components/schemas/BoardSummary"
|
|
@@ -666,6 +1200,7 @@
|
|
|
666
1200
|
},
|
|
667
1201
|
"Swimlane": {
|
|
668
1202
|
"type": "object",
|
|
1203
|
+
"description": "A vertical column in a Kanban board that groups workflow tasks or entities matching its filter criteria. Each swimlane has an independent filter and a display position.",
|
|
669
1204
|
"properties": {
|
|
670
1205
|
"id": {
|
|
671
1206
|
"type": "string"
|
|
@@ -689,6 +1224,7 @@
|
|
|
689
1224
|
},
|
|
690
1225
|
"Sorting": {
|
|
691
1226
|
"type": "object",
|
|
1227
|
+
"description": "Defines how query results should be sorted. Specify a field name and sort direction.",
|
|
692
1228
|
"properties": {
|
|
693
1229
|
"field": {
|
|
694
1230
|
"type": "string",
|
|
@@ -709,6 +1245,7 @@
|
|
|
709
1245
|
},
|
|
710
1246
|
"BoardFilter": {
|
|
711
1247
|
"type": "object",
|
|
1248
|
+
"description": "A filter group containing one or more filter items or nested filter groups. Items are combined using the specified logical operator (AND/OR).",
|
|
712
1249
|
"properties": {
|
|
713
1250
|
"items": {
|
|
714
1251
|
"type": "array",
|
|
@@ -792,7 +1329,8 @@
|
|
|
792
1329
|
"LAST_WEEK",
|
|
793
1330
|
"THIS_MONTH",
|
|
794
1331
|
"NEXT_MONTH",
|
|
795
|
-
"LAST_MONTH"
|
|
1332
|
+
"LAST_MONTH",
|
|
1333
|
+
"TODAY_OR_EARLIER"
|
|
796
1334
|
],
|
|
797
1335
|
"description": "Dynamic date keywords that resolve to actual dates at runtime"
|
|
798
1336
|
},
|
|
@@ -843,44 +1381,61 @@
|
|
|
843
1381
|
},
|
|
844
1382
|
"FlowsQueryRequest": {
|
|
845
1383
|
"type": "object",
|
|
1384
|
+
"description": "Request payload for executing a query against the Flows dataset. Supports filter conditions, sorting, and offset-based pagination.",
|
|
846
1385
|
"properties": {
|
|
847
1386
|
"filters": {
|
|
848
|
-
"$ref": "#/components/schemas/BoardFilter"
|
|
1387
|
+
"$ref": "#/components/schemas/BoardFilter",
|
|
1388
|
+
"description": "Optional filter conditions to narrow the result set using AND/OR logic."
|
|
849
1389
|
},
|
|
850
1390
|
"sorting": {
|
|
851
|
-
"$ref": "#/components/schemas/Sorting"
|
|
1391
|
+
"$ref": "#/components/schemas/Sorting",
|
|
1392
|
+
"description": "Sort the results by a specific field and direction."
|
|
852
1393
|
},
|
|
853
1394
|
"from": {
|
|
854
1395
|
"type": "number",
|
|
855
|
-
"default": 0
|
|
1396
|
+
"default": 0,
|
|
1397
|
+
"description": "Zero-based offset for pagination. Use with `size` to paginate through results.",
|
|
1398
|
+
"example": 0
|
|
856
1399
|
},
|
|
857
1400
|
"size": {
|
|
858
1401
|
"type": "number",
|
|
859
|
-
"default": 10
|
|
1402
|
+
"default": 10,
|
|
1403
|
+
"description": "Number of results to return per page.",
|
|
1404
|
+
"example": 10
|
|
860
1405
|
}
|
|
861
1406
|
}
|
|
862
1407
|
},
|
|
863
1408
|
"FlowsQueryResult": {
|
|
864
1409
|
"type": "object",
|
|
1410
|
+
"description": "Paginated result set returned from a Flows query. Each item in `results` is a workflow task record with dynamic fields depending on the dataset configuration.",
|
|
865
1411
|
"properties": {
|
|
866
1412
|
"results": {
|
|
867
1413
|
"type": "array",
|
|
1414
|
+
"description": "Array of matching workflow task records. Fields vary based on the dataset and card configuration.",
|
|
868
1415
|
"items": {
|
|
869
1416
|
"type": "object",
|
|
870
1417
|
"additionalProperties": true
|
|
871
1418
|
}
|
|
872
1419
|
},
|
|
873
1420
|
"hits": {
|
|
874
|
-
"type": "number"
|
|
1421
|
+
"type": "number",
|
|
1422
|
+
"description": "Total number of records matching the query (across all pages).",
|
|
1423
|
+
"example": 42
|
|
875
1424
|
},
|
|
876
1425
|
"page_number": {
|
|
877
|
-
"type": "number"
|
|
1426
|
+
"type": "number",
|
|
1427
|
+
"description": "Current page number (1-based).",
|
|
1428
|
+
"example": 1
|
|
878
1429
|
},
|
|
879
1430
|
"page_size": {
|
|
880
|
-
"type": "number"
|
|
1431
|
+
"type": "number",
|
|
1432
|
+
"description": "Number of results per page (matches the `size` request parameter).",
|
|
1433
|
+
"example": 10
|
|
881
1434
|
},
|
|
882
1435
|
"total_pages": {
|
|
883
|
-
"type": "number"
|
|
1436
|
+
"type": "number",
|
|
1437
|
+
"description": "Total number of available pages based on `hits` and `page_size`.",
|
|
1438
|
+
"example": 5
|
|
884
1439
|
}
|
|
885
1440
|
},
|
|
886
1441
|
"additionalProperties": true
|
|
@@ -919,9 +1474,6 @@
|
|
|
919
1474
|
}
|
|
920
1475
|
},
|
|
921
1476
|
"servers": [
|
|
922
|
-
{
|
|
923
|
-
"url": "https://kanban.sls.epilot.io"
|
|
924
|
-
},
|
|
925
1477
|
{
|
|
926
1478
|
"url": "https://kanban.sls.epilot.io"
|
|
927
1479
|
}
|