cloudstructs 0.13.4 → 0.13.5

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 (3170) hide show
  1. package/.jsii +180 -7
  2. package/assets/slack-app/provider.lambda/index.js +20 -6628
  3. package/assets/slack-textract/detect.lambda/index.js +2390 -8083
  4. package/assets/ssl-server-test/analyze.lambda/index.js +37 -6639
  5. package/assets/toolkit-cleaner/clean.lambda/index.js +1 -1
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +1 -1
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/receiver.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/provider.lambda.js +21 -12
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/index.js +1 -1
  15. package/lib/slack-textract/detect.lambda.js +7 -4
  16. package/lib/slack-textract/index.js +1 -1
  17. package/lib/ssl-server-test/analyze.lambda.js +18 -13
  18. package/lib/ssl-server-test/index.js +1 -1
  19. package/lib/state-machine-cr-provider/index.js +1 -1
  20. package/lib/state-machine-cr-provider/runtime/http.d.ts +1 -1
  21. package/lib/state-machine-cr-provider/runtime/http.js +5 -20
  22. package/lib/static-website/index.js +1 -1
  23. package/lib/toolkit-cleaner/index.js +1 -1
  24. package/lib/url-shortener/index.js +1 -1
  25. package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +2 -2
  26. package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +2 -2
  27. package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -1
  28. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  29. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/bdd.js +49 -0
  30. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +5 -5
  31. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +243 -244
  32. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +3 -3
  33. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +14 -16
  34. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +20 -24
  35. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +9 -10
  36. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +1 -1
  37. package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +6 -6
  38. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  39. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  104. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  105. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  106. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  107. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  108. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  109. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
  110. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  111. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  112. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  113. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  114. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
  115. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
  116. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
  117. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  118. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  119. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  120. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  121. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  122. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  123. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  124. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/bdd.js +46 -0
  125. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +3 -3
  126. package/node_modules/@aws-sdk/client-lambda/dist-es/models/LambdaServiceException.js +1 -1
  127. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +1 -0
  128. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +5 -7
  129. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +5 -9
  130. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +3 -4
  131. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeExtensions.js +2 -2
  132. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  133. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
  134. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
  135. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  136. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
  137. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  138. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +7 -7
  139. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +6 -6
  140. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  141. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +6 -4
  142. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  143. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  144. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
  145. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  146. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  147. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +8 -6
  148. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  149. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  150. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  151. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  152. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  153. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  154. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
  155. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  156. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  157. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  158. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
  159. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  160. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  161. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +6 -4
  162. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
  163. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  164. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
  165. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  166. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  167. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
  168. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  169. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +7 -5
  170. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  171. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +7 -5
  172. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  173. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  174. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  175. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  176. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -5
  177. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -5
  178. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  179. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  180. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +10 -8
  181. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  182. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
  183. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +7 -5
  184. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  185. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -4
  186. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
  187. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  188. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  189. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  190. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  191. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  192. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  193. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  194. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +7 -5
  195. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -6
  196. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -6
  197. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  198. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -4
  199. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +7 -5
  200. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -6
  201. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +7 -5
  202. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  203. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  204. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  205. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  206. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  207. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  208. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  209. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  210. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
  211. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  212. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  213. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  214. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
  215. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +6 -4
  216. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  217. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  218. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  219. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  220. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  221. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +7 -5
  222. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +8 -6
  223. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  224. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  225. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/bdd.d.ts +2 -0
  226. package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +1 -0
  229. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  231. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
  232. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  233. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +7 -7
  234. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +12 -18
  235. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  236. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
  237. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  238. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
  239. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
  240. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  241. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  242. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
  243. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  244. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
  245. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  246. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  247. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  248. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  249. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
  250. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  251. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  252. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  253. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
  254. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  255. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  256. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
  257. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
  258. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  259. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
  260. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  261. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  262. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
  263. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  264. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
  265. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  266. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
  267. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  268. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  269. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  271. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
  272. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
  273. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  274. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  275. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
  276. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
  278. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
  279. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  280. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
  281. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
  282. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  283. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  284. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  285. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  286. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  287. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  288. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  289. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
  290. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
  291. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
  292. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  293. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  294. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
  295. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
  296. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
  297. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  298. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  299. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  300. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  301. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  302. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  303. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  304. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  305. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
  306. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  307. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  308. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  309. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
  310. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  312. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
  313. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  314. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  315. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  316. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
  317. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
  318. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  319. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  320. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  321. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +1 -1
  325. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  326. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  327. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  328. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +10 -4
  329. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +8 -4
  330. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +8 -4
  331. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +10 -4
  332. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +8 -4
  333. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +10 -4
  334. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +5 -4
  335. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +5 -4
  336. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +5 -4
  337. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +5 -4
  338. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +5 -4
  339. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +5 -4
  340. package/node_modules/@aws-sdk/client-lambda/package.json +21 -41
  341. package/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -108
  342. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  343. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
  344. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  345. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +118 -94
  346. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  347. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  348. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
  349. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  350. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  351. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  352. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  353. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  354. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +12 -11
  355. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  356. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  357. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  358. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +11 -11
  359. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -2
  360. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +7 -5
  361. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -6
  362. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  363. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +3 -3
  364. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +43 -28
  365. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -9
  366. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +4 -4
  367. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +3 -3
  368. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  369. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +6 -5
  370. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  371. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  372. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-arn-parser/arn.js +21 -0
  373. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-format-url/format-url.js +29 -0
  374. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
  375. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  376. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  377. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
  378. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  379. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  380. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  381. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  382. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  383. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  384. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-arn-parser/arn.d.ts +32 -0
  385. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-format-url/format-url.d.ts +2 -0
  386. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
  387. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  388. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  389. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  390. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  391. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  392. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  393. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -0
  394. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -0
  395. package/node_modules/@aws-sdk/core/package.json +18 -13
  396. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  397. package/node_modules/@aws-sdk/core/util.js +5 -0
  398. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  399. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  400. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  401. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  402. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  403. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  404. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  405. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  406. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  407. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  408. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  409. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  410. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  411. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  412. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  413. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  414. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  415. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  416. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  417. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  418. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  419. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  420. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  421. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  422. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  423. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  424. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  425. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  426. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  427. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  428. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  429. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  430. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  431. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  432. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  433. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  434. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  435. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  436. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  437. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  438. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  439. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  440. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  441. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  442. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  443. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  444. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  445. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  446. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  447. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  448. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  449. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  450. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  451. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
  452. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
  453. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
  454. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
  455. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
  456. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  457. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  458. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
  459. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
  460. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
  461. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
  462. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
  463. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
  464. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  465. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
  466. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  467. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
  473. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
  474. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  475. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
  476. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  477. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
  478. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  479. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  480. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  481. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  482. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  483. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
  484. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
  485. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  486. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
  487. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  488. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
  489. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  490. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  491. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  492. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  493. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  494. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
  495. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
  496. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  497. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
  498. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  499. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
  500. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  501. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  502. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  503. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  504. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  505. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
  506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
  507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
  509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -5
  511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -9
  512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
  520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -9
  521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +11 -5
  522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
  523. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
  524. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  525. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  526. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  527. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  528. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  531. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  532. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
  533. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
  534. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  535. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  536. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  537. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  546. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
  550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
  551. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
  552. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  553. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  554. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  555. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  556. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  558. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  559. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
  560. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
  561. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -18
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  566. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  567. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  568. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -1
  569. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -6
  570. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +13 -7
  571. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -6
  572. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  573. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
  574. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  575. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  576. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  577. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  578. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  579. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  580. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  581. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  582. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  583. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
  584. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  585. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  586. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  587. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  588. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  589. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  590. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
  591. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
  592. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
  593. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  594. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  595. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  596. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  597. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  598. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  599. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
  600. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
  601. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
  602. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  603. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  604. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  605. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  606. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  607. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  608. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  609. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  610. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
  611. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -19
  612. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  613. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  614. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  615. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  616. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  617. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  618. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +2 -1
  619. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +15 -9
  620. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +38 -19
  621. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +16 -10
  622. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  623. package/node_modules/@aws-sdk/nested-clients/package.json +13 -33
  624. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
  625. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
  626. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
  627. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
  628. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
  629. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
  630. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  631. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
  632. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  633. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
  634. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  635. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +157 -0
  636. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  637. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js +36 -0
  638. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -0
  639. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  640. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  641. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts +20 -0
  642. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -0
  643. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  644. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  645. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +21 -0
  646. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -0
  647. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  648. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +60 -0
  649. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  650. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  651. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  652. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  653. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  654. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  655. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  656. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  657. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  658. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  659. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  660. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  661. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  662. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  663. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  664. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
  665. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  666. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  667. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
  668. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  669. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
  670. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
  671. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  672. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
  673. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
  674. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
  675. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  676. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
  677. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
  678. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
  679. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  680. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
  681. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
  682. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
  683. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
  684. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  685. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  686. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  687. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  688. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
  689. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
  690. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
  691. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
  692. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
  693. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
  694. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
  695. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
  696. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
  697. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
  698. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
  699. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  700. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  701. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
  702. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  703. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  704. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
  705. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  706. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
  707. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  708. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  709. package/node_modules/@aws-sdk/xml-builder/package.json +5 -4
  710. package/node_modules/@nodable/entities/README.md +41 -0
  711. package/node_modules/@nodable/entities/package.json +54 -0
  712. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  713. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  714. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  715. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  716. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  717. package/node_modules/@nodable/entities/src/index.js +29 -0
  718. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +71 -2
  719. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  720. package/node_modules/@slack/types/dist/chunk.d.ts +11 -1
  721. package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -1
  722. package/node_modules/@slack/types/package.json +1 -1
  723. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +15 -0
  724. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  725. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +15 -0
  726. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  727. package/node_modules/@slack/web-api/package.json +4 -5
  728. package/node_modules/@smithy/core/checksum.d.ts +5 -0
  729. package/node_modules/@smithy/core/checksum.js +5 -0
  730. package/node_modules/@smithy/core/client.d.ts +7 -0
  731. package/node_modules/@smithy/core/client.js +6 -0
  732. package/node_modules/@smithy/core/config.d.ts +5 -0
  733. package/node_modules/@smithy/core/config.js +5 -0
  734. package/node_modules/@smithy/core/dist-cjs/index.js +8 -8
  735. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +2 -2
  736. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +4 -4
  737. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +41 -27
  738. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +202 -0
  739. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +259 -0
  740. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +229 -0
  741. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1136 -0
  742. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +375 -0
  743. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +735 -0
  744. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +364 -0
  745. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +860 -0
  746. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +875 -5
  747. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +866 -0
  748. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +643 -11
  749. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +314 -30
  750. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +800 -0
  751. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +827 -0
  752. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -6
  753. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1405 -0
  754. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1100 -5
  755. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1405 -0
  756. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  757. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  758. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -2
  759. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  760. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +2 -2
  761. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +24 -14
  762. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -4
  763. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +1 -2
  764. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -2
  765. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +11 -6
  766. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
  767. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
  768. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
  769. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
  770. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
  771. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
  772. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +6 -0
  773. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +5 -0
  774. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +6 -0
  775. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +3 -0
  776. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +168 -0
  777. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +26 -0
  778. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
  779. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
  780. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +49 -0
  781. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
  782. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
  783. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
  784. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
  785. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
  786. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  787. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
  788. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
  789. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
  790. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +98 -0
  791. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
  792. package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
  793. package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
  794. package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
  795. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
  796. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
  797. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
  798. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
  799. package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
  800. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
  801. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
  802. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
  803. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
  804. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
  805. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
  806. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
  807. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +21 -0
  808. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +3 -0
  809. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +65 -0
  810. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +31 -0
  811. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
  812. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
  813. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
  814. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +25 -0
  815. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +3 -3
  816. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js +16 -0
  817. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js +26 -0
  818. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js +28 -0
  819. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js +17 -0
  820. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
  821. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js +42 -0
  822. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js +12 -0
  823. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js +28 -0
  824. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +17 -9
  825. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +184 -0
  826. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
  827. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
  828. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
  829. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
  830. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
  831. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
  832. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -1
  833. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -8
  834. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +11 -8
  835. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +2 -2
  836. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +1 -1
  837. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +12 -0
  838. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +39 -0
  839. package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
  840. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  841. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +1 -3
  842. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +1 -1
  843. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +1 -2
  844. package/node_modules/@smithy/core/dist-es/submodules/protocols/url-parser/parseUrl.js +18 -0
  845. package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
  846. package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
  847. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +50 -0
  848. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
  849. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
  850. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +49 -0
  851. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
  852. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
  853. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
  854. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
  855. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
  856. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +109 -0
  857. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +44 -0
  858. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
  859. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +19 -0
  860. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
  861. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +93 -0
  862. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +18 -1
  863. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
  864. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -1
  865. package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
  866. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +41 -0
  867. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +40 -10
  868. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +43 -0
  869. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
  870. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  871. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
  872. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
  873. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
  874. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
  875. package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
  876. package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
  877. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
  878. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +60 -0
  879. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
  880. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
  881. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
  882. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +38 -0
  883. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
  884. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
  885. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
  886. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +53 -0
  887. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +48 -0
  888. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
  889. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +10 -0
  890. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
  891. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
  892. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  893. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  894. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -1
  895. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  896. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +1 -1
  897. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +1 -1
  898. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  899. package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +2 -2
  900. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +2 -1
  901. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +3 -3
  902. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +5 -4
  903. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +4 -4
  904. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +3 -4
  905. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -3
  906. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
  907. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
  908. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
  909. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
  910. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
  911. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
  912. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +5 -0
  913. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +5 -0
  914. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +5 -0
  915. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +12 -0
  916. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +16 -0
  917. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +26 -0
  918. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
  919. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +119 -0
  920. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
  921. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
  922. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
  923. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
  924. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
  925. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
  926. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
  927. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
  928. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
  929. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
  930. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
  931. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +5 -0
  932. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
  933. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
  934. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
  935. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +49 -0
  936. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  937. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  938. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  939. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
  940. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
  941. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
  942. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
  943. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
  944. package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
  945. package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
  946. package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
  947. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
  948. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
  949. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
  950. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
  951. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
  952. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
  953. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
  954. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
  955. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
  956. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
  957. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
  958. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
  959. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
  960. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +23 -0
  961. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  962. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +21 -0
  963. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
  964. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
  965. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +11 -0
  966. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +12 -0
  967. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
  968. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
  969. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
  970. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
  971. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
  972. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
  973. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
  974. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
  975. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
  976. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
  977. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
  978. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
  979. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
  980. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
  981. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
  982. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
  983. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
  984. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
  985. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
  986. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
  987. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
  988. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
  989. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
  990. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
  991. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -1
  992. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +2 -2
  993. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +3 -3
  994. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +2 -2
  995. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +14 -0
  996. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
  997. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
  998. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +32 -0
  999. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpRequest.d.ts +55 -0
  1000. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +3 -2
  1001. package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
  1002. package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
  1003. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +68 -0
  1004. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1005. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1006. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
  1007. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
  1008. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
  1009. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
  1010. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
  1011. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
  1012. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
  1013. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  1014. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  1015. package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +7 -19
  1016. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +39 -0
  1017. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +37 -10
  1018. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +37 -0
  1019. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +4 -6
  1020. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +31 -51
  1021. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +3 -12
  1022. package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +1 -2
  1023. package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
  1024. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
  1025. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +60 -0
  1026. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
  1027. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
  1028. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
  1029. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
  1030. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
  1031. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
  1032. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
  1033. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
  1034. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +6 -0
  1035. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +3 -0
  1036. package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
  1037. package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
  1038. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +2 -2
  1039. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +2 -2
  1040. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +2 -1
  1041. package/node_modules/@smithy/core/package.json +110 -11
  1042. package/node_modules/@smithy/core/retry.d.ts +5 -0
  1043. package/node_modules/@smithy/core/retry.js +5 -0
  1044. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +39 -41
  1045. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +1 -1
  1046. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +3 -3
  1047. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +2 -3
  1048. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -3
  1049. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +2 -2
  1050. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1051. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1052. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +3 -3
  1053. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +3 -3
  1054. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1055. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -2
  1056. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -2
  1057. package/node_modules/@smithy/credential-provider-imds/package.json +2 -4
  1058. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -7
  1059. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -2
  1060. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  1061. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +2 -1
  1062. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -7
  1063. package/node_modules/@smithy/fetch-http-handler/package.json +2 -4
  1064. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -4
  1065. package/node_modules/@smithy/is-array-buffer/package.json +12 -13
  1066. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +246 -120
  1067. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +1 -1
  1068. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1069. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +26 -16
  1070. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +90 -41
  1071. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  1072. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +46 -43
  1073. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +1 -1
  1074. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  1075. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1076. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1077. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -5
  1078. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +36 -14
  1079. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +33 -9
  1080. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +7 -7
  1081. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -2
  1082. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1083. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1084. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -1
  1085. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -2
  1086. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -1
  1087. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1088. package/node_modules/@smithy/node-http-handler/package.json +2 -3
  1089. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +167 -170
  1090. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +1 -2
  1091. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +3 -4
  1092. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +3 -4
  1093. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +1 -2
  1094. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  1095. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +1 -3
  1096. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +1 -1
  1097. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +1 -1
  1098. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +2 -1
  1099. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -2
  1100. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +1 -1
  1101. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +2 -3
  1102. package/node_modules/@smithy/signature-v4/package.json +2 -7
  1103. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +44 -17
  1104. package/node_modules/@smithy/util-buffer-from/package.json +14 -15
  1105. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +60 -27
  1106. package/node_modules/@smithy/util-utf8/package.json +13 -14
  1107. package/node_modules/@types/node/README.md +15 -0
  1108. package/node_modules/@types/node/assert/strict.d.ts +8 -0
  1109. package/node_modules/@types/node/assert.d.ts +1005 -0
  1110. package/node_modules/@types/node/async_hooks.d.ts +586 -0
  1111. package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
  1112. package/node_modules/@types/node/buffer.d.ts +1901 -0
  1113. package/node_modules/@types/node/child_process.d.ts +1453 -0
  1114. package/node_modules/@types/node/cluster.d.ts +578 -0
  1115. package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
  1116. package/node_modules/@types/node/compatibility/index.d.ts +9 -0
  1117. package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  1118. package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
  1119. package/node_modules/@types/node/console.d.ts +452 -0
  1120. package/node_modules/@types/node/constants.d.ts +21 -0
  1121. package/node_modules/@types/node/crypto.d.ts +4504 -0
  1122. package/node_modules/@types/node/dgram.d.ts +596 -0
  1123. package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
  1124. package/node_modules/@types/node/dns/promises.d.ts +477 -0
  1125. package/node_modules/@types/node/dns.d.ts +860 -0
  1126. package/node_modules/@types/node/domain.d.ts +170 -0
  1127. package/node_modules/@types/node/events.d.ts +863 -0
  1128. package/node_modules/@types/node/fs/promises.d.ts +1208 -0
  1129. package/node_modules/@types/node/fs.d.ts +4332 -0
  1130. package/node_modules/@types/node/globals.d.ts +170 -0
  1131. package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  1132. package/node_modules/@types/node/http.d.ts +1919 -0
  1133. package/node_modules/@types/node/http2.d.ts +2580 -0
  1134. package/node_modules/@types/node/https.d.ts +549 -0
  1135. package/node_modules/@types/node/index.d.ts +92 -0
  1136. package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
  1137. package/node_modules/@types/node/module.d.ts +503 -0
  1138. package/node_modules/@types/node/net.d.ts +924 -0
  1139. package/node_modules/@types/node/os.d.ts +480 -0
  1140. package/node_modules/@types/node/package.json +145 -0
  1141. package/node_modules/@types/node/path.d.ts +191 -0
  1142. package/node_modules/@types/node/perf_hooks.d.ts +860 -0
  1143. package/node_modules/@types/node/process.d.ts +1632 -0
  1144. package/node_modules/@types/node/punycode.d.ts +117 -0
  1145. package/node_modules/@types/node/querystring.d.ts +140 -0
  1146. package/node_modules/@types/node/readline/promises.d.ts +154 -0
  1147. package/node_modules/@types/node/readline.d.ts +715 -0
  1148. package/node_modules/@types/node/repl.d.ts +430 -0
  1149. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  1150. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  1151. package/node_modules/@types/node/stream/web.d.ts +527 -0
  1152. package/node_modules/@types/node/stream.d.ts +1680 -0
  1153. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  1154. package/node_modules/@types/node/test.d.ts +1208 -0
  1155. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  1156. package/node_modules/@types/node/timers.d.ts +286 -0
  1157. package/node_modules/@types/node/tls.d.ts +1204 -0
  1158. package/node_modules/@types/node/trace_events.d.ts +171 -0
  1159. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
  1160. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  1161. package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  1162. package/node_modules/@types/node/tty.d.ts +206 -0
  1163. package/node_modules/@types/node/url.d.ts +957 -0
  1164. package/node_modules/@types/node/util.d.ts +2083 -0
  1165. package/node_modules/@types/node/v8.d.ts +753 -0
  1166. package/node_modules/@types/node/vm.d.ts +704 -0
  1167. package/node_modules/@types/node/wasi.d.ts +160 -0
  1168. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  1169. package/node_modules/@types/node/web-globals/events.d.ts +81 -0
  1170. package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
  1171. package/node_modules/@types/node/worker_threads.d.ts +698 -0
  1172. package/node_modules/@types/node/zlib.d.ts +517 -0
  1173. package/node_modules/agent-base/README.md +145 -0
  1174. package/node_modules/agent-base/dist/src/index.d.ts +78 -0
  1175. package/node_modules/agent-base/dist/src/index.js +203 -0
  1176. package/node_modules/agent-base/dist/src/index.js.map +1 -0
  1177. package/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  1178. package/node_modules/agent-base/dist/src/promisify.js +18 -0
  1179. package/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  1180. package/node_modules/agent-base/package.json +64 -0
  1181. package/node_modules/agent-base/src/index.ts +345 -0
  1182. package/node_modules/agent-base/src/promisify.ts +33 -0
  1183. package/node_modules/axios/CHANGELOG.md +331 -0
  1184. package/node_modules/axios/README.md +634 -227
  1185. package/node_modules/axios/dist/axios.js +1516 -1118
  1186. package/node_modules/axios/dist/axios.js.map +1 -1
  1187. package/node_modules/axios/dist/axios.min.js +3 -3
  1188. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1189. package/node_modules/axios/dist/browser/axios.cjs +1657 -1197
  1190. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1191. package/node_modules/axios/dist/esm/axios.js +1657 -1196
  1192. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1193. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1194. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1195. package/node_modules/axios/dist/node/axios.cjs +1762 -1104
  1196. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1197. package/node_modules/axios/index.d.cts +40 -41
  1198. package/node_modules/axios/index.d.ts +151 -227
  1199. package/node_modules/axios/index.js +2 -0
  1200. package/node_modules/axios/lib/adapters/adapters.js +4 -2
  1201. package/node_modules/axios/lib/adapters/fetch.js +152 -17
  1202. package/node_modules/axios/lib/adapters/http.js +426 -68
  1203. package/node_modules/axios/lib/adapters/xhr.js +8 -3
  1204. package/node_modules/axios/lib/core/Axios.js +7 -3
  1205. package/node_modules/axios/lib/core/AxiosError.js +120 -34
  1206. package/node_modules/axios/lib/core/AxiosHeaders.js +5 -35
  1207. package/node_modules/axios/lib/core/buildFullPath.js +1 -1
  1208. package/node_modules/axios/lib/core/dispatchRequest.js +19 -7
  1209. package/node_modules/axios/lib/core/mergeConfig.js +21 -4
  1210. package/node_modules/axios/lib/core/settle.js +7 -11
  1211. package/node_modules/axios/lib/defaults/index.js +14 -9
  1212. package/node_modules/axios/lib/env/data.js +1 -1
  1213. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -2
  1214. package/node_modules/axios/lib/helpers/buildURL.js +1 -1
  1215. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  1216. package/node_modules/axios/lib/helpers/cookies.js +14 -2
  1217. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +28 -1
  1218. package/node_modules/axios/lib/helpers/formDataToJSON.js +4 -2
  1219. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  1220. package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
  1221. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1222. package/node_modules/axios/lib/helpers/progressEventReducer.js +8 -5
  1223. package/node_modules/axios/lib/helpers/resolveConfig.js +54 -18
  1224. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  1225. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +74 -2
  1226. package/node_modules/axios/lib/helpers/toFormData.js +10 -2
  1227. package/node_modules/axios/lib/helpers/validator.js +3 -1
  1228. package/node_modules/axios/lib/utils.js +41 -28
  1229. package/node_modules/axios/package.json +19 -24
  1230. package/node_modules/debug/LICENSE +20 -0
  1231. package/node_modules/debug/README.md +481 -0
  1232. package/node_modules/debug/package.json +64 -0
  1233. package/node_modules/debug/src/browser.js +272 -0
  1234. package/node_modules/debug/src/common.js +292 -0
  1235. package/node_modules/debug/src/index.js +10 -0
  1236. package/node_modules/debug/src/node.js +263 -0
  1237. package/node_modules/fast-xml-builder/CHANGELOG.md +24 -0
  1238. package/node_modules/fast-xml-builder/README.md +53 -2
  1239. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
  1240. package/node_modules/fast-xml-builder/lib/fxb.d.cts +91 -1
  1241. package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
  1242. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
  1243. package/node_modules/fast-xml-builder/package.json +3 -2
  1244. package/node_modules/fast-xml-builder/src/fxb.d.ts +93 -3
  1245. package/node_modules/fast-xml-builder/src/fxb.js +108 -38
  1246. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +97 -30
  1247. package/node_modules/fast-xml-builder/src/util.js +16 -0
  1248. package/node_modules/fast-xml-parser/CHANGELOG.md +820 -0
  1249. package/node_modules/fast-xml-parser/README.md +205 -0
  1250. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  1251. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  1252. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  1253. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  1254. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  1255. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  1256. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  1257. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  1258. package/node_modules/fast-xml-parser/package.json +95 -0
  1259. package/node_modules/fast-xml-parser/src/fxp.d.ts +738 -0
  1260. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +407 -0
  1261. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +163 -0
  1262. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +840 -0
  1263. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  1264. package/node_modules/hasown/CHANGELOG.md +11 -0
  1265. package/node_modules/hasown/eslint.config.mjs +6 -0
  1266. package/node_modules/hasown/index.d.ts +1 -0
  1267. package/node_modules/hasown/package.json +14 -14
  1268. package/node_modules/https-proxy-agent/README.md +137 -0
  1269. package/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  1270. package/node_modules/https-proxy-agent/dist/agent.js +177 -0
  1271. package/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  1272. package/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  1273. package/node_modules/https-proxy-agent/dist/index.js +14 -0
  1274. package/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  1275. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  1276. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  1277. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  1278. package/node_modules/https-proxy-agent/package.json +56 -0
  1279. package/node_modules/ms/index.js +162 -0
  1280. package/node_modules/ms/license.md +21 -0
  1281. package/node_modules/ms/package.json +38 -0
  1282. package/node_modules/ms/readme.md +59 -0
  1283. package/node_modules/strnum/CHANGELOG.md +3 -0
  1284. package/node_modules/strnum/package.json +3 -2
  1285. package/node_modules/strnum/strnum.js +12 -10
  1286. package/node_modules/undici-types/agent.d.ts +31 -0
  1287. package/node_modules/undici-types/api.d.ts +43 -0
  1288. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  1289. package/node_modules/undici-types/client.d.ts +97 -0
  1290. package/node_modules/undici-types/connector.d.ts +34 -0
  1291. package/node_modules/undici-types/cookies.d.ts +28 -0
  1292. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  1293. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  1294. package/node_modules/undici-types/errors.d.ts +128 -0
  1295. package/node_modules/undici-types/fetch.d.ts +209 -0
  1296. package/node_modules/undici-types/file.d.ts +39 -0
  1297. package/node_modules/undici-types/filereader.d.ts +54 -0
  1298. package/node_modules/undici-types/formdata.d.ts +108 -0
  1299. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1300. package/node_modules/undici-types/global-origin.d.ts +7 -0
  1301. package/node_modules/undici-types/handlers.d.ts +9 -0
  1302. package/node_modules/undici-types/header.d.ts +4 -0
  1303. package/node_modules/undici-types/index.d.ts +63 -0
  1304. package/node_modules/undici-types/interceptors.d.ts +5 -0
  1305. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  1306. package/node_modules/undici-types/mock-client.d.ts +25 -0
  1307. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  1308. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1309. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  1310. package/node_modules/undici-types/package.json +55 -0
  1311. package/node_modules/undici-types/patch.d.ts +71 -0
  1312. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  1313. package/node_modules/undici-types/pool.d.ts +28 -0
  1314. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  1315. package/node_modules/undici-types/readable.d.ts +61 -0
  1316. package/node_modules/undici-types/webidl.d.ts +220 -0
  1317. package/node_modules/undici-types/websocket.d.ts +131 -0
  1318. package/node_modules/xml-naming/README.md +189 -0
  1319. package/node_modules/xml-naming/package.json +54 -0
  1320. package/node_modules/xml-naming/src/index.d.ts +74 -0
  1321. package/node_modules/xml-naming/src/index.js +270 -0
  1322. package/package.json +20 -23
  1323. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1324. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1325. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1326. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1327. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1328. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1329. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1330. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1331. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1332. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1333. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1334. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1335. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1336. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
  1337. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1338. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1339. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1340. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1341. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1342. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1343. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1344. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1345. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1346. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1347. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1348. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  1349. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1350. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1351. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1352. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  1353. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  1354. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1355. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1356. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1357. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1358. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1359. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1360. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1361. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1362. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1363. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1364. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  1365. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  1366. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  1367. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1368. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  1369. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  1370. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  1371. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  1372. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1373. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1374. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  1375. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  1376. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1377. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  1378. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  1379. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1380. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  1381. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  1382. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  1383. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1384. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1385. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1386. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1387. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1388. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1389. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  1390. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +0 -7
  1391. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +0 -4
  1392. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/ruleset.d.ts +0 -2
  1393. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1394. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1395. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  1396. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  1397. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  1398. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  1399. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  1400. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  1401. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  1402. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  1403. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  1404. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  1405. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  1406. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  1407. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  1408. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  1409. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  1410. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  1411. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  1412. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  1413. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  1414. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  1415. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  1416. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  1417. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  1418. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  1419. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  1420. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  1421. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  1422. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  1423. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  1424. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  1425. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  1426. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1427. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  1428. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  1429. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  1430. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1431. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  1432. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1433. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  1434. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  1435. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
  1436. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1437. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
  1438. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1439. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1440. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  1441. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  1442. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -95
  1443. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1444. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
  1445. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1446. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -50
  1447. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1448. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  1449. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  1450. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  1451. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  1452. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  1453. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  1454. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1455. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1456. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1457. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1458. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1459. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1460. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1461. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1462. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1463. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1464. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  1465. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +0 -759
  1466. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +0 -225
  1467. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  1468. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  1469. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  1470. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -603
  1471. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  1472. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  1473. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  1474. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  1475. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  1476. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +0 -94
  1477. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +0 -579
  1478. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  1479. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -410
  1480. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -159
  1481. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -911
  1482. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
  1483. package/node_modules/@sindresorhus/is/dist/index.d.ts +0 -232
  1484. package/node_modules/@sindresorhus/is/dist/index.js +0 -434
  1485. package/node_modules/@sindresorhus/is/dist/types.d.ts +0 -25
  1486. package/node_modules/@sindresorhus/is/dist/types.js +0 -3
  1487. package/node_modules/@sindresorhus/is/license +0 -9
  1488. package/node_modules/@sindresorhus/is/package.json +0 -96
  1489. package/node_modules/@sindresorhus/is/readme.md +0 -669
  1490. package/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  1491. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -59
  1492. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -950
  1493. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -603
  1494. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1495. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1765
  1496. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1366
  1497. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  1498. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1499. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  1500. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  1501. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -4047
  1502. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  1503. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1504. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  1505. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  1506. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  1507. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1011
  1508. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1509. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4658
  1510. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  1511. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1512. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2147
  1513. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2470
  1514. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  1515. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  1516. package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1517. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  1518. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1519. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -754
  1520. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  1521. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  1522. package/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  1523. package/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  1524. package/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  1525. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  1526. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1527. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2175
  1528. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  1529. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  1530. package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -897
  1531. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  1532. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -507
  1533. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -405
  1534. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  1535. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1021
  1536. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1537. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  1538. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -296
  1539. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1774
  1540. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  1541. package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -58
  1542. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2202
  1543. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  1544. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  1545. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  1546. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  1547. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1548. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1549. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1550. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1551. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1552. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1553. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  1554. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -532
  1555. package/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  1556. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  1557. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -980
  1558. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1170
  1559. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  1560. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1561. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1562. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1563. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1564. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1565. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1566. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1567. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1568. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1569. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1570. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1571. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1572. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1573. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1574. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1575. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -671
  1576. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  1577. package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +0 -21
  1578. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -32
  1579. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +0 -43
  1580. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1581. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1582. package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +0 -15
  1583. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -118
  1584. package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +0 -34
  1585. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +0 -30
  1586. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1587. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +0 -276
  1588. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1589. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +0 -161
  1590. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +0 -66
  1591. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +0 -211
  1592. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +0 -108
  1593. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1594. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +0 -7
  1595. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -73
  1596. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +0 -15
  1597. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +0 -160
  1598. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +0 -88
  1599. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +0 -73
  1600. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +0 -68
  1601. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1602. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +0 -27
  1603. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +0 -12
  1604. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1605. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +0 -27
  1606. package/node_modules/@slack/logger/node_modules/undici-types/package.json +0 -55
  1607. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -29
  1608. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +0 -19
  1609. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +0 -41
  1610. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1611. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +0 -68
  1612. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +0 -8
  1613. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +0 -125
  1614. package/node_modules/@slack/logger/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1615. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1616. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +0 -18
  1617. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +0 -7
  1618. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +0 -341
  1619. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +0 -186
  1620. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -21
  1621. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +0 -15
  1622. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -59
  1623. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -950
  1624. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +0 -603
  1625. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1626. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -1765
  1627. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -1366
  1628. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -432
  1629. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1630. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -93
  1631. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -14
  1632. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -4047
  1633. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -537
  1634. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1635. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -497
  1636. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -876
  1637. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -150
  1638. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -1011
  1639. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1640. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -4658
  1641. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -150
  1642. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1643. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -2147
  1644. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -2470
  1645. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -400
  1646. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -115
  1647. package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1648. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -264
  1649. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1650. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -754
  1651. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +0 -970
  1652. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -498
  1653. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +0 -155
  1654. package/node_modules/@slack/web-api/node_modules/@types/node/path/posix.d.ts +0 -8
  1655. package/node_modules/@slack/web-api/node_modules/@types/node/path/win32.d.ts +0 -8
  1656. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -178
  1657. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1658. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +0 -2175
  1659. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -89
  1660. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -139
  1661. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -897
  1662. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -158
  1663. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -507
  1664. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -405
  1665. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -47
  1666. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -1021
  1667. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1668. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +0 -211
  1669. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +0 -296
  1670. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +0 -1774
  1671. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -27
  1672. package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -58
  1673. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +0 -2202
  1674. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -93
  1675. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -149
  1676. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +0 -1193
  1677. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -103
  1678. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1679. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1680. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1681. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1682. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1683. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1684. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -225
  1685. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -532
  1686. package/node_modules/@slack/web-api/node_modules/@types/node/util/types.d.ts +0 -558
  1687. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -1677
  1688. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -980
  1689. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -1170
  1690. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -131
  1691. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1692. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1693. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1694. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1695. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  1696. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1697. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1698. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1699. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1700. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1701. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1702. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1703. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1704. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1705. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1706. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1707. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +0 -671
  1708. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -589
  1709. package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +0 -21
  1710. package/node_modules/@slack/web-api/node_modules/undici-types/README.md +0 -6
  1711. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -32
  1712. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +0 -43
  1713. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1714. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1715. package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +0 -36
  1716. package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +0 -15
  1717. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -118
  1718. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +0 -34
  1719. package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +0 -21
  1720. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +0 -30
  1721. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1722. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +0 -276
  1723. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1724. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +0 -161
  1725. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +0 -66
  1726. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +0 -211
  1727. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +0 -108
  1728. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1729. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +0 -7
  1730. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -73
  1731. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +0 -15
  1732. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +0 -160
  1733. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +0 -88
  1734. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +0 -73
  1735. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +0 -68
  1736. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1737. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +0 -27
  1738. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +0 -12
  1739. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1740. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +0 -27
  1741. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +0 -55
  1742. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -29
  1743. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +0 -19
  1744. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +0 -41
  1745. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1746. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +0 -68
  1747. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +0 -8
  1748. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +0 -125
  1749. package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1750. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1751. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +0 -18
  1752. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +0 -7
  1753. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +0 -341
  1754. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +0 -186
  1755. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  1756. package/node_modules/@smithy/config-resolver/README.md +0 -17
  1757. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -198
  1758. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -14
  1759. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -14
  1760. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1761. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
  1762. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
  1763. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  1764. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -15
  1765. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  1766. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  1767. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  1768. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  1769. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  1770. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  1771. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  1772. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1773. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1774. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  1775. package/node_modules/@smithy/config-resolver/package.json +0 -65
  1776. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  1777. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  1778. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  1779. package/node_modules/@smithy/eventstream-codec/README.md +0 -17
  1780. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -401
  1781. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -184
  1782. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -44
  1783. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
  1784. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
  1785. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
  1786. package/node_modules/@smithy/eventstream-codec/package.json +0 -64
  1787. package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -17
  1788. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -58
  1789. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -20
  1790. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  1791. package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
  1792. package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
  1793. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
  1794. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
  1795. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
  1796. package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
  1797. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -60
  1798. package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
  1799. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +0 -17
  1800. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -7
  1801. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  1802. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -4
  1803. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -61
  1804. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  1805. package/node_modules/@smithy/eventstream-serde-node/README.md +0 -17
  1806. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -53
  1807. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -19
  1808. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
  1809. package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
  1810. package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
  1811. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -23
  1812. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
  1813. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
  1814. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -12
  1815. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -61
  1816. package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
  1817. package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -17
  1818. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -132
  1819. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -25
  1820. package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
  1821. package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
  1822. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
  1823. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
  1824. package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
  1825. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
  1826. package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -65
  1827. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  1828. package/node_modules/@smithy/hash-node/README.md +0 -17
  1829. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -42
  1830. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -37
  1831. package/node_modules/@smithy/hash-node/package.json +0 -64
  1832. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  1833. package/node_modules/@smithy/invalid-dependency/README.md +0 -17
  1834. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -10
  1835. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  1836. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  1837. package/node_modules/@smithy/invalid-dependency/package.json +0 -60
  1838. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  1839. package/node_modules/@smithy/middleware-content-length/README.md +0 -17
  1840. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -46
  1841. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  1842. package/node_modules/@smithy/middleware-content-length/package.json +0 -63
  1843. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  1844. package/node_modules/@smithy/middleware-endpoint/README.md +0 -17
  1845. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  1846. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  1847. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  1848. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -264
  1849. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  1850. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -64
  1851. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  1852. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  1853. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -17
  1854. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  1855. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  1856. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
  1857. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
  1858. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  1859. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  1860. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  1861. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  1862. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -6
  1863. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  1864. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  1865. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
  1866. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
  1867. package/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  1868. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  1869. package/node_modules/@smithy/middleware-retry/README.md +0 -24
  1870. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -396
  1871. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  1872. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  1873. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -48
  1874. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -8
  1875. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  1876. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  1877. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +0 -49
  1878. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +0 -21
  1879. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +0 -94
  1880. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +0 -27
  1881. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +0 -2
  1882. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +0 -7
  1883. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -105
  1884. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -68
  1885. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -8
  1886. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1887. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1888. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +0 -24
  1889. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -14
  1890. package/node_modules/@smithy/middleware-retry/package.json +0 -79
  1891. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  1892. package/node_modules/@smithy/middleware-serde/README.md +0 -17
  1893. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -104
  1894. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -58
  1895. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  1896. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  1897. package/node_modules/@smithy/middleware-serde/package.json +0 -65
  1898. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  1899. package/node_modules/@smithy/middleware-stack/README.md +0 -91
  1900. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -285
  1901. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  1902. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  1903. package/node_modules/@smithy/middleware-stack/package.json +0 -63
  1904. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  1905. package/node_modules/@smithy/node-config-provider/README.md +0 -17
  1906. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -62
  1907. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
  1908. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  1909. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  1910. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  1911. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  1912. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
  1913. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
  1914. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
  1915. package/node_modules/@smithy/node-config-provider/package.json +0 -65
  1916. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  1917. package/node_modules/@smithy/property-provider/README.md +0 -17
  1918. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  1919. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  1920. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  1921. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  1922. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  1923. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  1924. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  1925. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  1926. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  1927. package/node_modules/@smithy/property-provider/package.json +0 -60
  1928. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  1929. package/node_modules/@smithy/protocol-http/README.md +0 -17
  1930. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -169
  1931. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  1932. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  1933. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -50
  1934. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
  1935. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  1936. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
  1937. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -56
  1938. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  1939. package/node_modules/@smithy/protocol-http/package.json +0 -61
  1940. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  1941. package/node_modules/@smithy/querystring-builder/README.md +0 -17
  1942. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -26
  1943. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  1944. package/node_modules/@smithy/querystring-builder/package.json +0 -60
  1945. package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  1946. package/node_modules/@smithy/querystring-parser/README.md +0 -17
  1947. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -27
  1948. package/node_modules/@smithy/querystring-parser/package.json +0 -60
  1949. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  1950. package/node_modules/@smithy/service-error-classification/README.md +0 -17
  1951. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -77
  1952. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -39
  1953. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -24
  1954. package/node_modules/@smithy/service-error-classification/package.json +0 -59
  1955. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1956. package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1957. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1958. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1959. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  1960. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  1961. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  1962. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1963. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1964. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1965. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1966. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  1967. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  1968. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1969. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1970. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  1971. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1972. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  1973. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1974. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1975. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1976. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  1977. package/node_modules/@smithy/smithy-client/README.md +0 -17
  1978. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -642
  1979. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -51
  1980. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  1981. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -131
  1982. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  1983. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -49
  1984. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
  1985. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  1986. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
  1987. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  1988. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -87
  1989. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  1990. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
  1991. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -18
  1992. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
  1993. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1994. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
  1995. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1996. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -26
  1997. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1998. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  1999. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  2000. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  2001. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
  2002. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  2003. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  2004. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
  2005. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  2006. package/node_modules/@smithy/smithy-client/package.json +0 -69
  2007. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  2008. package/node_modules/@smithy/url-parser/README.md +0 -17
  2009. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -23
  2010. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  2011. package/node_modules/@smithy/url-parser/package.json +0 -61
  2012. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  2013. package/node_modules/@smithy/util-base64/README.md +0 -4
  2014. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -12
  2015. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  2016. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  2017. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  2018. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -38
  2019. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  2020. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  2021. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  2022. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  2023. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  2024. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  2025. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  2026. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -5
  2027. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  2028. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  2029. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  2030. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  2031. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  2032. package/node_modules/@smithy/util-base64/package.json +0 -74
  2033. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  2034. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  2035. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -30
  2036. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  2037. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  2038. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2039. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  2040. package/node_modules/@smithy/util-body-length-browser/package.json +0 -61
  2041. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  2042. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  2043. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -32
  2044. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -27
  2045. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  2046. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  2047. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2048. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  2049. package/node_modules/@smithy/util-body-length-node/package.json +0 -62
  2050. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  2051. package/node_modules/@smithy/util-config-provider/README.md +0 -4
  2052. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -30
  2053. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  2054. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  2055. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  2056. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  2057. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  2058. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  2059. package/node_modules/@smithy/util-config-provider/package.json +0 -63
  2060. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  2061. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -17
  2062. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  2063. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -16
  2064. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -34
  2065. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  2066. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  2067. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  2068. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -30
  2069. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  2070. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  2071. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  2072. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2073. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  2074. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  2075. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  2076. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -17
  2077. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -74
  2078. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  2079. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  2080. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  2081. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  2082. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2083. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  2084. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  2085. package/node_modules/@smithy/util-endpoints/README.md +0 -17
  2086. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -561
  2087. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -8
  2088. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  2089. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  2090. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  2091. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  2092. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -44
  2093. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -42
  2094. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  2095. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -28
  2096. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  2097. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +0 -7
  2098. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  2099. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -8
  2100. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  2101. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  2102. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  2103. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -15
  2104. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  2105. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  2106. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  2107. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -7
  2108. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -8
  2109. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  2110. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -8
  2111. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  2112. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -4
  2113. package/node_modules/@smithy/util-endpoints/package.json +0 -68
  2114. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  2115. package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  2116. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -38
  2117. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  2118. package/node_modules/@smithy/util-hex-encoding/package.json +0 -61
  2119. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  2120. package/node_modules/@smithy/util-middleware/README.md +0 -17
  2121. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -15
  2122. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  2123. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  2124. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  2125. package/node_modules/@smithy/util-middleware/package.json +0 -66
  2126. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  2127. package/node_modules/@smithy/util-retry/README.md +0 -78
  2128. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -333
  2129. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -33
  2130. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -19
  2131. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -110
  2132. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -83
  2133. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -8
  2134. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -38
  2135. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -48
  2136. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -60
  2137. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -8
  2138. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +0 -11
  2139. package/node_modules/@smithy/util-retry/package.json +0 -70
  2140. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  2141. package/node_modules/@smithy/util-stream/README.md +0 -6
  2142. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -36
  2143. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  2144. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -64
  2145. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -39
  2146. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
  2147. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
  2148. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -103
  2149. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  2150. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -41
  2151. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -34
  2152. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -42
  2153. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -108
  2154. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -68
  2155. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -54
  2156. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
  2157. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
  2158. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -10
  2159. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -23
  2160. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -60
  2161. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  2162. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  2163. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
  2164. package/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -38
  2165. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
  2166. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  2167. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  2168. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  2169. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  2170. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
  2171. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -14
  2172. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -13
  2173. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -15
  2174. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
  2175. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -10
  2176. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  2177. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -12
  2178. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  2179. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -11
  2180. package/node_modules/@smithy/util-stream/package.json +0 -98
  2181. package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  2182. package/node_modules/@smithy/util-uri-escape/README.md +0 -10
  2183. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -9
  2184. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  2185. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  2186. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  2187. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  2188. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  2189. package/node_modules/@smithy/util-uri-escape/package.json +0 -60
  2190. package/node_modules/@smithy/util-waiter/LICENSE +0 -201
  2191. package/node_modules/@smithy/util-waiter/README.md +0 -17
  2192. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -179
  2193. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -48
  2194. package/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
  2195. package/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -60
  2196. package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
  2197. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2198. package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
  2199. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -10
  2200. package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
  2201. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
  2202. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +0 -49
  2203. package/node_modules/@smithy/util-waiter/package.json +0 -62
  2204. package/node_modules/@smithy/uuid/LICENSE +0 -201
  2205. package/node_modules/@smithy/uuid/README.md +0 -10
  2206. package/node_modules/@smithy/uuid/dist-cjs/index.js +0 -36
  2207. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +0 -6
  2208. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +0 -4
  2209. package/node_modules/@smithy/uuid/dist-es/index.js +0 -1
  2210. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +0 -1
  2211. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +0 -2
  2212. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +0 -1
  2213. package/node_modules/@smithy/uuid/dist-es/v4.js +0 -31
  2214. package/node_modules/@smithy/uuid/dist-types/index.d.ts +0 -1
  2215. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +0 -1
  2216. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +0 -2
  2217. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +0 -1
  2218. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +0 -1
  2219. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +0 -1
  2220. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +0 -2
  2221. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +0 -1
  2222. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +0 -19
  2223. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +0 -19
  2224. package/node_modules/@smithy/uuid/package.json +0 -66
  2225. package/node_modules/@szmarczak/http-timer/LICENSE +0 -21
  2226. package/node_modules/@szmarczak/http-timer/README.md +0 -93
  2227. package/node_modules/@szmarczak/http-timer/dist/source/index.d.ts +0 -32
  2228. package/node_modules/@szmarczak/http-timer/dist/source/index.js +0 -126
  2229. package/node_modules/@szmarczak/http-timer/package.json +0 -72
  2230. package/node_modules/@types/cacheable-request/LICENSE +0 -21
  2231. package/node_modules/@types/cacheable-request/README.md +0 -16
  2232. package/node_modules/@types/cacheable-request/index.d.ts +0 -137
  2233. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -21
  2234. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +0 -15
  2235. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -59
  2236. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -950
  2237. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +0 -603
  2238. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2239. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -1765
  2240. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -1366
  2241. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -432
  2242. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2243. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -93
  2244. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -14
  2245. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -4047
  2246. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -537
  2247. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2248. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -497
  2249. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -876
  2250. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -150
  2251. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -1011
  2252. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2253. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -4658
  2254. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -150
  2255. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2256. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -2147
  2257. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -2470
  2258. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -400
  2259. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -115
  2260. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2261. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -264
  2262. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2263. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -754
  2264. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +0 -970
  2265. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -498
  2266. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +0 -155
  2267. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/posix.d.ts +0 -8
  2268. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/win32.d.ts +0 -8
  2269. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -178
  2270. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2271. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +0 -2175
  2272. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -89
  2273. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -139
  2274. package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -897
  2275. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -158
  2276. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -507
  2277. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -405
  2278. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -47
  2279. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -1021
  2280. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2281. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +0 -211
  2282. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +0 -296
  2283. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +0 -1774
  2284. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -27
  2285. package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -58
  2286. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +0 -2202
  2287. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -93
  2288. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -149
  2289. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +0 -1193
  2290. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -103
  2291. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2293. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2294. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2297. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -225
  2298. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -532
  2299. package/node_modules/@types/cacheable-request/node_modules/@types/node/util/types.d.ts +0 -558
  2300. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -1677
  2301. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -980
  2302. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -1170
  2303. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -131
  2304. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2305. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2306. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2307. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2308. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2309. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2310. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2311. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2312. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2313. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2314. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2315. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2316. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2317. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2318. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2319. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2320. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +0 -671
  2321. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -589
  2322. package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +0 -21
  2323. package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +0 -6
  2324. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -32
  2325. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +0 -43
  2326. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2327. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2328. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +0 -36
  2329. package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +0 -15
  2330. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -118
  2331. package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +0 -34
  2332. package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +0 -21
  2333. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +0 -30
  2334. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2335. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +0 -276
  2336. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2337. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +0 -161
  2338. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +0 -66
  2339. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +0 -211
  2340. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +0 -108
  2341. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2342. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +0 -7
  2343. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -73
  2344. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +0 -15
  2345. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +0 -160
  2346. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +0 -88
  2347. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +0 -73
  2348. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +0 -68
  2349. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2350. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +0 -27
  2351. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +0 -12
  2352. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2353. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +0 -27
  2354. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +0 -55
  2355. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -29
  2356. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +0 -19
  2357. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +0 -41
  2358. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2359. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +0 -68
  2360. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +0 -8
  2361. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +0 -125
  2362. package/node_modules/@types/cacheable-request/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2363. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2364. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +0 -18
  2365. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +0 -7
  2366. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +0 -341
  2367. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +0 -186
  2368. package/node_modules/@types/cacheable-request/package.json +0 -35
  2369. package/node_modules/@types/http-cache-semantics/LICENSE +0 -21
  2370. package/node_modules/@types/http-cache-semantics/README.md +0 -15
  2371. package/node_modules/@types/http-cache-semantics/index.d.ts +0 -251
  2372. package/node_modules/@types/http-cache-semantics/package.json +0 -26
  2373. package/node_modules/@types/keyv/LICENSE +0 -21
  2374. package/node_modules/@types/keyv/README.md +0 -16
  2375. package/node_modules/@types/keyv/index.d.ts +0 -90
  2376. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -21
  2377. package/node_modules/@types/keyv/node_modules/@types/node/README.md +0 -15
  2378. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -59
  2379. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -950
  2380. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +0 -603
  2381. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2382. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -1765
  2383. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -1366
  2384. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -432
  2385. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2386. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -93
  2387. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -14
  2388. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -4047
  2389. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -537
  2390. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2391. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -497
  2392. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -876
  2393. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -150
  2394. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -1011
  2395. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2396. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -4658
  2397. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -150
  2398. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2399. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -2147
  2400. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -2470
  2401. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -400
  2402. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -115
  2403. package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2404. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -264
  2405. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2406. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -754
  2407. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +0 -970
  2408. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -498
  2409. package/node_modules/@types/keyv/node_modules/@types/node/package.json +0 -155
  2410. package/node_modules/@types/keyv/node_modules/@types/node/path/posix.d.ts +0 -8
  2411. package/node_modules/@types/keyv/node_modules/@types/node/path/win32.d.ts +0 -8
  2412. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -178
  2413. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2414. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +0 -2175
  2415. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -89
  2416. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -139
  2417. package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -897
  2418. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -158
  2419. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -507
  2420. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -405
  2421. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -47
  2422. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -1021
  2423. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2424. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +0 -211
  2425. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +0 -296
  2426. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +0 -1774
  2427. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -27
  2428. package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -58
  2429. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +0 -2202
  2430. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -93
  2431. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -149
  2432. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +0 -1193
  2433. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -103
  2434. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2435. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2436. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2437. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2438. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2439. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2440. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -225
  2441. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -532
  2442. package/node_modules/@types/keyv/node_modules/@types/node/util/types.d.ts +0 -558
  2443. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -1677
  2444. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -980
  2445. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -1170
  2446. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -131
  2447. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2448. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2449. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2450. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2451. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2452. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2453. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2454. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2455. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2456. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2457. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2458. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2459. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2460. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2461. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2462. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2463. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +0 -671
  2464. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -589
  2465. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +0 -21
  2466. package/node_modules/@types/keyv/node_modules/undici-types/README.md +0 -6
  2467. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -32
  2468. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +0 -43
  2469. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2470. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2471. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +0 -36
  2472. package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +0 -15
  2473. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -118
  2474. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +0 -34
  2475. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +0 -21
  2476. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +0 -30
  2477. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2478. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +0 -276
  2479. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2480. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +0 -161
  2481. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +0 -66
  2482. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +0 -211
  2483. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +0 -108
  2484. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2485. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +0 -7
  2486. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -73
  2487. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +0 -15
  2488. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +0 -160
  2489. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +0 -88
  2490. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +0 -73
  2491. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +0 -68
  2492. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2493. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +0 -27
  2494. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +0 -12
  2495. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2496. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +0 -27
  2497. package/node_modules/@types/keyv/node_modules/undici-types/package.json +0 -55
  2498. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -29
  2499. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +0 -19
  2500. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +0 -41
  2501. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2502. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +0 -68
  2503. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +0 -8
  2504. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +0 -125
  2505. package/node_modules/@types/keyv/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2506. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2507. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +0 -18
  2508. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +0 -7
  2509. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +0 -341
  2510. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +0 -186
  2511. package/node_modules/@types/keyv/package.json +0 -32
  2512. package/node_modules/@types/responselike/LICENSE +0 -21
  2513. package/node_modules/@types/responselike/README.md +0 -48
  2514. package/node_modules/@types/responselike/index.d.ts +0 -29
  2515. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -21
  2516. package/node_modules/@types/responselike/node_modules/@types/node/README.md +0 -15
  2517. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -59
  2518. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -950
  2519. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +0 -603
  2520. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2521. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -1765
  2522. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -1366
  2523. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -432
  2524. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2525. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -93
  2526. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -14
  2527. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -4047
  2528. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -537
  2529. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2530. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -497
  2531. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -876
  2532. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -150
  2533. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -1011
  2534. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2535. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -4658
  2536. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -150
  2537. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2538. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -2147
  2539. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -2470
  2540. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -400
  2541. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -115
  2542. package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2543. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -264
  2544. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2545. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -754
  2546. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +0 -970
  2547. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -498
  2548. package/node_modules/@types/responselike/node_modules/@types/node/package.json +0 -155
  2549. package/node_modules/@types/responselike/node_modules/@types/node/path/posix.d.ts +0 -8
  2550. package/node_modules/@types/responselike/node_modules/@types/node/path/win32.d.ts +0 -8
  2551. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -178
  2552. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2553. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +0 -2175
  2554. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -89
  2555. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -139
  2556. package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -897
  2557. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -158
  2558. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -507
  2559. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -405
  2560. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -47
  2561. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -1021
  2562. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2563. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +0 -211
  2564. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +0 -296
  2565. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +0 -1774
  2566. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -27
  2567. package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -58
  2568. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +0 -2202
  2569. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -93
  2570. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -149
  2571. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +0 -1193
  2572. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -103
  2573. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2574. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2575. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2576. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2577. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2578. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2579. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -225
  2580. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -532
  2581. package/node_modules/@types/responselike/node_modules/@types/node/util/types.d.ts +0 -558
  2582. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -1677
  2583. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -980
  2584. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -1170
  2585. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -131
  2586. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2587. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2588. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2589. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2590. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2591. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2592. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2593. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2594. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2595. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2596. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2597. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2598. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2599. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2600. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2601. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2602. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +0 -671
  2603. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -589
  2604. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +0 -21
  2605. package/node_modules/@types/responselike/node_modules/undici-types/README.md +0 -6
  2606. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -32
  2607. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +0 -43
  2608. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2609. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2610. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +0 -36
  2611. package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +0 -15
  2612. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -118
  2613. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +0 -34
  2614. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +0 -21
  2615. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +0 -30
  2616. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2617. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +0 -276
  2618. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2619. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +0 -161
  2620. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +0 -66
  2621. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +0 -211
  2622. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +0 -108
  2623. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2624. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +0 -7
  2625. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -73
  2626. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +0 -15
  2627. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +0 -160
  2628. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +0 -88
  2629. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +0 -73
  2630. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +0 -68
  2631. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2632. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +0 -27
  2633. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +0 -12
  2634. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2635. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +0 -27
  2636. package/node_modules/@types/responselike/node_modules/undici-types/package.json +0 -55
  2637. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -29
  2638. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +0 -19
  2639. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +0 -41
  2640. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2641. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +0 -68
  2642. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +0 -8
  2643. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +0 -125
  2644. package/node_modules/@types/responselike/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2645. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2646. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +0 -18
  2647. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +0 -7
  2648. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +0 -341
  2649. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +0 -186
  2650. package/node_modules/@types/responselike/package.json +0 -27
  2651. package/node_modules/cacheable-lookup/LICENSE +0 -21
  2652. package/node_modules/cacheable-lookup/README.md +0 -240
  2653. package/node_modules/cacheable-lookup/index.d.ts +0 -139
  2654. package/node_modules/cacheable-lookup/package.json +0 -45
  2655. package/node_modules/cacheable-lookup/source/index.js +0 -436
  2656. package/node_modules/cacheable-request/LICENSE +0 -21
  2657. package/node_modules/cacheable-request/README.md +0 -206
  2658. package/node_modules/cacheable-request/package.json +0 -56
  2659. package/node_modules/cacheable-request/src/index.js +0 -251
  2660. package/node_modules/clone-response/LICENSE +0 -21
  2661. package/node_modules/clone-response/README.md +0 -62
  2662. package/node_modules/clone-response/node_modules/mimic-response/index.js +0 -32
  2663. package/node_modules/clone-response/node_modules/mimic-response/license +0 -9
  2664. package/node_modules/clone-response/node_modules/mimic-response/package.json +0 -37
  2665. package/node_modules/clone-response/node_modules/mimic-response/readme.md +0 -54
  2666. package/node_modules/clone-response/package.json +0 -41
  2667. package/node_modules/clone-response/src/index.js +0 -17
  2668. package/node_modules/decompress-response/index.d.ts +0 -22
  2669. package/node_modules/decompress-response/index.js +0 -58
  2670. package/node_modules/decompress-response/license +0 -9
  2671. package/node_modules/decompress-response/package.json +0 -56
  2672. package/node_modules/decompress-response/readme.md +0 -48
  2673. package/node_modules/defer-to-connect/LICENSE +0 -21
  2674. package/node_modules/defer-to-connect/README.md +0 -38
  2675. package/node_modules/defer-to-connect/dist/source/index.d.ts +0 -10
  2676. package/node_modules/defer-to-connect/dist/source/index.js +0 -47
  2677. package/node_modules/defer-to-connect/package.json +0 -71
  2678. package/node_modules/end-of-stream/LICENSE +0 -21
  2679. package/node_modules/end-of-stream/README.md +0 -54
  2680. package/node_modules/end-of-stream/index.js +0 -96
  2681. package/node_modules/end-of-stream/package.json +0 -37
  2682. package/node_modules/get-stream/buffer-stream.js +0 -52
  2683. package/node_modules/get-stream/index.d.ts +0 -108
  2684. package/node_modules/get-stream/index.js +0 -60
  2685. package/node_modules/get-stream/license +0 -9
  2686. package/node_modules/get-stream/package.json +0 -50
  2687. package/node_modules/get-stream/readme.md +0 -124
  2688. package/node_modules/got/dist/source/as-promise/create-rejection.d.ts +0 -2
  2689. package/node_modules/got/dist/source/as-promise/create-rejection.js +0 -30
  2690. package/node_modules/got/dist/source/as-promise/index.d.ts +0 -3
  2691. package/node_modules/got/dist/source/as-promise/index.js +0 -176
  2692. package/node_modules/got/dist/source/as-promise/normalize-arguments.d.ts +0 -3
  2693. package/node_modules/got/dist/source/as-promise/normalize-arguments.js +0 -78
  2694. package/node_modules/got/dist/source/as-promise/parse-body.d.ts +0 -3
  2695. package/node_modules/got/dist/source/as-promise/parse-body.js +0 -25
  2696. package/node_modules/got/dist/source/as-promise/types.d.ts +0 -256
  2697. package/node_modules/got/dist/source/as-promise/types.js +0 -42
  2698. package/node_modules/got/dist/source/core/calculate-retry-delay.d.ts +0 -5
  2699. package/node_modules/got/dist/source/core/calculate-retry-delay.js +0 -29
  2700. package/node_modules/got/dist/source/core/index.d.ts +0 -1124
  2701. package/node_modules/got/dist/source/core/index.js +0 -1505
  2702. package/node_modules/got/dist/source/core/utils/dns-ip-version.d.ts +0 -5
  2703. package/node_modules/got/dist/source/core/utils/dns-ip-version.js +0 -17
  2704. package/node_modules/got/dist/source/core/utils/get-body-size.d.ts +0 -3
  2705. package/node_modules/got/dist/source/core/utils/get-body-size.js +0 -32
  2706. package/node_modules/got/dist/source/core/utils/get-buffer.d.ts +0 -4
  2707. package/node_modules/got/dist/source/core/utils/get-buffer.js +0 -16
  2708. package/node_modules/got/dist/source/core/utils/is-form-data.d.ts +0 -8
  2709. package/node_modules/got/dist/source/core/utils/is-form-data.js +0 -4
  2710. package/node_modules/got/dist/source/core/utils/is-response-ok.d.ts +0 -2
  2711. package/node_modules/got/dist/source/core/utils/is-response-ok.js +0 -8
  2712. package/node_modules/got/dist/source/core/utils/options-to-url.d.ts +0 -14
  2713. package/node_modules/got/dist/source/core/utils/options-to-url.js +0 -53
  2714. package/node_modules/got/dist/source/core/utils/proxy-events.d.ts +0 -3
  2715. package/node_modules/got/dist/source/core/utils/proxy-events.js +0 -17
  2716. package/node_modules/got/dist/source/core/utils/timed-out.d.ts +0 -29
  2717. package/node_modules/got/dist/source/core/utils/timed-out.js +0 -121
  2718. package/node_modules/got/dist/source/core/utils/unhandle.d.ts +0 -11
  2719. package/node_modules/got/dist/source/core/utils/unhandle.js +0 -22
  2720. package/node_modules/got/dist/source/core/utils/url-to-options.d.ts +0 -15
  2721. package/node_modules/got/dist/source/core/utils/url-to-options.js +0 -24
  2722. package/node_modules/got/dist/source/core/utils/weakable-map.d.ts +0 -8
  2723. package/node_modules/got/dist/source/core/utils/weakable-map.js +0 -29
  2724. package/node_modules/got/dist/source/create.d.ts +0 -5
  2725. package/node_modules/got/dist/source/create.js +0 -240
  2726. package/node_modules/got/dist/source/index.d.ts +0 -4
  2727. package/node_modules/got/dist/source/index.js +0 -132
  2728. package/node_modules/got/dist/source/types.d.ts +0 -344
  2729. package/node_modules/got/dist/source/types.js +0 -2
  2730. package/node_modules/got/dist/source/utils/deep-freeze.d.ts +0 -1
  2731. package/node_modules/got/dist/source/utils/deep-freeze.js +0 -12
  2732. package/node_modules/got/dist/source/utils/deprecation-warning.d.ts +0 -2
  2733. package/node_modules/got/dist/source/utils/deprecation-warning.js +0 -13
  2734. package/node_modules/got/license +0 -9
  2735. package/node_modules/got/package.json +0 -131
  2736. package/node_modules/got/readme.md +0 -2477
  2737. package/node_modules/hasown/.eslintrc +0 -5
  2738. package/node_modules/http-cache-semantics/LICENSE +0 -9
  2739. package/node_modules/http-cache-semantics/README.md +0 -268
  2740. package/node_modules/http-cache-semantics/index.js +0 -928
  2741. package/node_modules/http-cache-semantics/package.json +0 -22
  2742. package/node_modules/http2-wrapper/LICENSE +0 -21
  2743. package/node_modules/http2-wrapper/README.md +0 -470
  2744. package/node_modules/http2-wrapper/package.json +0 -54
  2745. package/node_modules/http2-wrapper/source/agent.js +0 -670
  2746. package/node_modules/http2-wrapper/source/auto.js +0 -149
  2747. package/node_modules/http2-wrapper/source/client-request.js +0 -445
  2748. package/node_modules/http2-wrapper/source/incoming-message.js +0 -58
  2749. package/node_modules/http2-wrapper/source/index.js +0 -28
  2750. package/node_modules/http2-wrapper/source/utils/calculate-server-name.js +0 -27
  2751. package/node_modules/http2-wrapper/source/utils/errors.js +0 -45
  2752. package/node_modules/http2-wrapper/source/utils/is-request-pseudo-header.js +0 -13
  2753. package/node_modules/http2-wrapper/source/utils/proxy-events.js +0 -7
  2754. package/node_modules/http2-wrapper/source/utils/url-to-options.js +0 -25
  2755. package/node_modules/json-buffer/.travis.yml +0 -3
  2756. package/node_modules/json-buffer/LICENSE +0 -22
  2757. package/node_modules/json-buffer/README.md +0 -24
  2758. package/node_modules/json-buffer/index.js +0 -58
  2759. package/node_modules/json-buffer/package.json +0 -34
  2760. package/node_modules/json-buffer/test/index.js +0 -63
  2761. package/node_modules/keyv/README.md +0 -429
  2762. package/node_modules/keyv/package.json +0 -57
  2763. package/node_modules/keyv/src/index.d.ts +0 -112
  2764. package/node_modules/keyv/src/index.js +0 -259
  2765. package/node_modules/lowercase-keys/index.d.ts +0 -16
  2766. package/node_modules/lowercase-keys/index.js +0 -10
  2767. package/node_modules/lowercase-keys/license +0 -9
  2768. package/node_modules/lowercase-keys/package.json +0 -38
  2769. package/node_modules/lowercase-keys/readme.md +0 -32
  2770. package/node_modules/mimic-response/index.d.ts +0 -17
  2771. package/node_modules/mimic-response/index.js +0 -77
  2772. package/node_modules/mimic-response/license +0 -9
  2773. package/node_modules/mimic-response/package.json +0 -42
  2774. package/node_modules/mimic-response/readme.md +0 -78
  2775. package/node_modules/normalize-url/index.d.ts +0 -267
  2776. package/node_modules/normalize-url/index.js +0 -216
  2777. package/node_modules/normalize-url/license +0 -9
  2778. package/node_modules/normalize-url/package.json +0 -50
  2779. package/node_modules/normalize-url/readme.md +0 -286
  2780. package/node_modules/once/LICENSE +0 -15
  2781. package/node_modules/once/README.md +0 -79
  2782. package/node_modules/once/once.js +0 -42
  2783. package/node_modules/once/package.json +0 -33
  2784. package/node_modules/p-cancelable/index.d.ts +0 -176
  2785. package/node_modules/p-cancelable/index.js +0 -111
  2786. package/node_modules/p-cancelable/license +0 -9
  2787. package/node_modules/p-cancelable/package.json +0 -49
  2788. package/node_modules/p-cancelable/readme.md +0 -153
  2789. package/node_modules/pump/.github/FUNDING.yml +0 -2
  2790. package/node_modules/pump/.travis.yml +0 -5
  2791. package/node_modules/pump/LICENSE +0 -21
  2792. package/node_modules/pump/README.md +0 -74
  2793. package/node_modules/pump/SECURITY.md +0 -5
  2794. package/node_modules/pump/empty.js +0 -1
  2795. package/node_modules/pump/index.js +0 -86
  2796. package/node_modules/pump/package.json +0 -30
  2797. package/node_modules/pump/test-browser.js +0 -66
  2798. package/node_modules/pump/test-node.js +0 -53
  2799. package/node_modules/quick-lru/index.d.ts +0 -97
  2800. package/node_modules/quick-lru/index.js +0 -123
  2801. package/node_modules/quick-lru/license +0 -9
  2802. package/node_modules/quick-lru/package.json +0 -43
  2803. package/node_modules/quick-lru/readme.md +0 -111
  2804. package/node_modules/resolve-alpn/LICENSE +0 -22
  2805. package/node_modules/resolve-alpn/README.md +0 -60
  2806. package/node_modules/resolve-alpn/index.js +0 -43
  2807. package/node_modules/resolve-alpn/package.json +0 -34
  2808. package/node_modules/responselike/LICENSE +0 -19
  2809. package/node_modules/responselike/README.md +0 -77
  2810. package/node_modules/responselike/package.json +0 -39
  2811. package/node_modules/responselike/src/index.js +0 -34
  2812. package/node_modules/wrappy/LICENSE +0 -15
  2813. package/node_modules/wrappy/README.md +0 -36
  2814. package/node_modules/wrappy/package.json +0 -29
  2815. package/node_modules/wrappy/wrappy.js +0 -33
  2816. /package/node_modules/{@smithy/eventstream-serde-browser → @aws-sdk/signature-v4-multi-region}/LICENSE +0 -0
  2817. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidFunction.js +0 -0
  2818. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidProvider.js +0 -0
  2819. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/client/middleware-stack}/MiddlewareStack.js +0 -0
  2820. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/client/middleware-stack}/types.js +0 -0
  2821. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/NoOpLogger.js +0 -0
  2822. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/constants.js +0 -0
  2823. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/create-aggregated-client.js +0 -0
  2824. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/default-error-handler.js +0 -0
  2825. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/defaults-mode.js +0 -0
  2826. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/emitWarningIfUnsupportedVersion.js +0 -0
  2827. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/exceptions.js +0 -0
  2828. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/extensions/retry.js +0 -0
  2829. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-array-if-single-item.js +0 -0
  2830. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-value-from-text-node.js +0 -0
  2831. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/is-serializable-header-value.js +0 -0
  2832. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/object-mapping.js +0 -0
  2833. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/schemaLogFilter.js +0 -0
  2834. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/ser-utils.js +0 -0
  2835. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/serde-json.js +0 -0
  2836. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/getSmithyContext.js +0 -0
  2837. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/normalizeProvider.js +0 -0
  2838. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/circularReplacer.js +0 -0
  2839. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/sleep.js +0 -0
  2840. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/validate.js +0 -0
  2841. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/waiter.js +0 -0
  2842. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
  2843. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/config.js +0 -0
  2844. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/getRealRegion.js +0 -0
  2845. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/isFipsRegion.js +0 -0
  2846. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.js +0 -0
  2847. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariant.js +0 -0
  2848. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.js +0 -0
  2849. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/PartitionHash.js +0 -0
  2850. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/RegionHash.js +0 -0
  2851. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.js +0 -0
  2852. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getRegionInfo.js +0 -0
  2853. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedHostname.js +0 -0
  2854. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedPartition.js +0 -0
  2855. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.js +0 -0
  2856. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/constants.js +0 -0
  2857. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/defaultsModeConfig.js +0 -0
  2858. /package/node_modules/@smithy/{node-config-provider/dist-es → core/dist-es/submodules/config/node-config-provider}/getSelectorName.js +0 -0
  2859. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/CredentialsProviderError.js +0 -0
  2860. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/ProviderError.js +0 -0
  2861. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/TokenProviderError.js +0 -0
  2862. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/chain.js +0 -0
  2863. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/memoize.js +0 -0
  2864. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/constants.js +0 -0
  2865. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/externalDataInterceptor.js +0 -0
  2866. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getConfigData.js +0 -0
  2867. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getProfileName.js +0 -0
  2868. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getSsoSessionData.js +0 -0
  2869. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/loadSsoSessionData.js +0 -0
  2870. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/mergeConfigFiles.js +0 -0
  2871. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseIni.js +0 -0
  2872. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseKnownFiles.js +0 -0
  2873. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/readFile.js +0 -0
  2874. /package/node_modules/@smithy/{middleware-retry/dist-es/retry-pre-sra-deprecated → core/dist-es/submodules/config/shared-ini-file-loader}/types.js +0 -0
  2875. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/booleanSelector.js +0 -0
  2876. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/numberSelector.js +0 -0
  2877. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/types.js +0 -0
  2878. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.js +0 -0
  2879. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.browser.js +0 -0
  2880. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.js +0 -0
  2881. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/index.js +0 -0
  2882. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/s3.js +0 -0
  2883. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/types.js +0 -0
  2884. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.js +0 -0
  2885. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/cache/EndpointCache.js +0 -0
  2886. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/debugId.js +0 -0
  2887. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/index.js +0 -0
  2888. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/toDebugString.js +0 -0
  2889. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/decideEndpoint.js +0 -0
  2890. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/getEndpointUrlConfig.js +0 -0
  2891. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/booleanEquals.js +0 -0
  2892. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/coalesce.js +0 -0
  2893. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttr.js +0 -0
  2894. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttrPathList.js +0 -0
  2895. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/index.js +0 -0
  2896. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isIpAddress.js +0 -0
  2897. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isSet.js +0 -0
  2898. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.js +0 -0
  2899. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/ite.js +0 -0
  2900. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/not.js +0 -0
  2901. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/parseURL.js +0 -0
  2902. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/split.js +0 -0
  2903. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/stringEquals.js +0 -0
  2904. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/substring.js +0 -0
  2905. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/uriEncode.js +0 -0
  2906. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/resolveEndpoint.js +0 -0
  2907. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointError.js +0 -0
  2908. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointFunctions.js +0 -0
  2909. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.js +0 -0
  2910. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.js +0 -0
  2911. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/RuleSetObject.js +0 -0
  2912. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/TreeRuleObject.js +0 -0
  2913. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/index.js +0 -0
  2914. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/shared.js +0 -0
  2915. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/callFunction.js +0 -0
  2916. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.js +0 -0
  2917. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/endpointFunctions.js +0 -0
  2918. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.js +0 -0
  2919. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.js +0 -0
  2920. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.js +0 -0
  2921. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointUrl.js +0 -0
  2922. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getReferenceValue.js +0 -0
  2923. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/index.js +0 -0
  2924. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/EventStreamCodec.js +0 -0
  2925. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/Message.js +0 -0
  2926. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageDecoderStream.js +0 -0
  2927. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageEncoderStream.js +0 -0
  2928. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.js +0 -0
  2929. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.js +0 -0
  2930. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/TestVectors.fixture.js +0 -0
  2931. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/splitMessage.js +0 -0
  2932. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.js +0 -0
  2933. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.js +0 -0
  2934. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.js +0 -0
  2935. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getUnmarshalledStream.js +0 -0
  2936. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Field.js +0 -0
  2937. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Fields.js +0 -0
  2938. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/extensions/httpExtensionConfiguration.js +0 -0
  2939. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpHandler.js +0 -0
  2940. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpRequest.js +0 -0
  2941. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpResponse.js +0 -0
  2942. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/isValidHostname.js +0 -0
  2943. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/types.js +0 -0
  2944. /package/node_modules/@smithy/{querystring-parser/dist-es/index.js → core/dist-es/submodules/protocols/querystring-parser/parseQueryString.js} +0 -0
  2945. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri-path.js +0 -0
  2946. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri.js +0 -0
  2947. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/isStreamingPayload/isStreamingPayload.browser.js +0 -0
  2948. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/longPollMiddleware.js +0 -0
  2949. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated}/types.js +0 -0
  2950. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/util.js +0 -0
  2951. /package/node_modules/@smithy/{service-error-classification/dist-es → core/dist-es/submodules/retry/service-error-classification}/constants.js +0 -0
  2952. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.js +0 -0
  2953. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryToken.js +0 -0
  2954. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/config.js +0 -0
  2955. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/constants.js +0 -0
  2956. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/retries-2026-config.js +0 -0
  2957. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/types.js +0 -0
  2958. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js → @smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js} +0 -0
  2959. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serdePlugin.js +0 -0
  2960. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serializerMiddleware.js +0 -0
  2961. /package/node_modules/@smithy/{util-base64/dist-es/constants.browser.js → core/dist-es/submodules/serde/util-base64/constants-for-browser.js} +0 -0
  2962. /package/node_modules/@smithy/{util-body-length-browser/dist-es/calculateBodyLength.js → core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js} +0 -0
  2963. /package/node_modules/@smithy/{util-hex-encoding/dist-es/index.js → core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js} +0 -0
  2964. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/ByteArrayCollector.js +0 -0
  2965. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/checksum/ChecksumStream.browser.js +0 -0
  2966. /package/node_modules/@smithy/{util-stream/dist-es/createBufferedReadableStream.js → core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js} +0 -0
  2967. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.js +0 -0
  2968. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.js +0 -0
  2969. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/headStream.browser.js +0 -0
  2970. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/splitStream.browser.js +0 -0
  2971. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/stream-type-check.js +0 -0
  2972. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/fromUtf8.browser.js +0 -0
  2973. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUint8Array.js +0 -0
  2974. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUtf8.browser.js +0 -0
  2975. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidFunction.d.ts +0 -0
  2976. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidProvider.d.ts +0 -0
  2977. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/MiddlewareStack.d.ts +0 -0
  2978. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/types.d.ts +0 -0
  2979. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/NoOpLogger.d.ts +0 -0
  2980. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/constants.d.ts +0 -0
  2981. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/defaults-mode.d.ts +0 -0
  2982. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/extensions/retry.d.ts +0 -0
  2983. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/is-serializable-header-value.d.ts +0 -0
  2984. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/schemaLogFilter.d.ts +0 -0
  2985. /package/node_modules/@smithy/{util-middleware/dist-types → core/dist-types/submodules/client/util-middleware}/normalizeProvider.d.ts +0 -0
  2986. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/circularReplacer.d.ts +0 -0
  2987. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/utils/sleep.d.ts +0 -0
  2988. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
  2989. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
  2990. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/checkRegion.d.ts +0 -0
  2991. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/getRealRegion.d.ts +0 -0
  2992. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/isFipsRegion.d.ts +0 -0
  2993. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.d.ts +0 -0
  2994. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariant.d.ts +0 -0
  2995. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.d.ts +0 -0
  2996. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/PartitionHash.d.ts +0 -0
  2997. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/RegionHash.d.ts +0 -0
  2998. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.d.ts +0 -0
  2999. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getRegionInfo.d.ts +0 -0
  3000. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedHostname.d.ts +0 -0
  3001. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedPartition.d.ts +0 -0
  3002. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.d.ts +0 -0
  3003. /package/node_modules/@smithy/{util-defaults-mode-node/dist-types → core/dist-types/submodules/config/defaults-mode}/constants.d.ts +0 -0
  3004. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromEnv.d.ts +0 -0
  3005. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromStatic.d.ts +0 -0
  3006. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/getSelectorName.d.ts +0 -0
  3007. /package/node_modules/@smithy/{property-provider/dist-types → core/dist-types/submodules/config/property-provider}/memoize.d.ts +0 -0
  3008. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/constants.d.ts +0 -0
  3009. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/externalDataInterceptor.d.ts +0 -0
  3010. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getConfigFilepath.d.ts +0 -0
  3011. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getCredentialsFilepath.d.ts +0 -0
  3012. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getHomeDir.d.ts +0 -0
  3013. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getProfileName.d.ts +0 -0
  3014. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getSSOTokenFilepath.d.ts +0 -0
  3015. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSharedConfigFiles.d.ts +0 -0
  3016. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSsoSessionData.d.ts +0 -0
  3017. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/mergeConfigFiles.d.ts +0 -0
  3018. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/readFile.d.ts +0 -0
  3019. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/types.d.ts +0 -0
  3020. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/booleanSelector.d.ts +0 -0
  3021. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/numberSelector.d.ts +0 -0
  3022. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/types.d.ts +0 -0
  3023. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.d.ts +0 -0
  3024. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.d.ts +0 -0
  3025. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.d.ts +0 -0
  3026. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/index.d.ts +0 -0
  3027. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/s3.d.ts +0 -0
  3028. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/types.d.ts +0 -0
  3029. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.d.ts +0 -0
  3030. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/debugId.d.ts +0 -0
  3031. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/index.d.ts +0 -0
  3032. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/toDebugString.d.ts +0 -0
  3033. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/booleanEquals.d.ts +0 -0
  3034. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/coalesce.d.ts +0 -0
  3035. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttr.d.ts +0 -0
  3036. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttrPathList.d.ts +0 -0
  3037. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/index.d.ts +0 -0
  3038. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  3039. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isSet.d.ts +0 -0
  3040. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.d.ts +0 -0
  3041. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/ite.d.ts +0 -0
  3042. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/not.d.ts +0 -0
  3043. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/split.d.ts +0 -0
  3044. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/stringEquals.d.ts +0 -0
  3045. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/substring.d.ts +0 -0
  3046. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/uriEncode.d.ts +0 -0
  3047. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointError.d.ts +0 -0
  3048. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointFunctions.d.ts +0 -0
  3049. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  3050. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  3051. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  3052. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  3053. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/index.d.ts +0 -0
  3054. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/callFunction.d.ts +0 -0
  3055. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.d.ts +0 -0
  3056. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.d.ts +0 -0
  3057. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.d.ts +0 -0
  3058. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.d.ts +0 -0
  3059. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.d.ts +0 -0
  3060. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/index.d.ts +0 -0
  3061. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/HeaderMarshaller.d.ts +0 -0
  3062. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Int64.d.ts +0 -0
  3063. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Message.d.ts +0 -0
  3064. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageDecoderStream.d.ts +0 -0
  3065. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageEncoderStream.d.ts +0 -0
  3066. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.d.ts +0 -0
  3067. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.d.ts +0 -0
  3068. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/TestVectors.fixture.d.ts +0 -0
  3069. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/splitMessage.d.ts +0 -0
  3070. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.d.ts +0 -0
  3071. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.d.ts +0 -0
  3072. /package/node_modules/@smithy/{eventstream-serde-universal/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.d.ts +0 -0
  3073. /package/node_modules/@smithy/{middleware-content-length/dist-types/index.d.ts → core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts} +0 -0
  3074. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/Fields.d.ts +0 -0
  3075. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/httpResponse.d.ts +0 -0
  3076. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/isValidHostname.d.ts +0 -0
  3077. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/types.d.ts +0 -0
  3078. /package/node_modules/@smithy/{querystring-builder/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts} +0 -0
  3079. /package/node_modules/@smithy/{querystring-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-parser/parseQueryString.d.ts} +0 -0
  3080. /package/node_modules/@smithy/{url-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/url-parser/parseUrl.d.ts} +0 -0
  3081. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri-path.d.ts +0 -0
  3082. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri.d.ts +0 -0
  3083. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/longPollMiddleware.d.ts +0 -0
  3084. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/omitRetryHeadersMiddleware.d.ts +0 -0
  3085. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/parseRetryAfterHeader.d.ts +0 -0
  3086. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +0 -0
  3087. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +0 -0
  3088. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/delayDecider.d.ts +0 -0
  3089. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/retryDecider.d.ts +0 -0
  3090. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/types.d.ts +0 -0
  3091. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/util.d.ts +0 -0
  3092. /package/node_modules/@smithy/{service-error-classification/dist-types → core/dist-types/submodules/retry/service-error-classification}/constants.d.ts +0 -0
  3093. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/ConfiguredRetryStrategy.d.ts +0 -0
  3094. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRateLimiter.d.ts +0 -0
  3095. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.d.ts +0 -0
  3096. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryToken.d.ts +0 -0
  3097. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/config.d.ts +0 -0
  3098. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/types.d.ts +0 -0
  3099. /package/node_modules/@smithy/{hash-node/dist-types/index.d.ts → core/dist-types/submodules/serde/hash-node/hash-node.d.ts} +0 -0
  3100. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts → @smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts} +0 -0
  3101. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/deserializerMiddleware.d.ts +0 -0
  3102. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serdePlugin.d.ts +0 -0
  3103. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serializerMiddleware.d.ts +0 -0
  3104. /package/node_modules/@smithy/{util-base64/dist-types/constants.browser.d.ts → core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts} +0 -0
  3105. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.browser.d.ts +0 -0
  3106. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.d.ts +0 -0
  3107. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.browser.d.ts +0 -0
  3108. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.d.ts +0 -0
  3109. /package/node_modules/@smithy/{util-body-length-browser/dist-types/calculateBodyLength.d.ts → core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts} +0 -0
  3110. /package/node_modules/@smithy/{util-body-length-node/dist-types → core/dist-types/submodules/serde/util-body-length}/calculateBodyLength.d.ts +0 -0
  3111. /package/node_modules/@smithy/{util-hex-encoding/dist-types/index.d.ts → core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts} +0 -0
  3112. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/ByteArrayCollector.d.ts +0 -0
  3113. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/checksum/ChecksumStream.browser.d.ts +0 -0
  3114. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.d.ts +0 -0
  3115. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/headStream.browser.d.ts +0 -0
  3116. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/sdk-stream-mixin.browser.d.ts +0 -0
  3117. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/splitStream.browser.d.ts +0 -0
  3118. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/stream-type-check.d.ts +0 -0
  3119. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.browser.d.ts +0 -0
  3120. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.d.ts +0 -0
  3121. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUint8Array.d.ts +0 -0
  3122. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.browser.d.ts +0 -0
  3123. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.d.ts +0 -0
  3124. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  3125. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  3126. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  3127. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  3128. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  3129. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/LICENSE +0 -0
  3130. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/web-globals/domexception.d.ts +0 -0
  3131. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  3132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  3133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  3134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  3135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  3136. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  3137. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  3138. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  3139. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  3140. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  3141. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  3142. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  3143. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  3144. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  3145. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  3146. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  3147. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  3148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  3149. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  3150. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  3151. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  3152. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  3153. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  3154. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  3155. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  3156. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  3157. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  3158. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  3159. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  3160. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  3161. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  3162. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  3163. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  3164. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  3165. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  3166. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  3167. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  3168. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/README.md +0 -0
  3169. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/cache.d.ts +0 -0
  3170. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/content-type.d.ts +0 -0
@@ -1,13 +1,15 @@
1
- /*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors */
1
+ /*! Axios v1.16.1 Copyright (c) 2026 Matt Zabriskie and contributors */
2
2
  'use strict';
3
3
 
4
4
  var FormData$1 = require('form-data');
5
5
  var crypto = require('crypto');
6
6
  var url = require('url');
7
+ var HttpsProxyAgent = require('https-proxy-agent');
7
8
  var http = require('http');
8
9
  var https = require('https');
9
10
  var http2 = require('http2');
10
11
  var util = require('util');
12
+ var path = require('path');
11
13
  var followRedirects = require('follow-redirects');
12
14
  var zlib = require('zlib');
13
15
  var stream = require('stream');
@@ -207,9 +209,9 @@ const isFile = kindOfTest('File');
207
209
  * also have a `name` and `type` attribute to specify filename and content type
208
210
  *
209
211
  * @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
210
- *
212
+ *
211
213
  * @param {*} value The value to test
212
- *
214
+ *
213
215
  * @returns {boolean} True if value is a React Native Blob, otherwise false
214
216
  */
215
217
  const isReactNativeBlob = value => {
@@ -219,9 +221,9 @@ const isReactNativeBlob = value => {
219
221
  /**
220
222
  * Determine if environment is React Native
221
223
  * ReactNative `FormData` has a non-standard `getParts()` method
222
- *
224
+ *
223
225
  * @param {*} formData The formData to test
224
- *
226
+ *
225
227
  * @returns {boolean} True if environment is React Native, otherwise false
226
228
  */
227
229
  const isReactNative = formData => formData && typeof formData.getParts !== 'undefined';
@@ -240,7 +242,7 @@ const isBlob = kindOfTest('Blob');
240
242
  *
241
243
  * @param {*} val The value to test
242
244
  *
243
- * @returns {boolean} True if value is a File, otherwise false
245
+ * @returns {boolean} True if value is a FileList, otherwise false
244
246
  */
245
247
  const isFileList = kindOfTest('FileList');
246
248
 
@@ -270,10 +272,16 @@ function getGlobal() {
270
272
  const G = getGlobal();
271
273
  const FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
272
274
  const isFormData = thing => {
273
- let kind;
274
- return thing && (FormDataCtor && thing instanceof FormDataCtor || isFunction$1(thing.append) && ((kind = kindOf(thing)) === 'formdata' ||
275
+ if (!thing) return false;
276
+ if (FormDataCtor && thing instanceof FormDataCtor) return true;
277
+ // Reject plain objects inheriting directly from Object.prototype so prototype-pollution gadgets can't spoof FormData.
278
+ const proto = getPrototypeOf(thing);
279
+ if (!proto || proto === Object.prototype) return false;
280
+ if (!isFunction$1(thing.append)) return false;
281
+ const kind = kindOf(thing);
282
+ return kind === 'formdata' ||
275
283
  // detect form-data instance
276
- kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]'));
284
+ kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]';
277
285
  };
278
286
 
279
287
  /**
@@ -398,8 +406,7 @@ const isContextDefined = context => !isUndefined(context) && context !== _global
398
406
  *
399
407
  * @returns {Object} Result of all merge properties
400
408
  */
401
- function merge(/* obj1, obj2, obj3, ... */
402
- ) {
409
+ function merge(...objs) {
403
410
  const {
404
411
  caseless,
405
412
  skipUndefined
@@ -411,8 +418,12 @@ function merge(/* obj1, obj2, obj3, ... */
411
418
  return;
412
419
  }
413
420
  const targetKey = caseless && findKey(result, key) || key;
414
- if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
415
- result[targetKey] = merge(result[targetKey], val);
421
+ // Read via own-prop only — a bare `result[targetKey]` walks the prototype
422
+ // chain, so a polluted Object.prototype value could surface here and get
423
+ // copied into the merged result.
424
+ const existing = hasOwnProperty(result, targetKey) ? result[targetKey] : undefined;
425
+ if (isPlainObject(existing) && isPlainObject(val)) {
426
+ result[targetKey] = merge(existing, val);
416
427
  } else if (isPlainObject(val)) {
417
428
  result[targetKey] = merge({}, val);
418
429
  } else if (isArray(val)) {
@@ -421,8 +432,8 @@ function merge(/* obj1, obj2, obj3, ... */
421
432
  result[targetKey] = val;
422
433
  }
423
434
  };
424
- for (let i = 0, l = arguments.length; i < l; i++) {
425
- arguments[i] && forEach(arguments[i], assignValue);
435
+ for (let i = 0, l = objs.length; i < l; i++) {
436
+ objs[i] && forEach(objs[i], assignValue);
426
437
  }
427
438
  return result;
428
439
  }
@@ -444,6 +455,9 @@ const extend = (a, b, thisArg, {
444
455
  forEach(b, (val, key) => {
445
456
  if (thisArg && isFunction$1(val)) {
446
457
  Object.defineProperty(a, key, {
458
+ // Null-proto descriptor so a polluted Object.prototype.get cannot
459
+ // hijack defineProperty's accessor-vs-data resolution.
460
+ __proto__: null,
447
461
  value: bind(val, thisArg),
448
462
  writable: true,
449
463
  enumerable: true,
@@ -451,6 +465,7 @@ const extend = (a, b, thisArg, {
451
465
  });
452
466
  } else {
453
467
  Object.defineProperty(a, key, {
468
+ __proto__: null,
454
469
  value: val,
455
470
  writable: true,
456
471
  enumerable: true,
@@ -489,12 +504,14 @@ const stripBOM = content => {
489
504
  const inherits = (constructor, superConstructor, props, descriptors) => {
490
505
  constructor.prototype = Object.create(superConstructor.prototype, descriptors);
491
506
  Object.defineProperty(constructor.prototype, 'constructor', {
507
+ __proto__: null,
492
508
  value: constructor,
493
509
  writable: true,
494
510
  enumerable: false,
495
511
  configurable: true
496
512
  });
497
513
  Object.defineProperty(constructor, 'super', {
514
+ __proto__: null,
498
515
  value: superConstructor.prototype
499
516
  });
500
517
  props && Object.assign(constructor.prototype, props);
@@ -662,7 +679,7 @@ const reduceDescriptors = (obj, reducer) => {
662
679
  const freezeMethods = obj => {
663
680
  reduceDescriptors(obj, (descriptor, name) => {
664
681
  // skip restricted props in strict mode
665
- if (isFunction$1(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {
682
+ if (isFunction$1(obj) && ['arguments', 'caller', 'callee'].includes(name)) {
666
683
  return false;
667
684
  }
668
685
  const value = obj[name];
@@ -721,10 +738,10 @@ function isSpecCompliantForm(thing) {
721
738
  * @returns {Object} The JSON-compatible object.
722
739
  */
723
740
  const toJSONObject = obj => {
724
- const stack = new Array(10);
725
- const visit = (source, i) => {
741
+ const visited = new WeakSet();
742
+ const visit = source => {
726
743
  if (isObject(source)) {
727
- if (stack.indexOf(source) >= 0) {
744
+ if (visited.has(source)) {
728
745
  return;
729
746
  }
730
747
 
@@ -733,19 +750,20 @@ const toJSONObject = obj => {
733
750
  return source;
734
751
  }
735
752
  if (!('toJSON' in source)) {
736
- stack[i] = source;
753
+ // add-on descent / delete-on-ascent: preserves path semantics, so DAG nodes serialise at every occurrence (see #7230).
754
+ visited.add(source);
737
755
  const target = isArray(source) ? [] : {};
738
756
  forEach(source, (value, key) => {
739
- const reducedValue = visit(value, i + 1);
757
+ const reducedValue = visit(value);
740
758
  !isUndefined(reducedValue) && (target[key] = reducedValue);
741
759
  });
742
- stack[i] = undefined;
760
+ visited.delete(source);
743
761
  return target;
744
762
  }
745
763
  }
746
764
  return source;
747
765
  };
748
- return visit(obj, 0);
766
+ return visit(obj);
749
767
  };
750
768
 
751
769
  /**
@@ -869,1034 +887,1129 @@ var utils$1 = {
869
887
  isIterable
870
888
  };
871
889
 
872
- class AxiosError extends Error {
873
- static from(error, code, config, request, response, customProps) {
874
- const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
875
- axiosError.cause = error;
876
- axiosError.name = error.name;
890
+ // RawAxiosHeaders whose duplicates are ignored by node
891
+ // c.f. https://nodejs.org/api/http.html#http_message_headers
892
+ const ignoreDuplicateOf = utils$1.toObjectSet(['age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', 'referer', 'retry-after', 'user-agent']);
877
893
 
878
- // Preserve status from the original error if not already set from response
879
- if (error.status != null && axiosError.status == null) {
880
- axiosError.status = error.status;
894
+ /**
895
+ * Parse headers into an object
896
+ *
897
+ * ```
898
+ * Date: Wed, 27 Aug 2014 08:58:49 GMT
899
+ * Content-Type: application/json
900
+ * Connection: keep-alive
901
+ * Transfer-Encoding: chunked
902
+ * ```
903
+ *
904
+ * @param {String} rawHeaders Headers needing to be parsed
905
+ *
906
+ * @returns {Object} Headers parsed into an object
907
+ */
908
+ var parseHeaders = rawHeaders => {
909
+ const parsed = {};
910
+ let key;
911
+ let val;
912
+ let i;
913
+ rawHeaders && rawHeaders.split('\n').forEach(function parser(line) {
914
+ i = line.indexOf(':');
915
+ key = line.substring(0, i).trim().toLowerCase();
916
+ val = line.substring(i + 1).trim();
917
+ if (!key || parsed[key] && ignoreDuplicateOf[key]) {
918
+ return;
881
919
  }
882
- customProps && Object.assign(axiosError, customProps);
883
- return axiosError;
884
- }
885
-
886
- /**
887
- * Create an Error with the specified message, config, error code, request and response.
888
- *
889
- * @param {string} message The error message.
890
- * @param {string} [code] The error code (for example, 'ECONNABORTED').
891
- * @param {Object} [config] The config.
892
- * @param {Object} [request] The request.
893
- * @param {Object} [response] The response.
894
- *
895
- * @returns {Error} The created error.
896
- */
897
- constructor(message, code, config, request, response) {
898
- super(message);
920
+ if (key === 'set-cookie') {
921
+ if (parsed[key]) {
922
+ parsed[key].push(val);
923
+ } else {
924
+ parsed[key] = [val];
925
+ }
926
+ } else {
927
+ parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
928
+ }
929
+ });
930
+ return parsed;
931
+ };
899
932
 
900
- // Make message enumerable to maintain backward compatibility
901
- // The native Error constructor sets message as non-enumerable,
902
- // but axios < v1.13.3 had it as enumerable
903
- Object.defineProperty(this, 'message', {
904
- value: message,
905
- enumerable: true,
906
- writable: true,
907
- configurable: true
908
- });
909
- this.name = 'AxiosError';
910
- this.isAxiosError = true;
911
- code && (this.code = code);
912
- config && (this.config = config);
913
- request && (this.request = request);
914
- if (response) {
915
- this.response = response;
916
- this.status = response.status;
933
+ function trimSPorHTAB(str) {
934
+ let start = 0;
935
+ let end = str.length;
936
+ while (start < end) {
937
+ const code = str.charCodeAt(start);
938
+ if (code !== 0x09 && code !== 0x20) {
939
+ break;
917
940
  }
941
+ start += 1;
918
942
  }
919
- toJSON() {
920
- return {
921
- // Standard
922
- message: this.message,
923
- name: this.name,
924
- // Microsoft
925
- description: this.description,
926
- number: this.number,
927
- // Mozilla
928
- fileName: this.fileName,
929
- lineNumber: this.lineNumber,
930
- columnNumber: this.columnNumber,
931
- stack: this.stack,
932
- // Axios
933
- config: utils$1.toJSONObject(this.config),
934
- code: this.code,
935
- status: this.status
936
- };
943
+ while (end > start) {
944
+ const code = str.charCodeAt(end - 1);
945
+ if (code !== 0x09 && code !== 0x20) {
946
+ break;
947
+ }
948
+ end -= 1;
937
949
  }
950
+ return start === 0 && end === str.length ? str : str.slice(start, end);
938
951
  }
939
952
 
940
- // This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
941
- AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
942
- AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
943
- AxiosError.ECONNABORTED = 'ECONNABORTED';
944
- AxiosError.ETIMEDOUT = 'ETIMEDOUT';
945
- AxiosError.ERR_NETWORK = 'ERR_NETWORK';
946
- AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
947
- AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
948
- AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
949
- AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
950
- AxiosError.ERR_CANCELED = 'ERR_CANCELED';
951
- AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
952
- AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
953
-
954
- /**
955
- * Determines if the given thing is a array or js object.
956
- *
957
- * @param {string} thing - The object or array to be visited.
958
- *
959
- * @returns {boolean}
960
- */
961
- function isVisitable(thing) {
962
- return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
953
+ // The control-code ranges are intentional: header sanitization strips C0/DEL bytes.
954
+ // eslint-disable-next-line no-control-regex
955
+ const INVALID_UNICODE_HEADER_VALUE_CHARS = new RegExp('[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+', 'g');
956
+ // eslint-disable-next-line no-control-regex
957
+ const INVALID_BYTE_STRING_HEADER_VALUE_CHARS = new RegExp('[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+', 'g');
958
+ function sanitizeValue(value, invalidChars) {
959
+ if (utils$1.isArray(value)) {
960
+ return value.map(item => sanitizeValue(item, invalidChars));
961
+ }
962
+ return trimSPorHTAB(String(value).replace(invalidChars, ''));
963
963
  }
964
-
965
- /**
966
- * It removes the brackets from the end of a string
967
- *
968
- * @param {string} key - The key of the parameter.
969
- *
970
- * @returns {string} the key without the brackets.
971
- */
972
- function removeBrackets(key) {
973
- return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
964
+ const sanitizeHeaderValue = value => sanitizeValue(value, INVALID_UNICODE_HEADER_VALUE_CHARS);
965
+ const sanitizeByteStringHeaderValue = value => sanitizeValue(value, INVALID_BYTE_STRING_HEADER_VALUE_CHARS);
966
+ function toByteStringHeaderObject(headers) {
967
+ const byteStringHeaders = Object.create(null);
968
+ utils$1.forEach(headers.toJSON(), (value, header) => {
969
+ byteStringHeaders[header] = sanitizeByteStringHeaderValue(value);
970
+ });
971
+ return byteStringHeaders;
974
972
  }
975
973
 
976
- /**
977
- * It takes a path, a key, and a boolean, and returns a string
978
- *
979
- * @param {string} path - The path to the current key.
980
- * @param {string} key - The key of the current object being iterated over.
981
- * @param {string} dots - If true, the key will be rendered with dots instead of brackets.
982
- *
983
- * @returns {string} The path to the current key.
984
- */
985
- function renderKey(path, key, dots) {
986
- if (!path) return key;
987
- return path.concat(key).map(function each(token, i) {
988
- // eslint-disable-next-line no-param-reassign
989
- token = removeBrackets(token);
990
- return !dots && i ? '[' + token + ']' : token;
991
- }).join(dots ? '.' : '');
974
+ const $internals = Symbol('internals');
975
+ function normalizeHeader(header) {
976
+ return header && String(header).trim().toLowerCase();
992
977
  }
993
-
994
- /**
995
- * If the array is an array and none of its elements are visitable, then it's a flat array.
996
- *
997
- * @param {Array<any>} arr - The array to check
998
- *
999
- * @returns {boolean}
1000
- */
1001
- function isFlatArray(arr) {
1002
- return utils$1.isArray(arr) && !arr.some(isVisitable);
978
+ function normalizeValue(value) {
979
+ if (value === false || value == null) {
980
+ return value;
981
+ }
982
+ return utils$1.isArray(value) ? value.map(normalizeValue) : sanitizeHeaderValue(String(value));
1003
983
  }
1004
- const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
1005
- return /^is[A-Z]/.test(prop);
1006
- });
1007
-
1008
- /**
1009
- * Convert a data object to FormData
1010
- *
1011
- * @param {Object} obj
1012
- * @param {?Object} [formData]
1013
- * @param {?Object} [options]
1014
- * @param {Function} [options.visitor]
1015
- * @param {Boolean} [options.metaTokens = true]
1016
- * @param {Boolean} [options.dots = false]
1017
- * @param {?Boolean} [options.indexes = false]
1018
- *
1019
- * @returns {Object}
1020
- **/
1021
-
1022
- /**
1023
- * It converts an object into a FormData object
1024
- *
1025
- * @param {Object<any, any>} obj - The object to convert to form data.
1026
- * @param {string} formData - The FormData object to append to.
1027
- * @param {Object<string, any>} options
1028
- *
1029
- * @returns
1030
- */
1031
- function toFormData(obj, formData, options) {
1032
- if (!utils$1.isObject(obj)) {
1033
- throw new TypeError('target must be an object');
984
+ function parseTokens(str) {
985
+ const tokens = Object.create(null);
986
+ const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
987
+ let match;
988
+ while (match = tokensRE.exec(str)) {
989
+ tokens[match[1]] = match[2];
1034
990
  }
1035
-
1036
- // eslint-disable-next-line no-param-reassign
1037
- formData = formData || new (FormData$1 || FormData)();
1038
-
1039
- // eslint-disable-next-line no-param-reassign
1040
- options = utils$1.toFlatObject(options, {
1041
- metaTokens: true,
1042
- dots: false,
1043
- indexes: false
1044
- }, false, function defined(option, source) {
1045
- // eslint-disable-next-line no-eq-null,eqeqeq
1046
- return !utils$1.isUndefined(source[option]);
1047
- });
1048
- const metaTokens = options.metaTokens;
1049
- // eslint-disable-next-line no-use-before-define
1050
- const visitor = options.visitor || defaultVisitor;
1051
- const dots = options.dots;
1052
- const indexes = options.indexes;
1053
- const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
1054
- const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
1055
- if (!utils$1.isFunction(visitor)) {
1056
- throw new TypeError('visitor must be a function');
991
+ return tokens;
992
+ }
993
+ const isValidHeaderName = str => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
994
+ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
995
+ if (utils$1.isFunction(filter)) {
996
+ return filter.call(this, value, header);
1057
997
  }
1058
- function convertValue(value) {
1059
- if (value === null) return '';
1060
- if (utils$1.isDate(value)) {
1061
- return value.toISOString();
1062
- }
1063
- if (utils$1.isBoolean(value)) {
1064
- return value.toString();
1065
- }
1066
- if (!useBlob && utils$1.isBlob(value)) {
1067
- throw new AxiosError('Blob is not supported. Use a Buffer instead.');
1068
- }
1069
- if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
1070
- return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
1071
- }
1072
- return value;
998
+ if (isHeaderNameFilter) {
999
+ value = header;
1073
1000
  }
1074
-
1075
- /**
1076
- * Default visitor.
1077
- *
1078
- * @param {*} value
1079
- * @param {String|Number} key
1080
- * @param {Array<String|Number>} path
1081
- * @this {FormData}
1082
- *
1083
- * @returns {boolean} return true to visit the each prop of the value recursively
1084
- */
1085
- function defaultVisitor(value, key, path) {
1086
- let arr = value;
1087
- if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
1088
- formData.append(renderKey(path, key, dots), convertValue(value));
1089
- return false;
1001
+ if (!utils$1.isString(value)) return;
1002
+ if (utils$1.isString(filter)) {
1003
+ return value.indexOf(filter) !== -1;
1004
+ }
1005
+ if (utils$1.isRegExp(filter)) {
1006
+ return filter.test(value);
1007
+ }
1008
+ }
1009
+ function formatHeader(header) {
1010
+ return header.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
1011
+ return char.toUpperCase() + str;
1012
+ });
1013
+ }
1014
+ function buildAccessors(obj, header) {
1015
+ const accessorName = utils$1.toCamelCase(' ' + header);
1016
+ ['get', 'set', 'has'].forEach(methodName => {
1017
+ Object.defineProperty(obj, methodName + accessorName, {
1018
+ // Null-proto descriptor so a polluted Object.prototype.get cannot turn
1019
+ // this data descriptor into an accessor descriptor on the way in.
1020
+ __proto__: null,
1021
+ value: function (arg1, arg2, arg3) {
1022
+ return this[methodName].call(this, header, arg1, arg2, arg3);
1023
+ },
1024
+ configurable: true
1025
+ });
1026
+ });
1027
+ }
1028
+ class AxiosHeaders {
1029
+ constructor(headers) {
1030
+ headers && this.set(headers);
1031
+ }
1032
+ set(header, valueOrRewrite, rewrite) {
1033
+ const self = this;
1034
+ function setHeader(_value, _header, _rewrite) {
1035
+ const lHeader = normalizeHeader(_header);
1036
+ if (!lHeader) {
1037
+ throw new Error('header name must be a non-empty string');
1038
+ }
1039
+ const key = utils$1.findKey(self, lHeader);
1040
+ if (!key || self[key] === undefined || _rewrite === true || _rewrite === undefined && self[key] !== false) {
1041
+ self[key || _header] = normalizeValue(_value);
1042
+ }
1090
1043
  }
1091
- if (value && !path && typeof value === 'object') {
1092
- if (utils$1.endsWith(key, '{}')) {
1093
- // eslint-disable-next-line no-param-reassign
1094
- key = metaTokens ? key : key.slice(0, -2);
1095
- // eslint-disable-next-line no-param-reassign
1096
- value = JSON.stringify(value);
1097
- } else if (utils$1.isArray(value) && isFlatArray(value) || (utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))) {
1098
- // eslint-disable-next-line no-param-reassign
1099
- key = removeBrackets(key);
1100
- arr.forEach(function each(el, index) {
1101
- !(utils$1.isUndefined(el) || el === null) && formData.append(
1102
- // eslint-disable-next-line no-nested-ternary
1103
- indexes === true ? renderKey([key], index, dots) : indexes === null ? key : key + '[]', convertValue(el));
1104
- });
1105
- return false;
1044
+ const setHeaders = (headers, _rewrite) => utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
1045
+ if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
1046
+ setHeaders(header, valueOrRewrite);
1047
+ } else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
1048
+ setHeaders(parseHeaders(header), valueOrRewrite);
1049
+ } else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
1050
+ let obj = {},
1051
+ dest,
1052
+ key;
1053
+ for (const entry of header) {
1054
+ if (!utils$1.isArray(entry)) {
1055
+ throw TypeError('Object iterator must return a key-value pair');
1056
+ }
1057
+ obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
1106
1058
  }
1059
+ setHeaders(obj, valueOrRewrite);
1060
+ } else {
1061
+ header != null && setHeader(valueOrRewrite, header, rewrite);
1107
1062
  }
1108
- if (isVisitable(value)) {
1109
- return true;
1063
+ return this;
1064
+ }
1065
+ get(header, parser) {
1066
+ header = normalizeHeader(header);
1067
+ if (header) {
1068
+ const key = utils$1.findKey(this, header);
1069
+ if (key) {
1070
+ const value = this[key];
1071
+ if (!parser) {
1072
+ return value;
1073
+ }
1074
+ if (parser === true) {
1075
+ return parseTokens(value);
1076
+ }
1077
+ if (utils$1.isFunction(parser)) {
1078
+ return parser.call(this, value, key);
1079
+ }
1080
+ if (utils$1.isRegExp(parser)) {
1081
+ return parser.exec(value);
1082
+ }
1083
+ throw new TypeError('parser must be boolean|regexp|function');
1084
+ }
1085
+ }
1086
+ }
1087
+ has(header, matcher) {
1088
+ header = normalizeHeader(header);
1089
+ if (header) {
1090
+ const key = utils$1.findKey(this, header);
1091
+ return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
1110
1092
  }
1111
- formData.append(renderKey(path, key, dots), convertValue(value));
1112
1093
  return false;
1113
1094
  }
1114
- const stack = [];
1115
- const exposedHelpers = Object.assign(predicates, {
1116
- defaultVisitor,
1117
- convertValue,
1118
- isVisitable
1119
- });
1120
- function build(value, path) {
1121
- if (utils$1.isUndefined(value)) return;
1122
- if (stack.indexOf(value) !== -1) {
1123
- throw Error('Circular reference detected in ' + path.join('.'));
1095
+ delete(header, matcher) {
1096
+ const self = this;
1097
+ let deleted = false;
1098
+ function deleteHeader(_header) {
1099
+ _header = normalizeHeader(_header);
1100
+ if (_header) {
1101
+ const key = utils$1.findKey(self, _header);
1102
+ if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
1103
+ delete self[key];
1104
+ deleted = true;
1105
+ }
1106
+ }
1124
1107
  }
1125
- stack.push(value);
1126
- utils$1.forEach(value, function each(el, key) {
1127
- const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
1128
- if (result === true) {
1129
- build(el, path ? path.concat(key) : [key]);
1108
+ if (utils$1.isArray(header)) {
1109
+ header.forEach(deleteHeader);
1110
+ } else {
1111
+ deleteHeader(header);
1112
+ }
1113
+ return deleted;
1114
+ }
1115
+ clear(matcher) {
1116
+ const keys = Object.keys(this);
1117
+ let i = keys.length;
1118
+ let deleted = false;
1119
+ while (i--) {
1120
+ const key = keys[i];
1121
+ if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
1122
+ delete this[key];
1123
+ deleted = true;
1130
1124
  }
1125
+ }
1126
+ return deleted;
1127
+ }
1128
+ normalize(format) {
1129
+ const self = this;
1130
+ const headers = {};
1131
+ utils$1.forEach(this, (value, header) => {
1132
+ const key = utils$1.findKey(headers, header);
1133
+ if (key) {
1134
+ self[key] = normalizeValue(value);
1135
+ delete self[header];
1136
+ return;
1137
+ }
1138
+ const normalized = format ? formatHeader(header) : String(header).trim();
1139
+ if (normalized !== header) {
1140
+ delete self[header];
1141
+ }
1142
+ self[normalized] = normalizeValue(value);
1143
+ headers[normalized] = true;
1131
1144
  });
1132
- stack.pop();
1145
+ return this;
1133
1146
  }
1134
- if (!utils$1.isObject(obj)) {
1135
- throw new TypeError('data must be an object');
1147
+ concat(...targets) {
1148
+ return this.constructor.concat(this, ...targets);
1136
1149
  }
1137
- build(obj);
1138
- return formData;
1139
- }
1140
-
1141
- /**
1142
- * It encodes a string by replacing all characters that are not in the unreserved set with
1143
- * their percent-encoded equivalents
1144
- *
1145
- * @param {string} str - The string to encode.
1146
- *
1147
- * @returns {string} The encoded string.
1148
- */
1149
- function encode$1(str) {
1150
- const charMap = {
1151
- '!': '%21',
1152
- "'": '%27',
1153
- '(': '%28',
1154
- ')': '%29',
1155
- '~': '%7E',
1156
- '%20': '+',
1157
- '%00': '\x00'
1158
- };
1159
- return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
1160
- return charMap[match];
1161
- });
1162
- }
1163
-
1164
- /**
1165
- * It takes a params object and converts it to a FormData object
1166
- *
1167
- * @param {Object<string, any>} params - The parameters to be converted to a FormData object.
1168
- * @param {Object<string, any>} options - The options object passed to the Axios constructor.
1169
- *
1170
- * @returns {void}
1171
- */
1172
- function AxiosURLSearchParams(params, options) {
1173
- this._pairs = [];
1174
- params && toFormData(params, this, options);
1175
- }
1176
- const prototype = AxiosURLSearchParams.prototype;
1177
- prototype.append = function append(name, value) {
1178
- this._pairs.push([name, value]);
1179
- };
1180
- prototype.toString = function toString(encoder) {
1181
- const _encode = encoder ? function (value) {
1182
- return encoder.call(this, value, encode$1);
1183
- } : encode$1;
1184
- return this._pairs.map(function each(pair) {
1185
- return _encode(pair[0]) + '=' + _encode(pair[1]);
1186
- }, '').join('&');
1187
- };
1188
-
1189
- /**
1190
- * It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
1191
- * their plain counterparts (`:`, `$`, `,`, `+`).
1192
- *
1193
- * @param {string} val The value to be encoded.
1194
- *
1195
- * @returns {string} The encoded value.
1196
- */
1197
- function encode(val) {
1198
- return encodeURIComponent(val).replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%20/g, '+');
1199
- }
1200
-
1201
- /**
1202
- * Build a URL by appending params to the end
1203
- *
1204
- * @param {string} url The base of the url (e.g., http://www.google.com)
1205
- * @param {object} [params] The params to be appended
1206
- * @param {?(object|Function)} options
1207
- *
1208
- * @returns {string} The formatted url
1209
- */
1210
- function buildURL(url, params, options) {
1211
- if (!params) {
1212
- return url;
1150
+ toJSON(asStrings) {
1151
+ const obj = Object.create(null);
1152
+ utils$1.forEach(this, (value, header) => {
1153
+ value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
1154
+ });
1155
+ return obj;
1213
1156
  }
1214
- const _encode = options && options.encode || encode;
1215
- const _options = utils$1.isFunction(options) ? {
1216
- serialize: options
1217
- } : options;
1218
- const serializeFn = _options && _options.serialize;
1219
- let serializedParams;
1220
- if (serializeFn) {
1221
- serializedParams = serializeFn(params, _options);
1222
- } else {
1223
- serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, _options).toString(_encode);
1157
+ [Symbol.iterator]() {
1158
+ return Object.entries(this.toJSON())[Symbol.iterator]();
1224
1159
  }
1225
- if (serializedParams) {
1226
- const hashmarkIndex = url.indexOf('#');
1227
- if (hashmarkIndex !== -1) {
1228
- url = url.slice(0, hashmarkIndex);
1160
+ toString() {
1161
+ return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
1162
+ }
1163
+ getSetCookie() {
1164
+ return this.get('set-cookie') || [];
1165
+ }
1166
+ get [Symbol.toStringTag]() {
1167
+ return 'AxiosHeaders';
1168
+ }
1169
+ static from(thing) {
1170
+ return thing instanceof this ? thing : new this(thing);
1171
+ }
1172
+ static concat(first, ...targets) {
1173
+ const computed = new this(first);
1174
+ targets.forEach(target => computed.set(target));
1175
+ return computed;
1176
+ }
1177
+ static accessor(header) {
1178
+ const internals = this[$internals] = this[$internals] = {
1179
+ accessors: {}
1180
+ };
1181
+ const accessors = internals.accessors;
1182
+ const prototype = this.prototype;
1183
+ function defineAccessor(_header) {
1184
+ const lHeader = normalizeHeader(_header);
1185
+ if (!accessors[lHeader]) {
1186
+ buildAccessors(prototype, _header);
1187
+ accessors[lHeader] = true;
1188
+ }
1229
1189
  }
1230
- url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
1190
+ utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
1191
+ return this;
1231
1192
  }
1232
- return url;
1233
1193
  }
1194
+ AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
1234
1195
 
1235
- class InterceptorManager {
1236
- constructor() {
1237
- this.handlers = [];
1238
- }
1196
+ // reserved names hotfix
1197
+ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({
1198
+ value
1199
+ }, key) => {
1200
+ let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
1201
+ return {
1202
+ get: () => value,
1203
+ set(headerValue) {
1204
+ this[mapped] = headerValue;
1205
+ }
1206
+ };
1207
+ });
1208
+ utils$1.freezeMethods(AxiosHeaders);
1239
1209
 
1240
- /**
1241
- * Add a new interceptor to the stack
1242
- *
1243
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
1244
- * @param {Function} rejected The function to handle `reject` for a `Promise`
1245
- * @param {Object} options The options for the interceptor, synchronous and runWhen
1246
- *
1247
- * @return {Number} An ID used to remove interceptor later
1248
- */
1249
- use(fulfilled, rejected, options) {
1250
- this.handlers.push({
1251
- fulfilled,
1252
- rejected,
1253
- synchronous: options ? options.synchronous : false,
1254
- runWhen: options ? options.runWhen : null
1255
- });
1256
- return this.handlers.length - 1;
1210
+ const REDACTED = '[REDACTED ****]';
1211
+ function hasOwnOrPrototypeToJSON(source) {
1212
+ if (utils$1.hasOwnProp(source, 'toJSON')) {
1213
+ return true;
1257
1214
  }
1258
-
1259
- /**
1260
- * Remove an interceptor from the stack
1261
- *
1262
- * @param {Number} id The ID that was returned by `use`
1263
- *
1264
- * @returns {void}
1265
- */
1266
- eject(id) {
1267
- if (this.handlers[id]) {
1268
- this.handlers[id] = null;
1215
+ let prototype = Object.getPrototypeOf(source);
1216
+ while (prototype && prototype !== Object.prototype) {
1217
+ if (utils$1.hasOwnProp(prototype, 'toJSON')) {
1218
+ return true;
1269
1219
  }
1220
+ prototype = Object.getPrototypeOf(prototype);
1270
1221
  }
1222
+ return false;
1223
+ }
1271
1224
 
1272
- /**
1273
- * Clear all interceptors from the stack
1274
- *
1275
- * @returns {void}
1276
- */
1277
- clear() {
1278
- if (this.handlers) {
1279
- this.handlers = [];
1225
+ // Build a plain-object snapshot of `config` and replace the value of any key
1226
+ // (case-insensitive) listed in `redactKeys` with REDACTED. Walks through arrays
1227
+ // and AxiosHeaders, and short-circuits on circular references.
1228
+ function redactConfig(config, redactKeys) {
1229
+ const lowerKeys = new Set(redactKeys.map(k => String(k).toLowerCase()));
1230
+ const seen = [];
1231
+ const visit = source => {
1232
+ if (source === null || typeof source !== 'object') return source;
1233
+ if (utils$1.isBuffer(source)) return source;
1234
+ if (seen.indexOf(source) !== -1) return undefined;
1235
+ if (source instanceof AxiosHeaders) {
1236
+ source = source.toJSON();
1237
+ }
1238
+ seen.push(source);
1239
+ let result;
1240
+ if (utils$1.isArray(source)) {
1241
+ result = [];
1242
+ source.forEach((v, i) => {
1243
+ const reducedValue = visit(v);
1244
+ if (!utils$1.isUndefined(reducedValue)) {
1245
+ result[i] = reducedValue;
1246
+ }
1247
+ });
1248
+ } else {
1249
+ if (!utils$1.isPlainObject(source) && hasOwnOrPrototypeToJSON(source)) {
1250
+ seen.pop();
1251
+ return source;
1252
+ }
1253
+ result = Object.create(null);
1254
+ for (const [key, value] of Object.entries(source)) {
1255
+ const reducedValue = lowerKeys.has(key.toLowerCase()) ? REDACTED : visit(value);
1256
+ if (!utils$1.isUndefined(reducedValue)) {
1257
+ result[key] = reducedValue;
1258
+ }
1259
+ }
1260
+ }
1261
+ seen.pop();
1262
+ return result;
1263
+ };
1264
+ return visit(config);
1265
+ }
1266
+ class AxiosError extends Error {
1267
+ static from(error, code, config, request, response, customProps) {
1268
+ const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
1269
+ axiosError.cause = error;
1270
+ axiosError.name = error.name;
1271
+
1272
+ // Preserve status from the original error if not already set from response
1273
+ if (error.status != null && axiosError.status == null) {
1274
+ axiosError.status = error.status;
1280
1275
  }
1276
+ customProps && Object.assign(axiosError, customProps);
1277
+ return axiosError;
1281
1278
  }
1282
1279
 
1283
1280
  /**
1284
- * Iterate over all the registered interceptors
1285
- *
1286
- * This method is particularly useful for skipping over any
1287
- * interceptors that may have become `null` calling `eject`.
1281
+ * Create an Error with the specified message, config, error code, request and response.
1288
1282
  *
1289
- * @param {Function} fn The function to call for each interceptor
1283
+ * @param {string} message The error message.
1284
+ * @param {string} [code] The error code (for example, 'ECONNABORTED').
1285
+ * @param {Object} [config] The config.
1286
+ * @param {Object} [request] The request.
1287
+ * @param {Object} [response] The response.
1290
1288
  *
1291
- * @returns {void}
1289
+ * @returns {Error} The created error.
1292
1290
  */
1293
- forEach(fn) {
1294
- utils$1.forEach(this.handlers, function forEachHandler(h) {
1295
- if (h !== null) {
1296
- fn(h);
1297
- }
1291
+ constructor(message, code, config, request, response) {
1292
+ super(message);
1293
+
1294
+ // Make message enumerable to maintain backward compatibility
1295
+ // The native Error constructor sets message as non-enumerable,
1296
+ // but axios < v1.13.3 had it as enumerable
1297
+ Object.defineProperty(this, 'message', {
1298
+ // Null-proto descriptor so a polluted Object.prototype.get cannot turn
1299
+ // this data descriptor into an accessor descriptor on the way in.
1300
+ __proto__: null,
1301
+ value: message,
1302
+ enumerable: true,
1303
+ writable: true,
1304
+ configurable: true
1298
1305
  });
1306
+ this.name = 'AxiosError';
1307
+ this.isAxiosError = true;
1308
+ code && (this.code = code);
1309
+ config && (this.config = config);
1310
+ request && (this.request = request);
1311
+ if (response) {
1312
+ this.response = response;
1313
+ this.status = response.status;
1314
+ }
1315
+ }
1316
+ toJSON() {
1317
+ // Opt-in redaction: when the request config carries a `redact` array, the
1318
+ // value of any matching key (case-insensitive, at any depth) is replaced
1319
+ // with REDACTED in the serialized snapshot. Undefined or empty leaves the
1320
+ // existing serialization behavior unchanged.
1321
+ const config = this.config;
1322
+ const redactKeys = config && utils$1.hasOwnProp(config, 'redact') ? config.redact : undefined;
1323
+ const serializedConfig = utils$1.isArray(redactKeys) && redactKeys.length > 0 ? redactConfig(config, redactKeys) : utils$1.toJSONObject(config);
1324
+ return {
1325
+ // Standard
1326
+ message: this.message,
1327
+ name: this.name,
1328
+ // Microsoft
1329
+ description: this.description,
1330
+ number: this.number,
1331
+ // Mozilla
1332
+ fileName: this.fileName,
1333
+ lineNumber: this.lineNumber,
1334
+ columnNumber: this.columnNumber,
1335
+ stack: this.stack,
1336
+ // Axios
1337
+ config: serializedConfig,
1338
+ code: this.code,
1339
+ status: this.status
1340
+ };
1299
1341
  }
1300
1342
  }
1301
1343
 
1302
- var transitionalDefaults = {
1303
- silentJSONParsing: true,
1304
- forcedJSONParsing: true,
1305
- clarifyTimeoutError: false,
1306
- legacyInterceptorReqResOrdering: true
1307
- };
1308
-
1309
- var URLSearchParams = url.URLSearchParams;
1344
+ // This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
1345
+ AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
1346
+ AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
1347
+ AxiosError.ECONNABORTED = 'ECONNABORTED';
1348
+ AxiosError.ETIMEDOUT = 'ETIMEDOUT';
1349
+ AxiosError.ECONNREFUSED = 'ECONNREFUSED';
1350
+ AxiosError.ERR_NETWORK = 'ERR_NETWORK';
1351
+ AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
1352
+ AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
1353
+ AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
1354
+ AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
1355
+ AxiosError.ERR_CANCELED = 'ERR_CANCELED';
1356
+ AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
1357
+ AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
1358
+ AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED = 'ERR_FORM_DATA_DEPTH_EXCEEDED';
1310
1359
 
1311
- const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
1312
- const DIGIT = '0123456789';
1313
- const ALPHABET = {
1314
- DIGIT,
1315
- ALPHA,
1316
- ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
1317
- };
1318
- const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
1319
- let str = '';
1320
- const {
1321
- length
1322
- } = alphabet;
1323
- const randomValues = new Uint32Array(size);
1324
- crypto.randomFillSync(randomValues);
1325
- for (let i = 0; i < size; i++) {
1326
- str += alphabet[randomValues[i] % length];
1327
- }
1328
- return str;
1329
- };
1330
- var platform$1 = {
1331
- isNode: true,
1332
- classes: {
1333
- URLSearchParams,
1334
- FormData: FormData$1,
1335
- Blob: typeof Blob !== 'undefined' && Blob || null
1336
- },
1337
- ALPHABET,
1338
- generateString,
1339
- protocols: ['http', 'https', 'file', 'data']
1340
- };
1360
+ /**
1361
+ * Determines if the given thing is a array or js object.
1362
+ *
1363
+ * @param {string} thing - The object or array to be visited.
1364
+ *
1365
+ * @returns {boolean}
1366
+ */
1367
+ function isVisitable(thing) {
1368
+ return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
1369
+ }
1341
1370
 
1342
- const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
1343
- const _navigator = typeof navigator === 'object' && navigator || undefined;
1371
+ /**
1372
+ * It removes the brackets from the end of a string
1373
+ *
1374
+ * @param {string} key - The key of the parameter.
1375
+ *
1376
+ * @returns {string} the key without the brackets.
1377
+ */
1378
+ function removeBrackets(key) {
1379
+ return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
1380
+ }
1344
1381
 
1345
1382
  /**
1346
- * Determine if we're running in a standard browser environment
1383
+ * It takes a path, a key, and a boolean, and returns a string
1347
1384
  *
1348
- * This allows axios to run in a web worker, and react-native.
1349
- * Both environments support XMLHttpRequest, but not fully standard globals.
1385
+ * @param {string} path - The path to the current key.
1386
+ * @param {string} key - The key of the current object being iterated over.
1387
+ * @param {string} dots - If true, the key will be rendered with dots instead of brackets.
1350
1388
  *
1351
- * web workers:
1352
- * typeof window -> undefined
1353
- * typeof document -> undefined
1389
+ * @returns {string} The path to the current key.
1390
+ */
1391
+ function renderKey(path, key, dots) {
1392
+ if (!path) return key;
1393
+ return path.concat(key).map(function each(token, i) {
1394
+ // eslint-disable-next-line no-param-reassign
1395
+ token = removeBrackets(token);
1396
+ return !dots && i ? '[' + token + ']' : token;
1397
+ }).join(dots ? '.' : '');
1398
+ }
1399
+
1400
+ /**
1401
+ * If the array is an array and none of its elements are visitable, then it's a flat array.
1354
1402
  *
1355
- * react-native:
1356
- * navigator.product -> 'ReactNative'
1357
- * nativescript
1358
- * navigator.product -> 'NativeScript' or 'NS'
1403
+ * @param {Array<any>} arr - The array to check
1359
1404
  *
1360
1405
  * @returns {boolean}
1361
1406
  */
1362
- const hasStandardBrowserEnv = hasBrowserEnv && (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
1407
+ function isFlatArray(arr) {
1408
+ return utils$1.isArray(arr) && !arr.some(isVisitable);
1409
+ }
1410
+ const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
1411
+ return /^is[A-Z]/.test(prop);
1412
+ });
1363
1413
 
1364
1414
  /**
1365
- * Determine if we're running in a standard browser webWorker environment
1415
+ * Convert a data object to FormData
1366
1416
  *
1367
- * Although the `isStandardBrowserEnv` method indicates that
1368
- * `allows axios to run in a web worker`, the WebWorker will still be
1369
- * filtered out due to its judgment standard
1370
- * `typeof window !== 'undefined' && typeof document !== 'undefined'`.
1371
- * This leads to a problem when axios post `FormData` in webWorker
1417
+ * @param {Object} obj
1418
+ * @param {?Object} [formData]
1419
+ * @param {?Object} [options]
1420
+ * @param {Function} [options.visitor]
1421
+ * @param {Boolean} [options.metaTokens = true]
1422
+ * @param {Boolean} [options.dots = false]
1423
+ * @param {?Boolean} [options.indexes = false]
1424
+ *
1425
+ * @returns {Object}
1426
+ **/
1427
+
1428
+ /**
1429
+ * It converts an object into a FormData object
1430
+ *
1431
+ * @param {Object<any, any>} obj - The object to convert to form data.
1432
+ * @param {string} formData - The FormData object to append to.
1433
+ * @param {Object<string, any>} options
1434
+ *
1435
+ * @returns
1372
1436
  */
1373
- const hasStandardBrowserWebWorkerEnv = (() => {
1374
- return typeof WorkerGlobalScope !== 'undefined' &&
1375
- // eslint-disable-next-line no-undef
1376
- self instanceof WorkerGlobalScope && typeof self.importScripts === 'function';
1377
- })();
1378
- const origin = hasBrowserEnv && window.location.href || 'http://localhost';
1437
+ function toFormData(obj, formData, options) {
1438
+ if (!utils$1.isObject(obj)) {
1439
+ throw new TypeError('target must be an object');
1440
+ }
1379
1441
 
1380
- var utils = /*#__PURE__*/Object.freeze({
1381
- __proto__: null,
1382
- hasBrowserEnv: hasBrowserEnv,
1383
- hasStandardBrowserEnv: hasStandardBrowserEnv,
1384
- hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1385
- navigator: _navigator,
1386
- origin: origin
1387
- });
1442
+ // eslint-disable-next-line no-param-reassign
1443
+ formData = formData || new (FormData$1 || FormData)();
1388
1444
 
1389
- var platform = {
1390
- ...utils,
1391
- ...platform$1
1392
- };
1445
+ // eslint-disable-next-line no-param-reassign
1446
+ options = utils$1.toFlatObject(options, {
1447
+ metaTokens: true,
1448
+ dots: false,
1449
+ indexes: false
1450
+ }, false, function defined(option, source) {
1451
+ // eslint-disable-next-line no-eq-null,eqeqeq
1452
+ return !utils$1.isUndefined(source[option]);
1453
+ });
1454
+ const metaTokens = options.metaTokens;
1455
+ // eslint-disable-next-line no-use-before-define
1456
+ const visitor = options.visitor || defaultVisitor;
1457
+ const dots = options.dots;
1458
+ const indexes = options.indexes;
1459
+ const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
1460
+ const maxDepth = options.maxDepth === undefined ? 100 : options.maxDepth;
1461
+ const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
1462
+ if (!utils$1.isFunction(visitor)) {
1463
+ throw new TypeError('visitor must be a function');
1464
+ }
1465
+ function convertValue(value) {
1466
+ if (value === null) return '';
1467
+ if (utils$1.isDate(value)) {
1468
+ return value.toISOString();
1469
+ }
1470
+ if (utils$1.isBoolean(value)) {
1471
+ return value.toString();
1472
+ }
1473
+ if (!useBlob && utils$1.isBlob(value)) {
1474
+ throw new AxiosError('Blob is not supported. Use a Buffer instead.');
1475
+ }
1476
+ if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
1477
+ return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
1478
+ }
1479
+ return value;
1480
+ }
1393
1481
 
1394
- function toURLEncodedForm(data, options) {
1395
- return toFormData(data, new platform.classes.URLSearchParams(), {
1396
- visitor: function (value, key, path, helpers) {
1397
- if (platform.isNode && utils$1.isBuffer(value)) {
1398
- this.append(key, value.toString('base64'));
1482
+ /**
1483
+ * Default visitor.
1484
+ *
1485
+ * @param {*} value
1486
+ * @param {String|Number} key
1487
+ * @param {Array<String|Number>} path
1488
+ * @this {FormData}
1489
+ *
1490
+ * @returns {boolean} return true to visit the each prop of the value recursively
1491
+ */
1492
+ function defaultVisitor(value, key, path) {
1493
+ let arr = value;
1494
+ if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
1495
+ formData.append(renderKey(path, key, dots), convertValue(value));
1496
+ return false;
1497
+ }
1498
+ if (value && !path && typeof value === 'object') {
1499
+ if (utils$1.endsWith(key, '{}')) {
1500
+ // eslint-disable-next-line no-param-reassign
1501
+ key = metaTokens ? key : key.slice(0, -2);
1502
+ // eslint-disable-next-line no-param-reassign
1503
+ value = JSON.stringify(value);
1504
+ } else if (utils$1.isArray(value) && isFlatArray(value) || (utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))) {
1505
+ // eslint-disable-next-line no-param-reassign
1506
+ key = removeBrackets(key);
1507
+ arr.forEach(function each(el, index) {
1508
+ !(utils$1.isUndefined(el) || el === null) && formData.append(
1509
+ // eslint-disable-next-line no-nested-ternary
1510
+ indexes === true ? renderKey([key], index, dots) : indexes === null ? key : key + '[]', convertValue(el));
1511
+ });
1399
1512
  return false;
1400
1513
  }
1401
- return helpers.defaultVisitor.apply(this, arguments);
1402
- },
1403
- ...options
1514
+ }
1515
+ if (isVisitable(value)) {
1516
+ return true;
1517
+ }
1518
+ formData.append(renderKey(path, key, dots), convertValue(value));
1519
+ return false;
1520
+ }
1521
+ const stack = [];
1522
+ const exposedHelpers = Object.assign(predicates, {
1523
+ defaultVisitor,
1524
+ convertValue,
1525
+ isVisitable
1404
1526
  });
1527
+ function build(value, path, depth = 0) {
1528
+ if (utils$1.isUndefined(value)) return;
1529
+ if (depth > maxDepth) {
1530
+ throw new AxiosError('Object is too deeply nested (' + depth + ' levels). Max depth: ' + maxDepth, AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED);
1531
+ }
1532
+ if (stack.indexOf(value) !== -1) {
1533
+ throw Error('Circular reference detected in ' + path.join('.'));
1534
+ }
1535
+ stack.push(value);
1536
+ utils$1.forEach(value, function each(el, key) {
1537
+ const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
1538
+ if (result === true) {
1539
+ build(el, path ? path.concat(key) : [key], depth + 1);
1540
+ }
1541
+ });
1542
+ stack.pop();
1543
+ }
1544
+ if (!utils$1.isObject(obj)) {
1545
+ throw new TypeError('data must be an object');
1546
+ }
1547
+ build(obj);
1548
+ return formData;
1405
1549
  }
1406
1550
 
1407
1551
  /**
1408
- * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']
1552
+ * It encodes a string by replacing all characters that are not in the unreserved set with
1553
+ * their percent-encoded equivalents
1409
1554
  *
1410
- * @param {string} name - The name of the property to get.
1555
+ * @param {string} str - The string to encode.
1411
1556
  *
1412
- * @returns An array of strings.
1557
+ * @returns {string} The encoded string.
1413
1558
  */
1414
- function parsePropPath(name) {
1415
- // foo[x][y][z]
1416
- // foo.x.y.z
1417
- // foo-x-y-z
1418
- // foo x y z
1419
- return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
1420
- return match[0] === '[]' ? '' : match[1] || match[0];
1559
+ function encode$1(str) {
1560
+ const charMap = {
1561
+ '!': '%21',
1562
+ "'": '%27',
1563
+ '(': '%28',
1564
+ ')': '%29',
1565
+ '~': '%7E',
1566
+ '%20': '+'
1567
+ };
1568
+ return encodeURIComponent(str).replace(/[!'()~]|%20/g, function replacer(match) {
1569
+ return charMap[match];
1421
1570
  });
1422
1571
  }
1423
1572
 
1424
1573
  /**
1425
- * Convert an array to an object.
1574
+ * It takes a params object and converts it to a FormData object
1426
1575
  *
1427
- * @param {Array<any>} arr - The array to convert to an object.
1576
+ * @param {Object<string, any>} params - The parameters to be converted to a FormData object.
1577
+ * @param {Object<string, any>} options - The options object passed to the Axios constructor.
1428
1578
  *
1429
- * @returns An object with the same keys and values as the array.
1579
+ * @returns {void}
1430
1580
  */
1431
- function arrayToObject(arr) {
1432
- const obj = {};
1433
- const keys = Object.keys(arr);
1434
- let i;
1435
- const len = keys.length;
1436
- let key;
1437
- for (i = 0; i < len; i++) {
1438
- key = keys[i];
1439
- obj[key] = arr[key];
1440
- }
1441
- return obj;
1581
+ function AxiosURLSearchParams(params, options) {
1582
+ this._pairs = [];
1583
+ params && toFormData(params, this, options);
1442
1584
  }
1585
+ const prototype = AxiosURLSearchParams.prototype;
1586
+ prototype.append = function append(name, value) {
1587
+ this._pairs.push([name, value]);
1588
+ };
1589
+ prototype.toString = function toString(encoder) {
1590
+ const _encode = encoder ? function (value) {
1591
+ return encoder.call(this, value, encode$1);
1592
+ } : encode$1;
1593
+ return this._pairs.map(function each(pair) {
1594
+ return _encode(pair[0]) + '=' + _encode(pair[1]);
1595
+ }, '').join('&');
1596
+ };
1443
1597
 
1444
1598
  /**
1445
- * It takes a FormData object and returns a JavaScript object
1599
+ * It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
1600
+ * their plain counterparts (`:`, `$`, `,`, `+`).
1446
1601
  *
1447
- * @param {string} formData The FormData object to convert to JSON.
1602
+ * @param {string} val The value to be encoded.
1448
1603
  *
1449
- * @returns {Object<string, any> | null} The converted object.
1604
+ * @returns {string} The encoded value.
1450
1605
  */
1451
- function formDataToJSON(formData) {
1452
- function buildPath(path, value, target, index) {
1453
- let name = path[index++];
1454
- if (name === '__proto__') return true;
1455
- const isNumericKey = Number.isFinite(+name);
1456
- const isLast = index >= path.length;
1457
- name = !name && utils$1.isArray(target) ? target.length : name;
1458
- if (isLast) {
1459
- if (utils$1.hasOwnProp(target, name)) {
1460
- target[name] = [target[name], value];
1461
- } else {
1462
- target[name] = value;
1463
- }
1464
- return !isNumericKey;
1465
- }
1466
- if (!target[name] || !utils$1.isObject(target[name])) {
1467
- target[name] = [];
1468
- }
1469
- const result = buildPath(path, value, target[name], index);
1470
- if (result && utils$1.isArray(target[name])) {
1471
- target[name] = arrayToObject(target[name]);
1472
- }
1473
- return !isNumericKey;
1474
- }
1475
- if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
1476
- const obj = {};
1477
- utils$1.forEachEntry(formData, (name, value) => {
1478
- buildPath(parsePropPath(name), value, obj, 0);
1479
- });
1480
- return obj;
1481
- }
1482
- return null;
1606
+ function encode(val) {
1607
+ return encodeURIComponent(val).replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%20/g, '+');
1483
1608
  }
1484
1609
 
1485
1610
  /**
1486
- * It takes a string, tries to parse it, and if it fails, it returns the stringified version
1487
- * of the input
1611
+ * Build a URL by appending params to the end
1488
1612
  *
1489
- * @param {any} rawValue - The value to be stringified.
1490
- * @param {Function} parser - A function that parses a string into a JavaScript object.
1491
- * @param {Function} encoder - A function that takes a value and returns a string.
1613
+ * @param {string} url The base of the url (e.g., http://www.google.com)
1614
+ * @param {object} [params] The params to be appended
1615
+ * @param {?(object|Function)} options
1492
1616
  *
1493
- * @returns {string} A stringified version of the rawValue.
1617
+ * @returns {string} The formatted url
1494
1618
  */
1495
- function stringifySafely(rawValue, parser, encoder) {
1496
- if (utils$1.isString(rawValue)) {
1497
- try {
1498
- (parser || JSON.parse)(rawValue);
1499
- return utils$1.trim(rawValue);
1500
- } catch (e) {
1501
- if (e.name !== 'SyntaxError') {
1502
- throw e;
1503
- }
1619
+ function buildURL(url, params, options) {
1620
+ if (!params) {
1621
+ return url;
1622
+ }
1623
+ const _encode = options && options.encode || encode;
1624
+ const _options = utils$1.isFunction(options) ? {
1625
+ serialize: options
1626
+ } : options;
1627
+ const serializeFn = _options && _options.serialize;
1628
+ let serializedParams;
1629
+ if (serializeFn) {
1630
+ serializedParams = serializeFn(params, _options);
1631
+ } else {
1632
+ serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, _options).toString(_encode);
1633
+ }
1634
+ if (serializedParams) {
1635
+ const hashmarkIndex = url.indexOf('#');
1636
+ if (hashmarkIndex !== -1) {
1637
+ url = url.slice(0, hashmarkIndex);
1504
1638
  }
1639
+ url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
1505
1640
  }
1506
- return (encoder || JSON.stringify)(rawValue);
1641
+ return url;
1507
1642
  }
1508
- const defaults = {
1509
- transitional: transitionalDefaults,
1510
- adapter: ['xhr', 'http', 'fetch'],
1511
- transformRequest: [function transformRequest(data, headers) {
1512
- const contentType = headers.getContentType() || '';
1513
- const hasJSONContentType = contentType.indexOf('application/json') > -1;
1514
- const isObjectPayload = utils$1.isObject(data);
1515
- if (isObjectPayload && utils$1.isHTMLForm(data)) {
1516
- data = new FormData(data);
1517
- }
1518
- const isFormData = utils$1.isFormData(data);
1519
- if (isFormData) {
1520
- return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
1521
- }
1522
- if (utils$1.isArrayBuffer(data) || utils$1.isBuffer(data) || utils$1.isStream(data) || utils$1.isFile(data) || utils$1.isBlob(data) || utils$1.isReadableStream(data)) {
1523
- return data;
1524
- }
1525
- if (utils$1.isArrayBufferView(data)) {
1526
- return data.buffer;
1527
- }
1528
- if (utils$1.isURLSearchParams(data)) {
1529
- headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
1530
- return data.toString();
1531
- }
1532
- let isFileList;
1533
- if (isObjectPayload) {
1534
- if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
1535
- return toURLEncodedForm(data, this.formSerializer).toString();
1536
- }
1537
- if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
1538
- const _FormData = this.env && this.env.FormData;
1539
- return toFormData(isFileList ? {
1540
- 'files[]': data
1541
- } : data, _FormData && new _FormData(), this.formSerializer);
1542
- }
1543
- }
1544
- if (isObjectPayload || hasJSONContentType) {
1545
- headers.setContentType('application/json', false);
1546
- return stringifySafely(data);
1547
- }
1548
- return data;
1549
- }],
1550
- transformResponse: [function transformResponse(data) {
1551
- const transitional = this.transitional || defaults.transitional;
1552
- const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1553
- const JSONRequested = this.responseType === 'json';
1554
- if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
1555
- return data;
1556
- }
1557
- if (data && utils$1.isString(data) && (forcedJSONParsing && !this.responseType || JSONRequested)) {
1558
- const silentJSONParsing = transitional && transitional.silentJSONParsing;
1559
- const strictJSONParsing = !silentJSONParsing && JSONRequested;
1560
- try {
1561
- return JSON.parse(data, this.parseReviver);
1562
- } catch (e) {
1563
- if (strictJSONParsing) {
1564
- if (e.name === 'SyntaxError') {
1565
- throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
1566
- }
1567
- throw e;
1568
- }
1569
- }
1643
+
1644
+ class InterceptorManager {
1645
+ constructor() {
1646
+ this.handlers = [];
1647
+ }
1648
+
1649
+ /**
1650
+ * Add a new interceptor to the stack
1651
+ *
1652
+ * @param {Function} fulfilled The function to handle `then` for a `Promise`
1653
+ * @param {Function} rejected The function to handle `reject` for a `Promise`
1654
+ * @param {Object} options The options for the interceptor, synchronous and runWhen
1655
+ *
1656
+ * @return {Number} An ID used to remove interceptor later
1657
+ */
1658
+ use(fulfilled, rejected, options) {
1659
+ this.handlers.push({
1660
+ fulfilled,
1661
+ rejected,
1662
+ synchronous: options ? options.synchronous : false,
1663
+ runWhen: options ? options.runWhen : null
1664
+ });
1665
+ return this.handlers.length - 1;
1666
+ }
1667
+
1668
+ /**
1669
+ * Remove an interceptor from the stack
1670
+ *
1671
+ * @param {Number} id The ID that was returned by `use`
1672
+ *
1673
+ * @returns {void}
1674
+ */
1675
+ eject(id) {
1676
+ if (this.handlers[id]) {
1677
+ this.handlers[id] = null;
1570
1678
  }
1571
- return data;
1572
- }],
1679
+ }
1680
+
1573
1681
  /**
1574
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
1575
- * timeout is not created.
1682
+ * Clear all interceptors from the stack
1683
+ *
1684
+ * @returns {void}
1576
1685
  */
1577
- timeout: 0,
1578
- xsrfCookieName: 'XSRF-TOKEN',
1579
- xsrfHeaderName: 'X-XSRF-TOKEN',
1580
- maxContentLength: -1,
1581
- maxBodyLength: -1,
1582
- env: {
1583
- FormData: platform.classes.FormData,
1584
- Blob: platform.classes.Blob
1585
- },
1586
- validateStatus: function validateStatus(status) {
1587
- return status >= 200 && status < 300;
1588
- },
1589
- headers: {
1590
- common: {
1591
- Accept: 'application/json, text/plain, */*',
1592
- 'Content-Type': undefined
1686
+ clear() {
1687
+ if (this.handlers) {
1688
+ this.handlers = [];
1593
1689
  }
1594
1690
  }
1691
+
1692
+ /**
1693
+ * Iterate over all the registered interceptors
1694
+ *
1695
+ * This method is particularly useful for skipping over any
1696
+ * interceptors that may have become `null` calling `eject`.
1697
+ *
1698
+ * @param {Function} fn The function to call for each interceptor
1699
+ *
1700
+ * @returns {void}
1701
+ */
1702
+ forEach(fn) {
1703
+ utils$1.forEach(this.handlers, function forEachHandler(h) {
1704
+ if (h !== null) {
1705
+ fn(h);
1706
+ }
1707
+ });
1708
+ }
1709
+ }
1710
+
1711
+ var transitionalDefaults = {
1712
+ silentJSONParsing: true,
1713
+ forcedJSONParsing: true,
1714
+ clarifyTimeoutError: false,
1715
+ legacyInterceptorReqResOrdering: true
1595
1716
  };
1596
- utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], method => {
1597
- defaults.headers[method] = {};
1598
- });
1599
1717
 
1600
- // RawAxiosHeaders whose duplicates are ignored by node
1601
- // c.f. https://nodejs.org/api/http.html#http_message_headers
1602
- const ignoreDuplicateOf = utils$1.toObjectSet(['age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', 'referer', 'retry-after', 'user-agent']);
1718
+ var URLSearchParams = url.URLSearchParams;
1719
+
1720
+ const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
1721
+ const DIGIT = '0123456789';
1722
+ const ALPHABET = {
1723
+ DIGIT,
1724
+ ALPHA,
1725
+ ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
1726
+ };
1727
+ const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
1728
+ let str = '';
1729
+ const {
1730
+ length
1731
+ } = alphabet;
1732
+ const randomValues = new Uint32Array(size);
1733
+ crypto.randomFillSync(randomValues);
1734
+ for (let i = 0; i < size; i++) {
1735
+ str += alphabet[randomValues[i] % length];
1736
+ }
1737
+ return str;
1738
+ };
1739
+ var platform$1 = {
1740
+ isNode: true,
1741
+ classes: {
1742
+ URLSearchParams,
1743
+ FormData: FormData$1,
1744
+ Blob: typeof Blob !== 'undefined' && Blob || null
1745
+ },
1746
+ ALPHABET,
1747
+ generateString,
1748
+ protocols: ['http', 'https', 'file', 'data']
1749
+ };
1750
+
1751
+ const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
1752
+ const _navigator = typeof navigator === 'object' && navigator || undefined;
1603
1753
 
1604
1754
  /**
1605
- * Parse headers into an object
1755
+ * Determine if we're running in a standard browser environment
1606
1756
  *
1607
- * ```
1608
- * Date: Wed, 27 Aug 2014 08:58:49 GMT
1609
- * Content-Type: application/json
1610
- * Connection: keep-alive
1611
- * Transfer-Encoding: chunked
1612
- * ```
1757
+ * This allows axios to run in a web worker, and react-native.
1758
+ * Both environments support XMLHttpRequest, but not fully standard globals.
1613
1759
  *
1614
- * @param {String} rawHeaders Headers needing to be parsed
1760
+ * web workers:
1761
+ * typeof window -> undefined
1762
+ * typeof document -> undefined
1615
1763
  *
1616
- * @returns {Object} Headers parsed into an object
1764
+ * react-native:
1765
+ * navigator.product -> 'ReactNative'
1766
+ * nativescript
1767
+ * navigator.product -> 'NativeScript' or 'NS'
1768
+ *
1769
+ * @returns {boolean}
1617
1770
  */
1618
- var parseHeaders = rawHeaders => {
1619
- const parsed = {};
1620
- let key;
1621
- let val;
1622
- let i;
1623
- rawHeaders && rawHeaders.split('\n').forEach(function parser(line) {
1624
- i = line.indexOf(':');
1625
- key = line.substring(0, i).trim().toLowerCase();
1626
- val = line.substring(i + 1).trim();
1627
- if (!key || parsed[key] && ignoreDuplicateOf[key]) {
1628
- return;
1629
- }
1630
- if (key === 'set-cookie') {
1631
- if (parsed[key]) {
1632
- parsed[key].push(val);
1633
- } else {
1634
- parsed[key] = [val];
1635
- }
1636
- } else {
1637
- parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
1638
- }
1639
- });
1640
- return parsed;
1771
+ const hasStandardBrowserEnv = hasBrowserEnv && (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
1772
+
1773
+ /**
1774
+ * Determine if we're running in a standard browser webWorker environment
1775
+ *
1776
+ * Although the `isStandardBrowserEnv` method indicates that
1777
+ * `allows axios to run in a web worker`, the WebWorker will still be
1778
+ * filtered out due to its judgment standard
1779
+ * `typeof window !== 'undefined' && typeof document !== 'undefined'`.
1780
+ * This leads to a problem when axios post `FormData` in webWorker
1781
+ */
1782
+ const hasStandardBrowserWebWorkerEnv = (() => {
1783
+ return typeof WorkerGlobalScope !== 'undefined' &&
1784
+ // eslint-disable-next-line no-undef
1785
+ self instanceof WorkerGlobalScope && typeof self.importScripts === 'function';
1786
+ })();
1787
+ const origin = hasBrowserEnv && window.location.href || 'http://localhost';
1788
+
1789
+ var utils = /*#__PURE__*/Object.freeze({
1790
+ __proto__: null,
1791
+ hasBrowserEnv: hasBrowserEnv,
1792
+ hasStandardBrowserEnv: hasStandardBrowserEnv,
1793
+ hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1794
+ navigator: _navigator,
1795
+ origin: origin
1796
+ });
1797
+
1798
+ var platform = {
1799
+ ...utils,
1800
+ ...platform$1
1641
1801
  };
1642
1802
 
1643
- const $internals = Symbol('internals');
1644
- const isValidHeaderValue = value => !/[\r\n]/.test(value);
1645
- function assertValidHeaderValue(value, header) {
1646
- if (value === false || value == null) {
1647
- return;
1648
- }
1649
- if (utils$1.isArray(value)) {
1650
- value.forEach(v => assertValidHeaderValue(v, header));
1651
- return;
1652
- }
1653
- if (!isValidHeaderValue(String(value))) {
1654
- throw new Error(`Invalid character in header content ["${header}"]`);
1655
- }
1656
- }
1657
- function normalizeHeader(header) {
1658
- return header && String(header).trim().toLowerCase();
1659
- }
1660
- function stripTrailingCRLF(str) {
1661
- let end = str.length;
1662
- while (end > 0) {
1663
- const charCode = str.charCodeAt(end - 1);
1664
- if (charCode !== 10 && charCode !== 13) {
1665
- break;
1666
- }
1667
- end -= 1;
1668
- }
1669
- return end === str.length ? str : str.slice(0, end);
1670
- }
1671
- function normalizeValue(value) {
1672
- if (value === false || value == null) {
1673
- return value;
1674
- }
1675
- return utils$1.isArray(value) ? value.map(normalizeValue) : stripTrailingCRLF(String(value));
1676
- }
1677
- function parseTokens(str) {
1678
- const tokens = Object.create(null);
1679
- const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
1680
- let match;
1681
- while (match = tokensRE.exec(str)) {
1682
- tokens[match[1]] = match[2];
1683
- }
1684
- return tokens;
1685
- }
1686
- const isValidHeaderName = str => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
1687
- function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
1688
- if (utils$1.isFunction(filter)) {
1689
- return filter.call(this, value, header);
1690
- }
1691
- if (isHeaderNameFilter) {
1692
- value = header;
1693
- }
1694
- if (!utils$1.isString(value)) return;
1695
- if (utils$1.isString(filter)) {
1696
- return value.indexOf(filter) !== -1;
1697
- }
1698
- if (utils$1.isRegExp(filter)) {
1699
- return filter.test(value);
1700
- }
1701
- }
1702
- function formatHeader(header) {
1703
- return header.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
1704
- return char.toUpperCase() + str;
1803
+ function toURLEncodedForm(data, options) {
1804
+ return toFormData(data, new platform.classes.URLSearchParams(), {
1805
+ visitor: function (value, key, path, helpers) {
1806
+ if (platform.isNode && utils$1.isBuffer(value)) {
1807
+ this.append(key, value.toString('base64'));
1808
+ return false;
1809
+ }
1810
+ return helpers.defaultVisitor.apply(this, arguments);
1811
+ },
1812
+ ...options
1705
1813
  });
1706
1814
  }
1707
- function buildAccessors(obj, header) {
1708
- const accessorName = utils$1.toCamelCase(' ' + header);
1709
- ['get', 'set', 'has'].forEach(methodName => {
1710
- Object.defineProperty(obj, methodName + accessorName, {
1711
- value: function (arg1, arg2, arg3) {
1712
- return this[methodName].call(this, header, arg1, arg2, arg3);
1713
- },
1714
- configurable: true
1715
- });
1815
+
1816
+ /**
1817
+ * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']
1818
+ *
1819
+ * @param {string} name - The name of the property to get.
1820
+ *
1821
+ * @returns An array of strings.
1822
+ */
1823
+ function parsePropPath(name) {
1824
+ // foo[x][y][z]
1825
+ // foo.x.y.z
1826
+ // foo-x-y-z
1827
+ // foo x y z
1828
+ return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
1829
+ return match[0] === '[]' ? '' : match[1] || match[0];
1716
1830
  });
1717
1831
  }
1718
- class AxiosHeaders {
1719
- constructor(headers) {
1720
- headers && this.set(headers);
1721
- }
1722
- set(header, valueOrRewrite, rewrite) {
1723
- const self = this;
1724
- function setHeader(_value, _header, _rewrite) {
1725
- const lHeader = normalizeHeader(_header);
1726
- if (!lHeader) {
1727
- throw new Error('header name must be a non-empty string');
1728
- }
1729
- const key = utils$1.findKey(self, lHeader);
1730
- if (!key || self[key] === undefined || _rewrite === true || _rewrite === undefined && self[key] !== false) {
1731
- assertValidHeaderValue(_value, _header);
1732
- self[key || _header] = normalizeValue(_value);
1733
- }
1734
- }
1735
- const setHeaders = (headers, _rewrite) => utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
1736
- if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
1737
- setHeaders(header, valueOrRewrite);
1738
- } else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
1739
- setHeaders(parseHeaders(header), valueOrRewrite);
1740
- } else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
1741
- let obj = {},
1742
- dest,
1743
- key;
1744
- for (const entry of header) {
1745
- if (!utils$1.isArray(entry)) {
1746
- throw TypeError('Object iterator must return a key-value pair');
1747
- }
1748
- obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
1749
- }
1750
- setHeaders(obj, valueOrRewrite);
1751
- } else {
1752
- header != null && setHeader(valueOrRewrite, header, rewrite);
1753
- }
1754
- return this;
1755
- }
1756
- get(header, parser) {
1757
- header = normalizeHeader(header);
1758
- if (header) {
1759
- const key = utils$1.findKey(this, header);
1760
- if (key) {
1761
- const value = this[key];
1762
- if (!parser) {
1763
- return value;
1764
- }
1765
- if (parser === true) {
1766
- return parseTokens(value);
1767
- }
1768
- if (utils$1.isFunction(parser)) {
1769
- return parser.call(this, value, key);
1770
- }
1771
- if (utils$1.isRegExp(parser)) {
1772
- return parser.exec(value);
1773
- }
1774
- throw new TypeError('parser must be boolean|regexp|function');
1775
- }
1776
- }
1777
- }
1778
- has(header, matcher) {
1779
- header = normalizeHeader(header);
1780
- if (header) {
1781
- const key = utils$1.findKey(this, header);
1782
- return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
1783
- }
1784
- return false;
1832
+
1833
+ /**
1834
+ * Convert an array to an object.
1835
+ *
1836
+ * @param {Array<any>} arr - The array to convert to an object.
1837
+ *
1838
+ * @returns An object with the same keys and values as the array.
1839
+ */
1840
+ function arrayToObject(arr) {
1841
+ const obj = {};
1842
+ const keys = Object.keys(arr);
1843
+ let i;
1844
+ const len = keys.length;
1845
+ let key;
1846
+ for (i = 0; i < len; i++) {
1847
+ key = keys[i];
1848
+ obj[key] = arr[key];
1785
1849
  }
1786
- delete(header, matcher) {
1787
- const self = this;
1788
- let deleted = false;
1789
- function deleteHeader(_header) {
1790
- _header = normalizeHeader(_header);
1791
- if (_header) {
1792
- const key = utils$1.findKey(self, _header);
1793
- if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
1794
- delete self[key];
1795
- deleted = true;
1796
- }
1850
+ return obj;
1851
+ }
1852
+
1853
+ /**
1854
+ * It takes a FormData object and returns a JavaScript object
1855
+ *
1856
+ * @param {string} formData The FormData object to convert to JSON.
1857
+ *
1858
+ * @returns {Object<string, any> | null} The converted object.
1859
+ */
1860
+ function formDataToJSON(formData) {
1861
+ function buildPath(path, value, target, index) {
1862
+ let name = path[index++];
1863
+ if (name === '__proto__') return true;
1864
+ const isNumericKey = Number.isFinite(+name);
1865
+ const isLast = index >= path.length;
1866
+ name = !name && utils$1.isArray(target) ? target.length : name;
1867
+ if (isLast) {
1868
+ if (utils$1.hasOwnProp(target, name)) {
1869
+ target[name] = utils$1.isArray(target[name]) ? target[name].concat(value) : [target[name], value];
1870
+ } else {
1871
+ target[name] = value;
1797
1872
  }
1873
+ return !isNumericKey;
1798
1874
  }
1799
- if (utils$1.isArray(header)) {
1800
- header.forEach(deleteHeader);
1801
- } else {
1802
- deleteHeader(header);
1875
+ if (!utils$1.hasOwnProp(target, name) || !utils$1.isObject(target[name])) {
1876
+ target[name] = [];
1803
1877
  }
1804
- return deleted;
1805
- }
1806
- clear(matcher) {
1807
- const keys = Object.keys(this);
1808
- let i = keys.length;
1809
- let deleted = false;
1810
- while (i--) {
1811
- const key = keys[i];
1812
- if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
1813
- delete this[key];
1814
- deleted = true;
1815
- }
1878
+ const result = buildPath(path, value, target[name], index);
1879
+ if (result && utils$1.isArray(target[name])) {
1880
+ target[name] = arrayToObject(target[name]);
1816
1881
  }
1817
- return deleted;
1818
- }
1819
- normalize(format) {
1820
- const self = this;
1821
- const headers = {};
1822
- utils$1.forEach(this, (value, header) => {
1823
- const key = utils$1.findKey(headers, header);
1824
- if (key) {
1825
- self[key] = normalizeValue(value);
1826
- delete self[header];
1827
- return;
1828
- }
1829
- const normalized = format ? formatHeader(header) : String(header).trim();
1830
- if (normalized !== header) {
1831
- delete self[header];
1832
- }
1833
- self[normalized] = normalizeValue(value);
1834
- headers[normalized] = true;
1835
- });
1836
- return this;
1837
- }
1838
- concat(...targets) {
1839
- return this.constructor.concat(this, ...targets);
1882
+ return !isNumericKey;
1840
1883
  }
1841
- toJSON(asStrings) {
1842
- const obj = Object.create(null);
1843
- utils$1.forEach(this, (value, header) => {
1844
- value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
1884
+ if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
1885
+ const obj = {};
1886
+ utils$1.forEachEntry(formData, (name, value) => {
1887
+ buildPath(parsePropPath(name), value, obj, 0);
1845
1888
  });
1846
1889
  return obj;
1847
1890
  }
1848
- [Symbol.iterator]() {
1849
- return Object.entries(this.toJSON())[Symbol.iterator]();
1850
- }
1851
- toString() {
1852
- return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
1853
- }
1854
- getSetCookie() {
1855
- return this.get('set-cookie') || [];
1856
- }
1857
- get [Symbol.toStringTag]() {
1858
- return 'AxiosHeaders';
1859
- }
1860
- static from(thing) {
1861
- return thing instanceof this ? thing : new this(thing);
1862
- }
1863
- static concat(first, ...targets) {
1864
- const computed = new this(first);
1865
- targets.forEach(target => computed.set(target));
1866
- return computed;
1891
+ return null;
1892
+ }
1893
+
1894
+ const own = (obj, key) => obj != null && utils$1.hasOwnProp(obj, key) ? obj[key] : undefined;
1895
+
1896
+ /**
1897
+ * It takes a string, tries to parse it, and if it fails, it returns the stringified version
1898
+ * of the input
1899
+ *
1900
+ * @param {any} rawValue - The value to be stringified.
1901
+ * @param {Function} parser - A function that parses a string into a JavaScript object.
1902
+ * @param {Function} encoder - A function that takes a value and returns a string.
1903
+ *
1904
+ * @returns {string} A stringified version of the rawValue.
1905
+ */
1906
+ function stringifySafely(rawValue, parser, encoder) {
1907
+ if (utils$1.isString(rawValue)) {
1908
+ try {
1909
+ (parser || JSON.parse)(rawValue);
1910
+ return utils$1.trim(rawValue);
1911
+ } catch (e) {
1912
+ if (e.name !== 'SyntaxError') {
1913
+ throw e;
1914
+ }
1915
+ }
1867
1916
  }
1868
- static accessor(header) {
1869
- const internals = this[$internals] = this[$internals] = {
1870
- accessors: {}
1871
- };
1872
- const accessors = internals.accessors;
1873
- const prototype = this.prototype;
1874
- function defineAccessor(_header) {
1875
- const lHeader = normalizeHeader(_header);
1876
- if (!accessors[lHeader]) {
1877
- buildAccessors(prototype, _header);
1878
- accessors[lHeader] = true;
1917
+ return (encoder || JSON.stringify)(rawValue);
1918
+ }
1919
+ const defaults = {
1920
+ transitional: transitionalDefaults,
1921
+ adapter: ['xhr', 'http', 'fetch'],
1922
+ transformRequest: [function transformRequest(data, headers) {
1923
+ const contentType = headers.getContentType() || '';
1924
+ const hasJSONContentType = contentType.indexOf('application/json') > -1;
1925
+ const isObjectPayload = utils$1.isObject(data);
1926
+ if (isObjectPayload && utils$1.isHTMLForm(data)) {
1927
+ data = new FormData(data);
1928
+ }
1929
+ const isFormData = utils$1.isFormData(data);
1930
+ if (isFormData) {
1931
+ return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
1932
+ }
1933
+ if (utils$1.isArrayBuffer(data) || utils$1.isBuffer(data) || utils$1.isStream(data) || utils$1.isFile(data) || utils$1.isBlob(data) || utils$1.isReadableStream(data)) {
1934
+ return data;
1935
+ }
1936
+ if (utils$1.isArrayBufferView(data)) {
1937
+ return data.buffer;
1938
+ }
1939
+ if (utils$1.isURLSearchParams(data)) {
1940
+ headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
1941
+ return data.toString();
1942
+ }
1943
+ let isFileList;
1944
+ if (isObjectPayload) {
1945
+ const formSerializer = own(this, 'formSerializer');
1946
+ if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
1947
+ return toURLEncodedForm(data, formSerializer).toString();
1948
+ }
1949
+ if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
1950
+ const env = own(this, 'env');
1951
+ const _FormData = env && env.FormData;
1952
+ return toFormData(isFileList ? {
1953
+ 'files[]': data
1954
+ } : data, _FormData && new _FormData(), formSerializer);
1879
1955
  }
1880
1956
  }
1881
- utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
1882
- return this;
1883
- }
1884
- }
1885
- AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
1886
-
1887
- // reserved names hotfix
1888
- utils$1.reduceDescriptors(AxiosHeaders.prototype, ({
1889
- value
1890
- }, key) => {
1891
- let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
1892
- return {
1893
- get: () => value,
1894
- set(headerValue) {
1895
- this[mapped] = headerValue;
1957
+ if (isObjectPayload || hasJSONContentType) {
1958
+ headers.setContentType('application/json', false);
1959
+ return stringifySafely(data);
1896
1960
  }
1897
- };
1961
+ return data;
1962
+ }],
1963
+ transformResponse: [function transformResponse(data) {
1964
+ const transitional = own(this, 'transitional') || defaults.transitional;
1965
+ const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
1966
+ const responseType = own(this, 'responseType');
1967
+ const JSONRequested = responseType === 'json';
1968
+ if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
1969
+ return data;
1970
+ }
1971
+ if (data && utils$1.isString(data) && (forcedJSONParsing && !responseType || JSONRequested)) {
1972
+ const silentJSONParsing = transitional && transitional.silentJSONParsing;
1973
+ const strictJSONParsing = !silentJSONParsing && JSONRequested;
1974
+ try {
1975
+ return JSON.parse(data, own(this, 'parseReviver'));
1976
+ } catch (e) {
1977
+ if (strictJSONParsing) {
1978
+ if (e.name === 'SyntaxError') {
1979
+ throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, own(this, 'response'));
1980
+ }
1981
+ throw e;
1982
+ }
1983
+ }
1984
+ }
1985
+ return data;
1986
+ }],
1987
+ /**
1988
+ * A timeout in milliseconds to abort a request. If set to 0 (default) a
1989
+ * timeout is not created.
1990
+ */
1991
+ timeout: 0,
1992
+ xsrfCookieName: 'XSRF-TOKEN',
1993
+ xsrfHeaderName: 'X-XSRF-TOKEN',
1994
+ maxContentLength: -1,
1995
+ maxBodyLength: -1,
1996
+ env: {
1997
+ FormData: platform.classes.FormData,
1998
+ Blob: platform.classes.Blob
1999
+ },
2000
+ validateStatus: function validateStatus(status) {
2001
+ return status >= 200 && status < 300;
2002
+ },
2003
+ headers: {
2004
+ common: {
2005
+ Accept: 'application/json, text/plain, */*',
2006
+ 'Content-Type': undefined
2007
+ }
2008
+ }
2009
+ };
2010
+ utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'query'], method => {
2011
+ defaults.headers[method] = {};
1898
2012
  });
1899
- utils$1.freezeMethods(AxiosHeaders);
1900
2013
 
1901
2014
  /**
1902
2015
  * Transform the data for a request or a response
@@ -1953,7 +2066,7 @@ function settle(resolve, reject, response) {
1953
2066
  if (!response.status || !validateStatus || validateStatus(response.status)) {
1954
2067
  resolve(response);
1955
2068
  } else {
1956
- reject(new AxiosError('Request failed with status code ' + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
2069
+ reject(new AxiosError('Request failed with status code ' + response.status, response.status >= 400 && response.status < 500 ? AxiosError.ERR_BAD_REQUEST : AxiosError.ERR_BAD_RESPONSE, response.config, response.request, response));
1957
2070
  }
1958
2071
  }
1959
2072
 
@@ -1998,7 +2111,7 @@ function combineURLs(baseURL, relativeURL) {
1998
2111
  */
1999
2112
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2000
2113
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
2001
- if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
2114
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls === false)) {
2002
2115
  return combineURLs(baseURL, requestedURL);
2003
2116
  }
2004
2117
  return requestedURL;
@@ -2100,14 +2213,16 @@ function getEnv(key) {
2100
2213
  return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || '';
2101
2214
  }
2102
2215
 
2103
- const VERSION = "1.15.0";
2216
+ const VERSION = "1.16.1";
2104
2217
 
2105
2218
  function parseProtocol(url) {
2106
- const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
2219
+ const match = /^([-+\w]{1,25}):(?:\/\/)?/.exec(url);
2107
2220
  return match && match[1] || '';
2108
2221
  }
2109
2222
 
2110
- const DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
2223
+ // RFC 2397: data:[<mediatype>][;base64],<data>
2224
+ // mediatype = type/subtype followed by optional ;name=value parameters
2225
+ const DATA_URL_PATTERN = /^([^,;]+\/[^,;]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;
2111
2226
 
2112
2227
  /**
2113
2228
  * Parse data uri to a Buffer or Blob
@@ -2131,10 +2246,20 @@ function fromDataURI(uri, asBlob, options) {
2131
2246
  if (!match) {
2132
2247
  throw new AxiosError('Invalid URL', AxiosError.ERR_INVALID_URL);
2133
2248
  }
2134
- const mime = match[1];
2135
- const isBase64 = match[2];
2136
- const body = match[3];
2137
- const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? 'base64' : 'utf8');
2249
+ const type = match[1];
2250
+ const params = match[2];
2251
+ const encoding = match[3] ? 'base64' : 'utf8';
2252
+ const body = match[4];
2253
+
2254
+ // RFC 2397 section 3: default mediatype is text/plain;charset=US-ASCII
2255
+ // Bare `data:,` leaves mime undefined; Blob normalises that to "" per spec.
2256
+ let mime;
2257
+ if (type) {
2258
+ mime = params ? type + params : type;
2259
+ } else if (params) {
2260
+ mime = 'text/plain' + params;
2261
+ }
2262
+ const buffer = Buffer.from(decodeURIComponent(body), encoding);
2138
2263
  if (asBlob) {
2139
2264
  if (!_Blob) {
2140
2265
  throw new AxiosError('Blob is not supported', AxiosError.ERR_NOT_SUPPORT);
@@ -2291,7 +2416,8 @@ class FormDataPart {
2291
2416
  if (isStringValue) {
2292
2417
  value = textEncoder.encode(String(value).replace(/\r?\n|\r\n?/g, CRLF));
2293
2418
  } else {
2294
- headers += `Content-Type: ${value.type || 'application/octet-stream'}${CRLF}`;
2419
+ const safeType = String(value.type || 'application/octet-stream').replace(/[\r\n]/g, '');
2420
+ headers += `Content-Type: ${safeType}${CRLF}`;
2295
2421
  }
2296
2422
  this.headers = textEncoder.encode(headers + CRLF);
2297
2423
  this.contentLength = isStringValue ? value.byteLength : value.size;
@@ -2329,7 +2455,7 @@ const formDataToStream = (form, headersHandler, options) => {
2329
2455
  throw TypeError('FormData instance required');
2330
2456
  }
2331
2457
  if (boundary.length < 1 || boundary.length > 70) {
2332
- throw Error('boundary must be 10-70 characters long');
2458
+ throw Error('boundary must be 1-70 characters long');
2333
2459
  }
2334
2460
  const boundaryBytes = textEncoder.encode('--' + boundary + CRLF);
2335
2461
  const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF);
@@ -2392,6 +2518,47 @@ const callbackify = (fn, reducer) => {
2392
2518
  } : fn;
2393
2519
  };
2394
2520
 
2521
+ const LOOPBACK_HOSTNAMES = new Set(['localhost']);
2522
+ const isIPv4Loopback = host => {
2523
+ const parts = host.split('.');
2524
+ if (parts.length !== 4) return false;
2525
+ if (parts[0] !== '127') return false;
2526
+ return parts.every(p => /^\d+$/.test(p) && Number(p) >= 0 && Number(p) <= 255);
2527
+ };
2528
+ const isIPv6Loopback = host => {
2529
+ // Collapse all-zero groups: any form of ::1 / 0:0:...:0:1
2530
+ // First, strip any leading "::" by normalising with Set lookup of common forms,
2531
+ // then fall back to structural check.
2532
+ if (host === '::1') return true;
2533
+
2534
+ // Check IPv4-mapped IPv6 loopback: ::ffff:<v4-loopback> or ::ffff:<hex-v4-loopback>
2535
+ // Node's URL parser normalises ::ffff:127.0.0.1 → ::ffff:7f00:1
2536
+ const v4MappedDotted = host.match(/^::ffff:(\d+\.\d+\.\d+\.\d+)$/i);
2537
+ if (v4MappedDotted) return isIPv4Loopback(v4MappedDotted[1]);
2538
+ const v4MappedHex = host.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);
2539
+ if (v4MappedHex) {
2540
+ const high = parseInt(v4MappedHex[1], 16);
2541
+ // High 16 bits must start with 127 (0x7f) — i.e. 0x7f00..0x7fff
2542
+ return high >= 0x7f00 && high <= 0x7fff;
2543
+ }
2544
+
2545
+ // Full-form ::1 variants: any number of zero groups followed by trailing 1
2546
+ // e.g. 0:0:0:0:0:0:0:1, 0000:...:0001
2547
+ const groups = host.split(':');
2548
+ if (groups.length === 8) {
2549
+ for (let i = 0; i < 7; i++) {
2550
+ if (!/^0+$/.test(groups[i])) return false;
2551
+ }
2552
+ return /^0*1$/.test(groups[7]);
2553
+ }
2554
+ return false;
2555
+ };
2556
+ const isLoopback = host => {
2557
+ if (!host) return false;
2558
+ if (LOOPBACK_HOSTNAMES.has(host)) return true;
2559
+ if (isIPv4Loopback(host)) return true;
2560
+ return isIPv6Loopback(host);
2561
+ };
2395
2562
  const DEFAULT_PORTS = {
2396
2563
  http: 80,
2397
2564
  https: 443,
@@ -2421,6 +2588,27 @@ const parseNoProxyEntry = entry => {
2421
2588
  }
2422
2589
  return [entryHost, entryPort];
2423
2590
  };
2591
+
2592
+ // Convert IPv4-mapped IPv6 (::ffff:0:0/96 prefix) to IPv4 dotted form so both
2593
+ // sides of a NO_PROXY comparison see the same canonical address. Without this,
2594
+ // `NO_PROXY=192.168.1.5` would not match a request to `http://[::ffff:192.168.1.5]/`
2595
+ // (Node's URL parser normalises that to `[::ffff:c0a8:105]`), and vice-versa,
2596
+ // allowing the proxy-bypass policy to be circumvented by using the alternate
2597
+ // representation. Returns the input unchanged when not IPv4-mapped.
2598
+ const IPV4_MAPPED_DOTTED_RE = /^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:(\d+\.\d+\.\d+\.\d+)$/i;
2599
+ const IPV4_MAPPED_HEX_RE = /^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i;
2600
+ const unmapIPv4MappedIPv6 = host => {
2601
+ if (typeof host !== 'string' || host.indexOf(':') === -1) return host;
2602
+ const dotted = host.match(IPV4_MAPPED_DOTTED_RE);
2603
+ if (dotted) return dotted[1];
2604
+ const hex = host.match(IPV4_MAPPED_HEX_RE);
2605
+ if (hex) {
2606
+ const high = parseInt(hex[1], 16);
2607
+ const low = parseInt(hex[2], 16);
2608
+ return `${high >> 8}.${high & 0xff}.${low >> 8}.${low & 0xff}`;
2609
+ }
2610
+ return host;
2611
+ };
2424
2612
  const normalizeNoProxyHost = hostname => {
2425
2613
  if (!hostname) {
2426
2614
  return hostname;
@@ -2428,7 +2616,7 @@ const normalizeNoProxyHost = hostname => {
2428
2616
  if (hostname.charAt(0) === '[' && hostname.charAt(hostname.length - 1) === ']') {
2429
2617
  hostname = hostname.slice(1, -1);
2430
2618
  }
2431
- return hostname.replace(/\.+$/, '');
2619
+ return unmapIPv4MappedIPv6(hostname.replace(/\.+$/, ''));
2432
2620
  };
2433
2621
  function shouldBypassProxy(location) {
2434
2622
  let parsed;
@@ -2464,7 +2652,7 @@ function shouldBypassProxy(location) {
2464
2652
  if (entryHost.charAt(0) === '.') {
2465
2653
  return hostname.endsWith(entryHost);
2466
2654
  }
2467
- return hostname === entryHost;
2655
+ return hostname === entryHost || isLoopback(hostname) && isLoopback(entryHost);
2468
2656
  });
2469
2657
  }
2470
2658
 
@@ -2551,19 +2739,22 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
2551
2739
  let bytesNotified = 0;
2552
2740
  const _speedometer = speedometer(50, 250);
2553
2741
  return throttle(e => {
2554
- const loaded = e.loaded;
2742
+ if (!e || typeof e.loaded !== 'number') {
2743
+ return;
2744
+ }
2745
+ const rawLoaded = e.loaded;
2555
2746
  const total = e.lengthComputable ? e.total : undefined;
2556
- const progressBytes = loaded - bytesNotified;
2747
+ const loaded = total != null ? Math.min(rawLoaded, total) : rawLoaded;
2748
+ const progressBytes = Math.max(0, loaded - bytesNotified);
2557
2749
  const rate = _speedometer(progressBytes);
2558
- const inRange = loaded <= total;
2559
- bytesNotified = loaded;
2750
+ bytesNotified = Math.max(bytesNotified, loaded);
2560
2751
  const data = {
2561
2752
  loaded,
2562
2753
  total,
2563
2754
  progress: total ? loaded / total : undefined,
2564
2755
  bytes: progressBytes,
2565
2756
  rate: rate ? rate : undefined,
2566
- estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
2757
+ estimated: rate && total ? (total - loaded) / rate : undefined,
2567
2758
  event: e,
2568
2759
  lengthComputable: total != null,
2569
2760
  [isDownloadStream ? 'download' : 'upload']: true
@@ -2641,7 +2832,34 @@ function estimateDataURLDecodedBytes(url) {
2641
2832
  const bytes = groups * 3 - (pad || 0);
2642
2833
  return bytes > 0 ? bytes : 0;
2643
2834
  }
2644
- return Buffer.byteLength(body, 'utf8');
2835
+ if (typeof Buffer !== 'undefined' && typeof Buffer.byteLength === 'function') {
2836
+ return Buffer.byteLength(body, 'utf8');
2837
+ }
2838
+
2839
+ // Compute UTF-8 byte length directly from UTF-16 code units without allocating
2840
+ // a byte buffer (TextEncoder.encode would defeat the DoS guard on large bodies).
2841
+ // Using body.length here would undercount non-ASCII (e.g. '€' is 1 code unit
2842
+ // but 3 UTF-8 bytes).
2843
+ let bytes = 0;
2844
+ for (let i = 0, len = body.length; i < len; i++) {
2845
+ const c = body.charCodeAt(i);
2846
+ if (c < 0x80) {
2847
+ bytes += 1;
2848
+ } else if (c < 0x800) {
2849
+ bytes += 2;
2850
+ } else if (c >= 0xd800 && c <= 0xdbff && i + 1 < len) {
2851
+ const next = body.charCodeAt(i + 1);
2852
+ if (next >= 0xdc00 && next <= 0xdfff) {
2853
+ bytes += 4;
2854
+ i++;
2855
+ } else {
2856
+ bytes += 3;
2857
+ }
2858
+ } else {
2859
+ bytes += 3;
2860
+ }
2861
+ }
2862
+ return bytes;
2645
2863
  }
2646
2864
 
2647
2865
  const zlibOptions = {
@@ -2658,9 +2876,70 @@ const {
2658
2876
  https: httpsFollow
2659
2877
  } = followRedirects;
2660
2878
  const isHttps = /https:?/;
2879
+ const FORM_DATA_CONTENT_HEADERS$1 = ['content-type', 'content-length'];
2880
+ function setFormDataHeaders$1(headers, formHeaders, policy) {
2881
+ if (policy !== 'content-only') {
2882
+ headers.set(formHeaders);
2883
+ return;
2884
+ }
2885
+ Object.entries(formHeaders).forEach(([key, val]) => {
2886
+ if (FORM_DATA_CONTENT_HEADERS$1.includes(key.toLowerCase())) {
2887
+ headers.set(key, val);
2888
+ }
2889
+ });
2890
+ }
2891
+
2892
+ // Symbols used to bind a single 'error' listener to a pooled socket and track
2893
+ // the request currently owning that socket across keep-alive reuse (issue #10780).
2894
+ const kAxiosSocketListener = Symbol('axios.http.socketListener');
2895
+ const kAxiosCurrentReq = Symbol('axios.http.currentReq');
2896
+
2897
+ // Tags HttpsProxyAgent instances installed by setProxy() so the redirect path
2898
+ // can strip them without clobbering a user-supplied agent that happens to be
2899
+ // an HttpsProxyAgent.
2900
+ const kAxiosInstalledTunnel = Symbol('axios.http.installedTunnel');
2901
+
2902
+ // Cache of CONNECT-tunneling agents keyed by proxy config so repeat requests
2903
+ // through the same proxy reuse a single agent (and its socket pool). The
2904
+ // keyspace is bounded by the set of distinct proxy configs the process uses,
2905
+ // so unbounded growth is not a concern in practice.
2906
+ const tunnelingAgentCache = new Map();
2907
+ const tunnelingAgentCacheUser = new WeakMap();
2908
+ function getTunnelingAgent(agentOptions, userHttpsAgent) {
2909
+ const key = agentOptions.protocol + '//' + agentOptions.hostname + ':' + (agentOptions.port || '') + '#' + (agentOptions.auth || '');
2910
+ const cache = userHttpsAgent ? tunnelingAgentCacheUser.get(userHttpsAgent) || tunnelingAgentCacheUser.set(userHttpsAgent, new Map()).get(userHttpsAgent) : tunnelingAgentCache;
2911
+ let agent = cache.get(key);
2912
+ if (agent) return agent;
2913
+ // Forward the user's TLS options (custom CA, rejectUnauthorized, client cert,
2914
+ // etc.) into the tunneling agent so they apply to the origin TLS upgrade
2915
+ // performed after CONNECT. Our proxy fields take precedence on conflict.
2916
+ const merged = userHttpsAgent && userHttpsAgent.options ? {
2917
+ ...userHttpsAgent.options,
2918
+ ...agentOptions
2919
+ } : agentOptions;
2920
+ agent = new HttpsProxyAgent(merged);
2921
+ agent[kAxiosInstalledTunnel] = true;
2922
+ cache.set(key, agent);
2923
+ return agent;
2924
+ }
2661
2925
  const supportedProtocols = platform.protocols.map(protocol => {
2662
2926
  return protocol + ':';
2663
2927
  });
2928
+
2929
+ // Node's WHATWG URL parser returns `username` and `password` percent-encoded.
2930
+ // Decode before composing the `auth` option so credentials such as
2931
+ // `my%40email.com:pass` are sent as `my@email.com:pass`. Falls back to the
2932
+ // original value for malformed input so a bad encoding never throws.
2933
+ const decodeURIComponentSafe = value => {
2934
+ if (!utils$1.isString(value)) {
2935
+ return value;
2936
+ }
2937
+ try {
2938
+ return decodeURIComponent(value);
2939
+ } catch (error) {
2940
+ return value;
2941
+ }
2942
+ };
2664
2943
  const flushOnFinish = (stream, [throttled, flush]) => {
2665
2944
  stream.on('end', flush).on('error', flush);
2666
2945
  return throttled;
@@ -2748,12 +3027,12 @@ const http2Sessions = new Http2Sessions();
2748
3027
  *
2749
3028
  * @returns {Object<string, any>}
2750
3029
  */
2751
- function dispatchBeforeRedirect(options, responseDetails) {
3030
+ function dispatchBeforeRedirect(options, responseDetails, requestDetails) {
2752
3031
  if (options.beforeRedirects.proxy) {
2753
3032
  options.beforeRedirects.proxy(options);
2754
3033
  }
2755
3034
  if (options.beforeRedirects.config) {
2756
- options.beforeRedirects.config(options, responseDetails);
3035
+ options.beforeRedirects.config(options, responseDetails, requestDetails);
2757
3036
  }
2758
3037
  }
2759
3038
 
@@ -2766,7 +3045,7 @@ function dispatchBeforeRedirect(options, responseDetails) {
2766
3045
  *
2767
3046
  * @returns {http.ClientRequestArgs}
2768
3047
  */
2769
- function setProxy(options, configProxy, location) {
3048
+ function setProxy(options, configProxy, location, isRedirect, configHttpsAgent) {
2770
3049
  let proxy = configProxy;
2771
3050
  if (!proxy && proxy !== false) {
2772
3051
  const proxyUrl = getProxyForUrl(location);
@@ -2776,39 +3055,134 @@ function setProxy(options, configProxy, location) {
2776
3055
  }
2777
3056
  }
2778
3057
  }
3058
+ // On redirect re-invocation, strip any stale Proxy-Authorization header carried
3059
+ // over from the prior request (e.g. new target no longer uses a proxy, or uses
3060
+ // a different proxy). Skip on the initial request so user-supplied headers are
3061
+ // preserved. Header names are case-insensitive, so remove every case variant.
3062
+ if (isRedirect && options.headers) {
3063
+ for (const name of Object.keys(options.headers)) {
3064
+ if (name.toLowerCase() === 'proxy-authorization') {
3065
+ delete options.headers[name];
3066
+ }
3067
+ }
3068
+ }
3069
+ // Strip any tunneling agent we installed for the previous hop so a redirect
3070
+ // that drops the proxy or crosses an HTTPS↔HTTP boundary doesn't reuse a
3071
+ // stale one. Match on our Symbol marker so a user-supplied HttpsProxyAgent
3072
+ // (which won't carry the marker) is left alone.
3073
+ if (isRedirect && options.agent && options.agent[kAxiosInstalledTunnel]) {
3074
+ options.agent = undefined;
3075
+ }
2779
3076
  if (proxy) {
3077
+ // Read proxy fields without traversing the prototype chain. URL instances expose
3078
+ // username/password/hostname/host/port/protocol via getters on URL.prototype (so
3079
+ // direct reads are shielded), but plain object proxies — and the `auth` field
3080
+ // (which URL does not expose) — must be guarded so a polluted Object.prototype
3081
+ // (e.g. Object.prototype.auth = { username, password }) cannot inject
3082
+ // attacker-controlled credentials into the Proxy-Authorization header or
3083
+ // redirect proxying to an attacker-controlled host.
3084
+ const isProxyURL = proxy instanceof URL;
3085
+ const readProxyField = key => isProxyURL || utils$1.hasOwnProp(proxy, key) ? proxy[key] : undefined;
3086
+ const proxyUsername = readProxyField('username');
3087
+ const proxyPassword = readProxyField('password');
3088
+ let proxyAuth = utils$1.hasOwnProp(proxy, 'auth') ? proxy.auth : undefined;
3089
+
2780
3090
  // Basic proxy authorization
2781
- if (proxy.username) {
2782
- proxy.auth = (proxy.username || '') + ':' + (proxy.password || '');
2783
- }
2784
- if (proxy.auth) {
2785
- // Support proxy auth object form
2786
- const validProxyAuth = Boolean(proxy.auth.username || proxy.auth.password);
3091
+ if (proxyUsername) {
3092
+ proxyAuth = (proxyUsername || '') + ':' + (proxyPassword || '');
3093
+ }
3094
+ if (proxyAuth) {
3095
+ // Support proxy auth object form. Read sub-fields via own-prop checks so a
3096
+ // plain object inheriting from polluted Object.prototype cannot leak creds.
3097
+ const authIsObject = typeof proxyAuth === 'object';
3098
+ const authUsername = authIsObject && utils$1.hasOwnProp(proxyAuth, 'username') ? proxyAuth.username : undefined;
3099
+ const authPassword = authIsObject && utils$1.hasOwnProp(proxyAuth, 'password') ? proxyAuth.password : undefined;
3100
+ const validProxyAuth = Boolean(authUsername || authPassword);
2787
3101
  if (validProxyAuth) {
2788
- proxy.auth = (proxy.auth.username || '') + ':' + (proxy.auth.password || '');
2789
- } else if (typeof proxy.auth === 'object') {
3102
+ proxyAuth = (authUsername || '') + ':' + (authPassword || '');
3103
+ } else if (authIsObject) {
2790
3104
  throw new AxiosError('Invalid proxy authorization', AxiosError.ERR_BAD_OPTION, {
2791
3105
  proxy
2792
3106
  });
2793
3107
  }
2794
- const base64 = Buffer.from(proxy.auth, 'utf8').toString('base64');
2795
- options.headers['Proxy-Authorization'] = 'Basic ' + base64;
2796
3108
  }
2797
- options.headers.host = options.hostname + (options.port ? ':' + options.port : '');
2798
- const proxyHost = proxy.hostname || proxy.host;
2799
- options.hostname = proxyHost;
2800
- // Replace 'host' since options is not a URL object
2801
- options.host = proxyHost;
2802
- options.port = proxy.port;
2803
- options.path = location;
2804
- if (proxy.protocol) {
2805
- options.protocol = proxy.protocol.includes(':') ? proxy.protocol : `${proxy.protocol}:`;
3109
+ const targetIsHttps = isHttps.test(options.protocol);
3110
+ if (targetIsHttps) {
3111
+ // CONNECT-tunneling path for HTTPS targets. Preserves end-to-end TLS to
3112
+ // the origin so the proxy cannot inspect the URL, headers, or body — the
3113
+ // behavior already promised by THREATMODEL.md (T-R9). HttpsProxyAgent
3114
+ // sends Proxy-Authorization on the CONNECT request only, never on the
3115
+ // wrapped TLS request, which is why we don't stamp it onto
3116
+ // options.headers here. If the user already supplied an HttpsProxyAgent,
3117
+ // they own tunneling end-to-end and we leave them alone; otherwise we
3118
+ // install our own tunneling agent and forward their TLS options (if any)
3119
+ // so a custom httpsAgent for cert pinning / rejectUnauthorized still
3120
+ // applies to the origin TLS upgrade.
3121
+ if (!(configHttpsAgent instanceof HttpsProxyAgent)) {
3122
+ const proxyHost = readProxyField('hostname') || readProxyField('host');
3123
+ const proxyPort = readProxyField('port');
3124
+ const rawProxyProtocol = readProxyField('protocol');
3125
+ const normalizedProtocol = rawProxyProtocol ? rawProxyProtocol.includes(':') ? rawProxyProtocol : `${rawProxyProtocol}:` : 'http:';
3126
+ // Bracket IPv6 literals for URL parsing; URL.hostname strips the
3127
+ // brackets again on read so the agent receives the raw form.
3128
+ const proxyHostForURL = proxyHost && proxyHost.includes(':') && !proxyHost.startsWith('[') ? `[${proxyHost}]` : proxyHost;
3129
+ const proxyURL = new URL(`${normalizedProtocol}//${proxyHostForURL}${proxyPort ? ':' + proxyPort : ''}`);
3130
+ const agentOptions = {
3131
+ protocol: proxyURL.protocol,
3132
+ hostname: proxyURL.hostname.replace(/^\[|\]$/g, ''),
3133
+ port: proxyURL.port,
3134
+ auth: proxyAuth && typeof proxyAuth === 'string' ? proxyAuth : undefined
3135
+ };
3136
+ if (proxyURL.protocol === 'https:') {
3137
+ agentOptions.ALPNProtocols = ['http/1.1'];
3138
+ }
3139
+ const tunnelingAgent = getTunnelingAgent(agentOptions, configHttpsAgent);
3140
+ // Set both: `options.agent` is consumed by the native https.request path
3141
+ // (config.maxRedirects === 0); `options.agents.https` is consumed by
3142
+ // follow-redirects, which ignores `options.agent` when `options.agents`
3143
+ // is present.
3144
+ options.agent = tunnelingAgent;
3145
+ if (options.agents) {
3146
+ options.agents.https = tunnelingAgent;
3147
+ }
3148
+ }
3149
+ } else {
3150
+ // Forward-proxy mode for plaintext HTTP targets. The request line carries
3151
+ // the absolute URL and the proxy sees everything — acceptable for plain
3152
+ // HTTP since the wire was already plaintext.
3153
+ if (proxyAuth) {
3154
+ const base64 = Buffer.from(proxyAuth, 'utf8').toString('base64');
3155
+ options.headers['Proxy-Authorization'] = 'Basic ' + base64;
3156
+ }
3157
+
3158
+ // Preserve a user-supplied Host header (case-insensitive) so callers can override
3159
+ // the value forwarded to the proxy; otherwise default to the request URL's host.
3160
+ let hasUserHostHeader = false;
3161
+ for (const name of Object.keys(options.headers)) {
3162
+ if (name.toLowerCase() === 'host') {
3163
+ hasUserHostHeader = true;
3164
+ break;
3165
+ }
3166
+ }
3167
+ if (!hasUserHostHeader) {
3168
+ options.headers.host = options.hostname + (options.port ? ':' + options.port : '');
3169
+ }
3170
+ const proxyHost = readProxyField('hostname') || readProxyField('host');
3171
+ options.hostname = proxyHost;
3172
+ // Replace 'host' since options is not a URL object
3173
+ options.host = proxyHost;
3174
+ options.port = readProxyField('port');
3175
+ options.path = location;
3176
+ const proxyProtocol = readProxyField('protocol');
3177
+ if (proxyProtocol) {
3178
+ options.protocol = proxyProtocol.includes(':') ? proxyProtocol : `${proxyProtocol}:`;
3179
+ }
2806
3180
  }
2807
3181
  }
2808
3182
  options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) {
2809
3183
  // Configure proxy for redirected request, passing the original config proxy to apply
2810
3184
  // the exact same logic as if the redirected request was performed by axios directly.
2811
- setProxy(redirectOptions, configProxy, redirectOptions.href);
3185
+ setProxy(redirectOptions, configProxy, redirectOptions.href, true, configHttpsAgent);
2812
3186
  };
2813
3187
  }
2814
3188
  const isHttpAdapterSupported = typeof process !== 'undefined' && utils$1.kindOf(process) === 'process';
@@ -2891,21 +3265,20 @@ const http2Transport = {
2891
3265
  /*eslint consistent-return:0*/
2892
3266
  var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
2893
3267
  return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {
2894
- let {
2895
- data,
2896
- lookup,
2897
- family,
2898
- httpVersion = 1,
2899
- http2Options
2900
- } = config;
2901
- const {
2902
- responseType,
2903
- responseEncoding
2904
- } = config;
3268
+ const own = key => utils$1.hasOwnProp(config, key) ? config[key] : undefined;
3269
+ let data = own('data');
3270
+ let lookup = own('lookup');
3271
+ let family = own('family');
3272
+ let httpVersion = own('httpVersion');
3273
+ if (httpVersion === undefined) httpVersion = 1;
3274
+ let http2Options = own('http2Options');
3275
+ const responseType = own('responseType');
3276
+ const responseEncoding = own('responseEncoding');
2905
3277
  const method = config.method.toUpperCase();
2906
3278
  let isDone;
2907
3279
  let rejected = false;
2908
3280
  let req;
3281
+ let connectPhaseTimer;
2909
3282
  httpVersion = +httpVersion;
2910
3283
  if (Number.isNaN(httpVersion)) {
2911
3284
  throw TypeError(`Invalid protocol version: '${config.httpVersion}' is not a number`);
@@ -2935,8 +3308,23 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
2935
3308
  console.warn('emit error', err);
2936
3309
  }
2937
3310
  }
3311
+ function clearConnectPhaseTimer() {
3312
+ if (connectPhaseTimer) {
3313
+ clearTimeout(connectPhaseTimer);
3314
+ connectPhaseTimer = null;
3315
+ }
3316
+ }
3317
+ function createTimeoutError() {
3318
+ let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';
3319
+ const transitional = config.transitional || transitionalDefaults;
3320
+ if (config.timeoutErrorMessage) {
3321
+ timeoutErrorMessage = config.timeoutErrorMessage;
3322
+ }
3323
+ return new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, req);
3324
+ }
2938
3325
  abortEmitter.once('abort', reject);
2939
3326
  const onFinished = () => {
3327
+ clearConnectPhaseTimer();
2940
3328
  if (config.cancelToken) {
2941
3329
  config.cancelToken.unsubscribe(abort);
2942
3330
  }
@@ -2953,6 +3341,7 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
2953
3341
  }
2954
3342
  onDone((response, isRejected) => {
2955
3343
  isDone = true;
3344
+ clearConnectPhaseTimer();
2956
3345
  if (isRejected) {
2957
3346
  rejected = true;
2958
3347
  onFinished();
@@ -3045,8 +3434,8 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3045
3434
  boundary: userBoundary && userBoundary[1] || undefined
3046
3435
  });
3047
3436
  // support for https://www.npmjs.com/package/form-data api
3048
- } else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) {
3049
- headers.set(data.getHeaders());
3437
+ } else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders) && data.getHeaders !== Object.prototype.getHeaders) {
3438
+ setFormDataHeaders$1(headers, data.getHeaders(), own('formDataHeaderPolicy'));
3050
3439
  if (!headers.hasContentLength()) {
3051
3440
  try {
3052
3441
  const knownLength = await util.promisify(data.getLength).call(data);
@@ -3094,20 +3483,21 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3094
3483
 
3095
3484
  // HTTP basic authentication
3096
3485
  let auth = undefined;
3097
- if (config.auth) {
3098
- const username = config.auth.username || '';
3099
- const password = config.auth.password || '';
3486
+ const configAuth = own('auth');
3487
+ if (configAuth) {
3488
+ const username = configAuth.username || '';
3489
+ const password = configAuth.password || '';
3100
3490
  auth = username + ':' + password;
3101
3491
  }
3102
3492
  if (!auth && parsed.username) {
3103
- const urlUsername = parsed.username;
3104
- const urlPassword = parsed.password;
3493
+ const urlUsername = decodeURIComponentSafe(parsed.username);
3494
+ const urlPassword = decodeURIComponentSafe(parsed.password);
3105
3495
  auth = urlUsername + ':' + urlPassword;
3106
3496
  }
3107
3497
  auth && headers.delete('authorization');
3108
- let path;
3498
+ let path$1;
3109
3499
  try {
3110
- path = buildURL(parsed.pathname + parsed.search, config.params, config.paramsSerializer).replace(/^\?/, '');
3500
+ path$1 = buildURL(parsed.pathname + parsed.search, config.params, config.paramsSerializer).replace(/^\?/, '');
3111
3501
  } catch (err) {
3112
3502
  const customErr = new Error(err.message);
3113
3503
  customErr.config = config;
@@ -3116,10 +3506,13 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3116
3506
  return reject(customErr);
3117
3507
  }
3118
3508
  headers.set('Accept-Encoding', 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : ''), false);
3119
- const options = {
3120
- path,
3509
+
3510
+ // Null-prototype to block prototype pollution gadgets on properties read
3511
+ // directly by Node's http.request (e.g. insecureHTTPParser, lookup).
3512
+ const options = Object.assign(Object.create(null), {
3513
+ path: path$1,
3121
3514
  method: method,
3122
- headers: headers.toJSON(),
3515
+ headers: toByteStringHeaderObject(headers),
3123
3516
  agents: {
3124
3517
  http: config.httpAgent,
3125
3518
  https: config.httpsAgent
@@ -3128,35 +3521,54 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3128
3521
  protocol,
3129
3522
  family,
3130
3523
  beforeRedirect: dispatchBeforeRedirect,
3131
- beforeRedirects: {},
3524
+ beforeRedirects: Object.create(null),
3132
3525
  http2Options
3133
- };
3526
+ });
3134
3527
 
3135
3528
  // cacheable-lookup integration hotfix
3136
3529
  !utils$1.isUndefined(lookup) && (options.lookup = lookup);
3137
3530
  if (config.socketPath) {
3531
+ if (typeof config.socketPath !== 'string') {
3532
+ return reject(new AxiosError('socketPath must be a string', AxiosError.ERR_BAD_OPTION_VALUE, config));
3533
+ }
3534
+ if (config.allowedSocketPaths != null) {
3535
+ const allowed = Array.isArray(config.allowedSocketPaths) ? config.allowedSocketPaths : [config.allowedSocketPaths];
3536
+ const resolvedSocket = path.resolve(config.socketPath);
3537
+ const isAllowed = allowed.some(entry => typeof entry === 'string' && path.resolve(entry) === resolvedSocket);
3538
+ if (!isAllowed) {
3539
+ return reject(new AxiosError(`socketPath "${config.socketPath}" is not permitted by allowedSocketPaths`, AxiosError.ERR_BAD_OPTION_VALUE, config));
3540
+ }
3541
+ }
3138
3542
  options.socketPath = config.socketPath;
3139
3543
  } else {
3140
3544
  options.hostname = parsed.hostname.startsWith('[') ? parsed.hostname.slice(1, -1) : parsed.hostname;
3141
3545
  options.port = parsed.port;
3142
- setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path);
3546
+ setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path, false, config.httpsAgent);
3143
3547
  }
3144
3548
  let transport;
3549
+ let isNativeTransport = false;
3145
3550
  const isHttpsRequest = isHttps.test(options.protocol);
3146
- options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent;
3551
+ // Don't clobber a CONNECT-tunneling agent installed by setProxy() for an
3552
+ // HTTPS target.
3553
+ if (options.agent == null) {
3554
+ options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent;
3555
+ }
3147
3556
  if (isHttp2) {
3148
3557
  transport = http2Transport;
3149
3558
  } else {
3150
- if (config.transport) {
3151
- transport = config.transport;
3559
+ const configTransport = own('transport');
3560
+ if (configTransport) {
3561
+ transport = configTransport;
3152
3562
  } else if (config.maxRedirects === 0) {
3153
3563
  transport = isHttpsRequest ? https : http;
3564
+ isNativeTransport = true;
3154
3565
  } else {
3155
3566
  if (config.maxRedirects) {
3156
3567
  options.maxRedirects = config.maxRedirects;
3157
3568
  }
3158
- if (config.beforeRedirect) {
3159
- options.beforeRedirects.config = config.beforeRedirect;
3569
+ const configBeforeRedirect = own('beforeRedirect');
3570
+ if (configBeforeRedirect) {
3571
+ options.beforeRedirects.config = configBeforeRedirect;
3160
3572
  }
3161
3573
  transport = isHttpsRequest ? httpsFollow : httpFollow;
3162
3574
  }
@@ -3167,12 +3579,15 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3167
3579
  // follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited
3168
3580
  options.maxBodyLength = Infinity;
3169
3581
  }
3170
- if (config.insecureHTTPParser) {
3171
- options.insecureHTTPParser = config.insecureHTTPParser;
3172
- }
3582
+
3583
+ // Always set an explicit own value so a polluted
3584
+ // Object.prototype.insecureHTTPParser cannot enable the lenient parser
3585
+ // through Node's internal options copy
3586
+ options.insecureHTTPParser = Boolean(own('insecureHTTPParser'));
3173
3587
 
3174
3588
  // Create the request
3175
3589
  req = transport.request(options, function handleResponse(res) {
3590
+ clearConnectPhaseTimer();
3176
3591
  if (req.destroyed) return;
3177
3592
  const streams = [res];
3178
3593
  const responseLength = utils$1.toFiniteNumber(res.headers['content-length']);
@@ -3234,6 +3649,25 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3234
3649
  request: lastRequest
3235
3650
  };
3236
3651
  if (responseType === 'stream') {
3652
+ // Enforce maxContentLength on streamed responses; previously this
3653
+ // was applied only to buffered responses.
3654
+ if (config.maxContentLength > -1) {
3655
+ const limit = config.maxContentLength;
3656
+ const source = responseStream;
3657
+ async function* enforceMaxContentLength() {
3658
+ let totalResponseBytes = 0;
3659
+ for await (const chunk of source) {
3660
+ totalResponseBytes += chunk.length;
3661
+ if (totalResponseBytes > limit) {
3662
+ throw new AxiosError('maxContentLength size of ' + limit + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config, lastRequest);
3663
+ }
3664
+ yield chunk;
3665
+ }
3666
+ }
3667
+ responseStream = stream.Readable.from(enforceMaxContentLength(), {
3668
+ objectMode: false
3669
+ });
3670
+ }
3237
3671
  response.data = responseStream;
3238
3672
  settle(resolve, reject, response);
3239
3673
  } else {
@@ -3255,13 +3689,13 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3255
3689
  if (rejected) {
3256
3690
  return;
3257
3691
  }
3258
- const err = new AxiosError('stream has been aborted', AxiosError.ERR_BAD_RESPONSE, config, lastRequest);
3692
+ const err = new AxiosError('stream has been aborted', AxiosError.ERR_BAD_RESPONSE, config, lastRequest, response);
3259
3693
  responseStream.destroy(err);
3260
3694
  reject(err);
3261
3695
  });
3262
3696
  responseStream.on('error', function handleStreamError(err) {
3263
- if (req.destroyed) return;
3264
- reject(AxiosError.from(err, null, config, lastRequest));
3697
+ if (rejected) return;
3698
+ reject(AxiosError.from(err, null, config, lastRequest, response));
3265
3699
  });
3266
3700
  responseStream.on('end', function handleStreamEnd() {
3267
3701
  try {
@@ -3300,9 +3734,44 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3300
3734
  });
3301
3735
 
3302
3736
  // set tcp keep alive to prevent drop connection by peer
3737
+ // Track every socket bound to this outer RedirectableRequest so a single
3738
+ // 'close' listener can release ownership on all of them. follow-redirects
3739
+ // re-emits the 'socket' event for each hop's native request onto the same
3740
+ // outer request, so attaching per-request listeners inside this handler
3741
+ // would accumulate across hops and trigger MaxListenersExceededWarning at
3742
+ // >= 11 redirects. Clearing only the last-bound socket would leave stale
3743
+ // kAxiosCurrentReq refs on earlier hop sockets returned to the keep-alive
3744
+ // pool, causing an idle-pool 'error' to be attributed to a closed req.
3745
+ const boundSockets = new Set();
3303
3746
  req.on('socket', function handleRequestSocket(socket) {
3304
3747
  // default interval of sending ack packet is 1 minute
3305
3748
  socket.setKeepAlive(true, 1000 * 60);
3749
+
3750
+ // Install a single 'error' listener per socket (not per request) to avoid
3751
+ // accumulating listeners on pooled keep-alive sockets that get reassigned
3752
+ // to new requests before the previous request's 'close' fires (issue #10780).
3753
+ // The listener is bound to the socket's currently-active request via a
3754
+ // symbol, which is swapped as the socket is reassigned.
3755
+ if (!socket[kAxiosSocketListener]) {
3756
+ socket.on('error', function handleSocketError(err) {
3757
+ const current = socket[kAxiosCurrentReq];
3758
+ if (current && !current.destroyed) {
3759
+ current.destroy(err);
3760
+ }
3761
+ });
3762
+ socket[kAxiosSocketListener] = true;
3763
+ }
3764
+ socket[kAxiosCurrentReq] = req;
3765
+ boundSockets.add(socket);
3766
+ });
3767
+ req.once('close', function clearCurrentReq() {
3768
+ clearConnectPhaseTimer();
3769
+ for (const socket of boundSockets) {
3770
+ if (socket[kAxiosCurrentReq] === req) {
3771
+ socket[kAxiosCurrentReq] = null;
3772
+ }
3773
+ }
3774
+ boundSockets.clear();
3306
3775
  });
3307
3776
 
3308
3777
  // Handle request timeout
@@ -3313,21 +3782,23 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3313
3782
  abort(new AxiosError('error trying to parse `config.timeout` to int', AxiosError.ERR_BAD_OPTION_VALUE, config, req));
3314
3783
  return;
3315
3784
  }
3785
+ const handleTimeout = function handleTimeout() {
3786
+ if (isDone) return;
3787
+ abort(createTimeoutError());
3788
+ };
3789
+ if (isNativeTransport && timeout > 0) {
3790
+ // Native ClientRequest#setTimeout starts from the socket lifecycle and
3791
+ // may not fire while TCP connect is still pending. Mirror the
3792
+ // follow-redirects wall-clock timer for the maxRedirects === 0 path.
3793
+ connectPhaseTimer = setTimeout(handleTimeout, timeout);
3794
+ }
3316
3795
 
3317
3796
  // Sometime, the response will be very slow, and does not respond, the connect event will be block by event loop system.
3318
3797
  // And timer callback will be fired, and abort() will be invoked before connection, then get "socket hang up" and code ECONNRESET.
3319
3798
  // At this time, if we have a large number of request, nodejs will hang up some socket on background. and the number will up and up.
3320
3799
  // And then these socket which be hang up will devouring CPU little by little.
3321
3800
  // ClientRequest.setTimeout will be fired on the specify milliseconds, and can make sure that abort() will be fired after connect.
3322
- req.setTimeout(timeout, function handleRequestTimeout() {
3323
- if (isDone) return;
3324
- let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';
3325
- const transitional = config.transitional || transitionalDefaults;
3326
- if (config.timeoutErrorMessage) {
3327
- timeoutErrorMessage = config.timeoutErrorMessage;
3328
- }
3329
- abort(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, req));
3330
- });
3801
+ req.setTimeout(timeout, handleTimeout);
3331
3802
  } else {
3332
3803
  // explicitly reset the socket timeout value for a possible `keep-alive` request
3333
3804
  req.setTimeout(0);
@@ -3349,7 +3820,28 @@ var httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
3349
3820
  abort(new CanceledError('Request stream has been aborted', config, req));
3350
3821
  }
3351
3822
  });
3352
- data.pipe(req);
3823
+
3824
+ // Enforce maxBodyLength for streamed uploads on the native http/https
3825
+ // transport (maxRedirects === 0); follow-redirects enforces it on the
3826
+ // other path.
3827
+ let uploadStream = data;
3828
+ if (config.maxBodyLength > -1 && config.maxRedirects === 0) {
3829
+ const limit = config.maxBodyLength;
3830
+ let bytesSent = 0;
3831
+ uploadStream = stream.pipeline([data, new stream.Transform({
3832
+ transform(chunk, _enc, cb) {
3833
+ bytesSent += chunk.length;
3834
+ if (bytesSent > limit) {
3835
+ return cb(new AxiosError('Request body larger than maxBodyLength limit', AxiosError.ERR_BAD_REQUEST, config, req));
3836
+ }
3837
+ cb(null, chunk);
3838
+ }
3839
+ })], utils$1.noop);
3840
+ uploadStream.on('error', err => {
3841
+ if (!req.destroyed) req.destroy(err);
3842
+ });
3843
+ }
3844
+ uploadStream.pipe(req);
3353
3845
  } else {
3354
3846
  data && req.write(data);
3355
3847
  req.end();
@@ -3387,8 +3879,20 @@ var cookies = platform.hasStandardBrowserEnv ?
3387
3879
  },
3388
3880
  read(name) {
3389
3881
  if (typeof document === 'undefined') return null;
3390
- const match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
3391
- return match ? decodeURIComponent(match[1]) : null;
3882
+ // Match name=value by splitting on the semicolon separator instead of building a
3883
+ // RegExp from `name` interpolating an unescaped string into a RegExp would let
3884
+ // metacharacters (e.g. `.+?` in an attacker-influenced cookie name) cause ReDoS or
3885
+ // match the wrong cookie. Browsers may serialize cookie pairs as either ";" or
3886
+ // "; ", so ignore optional whitespace before each cookie name.
3887
+ const cookies = document.cookie.split(';');
3888
+ for (let i = 0; i < cookies.length; i++) {
3889
+ const cookie = cookies[i].replace(/^\s+/, '');
3890
+ const eq = cookie.indexOf('=');
3891
+ if (eq !== -1 && cookie.slice(0, eq) === name) {
3892
+ return decodeURIComponent(cookie.slice(eq + 1));
3893
+ }
3894
+ }
3895
+ return null;
3392
3896
  },
3393
3897
  remove(name) {
3394
3898
  this.write(name, '', Date.now() - 86400000, '/');
@@ -3419,7 +3923,21 @@ const headersToObject = thing => thing instanceof AxiosHeaders ? {
3419
3923
  function mergeConfig(config1, config2) {
3420
3924
  // eslint-disable-next-line no-param-reassign
3421
3925
  config2 = config2 || {};
3422
- const config = {};
3926
+
3927
+ // Use a null-prototype object so that downstream reads such as `config.auth`
3928
+ // or `config.baseURL` cannot inherit polluted values from Object.prototype.
3929
+ // `hasOwnProperty` is restored as a non-enumerable own slot to preserve
3930
+ // ergonomics for user code that relies on it.
3931
+ const config = Object.create(null);
3932
+ Object.defineProperty(config, 'hasOwnProperty', {
3933
+ // Null-proto descriptor so a polluted Object.prototype.get cannot turn
3934
+ // this data descriptor into an accessor descriptor on the way in.
3935
+ __proto__: null,
3936
+ value: Object.prototype.hasOwnProperty,
3937
+ enumerable: false,
3938
+ writable: true,
3939
+ configurable: true
3940
+ });
3423
3941
  function getMergedValue(target, source, prop, caseless) {
3424
3942
  if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
3425
3943
  return utils$1.merge.call({
@@ -3458,9 +3976,9 @@ function mergeConfig(config1, config2) {
3458
3976
 
3459
3977
  // eslint-disable-next-line consistent-return
3460
3978
  function mergeDirectKeys(a, b, prop) {
3461
- if (prop in config2) {
3979
+ if (utils$1.hasOwnProp(config2, prop)) {
3462
3980
  return getMergedValue(a, b);
3463
- } else if (prop in config1) {
3981
+ } else if (utils$1.hasOwnProp(config1, prop)) {
3464
3982
  return getMergedValue(undefined, a);
3465
3983
  }
3466
3984
  }
@@ -3491,6 +4009,7 @@ function mergeConfig(config1, config2) {
3491
4009
  httpsAgent: defaultToConfig2,
3492
4010
  cancelToken: defaultToConfig2,
3493
4011
  socketPath: defaultToConfig2,
4012
+ allowedSocketPaths: defaultToConfig2,
3494
4013
  responseEncoding: defaultToConfig2,
3495
4014
  validateStatus: mergeDirectKeys,
3496
4015
  headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
@@ -3501,42 +4020,64 @@ function mergeConfig(config1, config2) {
3501
4020
  }), function computeConfigValue(prop) {
3502
4021
  if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
3503
4022
  const merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
3504
- const configValue = merge(config1[prop], config2[prop], prop);
4023
+ const a = utils$1.hasOwnProp(config1, prop) ? config1[prop] : undefined;
4024
+ const b = utils$1.hasOwnProp(config2, prop) ? config2[prop] : undefined;
4025
+ const configValue = merge(a, b, prop);
3505
4026
  utils$1.isUndefined(configValue) && merge !== mergeDirectKeys || (config[prop] = configValue);
3506
4027
  });
3507
4028
  return config;
3508
4029
  }
3509
4030
 
4031
+ const FORM_DATA_CONTENT_HEADERS = ['content-type', 'content-length'];
4032
+ function setFormDataHeaders(headers, formHeaders, policy) {
4033
+ if (policy !== 'content-only') {
4034
+ headers.set(formHeaders);
4035
+ return;
4036
+ }
4037
+ Object.entries(formHeaders).forEach(([key, val]) => {
4038
+ if (FORM_DATA_CONTENT_HEADERS.includes(key.toLowerCase())) {
4039
+ headers.set(key, val);
4040
+ }
4041
+ });
4042
+ }
4043
+
4044
+ /**
4045
+ * Encode a UTF-8 string to a Latin-1 byte string for use with btoa().
4046
+ * This is a modern replacement for the deprecated unescape(encodeURIComponent(str)) pattern.
4047
+ *
4048
+ * @param {string} str The string to encode
4049
+ *
4050
+ * @returns {string} UTF-8 bytes as a Latin-1 string
4051
+ */
4052
+ const encodeUTF8 = str => encodeURIComponent(str).replace(/%([0-9A-F]{2})/gi, (_, hex) => String.fromCharCode(parseInt(hex, 16)));
3510
4053
  var resolveConfig = config => {
3511
4054
  const newConfig = mergeConfig({}, config);
3512
- let {
3513
- data,
3514
- withXSRFToken,
3515
- xsrfHeaderName,
3516
- xsrfCookieName,
3517
- headers,
3518
- auth
3519
- } = newConfig;
4055
+
4056
+ // Read only own properties to prevent prototype pollution gadgets
4057
+ // (e.g. Object.prototype.baseURL = 'https://evil.com').
4058
+ const own = key => utils$1.hasOwnProp(newConfig, key) ? newConfig[key] : undefined;
4059
+ const data = own('data');
4060
+ let withXSRFToken = own('withXSRFToken');
4061
+ const xsrfHeaderName = own('xsrfHeaderName');
4062
+ const xsrfCookieName = own('xsrfCookieName');
4063
+ let headers = own('headers');
4064
+ const auth = own('auth');
4065
+ const baseURL = own('baseURL');
4066
+ const allowAbsoluteUrls = own('allowAbsoluteUrls');
4067
+ const url = own('url');
3520
4068
  newConfig.headers = headers = AxiosHeaders.from(headers);
3521
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
4069
+ newConfig.url = buildURL(buildFullPath(baseURL, url, allowAbsoluteUrls), config.params, config.paramsSerializer);
3522
4070
 
3523
4071
  // HTTP basic authentication
3524
4072
  if (auth) {
3525
- headers.set('Authorization', 'Basic ' + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : '')));
4073
+ headers.set('Authorization', 'Basic ' + btoa((auth.username || '') + ':' + (auth.password ? encodeUTF8(auth.password) : '')));
3526
4074
  }
3527
4075
  if (utils$1.isFormData(data)) {
3528
4076
  if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
3529
4077
  headers.setContentType(undefined); // browser handles it
3530
4078
  } else if (utils$1.isFunction(data.getHeaders)) {
3531
4079
  // Node.js FormData (like form-data package)
3532
- const formHeaders = data.getHeaders();
3533
- // Only set safe headers to avoid overwriting security headers
3534
- const allowedHeaders = ['content-type', 'content-length'];
3535
- Object.entries(formHeaders).forEach(([key, val]) => {
3536
- if (allowedHeaders.includes(key.toLowerCase())) {
3537
- headers.set(key, val);
3538
- }
3539
- });
4080
+ setFormDataHeaders(headers, data.getHeaders(), own('formDataHeaderPolicy'));
3540
4081
  }
3541
4082
  }
3542
4083
 
@@ -3545,9 +4086,15 @@ var resolveConfig = config => {
3545
4086
  // Specifically not if we're in a web worker, or react-native.
3546
4087
 
3547
4088
  if (platform.hasStandardBrowserEnv) {
3548
- withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));
3549
- if (withXSRFToken || withXSRFToken !== false && isURLSameOrigin(newConfig.url)) {
3550
- // Add xsrf header
4089
+ if (utils$1.isFunction(withXSRFToken)) {
4090
+ withXSRFToken = withXSRFToken(newConfig);
4091
+ }
4092
+
4093
+ // Strict boolean check — prevents proto-pollution gadgets (e.g. Object.prototype.withXSRFToken = 1)
4094
+ // and misconfigurations (e.g. "false") from short-circuiting the same-origin check and leaking
4095
+ // the XSRF token cross-origin.
4096
+ const shouldSendXSRF = withXSRFToken === true || withXSRFToken == null && isURLSameOrigin(newConfig.url);
4097
+ if (shouldSendXSRF) {
3551
4098
  const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);
3552
4099
  if (xsrfValue) {
3553
4100
  headers.set(xsrfHeaderName, xsrfValue);
@@ -3623,7 +4170,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3623
4170
  // handled by onerror instead
3624
4171
  // With one exception: request that using file: protocol, most browsers
3625
4172
  // will return status as 0 even though it's a successful request
3626
- if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
4173
+ if (request.status === 0 && !(request.responseURL && request.responseURL.startsWith('file:'))) {
3627
4174
  return;
3628
4175
  }
3629
4176
  // readystate handler is calling before onerror or ontimeout handlers,
@@ -3638,6 +4185,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3638
4185
  return;
3639
4186
  }
3640
4187
  reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
4188
+ done();
3641
4189
 
3642
4190
  // Clean up request
3643
4191
  request = null;
@@ -3653,6 +4201,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3653
4201
  // attach the underlying event for consumers who want details
3654
4202
  err.event = event || null;
3655
4203
  reject(err);
4204
+ done();
3656
4205
  request = null;
3657
4206
  };
3658
4207
 
@@ -3664,6 +4213,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3664
4213
  timeoutErrorMessage = _config.timeoutErrorMessage;
3665
4214
  }
3666
4215
  reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
4216
+ done();
3667
4217
 
3668
4218
  // Clean up request
3669
4219
  request = null;
@@ -3674,7 +4224,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3674
4224
 
3675
4225
  // Add headers to the request
3676
4226
  if ('setRequestHeader' in request) {
3677
- utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
4227
+ utils$1.forEach(toByteStringHeaderObject(requestHeaders), function setRequestHeader(val, key) {
3678
4228
  request.setRequestHeader(key, val);
3679
4229
  });
3680
4230
  }
@@ -3710,6 +4260,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3710
4260
  }
3711
4261
  reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
3712
4262
  request.abort();
4263
+ done();
3713
4264
  request = null;
3714
4265
  };
3715
4266
  _config.cancelToken && _config.cancelToken.subscribe(onCanceled);
@@ -3718,7 +4269,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3718
4269
  }
3719
4270
  }
3720
4271
  const protocol = parseProtocol(_config.url);
3721
- if (protocol && platform.protocols.indexOf(protocol) === -1) {
4272
+ if (protocol && !platform.protocols.includes(protocol)) {
3722
4273
  reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
3723
4274
  return;
3724
4275
  }
@@ -3729,41 +4280,41 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
3729
4280
  };
3730
4281
 
3731
4282
  const composeSignals = (signals, timeout) => {
3732
- const {
3733
- length
3734
- } = signals = signals ? signals.filter(Boolean) : [];
3735
- if (timeout || length) {
3736
- let controller = new AbortController();
3737
- let aborted;
3738
- const onabort = function (reason) {
3739
- if (!aborted) {
3740
- aborted = true;
3741
- unsubscribe();
3742
- const err = reason instanceof Error ? reason : this.reason;
3743
- controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
3744
- }
3745
- };
3746
- let timer = timeout && setTimeout(() => {
3747
- timer = null;
3748
- onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
3749
- }, timeout);
3750
- const unsubscribe = () => {
3751
- if (signals) {
3752
- timer && clearTimeout(timer);
3753
- timer = null;
3754
- signals.forEach(signal => {
3755
- signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
3756
- });
3757
- signals = null;
3758
- }
3759
- };
3760
- signals.forEach(signal => signal.addEventListener('abort', onabort));
3761
- const {
3762
- signal
3763
- } = controller;
3764
- signal.unsubscribe = () => utils$1.asap(unsubscribe);
3765
- return signal;
4283
+ signals = signals ? signals.filter(Boolean) : [];
4284
+ if (!timeout && !signals.length) {
4285
+ return;
3766
4286
  }
4287
+ const controller = new AbortController();
4288
+ let aborted = false;
4289
+ const onabort = function (reason) {
4290
+ if (!aborted) {
4291
+ aborted = true;
4292
+ unsubscribe();
4293
+ const err = reason instanceof Error ? reason : this.reason;
4294
+ controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
4295
+ }
4296
+ };
4297
+ let timer = timeout && setTimeout(() => {
4298
+ timer = null;
4299
+ onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
4300
+ }, timeout);
4301
+ const unsubscribe = () => {
4302
+ if (!signals) {
4303
+ return;
4304
+ }
4305
+ timer && clearTimeout(timer);
4306
+ timer = null;
4307
+ signals.forEach(signal => {
4308
+ signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);
4309
+ });
4310
+ signals = null;
4311
+ };
4312
+ signals.forEach(signal => signal.addEventListener('abort', onabort));
4313
+ const {
4314
+ signal
4315
+ } = controller;
4316
+ signal.unsubscribe = () => utils$1.asap(unsubscribe);
4317
+ return signal;
3767
4318
  };
3768
4319
 
3769
4320
  const streamChunk = function* (chunk, chunkSize) {
@@ -3852,17 +4403,6 @@ const DEFAULT_CHUNK_SIZE = 64 * 1024;
3852
4403
  const {
3853
4404
  isFunction
3854
4405
  } = utils$1;
3855
- const globalFetchAPI = (({
3856
- Request,
3857
- Response
3858
- }) => ({
3859
- Request,
3860
- Response
3861
- }))(utils$1.global);
3862
- const {
3863
- ReadableStream: ReadableStream$1,
3864
- TextEncoder: TextEncoder$1
3865
- } = utils$1.global;
3866
4406
  const test = (fn, ...args) => {
3867
4407
  try {
3868
4408
  return !!fn(...args);
@@ -3871,9 +4411,17 @@ const test = (fn, ...args) => {
3871
4411
  }
3872
4412
  };
3873
4413
  const factory = env => {
4414
+ const globalObject = utils$1.global !== undefined && utils$1.global !== null ? utils$1.global : globalThis;
4415
+ const {
4416
+ ReadableStream,
4417
+ TextEncoder
4418
+ } = globalObject;
3874
4419
  env = utils$1.merge.call({
3875
4420
  skipUndefined: true
3876
- }, globalFetchAPI, env);
4421
+ }, {
4422
+ Request: globalObject.Request,
4423
+ Response: globalObject.Response
4424
+ }, env);
3877
4425
  const {
3878
4426
  fetch: envFetch,
3879
4427
  Request,
@@ -3885,20 +4433,22 @@ const factory = env => {
3885
4433
  if (!isFetchSupported) {
3886
4434
  return false;
3887
4435
  }
3888
- const isReadableStreamSupported = isFetchSupported && isFunction(ReadableStream$1);
3889
- const encodeText = isFetchSupported && (typeof TextEncoder$1 === 'function' ? (encoder => str => encoder.encode(str))(new TextEncoder$1()) : async str => new Uint8Array(await new Request(str).arrayBuffer()));
4436
+ const isReadableStreamSupported = isFetchSupported && isFunction(ReadableStream);
4437
+ const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? (encoder => str => encoder.encode(str))(new TextEncoder()) : async str => new Uint8Array(await new Request(str).arrayBuffer()));
3890
4438
  const supportsRequestStream = isRequestSupported && isReadableStreamSupported && test(() => {
3891
4439
  let duplexAccessed = false;
3892
- const body = new ReadableStream$1();
3893
- const hasContentType = new Request(platform.origin, {
3894
- body,
4440
+ const request = new Request(platform.origin, {
4441
+ body: new ReadableStream(),
3895
4442
  method: 'POST',
3896
4443
  get duplex() {
3897
4444
  duplexAccessed = true;
3898
4445
  return 'half';
3899
4446
  }
3900
- }).headers.has('Content-Type');
3901
- body.cancel();
4447
+ });
4448
+ const hasContentType = request.headers.has('Content-Type');
4449
+ if (request.body != null) {
4450
+ request.body.cancel();
4451
+ }
3902
4452
  return duplexAccessed && !hasContentType;
3903
4453
  });
3904
4454
  const supportsResponseStream = isResponseSupported && isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response('').body));
@@ -3957,8 +4507,12 @@ const factory = env => {
3957
4507
  responseType,
3958
4508
  headers,
3959
4509
  withCredentials = 'same-origin',
3960
- fetchOptions
4510
+ fetchOptions,
4511
+ maxContentLength,
4512
+ maxBodyLength
3961
4513
  } = resolveConfig(config);
4514
+ const hasMaxContentLength = utils$1.isNumber(maxContentLength) && maxContentLength > -1;
4515
+ const hasMaxBodyLength = utils$1.isNumber(maxBodyLength) && maxBodyLength > -1;
3962
4516
  let _fetch = envFetch || fetch;
3963
4517
  responseType = responseType ? (responseType + '').toLowerCase() : 'text';
3964
4518
  let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
@@ -3968,6 +4522,26 @@ const factory = env => {
3968
4522
  });
3969
4523
  let requestContentLength;
3970
4524
  try {
4525
+ // Enforce maxContentLength for data: URLs up-front so we never materialize
4526
+ // an oversized payload. The HTTP adapter applies the same check (see http.js
4527
+ // "if (protocol === 'data:')" branch).
4528
+ if (hasMaxContentLength && typeof url === 'string' && url.startsWith('data:')) {
4529
+ const estimated = estimateDataURLDecodedBytes(url);
4530
+ if (estimated > maxContentLength) {
4531
+ throw new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config, request);
4532
+ }
4533
+ }
4534
+
4535
+ // Enforce maxBodyLength against the outbound request body before dispatch.
4536
+ // Mirrors http.js behavior (ERR_BAD_REQUEST / 'Request body larger than
4537
+ // maxBodyLength limit'). Skip when the body length cannot be determined
4538
+ // (e.g. a live ReadableStream supplied by the caller).
4539
+ if (hasMaxBodyLength && method !== 'get' && method !== 'head') {
4540
+ const outboundLength = await resolveBodyLength(headers, data);
4541
+ if (typeof outboundLength === 'number' && isFinite(outboundLength) && outboundLength > maxBodyLength) {
4542
+ throw new AxiosError('Request body larger than maxBodyLength limit', AxiosError.ERR_BAD_REQUEST, config, request);
4543
+ }
4544
+ }
3971
4545
  if (onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' && (requestContentLength = await resolveBodyLength(headers, data)) !== 0) {
3972
4546
  let _request = new Request(url, {
3973
4547
  method: 'POST',
@@ -3990,32 +4564,82 @@ const factory = env => {
3990
4564
  // Cloudflare Workers throws when credentials are defined
3991
4565
  // see https://github.com/cloudflare/workerd/issues/902
3992
4566
  const isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
4567
+
4568
+ // If data is FormData and Content-Type is multipart/form-data without boundary,
4569
+ // delete it so fetch can set it correctly with the boundary
4570
+ if (utils$1.isFormData(data)) {
4571
+ const contentType = headers.getContentType();
4572
+ if (contentType && /^multipart\/form-data/i.test(contentType) && !/boundary=/i.test(contentType)) {
4573
+ headers.delete('content-type');
4574
+ }
4575
+ }
4576
+
4577
+ // Set User-Agent header if not already set (fetch defaults to 'node' in Node.js)
4578
+ headers.set('User-Agent', 'axios/' + VERSION, false);
3993
4579
  const resolvedOptions = {
3994
4580
  ...fetchOptions,
3995
4581
  signal: composedSignal,
3996
4582
  method: method.toUpperCase(),
3997
- headers: headers.normalize().toJSON(),
4583
+ headers: toByteStringHeaderObject(headers.normalize()),
3998
4584
  body: data,
3999
4585
  duplex: 'half',
4000
4586
  credentials: isCredentialsSupported ? withCredentials : undefined
4001
4587
  };
4002
4588
  request = isRequestSupported && new Request(url, resolvedOptions);
4003
4589
  let response = await (isRequestSupported ? _fetch(request, fetchOptions) : _fetch(url, resolvedOptions));
4590
+
4591
+ // Cheap pre-check: if the server honestly declares a content-length that
4592
+ // already exceeds the cap, reject before we start streaming.
4593
+ if (hasMaxContentLength) {
4594
+ const declaredLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
4595
+ if (declaredLength != null && declaredLength > maxContentLength) {
4596
+ throw new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config, request);
4597
+ }
4598
+ }
4004
4599
  const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');
4005
- if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
4600
+ if (supportsResponseStream && response.body && (onDownloadProgress || hasMaxContentLength || isStreamResponse && unsubscribe)) {
4006
4601
  const options = {};
4007
4602
  ['status', 'statusText', 'headers'].forEach(prop => {
4008
4603
  options[prop] = response[prop];
4009
4604
  });
4010
4605
  const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
4011
4606
  const [onProgress, flush] = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [];
4012
- response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
4607
+ let bytesRead = 0;
4608
+ const onChunkProgress = loadedBytes => {
4609
+ if (hasMaxContentLength) {
4610
+ bytesRead = loadedBytes;
4611
+ if (bytesRead > maxContentLength) {
4612
+ throw new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config, request);
4613
+ }
4614
+ }
4615
+ onProgress && onProgress(loadedBytes);
4616
+ };
4617
+ response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, onChunkProgress, () => {
4013
4618
  flush && flush();
4014
4619
  unsubscribe && unsubscribe();
4015
4620
  }), options);
4016
4621
  }
4017
4622
  responseType = responseType || 'text';
4018
4623
  let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config);
4624
+
4625
+ // Fallback enforcement for environments without ReadableStream support
4626
+ // (legacy runtimes). Detect materialized size from typed output; skip
4627
+ // streams/Response passthrough since the user will read those themselves.
4628
+ if (hasMaxContentLength && !supportsResponseStream && !isStreamResponse) {
4629
+ let materializedSize;
4630
+ if (responseData != null) {
4631
+ if (typeof responseData.byteLength === 'number') {
4632
+ materializedSize = responseData.byteLength;
4633
+ } else if (typeof responseData.size === 'number') {
4634
+ materializedSize = responseData.size;
4635
+ } else if (typeof responseData === 'string') {
4636
+ materializedSize = typeof TextEncoder === 'function' ? new TextEncoder().encode(responseData).byteLength : responseData.length;
4637
+ }
4638
+ }
4639
+ if (typeof materializedSize === 'number' && materializedSize > maxContentLength) {
4640
+ throw new AxiosError('maxContentLength size of ' + maxContentLength + ' exceeded', AxiosError.ERR_BAD_RESPONSE, config, request);
4641
+ }
4642
+ }
4019
4643
  !isStreamResponse && unsubscribe && unsubscribe();
4020
4644
  return await new Promise((resolve, reject) => {
4021
4645
  settle(resolve, reject, {
@@ -4029,6 +4653,17 @@ const factory = env => {
4029
4653
  });
4030
4654
  } catch (err) {
4031
4655
  unsubscribe && unsubscribe();
4656
+
4657
+ // Safari can surface fetch aborts as a DOMException-like object whose
4658
+ // branded getters throw. Prefer our composed signal reason before reading
4659
+ // the caught error, preserving timeout vs cancellation semantics.
4660
+ if (composedSignal && composedSignal.aborted && composedSignal.reason instanceof AxiosError) {
4661
+ const canceledError = composedSignal.reason;
4662
+ canceledError.config = config;
4663
+ request && (canceledError.request = request);
4664
+ err !== canceledError && (canceledError.cause = err);
4665
+ throw canceledError;
4666
+ }
4032
4667
  if (err && err.name === 'TypeError' && /Load failed|fetch/i.test(err.message)) {
4033
4668
  throw Object.assign(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request, err && err.response), {
4034
4669
  cause: err.cause || err
@@ -4083,13 +4718,17 @@ const knownAdapters = {
4083
4718
  utils$1.forEach(knownAdapters, (fn, value) => {
4084
4719
  if (fn) {
4085
4720
  try {
4721
+ // Null-proto descriptors so a polluted Object.prototype.get cannot turn
4722
+ // these data descriptors into accessor descriptors on the way in.
4086
4723
  Object.defineProperty(fn, 'name', {
4724
+ __proto__: null,
4087
4725
  value
4088
4726
  });
4089
4727
  } catch (e) {
4090
4728
  // eslint-disable-next-line no-empty
4091
4729
  }
4092
4730
  Object.defineProperty(fn, 'adapterName', {
4731
+ __proto__: null,
4093
4732
  value
4094
4733
  });
4095
4734
  }
@@ -4204,8 +4843,15 @@ function dispatchRequest(config) {
4204
4843
  return adapter(config).then(function onAdapterResolution(response) {
4205
4844
  throwIfCancellationRequested(config);
4206
4845
 
4207
- // Transform response data
4208
- response.data = transformData.call(config, config.transformResponse, response);
4846
+ // Expose the current response on config so that transformResponse can
4847
+ // attach it to any AxiosError it throws (e.g. on JSON parse failure).
4848
+ // We clean it up afterwards to avoid polluting the config object.
4849
+ config.response = response;
4850
+ try {
4851
+ response.data = transformData.call(config, config.transformResponse, response);
4852
+ } finally {
4853
+ delete config.response;
4854
+ }
4209
4855
  response.headers = AxiosHeaders.from(response.headers);
4210
4856
  return response;
4211
4857
  }, function onAdapterRejection(reason) {
@@ -4214,7 +4860,12 @@ function dispatchRequest(config) {
4214
4860
 
4215
4861
  // Transform response data
4216
4862
  if (reason && reason.response) {
4217
- reason.response.data = transformData.call(config, config.transformResponse, reason.response);
4863
+ config.response = reason.response;
4864
+ try {
4865
+ reason.response.data = transformData.call(config, config.transformResponse, reason.response);
4866
+ } finally {
4867
+ delete config.response;
4868
+ }
4218
4869
  reason.response.headers = AxiosHeaders.from(reason.response.headers);
4219
4870
  }
4220
4871
  }
@@ -4285,7 +4936,9 @@ function assertOptions(options, schema, allowUnknown) {
4285
4936
  let i = keys.length;
4286
4937
  while (i-- > 0) {
4287
4938
  const opt = keys[i];
4288
- const validator = schema[opt];
4939
+ // Use hasOwnProperty so a polluted Object.prototype.<opt> cannot supply
4940
+ // a non-function validator and cause a TypeError.
4941
+ const validator = Object.prototype.hasOwnProperty.call(schema, opt) ? schema[opt] : undefined;
4289
4942
  if (validator) {
4290
4943
  const value = options[opt];
4291
4944
  const result = value === undefined || validator(value, opt, options);
@@ -4417,7 +5070,7 @@ class Axios {
4417
5070
 
4418
5071
  // Flatten headers
4419
5072
  let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
4420
- headers && utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], method => {
5073
+ headers && utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'query', 'common'], method => {
4421
5074
  delete headers[method];
4422
5075
  });
4423
5076
  config.headers = AxiosHeaders.concat(contextHeaders, headers);
@@ -4498,7 +5151,7 @@ utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoDa
4498
5151
  }));
4499
5152
  };
4500
5153
  });
4501
- utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
5154
+ utils$1.forEach(['post', 'put', 'patch', 'query'], function forEachMethodWithData(method) {
4502
5155
  function generateHTTPMethod(isForm) {
4503
5156
  return function httpMethod(url, data, config) {
4504
5157
  return this.request(mergeConfig(config || {}, {
@@ -4512,7 +5165,12 @@ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method)
4512
5165
  };
4513
5166
  }
4514
5167
  Axios.prototype[method] = generateHTTPMethod();
4515
- Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
5168
+
5169
+ // QUERY is a safe/idempotent read method; multipart form bodies don't fit
5170
+ // its semantics, so no queryForm shorthand is generated.
5171
+ if (method !== 'query') {
5172
+ Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
5173
+ }
4516
5174
  });
4517
5175
 
4518
5176
  /**