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,4047 +0,0 @@
1
- declare module "node:crypto" {
2
- import { NonSharedBuffer } from "node:buffer";
3
- import * as stream from "node:stream";
4
- import { PeerCertificate } from "node:tls";
5
- /**
6
- * SPKAC is a Certificate Signing Request mechanism originally implemented by
7
- * Netscape and was specified formally as part of HTML5's `keygen` element.
8
- *
9
- * `<keygen>` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects
10
- * should not use this element anymore.
11
- *
12
- * The `node:crypto` module provides the `Certificate` class for working with SPKAC
13
- * data. The most common usage is handling output generated by the HTML5 `<keygen>` element. Node.js uses [OpenSSL's SPKAC
14
- * implementation](https://www.openssl.org/docs/man3.0/man1/openssl-spkac.html) internally.
15
- * @since v0.11.8
16
- */
17
- class Certificate {
18
- /**
19
- * ```js
20
- * const { Certificate } = await import('node:crypto');
21
- * const spkac = getSpkacSomehow();
22
- * const challenge = Certificate.exportChallenge(spkac);
23
- * console.log(challenge.toString('utf8'));
24
- * // Prints: the challenge as a UTF8 string
25
- * ```
26
- * @since v9.0.0
27
- * @param encoding The `encoding` of the `spkac` string.
28
- * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge.
29
- */
30
- static exportChallenge(spkac: BinaryLike): NonSharedBuffer;
31
- /**
32
- * ```js
33
- * const { Certificate } = await import('node:crypto');
34
- * const spkac = getSpkacSomehow();
35
- * const publicKey = Certificate.exportPublicKey(spkac);
36
- * console.log(publicKey);
37
- * // Prints: the public key as <Buffer ...>
38
- * ```
39
- * @since v9.0.0
40
- * @param encoding The `encoding` of the `spkac` string.
41
- * @return The public key component of the `spkac` data structure, which includes a public key and a challenge.
42
- */
43
- static exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer;
44
- /**
45
- * ```js
46
- * import { Buffer } from 'node:buffer';
47
- * const { Certificate } = await import('node:crypto');
48
- *
49
- * const spkac = getSpkacSomehow();
50
- * console.log(Certificate.verifySpkac(Buffer.from(spkac)));
51
- * // Prints: true or false
52
- * ```
53
- * @since v9.0.0
54
- * @param encoding The `encoding` of the `spkac` string.
55
- * @return `true` if the given `spkac` data structure is valid, `false` otherwise.
56
- */
57
- static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
58
- /**
59
- * @deprecated
60
- * @param spkac
61
- * @returns The challenge component of the `spkac` data structure,
62
- * which includes a public key and a challenge.
63
- */
64
- exportChallenge(spkac: BinaryLike): NonSharedBuffer;
65
- /**
66
- * @deprecated
67
- * @param spkac
68
- * @param encoding The encoding of the spkac string.
69
- * @returns The public key component of the `spkac` data structure,
70
- * which includes a public key and a challenge.
71
- */
72
- exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer;
73
- /**
74
- * @deprecated
75
- * @param spkac
76
- * @returns `true` if the given `spkac` data structure is valid,
77
- * `false` otherwise.
78
- */
79
- verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
80
- }
81
- namespace constants {
82
- // https://nodejs.org/dist/latest-v25.x/docs/api/crypto.html#crypto-constants
83
- const OPENSSL_VERSION_NUMBER: number;
84
- /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */
85
- const SSL_OP_ALL: number;
86
- /** Instructs OpenSSL to allow a non-[EC]DHE-based key exchange mode for TLS v1.3 */
87
- const SSL_OP_ALLOW_NO_DHE_KEX: number;
88
- /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
89
- const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
90
- /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
91
- const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
92
- /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
93
- const SSL_OP_CISCO_ANYCONNECT: number;
94
- /** Instructs OpenSSL to turn on cookie exchange. */
95
- const SSL_OP_COOKIE_EXCHANGE: number;
96
- /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */
97
- const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number;
98
- /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */
99
- const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number;
100
- /** Allows initial connection to servers that do not support RI. */
101
- const SSL_OP_LEGACY_SERVER_CONNECT: number;
102
- /** Instructs OpenSSL to disable support for SSL/TLS compression. */
103
- const SSL_OP_NO_COMPRESSION: number;
104
- /** Instructs OpenSSL to disable encrypt-then-MAC. */
105
- const SSL_OP_NO_ENCRYPT_THEN_MAC: number;
106
- const SSL_OP_NO_QUERY_MTU: number;
107
- /** Instructs OpenSSL to disable renegotiation. */
108
- const SSL_OP_NO_RENEGOTIATION: number;
109
- /** Instructs OpenSSL to always start a new session when performing renegotiation. */
110
- const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number;
111
- /** Instructs OpenSSL to turn off SSL v2 */
112
- const SSL_OP_NO_SSLv2: number;
113
- /** Instructs OpenSSL to turn off SSL v3 */
114
- const SSL_OP_NO_SSLv3: number;
115
- /** Instructs OpenSSL to disable use of RFC4507bis tickets. */
116
- const SSL_OP_NO_TICKET: number;
117
- /** Instructs OpenSSL to turn off TLS v1 */
118
- const SSL_OP_NO_TLSv1: number;
119
- /** Instructs OpenSSL to turn off TLS v1.1 */
120
- const SSL_OP_NO_TLSv1_1: number;
121
- /** Instructs OpenSSL to turn off TLS v1.2 */
122
- const SSL_OP_NO_TLSv1_2: number;
123
- /** Instructs OpenSSL to turn off TLS v1.3 */
124
- const SSL_OP_NO_TLSv1_3: number;
125
- /** Instructs OpenSSL server to prioritize ChaCha20-Poly1305 when the client does. This option has no effect if `SSL_OP_CIPHER_SERVER_PREFERENCE` is not enabled. */
126
- const SSL_OP_PRIORITIZE_CHACHA: number;
127
- /** Instructs OpenSSL to disable version rollback attack detection. */
128
- const SSL_OP_TLS_ROLLBACK_BUG: number;
129
- const ENGINE_METHOD_RSA: number;
130
- const ENGINE_METHOD_DSA: number;
131
- const ENGINE_METHOD_DH: number;
132
- const ENGINE_METHOD_RAND: number;
133
- const ENGINE_METHOD_EC: number;
134
- const ENGINE_METHOD_CIPHERS: number;
135
- const ENGINE_METHOD_DIGESTS: number;
136
- const ENGINE_METHOD_PKEY_METHS: number;
137
- const ENGINE_METHOD_PKEY_ASN1_METHS: number;
138
- const ENGINE_METHOD_ALL: number;
139
- const ENGINE_METHOD_NONE: number;
140
- const DH_CHECK_P_NOT_SAFE_PRIME: number;
141
- const DH_CHECK_P_NOT_PRIME: number;
142
- const DH_UNABLE_TO_CHECK_GENERATOR: number;
143
- const DH_NOT_SUITABLE_GENERATOR: number;
144
- const RSA_PKCS1_PADDING: number;
145
- const RSA_SSLV23_PADDING: number;
146
- const RSA_NO_PADDING: number;
147
- const RSA_PKCS1_OAEP_PADDING: number;
148
- const RSA_X931_PADDING: number;
149
- const RSA_PKCS1_PSS_PADDING: number;
150
- /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */
151
- const RSA_PSS_SALTLEN_DIGEST: number;
152
- /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */
153
- const RSA_PSS_SALTLEN_MAX_SIGN: number;
154
- /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */
155
- const RSA_PSS_SALTLEN_AUTO: number;
156
- const POINT_CONVERSION_COMPRESSED: number;
157
- const POINT_CONVERSION_UNCOMPRESSED: number;
158
- const POINT_CONVERSION_HYBRID: number;
159
- /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */
160
- const defaultCoreCipherList: string;
161
- /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */
162
- const defaultCipherList: string;
163
- }
164
- interface HashOptions extends stream.TransformOptions {
165
- /**
166
- * For XOF hash functions such as `shake256`, the
167
- * outputLength option can be used to specify the desired output length in bytes.
168
- */
169
- outputLength?: number | undefined;
170
- }
171
- /** @deprecated since v10.0.0 */
172
- const fips: boolean;
173
- /**
174
- * Creates and returns a `Hash` object that can be used to generate hash digests
175
- * using the given `algorithm`. Optional `options` argument controls stream
176
- * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option
177
- * can be used to specify the desired output length in bytes.
178
- *
179
- * The `algorithm` is dependent on the available algorithms supported by the
180
- * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
181
- * On recent releases of OpenSSL, `openssl list -digest-algorithms` will
182
- * display the available digest algorithms.
183
- *
184
- * Example: generating the sha256 sum of a file
185
- *
186
- * ```js
187
- * import {
188
- * createReadStream,
189
- * } from 'node:fs';
190
- * import { argv } from 'node:process';
191
- * const {
192
- * createHash,
193
- * } = await import('node:crypto');
194
- *
195
- * const filename = argv[2];
196
- *
197
- * const hash = createHash('sha256');
198
- *
199
- * const input = createReadStream(filename);
200
- * input.on('readable', () => {
201
- * // Only one element is going to be produced by the
202
- * // hash stream.
203
- * const data = input.read();
204
- * if (data)
205
- * hash.update(data);
206
- * else {
207
- * console.log(`${hash.digest('hex')} ${filename}`);
208
- * }
209
- * });
210
- * ```
211
- * @since v0.1.92
212
- * @param options `stream.transform` options
213
- */
214
- function createHash(algorithm: string, options?: HashOptions): Hash;
215
- /**
216
- * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`.
217
- * Optional `options` argument controls stream behavior.
218
- *
219
- * The `algorithm` is dependent on the available algorithms supported by the
220
- * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
221
- * On recent releases of OpenSSL, `openssl list -digest-algorithms` will
222
- * display the available digest algorithms.
223
- *
224
- * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is
225
- * a `KeyObject`, its type must be `secret`. If it is a string, please consider `caveats when using strings as inputs to cryptographic APIs`. If it was
226
- * obtained from a cryptographically secure source of entropy, such as {@link randomBytes} or {@link generateKey}, its length should not
227
- * exceed the block size of `algorithm` (e.g., 512 bits for SHA-256).
228
- *
229
- * Example: generating the sha256 HMAC of a file
230
- *
231
- * ```js
232
- * import {
233
- * createReadStream,
234
- * } from 'node:fs';
235
- * import { argv } from 'node:process';
236
- * const {
237
- * createHmac,
238
- * } = await import('node:crypto');
239
- *
240
- * const filename = argv[2];
241
- *
242
- * const hmac = createHmac('sha256', 'a secret');
243
- *
244
- * const input = createReadStream(filename);
245
- * input.on('readable', () => {
246
- * // Only one element is going to be produced by the
247
- * // hash stream.
248
- * const data = input.read();
249
- * if (data)
250
- * hmac.update(data);
251
- * else {
252
- * console.log(`${hmac.digest('hex')} ${filename}`);
253
- * }
254
- * });
255
- * ```
256
- * @since v0.1.94
257
- * @param options `stream.transform` options
258
- */
259
- function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac;
260
- // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings
261
- type BinaryToTextEncoding = "base64" | "base64url" | "hex" | "binary";
262
- type CharacterEncoding = "utf8" | "utf-8" | "utf16le" | "utf-16le" | "latin1";
263
- type LegacyCharacterEncoding = "ascii" | "binary" | "ucs2" | "ucs-2";
264
- type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding;
265
- type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid";
266
- /**
267
- * The `Hash` class is a utility for creating hash digests of data. It can be
268
- * used in one of two ways:
269
- *
270
- * * As a `stream` that is both readable and writable, where data is written
271
- * to produce a computed hash digest on the readable side, or
272
- * * Using the `hash.update()` and `hash.digest()` methods to produce the
273
- * computed hash.
274
- *
275
- * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword.
276
- *
277
- * Example: Using `Hash` objects as streams:
278
- *
279
- * ```js
280
- * const {
281
- * createHash,
282
- * } = await import('node:crypto');
283
- *
284
- * const hash = createHash('sha256');
285
- *
286
- * hash.on('readable', () => {
287
- * // Only one element is going to be produced by the
288
- * // hash stream.
289
- * const data = hash.read();
290
- * if (data) {
291
- * console.log(data.toString('hex'));
292
- * // Prints:
293
- * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50
294
- * }
295
- * });
296
- *
297
- * hash.write('some data to hash');
298
- * hash.end();
299
- * ```
300
- *
301
- * Example: Using `Hash` and piped streams:
302
- *
303
- * ```js
304
- * import { createReadStream } from 'node:fs';
305
- * import { stdout } from 'node:process';
306
- * const { createHash } = await import('node:crypto');
307
- *
308
- * const hash = createHash('sha256');
309
- *
310
- * const input = createReadStream('test.js');
311
- * input.pipe(hash).setEncoding('hex').pipe(stdout);
312
- * ```
313
- *
314
- * Example: Using the `hash.update()` and `hash.digest()` methods:
315
- *
316
- * ```js
317
- * const {
318
- * createHash,
319
- * } = await import('node:crypto');
320
- *
321
- * const hash = createHash('sha256');
322
- *
323
- * hash.update('some data to hash');
324
- * console.log(hash.digest('hex'));
325
- * // Prints:
326
- * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50
327
- * ```
328
- * @since v0.1.92
329
- */
330
- class Hash extends stream.Transform {
331
- private constructor();
332
- /**
333
- * Creates a new `Hash` object that contains a deep copy of the internal state
334
- * of the current `Hash` object.
335
- *
336
- * The optional `options` argument controls stream behavior. For XOF hash
337
- * functions such as `'shake256'`, the `outputLength` option can be used to
338
- * specify the desired output length in bytes.
339
- *
340
- * An error is thrown when an attempt is made to copy the `Hash` object after
341
- * its `hash.digest()` method has been called.
342
- *
343
- * ```js
344
- * // Calculate a rolling hash.
345
- * const {
346
- * createHash,
347
- * } = await import('node:crypto');
348
- *
349
- * const hash = createHash('sha256');
350
- *
351
- * hash.update('one');
352
- * console.log(hash.copy().digest('hex'));
353
- *
354
- * hash.update('two');
355
- * console.log(hash.copy().digest('hex'));
356
- *
357
- * hash.update('three');
358
- * console.log(hash.copy().digest('hex'));
359
- *
360
- * // Etc.
361
- * ```
362
- * @since v13.1.0
363
- * @param options `stream.transform` options
364
- */
365
- copy(options?: HashOptions): Hash;
366
- /**
367
- * Updates the hash content with the given `data`, the encoding of which
368
- * is given in `inputEncoding`.
369
- * If `encoding` is not provided, and the `data` is a string, an
370
- * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored.
371
- *
372
- * This can be called many times with new data as it is streamed.
373
- * @since v0.1.92
374
- * @param inputEncoding The `encoding` of the `data` string.
375
- */
376
- update(data: BinaryLike): Hash;
377
- update(data: string, inputEncoding: Encoding): Hash;
378
- /**
379
- * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method).
380
- * If `encoding` is provided a string will be returned; otherwise
381
- * a `Buffer` is returned.
382
- *
383
- * The `Hash` object can not be used again after `hash.digest()` method has been
384
- * called. Multiple calls will cause an error to be thrown.
385
- * @since v0.1.92
386
- * @param encoding The `encoding` of the return value.
387
- */
388
- digest(): NonSharedBuffer;
389
- digest(encoding: BinaryToTextEncoding): string;
390
- }
391
- /**
392
- * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can
393
- * be used in one of two ways:
394
- *
395
- * * As a `stream` that is both readable and writable, where data is written
396
- * to produce a computed HMAC digest on the readable side, or
397
- * * Using the `hmac.update()` and `hmac.digest()` methods to produce the
398
- * computed HMAC digest.
399
- *
400
- * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword.
401
- *
402
- * Example: Using `Hmac` objects as streams:
403
- *
404
- * ```js
405
- * const {
406
- * createHmac,
407
- * } = await import('node:crypto');
408
- *
409
- * const hmac = createHmac('sha256', 'a secret');
410
- *
411
- * hmac.on('readable', () => {
412
- * // Only one element is going to be produced by the
413
- * // hash stream.
414
- * const data = hmac.read();
415
- * if (data) {
416
- * console.log(data.toString('hex'));
417
- * // Prints:
418
- * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e
419
- * }
420
- * });
421
- *
422
- * hmac.write('some data to hash');
423
- * hmac.end();
424
- * ```
425
- *
426
- * Example: Using `Hmac` and piped streams:
427
- *
428
- * ```js
429
- * import { createReadStream } from 'node:fs';
430
- * import { stdout } from 'node:process';
431
- * const {
432
- * createHmac,
433
- * } = await import('node:crypto');
434
- *
435
- * const hmac = createHmac('sha256', 'a secret');
436
- *
437
- * const input = createReadStream('test.js');
438
- * input.pipe(hmac).pipe(stdout);
439
- * ```
440
- *
441
- * Example: Using the `hmac.update()` and `hmac.digest()` methods:
442
- *
443
- * ```js
444
- * const {
445
- * createHmac,
446
- * } = await import('node:crypto');
447
- *
448
- * const hmac = createHmac('sha256', 'a secret');
449
- *
450
- * hmac.update('some data to hash');
451
- * console.log(hmac.digest('hex'));
452
- * // Prints:
453
- * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e
454
- * ```
455
- * @since v0.1.94
456
- */
457
- class Hmac extends stream.Transform {
458
- private constructor();
459
- /**
460
- * Updates the `Hmac` content with the given `data`, the encoding of which
461
- * is given in `inputEncoding`.
462
- * If `encoding` is not provided, and the `data` is a string, an
463
- * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored.
464
- *
465
- * This can be called many times with new data as it is streamed.
466
- * @since v0.1.94
467
- * @param inputEncoding The `encoding` of the `data` string.
468
- */
469
- update(data: BinaryLike): Hmac;
470
- update(data: string, inputEncoding: Encoding): Hmac;
471
- /**
472
- * Calculates the HMAC digest of all of the data passed using `hmac.update()`.
473
- * If `encoding` is
474
- * provided a string is returned; otherwise a `Buffer` is returned;
475
- *
476
- * The `Hmac` object can not be used again after `hmac.digest()` has been
477
- * called. Multiple calls to `hmac.digest()` will result in an error being thrown.
478
- * @since v0.1.94
479
- * @param encoding The `encoding` of the return value.
480
- */
481
- digest(): NonSharedBuffer;
482
- digest(encoding: BinaryToTextEncoding): string;
483
- }
484
- type KeyFormat = "pem" | "der" | "jwk";
485
- type KeyObjectType = "secret" | "public" | "private";
486
- type PublicKeyExportType = "pkcs1" | "spki";
487
- type PrivateKeyExportType = "pkcs1" | "pkcs8" | "sec1";
488
- type KeyExportOptions =
489
- | SymmetricKeyExportOptions
490
- | PublicKeyExportOptions
491
- | PrivateKeyExportOptions
492
- | JwkKeyExportOptions;
493
- interface SymmetricKeyExportOptions {
494
- format?: "buffer" | undefined;
495
- }
496
- interface PublicKeyExportOptions<T extends PublicKeyExportType = PublicKeyExportType> {
497
- type: T;
498
- format: Exclude<KeyFormat, "jwk">;
499
- }
500
- interface PrivateKeyExportOptions<T extends PrivateKeyExportType = PrivateKeyExportType> {
501
- type: T;
502
- format: Exclude<KeyFormat, "jwk">;
503
- cipher?: string | undefined;
504
- passphrase?: string | Buffer | undefined;
505
- }
506
- interface JwkKeyExportOptions {
507
- format: "jwk";
508
- }
509
- interface KeyPairExportOptions<
510
- TPublic extends PublicKeyExportType = PublicKeyExportType,
511
- TPrivate extends PrivateKeyExportType = PrivateKeyExportType,
512
- > {
513
- publicKeyEncoding?: PublicKeyExportOptions<TPublic> | JwkKeyExportOptions | undefined;
514
- privateKeyEncoding?: PrivateKeyExportOptions<TPrivate> | JwkKeyExportOptions | undefined;
515
- }
516
- type KeyExportResult<T, Default> = T extends { format: infer F extends KeyFormat }
517
- ? { der: NonSharedBuffer; jwk: webcrypto.JsonWebKey; pem: string }[F]
518
- : Default;
519
- interface KeyPairExportResult<T extends KeyPairExportOptions> {
520
- publicKey: KeyExportResult<T["publicKeyEncoding"], KeyObject>;
521
- privateKey: KeyExportResult<T["privateKeyEncoding"], KeyObject>;
522
- }
523
- type KeyPairExportCallback<T extends KeyPairExportOptions> = (
524
- err: Error | null,
525
- publicKey: KeyExportResult<T["publicKeyEncoding"], KeyObject>,
526
- privateKey: KeyExportResult<T["privateKeyEncoding"], KeyObject>,
527
- ) => void;
528
- type MLDSAKeyType = `ml-dsa-${44 | 65 | 87}`;
529
- type MLKEMKeyType = `ml-kem-${1024 | 512 | 768}`;
530
- type SLHDSAKeyType = `slh-dsa-${"sha2" | "shake"}-${128 | 192 | 256}${"f" | "s"}`;
531
- type AsymmetricKeyType =
532
- | "dh"
533
- | "dsa"
534
- | "ec"
535
- | "ed25519"
536
- | "ed448"
537
- | MLDSAKeyType
538
- | MLKEMKeyType
539
- | "rsa-pss"
540
- | "rsa"
541
- | SLHDSAKeyType
542
- | "x25519"
543
- | "x448";
544
- interface AsymmetricKeyDetails {
545
- /**
546
- * Key size in bits (RSA, DSA).
547
- */
548
- modulusLength?: number;
549
- /**
550
- * Public exponent (RSA).
551
- */
552
- publicExponent?: bigint;
553
- /**
554
- * Name of the message digest (RSA-PSS).
555
- */
556
- hashAlgorithm?: string;
557
- /**
558
- * Name of the message digest used by MGF1 (RSA-PSS).
559
- */
560
- mgf1HashAlgorithm?: string;
561
- /**
562
- * Minimal salt length in bytes (RSA-PSS).
563
- */
564
- saltLength?: number;
565
- /**
566
- * Size of q in bits (DSA).
567
- */
568
- divisorLength?: number;
569
- /**
570
- * Name of the curve (EC).
571
- */
572
- namedCurve?: string;
573
- }
574
- /**
575
- * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key,
576
- * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject`
577
- * objects are not to be created directly using the `new`keyword.
578
- *
579
- * Most applications should consider using the new `KeyObject` API instead of
580
- * passing keys as strings or `Buffer`s due to improved security features.
581
- *
582
- * `KeyObject` instances can be passed to other threads via `postMessage()`.
583
- * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to
584
- * be listed in the `transferList` argument.
585
- * @since v11.6.0
586
- */
587
- class KeyObject {
588
- private constructor();
589
- /**
590
- * Example: Converting a `CryptoKey` instance to a `KeyObject`:
591
- *
592
- * ```js
593
- * const { KeyObject } = await import('node:crypto');
594
- * const { subtle } = globalThis.crypto;
595
- *
596
- * const key = await subtle.generateKey({
597
- * name: 'HMAC',
598
- * hash: 'SHA-256',
599
- * length: 256,
600
- * }, true, ['sign', 'verify']);
601
- *
602
- * const keyObject = KeyObject.from(key);
603
- * console.log(keyObject.symmetricKeySize);
604
- * // Prints: 32 (symmetric key size in bytes)
605
- * ```
606
- * @since v15.0.0
607
- */
608
- static from(key: webcrypto.CryptoKey): KeyObject;
609
- /**
610
- * For asymmetric keys, this property represents the type of the key. See the
611
- * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
612
- *
613
- * This property is `undefined` for unrecognized `KeyObject` types and symmetric
614
- * keys.
615
- * @since v11.6.0
616
- */
617
- asymmetricKeyType?: AsymmetricKeyType;
618
- /**
619
- * This property exists only on asymmetric keys. Depending on the type of the key,
620
- * this object contains information about the key. None of the information obtained
621
- * through this property can be used to uniquely identify a key or to compromise
622
- * the security of the key.
623
- *
624
- * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence,
625
- * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be
626
- * set.
627
- *
628
- * Other key details might be exposed via this API using additional attributes.
629
- * @since v15.7.0
630
- */
631
- asymmetricKeyDetails?: AsymmetricKeyDetails;
632
- /**
633
- * For symmetric keys, the following encoding options can be used:
634
- *
635
- * For public keys, the following encoding options can be used:
636
- *
637
- * For private keys, the following encoding options can be used:
638
- *
639
- * The result type depends on the selected encoding format, when PEM the
640
- * result is a string, when DER it will be a buffer containing the data
641
- * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object.
642
- *
643
- * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are
644
- * ignored.
645
- *
646
- * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of
647
- * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be
648
- * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for
649
- * encrypted private keys. Since PKCS#8 defines its own
650
- * encryption mechanism, PEM-level encryption is not supported when encrypting
651
- * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for
652
- * PKCS#1 and SEC1 encryption.
653
- * @since v11.6.0
654
- */
655
- export<T extends KeyExportOptions = {}>(options?: T): KeyExportResult<T, NonSharedBuffer>;
656
- /**
657
- * Returns `true` or `false` depending on whether the keys have exactly the same
658
- * type, value, and parameters. This method is not [constant time](https://en.wikipedia.org/wiki/Timing_attack).
659
- * @since v17.7.0, v16.15.0
660
- * @param otherKeyObject A `KeyObject` with which to compare `keyObject`.
661
- */
662
- equals(otherKeyObject: KeyObject): boolean;
663
- /**
664
- * For secret keys, this property represents the size of the key in bytes. This
665
- * property is `undefined` for asymmetric keys.
666
- * @since v11.6.0
667
- */
668
- symmetricKeySize?: number;
669
- /**
670
- * Converts a `KeyObject` instance to a `CryptoKey`.
671
- * @since 22.10.0
672
- */
673
- toCryptoKey(
674
- algorithm:
675
- | webcrypto.AlgorithmIdentifier
676
- | webcrypto.RsaHashedImportParams
677
- | webcrypto.EcKeyImportParams
678
- | webcrypto.HmacImportParams,
679
- extractable: boolean,
680
- keyUsages: readonly webcrypto.KeyUsage[],
681
- ): webcrypto.CryptoKey;
682
- /**
683
- * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys
684
- * or `'private'` for private (asymmetric) keys.
685
- * @since v11.6.0
686
- */
687
- type: KeyObjectType;
688
- }
689
- type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm";
690
- type CipherGCMTypes = "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm";
691
- type CipherOCBTypes = "aes-128-ocb" | "aes-192-ocb" | "aes-256-ocb";
692
- type CipherChaCha20Poly1305Types = "chacha20-poly1305";
693
- type BinaryLike = string | NodeJS.ArrayBufferView;
694
- type CipherKey = BinaryLike | KeyObject;
695
- interface CipherCCMOptions extends stream.TransformOptions {
696
- authTagLength: number;
697
- }
698
- interface CipherGCMOptions extends stream.TransformOptions {
699
- authTagLength?: number | undefined;
700
- }
701
- interface CipherOCBOptions extends stream.TransformOptions {
702
- authTagLength: number;
703
- }
704
- interface CipherChaCha20Poly1305Options extends stream.TransformOptions {
705
- /** @default 16 */
706
- authTagLength?: number | undefined;
707
- }
708
- /**
709
- * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and
710
- * initialization vector (`iv`).
711
- *
712
- * The `options` argument controls stream behavior and is optional except when a
713
- * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the
714
- * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication
715
- * tag that will be returned by `getAuthTag()` and defaults to 16 bytes.
716
- * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes.
717
- *
718
- * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
719
- * recent OpenSSL releases, `openssl list -cipher-algorithms` will
720
- * display the available cipher algorithms.
721
- *
722
- * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded
723
- * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be
724
- * a `KeyObject` of type `secret`. If the cipher does not need
725
- * an initialization vector, `iv` may be `null`.
726
- *
727
- * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`.
728
- *
729
- * Initialization vectors should be unpredictable and unique; ideally, they will be
730
- * cryptographically random. They do not have to be secret: IVs are typically just
731
- * added to ciphertext messages unencrypted. It may sound contradictory that
732
- * something has to be unpredictable and unique, but does not have to be secret;
733
- * remember that an attacker must not be able to predict ahead of time what a
734
- * given IV will be.
735
- * @since v0.1.94
736
- * @param options `stream.transform` options
737
- */
738
- function createCipheriv(
739
- algorithm: CipherCCMTypes,
740
- key: CipherKey,
741
- iv: BinaryLike,
742
- options: CipherCCMOptions,
743
- ): CipherCCM;
744
- function createCipheriv(
745
- algorithm: CipherOCBTypes,
746
- key: CipherKey,
747
- iv: BinaryLike,
748
- options: CipherOCBOptions,
749
- ): CipherOCB;
750
- function createCipheriv(
751
- algorithm: CipherGCMTypes,
752
- key: CipherKey,
753
- iv: BinaryLike,
754
- options?: CipherGCMOptions,
755
- ): CipherGCM;
756
- function createCipheriv(
757
- algorithm: CipherChaCha20Poly1305Types,
758
- key: CipherKey,
759
- iv: BinaryLike,
760
- options?: CipherChaCha20Poly1305Options,
761
- ): CipherChaCha20Poly1305;
762
- function createCipheriv(
763
- algorithm: string,
764
- key: CipherKey,
765
- iv: BinaryLike | null,
766
- options?: stream.TransformOptions,
767
- ): Cipheriv;
768
- /**
769
- * Instances of the `Cipheriv` class are used to encrypt data. The class can be
770
- * used in one of two ways:
771
- *
772
- * * As a `stream` that is both readable and writable, where plain unencrypted
773
- * data is written to produce encrypted data on the readable side, or
774
- * * Using the `cipher.update()` and `cipher.final()` methods to produce
775
- * the encrypted data.
776
- *
777
- * The {@link createCipheriv} method is
778
- * used to create `Cipheriv` instances. `Cipheriv` objects are not to be created
779
- * directly using the `new` keyword.
780
- *
781
- * Example: Using `Cipheriv` objects as streams:
782
- *
783
- * ```js
784
- * const {
785
- * scrypt,
786
- * randomFill,
787
- * createCipheriv,
788
- * } = await import('node:crypto');
789
- *
790
- * const algorithm = 'aes-192-cbc';
791
- * const password = 'Password used to generate key';
792
- *
793
- * // First, we'll generate the key. The key length is dependent on the algorithm.
794
- * // In this case for aes192, it is 24 bytes (192 bits).
795
- * scrypt(password, 'salt', 24, (err, key) => {
796
- * if (err) throw err;
797
- * // Then, we'll generate a random initialization vector
798
- * randomFill(new Uint8Array(16), (err, iv) => {
799
- * if (err) throw err;
800
- *
801
- * // Once we have the key and iv, we can create and use the cipher...
802
- * const cipher = createCipheriv(algorithm, key, iv);
803
- *
804
- * let encrypted = '';
805
- * cipher.setEncoding('hex');
806
- *
807
- * cipher.on('data', (chunk) => encrypted += chunk);
808
- * cipher.on('end', () => console.log(encrypted));
809
- *
810
- * cipher.write('some clear text data');
811
- * cipher.end();
812
- * });
813
- * });
814
- * ```
815
- *
816
- * Example: Using `Cipheriv` and piped streams:
817
- *
818
- * ```js
819
- * import {
820
- * createReadStream,
821
- * createWriteStream,
822
- * } from 'node:fs';
823
- *
824
- * import {
825
- * pipeline,
826
- * } from 'node:stream';
827
- *
828
- * const {
829
- * scrypt,
830
- * randomFill,
831
- * createCipheriv,
832
- * } = await import('node:crypto');
833
- *
834
- * const algorithm = 'aes-192-cbc';
835
- * const password = 'Password used to generate key';
836
- *
837
- * // First, we'll generate the key. The key length is dependent on the algorithm.
838
- * // In this case for aes192, it is 24 bytes (192 bits).
839
- * scrypt(password, 'salt', 24, (err, key) => {
840
- * if (err) throw err;
841
- * // Then, we'll generate a random initialization vector
842
- * randomFill(new Uint8Array(16), (err, iv) => {
843
- * if (err) throw err;
844
- *
845
- * const cipher = createCipheriv(algorithm, key, iv);
846
- *
847
- * const input = createReadStream('test.js');
848
- * const output = createWriteStream('test.enc');
849
- *
850
- * pipeline(input, cipher, output, (err) => {
851
- * if (err) throw err;
852
- * });
853
- * });
854
- * });
855
- * ```
856
- *
857
- * Example: Using the `cipher.update()` and `cipher.final()` methods:
858
- *
859
- * ```js
860
- * const {
861
- * scrypt,
862
- * randomFill,
863
- * createCipheriv,
864
- * } = await import('node:crypto');
865
- *
866
- * const algorithm = 'aes-192-cbc';
867
- * const password = 'Password used to generate key';
868
- *
869
- * // First, we'll generate the key. The key length is dependent on the algorithm.
870
- * // In this case for aes192, it is 24 bytes (192 bits).
871
- * scrypt(password, 'salt', 24, (err, key) => {
872
- * if (err) throw err;
873
- * // Then, we'll generate a random initialization vector
874
- * randomFill(new Uint8Array(16), (err, iv) => {
875
- * if (err) throw err;
876
- *
877
- * const cipher = createCipheriv(algorithm, key, iv);
878
- *
879
- * let encrypted = cipher.update('some clear text data', 'utf8', 'hex');
880
- * encrypted += cipher.final('hex');
881
- * console.log(encrypted);
882
- * });
883
- * });
884
- * ```
885
- * @since v0.1.94
886
- */
887
- class Cipheriv extends stream.Transform {
888
- private constructor();
889
- /**
890
- * Updates the cipher with `data`. If the `inputEncoding` argument is given,
891
- * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or `DataView`. If `data` is a `Buffer`,
892
- * `TypedArray`, or `DataView`, then `inputEncoding` is ignored.
893
- *
894
- * The `outputEncoding` specifies the output format of the enciphered
895
- * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned.
896
- *
897
- * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being
898
- * thrown.
899
- * @since v0.1.94
900
- * @param inputEncoding The `encoding` of the data.
901
- * @param outputEncoding The `encoding` of the return value.
902
- */
903
- update(data: BinaryLike): NonSharedBuffer;
904
- update(data: string, inputEncoding: Encoding): NonSharedBuffer;
905
- update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string;
906
- update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string;
907
- /**
908
- * Once the `cipher.final()` method has been called, the `Cipheriv` object can no
909
- * longer be used to encrypt data. Attempts to call `cipher.final()` more than
910
- * once will result in an error being thrown.
911
- * @since v0.1.94
912
- * @param outputEncoding The `encoding` of the return value.
913
- * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned.
914
- */
915
- final(): NonSharedBuffer;
916
- final(outputEncoding: BufferEncoding): string;
917
- /**
918
- * When using block encryption algorithms, the `Cipheriv` class will automatically
919
- * add padding to the input data to the appropriate block size. To disable the
920
- * default padding call `cipher.setAutoPadding(false)`.
921
- *
922
- * When `autoPadding` is `false`, the length of the entire input data must be a
923
- * multiple of the cipher's block size or `cipher.final()` will throw an error.
924
- * Disabling automatic padding is useful for non-standard padding, for instance
925
- * using `0x0` instead of PKCS padding.
926
- *
927
- * The `cipher.setAutoPadding()` method must be called before `cipher.final()`.
928
- * @since v0.7.1
929
- * @param [autoPadding=true]
930
- * @return for method chaining.
931
- */
932
- setAutoPadding(autoPadding?: boolean): this;
933
- }
934
- interface CipherCCM extends Cipheriv {
935
- setAAD(
936
- buffer: NodeJS.ArrayBufferView,
937
- options: {
938
- plaintextLength: number;
939
- },
940
- ): this;
941
- getAuthTag(): NonSharedBuffer;
942
- }
943
- interface CipherGCM extends Cipheriv {
944
- setAAD(
945
- buffer: NodeJS.ArrayBufferView,
946
- options?: {
947
- plaintextLength: number;
948
- },
949
- ): this;
950
- getAuthTag(): NonSharedBuffer;
951
- }
952
- interface CipherOCB extends Cipheriv {
953
- setAAD(
954
- buffer: NodeJS.ArrayBufferView,
955
- options?: {
956
- plaintextLength: number;
957
- },
958
- ): this;
959
- getAuthTag(): NonSharedBuffer;
960
- }
961
- interface CipherChaCha20Poly1305 extends Cipheriv {
962
- setAAD(
963
- buffer: NodeJS.ArrayBufferView,
964
- options: {
965
- plaintextLength: number;
966
- },
967
- ): this;
968
- getAuthTag(): NonSharedBuffer;
969
- }
970
- /**
971
- * Creates and returns a `Decipheriv` object that uses the given `algorithm`, `key` and initialization vector (`iv`).
972
- *
973
- * The `options` argument controls stream behavior and is optional except when a
974
- * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the
975
- * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength` option is not required but can be used to restrict accepted authentication tags
976
- * to those with the specified length.
977
- * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes.
978
- *
979
- * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On
980
- * recent OpenSSL releases, `openssl list -cipher-algorithms` will
981
- * display the available cipher algorithms.
982
- *
983
- * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded
984
- * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be
985
- * a `KeyObject` of type `secret`. If the cipher does not need
986
- * an initialization vector, `iv` may be `null`.
987
- *
988
- * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`.
989
- *
990
- * Initialization vectors should be unpredictable and unique; ideally, they will be
991
- * cryptographically random. They do not have to be secret: IVs are typically just
992
- * added to ciphertext messages unencrypted. It may sound contradictory that
993
- * something has to be unpredictable and unique, but does not have to be secret;
994
- * remember that an attacker must not be able to predict ahead of time what a given
995
- * IV will be.
996
- * @since v0.1.94
997
- * @param options `stream.transform` options
998
- */
999
- function createDecipheriv(
1000
- algorithm: CipherCCMTypes,
1001
- key: CipherKey,
1002
- iv: BinaryLike,
1003
- options: CipherCCMOptions,
1004
- ): DecipherCCM;
1005
- function createDecipheriv(
1006
- algorithm: CipherOCBTypes,
1007
- key: CipherKey,
1008
- iv: BinaryLike,
1009
- options: CipherOCBOptions,
1010
- ): DecipherOCB;
1011
- function createDecipheriv(
1012
- algorithm: CipherGCMTypes,
1013
- key: CipherKey,
1014
- iv: BinaryLike,
1015
- options?: CipherGCMOptions,
1016
- ): DecipherGCM;
1017
- function createDecipheriv(
1018
- algorithm: CipherChaCha20Poly1305Types,
1019
- key: CipherKey,
1020
- iv: BinaryLike,
1021
- options?: CipherChaCha20Poly1305Options,
1022
- ): DecipherChaCha20Poly1305;
1023
- function createDecipheriv(
1024
- algorithm: string,
1025
- key: CipherKey,
1026
- iv: BinaryLike | null,
1027
- options?: stream.TransformOptions,
1028
- ): Decipheriv;
1029
- /**
1030
- * Instances of the `Decipheriv` class are used to decrypt data. The class can be
1031
- * used in one of two ways:
1032
- *
1033
- * * As a `stream` that is both readable and writable, where plain encrypted
1034
- * data is written to produce unencrypted data on the readable side, or
1035
- * * Using the `decipher.update()` and `decipher.final()` methods to
1036
- * produce the unencrypted data.
1037
- *
1038
- * The {@link createDecipheriv} method is
1039
- * used to create `Decipheriv` instances. `Decipheriv` objects are not to be created
1040
- * directly using the `new` keyword.
1041
- *
1042
- * Example: Using `Decipheriv` objects as streams:
1043
- *
1044
- * ```js
1045
- * import { Buffer } from 'node:buffer';
1046
- * const {
1047
- * scryptSync,
1048
- * createDecipheriv,
1049
- * } = await import('node:crypto');
1050
- *
1051
- * const algorithm = 'aes-192-cbc';
1052
- * const password = 'Password used to generate key';
1053
- * // Key length is dependent on the algorithm. In this case for aes192, it is
1054
- * // 24 bytes (192 bits).
1055
- * // Use the async `crypto.scrypt()` instead.
1056
- * const key = scryptSync(password, 'salt', 24);
1057
- * // The IV is usually passed along with the ciphertext.
1058
- * const iv = Buffer.alloc(16, 0); // Initialization vector.
1059
- *
1060
- * const decipher = createDecipheriv(algorithm, key, iv);
1061
- *
1062
- * let decrypted = '';
1063
- * decipher.on('readable', () => {
1064
- * let chunk;
1065
- * while (null !== (chunk = decipher.read())) {
1066
- * decrypted += chunk.toString('utf8');
1067
- * }
1068
- * });
1069
- * decipher.on('end', () => {
1070
- * console.log(decrypted);
1071
- * // Prints: some clear text data
1072
- * });
1073
- *
1074
- * // Encrypted with same algorithm, key and iv.
1075
- * const encrypted =
1076
- * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa';
1077
- * decipher.write(encrypted, 'hex');
1078
- * decipher.end();
1079
- * ```
1080
- *
1081
- * Example: Using `Decipheriv` and piped streams:
1082
- *
1083
- * ```js
1084
- * import {
1085
- * createReadStream,
1086
- * createWriteStream,
1087
- * } from 'node:fs';
1088
- * import { Buffer } from 'node:buffer';
1089
- * const {
1090
- * scryptSync,
1091
- * createDecipheriv,
1092
- * } = await import('node:crypto');
1093
- *
1094
- * const algorithm = 'aes-192-cbc';
1095
- * const password = 'Password used to generate key';
1096
- * // Use the async `crypto.scrypt()` instead.
1097
- * const key = scryptSync(password, 'salt', 24);
1098
- * // The IV is usually passed along with the ciphertext.
1099
- * const iv = Buffer.alloc(16, 0); // Initialization vector.
1100
- *
1101
- * const decipher = createDecipheriv(algorithm, key, iv);
1102
- *
1103
- * const input = createReadStream('test.enc');
1104
- * const output = createWriteStream('test.js');
1105
- *
1106
- * input.pipe(decipher).pipe(output);
1107
- * ```
1108
- *
1109
- * Example: Using the `decipher.update()` and `decipher.final()` methods:
1110
- *
1111
- * ```js
1112
- * import { Buffer } from 'node:buffer';
1113
- * const {
1114
- * scryptSync,
1115
- * createDecipheriv,
1116
- * } = await import('node:crypto');
1117
- *
1118
- * const algorithm = 'aes-192-cbc';
1119
- * const password = 'Password used to generate key';
1120
- * // Use the async `crypto.scrypt()` instead.
1121
- * const key = scryptSync(password, 'salt', 24);
1122
- * // The IV is usually passed along with the ciphertext.
1123
- * const iv = Buffer.alloc(16, 0); // Initialization vector.
1124
- *
1125
- * const decipher = createDecipheriv(algorithm, key, iv);
1126
- *
1127
- * // Encrypted using same algorithm, key and iv.
1128
- * const encrypted =
1129
- * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa';
1130
- * let decrypted = decipher.update(encrypted, 'hex', 'utf8');
1131
- * decrypted += decipher.final('utf8');
1132
- * console.log(decrypted);
1133
- * // Prints: some clear text data
1134
- * ```
1135
- * @since v0.1.94
1136
- */
1137
- class Decipheriv extends stream.Transform {
1138
- private constructor();
1139
- /**
1140
- * Updates the decipher with `data`. If the `inputEncoding` argument is given,
1141
- * the `data` argument is a string using the specified encoding. If the `inputEncoding` argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is
1142
- * ignored.
1143
- *
1144
- * The `outputEncoding` specifies the output format of the enciphered
1145
- * data. If the `outputEncoding` is specified, a string using the specified encoding is returned. If no `outputEncoding` is provided, a `Buffer` is returned.
1146
- *
1147
- * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error
1148
- * being thrown.
1149
- * @since v0.1.94
1150
- * @param inputEncoding The `encoding` of the `data` string.
1151
- * @param outputEncoding The `encoding` of the return value.
1152
- */
1153
- update(data: NodeJS.ArrayBufferView): NonSharedBuffer;
1154
- update(data: string, inputEncoding: Encoding): NonSharedBuffer;
1155
- update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string;
1156
- update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string;
1157
- /**
1158
- * Once the `decipher.final()` method has been called, the `Decipheriv` object can
1159
- * no longer be used to decrypt data. Attempts to call `decipher.final()` more
1160
- * than once will result in an error being thrown.
1161
- * @since v0.1.94
1162
- * @param outputEncoding The `encoding` of the return value.
1163
- * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned.
1164
- */
1165
- final(): NonSharedBuffer;
1166
- final(outputEncoding: BufferEncoding): string;
1167
- /**
1168
- * When data has been encrypted without standard block padding, calling `decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and
1169
- * removing padding.
1170
- *
1171
- * Turning auto padding off will only work if the input data's length is a
1172
- * multiple of the ciphers block size.
1173
- *
1174
- * The `decipher.setAutoPadding()` method must be called before `decipher.final()`.
1175
- * @since v0.7.1
1176
- * @param [autoPadding=true]
1177
- * @return for method chaining.
1178
- */
1179
- setAutoPadding(auto_padding?: boolean): this;
1180
- }
1181
- interface DecipherCCM extends Decipheriv {
1182
- setAuthTag(buffer: NodeJS.ArrayBufferView): this;
1183
- setAAD(
1184
- buffer: NodeJS.ArrayBufferView,
1185
- options: {
1186
- plaintextLength: number;
1187
- },
1188
- ): this;
1189
- }
1190
- interface DecipherGCM extends Decipheriv {
1191
- setAuthTag(buffer: NodeJS.ArrayBufferView): this;
1192
- setAAD(
1193
- buffer: NodeJS.ArrayBufferView,
1194
- options?: {
1195
- plaintextLength: number;
1196
- },
1197
- ): this;
1198
- }
1199
- interface DecipherOCB extends Decipheriv {
1200
- setAuthTag(buffer: NodeJS.ArrayBufferView): this;
1201
- setAAD(
1202
- buffer: NodeJS.ArrayBufferView,
1203
- options?: {
1204
- plaintextLength: number;
1205
- },
1206
- ): this;
1207
- }
1208
- interface DecipherChaCha20Poly1305 extends Decipheriv {
1209
- setAuthTag(buffer: NodeJS.ArrayBufferView): this;
1210
- setAAD(
1211
- buffer: NodeJS.ArrayBufferView,
1212
- options: {
1213
- plaintextLength: number;
1214
- },
1215
- ): this;
1216
- }
1217
- interface PrivateKeyInput {
1218
- key: string | Buffer;
1219
- format?: KeyFormat | undefined;
1220
- type?: PrivateKeyExportType | undefined;
1221
- passphrase?: string | Buffer | undefined;
1222
- encoding?: string | undefined;
1223
- }
1224
- interface PublicKeyInput {
1225
- key: string | Buffer;
1226
- format?: KeyFormat | undefined;
1227
- type?: PublicKeyExportType | undefined;
1228
- encoding?: string | undefined;
1229
- }
1230
- /**
1231
- * Asynchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`.
1232
- *
1233
- * ```js
1234
- * const {
1235
- * generateKey,
1236
- * } = await import('node:crypto');
1237
- *
1238
- * generateKey('hmac', { length: 512 }, (err, key) => {
1239
- * if (err) throw err;
1240
- * console.log(key.export().toString('hex')); // 46e..........620
1241
- * });
1242
- * ```
1243
- *
1244
- * The size of a generated HMAC key should not exceed the block size of the
1245
- * underlying hash function. See {@link createHmac} for more information.
1246
- * @since v15.0.0
1247
- * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`.
1248
- */
1249
- function generateKey(
1250
- type: "hmac" | "aes",
1251
- options: {
1252
- length: number;
1253
- },
1254
- callback: (err: Error | null, key: KeyObject) => void,
1255
- ): void;
1256
- /**
1257
- * Synchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`.
1258
- *
1259
- * ```js
1260
- * const {
1261
- * generateKeySync,
1262
- * } = await import('node:crypto');
1263
- *
1264
- * const key = generateKeySync('hmac', { length: 512 });
1265
- * console.log(key.export().toString('hex')); // e89..........41e
1266
- * ```
1267
- *
1268
- * The size of a generated HMAC key should not exceed the block size of the
1269
- * underlying hash function. See {@link createHmac} for more information.
1270
- * @since v15.0.0
1271
- * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`.
1272
- */
1273
- function generateKeySync(
1274
- type: "hmac" | "aes",
1275
- options: {
1276
- length: number;
1277
- },
1278
- ): KeyObject;
1279
- interface JsonWebKeyInput {
1280
- key: webcrypto.JsonWebKey;
1281
- format: "jwk";
1282
- }
1283
- /**
1284
- * Creates and returns a new key object containing a private key. If `key` is a
1285
- * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key` must be an object with the properties described above.
1286
- *
1287
- * If the private key is encrypted, a `passphrase` must be specified. The length
1288
- * of the passphrase is limited to 1024 bytes.
1289
- * @since v11.6.0
1290
- */
1291
- function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject;
1292
- /**
1293
- * Creates and returns a new key object containing a public key. If `key` is a
1294
- * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject` with type `'private'`, the public key is derived from the given private key;
1295
- * otherwise, `key` must be an object with the properties described above.
1296
- *
1297
- * If the format is `'pem'`, the `'key'` may also be an X.509 certificate.
1298
- *
1299
- * Because public keys can be derived from private keys, a private key may be
1300
- * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the
1301
- * returned `KeyObject` will be `'public'` and that the private key cannot be
1302
- * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type `'private'` is given, a new `KeyObject` with type `'public'` will be returned
1303
- * and it will be impossible to extract the private key from the returned object.
1304
- * @since v11.6.0
1305
- */
1306
- function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject;
1307
- /**
1308
- * Creates and returns a new key object containing a secret key for symmetric
1309
- * encryption or `Hmac`.
1310
- * @since v11.6.0
1311
- * @param encoding The string encoding when `key` is a string.
1312
- */
1313
- function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject;
1314
- function createSecretKey(key: string, encoding: BufferEncoding): KeyObject;
1315
- /**
1316
- * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms.
1317
- * Optional `options` argument controls the `stream.Writable` behavior.
1318
- *
1319
- * In some cases, a `Sign` instance can be created using the name of a signature
1320
- * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use
1321
- * the corresponding digest algorithm. This does not work for all signature
1322
- * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest
1323
- * algorithm names.
1324
- * @since v0.1.92
1325
- * @param options `stream.Writable` options
1326
- */
1327
- // TODO: signing algorithm type
1328
- function createSign(algorithm: string, options?: stream.WritableOptions): Sign;
1329
- type DSAEncoding = "der" | "ieee-p1363";
1330
- interface SigningOptions {
1331
- /**
1332
- * @see crypto.constants.RSA_PKCS1_PADDING
1333
- */
1334
- padding?: number | undefined;
1335
- saltLength?: number | undefined;
1336
- dsaEncoding?: DSAEncoding | undefined;
1337
- context?: ArrayBuffer | NodeJS.ArrayBufferView | undefined;
1338
- }
1339
- interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {}
1340
- interface SignKeyObjectInput extends SigningOptions {
1341
- key: KeyObject;
1342
- }
1343
- interface SignJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {}
1344
- interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {}
1345
- interface VerifyKeyObjectInput extends SigningOptions {
1346
- key: KeyObject;
1347
- }
1348
- interface VerifyJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {}
1349
- type KeyLike = string | Buffer | KeyObject;
1350
- /**
1351
- * The `Sign` class is a utility for generating signatures. It can be used in one
1352
- * of two ways:
1353
- *
1354
- * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or
1355
- * * Using the `sign.update()` and `sign.sign()` methods to produce the
1356
- * signature.
1357
- *
1358
- * The {@link createSign} method is used to create `Sign` instances. The
1359
- * argument is the string name of the hash function to use. `Sign` objects are not
1360
- * to be created directly using the `new` keyword.
1361
- *
1362
- * Example: Using `Sign` and `Verify` objects as streams:
1363
- *
1364
- * ```js
1365
- * const {
1366
- * generateKeyPairSync,
1367
- * createSign,
1368
- * createVerify,
1369
- * } = await import('node:crypto');
1370
- *
1371
- * const { privateKey, publicKey } = generateKeyPairSync('ec', {
1372
- * namedCurve: 'sect239k1',
1373
- * });
1374
- *
1375
- * const sign = createSign('SHA256');
1376
- * sign.write('some data to sign');
1377
- * sign.end();
1378
- * const signature = sign.sign(privateKey, 'hex');
1379
- *
1380
- * const verify = createVerify('SHA256');
1381
- * verify.write('some data to sign');
1382
- * verify.end();
1383
- * console.log(verify.verify(publicKey, signature, 'hex'));
1384
- * // Prints: true
1385
- * ```
1386
- *
1387
- * Example: Using the `sign.update()` and `verify.update()` methods:
1388
- *
1389
- * ```js
1390
- * const {
1391
- * generateKeyPairSync,
1392
- * createSign,
1393
- * createVerify,
1394
- * } = await import('node:crypto');
1395
- *
1396
- * const { privateKey, publicKey } = generateKeyPairSync('rsa', {
1397
- * modulusLength: 2048,
1398
- * });
1399
- *
1400
- * const sign = createSign('SHA256');
1401
- * sign.update('some data to sign');
1402
- * sign.end();
1403
- * const signature = sign.sign(privateKey);
1404
- *
1405
- * const verify = createVerify('SHA256');
1406
- * verify.update('some data to sign');
1407
- * verify.end();
1408
- * console.log(verify.verify(publicKey, signature));
1409
- * // Prints: true
1410
- * ```
1411
- * @since v0.1.92
1412
- */
1413
- class Sign extends stream.Writable {
1414
- private constructor();
1415
- /**
1416
- * Updates the `Sign` content with the given `data`, the encoding of which
1417
- * is given in `inputEncoding`.
1418
- * If `encoding` is not provided, and the `data` is a string, an
1419
- * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored.
1420
- *
1421
- * This can be called many times with new data as it is streamed.
1422
- * @since v0.1.92
1423
- * @param inputEncoding The `encoding` of the `data` string.
1424
- */
1425
- update(data: BinaryLike): this;
1426
- update(data: string, inputEncoding: Encoding): this;
1427
- /**
1428
- * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`.
1429
- *
1430
- * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an
1431
- * object, the following additional properties can be passed:
1432
- *
1433
- * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned.
1434
- *
1435
- * The `Sign` object can not be again used after `sign.sign()` method has been
1436
- * called. Multiple calls to `sign.sign()` will result in an error being thrown.
1437
- * @since v0.1.92
1438
- */
1439
- sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): NonSharedBuffer;
1440
- sign(
1441
- privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
1442
- outputFormat: BinaryToTextEncoding,
1443
- ): string;
1444
- }
1445
- /**
1446
- * Creates and returns a `Verify` object that uses the given algorithm.
1447
- * Use {@link getHashes} to obtain an array of names of the available
1448
- * signing algorithms. Optional `options` argument controls the `stream.Writable` behavior.
1449
- *
1450
- * In some cases, a `Verify` instance can be created using the name of a signature
1451
- * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use
1452
- * the corresponding digest algorithm. This does not work for all signature
1453
- * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest
1454
- * algorithm names.
1455
- * @since v0.1.92
1456
- * @param options `stream.Writable` options
1457
- */
1458
- function createVerify(algorithm: string, options?: stream.WritableOptions): Verify;
1459
- /**
1460
- * The `Verify` class is a utility for verifying signatures. It can be used in one
1461
- * of two ways:
1462
- *
1463
- * * As a writable `stream` where written data is used to validate against the
1464
- * supplied signature, or
1465
- * * Using the `verify.update()` and `verify.verify()` methods to verify
1466
- * the signature.
1467
- *
1468
- * The {@link createVerify} method is used to create `Verify` instances. `Verify` objects are not to be created directly using the `new` keyword.
1469
- *
1470
- * See `Sign` for examples.
1471
- * @since v0.1.92
1472
- */
1473
- class Verify extends stream.Writable {
1474
- private constructor();
1475
- /**
1476
- * Updates the `Verify` content with the given `data`, the encoding of which
1477
- * is given in `inputEncoding`.
1478
- * If `inputEncoding` is not provided, and the `data` is a string, an
1479
- * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or `DataView`, then `inputEncoding` is ignored.
1480
- *
1481
- * This can be called many times with new data as it is streamed.
1482
- * @since v0.1.92
1483
- * @param inputEncoding The `encoding` of the `data` string.
1484
- */
1485
- update(data: BinaryLike): Verify;
1486
- update(data: string, inputEncoding: Encoding): Verify;
1487
- /**
1488
- * Verifies the provided data using the given `object` and `signature`.
1489
- *
1490
- * If `object` is not a `KeyObject`, this function behaves as if `object` had been passed to {@link createPublicKey}. If it is an
1491
- * object, the following additional properties can be passed:
1492
- *
1493
- * The `signature` argument is the previously calculated signature for the data, in
1494
- * the `signatureEncoding`.
1495
- * If a `signatureEncoding` is specified, the `signature` is expected to be a
1496
- * string; otherwise `signature` is expected to be a `Buffer`, `TypedArray`, or `DataView`.
1497
- *
1498
- * The `verify` object can not be used again after `verify.verify()` has been
1499
- * called. Multiple calls to `verify.verify()` will result in an error being
1500
- * thrown.
1501
- *
1502
- * Because public keys can be derived from private keys, a private key may
1503
- * be passed instead of a public key.
1504
- * @since v0.1.92
1505
- */
1506
- verify(
1507
- object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput,
1508
- signature: NodeJS.ArrayBufferView,
1509
- ): boolean;
1510
- verify(
1511
- object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput,
1512
- signature: string,
1513
- signature_format?: BinaryToTextEncoding,
1514
- ): boolean;
1515
- }
1516
- /**
1517
- * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an
1518
- * optional specific `generator`.
1519
- *
1520
- * The `generator` argument can be a number, string, or `Buffer`. If `generator` is not specified, the value `2` is used.
1521
- *
1522
- * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise
1523
- * a `Buffer`, `TypedArray`, or `DataView` is expected.
1524
- *
1525
- * If `generatorEncoding` is specified, `generator` is expected to be a string;
1526
- * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected.
1527
- * @since v0.11.12
1528
- * @param primeEncoding The `encoding` of the `prime` string.
1529
- * @param [generator=2]
1530
- * @param generatorEncoding The `encoding` of the `generator` string.
1531
- */
1532
- function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman;
1533
- function createDiffieHellman(
1534
- prime: ArrayBuffer | NodeJS.ArrayBufferView,
1535
- generator?: number | ArrayBuffer | NodeJS.ArrayBufferView,
1536
- ): DiffieHellman;
1537
- function createDiffieHellman(
1538
- prime: ArrayBuffer | NodeJS.ArrayBufferView,
1539
- generator: string,
1540
- generatorEncoding: BinaryToTextEncoding,
1541
- ): DiffieHellman;
1542
- function createDiffieHellman(
1543
- prime: string,
1544
- primeEncoding: BinaryToTextEncoding,
1545
- generator?: number | ArrayBuffer | NodeJS.ArrayBufferView,
1546
- ): DiffieHellman;
1547
- function createDiffieHellman(
1548
- prime: string,
1549
- primeEncoding: BinaryToTextEncoding,
1550
- generator: string,
1551
- generatorEncoding: BinaryToTextEncoding,
1552
- ): DiffieHellman;
1553
- /**
1554
- * The `DiffieHellman` class is a utility for creating Diffie-Hellman key
1555
- * exchanges.
1556
- *
1557
- * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function.
1558
- *
1559
- * ```js
1560
- * import assert from 'node:assert';
1561
- *
1562
- * const {
1563
- * createDiffieHellman,
1564
- * } = await import('node:crypto');
1565
- *
1566
- * // Generate Alice's keys...
1567
- * const alice = createDiffieHellman(2048);
1568
- * const aliceKey = alice.generateKeys();
1569
- *
1570
- * // Generate Bob's keys...
1571
- * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator());
1572
- * const bobKey = bob.generateKeys();
1573
- *
1574
- * // Exchange and generate the secret...
1575
- * const aliceSecret = alice.computeSecret(bobKey);
1576
- * const bobSecret = bob.computeSecret(aliceKey);
1577
- *
1578
- * // OK
1579
- * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex'));
1580
- * ```
1581
- * @since v0.5.0
1582
- */
1583
- class DiffieHellman {
1584
- private constructor();
1585
- /**
1586
- * Generates private and public Diffie-Hellman key values unless they have been
1587
- * generated or computed already, and returns
1588
- * the public key in the specified `encoding`. This key should be
1589
- * transferred to the other party.
1590
- * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned.
1591
- *
1592
- * This function is a thin wrapper around [`DH_generate_key()`](https://www.openssl.org/docs/man3.0/man3/DH_generate_key.html). In particular,
1593
- * once a private key has been generated or set, calling this function only updates
1594
- * the public key but does not generate a new private key.
1595
- * @since v0.5.0
1596
- * @param encoding The `encoding` of the return value.
1597
- */
1598
- generateKeys(): NonSharedBuffer;
1599
- generateKeys(encoding: BinaryToTextEncoding): string;
1600
- /**
1601
- * Computes the shared secret using `otherPublicKey` as the other
1602
- * party's public key and returns the computed shared secret. The supplied
1603
- * key is interpreted using the specified `inputEncoding`, and secret is
1604
- * encoded using specified `outputEncoding`.
1605
- * If the `inputEncoding` is not
1606
- * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`.
1607
- *
1608
- * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned.
1609
- * @since v0.5.0
1610
- * @param inputEncoding The `encoding` of an `otherPublicKey` string.
1611
- * @param outputEncoding The `encoding` of the return value.
1612
- */
1613
- computeSecret(
1614
- otherPublicKey: NodeJS.ArrayBufferView,
1615
- inputEncoding?: null,
1616
- outputEncoding?: null,
1617
- ): NonSharedBuffer;
1618
- computeSecret(
1619
- otherPublicKey: string,
1620
- inputEncoding: BinaryToTextEncoding,
1621
- outputEncoding?: null,
1622
- ): NonSharedBuffer;
1623
- computeSecret(
1624
- otherPublicKey: NodeJS.ArrayBufferView,
1625
- inputEncoding: null,
1626
- outputEncoding: BinaryToTextEncoding,
1627
- ): string;
1628
- computeSecret(
1629
- otherPublicKey: string,
1630
- inputEncoding: BinaryToTextEncoding,
1631
- outputEncoding: BinaryToTextEncoding,
1632
- ): string;
1633
- /**
1634
- * Returns the Diffie-Hellman prime in the specified `encoding`.
1635
- * If `encoding` is provided a string is
1636
- * returned; otherwise a `Buffer` is returned.
1637
- * @since v0.5.0
1638
- * @param encoding The `encoding` of the return value.
1639
- */
1640
- getPrime(): NonSharedBuffer;
1641
- getPrime(encoding: BinaryToTextEncoding): string;
1642
- /**
1643
- * Returns the Diffie-Hellman generator in the specified `encoding`.
1644
- * If `encoding` is provided a string is
1645
- * returned; otherwise a `Buffer` is returned.
1646
- * @since v0.5.0
1647
- * @param encoding The `encoding` of the return value.
1648
- */
1649
- getGenerator(): NonSharedBuffer;
1650
- getGenerator(encoding: BinaryToTextEncoding): string;
1651
- /**
1652
- * Returns the Diffie-Hellman public key in the specified `encoding`.
1653
- * If `encoding` is provided a
1654
- * string is returned; otherwise a `Buffer` is returned.
1655
- * @since v0.5.0
1656
- * @param encoding The `encoding` of the return value.
1657
- */
1658
- getPublicKey(): NonSharedBuffer;
1659
- getPublicKey(encoding: BinaryToTextEncoding): string;
1660
- /**
1661
- * Returns the Diffie-Hellman private key in the specified `encoding`.
1662
- * If `encoding` is provided a
1663
- * string is returned; otherwise a `Buffer` is returned.
1664
- * @since v0.5.0
1665
- * @param encoding The `encoding` of the return value.
1666
- */
1667
- getPrivateKey(): NonSharedBuffer;
1668
- getPrivateKey(encoding: BinaryToTextEncoding): string;
1669
- /**
1670
- * Sets the Diffie-Hellman public key. If the `encoding` argument is provided, `publicKey` is expected
1671
- * to be a string. If no `encoding` is provided, `publicKey` is expected
1672
- * to be a `Buffer`, `TypedArray`, or `DataView`.
1673
- * @since v0.5.0
1674
- * @param encoding The `encoding` of the `publicKey` string.
1675
- */
1676
- setPublicKey(publicKey: NodeJS.ArrayBufferView): void;
1677
- setPublicKey(publicKey: string, encoding: BufferEncoding): void;
1678
- /**
1679
- * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected
1680
- * to be a string. If no `encoding` is provided, `privateKey` is expected
1681
- * to be a `Buffer`, `TypedArray`, or `DataView`.
1682
- *
1683
- * This function does not automatically compute the associated public key. Either `diffieHellman.setPublicKey()` or `diffieHellman.generateKeys()` can be
1684
- * used to manually provide the public key or to automatically derive it.
1685
- * @since v0.5.0
1686
- * @param encoding The `encoding` of the `privateKey` string.
1687
- */
1688
- setPrivateKey(privateKey: NodeJS.ArrayBufferView): void;
1689
- setPrivateKey(privateKey: string, encoding: BufferEncoding): void;
1690
- /**
1691
- * A bit field containing any warnings and/or errors resulting from a check
1692
- * performed during initialization of the `DiffieHellman` object.
1693
- *
1694
- * The following values are valid for this property (as defined in `node:constants` module):
1695
- *
1696
- * * `DH_CHECK_P_NOT_SAFE_PRIME`
1697
- * * `DH_CHECK_P_NOT_PRIME`
1698
- * * `DH_UNABLE_TO_CHECK_GENERATOR`
1699
- * * `DH_NOT_SUITABLE_GENERATOR`
1700
- * @since v0.11.12
1701
- */
1702
- verifyError: number;
1703
- }
1704
- /**
1705
- * The `DiffieHellmanGroup` class takes a well-known modp group as its argument.
1706
- * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation.
1707
- * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods.
1708
- *
1709
- * ```js
1710
- * const { createDiffieHellmanGroup } = await import('node:crypto');
1711
- * const dh = createDiffieHellmanGroup('modp1');
1712
- * ```
1713
- * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt):
1714
- * ```bash
1715
- * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h
1716
- * modp1 # 768 bits
1717
- * modp2 # 1024 bits
1718
- * modp5 # 1536 bits
1719
- * modp14 # 2048 bits
1720
- * modp15 # etc.
1721
- * modp16
1722
- * modp17
1723
- * modp18
1724
- * ```
1725
- * @since v0.7.5
1726
- */
1727
- const DiffieHellmanGroup: DiffieHellmanGroupConstructor;
1728
- interface DiffieHellmanGroupConstructor {
1729
- new(name: string): DiffieHellmanGroup;
1730
- (name: string): DiffieHellmanGroup;
1731
- readonly prototype: DiffieHellmanGroup;
1732
- }
1733
- type DiffieHellmanGroup = Omit<DiffieHellman, "setPublicKey" | "setPrivateKey">;
1734
- /**
1735
- * Creates a predefined `DiffieHellmanGroup` key exchange object. The
1736
- * supported groups are listed in the documentation for `DiffieHellmanGroup`.
1737
- *
1738
- * The returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing
1739
- * the keys (with `diffieHellman.setPublicKey()`, for example). The
1740
- * advantage of using this method is that the parties do not have to
1741
- * generate nor exchange a group modulus beforehand, saving both processor
1742
- * and communication time.
1743
- *
1744
- * Example (obtaining a shared secret):
1745
- *
1746
- * ```js
1747
- * const {
1748
- * getDiffieHellman,
1749
- * } = await import('node:crypto');
1750
- * const alice = getDiffieHellman('modp14');
1751
- * const bob = getDiffieHellman('modp14');
1752
- *
1753
- * alice.generateKeys();
1754
- * bob.generateKeys();
1755
- *
1756
- * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex');
1757
- * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex');
1758
- *
1759
- * // aliceSecret and bobSecret should be the same
1760
- * console.log(aliceSecret === bobSecret);
1761
- * ```
1762
- * @since v0.7.5
1763
- */
1764
- function getDiffieHellman(groupName: string): DiffieHellmanGroup;
1765
- /**
1766
- * An alias for {@link getDiffieHellman}
1767
- * @since v0.9.3
1768
- */
1769
- function createDiffieHellmanGroup(name: string): DiffieHellmanGroup;
1770
- /**
1771
- * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2)
1772
- * implementation. A selected HMAC digest algorithm specified by `digest` is
1773
- * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`.
1774
- *
1775
- * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an error occurs while deriving the key, `err` will be set;
1776
- * otherwise `err` will be `null`. By default, the successfully generated `derivedKey` will be passed to the callback as a `Buffer`. An error will be
1777
- * thrown if any of the input arguments specify invalid values or types.
1778
- *
1779
- * The `iterations` argument must be a number set as high as possible. The
1780
- * higher the number of iterations, the more secure the derived key will be,
1781
- * but will take a longer amount of time to complete.
1782
- *
1783
- * The `salt` should be as unique as possible. It is recommended that a salt is
1784
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
1785
- *
1786
- * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`.
1787
- *
1788
- * ```js
1789
- * const {
1790
- * pbkdf2,
1791
- * } = await import('node:crypto');
1792
- *
1793
- * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => {
1794
- * if (err) throw err;
1795
- * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae'
1796
- * });
1797
- * ```
1798
- *
1799
- * An array of supported digest functions can be retrieved using {@link getHashes}.
1800
- *
1801
- * This API uses libuv's threadpool, which can have surprising and
1802
- * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information.
1803
- * @since v0.5.5
1804
- */
1805
- function pbkdf2(
1806
- password: BinaryLike,
1807
- salt: BinaryLike,
1808
- iterations: number,
1809
- keylen: number,
1810
- digest: string,
1811
- callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
1812
- ): void;
1813
- /**
1814
- * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2)
1815
- * implementation. A selected HMAC digest algorithm specified by `digest` is
1816
- * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`.
1817
- *
1818
- * If an error occurs an `Error` will be thrown, otherwise the derived key will be
1819
- * returned as a `Buffer`.
1820
- *
1821
- * The `iterations` argument must be a number set as high as possible. The
1822
- * higher the number of iterations, the more secure the derived key will be,
1823
- * but will take a longer amount of time to complete.
1824
- *
1825
- * The `salt` should be as unique as possible. It is recommended that a salt is
1826
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
1827
- *
1828
- * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`.
1829
- *
1830
- * ```js
1831
- * const {
1832
- * pbkdf2Sync,
1833
- * } = await import('node:crypto');
1834
- *
1835
- * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512');
1836
- * console.log(key.toString('hex')); // '3745e48...08d59ae'
1837
- * ```
1838
- *
1839
- * An array of supported digest functions can be retrieved using {@link getHashes}.
1840
- * @since v0.9.3
1841
- */
1842
- function pbkdf2Sync(
1843
- password: BinaryLike,
1844
- salt: BinaryLike,
1845
- iterations: number,
1846
- keylen: number,
1847
- digest: string,
1848
- ): NonSharedBuffer;
1849
- /**
1850
- * Generates cryptographically strong pseudorandom data. The `size` argument
1851
- * is a number indicating the number of bytes to generate.
1852
- *
1853
- * If a `callback` function is provided, the bytes are generated asynchronously
1854
- * and the `callback` function is invoked with two arguments: `err` and `buf`.
1855
- * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The `buf` argument is a `Buffer` containing the generated bytes.
1856
- *
1857
- * ```js
1858
- * // Asynchronous
1859
- * const {
1860
- * randomBytes,
1861
- * } = await import('node:crypto');
1862
- *
1863
- * randomBytes(256, (err, buf) => {
1864
- * if (err) throw err;
1865
- * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`);
1866
- * });
1867
- * ```
1868
- *
1869
- * If the `callback` function is not provided, the random bytes are generated
1870
- * synchronously and returned as a `Buffer`. An error will be thrown if
1871
- * there is a problem generating the bytes.
1872
- *
1873
- * ```js
1874
- * // Synchronous
1875
- * const {
1876
- * randomBytes,
1877
- * } = await import('node:crypto');
1878
- *
1879
- * const buf = randomBytes(256);
1880
- * console.log(
1881
- * `${buf.length} bytes of random data: ${buf.toString('hex')}`);
1882
- * ```
1883
- *
1884
- * The `crypto.randomBytes()` method will not complete until there is
1885
- * sufficient entropy available.
1886
- * This should normally never take longer than a few milliseconds. The only time
1887
- * when generating the random bytes may conceivably block for a longer period of
1888
- * time is right after boot, when the whole system is still low on entropy.
1889
- *
1890
- * This API uses libuv's threadpool, which can have surprising and
1891
- * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information.
1892
- *
1893
- * The asynchronous version of `crypto.randomBytes()` is carried out in a single
1894
- * threadpool request. To minimize threadpool task length variation, partition
1895
- * large `randomBytes` requests when doing so as part of fulfilling a client
1896
- * request.
1897
- * @since v0.5.8
1898
- * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`.
1899
- * @return if the `callback` function is not provided.
1900
- */
1901
- function randomBytes(size: number): NonSharedBuffer;
1902
- function randomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void;
1903
- function pseudoRandomBytes(size: number): NonSharedBuffer;
1904
- function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void;
1905
- /**
1906
- * Return a random integer `n` such that `min <= n < max`. This
1907
- * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias).
1908
- *
1909
- * The range (`max - min`) must be less than 2**48. `min` and `max` must
1910
- * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger).
1911
- *
1912
- * If the `callback` function is not provided, the random integer is
1913
- * generated synchronously.
1914
- *
1915
- * ```js
1916
- * // Asynchronous
1917
- * const {
1918
- * randomInt,
1919
- * } = await import('node:crypto');
1920
- *
1921
- * randomInt(3, (err, n) => {
1922
- * if (err) throw err;
1923
- * console.log(`Random number chosen from (0, 1, 2): ${n}`);
1924
- * });
1925
- * ```
1926
- *
1927
- * ```js
1928
- * // Synchronous
1929
- * const {
1930
- * randomInt,
1931
- * } = await import('node:crypto');
1932
- *
1933
- * const n = randomInt(3);
1934
- * console.log(`Random number chosen from (0, 1, 2): ${n}`);
1935
- * ```
1936
- *
1937
- * ```js
1938
- * // With `min` argument
1939
- * const {
1940
- * randomInt,
1941
- * } = await import('node:crypto');
1942
- *
1943
- * const n = randomInt(1, 7);
1944
- * console.log(`The dice rolled: ${n}`);
1945
- * ```
1946
- * @since v14.10.0, v12.19.0
1947
- * @param [min=0] Start of random range (inclusive).
1948
- * @param max End of random range (exclusive).
1949
- * @param callback `function(err, n) {}`.
1950
- */
1951
- function randomInt(max: number): number;
1952
- function randomInt(min: number, max: number): number;
1953
- function randomInt(max: number, callback: (err: Error | null, value: number) => void): void;
1954
- function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void;
1955
- /**
1956
- * Synchronous version of {@link randomFill}.
1957
- *
1958
- * ```js
1959
- * import { Buffer } from 'node:buffer';
1960
- * const { randomFillSync } = await import('node:crypto');
1961
- *
1962
- * const buf = Buffer.alloc(10);
1963
- * console.log(randomFillSync(buf).toString('hex'));
1964
- *
1965
- * randomFillSync(buf, 5);
1966
- * console.log(buf.toString('hex'));
1967
- *
1968
- * // The above is equivalent to the following:
1969
- * randomFillSync(buf, 5, 5);
1970
- * console.log(buf.toString('hex'));
1971
- * ```
1972
- *
1973
- * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`.
1974
- *
1975
- * ```js
1976
- * import { Buffer } from 'node:buffer';
1977
- * const { randomFillSync } = await import('node:crypto');
1978
- *
1979
- * const a = new Uint32Array(10);
1980
- * console.log(Buffer.from(randomFillSync(a).buffer,
1981
- * a.byteOffset, a.byteLength).toString('hex'));
1982
- *
1983
- * const b = new DataView(new ArrayBuffer(10));
1984
- * console.log(Buffer.from(randomFillSync(b).buffer,
1985
- * b.byteOffset, b.byteLength).toString('hex'));
1986
- *
1987
- * const c = new ArrayBuffer(10);
1988
- * console.log(Buffer.from(randomFillSync(c)).toString('hex'));
1989
- * ```
1990
- * @since v7.10.0, v6.13.0
1991
- * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`.
1992
- * @param [offset=0]
1993
- * @param [size=buffer.length - offset]
1994
- * @return The object passed as `buffer` argument.
1995
- */
1996
- function randomFillSync<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number, size?: number): T;
1997
- /**
1998
- * This function is similar to {@link randomBytes} but requires the first
1999
- * argument to be a `Buffer` that will be filled. It also
2000
- * requires that a callback is passed in.
2001
- *
2002
- * If the `callback` function is not provided, an error will be thrown.
2003
- *
2004
- * ```js
2005
- * import { Buffer } from 'node:buffer';
2006
- * const { randomFill } = await import('node:crypto');
2007
- *
2008
- * const buf = Buffer.alloc(10);
2009
- * randomFill(buf, (err, buf) => {
2010
- * if (err) throw err;
2011
- * console.log(buf.toString('hex'));
2012
- * });
2013
- *
2014
- * randomFill(buf, 5, (err, buf) => {
2015
- * if (err) throw err;
2016
- * console.log(buf.toString('hex'));
2017
- * });
2018
- *
2019
- * // The above is equivalent to the following:
2020
- * randomFill(buf, 5, 5, (err, buf) => {
2021
- * if (err) throw err;
2022
- * console.log(buf.toString('hex'));
2023
- * });
2024
- * ```
2025
- *
2026
- * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as `buffer`.
2027
- *
2028
- * While this includes instances of `Float32Array` and `Float64Array`, this
2029
- * function should not be used to generate random floating-point numbers. The
2030
- * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array
2031
- * contains finite numbers only, they are not drawn from a uniform random
2032
- * distribution and have no meaningful lower or upper bounds.
2033
- *
2034
- * ```js
2035
- * import { Buffer } from 'node:buffer';
2036
- * const { randomFill } = await import('node:crypto');
2037
- *
2038
- * const a = new Uint32Array(10);
2039
- * randomFill(a, (err, buf) => {
2040
- * if (err) throw err;
2041
- * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength)
2042
- * .toString('hex'));
2043
- * });
2044
- *
2045
- * const b = new DataView(new ArrayBuffer(10));
2046
- * randomFill(b, (err, buf) => {
2047
- * if (err) throw err;
2048
- * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength)
2049
- * .toString('hex'));
2050
- * });
2051
- *
2052
- * const c = new ArrayBuffer(10);
2053
- * randomFill(c, (err, buf) => {
2054
- * if (err) throw err;
2055
- * console.log(Buffer.from(buf).toString('hex'));
2056
- * });
2057
- * ```
2058
- *
2059
- * This API uses libuv's threadpool, which can have surprising and
2060
- * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information.
2061
- *
2062
- * The asynchronous version of `crypto.randomFill()` is carried out in a single
2063
- * threadpool request. To minimize threadpool task length variation, partition
2064
- * large `randomFill` requests when doing so as part of fulfilling a client
2065
- * request.
2066
- * @since v7.10.0, v6.13.0
2067
- * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`.
2068
- * @param [offset=0]
2069
- * @param [size=buffer.length - offset]
2070
- * @param callback `function(err, buf) {}`.
2071
- */
2072
- function randomFill<T extends NodeJS.ArrayBufferView>(
2073
- buffer: T,
2074
- callback: (err: Error | null, buf: T) => void,
2075
- ): void;
2076
- function randomFill<T extends NodeJS.ArrayBufferView>(
2077
- buffer: T,
2078
- offset: number,
2079
- callback: (err: Error | null, buf: T) => void,
2080
- ): void;
2081
- function randomFill<T extends NodeJS.ArrayBufferView>(
2082
- buffer: T,
2083
- offset: number,
2084
- size: number,
2085
- callback: (err: Error | null, buf: T) => void,
2086
- ): void;
2087
- interface ScryptOptions {
2088
- cost?: number | undefined;
2089
- blockSize?: number | undefined;
2090
- parallelization?: number | undefined;
2091
- N?: number | undefined;
2092
- r?: number | undefined;
2093
- p?: number | undefined;
2094
- maxmem?: number | undefined;
2095
- }
2096
- /**
2097
- * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based
2098
- * key derivation function that is designed to be expensive computationally and
2099
- * memory-wise in order to make brute-force attacks unrewarding.
2100
- *
2101
- * The `salt` should be as unique as possible. It is recommended that a salt is
2102
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
2103
- *
2104
- * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`.
2105
- *
2106
- * The `callback` function is called with two arguments: `err` and `derivedKey`. `err` is an exception object when key derivation fails, otherwise `err` is `null`. `derivedKey` is passed to the
2107
- * callback as a `Buffer`.
2108
- *
2109
- * An exception is thrown when any of the input arguments specify invalid values
2110
- * or types.
2111
- *
2112
- * ```js
2113
- * const {
2114
- * scrypt,
2115
- * } = await import('node:crypto');
2116
- *
2117
- * // Using the factory defaults.
2118
- * scrypt('password', 'salt', 64, (err, derivedKey) => {
2119
- * if (err) throw err;
2120
- * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae'
2121
- * });
2122
- * // Using a custom N parameter. Must be a power of two.
2123
- * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => {
2124
- * if (err) throw err;
2125
- * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34'
2126
- * });
2127
- * ```
2128
- * @since v10.5.0
2129
- */
2130
- function scrypt(
2131
- password: BinaryLike,
2132
- salt: BinaryLike,
2133
- keylen: number,
2134
- callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
2135
- ): void;
2136
- function scrypt(
2137
- password: BinaryLike,
2138
- salt: BinaryLike,
2139
- keylen: number,
2140
- options: ScryptOptions,
2141
- callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
2142
- ): void;
2143
- /**
2144
- * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based
2145
- * key derivation function that is designed to be expensive computationally and
2146
- * memory-wise in order to make brute-force attacks unrewarding.
2147
- *
2148
- * The `salt` should be as unique as possible. It is recommended that a salt is
2149
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
2150
- *
2151
- * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`.
2152
- *
2153
- * An exception is thrown when key derivation fails, otherwise the derived key is
2154
- * returned as a `Buffer`.
2155
- *
2156
- * An exception is thrown when any of the input arguments specify invalid values
2157
- * or types.
2158
- *
2159
- * ```js
2160
- * const {
2161
- * scryptSync,
2162
- * } = await import('node:crypto');
2163
- * // Using the factory defaults.
2164
- *
2165
- * const key1 = scryptSync('password', 'salt', 64);
2166
- * console.log(key1.toString('hex')); // '3745e48...08d59ae'
2167
- * // Using a custom N parameter. Must be a power of two.
2168
- * const key2 = scryptSync('password', 'salt', 64, { N: 1024 });
2169
- * console.log(key2.toString('hex')); // '3745e48...aa39b34'
2170
- * ```
2171
- * @since v10.5.0
2172
- */
2173
- function scryptSync(
2174
- password: BinaryLike,
2175
- salt: BinaryLike,
2176
- keylen: number,
2177
- options?: ScryptOptions,
2178
- ): NonSharedBuffer;
2179
- interface RsaPublicKey {
2180
- key: KeyLike;
2181
- padding?: number | undefined;
2182
- }
2183
- interface RsaPrivateKey {
2184
- key: KeyLike;
2185
- passphrase?: string | undefined;
2186
- /**
2187
- * @default 'sha1'
2188
- */
2189
- oaepHash?: string | undefined;
2190
- oaepLabel?: NodeJS.TypedArray | undefined;
2191
- padding?: number | undefined;
2192
- }
2193
- /**
2194
- * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using
2195
- * the corresponding private key, for example using {@link privateDecrypt}.
2196
- *
2197
- * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an
2198
- * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`.
2199
- *
2200
- * Because RSA public keys can be derived from private keys, a private key may
2201
- * be passed instead of a public key.
2202
- * @since v0.11.14
2203
- */
2204
- function publicEncrypt(
2205
- key: RsaPublicKey | RsaPrivateKey | KeyLike,
2206
- buffer: NodeJS.ArrayBufferView | string,
2207
- ): NonSharedBuffer;
2208
- /**
2209
- * Decrypts `buffer` with `key`.`buffer` was previously encrypted using
2210
- * the corresponding private key, for example using {@link privateEncrypt}.
2211
- *
2212
- * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an
2213
- * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`.
2214
- *
2215
- * Because RSA public keys can be derived from private keys, a private key may
2216
- * be passed instead of a public key.
2217
- * @since v1.1.0
2218
- */
2219
- function publicDecrypt(
2220
- key: RsaPublicKey | RsaPrivateKey | KeyLike,
2221
- buffer: NodeJS.ArrayBufferView | string,
2222
- ): NonSharedBuffer;
2223
- /**
2224
- * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using
2225
- * the corresponding public key, for example using {@link publicEncrypt}.
2226
- *
2227
- * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an
2228
- * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`.
2229
- * @since v0.11.14
2230
- */
2231
- function privateDecrypt(
2232
- privateKey: RsaPrivateKey | KeyLike,
2233
- buffer: NodeJS.ArrayBufferView | string,
2234
- ): NonSharedBuffer;
2235
- /**
2236
- * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using
2237
- * the corresponding public key, for example using {@link publicDecrypt}.
2238
- *
2239
- * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an
2240
- * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`.
2241
- * @since v1.1.0
2242
- */
2243
- function privateEncrypt(
2244
- privateKey: RsaPrivateKey | KeyLike,
2245
- buffer: NodeJS.ArrayBufferView | string,
2246
- ): NonSharedBuffer;
2247
- /**
2248
- * ```js
2249
- * const {
2250
- * getCiphers,
2251
- * } = await import('node:crypto');
2252
- *
2253
- * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...]
2254
- * ```
2255
- * @since v0.9.3
2256
- * @return An array with the names of the supported cipher algorithms.
2257
- */
2258
- function getCiphers(): string[];
2259
- /**
2260
- * ```js
2261
- * const {
2262
- * getCurves,
2263
- * } = await import('node:crypto');
2264
- *
2265
- * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...]
2266
- * ```
2267
- * @since v2.3.0
2268
- * @return An array with the names of the supported elliptic curves.
2269
- */
2270
- function getCurves(): string[];
2271
- /**
2272
- * @since v10.0.0
2273
- * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}.
2274
- */
2275
- function getFips(): 1 | 0;
2276
- /**
2277
- * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build.
2278
- * Throws an error if FIPS mode is not available.
2279
- * @since v10.0.0
2280
- * @param bool `true` to enable FIPS mode.
2281
- */
2282
- function setFips(bool: boolean): void;
2283
- /**
2284
- * ```js
2285
- * const {
2286
- * getHashes,
2287
- * } = await import('node:crypto');
2288
- *
2289
- * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
2290
- * ```
2291
- * @since v0.9.3
2292
- * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms.
2293
- */
2294
- function getHashes(): string[];
2295
- /**
2296
- * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH)
2297
- * key exchanges.
2298
- *
2299
- * Instances of the `ECDH` class can be created using the {@link createECDH} function.
2300
- *
2301
- * ```js
2302
- * import assert from 'node:assert';
2303
- *
2304
- * const {
2305
- * createECDH,
2306
- * } = await import('node:crypto');
2307
- *
2308
- * // Generate Alice's keys...
2309
- * const alice = createECDH('secp521r1');
2310
- * const aliceKey = alice.generateKeys();
2311
- *
2312
- * // Generate Bob's keys...
2313
- * const bob = createECDH('secp521r1');
2314
- * const bobKey = bob.generateKeys();
2315
- *
2316
- * // Exchange and generate the secret...
2317
- * const aliceSecret = alice.computeSecret(bobKey);
2318
- * const bobSecret = bob.computeSecret(aliceKey);
2319
- *
2320
- * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex'));
2321
- * // OK
2322
- * ```
2323
- * @since v0.11.14
2324
- */
2325
- class ECDH {
2326
- private constructor();
2327
- /**
2328
- * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the
2329
- * format specified by `format`. The `format` argument specifies point encoding
2330
- * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is
2331
- * interpreted using the specified `inputEncoding`, and the returned key is encoded
2332
- * using the specified `outputEncoding`.
2333
- *
2334
- * Use {@link getCurves} to obtain a list of available curve names.
2335
- * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display
2336
- * the name and description of each available elliptic curve.
2337
- *
2338
- * If `format` is not specified the point will be returned in `'uncompressed'` format.
2339
- *
2340
- * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`, `TypedArray`, or `DataView`.
2341
- *
2342
- * Example (uncompressing a key):
2343
- *
2344
- * ```js
2345
- * const {
2346
- * createECDH,
2347
- * ECDH,
2348
- * } = await import('node:crypto');
2349
- *
2350
- * const ecdh = createECDH('secp256k1');
2351
- * ecdh.generateKeys();
2352
- *
2353
- * const compressedKey = ecdh.getPublicKey('hex', 'compressed');
2354
- *
2355
- * const uncompressedKey = ECDH.convertKey(compressedKey,
2356
- * 'secp256k1',
2357
- * 'hex',
2358
- * 'hex',
2359
- * 'uncompressed');
2360
- *
2361
- * // The converted key and the uncompressed public key should be the same
2362
- * console.log(uncompressedKey === ecdh.getPublicKey('hex'));
2363
- * ```
2364
- * @since v10.0.0
2365
- * @param inputEncoding The `encoding` of the `key` string.
2366
- * @param outputEncoding The `encoding` of the return value.
2367
- * @param [format='uncompressed']
2368
- */
2369
- static convertKey(
2370
- key: BinaryLike,
2371
- curve: string,
2372
- inputEncoding?: BinaryToTextEncoding,
2373
- outputEncoding?: "latin1" | "hex" | "base64" | "base64url",
2374
- format?: "uncompressed" | "compressed" | "hybrid",
2375
- ): NonSharedBuffer | string;
2376
- /**
2377
- * Generates private and public EC Diffie-Hellman key values, and returns
2378
- * the public key in the specified `format` and `encoding`. This key should be
2379
- * transferred to the other party.
2380
- *
2381
- * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format.
2382
- *
2383
- * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned.
2384
- * @since v0.11.14
2385
- * @param encoding The `encoding` of the return value.
2386
- * @param [format='uncompressed']
2387
- */
2388
- generateKeys(): NonSharedBuffer;
2389
- generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string;
2390
- /**
2391
- * Computes the shared secret using `otherPublicKey` as the other
2392
- * party's public key and returns the computed shared secret. The supplied
2393
- * key is interpreted using specified `inputEncoding`, and the returned secret
2394
- * is encoded using the specified `outputEncoding`.
2395
- * If the `inputEncoding` is not
2396
- * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`.
2397
- *
2398
- * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned.
2399
- *
2400
- * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey` lies outside of the elliptic curve. Since `otherPublicKey` is
2401
- * usually supplied from a remote user over an insecure network,
2402
- * be sure to handle this exception accordingly.
2403
- * @since v0.11.14
2404
- * @param inputEncoding The `encoding` of the `otherPublicKey` string.
2405
- * @param outputEncoding The `encoding` of the return value.
2406
- */
2407
- computeSecret(otherPublicKey: NodeJS.ArrayBufferView): NonSharedBuffer;
2408
- computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): NonSharedBuffer;
2409
- computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string;
2410
- computeSecret(
2411
- otherPublicKey: string,
2412
- inputEncoding: BinaryToTextEncoding,
2413
- outputEncoding: BinaryToTextEncoding,
2414
- ): string;
2415
- /**
2416
- * If `encoding` is specified, a string is returned; otherwise a `Buffer` is
2417
- * returned.
2418
- * @since v0.11.14
2419
- * @param encoding The `encoding` of the return value.
2420
- * @return The EC Diffie-Hellman in the specified `encoding`.
2421
- */
2422
- getPrivateKey(): NonSharedBuffer;
2423
- getPrivateKey(encoding: BinaryToTextEncoding): string;
2424
- /**
2425
- * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format.
2426
- *
2427
- * If `encoding` is specified, a string is returned; otherwise a `Buffer` is
2428
- * returned.
2429
- * @since v0.11.14
2430
- * @param encoding The `encoding` of the return value.
2431
- * @param [format='uncompressed']
2432
- * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`.
2433
- */
2434
- getPublicKey(encoding?: null, format?: ECDHKeyFormat): NonSharedBuffer;
2435
- getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string;
2436
- /**
2437
- * Sets the EC Diffie-Hellman private key.
2438
- * If `encoding` is provided, `privateKey` is expected
2439
- * to be a string; otherwise `privateKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`.
2440
- *
2441
- * If `privateKey` is not valid for the curve specified when the `ECDH` object was
2442
- * created, an error is thrown. Upon setting the private key, the associated
2443
- * public point (key) is also generated and set in the `ECDH` object.
2444
- * @since v0.11.14
2445
- * @param encoding The `encoding` of the `privateKey` string.
2446
- */
2447
- setPrivateKey(privateKey: NodeJS.ArrayBufferView): void;
2448
- setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void;
2449
- }
2450
- /**
2451
- * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a
2452
- * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent
2453
- * OpenSSL releases, `openssl ecparam -list_curves` will also display the name
2454
- * and description of each available elliptic curve.
2455
- * @since v0.11.14
2456
- */
2457
- function createECDH(curveName: string): ECDH;
2458
- /**
2459
- * This function compares the underlying bytes that represent the given `ArrayBuffer`, `TypedArray`, or `DataView` instances using a constant-time
2460
- * algorithm.
2461
- *
2462
- * This function does not leak timing information that
2463
- * would allow an attacker to guess one of the values. This is suitable for
2464
- * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/).
2465
- *
2466
- * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they
2467
- * must have the same byte length. An error is thrown if `a` and `b` have
2468
- * different byte lengths.
2469
- *
2470
- * If at least one of `a` and `b` is a `TypedArray` with more than one byte per
2471
- * entry, such as `Uint16Array`, the result will be computed using the platform
2472
- * byte order.
2473
- *
2474
- * **When both of the inputs are `Float32Array`s or `Float64Array`s, this function might return unexpected results due to IEEE 754**
2475
- * **encoding of floating-point numbers. In particular, neither `x === y` nor `Object.is(x, y)` implies that the byte representations of two floating-point**
2476
- * **numbers `x` and `y` are equal.**
2477
- *
2478
- * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code
2479
- * is timing-safe. Care should be taken to ensure that the surrounding code does
2480
- * not introduce timing vulnerabilities.
2481
- * @since v6.6.0
2482
- */
2483
- function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean;
2484
- interface DHKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2485
- /**
2486
- * The prime parameter
2487
- */
2488
- prime?: Buffer | undefined;
2489
- /**
2490
- * Prime length in bits
2491
- */
2492
- primeLength?: number | undefined;
2493
- /**
2494
- * Custom generator
2495
- * @default 2
2496
- */
2497
- generator?: number | undefined;
2498
- /**
2499
- * Diffie-Hellman group name
2500
- * @see {@link getDiffieHellman}
2501
- */
2502
- groupName?: string | undefined;
2503
- }
2504
- interface DSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2505
- /**
2506
- * Key size in bits
2507
- */
2508
- modulusLength: number;
2509
- /**
2510
- * Size of q in bits
2511
- */
2512
- divisorLength: number;
2513
- }
2514
- interface ECKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8" | "sec1"> {
2515
- /**
2516
- * Name of the curve to use
2517
- */
2518
- namedCurve: string;
2519
- /**
2520
- * Must be `'named'` or `'explicit'`
2521
- * @default 'named'
2522
- */
2523
- paramEncoding?: "explicit" | "named" | undefined;
2524
- }
2525
- interface ED25519KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2526
- interface ED448KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2527
- interface MLDSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2528
- interface MLKEMKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2529
- interface RSAPSSKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {
2530
- /**
2531
- * Key size in bits
2532
- */
2533
- modulusLength: number;
2534
- /**
2535
- * Public exponent
2536
- * @default 0x10001
2537
- */
2538
- publicExponent?: number | undefined;
2539
- /**
2540
- * Name of the message digest
2541
- */
2542
- hashAlgorithm?: string | undefined;
2543
- /**
2544
- * Name of the message digest used by MGF1
2545
- */
2546
- mgf1HashAlgorithm?: string | undefined;
2547
- /**
2548
- * Minimal salt length in bytes
2549
- */
2550
- saltLength?: string | undefined;
2551
- }
2552
- interface RSAKeyPairOptions extends KeyPairExportOptions<"pkcs1" | "spki", "pkcs1" | "pkcs8"> {
2553
- /**
2554
- * Key size in bits
2555
- */
2556
- modulusLength: number;
2557
- /**
2558
- * Public exponent
2559
- * @default 0x10001
2560
- */
2561
- publicExponent?: number | undefined;
2562
- }
2563
- interface SLHDSAKeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2564
- interface X25519KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2565
- interface X448KeyPairOptions extends KeyPairExportOptions<"spki", "pkcs8"> {}
2566
- /**
2567
- * Generates a new asymmetric key pair of the given `type`. See the
2568
- * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2569
- *
2570
- * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
2571
- * behaves as if `keyObject.export()` had been called on its result. Otherwise,
2572
- * the respective part of the key is returned as a `KeyObject`.
2573
- *
2574
- * When encoding public keys, it is recommended to use `'spki'`. When encoding
2575
- * private keys, it is recommended to use `'pkcs8'` with a strong passphrase,
2576
- * and to keep the passphrase confidential.
2577
- *
2578
- * ```js
2579
- * const {
2580
- * generateKeyPairSync,
2581
- * } = await import('node:crypto');
2582
- *
2583
- * const {
2584
- * publicKey,
2585
- * privateKey,
2586
- * } = generateKeyPairSync('rsa', {
2587
- * modulusLength: 4096,
2588
- * publicKeyEncoding: {
2589
- * type: 'spki',
2590
- * format: 'pem',
2591
- * },
2592
- * privateKeyEncoding: {
2593
- * type: 'pkcs8',
2594
- * format: 'pem',
2595
- * cipher: 'aes-256-cbc',
2596
- * passphrase: 'top secret',
2597
- * },
2598
- * });
2599
- * ```
2600
- *
2601
- * The return value `{ publicKey, privateKey }` represents the generated key pair.
2602
- * When PEM encoding was selected, the respective key will be a string, otherwise
2603
- * it will be a buffer containing the data encoded as DER.
2604
- * @since v10.12.0
2605
- * @param type The asymmetric key type to generate. See the
2606
- * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2607
- */
2608
- function generateKeyPairSync<T extends DHKeyPairOptions>(
2609
- type: "dh",
2610
- options: T,
2611
- ): KeyPairExportResult<T>;
2612
- function generateKeyPairSync<T extends DSAKeyPairOptions>(
2613
- type: "dsa",
2614
- options: T,
2615
- ): KeyPairExportResult<T>;
2616
- function generateKeyPairSync<T extends ECKeyPairOptions>(
2617
- type: "ec",
2618
- options: T,
2619
- ): KeyPairExportResult<T>;
2620
- function generateKeyPairSync<T extends ED25519KeyPairOptions = {}>(
2621
- type: "ed25519",
2622
- options?: T,
2623
- ): KeyPairExportResult<T>;
2624
- function generateKeyPairSync<T extends ED448KeyPairOptions = {}>(
2625
- type: "ed448",
2626
- options?: T,
2627
- ): KeyPairExportResult<T>;
2628
- function generateKeyPairSync<T extends MLDSAKeyPairOptions = {}>(
2629
- type: MLDSAKeyType,
2630
- options?: T,
2631
- ): KeyPairExportResult<T>;
2632
- function generateKeyPairSync<T extends MLKEMKeyPairOptions = {}>(
2633
- type: MLKEMKeyType,
2634
- options?: T,
2635
- ): KeyPairExportResult<T>;
2636
- function generateKeyPairSync<T extends RSAPSSKeyPairOptions>(
2637
- type: "rsa-pss",
2638
- options: T,
2639
- ): KeyPairExportResult<T>;
2640
- function generateKeyPairSync<T extends RSAKeyPairOptions>(
2641
- type: "rsa",
2642
- options: T,
2643
- ): KeyPairExportResult<T>;
2644
- function generateKeyPairSync<T extends SLHDSAKeyPairOptions = {}>(
2645
- type: SLHDSAKeyType,
2646
- options?: T,
2647
- ): KeyPairExportResult<T>;
2648
- function generateKeyPairSync<T extends X25519KeyPairOptions = {}>(
2649
- type: "x25519",
2650
- options?: T,
2651
- ): KeyPairExportResult<T>;
2652
- function generateKeyPairSync<T extends X448KeyPairOptions = {}>(
2653
- type: "x448",
2654
- options?: T,
2655
- ): KeyPairExportResult<T>;
2656
- /**
2657
- * Generates a new asymmetric key pair of the given `type`. See the
2658
- * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2659
- *
2660
- * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
2661
- * behaves as if `keyObject.export()` had been called on its result. Otherwise,
2662
- * the respective part of the key is returned as a `KeyObject`.
2663
- *
2664
- * It is recommended to encode public keys as `'spki'` and private keys as `'pkcs8'` with encryption for long-term storage:
2665
- *
2666
- * ```js
2667
- * const {
2668
- * generateKeyPair,
2669
- * } = await import('node:crypto');
2670
- *
2671
- * generateKeyPair('rsa', {
2672
- * modulusLength: 4096,
2673
- * publicKeyEncoding: {
2674
- * type: 'spki',
2675
- * format: 'pem',
2676
- * },
2677
- * privateKeyEncoding: {
2678
- * type: 'pkcs8',
2679
- * format: 'pem',
2680
- * cipher: 'aes-256-cbc',
2681
- * passphrase: 'top secret',
2682
- * },
2683
- * }, (err, publicKey, privateKey) => {
2684
- * // Handle errors and use the generated key pair.
2685
- * });
2686
- * ```
2687
- *
2688
- * On completion, `callback` will be called with `err` set to `undefined` and `publicKey` / `privateKey` representing the generated key pair.
2689
- *
2690
- * If this method is invoked as its `util.promisify()` ed version, it returns
2691
- * a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
2692
- * @since v10.12.0
2693
- * @param type The asymmetric key type to generate. See the
2694
- * supported [asymmetric key types](https://nodejs.org/docs/latest-v25.x/api/crypto.html#asymmetric-key-types).
2695
- */
2696
- function generateKeyPair<T extends DHKeyPairOptions>(
2697
- type: "dh",
2698
- options: T,
2699
- callback: KeyPairExportCallback<T>,
2700
- ): void;
2701
- function generateKeyPair<T extends DSAKeyPairOptions>(
2702
- type: "dsa",
2703
- options: T,
2704
- callback: KeyPairExportCallback<T>,
2705
- ): void;
2706
- function generateKeyPair<T extends ECKeyPairOptions>(
2707
- type: "ec",
2708
- options: T,
2709
- callback: KeyPairExportCallback<T>,
2710
- ): void;
2711
- function generateKeyPair<T extends ED25519KeyPairOptions = {}>(
2712
- type: "ed25519",
2713
- options: T | undefined,
2714
- callback: KeyPairExportCallback<T>,
2715
- ): void;
2716
- function generateKeyPair<T extends ED448KeyPairOptions = {}>(
2717
- type: "ed448",
2718
- options: T | undefined,
2719
- callback: KeyPairExportCallback<T>,
2720
- ): void;
2721
- function generateKeyPair<T extends MLDSAKeyPairOptions = {}>(
2722
- type: MLDSAKeyType,
2723
- options: T | undefined,
2724
- callback: KeyPairExportCallback<T>,
2725
- ): void;
2726
- function generateKeyPair<T extends MLKEMKeyPairOptions = {}>(
2727
- type: MLKEMKeyType,
2728
- options: T | undefined,
2729
- callback: KeyPairExportCallback<T>,
2730
- ): void;
2731
- function generateKeyPair<T extends RSAPSSKeyPairOptions>(
2732
- type: "rsa-pss",
2733
- options: T,
2734
- callback: KeyPairExportCallback<T>,
2735
- ): void;
2736
- function generateKeyPair<T extends RSAKeyPairOptions>(
2737
- type: "rsa",
2738
- options: T,
2739
- callback: KeyPairExportCallback<T>,
2740
- ): void;
2741
- function generateKeyPair<T extends SLHDSAKeyPairOptions = {}>(
2742
- type: SLHDSAKeyType,
2743
- options: T | undefined,
2744
- callback: KeyPairExportCallback<T>,
2745
- ): void;
2746
- function generateKeyPair<T extends X25519KeyPairOptions = {}>(
2747
- type: "x25519",
2748
- options: T | undefined,
2749
- callback: KeyPairExportCallback<T>,
2750
- ): void;
2751
- function generateKeyPair<T extends X448KeyPairOptions = {}>(
2752
- type: "x448",
2753
- options: T | undefined,
2754
- callback: KeyPairExportCallback<T>,
2755
- ): void;
2756
- namespace generateKeyPair {
2757
- function __promisify__<T extends DHKeyPairOptions>(
2758
- type: "dh",
2759
- options: T,
2760
- ): Promise<KeyPairExportResult<T>>;
2761
- function __promisify__<T extends DSAKeyPairOptions>(
2762
- type: "dsa",
2763
- options: T,
2764
- ): Promise<KeyPairExportResult<T>>;
2765
- function __promisify__<T extends ECKeyPairOptions>(
2766
- type: "ec",
2767
- options: T,
2768
- ): Promise<KeyPairExportResult<T>>;
2769
- function __promisify__<T extends ED25519KeyPairOptions = {}>(
2770
- type: "ed25519",
2771
- options?: T,
2772
- ): Promise<KeyPairExportResult<T>>;
2773
- function __promisify__<T extends ED448KeyPairOptions = {}>(
2774
- type: "ed448",
2775
- options?: T,
2776
- ): Promise<KeyPairExportResult<T>>;
2777
- function __promisify__<T extends MLDSAKeyPairOptions = {}>(
2778
- type: MLDSAKeyType,
2779
- options?: T,
2780
- ): Promise<KeyPairExportResult<T>>;
2781
- function __promisify__<T extends MLKEMKeyPairOptions = {}>(
2782
- type: MLKEMKeyType,
2783
- options?: T,
2784
- ): Promise<KeyPairExportResult<T>>;
2785
- function __promisify__<T extends RSAPSSKeyPairOptions>(
2786
- type: "rsa-pss",
2787
- options: T,
2788
- ): Promise<KeyPairExportResult<T>>;
2789
- function __promisify__<T extends RSAKeyPairOptions>(
2790
- type: "rsa",
2791
- options: T,
2792
- ): Promise<KeyPairExportResult<T>>;
2793
- function __promisify__<T extends SLHDSAKeyPairOptions = {}>(
2794
- type: SLHDSAKeyType,
2795
- options?: T,
2796
- ): Promise<KeyPairExportResult<T>>;
2797
- function __promisify__<T extends X25519KeyPairOptions = {}>(
2798
- type: "x25519",
2799
- options?: T,
2800
- ): Promise<KeyPairExportResult<T>>;
2801
- function __promisify__<T extends X448KeyPairOptions = {}>(
2802
- type: "x448",
2803
- options?: T,
2804
- ): Promise<KeyPairExportResult<T>>;
2805
- }
2806
- /**
2807
- * Calculates and returns the signature for `data` using the given private key and
2808
- * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is
2809
- * dependent upon the key type.
2810
- *
2811
- * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
2812
- * ML-DSA.
2813
- *
2814
- * If `key` is not a `KeyObject`, this function behaves as if `key` had been
2815
- * passed to {@link createPrivateKey}. If it is an object, the following
2816
- * additional properties can be passed:
2817
- *
2818
- * If the `callback` function is provided this function uses libuv's threadpool.
2819
- * @since v12.0.0
2820
- */
2821
- function sign(
2822
- algorithm: string | null | undefined,
2823
- data: NodeJS.ArrayBufferView,
2824
- key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
2825
- ): NonSharedBuffer;
2826
- function sign(
2827
- algorithm: string | null | undefined,
2828
- data: NodeJS.ArrayBufferView,
2829
- key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput,
2830
- callback: (error: Error | null, data: NonSharedBuffer) => void,
2831
- ): void;
2832
- /**
2833
- * Verifies the given signature for `data` using the given key and algorithm. If
2834
- * `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the
2835
- * key type.
2836
- *
2837
- * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
2838
- * ML-DSA.
2839
- *
2840
- * If `key` is not a `KeyObject`, this function behaves as if `key` had been
2841
- * passed to {@link createPublicKey}. If it is an object, the following
2842
- * additional properties can be passed:
2843
- *
2844
- * The `signature` argument is the previously calculated signature for the `data`.
2845
- *
2846
- * Because public keys can be derived from private keys, a private key or a public
2847
- * key may be passed for `key`.
2848
- *
2849
- * If the `callback` function is provided this function uses libuv's threadpool.
2850
- * @since v12.0.0
2851
- */
2852
- function verify(
2853
- algorithm: string | null | undefined,
2854
- data: NodeJS.ArrayBufferView,
2855
- key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput,
2856
- signature: NodeJS.ArrayBufferView,
2857
- ): boolean;
2858
- function verify(
2859
- algorithm: string | null | undefined,
2860
- data: NodeJS.ArrayBufferView,
2861
- key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput,
2862
- signature: NodeJS.ArrayBufferView,
2863
- callback: (error: Error | null, result: boolean) => void,
2864
- ): void;
2865
- /**
2866
- * Key decapsulation using a KEM algorithm with a private key.
2867
- *
2868
- * Supported key types and their KEM algorithms are:
2869
- *
2870
- * * `'rsa'` RSA Secret Value Encapsulation
2871
- * * `'ec'` DHKEM(P-256, HKDF-SHA256), DHKEM(P-384, HKDF-SHA256), DHKEM(P-521, HKDF-SHA256)
2872
- * * `'x25519'` DHKEM(X25519, HKDF-SHA256)
2873
- * * `'x448'` DHKEM(X448, HKDF-SHA512)
2874
- * * `'ml-kem-512'` ML-KEM
2875
- * * `'ml-kem-768'` ML-KEM
2876
- * * `'ml-kem-1024'` ML-KEM
2877
- *
2878
- * If `key` is not a {@link KeyObject}, this function behaves as if `key` had been
2879
- * passed to `crypto.createPrivateKey()`.
2880
- *
2881
- * If the `callback` function is provided this function uses libuv's threadpool.
2882
- * @since v24.7.0
2883
- */
2884
- function decapsulate(
2885
- key: KeyLike | PrivateKeyInput | JsonWebKeyInput,
2886
- ciphertext: ArrayBuffer | NodeJS.ArrayBufferView,
2887
- ): NonSharedBuffer;
2888
- function decapsulate(
2889
- key: KeyLike | PrivateKeyInput | JsonWebKeyInput,
2890
- ciphertext: ArrayBuffer | NodeJS.ArrayBufferView,
2891
- callback: (err: Error, sharedKey: NonSharedBuffer) => void,
2892
- ): void;
2893
- /**
2894
- * Computes the Diffie-Hellman shared secret based on a `privateKey` and a `publicKey`.
2895
- * Both keys must have the same `asymmetricKeyType` and must support either the DH or
2896
- * ECDH operation.
2897
- *
2898
- * If the `callback` function is provided this function uses libuv's threadpool.
2899
- * @since v13.9.0, v12.17.0
2900
- */
2901
- function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): NonSharedBuffer;
2902
- function diffieHellman(
2903
- options: { privateKey: KeyObject; publicKey: KeyObject },
2904
- callback: (err: Error | null, secret: NonSharedBuffer) => void,
2905
- ): void;
2906
- /**
2907
- * Key encapsulation using a KEM algorithm with a public key.
2908
- *
2909
- * Supported key types and their KEM algorithms are:
2910
- *
2911
- * * `'rsa'` RSA Secret Value Encapsulation
2912
- * * `'ec'` DHKEM(P-256, HKDF-SHA256), DHKEM(P-384, HKDF-SHA256), DHKEM(P-521, HKDF-SHA256)
2913
- * * `'x25519'` DHKEM(X25519, HKDF-SHA256)
2914
- * * `'x448'` DHKEM(X448, HKDF-SHA512)
2915
- * * `'ml-kem-512'` ML-KEM
2916
- * * `'ml-kem-768'` ML-KEM
2917
- * * `'ml-kem-1024'` ML-KEM
2918
- *
2919
- * If `key` is not a {@link KeyObject}, this function behaves as if `key` had been
2920
- * passed to `crypto.createPublicKey()`.
2921
- *
2922
- * If the `callback` function is provided this function uses libuv's threadpool.
2923
- * @since v24.7.0
2924
- */
2925
- function encapsulate(
2926
- key: KeyLike | PublicKeyInput | JsonWebKeyInput,
2927
- ): { sharedKey: NonSharedBuffer; ciphertext: NonSharedBuffer };
2928
- function encapsulate(
2929
- key: KeyLike | PublicKeyInput | JsonWebKeyInput,
2930
- callback: (err: Error, result: { sharedKey: NonSharedBuffer; ciphertext: NonSharedBuffer }) => void,
2931
- ): void;
2932
- interface OneShotDigestOptions {
2933
- /**
2934
- * Encoding used to encode the returned digest.
2935
- * @default 'hex'
2936
- */
2937
- outputEncoding?: BinaryToTextEncoding | "buffer" | undefined;
2938
- /**
2939
- * For XOF hash functions such as 'shake256', the outputLength option
2940
- * can be used to specify the desired output length in bytes.
2941
- */
2942
- outputLength?: number | undefined;
2943
- }
2944
- interface OneShotDigestOptionsWithStringEncoding extends OneShotDigestOptions {
2945
- outputEncoding?: BinaryToTextEncoding | undefined;
2946
- }
2947
- interface OneShotDigestOptionsWithBufferEncoding extends OneShotDigestOptions {
2948
- outputEncoding: "buffer";
2949
- }
2950
- /**
2951
- * A utility for creating one-shot hash digests of data. It can be faster than
2952
- * the object-based `crypto.createHash()` when hashing a smaller amount of data
2953
- * (<= 5MB) that's readily available. If the data can be big or if it is streamed,
2954
- * it's still recommended to use `crypto.createHash()` instead.
2955
- *
2956
- * The `algorithm` is dependent on the available algorithms supported by the
2957
- * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
2958
- * On recent releases of OpenSSL, `openssl list -digest-algorithms` will
2959
- * display the available digest algorithms.
2960
- *
2961
- * If `options` is a string, then it specifies the `outputEncoding`.
2962
- *
2963
- * Example:
2964
- *
2965
- * ```js
2966
- * import crypto from 'node:crypto';
2967
- * import { Buffer } from 'node:buffer';
2968
- *
2969
- * // Hashing a string and return the result as a hex-encoded string.
2970
- * const string = 'Node.js';
2971
- * // 10b3493287f831e81a438811a1ffba01f8cec4b7
2972
- * console.log(crypto.hash('sha1', string));
2973
- *
2974
- * // Encode a base64-encoded string into a Buffer, hash it and return
2975
- * // the result as a buffer.
2976
- * const base64 = 'Tm9kZS5qcw==';
2977
- * // <Buffer 10 b3 49 32 87 f8 31 e8 1a 43 88 11 a1 ff ba 01 f8 ce c4 b7>
2978
- * console.log(crypto.hash('sha1', Buffer.from(base64, 'base64'), 'buffer'));
2979
- * ```
2980
- * @since v21.7.0, v20.12.0
2981
- * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different
2982
- * input encoding is desired for a string input, user could encode the string
2983
- * into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing
2984
- * the encoded `TypedArray` into this API instead.
2985
- */
2986
- function hash(
2987
- algorithm: string,
2988
- data: BinaryLike,
2989
- options?: OneShotDigestOptionsWithStringEncoding | BinaryToTextEncoding,
2990
- ): string;
2991
- function hash(
2992
- algorithm: string,
2993
- data: BinaryLike,
2994
- options: OneShotDigestOptionsWithBufferEncoding | "buffer",
2995
- ): NonSharedBuffer;
2996
- function hash(
2997
- algorithm: string,
2998
- data: BinaryLike,
2999
- options: OneShotDigestOptions | BinaryToTextEncoding | "buffer",
3000
- ): string | NonSharedBuffer;
3001
- type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts";
3002
- interface CipherInfoOptions {
3003
- /**
3004
- * A test key length.
3005
- */
3006
- keyLength?: number | undefined;
3007
- /**
3008
- * A test IV length.
3009
- */
3010
- ivLength?: number | undefined;
3011
- }
3012
- interface CipherInfo {
3013
- /**
3014
- * The name of the cipher.
3015
- */
3016
- name: string;
3017
- /**
3018
- * The nid of the cipher.
3019
- */
3020
- nid: number;
3021
- /**
3022
- * The block size of the cipher in bytes.
3023
- * This property is omitted when mode is 'stream'.
3024
- */
3025
- blockSize?: number | undefined;
3026
- /**
3027
- * The expected or default initialization vector length in bytes.
3028
- * This property is omitted if the cipher does not use an initialization vector.
3029
- */
3030
- ivLength?: number | undefined;
3031
- /**
3032
- * The expected or default key length in bytes.
3033
- */
3034
- keyLength: number;
3035
- /**
3036
- * The cipher mode.
3037
- */
3038
- mode: CipherMode;
3039
- }
3040
- /**
3041
- * Returns information about a given cipher.
3042
- *
3043
- * Some ciphers accept variable length keys and initialization vectors. By default,
3044
- * the `crypto.getCipherInfo()` method will return the default values for these
3045
- * ciphers. To test if a given key length or iv length is acceptable for given
3046
- * cipher, use the `keyLength` and `ivLength` options. If the given values are
3047
- * unacceptable, `undefined` will be returned.
3048
- * @since v15.0.0
3049
- * @param nameOrNid The name or nid of the cipher to query.
3050
- */
3051
- function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined;
3052
- /**
3053
- * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes.
3054
- *
3055
- * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an errors occurs while deriving the key, `err` will be set;
3056
- * otherwise `err` will be `null`. The successfully generated `derivedKey` will
3057
- * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any
3058
- * of the input arguments specify invalid values or types.
3059
- *
3060
- * ```js
3061
- * import { Buffer } from 'node:buffer';
3062
- * const {
3063
- * hkdf,
3064
- * } = await import('node:crypto');
3065
- *
3066
- * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => {
3067
- * if (err) throw err;
3068
- * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653'
3069
- * });
3070
- * ```
3071
- * @since v15.0.0
3072
- * @param digest The digest algorithm to use.
3073
- * @param ikm The input keying material. Must be provided but can be zero-length.
3074
- * @param salt The salt value. Must be provided but can be zero-length.
3075
- * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes.
3076
- * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512`
3077
- * generates 64-byte hashes, making the maximum HKDF output 16320 bytes).
3078
- */
3079
- function hkdf(
3080
- digest: string,
3081
- irm: BinaryLike | KeyObject,
3082
- salt: BinaryLike,
3083
- info: BinaryLike,
3084
- keylen: number,
3085
- callback: (err: Error | null, derivedKey: ArrayBuffer) => void,
3086
- ): void;
3087
- /**
3088
- * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The
3089
- * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes.
3090
- *
3091
- * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer).
3092
- *
3093
- * An error will be thrown if any of the input arguments specify invalid values or
3094
- * types, or if the derived key cannot be generated.
3095
- *
3096
- * ```js
3097
- * import { Buffer } from 'node:buffer';
3098
- * const {
3099
- * hkdfSync,
3100
- * } = await import('node:crypto');
3101
- *
3102
- * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64);
3103
- * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653'
3104
- * ```
3105
- * @since v15.0.0
3106
- * @param digest The digest algorithm to use.
3107
- * @param ikm The input keying material. Must be provided but can be zero-length.
3108
- * @param salt The salt value. Must be provided but can be zero-length.
3109
- * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes.
3110
- * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512`
3111
- * generates 64-byte hashes, making the maximum HKDF output 16320 bytes).
3112
- */
3113
- function hkdfSync(
3114
- digest: string,
3115
- ikm: BinaryLike | KeyObject,
3116
- salt: BinaryLike,
3117
- info: BinaryLike,
3118
- keylen: number,
3119
- ): ArrayBuffer;
3120
- interface SecureHeapUsage {
3121
- /**
3122
- * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag.
3123
- */
3124
- total: number;
3125
- /**
3126
- * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag.
3127
- */
3128
- min: number;
3129
- /**
3130
- * The total number of bytes currently allocated from the secure heap.
3131
- */
3132
- used: number;
3133
- /**
3134
- * The calculated ratio of `used` to `total` allocated bytes.
3135
- */
3136
- utilization: number;
3137
- }
3138
- /**
3139
- * @since v15.6.0
3140
- */
3141
- function secureHeapUsed(): SecureHeapUsage;
3142
- interface RandomUUIDOptions {
3143
- /**
3144
- * By default, to improve performance,
3145
- * Node.js will pre-emptively generate and persistently cache enough
3146
- * random data to generate up to 128 random UUIDs. To generate a UUID
3147
- * without using the cache, set `disableEntropyCache` to `true`.
3148
- *
3149
- * @default `false`
3150
- */
3151
- disableEntropyCache?: boolean | undefined;
3152
- }
3153
- type UUID = `${string}-${string}-${string}-${string}-${string}`;
3154
- /**
3155
- * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a
3156
- * cryptographic pseudorandom number generator.
3157
- * @since v15.6.0, v14.17.0
3158
- */
3159
- function randomUUID(options?: RandomUUIDOptions): UUID;
3160
- interface X509CheckOptions {
3161
- /**
3162
- * @default 'always'
3163
- */
3164
- subject?: "always" | "default" | "never" | undefined;
3165
- /**
3166
- * @default true
3167
- */
3168
- wildcards?: boolean | undefined;
3169
- /**
3170
- * @default true
3171
- */
3172
- partialWildcards?: boolean | undefined;
3173
- /**
3174
- * @default false
3175
- */
3176
- multiLabelWildcards?: boolean | undefined;
3177
- /**
3178
- * @default false
3179
- */
3180
- singleLabelSubdomains?: boolean | undefined;
3181
- }
3182
- /**
3183
- * Encapsulates an X509 certificate and provides read-only access to
3184
- * its information.
3185
- *
3186
- * ```js
3187
- * const { X509Certificate } = await import('node:crypto');
3188
- *
3189
- * const x509 = new X509Certificate('{... pem encoded cert ...}');
3190
- *
3191
- * console.log(x509.subject);
3192
- * ```
3193
- * @since v15.6.0
3194
- */
3195
- class X509Certificate {
3196
- /**
3197
- * Will be \`true\` if this is a Certificate Authority (CA) certificate.
3198
- * @since v15.6.0
3199
- */
3200
- readonly ca: boolean;
3201
- /**
3202
- * The SHA-1 fingerprint of this certificate.
3203
- *
3204
- * Because SHA-1 is cryptographically broken and because the security of SHA-1 is
3205
- * significantly worse than that of algorithms that are commonly used to sign
3206
- * certificates, consider using `x509.fingerprint256` instead.
3207
- * @since v15.6.0
3208
- */
3209
- readonly fingerprint: string;
3210
- /**
3211
- * The SHA-256 fingerprint of this certificate.
3212
- * @since v15.6.0
3213
- */
3214
- readonly fingerprint256: string;
3215
- /**
3216
- * The SHA-512 fingerprint of this certificate.
3217
- *
3218
- * Because computing the SHA-256 fingerprint is usually faster and because it is
3219
- * only half the size of the SHA-512 fingerprint, `x509.fingerprint256` may be
3220
- * a better choice. While SHA-512 presumably provides a higher level of security in
3221
- * general, the security of SHA-256 matches that of most algorithms that are
3222
- * commonly used to sign certificates.
3223
- * @since v17.2.0, v16.14.0
3224
- */
3225
- readonly fingerprint512: string;
3226
- /**
3227
- * The complete subject of this certificate.
3228
- * @since v15.6.0
3229
- */
3230
- readonly subject: string;
3231
- /**
3232
- * The subject alternative name specified for this certificate.
3233
- *
3234
- * This is a comma-separated list of subject alternative names. Each entry begins
3235
- * with a string identifying the kind of the subject alternative name followed by
3236
- * a colon and the value associated with the entry.
3237
- *
3238
- * Earlier versions of Node.js incorrectly assumed that it is safe to split this
3239
- * property at the two-character sequence `', '` (see [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532)). However,
3240
- * both malicious and legitimate certificates can contain subject alternative names
3241
- * that include this sequence when represented as a string.
3242
- *
3243
- * After the prefix denoting the type of the entry, the remainder of each entry
3244
- * might be enclosed in quotes to indicate that the value is a JSON string literal.
3245
- * For backward compatibility, Node.js only uses JSON string literals within this
3246
- * property when necessary to avoid ambiguity. Third-party code should be prepared
3247
- * to handle both possible entry formats.
3248
- * @since v15.6.0
3249
- */
3250
- readonly subjectAltName: string | undefined;
3251
- /**
3252
- * A textual representation of the certificate's authority information access
3253
- * extension.
3254
- *
3255
- * This is a line feed separated list of access descriptions. Each line begins with
3256
- * the access method and the kind of the access location, followed by a colon and
3257
- * the value associated with the access location.
3258
- *
3259
- * After the prefix denoting the access method and the kind of the access location,
3260
- * the remainder of each line might be enclosed in quotes to indicate that the
3261
- * value is a JSON string literal. For backward compatibility, Node.js only uses
3262
- * JSON string literals within this property when necessary to avoid ambiguity.
3263
- * Third-party code should be prepared to handle both possible entry formats.
3264
- * @since v15.6.0
3265
- */
3266
- readonly infoAccess: string | undefined;
3267
- /**
3268
- * An array detailing the key usages for this certificate.
3269
- * @since v15.6.0
3270
- */
3271
- readonly keyUsage: string[];
3272
- /**
3273
- * The issuer identification included in this certificate.
3274
- * @since v15.6.0
3275
- */
3276
- readonly issuer: string;
3277
- /**
3278
- * The issuer certificate or `undefined` if the issuer certificate is not
3279
- * available.
3280
- * @since v15.9.0
3281
- */
3282
- readonly issuerCertificate: X509Certificate | undefined;
3283
- /**
3284
- * The public key `KeyObject` for this certificate.
3285
- * @since v15.6.0
3286
- */
3287
- readonly publicKey: KeyObject;
3288
- /**
3289
- * A `Buffer` containing the DER encoding of this certificate.
3290
- * @since v15.6.0
3291
- */
3292
- readonly raw: NonSharedBuffer;
3293
- /**
3294
- * The serial number of this certificate.
3295
- *
3296
- * Serial numbers are assigned by certificate authorities and do not uniquely
3297
- * identify certificates. Consider using `x509.fingerprint256` as a unique
3298
- * identifier instead.
3299
- * @since v15.6.0
3300
- */
3301
- readonly serialNumber: string;
3302
- /**
3303
- * The algorithm used to sign the certificate or `undefined` if the signature algorithm is unknown by OpenSSL.
3304
- * @since v24.9.0
3305
- */
3306
- readonly signatureAlgorithm: string | undefined;
3307
- /**
3308
- * The OID of the algorithm used to sign the certificate.
3309
- * @since v24.9.0
3310
- */
3311
- readonly signatureAlgorithmOid: string;
3312
- /**
3313
- * The date/time from which this certificate is considered valid.
3314
- * @since v15.6.0
3315
- */
3316
- readonly validFrom: string;
3317
- /**
3318
- * The date/time from which this certificate is valid, encapsulated in a `Date` object.
3319
- * @since v22.10.0
3320
- */
3321
- readonly validFromDate: Date;
3322
- /**
3323
- * The date/time until which this certificate is considered valid.
3324
- * @since v15.6.0
3325
- */
3326
- readonly validTo: string;
3327
- /**
3328
- * The date/time until which this certificate is valid, encapsulated in a `Date` object.
3329
- * @since v22.10.0
3330
- */
3331
- readonly validToDate: Date;
3332
- constructor(buffer: BinaryLike);
3333
- /**
3334
- * Checks whether the certificate matches the given email address.
3335
- *
3336
- * If the `'subject'` option is undefined or set to `'default'`, the certificate
3337
- * subject is only considered if the subject alternative name extension either does
3338
- * not exist or does not contain any email addresses.
3339
- *
3340
- * If the `'subject'` option is set to `'always'` and if the subject alternative
3341
- * name extension either does not exist or does not contain a matching email
3342
- * address, the certificate subject is considered.
3343
- *
3344
- * If the `'subject'` option is set to `'never'`, the certificate subject is never
3345
- * considered, even if the certificate contains no subject alternative names.
3346
- * @since v15.6.0
3347
- * @return Returns `email` if the certificate matches, `undefined` if it does not.
3348
- */
3349
- checkEmail(email: string, options?: Pick<X509CheckOptions, "subject">): string | undefined;
3350
- /**
3351
- * Checks whether the certificate matches the given host name.
3352
- *
3353
- * If the certificate matches the given host name, the matching subject name is
3354
- * returned. The returned name might be an exact match (e.g., `foo.example.com`)
3355
- * or it might contain wildcards (e.g., `*.example.com`). Because host name
3356
- * comparisons are case-insensitive, the returned subject name might also differ
3357
- * from the given `name` in capitalization.
3358
- *
3359
- * If the `'subject'` option is undefined or set to `'default'`, the certificate
3360
- * subject is only considered if the subject alternative name extension either does
3361
- * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS").
3362
- *
3363
- * If the `'subject'` option is set to `'always'` and if the subject alternative
3364
- * name extension either does not exist or does not contain a matching DNS name,
3365
- * the certificate subject is considered.
3366
- *
3367
- * If the `'subject'` option is set to `'never'`, the certificate subject is never
3368
- * considered, even if the certificate contains no subject alternative names.
3369
- * @since v15.6.0
3370
- * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`.
3371
- */
3372
- checkHost(name: string, options?: X509CheckOptions): string | undefined;
3373
- /**
3374
- * Checks whether the certificate matches the given IP address (IPv4 or IPv6).
3375
- *
3376
- * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they
3377
- * must match the given `ip` address exactly. Other subject alternative names as
3378
- * well as the subject field of the certificate are ignored.
3379
- * @since v15.6.0
3380
- * @return Returns `ip` if the certificate matches, `undefined` if it does not.
3381
- */
3382
- checkIP(ip: string): string | undefined;
3383
- /**
3384
- * Checks whether this certificate was potentially issued by the given `otherCert`
3385
- * by comparing the certificate metadata.
3386
- *
3387
- * This is useful for pruning a list of possible issuer certificates which have been
3388
- * selected using a more rudimentary filtering routine, i.e. just based on subject
3389
- * and issuer names.
3390
- *
3391
- * Finally, to verify that this certificate's signature was produced by a private key
3392
- * corresponding to `otherCert`'s public key use `x509.verify(publicKey)`
3393
- * with `otherCert`'s public key represented as a `KeyObject`
3394
- * like so
3395
- *
3396
- * ```js
3397
- * if (!x509.verify(otherCert.publicKey)) {
3398
- * throw new Error('otherCert did not issue x509');
3399
- * }
3400
- * ```
3401
- * @since v15.6.0
3402
- */
3403
- checkIssued(otherCert: X509Certificate): boolean;
3404
- /**
3405
- * Checks whether the public key for this certificate is consistent with
3406
- * the given private key.
3407
- * @since v15.6.0
3408
- * @param privateKey A private key.
3409
- */
3410
- checkPrivateKey(privateKey: KeyObject): boolean;
3411
- /**
3412
- * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded
3413
- * certificate.
3414
- * @since v15.6.0
3415
- */
3416
- toJSON(): string;
3417
- /**
3418
- * Returns information about this certificate using the legacy `certificate object` encoding.
3419
- * @since v15.6.0
3420
- */
3421
- toLegacyObject(): PeerCertificate;
3422
- /**
3423
- * Returns the PEM-encoded certificate.
3424
- * @since v15.6.0
3425
- */
3426
- toString(): string;
3427
- /**
3428
- * Verifies that this certificate was signed by the given public key.
3429
- * Does not perform any other validation checks on the certificate.
3430
- * @since v15.6.0
3431
- * @param publicKey A public key.
3432
- */
3433
- verify(publicKey: KeyObject): boolean;
3434
- }
3435
- type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint;
3436
- interface GeneratePrimeOptions {
3437
- add?: LargeNumberLike | undefined;
3438
- rem?: LargeNumberLike | undefined;
3439
- /**
3440
- * @default false
3441
- */
3442
- safe?: boolean | undefined;
3443
- bigint?: boolean | undefined;
3444
- }
3445
- interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions {
3446
- bigint: true;
3447
- }
3448
- interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions {
3449
- bigint?: false | undefined;
3450
- }
3451
- /**
3452
- * Generates a pseudorandom prime of `size` bits.
3453
- *
3454
- * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime.
3455
- *
3456
- * The `options.add` and `options.rem` parameters can be used to enforce additional
3457
- * requirements, e.g., for Diffie-Hellman:
3458
- *
3459
- * * If `options.add` and `options.rem` are both set, the prime will satisfy the
3460
- * condition that `prime % add = rem`.
3461
- * * If only `options.add` is set and `options.safe` is not `true`, the prime will
3462
- * satisfy the condition that `prime % add = 1`.
3463
- * * If only `options.add` is set and `options.safe` is set to `true`, the prime
3464
- * will instead satisfy the condition that `prime % add = 3`. This is necessary
3465
- * because `prime % add = 1` for `options.add > 2` would contradict the condition
3466
- * enforced by `options.safe`.
3467
- * * `options.rem` is ignored if `options.add` is not given.
3468
- *
3469
- * Both `options.add` and `options.rem` must be encoded as big-endian sequences
3470
- * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`.
3471
- *
3472
- * By default, the prime is encoded as a big-endian sequence of octets
3473
- * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a
3474
- * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided.
3475
- * @since v15.8.0
3476
- * @param size The size (in bits) of the prime to generate.
3477
- */
3478
- function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void;
3479
- function generatePrime(
3480
- size: number,
3481
- options: GeneratePrimeOptionsBigInt,
3482
- callback: (err: Error | null, prime: bigint) => void,
3483
- ): void;
3484
- function generatePrime(
3485
- size: number,
3486
- options: GeneratePrimeOptionsArrayBuffer,
3487
- callback: (err: Error | null, prime: ArrayBuffer) => void,
3488
- ): void;
3489
- function generatePrime(
3490
- size: number,
3491
- options: GeneratePrimeOptions,
3492
- callback: (err: Error | null, prime: ArrayBuffer | bigint) => void,
3493
- ): void;
3494
- /**
3495
- * Generates a pseudorandom prime of `size` bits.
3496
- *
3497
- * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime.
3498
- *
3499
- * The `options.add` and `options.rem` parameters can be used to enforce additional
3500
- * requirements, e.g., for Diffie-Hellman:
3501
- *
3502
- * * If `options.add` and `options.rem` are both set, the prime will satisfy the
3503
- * condition that `prime % add = rem`.
3504
- * * If only `options.add` is set and `options.safe` is not `true`, the prime will
3505
- * satisfy the condition that `prime % add = 1`.
3506
- * * If only `options.add` is set and `options.safe` is set to `true`, the prime
3507
- * will instead satisfy the condition that `prime % add = 3`. This is necessary
3508
- * because `prime % add = 1` for `options.add > 2` would contradict the condition
3509
- * enforced by `options.safe`.
3510
- * * `options.rem` is ignored if `options.add` is not given.
3511
- *
3512
- * Both `options.add` and `options.rem` must be encoded as big-endian sequences
3513
- * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`.
3514
- *
3515
- * By default, the prime is encoded as a big-endian sequence of octets
3516
- * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a
3517
- * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided.
3518
- * @since v15.8.0
3519
- * @param size The size (in bits) of the prime to generate.
3520
- */
3521
- function generatePrimeSync(size: number): ArrayBuffer;
3522
- function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint;
3523
- function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer;
3524
- function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint;
3525
- interface CheckPrimeOptions {
3526
- /**
3527
- * The number of Miller-Rabin probabilistic primality iterations to perform.
3528
- * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input.
3529
- * Care must be used when selecting a number of checks.
3530
- * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details.
3531
- *
3532
- * @default 0
3533
- */
3534
- checks?: number | undefined;
3535
- }
3536
- /**
3537
- * Checks the primality of the `candidate`.
3538
- * @since v15.8.0
3539
- * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length.
3540
- */
3541
- function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void;
3542
- function checkPrime(
3543
- value: LargeNumberLike,
3544
- options: CheckPrimeOptions,
3545
- callback: (err: Error | null, result: boolean) => void,
3546
- ): void;
3547
- /**
3548
- * Checks the primality of the `candidate`.
3549
- * @since v15.8.0
3550
- * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length.
3551
- * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`.
3552
- */
3553
- function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean;
3554
- /**
3555
- * Load and set the `engine` for some or all OpenSSL functions (selected by flags).
3556
- *
3557
- * `engine` could be either an id or a path to the engine's shared library.
3558
- *
3559
- * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`):
3560
- *
3561
- * * `crypto.constants.ENGINE_METHOD_RSA`
3562
- * * `crypto.constants.ENGINE_METHOD_DSA`
3563
- * * `crypto.constants.ENGINE_METHOD_DH`
3564
- * * `crypto.constants.ENGINE_METHOD_RAND`
3565
- * * `crypto.constants.ENGINE_METHOD_EC`
3566
- * * `crypto.constants.ENGINE_METHOD_CIPHERS`
3567
- * * `crypto.constants.ENGINE_METHOD_DIGESTS`
3568
- * * `crypto.constants.ENGINE_METHOD_PKEY_METHS`
3569
- * * `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS`
3570
- * * `crypto.constants.ENGINE_METHOD_ALL`
3571
- * * `crypto.constants.ENGINE_METHOD_NONE`
3572
- * @since v0.11.11
3573
- * @param flags
3574
- */
3575
- function setEngine(engine: string, flags?: number): void;
3576
- /**
3577
- * A convenient alias for {@link webcrypto.getRandomValues}. This
3578
- * implementation is not compliant with the Web Crypto spec, to write
3579
- * web-compatible code use {@link webcrypto.getRandomValues} instead.
3580
- * @since v17.4.0
3581
- * @return Returns `typedArray`.
3582
- */
3583
- function getRandomValues<
3584
- T extends Exclude<
3585
- NodeJS.NonSharedTypedArray,
3586
- NodeJS.NonSharedFloat16Array | NodeJS.NonSharedFloat32Array | NodeJS.NonSharedFloat64Array
3587
- >,
3588
- >(typedArray: T): T;
3589
- type Argon2Algorithm = "argon2d" | "argon2i" | "argon2id";
3590
- interface Argon2Parameters {
3591
- /**
3592
- * REQUIRED, this is the password for password hashing applications of Argon2.
3593
- */
3594
- message: string | ArrayBuffer | NodeJS.ArrayBufferView;
3595
- /**
3596
- * REQUIRED, must be at least 8 bytes long. This is the salt for password hashing applications of Argon2.
3597
- */
3598
- nonce: string | ArrayBuffer | NodeJS.ArrayBufferView;
3599
- /**
3600
- * REQUIRED, degree of parallelism determines how many computational chains (lanes)
3601
- * can be run. Must be greater than 1 and less than `2**24-1`.
3602
- */
3603
- parallelism: number;
3604
- /**
3605
- * REQUIRED, the length of the key to generate. Must be greater than 4 and
3606
- * less than `2**32-1`.
3607
- */
3608
- tagLength: number;
3609
- /**
3610
- * REQUIRED, memory cost in 1KiB blocks. Must be greater than
3611
- * `8 * parallelism` and less than `2**32-1`. The actual number of blocks is rounded
3612
- * down to the nearest multiple of `4 * parallelism`.
3613
- */
3614
- memory: number;
3615
- /**
3616
- * REQUIRED, number of passes (iterations). Must be greater than 1 and less
3617
- * than `2**32-1`.
3618
- */
3619
- passes: number;
3620
- /**
3621
- * OPTIONAL, Random additional input,
3622
- * similar to the salt, that should **NOT** be stored with the derived key. This is known as pepper in
3623
- * password hashing applications. If used, must have a length not greater than `2**32-1` bytes.
3624
- */
3625
- secret?: string | ArrayBuffer | NodeJS.ArrayBufferView | undefined;
3626
- /**
3627
- * OPTIONAL, Additional data to
3628
- * be added to the hash, functionally equivalent to salt or secret, but meant for
3629
- * non-random data. If used, must have a length not greater than `2**32-1` bytes.
3630
- */
3631
- associatedData?: string | ArrayBuffer | NodeJS.ArrayBufferView | undefined;
3632
- }
3633
- /**
3634
- * Provides an asynchronous [Argon2](https://www.rfc-editor.org/rfc/rfc9106.html) implementation. Argon2 is a password-based
3635
- * key derivation function that is designed to be expensive computationally and
3636
- * memory-wise in order to make brute-force attacks unrewarding.
3637
- *
3638
- * The `nonce` should be as unique as possible. It is recommended that a nonce is
3639
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
3640
- *
3641
- * When passing strings for `message`, `nonce`, `secret` or `associatedData`, please
3642
- * consider [caveats when using strings as inputs to cryptographic APIs](https://nodejs.org/docs/latest-v25.x/api/crypto.html#using-strings-as-inputs-to-cryptographic-apis).
3643
- *
3644
- * The `callback` function is called with two arguments: `err` and `derivedKey`.
3645
- * `err` is an exception object when key derivation fails, otherwise `err` is
3646
- * `null`. `derivedKey` is passed to the callback as a `Buffer`.
3647
- *
3648
- * An exception is thrown when any of the input arguments specify invalid values
3649
- * or types.
3650
- *
3651
- * ```js
3652
- * const { argon2, randomBytes } = await import('node:crypto');
3653
- *
3654
- * const parameters = {
3655
- * message: 'password',
3656
- * nonce: randomBytes(16),
3657
- * parallelism: 4,
3658
- * tagLength: 64,
3659
- * memory: 65536,
3660
- * passes: 3,
3661
- * };
3662
- *
3663
- * argon2('argon2id', parameters, (err, derivedKey) => {
3664
- * if (err) throw err;
3665
- * console.log(derivedKey.toString('hex')); // 'af91dad...9520f15'
3666
- * });
3667
- * ```
3668
- * @since v24.7.0
3669
- * @param algorithm Variant of Argon2, one of `"argon2d"`, `"argon2i"` or `"argon2id"`.
3670
- * @experimental
3671
- */
3672
- function argon2(
3673
- algorithm: Argon2Algorithm,
3674
- parameters: Argon2Parameters,
3675
- callback: (err: Error | null, derivedKey: NonSharedBuffer) => void,
3676
- ): void;
3677
- /**
3678
- * Provides a synchronous [Argon2][] implementation. Argon2 is a password-based
3679
- * key derivation function that is designed to be expensive computationally and
3680
- * memory-wise in order to make brute-force attacks unrewarding.
3681
- *
3682
- * The `nonce` should be as unique as possible. It is recommended that a nonce is
3683
- * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details.
3684
- *
3685
- * When passing strings for `message`, `nonce`, `secret` or `associatedData`, please
3686
- * consider [caveats when using strings as inputs to cryptographic APIs](https://nodejs.org/docs/latest-v25.x/api/crypto.html#using-strings-as-inputs-to-cryptographic-apis).
3687
- *
3688
- * An exception is thrown when key derivation fails, otherwise the derived key is
3689
- * returned as a `Buffer`.
3690
- *
3691
- * An exception is thrown when any of the input arguments specify invalid values
3692
- * or types.
3693
- *
3694
- * ```js
3695
- * const { argon2Sync, randomBytes } = await import('node:crypto');
3696
- *
3697
- * const parameters = {
3698
- * message: 'password',
3699
- * nonce: randomBytes(16),
3700
- * parallelism: 4,
3701
- * tagLength: 64,
3702
- * memory: 65536,
3703
- * passes: 3,
3704
- * };
3705
- *
3706
- * const derivedKey = argon2Sync('argon2id', parameters);
3707
- * console.log(derivedKey.toString('hex')); // 'af91dad...9520f15'
3708
- * ```
3709
- * @since v24.7.0
3710
- * @experimental
3711
- */
3712
- function argon2Sync(algorithm: Argon2Algorithm, parameters: Argon2Parameters): NonSharedBuffer;
3713
- /**
3714
- * A convenient alias for `crypto.webcrypto.subtle`.
3715
- * @since v17.4.0
3716
- */
3717
- const subtle: webcrypto.SubtleCrypto;
3718
- /**
3719
- * An implementation of the Web Crypto API standard.
3720
- *
3721
- * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details.
3722
- * @since v15.0.0
3723
- */
3724
- const webcrypto: webcrypto.Crypto;
3725
- namespace webcrypto {
3726
- type AlgorithmIdentifier = Algorithm | string;
3727
- type BigInteger = NodeJS.NonSharedUint8Array;
3728
- type KeyFormat = "jwk" | "pkcs8" | "raw" | "raw-public" | "raw-secret" | "raw-seed" | "spki";
3729
- type KeyType = "private" | "public" | "secret";
3730
- type KeyUsage =
3731
- | "decapsulateBits"
3732
- | "decapsulateKey"
3733
- | "decrypt"
3734
- | "deriveBits"
3735
- | "deriveKey"
3736
- | "encapsulateBits"
3737
- | "encapsulateKey"
3738
- | "encrypt"
3739
- | "sign"
3740
- | "unwrapKey"
3741
- | "verify"
3742
- | "wrapKey";
3743
- type HashAlgorithmIdentifier = AlgorithmIdentifier;
3744
- type NamedCurve = string;
3745
- interface AeadParams extends Algorithm {
3746
- additionalData?: NodeJS.BufferSource;
3747
- iv: NodeJS.BufferSource;
3748
- tagLength: number;
3749
- }
3750
- interface AesCbcParams extends Algorithm {
3751
- iv: NodeJS.BufferSource;
3752
- }
3753
- interface AesCtrParams extends Algorithm {
3754
- counter: NodeJS.BufferSource;
3755
- length: number;
3756
- }
3757
- interface AesDerivedKeyParams extends Algorithm {
3758
- length: number;
3759
- }
3760
- interface AesKeyAlgorithm extends KeyAlgorithm {
3761
- length: number;
3762
- }
3763
- interface AesKeyGenParams extends Algorithm {
3764
- length: number;
3765
- }
3766
- interface Algorithm {
3767
- name: string;
3768
- }
3769
- interface Argon2Params extends Algorithm {
3770
- associatedData?: NodeJS.BufferSource;
3771
- memory: number;
3772
- nonce: NodeJS.BufferSource;
3773
- parallelism: number;
3774
- passes: number;
3775
- secretValue?: NodeJS.BufferSource;
3776
- version?: number;
3777
- }
3778
- interface CShakeParams extends Algorithm {
3779
- customization?: NodeJS.BufferSource;
3780
- functionName?: NodeJS.BufferSource;
3781
- length: number;
3782
- }
3783
- interface ContextParams extends Algorithm {
3784
- context?: NodeJS.BufferSource;
3785
- }
3786
- interface EcKeyAlgorithm extends KeyAlgorithm {
3787
- namedCurve: NamedCurve;
3788
- }
3789
- interface EcKeyGenParams extends Algorithm {
3790
- namedCurve: NamedCurve;
3791
- }
3792
- interface EcKeyImportParams extends Algorithm {
3793
- namedCurve: NamedCurve;
3794
- }
3795
- interface EcdhKeyDeriveParams extends Algorithm {
3796
- public: CryptoKey;
3797
- }
3798
- interface EcdsaParams extends Algorithm {
3799
- hash: HashAlgorithmIdentifier;
3800
- }
3801
- interface HkdfParams extends Algorithm {
3802
- hash: HashAlgorithmIdentifier;
3803
- info: NodeJS.BufferSource;
3804
- salt: NodeJS.BufferSource;
3805
- }
3806
- interface HmacImportParams extends Algorithm {
3807
- hash: HashAlgorithmIdentifier;
3808
- length?: number;
3809
- }
3810
- interface HmacKeyAlgorithm extends KeyAlgorithm {
3811
- hash: KeyAlgorithm;
3812
- length: number;
3813
- }
3814
- interface HmacKeyGenParams extends Algorithm {
3815
- hash: HashAlgorithmIdentifier;
3816
- length?: number;
3817
- }
3818
- interface JsonWebKey {
3819
- alg?: string;
3820
- crv?: string;
3821
- d?: string;
3822
- dp?: string;
3823
- dq?: string;
3824
- e?: string;
3825
- ext?: boolean;
3826
- k?: string;
3827
- key_ops?: string[];
3828
- kty?: string;
3829
- n?: string;
3830
- oth?: RsaOtherPrimesInfo[];
3831
- p?: string;
3832
- q?: string;
3833
- qi?: string;
3834
- use?: string;
3835
- x?: string;
3836
- y?: string;
3837
- }
3838
- interface KeyAlgorithm {
3839
- name: string;
3840
- }
3841
- interface KmacImportParams extends Algorithm {
3842
- length?: number;
3843
- }
3844
- interface KmacKeyAlgorithm extends KeyAlgorithm {
3845
- length: number;
3846
- }
3847
- interface KmacKeyGenParams extends Algorithm {
3848
- length?: number;
3849
- }
3850
- interface KmacParams extends Algorithm {
3851
- customization?: NodeJS.BufferSource;
3852
- length: number;
3853
- }
3854
- interface Pbkdf2Params extends Algorithm {
3855
- hash: HashAlgorithmIdentifier;
3856
- iterations: number;
3857
- salt: NodeJS.BufferSource;
3858
- }
3859
- interface RsaHashedImportParams extends Algorithm {
3860
- hash: HashAlgorithmIdentifier;
3861
- }
3862
- interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm {
3863
- hash: KeyAlgorithm;
3864
- }
3865
- interface RsaHashedKeyGenParams extends RsaKeyGenParams {
3866
- hash: HashAlgorithmIdentifier;
3867
- }
3868
- interface RsaKeyAlgorithm extends KeyAlgorithm {
3869
- modulusLength: number;
3870
- publicExponent: BigInteger;
3871
- }
3872
- interface RsaKeyGenParams extends Algorithm {
3873
- modulusLength: number;
3874
- publicExponent: BigInteger;
3875
- }
3876
- interface RsaOaepParams extends Algorithm {
3877
- label?: NodeJS.BufferSource;
3878
- }
3879
- interface RsaOtherPrimesInfo {
3880
- d?: string;
3881
- r?: string;
3882
- t?: string;
3883
- }
3884
- interface RsaPssParams extends Algorithm {
3885
- saltLength: number;
3886
- }
3887
- interface Crypto {
3888
- readonly subtle: SubtleCrypto;
3889
- getRandomValues<
3890
- T extends Exclude<
3891
- NodeJS.NonSharedTypedArray,
3892
- NodeJS.NonSharedFloat16Array | NodeJS.NonSharedFloat32Array | NodeJS.NonSharedFloat64Array
3893
- >,
3894
- >(
3895
- typedArray: T,
3896
- ): T;
3897
- randomUUID(): UUID;
3898
- }
3899
- interface CryptoKey {
3900
- readonly algorithm: KeyAlgorithm;
3901
- readonly extractable: boolean;
3902
- readonly type: KeyType;
3903
- readonly usages: KeyUsage[];
3904
- }
3905
- interface CryptoKeyPair {
3906
- privateKey: CryptoKey;
3907
- publicKey: CryptoKey;
3908
- }
3909
- interface EncapsulatedBits {
3910
- sharedKey: ArrayBuffer;
3911
- ciphertext: ArrayBuffer;
3912
- }
3913
- interface EncapsulatedKey {
3914
- sharedKey: CryptoKey;
3915
- ciphertext: ArrayBuffer;
3916
- }
3917
- interface SubtleCrypto {
3918
- decapsulateBits(
3919
- decapsulationAlgorithm: AlgorithmIdentifier,
3920
- decapsulationKey: CryptoKey,
3921
- ciphertext: NodeJS.BufferSource,
3922
- ): Promise<ArrayBuffer>;
3923
- decapsulateKey(
3924
- decapsulationAlgorithm: AlgorithmIdentifier,
3925
- decapsulationKey: CryptoKey,
3926
- ciphertext: NodeJS.BufferSource,
3927
- sharedKeyAlgorithm: AlgorithmIdentifier | HmacImportParams | AesDerivedKeyParams | KmacImportParams,
3928
- extractable: boolean,
3929
- usages: KeyUsage[],
3930
- ): Promise<CryptoKey>;
3931
- decrypt(
3932
- algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
3933
- key: CryptoKey,
3934
- data: NodeJS.BufferSource,
3935
- ): Promise<ArrayBuffer>;
3936
- deriveBits(
3937
- algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params | Argon2Params,
3938
- baseKey: CryptoKey,
3939
- length?: number | null,
3940
- ): Promise<ArrayBuffer>;
3941
- deriveKey(
3942
- algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params | Argon2Params,
3943
- baseKey: CryptoKey,
3944
- derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | KmacImportParams,
3945
- extractable: boolean,
3946
- keyUsages: readonly KeyUsage[],
3947
- ): Promise<CryptoKey>;
3948
- digest(algorithm: AlgorithmIdentifier | CShakeParams, data: NodeJS.BufferSource): Promise<ArrayBuffer>;
3949
- encapsulateBits(
3950
- encapsulationAlgorithm: AlgorithmIdentifier,
3951
- encapsulationKey: CryptoKey,
3952
- ): Promise<EncapsulatedBits>;
3953
- encapsulateKey(
3954
- encapsulationAlgorithm: AlgorithmIdentifier,
3955
- encapsulationKey: CryptoKey,
3956
- sharedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | KmacImportParams,
3957
- extractable: boolean,
3958
- usages: KeyUsage[],
3959
- ): Promise<EncapsulatedKey>;
3960
- encrypt(
3961
- algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
3962
- key: CryptoKey,
3963
- data: NodeJS.BufferSource,
3964
- ): Promise<ArrayBuffer>;
3965
- exportKey(format: "jwk", key: CryptoKey): Promise<JsonWebKey>;
3966
- exportKey(format: Exclude<KeyFormat, "jwk">, key: CryptoKey): Promise<ArrayBuffer>;
3967
- exportKey(format: KeyFormat, key: CryptoKey): Promise<ArrayBuffer | JsonWebKey>;
3968
- generateKey(
3969
- algorithm: RsaHashedKeyGenParams | EcKeyGenParams,
3970
- extractable: boolean,
3971
- keyUsages: KeyUsage[],
3972
- ): Promise<CryptoKeyPair>;
3973
- generateKey(
3974
- algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params | KmacKeyGenParams,
3975
- extractable: boolean,
3976
- keyUsages: KeyUsage[],
3977
- ): Promise<CryptoKey>;
3978
- generateKey(
3979
- algorithm: AlgorithmIdentifier,
3980
- extractable: boolean,
3981
- keyUsages: KeyUsage[],
3982
- ): Promise<CryptoKeyPair | CryptoKey>;
3983
- getPublicKey(key: CryptoKey, keyUsages: KeyUsage[]): Promise<CryptoKey>;
3984
- importKey(
3985
- format: "jwk",
3986
- keyData: JsonWebKey,
3987
- algorithm:
3988
- | AlgorithmIdentifier
3989
- | RsaHashedImportParams
3990
- | EcKeyImportParams
3991
- | HmacImportParams
3992
- | AesKeyAlgorithm
3993
- | KmacImportParams,
3994
- extractable: boolean,
3995
- keyUsages: KeyUsage[],
3996
- ): Promise<CryptoKey>;
3997
- importKey(
3998
- format: Exclude<KeyFormat, "jwk">,
3999
- keyData: NodeJS.BufferSource,
4000
- algorithm:
4001
- | AlgorithmIdentifier
4002
- | RsaHashedImportParams
4003
- | EcKeyImportParams
4004
- | HmacImportParams
4005
- | AesKeyAlgorithm
4006
- | KmacImportParams,
4007
- extractable: boolean,
4008
- keyUsages: KeyUsage[],
4009
- ): Promise<CryptoKey>;
4010
- sign(
4011
- algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | ContextParams | KmacParams,
4012
- key: CryptoKey,
4013
- data: NodeJS.BufferSource,
4014
- ): Promise<ArrayBuffer>;
4015
- unwrapKey(
4016
- format: KeyFormat,
4017
- wrappedKey: NodeJS.BufferSource,
4018
- unwrappingKey: CryptoKey,
4019
- unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4020
- unwrappedKeyAlgorithm:
4021
- | AlgorithmIdentifier
4022
- | RsaHashedImportParams
4023
- | EcKeyImportParams
4024
- | HmacImportParams
4025
- | AesKeyAlgorithm
4026
- | KmacImportParams,
4027
- extractable: boolean,
4028
- keyUsages: KeyUsage[],
4029
- ): Promise<CryptoKey>;
4030
- verify(
4031
- algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | ContextParams | KmacParams,
4032
- key: CryptoKey,
4033
- signature: NodeJS.BufferSource,
4034
- data: NodeJS.BufferSource,
4035
- ): Promise<boolean>;
4036
- wrapKey(
4037
- format: KeyFormat,
4038
- key: CryptoKey,
4039
- wrappingKey: CryptoKey,
4040
- wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AeadParams,
4041
- ): Promise<ArrayBuffer>;
4042
- }
4043
- }
4044
- }
4045
- declare module "crypto" {
4046
- export * from "node:crypto";
4047
- }