@openmrp/sdk 0.19.3

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 (2253) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/LICENSE +201 -0
  3. package/README.md +385 -0
  4. package/api-promise.d.mts +2 -0
  5. package/api-promise.d.mts.map +1 -0
  6. package/api-promise.d.ts +2 -0
  7. package/api-promise.d.ts.map +1 -0
  8. package/api-promise.js +6 -0
  9. package/api-promise.js.map +1 -0
  10. package/api-promise.mjs +2 -0
  11. package/api-promise.mjs.map +1 -0
  12. package/client.d.mts +240 -0
  13. package/client.d.mts.map +1 -0
  14. package/client.d.ts +240 -0
  15. package/client.d.ts.map +1 -0
  16. package/client.js +527 -0
  17. package/client.js.map +1 -0
  18. package/client.mjs +523 -0
  19. package/client.mjs.map +1 -0
  20. package/core/api-promise.d.mts +46 -0
  21. package/core/api-promise.d.mts.map +1 -0
  22. package/core/api-promise.d.ts +46 -0
  23. package/core/api-promise.d.ts.map +1 -0
  24. package/core/api-promise.js +74 -0
  25. package/core/api-promise.js.map +1 -0
  26. package/core/api-promise.mjs +70 -0
  27. package/core/api-promise.mjs.map +1 -0
  28. package/core/error.d.mts +46 -0
  29. package/core/error.d.mts.map +1 -0
  30. package/core/error.d.ts +46 -0
  31. package/core/error.d.ts.map +1 -0
  32. package/core/error.js +113 -0
  33. package/core/error.js.map +1 -0
  34. package/core/error.mjs +97 -0
  35. package/core/error.mjs.map +1 -0
  36. package/core/resource.d.mts +6 -0
  37. package/core/resource.d.mts.map +1 -0
  38. package/core/resource.d.ts +6 -0
  39. package/core/resource.d.ts.map +1 -0
  40. package/core/resource.js +11 -0
  41. package/core/resource.js.map +1 -0
  42. package/core/resource.mjs +7 -0
  43. package/core/resource.mjs.map +1 -0
  44. package/core/uploads.d.mts +3 -0
  45. package/core/uploads.d.mts.map +1 -0
  46. package/core/uploads.d.ts +3 -0
  47. package/core/uploads.d.ts.map +1 -0
  48. package/core/uploads.js +6 -0
  49. package/core/uploads.js.map +1 -0
  50. package/core/uploads.mjs +2 -0
  51. package/core/uploads.mjs.map +1 -0
  52. package/error.d.mts +2 -0
  53. package/error.d.mts.map +1 -0
  54. package/error.d.ts +2 -0
  55. package/error.d.ts.map +1 -0
  56. package/error.js +6 -0
  57. package/error.js.map +1 -0
  58. package/error.mjs +2 -0
  59. package/error.mjs.map +1 -0
  60. package/index.d.mts +6 -0
  61. package/index.d.mts.map +1 -0
  62. package/index.d.ts +6 -0
  63. package/index.d.ts.map +1 -0
  64. package/index.js +30 -0
  65. package/index.js.map +1 -0
  66. package/index.mjs +7 -0
  67. package/index.mjs.map +1 -0
  68. package/internal/builtin-types.d.mts +73 -0
  69. package/internal/builtin-types.d.mts.map +1 -0
  70. package/internal/builtin-types.d.ts +73 -0
  71. package/internal/builtin-types.d.ts.map +1 -0
  72. package/internal/builtin-types.js +4 -0
  73. package/internal/builtin-types.js.map +1 -0
  74. package/internal/builtin-types.mjs +3 -0
  75. package/internal/builtin-types.mjs.map +1 -0
  76. package/internal/errors.d.mts +3 -0
  77. package/internal/errors.d.mts.map +1 -0
  78. package/internal/errors.d.ts +3 -0
  79. package/internal/errors.d.ts.map +1 -0
  80. package/internal/errors.js +41 -0
  81. package/internal/errors.js.map +1 -0
  82. package/internal/errors.mjs +36 -0
  83. package/internal/errors.mjs.map +1 -0
  84. package/internal/headers.d.mts +20 -0
  85. package/internal/headers.d.mts.map +1 -0
  86. package/internal/headers.d.ts +20 -0
  87. package/internal/headers.d.ts.map +1 -0
  88. package/internal/headers.js +79 -0
  89. package/internal/headers.js.map +1 -0
  90. package/internal/headers.mjs +74 -0
  91. package/internal/headers.mjs.map +1 -0
  92. package/internal/parse.d.mts +12 -0
  93. package/internal/parse.d.mts.map +1 -0
  94. package/internal/parse.d.ts +12 -0
  95. package/internal/parse.d.ts.map +1 -0
  96. package/internal/parse.js +40 -0
  97. package/internal/parse.js.map +1 -0
  98. package/internal/parse.mjs +37 -0
  99. package/internal/parse.mjs.map +1 -0
  100. package/internal/qs/formats.d.mts +7 -0
  101. package/internal/qs/formats.d.mts.map +1 -0
  102. package/internal/qs/formats.d.ts +7 -0
  103. package/internal/qs/formats.d.ts.map +1 -0
  104. package/internal/qs/formats.js +13 -0
  105. package/internal/qs/formats.js.map +1 -0
  106. package/internal/qs/formats.mjs +9 -0
  107. package/internal/qs/formats.mjs.map +1 -0
  108. package/internal/qs/index.d.mts +10 -0
  109. package/internal/qs/index.d.mts.map +1 -0
  110. package/internal/qs/index.d.ts +10 -0
  111. package/internal/qs/index.d.ts.map +1 -0
  112. package/internal/qs/index.js +14 -0
  113. package/internal/qs/index.js.map +1 -0
  114. package/internal/qs/index.mjs +10 -0
  115. package/internal/qs/index.mjs.map +1 -0
  116. package/internal/qs/stringify.d.mts +3 -0
  117. package/internal/qs/stringify.d.mts.map +1 -0
  118. package/internal/qs/stringify.d.ts +3 -0
  119. package/internal/qs/stringify.d.ts.map +1 -0
  120. package/internal/qs/stringify.js +277 -0
  121. package/internal/qs/stringify.js.map +1 -0
  122. package/internal/qs/stringify.mjs +274 -0
  123. package/internal/qs/stringify.mjs.map +1 -0
  124. package/internal/qs/types.d.mts +57 -0
  125. package/internal/qs/types.d.mts.map +1 -0
  126. package/internal/qs/types.d.ts +57 -0
  127. package/internal/qs/types.d.ts.map +1 -0
  128. package/internal/qs/types.js +3 -0
  129. package/internal/qs/types.js.map +1 -0
  130. package/internal/qs/types.mjs +2 -0
  131. package/internal/qs/types.mjs.map +1 -0
  132. package/internal/qs/utils.d.mts +15 -0
  133. package/internal/qs/utils.d.mts.map +1 -0
  134. package/internal/qs/utils.d.ts +15 -0
  135. package/internal/qs/utils.d.ts.map +1 -0
  136. package/internal/qs/utils.js +230 -0
  137. package/internal/qs/utils.js.map +1 -0
  138. package/internal/qs/utils.mjs +217 -0
  139. package/internal/qs/utils.mjs.map +1 -0
  140. package/internal/request-options.d.mts +75 -0
  141. package/internal/request-options.d.mts.map +1 -0
  142. package/internal/request-options.d.ts +75 -0
  143. package/internal/request-options.d.ts.map +1 -0
  144. package/internal/request-options.js +14 -0
  145. package/internal/request-options.js.map +1 -0
  146. package/internal/request-options.mjs +10 -0
  147. package/internal/request-options.mjs.map +1 -0
  148. package/internal/shim-types.d.mts +17 -0
  149. package/internal/shim-types.d.mts.map +1 -0
  150. package/internal/shim-types.d.ts +17 -0
  151. package/internal/shim-types.d.ts.map +1 -0
  152. package/internal/shim-types.js +4 -0
  153. package/internal/shim-types.js.map +1 -0
  154. package/internal/shim-types.mjs +3 -0
  155. package/internal/shim-types.mjs.map +1 -0
  156. package/internal/shims.d.mts +20 -0
  157. package/internal/shims.d.mts.map +1 -0
  158. package/internal/shims.d.ts +20 -0
  159. package/internal/shims.d.ts.map +1 -0
  160. package/internal/shims.js +92 -0
  161. package/internal/shims.js.map +1 -0
  162. package/internal/shims.mjs +85 -0
  163. package/internal/shims.mjs.map +1 -0
  164. package/internal/to-file.d.mts +45 -0
  165. package/internal/to-file.d.mts.map +1 -0
  166. package/internal/to-file.d.ts +45 -0
  167. package/internal/to-file.d.ts.map +1 -0
  168. package/internal/to-file.js +91 -0
  169. package/internal/to-file.js.map +1 -0
  170. package/internal/to-file.mjs +88 -0
  171. package/internal/to-file.mjs.map +1 -0
  172. package/internal/tslib.js +81 -0
  173. package/internal/tslib.mjs +17 -0
  174. package/internal/types.d.mts +69 -0
  175. package/internal/types.d.mts.map +1 -0
  176. package/internal/types.d.ts +69 -0
  177. package/internal/types.d.ts.map +1 -0
  178. package/internal/types.js +4 -0
  179. package/internal/types.js.map +1 -0
  180. package/internal/types.mjs +3 -0
  181. package/internal/types.mjs.map +1 -0
  182. package/internal/uploads.d.mts +42 -0
  183. package/internal/uploads.d.mts.map +1 -0
  184. package/internal/uploads.d.ts +42 -0
  185. package/internal/uploads.d.ts.map +1 -0
  186. package/internal/uploads.js +141 -0
  187. package/internal/uploads.js.map +1 -0
  188. package/internal/uploads.mjs +131 -0
  189. package/internal/uploads.mjs.map +1 -0
  190. package/internal/utils/base64.d.mts +3 -0
  191. package/internal/utils/base64.d.mts.map +1 -0
  192. package/internal/utils/base64.d.ts +3 -0
  193. package/internal/utils/base64.d.ts.map +1 -0
  194. package/internal/utils/base64.js +38 -0
  195. package/internal/utils/base64.js.map +1 -0
  196. package/internal/utils/base64.mjs +33 -0
  197. package/internal/utils/base64.mjs.map +1 -0
  198. package/internal/utils/bytes.d.mts +4 -0
  199. package/internal/utils/bytes.d.mts.map +1 -0
  200. package/internal/utils/bytes.d.ts +4 -0
  201. package/internal/utils/bytes.d.ts.map +1 -0
  202. package/internal/utils/bytes.js +31 -0
  203. package/internal/utils/bytes.js.map +1 -0
  204. package/internal/utils/bytes.mjs +26 -0
  205. package/internal/utils/bytes.mjs.map +1 -0
  206. package/internal/utils/env.d.mts +9 -0
  207. package/internal/utils/env.d.mts.map +1 -0
  208. package/internal/utils/env.d.ts +9 -0
  209. package/internal/utils/env.d.ts.map +1 -0
  210. package/internal/utils/env.js +22 -0
  211. package/internal/utils/env.js.map +1 -0
  212. package/internal/utils/env.mjs +18 -0
  213. package/internal/utils/env.mjs.map +1 -0
  214. package/internal/utils/log.d.mts +37 -0
  215. package/internal/utils/log.d.mts.map +1 -0
  216. package/internal/utils/log.d.ts +37 -0
  217. package/internal/utils/log.d.ts.map +1 -0
  218. package/internal/utils/log.js +87 -0
  219. package/internal/utils/log.js.map +1 -0
  220. package/internal/utils/log.mjs +81 -0
  221. package/internal/utils/log.mjs.map +1 -0
  222. package/internal/utils/path.d.mts +15 -0
  223. package/internal/utils/path.d.mts.map +1 -0
  224. package/internal/utils/path.d.ts +15 -0
  225. package/internal/utils/path.d.ts.map +1 -0
  226. package/internal/utils/path.js +79 -0
  227. package/internal/utils/path.js.map +1 -0
  228. package/internal/utils/path.mjs +74 -0
  229. package/internal/utils/path.mjs.map +1 -0
  230. package/internal/utils/query.d.mts +2 -0
  231. package/internal/utils/query.d.mts.map +1 -0
  232. package/internal/utils/query.d.ts +2 -0
  233. package/internal/utils/query.d.ts.map +1 -0
  234. package/internal/utils/query.js +10 -0
  235. package/internal/utils/query.js.map +1 -0
  236. package/internal/utils/query.mjs +6 -0
  237. package/internal/utils/query.mjs.map +1 -0
  238. package/internal/utils/sleep.d.mts +2 -0
  239. package/internal/utils/sleep.d.mts.map +1 -0
  240. package/internal/utils/sleep.d.ts +2 -0
  241. package/internal/utils/sleep.d.ts.map +1 -0
  242. package/internal/utils/sleep.js +7 -0
  243. package/internal/utils/sleep.js.map +1 -0
  244. package/internal/utils/sleep.mjs +3 -0
  245. package/internal/utils/sleep.mjs.map +1 -0
  246. package/internal/utils/uuid.d.mts +5 -0
  247. package/internal/utils/uuid.d.mts.map +1 -0
  248. package/internal/utils/uuid.d.ts +5 -0
  249. package/internal/utils/uuid.d.ts.map +1 -0
  250. package/internal/utils/uuid.js +19 -0
  251. package/internal/utils/uuid.js.map +1 -0
  252. package/internal/utils/uuid.mjs +15 -0
  253. package/internal/utils/uuid.mjs.map +1 -0
  254. package/internal/utils/values.d.mts +18 -0
  255. package/internal/utils/values.d.mts.map +1 -0
  256. package/internal/utils/values.d.ts +18 -0
  257. package/internal/utils/values.d.ts.map +1 -0
  258. package/internal/utils/values.js +112 -0
  259. package/internal/utils/values.js.map +1 -0
  260. package/internal/utils/values.mjs +94 -0
  261. package/internal/utils/values.mjs.map +1 -0
  262. package/internal/utils.d.mts +8 -0
  263. package/internal/utils.d.mts.map +1 -0
  264. package/internal/utils.d.ts +8 -0
  265. package/internal/utils.d.ts.map +1 -0
  266. package/internal/utils.js +12 -0
  267. package/internal/utils.js.map +1 -0
  268. package/internal/utils.mjs +9 -0
  269. package/internal/utils.mjs.map +1 -0
  270. package/package.json +149 -0
  271. package/resource.d.mts +2 -0
  272. package/resource.d.mts.map +1 -0
  273. package/resource.d.ts +2 -0
  274. package/resource.d.ts.map +1 -0
  275. package/resource.js +6 -0
  276. package/resource.js.map +1 -0
  277. package/resource.mjs +2 -0
  278. package/resource.mjs.map +1 -0
  279. package/resources/ai/agents.d.mts +831 -0
  280. package/resources/ai/agents.d.mts.map +1 -0
  281. package/resources/ai/agents.d.ts +831 -0
  282. package/resources/ai/agents.d.ts.map +1 -0
  283. package/resources/ai/agents.js +151 -0
  284. package/resources/ai/agents.js.map +1 -0
  285. package/resources/ai/agents.mjs +147 -0
  286. package/resources/ai/agents.mjs.map +1 -0
  287. package/resources/ai/ai.d.mts +256 -0
  288. package/resources/ai/ai.d.mts.map +1 -0
  289. package/resources/ai/ai.d.ts +256 -0
  290. package/resources/ai/ai.d.ts.map +1 -0
  291. package/resources/ai/ai.js +64 -0
  292. package/resources/ai/ai.js.map +1 -0
  293. package/resources/ai/ai.mjs +59 -0
  294. package/resources/ai/ai.mjs.map +1 -0
  295. package/resources/ai/index.d.mts +5 -0
  296. package/resources/ai/index.d.mts.map +1 -0
  297. package/resources/ai/index.d.ts +5 -0
  298. package/resources/ai/index.d.ts.map +1 -0
  299. package/resources/ai/index.js +13 -0
  300. package/resources/ai/index.js.map +1 -0
  301. package/resources/ai/index.mjs +6 -0
  302. package/resources/ai/index.mjs.map +1 -0
  303. package/resources/ai/memories.d.mts +437 -0
  304. package/resources/ai/memories.d.mts.map +1 -0
  305. package/resources/ai/memories.d.ts +437 -0
  306. package/resources/ai/memories.d.ts.map +1 -0
  307. package/resources/ai/memories.js +109 -0
  308. package/resources/ai/memories.js.map +1 -0
  309. package/resources/ai/memories.mjs +105 -0
  310. package/resources/ai/memories.mjs.map +1 -0
  311. package/resources/ai/runs/actions.d.mts +182 -0
  312. package/resources/ai/runs/actions.d.mts.map +1 -0
  313. package/resources/ai/runs/actions.d.ts +182 -0
  314. package/resources/ai/runs/actions.d.ts.map +1 -0
  315. package/resources/ai/runs/actions.js +89 -0
  316. package/resources/ai/runs/actions.js.map +1 -0
  317. package/resources/ai/runs/actions.mjs +85 -0
  318. package/resources/ai/runs/actions.mjs.map +1 -0
  319. package/resources/ai/runs/index.d.mts +3 -0
  320. package/resources/ai/runs/index.d.mts.map +1 -0
  321. package/resources/ai/runs/index.d.ts +3 -0
  322. package/resources/ai/runs/index.d.ts.map +1 -0
  323. package/resources/ai/runs/index.js +9 -0
  324. package/resources/ai/runs/index.js.map +1 -0
  325. package/resources/ai/runs/index.mjs +4 -0
  326. package/resources/ai/runs/index.mjs.map +1 -0
  327. package/resources/ai/runs/runs.d.mts +483 -0
  328. package/resources/ai/runs/runs.d.mts.map +1 -0
  329. package/resources/ai/runs/runs.d.ts +483 -0
  330. package/resources/ai/runs/runs.d.ts.map +1 -0
  331. package/resources/ai/runs/runs.js +78 -0
  332. package/resources/ai/runs/runs.js.map +1 -0
  333. package/resources/ai/runs/runs.mjs +73 -0
  334. package/resources/ai/runs/runs.mjs.map +1 -0
  335. package/resources/ai/runs.d.mts +2 -0
  336. package/resources/ai/runs.d.mts.map +1 -0
  337. package/resources/ai/runs.d.ts +2 -0
  338. package/resources/ai/runs.d.ts.map +1 -0
  339. package/resources/ai/runs.js +6 -0
  340. package/resources/ai/runs.js.map +1 -0
  341. package/resources/ai/runs.mjs +3 -0
  342. package/resources/ai/runs.mjs.map +1 -0
  343. package/resources/ai.d.mts +2 -0
  344. package/resources/ai.d.mts.map +1 -0
  345. package/resources/ai.d.ts +2 -0
  346. package/resources/ai.d.ts.map +1 -0
  347. package/resources/ai.js +6 -0
  348. package/resources/ai.js.map +1 -0
  349. package/resources/ai.mjs +3 -0
  350. package/resources/ai.mjs.map +1 -0
  351. package/resources/auth/api-keys/actions.d.mts +83 -0
  352. package/resources/auth/api-keys/actions.d.mts.map +1 -0
  353. package/resources/auth/api-keys/actions.d.ts +83 -0
  354. package/resources/auth/api-keys/actions.d.ts.map +1 -0
  355. package/resources/auth/api-keys/actions.js +50 -0
  356. package/resources/auth/api-keys/actions.js.map +1 -0
  357. package/resources/auth/api-keys/actions.mjs +46 -0
  358. package/resources/auth/api-keys/actions.mjs.map +1 -0
  359. package/resources/auth/api-keys/api-keys.d.mts +642 -0
  360. package/resources/auth/api-keys/api-keys.d.mts.map +1 -0
  361. package/resources/auth/api-keys/api-keys.d.ts +642 -0
  362. package/resources/auth/api-keys/api-keys.d.ts.map +1 -0
  363. package/resources/auth/api-keys/api-keys.js +105 -0
  364. package/resources/auth/api-keys/api-keys.js.map +1 -0
  365. package/resources/auth/api-keys/api-keys.mjs +100 -0
  366. package/resources/auth/api-keys/api-keys.mjs.map +1 -0
  367. package/resources/auth/api-keys/index.d.mts +3 -0
  368. package/resources/auth/api-keys/index.d.mts.map +1 -0
  369. package/resources/auth/api-keys/index.d.ts +3 -0
  370. package/resources/auth/api-keys/index.d.ts.map +1 -0
  371. package/resources/auth/api-keys/index.js +9 -0
  372. package/resources/auth/api-keys/index.js.map +1 -0
  373. package/resources/auth/api-keys/index.mjs +4 -0
  374. package/resources/auth/api-keys/index.mjs.map +1 -0
  375. package/resources/auth/api-keys.d.mts +2 -0
  376. package/resources/auth/api-keys.d.mts.map +1 -0
  377. package/resources/auth/api-keys.d.ts +2 -0
  378. package/resources/auth/api-keys.d.ts.map +1 -0
  379. package/resources/auth/api-keys.js +6 -0
  380. package/resources/auth/api-keys.js.map +1 -0
  381. package/resources/auth/api-keys.mjs +3 -0
  382. package/resources/auth/api-keys.mjs.map +1 -0
  383. package/resources/auth/auth.d.mts +10 -0
  384. package/resources/auth/auth.d.mts.map +1 -0
  385. package/resources/auth/auth.d.ts +10 -0
  386. package/resources/auth/auth.d.ts.map +1 -0
  387. package/resources/auth/auth.js +17 -0
  388. package/resources/auth/auth.js.map +1 -0
  389. package/resources/auth/auth.mjs +12 -0
  390. package/resources/auth/auth.mjs.map +1 -0
  391. package/resources/auth/index.d.mts +3 -0
  392. package/resources/auth/index.d.mts.map +1 -0
  393. package/resources/auth/index.d.ts +3 -0
  394. package/resources/auth/index.d.ts.map +1 -0
  395. package/resources/auth/index.js +9 -0
  396. package/resources/auth/index.js.map +1 -0
  397. package/resources/auth/index.mjs +4 -0
  398. package/resources/auth/index.mjs.map +1 -0
  399. package/resources/auth.d.mts +2 -0
  400. package/resources/auth.d.mts.map +1 -0
  401. package/resources/auth.d.ts +2 -0
  402. package/resources/auth.d.ts.map +1 -0
  403. package/resources/auth.js +6 -0
  404. package/resources/auth.js.map +1 -0
  405. package/resources/auth.mjs +3 -0
  406. package/resources/auth.mjs.map +1 -0
  407. package/resources/catalog/catalog.d.mts +42 -0
  408. package/resources/catalog/catalog.d.mts.map +1 -0
  409. package/resources/catalog/catalog.d.ts +42 -0
  410. package/resources/catalog/catalog.d.ts.map +1 -0
  411. package/resources/catalog/catalog.js +49 -0
  412. package/resources/catalog/catalog.js.map +1 -0
  413. package/resources/catalog/catalog.mjs +44 -0
  414. package/resources/catalog/catalog.mjs.map +1 -0
  415. package/resources/catalog/index.d.mts +11 -0
  416. package/resources/catalog/index.d.mts.map +1 -0
  417. package/resources/catalog/index.d.ts +11 -0
  418. package/resources/catalog/index.d.ts.map +1 -0
  419. package/resources/catalog/index.js +25 -0
  420. package/resources/catalog/index.js.map +1 -0
  421. package/resources/catalog/index.mjs +12 -0
  422. package/resources/catalog/index.mjs.map +1 -0
  423. package/resources/catalog/item-categories/actions.d.mts +99 -0
  424. package/resources/catalog/item-categories/actions.d.mts.map +1 -0
  425. package/resources/catalog/item-categories/actions.d.ts +99 -0
  426. package/resources/catalog/item-categories/actions.d.ts.map +1 -0
  427. package/resources/catalog/item-categories/actions.js +40 -0
  428. package/resources/catalog/item-categories/actions.js.map +1 -0
  429. package/resources/catalog/item-categories/actions.mjs +36 -0
  430. package/resources/catalog/item-categories/actions.mjs.map +1 -0
  431. package/resources/catalog/item-categories/index.d.mts +4 -0
  432. package/resources/catalog/item-categories/index.d.mts.map +1 -0
  433. package/resources/catalog/item-categories/index.d.ts +4 -0
  434. package/resources/catalog/item-categories/index.d.ts.map +1 -0
  435. package/resources/catalog/item-categories/index.js +11 -0
  436. package/resources/catalog/item-categories/index.js.map +1 -0
  437. package/resources/catalog/item-categories/index.mjs +5 -0
  438. package/resources/catalog/item-categories/index.mjs.map +1 -0
  439. package/resources/catalog/item-categories/item-categories.d.mts +291 -0
  440. package/resources/catalog/item-categories/item-categories.d.mts.map +1 -0
  441. package/resources/catalog/item-categories/item-categories.d.ts +291 -0
  442. package/resources/catalog/item-categories/item-categories.d.ts.map +1 -0
  443. package/resources/catalog/item-categories/item-categories.js +155 -0
  444. package/resources/catalog/item-categories/item-categories.js.map +1 -0
  445. package/resources/catalog/item-categories/item-categories.mjs +150 -0
  446. package/resources/catalog/item-categories/item-categories.mjs.map +1 -0
  447. package/resources/catalog/item-categories/properties.d.mts +67 -0
  448. package/resources/catalog/item-categories/properties.d.mts.map +1 -0
  449. package/resources/catalog/item-categories/properties.d.ts +67 -0
  450. package/resources/catalog/item-categories/properties.d.ts.map +1 -0
  451. package/resources/catalog/item-categories/properties.js +58 -0
  452. package/resources/catalog/item-categories/properties.js.map +1 -0
  453. package/resources/catalog/item-categories/properties.mjs +54 -0
  454. package/resources/catalog/item-categories/properties.mjs.map +1 -0
  455. package/resources/catalog/item-categories.d.mts +2 -0
  456. package/resources/catalog/item-categories.d.mts.map +1 -0
  457. package/resources/catalog/item-categories.d.ts +2 -0
  458. package/resources/catalog/item-categories.d.ts.map +1 -0
  459. package/resources/catalog/item-categories.js +6 -0
  460. package/resources/catalog/item-categories.js.map +1 -0
  461. package/resources/catalog/item-categories.mjs +3 -0
  462. package/resources/catalog/item-categories.mjs.map +1 -0
  463. package/resources/catalog/items/actions.d.mts +249 -0
  464. package/resources/catalog/items/actions.d.mts.map +1 -0
  465. package/resources/catalog/items/actions.d.ts +249 -0
  466. package/resources/catalog/items/actions.d.ts.map +1 -0
  467. package/resources/catalog/items/actions.js +46 -0
  468. package/resources/catalog/items/actions.js.map +1 -0
  469. package/resources/catalog/items/actions.mjs +42 -0
  470. package/resources/catalog/items/actions.mjs.map +1 -0
  471. package/resources/catalog/items/attributes.d.mts +73 -0
  472. package/resources/catalog/items/attributes.d.mts.map +1 -0
  473. package/resources/catalog/items/attributes.d.ts +73 -0
  474. package/resources/catalog/items/attributes.d.ts.map +1 -0
  475. package/resources/catalog/items/attributes.js +63 -0
  476. package/resources/catalog/items/attributes.js.map +1 -0
  477. package/resources/catalog/items/attributes.mjs +59 -0
  478. package/resources/catalog/items/attributes.mjs.map +1 -0
  479. package/resources/catalog/items/index.d.mts +5 -0
  480. package/resources/catalog/items/index.d.mts.map +1 -0
  481. package/resources/catalog/items/index.d.ts +5 -0
  482. package/resources/catalog/items/index.d.ts.map +1 -0
  483. package/resources/catalog/items/index.js +13 -0
  484. package/resources/catalog/items/index.js.map +1 -0
  485. package/resources/catalog/items/index.mjs +6 -0
  486. package/resources/catalog/items/index.mjs.map +1 -0
  487. package/resources/catalog/items/inventory.d.mts +247 -0
  488. package/resources/catalog/items/inventory.d.mts.map +1 -0
  489. package/resources/catalog/items/inventory.d.ts +247 -0
  490. package/resources/catalog/items/inventory.d.ts.map +1 -0
  491. package/resources/catalog/items/inventory.js +75 -0
  492. package/resources/catalog/items/inventory.js.map +1 -0
  493. package/resources/catalog/items/inventory.mjs +71 -0
  494. package/resources/catalog/items/inventory.mjs.map +1 -0
  495. package/resources/catalog/items/items.d.mts +438 -0
  496. package/resources/catalog/items/items.d.mts.map +1 -0
  497. package/resources/catalog/items/items.d.ts +438 -0
  498. package/resources/catalog/items/items.d.ts.map +1 -0
  499. package/resources/catalog/items/items.js +119 -0
  500. package/resources/catalog/items/items.js.map +1 -0
  501. package/resources/catalog/items/items.mjs +114 -0
  502. package/resources/catalog/items/items.mjs.map +1 -0
  503. package/resources/catalog/items.d.mts +2 -0
  504. package/resources/catalog/items.d.mts.map +1 -0
  505. package/resources/catalog/items.d.ts +2 -0
  506. package/resources/catalog/items.d.ts.map +1 -0
  507. package/resources/catalog/items.js +6 -0
  508. package/resources/catalog/items.js.map +1 -0
  509. package/resources/catalog/items.mjs +3 -0
  510. package/resources/catalog/items.mjs.map +1 -0
  511. package/resources/catalog/materials/actions.d.mts +123 -0
  512. package/resources/catalog/materials/actions.d.mts.map +1 -0
  513. package/resources/catalog/materials/actions.d.ts +123 -0
  514. package/resources/catalog/materials/actions.d.ts.map +1 -0
  515. package/resources/catalog/materials/actions.js +38 -0
  516. package/resources/catalog/materials/actions.js.map +1 -0
  517. package/resources/catalog/materials/actions.mjs +34 -0
  518. package/resources/catalog/materials/actions.mjs.map +1 -0
  519. package/resources/catalog/materials/index.d.mts +3 -0
  520. package/resources/catalog/materials/index.d.mts.map +1 -0
  521. package/resources/catalog/materials/index.d.ts +3 -0
  522. package/resources/catalog/materials/index.d.ts.map +1 -0
  523. package/resources/catalog/materials/index.js +9 -0
  524. package/resources/catalog/materials/index.js.map +1 -0
  525. package/resources/catalog/materials/index.mjs +4 -0
  526. package/resources/catalog/materials/index.mjs.map +1 -0
  527. package/resources/catalog/materials/materials.d.mts +522 -0
  528. package/resources/catalog/materials/materials.d.mts.map +1 -0
  529. package/resources/catalog/materials/materials.d.ts +522 -0
  530. package/resources/catalog/materials/materials.d.ts.map +1 -0
  531. package/resources/catalog/materials/materials.js +159 -0
  532. package/resources/catalog/materials/materials.js.map +1 -0
  533. package/resources/catalog/materials/materials.mjs +154 -0
  534. package/resources/catalog/materials/materials.mjs.map +1 -0
  535. package/resources/catalog/materials.d.mts +2 -0
  536. package/resources/catalog/materials.d.mts.map +1 -0
  537. package/resources/catalog/materials.d.ts +2 -0
  538. package/resources/catalog/materials.d.ts.map +1 -0
  539. package/resources/catalog/materials.js +6 -0
  540. package/resources/catalog/materials.js.map +1 -0
  541. package/resources/catalog/materials.mjs +3 -0
  542. package/resources/catalog/materials.mjs.map +1 -0
  543. package/resources/catalog/parts/actions.d.mts +113 -0
  544. package/resources/catalog/parts/actions.d.mts.map +1 -0
  545. package/resources/catalog/parts/actions.d.ts +113 -0
  546. package/resources/catalog/parts/actions.d.ts.map +1 -0
  547. package/resources/catalog/parts/actions.js +37 -0
  548. package/resources/catalog/parts/actions.js.map +1 -0
  549. package/resources/catalog/parts/actions.mjs +33 -0
  550. package/resources/catalog/parts/actions.mjs.map +1 -0
  551. package/resources/catalog/parts/index.d.mts +3 -0
  552. package/resources/catalog/parts/index.d.mts.map +1 -0
  553. package/resources/catalog/parts/index.d.ts +3 -0
  554. package/resources/catalog/parts/index.d.ts.map +1 -0
  555. package/resources/catalog/parts/index.js +9 -0
  556. package/resources/catalog/parts/index.js.map +1 -0
  557. package/resources/catalog/parts/index.mjs +4 -0
  558. package/resources/catalog/parts/index.mjs.map +1 -0
  559. package/resources/catalog/parts/parts.d.mts +368 -0
  560. package/resources/catalog/parts/parts.d.mts.map +1 -0
  561. package/resources/catalog/parts/parts.d.ts +368 -0
  562. package/resources/catalog/parts/parts.d.ts.map +1 -0
  563. package/resources/catalog/parts/parts.js +138 -0
  564. package/resources/catalog/parts/parts.js.map +1 -0
  565. package/resources/catalog/parts/parts.mjs +133 -0
  566. package/resources/catalog/parts/parts.mjs.map +1 -0
  567. package/resources/catalog/parts.d.mts +2 -0
  568. package/resources/catalog/parts.d.mts.map +1 -0
  569. package/resources/catalog/parts.d.ts +2 -0
  570. package/resources/catalog/parts.d.ts.map +1 -0
  571. package/resources/catalog/parts.js +6 -0
  572. package/resources/catalog/parts.js.map +1 -0
  573. package/resources/catalog/parts.mjs +3 -0
  574. package/resources/catalog/parts.mjs.map +1 -0
  575. package/resources/catalog/product-lines/actions.d.mts +88 -0
  576. package/resources/catalog/product-lines/actions.d.mts.map +1 -0
  577. package/resources/catalog/product-lines/actions.d.ts +88 -0
  578. package/resources/catalog/product-lines/actions.d.ts.map +1 -0
  579. package/resources/catalog/product-lines/actions.js +39 -0
  580. package/resources/catalog/product-lines/actions.js.map +1 -0
  581. package/resources/catalog/product-lines/actions.mjs +35 -0
  582. package/resources/catalog/product-lines/actions.mjs.map +1 -0
  583. package/resources/catalog/product-lines/index.d.mts +3 -0
  584. package/resources/catalog/product-lines/index.d.mts.map +1 -0
  585. package/resources/catalog/product-lines/index.d.ts +3 -0
  586. package/resources/catalog/product-lines/index.d.ts.map +1 -0
  587. package/resources/catalog/product-lines/index.js +9 -0
  588. package/resources/catalog/product-lines/index.js.map +1 -0
  589. package/resources/catalog/product-lines/index.mjs +4 -0
  590. package/resources/catalog/product-lines/index.mjs.map +1 -0
  591. package/resources/catalog/product-lines/product-lines.d.mts +486 -0
  592. package/resources/catalog/product-lines/product-lines.d.mts.map +1 -0
  593. package/resources/catalog/product-lines/product-lines.d.ts +486 -0
  594. package/resources/catalog/product-lines/product-lines.d.ts.map +1 -0
  595. package/resources/catalog/product-lines/product-lines.js +136 -0
  596. package/resources/catalog/product-lines/product-lines.js.map +1 -0
  597. package/resources/catalog/product-lines/product-lines.mjs +131 -0
  598. package/resources/catalog/product-lines/product-lines.mjs.map +1 -0
  599. package/resources/catalog/product-lines.d.mts +2 -0
  600. package/resources/catalog/product-lines.d.mts.map +1 -0
  601. package/resources/catalog/product-lines.d.ts +2 -0
  602. package/resources/catalog/product-lines.d.ts.map +1 -0
  603. package/resources/catalog/product-lines.js +6 -0
  604. package/resources/catalog/product-lines.js.map +1 -0
  605. package/resources/catalog/product-lines.mjs +3 -0
  606. package/resources/catalog/product-lines.mjs.map +1 -0
  607. package/resources/catalog/products/actions.d.mts +129 -0
  608. package/resources/catalog/products/actions.d.mts.map +1 -0
  609. package/resources/catalog/products/actions.d.ts +129 -0
  610. package/resources/catalog/products/actions.d.ts.map +1 -0
  611. package/resources/catalog/products/actions.js +38 -0
  612. package/resources/catalog/products/actions.js.map +1 -0
  613. package/resources/catalog/products/actions.mjs +34 -0
  614. package/resources/catalog/products/actions.mjs.map +1 -0
  615. package/resources/catalog/products/index.d.mts +3 -0
  616. package/resources/catalog/products/index.d.mts.map +1 -0
  617. package/resources/catalog/products/index.d.ts +3 -0
  618. package/resources/catalog/products/index.d.ts.map +1 -0
  619. package/resources/catalog/products/index.js +9 -0
  620. package/resources/catalog/products/index.js.map +1 -0
  621. package/resources/catalog/products/index.mjs +4 -0
  622. package/resources/catalog/products/index.mjs.map +1 -0
  623. package/resources/catalog/products/products.d.mts +587 -0
  624. package/resources/catalog/products/products.d.mts.map +1 -0
  625. package/resources/catalog/products/products.d.ts +587 -0
  626. package/resources/catalog/products/products.d.ts.map +1 -0
  627. package/resources/catalog/products/products.js +185 -0
  628. package/resources/catalog/products/products.js.map +1 -0
  629. package/resources/catalog/products/products.mjs +180 -0
  630. package/resources/catalog/products/products.mjs.map +1 -0
  631. package/resources/catalog/products.d.mts +2 -0
  632. package/resources/catalog/products.d.mts.map +1 -0
  633. package/resources/catalog/products.d.ts +2 -0
  634. package/resources/catalog/products.d.ts.map +1 -0
  635. package/resources/catalog/products.js +6 -0
  636. package/resources/catalog/products.js.map +1 -0
  637. package/resources/catalog/products.mjs +3 -0
  638. package/resources/catalog/products.mjs.map +1 -0
  639. package/resources/catalog/properties/actions.d.mts +91 -0
  640. package/resources/catalog/properties/actions.d.mts.map +1 -0
  641. package/resources/catalog/properties/actions.d.ts +91 -0
  642. package/resources/catalog/properties/actions.d.ts.map +1 -0
  643. package/resources/catalog/properties/actions.js +38 -0
  644. package/resources/catalog/properties/actions.js.map +1 -0
  645. package/resources/catalog/properties/actions.mjs +34 -0
  646. package/resources/catalog/properties/actions.mjs.map +1 -0
  647. package/resources/catalog/properties/attributes.d.mts +245 -0
  648. package/resources/catalog/properties/attributes.d.mts.map +1 -0
  649. package/resources/catalog/properties/attributes.d.ts +245 -0
  650. package/resources/catalog/properties/attributes.d.ts.map +1 -0
  651. package/resources/catalog/properties/attributes.js +125 -0
  652. package/resources/catalog/properties/attributes.js.map +1 -0
  653. package/resources/catalog/properties/attributes.mjs +121 -0
  654. package/resources/catalog/properties/attributes.mjs.map +1 -0
  655. package/resources/catalog/properties/index.d.mts +4 -0
  656. package/resources/catalog/properties/index.d.mts.map +1 -0
  657. package/resources/catalog/properties/index.d.ts +4 -0
  658. package/resources/catalog/properties/index.d.ts.map +1 -0
  659. package/resources/catalog/properties/index.js +11 -0
  660. package/resources/catalog/properties/index.js.map +1 -0
  661. package/resources/catalog/properties/index.mjs +5 -0
  662. package/resources/catalog/properties/index.mjs.map +1 -0
  663. package/resources/catalog/properties/properties.d.mts +309 -0
  664. package/resources/catalog/properties/properties.d.mts.map +1 -0
  665. package/resources/catalog/properties/properties.d.ts +309 -0
  666. package/resources/catalog/properties/properties.d.ts.map +1 -0
  667. package/resources/catalog/properties/properties.js +110 -0
  668. package/resources/catalog/properties/properties.js.map +1 -0
  669. package/resources/catalog/properties/properties.mjs +105 -0
  670. package/resources/catalog/properties/properties.mjs.map +1 -0
  671. package/resources/catalog/properties.d.mts +2 -0
  672. package/resources/catalog/properties.d.mts.map +1 -0
  673. package/resources/catalog/properties.d.ts +2 -0
  674. package/resources/catalog/properties.d.ts.map +1 -0
  675. package/resources/catalog/properties.js +6 -0
  676. package/resources/catalog/properties.js.map +1 -0
  677. package/resources/catalog/properties.mjs +3 -0
  678. package/resources/catalog/properties.mjs.map +1 -0
  679. package/resources/catalog/unit-groups/actions.d.mts +121 -0
  680. package/resources/catalog/unit-groups/actions.d.mts.map +1 -0
  681. package/resources/catalog/unit-groups/actions.d.ts +121 -0
  682. package/resources/catalog/unit-groups/actions.d.ts.map +1 -0
  683. package/resources/catalog/unit-groups/actions.js +44 -0
  684. package/resources/catalog/unit-groups/actions.js.map +1 -0
  685. package/resources/catalog/unit-groups/actions.mjs +40 -0
  686. package/resources/catalog/unit-groups/actions.mjs.map +1 -0
  687. package/resources/catalog/unit-groups/index.d.mts +4 -0
  688. package/resources/catalog/unit-groups/index.d.mts.map +1 -0
  689. package/resources/catalog/unit-groups/index.d.ts +4 -0
  690. package/resources/catalog/unit-groups/index.d.ts.map +1 -0
  691. package/resources/catalog/unit-groups/index.js +11 -0
  692. package/resources/catalog/unit-groups/index.js.map +1 -0
  693. package/resources/catalog/unit-groups/index.mjs +5 -0
  694. package/resources/catalog/unit-groups/index.mjs.map +1 -0
  695. package/resources/catalog/unit-groups/unit-groups.d.mts +472 -0
  696. package/resources/catalog/unit-groups/unit-groups.d.mts.map +1 -0
  697. package/resources/catalog/unit-groups/unit-groups.d.ts +472 -0
  698. package/resources/catalog/unit-groups/unit-groups.d.ts.map +1 -0
  699. package/resources/catalog/unit-groups/unit-groups.js +136 -0
  700. package/resources/catalog/unit-groups/unit-groups.js.map +1 -0
  701. package/resources/catalog/unit-groups/unit-groups.mjs +131 -0
  702. package/resources/catalog/unit-groups/unit-groups.mjs.map +1 -0
  703. package/resources/catalog/unit-groups/units.d.mts +271 -0
  704. package/resources/catalog/unit-groups/units.d.mts.map +1 -0
  705. package/resources/catalog/unit-groups/units.d.ts +271 -0
  706. package/resources/catalog/unit-groups/units.d.ts.map +1 -0
  707. package/resources/catalog/unit-groups/units.js +138 -0
  708. package/resources/catalog/unit-groups/units.js.map +1 -0
  709. package/resources/catalog/unit-groups/units.mjs +134 -0
  710. package/resources/catalog/unit-groups/units.mjs.map +1 -0
  711. package/resources/catalog/unit-groups.d.mts +2 -0
  712. package/resources/catalog/unit-groups.d.mts.map +1 -0
  713. package/resources/catalog/unit-groups.d.ts +2 -0
  714. package/resources/catalog/unit-groups.d.ts.map +1 -0
  715. package/resources/catalog/unit-groups.js +6 -0
  716. package/resources/catalog/unit-groups.js.map +1 -0
  717. package/resources/catalog/unit-groups.mjs +3 -0
  718. package/resources/catalog/unit-groups.mjs.map +1 -0
  719. package/resources/catalog/units/actions.d.mts +97 -0
  720. package/resources/catalog/units/actions.d.mts.map +1 -0
  721. package/resources/catalog/units/actions.d.ts +97 -0
  722. package/resources/catalog/units/actions.d.ts.map +1 -0
  723. package/resources/catalog/units/actions.js +42 -0
  724. package/resources/catalog/units/actions.js.map +1 -0
  725. package/resources/catalog/units/actions.mjs +38 -0
  726. package/resources/catalog/units/actions.mjs.map +1 -0
  727. package/resources/catalog/units/index.d.mts +3 -0
  728. package/resources/catalog/units/index.d.mts.map +1 -0
  729. package/resources/catalog/units/index.d.ts +3 -0
  730. package/resources/catalog/units/index.d.ts.map +1 -0
  731. package/resources/catalog/units/index.js +9 -0
  732. package/resources/catalog/units/index.js.map +1 -0
  733. package/resources/catalog/units/index.mjs +4 -0
  734. package/resources/catalog/units/index.mjs.map +1 -0
  735. package/resources/catalog/units/units.d.mts +449 -0
  736. package/resources/catalog/units/units.d.mts.map +1 -0
  737. package/resources/catalog/units/units.d.ts +449 -0
  738. package/resources/catalog/units/units.d.ts.map +1 -0
  739. package/resources/catalog/units/units.js +122 -0
  740. package/resources/catalog/units/units.js.map +1 -0
  741. package/resources/catalog/units/units.mjs +117 -0
  742. package/resources/catalog/units/units.mjs.map +1 -0
  743. package/resources/catalog/units.d.mts +2 -0
  744. package/resources/catalog/units.d.mts.map +1 -0
  745. package/resources/catalog/units.d.ts +2 -0
  746. package/resources/catalog/units.d.ts.map +1 -0
  747. package/resources/catalog/units.js +6 -0
  748. package/resources/catalog/units.js.map +1 -0
  749. package/resources/catalog/units.mjs +3 -0
  750. package/resources/catalog/units.mjs.map +1 -0
  751. package/resources/catalog.d.mts +2 -0
  752. package/resources/catalog.d.mts.map +1 -0
  753. package/resources/catalog.d.ts +2 -0
  754. package/resources/catalog.d.ts.map +1 -0
  755. package/resources/catalog.js +6 -0
  756. package/resources/catalog.js.map +1 -0
  757. package/resources/catalog.mjs +3 -0
  758. package/resources/catalog.mjs.map +1 -0
  759. package/resources/core/actions.d.mts +73 -0
  760. package/resources/core/actions.d.mts.map +1 -0
  761. package/resources/core/actions.d.ts +73 -0
  762. package/resources/core/actions.d.ts.map +1 -0
  763. package/resources/core/actions.js +36 -0
  764. package/resources/core/actions.js.map +1 -0
  765. package/resources/core/actions.mjs +32 -0
  766. package/resources/core/actions.mjs.map +1 -0
  767. package/resources/core/addresses/actions.d.mts +175 -0
  768. package/resources/core/addresses/actions.d.mts.map +1 -0
  769. package/resources/core/addresses/actions.d.ts +175 -0
  770. package/resources/core/addresses/actions.d.ts.map +1 -0
  771. package/resources/core/addresses/actions.js +38 -0
  772. package/resources/core/addresses/actions.js.map +1 -0
  773. package/resources/core/addresses/actions.mjs +34 -0
  774. package/resources/core/addresses/actions.mjs.map +1 -0
  775. package/resources/core/addresses/addresses.d.mts +106 -0
  776. package/resources/core/addresses/addresses.d.mts.map +1 -0
  777. package/resources/core/addresses/addresses.d.ts +106 -0
  778. package/resources/core/addresses/addresses.d.ts.map +1 -0
  779. package/resources/core/addresses/addresses.js +40 -0
  780. package/resources/core/addresses/addresses.js.map +1 -0
  781. package/resources/core/addresses/addresses.mjs +35 -0
  782. package/resources/core/addresses/addresses.mjs.map +1 -0
  783. package/resources/core/addresses/index.d.mts +3 -0
  784. package/resources/core/addresses/index.d.mts.map +1 -0
  785. package/resources/core/addresses/index.d.ts +3 -0
  786. package/resources/core/addresses/index.d.ts.map +1 -0
  787. package/resources/core/addresses/index.js +9 -0
  788. package/resources/core/addresses/index.js.map +1 -0
  789. package/resources/core/addresses/index.mjs +4 -0
  790. package/resources/core/addresses/index.mjs.map +1 -0
  791. package/resources/core/addresses.d.mts +2 -0
  792. package/resources/core/addresses.d.mts.map +1 -0
  793. package/resources/core/addresses.d.ts +2 -0
  794. package/resources/core/addresses.d.ts.map +1 -0
  795. package/resources/core/addresses.js +6 -0
  796. package/resources/core/addresses.js.map +1 -0
  797. package/resources/core/addresses.mjs +3 -0
  798. package/resources/core/addresses.mjs.map +1 -0
  799. package/resources/core/analytics.d.mts +1178 -0
  800. package/resources/core/analytics.d.mts.map +1 -0
  801. package/resources/core/analytics.d.ts +1178 -0
  802. package/resources/core/analytics.d.ts.map +1 -0
  803. package/resources/core/analytics.js +144 -0
  804. package/resources/core/analytics.js.map +1 -0
  805. package/resources/core/analytics.mjs +140 -0
  806. package/resources/core/analytics.mjs.map +1 -0
  807. package/resources/core/audit-events.d.mts +366 -0
  808. package/resources/core/audit-events.d.mts.map +1 -0
  809. package/resources/core/audit-events.d.ts +366 -0
  810. package/resources/core/audit-events.d.ts.map +1 -0
  811. package/resources/core/audit-events.js +68 -0
  812. package/resources/core/audit-events.js.map +1 -0
  813. package/resources/core/audit-events.mjs +64 -0
  814. package/resources/core/audit-events.mjs.map +1 -0
  815. package/resources/core/core.d.mts +166 -0
  816. package/resources/core/core.d.mts.map +1 -0
  817. package/resources/core/core.d.ts +166 -0
  818. package/resources/core/core.d.ts.map +1 -0
  819. package/resources/core/core.js +75 -0
  820. package/resources/core/core.js.map +1 -0
  821. package/resources/core/core.mjs +70 -0
  822. package/resources/core/core.mjs.map +1 -0
  823. package/resources/core/email-logs.d.mts +148 -0
  824. package/resources/core/email-logs.d.mts.map +1 -0
  825. package/resources/core/email-logs.d.ts +148 -0
  826. package/resources/core/email-logs.d.ts.map +1 -0
  827. package/resources/core/email-logs.js +44 -0
  828. package/resources/core/email-logs.js.map +1 -0
  829. package/resources/core/email-logs.mjs +40 -0
  830. package/resources/core/email-logs.mjs.map +1 -0
  831. package/resources/core/index.d.mts +10 -0
  832. package/resources/core/index.d.mts.map +1 -0
  833. package/resources/core/index.d.ts +10 -0
  834. package/resources/core/index.d.ts.map +1 -0
  835. package/resources/core/index.js +23 -0
  836. package/resources/core/index.js.map +1 -0
  837. package/resources/core/index.mjs +11 -0
  838. package/resources/core/index.mjs.map +1 -0
  839. package/resources/core/jobs.d.mts +278 -0
  840. package/resources/core/jobs.d.mts.map +1 -0
  841. package/resources/core/jobs.d.ts +278 -0
  842. package/resources/core/jobs.d.ts.map +1 -0
  843. package/resources/core/jobs.js +49 -0
  844. package/resources/core/jobs.js.map +1 -0
  845. package/resources/core/jobs.mjs +45 -0
  846. package/resources/core/jobs.mjs.map +1 -0
  847. package/resources/core/request-logs.d.mts +390 -0
  848. package/resources/core/request-logs.d.mts.map +1 -0
  849. package/resources/core/request-logs.d.ts +390 -0
  850. package/resources/core/request-logs.d.ts.map +1 -0
  851. package/resources/core/request-logs.js +57 -0
  852. package/resources/core/request-logs.js.map +1 -0
  853. package/resources/core/request-logs.mjs +53 -0
  854. package/resources/core/request-logs.mjs.map +1 -0
  855. package/resources/core/sandboxes.d.mts +215 -0
  856. package/resources/core/sandboxes.d.mts.map +1 -0
  857. package/resources/core/sandboxes.d.ts +215 -0
  858. package/resources/core/sandboxes.d.ts.map +1 -0
  859. package/resources/core/sandboxes.js +94 -0
  860. package/resources/core/sandboxes.js.map +1 -0
  861. package/resources/core/sandboxes.mjs +90 -0
  862. package/resources/core/sandboxes.mjs.map +1 -0
  863. package/resources/core.d.mts +2 -0
  864. package/resources/core.d.mts.map +1 -0
  865. package/resources/core.d.ts +2 -0
  866. package/resources/core.d.ts.map +1 -0
  867. package/resources/core.js +6 -0
  868. package/resources/core.js.map +1 -0
  869. package/resources/core.mjs +3 -0
  870. package/resources/core.mjs.map +1 -0
  871. package/resources/finance/finance.d.mts +289 -0
  872. package/resources/finance/finance.d.mts.map +1 -0
  873. package/resources/finance/finance.d.ts +289 -0
  874. package/resources/finance/finance.d.ts.map +1 -0
  875. package/resources/finance/finance.js +70 -0
  876. package/resources/finance/finance.js.map +1 -0
  877. package/resources/finance/finance.mjs +65 -0
  878. package/resources/finance/finance.mjs.map +1 -0
  879. package/resources/finance/index.d.mts +3 -0
  880. package/resources/finance/index.d.mts.map +1 -0
  881. package/resources/finance/index.d.ts +3 -0
  882. package/resources/finance/index.d.ts.map +1 -0
  883. package/resources/finance/index.js +9 -0
  884. package/resources/finance/index.js.map +1 -0
  885. package/resources/finance/index.mjs +4 -0
  886. package/resources/finance/index.mjs.map +1 -0
  887. package/resources/finance/payment-terms.d.mts +207 -0
  888. package/resources/finance/payment-terms.d.mts.map +1 -0
  889. package/resources/finance/payment-terms.d.ts +207 -0
  890. package/resources/finance/payment-terms.d.ts.map +1 -0
  891. package/resources/finance/payment-terms.js +112 -0
  892. package/resources/finance/payment-terms.js.map +1 -0
  893. package/resources/finance/payment-terms.mjs +108 -0
  894. package/resources/finance/payment-terms.mjs.map +1 -0
  895. package/resources/finance.d.mts +2 -0
  896. package/resources/finance.d.mts.map +1 -0
  897. package/resources/finance.d.ts +2 -0
  898. package/resources/finance.d.ts.map +1 -0
  899. package/resources/finance.js +6 -0
  900. package/resources/finance.js.map +1 -0
  901. package/resources/finance.mjs +3 -0
  902. package/resources/finance.mjs.map +1 -0
  903. package/resources/identity/account-users/account-users.d.mts +452 -0
  904. package/resources/identity/account-users/account-users.d.mts.map +1 -0
  905. package/resources/identity/account-users/account-users.d.ts +452 -0
  906. package/resources/identity/account-users/account-users.d.ts.map +1 -0
  907. package/resources/identity/account-users/account-users.js +140 -0
  908. package/resources/identity/account-users/account-users.js.map +1 -0
  909. package/resources/identity/account-users/account-users.mjs +135 -0
  910. package/resources/identity/account-users/account-users.mjs.map +1 -0
  911. package/resources/identity/account-users/actions.d.mts +80 -0
  912. package/resources/identity/account-users/actions.d.mts.map +1 -0
  913. package/resources/identity/account-users/actions.d.ts +80 -0
  914. package/resources/identity/account-users/actions.d.ts.map +1 -0
  915. package/resources/identity/account-users/actions.js +81 -0
  916. package/resources/identity/account-users/actions.js.map +1 -0
  917. package/resources/identity/account-users/actions.mjs +77 -0
  918. package/resources/identity/account-users/actions.mjs.map +1 -0
  919. package/resources/identity/account-users/index.d.mts +3 -0
  920. package/resources/identity/account-users/index.d.mts.map +1 -0
  921. package/resources/identity/account-users/index.d.ts +3 -0
  922. package/resources/identity/account-users/index.d.ts.map +1 -0
  923. package/resources/identity/account-users/index.js +9 -0
  924. package/resources/identity/account-users/index.js.map +1 -0
  925. package/resources/identity/account-users/index.mjs +4 -0
  926. package/resources/identity/account-users/index.mjs.map +1 -0
  927. package/resources/identity/account-users.d.mts +2 -0
  928. package/resources/identity/account-users.d.mts.map +1 -0
  929. package/resources/identity/account-users.d.ts +2 -0
  930. package/resources/identity/account-users.d.ts.map +1 -0
  931. package/resources/identity/account-users.js +6 -0
  932. package/resources/identity/account-users.js.map +1 -0
  933. package/resources/identity/account-users.mjs +3 -0
  934. package/resources/identity/account-users.mjs.map +1 -0
  935. package/resources/identity/accounts.d.mts +34 -0
  936. package/resources/identity/accounts.d.mts.map +1 -0
  937. package/resources/identity/accounts.d.ts +34 -0
  938. package/resources/identity/accounts.d.ts.map +1 -0
  939. package/resources/identity/accounts.js +35 -0
  940. package/resources/identity/accounts.js.map +1 -0
  941. package/resources/identity/accounts.mjs +31 -0
  942. package/resources/identity/accounts.mjs.map +1 -0
  943. package/resources/identity/identity.d.mts +207 -0
  944. package/resources/identity/identity.d.mts.map +1 -0
  945. package/resources/identity/identity.d.ts +207 -0
  946. package/resources/identity/identity.d.ts.map +1 -0
  947. package/resources/identity/identity.js +47 -0
  948. package/resources/identity/identity.js.map +1 -0
  949. package/resources/identity/identity.mjs +42 -0
  950. package/resources/identity/identity.mjs.map +1 -0
  951. package/resources/identity/index.d.mts +5 -0
  952. package/resources/identity/index.d.mts.map +1 -0
  953. package/resources/identity/index.d.ts +5 -0
  954. package/resources/identity/index.d.ts.map +1 -0
  955. package/resources/identity/index.js +13 -0
  956. package/resources/identity/index.js.map +1 -0
  957. package/resources/identity/index.mjs +6 -0
  958. package/resources/identity/index.mjs.map +1 -0
  959. package/resources/identity/roles.d.mts +253 -0
  960. package/resources/identity/roles.d.mts.map +1 -0
  961. package/resources/identity/roles.d.ts +253 -0
  962. package/resources/identity/roles.d.ts.map +1 -0
  963. package/resources/identity/roles.js +115 -0
  964. package/resources/identity/roles.js.map +1 -0
  965. package/resources/identity/roles.mjs +111 -0
  966. package/resources/identity/roles.mjs.map +1 -0
  967. package/resources/identity.d.mts +2 -0
  968. package/resources/identity.d.mts.map +1 -0
  969. package/resources/identity.d.ts +2 -0
  970. package/resources/identity.d.ts.map +1 -0
  971. package/resources/identity.js +6 -0
  972. package/resources/identity.js.map +1 -0
  973. package/resources/identity.mjs +3 -0
  974. package/resources/identity.mjs.map +1 -0
  975. package/resources/index.d.mts +11 -0
  976. package/resources/index.d.mts.map +1 -0
  977. package/resources/index.d.ts +11 -0
  978. package/resources/index.d.ts.map +1 -0
  979. package/resources/index.js +25 -0
  980. package/resources/index.js.map +1 -0
  981. package/resources/index.mjs +12 -0
  982. package/resources/index.mjs.map +1 -0
  983. package/resources/messaging/announcements/actions.d.mts +94 -0
  984. package/resources/messaging/announcements/actions.d.mts.map +1 -0
  985. package/resources/messaging/announcements/actions.d.ts +94 -0
  986. package/resources/messaging/announcements/actions.d.ts.map +1 -0
  987. package/resources/messaging/announcements/actions.js +91 -0
  988. package/resources/messaging/announcements/actions.js.map +1 -0
  989. package/resources/messaging/announcements/actions.mjs +87 -0
  990. package/resources/messaging/announcements/actions.mjs.map +1 -0
  991. package/resources/messaging/announcements/announcements.d.mts +211 -0
  992. package/resources/messaging/announcements/announcements.d.mts.map +1 -0
  993. package/resources/messaging/announcements/announcements.d.ts +211 -0
  994. package/resources/messaging/announcements/announcements.d.ts.map +1 -0
  995. package/resources/messaging/announcements/announcements.js +61 -0
  996. package/resources/messaging/announcements/announcements.js.map +1 -0
  997. package/resources/messaging/announcements/announcements.mjs +56 -0
  998. package/resources/messaging/announcements/announcements.mjs.map +1 -0
  999. package/resources/messaging/announcements/index.d.mts +3 -0
  1000. package/resources/messaging/announcements/index.d.mts.map +1 -0
  1001. package/resources/messaging/announcements/index.d.ts +3 -0
  1002. package/resources/messaging/announcements/index.d.ts.map +1 -0
  1003. package/resources/messaging/announcements/index.js +9 -0
  1004. package/resources/messaging/announcements/index.js.map +1 -0
  1005. package/resources/messaging/announcements/index.mjs +4 -0
  1006. package/resources/messaging/announcements/index.mjs.map +1 -0
  1007. package/resources/messaging/announcements.d.mts +2 -0
  1008. package/resources/messaging/announcements.d.mts.map +1 -0
  1009. package/resources/messaging/announcements.d.ts +2 -0
  1010. package/resources/messaging/announcements.d.ts.map +1 -0
  1011. package/resources/messaging/announcements.js +6 -0
  1012. package/resources/messaging/announcements.js.map +1 -0
  1013. package/resources/messaging/announcements.mjs +3 -0
  1014. package/resources/messaging/announcements.mjs.map +1 -0
  1015. package/resources/messaging/blocks.d.mts +781 -0
  1016. package/resources/messaging/blocks.d.mts.map +1 -0
  1017. package/resources/messaging/blocks.d.ts +781 -0
  1018. package/resources/messaging/blocks.d.ts.map +1 -0
  1019. package/resources/messaging/blocks.js +70 -0
  1020. package/resources/messaging/blocks.js.map +1 -0
  1021. package/resources/messaging/blocks.mjs +66 -0
  1022. package/resources/messaging/blocks.mjs.map +1 -0
  1023. package/resources/messaging/conversations/actions.d.mts +492 -0
  1024. package/resources/messaging/conversations/actions.d.mts.map +1 -0
  1025. package/resources/messaging/conversations/actions.d.ts +492 -0
  1026. package/resources/messaging/conversations/actions.d.ts.map +1 -0
  1027. package/resources/messaging/conversations/actions.js +339 -0
  1028. package/resources/messaging/conversations/actions.js.map +1 -0
  1029. package/resources/messaging/conversations/actions.mjs +335 -0
  1030. package/resources/messaging/conversations/actions.mjs.map +1 -0
  1031. package/resources/messaging/conversations/attachments/actions.d.mts +109 -0
  1032. package/resources/messaging/conversations/attachments/actions.d.mts.map +1 -0
  1033. package/resources/messaging/conversations/attachments/actions.d.ts +109 -0
  1034. package/resources/messaging/conversations/attachments/actions.d.ts.map +1 -0
  1035. package/resources/messaging/conversations/attachments/actions.js +42 -0
  1036. package/resources/messaging/conversations/attachments/actions.js.map +1 -0
  1037. package/resources/messaging/conversations/attachments/actions.mjs +38 -0
  1038. package/resources/messaging/conversations/attachments/actions.mjs.map +1 -0
  1039. package/resources/messaging/conversations/attachments/attachments.d.mts +10 -0
  1040. package/resources/messaging/conversations/attachments/attachments.d.mts.map +1 -0
  1041. package/resources/messaging/conversations/attachments/attachments.d.ts +10 -0
  1042. package/resources/messaging/conversations/attachments/attachments.d.ts.map +1 -0
  1043. package/resources/messaging/conversations/attachments/attachments.js +17 -0
  1044. package/resources/messaging/conversations/attachments/attachments.js.map +1 -0
  1045. package/resources/messaging/conversations/attachments/attachments.mjs +12 -0
  1046. package/resources/messaging/conversations/attachments/attachments.mjs.map +1 -0
  1047. package/resources/messaging/conversations/attachments/index.d.mts +3 -0
  1048. package/resources/messaging/conversations/attachments/index.d.mts.map +1 -0
  1049. package/resources/messaging/conversations/attachments/index.d.ts +3 -0
  1050. package/resources/messaging/conversations/attachments/index.d.ts.map +1 -0
  1051. package/resources/messaging/conversations/attachments/index.js +9 -0
  1052. package/resources/messaging/conversations/attachments/index.js.map +1 -0
  1053. package/resources/messaging/conversations/attachments/index.mjs +4 -0
  1054. package/resources/messaging/conversations/attachments/index.mjs.map +1 -0
  1055. package/resources/messaging/conversations/attachments.d.mts +2 -0
  1056. package/resources/messaging/conversations/attachments.d.mts.map +1 -0
  1057. package/resources/messaging/conversations/attachments.d.ts +2 -0
  1058. package/resources/messaging/conversations/attachments.d.ts.map +1 -0
  1059. package/resources/messaging/conversations/attachments.js +6 -0
  1060. package/resources/messaging/conversations/attachments.js.map +1 -0
  1061. package/resources/messaging/conversations/attachments.mjs +3 -0
  1062. package/resources/messaging/conversations/attachments.mjs.map +1 -0
  1063. package/resources/messaging/conversations/conversations.d.mts +940 -0
  1064. package/resources/messaging/conversations/conversations.d.mts.map +1 -0
  1065. package/resources/messaging/conversations/conversations.d.ts +940 -0
  1066. package/resources/messaging/conversations/conversations.d.ts.map +1 -0
  1067. package/resources/messaging/conversations/conversations.js +125 -0
  1068. package/resources/messaging/conversations/conversations.js.map +1 -0
  1069. package/resources/messaging/conversations/conversations.mjs +120 -0
  1070. package/resources/messaging/conversations/conversations.mjs.map +1 -0
  1071. package/resources/messaging/conversations/index.d.mts +7 -0
  1072. package/resources/messaging/conversations/index.d.mts.map +1 -0
  1073. package/resources/messaging/conversations/index.d.ts +7 -0
  1074. package/resources/messaging/conversations/index.d.ts.map +1 -0
  1075. package/resources/messaging/conversations/index.js +17 -0
  1076. package/resources/messaging/conversations/index.js.map +1 -0
  1077. package/resources/messaging/conversations/index.mjs +8 -0
  1078. package/resources/messaging/conversations/index.mjs.map +1 -0
  1079. package/resources/messaging/conversations/links.d.mts +167 -0
  1080. package/resources/messaging/conversations/links.d.mts.map +1 -0
  1081. package/resources/messaging/conversations/links.d.ts +167 -0
  1082. package/resources/messaging/conversations/links.d.ts.map +1 -0
  1083. package/resources/messaging/conversations/links.js +79 -0
  1084. package/resources/messaging/conversations/links.js.map +1 -0
  1085. package/resources/messaging/conversations/links.mjs +75 -0
  1086. package/resources/messaging/conversations/links.mjs.map +1 -0
  1087. package/resources/messaging/conversations/messages.d.mts +412 -0
  1088. package/resources/messaging/conversations/messages.d.mts.map +1 -0
  1089. package/resources/messaging/conversations/messages.d.ts +412 -0
  1090. package/resources/messaging/conversations/messages.d.ts.map +1 -0
  1091. package/resources/messaging/conversations/messages.js +88 -0
  1092. package/resources/messaging/conversations/messages.js.map +1 -0
  1093. package/resources/messaging/conversations/messages.mjs +84 -0
  1094. package/resources/messaging/conversations/messages.mjs.map +1 -0
  1095. package/resources/messaging/conversations/participants/actions.d.mts +72 -0
  1096. package/resources/messaging/conversations/participants/actions.d.mts.map +1 -0
  1097. package/resources/messaging/conversations/participants/actions.d.ts +72 -0
  1098. package/resources/messaging/conversations/participants/actions.d.ts.map +1 -0
  1099. package/resources/messaging/conversations/participants/actions.js +45 -0
  1100. package/resources/messaging/conversations/participants/actions.js.map +1 -0
  1101. package/resources/messaging/conversations/participants/actions.mjs +41 -0
  1102. package/resources/messaging/conversations/participants/actions.mjs.map +1 -0
  1103. package/resources/messaging/conversations/participants/index.d.mts +3 -0
  1104. package/resources/messaging/conversations/participants/index.d.mts.map +1 -0
  1105. package/resources/messaging/conversations/participants/index.d.ts +3 -0
  1106. package/resources/messaging/conversations/participants/index.d.ts.map +1 -0
  1107. package/resources/messaging/conversations/participants/index.js +9 -0
  1108. package/resources/messaging/conversations/participants/index.js.map +1 -0
  1109. package/resources/messaging/conversations/participants/index.mjs +4 -0
  1110. package/resources/messaging/conversations/participants/index.mjs.map +1 -0
  1111. package/resources/messaging/conversations/participants/participants.d.mts +117 -0
  1112. package/resources/messaging/conversations/participants/participants.d.mts.map +1 -0
  1113. package/resources/messaging/conversations/participants/participants.d.ts +117 -0
  1114. package/resources/messaging/conversations/participants/participants.d.ts.map +1 -0
  1115. package/resources/messaging/conversations/participants/participants.js +81 -0
  1116. package/resources/messaging/conversations/participants/participants.js.map +1 -0
  1117. package/resources/messaging/conversations/participants/participants.mjs +76 -0
  1118. package/resources/messaging/conversations/participants/participants.mjs.map +1 -0
  1119. package/resources/messaging/conversations/participants.d.mts +2 -0
  1120. package/resources/messaging/conversations/participants.d.mts.map +1 -0
  1121. package/resources/messaging/conversations/participants.d.ts +2 -0
  1122. package/resources/messaging/conversations/participants.d.ts.map +1 -0
  1123. package/resources/messaging/conversations/participants.js +6 -0
  1124. package/resources/messaging/conversations/participants.js.map +1 -0
  1125. package/resources/messaging/conversations/participants.mjs +3 -0
  1126. package/resources/messaging/conversations/participants.mjs.map +1 -0
  1127. package/resources/messaging/conversations.d.mts +2 -0
  1128. package/resources/messaging/conversations.d.mts.map +1 -0
  1129. package/resources/messaging/conversations.d.ts +2 -0
  1130. package/resources/messaging/conversations.d.ts.map +1 -0
  1131. package/resources/messaging/conversations.js +6 -0
  1132. package/resources/messaging/conversations.js.map +1 -0
  1133. package/resources/messaging/conversations.mjs +3 -0
  1134. package/resources/messaging/conversations.mjs.map +1 -0
  1135. package/resources/messaging/email-domains/actions.d.mts +30 -0
  1136. package/resources/messaging/email-domains/actions.d.mts.map +1 -0
  1137. package/resources/messaging/email-domains/actions.d.ts +30 -0
  1138. package/resources/messaging/email-domains/actions.d.ts.map +1 -0
  1139. package/resources/messaging/email-domains/actions.js +35 -0
  1140. package/resources/messaging/email-domains/actions.js.map +1 -0
  1141. package/resources/messaging/email-domains/actions.mjs +31 -0
  1142. package/resources/messaging/email-domains/actions.mjs.map +1 -0
  1143. package/resources/messaging/email-domains/email-domains.d.mts +182 -0
  1144. package/resources/messaging/email-domains/email-domains.d.mts.map +1 -0
  1145. package/resources/messaging/email-domains/email-domains.d.ts +182 -0
  1146. package/resources/messaging/email-domains/email-domains.d.ts.map +1 -0
  1147. package/resources/messaging/email-domains/email-domains.js +97 -0
  1148. package/resources/messaging/email-domains/email-domains.js.map +1 -0
  1149. package/resources/messaging/email-domains/email-domains.mjs +92 -0
  1150. package/resources/messaging/email-domains/email-domains.mjs.map +1 -0
  1151. package/resources/messaging/email-domains/index.d.mts +3 -0
  1152. package/resources/messaging/email-domains/index.d.mts.map +1 -0
  1153. package/resources/messaging/email-domains/index.d.ts +3 -0
  1154. package/resources/messaging/email-domains/index.d.ts.map +1 -0
  1155. package/resources/messaging/email-domains/index.js +9 -0
  1156. package/resources/messaging/email-domains/index.js.map +1 -0
  1157. package/resources/messaging/email-domains/index.mjs +4 -0
  1158. package/resources/messaging/email-domains/index.mjs.map +1 -0
  1159. package/resources/messaging/email-domains.d.mts +2 -0
  1160. package/resources/messaging/email-domains.d.mts.map +1 -0
  1161. package/resources/messaging/email-domains.d.ts +2 -0
  1162. package/resources/messaging/email-domains.d.ts.map +1 -0
  1163. package/resources/messaging/email-domains.js +6 -0
  1164. package/resources/messaging/email-domains.js.map +1 -0
  1165. package/resources/messaging/email-domains.mjs +3 -0
  1166. package/resources/messaging/email-domains.mjs.map +1 -0
  1167. package/resources/messaging/email-inboxes.d.mts +456 -0
  1168. package/resources/messaging/email-inboxes.d.mts.map +1 -0
  1169. package/resources/messaging/email-inboxes.d.ts +456 -0
  1170. package/resources/messaging/email-inboxes.d.ts.map +1 -0
  1171. package/resources/messaging/email-inboxes.js +124 -0
  1172. package/resources/messaging/email-inboxes.js.map +1 -0
  1173. package/resources/messaging/email-inboxes.mjs +120 -0
  1174. package/resources/messaging/email-inboxes.mjs.map +1 -0
  1175. package/resources/messaging/groups/groups.d.mts +174 -0
  1176. package/resources/messaging/groups/groups.d.mts.map +1 -0
  1177. package/resources/messaging/groups/groups.d.ts +174 -0
  1178. package/resources/messaging/groups/groups.d.ts.map +1 -0
  1179. package/resources/messaging/groups/groups.js +115 -0
  1180. package/resources/messaging/groups/groups.js.map +1 -0
  1181. package/resources/messaging/groups/groups.mjs +110 -0
  1182. package/resources/messaging/groups/groups.mjs.map +1 -0
  1183. package/resources/messaging/groups/index.d.mts +3 -0
  1184. package/resources/messaging/groups/index.d.mts.map +1 -0
  1185. package/resources/messaging/groups/index.d.ts +3 -0
  1186. package/resources/messaging/groups/index.d.ts.map +1 -0
  1187. package/resources/messaging/groups/index.js +9 -0
  1188. package/resources/messaging/groups/index.js.map +1 -0
  1189. package/resources/messaging/groups/index.mjs +4 -0
  1190. package/resources/messaging/groups/index.mjs.map +1 -0
  1191. package/resources/messaging/groups/members.d.mts +95 -0
  1192. package/resources/messaging/groups/members.d.mts.map +1 -0
  1193. package/resources/messaging/groups/members.d.ts +95 -0
  1194. package/resources/messaging/groups/members.d.ts.map +1 -0
  1195. package/resources/messaging/groups/members.js +61 -0
  1196. package/resources/messaging/groups/members.js.map +1 -0
  1197. package/resources/messaging/groups/members.mjs +57 -0
  1198. package/resources/messaging/groups/members.mjs.map +1 -0
  1199. package/resources/messaging/groups.d.mts +2 -0
  1200. package/resources/messaging/groups.d.mts.map +1 -0
  1201. package/resources/messaging/groups.d.ts +2 -0
  1202. package/resources/messaging/groups.d.ts.map +1 -0
  1203. package/resources/messaging/groups.js +6 -0
  1204. package/resources/messaging/groups.js.map +1 -0
  1205. package/resources/messaging/groups.mjs +3 -0
  1206. package/resources/messaging/groups.mjs.map +1 -0
  1207. package/resources/messaging/index.d.mts +11 -0
  1208. package/resources/messaging/index.d.mts.map +1 -0
  1209. package/resources/messaging/index.d.ts +11 -0
  1210. package/resources/messaging/index.d.ts.map +1 -0
  1211. package/resources/messaging/index.js +25 -0
  1212. package/resources/messaging/index.js.map +1 -0
  1213. package/resources/messaging/index.mjs +12 -0
  1214. package/resources/messaging/index.mjs.map +1 -0
  1215. package/resources/messaging/messages/actions.d.mts +110 -0
  1216. package/resources/messaging/messages/actions.d.mts.map +1 -0
  1217. package/resources/messaging/messages/actions.d.ts +110 -0
  1218. package/resources/messaging/messages/actions.d.ts.map +1 -0
  1219. package/resources/messaging/messages/actions.js +95 -0
  1220. package/resources/messaging/messages/actions.js.map +1 -0
  1221. package/resources/messaging/messages/actions.mjs +91 -0
  1222. package/resources/messaging/messages/actions.mjs.map +1 -0
  1223. package/resources/messaging/messages/index.d.mts +3 -0
  1224. package/resources/messaging/messages/index.d.mts.map +1 -0
  1225. package/resources/messaging/messages/index.d.ts +3 -0
  1226. package/resources/messaging/messages/index.d.ts.map +1 -0
  1227. package/resources/messaging/messages/index.js +9 -0
  1228. package/resources/messaging/messages/index.js.map +1 -0
  1229. package/resources/messaging/messages/index.mjs +4 -0
  1230. package/resources/messaging/messages/index.mjs.map +1 -0
  1231. package/resources/messaging/messages/messages.d.mts +70 -0
  1232. package/resources/messaging/messages/messages.d.mts.map +1 -0
  1233. package/resources/messaging/messages/messages.d.ts +70 -0
  1234. package/resources/messaging/messages/messages.d.ts.map +1 -0
  1235. package/resources/messaging/messages/messages.js +45 -0
  1236. package/resources/messaging/messages/messages.js.map +1 -0
  1237. package/resources/messaging/messages/messages.mjs +40 -0
  1238. package/resources/messaging/messages/messages.mjs.map +1 -0
  1239. package/resources/messaging/messages.d.mts +2 -0
  1240. package/resources/messaging/messages.d.mts.map +1 -0
  1241. package/resources/messaging/messages.d.ts +2 -0
  1242. package/resources/messaging/messages.d.ts.map +1 -0
  1243. package/resources/messaging/messages.js +6 -0
  1244. package/resources/messaging/messages.js.map +1 -0
  1245. package/resources/messaging/messages.mjs +3 -0
  1246. package/resources/messaging/messages.mjs.map +1 -0
  1247. package/resources/messaging/messaging.d.mts +123 -0
  1248. package/resources/messaging/messaging.d.mts.map +1 -0
  1249. package/resources/messaging/messaging.d.ts +123 -0
  1250. package/resources/messaging/messaging.d.ts.map +1 -0
  1251. package/resources/messaging/messaging.js +78 -0
  1252. package/resources/messaging/messaging.js.map +1 -0
  1253. package/resources/messaging/messaging.mjs +73 -0
  1254. package/resources/messaging/messaging.mjs.map +1 -0
  1255. package/resources/messaging/notifications/actions.d.mts +105 -0
  1256. package/resources/messaging/notifications/actions.d.mts.map +1 -0
  1257. package/resources/messaging/notifications/actions.d.ts +105 -0
  1258. package/resources/messaging/notifications/actions.d.ts.map +1 -0
  1259. package/resources/messaging/notifications/actions.js +102 -0
  1260. package/resources/messaging/notifications/actions.js.map +1 -0
  1261. package/resources/messaging/notifications/actions.mjs +98 -0
  1262. package/resources/messaging/notifications/actions.mjs.map +1 -0
  1263. package/resources/messaging/notifications/index.d.mts +3 -0
  1264. package/resources/messaging/notifications/index.d.mts.map +1 -0
  1265. package/resources/messaging/notifications/index.d.ts +3 -0
  1266. package/resources/messaging/notifications/index.d.ts.map +1 -0
  1267. package/resources/messaging/notifications/index.js +9 -0
  1268. package/resources/messaging/notifications/index.js.map +1 -0
  1269. package/resources/messaging/notifications/index.mjs +4 -0
  1270. package/resources/messaging/notifications/index.mjs.map +1 -0
  1271. package/resources/messaging/notifications/notifications.d.mts +502 -0
  1272. package/resources/messaging/notifications/notifications.d.mts.map +1 -0
  1273. package/resources/messaging/notifications/notifications.d.ts +502 -0
  1274. package/resources/messaging/notifications/notifications.d.ts.map +1 -0
  1275. package/resources/messaging/notifications/notifications.js +129 -0
  1276. package/resources/messaging/notifications/notifications.js.map +1 -0
  1277. package/resources/messaging/notifications/notifications.mjs +124 -0
  1278. package/resources/messaging/notifications/notifications.mjs.map +1 -0
  1279. package/resources/messaging/notifications.d.mts +2 -0
  1280. package/resources/messaging/notifications.d.mts.map +1 -0
  1281. package/resources/messaging/notifications.d.ts +2 -0
  1282. package/resources/messaging/notifications.d.ts.map +1 -0
  1283. package/resources/messaging/notifications.js +6 -0
  1284. package/resources/messaging/notifications.js.map +1 -0
  1285. package/resources/messaging/notifications.mjs +3 -0
  1286. package/resources/messaging/notifications.mjs.map +1 -0
  1287. package/resources/messaging/preferences.d.mts +243 -0
  1288. package/resources/messaging/preferences.d.mts.map +1 -0
  1289. package/resources/messaging/preferences.d.ts +243 -0
  1290. package/resources/messaging/preferences.d.ts.map +1 -0
  1291. package/resources/messaging/preferences.js +56 -0
  1292. package/resources/messaging/preferences.js.map +1 -0
  1293. package/resources/messaging/preferences.mjs +52 -0
  1294. package/resources/messaging/preferences.mjs.map +1 -0
  1295. package/resources/messaging.d.mts +2 -0
  1296. package/resources/messaging.d.mts.map +1 -0
  1297. package/resources/messaging.d.ts +2 -0
  1298. package/resources/messaging.d.ts.map +1 -0
  1299. package/resources/messaging.js +6 -0
  1300. package/resources/messaging.js.map +1 -0
  1301. package/resources/messaging.mjs +3 -0
  1302. package/resources/messaging.mjs.map +1 -0
  1303. package/resources/operations/carriers/carriers.d.mts +278 -0
  1304. package/resources/operations/carriers/carriers.d.mts.map +1 -0
  1305. package/resources/operations/carriers/carriers.d.ts +278 -0
  1306. package/resources/operations/carriers/carriers.d.ts.map +1 -0
  1307. package/resources/operations/carriers/carriers.js +121 -0
  1308. package/resources/operations/carriers/carriers.js.map +1 -0
  1309. package/resources/operations/carriers/carriers.mjs +116 -0
  1310. package/resources/operations/carriers/carriers.mjs.map +1 -0
  1311. package/resources/operations/carriers/index.d.mts +3 -0
  1312. package/resources/operations/carriers/index.d.mts.map +1 -0
  1313. package/resources/operations/carriers/index.d.ts +3 -0
  1314. package/resources/operations/carriers/index.d.ts.map +1 -0
  1315. package/resources/operations/carriers/index.js +9 -0
  1316. package/resources/operations/carriers/index.js.map +1 -0
  1317. package/resources/operations/carriers/index.mjs +4 -0
  1318. package/resources/operations/carriers/index.mjs.map +1 -0
  1319. package/resources/operations/carriers/service-levels.d.mts +330 -0
  1320. package/resources/operations/carriers/service-levels.d.mts.map +1 -0
  1321. package/resources/operations/carriers/service-levels.d.ts +330 -0
  1322. package/resources/operations/carriers/service-levels.d.ts.map +1 -0
  1323. package/resources/operations/carriers/service-levels.js +141 -0
  1324. package/resources/operations/carriers/service-levels.js.map +1 -0
  1325. package/resources/operations/carriers/service-levels.mjs +137 -0
  1326. package/resources/operations/carriers/service-levels.mjs.map +1 -0
  1327. package/resources/operations/carriers.d.mts +2 -0
  1328. package/resources/operations/carriers.d.mts.map +1 -0
  1329. package/resources/operations/carriers.d.ts +2 -0
  1330. package/resources/operations/carriers.d.ts.map +1 -0
  1331. package/resources/operations/carriers.js +6 -0
  1332. package/resources/operations/carriers.js.map +1 -0
  1333. package/resources/operations/carriers.mjs +3 -0
  1334. package/resources/operations/carriers.mjs.map +1 -0
  1335. package/resources/operations/demand-overrides.d.mts +638 -0
  1336. package/resources/operations/demand-overrides.d.mts.map +1 -0
  1337. package/resources/operations/demand-overrides.d.ts +638 -0
  1338. package/resources/operations/demand-overrides.d.ts.map +1 -0
  1339. package/resources/operations/demand-overrides.js +130 -0
  1340. package/resources/operations/demand-overrides.js.map +1 -0
  1341. package/resources/operations/demand-overrides.mjs +126 -0
  1342. package/resources/operations/demand-overrides.mjs.map +1 -0
  1343. package/resources/operations/departments.d.mts +332 -0
  1344. package/resources/operations/departments.d.mts.map +1 -0
  1345. package/resources/operations/departments.d.ts +332 -0
  1346. package/resources/operations/departments.d.ts.map +1 -0
  1347. package/resources/operations/departments.js +115 -0
  1348. package/resources/operations/departments.js.map +1 -0
  1349. package/resources/operations/departments.mjs +111 -0
  1350. package/resources/operations/departments.mjs.map +1 -0
  1351. package/resources/operations/fulfillment-recommendations/actions.d.mts +59 -0
  1352. package/resources/operations/fulfillment-recommendations/actions.d.mts.map +1 -0
  1353. package/resources/operations/fulfillment-recommendations/actions.d.ts +59 -0
  1354. package/resources/operations/fulfillment-recommendations/actions.d.ts.map +1 -0
  1355. package/resources/operations/fulfillment-recommendations/actions.js +40 -0
  1356. package/resources/operations/fulfillment-recommendations/actions.js.map +1 -0
  1357. package/resources/operations/fulfillment-recommendations/actions.mjs +36 -0
  1358. package/resources/operations/fulfillment-recommendations/actions.mjs.map +1 -0
  1359. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts +165 -0
  1360. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.mts.map +1 -0
  1361. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts +165 -0
  1362. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.d.ts.map +1 -0
  1363. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js +52 -0
  1364. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.js.map +1 -0
  1365. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs +47 -0
  1366. package/resources/operations/fulfillment-recommendations/fulfillment-recommendations.mjs.map +1 -0
  1367. package/resources/operations/fulfillment-recommendations/index.d.mts +3 -0
  1368. package/resources/operations/fulfillment-recommendations/index.d.mts.map +1 -0
  1369. package/resources/operations/fulfillment-recommendations/index.d.ts +3 -0
  1370. package/resources/operations/fulfillment-recommendations/index.d.ts.map +1 -0
  1371. package/resources/operations/fulfillment-recommendations/index.js +9 -0
  1372. package/resources/operations/fulfillment-recommendations/index.js.map +1 -0
  1373. package/resources/operations/fulfillment-recommendations/index.mjs +4 -0
  1374. package/resources/operations/fulfillment-recommendations/index.mjs.map +1 -0
  1375. package/resources/operations/fulfillment-recommendations.d.mts +2 -0
  1376. package/resources/operations/fulfillment-recommendations.d.mts.map +1 -0
  1377. package/resources/operations/fulfillment-recommendations.d.ts +2 -0
  1378. package/resources/operations/fulfillment-recommendations.d.ts.map +1 -0
  1379. package/resources/operations/fulfillment-recommendations.js +6 -0
  1380. package/resources/operations/fulfillment-recommendations.js.map +1 -0
  1381. package/resources/operations/fulfillment-recommendations.mjs +3 -0
  1382. package/resources/operations/fulfillment-recommendations.mjs.map +1 -0
  1383. package/resources/operations/index.d.mts +16 -0
  1384. package/resources/operations/index.d.mts.map +1 -0
  1385. package/resources/operations/index.d.ts +16 -0
  1386. package/resources/operations/index.d.ts.map +1 -0
  1387. package/resources/operations/index.js +35 -0
  1388. package/resources/operations/index.js.map +1 -0
  1389. package/resources/operations/index.mjs +17 -0
  1390. package/resources/operations/index.mjs.map +1 -0
  1391. package/resources/operations/location-types.d.mts +123 -0
  1392. package/resources/operations/location-types.d.mts.map +1 -0
  1393. package/resources/operations/location-types.d.ts +123 -0
  1394. package/resources/operations/location-types.d.ts.map +1 -0
  1395. package/resources/operations/location-types.js +47 -0
  1396. package/resources/operations/location-types.js.map +1 -0
  1397. package/resources/operations/location-types.mjs +43 -0
  1398. package/resources/operations/location-types.mjs.map +1 -0
  1399. package/resources/operations/locations/actions.d.mts +72 -0
  1400. package/resources/operations/locations/actions.d.mts.map +1 -0
  1401. package/resources/operations/locations/actions.d.ts +72 -0
  1402. package/resources/operations/locations/actions.d.ts.map +1 -0
  1403. package/resources/operations/locations/actions.js +32 -0
  1404. package/resources/operations/locations/actions.js.map +1 -0
  1405. package/resources/operations/locations/actions.mjs +28 -0
  1406. package/resources/operations/locations/actions.mjs.map +1 -0
  1407. package/resources/operations/locations/index.d.mts +3 -0
  1408. package/resources/operations/locations/index.d.mts.map +1 -0
  1409. package/resources/operations/locations/index.d.ts +3 -0
  1410. package/resources/operations/locations/index.d.ts.map +1 -0
  1411. package/resources/operations/locations/index.js +9 -0
  1412. package/resources/operations/locations/index.js.map +1 -0
  1413. package/resources/operations/locations/index.mjs +4 -0
  1414. package/resources/operations/locations/index.mjs.map +1 -0
  1415. package/resources/operations/locations/locations.d.mts +273 -0
  1416. package/resources/operations/locations/locations.d.mts.map +1 -0
  1417. package/resources/operations/locations/locations.d.ts +273 -0
  1418. package/resources/operations/locations/locations.d.ts.map +1 -0
  1419. package/resources/operations/locations/locations.js +113 -0
  1420. package/resources/operations/locations/locations.js.map +1 -0
  1421. package/resources/operations/locations/locations.mjs +108 -0
  1422. package/resources/operations/locations/locations.mjs.map +1 -0
  1423. package/resources/operations/locations.d.mts +2 -0
  1424. package/resources/operations/locations.d.mts.map +1 -0
  1425. package/resources/operations/locations.d.ts +2 -0
  1426. package/resources/operations/locations.d.ts.map +1 -0
  1427. package/resources/operations/locations.js +6 -0
  1428. package/resources/operations/locations.js.map +1 -0
  1429. package/resources/operations/locations.mjs +3 -0
  1430. package/resources/operations/locations.mjs.map +1 -0
  1431. package/resources/operations/machine-downtime-events.d.mts +572 -0
  1432. package/resources/operations/machine-downtime-events.d.mts.map +1 -0
  1433. package/resources/operations/machine-downtime-events.d.ts +572 -0
  1434. package/resources/operations/machine-downtime-events.d.ts.map +1 -0
  1435. package/resources/operations/machine-downtime-events.js +129 -0
  1436. package/resources/operations/machine-downtime-events.js.map +1 -0
  1437. package/resources/operations/machine-downtime-events.mjs +125 -0
  1438. package/resources/operations/machine-downtime-events.mjs.map +1 -0
  1439. package/resources/operations/machines.d.mts +223 -0
  1440. package/resources/operations/machines.d.mts.map +1 -0
  1441. package/resources/operations/machines.d.ts +223 -0
  1442. package/resources/operations/machines.d.ts.map +1 -0
  1443. package/resources/operations/machines.js +106 -0
  1444. package/resources/operations/machines.js.map +1 -0
  1445. package/resources/operations/machines.mjs +102 -0
  1446. package/resources/operations/machines.mjs.map +1 -0
  1447. package/resources/operations/operating-calendars/closures.d.mts +173 -0
  1448. package/resources/operations/operating-calendars/closures.d.mts.map +1 -0
  1449. package/resources/operations/operating-calendars/closures.d.ts +173 -0
  1450. package/resources/operations/operating-calendars/closures.d.ts.map +1 -0
  1451. package/resources/operations/operating-calendars/closures.js +81 -0
  1452. package/resources/operations/operating-calendars/closures.js.map +1 -0
  1453. package/resources/operations/operating-calendars/closures.mjs +77 -0
  1454. package/resources/operations/operating-calendars/closures.mjs.map +1 -0
  1455. package/resources/operations/operating-calendars/index.d.mts +3 -0
  1456. package/resources/operations/operating-calendars/index.d.mts.map +1 -0
  1457. package/resources/operations/operating-calendars/index.d.ts +3 -0
  1458. package/resources/operations/operating-calendars/index.d.ts.map +1 -0
  1459. package/resources/operations/operating-calendars/index.js +9 -0
  1460. package/resources/operations/operating-calendars/index.js.map +1 -0
  1461. package/resources/operations/operating-calendars/index.mjs +4 -0
  1462. package/resources/operations/operating-calendars/index.mjs.map +1 -0
  1463. package/resources/operations/operating-calendars/operating-calendars.d.mts +332 -0
  1464. package/resources/operations/operating-calendars/operating-calendars.d.mts.map +1 -0
  1465. package/resources/operations/operating-calendars/operating-calendars.d.ts +332 -0
  1466. package/resources/operations/operating-calendars/operating-calendars.d.ts.map +1 -0
  1467. package/resources/operations/operating-calendars/operating-calendars.js +129 -0
  1468. package/resources/operations/operating-calendars/operating-calendars.js.map +1 -0
  1469. package/resources/operations/operating-calendars/operating-calendars.mjs +124 -0
  1470. package/resources/operations/operating-calendars/operating-calendars.mjs.map +1 -0
  1471. package/resources/operations/operating-calendars.d.mts +2 -0
  1472. package/resources/operations/operating-calendars.d.mts.map +1 -0
  1473. package/resources/operations/operating-calendars.d.ts +2 -0
  1474. package/resources/operations/operating-calendars.d.ts.map +1 -0
  1475. package/resources/operations/operating-calendars.js +6 -0
  1476. package/resources/operations/operating-calendars.js.map +1 -0
  1477. package/resources/operations/operating-calendars.mjs +3 -0
  1478. package/resources/operations/operating-calendars.mjs.map +1 -0
  1479. package/resources/operations/operations.d.mts +556 -0
  1480. package/resources/operations/operations.d.mts.map +1 -0
  1481. package/resources/operations/operations.d.ts +556 -0
  1482. package/resources/operations/operations.d.ts.map +1 -0
  1483. package/resources/operations/operations.js +151 -0
  1484. package/resources/operations/operations.js.map +1 -0
  1485. package/resources/operations/operations.mjs +146 -0
  1486. package/resources/operations/operations.mjs.map +1 -0
  1487. package/resources/operations/production-schedule-settings/index.d.mts +4 -0
  1488. package/resources/operations/production-schedule-settings/index.d.mts.map +1 -0
  1489. package/resources/operations/production-schedule-settings/index.d.ts +4 -0
  1490. package/resources/operations/production-schedule-settings/index.d.ts.map +1 -0
  1491. package/resources/operations/production-schedule-settings/index.js +11 -0
  1492. package/resources/operations/production-schedule-settings/index.js.map +1 -0
  1493. package/resources/operations/production-schedule-settings/index.mjs +5 -0
  1494. package/resources/operations/production-schedule-settings/index.mjs.map +1 -0
  1495. package/resources/operations/production-schedule-settings/items.d.mts +228 -0
  1496. package/resources/operations/production-schedule-settings/items.d.mts.map +1 -0
  1497. package/resources/operations/production-schedule-settings/items.d.ts +228 -0
  1498. package/resources/operations/production-schedule-settings/items.d.ts.map +1 -0
  1499. package/resources/operations/production-schedule-settings/items.js +109 -0
  1500. package/resources/operations/production-schedule-settings/items.js.map +1 -0
  1501. package/resources/operations/production-schedule-settings/items.mjs +105 -0
  1502. package/resources/operations/production-schedule-settings/items.mjs.map +1 -0
  1503. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts +806 -0
  1504. package/resources/operations/production-schedule-settings/production-schedule-settings.d.mts.map +1 -0
  1505. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts +806 -0
  1506. package/resources/operations/production-schedule-settings/production-schedule-settings.d.ts.map +1 -0
  1507. package/resources/operations/production-schedule-settings/production-schedule-settings.js +103 -0
  1508. package/resources/operations/production-schedule-settings/production-schedule-settings.js.map +1 -0
  1509. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs +98 -0
  1510. package/resources/operations/production-schedule-settings/production-schedule-settings.mjs.map +1 -0
  1511. package/resources/operations/production-schedule-settings/resources.d.mts +231 -0
  1512. package/resources/operations/production-schedule-settings/resources.d.mts.map +1 -0
  1513. package/resources/operations/production-schedule-settings/resources.d.ts +231 -0
  1514. package/resources/operations/production-schedule-settings/resources.d.ts.map +1 -0
  1515. package/resources/operations/production-schedule-settings/resources.js +88 -0
  1516. package/resources/operations/production-schedule-settings/resources.js.map +1 -0
  1517. package/resources/operations/production-schedule-settings/resources.mjs +84 -0
  1518. package/resources/operations/production-schedule-settings/resources.mjs.map +1 -0
  1519. package/resources/operations/production-schedule-settings.d.mts +2 -0
  1520. package/resources/operations/production-schedule-settings.d.mts.map +1 -0
  1521. package/resources/operations/production-schedule-settings.d.ts +2 -0
  1522. package/resources/operations/production-schedule-settings.d.ts.map +1 -0
  1523. package/resources/operations/production-schedule-settings.js +6 -0
  1524. package/resources/operations/production-schedule-settings.js.map +1 -0
  1525. package/resources/operations/production-schedule-settings.mjs +3 -0
  1526. package/resources/operations/production-schedule-settings.mjs.map +1 -0
  1527. package/resources/operations/production-schedules/actions.d.mts +890 -0
  1528. package/resources/operations/production-schedules/actions.d.mts.map +1 -0
  1529. package/resources/operations/production-schedules/actions.d.ts +890 -0
  1530. package/resources/operations/production-schedules/actions.d.ts.map +1 -0
  1531. package/resources/operations/production-schedules/actions.js +216 -0
  1532. package/resources/operations/production-schedules/actions.js.map +1 -0
  1533. package/resources/operations/production-schedules/actions.mjs +212 -0
  1534. package/resources/operations/production-schedules/actions.mjs.map +1 -0
  1535. package/resources/operations/production-schedules/index.d.mts +4 -0
  1536. package/resources/operations/production-schedules/index.d.mts.map +1 -0
  1537. package/resources/operations/production-schedules/index.d.ts +4 -0
  1538. package/resources/operations/production-schedules/index.d.ts.map +1 -0
  1539. package/resources/operations/production-schedules/index.js +11 -0
  1540. package/resources/operations/production-schedules/index.js.map +1 -0
  1541. package/resources/operations/production-schedules/index.mjs +5 -0
  1542. package/resources/operations/production-schedules/index.mjs.map +1 -0
  1543. package/resources/operations/production-schedules/lines.d.mts +526 -0
  1544. package/resources/operations/production-schedules/lines.d.mts.map +1 -0
  1545. package/resources/operations/production-schedules/lines.d.ts +526 -0
  1546. package/resources/operations/production-schedules/lines.d.ts.map +1 -0
  1547. package/resources/operations/production-schedules/lines.js +119 -0
  1548. package/resources/operations/production-schedules/lines.js.map +1 -0
  1549. package/resources/operations/production-schedules/lines.mjs +115 -0
  1550. package/resources/operations/production-schedules/lines.mjs.map +1 -0
  1551. package/resources/operations/production-schedules/production-schedules.d.mts +1926 -0
  1552. package/resources/operations/production-schedules/production-schedules.d.mts.map +1 -0
  1553. package/resources/operations/production-schedules/production-schedules.d.ts +1926 -0
  1554. package/resources/operations/production-schedules/production-schedules.d.ts.map +1 -0
  1555. package/resources/operations/production-schedules/production-schedules.js +330 -0
  1556. package/resources/operations/production-schedules/production-schedules.js.map +1 -0
  1557. package/resources/operations/production-schedules/production-schedules.mjs +325 -0
  1558. package/resources/operations/production-schedules/production-schedules.mjs.map +1 -0
  1559. package/resources/operations/production-schedules.d.mts +2 -0
  1560. package/resources/operations/production-schedules.d.mts.map +1 -0
  1561. package/resources/operations/production-schedules.d.ts +2 -0
  1562. package/resources/operations/production-schedules.d.ts.map +1 -0
  1563. package/resources/operations/production-schedules.js +6 -0
  1564. package/resources/operations/production-schedules.js.map +1 -0
  1565. package/resources/operations/production-schedules.mjs +3 -0
  1566. package/resources/operations/production-schedules.mjs.map +1 -0
  1567. package/resources/operations/scanning-stations.d.mts +341 -0
  1568. package/resources/operations/scanning-stations.d.mts.map +1 -0
  1569. package/resources/operations/scanning-stations.d.ts +341 -0
  1570. package/resources/operations/scanning-stations.d.ts.map +1 -0
  1571. package/resources/operations/scanning-stations.js +126 -0
  1572. package/resources/operations/scanning-stations.js.map +1 -0
  1573. package/resources/operations/scanning-stations.mjs +122 -0
  1574. package/resources/operations/scanning-stations.mjs.map +1 -0
  1575. package/resources/operations/shipments/actions.d.mts +282 -0
  1576. package/resources/operations/shipments/actions.d.mts.map +1 -0
  1577. package/resources/operations/shipments/actions.d.ts +282 -0
  1578. package/resources/operations/shipments/actions.d.ts.map +1 -0
  1579. package/resources/operations/shipments/actions.js +65 -0
  1580. package/resources/operations/shipments/actions.js.map +1 -0
  1581. package/resources/operations/shipments/actions.mjs +61 -0
  1582. package/resources/operations/shipments/actions.mjs.map +1 -0
  1583. package/resources/operations/shipments/index.d.mts +3 -0
  1584. package/resources/operations/shipments/index.d.mts.map +1 -0
  1585. package/resources/operations/shipments/index.d.ts +3 -0
  1586. package/resources/operations/shipments/index.d.ts.map +1 -0
  1587. package/resources/operations/shipments/index.js +9 -0
  1588. package/resources/operations/shipments/index.js.map +1 -0
  1589. package/resources/operations/shipments/index.mjs +4 -0
  1590. package/resources/operations/shipments/index.mjs.map +1 -0
  1591. package/resources/operations/shipments/shipments.d.mts +10 -0
  1592. package/resources/operations/shipments/shipments.d.mts.map +1 -0
  1593. package/resources/operations/shipments/shipments.d.ts +10 -0
  1594. package/resources/operations/shipments/shipments.d.ts.map +1 -0
  1595. package/resources/operations/shipments/shipments.js +17 -0
  1596. package/resources/operations/shipments/shipments.js.map +1 -0
  1597. package/resources/operations/shipments/shipments.mjs +12 -0
  1598. package/resources/operations/shipments/shipments.mjs.map +1 -0
  1599. package/resources/operations/shipments.d.mts +2 -0
  1600. package/resources/operations/shipments.d.mts.map +1 -0
  1601. package/resources/operations/shipments.d.ts +2 -0
  1602. package/resources/operations/shipments.d.ts.map +1 -0
  1603. package/resources/operations/shipments.js +6 -0
  1604. package/resources/operations/shipments.js.map +1 -0
  1605. package/resources/operations/shipments.mjs +3 -0
  1606. package/resources/operations/shipments.mjs.map +1 -0
  1607. package/resources/operations/shipping-terms.d.mts +359 -0
  1608. package/resources/operations/shipping-terms.d.mts.map +1 -0
  1609. package/resources/operations/shipping-terms.d.ts +359 -0
  1610. package/resources/operations/shipping-terms.d.ts.map +1 -0
  1611. package/resources/operations/shipping-terms.js +137 -0
  1612. package/resources/operations/shipping-terms.js.map +1 -0
  1613. package/resources/operations/shipping-terms.mjs +133 -0
  1614. package/resources/operations/shipping-terms.mjs.map +1 -0
  1615. package/resources/operations.d.mts +2 -0
  1616. package/resources/operations.d.mts.map +1 -0
  1617. package/resources/operations.d.ts +2 -0
  1618. package/resources/operations.d.ts.map +1 -0
  1619. package/resources/operations.js +6 -0
  1620. package/resources/operations.js.map +1 -0
  1621. package/resources/operations.mjs +3 -0
  1622. package/resources/operations.mjs.map +1 -0
  1623. package/resources/sales/account-groups.d.mts +405 -0
  1624. package/resources/sales/account-groups.d.mts.map +1 -0
  1625. package/resources/sales/account-groups.d.ts +405 -0
  1626. package/resources/sales/account-groups.d.ts.map +1 -0
  1627. package/resources/sales/account-groups.js +122 -0
  1628. package/resources/sales/account-groups.js.map +1 -0
  1629. package/resources/sales/account-groups.mjs +118 -0
  1630. package/resources/sales/account-groups.mjs.map +1 -0
  1631. package/resources/sales/account-prices/account-prices.d.mts +1008 -0
  1632. package/resources/sales/account-prices/account-prices.d.mts.map +1 -0
  1633. package/resources/sales/account-prices/account-prices.d.ts +1008 -0
  1634. package/resources/sales/account-prices/account-prices.d.ts.map +1 -0
  1635. package/resources/sales/account-prices/account-prices.js +143 -0
  1636. package/resources/sales/account-prices/account-prices.js.map +1 -0
  1637. package/resources/sales/account-prices/account-prices.mjs +138 -0
  1638. package/resources/sales/account-prices/account-prices.mjs.map +1 -0
  1639. package/resources/sales/account-prices/actions.d.mts +58 -0
  1640. package/resources/sales/account-prices/actions.d.mts.map +1 -0
  1641. package/resources/sales/account-prices/actions.d.ts +58 -0
  1642. package/resources/sales/account-prices/actions.d.ts.map +1 -0
  1643. package/resources/sales/account-prices/actions.js +44 -0
  1644. package/resources/sales/account-prices/actions.js.map +1 -0
  1645. package/resources/sales/account-prices/actions.mjs +40 -0
  1646. package/resources/sales/account-prices/actions.mjs.map +1 -0
  1647. package/resources/sales/account-prices/index.d.mts +3 -0
  1648. package/resources/sales/account-prices/index.d.mts.map +1 -0
  1649. package/resources/sales/account-prices/index.d.ts +3 -0
  1650. package/resources/sales/account-prices/index.d.ts.map +1 -0
  1651. package/resources/sales/account-prices/index.js +9 -0
  1652. package/resources/sales/account-prices/index.js.map +1 -0
  1653. package/resources/sales/account-prices/index.mjs +4 -0
  1654. package/resources/sales/account-prices/index.mjs.map +1 -0
  1655. package/resources/sales/account-prices.d.mts +2 -0
  1656. package/resources/sales/account-prices.d.mts.map +1 -0
  1657. package/resources/sales/account-prices.d.ts +2 -0
  1658. package/resources/sales/account-prices.d.ts.map +1 -0
  1659. package/resources/sales/account-prices.js +6 -0
  1660. package/resources/sales/account-prices.js.map +1 -0
  1661. package/resources/sales/account-prices.mjs +3 -0
  1662. package/resources/sales/account-prices.mjs.map +1 -0
  1663. package/resources/sales/account-statuses.d.mts +143 -0
  1664. package/resources/sales/account-statuses.d.mts.map +1 -0
  1665. package/resources/sales/account-statuses.d.ts +143 -0
  1666. package/resources/sales/account-statuses.d.ts.map +1 -0
  1667. package/resources/sales/account-statuses.js +44 -0
  1668. package/resources/sales/account-statuses.js.map +1 -0
  1669. package/resources/sales/account-statuses.mjs +40 -0
  1670. package/resources/sales/account-statuses.mjs.map +1 -0
  1671. package/resources/sales/account-users/account-users.d.mts +10 -0
  1672. package/resources/sales/account-users/account-users.d.mts.map +1 -0
  1673. package/resources/sales/account-users/account-users.d.ts +10 -0
  1674. package/resources/sales/account-users/account-users.d.ts.map +1 -0
  1675. package/resources/sales/account-users/account-users.js +17 -0
  1676. package/resources/sales/account-users/account-users.js.map +1 -0
  1677. package/resources/sales/account-users/account-users.mjs +12 -0
  1678. package/resources/sales/account-users/account-users.mjs.map +1 -0
  1679. package/resources/sales/account-users/index.d.mts +3 -0
  1680. package/resources/sales/account-users/index.d.mts.map +1 -0
  1681. package/resources/sales/account-users/index.d.ts +3 -0
  1682. package/resources/sales/account-users/index.d.ts.map +1 -0
  1683. package/resources/sales/account-users/index.js +9 -0
  1684. package/resources/sales/account-users/index.js.map +1 -0
  1685. package/resources/sales/account-users/index.mjs +4 -0
  1686. package/resources/sales/account-users/index.mjs.map +1 -0
  1687. package/resources/sales/account-users/sales-targets.d.mts +285 -0
  1688. package/resources/sales/account-users/sales-targets.d.mts.map +1 -0
  1689. package/resources/sales/account-users/sales-targets.d.ts +285 -0
  1690. package/resources/sales/account-users/sales-targets.d.ts.map +1 -0
  1691. package/resources/sales/account-users/sales-targets.js +98 -0
  1692. package/resources/sales/account-users/sales-targets.js.map +1 -0
  1693. package/resources/sales/account-users/sales-targets.mjs +94 -0
  1694. package/resources/sales/account-users/sales-targets.mjs.map +1 -0
  1695. package/resources/sales/account-users.d.mts +2 -0
  1696. package/resources/sales/account-users.d.mts.map +1 -0
  1697. package/resources/sales/account-users.d.ts +2 -0
  1698. package/resources/sales/account-users.d.ts.map +1 -0
  1699. package/resources/sales/account-users.js +6 -0
  1700. package/resources/sales/account-users.js.map +1 -0
  1701. package/resources/sales/account-users.mjs +3 -0
  1702. package/resources/sales/account-users.mjs.map +1 -0
  1703. package/resources/sales/addresses.d.mts +394 -0
  1704. package/resources/sales/addresses.d.mts.map +1 -0
  1705. package/resources/sales/addresses.d.ts +394 -0
  1706. package/resources/sales/addresses.d.ts.map +1 -0
  1707. package/resources/sales/addresses.js +126 -0
  1708. package/resources/sales/addresses.js.map +1 -0
  1709. package/resources/sales/addresses.mjs +122 -0
  1710. package/resources/sales/addresses.mjs.map +1 -0
  1711. package/resources/sales/contacts/actions.d.mts +137 -0
  1712. package/resources/sales/contacts/actions.d.mts.map +1 -0
  1713. package/resources/sales/contacts/actions.d.ts +137 -0
  1714. package/resources/sales/contacts/actions.d.ts.map +1 -0
  1715. package/resources/sales/contacts/actions.js +40 -0
  1716. package/resources/sales/contacts/actions.js.map +1 -0
  1717. package/resources/sales/contacts/actions.mjs +36 -0
  1718. package/resources/sales/contacts/actions.mjs.map +1 -0
  1719. package/resources/sales/contacts/contacts.d.mts +10 -0
  1720. package/resources/sales/contacts/contacts.d.mts.map +1 -0
  1721. package/resources/sales/contacts/contacts.d.ts +10 -0
  1722. package/resources/sales/contacts/contacts.d.ts.map +1 -0
  1723. package/resources/sales/contacts/contacts.js +17 -0
  1724. package/resources/sales/contacts/contacts.js.map +1 -0
  1725. package/resources/sales/contacts/contacts.mjs +12 -0
  1726. package/resources/sales/contacts/contacts.mjs.map +1 -0
  1727. package/resources/sales/contacts/index.d.mts +3 -0
  1728. package/resources/sales/contacts/index.d.mts.map +1 -0
  1729. package/resources/sales/contacts/index.d.ts +3 -0
  1730. package/resources/sales/contacts/index.d.ts.map +1 -0
  1731. package/resources/sales/contacts/index.js +9 -0
  1732. package/resources/sales/contacts/index.js.map +1 -0
  1733. package/resources/sales/contacts/index.mjs +4 -0
  1734. package/resources/sales/contacts/index.mjs.map +1 -0
  1735. package/resources/sales/contacts.d.mts +2 -0
  1736. package/resources/sales/contacts.d.mts.map +1 -0
  1737. package/resources/sales/contacts.d.ts +2 -0
  1738. package/resources/sales/contacts.d.ts.map +1 -0
  1739. package/resources/sales/contacts.js +6 -0
  1740. package/resources/sales/contacts.js.map +1 -0
  1741. package/resources/sales/contacts.mjs +3 -0
  1742. package/resources/sales/contacts.mjs.map +1 -0
  1743. package/resources/sales/customers/actions.d.mts +63 -0
  1744. package/resources/sales/customers/actions.d.mts.map +1 -0
  1745. package/resources/sales/customers/actions.d.ts +63 -0
  1746. package/resources/sales/customers/actions.d.ts.map +1 -0
  1747. package/resources/sales/customers/actions.js +44 -0
  1748. package/resources/sales/customers/actions.js.map +1 -0
  1749. package/resources/sales/customers/actions.mjs +40 -0
  1750. package/resources/sales/customers/actions.mjs.map +1 -0
  1751. package/resources/sales/customers/customers.d.mts +973 -0
  1752. package/resources/sales/customers/customers.d.mts.map +1 -0
  1753. package/resources/sales/customers/customers.d.ts +973 -0
  1754. package/resources/sales/customers/customers.d.ts.map +1 -0
  1755. package/resources/sales/customers/customers.js +196 -0
  1756. package/resources/sales/customers/customers.js.map +1 -0
  1757. package/resources/sales/customers/customers.mjs +191 -0
  1758. package/resources/sales/customers/customers.mjs.map +1 -0
  1759. package/resources/sales/customers/index.d.mts +3 -0
  1760. package/resources/sales/customers/index.d.mts.map +1 -0
  1761. package/resources/sales/customers/index.d.ts +3 -0
  1762. package/resources/sales/customers/index.d.ts.map +1 -0
  1763. package/resources/sales/customers/index.js +9 -0
  1764. package/resources/sales/customers/index.js.map +1 -0
  1765. package/resources/sales/customers/index.mjs +4 -0
  1766. package/resources/sales/customers/index.mjs.map +1 -0
  1767. package/resources/sales/customers.d.mts +2 -0
  1768. package/resources/sales/customers.d.mts.map +1 -0
  1769. package/resources/sales/customers.d.ts +2 -0
  1770. package/resources/sales/customers.d.ts.map +1 -0
  1771. package/resources/sales/customers.js +6 -0
  1772. package/resources/sales/customers.js.map +1 -0
  1773. package/resources/sales/customers.mjs +3 -0
  1774. package/resources/sales/customers.mjs.map +1 -0
  1775. package/resources/sales/index.d.mts +13 -0
  1776. package/resources/sales/index.d.mts.map +1 -0
  1777. package/resources/sales/index.d.ts +13 -0
  1778. package/resources/sales/index.d.ts.map +1 -0
  1779. package/resources/sales/index.js +29 -0
  1780. package/resources/sales/index.js.map +1 -0
  1781. package/resources/sales/index.mjs +14 -0
  1782. package/resources/sales/index.mjs.map +1 -0
  1783. package/resources/sales/order-discounts/actions.d.mts +85 -0
  1784. package/resources/sales/order-discounts/actions.d.mts.map +1 -0
  1785. package/resources/sales/order-discounts/actions.d.ts +85 -0
  1786. package/resources/sales/order-discounts/actions.d.ts.map +1 -0
  1787. package/resources/sales/order-discounts/actions.js +35 -0
  1788. package/resources/sales/order-discounts/actions.js.map +1 -0
  1789. package/resources/sales/order-discounts/actions.mjs +31 -0
  1790. package/resources/sales/order-discounts/actions.mjs.map +1 -0
  1791. package/resources/sales/order-discounts/index.d.mts +3 -0
  1792. package/resources/sales/order-discounts/index.d.mts.map +1 -0
  1793. package/resources/sales/order-discounts/index.d.ts +3 -0
  1794. package/resources/sales/order-discounts/index.d.ts.map +1 -0
  1795. package/resources/sales/order-discounts/index.js +9 -0
  1796. package/resources/sales/order-discounts/index.js.map +1 -0
  1797. package/resources/sales/order-discounts/index.mjs +4 -0
  1798. package/resources/sales/order-discounts/index.mjs.map +1 -0
  1799. package/resources/sales/order-discounts/order-discounts.d.mts +365 -0
  1800. package/resources/sales/order-discounts/order-discounts.d.mts.map +1 -0
  1801. package/resources/sales/order-discounts/order-discounts.d.ts +365 -0
  1802. package/resources/sales/order-discounts/order-discounts.d.ts.map +1 -0
  1803. package/resources/sales/order-discounts/order-discounts.js +125 -0
  1804. package/resources/sales/order-discounts/order-discounts.js.map +1 -0
  1805. package/resources/sales/order-discounts/order-discounts.mjs +120 -0
  1806. package/resources/sales/order-discounts/order-discounts.mjs.map +1 -0
  1807. package/resources/sales/order-discounts.d.mts +2 -0
  1808. package/resources/sales/order-discounts.d.mts.map +1 -0
  1809. package/resources/sales/order-discounts.d.ts +2 -0
  1810. package/resources/sales/order-discounts.d.ts.map +1 -0
  1811. package/resources/sales/order-discounts.js +6 -0
  1812. package/resources/sales/order-discounts.js.map +1 -0
  1813. package/resources/sales/order-discounts.mjs +3 -0
  1814. package/resources/sales/order-discounts.mjs.map +1 -0
  1815. package/resources/sales/priorities.d.mts +101 -0
  1816. package/resources/sales/priorities.d.mts.map +1 -0
  1817. package/resources/sales/priorities.d.ts +101 -0
  1818. package/resources/sales/priorities.d.ts.map +1 -0
  1819. package/resources/sales/priorities.js +48 -0
  1820. package/resources/sales/priorities.js.map +1 -0
  1821. package/resources/sales/priorities.mjs +44 -0
  1822. package/resources/sales/priorities.mjs.map +1 -0
  1823. package/resources/sales/sales-orders/actions.d.mts +490 -0
  1824. package/resources/sales/sales-orders/actions.d.mts.map +1 -0
  1825. package/resources/sales/sales-orders/actions.d.ts +490 -0
  1826. package/resources/sales/sales-orders/actions.d.ts.map +1 -0
  1827. package/resources/sales/sales-orders/actions.js +205 -0
  1828. package/resources/sales/sales-orders/actions.js.map +1 -0
  1829. package/resources/sales/sales-orders/actions.mjs +201 -0
  1830. package/resources/sales/sales-orders/actions.mjs.map +1 -0
  1831. package/resources/sales/sales-orders/index.d.mts +4 -0
  1832. package/resources/sales/sales-orders/index.d.mts.map +1 -0
  1833. package/resources/sales/sales-orders/index.d.ts +4 -0
  1834. package/resources/sales/sales-orders/index.d.ts.map +1 -0
  1835. package/resources/sales/sales-orders/index.js +11 -0
  1836. package/resources/sales/sales-orders/index.js.map +1 -0
  1837. package/resources/sales/sales-orders/index.mjs +5 -0
  1838. package/resources/sales/sales-orders/index.mjs.map +1 -0
  1839. package/resources/sales/sales-orders/lines/actions.d.mts +58 -0
  1840. package/resources/sales/sales-orders/lines/actions.d.mts.map +1 -0
  1841. package/resources/sales/sales-orders/lines/actions.d.ts +58 -0
  1842. package/resources/sales/sales-orders/lines/actions.d.ts.map +1 -0
  1843. package/resources/sales/sales-orders/lines/actions.js +36 -0
  1844. package/resources/sales/sales-orders/lines/actions.js.map +1 -0
  1845. package/resources/sales/sales-orders/lines/actions.mjs +32 -0
  1846. package/resources/sales/sales-orders/lines/actions.mjs.map +1 -0
  1847. package/resources/sales/sales-orders/lines/index.d.mts +3 -0
  1848. package/resources/sales/sales-orders/lines/index.d.mts.map +1 -0
  1849. package/resources/sales/sales-orders/lines/index.d.ts +3 -0
  1850. package/resources/sales/sales-orders/lines/index.d.ts.map +1 -0
  1851. package/resources/sales/sales-orders/lines/index.js +9 -0
  1852. package/resources/sales/sales-orders/lines/index.js.map +1 -0
  1853. package/resources/sales/sales-orders/lines/index.mjs +4 -0
  1854. package/resources/sales/sales-orders/lines/index.mjs.map +1 -0
  1855. package/resources/sales/sales-orders/lines/lines.d.mts +246 -0
  1856. package/resources/sales/sales-orders/lines/lines.d.mts.map +1 -0
  1857. package/resources/sales/sales-orders/lines/lines.d.ts +246 -0
  1858. package/resources/sales/sales-orders/lines/lines.d.ts.map +1 -0
  1859. package/resources/sales/sales-orders/lines/lines.js +113 -0
  1860. package/resources/sales/sales-orders/lines/lines.js.map +1 -0
  1861. package/resources/sales/sales-orders/lines/lines.mjs +108 -0
  1862. package/resources/sales/sales-orders/lines/lines.mjs.map +1 -0
  1863. package/resources/sales/sales-orders/lines.d.mts +2 -0
  1864. package/resources/sales/sales-orders/lines.d.mts.map +1 -0
  1865. package/resources/sales/sales-orders/lines.d.ts +2 -0
  1866. package/resources/sales/sales-orders/lines.d.ts.map +1 -0
  1867. package/resources/sales/sales-orders/lines.js +6 -0
  1868. package/resources/sales/sales-orders/lines.js.map +1 -0
  1869. package/resources/sales/sales-orders/lines.mjs +3 -0
  1870. package/resources/sales/sales-orders/lines.mjs.map +1 -0
  1871. package/resources/sales/sales-orders/sales-orders.d.mts +1750 -0
  1872. package/resources/sales/sales-orders/sales-orders.d.mts.map +1 -0
  1873. package/resources/sales/sales-orders/sales-orders.d.ts +1750 -0
  1874. package/resources/sales/sales-orders/sales-orders.d.ts.map +1 -0
  1875. package/resources/sales/sales-orders/sales-orders.js +221 -0
  1876. package/resources/sales/sales-orders/sales-orders.js.map +1 -0
  1877. package/resources/sales/sales-orders/sales-orders.mjs +216 -0
  1878. package/resources/sales/sales-orders/sales-orders.mjs.map +1 -0
  1879. package/resources/sales/sales-orders.d.mts +2 -0
  1880. package/resources/sales/sales-orders.d.mts.map +1 -0
  1881. package/resources/sales/sales-orders.d.ts +2 -0
  1882. package/resources/sales/sales-orders.d.ts.map +1 -0
  1883. package/resources/sales/sales-orders.js +6 -0
  1884. package/resources/sales/sales-orders.js.map +1 -0
  1885. package/resources/sales/sales-orders.mjs +3 -0
  1886. package/resources/sales/sales-orders.mjs.map +1 -0
  1887. package/resources/sales/sales.d.mts +50 -0
  1888. package/resources/sales/sales.d.mts.map +1 -0
  1889. package/resources/sales/sales.d.ts +50 -0
  1890. package/resources/sales/sales.d.ts.map +1 -0
  1891. package/resources/sales/sales.js +57 -0
  1892. package/resources/sales/sales.js.map +1 -0
  1893. package/resources/sales/sales.mjs +52 -0
  1894. package/resources/sales/sales.mjs.map +1 -0
  1895. package/resources/sales/volume-discounts.d.mts +684 -0
  1896. package/resources/sales/volume-discounts.d.mts.map +1 -0
  1897. package/resources/sales/volume-discounts.d.ts +684 -0
  1898. package/resources/sales/volume-discounts.d.ts.map +1 -0
  1899. package/resources/sales/volume-discounts.js +152 -0
  1900. package/resources/sales/volume-discounts.js.map +1 -0
  1901. package/resources/sales/volume-discounts.mjs +148 -0
  1902. package/resources/sales/volume-discounts.mjs.map +1 -0
  1903. package/resources/sales.d.mts +2 -0
  1904. package/resources/sales.d.mts.map +1 -0
  1905. package/resources/sales.d.ts +2 -0
  1906. package/resources/sales.d.ts.map +1 -0
  1907. package/resources/sales.js +6 -0
  1908. package/resources/sales.js.map +1 -0
  1909. package/resources/sales.mjs +3 -0
  1910. package/resources/sales.mjs.map +1 -0
  1911. package/resources/settings/index.d.mts +4 -0
  1912. package/resources/settings/index.d.mts.map +1 -0
  1913. package/resources/settings/index.d.ts +4 -0
  1914. package/resources/settings/index.d.ts.map +1 -0
  1915. package/resources/settings/index.js +11 -0
  1916. package/resources/settings/index.js.map +1 -0
  1917. package/resources/settings/index.mjs +5 -0
  1918. package/resources/settings/index.mjs.map +1 -0
  1919. package/resources/settings/integrations.d.mts +273 -0
  1920. package/resources/settings/integrations.d.mts.map +1 -0
  1921. package/resources/settings/integrations.d.ts +273 -0
  1922. package/resources/settings/integrations.d.ts.map +1 -0
  1923. package/resources/settings/integrations.js +102 -0
  1924. package/resources/settings/integrations.js.map +1 -0
  1925. package/resources/settings/integrations.mjs +98 -0
  1926. package/resources/settings/integrations.mjs.map +1 -0
  1927. package/resources/settings/portal-domains/actions.d.mts +31 -0
  1928. package/resources/settings/portal-domains/actions.d.mts.map +1 -0
  1929. package/resources/settings/portal-domains/actions.d.ts +31 -0
  1930. package/resources/settings/portal-domains/actions.d.ts.map +1 -0
  1931. package/resources/settings/portal-domains/actions.js +36 -0
  1932. package/resources/settings/portal-domains/actions.js.map +1 -0
  1933. package/resources/settings/portal-domains/actions.mjs +32 -0
  1934. package/resources/settings/portal-domains/actions.mjs.map +1 -0
  1935. package/resources/settings/portal-domains/index.d.mts +3 -0
  1936. package/resources/settings/portal-domains/index.d.mts.map +1 -0
  1937. package/resources/settings/portal-domains/index.d.ts +3 -0
  1938. package/resources/settings/portal-domains/index.d.ts.map +1 -0
  1939. package/resources/settings/portal-domains/index.js +9 -0
  1940. package/resources/settings/portal-domains/index.js.map +1 -0
  1941. package/resources/settings/portal-domains/index.mjs +4 -0
  1942. package/resources/settings/portal-domains/index.mjs.map +1 -0
  1943. package/resources/settings/portal-domains/portal-domains.d.mts +254 -0
  1944. package/resources/settings/portal-domains/portal-domains.d.mts.map +1 -0
  1945. package/resources/settings/portal-domains/portal-domains.d.ts +254 -0
  1946. package/resources/settings/portal-domains/portal-domains.d.ts.map +1 -0
  1947. package/resources/settings/portal-domains/portal-domains.js +104 -0
  1948. package/resources/settings/portal-domains/portal-domains.js.map +1 -0
  1949. package/resources/settings/portal-domains/portal-domains.mjs +99 -0
  1950. package/resources/settings/portal-domains/portal-domains.mjs.map +1 -0
  1951. package/resources/settings/portal-domains.d.mts +2 -0
  1952. package/resources/settings/portal-domains.d.mts.map +1 -0
  1953. package/resources/settings/portal-domains.d.ts +2 -0
  1954. package/resources/settings/portal-domains.d.ts.map +1 -0
  1955. package/resources/settings/portal-domains.js +6 -0
  1956. package/resources/settings/portal-domains.js.map +1 -0
  1957. package/resources/settings/portal-domains.mjs +3 -0
  1958. package/resources/settings/portal-domains.mjs.map +1 -0
  1959. package/resources/settings/settings.d.mts +14 -0
  1960. package/resources/settings/settings.d.mts.map +1 -0
  1961. package/resources/settings/settings.d.ts +14 -0
  1962. package/resources/settings/settings.d.ts.map +1 -0
  1963. package/resources/settings/settings.js +21 -0
  1964. package/resources/settings/settings.js.map +1 -0
  1965. package/resources/settings/settings.mjs +16 -0
  1966. package/resources/settings/settings.mjs.map +1 -0
  1967. package/resources/settings.d.mts +2 -0
  1968. package/resources/settings.d.mts.map +1 -0
  1969. package/resources/settings.d.ts +2 -0
  1970. package/resources/settings.d.ts.map +1 -0
  1971. package/resources/settings.js +6 -0
  1972. package/resources/settings.js.map +1 -0
  1973. package/resources/settings.mjs +3 -0
  1974. package/resources/settings.mjs.map +1 -0
  1975. package/resources.d.mts +2 -0
  1976. package/resources.d.mts.map +1 -0
  1977. package/resources.d.ts +2 -0
  1978. package/resources.d.ts.map +1 -0
  1979. package/resources.js +5 -0
  1980. package/resources.js.map +1 -0
  1981. package/resources.mjs +2 -0
  1982. package/resources.mjs.map +1 -0
  1983. package/src/api-promise.ts +2 -0
  1984. package/src/client.ts +918 -0
  1985. package/src/core/README.md +3 -0
  1986. package/src/core/api-promise.ts +92 -0
  1987. package/src/core/error.ts +130 -0
  1988. package/src/core/resource.ts +11 -0
  1989. package/src/core/uploads.ts +2 -0
  1990. package/src/error.ts +2 -0
  1991. package/src/index.ts +22 -0
  1992. package/src/internal/README.md +3 -0
  1993. package/src/internal/builtin-types.ts +93 -0
  1994. package/src/internal/errors.ts +33 -0
  1995. package/src/internal/headers.ts +97 -0
  1996. package/src/internal/parse.ts +56 -0
  1997. package/src/internal/qs/LICENSE.md +13 -0
  1998. package/src/internal/qs/README.md +3 -0
  1999. package/src/internal/qs/formats.ts +10 -0
  2000. package/src/internal/qs/index.ts +13 -0
  2001. package/src/internal/qs/stringify.ts +385 -0
  2002. package/src/internal/qs/types.ts +71 -0
  2003. package/src/internal/qs/utils.ts +265 -0
  2004. package/src/internal/request-options.ts +91 -0
  2005. package/src/internal/shim-types.ts +26 -0
  2006. package/src/internal/shims.ts +107 -0
  2007. package/src/internal/to-file.ts +154 -0
  2008. package/src/internal/types.ts +93 -0
  2009. package/src/internal/uploads.ts +187 -0
  2010. package/src/internal/utils/base64.ts +40 -0
  2011. package/src/internal/utils/bytes.ts +32 -0
  2012. package/src/internal/utils/env.ts +18 -0
  2013. package/src/internal/utils/log.ts +128 -0
  2014. package/src/internal/utils/path.ts +88 -0
  2015. package/src/internal/utils/query.ts +7 -0
  2016. package/src/internal/utils/sleep.ts +3 -0
  2017. package/src/internal/utils/uuid.ts +17 -0
  2018. package/src/internal/utils/values.ts +105 -0
  2019. package/src/internal/utils.ts +9 -0
  2020. package/src/lib/.keep +4 -0
  2021. package/src/resource.ts +2 -0
  2022. package/src/resources/ai/agents.ts +981 -0
  2023. package/src/resources/ai/ai.ts +399 -0
  2024. package/src/resources/ai/index.ts +56 -0
  2025. package/src/resources/ai/memories.ts +517 -0
  2026. package/src/resources/ai/runs/actions.ts +227 -0
  2027. package/src/resources/ai/runs/index.ts +22 -0
  2028. package/src/resources/ai/runs/runs.ts +608 -0
  2029. package/src/resources/ai/runs.ts +3 -0
  2030. package/src/resources/ai.ts +3 -0
  2031. package/src/resources/auth/api-keys/actions.ts +103 -0
  2032. package/src/resources/auth/api-keys/api-keys.ts +776 -0
  2033. package/src/resources/auth/api-keys/index.ts +22 -0
  2034. package/src/resources/auth/api-keys.ts +3 -0
  2035. package/src/resources/auth/auth.ts +51 -0
  2036. package/src/resources/auth/index.ts +22 -0
  2037. package/src/resources/auth.ts +3 -0
  2038. package/src/resources/catalog/catalog.ts +277 -0
  2039. package/src/resources/catalog/index.ts +119 -0
  2040. package/src/resources/catalog/item-categories/actions.ts +124 -0
  2041. package/src/resources/catalog/item-categories/index.ts +29 -0
  2042. package/src/resources/catalog/item-categories/item-categories.ts +429 -0
  2043. package/src/resources/catalog/item-categories/properties.ts +93 -0
  2044. package/src/resources/catalog/item-categories.ts +3 -0
  2045. package/src/resources/catalog/items/actions.ts +296 -0
  2046. package/src/resources/catalog/items/attributes.ts +127 -0
  2047. package/src/resources/catalog/items/index.ts +38 -0
  2048. package/src/resources/catalog/items/inventory.ts +294 -0
  2049. package/src/resources/catalog/items/items.ts +623 -0
  2050. package/src/resources/catalog/items.ts +3 -0
  2051. package/src/resources/catalog/materials/actions.ts +152 -0
  2052. package/src/resources/catalog/materials/index.ts +23 -0
  2053. package/src/resources/catalog/materials/materials.ts +678 -0
  2054. package/src/resources/catalog/materials.ts +3 -0
  2055. package/src/resources/catalog/parts/actions.ts +140 -0
  2056. package/src/resources/catalog/parts/index.ts +20 -0
  2057. package/src/resources/catalog/parts/parts.ts +482 -0
  2058. package/src/resources/catalog/parts.ts +3 -0
  2059. package/src/resources/catalog/product-lines/actions.ts +109 -0
  2060. package/src/resources/catalog/product-lines/index.ts +20 -0
  2061. package/src/resources/catalog/product-lines/product-lines.ts +592 -0
  2062. package/src/resources/catalog/product-lines.ts +3 -0
  2063. package/src/resources/catalog/products/actions.ts +159 -0
  2064. package/src/resources/catalog/products/index.ts +22 -0
  2065. package/src/resources/catalog/products/products.ts +818 -0
  2066. package/src/resources/catalog/products.ts +3 -0
  2067. package/src/resources/catalog/properties/actions.ts +113 -0
  2068. package/src/resources/catalog/properties/attributes.ts +316 -0
  2069. package/src/resources/catalog/properties/index.ts +34 -0
  2070. package/src/resources/catalog/properties/properties.ts +421 -0
  2071. package/src/resources/catalog/properties.ts +3 -0
  2072. package/src/resources/catalog/unit-groups/actions.ts +150 -0
  2073. package/src/resources/catalog/unit-groups/index.ts +36 -0
  2074. package/src/resources/catalog/unit-groups/unit-groups.ts +610 -0
  2075. package/src/resources/catalog/unit-groups/units.ts +352 -0
  2076. package/src/resources/catalog/unit-groups.ts +3 -0
  2077. package/src/resources/catalog/units/actions.ts +122 -0
  2078. package/src/resources/catalog/units/index.ts +20 -0
  2079. package/src/resources/catalog/units/units.ts +547 -0
  2080. package/src/resources/catalog/units.ts +3 -0
  2081. package/src/resources/catalog.ts +3 -0
  2082. package/src/resources/core/actions.ts +89 -0
  2083. package/src/resources/core/addresses/actions.ts +210 -0
  2084. package/src/resources/core/addresses/addresses.ts +144 -0
  2085. package/src/resources/core/addresses/index.ts +15 -0
  2086. package/src/resources/core/addresses.ts +3 -0
  2087. package/src/resources/core/analytics.ts +1428 -0
  2088. package/src/resources/core/audit-events.ts +1658 -0
  2089. package/src/resources/core/core.ts +977 -0
  2090. package/src/resources/core/email-logs.ts +186 -0
  2091. package/src/resources/core/index.ts +95 -0
  2092. package/src/resources/core/jobs.ts +683 -0
  2093. package/src/resources/core/request-logs.ts +540 -0
  2094. package/src/resources/core/sandboxes.ts +262 -0
  2095. package/src/resources/core.ts +3 -0
  2096. package/src/resources/finance/finance.ts +377 -0
  2097. package/src/resources/finance/index.ts +25 -0
  2098. package/src/resources/finance/payment-terms.ts +268 -0
  2099. package/src/resources/finance.ts +3 -0
  2100. package/src/resources/identity/account-users/account-users.ts +550 -0
  2101. package/src/resources/identity/account-users/actions.ts +96 -0
  2102. package/src/resources/identity/account-users/index.ts +19 -0
  2103. package/src/resources/identity/account-users.ts +3 -0
  2104. package/src/resources/identity/accounts.ts +40 -0
  2105. package/src/resources/identity/identity.ts +296 -0
  2106. package/src/resources/identity/index.ts +33 -0
  2107. package/src/resources/identity/roles.ts +309 -0
  2108. package/src/resources/identity.ts +3 -0
  2109. package/src/resources/index.ts +52 -0
  2110. package/src/resources/messaging/announcements/actions.ts +137 -0
  2111. package/src/resources/messaging/announcements/announcements.ts +273 -0
  2112. package/src/resources/messaging/announcements/index.ts +10 -0
  2113. package/src/resources/messaging/announcements.ts +3 -0
  2114. package/src/resources/messaging/blocks.ts +935 -0
  2115. package/src/resources/messaging/conversations/actions.ts +836 -0
  2116. package/src/resources/messaging/conversations/attachments/actions.ts +138 -0
  2117. package/src/resources/messaging/conversations/attachments/attachments.ts +25 -0
  2118. package/src/resources/messaging/conversations/attachments/index.ts +9 -0
  2119. package/src/resources/messaging/conversations/attachments.ts +3 -0
  2120. package/src/resources/messaging/conversations/conversations.ts +2170 -0
  2121. package/src/resources/messaging/conversations/index.ts +70 -0
  2122. package/src/resources/messaging/conversations/links.ts +846 -0
  2123. package/src/resources/messaging/conversations/messages.ts +1124 -0
  2124. package/src/resources/messaging/conversations/participants/actions.ts +102 -0
  2125. package/src/resources/messaging/conversations/participants/index.ts +10 -0
  2126. package/src/resources/messaging/conversations/participants/participants.ts +167 -0
  2127. package/src/resources/messaging/conversations/participants.ts +3 -0
  2128. package/src/resources/messaging/conversations.ts +3 -0
  2129. package/src/resources/messaging/email-domains/actions.ts +35 -0
  2130. package/src/resources/messaging/email-domains/email-domains.ts +220 -0
  2131. package/src/resources/messaging/email-domains/index.ts +11 -0
  2132. package/src/resources/messaging/email-domains.ts +3 -0
  2133. package/src/resources/messaging/email-inboxes.ts +543 -0
  2134. package/src/resources/messaging/groups/groups.ts +223 -0
  2135. package/src/resources/messaging/groups/index.ts +17 -0
  2136. package/src/resources/messaging/groups/members.ts +124 -0
  2137. package/src/resources/messaging/groups.ts +3 -0
  2138. package/src/resources/messaging/index.ts +106 -0
  2139. package/src/resources/messaging/messages/actions.ts +199 -0
  2140. package/src/resources/messaging/messages/index.ts +10 -0
  2141. package/src/resources/messaging/messages/messages.ts +116 -0
  2142. package/src/resources/messaging/messages.ts +3 -0
  2143. package/src/resources/messaging/messaging.ts +353 -0
  2144. package/src/resources/messaging/notifications/actions.ts +152 -0
  2145. package/src/resources/messaging/notifications/index.ts +24 -0
  2146. package/src/resources/messaging/notifications/notifications.ts +1255 -0
  2147. package/src/resources/messaging/notifications.ts +3 -0
  2148. package/src/resources/messaging/preferences.ts +278 -0
  2149. package/src/resources/messaging.ts +3 -0
  2150. package/src/resources/operations/carriers/carriers.ts +361 -0
  2151. package/src/resources/operations/carriers/index.ts +24 -0
  2152. package/src/resources/operations/carriers/service-levels.ts +422 -0
  2153. package/src/resources/operations/carriers.ts +3 -0
  2154. package/src/resources/operations/demand-overrides.ts +801 -0
  2155. package/src/resources/operations/departments.ts +414 -0
  2156. package/src/resources/operations/fulfillment-recommendations/actions.ts +75 -0
  2157. package/src/resources/operations/fulfillment-recommendations/fulfillment-recommendations.ts +206 -0
  2158. package/src/resources/operations/fulfillment-recommendations/index.ts +8 -0
  2159. package/src/resources/operations/fulfillment-recommendations.ts +3 -0
  2160. package/src/resources/operations/index.ts +171 -0
  2161. package/src/resources/operations/location-types.ts +151 -0
  2162. package/src/resources/operations/locations/actions.ts +93 -0
  2163. package/src/resources/operations/locations/index.ts +18 -0
  2164. package/src/resources/operations/locations/locations.ts +344 -0
  2165. package/src/resources/operations/locations.ts +3 -0
  2166. package/src/resources/operations/machine-downtime-events.ts +738 -0
  2167. package/src/resources/operations/machines.ts +282 -0
  2168. package/src/resources/operations/operating-calendars/closures.ts +223 -0
  2169. package/src/resources/operations/operating-calendars/index.ts +23 -0
  2170. package/src/resources/operations/operating-calendars/operating-calendars.ts +427 -0
  2171. package/src/resources/operations/operating-calendars.ts +3 -0
  2172. package/src/resources/operations/operations.ts +982 -0
  2173. package/src/resources/operations/production-schedule-settings/index.ts +23 -0
  2174. package/src/resources/operations/production-schedule-settings/items.ts +273 -0
  2175. package/src/resources/operations/production-schedule-settings/production-schedule-settings.ts +959 -0
  2176. package/src/resources/operations/production-schedule-settings/resources.ts +272 -0
  2177. package/src/resources/operations/production-schedule-settings.ts +3 -0
  2178. package/src/resources/operations/production-schedules/actions.ts +1064 -0
  2179. package/src/resources/operations/production-schedules/index.ts +74 -0
  2180. package/src/resources/operations/production-schedules/lines.ts +690 -0
  2181. package/src/resources/operations/production-schedules/production-schedules.ts +2408 -0
  2182. package/src/resources/operations/production-schedules.ts +3 -0
  2183. package/src/resources/operations/scanning-stations.ts +418 -0
  2184. package/src/resources/operations/shipments/actions.ts +322 -0
  2185. package/src/resources/operations/shipments/index.ts +12 -0
  2186. package/src/resources/operations/shipments/shipments.ts +31 -0
  2187. package/src/resources/operations/shipments.ts +3 -0
  2188. package/src/resources/operations/shipping-terms.ts +444 -0
  2189. package/src/resources/operations.ts +3 -0
  2190. package/src/resources/sales/account-groups.ts +478 -0
  2191. package/src/resources/sales/account-prices/account-prices.ts +1201 -0
  2192. package/src/resources/sales/account-prices/actions.ts +74 -0
  2193. package/src/resources/sales/account-prices/index.ts +27 -0
  2194. package/src/resources/sales/account-prices.ts +3 -0
  2195. package/src/resources/sales/account-statuses.ts +179 -0
  2196. package/src/resources/sales/account-users/account-users.ts +33 -0
  2197. package/src/resources/sales/account-users/index.ts +13 -0
  2198. package/src/resources/sales/account-users/sales-targets.ts +348 -0
  2199. package/src/resources/sales/account-users.ts +3 -0
  2200. package/src/resources/sales/addresses.ts +475 -0
  2201. package/src/resources/sales/contacts/actions.ts +167 -0
  2202. package/src/resources/sales/contacts/contacts.ts +27 -0
  2203. package/src/resources/sales/contacts/index.ts +10 -0
  2204. package/src/resources/sales/contacts.ts +3 -0
  2205. package/src/resources/sales/customers/actions.ts +102 -0
  2206. package/src/resources/sales/customers/customers.ts +1250 -0
  2207. package/src/resources/sales/customers/index.ts +15 -0
  2208. package/src/resources/sales/customers.ts +3 -0
  2209. package/src/resources/sales/index.ts +138 -0
  2210. package/src/resources/sales/order-discounts/actions.ts +102 -0
  2211. package/src/resources/sales/order-discounts/index.ts +13 -0
  2212. package/src/resources/sales/order-discounts/order-discounts.ts +442 -0
  2213. package/src/resources/sales/order-discounts.ts +3 -0
  2214. package/src/resources/sales/priorities.ts +129 -0
  2215. package/src/resources/sales/sales-orders/actions.ts +601 -0
  2216. package/src/resources/sales/sales-orders/index.ts +63 -0
  2217. package/src/resources/sales/sales-orders/lines/actions.ts +74 -0
  2218. package/src/resources/sales/sales-orders/lines/index.ts +17 -0
  2219. package/src/resources/sales/sales-orders/lines/lines.ts +322 -0
  2220. package/src/resources/sales/sales-orders/lines.ts +3 -0
  2221. package/src/resources/sales/sales-orders/sales-orders.ts +2257 -0
  2222. package/src/resources/sales/sales-orders.ts +3 -0
  2223. package/src/resources/sales/sales.ts +318 -0
  2224. package/src/resources/sales/volume-discounts.ts +813 -0
  2225. package/src/resources/sales.ts +3 -0
  2226. package/src/resources/settings/index.ts +23 -0
  2227. package/src/resources/settings/integrations.ts +326 -0
  2228. package/src/resources/settings/portal-domains/actions.ts +36 -0
  2229. package/src/resources/settings/portal-domains/index.ts +13 -0
  2230. package/src/resources/settings/portal-domains/portal-domains.ts +302 -0
  2231. package/src/resources/settings/portal-domains.ts +3 -0
  2232. package/src/resources/settings/settings.ts +57 -0
  2233. package/src/resources/settings.ts +3 -0
  2234. package/src/resources.ts +1 -0
  2235. package/src/tsconfig.json +11 -0
  2236. package/src/uploads.ts +2 -0
  2237. package/src/version.ts +1 -0
  2238. package/uploads.d.mts +2 -0
  2239. package/uploads.d.mts.map +1 -0
  2240. package/uploads.d.ts +2 -0
  2241. package/uploads.d.ts.map +1 -0
  2242. package/uploads.js +6 -0
  2243. package/uploads.js.map +1 -0
  2244. package/uploads.mjs +2 -0
  2245. package/uploads.mjs.map +1 -0
  2246. package/version.d.mts +2 -0
  2247. package/version.d.mts.map +1 -0
  2248. package/version.d.ts +2 -0
  2249. package/version.d.ts.map +1 -0
  2250. package/version.js +5 -0
  2251. package/version.js.map +1 -0
  2252. package/version.mjs +2 -0
  2253. package/version.mjs.map +1 -0
@@ -0,0 +1,2170 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as CoreAPI from '../../core/core';
5
+ import * as RequestLogsAPI from '../../core/request-logs';
6
+ import * as RunsAPI from '../../ai/runs/runs';
7
+ import * as APIKeysAPI from '../../auth/api-keys/api-keys';
8
+ import * as ActionsAPI from './actions';
9
+ import {
10
+ ActionArchiveParams,
11
+ ActionAssignParams,
12
+ ActionHideParams,
13
+ ActionLeaveParams,
14
+ ActionMuteParams,
15
+ ActionReadParams,
16
+ ActionRedactParams,
17
+ ActionReportParams,
18
+ ActionSetLegalHoldParams,
19
+ ActionSetStatusParams,
20
+ ActionUnarchiveParams,
21
+ ActionUnhideParams,
22
+ ActionUnmuteParams,
23
+ Actions,
24
+ AssignConversationRequest,
25
+ MarkConversationReadRequest,
26
+ MuteConversationRequest,
27
+ ReportConversationRequest,
28
+ SetLegalHoldRequest,
29
+ SetWorkflowStatusRequest,
30
+ } from './actions';
31
+ import * as LinksAPI from './links';
32
+ import {
33
+ AddConversationLinkRequest,
34
+ ConversationLink,
35
+ LinkCreateParams,
36
+ LinkDeleteParams,
37
+ LinkDeleteResponse,
38
+ LinkListParams,
39
+ Links,
40
+ ListConversationLink,
41
+ } from './links';
42
+ import * as MessagesAPI from './messages';
43
+ import {
44
+ ListMessage,
45
+ MessageAttachmentInput,
46
+ MessageCreateParams,
47
+ MessageListParams,
48
+ Messages,
49
+ SendMessageRequest,
50
+ } from './messages';
51
+ import * as AttachmentsAPI from './attachments/attachments';
52
+ import { Attachments } from './attachments/attachments';
53
+ import * as ParticipantsAPI from './participants/participants';
54
+ import {
55
+ AddParticipantRequest,
56
+ ParticipantCreateParams,
57
+ ParticipantDeleteParams,
58
+ ParticipantDeleteResponse,
59
+ Participants,
60
+ } from './participants/participants';
61
+ import { APIPromise } from '../../../core/api-promise';
62
+ import { RequestOptions } from '../../../internal/request-options';
63
+ import { path } from '../../../internal/utils/path';
64
+
65
+ /**
66
+ * Create conversations, send and read messages (1:1 direct messages).
67
+ */
68
+ export class Conversations extends APIResource {
69
+ actions: ActionsAPI.Actions = new ActionsAPI.Actions(this._client);
70
+ links: LinksAPI.Links = new LinksAPI.Links(this._client);
71
+ messages: MessagesAPI.Messages = new MessagesAPI.Messages(this._client);
72
+ participants: ParticipantsAPI.Participants = new ParticipantsAPI.Participants(this._client);
73
+ attachments: AttachmentsAPI.Attachments = new AttachmentsAPI.Attachments(this._client);
74
+
75
+ /**
76
+ * Starts a direct message or group conversation.
77
+ *
78
+ * Requesting a direct message that already exists returns the existing thread
79
+ * instead of creating a duplicate, and a direct message is refused when either
80
+ * user has blocked the other. Conversation creation is rate limited per user.
81
+ *
82
+ * This endpoint requires the permission: `messaging:create`.
83
+ *
84
+ * @example
85
+ * ```ts
86
+ * const conversation =
87
+ * await client.messaging.conversations.create({
88
+ * participant_account_user_ids: ['acus_e5zu8bde0z3h'],
89
+ * type: 'group',
90
+ * group_id: 'cvgp_wjlypugna7s4',
91
+ * title: 'Order #1042 — shipping question',
92
+ * topic_resource_id: 'or_9lqo07quiwyb',
93
+ * topic_resource_type: 'sales_order',
94
+ * });
95
+ * ```
96
+ */
97
+ create(params: ConversationCreateParams, options?: RequestOptions): APIPromise<Conversation> {
98
+ const { include, ...body } = params;
99
+ return this._client.post('/v1/messaging/conversations', { query: { include }, body, ...options });
100
+ }
101
+
102
+ /**
103
+ * Returns the caller's conversations, most recently active first.
104
+ *
105
+ * A customer portal user sees only their own support case with the vendor, and an
106
+ * empty list until they have contacted support.
107
+ *
108
+ * This endpoint requires the permission: `messaging:read`.
109
+ *
110
+ * @example
111
+ * ```ts
112
+ * const listConversation =
113
+ * await client.messaging.conversations.list();
114
+ * ```
115
+ */
116
+ list(
117
+ query: ConversationListParams | null | undefined = {},
118
+ options?: RequestOptions,
119
+ ): APIPromise<ListConversation> {
120
+ return this._client.get('/v1/messaging/conversations', { query, ...options });
121
+ }
122
+
123
+ /**
124
+ * Returns a single conversation the caller participates in.
125
+ *
126
+ * Someone who has left the conversation can still read it back; it comes back
127
+ * marked hidden for them. A team member who opens a customer-facing case they are
128
+ * not yet part of is seated in it as a participant.
129
+ *
130
+ * This endpoint requires the permission: `messaging:read`.
131
+ *
132
+ * @example
133
+ * ```ts
134
+ * const conversation =
135
+ * await client.messaging.conversations.retrieve(
136
+ * 'cv_w35z4ck68yq7',
137
+ * );
138
+ * ```
139
+ */
140
+ retrieve(
141
+ id: string,
142
+ query: ConversationRetrieveParams | null | undefined = {},
143
+ options?: RequestOptions,
144
+ ): APIPromise<Conversation> {
145
+ return this._client.get(path`/v1/messaging/conversations/${id}`, { query, ...options });
146
+ }
147
+
148
+ /**
149
+ * Renames a group conversation.
150
+ *
151
+ * Only an owner or admin of the conversation can rename it, and direct messages
152
+ * cannot be renamed.
153
+ *
154
+ * This endpoint requires the permission: `messaging:update`.
155
+ *
156
+ * @example
157
+ * ```ts
158
+ * const conversation =
159
+ * await client.messaging.conversations.update(
160
+ * 'cv_w35z4ck68yq7',
161
+ * { title: 'Fulfillment war room' },
162
+ * );
163
+ * ```
164
+ */
165
+ update(
166
+ id: string,
167
+ params: ConversationUpdateParams | null | undefined = {},
168
+ options?: RequestOptions,
169
+ ): APIPromise<Conversation> {
170
+ const { include, ...body } = params ?? {};
171
+ return this._client.patch(path`/v1/messaging/conversations/${id}`, {
172
+ query: { include },
173
+ body,
174
+ ...options,
175
+ });
176
+ }
177
+ }
178
+
179
+ /**
180
+ * A conversation thread the caller participates in.
181
+ */
182
+ export interface Conversation {
183
+ /**
184
+ * Conversation ID.
185
+ */
186
+ id: string;
187
+
188
+ /**
189
+ * Reference to an actor — the user, API key, agent, or group identity associated
190
+ * with an action.
191
+ */
192
+ assignee: RequestLogsAPI.Actor | null;
193
+
194
+ /**
195
+ * Whether this is a team-only conversation (`internal`) or a customer-facing case
196
+ * (`customer`).
197
+ *
198
+ * A customer never sees an `internal` conversation, even one that is about them;
199
+ * within a `customer` case they see only the messages that were sent to them, not
200
+ * the team's internal notes on the case.
201
+ */
202
+ audience: 'internal' | 'customer';
203
+
204
+ /**
205
+ * Creation timestamp.
206
+ */
207
+ created_at: string;
208
+
209
+ /**
210
+ * A reusable roster: a named set of members (users and/or agents) that seeds new
211
+ * conversations.
212
+ *
213
+ * Starting a conversation from a group snapshots its current members into that
214
+ * conversation, so the same group can back many conversations (each with its own
215
+ * title); later edits to the group never change conversations already created from
216
+ * it.
217
+ */
218
+ group: MessagingGroup | null;
219
+
220
+ /**
221
+ * A chat message within a conversation.
222
+ *
223
+ * One resource covers every stage of a message's life: a delivered timeline
224
+ * message, a message queued for a future send, and a customer-reply draft awaiting
225
+ * approval. Read `status` to tell them apart.
226
+ */
227
+ last_message: Message | null;
228
+
229
+ /**
230
+ * When the most recent message was sent.
231
+ */
232
+ last_message_at: string | null;
233
+
234
+ /**
235
+ * Whether the conversation is under legal hold.
236
+ *
237
+ * While held, the conversation is exempt from automatic retention purging and from
238
+ * redaction until the hold is released.
239
+ */
240
+ legal_hold: 'released' | 'held';
241
+
242
+ /**
243
+ * Resource type identifier.
244
+ */
245
+ object: 'conversation';
246
+
247
+ /**
248
+ * A single page of resources, together with the metadata needed to page through
249
+ * the rest of the result set.
250
+ */
251
+ participants: ListConversationParticipant | null;
252
+
253
+ /**
254
+ * The conversation's state from the caller's point of view.
255
+ *
256
+ * - `active`: a normal, visible conversation.
257
+ * - `archived`: archived for the whole account.
258
+ * - `hidden`: the caller dismissed the conversation from their own list while
259
+ * everyone else still sees it, which takes precedence over an account-level
260
+ * archive.
261
+ */
262
+ status: 'active' | 'archived' | 'hidden';
263
+
264
+ /**
265
+ * The display title of a group conversation.
266
+ *
267
+ * Direct messages carry no stored title; clients derive one from the participants.
268
+ */
269
+ title: string | null;
270
+
271
+ /**
272
+ * Entity is a polymorphic reference to any resource in the system.
273
+ */
274
+ topic: CoreAPI.Entity | null;
275
+
276
+ /**
277
+ * What kind of conversation this is.
278
+ *
279
+ * - `direct_message`: a 1:1 thread between two users.
280
+ * - `group`: a named thread with multiple user or agent members (including
281
+ * customer-facing support cases).
282
+ * - `system`: a system channel that delivers automated account alerts.
283
+ */
284
+ type: 'direct_message' | 'group' | 'system';
285
+
286
+ /**
287
+ * Number of messages the caller has not yet read.
288
+ */
289
+ unread: number;
290
+
291
+ /**
292
+ * Last update timestamp.
293
+ */
294
+ updated_at: string;
295
+
296
+ /**
297
+ * The triage lane of a customer-facing case.
298
+ *
299
+ * Only conversations with a `customer` audience have a triage lane. It drives the
300
+ * support inbox and is independent of `status`, which is about visibility rather
301
+ * than progress.
302
+ *
303
+ * - `new`: opened but not yet triaged.
304
+ * - `open`: actively being worked.
305
+ * - `waiting_internal`: blocked on the internal team.
306
+ * - `waiting_external`: blocked on an external reply.
307
+ * - `needs_approval`: a drafted reply is awaiting human approval.
308
+ * - `resolved`: closed out.
309
+ */
310
+ workflow_status:
311
+ | 'new'
312
+ | 'open'
313
+ | 'waiting_internal'
314
+ | 'waiting_external'
315
+ | 'needs_approval'
316
+ | 'resolved'
317
+ | null;
318
+ }
319
+
320
+ /**
321
+ * A participant (membership) in a conversation.
322
+ */
323
+ export interface ConversationParticipant {
324
+ /**
325
+ * Participant ID.
326
+ */
327
+ id: string;
328
+
329
+ /**
330
+ * Reference to an actor — the user, API key, agent, or group identity associated
331
+ * with an action.
332
+ */
333
+ actor: RequestLogsAPI.Actor | null;
334
+
335
+ /**
336
+ * For agent participants with a keyword or mention policy, the keywords that
337
+ * trigger it.
338
+ *
339
+ * Matching is case-insensitive and looks anywhere in the message body: under
340
+ * `keyword` the bare word is matched, under `mention` it must appear as
341
+ * `@keyword`. Replying directly to one of the agent's own messages always reaches
342
+ * it, so an agent with no keywords still answers replies but nothing else.
343
+ */
344
+ agent_trigger_keywords: Array<string>;
345
+
346
+ /**
347
+ * For agent participants, when the agent is invoked in response to messages.
348
+ *
349
+ * - `mention`: only when the agent is @mentioned.
350
+ * - `keyword`: when a message contains one of the agent's trigger keywords.
351
+ * - `always`: on every human message in the conversation.
352
+ */
353
+ agent_trigger_policy: 'mention' | 'keyword' | 'always' | null;
354
+
355
+ /**
356
+ * The participant's membership in the conversation.
357
+ *
358
+ * - `active`: currently a member.
359
+ * - `left`: voluntarily left the conversation.
360
+ * - `removed`: removed by an admin.
361
+ * - `hidden`: still a member but has hidden the conversation from their own list.
362
+ *
363
+ * Membership records are kept rather than deleted, so re-adding someone who left
364
+ * or was removed reactivates their original record and their earlier messages stay
365
+ * attributed to them.
366
+ */
367
+ membership: 'active' | 'left' | 'removed' | 'hidden';
368
+
369
+ /**
370
+ * The participant's notification preference for the conversation.
371
+ *
372
+ * - `unmuted`: receives notifications for new messages.
373
+ * - `muted`: new-message notifications are suppressed, though a direct @mention
374
+ * still raises an in-app alert (never an email), and the conversation still
375
+ * counts toward the unread total.
376
+ */
377
+ notifications: 'unmuted' | 'muted';
378
+
379
+ /**
380
+ * Resource type identifier.
381
+ */
382
+ object: 'conversation_participant';
383
+
384
+ /**
385
+ * A participant's read position in a conversation — the basis for read receipts
386
+ * ("who has seen this").
387
+ */
388
+ read_cursor: ReadCursor;
389
+
390
+ /**
391
+ * The participant's permission level in the conversation.
392
+ *
393
+ * - `owner`: can rename or delete the conversation and manage its members and
394
+ * their roles.
395
+ * - `admin`: can add or remove members and rename the conversation.
396
+ * - `member`: can post, react, mute, and leave.
397
+ * - `viewer`: read-only access.
398
+ */
399
+ role: 'owner' | 'admin' | 'member' | 'viewer';
400
+
401
+ /**
402
+ * The kind of participant.
403
+ *
404
+ * - `user`: an account user (a teammate).
405
+ * - `agent`: an AI agent.
406
+ * - `system`: the system itself, which posts automated messages.
407
+ * - `customer`: an external customer in a support case.
408
+ */
409
+ type: 'user' | 'agent' | 'system' | 'customer';
410
+ }
411
+
412
+ /**
413
+ * Request to create a conversation.
414
+ */
415
+ export interface CreateConversationRequest {
416
+ /**
417
+ * The other participants to add.
418
+ *
419
+ * For a direct message, exactly one account user. For a group, the members to seed
420
+ * — these can be omitted when `group_id` supplies a roster, or when the
421
+ * conversation is anchored to a topic resource, since a record discussion may
422
+ * start solo and pull people in later.
423
+ *
424
+ * The caller is always a participant and does not need to be listed; on a group
425
+ * they become its owner and every other member seeded at creation is notified.
426
+ */
427
+ participant_account_user_ids: Array<string>;
428
+
429
+ /**
430
+ * The kind of conversation to create.
431
+ *
432
+ * - `direct_message`: a 1:1 thread with exactly one other user. Addressing
433
+ * yourself is allowed and gives you a private notes thread.
434
+ * - `group`: a named thread with any number of user and agent members.
435
+ *
436
+ * `system` channels are created by the platform and cannot be requested here.
437
+ */
438
+ type: 'direct_message' | 'group' | 'system';
439
+
440
+ /**
441
+ * Seed a group conversation from a reusable roster.
442
+ *
443
+ * The roster's current members are copied into this conversation (in addition to
444
+ * any `participant_account_user_ids`); the conversation is independent afterward.
445
+ * Ignored for direct messages.
446
+ */
447
+ group_id?: string;
448
+
449
+ /**
450
+ * Title for a group conversation.
451
+ *
452
+ * A direct message is identified by its participants rather than by a title.
453
+ */
454
+ title?: string;
455
+
456
+ /**
457
+ * The id of the business record to anchor this conversation to.
458
+ */
459
+ topic_resource_id?: string;
460
+
461
+ /**
462
+ * The type of business record to anchor this conversation to.
463
+ *
464
+ * An anchored conversation is returned when conversations are listed for that
465
+ * record, which is how a discussion shows up on an order or invoice.
466
+ */
467
+ topic_resource_type?:
468
+ | 'account'
469
+ | 'actor'
470
+ | 'entity'
471
+ | 'record'
472
+ | 'freight'
473
+ | 'sales_order_totals'
474
+ | 'sales_order_stage_total'
475
+ | 'sales_order_related'
476
+ | 'order_contact'
477
+ | 'user'
478
+ | 'address'
479
+ | 'api_key'
480
+ | 'created_api_key'
481
+ | 'refresh_token'
482
+ | 'list'
483
+ | 'sandbox'
484
+ | 'registration_session'
485
+ | 'pricing_plan'
486
+ | 'account_plan'
487
+ | 'plan_change'
488
+ | 'enterprise_inquiry'
489
+ | 'request_log'
490
+ | 'audit_event'
491
+ | 'audit_field_change'
492
+ | 'role'
493
+ | 'unit'
494
+ | 'account_affiliation'
495
+ | 'agent_definition'
496
+ | 'available_tool'
497
+ | 'agent_definition_tool'
498
+ | 'agent_account_status'
499
+ | 'agent_run'
500
+ | 'agent_action'
501
+ | 'agent_run_step'
502
+ | 'agent_token_usage'
503
+ | 'agent_memory'
504
+ | 'notification'
505
+ | 'notification_unread_count'
506
+ | 'notification_send_result'
507
+ | 'notification_unread_summary'
508
+ | 'announcement'
509
+ | 'conversation'
510
+ | 'support_case'
511
+ | 'conversation_participant'
512
+ | 'read_cursor'
513
+ | 'chat_message'
514
+ | 'notification_unread_summary_account'
515
+ | 'messaging_block'
516
+ | 'notification_preference'
517
+ | 'message_attachment'
518
+ | 'attachment_upload_target'
519
+ | 'scheduled_message'
520
+ | 'messaging_contact'
521
+ | 'message_report'
522
+ | 'tool_group'
523
+ | 'model'
524
+ | 'payment_term'
525
+ | 'shipping_term'
526
+ | 'quantity'
527
+ | 'account_group'
528
+ | 'support_route'
529
+ | 'support_availability'
530
+ | 'account_status'
531
+ | 'geolocation'
532
+ | 'account_user'
533
+ | 'department'
534
+ | 'account_integration'
535
+ | 'account_price'
536
+ | 'product_line'
537
+ | 'item_category'
538
+ | 'attribute'
539
+ | 'rate'
540
+ | 'account_group_product_line_access'
541
+ | 'sales_target'
542
+ | 'adjustment_type'
543
+ | 'account_branding'
544
+ | 'account_portal'
545
+ | 'account_logo_url'
546
+ | 'account_favicon_url'
547
+ | 'public_account'
548
+ | 'property'
549
+ | 'carrier'
550
+ | 'service_level'
551
+ | 'item'
552
+ | 'item_lot_default'
553
+ | 'item_inventory'
554
+ | 'product'
555
+ | 'batch'
556
+ | 'batch_flow_node'
557
+ | 'scanning_consumption'
558
+ | 'open_batch_summary'
559
+ | 'scanning_production_step_info'
560
+ | 'scanning_station'
561
+ | 'production_step'
562
+ | 'production_run'
563
+ | 'machine'
564
+ | 'machine_status'
565
+ | 'machine_downtime_event'
566
+ | 'demand_override'
567
+ | 'demand_override_type'
568
+ | 'machine_downtime_reason'
569
+ | 'production_schedule_preview'
570
+ | 'production_schedule_regenerate_preview'
571
+ | 'production_schedule'
572
+ | 'production_schedule_line'
573
+ | 'production_schedule_deviation'
574
+ | 'production_schedule_derived_line'
575
+ | 'production_schedule_settings'
576
+ | 'production_schedule_resource_setting'
577
+ | 'production_schedule_item_setting'
578
+ | 'fulfillment_recommendation'
579
+ | 'analyze_delivery_performance_response'
580
+ | 'delivery_performance'
581
+ | 'delivery_backlog_bucket'
582
+ | 'delivery_lateness_bucket'
583
+ | 'delivery_breakdown'
584
+ | 'schedule_order_coverage'
585
+ | 'schedule_order_coverage_line'
586
+ | 'schedule_deviation_type'
587
+ | 'schedule_at_risk_order'
588
+ | 'production_schedule_finished_policy'
589
+ | 'production_schedule_finishing_line'
590
+ | 'production_schedule_week_release'
591
+ | 'production_schedule_week_release_preview'
592
+ | 'production_schedule_item_policy'
593
+ | 'child_account'
594
+ | 'unit_group'
595
+ | 'unit_group_unit'
596
+ | 'consumption'
597
+ | 'customer_product_line_access'
598
+ | 'customer'
599
+ | 'frequently_ordered_product'
600
+ | 'priority'
601
+ | 'delivery'
602
+ | 'delivery_line'
603
+ | 'sales_order'
604
+ | 'location'
605
+ | 'location_type'
606
+ | 'lot'
607
+ | 'email_log'
608
+ | 'email_domain'
609
+ | 'email_inbox'
610
+ | 'portal_domain'
611
+ | 'dns_record'
612
+ | 'inventory_change_log'
613
+ | 'invoice'
614
+ | 'invoice_summary'
615
+ | 'invoice_line'
616
+ | 'invoice_allocation'
617
+ | 'invoice_for_payment'
618
+ | 'shipment'
619
+ | 'shipment_summary'
620
+ | 'shipment_line'
621
+ | 'shipping_case'
622
+ | 'shipping_case_label_url'
623
+ | 'settlement'
624
+ | 'settlement_summary'
625
+ | 'role_permission'
626
+ | 'registration_flow'
627
+ | 'registration_flow_option'
628
+ | 'transaction'
629
+ | 'transaction_summary'
630
+ | 'transaction_method'
631
+ | 'transaction_type'
632
+ | 'transaction_allocation'
633
+ | 'usage_item'
634
+ | 'account_usage_response'
635
+ | 'subscription_info'
636
+ | 'billing_portal_session_response'
637
+ | 'switch_plan_response'
638
+ | 'ensure_billing_customer_response'
639
+ | 'spending_cap_response'
640
+ | 'agent_spend_info'
641
+ | 'webhook_response'
642
+ | 'address_suggestion'
643
+ | 'address_components'
644
+ | 'address_details_result'
645
+ | 'validated_address'
646
+ | 'plan_limit'
647
+ | 'plan_change_proration'
648
+ | 'plan_change_line_item'
649
+ | 'setup_billing_response'
650
+ | 'confirm_payment_response'
651
+ | 'oauth_response'
652
+ | 'oauth_status_response'
653
+ | 'stripe_publishable_key'
654
+ | 'stripe_status'
655
+ | 'healthcheck'
656
+ | 'agent_definition_config'
657
+ | 'trigger_config'
658
+ | 'customer_contact_info'
659
+ | 'customer_freight_preferences'
660
+ | 'customer_defaults'
661
+ | 'customer_lead_time'
662
+ | 'customer_notification_preferences'
663
+ | 'order_notification_recipient'
664
+ | 'order_discount'
665
+ | 'sales_order_line'
666
+ | 'sales_order_type'
667
+ | 'sales_order_status'
668
+ | 'material'
669
+ | 'supplier_material'
670
+ | 'part'
671
+ | 'permission_group'
672
+ | 'permission'
673
+ | 'pick'
674
+ | 'pick_line'
675
+ | 'product_type'
676
+ | 'production'
677
+ | 'production_flow'
678
+ | 'map'
679
+ | 'purchase_order'
680
+ | 'purchase_order_line'
681
+ | 'supplier'
682
+ | 'supplier_summary'
683
+ | 'receivable_entry'
684
+ | 'receiving_order'
685
+ | 'receiving_order_line'
686
+ | 'email_contact'
687
+ | 'allocation_entry'
688
+ | 'open_credit_entry'
689
+ | 'volume_discount'
690
+ | 'volume_discount_tier'
691
+ | 'analyze_deliveries_response'
692
+ | 'analyze_manufacturing_response'
693
+ | 'analyze_manufacturing_batch_response'
694
+ | 'analyze_quarterly_orders_response'
695
+ | 'analyze_new_customers_response'
696
+ | 'analyze_demand_forecast_response'
697
+ | 'analyze_oee_response'
698
+ | 'analyze_oee_trend_response'
699
+ | 'analyze_schedule_attainment_response'
700
+ | 'catalog_product_line'
701
+ | 'catalog_category'
702
+ | 'catalog_product'
703
+ | 'catalog_property'
704
+ | 'catalog_attribute'
705
+ | 'dc_location'
706
+ | 'edi_run'
707
+ | 'inventory_item'
708
+ | 'analyze_weeks_of_sales_response'
709
+ | 'bulk_reconcile_items_response'
710
+ | 'sys_property'
711
+ | 'sys_property_type'
712
+ | 'sys_property_value'
713
+ | 'territory'
714
+ | 'tenancy'
715
+ | 'checkout_session'
716
+ | 'estimate_rate_result'
717
+ | 'rate_shop_option'
718
+ | 'rate_shop_result'
719
+ | 'owner'
720
+ | 'created_by'
721
+ | 'message'
722
+ | 'account_photo_upload_result'
723
+ | 'user_photo_upload_result'
724
+ | 'user_photo_url'
725
+ | 'batch_lot'
726
+ | 'check_duplicate_result'
727
+ | 'item_trend_point'
728
+ | 'tenancy_pending_registration'
729
+ | 'invoice_allocation_entry'
730
+ | 'allocation_customer'
731
+ | 'checkout_sales_order'
732
+ | 'sales_order_price_quote'
733
+ | 'sales_order_freight_quote'
734
+ | 'sales_order_commitment_quote'
735
+ | 'operating_calendar'
736
+ | 'operating_calendar_closure'
737
+ | 'sales_order_price_quote_line'
738
+ | 'hubspot_sync_job'
739
+ | 'hubspot_sync_report'
740
+ | 'hubspot_company_review'
741
+ | 'hubspot_company_candidate'
742
+ | 'hubspot_sync_record'
743
+ | 'contact_match'
744
+ | 'reply_draft'
745
+ | 'conversation_link'
746
+ | 'messaging_group'
747
+ | 'messaging_group_member'
748
+ | 'portal_profile'
749
+ | 'portal_registration_session'
750
+ | 'portal_registration_session_data'
751
+ | 'pack_list'
752
+ | 'pack_list_party'
753
+ | 'pack_list_line_item'
754
+ | 'pack_list_back_order'
755
+ | 'pack_list_case'
756
+ | 'job'
757
+ | 'job_result'
758
+ | 'job_export'
759
+ | 'analyze_customer_pricing_response'
760
+ | 'customer_pricing_finding'
761
+ | 'customer_pricing_summary'
762
+ | 'computed_rate'
763
+ | 'computed_quantity'
764
+ | 'analyze_realized_margins_response'
765
+ | 'realized_margin_finding'
766
+ | 'realized_margin_summary'
767
+ | 'shipment_related'
768
+ | 'invoice_related'
769
+ | 'pick_related'
770
+ | 'pick_shipments_response'
771
+ | 'pick_totals'
772
+ | 'pick_stage_total';
773
+ }
774
+
775
+ /**
776
+ * A single page of resources, together with the metadata needed to page through
777
+ * the rest of the result set.
778
+ */
779
+ export interface ListConversation {
780
+ /**
781
+ * Resources in this page.
782
+ */
783
+ data: Array<Conversation>;
784
+
785
+ /**
786
+ * Resource type identifier.
787
+ */
788
+ object: 'list';
789
+
790
+ /**
791
+ * PageInfo describes where the current page sits within a paginated result set and
792
+ * how to move to the adjacent pages.
793
+ *
794
+ * Page a list by following the URLs below rather than assembling cursors yourself.
795
+ * For a top-level list endpoint the URL repeats the original request's query
796
+ * string with only the cursor swapped, so following it preserves the same filters,
797
+ * search term, and page size.
798
+ */
799
+ page_info: APIKeysAPI.PageInfo;
800
+ }
801
+
802
+ /**
803
+ * A single page of resources, together with the metadata needed to page through
804
+ * the rest of the result set.
805
+ */
806
+ export interface ListConversationParticipant {
807
+ /**
808
+ * Resources in this page.
809
+ */
810
+ data: Array<ConversationParticipant>;
811
+
812
+ /**
813
+ * Resource type identifier.
814
+ */
815
+ object: 'list';
816
+
817
+ /**
818
+ * PageInfo describes where the current page sits within a paginated result set and
819
+ * how to move to the adjacent pages.
820
+ *
821
+ * Page a list by following the URLs below rather than assembling cursors yourself.
822
+ * For a top-level list endpoint the URL repeats the original request's query
823
+ * string with only the cursor swapped, so following it preserves the same filters,
824
+ * search term, and page size.
825
+ */
826
+ page_info: APIKeysAPI.PageInfo;
827
+ }
828
+
829
+ /**
830
+ * A single page of resources, together with the metadata needed to page through
831
+ * the rest of the result set.
832
+ */
833
+ export interface ListMessageAttachment {
834
+ /**
835
+ * Resources in this page.
836
+ */
837
+ data: Array<MessageAttachment>;
838
+
839
+ /**
840
+ * Resource type identifier.
841
+ */
842
+ object: 'list';
843
+
844
+ /**
845
+ * PageInfo describes where the current page sits within a paginated result set and
846
+ * how to move to the adjacent pages.
847
+ *
848
+ * Page a list by following the URLs below rather than assembling cursors yourself.
849
+ * For a top-level list endpoint the URL repeats the original request's query
850
+ * string with only the cursor swapped, so following it preserves the same filters,
851
+ * search term, and page size.
852
+ */
853
+ page_info: APIKeysAPI.PageInfo;
854
+ }
855
+
856
+ /**
857
+ * A single page of resources, together with the metadata needed to page through
858
+ * the rest of the result set.
859
+ */
860
+ export interface ListMessagingGroupMember {
861
+ /**
862
+ * Resources in this page.
863
+ */
864
+ data: Array<MessagingGroupMember>;
865
+
866
+ /**
867
+ * Resource type identifier.
868
+ */
869
+ object: 'list';
870
+
871
+ /**
872
+ * PageInfo describes where the current page sits within a paginated result set and
873
+ * how to move to the adjacent pages.
874
+ *
875
+ * Page a list by following the URLs below rather than assembling cursors yourself.
876
+ * For a top-level list endpoint the URL repeats the original request's query
877
+ * string with only the cursor swapped, so following it preserves the same filters,
878
+ * search term, and page size.
879
+ */
880
+ page_info: APIKeysAPI.PageInfo;
881
+ }
882
+
883
+ /**
884
+ * A chat message within a conversation.
885
+ *
886
+ * One resource covers every stage of a message's life: a delivered timeline
887
+ * message, a message queued for a future send, and a customer-reply draft awaiting
888
+ * approval. Read `status` to tell them apart.
889
+ */
890
+ export interface Message {
891
+ /**
892
+ * Message ID.
893
+ */
894
+ id: string;
895
+
896
+ /**
897
+ * Machine-readable reason an agent reply failed.
898
+ *
899
+ * A client can react to the specific code rather than just showing the body —
900
+ * `agent_spending_cap_reached`, for example, is a cue to offer raising the agent
901
+ * spending limit.
902
+ */
903
+ agent_error_code: string | null;
904
+
905
+ /**
906
+ * A single execution of an agent, from trigger through completion.
907
+ */
908
+ agent_run: RunsAPI.AgentRun | null;
909
+
910
+ /**
911
+ * Whether this message is an agent reply reporting that the agent's run failed.
912
+ *
913
+ * The body explains the failure to the reader rather than answering the request.
914
+ */
915
+ agent_run_failed: boolean;
916
+
917
+ /**
918
+ * A single page of resources, together with the metadata needed to page through
919
+ * the rest of the result set.
920
+ */
921
+ attachments: ListMessageAttachment | null;
922
+
923
+ /**
924
+ * Reference to an actor — the user, API key, agent, or group identity associated
925
+ * with an action.
926
+ */
927
+ author: RequestLogsAPI.Actor | null;
928
+
929
+ /**
930
+ * Message body.
931
+ *
932
+ * A message made up of nothing but attachments or a linked record carries no body,
933
+ * and a deleted message has its body cleared.
934
+ */
935
+ body: string | null;
936
+
937
+ /**
938
+ * How the message reached its audience, or how a draft will be sent once it is
939
+ * approved.
940
+ *
941
+ * - `message`: appears in the conversation itself.
942
+ * - `email`: goes out as email on the thread of the inbox the case is bridged to.
943
+ */
944
+ channel: 'message' | 'email';
945
+
946
+ /**
947
+ * The dedupe key the client supplied when sending, echoed back so an optimistic
948
+ * local copy can be matched to the stored message.
949
+ */
950
+ client_message_id: string | null;
951
+
952
+ /**
953
+ * A conversation thread the caller participates in.
954
+ */
955
+ conversation: Conversation | null;
956
+
957
+ /**
958
+ * Creation timestamp.
959
+ */
960
+ created_at: string;
961
+
962
+ /**
963
+ * When the message was deleted.
964
+ *
965
+ * A deleted message keeps its place in the timeline with its body cleared, so
966
+ * surrounding ordering and replies stay intact.
967
+ */
968
+ deleted_at: string | null;
969
+
970
+ /**
971
+ * When the message was last edited.
972
+ */
973
+ edited_at: string | null;
974
+
975
+ /**
976
+ * What this message represents.
977
+ *
978
+ * - `chat`: written by a person.
979
+ * - `system_event`: a record of something that happened in the conversation, such
980
+ * as someone joining or a record being linked.
981
+ * - `agent`: written by an AI agent taking part in the conversation.
982
+ * - `scheduled`: came from a send queued ahead of time.
983
+ * - `alert`: an automated alert surfaced in the conversation.
984
+ * - `email`: a message carried over the case's bridged email thread, either one
985
+ * that arrived from the customer or a reply sent back out to them.
986
+ */
987
+ kind: 'chat' | 'system_event' | 'agent' | 'scheduled' | 'alert' | 'email';
988
+
989
+ /**
990
+ * Resource type identifier.
991
+ */
992
+ object: 'chat_message';
993
+
994
+ /**
995
+ * A chat message within a conversation.
996
+ *
997
+ * One resource covers every stage of a message's life: a delivered timeline
998
+ * message, a message queued for a future send, and a customer-reply draft awaiting
999
+ * approval. Read `status` to tell them apart.
1000
+ */
1001
+ reply_to: Message | null;
1002
+
1003
+ /**
1004
+ * Entity is a polymorphic reference to any resource in the system.
1005
+ */
1006
+ resource: CoreAPI.Entity | null;
1007
+
1008
+ /**
1009
+ * When a message queued for a future send is due to go out.
1010
+ */
1011
+ scheduled_at: string | null;
1012
+
1013
+ /**
1014
+ * Reference to an actor — the user, API key, agent, or group identity associated
1015
+ * with an action.
1016
+ */
1017
+ sender: RequestLogsAPI.Actor | null;
1018
+
1019
+ /**
1020
+ * The message's position in the conversation timeline, counting up from the first
1021
+ * message.
1022
+ *
1023
+ * A sequence is assigned only when a message is delivered, so a draft or a
1024
+ * not-yet-sent scheduled message reports `0`. Listing a conversation's messages
1025
+ * pages backwards through this ordering.
1026
+ */
1027
+ sequence: number;
1028
+
1029
+ /**
1030
+ * Where the message stands in its life.
1031
+ *
1032
+ * - `draft`: a proposed reply to the customer, still editable and waiting for
1033
+ * approval before anyone outside sees it.
1034
+ * - `scheduled`: queued to go out at a future time.
1035
+ * - `sent`: delivered, and part of the conversation everyone reads.
1036
+ * - `canceled`: a scheduled message stopped before it went out.
1037
+ * - `rejected`: a draft discarded instead of being sent.
1038
+ * - `failed`: a scheduled message that could not be delivered.
1039
+ * - `superseded`: a draft replaced by a newer one for the same thread.
1040
+ *
1041
+ * Only a `sent` message occupies a place in the conversation; the others are
1042
+ * records of messages that never reached it.
1043
+ */
1044
+ status: 'draft' | 'scheduled' | 'sent' | 'canceled' | 'rejected' | 'failed' | 'superseded';
1045
+
1046
+ /**
1047
+ * The streaming state of an agent reply.
1048
+ *
1049
+ * `streaming` means the body is still being generated and keeps growing as
1050
+ * realtime updates arrive; `complete` means it is final.
1051
+ */
1052
+ streaming_state: string | null;
1053
+
1054
+ /**
1055
+ * The email subject line.
1056
+ *
1057
+ * On an email-bridged case, this is the subject of the inbound email, or the
1058
+ * subject a customer reply is sent out with.
1059
+ */
1060
+ subject: string | null;
1061
+
1062
+ /**
1063
+ * Last update timestamp.
1064
+ */
1065
+ updated_at: string;
1066
+
1067
+ /**
1068
+ * Who can see this message.
1069
+ *
1070
+ * - `internal`: a note only your team can see.
1071
+ * - `external`: sent to or received from an outside party, such as the customer on
1072
+ * a support case, and part of the official record of that exchange.
1073
+ * - `system`: an event both your team and the customer see.
1074
+ *
1075
+ * A customer reading their own case is never served `internal` messages.
1076
+ */
1077
+ visibility: 'internal' | 'external' | 'system';
1078
+ }
1079
+
1080
+ /**
1081
+ * A file, image, link, or resource attached to a message.
1082
+ */
1083
+ export interface MessageAttachment {
1084
+ /**
1085
+ * Attachment ID.
1086
+ */
1087
+ id: string;
1088
+
1089
+ /**
1090
+ * The MIME type of the uploaded content.
1091
+ *
1092
+ * Carried only by `file` and `image` attachments.
1093
+ */
1094
+ content_type: string | null;
1095
+
1096
+ /**
1097
+ * Creation timestamp.
1098
+ */
1099
+ created_at: string;
1100
+
1101
+ /**
1102
+ * The filename the attachment was uploaded under.
1103
+ *
1104
+ * Carried only by `file` and `image` attachments.
1105
+ */
1106
+ filename: string | null;
1107
+
1108
+ /**
1109
+ * The kind of attachment, which determines how it is stored and which of the
1110
+ * fields below are populated.
1111
+ *
1112
+ * - `file`: an uploaded non-image file.
1113
+ * - `image`: an uploaded image.
1114
+ * - `link`: an external URL reference, with no stored file.
1115
+ * - `resource`: a reference to an in-app resource, such as an order.
1116
+ */
1117
+ kind: 'file' | 'image' | 'link' | 'resource';
1118
+
1119
+ /**
1120
+ * Resource type identifier.
1121
+ */
1122
+ object: 'message_attachment';
1123
+
1124
+ /**
1125
+ * Entity is a polymorphic reference to any resource in the system.
1126
+ */
1127
+ resource: CoreAPI.Entity | null;
1128
+
1129
+ /**
1130
+ * The size of the uploaded content in bytes.
1131
+ *
1132
+ * Carried only by `file` and `image` attachments, and only when the sender
1133
+ * supplied it with the message.
1134
+ */
1135
+ size_bytes: number | null;
1136
+
1137
+ /**
1138
+ * Where to fetch the attachment: a signed download URL for `file` and `image`
1139
+ * attachments, or the target address for `link` attachments.
1140
+ *
1141
+ * Download URLs are signed for one hour and regenerated each time the message is
1142
+ * read, so follow the URL promptly instead of persisting it. `resource`
1143
+ * attachments have no URL — use `resource` to resolve them.
1144
+ */
1145
+ url: string | null;
1146
+ }
1147
+
1148
+ /**
1149
+ * A reusable roster: a named set of members (users and/or agents) that seeds new
1150
+ * conversations.
1151
+ *
1152
+ * Starting a conversation from a group snapshots its current members into that
1153
+ * conversation, so the same group can back many conversations (each with its own
1154
+ * title); later edits to the group never change conversations already created from
1155
+ * it.
1156
+ */
1157
+ export interface MessagingGroup {
1158
+ /**
1159
+ * Messaging group ID.
1160
+ */
1161
+ id: string;
1162
+
1163
+ /**
1164
+ * Creation timestamp.
1165
+ */
1166
+ created_at: string;
1167
+
1168
+ /**
1169
+ * A single page of resources, together with the metadata needed to page through
1170
+ * the rest of the result set.
1171
+ */
1172
+ members: ListMessagingGroupMember | null;
1173
+
1174
+ /**
1175
+ * The roster's display name.
1176
+ */
1177
+ name: string;
1178
+
1179
+ /**
1180
+ * Resource type identifier.
1181
+ */
1182
+ object: 'messaging_group';
1183
+
1184
+ /**
1185
+ * Last updated timestamp.
1186
+ */
1187
+ updated_at: string;
1188
+ }
1189
+
1190
+ /**
1191
+ * A member of a reusable roster: either a user or an agent, represented by its
1192
+ * actor.
1193
+ */
1194
+ export interface MessagingGroupMember {
1195
+ /**
1196
+ * Membership ID.
1197
+ *
1198
+ * This identifies the member's place on the roster, not the user or agent
1199
+ * themselves; it is the id to pass when removing them from the roster.
1200
+ */
1201
+ id: string;
1202
+
1203
+ /**
1204
+ * Reference to an actor — the user, API key, agent, or group identity associated
1205
+ * with an action.
1206
+ */
1207
+ actor: RequestLogsAPI.Actor | null;
1208
+
1209
+ /**
1210
+ * Resource type identifier.
1211
+ */
1212
+ object: 'messaging_group_member';
1213
+ }
1214
+
1215
+ /**
1216
+ * A participant's read position in a conversation — the basis for read receipts
1217
+ * ("who has seen this").
1218
+ */
1219
+ export interface ReadCursor {
1220
+ /**
1221
+ * The id of the last message the participant has read.
1222
+ */
1223
+ message_id: string | null;
1224
+
1225
+ /**
1226
+ * Resource type identifier.
1227
+ */
1228
+ object: 'read_cursor';
1229
+
1230
+ /**
1231
+ * When the participant last advanced their read cursor.
1232
+ */
1233
+ read_at: string | null;
1234
+
1235
+ /**
1236
+ * The sequence number of the last message the participant has read in the
1237
+ * conversation.
1238
+ *
1239
+ * A message is "seen" by this participant when its `sequence` is `<=` this value.
1240
+ * `0` means they have not read any message in the conversation yet.
1241
+ */
1242
+ sequence: number;
1243
+ }
1244
+
1245
+ /**
1246
+ * Request to rename a conversation.
1247
+ */
1248
+ export interface UpdateConversationRequest {
1249
+ /**
1250
+ * The group conversation's new display title.
1251
+ *
1252
+ * Send `null` to clear the title and leave the conversation unnamed.
1253
+ */
1254
+ title?: string | null;
1255
+ }
1256
+
1257
+ export interface ConversationCreateParams {
1258
+ /**
1259
+ * Body param: The other participants to add.
1260
+ *
1261
+ * For a direct message, exactly one account user. For a group, the members to seed
1262
+ * — these can be omitted when `group_id` supplies a roster, or when the
1263
+ * conversation is anchored to a topic resource, since a record discussion may
1264
+ * start solo and pull people in later.
1265
+ *
1266
+ * The caller is always a participant and does not need to be listed; on a group
1267
+ * they become its owner and every other member seeded at creation is notified.
1268
+ */
1269
+ participant_account_user_ids: Array<string>;
1270
+
1271
+ /**
1272
+ * Body param: The kind of conversation to create.
1273
+ *
1274
+ * - `direct_message`: a 1:1 thread with exactly one other user. Addressing
1275
+ * yourself is allowed and gives you a private notes thread.
1276
+ * - `group`: a named thread with any number of user and agent members.
1277
+ *
1278
+ * `system` channels are created by the platform and cannot be requested here.
1279
+ */
1280
+ type: 'direct_message' | 'group' | 'system';
1281
+
1282
+ /**
1283
+ * Query param: Sub-objects to expand in the response. When omitted, sub-objects
1284
+ * are returned as `null`.
1285
+ */
1286
+ include?: Array<
1287
+ | 'assignee'
1288
+ | 'group'
1289
+ | 'participants'
1290
+ | 'topic'
1291
+ | 'last_message'
1292
+ | 'last_message.sender'
1293
+ | 'last_message.author'
1294
+ | 'last_message.resource'
1295
+ | 'last_message.attachments'
1296
+ | 'last_message.attachments.resource'
1297
+ >;
1298
+
1299
+ /**
1300
+ * Body param: Seed a group conversation from a reusable roster.
1301
+ *
1302
+ * The roster's current members are copied into this conversation (in addition to
1303
+ * any `participant_account_user_ids`); the conversation is independent afterward.
1304
+ * Ignored for direct messages.
1305
+ */
1306
+ group_id?: string;
1307
+
1308
+ /**
1309
+ * Body param: Title for a group conversation.
1310
+ *
1311
+ * A direct message is identified by its participants rather than by a title.
1312
+ */
1313
+ title?: string;
1314
+
1315
+ /**
1316
+ * Body param: The id of the business record to anchor this conversation to.
1317
+ */
1318
+ topic_resource_id?: string;
1319
+
1320
+ /**
1321
+ * Body param: The type of business record to anchor this conversation to.
1322
+ *
1323
+ * An anchored conversation is returned when conversations are listed for that
1324
+ * record, which is how a discussion shows up on an order or invoice.
1325
+ */
1326
+ topic_resource_type?:
1327
+ | 'account'
1328
+ | 'actor'
1329
+ | 'entity'
1330
+ | 'record'
1331
+ | 'freight'
1332
+ | 'sales_order_totals'
1333
+ | 'sales_order_stage_total'
1334
+ | 'sales_order_related'
1335
+ | 'order_contact'
1336
+ | 'user'
1337
+ | 'address'
1338
+ | 'api_key'
1339
+ | 'created_api_key'
1340
+ | 'refresh_token'
1341
+ | 'list'
1342
+ | 'sandbox'
1343
+ | 'registration_session'
1344
+ | 'pricing_plan'
1345
+ | 'account_plan'
1346
+ | 'plan_change'
1347
+ | 'enterprise_inquiry'
1348
+ | 'request_log'
1349
+ | 'audit_event'
1350
+ | 'audit_field_change'
1351
+ | 'role'
1352
+ | 'unit'
1353
+ | 'account_affiliation'
1354
+ | 'agent_definition'
1355
+ | 'available_tool'
1356
+ | 'agent_definition_tool'
1357
+ | 'agent_account_status'
1358
+ | 'agent_run'
1359
+ | 'agent_action'
1360
+ | 'agent_run_step'
1361
+ | 'agent_token_usage'
1362
+ | 'agent_memory'
1363
+ | 'notification'
1364
+ | 'notification_unread_count'
1365
+ | 'notification_send_result'
1366
+ | 'notification_unread_summary'
1367
+ | 'announcement'
1368
+ | 'conversation'
1369
+ | 'support_case'
1370
+ | 'conversation_participant'
1371
+ | 'read_cursor'
1372
+ | 'chat_message'
1373
+ | 'notification_unread_summary_account'
1374
+ | 'messaging_block'
1375
+ | 'notification_preference'
1376
+ | 'message_attachment'
1377
+ | 'attachment_upload_target'
1378
+ | 'scheduled_message'
1379
+ | 'messaging_contact'
1380
+ | 'message_report'
1381
+ | 'tool_group'
1382
+ | 'model'
1383
+ | 'payment_term'
1384
+ | 'shipping_term'
1385
+ | 'quantity'
1386
+ | 'account_group'
1387
+ | 'support_route'
1388
+ | 'support_availability'
1389
+ | 'account_status'
1390
+ | 'geolocation'
1391
+ | 'account_user'
1392
+ | 'department'
1393
+ | 'account_integration'
1394
+ | 'account_price'
1395
+ | 'product_line'
1396
+ | 'item_category'
1397
+ | 'attribute'
1398
+ | 'rate'
1399
+ | 'account_group_product_line_access'
1400
+ | 'sales_target'
1401
+ | 'adjustment_type'
1402
+ | 'account_branding'
1403
+ | 'account_portal'
1404
+ | 'account_logo_url'
1405
+ | 'account_favicon_url'
1406
+ | 'public_account'
1407
+ | 'property'
1408
+ | 'carrier'
1409
+ | 'service_level'
1410
+ | 'item'
1411
+ | 'item_lot_default'
1412
+ | 'item_inventory'
1413
+ | 'product'
1414
+ | 'batch'
1415
+ | 'batch_flow_node'
1416
+ | 'scanning_consumption'
1417
+ | 'open_batch_summary'
1418
+ | 'scanning_production_step_info'
1419
+ | 'scanning_station'
1420
+ | 'production_step'
1421
+ | 'production_run'
1422
+ | 'machine'
1423
+ | 'machine_status'
1424
+ | 'machine_downtime_event'
1425
+ | 'demand_override'
1426
+ | 'demand_override_type'
1427
+ | 'machine_downtime_reason'
1428
+ | 'production_schedule_preview'
1429
+ | 'production_schedule_regenerate_preview'
1430
+ | 'production_schedule'
1431
+ | 'production_schedule_line'
1432
+ | 'production_schedule_deviation'
1433
+ | 'production_schedule_derived_line'
1434
+ | 'production_schedule_settings'
1435
+ | 'production_schedule_resource_setting'
1436
+ | 'production_schedule_item_setting'
1437
+ | 'fulfillment_recommendation'
1438
+ | 'analyze_delivery_performance_response'
1439
+ | 'delivery_performance'
1440
+ | 'delivery_backlog_bucket'
1441
+ | 'delivery_lateness_bucket'
1442
+ | 'delivery_breakdown'
1443
+ | 'schedule_order_coverage'
1444
+ | 'schedule_order_coverage_line'
1445
+ | 'schedule_deviation_type'
1446
+ | 'schedule_at_risk_order'
1447
+ | 'production_schedule_finished_policy'
1448
+ | 'production_schedule_finishing_line'
1449
+ | 'production_schedule_week_release'
1450
+ | 'production_schedule_week_release_preview'
1451
+ | 'production_schedule_item_policy'
1452
+ | 'child_account'
1453
+ | 'unit_group'
1454
+ | 'unit_group_unit'
1455
+ | 'consumption'
1456
+ | 'customer_product_line_access'
1457
+ | 'customer'
1458
+ | 'frequently_ordered_product'
1459
+ | 'priority'
1460
+ | 'delivery'
1461
+ | 'delivery_line'
1462
+ | 'sales_order'
1463
+ | 'location'
1464
+ | 'location_type'
1465
+ | 'lot'
1466
+ | 'email_log'
1467
+ | 'email_domain'
1468
+ | 'email_inbox'
1469
+ | 'portal_domain'
1470
+ | 'dns_record'
1471
+ | 'inventory_change_log'
1472
+ | 'invoice'
1473
+ | 'invoice_summary'
1474
+ | 'invoice_line'
1475
+ | 'invoice_allocation'
1476
+ | 'invoice_for_payment'
1477
+ | 'shipment'
1478
+ | 'shipment_summary'
1479
+ | 'shipment_line'
1480
+ | 'shipping_case'
1481
+ | 'shipping_case_label_url'
1482
+ | 'settlement'
1483
+ | 'settlement_summary'
1484
+ | 'role_permission'
1485
+ | 'registration_flow'
1486
+ | 'registration_flow_option'
1487
+ | 'transaction'
1488
+ | 'transaction_summary'
1489
+ | 'transaction_method'
1490
+ | 'transaction_type'
1491
+ | 'transaction_allocation'
1492
+ | 'usage_item'
1493
+ | 'account_usage_response'
1494
+ | 'subscription_info'
1495
+ | 'billing_portal_session_response'
1496
+ | 'switch_plan_response'
1497
+ | 'ensure_billing_customer_response'
1498
+ | 'spending_cap_response'
1499
+ | 'agent_spend_info'
1500
+ | 'webhook_response'
1501
+ | 'address_suggestion'
1502
+ | 'address_components'
1503
+ | 'address_details_result'
1504
+ | 'validated_address'
1505
+ | 'plan_limit'
1506
+ | 'plan_change_proration'
1507
+ | 'plan_change_line_item'
1508
+ | 'setup_billing_response'
1509
+ | 'confirm_payment_response'
1510
+ | 'oauth_response'
1511
+ | 'oauth_status_response'
1512
+ | 'stripe_publishable_key'
1513
+ | 'stripe_status'
1514
+ | 'healthcheck'
1515
+ | 'agent_definition_config'
1516
+ | 'trigger_config'
1517
+ | 'customer_contact_info'
1518
+ | 'customer_freight_preferences'
1519
+ | 'customer_defaults'
1520
+ | 'customer_lead_time'
1521
+ | 'customer_notification_preferences'
1522
+ | 'order_notification_recipient'
1523
+ | 'order_discount'
1524
+ | 'sales_order_line'
1525
+ | 'sales_order_type'
1526
+ | 'sales_order_status'
1527
+ | 'material'
1528
+ | 'supplier_material'
1529
+ | 'part'
1530
+ | 'permission_group'
1531
+ | 'permission'
1532
+ | 'pick'
1533
+ | 'pick_line'
1534
+ | 'product_type'
1535
+ | 'production'
1536
+ | 'production_flow'
1537
+ | 'map'
1538
+ | 'purchase_order'
1539
+ | 'purchase_order_line'
1540
+ | 'supplier'
1541
+ | 'supplier_summary'
1542
+ | 'receivable_entry'
1543
+ | 'receiving_order'
1544
+ | 'receiving_order_line'
1545
+ | 'email_contact'
1546
+ | 'allocation_entry'
1547
+ | 'open_credit_entry'
1548
+ | 'volume_discount'
1549
+ | 'volume_discount_tier'
1550
+ | 'analyze_deliveries_response'
1551
+ | 'analyze_manufacturing_response'
1552
+ | 'analyze_manufacturing_batch_response'
1553
+ | 'analyze_quarterly_orders_response'
1554
+ | 'analyze_new_customers_response'
1555
+ | 'analyze_demand_forecast_response'
1556
+ | 'analyze_oee_response'
1557
+ | 'analyze_oee_trend_response'
1558
+ | 'analyze_schedule_attainment_response'
1559
+ | 'catalog_product_line'
1560
+ | 'catalog_category'
1561
+ | 'catalog_product'
1562
+ | 'catalog_property'
1563
+ | 'catalog_attribute'
1564
+ | 'dc_location'
1565
+ | 'edi_run'
1566
+ | 'inventory_item'
1567
+ | 'analyze_weeks_of_sales_response'
1568
+ | 'bulk_reconcile_items_response'
1569
+ | 'sys_property'
1570
+ | 'sys_property_type'
1571
+ | 'sys_property_value'
1572
+ | 'territory'
1573
+ | 'tenancy'
1574
+ | 'checkout_session'
1575
+ | 'estimate_rate_result'
1576
+ | 'rate_shop_option'
1577
+ | 'rate_shop_result'
1578
+ | 'owner'
1579
+ | 'created_by'
1580
+ | 'message'
1581
+ | 'account_photo_upload_result'
1582
+ | 'user_photo_upload_result'
1583
+ | 'user_photo_url'
1584
+ | 'batch_lot'
1585
+ | 'check_duplicate_result'
1586
+ | 'item_trend_point'
1587
+ | 'tenancy_pending_registration'
1588
+ | 'invoice_allocation_entry'
1589
+ | 'allocation_customer'
1590
+ | 'checkout_sales_order'
1591
+ | 'sales_order_price_quote'
1592
+ | 'sales_order_freight_quote'
1593
+ | 'sales_order_commitment_quote'
1594
+ | 'operating_calendar'
1595
+ | 'operating_calendar_closure'
1596
+ | 'sales_order_price_quote_line'
1597
+ | 'hubspot_sync_job'
1598
+ | 'hubspot_sync_report'
1599
+ | 'hubspot_company_review'
1600
+ | 'hubspot_company_candidate'
1601
+ | 'hubspot_sync_record'
1602
+ | 'contact_match'
1603
+ | 'reply_draft'
1604
+ | 'conversation_link'
1605
+ | 'messaging_group'
1606
+ | 'messaging_group_member'
1607
+ | 'portal_profile'
1608
+ | 'portal_registration_session'
1609
+ | 'portal_registration_session_data'
1610
+ | 'pack_list'
1611
+ | 'pack_list_party'
1612
+ | 'pack_list_line_item'
1613
+ | 'pack_list_back_order'
1614
+ | 'pack_list_case'
1615
+ | 'job'
1616
+ | 'job_result'
1617
+ | 'job_export'
1618
+ | 'analyze_customer_pricing_response'
1619
+ | 'customer_pricing_finding'
1620
+ | 'customer_pricing_summary'
1621
+ | 'computed_rate'
1622
+ | 'computed_quantity'
1623
+ | 'analyze_realized_margins_response'
1624
+ | 'realized_margin_finding'
1625
+ | 'realized_margin_summary'
1626
+ | 'shipment_related'
1627
+ | 'invoice_related'
1628
+ | 'pick_related'
1629
+ | 'pick_shipments_response'
1630
+ | 'pick_totals'
1631
+ | 'pick_stage_total';
1632
+ }
1633
+
1634
+ export interface ConversationListParams {
1635
+ /**
1636
+ * Filter the support inbox to cases owned by this assignee, an account user or an
1637
+ * account group.
1638
+ */
1639
+ assignee_resource_id?: string;
1640
+
1641
+ /**
1642
+ * Filter by whether the conversation is team-only or customer-facing.
1643
+ *
1644
+ * - `internal`: threads the customer never sees — direct messages, group threads,
1645
+ * and record discussions.
1646
+ * - `customer`: external customer-service cases the customer takes part in, from
1647
+ * the portal or a bridged email thread.
1648
+ */
1649
+ audience?: 'internal' | 'customer';
1650
+
1651
+ /**
1652
+ * Opaque cursor token identifying where the page of results starts.
1653
+ *
1654
+ * Use the `cursor` value embedded in a previous response's `next_page_url` or
1655
+ * `previous_page_url` to fetch the adjacent page. Omit to start from the first
1656
+ * page.
1657
+ */
1658
+ cursor?: string;
1659
+
1660
+ /**
1661
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
1662
+ * `null`.
1663
+ */
1664
+ include?: Array<
1665
+ | 'assignee'
1666
+ | 'group'
1667
+ | 'participants'
1668
+ | 'topic'
1669
+ | 'last_message'
1670
+ | 'last_message.sender'
1671
+ | 'last_message.author'
1672
+ | 'last_message.resource'
1673
+ | 'last_message.attachments'
1674
+ | 'last_message.attachments.resource'
1675
+ >;
1676
+
1677
+ /**
1678
+ * Return the archived support inbox instead of the working one.
1679
+ *
1680
+ * This swaps the view rather than widening it: archived cases are returned and
1681
+ * unarchived ones are left out.
1682
+ */
1683
+ include_archived?: boolean;
1684
+
1685
+ /**
1686
+ * Maximum number of results to return in a single page.
1687
+ */
1688
+ limit?: number;
1689
+
1690
+ /**
1691
+ * Free-text search term used to filter results.
1692
+ *
1693
+ * Which fields are matched against the term varies by endpoint.
1694
+ */
1695
+ q?: string;
1696
+
1697
+ /**
1698
+ * Filter by whether the caller has hidden the conversation from their own list.
1699
+ */
1700
+ status?: 'active' | 'hidden';
1701
+
1702
+ /**
1703
+ * The id of the business record, together with `topic_resource_type`.
1704
+ */
1705
+ topic_resource_id?: string;
1706
+
1707
+ /**
1708
+ * Restrict to conversations attached to a business record of this type, together
1709
+ * with `topic_resource_id`.
1710
+ *
1711
+ * Matches both conversations anchored to the record and conversations that merely
1712
+ * link it, which is what powers the "discussions on this record" view.
1713
+ */
1714
+ topic_resource_type?:
1715
+ | 'account'
1716
+ | 'actor'
1717
+ | 'entity'
1718
+ | 'record'
1719
+ | 'freight'
1720
+ | 'sales_order_totals'
1721
+ | 'sales_order_stage_total'
1722
+ | 'sales_order_related'
1723
+ | 'order_contact'
1724
+ | 'user'
1725
+ | 'address'
1726
+ | 'api_key'
1727
+ | 'created_api_key'
1728
+ | 'refresh_token'
1729
+ | 'list'
1730
+ | 'sandbox'
1731
+ | 'registration_session'
1732
+ | 'pricing_plan'
1733
+ | 'account_plan'
1734
+ | 'plan_change'
1735
+ | 'enterprise_inquiry'
1736
+ | 'request_log'
1737
+ | 'audit_event'
1738
+ | 'audit_field_change'
1739
+ | 'role'
1740
+ | 'unit'
1741
+ | 'account_affiliation'
1742
+ | 'agent_definition'
1743
+ | 'available_tool'
1744
+ | 'agent_definition_tool'
1745
+ | 'agent_account_status'
1746
+ | 'agent_run'
1747
+ | 'agent_action'
1748
+ | 'agent_run_step'
1749
+ | 'agent_token_usage'
1750
+ | 'agent_memory'
1751
+ | 'notification'
1752
+ | 'notification_unread_count'
1753
+ | 'notification_send_result'
1754
+ | 'notification_unread_summary'
1755
+ | 'announcement'
1756
+ | 'conversation'
1757
+ | 'support_case'
1758
+ | 'conversation_participant'
1759
+ | 'read_cursor'
1760
+ | 'chat_message'
1761
+ | 'notification_unread_summary_account'
1762
+ | 'messaging_block'
1763
+ | 'notification_preference'
1764
+ | 'message_attachment'
1765
+ | 'attachment_upload_target'
1766
+ | 'scheduled_message'
1767
+ | 'messaging_contact'
1768
+ | 'message_report'
1769
+ | 'tool_group'
1770
+ | 'model'
1771
+ | 'payment_term'
1772
+ | 'shipping_term'
1773
+ | 'quantity'
1774
+ | 'account_group'
1775
+ | 'support_route'
1776
+ | 'support_availability'
1777
+ | 'account_status'
1778
+ | 'geolocation'
1779
+ | 'account_user'
1780
+ | 'department'
1781
+ | 'account_integration'
1782
+ | 'account_price'
1783
+ | 'product_line'
1784
+ | 'item_category'
1785
+ | 'attribute'
1786
+ | 'rate'
1787
+ | 'account_group_product_line_access'
1788
+ | 'sales_target'
1789
+ | 'adjustment_type'
1790
+ | 'account_branding'
1791
+ | 'account_portal'
1792
+ | 'account_logo_url'
1793
+ | 'account_favicon_url'
1794
+ | 'public_account'
1795
+ | 'property'
1796
+ | 'carrier'
1797
+ | 'service_level'
1798
+ | 'item'
1799
+ | 'item_lot_default'
1800
+ | 'item_inventory'
1801
+ | 'product'
1802
+ | 'batch'
1803
+ | 'batch_flow_node'
1804
+ | 'scanning_consumption'
1805
+ | 'open_batch_summary'
1806
+ | 'scanning_production_step_info'
1807
+ | 'scanning_station'
1808
+ | 'production_step'
1809
+ | 'production_run'
1810
+ | 'machine'
1811
+ | 'machine_status'
1812
+ | 'machine_downtime_event'
1813
+ | 'demand_override'
1814
+ | 'demand_override_type'
1815
+ | 'machine_downtime_reason'
1816
+ | 'production_schedule_preview'
1817
+ | 'production_schedule_regenerate_preview'
1818
+ | 'production_schedule'
1819
+ | 'production_schedule_line'
1820
+ | 'production_schedule_deviation'
1821
+ | 'production_schedule_derived_line'
1822
+ | 'production_schedule_settings'
1823
+ | 'production_schedule_resource_setting'
1824
+ | 'production_schedule_item_setting'
1825
+ | 'fulfillment_recommendation'
1826
+ | 'analyze_delivery_performance_response'
1827
+ | 'delivery_performance'
1828
+ | 'delivery_backlog_bucket'
1829
+ | 'delivery_lateness_bucket'
1830
+ | 'delivery_breakdown'
1831
+ | 'schedule_order_coverage'
1832
+ | 'schedule_order_coverage_line'
1833
+ | 'schedule_deviation_type'
1834
+ | 'schedule_at_risk_order'
1835
+ | 'production_schedule_finished_policy'
1836
+ | 'production_schedule_finishing_line'
1837
+ | 'production_schedule_week_release'
1838
+ | 'production_schedule_week_release_preview'
1839
+ | 'production_schedule_item_policy'
1840
+ | 'child_account'
1841
+ | 'unit_group'
1842
+ | 'unit_group_unit'
1843
+ | 'consumption'
1844
+ | 'customer_product_line_access'
1845
+ | 'customer'
1846
+ | 'frequently_ordered_product'
1847
+ | 'priority'
1848
+ | 'delivery'
1849
+ | 'delivery_line'
1850
+ | 'sales_order'
1851
+ | 'location'
1852
+ | 'location_type'
1853
+ | 'lot'
1854
+ | 'email_log'
1855
+ | 'email_domain'
1856
+ | 'email_inbox'
1857
+ | 'portal_domain'
1858
+ | 'dns_record'
1859
+ | 'inventory_change_log'
1860
+ | 'invoice'
1861
+ | 'invoice_summary'
1862
+ | 'invoice_line'
1863
+ | 'invoice_allocation'
1864
+ | 'invoice_for_payment'
1865
+ | 'shipment'
1866
+ | 'shipment_summary'
1867
+ | 'shipment_line'
1868
+ | 'shipping_case'
1869
+ | 'shipping_case_label_url'
1870
+ | 'settlement'
1871
+ | 'settlement_summary'
1872
+ | 'role_permission'
1873
+ | 'registration_flow'
1874
+ | 'registration_flow_option'
1875
+ | 'transaction'
1876
+ | 'transaction_summary'
1877
+ | 'transaction_method'
1878
+ | 'transaction_type'
1879
+ | 'transaction_allocation'
1880
+ | 'usage_item'
1881
+ | 'account_usage_response'
1882
+ | 'subscription_info'
1883
+ | 'billing_portal_session_response'
1884
+ | 'switch_plan_response'
1885
+ | 'ensure_billing_customer_response'
1886
+ | 'spending_cap_response'
1887
+ | 'agent_spend_info'
1888
+ | 'webhook_response'
1889
+ | 'address_suggestion'
1890
+ | 'address_components'
1891
+ | 'address_details_result'
1892
+ | 'validated_address'
1893
+ | 'plan_limit'
1894
+ | 'plan_change_proration'
1895
+ | 'plan_change_line_item'
1896
+ | 'setup_billing_response'
1897
+ | 'confirm_payment_response'
1898
+ | 'oauth_response'
1899
+ | 'oauth_status_response'
1900
+ | 'stripe_publishable_key'
1901
+ | 'stripe_status'
1902
+ | 'healthcheck'
1903
+ | 'agent_definition_config'
1904
+ | 'trigger_config'
1905
+ | 'customer_contact_info'
1906
+ | 'customer_freight_preferences'
1907
+ | 'customer_defaults'
1908
+ | 'customer_lead_time'
1909
+ | 'customer_notification_preferences'
1910
+ | 'order_notification_recipient'
1911
+ | 'order_discount'
1912
+ | 'sales_order_line'
1913
+ | 'sales_order_type'
1914
+ | 'sales_order_status'
1915
+ | 'material'
1916
+ | 'supplier_material'
1917
+ | 'part'
1918
+ | 'permission_group'
1919
+ | 'permission'
1920
+ | 'pick'
1921
+ | 'pick_line'
1922
+ | 'product_type'
1923
+ | 'production'
1924
+ | 'production_flow'
1925
+ | 'map'
1926
+ | 'purchase_order'
1927
+ | 'purchase_order_line'
1928
+ | 'supplier'
1929
+ | 'supplier_summary'
1930
+ | 'receivable_entry'
1931
+ | 'receiving_order'
1932
+ | 'receiving_order_line'
1933
+ | 'email_contact'
1934
+ | 'allocation_entry'
1935
+ | 'open_credit_entry'
1936
+ | 'volume_discount'
1937
+ | 'volume_discount_tier'
1938
+ | 'analyze_deliveries_response'
1939
+ | 'analyze_manufacturing_response'
1940
+ | 'analyze_manufacturing_batch_response'
1941
+ | 'analyze_quarterly_orders_response'
1942
+ | 'analyze_new_customers_response'
1943
+ | 'analyze_demand_forecast_response'
1944
+ | 'analyze_oee_response'
1945
+ | 'analyze_oee_trend_response'
1946
+ | 'analyze_schedule_attainment_response'
1947
+ | 'catalog_product_line'
1948
+ | 'catalog_category'
1949
+ | 'catalog_product'
1950
+ | 'catalog_property'
1951
+ | 'catalog_attribute'
1952
+ | 'dc_location'
1953
+ | 'edi_run'
1954
+ | 'inventory_item'
1955
+ | 'analyze_weeks_of_sales_response'
1956
+ | 'bulk_reconcile_items_response'
1957
+ | 'sys_property'
1958
+ | 'sys_property_type'
1959
+ | 'sys_property_value'
1960
+ | 'territory'
1961
+ | 'tenancy'
1962
+ | 'checkout_session'
1963
+ | 'estimate_rate_result'
1964
+ | 'rate_shop_option'
1965
+ | 'rate_shop_result'
1966
+ | 'owner'
1967
+ | 'created_by'
1968
+ | 'message'
1969
+ | 'account_photo_upload_result'
1970
+ | 'user_photo_upload_result'
1971
+ | 'user_photo_url'
1972
+ | 'batch_lot'
1973
+ | 'check_duplicate_result'
1974
+ | 'item_trend_point'
1975
+ | 'tenancy_pending_registration'
1976
+ | 'invoice_allocation_entry'
1977
+ | 'allocation_customer'
1978
+ | 'checkout_sales_order'
1979
+ | 'sales_order_price_quote'
1980
+ | 'sales_order_freight_quote'
1981
+ | 'sales_order_commitment_quote'
1982
+ | 'operating_calendar'
1983
+ | 'operating_calendar_closure'
1984
+ | 'sales_order_price_quote_line'
1985
+ | 'hubspot_sync_job'
1986
+ | 'hubspot_sync_report'
1987
+ | 'hubspot_company_review'
1988
+ | 'hubspot_company_candidate'
1989
+ | 'hubspot_sync_record'
1990
+ | 'contact_match'
1991
+ | 'reply_draft'
1992
+ | 'conversation_link'
1993
+ | 'messaging_group'
1994
+ | 'messaging_group_member'
1995
+ | 'portal_profile'
1996
+ | 'portal_registration_session'
1997
+ | 'portal_registration_session_data'
1998
+ | 'pack_list'
1999
+ | 'pack_list_party'
2000
+ | 'pack_list_line_item'
2001
+ | 'pack_list_back_order'
2002
+ | 'pack_list_case'
2003
+ | 'job'
2004
+ | 'job_result'
2005
+ | 'job_export'
2006
+ | 'analyze_customer_pricing_response'
2007
+ | 'customer_pricing_finding'
2008
+ | 'customer_pricing_summary'
2009
+ | 'computed_rate'
2010
+ | 'computed_quantity'
2011
+ | 'analyze_realized_margins_response'
2012
+ | 'realized_margin_finding'
2013
+ | 'realized_margin_summary'
2014
+ | 'shipment_related'
2015
+ | 'invoice_related'
2016
+ | 'pick_related'
2017
+ | 'pick_shipments_response'
2018
+ | 'pick_totals'
2019
+ | 'pick_stage_total';
2020
+
2021
+ /**
2022
+ * Filter by conversation type.
2023
+ */
2024
+ type?: 'direct_message' | 'group' | 'system';
2025
+
2026
+ /**
2027
+ * Restrict the support inbox to cases nobody has been assigned yet.
2028
+ */
2029
+ unassigned?: boolean;
2030
+
2031
+ /**
2032
+ * Filter the support inbox to a single triage lane.
2033
+ *
2034
+ * - `new`: opened but nobody has triaged it yet.
2035
+ * - `open`: actively being worked.
2036
+ * - `waiting_internal`: blocked on the internal team.
2037
+ * - `waiting_external`: blocked on a reply from the customer.
2038
+ * - `needs_approval`: a drafted reply is waiting for a human to approve it.
2039
+ * - `resolved`: closed out.
2040
+ *
2041
+ * The working inbox hides resolved cases unless you ask for this lane explicitly.
2042
+ */
2043
+ workflow_status?: 'new' | 'open' | 'waiting_internal' | 'waiting_external' | 'needs_approval' | 'resolved';
2044
+ }
2045
+
2046
+ export interface ConversationRetrieveParams {
2047
+ /**
2048
+ * Sub-objects to expand in the response. When omitted, sub-objects are returned as
2049
+ * `null`.
2050
+ */
2051
+ include?: Array<
2052
+ | 'assignee'
2053
+ | 'group'
2054
+ | 'participants'
2055
+ | 'topic'
2056
+ | 'last_message'
2057
+ | 'last_message.sender'
2058
+ | 'last_message.author'
2059
+ | 'last_message.resource'
2060
+ | 'last_message.attachments'
2061
+ | 'last_message.attachments.resource'
2062
+ >;
2063
+ }
2064
+
2065
+ export interface ConversationUpdateParams {
2066
+ /**
2067
+ * Query param: Sub-objects to expand in the response. When omitted, sub-objects
2068
+ * are returned as `null`.
2069
+ */
2070
+ include?: Array<
2071
+ | 'assignee'
2072
+ | 'group'
2073
+ | 'participants'
2074
+ | 'topic'
2075
+ | 'last_message'
2076
+ | 'last_message.sender'
2077
+ | 'last_message.author'
2078
+ | 'last_message.resource'
2079
+ | 'last_message.attachments'
2080
+ | 'last_message.attachments.resource'
2081
+ >;
2082
+
2083
+ /**
2084
+ * Body param: The group conversation's new display title.
2085
+ *
2086
+ * Send `null` to clear the title and leave the conversation unnamed.
2087
+ */
2088
+ title?: string | null;
2089
+ }
2090
+
2091
+ Conversations.Actions = Actions;
2092
+ Conversations.Links = Links;
2093
+ Conversations.Messages = Messages;
2094
+ Conversations.Participants = Participants;
2095
+ Conversations.Attachments = Attachments;
2096
+
2097
+ export declare namespace Conversations {
2098
+ export {
2099
+ type Conversation as Conversation,
2100
+ type ConversationParticipant as ConversationParticipant,
2101
+ type CreateConversationRequest as CreateConversationRequest,
2102
+ type ListConversation as ListConversation,
2103
+ type ListConversationParticipant as ListConversationParticipant,
2104
+ type ListMessageAttachment as ListMessageAttachment,
2105
+ type ListMessagingGroupMember as ListMessagingGroupMember,
2106
+ type Message as Message,
2107
+ type MessageAttachment as MessageAttachment,
2108
+ type MessagingGroup as MessagingGroup,
2109
+ type MessagingGroupMember as MessagingGroupMember,
2110
+ type ReadCursor as ReadCursor,
2111
+ type UpdateConversationRequest as UpdateConversationRequest,
2112
+ type ConversationCreateParams as ConversationCreateParams,
2113
+ type ConversationListParams as ConversationListParams,
2114
+ type ConversationRetrieveParams as ConversationRetrieveParams,
2115
+ type ConversationUpdateParams as ConversationUpdateParams,
2116
+ };
2117
+
2118
+ export {
2119
+ Actions as Actions,
2120
+ type AssignConversationRequest as AssignConversationRequest,
2121
+ type MarkConversationReadRequest as MarkConversationReadRequest,
2122
+ type MuteConversationRequest as MuteConversationRequest,
2123
+ type ReportConversationRequest as ReportConversationRequest,
2124
+ type SetLegalHoldRequest as SetLegalHoldRequest,
2125
+ type SetWorkflowStatusRequest as SetWorkflowStatusRequest,
2126
+ type ActionSetLegalHoldParams as ActionSetLegalHoldParams,
2127
+ type ActionRedactParams as ActionRedactParams,
2128
+ type ActionReadParams as ActionReadParams,
2129
+ type ActionArchiveParams as ActionArchiveParams,
2130
+ type ActionUnarchiveParams as ActionUnarchiveParams,
2131
+ type ActionLeaveParams as ActionLeaveParams,
2132
+ type ActionHideParams as ActionHideParams,
2133
+ type ActionUnhideParams as ActionUnhideParams,
2134
+ type ActionMuteParams as ActionMuteParams,
2135
+ type ActionUnmuteParams as ActionUnmuteParams,
2136
+ type ActionSetStatusParams as ActionSetStatusParams,
2137
+ type ActionAssignParams as ActionAssignParams,
2138
+ type ActionReportParams as ActionReportParams,
2139
+ };
2140
+
2141
+ export {
2142
+ Links as Links,
2143
+ type AddConversationLinkRequest as AddConversationLinkRequest,
2144
+ type ConversationLink as ConversationLink,
2145
+ type ListConversationLink as ListConversationLink,
2146
+ type LinkDeleteResponse as LinkDeleteResponse,
2147
+ type LinkCreateParams as LinkCreateParams,
2148
+ type LinkDeleteParams as LinkDeleteParams,
2149
+ type LinkListParams as LinkListParams,
2150
+ };
2151
+
2152
+ export {
2153
+ Messages as Messages,
2154
+ type ListMessage as ListMessage,
2155
+ type MessageAttachmentInput as MessageAttachmentInput,
2156
+ type SendMessageRequest as SendMessageRequest,
2157
+ type MessageCreateParams as MessageCreateParams,
2158
+ type MessageListParams as MessageListParams,
2159
+ };
2160
+
2161
+ export {
2162
+ Participants as Participants,
2163
+ type AddParticipantRequest as AddParticipantRequest,
2164
+ type ParticipantDeleteResponse as ParticipantDeleteResponse,
2165
+ type ParticipantCreateParams as ParticipantCreateParams,
2166
+ type ParticipantDeleteParams as ParticipantDeleteParams,
2167
+ };
2168
+
2169
+ export { Attachments as Attachments };
2170
+ }