intercom-client 6.1.1 → 6.3.0

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 (349) hide show
  1. package/Client.d.ts +5 -0
  2. package/Client.js +7 -2
  3. package/README.md +18 -30
  4. package/api/errors/BadRequestError.js +17 -7
  5. package/api/errors/ForbiddenError.js +17 -7
  6. package/api/errors/NotFoundError.js +17 -7
  7. package/api/errors/UnauthorizedError.js +17 -7
  8. package/api/errors/UnprocessableEntityError.js +17 -7
  9. package/api/resources/admins/client/Client.d.ts +2 -0
  10. package/api/resources/admins/client/Client.js +34 -24
  11. package/api/resources/aiAgent/types/AiAgent.js +1 -1
  12. package/api/resources/aiContentSource/types/ContentSource.d.ts +1 -14
  13. package/api/resources/aiContentSource/types/ContentSource.js +0 -11
  14. package/api/resources/articles/client/Client.d.ts +2 -0
  15. package/api/resources/articles/client/Client.js +41 -31
  16. package/api/resources/articles/client/requests/CreateArticleRequest.js +1 -1
  17. package/api/resources/articles/client/requests/UpdateArticleRequest.js +1 -1
  18. package/api/resources/articles/types/ArticleListItem.js +1 -1
  19. package/api/resources/articles/types/ArticleSearchHighlights.js +1 -1
  20. package/api/resources/companies/client/Client.d.ts +3 -1
  21. package/api/resources/companies/client/Client.js +60 -50
  22. package/api/resources/companies/types/CompaniesRetrieveResponse.d.ts +13 -0
  23. package/api/resources/companies/types/CompaniesRetrieveResponse.js +5 -0
  24. package/api/resources/companies/types/Company.d.ts +0 -2
  25. package/api/resources/companies/types/index.d.ts +1 -0
  26. package/api/resources/companies/types/index.js +1 -0
  27. package/api/resources/contacts/client/Client.d.ts +2 -0
  28. package/api/resources/contacts/client/Client.js +66 -56
  29. package/api/resources/conversations/client/Client.d.ts +2 -0
  30. package/api/resources/conversations/client/Client.js +57 -47
  31. package/api/resources/conversations/client/requests/CreateConversationRequest.js +1 -1
  32. package/api/resources/conversations/types/Conversation.js +1 -1
  33. package/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +1 -1
  34. package/api/resources/customChannelEvents/client/Client.d.ts +61 -0
  35. package/api/resources/customChannelEvents/client/Client.js +245 -0
  36. package/api/resources/customChannelEvents/client/index.d.ts +1 -0
  37. package/api/resources/customChannelEvents/client/index.js +2 -0
  38. package/api/resources/customChannelEvents/index.d.ts +1 -0
  39. package/api/resources/customChannelEvents/index.js +17 -0
  40. package/api/resources/dataAttributes/client/Client.d.ts +2 -0
  41. package/api/resources/dataAttributes/client/Client.js +30 -20
  42. package/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +1 -1
  43. package/api/resources/dataAttributes/types/DataAttribute.js +1 -1
  44. package/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +1 -1
  45. package/api/resources/dataExport/client/Client.d.ts +2 -0
  46. package/api/resources/dataExport/client/Client.js +31 -21
  47. package/api/resources/dataExport/types/DataExport.js +1 -1
  48. package/api/resources/events/client/Client.d.ts +2 -0
  49. package/api/resources/events/client/Client.js +30 -20
  50. package/api/resources/helpCenters/client/Client.d.ts +2 -0
  51. package/api/resources/helpCenters/client/Client.js +27 -17
  52. package/api/resources/helpCenters/resources/collections/client/Client.d.ts +2 -0
  53. package/api/resources/helpCenters/resources/collections/client/Client.js +36 -26
  54. package/api/resources/helpCenters/resources/index.js +17 -7
  55. package/api/resources/index.d.ts +1 -0
  56. package/api/resources/index.js +19 -8
  57. package/api/resources/messages/client/Client.d.ts +2 -0
  58. package/api/resources/messages/client/Client.js +22 -12
  59. package/api/resources/messages/types/Message.js +1 -1
  60. package/api/resources/news/client/Client.d.ts +2 -12
  61. package/api/resources/news/resources/feeds/client/Client.d.ts +2 -0
  62. package/api/resources/news/resources/feeds/client/Client.js +28 -18
  63. package/api/resources/news/resources/index.js +17 -7
  64. package/api/resources/news/resources/items/client/Client.d.ts +2 -0
  65. package/api/resources/news/resources/items/client/Client.js +34 -24
  66. package/api/resources/news/types/NewsItem.js +1 -1
  67. package/api/resources/notes/client/Client.d.ts +2 -0
  68. package/api/resources/notes/client/Client.js +28 -18
  69. package/api/resources/phoneCallRedirects/client/Client.d.ts +2 -0
  70. package/api/resources/phoneCallRedirects/client/Client.js +22 -12
  71. package/api/resources/segments/client/Client.d.ts +2 -0
  72. package/api/resources/segments/client/Client.js +27 -17
  73. package/api/resources/segments/types/Segment.js +1 -1
  74. package/api/resources/subscriptionTypes/client/Client.d.ts +2 -0
  75. package/api/resources/subscriptionTypes/client/Client.js +22 -12
  76. package/api/resources/subscriptionTypes/types/SubscriptionType.js +1 -1
  77. package/api/resources/tags/client/Client.d.ts +2 -0
  78. package/api/resources/tags/client/Client.js +49 -39
  79. package/api/resources/tags/types/TagsCreateRequestBody.d.ts +1 -1
  80. package/api/resources/teams/client/Client.d.ts +2 -0
  81. package/api/resources/teams/client/Client.js +25 -15
  82. package/api/resources/ticketTypes/client/Client.d.ts +2 -0
  83. package/api/resources/ticketTypes/client/Client.js +31 -21
  84. package/api/resources/ticketTypes/client/requests/CreateTicketTypeRequest.js +1 -1
  85. package/api/resources/ticketTypes/client/requests/UpdateTicketTypeRequest.js +1 -1
  86. package/api/resources/ticketTypes/resources/attributes/client/Client.d.ts +2 -0
  87. package/api/resources/ticketTypes/resources/attributes/client/Client.js +25 -15
  88. package/api/resources/ticketTypes/resources/attributes/client/requests/CreateTicketTypeAttributeRequest.js +1 -1
  89. package/api/resources/ticketTypes/resources/index.js +17 -7
  90. package/api/resources/tickets/client/Client.d.ts +2 -0
  91. package/api/resources/tickets/client/Client.js +34 -24
  92. package/api/resources/tickets/client/requests/UpdateTicketRequest.js +1 -1
  93. package/api/resources/tickets/types/Ticket.js +1 -1
  94. package/api/resources/tickets/types/TicketPart.js +1 -1
  95. package/api/resources/tickets/types/TicketType.js +1 -1
  96. package/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +1 -1
  97. package/api/resources/visitors/client/Client.d.ts +2 -0
  98. package/api/resources/visitors/client/Client.js +28 -18
  99. package/api/types/ActionComponent.d.ts +1 -1
  100. package/api/types/ActivityLog.js +1 -1
  101. package/api/types/AdminReplyConversationRequest.js +1 -1
  102. package/api/types/AdminReplyTicketRequest.js +1 -1
  103. package/api/types/ArticleContent.js +1 -1
  104. package/api/types/AssignConversationRequest.js +1 -1
  105. package/api/types/ButtonComponent.js +1 -1
  106. package/api/types/CheckboxComponent.js +1 -1
  107. package/api/types/CompanyList.d.ts +0 -2
  108. package/api/types/Component.d.ts +1 -1
  109. package/api/types/ConfigureRequest.d.ts +1 -1
  110. package/api/types/ConfigureResponse.d.ts +1 -1
  111. package/api/types/ContactReplyConversationRequest.d.ts +1 -1
  112. package/api/types/ContactReplyTicketRequest.d.ts +1 -1
  113. package/api/types/Context.js +1 -1
  114. package/api/types/ConversationSource.js +1 -1
  115. package/api/types/CreateContactRequest.d.ts +1 -1
  116. package/api/types/CreateDataEventRequest.d.ts +1 -1
  117. package/api/types/CreateMessageRequest.d.ts +1 -1
  118. package/api/types/CreateMessageRequest.js +1 -1
  119. package/api/types/CreateTicketReplyWithCommentRequest.d.ts +1 -1
  120. package/api/types/CustomAttributes.d.ts +1 -1
  121. package/api/types/CustomerRequest.d.ts +1 -1
  122. package/api/types/DropdownComponent.js +1 -1
  123. package/api/types/ImageComponent.js +1 -1
  124. package/api/types/InputComponent.js +1 -1
  125. package/api/types/LinkedObject.js +1 -1
  126. package/api/types/MultipleFilterSearchRequest.js +1 -1
  127. package/api/types/MultipleOrSingleFilterSearchRequest.d.ts +1 -1
  128. package/api/types/NewsItemRequest.js +1 -1
  129. package/api/types/RedactConversationRequest.d.ts +1 -1
  130. package/api/types/ReplyConversationRequest.d.ts +1 -1
  131. package/api/types/SingleFilterSearchRequest.js +1 -1
  132. package/api/types/SingleSelectComponent.js +1 -1
  133. package/api/types/SlaApplied.js +1 -1
  134. package/api/types/SpacerComponent.js +1 -1
  135. package/api/types/TextComponent.js +1 -1
  136. package/api/types/TicketCustomAttributes.d.ts +1 -5
  137. package/api/types/TicketPartAuthor.js +1 -1
  138. package/api/types/TicketReply.js +1 -1
  139. package/api/types/TicketRequestCustomAttributes.d.ts +1 -4
  140. package/api/types/TicketTypeAttribute.js +1 -1
  141. package/api/types/UpdateVisitorRequest.d.ts +1 -1
  142. package/api/version.d.ts +1 -1
  143. package/core/auth/BearerToken.d.ts +1 -1
  144. package/core/fetcher/APIResponse.d.ts +1 -1
  145. package/core/fetcher/Fetcher.d.ts +2 -2
  146. package/core/fetcher/Fetcher.js +6 -5
  147. package/core/fetcher/Supplier.d.ts +1 -1
  148. package/core/fetcher/createRequestUrl.d.ts +1 -1
  149. package/core/fetcher/createRequestUrl.js +1 -2
  150. package/core/fetcher/getFetchFn.js +18 -9
  151. package/core/fetcher/getHeader.js +1 -2
  152. package/core/fetcher/getRequestBody.js +5 -5
  153. package/core/fetcher/getResponseBody.js +1 -2
  154. package/core/fetcher/makeRequest.d.ts +1 -1
  155. package/core/fetcher/requestWithRetries.js +4 -5
  156. package/core/fetcher/signals.d.ts +0 -1
  157. package/core/fetcher/signals.js +2 -3
  158. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -1
  159. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +6 -4
  160. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
  161. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +1 -1
  162. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +18 -9
  163. package/core/json.d.ts +15 -0
  164. package/core/json.js +24 -0
  165. package/core/pagination/Page.js +9 -6
  166. package/core/runtime/runtime.d.ts +1 -1
  167. package/core/runtime/runtime.js +51 -41
  168. package/core/utils/setObjectProperty.js +1 -2
  169. package/dist/Client.d.ts +5 -0
  170. package/dist/Client.js +7 -2
  171. package/dist/api/errors/BadRequestError.js +17 -7
  172. package/dist/api/errors/ForbiddenError.js +17 -7
  173. package/dist/api/errors/NotFoundError.js +17 -7
  174. package/dist/api/errors/UnauthorizedError.js +17 -7
  175. package/dist/api/errors/UnprocessableEntityError.js +17 -7
  176. package/dist/api/resources/admins/client/Client.d.ts +2 -0
  177. package/dist/api/resources/admins/client/Client.js +34 -24
  178. package/dist/api/resources/aiAgent/types/AiAgent.js +1 -1
  179. package/dist/api/resources/aiContentSource/types/ContentSource.d.ts +1 -14
  180. package/dist/api/resources/aiContentSource/types/ContentSource.js +0 -11
  181. package/dist/api/resources/articles/client/Client.d.ts +2 -0
  182. package/dist/api/resources/articles/client/Client.js +41 -31
  183. package/dist/api/resources/articles/client/requests/CreateArticleRequest.js +1 -1
  184. package/dist/api/resources/articles/client/requests/UpdateArticleRequest.js +1 -1
  185. package/dist/api/resources/articles/types/ArticleListItem.js +1 -1
  186. package/dist/api/resources/articles/types/ArticleSearchHighlights.js +1 -1
  187. package/dist/api/resources/companies/client/Client.d.ts +3 -1
  188. package/dist/api/resources/companies/client/Client.js +60 -50
  189. package/dist/api/resources/companies/types/CompaniesRetrieveResponse.d.ts +13 -0
  190. package/dist/api/resources/companies/types/CompaniesRetrieveResponse.js +5 -0
  191. package/dist/api/resources/companies/types/Company.d.ts +0 -2
  192. package/dist/api/resources/companies/types/index.d.ts +1 -0
  193. package/dist/api/resources/companies/types/index.js +1 -0
  194. package/dist/api/resources/contacts/client/Client.d.ts +2 -0
  195. package/dist/api/resources/contacts/client/Client.js +66 -56
  196. package/dist/api/resources/conversations/client/Client.d.ts +2 -0
  197. package/dist/api/resources/conversations/client/Client.js +57 -47
  198. package/dist/api/resources/conversations/client/requests/CreateConversationRequest.js +1 -1
  199. package/dist/api/resources/conversations/types/Conversation.js +1 -1
  200. package/dist/api/resources/conversations/types/ConversationsManageRequestBody.d.ts +1 -1
  201. package/dist/api/resources/customChannelEvents/client/Client.d.ts +61 -0
  202. package/dist/api/resources/customChannelEvents/client/Client.js +245 -0
  203. package/dist/api/resources/customChannelEvents/client/index.d.ts +1 -0
  204. package/dist/api/resources/customChannelEvents/client/index.js +2 -0
  205. package/dist/api/resources/customChannelEvents/index.d.ts +1 -0
  206. package/dist/api/resources/customChannelEvents/index.js +17 -0
  207. package/dist/api/resources/dataAttributes/client/Client.d.ts +2 -0
  208. package/dist/api/resources/dataAttributes/client/Client.js +30 -20
  209. package/dist/api/resources/dataAttributes/client/requests/CreateDataAttributeRequest.js +1 -1
  210. package/dist/api/resources/dataAttributes/types/DataAttribute.js +1 -1
  211. package/dist/api/resources/dataAttributes/types/DataAttributesListRequestModel.d.ts +1 -1
  212. package/dist/api/resources/dataExport/client/Client.d.ts +2 -0
  213. package/dist/api/resources/dataExport/client/Client.js +31 -21
  214. package/dist/api/resources/dataExport/types/DataExport.js +1 -1
  215. package/dist/api/resources/events/client/Client.d.ts +2 -0
  216. package/dist/api/resources/events/client/Client.js +30 -20
  217. package/dist/api/resources/helpCenters/client/Client.d.ts +2 -0
  218. package/dist/api/resources/helpCenters/client/Client.js +27 -17
  219. package/dist/api/resources/helpCenters/resources/collections/client/Client.d.ts +2 -0
  220. package/dist/api/resources/helpCenters/resources/collections/client/Client.js +36 -26
  221. package/dist/api/resources/helpCenters/resources/index.js +17 -7
  222. package/dist/api/resources/index.d.ts +1 -0
  223. package/dist/api/resources/index.js +19 -8
  224. package/dist/api/resources/messages/client/Client.d.ts +2 -0
  225. package/dist/api/resources/messages/client/Client.js +22 -12
  226. package/dist/api/resources/messages/types/Message.js +1 -1
  227. package/dist/api/resources/news/client/Client.d.ts +2 -12
  228. package/dist/api/resources/news/resources/feeds/client/Client.d.ts +2 -0
  229. package/dist/api/resources/news/resources/feeds/client/Client.js +28 -18
  230. package/dist/api/resources/news/resources/index.js +17 -7
  231. package/dist/api/resources/news/resources/items/client/Client.d.ts +2 -0
  232. package/dist/api/resources/news/resources/items/client/Client.js +34 -24
  233. package/dist/api/resources/news/types/NewsItem.js +1 -1
  234. package/dist/api/resources/notes/client/Client.d.ts +2 -0
  235. package/dist/api/resources/notes/client/Client.js +28 -18
  236. package/dist/api/resources/phoneCallRedirects/client/Client.d.ts +2 -0
  237. package/dist/api/resources/phoneCallRedirects/client/Client.js +22 -12
  238. package/dist/api/resources/segments/client/Client.d.ts +2 -0
  239. package/dist/api/resources/segments/client/Client.js +27 -17
  240. package/dist/api/resources/segments/types/Segment.js +1 -1
  241. package/dist/api/resources/subscriptionTypes/client/Client.d.ts +2 -0
  242. package/dist/api/resources/subscriptionTypes/client/Client.js +22 -12
  243. package/dist/api/resources/subscriptionTypes/types/SubscriptionType.js +1 -1
  244. package/dist/api/resources/tags/client/Client.d.ts +2 -0
  245. package/dist/api/resources/tags/client/Client.js +49 -39
  246. package/dist/api/resources/tags/types/TagsCreateRequestBody.d.ts +1 -1
  247. package/dist/api/resources/teams/client/Client.d.ts +2 -0
  248. package/dist/api/resources/teams/client/Client.js +25 -15
  249. package/dist/api/resources/ticketTypes/client/Client.d.ts +2 -0
  250. package/dist/api/resources/ticketTypes/client/Client.js +31 -21
  251. package/dist/api/resources/ticketTypes/client/requests/CreateTicketTypeRequest.js +1 -1
  252. package/dist/api/resources/ticketTypes/client/requests/UpdateTicketTypeRequest.js +1 -1
  253. package/dist/api/resources/ticketTypes/resources/attributes/client/Client.d.ts +2 -0
  254. package/dist/api/resources/ticketTypes/resources/attributes/client/Client.js +25 -15
  255. package/dist/api/resources/ticketTypes/resources/attributes/client/requests/CreateTicketTypeAttributeRequest.js +1 -1
  256. package/dist/api/resources/ticketTypes/resources/index.js +17 -7
  257. package/dist/api/resources/tickets/client/Client.d.ts +2 -0
  258. package/dist/api/resources/tickets/client/Client.js +34 -24
  259. package/dist/api/resources/tickets/client/requests/UpdateTicketRequest.js +1 -1
  260. package/dist/api/resources/tickets/types/Ticket.js +1 -1
  261. package/dist/api/resources/tickets/types/TicketPart.js +1 -1
  262. package/dist/api/resources/tickets/types/TicketType.js +1 -1
  263. package/dist/api/resources/tickets/types/TicketsReplyRequestBody.d.ts +1 -1
  264. package/dist/api/resources/visitors/client/Client.d.ts +2 -0
  265. package/dist/api/resources/visitors/client/Client.js +28 -18
  266. package/dist/api/types/ActionComponent.d.ts +1 -1
  267. package/dist/api/types/ActivityLog.js +1 -1
  268. package/dist/api/types/AdminReplyConversationRequest.js +1 -1
  269. package/dist/api/types/AdminReplyTicketRequest.js +1 -1
  270. package/dist/api/types/ArticleContent.js +1 -1
  271. package/dist/api/types/AssignConversationRequest.js +1 -1
  272. package/dist/api/types/ButtonComponent.js +1 -1
  273. package/dist/api/types/CheckboxComponent.js +1 -1
  274. package/dist/api/types/CompanyList.d.ts +0 -2
  275. package/dist/api/types/Component.d.ts +1 -1
  276. package/dist/api/types/ConfigureRequest.d.ts +1 -1
  277. package/dist/api/types/ConfigureResponse.d.ts +1 -1
  278. package/dist/api/types/ContactReplyConversationRequest.d.ts +1 -1
  279. package/dist/api/types/ContactReplyTicketRequest.d.ts +1 -1
  280. package/dist/api/types/Context.js +1 -1
  281. package/dist/api/types/ConversationSource.js +1 -1
  282. package/dist/api/types/CreateContactRequest.d.ts +1 -1
  283. package/dist/api/types/CreateDataEventRequest.d.ts +1 -1
  284. package/dist/api/types/CreateMessageRequest.d.ts +1 -1
  285. package/dist/api/types/CreateMessageRequest.js +1 -1
  286. package/dist/api/types/CreateTicketReplyWithCommentRequest.d.ts +1 -1
  287. package/dist/api/types/CustomAttributes.d.ts +1 -1
  288. package/dist/api/types/CustomerRequest.d.ts +1 -1
  289. package/dist/api/types/DropdownComponent.js +1 -1
  290. package/dist/api/types/ImageComponent.js +1 -1
  291. package/dist/api/types/InputComponent.js +1 -1
  292. package/dist/api/types/LinkedObject.js +1 -1
  293. package/dist/api/types/MultipleFilterSearchRequest.js +1 -1
  294. package/dist/api/types/MultipleOrSingleFilterSearchRequest.d.ts +1 -1
  295. package/dist/api/types/NewsItemRequest.js +1 -1
  296. package/dist/api/types/RedactConversationRequest.d.ts +1 -1
  297. package/dist/api/types/ReplyConversationRequest.d.ts +1 -1
  298. package/dist/api/types/SingleFilterSearchRequest.js +1 -1
  299. package/dist/api/types/SingleSelectComponent.js +1 -1
  300. package/dist/api/types/SlaApplied.js +1 -1
  301. package/dist/api/types/SpacerComponent.js +1 -1
  302. package/dist/api/types/TextComponent.js +1 -1
  303. package/dist/api/types/TicketCustomAttributes.d.ts +1 -5
  304. package/dist/api/types/TicketPartAuthor.js +1 -1
  305. package/dist/api/types/TicketReply.js +1 -1
  306. package/dist/api/types/TicketRequestCustomAttributes.d.ts +1 -4
  307. package/dist/api/types/TicketTypeAttribute.js +1 -1
  308. package/dist/api/types/UpdateVisitorRequest.d.ts +1 -1
  309. package/dist/api/version.d.ts +1 -1
  310. package/dist/core/auth/BearerToken.d.ts +1 -1
  311. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  312. package/dist/core/fetcher/Fetcher.d.ts +2 -2
  313. package/dist/core/fetcher/Fetcher.js +6 -5
  314. package/dist/core/fetcher/Supplier.d.ts +1 -1
  315. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  316. package/dist/core/fetcher/createRequestUrl.js +1 -2
  317. package/dist/core/fetcher/getFetchFn.js +18 -9
  318. package/dist/core/fetcher/getHeader.js +1 -2
  319. package/dist/core/fetcher/getRequestBody.js +5 -5
  320. package/dist/core/fetcher/getResponseBody.js +1 -2
  321. package/dist/core/fetcher/makeRequest.d.ts +1 -1
  322. package/dist/core/fetcher/requestWithRetries.js +4 -5
  323. package/dist/core/fetcher/signals.d.ts +0 -1
  324. package/dist/core/fetcher/signals.js +2 -3
  325. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -1
  326. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +6 -4
  327. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
  328. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +1 -1
  329. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +18 -9
  330. package/dist/core/json.d.ts +15 -0
  331. package/dist/core/json.js +24 -0
  332. package/dist/core/pagination/Page.js +9 -6
  333. package/dist/core/runtime/runtime.d.ts +1 -1
  334. package/dist/core/runtime/runtime.js +51 -41
  335. package/dist/core/utils/setObjectProperty.js +1 -2
  336. package/dist/environments.d.ts +1 -1
  337. package/dist/errors/IntercomError.js +2 -1
  338. package/dist/index.js +17 -7
  339. package/dist/version.d.ts +1 -1
  340. package/dist/version.js +1 -1
  341. package/environments.d.ts +1 -1
  342. package/errors/IntercomError.js +2 -1
  343. package/index.js +17 -7
  344. package/{jest.config.js → jest.config.mjs} +4 -1
  345. package/package.json +16 -16
  346. package/reference.md +195 -33
  347. package/scripts/rename-to-esm-files.js +115 -0
  348. package/version.d.ts +1 -1
  349. package/version.js +1 -1
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  }) : function(o, v) {
19
19
  o["default"] = v;
20
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
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
40
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -75,8 +85,8 @@ class Events {
75
85
  * })
76
86
  */
77
87
  list(request, requestOptions) {
78
- var _a, _b, _c, _d, _e;
79
88
  return __awaiter(this, void 0, void 0, function* () {
89
+ var _a, _b, _c, _d, _e, _f;
80
90
  const { user_id: userId, intercom_user_id: intercomUserId, email, type: type_, summary, per_page: perPage, } = request;
81
91
  const _queryParams = {};
82
92
  if (userId != null) {
@@ -96,9 +106,9 @@ class Events {
96
106
  _queryParams["per_page"] = perPage.toString();
97
107
  }
98
108
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
99
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "events"),
109
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "events"),
100
110
  method: "GET",
101
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
111
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
112
  contentType: "application/json",
103
113
  queryParameters: _queryParams,
104
114
  requestType: "json",
@@ -191,12 +201,12 @@ class Events {
191
201
  * })
192
202
  */
193
203
  create(request, requestOptions) {
194
- var _a, _b, _c, _d, _e;
195
204
  return __awaiter(this, void 0, void 0, function* () {
205
+ var _a, _b, _c, _d, _e, _f;
196
206
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
197
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "events"),
207
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "events"),
198
208
  method: "POST",
199
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
209
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
200
210
  contentType: "application/json",
201
211
  requestType: "json",
202
212
  body: request,
@@ -244,13 +254,13 @@ class Events {
244
254
  * @example
245
255
  * await client.events.summaries()
246
256
  */
247
- summaries(request = {}, requestOptions) {
248
- var _a, _b, _c, _d, _e;
249
- return __awaiter(this, void 0, void 0, function* () {
257
+ summaries() {
258
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
259
+ var _a, _b, _c, _d, _e, _f;
250
260
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
251
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "events/summaries"),
261
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "events/summaries"),
252
262
  method: "POST",
253
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
263
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
254
264
  contentType: "application/json",
255
265
  requestType: "json",
256
266
  body: request,
@@ -288,12 +298,12 @@ class Events {
288
298
  });
289
299
  }
290
300
  _getAuthorizationHeader() {
291
- var _a;
292
301
  return __awaiter(this, void 0, void 0, function* () {
302
+ var _a;
293
303
  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"];
294
304
  if (bearer == null) {
295
305
  throw new errors.IntercomError({
296
- message: "Please specify INTERCOM_API_KEY when instantiating the client.",
306
+ message: "Please specify a bearer by either passing it in to the constructor or initializing a INTERCOM_API_KEY environment variable",
297
307
  });
298
308
  }
299
309
  return `Bearer ${bearer}`;
@@ -8,6 +8,8 @@ import { Collections } from "../resources/collections/client/Client";
8
8
  export declare namespace HelpCenters {
9
9
  interface Options {
10
10
  environment?: core.Supplier<environments.IntercomEnvironment | string>;
11
+ /** Specify a custom URL to connect the client to. */
12
+ baseUrl?: core.Supplier<string>;
11
13
  token?: core.Supplier<core.BearerToken | undefined>;
12
14
  /** Override the Intercom-Version header */
13
15
  version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  }) : function(o, v) {
19
19
  o["default"] = v;
20
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
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
40
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -68,13 +78,13 @@ class HelpCenters {
68
78
  * })
69
79
  */
70
80
  find(request, requestOptions) {
71
- var _a, _b, _c, _d, _e;
72
81
  return __awaiter(this, void 0, void 0, function* () {
82
+ var _a, _b, _c, _d, _e, _f;
73
83
  const { help_center_id: helpCenterId } = request;
74
84
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
75
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `help_center/help_centers/${encodeURIComponent(helpCenterId)}`),
85
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, `help_center/help_centers/${encodeURIComponent(helpCenterId)}`),
76
86
  method: "GET",
77
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
78
88
  contentType: "application/json",
79
89
  requestType: "json",
80
90
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 20000,
@@ -123,10 +133,10 @@ class HelpCenters {
123
133
  * @example
124
134
  * await client.helpCenters.list()
125
135
  */
126
- list(request = {}, requestOptions) {
127
- return __awaiter(this, void 0, void 0, function* () {
136
+ list() {
137
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
128
138
  const list = (request) => __awaiter(this, void 0, void 0, function* () {
129
- var _a, _b, _c, _d, _e;
139
+ var _a, _b, _c, _d, _e, _f;
130
140
  const { page, per_page: perPage } = request;
131
141
  const _queryParams = {};
132
142
  if (page != null) {
@@ -136,9 +146,9 @@ class HelpCenters {
136
146
  _queryParams["per_page"] = perPage.toString();
137
147
  }
138
148
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
139
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "help_center/help_centers"),
149
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "help_center/help_centers"),
140
150
  method: "GET",
141
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
151
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
142
152
  contentType: "application/json",
143
153
  queryParameters: _queryParams,
144
154
  requestType: "json",
@@ -187,12 +197,12 @@ class HelpCenters {
187
197
  });
188
198
  }
189
199
  _getAuthorizationHeader() {
190
- var _a;
191
200
  return __awaiter(this, void 0, void 0, function* () {
201
+ var _a;
192
202
  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"];
193
203
  if (bearer == null) {
194
204
  throw new errors.IntercomError({
195
- message: "Please specify INTERCOM_API_KEY when instantiating the client.",
205
+ message: "Please specify a bearer by either passing it in to the constructor or initializing a INTERCOM_API_KEY environment variable",
196
206
  });
197
207
  }
198
208
  return `Bearer ${bearer}`;
@@ -7,6 +7,8 @@ import * as Intercom from "../../../../../index";
7
7
  export declare namespace Collections {
8
8
  interface Options {
9
9
  environment?: core.Supplier<environments.IntercomEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
10
12
  token?: core.Supplier<core.BearerToken | undefined>;
11
13
  /** Override the Intercom-Version header */
12
14
  version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  }) : function(o, v) {
19
19
  o["default"] = v;
20
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
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
40
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -72,10 +82,10 @@ class Collections {
72
82
  * @example
73
83
  * await client.helpCenters.collections.list()
74
84
  */
75
- list(request = {}, requestOptions) {
76
- return __awaiter(this, void 0, void 0, function* () {
85
+ list() {
86
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
77
87
  const list = (request) => __awaiter(this, void 0, void 0, function* () {
78
- var _a, _b, _c, _d, _e;
88
+ var _a, _b, _c, _d, _e, _f;
79
89
  const { page, per_page: perPage } = request;
80
90
  const _queryParams = {};
81
91
  if (page != null) {
@@ -85,9 +95,9 @@ class Collections {
85
95
  _queryParams["per_page"] = perPage.toString();
86
96
  }
87
97
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
88
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "help_center/collections"),
98
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "help_center/collections"),
89
99
  method: "GET",
90
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
100
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
101
  contentType: "application/json",
92
102
  queryParameters: _queryParams,
93
103
  requestType: "json",
@@ -156,12 +166,12 @@ class Collections {
156
166
  * })
157
167
  */
158
168
  create(request, requestOptions) {
159
- var _a, _b, _c, _d, _e;
160
169
  return __awaiter(this, void 0, void 0, function* () {
170
+ var _a, _b, _c, _d, _e, _f;
161
171
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
162
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "help_center/collections"),
172
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "help_center/collections"),
163
173
  method: "POST",
164
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
174
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
165
175
  contentType: "application/json",
166
176
  requestType: "json",
167
177
  body: request,
@@ -215,13 +225,13 @@ class Collections {
215
225
  * })
216
226
  */
217
227
  find(request, requestOptions) {
218
- var _a, _b, _c, _d, _e;
219
228
  return __awaiter(this, void 0, void 0, function* () {
229
+ var _a, _b, _c, _d, _e, _f;
220
230
  const { collection_id: collectionId } = request;
221
231
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
222
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
232
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
223
233
  method: "GET",
224
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
234
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
225
235
  contentType: "application/json",
226
236
  requestType: "json",
227
237
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 20000,
@@ -275,13 +285,13 @@ class Collections {
275
285
  * })
276
286
  */
277
287
  update(request, requestOptions) {
278
- var _a, _b, _c, _d, _e;
279
288
  return __awaiter(this, void 0, void 0, function* () {
289
+ var _a, _b, _c, _d, _e, _f;
280
290
  const { collection_id: collectionId } = request, _body = __rest(request, ["collection_id"]);
281
291
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
282
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
292
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
283
293
  method: "PUT",
284
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
294
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
285
295
  contentType: "application/json",
286
296
  requestType: "json",
287
297
  body: _body,
@@ -335,13 +345,13 @@ class Collections {
335
345
  * })
336
346
  */
337
347
  delete(request, requestOptions) {
338
- var _a, _b, _c, _d, _e;
339
348
  return __awaiter(this, void 0, void 0, function* () {
349
+ var _a, _b, _c, _d, _e, _f;
340
350
  const { collection_id: collectionId } = request;
341
351
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
342
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
352
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, `help_center/collections/${encodeURIComponent(collectionId)}`),
343
353
  method: "DELETE",
344
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
354
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
345
355
  contentType: "application/json",
346
356
  requestType: "json",
347
357
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 20000,
@@ -380,12 +390,12 @@ class Collections {
380
390
  });
381
391
  }
382
392
  _getAuthorizationHeader() {
383
- var _a;
384
393
  return __awaiter(this, void 0, void 0, function* () {
394
+ var _a;
385
395
  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"];
386
396
  if (bearer == null) {
387
397
  throw new errors.IntercomError({
388
- message: "Please specify INTERCOM_API_KEY when instantiating the client.",
398
+ message: "Please specify a bearer by either passing it in to the constructor or initializing a INTERCOM_API_KEY environment variable",
389
399
  });
390
400
  }
391
401
  return `Bearer ${bearer}`;
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
37
  };
@@ -41,6 +41,7 @@ export * as events from "./events";
41
41
  export * as phoneCallRedirects from "./phoneCallRedirects";
42
42
  export * as ticketTypes from "./ticketTypes";
43
43
  export * as visitors from "./visitors";
44
+ export * as customChannelEvents from "./customChannelEvents";
44
45
  export * from "./admins/client/requests";
45
46
  export * from "./articles/client/requests";
46
47
  export * from "./helpCenters/client/requests";
@@ -15,18 +15,28 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
37
  };
28
38
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.visitors = exports.ticketTypes = exports.phoneCallRedirects = exports.events = exports.helpCenters = exports.news = exports.dataEvents = exports.aiContentSource = exports.helpCenter = exports.aiAgent = exports.tickets = exports.teams = exports.subscriptionTypes = exports.segments = exports.messages = exports.dataExport = exports.dataAttributes = exports.conversations = exports.tags = exports.notes = exports.contacts = exports.companies = exports.articles = exports.admins = void 0;
39
+ exports.customChannelEvents = exports.visitors = exports.ticketTypes = exports.phoneCallRedirects = exports.events = exports.helpCenters = exports.news = exports.dataEvents = exports.aiContentSource = exports.helpCenter = exports.aiAgent = exports.tickets = exports.teams = exports.subscriptionTypes = exports.segments = exports.messages = exports.dataExport = exports.dataAttributes = exports.conversations = exports.tags = exports.notes = exports.contacts = exports.companies = exports.articles = exports.admins = void 0;
30
40
  exports.admins = __importStar(require("./admins"));
31
41
  __exportStar(require("./admins/types"), exports);
32
42
  exports.articles = __importStar(require("./articles"));
@@ -70,6 +80,7 @@ exports.events = __importStar(require("./events"));
70
80
  exports.phoneCallRedirects = __importStar(require("./phoneCallRedirects"));
71
81
  exports.ticketTypes = __importStar(require("./ticketTypes"));
72
82
  exports.visitors = __importStar(require("./visitors"));
83
+ exports.customChannelEvents = __importStar(require("./customChannelEvents"));
73
84
  __exportStar(require("./admins/client/requests"), exports);
74
85
  __exportStar(require("./articles/client/requests"), exports);
75
86
  __exportStar(require("./helpCenters/client/requests"), exports);
@@ -7,6 +7,8 @@ import * as Intercom from "../../../index";
7
7
  export declare namespace Messages {
8
8
  interface Options {
9
9
  environment?: core.Supplier<environments.IntercomEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
10
12
  token?: core.Supplier<core.BearerToken | undefined>;
11
13
  /** Override the Intercom-Version header */
12
14
  version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18
18
  }) : function(o, v) {
19
19
  o["default"] = v;
20
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
- };
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
28
38
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
40
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -143,12 +153,12 @@ class Messages {
143
153
  * })
144
154
  */
145
155
  create(request, requestOptions) {
146
- var _a, _b, _c, _d, _e;
147
156
  return __awaiter(this, void 0, void 0, function* () {
157
+ var _a, _b, _c, _d, _e, _f;
148
158
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
149
- url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.IntercomEnvironment.UsProduction, "messages"),
159
+ url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.IntercomEnvironment.UsProduction, "messages"),
150
160
  method: "POST",
151
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "v6.1.1", "User-Agent": "intercom-client/v6.1.1", "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", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
161
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "intercom-client", "X-Fern-SDK-Version": "6.3.0", "User-Agent": "intercom-client/6.3.0", "Intercom-Version": (_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.version) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.version) !== null && _f !== void 0 ? _f : "2.11", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
152
162
  contentType: "application/json",
153
163
  requestType: "json",
154
164
  body: request,
@@ -192,12 +202,12 @@ class Messages {
192
202
  });
193
203
  }
194
204
  _getAuthorizationHeader() {
195
- var _a;
196
205
  return __awaiter(this, void 0, void 0, function* () {
206
+ var _a;
197
207
  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"];
198
208
  if (bearer == null) {
199
209
  throw new errors.IntercomError({
200
- message: "Please specify INTERCOM_API_KEY when instantiating the client.",
210
+ message: "Please specify a bearer by either passing it in to the constructor or initializing a INTERCOM_API_KEY environment variable",
201
211
  });
202
212
  }
203
213
  return `Bearer ${bearer}`;
@@ -12,4 +12,4 @@ var Message;
12
12
  Facebook: "facebook",
13
13
  Twitter: "twitter",
14
14
  };
15
- })(Message = exports.Message || (exports.Message = {}));
15
+ })(Message || (exports.Message = Message = {}));
@@ -8,23 +8,13 @@ import { Feeds } from "../resources/feeds/client/Client";
8
8
  export declare namespace News {
9
9
  interface Options {
10
10
  environment?: core.Supplier<environments.IntercomEnvironment | string>;
11
+ /** Specify a custom URL to connect the client to. */
12
+ baseUrl?: core.Supplier<string>;
11
13
  token?: core.Supplier<core.BearerToken | undefined>;
12
14
  /** Override the Intercom-Version header */
13
15
  version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
14
16
  fetcher?: core.FetchFunction;
15
17
  }
16
- interface RequestOptions {
17
- /** The maximum time to wait for a response in seconds. */
18
- timeoutInSeconds?: number;
19
- /** The number of times to retry the request. Defaults to 2. */
20
- maxRetries?: number;
21
- /** A hook to abort the request. */
22
- abortSignal?: AbortSignal;
23
- /** Additional headers to include in the request. */
24
- headers?: Record<string, string>;
25
- /** Override the Intercom-Version header */
26
- version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
27
- }
28
18
  }
29
19
  export declare class News {
30
20
  protected readonly _options: News.Options;
@@ -7,6 +7,8 @@ import * as Intercom from "../../../../../index";
7
7
  export declare namespace Feeds {
8
8
  interface Options {
9
9
  environment?: core.Supplier<environments.IntercomEnvironment | string>;
10
+ /** Specify a custom URL to connect the client to. */
11
+ baseUrl?: core.Supplier<string>;
10
12
  token?: core.Supplier<core.BearerToken | undefined>;
11
13
  /** Override the Intercom-Version header */
12
14
  version?: "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";