cloudstructs 0.12.10 → 0.12.11

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 (1314) hide show
  1. package/.jsii +327 -5
  2. package/assets/slack-textract/detect.lambda/index.js +710 -742
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/index.js +1 -1
  13. package/lib/ssl-server-test/index.js +1 -1
  14. package/lib/state-machine-cr-provider/index.js +1 -1
  15. package/lib/static-website/index.js +1 -1
  16. package/lib/toolkit-cleaner/index.js +1 -1
  17. package/lib/url-shortener/index.js +1 -1
  18. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  19. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +52 -1
  20. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +4 -3
  21. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -2
  22. package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +29 -8
  23. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +8 -8
  24. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  25. package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +48 -0
  26. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +2 -1
  27. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +1 -1
  28. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +22 -1
  29. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  30. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
  31. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
  32. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  33. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
  34. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  35. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +85 -85
  36. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +88 -88
  37. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +10 -1
  41. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +10 -1
  42. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +67 -1
  45. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +8 -8
  46. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +2 -3
  67. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +30 -0
  73. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  77. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +3 -3
  78. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +3 -3
  79. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +3 -3
  80. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +3 -3
  81. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +3 -3
  82. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +3 -3
  83. package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
  84. package/node_modules/@aws-sdk/core/dist-cjs/index.js +71 -21
  85. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
  86. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
  87. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
  90. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  91. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  92. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  93. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
  96. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
  97. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  98. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  99. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
  100. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  101. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  102. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  103. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  104. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  105. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  106. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  107. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  119. package/node_modules/@aws-sdk/core/package.json +11 -11
  120. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  121. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  122. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  123. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  124. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  125. package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
  126. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  127. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  128. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  129. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  130. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  131. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  132. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  133. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  134. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  135. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  136. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  137. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  138. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
  139. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  140. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
  147. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
  148. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
  152. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
  153. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
  154. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
  155. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  261. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  262. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  263. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  264. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  265. package/node_modules/@aws-sdk/types/package.json +2 -2
  266. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  267. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  268. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  269. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  270. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  271. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  272. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  273. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  274. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  275. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  276. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
  277. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
  278. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  279. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  280. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  281. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +82 -20
  282. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  283. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  284. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  285. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  286. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  287. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  288. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -3
  289. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
  290. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  291. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -0
  292. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
  293. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
  294. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
  295. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
  296. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
  297. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  298. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  299. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -46
  300. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -5
  301. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +18 -38
  302. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  303. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -45
  304. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -67
  305. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -54
  306. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -58
  307. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -6
  308. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -18
  309. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -27
  310. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  311. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -6
  312. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -46
  313. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -16
  314. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -36
  315. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -10
  316. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -20
  317. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -41
  318. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -10
  319. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -5
  320. package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -6
  321. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -5
  322. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -3
  323. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +53 -16
  324. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -9
  325. package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -4
  326. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -9
  327. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -31
  328. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -28
  329. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -13
  330. package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -13
  331. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -3
  332. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -35
  333. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -10
  334. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -115
  335. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -44
  336. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +81 -5
  337. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
  338. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +27 -23
  339. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -40
  340. package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -38
  341. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +7 -80
  342. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -15
  343. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -10
  344. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +6 -16
  345. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -94
  346. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  347. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -25
  348. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -9
  349. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -10
  350. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -8
  351. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -38
  352. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -71
  353. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +15 -61
  354. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -93
  355. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  356. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +10 -0
  357. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  358. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  359. package/node_modules/@slack/web-api/dist/instrument.js +13 -1
  360. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  361. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  362. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -46
  363. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -5
  364. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +18 -38
  365. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  366. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -45
  367. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -67
  368. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -54
  369. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -58
  370. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -6
  371. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -18
  372. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -27
  373. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  374. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -6
  375. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -46
  376. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -16
  377. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -36
  378. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -10
  379. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -20
  380. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -41
  381. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -10
  382. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -5
  383. package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -6
  384. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -5
  385. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -3
  386. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +53 -16
  387. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -9
  388. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -4
  389. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -9
  390. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -31
  391. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -28
  392. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -13
  393. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -13
  394. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -3
  395. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -35
  396. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -10
  397. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -115
  398. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -44
  399. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +81 -5
  400. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
  401. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +27 -23
  402. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -40
  403. package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -38
  404. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +7 -80
  405. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -15
  406. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -10
  407. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +6 -16
  408. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -94
  409. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  410. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -25
  411. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -9
  412. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -10
  413. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -8
  414. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -38
  415. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -71
  416. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +15 -61
  417. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -93
  418. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  419. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +10 -0
  420. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  421. package/node_modules/@slack/web-api/package.json +2 -2
  422. package/node_modules/@smithy/config-resolver/README.md +10 -3
  423. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  424. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  425. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  426. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  427. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  428. package/node_modules/@smithy/config-resolver/package.json +10 -11
  429. package/node_modules/@smithy/core/README.md +12 -1
  430. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
  431. package/node_modules/@smithy/core/dist-cjs/index.js +1 -1
  432. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
  433. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
  434. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
  435. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
  436. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
  437. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
  438. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
  439. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
  440. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
  441. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
  442. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  443. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
  444. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
  445. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
  446. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
  447. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
  448. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
  449. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
  450. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
  451. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
  452. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
  453. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
  454. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  455. package/node_modules/@smithy/core/package.json +15 -16
  456. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  457. package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
  458. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  459. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
  460. package/node_modules/@smithy/eventstream-codec/package.json +6 -7
  461. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  462. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
  463. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  464. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
  465. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  466. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
  467. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  468. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
  469. package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
  470. package/node_modules/@smithy/hash-node/README.md +10 -3
  471. package/node_modules/@smithy/hash-node/package.json +6 -7
  472. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  473. package/node_modules/@smithy/invalid-dependency/package.json +6 -7
  474. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  475. package/node_modules/@smithy/middleware-content-length/package.json +7 -8
  476. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  477. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +2 -2
  478. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  479. package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
  480. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  481. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +70 -29
  482. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  483. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  484. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  485. package/node_modules/@smithy/middleware-retry/dist-es/{StandardRetryStrategy.js → retry-pre-sra-deprecated/StandardRetryStrategy.js} +1 -1
  486. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
  487. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
  488. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  489. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  490. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
  491. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  492. package/node_modules/@smithy/middleware-retry/dist-types/{AdaptiveRetryStrategy.d.ts → retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts} +2 -1
  493. package/node_modules/@smithy/middleware-retry/dist-types/{defaultRetryQuota.d.ts → retry-pre-sra-deprecated/defaultRetryQuota.d.ts} +2 -0
  494. package/node_modules/@smithy/middleware-retry/dist-types/{delayDecider.d.ts → retry-pre-sra-deprecated/delayDecider.d.ts} +2 -1
  495. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
  496. package/node_modules/@smithy/middleware-retry/package.json +16 -16
  497. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  498. package/node_modules/@smithy/middleware-serde/package.json +10 -11
  499. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  500. package/node_modules/@smithy/middleware-stack/package.json +7 -8
  501. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  502. package/node_modules/@smithy/node-config-provider/package.json +8 -9
  503. package/node_modules/@smithy/node-http-handler/package.json +10 -11
  504. package/node_modules/@smithy/property-provider/README.md +10 -3
  505. package/node_modules/@smithy/property-provider/package.json +6 -7
  506. package/node_modules/@smithy/protocol-http/README.md +13 -0
  507. package/node_modules/@smithy/protocol-http/package.json +6 -7
  508. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  509. package/node_modules/@smithy/querystring-builder/package.json +6 -7
  510. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  511. package/node_modules/@smithy/querystring-parser/package.json +6 -7
  512. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  513. package/node_modules/@smithy/service-error-classification/package.json +6 -7
  514. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
  515. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
  516. package/node_modules/@smithy/signature-v4/package.json +9 -10
  517. package/node_modules/@smithy/smithy-client/README.md +10 -3
  518. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  519. package/node_modules/@smithy/smithy-client/package.json +14 -15
  520. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  521. package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
  522. package/node_modules/@smithy/types/package.json +7 -8
  523. package/node_modules/@smithy/url-parser/README.md +10 -3
  524. package/node_modules/@smithy/url-parser/package.json +7 -8
  525. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  526. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
  527. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  528. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
  529. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  530. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +154 -61
  531. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  532. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +41 -0
  533. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  534. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  535. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  536. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  537. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  538. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  539. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  540. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +20 -5
  541. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  542. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  543. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  544. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  545. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  546. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  547. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  548. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  549. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  550. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +4 -0
  551. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
  552. package/node_modules/@smithy/util-endpoints/package.json +9 -10
  553. package/node_modules/@smithy/util-middleware/README.md +9 -4
  554. package/node_modules/@smithy/util-middleware/package.json +6 -7
  555. package/node_modules/@smithy/util-retry/dist-cjs/index.js +135 -80
  556. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
  557. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
  558. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
  559. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  560. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  561. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +42 -26
  562. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  563. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  564. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
  565. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  566. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
  567. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  568. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  569. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -4
  570. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  571. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  572. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  573. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  574. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  575. package/node_modules/@smithy/util-retry/package.json +10 -11
  576. package/node_modules/@smithy/util-stream/package.json +12 -13
  577. package/node_modules/@smithy/util-waiter/README.md +10 -3
  578. package/node_modules/@smithy/util-waiter/package.json +7 -8
  579. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  580. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -46
  581. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -5
  582. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +18 -38
  583. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  584. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -45
  585. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -67
  586. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -54
  587. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -58
  588. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -6
  589. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -18
  590. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -27
  591. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  592. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -6
  593. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -46
  594. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -16
  595. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -36
  596. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -10
  597. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -20
  598. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -41
  599. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -10
  600. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -5
  601. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -6
  602. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -5
  603. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -3
  604. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +53 -16
  605. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -9
  606. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -4
  607. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -9
  608. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -31
  609. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -28
  610. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -13
  611. package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -13
  612. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -3
  613. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -35
  614. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -10
  615. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -115
  616. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -44
  617. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +81 -5
  618. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
  619. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +27 -23
  620. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -40
  621. package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -38
  622. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +7 -80
  623. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -15
  624. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -10
  625. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +6 -16
  626. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -94
  627. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  628. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -25
  629. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -9
  630. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -10
  631. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -8
  632. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -38
  633. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -71
  634. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +15 -61
  635. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -93
  636. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  637. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +10 -0
  638. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  639. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  640. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -46
  641. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -5
  642. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +18 -38
  643. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  644. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -45
  645. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -67
  646. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -54
  647. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -58
  648. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -6
  649. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -18
  650. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -27
  651. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  652. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -6
  653. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -46
  654. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -16
  655. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -36
  656. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -10
  657. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -20
  658. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -41
  659. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -10
  660. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -5
  661. package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -6
  662. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -5
  663. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -3
  664. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +53 -16
  665. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -9
  666. package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -4
  667. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -9
  668. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -31
  669. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -28
  670. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -13
  671. package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -13
  672. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -3
  673. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -35
  674. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -10
  675. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -115
  676. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -44
  677. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +81 -5
  678. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
  679. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +27 -23
  680. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -40
  681. package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -38
  682. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +7 -80
  683. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -15
  684. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -10
  685. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +6 -16
  686. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -94
  687. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  688. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -25
  689. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -9
  690. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -10
  691. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -8
  692. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -38
  693. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -71
  694. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +15 -61
  695. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -93
  696. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  697. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +10 -0
  698. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  699. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  700. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -46
  701. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -5
  702. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +18 -38
  703. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  704. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -45
  705. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -67
  706. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -54
  707. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -58
  708. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -6
  709. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -18
  710. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -27
  711. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  712. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -6
  713. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -46
  714. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -16
  715. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -36
  716. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -10
  717. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -20
  718. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -41
  719. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -10
  720. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -5
  721. package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -6
  722. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -5
  723. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -3
  724. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +53 -16
  725. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -9
  726. package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -4
  727. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -9
  728. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -31
  729. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -28
  730. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -13
  731. package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -13
  732. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -3
  733. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -35
  734. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -10
  735. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -115
  736. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -44
  737. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +81 -5
  738. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
  739. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +27 -23
  740. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -40
  741. package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -38
  742. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +7 -80
  743. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -15
  744. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -10
  745. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +6 -16
  746. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -94
  747. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  748. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -25
  749. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -9
  750. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -10
  751. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -8
  752. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -38
  753. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -71
  754. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +15 -61
  755. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -93
  756. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  757. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +10 -0
  758. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  759. package/node_modules/axios/CHANGELOG.md +1 -1
  760. package/node_modules/axios/README.md +116 -18
  761. package/node_modules/axios/dist/axios.js +135 -104
  762. package/node_modules/axios/dist/axios.js.map +1 -1
  763. package/node_modules/axios/dist/axios.min.js +3 -3
  764. package/node_modules/axios/dist/axios.min.js.map +1 -1
  765. package/node_modules/axios/dist/browser/axios.cjs +121 -87
  766. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  767. package/node_modules/axios/dist/esm/axios.js +150 -119
  768. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  769. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  770. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  771. package/node_modules/axios/dist/node/axios.cjs +1536 -2368
  772. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  773. package/node_modules/axios/lib/adapters/fetch.js +5 -1
  774. package/node_modules/axios/lib/adapters/http.js +9 -4
  775. package/node_modules/axios/lib/core/Axios.js +19 -5
  776. package/node_modules/axios/lib/core/AxiosHeaders.js +35 -1
  777. package/node_modules/axios/lib/env/data.js +1 -1
  778. package/node_modules/axios/lib/helpers/buildURL.js +2 -2
  779. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +106 -0
  780. package/node_modules/axios/package.json +96 -132
  781. package/node_modules/editorconfig/node_modules/brace-expansion/index.js +13 -11
  782. package/node_modules/editorconfig/node_modules/brace-expansion/package.json +1 -1
  783. package/node_modules/follow-redirects/README.md +7 -5
  784. package/node_modules/follow-redirects/index.js +24 -1
  785. package/node_modules/follow-redirects/package.json +1 -1
  786. package/node_modules/js-beautify/node_modules/brace-expansion/index.js +13 -11
  787. package/node_modules/js-beautify/node_modules/brace-expansion/package.json +1 -1
  788. package/node_modules/lodash/README.md +2 -2
  789. package/node_modules/lodash/_baseOrderBy.js +1 -1
  790. package/node_modules/lodash/_baseUnset.js +7 -20
  791. package/node_modules/lodash/_setCacheHas.js +1 -1
  792. package/node_modules/lodash/compact.js +1 -1
  793. package/node_modules/lodash/core.js +3 -3
  794. package/node_modules/lodash/core.min.js +26 -25
  795. package/node_modules/lodash/fromPairs.js +3 -1
  796. package/node_modules/lodash/lodash.js +38 -27
  797. package/node_modules/lodash/lodash.min.js +125 -129
  798. package/node_modules/lodash/package.json +4 -2
  799. package/node_modules/lodash/random.js +9 -0
  800. package/node_modules/lodash/template.js +16 -4
  801. package/node_modules/lodash/templateSettings.js +4 -0
  802. package/node_modules/mjml-cli/node_modules/brace-expansion/index.js +13 -11
  803. package/node_modules/mjml-cli/node_modules/brace-expansion/package.json +1 -1
  804. package/node_modules/path-expression-matcher/README.md +262 -25
  805. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  806. package/node_modules/path-expression-matcher/lib/pem.d.cts +299 -0
  807. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  808. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  809. package/node_modules/path-expression-matcher/package.json +2 -2
  810. package/node_modules/path-expression-matcher/src/Expression.js +2 -2
  811. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  812. package/node_modules/path-expression-matcher/src/Matcher.js +256 -100
  813. package/node_modules/path-expression-matcher/src/index.d.ts +229 -72
  814. package/node_modules/path-expression-matcher/src/index.js +3 -2
  815. package/node_modules/picomatch/README.md +9 -1
  816. package/node_modules/picomatch/lib/constants.js +5 -0
  817. package/node_modules/picomatch/lib/parse.js +301 -0
  818. package/node_modules/picomatch/package.json +1 -1
  819. package/node_modules/proxy-from-env/README.md +43 -11
  820. package/node_modules/proxy-from-env/index.cjs +105 -0
  821. package/node_modules/proxy-from-env/index.js +14 -19
  822. package/node_modules/proxy-from-env/package.json +20 -11
  823. package/node_modules/strnum/CHANGELOG.md +9 -2
  824. package/node_modules/strnum/package.json +1 -1
  825. package/node_modules/strnum/strnum.js +12 -6
  826. package/package.json +89 -89
  827. package/node_modules/@smithy/abort-controller/LICENSE +0 -201
  828. package/node_modules/@smithy/abort-controller/README.md +0 -4
  829. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
  830. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
  831. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  832. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  833. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  834. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  835. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  836. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  837. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  838. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  839. package/node_modules/@smithy/abort-controller/package.json +0 -63
  840. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  841. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  842. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  843. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  844. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  845. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  846. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  847. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
  848. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  849. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  850. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  851. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  852. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  853. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  854. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  855. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  856. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  857. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  858. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  859. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  860. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  861. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  862. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  863. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  864. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  865. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  866. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  867. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  868. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  869. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  870. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  871. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  872. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  873. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  874. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  875. package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
  876. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  877. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
  878. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
  879. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  880. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  881. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  882. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  883. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  884. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  885. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  886. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +0 -1
  887. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +0 -6
  888. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
  889. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
  890. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
  891. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
  892. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
  893. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
  894. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  895. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  896. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
  897. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  898. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  899. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
  900. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
  901. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
  902. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
  903. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  904. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
  905. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  906. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
  907. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  908. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  909. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  910. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  911. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
  912. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
  913. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
  914. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -146
  915. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
  916. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
  917. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
  918. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
  919. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
  920. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
  921. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -13
  922. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
  923. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  924. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  925. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
  926. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  927. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  928. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  929. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
  930. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  931. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  932. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  933. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  934. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  935. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  936. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  937. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  938. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  939. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  940. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  941. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  942. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  943. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  944. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  945. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  946. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  947. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  948. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  949. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  950. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  951. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  952. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  953. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  954. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  955. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  956. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  957. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  958. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  959. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  960. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  961. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  962. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  963. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  964. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  965. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  966. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  967. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  968. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  969. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  970. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  971. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  972. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  973. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  974. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  975. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  976. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  977. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  978. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  979. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  980. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  981. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  982. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  983. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  984. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  985. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
  986. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  987. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  988. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  989. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  990. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  991. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  992. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  993. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  994. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
  995. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  996. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  997. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  998. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  999. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  1000. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -6
  1001. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  1002. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  1003. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  1004. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
  1005. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  1006. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  1007. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  1008. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  1009. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
  1010. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  1011. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  1012. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  1013. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  1014. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  1015. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1016. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1017. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  1018. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  1019. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  1020. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  1021. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  1022. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  1023. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1024. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  1025. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  1026. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  1027. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1028. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  1029. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  1030. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  1031. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  1032. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  1033. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  1034. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  1035. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
  1036. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  1037. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  1038. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1039. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
  1040. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  1041. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  1042. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
  1043. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1044. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  1045. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1046. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
  1047. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  1048. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1049. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  1050. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  1051. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1052. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  1053. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  1054. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
  1055. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  1056. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
  1057. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  1058. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  1059. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  1060. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  1061. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
  1062. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  1063. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  1064. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1065. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  1066. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
  1067. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  1068. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  1069. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1070. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  1071. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  1072. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  1073. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  1074. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  1075. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
  1076. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
  1077. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1078. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1079. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1080. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1081. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1082. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1083. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
  1084. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1085. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
  1086. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
  1087. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1088. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1089. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1090. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1091. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
  1092. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1093. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  1094. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
  1095. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  1096. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1097. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  1098. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  1099. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  1100. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  1101. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1102. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  1103. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  1104. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  1105. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  1106. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1107. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1108. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  1109. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
  1110. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  1111. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  1112. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  1113. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
  1114. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  1115. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  1116. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1117. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  1118. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  1119. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -26
  1120. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1121. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1122. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1123. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  1124. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  1125. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  1126. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  1127. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  1128. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  1129. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
  1130. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  1131. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  1132. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  1133. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  1134. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  1135. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  1136. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1137. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  1138. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  1139. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  1140. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  1141. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  1142. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  1143. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  1144. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  1145. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  1146. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1147. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  1148. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  1149. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  1150. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  1151. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  1152. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  1153. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  1154. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  1155. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  1156. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  1157. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  1158. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  1159. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  1160. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  1161. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  1162. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1163. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  1164. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1165. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  1166. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  1167. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  1168. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -113
  1169. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  1170. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  1171. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  1172. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  1173. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  1174. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
  1175. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  1176. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  1177. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  1178. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  1179. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  1180. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  1181. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
  1182. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
  1183. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  1184. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
  1185. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  1186. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  1187. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  1188. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  1189. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  1190. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  1191. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  1192. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  1193. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  1194. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  1195. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  1196. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  1197. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  1198. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  1199. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  1200. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  1201. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  1202. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  1203. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  1204. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  1205. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  1206. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1207. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  1208. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  1209. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  1210. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  1211. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1212. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  1213. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  1214. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  1215. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  1216. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  1217. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  1218. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  1219. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  1220. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  1221. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  1222. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  1223. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  1224. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  1225. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  1226. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  1227. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  1228. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  1229. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  1230. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  1231. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  1232. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  1233. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  1234. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  1235. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  1236. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  1237. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  1238. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  1239. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
  1240. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  1241. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  1242. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  1243. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  1244. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  1245. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  1246. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
  1247. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
  1248. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  1249. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
  1250. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  1251. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
  1252. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
  1253. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  1254. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  1255. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  1256. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  1257. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  1258. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  1259. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  1260. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  1261. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  1262. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  1263. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  1264. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  1265. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  1266. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  1267. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  1268. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  1269. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  1270. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  1271. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  1272. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  1273. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  1274. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  1275. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  1276. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -61
  1277. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
  1278. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
  1279. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
  1280. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  1281. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  1282. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
  1283. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
  1284. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  1285. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
  1286. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  1287. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  1288. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  1289. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
  1290. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
  1291. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
  1292. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  1293. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  1294. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  1295. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  1296. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  1297. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  1298. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  1299. package/node_modules/proxy-from-env/.eslintrc +0 -29
  1300. package/node_modules/proxy-from-env/.travis.yml +0 -10
  1301. package/node_modules/proxy-from-env/test.js +0 -483
  1302. package/node_modules/strnum/.github/SECURITY.md +0 -5
  1303. package/node_modules/strnum/.vscode/launch.json +0 -25
  1304. package/node_modules/strnum/algo.stflow +0 -84
  1305. package/node_modules/strnum/tests/infinity_test.js +0 -18
  1306. package/node_modules/strnum/tests/strnum_test.js +0 -172
  1307. /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
  1308. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  1309. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  1310. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  1311. /package/node_modules/@smithy/middleware-retry/dist-es/{types.js → retry-pre-sra-deprecated/types.js} +0 -0
  1312. /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
  1313. /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
  1314. /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"./lib/fxvalidator.min.js","mappings":"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","sources":["webpack://XMLValidator/webpack/universalModuleDefinition","webpack://XMLValidator/webpack/bootstrap","webpack://XMLValidator/webpack/runtime/define property getters","webpack://XMLValidator/webpack/runtime/hasOwnProperty shorthand","webpack://XMLValidator/webpack/runtime/make namespace object","webpack://XMLValidator/./src/util.js","webpack://XMLValidator/./src/validator.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLValidator\"] = factory();\n\telse\n\t\troot[\"XMLValidator\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function (string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n","'use strict';\n\nimport { getAllMatches, isName } from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n\n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i + 1] === '?') {\n i += 2;\n i = readPI(xmlData, i);\n if (i.err) return i;\n } else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n\n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\" + tagName + \"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\" + tagName + \"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\" + otg.tagName + \"' (opened in line \" + openPos.line + \", col \" + openPos.col + \") instead of closing tag '\" + tagName + \"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if (options.unpairedTags.indexOf(tagName) !== -1) {\n //don't push into stack\n } else {\n tags.push({ tagName, tagStartPos });\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i + 1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else {\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n } else {\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if (isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\" + xmlData[i] + \"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n } else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\" + tags[0].tagName + \"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n } else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\" +\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '') +\n \"' found.\", { line: 1, col: 1 });\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char) {\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\" + matches[i][2] + \"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\" + matches[i][2] + \"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\" + matches[i][2] + \"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\" + attrName + \"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!Object.prototype.hasOwnProperty.call(attrNames, attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\" + attrName + \"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","nameStartChar","regexName","RegExp","isName","string","exec","defaultOptions","allowBooleanAttributes","unpairedTags","validate","xmlData","options","assign","tags","tagFound","reachedRoot","substr","i","length","readPI","err","isWhiteSpace","getErrorObject","getLineNumberForPosition","tagStartPos","readCommentAndCDATA","closingTag","tagName","trim","substring","validateTagName","result","readAttributeStr","attrStr","index","attrStrStart","isValid","validateAttributeString","code","msg","line","tagClosed","otg","pop","openPos","col","indexOf","push","afterAmp","validateAmpersand","JSON","stringify","map","t","replace","char","start","tagname","angleBracketsCount","doubleQuote","singleQuote","startChar","validAttrStrRegxp","matches","regex","match","allmatches","startIndex","lastIndex","len","getAllMatches","attrNames","getPositionFromMatch","undefined","attrName","validateAttrName","re","validateNumberAmpersand","count","message","lineNumber","lines","split"],"sourceRoot":""}
1
+ {"version":3,"file":"./lib/fxvalidator.min.js","mappings":"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","sources":["webpack://XMLValidator/webpack/universalModuleDefinition","webpack://XMLValidator/webpack/bootstrap","webpack://XMLValidator/webpack/runtime/define property getters","webpack://XMLValidator/webpack/runtime/hasOwnProperty shorthand","webpack://XMLValidator/webpack/runtime/make namespace object","webpack://XMLValidator/./src/util.js","webpack://XMLValidator/./src/validator.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLValidator\"] = factory();\n\telse\n\t\troot[\"XMLValidator\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function (string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n/**\n * Dangerous property names that could lead to prototype pollution or security issues\n */\nexport const DANGEROUS_PROPERTY_NAMES = [\n // '__proto__',\n // 'constructor',\n // 'prototype',\n 'hasOwnProperty',\n 'toString',\n 'valueOf',\n '__defineGetter__',\n '__defineSetter__',\n '__lookupGetter__',\n '__lookupSetter__'\n];\n\nexport const criticalProperties = [\"__proto__\", \"constructor\", \"prototype\"];","'use strict';\n\nimport { getAllMatches, isName } from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n\n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i + 1] === '?') {\n i += 2;\n i = readPI(xmlData, i);\n if (i.err) return i;\n } else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n\n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\" + tagName + \"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\" + tagName + \"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\" + tagName + \"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\" + otg.tagName + \"' (opened in line \" + openPos.line + \", col \" + openPos.col + \") instead of closing tag '\" + tagName + \"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if (options.unpairedTags.indexOf(tagName) !== -1) {\n //don't push into stack\n } else {\n tags.push({ tagName, tagStartPos });\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i + 1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else {\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n } else {\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if (isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\" + xmlData[i] + \"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n } else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\" + tags[0].tagName + \"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n } else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\" +\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '') +\n \"' found.\", { line: 1, col: 1 });\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char) {\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\" + matches[i][2] + \"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\" + matches[i][2] + \"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\" + matches[i][2] + \"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\" + attrName + \"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!Object.prototype.hasOwnProperty.call(attrNames, attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\" + attrName + \"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","nameStartChar","regexName","RegExp","isName","string","exec","defaultOptions","allowBooleanAttributes","unpairedTags","validate","xmlData","options","assign","tags","tagFound","reachedRoot","substr","i","length","readPI","err","isWhiteSpace","getErrorObject","getLineNumberForPosition","tagStartPos","readCommentAndCDATA","closingTag","tagName","trim","substring","validateTagName","result","readAttributeStr","attrStr","index","attrStrStart","isValid","validateAttributeString","code","msg","line","tagClosed","otg","pop","openPos","col","indexOf","push","afterAmp","validateAmpersand","JSON","stringify","map","t","replace","char","start","tagname","angleBracketsCount","doubleQuote","singleQuote","startChar","validAttrStrRegxp","matches","regex","match","allmatches","startIndex","lastIndex","len","getAllMatches","attrNames","getPositionFromMatch","undefined","attrName","validateAttrName","re","validateNumberAmpersand","count","message","lineNumber","lines","split"],"sourceRoot":""}
@@ -0,0 +1,148 @@
1
+ /**
2
+ * Types copied from path-expression-matcher
3
+ * @version <version>
4
+ * @updated <date>
5
+ *
6
+ * Update this file when path-expression-matcher releases a new version.
7
+ * Source: https://github.com/NaturalIntelligence/path-expression-matcher
8
+ */
9
+
10
+ /**
11
+ * Options for creating an Expression
12
+ */
13
+ interface ExpressionOptions {
14
+ /**
15
+ * Path separator character
16
+ * @default '.'
17
+ */
18
+ separator?: string;
19
+ }
20
+
21
+ /**
22
+ * Parsed segment from an expression pattern
23
+ */
24
+ interface Segment {
25
+ type: 'tag' | 'deep-wildcard';
26
+ tag?: string;
27
+ namespace?: string;
28
+ attrName?: string;
29
+ attrValue?: string;
30
+ position?: 'first' | 'last' | 'odd' | 'even' | 'nth';
31
+ positionValue?: number;
32
+ }
33
+
34
+ /**
35
+ * Expression - Parses and stores a tag pattern expression.
36
+ * Patterns are parsed once and stored in an optimized structure for fast matching.
37
+ *
38
+ * @example
39
+ * ```typescript
40
+ * const expr = new Expression("root.users.user");
41
+ * const expr2 = new Expression("..user[id]:first");
42
+ * const expr3 = new Expression("root/users/user", { separator: '/' });
43
+ * ```
44
+ *
45
+ * Pattern Syntax:
46
+ * - `root.users.user` — Match exact path
47
+ * - `..user` — Match "user" at any depth (deep wildcard)
48
+ * - `user[id]` — Match user tag with "id" attribute
49
+ * - `user[id=123]` — Match user tag where id="123"
50
+ * - `user:first` — Match first occurrence of user tag
51
+ * - `ns::user` — Match user tag with namespace "ns"
52
+ * - `ns::user[id]:first` — Combine namespace, attribute, and position
53
+ */
54
+ declare class Expression {
55
+ readonly pattern: string;
56
+ readonly separator: string;
57
+ readonly segments: Segment[];
58
+
59
+ constructor(pattern: string, options?: ExpressionOptions);
60
+
61
+ get length(): number;
62
+ hasDeepWildcard(): boolean;
63
+ hasAttributeCondition(): boolean;
64
+ hasPositionSelector(): boolean;
65
+ toString(): string;
66
+ }
67
+
68
+ // ---------------------------------------------------------------------------
69
+ // ReadonlyMatcher
70
+ // ---------------------------------------------------------------------------
71
+
72
+ /**
73
+ * A live read-only view of a Matcher instance, returned by Matcher.readOnly().
74
+ *
75
+ * All query and inspection methods work normally and always reflect the current
76
+ * state of the underlying matcher. State-mutating methods (`push`, `pop`,
77
+ * `reset`, `updateCurrent`, `restore`) are not present — calling them on the
78
+ * underlying Proxy throws a `TypeError` at runtime.
79
+ *
80
+ * This is the type received by all FXP user callbacks when `jPath: false`.
81
+ */
82
+ interface ReadonlyMatcher {
83
+ readonly separator: string;
84
+
85
+ /** Check if current path matches an Expression. */
86
+ matches(expression: Expression): boolean;
87
+
88
+ /** Get current tag name, or `undefined` if path is empty. */
89
+ getCurrentTag(): string | undefined;
90
+
91
+ /** Get current namespace, or `undefined` if not present. */
92
+ getCurrentNamespace(): string | undefined;
93
+
94
+ /** Get attribute value of the current node. */
95
+ getAttrValue(attrName: string): any;
96
+
97
+ /** Check if the current node has a given attribute. */
98
+ hasAttr(attrName: string): boolean;
99
+
100
+ /** Sibling position of the current node (child index in parent). */
101
+ getPosition(): number;
102
+
103
+ /** Occurrence counter of the current tag name at this level. */
104
+ getCounter(): number;
105
+
106
+ /** Number of nodes in the current path. */
107
+ getDepth(): number;
108
+
109
+ /** Current path as a string (e.g. `"root.users.user"`). */
110
+ toString(separator?: string, includeNamespace?: boolean): string;
111
+
112
+ /** Current path as an array of tag names. */
113
+ toArray(): string[];
114
+
115
+ /**
116
+ * Create a snapshot of the current state.
117
+ * The snapshot can be passed to the real Matcher.restore() if needed.
118
+ */
119
+ snapshot(): MatcherSnapshot;
120
+ }
121
+
122
+ /** Internal node structure — exposed via snapshot only. */
123
+ interface PathNode {
124
+ tag: string;
125
+ namespace?: string;
126
+ position: number;
127
+ counter: number;
128
+ values?: Record<string, any>;
129
+ }
130
+
131
+ /** Snapshot of matcher state returned by `snapshot()` and `readOnly().snapshot()`. */
132
+ interface MatcherSnapshot {
133
+ path: PathNode[];
134
+ siblingStacks: Map<string, number>[];
135
+ }
136
+
137
+ declare namespace pem {
138
+ export {
139
+ Expression,
140
+ ExpressionOptions,
141
+ Segment,
142
+ ReadonlyMatcher,
143
+ PathNode,
144
+ MatcherSnapshot,
145
+ }
146
+ }
147
+
148
+ export = pem;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-parser",
3
- "version": "5.4.1",
3
+ "version": "5.5.8",
4
4
  "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
5
5
  "main": "./lib/fxp.cjs",
6
6
  "type": "module",
@@ -87,7 +87,8 @@
87
87
  }
88
88
  ],
89
89
  "dependencies": {
90
- "fast-xml-builder": "^1.0.0",
91
- "strnum": "^2.1.2"
90
+ "fast-xml-builder": "^1.1.4",
91
+ "path-expression-matcher": "^1.2.0",
92
+ "strnum": "^2.2.0"
92
93
  }
93
94
  }
@@ -1,3 +1,10 @@
1
+ import type { Expression, ReadonlyMatcher } from './pem';
2
+
3
+ // jPath: true → string
4
+ // jPath: false → ReadonlyMatcher
5
+ type JPathOrMatcher = string | ReadonlyMatcher;
6
+ type JPathOrExpression = string | Expression;
7
+
1
8
  export type ProcessEntitiesOptions = {
2
9
  /**
3
10
  * Whether to enable entity processing
@@ -34,6 +41,13 @@ export type ProcessEntitiesOptions = {
34
41
  */
35
42
  maxExpandedLength?: number;
36
43
 
44
+ /**
45
+ * Maximum number of entities allowed in the XML
46
+ *
47
+ * Defaults to `100`
48
+ */
49
+ maxEntityCount?: number;
50
+
37
51
  /**
38
52
  * Array of tag names where entity replacement is allowed.
39
53
  * If null, entities are replaced in all tags.
@@ -46,12 +60,12 @@ export type ProcessEntitiesOptions = {
46
60
  * Custom filter function to determine if entities should be replaced in a tag
47
61
  *
48
62
  * @param tagName - The name of the current tag
49
- * @param jPath - The jPath of the current tag
63
+ * @param jPathOrMatcher - The jPath string (if jPath: true) or Matcher instance (if jPath: false)
50
64
  * @returns `true` to allow entity replacement, `false` to skip
51
65
  *
52
66
  * Defaults to `null`
53
67
  */
54
- tagFilter?: ((tagName: string, jPath: string) => boolean) | null;
68
+ tagFilter?: ((tagName: string, jPathOrMatcher: JPathOrMatcher) => boolean) | null;
55
69
  };
56
70
 
57
71
  export type X2jOptions = {
@@ -96,7 +110,7 @@ export type X2jOptions = {
96
110
  *
97
111
  * Defaults to `true`
98
112
  */
99
- ignoreAttributes?: boolean | (string | RegExp)[] | ((attrName: string, jPath: string) => boolean);
113
+ ignoreAttributes?: boolean | (string | RegExp)[] | ((attrName: string, jPathOrMatcher: JPathOrMatcher) => boolean);
100
114
 
101
115
  /**
102
116
  * Whether to remove namespace string from tag and attribute names
@@ -150,28 +164,33 @@ export type X2jOptions = {
150
164
  /**
151
165
  * Control how tag value should be parsed. Called only if tag value is not empty
152
166
  *
167
+ * @param tagName - The name of the tag
168
+ * @param tagValue - The value of the tag
169
+ * @param jPathOrMatcher - The jPath string (if jPath: true) or Matcher instance (if jPath: false)
170
+ * @param hasAttributes - Whether the tag has attributes
171
+ * @param isLeafNode - Whether the tag is a leaf node
153
172
  * @returns {undefined|null} `undefined` or `null` to set original value.
154
173
  * @returns {unknown}
155
174
  *
156
175
  * 1. Different value or value with different data type to set new value.
157
176
  * 2. Same value to set parsed value if `parseTagValue: true`.
158
177
  *
159
- * Defaults to `(tagName, val, jPath, hasAttributes, isLeafNode) => val`
178
+ * Defaults to `(tagName, val, jPathOrMatcher, hasAttributes, isLeafNode) => val`
160
179
  */
161
- tagValueProcessor?: (tagName: string, tagValue: string, jPath: string, hasAttributes: boolean, isLeafNode: boolean) => unknown;
180
+ tagValueProcessor?: (tagName: string, tagValue: string, jPathOrMatcher: JPathOrMatcher, hasAttributes: boolean, isLeafNode: boolean) => unknown;
162
181
 
163
182
  /**
164
183
  * Control how attribute value should be parsed
165
184
  *
166
- * @param attrName
167
- * @param attrValue
168
- * @param jPath
185
+ * @param attrName - The name of the attribute
186
+ * @param attrValue - The value of the attribute
187
+ * @param jPathOrMatcher - The jPath string (if jPath: true) or Matcher instance (if jPath: false)
169
188
  * @returns {undefined|null} `undefined` or `null` to set original value
170
189
  * @returns {unknown}
171
190
  *
172
- * Defaults to `(attrName, val, jPath) => val`
191
+ * Defaults to `(attrName, val, jPathOrMatcher) => val`
173
192
  */
174
- attributeValueProcessor?: (attrName: string, attrValue: string, jPath: string) => unknown;
193
+ attributeValueProcessor?: (attrName: string, attrValue: string, jPathOrMatcher: JPathOrMatcher) => unknown;
175
194
 
176
195
  /**
177
196
  * Options to pass to `strnum` for parsing numbers
@@ -183,9 +202,13 @@ export type X2jOptions = {
183
202
  /**
184
203
  * Nodes to stop parsing at
185
204
  *
205
+ * Accepts string patterns or Expression objects from path-expression-matcher
206
+ *
207
+ * String patterns starting with "*." are automatically converted to ".." for backward compatibility
208
+ *
186
209
  * Defaults to `[]`
187
210
  */
188
- stopNodes?: string[];
211
+ stopNodes?: JPathOrExpression[];
189
212
 
190
213
  /**
191
214
  * List of tags without closing tags
@@ -204,15 +227,15 @@ export type X2jOptions = {
204
227
  /**
205
228
  * Determine whether a tag should be parsed as an array
206
229
  *
207
- * @param tagName
208
- * @param jPath
209
- * @param isLeafNode
210
- * @param isAttribute
230
+ * @param tagName - The name of the tag
231
+ * @param jPathOrMatcher - The jPath string (if jPath: true) or Matcher instance (if jPath: false)
232
+ * @param isLeafNode - Whether the tag is a leaf node
233
+ * @param isAttribute - Whether this is an attribute
211
234
  * @returns {boolean}
212
235
  *
213
236
  * Defaults to `() => false`
214
237
  */
215
- isArray?: (tagName: string, jPath: string, isLeafNode: boolean, isAttribute: boolean) => boolean;
238
+ isArray?: (tagName: string, jPathOrMatcher: JPathOrMatcher, isLeafNode: boolean, isAttribute: boolean) => boolean;
216
239
 
217
240
  /**
218
241
  * Whether to process default and DOCTYPE entities
@@ -266,12 +289,15 @@ export type X2jOptions = {
266
289
  * Change the tag name when a different name is returned. Skip the tag from parsed result when false is returned.
267
290
  * Modify `attrs` object to control attributes for the given tag.
268
291
  *
292
+ * @param tagName - The name of the tag
293
+ * @param jPathOrMatcher - The jPath string (if jPath: true) or Matcher instance (if jPath: false)
294
+ * @param attrs - The attributes object
269
295
  * @returns {string} new tag name.
270
296
  * @returns false to skip the tag
271
297
  *
272
- * Defaults to `(tagName, jPath, attrs) => tagName`
298
+ * Defaults to `(tagName, jPathOrMatcher, attrs) => tagName`
273
299
  */
274
- updateTag?: (tagName: string, jPath: string, attrs: { [k: string]: string }) => string | boolean;
300
+ updateTag?: (tagName: string, jPathOrMatcher: JPathOrMatcher, attrs: { [k: string]: string }) => string | boolean;
275
301
 
276
302
  /**
277
303
  * If true, adds a Symbol to all object nodes, accessible by {@link XMLParser.getMetaDataSymbol} with
@@ -292,6 +318,27 @@ export type X2jOptions = {
292
318
  * Defaults to `true`
293
319
  */
294
320
  strictReservedNames?: boolean;
321
+
322
+ /**
323
+ * Controls whether callbacks receive jPath as string or Matcher instance
324
+ *
325
+ * When `true` - callbacks receive jPath as string (backward compatible)
326
+ *
327
+ * When `false` - callbacks receive Matcher instance for advanced pattern matching
328
+ *
329
+ * Defaults to `true`
330
+ */
331
+ jPath?: boolean;
332
+
333
+ /**
334
+ * Function to sanitize dangerous property names
335
+ *
336
+ * @param name - The name of the property
337
+ * @returns {string} The sanitized name
338
+ *
339
+ * Defaults to `(name) => __name`
340
+ */
341
+ onDangerousProperty?: (name: string) => string;
295
342
  };
296
343
 
297
344
 
@@ -430,9 +477,11 @@ export type XmlBuilderOptions = {
430
477
  /**
431
478
  * Nodes to stop parsing at
432
479
  *
480
+ * Accepts string patterns or Expression objects from path-expression-matcher
481
+ *
433
482
  * Defaults to `[]`
434
483
  */
435
- stopNodes?: string[];
484
+ stopNodes?: JPathOrExpression[];
436
485
 
437
486
  /**
438
487
  * Control how tag value should be parsed. Called only if tag value is not empty
@@ -469,6 +518,13 @@ export type XmlBuilderOptions = {
469
518
 
470
519
 
471
520
  oneListGroup?: boolean;
521
+
522
+ /**
523
+ * Maximum number of nested tags
524
+ *
525
+ * Defaults to `100`
526
+ */
527
+ maxNestedTags?: number;
472
528
  };
473
529
 
474
530
  type ESchema = string | object | Array<string | object>;
@@ -0,0 +1,135 @@
1
+ /**
2
+ * Types copied from path-expression-matcher
3
+ * @version <version>
4
+ * @updated <date>
5
+ *
6
+ * Update this file when path-expression-matcher releases a new version.
7
+ * Source: https://github.com/NaturalIntelligence/path-expression-matcher
8
+ */
9
+
10
+ /**
11
+ * Options for creating an Expression
12
+ */
13
+ export interface ExpressionOptions {
14
+ /**
15
+ * Path separator character
16
+ * @default '.'
17
+ */
18
+ separator?: string;
19
+ }
20
+
21
+ /**
22
+ * Parsed segment from an expression pattern
23
+ */
24
+ export interface Segment {
25
+ type: 'tag' | 'deep-wildcard';
26
+ tag?: string;
27
+ namespace?: string;
28
+ attrName?: string;
29
+ attrValue?: string;
30
+ position?: 'first' | 'last' | 'odd' | 'even' | 'nth';
31
+ positionValue?: number;
32
+ }
33
+
34
+ /**
35
+ * Expression - Parses and stores a tag pattern expression.
36
+ * Patterns are parsed once and stored in an optimized structure for fast matching.
37
+ *
38
+ * @example
39
+ * ```typescript
40
+ * const expr = new Expression("root.users.user");
41
+ * const expr2 = new Expression("..user[id]:first");
42
+ * const expr3 = new Expression("root/users/user", { separator: '/' });
43
+ * ```
44
+ *
45
+ * Pattern Syntax:
46
+ * - `root.users.user` — Match exact path
47
+ * - `..user` — Match "user" at any depth (deep wildcard)
48
+ * - `user[id]` — Match user tag with "id" attribute
49
+ * - `user[id=123]` — Match user tag where id="123"
50
+ * - `user:first` — Match first occurrence of user tag
51
+ * - `ns::user` — Match user tag with namespace "ns"
52
+ * - `ns::user[id]:first` — Combine namespace, attribute, and position
53
+ */
54
+ export class Expression {
55
+ readonly pattern: string;
56
+ readonly separator: string;
57
+ readonly segments: Segment[];
58
+
59
+ constructor(pattern: string, options?: ExpressionOptions);
60
+
61
+ get length(): number;
62
+ hasDeepWildcard(): boolean;
63
+ hasAttributeCondition(): boolean;
64
+ hasPositionSelector(): boolean;
65
+ toString(): string;
66
+ }
67
+
68
+ // ---------------------------------------------------------------------------
69
+ // ReadonlyMatcher
70
+ // ---------------------------------------------------------------------------
71
+
72
+ /**
73
+ * A live read-only view of a {@link Matcher} instance, returned by {@link Matcher.readOnly}.
74
+ *
75
+ * All query and inspection methods work normally and always reflect the current
76
+ * state of the underlying matcher. State-mutating methods (`push`, `pop`,
77
+ * `reset`, `updateCurrent`, `restore`) are not present — calling them on the
78
+ * underlying Proxy throws a `TypeError` at runtime.
79
+ *
80
+ * This is the type received by all FXP user callbacks when `jPath: false`.
81
+ */
82
+ export interface ReadonlyMatcher {
83
+ readonly separator: string;
84
+
85
+ /** Check if current path matches an Expression. */
86
+ matches(expression: Expression): boolean;
87
+
88
+ /** Get current tag name, or `undefined` if path is empty. */
89
+ getCurrentTag(): string | undefined;
90
+
91
+ /** Get current namespace, or `undefined` if not present. */
92
+ getCurrentNamespace(): string | undefined;
93
+
94
+ /** Get attribute value of the current node. */
95
+ getAttrValue(attrName: string): any;
96
+
97
+ /** Check if the current node has a given attribute. */
98
+ hasAttr(attrName: string): boolean;
99
+
100
+ /** Sibling position of the current node (child index in parent). */
101
+ getPosition(): number;
102
+
103
+ /** Occurrence counter of the current tag name at this level. */
104
+ getCounter(): number;
105
+
106
+ /** Number of nodes in the current path. */
107
+ getDepth(): number;
108
+
109
+ /** Current path as a string (e.g. `"root.users.user"`). */
110
+ toString(separator?: string, includeNamespace?: boolean): string;
111
+
112
+ /** Current path as an array of tag names. */
113
+ toArray(): string[];
114
+
115
+ /**
116
+ * Create a snapshot of the current state.
117
+ * The snapshot can be passed to the real {@link Matcher.restore} if needed.
118
+ */
119
+ snapshot(): MatcherSnapshot;
120
+ }
121
+
122
+ /** Internal node structure — exposed via snapshot only. */
123
+ export interface PathNode {
124
+ tag: string;
125
+ namespace?: string;
126
+ position: number;
127
+ counter: number;
128
+ values?: Record<string, any>;
129
+ }
130
+
131
+ /** Snapshot of matcher state returned by `snapshot()` and `readOnly().snapshot()`. */
132
+ export interface MatcherSnapshot {
133
+ path: PathNode[];
134
+ siblingStacks: Map<string, number>[];
135
+ }
@@ -41,3 +41,21 @@ export function getValue(v) {
41
41
  return '';
42
42
  }
43
43
  }
44
+
45
+ /**
46
+ * Dangerous property names that could lead to prototype pollution or security issues
47
+ */
48
+ export const DANGEROUS_PROPERTY_NAMES = [
49
+ // '__proto__',
50
+ // 'constructor',
51
+ // 'prototype',
52
+ 'hasOwnProperty',
53
+ 'toString',
54
+ 'valueOf',
55
+ '__defineGetter__',
56
+ '__defineSetter__',
57
+ '__lookupGetter__',
58
+ '__lookupSetter__'
59
+ ];
60
+
61
+ export const criticalProperties = ["__proto__", "constructor", "prototype"];