cloudstructs 0.6.44 → 0.6.45

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 (1363) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +5932 -3556
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/saml-identity-provider/index.js +2 -2
  8. package/lib/slack-app/manifest.js +1 -1
  9. package/lib/slack-app/slack-app.js +2 -2
  10. package/lib/slack-events/index.js +1 -1
  11. package/lib/slack-textract/index.js +1 -1
  12. package/lib/ssl-server-test/index.js +1 -1
  13. package/lib/state-machine-cr-provider/index.js +1 -1
  14. package/lib/static-website/index.js +1 -1
  15. package/lib/toolkit-cleaner/index.js +1 -1
  16. package/lib/url-shortener/index.js +1 -1
  17. package/node_modules/@slack/logger/dist/index.js +2 -1
  18. package/node_modules/@slack/logger/dist/index.js.map +1 -1
  19. package/node_modules/@slack/logger/package.json +9 -8
  20. package/node_modules/@slack/types/README.md +32 -0
  21. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +903 -0
  22. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
  23. package/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
  24. package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
  25. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +241 -0
  26. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
  27. package/node_modules/@slack/types/dist/block-kit/blocks.js +4 -0
  28. package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
  29. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +173 -0
  30. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
  31. package/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
  32. package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
  33. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +63 -0
  34. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
  35. package/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
  36. package/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
  37. package/node_modules/@slack/types/dist/calls.d.ts +26 -0
  38. package/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
  39. package/node_modules/@slack/types/dist/calls.js +6 -0
  40. package/node_modules/@slack/types/dist/calls.js.map +1 -0
  41. package/node_modules/@slack/types/dist/dialog.d.ts +36 -0
  42. package/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
  43. package/node_modules/@slack/types/dist/dialog.js +3 -0
  44. package/node_modules/@slack/types/dist/dialog.js.map +1 -0
  45. package/node_modules/@slack/types/dist/index.d.ts +9 -322
  46. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  47. package/node_modules/@slack/types/dist/index.js +23 -0
  48. package/node_modules/@slack/types/dist/index.js.map +1 -1
  49. package/node_modules/@slack/types/dist/message-attachments.d.ts +170 -0
  50. package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
  51. package/node_modules/@slack/types/dist/message-attachments.js +3 -0
  52. package/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
  53. package/node_modules/@slack/types/dist/message-metadata.d.ts +22 -0
  54. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
  55. package/node_modules/@slack/types/dist/message-metadata.js +3 -0
  56. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
  57. package/node_modules/@slack/types/dist/views.d.ts +35 -0
  58. package/node_modules/@slack/types/dist/views.d.ts.map +1 -0
  59. package/node_modules/@slack/types/dist/views.js +3 -0
  60. package/node_modules/@slack/types/dist/views.js.map +1 -0
  61. package/node_modules/@slack/types/package.json +15 -9
  62. package/node_modules/@slack/web-api/README.md +17 -11
  63. package/node_modules/@slack/web-api/dist/WebClient.d.ts +84 -43
  64. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  65. package/node_modules/@slack/web-api/dist/WebClient.js +362 -84
  66. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  67. package/node_modules/@slack/web-api/dist/errors.d.ts +16 -2
  68. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  69. package/node_modules/@slack/web-api/dist/errors.js +13 -2
  70. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  71. package/node_modules/@slack/web-api/dist/file-upload.d.ts +107 -0
  72. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
  73. package/node_modules/@slack/web-api/dist/file-upload.js +329 -0
  74. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
  75. package/node_modules/@slack/web-api/dist/helpers.d.ts +1 -1
  76. package/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -1
  77. package/node_modules/@slack/web-api/dist/helpers.js +3 -4
  78. package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
  79. package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
  80. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  81. package/node_modules/@slack/web-api/dist/index.js +12 -3
  82. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  83. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  84. package/node_modules/@slack/web-api/dist/instrument.js +16 -4
  85. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  86. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  87. package/node_modules/@slack/web-api/dist/logger.js +1 -1
  88. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  89. package/node_modules/@slack/web-api/dist/methods.d.ts +719 -249
  90. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  91. package/node_modules/@slack/web-api/dist/methods.js +187 -61
  92. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  93. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +77 -0
  94. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
  95. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +12 -0
  96. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +1 -0
  97. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +63 -0
  98. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
  99. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js +12 -0
  100. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +1 -0
  101. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +9 -0
  102. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +1 -0
  103. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js +12 -0
  104. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +1 -0
  105. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +58 -0
  106. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
  107. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js +12 -0
  108. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +1 -0
  109. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +9 -0
  110. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
  111. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js +12 -0
  112. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +1 -0
  113. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +22 -0
  114. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
  115. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js +12 -0
  116. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +1 -0
  117. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +8 -0
  118. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
  119. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js +12 -0
  120. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +1 -0
  121. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
  122. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
  123. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js +12 -0
  124. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +1 -0
  125. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +67 -0
  126. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
  127. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js +12 -0
  128. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +1 -0
  129. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +9 -0
  130. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +1 -0
  131. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js +12 -0
  132. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +1 -0
  133. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +58 -0
  134. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
  135. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js +12 -0
  136. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +1 -0
  137. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +9 -0
  138. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +1 -0
  139. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js +12 -0
  140. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +1 -0
  141. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
  142. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
  143. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js +12 -0
  144. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
  145. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
  146. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
  147. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js +12 -0
  148. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
  149. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
  150. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
  151. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js +12 -0
  152. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
  153. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +25 -0
  154. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +1 -0
  155. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js +12 -0
  156. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +1 -0
  157. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +8 -0
  158. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
  159. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js +12 -0
  160. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +1 -0
  161. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +21 -0
  162. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +1 -0
  163. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js +12 -0
  164. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +1 -0
  165. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +21 -0
  166. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
  167. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js +12 -0
  168. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +1 -0
  169. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +8 -0
  170. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
  171. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js +12 -0
  172. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +1 -0
  173. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
  174. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
  175. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js +12 -0
  176. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
  177. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
  178. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
  179. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js +12 -0
  180. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
  181. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
  182. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
  183. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js +12 -0
  184. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +1 -0
  185. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
  186. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
  187. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js +12 -0
  188. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
  189. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
  190. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
  191. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js +12 -0
  192. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
  193. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +13 -0
  194. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +1 -0
  195. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js +12 -0
  196. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +1 -0
  197. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +8 -0
  198. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
  199. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js +12 -0
  200. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +1 -0
  201. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
  202. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
  203. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js +12 -0
  204. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
  205. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
  206. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
  207. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +12 -0
  208. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
  209. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +17 -0
  210. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
  211. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js +12 -0
  212. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
  213. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
  214. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
  215. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js +12 -0
  216. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
  217. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
  218. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
  219. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js +12 -0
  220. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +1 -0
  221. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +13 -0
  222. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +1 -0
  223. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js +12 -0
  224. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +1 -0
  225. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +13 -0
  226. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +1 -0
  227. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js +12 -0
  228. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +1 -0
  229. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
  230. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
  231. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js +12 -0
  232. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
  233. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +8 -0
  234. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +1 -0
  235. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js +12 -0
  236. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +1 -0
  237. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
  238. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
  239. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js +12 -0
  240. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
  241. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
  242. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
  243. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js +12 -0
  244. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
  245. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
  246. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
  247. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +12 -0
  248. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
  249. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +69 -0
  250. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +1 -0
  251. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js +12 -0
  252. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +1 -0
  253. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
  254. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
  255. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js +12 -0
  256. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
  257. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
  258. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
  259. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js +12 -0
  260. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
  261. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
  262. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
  263. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js +12 -0
  264. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +1 -0
  265. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
  266. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
  267. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js +12 -0
  268. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +1 -0
  269. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
  270. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
  271. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js +12 -0
  272. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
  273. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
  274. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
  275. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +12 -0
  276. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
  277. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
  278. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
  279. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js +12 -0
  280. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
  281. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +12 -0
  282. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
  283. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js +12 -0
  284. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +1 -0
  285. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +12 -0
  286. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +1 -0
  287. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js +12 -0
  288. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +1 -0
  289. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +20 -0
  290. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +1 -0
  291. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js +12 -0
  292. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +1 -0
  293. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +12 -0
  294. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
  295. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js +12 -0
  296. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +1 -0
  297. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +12 -0
  298. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +1 -0
  299. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js +12 -0
  300. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +1 -0
  301. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +34 -0
  302. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +1 -0
  303. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js +12 -0
  304. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +1 -0
  305. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +27 -0
  306. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
  307. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js +12 -0
  308. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
  309. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
  310. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
  311. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js +12 -0
  312. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
  313. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
  314. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
  315. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js +12 -0
  316. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +1 -0
  317. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +40 -0
  318. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
  319. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js +12 -0
  320. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
  321. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +26 -0
  322. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
  323. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js +12 -0
  324. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
  325. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
  326. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
  327. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js +12 -0
  328. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +1 -0
  329. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +19 -0
  330. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
  331. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js +12 -0
  332. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +1 -0
  333. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
  334. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
  335. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js +12 -0
  336. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
  337. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
  338. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
  339. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js +12 -0
  340. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +1 -0
  341. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
  342. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
  343. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js +12 -0
  344. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
  345. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +13 -0
  346. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
  347. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js +12 -0
  348. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +1 -0
  349. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +13 -0
  350. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +1 -0
  351. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js +12 -0
  352. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +1 -0
  353. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +24 -0
  354. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +1 -0
  355. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js +12 -0
  356. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +1 -0
  357. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +13 -0
  358. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
  359. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js +12 -0
  360. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +1 -0
  361. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
  362. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
  363. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js +12 -0
  364. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
  365. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
  366. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
  367. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +12 -0
  368. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
  369. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
  370. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
  371. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js +12 -0
  372. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
  373. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
  374. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
  375. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +12 -0
  376. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
  377. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
  378. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
  379. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js +12 -0
  380. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
  381. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
  382. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
  383. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js +12 -0
  384. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
  385. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
  386. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
  387. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js +12 -0
  388. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
  389. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
  390. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
  391. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js +12 -0
  392. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
  393. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +54 -0
  394. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
  395. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js +12 -0
  396. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
  397. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
  398. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
  399. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js +12 -0
  400. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
  401. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +8 -0
  402. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +1 -0
  403. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js +12 -0
  404. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +1 -0
  405. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +12 -0
  406. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +1 -0
  407. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js +12 -0
  408. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +1 -0
  409. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +33 -0
  410. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +1 -0
  411. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js +12 -0
  412. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +1 -0
  413. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +8 -0
  414. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +1 -0
  415. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js +12 -0
  416. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +1 -0
  417. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
  418. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
  419. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js +12 -0
  420. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
  421. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
  422. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
  423. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js +12 -0
  424. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
  425. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
  426. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
  427. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js +12 -0
  428. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
  429. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +27 -0
  430. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +1 -0
  431. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js +12 -0
  432. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +1 -0
  433. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
  434. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
  435. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js +12 -0
  436. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
  437. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +8 -0
  438. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
  439. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js +12 -0
  440. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +1 -0
  441. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
  442. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
  443. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js +12 -0
  444. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
  445. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +8 -0
  446. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
  447. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js +12 -0
  448. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +1 -0
  449. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +8 -0
  450. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
  451. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js +12 -0
  452. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +1 -0
  453. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +8 -0
  454. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
  455. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js +12 -0
  456. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +1 -0
  457. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +8 -0
  458. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
  459. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js +12 -0
  460. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +1 -0
  461. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
  462. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
  463. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js +12 -0
  464. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
  465. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
  466. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
  467. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js +12 -0
  468. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
  469. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
  470. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
  471. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js +12 -0
  472. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
  473. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
  474. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
  475. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js +12 -0
  476. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
  477. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +65 -0
  478. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
  479. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js +12 -0
  480. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +1 -0
  481. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
  482. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
  483. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js +12 -0
  484. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
  485. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +13 -0
  486. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +1 -0
  487. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js +12 -0
  488. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +1 -0
  489. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +9 -0
  490. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
  491. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js +12 -0
  492. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +1 -0
  493. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
  494. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
  495. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js +12 -0
  496. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +1 -0
  497. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +27 -0
  498. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +1 -0
  499. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js +12 -0
  500. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +1 -0
  501. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +8 -0
  502. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +1 -0
  503. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js +12 -0
  504. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +1 -0
  505. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +84 -0
  506. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +1 -0
  507. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js +12 -0
  508. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +1 -0
  509. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +10 -0
  510. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +1 -0
  511. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js +12 -0
  512. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +1 -0
  513. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +18 -0
  514. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +1 -0
  515. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js +12 -0
  516. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +1 -0
  517. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +8 -0
  518. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
  519. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js +12 -0
  520. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +1 -0
  521. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +8 -0
  522. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
  523. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js +12 -0
  524. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +1 -0
  525. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
  526. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
  527. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js +12 -0
  528. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +1 -0
  529. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +8 -0
  530. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
  531. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js +12 -0
  532. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +1 -0
  533. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +8 -0
  534. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
  535. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js +12 -0
  536. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +1 -0
  537. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
  538. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
  539. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js +12 -0
  540. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
  541. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +12 -0
  542. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +1 -0
  543. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js +12 -0
  544. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +1 -0
  545. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +8 -0
  546. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +1 -0
  547. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js +12 -0
  548. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +1 -0
  549. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +28 -0
  550. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +1 -0
  551. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js +12 -0
  552. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +1 -0
  553. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +18 -0
  554. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +1 -0
  555. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js +12 -0
  556. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +1 -0
  557. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +31 -0
  558. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +1 -0
  559. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js +12 -0
  560. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +1 -0
  561. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +31 -0
  562. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +1 -0
  563. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js +12 -0
  564. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +1 -0
  565. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +31 -0
  566. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +1 -0
  567. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js +12 -0
  568. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +1 -0
  569. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +12 -0
  570. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +1 -0
  571. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js +12 -0
  572. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +1 -0
  573. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +23 -0
  574. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +1 -0
  575. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js +12 -0
  576. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +1 -0
  577. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +29 -0
  578. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +1 -0
  579. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js +12 -0
  580. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +1 -0
  581. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +27 -0
  582. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +1 -0
  583. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js +12 -0
  584. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +1 -0
  585. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +26 -0
  586. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +1 -0
  587. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js +12 -0
  588. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +1 -0
  589. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +26 -0
  590. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +1 -0
  591. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js +12 -0
  592. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +1 -0
  593. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +26 -0
  594. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
  595. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js +12 -0
  596. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +1 -0
  597. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +26 -0
  598. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +1 -0
  599. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js +12 -0
  600. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +1 -0
  601. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +8 -0
  602. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +1 -0
  603. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js +12 -0
  604. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +1 -0
  605. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +38 -0
  606. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +1 -0
  607. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js +12 -0
  608. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +1 -0
  609. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +324 -0
  610. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +1 -0
  611. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js +12 -0
  612. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +1 -0
  613. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +250 -0
  614. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +1 -0
  615. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js +12 -0
  616. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +1 -0
  617. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +46 -0
  618. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +1 -0
  619. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js +12 -0
  620. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +1 -0
  621. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +46 -0
  622. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +1 -0
  623. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js +12 -0
  624. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +1 -0
  625. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +8 -0
  626. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +1 -0
  627. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js +12 -0
  628. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +1 -0
  629. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +8 -0
  630. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +1 -0
  631. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js +12 -0
  632. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +1 -0
  633. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +42 -0
  634. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +1 -0
  635. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js +12 -0
  636. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +1 -0
  637. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +8 -0
  638. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +1 -0
  639. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js +12 -0
  640. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +1 -0
  641. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +34 -0
  642. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +1 -0
  643. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js +12 -0
  644. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +1 -0
  645. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +46 -0
  646. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +1 -0
  647. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js +12 -0
  648. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +1 -0
  649. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +9 -0
  650. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
  651. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js +12 -0
  652. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +1 -0
  653. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +9 -0
  654. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +1 -0
  655. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js +12 -0
  656. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +1 -0
  657. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +8 -0
  658. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
  659. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js +12 -0
  660. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +1 -0
  661. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +10 -0
  662. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +1 -0
  663. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js +12 -0
  664. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +1 -0
  665. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
  666. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
  667. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js +12 -0
  668. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
  669. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +10 -0
  670. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +1 -0
  671. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js +12 -0
  672. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +1 -0
  673. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +10 -0
  674. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +1 -0
  675. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js +12 -0
  676. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +1 -0
  677. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +9 -0
  678. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +1 -0
  679. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js +12 -0
  680. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +1 -0
  681. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +997 -0
  682. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +1 -0
  683. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +49 -0
  684. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +1 -0
  685. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +481 -0
  686. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +1 -0
  687. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +31 -0
  688. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +1 -0
  689. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +20 -0
  690. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
  691. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js +12 -0
  692. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +1 -0
  693. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +8 -0
  694. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +1 -0
  695. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js +12 -0
  696. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +1 -0
  697. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +717 -0
  698. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +1 -0
  699. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +38 -0
  700. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +1 -0
  701. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
  702. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
  703. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js +12 -0
  704. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
  705. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
  706. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
  707. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js +12 -0
  708. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
  709. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +8 -0
  710. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +1 -0
  711. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js +12 -0
  712. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +1 -0
  713. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +10 -0
  714. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +1 -0
  715. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js +12 -0
  716. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +1 -0
  717. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +48 -0
  718. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +1 -0
  719. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js +12 -0
  720. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +1 -0
  721. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
  722. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
  723. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js +12 -0
  724. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
  725. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +1012 -0
  726. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +1 -0
  727. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +49 -0
  728. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +1 -0
  729. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +56 -0
  730. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +1 -0
  731. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js +12 -0
  732. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +1 -0
  733. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +51 -0
  734. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +1 -0
  735. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js +12 -0
  736. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +1 -0
  737. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +12 -0
  738. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
  739. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js +12 -0
  740. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +1 -0
  741. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +61 -0
  742. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +1 -0
  743. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js +12 -0
  744. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +1 -0
  745. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +8 -0
  746. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +1 -0
  747. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js +12 -0
  748. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +1 -0
  749. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +8 -0
  750. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +1 -0
  751. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js +12 -0
  752. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +1 -0
  753. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
  754. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
  755. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js +12 -0
  756. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +1 -0
  757. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +71 -0
  758. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +1 -0
  759. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js +12 -0
  760. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +1 -0
  761. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +8 -0
  762. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +1 -0
  763. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js +12 -0
  764. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +1 -0
  765. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +13 -0
  766. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +1 -0
  767. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js +12 -0
  768. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +1 -0
  769. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +456 -0
  770. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +1 -0
  771. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +31 -0
  772. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +1 -0
  773. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +46 -0
  774. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +1 -0
  775. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js +12 -0
  776. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +1 -0
  777. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +981 -0
  778. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +1 -0
  779. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +49 -0
  780. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +1 -0
  781. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +43 -0
  782. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
  783. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js +12 -0
  784. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +1 -0
  785. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +43 -0
  786. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +1 -0
  787. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js +12 -0
  788. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +1 -0
  789. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +8 -0
  790. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
  791. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js +12 -0
  792. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +1 -0
  793. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +13 -0
  794. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +1 -0
  795. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js +12 -0
  796. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +1 -0
  797. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +8 -0
  798. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +1 -0
  799. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js +12 -0
  800. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +1 -0
  801. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +12 -0
  802. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +1 -0
  803. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js +12 -0
  804. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +1 -0
  805. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +11 -0
  806. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +1 -0
  807. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js +12 -0
  808. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +1 -0
  809. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +12 -0
  810. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +1 -0
  811. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js +12 -0
  812. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +1 -0
  813. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +16 -0
  814. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +1 -0
  815. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js +12 -0
  816. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +1 -0
  817. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +18 -0
  818. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +1 -0
  819. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js +12 -0
  820. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +1 -0
  821. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +9 -0
  822. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +1 -0
  823. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js +12 -0
  824. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +1 -0
  825. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +8 -0
  826. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
  827. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js +12 -0
  828. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +1 -0
  829. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +17 -0
  830. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +1 -0
  831. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js +12 -0
  832. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +1 -0
  833. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +64 -0
  834. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
  835. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js +12 -0
  836. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +1 -0
  837. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +8 -0
  838. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +1 -0
  839. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js +12 -0
  840. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +1 -0
  841. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
  842. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
  843. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js +12 -0
  844. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +1 -0
  845. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +382 -0
  846. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +1 -0
  847. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +31 -0
  848. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +1 -0
  849. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +611 -0
  850. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +1 -0
  851. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +41 -0
  852. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +1 -0
  853. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +387 -0
  854. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +1 -0
  855. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +31 -0
  856. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +1 -0
  857. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +387 -0
  858. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +1 -0
  859. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +31 -0
  860. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +1 -0
  861. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +533 -0
  862. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +1 -0
  863. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +41 -0
  864. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +1 -0
  865. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +8 -0
  866. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
  867. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js +12 -0
  868. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +1 -0
  869. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +387 -0
  870. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +1 -0
  871. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +31 -0
  872. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +1 -0
  873. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +387 -0
  874. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
  875. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +31 -0
  876. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +1 -0
  877. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +387 -0
  878. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
  879. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +31 -0
  880. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +1 -0
  881. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +387 -0
  882. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
  883. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +31 -0
  884. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +1 -0
  885. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +387 -0
  886. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +1 -0
  887. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +31 -0
  888. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +1 -0
  889. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +14 -0
  890. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +1 -0
  891. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js +12 -0
  892. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +1 -0
  893. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +8 -0
  894. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +1 -0
  895. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js +12 -0
  896. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +1 -0
  897. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +46 -0
  898. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +1 -0
  899. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js +12 -0
  900. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +1 -0
  901. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +38 -0
  902. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +1 -0
  903. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js +12 -0
  904. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +1 -0
  905. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +24 -0
  906. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +1 -0
  907. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js +12 -0
  908. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +1 -0
  909. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +45 -0
  910. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +1 -0
  911. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js +12 -0
  912. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +1 -0
  913. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +46 -0
  914. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +1 -0
  915. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js +12 -0
  916. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +1 -0
  917. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +14 -0
  918. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +1 -0
  919. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js +12 -0
  920. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +1 -0
  921. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +14 -0
  922. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +1 -0
  923. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js +12 -0
  924. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +1 -0
  925. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +37 -0
  926. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +1 -0
  927. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js +12 -0
  928. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +1 -0
  929. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +14 -0
  930. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +1 -0
  931. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js +12 -0
  932. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +1 -0
  933. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +16 -0
  934. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +1 -0
  935. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js +12 -0
  936. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +1 -0
  937. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +33 -0
  938. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +1 -0
  939. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js +12 -0
  940. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +1 -0
  941. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +47 -0
  942. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +1 -0
  943. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js +12 -0
  944. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +1 -0
  945. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +15 -0
  946. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +1 -0
  947. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js +12 -0
  948. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +1 -0
  949. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +15 -0
  950. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +1 -0
  951. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js +12 -0
  952. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +1 -0
  953. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +14 -0
  954. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +1 -0
  955. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js +12 -0
  956. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +1 -0
  957. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +14 -0
  958. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +1 -0
  959. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js +12 -0
  960. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +1 -0
  961. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +122 -0
  962. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +1 -0
  963. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js +12 -0
  964. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +1 -0
  965. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +26 -0
  966. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +1 -0
  967. package/node_modules/@slack/web-api/dist/response/ImListResponse.js +12 -0
  968. package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +1 -0
  969. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +14 -0
  970. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +1 -0
  971. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js +12 -0
  972. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +1 -0
  973. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +20 -0
  974. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +1 -0
  975. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js +12 -0
  976. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +1 -0
  977. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +47 -0
  978. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +1 -0
  979. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js +12 -0
  980. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +1 -0
  981. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +15 -0
  982. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +1 -0
  983. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js +12 -0
  984. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +1 -0
  985. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +14 -0
  986. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +1 -0
  987. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js +12 -0
  988. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +1 -0
  989. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +49 -0
  990. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +1 -0
  991. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js +12 -0
  992. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +1 -0
  993. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +36 -0
  994. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +1 -0
  995. package/node_modules/@slack/web-api/dist/response/MpimListResponse.js +12 -0
  996. package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +1 -0
  997. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +14 -0
  998. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +1 -0
  999. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js +12 -0
  1000. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +1 -0
  1001. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +64 -0
  1002. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +1 -0
  1003. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js +12 -0
  1004. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +1 -0
  1005. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +47 -0
  1006. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +1 -0
  1007. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js +12 -0
  1008. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +1 -0
  1009. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +44 -0
  1010. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +1 -0
  1011. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js +12 -0
  1012. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +1 -0
  1013. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +9 -0
  1014. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +1 -0
  1015. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js +12 -0
  1016. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +1 -0
  1017. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +39 -0
  1018. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +1 -0
  1019. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js +12 -0
  1020. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +1 -0
  1021. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +43 -0
  1022. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +1 -0
  1023. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js +12 -0
  1024. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +1 -0
  1025. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +14 -0
  1026. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
  1027. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js +12 -0
  1028. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +1 -0
  1029. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
  1030. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
  1031. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js +12 -0
  1032. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +1 -0
  1033. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +8 -0
  1034. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +1 -0
  1035. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js +12 -0
  1036. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +1 -0
  1037. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +394 -0
  1038. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +1 -0
  1039. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +31 -0
  1040. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +1 -0
  1041. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +8 -0
  1042. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +1 -0
  1043. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js +12 -0
  1044. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +1 -0
  1045. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +8 -0
  1046. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +1 -0
  1047. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js +12 -0
  1048. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +1 -0
  1049. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +479 -0
  1050. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +1 -0
  1051. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +31 -0
  1052. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +1 -0
  1053. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +995 -0
  1054. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +1 -0
  1055. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +49 -0
  1056. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +1 -0
  1057. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +8 -0
  1058. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +1 -0
  1059. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js +12 -0
  1060. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +1 -0
  1061. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +22 -0
  1062. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +1 -0
  1063. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js +12 -0
  1064. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +1 -0
  1065. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +8 -0
  1066. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +1 -0
  1067. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js +12 -0
  1068. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +1 -0
  1069. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +8 -0
  1070. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +1 -0
  1071. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js +12 -0
  1072. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +1 -0
  1073. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +18 -0
  1074. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +1 -0
  1075. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js +12 -0
  1076. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +1 -0
  1077. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +24 -0
  1078. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +1 -0
  1079. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js +12 -0
  1080. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +1 -0
  1081. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +20 -0
  1082. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +1 -0
  1083. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js +12 -0
  1084. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +1 -0
  1085. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +1962 -0
  1086. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +1 -0
  1087. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +49 -0
  1088. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +1 -0
  1089. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +1149 -0
  1090. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +1 -0
  1091. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +68 -0
  1092. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +1 -0
  1093. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +980 -0
  1094. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +1 -0
  1095. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +49 -0
  1096. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +1 -0
  1097. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +1031 -0
  1098. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +1 -0
  1099. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +68 -0
  1100. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +1 -0
  1101. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +8 -0
  1102. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +1 -0
  1103. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js +12 -0
  1104. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +1 -0
  1105. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +689 -0
  1106. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +1 -0
  1107. package/node_modules/@slack/web-api/dist/response/StarsListResponse.js +12 -0
  1108. package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +1 -0
  1109. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +8 -0
  1110. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +1 -0
  1111. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js +12 -0
  1112. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +1 -0
  1113. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +32 -0
  1114. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +1 -0
  1115. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js +12 -0
  1116. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +1 -0
  1117. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +14 -0
  1118. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +1 -0
  1119. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js +12 -0
  1120. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +1 -0
  1121. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +9 -0
  1122. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +1 -0
  1123. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js +12 -0
  1124. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +1 -0
  1125. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +34 -0
  1126. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +1 -0
  1127. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js +12 -0
  1128. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +1 -0
  1129. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +34 -0
  1130. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
  1131. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js +12 -0
  1132. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +1 -0
  1133. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +13 -0
  1134. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +1 -0
  1135. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js +12 -0
  1136. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +1 -0
  1137. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +43 -0
  1138. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +1 -0
  1139. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js +12 -0
  1140. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +1 -0
  1141. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +18 -0
  1142. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +1 -0
  1143. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js +12 -0
  1144. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +1 -0
  1145. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +33 -0
  1146. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +1 -0
  1147. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js +12 -0
  1148. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +1 -0
  1149. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +34 -0
  1150. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +1 -0
  1151. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js +12 -0
  1152. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +1 -0
  1153. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +33 -0
  1154. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +1 -0
  1155. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js +12 -0
  1156. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +1 -0
  1157. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +34 -0
  1158. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +1 -0
  1159. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js +12 -0
  1160. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +1 -0
  1161. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +33 -0
  1162. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +1 -0
  1163. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js +12 -0
  1164. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +1 -0
  1165. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +9 -0
  1166. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +1 -0
  1167. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js +12 -0
  1168. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +1 -0
  1169. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
  1170. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
  1171. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js +12 -0
  1172. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +1 -0
  1173. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +73 -0
  1174. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +1 -0
  1175. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js +12 -0
  1176. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +1 -0
  1177. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +8 -0
  1178. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +1 -0
  1179. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js +12 -0
  1180. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +1 -0
  1181. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +15 -0
  1182. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +1 -0
  1183. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js +12 -0
  1184. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +1 -0
  1185. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +26 -0
  1186. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +1 -0
  1187. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js +12 -0
  1188. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +1 -0
  1189. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +88 -0
  1190. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +1 -0
  1191. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js +12 -0
  1192. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +1 -0
  1193. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +98 -0
  1194. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +1 -0
  1195. package/node_modules/@slack/web-api/dist/response/UsersListResponse.js +12 -0
  1196. package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +1 -0
  1197. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +76 -0
  1198. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +1 -0
  1199. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js +12 -0
  1200. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +1 -0
  1201. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +54 -0
  1202. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +1 -0
  1203. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js +12 -0
  1204. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +1 -0
  1205. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +54 -0
  1206. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +1 -0
  1207. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js +12 -0
  1208. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +1 -0
  1209. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +8 -0
  1210. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +1 -0
  1211. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js +12 -0
  1212. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +1 -0
  1213. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +20 -0
  1214. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +1 -0
  1215. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js +12 -0
  1216. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +1 -0
  1217. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +8 -0
  1218. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +1 -0
  1219. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js +12 -0
  1220. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +1 -0
  1221. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +251 -0
  1222. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +1 -0
  1223. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +32 -0
  1224. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +1 -0
  1225. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +251 -0
  1226. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +1 -0
  1227. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +32 -0
  1228. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +1 -0
  1229. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +251 -0
  1230. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +1 -0
  1231. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +32 -0
  1232. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +1 -0
  1233. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +251 -0
  1234. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +1 -0
  1235. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +32 -0
  1236. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +1 -0
  1237. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +8 -0
  1238. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
  1239. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js +12 -0
  1240. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +1 -0
  1241. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +8 -0
  1242. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
  1243. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js +12 -0
  1244. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +1 -0
  1245. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +8 -0
  1246. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
  1247. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js +12 -0
  1248. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +1 -0
  1249. package/node_modules/@slack/web-api/dist/response/index.d.ts +290 -0
  1250. package/node_modules/@slack/web-api/dist/response/index.d.ts.map +1 -0
  1251. package/node_modules/@slack/web-api/dist/response/index.js +3 -0
  1252. package/node_modules/@slack/web-api/dist/response/index.js.map +1 -0
  1253. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  1254. package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
  1255. package/node_modules/@slack/web-api/package.json +29 -20
  1256. package/node_modules/axios/CHANGELOG.md +746 -718
  1257. package/node_modules/axios/LICENSE +4 -16
  1258. package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
  1259. package/node_modules/axios/README.md +846 -100
  1260. package/node_modules/axios/SECURITY.md +4 -3
  1261. package/node_modules/axios/dist/axios.js +2843 -1975
  1262. package/node_modules/axios/dist/axios.js.map +1 -0
  1263. package/node_modules/axios/dist/axios.min.js +2 -3
  1264. package/node_modules/axios/dist/axios.min.js.map +1 -0
  1265. package/node_modules/axios/dist/browser/axios.cjs +3234 -0
  1266. package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
  1267. package/node_modules/axios/dist/esm/axios.js +3257 -0
  1268. package/node_modules/axios/dist/esm/axios.js.map +1 -0
  1269. package/node_modules/axios/dist/esm/axios.min.js +2 -0
  1270. package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  1271. package/node_modules/axios/dist/node/axios.cjs +4327 -0
  1272. package/node_modules/axios/dist/node/axios.cjs.map +1 -0
  1273. package/node_modules/axios/index.d.cts +542 -0
  1274. package/node_modules/axios/index.d.ts +458 -67
  1275. package/node_modules/axios/index.js +43 -1
  1276. package/node_modules/axios/lib/adapters/adapters.js +77 -0
  1277. package/node_modules/axios/lib/adapters/http.js +539 -189
  1278. package/node_modules/axios/lib/adapters/xhr.js +129 -58
  1279. package/node_modules/axios/lib/axios.js +57 -24
  1280. package/node_modules/axios/lib/cancel/CancelToken.js +104 -40
  1281. package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
  1282. package/node_modules/axios/lib/cancel/isCancel.js +2 -2
  1283. package/node_modules/axios/lib/core/Axios.js +153 -100
  1284. package/node_modules/axios/lib/core/AxiosError.js +100 -0
  1285. package/node_modules/axios/lib/core/AxiosHeaders.js +298 -0
  1286. package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
  1287. package/node_modules/axios/lib/core/buildFullPath.js +5 -4
  1288. package/node_modules/axios/lib/core/dispatchRequest.js +30 -31
  1289. package/node_modules/axios/lib/core/mergeConfig.js +69 -50
  1290. package/node_modules/axios/lib/core/settle.js +8 -6
  1291. package/node_modules/axios/lib/core/transformData.js +15 -9
  1292. package/node_modules/axios/lib/defaults/index.js +159 -0
  1293. package/node_modules/axios/lib/defaults/transitional.js +7 -0
  1294. package/node_modules/axios/lib/env/README.md +3 -0
  1295. package/node_modules/axios/lib/env/classes/FormData.js +2 -0
  1296. package/node_modules/axios/lib/env/data.js +1 -0
  1297. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
  1298. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
  1299. package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  1300. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  1301. package/node_modules/axios/lib/helpers/bind.js +3 -7
  1302. package/node_modules/axios/lib/helpers/buildURL.js +26 -33
  1303. package/node_modules/axios/lib/helpers/callbackify.js +16 -0
  1304. package/node_modules/axios/lib/helpers/combineURLs.js +4 -3
  1305. package/node_modules/axios/lib/helpers/cookies.js +39 -50
  1306. package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
  1307. package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
  1308. package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
  1309. package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
  1310. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -3
  1311. package/node_modules/axios/lib/helpers/isAxiosError.js +6 -3
  1312. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +45 -46
  1313. package/node_modules/axios/lib/helpers/null.js +2 -0
  1314. package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
  1315. package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  1316. package/node_modules/axios/lib/helpers/readBlob.js +15 -0
  1317. package/node_modules/axios/lib/helpers/speedometer.js +55 -0
  1318. package/node_modules/axios/lib/helpers/spread.js +3 -2
  1319. package/node_modules/axios/lib/helpers/throttle.js +33 -0
  1320. package/node_modules/axios/lib/helpers/toFormData.js +219 -0
  1321. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
  1322. package/node_modules/axios/lib/helpers/validator.js +32 -46
  1323. package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  1324. package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  1325. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  1326. package/node_modules/axios/lib/platform/browser/index.js +13 -0
  1327. package/node_modules/axios/lib/platform/common/utils.js +47 -0
  1328. package/node_modules/axios/lib/platform/index.js +7 -0
  1329. package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  1330. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  1331. package/node_modules/axios/lib/platform/node/index.js +12 -0
  1332. package/node_modules/axios/lib/utils.js +519 -145
  1333. package/node_modules/axios/node_modules/form-data/License +19 -0
  1334. package/node_modules/axios/node_modules/form-data/README.md.bak +358 -0
  1335. package/node_modules/axios/node_modules/form-data/Readme.md +358 -0
  1336. package/node_modules/axios/node_modules/form-data/index.d.ts +62 -0
  1337. package/node_modules/axios/node_modules/form-data/lib/browser.js +2 -0
  1338. package/node_modules/axios/node_modules/form-data/lib/form_data.js +501 -0
  1339. package/node_modules/axios/node_modules/form-data/lib/populate.js +10 -0
  1340. package/node_modules/axios/node_modules/form-data/package.json +68 -0
  1341. package/node_modules/axios/package.json +169 -35
  1342. package/node_modules/is-electron/LICENSE +21 -0
  1343. package/node_modules/is-electron/README.md +25 -0
  1344. package/node_modules/is-electron/index.d.ts +2 -0
  1345. package/node_modules/is-electron/index.js +21 -0
  1346. package/node_modules/is-electron/package.json +34 -0
  1347. package/node_modules/proxy-from-env/.eslintrc +29 -0
  1348. package/node_modules/proxy-from-env/.travis.yml +10 -0
  1349. package/node_modules/proxy-from-env/LICENSE +20 -0
  1350. package/node_modules/proxy-from-env/README.md +131 -0
  1351. package/node_modules/proxy-from-env/index.js +108 -0
  1352. package/node_modules/proxy-from-env/package.json +34 -0
  1353. package/node_modules/proxy-from-env/test.js +483 -0
  1354. package/package.json +5 -2
  1355. package/node_modules/@slack/logger/LICENSE +0 -23
  1356. package/node_modules/axios/UPGRADE_GUIDE.md +0 -162
  1357. package/node_modules/axios/dist/axios.map +0 -1
  1358. package/node_modules/axios/dist/axios.min.map +0 -1
  1359. package/node_modules/axios/lib/cancel/Cancel.js +0 -19
  1360. package/node_modules/axios/lib/core/createError.js +0 -18
  1361. package/node_modules/axios/lib/core/enhanceError.js +0 -42
  1362. package/node_modules/axios/lib/defaults.js +0 -134
  1363. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
@@ -0,0 +1,3234 @@
1
+ // Axios v1.6.3 Copyright (c) 2023 Matt Zabriskie and contributors
2
+ 'use strict';
3
+
4
+ function bind(fn, thisArg) {
5
+ return function wrap() {
6
+ return fn.apply(thisArg, arguments);
7
+ };
8
+ }
9
+
10
+ // utils is a library of generic helper functions non-specific to axios
11
+
12
+ const {toString} = Object.prototype;
13
+ const {getPrototypeOf} = Object;
14
+
15
+ const kindOf = (cache => thing => {
16
+ const str = toString.call(thing);
17
+ return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
18
+ })(Object.create(null));
19
+
20
+ const kindOfTest = (type) => {
21
+ type = type.toLowerCase();
22
+ return (thing) => kindOf(thing) === type
23
+ };
24
+
25
+ const typeOfTest = type => thing => typeof thing === type;
26
+
27
+ /**
28
+ * Determine if a value is an Array
29
+ *
30
+ * @param {Object} val The value to test
31
+ *
32
+ * @returns {boolean} True if value is an Array, otherwise false
33
+ */
34
+ const {isArray} = Array;
35
+
36
+ /**
37
+ * Determine if a value is undefined
38
+ *
39
+ * @param {*} val The value to test
40
+ *
41
+ * @returns {boolean} True if the value is undefined, otherwise false
42
+ */
43
+ const isUndefined = typeOfTest('undefined');
44
+
45
+ /**
46
+ * Determine if a value is a Buffer
47
+ *
48
+ * @param {*} val The value to test
49
+ *
50
+ * @returns {boolean} True if value is a Buffer, otherwise false
51
+ */
52
+ function isBuffer(val) {
53
+ return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
54
+ && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);
55
+ }
56
+
57
+ /**
58
+ * Determine if a value is an ArrayBuffer
59
+ *
60
+ * @param {*} val The value to test
61
+ *
62
+ * @returns {boolean} True if value is an ArrayBuffer, otherwise false
63
+ */
64
+ const isArrayBuffer = kindOfTest('ArrayBuffer');
65
+
66
+
67
+ /**
68
+ * Determine if a value is a view on an ArrayBuffer
69
+ *
70
+ * @param {*} val The value to test
71
+ *
72
+ * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
73
+ */
74
+ function isArrayBufferView(val) {
75
+ let result;
76
+ if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
77
+ result = ArrayBuffer.isView(val);
78
+ } else {
79
+ result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));
80
+ }
81
+ return result;
82
+ }
83
+
84
+ /**
85
+ * Determine if a value is a String
86
+ *
87
+ * @param {*} val The value to test
88
+ *
89
+ * @returns {boolean} True if value is a String, otherwise false
90
+ */
91
+ const isString = typeOfTest('string');
92
+
93
+ /**
94
+ * Determine if a value is a Function
95
+ *
96
+ * @param {*} val The value to test
97
+ * @returns {boolean} True if value is a Function, otherwise false
98
+ */
99
+ const isFunction = typeOfTest('function');
100
+
101
+ /**
102
+ * Determine if a value is a Number
103
+ *
104
+ * @param {*} val The value to test
105
+ *
106
+ * @returns {boolean} True if value is a Number, otherwise false
107
+ */
108
+ const isNumber = typeOfTest('number');
109
+
110
+ /**
111
+ * Determine if a value is an Object
112
+ *
113
+ * @param {*} thing The value to test
114
+ *
115
+ * @returns {boolean} True if value is an Object, otherwise false
116
+ */
117
+ const isObject = (thing) => thing !== null && typeof thing === 'object';
118
+
119
+ /**
120
+ * Determine if a value is a Boolean
121
+ *
122
+ * @param {*} thing The value to test
123
+ * @returns {boolean} True if value is a Boolean, otherwise false
124
+ */
125
+ const isBoolean = thing => thing === true || thing === false;
126
+
127
+ /**
128
+ * Determine if a value is a plain Object
129
+ *
130
+ * @param {*} val The value to test
131
+ *
132
+ * @returns {boolean} True if value is a plain Object, otherwise false
133
+ */
134
+ const isPlainObject = (val) => {
135
+ if (kindOf(val) !== 'object') {
136
+ return false;
137
+ }
138
+
139
+ const prototype = getPrototypeOf(val);
140
+ return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
141
+ };
142
+
143
+ /**
144
+ * Determine if a value is a Date
145
+ *
146
+ * @param {*} val The value to test
147
+ *
148
+ * @returns {boolean} True if value is a Date, otherwise false
149
+ */
150
+ const isDate = kindOfTest('Date');
151
+
152
+ /**
153
+ * Determine if a value is a File
154
+ *
155
+ * @param {*} val The value to test
156
+ *
157
+ * @returns {boolean} True if value is a File, otherwise false
158
+ */
159
+ const isFile = kindOfTest('File');
160
+
161
+ /**
162
+ * Determine if a value is a Blob
163
+ *
164
+ * @param {*} val The value to test
165
+ *
166
+ * @returns {boolean} True if value is a Blob, otherwise false
167
+ */
168
+ const isBlob = kindOfTest('Blob');
169
+
170
+ /**
171
+ * Determine if a value is a FileList
172
+ *
173
+ * @param {*} val The value to test
174
+ *
175
+ * @returns {boolean} True if value is a File, otherwise false
176
+ */
177
+ const isFileList = kindOfTest('FileList');
178
+
179
+ /**
180
+ * Determine if a value is a Stream
181
+ *
182
+ * @param {*} val The value to test
183
+ *
184
+ * @returns {boolean} True if value is a Stream, otherwise false
185
+ */
186
+ const isStream = (val) => isObject(val) && isFunction(val.pipe);
187
+
188
+ /**
189
+ * Determine if a value is a FormData
190
+ *
191
+ * @param {*} thing The value to test
192
+ *
193
+ * @returns {boolean} True if value is an FormData, otherwise false
194
+ */
195
+ const isFormData = (thing) => {
196
+ let kind;
197
+ return thing && (
198
+ (typeof FormData === 'function' && thing instanceof FormData) || (
199
+ isFunction(thing.append) && (
200
+ (kind = kindOf(thing)) === 'formdata' ||
201
+ // detect form-data instance
202
+ (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')
203
+ )
204
+ )
205
+ )
206
+ };
207
+
208
+ /**
209
+ * Determine if a value is a URLSearchParams object
210
+ *
211
+ * @param {*} val The value to test
212
+ *
213
+ * @returns {boolean} True if value is a URLSearchParams object, otherwise false
214
+ */
215
+ const isURLSearchParams = kindOfTest('URLSearchParams');
216
+
217
+ /**
218
+ * Trim excess whitespace off the beginning and end of a string
219
+ *
220
+ * @param {String} str The String to trim
221
+ *
222
+ * @returns {String} The String freed of excess whitespace
223
+ */
224
+ const trim = (str) => str.trim ?
225
+ str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
226
+
227
+ /**
228
+ * Iterate over an Array or an Object invoking a function for each item.
229
+ *
230
+ * If `obj` is an Array callback will be called passing
231
+ * the value, index, and complete array for each item.
232
+ *
233
+ * If 'obj' is an Object callback will be called passing
234
+ * the value, key, and complete object for each property.
235
+ *
236
+ * @param {Object|Array} obj The object to iterate
237
+ * @param {Function} fn The callback to invoke for each item
238
+ *
239
+ * @param {Boolean} [allOwnKeys = false]
240
+ * @returns {any}
241
+ */
242
+ function forEach(obj, fn, {allOwnKeys = false} = {}) {
243
+ // Don't bother if no value provided
244
+ if (obj === null || typeof obj === 'undefined') {
245
+ return;
246
+ }
247
+
248
+ let i;
249
+ let l;
250
+
251
+ // Force an array if not already something iterable
252
+ if (typeof obj !== 'object') {
253
+ /*eslint no-param-reassign:0*/
254
+ obj = [obj];
255
+ }
256
+
257
+ if (isArray(obj)) {
258
+ // Iterate over array values
259
+ for (i = 0, l = obj.length; i < l; i++) {
260
+ fn.call(null, obj[i], i, obj);
261
+ }
262
+ } else {
263
+ // Iterate over object keys
264
+ const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
265
+ const len = keys.length;
266
+ let key;
267
+
268
+ for (i = 0; i < len; i++) {
269
+ key = keys[i];
270
+ fn.call(null, obj[key], key, obj);
271
+ }
272
+ }
273
+ }
274
+
275
+ function findKey(obj, key) {
276
+ key = key.toLowerCase();
277
+ const keys = Object.keys(obj);
278
+ let i = keys.length;
279
+ let _key;
280
+ while (i-- > 0) {
281
+ _key = keys[i];
282
+ if (key === _key.toLowerCase()) {
283
+ return _key;
284
+ }
285
+ }
286
+ return null;
287
+ }
288
+
289
+ const _global = (() => {
290
+ /*eslint no-undef:0*/
291
+ if (typeof globalThis !== "undefined") return globalThis;
292
+ return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global)
293
+ })();
294
+
295
+ const isContextDefined = (context) => !isUndefined(context) && context !== _global;
296
+
297
+ /**
298
+ * Accepts varargs expecting each argument to be an object, then
299
+ * immutably merges the properties of each object and returns result.
300
+ *
301
+ * When multiple objects contain the same key the later object in
302
+ * the arguments list will take precedence.
303
+ *
304
+ * Example:
305
+ *
306
+ * ```js
307
+ * var result = merge({foo: 123}, {foo: 456});
308
+ * console.log(result.foo); // outputs 456
309
+ * ```
310
+ *
311
+ * @param {Object} obj1 Object to merge
312
+ *
313
+ * @returns {Object} Result of all merge properties
314
+ */
315
+ function merge(/* obj1, obj2, obj3, ... */) {
316
+ const {caseless} = isContextDefined(this) && this || {};
317
+ const result = {};
318
+ const assignValue = (val, key) => {
319
+ const targetKey = caseless && findKey(result, key) || key;
320
+ if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
321
+ result[targetKey] = merge(result[targetKey], val);
322
+ } else if (isPlainObject(val)) {
323
+ result[targetKey] = merge({}, val);
324
+ } else if (isArray(val)) {
325
+ result[targetKey] = val.slice();
326
+ } else {
327
+ result[targetKey] = val;
328
+ }
329
+ };
330
+
331
+ for (let i = 0, l = arguments.length; i < l; i++) {
332
+ arguments[i] && forEach(arguments[i], assignValue);
333
+ }
334
+ return result;
335
+ }
336
+
337
+ /**
338
+ * Extends object a by mutably adding to it the properties of object b.
339
+ *
340
+ * @param {Object} a The object to be extended
341
+ * @param {Object} b The object to copy properties from
342
+ * @param {Object} thisArg The object to bind function to
343
+ *
344
+ * @param {Boolean} [allOwnKeys]
345
+ * @returns {Object} The resulting value of object a
346
+ */
347
+ const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
348
+ forEach(b, (val, key) => {
349
+ if (thisArg && isFunction(val)) {
350
+ a[key] = bind(val, thisArg);
351
+ } else {
352
+ a[key] = val;
353
+ }
354
+ }, {allOwnKeys});
355
+ return a;
356
+ };
357
+
358
+ /**
359
+ * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
360
+ *
361
+ * @param {string} content with BOM
362
+ *
363
+ * @returns {string} content value without BOM
364
+ */
365
+ const stripBOM = (content) => {
366
+ if (content.charCodeAt(0) === 0xFEFF) {
367
+ content = content.slice(1);
368
+ }
369
+ return content;
370
+ };
371
+
372
+ /**
373
+ * Inherit the prototype methods from one constructor into another
374
+ * @param {function} constructor
375
+ * @param {function} superConstructor
376
+ * @param {object} [props]
377
+ * @param {object} [descriptors]
378
+ *
379
+ * @returns {void}
380
+ */
381
+ const inherits = (constructor, superConstructor, props, descriptors) => {
382
+ constructor.prototype = Object.create(superConstructor.prototype, descriptors);
383
+ constructor.prototype.constructor = constructor;
384
+ Object.defineProperty(constructor, 'super', {
385
+ value: superConstructor.prototype
386
+ });
387
+ props && Object.assign(constructor.prototype, props);
388
+ };
389
+
390
+ /**
391
+ * Resolve object with deep prototype chain to a flat object
392
+ * @param {Object} sourceObj source object
393
+ * @param {Object} [destObj]
394
+ * @param {Function|Boolean} [filter]
395
+ * @param {Function} [propFilter]
396
+ *
397
+ * @returns {Object}
398
+ */
399
+ const toFlatObject = (sourceObj, destObj, filter, propFilter) => {
400
+ let props;
401
+ let i;
402
+ let prop;
403
+ const merged = {};
404
+
405
+ destObj = destObj || {};
406
+ // eslint-disable-next-line no-eq-null,eqeqeq
407
+ if (sourceObj == null) return destObj;
408
+
409
+ do {
410
+ props = Object.getOwnPropertyNames(sourceObj);
411
+ i = props.length;
412
+ while (i-- > 0) {
413
+ prop = props[i];
414
+ if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {
415
+ destObj[prop] = sourceObj[prop];
416
+ merged[prop] = true;
417
+ }
418
+ }
419
+ sourceObj = filter !== false && getPrototypeOf(sourceObj);
420
+ } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);
421
+
422
+ return destObj;
423
+ };
424
+
425
+ /**
426
+ * Determines whether a string ends with the characters of a specified string
427
+ *
428
+ * @param {String} str
429
+ * @param {String} searchString
430
+ * @param {Number} [position= 0]
431
+ *
432
+ * @returns {boolean}
433
+ */
434
+ const endsWith = (str, searchString, position) => {
435
+ str = String(str);
436
+ if (position === undefined || position > str.length) {
437
+ position = str.length;
438
+ }
439
+ position -= searchString.length;
440
+ const lastIndex = str.indexOf(searchString, position);
441
+ return lastIndex !== -1 && lastIndex === position;
442
+ };
443
+
444
+
445
+ /**
446
+ * Returns new array from array like object or null if failed
447
+ *
448
+ * @param {*} [thing]
449
+ *
450
+ * @returns {?Array}
451
+ */
452
+ const toArray = (thing) => {
453
+ if (!thing) return null;
454
+ if (isArray(thing)) return thing;
455
+ let i = thing.length;
456
+ if (!isNumber(i)) return null;
457
+ const arr = new Array(i);
458
+ while (i-- > 0) {
459
+ arr[i] = thing[i];
460
+ }
461
+ return arr;
462
+ };
463
+
464
+ /**
465
+ * Checking if the Uint8Array exists and if it does, it returns a function that checks if the
466
+ * thing passed in is an instance of Uint8Array
467
+ *
468
+ * @param {TypedArray}
469
+ *
470
+ * @returns {Array}
471
+ */
472
+ // eslint-disable-next-line func-names
473
+ const isTypedArray = (TypedArray => {
474
+ // eslint-disable-next-line func-names
475
+ return thing => {
476
+ return TypedArray && thing instanceof TypedArray;
477
+ };
478
+ })(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
479
+
480
+ /**
481
+ * For each entry in the object, call the function with the key and value.
482
+ *
483
+ * @param {Object<any, any>} obj - The object to iterate over.
484
+ * @param {Function} fn - The function to call for each entry.
485
+ *
486
+ * @returns {void}
487
+ */
488
+ const forEachEntry = (obj, fn) => {
489
+ const generator = obj && obj[Symbol.iterator];
490
+
491
+ const iterator = generator.call(obj);
492
+
493
+ let result;
494
+
495
+ while ((result = iterator.next()) && !result.done) {
496
+ const pair = result.value;
497
+ fn.call(obj, pair[0], pair[1]);
498
+ }
499
+ };
500
+
501
+ /**
502
+ * It takes a regular expression and a string, and returns an array of all the matches
503
+ *
504
+ * @param {string} regExp - The regular expression to match against.
505
+ * @param {string} str - The string to search.
506
+ *
507
+ * @returns {Array<boolean>}
508
+ */
509
+ const matchAll = (regExp, str) => {
510
+ let matches;
511
+ const arr = [];
512
+
513
+ while ((matches = regExp.exec(str)) !== null) {
514
+ arr.push(matches);
515
+ }
516
+
517
+ return arr;
518
+ };
519
+
520
+ /* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
521
+ const isHTMLForm = kindOfTest('HTMLFormElement');
522
+
523
+ const toCamelCase = str => {
524
+ return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,
525
+ function replacer(m, p1, p2) {
526
+ return p1.toUpperCase() + p2;
527
+ }
528
+ );
529
+ };
530
+
531
+ /* Creating a function that will check if an object has a property. */
532
+ const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);
533
+
534
+ /**
535
+ * Determine if a value is a RegExp object
536
+ *
537
+ * @param {*} val The value to test
538
+ *
539
+ * @returns {boolean} True if value is a RegExp object, otherwise false
540
+ */
541
+ const isRegExp = kindOfTest('RegExp');
542
+
543
+ const reduceDescriptors = (obj, reducer) => {
544
+ const descriptors = Object.getOwnPropertyDescriptors(obj);
545
+ const reducedDescriptors = {};
546
+
547
+ forEach(descriptors, (descriptor, name) => {
548
+ let ret;
549
+ if ((ret = reducer(descriptor, name, obj)) !== false) {
550
+ reducedDescriptors[name] = ret || descriptor;
551
+ }
552
+ });
553
+
554
+ Object.defineProperties(obj, reducedDescriptors);
555
+ };
556
+
557
+ /**
558
+ * Makes all methods read-only
559
+ * @param {Object} obj
560
+ */
561
+
562
+ const freezeMethods = (obj) => {
563
+ reduceDescriptors(obj, (descriptor, name) => {
564
+ // skip restricted props in strict mode
565
+ if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {
566
+ return false;
567
+ }
568
+
569
+ const value = obj[name];
570
+
571
+ if (!isFunction(value)) return;
572
+
573
+ descriptor.enumerable = false;
574
+
575
+ if ('writable' in descriptor) {
576
+ descriptor.writable = false;
577
+ return;
578
+ }
579
+
580
+ if (!descriptor.set) {
581
+ descriptor.set = () => {
582
+ throw Error('Can not rewrite read-only method \'' + name + '\'');
583
+ };
584
+ }
585
+ });
586
+ };
587
+
588
+ const toObjectSet = (arrayOrString, delimiter) => {
589
+ const obj = {};
590
+
591
+ const define = (arr) => {
592
+ arr.forEach(value => {
593
+ obj[value] = true;
594
+ });
595
+ };
596
+
597
+ isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));
598
+
599
+ return obj;
600
+ };
601
+
602
+ const noop = () => {};
603
+
604
+ const toFiniteNumber = (value, defaultValue) => {
605
+ value = +value;
606
+ return Number.isFinite(value) ? value : defaultValue;
607
+ };
608
+
609
+ const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
610
+
611
+ const DIGIT = '0123456789';
612
+
613
+ const ALPHABET = {
614
+ DIGIT,
615
+ ALPHA,
616
+ ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
617
+ };
618
+
619
+ const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
620
+ let str = '';
621
+ const {length} = alphabet;
622
+ while (size--) {
623
+ str += alphabet[Math.random() * length|0];
624
+ }
625
+
626
+ return str;
627
+ };
628
+
629
+ /**
630
+ * If the thing is a FormData object, return true, otherwise return false.
631
+ *
632
+ * @param {unknown} thing - The thing to check.
633
+ *
634
+ * @returns {boolean}
635
+ */
636
+ function isSpecCompliantForm(thing) {
637
+ return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);
638
+ }
639
+
640
+ const toJSONObject = (obj) => {
641
+ const stack = new Array(10);
642
+
643
+ const visit = (source, i) => {
644
+
645
+ if (isObject(source)) {
646
+ if (stack.indexOf(source) >= 0) {
647
+ return;
648
+ }
649
+
650
+ if(!('toJSON' in source)) {
651
+ stack[i] = source;
652
+ const target = isArray(source) ? [] : {};
653
+
654
+ forEach(source, (value, key) => {
655
+ const reducedValue = visit(value, i + 1);
656
+ !isUndefined(reducedValue) && (target[key] = reducedValue);
657
+ });
658
+
659
+ stack[i] = undefined;
660
+
661
+ return target;
662
+ }
663
+ }
664
+
665
+ return source;
666
+ };
667
+
668
+ return visit(obj, 0);
669
+ };
670
+
671
+ const isAsyncFn = kindOfTest('AsyncFunction');
672
+
673
+ const isThenable = (thing) =>
674
+ thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);
675
+
676
+ var utils$1 = {
677
+ isArray,
678
+ isArrayBuffer,
679
+ isBuffer,
680
+ isFormData,
681
+ isArrayBufferView,
682
+ isString,
683
+ isNumber,
684
+ isBoolean,
685
+ isObject,
686
+ isPlainObject,
687
+ isUndefined,
688
+ isDate,
689
+ isFile,
690
+ isBlob,
691
+ isRegExp,
692
+ isFunction,
693
+ isStream,
694
+ isURLSearchParams,
695
+ isTypedArray,
696
+ isFileList,
697
+ forEach,
698
+ merge,
699
+ extend,
700
+ trim,
701
+ stripBOM,
702
+ inherits,
703
+ toFlatObject,
704
+ kindOf,
705
+ kindOfTest,
706
+ endsWith,
707
+ toArray,
708
+ forEachEntry,
709
+ matchAll,
710
+ isHTMLForm,
711
+ hasOwnProperty,
712
+ hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection
713
+ reduceDescriptors,
714
+ freezeMethods,
715
+ toObjectSet,
716
+ toCamelCase,
717
+ noop,
718
+ toFiniteNumber,
719
+ findKey,
720
+ global: _global,
721
+ isContextDefined,
722
+ ALPHABET,
723
+ generateString,
724
+ isSpecCompliantForm,
725
+ toJSONObject,
726
+ isAsyncFn,
727
+ isThenable
728
+ };
729
+
730
+ /**
731
+ * Create an Error with the specified message, config, error code, request and response.
732
+ *
733
+ * @param {string} message The error message.
734
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
735
+ * @param {Object} [config] The config.
736
+ * @param {Object} [request] The request.
737
+ * @param {Object} [response] The response.
738
+ *
739
+ * @returns {Error} The created error.
740
+ */
741
+ function AxiosError(message, code, config, request, response) {
742
+ Error.call(this);
743
+
744
+ if (Error.captureStackTrace) {
745
+ Error.captureStackTrace(this, this.constructor);
746
+ } else {
747
+ this.stack = (new Error()).stack;
748
+ }
749
+
750
+ this.message = message;
751
+ this.name = 'AxiosError';
752
+ code && (this.code = code);
753
+ config && (this.config = config);
754
+ request && (this.request = request);
755
+ response && (this.response = response);
756
+ }
757
+
758
+ utils$1.inherits(AxiosError, Error, {
759
+ toJSON: function toJSON() {
760
+ return {
761
+ // Standard
762
+ message: this.message,
763
+ name: this.name,
764
+ // Microsoft
765
+ description: this.description,
766
+ number: this.number,
767
+ // Mozilla
768
+ fileName: this.fileName,
769
+ lineNumber: this.lineNumber,
770
+ columnNumber: this.columnNumber,
771
+ stack: this.stack,
772
+ // Axios
773
+ config: utils$1.toJSONObject(this.config),
774
+ code: this.code,
775
+ status: this.response && this.response.status ? this.response.status : null
776
+ };
777
+ }
778
+ });
779
+
780
+ const prototype$1 = AxiosError.prototype;
781
+ const descriptors = {};
782
+
783
+ [
784
+ 'ERR_BAD_OPTION_VALUE',
785
+ 'ERR_BAD_OPTION',
786
+ 'ECONNABORTED',
787
+ 'ETIMEDOUT',
788
+ 'ERR_NETWORK',
789
+ 'ERR_FR_TOO_MANY_REDIRECTS',
790
+ 'ERR_DEPRECATED',
791
+ 'ERR_BAD_RESPONSE',
792
+ 'ERR_BAD_REQUEST',
793
+ 'ERR_CANCELED',
794
+ 'ERR_NOT_SUPPORT',
795
+ 'ERR_INVALID_URL'
796
+ // eslint-disable-next-line func-names
797
+ ].forEach(code => {
798
+ descriptors[code] = {value: code};
799
+ });
800
+
801
+ Object.defineProperties(AxiosError, descriptors);
802
+ Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
803
+
804
+ // eslint-disable-next-line func-names
805
+ AxiosError.from = (error, code, config, request, response, customProps) => {
806
+ const axiosError = Object.create(prototype$1);
807
+
808
+ utils$1.toFlatObject(error, axiosError, function filter(obj) {
809
+ return obj !== Error.prototype;
810
+ }, prop => {
811
+ return prop !== 'isAxiosError';
812
+ });
813
+
814
+ AxiosError.call(axiosError, error.message, code, config, request, response);
815
+
816
+ axiosError.cause = error;
817
+
818
+ axiosError.name = error.name;
819
+
820
+ customProps && Object.assign(axiosError, customProps);
821
+
822
+ return axiosError;
823
+ };
824
+
825
+ // eslint-disable-next-line strict
826
+ var httpAdapter = null;
827
+
828
+ /**
829
+ * Determines if the given thing is a array or js object.
830
+ *
831
+ * @param {string} thing - The object or array to be visited.
832
+ *
833
+ * @returns {boolean}
834
+ */
835
+ function isVisitable(thing) {
836
+ return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
837
+ }
838
+
839
+ /**
840
+ * It removes the brackets from the end of a string
841
+ *
842
+ * @param {string} key - The key of the parameter.
843
+ *
844
+ * @returns {string} the key without the brackets.
845
+ */
846
+ function removeBrackets(key) {
847
+ return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
848
+ }
849
+
850
+ /**
851
+ * It takes a path, a key, and a boolean, and returns a string
852
+ *
853
+ * @param {string} path - The path to the current key.
854
+ * @param {string} key - The key of the current object being iterated over.
855
+ * @param {string} dots - If true, the key will be rendered with dots instead of brackets.
856
+ *
857
+ * @returns {string} The path to the current key.
858
+ */
859
+ function renderKey(path, key, dots) {
860
+ if (!path) return key;
861
+ return path.concat(key).map(function each(token, i) {
862
+ // eslint-disable-next-line no-param-reassign
863
+ token = removeBrackets(token);
864
+ return !dots && i ? '[' + token + ']' : token;
865
+ }).join(dots ? '.' : '');
866
+ }
867
+
868
+ /**
869
+ * If the array is an array and none of its elements are visitable, then it's a flat array.
870
+ *
871
+ * @param {Array<any>} arr - The array to check
872
+ *
873
+ * @returns {boolean}
874
+ */
875
+ function isFlatArray(arr) {
876
+ return utils$1.isArray(arr) && !arr.some(isVisitable);
877
+ }
878
+
879
+ const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
880
+ return /^is[A-Z]/.test(prop);
881
+ });
882
+
883
+ /**
884
+ * Convert a data object to FormData
885
+ *
886
+ * @param {Object} obj
887
+ * @param {?Object} [formData]
888
+ * @param {?Object} [options]
889
+ * @param {Function} [options.visitor]
890
+ * @param {Boolean} [options.metaTokens = true]
891
+ * @param {Boolean} [options.dots = false]
892
+ * @param {?Boolean} [options.indexes = false]
893
+ *
894
+ * @returns {Object}
895
+ **/
896
+
897
+ /**
898
+ * It converts an object into a FormData object
899
+ *
900
+ * @param {Object<any, any>} obj - The object to convert to form data.
901
+ * @param {string} formData - The FormData object to append to.
902
+ * @param {Object<string, any>} options
903
+ *
904
+ * @returns
905
+ */
906
+ function toFormData(obj, formData, options) {
907
+ if (!utils$1.isObject(obj)) {
908
+ throw new TypeError('target must be an object');
909
+ }
910
+
911
+ // eslint-disable-next-line no-param-reassign
912
+ formData = formData || new (FormData)();
913
+
914
+ // eslint-disable-next-line no-param-reassign
915
+ options = utils$1.toFlatObject(options, {
916
+ metaTokens: true,
917
+ dots: false,
918
+ indexes: false
919
+ }, false, function defined(option, source) {
920
+ // eslint-disable-next-line no-eq-null,eqeqeq
921
+ return !utils$1.isUndefined(source[option]);
922
+ });
923
+
924
+ const metaTokens = options.metaTokens;
925
+ // eslint-disable-next-line no-use-before-define
926
+ const visitor = options.visitor || defaultVisitor;
927
+ const dots = options.dots;
928
+ const indexes = options.indexes;
929
+ const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
930
+ const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
931
+
932
+ if (!utils$1.isFunction(visitor)) {
933
+ throw new TypeError('visitor must be a function');
934
+ }
935
+
936
+ function convertValue(value) {
937
+ if (value === null) return '';
938
+
939
+ if (utils$1.isDate(value)) {
940
+ return value.toISOString();
941
+ }
942
+
943
+ if (!useBlob && utils$1.isBlob(value)) {
944
+ throw new AxiosError('Blob is not supported. Use a Buffer instead.');
945
+ }
946
+
947
+ if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
948
+ return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
949
+ }
950
+
951
+ return value;
952
+ }
953
+
954
+ /**
955
+ * Default visitor.
956
+ *
957
+ * @param {*} value
958
+ * @param {String|Number} key
959
+ * @param {Array<String|Number>} path
960
+ * @this {FormData}
961
+ *
962
+ * @returns {boolean} return true to visit the each prop of the value recursively
963
+ */
964
+ function defaultVisitor(value, key, path) {
965
+ let arr = value;
966
+
967
+ if (value && !path && typeof value === 'object') {
968
+ if (utils$1.endsWith(key, '{}')) {
969
+ // eslint-disable-next-line no-param-reassign
970
+ key = metaTokens ? key : key.slice(0, -2);
971
+ // eslint-disable-next-line no-param-reassign
972
+ value = JSON.stringify(value);
973
+ } else if (
974
+ (utils$1.isArray(value) && isFlatArray(value)) ||
975
+ ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
976
+ )) {
977
+ // eslint-disable-next-line no-param-reassign
978
+ key = removeBrackets(key);
979
+
980
+ arr.forEach(function each(el, index) {
981
+ !(utils$1.isUndefined(el) || el === null) && formData.append(
982
+ // eslint-disable-next-line no-nested-ternary
983
+ indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),
984
+ convertValue(el)
985
+ );
986
+ });
987
+ return false;
988
+ }
989
+ }
990
+
991
+ if (isVisitable(value)) {
992
+ return true;
993
+ }
994
+
995
+ formData.append(renderKey(path, key, dots), convertValue(value));
996
+
997
+ return false;
998
+ }
999
+
1000
+ const stack = [];
1001
+
1002
+ const exposedHelpers = Object.assign(predicates, {
1003
+ defaultVisitor,
1004
+ convertValue,
1005
+ isVisitable
1006
+ });
1007
+
1008
+ function build(value, path) {
1009
+ if (utils$1.isUndefined(value)) return;
1010
+
1011
+ if (stack.indexOf(value) !== -1) {
1012
+ throw Error('Circular reference detected in ' + path.join('.'));
1013
+ }
1014
+
1015
+ stack.push(value);
1016
+
1017
+ utils$1.forEach(value, function each(el, key) {
1018
+ const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(
1019
+ formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers
1020
+ );
1021
+
1022
+ if (result === true) {
1023
+ build(el, path ? path.concat(key) : [key]);
1024
+ }
1025
+ });
1026
+
1027
+ stack.pop();
1028
+ }
1029
+
1030
+ if (!utils$1.isObject(obj)) {
1031
+ throw new TypeError('data must be an object');
1032
+ }
1033
+
1034
+ build(obj);
1035
+
1036
+ return formData;
1037
+ }
1038
+
1039
+ /**
1040
+ * It encodes a string by replacing all characters that are not in the unreserved set with
1041
+ * their percent-encoded equivalents
1042
+ *
1043
+ * @param {string} str - The string to encode.
1044
+ *
1045
+ * @returns {string} The encoded string.
1046
+ */
1047
+ function encode$1(str) {
1048
+ const charMap = {
1049
+ '!': '%21',
1050
+ "'": '%27',
1051
+ '(': '%28',
1052
+ ')': '%29',
1053
+ '~': '%7E',
1054
+ '%20': '+',
1055
+ '%00': '\x00'
1056
+ };
1057
+ return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
1058
+ return charMap[match];
1059
+ });
1060
+ }
1061
+
1062
+ /**
1063
+ * It takes a params object and converts it to a FormData object
1064
+ *
1065
+ * @param {Object<string, any>} params - The parameters to be converted to a FormData object.
1066
+ * @param {Object<string, any>} options - The options object passed to the Axios constructor.
1067
+ *
1068
+ * @returns {void}
1069
+ */
1070
+ function AxiosURLSearchParams(params, options) {
1071
+ this._pairs = [];
1072
+
1073
+ params && toFormData(params, this, options);
1074
+ }
1075
+
1076
+ const prototype = AxiosURLSearchParams.prototype;
1077
+
1078
+ prototype.append = function append(name, value) {
1079
+ this._pairs.push([name, value]);
1080
+ };
1081
+
1082
+ prototype.toString = function toString(encoder) {
1083
+ const _encode = encoder ? function(value) {
1084
+ return encoder.call(this, value, encode$1);
1085
+ } : encode$1;
1086
+
1087
+ return this._pairs.map(function each(pair) {
1088
+ return _encode(pair[0]) + '=' + _encode(pair[1]);
1089
+ }, '').join('&');
1090
+ };
1091
+
1092
+ /**
1093
+ * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
1094
+ * URI encoded counterparts
1095
+ *
1096
+ * @param {string} val The value to be encoded.
1097
+ *
1098
+ * @returns {string} The encoded value.
1099
+ */
1100
+ function encode(val) {
1101
+ return encodeURIComponent(val).
1102
+ replace(/%3A/gi, ':').
1103
+ replace(/%24/g, '$').
1104
+ replace(/%2C/gi, ',').
1105
+ replace(/%20/g, '+').
1106
+ replace(/%5B/gi, '[').
1107
+ replace(/%5D/gi, ']');
1108
+ }
1109
+
1110
+ /**
1111
+ * Build a URL by appending params to the end
1112
+ *
1113
+ * @param {string} url The base of the url (e.g., http://www.google.com)
1114
+ * @param {object} [params] The params to be appended
1115
+ * @param {?object} options
1116
+ *
1117
+ * @returns {string} The formatted url
1118
+ */
1119
+ function buildURL(url, params, options) {
1120
+ /*eslint no-param-reassign:0*/
1121
+ if (!params) {
1122
+ return url;
1123
+ }
1124
+
1125
+ const _encode = options && options.encode || encode;
1126
+
1127
+ const serializeFn = options && options.serialize;
1128
+
1129
+ let serializedParams;
1130
+
1131
+ if (serializeFn) {
1132
+ serializedParams = serializeFn(params, options);
1133
+ } else {
1134
+ serializedParams = utils$1.isURLSearchParams(params) ?
1135
+ params.toString() :
1136
+ new AxiosURLSearchParams(params, options).toString(_encode);
1137
+ }
1138
+
1139
+ if (serializedParams) {
1140
+ const hashmarkIndex = url.indexOf("#");
1141
+
1142
+ if (hashmarkIndex !== -1) {
1143
+ url = url.slice(0, hashmarkIndex);
1144
+ }
1145
+ url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
1146
+ }
1147
+
1148
+ return url;
1149
+ }
1150
+
1151
+ class InterceptorManager {
1152
+ constructor() {
1153
+ this.handlers = [];
1154
+ }
1155
+
1156
+ /**
1157
+ * Add a new interceptor to the stack
1158
+ *
1159
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
1160
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
1161
+ *
1162
+ * @return {Number} An ID used to remove interceptor later
1163
+ */
1164
+ use(fulfilled, rejected, options) {
1165
+ this.handlers.push({
1166
+ fulfilled,
1167
+ rejected,
1168
+ synchronous: options ? options.synchronous : false,
1169
+ runWhen: options ? options.runWhen : null
1170
+ });
1171
+ return this.handlers.length - 1;
1172
+ }
1173
+
1174
+ /**
1175
+ * Remove an interceptor from the stack
1176
+ *
1177
+ * @param {Number} id The ID that was returned by `use`
1178
+ *
1179
+ * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
1180
+ */
1181
+ eject(id) {
1182
+ if (this.handlers[id]) {
1183
+ this.handlers[id] = null;
1184
+ }
1185
+ }
1186
+
1187
+ /**
1188
+ * Clear all interceptors from the stack
1189
+ *
1190
+ * @returns {void}
1191
+ */
1192
+ clear() {
1193
+ if (this.handlers) {
1194
+ this.handlers = [];
1195
+ }
1196
+ }
1197
+
1198
+ /**
1199
+ * Iterate over all the registered interceptors
1200
+ *
1201
+ * This method is particularly useful for skipping over any
1202
+ * interceptors that may have become `null` calling `eject`.
1203
+ *
1204
+ * @param {Function} fn The function to call for each interceptor
1205
+ *
1206
+ * @returns {void}
1207
+ */
1208
+ forEach(fn) {
1209
+ utils$1.forEach(this.handlers, function forEachHandler(h) {
1210
+ if (h !== null) {
1211
+ fn(h);
1212
+ }
1213
+ });
1214
+ }
1215
+ }
1216
+
1217
+ var InterceptorManager$1 = InterceptorManager;
1218
+
1219
+ var transitionalDefaults = {
1220
+ silentJSONParsing: true,
1221
+ forcedJSONParsing: true,
1222
+ clarifyTimeoutError: false
1223
+ };
1224
+
1225
+ var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
1226
+
1227
+ var FormData$1 = typeof FormData !== 'undefined' ? FormData : null;
1228
+
1229
+ var Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
1230
+
1231
+ var platform$1 = {
1232
+ isBrowser: true,
1233
+ classes: {
1234
+ URLSearchParams: URLSearchParams$1,
1235
+ FormData: FormData$1,
1236
+ Blob: Blob$1
1237
+ },
1238
+ protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
1239
+ };
1240
+
1241
+ const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
1242
+
1243
+ /**
1244
+ * Determine if we're running in a standard browser environment
1245
+ *
1246
+ * This allows axios to run in a web worker, and react-native.
1247
+ * Both environments support XMLHttpRequest, but not fully standard globals.
1248
+ *
1249
+ * web workers:
1250
+ * typeof window -> undefined
1251
+ * typeof document -> undefined
1252
+ *
1253
+ * react-native:
1254
+ * navigator.product -> 'ReactNative'
1255
+ * nativescript
1256
+ * navigator.product -> 'NativeScript' or 'NS'
1257
+ *
1258
+ * @returns {boolean}
1259
+ */
1260
+ const hasStandardBrowserEnv = (
1261
+ (product) => {
1262
+ return hasBrowserEnv && ['ReactNative', 'NativeScript', 'NS'].indexOf(product) < 0
1263
+ })(typeof navigator !== 'undefined' && navigator.product);
1264
+
1265
+ /**
1266
+ * Determine if we're running in a standard browser webWorker environment
1267
+ *
1268
+ * Although the `isStandardBrowserEnv` method indicates that
1269
+ * `allows axios to run in a web worker`, the WebWorker will still be
1270
+ * filtered out due to its judgment standard
1271
+ * `typeof window !== 'undefined' && typeof document !== 'undefined'`.
1272
+ * This leads to a problem when axios post `FormData` in webWorker
1273
+ */
1274
+ const hasStandardBrowserWebWorkerEnv = (() => {
1275
+ return (
1276
+ typeof WorkerGlobalScope !== 'undefined' &&
1277
+ // eslint-disable-next-line no-undef
1278
+ self instanceof WorkerGlobalScope &&
1279
+ typeof self.importScripts === 'function'
1280
+ );
1281
+ })();
1282
+
1283
+ var utils = /*#__PURE__*/Object.freeze({
1284
+ __proto__: null,
1285
+ hasBrowserEnv: hasBrowserEnv,
1286
+ hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1287
+ hasStandardBrowserEnv: hasStandardBrowserEnv
1288
+ });
1289
+
1290
+ var platform = {
1291
+ ...utils,
1292
+ ...platform$1
1293
+ };
1294
+
1295
+ function toURLEncodedForm(data, options) {
1296
+ return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({
1297
+ visitor: function(value, key, path, helpers) {
1298
+ if (platform.isNode && utils$1.isBuffer(value)) {
1299
+ this.append(key, value.toString('base64'));
1300
+ return false;
1301
+ }
1302
+
1303
+ return helpers.defaultVisitor.apply(this, arguments);
1304
+ }
1305
+ }, options));
1306
+ }
1307
+
1308
+ /**
1309
+ * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']
1310
+ *
1311
+ * @param {string} name - The name of the property to get.
1312
+ *
1313
+ * @returns An array of strings.
1314
+ */
1315
+ function parsePropPath(name) {
1316
+ // foo[x][y][z]
1317
+ // foo.x.y.z
1318
+ // foo-x-y-z
1319
+ // foo x y z
1320
+ return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
1321
+ return match[0] === '[]' ? '' : match[1] || match[0];
1322
+ });
1323
+ }
1324
+
1325
+ /**
1326
+ * Convert an array to an object.
1327
+ *
1328
+ * @param {Array<any>} arr - The array to convert to an object.
1329
+ *
1330
+ * @returns An object with the same keys and values as the array.
1331
+ */
1332
+ function arrayToObject(arr) {
1333
+ const obj = {};
1334
+ const keys = Object.keys(arr);
1335
+ let i;
1336
+ const len = keys.length;
1337
+ let key;
1338
+ for (i = 0; i < len; i++) {
1339
+ key = keys[i];
1340
+ obj[key] = arr[key];
1341
+ }
1342
+ return obj;
1343
+ }
1344
+
1345
+ /**
1346
+ * It takes a FormData object and returns a JavaScript object
1347
+ *
1348
+ * @param {string} formData The FormData object to convert to JSON.
1349
+ *
1350
+ * @returns {Object<string, any> | null} The converted object.
1351
+ */
1352
+ function formDataToJSON(formData) {
1353
+ function buildPath(path, value, target, index) {
1354
+ let name = path[index++];
1355
+ const isNumericKey = Number.isFinite(+name);
1356
+ const isLast = index >= path.length;
1357
+ name = !name && utils$1.isArray(target) ? target.length : name;
1358
+
1359
+ if (isLast) {
1360
+ if (utils$1.hasOwnProp(target, name)) {
1361
+ target[name] = [target[name], value];
1362
+ } else {
1363
+ target[name] = value;
1364
+ }
1365
+
1366
+ return !isNumericKey;
1367
+ }
1368
+
1369
+ if (!target[name] || !utils$1.isObject(target[name])) {
1370
+ target[name] = [];
1371
+ }
1372
+
1373
+ const result = buildPath(path, value, target[name], index);
1374
+
1375
+ if (result && utils$1.isArray(target[name])) {
1376
+ target[name] = arrayToObject(target[name]);
1377
+ }
1378
+
1379
+ return !isNumericKey;
1380
+ }
1381
+
1382
+ if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
1383
+ const obj = {};
1384
+
1385
+ utils$1.forEachEntry(formData, (name, value) => {
1386
+ buildPath(parsePropPath(name), value, obj, 0);
1387
+ });
1388
+
1389
+ return obj;
1390
+ }
1391
+
1392
+ return null;
1393
+ }
1394
+
1395
+ /**
1396
+ * It takes a string, tries to parse it, and if it fails, it returns the stringified version
1397
+ * of the input
1398
+ *
1399
+ * @param {any} rawValue - The value to be stringified.
1400
+ * @param {Function} parser - A function that parses a string into a JavaScript object.
1401
+ * @param {Function} encoder - A function that takes a value and returns a string.
1402
+ *
1403
+ * @returns {string} A stringified version of the rawValue.
1404
+ */
1405
+ function stringifySafely(rawValue, parser, encoder) {
1406
+ if (utils$1.isString(rawValue)) {
1407
+ try {
1408
+ (parser || JSON.parse)(rawValue);
1409
+ return utils$1.trim(rawValue);
1410
+ } catch (e) {
1411
+ if (e.name !== 'SyntaxError') {
1412
+ throw e;
1413
+ }
1414
+ }
1415
+ }
1416
+
1417
+ return (encoder || JSON.stringify)(rawValue);
1418
+ }
1419
+
1420
+ const defaults = {
1421
+
1422
+ transitional: transitionalDefaults,
1423
+
1424
+ adapter: ['xhr', 'http'],
1425
+
1426
+ transformRequest: [function transformRequest(data, headers) {
1427
+ const contentType = headers.getContentType() || '';
1428
+ const hasJSONContentType = contentType.indexOf('application/json') > -1;
1429
+ const isObjectPayload = utils$1.isObject(data);
1430
+
1431
+ if (isObjectPayload && utils$1.isHTMLForm(data)) {
1432
+ data = new FormData(data);
1433
+ }
1434
+
1435
+ const isFormData = utils$1.isFormData(data);
1436
+
1437
+ if (isFormData) {
1438
+ if (!hasJSONContentType) {
1439
+ return data;
1440
+ }
1441
+ return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
1442
+ }
1443
+
1444
+ if (utils$1.isArrayBuffer(data) ||
1445
+ utils$1.isBuffer(data) ||
1446
+ utils$1.isStream(data) ||
1447
+ utils$1.isFile(data) ||
1448
+ utils$1.isBlob(data)
1449
+ ) {
1450
+ return data;
1451
+ }
1452
+ if (utils$1.isArrayBufferView(data)) {
1453
+ return data.buffer;
1454
+ }
1455
+ if (utils$1.isURLSearchParams(data)) {
1456
+ headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
1457
+ return data.toString();
1458
+ }
1459
+
1460
+ let isFileList;
1461
+
1462
+ if (isObjectPayload) {
1463
+ if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
1464
+ return toURLEncodedForm(data, this.formSerializer).toString();
1465
+ }
1466
+
1467
+ if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
1468
+ const _FormData = this.env && this.env.FormData;
1469
+
1470
+ return toFormData(
1471
+ isFileList ? {'files[]': data} : data,
1472
+ _FormData && new _FormData(),
1473
+ this.formSerializer
1474
+ );
1475
+ }
1476
+ }
1477
+
1478
+ if (isObjectPayload || hasJSONContentType ) {
1479
+ headers.setContentType('application/json', false);
1480
+ return stringifySafely(data);
1481
+ }
1482
+
1483
+ return data;
1484
+ }],
1485
+
1486
+ transformResponse: [function transformResponse(data) {
1487
+ const transitional = this.transitional || defaults.transitional;
1488
+ const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1489
+ const JSONRequested = this.responseType === 'json';
1490
+
1491
+ if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {
1492
+ const silentJSONParsing = transitional && transitional.silentJSONParsing;
1493
+ const strictJSONParsing = !silentJSONParsing && JSONRequested;
1494
+
1495
+ try {
1496
+ return JSON.parse(data);
1497
+ } catch (e) {
1498
+ if (strictJSONParsing) {
1499
+ if (e.name === 'SyntaxError') {
1500
+ throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
1501
+ }
1502
+ throw e;
1503
+ }
1504
+ }
1505
+ }
1506
+
1507
+ return data;
1508
+ }],
1509
+
1510
+ /**
1511
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
1512
+ * timeout is not created.
1513
+ */
1514
+ timeout: 0,
1515
+
1516
+ xsrfCookieName: 'XSRF-TOKEN',
1517
+ xsrfHeaderName: 'X-XSRF-TOKEN',
1518
+
1519
+ maxContentLength: -1,
1520
+ maxBodyLength: -1,
1521
+
1522
+ env: {
1523
+ FormData: platform.classes.FormData,
1524
+ Blob: platform.classes.Blob
1525
+ },
1526
+
1527
+ validateStatus: function validateStatus(status) {
1528
+ return status >= 200 && status < 300;
1529
+ },
1530
+
1531
+ headers: {
1532
+ common: {
1533
+ 'Accept': 'application/json, text/plain, */*',
1534
+ 'Content-Type': undefined
1535
+ }
1536
+ }
1537
+ };
1538
+
1539
+ utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
1540
+ defaults.headers[method] = {};
1541
+ });
1542
+
1543
+ var defaults$1 = defaults;
1544
+
1545
+ // RawAxiosHeaders whose duplicates are ignored by node
1546
+ // c.f. https://nodejs.org/api/http.html#http_message_headers
1547
+ const ignoreDuplicateOf = utils$1.toObjectSet([
1548
+ 'age', 'authorization', 'content-length', 'content-type', 'etag',
1549
+ 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
1550
+ 'last-modified', 'location', 'max-forwards', 'proxy-authorization',
1551
+ 'referer', 'retry-after', 'user-agent'
1552
+ ]);
1553
+
1554
+ /**
1555
+ * Parse headers into an object
1556
+ *
1557
+ * ```
1558
+ * Date: Wed, 27 Aug 2014 08:58:49 GMT
1559
+ * Content-Type: application/json
1560
+ * Connection: keep-alive
1561
+ * Transfer-Encoding: chunked
1562
+ * ```
1563
+ *
1564
+ * @param {String} rawHeaders Headers needing to be parsed
1565
+ *
1566
+ * @returns {Object} Headers parsed into an object
1567
+ */
1568
+ var parseHeaders = rawHeaders => {
1569
+ const parsed = {};
1570
+ let key;
1571
+ let val;
1572
+ let i;
1573
+
1574
+ rawHeaders && rawHeaders.split('\n').forEach(function parser(line) {
1575
+ i = line.indexOf(':');
1576
+ key = line.substring(0, i).trim().toLowerCase();
1577
+ val = line.substring(i + 1).trim();
1578
+
1579
+ if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
1580
+ return;
1581
+ }
1582
+
1583
+ if (key === 'set-cookie') {
1584
+ if (parsed[key]) {
1585
+ parsed[key].push(val);
1586
+ } else {
1587
+ parsed[key] = [val];
1588
+ }
1589
+ } else {
1590
+ parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1591
+ }
1592
+ });
1593
+
1594
+ return parsed;
1595
+ };
1596
+
1597
+ const $internals = Symbol('internals');
1598
+
1599
+ function normalizeHeader(header) {
1600
+ return header && String(header).trim().toLowerCase();
1601
+ }
1602
+
1603
+ function normalizeValue(value) {
1604
+ if (value === false || value == null) {
1605
+ return value;
1606
+ }
1607
+
1608
+ return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
1609
+ }
1610
+
1611
+ function parseTokens(str) {
1612
+ const tokens = Object.create(null);
1613
+ const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
1614
+ let match;
1615
+
1616
+ while ((match = tokensRE.exec(str))) {
1617
+ tokens[match[1]] = match[2];
1618
+ }
1619
+
1620
+ return tokens;
1621
+ }
1622
+
1623
+ const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
1624
+
1625
+ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
1626
+ if (utils$1.isFunction(filter)) {
1627
+ return filter.call(this, value, header);
1628
+ }
1629
+
1630
+ if (isHeaderNameFilter) {
1631
+ value = header;
1632
+ }
1633
+
1634
+ if (!utils$1.isString(value)) return;
1635
+
1636
+ if (utils$1.isString(filter)) {
1637
+ return value.indexOf(filter) !== -1;
1638
+ }
1639
+
1640
+ if (utils$1.isRegExp(filter)) {
1641
+ return filter.test(value);
1642
+ }
1643
+ }
1644
+
1645
+ function formatHeader(header) {
1646
+ return header.trim()
1647
+ .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
1648
+ return char.toUpperCase() + str;
1649
+ });
1650
+ }
1651
+
1652
+ function buildAccessors(obj, header) {
1653
+ const accessorName = utils$1.toCamelCase(' ' + header);
1654
+
1655
+ ['get', 'set', 'has'].forEach(methodName => {
1656
+ Object.defineProperty(obj, methodName + accessorName, {
1657
+ value: function(arg1, arg2, arg3) {
1658
+ return this[methodName].call(this, header, arg1, arg2, arg3);
1659
+ },
1660
+ configurable: true
1661
+ });
1662
+ });
1663
+ }
1664
+
1665
+ class AxiosHeaders {
1666
+ constructor(headers) {
1667
+ headers && this.set(headers);
1668
+ }
1669
+
1670
+ set(header, valueOrRewrite, rewrite) {
1671
+ const self = this;
1672
+
1673
+ function setHeader(_value, _header, _rewrite) {
1674
+ const lHeader = normalizeHeader(_header);
1675
+
1676
+ if (!lHeader) {
1677
+ throw new Error('header name must be a non-empty string');
1678
+ }
1679
+
1680
+ const key = utils$1.findKey(self, lHeader);
1681
+
1682
+ if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {
1683
+ self[key || _header] = normalizeValue(_value);
1684
+ }
1685
+ }
1686
+
1687
+ const setHeaders = (headers, _rewrite) =>
1688
+ utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
1689
+
1690
+ if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
1691
+ setHeaders(header, valueOrRewrite);
1692
+ } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
1693
+ setHeaders(parseHeaders(header), valueOrRewrite);
1694
+ } else {
1695
+ header != null && setHeader(valueOrRewrite, header, rewrite);
1696
+ }
1697
+
1698
+ return this;
1699
+ }
1700
+
1701
+ get(header, parser) {
1702
+ header = normalizeHeader(header);
1703
+
1704
+ if (header) {
1705
+ const key = utils$1.findKey(this, header);
1706
+
1707
+ if (key) {
1708
+ const value = this[key];
1709
+
1710
+ if (!parser) {
1711
+ return value;
1712
+ }
1713
+
1714
+ if (parser === true) {
1715
+ return parseTokens(value);
1716
+ }
1717
+
1718
+ if (utils$1.isFunction(parser)) {
1719
+ return parser.call(this, value, key);
1720
+ }
1721
+
1722
+ if (utils$1.isRegExp(parser)) {
1723
+ return parser.exec(value);
1724
+ }
1725
+
1726
+ throw new TypeError('parser must be boolean|regexp|function');
1727
+ }
1728
+ }
1729
+ }
1730
+
1731
+ has(header, matcher) {
1732
+ header = normalizeHeader(header);
1733
+
1734
+ if (header) {
1735
+ const key = utils$1.findKey(this, header);
1736
+
1737
+ return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
1738
+ }
1739
+
1740
+ return false;
1741
+ }
1742
+
1743
+ delete(header, matcher) {
1744
+ const self = this;
1745
+ let deleted = false;
1746
+
1747
+ function deleteHeader(_header) {
1748
+ _header = normalizeHeader(_header);
1749
+
1750
+ if (_header) {
1751
+ const key = utils$1.findKey(self, _header);
1752
+
1753
+ if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
1754
+ delete self[key];
1755
+
1756
+ deleted = true;
1757
+ }
1758
+ }
1759
+ }
1760
+
1761
+ if (utils$1.isArray(header)) {
1762
+ header.forEach(deleteHeader);
1763
+ } else {
1764
+ deleteHeader(header);
1765
+ }
1766
+
1767
+ return deleted;
1768
+ }
1769
+
1770
+ clear(matcher) {
1771
+ const keys = Object.keys(this);
1772
+ let i = keys.length;
1773
+ let deleted = false;
1774
+
1775
+ while (i--) {
1776
+ const key = keys[i];
1777
+ if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
1778
+ delete this[key];
1779
+ deleted = true;
1780
+ }
1781
+ }
1782
+
1783
+ return deleted;
1784
+ }
1785
+
1786
+ normalize(format) {
1787
+ const self = this;
1788
+ const headers = {};
1789
+
1790
+ utils$1.forEach(this, (value, header) => {
1791
+ const key = utils$1.findKey(headers, header);
1792
+
1793
+ if (key) {
1794
+ self[key] = normalizeValue(value);
1795
+ delete self[header];
1796
+ return;
1797
+ }
1798
+
1799
+ const normalized = format ? formatHeader(header) : String(header).trim();
1800
+
1801
+ if (normalized !== header) {
1802
+ delete self[header];
1803
+ }
1804
+
1805
+ self[normalized] = normalizeValue(value);
1806
+
1807
+ headers[normalized] = true;
1808
+ });
1809
+
1810
+ return this;
1811
+ }
1812
+
1813
+ concat(...targets) {
1814
+ return this.constructor.concat(this, ...targets);
1815
+ }
1816
+
1817
+ toJSON(asStrings) {
1818
+ const obj = Object.create(null);
1819
+
1820
+ utils$1.forEach(this, (value, header) => {
1821
+ value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
1822
+ });
1823
+
1824
+ return obj;
1825
+ }
1826
+
1827
+ [Symbol.iterator]() {
1828
+ return Object.entries(this.toJSON())[Symbol.iterator]();
1829
+ }
1830
+
1831
+ toString() {
1832
+ return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
1833
+ }
1834
+
1835
+ get [Symbol.toStringTag]() {
1836
+ return 'AxiosHeaders';
1837
+ }
1838
+
1839
+ static from(thing) {
1840
+ return thing instanceof this ? thing : new this(thing);
1841
+ }
1842
+
1843
+ static concat(first, ...targets) {
1844
+ const computed = new this(first);
1845
+
1846
+ targets.forEach((target) => computed.set(target));
1847
+
1848
+ return computed;
1849
+ }
1850
+
1851
+ static accessor(header) {
1852
+ const internals = this[$internals] = (this[$internals] = {
1853
+ accessors: {}
1854
+ });
1855
+
1856
+ const accessors = internals.accessors;
1857
+ const prototype = this.prototype;
1858
+
1859
+ function defineAccessor(_header) {
1860
+ const lHeader = normalizeHeader(_header);
1861
+
1862
+ if (!accessors[lHeader]) {
1863
+ buildAccessors(prototype, _header);
1864
+ accessors[lHeader] = true;
1865
+ }
1866
+ }
1867
+
1868
+ utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
1869
+
1870
+ return this;
1871
+ }
1872
+ }
1873
+
1874
+ AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
1875
+
1876
+ // reserved names hotfix
1877
+ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
1878
+ let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
1879
+ return {
1880
+ get: () => value,
1881
+ set(headerValue) {
1882
+ this[mapped] = headerValue;
1883
+ }
1884
+ }
1885
+ });
1886
+
1887
+ utils$1.freezeMethods(AxiosHeaders);
1888
+
1889
+ var AxiosHeaders$1 = AxiosHeaders;
1890
+
1891
+ /**
1892
+ * Transform the data for a request or a response
1893
+ *
1894
+ * @param {Array|Function} fns A single function or Array of functions
1895
+ * @param {?Object} response The response object
1896
+ *
1897
+ * @returns {*} The resulting transformed data
1898
+ */
1899
+ function transformData(fns, response) {
1900
+ const config = this || defaults$1;
1901
+ const context = response || config;
1902
+ const headers = AxiosHeaders$1.from(context.headers);
1903
+ let data = context.data;
1904
+
1905
+ utils$1.forEach(fns, function transform(fn) {
1906
+ data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);
1907
+ });
1908
+
1909
+ headers.normalize();
1910
+
1911
+ return data;
1912
+ }
1913
+
1914
+ function isCancel(value) {
1915
+ return !!(value && value.__CANCEL__);
1916
+ }
1917
+
1918
+ /**
1919
+ * A `CanceledError` is an object that is thrown when an operation is canceled.
1920
+ *
1921
+ * @param {string=} message The message.
1922
+ * @param {Object=} config The config.
1923
+ * @param {Object=} request The request.
1924
+ *
1925
+ * @returns {CanceledError} The created error.
1926
+ */
1927
+ function CanceledError(message, config, request) {
1928
+ // eslint-disable-next-line no-eq-null,eqeqeq
1929
+ AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);
1930
+ this.name = 'CanceledError';
1931
+ }
1932
+
1933
+ utils$1.inherits(CanceledError, AxiosError, {
1934
+ __CANCEL__: true
1935
+ });
1936
+
1937
+ /**
1938
+ * Resolve or reject a Promise based on response status.
1939
+ *
1940
+ * @param {Function} resolve A function that resolves the promise.
1941
+ * @param {Function} reject A function that rejects the promise.
1942
+ * @param {object} response The response.
1943
+ *
1944
+ * @returns {object} The response.
1945
+ */
1946
+ function settle(resolve, reject, response) {
1947
+ const validateStatus = response.config.validateStatus;
1948
+ if (!response.status || !validateStatus || validateStatus(response.status)) {
1949
+ resolve(response);
1950
+ } else {
1951
+ reject(new AxiosError(
1952
+ 'Request failed with status code ' + response.status,
1953
+ [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
1954
+ response.config,
1955
+ response.request,
1956
+ response
1957
+ ));
1958
+ }
1959
+ }
1960
+
1961
+ var cookies = platform.hasStandardBrowserEnv ?
1962
+
1963
+ // Standard browser envs support document.cookie
1964
+ {
1965
+ write(name, value, expires, path, domain, secure) {
1966
+ const cookie = [name + '=' + encodeURIComponent(value)];
1967
+
1968
+ utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());
1969
+
1970
+ utils$1.isString(path) && cookie.push('path=' + path);
1971
+
1972
+ utils$1.isString(domain) && cookie.push('domain=' + domain);
1973
+
1974
+ secure === true && cookie.push('secure');
1975
+
1976
+ document.cookie = cookie.join('; ');
1977
+ },
1978
+
1979
+ read(name) {
1980
+ const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
1981
+ return (match ? decodeURIComponent(match[3]) : null);
1982
+ },
1983
+
1984
+ remove(name) {
1985
+ this.write(name, '', Date.now() - 86400000);
1986
+ }
1987
+ }
1988
+
1989
+ :
1990
+
1991
+ // Non-standard browser env (web workers, react-native) lack needed support.
1992
+ {
1993
+ write() {},
1994
+ read() {
1995
+ return null;
1996
+ },
1997
+ remove() {}
1998
+ };
1999
+
2000
+ /**
2001
+ * Determines whether the specified URL is absolute
2002
+ *
2003
+ * @param {string} url The URL to test
2004
+ *
2005
+ * @returns {boolean} True if the specified URL is absolute, otherwise false
2006
+ */
2007
+ function isAbsoluteURL(url) {
2008
+ // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
2009
+ // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
2010
+ // by any combination of letters, digits, plus, period, or hyphen.
2011
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
2012
+ }
2013
+
2014
+ /**
2015
+ * Creates a new URL by combining the specified URLs
2016
+ *
2017
+ * @param {string} baseURL The base URL
2018
+ * @param {string} relativeURL The relative URL
2019
+ *
2020
+ * @returns {string} The combined URL
2021
+ */
2022
+ function combineURLs(baseURL, relativeURL) {
2023
+ return relativeURL
2024
+ ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '')
2025
+ : baseURL;
2026
+ }
2027
+
2028
+ /**
2029
+ * Creates a new URL by combining the baseURL with the requestedURL,
2030
+ * only when the requestedURL is not already an absolute URL.
2031
+ * If the requestURL is absolute, this function returns the requestedURL untouched.
2032
+ *
2033
+ * @param {string} baseURL The base URL
2034
+ * @param {string} requestedURL Absolute or relative URL to combine
2035
+ *
2036
+ * @returns {string} The combined full path
2037
+ */
2038
+ function buildFullPath(baseURL, requestedURL) {
2039
+ if (baseURL && !isAbsoluteURL(requestedURL)) {
2040
+ return combineURLs(baseURL, requestedURL);
2041
+ }
2042
+ return requestedURL;
2043
+ }
2044
+
2045
+ var isURLSameOrigin = platform.hasStandardBrowserEnv ?
2046
+
2047
+ // Standard browser envs have full support of the APIs needed to test
2048
+ // whether the request URL is of the same origin as current location.
2049
+ (function standardBrowserEnv() {
2050
+ const msie = /(msie|trident)/i.test(navigator.userAgent);
2051
+ const urlParsingNode = document.createElement('a');
2052
+ let originURL;
2053
+
2054
+ /**
2055
+ * Parse a URL to discover its components
2056
+ *
2057
+ * @param {String} url The URL to be parsed
2058
+ * @returns {Object}
2059
+ */
2060
+ function resolveURL(url) {
2061
+ let href = url;
2062
+
2063
+ if (msie) {
2064
+ // IE needs attribute set twice to normalize properties
2065
+ urlParsingNode.setAttribute('href', href);
2066
+ href = urlParsingNode.href;
2067
+ }
2068
+
2069
+ urlParsingNode.setAttribute('href', href);
2070
+
2071
+ // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
2072
+ return {
2073
+ href: urlParsingNode.href,
2074
+ protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
2075
+ host: urlParsingNode.host,
2076
+ search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
2077
+ hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
2078
+ hostname: urlParsingNode.hostname,
2079
+ port: urlParsingNode.port,
2080
+ pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
2081
+ urlParsingNode.pathname :
2082
+ '/' + urlParsingNode.pathname
2083
+ };
2084
+ }
2085
+
2086
+ originURL = resolveURL(window.location.href);
2087
+
2088
+ /**
2089
+ * Determine if a URL shares the same origin as the current location
2090
+ *
2091
+ * @param {String} requestURL The URL to test
2092
+ * @returns {boolean} True if URL shares the same origin, otherwise false
2093
+ */
2094
+ return function isURLSameOrigin(requestURL) {
2095
+ const parsed = (utils$1.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
2096
+ return (parsed.protocol === originURL.protocol &&
2097
+ parsed.host === originURL.host);
2098
+ };
2099
+ })() :
2100
+
2101
+ // Non standard browser envs (web workers, react-native) lack needed support.
2102
+ (function nonStandardBrowserEnv() {
2103
+ return function isURLSameOrigin() {
2104
+ return true;
2105
+ };
2106
+ })();
2107
+
2108
+ function parseProtocol(url) {
2109
+ const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
2110
+ return match && match[1] || '';
2111
+ }
2112
+
2113
+ /**
2114
+ * Calculate data maxRate
2115
+ * @param {Number} [samplesCount= 10]
2116
+ * @param {Number} [min= 1000]
2117
+ * @returns {Function}
2118
+ */
2119
+ function speedometer(samplesCount, min) {
2120
+ samplesCount = samplesCount || 10;
2121
+ const bytes = new Array(samplesCount);
2122
+ const timestamps = new Array(samplesCount);
2123
+ let head = 0;
2124
+ let tail = 0;
2125
+ let firstSampleTS;
2126
+
2127
+ min = min !== undefined ? min : 1000;
2128
+
2129
+ return function push(chunkLength) {
2130
+ const now = Date.now();
2131
+
2132
+ const startedAt = timestamps[tail];
2133
+
2134
+ if (!firstSampleTS) {
2135
+ firstSampleTS = now;
2136
+ }
2137
+
2138
+ bytes[head] = chunkLength;
2139
+ timestamps[head] = now;
2140
+
2141
+ let i = tail;
2142
+ let bytesCount = 0;
2143
+
2144
+ while (i !== head) {
2145
+ bytesCount += bytes[i++];
2146
+ i = i % samplesCount;
2147
+ }
2148
+
2149
+ head = (head + 1) % samplesCount;
2150
+
2151
+ if (head === tail) {
2152
+ tail = (tail + 1) % samplesCount;
2153
+ }
2154
+
2155
+ if (now - firstSampleTS < min) {
2156
+ return;
2157
+ }
2158
+
2159
+ const passed = startedAt && now - startedAt;
2160
+
2161
+ return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
2162
+ };
2163
+ }
2164
+
2165
+ function progressEventReducer(listener, isDownloadStream) {
2166
+ let bytesNotified = 0;
2167
+ const _speedometer = speedometer(50, 250);
2168
+
2169
+ return e => {
2170
+ const loaded = e.loaded;
2171
+ const total = e.lengthComputable ? e.total : undefined;
2172
+ const progressBytes = loaded - bytesNotified;
2173
+ const rate = _speedometer(progressBytes);
2174
+ const inRange = loaded <= total;
2175
+
2176
+ bytesNotified = loaded;
2177
+
2178
+ const data = {
2179
+ loaded,
2180
+ total,
2181
+ progress: total ? (loaded / total) : undefined,
2182
+ bytes: progressBytes,
2183
+ rate: rate ? rate : undefined,
2184
+ estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
2185
+ event: e
2186
+ };
2187
+
2188
+ data[isDownloadStream ? 'download' : 'upload'] = true;
2189
+
2190
+ listener(data);
2191
+ };
2192
+ }
2193
+
2194
+ const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
2195
+
2196
+ var xhrAdapter = isXHRAdapterSupported && function (config) {
2197
+ return new Promise(function dispatchXhrRequest(resolve, reject) {
2198
+ let requestData = config.data;
2199
+ const requestHeaders = AxiosHeaders$1.from(config.headers).normalize();
2200
+ let {responseType, withXSRFToken} = config;
2201
+ let onCanceled;
2202
+ function done() {
2203
+ if (config.cancelToken) {
2204
+ config.cancelToken.unsubscribe(onCanceled);
2205
+ }
2206
+
2207
+ if (config.signal) {
2208
+ config.signal.removeEventListener('abort', onCanceled);
2209
+ }
2210
+ }
2211
+
2212
+ let contentType;
2213
+
2214
+ if (utils$1.isFormData(requestData)) {
2215
+ if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
2216
+ requestHeaders.setContentType(false); // Let the browser set it
2217
+ } else if ((contentType = requestHeaders.getContentType()) !== false) {
2218
+ // fix semicolon duplication issue for ReactNative FormData implementation
2219
+ const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];
2220
+ requestHeaders.setContentType([type || 'multipart/form-data', ...tokens].join('; '));
2221
+ }
2222
+ }
2223
+
2224
+ let request = new XMLHttpRequest();
2225
+
2226
+ // HTTP basic authentication
2227
+ if (config.auth) {
2228
+ const username = config.auth.username || '';
2229
+ const password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';
2230
+ requestHeaders.set('Authorization', 'Basic ' + btoa(username + ':' + password));
2231
+ }
2232
+
2233
+ const fullPath = buildFullPath(config.baseURL, config.url);
2234
+
2235
+ request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);
2236
+
2237
+ // Set the request timeout in MS
2238
+ request.timeout = config.timeout;
2239
+
2240
+ function onloadend() {
2241
+ if (!request) {
2242
+ return;
2243
+ }
2244
+ // Prepare the response
2245
+ const responseHeaders = AxiosHeaders$1.from(
2246
+ 'getAllResponseHeaders' in request && request.getAllResponseHeaders()
2247
+ );
2248
+ const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
2249
+ request.responseText : request.response;
2250
+ const response = {
2251
+ data: responseData,
2252
+ status: request.status,
2253
+ statusText: request.statusText,
2254
+ headers: responseHeaders,
2255
+ config,
2256
+ request
2257
+ };
2258
+
2259
+ settle(function _resolve(value) {
2260
+ resolve(value);
2261
+ done();
2262
+ }, function _reject(err) {
2263
+ reject(err);
2264
+ done();
2265
+ }, response);
2266
+
2267
+ // Clean up request
2268
+ request = null;
2269
+ }
2270
+
2271
+ if ('onloadend' in request) {
2272
+ // Use onloadend if available
2273
+ request.onloadend = onloadend;
2274
+ } else {
2275
+ // Listen for ready state to emulate onloadend
2276
+ request.onreadystatechange = function handleLoad() {
2277
+ if (!request || request.readyState !== 4) {
2278
+ return;
2279
+ }
2280
+
2281
+ // The request errored out and we didn't get a response, this will be
2282
+ // handled by onerror instead
2283
+ // With one exception: request that using file: protocol, most browsers
2284
+ // will return status as 0 even though it's a successful request
2285
+ if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
2286
+ return;
2287
+ }
2288
+ // readystate handler is calling before onerror or ontimeout handlers,
2289
+ // so we should call onloadend on the next 'tick'
2290
+ setTimeout(onloadend);
2291
+ };
2292
+ }
2293
+
2294
+ // Handle browser request cancellation (as opposed to a manual cancellation)
2295
+ request.onabort = function handleAbort() {
2296
+ if (!request) {
2297
+ return;
2298
+ }
2299
+
2300
+ reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
2301
+
2302
+ // Clean up request
2303
+ request = null;
2304
+ };
2305
+
2306
+ // Handle low level network errors
2307
+ request.onerror = function handleError() {
2308
+ // Real errors are hidden from us by the browser
2309
+ // onerror should only fire if it's a network error
2310
+ reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));
2311
+
2312
+ // Clean up request
2313
+ request = null;
2314
+ };
2315
+
2316
+ // Handle timeout
2317
+ request.ontimeout = function handleTimeout() {
2318
+ let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';
2319
+ const transitional = config.transitional || transitionalDefaults;
2320
+ if (config.timeoutErrorMessage) {
2321
+ timeoutErrorMessage = config.timeoutErrorMessage;
2322
+ }
2323
+ reject(new AxiosError(
2324
+ timeoutErrorMessage,
2325
+ transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
2326
+ config,
2327
+ request));
2328
+
2329
+ // Clean up request
2330
+ request = null;
2331
+ };
2332
+
2333
+ // Add xsrf header
2334
+ // This is only done if running in a standard browser environment.
2335
+ // Specifically not if we're in a web worker, or react-native.
2336
+ if(platform.hasStandardBrowserEnv) {
2337
+ withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(config));
2338
+
2339
+ if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(fullPath))) {
2340
+ // Add xsrf header
2341
+ const xsrfValue = config.xsrfHeaderName && config.xsrfCookieName && cookies.read(config.xsrfCookieName);
2342
+
2343
+ if (xsrfValue) {
2344
+ requestHeaders.set(config.xsrfHeaderName, xsrfValue);
2345
+ }
2346
+ }
2347
+ }
2348
+
2349
+ // Remove Content-Type if data is undefined
2350
+ requestData === undefined && requestHeaders.setContentType(null);
2351
+
2352
+ // Add headers to the request
2353
+ if ('setRequestHeader' in request) {
2354
+ utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
2355
+ request.setRequestHeader(key, val);
2356
+ });
2357
+ }
2358
+
2359
+ // Add withCredentials to request if needed
2360
+ if (!utils$1.isUndefined(config.withCredentials)) {
2361
+ request.withCredentials = !!config.withCredentials;
2362
+ }
2363
+
2364
+ // Add responseType to request if needed
2365
+ if (responseType && responseType !== 'json') {
2366
+ request.responseType = config.responseType;
2367
+ }
2368
+
2369
+ // Handle progress if needed
2370
+ if (typeof config.onDownloadProgress === 'function') {
2371
+ request.addEventListener('progress', progressEventReducer(config.onDownloadProgress, true));
2372
+ }
2373
+
2374
+ // Not all browsers support upload events
2375
+ if (typeof config.onUploadProgress === 'function' && request.upload) {
2376
+ request.upload.addEventListener('progress', progressEventReducer(config.onUploadProgress));
2377
+ }
2378
+
2379
+ if (config.cancelToken || config.signal) {
2380
+ // Handle cancellation
2381
+ // eslint-disable-next-line func-names
2382
+ onCanceled = cancel => {
2383
+ if (!request) {
2384
+ return;
2385
+ }
2386
+ reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
2387
+ request.abort();
2388
+ request = null;
2389
+ };
2390
+
2391
+ config.cancelToken && config.cancelToken.subscribe(onCanceled);
2392
+ if (config.signal) {
2393
+ config.signal.aborted ? onCanceled() : config.signal.addEventListener('abort', onCanceled);
2394
+ }
2395
+ }
2396
+
2397
+ const protocol = parseProtocol(fullPath);
2398
+
2399
+ if (protocol && platform.protocols.indexOf(protocol) === -1) {
2400
+ reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
2401
+ return;
2402
+ }
2403
+
2404
+
2405
+ // Send the request
2406
+ request.send(requestData || null);
2407
+ });
2408
+ };
2409
+
2410
+ const knownAdapters = {
2411
+ http: httpAdapter,
2412
+ xhr: xhrAdapter
2413
+ };
2414
+
2415
+ utils$1.forEach(knownAdapters, (fn, value) => {
2416
+ if (fn) {
2417
+ try {
2418
+ Object.defineProperty(fn, 'name', {value});
2419
+ } catch (e) {
2420
+ // eslint-disable-next-line no-empty
2421
+ }
2422
+ Object.defineProperty(fn, 'adapterName', {value});
2423
+ }
2424
+ });
2425
+
2426
+ const renderReason = (reason) => `- ${reason}`;
2427
+
2428
+ const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
2429
+
2430
+ var adapters = {
2431
+ getAdapter: (adapters) => {
2432
+ adapters = utils$1.isArray(adapters) ? adapters : [adapters];
2433
+
2434
+ const {length} = adapters;
2435
+ let nameOrAdapter;
2436
+ let adapter;
2437
+
2438
+ const rejectedReasons = {};
2439
+
2440
+ for (let i = 0; i < length; i++) {
2441
+ nameOrAdapter = adapters[i];
2442
+ let id;
2443
+
2444
+ adapter = nameOrAdapter;
2445
+
2446
+ if (!isResolvedHandle(nameOrAdapter)) {
2447
+ adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
2448
+
2449
+ if (adapter === undefined) {
2450
+ throw new AxiosError(`Unknown adapter '${id}'`);
2451
+ }
2452
+ }
2453
+
2454
+ if (adapter) {
2455
+ break;
2456
+ }
2457
+
2458
+ rejectedReasons[id || '#' + i] = adapter;
2459
+ }
2460
+
2461
+ if (!adapter) {
2462
+
2463
+ const reasons = Object.entries(rejectedReasons)
2464
+ .map(([id, state]) => `adapter ${id} ` +
2465
+ (state === false ? 'is not supported by the environment' : 'is not available in the build')
2466
+ );
2467
+
2468
+ let s = length ?
2469
+ (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) :
2470
+ 'as no adapter specified';
2471
+
2472
+ throw new AxiosError(
2473
+ `There is no suitable adapter to dispatch the request ` + s,
2474
+ 'ERR_NOT_SUPPORT'
2475
+ );
2476
+ }
2477
+
2478
+ return adapter;
2479
+ },
2480
+ adapters: knownAdapters
2481
+ };
2482
+
2483
+ /**
2484
+ * Throws a `CanceledError` if cancellation has been requested.
2485
+ *
2486
+ * @param {Object} config The config that is to be used for the request
2487
+ *
2488
+ * @returns {void}
2489
+ */
2490
+ function throwIfCancellationRequested(config) {
2491
+ if (config.cancelToken) {
2492
+ config.cancelToken.throwIfRequested();
2493
+ }
2494
+
2495
+ if (config.signal && config.signal.aborted) {
2496
+ throw new CanceledError(null, config);
2497
+ }
2498
+ }
2499
+
2500
+ /**
2501
+ * Dispatch a request to the server using the configured adapter.
2502
+ *
2503
+ * @param {object} config The config that is to be used for the request
2504
+ *
2505
+ * @returns {Promise} The Promise to be fulfilled
2506
+ */
2507
+ function dispatchRequest(config) {
2508
+ throwIfCancellationRequested(config);
2509
+
2510
+ config.headers = AxiosHeaders$1.from(config.headers);
2511
+
2512
+ // Transform request data
2513
+ config.data = transformData.call(
2514
+ config,
2515
+ config.transformRequest
2516
+ );
2517
+
2518
+ if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
2519
+ config.headers.setContentType('application/x-www-form-urlencoded', false);
2520
+ }
2521
+
2522
+ const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter);
2523
+
2524
+ return adapter(config).then(function onAdapterResolution(response) {
2525
+ throwIfCancellationRequested(config);
2526
+
2527
+ // Transform response data
2528
+ response.data = transformData.call(
2529
+ config,
2530
+ config.transformResponse,
2531
+ response
2532
+ );
2533
+
2534
+ response.headers = AxiosHeaders$1.from(response.headers);
2535
+
2536
+ return response;
2537
+ }, function onAdapterRejection(reason) {
2538
+ if (!isCancel(reason)) {
2539
+ throwIfCancellationRequested(config);
2540
+
2541
+ // Transform response data
2542
+ if (reason && reason.response) {
2543
+ reason.response.data = transformData.call(
2544
+ config,
2545
+ config.transformResponse,
2546
+ reason.response
2547
+ );
2548
+ reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
2549
+ }
2550
+ }
2551
+
2552
+ return Promise.reject(reason);
2553
+ });
2554
+ }
2555
+
2556
+ const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? thing.toJSON() : thing;
2557
+
2558
+ /**
2559
+ * Config-specific merge-function which creates a new config-object
2560
+ * by merging two configuration objects together.
2561
+ *
2562
+ * @param {Object} config1
2563
+ * @param {Object} config2
2564
+ *
2565
+ * @returns {Object} New object resulting from merging config2 to config1
2566
+ */
2567
+ function mergeConfig(config1, config2) {
2568
+ // eslint-disable-next-line no-param-reassign
2569
+ config2 = config2 || {};
2570
+ const config = {};
2571
+
2572
+ function getMergedValue(target, source, caseless) {
2573
+ if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
2574
+ return utils$1.merge.call({caseless}, target, source);
2575
+ } else if (utils$1.isPlainObject(source)) {
2576
+ return utils$1.merge({}, source);
2577
+ } else if (utils$1.isArray(source)) {
2578
+ return source.slice();
2579
+ }
2580
+ return source;
2581
+ }
2582
+
2583
+ // eslint-disable-next-line consistent-return
2584
+ function mergeDeepProperties(a, b, caseless) {
2585
+ if (!utils$1.isUndefined(b)) {
2586
+ return getMergedValue(a, b, caseless);
2587
+ } else if (!utils$1.isUndefined(a)) {
2588
+ return getMergedValue(undefined, a, caseless);
2589
+ }
2590
+ }
2591
+
2592
+ // eslint-disable-next-line consistent-return
2593
+ function valueFromConfig2(a, b) {
2594
+ if (!utils$1.isUndefined(b)) {
2595
+ return getMergedValue(undefined, b);
2596
+ }
2597
+ }
2598
+
2599
+ // eslint-disable-next-line consistent-return
2600
+ function defaultToConfig2(a, b) {
2601
+ if (!utils$1.isUndefined(b)) {
2602
+ return getMergedValue(undefined, b);
2603
+ } else if (!utils$1.isUndefined(a)) {
2604
+ return getMergedValue(undefined, a);
2605
+ }
2606
+ }
2607
+
2608
+ // eslint-disable-next-line consistent-return
2609
+ function mergeDirectKeys(a, b, prop) {
2610
+ if (prop in config2) {
2611
+ return getMergedValue(a, b);
2612
+ } else if (prop in config1) {
2613
+ return getMergedValue(undefined, a);
2614
+ }
2615
+ }
2616
+
2617
+ const mergeMap = {
2618
+ url: valueFromConfig2,
2619
+ method: valueFromConfig2,
2620
+ data: valueFromConfig2,
2621
+ baseURL: defaultToConfig2,
2622
+ transformRequest: defaultToConfig2,
2623
+ transformResponse: defaultToConfig2,
2624
+ paramsSerializer: defaultToConfig2,
2625
+ timeout: defaultToConfig2,
2626
+ timeoutMessage: defaultToConfig2,
2627
+ withCredentials: defaultToConfig2,
2628
+ withXSRFToken: defaultToConfig2,
2629
+ adapter: defaultToConfig2,
2630
+ responseType: defaultToConfig2,
2631
+ xsrfCookieName: defaultToConfig2,
2632
+ xsrfHeaderName: defaultToConfig2,
2633
+ onUploadProgress: defaultToConfig2,
2634
+ onDownloadProgress: defaultToConfig2,
2635
+ decompress: defaultToConfig2,
2636
+ maxContentLength: defaultToConfig2,
2637
+ maxBodyLength: defaultToConfig2,
2638
+ beforeRedirect: defaultToConfig2,
2639
+ transport: defaultToConfig2,
2640
+ httpAgent: defaultToConfig2,
2641
+ httpsAgent: defaultToConfig2,
2642
+ cancelToken: defaultToConfig2,
2643
+ socketPath: defaultToConfig2,
2644
+ responseEncoding: defaultToConfig2,
2645
+ validateStatus: mergeDirectKeys,
2646
+ headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true)
2647
+ };
2648
+
2649
+ utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
2650
+ const merge = mergeMap[prop] || mergeDeepProperties;
2651
+ const configValue = merge(config1[prop], config2[prop], prop);
2652
+ (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
2653
+ });
2654
+
2655
+ return config;
2656
+ }
2657
+
2658
+ const VERSION = "1.6.3";
2659
+
2660
+ const validators$1 = {};
2661
+
2662
+ // eslint-disable-next-line func-names
2663
+ ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {
2664
+ validators$1[type] = function validator(thing) {
2665
+ return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
2666
+ };
2667
+ });
2668
+
2669
+ const deprecatedWarnings = {};
2670
+
2671
+ /**
2672
+ * Transitional option validator
2673
+ *
2674
+ * @param {function|boolean?} validator - set to false if the transitional option has been removed
2675
+ * @param {string?} version - deprecated version / removed since version
2676
+ * @param {string?} message - some message with additional info
2677
+ *
2678
+ * @returns {function}
2679
+ */
2680
+ validators$1.transitional = function transitional(validator, version, message) {
2681
+ function formatMessage(opt, desc) {
2682
+ return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : '');
2683
+ }
2684
+
2685
+ // eslint-disable-next-line func-names
2686
+ return (value, opt, opts) => {
2687
+ if (validator === false) {
2688
+ throw new AxiosError(
2689
+ formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
2690
+ AxiosError.ERR_DEPRECATED
2691
+ );
2692
+ }
2693
+
2694
+ if (version && !deprecatedWarnings[opt]) {
2695
+ deprecatedWarnings[opt] = true;
2696
+ // eslint-disable-next-line no-console
2697
+ console.warn(
2698
+ formatMessage(
2699
+ opt,
2700
+ ' has been deprecated since v' + version + ' and will be removed in the near future'
2701
+ )
2702
+ );
2703
+ }
2704
+
2705
+ return validator ? validator(value, opt, opts) : true;
2706
+ };
2707
+ };
2708
+
2709
+ /**
2710
+ * Assert object's properties type
2711
+ *
2712
+ * @param {object} options
2713
+ * @param {object} schema
2714
+ * @param {boolean?} allowUnknown
2715
+ *
2716
+ * @returns {object}
2717
+ */
2718
+
2719
+ function assertOptions(options, schema, allowUnknown) {
2720
+ if (typeof options !== 'object') {
2721
+ throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
2722
+ }
2723
+ const keys = Object.keys(options);
2724
+ let i = keys.length;
2725
+ while (i-- > 0) {
2726
+ const opt = keys[i];
2727
+ const validator = schema[opt];
2728
+ if (validator) {
2729
+ const value = options[opt];
2730
+ const result = value === undefined || validator(value, opt, options);
2731
+ if (result !== true) {
2732
+ throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);
2733
+ }
2734
+ continue;
2735
+ }
2736
+ if (allowUnknown !== true) {
2737
+ throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
2738
+ }
2739
+ }
2740
+ }
2741
+
2742
+ var validator = {
2743
+ assertOptions,
2744
+ validators: validators$1
2745
+ };
2746
+
2747
+ const validators = validator.validators;
2748
+
2749
+ /**
2750
+ * Create a new instance of Axios
2751
+ *
2752
+ * @param {Object} instanceConfig The default config for the instance
2753
+ *
2754
+ * @return {Axios} A new instance of Axios
2755
+ */
2756
+ class Axios {
2757
+ constructor(instanceConfig) {
2758
+ this.defaults = instanceConfig;
2759
+ this.interceptors = {
2760
+ request: new InterceptorManager$1(),
2761
+ response: new InterceptorManager$1()
2762
+ };
2763
+ }
2764
+
2765
+ /**
2766
+ * Dispatch a request
2767
+ *
2768
+ * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
2769
+ * @param {?Object} config
2770
+ *
2771
+ * @returns {Promise} The Promise to be fulfilled
2772
+ */
2773
+ request(configOrUrl, config) {
2774
+ /*eslint no-param-reassign:0*/
2775
+ // Allow for axios('example/url'[, config]) a la fetch API
2776
+ if (typeof configOrUrl === 'string') {
2777
+ config = config || {};
2778
+ config.url = configOrUrl;
2779
+ } else {
2780
+ config = configOrUrl || {};
2781
+ }
2782
+
2783
+ config = mergeConfig(this.defaults, config);
2784
+
2785
+ const {transitional, paramsSerializer, headers} = config;
2786
+
2787
+ if (transitional !== undefined) {
2788
+ validator.assertOptions(transitional, {
2789
+ silentJSONParsing: validators.transitional(validators.boolean),
2790
+ forcedJSONParsing: validators.transitional(validators.boolean),
2791
+ clarifyTimeoutError: validators.transitional(validators.boolean)
2792
+ }, false);
2793
+ }
2794
+
2795
+ if (paramsSerializer != null) {
2796
+ if (utils$1.isFunction(paramsSerializer)) {
2797
+ config.paramsSerializer = {
2798
+ serialize: paramsSerializer
2799
+ };
2800
+ } else {
2801
+ validator.assertOptions(paramsSerializer, {
2802
+ encode: validators.function,
2803
+ serialize: validators.function
2804
+ }, true);
2805
+ }
2806
+ }
2807
+
2808
+ // Set config.method
2809
+ config.method = (config.method || this.defaults.method || 'get').toLowerCase();
2810
+
2811
+ // Flatten headers
2812
+ let contextHeaders = headers && utils$1.merge(
2813
+ headers.common,
2814
+ headers[config.method]
2815
+ );
2816
+
2817
+ headers && utils$1.forEach(
2818
+ ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
2819
+ (method) => {
2820
+ delete headers[method];
2821
+ }
2822
+ );
2823
+
2824
+ config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
2825
+
2826
+ // filter out skipped interceptors
2827
+ const requestInterceptorChain = [];
2828
+ let synchronousRequestInterceptors = true;
2829
+ this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
2830
+ if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {
2831
+ return;
2832
+ }
2833
+
2834
+ synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
2835
+
2836
+ requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
2837
+ });
2838
+
2839
+ const responseInterceptorChain = [];
2840
+ this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
2841
+ responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
2842
+ });
2843
+
2844
+ let promise;
2845
+ let i = 0;
2846
+ let len;
2847
+
2848
+ if (!synchronousRequestInterceptors) {
2849
+ const chain = [dispatchRequest.bind(this), undefined];
2850
+ chain.unshift.apply(chain, requestInterceptorChain);
2851
+ chain.push.apply(chain, responseInterceptorChain);
2852
+ len = chain.length;
2853
+
2854
+ promise = Promise.resolve(config);
2855
+
2856
+ while (i < len) {
2857
+ promise = promise.then(chain[i++], chain[i++]);
2858
+ }
2859
+
2860
+ return promise;
2861
+ }
2862
+
2863
+ len = requestInterceptorChain.length;
2864
+
2865
+ let newConfig = config;
2866
+
2867
+ i = 0;
2868
+
2869
+ while (i < len) {
2870
+ const onFulfilled = requestInterceptorChain[i++];
2871
+ const onRejected = requestInterceptorChain[i++];
2872
+ try {
2873
+ newConfig = onFulfilled(newConfig);
2874
+ } catch (error) {
2875
+ onRejected.call(this, error);
2876
+ break;
2877
+ }
2878
+ }
2879
+
2880
+ try {
2881
+ promise = dispatchRequest.call(this, newConfig);
2882
+ } catch (error) {
2883
+ return Promise.reject(error);
2884
+ }
2885
+
2886
+ i = 0;
2887
+ len = responseInterceptorChain.length;
2888
+
2889
+ while (i < len) {
2890
+ promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);
2891
+ }
2892
+
2893
+ return promise;
2894
+ }
2895
+
2896
+ getUri(config) {
2897
+ config = mergeConfig(this.defaults, config);
2898
+ const fullPath = buildFullPath(config.baseURL, config.url);
2899
+ return buildURL(fullPath, config.params, config.paramsSerializer);
2900
+ }
2901
+ }
2902
+
2903
+ // Provide aliases for supported request methods
2904
+ utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
2905
+ /*eslint func-names:0*/
2906
+ Axios.prototype[method] = function(url, config) {
2907
+ return this.request(mergeConfig(config || {}, {
2908
+ method,
2909
+ url,
2910
+ data: (config || {}).data
2911
+ }));
2912
+ };
2913
+ });
2914
+
2915
+ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
2916
+ /*eslint func-names:0*/
2917
+
2918
+ function generateHTTPMethod(isForm) {
2919
+ return function httpMethod(url, data, config) {
2920
+ return this.request(mergeConfig(config || {}, {
2921
+ method,
2922
+ headers: isForm ? {
2923
+ 'Content-Type': 'multipart/form-data'
2924
+ } : {},
2925
+ url,
2926
+ data
2927
+ }));
2928
+ };
2929
+ }
2930
+
2931
+ Axios.prototype[method] = generateHTTPMethod();
2932
+
2933
+ Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
2934
+ });
2935
+
2936
+ var Axios$1 = Axios;
2937
+
2938
+ /**
2939
+ * A `CancelToken` is an object that can be used to request cancellation of an operation.
2940
+ *
2941
+ * @param {Function} executor The executor function.
2942
+ *
2943
+ * @returns {CancelToken}
2944
+ */
2945
+ class CancelToken {
2946
+ constructor(executor) {
2947
+ if (typeof executor !== 'function') {
2948
+ throw new TypeError('executor must be a function.');
2949
+ }
2950
+
2951
+ let resolvePromise;
2952
+
2953
+ this.promise = new Promise(function promiseExecutor(resolve) {
2954
+ resolvePromise = resolve;
2955
+ });
2956
+
2957
+ const token = this;
2958
+
2959
+ // eslint-disable-next-line func-names
2960
+ this.promise.then(cancel => {
2961
+ if (!token._listeners) return;
2962
+
2963
+ let i = token._listeners.length;
2964
+
2965
+ while (i-- > 0) {
2966
+ token._listeners[i](cancel);
2967
+ }
2968
+ token._listeners = null;
2969
+ });
2970
+
2971
+ // eslint-disable-next-line func-names
2972
+ this.promise.then = onfulfilled => {
2973
+ let _resolve;
2974
+ // eslint-disable-next-line func-names
2975
+ const promise = new Promise(resolve => {
2976
+ token.subscribe(resolve);
2977
+ _resolve = resolve;
2978
+ }).then(onfulfilled);
2979
+
2980
+ promise.cancel = function reject() {
2981
+ token.unsubscribe(_resolve);
2982
+ };
2983
+
2984
+ return promise;
2985
+ };
2986
+
2987
+ executor(function cancel(message, config, request) {
2988
+ if (token.reason) {
2989
+ // Cancellation has already been requested
2990
+ return;
2991
+ }
2992
+
2993
+ token.reason = new CanceledError(message, config, request);
2994
+ resolvePromise(token.reason);
2995
+ });
2996
+ }
2997
+
2998
+ /**
2999
+ * Throws a `CanceledError` if cancellation has been requested.
3000
+ */
3001
+ throwIfRequested() {
3002
+ if (this.reason) {
3003
+ throw this.reason;
3004
+ }
3005
+ }
3006
+
3007
+ /**
3008
+ * Subscribe to the cancel signal
3009
+ */
3010
+
3011
+ subscribe(listener) {
3012
+ if (this.reason) {
3013
+ listener(this.reason);
3014
+ return;
3015
+ }
3016
+
3017
+ if (this._listeners) {
3018
+ this._listeners.push(listener);
3019
+ } else {
3020
+ this._listeners = [listener];
3021
+ }
3022
+ }
3023
+
3024
+ /**
3025
+ * Unsubscribe from the cancel signal
3026
+ */
3027
+
3028
+ unsubscribe(listener) {
3029
+ if (!this._listeners) {
3030
+ return;
3031
+ }
3032
+ const index = this._listeners.indexOf(listener);
3033
+ if (index !== -1) {
3034
+ this._listeners.splice(index, 1);
3035
+ }
3036
+ }
3037
+
3038
+ /**
3039
+ * Returns an object that contains a new `CancelToken` and a function that, when called,
3040
+ * cancels the `CancelToken`.
3041
+ */
3042
+ static source() {
3043
+ let cancel;
3044
+ const token = new CancelToken(function executor(c) {
3045
+ cancel = c;
3046
+ });
3047
+ return {
3048
+ token,
3049
+ cancel
3050
+ };
3051
+ }
3052
+ }
3053
+
3054
+ var CancelToken$1 = CancelToken;
3055
+
3056
+ /**
3057
+ * Syntactic sugar for invoking a function and expanding an array for arguments.
3058
+ *
3059
+ * Common use case would be to use `Function.prototype.apply`.
3060
+ *
3061
+ * ```js
3062
+ * function f(x, y, z) {}
3063
+ * var args = [1, 2, 3];
3064
+ * f.apply(null, args);
3065
+ * ```
3066
+ *
3067
+ * With `spread` this example can be re-written.
3068
+ *
3069
+ * ```js
3070
+ * spread(function(x, y, z) {})([1, 2, 3]);
3071
+ * ```
3072
+ *
3073
+ * @param {Function} callback
3074
+ *
3075
+ * @returns {Function}
3076
+ */
3077
+ function spread(callback) {
3078
+ return function wrap(arr) {
3079
+ return callback.apply(null, arr);
3080
+ };
3081
+ }
3082
+
3083
+ /**
3084
+ * Determines whether the payload is an error thrown by Axios
3085
+ *
3086
+ * @param {*} payload The value to test
3087
+ *
3088
+ * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
3089
+ */
3090
+ function isAxiosError(payload) {
3091
+ return utils$1.isObject(payload) && (payload.isAxiosError === true);
3092
+ }
3093
+
3094
+ const HttpStatusCode = {
3095
+ Continue: 100,
3096
+ SwitchingProtocols: 101,
3097
+ Processing: 102,
3098
+ EarlyHints: 103,
3099
+ Ok: 200,
3100
+ Created: 201,
3101
+ Accepted: 202,
3102
+ NonAuthoritativeInformation: 203,
3103
+ NoContent: 204,
3104
+ ResetContent: 205,
3105
+ PartialContent: 206,
3106
+ MultiStatus: 207,
3107
+ AlreadyReported: 208,
3108
+ ImUsed: 226,
3109
+ MultipleChoices: 300,
3110
+ MovedPermanently: 301,
3111
+ Found: 302,
3112
+ SeeOther: 303,
3113
+ NotModified: 304,
3114
+ UseProxy: 305,
3115
+ Unused: 306,
3116
+ TemporaryRedirect: 307,
3117
+ PermanentRedirect: 308,
3118
+ BadRequest: 400,
3119
+ Unauthorized: 401,
3120
+ PaymentRequired: 402,
3121
+ Forbidden: 403,
3122
+ NotFound: 404,
3123
+ MethodNotAllowed: 405,
3124
+ NotAcceptable: 406,
3125
+ ProxyAuthenticationRequired: 407,
3126
+ RequestTimeout: 408,
3127
+ Conflict: 409,
3128
+ Gone: 410,
3129
+ LengthRequired: 411,
3130
+ PreconditionFailed: 412,
3131
+ PayloadTooLarge: 413,
3132
+ UriTooLong: 414,
3133
+ UnsupportedMediaType: 415,
3134
+ RangeNotSatisfiable: 416,
3135
+ ExpectationFailed: 417,
3136
+ ImATeapot: 418,
3137
+ MisdirectedRequest: 421,
3138
+ UnprocessableEntity: 422,
3139
+ Locked: 423,
3140
+ FailedDependency: 424,
3141
+ TooEarly: 425,
3142
+ UpgradeRequired: 426,
3143
+ PreconditionRequired: 428,
3144
+ TooManyRequests: 429,
3145
+ RequestHeaderFieldsTooLarge: 431,
3146
+ UnavailableForLegalReasons: 451,
3147
+ InternalServerError: 500,
3148
+ NotImplemented: 501,
3149
+ BadGateway: 502,
3150
+ ServiceUnavailable: 503,
3151
+ GatewayTimeout: 504,
3152
+ HttpVersionNotSupported: 505,
3153
+ VariantAlsoNegotiates: 506,
3154
+ InsufficientStorage: 507,
3155
+ LoopDetected: 508,
3156
+ NotExtended: 510,
3157
+ NetworkAuthenticationRequired: 511,
3158
+ };
3159
+
3160
+ Object.entries(HttpStatusCode).forEach(([key, value]) => {
3161
+ HttpStatusCode[value] = key;
3162
+ });
3163
+
3164
+ var HttpStatusCode$1 = HttpStatusCode;
3165
+
3166
+ /**
3167
+ * Create an instance of Axios
3168
+ *
3169
+ * @param {Object} defaultConfig The default config for the instance
3170
+ *
3171
+ * @returns {Axios} A new instance of Axios
3172
+ */
3173
+ function createInstance(defaultConfig) {
3174
+ const context = new Axios$1(defaultConfig);
3175
+ const instance = bind(Axios$1.prototype.request, context);
3176
+
3177
+ // Copy axios.prototype to instance
3178
+ utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true});
3179
+
3180
+ // Copy context to instance
3181
+ utils$1.extend(instance, context, null, {allOwnKeys: true});
3182
+
3183
+ // Factory for creating new instances
3184
+ instance.create = function create(instanceConfig) {
3185
+ return createInstance(mergeConfig(defaultConfig, instanceConfig));
3186
+ };
3187
+
3188
+ return instance;
3189
+ }
3190
+
3191
+ // Create the default instance to be exported
3192
+ const axios = createInstance(defaults$1);
3193
+
3194
+ // Expose Axios class to allow class inheritance
3195
+ axios.Axios = Axios$1;
3196
+
3197
+ // Expose Cancel & CancelToken
3198
+ axios.CanceledError = CanceledError;
3199
+ axios.CancelToken = CancelToken$1;
3200
+ axios.isCancel = isCancel;
3201
+ axios.VERSION = VERSION;
3202
+ axios.toFormData = toFormData;
3203
+
3204
+ // Expose AxiosError class
3205
+ axios.AxiosError = AxiosError;
3206
+
3207
+ // alias for CanceledError for backward compatibility
3208
+ axios.Cancel = axios.CanceledError;
3209
+
3210
+ // Expose all/spread
3211
+ axios.all = function all(promises) {
3212
+ return Promise.all(promises);
3213
+ };
3214
+
3215
+ axios.spread = spread;
3216
+
3217
+ // Expose isAxiosError
3218
+ axios.isAxiosError = isAxiosError;
3219
+
3220
+ // Expose mergeConfig
3221
+ axios.mergeConfig = mergeConfig;
3222
+
3223
+ axios.AxiosHeaders = AxiosHeaders$1;
3224
+
3225
+ axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
3226
+
3227
+ axios.getAdapter = adapters.getAdapter;
3228
+
3229
+ axios.HttpStatusCode = HttpStatusCode$1;
3230
+
3231
+ axios.default = axios;
3232
+
3233
+ module.exports = axios;
3234
+ //# sourceMappingURL=axios.cjs.map