@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.
Files changed (332) hide show
  1. package/README.md +3 -2
  2. package/definitions/automation-runtime.json +1 -1
  3. package/definitions/automation.json +209 -0
  4. package/definitions/blueprint-manifest-runtime.json +1 -1
  5. package/definitions/blueprint-manifest.json +1279 -150
  6. package/definitions/data-governance-runtime.json +1 -0
  7. package/definitions/data-governance.json +1126 -0
  8. package/definitions/deduplication-runtime.json +1 -1
  9. package/definitions/deduplication.json +135 -4
  10. package/definitions/design-runtime.json +1 -1
  11. package/definitions/design.json +103 -57
  12. package/definitions/email-settings-runtime.json +1 -1
  13. package/definitions/email-settings.json +29 -0
  14. package/definitions/entity.json +44 -2
  15. package/definitions/{erp-integration-runtime.json → integration-toolkit-runtime.json} +1 -1
  16. package/definitions/{erp-integration.json → integration-toolkit.json} +76 -5
  17. package/definitions/journey.json +9 -0
  18. package/definitions/message-runtime.json +1 -1
  19. package/definitions/message.json +202 -0
  20. package/definitions/sharing-runtime.json +1 -0
  21. package/definitions/sharing.json +956 -0
  22. package/definitions/template-variables.json +12 -4
  23. package/definitions/user.json +52 -0
  24. package/definitions/workflow-definition.json +15 -1
  25. package/definitions/workflow-runtime.json +1 -1
  26. package/definitions/workflow.json +102 -0
  27. package/dist/README-KX4XC2HB.js +7 -0
  28. package/dist/README-PTYV6PQI.cjs +7 -0
  29. package/dist/{_index-NWNYWBIF.js → _index-CLT2KTVS.js} +9 -6
  30. package/dist/{_index-ONGE545F.cjs → _index-O7JDGRSE.cjs} +8 -5
  31. package/dist/apis/access-token.cjs +6 -6
  32. package/dist/apis/access-token.js +1 -1
  33. package/dist/apis/address-suggestions.cjs +6 -6
  34. package/dist/apis/address-suggestions.js +1 -1
  35. package/dist/apis/address.cjs +6 -6
  36. package/dist/apis/address.js +1 -1
  37. package/dist/apis/ai-agents.cjs +6 -6
  38. package/dist/apis/ai-agents.js +1 -1
  39. package/dist/apis/app.cjs +6 -6
  40. package/dist/apis/app.js +1 -1
  41. package/dist/apis/audit-logs.cjs +6 -6
  42. package/dist/apis/audit-logs.js +1 -1
  43. package/dist/apis/automation.cjs +8 -8
  44. package/dist/apis/automation.d.cts +2 -2
  45. package/dist/apis/automation.d.ts +2 -2
  46. package/dist/apis/automation.js +2 -2
  47. package/dist/apis/billing.cjs +6 -6
  48. package/dist/apis/billing.js +1 -1
  49. package/dist/apis/blueprint-manifest.cjs +8 -8
  50. package/dist/apis/blueprint-manifest.d.cts +2 -2
  51. package/dist/apis/blueprint-manifest.d.ts +2 -2
  52. package/dist/apis/blueprint-manifest.js +2 -2
  53. package/dist/apis/consent.cjs +6 -6
  54. package/dist/apis/consent.js +1 -1
  55. package/dist/apis/customer-portal.cjs +6 -6
  56. package/dist/apis/customer-portal.js +1 -1
  57. package/dist/apis/dashboard.cjs +6 -6
  58. package/dist/apis/dashboard.js +1 -1
  59. package/dist/apis/data-governance.cjs +38 -0
  60. package/dist/apis/{data-management.d.cts → data-governance.d.cts} +5 -5
  61. package/dist/apis/{data-management.d.ts → data-governance.d.ts} +5 -5
  62. package/dist/apis/{data-management.js → data-governance.js} +10 -10
  63. package/dist/apis/deduplication.cjs +8 -8
  64. package/dist/apis/deduplication.d.cts +2 -2
  65. package/dist/apis/deduplication.d.ts +2 -2
  66. package/dist/apis/deduplication.js +2 -2
  67. package/dist/apis/design.cjs +8 -8
  68. package/dist/apis/design.d.cts +2 -2
  69. package/dist/apis/design.d.ts +2 -2
  70. package/dist/apis/design.js +2 -2
  71. package/dist/apis/document.cjs +6 -6
  72. package/dist/apis/document.js +1 -1
  73. package/dist/apis/email-settings.cjs +8 -8
  74. package/dist/apis/email-settings.d.cts +2 -2
  75. package/dist/apis/email-settings.d.ts +2 -2
  76. package/dist/apis/email-settings.js +2 -2
  77. package/dist/apis/email-template.cjs +6 -6
  78. package/dist/apis/email-template.js +1 -1
  79. package/dist/apis/entity-mapping.cjs +6 -6
  80. package/dist/apis/entity-mapping.js +1 -1
  81. package/dist/apis/entity.cjs +6 -6
  82. package/dist/apis/entity.d.cts +2 -2
  83. package/dist/apis/entity.d.ts +2 -2
  84. package/dist/apis/entity.js +1 -1
  85. package/dist/apis/environments.cjs +6 -6
  86. package/dist/apis/environments.js +1 -1
  87. package/dist/apis/erp-integration.cjs +6 -6
  88. package/dist/apis/erp-integration.d.cts +5755 -3
  89. package/dist/apis/erp-integration.d.ts +5755 -3
  90. package/dist/apis/erp-integration.js +1 -1
  91. package/dist/apis/event-catalog.cjs +6 -6
  92. package/dist/apis/event-catalog.js +1 -1
  93. package/dist/apis/file.cjs +6 -6
  94. package/dist/apis/file.js +1 -1
  95. package/dist/apis/iban.cjs +6 -6
  96. package/dist/apis/iban.js +1 -1
  97. package/dist/apis/integration-toolkit.cjs +38 -0
  98. package/dist/apis/integration-toolkit.d.cts +18 -0
  99. package/dist/apis/integration-toolkit.d.ts +18 -0
  100. package/dist/apis/integration-toolkit.js +38 -0
  101. package/dist/apis/journey.cjs +6 -6
  102. package/dist/apis/journey.d.cts +2 -2
  103. package/dist/apis/journey.d.ts +2 -2
  104. package/dist/apis/journey.js +1 -1
  105. package/dist/apis/kanban.cjs +6 -6
  106. package/dist/apis/kanban.js +1 -1
  107. package/dist/apis/message.cjs +8 -8
  108. package/dist/apis/message.d.cts +2 -2
  109. package/dist/apis/message.d.ts +2 -2
  110. package/dist/apis/message.js +2 -2
  111. package/dist/apis/metering.cjs +6 -6
  112. package/dist/apis/metering.js +1 -1
  113. package/dist/apis/notes.cjs +6 -6
  114. package/dist/apis/notes.js +1 -1
  115. package/dist/apis/notification.cjs +6 -6
  116. package/dist/apis/notification.js +1 -1
  117. package/dist/apis/organization.cjs +6 -6
  118. package/dist/apis/organization.js +1 -1
  119. package/dist/apis/partner-directory.cjs +6 -6
  120. package/dist/apis/partner-directory.js +1 -1
  121. package/dist/apis/permissions.cjs +6 -6
  122. package/dist/apis/permissions.js +1 -1
  123. package/dist/apis/pricing-tier.cjs +6 -6
  124. package/dist/apis/pricing-tier.js +1 -1
  125. package/dist/apis/pricing.cjs +6 -6
  126. package/dist/apis/pricing.js +1 -1
  127. package/dist/apis/purpose.cjs +6 -6
  128. package/dist/apis/purpose.js +1 -1
  129. package/dist/apis/sandbox.cjs +6 -6
  130. package/dist/apis/sandbox.js +1 -1
  131. package/dist/apis/sharing.cjs +38 -0
  132. package/dist/apis/sharing.d.cts +18 -0
  133. package/dist/apis/sharing.d.ts +18 -0
  134. package/dist/apis/sharing.js +38 -0
  135. package/dist/apis/submission.cjs +6 -6
  136. package/dist/apis/submission.js +1 -1
  137. package/dist/apis/targeting.cjs +6 -6
  138. package/dist/apis/targeting.js +1 -1
  139. package/dist/apis/template-variables.cjs +6 -6
  140. package/dist/apis/template-variables.d.cts +2 -2
  141. package/dist/apis/template-variables.d.ts +2 -2
  142. package/dist/apis/template-variables.js +1 -1
  143. package/dist/apis/user.cjs +6 -6
  144. package/dist/apis/user.d.cts +2 -2
  145. package/dist/apis/user.d.ts +2 -2
  146. package/dist/apis/user.js +1 -1
  147. package/dist/apis/validation-rules.cjs +6 -6
  148. package/dist/apis/validation-rules.js +1 -1
  149. package/dist/apis/webhooks.cjs +6 -6
  150. package/dist/apis/webhooks.js +1 -1
  151. package/dist/apis/workflow-definition.cjs +6 -6
  152. package/dist/apis/workflow-definition.d.cts +2 -2
  153. package/dist/apis/workflow-definition.d.ts +2 -2
  154. package/dist/apis/workflow-definition.js +1 -1
  155. package/dist/apis/workflow.cjs +8 -8
  156. package/dist/apis/workflow.d.cts +2 -2
  157. package/dist/apis/workflow.d.ts +2 -2
  158. package/dist/apis/workflow.js +2 -2
  159. package/dist/automation-GFNNLSIN.js +7 -0
  160. package/dist/automation-IOCVCTKR.cjs +7 -0
  161. package/dist/{automation-runtime-YBGGE5PL.cjs → automation-runtime-DO5QSGJJ.cjs} +2 -2
  162. package/dist/{automation-runtime-L5UKEFLA.js → automation-runtime-VP4M7Z4R.js} +1 -1
  163. package/dist/{automation.d-D7BzN7Gq.d.cts → automation.d-CzhG2m4L.d.cts} +353 -3
  164. package/dist/{automation.d-D7BzN7Gq.d.ts → automation.d-CzhG2m4L.d.ts} +353 -3
  165. package/dist/blueprint-manifest-ELK4SGN7.js +7 -0
  166. package/dist/blueprint-manifest-VBOWPK52.cjs +7 -0
  167. package/dist/{blueprint-manifest-runtime-2RTW5C52.js → blueprint-manifest-runtime-E2FN43TB.js} +1 -1
  168. package/dist/{blueprint-manifest-runtime-AF3FIDVX.cjs → blueprint-manifest-runtime-G4UK5VEX.cjs} +2 -2
  169. package/dist/{blueprint-manifest.d-DECw6HdM.d.cts → blueprint-manifest.d-BGrGU787.d.cts} +712 -22
  170. package/dist/{blueprint-manifest.d-DECw6HdM.d.ts → blueprint-manifest.d-BGrGU787.d.ts} +712 -22
  171. package/dist/chunk-5APJZUIH.cjs +14 -0
  172. package/dist/chunk-5ED7FB3Q.js +14 -0
  173. package/dist/{chunk-UNCVJH6J.cjs → chunk-77JS7NDM.cjs} +1 -1
  174. package/dist/{chunk-6UAS2VVG.js → chunk-DLYPVF4U.js} +1 -1
  175. package/dist/chunk-DVM27A7E.cjs +14 -0
  176. package/dist/{chunk-3NLMZLCD.js → chunk-EFWPEVXI.js} +1 -1
  177. package/dist/chunk-EIIIKDOJ.cjs +14 -0
  178. package/dist/{chunk-HAZ3WP7V.cjs → chunk-IAHSYVYB.cjs} +1 -1
  179. package/dist/chunk-JTFWOEZF.cjs +14 -0
  180. package/dist/{chunk-A67W5WAP.cjs → chunk-KEI3GHDY.cjs} +1 -1
  181. package/dist/chunk-KIWRGUKM.js +14 -0
  182. package/dist/{chunk-PSQMDY3B.js → chunk-KQKBSWGI.js} +1 -1
  183. package/dist/chunk-NPDSA7T2.js +14 -0
  184. package/dist/{chunk-ZI33AJQ5.cjs → chunk-QNZPOA54.cjs} +1 -1
  185. package/dist/{chunk-BN6EJPDC.js → chunk-QSEIJWJW.js} +31 -26
  186. package/dist/{chunk-VUVWHQMP.cjs → chunk-TKTSGA7G.cjs} +31 -26
  187. package/dist/chunk-TZQFJ5GX.cjs +14 -0
  188. package/dist/chunk-U4PUHKZC.js +14 -0
  189. package/dist/chunk-VPDA5SAH.js +14 -0
  190. package/dist/chunk-WT26LFC2.js +14 -0
  191. package/dist/{chunk-3YSEO476.js → chunk-X2SC4GW5.js} +1 -1
  192. package/dist/chunk-ZL6KDJFT.cjs +14 -0
  193. package/dist/data-governance-2U5UU4GM.cjs +7 -0
  194. package/dist/data-governance-36Y33JVG.js +7 -0
  195. package/dist/{data-management-W5JQGGGH.js → data-governance-PLS5TJ7Z.js} +3 -3
  196. package/dist/{data-management-XFSRLFYA.cjs → data-governance-ZJ2K4ZWX.cjs} +3 -3
  197. package/dist/data-governance-runtime-LITKCNSG.js +5 -0
  198. package/dist/{data-management-runtime-J5IS7T47.cjs → data-governance-runtime-TDGFG67G.cjs} +2 -2
  199. package/dist/data-governance.d-BbZ466j5.d.cts +1178 -0
  200. package/dist/data-governance.d-BbZ466j5.d.ts +1178 -0
  201. package/dist/deduplication-G2ZY4NMX.js +7 -0
  202. package/dist/deduplication-PKKTZAEA.cjs +7 -0
  203. package/dist/{deduplication-runtime-BBHG7MJW.cjs → deduplication-runtime-5QS6I4S7.cjs} +2 -2
  204. package/dist/{deduplication-runtime-DLGBF4RN.js → deduplication-runtime-VL4R2VIG.js} +1 -1
  205. package/dist/deduplication.d-D5GYddVu.d.cts +218 -0
  206. package/dist/deduplication.d-D5GYddVu.d.ts +218 -0
  207. package/dist/design-NISDHPFD.cjs +7 -0
  208. package/dist/design-WL4AZIGX.js +7 -0
  209. package/dist/design-runtime-OXEXKZVG.cjs +5 -0
  210. package/dist/{design-runtime-3SKJA7QH.js → design-runtime-QMJM4FAF.js} +1 -1
  211. package/dist/{design.d-eA-irKEX.d.ts → design.d-DTo29S0F.d.cts} +142 -15
  212. package/dist/{design.d-eA-irKEX.d.cts → design.d-DTo29S0F.d.ts} +142 -15
  213. package/dist/email-settings-CKFJU4WZ.js +7 -0
  214. package/dist/email-settings-NQJJKS2P.cjs +7 -0
  215. package/dist/{email-settings-runtime-Q2HVKJDS.js → email-settings-runtime-EGIJ2AVQ.js} +1 -1
  216. package/dist/{email-settings-runtime-3NJIAWWI.cjs → email-settings-runtime-WGVLI7N6.cjs} +2 -2
  217. package/dist/{email-settings.d-DUvmLZMN.d.ts → email-settings.d-B7Q_xT25.d.cts} +29 -2
  218. package/dist/{email-settings.d-DUvmLZMN.d.cts → email-settings.d-B7Q_xT25.d.ts} +29 -2
  219. package/dist/entity-CK76MXVN.js +7 -0
  220. package/dist/entity-TFMH5VTZ.cjs +7 -0
  221. package/dist/{entity.d-__Tx1Y0J.d.cts → entity.d-ByufVI16.d.cts} +40 -1
  222. package/dist/{entity.d-__Tx1Y0J.d.ts → entity.d-ByufVI16.d.ts} +40 -1
  223. package/dist/erp-integration-PAVHSUDM.cjs +7 -0
  224. package/dist/erp-integration-SBQJ6HEG.js +7 -0
  225. package/dist/index.cjs +67 -40
  226. package/dist/index.d.cts +36 -34
  227. package/dist/index.d.ts +36 -34
  228. package/dist/index.js +54 -27
  229. package/dist/integration-toolkit-FRPFOYT2.js +7 -0
  230. package/dist/integration-toolkit-VNMDI55O.cjs +7 -0
  231. package/dist/integration-toolkit-runtime-5KG3LGXF.cjs +5 -0
  232. package/dist/integration-toolkit-runtime-LYHFVIRW.js +5 -0
  233. package/dist/{erp-integration.d-B4XPU_j-.d.cts → integration-toolkit.d-Ry-KC9ow.d.cts} +69 -3
  234. package/dist/{erp-integration.d-B4XPU_j-.d.ts → integration-toolkit.d-Ry-KC9ow.d.ts} +69 -3
  235. package/dist/journey-KDR5EU3W.js +7 -0
  236. package/dist/journey-REBN4TGQ.cjs +7 -0
  237. package/dist/{journey.d-BguKXj73.d.cts → journey.d-ClXO0xK8.d.cts} +8 -0
  238. package/dist/{journey.d-BguKXj73.d.ts → journey.d-ClXO0xK8.d.ts} +8 -0
  239. package/dist/message-HCA2KSH6.js +7 -0
  240. package/dist/message-J2SFQJNB.cjs +7 -0
  241. package/dist/{message-runtime-ITR7MPKT.cjs → message-runtime-CGFCT6FU.cjs} +2 -2
  242. package/dist/{message-runtime-YMKW2N3R.js → message-runtime-XDCFFLYK.js} +1 -1
  243. package/dist/{message.d-YEv1kmQd.d.cts → message.d-D3QUkBjg.d.cts} +230 -4
  244. package/dist/{message.d-YEv1kmQd.d.ts → message.d-D3QUkBjg.d.ts} +230 -4
  245. package/dist/sharing-KEWK5LNG.js +976 -0
  246. package/dist/sharing-MNDABPL7.js +7 -0
  247. package/dist/sharing-MR7ANOST.cjs +7 -0
  248. package/dist/sharing-WG4L7LH2.cjs +976 -0
  249. package/dist/sharing-runtime-OZGIZWL3.js +5 -0
  250. package/dist/sharing-runtime-VOFLBIFW.cjs +5 -0
  251. package/dist/sharing.d-sOXq-gtz.d.cts +571 -0
  252. package/dist/sharing.d-sOXq-gtz.d.ts +571 -0
  253. package/dist/{template-variables-VKDJJZUT.js → template-variables-6CLOG67C.js} +13 -0
  254. package/dist/{template-variables-OAYS2E3G.cjs → template-variables-I72B5WS6.cjs} +13 -0
  255. package/dist/{template-variables.d-Ch3H3zYf.d.cts → template-variables.d-Ble9TSBa.d.cts} +8 -2
  256. package/dist/{template-variables.d-Ch3H3zYf.d.ts → template-variables.d-Ble9TSBa.d.ts} +8 -2
  257. package/dist/user-7ZN2XO7G.cjs +7 -0
  258. package/dist/user-ZK7BK6VY.js +7 -0
  259. package/dist/{user.d-CXqM751M.d.cts → user.d-D18fe97W.d.cts} +75 -3
  260. package/dist/{user.d-CXqM751M.d.ts → user.d-D18fe97W.d.ts} +75 -3
  261. package/dist/workflow-CQOBZ25C.cjs +7 -0
  262. package/dist/workflow-G7VFCXY7.js +7 -0
  263. package/dist/workflow-definition-CVBYKAUY.cjs +7 -0
  264. package/dist/workflow-definition-GNAKDNG7.js +7 -0
  265. package/dist/{workflow-definition.d-CtmE-ymB.d.cts → workflow-definition.d-ByCJK9_x.d.cts} +16 -0
  266. package/dist/{workflow-definition.d-CtmE-ymB.d.ts → workflow-definition.d-ByCJK9_x.d.ts} +16 -0
  267. package/dist/{workflow-runtime-RLZO2OQB.js → workflow-runtime-DNTQDYPQ.js} +1 -1
  268. package/dist/{workflow-runtime-WCJ7NRTH.cjs → workflow-runtime-VKFESVFX.cjs} +2 -2
  269. package/dist/{workflow.d-DvhTpEtU.d.cts → workflow.d-pD8ISOg-.d.cts} +73 -1
  270. package/dist/{workflow.d-DvhTpEtU.d.ts → workflow.d-pD8ISOg-.d.ts} +73 -1
  271. package/docs/automation.md +141 -15
  272. package/docs/blueprint-manifest.md +854 -55
  273. package/docs/{data-management.md → data-governance.md} +113 -28
  274. package/docs/deduplication.md +122 -0
  275. package/docs/design.md +140 -82
  276. package/docs/email-settings.md +22 -0
  277. package/docs/entity.md +17 -0
  278. package/docs/erp-integration.md +21 -6
  279. package/docs/integration-toolkit.md +6048 -0
  280. package/docs/journey.md +6 -0
  281. package/docs/message.md +110 -1
  282. package/docs/sharing.md +1181 -0
  283. package/docs/template-variables.md +13 -0
  284. package/docs/user.md +62 -8
  285. package/docs/workflow-definition.md +28 -14
  286. package/docs/workflow.md +231 -30
  287. package/package.json +29 -17
  288. package/definitions/data-management-runtime.json +0 -1
  289. package/definitions/data-management.json +0 -978
  290. package/dist/README-6OOYWQYJ.cjs +0 -7
  291. package/dist/README-JUWX7KNV.js +0 -7
  292. package/dist/apis/data-management.cjs +0 -38
  293. package/dist/automation-3HGCK725.cjs +0 -7
  294. package/dist/automation-72VGEJCY.js +0 -7
  295. package/dist/blueprint-manifest-CXSCRQ5X.js +0 -7
  296. package/dist/blueprint-manifest-SHNZPK5O.cjs +0 -7
  297. package/dist/chunk-4BCQGZJB.cjs +0 -14
  298. package/dist/chunk-4G6LO3JY.cjs +0 -14
  299. package/dist/chunk-6GC363VV.js +0 -14
  300. package/dist/chunk-75ZWZM3L.js +0 -14
  301. package/dist/chunk-D32L2HMX.cjs +0 -14
  302. package/dist/chunk-O4JDWMYD.js +0 -14
  303. package/dist/chunk-RXMOHUBP.cjs +0 -14
  304. package/dist/chunk-ZKQ573B7.js +0 -14
  305. package/dist/data-management-3N3A3XBM.js +0 -7
  306. package/dist/data-management-YXFLQWLV.cjs +0 -7
  307. package/dist/data-management-runtime-DN7FGK7G.js +0 -5
  308. package/dist/data-management.d-BXS5jbJY.d.cts +0 -547
  309. package/dist/data-management.d-BXS5jbJY.d.ts +0 -547
  310. package/dist/deduplication-ECVAZVVA.cjs +0 -7
  311. package/dist/deduplication-GYIST22B.js +0 -7
  312. package/dist/deduplication.d-w_2aJD5f.d.cts +0 -113
  313. package/dist/deduplication.d-w_2aJD5f.d.ts +0 -113
  314. package/dist/design-KUVXMFFK.cjs +0 -7
  315. package/dist/design-YKBXRW5C.js +0 -7
  316. package/dist/design-runtime-Y3VGTQLP.cjs +0 -5
  317. package/dist/email-settings-EJ3DCPPN.js +0 -7
  318. package/dist/email-settings-TALOPLBC.cjs +0 -7
  319. package/dist/entity-M5F22DSS.cjs +0 -7
  320. package/dist/entity-RT4YRZDG.js +0 -7
  321. package/dist/erp-integration-76K5HOGL.js +0 -7
  322. package/dist/erp-integration-A33WOGPF.cjs +0 -7
  323. package/dist/journey-HKN7QXCZ.cjs +0 -7
  324. package/dist/journey-UBZCOJNW.js +0 -7
  325. package/dist/message-3XZLJR6R.cjs +0 -7
  326. package/dist/message-ZNMCS5YH.js +0 -7
  327. package/dist/user-EIEOI3OG.js +0 -7
  328. package/dist/user-NJJ7XVKB.cjs +0 -7
  329. package/dist/workflow-3LLURW3H.js +0 -7
  330. package/dist/workflow-RAGQDYXT.cjs +0 -7
  331. package/dist/workflow-definition-MBOMPMCG.js +0 -7
  332. package/dist/workflow-definition-SPAHD3HS.cjs +0 -7
@@ -0,0 +1,571 @@
1
+ import { OpenAPIClient, Parameters, AxiosRequestConfig, OperationResponse, UnknownParamsObject } from 'openapi-client-axios';
2
+
3
+ /* Auto-copied from sharing-client */
4
+
5
+
6
+ declare namespace Components {
7
+ namespace Parameters {
8
+ export type PartnerOrgIdPath = string;
9
+ }
10
+ export interface PathParameters {
11
+ PartnerOrgIdPath?: Parameters.PartnerOrgIdPath;
12
+ }
13
+ namespace Schemas {
14
+ export interface AcceptOfferPayload {
15
+ partner_org_id: string;
16
+ sharing_org_id: string;
17
+ entity_id: string;
18
+ }
19
+ export interface AssignRolePayload {
20
+ template_role_id: string;
21
+ }
22
+ export interface EntityResource {
23
+ schema: string;
24
+ entity_id: string;
25
+ parent_entity_id?: string | null;
26
+ offer_accepted?: boolean;
27
+ updated_at?: string;
28
+ created_at?: string;
29
+ }
30
+ export interface EntityResourceInput {
31
+ schema: string;
32
+ entity_id: string;
33
+ parent_entity_id?: string | null;
34
+ offer_accepted?: boolean;
35
+ }
36
+ export interface OfferEntityPayload {
37
+ offer: PartnerOfferedEntitiesInput[];
38
+ unoffer: PartnerOfferedEntitiesInput[];
39
+ }
40
+ export interface OfferEntityResource {
41
+ schema: string;
42
+ entity_id: string;
43
+ parent_entity_id?: string | null;
44
+ offer_status: OfferStatusEnum;
45
+ offered_by_user_id?: string;
46
+ updated_at?: string;
47
+ created_at?: string;
48
+ }
49
+ export interface OfferEntityResourceInput {
50
+ schema: string;
51
+ entity_id: string;
52
+ parent_entity_id?: string | null;
53
+ }
54
+ export interface OfferStatus {
55
+ entity: PartialEntity;
56
+ offer_status: OfferStatusEnum;
57
+ status_changed_at?: string;
58
+ offered_at?: string;
59
+ accepted_by_org_id?: string;
60
+ }
61
+ export type OfferStatusEnum = "EXPIRED" | "UNAVAILABLE" | "PENDING" | "DECLINED" | "ACCEPTED";
62
+ export interface PartialEntity {
63
+ _schema: string;
64
+ _id: string;
65
+ _title: string;
66
+ _created_at: string;
67
+ _updated_at: string;
68
+ }
69
+ export interface PartnerEntitiesInput {
70
+ partner_org_id: string;
71
+ entities: EntityResourceInput[];
72
+ }
73
+ export interface PartnerEntityInput {
74
+ entity: EntityResourceInput;
75
+ partner_org_id: string;
76
+ }
77
+ export interface PartnerOfferedEntitiesInput {
78
+ partner_org_id: string;
79
+ offered_entities: OfferEntityResourceInput[];
80
+ }
81
+ export interface PartnerSharingConfig {
82
+ /**
83
+ * ID of the organization that is sharing the entities
84
+ */
85
+ sharing_org_id: string;
86
+ /**
87
+ * ID of the organization that receives access to the entities
88
+ */
89
+ partner_org_id: string;
90
+ users?: string[];
91
+ partner_status?: PartnerStatus;
92
+ entities?: EntityResource[];
93
+ offered_entities?: OfferEntityResource[];
94
+ template_role_id?: string;
95
+ template_role_grants?: TemplateRoleGrant[];
96
+ generated_role_id?: string;
97
+ user_limit?: number | null;
98
+ created_at?: string;
99
+ updated_at?: string;
100
+ }
101
+ export type PartnerStatus = "REGISTERED" | "UNREGISTERED";
102
+ export interface SearchSharingConfigurationsPayload {
103
+ entities: EntityResourceInput[];
104
+ }
105
+ export interface ShareChildEntityPayload {
106
+ share: PartnerEntityInput[];
107
+ unshare: PartnerEntityInput[];
108
+ }
109
+ export interface SharingEntityPayload {
110
+ share: PartnerEntitiesInput[];
111
+ unshare: PartnerEntitiesInput[];
112
+ }
113
+ export interface TemplateRoleGrant {
114
+ action: string;
115
+ resource: string;
116
+ /**
117
+ * allow or deny
118
+ */
119
+ effect?: string;
120
+ }
121
+ export interface UpdateSharingConfigurationPayload {
122
+ user_limit?: number | null;
123
+ }
124
+ }
125
+ }
126
+ declare namespace Paths {
127
+ namespace AcceptOffer {
128
+ export type RequestBody = Components.Schemas.AcceptOfferPayload;
129
+ namespace Responses {
130
+ export type $200 = Components.Schemas.PartnerSharingConfig;
131
+ export interface $400 {
132
+ }
133
+ }
134
+ }
135
+ namespace AssignRoleToConfiguration {
136
+ namespace Parameters {
137
+ export type PartnerOrgId = string;
138
+ }
139
+ export interface PathParameters {
140
+ partner_org_id: Parameters.PartnerOrgId;
141
+ }
142
+ export type RequestBody = Components.Schemas.AssignRolePayload;
143
+ namespace Responses {
144
+ export type $200 = Components.Schemas.PartnerSharingConfig;
145
+ export interface $400 {
146
+ }
147
+ export interface $401 {
148
+ }
149
+ }
150
+ }
151
+ namespace DeleteSharingConfiguration {
152
+ namespace Parameters {
153
+ export type PartnerOrgId = string;
154
+ }
155
+ export interface PathParameters {
156
+ partner_org_id: Parameters.PartnerOrgId;
157
+ }
158
+ namespace Responses {
159
+ export type $200 = Components.Schemas.PartnerSharingConfig;
160
+ export interface $401 {
161
+ }
162
+ }
163
+ }
164
+ namespace GetConfigurationsByTemplateRole {
165
+ namespace Parameters {
166
+ export type TemplateRoleId = string;
167
+ }
168
+ export interface PathParameters {
169
+ template_role_id: Parameters.TemplateRoleId;
170
+ }
171
+ namespace Responses {
172
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
173
+ export interface $401 {
174
+ }
175
+ export interface $403 {
176
+ }
177
+ }
178
+ }
179
+ namespace GetOfferStatus {
180
+ namespace Parameters {
181
+ export type EntityId = string;
182
+ export type PartnerOrgId = string;
183
+ export type SharingOrgId = string;
184
+ }
185
+ export interface QueryParameters {
186
+ partner_org_id: Parameters.PartnerOrgId;
187
+ sharing_org_id: Parameters.SharingOrgId;
188
+ entity_id: Parameters.EntityId;
189
+ }
190
+ namespace Responses {
191
+ export type $200 = Components.Schemas.OfferStatus;
192
+ export interface $400 {
193
+ }
194
+ }
195
+ }
196
+ namespace GetSharingConfiguration {
197
+ namespace Parameters {
198
+ export type PartnerOrgId = string;
199
+ }
200
+ export interface PathParameters {
201
+ partner_org_id: Parameters.PartnerOrgId;
202
+ }
203
+ namespace Responses {
204
+ export type $200 = Components.Schemas.PartnerSharingConfig;
205
+ export interface $401 {
206
+ }
207
+ export interface $404 {
208
+ }
209
+ }
210
+ }
211
+ namespace GetSharingConfigurations {
212
+ namespace Parameters {
213
+ export type PartnerOrgIds = string[];
214
+ }
215
+ export interface QueryParameters {
216
+ partner_org_ids: Parameters.PartnerOrgIds;
217
+ }
218
+ namespace Responses {
219
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
220
+ export interface $401 {
221
+ }
222
+ }
223
+ }
224
+ namespace OfferEntityToPartners {
225
+ export type RequestBody = Components.Schemas.OfferEntityPayload;
226
+ namespace Responses {
227
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
228
+ export interface $400 {
229
+ }
230
+ export interface $401 {
231
+ }
232
+ }
233
+ }
234
+ namespace SearchPartnerSharingConfigurations {
235
+ export type RequestBody = Components.Schemas.SearchSharingConfigurationsPayload;
236
+ namespace Responses {
237
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
238
+ export interface $401 {
239
+ }
240
+ }
241
+ }
242
+ namespace ShareChildEntityWithPartners {
243
+ export type RequestBody = Components.Schemas.ShareChildEntityPayload;
244
+ namespace Responses {
245
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
246
+ export interface $400 {
247
+ }
248
+ export interface $401 {
249
+ }
250
+ }
251
+ }
252
+ namespace ShareEntityWithPartners {
253
+ export type RequestBody = Components.Schemas.SharingEntityPayload;
254
+ namespace Responses {
255
+ export type $200 = Components.Schemas.PartnerSharingConfig[];
256
+ export interface $400 {
257
+ }
258
+ export interface $401 {
259
+ }
260
+ }
261
+ }
262
+ namespace UpdateSharingConfiguration {
263
+ namespace Parameters {
264
+ export type PartnerOrgId = string;
265
+ }
266
+ export interface PathParameters {
267
+ partner_org_id: Parameters.PartnerOrgId;
268
+ }
269
+ export type RequestBody = Components.Schemas.UpdateSharingConfigurationPayload;
270
+ namespace Responses {
271
+ export type $200 = Components.Schemas.PartnerSharingConfig;
272
+ export interface $400 {
273
+ }
274
+ export interface $401 {
275
+ }
276
+ }
277
+ }
278
+ }
279
+
280
+
281
+ interface OperationMethods {
282
+ /**
283
+ * getSharingConfiguration - Get sharing configuration for a partner
284
+ *
285
+ * Returns the sharing configuration for a specific partner organization, including shared entities, offered entities, and assigned users.
286
+ */
287
+ 'getSharingConfiguration'(
288
+ parameters?: Parameters<Paths.GetSharingConfiguration.PathParameters> | null,
289
+ data?: any,
290
+ config?: AxiosRequestConfig
291
+ ): OperationResponse<Paths.GetSharingConfiguration.Responses.$200>
292
+ /**
293
+ * updateSharingConfiguration - Update sharing configuration for a partner
294
+ *
295
+ * Updates the sharing configuration for a partner, such as the user limit. Also patches the internal role if the user limit changes.
296
+ */
297
+ 'updateSharingConfiguration'(
298
+ parameters?: Parameters<Paths.UpdateSharingConfiguration.PathParameters> | null,
299
+ data?: Paths.UpdateSharingConfiguration.RequestBody,
300
+ config?: AxiosRequestConfig
301
+ ): OperationResponse<Paths.UpdateSharingConfiguration.Responses.$200>
302
+ /**
303
+ * deleteSharingConfiguration - Delete sharing configuration for a partner
304
+ *
305
+ * Deletes the sharing configuration for a partner, removing all shared and offered entity access.
306
+ */
307
+ 'deleteSharingConfiguration'(
308
+ parameters?: Parameters<Paths.DeleteSharingConfiguration.PathParameters> | null,
309
+ data?: any,
310
+ config?: AxiosRequestConfig
311
+ ): OperationResponse<Paths.DeleteSharingConfiguration.Responses.$200>
312
+ /**
313
+ * assignRoleToConfiguration - Assign a template role to a partner sharing configuration
314
+ *
315
+ * Assigns a template role to a partner sharing configuration. The role grants are copied into the configuration for entity access control.
316
+ */
317
+ 'assignRoleToConfiguration'(
318
+ parameters?: Parameters<Paths.AssignRoleToConfiguration.PathParameters> | null,
319
+ data?: Paths.AssignRoleToConfiguration.RequestBody,
320
+ config?: AxiosRequestConfig
321
+ ): OperationResponse<Paths.AssignRoleToConfiguration.Responses.$200>
322
+ /**
323
+ * getSharingConfigurations - Get sharing configurations for multiple partners
324
+ *
325
+ * Returns sharing configurations for multiple partner organizations in a single batch request.
326
+ */
327
+ 'getSharingConfigurations'(
328
+ parameters?: Parameters<Paths.GetSharingConfigurations.QueryParameters> | null,
329
+ data?: any,
330
+ config?: AxiosRequestConfig
331
+ ): OperationResponse<Paths.GetSharingConfigurations.Responses.$200>
332
+ /**
333
+ * searchPartnerSharingConfigurations - Search partner sharing configurations by entities
334
+ *
335
+ * Searches for partner sharing configurations that have access to the given entities. Returns configurations with their shared and offered entity lists.
336
+ */
337
+ 'searchPartnerSharingConfigurations'(
338
+ parameters?: Parameters<UnknownParamsObject> | null,
339
+ data?: Paths.SearchPartnerSharingConfigurations.RequestBody,
340
+ config?: AxiosRequestConfig
341
+ ): OperationResponse<Paths.SearchPartnerSharingConfigurations.Responses.$200>
342
+ /**
343
+ * getConfigurationsByTemplateRole - Get sharing configurations that use a specific template role
344
+ *
345
+ * Returns all partner sharing configurations that reference the given template role ID. Useful for checking role usage before deletion.
346
+ */
347
+ 'getConfigurationsByTemplateRole'(
348
+ parameters?: Parameters<Paths.GetConfigurationsByTemplateRole.PathParameters> | null,
349
+ data?: any,
350
+ config?: AxiosRequestConfig
351
+ ): OperationResponse<Paths.GetConfigurationsByTemplateRole.Responses.$200>
352
+ /**
353
+ * shareEntityWithPartners - Share or unshare entities with partners
354
+ *
355
+ * Shares or unshares top-level entities with one or more partner organizations. Publishes sharing events for downstream processing.
356
+ */
357
+ 'shareEntityWithPartners'(
358
+ parameters?: Parameters<UnknownParamsObject> | null,
359
+ data?: Paths.ShareEntityWithPartners.RequestBody,
360
+ config?: AxiosRequestConfig
361
+ ): OperationResponse<Paths.ShareEntityWithPartners.Responses.$200>
362
+ /**
363
+ * shareChildEntityWithPartners - Share or unshare child entities with partners
364
+ *
365
+ * Shares or unshares child entities (entities that belong to an already-shared parent) with partner organizations.
366
+ */
367
+ 'shareChildEntityWithPartners'(
368
+ parameters?: Parameters<UnknownParamsObject> | null,
369
+ data?: Paths.ShareChildEntityWithPartners.RequestBody,
370
+ config?: AxiosRequestConfig
371
+ ): OperationResponse<Paths.ShareChildEntityWithPartners.Responses.$200>
372
+ /**
373
+ * offerEntityToPartners - Offer or unoffer entities to partners (First Come First Served)
374
+ *
375
+ * Offers or unoffers entities to partner organizations using a First Come First Served model. Only one partner can accept each offered entity.
376
+ */
377
+ 'offerEntityToPartners'(
378
+ parameters?: Parameters<UnknownParamsObject> | null,
379
+ data?: Paths.OfferEntityToPartners.RequestBody,
380
+ config?: AxiosRequestConfig
381
+ ): OperationResponse<Paths.OfferEntityToPartners.Responses.$200>
382
+ /**
383
+ * getOfferStatus - Get the status of an entity offer (public, no auth required)
384
+ *
385
+ * Returns the current status of an entity offer (pending, accepted, expired). This is a public endpoint used from partner-facing pages without authentication.
386
+ */
387
+ 'getOfferStatus'(
388
+ parameters?: Parameters<Paths.GetOfferStatus.QueryParameters> | null,
389
+ data?: any,
390
+ config?: AxiosRequestConfig
391
+ ): OperationResponse<Paths.GetOfferStatus.Responses.$200>
392
+ /**
393
+ * acceptOffer - Accept an entity offer (public, no auth required)
394
+ *
395
+ * Accepts an entity offer on behalf of a partner organization. This is a public endpoint used from partner-facing pages without authentication. Only one partner can accept each offer.
396
+ */
397
+ 'acceptOffer'(
398
+ parameters?: Parameters<UnknownParamsObject> | null,
399
+ data?: Paths.AcceptOffer.RequestBody,
400
+ config?: AxiosRequestConfig
401
+ ): OperationResponse<Paths.AcceptOffer.Responses.$200>
402
+ }
403
+
404
+ interface PathsDictionary {
405
+ ['/v1/sharing/configurations/{partner_org_id}']: {
406
+ /**
407
+ * getSharingConfiguration - Get sharing configuration for a partner
408
+ *
409
+ * Returns the sharing configuration for a specific partner organization, including shared entities, offered entities, and assigned users.
410
+ */
411
+ 'get'(
412
+ parameters?: Parameters<Paths.GetSharingConfiguration.PathParameters> | null,
413
+ data?: any,
414
+ config?: AxiosRequestConfig
415
+ ): OperationResponse<Paths.GetSharingConfiguration.Responses.$200>
416
+ /**
417
+ * updateSharingConfiguration - Update sharing configuration for a partner
418
+ *
419
+ * Updates the sharing configuration for a partner, such as the user limit. Also patches the internal role if the user limit changes.
420
+ */
421
+ 'patch'(
422
+ parameters?: Parameters<Paths.UpdateSharingConfiguration.PathParameters> | null,
423
+ data?: Paths.UpdateSharingConfiguration.RequestBody,
424
+ config?: AxiosRequestConfig
425
+ ): OperationResponse<Paths.UpdateSharingConfiguration.Responses.$200>
426
+ /**
427
+ * deleteSharingConfiguration - Delete sharing configuration for a partner
428
+ *
429
+ * Deletes the sharing configuration for a partner, removing all shared and offered entity access.
430
+ */
431
+ 'delete'(
432
+ parameters?: Parameters<Paths.DeleteSharingConfiguration.PathParameters> | null,
433
+ data?: any,
434
+ config?: AxiosRequestConfig
435
+ ): OperationResponse<Paths.DeleteSharingConfiguration.Responses.$200>
436
+ }
437
+ ['/v1/sharing/configurations/{partner_org_id}/role']: {
438
+ /**
439
+ * assignRoleToConfiguration - Assign a template role to a partner sharing configuration
440
+ *
441
+ * Assigns a template role to a partner sharing configuration. The role grants are copied into the configuration for entity access control.
442
+ */
443
+ 'put'(
444
+ parameters?: Parameters<Paths.AssignRoleToConfiguration.PathParameters> | null,
445
+ data?: Paths.AssignRoleToConfiguration.RequestBody,
446
+ config?: AxiosRequestConfig
447
+ ): OperationResponse<Paths.AssignRoleToConfiguration.Responses.$200>
448
+ }
449
+ ['/v1/sharing/configurations']: {
450
+ /**
451
+ * getSharingConfigurations - Get sharing configurations for multiple partners
452
+ *
453
+ * Returns sharing configurations for multiple partner organizations in a single batch request.
454
+ */
455
+ 'get'(
456
+ parameters?: Parameters<Paths.GetSharingConfigurations.QueryParameters> | null,
457
+ data?: any,
458
+ config?: AxiosRequestConfig
459
+ ): OperationResponse<Paths.GetSharingConfigurations.Responses.$200>
460
+ }
461
+ ['/v1/sharing/configurations:search']: {
462
+ /**
463
+ * searchPartnerSharingConfigurations - Search partner sharing configurations by entities
464
+ *
465
+ * Searches for partner sharing configurations that have access to the given entities. Returns configurations with their shared and offered entity lists.
466
+ */
467
+ 'post'(
468
+ parameters?: Parameters<UnknownParamsObject> | null,
469
+ data?: Paths.SearchPartnerSharingConfigurations.RequestBody,
470
+ config?: AxiosRequestConfig
471
+ ): OperationResponse<Paths.SearchPartnerSharingConfigurations.Responses.$200>
472
+ }
473
+ ['/v1/sharing/configurations/by-role/{template_role_id}']: {
474
+ /**
475
+ * getConfigurationsByTemplateRole - Get sharing configurations that use a specific template role
476
+ *
477
+ * Returns all partner sharing configurations that reference the given template role ID. Useful for checking role usage before deletion.
478
+ */
479
+ 'get'(
480
+ parameters?: Parameters<Paths.GetConfigurationsByTemplateRole.PathParameters> | null,
481
+ data?: any,
482
+ config?: AxiosRequestConfig
483
+ ): OperationResponse<Paths.GetConfigurationsByTemplateRole.Responses.$200>
484
+ }
485
+ ['/v1/sharing/entities:share']: {
486
+ /**
487
+ * shareEntityWithPartners - Share or unshare entities with partners
488
+ *
489
+ * Shares or unshares top-level entities with one or more partner organizations. Publishes sharing events for downstream processing.
490
+ */
491
+ 'post'(
492
+ parameters?: Parameters<UnknownParamsObject> | null,
493
+ data?: Paths.ShareEntityWithPartners.RequestBody,
494
+ config?: AxiosRequestConfig
495
+ ): OperationResponse<Paths.ShareEntityWithPartners.Responses.$200>
496
+ }
497
+ ['/v1/sharing/entities:share-child']: {
498
+ /**
499
+ * shareChildEntityWithPartners - Share or unshare child entities with partners
500
+ *
501
+ * Shares or unshares child entities (entities that belong to an already-shared parent) with partner organizations.
502
+ */
503
+ 'post'(
504
+ parameters?: Parameters<UnknownParamsObject> | null,
505
+ data?: Paths.ShareChildEntityWithPartners.RequestBody,
506
+ config?: AxiosRequestConfig
507
+ ): OperationResponse<Paths.ShareChildEntityWithPartners.Responses.$200>
508
+ }
509
+ ['/v1/sharing/entities:offer']: {
510
+ /**
511
+ * offerEntityToPartners - Offer or unoffer entities to partners (First Come First Served)
512
+ *
513
+ * Offers or unoffers entities to partner organizations using a First Come First Served model. Only one partner can accept each offered entity.
514
+ */
515
+ 'post'(
516
+ parameters?: Parameters<UnknownParamsObject> | null,
517
+ data?: Paths.OfferEntityToPartners.RequestBody,
518
+ config?: AxiosRequestConfig
519
+ ): OperationResponse<Paths.OfferEntityToPartners.Responses.$200>
520
+ }
521
+ ['/v1/sharing/offers/status']: {
522
+ /**
523
+ * getOfferStatus - Get the status of an entity offer (public, no auth required)
524
+ *
525
+ * Returns the current status of an entity offer (pending, accepted, expired). This is a public endpoint used from partner-facing pages without authentication.
526
+ */
527
+ 'get'(
528
+ parameters?: Parameters<Paths.GetOfferStatus.QueryParameters> | null,
529
+ data?: any,
530
+ config?: AxiosRequestConfig
531
+ ): OperationResponse<Paths.GetOfferStatus.Responses.$200>
532
+ }
533
+ ['/v1/sharing/offers:accept']: {
534
+ /**
535
+ * acceptOffer - Accept an entity offer (public, no auth required)
536
+ *
537
+ * Accepts an entity offer on behalf of a partner organization. This is a public endpoint used from partner-facing pages without authentication. Only one partner can accept each offer.
538
+ */
539
+ 'post'(
540
+ parameters?: Parameters<UnknownParamsObject> | null,
541
+ data?: Paths.AcceptOffer.RequestBody,
542
+ config?: AxiosRequestConfig
543
+ ): OperationResponse<Paths.AcceptOffer.Responses.$200>
544
+ }
545
+ }
546
+
547
+ type Client = OpenAPIClient<OperationMethods, PathsDictionary>
548
+
549
+
550
+ type AcceptOfferPayload = Components.Schemas.AcceptOfferPayload;
551
+ type AssignRolePayload = Components.Schemas.AssignRolePayload;
552
+ type EntityResource = Components.Schemas.EntityResource;
553
+ type EntityResourceInput = Components.Schemas.EntityResourceInput;
554
+ type OfferEntityPayload = Components.Schemas.OfferEntityPayload;
555
+ type OfferEntityResource = Components.Schemas.OfferEntityResource;
556
+ type OfferEntityResourceInput = Components.Schemas.OfferEntityResourceInput;
557
+ type OfferStatus = Components.Schemas.OfferStatus;
558
+ type OfferStatusEnum = Components.Schemas.OfferStatusEnum;
559
+ type PartialEntity = Components.Schemas.PartialEntity;
560
+ type PartnerEntitiesInput = Components.Schemas.PartnerEntitiesInput;
561
+ type PartnerEntityInput = Components.Schemas.PartnerEntityInput;
562
+ type PartnerOfferedEntitiesInput = Components.Schemas.PartnerOfferedEntitiesInput;
563
+ type PartnerSharingConfig = Components.Schemas.PartnerSharingConfig;
564
+ type PartnerStatus = Components.Schemas.PartnerStatus;
565
+ type SearchSharingConfigurationsPayload = Components.Schemas.SearchSharingConfigurationsPayload;
566
+ type ShareChildEntityPayload = Components.Schemas.ShareChildEntityPayload;
567
+ type SharingEntityPayload = Components.Schemas.SharingEntityPayload;
568
+ type TemplateRoleGrant = Components.Schemas.TemplateRoleGrant;
569
+ type UpdateSharingConfigurationPayload = Components.Schemas.UpdateSharingConfigurationPayload;
570
+
571
+ export { type AcceptOfferPayload as A, type Client as C, type EntityResource as E, type OperationMethods as O, Paths as P, type SearchSharingConfigurationsPayload as S, type TemplateRoleGrant as T, type UpdateSharingConfigurationPayload as U, Components as a, type PathsDictionary as b, type AssignRolePayload as c, type EntityResourceInput as d, type OfferEntityPayload as e, type OfferEntityResource as f, type OfferEntityResourceInput as g, type OfferStatus as h, type OfferStatusEnum as i, type PartialEntity as j, type PartnerEntitiesInput as k, type PartnerEntityInput as l, type PartnerOfferedEntitiesInput as m, type PartnerSharingConfig as n, type PartnerStatus as o, type ShareChildEntityPayload as p, type SharingEntityPayload as q };
@@ -149,6 +149,7 @@ const { data } = await client.getVariableContext(
149
149
  context_data: {},
150
150
  template_name: 'string',
151
151
  template_tags: ['string'],
152
+ template_id: 'string',
152
153
  variables_version: '2'
153
154
  }
154
155
  },
@@ -253,6 +254,7 @@ const { data } = await client.replaceTemplates(
253
254
  context_data: {},
254
255
  template_name: 'string',
255
256
  template_tags: ['string'],
257
+ template_id: 'string',
256
258
  variables_version: '2'
257
259
  }
258
260
  },
@@ -300,6 +302,7 @@ const { data } = await client.replaceTemplatesV2(
300
302
  context_data: {},
301
303
  template_name: 'string',
302
304
  template_tags: ['string'],
305
+ template_id: 'string',
303
306
  variables_version: '2'
304
307
  }
305
308
  },
@@ -344,6 +347,7 @@ const { data } = await client.getCustomVariables()
344
347
  "name": "My Custom table",
345
348
  "key": "my_custom_table",
346
349
  "_tags": ["string"],
350
+ "_manifest": ["string"],
347
351
  "helper_params": ["param1", "param2"],
348
352
  "helper_logic": "return param1 * param2;",
349
353
  "config": {
@@ -381,6 +385,7 @@ const { data } = await client.createCustomVariable(
381
385
  name: 'My Custom table',
382
386
  key: 'my_custom_table',
383
387
  _tags: ['string'],
388
+ _manifest: ['string'],
384
389
  helper_params: ['param1', 'param2'],
385
390
  helper_logic: 'return param1 * param2;',
386
391
  config: {
@@ -542,6 +547,7 @@ const { data } = await client.createCustomVariable(
542
547
  "name": "My Custom table",
543
548
  "key": "my_custom_table",
544
549
  "_tags": ["string"],
550
+ "_manifest": ["string"],
545
551
  "helper_params": ["param1", "param2"],
546
552
  "helper_logic": "return param1 * param2;",
547
553
  "config": {
@@ -622,6 +628,7 @@ const { data } = await client.searchCustomVariables(
622
628
  "name": "My Custom table",
623
629
  "key": "my_custom_table",
624
630
  "_tags": ["string"],
631
+ "_manifest": ["string"],
625
632
  "helper_params": ["param1", "param2"],
626
633
  "helper_logic": "return param1 * param2;",
627
634
  "config": {},
@@ -657,6 +664,7 @@ const { data } = await client.updateCustomVariable(
657
664
  name: 'My Custom table',
658
665
  key: 'my_custom_table',
659
666
  _tags: ['string'],
667
+ _manifest: ['string'],
660
668
  helper_params: ['param1', 'param2'],
661
669
  helper_logic: 'return param1 * param2;',
662
670
  config: {
@@ -818,6 +826,7 @@ const { data } = await client.updateCustomVariable(
818
826
  "name": "My Custom table",
819
827
  "key": "my_custom_table",
820
828
  "_tags": ["string"],
829
+ "_manifest": ["string"],
821
830
  "helper_params": ["param1", "param2"],
822
831
  "helper_logic": "return param1 * param2;",
823
832
  "config": {
@@ -887,6 +896,7 @@ const { data } = await client.getCustomVariable({
887
896
  "name": "My Custom table",
888
897
  "key": "my_custom_table",
889
898
  "_tags": ["string"],
899
+ "_manifest": ["string"],
890
900
  "helper_params": ["param1", "param2"],
891
901
  "helper_logic": "return param1 * param2;",
892
902
  "config": {
@@ -968,6 +978,7 @@ const { data } = await client.getBluePrintTableConfig()
968
978
  "name": "My Custom table",
969
979
  "key": "my_custom_table",
970
980
  "_tags": ["string"],
981
+ "_manifest": ["string"],
971
982
  "helper_params": ["param1", "param2"],
972
983
  "helper_logic": "return param1 * param2;",
973
984
  "config": {
@@ -1042,6 +1053,7 @@ type VariableParameters = {
1042
1053
  context_data?: object
1043
1054
  template_name?: string
1044
1055
  template_tags?: string[]
1056
+ template_id?: string
1045
1057
  variables_version?: string
1046
1058
  }
1047
1059
  \`\`\`
@@ -1132,6 +1144,7 @@ type CustomVariable = {
1132
1144
  name?: string
1133
1145
  key: string
1134
1146
  _tags?: string[]
1147
+ _manifest?: string[]
1135
1148
  helper_params?: string[]
1136
1149
  helper_logic?: string
1137
1150
  config?: object