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
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Intercom from "../index";
5
- export declare type CreateTicketReplyWithCommentRequest = Intercom.ContactReplyTicketRequest | Intercom.AdminReplyTicketRequest;
5
+ export type CreateTicketReplyWithCommentRequest = Intercom.ContactReplyTicketRequest | Intercom.AdminReplyTicketRequest;
@@ -4,4 +4,4 @@
4
4
  /**
5
5
  * Custom data set for this data.
6
6
  */
7
- export declare type CustomAttributes = Record<string, unknown>;
7
+ export type CustomAttributes = Record<string, unknown>;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type CustomerRequest = {
4
+ export type CustomerRequest = {
5
5
  intercom_user_id: string;
6
6
  } | {
7
7
  user_id: string;
@@ -11,4 +11,4 @@ var DropdownComponent;
11
11
  Saved: "saved",
12
12
  Failed: "failed",
13
13
  };
14
- })(DropdownComponent = exports.DropdownComponent || (exports.DropdownComponent = {}));
14
+ })(DropdownComponent || (exports.DropdownComponent = DropdownComponent = {}));
@@ -12,4 +12,4 @@ var ImageComponent;
12
12
  Right: "right",
13
13
  FullWidth: "full_width",
14
14
  };
15
- })(ImageComponent = exports.ImageComponent || (exports.ImageComponent = {}));
15
+ })(ImageComponent || (exports.ImageComponent = ImageComponent = {}));
@@ -11,4 +11,4 @@ var InputComponent;
11
11
  Saved: "saved",
12
12
  Failed: "failed",
13
13
  };
14
- })(InputComponent = exports.InputComponent || (exports.InputComponent = {}));
14
+ })(InputComponent || (exports.InputComponent = InputComponent = {}));
@@ -10,4 +10,4 @@ var LinkedObject;
10
10
  Ticket: "ticket",
11
11
  Conversation: "conversation",
12
12
  };
13
- })(LinkedObject = exports.LinkedObject || (exports.LinkedObject = {}));
13
+ })(LinkedObject || (exports.LinkedObject = LinkedObject = {}));
@@ -10,4 +10,4 @@ var MultipleFilterSearchRequest;
10
10
  And: "AND",
11
11
  Or: "OR",
12
12
  };
13
- })(MultipleFilterSearchRequest = exports.MultipleFilterSearchRequest || (exports.MultipleFilterSearchRequest = {}));
13
+ })(MultipleFilterSearchRequest || (exports.MultipleFilterSearchRequest = MultipleFilterSearchRequest = {}));
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Intercom from "../index";
5
- export declare type MultipleOrSingleFilterSearchRequest = Intercom.MultipleFilterSearchRequest | Intercom.SingleFilterSearchRequest;
5
+ export type MultipleOrSingleFilterSearchRequest = Intercom.MultipleFilterSearchRequest | Intercom.SingleFilterSearchRequest;
@@ -10,4 +10,4 @@ var NewsItemRequest;
10
10
  Draft: "draft",
11
11
  Live: "live",
12
12
  };
13
- })(NewsItemRequest = exports.NewsItemRequest || (exports.NewsItemRequest = {}));
13
+ })(NewsItemRequest || (exports.NewsItemRequest = NewsItemRequest = {}));
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Intercom from "../index";
5
- export declare type RedactConversationRequest =
5
+ export type RedactConversationRequest =
6
6
  /**
7
7
  * Payload of the request to redact a conversation part */
8
8
  Intercom.RedactConversationRequest.ConversationPart
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Intercom from "../index";
5
- export declare type ReplyConversationRequest = Intercom.ContactReplyConversationRequest | Intercom.AdminReplyConversationRequest;
5
+ export type ReplyConversationRequest = Intercom.ContactReplyConversationRequest | Intercom.AdminReplyConversationRequest;
@@ -18,4 +18,4 @@ var SingleFilterSearchRequest;
18
18
  StartsWith: "^",
19
19
  EndsWith: "$",
20
20
  };
21
- })(SingleFilterSearchRequest = exports.SingleFilterSearchRequest || (exports.SingleFilterSearchRequest = {}));
21
+ })(SingleFilterSearchRequest || (exports.SingleFilterSearchRequest = SingleFilterSearchRequest = {}));
@@ -11,4 +11,4 @@ var SingleSelectComponent;
11
11
  Saved: "saved",
12
12
  Failed: "failed",
13
13
  };
14
- })(SingleSelectComponent = exports.SingleSelectComponent || (exports.SingleSelectComponent = {}));
14
+ })(SingleSelectComponent || (exports.SingleSelectComponent = SingleSelectComponent = {}));
@@ -12,4 +12,4 @@ var SlaApplied;
12
12
  Cancelled: "cancelled",
13
13
  Active: "active",
14
14
  };
15
- })(SlaApplied = exports.SlaApplied || (exports.SlaApplied = {}));
15
+ })(SlaApplied || (exports.SlaApplied = SlaApplied = {}));
@@ -13,4 +13,4 @@ var SpacerComponent;
13
13
  L: "l",
14
14
  Xl: "xl",
15
15
  };
16
- })(SpacerComponent = exports.SpacerComponent || (exports.SpacerComponent = {}));
16
+ })(SpacerComponent || (exports.SpacerComponent = SpacerComponent = {}));
@@ -17,4 +17,4 @@ var TextComponent;
17
17
  Muted: "muted",
18
18
  Error: "error",
19
19
  };
20
- })(TextComponent = exports.TextComponent || (exports.TextComponent = {}));
20
+ })(TextComponent || (exports.TextComponent = TextComponent = {}));
@@ -1,11 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as Intercom from "../index";
5
4
  /**
6
5
  * An object containing the different attributes associated to the ticket as key-value pairs. For the default title and description attributes, the keys are `_default_title_` and `_default_description_`.
7
6
  */
8
- export declare type TicketCustomAttributes = Record<string, TicketCustomAttributes.Value>;
9
- export declare namespace TicketCustomAttributes {
10
- type Value = string | undefined | number | boolean | unknown[] | Intercom.FileAttribute;
11
- }
7
+ export type TicketCustomAttributes = Record<string, unknown>;
@@ -12,4 +12,4 @@ var TicketPartAuthor;
12
12
  Team: "team",
13
13
  User: "user",
14
14
  };
15
- })(TicketPartAuthor = exports.TicketPartAuthor || (exports.TicketPartAuthor = {}));
15
+ })(TicketPartAuthor || (exports.TicketPartAuthor = TicketPartAuthor = {}));
@@ -11,4 +11,4 @@ var TicketReply;
11
11
  Comment: "comment",
12
12
  QuickReply: "quick_reply",
13
13
  };
14
- })(TicketReply = exports.TicketReply || (exports.TicketReply = {}));
14
+ })(TicketReply || (exports.TicketReply = TicketReply = {}));
@@ -4,7 +4,4 @@
4
4
  /**
5
5
  * The attributes set on the ticket. When setting the default title and description attributes, the attribute keys that should be used are `_default_title_` and `_default_description_`. When setting ticket type attributes of the list attribute type, the key should be the attribute name and the value of the attribute should be the list item id, obtainable by [listing the ticket type](ref:get_ticket-types). For example, if the ticket type has an attribute called `priority` of type `list`, the key should be `priority` and the value of the attribute should be the guid of the list item (e.g. `de1825a0-0164-4070-8ca6-13e22462fa7e`).
6
6
  */
7
- export declare type TicketRequestCustomAttributes = Record<string, TicketRequestCustomAttributes.Value>;
8
- export declare namespace TicketRequestCustomAttributes {
9
- type Value = string | undefined | number | boolean | unknown[];
10
- }
7
+ export type TicketRequestCustomAttributes = Record<string, unknown>;
@@ -15,4 +15,4 @@ var TicketTypeAttribute;
15
15
  Datetime: "datetime",
16
16
  Files: "files",
17
17
  };
18
- })(TicketTypeAttribute = exports.TicketTypeAttribute || (exports.TicketTypeAttribute = {}));
18
+ })(TicketTypeAttribute || (exports.TicketTypeAttribute = TicketTypeAttribute = {}));
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * Update an existing visitor.
6
6
  */
7
- export declare type UpdateVisitorRequest = {
7
+ export type UpdateVisitorRequest = {
8
8
  id: string;
9
9
  name?: string | undefined;
10
10
  custom_attributes?: Record<string, string> | undefined;
package/api/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /** The version of the API, sent as the Intercom-Version header. */
5
- export declare type IntercomVersion = "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";
5
+ export type IntercomVersion = "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";
@@ -1,4 +1,4 @@
1
- export declare type BearerToken = string;
1
+ export type BearerToken = string;
2
2
  export declare const BearerToken: {
3
3
  toAuthorizationHeader: (token: BearerToken | undefined) => string | undefined;
4
4
  fromAuthorizationHeader: (header: string) => BearerToken;
@@ -1,4 +1,4 @@
1
- export declare type APIResponse<Success, Failure> = SuccessfulResponse<Success> | FailedResponse<Failure>;
1
+ export type APIResponse<Success, Failure> = SuccessfulResponse<Success> | FailedResponse<Failure>;
2
2
  export interface SuccessfulResponse<T> {
3
3
  ok: true;
4
4
  body: T;
@@ -1,12 +1,12 @@
1
1
  import { APIResponse } from "./APIResponse";
2
- export declare type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
2
+ export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
3
3
  export declare namespace Fetcher {
4
4
  interface Args {
5
5
  url: string;
6
6
  method: string;
7
7
  contentType?: string;
8
8
  headers?: Record<string, string | undefined>;
9
- queryParameters?: Record<string, string | string[] | object | object[]>;
9
+ queryParameters?: Record<string, string | string[] | object | object[] | null>;
10
10
  body?: unknown;
11
11
  timeoutMs?: number;
12
12
  maxRetries?: number;
@@ -9,7 +9,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.fetcher = exports.fetcherImpl = void 0;
12
+ exports.fetcher = void 0;
13
+ exports.fetcherImpl = fetcherImpl;
14
+ const json_1 = require("../json");
13
15
  const createRequestUrl_1 = require("./createRequestUrl");
14
16
  const getFetchFn_1 = require("./getFetchFn");
15
17
  const getRequestBody_1 = require("./getRequestBody");
@@ -30,7 +32,7 @@ function fetcherImpl(args) {
30
32
  }
31
33
  }
32
34
  const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
33
- let requestBody = yield (0, getRequestBody_1.getRequestBody)({
35
+ const requestBody = yield (0, getRequestBody_1.getRequestBody)({
34
36
  body: args.body,
35
37
  type: args.requestType === "json" ? "json" : "other",
36
38
  });
@@ -39,7 +41,7 @@ function fetcherImpl(args) {
39
41
  const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
40
42
  return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
41
43
  }), args.maxRetries);
42
- let responseBody = yield (0, getResponseBody_1.getResponseBody)(response, args.responseType);
44
+ const responseBody = yield (0, getResponseBody_1.getResponseBody)(response, args.responseType);
43
45
  if (response.status >= 200 && response.status < 400) {
44
46
  return {
45
47
  ok: true,
@@ -89,11 +91,10 @@ function fetcherImpl(args) {
89
91
  ok: false,
90
92
  error: {
91
93
  reason: "unknown",
92
- errorMessage: JSON.stringify(error),
94
+ errorMessage: (0, json_1.toJson)(error),
93
95
  },
94
96
  };
95
97
  }
96
98
  });
97
99
  }
98
- exports.fetcherImpl = fetcherImpl;
99
100
  exports.fetcher = fetcherImpl;
@@ -1,4 +1,4 @@
1
- export declare type Supplier<T> = T | Promise<T> | (() => T | Promise<T>);
1
+ export type Supplier<T> = T | Promise<T> | (() => T | Promise<T>);
2
2
  export declare const Supplier: {
3
3
  get: <T>(supplier: Supplier<T>) => Promise<T>;
4
4
  };
@@ -1 +1 @@
1
- export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[]>): string;
1
+ export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[] | null>): string;
@@ -3,11 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.createRequestUrl = void 0;
6
+ exports.createRequestUrl = createRequestUrl;
7
7
  const qs_1 = __importDefault(require("qs"));
8
8
  function createRequestUrl(baseUrl, queryParameters) {
9
9
  return Object.keys(queryParameters !== null && queryParameters !== void 0 ? queryParameters : {}).length > 0
10
10
  ? `${baseUrl}?${qs_1.default.stringify(queryParameters, { arrayFormat: "repeat" })}`
11
11
  : baseUrl;
12
12
  }
13
- exports.createRequestUrl = createRequestUrl;
@@ -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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -32,7 +42,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32
42
  });
33
43
  };
34
44
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.getFetchFn = void 0;
45
+ exports.getFetchFn = getFetchFn;
36
46
  const runtime_1 = require("../runtime");
37
47
  /**
38
48
  * Returns a fetch function based on the runtime
@@ -56,4 +66,3 @@ function getFetchFn() {
56
66
  return (yield Promise.resolve().then(() => __importStar(require("node-fetch")))).default;
57
67
  });
58
68
  }
59
- exports.getFetchFn = getFetchFn;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getHeader = void 0;
3
+ exports.getHeader = getHeader;
4
4
  function getHeader(headers, header) {
5
5
  for (const [headerKey, headerValue] of Object.entries(headers)) {
6
6
  if (headerKey.toLowerCase() === header.toLowerCase()) {
@@ -9,4 +9,3 @@ function getHeader(headers, header) {
9
9
  }
10
10
  return undefined;
11
11
  }
12
- exports.getHeader = getHeader;
@@ -9,15 +9,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.getRequestBody = void 0;
13
- function getRequestBody({ body, type }) {
14
- return __awaiter(this, void 0, void 0, function* () {
12
+ exports.getRequestBody = getRequestBody;
13
+ const json_1 = require("../json");
14
+ function getRequestBody(_a) {
15
+ return __awaiter(this, arguments, void 0, function* ({ body, type }) {
15
16
  if (type.includes("json")) {
16
- return JSON.stringify(body);
17
+ return (0, json_1.toJson)(body);
17
18
  }
18
19
  else {
19
20
  return body;
20
21
  }
21
22
  });
22
23
  }
23
- exports.getRequestBody = getRequestBody;
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.getResponseBody = void 0;
12
+ exports.getResponseBody = getResponseBody;
13
13
  const chooseStreamWrapper_1 = require("./stream-wrappers/chooseStreamWrapper");
14
14
  function getResponseBody(response, responseType) {
15
15
  return __awaiter(this, void 0, void 0, function* () {
@@ -52,4 +52,3 @@ function getResponseBody(response, responseType) {
52
52
  }
53
53
  });
54
54
  }
55
- exports.getResponseBody = getResponseBody;
@@ -1 +1 @@
1
- export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number | undefined, abortSignal?: AbortSignal | undefined, withCredentials?: boolean | undefined, duplex?: "half" | undefined) => Promise<Response>;
1
+ export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  });
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.requestWithRetries = void 0;
12
+ exports.requestWithRetries = requestWithRetries;
13
13
  const INITIAL_RETRY_DELAY = 1000; // in milliseconds
14
14
  const MAX_RETRY_DELAY = 60000; // in milliseconds
15
15
  const DEFAULT_MAX_RETRIES = 2;
@@ -19,11 +19,11 @@ function addJitter(delay) {
19
19
  const jitterMultiplier = 1 + (Math.random() * 2 - 1) * JITTER_FACTOR;
20
20
  return delay * jitterMultiplier;
21
21
  }
22
- function requestWithRetries(requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
23
- return __awaiter(this, void 0, void 0, function* () {
22
+ function requestWithRetries(requestFn_1) {
23
+ return __awaiter(this, arguments, void 0, function* (requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
24
24
  let response = yield requestFn();
25
25
  for (let i = 0; i < maxRetries; ++i) {
26
- if ([408, 409, 429].includes(response.status) || response.status >= 500) {
26
+ if ([408, 429].includes(response.status) || response.status >= 500) {
27
27
  // Calculate base delay using exponential backoff (in milliseconds)
28
28
  const baseDelay = Math.min(INITIAL_RETRY_DELAY * Math.pow(2, i), MAX_RETRY_DELAY);
29
29
  // Add jitter to the delay
@@ -38,4 +38,3 @@ function requestWithRetries(requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
38
38
  return response;
39
39
  });
40
40
  }
41
- exports.requestWithRetries = requestWithRetries;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export declare function getTimeoutSignal(timeoutMs: number): {
3
2
  signal: AbortSignal;
4
3
  abortId: NodeJS.Timeout;
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.anySignal = exports.getTimeoutSignal = void 0;
3
+ exports.getTimeoutSignal = getTimeoutSignal;
4
+ exports.anySignal = anySignal;
4
5
  const TIMEOUT = "timeout";
5
6
  function getTimeoutSignal(timeoutMs) {
6
7
  const controller = new AbortController();
7
8
  const abortId = setTimeout(() => controller.abort(TIMEOUT), timeoutMs);
8
9
  return { signal: controller.signal, abortId };
9
10
  }
10
- exports.getTimeoutSignal = getTimeoutSignal;
11
11
  /**
12
12
  * Returns an abort signal that is getting aborted when
13
13
  * at least one of the specified abort signals is aborted.
@@ -34,4 +34,3 @@ function anySignal(...args) {
34
34
  }
35
35
  return controller.signal;
36
36
  }
37
- exports.anySignal = anySignal;
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { Readable, Writable } from "readable-stream";
3
2
  import { EventCallback, StreamWrapper } from "./chooseStreamWrapper";
4
3
  export declare class NodePre18StreamWrapper implements StreamWrapper<Writable, Buffer> {
@@ -76,21 +76,23 @@ class NodePre18StreamWrapper {
76
76
  this.encoding = encoding;
77
77
  }
78
78
  text() {
79
- var e_1, _a;
80
79
  return __awaiter(this, void 0, void 0, function* () {
80
+ var _a, e_1, _b, _c;
81
81
  const chunks = [];
82
82
  const encoder = new TextEncoder();
83
83
  this.readableStream.setEncoding((this.encoding || "utf-8"));
84
84
  try {
85
- for (var _b = __asyncValues(this.readableStream), _c; _c = yield _b.next(), !_c.done;) {
86
- const chunk = _c.value;
85
+ for (var _d = true, _e = __asyncValues(this.readableStream), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
86
+ _c = _f.value;
87
+ _d = false;
88
+ const chunk = _c;
87
89
  chunks.push(encoder.encode(chunk));
88
90
  }
89
91
  }
90
92
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
91
93
  finally {
92
94
  try {
93
- if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
95
+ if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
94
96
  }
95
97
  finally { if (e_1) throw e_1.error; }
96
98
  }
@@ -1,5 +1,5 @@
1
1
  import { StreamWrapper } from "./chooseStreamWrapper";
2
- declare type EventCallback = (data?: any) => void;
2
+ type EventCallback = (data?: any) => void;
3
3
  export declare class UndiciStreamWrapper<ReadFormat extends Uint8Array | Uint16Array | Uint32Array> implements StreamWrapper<UndiciStreamWrapper<ReadFormat> | WritableStream<ReadFormat>, ReadFormat> {
4
4
  private readableStream;
5
5
  private reader;
@@ -1,4 +1,4 @@
1
- export declare type EventCallback = (data?: any) => void;
1
+ export type EventCallback = (data?: any) => void;
2
2
  export interface StreamWrapper<WritableStream, ReadFormat> {
3
3
  setEncoding(encoding?: string): void;
4
4
  on(event: string, callback: EventCallback): void;
@@ -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 __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -32,7 +42,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32
42
  });
33
43
  };
34
44
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.chooseStreamWrapper = void 0;
45
+ exports.chooseStreamWrapper = chooseStreamWrapper;
36
46
  const runtime_1 = require("../../runtime");
37
47
  function chooseStreamWrapper(responseBody) {
38
48
  return __awaiter(this, void 0, void 0, function* () {
@@ -47,4 +57,3 @@ function chooseStreamWrapper(responseBody) {
47
57
  }
48
58
  });
49
59
  }
50
- exports.chooseStreamWrapper = chooseStreamWrapper;
package/core/json.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Serialize a value to JSON
3
+ * @param value A JavaScript value, usually an object or array, to be converted.
4
+ * @param replacer A function that transforms the results.
5
+ * @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
6
+ * @returns JSON string
7
+ */
8
+ export declare const toJson: (value: unknown, replacer?: (this: unknown, key: string, value: unknown) => unknown, space?: string | number) => string;
9
+ /**
10
+ * Parse JSON string to object, array, or other type
11
+ * @param text A valid JSON string.
12
+ * @param reviver A function that transforms the results. This function is called for each member of the object. If a member contains nested objects, the nested objects are transformed before the parent object is.
13
+ * @returns Parsed object, array, or other type
14
+ */
15
+ export declare function fromJson<T = unknown>(text: string, reviver?: (this: unknown, key: string, value: unknown) => unknown): T;
package/core/json.js ADDED
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toJson = void 0;
4
+ exports.fromJson = fromJson;
5
+ /**
6
+ * Serialize a value to JSON
7
+ * @param value A JavaScript value, usually an object or array, to be converted.
8
+ * @param replacer A function that transforms the results.
9
+ * @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
10
+ * @returns JSON string
11
+ */
12
+ const toJson = (value, replacer, space) => {
13
+ return JSON.stringify(value, replacer, space);
14
+ };
15
+ exports.toJson = toJson;
16
+ /**
17
+ * Parse JSON string to object, array, or other type
18
+ * @param text A valid JSON string.
19
+ * @param reviver A function that transforms the results. This function is called for each member of the object. If a member contains nested objects, the nested objects are transformed before the parent object is.
20
+ * @returns Parsed object, array, or other type
21
+ */
22
+ function fromJson(text, reviver) {
23
+ return JSON.parse(text, reviver);
24
+ }
@@ -12,8 +12,9 @@ var __await = (this && this.__await) || function (v) { return this instanceof __
12
12
  var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {
13
13
  if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
14
14
  var g = generator.apply(thisArg, _arguments || []), i, q = [];
15
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
16
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
15
+ return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
16
+ function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }
17
+ function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }
17
18
  function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
18
19
  function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
19
20
  function fulfill(value) { resume("next", value); }
@@ -74,17 +75,19 @@ class Page {
74
75
  }
75
76
  [Symbol.asyncIterator]() {
76
77
  return __asyncGenerator(this, arguments, function* _a() {
77
- var e_1, _b;
78
+ var _b, e_1, _c, _d;
78
79
  try {
79
- for (var _c = __asyncValues(this.iterMessages()), _d; _d = yield __await(_c.next()), !_d.done;) {
80
- const message = _d.value;
80
+ for (var _e = true, _f = __asyncValues(this.iterMessages()), _g; _g = yield __await(_f.next()), _b = _g.done, !_b; _e = true) {
81
+ _d = _g.value;
82
+ _e = false;
83
+ const message = _d;
81
84
  yield yield __await(message);
82
85
  }
83
86
  }
84
87
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
85
88
  finally {
86
89
  try {
87
- if (_d && !_d.done && (_b = _c.return)) yield __await(_b.call(_c));
90
+ if (!_e && !_b && (_c = _f.return)) yield __await(_c.call(_f));
88
91
  }
89
92
  finally { if (e_1) throw e_1.error; }
90
93
  }