cloudstructs 0.6.44 → 0.6.46

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