@epilot/sdk 2.2.7 → 2.3.1
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/README.md +3 -2
- package/definitions/automation-runtime.json +1 -1
- package/definitions/automation.json +209 -0
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +1279 -150
- package/definitions/data-governance-runtime.json +1 -0
- package/definitions/data-governance.json +1126 -0
- package/definitions/deduplication-runtime.json +1 -1
- package/definitions/deduplication.json +135 -4
- package/definitions/design-runtime.json +1 -1
- package/definitions/design.json +103 -57
- package/definitions/email-settings-runtime.json +1 -1
- package/definitions/email-settings.json +29 -0
- package/definitions/entity.json +44 -2
- package/definitions/{erp-integration-runtime.json → integration-toolkit-runtime.json} +1 -1
- package/definitions/{erp-integration.json → integration-toolkit.json} +76 -5
- package/definitions/journey.json +9 -0
- package/definitions/message-runtime.json +1 -1
- package/definitions/message.json +202 -0
- package/definitions/sharing-runtime.json +1 -0
- package/definitions/sharing.json +956 -0
- package/definitions/template-variables.json +12 -4
- package/definitions/user.json +52 -0
- package/definitions/workflow-definition.json +15 -1
- package/definitions/workflow-runtime.json +1 -1
- package/definitions/workflow.json +102 -0
- package/dist/README-KX4XC2HB.js +7 -0
- package/dist/README-PTYV6PQI.cjs +7 -0
- package/dist/{_index-NWNYWBIF.js → _index-CLT2KTVS.js} +9 -6
- package/dist/{_index-ONGE545F.cjs → _index-O7JDGRSE.cjs} +8 -5
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +8 -8
- package/dist/apis/automation.d.cts +2 -2
- package/dist/apis/automation.d.ts +2 -2
- package/dist/apis/automation.js +2 -2
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +38 -0
- package/dist/apis/{data-management.d.cts → data-governance.d.cts} +5 -5
- package/dist/apis/{data-management.d.ts → data-governance.d.ts} +5 -5
- package/dist/apis/{data-management.js → data-governance.js} +10 -10
- package/dist/apis/deduplication.cjs +8 -8
- package/dist/apis/deduplication.d.cts +2 -2
- package/dist/apis/deduplication.d.ts +2 -2
- package/dist/apis/deduplication.js +2 -2
- package/dist/apis/design.cjs +8 -8
- package/dist/apis/design.d.cts +2 -2
- package/dist/apis/design.d.ts +2 -2
- package/dist/apis/design.js +2 -2
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +8 -8
- package/dist/apis/email-settings.d.cts +2 -2
- package/dist/apis/email-settings.d.ts +2 -2
- package/dist/apis/email-settings.js +2 -2
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.d.cts +2 -2
- package/dist/apis/entity.d.ts +2 -2
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/erp-integration.cjs +6 -6
- package/dist/apis/erp-integration.d.cts +5755 -3
- package/dist/apis/erp-integration.d.ts +5755 -3
- package/dist/apis/erp-integration.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +38 -0
- package/dist/apis/integration-toolkit.d.cts +18 -0
- package/dist/apis/integration-toolkit.d.ts +18 -0
- package/dist/apis/integration-toolkit.js +38 -0
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.d.cts +2 -2
- package/dist/apis/journey.d.ts +2 -2
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +8 -8
- package/dist/apis/message.d.cts +2 -2
- package/dist/apis/message.d.ts +2 -2
- package/dist/apis/message.js +2 -2
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +38 -0
- package/dist/apis/sharing.d.cts +18 -0
- package/dist/apis/sharing.d.ts +18 -0
- package/dist/apis/sharing.js +38 -0
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.d.cts +2 -2
- package/dist/apis/template-variables.d.ts +2 -2
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.d.cts +2 -2
- package/dist/apis/user.d.ts +2 -2
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.d.cts +2 -2
- package/dist/apis/workflow-definition.d.ts +2 -2
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +8 -8
- package/dist/apis/workflow.d.cts +2 -2
- package/dist/apis/workflow.d.ts +2 -2
- package/dist/apis/workflow.js +2 -2
- package/dist/automation-GFNNLSIN.js +7 -0
- package/dist/automation-IOCVCTKR.cjs +7 -0
- package/dist/{automation-runtime-YBGGE5PL.cjs → automation-runtime-DO5QSGJJ.cjs} +2 -2
- package/dist/{automation-runtime-L5UKEFLA.js → automation-runtime-VP4M7Z4R.js} +1 -1
- package/dist/{automation.d-D7BzN7Gq.d.cts → automation.d-CzhG2m4L.d.cts} +353 -3
- package/dist/{automation.d-D7BzN7Gq.d.ts → automation.d-CzhG2m4L.d.ts} +353 -3
- package/dist/blueprint-manifest-ELK4SGN7.js +7 -0
- package/dist/blueprint-manifest-VBOWPK52.cjs +7 -0
- package/dist/{blueprint-manifest-runtime-2RTW5C52.js → blueprint-manifest-runtime-E2FN43TB.js} +1 -1
- package/dist/{blueprint-manifest-runtime-AF3FIDVX.cjs → blueprint-manifest-runtime-G4UK5VEX.cjs} +2 -2
- package/dist/{blueprint-manifest.d-DECw6HdM.d.cts → blueprint-manifest.d-BGrGU787.d.cts} +712 -22
- package/dist/{blueprint-manifest.d-DECw6HdM.d.ts → blueprint-manifest.d-BGrGU787.d.ts} +712 -22
- package/dist/chunk-5APJZUIH.cjs +14 -0
- package/dist/chunk-5ED7FB3Q.js +14 -0
- package/dist/{chunk-UNCVJH6J.cjs → chunk-77JS7NDM.cjs} +1 -1
- package/dist/{chunk-6UAS2VVG.js → chunk-DLYPVF4U.js} +1 -1
- package/dist/chunk-DVM27A7E.cjs +14 -0
- package/dist/{chunk-3NLMZLCD.js → chunk-EFWPEVXI.js} +1 -1
- package/dist/chunk-EIIIKDOJ.cjs +14 -0
- package/dist/{chunk-HAZ3WP7V.cjs → chunk-IAHSYVYB.cjs} +1 -1
- package/dist/chunk-JTFWOEZF.cjs +14 -0
- package/dist/{chunk-A67W5WAP.cjs → chunk-KEI3GHDY.cjs} +1 -1
- package/dist/chunk-KIWRGUKM.js +14 -0
- package/dist/{chunk-PSQMDY3B.js → chunk-KQKBSWGI.js} +1 -1
- package/dist/chunk-NPDSA7T2.js +14 -0
- package/dist/{chunk-ZI33AJQ5.cjs → chunk-QNZPOA54.cjs} +1 -1
- package/dist/{chunk-BN6EJPDC.js → chunk-QSEIJWJW.js} +31 -26
- package/dist/{chunk-VUVWHQMP.cjs → chunk-TKTSGA7G.cjs} +31 -26
- package/dist/chunk-TZQFJ5GX.cjs +14 -0
- package/dist/chunk-U4PUHKZC.js +14 -0
- package/dist/chunk-VPDA5SAH.js +14 -0
- package/dist/chunk-WT26LFC2.js +14 -0
- package/dist/{chunk-3YSEO476.js → chunk-X2SC4GW5.js} +1 -1
- package/dist/chunk-ZL6KDJFT.cjs +14 -0
- package/dist/data-governance-2U5UU4GM.cjs +7 -0
- package/dist/data-governance-36Y33JVG.js +7 -0
- package/dist/{data-management-W5JQGGGH.js → data-governance-PLS5TJ7Z.js} +3 -3
- package/dist/{data-management-XFSRLFYA.cjs → data-governance-ZJ2K4ZWX.cjs} +3 -3
- package/dist/data-governance-runtime-LITKCNSG.js +5 -0
- package/dist/{data-management-runtime-J5IS7T47.cjs → data-governance-runtime-TDGFG67G.cjs} +2 -2
- package/dist/data-governance.d-BbZ466j5.d.cts +1178 -0
- package/dist/data-governance.d-BbZ466j5.d.ts +1178 -0
- package/dist/deduplication-G2ZY4NMX.js +7 -0
- package/dist/deduplication-PKKTZAEA.cjs +7 -0
- package/dist/{deduplication-runtime-BBHG7MJW.cjs → deduplication-runtime-5QS6I4S7.cjs} +2 -2
- package/dist/{deduplication-runtime-DLGBF4RN.js → deduplication-runtime-VL4R2VIG.js} +1 -1
- package/dist/deduplication.d-D5GYddVu.d.cts +218 -0
- package/dist/deduplication.d-D5GYddVu.d.ts +218 -0
- package/dist/design-NISDHPFD.cjs +7 -0
- package/dist/design-WL4AZIGX.js +7 -0
- package/dist/design-runtime-OXEXKZVG.cjs +5 -0
- package/dist/{design-runtime-3SKJA7QH.js → design-runtime-QMJM4FAF.js} +1 -1
- package/dist/{design.d-eA-irKEX.d.ts → design.d-DTo29S0F.d.cts} +142 -15
- package/dist/{design.d-eA-irKEX.d.cts → design.d-DTo29S0F.d.ts} +142 -15
- package/dist/email-settings-CKFJU4WZ.js +7 -0
- package/dist/email-settings-NQJJKS2P.cjs +7 -0
- package/dist/{email-settings-runtime-Q2HVKJDS.js → email-settings-runtime-EGIJ2AVQ.js} +1 -1
- package/dist/{email-settings-runtime-3NJIAWWI.cjs → email-settings-runtime-WGVLI7N6.cjs} +2 -2
- package/dist/{email-settings.d-DUvmLZMN.d.ts → email-settings.d-B7Q_xT25.d.cts} +29 -2
- package/dist/{email-settings.d-DUvmLZMN.d.cts → email-settings.d-B7Q_xT25.d.ts} +29 -2
- package/dist/entity-CK76MXVN.js +7 -0
- package/dist/entity-TFMH5VTZ.cjs +7 -0
- package/dist/{entity.d-__Tx1Y0J.d.cts → entity.d-ByufVI16.d.cts} +40 -1
- package/dist/{entity.d-__Tx1Y0J.d.ts → entity.d-ByufVI16.d.ts} +40 -1
- package/dist/erp-integration-PAVHSUDM.cjs +7 -0
- package/dist/erp-integration-SBQJ6HEG.js +7 -0
- package/dist/index.cjs +67 -40
- package/dist/index.d.cts +36 -34
- package/dist/index.d.ts +36 -34
- package/dist/index.js +54 -27
- package/dist/integration-toolkit-FRPFOYT2.js +7 -0
- package/dist/integration-toolkit-VNMDI55O.cjs +7 -0
- package/dist/integration-toolkit-runtime-5KG3LGXF.cjs +5 -0
- package/dist/integration-toolkit-runtime-LYHFVIRW.js +5 -0
- package/dist/{erp-integration.d-B4XPU_j-.d.cts → integration-toolkit.d-Ry-KC9ow.d.cts} +69 -3
- package/dist/{erp-integration.d-B4XPU_j-.d.ts → integration-toolkit.d-Ry-KC9ow.d.ts} +69 -3
- package/dist/journey-KDR5EU3W.js +7 -0
- package/dist/journey-REBN4TGQ.cjs +7 -0
- package/dist/{journey.d-BguKXj73.d.cts → journey.d-ClXO0xK8.d.cts} +8 -0
- package/dist/{journey.d-BguKXj73.d.ts → journey.d-ClXO0xK8.d.ts} +8 -0
- package/dist/message-HCA2KSH6.js +7 -0
- package/dist/message-J2SFQJNB.cjs +7 -0
- package/dist/{message-runtime-ITR7MPKT.cjs → message-runtime-CGFCT6FU.cjs} +2 -2
- package/dist/{message-runtime-YMKW2N3R.js → message-runtime-XDCFFLYK.js} +1 -1
- package/dist/{message.d-YEv1kmQd.d.cts → message.d-D3QUkBjg.d.cts} +230 -4
- package/dist/{message.d-YEv1kmQd.d.ts → message.d-D3QUkBjg.d.ts} +230 -4
- package/dist/sharing-KEWK5LNG.js +976 -0
- package/dist/sharing-MNDABPL7.js +7 -0
- package/dist/sharing-MR7ANOST.cjs +7 -0
- package/dist/sharing-WG4L7LH2.cjs +976 -0
- package/dist/sharing-runtime-OZGIZWL3.js +5 -0
- package/dist/sharing-runtime-VOFLBIFW.cjs +5 -0
- package/dist/sharing.d-sOXq-gtz.d.cts +571 -0
- package/dist/sharing.d-sOXq-gtz.d.ts +571 -0
- package/dist/{template-variables-VKDJJZUT.js → template-variables-6CLOG67C.js} +13 -0
- package/dist/{template-variables-OAYS2E3G.cjs → template-variables-I72B5WS6.cjs} +13 -0
- package/dist/{template-variables.d-Ch3H3zYf.d.cts → template-variables.d-Ble9TSBa.d.cts} +8 -2
- package/dist/{template-variables.d-Ch3H3zYf.d.ts → template-variables.d-Ble9TSBa.d.ts} +8 -2
- package/dist/user-7ZN2XO7G.cjs +7 -0
- package/dist/user-ZK7BK6VY.js +7 -0
- package/dist/{user.d-CXqM751M.d.cts → user.d-D18fe97W.d.cts} +75 -3
- package/dist/{user.d-CXqM751M.d.ts → user.d-D18fe97W.d.ts} +75 -3
- package/dist/workflow-CQOBZ25C.cjs +7 -0
- package/dist/workflow-G7VFCXY7.js +7 -0
- package/dist/workflow-definition-CVBYKAUY.cjs +7 -0
- package/dist/workflow-definition-GNAKDNG7.js +7 -0
- package/dist/{workflow-definition.d-CtmE-ymB.d.cts → workflow-definition.d-ByCJK9_x.d.cts} +16 -0
- package/dist/{workflow-definition.d-CtmE-ymB.d.ts → workflow-definition.d-ByCJK9_x.d.ts} +16 -0
- package/dist/{workflow-runtime-RLZO2OQB.js → workflow-runtime-DNTQDYPQ.js} +1 -1
- package/dist/{workflow-runtime-WCJ7NRTH.cjs → workflow-runtime-VKFESVFX.cjs} +2 -2
- package/dist/{workflow.d-DvhTpEtU.d.cts → workflow.d-pD8ISOg-.d.cts} +73 -1
- package/dist/{workflow.d-DvhTpEtU.d.ts → workflow.d-pD8ISOg-.d.ts} +73 -1
- package/docs/automation.md +141 -15
- package/docs/blueprint-manifest.md +854 -55
- package/docs/{data-management.md → data-governance.md} +113 -28
- package/docs/deduplication.md +122 -0
- package/docs/design.md +140 -82
- package/docs/email-settings.md +22 -0
- package/docs/entity.md +17 -0
- package/docs/erp-integration.md +21 -6
- package/docs/integration-toolkit.md +6048 -0
- package/docs/journey.md +6 -0
- package/docs/message.md +110 -1
- package/docs/sharing.md +1181 -0
- package/docs/template-variables.md +13 -0
- package/docs/user.md +62 -8
- package/docs/workflow-definition.md +28 -14
- package/docs/workflow.md +231 -30
- package/package.json +29 -17
- package/definitions/data-management-runtime.json +0 -1
- package/definitions/data-management.json +0 -978
- package/dist/README-6OOYWQYJ.cjs +0 -7
- package/dist/README-JUWX7KNV.js +0 -7
- package/dist/apis/data-management.cjs +0 -38
- package/dist/automation-3HGCK725.cjs +0 -7
- package/dist/automation-72VGEJCY.js +0 -7
- package/dist/blueprint-manifest-CXSCRQ5X.js +0 -7
- package/dist/blueprint-manifest-SHNZPK5O.cjs +0 -7
- package/dist/chunk-4BCQGZJB.cjs +0 -14
- package/dist/chunk-4G6LO3JY.cjs +0 -14
- package/dist/chunk-6GC363VV.js +0 -14
- package/dist/chunk-75ZWZM3L.js +0 -14
- package/dist/chunk-D32L2HMX.cjs +0 -14
- package/dist/chunk-O4JDWMYD.js +0 -14
- package/dist/chunk-RXMOHUBP.cjs +0 -14
- package/dist/chunk-ZKQ573B7.js +0 -14
- package/dist/data-management-3N3A3XBM.js +0 -7
- package/dist/data-management-YXFLQWLV.cjs +0 -7
- package/dist/data-management-runtime-DN7FGK7G.js +0 -5
- package/dist/data-management.d-BXS5jbJY.d.cts +0 -547
- package/dist/data-management.d-BXS5jbJY.d.ts +0 -547
- package/dist/deduplication-ECVAZVVA.cjs +0 -7
- package/dist/deduplication-GYIST22B.js +0 -7
- package/dist/deduplication.d-w_2aJD5f.d.cts +0 -113
- package/dist/deduplication.d-w_2aJD5f.d.ts +0 -113
- package/dist/design-KUVXMFFK.cjs +0 -7
- package/dist/design-YKBXRW5C.js +0 -7
- package/dist/design-runtime-Y3VGTQLP.cjs +0 -5
- package/dist/email-settings-EJ3DCPPN.js +0 -7
- package/dist/email-settings-TALOPLBC.cjs +0 -7
- package/dist/entity-M5F22DSS.cjs +0 -7
- package/dist/entity-RT4YRZDG.js +0 -7
- package/dist/erp-integration-76K5HOGL.js +0 -7
- package/dist/erp-integration-A33WOGPF.cjs +0 -7
- package/dist/journey-HKN7QXCZ.cjs +0 -7
- package/dist/journey-UBZCOJNW.js +0 -7
- package/dist/message-3XZLJR6R.cjs +0 -7
- package/dist/message-ZNMCS5YH.js +0 -7
- package/dist/user-EIEOI3OG.js +0 -7
- package/dist/user-NJJ7XVKB.cjs +0 -7
- package/dist/workflow-3LLURW3H.js +0 -7
- package/dist/workflow-RAGQDYXT.cjs +0 -7
- package/dist/workflow-definition-MBOMPMCG.js +0 -7
- package/dist/workflow-definition-SPAHD3HS.cjs +0 -7
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"title": "
|
|
5
|
-
"version": "0.
|
|
6
|
-
"description": "API for integrating with
|
|
4
|
+
"title": "Integration Toolkit API",
|
|
5
|
+
"version": "1.0.3",
|
|
6
|
+
"description": "API for integrating with external systems in a standardised way."
|
|
7
7
|
},
|
|
8
8
|
"tags": [
|
|
9
9
|
{
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"servers": [
|
|
35
35
|
{
|
|
36
|
-
"url": "https://
|
|
36
|
+
"url": "https://integration-toolkit.sls.epilot.io"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"security": [
|
|
@@ -3196,6 +3196,13 @@
|
|
|
3196
3196
|
"protected": {
|
|
3197
3197
|
"type": "boolean",
|
|
3198
3198
|
"description": "If true, integration is displayed in read-only mode in the UI to discourage changes"
|
|
3199
|
+
},
|
|
3200
|
+
"_manifest": {
|
|
3201
|
+
"type": "array",
|
|
3202
|
+
"description": "The manifest IDs associated with this integration",
|
|
3203
|
+
"items": {
|
|
3204
|
+
"type": "string"
|
|
3205
|
+
}
|
|
3199
3206
|
}
|
|
3200
3207
|
}
|
|
3201
3208
|
},
|
|
@@ -5097,12 +5104,14 @@
|
|
|
5097
5104
|
},
|
|
5098
5105
|
"headers": {
|
|
5099
5106
|
"type": "object",
|
|
5107
|
+
"description": "Custom HTTP headers for the request. Values support {{variable}} interpolation from the request payload and {{env.VAR}} references for environment variables.",
|
|
5100
5108
|
"additionalProperties": {
|
|
5101
5109
|
"type": "string"
|
|
5102
5110
|
}
|
|
5103
5111
|
},
|
|
5104
5112
|
"query_params": {
|
|
5105
5113
|
"type": "object",
|
|
5114
|
+
"description": "Query parameters for the request. Values support {{variable}} interpolation from the request payload.",
|
|
5106
5115
|
"additionalProperties": {
|
|
5107
5116
|
"type": "string"
|
|
5108
5117
|
}
|
|
@@ -7154,7 +7163,7 @@
|
|
|
7154
7163
|
"properties": {
|
|
7155
7164
|
"use_case_id": {
|
|
7156
7165
|
"type": "string",
|
|
7157
|
-
"description": "Filter by use case ID (UUID). Empty string matches \"General\" events."
|
|
7166
|
+
"description": "Filter by use case ID (UUID). Empty string matches \"General\" events. Special value \"__unknown__\" matches events whose use_case_id does not belong to any currently configured use case for this integration (excludes \"General\" events).\n"
|
|
7158
7167
|
},
|
|
7159
7168
|
"use_case_type": {
|
|
7160
7169
|
"type": "string",
|
|
@@ -7440,6 +7449,61 @@
|
|
|
7440
7449
|
"secure_proxy"
|
|
7441
7450
|
],
|
|
7442
7451
|
"description": "Filter by use case type"
|
|
7452
|
+
},
|
|
7453
|
+
"group_by": {
|
|
7454
|
+
"type": "string",
|
|
7455
|
+
"enum": [
|
|
7456
|
+
"use_case_type",
|
|
7457
|
+
"use_case"
|
|
7458
|
+
],
|
|
7459
|
+
"description": "Field to group the bucket breakdown by"
|
|
7460
|
+
}
|
|
7461
|
+
}
|
|
7462
|
+
},
|
|
7463
|
+
"TimeSeriesBreakdownItemV2": {
|
|
7464
|
+
"type": "object",
|
|
7465
|
+
"required": [
|
|
7466
|
+
"success_count",
|
|
7467
|
+
"error_count",
|
|
7468
|
+
"warning_count",
|
|
7469
|
+
"skipped_count",
|
|
7470
|
+
"total_count"
|
|
7471
|
+
],
|
|
7472
|
+
"properties": {
|
|
7473
|
+
"use_case_type": {
|
|
7474
|
+
"type": "string",
|
|
7475
|
+
"enum": [
|
|
7476
|
+
"inbound",
|
|
7477
|
+
"outbound",
|
|
7478
|
+
"file_proxy",
|
|
7479
|
+
"managed_call",
|
|
7480
|
+
"secure_proxy"
|
|
7481
|
+
],
|
|
7482
|
+
"description": "Present when grouping by use_case_type"
|
|
7483
|
+
},
|
|
7484
|
+
"use_case_id": {
|
|
7485
|
+
"type": "string",
|
|
7486
|
+
"description": "Present when grouping by use_case. Unknown historical IDs are collapsed into \"__unknown__\""
|
|
7487
|
+
},
|
|
7488
|
+
"success_count": {
|
|
7489
|
+
"type": "integer",
|
|
7490
|
+
"description": "Number of successful events in the breakdown item"
|
|
7491
|
+
},
|
|
7492
|
+
"error_count": {
|
|
7493
|
+
"type": "integer",
|
|
7494
|
+
"description": "Number of error events in the breakdown item"
|
|
7495
|
+
},
|
|
7496
|
+
"warning_count": {
|
|
7497
|
+
"type": "integer",
|
|
7498
|
+
"description": "Number of warning events in the breakdown item"
|
|
7499
|
+
},
|
|
7500
|
+
"skipped_count": {
|
|
7501
|
+
"type": "integer",
|
|
7502
|
+
"description": "Number of skipped events in the breakdown item"
|
|
7503
|
+
},
|
|
7504
|
+
"total_count": {
|
|
7505
|
+
"type": "integer",
|
|
7506
|
+
"description": "Total events in the breakdown item"
|
|
7443
7507
|
}
|
|
7444
7508
|
}
|
|
7445
7509
|
},
|
|
@@ -7474,6 +7538,13 @@
|
|
|
7474
7538
|
"total_count": {
|
|
7475
7539
|
"type": "integer",
|
|
7476
7540
|
"description": "Total events in the bucket"
|
|
7541
|
+
},
|
|
7542
|
+
"breakdown": {
|
|
7543
|
+
"type": "array",
|
|
7544
|
+
"description": "Statistics breakdown by the requested group_by field for this bucket",
|
|
7545
|
+
"items": {
|
|
7546
|
+
"$ref": "#/components/schemas/TimeSeriesBreakdownItemV2"
|
|
7547
|
+
}
|
|
7477
7548
|
}
|
|
7478
7549
|
}
|
|
7479
7550
|
}
|
package/definitions/journey.json
CHANGED
|
@@ -1493,6 +1493,15 @@
|
|
|
1493
1493
|
"validationRules": {
|
|
1494
1494
|
"$ref": "#/components/schemas/ValidationRuleRef"
|
|
1495
1495
|
},
|
|
1496
|
+
"_manifest": {
|
|
1497
|
+
"type": "array",
|
|
1498
|
+
"description": "Manifest/Blueprint ID used to create/update the entity",
|
|
1499
|
+
"items": {
|
|
1500
|
+
"type": "string",
|
|
1501
|
+
"format": "uuid",
|
|
1502
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1496
1505
|
"createdBy": {
|
|
1497
1506
|
"type": "string"
|
|
1498
1507
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://message.sls.epilot.io","o":[["sendMessage","post","/v1/message/messages",[["do_not_create_entities","q"]],1],["updateMessage","put","/v1/message/messages"],["getMessage","get","/v1/message/messages/{id}",[["id","p",true]]],["deleteMessage","delete","/v1/message/messages/{id}",[["id","p",true]]],["getMessageEml","get","/v1/message/messages/{id}/eml",[["id","p",true]]],["searchMessages","post","/v1/message/messages:search",null,1],["trashMessage","post","/v1/message/messages/{id}/trash",[["id","p",true]]],["untrashMessage","post","/v1/message/messages/{id}/untrash",[["id","p",true]]],["markReadMessage","post","/v1/message/messages/{id}/read",[["id","p",true]]],["markReadMessageV2","post","/v2/message/messages/{id}/read",[["id","p",true]],1],["markUnreadMessage","post","/v1/message/messages/{id}/unread",[["id","p",true]]],["getUnread","get","/v1/message/messages/unread/{actor}",[["actor","p",true],["email_filter","q"]]],["markUnreadMessageV2","post","/v2/message/messages/{id}/unread",[["id","p",true]],1],["searchThreads","post","/v1/message/threads:search",null,1],["searchThreadsV2","post","/v2/message/threads:search",null,1],["searchIds","post","/v1/message/threads:searchIds",null,1],["updateThread","put","/v1/message/threads"],["deleteThread","delete","/v1/message/threads/{id}",[["id","p",true]]],["moveThread","post","/v1/message/threads/{id}:move",[["id","p",true]],1],["markThreadAsDone","post","/v1/message/threads/{id}:markAsDone",[["id","p",true]]],["markThreadAsOpen","post","/v1/message/threads/{id}:markAsOpen",[["id","p",true]]],["getThreadTimeline","get","/v1/message/threads/{id}/timeline",[["id","p",true]]],["trashThread","post","/v1/message/threads/{id}/trash",[["id","p",true]]],["untrashThread","post","/v1/message/threads/{id}/untrash",[["id","p",true]]],["threadBulkActionsRead","post","/v1/message/threads/bulk:read",null,1],["threadBulkActionsUnread","post","/v1/message/threads/bulk:unread",null,1],["threadBulkActionsFavorite","post","/v1/message/threads/bulk:favorite",null,1],["threadBulkActionsUnfavorite","post","/v1/message/threads/bulk:unfavorite",null,1],["threadBulkActionsTrash","post","/v1/message/threads/bulk:trash",null,1],["threadBulkActionsUntrash","post","/v1/message/threads/bulk:untrash",null,1],["threadBulkActionsDelete","post","/v1/message/threads/bulk:delete",null,1],["threadBulkActionsDone","post","/v1/message/threads/bulk:done",null,1],["threadBulkActionsOpen","post","/v1/message/threads/bulk:open",null,1],["markReadThread","post","/v1/message/threads/{id}/read",[["id","p",true]]],["markReadThreadV2","post","/v2/message/threads/{id}/read",[["id","p",true]],1],["markUnreadThread","post","/v1/message/threads/{id}/unread",[["id","p",true]]],["markUnreadThreadV2","post","/v2/message/threads/{id}/unread",[["id","p",true]],1],["assignThread","post","/v1/message/threads/{id}/assign",[["id","p",true]],1],["unassignThread","post","/v1/message/threads/{id}/unassign",[["id","p",true]],1],["assignUsers","post","/v1/message/threads/{id}/assign:users",[["id","p",true]],1],["assignUsersV2","post","/v2/message/threads/{id}/assign:users",[["id","p",true]],1],["pinThread","post","/v1/message/threads/{id}:pin",[["id","p",true]]],["unpinThread","delete","/v1/message/threads/{id}:pin",[["id","p",true]]],["createDraft","post","/v1/message/drafts",null,1],["sendDraft","post","/v1/message/drafts:send"],["getMessageV2","get","/v2/message/messages/{id}",[["id","p",true]]]]}
|
|
1
|
+
{"s":"https://message.sls.epilot.io","o":[["sendMessage","post","/v1/message/messages",[["do_not_create_entities","q"]],1],["updateMessage","put","/v1/message/messages"],["getMessage","get","/v1/message/messages/{id}",[["id","p",true]]],["deleteMessage","delete","/v1/message/messages/{id}",[["id","p",true]]],["getMessageEml","get","/v1/message/messages/{id}/eml",[["id","p",true]]],["searchMessages","post","/v1/message/messages:search",null,1],["trashMessage","post","/v1/message/messages/{id}/trash",[["id","p",true]]],["untrashMessage","post","/v1/message/messages/{id}/untrash",[["id","p",true]]],["markReadMessage","post","/v1/message/messages/{id}/read",[["id","p",true]]],["markReadMessageV2","post","/v2/message/messages/{id}/read",[["id","p",true]],1],["markUnreadMessage","post","/v1/message/messages/{id}/unread",[["id","p",true]]],["getUnread","get","/v1/message/messages/unread/{actor}",[["actor","p",true],["email_filter","q"]]],["markUnreadMessageV2","post","/v2/message/messages/{id}/unread",[["id","p",true]],1],["searchThreads","post","/v1/message/threads:search",null,1],["searchThreadsV2","post","/v2/message/threads:search",null,1],["searchIds","post","/v1/message/threads:searchIds",null,1],["updateThread","put","/v1/message/threads"],["deleteThread","delete","/v1/message/threads/{id}",[["id","p",true]]],["moveThread","post","/v1/message/threads/{id}:move",[["id","p",true]],1],["markThreadAsDone","post","/v1/message/threads/{id}:markAsDone",[["id","p",true]]],["markThreadAsOpen","post","/v1/message/threads/{id}:markAsOpen",[["id","p",true]]],["getThreadTimeline","get","/v1/message/threads/{id}/timeline",[["id","p",true]]],["trashThread","post","/v1/message/threads/{id}/trash",[["id","p",true]]],["untrashThread","post","/v1/message/threads/{id}/untrash",[["id","p",true]]],["spamThread","post","/v1/message/threads/{id}/spam",[["id","p",true]]],["unspamThread","post","/v1/message/threads/{id}/unspam",[["id","p",true]]],["spamMessage","post","/v1/message/messages/{id}/spam",[["id","p",true]]],["unspamMessage","post","/v1/message/messages/{id}/unspam",[["id","p",true]]],["bulkMoveThreads","post","/v1/message/threads/bulk:move",null,1],["bulkAssignThreads","post","/v1/message/threads/bulk:assign",null,1],["threadBulkActionsRead","post","/v1/message/threads/bulk:read",null,1],["threadBulkActionsUnread","post","/v1/message/threads/bulk:unread",null,1],["threadBulkActionsFavorite","post","/v1/message/threads/bulk:favorite",null,1],["threadBulkActionsUnfavorite","post","/v1/message/threads/bulk:unfavorite",null,1],["threadBulkActionsTrash","post","/v1/message/threads/bulk:trash",null,1],["threadBulkActionsUntrash","post","/v1/message/threads/bulk:untrash",null,1],["threadBulkActionsDelete","post","/v1/message/threads/bulk:delete",null,1],["threadBulkActionsDone","post","/v1/message/threads/bulk:done",null,1],["threadBulkActionsOpen","post","/v1/message/threads/bulk:open",null,1],["markReadThread","post","/v1/message/threads/{id}/read",[["id","p",true]]],["markReadThreadV2","post","/v2/message/threads/{id}/read",[["id","p",true]],1],["markUnreadThread","post","/v1/message/threads/{id}/unread",[["id","p",true]]],["markUnreadThreadV2","post","/v2/message/threads/{id}/unread",[["id","p",true]],1],["assignThread","post","/v1/message/threads/{id}/assign",[["id","p",true]],1],["unassignThread","post","/v1/message/threads/{id}/unassign",[["id","p",true]],1],["assignUsers","post","/v1/message/threads/{id}/assign:users",[["id","p",true]],1],["assignUsersV2","post","/v2/message/threads/{id}/assign:users",[["id","p",true]],1],["pinThread","post","/v1/message/threads/{id}:pin",[["id","p",true]]],["unpinThread","delete","/v1/message/threads/{id}:pin",[["id","p",true]]],["createDraft","post","/v1/message/drafts",null,1],["sendDraft","post","/v1/message/drafts:send"],["getMessageV2","get","/v2/message/messages/{id}",[["id","p",true]]]]}
|
package/definitions/message.json
CHANGED
|
@@ -536,6 +536,11 @@
|
|
|
536
536
|
"type": "number",
|
|
537
537
|
"description": "Total of unassigned messages",
|
|
538
538
|
"example": 1
|
|
539
|
+
},
|
|
540
|
+
"spam": {
|
|
541
|
+
"type": "number",
|
|
542
|
+
"description": "Total of spam messages",
|
|
543
|
+
"example": 3
|
|
539
544
|
}
|
|
540
545
|
}
|
|
541
546
|
}
|
|
@@ -1021,6 +1026,190 @@
|
|
|
1021
1026
|
}
|
|
1022
1027
|
}
|
|
1023
1028
|
},
|
|
1029
|
+
"/v1/message/threads/{id}/spam": {
|
|
1030
|
+
"post": {
|
|
1031
|
+
"operationId": "spamThread",
|
|
1032
|
+
"summary": "spamThread",
|
|
1033
|
+
"description": "Mark a thread as spam",
|
|
1034
|
+
"tags": [
|
|
1035
|
+
"Threads"
|
|
1036
|
+
],
|
|
1037
|
+
"parameters": [
|
|
1038
|
+
{
|
|
1039
|
+
"name": "id",
|
|
1040
|
+
"description": "Thread ID",
|
|
1041
|
+
"in": "path",
|
|
1042
|
+
"required": true,
|
|
1043
|
+
"schema": {
|
|
1044
|
+
"type": "string"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"responses": {
|
|
1049
|
+
"200": {
|
|
1050
|
+
"description": "Success"
|
|
1051
|
+
},
|
|
1052
|
+
"403": {
|
|
1053
|
+
"description": "Forbidden"
|
|
1054
|
+
},
|
|
1055
|
+
"404": {
|
|
1056
|
+
"description": "Not Found"
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"/v1/message/threads/{id}/unspam": {
|
|
1062
|
+
"post": {
|
|
1063
|
+
"operationId": "unspamThread",
|
|
1064
|
+
"summary": "unspamThread",
|
|
1065
|
+
"description": "Remove spam marking from a thread",
|
|
1066
|
+
"tags": [
|
|
1067
|
+
"Threads"
|
|
1068
|
+
],
|
|
1069
|
+
"parameters": [
|
|
1070
|
+
{
|
|
1071
|
+
"name": "id",
|
|
1072
|
+
"description": "Thread ID",
|
|
1073
|
+
"in": "path",
|
|
1074
|
+
"required": true,
|
|
1075
|
+
"schema": {
|
|
1076
|
+
"type": "string"
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"responses": {
|
|
1081
|
+
"200": {
|
|
1082
|
+
"description": "Success"
|
|
1083
|
+
},
|
|
1084
|
+
"403": {
|
|
1085
|
+
"description": "Forbidden"
|
|
1086
|
+
},
|
|
1087
|
+
"404": {
|
|
1088
|
+
"description": "Not Found"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"/v1/message/messages/{id}/spam": {
|
|
1094
|
+
"post": {
|
|
1095
|
+
"operationId": "spamMessage",
|
|
1096
|
+
"summary": "spamMessage",
|
|
1097
|
+
"description": "Mark a single message as spam. Also marks the parent thread as spam if all messages in the thread are spam.",
|
|
1098
|
+
"tags": [
|
|
1099
|
+
"Messages"
|
|
1100
|
+
],
|
|
1101
|
+
"parameters": [
|
|
1102
|
+
{
|
|
1103
|
+
"name": "id",
|
|
1104
|
+
"description": "Message ID",
|
|
1105
|
+
"in": "path",
|
|
1106
|
+
"required": true,
|
|
1107
|
+
"schema": {
|
|
1108
|
+
"type": "string"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
],
|
|
1112
|
+
"responses": {
|
|
1113
|
+
"204": {
|
|
1114
|
+
"description": "Success"
|
|
1115
|
+
},
|
|
1116
|
+
"403": {
|
|
1117
|
+
"description": "Forbidden"
|
|
1118
|
+
},
|
|
1119
|
+
"404": {
|
|
1120
|
+
"description": "Not Found"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"/v1/message/messages/{id}/unspam": {
|
|
1126
|
+
"post": {
|
|
1127
|
+
"operationId": "unspamMessage",
|
|
1128
|
+
"summary": "unspamMessage",
|
|
1129
|
+
"description": "Remove spam marking from a single message. Also removes spam from the parent thread if no other messages are spam.",
|
|
1130
|
+
"tags": [
|
|
1131
|
+
"Messages"
|
|
1132
|
+
],
|
|
1133
|
+
"parameters": [
|
|
1134
|
+
{
|
|
1135
|
+
"name": "id",
|
|
1136
|
+
"description": "Message ID",
|
|
1137
|
+
"in": "path",
|
|
1138
|
+
"required": true,
|
|
1139
|
+
"schema": {
|
|
1140
|
+
"type": "string"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"responses": {
|
|
1145
|
+
"204": {
|
|
1146
|
+
"description": "Success"
|
|
1147
|
+
},
|
|
1148
|
+
"403": {
|
|
1149
|
+
"description": "Forbidden"
|
|
1150
|
+
},
|
|
1151
|
+
"404": {
|
|
1152
|
+
"description": "Not Found"
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"/v1/message/threads/bulk:move": {
|
|
1158
|
+
"post": {
|
|
1159
|
+
"operationId": "bulkMoveThreads",
|
|
1160
|
+
"summary": "bulkMoveThreads",
|
|
1161
|
+
"description": "Move many threads to a different inbox",
|
|
1162
|
+
"tags": [
|
|
1163
|
+
"Threads"
|
|
1164
|
+
],
|
|
1165
|
+
"requestBody": {
|
|
1166
|
+
"required": true,
|
|
1167
|
+
"content": {
|
|
1168
|
+
"application/json": {
|
|
1169
|
+
"schema": {
|
|
1170
|
+
"$ref": "#/components/schemas/BulkActionsPayloadWithScopes"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"responses": {
|
|
1176
|
+
"200": {
|
|
1177
|
+
"description": "Success"
|
|
1178
|
+
},
|
|
1179
|
+
"403": {
|
|
1180
|
+
"description": "Forbidden"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"/v1/message/threads/bulk:assign": {
|
|
1186
|
+
"post": {
|
|
1187
|
+
"operationId": "bulkAssignThreads",
|
|
1188
|
+
"summary": "bulkAssignThreads",
|
|
1189
|
+
"description": "Assign many threads",
|
|
1190
|
+
"tags": [
|
|
1191
|
+
"Threads"
|
|
1192
|
+
],
|
|
1193
|
+
"requestBody": {
|
|
1194
|
+
"required": true,
|
|
1195
|
+
"content": {
|
|
1196
|
+
"application/json": {
|
|
1197
|
+
"schema": {
|
|
1198
|
+
"$ref": "#/components/schemas/BulkActionsPayloadWithScopes"
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
"responses": {
|
|
1204
|
+
"200": {
|
|
1205
|
+
"description": "Success"
|
|
1206
|
+
},
|
|
1207
|
+
"403": {
|
|
1208
|
+
"description": "Forbidden"
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1024
1213
|
"/v1/message/threads/bulk:read": {
|
|
1025
1214
|
"post": {
|
|
1026
1215
|
"operationId": "threadBulkActionsRead",
|
|
@@ -2598,6 +2787,19 @@
|
|
|
2598
2787
|
{
|
|
2599
2788
|
"type": "object",
|
|
2600
2789
|
"properties": {
|
|
2790
|
+
"assign_to": {
|
|
2791
|
+
"description": "Assignable IDs to assign the threads to",
|
|
2792
|
+
"type": "array",
|
|
2793
|
+
"items": {
|
|
2794
|
+
"type": "string",
|
|
2795
|
+
"example": "206801"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
"inbox_id": {
|
|
2799
|
+
"description": "Inbox ID to move the threads to",
|
|
2800
|
+
"type": "string",
|
|
2801
|
+
"example": "3f34ce73-089c-4d45-a5ee-c161234e41c3"
|
|
2802
|
+
},
|
|
2601
2803
|
"scopes": {
|
|
2602
2804
|
"description": "The scopes to be used when marking an item as read or unread. The read status will be synced for all provided scopes.",
|
|
2603
2805
|
"example": [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"s":"https://sharing-api.sls.epilot.io","o":[["getSharingConfiguration","get","/v1/sharing/configurations/{partner_org_id}",[["PartnerOrgIdPath"]]],["updateSharingConfiguration","patch","/v1/sharing/configurations/{partner_org_id}",[["PartnerOrgIdPath"]],1],["deleteSharingConfiguration","delete","/v1/sharing/configurations/{partner_org_id}",[["PartnerOrgIdPath"]]],["assignRoleToConfiguration","put","/v1/sharing/configurations/{partner_org_id}/role",[["PartnerOrgIdPath"]],1],["getSharingConfigurations","get","/v1/sharing/configurations",[["partner_org_ids","q",true,"form",false]]],["searchPartnerSharingConfigurations","post","/v1/sharing/configurations:search",null,1],["getConfigurationsByTemplateRole","get","/v1/sharing/configurations/by-role/{template_role_id}",[["template_role_id","p",true]]],["shareEntityWithPartners","post","/v1/sharing/entities:share",null,1],["shareChildEntityWithPartners","post","/v1/sharing/entities:share-child",null,1],["offerEntityToPartners","post","/v1/sharing/entities:offer",null,1],["getOfferStatus","get","/v1/sharing/offers/status",[["partner_org_id","q",true],["sharing_org_id","q",true],["entity_id","q",true]]],["acceptOffer","post","/v1/sharing/offers:accept",null,1]],"v":"3.0.3","cp":{"PartnerOrgIdPath":["partner_org_id","p",true]}}
|