intercom-client 4.0.0 → 6.0.0-alpha

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 (2000) hide show
  1. package/Client.d.ts +91 -0
  2. package/Client.js +117 -0
  3. package/README.md +106 -1225
  4. package/api/errors/BadRequestError.d.ts +7 -0
  5. package/api/errors/BadRequestError.js +41 -0
  6. package/api/errors/ForbiddenError.d.ts +8 -0
  7. package/api/errors/ForbiddenError.js +41 -0
  8. package/api/errors/NotFoundError.d.ts +7 -0
  9. package/api/errors/NotFoundError.js +41 -0
  10. package/api/errors/UnauthorizedError.d.ts +8 -0
  11. package/api/errors/UnauthorizedError.js +41 -0
  12. package/api/errors/UnprocessableEntityError.d.ts +7 -0
  13. package/api/errors/UnprocessableEntityError.js +41 -0
  14. package/api/errors/index.d.ts +5 -0
  15. package/api/errors/index.js +21 -0
  16. package/api/index.d.ts +4 -0
  17. package/api/index.js +19 -0
  18. package/api/resources/admins/client/Client.d.ts +101 -0
  19. package/api/resources/admins/client/Client.js +387 -0
  20. package/api/resources/admins/client/index.d.ts +1 -0
  21. package/api/resources/admins/client/index.js +17 -0
  22. package/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +28 -0
  23. package/api/resources/admins/client/requests/AdminsAwayRequest.js +5 -0
  24. package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +19 -0
  25. package/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +5 -0
  26. package/api/resources/admins/client/requests/index.d.ts +2 -0
  27. package/api/resources/admins/client/requests/index.js +2 -0
  28. package/api/resources/admins/index.d.ts +2 -0
  29. package/api/resources/admins/index.js +18 -0
  30. package/api/resources/admins/types/Admin.d.ts +30 -0
  31. package/api/resources/admins/types/Admin.js +5 -0
  32. package/api/resources/admins/types/index.d.ts +1 -0
  33. package/api/resources/admins/types/index.js +17 -0
  34. package/api/resources/aiAgent/index.d.ts +1 -0
  35. package/api/resources/aiAgent/index.js +17 -0
  36. package/api/resources/aiAgent/types/AiAgent.d.ts +22 -0
  37. package/api/resources/aiAgent/types/AiAgent.js +5 -0
  38. package/api/resources/aiAgent/types/AiAgentSourceType.d.ts +14 -0
  39. package/api/resources/aiAgent/types/AiAgentSourceType.js +13 -0
  40. package/api/resources/aiAgent/types/index.d.ts +2 -0
  41. package/api/resources/aiAgent/types/index.js +18 -0
  42. package/api/resources/aiContentSource/index.d.ts +1 -0
  43. package/api/resources/aiContentSource/index.js +17 -0
  44. package/api/resources/aiContentSource/types/ContentSource.d.ts +17 -0
  45. package/api/resources/aiContentSource/types/ContentSource.js +5 -0
  46. package/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +14 -0
  47. package/api/resources/aiContentSource/types/ContentSourceContentType.js +13 -0
  48. package/api/resources/aiContentSource/types/index.d.ts +2 -0
  49. package/api/resources/aiContentSource/types/index.js +18 -0
  50. package/api/resources/articles/client/Client.d.ts +142 -0
  51. package/api/resources/articles/client/Client.js +495 -0
  52. package/api/resources/articles/client/index.d.ts +1 -0
  53. package/api/resources/articles/client/index.js +17 -0
  54. package/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +25 -0
  55. package/api/resources/articles/client/requests/ArticlesSearchRequest.js +5 -0
  56. package/api/resources/articles/client/requests/index.d.ts +1 -0
  57. package/api/resources/articles/client/requests/index.js +2 -0
  58. package/api/resources/articles/index.d.ts +2 -0
  59. package/api/resources/articles/index.js +18 -0
  60. package/api/resources/articles/types/Article.d.ts +10 -0
  61. package/api/resources/articles/types/Article.js +5 -0
  62. package/api/resources/articles/types/ArticleListItem.d.ts +40 -0
  63. package/api/resources/articles/types/ArticleListItem.js +5 -0
  64. package/api/resources/articles/types/ArticleListItemState.d.ts +11 -0
  65. package/api/resources/articles/types/ArticleListItemState.js +10 -0
  66. package/api/resources/articles/types/ArticleSearchHighlights.d.ts +15 -0
  67. package/api/resources/articles/types/ArticleSearchHighlights.js +5 -0
  68. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +13 -0
  69. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +5 -0
  70. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +11 -0
  71. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +10 -0
  72. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +13 -0
  73. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +5 -0
  74. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +11 -0
  75. package/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +10 -0
  76. package/api/resources/articles/types/ArticleSearchResponse.d.ts +16 -0
  77. package/api/resources/articles/types/ArticleSearchResponse.js +5 -0
  78. package/api/resources/articles/types/ArticleSearchResponseData.d.ts +13 -0
  79. package/api/resources/articles/types/ArticleSearchResponseData.js +5 -0
  80. package/api/resources/articles/types/index.d.ts +10 -0
  81. package/api/resources/articles/types/index.js +26 -0
  82. package/api/resources/companies/client/Client.d.ts +237 -0
  83. package/api/resources/companies/client/Client.js +893 -0
  84. package/api/resources/companies/client/index.d.ts +1 -0
  85. package/api/resources/companies/client/index.js +17 -0
  86. package/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +23 -0
  87. package/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +5 -0
  88. package/api/resources/companies/client/requests/CompaniesListRequest.d.ts +21 -0
  89. package/api/resources/companies/client/requests/CompaniesListRequest.js +5 -0
  90. package/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +33 -0
  91. package/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +5 -0
  92. package/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +13 -0
  93. package/api/resources/companies/client/requests/CompaniesScrollRequest.js +5 -0
  94. package/api/resources/companies/client/requests/index.d.ts +4 -0
  95. package/api/resources/companies/client/requests/index.js +2 -0
  96. package/api/resources/companies/index.d.ts +2 -0
  97. package/api/resources/companies/index.js +18 -0
  98. package/api/resources/companies/types/Company.d.ts +46 -0
  99. package/api/resources/companies/types/Company.js +5 -0
  100. package/api/resources/companies/types/CompanyPlan.d.ts +11 -0
  101. package/api/resources/companies/types/CompanyPlan.js +5 -0
  102. package/api/resources/companies/types/CompanySegments.d.ts +12 -0
  103. package/api/resources/companies/types/CompanySegments.js +5 -0
  104. package/api/resources/companies/types/CompanyTags.d.ts +11 -0
  105. package/api/resources/companies/types/CompanyTags.js +5 -0
  106. package/api/resources/companies/types/index.d.ts +4 -0
  107. package/api/resources/companies/types/index.js +20 -0
  108. package/api/resources/contacts/client/Client.d.ts +363 -0
  109. package/api/resources/contacts/client/Client.js +1150 -0
  110. package/api/resources/contacts/client/index.d.ts +1 -0
  111. package/api/resources/contacts/client/index.js +17 -0
  112. package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +28 -0
  113. package/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +5 -0
  114. package/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +16 -0
  115. package/api/resources/contacts/client/requests/MergeContactsRequest.js +5 -0
  116. package/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +34 -0
  117. package/api/resources/contacts/client/requests/UpdateContactRequest.js +5 -0
  118. package/api/resources/contacts/client/requests/index.d.ts +3 -0
  119. package/api/resources/contacts/client/requests/index.js +2 -0
  120. package/api/resources/contacts/index.d.ts +2 -0
  121. package/api/resources/contacts/index.js +18 -0
  122. package/api/resources/contacts/types/Contact.d.ts +95 -0
  123. package/api/resources/contacts/types/Contact.js +5 -0
  124. package/api/resources/contacts/types/ContactAvatar.d.ts +9 -0
  125. package/api/resources/contacts/types/ContactAvatar.js +5 -0
  126. package/api/resources/contacts/types/index.d.ts +2 -0
  127. package/api/resources/contacts/types/index.js +18 -0
  128. package/api/resources/conversations/client/Client.d.ts +446 -0
  129. package/api/resources/conversations/client/Client.js +1153 -0
  130. package/api/resources/conversations/client/index.d.ts +1 -0
  131. package/api/resources/conversations/client/index.js +17 -0
  132. package/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +26 -0
  133. package/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +5 -0
  134. package/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +13 -0
  135. package/api/resources/conversations/client/requests/ConversationsFindRequest.js +5 -0
  136. package/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +17 -0
  137. package/api/resources/conversations/client/requests/ConversationsListRequest.js +5 -0
  138. package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +20 -0
  139. package/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +5 -0
  140. package/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +28 -0
  141. package/api/resources/conversations/client/requests/CreateConversationRequest.js +5 -0
  142. package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +28 -0
  143. package/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +5 -0
  144. package/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +32 -0
  145. package/api/resources/conversations/client/requests/UpdateConversationRequest.js +5 -0
  146. package/api/resources/conversations/client/requests/index.d.ts +7 -0
  147. package/api/resources/conversations/client/requests/index.js +2 -0
  148. package/api/resources/conversations/index.d.ts +2 -0
  149. package/api/resources/conversations/index.js +18 -0
  150. package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +5 -0
  151. package/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +5 -0
  152. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +9 -0
  153. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +5 -0
  154. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +9 -0
  155. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +5 -0
  156. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +9 -0
  157. package/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +5 -0
  158. package/api/resources/conversations/types/Conversation.d.ts +49 -0
  159. package/api/resources/conversations/types/Conversation.js +5 -0
  160. package/api/resources/conversations/types/ConversationPriority.d.ts +11 -0
  161. package/api/resources/conversations/types/ConversationPriority.js +10 -0
  162. package/api/resources/conversations/types/ConversationState.d.ts +12 -0
  163. package/api/resources/conversations/types/ConversationState.js +11 -0
  164. package/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +19 -0
  165. package/api/resources/conversations/types/ConversationsManageRequestBody.js +5 -0
  166. package/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +10 -0
  167. package/api/resources/conversations/types/CreateConversationRequestFrom.js +5 -0
  168. package/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +12 -0
  169. package/api/resources/conversations/types/CreateConversationRequestFromType.js +11 -0
  170. package/api/resources/conversations/types/index.d.ts +10 -0
  171. package/api/resources/conversations/types/index.js +26 -0
  172. package/api/resources/customObjectInstances/index.d.ts +1 -0
  173. package/api/resources/customObjectInstances/index.js +17 -0
  174. package/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +16 -0
  175. package/api/resources/customObjectInstances/types/CustomObjectInstance.js +5 -0
  176. package/api/resources/customObjectInstances/types/index.d.ts +1 -0
  177. package/api/resources/customObjectInstances/types/index.js +17 -0
  178. package/api/resources/dataAttributes/client/Client.d.ts +136 -0
  179. package/api/resources/dataAttributes/client/Client.js +336 -0
  180. package/api/resources/dataAttributes/client/index.d.ts +1 -0
  181. package/api/resources/dataAttributes/client/index.js +17 -0
  182. package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +63 -0
  183. package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +5 -0
  184. package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +18 -0
  185. package/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +5 -0
  186. package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +41 -0
  187. package/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +5 -0
  188. package/api/resources/dataAttributes/client/requests/index.d.ts +3 -0
  189. package/api/resources/dataAttributes/client/requests/index.js +2 -0
  190. package/api/resources/dataAttributes/index.d.ts +2 -0
  191. package/api/resources/dataAttributes/index.js +18 -0
  192. package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +15 -0
  193. package/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +14 -0
  194. package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +11 -0
  195. package/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +10 -0
  196. package/api/resources/dataAttributes/types/DataAttribute.d.ts +43 -0
  197. package/api/resources/dataAttributes/types/DataAttribute.js +5 -0
  198. package/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +14 -0
  199. package/api/resources/dataAttributes/types/DataAttributeDataType.js +13 -0
  200. package/api/resources/dataAttributes/types/DataAttributeModel.d.ts +11 -0
  201. package/api/resources/dataAttributes/types/DataAttributeModel.js +10 -0
  202. package/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +9 -0
  203. package/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +11 -0
  204. package/api/resources/dataAttributes/types/index.d.ts +6 -0
  205. package/api/resources/dataAttributes/types/index.js +22 -0
  206. package/api/resources/dataEvents/index.d.ts +1 -0
  207. package/api/resources/dataEvents/index.js +17 -0
  208. package/api/resources/dataEvents/types/DataEvent.d.ts +24 -0
  209. package/api/resources/dataEvents/types/DataEvent.js +5 -0
  210. package/api/resources/dataEvents/types/index.d.ts +1 -0
  211. package/api/resources/dataEvents/types/index.js +17 -0
  212. package/api/resources/dataExport/client/Client.d.ts +100 -0
  213. package/api/resources/dataExport/client/Client.js +310 -0
  214. package/api/resources/dataExport/client/index.d.ts +1 -0
  215. package/api/resources/dataExport/client/index.js +17 -0
  216. package/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +16 -0
  217. package/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +5 -0
  218. package/api/resources/dataExport/client/requests/index.d.ts +1 -0
  219. package/api/resources/dataExport/client/requests/index.js +2 -0
  220. package/api/resources/dataExport/index.d.ts +2 -0
  221. package/api/resources/dataExport/index.js +18 -0
  222. package/api/resources/dataExport/types/DataExport.d.ts +17 -0
  223. package/api/resources/dataExport/types/DataExport.js +5 -0
  224. package/api/resources/dataExport/types/DataExportStatus.d.ts +15 -0
  225. package/api/resources/dataExport/types/DataExportStatus.js +14 -0
  226. package/api/resources/dataExport/types/index.d.ts +2 -0
  227. package/api/resources/dataExport/types/index.js +18 -0
  228. package/api/resources/events/client/Client.d.ts +127 -0
  229. package/api/resources/events/client/Client.js +318 -0
  230. package/api/resources/events/client/index.d.ts +1 -0
  231. package/api/resources/events/client/index.js +17 -0
  232. package/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +14 -0
  233. package/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +5 -0
  234. package/api/resources/events/client/requests/EventsListRequest.d.ts +25 -0
  235. package/api/resources/events/client/requests/EventsListRequest.js +5 -0
  236. package/api/resources/events/client/requests/index.d.ts +2 -0
  237. package/api/resources/events/client/requests/index.js +2 -0
  238. package/api/resources/events/index.d.ts +2 -0
  239. package/api/resources/events/index.js +18 -0
  240. package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +16 -0
  241. package/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +5 -0
  242. package/api/resources/events/types/EventsListRequestFilter.d.ts +5 -0
  243. package/api/resources/events/types/EventsListRequestFilter.js +5 -0
  244. package/api/resources/events/types/EventsListRequestFilterEmail.d.ts +6 -0
  245. package/api/resources/events/types/EventsListRequestFilterEmail.js +5 -0
  246. package/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +6 -0
  247. package/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +5 -0
  248. package/api/resources/events/types/EventsListRequestFilterUserId.d.ts +6 -0
  249. package/api/resources/events/types/EventsListRequestFilterUserId.js +5 -0
  250. package/api/resources/events/types/index.d.ts +5 -0
  251. package/api/resources/events/types/index.js +21 -0
  252. package/api/resources/helpCenter/client/Client.d.ts +60 -0
  253. package/api/resources/helpCenter/client/Client.js +196 -0
  254. package/api/resources/helpCenter/client/index.d.ts +1 -0
  255. package/api/resources/helpCenter/client/index.js +2 -0
  256. package/api/resources/helpCenter/index.d.ts +3 -0
  257. package/api/resources/helpCenter/index.js +19 -0
  258. package/api/resources/helpCenter/resources/collections/client/Client.d.ts +106 -0
  259. package/api/resources/helpCenter/resources/collections/client/Client.js +395 -0
  260. package/api/resources/helpCenter/resources/collections/client/index.d.ts +1 -0
  261. package/api/resources/helpCenter/resources/collections/client/index.js +17 -0
  262. package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +27 -0
  263. package/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +5 -0
  264. package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +24 -0
  265. package/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +5 -0
  266. package/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +2 -0
  267. package/api/resources/helpCenter/resources/collections/client/requests/index.js +2 -0
  268. package/api/resources/helpCenter/resources/collections/index.d.ts +1 -0
  269. package/api/resources/helpCenter/resources/collections/index.js +17 -0
  270. package/api/resources/helpCenter/resources/index.d.ts +2 -0
  271. package/api/resources/helpCenter/resources/index.js +31 -0
  272. package/api/resources/helpCenter/types/Collection.d.ts +34 -0
  273. package/api/resources/helpCenter/types/Collection.js +5 -0
  274. package/api/resources/helpCenter/types/HelpCenter.d.ts +22 -0
  275. package/api/resources/helpCenter/types/HelpCenter.js +5 -0
  276. package/api/resources/helpCenter/types/HelpCenterList.d.ts +13 -0
  277. package/api/resources/helpCenter/types/HelpCenterList.js +5 -0
  278. package/api/resources/helpCenter/types/index.d.ts +3 -0
  279. package/api/resources/helpCenter/types/index.js +19 -0
  280. package/api/resources/index.d.ts +63 -0
  281. package/api/resources/index.js +92 -0
  282. package/api/resources/messages/client/Client.d.ts +145 -0
  283. package/api/resources/messages/client/Client.js +235 -0
  284. package/api/resources/messages/client/index.d.ts +1 -0
  285. package/api/resources/messages/client/index.js +2 -0
  286. package/api/resources/messages/index.d.ts +2 -0
  287. package/api/resources/messages/index.js +18 -0
  288. package/api/resources/messages/types/Message.d.ts +23 -0
  289. package/api/resources/messages/types/Message.js +5 -0
  290. package/api/resources/messages/types/MessageMessageType.d.ts +13 -0
  291. package/api/resources/messages/types/MessageMessageType.js +12 -0
  292. package/api/resources/messages/types/index.d.ts +2 -0
  293. package/api/resources/messages/types/index.js +18 -0
  294. package/api/resources/news/client/Client.d.ts +154 -0
  295. package/api/resources/news/client/Client.js +588 -0
  296. package/api/resources/news/client/index.d.ts +1 -0
  297. package/api/resources/news/client/index.js +2 -0
  298. package/api/resources/news/index.d.ts +2 -0
  299. package/api/resources/news/index.js +18 -0
  300. package/api/resources/news/types/NewsItem.d.ts +35 -0
  301. package/api/resources/news/types/NewsItem.js +5 -0
  302. package/api/resources/news/types/NewsItemState.d.ts +11 -0
  303. package/api/resources/news/types/NewsItemState.js +10 -0
  304. package/api/resources/news/types/Newsfeed.d.ts +18 -0
  305. package/api/resources/news/types/Newsfeed.js +5 -0
  306. package/api/resources/news/types/NewsfeedAssignment.d.ts +12 -0
  307. package/api/resources/news/types/NewsfeedAssignment.js +5 -0
  308. package/api/resources/news/types/index.d.ts +4 -0
  309. package/api/resources/news/types/index.js +20 -0
  310. package/api/resources/notes/client/Client.d.ts +89 -0
  311. package/api/resources/notes/client/Client.js +273 -0
  312. package/api/resources/notes/client/index.d.ts +1 -0
  313. package/api/resources/notes/client/index.js +17 -0
  314. package/api/resources/notes/client/requests/NotesCreateRequest.d.ts +33 -0
  315. package/api/resources/notes/client/requests/NotesCreateRequest.js +5 -0
  316. package/api/resources/notes/client/requests/index.d.ts +1 -0
  317. package/api/resources/notes/client/requests/index.js +2 -0
  318. package/api/resources/notes/index.d.ts +2 -0
  319. package/api/resources/notes/index.js +18 -0
  320. package/api/resources/notes/types/Note.d.ts +21 -0
  321. package/api/resources/notes/types/Note.js +5 -0
  322. package/api/resources/notes/types/NoteContact.d.ts +12 -0
  323. package/api/resources/notes/types/NoteContact.js +5 -0
  324. package/api/resources/notes/types/index.d.ts +2 -0
  325. package/api/resources/notes/types/index.js +18 -0
  326. package/api/resources/phoneCallRedirect/client/Client.d.ts +62 -0
  327. package/api/resources/phoneCallRedirect/client/Client.js +150 -0
  328. package/api/resources/phoneCallRedirect/client/index.d.ts +1 -0
  329. package/api/resources/phoneCallRedirect/client/index.js +2 -0
  330. package/api/resources/phoneCallRedirect/index.d.ts +1 -0
  331. package/api/resources/phoneCallRedirect/index.js +17 -0
  332. package/api/resources/segments/client/Client.d.ts +58 -0
  333. package/api/resources/segments/client/Client.js +198 -0
  334. package/api/resources/segments/client/index.d.ts +1 -0
  335. package/api/resources/segments/client/index.js +17 -0
  336. package/api/resources/segments/client/requests/SegmentsListRequest.d.ts +13 -0
  337. package/api/resources/segments/client/requests/SegmentsListRequest.js +5 -0
  338. package/api/resources/segments/client/requests/index.d.ts +1 -0
  339. package/api/resources/segments/client/requests/index.js +2 -0
  340. package/api/resources/segments/index.d.ts +2 -0
  341. package/api/resources/segments/index.js +18 -0
  342. package/api/resources/segments/types/Segment.d.ts +23 -0
  343. package/api/resources/segments/types/Segment.js +5 -0
  344. package/api/resources/segments/types/SegmentPersonType.d.ts +11 -0
  345. package/api/resources/segments/types/SegmentPersonType.js +10 -0
  346. package/api/resources/segments/types/index.d.ts +2 -0
  347. package/api/resources/segments/types/index.js +18 -0
  348. package/api/resources/subscriptionTypes/index.d.ts +1 -0
  349. package/api/resources/subscriptionTypes/index.js +17 -0
  350. package/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +22 -0
  351. package/api/resources/subscriptionTypes/types/SubscriptionType.js +5 -0
  352. package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +11 -0
  353. package/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +10 -0
  354. package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +8 -0
  355. package/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +10 -0
  356. package/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +12 -0
  357. package/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +11 -0
  358. package/api/resources/subscriptionTypes/types/index.d.ts +4 -0
  359. package/api/resources/subscriptionTypes/types/index.js +20 -0
  360. package/api/resources/subscriptions/client/Client.d.ts +41 -0
  361. package/api/resources/subscriptions/client/Client.js +124 -0
  362. package/api/resources/subscriptions/client/index.d.ts +1 -0
  363. package/api/resources/subscriptions/client/index.js +2 -0
  364. package/api/resources/subscriptions/index.d.ts +1 -0
  365. package/api/resources/subscriptions/index.js +17 -0
  366. package/api/resources/tags/client/Client.d.ts +224 -0
  367. package/api/resources/tags/client/Client.js +776 -0
  368. package/api/resources/tags/client/index.d.ts +1 -0
  369. package/api/resources/tags/client/index.js +17 -0
  370. package/api/resources/tags/client/requests/TagsAttachRequest.d.ts +22 -0
  371. package/api/resources/tags/client/requests/TagsAttachRequest.js +5 -0
  372. package/api/resources/tags/client/requests/TagsDetachRequest.d.ts +23 -0
  373. package/api/resources/tags/client/requests/TagsDetachRequest.js +5 -0
  374. package/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +23 -0
  375. package/api/resources/tags/client/requests/TagsTagContactRequest.js +5 -0
  376. package/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +22 -0
  377. package/api/resources/tags/client/requests/TagsTagConversationRequest.js +5 -0
  378. package/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +23 -0
  379. package/api/resources/tags/client/requests/TagsUntagConversationRequest.js +5 -0
  380. package/api/resources/tags/client/requests/index.d.ts +5 -0
  381. package/api/resources/tags/client/requests/index.js +2 -0
  382. package/api/resources/tags/index.d.ts +2 -0
  383. package/api/resources/tags/index.js +18 -0
  384. package/api/resources/tags/types/Tag.d.ts +18 -0
  385. package/api/resources/tags/types/Tag.js +5 -0
  386. package/api/resources/tags/types/TagsCreateRequestBody.d.ts +5 -0
  387. package/api/resources/tags/types/TagsCreateRequestBody.js +5 -0
  388. package/api/resources/tags/types/index.d.ts +2 -0
  389. package/api/resources/tags/types/index.js +18 -0
  390. package/api/resources/teams/client/Client.d.ts +57 -0
  391. package/api/resources/teams/client/Client.js +191 -0
  392. package/api/resources/teams/client/index.d.ts +1 -0
  393. package/api/resources/teams/client/index.js +2 -0
  394. package/api/resources/teams/index.d.ts +2 -0
  395. package/api/resources/teams/index.js +18 -0
  396. package/api/resources/teams/types/Team.d.ts +18 -0
  397. package/api/resources/teams/types/Team.js +5 -0
  398. package/api/resources/teams/types/index.d.ts +1 -0
  399. package/api/resources/teams/types/index.js +17 -0
  400. package/api/resources/ticketTypeAttributes/client/Client.d.ts +67 -0
  401. package/api/resources/ticketTypeAttributes/client/Client.js +201 -0
  402. package/api/resources/ticketTypeAttributes/client/index.d.ts +1 -0
  403. package/api/resources/ticketTypeAttributes/client/index.js +17 -0
  404. package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +35 -0
  405. package/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +5 -0
  406. package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +31 -0
  407. package/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +5 -0
  408. package/api/resources/ticketTypeAttributes/client/requests/index.d.ts +2 -0
  409. package/api/resources/ticketTypeAttributes/client/requests/index.js +2 -0
  410. package/api/resources/ticketTypeAttributes/index.d.ts +2 -0
  411. package/api/resources/ticketTypeAttributes/index.js +18 -0
  412. package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +16 -0
  413. package/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +15 -0
  414. package/api/resources/ticketTypeAttributes/types/index.d.ts +1 -0
  415. package/api/resources/ticketTypeAttributes/types/index.js +17 -0
  416. package/api/resources/ticketTypes/client/Client.d.ts +97 -0
  417. package/api/resources/ticketTypes/client/Client.js +329 -0
  418. package/api/resources/ticketTypes/client/index.d.ts +1 -0
  419. package/api/resources/ticketTypes/client/index.js +2 -0
  420. package/api/resources/ticketTypes/index.d.ts +1 -0
  421. package/api/resources/ticketTypes/index.js +17 -0
  422. package/api/resources/tickets/client/Client.d.ts +251 -0
  423. package/api/resources/tickets/client/Client.js +546 -0
  424. package/api/resources/tickets/client/index.d.ts +1 -0
  425. package/api/resources/tickets/client/index.js +17 -0
  426. package/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +28 -0
  427. package/api/resources/tickets/client/requests/CreateTicketRequest.js +5 -0
  428. package/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +59 -0
  429. package/api/resources/tickets/client/requests/UpdateTicketRequest.js +5 -0
  430. package/api/resources/tickets/client/requests/index.d.ts +2 -0
  431. package/api/resources/tickets/client/requests/index.js +2 -0
  432. package/api/resources/tickets/index.d.ts +2 -0
  433. package/api/resources/tickets/index.js +18 -0
  434. package/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +5 -0
  435. package/api/resources/tickets/types/CreateTicketRequestContactsItem.js +5 -0
  436. package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +7 -0
  437. package/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +5 -0
  438. package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +7 -0
  439. package/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +5 -0
  440. package/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +7 -0
  441. package/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +5 -0
  442. package/api/resources/tickets/types/Ticket.d.ts +42 -0
  443. package/api/resources/tickets/types/Ticket.js +5 -0
  444. package/api/resources/tickets/types/TicketCategory.d.ts +12 -0
  445. package/api/resources/tickets/types/TicketCategory.js +11 -0
  446. package/api/resources/tickets/types/TicketContacts.d.ts +13 -0
  447. package/api/resources/tickets/types/TicketContacts.js +5 -0
  448. package/api/resources/tickets/types/TicketPart.d.ts +34 -0
  449. package/api/resources/tickets/types/TicketPart.js +5 -0
  450. package/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +13 -0
  451. package/api/resources/tickets/types/TicketPartPreviousTicketState.js +12 -0
  452. package/api/resources/tickets/types/TicketPartTicketState.d.ts +13 -0
  453. package/api/resources/tickets/types/TicketPartTicketState.js +12 -0
  454. package/api/resources/tickets/types/TicketTicketState.d.ts +13 -0
  455. package/api/resources/tickets/types/TicketTicketState.js +12 -0
  456. package/api/resources/tickets/types/TicketType.d.ts +30 -0
  457. package/api/resources/tickets/types/TicketType.js +5 -0
  458. package/api/resources/tickets/types/TicketTypeCategory.d.ts +12 -0
  459. package/api/resources/tickets/types/TicketTypeCategory.js +11 -0
  460. package/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +5 -0
  461. package/api/resources/tickets/types/TicketsReplyRequestBody.js +5 -0
  462. package/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +9 -0
  463. package/api/resources/tickets/types/UpdateTicketRequestAssignment.js +5 -0
  464. package/api/resources/tickets/types/UpdateTicketRequestState.d.ts +12 -0
  465. package/api/resources/tickets/types/UpdateTicketRequestState.js +11 -0
  466. package/api/resources/tickets/types/index.d.ts +16 -0
  467. package/api/resources/tickets/types/index.js +32 -0
  468. package/api/resources/visitors/client/Client.d.ts +97 -0
  469. package/api/resources/visitors/client/Client.js +288 -0
  470. package/api/resources/visitors/client/index.d.ts +1 -0
  471. package/api/resources/visitors/client/index.js +17 -0
  472. package/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +25 -0
  473. package/api/resources/visitors/client/requests/ConvertVisitorRequest.js +5 -0
  474. package/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +15 -0
  475. package/api/resources/visitors/client/requests/VisitorsFindRequest.js +5 -0
  476. package/api/resources/visitors/client/requests/index.d.ts +2 -0
  477. package/api/resources/visitors/client/requests/index.js +2 -0
  478. package/api/resources/visitors/index.d.ts +2 -0
  479. package/api/resources/visitors/index.js +18 -0
  480. package/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +8 -0
  481. package/api/resources/visitors/types/ConvertVisitorRequestUser.js +5 -0
  482. package/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +8 -0
  483. package/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +5 -0
  484. package/api/resources/visitors/types/UserWithId.d.ts +9 -0
  485. package/api/resources/visitors/types/UserWithId.js +5 -0
  486. package/api/resources/visitors/types/UserWithUserId.d.ts +9 -0
  487. package/api/resources/visitors/types/UserWithUserId.js +5 -0
  488. package/api/resources/visitors/types/VisitorWithEmail.d.ts +7 -0
  489. package/api/resources/visitors/types/VisitorWithEmail.js +5 -0
  490. package/api/resources/visitors/types/VisitorWithId.d.ts +7 -0
  491. package/api/resources/visitors/types/VisitorWithId.js +5 -0
  492. package/api/resources/visitors/types/VisitorWithUserId.d.ts +7 -0
  493. package/api/resources/visitors/types/VisitorWithUserId.js +5 -0
  494. package/api/resources/visitors/types/index.d.ts +7 -0
  495. package/api/resources/visitors/types/index.js +23 -0
  496. package/api/types/ActivityLog.d.ts +19 -0
  497. package/api/types/ActivityLog.js +5 -0
  498. package/api/types/ActivityLogActivityType.d.ts +73 -0
  499. package/api/types/ActivityLogActivityType.js +75 -0
  500. package/api/types/ActivityLogList.d.ts +14 -0
  501. package/api/types/ActivityLogList.js +5 -0
  502. package/api/types/ActivityLogMetadata.d.ts +26 -0
  503. package/api/types/ActivityLogMetadata.js +5 -0
  504. package/api/types/ActivityLogPerformedBy.d.ts +16 -0
  505. package/api/types/ActivityLogPerformedBy.js +5 -0
  506. package/api/types/AddressableList.d.ts +14 -0
  507. package/api/types/AddressableList.js +5 -0
  508. package/api/types/AdminList.d.ts +13 -0
  509. package/api/types/AdminList.js +5 -0
  510. package/api/types/AdminPriorityLevel.d.ts +12 -0
  511. package/api/types/AdminPriorityLevel.js +5 -0
  512. package/api/types/AdminReplyConversationRequest.d.ts +21 -0
  513. package/api/types/AdminReplyConversationRequest.js +5 -0
  514. package/api/types/AdminReplyConversationRequestMessageType.d.ts +8 -0
  515. package/api/types/AdminReplyConversationRequestMessageType.js +10 -0
  516. package/api/types/AdminReplyTicketRequest.d.ts +21 -0
  517. package/api/types/AdminReplyTicketRequest.js +5 -0
  518. package/api/types/AdminReplyTicketRequestMessageType.d.ts +9 -0
  519. package/api/types/AdminReplyTicketRequestMessageType.js +11 -0
  520. package/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +9 -0
  521. package/api/types/AdminReplyTicketRequestReplyOptionsItem.js +5 -0
  522. package/api/types/AdminWithApp.d.ts +33 -0
  523. package/api/types/AdminWithApp.js +5 -0
  524. package/api/types/AdminWithAppAvatar.d.ts +12 -0
  525. package/api/types/AdminWithAppAvatar.js +5 -0
  526. package/api/types/App.d.ts +22 -0
  527. package/api/types/App.js +5 -0
  528. package/api/types/ArticleContent.d.ts +27 -0
  529. package/api/types/ArticleContent.js +5 -0
  530. package/api/types/ArticleContentState.d.ts +11 -0
  531. package/api/types/ArticleContentState.js +10 -0
  532. package/api/types/ArticleList.d.ts +16 -0
  533. package/api/types/ArticleList.js +5 -0
  534. package/api/types/ArticleStatistics.d.ts +22 -0
  535. package/api/types/ArticleStatistics.js +5 -0
  536. package/api/types/ArticleTranslatedContent.d.ts +85 -0
  537. package/api/types/ArticleTranslatedContent.js +5 -0
  538. package/api/types/AssignConversationRequest.d.ts +16 -0
  539. package/api/types/AssignConversationRequest.js +5 -0
  540. package/api/types/AssignConversationRequestType.d.ts +8 -0
  541. package/api/types/AssignConversationRequestType.js +10 -0
  542. package/api/types/CloseConversationRequest.d.ts +13 -0
  543. package/api/types/CloseConversationRequest.js +5 -0
  544. package/api/types/CollectionList.d.ts +16 -0
  545. package/api/types/CollectionList.js +5 -0
  546. package/api/types/CompanyAttachedContacts.d.ts +16 -0
  547. package/api/types/CompanyAttachedContacts.js +5 -0
  548. package/api/types/CompanyAttachedSegments.d.ts +13 -0
  549. package/api/types/CompanyAttachedSegments.js +5 -0
  550. package/api/types/CompanyList.d.ts +16 -0
  551. package/api/types/CompanyList.js +5 -0
  552. package/api/types/CompanyScroll.d.ts +17 -0
  553. package/api/types/CompanyScroll.js +5 -0
  554. package/api/types/ContactArchived.d.ts +16 -0
  555. package/api/types/ContactArchived.js +5 -0
  556. package/api/types/ContactAttachedCompanies.d.ts +16 -0
  557. package/api/types/ContactAttachedCompanies.js +5 -0
  558. package/api/types/ContactCompanies.d.ts +14 -0
  559. package/api/types/ContactCompanies.js +5 -0
  560. package/api/types/ContactDeleted.d.ts +16 -0
  561. package/api/types/ContactDeleted.js +5 -0
  562. package/api/types/ContactList.d.ts +16 -0
  563. package/api/types/ContactList.js +5 -0
  564. package/api/types/ContactLocation.d.ts +16 -0
  565. package/api/types/ContactLocation.js +5 -0
  566. package/api/types/ContactNotes.d.ts +17 -0
  567. package/api/types/ContactNotes.js +5 -0
  568. package/api/types/ContactReference.d.ts +14 -0
  569. package/api/types/ContactReference.js +5 -0
  570. package/api/types/ContactReplyBaseRequest.d.ts +13 -0
  571. package/api/types/ContactReplyBaseRequest.js +5 -0
  572. package/api/types/ContactReplyConversationRequest.d.ts +5 -0
  573. package/api/types/ContactReplyConversationRequest.js +5 -0
  574. package/api/types/ContactReplyEmailRequest.d.ts +13 -0
  575. package/api/types/ContactReplyEmailRequest.js +5 -0
  576. package/api/types/ContactReplyIntercomUserIdRequest.d.ts +13 -0
  577. package/api/types/ContactReplyIntercomUserIdRequest.js +5 -0
  578. package/api/types/ContactReplyTicketEmailRequest.d.ts +11 -0
  579. package/api/types/ContactReplyTicketEmailRequest.js +5 -0
  580. package/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +11 -0
  581. package/api/types/ContactReplyTicketIntercomUserIdRequest.js +5 -0
  582. package/api/types/ContactReplyTicketRequest.d.ts +5 -0
  583. package/api/types/ContactReplyTicketRequest.js +5 -0
  584. package/api/types/ContactReplyTicketUserIdRequest.d.ts +11 -0
  585. package/api/types/ContactReplyTicketUserIdRequest.js +5 -0
  586. package/api/types/ContactReplyUserIdRequest.d.ts +13 -0
  587. package/api/types/ContactReplyUserIdRequest.js +5 -0
  588. package/api/types/ContactSegments.d.ts +13 -0
  589. package/api/types/ContactSegments.js +5 -0
  590. package/api/types/ContactSocialProfiles.d.ts +11 -0
  591. package/api/types/ContactSocialProfiles.js +5 -0
  592. package/api/types/ContactSubscriptionTypes.d.ts +17 -0
  593. package/api/types/ContactSubscriptionTypes.js +5 -0
  594. package/api/types/ContactTags.d.ts +17 -0
  595. package/api/types/ContactTags.js +5 -0
  596. package/api/types/ContactUnarchived.d.ts +16 -0
  597. package/api/types/ContactUnarchived.js +5 -0
  598. package/api/types/ContentSourcesList.d.ts +11 -0
  599. package/api/types/ContentSourcesList.js +5 -0
  600. package/api/types/ConversationAttachmentFiles.d.ts +14 -0
  601. package/api/types/ConversationAttachmentFiles.js +5 -0
  602. package/api/types/ConversationContacts.d.ts +13 -0
  603. package/api/types/ConversationContacts.js +5 -0
  604. package/api/types/ConversationFirstContactReply.d.ts +14 -0
  605. package/api/types/ConversationFirstContactReply.js +5 -0
  606. package/api/types/ConversationList.d.ts +16 -0
  607. package/api/types/ConversationList.js +5 -0
  608. package/api/types/ConversationPart.d.ts +32 -0
  609. package/api/types/ConversationPart.js +5 -0
  610. package/api/types/ConversationPartAuthor.d.ts +16 -0
  611. package/api/types/ConversationPartAuthor.js +5 -0
  612. package/api/types/ConversationParts.d.ts +15 -0
  613. package/api/types/ConversationParts.js +5 -0
  614. package/api/types/ConversationRating.d.ts +17 -0
  615. package/api/types/ConversationRating.js +5 -0
  616. package/api/types/ConversationSource.d.ts +26 -0
  617. package/api/types/ConversationSource.js +5 -0
  618. package/api/types/ConversationStatistics.d.ts +46 -0
  619. package/api/types/ConversationStatistics.js +5 -0
  620. package/api/types/ConversationTeammates.d.ts +13 -0
  621. package/api/types/ConversationTeammates.js +5 -0
  622. package/api/types/CreateArticleRequest.d.ts +24 -0
  623. package/api/types/CreateArticleRequest.js +5 -0
  624. package/api/types/CreateArticleRequestState.d.ts +11 -0
  625. package/api/types/CreateArticleRequestState.js +10 -0
  626. package/api/types/CreateContactRequest.d.ts +8 -0
  627. package/api/types/CreateContactRequest.js +5 -0
  628. package/api/types/CreateContactRequestWithEmail.d.ts +23 -0
  629. package/api/types/CreateContactRequestWithEmail.js +5 -0
  630. package/api/types/CreateContactRequestWithExternalId.d.ts +23 -0
  631. package/api/types/CreateContactRequestWithExternalId.js +5 -0
  632. package/api/types/CreateContactRequestWithRole.d.ts +23 -0
  633. package/api/types/CreateContactRequestWithRole.js +5 -0
  634. package/api/types/CreateDataEventRequest.d.ts +8 -0
  635. package/api/types/CreateDataEventRequest.js +5 -0
  636. package/api/types/CreateDataEventRequestWithEmail.d.ts +13 -0
  637. package/api/types/CreateDataEventRequestWithEmail.js +5 -0
  638. package/api/types/CreateDataEventRequestWithId.d.ts +13 -0
  639. package/api/types/CreateDataEventRequestWithId.js +5 -0
  640. package/api/types/CreateDataEventRequestWithUserId.d.ts +13 -0
  641. package/api/types/CreateDataEventRequestWithUserId.js +5 -0
  642. package/api/types/CreateMessageRequest.d.ts +16 -0
  643. package/api/types/CreateMessageRequest.js +5 -0
  644. package/api/types/CreateMessageRequestFrom.d.ts +12 -0
  645. package/api/types/CreateMessageRequestFrom.js +5 -0
  646. package/api/types/CreateMessageRequestTo.d.ts +13 -0
  647. package/api/types/CreateMessageRequestTo.js +5 -0
  648. package/api/types/CreateMessageRequestType.d.ts +11 -0
  649. package/api/types/CreateMessageRequestType.js +10 -0
  650. package/api/types/CreateMessageRequestWithEmail.d.ts +20 -0
  651. package/api/types/CreateMessageRequestWithEmail.js +5 -0
  652. package/api/types/CreateMessageRequestWithInapp.d.ts +20 -0
  653. package/api/types/CreateMessageRequestWithInapp.js +5 -0
  654. package/api/types/CreateOrUpdateCompanyRequest.d.ts +26 -0
  655. package/api/types/CreateOrUpdateCompanyRequest.js +5 -0
  656. package/api/types/CreateOrUpdateTagRequest.d.ts +12 -0
  657. package/api/types/CreateOrUpdateTagRequest.js +5 -0
  658. package/api/types/CreatePhoneSwitchRequest.d.ts +12 -0
  659. package/api/types/CreatePhoneSwitchRequest.js +5 -0
  660. package/api/types/CreateTicketReplyWithCommentRequest.d.ts +5 -0
  661. package/api/types/CreateTicketReplyWithCommentRequest.js +5 -0
  662. package/api/types/CreateTicketTypeRequest.d.ts +20 -0
  663. package/api/types/CreateTicketTypeRequest.js +5 -0
  664. package/api/types/CreateTicketTypeRequestCategory.d.ts +12 -0
  665. package/api/types/CreateTicketTypeRequestCategory.js +11 -0
  666. package/api/types/CursorPages.d.ts +19 -0
  667. package/api/types/CursorPages.js +5 -0
  668. package/api/types/CustomAttributes.d.ts +8 -0
  669. package/api/types/CustomAttributes.js +5 -0
  670. package/api/types/CustomAttributesValue.d.ts +5 -0
  671. package/api/types/CustomAttributesValue.js +5 -0
  672. package/api/types/CustomerRequest.d.ts +5 -0
  673. package/api/types/CustomerRequest.js +5 -0
  674. package/api/types/CustomerRequestEmail.d.ts +7 -0
  675. package/api/types/CustomerRequestEmail.js +5 -0
  676. package/api/types/CustomerRequestIntercomUserId.d.ts +7 -0
  677. package/api/types/CustomerRequestIntercomUserId.js +5 -0
  678. package/api/types/CustomerRequestUserId.d.ts +7 -0
  679. package/api/types/CustomerRequestUserId.js +5 -0
  680. package/api/types/DataAttributeList.d.ts +13 -0
  681. package/api/types/DataAttributeList.js +5 -0
  682. package/api/types/DataEventList.d.ts +15 -0
  683. package/api/types/DataEventList.js +5 -0
  684. package/api/types/DataEventListPages.d.ts +10 -0
  685. package/api/types/DataEventListPages.js +5 -0
  686. package/api/types/DataEventSummary.d.ts +19 -0
  687. package/api/types/DataEventSummary.js +5 -0
  688. package/api/types/DataEventSummaryItem.d.ts +18 -0
  689. package/api/types/DataEventSummaryItem.js +5 -0
  690. package/api/types/DataExportCsv.d.ts +60 -0
  691. package/api/types/DataExportCsv.js +5 -0
  692. package/api/types/DeletedArticleObject.d.ts +14 -0
  693. package/api/types/DeletedArticleObject.js +5 -0
  694. package/api/types/DeletedCollectionObject.d.ts +14 -0
  695. package/api/types/DeletedCollectionObject.js +5 -0
  696. package/api/types/DeletedCompanyObject.d.ts +14 -0
  697. package/api/types/DeletedCompanyObject.js +5 -0
  698. package/api/types/DeletedObject.d.ts +14 -0
  699. package/api/types/DeletedObject.js +5 -0
  700. package/api/types/ErrorErrorsItem.d.ts +11 -0
  701. package/api/types/ErrorErrorsItem.js +5 -0
  702. package/api/types/Error_.d.ts +15 -0
  703. package/api/types/Error_.js +5 -0
  704. package/api/types/FileAttribute.d.ts +21 -0
  705. package/api/types/FileAttribute.js +5 -0
  706. package/api/types/GroupContent.d.ts +14 -0
  707. package/api/types/GroupContent.js +5 -0
  708. package/api/types/GroupTranslatedContent.d.ts +85 -0
  709. package/api/types/GroupTranslatedContent.js +5 -0
  710. package/api/types/LinkedObject.d.ts +15 -0
  711. package/api/types/LinkedObject.js +5 -0
  712. package/api/types/LinkedObjectList.d.ts +17 -0
  713. package/api/types/LinkedObjectList.js +5 -0
  714. package/api/types/LinkedObjectType.d.ts +11 -0
  715. package/api/types/LinkedObjectType.js +10 -0
  716. package/api/types/MultipleFilterSearchRequest.d.ts +12 -0
  717. package/api/types/MultipleFilterSearchRequest.js +5 -0
  718. package/api/types/MultipleFilterSearchRequestOperator.d.ts +11 -0
  719. package/api/types/MultipleFilterSearchRequestOperator.js +10 -0
  720. package/api/types/MultipleFilterSearchRequestValue.d.ts +11 -0
  721. package/api/types/MultipleFilterSearchRequestValue.js +5 -0
  722. package/api/types/NewsItemRequest.d.ts +25 -0
  723. package/api/types/NewsItemRequest.js +5 -0
  724. package/api/types/NewsItemRequestState.d.ts +11 -0
  725. package/api/types/NewsItemRequestState.js +10 -0
  726. package/api/types/NoteList.d.ts +16 -0
  727. package/api/types/NoteList.js +5 -0
  728. package/api/types/OpenConversationRequest.d.ts +10 -0
  729. package/api/types/OpenConversationRequest.js +5 -0
  730. package/api/types/PagesLink.d.ts +16 -0
  731. package/api/types/PagesLink.js +5 -0
  732. package/api/types/PaginatedResponse.d.ts +16 -0
  733. package/api/types/PaginatedResponse.js +5 -0
  734. package/api/types/PaginatedResponseDataItem.d.ts +13 -0
  735. package/api/types/PaginatedResponseDataItem.js +5 -0
  736. package/api/types/PaginatedResponseType.d.ts +11 -0
  737. package/api/types/PaginatedResponseType.js +10 -0
  738. package/api/types/PartAttachment.d.ts +22 -0
  739. package/api/types/PartAttachment.js +5 -0
  740. package/api/types/PhoneSwitch.d.ts +12 -0
  741. package/api/types/PhoneSwitch.js +5 -0
  742. package/api/types/RedactConversationRequest.d.ts +19 -0
  743. package/api/types/RedactConversationRequest.js +5 -0
  744. package/api/types/RedactConversationRequestConversationPart.d.ts +12 -0
  745. package/api/types/RedactConversationRequestConversationPart.js +5 -0
  746. package/api/types/RedactConversationRequestSource.d.ts +12 -0
  747. package/api/types/RedactConversationRequestSource.js +5 -0
  748. package/api/types/Reference.d.ts +12 -0
  749. package/api/types/Reference.js +5 -0
  750. package/api/types/ReplyConversationRequest.d.ts +5 -0
  751. package/api/types/ReplyConversationRequest.js +5 -0
  752. package/api/types/SearchRequest.d.ts +11 -0
  753. package/api/types/SearchRequest.js +5 -0
  754. package/api/types/SearchRequestQuery.d.ts +5 -0
  755. package/api/types/SearchRequestQuery.js +5 -0
  756. package/api/types/SegmentList.d.ts +15 -0
  757. package/api/types/SegmentList.js +5 -0
  758. package/api/types/SingleFilterSearchRequest.d.ts +15 -0
  759. package/api/types/SingleFilterSearchRequest.js +5 -0
  760. package/api/types/SingleFilterSearchRequestOperator.d.ts +19 -0
  761. package/api/types/SingleFilterSearchRequestOperator.js +18 -0
  762. package/api/types/SlaApplied.d.ts +16 -0
  763. package/api/types/SlaApplied.js +5 -0
  764. package/api/types/SlaAppliedSlaStatus.d.ts +13 -0
  765. package/api/types/SlaAppliedSlaStatus.js +12 -0
  766. package/api/types/SnoozeConversationRequest.d.ts +12 -0
  767. package/api/types/SnoozeConversationRequest.js +5 -0
  768. package/api/types/SocialProfile.d.ts +14 -0
  769. package/api/types/SocialProfile.js +5 -0
  770. package/api/types/StartingAfterPaging.d.ts +9 -0
  771. package/api/types/StartingAfterPaging.js +5 -0
  772. package/api/types/SubscriptionTypeList.d.ts +13 -0
  773. package/api/types/SubscriptionTypeList.js +5 -0
  774. package/api/types/TagCompanyRequest.d.ts +13 -0
  775. package/api/types/TagCompanyRequest.js +5 -0
  776. package/api/types/TagCompanyRequestCompaniesItem.d.ts +9 -0
  777. package/api/types/TagCompanyRequestCompaniesItem.js +5 -0
  778. package/api/types/TagList.d.ts +13 -0
  779. package/api/types/TagList.js +5 -0
  780. package/api/types/TagMultipleUsersRequest.d.ts +12 -0
  781. package/api/types/TagMultipleUsersRequest.js +5 -0
  782. package/api/types/TagMultipleUsersRequestUsersItem.d.ts +7 -0
  783. package/api/types/TagMultipleUsersRequestUsersItem.js +5 -0
  784. package/api/types/Tags.d.ts +13 -0
  785. package/api/types/Tags.js +5 -0
  786. package/api/types/TeamList.d.ts +13 -0
  787. package/api/types/TeamList.js +5 -0
  788. package/api/types/TeamPriorityLevel.d.ts +12 -0
  789. package/api/types/TeamPriorityLevel.js +5 -0
  790. package/api/types/TicketCustomAttributes.d.ts +8 -0
  791. package/api/types/TicketCustomAttributes.js +5 -0
  792. package/api/types/TicketCustomAttributesValue.d.ts +5 -0
  793. package/api/types/TicketCustomAttributesValue.js +5 -0
  794. package/api/types/TicketList.d.ts +16 -0
  795. package/api/types/TicketList.js +5 -0
  796. package/api/types/TicketPartAuthor.d.ts +17 -0
  797. package/api/types/TicketPartAuthor.js +5 -0
  798. package/api/types/TicketPartAuthorType.d.ts +13 -0
  799. package/api/types/TicketPartAuthorType.js +12 -0
  800. package/api/types/TicketParts.d.ts +15 -0
  801. package/api/types/TicketParts.js +5 -0
  802. package/api/types/TicketReply.d.ts +26 -0
  803. package/api/types/TicketReply.js +5 -0
  804. package/api/types/TicketReplyPartType.d.ts +12 -0
  805. package/api/types/TicketReplyPartType.js +11 -0
  806. package/api/types/TicketRequestCustomAttributes.d.ts +8 -0
  807. package/api/types/TicketRequestCustomAttributes.js +5 -0
  808. package/api/types/TicketRequestCustomAttributesValue.d.ts +4 -0
  809. package/api/types/TicketRequestCustomAttributesValue.js +5 -0
  810. package/api/types/TicketTypeAttribute.d.ts +42 -0
  811. package/api/types/TicketTypeAttribute.js +5 -0
  812. package/api/types/TicketTypeAttributeList.d.ts +13 -0
  813. package/api/types/TicketTypeAttributeList.js +5 -0
  814. package/api/types/TicketTypeList.d.ts +13 -0
  815. package/api/types/TicketTypeList.js +5 -0
  816. package/api/types/Translation.d.ts +14 -0
  817. package/api/types/Translation.js +5 -0
  818. package/api/types/UntagCompanyRequest.d.ts +13 -0
  819. package/api/types/UntagCompanyRequest.js +5 -0
  820. package/api/types/UntagCompanyRequestCompaniesItem.d.ts +11 -0
  821. package/api/types/UntagCompanyRequestCompaniesItem.js +5 -0
  822. package/api/types/UpdateArticleRequest.d.ts +24 -0
  823. package/api/types/UpdateArticleRequest.js +5 -0
  824. package/api/types/UpdateArticleRequestState.d.ts +11 -0
  825. package/api/types/UpdateArticleRequestState.js +10 -0
  826. package/api/types/UpdateTicketTypeRequest.d.ts +22 -0
  827. package/api/types/UpdateTicketTypeRequest.js +5 -0
  828. package/api/types/UpdateTicketTypeRequestCategory.d.ts +12 -0
  829. package/api/types/UpdateTicketTypeRequestCategory.js +11 -0
  830. package/api/types/UpdateVisitorRequest.d.ts +8 -0
  831. package/api/types/UpdateVisitorRequest.js +5 -0
  832. package/api/types/UpdateVisitorRequestWithId.d.ts +9 -0
  833. package/api/types/UpdateVisitorRequestWithId.js +5 -0
  834. package/api/types/UpdateVisitorRequestWithUserId.d.ts +9 -0
  835. package/api/types/UpdateVisitorRequestWithUserId.js +5 -0
  836. package/api/types/Visitor.d.ts +69 -0
  837. package/api/types/Visitor.js +5 -0
  838. package/api/types/VisitorAvatar.d.ts +9 -0
  839. package/api/types/VisitorAvatar.js +5 -0
  840. package/api/types/VisitorCompanies.d.ts +9 -0
  841. package/api/types/VisitorCompanies.js +5 -0
  842. package/api/types/VisitorDeletedObject.d.ts +14 -0
  843. package/api/types/VisitorDeletedObject.js +5 -0
  844. package/api/types/VisitorLocationData.d.ts +21 -0
  845. package/api/types/VisitorLocationData.js +5 -0
  846. package/api/types/VisitorSegments.d.ts +8 -0
  847. package/api/types/VisitorSegments.js +5 -0
  848. package/api/types/VisitorSocialProfiles.d.ts +8 -0
  849. package/api/types/VisitorSocialProfiles.js +5 -0
  850. package/api/types/VisitorTags.d.ts +9 -0
  851. package/api/types/VisitorTags.js +5 -0
  852. package/api/types/VisitorTagsTagsItem.d.ts +11 -0
  853. package/api/types/VisitorTagsTagsItem.js +5 -0
  854. package/api/types/index.d.ts +179 -0
  855. package/api/types/index.js +195 -0
  856. package/api/version.d.ts +5 -0
  857. package/api/version.js +5 -0
  858. package/core/auth/BasicAuth.d.ts +8 -0
  859. package/core/auth/BasicAuth.js +26 -0
  860. package/core/auth/BearerToken.d.ts +5 -0
  861. package/core/auth/BearerToken.js +15 -0
  862. package/core/auth/index.d.ts +2 -0
  863. package/core/auth/index.js +7 -0
  864. package/core/fetcher/APIResponse.d.ts +10 -0
  865. package/core/fetcher/APIResponse.js +2 -0
  866. package/core/fetcher/Fetcher.d.ts +38 -0
  867. package/core/fetcher/Fetcher.js +99 -0
  868. package/core/fetcher/Supplier.d.ts +4 -0
  869. package/core/fetcher/Supplier.js +22 -0
  870. package/core/fetcher/createRequestUrl.d.ts +1 -0
  871. package/core/fetcher/createRequestUrl.js +13 -0
  872. package/core/fetcher/getFetchFn.d.ts +4 -0
  873. package/core/fetcher/getFetchFn.js +55 -0
  874. package/core/fetcher/getHeader.d.ts +1 -0
  875. package/core/fetcher/getHeader.js +12 -0
  876. package/core/fetcher/getRequestBody.d.ts +7 -0
  877. package/core/fetcher/getRequestBody.js +23 -0
  878. package/core/fetcher/getResponseBody.d.ts +1 -0
  879. package/core/fetcher/getResponseBody.js +48 -0
  880. package/core/fetcher/index.d.ts +5 -0
  881. package/core/fetcher/index.js +9 -0
  882. package/core/fetcher/makeRequest.d.ts +1 -0
  883. package/core/fetcher/makeRequest.js +40 -0
  884. package/core/fetcher/requestWithRetries.d.ts +1 -0
  885. package/core/fetcher/requestWithRetries.js +32 -0
  886. package/core/fetcher/signals.d.ts +12 -0
  887. package/core/fetcher/signals.js +37 -0
  888. package/core/index.d.ts +5 -0
  889. package/core/index.js +21 -0
  890. package/core/pagination/Page.d.ts +29 -0
  891. package/core/pagination/Page.js +94 -0
  892. package/core/pagination/Pageable.d.ts +12 -0
  893. package/core/pagination/Pageable.js +10 -0
  894. package/core/pagination/index.d.ts +2 -0
  895. package/core/pagination/index.js +7 -0
  896. package/core/runtime/index.d.ts +1 -0
  897. package/core/runtime/index.js +5 -0
  898. package/core/runtime/runtime.d.ts +9 -0
  899. package/core/runtime/runtime.js +93 -0
  900. package/core/utils/index.d.ts +1 -0
  901. package/core/utils/index.js +5 -0
  902. package/core/utils/setObjectProperty.d.ts +11 -0
  903. package/core/utils/setObjectProperty.js +43 -0
  904. package/dist/Client.d.ts +91 -0
  905. package/dist/Client.js +117 -0
  906. package/dist/api/errors/BadRequestError.d.ts +7 -0
  907. package/dist/api/errors/BadRequestError.js +41 -0
  908. package/dist/api/errors/ForbiddenError.d.ts +8 -0
  909. package/dist/api/errors/ForbiddenError.js +41 -0
  910. package/dist/api/errors/NotFoundError.d.ts +7 -0
  911. package/dist/api/errors/NotFoundError.js +41 -0
  912. package/dist/api/errors/UnauthorizedError.d.ts +8 -0
  913. package/dist/api/errors/UnauthorizedError.js +41 -0
  914. package/dist/api/errors/UnprocessableEntityError.d.ts +7 -0
  915. package/dist/api/errors/UnprocessableEntityError.js +41 -0
  916. package/dist/api/errors/index.d.ts +5 -0
  917. package/dist/api/errors/index.js +21 -0
  918. package/dist/api/index.d.ts +4 -0
  919. package/dist/api/index.js +19 -0
  920. package/dist/api/resources/admins/client/Client.d.ts +101 -0
  921. package/dist/api/resources/admins/client/Client.js +387 -0
  922. package/dist/api/resources/admins/client/index.d.ts +1 -0
  923. package/dist/api/resources/admins/client/index.js +17 -0
  924. package/dist/api/resources/admins/client/requests/AdminsAwayRequest.d.ts +28 -0
  925. package/dist/api/resources/admins/client/requests/AdminsAwayRequest.js +5 -0
  926. package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.d.ts +19 -0
  927. package/dist/api/resources/admins/client/requests/AdminsListAllActivityLogsRequest.js +5 -0
  928. package/dist/api/resources/admins/client/requests/index.d.ts +2 -0
  929. package/dist/api/resources/admins/client/requests/index.js +2 -0
  930. package/dist/api/resources/admins/index.d.ts +2 -0
  931. package/dist/api/resources/admins/index.js +18 -0
  932. package/dist/api/resources/admins/types/Admin.d.ts +30 -0
  933. package/dist/api/resources/admins/types/Admin.js +5 -0
  934. package/dist/api/resources/admins/types/index.d.ts +1 -0
  935. package/dist/api/resources/admins/types/index.js +17 -0
  936. package/dist/api/resources/aiAgent/index.d.ts +1 -0
  937. package/dist/api/resources/aiAgent/index.js +17 -0
  938. package/dist/api/resources/aiAgent/types/AiAgent.d.ts +22 -0
  939. package/dist/api/resources/aiAgent/types/AiAgent.js +5 -0
  940. package/dist/api/resources/aiAgent/types/AiAgentSourceType.d.ts +14 -0
  941. package/dist/api/resources/aiAgent/types/AiAgentSourceType.js +13 -0
  942. package/dist/api/resources/aiAgent/types/index.d.ts +2 -0
  943. package/dist/api/resources/aiAgent/types/index.js +18 -0
  944. package/dist/api/resources/aiContentSource/index.d.ts +1 -0
  945. package/dist/api/resources/aiContentSource/index.js +17 -0
  946. package/dist/api/resources/aiContentSource/types/ContentSource.d.ts +17 -0
  947. package/dist/api/resources/aiContentSource/types/ContentSource.js +5 -0
  948. package/dist/api/resources/aiContentSource/types/ContentSourceContentType.d.ts +14 -0
  949. package/dist/api/resources/aiContentSource/types/ContentSourceContentType.js +13 -0
  950. package/dist/api/resources/aiContentSource/types/index.d.ts +2 -0
  951. package/dist/api/resources/aiContentSource/types/index.js +18 -0
  952. package/dist/api/resources/articles/client/Client.d.ts +142 -0
  953. package/dist/api/resources/articles/client/Client.js +495 -0
  954. package/dist/api/resources/articles/client/index.d.ts +1 -0
  955. package/dist/api/resources/articles/client/index.js +17 -0
  956. package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.d.ts +25 -0
  957. package/dist/api/resources/articles/client/requests/ArticlesSearchRequest.js +5 -0
  958. package/dist/api/resources/articles/client/requests/index.d.ts +1 -0
  959. package/dist/api/resources/articles/client/requests/index.js +2 -0
  960. package/dist/api/resources/articles/index.d.ts +2 -0
  961. package/dist/api/resources/articles/index.js +18 -0
  962. package/dist/api/resources/articles/types/Article.d.ts +10 -0
  963. package/dist/api/resources/articles/types/Article.js +5 -0
  964. package/dist/api/resources/articles/types/ArticleListItem.d.ts +40 -0
  965. package/dist/api/resources/articles/types/ArticleListItem.js +5 -0
  966. package/dist/api/resources/articles/types/ArticleListItemState.d.ts +11 -0
  967. package/dist/api/resources/articles/types/ArticleListItemState.js +10 -0
  968. package/dist/api/resources/articles/types/ArticleSearchHighlights.d.ts +15 -0
  969. package/dist/api/resources/articles/types/ArticleSearchHighlights.js +5 -0
  970. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.d.ts +13 -0
  971. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItem.js +5 -0
  972. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.d.ts +11 -0
  973. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedSummaryItemItemType.js +10 -0
  974. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.d.ts +13 -0
  975. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItem.js +5 -0
  976. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.d.ts +11 -0
  977. package/dist/api/resources/articles/types/ArticleSearchHighlightsHighlightedTitleItemType.js +10 -0
  978. package/dist/api/resources/articles/types/ArticleSearchResponse.d.ts +16 -0
  979. package/dist/api/resources/articles/types/ArticleSearchResponse.js +5 -0
  980. package/dist/api/resources/articles/types/ArticleSearchResponseData.d.ts +13 -0
  981. package/dist/api/resources/articles/types/ArticleSearchResponseData.js +5 -0
  982. package/dist/api/resources/articles/types/index.d.ts +10 -0
  983. package/dist/api/resources/articles/types/index.js +26 -0
  984. package/dist/api/resources/companies/client/Client.d.ts +237 -0
  985. package/dist/api/resources/companies/client/Client.js +893 -0
  986. package/dist/api/resources/companies/client/index.d.ts +1 -0
  987. package/dist/api/resources/companies/client/index.js +17 -0
  988. package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.d.ts +23 -0
  989. package/dist/api/resources/companies/client/requests/CompaniesAttachContactRequest.js +5 -0
  990. package/dist/api/resources/companies/client/requests/CompaniesListRequest.d.ts +21 -0
  991. package/dist/api/resources/companies/client/requests/CompaniesListRequest.js +5 -0
  992. package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.d.ts +33 -0
  993. package/dist/api/resources/companies/client/requests/CompaniesRetrieveRequest.js +5 -0
  994. package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.d.ts +13 -0
  995. package/dist/api/resources/companies/client/requests/CompaniesScrollRequest.js +5 -0
  996. package/dist/api/resources/companies/client/requests/index.d.ts +4 -0
  997. package/dist/api/resources/companies/client/requests/index.js +2 -0
  998. package/dist/api/resources/companies/index.d.ts +2 -0
  999. package/dist/api/resources/companies/index.js +18 -0
  1000. package/dist/api/resources/companies/types/Company.d.ts +46 -0
  1001. package/dist/api/resources/companies/types/Company.js +5 -0
  1002. package/dist/api/resources/companies/types/CompanyPlan.d.ts +11 -0
  1003. package/dist/api/resources/companies/types/CompanyPlan.js +5 -0
  1004. package/dist/api/resources/companies/types/CompanySegments.d.ts +12 -0
  1005. package/dist/api/resources/companies/types/CompanySegments.js +5 -0
  1006. package/dist/api/resources/companies/types/CompanyTags.d.ts +11 -0
  1007. package/dist/api/resources/companies/types/CompanyTags.js +5 -0
  1008. package/dist/api/resources/companies/types/index.d.ts +4 -0
  1009. package/dist/api/resources/companies/types/index.js +20 -0
  1010. package/dist/api/resources/contacts/client/Client.d.ts +363 -0
  1011. package/dist/api/resources/contacts/client/Client.js +1150 -0
  1012. package/dist/api/resources/contacts/client/index.d.ts +1 -0
  1013. package/dist/api/resources/contacts/client/index.js +17 -0
  1014. package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.d.ts +28 -0
  1015. package/dist/api/resources/contacts/client/requests/ContactsAttachToContactRequest.js +5 -0
  1016. package/dist/api/resources/contacts/client/requests/MergeContactsRequest.d.ts +16 -0
  1017. package/dist/api/resources/contacts/client/requests/MergeContactsRequest.js +5 -0
  1018. package/dist/api/resources/contacts/client/requests/UpdateContactRequest.d.ts +34 -0
  1019. package/dist/api/resources/contacts/client/requests/UpdateContactRequest.js +5 -0
  1020. package/dist/api/resources/contacts/client/requests/index.d.ts +3 -0
  1021. package/dist/api/resources/contacts/client/requests/index.js +2 -0
  1022. package/dist/api/resources/contacts/index.d.ts +2 -0
  1023. package/dist/api/resources/contacts/index.js +18 -0
  1024. package/dist/api/resources/contacts/types/Contact.d.ts +95 -0
  1025. package/dist/api/resources/contacts/types/Contact.js +5 -0
  1026. package/dist/api/resources/contacts/types/ContactAvatar.d.ts +9 -0
  1027. package/dist/api/resources/contacts/types/ContactAvatar.js +5 -0
  1028. package/dist/api/resources/contacts/types/index.d.ts +2 -0
  1029. package/dist/api/resources/contacts/types/index.js +18 -0
  1030. package/dist/api/resources/conversations/client/Client.d.ts +446 -0
  1031. package/dist/api/resources/conversations/client/Client.js +1153 -0
  1032. package/dist/api/resources/conversations/client/index.d.ts +1 -0
  1033. package/dist/api/resources/conversations/client/index.js +17 -0
  1034. package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.d.ts +26 -0
  1035. package/dist/api/resources/conversations/client/requests/AttachContactToConversationRequest.js +5 -0
  1036. package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.d.ts +13 -0
  1037. package/dist/api/resources/conversations/client/requests/ConversationsFindRequest.js +5 -0
  1038. package/dist/api/resources/conversations/client/requests/ConversationsListRequest.d.ts +17 -0
  1039. package/dist/api/resources/conversations/client/requests/ConversationsListRequest.js +5 -0
  1040. package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.d.ts +20 -0
  1041. package/dist/api/resources/conversations/client/requests/ConvertConversationToTicketRequest.js +5 -0
  1042. package/dist/api/resources/conversations/client/requests/CreateConversationRequest.d.ts +28 -0
  1043. package/dist/api/resources/conversations/client/requests/CreateConversationRequest.js +5 -0
  1044. package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.d.ts +28 -0
  1045. package/dist/api/resources/conversations/client/requests/DetachContactFromConversationRequest.js +5 -0
  1046. package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.d.ts +32 -0
  1047. package/dist/api/resources/conversations/client/requests/UpdateConversationRequest.js +5 -0
  1048. package/dist/api/resources/conversations/client/requests/index.d.ts +7 -0
  1049. package/dist/api/resources/conversations/client/requests/index.js +2 -0
  1050. package/dist/api/resources/conversations/index.d.ts +2 -0
  1051. package/dist/api/resources/conversations/index.js +18 -0
  1052. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.d.ts +5 -0
  1053. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomer.js +5 -0
  1054. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.d.ts +9 -0
  1055. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerCustomer.js +5 -0
  1056. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.d.ts +9 -0
  1057. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerIntercomUserId.js +5 -0
  1058. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.d.ts +9 -0
  1059. package/dist/api/resources/conversations/types/AttachContactToConversationRequestCustomerUserId.js +5 -0
  1060. package/dist/api/resources/conversations/types/Conversation.d.ts +49 -0
  1061. package/dist/api/resources/conversations/types/Conversation.js +5 -0
  1062. package/dist/api/resources/conversations/types/ConversationPriority.d.ts +11 -0
  1063. package/dist/api/resources/conversations/types/ConversationPriority.js +10 -0
  1064. package/dist/api/resources/conversations/types/ConversationState.d.ts +12 -0
  1065. package/dist/api/resources/conversations/types/ConversationState.js +11 -0
  1066. package/dist/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +19 -0
  1067. package/dist/api/resources/conversations/types/ConversationsManageRequestBody.js +5 -0
  1068. package/dist/api/resources/conversations/types/CreateConversationRequestFrom.d.ts +10 -0
  1069. package/dist/api/resources/conversations/types/CreateConversationRequestFrom.js +5 -0
  1070. package/dist/api/resources/conversations/types/CreateConversationRequestFromType.d.ts +12 -0
  1071. package/dist/api/resources/conversations/types/CreateConversationRequestFromType.js +11 -0
  1072. package/dist/api/resources/conversations/types/index.d.ts +10 -0
  1073. package/dist/api/resources/conversations/types/index.js +26 -0
  1074. package/dist/api/resources/customObjectInstances/index.d.ts +1 -0
  1075. package/dist/api/resources/customObjectInstances/index.js +17 -0
  1076. package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.d.ts +16 -0
  1077. package/dist/api/resources/customObjectInstances/types/CustomObjectInstance.js +5 -0
  1078. package/dist/api/resources/customObjectInstances/types/index.d.ts +1 -0
  1079. package/dist/api/resources/customObjectInstances/types/index.js +17 -0
  1080. package/dist/api/resources/dataAttributes/client/Client.d.ts +136 -0
  1081. package/dist/api/resources/dataAttributes/client/Client.js +336 -0
  1082. package/dist/api/resources/dataAttributes/client/index.d.ts +1 -0
  1083. package/dist/api/resources/dataAttributes/client/index.js +17 -0
  1084. package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.d.ts +63 -0
  1085. package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +5 -0
  1086. package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.d.ts +18 -0
  1087. package/dist/api/resources/dataAttributes/client/requests/DataAttributesListRequest.js +5 -0
  1088. package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.d.ts +41 -0
  1089. package/dist/api/resources/dataAttributes/client/requests/UpdateDataAttributeRequest.js +5 -0
  1090. package/dist/api/resources/dataAttributes/client/requests/index.d.ts +3 -0
  1091. package/dist/api/resources/dataAttributes/client/requests/index.js +2 -0
  1092. package/dist/api/resources/dataAttributes/index.d.ts +2 -0
  1093. package/dist/api/resources/dataAttributes/index.js +18 -0
  1094. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.d.ts +15 -0
  1095. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestDataType.js +14 -0
  1096. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.d.ts +11 -0
  1097. package/dist/api/resources/dataAttributes/types/CreateDataAttributeRequestModel.js +10 -0
  1098. package/dist/api/resources/dataAttributes/types/DataAttribute.d.ts +43 -0
  1099. package/dist/api/resources/dataAttributes/types/DataAttribute.js +5 -0
  1100. package/dist/api/resources/dataAttributes/types/DataAttributeDataType.d.ts +14 -0
  1101. package/dist/api/resources/dataAttributes/types/DataAttributeDataType.js +13 -0
  1102. package/dist/api/resources/dataAttributes/types/DataAttributeModel.d.ts +11 -0
  1103. package/dist/api/resources/dataAttributes/types/DataAttributeModel.js +10 -0
  1104. package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +9 -0
  1105. package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.js +11 -0
  1106. package/dist/api/resources/dataAttributes/types/index.d.ts +6 -0
  1107. package/dist/api/resources/dataAttributes/types/index.js +22 -0
  1108. package/dist/api/resources/dataEvents/index.d.ts +1 -0
  1109. package/dist/api/resources/dataEvents/index.js +17 -0
  1110. package/dist/api/resources/dataEvents/types/DataEvent.d.ts +24 -0
  1111. package/dist/api/resources/dataEvents/types/DataEvent.js +5 -0
  1112. package/dist/api/resources/dataEvents/types/index.d.ts +1 -0
  1113. package/dist/api/resources/dataEvents/types/index.js +17 -0
  1114. package/dist/api/resources/dataExport/client/Client.d.ts +100 -0
  1115. package/dist/api/resources/dataExport/client/Client.js +310 -0
  1116. package/dist/api/resources/dataExport/client/index.d.ts +1 -0
  1117. package/dist/api/resources/dataExport/client/index.js +17 -0
  1118. package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.d.ts +16 -0
  1119. package/dist/api/resources/dataExport/client/requests/CreateDataExportsRequest.js +5 -0
  1120. package/dist/api/resources/dataExport/client/requests/index.d.ts +1 -0
  1121. package/dist/api/resources/dataExport/client/requests/index.js +2 -0
  1122. package/dist/api/resources/dataExport/index.d.ts +2 -0
  1123. package/dist/api/resources/dataExport/index.js +18 -0
  1124. package/dist/api/resources/dataExport/types/DataExport.d.ts +17 -0
  1125. package/dist/api/resources/dataExport/types/DataExport.js +5 -0
  1126. package/dist/api/resources/dataExport/types/DataExportStatus.d.ts +15 -0
  1127. package/dist/api/resources/dataExport/types/DataExportStatus.js +14 -0
  1128. package/dist/api/resources/dataExport/types/index.d.ts +2 -0
  1129. package/dist/api/resources/dataExport/types/index.js +18 -0
  1130. package/dist/api/resources/events/client/Client.d.ts +127 -0
  1131. package/dist/api/resources/events/client/Client.js +318 -0
  1132. package/dist/api/resources/events/client/index.d.ts +1 -0
  1133. package/dist/api/resources/events/client/index.js +17 -0
  1134. package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.d.ts +14 -0
  1135. package/dist/api/resources/events/client/requests/CreateDataEventSummariesRequest.js +5 -0
  1136. package/dist/api/resources/events/client/requests/EventsListRequest.d.ts +25 -0
  1137. package/dist/api/resources/events/client/requests/EventsListRequest.js +5 -0
  1138. package/dist/api/resources/events/client/requests/index.d.ts +2 -0
  1139. package/dist/api/resources/events/client/requests/index.js +2 -0
  1140. package/dist/api/resources/events/index.d.ts +2 -0
  1141. package/dist/api/resources/events/index.js +18 -0
  1142. package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.d.ts +16 -0
  1143. package/dist/api/resources/events/types/CreateDataEventSummariesRequestEventSummaries.js +5 -0
  1144. package/dist/api/resources/events/types/EventsListRequestFilter.d.ts +5 -0
  1145. package/dist/api/resources/events/types/EventsListRequestFilter.js +5 -0
  1146. package/dist/api/resources/events/types/EventsListRequestFilterEmail.d.ts +6 -0
  1147. package/dist/api/resources/events/types/EventsListRequestFilterEmail.js +5 -0
  1148. package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.d.ts +6 -0
  1149. package/dist/api/resources/events/types/EventsListRequestFilterIntercomUserId.js +5 -0
  1150. package/dist/api/resources/events/types/EventsListRequestFilterUserId.d.ts +6 -0
  1151. package/dist/api/resources/events/types/EventsListRequestFilterUserId.js +5 -0
  1152. package/dist/api/resources/events/types/index.d.ts +5 -0
  1153. package/dist/api/resources/events/types/index.js +21 -0
  1154. package/dist/api/resources/helpCenter/client/Client.d.ts +60 -0
  1155. package/dist/api/resources/helpCenter/client/Client.js +196 -0
  1156. package/dist/api/resources/helpCenter/client/index.d.ts +1 -0
  1157. package/dist/api/resources/helpCenter/client/index.js +2 -0
  1158. package/dist/api/resources/helpCenter/index.d.ts +3 -0
  1159. package/dist/api/resources/helpCenter/index.js +19 -0
  1160. package/dist/api/resources/helpCenter/resources/collections/client/Client.d.ts +106 -0
  1161. package/dist/api/resources/helpCenter/resources/collections/client/Client.js +395 -0
  1162. package/dist/api/resources/helpCenter/resources/collections/client/index.d.ts +1 -0
  1163. package/dist/api/resources/helpCenter/resources/collections/client/index.js +17 -0
  1164. package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.d.ts +27 -0
  1165. package/dist/api/resources/helpCenter/resources/collections/client/requests/CreateCollectionRequest.js +5 -0
  1166. package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.d.ts +24 -0
  1167. package/dist/api/resources/helpCenter/resources/collections/client/requests/UpdateCollectionRequest.js +5 -0
  1168. package/dist/api/resources/helpCenter/resources/collections/client/requests/index.d.ts +2 -0
  1169. package/dist/api/resources/helpCenter/resources/collections/client/requests/index.js +2 -0
  1170. package/dist/api/resources/helpCenter/resources/collections/index.d.ts +1 -0
  1171. package/dist/api/resources/helpCenter/resources/collections/index.js +17 -0
  1172. package/dist/api/resources/helpCenter/resources/index.d.ts +2 -0
  1173. package/dist/api/resources/helpCenter/resources/index.js +31 -0
  1174. package/dist/api/resources/helpCenter/types/Collection.d.ts +34 -0
  1175. package/dist/api/resources/helpCenter/types/Collection.js +5 -0
  1176. package/dist/api/resources/helpCenter/types/HelpCenter.d.ts +22 -0
  1177. package/dist/api/resources/helpCenter/types/HelpCenter.js +5 -0
  1178. package/dist/api/resources/helpCenter/types/HelpCenterList.d.ts +13 -0
  1179. package/dist/api/resources/helpCenter/types/HelpCenterList.js +5 -0
  1180. package/dist/api/resources/helpCenter/types/index.d.ts +3 -0
  1181. package/dist/api/resources/helpCenter/types/index.js +19 -0
  1182. package/dist/api/resources/index.d.ts +63 -0
  1183. package/dist/api/resources/index.js +92 -0
  1184. package/dist/api/resources/messages/client/Client.d.ts +145 -0
  1185. package/dist/api/resources/messages/client/Client.js +235 -0
  1186. package/dist/api/resources/messages/client/index.d.ts +1 -0
  1187. package/dist/api/resources/messages/client/index.js +2 -0
  1188. package/dist/api/resources/messages/index.d.ts +2 -0
  1189. package/dist/api/resources/messages/index.js +18 -0
  1190. package/dist/api/resources/messages/types/Message.d.ts +23 -0
  1191. package/dist/api/resources/messages/types/Message.js +5 -0
  1192. package/dist/api/resources/messages/types/MessageMessageType.d.ts +13 -0
  1193. package/dist/api/resources/messages/types/MessageMessageType.js +12 -0
  1194. package/dist/api/resources/messages/types/index.d.ts +2 -0
  1195. package/dist/api/resources/messages/types/index.js +18 -0
  1196. package/dist/api/resources/news/client/Client.d.ts +154 -0
  1197. package/dist/api/resources/news/client/Client.js +588 -0
  1198. package/dist/api/resources/news/client/index.d.ts +1 -0
  1199. package/dist/api/resources/news/client/index.js +2 -0
  1200. package/dist/api/resources/news/index.d.ts +2 -0
  1201. package/dist/api/resources/news/index.js +18 -0
  1202. package/dist/api/resources/news/types/NewsItem.d.ts +35 -0
  1203. package/dist/api/resources/news/types/NewsItem.js +5 -0
  1204. package/dist/api/resources/news/types/NewsItemState.d.ts +11 -0
  1205. package/dist/api/resources/news/types/NewsItemState.js +10 -0
  1206. package/dist/api/resources/news/types/Newsfeed.d.ts +18 -0
  1207. package/dist/api/resources/news/types/Newsfeed.js +5 -0
  1208. package/dist/api/resources/news/types/NewsfeedAssignment.d.ts +12 -0
  1209. package/dist/api/resources/news/types/NewsfeedAssignment.js +5 -0
  1210. package/dist/api/resources/news/types/index.d.ts +4 -0
  1211. package/dist/api/resources/news/types/index.js +20 -0
  1212. package/dist/api/resources/notes/client/Client.d.ts +89 -0
  1213. package/dist/api/resources/notes/client/Client.js +273 -0
  1214. package/dist/api/resources/notes/client/index.d.ts +1 -0
  1215. package/dist/api/resources/notes/client/index.js +17 -0
  1216. package/dist/api/resources/notes/client/requests/NotesCreateRequest.d.ts +33 -0
  1217. package/dist/api/resources/notes/client/requests/NotesCreateRequest.js +5 -0
  1218. package/dist/api/resources/notes/client/requests/index.d.ts +1 -0
  1219. package/dist/api/resources/notes/client/requests/index.js +2 -0
  1220. package/dist/api/resources/notes/index.d.ts +2 -0
  1221. package/dist/api/resources/notes/index.js +18 -0
  1222. package/dist/api/resources/notes/types/Note.d.ts +21 -0
  1223. package/dist/api/resources/notes/types/Note.js +5 -0
  1224. package/dist/api/resources/notes/types/NoteContact.d.ts +12 -0
  1225. package/dist/api/resources/notes/types/NoteContact.js +5 -0
  1226. package/dist/api/resources/notes/types/index.d.ts +2 -0
  1227. package/dist/api/resources/notes/types/index.js +18 -0
  1228. package/dist/api/resources/phoneCallRedirect/client/Client.d.ts +62 -0
  1229. package/dist/api/resources/phoneCallRedirect/client/Client.js +150 -0
  1230. package/dist/api/resources/phoneCallRedirect/client/index.d.ts +1 -0
  1231. package/dist/api/resources/phoneCallRedirect/client/index.js +2 -0
  1232. package/dist/api/resources/phoneCallRedirect/index.d.ts +1 -0
  1233. package/dist/api/resources/phoneCallRedirect/index.js +17 -0
  1234. package/dist/api/resources/segments/client/Client.d.ts +58 -0
  1235. package/dist/api/resources/segments/client/Client.js +198 -0
  1236. package/dist/api/resources/segments/client/index.d.ts +1 -0
  1237. package/dist/api/resources/segments/client/index.js +17 -0
  1238. package/dist/api/resources/segments/client/requests/SegmentsListRequest.d.ts +13 -0
  1239. package/dist/api/resources/segments/client/requests/SegmentsListRequest.js +5 -0
  1240. package/dist/api/resources/segments/client/requests/index.d.ts +1 -0
  1241. package/dist/api/resources/segments/client/requests/index.js +2 -0
  1242. package/dist/api/resources/segments/index.d.ts +2 -0
  1243. package/dist/api/resources/segments/index.js +18 -0
  1244. package/dist/api/resources/segments/types/Segment.d.ts +23 -0
  1245. package/dist/api/resources/segments/types/Segment.js +5 -0
  1246. package/dist/api/resources/segments/types/SegmentPersonType.d.ts +11 -0
  1247. package/dist/api/resources/segments/types/SegmentPersonType.js +10 -0
  1248. package/dist/api/resources/segments/types/index.d.ts +2 -0
  1249. package/dist/api/resources/segments/types/index.js +18 -0
  1250. package/dist/api/resources/subscriptionTypes/index.d.ts +1 -0
  1251. package/dist/api/resources/subscriptionTypes/index.js +17 -0
  1252. package/dist/api/resources/subscriptionTypes/types/SubscriptionType.d.ts +22 -0
  1253. package/dist/api/resources/subscriptionTypes/types/SubscriptionType.js +5 -0
  1254. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.d.ts +11 -0
  1255. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeConsentType.js +10 -0
  1256. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.d.ts +8 -0
  1257. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeContentTypesItem.js +10 -0
  1258. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.d.ts +12 -0
  1259. package/dist/api/resources/subscriptionTypes/types/SubscriptionTypeState.js +11 -0
  1260. package/dist/api/resources/subscriptionTypes/types/index.d.ts +4 -0
  1261. package/dist/api/resources/subscriptionTypes/types/index.js +20 -0
  1262. package/dist/api/resources/subscriptions/client/Client.d.ts +41 -0
  1263. package/dist/api/resources/subscriptions/client/Client.js +124 -0
  1264. package/dist/api/resources/subscriptions/client/index.d.ts +1 -0
  1265. package/dist/api/resources/subscriptions/client/index.js +2 -0
  1266. package/dist/api/resources/subscriptions/index.d.ts +1 -0
  1267. package/dist/api/resources/subscriptions/index.js +17 -0
  1268. package/dist/api/resources/tags/client/Client.d.ts +224 -0
  1269. package/dist/api/resources/tags/client/Client.js +776 -0
  1270. package/dist/api/resources/tags/client/index.d.ts +1 -0
  1271. package/dist/api/resources/tags/client/index.js +17 -0
  1272. package/dist/api/resources/tags/client/requests/TagsAttachRequest.d.ts +22 -0
  1273. package/dist/api/resources/tags/client/requests/TagsAttachRequest.js +5 -0
  1274. package/dist/api/resources/tags/client/requests/TagsDetachRequest.d.ts +23 -0
  1275. package/dist/api/resources/tags/client/requests/TagsDetachRequest.js +5 -0
  1276. package/dist/api/resources/tags/client/requests/TagsTagContactRequest.d.ts +23 -0
  1277. package/dist/api/resources/tags/client/requests/TagsTagContactRequest.js +5 -0
  1278. package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.d.ts +22 -0
  1279. package/dist/api/resources/tags/client/requests/TagsTagConversationRequest.js +5 -0
  1280. package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.d.ts +23 -0
  1281. package/dist/api/resources/tags/client/requests/TagsUntagConversationRequest.js +5 -0
  1282. package/dist/api/resources/tags/client/requests/index.d.ts +5 -0
  1283. package/dist/api/resources/tags/client/requests/index.js +2 -0
  1284. package/dist/api/resources/tags/index.d.ts +2 -0
  1285. package/dist/api/resources/tags/index.js +18 -0
  1286. package/dist/api/resources/tags/types/Tag.d.ts +18 -0
  1287. package/dist/api/resources/tags/types/Tag.js +5 -0
  1288. package/dist/api/resources/tags/types/TagsCreateRequestBody.d.ts +5 -0
  1289. package/dist/api/resources/tags/types/TagsCreateRequestBody.js +5 -0
  1290. package/dist/api/resources/tags/types/index.d.ts +2 -0
  1291. package/dist/api/resources/tags/types/index.js +18 -0
  1292. package/dist/api/resources/teams/client/Client.d.ts +57 -0
  1293. package/dist/api/resources/teams/client/Client.js +191 -0
  1294. package/dist/api/resources/teams/client/index.d.ts +1 -0
  1295. package/dist/api/resources/teams/client/index.js +2 -0
  1296. package/dist/api/resources/teams/index.d.ts +2 -0
  1297. package/dist/api/resources/teams/index.js +18 -0
  1298. package/dist/api/resources/teams/types/Team.d.ts +18 -0
  1299. package/dist/api/resources/teams/types/Team.js +5 -0
  1300. package/dist/api/resources/teams/types/index.d.ts +1 -0
  1301. package/dist/api/resources/teams/types/index.js +17 -0
  1302. package/dist/api/resources/ticketTypeAttributes/client/Client.d.ts +67 -0
  1303. package/dist/api/resources/ticketTypeAttributes/client/Client.js +201 -0
  1304. package/dist/api/resources/ticketTypeAttributes/client/index.d.ts +1 -0
  1305. package/dist/api/resources/ticketTypeAttributes/client/index.js +17 -0
  1306. package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.d.ts +35 -0
  1307. package/dist/api/resources/ticketTypeAttributes/client/requests/CreateTicketTypeAttributeRequest.js +5 -0
  1308. package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.d.ts +31 -0
  1309. package/dist/api/resources/ticketTypeAttributes/client/requests/UpdateTicketTypeAttributeRequest.js +5 -0
  1310. package/dist/api/resources/ticketTypeAttributes/client/requests/index.d.ts +2 -0
  1311. package/dist/api/resources/ticketTypeAttributes/client/requests/index.js +2 -0
  1312. package/dist/api/resources/ticketTypeAttributes/index.d.ts +2 -0
  1313. package/dist/api/resources/ticketTypeAttributes/index.js +18 -0
  1314. package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.d.ts +16 -0
  1315. package/dist/api/resources/ticketTypeAttributes/types/CreateTicketTypeAttributeRequestDataType.js +15 -0
  1316. package/dist/api/resources/ticketTypeAttributes/types/index.d.ts +1 -0
  1317. package/dist/api/resources/ticketTypeAttributes/types/index.js +17 -0
  1318. package/dist/api/resources/ticketTypes/client/Client.d.ts +97 -0
  1319. package/dist/api/resources/ticketTypes/client/Client.js +329 -0
  1320. package/dist/api/resources/ticketTypes/client/index.d.ts +1 -0
  1321. package/dist/api/resources/ticketTypes/client/index.js +2 -0
  1322. package/dist/api/resources/ticketTypes/index.d.ts +1 -0
  1323. package/dist/api/resources/ticketTypes/index.js +17 -0
  1324. package/dist/api/resources/tickets/client/Client.d.ts +251 -0
  1325. package/dist/api/resources/tickets/client/Client.js +546 -0
  1326. package/dist/api/resources/tickets/client/index.d.ts +1 -0
  1327. package/dist/api/resources/tickets/client/index.js +17 -0
  1328. package/dist/api/resources/tickets/client/requests/CreateTicketRequest.d.ts +28 -0
  1329. package/dist/api/resources/tickets/client/requests/CreateTicketRequest.js +5 -0
  1330. package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.d.ts +59 -0
  1331. package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.js +5 -0
  1332. package/dist/api/resources/tickets/client/requests/index.d.ts +2 -0
  1333. package/dist/api/resources/tickets/client/requests/index.js +2 -0
  1334. package/dist/api/resources/tickets/index.d.ts +2 -0
  1335. package/dist/api/resources/tickets/index.js +18 -0
  1336. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.d.ts +5 -0
  1337. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItem.js +5 -0
  1338. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.d.ts +7 -0
  1339. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemEmail.js +5 -0
  1340. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.d.ts +7 -0
  1341. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemExternalId.js +5 -0
  1342. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.d.ts +7 -0
  1343. package/dist/api/resources/tickets/types/CreateTicketRequestContactsItemId.js +5 -0
  1344. package/dist/api/resources/tickets/types/Ticket.d.ts +42 -0
  1345. package/dist/api/resources/tickets/types/Ticket.js +5 -0
  1346. package/dist/api/resources/tickets/types/TicketCategory.d.ts +12 -0
  1347. package/dist/api/resources/tickets/types/TicketCategory.js +11 -0
  1348. package/dist/api/resources/tickets/types/TicketContacts.d.ts +13 -0
  1349. package/dist/api/resources/tickets/types/TicketContacts.js +5 -0
  1350. package/dist/api/resources/tickets/types/TicketPart.d.ts +34 -0
  1351. package/dist/api/resources/tickets/types/TicketPart.js +5 -0
  1352. package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.d.ts +13 -0
  1353. package/dist/api/resources/tickets/types/TicketPartPreviousTicketState.js +12 -0
  1354. package/dist/api/resources/tickets/types/TicketPartTicketState.d.ts +13 -0
  1355. package/dist/api/resources/tickets/types/TicketPartTicketState.js +12 -0
  1356. package/dist/api/resources/tickets/types/TicketTicketState.d.ts +13 -0
  1357. package/dist/api/resources/tickets/types/TicketTicketState.js +12 -0
  1358. package/dist/api/resources/tickets/types/TicketType.d.ts +30 -0
  1359. package/dist/api/resources/tickets/types/TicketType.js +5 -0
  1360. package/dist/api/resources/tickets/types/TicketTypeCategory.d.ts +12 -0
  1361. package/dist/api/resources/tickets/types/TicketTypeCategory.js +11 -0
  1362. package/dist/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +5 -0
  1363. package/dist/api/resources/tickets/types/TicketsReplyRequestBody.js +5 -0
  1364. package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.d.ts +9 -0
  1365. package/dist/api/resources/tickets/types/UpdateTicketRequestAssignment.js +5 -0
  1366. package/dist/api/resources/tickets/types/UpdateTicketRequestState.d.ts +12 -0
  1367. package/dist/api/resources/tickets/types/UpdateTicketRequestState.js +11 -0
  1368. package/dist/api/resources/tickets/types/index.d.ts +16 -0
  1369. package/dist/api/resources/tickets/types/index.js +32 -0
  1370. package/dist/api/resources/visitors/client/Client.d.ts +97 -0
  1371. package/dist/api/resources/visitors/client/Client.js +288 -0
  1372. package/dist/api/resources/visitors/client/index.d.ts +1 -0
  1373. package/dist/api/resources/visitors/client/index.js +17 -0
  1374. package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.d.ts +25 -0
  1375. package/dist/api/resources/visitors/client/requests/ConvertVisitorRequest.js +5 -0
  1376. package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.d.ts +15 -0
  1377. package/dist/api/resources/visitors/client/requests/VisitorsFindRequest.js +5 -0
  1378. package/dist/api/resources/visitors/client/requests/index.d.ts +2 -0
  1379. package/dist/api/resources/visitors/client/requests/index.js +2 -0
  1380. package/dist/api/resources/visitors/index.d.ts +2 -0
  1381. package/dist/api/resources/visitors/index.js +18 -0
  1382. package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.d.ts +8 -0
  1383. package/dist/api/resources/visitors/types/ConvertVisitorRequestUser.js +5 -0
  1384. package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.d.ts +8 -0
  1385. package/dist/api/resources/visitors/types/ConvertVisitorRequestVisitor.js +5 -0
  1386. package/dist/api/resources/visitors/types/UserWithId.d.ts +9 -0
  1387. package/dist/api/resources/visitors/types/UserWithId.js +5 -0
  1388. package/dist/api/resources/visitors/types/UserWithUserId.d.ts +9 -0
  1389. package/dist/api/resources/visitors/types/UserWithUserId.js +5 -0
  1390. package/dist/api/resources/visitors/types/VisitorWithEmail.d.ts +7 -0
  1391. package/dist/api/resources/visitors/types/VisitorWithEmail.js +5 -0
  1392. package/dist/api/resources/visitors/types/VisitorWithId.d.ts +7 -0
  1393. package/dist/api/resources/visitors/types/VisitorWithId.js +5 -0
  1394. package/dist/api/resources/visitors/types/VisitorWithUserId.d.ts +7 -0
  1395. package/dist/api/resources/visitors/types/VisitorWithUserId.js +5 -0
  1396. package/dist/api/resources/visitors/types/index.d.ts +7 -0
  1397. package/dist/api/resources/visitors/types/index.js +23 -0
  1398. package/dist/api/types/ActivityLog.d.ts +19 -0
  1399. package/dist/api/types/ActivityLog.js +5 -0
  1400. package/dist/api/types/ActivityLogActivityType.d.ts +73 -0
  1401. package/dist/api/types/ActivityLogActivityType.js +75 -0
  1402. package/dist/api/types/ActivityLogList.d.ts +14 -0
  1403. package/dist/api/types/ActivityLogList.js +5 -0
  1404. package/dist/api/types/ActivityLogMetadata.d.ts +26 -0
  1405. package/dist/api/types/ActivityLogMetadata.js +5 -0
  1406. package/dist/api/types/ActivityLogPerformedBy.d.ts +16 -0
  1407. package/dist/api/types/ActivityLogPerformedBy.js +5 -0
  1408. package/dist/api/types/AddressableList.d.ts +14 -0
  1409. package/dist/api/types/AddressableList.js +5 -0
  1410. package/dist/api/types/AdminList.d.ts +13 -0
  1411. package/dist/api/types/AdminList.js +5 -0
  1412. package/dist/api/types/AdminPriorityLevel.d.ts +12 -0
  1413. package/dist/api/types/AdminPriorityLevel.js +5 -0
  1414. package/dist/api/types/AdminReplyConversationRequest.d.ts +21 -0
  1415. package/dist/api/types/AdminReplyConversationRequest.js +5 -0
  1416. package/dist/api/types/AdminReplyConversationRequestMessageType.d.ts +8 -0
  1417. package/dist/api/types/AdminReplyConversationRequestMessageType.js +10 -0
  1418. package/dist/api/types/AdminReplyTicketRequest.d.ts +21 -0
  1419. package/dist/api/types/AdminReplyTicketRequest.js +5 -0
  1420. package/dist/api/types/AdminReplyTicketRequestMessageType.d.ts +9 -0
  1421. package/dist/api/types/AdminReplyTicketRequestMessageType.js +11 -0
  1422. package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.d.ts +9 -0
  1423. package/dist/api/types/AdminReplyTicketRequestReplyOptionsItem.js +5 -0
  1424. package/dist/api/types/AdminWithApp.d.ts +33 -0
  1425. package/dist/api/types/AdminWithApp.js +5 -0
  1426. package/dist/api/types/AdminWithAppAvatar.d.ts +12 -0
  1427. package/dist/api/types/AdminWithAppAvatar.js +5 -0
  1428. package/dist/api/types/App.d.ts +22 -0
  1429. package/dist/api/types/App.js +5 -0
  1430. package/dist/api/types/ArticleContent.d.ts +27 -0
  1431. package/dist/api/types/ArticleContent.js +5 -0
  1432. package/dist/api/types/ArticleContentState.d.ts +11 -0
  1433. package/dist/api/types/ArticleContentState.js +10 -0
  1434. package/dist/api/types/ArticleList.d.ts +16 -0
  1435. package/dist/api/types/ArticleList.js +5 -0
  1436. package/dist/api/types/ArticleStatistics.d.ts +22 -0
  1437. package/dist/api/types/ArticleStatistics.js +5 -0
  1438. package/dist/api/types/ArticleTranslatedContent.d.ts +85 -0
  1439. package/dist/api/types/ArticleTranslatedContent.js +5 -0
  1440. package/dist/api/types/AssignConversationRequest.d.ts +16 -0
  1441. package/dist/api/types/AssignConversationRequest.js +5 -0
  1442. package/dist/api/types/AssignConversationRequestType.d.ts +8 -0
  1443. package/dist/api/types/AssignConversationRequestType.js +10 -0
  1444. package/dist/api/types/CloseConversationRequest.d.ts +13 -0
  1445. package/dist/api/types/CloseConversationRequest.js +5 -0
  1446. package/dist/api/types/CollectionList.d.ts +16 -0
  1447. package/dist/api/types/CollectionList.js +5 -0
  1448. package/dist/api/types/CompanyAttachedContacts.d.ts +16 -0
  1449. package/dist/api/types/CompanyAttachedContacts.js +5 -0
  1450. package/dist/api/types/CompanyAttachedSegments.d.ts +13 -0
  1451. package/dist/api/types/CompanyAttachedSegments.js +5 -0
  1452. package/dist/api/types/CompanyList.d.ts +16 -0
  1453. package/dist/api/types/CompanyList.js +5 -0
  1454. package/dist/api/types/CompanyScroll.d.ts +17 -0
  1455. package/dist/api/types/CompanyScroll.js +5 -0
  1456. package/dist/api/types/ContactArchived.d.ts +16 -0
  1457. package/dist/api/types/ContactArchived.js +5 -0
  1458. package/dist/api/types/ContactAttachedCompanies.d.ts +16 -0
  1459. package/dist/api/types/ContactAttachedCompanies.js +5 -0
  1460. package/dist/api/types/ContactCompanies.d.ts +14 -0
  1461. package/dist/api/types/ContactCompanies.js +5 -0
  1462. package/dist/api/types/ContactDeleted.d.ts +16 -0
  1463. package/dist/api/types/ContactDeleted.js +5 -0
  1464. package/dist/api/types/ContactList.d.ts +16 -0
  1465. package/dist/api/types/ContactList.js +5 -0
  1466. package/dist/api/types/ContactLocation.d.ts +16 -0
  1467. package/dist/api/types/ContactLocation.js +5 -0
  1468. package/dist/api/types/ContactNotes.d.ts +17 -0
  1469. package/dist/api/types/ContactNotes.js +5 -0
  1470. package/dist/api/types/ContactReference.d.ts +14 -0
  1471. package/dist/api/types/ContactReference.js +5 -0
  1472. package/dist/api/types/ContactReplyBaseRequest.d.ts +13 -0
  1473. package/dist/api/types/ContactReplyBaseRequest.js +5 -0
  1474. package/dist/api/types/ContactReplyConversationRequest.d.ts +5 -0
  1475. package/dist/api/types/ContactReplyConversationRequest.js +5 -0
  1476. package/dist/api/types/ContactReplyEmailRequest.d.ts +13 -0
  1477. package/dist/api/types/ContactReplyEmailRequest.js +5 -0
  1478. package/dist/api/types/ContactReplyIntercomUserIdRequest.d.ts +13 -0
  1479. package/dist/api/types/ContactReplyIntercomUserIdRequest.js +5 -0
  1480. package/dist/api/types/ContactReplyTicketEmailRequest.d.ts +11 -0
  1481. package/dist/api/types/ContactReplyTicketEmailRequest.js +5 -0
  1482. package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.d.ts +11 -0
  1483. package/dist/api/types/ContactReplyTicketIntercomUserIdRequest.js +5 -0
  1484. package/dist/api/types/ContactReplyTicketRequest.d.ts +5 -0
  1485. package/dist/api/types/ContactReplyTicketRequest.js +5 -0
  1486. package/dist/api/types/ContactReplyTicketUserIdRequest.d.ts +11 -0
  1487. package/dist/api/types/ContactReplyTicketUserIdRequest.js +5 -0
  1488. package/dist/api/types/ContactReplyUserIdRequest.d.ts +13 -0
  1489. package/dist/api/types/ContactReplyUserIdRequest.js +5 -0
  1490. package/dist/api/types/ContactSegments.d.ts +13 -0
  1491. package/dist/api/types/ContactSegments.js +5 -0
  1492. package/dist/api/types/ContactSocialProfiles.d.ts +11 -0
  1493. package/dist/api/types/ContactSocialProfiles.js +5 -0
  1494. package/dist/api/types/ContactSubscriptionTypes.d.ts +17 -0
  1495. package/dist/api/types/ContactSubscriptionTypes.js +5 -0
  1496. package/dist/api/types/ContactTags.d.ts +17 -0
  1497. package/dist/api/types/ContactTags.js +5 -0
  1498. package/dist/api/types/ContactUnarchived.d.ts +16 -0
  1499. package/dist/api/types/ContactUnarchived.js +5 -0
  1500. package/dist/api/types/ContentSourcesList.d.ts +11 -0
  1501. package/dist/api/types/ContentSourcesList.js +5 -0
  1502. package/dist/api/types/ConversationAttachmentFiles.d.ts +14 -0
  1503. package/dist/api/types/ConversationAttachmentFiles.js +5 -0
  1504. package/dist/api/types/ConversationContacts.d.ts +13 -0
  1505. package/dist/api/types/ConversationContacts.js +5 -0
  1506. package/dist/api/types/ConversationFirstContactReply.d.ts +14 -0
  1507. package/dist/api/types/ConversationFirstContactReply.js +5 -0
  1508. package/dist/api/types/ConversationList.d.ts +16 -0
  1509. package/dist/api/types/ConversationList.js +5 -0
  1510. package/dist/api/types/ConversationPart.d.ts +32 -0
  1511. package/dist/api/types/ConversationPart.js +5 -0
  1512. package/dist/api/types/ConversationPartAuthor.d.ts +16 -0
  1513. package/dist/api/types/ConversationPartAuthor.js +5 -0
  1514. package/dist/api/types/ConversationParts.d.ts +15 -0
  1515. package/dist/api/types/ConversationParts.js +5 -0
  1516. package/dist/api/types/ConversationRating.d.ts +17 -0
  1517. package/dist/api/types/ConversationRating.js +5 -0
  1518. package/dist/api/types/ConversationSource.d.ts +26 -0
  1519. package/dist/api/types/ConversationSource.js +5 -0
  1520. package/dist/api/types/ConversationStatistics.d.ts +46 -0
  1521. package/dist/api/types/ConversationStatistics.js +5 -0
  1522. package/dist/api/types/ConversationTeammates.d.ts +13 -0
  1523. package/dist/api/types/ConversationTeammates.js +5 -0
  1524. package/dist/api/types/CreateArticleRequest.d.ts +24 -0
  1525. package/dist/api/types/CreateArticleRequest.js +5 -0
  1526. package/dist/api/types/CreateArticleRequestState.d.ts +11 -0
  1527. package/dist/api/types/CreateArticleRequestState.js +10 -0
  1528. package/dist/api/types/CreateContactRequest.d.ts +8 -0
  1529. package/dist/api/types/CreateContactRequest.js +5 -0
  1530. package/dist/api/types/CreateContactRequestWithEmail.d.ts +23 -0
  1531. package/dist/api/types/CreateContactRequestWithEmail.js +5 -0
  1532. package/dist/api/types/CreateContactRequestWithExternalId.d.ts +23 -0
  1533. package/dist/api/types/CreateContactRequestWithExternalId.js +5 -0
  1534. package/dist/api/types/CreateContactRequestWithRole.d.ts +23 -0
  1535. package/dist/api/types/CreateContactRequestWithRole.js +5 -0
  1536. package/dist/api/types/CreateDataEventRequest.d.ts +8 -0
  1537. package/dist/api/types/CreateDataEventRequest.js +5 -0
  1538. package/dist/api/types/CreateDataEventRequestWithEmail.d.ts +13 -0
  1539. package/dist/api/types/CreateDataEventRequestWithEmail.js +5 -0
  1540. package/dist/api/types/CreateDataEventRequestWithId.d.ts +13 -0
  1541. package/dist/api/types/CreateDataEventRequestWithId.js +5 -0
  1542. package/dist/api/types/CreateDataEventRequestWithUserId.d.ts +13 -0
  1543. package/dist/api/types/CreateDataEventRequestWithUserId.js +5 -0
  1544. package/dist/api/types/CreateMessageRequest.d.ts +16 -0
  1545. package/dist/api/types/CreateMessageRequest.js +5 -0
  1546. package/dist/api/types/CreateMessageRequestFrom.d.ts +12 -0
  1547. package/dist/api/types/CreateMessageRequestFrom.js +5 -0
  1548. package/dist/api/types/CreateMessageRequestTo.d.ts +13 -0
  1549. package/dist/api/types/CreateMessageRequestTo.js +5 -0
  1550. package/dist/api/types/CreateMessageRequestType.d.ts +11 -0
  1551. package/dist/api/types/CreateMessageRequestType.js +10 -0
  1552. package/dist/api/types/CreateMessageRequestWithEmail.d.ts +20 -0
  1553. package/dist/api/types/CreateMessageRequestWithEmail.js +5 -0
  1554. package/dist/api/types/CreateMessageRequestWithInapp.d.ts +20 -0
  1555. package/dist/api/types/CreateMessageRequestWithInapp.js +5 -0
  1556. package/dist/api/types/CreateOrUpdateCompanyRequest.d.ts +26 -0
  1557. package/dist/api/types/CreateOrUpdateCompanyRequest.js +5 -0
  1558. package/dist/api/types/CreateOrUpdateTagRequest.d.ts +12 -0
  1559. package/dist/api/types/CreateOrUpdateTagRequest.js +5 -0
  1560. package/dist/api/types/CreatePhoneSwitchRequest.d.ts +12 -0
  1561. package/dist/api/types/CreatePhoneSwitchRequest.js +5 -0
  1562. package/dist/api/types/CreateTicketReplyWithCommentRequest.d.ts +5 -0
  1563. package/dist/api/types/CreateTicketReplyWithCommentRequest.js +5 -0
  1564. package/dist/api/types/CreateTicketTypeRequest.d.ts +20 -0
  1565. package/dist/api/types/CreateTicketTypeRequest.js +5 -0
  1566. package/dist/api/types/CreateTicketTypeRequestCategory.d.ts +12 -0
  1567. package/dist/api/types/CreateTicketTypeRequestCategory.js +11 -0
  1568. package/dist/api/types/CursorPages.d.ts +19 -0
  1569. package/dist/api/types/CursorPages.js +5 -0
  1570. package/dist/api/types/CustomAttributes.d.ts +8 -0
  1571. package/dist/api/types/CustomAttributes.js +5 -0
  1572. package/dist/api/types/CustomAttributesValue.d.ts +5 -0
  1573. package/dist/api/types/CustomAttributesValue.js +5 -0
  1574. package/dist/api/types/CustomerRequest.d.ts +5 -0
  1575. package/dist/api/types/CustomerRequest.js +5 -0
  1576. package/dist/api/types/CustomerRequestEmail.d.ts +7 -0
  1577. package/dist/api/types/CustomerRequestEmail.js +5 -0
  1578. package/dist/api/types/CustomerRequestIntercomUserId.d.ts +7 -0
  1579. package/dist/api/types/CustomerRequestIntercomUserId.js +5 -0
  1580. package/dist/api/types/CustomerRequestUserId.d.ts +7 -0
  1581. package/dist/api/types/CustomerRequestUserId.js +5 -0
  1582. package/dist/api/types/DataAttributeList.d.ts +13 -0
  1583. package/dist/api/types/DataAttributeList.js +5 -0
  1584. package/dist/api/types/DataEventList.d.ts +15 -0
  1585. package/dist/api/types/DataEventList.js +5 -0
  1586. package/dist/api/types/DataEventListPages.d.ts +10 -0
  1587. package/dist/api/types/DataEventListPages.js +5 -0
  1588. package/dist/api/types/DataEventSummary.d.ts +19 -0
  1589. package/dist/api/types/DataEventSummary.js +5 -0
  1590. package/dist/api/types/DataEventSummaryItem.d.ts +18 -0
  1591. package/dist/api/types/DataEventSummaryItem.js +5 -0
  1592. package/dist/api/types/DataExportCsv.d.ts +60 -0
  1593. package/dist/api/types/DataExportCsv.js +5 -0
  1594. package/dist/api/types/DeletedArticleObject.d.ts +14 -0
  1595. package/dist/api/types/DeletedArticleObject.js +5 -0
  1596. package/dist/api/types/DeletedCollectionObject.d.ts +14 -0
  1597. package/dist/api/types/DeletedCollectionObject.js +5 -0
  1598. package/dist/api/types/DeletedCompanyObject.d.ts +14 -0
  1599. package/dist/api/types/DeletedCompanyObject.js +5 -0
  1600. package/dist/api/types/DeletedObject.d.ts +14 -0
  1601. package/dist/api/types/DeletedObject.js +5 -0
  1602. package/dist/api/types/ErrorErrorsItem.d.ts +11 -0
  1603. package/dist/api/types/ErrorErrorsItem.js +5 -0
  1604. package/dist/api/types/Error_.d.ts +15 -0
  1605. package/dist/api/types/Error_.js +5 -0
  1606. package/dist/api/types/FileAttribute.d.ts +21 -0
  1607. package/dist/api/types/FileAttribute.js +5 -0
  1608. package/dist/api/types/GroupContent.d.ts +14 -0
  1609. package/dist/api/types/GroupContent.js +5 -0
  1610. package/dist/api/types/GroupTranslatedContent.d.ts +85 -0
  1611. package/dist/api/types/GroupTranslatedContent.js +5 -0
  1612. package/dist/api/types/LinkedObject.d.ts +15 -0
  1613. package/dist/api/types/LinkedObject.js +5 -0
  1614. package/dist/api/types/LinkedObjectList.d.ts +17 -0
  1615. package/dist/api/types/LinkedObjectList.js +5 -0
  1616. package/dist/api/types/LinkedObjectType.d.ts +11 -0
  1617. package/dist/api/types/LinkedObjectType.js +10 -0
  1618. package/dist/api/types/MultipleFilterSearchRequest.d.ts +12 -0
  1619. package/dist/api/types/MultipleFilterSearchRequest.js +5 -0
  1620. package/dist/api/types/MultipleFilterSearchRequestOperator.d.ts +11 -0
  1621. package/dist/api/types/MultipleFilterSearchRequestOperator.js +10 -0
  1622. package/dist/api/types/MultipleFilterSearchRequestValue.d.ts +11 -0
  1623. package/dist/api/types/MultipleFilterSearchRequestValue.js +5 -0
  1624. package/dist/api/types/NewsItemRequest.d.ts +25 -0
  1625. package/dist/api/types/NewsItemRequest.js +5 -0
  1626. package/dist/api/types/NewsItemRequestState.d.ts +11 -0
  1627. package/dist/api/types/NewsItemRequestState.js +10 -0
  1628. package/dist/api/types/NoteList.d.ts +16 -0
  1629. package/dist/api/types/NoteList.js +5 -0
  1630. package/dist/api/types/OpenConversationRequest.d.ts +10 -0
  1631. package/dist/api/types/OpenConversationRequest.js +5 -0
  1632. package/dist/api/types/PagesLink.d.ts +16 -0
  1633. package/dist/api/types/PagesLink.js +5 -0
  1634. package/dist/api/types/PaginatedResponse.d.ts +16 -0
  1635. package/dist/api/types/PaginatedResponse.js +5 -0
  1636. package/dist/api/types/PaginatedResponseDataItem.d.ts +13 -0
  1637. package/dist/api/types/PaginatedResponseDataItem.js +5 -0
  1638. package/dist/api/types/PaginatedResponseType.d.ts +11 -0
  1639. package/dist/api/types/PaginatedResponseType.js +10 -0
  1640. package/dist/api/types/PartAttachment.d.ts +22 -0
  1641. package/dist/api/types/PartAttachment.js +5 -0
  1642. package/dist/api/types/PhoneSwitch.d.ts +12 -0
  1643. package/dist/api/types/PhoneSwitch.js +5 -0
  1644. package/dist/api/types/RedactConversationRequest.d.ts +19 -0
  1645. package/dist/api/types/RedactConversationRequest.js +5 -0
  1646. package/dist/api/types/RedactConversationRequestConversationPart.d.ts +12 -0
  1647. package/dist/api/types/RedactConversationRequestConversationPart.js +5 -0
  1648. package/dist/api/types/RedactConversationRequestSource.d.ts +12 -0
  1649. package/dist/api/types/RedactConversationRequestSource.js +5 -0
  1650. package/dist/api/types/Reference.d.ts +12 -0
  1651. package/dist/api/types/Reference.js +5 -0
  1652. package/dist/api/types/ReplyConversationRequest.d.ts +5 -0
  1653. package/dist/api/types/ReplyConversationRequest.js +5 -0
  1654. package/dist/api/types/SearchRequest.d.ts +11 -0
  1655. package/dist/api/types/SearchRequest.js +5 -0
  1656. package/dist/api/types/SearchRequestQuery.d.ts +5 -0
  1657. package/dist/api/types/SearchRequestQuery.js +5 -0
  1658. package/dist/api/types/SegmentList.d.ts +15 -0
  1659. package/dist/api/types/SegmentList.js +5 -0
  1660. package/dist/api/types/SingleFilterSearchRequest.d.ts +15 -0
  1661. package/dist/api/types/SingleFilterSearchRequest.js +5 -0
  1662. package/dist/api/types/SingleFilterSearchRequestOperator.d.ts +19 -0
  1663. package/dist/api/types/SingleFilterSearchRequestOperator.js +18 -0
  1664. package/dist/api/types/SlaApplied.d.ts +16 -0
  1665. package/dist/api/types/SlaApplied.js +5 -0
  1666. package/dist/api/types/SlaAppliedSlaStatus.d.ts +13 -0
  1667. package/dist/api/types/SlaAppliedSlaStatus.js +12 -0
  1668. package/dist/api/types/SnoozeConversationRequest.d.ts +12 -0
  1669. package/dist/api/types/SnoozeConversationRequest.js +5 -0
  1670. package/dist/api/types/SocialProfile.d.ts +14 -0
  1671. package/dist/api/types/SocialProfile.js +5 -0
  1672. package/dist/api/types/StartingAfterPaging.d.ts +9 -0
  1673. package/dist/api/types/StartingAfterPaging.js +5 -0
  1674. package/dist/api/types/SubscriptionTypeList.d.ts +13 -0
  1675. package/dist/api/types/SubscriptionTypeList.js +5 -0
  1676. package/dist/api/types/TagCompanyRequest.d.ts +13 -0
  1677. package/dist/api/types/TagCompanyRequest.js +5 -0
  1678. package/dist/api/types/TagCompanyRequestCompaniesItem.d.ts +9 -0
  1679. package/dist/api/types/TagCompanyRequestCompaniesItem.js +5 -0
  1680. package/dist/api/types/TagList.d.ts +13 -0
  1681. package/dist/api/types/TagList.js +5 -0
  1682. package/dist/api/types/TagMultipleUsersRequest.d.ts +12 -0
  1683. package/dist/api/types/TagMultipleUsersRequest.js +5 -0
  1684. package/dist/api/types/TagMultipleUsersRequestUsersItem.d.ts +7 -0
  1685. package/dist/api/types/TagMultipleUsersRequestUsersItem.js +5 -0
  1686. package/dist/api/types/Tags.d.ts +13 -0
  1687. package/dist/api/types/Tags.js +5 -0
  1688. package/dist/api/types/TeamList.d.ts +13 -0
  1689. package/dist/api/types/TeamList.js +5 -0
  1690. package/dist/api/types/TeamPriorityLevel.d.ts +12 -0
  1691. package/dist/api/types/TeamPriorityLevel.js +5 -0
  1692. package/dist/api/types/TicketCustomAttributes.d.ts +8 -0
  1693. package/dist/api/types/TicketCustomAttributes.js +5 -0
  1694. package/dist/api/types/TicketCustomAttributesValue.d.ts +5 -0
  1695. package/dist/api/types/TicketCustomAttributesValue.js +5 -0
  1696. package/dist/api/types/TicketList.d.ts +16 -0
  1697. package/dist/api/types/TicketList.js +5 -0
  1698. package/dist/api/types/TicketPartAuthor.d.ts +17 -0
  1699. package/dist/api/types/TicketPartAuthor.js +5 -0
  1700. package/dist/api/types/TicketPartAuthorType.d.ts +13 -0
  1701. package/dist/api/types/TicketPartAuthorType.js +12 -0
  1702. package/dist/api/types/TicketParts.d.ts +15 -0
  1703. package/dist/api/types/TicketParts.js +5 -0
  1704. package/dist/api/types/TicketReply.d.ts +26 -0
  1705. package/dist/api/types/TicketReply.js +5 -0
  1706. package/dist/api/types/TicketReplyPartType.d.ts +12 -0
  1707. package/dist/api/types/TicketReplyPartType.js +11 -0
  1708. package/dist/api/types/TicketRequestCustomAttributes.d.ts +8 -0
  1709. package/dist/api/types/TicketRequestCustomAttributes.js +5 -0
  1710. package/dist/api/types/TicketRequestCustomAttributesValue.d.ts +4 -0
  1711. package/dist/api/types/TicketRequestCustomAttributesValue.js +5 -0
  1712. package/dist/api/types/TicketTypeAttribute.d.ts +42 -0
  1713. package/dist/api/types/TicketTypeAttribute.js +5 -0
  1714. package/dist/api/types/TicketTypeAttributeList.d.ts +13 -0
  1715. package/dist/api/types/TicketTypeAttributeList.js +5 -0
  1716. package/dist/api/types/TicketTypeList.d.ts +13 -0
  1717. package/dist/api/types/TicketTypeList.js +5 -0
  1718. package/dist/api/types/Translation.d.ts +14 -0
  1719. package/dist/api/types/Translation.js +5 -0
  1720. package/dist/api/types/UntagCompanyRequest.d.ts +13 -0
  1721. package/dist/api/types/UntagCompanyRequest.js +5 -0
  1722. package/dist/api/types/UntagCompanyRequestCompaniesItem.d.ts +11 -0
  1723. package/dist/api/types/UntagCompanyRequestCompaniesItem.js +5 -0
  1724. package/dist/api/types/UpdateArticleRequest.d.ts +24 -0
  1725. package/dist/api/types/UpdateArticleRequest.js +5 -0
  1726. package/dist/api/types/UpdateArticleRequestState.d.ts +11 -0
  1727. package/dist/api/types/UpdateArticleRequestState.js +10 -0
  1728. package/dist/api/types/UpdateTicketTypeRequest.d.ts +22 -0
  1729. package/dist/api/types/UpdateTicketTypeRequest.js +5 -0
  1730. package/dist/api/types/UpdateTicketTypeRequestCategory.d.ts +12 -0
  1731. package/dist/api/types/UpdateTicketTypeRequestCategory.js +11 -0
  1732. package/dist/api/types/UpdateVisitorRequest.d.ts +8 -0
  1733. package/dist/api/types/UpdateVisitorRequest.js +5 -0
  1734. package/dist/api/types/UpdateVisitorRequestWithId.d.ts +9 -0
  1735. package/dist/api/types/UpdateVisitorRequestWithId.js +5 -0
  1736. package/dist/api/types/UpdateVisitorRequestWithUserId.d.ts +9 -0
  1737. package/dist/api/types/UpdateVisitorRequestWithUserId.js +5 -0
  1738. package/dist/api/types/Visitor.d.ts +69 -0
  1739. package/dist/api/types/Visitor.js +5 -0
  1740. package/dist/api/types/VisitorAvatar.d.ts +9 -0
  1741. package/dist/api/types/VisitorAvatar.js +5 -0
  1742. package/dist/api/types/VisitorCompanies.d.ts +9 -0
  1743. package/dist/api/types/VisitorCompanies.js +5 -0
  1744. package/dist/api/types/VisitorDeletedObject.d.ts +14 -0
  1745. package/dist/api/types/VisitorDeletedObject.js +5 -0
  1746. package/dist/api/types/VisitorLocationData.d.ts +21 -0
  1747. package/dist/api/types/VisitorLocationData.js +5 -0
  1748. package/dist/api/types/VisitorSegments.d.ts +8 -0
  1749. package/dist/api/types/VisitorSegments.js +5 -0
  1750. package/dist/api/types/VisitorSocialProfiles.d.ts +8 -0
  1751. package/dist/api/types/VisitorSocialProfiles.js +5 -0
  1752. package/dist/api/types/VisitorTags.d.ts +9 -0
  1753. package/dist/api/types/VisitorTags.js +5 -0
  1754. package/dist/api/types/VisitorTagsTagsItem.d.ts +11 -0
  1755. package/dist/api/types/VisitorTagsTagsItem.js +5 -0
  1756. package/dist/api/types/index.d.ts +179 -0
  1757. package/dist/api/types/index.js +195 -0
  1758. package/dist/api/version.d.ts +5 -0
  1759. package/dist/api/version.js +5 -0
  1760. package/dist/core/auth/BasicAuth.d.ts +8 -0
  1761. package/dist/core/auth/BasicAuth.js +26 -0
  1762. package/dist/core/auth/BearerToken.d.ts +5 -0
  1763. package/dist/core/auth/BearerToken.js +15 -0
  1764. package/dist/core/auth/index.d.ts +2 -0
  1765. package/dist/core/auth/index.js +7 -0
  1766. package/dist/core/fetcher/APIResponse.d.ts +10 -0
  1767. package/dist/core/fetcher/APIResponse.js +2 -0
  1768. package/dist/core/fetcher/Fetcher.d.ts +38 -0
  1769. package/dist/core/fetcher/Fetcher.js +99 -0
  1770. package/dist/core/fetcher/Supplier.d.ts +4 -0
  1771. package/dist/core/fetcher/Supplier.js +22 -0
  1772. package/dist/core/fetcher/createRequestUrl.d.ts +1 -0
  1773. package/dist/core/fetcher/createRequestUrl.js +13 -0
  1774. package/dist/core/fetcher/getFetchFn.d.ts +4 -0
  1775. package/dist/core/fetcher/getFetchFn.js +55 -0
  1776. package/dist/core/fetcher/getHeader.d.ts +1 -0
  1777. package/dist/core/fetcher/getHeader.js +12 -0
  1778. package/dist/core/fetcher/getRequestBody.d.ts +7 -0
  1779. package/dist/core/fetcher/getRequestBody.js +23 -0
  1780. package/dist/core/fetcher/getResponseBody.d.ts +1 -0
  1781. package/dist/core/fetcher/getResponseBody.js +48 -0
  1782. package/dist/core/fetcher/index.d.ts +5 -0
  1783. package/dist/core/fetcher/index.js +9 -0
  1784. package/dist/core/fetcher/makeRequest.d.ts +1 -0
  1785. package/dist/core/fetcher/makeRequest.js +40 -0
  1786. package/dist/core/fetcher/requestWithRetries.d.ts +1 -0
  1787. package/dist/core/fetcher/requestWithRetries.js +32 -0
  1788. package/dist/core/fetcher/signals.d.ts +12 -0
  1789. package/dist/core/fetcher/signals.js +37 -0
  1790. package/dist/core/index.d.ts +5 -0
  1791. package/dist/core/index.js +21 -0
  1792. package/dist/core/pagination/Page.d.ts +29 -0
  1793. package/dist/core/pagination/Page.js +94 -0
  1794. package/dist/core/pagination/Pageable.d.ts +12 -0
  1795. package/dist/core/pagination/Pageable.js +10 -0
  1796. package/dist/core/pagination/index.d.ts +2 -0
  1797. package/dist/core/pagination/index.js +7 -0
  1798. package/dist/core/runtime/index.d.ts +1 -0
  1799. package/dist/core/runtime/index.js +5 -0
  1800. package/dist/core/runtime/runtime.d.ts +9 -0
  1801. package/dist/core/runtime/runtime.js +93 -0
  1802. package/dist/core/utils/index.d.ts +1 -0
  1803. package/dist/core/utils/index.js +5 -0
  1804. package/dist/core/utils/setObjectProperty.d.ts +11 -0
  1805. package/dist/core/utils/setObjectProperty.js +43 -0
  1806. package/dist/environments.d.ts +9 -0
  1807. package/dist/environments.js +11 -0
  1808. package/dist/errors/IntercomError.d.ts +12 -0
  1809. package/dist/errors/IntercomError.js +32 -0
  1810. package/dist/errors/IntercomTimeoutError.d.ts +6 -0
  1811. package/dist/errors/IntercomTimeoutError.js +13 -0
  1812. package/dist/errors/index.d.ts +2 -0
  1813. package/dist/errors/index.js +7 -0
  1814. package/dist/index.d.ts +4 -29
  1815. package/dist/index.js +25 -65
  1816. package/environments.d.ts +9 -0
  1817. package/environments.js +11 -0
  1818. package/errors/IntercomError.d.ts +12 -0
  1819. package/errors/IntercomError.js +32 -0
  1820. package/errors/IntercomTimeoutError.d.ts +6 -0
  1821. package/errors/IntercomTimeoutError.js +13 -0
  1822. package/errors/index.d.ts +2 -0
  1823. package/errors/index.js +7 -0
  1824. package/index.d.ts +4 -0
  1825. package/index.js +34 -0
  1826. package/jest.config.js +5 -0
  1827. package/package.json +31 -53
  1828. package/reference.md +7755 -0
  1829. package/LICENSE +0 -13
  1830. package/dist/admin/admin.types.d.ts +0 -15
  1831. package/dist/admin/admin.types.d.ts.map +0 -1
  1832. package/dist/admin/admin.types.js +0 -3
  1833. package/dist/admin/admin.types.js.map +0 -1
  1834. package/dist/admin.d.ts +0 -48
  1835. package/dist/admin.d.ts.map +0 -1
  1836. package/dist/admin.js +0 -42
  1837. package/dist/admin.js.map +0 -1
  1838. package/dist/article/article.types.d.ts +0 -87
  1839. package/dist/article/article.types.d.ts.map +0 -1
  1840. package/dist/article/article.types.js +0 -45
  1841. package/dist/article/article.types.js.map +0 -1
  1842. package/dist/article.d.ts +0 -34
  1843. package/dist/article.d.ts.map +0 -1
  1844. package/dist/article.js +0 -69
  1845. package/dist/article.js.map +0 -1
  1846. package/dist/client.d.ts +0 -82
  1847. package/dist/client.d.ts.map +0 -1
  1848. package/dist/client.js +0 -325
  1849. package/dist/client.js.map +0 -1
  1850. package/dist/common/common.types.d.ts +0 -69
  1851. package/dist/common/common.types.d.ts.map +0 -1
  1852. package/dist/common/common.types.js +0 -29
  1853. package/dist/common/common.types.js.map +0 -1
  1854. package/dist/company/company.types.d.ts +0 -37
  1855. package/dist/company/company.types.d.ts.map +0 -1
  1856. package/dist/company/company.types.js +0 -3
  1857. package/dist/company/company.types.js.map +0 -1
  1858. package/dist/company.d.ts +0 -63
  1859. package/dist/company.d.ts.map +0 -1
  1860. package/dist/company.js +0 -114
  1861. package/dist/company.js.map +0 -1
  1862. package/dist/contact/contact.types.d.ts +0 -82
  1863. package/dist/contact/contact.types.d.ts.map +0 -1
  1864. package/dist/contact/contact.types.js +0 -3
  1865. package/dist/contact/contact.types.js.map +0 -1
  1866. package/dist/contact.d.ts +0 -121
  1867. package/dist/contact.d.ts.map +0 -1
  1868. package/dist/contact.js +0 -160
  1869. package/dist/contact.js.map +0 -1
  1870. package/dist/conversation/conversation.types.d.ts +0 -144
  1871. package/dist/conversation/conversation.types.d.ts.map +0 -1
  1872. package/dist/conversation/conversation.types.js +0 -50
  1873. package/dist/conversation/conversation.types.js.map +0 -1
  1874. package/dist/conversation.d.ts +0 -176
  1875. package/dist/conversation.d.ts.map +0 -1
  1876. package/dist/conversation.js +0 -289
  1877. package/dist/conversation.js.map +0 -1
  1878. package/dist/count/count.types.d.ts +0 -89
  1879. package/dist/count/count.types.d.ts.map +0 -1
  1880. package/dist/count/count.types.js +0 -17
  1881. package/dist/count/count.types.js.map +0 -1
  1882. package/dist/count.d.ts +0 -18
  1883. package/dist/count.d.ts.map +0 -1
  1884. package/dist/count.js +0 -72
  1885. package/dist/count.js.map +0 -1
  1886. package/dist/dataAttribute/dataAttribute.types.d.ts +0 -32
  1887. package/dist/dataAttribute/dataAttribute.types.d.ts.map +0 -1
  1888. package/dist/dataAttribute/dataAttribute.types.js +0 -18
  1889. package/dist/dataAttribute/dataAttribute.types.js.map +0 -1
  1890. package/dist/dataAttribute.d.ts +0 -33
  1891. package/dist/dataAttribute.d.ts.map +0 -1
  1892. package/dist/dataAttribute.js +0 -49
  1893. package/dist/dataAttribute.js.map +0 -1
  1894. package/dist/dataExport/dataExport.types.d.ts +0 -7
  1895. package/dist/dataExport/dataExport.types.d.ts.map +0 -1
  1896. package/dist/dataExport/dataExport.types.js +0 -3
  1897. package/dist/dataExport/dataExport.types.js.map +0 -1
  1898. package/dist/dataExport.d.ts +0 -18
  1899. package/dist/dataExport.d.ts.map +0 -1
  1900. package/dist/dataExport.js +0 -36
  1901. package/dist/dataExport.js.map +0 -1
  1902. package/dist/errors/badResponse.error.d.ts +0 -9
  1903. package/dist/errors/badResponse.error.d.ts.map +0 -1
  1904. package/dist/errors/badResponse.error.js +0 -35
  1905. package/dist/errors/badResponse.error.js.map +0 -1
  1906. package/dist/event/event.types.d.ts +0 -29
  1907. package/dist/event/event.types.d.ts.map +0 -1
  1908. package/dist/event/event.types.js +0 -3
  1909. package/dist/event/event.types.js.map +0 -1
  1910. package/dist/event.d.ts +0 -41
  1911. package/dist/event.d.ts.map +0 -1
  1912. package/dist/event.js +0 -44
  1913. package/dist/event.js.map +0 -1
  1914. package/dist/helpCenter/helpCenter.types.d.ts +0 -23
  1915. package/dist/helpCenter/helpCenter.types.d.ts.map +0 -1
  1916. package/dist/helpCenter/helpCenter.types.js +0 -3
  1917. package/dist/helpCenter/helpCenter.types.js.map +0 -1
  1918. package/dist/helpCenter.d.ts +0 -58
  1919. package/dist/helpCenter.d.ts.map +0 -1
  1920. package/dist/helpCenter.js +0 -121
  1921. package/dist/helpCenter.js.map +0 -1
  1922. package/dist/index.d.ts.map +0 -1
  1923. package/dist/index.js.map +0 -1
  1924. package/dist/message/message.types.d.ts +0 -17
  1925. package/dist/message/message.types.d.ts.map +0 -1
  1926. package/dist/message/message.types.js +0 -11
  1927. package/dist/message/message.types.js.map +0 -1
  1928. package/dist/message.d.ts +0 -32
  1929. package/dist/message.d.ts.map +0 -1
  1930. package/dist/message.js +0 -35
  1931. package/dist/message.js.map +0 -1
  1932. package/dist/note/note.types.d.ts +0 -13
  1933. package/dist/note/note.types.d.ts.map +0 -1
  1934. package/dist/note/note.types.js +0 -3
  1935. package/dist/note/note.types.js.map +0 -1
  1936. package/dist/note.d.ts +0 -24
  1937. package/dist/note.d.ts.map +0 -1
  1938. package/dist/note.js +0 -40
  1939. package/dist/note.js.map +0 -1
  1940. package/dist/package.json +0 -61
  1941. package/dist/phoneCallRedirect/phoneCallRedirect.types.d.ts +0 -5
  1942. package/dist/phoneCallRedirect/phoneCallRedirect.types.d.ts.map +0 -1
  1943. package/dist/phoneCallRedirect/phoneCallRedirect.types.js +0 -3
  1944. package/dist/phoneCallRedirect/phoneCallRedirect.types.js.map +0 -1
  1945. package/dist/phoneCallRedirect.d.ts +0 -15
  1946. package/dist/phoneCallRedirect.d.ts.map +0 -1
  1947. package/dist/phoneCallRedirect.js +0 -23
  1948. package/dist/phoneCallRedirect.js.map +0 -1
  1949. package/dist/scroll.d.ts +0 -24
  1950. package/dist/scroll.d.ts.map +0 -1
  1951. package/dist/scroll.js +0 -131
  1952. package/dist/scroll.js.map +0 -1
  1953. package/dist/segment/segment.types.d.ts +0 -11
  1954. package/dist/segment/segment.types.d.ts.map +0 -1
  1955. package/dist/segment/segment.types.js +0 -3
  1956. package/dist/segment/segment.types.js.map +0 -1
  1957. package/dist/segment.d.ts +0 -22
  1958. package/dist/segment.d.ts.map +0 -1
  1959. package/dist/segment.js +0 -28
  1960. package/dist/segment.js.map +0 -1
  1961. package/dist/subscription/subscription.types.d.ts +0 -19
  1962. package/dist/subscription/subscription.types.d.ts.map +0 -1
  1963. package/dist/subscription/subscription.types.js +0 -10
  1964. package/dist/subscription/subscription.types.js.map +0 -1
  1965. package/dist/subscription.d.ts +0 -14
  1966. package/dist/subscription.d.ts.map +0 -1
  1967. package/dist/subscription.js +0 -17
  1968. package/dist/subscription.js.map +0 -1
  1969. package/dist/tag/tag.types.d.ts +0 -6
  1970. package/dist/tag/tag.types.d.ts.map +0 -1
  1971. package/dist/tag/tag.types.js +0 -3
  1972. package/dist/tag/tag.types.js.map +0 -1
  1973. package/dist/tag.d.ts +0 -52
  1974. package/dist/tag.d.ts.map +0 -1
  1975. package/dist/tag.js +0 -95
  1976. package/dist/tag.js.map +0 -1
  1977. package/dist/team/team.types.d.ts +0 -7
  1978. package/dist/team/team.types.d.ts.map +0 -1
  1979. package/dist/team/team.types.js +0 -3
  1980. package/dist/team/team.types.js.map +0 -1
  1981. package/dist/team.d.ts +0 -18
  1982. package/dist/team.d.ts.map +0 -1
  1983. package/dist/team.js +0 -23
  1984. package/dist/team.js.map +0 -1
  1985. package/dist/util/time.d.ts +0 -3
  1986. package/dist/util/time.d.ts.map +0 -1
  1987. package/dist/util/time.js +0 -6
  1988. package/dist/util/time.js.map +0 -1
  1989. package/dist/util/url.d.ts +0 -3
  1990. package/dist/util/url.d.ts.map +0 -1
  1991. package/dist/util/url.js +0 -9
  1992. package/dist/util/url.js.map +0 -1
  1993. package/dist/visitor/visitor.types.d.ts +0 -20
  1994. package/dist/visitor/visitor.types.d.ts.map +0 -1
  1995. package/dist/visitor/visitor.types.js +0 -3
  1996. package/dist/visitor/visitor.types.js.map +0 -1
  1997. package/dist/visitor.d.ts +0 -50
  1998. package/dist/visitor.d.ts.map +0 -1
  1999. package/dist/visitor.js +0 -60
  2000. package/dist/visitor.js.map +0 -1
@@ -0,0 +1,1150 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ var __importDefault = (this && this.__importDefault) || function (mod) {
38
+ return (mod && mod.__esModule) ? mod : { "default": mod };
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.Contacts = void 0;
42
+ const environments = __importStar(require("../../../../environments"));
43
+ const core = __importStar(require("../../../../core"));
44
+ const Intercom = __importStar(require("../../../index"));
45
+ const url_join_1 = __importDefault(require("url-join"));
46
+ const errors = __importStar(require("../../../../errors/index"));
47
+ /**
48
+ * Everything about your contacts
49
+ */
50
+ class Contacts {
51
+ constructor(_options = {}) {
52
+ this._options = _options;
53
+ }
54
+ /**
55
+ * You can fetch a list of companies that are associated to a contact.
56
+ *
57
+ * @param {string} id - The unique identifier for the contact which is given by Intercom
58
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
59
+ *
60
+ * @throws {@link Intercom.UnauthorizedError}
61
+ * @throws {@link Intercom.NotFoundError}
62
+ *
63
+ * @example
64
+ * await client.contacts.listAttachedCompanies("id")
65
+ */
66
+ listAttachedCompanies(id, requestOptions) {
67
+ var _a, _b, _c, _d, _e;
68
+ return __awaiter(this, void 0, void 0, function* () {
69
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
70
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}/companies`),
71
+ method: "GET",
72
+ headers: {
73
+ Authorization: yield this._getAuthorizationHeader(),
74
+ "X-Fern-Language": "JavaScript",
75
+ "X-Fern-SDK-Name": "intercom-client",
76
+ "X-Fern-SDK-Version": "6.0.0-alpha",
77
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
78
+ "X-Fern-Runtime": core.RUNTIME.type,
79
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
80
+ },
81
+ contentType: "application/json",
82
+ requestType: "json",
83
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
84
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
85
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
86
+ });
87
+ if (_response.ok) {
88
+ return _response.body;
89
+ }
90
+ if (_response.error.reason === "status-code") {
91
+ switch (_response.error.statusCode) {
92
+ case 401:
93
+ throw new Intercom.UnauthorizedError(_response.error.body);
94
+ case 404:
95
+ throw new Intercom.NotFoundError(_response.error.body);
96
+ default:
97
+ throw new errors.IntercomError({
98
+ statusCode: _response.error.statusCode,
99
+ body: _response.error.body,
100
+ });
101
+ }
102
+ }
103
+ switch (_response.error.reason) {
104
+ case "non-json":
105
+ throw new errors.IntercomError({
106
+ statusCode: _response.error.statusCode,
107
+ body: _response.error.rawBody,
108
+ });
109
+ case "timeout":
110
+ throw new errors.IntercomTimeoutError();
111
+ case "unknown":
112
+ throw new errors.IntercomError({
113
+ message: _response.error.errorMessage,
114
+ });
115
+ }
116
+ });
117
+ }
118
+ /**
119
+ * You can fetch a list of segments that are associated to a contact.
120
+ *
121
+ * @param {string} contactId - The unique identifier for the contact which is given by Intercom
122
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
123
+ *
124
+ * @throws {@link Intercom.UnauthorizedError}
125
+ * @throws {@link Intercom.NotFoundError}
126
+ *
127
+ * @example
128
+ * await client.contacts.listAttachedSegments("contact_id")
129
+ */
130
+ listAttachedSegments(contactId, requestOptions) {
131
+ var _a, _b, _c, _d, _e;
132
+ return __awaiter(this, void 0, void 0, function* () {
133
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
134
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(contactId)}/segments`),
135
+ method: "GET",
136
+ headers: {
137
+ Authorization: yield this._getAuthorizationHeader(),
138
+ "X-Fern-Language": "JavaScript",
139
+ "X-Fern-SDK-Name": "intercom-client",
140
+ "X-Fern-SDK-Version": "6.0.0-alpha",
141
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
142
+ "X-Fern-Runtime": core.RUNTIME.type,
143
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
144
+ },
145
+ contentType: "application/json",
146
+ requestType: "json",
147
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
148
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
149
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
150
+ });
151
+ if (_response.ok) {
152
+ return _response.body;
153
+ }
154
+ if (_response.error.reason === "status-code") {
155
+ switch (_response.error.statusCode) {
156
+ case 401:
157
+ throw new Intercom.UnauthorizedError(_response.error.body);
158
+ case 404:
159
+ throw new Intercom.NotFoundError(_response.error.body);
160
+ default:
161
+ throw new errors.IntercomError({
162
+ statusCode: _response.error.statusCode,
163
+ body: _response.error.body,
164
+ });
165
+ }
166
+ }
167
+ switch (_response.error.reason) {
168
+ case "non-json":
169
+ throw new errors.IntercomError({
170
+ statusCode: _response.error.statusCode,
171
+ body: _response.error.rawBody,
172
+ });
173
+ case "timeout":
174
+ throw new errors.IntercomTimeoutError();
175
+ case "unknown":
176
+ throw new errors.IntercomError({
177
+ message: _response.error.errorMessage,
178
+ });
179
+ }
180
+ });
181
+ }
182
+ /**
183
+ * You can fetch a list of subscription types that are attached to a contact. These can be subscriptions that a user has 'opted-in' to or has 'opted-out' from, depending on the subscription type.
184
+ * This will return a list of Subscription Type objects that the contact is associated with.
185
+ *
186
+ * The data property will show a combined list of:
187
+ *
188
+ * 1.Opt-out subscription types that the user has opted-out from.
189
+ * 2.Opt-in subscription types that the user has opted-in to receiving.
190
+ *
191
+ * @param {string} contactId - The unique identifier for the contact which is given by Intercom
192
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
193
+ *
194
+ * @throws {@link Intercom.UnauthorizedError}
195
+ * @throws {@link Intercom.NotFoundError}
196
+ *
197
+ * @example
198
+ * await client.contacts.listAttachedEmailSubscriptions("contact_id")
199
+ */
200
+ listAttachedEmailSubscriptions(contactId, requestOptions) {
201
+ var _a, _b, _c, _d, _e;
202
+ return __awaiter(this, void 0, void 0, function* () {
203
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
204
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(contactId)}/subscriptions`),
205
+ method: "GET",
206
+ headers: {
207
+ Authorization: yield this._getAuthorizationHeader(),
208
+ "X-Fern-Language": "JavaScript",
209
+ "X-Fern-SDK-Name": "intercom-client",
210
+ "X-Fern-SDK-Version": "6.0.0-alpha",
211
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
212
+ "X-Fern-Runtime": core.RUNTIME.type,
213
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
214
+ },
215
+ contentType: "application/json",
216
+ requestType: "json",
217
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
218
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
219
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
220
+ });
221
+ if (_response.ok) {
222
+ return _response.body;
223
+ }
224
+ if (_response.error.reason === "status-code") {
225
+ switch (_response.error.statusCode) {
226
+ case 401:
227
+ throw new Intercom.UnauthorizedError(_response.error.body);
228
+ case 404:
229
+ throw new Intercom.NotFoundError(_response.error.body);
230
+ default:
231
+ throw new errors.IntercomError({
232
+ statusCode: _response.error.statusCode,
233
+ body: _response.error.body,
234
+ });
235
+ }
236
+ }
237
+ switch (_response.error.reason) {
238
+ case "non-json":
239
+ throw new errors.IntercomError({
240
+ statusCode: _response.error.statusCode,
241
+ body: _response.error.rawBody,
242
+ });
243
+ case "timeout":
244
+ throw new errors.IntercomTimeoutError();
245
+ case "unknown":
246
+ throw new errors.IntercomError({
247
+ message: _response.error.errorMessage,
248
+ });
249
+ }
250
+ });
251
+ }
252
+ /**
253
+ * You can add a specific subscription to a contact. In Intercom, we have two different subscription types based on user consent - opt-out and opt-in:
254
+ *
255
+ * 1.Attaching a contact to an opt-out subscription type will opt that user out from receiving messages related to that subscription type.
256
+ *
257
+ * 2.Attaching a contact to an opt-in subscription type will opt that user in to receiving messages related to that subscription type.
258
+ *
259
+ * This will return a subscription type model for the subscription type that was added to the contact.
260
+ *
261
+ * @param {string} contactId - The unique identifier for the contact which is given by Intercom
262
+ * @param {Intercom.ContactsAttachToContactRequest} request
263
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
264
+ *
265
+ * @throws {@link Intercom.UnauthorizedError}
266
+ * @throws {@link Intercom.NotFoundError}
267
+ *
268
+ * @example
269
+ * await client.contacts.attachToContact("contact_id", {
270
+ * id: "37846",
271
+ * consent_type: "opt_in"
272
+ * })
273
+ *
274
+ * @example
275
+ * await client.contacts.attachToContact("contact_id", {
276
+ * id: "invalid_id",
277
+ * consent_type: "opt_in"
278
+ * })
279
+ */
280
+ attachToContact(contactId, request, requestOptions) {
281
+ var _a, _b, _c, _d, _e;
282
+ return __awaiter(this, void 0, void 0, function* () {
283
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
284
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(contactId)}/subscriptions`),
285
+ method: "POST",
286
+ headers: {
287
+ Authorization: yield this._getAuthorizationHeader(),
288
+ "X-Fern-Language": "JavaScript",
289
+ "X-Fern-SDK-Name": "intercom-client",
290
+ "X-Fern-SDK-Version": "6.0.0-alpha",
291
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
292
+ "X-Fern-Runtime": core.RUNTIME.type,
293
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
294
+ },
295
+ contentType: "application/json",
296
+ requestType: "json",
297
+ body: request,
298
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
299
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
300
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
301
+ });
302
+ if (_response.ok) {
303
+ return _response.body;
304
+ }
305
+ if (_response.error.reason === "status-code") {
306
+ switch (_response.error.statusCode) {
307
+ case 401:
308
+ throw new Intercom.UnauthorizedError(_response.error.body);
309
+ case 404:
310
+ throw new Intercom.NotFoundError(_response.error.body);
311
+ default:
312
+ throw new errors.IntercomError({
313
+ statusCode: _response.error.statusCode,
314
+ body: _response.error.body,
315
+ });
316
+ }
317
+ }
318
+ switch (_response.error.reason) {
319
+ case "non-json":
320
+ throw new errors.IntercomError({
321
+ statusCode: _response.error.statusCode,
322
+ body: _response.error.rawBody,
323
+ });
324
+ case "timeout":
325
+ throw new errors.IntercomTimeoutError();
326
+ case "unknown":
327
+ throw new errors.IntercomError({
328
+ message: _response.error.errorMessage,
329
+ });
330
+ }
331
+ });
332
+ }
333
+ /**
334
+ * You can remove a specific subscription from a contact. This will return a subscription type model for the subscription type that was removed from the contact.
335
+ *
336
+ * @param {string} contactId - The unique identifier for the contact which is given by Intercom
337
+ * @param {string} id - The unique identifier for the subscription type which is given by Intercom
338
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
339
+ *
340
+ * @throws {@link Intercom.UnauthorizedError}
341
+ * @throws {@link Intercom.NotFoundError}
342
+ *
343
+ * @example
344
+ * await client.contacts.detachFromContact("contact_id", "id")
345
+ */
346
+ detachFromContact(contactId, id, requestOptions) {
347
+ var _a, _b, _c, _d, _e;
348
+ return __awaiter(this, void 0, void 0, function* () {
349
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
350
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(contactId)}/subscriptions/${encodeURIComponent(id)}`),
351
+ method: "DELETE",
352
+ headers: {
353
+ Authorization: yield this._getAuthorizationHeader(),
354
+ "X-Fern-Language": "JavaScript",
355
+ "X-Fern-SDK-Name": "intercom-client",
356
+ "X-Fern-SDK-Version": "6.0.0-alpha",
357
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
358
+ "X-Fern-Runtime": core.RUNTIME.type,
359
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
360
+ },
361
+ contentType: "application/json",
362
+ requestType: "json",
363
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
364
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
365
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
366
+ });
367
+ if (_response.ok) {
368
+ return _response.body;
369
+ }
370
+ if (_response.error.reason === "status-code") {
371
+ switch (_response.error.statusCode) {
372
+ case 401:
373
+ throw new Intercom.UnauthorizedError(_response.error.body);
374
+ case 404:
375
+ throw new Intercom.NotFoundError(_response.error.body);
376
+ default:
377
+ throw new errors.IntercomError({
378
+ statusCode: _response.error.statusCode,
379
+ body: _response.error.body,
380
+ });
381
+ }
382
+ }
383
+ switch (_response.error.reason) {
384
+ case "non-json":
385
+ throw new errors.IntercomError({
386
+ statusCode: _response.error.statusCode,
387
+ body: _response.error.rawBody,
388
+ });
389
+ case "timeout":
390
+ throw new errors.IntercomTimeoutError();
391
+ case "unknown":
392
+ throw new errors.IntercomError({
393
+ message: _response.error.errorMessage,
394
+ });
395
+ }
396
+ });
397
+ }
398
+ /**
399
+ * You can fetch a list of all tags that are attached to a specific contact.
400
+ *
401
+ * @param {string} contactId - The unique identifier for the contact which is given by Intercom
402
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
403
+ *
404
+ * @throws {@link Intercom.UnauthorizedError}
405
+ * @throws {@link Intercom.NotFoundError}
406
+ *
407
+ * @example
408
+ * await client.contacts.listAttachedTags("contact_id")
409
+ */
410
+ listAttachedTags(contactId, requestOptions) {
411
+ var _a, _b, _c, _d, _e;
412
+ return __awaiter(this, void 0, void 0, function* () {
413
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
414
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(contactId)}/tags`),
415
+ method: "GET",
416
+ headers: {
417
+ Authorization: yield this._getAuthorizationHeader(),
418
+ "X-Fern-Language": "JavaScript",
419
+ "X-Fern-SDK-Name": "intercom-client",
420
+ "X-Fern-SDK-Version": "6.0.0-alpha",
421
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
422
+ "X-Fern-Runtime": core.RUNTIME.type,
423
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
424
+ },
425
+ contentType: "application/json",
426
+ requestType: "json",
427
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
428
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
429
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
430
+ });
431
+ if (_response.ok) {
432
+ return _response.body;
433
+ }
434
+ if (_response.error.reason === "status-code") {
435
+ switch (_response.error.statusCode) {
436
+ case 401:
437
+ throw new Intercom.UnauthorizedError(_response.error.body);
438
+ case 404:
439
+ throw new Intercom.NotFoundError(_response.error.body);
440
+ default:
441
+ throw new errors.IntercomError({
442
+ statusCode: _response.error.statusCode,
443
+ body: _response.error.body,
444
+ });
445
+ }
446
+ }
447
+ switch (_response.error.reason) {
448
+ case "non-json":
449
+ throw new errors.IntercomError({
450
+ statusCode: _response.error.statusCode,
451
+ body: _response.error.rawBody,
452
+ });
453
+ case "timeout":
454
+ throw new errors.IntercomTimeoutError();
455
+ case "unknown":
456
+ throw new errors.IntercomError({
457
+ message: _response.error.errorMessage,
458
+ });
459
+ }
460
+ });
461
+ }
462
+ /**
463
+ * You can fetch the details of a single contact.
464
+ *
465
+ * @param {string} id - id
466
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
467
+ *
468
+ * @throws {@link Intercom.UnauthorizedError}
469
+ *
470
+ * @example
471
+ * await client.contacts.find("id")
472
+ */
473
+ find(id, requestOptions) {
474
+ var _a, _b, _c, _d, _e;
475
+ return __awaiter(this, void 0, void 0, function* () {
476
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
477
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}`),
478
+ method: "GET",
479
+ headers: {
480
+ Authorization: yield this._getAuthorizationHeader(),
481
+ "X-Fern-Language": "JavaScript",
482
+ "X-Fern-SDK-Name": "intercom-client",
483
+ "X-Fern-SDK-Version": "6.0.0-alpha",
484
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
485
+ "X-Fern-Runtime": core.RUNTIME.type,
486
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
487
+ },
488
+ contentType: "application/json",
489
+ requestType: "json",
490
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
491
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
492
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
493
+ });
494
+ if (_response.ok) {
495
+ return _response.body;
496
+ }
497
+ if (_response.error.reason === "status-code") {
498
+ switch (_response.error.statusCode) {
499
+ case 401:
500
+ throw new Intercom.UnauthorizedError(_response.error.body);
501
+ default:
502
+ throw new errors.IntercomError({
503
+ statusCode: _response.error.statusCode,
504
+ body: _response.error.body,
505
+ });
506
+ }
507
+ }
508
+ switch (_response.error.reason) {
509
+ case "non-json":
510
+ throw new errors.IntercomError({
511
+ statusCode: _response.error.statusCode,
512
+ body: _response.error.rawBody,
513
+ });
514
+ case "timeout":
515
+ throw new errors.IntercomTimeoutError();
516
+ case "unknown":
517
+ throw new errors.IntercomError({
518
+ message: _response.error.errorMessage,
519
+ });
520
+ }
521
+ });
522
+ }
523
+ /**
524
+ * You can update an existing contact (ie. user or lead).
525
+ *
526
+ * @param {string} id - id
527
+ * @param {Intercom.UpdateContactRequest} request
528
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
529
+ *
530
+ * @throws {@link Intercom.UnauthorizedError}
531
+ *
532
+ * @example
533
+ * await client.contacts.update("id", {
534
+ * email: "joebloggs@intercom.io",
535
+ * name: "joe bloggs"
536
+ * })
537
+ */
538
+ update(id, request = {}, requestOptions) {
539
+ var _a, _b, _c, _d, _e;
540
+ return __awaiter(this, void 0, void 0, function* () {
541
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
542
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}`),
543
+ method: "PUT",
544
+ headers: {
545
+ Authorization: yield this._getAuthorizationHeader(),
546
+ "X-Fern-Language": "JavaScript",
547
+ "X-Fern-SDK-Name": "intercom-client",
548
+ "X-Fern-SDK-Version": "6.0.0-alpha",
549
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
550
+ "X-Fern-Runtime": core.RUNTIME.type,
551
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
552
+ },
553
+ contentType: "application/json",
554
+ requestType: "json",
555
+ body: request,
556
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
557
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
558
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
559
+ });
560
+ if (_response.ok) {
561
+ return _response.body;
562
+ }
563
+ if (_response.error.reason === "status-code") {
564
+ switch (_response.error.statusCode) {
565
+ case 401:
566
+ throw new Intercom.UnauthorizedError(_response.error.body);
567
+ default:
568
+ throw new errors.IntercomError({
569
+ statusCode: _response.error.statusCode,
570
+ body: _response.error.body,
571
+ });
572
+ }
573
+ }
574
+ switch (_response.error.reason) {
575
+ case "non-json":
576
+ throw new errors.IntercomError({
577
+ statusCode: _response.error.statusCode,
578
+ body: _response.error.rawBody,
579
+ });
580
+ case "timeout":
581
+ throw new errors.IntercomTimeoutError();
582
+ case "unknown":
583
+ throw new errors.IntercomError({
584
+ message: _response.error.errorMessage,
585
+ });
586
+ }
587
+ });
588
+ }
589
+ /**
590
+ * You can delete a single contact.
591
+ *
592
+ * @param {string} id - id
593
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
594
+ *
595
+ * @throws {@link Intercom.UnauthorizedError}
596
+ *
597
+ * @example
598
+ * await client.contacts.delete("id")
599
+ */
600
+ delete(id, requestOptions) {
601
+ var _a, _b, _c, _d, _e;
602
+ return __awaiter(this, void 0, void 0, function* () {
603
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
604
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}`),
605
+ method: "DELETE",
606
+ headers: {
607
+ Authorization: yield this._getAuthorizationHeader(),
608
+ "X-Fern-Language": "JavaScript",
609
+ "X-Fern-SDK-Name": "intercom-client",
610
+ "X-Fern-SDK-Version": "6.0.0-alpha",
611
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
612
+ "X-Fern-Runtime": core.RUNTIME.type,
613
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
614
+ },
615
+ contentType: "application/json",
616
+ requestType: "json",
617
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
618
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
619
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
620
+ });
621
+ if (_response.ok) {
622
+ return _response.body;
623
+ }
624
+ if (_response.error.reason === "status-code") {
625
+ switch (_response.error.statusCode) {
626
+ case 401:
627
+ throw new Intercom.UnauthorizedError(_response.error.body);
628
+ default:
629
+ throw new errors.IntercomError({
630
+ statusCode: _response.error.statusCode,
631
+ body: _response.error.body,
632
+ });
633
+ }
634
+ }
635
+ switch (_response.error.reason) {
636
+ case "non-json":
637
+ throw new errors.IntercomError({
638
+ statusCode: _response.error.statusCode,
639
+ body: _response.error.rawBody,
640
+ });
641
+ case "timeout":
642
+ throw new errors.IntercomTimeoutError();
643
+ case "unknown":
644
+ throw new errors.IntercomError({
645
+ message: _response.error.errorMessage,
646
+ });
647
+ }
648
+ });
649
+ }
650
+ /**
651
+ * You can merge a contact with a `role` of `lead` into a contact with a `role` of `user`.
652
+ *
653
+ * @param {Intercom.MergeContactsRequest} request
654
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
655
+ *
656
+ * @throws {@link Intercom.UnauthorizedError}
657
+ *
658
+ * @example
659
+ * await client.contacts.mergeLeadInUser({
660
+ * from: "667d60ac8a68186f43bafdbb",
661
+ * into: "667d60ac8a68186f43bafdbc"
662
+ * })
663
+ */
664
+ mergeLeadInUser(request = {}, requestOptions) {
665
+ var _a, _b, _c, _d, _e;
666
+ return __awaiter(this, void 0, void 0, function* () {
667
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
668
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "contacts/merge"),
669
+ method: "POST",
670
+ headers: {
671
+ Authorization: yield this._getAuthorizationHeader(),
672
+ "X-Fern-Language": "JavaScript",
673
+ "X-Fern-SDK-Name": "intercom-client",
674
+ "X-Fern-SDK-Version": "6.0.0-alpha",
675
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
676
+ "X-Fern-Runtime": core.RUNTIME.type,
677
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
678
+ },
679
+ contentType: "application/json",
680
+ requestType: "json",
681
+ body: request,
682
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
683
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
684
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
685
+ });
686
+ if (_response.ok) {
687
+ return _response.body;
688
+ }
689
+ if (_response.error.reason === "status-code") {
690
+ switch (_response.error.statusCode) {
691
+ case 401:
692
+ throw new Intercom.UnauthorizedError(_response.error.body);
693
+ default:
694
+ throw new errors.IntercomError({
695
+ statusCode: _response.error.statusCode,
696
+ body: _response.error.body,
697
+ });
698
+ }
699
+ }
700
+ switch (_response.error.reason) {
701
+ case "non-json":
702
+ throw new errors.IntercomError({
703
+ statusCode: _response.error.statusCode,
704
+ body: _response.error.rawBody,
705
+ });
706
+ case "timeout":
707
+ throw new errors.IntercomTimeoutError();
708
+ case "unknown":
709
+ throw new errors.IntercomError({
710
+ message: _response.error.errorMessage,
711
+ });
712
+ }
713
+ });
714
+ }
715
+ /**
716
+ * You can search for multiple contacts by the value of their attributes in order to fetch exactly who you want.
717
+ *
718
+ * To search for contacts, you need to send a `POST` request to `https://api.intercom.io/contacts/search`.
719
+ *
720
+ * This will accept a query object in the body which will define your filters in order to search for contacts.
721
+ *
722
+ * {% admonition type="warning" name="Optimizing search queries" %}
723
+ * Search queries can be complex, so optimizing them can help the performance of your search.
724
+ * Use the `AND` and `OR` operators to combine multiple filters to get the exact results you need and utilize
725
+ * pagination to limit the number of results returned. The default is `50` results per page.
726
+ * See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#example-search-conversations-request) for more details on how to use the `starting_after` param.
727
+ * {% /admonition %}
728
+ *
729
+ * ### Contact Creation Delay
730
+ *
731
+ * If a contact has recently been created, there is a possibility that it will not yet be available when searching. This means that it may not appear in the response. This delay can take a few minutes. If you need to be instantly notified it is recommended to use webhooks and iterate to see if they match your search filters.
732
+ *
733
+ * ### Nesting & Limitations
734
+ *
735
+ * You can nest these filters in order to get even more granular insights that pinpoint exactly what you need. Example: (1 OR 2) AND (3 OR 4).
736
+ * There are some limitations to the amount of multiple's there can be:
737
+ *
738
+ * - There's a limit of max 2 nested filters
739
+ * - There's a limit of max 15 filters for each AND or OR group
740
+ *
741
+ * ### Searching for Timestamp Fields
742
+ *
743
+ * All timestamp fields (created_at, updated_at etc.) are indexed as Dates for Contact Search queries; Datetime queries are not currently supported. This means you can only query for timestamp fields by day - not hour, minute or second.
744
+ * For example, if you search for all Contacts with a created_at value greater (>) than 1577869200 (the UNIX timestamp for January 1st, 2020 9:00 AM), that will be interpreted as 1577836800 (January 1st, 2020 12:00 AM). The search results will then include Contacts created from January 2nd, 2020 12:00 AM onwards.
745
+ * If you'd like to get contacts created on January 1st, 2020 you should search with a created_at value equal (=) to 1577836800 (January 1st, 2020 12:00 AM).
746
+ * This behaviour applies only to timestamps used in search queries. The search results will still contain the full UNIX timestamp and be sorted accordingly.
747
+ *
748
+ * ### Accepted Fields
749
+ *
750
+ * Most key listed as part of the Contacts Model are searchable, whether writeable or not. The value you search for has to match the accepted type, otherwise the query will fail (ie. as `created_at` accepts a date, the `value` cannot be a string such as `"foorbar"`).
751
+ *
752
+ * | Field | Type |
753
+ * | ---------------------------------- | ------------------------------ |
754
+ * | id | String |
755
+ * | role | String<br>Accepts user or lead |
756
+ * | name | String |
757
+ * | avatar | String |
758
+ * | owner_id | Integer |
759
+ * | email | String |
760
+ * | email_domain | String |
761
+ * | phone | String |
762
+ * | formatted_phone | String |
763
+ * | external_id | String |
764
+ * | created_at | Date (UNIX Timestamp) |
765
+ * | signed_up_at | Date (UNIX Timestamp) |
766
+ * | updated_at | Date (UNIX Timestamp) |
767
+ * | last_seen_at | Date (UNIX Timestamp) |
768
+ * | last_contacted_at | Date (UNIX Timestamp) |
769
+ * | last_replied_at | Date (UNIX Timestamp) |
770
+ * | last_email_opened_at | Date (UNIX Timestamp) |
771
+ * | last_email_clicked_at | Date (UNIX Timestamp) |
772
+ * | language_override | String |
773
+ * | browser | String |
774
+ * | browser_language | String |
775
+ * | os | String |
776
+ * | location.country | String |
777
+ * | location.region | String |
778
+ * | location.city | String |
779
+ * | unsubscribed_from_emails | Boolean |
780
+ * | marked_email_as_spam | Boolean |
781
+ * | has_hard_bounced | Boolean |
782
+ * | ios_last_seen_at | Date (UNIX Timestamp) |
783
+ * | ios_app_version | String |
784
+ * | ios_device | String |
785
+ * | ios_app_device | String |
786
+ * | ios_os_version | String |
787
+ * | ios_app_name | String |
788
+ * | ios_sdk_version | String |
789
+ * | android_last_seen_at | Date (UNIX Timestamp) |
790
+ * | android_app_version | String |
791
+ * | android_device | String |
792
+ * | android_app_name | String |
793
+ * | andoid_sdk_version | String |
794
+ * | segment_id | String |
795
+ * | tag_id | String |
796
+ * | custom_attributes.{attribute_name} | String |
797
+ *
798
+ * ### Accepted Operators
799
+ *
800
+ * {% admonition type="attention" name="Searching based on `created_at`" %}
801
+ * You cannot use the `<=` or `>=` operators to search by `created_at`.
802
+ * {% /admonition %}
803
+ *
804
+ * The table below shows the operators you can use to define how you want to search for the value. The operator should be put in as a string (`"="`). The operator has to be compatible with the field's type (eg. you cannot search with `>` for a given string value as it's only compatible for integer's and dates).
805
+ *
806
+ * | Operator | Valid Types | Description |
807
+ * | :------- | :------------------------------- | :--------------------------------------------------------------- |
808
+ * | = | All | Equals |
809
+ * | != | All | Doesn't Equal |
810
+ * | IN | All | In<br>Shortcut for `OR` queries<br>Values must be in Array |
811
+ * | NIN | All | Not In<br>Shortcut for `OR !` queries<br>Values must be in Array |
812
+ * | > | Integer<br>Date (UNIX Timestamp) | Greater than |
813
+ * | < | Integer<br>Date (UNIX Timestamp) | Lower than |
814
+ * | ~ | String | Contains |
815
+ * | !~ | String | Doesn't Contain |
816
+ * | ^ | String | Starts With |
817
+ * | $ | String | Ends With |
818
+ *
819
+ * @param {Intercom.SearchRequest} request
820
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
821
+ *
822
+ * @throws {@link Intercom.UnauthorizedError}
823
+ *
824
+ * @example
825
+ * await client.contacts.search({
826
+ * query: {
827
+ * operator: Intercom.MultipleFilterSearchRequestOperator.And,
828
+ * value: [{
829
+ * field: "created_at",
830
+ * operator: Intercom.SingleFilterSearchRequestOperator.GreaterThan,
831
+ * value: "1306054154"
832
+ * }]
833
+ * },
834
+ * pagination: {
835
+ * per_page: 5
836
+ * }
837
+ * })
838
+ */
839
+ search(request, requestOptions) {
840
+ return __awaiter(this, void 0, void 0, function* () {
841
+ const list = (request) => __awaiter(this, void 0, void 0, function* () {
842
+ var _a, _b, _c, _d, _e;
843
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
844
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "contacts/search"),
845
+ method: "POST",
846
+ headers: {
847
+ Authorization: yield this._getAuthorizationHeader(),
848
+ "X-Fern-Language": "JavaScript",
849
+ "X-Fern-SDK-Name": "intercom-client",
850
+ "X-Fern-SDK-Version": "6.0.0-alpha",
851
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
852
+ "X-Fern-Runtime": core.RUNTIME.type,
853
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
854
+ },
855
+ contentType: "application/json",
856
+ requestType: "json",
857
+ body: request,
858
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
859
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
860
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
861
+ });
862
+ if (_response.ok) {
863
+ return _response.body;
864
+ }
865
+ if (_response.error.reason === "status-code") {
866
+ switch (_response.error.statusCode) {
867
+ case 401:
868
+ throw new Intercom.UnauthorizedError(_response.error.body);
869
+ default:
870
+ throw new errors.IntercomError({
871
+ statusCode: _response.error.statusCode,
872
+ body: _response.error.body,
873
+ });
874
+ }
875
+ }
876
+ switch (_response.error.reason) {
877
+ case "non-json":
878
+ throw new errors.IntercomError({
879
+ statusCode: _response.error.statusCode,
880
+ body: _response.error.rawBody,
881
+ });
882
+ case "timeout":
883
+ throw new errors.IntercomTimeoutError();
884
+ case "unknown":
885
+ throw new errors.IntercomError({
886
+ message: _response.error.errorMessage,
887
+ });
888
+ }
889
+ });
890
+ return new core.Pageable({
891
+ response: yield list(request),
892
+ hasNextPage: (response) => { var _a, _b; return ((_b = (_a = response === null || response === void 0 ? void 0 : response.pages) === null || _a === void 0 ? void 0 : _a.next) === null || _b === void 0 ? void 0 : _b.starting_after) != null; },
893
+ getItems: (response) => { var _a; return (_a = response === null || response === void 0 ? void 0 : response.data) !== null && _a !== void 0 ? _a : []; },
894
+ loadPage: (response) => {
895
+ var _a, _b;
896
+ return list(core.setObjectProperty(request, "pagination.starting_after", (_b = (_a = response === null || response === void 0 ? void 0 : response.pages) === null || _a === void 0 ? void 0 : _a.next) === null || _b === void 0 ? void 0 : _b.starting_after));
897
+ },
898
+ });
899
+ });
900
+ }
901
+ /**
902
+ * You can fetch a list of all contacts (ie. users or leads) in your workspace.
903
+ * {% admonition type="warning" name="Pagination" %}
904
+ * You can use pagination to limit the number of results returned. The default is `50` results per page.
905
+ * See the [pagination section](https://developers.intercom.com/docs/build-an-integration/learn-more/rest-apis/pagination/#pagination-for-list-apis) for more details on how to use the `starting_after` param.
906
+ * {% /admonition %}
907
+ *
908
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
909
+ *
910
+ * @throws {@link Intercom.UnauthorizedError}
911
+ *
912
+ * @example
913
+ * await client.contacts.list()
914
+ */
915
+ list(requestOptions) {
916
+ var _a, _b, _c, _d, _e;
917
+ return __awaiter(this, void 0, void 0, function* () {
918
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
919
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "contacts"),
920
+ method: "GET",
921
+ headers: {
922
+ Authorization: yield this._getAuthorizationHeader(),
923
+ "X-Fern-Language": "JavaScript",
924
+ "X-Fern-SDK-Name": "intercom-client",
925
+ "X-Fern-SDK-Version": "6.0.0-alpha",
926
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
927
+ "X-Fern-Runtime": core.RUNTIME.type,
928
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
929
+ },
930
+ contentType: "application/json",
931
+ requestType: "json",
932
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
933
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
934
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
935
+ });
936
+ if (_response.ok) {
937
+ return _response.body;
938
+ }
939
+ if (_response.error.reason === "status-code") {
940
+ switch (_response.error.statusCode) {
941
+ case 401:
942
+ throw new Intercom.UnauthorizedError(_response.error.body);
943
+ default:
944
+ throw new errors.IntercomError({
945
+ statusCode: _response.error.statusCode,
946
+ body: _response.error.body,
947
+ });
948
+ }
949
+ }
950
+ switch (_response.error.reason) {
951
+ case "non-json":
952
+ throw new errors.IntercomError({
953
+ statusCode: _response.error.statusCode,
954
+ body: _response.error.rawBody,
955
+ });
956
+ case "timeout":
957
+ throw new errors.IntercomTimeoutError();
958
+ case "unknown":
959
+ throw new errors.IntercomError({
960
+ message: _response.error.errorMessage,
961
+ });
962
+ }
963
+ });
964
+ }
965
+ /**
966
+ * You can create a new contact (ie. user or lead).
967
+ *
968
+ * @param {Intercom.CreateContactRequest} request
969
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
970
+ *
971
+ * @throws {@link Intercom.UnauthorizedError}
972
+ *
973
+ * @example
974
+ * await client.contacts.create({
975
+ * email: "joebloggs@intercom.io"
976
+ * })
977
+ */
978
+ create(request, requestOptions) {
979
+ var _a, _b, _c, _d, _e;
980
+ return __awaiter(this, void 0, void 0, function* () {
981
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
982
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "contacts"),
983
+ method: "POST",
984
+ headers: {
985
+ Authorization: yield this._getAuthorizationHeader(),
986
+ "X-Fern-Language": "JavaScript",
987
+ "X-Fern-SDK-Name": "intercom-client",
988
+ "X-Fern-SDK-Version": "6.0.0-alpha",
989
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
990
+ "X-Fern-Runtime": core.RUNTIME.type,
991
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
992
+ },
993
+ contentType: "application/json",
994
+ requestType: "json",
995
+ body: request,
996
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
997
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
998
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
999
+ });
1000
+ if (_response.ok) {
1001
+ return _response.body;
1002
+ }
1003
+ if (_response.error.reason === "status-code") {
1004
+ switch (_response.error.statusCode) {
1005
+ case 401:
1006
+ throw new Intercom.UnauthorizedError(_response.error.body);
1007
+ default:
1008
+ throw new errors.IntercomError({
1009
+ statusCode: _response.error.statusCode,
1010
+ body: _response.error.body,
1011
+ });
1012
+ }
1013
+ }
1014
+ switch (_response.error.reason) {
1015
+ case "non-json":
1016
+ throw new errors.IntercomError({
1017
+ statusCode: _response.error.statusCode,
1018
+ body: _response.error.rawBody,
1019
+ });
1020
+ case "timeout":
1021
+ throw new errors.IntercomTimeoutError();
1022
+ case "unknown":
1023
+ throw new errors.IntercomError({
1024
+ message: _response.error.errorMessage,
1025
+ });
1026
+ }
1027
+ });
1028
+ }
1029
+ /**
1030
+ * You can archive a single contact.
1031
+ *
1032
+ * @param {string} id - id
1033
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
1034
+ *
1035
+ * @example
1036
+ * await client.contacts.archive("id")
1037
+ */
1038
+ archive(id, requestOptions) {
1039
+ var _a, _b, _c, _d, _e;
1040
+ return __awaiter(this, void 0, void 0, function* () {
1041
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1042
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}/archive`),
1043
+ method: "POST",
1044
+ headers: {
1045
+ Authorization: yield this._getAuthorizationHeader(),
1046
+ "X-Fern-Language": "JavaScript",
1047
+ "X-Fern-SDK-Name": "intercom-client",
1048
+ "X-Fern-SDK-Version": "6.0.0-alpha",
1049
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
1050
+ "X-Fern-Runtime": core.RUNTIME.type,
1051
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
1052
+ },
1053
+ contentType: "application/json",
1054
+ requestType: "json",
1055
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1056
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1057
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1058
+ });
1059
+ if (_response.ok) {
1060
+ return _response.body;
1061
+ }
1062
+ if (_response.error.reason === "status-code") {
1063
+ throw new errors.IntercomError({
1064
+ statusCode: _response.error.statusCode,
1065
+ body: _response.error.body,
1066
+ });
1067
+ }
1068
+ switch (_response.error.reason) {
1069
+ case "non-json":
1070
+ throw new errors.IntercomError({
1071
+ statusCode: _response.error.statusCode,
1072
+ body: _response.error.rawBody,
1073
+ });
1074
+ case "timeout":
1075
+ throw new errors.IntercomTimeoutError();
1076
+ case "unknown":
1077
+ throw new errors.IntercomError({
1078
+ message: _response.error.errorMessage,
1079
+ });
1080
+ }
1081
+ });
1082
+ }
1083
+ /**
1084
+ * You can unarchive a single contact.
1085
+ *
1086
+ * @param {string} id - id
1087
+ * @param {Contacts.RequestOptions} requestOptions - Request-specific configuration.
1088
+ *
1089
+ * @example
1090
+ * await client.contacts.unarchive("id")
1091
+ */
1092
+ unarchive(id, requestOptions) {
1093
+ var _a, _b, _c, _d, _e;
1094
+ return __awaiter(this, void 0, void 0, function* () {
1095
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1096
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `contacts/${encodeURIComponent(id)}/unarchive`),
1097
+ method: "POST",
1098
+ headers: {
1099
+ Authorization: yield this._getAuthorizationHeader(),
1100
+ "X-Fern-Language": "JavaScript",
1101
+ "X-Fern-SDK-Name": "intercom-client",
1102
+ "X-Fern-SDK-Version": "6.0.0-alpha",
1103
+ "Intercom-Version": (_e = (_c = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _c !== void 0 ? _c : (_d = this._options) === null || _d === void 0 ? void 0 : _d.version) !== null && _e !== void 0 ? _e : "2.11",
1104
+ "X-Fern-Runtime": core.RUNTIME.type,
1105
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
1106
+ },
1107
+ contentType: "application/json",
1108
+ requestType: "json",
1109
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1110
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1111
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1112
+ });
1113
+ if (_response.ok) {
1114
+ return _response.body;
1115
+ }
1116
+ if (_response.error.reason === "status-code") {
1117
+ throw new errors.IntercomError({
1118
+ statusCode: _response.error.statusCode,
1119
+ body: _response.error.body,
1120
+ });
1121
+ }
1122
+ switch (_response.error.reason) {
1123
+ case "non-json":
1124
+ throw new errors.IntercomError({
1125
+ statusCode: _response.error.statusCode,
1126
+ body: _response.error.rawBody,
1127
+ });
1128
+ case "timeout":
1129
+ throw new errors.IntercomTimeoutError();
1130
+ case "unknown":
1131
+ throw new errors.IntercomError({
1132
+ message: _response.error.errorMessage,
1133
+ });
1134
+ }
1135
+ });
1136
+ }
1137
+ _getAuthorizationHeader() {
1138
+ var _a;
1139
+ return __awaiter(this, void 0, void 0, function* () {
1140
+ const bearer = (_a = (yield core.Supplier.get(this._options.token))) !== null && _a !== void 0 ? _a : process === null || process === void 0 ? void 0 : process.env["INTERCOM_API_KEY"];
1141
+ if (bearer == null) {
1142
+ throw new errors.IntercomError({
1143
+ message: "Please specify INTERCOM_API_KEY when instantiating the client.",
1144
+ });
1145
+ }
1146
+ return `Bearer ${bearer}`;
1147
+ });
1148
+ }
1149
+ }
1150
+ exports.Contacts = Contacts;