intercom-client 6.0.0-alpha1 → 6.0.0-beta.2

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 (2423) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/LICENSE +201 -0
  3. package/README.md +217 -111
  4. package/_shims/MultipartBody.d.ts +9 -0
  5. package/_shims/MultipartBody.d.ts.map +1 -0
  6. package/_shims/MultipartBody.js +16 -0
  7. package/_shims/MultipartBody.js.map +1 -0
  8. package/_shims/MultipartBody.mjs +12 -0
  9. package/_shims/MultipartBody.mjs.map +1 -0
  10. package/_shims/README.md +46 -0
  11. package/_shims/auto/runtime-bun.d.ts +5 -0
  12. package/_shims/auto/runtime-bun.d.ts.map +1 -0
  13. package/_shims/auto/runtime-bun.js +21 -0
  14. package/_shims/auto/runtime-bun.js.map +1 -0
  15. package/_shims/auto/runtime-bun.mjs +2 -0
  16. package/_shims/auto/runtime-bun.mjs.map +1 -0
  17. package/_shims/auto/runtime-node.d.ts +5 -0
  18. package/_shims/auto/runtime-node.d.ts.map +1 -0
  19. package/_shims/auto/runtime-node.js +21 -0
  20. package/_shims/auto/runtime-node.js.map +1 -0
  21. package/_shims/auto/runtime-node.mjs +2 -0
  22. package/_shims/auto/runtime-node.mjs.map +1 -0
  23. package/_shims/auto/runtime.d.ts +5 -0
  24. package/_shims/auto/runtime.d.ts.map +1 -0
  25. package/_shims/auto/runtime.js +21 -0
  26. package/_shims/auto/runtime.js.map +1 -0
  27. package/_shims/auto/runtime.mjs +2 -0
  28. package/_shims/auto/runtime.mjs.map +1 -0
  29. package/_shims/auto/types-node.d.ts +5 -0
  30. package/_shims/auto/types-node.d.ts.map +1 -0
  31. package/_shims/auto/types-node.js +21 -0
  32. package/_shims/auto/types-node.js.map +1 -0
  33. package/_shims/auto/types-node.mjs +2 -0
  34. package/_shims/auto/types-node.mjs.map +1 -0
  35. package/_shims/auto/types.d.ts +101 -0
  36. package/_shims/auto/types.js +3 -0
  37. package/_shims/auto/types.mjs +3 -0
  38. package/_shims/bun-runtime.d.ts +6 -0
  39. package/_shims/bun-runtime.d.ts.map +1 -0
  40. package/_shims/bun-runtime.js +14 -0
  41. package/_shims/bun-runtime.js.map +1 -0
  42. package/_shims/bun-runtime.mjs +10 -0
  43. package/_shims/bun-runtime.mjs.map +1 -0
  44. package/_shims/index.d.ts +81 -0
  45. package/_shims/index.js +13 -0
  46. package/_shims/index.mjs +7 -0
  47. package/_shims/manual-types.d.ts +12 -0
  48. package/_shims/manual-types.js +3 -0
  49. package/_shims/manual-types.mjs +3 -0
  50. package/_shims/node-runtime.d.ts +3 -0
  51. package/_shims/node-runtime.d.ts.map +1 -0
  52. package/_shims/node-runtime.js +89 -0
  53. package/_shims/node-runtime.js.map +1 -0
  54. package/_shims/node-runtime.mjs +56 -0
  55. package/_shims/node-runtime.mjs.map +1 -0
  56. package/_shims/node-types.d.ts +42 -0
  57. package/_shims/node-types.js +3 -0
  58. package/_shims/node-types.mjs +3 -0
  59. package/_shims/registry.d.ts +37 -0
  60. package/_shims/registry.d.ts.map +1 -0
  61. package/_shims/registry.js +41 -0
  62. package/_shims/registry.js.map +1 -0
  63. package/_shims/registry.mjs +37 -0
  64. package/_shims/registry.mjs.map +1 -0
  65. package/_shims/web-runtime.d.ts +5 -0
  66. package/_shims/web-runtime.d.ts.map +1 -0
  67. package/_shims/web-runtime.js +78 -0
  68. package/_shims/web-runtime.js.map +1 -0
  69. package/_shims/web-runtime.mjs +71 -0
  70. package/_shims/web-runtime.mjs.map +1 -0
  71. package/_shims/web-types.d.ts +83 -0
  72. package/_shims/web-types.js +3 -0
  73. package/_shims/web-types.mjs +3 -0
  74. package/core.d.ts +239 -0
  75. package/core.d.ts.map +1 -0
  76. package/core.js +881 -0
  77. package/core.js.map +1 -0
  78. package/core.mjs +850 -0
  79. package/core.mjs.map +1 -0
  80. package/error.d.ts +53 -0
  81. package/error.d.ts.map +1 -0
  82. package/error.js +143 -0
  83. package/error.js.map +1 -0
  84. package/error.mjs +127 -0
  85. package/error.mjs.map +1 -0
  86. package/index.d.mts +296 -0
  87. package/index.d.ts +296 -4
  88. package/index.d.ts.map +1 -0
  89. package/index.js +145 -9
  90. package/index.js.map +1 -0
  91. package/index.mjs +142 -0
  92. package/index.mjs.map +1 -0
  93. package/package.json +99 -33
  94. package/pagination.d.ts +40 -0
  95. package/pagination.d.ts.map +1 -0
  96. package/pagination.js +41 -0
  97. package/pagination.js.map +1 -0
  98. package/pagination.mjs +37 -0
  99. package/pagination.mjs.map +1 -0
  100. package/resource.d.ts +6 -0
  101. package/resource.d.ts.map +1 -0
  102. package/resource.js +11 -0
  103. package/resource.js.map +1 -0
  104. package/resource.mjs +7 -0
  105. package/resource.mjs.map +1 -0
  106. package/resources/admins/activity-logs.d.ts +144 -0
  107. package/resources/admins/activity-logs.d.ts.map +1 -0
  108. package/resources/admins/activity-logs.js +27 -0
  109. package/resources/admins/activity-logs.js.map +1 -0
  110. package/resources/admins/activity-logs.mjs +23 -0
  111. package/resources/admins/activity-logs.mjs.map +1 -0
  112. package/resources/admins/admins.d.ts +75 -0
  113. package/resources/admins/admins.d.ts.map +1 -0
  114. package/resources/admins/admins.js +87 -0
  115. package/resources/admins/admins.js.map +1 -0
  116. package/resources/admins/admins.mjs +60 -0
  117. package/resources/admins/admins.mjs.map +1 -0
  118. package/resources/admins/index.d.ts +3 -0
  119. package/resources/admins/index.d.ts.map +1 -0
  120. package/resources/admins/index.js +9 -0
  121. package/resources/admins/index.js.map +1 -0
  122. package/resources/admins/index.mjs +4 -0
  123. package/resources/admins/index.mjs.map +1 -0
  124. package/resources/articles.d.ts +496 -0
  125. package/resources/articles.d.ts.map +1 -0
  126. package/resources/articles.js +106 -0
  127. package/resources/articles.js.map +1 -0
  128. package/resources/articles.mjs +102 -0
  129. package/resources/articles.mjs.map +1 -0
  130. package/resources/companies/companies.d.ts +322 -0
  131. package/resources/companies/companies.d.ts.map +1 -0
  132. package/resources/companies/companies.js +153 -0
  133. package/resources/companies/companies.js.map +1 -0
  134. package/resources/companies/companies.mjs +126 -0
  135. package/resources/companies/companies.mjs.map +1 -0
  136. package/resources/companies/contacts.d.ts +47 -0
  137. package/resources/companies/contacts.d.ts.map +1 -0
  138. package/resources/companies/contacts.js +27 -0
  139. package/resources/companies/contacts.js.map +1 -0
  140. package/resources/companies/contacts.mjs +23 -0
  141. package/resources/companies/contacts.mjs.map +1 -0
  142. package/resources/companies/index.d.ts +4 -0
  143. package/resources/companies/index.d.ts.map +1 -0
  144. package/resources/companies/index.js +11 -0
  145. package/resources/companies/index.js.map +1 -0
  146. package/resources/companies/index.mjs +5 -0
  147. package/resources/companies/index.mjs.map +1 -0
  148. package/resources/companies/segments.d.ts +36 -0
  149. package/resources/companies/segments.d.ts.map +1 -0
  150. package/resources/companies/segments.js +27 -0
  151. package/resources/companies/segments.js.map +1 -0
  152. package/resources/companies/segments.mjs +23 -0
  153. package/resources/companies/segments.mjs.map +1 -0
  154. package/resources/contacts/companies.d.ts +99 -0
  155. package/resources/contacts/companies.d.ts.map +1 -0
  156. package/resources/contacts/companies.js +58 -0
  157. package/resources/contacts/companies.js.map +1 -0
  158. package/resources/contacts/companies.mjs +54 -0
  159. package/resources/contacts/companies.mjs.map +1 -0
  160. package/resources/contacts/contacts.d.ts +467 -0
  161. package/resources/contacts/contacts.d.ts.map +1 -0
  162. package/resources/contacts/contacts.js +315 -0
  163. package/resources/contacts/contacts.js.map +1 -0
  164. package/resources/contacts/contacts.mjs +288 -0
  165. package/resources/contacts/contacts.mjs.map +1 -0
  166. package/resources/contacts/index.d.ts +7 -0
  167. package/resources/contacts/index.d.ts.map +1 -0
  168. package/resources/contacts/index.js +17 -0
  169. package/resources/contacts/index.js.map +1 -0
  170. package/resources/contacts/index.mjs +8 -0
  171. package/resources/contacts/index.mjs.map +1 -0
  172. package/resources/contacts/notes.d.ts +71 -0
  173. package/resources/contacts/notes.d.ts.map +1 -0
  174. package/resources/contacts/notes.js +43 -0
  175. package/resources/contacts/notes.js.map +1 -0
  176. package/resources/contacts/notes.mjs +39 -0
  177. package/resources/contacts/notes.mjs.map +1 -0
  178. package/resources/contacts/segments.d.ts +36 -0
  179. package/resources/contacts/segments.d.ts.map +1 -0
  180. package/resources/contacts/segments.js +27 -0
  181. package/resources/contacts/segments.js.map +1 -0
  182. package/resources/contacts/segments.mjs +23 -0
  183. package/resources/contacts/segments.mjs.map +1 -0
  184. package/resources/contacts/subscriptions.d.ts +149 -0
  185. package/resources/contacts/subscriptions.d.ts.map +1 -0
  186. package/resources/contacts/subscriptions.js +68 -0
  187. package/resources/contacts/subscriptions.js.map +1 -0
  188. package/resources/contacts/subscriptions.mjs +64 -0
  189. package/resources/contacts/subscriptions.mjs.map +1 -0
  190. package/resources/contacts/tags.d.ts +53 -0
  191. package/resources/contacts/tags.d.ts.map +1 -0
  192. package/resources/contacts/tags.js +59 -0
  193. package/resources/contacts/tags.js.map +1 -0
  194. package/resources/contacts/tags.mjs +55 -0
  195. package/resources/contacts/tags.mjs.map +1 -0
  196. package/resources/conversations/conversations.d.ts +428 -0
  197. package/resources/conversations/conversations.d.ts.map +1 -0
  198. package/resources/conversations/conversations.js +298 -0
  199. package/resources/conversations/conversations.js.map +1 -0
  200. package/resources/conversations/conversations.mjs +270 -0
  201. package/resources/conversations/conversations.mjs.map +1 -0
  202. package/resources/conversations/customers.d.ts +145 -0
  203. package/resources/conversations/customers.d.ts.map +1 -0
  204. package/resources/conversations/customers.js +50 -0
  205. package/resources/conversations/customers.js.map +1 -0
  206. package/resources/conversations/customers.mjs +46 -0
  207. package/resources/conversations/customers.mjs.map +1 -0
  208. package/resources/conversations/index.d.ts +7 -0
  209. package/resources/conversations/index.d.ts.map +1 -0
  210. package/resources/conversations/index.js +18 -0
  211. package/resources/conversations/index.js.map +1 -0
  212. package/resources/conversations/index.mjs +8 -0
  213. package/resources/conversations/index.mjs.map +1 -0
  214. package/resources/conversations/parts.d.ts +110 -0
  215. package/resources/conversations/parts.d.ts.map +1 -0
  216. package/resources/conversations/parts.js +32 -0
  217. package/resources/conversations/parts.js.map +1 -0
  218. package/resources/conversations/parts.mjs +28 -0
  219. package/resources/conversations/parts.mjs.map +1 -0
  220. package/resources/conversations/reply.d.ts +163 -0
  221. package/resources/conversations/reply.d.ts.map +1 -0
  222. package/resources/conversations/reply.js +28 -0
  223. package/resources/conversations/reply.js.map +1 -0
  224. package/resources/conversations/reply.mjs +24 -0
  225. package/resources/conversations/reply.mjs.map +1 -0
  226. package/resources/conversations/run-assignment-rules.d.ts +24 -0
  227. package/resources/conversations/run-assignment-rules.d.ts.map +1 -0
  228. package/resources/conversations/run-assignment-rules.js +27 -0
  229. package/resources/conversations/run-assignment-rules.js.map +1 -0
  230. package/resources/conversations/run-assignment-rules.mjs +23 -0
  231. package/resources/conversations/run-assignment-rules.mjs.map +1 -0
  232. package/resources/conversations/tags.d.ts +47 -0
  233. package/resources/conversations/tags.d.ts.map +1 -0
  234. package/resources/conversations/tags.js +45 -0
  235. package/resources/conversations/tags.js.map +1 -0
  236. package/resources/conversations/tags.mjs +41 -0
  237. package/resources/conversations/tags.mjs.map +1 -0
  238. package/resources/data-attributes.d.ts +198 -0
  239. package/resources/data-attributes.d.ts.map +1 -0
  240. package/resources/data-attributes.js +60 -0
  241. package/resources/data-attributes.js.map +1 -0
  242. package/resources/data-attributes.mjs +56 -0
  243. package/resources/data-attributes.mjs.map +1 -0
  244. package/resources/data-events.d.ts +276 -0
  245. package/resources/data-events.d.ts.map +1 -0
  246. package/resources/data-events.js +148 -0
  247. package/resources/data-events.js.map +1 -0
  248. package/resources/data-events.mjs +144 -0
  249. package/resources/data-events.mjs.map +1 -0
  250. package/resources/data-exports.d.ts +77 -0
  251. package/resources/data-exports.d.ts.map +1 -0
  252. package/resources/data-exports.js +51 -0
  253. package/resources/data-exports.js.map +1 -0
  254. package/resources/data-exports.mjs +47 -0
  255. package/resources/data-exports.mjs.map +1 -0
  256. package/resources/download/content/content.d.ts +10 -0
  257. package/resources/download/content/content.d.ts.map +1 -0
  258. package/resources/download/content/content.js +40 -0
  259. package/resources/download/content/content.js.map +1 -0
  260. package/resources/download/content/content.mjs +13 -0
  261. package/resources/download/content/content.mjs.map +1 -0
  262. package/resources/download/content/data.d.ts +31 -0
  263. package/resources/download/content/data.d.ts.map +1 -0
  264. package/resources/download/content/data.js +28 -0
  265. package/resources/download/content/data.js.map +1 -0
  266. package/resources/download/content/data.mjs +24 -0
  267. package/resources/download/content/data.mjs.map +1 -0
  268. package/resources/download/content/index.d.ts +3 -0
  269. package/resources/download/content/index.d.ts.map +1 -0
  270. package/resources/download/content/index.js +9 -0
  271. package/resources/download/content/index.js.map +1 -0
  272. package/resources/download/content/index.mjs +4 -0
  273. package/resources/download/content/index.mjs.map +1 -0
  274. package/resources/download/download.d.ts +9 -0
  275. package/resources/download/download.d.ts.map +1 -0
  276. package/resources/download/download.js +40 -0
  277. package/resources/download/download.js.map +1 -0
  278. package/resources/download/download.mjs +13 -0
  279. package/resources/download/download.mjs.map +1 -0
  280. package/resources/download/index.d.ts +3 -0
  281. package/resources/download/index.d.ts.map +1 -0
  282. package/resources/download/index.js +9 -0
  283. package/resources/download/index.js.map +1 -0
  284. package/resources/download/index.mjs +4 -0
  285. package/resources/download/index.mjs.map +1 -0
  286. package/resources/export/content/content.d.ts +10 -0
  287. package/resources/export/content/content.d.ts.map +1 -0
  288. package/resources/export/content/content.js +40 -0
  289. package/resources/export/content/content.js.map +1 -0
  290. package/resources/export/content/content.mjs +13 -0
  291. package/resources/export/content/content.mjs.map +1 -0
  292. package/resources/export/content/data.d.ts +30 -0
  293. package/resources/export/content/data.d.ts.map +1 -0
  294. package/resources/export/content/data.js +27 -0
  295. package/resources/export/content/data.js.map +1 -0
  296. package/resources/export/content/data.mjs +23 -0
  297. package/resources/export/content/data.mjs.map +1 -0
  298. package/resources/export/content/index.d.ts +3 -0
  299. package/resources/export/content/index.d.ts.map +1 -0
  300. package/resources/export/content/index.js +9 -0
  301. package/resources/export/content/index.js.map +1 -0
  302. package/resources/export/content/index.mjs +4 -0
  303. package/resources/export/content/index.mjs.map +1 -0
  304. package/resources/export/export.d.ts +25 -0
  305. package/resources/export/export.d.ts.map +1 -0
  306. package/resources/export/export.js +56 -0
  307. package/resources/export/export.js.map +1 -0
  308. package/resources/export/export.mjs +29 -0
  309. package/resources/export/export.mjs.map +1 -0
  310. package/resources/export/index.d.ts +3 -0
  311. package/resources/export/index.d.ts.map +1 -0
  312. package/resources/export/index.js +9 -0
  313. package/resources/export/index.js.map +1 -0
  314. package/resources/export/index.mjs +4 -0
  315. package/resources/export/index.mjs.map +1 -0
  316. package/resources/help-center/collections.d.ts +237 -0
  317. package/resources/help-center/collections.d.ts.map +1 -0
  318. package/resources/help-center/collections.js +90 -0
  319. package/resources/help-center/collections.js.map +1 -0
  320. package/resources/help-center/collections.mjs +86 -0
  321. package/resources/help-center/collections.mjs.map +1 -0
  322. package/resources/help-center/help-center.d.ts +72 -0
  323. package/resources/help-center/help-center.d.ts.map +1 -0
  324. package/resources/help-center/help-center.js +43 -0
  325. package/resources/help-center/help-center.js.map +1 -0
  326. package/resources/help-center/help-center.mjs +16 -0
  327. package/resources/help-center/help-center.mjs.map +1 -0
  328. package/resources/help-center/help-centers.d.ts +37 -0
  329. package/resources/help-center/help-centers.d.ts.map +1 -0
  330. package/resources/help-center/help-centers.js +42 -0
  331. package/resources/help-center/help-centers.js.map +1 -0
  332. package/resources/help-center/help-centers.mjs +38 -0
  333. package/resources/help-center/help-centers.mjs.map +1 -0
  334. package/resources/help-center/index.d.ts +4 -0
  335. package/resources/help-center/index.d.ts.map +1 -0
  336. package/resources/help-center/index.js +11 -0
  337. package/resources/help-center/index.js.map +1 -0
  338. package/resources/help-center/index.mjs +5 -0
  339. package/resources/help-center/index.mjs.map +1 -0
  340. package/resources/index.d.ts +25 -0
  341. package/resources/index.d.ts.map +1 -0
  342. package/resources/index.js +67 -0
  343. package/resources/index.js.map +1 -0
  344. package/resources/index.mjs +26 -0
  345. package/resources/index.mjs.map +1 -0
  346. package/resources/me.d.ts +131 -0
  347. package/resources/me.d.ts.map +1 -0
  348. package/resources/me.js +27 -0
  349. package/resources/me.js.map +1 -0
  350. package/resources/me.mjs +23 -0
  351. package/resources/me.mjs.map +1 -0
  352. package/resources/messages.d.ts +54 -0
  353. package/resources/messages.d.ts.map +1 -0
  354. package/resources/messages.js +42 -0
  355. package/resources/messages.js.map +1 -0
  356. package/resources/messages.mjs +38 -0
  357. package/resources/messages.mjs.map +1 -0
  358. package/resources/news/index.d.ts +4 -0
  359. package/resources/news/index.d.ts.map +1 -0
  360. package/resources/news/index.js +11 -0
  361. package/resources/news/index.js.map +1 -0
  362. package/resources/news/index.mjs +5 -0
  363. package/resources/news/index.mjs.map +1 -0
  364. package/resources/news/news-items.d.ts +311 -0
  365. package/resources/news/news-items.d.ts.map +1 -0
  366. package/resources/news/news-items.js +89 -0
  367. package/resources/news/news-items.js.map +1 -0
  368. package/resources/news/news-items.mjs +85 -0
  369. package/resources/news/news-items.mjs.map +1 -0
  370. package/resources/news/news.d.ts +24 -0
  371. package/resources/news/news.d.ts.map +1 -0
  372. package/resources/news/news.js +43 -0
  373. package/resources/news/news.js.map +1 -0
  374. package/resources/news/news.mjs +16 -0
  375. package/resources/news/news.mjs.map +1 -0
  376. package/resources/news/newsfeeds/index.d.ts +3 -0
  377. package/resources/news/newsfeeds/index.d.ts.map +1 -0
  378. package/resources/news/newsfeeds/index.js +9 -0
  379. package/resources/news/newsfeeds/index.js.map +1 -0
  380. package/resources/news/newsfeeds/index.mjs +4 -0
  381. package/resources/news/newsfeeds/index.mjs.map +1 -0
  382. package/resources/news/newsfeeds/items.d.ts +49 -0
  383. package/resources/news/newsfeeds/items.d.ts.map +1 -0
  384. package/resources/news/newsfeeds/items.js +27 -0
  385. package/resources/news/newsfeeds/items.js.map +1 -0
  386. package/resources/news/newsfeeds/items.mjs +23 -0
  387. package/resources/news/newsfeeds/items.mjs.map +1 -0
  388. package/resources/news/newsfeeds/newsfeeds.d.ts +96 -0
  389. package/resources/news/newsfeeds/newsfeeds.d.ts.map +1 -0
  390. package/resources/news/newsfeeds/newsfeeds.js +71 -0
  391. package/resources/news/newsfeeds/newsfeeds.js.map +1 -0
  392. package/resources/news/newsfeeds/newsfeeds.mjs +44 -0
  393. package/resources/news/newsfeeds/newsfeeds.mjs.map +1 -0
  394. package/resources/notes.d.ts +22 -0
  395. package/resources/notes.d.ts.map +1 -0
  396. package/resources/notes.js +27 -0
  397. package/resources/notes.js.map +1 -0
  398. package/resources/notes.mjs +23 -0
  399. package/resources/notes.mjs.map +1 -0
  400. package/resources/phone-call-redirects.d.ts +75 -0
  401. package/resources/phone-call-redirects.d.ts.map +1 -0
  402. package/resources/phone-call-redirects.js +32 -0
  403. package/resources/phone-call-redirects.js.map +1 -0
  404. package/resources/phone-call-redirects.mjs +28 -0
  405. package/resources/phone-call-redirects.mjs.map +1 -0
  406. package/resources/segments.d.ts +92 -0
  407. package/resources/segments.d.ts.map +1 -0
  408. package/resources/segments.js +43 -0
  409. package/resources/segments.js.map +1 -0
  410. package/resources/segments.mjs +39 -0
  411. package/resources/segments.mjs.map +1 -0
  412. package/resources/shared.d.ts +2159 -0
  413. package/resources/shared.d.ts.map +1 -0
  414. package/resources/shared.js +4 -0
  415. package/resources/shared.js.map +1 -0
  416. package/resources/shared.mjs +3 -0
  417. package/resources/shared.mjs.map +1 -0
  418. package/resources/subscription-types.d.ts +23 -0
  419. package/resources/subscription-types.d.ts.map +1 -0
  420. package/resources/subscription-types.js +27 -0
  421. package/resources/subscription-types.js.map +1 -0
  422. package/resources/subscription-types.mjs +23 -0
  423. package/resources/subscription-types.mjs.map +1 -0
  424. package/resources/tags.d.ts +179 -0
  425. package/resources/tags.d.ts.map +1 -0
  426. package/resources/tags.js +96 -0
  427. package/resources/tags.js.map +1 -0
  428. package/resources/tags.mjs +92 -0
  429. package/resources/tags.mjs.map +1 -0
  430. package/resources/teams.d.ts +90 -0
  431. package/resources/teams.d.ts.map +1 -0
  432. package/resources/teams.js +42 -0
  433. package/resources/teams.js.map +1 -0
  434. package/resources/teams.mjs +38 -0
  435. package/resources/teams.mjs.map +1 -0
  436. package/resources/ticket-types/attributes.d.ts +131 -0
  437. package/resources/ticket-types/attributes.d.ts.map +1 -0
  438. package/resources/ticket-types/attributes.js +44 -0
  439. package/resources/ticket-types/attributes.js.map +1 -0
  440. package/resources/ticket-types/attributes.mjs +40 -0
  441. package/resources/ticket-types/attributes.mjs.map +1 -0
  442. package/resources/ticket-types/index.d.ts +3 -0
  443. package/resources/ticket-types/index.d.ts.map +1 -0
  444. package/resources/ticket-types/index.js +9 -0
  445. package/resources/ticket-types/index.js.map +1 -0
  446. package/resources/ticket-types/index.mjs +4 -0
  447. package/resources/ticket-types/index.mjs.map +1 -0
  448. package/resources/ticket-types/ticket-types.d.ts +204 -0
  449. package/resources/ticket-types/ticket-types.d.ts.map +1 -0
  450. package/resources/ticket-types/ticket-types.js +109 -0
  451. package/resources/ticket-types/ticket-types.js.map +1 -0
  452. package/resources/ticket-types/ticket-types.mjs +82 -0
  453. package/resources/ticket-types/ticket-types.mjs.map +1 -0
  454. package/resources/tickets/index.d.ts +3 -0
  455. package/resources/tickets/index.d.ts.map +1 -0
  456. package/resources/tickets/index.js +9 -0
  457. package/resources/tickets/index.js.map +1 -0
  458. package/resources/tickets/index.mjs +4 -0
  459. package/resources/tickets/index.mjs.map +1 -0
  460. package/resources/tickets/tags.d.ts +47 -0
  461. package/resources/tickets/tags.d.ts.map +1 -0
  462. package/resources/tickets/tags.js +45 -0
  463. package/resources/tickets/tags.js.map +1 -0
  464. package/resources/tickets/tags.mjs +41 -0
  465. package/resources/tickets/tags.mjs.map +1 -0
  466. package/resources/tickets/tickets.d.ts +472 -0
  467. package/resources/tickets/tickets.d.ts.map +1 -0
  468. package/resources/tickets/tickets.js +191 -0
  469. package/resources/tickets/tickets.js.map +1 -0
  470. package/resources/tickets/tickets.mjs +164 -0
  471. package/resources/tickets/tickets.mjs.map +1 -0
  472. package/resources/visitors.d.ts +355 -0
  473. package/resources/visitors.d.ts.map +1 -0
  474. package/resources/visitors.js +73 -0
  475. package/resources/visitors.js.map +1 -0
  476. package/resources/visitors.mjs +69 -0
  477. package/resources/visitors.mjs.map +1 -0
  478. package/shims/node.d.ts +29 -0
  479. package/shims/node.d.ts.map +1 -0
  480. package/shims/node.js +31 -0
  481. package/shims/node.js.map +1 -0
  482. package/shims/node.mjs +5 -0
  483. package/shims/node.mjs.map +1 -0
  484. package/shims/web.d.ts +26 -0
  485. package/shims/web.d.ts.map +1 -0
  486. package/shims/web.js +31 -0
  487. package/shims/web.js.map +1 -0
  488. package/shims/web.mjs +5 -0
  489. package/shims/web.mjs.map +1 -0
  490. package/src/_shims/MultipartBody.ts +9 -0
  491. package/src/_shims/README.md +46 -0
  492. package/src/_shims/auto/runtime-bun.ts +4 -0
  493. package/src/_shims/auto/runtime-node.ts +4 -0
  494. package/src/_shims/auto/runtime.ts +4 -0
  495. package/src/_shims/auto/types-node.ts +4 -0
  496. package/src/_shims/auto/types.d.ts +101 -0
  497. package/src/_shims/auto/types.js +3 -0
  498. package/src/_shims/auto/types.mjs +3 -0
  499. package/src/_shims/bun-runtime.ts +14 -0
  500. package/src/_shims/index.d.ts +81 -0
  501. package/src/_shims/index.js +13 -0
  502. package/src/_shims/index.mjs +7 -0
  503. package/src/_shims/manual-types.d.ts +12 -0
  504. package/src/_shims/manual-types.js +3 -0
  505. package/src/_shims/manual-types.mjs +3 -0
  506. package/src/_shims/node-runtime.ts +81 -0
  507. package/src/_shims/node-types.d.ts +42 -0
  508. package/src/_shims/node-types.js +3 -0
  509. package/src/_shims/node-types.mjs +3 -0
  510. package/src/_shims/registry.ts +67 -0
  511. package/src/_shims/web-runtime.ts +103 -0
  512. package/src/_shims/web-types.d.ts +83 -0
  513. package/src/_shims/web-types.js +3 -0
  514. package/src/_shims/web-types.mjs +3 -0
  515. package/src/core.ts +1165 -0
  516. package/src/error.ts +146 -0
  517. package/src/index.ts +408 -0
  518. package/src/lib/.keep +4 -0
  519. package/src/pagination.ts +91 -0
  520. package/src/resource.ts +11 -0
  521. package/src/resources/admins/activity-logs.ts +269 -0
  522. package/src/resources/admins/admins.ts +200 -0
  523. package/src/resources/admins/index.ts +4 -0
  524. package/src/resources/articles.ts +806 -0
  525. package/src/resources/companies/companies.ts +645 -0
  526. package/src/resources/companies/contacts.ts +97 -0
  527. package/src/resources/companies/index.ts +17 -0
  528. package/src/resources/companies/segments.ts +84 -0
  529. package/src/resources/contacts/companies.ts +236 -0
  530. package/src/resources/contacts/contacts.ts +904 -0
  531. package/src/resources/contacts/index.ts +35 -0
  532. package/src/resources/contacts/notes.ts +152 -0
  533. package/src/resources/contacts/segments.ts +84 -0
  534. package/src/resources/contacts/subscriptions.ts +291 -0
  535. package/src/resources/contacts/tags.ts +181 -0
  536. package/src/resources/conversations/conversations.ts +754 -0
  537. package/src/resources/conversations/customers.ts +247 -0
  538. package/src/resources/conversations/index.ts +20 -0
  539. package/src/resources/conversations/parts.ts +224 -0
  540. package/src/resources/conversations/reply.ts +288 -0
  541. package/src/resources/conversations/run-assignment-rules.ts +70 -0
  542. package/src/resources/conversations/tags.ts +125 -0
  543. package/src/resources/data-attributes.ts +347 -0
  544. package/src/resources/data-events.ts +454 -0
  545. package/src/resources/data-exports.ts +120 -0
  546. package/src/resources/download/content/content.ts +13 -0
  547. package/src/resources/download/content/data.ts +78 -0
  548. package/src/resources/download/content/index.ts +4 -0
  549. package/src/resources/download/download.ts +12 -0
  550. package/src/resources/download/index.ts +4 -0
  551. package/src/resources/export/content/content.ts +13 -0
  552. package/src/resources/export/content/data.ts +76 -0
  553. package/src/resources/export/content/index.ts +4 -0
  554. package/src/resources/export/export.ts +72 -0
  555. package/src/resources/export/index.ts +4 -0
  556. package/src/resources/help-center/collections.ts +469 -0
  557. package/src/resources/help-center/help-center.ts +84 -0
  558. package/src/resources/help-center/help-centers.ts +124 -0
  559. package/src/resources/help-center/index.ts +15 -0
  560. package/src/resources/index.ts +114 -0
  561. package/src/resources/me.ts +193 -0
  562. package/src/resources/messages.ts +110 -0
  563. package/src/resources/news/index.ts +21 -0
  564. package/src/resources/news/news-items.ts +545 -0
  565. package/src/resources/news/news.ts +27 -0
  566. package/src/resources/news/newsfeeds/index.ts +10 -0
  567. package/src/resources/news/newsfeeds/items.ts +95 -0
  568. package/src/resources/news/newsfeeds/newsfeeds.ts +190 -0
  569. package/src/resources/notes.ts +68 -0
  570. package/src/resources/phone-call-redirects.ts +120 -0
  571. package/src/resources/segments.ts +188 -0
  572. package/src/resources/shared.ts +2609 -0
  573. package/src/resources/subscription-types.ts +67 -0
  574. package/src/resources/tags.ts +414 -0
  575. package/src/resources/teams.ts +179 -0
  576. package/src/resources/ticket-types/attributes.ts +240 -0
  577. package/src/resources/ticket-types/index.ts +12 -0
  578. package/src/resources/ticket-types/ticket-types.ts +391 -0
  579. package/src/resources/tickets/index.ts +13 -0
  580. package/src/resources/tickets/tags.ts +125 -0
  581. package/src/resources/tickets/tickets.ts +780 -0
  582. package/src/resources/visitors.ts +542 -0
  583. package/src/shims/node.ts +50 -0
  584. package/src/shims/web.ts +50 -0
  585. package/src/tsconfig.json +11 -0
  586. package/src/uploads.ts +248 -0
  587. package/src/version.ts +1 -0
  588. package/uploads.d.ts +75 -0
  589. package/uploads.d.ts.map +1 -0
  590. package/uploads.js +165 -0
  591. package/uploads.js.map +1 -0
  592. package/uploads.mjs +152 -0
  593. package/uploads.mjs.map +1 -0
  594. package/version.d.ts +2 -0
  595. package/version.d.ts.map +1 -0
  596. package/version.js +5 -0
  597. package/version.js.map +1 -0
  598. package/version.mjs +2 -0
  599. package/version.mjs.map +1 -0
  600. package/Client.d.ts +0 -91
  601. package/Client.js +0 -117
  602. package/api/errors/BadRequestError.d.ts +0 -7
  603. package/api/errors/BadRequestError.js +0 -41
  604. package/api/errors/ForbiddenError.d.ts +0 -8
  605. package/api/errors/ForbiddenError.js +0 -41
  606. package/api/errors/NotFoundError.d.ts +0 -7
  607. package/api/errors/NotFoundError.js +0 -41
  608. package/api/errors/UnauthorizedError.d.ts +0 -8
  609. package/api/errors/UnauthorizedError.js +0 -41
  610. package/api/errors/UnprocessableEntityError.d.ts +0 -7
  611. package/api/errors/UnprocessableEntityError.js +0 -41
  612. package/api/errors/index.d.ts +0 -5
  613. package/api/errors/index.js +0 -21
  614. package/api/index.d.ts +0 -4
  615. package/api/index.js +0 -19
  616. package/api/resources/admins/client/Client.d.ts +0 -101
  617. package/api/resources/admins/client/Client.js +0 -387
  618. package/api/resources/admins/client/index.d.ts +0 -1
  619. package/api/resources/admins/client/index.js +0 -17
  620. package/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +0 -28
  621. package/api/resources/admins/client/requests/AdminsAwayRequest.js +0 -5
  622. package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +0 -19
  623. package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +0 -5
  624. package/api/resources/admins/client/requests/index.d.ts +0 -2
  625. package/api/resources/admins/client/requests/index.js +0 -2
  626. package/api/resources/admins/index.d.ts +0 -2
  627. package/api/resources/admins/index.js +0 -18
  628. package/api/resources/admins/types/Admin.d.ts +0 -30
  629. package/api/resources/admins/types/Admin.js +0 -5
  630. package/api/resources/admins/types/index.d.ts +0 -1
  631. package/api/resources/admins/types/index.js +0 -17
  632. package/api/resources/aiAgent/index.d.ts +0 -1
  633. package/api/resources/aiAgent/index.js +0 -17
  634. package/api/resources/aiAgent/types/AiAgent.d.ts +0 -22
  635. package/api/resources/aiAgent/types/AiAgent.js +0 -5
  636. package/api/resources/aiAgent/types/AiAgentSourceType.d.ts +0 -14
  637. package/api/resources/aiAgent/types/AiAgentSourceType.js +0 -13
  638. package/api/resources/aiAgent/types/index.d.ts +0 -2
  639. package/api/resources/aiAgent/types/index.js +0 -18
  640. package/api/resources/aiContentSource/index.d.ts +0 -1
  641. package/api/resources/aiContentSource/index.js +0 -17
  642. package/api/resources/aiContentSource/types/ContentSource.d.ts +0 -17
  643. package/api/resources/aiContentSource/types/ContentSource.js +0 -5
  644. package/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +0 -14
  645. package/api/resources/aiContentSource/types/ContentSourceContentType.js +0 -13
  646. package/api/resources/aiContentSource/types/index.d.ts +0 -2
  647. package/api/resources/aiContentSource/types/index.js +0 -18
  648. package/api/resources/articles/client/Client.d.ts +0 -142
  649. package/api/resources/articles/client/Client.js +0 -495
  650. package/api/resources/articles/client/index.d.ts +0 -1
  651. package/api/resources/articles/client/index.js +0 -17
  652. package/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +0 -25
  653. package/api/resources/articles/client/requests/ArticlesSearchRequest.js +0 -5
  654. package/api/resources/articles/client/requests/index.d.ts +0 -1
  655. package/api/resources/articles/client/requests/index.js +0 -2
  656. package/api/resources/articles/index.d.ts +0 -2
  657. package/api/resources/articles/index.js +0 -18
  658. package/api/resources/articles/types/Article.d.ts +0 -10
  659. package/api/resources/articles/types/Article.js +0 -5
  660. package/api/resources/articles/types/ArticleListItem.d.ts +0 -40
  661. package/api/resources/articles/types/ArticleListItem.js +0 -5
  662. package/api/resources/articles/types/ArticleListItemState.d.ts +0 -11
  663. package/api/resources/articles/types/ArticleListItemState.js +0 -10
  664. package/api/resources/articles/types/ArticleSearchHighlights.d.ts +0 -15
  665. package/api/resources/articles/types/ArticleSearchHighlights.js +0 -5
  666. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +0 -13
  667. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +0 -5
  668. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +0 -11
  669. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +0 -10
  670. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +0 -13
  671. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +0 -5
  672. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +0 -11
  673. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +0 -10
  674. package/api/resources/articles/types/ArticleSearchResponse.d.ts +0 -16
  675. package/api/resources/articles/types/ArticleSearchResponse.js +0 -5
  676. package/api/resources/articles/types/ArticleSearchResponseData.d.ts +0 -13
  677. package/api/resources/articles/types/ArticleSearchResponseData.js +0 -5
  678. package/api/resources/articles/types/index.d.ts +0 -10
  679. package/api/resources/articles/types/index.js +0 -26
  680. package/api/resources/companies/client/Client.d.ts +0 -237
  681. package/api/resources/companies/client/Client.js +0 -893
  682. package/api/resources/companies/client/index.d.ts +0 -1
  683. package/api/resources/companies/client/index.js +0 -17
  684. package/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +0 -23
  685. package/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +0 -5
  686. package/api/resources/companies/client/requests/CompaniesListRequest.d.ts +0 -21
  687. package/api/resources/companies/client/requests/CompaniesListRequest.js +0 -5
  688. package/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +0 -33
  689. package/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +0 -5
  690. package/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +0 -13
  691. package/api/resources/companies/client/requests/CompaniesScrollRequest.js +0 -5
  692. package/api/resources/companies/client/requests/index.d.ts +0 -4
  693. package/api/resources/companies/client/requests/index.js +0 -2
  694. package/api/resources/companies/index.d.ts +0 -2
  695. package/api/resources/companies/index.js +0 -18
  696. package/api/resources/companies/types/Company.d.ts +0 -46
  697. package/api/resources/companies/types/Company.js +0 -5
  698. package/api/resources/companies/types/CompanyPlan.d.ts +0 -11
  699. package/api/resources/companies/types/CompanyPlan.js +0 -5
  700. package/api/resources/companies/types/CompanySegments.d.ts +0 -12
  701. package/api/resources/companies/types/CompanySegments.js +0 -5
  702. package/api/resources/companies/types/CompanyTags.d.ts +0 -11
  703. package/api/resources/companies/types/CompanyTags.js +0 -5
  704. package/api/resources/companies/types/index.d.ts +0 -4
  705. package/api/resources/companies/types/index.js +0 -20
  706. package/api/resources/contacts/client/Client.d.ts +0 -363
  707. package/api/resources/contacts/client/Client.js +0 -1150
  708. package/api/resources/contacts/client/index.d.ts +0 -1
  709. package/api/resources/contacts/client/index.js +0 -17
  710. package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +0 -28
  711. package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +0 -5
  712. package/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +0 -16
  713. package/api/resources/contacts/client/requests/MergeContactsRequest.js +0 -5
  714. package/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +0 -34
  715. package/api/resources/contacts/client/requests/UpdateContactRequest.js +0 -5
  716. package/api/resources/contacts/client/requests/index.d.ts +0 -3
  717. package/api/resources/contacts/client/requests/index.js +0 -2
  718. package/api/resources/contacts/index.d.ts +0 -2
  719. package/api/resources/contacts/index.js +0 -18
  720. package/api/resources/contacts/types/Contact.d.ts +0 -95
  721. package/api/resources/contacts/types/Contact.js +0 -5
  722. package/api/resources/contacts/types/ContactAvatar.d.ts +0 -9
  723. package/api/resources/contacts/types/ContactAvatar.js +0 -5
  724. package/api/resources/contacts/types/index.d.ts +0 -2
  725. package/api/resources/contacts/types/index.js +0 -18
  726. package/api/resources/conversations/client/Client.d.ts +0 -446
  727. package/api/resources/conversations/client/Client.js +0 -1153
  728. package/api/resources/conversations/client/index.d.ts +0 -1
  729. package/api/resources/conversations/client/index.js +0 -17
  730. package/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +0 -26
  731. package/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +0 -5
  732. package/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +0 -13
  733. package/api/resources/conversations/client/requests/ConversationsFindRequest.js +0 -5
  734. package/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +0 -17
  735. package/api/resources/conversations/client/requests/ConversationsListRequest.js +0 -5
  736. package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +0 -20
  737. package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +0 -5
  738. package/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +0 -28
  739. package/api/resources/conversations/client/requests/CreateConversationRequest.js +0 -5
  740. package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +0 -28
  741. package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +0 -5
  742. package/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +0 -32
  743. package/api/resources/conversations/client/requests/UpdateConversationRequest.js +0 -5
  744. package/api/resources/conversations/client/requests/index.d.ts +0 -7
  745. package/api/resources/conversations/client/requests/index.js +0 -2
  746. package/api/resources/conversations/index.d.ts +0 -2
  747. package/api/resources/conversations/index.js +0 -18
  748. package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +0 -5
  749. package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +0 -5
  750. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +0 -9
  751. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +0 -5
  752. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +0 -9
  753. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +0 -5
  754. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +0 -9
  755. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +0 -5
  756. package/api/resources/conversations/types/Conversation.d.ts +0 -49
  757. package/api/resources/conversations/types/Conversation.js +0 -5
  758. package/api/resources/conversations/types/ConversationPriority.d.ts +0 -11
  759. package/api/resources/conversations/types/ConversationPriority.js +0 -10
  760. package/api/resources/conversations/types/ConversationState.d.ts +0 -12
  761. package/api/resources/conversations/types/ConversationState.js +0 -11
  762. package/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +0 -19
  763. package/api/resources/conversations/types/ConversationsManageRequestBody.js +0 -5
  764. package/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +0 -10
  765. package/api/resources/conversations/types/CreateConversationRequestFrom.js +0 -5
  766. package/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +0 -12
  767. package/api/resources/conversations/types/CreateConversationRequestFromType.js +0 -11
  768. package/api/resources/conversations/types/index.d.ts +0 -10
  769. package/api/resources/conversations/types/index.js +0 -26
  770. package/api/resources/customObjectInstances/index.d.ts +0 -1
  771. package/api/resources/customObjectInstances/index.js +0 -17
  772. package/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +0 -16
  773. package/api/resources/customObjectInstances/types/CustomObjectInstance.js +0 -5
  774. package/api/resources/customObjectInstances/types/index.d.ts +0 -1
  775. package/api/resources/customObjectInstances/types/index.js +0 -17
  776. package/api/resources/dataAttributes/client/Client.d.ts +0 -136
  777. package/api/resources/dataAttributes/client/Client.js +0 -336
  778. package/api/resources/dataAttributes/client/index.d.ts +0 -1
  779. package/api/resources/dataAttributes/client/index.js +0 -17
  780. package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +0 -63
  781. package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +0 -5
  782. package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +0 -18
  783. package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +0 -5
  784. package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +0 -41
  785. package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +0 -5
  786. package/api/resources/dataAttributes/client/requests/index.d.ts +0 -3
  787. package/api/resources/dataAttributes/client/requests/index.js +0 -2
  788. package/api/resources/dataAttributes/index.d.ts +0 -2
  789. package/api/resources/dataAttributes/index.js +0 -18
  790. package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +0 -15
  791. package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +0 -14
  792. package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +0 -11
  793. package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +0 -10
  794. package/api/resources/dataAttributes/types/DataAttribute.d.ts +0 -43
  795. package/api/resources/dataAttributes/types/DataAttribute.js +0 -5
  796. package/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +0 -14
  797. package/api/resources/dataAttributes/types/DataAttributeDataType.js +0 -13
  798. package/api/resources/dataAttributes/types/DataAttributeModel.d.ts +0 -11
  799. package/api/resources/dataAttributes/types/DataAttributeModel.js +0 -10
  800. package/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +0 -9
  801. package/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +0 -11
  802. package/api/resources/dataAttributes/types/index.d.ts +0 -6
  803. package/api/resources/dataAttributes/types/index.js +0 -22
  804. package/api/resources/dataEvents/index.d.ts +0 -1
  805. package/api/resources/dataEvents/index.js +0 -17
  806. package/api/resources/dataEvents/types/DataEvent.d.ts +0 -24
  807. package/api/resources/dataEvents/types/DataEvent.js +0 -5
  808. package/api/resources/dataEvents/types/index.d.ts +0 -1
  809. package/api/resources/dataEvents/types/index.js +0 -17
  810. package/api/resources/dataExport/client/Client.d.ts +0 -100
  811. package/api/resources/dataExport/client/Client.js +0 -310
  812. package/api/resources/dataExport/client/index.d.ts +0 -1
  813. package/api/resources/dataExport/client/index.js +0 -17
  814. package/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +0 -16
  815. package/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +0 -5
  816. package/api/resources/dataExport/client/requests/index.d.ts +0 -1
  817. package/api/resources/dataExport/client/requests/index.js +0 -2
  818. package/api/resources/dataExport/index.d.ts +0 -2
  819. package/api/resources/dataExport/index.js +0 -18
  820. package/api/resources/dataExport/types/DataExport.d.ts +0 -17
  821. package/api/resources/dataExport/types/DataExport.js +0 -5
  822. package/api/resources/dataExport/types/DataExportStatus.d.ts +0 -15
  823. package/api/resources/dataExport/types/DataExportStatus.js +0 -14
  824. package/api/resources/dataExport/types/index.d.ts +0 -2
  825. package/api/resources/dataExport/types/index.js +0 -18
  826. package/api/resources/events/client/Client.d.ts +0 -127
  827. package/api/resources/events/client/Client.js +0 -318
  828. package/api/resources/events/client/index.d.ts +0 -1
  829. package/api/resources/events/client/index.js +0 -17
  830. package/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +0 -14
  831. package/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +0 -5
  832. package/api/resources/events/client/requests/EventsListRequest.d.ts +0 -25
  833. package/api/resources/events/client/requests/EventsListRequest.js +0 -5
  834. package/api/resources/events/client/requests/index.d.ts +0 -2
  835. package/api/resources/events/client/requests/index.js +0 -2
  836. package/api/resources/events/index.d.ts +0 -2
  837. package/api/resources/events/index.js +0 -18
  838. package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +0 -16
  839. package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +0 -5
  840. package/api/resources/events/types/EventsListRequestFilter.d.ts +0 -5
  841. package/api/resources/events/types/EventsListRequestFilter.js +0 -5
  842. package/api/resources/events/types/EventsListRequestFilterEmail.d.ts +0 -6
  843. package/api/resources/events/types/EventsListRequestFilterEmail.js +0 -5
  844. package/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +0 -6
  845. package/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +0 -5
  846. package/api/resources/events/types/EventsListRequestFilterUserId.d.ts +0 -6
  847. package/api/resources/events/types/EventsListRequestFilterUserId.js +0 -5
  848. package/api/resources/events/types/index.d.ts +0 -5
  849. package/api/resources/events/types/index.js +0 -21
  850. package/api/resources/helpCenter/client/Client.d.ts +0 -60
  851. package/api/resources/helpCenter/client/Client.js +0 -196
  852. package/api/resources/helpCenter/client/index.d.ts +0 -1
  853. package/api/resources/helpCenter/client/index.js +0 -2
  854. package/api/resources/helpCenter/index.d.ts +0 -3
  855. package/api/resources/helpCenter/index.js +0 -19
  856. package/api/resources/helpCenter/resources/collections/client/Client.d.ts +0 -106
  857. package/api/resources/helpCenter/resources/collections/client/Client.js +0 -395
  858. package/api/resources/helpCenter/resources/collections/client/index.d.ts +0 -1
  859. package/api/resources/helpCenter/resources/collections/client/index.js +0 -17
  860. package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +0 -27
  861. package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +0 -5
  862. package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +0 -24
  863. package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +0 -5
  864. package/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +0 -2
  865. package/api/resources/helpCenter/resources/collections/client/requests/index.js +0 -2
  866. package/api/resources/helpCenter/resources/collections/index.d.ts +0 -1
  867. package/api/resources/helpCenter/resources/collections/index.js +0 -17
  868. package/api/resources/helpCenter/resources/index.d.ts +0 -2
  869. package/api/resources/helpCenter/resources/index.js +0 -31
  870. package/api/resources/helpCenter/types/Collection.d.ts +0 -34
  871. package/api/resources/helpCenter/types/Collection.js +0 -5
  872. package/api/resources/helpCenter/types/HelpCenter.d.ts +0 -22
  873. package/api/resources/helpCenter/types/HelpCenter.js +0 -5
  874. package/api/resources/helpCenter/types/HelpCenterList.d.ts +0 -13
  875. package/api/resources/helpCenter/types/HelpCenterList.js +0 -5
  876. package/api/resources/helpCenter/types/index.d.ts +0 -3
  877. package/api/resources/helpCenter/types/index.js +0 -19
  878. package/api/resources/index.d.ts +0 -63
  879. package/api/resources/index.js +0 -92
  880. package/api/resources/messages/client/Client.d.ts +0 -145
  881. package/api/resources/messages/client/Client.js +0 -235
  882. package/api/resources/messages/client/index.d.ts +0 -1
  883. package/api/resources/messages/client/index.js +0 -2
  884. package/api/resources/messages/index.d.ts +0 -2
  885. package/api/resources/messages/index.js +0 -18
  886. package/api/resources/messages/types/Message.d.ts +0 -23
  887. package/api/resources/messages/types/Message.js +0 -5
  888. package/api/resources/messages/types/MessageMessageType.d.ts +0 -13
  889. package/api/resources/messages/types/MessageMessageType.js +0 -12
  890. package/api/resources/messages/types/index.d.ts +0 -2
  891. package/api/resources/messages/types/index.js +0 -18
  892. package/api/resources/news/client/Client.d.ts +0 -154
  893. package/api/resources/news/client/Client.js +0 -588
  894. package/api/resources/news/client/index.d.ts +0 -1
  895. package/api/resources/news/client/index.js +0 -2
  896. package/api/resources/news/index.d.ts +0 -2
  897. package/api/resources/news/index.js +0 -18
  898. package/api/resources/news/types/NewsItem.d.ts +0 -35
  899. package/api/resources/news/types/NewsItem.js +0 -5
  900. package/api/resources/news/types/NewsItemState.d.ts +0 -11
  901. package/api/resources/news/types/NewsItemState.js +0 -10
  902. package/api/resources/news/types/Newsfeed.d.ts +0 -18
  903. package/api/resources/news/types/Newsfeed.js +0 -5
  904. package/api/resources/news/types/NewsfeedAssignment.d.ts +0 -12
  905. package/api/resources/news/types/NewsfeedAssignment.js +0 -5
  906. package/api/resources/news/types/index.d.ts +0 -4
  907. package/api/resources/news/types/index.js +0 -20
  908. package/api/resources/notes/client/Client.d.ts +0 -89
  909. package/api/resources/notes/client/Client.js +0 -273
  910. package/api/resources/notes/client/index.d.ts +0 -1
  911. package/api/resources/notes/client/index.js +0 -17
  912. package/api/resources/notes/client/requests/NotesCreateRequest.d.ts +0 -33
  913. package/api/resources/notes/client/requests/NotesCreateRequest.js +0 -5
  914. package/api/resources/notes/client/requests/index.d.ts +0 -1
  915. package/api/resources/notes/client/requests/index.js +0 -2
  916. package/api/resources/notes/index.d.ts +0 -2
  917. package/api/resources/notes/index.js +0 -18
  918. package/api/resources/notes/types/Note.d.ts +0 -21
  919. package/api/resources/notes/types/Note.js +0 -5
  920. package/api/resources/notes/types/NoteContact.d.ts +0 -12
  921. package/api/resources/notes/types/NoteContact.js +0 -5
  922. package/api/resources/notes/types/index.d.ts +0 -2
  923. package/api/resources/notes/types/index.js +0 -18
  924. package/api/resources/phoneCallRedirect/client/Client.d.ts +0 -62
  925. package/api/resources/phoneCallRedirect/client/Client.js +0 -150
  926. package/api/resources/phoneCallRedirect/client/index.d.ts +0 -1
  927. package/api/resources/phoneCallRedirect/client/index.js +0 -2
  928. package/api/resources/phoneCallRedirect/index.d.ts +0 -1
  929. package/api/resources/phoneCallRedirect/index.js +0 -17
  930. package/api/resources/segments/client/Client.d.ts +0 -58
  931. package/api/resources/segments/client/Client.js +0 -198
  932. package/api/resources/segments/client/index.d.ts +0 -1
  933. package/api/resources/segments/client/index.js +0 -17
  934. package/api/resources/segments/client/requests/SegmentsListRequest.d.ts +0 -13
  935. package/api/resources/segments/client/requests/SegmentsListRequest.js +0 -5
  936. package/api/resources/segments/client/requests/index.d.ts +0 -1
  937. package/api/resources/segments/client/requests/index.js +0 -2
  938. package/api/resources/segments/index.d.ts +0 -2
  939. package/api/resources/segments/index.js +0 -18
  940. package/api/resources/segments/types/Segment.d.ts +0 -23
  941. package/api/resources/segments/types/Segment.js +0 -5
  942. package/api/resources/segments/types/SegmentPersonType.d.ts +0 -11
  943. package/api/resources/segments/types/SegmentPersonType.js +0 -10
  944. package/api/resources/segments/types/index.d.ts +0 -2
  945. package/api/resources/segments/types/index.js +0 -18
  946. package/api/resources/subscriptionTypes/index.d.ts +0 -1
  947. package/api/resources/subscriptionTypes/index.js +0 -17
  948. package/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +0 -22
  949. package/api/resources/subscriptionTypes/types/SubscriptionType.js +0 -5
  950. package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +0 -11
  951. package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +0 -10
  952. package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +0 -8
  953. package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +0 -10
  954. package/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +0 -12
  955. package/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +0 -11
  956. package/api/resources/subscriptionTypes/types/index.d.ts +0 -4
  957. package/api/resources/subscriptionTypes/types/index.js +0 -20
  958. package/api/resources/subscriptions/client/Client.d.ts +0 -41
  959. package/api/resources/subscriptions/client/Client.js +0 -124
  960. package/api/resources/subscriptions/client/index.d.ts +0 -1
  961. package/api/resources/subscriptions/client/index.js +0 -2
  962. package/api/resources/subscriptions/index.d.ts +0 -1
  963. package/api/resources/subscriptions/index.js +0 -17
  964. package/api/resources/tags/client/Client.d.ts +0 -224
  965. package/api/resources/tags/client/Client.js +0 -776
  966. package/api/resources/tags/client/index.d.ts +0 -1
  967. package/api/resources/tags/client/index.js +0 -17
  968. package/api/resources/tags/client/requests/TagsAttachRequest.d.ts +0 -22
  969. package/api/resources/tags/client/requests/TagsAttachRequest.js +0 -5
  970. package/api/resources/tags/client/requests/TagsDetachRequest.d.ts +0 -23
  971. package/api/resources/tags/client/requests/TagsDetachRequest.js +0 -5
  972. package/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +0 -23
  973. package/api/resources/tags/client/requests/TagsTagContactRequest.js +0 -5
  974. package/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +0 -22
  975. package/api/resources/tags/client/requests/TagsTagConversationRequest.js +0 -5
  976. package/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +0 -23
  977. package/api/resources/tags/client/requests/TagsUntagConversationRequest.js +0 -5
  978. package/api/resources/tags/client/requests/index.d.ts +0 -5
  979. package/api/resources/tags/client/requests/index.js +0 -2
  980. package/api/resources/tags/index.d.ts +0 -2
  981. package/api/resources/tags/index.js +0 -18
  982. package/api/resources/tags/types/Tag.d.ts +0 -18
  983. package/api/resources/tags/types/Tag.js +0 -5
  984. package/api/resources/tags/types/TagsCreateRequestBody.d.ts +0 -5
  985. package/api/resources/tags/types/TagsCreateRequestBody.js +0 -5
  986. package/api/resources/tags/types/index.d.ts +0 -2
  987. package/api/resources/tags/types/index.js +0 -18
  988. package/api/resources/teams/client/Client.d.ts +0 -57
  989. package/api/resources/teams/client/Client.js +0 -191
  990. package/api/resources/teams/client/index.d.ts +0 -1
  991. package/api/resources/teams/client/index.js +0 -2
  992. package/api/resources/teams/index.d.ts +0 -2
  993. package/api/resources/teams/index.js +0 -18
  994. package/api/resources/teams/types/Team.d.ts +0 -18
  995. package/api/resources/teams/types/Team.js +0 -5
  996. package/api/resources/teams/types/index.d.ts +0 -1
  997. package/api/resources/teams/types/index.js +0 -17
  998. package/api/resources/ticketTypeAttributes/client/Client.d.ts +0 -67
  999. package/api/resources/ticketTypeAttributes/client/Client.js +0 -201
  1000. package/api/resources/ticketTypeAttributes/client/index.d.ts +0 -1
  1001. package/api/resources/ticketTypeAttributes/client/index.js +0 -17
  1002. package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +0 -35
  1003. package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +0 -5
  1004. package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +0 -31
  1005. package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +0 -5
  1006. package/api/resources/ticketTypeAttributes/client/requests/index.d.ts +0 -2
  1007. package/api/resources/ticketTypeAttributes/client/requests/index.js +0 -2
  1008. package/api/resources/ticketTypeAttributes/index.d.ts +0 -2
  1009. package/api/resources/ticketTypeAttributes/index.js +0 -18
  1010. package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +0 -16
  1011. package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +0 -15
  1012. package/api/resources/ticketTypeAttributes/types/index.d.ts +0 -1
  1013. package/api/resources/ticketTypeAttributes/types/index.js +0 -17
  1014. package/api/resources/ticketTypes/client/Client.d.ts +0 -97
  1015. package/api/resources/ticketTypes/client/Client.js +0 -329
  1016. package/api/resources/ticketTypes/client/index.d.ts +0 -1
  1017. package/api/resources/ticketTypes/client/index.js +0 -2
  1018. package/api/resources/ticketTypes/index.d.ts +0 -1
  1019. package/api/resources/ticketTypes/index.js +0 -17
  1020. package/api/resources/tickets/client/Client.d.ts +0 -251
  1021. package/api/resources/tickets/client/Client.js +0 -546
  1022. package/api/resources/tickets/client/index.d.ts +0 -1
  1023. package/api/resources/tickets/client/index.js +0 -17
  1024. package/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +0 -28
  1025. package/api/resources/tickets/client/requests/CreateTicketRequest.js +0 -5
  1026. package/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +0 -59
  1027. package/api/resources/tickets/client/requests/UpdateTicketRequest.js +0 -5
  1028. package/api/resources/tickets/client/requests/index.d.ts +0 -2
  1029. package/api/resources/tickets/client/requests/index.js +0 -2
  1030. package/api/resources/tickets/index.d.ts +0 -2
  1031. package/api/resources/tickets/index.js +0 -18
  1032. package/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +0 -5
  1033. package/api/resources/tickets/types/CreateTicketRequestContactsItem.js +0 -5
  1034. package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +0 -7
  1035. package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +0 -5
  1036. package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +0 -7
  1037. package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +0 -5
  1038. package/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +0 -7
  1039. package/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +0 -5
  1040. package/api/resources/tickets/types/Ticket.d.ts +0 -42
  1041. package/api/resources/tickets/types/Ticket.js +0 -5
  1042. package/api/resources/tickets/types/TicketCategory.d.ts +0 -12
  1043. package/api/resources/tickets/types/TicketCategory.js +0 -11
  1044. package/api/resources/tickets/types/TicketContacts.d.ts +0 -13
  1045. package/api/resources/tickets/types/TicketContacts.js +0 -5
  1046. package/api/resources/tickets/types/TicketPart.d.ts +0 -34
  1047. package/api/resources/tickets/types/TicketPart.js +0 -5
  1048. package/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +0 -13
  1049. package/api/resources/tickets/types/TicketPartPreviousTicketState.js +0 -12
  1050. package/api/resources/tickets/types/TicketPartTicketState.d.ts +0 -13
  1051. package/api/resources/tickets/types/TicketPartTicketState.js +0 -12
  1052. package/api/resources/tickets/types/TicketTicketState.d.ts +0 -13
  1053. package/api/resources/tickets/types/TicketTicketState.js +0 -12
  1054. package/api/resources/tickets/types/TicketType.d.ts +0 -30
  1055. package/api/resources/tickets/types/TicketType.js +0 -5
  1056. package/api/resources/tickets/types/TicketTypeCategory.d.ts +0 -12
  1057. package/api/resources/tickets/types/TicketTypeCategory.js +0 -11
  1058. package/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +0 -5
  1059. package/api/resources/tickets/types/TicketsReplyRequestBody.js +0 -5
  1060. package/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +0 -9
  1061. package/api/resources/tickets/types/UpdateTicketRequestAssignment.js +0 -5
  1062. package/api/resources/tickets/types/UpdateTicketRequestState.d.ts +0 -12
  1063. package/api/resources/tickets/types/UpdateTicketRequestState.js +0 -11
  1064. package/api/resources/tickets/types/index.d.ts +0 -16
  1065. package/api/resources/tickets/types/index.js +0 -32
  1066. package/api/resources/visitors/client/Client.d.ts +0 -97
  1067. package/api/resources/visitors/client/Client.js +0 -288
  1068. package/api/resources/visitors/client/index.d.ts +0 -1
  1069. package/api/resources/visitors/client/index.js +0 -17
  1070. package/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +0 -25
  1071. package/api/resources/visitors/client/requests/ConvertVisitorRequest.js +0 -5
  1072. package/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +0 -15
  1073. package/api/resources/visitors/client/requests/VisitorsFindRequest.js +0 -5
  1074. package/api/resources/visitors/client/requests/index.d.ts +0 -2
  1075. package/api/resources/visitors/client/requests/index.js +0 -2
  1076. package/api/resources/visitors/index.d.ts +0 -2
  1077. package/api/resources/visitors/index.js +0 -18
  1078. package/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +0 -8
  1079. package/api/resources/visitors/types/ConvertVisitorRequestUser.js +0 -5
  1080. package/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +0 -8
  1081. package/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +0 -5
  1082. package/api/resources/visitors/types/UserWithId.d.ts +0 -9
  1083. package/api/resources/visitors/types/UserWithId.js +0 -5
  1084. package/api/resources/visitors/types/UserWithUserId.d.ts +0 -9
  1085. package/api/resources/visitors/types/UserWithUserId.js +0 -5
  1086. package/api/resources/visitors/types/VisitorWithEmail.d.ts +0 -7
  1087. package/api/resources/visitors/types/VisitorWithEmail.js +0 -5
  1088. package/api/resources/visitors/types/VisitorWithId.d.ts +0 -7
  1089. package/api/resources/visitors/types/VisitorWithId.js +0 -5
  1090. package/api/resources/visitors/types/VisitorWithUserId.d.ts +0 -7
  1091. package/api/resources/visitors/types/VisitorWithUserId.js +0 -5
  1092. package/api/resources/visitors/types/index.d.ts +0 -7
  1093. package/api/resources/visitors/types/index.js +0 -23
  1094. package/api/types/ActivityLog.d.ts +0 -19
  1095. package/api/types/ActivityLog.js +0 -5
  1096. package/api/types/ActivityLogActivityType.d.ts +0 -73
  1097. package/api/types/ActivityLogActivityType.js +0 -75
  1098. package/api/types/ActivityLogList.d.ts +0 -14
  1099. package/api/types/ActivityLogList.js +0 -5
  1100. package/api/types/ActivityLogMetadata.d.ts +0 -26
  1101. package/api/types/ActivityLogMetadata.js +0 -5
  1102. package/api/types/ActivityLogPerformedBy.d.ts +0 -16
  1103. package/api/types/ActivityLogPerformedBy.js +0 -5
  1104. package/api/types/AddressableList.d.ts +0 -14
  1105. package/api/types/AddressableList.js +0 -5
  1106. package/api/types/AdminList.d.ts +0 -13
  1107. package/api/types/AdminList.js +0 -5
  1108. package/api/types/AdminPriorityLevel.d.ts +0 -12
  1109. package/api/types/AdminPriorityLevel.js +0 -5
  1110. package/api/types/AdminReplyConversationRequest.d.ts +0 -21
  1111. package/api/types/AdminReplyConversationRequest.js +0 -5
  1112. package/api/types/AdminReplyConversationRequestMessageType.d.ts +0 -8
  1113. package/api/types/AdminReplyConversationRequestMessageType.js +0 -10
  1114. package/api/types/AdminReplyTicketRequest.d.ts +0 -21
  1115. package/api/types/AdminReplyTicketRequest.js +0 -5
  1116. package/api/types/AdminReplyTicketRequestMessageType.d.ts +0 -9
  1117. package/api/types/AdminReplyTicketRequestMessageType.js +0 -11
  1118. package/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +0 -9
  1119. package/api/types/AdminReplyTicketRequestReplyOptionsItem.js +0 -5
  1120. package/api/types/AdminWithApp.d.ts +0 -33
  1121. package/api/types/AdminWithApp.js +0 -5
  1122. package/api/types/AdminWithAppAvatar.d.ts +0 -12
  1123. package/api/types/AdminWithAppAvatar.js +0 -5
  1124. package/api/types/App.d.ts +0 -22
  1125. package/api/types/App.js +0 -5
  1126. package/api/types/ArticleContent.d.ts +0 -27
  1127. package/api/types/ArticleContent.js +0 -5
  1128. package/api/types/ArticleContentState.d.ts +0 -11
  1129. package/api/types/ArticleContentState.js +0 -10
  1130. package/api/types/ArticleList.d.ts +0 -16
  1131. package/api/types/ArticleList.js +0 -5
  1132. package/api/types/ArticleStatistics.d.ts +0 -22
  1133. package/api/types/ArticleStatistics.js +0 -5
  1134. package/api/types/ArticleTranslatedContent.d.ts +0 -85
  1135. package/api/types/ArticleTranslatedContent.js +0 -5
  1136. package/api/types/AssignConversationRequest.d.ts +0 -16
  1137. package/api/types/AssignConversationRequest.js +0 -5
  1138. package/api/types/AssignConversationRequestType.d.ts +0 -8
  1139. package/api/types/AssignConversationRequestType.js +0 -10
  1140. package/api/types/CloseConversationRequest.d.ts +0 -13
  1141. package/api/types/CloseConversationRequest.js +0 -5
  1142. package/api/types/CollectionList.d.ts +0 -16
  1143. package/api/types/CollectionList.js +0 -5
  1144. package/api/types/CompanyAttachedContacts.d.ts +0 -16
  1145. package/api/types/CompanyAttachedContacts.js +0 -5
  1146. package/api/types/CompanyAttachedSegments.d.ts +0 -13
  1147. package/api/types/CompanyAttachedSegments.js +0 -5
  1148. package/api/types/CompanyList.d.ts +0 -16
  1149. package/api/types/CompanyList.js +0 -5
  1150. package/api/types/CompanyScroll.d.ts +0 -17
  1151. package/api/types/CompanyScroll.js +0 -5
  1152. package/api/types/ContactArchived.d.ts +0 -16
  1153. package/api/types/ContactArchived.js +0 -5
  1154. package/api/types/ContactAttachedCompanies.d.ts +0 -16
  1155. package/api/types/ContactAttachedCompanies.js +0 -5
  1156. package/api/types/ContactCompanies.d.ts +0 -14
  1157. package/api/types/ContactCompanies.js +0 -5
  1158. package/api/types/ContactDeleted.d.ts +0 -16
  1159. package/api/types/ContactDeleted.js +0 -5
  1160. package/api/types/ContactList.d.ts +0 -16
  1161. package/api/types/ContactList.js +0 -5
  1162. package/api/types/ContactLocation.d.ts +0 -16
  1163. package/api/types/ContactLocation.js +0 -5
  1164. package/api/types/ContactNotes.d.ts +0 -17
  1165. package/api/types/ContactNotes.js +0 -5
  1166. package/api/types/ContactReference.d.ts +0 -14
  1167. package/api/types/ContactReference.js +0 -5
  1168. package/api/types/ContactReplyBaseRequest.d.ts +0 -13
  1169. package/api/types/ContactReplyBaseRequest.js +0 -5
  1170. package/api/types/ContactReplyConversationRequest.d.ts +0 -5
  1171. package/api/types/ContactReplyConversationRequest.js +0 -5
  1172. package/api/types/ContactReplyEmailRequest.d.ts +0 -13
  1173. package/api/types/ContactReplyEmailRequest.js +0 -5
  1174. package/api/types/ContactReplyIntercomUserIdRequest.d.ts +0 -13
  1175. package/api/types/ContactReplyIntercomUserIdRequest.js +0 -5
  1176. package/api/types/ContactReplyTicketEmailRequest.d.ts +0 -11
  1177. package/api/types/ContactReplyTicketEmailRequest.js +0 -5
  1178. package/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +0 -11
  1179. package/api/types/ContactReplyTicketIntercomUserIdRequest.js +0 -5
  1180. package/api/types/ContactReplyTicketRequest.d.ts +0 -5
  1181. package/api/types/ContactReplyTicketRequest.js +0 -5
  1182. package/api/types/ContactReplyTicketUserIdRequest.d.ts +0 -11
  1183. package/api/types/ContactReplyTicketUserIdRequest.js +0 -5
  1184. package/api/types/ContactReplyUserIdRequest.d.ts +0 -13
  1185. package/api/types/ContactReplyUserIdRequest.js +0 -5
  1186. package/api/types/ContactSegments.d.ts +0 -13
  1187. package/api/types/ContactSegments.js +0 -5
  1188. package/api/types/ContactSocialProfiles.d.ts +0 -11
  1189. package/api/types/ContactSocialProfiles.js +0 -5
  1190. package/api/types/ContactSubscriptionTypes.d.ts +0 -17
  1191. package/api/types/ContactSubscriptionTypes.js +0 -5
  1192. package/api/types/ContactTags.d.ts +0 -17
  1193. package/api/types/ContactTags.js +0 -5
  1194. package/api/types/ContactUnarchived.d.ts +0 -16
  1195. package/api/types/ContactUnarchived.js +0 -5
  1196. package/api/types/ContentSourcesList.d.ts +0 -11
  1197. package/api/types/ContentSourcesList.js +0 -5
  1198. package/api/types/ConversationAttachmentFiles.d.ts +0 -14
  1199. package/api/types/ConversationAttachmentFiles.js +0 -5
  1200. package/api/types/ConversationContacts.d.ts +0 -13
  1201. package/api/types/ConversationContacts.js +0 -5
  1202. package/api/types/ConversationFirstContactReply.d.ts +0 -14
  1203. package/api/types/ConversationFirstContactReply.js +0 -5
  1204. package/api/types/ConversationList.d.ts +0 -16
  1205. package/api/types/ConversationList.js +0 -5
  1206. package/api/types/ConversationPart.d.ts +0 -32
  1207. package/api/types/ConversationPart.js +0 -5
  1208. package/api/types/ConversationPartAuthor.d.ts +0 -16
  1209. package/api/types/ConversationPartAuthor.js +0 -5
  1210. package/api/types/ConversationParts.d.ts +0 -15
  1211. package/api/types/ConversationParts.js +0 -5
  1212. package/api/types/ConversationRating.d.ts +0 -17
  1213. package/api/types/ConversationRating.js +0 -5
  1214. package/api/types/ConversationSource.d.ts +0 -26
  1215. package/api/types/ConversationSource.js +0 -5
  1216. package/api/types/ConversationStatistics.d.ts +0 -46
  1217. package/api/types/ConversationStatistics.js +0 -5
  1218. package/api/types/ConversationTeammates.d.ts +0 -13
  1219. package/api/types/ConversationTeammates.js +0 -5
  1220. package/api/types/CreateArticleRequest.d.ts +0 -24
  1221. package/api/types/CreateArticleRequest.js +0 -5
  1222. package/api/types/CreateArticleRequestState.d.ts +0 -11
  1223. package/api/types/CreateArticleRequestState.js +0 -10
  1224. package/api/types/CreateContactRequest.d.ts +0 -8
  1225. package/api/types/CreateContactRequest.js +0 -5
  1226. package/api/types/CreateContactRequestWithEmail.d.ts +0 -23
  1227. package/api/types/CreateContactRequestWithEmail.js +0 -5
  1228. package/api/types/CreateContactRequestWithExternalId.d.ts +0 -23
  1229. package/api/types/CreateContactRequestWithExternalId.js +0 -5
  1230. package/api/types/CreateContactRequestWithRole.d.ts +0 -23
  1231. package/api/types/CreateContactRequestWithRole.js +0 -5
  1232. package/api/types/CreateDataEventRequest.d.ts +0 -8
  1233. package/api/types/CreateDataEventRequest.js +0 -5
  1234. package/api/types/CreateDataEventRequestWithEmail.d.ts +0 -13
  1235. package/api/types/CreateDataEventRequestWithEmail.js +0 -5
  1236. package/api/types/CreateDataEventRequestWithId.d.ts +0 -13
  1237. package/api/types/CreateDataEventRequestWithId.js +0 -5
  1238. package/api/types/CreateDataEventRequestWithUserId.d.ts +0 -13
  1239. package/api/types/CreateDataEventRequestWithUserId.js +0 -5
  1240. package/api/types/CreateMessageRequest.d.ts +0 -16
  1241. package/api/types/CreateMessageRequest.js +0 -5
  1242. package/api/types/CreateMessageRequestFrom.d.ts +0 -12
  1243. package/api/types/CreateMessageRequestFrom.js +0 -5
  1244. package/api/types/CreateMessageRequestTo.d.ts +0 -13
  1245. package/api/types/CreateMessageRequestTo.js +0 -5
  1246. package/api/types/CreateMessageRequestType.d.ts +0 -11
  1247. package/api/types/CreateMessageRequestType.js +0 -10
  1248. package/api/types/CreateMessageRequestWithEmail.d.ts +0 -20
  1249. package/api/types/CreateMessageRequestWithEmail.js +0 -5
  1250. package/api/types/CreateMessageRequestWithInapp.d.ts +0 -20
  1251. package/api/types/CreateMessageRequestWithInapp.js +0 -5
  1252. package/api/types/CreateOrUpdateCompanyRequest.d.ts +0 -26
  1253. package/api/types/CreateOrUpdateCompanyRequest.js +0 -5
  1254. package/api/types/CreateOrUpdateTagRequest.d.ts +0 -12
  1255. package/api/types/CreateOrUpdateTagRequest.js +0 -5
  1256. package/api/types/CreatePhoneSwitchRequest.d.ts +0 -12
  1257. package/api/types/CreatePhoneSwitchRequest.js +0 -5
  1258. package/api/types/CreateTicketReplyWithCommentRequest.d.ts +0 -5
  1259. package/api/types/CreateTicketReplyWithCommentRequest.js +0 -5
  1260. package/api/types/CreateTicketTypeRequest.d.ts +0 -20
  1261. package/api/types/CreateTicketTypeRequest.js +0 -5
  1262. package/api/types/CreateTicketTypeRequestCategory.d.ts +0 -12
  1263. package/api/types/CreateTicketTypeRequestCategory.js +0 -11
  1264. package/api/types/CursorPages.d.ts +0 -19
  1265. package/api/types/CursorPages.js +0 -5
  1266. package/api/types/CustomAttributes.d.ts +0 -8
  1267. package/api/types/CustomAttributes.js +0 -5
  1268. package/api/types/CustomAttributesValue.d.ts +0 -5
  1269. package/api/types/CustomAttributesValue.js +0 -5
  1270. package/api/types/CustomerRequest.d.ts +0 -5
  1271. package/api/types/CustomerRequest.js +0 -5
  1272. package/api/types/CustomerRequestEmail.d.ts +0 -7
  1273. package/api/types/CustomerRequestEmail.js +0 -5
  1274. package/api/types/CustomerRequestIntercomUserId.d.ts +0 -7
  1275. package/api/types/CustomerRequestIntercomUserId.js +0 -5
  1276. package/api/types/CustomerRequestUserId.d.ts +0 -7
  1277. package/api/types/CustomerRequestUserId.js +0 -5
  1278. package/api/types/DataAttributeList.d.ts +0 -13
  1279. package/api/types/DataAttributeList.js +0 -5
  1280. package/api/types/DataEventList.d.ts +0 -15
  1281. package/api/types/DataEventList.js +0 -5
  1282. package/api/types/DataEventListPages.d.ts +0 -10
  1283. package/api/types/DataEventListPages.js +0 -5
  1284. package/api/types/DataEventSummary.d.ts +0 -19
  1285. package/api/types/DataEventSummary.js +0 -5
  1286. package/api/types/DataEventSummaryItem.d.ts +0 -18
  1287. package/api/types/DataEventSummaryItem.js +0 -5
  1288. package/api/types/DataExportCsv.d.ts +0 -60
  1289. package/api/types/DataExportCsv.js +0 -5
  1290. package/api/types/DeletedArticleObject.d.ts +0 -14
  1291. package/api/types/DeletedArticleObject.js +0 -5
  1292. package/api/types/DeletedCollectionObject.d.ts +0 -14
  1293. package/api/types/DeletedCollectionObject.js +0 -5
  1294. package/api/types/DeletedCompanyObject.d.ts +0 -14
  1295. package/api/types/DeletedCompanyObject.js +0 -5
  1296. package/api/types/DeletedObject.d.ts +0 -14
  1297. package/api/types/DeletedObject.js +0 -5
  1298. package/api/types/ErrorErrorsItem.d.ts +0 -11
  1299. package/api/types/ErrorErrorsItem.js +0 -5
  1300. package/api/types/Error_.d.ts +0 -15
  1301. package/api/types/Error_.js +0 -5
  1302. package/api/types/FileAttribute.d.ts +0 -21
  1303. package/api/types/FileAttribute.js +0 -5
  1304. package/api/types/GroupContent.d.ts +0 -14
  1305. package/api/types/GroupContent.js +0 -5
  1306. package/api/types/GroupTranslatedContent.d.ts +0 -85
  1307. package/api/types/GroupTranslatedContent.js +0 -5
  1308. package/api/types/LinkedObject.d.ts +0 -15
  1309. package/api/types/LinkedObject.js +0 -5
  1310. package/api/types/LinkedObjectList.d.ts +0 -17
  1311. package/api/types/LinkedObjectList.js +0 -5
  1312. package/api/types/LinkedObjectType.d.ts +0 -11
  1313. package/api/types/LinkedObjectType.js +0 -10
  1314. package/api/types/MultipleFilterSearchRequest.d.ts +0 -12
  1315. package/api/types/MultipleFilterSearchRequest.js +0 -5
  1316. package/api/types/MultipleFilterSearchRequestOperator.d.ts +0 -11
  1317. package/api/types/MultipleFilterSearchRequestOperator.js +0 -10
  1318. package/api/types/MultipleFilterSearchRequestValue.d.ts +0 -11
  1319. package/api/types/MultipleFilterSearchRequestValue.js +0 -5
  1320. package/api/types/NewsItemRequest.d.ts +0 -25
  1321. package/api/types/NewsItemRequest.js +0 -5
  1322. package/api/types/NewsItemRequestState.d.ts +0 -11
  1323. package/api/types/NewsItemRequestState.js +0 -10
  1324. package/api/types/NoteList.d.ts +0 -16
  1325. package/api/types/NoteList.js +0 -5
  1326. package/api/types/OpenConversationRequest.d.ts +0 -10
  1327. package/api/types/OpenConversationRequest.js +0 -5
  1328. package/api/types/PagesLink.d.ts +0 -16
  1329. package/api/types/PagesLink.js +0 -5
  1330. package/api/types/PaginatedResponse.d.ts +0 -16
  1331. package/api/types/PaginatedResponse.js +0 -5
  1332. package/api/types/PaginatedResponseDataItem.d.ts +0 -13
  1333. package/api/types/PaginatedResponseDataItem.js +0 -5
  1334. package/api/types/PaginatedResponseType.d.ts +0 -11
  1335. package/api/types/PaginatedResponseType.js +0 -10
  1336. package/api/types/PartAttachment.d.ts +0 -22
  1337. package/api/types/PartAttachment.js +0 -5
  1338. package/api/types/PhoneSwitch.d.ts +0 -12
  1339. package/api/types/PhoneSwitch.js +0 -5
  1340. package/api/types/RedactConversationRequest.d.ts +0 -19
  1341. package/api/types/RedactConversationRequest.js +0 -5
  1342. package/api/types/RedactConversationRequestConversationPart.d.ts +0 -12
  1343. package/api/types/RedactConversationRequestConversationPart.js +0 -5
  1344. package/api/types/RedactConversationRequestSource.d.ts +0 -12
  1345. package/api/types/RedactConversationRequestSource.js +0 -5
  1346. package/api/types/Reference.d.ts +0 -12
  1347. package/api/types/Reference.js +0 -5
  1348. package/api/types/ReplyConversationRequest.d.ts +0 -5
  1349. package/api/types/ReplyConversationRequest.js +0 -5
  1350. package/api/types/SearchRequest.d.ts +0 -11
  1351. package/api/types/SearchRequest.js +0 -5
  1352. package/api/types/SearchRequestQuery.d.ts +0 -5
  1353. package/api/types/SearchRequestQuery.js +0 -5
  1354. package/api/types/SegmentList.d.ts +0 -15
  1355. package/api/types/SegmentList.js +0 -5
  1356. package/api/types/SingleFilterSearchRequest.d.ts +0 -15
  1357. package/api/types/SingleFilterSearchRequest.js +0 -5
  1358. package/api/types/SingleFilterSearchRequestOperator.d.ts +0 -19
  1359. package/api/types/SingleFilterSearchRequestOperator.js +0 -18
  1360. package/api/types/SlaApplied.d.ts +0 -16
  1361. package/api/types/SlaApplied.js +0 -5
  1362. package/api/types/SlaAppliedSlaStatus.d.ts +0 -13
  1363. package/api/types/SlaAppliedSlaStatus.js +0 -12
  1364. package/api/types/SnoozeConversationRequest.d.ts +0 -12
  1365. package/api/types/SnoozeConversationRequest.js +0 -5
  1366. package/api/types/SocialProfile.d.ts +0 -14
  1367. package/api/types/SocialProfile.js +0 -5
  1368. package/api/types/StartingAfterPaging.d.ts +0 -9
  1369. package/api/types/StartingAfterPaging.js +0 -5
  1370. package/api/types/SubscriptionTypeList.d.ts +0 -13
  1371. package/api/types/SubscriptionTypeList.js +0 -5
  1372. package/api/types/TagCompanyRequest.d.ts +0 -13
  1373. package/api/types/TagCompanyRequest.js +0 -5
  1374. package/api/types/TagCompanyRequestCompaniesItem.d.ts +0 -9
  1375. package/api/types/TagCompanyRequestCompaniesItem.js +0 -5
  1376. package/api/types/TagList.d.ts +0 -13
  1377. package/api/types/TagList.js +0 -5
  1378. package/api/types/TagMultipleUsersRequest.d.ts +0 -12
  1379. package/api/types/TagMultipleUsersRequest.js +0 -5
  1380. package/api/types/TagMultipleUsersRequestUsersItem.d.ts +0 -7
  1381. package/api/types/TagMultipleUsersRequestUsersItem.js +0 -5
  1382. package/api/types/Tags.d.ts +0 -13
  1383. package/api/types/Tags.js +0 -5
  1384. package/api/types/TeamList.d.ts +0 -13
  1385. package/api/types/TeamList.js +0 -5
  1386. package/api/types/TeamPriorityLevel.d.ts +0 -12
  1387. package/api/types/TeamPriorityLevel.js +0 -5
  1388. package/api/types/TicketCustomAttributes.d.ts +0 -8
  1389. package/api/types/TicketCustomAttributes.js +0 -5
  1390. package/api/types/TicketCustomAttributesValue.d.ts +0 -5
  1391. package/api/types/TicketCustomAttributesValue.js +0 -5
  1392. package/api/types/TicketList.d.ts +0 -16
  1393. package/api/types/TicketList.js +0 -5
  1394. package/api/types/TicketPartAuthor.d.ts +0 -17
  1395. package/api/types/TicketPartAuthor.js +0 -5
  1396. package/api/types/TicketPartAuthorType.d.ts +0 -13
  1397. package/api/types/TicketPartAuthorType.js +0 -12
  1398. package/api/types/TicketParts.d.ts +0 -15
  1399. package/api/types/TicketParts.js +0 -5
  1400. package/api/types/TicketReply.d.ts +0 -26
  1401. package/api/types/TicketReply.js +0 -5
  1402. package/api/types/TicketReplyPartType.d.ts +0 -12
  1403. package/api/types/TicketReplyPartType.js +0 -11
  1404. package/api/types/TicketRequestCustomAttributes.d.ts +0 -8
  1405. package/api/types/TicketRequestCustomAttributes.js +0 -5
  1406. package/api/types/TicketRequestCustomAttributesValue.d.ts +0 -4
  1407. package/api/types/TicketRequestCustomAttributesValue.js +0 -5
  1408. package/api/types/TicketTypeAttribute.d.ts +0 -42
  1409. package/api/types/TicketTypeAttribute.js +0 -5
  1410. package/api/types/TicketTypeAttributeList.d.ts +0 -13
  1411. package/api/types/TicketTypeAttributeList.js +0 -5
  1412. package/api/types/TicketTypeList.d.ts +0 -13
  1413. package/api/types/TicketTypeList.js +0 -5
  1414. package/api/types/Translation.d.ts +0 -14
  1415. package/api/types/Translation.js +0 -5
  1416. package/api/types/UntagCompanyRequest.d.ts +0 -13
  1417. package/api/types/UntagCompanyRequest.js +0 -5
  1418. package/api/types/UntagCompanyRequestCompaniesItem.d.ts +0 -11
  1419. package/api/types/UntagCompanyRequestCompaniesItem.js +0 -5
  1420. package/api/types/UpdateArticleRequest.d.ts +0 -24
  1421. package/api/types/UpdateArticleRequest.js +0 -5
  1422. package/api/types/UpdateArticleRequestState.d.ts +0 -11
  1423. package/api/types/UpdateArticleRequestState.js +0 -10
  1424. package/api/types/UpdateTicketTypeRequest.d.ts +0 -22
  1425. package/api/types/UpdateTicketTypeRequest.js +0 -5
  1426. package/api/types/UpdateTicketTypeRequestCategory.d.ts +0 -12
  1427. package/api/types/UpdateTicketTypeRequestCategory.js +0 -11
  1428. package/api/types/UpdateVisitorRequest.d.ts +0 -8
  1429. package/api/types/UpdateVisitorRequest.js +0 -5
  1430. package/api/types/UpdateVisitorRequestWithId.d.ts +0 -9
  1431. package/api/types/UpdateVisitorRequestWithId.js +0 -5
  1432. package/api/types/UpdateVisitorRequestWithUserId.d.ts +0 -9
  1433. package/api/types/UpdateVisitorRequestWithUserId.js +0 -5
  1434. package/api/types/Visitor.d.ts +0 -69
  1435. package/api/types/Visitor.js +0 -5
  1436. package/api/types/VisitorAvatar.d.ts +0 -9
  1437. package/api/types/VisitorAvatar.js +0 -5
  1438. package/api/types/VisitorCompanies.d.ts +0 -9
  1439. package/api/types/VisitorCompanies.js +0 -5
  1440. package/api/types/VisitorDeletedObject.d.ts +0 -14
  1441. package/api/types/VisitorDeletedObject.js +0 -5
  1442. package/api/types/VisitorLocationData.d.ts +0 -21
  1443. package/api/types/VisitorLocationData.js +0 -5
  1444. package/api/types/VisitorSegments.d.ts +0 -8
  1445. package/api/types/VisitorSegments.js +0 -5
  1446. package/api/types/VisitorSocialProfiles.d.ts +0 -8
  1447. package/api/types/VisitorSocialProfiles.js +0 -5
  1448. package/api/types/VisitorTags.d.ts +0 -9
  1449. package/api/types/VisitorTags.js +0 -5
  1450. package/api/types/VisitorTagsTagsItem.d.ts +0 -11
  1451. package/api/types/VisitorTagsTagsItem.js +0 -5
  1452. package/api/types/index.d.ts +0 -179
  1453. package/api/types/index.js +0 -195
  1454. package/api/version.d.ts +0 -5
  1455. package/api/version.js +0 -5
  1456. package/core/auth/BasicAuth.d.ts +0 -8
  1457. package/core/auth/BasicAuth.js +0 -26
  1458. package/core/auth/BearerToken.d.ts +0 -5
  1459. package/core/auth/BearerToken.js +0 -15
  1460. package/core/auth/index.d.ts +0 -2
  1461. package/core/auth/index.js +0 -7
  1462. package/core/fetcher/APIResponse.d.ts +0 -10
  1463. package/core/fetcher/APIResponse.js +0 -2
  1464. package/core/fetcher/Fetcher.d.ts +0 -38
  1465. package/core/fetcher/Fetcher.js +0 -99
  1466. package/core/fetcher/Supplier.d.ts +0 -4
  1467. package/core/fetcher/Supplier.js +0 -22
  1468. package/core/fetcher/createRequestUrl.d.ts +0 -1
  1469. package/core/fetcher/createRequestUrl.js +0 -13
  1470. package/core/fetcher/getFetchFn.d.ts +0 -4
  1471. package/core/fetcher/getFetchFn.js +0 -55
  1472. package/core/fetcher/getHeader.d.ts +0 -1
  1473. package/core/fetcher/getHeader.js +0 -12
  1474. package/core/fetcher/getRequestBody.d.ts +0 -7
  1475. package/core/fetcher/getRequestBody.js +0 -23
  1476. package/core/fetcher/getResponseBody.d.ts +0 -1
  1477. package/core/fetcher/getResponseBody.js +0 -48
  1478. package/core/fetcher/index.d.ts +0 -5
  1479. package/core/fetcher/index.js +0 -9
  1480. package/core/fetcher/makeRequest.d.ts +0 -1
  1481. package/core/fetcher/makeRequest.js +0 -40
  1482. package/core/fetcher/requestWithRetries.d.ts +0 -1
  1483. package/core/fetcher/requestWithRetries.js +0 -32
  1484. package/core/fetcher/signals.d.ts +0 -12
  1485. package/core/fetcher/signals.js +0 -37
  1486. package/core/index.d.ts +0 -5
  1487. package/core/index.js +0 -21
  1488. package/core/pagination/Page.d.ts +0 -29
  1489. package/core/pagination/Page.js +0 -94
  1490. package/core/pagination/Pageable.d.ts +0 -12
  1491. package/core/pagination/Pageable.js +0 -10
  1492. package/core/pagination/index.d.ts +0 -2
  1493. package/core/pagination/index.js +0 -7
  1494. package/core/runtime/index.d.ts +0 -1
  1495. package/core/runtime/index.js +0 -5
  1496. package/core/runtime/runtime.d.ts +0 -9
  1497. package/core/runtime/runtime.js +0 -93
  1498. package/core/utils/index.d.ts +0 -1
  1499. package/core/utils/index.js +0 -5
  1500. package/core/utils/setObjectProperty.d.ts +0 -11
  1501. package/core/utils/setObjectProperty.js +0 -43
  1502. package/dist/Client.d.ts +0 -91
  1503. package/dist/Client.js +0 -117
  1504. package/dist/api/errors/BadRequestError.d.ts +0 -7
  1505. package/dist/api/errors/BadRequestError.js +0 -41
  1506. package/dist/api/errors/ForbiddenError.d.ts +0 -8
  1507. package/dist/api/errors/ForbiddenError.js +0 -41
  1508. package/dist/api/errors/NotFoundError.d.ts +0 -7
  1509. package/dist/api/errors/NotFoundError.js +0 -41
  1510. package/dist/api/errors/UnauthorizedError.d.ts +0 -8
  1511. package/dist/api/errors/UnauthorizedError.js +0 -41
  1512. package/dist/api/errors/UnprocessableEntityError.d.ts +0 -7
  1513. package/dist/api/errors/UnprocessableEntityError.js +0 -41
  1514. package/dist/api/errors/index.d.ts +0 -5
  1515. package/dist/api/errors/index.js +0 -21
  1516. package/dist/api/index.d.ts +0 -4
  1517. package/dist/api/index.js +0 -19
  1518. package/dist/api/resources/admins/client/Client.d.ts +0 -101
  1519. package/dist/api/resources/admins/client/Client.js +0 -387
  1520. package/dist/api/resources/admins/client/index.d.ts +0 -1
  1521. package/dist/api/resources/admins/client/index.js +0 -17
  1522. package/dist/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +0 -28
  1523. package/dist/api/resources/admins/client/requests/AdminsAwayRequest.js +0 -5
  1524. package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +0 -19
  1525. package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +0 -5
  1526. package/dist/api/resources/admins/client/requests/index.d.ts +0 -2
  1527. package/dist/api/resources/admins/client/requests/index.js +0 -2
  1528. package/dist/api/resources/admins/index.d.ts +0 -2
  1529. package/dist/api/resources/admins/index.js +0 -18
  1530. package/dist/api/resources/admins/types/Admin.d.ts +0 -30
  1531. package/dist/api/resources/admins/types/Admin.js +0 -5
  1532. package/dist/api/resources/admins/types/index.d.ts +0 -1
  1533. package/dist/api/resources/admins/types/index.js +0 -17
  1534. package/dist/api/resources/aiAgent/index.d.ts +0 -1
  1535. package/dist/api/resources/aiAgent/index.js +0 -17
  1536. package/dist/api/resources/aiAgent/types/AiAgent.d.ts +0 -22
  1537. package/dist/api/resources/aiAgent/types/AiAgent.js +0 -5
  1538. package/dist/api/resources/aiAgent/types/AiAgentSourceType.d.ts +0 -14
  1539. package/dist/api/resources/aiAgent/types/AiAgentSourceType.js +0 -13
  1540. package/dist/api/resources/aiAgent/types/index.d.ts +0 -2
  1541. package/dist/api/resources/aiAgent/types/index.js +0 -18
  1542. package/dist/api/resources/aiContentSource/index.d.ts +0 -1
  1543. package/dist/api/resources/aiContentSource/index.js +0 -17
  1544. package/dist/api/resources/aiContentSource/types/ContentSource.d.ts +0 -17
  1545. package/dist/api/resources/aiContentSource/types/ContentSource.js +0 -5
  1546. package/dist/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +0 -14
  1547. package/dist/api/resources/aiContentSource/types/ContentSourceContentType.js +0 -13
  1548. package/dist/api/resources/aiContentSource/types/index.d.ts +0 -2
  1549. package/dist/api/resources/aiContentSource/types/index.js +0 -18
  1550. package/dist/api/resources/articles/client/Client.d.ts +0 -142
  1551. package/dist/api/resources/articles/client/Client.js +0 -495
  1552. package/dist/api/resources/articles/client/index.d.ts +0 -1
  1553. package/dist/api/resources/articles/client/index.js +0 -17
  1554. package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +0 -25
  1555. package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.js +0 -5
  1556. package/dist/api/resources/articles/client/requests/index.d.ts +0 -1
  1557. package/dist/api/resources/articles/client/requests/index.js +0 -2
  1558. package/dist/api/resources/articles/index.d.ts +0 -2
  1559. package/dist/api/resources/articles/index.js +0 -18
  1560. package/dist/api/resources/articles/types/Article.d.ts +0 -10
  1561. package/dist/api/resources/articles/types/Article.js +0 -5
  1562. package/dist/api/resources/articles/types/ArticleListItem.d.ts +0 -40
  1563. package/dist/api/resources/articles/types/ArticleListItem.js +0 -5
  1564. package/dist/api/resources/articles/types/ArticleListItemState.d.ts +0 -11
  1565. package/dist/api/resources/articles/types/ArticleListItemState.js +0 -10
  1566. package/dist/api/resources/articles/types/ArticleSearchHighlights.d.ts +0 -15
  1567. package/dist/api/resources/articles/types/ArticleSearchHighlights.js +0 -5
  1568. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +0 -13
  1569. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +0 -5
  1570. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +0 -11
  1571. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +0 -10
  1572. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +0 -13
  1573. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +0 -5
  1574. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +0 -11
  1575. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +0 -10
  1576. package/dist/api/resources/articles/types/ArticleSearchResponse.d.ts +0 -16
  1577. package/dist/api/resources/articles/types/ArticleSearchResponse.js +0 -5
  1578. package/dist/api/resources/articles/types/ArticleSearchResponseData.d.ts +0 -13
  1579. package/dist/api/resources/articles/types/ArticleSearchResponseData.js +0 -5
  1580. package/dist/api/resources/articles/types/index.d.ts +0 -10
  1581. package/dist/api/resources/articles/types/index.js +0 -26
  1582. package/dist/api/resources/companies/client/Client.d.ts +0 -237
  1583. package/dist/api/resources/companies/client/Client.js +0 -893
  1584. package/dist/api/resources/companies/client/index.d.ts +0 -1
  1585. package/dist/api/resources/companies/client/index.js +0 -17
  1586. package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +0 -23
  1587. package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +0 -5
  1588. package/dist/api/resources/companies/client/requests/CompaniesListRequest.d.ts +0 -21
  1589. package/dist/api/resources/companies/client/requests/CompaniesListRequest.js +0 -5
  1590. package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +0 -33
  1591. package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +0 -5
  1592. package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +0 -13
  1593. package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.js +0 -5
  1594. package/dist/api/resources/companies/client/requests/index.d.ts +0 -4
  1595. package/dist/api/resources/companies/client/requests/index.js +0 -2
  1596. package/dist/api/resources/companies/index.d.ts +0 -2
  1597. package/dist/api/resources/companies/index.js +0 -18
  1598. package/dist/api/resources/companies/types/Company.d.ts +0 -46
  1599. package/dist/api/resources/companies/types/Company.js +0 -5
  1600. package/dist/api/resources/companies/types/CompanyPlan.d.ts +0 -11
  1601. package/dist/api/resources/companies/types/CompanyPlan.js +0 -5
  1602. package/dist/api/resources/companies/types/CompanySegments.d.ts +0 -12
  1603. package/dist/api/resources/companies/types/CompanySegments.js +0 -5
  1604. package/dist/api/resources/companies/types/CompanyTags.d.ts +0 -11
  1605. package/dist/api/resources/companies/types/CompanyTags.js +0 -5
  1606. package/dist/api/resources/companies/types/index.d.ts +0 -4
  1607. package/dist/api/resources/companies/types/index.js +0 -20
  1608. package/dist/api/resources/contacts/client/Client.d.ts +0 -363
  1609. package/dist/api/resources/contacts/client/Client.js +0 -1150
  1610. package/dist/api/resources/contacts/client/index.d.ts +0 -1
  1611. package/dist/api/resources/contacts/client/index.js +0 -17
  1612. package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +0 -28
  1613. package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +0 -5
  1614. package/dist/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +0 -16
  1615. package/dist/api/resources/contacts/client/requests/MergeContactsRequest.js +0 -5
  1616. package/dist/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +0 -34
  1617. package/dist/api/resources/contacts/client/requests/UpdateContactRequest.js +0 -5
  1618. package/dist/api/resources/contacts/client/requests/index.d.ts +0 -3
  1619. package/dist/api/resources/contacts/client/requests/index.js +0 -2
  1620. package/dist/api/resources/contacts/index.d.ts +0 -2
  1621. package/dist/api/resources/contacts/index.js +0 -18
  1622. package/dist/api/resources/contacts/types/Contact.d.ts +0 -95
  1623. package/dist/api/resources/contacts/types/Contact.js +0 -5
  1624. package/dist/api/resources/contacts/types/ContactAvatar.d.ts +0 -9
  1625. package/dist/api/resources/contacts/types/ContactAvatar.js +0 -5
  1626. package/dist/api/resources/contacts/types/index.d.ts +0 -2
  1627. package/dist/api/resources/contacts/types/index.js +0 -18
  1628. package/dist/api/resources/conversations/client/Client.d.ts +0 -446
  1629. package/dist/api/resources/conversations/client/Client.js +0 -1153
  1630. package/dist/api/resources/conversations/client/index.d.ts +0 -1
  1631. package/dist/api/resources/conversations/client/index.js +0 -17
  1632. package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +0 -26
  1633. package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +0 -5
  1634. package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +0 -13
  1635. package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.js +0 -5
  1636. package/dist/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +0 -17
  1637. package/dist/api/resources/conversations/client/requests/ConversationsListRequest.js +0 -5
  1638. package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +0 -20
  1639. package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +0 -5
  1640. package/dist/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +0 -28
  1641. package/dist/api/resources/conversations/client/requests/CreateConversationRequest.js +0 -5
  1642. package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +0 -28
  1643. package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +0 -5
  1644. package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +0 -32
  1645. package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.js +0 -5
  1646. package/dist/api/resources/conversations/client/requests/index.d.ts +0 -7
  1647. package/dist/api/resources/conversations/client/requests/index.js +0 -2
  1648. package/dist/api/resources/conversations/index.d.ts +0 -2
  1649. package/dist/api/resources/conversations/index.js +0 -18
  1650. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +0 -5
  1651. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +0 -5
  1652. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +0 -9
  1653. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +0 -5
  1654. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +0 -9
  1655. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +0 -5
  1656. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +0 -9
  1657. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +0 -5
  1658. package/dist/api/resources/conversations/types/Conversation.d.ts +0 -49
  1659. package/dist/api/resources/conversations/types/Conversation.js +0 -5
  1660. package/dist/api/resources/conversations/types/ConversationPriority.d.ts +0 -11
  1661. package/dist/api/resources/conversations/types/ConversationPriority.js +0 -10
  1662. package/dist/api/resources/conversations/types/ConversationState.d.ts +0 -12
  1663. package/dist/api/resources/conversations/types/ConversationState.js +0 -11
  1664. package/dist/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +0 -19
  1665. package/dist/api/resources/conversations/types/ConversationsManageRequestBody.js +0 -5
  1666. package/dist/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +0 -10
  1667. package/dist/api/resources/conversations/types/CreateConversationRequestFrom.js +0 -5
  1668. package/dist/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +0 -12
  1669. package/dist/api/resources/conversations/types/CreateConversationRequestFromType.js +0 -11
  1670. package/dist/api/resources/conversations/types/index.d.ts +0 -10
  1671. package/dist/api/resources/conversations/types/index.js +0 -26
  1672. package/dist/api/resources/customObjectInstances/index.d.ts +0 -1
  1673. package/dist/api/resources/customObjectInstances/index.js +0 -17
  1674. package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +0 -16
  1675. package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.js +0 -5
  1676. package/dist/api/resources/customObjectInstances/types/index.d.ts +0 -1
  1677. package/dist/api/resources/customObjectInstances/types/index.js +0 -17
  1678. package/dist/api/resources/dataAttributes/client/Client.d.ts +0 -136
  1679. package/dist/api/resources/dataAttributes/client/Client.js +0 -336
  1680. package/dist/api/resources/dataAttributes/client/index.d.ts +0 -1
  1681. package/dist/api/resources/dataAttributes/client/index.js +0 -17
  1682. package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +0 -63
  1683. package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +0 -5
  1684. package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +0 -18
  1685. package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +0 -5
  1686. package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +0 -41
  1687. package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +0 -5
  1688. package/dist/api/resources/dataAttributes/client/requests/index.d.ts +0 -3
  1689. package/dist/api/resources/dataAttributes/client/requests/index.js +0 -2
  1690. package/dist/api/resources/dataAttributes/index.d.ts +0 -2
  1691. package/dist/api/resources/dataAttributes/index.js +0 -18
  1692. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +0 -15
  1693. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +0 -14
  1694. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +0 -11
  1695. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +0 -10
  1696. package/dist/api/resources/dataAttributes/types/DataAttribute.d.ts +0 -43
  1697. package/dist/api/resources/dataAttributes/types/DataAttribute.js +0 -5
  1698. package/dist/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +0 -14
  1699. package/dist/api/resources/dataAttributes/types/DataAttributeDataType.js +0 -13
  1700. package/dist/api/resources/dataAttributes/types/DataAttributeModel.d.ts +0 -11
  1701. package/dist/api/resources/dataAttributes/types/DataAttributeModel.js +0 -10
  1702. package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +0 -9
  1703. package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +0 -11
  1704. package/dist/api/resources/dataAttributes/types/index.d.ts +0 -6
  1705. package/dist/api/resources/dataAttributes/types/index.js +0 -22
  1706. package/dist/api/resources/dataEvents/index.d.ts +0 -1
  1707. package/dist/api/resources/dataEvents/index.js +0 -17
  1708. package/dist/api/resources/dataEvents/types/DataEvent.d.ts +0 -24
  1709. package/dist/api/resources/dataEvents/types/DataEvent.js +0 -5
  1710. package/dist/api/resources/dataEvents/types/index.d.ts +0 -1
  1711. package/dist/api/resources/dataEvents/types/index.js +0 -17
  1712. package/dist/api/resources/dataExport/client/Client.d.ts +0 -100
  1713. package/dist/api/resources/dataExport/client/Client.js +0 -310
  1714. package/dist/api/resources/dataExport/client/index.d.ts +0 -1
  1715. package/dist/api/resources/dataExport/client/index.js +0 -17
  1716. package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +0 -16
  1717. package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +0 -5
  1718. package/dist/api/resources/dataExport/client/requests/index.d.ts +0 -1
  1719. package/dist/api/resources/dataExport/client/requests/index.js +0 -2
  1720. package/dist/api/resources/dataExport/index.d.ts +0 -2
  1721. package/dist/api/resources/dataExport/index.js +0 -18
  1722. package/dist/api/resources/dataExport/types/DataExport.d.ts +0 -17
  1723. package/dist/api/resources/dataExport/types/DataExport.js +0 -5
  1724. package/dist/api/resources/dataExport/types/DataExportStatus.d.ts +0 -15
  1725. package/dist/api/resources/dataExport/types/DataExportStatus.js +0 -14
  1726. package/dist/api/resources/dataExport/types/index.d.ts +0 -2
  1727. package/dist/api/resources/dataExport/types/index.js +0 -18
  1728. package/dist/api/resources/events/client/Client.d.ts +0 -127
  1729. package/dist/api/resources/events/client/Client.js +0 -318
  1730. package/dist/api/resources/events/client/index.d.ts +0 -1
  1731. package/dist/api/resources/events/client/index.js +0 -17
  1732. package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +0 -14
  1733. package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +0 -5
  1734. package/dist/api/resources/events/client/requests/EventsListRequest.d.ts +0 -25
  1735. package/dist/api/resources/events/client/requests/EventsListRequest.js +0 -5
  1736. package/dist/api/resources/events/client/requests/index.d.ts +0 -2
  1737. package/dist/api/resources/events/client/requests/index.js +0 -2
  1738. package/dist/api/resources/events/index.d.ts +0 -2
  1739. package/dist/api/resources/events/index.js +0 -18
  1740. package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +0 -16
  1741. package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +0 -5
  1742. package/dist/api/resources/events/types/EventsListRequestFilter.d.ts +0 -5
  1743. package/dist/api/resources/events/types/EventsListRequestFilter.js +0 -5
  1744. package/dist/api/resources/events/types/EventsListRequestFilterEmail.d.ts +0 -6
  1745. package/dist/api/resources/events/types/EventsListRequestFilterEmail.js +0 -5
  1746. package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +0 -6
  1747. package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +0 -5
  1748. package/dist/api/resources/events/types/EventsListRequestFilterUserId.d.ts +0 -6
  1749. package/dist/api/resources/events/types/EventsListRequestFilterUserId.js +0 -5
  1750. package/dist/api/resources/events/types/index.d.ts +0 -5
  1751. package/dist/api/resources/events/types/index.js +0 -21
  1752. package/dist/api/resources/helpCenter/client/Client.d.ts +0 -60
  1753. package/dist/api/resources/helpCenter/client/Client.js +0 -196
  1754. package/dist/api/resources/helpCenter/client/index.d.ts +0 -1
  1755. package/dist/api/resources/helpCenter/client/index.js +0 -2
  1756. package/dist/api/resources/helpCenter/index.d.ts +0 -3
  1757. package/dist/api/resources/helpCenter/index.js +0 -19
  1758. package/dist/api/resources/helpCenter/resources/collections/client/Client.d.ts +0 -106
  1759. package/dist/api/resources/helpCenter/resources/collections/client/Client.js +0 -395
  1760. package/dist/api/resources/helpCenter/resources/collections/client/index.d.ts +0 -1
  1761. package/dist/api/resources/helpCenter/resources/collections/client/index.js +0 -17
  1762. package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +0 -27
  1763. package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +0 -5
  1764. package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +0 -24
  1765. package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +0 -5
  1766. package/dist/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +0 -2
  1767. package/dist/api/resources/helpCenter/resources/collections/client/requests/index.js +0 -2
  1768. package/dist/api/resources/helpCenter/resources/collections/index.d.ts +0 -1
  1769. package/dist/api/resources/helpCenter/resources/collections/index.js +0 -17
  1770. package/dist/api/resources/helpCenter/resources/index.d.ts +0 -2
  1771. package/dist/api/resources/helpCenter/resources/index.js +0 -31
  1772. package/dist/api/resources/helpCenter/types/Collection.d.ts +0 -34
  1773. package/dist/api/resources/helpCenter/types/Collection.js +0 -5
  1774. package/dist/api/resources/helpCenter/types/HelpCenter.d.ts +0 -22
  1775. package/dist/api/resources/helpCenter/types/HelpCenter.js +0 -5
  1776. package/dist/api/resources/helpCenter/types/HelpCenterList.d.ts +0 -13
  1777. package/dist/api/resources/helpCenter/types/HelpCenterList.js +0 -5
  1778. package/dist/api/resources/helpCenter/types/index.d.ts +0 -3
  1779. package/dist/api/resources/helpCenter/types/index.js +0 -19
  1780. package/dist/api/resources/index.d.ts +0 -63
  1781. package/dist/api/resources/index.js +0 -92
  1782. package/dist/api/resources/messages/client/Client.d.ts +0 -145
  1783. package/dist/api/resources/messages/client/Client.js +0 -235
  1784. package/dist/api/resources/messages/client/index.d.ts +0 -1
  1785. package/dist/api/resources/messages/client/index.js +0 -2
  1786. package/dist/api/resources/messages/index.d.ts +0 -2
  1787. package/dist/api/resources/messages/index.js +0 -18
  1788. package/dist/api/resources/messages/types/Message.d.ts +0 -23
  1789. package/dist/api/resources/messages/types/Message.js +0 -5
  1790. package/dist/api/resources/messages/types/MessageMessageType.d.ts +0 -13
  1791. package/dist/api/resources/messages/types/MessageMessageType.js +0 -12
  1792. package/dist/api/resources/messages/types/index.d.ts +0 -2
  1793. package/dist/api/resources/messages/types/index.js +0 -18
  1794. package/dist/api/resources/news/client/Client.d.ts +0 -154
  1795. package/dist/api/resources/news/client/Client.js +0 -588
  1796. package/dist/api/resources/news/client/index.d.ts +0 -1
  1797. package/dist/api/resources/news/client/index.js +0 -2
  1798. package/dist/api/resources/news/index.d.ts +0 -2
  1799. package/dist/api/resources/news/index.js +0 -18
  1800. package/dist/api/resources/news/types/NewsItem.d.ts +0 -35
  1801. package/dist/api/resources/news/types/NewsItem.js +0 -5
  1802. package/dist/api/resources/news/types/NewsItemState.d.ts +0 -11
  1803. package/dist/api/resources/news/types/NewsItemState.js +0 -10
  1804. package/dist/api/resources/news/types/Newsfeed.d.ts +0 -18
  1805. package/dist/api/resources/news/types/Newsfeed.js +0 -5
  1806. package/dist/api/resources/news/types/NewsfeedAssignment.d.ts +0 -12
  1807. package/dist/api/resources/news/types/NewsfeedAssignment.js +0 -5
  1808. package/dist/api/resources/news/types/index.d.ts +0 -4
  1809. package/dist/api/resources/news/types/index.js +0 -20
  1810. package/dist/api/resources/notes/client/Client.d.ts +0 -89
  1811. package/dist/api/resources/notes/client/Client.js +0 -273
  1812. package/dist/api/resources/notes/client/index.d.ts +0 -1
  1813. package/dist/api/resources/notes/client/index.js +0 -17
  1814. package/dist/api/resources/notes/client/requests/NotesCreateRequest.d.ts +0 -33
  1815. package/dist/api/resources/notes/client/requests/NotesCreateRequest.js +0 -5
  1816. package/dist/api/resources/notes/client/requests/index.d.ts +0 -1
  1817. package/dist/api/resources/notes/client/requests/index.js +0 -2
  1818. package/dist/api/resources/notes/index.d.ts +0 -2
  1819. package/dist/api/resources/notes/index.js +0 -18
  1820. package/dist/api/resources/notes/types/Note.d.ts +0 -21
  1821. package/dist/api/resources/notes/types/Note.js +0 -5
  1822. package/dist/api/resources/notes/types/NoteContact.d.ts +0 -12
  1823. package/dist/api/resources/notes/types/NoteContact.js +0 -5
  1824. package/dist/api/resources/notes/types/index.d.ts +0 -2
  1825. package/dist/api/resources/notes/types/index.js +0 -18
  1826. package/dist/api/resources/phoneCallRedirect/client/Client.d.ts +0 -62
  1827. package/dist/api/resources/phoneCallRedirect/client/Client.js +0 -150
  1828. package/dist/api/resources/phoneCallRedirect/client/index.d.ts +0 -1
  1829. package/dist/api/resources/phoneCallRedirect/client/index.js +0 -2
  1830. package/dist/api/resources/phoneCallRedirect/index.d.ts +0 -1
  1831. package/dist/api/resources/phoneCallRedirect/index.js +0 -17
  1832. package/dist/api/resources/segments/client/Client.d.ts +0 -58
  1833. package/dist/api/resources/segments/client/Client.js +0 -198
  1834. package/dist/api/resources/segments/client/index.d.ts +0 -1
  1835. package/dist/api/resources/segments/client/index.js +0 -17
  1836. package/dist/api/resources/segments/client/requests/SegmentsListRequest.d.ts +0 -13
  1837. package/dist/api/resources/segments/client/requests/SegmentsListRequest.js +0 -5
  1838. package/dist/api/resources/segments/client/requests/index.d.ts +0 -1
  1839. package/dist/api/resources/segments/client/requests/index.js +0 -2
  1840. package/dist/api/resources/segments/index.d.ts +0 -2
  1841. package/dist/api/resources/segments/index.js +0 -18
  1842. package/dist/api/resources/segments/types/Segment.d.ts +0 -23
  1843. package/dist/api/resources/segments/types/Segment.js +0 -5
  1844. package/dist/api/resources/segments/types/SegmentPersonType.d.ts +0 -11
  1845. package/dist/api/resources/segments/types/SegmentPersonType.js +0 -10
  1846. package/dist/api/resources/segments/types/index.d.ts +0 -2
  1847. package/dist/api/resources/segments/types/index.js +0 -18
  1848. package/dist/api/resources/subscriptionTypes/index.d.ts +0 -1
  1849. package/dist/api/resources/subscriptionTypes/index.js +0 -17
  1850. package/dist/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +0 -22
  1851. package/dist/api/resources/subscriptionTypes/types/SubscriptionType.js +0 -5
  1852. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +0 -11
  1853. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +0 -10
  1854. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +0 -8
  1855. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +0 -10
  1856. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +0 -12
  1857. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +0 -11
  1858. package/dist/api/resources/subscriptionTypes/types/index.d.ts +0 -4
  1859. package/dist/api/resources/subscriptionTypes/types/index.js +0 -20
  1860. package/dist/api/resources/subscriptions/client/Client.d.ts +0 -41
  1861. package/dist/api/resources/subscriptions/client/Client.js +0 -124
  1862. package/dist/api/resources/subscriptions/client/index.d.ts +0 -1
  1863. package/dist/api/resources/subscriptions/client/index.js +0 -2
  1864. package/dist/api/resources/subscriptions/index.d.ts +0 -1
  1865. package/dist/api/resources/subscriptions/index.js +0 -17
  1866. package/dist/api/resources/tags/client/Client.d.ts +0 -224
  1867. package/dist/api/resources/tags/client/Client.js +0 -776
  1868. package/dist/api/resources/tags/client/index.d.ts +0 -1
  1869. package/dist/api/resources/tags/client/index.js +0 -17
  1870. package/dist/api/resources/tags/client/requests/TagsAttachRequest.d.ts +0 -22
  1871. package/dist/api/resources/tags/client/requests/TagsAttachRequest.js +0 -5
  1872. package/dist/api/resources/tags/client/requests/TagsDetachRequest.d.ts +0 -23
  1873. package/dist/api/resources/tags/client/requests/TagsDetachRequest.js +0 -5
  1874. package/dist/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +0 -23
  1875. package/dist/api/resources/tags/client/requests/TagsTagContactRequest.js +0 -5
  1876. package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +0 -22
  1877. package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.js +0 -5
  1878. package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +0 -23
  1879. package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.js +0 -5
  1880. package/dist/api/resources/tags/client/requests/index.d.ts +0 -5
  1881. package/dist/api/resources/tags/client/requests/index.js +0 -2
  1882. package/dist/api/resources/tags/index.d.ts +0 -2
  1883. package/dist/api/resources/tags/index.js +0 -18
  1884. package/dist/api/resources/tags/types/Tag.d.ts +0 -18
  1885. package/dist/api/resources/tags/types/Tag.js +0 -5
  1886. package/dist/api/resources/tags/types/TagsCreateRequestBody.d.ts +0 -5
  1887. package/dist/api/resources/tags/types/TagsCreateRequestBody.js +0 -5
  1888. package/dist/api/resources/tags/types/index.d.ts +0 -2
  1889. package/dist/api/resources/tags/types/index.js +0 -18
  1890. package/dist/api/resources/teams/client/Client.d.ts +0 -57
  1891. package/dist/api/resources/teams/client/Client.js +0 -191
  1892. package/dist/api/resources/teams/client/index.d.ts +0 -1
  1893. package/dist/api/resources/teams/client/index.js +0 -2
  1894. package/dist/api/resources/teams/index.d.ts +0 -2
  1895. package/dist/api/resources/teams/index.js +0 -18
  1896. package/dist/api/resources/teams/types/Team.d.ts +0 -18
  1897. package/dist/api/resources/teams/types/Team.js +0 -5
  1898. package/dist/api/resources/teams/types/index.d.ts +0 -1
  1899. package/dist/api/resources/teams/types/index.js +0 -17
  1900. package/dist/api/resources/ticketTypeAttributes/client/Client.d.ts +0 -67
  1901. package/dist/api/resources/ticketTypeAttributes/client/Client.js +0 -201
  1902. package/dist/api/resources/ticketTypeAttributes/client/index.d.ts +0 -1
  1903. package/dist/api/resources/ticketTypeAttributes/client/index.js +0 -17
  1904. package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +0 -35
  1905. package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +0 -5
  1906. package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +0 -31
  1907. package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +0 -5
  1908. package/dist/api/resources/ticketTypeAttributes/client/requests/index.d.ts +0 -2
  1909. package/dist/api/resources/ticketTypeAttributes/client/requests/index.js +0 -2
  1910. package/dist/api/resources/ticketTypeAttributes/index.d.ts +0 -2
  1911. package/dist/api/resources/ticketTypeAttributes/index.js +0 -18
  1912. package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +0 -16
  1913. package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +0 -15
  1914. package/dist/api/resources/ticketTypeAttributes/types/index.d.ts +0 -1
  1915. package/dist/api/resources/ticketTypeAttributes/types/index.js +0 -17
  1916. package/dist/api/resources/ticketTypes/client/Client.d.ts +0 -97
  1917. package/dist/api/resources/ticketTypes/client/Client.js +0 -329
  1918. package/dist/api/resources/ticketTypes/client/index.d.ts +0 -1
  1919. package/dist/api/resources/ticketTypes/client/index.js +0 -2
  1920. package/dist/api/resources/ticketTypes/index.d.ts +0 -1
  1921. package/dist/api/resources/ticketTypes/index.js +0 -17
  1922. package/dist/api/resources/tickets/client/Client.d.ts +0 -251
  1923. package/dist/api/resources/tickets/client/Client.js +0 -546
  1924. package/dist/api/resources/tickets/client/index.d.ts +0 -1
  1925. package/dist/api/resources/tickets/client/index.js +0 -17
  1926. package/dist/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +0 -28
  1927. package/dist/api/resources/tickets/client/requests/CreateTicketRequest.js +0 -5
  1928. package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +0 -59
  1929. package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.js +0 -5
  1930. package/dist/api/resources/tickets/client/requests/index.d.ts +0 -2
  1931. package/dist/api/resources/tickets/client/requests/index.js +0 -2
  1932. package/dist/api/resources/tickets/index.d.ts +0 -2
  1933. package/dist/api/resources/tickets/index.js +0 -18
  1934. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +0 -5
  1935. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.js +0 -5
  1936. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +0 -7
  1937. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +0 -5
  1938. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +0 -7
  1939. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +0 -5
  1940. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +0 -7
  1941. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +0 -5
  1942. package/dist/api/resources/tickets/types/Ticket.d.ts +0 -42
  1943. package/dist/api/resources/tickets/types/Ticket.js +0 -5
  1944. package/dist/api/resources/tickets/types/TicketCategory.d.ts +0 -12
  1945. package/dist/api/resources/tickets/types/TicketCategory.js +0 -11
  1946. package/dist/api/resources/tickets/types/TicketContacts.d.ts +0 -13
  1947. package/dist/api/resources/tickets/types/TicketContacts.js +0 -5
  1948. package/dist/api/resources/tickets/types/TicketPart.d.ts +0 -34
  1949. package/dist/api/resources/tickets/types/TicketPart.js +0 -5
  1950. package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +0 -13
  1951. package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.js +0 -12
  1952. package/dist/api/resources/tickets/types/TicketPartTicketState.d.ts +0 -13
  1953. package/dist/api/resources/tickets/types/TicketPartTicketState.js +0 -12
  1954. package/dist/api/resources/tickets/types/TicketTicketState.d.ts +0 -13
  1955. package/dist/api/resources/tickets/types/TicketTicketState.js +0 -12
  1956. package/dist/api/resources/tickets/types/TicketType.d.ts +0 -30
  1957. package/dist/api/resources/tickets/types/TicketType.js +0 -5
  1958. package/dist/api/resources/tickets/types/TicketTypeCategory.d.ts +0 -12
  1959. package/dist/api/resources/tickets/types/TicketTypeCategory.js +0 -11
  1960. package/dist/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +0 -5
  1961. package/dist/api/resources/tickets/types/TicketsReplyRequestBody.js +0 -5
  1962. package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +0 -9
  1963. package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.js +0 -5
  1964. package/dist/api/resources/tickets/types/UpdateTicketRequestState.d.ts +0 -12
  1965. package/dist/api/resources/tickets/types/UpdateTicketRequestState.js +0 -11
  1966. package/dist/api/resources/tickets/types/index.d.ts +0 -16
  1967. package/dist/api/resources/tickets/types/index.js +0 -32
  1968. package/dist/api/resources/visitors/client/Client.d.ts +0 -97
  1969. package/dist/api/resources/visitors/client/Client.js +0 -288
  1970. package/dist/api/resources/visitors/client/index.d.ts +0 -1
  1971. package/dist/api/resources/visitors/client/index.js +0 -17
  1972. package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +0 -25
  1973. package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.js +0 -5
  1974. package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +0 -15
  1975. package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.js +0 -5
  1976. package/dist/api/resources/visitors/client/requests/index.d.ts +0 -2
  1977. package/dist/api/resources/visitors/client/requests/index.js +0 -2
  1978. package/dist/api/resources/visitors/index.d.ts +0 -2
  1979. package/dist/api/resources/visitors/index.js +0 -18
  1980. package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +0 -8
  1981. package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.js +0 -5
  1982. package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +0 -8
  1983. package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +0 -5
  1984. package/dist/api/resources/visitors/types/UserWithId.d.ts +0 -9
  1985. package/dist/api/resources/visitors/types/UserWithId.js +0 -5
  1986. package/dist/api/resources/visitors/types/UserWithUserId.d.ts +0 -9
  1987. package/dist/api/resources/visitors/types/UserWithUserId.js +0 -5
  1988. package/dist/api/resources/visitors/types/VisitorWithEmail.d.ts +0 -7
  1989. package/dist/api/resources/visitors/types/VisitorWithEmail.js +0 -5
  1990. package/dist/api/resources/visitors/types/VisitorWithId.d.ts +0 -7
  1991. package/dist/api/resources/visitors/types/VisitorWithId.js +0 -5
  1992. package/dist/api/resources/visitors/types/VisitorWithUserId.d.ts +0 -7
  1993. package/dist/api/resources/visitors/types/VisitorWithUserId.js +0 -5
  1994. package/dist/api/resources/visitors/types/index.d.ts +0 -7
  1995. package/dist/api/resources/visitors/types/index.js +0 -23
  1996. package/dist/api/types/ActivityLog.d.ts +0 -19
  1997. package/dist/api/types/ActivityLog.js +0 -5
  1998. package/dist/api/types/ActivityLogActivityType.d.ts +0 -73
  1999. package/dist/api/types/ActivityLogActivityType.js +0 -75
  2000. package/dist/api/types/ActivityLogList.d.ts +0 -14
  2001. package/dist/api/types/ActivityLogList.js +0 -5
  2002. package/dist/api/types/ActivityLogMetadata.d.ts +0 -26
  2003. package/dist/api/types/ActivityLogMetadata.js +0 -5
  2004. package/dist/api/types/ActivityLogPerformedBy.d.ts +0 -16
  2005. package/dist/api/types/ActivityLogPerformedBy.js +0 -5
  2006. package/dist/api/types/AddressableList.d.ts +0 -14
  2007. package/dist/api/types/AddressableList.js +0 -5
  2008. package/dist/api/types/AdminList.d.ts +0 -13
  2009. package/dist/api/types/AdminList.js +0 -5
  2010. package/dist/api/types/AdminPriorityLevel.d.ts +0 -12
  2011. package/dist/api/types/AdminPriorityLevel.js +0 -5
  2012. package/dist/api/types/AdminReplyConversationRequest.d.ts +0 -21
  2013. package/dist/api/types/AdminReplyConversationRequest.js +0 -5
  2014. package/dist/api/types/AdminReplyConversationRequestMessageType.d.ts +0 -8
  2015. package/dist/api/types/AdminReplyConversationRequestMessageType.js +0 -10
  2016. package/dist/api/types/AdminReplyTicketRequest.d.ts +0 -21
  2017. package/dist/api/types/AdminReplyTicketRequest.js +0 -5
  2018. package/dist/api/types/AdminReplyTicketRequestMessageType.d.ts +0 -9
  2019. package/dist/api/types/AdminReplyTicketRequestMessageType.js +0 -11
  2020. package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +0 -9
  2021. package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.js +0 -5
  2022. package/dist/api/types/AdminWithApp.d.ts +0 -33
  2023. package/dist/api/types/AdminWithApp.js +0 -5
  2024. package/dist/api/types/AdminWithAppAvatar.d.ts +0 -12
  2025. package/dist/api/types/AdminWithAppAvatar.js +0 -5
  2026. package/dist/api/types/App.d.ts +0 -22
  2027. package/dist/api/types/App.js +0 -5
  2028. package/dist/api/types/ArticleContent.d.ts +0 -27
  2029. package/dist/api/types/ArticleContent.js +0 -5
  2030. package/dist/api/types/ArticleContentState.d.ts +0 -11
  2031. package/dist/api/types/ArticleContentState.js +0 -10
  2032. package/dist/api/types/ArticleList.d.ts +0 -16
  2033. package/dist/api/types/ArticleList.js +0 -5
  2034. package/dist/api/types/ArticleStatistics.d.ts +0 -22
  2035. package/dist/api/types/ArticleStatistics.js +0 -5
  2036. package/dist/api/types/ArticleTranslatedContent.d.ts +0 -85
  2037. package/dist/api/types/ArticleTranslatedContent.js +0 -5
  2038. package/dist/api/types/AssignConversationRequest.d.ts +0 -16
  2039. package/dist/api/types/AssignConversationRequest.js +0 -5
  2040. package/dist/api/types/AssignConversationRequestType.d.ts +0 -8
  2041. package/dist/api/types/AssignConversationRequestType.js +0 -10
  2042. package/dist/api/types/CloseConversationRequest.d.ts +0 -13
  2043. package/dist/api/types/CloseConversationRequest.js +0 -5
  2044. package/dist/api/types/CollectionList.d.ts +0 -16
  2045. package/dist/api/types/CollectionList.js +0 -5
  2046. package/dist/api/types/CompanyAttachedContacts.d.ts +0 -16
  2047. package/dist/api/types/CompanyAttachedContacts.js +0 -5
  2048. package/dist/api/types/CompanyAttachedSegments.d.ts +0 -13
  2049. package/dist/api/types/CompanyAttachedSegments.js +0 -5
  2050. package/dist/api/types/CompanyList.d.ts +0 -16
  2051. package/dist/api/types/CompanyList.js +0 -5
  2052. package/dist/api/types/CompanyScroll.d.ts +0 -17
  2053. package/dist/api/types/CompanyScroll.js +0 -5
  2054. package/dist/api/types/ContactArchived.d.ts +0 -16
  2055. package/dist/api/types/ContactArchived.js +0 -5
  2056. package/dist/api/types/ContactAttachedCompanies.d.ts +0 -16
  2057. package/dist/api/types/ContactAttachedCompanies.js +0 -5
  2058. package/dist/api/types/ContactCompanies.d.ts +0 -14
  2059. package/dist/api/types/ContactCompanies.js +0 -5
  2060. package/dist/api/types/ContactDeleted.d.ts +0 -16
  2061. package/dist/api/types/ContactDeleted.js +0 -5
  2062. package/dist/api/types/ContactList.d.ts +0 -16
  2063. package/dist/api/types/ContactList.js +0 -5
  2064. package/dist/api/types/ContactLocation.d.ts +0 -16
  2065. package/dist/api/types/ContactLocation.js +0 -5
  2066. package/dist/api/types/ContactNotes.d.ts +0 -17
  2067. package/dist/api/types/ContactNotes.js +0 -5
  2068. package/dist/api/types/ContactReference.d.ts +0 -14
  2069. package/dist/api/types/ContactReference.js +0 -5
  2070. package/dist/api/types/ContactReplyBaseRequest.d.ts +0 -13
  2071. package/dist/api/types/ContactReplyBaseRequest.js +0 -5
  2072. package/dist/api/types/ContactReplyConversationRequest.d.ts +0 -5
  2073. package/dist/api/types/ContactReplyConversationRequest.js +0 -5
  2074. package/dist/api/types/ContactReplyEmailRequest.d.ts +0 -13
  2075. package/dist/api/types/ContactReplyEmailRequest.js +0 -5
  2076. package/dist/api/types/ContactReplyIntercomUserIdRequest.d.ts +0 -13
  2077. package/dist/api/types/ContactReplyIntercomUserIdRequest.js +0 -5
  2078. package/dist/api/types/ContactReplyTicketEmailRequest.d.ts +0 -11
  2079. package/dist/api/types/ContactReplyTicketEmailRequest.js +0 -5
  2080. package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +0 -11
  2081. package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.js +0 -5
  2082. package/dist/api/types/ContactReplyTicketRequest.d.ts +0 -5
  2083. package/dist/api/types/ContactReplyTicketRequest.js +0 -5
  2084. package/dist/api/types/ContactReplyTicketUserIdRequest.d.ts +0 -11
  2085. package/dist/api/types/ContactReplyTicketUserIdRequest.js +0 -5
  2086. package/dist/api/types/ContactReplyUserIdRequest.d.ts +0 -13
  2087. package/dist/api/types/ContactReplyUserIdRequest.js +0 -5
  2088. package/dist/api/types/ContactSegments.d.ts +0 -13
  2089. package/dist/api/types/ContactSegments.js +0 -5
  2090. package/dist/api/types/ContactSocialProfiles.d.ts +0 -11
  2091. package/dist/api/types/ContactSocialProfiles.js +0 -5
  2092. package/dist/api/types/ContactSubscriptionTypes.d.ts +0 -17
  2093. package/dist/api/types/ContactSubscriptionTypes.js +0 -5
  2094. package/dist/api/types/ContactTags.d.ts +0 -17
  2095. package/dist/api/types/ContactTags.js +0 -5
  2096. package/dist/api/types/ContactUnarchived.d.ts +0 -16
  2097. package/dist/api/types/ContactUnarchived.js +0 -5
  2098. package/dist/api/types/ContentSourcesList.d.ts +0 -11
  2099. package/dist/api/types/ContentSourcesList.js +0 -5
  2100. package/dist/api/types/ConversationAttachmentFiles.d.ts +0 -14
  2101. package/dist/api/types/ConversationAttachmentFiles.js +0 -5
  2102. package/dist/api/types/ConversationContacts.d.ts +0 -13
  2103. package/dist/api/types/ConversationContacts.js +0 -5
  2104. package/dist/api/types/ConversationFirstContactReply.d.ts +0 -14
  2105. package/dist/api/types/ConversationFirstContactReply.js +0 -5
  2106. package/dist/api/types/ConversationList.d.ts +0 -16
  2107. package/dist/api/types/ConversationList.js +0 -5
  2108. package/dist/api/types/ConversationPart.d.ts +0 -32
  2109. package/dist/api/types/ConversationPart.js +0 -5
  2110. package/dist/api/types/ConversationPartAuthor.d.ts +0 -16
  2111. package/dist/api/types/ConversationPartAuthor.js +0 -5
  2112. package/dist/api/types/ConversationParts.d.ts +0 -15
  2113. package/dist/api/types/ConversationParts.js +0 -5
  2114. package/dist/api/types/ConversationRating.d.ts +0 -17
  2115. package/dist/api/types/ConversationRating.js +0 -5
  2116. package/dist/api/types/ConversationSource.d.ts +0 -26
  2117. package/dist/api/types/ConversationSource.js +0 -5
  2118. package/dist/api/types/ConversationStatistics.d.ts +0 -46
  2119. package/dist/api/types/ConversationStatistics.js +0 -5
  2120. package/dist/api/types/ConversationTeammates.d.ts +0 -13
  2121. package/dist/api/types/ConversationTeammates.js +0 -5
  2122. package/dist/api/types/CreateArticleRequest.d.ts +0 -24
  2123. package/dist/api/types/CreateArticleRequest.js +0 -5
  2124. package/dist/api/types/CreateArticleRequestState.d.ts +0 -11
  2125. package/dist/api/types/CreateArticleRequestState.js +0 -10
  2126. package/dist/api/types/CreateContactRequest.d.ts +0 -8
  2127. package/dist/api/types/CreateContactRequest.js +0 -5
  2128. package/dist/api/types/CreateContactRequestWithEmail.d.ts +0 -23
  2129. package/dist/api/types/CreateContactRequestWithEmail.js +0 -5
  2130. package/dist/api/types/CreateContactRequestWithExternalId.d.ts +0 -23
  2131. package/dist/api/types/CreateContactRequestWithExternalId.js +0 -5
  2132. package/dist/api/types/CreateContactRequestWithRole.d.ts +0 -23
  2133. package/dist/api/types/CreateContactRequestWithRole.js +0 -5
  2134. package/dist/api/types/CreateDataEventRequest.d.ts +0 -8
  2135. package/dist/api/types/CreateDataEventRequest.js +0 -5
  2136. package/dist/api/types/CreateDataEventRequestWithEmail.d.ts +0 -13
  2137. package/dist/api/types/CreateDataEventRequestWithEmail.js +0 -5
  2138. package/dist/api/types/CreateDataEventRequestWithId.d.ts +0 -13
  2139. package/dist/api/types/CreateDataEventRequestWithId.js +0 -5
  2140. package/dist/api/types/CreateDataEventRequestWithUserId.d.ts +0 -13
  2141. package/dist/api/types/CreateDataEventRequestWithUserId.js +0 -5
  2142. package/dist/api/types/CreateMessageRequest.d.ts +0 -16
  2143. package/dist/api/types/CreateMessageRequest.js +0 -5
  2144. package/dist/api/types/CreateMessageRequestFrom.d.ts +0 -12
  2145. package/dist/api/types/CreateMessageRequestFrom.js +0 -5
  2146. package/dist/api/types/CreateMessageRequestTo.d.ts +0 -13
  2147. package/dist/api/types/CreateMessageRequestTo.js +0 -5
  2148. package/dist/api/types/CreateMessageRequestType.d.ts +0 -11
  2149. package/dist/api/types/CreateMessageRequestType.js +0 -10
  2150. package/dist/api/types/CreateMessageRequestWithEmail.d.ts +0 -20
  2151. package/dist/api/types/CreateMessageRequestWithEmail.js +0 -5
  2152. package/dist/api/types/CreateMessageRequestWithInapp.d.ts +0 -20
  2153. package/dist/api/types/CreateMessageRequestWithInapp.js +0 -5
  2154. package/dist/api/types/CreateOrUpdateCompanyRequest.d.ts +0 -26
  2155. package/dist/api/types/CreateOrUpdateCompanyRequest.js +0 -5
  2156. package/dist/api/types/CreateOrUpdateTagRequest.d.ts +0 -12
  2157. package/dist/api/types/CreateOrUpdateTagRequest.js +0 -5
  2158. package/dist/api/types/CreatePhoneSwitchRequest.d.ts +0 -12
  2159. package/dist/api/types/CreatePhoneSwitchRequest.js +0 -5
  2160. package/dist/api/types/CreateTicketReplyWithCommentRequest.d.ts +0 -5
  2161. package/dist/api/types/CreateTicketReplyWithCommentRequest.js +0 -5
  2162. package/dist/api/types/CreateTicketTypeRequest.d.ts +0 -20
  2163. package/dist/api/types/CreateTicketTypeRequest.js +0 -5
  2164. package/dist/api/types/CreateTicketTypeRequestCategory.d.ts +0 -12
  2165. package/dist/api/types/CreateTicketTypeRequestCategory.js +0 -11
  2166. package/dist/api/types/CursorPages.d.ts +0 -19
  2167. package/dist/api/types/CursorPages.js +0 -5
  2168. package/dist/api/types/CustomAttributes.d.ts +0 -8
  2169. package/dist/api/types/CustomAttributes.js +0 -5
  2170. package/dist/api/types/CustomAttributesValue.d.ts +0 -5
  2171. package/dist/api/types/CustomAttributesValue.js +0 -5
  2172. package/dist/api/types/CustomerRequest.d.ts +0 -5
  2173. package/dist/api/types/CustomerRequest.js +0 -5
  2174. package/dist/api/types/CustomerRequestEmail.d.ts +0 -7
  2175. package/dist/api/types/CustomerRequestEmail.js +0 -5
  2176. package/dist/api/types/CustomerRequestIntercomUserId.d.ts +0 -7
  2177. package/dist/api/types/CustomerRequestIntercomUserId.js +0 -5
  2178. package/dist/api/types/CustomerRequestUserId.d.ts +0 -7
  2179. package/dist/api/types/CustomerRequestUserId.js +0 -5
  2180. package/dist/api/types/DataAttributeList.d.ts +0 -13
  2181. package/dist/api/types/DataAttributeList.js +0 -5
  2182. package/dist/api/types/DataEventList.d.ts +0 -15
  2183. package/dist/api/types/DataEventList.js +0 -5
  2184. package/dist/api/types/DataEventListPages.d.ts +0 -10
  2185. package/dist/api/types/DataEventListPages.js +0 -5
  2186. package/dist/api/types/DataEventSummary.d.ts +0 -19
  2187. package/dist/api/types/DataEventSummary.js +0 -5
  2188. package/dist/api/types/DataEventSummaryItem.d.ts +0 -18
  2189. package/dist/api/types/DataEventSummaryItem.js +0 -5
  2190. package/dist/api/types/DataExportCsv.d.ts +0 -60
  2191. package/dist/api/types/DataExportCsv.js +0 -5
  2192. package/dist/api/types/DeletedArticleObject.d.ts +0 -14
  2193. package/dist/api/types/DeletedArticleObject.js +0 -5
  2194. package/dist/api/types/DeletedCollectionObject.d.ts +0 -14
  2195. package/dist/api/types/DeletedCollectionObject.js +0 -5
  2196. package/dist/api/types/DeletedCompanyObject.d.ts +0 -14
  2197. package/dist/api/types/DeletedCompanyObject.js +0 -5
  2198. package/dist/api/types/DeletedObject.d.ts +0 -14
  2199. package/dist/api/types/DeletedObject.js +0 -5
  2200. package/dist/api/types/ErrorErrorsItem.d.ts +0 -11
  2201. package/dist/api/types/ErrorErrorsItem.js +0 -5
  2202. package/dist/api/types/Error_.d.ts +0 -15
  2203. package/dist/api/types/Error_.js +0 -5
  2204. package/dist/api/types/FileAttribute.d.ts +0 -21
  2205. package/dist/api/types/FileAttribute.js +0 -5
  2206. package/dist/api/types/GroupContent.d.ts +0 -14
  2207. package/dist/api/types/GroupContent.js +0 -5
  2208. package/dist/api/types/GroupTranslatedContent.d.ts +0 -85
  2209. package/dist/api/types/GroupTranslatedContent.js +0 -5
  2210. package/dist/api/types/LinkedObject.d.ts +0 -15
  2211. package/dist/api/types/LinkedObject.js +0 -5
  2212. package/dist/api/types/LinkedObjectList.d.ts +0 -17
  2213. package/dist/api/types/LinkedObjectList.js +0 -5
  2214. package/dist/api/types/LinkedObjectType.d.ts +0 -11
  2215. package/dist/api/types/LinkedObjectType.js +0 -10
  2216. package/dist/api/types/MultipleFilterSearchRequest.d.ts +0 -12
  2217. package/dist/api/types/MultipleFilterSearchRequest.js +0 -5
  2218. package/dist/api/types/MultipleFilterSearchRequestOperator.d.ts +0 -11
  2219. package/dist/api/types/MultipleFilterSearchRequestOperator.js +0 -10
  2220. package/dist/api/types/MultipleFilterSearchRequestValue.d.ts +0 -11
  2221. package/dist/api/types/MultipleFilterSearchRequestValue.js +0 -5
  2222. package/dist/api/types/NewsItemRequest.d.ts +0 -25
  2223. package/dist/api/types/NewsItemRequest.js +0 -5
  2224. package/dist/api/types/NewsItemRequestState.d.ts +0 -11
  2225. package/dist/api/types/NewsItemRequestState.js +0 -10
  2226. package/dist/api/types/NoteList.d.ts +0 -16
  2227. package/dist/api/types/NoteList.js +0 -5
  2228. package/dist/api/types/OpenConversationRequest.d.ts +0 -10
  2229. package/dist/api/types/OpenConversationRequest.js +0 -5
  2230. package/dist/api/types/PagesLink.d.ts +0 -16
  2231. package/dist/api/types/PagesLink.js +0 -5
  2232. package/dist/api/types/PaginatedResponse.d.ts +0 -16
  2233. package/dist/api/types/PaginatedResponse.js +0 -5
  2234. package/dist/api/types/PaginatedResponseDataItem.d.ts +0 -13
  2235. package/dist/api/types/PaginatedResponseDataItem.js +0 -5
  2236. package/dist/api/types/PaginatedResponseType.d.ts +0 -11
  2237. package/dist/api/types/PaginatedResponseType.js +0 -10
  2238. package/dist/api/types/PartAttachment.d.ts +0 -22
  2239. package/dist/api/types/PartAttachment.js +0 -5
  2240. package/dist/api/types/PhoneSwitch.d.ts +0 -12
  2241. package/dist/api/types/PhoneSwitch.js +0 -5
  2242. package/dist/api/types/RedactConversationRequest.d.ts +0 -19
  2243. package/dist/api/types/RedactConversationRequest.js +0 -5
  2244. package/dist/api/types/RedactConversationRequestConversationPart.d.ts +0 -12
  2245. package/dist/api/types/RedactConversationRequestConversationPart.js +0 -5
  2246. package/dist/api/types/RedactConversationRequestSource.d.ts +0 -12
  2247. package/dist/api/types/RedactConversationRequestSource.js +0 -5
  2248. package/dist/api/types/Reference.d.ts +0 -12
  2249. package/dist/api/types/Reference.js +0 -5
  2250. package/dist/api/types/ReplyConversationRequest.d.ts +0 -5
  2251. package/dist/api/types/ReplyConversationRequest.js +0 -5
  2252. package/dist/api/types/SearchRequest.d.ts +0 -11
  2253. package/dist/api/types/SearchRequest.js +0 -5
  2254. package/dist/api/types/SearchRequestQuery.d.ts +0 -5
  2255. package/dist/api/types/SearchRequestQuery.js +0 -5
  2256. package/dist/api/types/SegmentList.d.ts +0 -15
  2257. package/dist/api/types/SegmentList.js +0 -5
  2258. package/dist/api/types/SingleFilterSearchRequest.d.ts +0 -15
  2259. package/dist/api/types/SingleFilterSearchRequest.js +0 -5
  2260. package/dist/api/types/SingleFilterSearchRequestOperator.d.ts +0 -19
  2261. package/dist/api/types/SingleFilterSearchRequestOperator.js +0 -18
  2262. package/dist/api/types/SlaApplied.d.ts +0 -16
  2263. package/dist/api/types/SlaApplied.js +0 -5
  2264. package/dist/api/types/SlaAppliedSlaStatus.d.ts +0 -13
  2265. package/dist/api/types/SlaAppliedSlaStatus.js +0 -12
  2266. package/dist/api/types/SnoozeConversationRequest.d.ts +0 -12
  2267. package/dist/api/types/SnoozeConversationRequest.js +0 -5
  2268. package/dist/api/types/SocialProfile.d.ts +0 -14
  2269. package/dist/api/types/SocialProfile.js +0 -5
  2270. package/dist/api/types/StartingAfterPaging.d.ts +0 -9
  2271. package/dist/api/types/StartingAfterPaging.js +0 -5
  2272. package/dist/api/types/SubscriptionTypeList.d.ts +0 -13
  2273. package/dist/api/types/SubscriptionTypeList.js +0 -5
  2274. package/dist/api/types/TagCompanyRequest.d.ts +0 -13
  2275. package/dist/api/types/TagCompanyRequest.js +0 -5
  2276. package/dist/api/types/TagCompanyRequestCompaniesItem.d.ts +0 -9
  2277. package/dist/api/types/TagCompanyRequestCompaniesItem.js +0 -5
  2278. package/dist/api/types/TagList.d.ts +0 -13
  2279. package/dist/api/types/TagList.js +0 -5
  2280. package/dist/api/types/TagMultipleUsersRequest.d.ts +0 -12
  2281. package/dist/api/types/TagMultipleUsersRequest.js +0 -5
  2282. package/dist/api/types/TagMultipleUsersRequestUsersItem.d.ts +0 -7
  2283. package/dist/api/types/TagMultipleUsersRequestUsersItem.js +0 -5
  2284. package/dist/api/types/Tags.d.ts +0 -13
  2285. package/dist/api/types/Tags.js +0 -5
  2286. package/dist/api/types/TeamList.d.ts +0 -13
  2287. package/dist/api/types/TeamList.js +0 -5
  2288. package/dist/api/types/TeamPriorityLevel.d.ts +0 -12
  2289. package/dist/api/types/TeamPriorityLevel.js +0 -5
  2290. package/dist/api/types/TicketCustomAttributes.d.ts +0 -8
  2291. package/dist/api/types/TicketCustomAttributes.js +0 -5
  2292. package/dist/api/types/TicketCustomAttributesValue.d.ts +0 -5
  2293. package/dist/api/types/TicketCustomAttributesValue.js +0 -5
  2294. package/dist/api/types/TicketList.d.ts +0 -16
  2295. package/dist/api/types/TicketList.js +0 -5
  2296. package/dist/api/types/TicketPartAuthor.d.ts +0 -17
  2297. package/dist/api/types/TicketPartAuthor.js +0 -5
  2298. package/dist/api/types/TicketPartAuthorType.d.ts +0 -13
  2299. package/dist/api/types/TicketPartAuthorType.js +0 -12
  2300. package/dist/api/types/TicketParts.d.ts +0 -15
  2301. package/dist/api/types/TicketParts.js +0 -5
  2302. package/dist/api/types/TicketReply.d.ts +0 -26
  2303. package/dist/api/types/TicketReply.js +0 -5
  2304. package/dist/api/types/TicketReplyPartType.d.ts +0 -12
  2305. package/dist/api/types/TicketReplyPartType.js +0 -11
  2306. package/dist/api/types/TicketRequestCustomAttributes.d.ts +0 -8
  2307. package/dist/api/types/TicketRequestCustomAttributes.js +0 -5
  2308. package/dist/api/types/TicketRequestCustomAttributesValue.d.ts +0 -4
  2309. package/dist/api/types/TicketRequestCustomAttributesValue.js +0 -5
  2310. package/dist/api/types/TicketTypeAttribute.d.ts +0 -42
  2311. package/dist/api/types/TicketTypeAttribute.js +0 -5
  2312. package/dist/api/types/TicketTypeAttributeList.d.ts +0 -13
  2313. package/dist/api/types/TicketTypeAttributeList.js +0 -5
  2314. package/dist/api/types/TicketTypeList.d.ts +0 -13
  2315. package/dist/api/types/TicketTypeList.js +0 -5
  2316. package/dist/api/types/Translation.d.ts +0 -14
  2317. package/dist/api/types/Translation.js +0 -5
  2318. package/dist/api/types/UntagCompanyRequest.d.ts +0 -13
  2319. package/dist/api/types/UntagCompanyRequest.js +0 -5
  2320. package/dist/api/types/UntagCompanyRequestCompaniesItem.d.ts +0 -11
  2321. package/dist/api/types/UntagCompanyRequestCompaniesItem.js +0 -5
  2322. package/dist/api/types/UpdateArticleRequest.d.ts +0 -24
  2323. package/dist/api/types/UpdateArticleRequest.js +0 -5
  2324. package/dist/api/types/UpdateArticleRequestState.d.ts +0 -11
  2325. package/dist/api/types/UpdateArticleRequestState.js +0 -10
  2326. package/dist/api/types/UpdateTicketTypeRequest.d.ts +0 -22
  2327. package/dist/api/types/UpdateTicketTypeRequest.js +0 -5
  2328. package/dist/api/types/UpdateTicketTypeRequestCategory.d.ts +0 -12
  2329. package/dist/api/types/UpdateTicketTypeRequestCategory.js +0 -11
  2330. package/dist/api/types/UpdateVisitorRequest.d.ts +0 -8
  2331. package/dist/api/types/UpdateVisitorRequest.js +0 -5
  2332. package/dist/api/types/UpdateVisitorRequestWithId.d.ts +0 -9
  2333. package/dist/api/types/UpdateVisitorRequestWithId.js +0 -5
  2334. package/dist/api/types/UpdateVisitorRequestWithUserId.d.ts +0 -9
  2335. package/dist/api/types/UpdateVisitorRequestWithUserId.js +0 -5
  2336. package/dist/api/types/Visitor.d.ts +0 -69
  2337. package/dist/api/types/Visitor.js +0 -5
  2338. package/dist/api/types/VisitorAvatar.d.ts +0 -9
  2339. package/dist/api/types/VisitorAvatar.js +0 -5
  2340. package/dist/api/types/VisitorCompanies.d.ts +0 -9
  2341. package/dist/api/types/VisitorCompanies.js +0 -5
  2342. package/dist/api/types/VisitorDeletedObject.d.ts +0 -14
  2343. package/dist/api/types/VisitorDeletedObject.js +0 -5
  2344. package/dist/api/types/VisitorLocationData.d.ts +0 -21
  2345. package/dist/api/types/VisitorLocationData.js +0 -5
  2346. package/dist/api/types/VisitorSegments.d.ts +0 -8
  2347. package/dist/api/types/VisitorSegments.js +0 -5
  2348. package/dist/api/types/VisitorSocialProfiles.d.ts +0 -8
  2349. package/dist/api/types/VisitorSocialProfiles.js +0 -5
  2350. package/dist/api/types/VisitorTags.d.ts +0 -9
  2351. package/dist/api/types/VisitorTags.js +0 -5
  2352. package/dist/api/types/VisitorTagsTagsItem.d.ts +0 -11
  2353. package/dist/api/types/VisitorTagsTagsItem.js +0 -5
  2354. package/dist/api/types/index.d.ts +0 -179
  2355. package/dist/api/types/index.js +0 -195
  2356. package/dist/api/version.d.ts +0 -5
  2357. package/dist/api/version.js +0 -5
  2358. package/dist/core/auth/BasicAuth.d.ts +0 -8
  2359. package/dist/core/auth/BasicAuth.js +0 -26
  2360. package/dist/core/auth/BearerToken.d.ts +0 -5
  2361. package/dist/core/auth/BearerToken.js +0 -15
  2362. package/dist/core/auth/index.d.ts +0 -2
  2363. package/dist/core/auth/index.js +0 -7
  2364. package/dist/core/fetcher/APIResponse.d.ts +0 -10
  2365. package/dist/core/fetcher/APIResponse.js +0 -2
  2366. package/dist/core/fetcher/Fetcher.d.ts +0 -38
  2367. package/dist/core/fetcher/Fetcher.js +0 -99
  2368. package/dist/core/fetcher/Supplier.d.ts +0 -4
  2369. package/dist/core/fetcher/Supplier.js +0 -22
  2370. package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
  2371. package/dist/core/fetcher/createRequestUrl.js +0 -13
  2372. package/dist/core/fetcher/getFetchFn.d.ts +0 -4
  2373. package/dist/core/fetcher/getFetchFn.js +0 -55
  2374. package/dist/core/fetcher/getHeader.d.ts +0 -1
  2375. package/dist/core/fetcher/getHeader.js +0 -12
  2376. package/dist/core/fetcher/getRequestBody.d.ts +0 -7
  2377. package/dist/core/fetcher/getRequestBody.js +0 -23
  2378. package/dist/core/fetcher/getResponseBody.d.ts +0 -1
  2379. package/dist/core/fetcher/getResponseBody.js +0 -48
  2380. package/dist/core/fetcher/index.d.ts +0 -5
  2381. package/dist/core/fetcher/index.js +0 -9
  2382. package/dist/core/fetcher/makeRequest.d.ts +0 -1
  2383. package/dist/core/fetcher/makeRequest.js +0 -40
  2384. package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
  2385. package/dist/core/fetcher/requestWithRetries.js +0 -32
  2386. package/dist/core/fetcher/signals.d.ts +0 -12
  2387. package/dist/core/fetcher/signals.js +0 -37
  2388. package/dist/core/index.d.ts +0 -5
  2389. package/dist/core/index.js +0 -21
  2390. package/dist/core/pagination/Page.d.ts +0 -29
  2391. package/dist/core/pagination/Page.js +0 -94
  2392. package/dist/core/pagination/Pageable.d.ts +0 -12
  2393. package/dist/core/pagination/Pageable.js +0 -10
  2394. package/dist/core/pagination/index.d.ts +0 -2
  2395. package/dist/core/pagination/index.js +0 -7
  2396. package/dist/core/runtime/index.d.ts +0 -1
  2397. package/dist/core/runtime/index.js +0 -5
  2398. package/dist/core/runtime/runtime.d.ts +0 -9
  2399. package/dist/core/runtime/runtime.js +0 -93
  2400. package/dist/core/utils/index.d.ts +0 -1
  2401. package/dist/core/utils/index.js +0 -5
  2402. package/dist/core/utils/setObjectProperty.d.ts +0 -11
  2403. package/dist/core/utils/setObjectProperty.js +0 -43
  2404. package/dist/environments.d.ts +0 -9
  2405. package/dist/environments.js +0 -11
  2406. package/dist/errors/IntercomError.d.ts +0 -12
  2407. package/dist/errors/IntercomError.js +0 -32
  2408. package/dist/errors/IntercomTimeoutError.d.ts +0 -6
  2409. package/dist/errors/IntercomTimeoutError.js +0 -13
  2410. package/dist/errors/index.d.ts +0 -2
  2411. package/dist/errors/index.js +0 -7
  2412. package/dist/index.d.ts +0 -4
  2413. package/dist/index.js +0 -34
  2414. package/environments.d.ts +0 -9
  2415. package/environments.js +0 -11
  2416. package/errors/IntercomError.d.ts +0 -12
  2417. package/errors/IntercomError.js +0 -32
  2418. package/errors/IntercomTimeoutError.d.ts +0 -6
  2419. package/errors/IntercomTimeoutError.js +0 -13
  2420. package/errors/index.d.ts +0 -2
  2421. package/errors/index.js +0 -7
  2422. package/jest.config.js +0 -5
  2423. package/reference.md +0 -7755
@@ -0,0 +1,904 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../resource';
4
+ import { isRequestOptions } from '../../core';
5
+ import * as Core from '../../core';
6
+ import * as ContactsAPI from './contacts';
7
+ import * as Shared from '../shared';
8
+ import * as CompaniesAPI from './companies';
9
+ import * as NotesAPI from './notes';
10
+ import * as SegmentsAPI from './segments';
11
+ import * as SubscriptionsAPI from './subscriptions';
12
+ import * as TagsAPI from './tags';
13
+
14
+ export class Contacts extends APIResource {
15
+ companies: CompaniesAPI.Companies = new CompaniesAPI.Companies(this._client);
16
+ notes: NotesAPI.Notes = new NotesAPI.Notes(this._client);
17
+ segments: SegmentsAPI.Segments = new SegmentsAPI.Segments(this._client);
18
+ subscriptions: SubscriptionsAPI.Subscriptions = new SubscriptionsAPI.Subscriptions(this._client);
19
+ tags: TagsAPI.Tags = new TagsAPI.Tags(this._client);
20
+
21
+ /**
22
+ * You can create a new contact (ie. user or lead).
23
+ */
24
+ create(params: ContactCreateParams, options?: Core.RequestOptions): Core.APIPromise<Shared.Contact> {
25
+ const { body, 'Intercom-Version': intercomVersion } = params;
26
+ return this._client.post('/contacts', {
27
+ body: body,
28
+ ...options,
29
+ headers: {
30
+ ...(intercomVersion?.toString() != null ?
31
+ { 'Intercom-Version': intercomVersion?.toString() }
32
+ : undefined),
33
+ ...options?.headers,
34
+ },
35
+ });
36
+ }
37
+
38
+ /**
39
+ * You can fetch the details of a single contact.
40
+ */
41
+ retrieve(
42
+ id: string,
43
+ params?: ContactRetrieveParams,
44
+ options?: Core.RequestOptions,
45
+ ): Core.APIPromise<Shared.Contact>;
46
+ retrieve(id: string, options?: Core.RequestOptions): Core.APIPromise<Shared.Contact>;
47
+ retrieve(
48
+ id: string,
49
+ params: ContactRetrieveParams | Core.RequestOptions = {},
50
+ options?: Core.RequestOptions,
51
+ ): Core.APIPromise<Shared.Contact> {
52
+ if (isRequestOptions(params)) {
53
+ return this.retrieve(id, {}, params);
54
+ }
55
+ const { 'Intercom-Version': intercomVersion } = params;
56
+ return this._client.get(`/contacts/${id}`, {
57
+ ...options,
58
+ headers: {
59
+ ...(intercomVersion?.toString() != null ?
60
+ { 'Intercom-Version': intercomVersion?.toString() }
61
+ : undefined),
62
+ ...options?.headers,
63
+ },
64
+ });
65
+ }
66
+
67
+ /**
68
+ * You can update an existing contact (ie. user or lead).
69
+ */
70
+ update(
71
+ id: string,
72
+ params?: ContactUpdateParams,
73
+ options?: Core.RequestOptions,
74
+ ): Core.APIPromise<Shared.Contact>;
75
+ update(id: string, options?: Core.RequestOptions): Core.APIPromise<Shared.Contact>;
76
+ update(
77
+ id: string,
78
+ params: ContactUpdateParams | Core.RequestOptions = {},
79
+ options?: Core.RequestOptions,
80
+ ): Core.APIPromise<Shared.Contact> {
81
+ if (isRequestOptions(params)) {
82
+ return this.update(id, {}, params);
83
+ }
84
+ const { 'Intercom-Version': intercomVersion, ...body } = params;
85
+ return this._client.put(`/contacts/${id}`, {
86
+ body,
87
+ ...options,
88
+ headers: {
89
+ ...(intercomVersion?.toString() != null ?
90
+ { 'Intercom-Version': intercomVersion?.toString() }
91
+ : undefined),
92
+ ...options?.headers,
93
+ },
94
+ });
95
+ }
96
+
97
+ /**
98
+ * You can fetch a list of all contacts (ie. users or leads) in your workspace.
99
+ * {% admonition type="warning" name="Pagination" %} You can use pagination to
100
+ * limit the number of results returned. The default is `50` results per page. See
101
+ * the
102
+ * [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis)
103
+ * for more details on how to use the `starting_after` param. {% /admonition %}
104
+ */
105
+ list(params?: ContactListParams, options?: Core.RequestOptions): Core.APIPromise<ContactList>;
106
+ list(options?: Core.RequestOptions): Core.APIPromise<ContactList>;
107
+ list(
108
+ params: ContactListParams | Core.RequestOptions = {},
109
+ options?: Core.RequestOptions,
110
+ ): Core.APIPromise<ContactList> {
111
+ if (isRequestOptions(params)) {
112
+ return this.list({}, params);
113
+ }
114
+ const { 'Intercom-Version': intercomVersion } = params;
115
+ return this._client.get('/contacts', {
116
+ ...options,
117
+ headers: {
118
+ ...(intercomVersion?.toString() != null ?
119
+ { 'Intercom-Version': intercomVersion?.toString() }
120
+ : undefined),
121
+ ...options?.headers,
122
+ },
123
+ });
124
+ }
125
+
126
+ /**
127
+ * You can delete a single contact.
128
+ */
129
+ delete(
130
+ id: string,
131
+ params?: ContactDeleteParams,
132
+ options?: Core.RequestOptions,
133
+ ): Core.APIPromise<ContactDeleted>;
134
+ delete(id: string, options?: Core.RequestOptions): Core.APIPromise<ContactDeleted>;
135
+ delete(
136
+ id: string,
137
+ params: ContactDeleteParams | Core.RequestOptions = {},
138
+ options?: Core.RequestOptions,
139
+ ): Core.APIPromise<ContactDeleted> {
140
+ if (isRequestOptions(params)) {
141
+ return this.delete(id, {}, params);
142
+ }
143
+ const { 'Intercom-Version': intercomVersion } = params;
144
+ return this._client.delete(`/contacts/${id}`, {
145
+ ...options,
146
+ headers: {
147
+ ...(intercomVersion?.toString() != null ?
148
+ { 'Intercom-Version': intercomVersion?.toString() }
149
+ : undefined),
150
+ ...options?.headers,
151
+ },
152
+ });
153
+ }
154
+
155
+ /**
156
+ * You can archive a single contact.
157
+ */
158
+ archive(
159
+ id: string,
160
+ params?: ContactArchiveParams,
161
+ options?: Core.RequestOptions,
162
+ ): Core.APIPromise<ContactArchived>;
163
+ archive(id: string, options?: Core.RequestOptions): Core.APIPromise<ContactArchived>;
164
+ archive(
165
+ id: string,
166
+ params: ContactArchiveParams | Core.RequestOptions = {},
167
+ options?: Core.RequestOptions,
168
+ ): Core.APIPromise<ContactArchived> {
169
+ if (isRequestOptions(params)) {
170
+ return this.archive(id, {}, params);
171
+ }
172
+ const { 'Intercom-Version': intercomVersion } = params;
173
+ return this._client.post(`/contacts/${id}/archive`, {
174
+ ...options,
175
+ headers: {
176
+ ...(intercomVersion?.toString() != null ?
177
+ { 'Intercom-Version': intercomVersion?.toString() }
178
+ : undefined),
179
+ ...options?.headers,
180
+ },
181
+ });
182
+ }
183
+
184
+ /**
185
+ * You can merge a contact with a `role` of `lead` into a contact with a `role` of
186
+ * `user`.
187
+ */
188
+ merge(params?: ContactMergeParams, options?: Core.RequestOptions): Core.APIPromise<Shared.Contact>;
189
+ merge(options?: Core.RequestOptions): Core.APIPromise<Shared.Contact>;
190
+ merge(
191
+ params: ContactMergeParams | Core.RequestOptions = {},
192
+ options?: Core.RequestOptions,
193
+ ): Core.APIPromise<Shared.Contact> {
194
+ if (isRequestOptions(params)) {
195
+ return this.merge({}, params);
196
+ }
197
+ const { 'Intercom-Version': intercomVersion, ...body } = params;
198
+ return this._client.post('/contacts/merge', {
199
+ body,
200
+ ...options,
201
+ headers: {
202
+ ...(intercomVersion?.toString() != null ?
203
+ { 'Intercom-Version': intercomVersion?.toString() }
204
+ : undefined),
205
+ ...options?.headers,
206
+ },
207
+ });
208
+ }
209
+
210
+ /**
211
+ * You can search for multiple contacts by the value of their attributes in order
212
+ * to fetch exactly who you want.
213
+ *
214
+ * To search for contacts, you need to send a `POST` request to
215
+ * `https://api.intercom.io/contacts/search`.
216
+ *
217
+ * This will accept a query object in the body which will define your filters in
218
+ * order to search for contacts.
219
+ *
220
+ * {% admonition type="warning" name="Optimizing search queries" %} Search queries
221
+ * can be complex, so optimizing them can help the performance of your search. Use
222
+ * the `AND` and `OR` operators to combine multiple filters to get the exact
223
+ * results you need and utilize pagination to limit the number of results returned.
224
+ * The default is `50` results per page. See the
225
+ * [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#example-search-conversations-request)
226
+ * for more details on how to use the `starting_after` param. {% /admonition %}
227
+ *
228
+ * ### Contact Creation Delay
229
+ *
230
+ * If a contact has recently been created, there is a possibility that it will not
231
+ * yet be available when searching. This means that it may not appear in the
232
+ * response. This delay can take a few minutes. If you need to be instantly
233
+ * notified it is recommended to use webhooks and iterate to see if they match your
234
+ * search filters.
235
+ *
236
+ * ### Nesting & Limitations
237
+ *
238
+ * You can nest these filters in order to get even more granular insights that
239
+ * pinpoint exactly what you need. Example: (1 OR 2) AND (3 OR 4). There are some
240
+ * limitations to the amount of multiple's there can be:
241
+ *
242
+ * - There's a limit of max 2 nested filters
243
+ * - There's a limit of max 15 filters for each AND or OR group
244
+ *
245
+ * ### Searching for Timestamp Fields
246
+ *
247
+ * All timestamp fields (created_at, updated_at etc.) are indexed as Dates for
248
+ * Contact Search queries; Datetime queries are not currently supported. This means
249
+ * you can only query for timestamp fields by day - not hour, minute or second. For
250
+ * example, if you search for all Contacts with a created_at value greater (>) than
251
+ * 1577869200 (the UNIX timestamp for January 1st, 2020 9:00 AM), that will be
252
+ * interpreted as 1577836800 (January 1st, 2020 12:00 AM). The search results will
253
+ * then include Contacts created from January 2nd, 2020 12:00 AM onwards. If you'd
254
+ * like to get contacts created on January 1st, 2020 you should search with a
255
+ * created_at value equal (=) to 1577836800 (January 1st, 2020 12:00 AM). This
256
+ * behaviour applies only to timestamps used in search queries. The search results
257
+ * will still contain the full UNIX timestamp and be sorted accordingly.
258
+ *
259
+ * ### Accepted Fields
260
+ *
261
+ * Most key listed as part of the Contacts Model are searchable, whether writeable
262
+ * or not. The value you search for has to match the accepted type, otherwise the
263
+ * query will fail (ie. as `created_at` accepts a date, the `value` cannot be a
264
+ * string such as `"foorbar"`).
265
+ *
266
+ * | Field | Type |
267
+ * | ---------------------------------- | --------------------- |
268
+ * | id | String |
269
+ * | role | String |
270
+ * | Accepts user or lead |
271
+ * | name | String |
272
+ * | avatar | String |
273
+ * | owner_id | Integer |
274
+ * | email | String |
275
+ * | email_domain | String |
276
+ * | phone | String |
277
+ * | formatted_phone | String |
278
+ * | external_id | String |
279
+ * | created_at | Date (UNIX Timestamp) |
280
+ * | signed_up_at | Date (UNIX Timestamp) |
281
+ * | updated_at | Date (UNIX Timestamp) |
282
+ * | last_seen_at | Date (UNIX Timestamp) |
283
+ * | last_contacted_at | Date (UNIX Timestamp) |
284
+ * | last_replied_at | Date (UNIX Timestamp) |
285
+ * | last_email_opened_at | Date (UNIX Timestamp) |
286
+ * | last_email_clicked_at | Date (UNIX Timestamp) |
287
+ * | language_override | String |
288
+ * | browser | String |
289
+ * | browser_language | String |
290
+ * | os | String |
291
+ * | location.country | String |
292
+ * | location.region | String |
293
+ * | location.city | String |
294
+ * | unsubscribed_from_emails | Boolean |
295
+ * | marked_email_as_spam | Boolean |
296
+ * | has_hard_bounced | Boolean |
297
+ * | ios_last_seen_at | Date (UNIX Timestamp) |
298
+ * | ios_app_version | String |
299
+ * | ios_device | String |
300
+ * | ios_app_device | String |
301
+ * | ios_os_version | String |
302
+ * | ios_app_name | String |
303
+ * | ios_sdk_version | String |
304
+ * | android_last_seen_at | Date (UNIX Timestamp) |
305
+ * | android_app_version | String |
306
+ * | android_device | String |
307
+ * | android_app_name | String |
308
+ * | andoid_sdk_version | String |
309
+ * | segment_id | String |
310
+ * | tag_id | String |
311
+ * | custom_attributes.{attribute_name} | String |
312
+ *
313
+ * ### Accepted Operators
314
+ *
315
+ * {% admonition type="attention" name="Searching based on `created_at`" %} You
316
+ * cannot use the `<=` or `>=` operators to search by `created_at`.
317
+ * {% /admonition %}
318
+ *
319
+ * The table below shows the operators you can use to define how you want to search
320
+ * for the value. The operator should be put in as a string (`"="`). The operator
321
+ * has to be compatible with the field's type (eg. you cannot search with `>` for a
322
+ * given string value as it's only compatible for integer's and dates).
323
+ *
324
+ * | Operator | Valid Types | Description |
325
+ * | :------- | :---------- | :------------ |
326
+ * | = | All | Equals |
327
+ * | != | All | Doesn't Equal |
328
+ * | IN | All | In |
329
+ *
330
+ * Shortcut for `OR` queries Values must be in Array | | NIN | All | Not In
331
+ * Shortcut for `OR !` queries Values must be in Array | | > | Integer Date (UNIX
332
+ * Timestamp) | Greater than | | < | Integer Date (UNIX Timestamp) | Lower than | |
333
+ * ~ | String | Contains | | !~ | String | Doesn't Contain | | ^ | String | Starts
334
+ * With | | $ | String | Ends With |
335
+ */
336
+ search(params: ContactSearchParams, options?: Core.RequestOptions): Core.APIPromise<ContactList> {
337
+ const { 'Intercom-Version': intercomVersion, ...body } = params;
338
+ return this._client.post('/contacts/search', {
339
+ body,
340
+ ...options,
341
+ headers: {
342
+ ...(intercomVersion?.toString() != null ?
343
+ { 'Intercom-Version': intercomVersion?.toString() }
344
+ : undefined),
345
+ ...options?.headers,
346
+ },
347
+ });
348
+ }
349
+
350
+ /**
351
+ * You can unarchive a single contact.
352
+ */
353
+ unarchive(
354
+ id: string,
355
+ params?: ContactUnarchiveParams,
356
+ options?: Core.RequestOptions,
357
+ ): Core.APIPromise<ContactUnarchived>;
358
+ unarchive(id: string, options?: Core.RequestOptions): Core.APIPromise<ContactUnarchived>;
359
+ unarchive(
360
+ id: string,
361
+ params: ContactUnarchiveParams | Core.RequestOptions = {},
362
+ options?: Core.RequestOptions,
363
+ ): Core.APIPromise<ContactUnarchived> {
364
+ if (isRequestOptions(params)) {
365
+ return this.unarchive(id, {}, params);
366
+ }
367
+ const { 'Intercom-Version': intercomVersion } = params;
368
+ return this._client.post(`/contacts/${id}/unarchive`, {
369
+ ...options,
370
+ headers: {
371
+ ...(intercomVersion?.toString() != null ?
372
+ { 'Intercom-Version': intercomVersion?.toString() }
373
+ : undefined),
374
+ ...options?.headers,
375
+ },
376
+ });
377
+ }
378
+ }
379
+
380
+ /**
381
+ * archived contact object
382
+ */
383
+ export interface ContactArchived {
384
+ /**
385
+ * The unique identifier for the contact which is given by Intercom.
386
+ */
387
+ id?: string;
388
+
389
+ /**
390
+ * Whether the contact is archived or not.
391
+ */
392
+ archived?: boolean;
393
+
394
+ /**
395
+ * The unique identifier for the contact which is provided by the Client.
396
+ */
397
+ external_id?: string | null;
398
+
399
+ /**
400
+ * always contact
401
+ */
402
+ type?: 'contact';
403
+ }
404
+
405
+ /**
406
+ * deleted contact object
407
+ */
408
+ export interface ContactDeleted {
409
+ /**
410
+ * The unique identifier for the contact which is given by Intercom.
411
+ */
412
+ id?: string;
413
+
414
+ /**
415
+ * Whether the contact is deleted or not.
416
+ */
417
+ deleted?: boolean;
418
+
419
+ /**
420
+ * The unique identifier for the contact which is provided by the Client.
421
+ */
422
+ external_id?: string | null;
423
+
424
+ /**
425
+ * always contact
426
+ */
427
+ type?: 'contact';
428
+ }
429
+
430
+ /**
431
+ * Contacts are your users in Intercom.
432
+ */
433
+ export interface ContactList {
434
+ /**
435
+ * The list of contact objects
436
+ */
437
+ data?: Array<Shared.Contact>;
438
+
439
+ /**
440
+ * Cursor-based pagination is a technique used in the Intercom API to navigate
441
+ * through large amounts of data. A "cursor" or pointer is used to keep track of
442
+ * the current position in the result set, allowing the API to return the data in
443
+ * small chunks or "pages" as needed.
444
+ */
445
+ pages?: Shared.CursorPages | null;
446
+
447
+ /**
448
+ * A count of the total number of objects.
449
+ */
450
+ total_count?: number;
451
+
452
+ /**
453
+ * Always list
454
+ */
455
+ type?: 'list';
456
+ }
457
+
458
+ /**
459
+ * unarchived contact object
460
+ */
461
+ export interface ContactUnarchived {
462
+ /**
463
+ * The unique identifier for the contact which is given by Intercom.
464
+ */
465
+ id?: string;
466
+
467
+ /**
468
+ * Whether the contact is archived or not.
469
+ */
470
+ archived?: boolean;
471
+
472
+ /**
473
+ * The unique identifier for the contact which is provided by the Client.
474
+ */
475
+ external_id?: string | null;
476
+
477
+ /**
478
+ * always contact
479
+ */
480
+ type?: 'contact';
481
+ }
482
+
483
+ export type ContactCreateParams =
484
+ | ContactCreateParams.CreateContactWithEmail
485
+ | ContactCreateParams.CreateContactWithExternalID
486
+ | ContactCreateParams.CreateContactWithRole;
487
+
488
+ export namespace ContactCreateParams {
489
+ export interface CreateContactWithEmail {
490
+ /**
491
+ * Body param:
492
+ */
493
+ body: unknown;
494
+
495
+ /**
496
+ * Header param: Intercom API version.By default, it's equal to the version set in
497
+ * the app package.
498
+ */
499
+ 'Intercom-Version'?:
500
+ | '1.0'
501
+ | '1.1'
502
+ | '1.2'
503
+ | '1.3'
504
+ | '1.4'
505
+ | '2.0'
506
+ | '2.1'
507
+ | '2.2'
508
+ | '2.3'
509
+ | '2.4'
510
+ | '2.5'
511
+ | '2.6'
512
+ | '2.7'
513
+ | '2.8'
514
+ | '2.9'
515
+ | '2.10'
516
+ | '2.11'
517
+ | 'Unstable';
518
+ }
519
+
520
+ export interface CreateContactWithExternalID {
521
+ /**
522
+ * Body param:
523
+ */
524
+ body: unknown;
525
+
526
+ /**
527
+ * Header param: Intercom API version.By default, it's equal to the version set in
528
+ * the app package.
529
+ */
530
+ 'Intercom-Version'?:
531
+ | '1.0'
532
+ | '1.1'
533
+ | '1.2'
534
+ | '1.3'
535
+ | '1.4'
536
+ | '2.0'
537
+ | '2.1'
538
+ | '2.2'
539
+ | '2.3'
540
+ | '2.4'
541
+ | '2.5'
542
+ | '2.6'
543
+ | '2.7'
544
+ | '2.8'
545
+ | '2.9'
546
+ | '2.10'
547
+ | '2.11'
548
+ | 'Unstable';
549
+ }
550
+
551
+ export interface CreateContactWithRole {
552
+ /**
553
+ * Body param:
554
+ */
555
+ body: unknown;
556
+
557
+ /**
558
+ * Header param: Intercom API version.By default, it's equal to the version set in
559
+ * the app package.
560
+ */
561
+ 'Intercom-Version'?:
562
+ | '1.0'
563
+ | '1.1'
564
+ | '1.2'
565
+ | '1.3'
566
+ | '1.4'
567
+ | '2.0'
568
+ | '2.1'
569
+ | '2.2'
570
+ | '2.3'
571
+ | '2.4'
572
+ | '2.5'
573
+ | '2.6'
574
+ | '2.7'
575
+ | '2.8'
576
+ | '2.9'
577
+ | '2.10'
578
+ | '2.11'
579
+ | 'Unstable';
580
+ }
581
+ }
582
+
583
+ export interface ContactRetrieveParams {
584
+ /**
585
+ * Intercom API version.By default, it's equal to the version set in the app
586
+ * package.
587
+ */
588
+ 'Intercom-Version'?:
589
+ | '1.0'
590
+ | '1.1'
591
+ | '1.2'
592
+ | '1.3'
593
+ | '1.4'
594
+ | '2.0'
595
+ | '2.1'
596
+ | '2.2'
597
+ | '2.3'
598
+ | '2.4'
599
+ | '2.5'
600
+ | '2.6'
601
+ | '2.7'
602
+ | '2.8'
603
+ | '2.9'
604
+ | '2.10'
605
+ | '2.11'
606
+ | 'Unstable';
607
+ }
608
+
609
+ export interface ContactUpdateParams {
610
+ /**
611
+ * Body param: An image URL containing the avatar of a contact
612
+ */
613
+ avatar?: string | null;
614
+
615
+ /**
616
+ * Body param: The custom attributes which are set for the contact
617
+ */
618
+ custom_attributes?: unknown | null;
619
+
620
+ /**
621
+ * Body param: The contacts email
622
+ */
623
+ email?: string;
624
+
625
+ /**
626
+ * Body param: A unique identifier for the contact which is given to Intercom
627
+ */
628
+ external_id?: string;
629
+
630
+ /**
631
+ * Body param: The time when the contact was last seen (either where the Intercom
632
+ * Messenger was installed or when specified manually)
633
+ */
634
+ last_seen_at?: number | null;
635
+
636
+ /**
637
+ * Body param: The contacts name
638
+ */
639
+ name?: string | null;
640
+
641
+ /**
642
+ * Body param: The id of an admin that has been assigned account ownership of the
643
+ * contact
644
+ */
645
+ owner_id?: number | null;
646
+
647
+ /**
648
+ * Body param: The contacts phone
649
+ */
650
+ phone?: string | null;
651
+
652
+ /**
653
+ * Body param: The role of the contact.
654
+ */
655
+ role?: string;
656
+
657
+ /**
658
+ * Body param: The time specified for when a contact signed up
659
+ */
660
+ signed_up_at?: number | null;
661
+
662
+ /**
663
+ * Body param: Whether the contact is unsubscribed from emails
664
+ */
665
+ unsubscribed_from_emails?: boolean | null;
666
+
667
+ /**
668
+ * Header param: Intercom API version.By default, it's equal to the version set in
669
+ * the app package.
670
+ */
671
+ 'Intercom-Version'?:
672
+ | '1.0'
673
+ | '1.1'
674
+ | '1.2'
675
+ | '1.3'
676
+ | '1.4'
677
+ | '2.0'
678
+ | '2.1'
679
+ | '2.2'
680
+ | '2.3'
681
+ | '2.4'
682
+ | '2.5'
683
+ | '2.6'
684
+ | '2.7'
685
+ | '2.8'
686
+ | '2.9'
687
+ | '2.10'
688
+ | '2.11'
689
+ | 'Unstable';
690
+ }
691
+
692
+ export interface ContactListParams {
693
+ /**
694
+ * Intercom API version.By default, it's equal to the version set in the app
695
+ * package.
696
+ */
697
+ 'Intercom-Version'?:
698
+ | '1.0'
699
+ | '1.1'
700
+ | '1.2'
701
+ | '1.3'
702
+ | '1.4'
703
+ | '2.0'
704
+ | '2.1'
705
+ | '2.2'
706
+ | '2.3'
707
+ | '2.4'
708
+ | '2.5'
709
+ | '2.6'
710
+ | '2.7'
711
+ | '2.8'
712
+ | '2.9'
713
+ | '2.10'
714
+ | '2.11'
715
+ | 'Unstable';
716
+ }
717
+
718
+ export interface ContactDeleteParams {
719
+ /**
720
+ * Intercom API version.By default, it's equal to the version set in the app
721
+ * package.
722
+ */
723
+ 'Intercom-Version'?:
724
+ | '1.0'
725
+ | '1.1'
726
+ | '1.2'
727
+ | '1.3'
728
+ | '1.4'
729
+ | '2.0'
730
+ | '2.1'
731
+ | '2.2'
732
+ | '2.3'
733
+ | '2.4'
734
+ | '2.5'
735
+ | '2.6'
736
+ | '2.7'
737
+ | '2.8'
738
+ | '2.9'
739
+ | '2.10'
740
+ | '2.11'
741
+ | 'Unstable';
742
+ }
743
+
744
+ export interface ContactArchiveParams {
745
+ /**
746
+ * Intercom API version.By default, it's equal to the version set in the app
747
+ * package.
748
+ */
749
+ 'Intercom-Version'?:
750
+ | '1.0'
751
+ | '1.1'
752
+ | '1.2'
753
+ | '1.3'
754
+ | '1.4'
755
+ | '2.0'
756
+ | '2.1'
757
+ | '2.2'
758
+ | '2.3'
759
+ | '2.4'
760
+ | '2.5'
761
+ | '2.6'
762
+ | '2.7'
763
+ | '2.8'
764
+ | '2.9'
765
+ | '2.10'
766
+ | '2.11'
767
+ | 'Unstable';
768
+ }
769
+
770
+ export interface ContactMergeParams {
771
+ /**
772
+ * Body param: The unique identifier for the contact to merge away from. Must be a
773
+ * lead.
774
+ */
775
+ from?: string;
776
+
777
+ /**
778
+ * Body param: The unique identifier for the contact to merge into. Must be a user.
779
+ */
780
+ into?: string;
781
+
782
+ /**
783
+ * Header param: Intercom API version.By default, it's equal to the version set in
784
+ * the app package.
785
+ */
786
+ 'Intercom-Version'?:
787
+ | '1.0'
788
+ | '1.1'
789
+ | '1.2'
790
+ | '1.3'
791
+ | '1.4'
792
+ | '2.0'
793
+ | '2.1'
794
+ | '2.2'
795
+ | '2.3'
796
+ | '2.4'
797
+ | '2.5'
798
+ | '2.6'
799
+ | '2.7'
800
+ | '2.8'
801
+ | '2.9'
802
+ | '2.10'
803
+ | '2.11'
804
+ | 'Unstable';
805
+ }
806
+
807
+ export interface ContactSearchParams {
808
+ /**
809
+ * Body param: Search using Intercoms Search APIs with a single filter.
810
+ */
811
+ query: Shared.SingleFilterSearchRequest | Shared.MultipleFilterSearchRequest;
812
+
813
+ /**
814
+ * Body param:
815
+ */
816
+ pagination?: Shared.StartingAfterPaging | null;
817
+
818
+ /**
819
+ * Header param: Intercom API version.By default, it's equal to the version set in
820
+ * the app package.
821
+ */
822
+ 'Intercom-Version'?:
823
+ | '1.0'
824
+ | '1.1'
825
+ | '1.2'
826
+ | '1.3'
827
+ | '1.4'
828
+ | '2.0'
829
+ | '2.1'
830
+ | '2.2'
831
+ | '2.3'
832
+ | '2.4'
833
+ | '2.5'
834
+ | '2.6'
835
+ | '2.7'
836
+ | '2.8'
837
+ | '2.9'
838
+ | '2.10'
839
+ | '2.11'
840
+ | 'Unstable';
841
+ }
842
+
843
+ export interface ContactUnarchiveParams {
844
+ /**
845
+ * Intercom API version.By default, it's equal to the version set in the app
846
+ * package.
847
+ */
848
+ 'Intercom-Version'?:
849
+ | '1.0'
850
+ | '1.1'
851
+ | '1.2'
852
+ | '1.3'
853
+ | '1.4'
854
+ | '2.0'
855
+ | '2.1'
856
+ | '2.2'
857
+ | '2.3'
858
+ | '2.4'
859
+ | '2.5'
860
+ | '2.6'
861
+ | '2.7'
862
+ | '2.8'
863
+ | '2.9'
864
+ | '2.10'
865
+ | '2.11'
866
+ | 'Unstable';
867
+ }
868
+
869
+ export namespace Contacts {
870
+ export import ContactArchived = ContactsAPI.ContactArchived;
871
+ export import ContactDeleted = ContactsAPI.ContactDeleted;
872
+ export import ContactList = ContactsAPI.ContactList;
873
+ export import ContactUnarchived = ContactsAPI.ContactUnarchived;
874
+ export import ContactCreateParams = ContactsAPI.ContactCreateParams;
875
+ export import ContactRetrieveParams = ContactsAPI.ContactRetrieveParams;
876
+ export import ContactUpdateParams = ContactsAPI.ContactUpdateParams;
877
+ export import ContactListParams = ContactsAPI.ContactListParams;
878
+ export import ContactDeleteParams = ContactsAPI.ContactDeleteParams;
879
+ export import ContactArchiveParams = ContactsAPI.ContactArchiveParams;
880
+ export import ContactMergeParams = ContactsAPI.ContactMergeParams;
881
+ export import ContactSearchParams = ContactsAPI.ContactSearchParams;
882
+ export import ContactUnarchiveParams = ContactsAPI.ContactUnarchiveParams;
883
+ export import Companies = CompaniesAPI.Companies;
884
+ export import ContactAttachedCompanies = CompaniesAPI.ContactAttachedCompanies;
885
+ export import CompanyCreateParams = CompaniesAPI.CompanyCreateParams;
886
+ export import CompanyListParams = CompaniesAPI.CompanyListParams;
887
+ export import CompanyDeleteParams = CompaniesAPI.CompanyDeleteParams;
888
+ export import Notes = NotesAPI.Notes;
889
+ export import NoteList = NotesAPI.NoteList;
890
+ export import NoteCreateParams = NotesAPI.NoteCreateParams;
891
+ export import NoteListParams = NotesAPI.NoteListParams;
892
+ export import Segments = SegmentsAPI.Segments;
893
+ export import ContactSegments = SegmentsAPI.ContactSegments;
894
+ export import SegmentListParams = SegmentsAPI.SegmentListParams;
895
+ export import Subscriptions = SubscriptionsAPI.Subscriptions;
896
+ export import SubscriptionType = SubscriptionsAPI.SubscriptionType;
897
+ export import SubscriptionCreateParams = SubscriptionsAPI.SubscriptionCreateParams;
898
+ export import SubscriptionListParams = SubscriptionsAPI.SubscriptionListParams;
899
+ export import SubscriptionDeleteParams = SubscriptionsAPI.SubscriptionDeleteParams;
900
+ export import Tags = TagsAPI.Tags;
901
+ export import TagCreateParams = TagsAPI.TagCreateParams;
902
+ export import TagListParams = TagsAPI.TagListParams;
903
+ export import TagDeleteParams = TagsAPI.TagDeleteParams;
904
+ }