cloudstructs 0.13.4 → 0.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3170) hide show
  1. package/.jsii +180 -7
  2. package/assets/slack-app/provider.lambda/index.js +20 -6628
  3. package/assets/slack-textract/detect.lambda/index.js +2390 -8083
  4. package/assets/ssl-server-test/analyze.lambda/index.js +37 -6639
  5. package/assets/toolkit-cleaner/clean.lambda/index.js +1 -1
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +1 -1
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/receiver.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/provider.lambda.js +21 -12
  13. package/lib/slack-app/slack-app.js +2 -2
  14. package/lib/slack-events/index.js +1 -1
  15. package/lib/slack-textract/detect.lambda.js +7 -4
  16. package/lib/slack-textract/index.js +1 -1
  17. package/lib/ssl-server-test/analyze.lambda.js +18 -13
  18. package/lib/ssl-server-test/index.js +1 -1
  19. package/lib/state-machine-cr-provider/index.js +1 -1
  20. package/lib/state-machine-cr-provider/runtime/http.d.ts +1 -1
  21. package/lib/state-machine-cr-provider/runtime/http.js +5 -20
  22. package/lib/static-website/index.js +1 -1
  23. package/lib/toolkit-cleaner/index.js +1 -1
  24. package/lib/url-shortener/index.js +1 -1
  25. package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +2 -2
  26. package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +2 -2
  27. package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -1
  28. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  29. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/bdd.js +49 -0
  30. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +5 -5
  31. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +243 -244
  32. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +3 -3
  33. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +14 -16
  34. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +20 -24
  35. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +9 -10
  36. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +1 -1
  37. package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +6 -6
  38. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  39. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  104. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  105. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  106. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  107. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  108. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  109. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
  110. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  111. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  112. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  113. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  114. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
  115. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
  116. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
  117. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  118. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  119. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  120. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  121. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  122. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  123. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  124. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/bdd.js +46 -0
  125. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +3 -3
  126. package/node_modules/@aws-sdk/client-lambda/dist-es/models/LambdaServiceException.js +1 -1
  127. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +1 -0
  128. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +5 -7
  129. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +5 -9
  130. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +3 -4
  131. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeExtensions.js +2 -2
  132. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  133. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
  134. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
  135. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  136. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
  137. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  138. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +7 -7
  139. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +6 -6
  140. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  141. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +6 -4
  142. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  143. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  144. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
  145. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  146. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  147. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +8 -6
  148. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  149. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  150. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  151. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  152. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  153. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  154. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
  155. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  156. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  157. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  158. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
  159. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  160. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  161. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +6 -4
  162. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
  163. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  164. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
  165. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  166. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  167. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
  168. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  169. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +7 -5
  170. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  171. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +7 -5
  172. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  173. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  174. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  175. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  176. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -5
  177. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -5
  178. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  179. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  180. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +10 -8
  181. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  182. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
  183. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +7 -5
  184. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  185. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -4
  186. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
  187. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  188. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  189. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  190. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  191. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  192. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  193. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  194. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +7 -5
  195. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -6
  196. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -6
  197. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  198. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -4
  199. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +7 -5
  200. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -6
  201. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +7 -5
  202. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  203. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  204. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  205. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  206. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  207. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  208. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  209. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  210. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
  211. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  212. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  213. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  214. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
  215. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +6 -4
  216. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  217. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  218. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  219. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  220. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  221. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +7 -5
  222. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +8 -6
  223. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  224. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  225. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/bdd.d.ts +2 -0
  226. package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +1 -0
  229. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  231. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
  232. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  233. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +7 -7
  234. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +12 -18
  235. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  236. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
  237. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  238. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
  239. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
  240. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  241. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  242. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
  243. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  244. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
  245. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  246. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  247. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  248. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  249. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
  250. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  251. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  252. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  253. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
  254. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  255. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  256. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
  257. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
  258. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  259. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
  260. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  261. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  262. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
  263. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  264. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
  265. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  266. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
  267. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  268. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  269. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  271. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
  272. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
  273. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  274. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  275. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
  276. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
  278. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
  279. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  280. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
  281. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
  282. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  283. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  284. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  285. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  286. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  287. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  288. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  289. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
  290. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
  291. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
  292. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  293. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  294. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
  295. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
  296. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
  297. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  298. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  299. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  300. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  301. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  302. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  303. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  304. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  305. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
  306. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  307. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  308. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  309. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
  310. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  312. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
  313. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  314. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  315. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  316. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
  317. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
  318. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  319. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  320. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  321. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +1 -0
  324. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +1 -1
  325. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  326. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  327. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  328. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +10 -4
  329. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +8 -4
  330. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +8 -4
  331. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +10 -4
  332. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +8 -4
  333. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +10 -4
  334. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +5 -4
  335. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +5 -4
  336. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +5 -4
  337. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +5 -4
  338. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +5 -4
  339. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +5 -4
  340. package/node_modules/@aws-sdk/client-lambda/package.json +21 -41
  341. package/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -108
  342. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  343. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
  344. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  345. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +118 -94
  346. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  347. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  348. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
  349. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  350. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  351. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  352. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  353. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  354. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +12 -11
  355. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  356. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  357. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  358. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +11 -11
  359. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -2
  360. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +7 -5
  361. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -6
  362. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  363. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +3 -3
  364. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +43 -28
  365. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -9
  366. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +4 -4
  367. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +3 -3
  368. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  369. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +6 -5
  370. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  371. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  372. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-arn-parser/arn.js +21 -0
  373. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-format-url/format-url.js +29 -0
  374. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
  375. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  376. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  377. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
  378. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  379. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  380. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  381. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  382. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  383. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  384. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-arn-parser/arn.d.ts +32 -0
  385. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-format-url/format-url.d.ts +2 -0
  386. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
  387. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  388. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  389. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  390. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  391. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  392. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  393. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -0
  394. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -0
  395. package/node_modules/@aws-sdk/core/package.json +18 -13
  396. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  397. package/node_modules/@aws-sdk/core/util.js +5 -0
  398. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  399. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  400. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  401. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  402. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  403. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  404. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  405. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  406. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  407. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  408. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  409. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  410. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  411. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  412. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  413. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  414. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  415. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  416. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  417. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  418. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  419. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  420. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  421. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  422. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  423. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  424. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  425. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  426. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  427. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  428. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  429. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  430. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  431. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  432. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  433. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  434. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  435. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  436. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  437. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  438. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  439. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  440. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  441. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  442. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  443. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  444. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  445. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  446. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  447. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  448. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  449. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  450. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  451. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
  452. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
  453. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
  454. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
  455. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
  456. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  457. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  458. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
  459. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
  460. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
  461. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
  462. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
  463. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
  464. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  465. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
  466. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  467. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
  473. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
  474. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  475. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
  476. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  477. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
  478. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  479. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  480. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  481. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  482. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  483. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
  484. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
  485. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  486. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
  487. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  488. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
  489. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  490. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  491. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  492. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  493. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  494. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
  495. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
  496. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  497. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
  498. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  499. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
  500. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  501. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  502. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  503. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  504. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  505. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
  506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
  507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
  509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -5
  511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -9
  512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
  520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -9
  521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +11 -5
  522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
  523. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
  524. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  525. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  526. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  527. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  528. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  531. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  532. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
  533. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
  534. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  535. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  536. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  537. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  546. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
  550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
  551. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
  552. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  553. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  554. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  555. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  556. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  558. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  559. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
  560. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
  561. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -18
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  566. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  567. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  568. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -1
  569. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -6
  570. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +13 -7
  571. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -6
  572. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  573. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
  574. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  575. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  576. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  577. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  578. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  579. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  580. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  581. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  582. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  583. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
  584. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  585. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  586. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  587. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  588. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  589. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  590. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
  591. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
  592. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
  593. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  594. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  595. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  596. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  597. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  598. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  599. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
  600. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
  601. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
  602. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  603. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  604. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  605. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  606. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  607. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  608. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  609. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  610. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
  611. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -19
  612. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  613. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  614. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  615. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  616. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  617. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  618. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +2 -1
  619. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +15 -9
  620. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +38 -19
  621. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +16 -10
  622. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  623. package/node_modules/@aws-sdk/nested-clients/package.json +13 -33
  624. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
  625. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
  626. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
  627. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
  628. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
  629. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
  630. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  631. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
  632. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  633. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
  634. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  635. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +157 -0
  636. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  637. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js +36 -0
  638. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -0
  639. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  640. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  641. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts +20 -0
  642. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -0
  643. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  644. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  645. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +21 -0
  646. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -0
  647. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  648. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +60 -0
  649. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  650. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  651. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  652. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  653. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  654. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  655. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  656. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  657. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  658. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  659. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  660. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  661. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  662. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  663. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  664. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
  665. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  666. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  667. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
  668. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  669. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
  670. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
  671. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  672. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
  673. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
  674. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
  675. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  676. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
  677. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
  678. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
  679. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  680. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
  681. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
  682. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
  683. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
  684. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  685. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  686. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  687. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  688. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
  689. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
  690. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
  691. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
  692. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
  693. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
  694. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
  695. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
  696. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
  697. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
  698. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
  699. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  700. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  701. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
  702. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  703. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  704. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
  705. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  706. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
  707. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  708. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  709. package/node_modules/@aws-sdk/xml-builder/package.json +5 -4
  710. package/node_modules/@nodable/entities/README.md +41 -0
  711. package/node_modules/@nodable/entities/package.json +54 -0
  712. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  713. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  714. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  715. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  716. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  717. package/node_modules/@nodable/entities/src/index.js +29 -0
  718. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +71 -2
  719. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  720. package/node_modules/@slack/types/dist/chunk.d.ts +11 -1
  721. package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -1
  722. package/node_modules/@slack/types/package.json +1 -1
  723. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +15 -0
  724. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  725. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +15 -0
  726. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  727. package/node_modules/@slack/web-api/package.json +4 -5
  728. package/node_modules/@smithy/core/checksum.d.ts +5 -0
  729. package/node_modules/@smithy/core/checksum.js +5 -0
  730. package/node_modules/@smithy/core/client.d.ts +7 -0
  731. package/node_modules/@smithy/core/client.js +6 -0
  732. package/node_modules/@smithy/core/config.d.ts +5 -0
  733. package/node_modules/@smithy/core/config.js +5 -0
  734. package/node_modules/@smithy/core/dist-cjs/index.js +8 -8
  735. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +2 -2
  736. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +4 -4
  737. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +41 -27
  738. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +202 -0
  739. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +259 -0
  740. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +229 -0
  741. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1136 -0
  742. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +375 -0
  743. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +735 -0
  744. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +364 -0
  745. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +860 -0
  746. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +875 -5
  747. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +866 -0
  748. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +643 -11
  749. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +314 -30
  750. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +800 -0
  751. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +827 -0
  752. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -6
  753. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1405 -0
  754. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1100 -5
  755. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1405 -0
  756. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  757. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  758. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -2
  759. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  760. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +2 -2
  761. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +24 -14
  762. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -4
  763. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +1 -2
  764. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -2
  765. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +11 -6
  766. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
  767. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
  768. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
  769. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
  770. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
  771. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
  772. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +6 -0
  773. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +5 -0
  774. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +6 -0
  775. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +3 -0
  776. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +168 -0
  777. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +26 -0
  778. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
  779. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
  780. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +49 -0
  781. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
  782. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
  783. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
  784. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
  785. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
  786. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  787. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
  788. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
  789. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
  790. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +98 -0
  791. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
  792. package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
  793. package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
  794. package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
  795. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
  796. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
  797. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
  798. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
  799. package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
  800. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
  801. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
  802. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
  803. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
  804. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
  805. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
  806. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
  807. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +21 -0
  808. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +3 -0
  809. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +65 -0
  810. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +31 -0
  811. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
  812. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
  813. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
  814. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +25 -0
  815. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +3 -3
  816. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js +16 -0
  817. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js +26 -0
  818. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js +28 -0
  819. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js +17 -0
  820. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
  821. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js +42 -0
  822. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js +12 -0
  823. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js +28 -0
  824. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +17 -9
  825. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +184 -0
  826. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
  827. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
  828. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
  829. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
  830. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
  831. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
  832. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -1
  833. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -8
  834. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +11 -8
  835. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +2 -2
  836. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +1 -1
  837. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +12 -0
  838. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +39 -0
  839. package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
  840. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  841. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +1 -3
  842. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +1 -1
  843. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +1 -2
  844. package/node_modules/@smithy/core/dist-es/submodules/protocols/url-parser/parseUrl.js +18 -0
  845. package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
  846. package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
  847. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +50 -0
  848. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
  849. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
  850. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +49 -0
  851. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
  852. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
  853. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
  854. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
  855. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
  856. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +109 -0
  857. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +44 -0
  858. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
  859. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +19 -0
  860. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
  861. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +93 -0
  862. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +18 -1
  863. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
  864. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -1
  865. package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
  866. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +41 -0
  867. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +40 -10
  868. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +43 -0
  869. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
  870. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  871. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
  872. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
  873. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
  874. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
  875. package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
  876. package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
  877. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
  878. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +60 -0
  879. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
  880. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
  881. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
  882. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +38 -0
  883. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
  884. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
  885. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
  886. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +53 -0
  887. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +48 -0
  888. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
  889. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +10 -0
  890. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
  891. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
  892. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  893. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  894. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -1
  895. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  896. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +1 -1
  897. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +1 -1
  898. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  899. package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +2 -2
  900. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +2 -1
  901. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +3 -3
  902. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +5 -4
  903. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +4 -4
  904. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +3 -4
  905. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -3
  906. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
  907. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
  908. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
  909. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
  910. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
  911. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
  912. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +5 -0
  913. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +5 -0
  914. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +5 -0
  915. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +12 -0
  916. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +16 -0
  917. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +26 -0
  918. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
  919. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +119 -0
  920. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
  921. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
  922. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
  923. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
  924. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
  925. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
  926. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
  927. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
  928. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
  929. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
  930. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
  931. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +5 -0
  932. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
  933. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
  934. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
  935. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +49 -0
  936. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  937. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  938. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  939. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
  940. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
  941. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
  942. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
  943. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
  944. package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
  945. package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
  946. package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
  947. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
  948. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
  949. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
  950. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
  951. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
  952. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
  953. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
  954. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
  955. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
  956. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
  957. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
  958. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
  959. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
  960. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +23 -0
  961. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  962. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +21 -0
  963. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
  964. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
  965. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +11 -0
  966. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +12 -0
  967. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
  968. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
  969. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
  970. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
  971. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
  972. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
  973. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
  974. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
  975. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
  976. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
  977. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
  978. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
  979. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
  980. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
  981. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
  982. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
  983. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
  984. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
  985. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
  986. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
  987. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
  988. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
  989. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
  990. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
  991. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -1
  992. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +2 -2
  993. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +3 -3
  994. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +2 -2
  995. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +14 -0
  996. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
  997. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
  998. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +32 -0
  999. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpRequest.d.ts +55 -0
  1000. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +3 -2
  1001. package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
  1002. package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
  1003. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +68 -0
  1004. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1005. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1006. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
  1007. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
  1008. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
  1009. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
  1010. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
  1011. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
  1012. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
  1013. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  1014. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  1015. package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +7 -19
  1016. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +39 -0
  1017. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +37 -10
  1018. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +37 -0
  1019. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +4 -6
  1020. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +31 -51
  1021. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +3 -12
  1022. package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +1 -2
  1023. package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
  1024. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
  1025. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +60 -0
  1026. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
  1027. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
  1028. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
  1029. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
  1030. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
  1031. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
  1032. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
  1033. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
  1034. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +6 -0
  1035. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +3 -0
  1036. package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
  1037. package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
  1038. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +2 -2
  1039. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +2 -2
  1040. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +2 -1
  1041. package/node_modules/@smithy/core/package.json +110 -11
  1042. package/node_modules/@smithy/core/retry.d.ts +5 -0
  1043. package/node_modules/@smithy/core/retry.js +5 -0
  1044. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +39 -41
  1045. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +1 -1
  1046. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +3 -3
  1047. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +2 -3
  1048. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -3
  1049. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +2 -2
  1050. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1051. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1052. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +3 -3
  1053. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +3 -3
  1054. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1055. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -2
  1056. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -2
  1057. package/node_modules/@smithy/credential-provider-imds/package.json +2 -4
  1058. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -7
  1059. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -2
  1060. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  1061. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +2 -1
  1062. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -7
  1063. package/node_modules/@smithy/fetch-http-handler/package.json +2 -4
  1064. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -4
  1065. package/node_modules/@smithy/is-array-buffer/package.json +12 -13
  1066. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +246 -120
  1067. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +1 -1
  1068. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1069. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +26 -16
  1070. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +90 -41
  1071. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  1072. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +46 -43
  1073. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +1 -1
  1074. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  1075. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1076. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1077. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -5
  1078. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +36 -14
  1079. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +33 -9
  1080. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +7 -7
  1081. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -2
  1082. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1083. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1084. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -1
  1085. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -2
  1086. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -1
  1087. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1088. package/node_modules/@smithy/node-http-handler/package.json +2 -3
  1089. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +167 -170
  1090. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +1 -2
  1091. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +3 -4
  1092. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +3 -4
  1093. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +1 -2
  1094. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  1095. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +1 -3
  1096. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +1 -1
  1097. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +1 -1
  1098. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +2 -1
  1099. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -2
  1100. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +1 -1
  1101. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +2 -3
  1102. package/node_modules/@smithy/signature-v4/package.json +2 -7
  1103. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +44 -17
  1104. package/node_modules/@smithy/util-buffer-from/package.json +14 -15
  1105. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +60 -27
  1106. package/node_modules/@smithy/util-utf8/package.json +13 -14
  1107. package/node_modules/@types/node/README.md +15 -0
  1108. package/node_modules/@types/node/assert/strict.d.ts +8 -0
  1109. package/node_modules/@types/node/assert.d.ts +1005 -0
  1110. package/node_modules/@types/node/async_hooks.d.ts +586 -0
  1111. package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
  1112. package/node_modules/@types/node/buffer.d.ts +1901 -0
  1113. package/node_modules/@types/node/child_process.d.ts +1453 -0
  1114. package/node_modules/@types/node/cluster.d.ts +578 -0
  1115. package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
  1116. package/node_modules/@types/node/compatibility/index.d.ts +9 -0
  1117. package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  1118. package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
  1119. package/node_modules/@types/node/console.d.ts +452 -0
  1120. package/node_modules/@types/node/constants.d.ts +21 -0
  1121. package/node_modules/@types/node/crypto.d.ts +4504 -0
  1122. package/node_modules/@types/node/dgram.d.ts +596 -0
  1123. package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
  1124. package/node_modules/@types/node/dns/promises.d.ts +477 -0
  1125. package/node_modules/@types/node/dns.d.ts +860 -0
  1126. package/node_modules/@types/node/domain.d.ts +170 -0
  1127. package/node_modules/@types/node/events.d.ts +863 -0
  1128. package/node_modules/@types/node/fs/promises.d.ts +1208 -0
  1129. package/node_modules/@types/node/fs.d.ts +4332 -0
  1130. package/node_modules/@types/node/globals.d.ts +170 -0
  1131. package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  1132. package/node_modules/@types/node/http.d.ts +1919 -0
  1133. package/node_modules/@types/node/http2.d.ts +2580 -0
  1134. package/node_modules/@types/node/https.d.ts +549 -0
  1135. package/node_modules/@types/node/index.d.ts +92 -0
  1136. package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
  1137. package/node_modules/@types/node/module.d.ts +503 -0
  1138. package/node_modules/@types/node/net.d.ts +924 -0
  1139. package/node_modules/@types/node/os.d.ts +480 -0
  1140. package/node_modules/@types/node/package.json +145 -0
  1141. package/node_modules/@types/node/path.d.ts +191 -0
  1142. package/node_modules/@types/node/perf_hooks.d.ts +860 -0
  1143. package/node_modules/@types/node/process.d.ts +1632 -0
  1144. package/node_modules/@types/node/punycode.d.ts +117 -0
  1145. package/node_modules/@types/node/querystring.d.ts +140 -0
  1146. package/node_modules/@types/node/readline/promises.d.ts +154 -0
  1147. package/node_modules/@types/node/readline.d.ts +715 -0
  1148. package/node_modules/@types/node/repl.d.ts +430 -0
  1149. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  1150. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  1151. package/node_modules/@types/node/stream/web.d.ts +527 -0
  1152. package/node_modules/@types/node/stream.d.ts +1680 -0
  1153. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  1154. package/node_modules/@types/node/test.d.ts +1208 -0
  1155. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  1156. package/node_modules/@types/node/timers.d.ts +286 -0
  1157. package/node_modules/@types/node/tls.d.ts +1204 -0
  1158. package/node_modules/@types/node/trace_events.d.ts +171 -0
  1159. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
  1160. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  1161. package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  1162. package/node_modules/@types/node/tty.d.ts +206 -0
  1163. package/node_modules/@types/node/url.d.ts +957 -0
  1164. package/node_modules/@types/node/util.d.ts +2083 -0
  1165. package/node_modules/@types/node/v8.d.ts +753 -0
  1166. package/node_modules/@types/node/vm.d.ts +704 -0
  1167. package/node_modules/@types/node/wasi.d.ts +160 -0
  1168. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  1169. package/node_modules/@types/node/web-globals/events.d.ts +81 -0
  1170. package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
  1171. package/node_modules/@types/node/worker_threads.d.ts +698 -0
  1172. package/node_modules/@types/node/zlib.d.ts +517 -0
  1173. package/node_modules/agent-base/README.md +145 -0
  1174. package/node_modules/agent-base/dist/src/index.d.ts +78 -0
  1175. package/node_modules/agent-base/dist/src/index.js +203 -0
  1176. package/node_modules/agent-base/dist/src/index.js.map +1 -0
  1177. package/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  1178. package/node_modules/agent-base/dist/src/promisify.js +18 -0
  1179. package/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  1180. package/node_modules/agent-base/package.json +64 -0
  1181. package/node_modules/agent-base/src/index.ts +345 -0
  1182. package/node_modules/agent-base/src/promisify.ts +33 -0
  1183. package/node_modules/axios/CHANGELOG.md +331 -0
  1184. package/node_modules/axios/README.md +634 -227
  1185. package/node_modules/axios/dist/axios.js +1516 -1118
  1186. package/node_modules/axios/dist/axios.js.map +1 -1
  1187. package/node_modules/axios/dist/axios.min.js +3 -3
  1188. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1189. package/node_modules/axios/dist/browser/axios.cjs +1657 -1197
  1190. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1191. package/node_modules/axios/dist/esm/axios.js +1657 -1196
  1192. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1193. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1194. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1195. package/node_modules/axios/dist/node/axios.cjs +1762 -1104
  1196. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1197. package/node_modules/axios/index.d.cts +40 -41
  1198. package/node_modules/axios/index.d.ts +151 -227
  1199. package/node_modules/axios/index.js +2 -0
  1200. package/node_modules/axios/lib/adapters/adapters.js +4 -2
  1201. package/node_modules/axios/lib/adapters/fetch.js +152 -17
  1202. package/node_modules/axios/lib/adapters/http.js +426 -68
  1203. package/node_modules/axios/lib/adapters/xhr.js +8 -3
  1204. package/node_modules/axios/lib/core/Axios.js +7 -3
  1205. package/node_modules/axios/lib/core/AxiosError.js +120 -34
  1206. package/node_modules/axios/lib/core/AxiosHeaders.js +5 -35
  1207. package/node_modules/axios/lib/core/buildFullPath.js +1 -1
  1208. package/node_modules/axios/lib/core/dispatchRequest.js +19 -7
  1209. package/node_modules/axios/lib/core/mergeConfig.js +21 -4
  1210. package/node_modules/axios/lib/core/settle.js +7 -11
  1211. package/node_modules/axios/lib/defaults/index.js +14 -9
  1212. package/node_modules/axios/lib/env/data.js +1 -1
  1213. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -2
  1214. package/node_modules/axios/lib/helpers/buildURL.js +1 -1
  1215. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  1216. package/node_modules/axios/lib/helpers/cookies.js +14 -2
  1217. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +28 -1
  1218. package/node_modules/axios/lib/helpers/formDataToJSON.js +4 -2
  1219. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  1220. package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
  1221. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1222. package/node_modules/axios/lib/helpers/progressEventReducer.js +8 -5
  1223. package/node_modules/axios/lib/helpers/resolveConfig.js +54 -18
  1224. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  1225. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +74 -2
  1226. package/node_modules/axios/lib/helpers/toFormData.js +10 -2
  1227. package/node_modules/axios/lib/helpers/validator.js +3 -1
  1228. package/node_modules/axios/lib/utils.js +41 -28
  1229. package/node_modules/axios/package.json +19 -24
  1230. package/node_modules/debug/LICENSE +20 -0
  1231. package/node_modules/debug/README.md +481 -0
  1232. package/node_modules/debug/package.json +64 -0
  1233. package/node_modules/debug/src/browser.js +272 -0
  1234. package/node_modules/debug/src/common.js +292 -0
  1235. package/node_modules/debug/src/index.js +10 -0
  1236. package/node_modules/debug/src/node.js +263 -0
  1237. package/node_modules/fast-xml-builder/CHANGELOG.md +24 -0
  1238. package/node_modules/fast-xml-builder/README.md +53 -2
  1239. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
  1240. package/node_modules/fast-xml-builder/lib/fxb.d.cts +91 -1
  1241. package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
  1242. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
  1243. package/node_modules/fast-xml-builder/package.json +3 -2
  1244. package/node_modules/fast-xml-builder/src/fxb.d.ts +93 -3
  1245. package/node_modules/fast-xml-builder/src/fxb.js +108 -38
  1246. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +97 -30
  1247. package/node_modules/fast-xml-builder/src/util.js +16 -0
  1248. package/node_modules/fast-xml-parser/CHANGELOG.md +820 -0
  1249. package/node_modules/fast-xml-parser/README.md +205 -0
  1250. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  1251. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  1252. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  1253. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  1254. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  1255. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  1256. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  1257. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  1258. package/node_modules/fast-xml-parser/package.json +95 -0
  1259. package/node_modules/fast-xml-parser/src/fxp.d.ts +738 -0
  1260. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +407 -0
  1261. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +163 -0
  1262. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +840 -0
  1263. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  1264. package/node_modules/hasown/CHANGELOG.md +11 -0
  1265. package/node_modules/hasown/eslint.config.mjs +6 -0
  1266. package/node_modules/hasown/index.d.ts +1 -0
  1267. package/node_modules/hasown/package.json +14 -14
  1268. package/node_modules/https-proxy-agent/README.md +137 -0
  1269. package/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  1270. package/node_modules/https-proxy-agent/dist/agent.js +177 -0
  1271. package/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  1272. package/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  1273. package/node_modules/https-proxy-agent/dist/index.js +14 -0
  1274. package/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  1275. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  1276. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  1277. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  1278. package/node_modules/https-proxy-agent/package.json +56 -0
  1279. package/node_modules/ms/index.js +162 -0
  1280. package/node_modules/ms/license.md +21 -0
  1281. package/node_modules/ms/package.json +38 -0
  1282. package/node_modules/ms/readme.md +59 -0
  1283. package/node_modules/strnum/CHANGELOG.md +3 -0
  1284. package/node_modules/strnum/package.json +3 -2
  1285. package/node_modules/strnum/strnum.js +12 -10
  1286. package/node_modules/undici-types/agent.d.ts +31 -0
  1287. package/node_modules/undici-types/api.d.ts +43 -0
  1288. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  1289. package/node_modules/undici-types/client.d.ts +97 -0
  1290. package/node_modules/undici-types/connector.d.ts +34 -0
  1291. package/node_modules/undici-types/cookies.d.ts +28 -0
  1292. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  1293. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  1294. package/node_modules/undici-types/errors.d.ts +128 -0
  1295. package/node_modules/undici-types/fetch.d.ts +209 -0
  1296. package/node_modules/undici-types/file.d.ts +39 -0
  1297. package/node_modules/undici-types/filereader.d.ts +54 -0
  1298. package/node_modules/undici-types/formdata.d.ts +108 -0
  1299. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1300. package/node_modules/undici-types/global-origin.d.ts +7 -0
  1301. package/node_modules/undici-types/handlers.d.ts +9 -0
  1302. package/node_modules/undici-types/header.d.ts +4 -0
  1303. package/node_modules/undici-types/index.d.ts +63 -0
  1304. package/node_modules/undici-types/interceptors.d.ts +5 -0
  1305. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  1306. package/node_modules/undici-types/mock-client.d.ts +25 -0
  1307. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  1308. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1309. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  1310. package/node_modules/undici-types/package.json +55 -0
  1311. package/node_modules/undici-types/patch.d.ts +71 -0
  1312. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  1313. package/node_modules/undici-types/pool.d.ts +28 -0
  1314. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  1315. package/node_modules/undici-types/readable.d.ts +61 -0
  1316. package/node_modules/undici-types/webidl.d.ts +220 -0
  1317. package/node_modules/undici-types/websocket.d.ts +131 -0
  1318. package/node_modules/xml-naming/README.md +189 -0
  1319. package/node_modules/xml-naming/package.json +54 -0
  1320. package/node_modules/xml-naming/src/index.d.ts +74 -0
  1321. package/node_modules/xml-naming/src/index.js +270 -0
  1322. package/package.json +25 -28
  1323. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1324. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1325. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1326. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1327. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1328. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1329. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1330. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1331. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1332. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1333. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1334. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1335. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1336. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
  1337. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1338. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1339. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1340. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1341. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1342. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1343. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1344. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1345. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1346. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1347. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1348. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  1349. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1350. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1351. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1352. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  1353. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  1354. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1355. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1356. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1357. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1358. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1359. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1360. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1361. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1362. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1363. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1364. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  1365. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  1366. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  1367. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1368. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  1369. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  1370. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  1371. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  1372. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1373. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1374. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  1375. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  1376. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1377. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  1378. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  1379. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1380. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  1381. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  1382. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  1383. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1384. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1385. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1386. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1387. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1388. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1389. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  1390. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +0 -7
  1391. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +0 -4
  1392. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/ruleset.d.ts +0 -2
  1393. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1394. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1395. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  1396. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  1397. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  1398. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  1399. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  1400. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  1401. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  1402. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  1403. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  1404. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  1405. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  1406. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  1407. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  1408. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  1409. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  1410. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  1411. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  1412. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  1413. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  1414. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  1415. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  1416. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  1417. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  1418. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  1419. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  1420. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  1421. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  1422. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  1423. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  1424. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  1425. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  1426. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1427. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  1428. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  1429. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  1430. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1431. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  1432. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1433. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  1434. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  1435. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
  1436. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1437. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
  1438. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1439. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1440. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  1441. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  1442. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -95
  1443. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1444. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
  1445. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1446. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -50
  1447. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1448. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  1449. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  1450. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  1451. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  1452. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  1453. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  1454. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1455. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1456. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1457. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1458. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1459. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1460. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1461. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1462. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1463. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1464. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  1465. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +0 -759
  1466. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +0 -225
  1467. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  1468. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  1469. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  1470. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -603
  1471. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  1472. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  1473. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  1474. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  1475. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  1476. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +0 -94
  1477. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +0 -579
  1478. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  1479. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -410
  1480. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -159
  1481. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -911
  1482. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
  1483. package/node_modules/@sindresorhus/is/dist/index.d.ts +0 -232
  1484. package/node_modules/@sindresorhus/is/dist/index.js +0 -434
  1485. package/node_modules/@sindresorhus/is/dist/types.d.ts +0 -25
  1486. package/node_modules/@sindresorhus/is/dist/types.js +0 -3
  1487. package/node_modules/@sindresorhus/is/license +0 -9
  1488. package/node_modules/@sindresorhus/is/package.json +0 -96
  1489. package/node_modules/@sindresorhus/is/readme.md +0 -669
  1490. package/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  1491. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -59
  1492. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -950
  1493. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -603
  1494. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1495. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1765
  1496. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1366
  1497. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  1498. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1499. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  1500. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  1501. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -4047
  1502. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  1503. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1504. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  1505. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  1506. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  1507. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1011
  1508. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1509. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4658
  1510. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  1511. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1512. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2147
  1513. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2470
  1514. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  1515. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  1516. package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1517. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  1518. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1519. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -754
  1520. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  1521. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  1522. package/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  1523. package/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  1524. package/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  1525. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  1526. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1527. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2175
  1528. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  1529. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  1530. package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -897
  1531. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  1532. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -507
  1533. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -405
  1534. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  1535. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1021
  1536. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1537. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  1538. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -296
  1539. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1774
  1540. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  1541. package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -58
  1542. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2202
  1543. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  1544. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  1545. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  1546. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  1547. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1548. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1549. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1550. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1551. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1552. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1553. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  1554. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -532
  1555. package/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  1556. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  1557. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -980
  1558. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1170
  1559. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  1560. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1561. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1562. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1563. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1564. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1565. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1566. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1567. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1568. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1569. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1570. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1571. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1572. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1573. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1574. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1575. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -671
  1576. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  1577. package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +0 -21
  1578. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -32
  1579. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +0 -43
  1580. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1581. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1582. package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +0 -15
  1583. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -118
  1584. package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +0 -34
  1585. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +0 -30
  1586. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1587. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +0 -276
  1588. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1589. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +0 -161
  1590. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +0 -66
  1591. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +0 -211
  1592. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +0 -108
  1593. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1594. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +0 -7
  1595. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -73
  1596. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +0 -15
  1597. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +0 -160
  1598. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +0 -88
  1599. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +0 -73
  1600. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +0 -68
  1601. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1602. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +0 -27
  1603. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +0 -12
  1604. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1605. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +0 -27
  1606. package/node_modules/@slack/logger/node_modules/undici-types/package.json +0 -55
  1607. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -29
  1608. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +0 -19
  1609. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +0 -41
  1610. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1611. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +0 -68
  1612. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +0 -8
  1613. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +0 -125
  1614. package/node_modules/@slack/logger/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1615. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1616. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +0 -18
  1617. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +0 -7
  1618. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +0 -341
  1619. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +0 -186
  1620. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -21
  1621. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +0 -15
  1622. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -59
  1623. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -950
  1624. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +0 -603
  1625. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1626. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -1765
  1627. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -1366
  1628. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -432
  1629. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1630. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -93
  1631. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -14
  1632. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -4047
  1633. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -537
  1634. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1635. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -497
  1636. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -876
  1637. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -150
  1638. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -1011
  1639. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1640. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -4658
  1641. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -150
  1642. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1643. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -2147
  1644. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -2470
  1645. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -400
  1646. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -115
  1647. package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1648. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -264
  1649. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1650. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -754
  1651. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +0 -970
  1652. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -498
  1653. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +0 -155
  1654. package/node_modules/@slack/web-api/node_modules/@types/node/path/posix.d.ts +0 -8
  1655. package/node_modules/@slack/web-api/node_modules/@types/node/path/win32.d.ts +0 -8
  1656. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -178
  1657. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1658. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +0 -2175
  1659. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -89
  1660. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -139
  1661. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -897
  1662. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -158
  1663. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -507
  1664. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -405
  1665. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -47
  1666. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -1021
  1667. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1668. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +0 -211
  1669. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +0 -296
  1670. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +0 -1774
  1671. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -27
  1672. package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -58
  1673. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +0 -2202
  1674. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -93
  1675. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -149
  1676. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +0 -1193
  1677. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -103
  1678. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1679. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1680. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1681. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1682. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1683. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1684. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -225
  1685. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -532
  1686. package/node_modules/@slack/web-api/node_modules/@types/node/util/types.d.ts +0 -558
  1687. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -1677
  1688. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -980
  1689. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -1170
  1690. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -131
  1691. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1692. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1693. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1694. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1695. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  1696. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1697. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1698. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1699. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1700. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1701. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1702. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1703. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1704. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1705. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1706. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1707. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +0 -671
  1708. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -589
  1709. package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +0 -21
  1710. package/node_modules/@slack/web-api/node_modules/undici-types/README.md +0 -6
  1711. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -32
  1712. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +0 -43
  1713. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1714. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1715. package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +0 -36
  1716. package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +0 -15
  1717. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -118
  1718. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +0 -34
  1719. package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +0 -21
  1720. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +0 -30
  1721. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1722. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +0 -276
  1723. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1724. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +0 -161
  1725. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +0 -66
  1726. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +0 -211
  1727. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +0 -108
  1728. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1729. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +0 -7
  1730. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -73
  1731. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +0 -15
  1732. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +0 -160
  1733. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +0 -88
  1734. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +0 -73
  1735. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +0 -68
  1736. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1737. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +0 -27
  1738. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +0 -12
  1739. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1740. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +0 -27
  1741. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +0 -55
  1742. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -29
  1743. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +0 -19
  1744. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +0 -41
  1745. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1746. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +0 -68
  1747. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +0 -8
  1748. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +0 -125
  1749. package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1750. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1751. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +0 -18
  1752. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +0 -7
  1753. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +0 -341
  1754. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +0 -186
  1755. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  1756. package/node_modules/@smithy/config-resolver/README.md +0 -17
  1757. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -198
  1758. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -14
  1759. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -14
  1760. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1761. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
  1762. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
  1763. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  1764. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -15
  1765. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  1766. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  1767. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  1768. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  1769. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  1770. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  1771. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  1772. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1773. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1774. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  1775. package/node_modules/@smithy/config-resolver/package.json +0 -65
  1776. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  1777. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  1778. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  1779. package/node_modules/@smithy/eventstream-codec/README.md +0 -17
  1780. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -401
  1781. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -184
  1782. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -44
  1783. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
  1784. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
  1785. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
  1786. package/node_modules/@smithy/eventstream-codec/package.json +0 -64
  1787. package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -17
  1788. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -58
  1789. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -20
  1790. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  1791. package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
  1792. package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
  1793. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
  1794. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
  1795. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
  1796. package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
  1797. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -60
  1798. package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
  1799. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +0 -17
  1800. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -7
  1801. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  1802. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -4
  1803. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -61
  1804. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  1805. package/node_modules/@smithy/eventstream-serde-node/README.md +0 -17
  1806. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -53
  1807. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -19
  1808. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
  1809. package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
  1810. package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
  1811. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -23
  1812. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
  1813. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
  1814. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -12
  1815. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -61
  1816. package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
  1817. package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -17
  1818. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -132
  1819. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -25
  1820. package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
  1821. package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
  1822. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
  1823. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
  1824. package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
  1825. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
  1826. package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -65
  1827. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  1828. package/node_modules/@smithy/hash-node/README.md +0 -17
  1829. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -42
  1830. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -37
  1831. package/node_modules/@smithy/hash-node/package.json +0 -64
  1832. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  1833. package/node_modules/@smithy/invalid-dependency/README.md +0 -17
  1834. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -10
  1835. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  1836. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  1837. package/node_modules/@smithy/invalid-dependency/package.json +0 -60
  1838. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  1839. package/node_modules/@smithy/middleware-content-length/README.md +0 -17
  1840. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -46
  1841. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  1842. package/node_modules/@smithy/middleware-content-length/package.json +0 -63
  1843. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  1844. package/node_modules/@smithy/middleware-endpoint/README.md +0 -17
  1845. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  1846. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  1847. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  1848. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -264
  1849. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  1850. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -64
  1851. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  1852. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  1853. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -17
  1854. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  1855. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  1856. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
  1857. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
  1858. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  1859. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  1860. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  1861. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  1862. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -6
  1863. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  1864. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  1865. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
  1866. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
  1867. package/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  1868. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  1869. package/node_modules/@smithy/middleware-retry/README.md +0 -24
  1870. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -396
  1871. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  1872. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  1873. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -48
  1874. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -8
  1875. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  1876. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  1877. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +0 -49
  1878. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +0 -21
  1879. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +0 -94
  1880. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +0 -27
  1881. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +0 -2
  1882. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +0 -7
  1883. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -105
  1884. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -68
  1885. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -8
  1886. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1887. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1888. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +0 -24
  1889. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -14
  1890. package/node_modules/@smithy/middleware-retry/package.json +0 -79
  1891. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  1892. package/node_modules/@smithy/middleware-serde/README.md +0 -17
  1893. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -104
  1894. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -58
  1895. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  1896. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  1897. package/node_modules/@smithy/middleware-serde/package.json +0 -65
  1898. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  1899. package/node_modules/@smithy/middleware-stack/README.md +0 -91
  1900. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -285
  1901. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  1902. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  1903. package/node_modules/@smithy/middleware-stack/package.json +0 -63
  1904. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  1905. package/node_modules/@smithy/node-config-provider/README.md +0 -17
  1906. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -62
  1907. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
  1908. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  1909. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  1910. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  1911. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  1912. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
  1913. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
  1914. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
  1915. package/node_modules/@smithy/node-config-provider/package.json +0 -65
  1916. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  1917. package/node_modules/@smithy/property-provider/README.md +0 -17
  1918. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  1919. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  1920. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  1921. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  1922. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  1923. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  1924. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  1925. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  1926. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  1927. package/node_modules/@smithy/property-provider/package.json +0 -60
  1928. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  1929. package/node_modules/@smithy/protocol-http/README.md +0 -17
  1930. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -169
  1931. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  1932. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  1933. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -50
  1934. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
  1935. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  1936. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
  1937. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -56
  1938. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  1939. package/node_modules/@smithy/protocol-http/package.json +0 -61
  1940. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  1941. package/node_modules/@smithy/querystring-builder/README.md +0 -17
  1942. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -26
  1943. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  1944. package/node_modules/@smithy/querystring-builder/package.json +0 -60
  1945. package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  1946. package/node_modules/@smithy/querystring-parser/README.md +0 -17
  1947. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -27
  1948. package/node_modules/@smithy/querystring-parser/package.json +0 -60
  1949. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  1950. package/node_modules/@smithy/service-error-classification/README.md +0 -17
  1951. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -77
  1952. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -39
  1953. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -24
  1954. package/node_modules/@smithy/service-error-classification/package.json +0 -59
  1955. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1956. package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1957. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1958. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1959. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  1960. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  1961. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  1962. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1963. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1964. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1965. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1966. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  1967. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  1968. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1969. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1970. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  1971. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1972. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  1973. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1974. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1975. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1976. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  1977. package/node_modules/@smithy/smithy-client/README.md +0 -17
  1978. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -642
  1979. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -51
  1980. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  1981. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -131
  1982. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  1983. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -49
  1984. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
  1985. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  1986. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
  1987. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  1988. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -87
  1989. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  1990. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
  1991. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -18
  1992. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
  1993. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1994. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
  1995. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1996. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -26
  1997. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1998. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  1999. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  2000. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  2001. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
  2002. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  2003. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  2004. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
  2005. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  2006. package/node_modules/@smithy/smithy-client/package.json +0 -69
  2007. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  2008. package/node_modules/@smithy/url-parser/README.md +0 -17
  2009. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -23
  2010. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  2011. package/node_modules/@smithy/url-parser/package.json +0 -61
  2012. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  2013. package/node_modules/@smithy/util-base64/README.md +0 -4
  2014. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -12
  2015. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  2016. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  2017. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  2018. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -38
  2019. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  2020. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  2021. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  2022. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  2023. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  2024. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  2025. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  2026. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -5
  2027. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  2028. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  2029. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  2030. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  2031. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  2032. package/node_modules/@smithy/util-base64/package.json +0 -74
  2033. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  2034. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  2035. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -30
  2036. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  2037. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  2038. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2039. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  2040. package/node_modules/@smithy/util-body-length-browser/package.json +0 -61
  2041. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  2042. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  2043. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -32
  2044. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -27
  2045. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  2046. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  2047. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2048. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  2049. package/node_modules/@smithy/util-body-length-node/package.json +0 -62
  2050. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  2051. package/node_modules/@smithy/util-config-provider/README.md +0 -4
  2052. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -30
  2053. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  2054. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  2055. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  2056. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  2057. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  2058. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  2059. package/node_modules/@smithy/util-config-provider/package.json +0 -63
  2060. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  2061. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -17
  2062. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  2063. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -16
  2064. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -34
  2065. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  2066. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  2067. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  2068. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -30
  2069. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  2070. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  2071. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  2072. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2073. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  2074. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  2075. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  2076. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -17
  2077. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -74
  2078. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  2079. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  2080. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  2081. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  2082. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2083. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  2084. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  2085. package/node_modules/@smithy/util-endpoints/README.md +0 -17
  2086. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -561
  2087. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -8
  2088. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  2089. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  2090. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  2091. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  2092. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -44
  2093. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -42
  2094. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  2095. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -28
  2096. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  2097. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +0 -7
  2098. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  2099. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -8
  2100. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  2101. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  2102. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  2103. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -15
  2104. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  2105. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  2106. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  2107. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -7
  2108. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -8
  2109. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  2110. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -8
  2111. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  2112. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -4
  2113. package/node_modules/@smithy/util-endpoints/package.json +0 -68
  2114. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  2115. package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  2116. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -38
  2117. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  2118. package/node_modules/@smithy/util-hex-encoding/package.json +0 -61
  2119. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  2120. package/node_modules/@smithy/util-middleware/README.md +0 -17
  2121. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -15
  2122. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  2123. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  2124. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  2125. package/node_modules/@smithy/util-middleware/package.json +0 -66
  2126. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  2127. package/node_modules/@smithy/util-retry/README.md +0 -78
  2128. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -333
  2129. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -33
  2130. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -19
  2131. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -110
  2132. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -83
  2133. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -8
  2134. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -38
  2135. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -48
  2136. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -60
  2137. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -8
  2138. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +0 -11
  2139. package/node_modules/@smithy/util-retry/package.json +0 -70
  2140. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  2141. package/node_modules/@smithy/util-stream/README.md +0 -6
  2142. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -36
  2143. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  2144. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -64
  2145. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -39
  2146. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
  2147. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
  2148. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -103
  2149. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  2150. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -41
  2151. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -34
  2152. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -42
  2153. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -108
  2154. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -68
  2155. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -54
  2156. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
  2157. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
  2158. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -10
  2159. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -23
  2160. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -60
  2161. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  2162. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  2163. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
  2164. package/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -38
  2165. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
  2166. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  2167. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  2168. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  2169. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  2170. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
  2171. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -14
  2172. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -13
  2173. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -15
  2174. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
  2175. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -10
  2176. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  2177. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -12
  2178. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  2179. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -11
  2180. package/node_modules/@smithy/util-stream/package.json +0 -98
  2181. package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  2182. package/node_modules/@smithy/util-uri-escape/README.md +0 -10
  2183. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -9
  2184. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  2185. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  2186. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  2187. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  2188. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  2189. package/node_modules/@smithy/util-uri-escape/package.json +0 -60
  2190. package/node_modules/@smithy/util-waiter/LICENSE +0 -201
  2191. package/node_modules/@smithy/util-waiter/README.md +0 -17
  2192. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -179
  2193. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -48
  2194. package/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
  2195. package/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -60
  2196. package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
  2197. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2198. package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
  2199. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -10
  2200. package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
  2201. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
  2202. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +0 -49
  2203. package/node_modules/@smithy/util-waiter/package.json +0 -62
  2204. package/node_modules/@smithy/uuid/LICENSE +0 -201
  2205. package/node_modules/@smithy/uuid/README.md +0 -10
  2206. package/node_modules/@smithy/uuid/dist-cjs/index.js +0 -36
  2207. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +0 -6
  2208. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +0 -4
  2209. package/node_modules/@smithy/uuid/dist-es/index.js +0 -1
  2210. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +0 -1
  2211. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +0 -2
  2212. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +0 -1
  2213. package/node_modules/@smithy/uuid/dist-es/v4.js +0 -31
  2214. package/node_modules/@smithy/uuid/dist-types/index.d.ts +0 -1
  2215. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +0 -1
  2216. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +0 -2
  2217. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +0 -1
  2218. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +0 -1
  2219. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +0 -1
  2220. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +0 -2
  2221. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +0 -1
  2222. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +0 -19
  2223. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +0 -19
  2224. package/node_modules/@smithy/uuid/package.json +0 -66
  2225. package/node_modules/@szmarczak/http-timer/LICENSE +0 -21
  2226. package/node_modules/@szmarczak/http-timer/README.md +0 -93
  2227. package/node_modules/@szmarczak/http-timer/dist/source/index.d.ts +0 -32
  2228. package/node_modules/@szmarczak/http-timer/dist/source/index.js +0 -126
  2229. package/node_modules/@szmarczak/http-timer/package.json +0 -72
  2230. package/node_modules/@types/cacheable-request/LICENSE +0 -21
  2231. package/node_modules/@types/cacheable-request/README.md +0 -16
  2232. package/node_modules/@types/cacheable-request/index.d.ts +0 -137
  2233. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -21
  2234. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +0 -15
  2235. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -59
  2236. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -950
  2237. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +0 -603
  2238. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2239. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -1765
  2240. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -1366
  2241. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -432
  2242. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2243. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -93
  2244. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -14
  2245. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -4047
  2246. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -537
  2247. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2248. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -497
  2249. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -876
  2250. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -150
  2251. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -1011
  2252. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2253. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -4658
  2254. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -150
  2255. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2256. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -2147
  2257. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -2470
  2258. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -400
  2259. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -115
  2260. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2261. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -264
  2262. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2263. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -754
  2264. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +0 -970
  2265. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -498
  2266. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +0 -155
  2267. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/posix.d.ts +0 -8
  2268. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/win32.d.ts +0 -8
  2269. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -178
  2270. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2271. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +0 -2175
  2272. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -89
  2273. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -139
  2274. package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -897
  2275. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -158
  2276. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -507
  2277. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -405
  2278. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -47
  2279. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -1021
  2280. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2281. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +0 -211
  2282. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +0 -296
  2283. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +0 -1774
  2284. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -27
  2285. package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -58
  2286. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +0 -2202
  2287. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -93
  2288. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -149
  2289. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +0 -1193
  2290. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -103
  2291. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2293. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2294. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2297. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -225
  2298. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -532
  2299. package/node_modules/@types/cacheable-request/node_modules/@types/node/util/types.d.ts +0 -558
  2300. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -1677
  2301. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -980
  2302. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -1170
  2303. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -131
  2304. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2305. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2306. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2307. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2308. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2309. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2310. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2311. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2312. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2313. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2314. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2315. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2316. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2317. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2318. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2319. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2320. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +0 -671
  2321. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -589
  2322. package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +0 -21
  2323. package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +0 -6
  2324. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -32
  2325. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +0 -43
  2326. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2327. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2328. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +0 -36
  2329. package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +0 -15
  2330. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -118
  2331. package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +0 -34
  2332. package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +0 -21
  2333. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +0 -30
  2334. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2335. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +0 -276
  2336. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2337. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +0 -161
  2338. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +0 -66
  2339. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +0 -211
  2340. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +0 -108
  2341. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2342. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +0 -7
  2343. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -73
  2344. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +0 -15
  2345. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +0 -160
  2346. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +0 -88
  2347. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +0 -73
  2348. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +0 -68
  2349. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2350. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +0 -27
  2351. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +0 -12
  2352. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2353. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +0 -27
  2354. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +0 -55
  2355. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -29
  2356. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +0 -19
  2357. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +0 -41
  2358. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2359. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +0 -68
  2360. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +0 -8
  2361. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +0 -125
  2362. package/node_modules/@types/cacheable-request/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2363. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2364. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +0 -18
  2365. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +0 -7
  2366. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +0 -341
  2367. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +0 -186
  2368. package/node_modules/@types/cacheable-request/package.json +0 -35
  2369. package/node_modules/@types/http-cache-semantics/LICENSE +0 -21
  2370. package/node_modules/@types/http-cache-semantics/README.md +0 -15
  2371. package/node_modules/@types/http-cache-semantics/index.d.ts +0 -251
  2372. package/node_modules/@types/http-cache-semantics/package.json +0 -26
  2373. package/node_modules/@types/keyv/LICENSE +0 -21
  2374. package/node_modules/@types/keyv/README.md +0 -16
  2375. package/node_modules/@types/keyv/index.d.ts +0 -90
  2376. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -21
  2377. package/node_modules/@types/keyv/node_modules/@types/node/README.md +0 -15
  2378. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -59
  2379. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -950
  2380. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +0 -603
  2381. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2382. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -1765
  2383. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -1366
  2384. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -432
  2385. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2386. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -93
  2387. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -14
  2388. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -4047
  2389. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -537
  2390. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2391. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -497
  2392. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -876
  2393. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -150
  2394. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -1011
  2395. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2396. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -4658
  2397. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -150
  2398. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2399. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -2147
  2400. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -2470
  2401. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -400
  2402. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -115
  2403. package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2404. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -264
  2405. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2406. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -754
  2407. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +0 -970
  2408. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -498
  2409. package/node_modules/@types/keyv/node_modules/@types/node/package.json +0 -155
  2410. package/node_modules/@types/keyv/node_modules/@types/node/path/posix.d.ts +0 -8
  2411. package/node_modules/@types/keyv/node_modules/@types/node/path/win32.d.ts +0 -8
  2412. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -178
  2413. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2414. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +0 -2175
  2415. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -89
  2416. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -139
  2417. package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -897
  2418. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -158
  2419. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -507
  2420. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -405
  2421. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -47
  2422. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -1021
  2423. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2424. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +0 -211
  2425. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +0 -296
  2426. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +0 -1774
  2427. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -27
  2428. package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -58
  2429. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +0 -2202
  2430. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -93
  2431. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -149
  2432. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +0 -1193
  2433. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -103
  2434. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2435. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2436. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2437. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2438. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2439. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2440. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -225
  2441. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -532
  2442. package/node_modules/@types/keyv/node_modules/@types/node/util/types.d.ts +0 -558
  2443. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -1677
  2444. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -980
  2445. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -1170
  2446. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -131
  2447. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2448. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2449. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2450. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2451. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2452. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2453. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2454. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2455. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2456. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2457. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2458. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2459. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2460. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2461. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2462. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2463. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +0 -671
  2464. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -589
  2465. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +0 -21
  2466. package/node_modules/@types/keyv/node_modules/undici-types/README.md +0 -6
  2467. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -32
  2468. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +0 -43
  2469. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2470. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2471. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +0 -36
  2472. package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +0 -15
  2473. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -118
  2474. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +0 -34
  2475. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +0 -21
  2476. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +0 -30
  2477. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2478. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +0 -276
  2479. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2480. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +0 -161
  2481. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +0 -66
  2482. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +0 -211
  2483. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +0 -108
  2484. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2485. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +0 -7
  2486. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -73
  2487. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +0 -15
  2488. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +0 -160
  2489. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +0 -88
  2490. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +0 -73
  2491. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +0 -68
  2492. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2493. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +0 -27
  2494. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +0 -12
  2495. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2496. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +0 -27
  2497. package/node_modules/@types/keyv/node_modules/undici-types/package.json +0 -55
  2498. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -29
  2499. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +0 -19
  2500. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +0 -41
  2501. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2502. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +0 -68
  2503. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +0 -8
  2504. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +0 -125
  2505. package/node_modules/@types/keyv/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2506. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2507. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +0 -18
  2508. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +0 -7
  2509. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +0 -341
  2510. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +0 -186
  2511. package/node_modules/@types/keyv/package.json +0 -32
  2512. package/node_modules/@types/responselike/LICENSE +0 -21
  2513. package/node_modules/@types/responselike/README.md +0 -48
  2514. package/node_modules/@types/responselike/index.d.ts +0 -29
  2515. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -21
  2516. package/node_modules/@types/responselike/node_modules/@types/node/README.md +0 -15
  2517. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -59
  2518. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -950
  2519. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +0 -603
  2520. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2521. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -1765
  2522. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -1366
  2523. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -432
  2524. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2525. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -93
  2526. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -14
  2527. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -4047
  2528. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -537
  2529. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2530. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -497
  2531. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -876
  2532. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -150
  2533. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -1011
  2534. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2535. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -4658
  2536. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -150
  2537. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2538. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -2147
  2539. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -2470
  2540. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -400
  2541. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -115
  2542. package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2543. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -264
  2544. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2545. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -754
  2546. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +0 -970
  2547. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -498
  2548. package/node_modules/@types/responselike/node_modules/@types/node/package.json +0 -155
  2549. package/node_modules/@types/responselike/node_modules/@types/node/path/posix.d.ts +0 -8
  2550. package/node_modules/@types/responselike/node_modules/@types/node/path/win32.d.ts +0 -8
  2551. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -178
  2552. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2553. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +0 -2175
  2554. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -89
  2555. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -139
  2556. package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -897
  2557. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -158
  2558. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -507
  2559. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -405
  2560. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -47
  2561. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -1021
  2562. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2563. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +0 -211
  2564. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +0 -296
  2565. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +0 -1774
  2566. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -27
  2567. package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -58
  2568. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +0 -2202
  2569. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -93
  2570. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -149
  2571. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +0 -1193
  2572. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -103
  2573. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2574. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2575. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2576. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2577. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2578. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2579. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -225
  2580. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -532
  2581. package/node_modules/@types/responselike/node_modules/@types/node/util/types.d.ts +0 -558
  2582. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -1677
  2583. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -980
  2584. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -1170
  2585. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -131
  2586. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2587. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2588. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2589. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2590. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2591. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2592. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2593. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2594. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2595. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2596. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2597. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2598. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2599. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2600. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2601. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2602. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +0 -671
  2603. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -589
  2604. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +0 -21
  2605. package/node_modules/@types/responselike/node_modules/undici-types/README.md +0 -6
  2606. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -32
  2607. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +0 -43
  2608. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2609. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2610. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +0 -36
  2611. package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +0 -15
  2612. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -118
  2613. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +0 -34
  2614. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +0 -21
  2615. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +0 -30
  2616. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2617. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +0 -276
  2618. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2619. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +0 -161
  2620. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +0 -66
  2621. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +0 -211
  2622. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +0 -108
  2623. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2624. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +0 -7
  2625. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -73
  2626. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +0 -15
  2627. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +0 -160
  2628. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +0 -88
  2629. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +0 -73
  2630. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +0 -68
  2631. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2632. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +0 -27
  2633. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +0 -12
  2634. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2635. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +0 -27
  2636. package/node_modules/@types/responselike/node_modules/undici-types/package.json +0 -55
  2637. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -29
  2638. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +0 -19
  2639. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +0 -41
  2640. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2641. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +0 -68
  2642. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +0 -8
  2643. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +0 -125
  2644. package/node_modules/@types/responselike/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2645. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2646. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +0 -18
  2647. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +0 -7
  2648. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +0 -341
  2649. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +0 -186
  2650. package/node_modules/@types/responselike/package.json +0 -27
  2651. package/node_modules/cacheable-lookup/LICENSE +0 -21
  2652. package/node_modules/cacheable-lookup/README.md +0 -240
  2653. package/node_modules/cacheable-lookup/index.d.ts +0 -139
  2654. package/node_modules/cacheable-lookup/package.json +0 -45
  2655. package/node_modules/cacheable-lookup/source/index.js +0 -436
  2656. package/node_modules/cacheable-request/LICENSE +0 -21
  2657. package/node_modules/cacheable-request/README.md +0 -206
  2658. package/node_modules/cacheable-request/package.json +0 -56
  2659. package/node_modules/cacheable-request/src/index.js +0 -251
  2660. package/node_modules/clone-response/LICENSE +0 -21
  2661. package/node_modules/clone-response/README.md +0 -62
  2662. package/node_modules/clone-response/node_modules/mimic-response/index.js +0 -32
  2663. package/node_modules/clone-response/node_modules/mimic-response/license +0 -9
  2664. package/node_modules/clone-response/node_modules/mimic-response/package.json +0 -37
  2665. package/node_modules/clone-response/node_modules/mimic-response/readme.md +0 -54
  2666. package/node_modules/clone-response/package.json +0 -41
  2667. package/node_modules/clone-response/src/index.js +0 -17
  2668. package/node_modules/decompress-response/index.d.ts +0 -22
  2669. package/node_modules/decompress-response/index.js +0 -58
  2670. package/node_modules/decompress-response/license +0 -9
  2671. package/node_modules/decompress-response/package.json +0 -56
  2672. package/node_modules/decompress-response/readme.md +0 -48
  2673. package/node_modules/defer-to-connect/LICENSE +0 -21
  2674. package/node_modules/defer-to-connect/README.md +0 -38
  2675. package/node_modules/defer-to-connect/dist/source/index.d.ts +0 -10
  2676. package/node_modules/defer-to-connect/dist/source/index.js +0 -47
  2677. package/node_modules/defer-to-connect/package.json +0 -71
  2678. package/node_modules/end-of-stream/LICENSE +0 -21
  2679. package/node_modules/end-of-stream/README.md +0 -54
  2680. package/node_modules/end-of-stream/index.js +0 -96
  2681. package/node_modules/end-of-stream/package.json +0 -37
  2682. package/node_modules/get-stream/buffer-stream.js +0 -52
  2683. package/node_modules/get-stream/index.d.ts +0 -108
  2684. package/node_modules/get-stream/index.js +0 -60
  2685. package/node_modules/get-stream/license +0 -9
  2686. package/node_modules/get-stream/package.json +0 -50
  2687. package/node_modules/get-stream/readme.md +0 -124
  2688. package/node_modules/got/dist/source/as-promise/create-rejection.d.ts +0 -2
  2689. package/node_modules/got/dist/source/as-promise/create-rejection.js +0 -30
  2690. package/node_modules/got/dist/source/as-promise/index.d.ts +0 -3
  2691. package/node_modules/got/dist/source/as-promise/index.js +0 -176
  2692. package/node_modules/got/dist/source/as-promise/normalize-arguments.d.ts +0 -3
  2693. package/node_modules/got/dist/source/as-promise/normalize-arguments.js +0 -78
  2694. package/node_modules/got/dist/source/as-promise/parse-body.d.ts +0 -3
  2695. package/node_modules/got/dist/source/as-promise/parse-body.js +0 -25
  2696. package/node_modules/got/dist/source/as-promise/types.d.ts +0 -256
  2697. package/node_modules/got/dist/source/as-promise/types.js +0 -42
  2698. package/node_modules/got/dist/source/core/calculate-retry-delay.d.ts +0 -5
  2699. package/node_modules/got/dist/source/core/calculate-retry-delay.js +0 -29
  2700. package/node_modules/got/dist/source/core/index.d.ts +0 -1124
  2701. package/node_modules/got/dist/source/core/index.js +0 -1505
  2702. package/node_modules/got/dist/source/core/utils/dns-ip-version.d.ts +0 -5
  2703. package/node_modules/got/dist/source/core/utils/dns-ip-version.js +0 -17
  2704. package/node_modules/got/dist/source/core/utils/get-body-size.d.ts +0 -3
  2705. package/node_modules/got/dist/source/core/utils/get-body-size.js +0 -32
  2706. package/node_modules/got/dist/source/core/utils/get-buffer.d.ts +0 -4
  2707. package/node_modules/got/dist/source/core/utils/get-buffer.js +0 -16
  2708. package/node_modules/got/dist/source/core/utils/is-form-data.d.ts +0 -8
  2709. package/node_modules/got/dist/source/core/utils/is-form-data.js +0 -4
  2710. package/node_modules/got/dist/source/core/utils/is-response-ok.d.ts +0 -2
  2711. package/node_modules/got/dist/source/core/utils/is-response-ok.js +0 -8
  2712. package/node_modules/got/dist/source/core/utils/options-to-url.d.ts +0 -14
  2713. package/node_modules/got/dist/source/core/utils/options-to-url.js +0 -53
  2714. package/node_modules/got/dist/source/core/utils/proxy-events.d.ts +0 -3
  2715. package/node_modules/got/dist/source/core/utils/proxy-events.js +0 -17
  2716. package/node_modules/got/dist/source/core/utils/timed-out.d.ts +0 -29
  2717. package/node_modules/got/dist/source/core/utils/timed-out.js +0 -121
  2718. package/node_modules/got/dist/source/core/utils/unhandle.d.ts +0 -11
  2719. package/node_modules/got/dist/source/core/utils/unhandle.js +0 -22
  2720. package/node_modules/got/dist/source/core/utils/url-to-options.d.ts +0 -15
  2721. package/node_modules/got/dist/source/core/utils/url-to-options.js +0 -24
  2722. package/node_modules/got/dist/source/core/utils/weakable-map.d.ts +0 -8
  2723. package/node_modules/got/dist/source/core/utils/weakable-map.js +0 -29
  2724. package/node_modules/got/dist/source/create.d.ts +0 -5
  2725. package/node_modules/got/dist/source/create.js +0 -240
  2726. package/node_modules/got/dist/source/index.d.ts +0 -4
  2727. package/node_modules/got/dist/source/index.js +0 -132
  2728. package/node_modules/got/dist/source/types.d.ts +0 -344
  2729. package/node_modules/got/dist/source/types.js +0 -2
  2730. package/node_modules/got/dist/source/utils/deep-freeze.d.ts +0 -1
  2731. package/node_modules/got/dist/source/utils/deep-freeze.js +0 -12
  2732. package/node_modules/got/dist/source/utils/deprecation-warning.d.ts +0 -2
  2733. package/node_modules/got/dist/source/utils/deprecation-warning.js +0 -13
  2734. package/node_modules/got/license +0 -9
  2735. package/node_modules/got/package.json +0 -131
  2736. package/node_modules/got/readme.md +0 -2477
  2737. package/node_modules/hasown/.eslintrc +0 -5
  2738. package/node_modules/http-cache-semantics/LICENSE +0 -9
  2739. package/node_modules/http-cache-semantics/README.md +0 -268
  2740. package/node_modules/http-cache-semantics/index.js +0 -928
  2741. package/node_modules/http-cache-semantics/package.json +0 -22
  2742. package/node_modules/http2-wrapper/LICENSE +0 -21
  2743. package/node_modules/http2-wrapper/README.md +0 -470
  2744. package/node_modules/http2-wrapper/package.json +0 -54
  2745. package/node_modules/http2-wrapper/source/agent.js +0 -670
  2746. package/node_modules/http2-wrapper/source/auto.js +0 -149
  2747. package/node_modules/http2-wrapper/source/client-request.js +0 -445
  2748. package/node_modules/http2-wrapper/source/incoming-message.js +0 -58
  2749. package/node_modules/http2-wrapper/source/index.js +0 -28
  2750. package/node_modules/http2-wrapper/source/utils/calculate-server-name.js +0 -27
  2751. package/node_modules/http2-wrapper/source/utils/errors.js +0 -45
  2752. package/node_modules/http2-wrapper/source/utils/is-request-pseudo-header.js +0 -13
  2753. package/node_modules/http2-wrapper/source/utils/proxy-events.js +0 -7
  2754. package/node_modules/http2-wrapper/source/utils/url-to-options.js +0 -25
  2755. package/node_modules/json-buffer/.travis.yml +0 -3
  2756. package/node_modules/json-buffer/LICENSE +0 -22
  2757. package/node_modules/json-buffer/README.md +0 -24
  2758. package/node_modules/json-buffer/index.js +0 -58
  2759. package/node_modules/json-buffer/package.json +0 -34
  2760. package/node_modules/json-buffer/test/index.js +0 -63
  2761. package/node_modules/keyv/README.md +0 -429
  2762. package/node_modules/keyv/package.json +0 -57
  2763. package/node_modules/keyv/src/index.d.ts +0 -112
  2764. package/node_modules/keyv/src/index.js +0 -259
  2765. package/node_modules/lowercase-keys/index.d.ts +0 -16
  2766. package/node_modules/lowercase-keys/index.js +0 -10
  2767. package/node_modules/lowercase-keys/license +0 -9
  2768. package/node_modules/lowercase-keys/package.json +0 -38
  2769. package/node_modules/lowercase-keys/readme.md +0 -32
  2770. package/node_modules/mimic-response/index.d.ts +0 -17
  2771. package/node_modules/mimic-response/index.js +0 -77
  2772. package/node_modules/mimic-response/license +0 -9
  2773. package/node_modules/mimic-response/package.json +0 -42
  2774. package/node_modules/mimic-response/readme.md +0 -78
  2775. package/node_modules/normalize-url/index.d.ts +0 -267
  2776. package/node_modules/normalize-url/index.js +0 -216
  2777. package/node_modules/normalize-url/license +0 -9
  2778. package/node_modules/normalize-url/package.json +0 -50
  2779. package/node_modules/normalize-url/readme.md +0 -286
  2780. package/node_modules/once/LICENSE +0 -15
  2781. package/node_modules/once/README.md +0 -79
  2782. package/node_modules/once/once.js +0 -42
  2783. package/node_modules/once/package.json +0 -33
  2784. package/node_modules/p-cancelable/index.d.ts +0 -176
  2785. package/node_modules/p-cancelable/index.js +0 -111
  2786. package/node_modules/p-cancelable/license +0 -9
  2787. package/node_modules/p-cancelable/package.json +0 -49
  2788. package/node_modules/p-cancelable/readme.md +0 -153
  2789. package/node_modules/pump/.github/FUNDING.yml +0 -2
  2790. package/node_modules/pump/.travis.yml +0 -5
  2791. package/node_modules/pump/LICENSE +0 -21
  2792. package/node_modules/pump/README.md +0 -74
  2793. package/node_modules/pump/SECURITY.md +0 -5
  2794. package/node_modules/pump/empty.js +0 -1
  2795. package/node_modules/pump/index.js +0 -86
  2796. package/node_modules/pump/package.json +0 -30
  2797. package/node_modules/pump/test-browser.js +0 -66
  2798. package/node_modules/pump/test-node.js +0 -53
  2799. package/node_modules/quick-lru/index.d.ts +0 -97
  2800. package/node_modules/quick-lru/index.js +0 -123
  2801. package/node_modules/quick-lru/license +0 -9
  2802. package/node_modules/quick-lru/package.json +0 -43
  2803. package/node_modules/quick-lru/readme.md +0 -111
  2804. package/node_modules/resolve-alpn/LICENSE +0 -22
  2805. package/node_modules/resolve-alpn/README.md +0 -60
  2806. package/node_modules/resolve-alpn/index.js +0 -43
  2807. package/node_modules/resolve-alpn/package.json +0 -34
  2808. package/node_modules/responselike/LICENSE +0 -19
  2809. package/node_modules/responselike/README.md +0 -77
  2810. package/node_modules/responselike/package.json +0 -39
  2811. package/node_modules/responselike/src/index.js +0 -34
  2812. package/node_modules/wrappy/LICENSE +0 -15
  2813. package/node_modules/wrappy/README.md +0 -36
  2814. package/node_modules/wrappy/package.json +0 -29
  2815. package/node_modules/wrappy/wrappy.js +0 -33
  2816. /package/node_modules/{@smithy/eventstream-serde-browser → @aws-sdk/signature-v4-multi-region}/LICENSE +0 -0
  2817. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidFunction.js +0 -0
  2818. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidProvider.js +0 -0
  2819. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/client/middleware-stack}/MiddlewareStack.js +0 -0
  2820. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/client/middleware-stack}/types.js +0 -0
  2821. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/NoOpLogger.js +0 -0
  2822. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/constants.js +0 -0
  2823. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/create-aggregated-client.js +0 -0
  2824. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/default-error-handler.js +0 -0
  2825. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/defaults-mode.js +0 -0
  2826. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/emitWarningIfUnsupportedVersion.js +0 -0
  2827. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/exceptions.js +0 -0
  2828. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/extensions/retry.js +0 -0
  2829. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-array-if-single-item.js +0 -0
  2830. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-value-from-text-node.js +0 -0
  2831. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/is-serializable-header-value.js +0 -0
  2832. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/object-mapping.js +0 -0
  2833. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/schemaLogFilter.js +0 -0
  2834. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/ser-utils.js +0 -0
  2835. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/serde-json.js +0 -0
  2836. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/getSmithyContext.js +0 -0
  2837. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/normalizeProvider.js +0 -0
  2838. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/circularReplacer.js +0 -0
  2839. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/sleep.js +0 -0
  2840. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/validate.js +0 -0
  2841. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/waiter.js +0 -0
  2842. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
  2843. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/config.js +0 -0
  2844. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/getRealRegion.js +0 -0
  2845. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/isFipsRegion.js +0 -0
  2846. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.js +0 -0
  2847. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariant.js +0 -0
  2848. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.js +0 -0
  2849. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/PartitionHash.js +0 -0
  2850. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/RegionHash.js +0 -0
  2851. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.js +0 -0
  2852. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getRegionInfo.js +0 -0
  2853. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedHostname.js +0 -0
  2854. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedPartition.js +0 -0
  2855. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.js +0 -0
  2856. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/constants.js +0 -0
  2857. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/defaultsModeConfig.js +0 -0
  2858. /package/node_modules/@smithy/{node-config-provider/dist-es → core/dist-es/submodules/config/node-config-provider}/getSelectorName.js +0 -0
  2859. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/CredentialsProviderError.js +0 -0
  2860. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/ProviderError.js +0 -0
  2861. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/TokenProviderError.js +0 -0
  2862. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/chain.js +0 -0
  2863. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/memoize.js +0 -0
  2864. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/constants.js +0 -0
  2865. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/externalDataInterceptor.js +0 -0
  2866. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getConfigData.js +0 -0
  2867. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getProfileName.js +0 -0
  2868. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getSsoSessionData.js +0 -0
  2869. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/loadSsoSessionData.js +0 -0
  2870. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/mergeConfigFiles.js +0 -0
  2871. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseIni.js +0 -0
  2872. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseKnownFiles.js +0 -0
  2873. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/readFile.js +0 -0
  2874. /package/node_modules/@smithy/{middleware-retry/dist-es/retry-pre-sra-deprecated → core/dist-es/submodules/config/shared-ini-file-loader}/types.js +0 -0
  2875. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/booleanSelector.js +0 -0
  2876. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/numberSelector.js +0 -0
  2877. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/types.js +0 -0
  2878. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.js +0 -0
  2879. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.browser.js +0 -0
  2880. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.js +0 -0
  2881. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/index.js +0 -0
  2882. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/s3.js +0 -0
  2883. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/types.js +0 -0
  2884. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.js +0 -0
  2885. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/cache/EndpointCache.js +0 -0
  2886. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/debugId.js +0 -0
  2887. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/index.js +0 -0
  2888. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/toDebugString.js +0 -0
  2889. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/decideEndpoint.js +0 -0
  2890. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/getEndpointUrlConfig.js +0 -0
  2891. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/booleanEquals.js +0 -0
  2892. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/coalesce.js +0 -0
  2893. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttr.js +0 -0
  2894. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttrPathList.js +0 -0
  2895. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/index.js +0 -0
  2896. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isIpAddress.js +0 -0
  2897. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isSet.js +0 -0
  2898. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.js +0 -0
  2899. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/ite.js +0 -0
  2900. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/not.js +0 -0
  2901. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/parseURL.js +0 -0
  2902. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/split.js +0 -0
  2903. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/stringEquals.js +0 -0
  2904. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/substring.js +0 -0
  2905. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/uriEncode.js +0 -0
  2906. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/resolveEndpoint.js +0 -0
  2907. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointError.js +0 -0
  2908. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointFunctions.js +0 -0
  2909. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.js +0 -0
  2910. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.js +0 -0
  2911. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/RuleSetObject.js +0 -0
  2912. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/TreeRuleObject.js +0 -0
  2913. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/index.js +0 -0
  2914. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/shared.js +0 -0
  2915. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/callFunction.js +0 -0
  2916. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.js +0 -0
  2917. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/endpointFunctions.js +0 -0
  2918. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.js +0 -0
  2919. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.js +0 -0
  2920. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.js +0 -0
  2921. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointUrl.js +0 -0
  2922. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getReferenceValue.js +0 -0
  2923. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/index.js +0 -0
  2924. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/EventStreamCodec.js +0 -0
  2925. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/Message.js +0 -0
  2926. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageDecoderStream.js +0 -0
  2927. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageEncoderStream.js +0 -0
  2928. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.js +0 -0
  2929. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.js +0 -0
  2930. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/TestVectors.fixture.js +0 -0
  2931. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/splitMessage.js +0 -0
  2932. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.js +0 -0
  2933. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.js +0 -0
  2934. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.js +0 -0
  2935. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getUnmarshalledStream.js +0 -0
  2936. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Field.js +0 -0
  2937. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Fields.js +0 -0
  2938. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/extensions/httpExtensionConfiguration.js +0 -0
  2939. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpHandler.js +0 -0
  2940. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpRequest.js +0 -0
  2941. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpResponse.js +0 -0
  2942. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/isValidHostname.js +0 -0
  2943. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/types.js +0 -0
  2944. /package/node_modules/@smithy/{querystring-parser/dist-es/index.js → core/dist-es/submodules/protocols/querystring-parser/parseQueryString.js} +0 -0
  2945. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri-path.js +0 -0
  2946. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri.js +0 -0
  2947. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/isStreamingPayload/isStreamingPayload.browser.js +0 -0
  2948. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/longPollMiddleware.js +0 -0
  2949. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated}/types.js +0 -0
  2950. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/util.js +0 -0
  2951. /package/node_modules/@smithy/{service-error-classification/dist-es → core/dist-es/submodules/retry/service-error-classification}/constants.js +0 -0
  2952. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.js +0 -0
  2953. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryToken.js +0 -0
  2954. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/config.js +0 -0
  2955. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/constants.js +0 -0
  2956. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/retries-2026-config.js +0 -0
  2957. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/types.js +0 -0
  2958. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js → @smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js} +0 -0
  2959. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serdePlugin.js +0 -0
  2960. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serializerMiddleware.js +0 -0
  2961. /package/node_modules/@smithy/{util-base64/dist-es/constants.browser.js → core/dist-es/submodules/serde/util-base64/constants-for-browser.js} +0 -0
  2962. /package/node_modules/@smithy/{util-body-length-browser/dist-es/calculateBodyLength.js → core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js} +0 -0
  2963. /package/node_modules/@smithy/{util-hex-encoding/dist-es/index.js → core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js} +0 -0
  2964. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/ByteArrayCollector.js +0 -0
  2965. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/checksum/ChecksumStream.browser.js +0 -0
  2966. /package/node_modules/@smithy/{util-stream/dist-es/createBufferedReadableStream.js → core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js} +0 -0
  2967. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.js +0 -0
  2968. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.js +0 -0
  2969. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/headStream.browser.js +0 -0
  2970. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/splitStream.browser.js +0 -0
  2971. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/stream-type-check.js +0 -0
  2972. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/fromUtf8.browser.js +0 -0
  2973. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUint8Array.js +0 -0
  2974. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUtf8.browser.js +0 -0
  2975. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidFunction.d.ts +0 -0
  2976. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidProvider.d.ts +0 -0
  2977. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/MiddlewareStack.d.ts +0 -0
  2978. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/types.d.ts +0 -0
  2979. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/NoOpLogger.d.ts +0 -0
  2980. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/constants.d.ts +0 -0
  2981. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/defaults-mode.d.ts +0 -0
  2982. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/extensions/retry.d.ts +0 -0
  2983. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/is-serializable-header-value.d.ts +0 -0
  2984. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/schemaLogFilter.d.ts +0 -0
  2985. /package/node_modules/@smithy/{util-middleware/dist-types → core/dist-types/submodules/client/util-middleware}/normalizeProvider.d.ts +0 -0
  2986. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/circularReplacer.d.ts +0 -0
  2987. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/utils/sleep.d.ts +0 -0
  2988. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
  2989. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
  2990. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/checkRegion.d.ts +0 -0
  2991. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/getRealRegion.d.ts +0 -0
  2992. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/isFipsRegion.d.ts +0 -0
  2993. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.d.ts +0 -0
  2994. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariant.d.ts +0 -0
  2995. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.d.ts +0 -0
  2996. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/PartitionHash.d.ts +0 -0
  2997. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/RegionHash.d.ts +0 -0
  2998. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.d.ts +0 -0
  2999. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getRegionInfo.d.ts +0 -0
  3000. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedHostname.d.ts +0 -0
  3001. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedPartition.d.ts +0 -0
  3002. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.d.ts +0 -0
  3003. /package/node_modules/@smithy/{util-defaults-mode-node/dist-types → core/dist-types/submodules/config/defaults-mode}/constants.d.ts +0 -0
  3004. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromEnv.d.ts +0 -0
  3005. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromStatic.d.ts +0 -0
  3006. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/getSelectorName.d.ts +0 -0
  3007. /package/node_modules/@smithy/{property-provider/dist-types → core/dist-types/submodules/config/property-provider}/memoize.d.ts +0 -0
  3008. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/constants.d.ts +0 -0
  3009. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/externalDataInterceptor.d.ts +0 -0
  3010. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getConfigFilepath.d.ts +0 -0
  3011. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getCredentialsFilepath.d.ts +0 -0
  3012. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getHomeDir.d.ts +0 -0
  3013. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getProfileName.d.ts +0 -0
  3014. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getSSOTokenFilepath.d.ts +0 -0
  3015. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSharedConfigFiles.d.ts +0 -0
  3016. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSsoSessionData.d.ts +0 -0
  3017. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/mergeConfigFiles.d.ts +0 -0
  3018. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/readFile.d.ts +0 -0
  3019. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/types.d.ts +0 -0
  3020. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/booleanSelector.d.ts +0 -0
  3021. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/numberSelector.d.ts +0 -0
  3022. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/types.d.ts +0 -0
  3023. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.d.ts +0 -0
  3024. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.d.ts +0 -0
  3025. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.d.ts +0 -0
  3026. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/index.d.ts +0 -0
  3027. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/s3.d.ts +0 -0
  3028. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/types.d.ts +0 -0
  3029. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.d.ts +0 -0
  3030. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/debugId.d.ts +0 -0
  3031. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/index.d.ts +0 -0
  3032. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/toDebugString.d.ts +0 -0
  3033. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/booleanEquals.d.ts +0 -0
  3034. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/coalesce.d.ts +0 -0
  3035. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttr.d.ts +0 -0
  3036. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttrPathList.d.ts +0 -0
  3037. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/index.d.ts +0 -0
  3038. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  3039. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isSet.d.ts +0 -0
  3040. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.d.ts +0 -0
  3041. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/ite.d.ts +0 -0
  3042. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/not.d.ts +0 -0
  3043. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/split.d.ts +0 -0
  3044. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/stringEquals.d.ts +0 -0
  3045. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/substring.d.ts +0 -0
  3046. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/uriEncode.d.ts +0 -0
  3047. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointError.d.ts +0 -0
  3048. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointFunctions.d.ts +0 -0
  3049. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  3050. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  3051. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  3052. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  3053. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/index.d.ts +0 -0
  3054. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/callFunction.d.ts +0 -0
  3055. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.d.ts +0 -0
  3056. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.d.ts +0 -0
  3057. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.d.ts +0 -0
  3058. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.d.ts +0 -0
  3059. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.d.ts +0 -0
  3060. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/index.d.ts +0 -0
  3061. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/HeaderMarshaller.d.ts +0 -0
  3062. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Int64.d.ts +0 -0
  3063. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Message.d.ts +0 -0
  3064. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageDecoderStream.d.ts +0 -0
  3065. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageEncoderStream.d.ts +0 -0
  3066. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.d.ts +0 -0
  3067. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.d.ts +0 -0
  3068. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/TestVectors.fixture.d.ts +0 -0
  3069. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/splitMessage.d.ts +0 -0
  3070. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.d.ts +0 -0
  3071. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.d.ts +0 -0
  3072. /package/node_modules/@smithy/{eventstream-serde-universal/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.d.ts +0 -0
  3073. /package/node_modules/@smithy/{middleware-content-length/dist-types/index.d.ts → core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts} +0 -0
  3074. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/Fields.d.ts +0 -0
  3075. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/httpResponse.d.ts +0 -0
  3076. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/isValidHostname.d.ts +0 -0
  3077. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/types.d.ts +0 -0
  3078. /package/node_modules/@smithy/{querystring-builder/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts} +0 -0
  3079. /package/node_modules/@smithy/{querystring-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-parser/parseQueryString.d.ts} +0 -0
  3080. /package/node_modules/@smithy/{url-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/url-parser/parseUrl.d.ts} +0 -0
  3081. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri-path.d.ts +0 -0
  3082. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri.d.ts +0 -0
  3083. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/longPollMiddleware.d.ts +0 -0
  3084. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/omitRetryHeadersMiddleware.d.ts +0 -0
  3085. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/parseRetryAfterHeader.d.ts +0 -0
  3086. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +0 -0
  3087. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +0 -0
  3088. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/delayDecider.d.ts +0 -0
  3089. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/retryDecider.d.ts +0 -0
  3090. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/types.d.ts +0 -0
  3091. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/util.d.ts +0 -0
  3092. /package/node_modules/@smithy/{service-error-classification/dist-types → core/dist-types/submodules/retry/service-error-classification}/constants.d.ts +0 -0
  3093. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/ConfiguredRetryStrategy.d.ts +0 -0
  3094. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRateLimiter.d.ts +0 -0
  3095. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.d.ts +0 -0
  3096. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryToken.d.ts +0 -0
  3097. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/config.d.ts +0 -0
  3098. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/types.d.ts +0 -0
  3099. /package/node_modules/@smithy/{hash-node/dist-types/index.d.ts → core/dist-types/submodules/serde/hash-node/hash-node.d.ts} +0 -0
  3100. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts → @smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts} +0 -0
  3101. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/deserializerMiddleware.d.ts +0 -0
  3102. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serdePlugin.d.ts +0 -0
  3103. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serializerMiddleware.d.ts +0 -0
  3104. /package/node_modules/@smithy/{util-base64/dist-types/constants.browser.d.ts → core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts} +0 -0
  3105. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.browser.d.ts +0 -0
  3106. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.d.ts +0 -0
  3107. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.browser.d.ts +0 -0
  3108. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.d.ts +0 -0
  3109. /package/node_modules/@smithy/{util-body-length-browser/dist-types/calculateBodyLength.d.ts → core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts} +0 -0
  3110. /package/node_modules/@smithy/{util-body-length-node/dist-types → core/dist-types/submodules/serde/util-body-length}/calculateBodyLength.d.ts +0 -0
  3111. /package/node_modules/@smithy/{util-hex-encoding/dist-types/index.d.ts → core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts} +0 -0
  3112. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/ByteArrayCollector.d.ts +0 -0
  3113. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/checksum/ChecksumStream.browser.d.ts +0 -0
  3114. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.d.ts +0 -0
  3115. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/headStream.browser.d.ts +0 -0
  3116. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/sdk-stream-mixin.browser.d.ts +0 -0
  3117. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/splitStream.browser.d.ts +0 -0
  3118. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/stream-type-check.d.ts +0 -0
  3119. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.browser.d.ts +0 -0
  3120. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.d.ts +0 -0
  3121. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUint8Array.d.ts +0 -0
  3122. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.browser.d.ts +0 -0
  3123. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.d.ts +0 -0
  3124. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  3125. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  3126. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  3127. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  3128. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  3129. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/LICENSE +0 -0
  3130. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/web-globals/domexception.d.ts +0 -0
  3131. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  3132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  3133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  3134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  3135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  3136. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  3137. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  3138. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  3139. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  3140. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  3141. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  3142. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  3143. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  3144. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  3145. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  3146. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  3147. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  3148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  3149. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  3150. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  3151. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  3152. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  3153. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  3154. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  3155. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  3156. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  3157. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  3158. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  3159. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  3160. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  3161. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  3162. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  3163. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  3164. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  3165. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  3166. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  3167. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  3168. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/README.md +0 -0
  3169. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/cache.d.ts +0 -0
  3170. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/content-type.d.ts +0 -0
@@ -1,2 +1,2 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.fxb=e():t.fxb=e()}(this,()=>(()=>{"use strict";var t={d:(e,i)=>{for(var r in i)t.o(i,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:i[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{default:()=>b});class i{constructor(t,e={}){this.pattern=t,this.separator=e.separator||".",this.segments=this._parse(t),this._hasDeepWildcard=this.segments.some(t=>"deep-wildcard"===t.type),this._hasAttributeCondition=this.segments.some(t=>void 0!==t.attrName),this._hasPositionSelector=this.segments.some(t=>void 0!==t.position)}_parse(t){const e=[];let i=0,r="";for(;i<t.length;)t[i]===this.separator?i+1<t.length&&t[i+1]===this.separator?(r.trim()&&(e.push(this._parseSegment(r.trim())),r=""),e.push({type:"deep-wildcard"}),i+=2):(r.trim()&&e.push(this._parseSegment(r.trim())),r="",i++):(r+=t[i],i++);return r.trim()&&e.push(this._parseSegment(r.trim())),e}_parseSegment(t){const e={type:"tag"};let i=null,r=t;const s=t.match(/^([^\[]+)(\[[^\]]*\])(.*)$/);if(s&&(r=s[1]+s[3],s[2])){const t=s[2].slice(1,-1);t&&(i=t)}let n,o,a=r;if(r.includes("::")){const e=r.indexOf("::");if(n=r.substring(0,e).trim(),a=r.substring(e+2).trim(),!n)throw new Error(`Invalid namespace in pattern: ${t}`)}let h=null;if(a.includes(":")){const t=a.lastIndexOf(":"),e=a.substring(0,t).trim(),i=a.substring(t+1).trim();["first","last","odd","even"].includes(i)||/^nth\(\d+\)$/.test(i)?(o=e,h=i):o=a}else o=a;if(!o)throw new Error(`Invalid segment pattern: ${t}`);if(e.tag=o,n&&(e.namespace=n),i)if(i.includes("=")){const t=i.indexOf("=");e.attrName=i.substring(0,t).trim(),e.attrValue=i.substring(t+1).trim()}else e.attrName=i.trim();if(h){const t=h.match(/^nth\((\d+)\)$/);t?(e.position="nth",e.positionValue=parseInt(t[1],10)):e.position=h}return e}get length(){return this.segments.length}hasDeepWildcard(){return this._hasDeepWildcard}hasAttributeCondition(){return this._hasAttributeCondition}hasPositionSelector(){return this._hasPositionSelector}toString(){return this.pattern}}class r{constructor(t={}){this.separator=t.separator||".",this.path=[],this.siblingStacks=[]}push(t,e=null,i=null){this.path.length>0&&(this.path[this.path.length-1].values=void 0);const r=this.path.length;this.siblingStacks[r]||(this.siblingStacks[r]=new Map);const s=this.siblingStacks[r],n=i?`${i}:${t}`:t,o=s.get(n)||0;let a=0;for(const t of s.values())a+=t;s.set(n,o+1);const h={tag:t,position:a,counter:o};null!=i&&(h.namespace=i),null!=e&&(h.values=e),this.path.push(h)}pop(){if(0===this.path.length)return;const t=this.path.pop();return this.siblingStacks.length>this.path.length+1&&(this.siblingStacks.length=this.path.length+1),t}updateCurrent(t){if(this.path.length>0){const e=this.path[this.path.length-1];null!=t&&(e.values=t)}}getCurrentTag(){return this.path.length>0?this.path[this.path.length-1].tag:void 0}getCurrentNamespace(){return this.path.length>0?this.path[this.path.length-1].namespace:void 0}getAttrValue(t){if(0===this.path.length)return;const e=this.path[this.path.length-1];return e.values?.[t]}hasAttr(t){if(0===this.path.length)return!1;const e=this.path[this.path.length-1];return void 0!==e.values&&t in e.values}getPosition(){return 0===this.path.length?-1:this.path[this.path.length-1].position??0}getCounter(){return 0===this.path.length?-1:this.path[this.path.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this.path.length}toString(t,e=!0){const i=t||this.separator;return this.path.map(t=>e&&t.namespace?`${t.namespace}:${t.tag}`:t.tag).join(i)}toArray(){return this.path.map(t=>t.tag)}reset(){this.path=[],this.siblingStacks=[]}matches(t){const e=t.segments;return 0!==e.length&&(t.hasDeepWildcard()?this._matchWithDeepWildcard(e):this._matchSimple(e))}_matchSimple(t){if(this.path.length!==t.length)return!1;for(let e=0;e<t.length;e++){const i=t[e],r=this.path[e],s=e===this.path.length-1;if(!this._matchSegment(i,r,s))return!1}return!0}_matchWithDeepWildcard(t){let e=this.path.length-1,i=t.length-1;for(;i>=0&&e>=0;){const r=t[i];if("deep-wildcard"===r.type){if(i--,i<0)return!0;const r=t[i];let s=!1;for(let t=e;t>=0;t--){const n=t===this.path.length-1;if(this._matchSegment(r,this.path[t],n)){e=t-1,i--,s=!0;break}}if(!s)return!1}else{const t=e===this.path.length-1;if(!this._matchSegment(r,this.path[e],t))return!1;e--,i--}}return i<0}_matchSegment(t,e,i){if("*"!==t.tag&&t.tag!==e.tag)return!1;if(void 0!==t.namespace&&"*"!==t.namespace&&t.namespace!==e.namespace)return!1;if(void 0!==t.attrName){if(!i)return!1;if(!e.values||!(t.attrName in e.values))return!1;if(void 0!==t.attrValue){const i=e.values[t.attrName];if(String(i)!==String(t.attrValue))return!1}}if(void 0!==t.position){if(!i)return!1;const r=e.counter??0;if("first"===t.position&&0!==r)return!1;if("odd"===t.position&&r%2!=1)return!1;if("even"===t.position&&r%2!=0)return!1;if("nth"===t.position&&r!==t.positionValue)return!1}return!0}snapshot(){return{path:this.path.map(t=>({...t})),siblingStacks:this.siblingStacks.map(t=>new Map(t))}}restore(t){this.path=t.path.map(t=>({...t})),this.siblingStacks=t.siblingStacks.map(t=>new Map(t))}}function s(t,e){var s="";e.format&&e.indentBy.length>0&&(s="\n");var o=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(var a=0;a<e.stopNodes.length;a++){var h=e.stopNodes[a];"string"==typeof h?o.push(new i(h)):h instanceof i&&o.push(h)}return n(t,e,s,new r,o)}function n(t,e,i,r,s){var h="",c=!1;if(e.maxNestedTags&&r.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(null!=t){var f=t.toString();return d(f,e)}return""}for(var g=0;g<t.length;g++){var m=t[g],b=p(m);if(void 0!==b){var v=o(m[":@"],e);r.push(b,v);var N=l(r,s);if(b!==e.textNodeName)if(b!==e.cdataPropName)if(b!==e.commentPropName)if("?"!==b[0]){var y=i;""!==y&&(y+=e.indentBy);var x=i+"<"+b+u(m[":@"],e,N),A=void 0;A=N?a(m[b],e):n(m[b],e,y,r,s),-1!==e.unpairedTags.indexOf(b)?e.suppressUnpairedNode?h+=x+">":h+=x+"/>":A&&0!==A.length||!e.suppressEmptyNode?A&&A.endsWith(">")?h+=x+">"+A+i+"</"+b+">":(h+=x+">",A&&""!==i&&(A.includes("/>")||A.includes("</"))?h+=i+e.indentBy+A+i:h+=A,h+="</"+b+">"):h+=x+"/>",c=!0,r.pop()}else{var S=u(m[":@"],e,N),P="?xml"===b?"":i,O=m[b][0][e.textNodeName];h+=P+"<"+b+(O=0!==O.length?" "+O:"")+S+"?>",c=!0,r.pop()}else h+=i+"\x3c!--"+m[b][0][e.textNodeName]+"--\x3e",c=!0,r.pop();else c&&(h+=i),h+="<![CDATA["+m[b][0][e.textNodeName]+"]]>",c=!1,r.pop();else{var w=m[b];N||(w=d(w=e.tagValueProcessor(b,w),e)),c&&(h+=i),h+=w,c=!1,r.pop()}}}return h}function o(t,e){if(!t||e.ignoreAttributes)return null;var i={},r=!1;for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(i[s.startsWith(e.attributeNamePrefix)?s.substr(e.attributeNamePrefix.length):s]=t[s],r=!0);return r?i:null}function a(t,e){if(!Array.isArray(t))return null!=t?t.toString():"";for(var i="",r=0;r<t.length;r++){var s=t[r],n=p(s);if(n===e.textNodeName)i+=s[n];else if(n===e.cdataPropName)i+=s[n][0][e.textNodeName];else if(n===e.commentPropName)i+=s[n][0][e.textNodeName];else{if(n&&"?"===n[0])continue;if(n){var o=h(s[":@"],e),u=a(s[n],e);u&&0!==u.length?i+="<"+n+o+">"+u+"</"+n+">":i+="<"+n+o+"/>"}}}return i}function h(t,e){var i="";if(t&&!e.ignoreAttributes)for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){var s=t[r];!0===s&&e.suppressBooleanAttributes?i+=" "+r.substr(e.attributeNamePrefix.length):i+=" "+r.substr(e.attributeNamePrefix.length)+'="'+s+'"'}return i}function p(t){for(var e=Object.keys(t),i=0;i<e.length;i++){var r=e[i];if(Object.prototype.hasOwnProperty.call(t,r)&&":@"!==r)return r}}function u(t,e,i){var r="";if(t&&!e.ignoreAttributes)for(var s in t)if(Object.prototype.hasOwnProperty.call(t,s)){var n=void 0;!0===(n=i?t[s]:d(n=e.attributeValueProcessor(s,t[s]),e))&&e.suppressBooleanAttributes?r+=" "+s.substr(e.attributeNamePrefix.length):r+=" "+s.substr(e.attributeNamePrefix.length)+'="'+n+'"'}return r}function l(t,e){if(!e||0===e.length)return!1;for(var i=0;i<e.length;i++)if(t.matches(e[i]))return!0;return!1}function d(t,e){if(t&&t.length>0&&e.processEntities)for(var i=0;i<e.entities.length;i++){var r=e.entities[i];t=t.replace(r.regex,r.val)}return t}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,r=Array(e);i<e;i++)r[i]=t[i];return r}function f(t,e){var i="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(i)return(i=i.call(t)).next.bind(i);if(Array.isArray(t)||(i=function(t,e){if(t){if("string"==typeof t)return g(t,e);var i={}.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?g(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){i&&(t=i);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,r=Array(e);i<e;i++)r[i]=t[i];return r}var m={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0};function b(t){if(this.options=Object.assign({},m,t),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.stopNodes=this.options.stopNodes.map(function(t){return"string"==typeof t&&t.startsWith("*.")?".."+t.substring(2):t})),this.stopNodeExpressions=[],this.options.stopNodes&&Array.isArray(this.options.stopNodes))for(var e=0;e<this.options.stopNodes.length;e++){var r=this.options.stopNodes[e];"string"==typeof r?this.stopNodeExpressions.push(new i(r)):r instanceof i&&this.stopNodeExpressions.push(r)}var s;!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn="function"==typeof(s=this.options.ignoreAttributes)?s:Array.isArray(s)?function(t){for(var e,i=function(t,e){var i="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(i)return(i=i.call(t)).next.bind(i);if(Array.isArray(t)||(i=function(t,e){if(t){if("string"==typeof t)return c(t,e);var i={}.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?c(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){i&&(t=i);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(s);!(e=i()).done;){var r=e.value;if("string"==typeof r&&t===r)return!0;if(r instanceof RegExp&&r.test(t))return!0}}:function(){return!1},this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=y),this.processTextOrObjNode=v,this.options.format?(this.indentate=N,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function v(t,e,i,r){var s=this.extractAttributes(t);if(r.push(e,s),this.checkStopNode(r)){var n=this.buildRawContent(t),o=this.buildAttributesForStopNode(t);return r.pop(),this.buildObjectNode(n,e,o,i)}var a=this.j2x(t,i+1,r);return r.pop(),void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,a.attrStr,i,r):this.buildObjectNode(a.val,e,a.attrStr,i)}function N(t){return this.options.indentBy.repeat(t)}function y(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}return b.prototype.build=function(t){if(this.options.preserveOrder)return s(t,this.options);var e;Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&((e={})[this.options.arrayNodeName]=t,t=e);var i=new r;return this.j2x(t,0,i).val},b.prototype.j2x=function(t,e,i){var r="",s="";if(this.options.maxNestedTags&&i.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");var n=this.options.jPath?i.toString():i,o=this.checkStopNode(i);for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(void 0===t[a])this.isAttribute(a)&&(s+="");else if(null===t[a])this.isAttribute(a)||a===this.options.cdataPropName?s+="":"?"===a[0]?s+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)s+=this.buildTextValNode(t[a],a,"",e,i);else if("object"!=typeof t[a]){var h=this.isAttribute(a);if(h&&!this.ignoreAttributesFn(h,n))r+=this.buildAttrPairStr(h,""+t[a],o);else if(!h)if(a===this.options.textNodeName){var p=this.options.tagValueProcessor(a,""+t[a]);s+=this.replaceEntitiesValue(p)}else{i.push(a);var u=this.checkStopNode(i);if(i.pop(),u){var l=""+t[a];s+=""===l?this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:this.indentate(e)+"<"+a+">"+l+"</"+a+this.tagEndChar}else s+=this.buildTextValNode(t[a],a,"",e,i)}}else if(Array.isArray(t[a])){for(var d=t[a].length,c="",f="",g=0;g<d;g++){var m=t[a][g];if(void 0===m);else if(null===m)"?"===a[0]?s+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if("object"==typeof m)if(this.options.oneListGroup){i.push(a);var b=this.j2x(m,e+1,i);i.pop(),c+=b.val,this.options.attributesGroupName&&m.hasOwnProperty(this.options.attributesGroupName)&&(f+=b.attrStr)}else c+=this.processTextOrObjNode(m,a,e,i);else if(this.options.oneListGroup){var v=this.options.tagValueProcessor(a,m);c+=v=this.replaceEntitiesValue(v)}else{i.push(a);var N=this.checkStopNode(i);if(i.pop(),N){var y=""+m;c+=""===y?this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:this.indentate(e)+"<"+a+">"+y+"</"+a+this.tagEndChar}else c+=this.buildTextValNode(m,a,"",e,i)}}this.options.oneListGroup&&(c=this.buildObjectNode(c,a,f,e)),s+=c}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName)for(var x=Object.keys(t[a]),A=x.length,S=0;S<A;S++)r+=this.buildAttrPairStr(x[S],""+t[a][x[S]],o);else s+=this.processTextOrObjNode(t[a],a,e,i);return{attrStr:r,val:s}},b.prototype.buildAttrPairStr=function(t,e,i){return i||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&"true"===e?" "+t:" "+t+'="'+e+'"'},b.prototype.extractAttributes=function(t){if(!t||"object"!=typeof t)return null;var e={},i=!1;if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){var r=t[this.options.attributesGroupName];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s.startsWith(this.options.attributeNamePrefix)?s.substring(this.options.attributeNamePrefix.length):s]=r[s],i=!0)}else for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n)){var o=this.isAttribute(n);o&&(e[o]=t[n],i=!0)}return i?e:null},b.prototype.buildRawContent=function(t){if("string"==typeof t)return t;if("object"!=typeof t||null===t)return String(t);if(void 0!==t[this.options.textNodeName])return t[this.options.textNodeName];var e="";for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)&&!(this.isAttribute(i)||this.options.attributesGroupName&&i===this.options.attributesGroupName)){var r=t[i];if(i===this.options.textNodeName)e+=r;else if(Array.isArray(r))for(var s,n=f(r);!(s=n()).done;){var o=s.value;if("string"==typeof o||"number"==typeof o)e+="<"+i+">"+o+"</"+i+">";else if("object"==typeof o&&null!==o){var a=this.buildRawContent(o),h=this.buildAttributesForStopNode(o);e+=""===a?"<"+i+h+"/>":"<"+i+h+">"+a+"</"+i+">"}}else if("object"==typeof r&&null!==r){var p=this.buildRawContent(r),u=this.buildAttributesForStopNode(r);e+=""===p?"<"+i+u+"/>":"<"+i+u+">"+p+"</"+i+">"}else e+="<"+i+">"+r+"</"+i+">"}return e},b.prototype.buildAttributesForStopNode=function(t){if(!t||"object"!=typeof t)return"";var e="";if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){var i=t[this.options.attributesGroupName];for(var r in i)if(Object.prototype.hasOwnProperty.call(i,r)){var s=r.startsWith(this.options.attributeNamePrefix)?r.substring(this.options.attributeNamePrefix.length):r,n=i[r];!0===n&&this.options.suppressBooleanAttributes?e+=" "+s:e+=" "+s+'="'+n+'"'}}else for(var o in t)if(Object.prototype.hasOwnProperty.call(t,o)){var a=this.isAttribute(o);if(a){var h=t[o];!0===h&&this.options.suppressBooleanAttributes?e+=" "+a:e+=" "+a+'="'+h+'"'}}return e},b.prototype.buildObjectNode=function(t,e,i,r){if(""===t)return"?"===e[0]?this.indentate(r)+"<"+e+i+"?"+this.tagEndChar:this.indentate(r)+"<"+e+i+this.closeTag(e)+this.tagEndChar;var s="</"+e+this.tagEndChar,n="";return"?"===e[0]&&(n="?",s=""),!i&&""!==i||-1!==t.indexOf("<")?!1!==this.options.commentPropName&&e===this.options.commentPropName&&0===n.length?this.indentate(r)+"\x3c!--"+t+"--\x3e"+this.newLine:this.indentate(r)+"<"+e+i+n+this.tagEndChar+t+this.indentate(r)+s:this.indentate(r)+"<"+e+i+n+">"+t+s},b.prototype.closeTag=function(t){var e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":"></"+t,e},b.prototype.checkStopNode=function(t){if(!this.stopNodeExpressions||0===this.stopNodeExpressions.length)return!1;for(var e=0;e<this.stopNodeExpressions.length;e++)if(t.matches(this.stopNodeExpressions[e]))return!0;return!1},b.prototype.buildTextValNode=function(t,e,i,r,s){if(!1!==this.options.cdataPropName&&e===this.options.cdataPropName)return this.indentate(r)+"<![CDATA["+t+"]]>"+this.newLine;if(!1!==this.options.commentPropName&&e===this.options.commentPropName)return this.indentate(r)+"\x3c!--"+t+"--\x3e"+this.newLine;if("?"===e[0])return this.indentate(r)+"<"+e+i+"?"+this.tagEndChar;var n=this.options.tagValueProcessor(e,t);return""===(n=this.replaceEntitiesValue(n))?this.indentate(r)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(r)+"<"+e+i+">"+n+"</"+e+this.tagEndChar},b.prototype.replaceEntitiesValue=function(t){if(t&&t.length>0&&this.options.processEntities)for(var e=0;e<this.options.entities.length;e++){var i=this.options.entities[e];t=t.replace(i.regex,i.val)}return t},e})());
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.fxb=e():t.fxb=e()}(this,()=>(()=>{"use strict";var t={d:(e,r)=>{for(var i in r)t.o(r,i)&&!t.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:r[i]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{default:()=>_});class r{constructor(t,e={},r){this.pattern=t,this.separator=e.separator||".",this.segments=this._parse(t),this.data=r,this._hasDeepWildcard=this.segments.some(t=>"deep-wildcard"===t.type),this._hasAttributeCondition=this.segments.some(t=>void 0!==t.attrName),this._hasPositionSelector=this.segments.some(t=>void 0!==t.position)}_parse(t){const e=[];let r=0,i="";for(;r<t.length;)t[r]===this.separator?r+1<t.length&&t[r+1]===this.separator?(i.trim()&&(e.push(this._parseSegment(i.trim())),i=""),e.push({type:"deep-wildcard"}),r+=2):(i.trim()&&e.push(this._parseSegment(i.trim())),i="",r++):(i+=t[r],r++);return i.trim()&&e.push(this._parseSegment(i.trim())),e}_parseSegment(t){const e={type:"tag"};let r=null,i=t;const s=t.match(/^([^\[]+)(\[[^\]]*\])(.*)$/);if(s&&(i=s[1]+s[3],s[2])){const t=s[2].slice(1,-1);t&&(r=t)}let n,a,o=i;if(i.includes("::")){const e=i.indexOf("::");if(n=i.substring(0,e).trim(),o=i.substring(e+2).trim(),!n)throw new Error(`Invalid namespace in pattern: ${t}`)}let h=null;if(o.includes(":")){const t=o.lastIndexOf(":"),e=o.substring(0,t).trim(),r=o.substring(t+1).trim();["first","last","odd","even"].includes(r)||/^nth\(\d+\)$/.test(r)?(a=e,h=r):a=o}else a=o;if(!a)throw new Error(`Invalid segment pattern: ${t}`);if(e.tag=a,n&&(e.namespace=n),r)if(r.includes("=")){const t=r.indexOf("=");e.attrName=r.substring(0,t).trim(),e.attrValue=r.substring(t+1).trim()}else e.attrName=r.trim();if(h){const t=h.match(/^nth\((\d+)\)$/);t?(e.position="nth",e.positionValue=parseInt(t[1],10)):e.position=h}return e}get length(){return this.segments.length}hasDeepWildcard(){return this._hasDeepWildcard}hasAttributeCondition(){return this._hasAttributeCondition}hasPositionSelector(){return this._hasPositionSelector}toString(){return this.pattern}}class i{constructor(t){this._matcher=t}get separator(){return this._matcher.separator}getCurrentTag(){const t=this._matcher.path;return t.length>0?t[t.length-1].tag:void 0}getCurrentNamespace(){const t=this._matcher.path;return t.length>0?t[t.length-1].namespace:void 0}getAttrValue(t){const e=this._matcher.path;if(0!==e.length)return e[e.length-1].values?.[t]}hasAttr(t){const e=this._matcher.path;if(0===e.length)return!1;const r=e[e.length-1];return void 0!==r.values&&t in r.values}getPosition(){const t=this._matcher.path;return 0===t.length?-1:t[t.length-1].position??0}getCounter(){const t=this._matcher.path;return 0===t.length?-1:t[t.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this._matcher.path.length}toString(t,e=!0){return this._matcher.toString(t,e)}toArray(){return this._matcher.path.map(t=>t.tag)}matches(t){return this._matcher.matches(t)}matchesAny(t){return t.matchesAny(this._matcher)}}class s{constructor(t={}){this.separator=t.separator||".",this.path=[],this.siblingStacks=[],this._pathStringCache=null,this._view=new i(this)}push(t,e=null,r=null){this._pathStringCache=null,this.path.length>0&&(this.path[this.path.length-1].values=void 0);const i=this.path.length;this.siblingStacks[i]||(this.siblingStacks[i]=new Map);const s=this.siblingStacks[i],n=r?`${r}:${t}`:t,a=s.get(n)||0;let o=0;for(const t of s.values())o+=t;s.set(n,a+1);const h={tag:t,position:o,counter:a};null!=r&&(h.namespace=r),null!=e&&(h.values=e),this.path.push(h)}pop(){if(0===this.path.length)return;this._pathStringCache=null;const t=this.path.pop();return this.siblingStacks.length>this.path.length+1&&(this.siblingStacks.length=this.path.length+1),t}updateCurrent(t){if(this.path.length>0){const e=this.path[this.path.length-1];null!=t&&(e.values=t)}}getCurrentTag(){return this.path.length>0?this.path[this.path.length-1].tag:void 0}getCurrentNamespace(){return this.path.length>0?this.path[this.path.length-1].namespace:void 0}getAttrValue(t){if(0!==this.path.length)return this.path[this.path.length-1].values?.[t]}hasAttr(t){if(0===this.path.length)return!1;const e=this.path[this.path.length-1];return void 0!==e.values&&t in e.values}getPosition(){return 0===this.path.length?-1:this.path[this.path.length-1].position??0}getCounter(){return 0===this.path.length?-1:this.path[this.path.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this.path.length}toString(t,e=!0){const r=t||this.separator;if(r===this.separator&&!0===e){if(null!==this._pathStringCache)return this._pathStringCache;const t=this.path.map(t=>t.namespace?`${t.namespace}:${t.tag}`:t.tag).join(r);return this._pathStringCache=t,t}return this.path.map(t=>e&&t.namespace?`${t.namespace}:${t.tag}`:t.tag).join(r)}toArray(){return this.path.map(t=>t.tag)}reset(){this._pathStringCache=null,this.path=[],this.siblingStacks=[]}matches(t){const e=t.segments;return 0!==e.length&&(t.hasDeepWildcard()?this._matchWithDeepWildcard(e):this._matchSimple(e))}_matchSimple(t){if(this.path.length!==t.length)return!1;for(let e=0;e<t.length;e++)if(!this._matchSegment(t[e],this.path[e],e===this.path.length-1))return!1;return!0}_matchWithDeepWildcard(t){let e=this.path.length-1,r=t.length-1;for(;r>=0&&e>=0;){const i=t[r];if("deep-wildcard"===i.type){if(r--,r<0)return!0;const i=t[r];let s=!1;for(let t=e;t>=0;t--)if(this._matchSegment(i,this.path[t],t===this.path.length-1)){e=t-1,r--,s=!0;break}if(!s)return!1}else{if(!this._matchSegment(i,this.path[e],e===this.path.length-1))return!1;e--,r--}}return r<0}_matchSegment(t,e,r){if("*"!==t.tag&&t.tag!==e.tag)return!1;if(void 0!==t.namespace&&"*"!==t.namespace&&t.namespace!==e.namespace)return!1;if(void 0!==t.attrName){if(!r)return!1;if(!e.values||!(t.attrName in e.values))return!1;if(void 0!==t.attrValue&&String(e.values[t.attrName])!==String(t.attrValue))return!1}if(void 0!==t.position){if(!r)return!1;const i=e.counter??0;if("first"===t.position&&0!==i)return!1;if("odd"===t.position&&i%2!=1)return!1;if("even"===t.position&&i%2!=0)return!1;if("nth"===t.position&&i!==t.positionValue)return!1}return!0}matchesAny(t){return t.matchesAny(this)}snapshot(){return{path:this.path.map(t=>({...t})),siblingStacks:this.siblingStacks.map(t=>new Map(t))}}restore(t){this._pathStringCache=null,this.path=t.path.map(t=>({...t})),this.siblingStacks=t.siblingStacks.map(t=>new Map(t))}readOnly(){return this._view}}function n(t){return String(t).replace(/--/g,"- -").replace(/--/g,"- -").replace(/-$/,"- ")}function a(t){return String(t).replace(/\]\]>/g,"]]]]><![CDATA[>")}function o(t){return String(t).replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const h=":A-Za-z_À-ÖØ-öø-˿Ͱ-ͽͿ-҆҈-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�",p=":A-Za-z_À-˿Ͱ-ͽͿ-҆҈-῿‌-‍⁰-↏Ⰰ-⿯、-퟿豈-﷏ﷰ-�𐀀-󯿿",u=p+"\\-\\.\\d·̀-ͯ҇‿-⁀",l=(t,e,r="")=>{const i=`[${t.replace(":","")}][${e.replace(":","")}]*`;return{name:new RegExp(`^[${t}][${e}]*$`,r),ncName:new RegExp(`^${i}$`,r),qName:new RegExp(`^${i}(?::${i})?$`,r),nmToken:new RegExp(`^[${e}]+$`,r),nmTokens:new RegExp(`^[${e}]+(?:\\s+[${e}]+)*$`,r)}},c=l(h,h+"\\-\\.\\d·̀-ͯ‿-⁀"),f=l(p,u,"u"),d=(t,{xmlVersion:e="1.0"}={})=>((t="1.0")=>"1.1"===t?f:c)(e).qName.test(t);function g(t,e,r,i,s){return r.sanitizeName?d(t,{xmlVersion:s})?t:r.sanitizeName(t,{isAttribute:e,matcher:i.readOnly()}):t}function m(t,e){var i="";e.format&&(i="\n");var n=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(var a=0;a<e.stopNodes.length;a++){var o=e.stopNodes[a];"string"==typeof o?n.push(new r(o)):o instanceof r&&n.push(o)}var h=function(t,e){if(!Array.isArray(t)||0===t.length)return"1.0";var r=t[0];if("?xml"===x(r)){var i=r[":@"];if(i){var s=e.attributeNamePrefix+"version";if(i[s])return i[s]}}return"1.0"}(t,e);return b(t,e,i,new s,n,h)}function b(t,e,r,i,s,o){var h="",p=!1;if(e.maxNestedTags&&i.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(null!=t){var u=t.toString();return P(u,e)}return""}for(var l=0;l<t.length;l++){var c=t[l],f=x(c);if(void 0!==f){var d=f===e.textNodeName||f===e.cdataPropName||f===e.commentPropName||"?"===f[0]?f:g(f,!1,e,i,o),m=v(c[":@"],e);i.push(d,m);var y=S(i,s);if(d!==e.textNodeName)if(d!==e.cdataPropName)if(d!==e.commentPropName)if("?"!==d[0]){var w=r;""!==w&&(w+=e.indentBy);var E=r+"<"+d+A(c[":@"],e,y,i,o),O=void 0;O=y?N(c[f],e):b(c[f],e,w,i,s,o),-1!==e.unpairedTags.indexOf(d)?e.suppressUnpairedNode?h+=E+">":h+=E+"/>":O&&0!==O.length||!e.suppressEmptyNode?O&&O.endsWith(">")?h+=E+">"+O+r+"</"+d+">":(h+=E+">",O&&""!==r&&(O.includes("/>")||O.includes("</"))?h+=r+e.indentBy+O+r:h+=O,h+="</"+d+">"):h+=E+"/>",p=!0,i.pop()}else h+=("?xml"===d?"":r)+"<"+d+A(c[":@"],e,y,i,o)+"?>",p=!0,i.pop();else h+=r+"\x3c!--"+n(c[f][0][e.textNodeName])+"--\x3e",p=!0,i.pop();else p&&(h+=r),h+="<![CDATA["+a(c[f][0][e.textNodeName])+"]]>",p=!1,i.pop();else{var j=c[f];y||(j=P(j=e.tagValueProcessor(d,j),e)),p&&(h+=r),h+=j,p=!1,i.pop()}}}return h}function v(t,e){if(!t||e.ignoreAttributes)return null;var r={},i=!1;for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(r[s.startsWith(e.attributeNamePrefix)?s.substr(e.attributeNamePrefix.length):s]=o(t[s]),i=!0);return i?r:null}function N(t,e){if(!Array.isArray(t))return null!=t?t.toString():"";for(var r="",i=0;i<t.length;i++){var s=t[i],n=x(s);if(n===e.textNodeName)r+=s[n];else if(n===e.cdataPropName)r+=s[n][0][e.textNodeName];else if(n===e.commentPropName)r+=s[n][0][e.textNodeName];else{if(n&&"?"===n[0])continue;if(n){var a=y(s[":@"],e),o=N(s[n],e);o&&0!==o.length?r+="<"+n+a+">"+o+"</"+n+">":r+="<"+n+a+"/>"}}}return r}function y(t,e){var r="";if(t&&!e.ignoreAttributes)for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)){var s=t[i];!0===s&&e.suppressBooleanAttributes?r+=" "+i.substr(e.attributeNamePrefix.length):r+=" "+i.substr(e.attributeNamePrefix.length)+'="'+o(s)+'"'}return r}function x(t){for(var e=Object.keys(t),r=0;r<e.length;r++){var i=e[r];if(Object.prototype.hasOwnProperty.call(t,i)&&":@"!==i)return i}}function A(t,e,r,i,s){var n="";if(t&&!e.ignoreAttributes)for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a)){var h=a.substr(e.attributeNamePrefix.length),p=r?h:g(h,!0,e,i,s),u=void 0;!0===(u=r?t[a]:P(u=e.attributeValueProcessor(a,t[a]),e))&&e.suppressBooleanAttributes?n+=" "+p:n+=" "+p+'="'+o(u)+'"'}return n}function S(t,e){if(!e||0===e.length)return!1;for(var r=0;r<e.length;r++)if(t.matches(e[r]))return!0;return!1}function P(t,e){if(t&&t.length>0&&e.processEntities)for(var r=0;r<e.entities.length;r++){var i=e.entities[r];t=t.replace(i.regex,i.val)}return t}function w(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,i=Array(e);r<e;r++)i[r]=t[r];return i}function E(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(r)return(r=r.call(t)).next.bind(r);if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return O(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?O(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0;return function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function O(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,i=Array(e);r<e;r++)i[r]=t[r];return i}var j={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0,sanitizeName:!1};function _(t){if(this.options=Object.assign({},j,t),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.stopNodes=this.options.stopNodes.map(function(t){return"string"==typeof t&&t.startsWith("*.")?".."+t.substring(2):t})),this.stopNodeExpressions=[],this.options.stopNodes&&Array.isArray(this.options.stopNodes))for(var e=0;e<this.options.stopNodes.length;e++){var i=this.options.stopNodes[e];"string"==typeof i?this.stopNodeExpressions.push(new r(i)):i instanceof r&&this.stopNodeExpressions.push(i)}var s;!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn="function"==typeof(s=this.options.ignoreAttributes)?s:Array.isArray(s)?function(t){for(var e,r=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(r)return(r=r.call(t)).next.bind(r);if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return w(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?w(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0;return function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(s);!(e=r()).done;){var i=e.value;if("string"==typeof i&&t===i)return!0;if(i instanceof RegExp&&i.test(t))return!0}}:function(){return!1},this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=$),this.processTextOrObjNode=T,this.options.format?(this.indentate=V,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function C(t,e,r,i,s){return r.sanitizeName?d(t,{xmlVersion:s})?t:r.sanitizeName(t,{isAttribute:e,matcher:i.readOnly()}):t}function T(t,e,r,i,s){var n=this.extractAttributes(t);if(i.push(e,n),this.checkStopNode(i)){var a=this.buildRawContent(t),o=this.buildAttributesForStopNode(t);return i.pop(),this.buildObjectNode(a,e,o,r)}var h=this.j2x(t,r+1,i,s);return i.pop(),"?"===e[0]?this.buildTextValNode("",e,h.attrStr,r,i):void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,h.attrStr,r,i):this.buildObjectNode(h.val,e,h.attrStr,r)}function V(t){return this.options.indentBy.repeat(t)}function $(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}return _.prototype.build=function(t){if(this.options.preserveOrder)return m(t,this.options);var e;Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&((e={})[this.options.arrayNodeName]=t,t=e);var r=new s,i=function(t,e){var r=t["?xml"];if(r&&"object"==typeof r){if(e.attributesGroupName&&r[e.attributesGroupName]){var i=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(i)return i}var s=r[e.attributeNamePrefix+"version"];if(s)return s}return"1.0"}(t,this.options);return this.j2x(t,0,r,i).val},_.prototype.j2x=function(t,e,r,i){var s="",n="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");var a=this.options.jPath?r.toString():r,o=this.checkStopNode(r);for(var h in t)if(Object.prototype.hasOwnProperty.call(t,h)){var p=h===this.options.textNodeName||h===this.options.cdataPropName||h===this.options.commentPropName||this.options.attributesGroupName&&h===this.options.attributesGroupName||this.isAttribute(h)||"?"===h[0]?h:C(h,!1,this.options,r,i);if(void 0===t[h])this.isAttribute(h)&&(n+="");else if(null===t[h])this.isAttribute(h)||p===this.options.cdataPropName||p===this.options.commentPropName?n+="":"?"===p[0]?n+=this.indentate(e)+"<"+p+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+p+"/"+this.tagEndChar;else if(t[h]instanceof Date)n+=this.buildTextValNode(t[h],p,"",e,r);else if("object"!=typeof t[h]){var u=this.isAttribute(h);if(u&&!this.ignoreAttributesFn(u,a)){var l=C(u,!0,this.options,r,i);s+=this.buildAttrPairStr(l,""+t[h],o)}else if(!u)if(h===this.options.textNodeName){var c=this.options.tagValueProcessor(h,""+t[h]);n+=this.replaceEntitiesValue(c)}else{r.push(p);var f=this.checkStopNode(r);if(r.pop(),f){var d=""+t[h];n+=""===d?this.indentate(e)+"<"+p+this.closeTag(p)+this.tagEndChar:this.indentate(e)+"<"+p+">"+d+"</"+p+this.tagEndChar}else n+=this.buildTextValNode(t[h],p,"",e,r)}}else if(Array.isArray(t[h])){for(var g=t[h].length,m="",b="",v=0;v<g;v++){var N=t[h][v];if(void 0===N);else if(null===N)"?"===p[0]?n+=this.indentate(e)+"<"+p+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+p+"/"+this.tagEndChar;else if("object"==typeof N)if(this.options.oneListGroup){r.push(p);var y=this.j2x(N,e+1,r,i);r.pop(),m+=y.val,this.options.attributesGroupName&&N.hasOwnProperty(this.options.attributesGroupName)&&(b+=y.attrStr)}else m+=this.processTextOrObjNode(N,p,e,r,i);else if(this.options.oneListGroup){var x=this.options.tagValueProcessor(p,N);m+=x=this.replaceEntitiesValue(x)}else{r.push(p);var A=this.checkStopNode(r);if(r.pop(),A){var S=""+N;m+=""===S?this.indentate(e)+"<"+p+this.closeTag(p)+this.tagEndChar:this.indentate(e)+"<"+p+">"+S+"</"+p+this.tagEndChar}else m+=this.buildTextValNode(N,p,"",e,r)}}this.options.oneListGroup&&(m=this.buildObjectNode(m,p,b,e)),n+=m}else if(this.options.attributesGroupName&&h===this.options.attributesGroupName)for(var P=Object.keys(t[h]),w=P.length,E=0;E<w;E++){var O=C(P[E],!0,this.options,r,i);s+=this.buildAttrPairStr(O,""+t[h][P[E]],o)}else n+=this.processTextOrObjNode(t[h],p,e,r,i)}return{attrStr:s,val:n}},_.prototype.buildAttrPairStr=function(t,e,r){return r||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&"true"===e?" "+t:" "+t+'="'+o(e)+'"'},_.prototype.extractAttributes=function(t){if(!t||"object"!=typeof t)return null;var e={},r=!1;if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){var i=t[this.options.attributesGroupName];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s.startsWith(this.options.attributeNamePrefix)?s.substring(this.options.attributeNamePrefix.length):s]=o(i[s]),r=!0)}else for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n)){var a=this.isAttribute(n);a&&(e[a]=o(t[n]),r=!0)}return r?e:null},_.prototype.buildRawContent=function(t){if("string"==typeof t)return t;if("object"!=typeof t||null===t)return String(t);if(void 0!==t[this.options.textNodeName])return t[this.options.textNodeName];var e="";for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&!(this.isAttribute(r)||this.options.attributesGroupName&&r===this.options.attributesGroupName)){var i=t[r];if(r===this.options.textNodeName)e+=i;else if(Array.isArray(i))for(var s,n=E(i);!(s=n()).done;){var a=s.value;if("string"==typeof a||"number"==typeof a)e+="<"+r+">"+a+"</"+r+">";else if("object"==typeof a&&null!==a){var o=this.buildRawContent(a),h=this.buildAttributesForStopNode(a);e+=""===o?"<"+r+h+"/>":"<"+r+h+">"+o+"</"+r+">"}}else if("object"==typeof i&&null!==i){var p=this.buildRawContent(i),u=this.buildAttributesForStopNode(i);e+=""===p?"<"+r+u+"/>":"<"+r+u+">"+p+"</"+r+">"}else e+="<"+r+">"+i+"</"+r+">"}return e},_.prototype.buildAttributesForStopNode=function(t){if(!t||"object"!=typeof t)return"";var e="";if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){var r=t[this.options.attributesGroupName];for(var i in r)if(Object.prototype.hasOwnProperty.call(r,i)){var s=i.startsWith(this.options.attributeNamePrefix)?i.substring(this.options.attributeNamePrefix.length):i,n=r[i];!0===n&&this.options.suppressBooleanAttributes?e+=" "+s:e+=" "+s+'="'+n+'"'}}else for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a)){var o=this.isAttribute(a);if(o){var h=t[a];!0===h&&this.options.suppressBooleanAttributes?e+=" "+o:e+=" "+o+'="'+h+'"'}}return e},_.prototype.buildObjectNode=function(t,e,r,i){if(""===t)return"?"===e[0]?this.indentate(i)+"<"+e+r+"?"+this.tagEndChar:this.indentate(i)+"<"+e+r+this.closeTag(e)+this.tagEndChar;if("?"===e[0])return this.indentate(i)+"<"+e+r+"?"+this.tagEndChar;var s="</"+e+this.tagEndChar,n="";return"?"===e[0]&&(n="?",s=""),!r&&""!==r||-1!==t.indexOf("<")?!1!==this.options.commentPropName&&e===this.options.commentPropName&&0===n.length?this.indentate(i)+"\x3c!--"+t+"--\x3e"+this.newLine:this.indentate(i)+"<"+e+r+n+this.tagEndChar+t+this.indentate(i)+s:this.indentate(i)+"<"+e+r+n+">"+t+s},_.prototype.closeTag=function(t){var e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":"></"+t,e},_.prototype.checkStopNode=function(t){if(!this.stopNodeExpressions||0===this.stopNodeExpressions.length)return!1;for(var e=0;e<this.stopNodeExpressions.length;e++)if(t.matches(this.stopNodeExpressions[e]))return!0;return!1},_.prototype.buildTextValNode=function(t,e,r,i,s){if(!1!==this.options.cdataPropName&&e===this.options.cdataPropName){var o=a(t);return this.indentate(i)+"<![CDATA["+o+"]]>"+this.newLine}if(!1!==this.options.commentPropName&&e===this.options.commentPropName){var h=n(t);return this.indentate(i)+"\x3c!--"+h+"--\x3e"+this.newLine}if("?"===e[0])return this.indentate(i)+"<"+e+r+"?"+this.tagEndChar;var p=this.options.tagValueProcessor(e,t);return""===(p=this.replaceEntitiesValue(p))?this.indentate(i)+"<"+e+r+this.closeTag(e)+this.tagEndChar:this.indentate(i)+"<"+e+r+">"+p+"</"+e+this.tagEndChar},_.prototype.replaceEntitiesValue=function(t){if(t&&t.length>0&&this.options.processEntities)for(var e=0;e<this.options.entities.length;e++){var r=this.options.entities[e];t=t.replace(r.regex,r.val)}return t},e})());
2
2
  //# sourceMappingURL=fxb.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"./lib/fxb.min.js","mappings":"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","sources":["webpack://fxb/webpack/universalModuleDefinition","webpack://fxb/webpack/bootstrap","webpack://fxb/webpack/runtime/define property getters","webpack://fxb/webpack/runtime/hasOwnProperty shorthand","webpack://fxb/webpack/runtime/make namespace object","webpack://fxb/./node_modules/path-expression-matcher/src/Expression.js","webpack://fxb/./node_modules/path-expression-matcher/src/Matcher.js","webpack://fxb/./src/orderedJs2Xml.js","webpack://fxb/./src/fxb.js","webpack://fxb/./src/ignoreAttributes.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[\"fxb\"] = factory();\n\telse\n\t\troot[\"fxb\"] = 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};","/**\n * Expression - Parses and stores a tag pattern expression\n * \n * Patterns are parsed once and stored in an optimized structure for fast matching.\n * \n * @example\n * const expr = new Expression(\"root.users.user\");\n * const expr2 = new Expression(\"..user[id]:first\");\n * const expr3 = new Expression(\"root/users/user\", { separator: '/' });\n */\nexport default class Expression {\n /**\n * Create a new Expression\n * @param {string} pattern - Pattern string (e.g., \"root.users.user\", \"..user[id]\")\n * @param {Object} options - Configuration options\n * @param {string} options.separator - Path separator (default: '.')\n */\n constructor(pattern, options = {}) {\n this.pattern = pattern;\n this.separator = options.separator || '.';\n this.segments = this._parse(pattern);\n\n // Cache expensive checks for performance (O(1) instead of O(n))\n this._hasDeepWildcard = this.segments.some(seg => seg.type === 'deep-wildcard');\n this._hasAttributeCondition = this.segments.some(seg => seg.attrName !== undefined);\n this._hasPositionSelector = this.segments.some(seg => seg.position !== undefined);\n }\n\n /**\n * Parse pattern string into segments\n * @private\n * @param {string} pattern - Pattern to parse\n * @returns {Array} Array of segment objects\n */\n _parse(pattern) {\n const segments = [];\n\n // Split by separator but handle \"..\" specially\n let i = 0;\n let currentPart = '';\n\n while (i < pattern.length) {\n if (pattern[i] === this.separator) {\n // Check if next char is also separator (deep wildcard)\n if (i + 1 < pattern.length && pattern[i + 1] === this.separator) {\n // Flush current part if any\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n currentPart = '';\n }\n // Add deep wildcard\n segments.push({ type: 'deep-wildcard' });\n i += 2; // Skip both separators\n } else {\n // Regular separator\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n currentPart = '';\n i++;\n }\n } else {\n currentPart += pattern[i];\n i++;\n }\n }\n\n // Flush remaining part\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n\n return segments;\n }\n\n /**\n * Parse a single segment\n * @private\n * @param {string} part - Segment string (e.g., \"user\", \"ns::user\", \"user[id]\", \"ns::user:first\")\n * @returns {Object} Segment object\n */\n _parseSegment(part) {\n const segment = { type: 'tag' };\n\n // NEW NAMESPACE SYNTAX (v2.0):\n // ============================\n // Namespace uses DOUBLE colon (::)\n // Position uses SINGLE colon (:)\n // \n // Examples:\n // \"user\" → tag\n // \"user:first\" → tag + position\n // \"user[id]\" → tag + attribute\n // \"user[id]:first\" → tag + attribute + position\n // \"ns::user\" → namespace + tag\n // \"ns::user:first\" → namespace + tag + position\n // \"ns::user[id]\" → namespace + tag + attribute\n // \"ns::user[id]:first\" → namespace + tag + attribute + position\n // \"ns::first\" → namespace + tag named \"first\" (NO ambiguity!)\n //\n // This eliminates all ambiguity:\n // :: = namespace separator\n // : = position selector\n // [] = attributes\n\n // Step 1: Extract brackets [attr] or [attr=value]\n let bracketContent = null;\n let withoutBrackets = part;\n\n const bracketMatch = part.match(/^([^\\[]+)(\\[[^\\]]*\\])(.*)$/);\n if (bracketMatch) {\n withoutBrackets = bracketMatch[1] + bracketMatch[3];\n if (bracketMatch[2]) {\n const content = bracketMatch[2].slice(1, -1);\n if (content) {\n bracketContent = content;\n }\n }\n }\n\n // Step 2: Check for namespace (double colon ::)\n let namespace = undefined;\n let tagAndPosition = withoutBrackets;\n\n if (withoutBrackets.includes('::')) {\n const nsIndex = withoutBrackets.indexOf('::');\n namespace = withoutBrackets.substring(0, nsIndex).trim();\n tagAndPosition = withoutBrackets.substring(nsIndex + 2).trim(); // Skip ::\n\n if (!namespace) {\n throw new Error(`Invalid namespace in pattern: ${part}`);\n }\n }\n\n // Step 3: Parse tag and position (single colon :)\n let tag = undefined;\n let positionMatch = null;\n\n if (tagAndPosition.includes(':')) {\n const colonIndex = tagAndPosition.lastIndexOf(':'); // Use last colon for position\n const tagPart = tagAndPosition.substring(0, colonIndex).trim();\n const posPart = tagAndPosition.substring(colonIndex + 1).trim();\n\n // Verify position is a valid keyword\n const isPositionKeyword = ['first', 'last', 'odd', 'even'].includes(posPart) ||\n /^nth\\(\\d+\\)$/.test(posPart);\n\n if (isPositionKeyword) {\n tag = tagPart;\n positionMatch = posPart;\n } else {\n // Not a valid position keyword, treat whole thing as tag\n tag = tagAndPosition;\n }\n } else {\n tag = tagAndPosition;\n }\n\n if (!tag) {\n throw new Error(`Invalid segment pattern: ${part}`);\n }\n\n segment.tag = tag;\n if (namespace) {\n segment.namespace = namespace;\n }\n\n // Step 4: Parse attributes\n if (bracketContent) {\n if (bracketContent.includes('=')) {\n const eqIndex = bracketContent.indexOf('=');\n segment.attrName = bracketContent.substring(0, eqIndex).trim();\n segment.attrValue = bracketContent.substring(eqIndex + 1).trim();\n } else {\n segment.attrName = bracketContent.trim();\n }\n }\n\n // Step 5: Parse position selector\n if (positionMatch) {\n const nthMatch = positionMatch.match(/^nth\\((\\d+)\\)$/);\n if (nthMatch) {\n segment.position = 'nth';\n segment.positionValue = parseInt(nthMatch[1], 10);\n } else {\n segment.position = positionMatch;\n }\n }\n\n return segment;\n }\n\n /**\n * Get the number of segments\n * @returns {number}\n */\n get length() {\n return this.segments.length;\n }\n\n /**\n * Check if expression contains deep wildcard\n * @returns {boolean}\n */\n hasDeepWildcard() {\n return this._hasDeepWildcard;\n }\n\n /**\n * Check if expression has attribute conditions\n * @returns {boolean}\n */\n hasAttributeCondition() {\n return this._hasAttributeCondition;\n }\n\n /**\n * Check if expression has position selectors\n * @returns {boolean}\n */\n hasPositionSelector() {\n return this._hasPositionSelector;\n }\n\n /**\n * Get string representation\n * @returns {string}\n */\n toString() {\n return this.pattern;\n }\n}","/**\n * Matcher - Tracks current path in XML/JSON tree and matches against Expressions\n * \n * The matcher maintains a stack of nodes representing the current path from root to\n * current tag. It only stores attribute values for the current (top) node to minimize\n * memory usage. Sibling tracking is used to auto-calculate position and counter.\n * \n * @example\n * const matcher = new Matcher();\n * matcher.push(\"root\", {});\n * matcher.push(\"users\", {});\n * matcher.push(\"user\", { id: \"123\", type: \"admin\" });\n * \n * const expr = new Expression(\"root.users.user\");\n * matcher.matches(expr); // true\n */\nexport default class Matcher {\n /**\n * Create a new Matcher\n * @param {Object} options - Configuration options\n * @param {string} options.separator - Default path separator (default: '.')\n */\n constructor(options = {}) {\n this.separator = options.separator || '.';\n this.path = [];\n this.siblingStacks = [];\n // Each path node: { tag: string, values: object, position: number, counter: number }\n // values only present for current (last) node\n // Each siblingStacks entry: Map<tagName, count> tracking occurrences at each level\n }\n\n /**\n * Push a new tag onto the path\n * @param {string} tagName - Name of the tag\n * @param {Object} attrValues - Attribute key-value pairs for current node (optional)\n * @param {string} namespace - Namespace for the tag (optional)\n */\n push(tagName, attrValues = null, namespace = null) {\n // Remove values from previous current node (now becoming ancestor)\n if (this.path.length > 0) {\n const prev = this.path[this.path.length - 1];\n prev.values = undefined;\n }\n\n // Get or create sibling tracking for current level\n const currentLevel = this.path.length;\n if (!this.siblingStacks[currentLevel]) {\n this.siblingStacks[currentLevel] = new Map();\n }\n\n const siblings = this.siblingStacks[currentLevel];\n\n // Create a unique key for sibling tracking that includes namespace\n const siblingKey = namespace ? `${namespace}:${tagName}` : tagName;\n\n // Calculate counter (how many times this tag appeared at this level)\n const counter = siblings.get(siblingKey) || 0;\n\n // Calculate position (total children at this level so far)\n let position = 0;\n for (const count of siblings.values()) {\n position += count;\n }\n\n // Update sibling count for this tag\n siblings.set(siblingKey, counter + 1);\n\n // Create new node\n const node = {\n tag: tagName,\n position: position,\n counter: counter\n };\n\n // Store namespace if provided\n if (namespace !== null && namespace !== undefined) {\n node.namespace = namespace;\n }\n\n // Store values only for current node\n if (attrValues !== null && attrValues !== undefined) {\n node.values = attrValues;\n }\n\n this.path.push(node);\n }\n\n /**\n * Pop the last tag from the path\n * @returns {Object|undefined} The popped node\n */\n pop() {\n if (this.path.length === 0) {\n return undefined;\n }\n\n const node = this.path.pop();\n\n // Clean up sibling tracking for levels deeper than current\n // After pop, path.length is the new depth\n // We need to clean up siblingStacks[path.length + 1] and beyond\n if (this.siblingStacks.length > this.path.length + 1) {\n this.siblingStacks.length = this.path.length + 1;\n }\n\n return node;\n }\n\n /**\n * Update current node's attribute values\n * Useful when attributes are parsed after push\n * @param {Object} attrValues - Attribute values\n */\n updateCurrent(attrValues) {\n if (this.path.length > 0) {\n const current = this.path[this.path.length - 1];\n if (attrValues !== null && attrValues !== undefined) {\n current.values = attrValues;\n }\n }\n }\n\n /**\n * Get current tag name\n * @returns {string|undefined}\n */\n getCurrentTag() {\n return this.path.length > 0 ? this.path[this.path.length - 1].tag : undefined;\n }\n\n /**\n * Get current namespace\n * @returns {string|undefined}\n */\n getCurrentNamespace() {\n return this.path.length > 0 ? this.path[this.path.length - 1].namespace : undefined;\n }\n\n /**\n * Get current node's attribute value\n * @param {string} attrName - Attribute name\n * @returns {*} Attribute value or undefined\n */\n getAttrValue(attrName) {\n if (this.path.length === 0) return undefined;\n const current = this.path[this.path.length - 1];\n return current.values?.[attrName];\n }\n\n /**\n * Check if current node has an attribute\n * @param {string} attrName - Attribute name\n * @returns {boolean}\n */\n hasAttr(attrName) {\n if (this.path.length === 0) return false;\n const current = this.path[this.path.length - 1];\n return current.values !== undefined && attrName in current.values;\n }\n\n /**\n * Get current node's sibling position (child index in parent)\n * @returns {number}\n */\n getPosition() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].position ?? 0;\n }\n\n /**\n * Get current node's repeat counter (occurrence count of this tag name)\n * @returns {number}\n */\n getCounter() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].counter ?? 0;\n }\n\n /**\n * Get current node's sibling index (alias for getPosition for backward compatibility)\n * @returns {number}\n * @deprecated Use getPosition() or getCounter() instead\n */\n getIndex() {\n return this.getPosition();\n }\n\n /**\n * Get current path depth\n * @returns {number}\n */\n getDepth() {\n return this.path.length;\n }\n\n /**\n * Get path as string\n * @param {string} separator - Optional separator (uses default if not provided)\n * @param {boolean} includeNamespace - Whether to include namespace in output (default: true)\n * @returns {string}\n */\n toString(separator, includeNamespace = true) {\n const sep = separator || this.separator;\n return this.path.map(n => {\n if (includeNamespace && n.namespace) {\n return `${n.namespace}:${n.tag}`;\n }\n return n.tag;\n }).join(sep);\n }\n\n /**\n * Get path as array of tag names\n * @returns {string[]}\n */\n toArray() {\n return this.path.map(n => n.tag);\n }\n\n /**\n * Reset the path to empty\n */\n reset() {\n this.path = [];\n this.siblingStacks = [];\n }\n\n /**\n * Match current path against an Expression\n * @param {Expression} expression - The expression to match against\n * @returns {boolean} True if current path matches the expression\n */\n matches(expression) {\n const segments = expression.segments;\n\n if (segments.length === 0) {\n return false;\n }\n\n // Handle deep wildcard patterns\n if (expression.hasDeepWildcard()) {\n return this._matchWithDeepWildcard(segments);\n }\n\n // Simple path matching (no deep wildcards)\n return this._matchSimple(segments);\n }\n\n /**\n * Match simple path (no deep wildcards)\n * @private\n */\n _matchSimple(segments) {\n // Path must be same length as segments\n if (this.path.length !== segments.length) {\n return false;\n }\n\n // Match each segment bottom-to-top\n for (let i = 0; i < segments.length; i++) {\n const segment = segments[i];\n const node = this.path[i];\n const isCurrentNode = (i === this.path.length - 1);\n\n if (!this._matchSegment(segment, node, isCurrentNode)) {\n return false;\n }\n }\n\n return true;\n }\n\n /**\n * Match path with deep wildcards\n * @private\n */\n _matchWithDeepWildcard(segments) {\n let pathIdx = this.path.length - 1; // Start from current node (bottom)\n let segIdx = segments.length - 1; // Start from last segment\n\n while (segIdx >= 0 && pathIdx >= 0) {\n const segment = segments[segIdx];\n\n if (segment.type === 'deep-wildcard') {\n // \"..\" matches zero or more levels\n segIdx--;\n\n if (segIdx < 0) {\n // Pattern ends with \"..\", always matches\n return true;\n }\n\n // Find where next segment matches in the path\n const nextSeg = segments[segIdx];\n let found = false;\n\n for (let i = pathIdx; i >= 0; i--) {\n const isCurrentNode = (i === this.path.length - 1);\n if (this._matchSegment(nextSeg, this.path[i], isCurrentNode)) {\n pathIdx = i - 1;\n segIdx--;\n found = true;\n break;\n }\n }\n\n if (!found) {\n return false;\n }\n } else {\n // Regular segment\n const isCurrentNode = (pathIdx === this.path.length - 1);\n if (!this._matchSegment(segment, this.path[pathIdx], isCurrentNode)) {\n return false;\n }\n pathIdx--;\n segIdx--;\n }\n }\n\n // All segments must be consumed\n return segIdx < 0;\n }\n\n /**\n * Match a single segment against a node\n * @private\n * @param {Object} segment - Segment from Expression\n * @param {Object} node - Node from path\n * @param {boolean} isCurrentNode - Whether this is the current (last) node\n * @returns {boolean}\n */\n _matchSegment(segment, node, isCurrentNode) {\n // Match tag name (* is wildcard)\n if (segment.tag !== '*' && segment.tag !== node.tag) {\n return false;\n }\n\n // Match namespace if specified in segment\n if (segment.namespace !== undefined) {\n // Segment has namespace - node must match it\n if (segment.namespace !== '*' && segment.namespace !== node.namespace) {\n return false;\n }\n }\n // If segment has no namespace, it matches nodes with or without namespace\n\n // Match attribute name (check if node has this attribute)\n // Can only check for current node since ancestors don't have values\n if (segment.attrName !== undefined) {\n if (!isCurrentNode) {\n // Can't check attributes for ancestor nodes (values not stored)\n return false;\n }\n\n if (!node.values || !(segment.attrName in node.values)) {\n return false;\n }\n\n // Match attribute value (only possible for current node)\n if (segment.attrValue !== undefined) {\n const actualValue = node.values[segment.attrName];\n // Both should be strings\n if (String(actualValue) !== String(segment.attrValue)) {\n return false;\n }\n }\n }\n\n // Match position (only for current node)\n if (segment.position !== undefined) {\n if (!isCurrentNode) {\n // Can't check position for ancestor nodes\n return false;\n }\n\n const counter = node.counter ?? 0;\n\n if (segment.position === 'first' && counter !== 0) {\n return false;\n } else if (segment.position === 'odd' && counter % 2 !== 1) {\n return false;\n } else if (segment.position === 'even' && counter % 2 !== 0) {\n return false;\n } else if (segment.position === 'nth') {\n if (counter !== segment.positionValue) {\n return false;\n }\n }\n }\n\n return true;\n }\n\n /**\n * Create a snapshot of current state\n * @returns {Object} State snapshot\n */\n snapshot() {\n return {\n path: this.path.map(node => ({ ...node })),\n siblingStacks: this.siblingStacks.map(map => new Map(map))\n };\n }\n\n /**\n * Restore state from snapshot\n * @param {Object} snapshot - State snapshot\n */\n restore(snapshot) {\n this.path = snapshot.path.map(node => ({ ...node }));\n this.siblingStacks = snapshot.siblingStacks.map(map => new Map(map));\n }\n}","import { Expression, Matcher } from 'path-expression-matcher';\n\nconst EOL = \"\\n\";\n\n/**\n * \n * @param {array} jArray \n * @param {any} options \n * @returns \n */\nexport default function toXml(jArray, options) {\n let indentation = \"\";\n if (options.format && options.indentBy.length > 0) {\n indentation = EOL;\n }\n\n // Pre-compile stopNode expressions for pattern matching\n const stopNodeExpressions = [];\n if (options.stopNodes && Array.isArray(options.stopNodes)) {\n for (let i = 0; i < options.stopNodes.length; i++) {\n const node = options.stopNodes[i];\n if (typeof node === 'string') {\n stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n stopNodeExpressions.push(node);\n }\n }\n }\n\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n\n return arrToStr(jArray, options, indentation, matcher, stopNodeExpressions);\n}\n\nfunction arrToStr(arr, options, indentation, matcher, stopNodeExpressions) {\n let xmlStr = \"\";\n let isPreviousElementTag = false;\n\n if (options.maxNestedTags && matcher.getDepth() > options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n\n if (!Array.isArray(arr)) {\n // Non-array values (e.g. string tag values) should be treated as text content\n if (arr !== undefined && arr !== null) {\n let text = arr.toString();\n text = replaceEntitiesValue(text, options);\n return text;\n }\n return \"\";\n }\n\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const tagName = propName(tagObj);\n if (tagName === undefined) continue;\n\n // Extract attributes from \":@\" property\n const attrValues = extractAttributeValues(tagObj[\":@\"], options);\n\n // Push tag to matcher WITH attributes\n matcher.push(tagName, attrValues);\n\n // Check if this is a stop node using Expression matching\n const isStopNode = checkStopNode(matcher, stopNodeExpressions);\n\n if (tagName === options.textNodeName) {\n let tagText = tagObj[tagName];\n if (!isStopNode) {\n tagText = options.tagValueProcessor(tagName, tagText);\n tagText = replaceEntitiesValue(tagText, options);\n }\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n xmlStr += tagText;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.cdataPropName) {\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.commentPropName) {\n xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n } else if (tagName[0] === \"?\") {\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode);\n const tempInd = tagName === \"?xml\" ? \"\" : indentation;\n let piTextNodeName = tagObj[tagName][0][options.textNodeName];\n piTextNodeName = piTextNodeName.length !== 0 ? \" \" + piTextNodeName : \"\"; //remove extra spacing\n xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr}?>`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n }\n\n let newIdentation = indentation;\n if (newIdentation !== \"\") {\n newIdentation += options.indentBy;\n }\n\n // Pass isStopNode to attr_to_str so attributes are also not processed for stopNodes\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode);\n const tagStart = indentation + `<${tagName}${attStr}`;\n\n // If this is a stopNode, get raw content without processing\n let tagValue;\n if (isStopNode) {\n tagValue = getRawContent(tagObj[tagName], options);\n } else {\n\n tagValue = arrToStr(tagObj[tagName], options, newIdentation, matcher, stopNodeExpressions);\n }\n\n if (options.unpairedTags.indexOf(tagName) !== -1) {\n if (options.suppressUnpairedNode) xmlStr += tagStart + \">\";\n else xmlStr += tagStart + \"/>\";\n } else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {\n xmlStr += tagStart + \"/>\";\n } else if (tagValue && tagValue.endsWith(\">\")) {\n xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;\n } else {\n xmlStr += tagStart + \">\";\n if (tagValue && indentation !== \"\" && (tagValue.includes(\"/>\") || tagValue.includes(\"</\"))) {\n xmlStr += indentation + options.indentBy + tagValue + indentation;\n } else {\n xmlStr += tagValue;\n }\n xmlStr += `</${tagName}>`;\n }\n isPreviousElementTag = true;\n\n // Pop tag from matcher\n matcher.pop();\n }\n\n return xmlStr;\n}\n\n/**\n * Extract attribute values from the \":@\" object and return as plain object\n * for passing to matcher.push()\n */\nfunction extractAttributeValues(attrMap, options) {\n if (!attrMap || options.ignoreAttributes) return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // Remove the attribute prefix to get clean attribute name\n const cleanAttrName = attr.startsWith(options.attributeNamePrefix)\n ? attr.substr(options.attributeNamePrefix.length)\n : attr;\n attrValues[cleanAttrName] = attrMap[attr];\n hasAttrs = true;\n }\n\n return hasAttrs ? attrValues : null;\n}\n\n/**\n * Extract raw content from a stopNode without any processing\n * This preserves the content exactly as-is, including special characters\n */\nfunction getRawContent(arr, options) {\n if (!Array.isArray(arr)) {\n // Non-array values return as-is\n if (arr !== undefined && arr !== null) {\n return arr.toString();\n }\n return \"\";\n }\n\n let content = \"\";\n for (let i = 0; i < arr.length; i++) {\n const item = arr[i];\n const tagName = propName(item);\n\n if (tagName === options.textNodeName) {\n // Raw text content - NO processing, NO entity replacement\n content += item[tagName];\n } else if (tagName === options.cdataPropName) {\n // CDATA content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName === options.commentPropName) {\n // Comment content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName && tagName[0] === \"?\") {\n // Processing instruction - skip for stopNodes\n continue;\n } else if (tagName) {\n // Nested tags within stopNode\n // Recursively get raw content and reconstruct the tag\n // For stopNodes, we don't process attributes either\n const attStr = attr_to_str_raw(item[\":@\"], options);\n const nestedContent = getRawContent(item[tagName], options);\n\n if (!nestedContent || nestedContent.length === 0) {\n content += `<${tagName}${attStr}/>`;\n } else {\n content += `<${tagName}${attStr}>${nestedContent}</${tagName}>`;\n }\n }\n }\n return content;\n}\n\n/**\n * Build attribute string for stopNodes - NO entity replacement\n */\nfunction attr_to_str_raw(attrMap, options) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // For stopNodes, use raw value without processing\n let attrVal = attrMap[attr];\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;\n } else {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}=\"${attrVal}\"`;\n }\n }\n }\n return attrStr;\n}\n\nfunction propName(obj) {\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n if (key !== \":@\") return key;\n }\n}\n\nfunction attr_to_str(attrMap, options, isStopNode) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n let attrVal;\n\n if (isStopNode) {\n // For stopNodes, use raw value without any processing\n attrVal = attrMap[attr];\n } else {\n // Normal processing: apply attributeValueProcessor and entity replacement\n attrVal = options.attributeValueProcessor(attr, attrMap[attr]);\n attrVal = replaceEntitiesValue(attrVal, options);\n }\n\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;\n } else {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}=\"${attrVal}\"`;\n }\n }\n }\n return attrStr;\n}\n\nfunction checkStopNode(matcher, stopNodeExpressions) {\n if (!stopNodeExpressions || stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < stopNodeExpressions.length; i++) {\n if (matcher.matches(stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction replaceEntitiesValue(textValue, options) {\n if (textValue && textValue.length > 0 && options.processEntities) {\n for (let i = 0; i < options.entities.length; i++) {\n const entity = options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}","'use strict';\n//parse Empty Node as self closing node\nimport buildFromOrderedJs from './orderedJs2Xml.js';\nimport getIgnoreAttributesFn from \"./ignoreAttributes.js\";\nimport { Expression, Matcher } from 'path-expression-matcher';\n\nconst defaultOptions = {\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n cdataPropName: false,\n format: false,\n indentBy: ' ',\n suppressEmptyNode: false,\n suppressUnpairedNode: true,\n suppressBooleanAttributes: true,\n tagValueProcessor: function (key, a) {\n return a;\n },\n attributeValueProcessor: function (attrName, a) {\n return a;\n },\n preserveOrder: false,\n commentPropName: false,\n unpairedTags: [],\n entities: [\n { regex: new RegExp(\"&\", \"g\"), val: \"&amp;\" },//it must be on top\n { regex: new RegExp(\">\", \"g\"), val: \"&gt;\" },\n { regex: new RegExp(\"<\", \"g\"), val: \"&lt;\" },\n { regex: new RegExp(\"\\'\", \"g\"), val: \"&apos;\" },\n { regex: new RegExp(\"\\\"\", \"g\"), val: \"&quot;\" }\n ],\n processEntities: true,\n stopNodes: [],\n // transformTagName: false,\n // transformAttributeName: false,\n oneListGroup: false,\n maxNestedTags: 100,\n jPath: true // When true, callbacks receive string jPath; when false, receive Matcher instance\n};\n\nexport default function Builder(options) {\n this.options = Object.assign({}, defaultOptions, options);\n\n // Convert old-style stopNodes for backward compatibility\n // Old syntax: \"*.tag\" meant \"tag anywhere in tree\"\n // New syntax: \"..tag\" means \"tag anywhere in tree\"\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n this.options.stopNodes = this.options.stopNodes.map(node => {\n if (typeof node === 'string' && node.startsWith('*.')) {\n // Convert old wildcard syntax to deep wildcard\n return '..' + node.substring(2);\n }\n return node;\n });\n }\n\n // Pre-compile stopNode expressions for pattern matching\n this.stopNodeExpressions = [];\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n for (let i = 0; i < this.options.stopNodes.length; i++) {\n const node = this.options.stopNodes[i];\n if (typeof node === 'string') {\n this.stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n this.stopNodeExpressions.push(node);\n }\n }\n }\n\n if (this.options.ignoreAttributes === true || this.options.attributesGroupName) {\n this.isAttribute = function (/*a*/) {\n return false;\n };\n } else {\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n this.attrPrefixLen = this.options.attributeNamePrefix.length;\n this.isAttribute = isAttribute;\n }\n\n this.processTextOrObjNode = processTextOrObjNode\n\n if (this.options.format) {\n this.indentate = indentate;\n this.tagEndChar = '>\\n';\n this.newLine = '\\n';\n } else {\n this.indentate = function () {\n return '';\n };\n this.tagEndChar = '>';\n this.newLine = '';\n }\n}\n\nBuilder.prototype.build = function (jObj) {\n if (this.options.preserveOrder) {\n return buildFromOrderedJs(jObj, this.options);\n } else {\n if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {\n jObj = {\n [this.options.arrayNodeName]: jObj\n }\n }\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n return this.j2x(jObj, 0, matcher).val;\n }\n};\n\nBuilder.prototype.j2x = function (jObj, level, matcher) {\n let attrStr = '';\n let val = '';\n if (this.options.maxNestedTags && matcher.getDepth() >= this.options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n // Get jPath based on option: string for backward compatibility, or Matcher for new features\n const jPath = this.options.jPath ? matcher.toString() : matcher;\n\n // Check if current node is a stopNode (will be used for attribute encoding)\n const isCurrentStopNode = this.checkStopNode(matcher);\n\n for (let key in jObj) {\n if (!Object.prototype.hasOwnProperty.call(jObj, key)) continue;\n if (typeof jObj[key] === 'undefined') {\n // supress undefined node only if it is not an attribute\n if (this.isAttribute(key)) {\n val += '';\n }\n } else if (jObj[key] === null) {\n // null attribute should be ignored by the attribute list, but should not cause the tag closing\n if (this.isAttribute(key)) {\n val += '';\n } else if (key === this.options.cdataPropName) {\n val += '';\n } else if (key[0] === '?') {\n val += this.indentate(level) + '<' + key + '?' + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n }\n // val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n } else if (jObj[key] instanceof Date) {\n val += this.buildTextValNode(jObj[key], key, '', level, matcher);\n } else if (typeof jObj[key] !== 'object') {\n //premitive type\n const attr = this.isAttribute(key);\n if (attr && !this.ignoreAttributesFn(attr, jPath)) {\n attrStr += this.buildAttrPairStr(attr, '' + jObj[key], isCurrentStopNode);\n } else if (!attr) {\n //tag value\n if (key === this.options.textNodeName) {\n let newval = this.options.tagValueProcessor(key, '' + jObj[key]);\n val += this.replaceEntitiesValue(newval);\n } else {\n // Check if this is a stopNode before building\n matcher.push(key);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + jObj[key];\n if (textValue === '') {\n val += this.indentate(level) + '<' + key + this.closeTag(key) + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + key + '>' + textValue + '</' + key + this.tagEndChar;\n }\n } else {\n val += this.buildTextValNode(jObj[key], key, '', level, matcher);\n }\n }\n }\n } else if (Array.isArray(jObj[key])) {\n //repeated nodes\n const arrLen = jObj[key].length;\n let listTagVal = \"\";\n let listTagAttr = \"\";\n for (let j = 0; j < arrLen; j++) {\n const item = jObj[key][j];\n if (typeof item === 'undefined') {\n // supress undefined node\n } else if (item === null) {\n if (key[0] === \"?\") val += this.indentate(level) + '<' + key + '?' + this.tagEndChar;\n else val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n // val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n } else if (typeof item === 'object') {\n if (this.options.oneListGroup) {\n // Push tag to matcher before recursive call\n matcher.push(key);\n const result = this.j2x(item, level + 1, matcher);\n // Pop tag from matcher after recursive call\n matcher.pop();\n\n listTagVal += result.val;\n if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {\n listTagAttr += result.attrStr\n }\n } else {\n listTagVal += this.processTextOrObjNode(item, key, level, matcher)\n }\n } else {\n if (this.options.oneListGroup) {\n let textValue = this.options.tagValueProcessor(key, item);\n textValue = this.replaceEntitiesValue(textValue);\n listTagVal += textValue;\n } else {\n // Check if this is a stopNode before building\n matcher.push(key);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + item;\n if (textValue === '') {\n listTagVal += this.indentate(level) + '<' + key + this.closeTag(key) + this.tagEndChar;\n } else {\n listTagVal += this.indentate(level) + '<' + key + '>' + textValue + '</' + key + this.tagEndChar;\n }\n } else {\n listTagVal += this.buildTextValNode(item, key, '', level, matcher);\n }\n }\n }\n }\n if (this.options.oneListGroup) {\n listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);\n }\n val += listTagVal;\n } else {\n //nested node\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) {\n const Ks = Object.keys(jObj[key]);\n const L = Ks.length;\n for (let j = 0; j < L; j++) {\n attrStr += this.buildAttrPairStr(Ks[j], '' + jObj[key][Ks[j]], isCurrentStopNode);\n }\n } else {\n val += this.processTextOrObjNode(jObj[key], key, level, matcher)\n }\n }\n }\n return { attrStr: attrStr, val: val };\n};\n\nBuilder.prototype.buildAttrPairStr = function (attrName, val, isStopNode) {\n if (!isStopNode) {\n val = this.options.attributeValueProcessor(attrName, '' + val);\n val = this.replaceEntitiesValue(val);\n }\n if (this.options.suppressBooleanAttributes && val === \"true\") {\n return ' ' + attrName;\n } else return ' ' + attrName + '=\"' + val + '\"';\n}\n\nfunction processTextOrObjNode(object, key, level, matcher) {\n // Extract attributes to pass to matcher\n const attrValues = this.extractAttributes(object);\n\n // Push tag to matcher before recursion WITH attributes\n matcher.push(key, attrValues);\n\n // Check if this entire node is a stopNode\n const isStopNode = this.checkStopNode(matcher);\n\n if (isStopNode) {\n // For stopNodes, build raw content without entity encoding\n const rawContent = this.buildRawContent(object);\n const attrStr = this.buildAttributesForStopNode(object);\n matcher.pop();\n return this.buildObjectNode(rawContent, key, attrStr, level);\n }\n\n const result = this.j2x(object, level + 1, matcher);\n // Pop tag from matcher after recursion\n matcher.pop();\n\n if (object[this.options.textNodeName] !== undefined && Object.keys(object).length === 1) {\n return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level, matcher);\n } else {\n return this.buildObjectNode(result.val, key, result.attrStr, level);\n }\n}\n\n// Helper method to extract attributes from an object\nBuilder.prototype.extractAttributes = function (obj) {\n if (!obj || typeof obj !== 'object') return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n // Remove attribute prefix if present\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n attrValues[cleanKey] = attrGroup[attrKey];\n hasAttrs = true;\n }\n } else {\n // Look for individual attributes (prefixed with attributeNamePrefix)\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n attrValues[attr] = obj[key];\n hasAttrs = true;\n }\n }\n }\n\n return hasAttrs ? attrValues : null;\n};\n\n// Build raw content for stopNode without entity encoding\nBuilder.prototype.buildRawContent = function (obj) {\n if (typeof obj === 'string') {\n return obj; // Already a string, return as-is\n }\n\n if (typeof obj !== 'object' || obj === null) {\n return String(obj);\n }\n\n // Check if this is a stopNode data from parser: { \"#text\": \"raw xml\", \"@_attr\": \"val\" }\n if (obj[this.options.textNodeName] !== undefined) {\n return obj[this.options.textNodeName]; // Return raw text without encoding\n }\n\n // Build raw XML from nested structure\n let content = '';\n\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n\n // Skip attributes\n if (this.isAttribute(key)) continue;\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) continue;\n\n const value = obj[key];\n\n if (key === this.options.textNodeName) {\n content += value; // Raw text\n } else if (Array.isArray(value)) {\n // Array of same tag\n for (let item of value) {\n if (typeof item === 'string' || typeof item === 'number') {\n content += `<${key}>${item}</${key}>`;\n } else if (typeof item === 'object' && item !== null) {\n const nestedContent = this.buildRawContent(item);\n const nestedAttrs = this.buildAttributesForStopNode(item);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n }\n }\n } else if (typeof value === 'object' && value !== null) {\n // Nested object\n const nestedContent = this.buildRawContent(value);\n const nestedAttrs = this.buildAttributesForStopNode(value);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n } else {\n // Primitive value\n content += `<${key}>${value}</${key}>`;\n }\n }\n\n return content;\n};\n\n// Build attribute string for stopNode (no entity encoding)\nBuilder.prototype.buildAttributesForStopNode = function (obj) {\n if (!obj || typeof obj !== 'object') return '';\n\n let attrStr = '';\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n const val = attrGroup[attrKey];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + cleanKey;\n } else {\n attrStr += ' ' + cleanKey + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n } else {\n // Look for individual attributes\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n const val = obj[key];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + attr;\n } else {\n attrStr += ' ' + attr + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n }\n }\n\n return attrStr;\n};\n\nBuilder.prototype.buildObjectNode = function (val, key, attrStr, level) {\n if (val === \"\") {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n }\n } else {\n\n let tagEndExp = '</' + key + this.tagEndChar;\n let piClosingChar = \"\";\n\n if (key[0] === \"?\") {\n piClosingChar = \"?\";\n tagEndExp = \"\";\n }\n\n // attrStr is an empty string in case the attribute came as undefined or null\n if ((attrStr || attrStr === '') && val.indexOf('<') === -1) {\n return (this.indentate(level) + '<' + key + attrStr + piClosingChar + '>' + val + tagEndExp);\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {\n return this.indentate(level) + `<!--${val}-->` + this.newLine;\n } else {\n return (\n this.indentate(level) + '<' + key + attrStr + piClosingChar + this.tagEndChar +\n val +\n this.indentate(level) + tagEndExp);\n }\n }\n}\n\nBuilder.prototype.closeTag = function (key) {\n let closeTag = \"\";\n if (this.options.unpairedTags.indexOf(key) !== -1) { //unpaired\n if (!this.options.suppressUnpairedNode) closeTag = \"/\"\n } else if (this.options.suppressEmptyNode) { //empty\n closeTag = \"/\";\n } else {\n closeTag = `></${key}`\n }\n return closeTag;\n}\n\nBuilder.prototype.checkStopNode = function (matcher) {\n if (!this.stopNodeExpressions || this.stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < this.stopNodeExpressions.length; i++) {\n if (matcher.matches(this.stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction buildEmptyObjNode(val, key, attrStr, level) {\n if (val !== '') {\n return this.buildObjectNode(val, key, attrStr, level);\n } else {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + '/' + this.tagEndChar;\n // return this.buildTagStr(level,key, attrStr);\n }\n }\n}\n\nBuilder.prototype.buildTextValNode = function (val, key, attrStr, level, matcher) {\n if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {\n return this.indentate(level) + `<![CDATA[${val}]]>` + this.newLine;\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {\n return this.indentate(level) + `<!--${val}-->` + this.newLine;\n } else if (key[0] === \"?\") {//PI tag\n return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n } else {\n // Normal processing: apply tagValueProcessor and entity replacement\n let textValue = this.options.tagValueProcessor(key, val);\n textValue = this.replaceEntitiesValue(textValue);\n\n if (textValue === '') {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n } else {\n return this.indentate(level) + '<' + key + attrStr + '>' +\n textValue +\n '</' + key + this.tagEndChar;\n }\n }\n}\n\nBuilder.prototype.replaceEntitiesValue = function (textValue) {\n if (textValue && textValue.length > 0 && this.options.processEntities) {\n for (let i = 0; i < this.options.entities.length; i++) {\n const entity = this.options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}\n\nfunction indentate(level) {\n return this.options.indentBy.repeat(level);\n}\n\nfunction isAttribute(name /*, options*/) {\n if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {\n return name.substr(this.attrPrefixLen);\n } else {\n return false;\n }\n}","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\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","Expression","constructor","pattern","options","separator","segments","_parse","_hasDeepWildcard","some","seg","type","_hasAttributeCondition","undefined","attrName","_hasPositionSelector","position","i","currentPart","length","trim","push","_parseSegment","part","segment","bracketContent","withoutBrackets","bracketMatch","match","content","slice","namespace","tag","tagAndPosition","includes","nsIndex","indexOf","substring","Error","positionMatch","colonIndex","lastIndexOf","tagPart","posPart","test","eqIndex","attrValue","nthMatch","positionValue","parseInt","hasDeepWildcard","hasAttributeCondition","hasPositionSelector","toString","Matcher","path","siblingStacks","tagName","attrValues","values","currentLevel","Map","siblings","siblingKey","counter","count","set","node","pop","updateCurrent","current","getCurrentTag","getCurrentNamespace","getAttrValue","hasAttr","getPosition","getCounter","getIndex","getDepth","includeNamespace","sep","map","n","join","toArray","reset","matches","expression","_matchWithDeepWildcard","_matchSimple","isCurrentNode","_matchSegment","pathIdx","segIdx","nextSeg","found","actualValue","String","snapshot","restore","toXml","jArray","indentation","format","indentBy","stopNodeExpressions","stopNodes","Array","isArray","arrToStr","arr","matcher","xmlStr","isPreviousElementTag","maxNestedTags","text","replaceEntitiesValue","tagObj","propName","extractAttributeValues","isStopNode","checkStopNode","textNodeName","cdataPropName","commentPropName","newIdentation","tagStart","attr_to_str","tagValue","getRawContent","unpairedTags","suppressUnpairedNode","suppressEmptyNode","endsWith","attStr","tempInd","piTextNodeName","tagText","tagValueProcessor","attrMap","ignoreAttributes","hasAttrs","attr","startsWith","attributeNamePrefix","substr","item","attr_to_str_raw","nestedContent","attrStr","attrVal","suppressBooleanAttributes","keys","attributeValueProcessor","textValue","processEntities","entities","entity","replace","regex","val","_createForOfIteratorHelperLoose","r","e","t","iterator","next","bind","a","_arrayLikeToArray","name","from","_unsupportedIterableToArray","done","TypeError","defaultOptions","attributesGroupName","preserveOrder","RegExp","oneListGroup","jPath","Builder","assign","isAttribute","ignoreAttributesFn","_step","_iterator","attrPrefixLen","processTextOrObjNode","indentate","tagEndChar","newLine","object","level","extractAttributes","rawContent","buildRawContent","buildAttributesForStopNode","buildObjectNode","result","j2x","buildTextValNode","repeat","build","jObj","buildFromOrderedJs","_jObj","arrayNodeName","isCurrentStopNode","Date","buildAttrPairStr","newval","closeTag","arrLen","listTagVal","listTagAttr","j","Ks","L","attrGroup","attrKey","nestedAttrs","cleanKey","tagEndExp","piClosingChar"],"sourceRoot":""}
1
+ {"version":3,"file":"./lib/fxb.min.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAAa,IAAID,IAEjBD,EAAU,IAAIC,GACf,CATD,CASGK,KAAM,I,mBCRT,IAAIC,EAAsB,CCA1BA,EAAwB,CAACL,EAASM,KACjC,IAAI,IAAIC,KAAOD,EACXD,EAAoBG,EAAEF,EAAYC,KAASF,EAAoBG,EAAER,EAASO,IAC5EE,OAAOC,eAAeV,EAASO,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,MCJ3EF,EAAwB,CAACQ,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFT,EAAyBL,IACH,oBAAXkB,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeV,EAASkB,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeV,EAAS,aAAc,CAAEoB,OAAO,M,mCCKxC,MAAMC,EAOnBC,WAAAA,CAAYC,EAASC,EAAU,CAAC,EAAGC,GACjCrB,KAAKmB,QAAUA,EACfnB,KAAKsB,UAAYF,EAAQE,WAAa,IACtCtB,KAAKuB,SAAWvB,KAAKwB,OAAOL,GAC5BnB,KAAKqB,KAAOA,EAEZrB,KAAKyB,iBAAmBzB,KAAKuB,SAASG,KAAKC,GAAoB,kBAAbA,EAAIC,MACtD5B,KAAK6B,uBAAyB7B,KAAKuB,SAASG,KAAKC,QAAwBG,IAAjBH,EAAII,UAC5D/B,KAAKgC,qBAAuBhC,KAAKuB,SAASG,KAAKC,QAAwBG,IAAjBH,EAAIM,SAC5D,CAQAT,MAAAA,CAAOL,GACL,MAAMI,EAAW,GAGjB,IAAIW,EAAI,EACJC,EAAc,GAElB,KAAOD,EAAIf,EAAQiB,QACbjB,EAAQe,KAAOlC,KAAKsB,UAElBY,EAAI,EAAIf,EAAQiB,QAAUjB,EAAQe,EAAI,KAAOlC,KAAKsB,WAEhDa,EAAYE,SACdd,EAASe,KAAKtC,KAAKuC,cAAcJ,EAAYE,SAC7CF,EAAc,IAGhBZ,EAASe,KAAK,CAAEV,KAAM,kBACtBM,GAAK,IAGDC,EAAYE,QACdd,EAASe,KAAKtC,KAAKuC,cAAcJ,EAAYE,SAE/CF,EAAc,GACdD,MAGFC,GAAehB,EAAQe,GACvBA,KASJ,OAJIC,EAAYE,QACdd,EAASe,KAAKtC,KAAKuC,cAAcJ,EAAYE,SAGxCd,CACT,CAQAgB,aAAAA,CAAcC,GACZ,MAAMC,EAAU,CAAEb,KAAM,OAwBxB,IAAIc,EAAiB,KACjBC,EAAkBH,EAEtB,MAAMI,EAAeJ,EAAKK,MAAM,8BAChC,GAAID,IACFD,EAAkBC,EAAa,GAAKA,EAAa,GAC7CA,EAAa,IAAI,CACnB,MAAME,EAAUF,EAAa,GAAGG,MAAM,GAAI,GACtCD,IACFJ,EAAiBI,EAErB,CAIF,IAAIE,EAcAC,EAbAC,EAAiBP,EAErB,GAAIA,EAAgBQ,SAAS,MAAO,CAClC,MAAMC,EAAUT,EAAgBU,QAAQ,MAIxC,GAHAL,EAAYL,EAAgBW,UAAU,EAAGF,GAASf,OAClDa,EAAiBP,EAAgBW,UAAUF,EAAU,GAAGf,QAEnDW,EACH,MAAM,IAAIO,MAAM,iCAAiCf,IAErD,CAIA,IAAIgB,EAAgB,KAEpB,GAAIN,EAAeC,SAAS,KAAM,CAChC,MAAMM,EAAaP,EAAeQ,YAAY,KACxCC,EAAUT,EAAeI,UAAU,EAAGG,GAAYpB,OAClDuB,EAAUV,EAAeI,UAAUG,EAAa,GAAGpB,OAG/B,CAAC,QAAS,OAAQ,MAAO,QAAQc,SAASS,IAClE,eAAeC,KAAKD,IAGpBX,EAAMU,EACNH,EAAgBI,GAGhBX,EAAMC,CAEV,MACED,EAAMC,EAGR,IAAKD,EACH,MAAM,IAAIM,MAAM,4BAA4Bf,KAS9C,GANAC,EAAQQ,IAAMA,EACVD,IACFP,EAAQO,UAAYA,GAIlBN,EACF,GAAIA,EAAeS,SAAS,KAAM,CAChC,MAAMW,EAAUpB,EAAeW,QAAQ,KACvCZ,EAAQV,SAAWW,EAAeY,UAAU,EAAGQ,GAASzB,OACxDI,EAAQsB,UAAYrB,EAAeY,UAAUQ,EAAU,GAAGzB,MAC5D,MACEI,EAAQV,SAAWW,EAAeL,OAKtC,GAAImB,EAAe,CACjB,MAAMQ,EAAWR,EAAcX,MAAM,kBACjCmB,GACFvB,EAAQR,SAAW,MACnBQ,EAAQwB,cAAgBC,SAASF,EAAS,GAAI,KAE9CvB,EAAQR,SAAWuB,CAEvB,CAEA,OAAOf,CACT,CAMA,UAAIL,GACF,OAAOpC,KAAKuB,SAASa,MACvB,CAMA+B,eAAAA,GACE,OAAOnE,KAAKyB,gBACd,CAMA2C,qBAAAA,GACE,OAAOpE,KAAK6B,sBACd,CAMAwC,mBAAAA,GACE,OAAOrE,KAAKgC,oBACd,CAMAsC,QAAAA,GACE,OAAOtE,KAAKmB,OACd,ECjNK,MAAMoD,EAIXrD,WAAAA,CAAYsD,GACVxE,KAAKyE,SAAWD,CAClB,CAMA,aAAIlD,GACF,OAAOtB,KAAKyE,SAASnD,SACvB,CAMAoD,aAAAA,GACE,MAAMC,EAAO3E,KAAKyE,SAASE,KAC3B,OAAOA,EAAKvC,OAAS,EAAIuC,EAAKA,EAAKvC,OAAS,GAAGa,SAAMnB,CACvD,CAMA8C,mBAAAA,GACE,MAAMD,EAAO3E,KAAKyE,SAASE,KAC3B,OAAOA,EAAKvC,OAAS,EAAIuC,EAAKA,EAAKvC,OAAS,GAAGY,eAAYlB,CAC7D,CAOA+C,YAAAA,CAAa9C,GACX,MAAM4C,EAAO3E,KAAKyE,SAASE,KAC3B,GAAoB,IAAhBA,EAAKvC,OACT,OAAOuC,EAAKA,EAAKvC,OAAS,GAAG0C,SAAS/C,EACxC,CAOAgD,OAAAA,CAAQhD,GACN,MAAM4C,EAAO3E,KAAKyE,SAASE,KAC3B,GAAoB,IAAhBA,EAAKvC,OAAc,OAAO,EAC9B,MAAM4C,EAAUL,EAAKA,EAAKvC,OAAS,GACnC,YAA0BN,IAAnBkD,EAAQF,QAAwB/C,KAAYiD,EAAQF,MAC7D,CAMAG,WAAAA,GACE,MAAMN,EAAO3E,KAAKyE,SAASE,KAC3B,OAAoB,IAAhBA,EAAKvC,QAAsB,EACxBuC,EAAKA,EAAKvC,OAAS,GAAGH,UAAY,CAC3C,CAMAiD,UAAAA,GACE,MAAMP,EAAO3E,KAAKyE,SAASE,KAC3B,OAAoB,IAAhBA,EAAKvC,QAAsB,EACxBuC,EAAKA,EAAKvC,OAAS,GAAG+C,SAAW,CAC1C,CAOAC,QAAAA,GACE,OAAOpF,KAAKiF,aACd,CAMAI,QAAAA,GACE,OAAOrF,KAAKyE,SAASE,KAAKvC,MAC5B,CAQAkC,QAAAA,CAAShD,EAAWgE,GAAmB,GACrC,OAAOtF,KAAKyE,SAASH,SAAShD,EAAWgE,EAC3C,CAMAC,OAAAA,GACE,OAAOvF,KAAKyE,SAASE,KAAKa,IAAIC,GAAKA,EAAExC,IACvC,CAOAyC,OAAAA,CAAQC,GACN,OAAO3F,KAAKyE,SAASiB,QAAQC,EAC/B,CAOAC,UAAAA,CAAWC,GACT,OAAOA,EAAQD,WAAW5F,KAAKyE,SACjC,EAsBa,MAAMqB,EAMnB5E,WAAAA,CAAYE,EAAU,CAAC,GACrBpB,KAAKsB,UAAYF,EAAQE,WAAa,IACtCtB,KAAK2E,KAAO,GACZ3E,KAAK+F,cAAgB,GAIrB/F,KAAKgG,iBAAmB,KACxBhG,KAAKiG,MAAQ,IAAI1B,EAAYvE,KAC/B,CAQAsC,IAAAA,CAAK4D,EAASC,EAAa,KAAMnD,EAAY,MAC3ChD,KAAKgG,iBAAmB,KAGpBhG,KAAK2E,KAAKvC,OAAS,IACrBpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAG0C,YAAShD,GAI3C,MAAMsE,EAAepG,KAAK2E,KAAKvC,OAC1BpC,KAAK+F,cAAcK,KACtBpG,KAAK+F,cAAcK,GAAgB,IAAIC,KAGzC,MAAMC,EAAWtG,KAAK+F,cAAcK,GAG9BG,EAAavD,EAAY,GAAGA,KAAakD,IAAYA,EAGrDf,EAAUmB,EAAS9F,IAAI+F,IAAe,EAG5C,IAAItE,EAAW,EACf,IAAK,MAAMuE,KAASF,EAASxB,SAC3B7C,GAAYuE,EAIdF,EAASG,IAAIF,EAAYpB,EAAU,GAGnC,MAAMuB,EAAO,CACXzD,IAAKiD,EACLjE,SAAUA,EACVkD,QAASA,GAGPnC,UACF0D,EAAK1D,UAAYA,GAGfmD,UACFO,EAAK5B,OAASqB,GAGhBnG,KAAK2E,KAAKrC,KAAKoE,EACjB,CAMAC,GAAAA,GACE,GAAyB,IAArB3G,KAAK2E,KAAKvC,OAAc,OAC5BpC,KAAKgG,iBAAmB,KAExB,MAAMU,EAAO1G,KAAK2E,KAAKgC,MAMvB,OAJI3G,KAAK+F,cAAc3D,OAASpC,KAAK2E,KAAKvC,OAAS,IACjDpC,KAAK+F,cAAc3D,OAASpC,KAAK2E,KAAKvC,OAAS,GAG1CsE,CACT,CAOAE,aAAAA,CAAcT,GACZ,GAAInG,KAAK2E,KAAKvC,OAAS,EAAG,CACxB,MAAM4C,EAAUhF,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GACzC+D,UACFnB,EAAQF,OAASqB,EAErB,CACF,CAMAzB,aAAAA,GACE,OAAO1E,KAAK2E,KAAKvC,OAAS,EAAIpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAGa,SAAMnB,CACtE,CAMA8C,mBAAAA,GACE,OAAO5E,KAAK2E,KAAKvC,OAAS,EAAIpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAGY,eAAYlB,CAC5E,CAOA+C,YAAAA,CAAa9C,GACX,GAAyB,IAArB/B,KAAK2E,KAAKvC,OACd,OAAOpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAG0C,SAAS/C,EAClD,CAOAgD,OAAAA,CAAQhD,GACN,GAAyB,IAArB/B,KAAK2E,KAAKvC,OAAc,OAAO,EACnC,MAAM4C,EAAUhF,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAC7C,YAA0BN,IAAnBkD,EAAQF,QAAwB/C,KAAYiD,EAAQF,MAC7D,CAMAG,WAAAA,GACE,OAAyB,IAArBjF,KAAK2E,KAAKvC,QAAsB,EAC7BpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAGH,UAAY,CACrD,CAMAiD,UAAAA,GACE,OAAyB,IAArBlF,KAAK2E,KAAKvC,QAAsB,EAC7BpC,KAAK2E,KAAK3E,KAAK2E,KAAKvC,OAAS,GAAG+C,SAAW,CACpD,CAOAC,QAAAA,GACE,OAAOpF,KAAKiF,aACd,CAMAI,QAAAA,GACE,OAAOrF,KAAK2E,KAAKvC,MACnB,CAQAkC,QAAAA,CAAShD,EAAWgE,GAAmB,GACrC,MAAMuB,EAAMvF,GAAatB,KAAKsB,UAG9B,GAFmBuF,IAAQ7G,KAAKsB,YAAkC,IAArBgE,EAE9B,CACb,GAA8B,OAA1BtF,KAAKgG,iBACP,OAAOhG,KAAKgG,iBAEd,MAAMc,EAAS9G,KAAK2E,KAAKa,IAAIC,GAC1BA,EAAEzC,UAAa,GAAGyC,EAAEzC,aAAayC,EAAExC,MAAQwC,EAAExC,KAC9C8D,KAAKF,GAEP,OADA7G,KAAKgG,iBAAmBc,EACjBA,CACT,CAEA,OAAO9G,KAAK2E,KAAKa,IAAIC,GAClBH,GAAoBG,EAAEzC,UAAa,GAAGyC,EAAEzC,aAAayC,EAAExC,MAAQwC,EAAExC,KAClE8D,KAAKF,EACT,CAMAtB,OAAAA,GACE,OAAOvF,KAAK2E,KAAKa,IAAIC,GAAKA,EAAExC,IAC9B,CAKA+D,KAAAA,GACEhH,KAAKgG,iBAAmB,KACxBhG,KAAK2E,KAAO,GACZ3E,KAAK+F,cAAgB,EACvB,CAOAL,OAAAA,CAAQC,GACN,MAAMpE,EAAWoE,EAAWpE,SAE5B,OAAwB,IAApBA,EAASa,SAITuD,EAAWxB,kBACNnE,KAAKiH,uBAAuB1F,GAG9BvB,KAAKkH,aAAa3F,GAC3B,CAKA2F,YAAAA,CAAa3F,GACX,GAAIvB,KAAK2E,KAAKvC,SAAWb,EAASa,OAChC,OAAO,EAGT,IAAK,IAAIF,EAAI,EAAGA,EAAIX,EAASa,OAAQF,IACnC,IAAKlC,KAAKmH,cAAc5F,EAASW,GAAIlC,KAAK2E,KAAKzC,GAAIA,IAAMlC,KAAK2E,KAAKvC,OAAS,GAC1E,OAAO,EAIX,OAAO,CACT,CAKA6E,sBAAAA,CAAuB1F,GACrB,IAAI6F,EAAUpH,KAAK2E,KAAKvC,OAAS,EAC7BiF,EAAS9F,EAASa,OAAS,EAE/B,KAAOiF,GAAU,GAAKD,GAAW,GAAG,CAClC,MAAM3E,EAAUlB,EAAS8F,GAEzB,GAAqB,kBAAjB5E,EAAQb,KAA0B,CAGpC,GAFAyF,IAEIA,EAAS,EACX,OAAO,EAGT,MAAMC,EAAU/F,EAAS8F,GACzB,IAAIE,GAAQ,EAEZ,IAAK,IAAIrF,EAAIkF,EAASlF,GAAK,EAAGA,IAC5B,GAAIlC,KAAKmH,cAAcG,EAAStH,KAAK2E,KAAKzC,GAAIA,IAAMlC,KAAK2E,KAAKvC,OAAS,GAAI,CACzEgF,EAAUlF,EAAI,EACdmF,IACAE,GAAQ,EACR,KACF,CAGF,IAAKA,EACH,OAAO,CAEX,KAAO,CACL,IAAKvH,KAAKmH,cAAc1E,EAASzC,KAAK2E,KAAKyC,GAAUA,IAAYpH,KAAK2E,KAAKvC,OAAS,GAClF,OAAO,EAETgF,IACAC,GACF,CACF,CAEA,OAAOA,EAAS,CAClB,CAKAF,aAAAA,CAAc1E,EAASiE,EAAMc,GAC3B,GAAoB,MAAhB/E,EAAQQ,KAAeR,EAAQQ,MAAQyD,EAAKzD,IAC9C,OAAO,EAGT,QAA0BnB,IAAtBW,EAAQO,WACgB,MAAtBP,EAAQO,WAAqBP,EAAQO,YAAc0D,EAAK1D,UAC1D,OAAO,EAIX,QAAyBlB,IAArBW,EAAQV,SAAwB,CAClC,IAAKyF,EACH,OAAO,EAGT,IAAKd,EAAK5B,UAAYrC,EAAQV,YAAY2E,EAAK5B,QAC7C,OAAO,EAGT,QAA0BhD,IAAtBW,EAAQsB,WACN0D,OAAOf,EAAK5B,OAAOrC,EAAQV,aAAe0F,OAAOhF,EAAQsB,WAC3D,OAAO,CAGb,CAEA,QAAyBjC,IAArBW,EAAQR,SAAwB,CAClC,IAAKuF,EACH,OAAO,EAGT,MAAMrC,EAAUuB,EAAKvB,SAAW,EAEhC,GAAyB,UAArB1C,EAAQR,UAAoC,IAAZkD,EAClC,OAAO,EACF,GAAyB,QAArB1C,EAAQR,UAAsBkD,EAAU,GAAM,EACvD,OAAO,EACF,GAAyB,SAArB1C,EAAQR,UAAuBkD,EAAU,GAAM,EACxD,OAAO,EACF,GAAyB,QAArB1C,EAAQR,UAAsBkD,IAAY1C,EAAQwB,cAC3D,OAAO,CAEX,CAEA,OAAO,CACT,CAOA2B,UAAAA,CAAWC,GACT,OAAOA,EAAQD,WAAW5F,KAC5B,CAMA0H,QAAAA,GACE,MAAO,CACL/C,KAAM3E,KAAK2E,KAAKa,IAAIkB,IAAQ,IAAMA,KAClCX,cAAe/F,KAAK+F,cAAcP,IAAIA,GAAO,IAAIa,IAAIb,IAEzD,CAMAmC,OAAAA,CAAQD,GACN1H,KAAKgG,iBAAmB,KACxBhG,KAAK2E,KAAO+C,EAAS/C,KAAKa,IAAIkB,IAAQ,IAAMA,KAC5C1G,KAAK+F,cAAgB2B,EAAS3B,cAAcP,IAAIA,GAAO,IAAIa,IAAIb,GACjE,CAkBAoC,QAAAA,GACE,OAAO5H,KAAKiG,KACd,ECtjBK,SAAS4B,EAAYC,GAC1B,OAAOL,OAAOK,GACXC,QAAQ,MAAO,OACfA,QAAQ,MAAO,OACfA,QAAQ,KAAM,KACnB,CAEO,SAASC,EAAUF,GACxB,OAAOL,OAAOK,GAAKC,QAAQ,SAAU,kBACvC,CAEO,SAASE,EAAgBH,GAC9B,OAAOL,OAAOK,GAAKC,QAAQ,KAAM,UAAUA,QAAQ,KAAM,SAC3D,CCcA,MAAMG,EACJ,+CAoCIC,EACJ,8CAYIC,EACJD,sBAeIE,EAAeA,CAACC,EAAWC,EAAMC,EAAQ,MAC7C,MAEMC,EAAY,IAFFH,EAAUP,QAAQ,IAAK,QACxBQ,EAAKR,QAAQ,IAAK,QAGjC,MAAO,CACLW,KAAM,IAAIC,OAAO,KAAKL,MAAcC,OAAWC,GAC/CI,OAAQ,IAAID,OAAO,IAAIF,KAAcD,GACrCK,MAAO,IAAIF,OAAO,IAAIF,QAAgBA,OAAgBD,GACtDM,QAAS,IAAIH,OAAO,KAAKJ,OAAWC,GACpCO,SAAU,IAAIJ,OAAO,KAAKJ,cAAiBA,SAAaC,KAItDQ,EAAYX,EAAaH,EAnE7BA,sBAoEIe,EAAYZ,EAAaF,EAAiBC,EAAY,KA8B/CS,EAAQA,CAACK,GAAOC,aAAa,OAAU,CAAC,IA5BlCC,EAACD,EAAa,QAChB,QAAfA,EAAuBF,EAAYD,EA4BnCI,CAAWD,GAAYN,MAAMhF,KAAKqF,GCrGpC,SAASG,EAAeX,EAAMY,EAAalI,EAASoD,EAAS2E,GACzD,OAAK/H,EAAQmI,aACTV,EAAMH,EAAM,CAAES,WAAAA,IAAsBT,EACjCtH,EAAQmI,aAAab,EAAM,CAAEY,YAAAA,EAAa9E,QAASA,EAAQoD,aAFhCc,CAGtC,CAOe,SAASc,EAAMC,EAAQrI,GAClC,IAAIsI,EAAc,GACdtI,EAAQuI,SACRD,EAlDI,MAsDR,IAAME,EAAsB,GAC5B,GAAIxI,EAAQyI,WAAaC,MAAMC,QAAQ3I,EAAQyI,WAC3C,IAAK,IAAI3H,EAAI,EAAGA,EAAId,EAAQyI,UAAUzH,OAAQF,IAAK,CAC/C,IAAMwE,EAAOtF,EAAQyI,UAAU3H,GACX,iBAATwE,EACPkD,EAAoBtH,KAAK,IAAIrB,EAAWyF,IACjCA,aAAgBzF,GACvB2I,EAAoBtH,KAAKoE,EAEjC,CAIJ,IAAMyC,EAzDV,SAAmCM,EAAQrI,GACvC,IAAK0I,MAAMC,QAAQN,IAA6B,IAAlBA,EAAOrH,OAAc,MAAO,MAC1D,IAAM4H,EAAQP,EAAO,GAErB,GAAiB,SADAQ,EAASD,GACD,CACrB,IAAME,EAAQF,EAAM,MACpB,GAAIE,EAAO,CACP,IAAMC,EAAa/I,EAAQgJ,oBAAsB,UACjD,GAAIF,EAAMC,GAAa,OAAOD,EAAMC,EACxC,CACJ,CACA,MAAO,KACX,CA6CuBE,CAA0BZ,EAAQrI,GAKrD,OAAOkJ,EAASb,EAAQrI,EAASsI,EAFjB,IAAI5D,EAEmC8D,EAAqBT,EAChF,CAEA,SAASmB,EAASC,EAAKnJ,EAASsI,EAAalF,EAASoF,EAAqBT,GACvE,IAAIqB,EAAS,GACTC,GAAuB,EAE3B,GAAIrJ,EAAQsJ,eAAiBlG,EAAQa,WAAajE,EAAQsJ,cACtD,MAAM,IAAInH,MAAM,gCAGpB,IAAKuG,MAAMC,QAAQQ,GAAM,CAErB,GAAIA,QAAmC,CACnC,IAAII,EAAOJ,EAAIjG,WAEf,OADOsG,EAAqBD,EAAMvJ,EAEtC,CACA,MAAO,EACX,CAEA,IAAK,IAAIc,EAAI,EAAGA,EAAIqI,EAAInI,OAAQF,IAAK,CACjC,IAAM2I,EAASN,EAAIrI,GACb4I,EAAab,EAASY,GAC5B,QAAmB/I,IAAfgJ,EAAJ,CAIA,IAMM5E,EANgB4E,IAAe1J,EAAQ2J,cACtCD,IAAe1J,EAAQ4J,eACvBF,IAAe1J,EAAQ6J,iBACL,MAAlBH,EAAW,GAIZA,EACAzB,EAAeyB,GAAY,EAAO1J,EAASoD,EAAS2E,GAGpDhD,EAAa+E,EAAuBL,EAAO,MAAOzJ,GAGxDoD,EAAQlC,KAAK4D,EAASC,GAGtB,IAAMgF,EAAaC,EAAc5G,EAASoF,GAE1C,GAAI1D,IAAY9E,EAAQ2J,aAajB,GAAI7E,IAAY9E,EAAQ4J,cAUxB,GAAI9E,IAAY9E,EAAQ6J,gBAOxB,GAAmB,MAAf/E,EAAQ,GAAZ,CAWP,IAAImF,EAAgB3B,EACE,KAAlB2B,IACAA,GAAiBjK,EAAQkK,UAI7B,IACMC,EAAW7B,EAAW,IAAOxD,EADpBsF,EAAYX,EAAO,MAAOzJ,EAAS+J,EAAY3G,EAAS2E,GAInEsC,OAAQ,EAERA,EADAN,EACWO,EAAcb,EAAOC,GAAa1J,GAElCkJ,EAASO,EAAOC,GAAa1J,EAASiK,EAAe7G,EAASoF,EAAqBT,IAGnD,IAA3C/H,EAAQuK,aAAatI,QAAQ6C,GACzB9E,EAAQwK,qBAAsBpB,GAAUe,EAAW,IAClDf,GAAUe,EAAW,KACjBE,GAAgC,IAApBA,EAASrJ,SAAiBhB,EAAQyK,kBAEhDJ,GAAYA,EAASK,SAAS,KACrCtB,GAAUe,EAAQ,IAAOE,EAAW/B,EAAW,KAAKxD,EAAO,KAE3DsE,GAAUe,EAAW,IACjBE,GAA4B,KAAhB/B,IAAuB+B,EAAStI,SAAS,OAASsI,EAAStI,SAAS,OAChFqH,GAAUd,EAActI,EAAQkK,SAAWG,EAAW/B,EAEtDc,GAAUiB,EAEdjB,GAAM,KAAStE,EAAO,KAVtBsE,GAAUe,EAAW,KAYzBd,GAAuB,EAGvBjG,EAAQmC,KAtCR,MAJI6D,IAH4B,SAAZtE,EAAqB,GAAKwD,GAGzB,IAAOxD,EAJTsF,EAAYX,EAAO,MAAOzJ,EAAS+J,EAAY3G,EAAS2E,GAI/B,KACxCsB,GAAuB,EACvBjG,EAAQmC,WAXR6D,GAAUd,EAAW,UADL7B,EADJgD,EAAOC,GAAY,GAAG1J,EAAQ2J,eAEJ,SACtCN,GAAuB,EACvBjG,EAAQmC,WAdJ8D,IACAD,GAAUd,GAIdc,GAAM,YADUxC,EADJ6C,EAAOC,GAAY,GAAG1J,EAAQ2J,eAEb,MAC7BN,GAAuB,EACvBjG,EAAQmC,UArBZ,CACI,IAAIoF,EAAUlB,EAAOC,GAChBK,IAEDY,EAAUnB,EADVmB,EAAU3K,EAAQ4K,kBAAkB9F,EAAS6F,GACL3K,IAExCqJ,IACAD,GAAUd,GAEdc,GAAUuB,EACVtB,GAAuB,EACvBjG,EAAQmC,KA4BZ,CA9DsC,CAqG1C,CAEA,OAAO6D,CACX,CAMA,SAASU,EAAuBe,EAAS7K,GACrC,IAAK6K,GAAW7K,EAAQ8K,iBAAkB,OAAO,KAEjD,IAAM/F,EAAa,CAAC,EAChBgG,GAAW,EAEf,IAAK,IAAIC,KAAQH,EACR5L,OAAOM,UAAUC,eAAeC,KAAKoL,EAASG,KAKnDjG,EAHsBiG,EAAKC,WAAWjL,EAAQgJ,qBACxCgC,EAAKE,OAAOlL,EAAQgJ,oBAAoBhI,QACxCgK,GACsBnE,EAAgBgE,EAAQG,IACpDD,GAAW,GAGf,OAAOA,EAAWhG,EAAa,IACnC,CAMA,SAASuF,EAAcnB,EAAKnJ,GACxB,IAAK0I,MAAMC,QAAQQ,GAEf,OAAIA,QACOA,EAAIjG,WAER,GAIX,IADA,IAAIxB,EAAU,GACLZ,EAAI,EAAGA,EAAIqI,EAAInI,OAAQF,IAAK,CACjC,IAAMqK,EAAOhC,EAAIrI,GACXgE,EAAU+D,EAASsC,GAEzB,GAAIrG,IAAY9E,EAAQ2J,aAEpBjI,GAAWyJ,EAAKrG,QACb,GAAIA,IAAY9E,EAAQ4J,cAE3BlI,GAAWyJ,EAAKrG,GAAS,GAAG9E,EAAQ2J,mBACjC,GAAI7E,IAAY9E,EAAQ6J,gBAE3BnI,GAAWyJ,EAAKrG,GAAS,GAAG9E,EAAQ2J,kBACjC,IAAI7E,GAA0B,MAAfA,EAAQ,GAE1B,SACG,GAAIA,EAAS,CAEhB,IAAMsG,EAASC,EAAgBF,EAAK,MAAOnL,GACrCsL,EAAgBhB,EAAca,EAAKrG,GAAU9E,GAE9CsL,GAA0C,IAAzBA,EAActK,OAGhCU,GAAO,IAAQoD,EAAUsG,EAAM,IAAIE,EAAa,KAAKxG,EAAO,IAF5DpD,GAAO,IAAQoD,EAAUsG,EAAM,IAIvC,EACJ,CACA,OAAO1J,CACX,CAKA,SAAS2J,EAAgBR,EAAS7K,GAC9B,IAAIuL,EAAU,GACd,GAAIV,IAAY7K,EAAQ8K,iBACpB,IAAK,IAAIE,KAAQH,EACb,GAAK5L,OAAOM,UAAUC,eAAeC,KAAKoL,EAASG,GAAnD,CAEA,IAAIQ,EAAUX,EAAQG,IACN,IAAZQ,GAAoBxL,EAAQyL,0BAC5BF,GAAO,IAAQP,EAAKE,OAAOlL,EAAQgJ,oBAAoBhI,QAEvDuK,GAAO,IAAQP,EAAKE,OAAOlL,EAAQgJ,oBAAoBhI,QAAO,KAAK6F,EAAgB2E,GAAQ,GAN7B,CAU1E,OAAOD,CACX,CAEA,SAAS1C,EAASxJ,GAEd,IADA,IAAMqM,EAAOzM,OAAOyM,KAAKrM,GAChByB,EAAI,EAAGA,EAAI4K,EAAK1K,OAAQF,IAAK,CAClC,IAAM/B,EAAM2M,EAAK5K,GACjB,GAAK7B,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKN,IACnC,OAARA,EAAc,OAAOA,CAC7B,CACJ,CAMA,SAASqL,EAAYS,EAAS7K,EAAS+J,EAAY3G,EAAS2E,GACxD,IAAIwD,EAAU,GACd,GAAIV,IAAY7K,EAAQ8K,iBACpB,IAAK,IAAIE,KAAQH,EACb,GAAK5L,OAAOM,UAAUC,eAAeC,KAAKoL,EAASG,GAAnD,CAGA,IAAMW,EAAgBX,EAAKE,OAAOlL,EAAQgJ,oBAAoBhI,QACxD4K,EAAmB7B,EACnB4B,EACA1D,EAAe0D,GAAe,EAAM3L,EAASoD,EAAS2E,GAExDyD,OAAO,GAUK,KAPZA,EAFAzB,EAEUc,EAAQG,GAIRxB,EADVgC,EAAUxL,EAAQ6L,wBAAwBb,EAAMH,EAAQG,IAChBhL,KAGpBA,EAAQyL,0BAC5BF,GAAO,IAAQK,EAEfL,GAAO,IAAQK,EAAgB,KAAK/E,EAAgB2E,GAAQ,GArBE,CAyB1E,OAAOD,CACX,CAEA,SAASvB,EAAc5G,EAASoF,GAC5B,IAAKA,GAAsD,IAA/BA,EAAoBxH,OAAc,OAAO,EAErE,IAAK,IAAIF,EAAI,EAAGA,EAAI0H,EAAoBxH,OAAQF,IAC5C,GAAIsC,EAAQkB,QAAQkE,EAAoB1H,IACpC,OAAO,EAGf,OAAO,CACX,CAEA,SAAS0I,EAAqBsC,EAAW9L,GACrC,GAAI8L,GAAaA,EAAU9K,OAAS,GAAKhB,EAAQ+L,gBAC7C,IAAK,IAAIjL,EAAI,EAAGA,EAAId,EAAQgM,SAAShL,OAAQF,IAAK,CAC9C,IAAMmL,EAASjM,EAAQgM,SAASlL,GAChCgL,EAAYA,EAAUnF,QAAQsF,EAAOC,MAAOD,EAAOvF,IACvD,CAEJ,OAAOoF,CACX,C,sGCrWA,SAAAK,EAAAC,EAAAC,GAAA,IAAAC,EAAA,oBAAA5M,QAAA0M,EAAA1M,OAAA6M,WAAAH,EAAA,iBAAAE,EAAA,OAAAA,EAAAA,EAAA7M,KAAA2M,IAAAI,KAAAC,KAAAH,GAAA,GAAA5D,MAAAC,QAAAyD,KAAAE,EAAA,SAAAF,EAAAM,GAAA,GAAAN,EAAA,qBAAAA,EAAA,OAAAO,EAAAP,EAAAM,GAAA,IAAAJ,EAAA,GAAApJ,SAAAzD,KAAA2M,GAAAzK,MAAA,uBAAA2K,GAAAF,EAAAtM,cAAAwM,EAAAF,EAAAtM,YAAAwH,MAAA,QAAAgF,GAAA,QAAAA,EAAA5D,MAAAkE,KAAAR,GAAA,cAAAE,GAAA,2CAAA7J,KAAA6J,GAAAK,EAAAP,EAAAM,QAAA,GAAAG,CAAAT,KAAAC,GAAAD,GAAA,iBAAAA,EAAApL,OAAA,CAAAsL,IAAAF,EAAAE,GAAA,IAAAtN,EAAA,2BAAAA,GAAAoN,EAAApL,OAAA,CAAA8L,MAAA,IAAAA,MAAA,EAAAlN,MAAAwM,EAAApN,KAAA,YAAA+N,UAAA,kJAAAJ,EAAAP,EAAAM,IAAA,MAAAA,GAAAA,EAAAN,EAAApL,UAAA0L,EAAAN,EAAApL,QAAA,QAAAqL,EAAA,EAAAhI,EAAAqE,MAAAgE,GAAAL,EAAAK,EAAAL,IAAAhI,EAAAgI,GAAAD,EAAAC,GAAA,OAAAhI,CAAA,CAOA,IAAM2I,EAAiB,CACrBhE,oBAAqB,KACrBiE,qBAAqB,EACrBtD,aAAc,QACdmB,kBAAkB,EAClBlB,eAAe,EACfrB,QAAQ,EACR2B,SAAU,KACVO,mBAAmB,EACnBD,sBAAsB,EACtBiB,2BAA2B,EAC3Bb,kBAAmB,SAAU7L,EAAK2N,GAChC,OAAOA,CACT,EACAb,wBAAyB,SAAUlL,EAAU+L,GAC3C,OAAOA,CACT,EACAQ,eAAe,EACfrD,iBAAiB,EACjBU,aAAc,GACdyB,SAAU,CACR,CAAEE,MAAO,IAAI3E,OAAO,IAAK,KAAMb,IAAK,SACpC,CAAEwF,MAAO,IAAI3E,OAAO,IAAK,KAAMb,IAAK,QACpC,CAAEwF,MAAO,IAAI3E,OAAO,IAAK,KAAMb,IAAK,QACpC,CAAEwF,MAAO,IAAI3E,OAAO,IAAM,KAAMb,IAAK,UACrC,CAAEwF,MAAO,IAAI3E,OAAO,IAAM,KAAMb,IAAK,WAEvCqF,iBAAiB,EACjBtD,UAAW,GAGX0E,cAAc,EACd7D,cAAe,IACf8D,OAAO,EACPjF,cAAc,GAMD,SAASkF,EAAQrN,GAkB9B,GAjBApB,KAAKoB,QAAUf,OAAOqO,OAAO,CAAC,EAAGN,EAAgBhN,GAK7CpB,KAAKoB,QAAQyI,WAAaC,MAAMC,QAAQ/J,KAAKoB,QAAQyI,aACvD7J,KAAKoB,QAAQyI,UAAY7J,KAAKoB,QAAQyI,UAAUrE,IAAI,SAAAkB,GAClD,MAAoB,iBAATA,GAAqBA,EAAK2F,WAAW,MAEvC,KAAO3F,EAAKpD,UAAU,GAExBoD,CACT,IAIF1G,KAAK4J,oBAAsB,GACvB5J,KAAKoB,QAAQyI,WAAaC,MAAMC,QAAQ/J,KAAKoB,QAAQyI,WACvD,IAAK,IAAI3H,EAAI,EAAGA,EAAIlC,KAAKoB,QAAQyI,UAAUzH,OAAQF,IAAK,CACtD,IAAMwE,EAAO1G,KAAKoB,QAAQyI,UAAU3H,GAChB,iBAATwE,EACT1G,KAAK4J,oBAAoBtH,KAAK,IAAIrB,EAAWyF,IACpCA,aAAgBzF,GACzBjB,KAAK4J,oBAAoBtH,KAAKoE,EAElC,CC1EW,IAA+BwF,GD6EN,IAAlClM,KAAKoB,QAAQ8K,kBAA6BlM,KAAKoB,QAAQiN,oBACzDrO,KAAKsJ,YAAc,WACjB,OAAO,CACT,GAEAtJ,KAAK2O,mBCjF2B,mBADUzC,EDkFMlM,KAAKoB,QAAQ8K,kBChFlDA,EAEPpC,MAAMC,QAAQmC,GACP,SAACnK,GACJ,QAAsC6M,EAAtCC,E,4rBAAAtB,CAAsBrB,KAAgB0C,EAAAC,KAAAX,MAAE,CAAC,IAA9B/M,EAAOyN,EAAA5N,MACd,GAAuB,iBAAZG,GAAwBY,IAAaZ,EAC5C,OAAO,EAEX,GAAIA,aAAmBwH,QAAUxH,EAAQ0C,KAAK9B,GAC1C,OAAO,CAEf,CACJ,EAEG,kBAAM,CAAK,EDmElB/B,KAAK8O,cAAgB9O,KAAKoB,QAAQgJ,oBAAoBhI,OACtDpC,KAAKsJ,YAAcA,GAGrBtJ,KAAK+O,qBAAuBA,EAExB/O,KAAKoB,QAAQuI,QACf3J,KAAKgP,UAAYA,EACjBhP,KAAKiP,WAAa,MAClBjP,KAAKkP,QAAU,OAEflP,KAAKgP,UAAY,WACf,MAAO,EACT,EACAhP,KAAKiP,WAAa,IAClBjP,KAAKkP,QAAU,GAEnB,CAkCA,SAAS7F,EAAeX,EAAMY,EAAalI,EAASoD,EAAS2E,GAC3D,OAAK/H,EAAQmI,aACTV,EAAMH,EAAM,CAAES,WAAAA,IAAsBT,EACjCtH,EAAQmI,aAAab,EAAM,CAAEY,YAAAA,EAAa9E,QAASA,EAAQoD,aAFhCc,CAGpC,CAqLA,SAASqG,EAAqBI,EAAQhP,EAAKiP,EAAO5K,EAAS2E,GAEzD,IAAMhD,EAAanG,KAAKqP,kBAAkBF,GAQ1C,GALA3K,EAAQlC,KAAKnC,EAAKgG,GAGCnG,KAAKoL,cAAc5G,GAEtB,CAEd,IAAM8K,EAAatP,KAAKuP,gBAAgBJ,GAClCxC,EAAU3M,KAAKwP,2BAA2BL,GAEhD,OADA3K,EAAQmC,MACD3G,KAAKyP,gBAAgBH,EAAYnP,EAAKwM,EAASyC,EACxD,CAEA,IAAMtI,EAAS9G,KAAK0P,IAAIP,EAAQC,EAAQ,EAAG5K,EAAS2E,GAMpD,OAJA3E,EAAQmC,MAIO,MAAXxG,EAAI,GACCH,KAAK2P,iBAAiB,GAAIxP,EAAK2G,EAAO6F,QAASyC,EAAO5K,QACd1C,IAAtCqN,EAAOnP,KAAKoB,QAAQ2J,eAA8D,IAA/B1K,OAAOyM,KAAKqC,GAAQ/M,OACzEpC,KAAK2P,iBAAiBR,EAAOnP,KAAKoB,QAAQ2J,cAAe5K,EAAK2G,EAAO6F,QAASyC,EAAO5K,GAErFxE,KAAKyP,gBAAgB3I,EAAOgB,IAAK3H,EAAK2G,EAAO6F,QAASyC,EAEjE,CA8OA,SAASJ,EAAUI,GACjB,OAAOpP,KAAKoB,QAAQkK,SAASsE,OAAOR,EACtC,CAEA,SAAS9F,EAAYZ,GACnB,SAAIA,EAAK2D,WAAWrM,KAAKoB,QAAQgJ,sBAAwB1B,IAAS1I,KAAKoB,QAAQ2J,eACtErC,EAAK4D,OAAOtM,KAAK8O,cAI5B,C,OA1cAL,EAAQ9N,UAAUkP,MAAQ,SAAUC,GAClC,GAAI9P,KAAKoB,QAAQkN,cACf,OAAOyB,EAAmBD,EAAM9P,KAAKoB,SAE4D,IAAD4O,EAA5FlG,MAAMC,QAAQ+F,IAAS9P,KAAKoB,QAAQ6O,eAAiBjQ,KAAKoB,QAAQ6O,cAAc7N,OAAS,KACvF4N,EAAA,IACDhQ,KAAKoB,QAAQ6O,eAAgBH,EADhCA,EACoCE,GAItC,IAAMxL,EAAU,IAAIsB,EACdqD,EA5CV,SAAiC2G,EAAM1O,GACrC,IAAM8O,EAAOJ,EAAK,QAClB,GAAII,GAAwB,iBAATA,EAAmB,CAEpC,GAAI9O,EAAQiN,qBAAuB6B,EAAK9O,EAAQiN,qBAAsB,CACpE,IAAM8B,EAAID,EAAK9O,EAAQiN,qBAAqBjN,EAAQgJ,oBAAsB,WAC1E,GAAI+F,EAAG,OAAOA,CAChB,CAEA,IAAMA,EAAID,EAAK9O,EAAQgJ,oBAAsB,WAC7C,GAAI+F,EAAG,OAAOA,CAChB,CACA,MAAO,KACT,CA+BuBC,CAAwBN,EAAM9P,KAAKoB,SACtD,OAAOpB,KAAK0P,IAAII,EAAM,EAAGtL,EAAS2E,GAAYrB,GAElD,EAEA2G,EAAQ9N,UAAU+O,IAAM,SAAUI,EAAMV,EAAO5K,EAAS2E,GACtD,IAAIwD,EAAU,GACV7E,EAAM,GACV,GAAI9H,KAAKoB,QAAQsJ,eAAiBlG,EAAQa,YAAcrF,KAAKoB,QAAQsJ,cACnE,MAAM,IAAInH,MAAM,gCAGlB,IAAMiL,EAAQxO,KAAKoB,QAAQoN,MAAQhK,EAAQF,WAAaE,EAGlD6L,EAAoBrQ,KAAKoL,cAAc5G,GAE7C,IAAK,IAAIrE,KAAO2P,EACd,GAAKzP,OAAOM,UAAUC,eAAeC,KAAKiP,EAAM3P,GAAhD,CAMA,IAOMmQ,EAPenQ,IAAQH,KAAKoB,QAAQ2J,cACrC5K,IAAQH,KAAKoB,QAAQ4J,eACrB7K,IAAQH,KAAKoB,QAAQ6J,iBACpBjL,KAAKoB,QAAQiN,qBAAuBlO,IAAQH,KAAKoB,QAAQiN,qBAC1DrO,KAAKsJ,YAAYnJ,IACN,MAAXA,EAAI,GAGLA,EACAkJ,EAAelJ,GAAK,EAAOH,KAAKoB,QAASoD,EAAS2E,GAEtD,QAAyB,IAAd2G,EAAK3P,GAEVH,KAAKsJ,YAAYnJ,KACnB2H,GAAO,SAEJ,GAAkB,OAAdgI,EAAK3P,GAEVH,KAAKsJ,YAAYnJ,IAEVmQ,IAAgBtQ,KAAKoB,QAAQ4J,eAAiBsF,IAAgBtQ,KAAKoB,QAAQ6J,gBADpFnD,GAAO,GAGqB,MAAnBwI,EAAY,GACrBxI,GAAO9H,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMtQ,KAAKiP,WAE9DnH,GAAO9H,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMtQ,KAAKiP,gBAE3D,GAAIa,EAAK3P,aAAgBoQ,KAC9BzI,GAAO9H,KAAK2P,iBAAiBG,EAAK3P,GAAMmQ,EAAa,GAAIlB,EAAO5K,QAC3D,GAAyB,iBAAdsL,EAAK3P,GAAmB,CAExC,IAAMiM,EAAOpM,KAAKsJ,YAAYnJ,GAC9B,GAAIiM,IAASpM,KAAK2O,mBAAmBvC,EAAMoC,GAAQ,CAEjD,IAAMgC,EAAenH,EAAe+C,GAAM,EAAMpM,KAAKoB,QAASoD,EAAS2E,GACvEwD,GAAW3M,KAAKyQ,iBAAiBD,EAAc,GAAKV,EAAK3P,GAAMkQ,EACjE,MAAO,IAAKjE,EAEV,GAAIjM,IAAQH,KAAKoB,QAAQ2J,aAAc,CACrC,IAAI2F,EAAS1Q,KAAKoB,QAAQ4K,kBAAkB7L,EAAK,GAAK2P,EAAK3P,IAC3D2H,GAAO9H,KAAK4K,qBAAqB8F,EACnC,KAAO,CAELlM,EAAQlC,KAAKgO,GACb,IAAMnF,EAAanL,KAAKoL,cAAc5G,GAGtC,GAFAA,EAAQmC,MAEJwE,EAAY,CAEd,IAAM+B,EAAY,GAAK4C,EAAK3P,GAE1B2H,GADgB,KAAdoF,EACKlN,KAAKgP,UAAUI,GAAS,IAAMkB,EAActQ,KAAK2Q,SAASL,GAAetQ,KAAKiP,WAE9EjP,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMpD,EAAY,KAAOoD,EAActQ,KAAKiP,UAEnG,MACEnH,GAAO9H,KAAK2P,iBAAiBG,EAAK3P,GAAMmQ,EAAa,GAAIlB,EAAO5K,EAEpE,CAEJ,MAAO,GAAIsF,MAAMC,QAAQ+F,EAAK3P,IAAO,CAKnC,IAHA,IAAMyQ,EAASd,EAAK3P,GAAKiC,OACrByO,EAAa,GACbC,EAAc,GACTC,EAAI,EAAGA,EAAIH,EAAQG,IAAK,CAC/B,IAAMxE,EAAOuD,EAAK3P,GAAK4Q,GACvB,QAAoB,IAATxE,QAEJ,GAAa,OAATA,EACc,MAAnB+D,EAAY,GAAYxI,GAAO9H,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMtQ,KAAKiP,WACrFnH,GAAO9H,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMtQ,KAAKiP,gBAC9D,GAAoB,iBAAT1C,EAChB,GAAIvM,KAAKoB,QAAQmN,aAAc,CAE7B/J,EAAQlC,KAAKgO,GACb,IAAMxJ,EAAS9G,KAAK0P,IAAInD,EAAM6C,EAAQ,EAAG5K,EAAS2E,GAElD3E,EAAQmC,MAERkK,GAAc/J,EAAOgB,IACjB9H,KAAKoB,QAAQiN,qBAAuB9B,EAAK3L,eAAeZ,KAAKoB,QAAQiN,uBACvEyC,GAAehK,EAAO6F,QAE1B,MACEkE,GAAc7Q,KAAK+O,qBAAqBxC,EAAM+D,EAAalB,EAAO5K,EAAS2E,QAG7E,GAAInJ,KAAKoB,QAAQmN,aAAc,CAC7B,IAAIrB,EAAYlN,KAAKoB,QAAQ4K,kBAAkBsE,EAAa/D,GAE5DsE,GADA3D,EAAYlN,KAAK4K,qBAAqBsC,EAExC,KAAO,CAEL1I,EAAQlC,KAAKgO,GACb,IAAMnF,EAAanL,KAAKoL,cAAc5G,GAGtC,GAFAA,EAAQmC,MAEJwE,EAAY,CAEd,IAAM+B,EAAY,GAAKX,EAErBsE,GADgB,KAAd3D,EACYlN,KAAKgP,UAAUI,GAAS,IAAMkB,EAActQ,KAAK2Q,SAASL,GAAetQ,KAAKiP,WAE9EjP,KAAKgP,UAAUI,GAAS,IAAMkB,EAAc,IAAMpD,EAAY,KAAOoD,EAActQ,KAAKiP,UAE1G,MACE4B,GAAc7Q,KAAK2P,iBAAiBpD,EAAM+D,EAAa,GAAIlB,EAAO5K,EAEtE,CAEJ,CACIxE,KAAKoB,QAAQmN,eACfsC,EAAa7Q,KAAKyP,gBAAgBoB,EAAYP,EAAaQ,EAAa1B,IAE1EtH,GAAO+I,CACT,MAEE,GAAI7Q,KAAKoB,QAAQiN,qBAAuBlO,IAAQH,KAAKoB,QAAQiN,oBAG3D,IAFA,IAAM2C,EAAK3Q,OAAOyM,KAAKgD,EAAK3P,IACtB8Q,EAAID,EAAG5O,OACJ2O,EAAI,EAAGA,EAAIE,EAAGF,IAAK,CAE1B,IAAMP,EAAenH,EAAe2H,EAAGD,IAAI,EAAM/Q,KAAKoB,QAASoD,EAAS2E,GACxEwD,GAAW3M,KAAKyQ,iBAAiBD,EAAc,GAAKV,EAAK3P,GAAK6Q,EAAGD,IAAKV,EACxE,MAEAvI,GAAO9H,KAAK+O,qBAAqBe,EAAK3P,GAAMmQ,EAAalB,EAAO5K,EAAS2E,EArIf,CAyIhE,MAAO,CAAEwD,QAASA,EAAS7E,IAAKA,EAClC,EAEA2G,EAAQ9N,UAAU8P,iBAAmB,SAAU1O,EAAU+F,EAAKqD,GAK5D,OAJKA,IACHrD,EAAM9H,KAAKoB,QAAQ6L,wBAAwBlL,EAAU,GAAK+F,GAC1DA,EAAM9H,KAAK4K,qBAAqB9C,IAE9B9H,KAAKoB,QAAQyL,2BAAqC,SAAR/E,EACrC,IAAM/F,EACD,IAAMA,EAAW,KAAOkG,EAAgBH,GAAO,GAC/D,EAoCA2G,EAAQ9N,UAAU0O,kBAAoB,SAAU5O,GAC9C,IAAKA,GAAsB,iBAARA,EAAkB,OAAO,KAE5C,IAAM0F,EAAa,CAAC,EAChBgG,GAAW,EAGf,GAAInM,KAAKoB,QAAQiN,qBAAuB5N,EAAIT,KAAKoB,QAAQiN,qBAAsB,CAC7E,IAAM6C,EAAYzQ,EAAIT,KAAKoB,QAAQiN,qBACnC,IAAK,IAAI8C,KAAWD,EACb7Q,OAAOM,UAAUC,eAAeC,KAAKqQ,EAAWC,KAKrDhL,EAHiBgL,EAAQ9E,WAAWrM,KAAKoB,QAAQgJ,qBAC7C+G,EAAQ7N,UAAUtD,KAAKoB,QAAQgJ,oBAAoBhI,QACnD+O,GACmBlJ,EAAgBiJ,EAAUC,IACjDhF,GAAW,EAEf,MAEE,IAAK,IAAIhM,KAAOM,EACd,GAAKJ,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKN,GAA/C,CACA,IAAMiM,EAAOpM,KAAKsJ,YAAYnJ,GAC1BiM,IACFjG,EAAWiG,GAAQnE,EAAgBxH,EAAIN,IACvCgM,GAAW,EAJgD,CASjE,OAAOA,EAAWhG,EAAa,IACjC,EAGAsI,EAAQ9N,UAAU4O,gBAAkB,SAAU9O,GAC5C,GAAmB,iBAARA,EACT,OAAOA,EAGT,GAAmB,iBAARA,GAA4B,OAARA,EAC7B,OAAOgH,OAAOhH,GAIhB,QAAuCqB,IAAnCrB,EAAIT,KAAKoB,QAAQ2J,cACnB,OAAOtK,EAAIT,KAAKoB,QAAQ2J,cAI1B,IAAIjI,EAAU,GAEd,IAAK,IAAI3C,KAAOM,EACd,GAAKJ,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKN,MAG3CH,KAAKsJ,YAAYnJ,IACjBH,KAAKoB,QAAQiN,qBAAuBlO,IAAQH,KAAKoB,QAAQiN,qBAA7D,CAEA,IAAMrN,EAAQP,EAAIN,GAElB,GAAIA,IAAQH,KAAKoB,QAAQ2J,aACvBjI,GAAW9B,OACN,GAAI8I,MAAMC,QAAQ/I,GAEvB,QAAsB4N,EAAtBC,EAAAtB,EAAiBvM,KAAK4N,EAAAC,KAAAX,MAAE,CAAC,IAAhB3B,EAAIqC,EAAA5N,MACX,GAAoB,iBAATuL,GAAqC,iBAATA,EACrCzJ,GAAO,IAAQ3C,EAAG,IAAIoM,EAAI,KAAKpM,EAAG,SAC7B,GAAoB,iBAAToM,GAA8B,OAATA,EAAe,CACpD,IAAMG,EAAgB1M,KAAKuP,gBAAgBhD,GACrC6E,EAAcpR,KAAKwP,2BAA2BjD,GAElDzJ,GADoB,KAAlB4J,EACK,IAAQvM,EAAMiR,EAAW,KAEzB,IAAQjR,EAAMiR,EAAW,IAAI1E,EAAa,KAAKvM,EAAG,GAE7D,CACF,MACK,GAAqB,iBAAVa,GAAgC,OAAVA,EAAgB,CAEtD,IAAM0L,EAAgB1M,KAAKuP,gBAAgBvO,GACrCoQ,EAAcpR,KAAKwP,2BAA2BxO,GAElD8B,GADoB,KAAlB4J,EACK,IAAQvM,EAAMiR,EAAW,KAEzB,IAAQjR,EAAMiR,EAAW,IAAI1E,EAAa,KAAKvM,EAAG,GAE7D,MAEE2C,GAAO,IAAQ3C,EAAG,IAAIa,EAAK,KAAKb,EAAG,GAhCqD,CAoC5F,OAAO2C,CACT,EAGA2L,EAAQ9N,UAAU6O,2BAA6B,SAAU/O,GACvD,IAAKA,GAAsB,iBAARA,EAAkB,MAAO,GAE5C,IAAIkM,EAAU,GAGd,GAAI3M,KAAKoB,QAAQiN,qBAAuB5N,EAAIT,KAAKoB,QAAQiN,qBAAsB,CAC7E,IAAM6C,EAAYzQ,EAAIT,KAAKoB,QAAQiN,qBACnC,IAAK,IAAI8C,KAAWD,EAClB,GAAK7Q,OAAOM,UAAUC,eAAeC,KAAKqQ,EAAWC,GAArD,CACA,IAAME,EAAWF,EAAQ9E,WAAWrM,KAAKoB,QAAQgJ,qBAC7C+G,EAAQ7N,UAAUtD,KAAKoB,QAAQgJ,oBAAoBhI,QACnD+O,EACErJ,EAAMoJ,EAAUC,IACV,IAARrJ,GAAgB9H,KAAKoB,QAAQyL,0BAC/BF,GAAW,IAAM0E,EAEjB1E,GAAW,IAAM0E,EAAW,KAAOvJ,EAAM,GAR4B,CAW3E,MAEE,IAAK,IAAI3H,KAAOM,EACd,GAAKJ,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKN,GAA/C,CACA,IAAMiM,EAAOpM,KAAKsJ,YAAYnJ,GAC9B,GAAIiM,EAAM,CACR,IAAMtE,EAAMrH,EAAIN,IACJ,IAAR2H,GAAgB9H,KAAKoB,QAAQyL,0BAC/BF,GAAW,IAAMP,EAEjBO,GAAW,IAAMP,EAAO,KAAOtE,EAAM,GAEzC,CAT6D,CAajE,OAAO6E,CACT,EAEA8B,EAAQ9N,UAAU8O,gBAAkB,SAAU3H,EAAK3H,EAAKwM,EAASyC,GAC/D,GAAY,KAARtH,EACF,MAAe,MAAX3H,EAAI,GAAmBH,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU,IAAM3M,KAAKiP,WAE3EjP,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU3M,KAAK2Q,SAASxQ,GAAOH,KAAKiP,WAE5E,GAAe,MAAX9O,EAAI,GAEb,OAAOH,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU,IAAM3M,KAAKiP,WAEhE,IAAIqC,EAAY,KAAOnR,EAAMH,KAAKiP,WAC9BsC,EAAgB,GAQpB,MANe,MAAXpR,EAAI,KACNoR,EAAgB,IAChBD,EAAY,KAIT3E,GAAuB,KAAZA,IAAyC,IAAtB7E,EAAIzE,QAAQ,MAEH,IAAjCrD,KAAKoB,QAAQ6J,iBAA6B9K,IAAQH,KAAKoB,QAAQ6J,iBAA4C,IAAzBsG,EAAcnP,OAClGpC,KAAKgP,UAAUI,GAAM,UAAUtH,EAAG,SAAQ9H,KAAKkP,QAGpDlP,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU4E,EAAgBvR,KAAKiP,WACnEnH,EACA9H,KAAKgP,UAAUI,GAASkC,EAPlBtR,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU4E,EAAgB,IAAMzJ,EAAMwJ,CAUxF,EAEA7C,EAAQ9N,UAAUgQ,SAAW,SAAUxQ,GACrC,IAAIwQ,EAAW,GAQf,OAPgD,IAA5C3Q,KAAKoB,QAAQuK,aAAatI,QAAQlD,GAC/BH,KAAKoB,QAAQwK,uBAAsB+E,EAAW,KAEnDA,EADS3Q,KAAKoB,QAAQyK,kBACX,IAEH,MAAS1L,EAEZwQ,CACT,EAEAlC,EAAQ9N,UAAUyK,cAAgB,SAAU5G,GAC1C,IAAKxE,KAAK4J,qBAA2D,IAApC5J,KAAK4J,oBAAoBxH,OAAc,OAAO,EAE/E,IAAK,IAAIF,EAAI,EAAGA,EAAIlC,KAAK4J,oBAAoBxH,OAAQF,IACnD,GAAIsC,EAAQkB,QAAQ1F,KAAK4J,oBAAoB1H,IAC3C,OAAO,EAGX,OAAO,CACT,EAaAuM,EAAQ9N,UAAUgP,iBAAmB,SAAU7H,EAAK3H,EAAKwM,EAASyC,EAAO5K,GACvE,IAAmC,IAA/BxE,KAAKoB,QAAQ4J,eAA2B7K,IAAQH,KAAKoB,QAAQ4J,cAAe,CAC9E,IAAMwG,EAAUxJ,EAAUF,GAC1B,OAAO9H,KAAKgP,UAAUI,GAAM,YAAeoC,EAAO,MAAQxR,KAAKkP,OACjE,CAAO,IAAqC,IAAjClP,KAAKoB,QAAQ6J,iBAA6B9K,IAAQH,KAAKoB,QAAQ6J,gBAAiB,CACzF,IAAMuG,EAAU3J,EAAYC,GAC5B,OAAO9H,KAAKgP,UAAUI,GAAM,UAAUoC,EAAO,SAAQxR,KAAKkP,OAC5D,CAAO,GAAe,MAAX/O,EAAI,GACb,OAAOH,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU,IAAM3M,KAAKiP,WAGhE,IAAI/B,EAAYlN,KAAKoB,QAAQ4K,kBAAkB7L,EAAK2H,GAGpD,MAAkB,MAFlBoF,EAAYlN,KAAK4K,qBAAqBsC,IAG7BlN,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU3M,KAAK2Q,SAASxQ,GAAOH,KAAKiP,WAExEjP,KAAKgP,UAAUI,GAAS,IAAMjP,EAAMwM,EAAU,IACnDO,EACA,KAAO/M,EAAMH,KAAKiP,UAG1B,EAEAR,EAAQ9N,UAAUiK,qBAAuB,SAAUsC,GACjD,GAAIA,GAAaA,EAAU9K,OAAS,GAAKpC,KAAKoB,QAAQ+L,gBACpD,IAAK,IAAIjL,EAAI,EAAGA,EAAIlC,KAAKoB,QAAQgM,SAAShL,OAAQF,IAAK,CACrD,IAAMmL,EAASrN,KAAKoB,QAAQgM,SAASlL,GACrCgL,EAAYA,EAAUnF,QAAQsF,EAAOC,MAAOD,EAAOvF,IACrD,CAEF,OAAOoF,CACT,E","sources":["webpack://fxb/webpack/universalModuleDefinition","webpack://fxb/webpack/bootstrap","webpack://fxb/webpack/runtime/define property getters","webpack://fxb/webpack/runtime/hasOwnProperty shorthand","webpack://fxb/webpack/runtime/make namespace object","webpack://fxb/./node_modules/path-expression-matcher/src/Expression.js","webpack://fxb/./node_modules/path-expression-matcher/src/Matcher.js","webpack://fxb/./src/util.js","webpack://fxb/./node_modules/xml-naming/src/index.js","webpack://fxb/./src/orderedJs2Xml.js","webpack://fxb/./src/fxb.js","webpack://fxb/./src/ignoreAttributes.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[\"fxb\"] = factory();\n\telse\n\t\troot[\"fxb\"] = 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};","/**\n * Expression - Parses and stores a tag pattern expression\n * \n * Patterns are parsed once and stored in an optimized structure for fast matching.\n * \n * @example\n * const expr = new Expression(\"root.users.user\");\n * const expr2 = new Expression(\"..user[id]:first\");\n * const expr3 = new Expression(\"root/users/user\", { separator: '/' });\n */\nexport default class Expression {\n /**\n * Create a new Expression\n * @param {string} pattern - Pattern string (e.g., \"root.users.user\", \"..user[id]\")\n * @param {Object} options - Configuration options\n * @param {string} options.separator - Path separator (default: '.')\n */\n constructor(pattern, options = {}, data) {\n this.pattern = pattern;\n this.separator = options.separator || '.';\n this.segments = this._parse(pattern);\n this.data = data;\n // Cache expensive checks for performance (O(1) instead of O(n))\n this._hasDeepWildcard = this.segments.some(seg => seg.type === 'deep-wildcard');\n this._hasAttributeCondition = this.segments.some(seg => seg.attrName !== undefined);\n this._hasPositionSelector = this.segments.some(seg => seg.position !== undefined);\n }\n\n /**\n * Parse pattern string into segments\n * @private\n * @param {string} pattern - Pattern to parse\n * @returns {Array} Array of segment objects\n */\n _parse(pattern) {\n const segments = [];\n\n // Split by separator but handle \"..\" specially\n let i = 0;\n let currentPart = '';\n\n while (i < pattern.length) {\n if (pattern[i] === this.separator) {\n // Check if next char is also separator (deep wildcard)\n if (i + 1 < pattern.length && pattern[i + 1] === this.separator) {\n // Flush current part if any\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n currentPart = '';\n }\n // Add deep wildcard\n segments.push({ type: 'deep-wildcard' });\n i += 2; // Skip both separators\n } else {\n // Regular separator\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n currentPart = '';\n i++;\n }\n } else {\n currentPart += pattern[i];\n i++;\n }\n }\n\n // Flush remaining part\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n\n return segments;\n }\n\n /**\n * Parse a single segment\n * @private\n * @param {string} part - Segment string (e.g., \"user\", \"ns::user\", \"user[id]\", \"ns::user:first\")\n * @returns {Object} Segment object\n */\n _parseSegment(part) {\n const segment = { type: 'tag' };\n\n // NEW NAMESPACE SYNTAX (v2.0):\n // ============================\n // Namespace uses DOUBLE colon (::)\n // Position uses SINGLE colon (:)\n // \n // Examples:\n // \"user\" → tag\n // \"user:first\" → tag + position\n // \"user[id]\" → tag + attribute\n // \"user[id]:first\" → tag + attribute + position\n // \"ns::user\" → namespace + tag\n // \"ns::user:first\" → namespace + tag + position\n // \"ns::user[id]\" → namespace + tag + attribute\n // \"ns::user[id]:first\" → namespace + tag + attribute + position\n // \"ns::first\" → namespace + tag named \"first\" (NO ambiguity!)\n //\n // This eliminates all ambiguity:\n // :: = namespace separator\n // : = position selector\n // [] = attributes\n\n // Step 1: Extract brackets [attr] or [attr=value]\n let bracketContent = null;\n let withoutBrackets = part;\n\n const bracketMatch = part.match(/^([^\\[]+)(\\[[^\\]]*\\])(.*)$/);\n if (bracketMatch) {\n withoutBrackets = bracketMatch[1] + bracketMatch[3];\n if (bracketMatch[2]) {\n const content = bracketMatch[2].slice(1, -1);\n if (content) {\n bracketContent = content;\n }\n }\n }\n\n // Step 2: Check for namespace (double colon ::)\n let namespace = undefined;\n let tagAndPosition = withoutBrackets;\n\n if (withoutBrackets.includes('::')) {\n const nsIndex = withoutBrackets.indexOf('::');\n namespace = withoutBrackets.substring(0, nsIndex).trim();\n tagAndPosition = withoutBrackets.substring(nsIndex + 2).trim(); // Skip ::\n\n if (!namespace) {\n throw new Error(`Invalid namespace in pattern: ${part}`);\n }\n }\n\n // Step 3: Parse tag and position (single colon :)\n let tag = undefined;\n let positionMatch = null;\n\n if (tagAndPosition.includes(':')) {\n const colonIndex = tagAndPosition.lastIndexOf(':'); // Use last colon for position\n const tagPart = tagAndPosition.substring(0, colonIndex).trim();\n const posPart = tagAndPosition.substring(colonIndex + 1).trim();\n\n // Verify position is a valid keyword\n const isPositionKeyword = ['first', 'last', 'odd', 'even'].includes(posPart) ||\n /^nth\\(\\d+\\)$/.test(posPart);\n\n if (isPositionKeyword) {\n tag = tagPart;\n positionMatch = posPart;\n } else {\n // Not a valid position keyword, treat whole thing as tag\n tag = tagAndPosition;\n }\n } else {\n tag = tagAndPosition;\n }\n\n if (!tag) {\n throw new Error(`Invalid segment pattern: ${part}`);\n }\n\n segment.tag = tag;\n if (namespace) {\n segment.namespace = namespace;\n }\n\n // Step 4: Parse attributes\n if (bracketContent) {\n if (bracketContent.includes('=')) {\n const eqIndex = bracketContent.indexOf('=');\n segment.attrName = bracketContent.substring(0, eqIndex).trim();\n segment.attrValue = bracketContent.substring(eqIndex + 1).trim();\n } else {\n segment.attrName = bracketContent.trim();\n }\n }\n\n // Step 5: Parse position selector\n if (positionMatch) {\n const nthMatch = positionMatch.match(/^nth\\((\\d+)\\)$/);\n if (nthMatch) {\n segment.position = 'nth';\n segment.positionValue = parseInt(nthMatch[1], 10);\n } else {\n segment.position = positionMatch;\n }\n }\n\n return segment;\n }\n\n /**\n * Get the number of segments\n * @returns {number}\n */\n get length() {\n return this.segments.length;\n }\n\n /**\n * Check if expression contains deep wildcard\n * @returns {boolean}\n */\n hasDeepWildcard() {\n return this._hasDeepWildcard;\n }\n\n /**\n * Check if expression has attribute conditions\n * @returns {boolean}\n */\n hasAttributeCondition() {\n return this._hasAttributeCondition;\n }\n\n /**\n * Check if expression has position selectors\n * @returns {boolean}\n */\n hasPositionSelector() {\n return this._hasPositionSelector;\n }\n\n /**\n * Get string representation\n * @returns {string}\n */\n toString() {\n return this.pattern;\n }\n}","import ExpressionSet from \"./ExpressionSet.js\";\n\n/**\n * MatcherView - A lightweight read-only view over a Matcher's internal state.\n *\n * Created once by Matcher and reused across all callbacks. Holds a direct\n * reference to the parent Matcher so it always reflects current parser state\n * with zero copying or freezing overhead.\n *\n * Users receive this via {@link Matcher#readOnly} or directly from parser\n * callbacks. It exposes all query and matching methods but has no mutation\n * methods — misuse is caught at the TypeScript level rather than at runtime.\n *\n * @example\n * const matcher = new Matcher();\n * const view = matcher.readOnly();\n *\n * matcher.push(\"root\", {});\n * view.getCurrentTag(); // \"root\"\n * view.getDepth(); // 1\n */\nexport class MatcherView {\n /**\n * @param {Matcher} matcher - The parent Matcher instance to read from.\n */\n constructor(matcher) {\n this._matcher = matcher;\n }\n\n /**\n * Get the path separator used by the parent matcher.\n * @returns {string}\n */\n get separator() {\n return this._matcher.separator;\n }\n\n /**\n * Get current tag name.\n * @returns {string|undefined}\n */\n getCurrentTag() {\n const path = this._matcher.path;\n return path.length > 0 ? path[path.length - 1].tag : undefined;\n }\n\n /**\n * Get current namespace.\n * @returns {string|undefined}\n */\n getCurrentNamespace() {\n const path = this._matcher.path;\n return path.length > 0 ? path[path.length - 1].namespace : undefined;\n }\n\n /**\n * Get current node's attribute value.\n * @param {string} attrName\n * @returns {*}\n */\n getAttrValue(attrName) {\n const path = this._matcher.path;\n if (path.length === 0) return undefined;\n return path[path.length - 1].values?.[attrName];\n }\n\n /**\n * Check if current node has an attribute.\n * @param {string} attrName\n * @returns {boolean}\n */\n hasAttr(attrName) {\n const path = this._matcher.path;\n if (path.length === 0) return false;\n const current = path[path.length - 1];\n return current.values !== undefined && attrName in current.values;\n }\n\n /**\n * Get current node's sibling position (child index in parent).\n * @returns {number}\n */\n getPosition() {\n const path = this._matcher.path;\n if (path.length === 0) return -1;\n return path[path.length - 1].position ?? 0;\n }\n\n /**\n * Get current node's repeat counter (occurrence count of this tag name).\n * @returns {number}\n */\n getCounter() {\n const path = this._matcher.path;\n if (path.length === 0) return -1;\n return path[path.length - 1].counter ?? 0;\n }\n\n /**\n * Get current node's sibling index (alias for getPosition).\n * @returns {number}\n * @deprecated Use getPosition() or getCounter() instead\n */\n getIndex() {\n return this.getPosition();\n }\n\n /**\n * Get current path depth.\n * @returns {number}\n */\n getDepth() {\n return this._matcher.path.length;\n }\n\n /**\n * Get path as string.\n * @param {string} [separator] - Optional separator (uses default if not provided)\n * @param {boolean} [includeNamespace=true]\n * @returns {string}\n */\n toString(separator, includeNamespace = true) {\n return this._matcher.toString(separator, includeNamespace);\n }\n\n /**\n * Get path as array of tag names.\n * @returns {string[]}\n */\n toArray() {\n return this._matcher.path.map(n => n.tag);\n }\n\n /**\n * Match current path against an Expression.\n * @param {Expression} expression\n * @returns {boolean}\n */\n matches(expression) {\n return this._matcher.matches(expression);\n }\n\n /**\n * Match any expression in the given set against the current path.\n * @param {ExpressionSet} exprSet\n * @returns {boolean}\n */\n matchesAny(exprSet) {\n return exprSet.matchesAny(this._matcher);\n }\n}\n\n/**\n * Matcher - Tracks current path in XML/JSON tree and matches against Expressions.\n *\n * The matcher maintains a stack of nodes representing the current path from root to\n * current tag. It only stores attribute values for the current (top) node to minimize\n * memory usage. Sibling tracking is used to auto-calculate position and counter.\n *\n * Use {@link Matcher#readOnly} to obtain a {@link MatcherView} safe to pass to\n * user callbacks — it always reflects current state with no Proxy overhead.\n *\n * @example\n * const matcher = new Matcher();\n * matcher.push(\"root\", {});\n * matcher.push(\"users\", {});\n * matcher.push(\"user\", { id: \"123\", type: \"admin\" });\n *\n * const expr = new Expression(\"root.users.user\");\n * matcher.matches(expr); // true\n */\nexport default class Matcher {\n /**\n * Create a new Matcher.\n * @param {Object} [options={}]\n * @param {string} [options.separator='.'] - Default path separator\n */\n constructor(options = {}) {\n this.separator = options.separator || '.';\n this.path = [];\n this.siblingStacks = [];\n // Each path node: { tag, values, position, counter, namespace? }\n // values only present for current (last) node\n // Each siblingStacks entry: Map<tagName, count> tracking occurrences at each level\n this._pathStringCache = null;\n this._view = new MatcherView(this);\n }\n\n /**\n * Push a new tag onto the path.\n * @param {string} tagName\n * @param {Object|null} [attrValues=null]\n * @param {string|null} [namespace=null]\n */\n push(tagName, attrValues = null, namespace = null) {\n this._pathStringCache = null;\n\n // Remove values from previous current node (now becoming ancestor)\n if (this.path.length > 0) {\n this.path[this.path.length - 1].values = undefined;\n }\n\n // Get or create sibling tracking for current level\n const currentLevel = this.path.length;\n if (!this.siblingStacks[currentLevel]) {\n this.siblingStacks[currentLevel] = new Map();\n }\n\n const siblings = this.siblingStacks[currentLevel];\n\n // Create a unique key for sibling tracking that includes namespace\n const siblingKey = namespace ? `${namespace}:${tagName}` : tagName;\n\n // Calculate counter (how many times this tag appeared at this level)\n const counter = siblings.get(siblingKey) || 0;\n\n // Calculate position (total children at this level so far)\n let position = 0;\n for (const count of siblings.values()) {\n position += count;\n }\n\n // Update sibling count for this tag\n siblings.set(siblingKey, counter + 1);\n\n // Create new node\n const node = {\n tag: tagName,\n position: position,\n counter: counter\n };\n\n if (namespace !== null && namespace !== undefined) {\n node.namespace = namespace;\n }\n\n if (attrValues !== null && attrValues !== undefined) {\n node.values = attrValues;\n }\n\n this.path.push(node);\n }\n\n /**\n * Pop the last tag from the path.\n * @returns {Object|undefined} The popped node\n */\n pop() {\n if (this.path.length === 0) return undefined;\n this._pathStringCache = null;\n\n const node = this.path.pop();\n\n if (this.siblingStacks.length > this.path.length + 1) {\n this.siblingStacks.length = this.path.length + 1;\n }\n\n return node;\n }\n\n /**\n * Update current node's attribute values.\n * Useful when attributes are parsed after push.\n * @param {Object} attrValues\n */\n updateCurrent(attrValues) {\n if (this.path.length > 0) {\n const current = this.path[this.path.length - 1];\n if (attrValues !== null && attrValues !== undefined) {\n current.values = attrValues;\n }\n }\n }\n\n /**\n * Get current tag name.\n * @returns {string|undefined}\n */\n getCurrentTag() {\n return this.path.length > 0 ? this.path[this.path.length - 1].tag : undefined;\n }\n\n /**\n * Get current namespace.\n * @returns {string|undefined}\n */\n getCurrentNamespace() {\n return this.path.length > 0 ? this.path[this.path.length - 1].namespace : undefined;\n }\n\n /**\n * Get current node's attribute value.\n * @param {string} attrName\n * @returns {*}\n */\n getAttrValue(attrName) {\n if (this.path.length === 0) return undefined;\n return this.path[this.path.length - 1].values?.[attrName];\n }\n\n /**\n * Check if current node has an attribute.\n * @param {string} attrName\n * @returns {boolean}\n */\n hasAttr(attrName) {\n if (this.path.length === 0) return false;\n const current = this.path[this.path.length - 1];\n return current.values !== undefined && attrName in current.values;\n }\n\n /**\n * Get current node's sibling position (child index in parent).\n * @returns {number}\n */\n getPosition() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].position ?? 0;\n }\n\n /**\n * Get current node's repeat counter (occurrence count of this tag name).\n * @returns {number}\n */\n getCounter() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].counter ?? 0;\n }\n\n /**\n * Get current node's sibling index (alias for getPosition).\n * @returns {number}\n * @deprecated Use getPosition() or getCounter() instead\n */\n getIndex() {\n return this.getPosition();\n }\n\n /**\n * Get current path depth.\n * @returns {number}\n */\n getDepth() {\n return this.path.length;\n }\n\n /**\n * Get path as string.\n * @param {string} [separator] - Optional separator (uses default if not provided)\n * @param {boolean} [includeNamespace=true]\n * @returns {string}\n */\n toString(separator, includeNamespace = true) {\n const sep = separator || this.separator;\n const isDefault = (sep === this.separator && includeNamespace === true);\n\n if (isDefault) {\n if (this._pathStringCache !== null) {\n return this._pathStringCache;\n }\n const result = this.path.map(n =>\n (n.namespace) ? `${n.namespace}:${n.tag}` : n.tag\n ).join(sep);\n this._pathStringCache = result;\n return result;\n }\n\n return this.path.map(n =>\n (includeNamespace && n.namespace) ? `${n.namespace}:${n.tag}` : n.tag\n ).join(sep);\n }\n\n /**\n * Get path as array of tag names.\n * @returns {string[]}\n */\n toArray() {\n return this.path.map(n => n.tag);\n }\n\n /**\n * Reset the path to empty.\n */\n reset() {\n this._pathStringCache = null;\n this.path = [];\n this.siblingStacks = [];\n }\n\n /**\n * Match current path against an Expression.\n * @param {Expression} expression\n * @returns {boolean}\n */\n matches(expression) {\n const segments = expression.segments;\n\n if (segments.length === 0) {\n return false;\n }\n\n if (expression.hasDeepWildcard()) {\n return this._matchWithDeepWildcard(segments);\n }\n\n return this._matchSimple(segments);\n }\n\n /**\n * @private\n */\n _matchSimple(segments) {\n if (this.path.length !== segments.length) {\n return false;\n }\n\n for (let i = 0; i < segments.length; i++) {\n if (!this._matchSegment(segments[i], this.path[i], i === this.path.length - 1)) {\n return false;\n }\n }\n\n return true;\n }\n\n /**\n * @private\n */\n _matchWithDeepWildcard(segments) {\n let pathIdx = this.path.length - 1;\n let segIdx = segments.length - 1;\n\n while (segIdx >= 0 && pathIdx >= 0) {\n const segment = segments[segIdx];\n\n if (segment.type === 'deep-wildcard') {\n segIdx--;\n\n if (segIdx < 0) {\n return true;\n }\n\n const nextSeg = segments[segIdx];\n let found = false;\n\n for (let i = pathIdx; i >= 0; i--) {\n if (this._matchSegment(nextSeg, this.path[i], i === this.path.length - 1)) {\n pathIdx = i - 1;\n segIdx--;\n found = true;\n break;\n }\n }\n\n if (!found) {\n return false;\n }\n } else {\n if (!this._matchSegment(segment, this.path[pathIdx], pathIdx === this.path.length - 1)) {\n return false;\n }\n pathIdx--;\n segIdx--;\n }\n }\n\n return segIdx < 0;\n }\n\n /**\n * @private\n */\n _matchSegment(segment, node, isCurrentNode) {\n if (segment.tag !== '*' && segment.tag !== node.tag) {\n return false;\n }\n\n if (segment.namespace !== undefined) {\n if (segment.namespace !== '*' && segment.namespace !== node.namespace) {\n return false;\n }\n }\n\n if (segment.attrName !== undefined) {\n if (!isCurrentNode) {\n return false;\n }\n\n if (!node.values || !(segment.attrName in node.values)) {\n return false;\n }\n\n if (segment.attrValue !== undefined) {\n if (String(node.values[segment.attrName]) !== String(segment.attrValue)) {\n return false;\n }\n }\n }\n\n if (segment.position !== undefined) {\n if (!isCurrentNode) {\n return false;\n }\n\n const counter = node.counter ?? 0;\n\n if (segment.position === 'first' && counter !== 0) {\n return false;\n } else if (segment.position === 'odd' && counter % 2 !== 1) {\n return false;\n } else if (segment.position === 'even' && counter % 2 !== 0) {\n return false;\n } else if (segment.position === 'nth' && counter !== segment.positionValue) {\n return false;\n }\n }\n\n return true;\n }\n\n /**\n * Match any expression in the given set against the current path.\n * @param {ExpressionSet} exprSet\n * @returns {boolean}\n */\n matchesAny(exprSet) {\n return exprSet.matchesAny(this);\n }\n\n /**\n * Create a snapshot of current state.\n * @returns {Object}\n */\n snapshot() {\n return {\n path: this.path.map(node => ({ ...node })),\n siblingStacks: this.siblingStacks.map(map => new Map(map))\n };\n }\n\n /**\n * Restore state from snapshot.\n * @param {Object} snapshot\n */\n restore(snapshot) {\n this._pathStringCache = null;\n this.path = snapshot.path.map(node => ({ ...node }));\n this.siblingStacks = snapshot.siblingStacks.map(map => new Map(map));\n }\n\n /**\n * Return the read-only {@link MatcherView} for this matcher.\n *\n * The same instance is returned on every call — no allocation occurs.\n * It always reflects the current parser state and is safe to pass to\n * user callbacks without risk of accidental mutation.\n *\n * @returns {MatcherView}\n *\n * @example\n * const view = matcher.readOnly();\n * // pass view to callbacks — it stays in sync automatically\n * view.matches(expr); // ✓\n * view.getCurrentTag(); // ✓\n * // view.push(...) // ✗ method does not exist — caught by TypeScript\n */\n readOnly() {\n return this._view;\n }\n}","\n\nexport function safeComment(val) {\n return String(val)\n .replace(/--/g, '- -') // -- is illegal anywhere in comment content\n .replace(/--/g, '- -') // handle the scenario when 2 consiucative dashes appears \n .replace(/-$/, '- '); // trailing - would form -- with the closing -->\n}\n\nexport function safeCdata(val) {\n return String(val).replace(/\\]\\]>/g, ']]]]><![CDATA[>')\n}\n\nexport function escapeAttribute(val) {\n return String(val).replace(/\"/g, '&quot;').replace(/'/g, '&apos;')\n}","/**\n * xml-naming\n * Validates XML Name productions as defined in the XML 1.0 and 1.1 specifications.\n * Covers: Name, NCName, QName, NMToken, NMTokens\n *\n * XML 1.0 spec: https://www.w3.org/TR/xml/#NT-Name\n * XML 1.1 spec: https://www.w3.org/TR/xml11/#NT-NameStartChar\n * XML NS spec: https://www.w3.org/TR/xml-names/#NT-NCName\n */\n\n// ---------------------------------------------------------------------------\n// Character class strings — XML 1.0\n//\n// NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z]\n// | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF]\n// | [#x370-#x37D] | [#x37F-#x1FFF] <- split to exclude #x0487\n// | [#x200C-#x200D]\n// | [#x2070-#x218F] | [#x2C00-#x2FEF]\n// | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD]\n//\n// NameChar ::= NameStartChar | \"-\" | \".\" | [0-9]\n// | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]\n//\n// Note: \\u0487 (Combining Cyrillic Millions Sign) was added in Unicode 4.0,\n// after XML 1.0 was defined against Unicode 2.0. It falls inside the range\n// \\u037F-\\u1FFF but must be excluded. We split that range into\n// \\u037F-\\u0486 and \\u0488-\\u1FFF to exclude it explicitly.\n// ---------------------------------------------------------------------------\n\nconst nameStartChar10 =\n ':A-Za-z_' +\n '\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF' +\n '\\u0370-\\u037D' +\n '\\u037F-\\u0486\\u0488-\\u1FFF' + // split to exclude \\u0487\n '\\u200C-\\u200D' +\n '\\u2070-\\u218F' +\n '\\u2C00-\\u2FEF' +\n '\\u3001-\\uD7FF' +\n '\\uF900-\\uFDCF' +\n '\\uFDF0-\\uFFFD';\n\nconst nameChar10 =\n nameStartChar10 +\n '\\\\-\\\\.\\\\d' +\n '\\u00B7' +\n '\\u0300-\\u036F' +\n '\\u203F-\\u2040';\n\n// ---------------------------------------------------------------------------\n// Character class strings — XML 1.1\n//\n// Differences from XML 1.0:\n//\n// NameStartChar:\n// 1.0 has split ranges: \\u00C0-\\u00D6, \\u00D8-\\u00F6, \\u00F8-\\u02FF\n// 1.1 merges them into: \\u00C0-\\u02FF\n// (\\u00D7 x and \\u00F7 / are division symbols, excluded in both versions)\n//\n// 1.0 tops out at \\uFFFD (BMP only)\n// 1.1 adds \\u{10000}-\\u{EFFFF} (supplementary planes)\n// These require the /u flag on the RegExp — see buildRegexes below.\n//\n// NameChar:\n// 1.1 adds \\u0487 (Combining Cyrillic Millions Sign, added in Unicode 4.0)\n// ---------------------------------------------------------------------------\n\nconst nameStartChar11 =\n ':A-Za-z_' +\n '\\u00C0-\\u02FF' + // merged — 1.0 had three split ranges here\n '\\u0370-\\u037D' +\n '\\u037F-\\u0486\\u0488-\\u1FFF' + // split to exclude \\u0487 (combining mark, never a NameStartChar)\n '\\u200C-\\u200D' +\n '\\u2070-\\u218F' +\n '\\u2C00-\\u2FEF' +\n '\\u3001-\\uD7FF' +\n '\\uF900-\\uFDCF' +\n '\\uFDF0-\\uFFFD' +\n '\\u{10000}-\\u{EFFFF}'; // supplementary planes — REQUIRES /u flag on RegExp\n\nconst nameChar11 =\n nameStartChar11 +\n '\\\\-\\\\.\\\\d' +\n '\\u00B7' +\n '\\u0300-\\u036F' +\n '\\u0487' + // Combining Cyrillic Millions Sign — valid in 1.1, not 1.0\n '\\u203F-\\u2040';\n\n// ---------------------------------------------------------------------------\n// Regex builders\n//\n// XML 1.0 regexes: no flags — BMP only, standard JS regex behaviour.\n// XML 1.1 regexes: /u flag — required for \\u{10000}-\\u{EFFFF} to match actual\n// supplementary code points rather than lone surrogates (which are illegal XML).\n// ---------------------------------------------------------------------------\n\nconst buildRegexes = (startChar, char, flags = '') => {\n const ncStart = startChar.replace(':', '');\n const ncChar = char.replace(':', '');\n const ncNamePat = `[${ncStart}][${ncChar}]*`;\n\n return {\n name: new RegExp(`^[${startChar}][${char}]*$`, flags),\n ncName: new RegExp(`^${ncNamePat}$`, flags),\n qName: new RegExp(`^${ncNamePat}(?::${ncNamePat})?$`, flags),\n nmToken: new RegExp(`^[${char}]+$`, flags),\n nmTokens: new RegExp(`^[${char}]+(?:\\\\s+[${char}]+)*$`, flags),\n };\n};\n\nconst regexes10 = buildRegexes(nameStartChar10, nameChar10); // no /u — BMP only\nconst regexes11 = buildRegexes(nameStartChar11, nameChar11, 'u'); // /u — enables \\u{10000}-\\u{EFFFF}\n\nconst getRegexes = (xmlVersion = '1.0') =>\n xmlVersion === '1.1' ? regexes11 : regexes10;\n\n// ---------------------------------------------------------------------------\n// Boolean validators\n// ---------------------------------------------------------------------------\n\n/**\n * Returns true if the string is a valid XML Name.\n * Colons are allowed anywhere (Name production).\n * Used for: DOCTYPE entity names, notation names, DTD element declarations.\n */\nexport const name = (str, { xmlVersion = '1.0' } = {}) =>\n getRegexes(xmlVersion).name.test(str);\n\n/**\n * Returns true if the string is a valid NCName (Non-Colonized Name).\n * Colons are not permitted.\n * Used for: namespace prefixes, local names, SVG id attributes.\n */\nexport const ncName = (str, { xmlVersion = '1.0' } = {}) =>\n getRegexes(xmlVersion).ncName.test(str);\n\n/**\n * Returns true if the string is a valid QName (Qualified Name).\n * Allows exactly one colon as a prefix separator: prefix:localName.\n * Used for: element and attribute names in namespace-aware XML/SVG.\n */\nexport const qName = (str, { xmlVersion = '1.0' } = {}) =>\n getRegexes(xmlVersion).qName.test(str);\n\n/**\n * Returns true if the string is a valid NMToken.\n * Like Name but no restriction on the first character.\n * Used for: DTD NMTOKEN attribute values.\n */\nexport const nmToken = (str, { xmlVersion = '1.0' } = {}) =>\n getRegexes(xmlVersion).nmToken.test(str);\n\n/**\n * Returns true if the string is a valid NMTokens value.\n * A whitespace-separated list of NMToken values.\n * Used for: DTD NMTOKENS attribute values.\n */\nexport const nmTokens = (str, { xmlVersion = '1.0' } = {}) =>\n getRegexes(xmlVersion).nmTokens.test(str);\n\n// ---------------------------------------------------------------------------\n// Diagnostic validator\n// ---------------------------------------------------------------------------\n\nconst PRODUCTIONS = ['name', 'ncName', 'qName', 'nmToken', 'nmTokens'];\n\n/**\n * Validates a string against a named production and returns a detailed result.\n *\n * @param {string} str\n * @param {'name'|'ncName'|'qName'|'nmToken'|'nmTokens'} production\n * @param {{ xmlVersion?: '1.0'|'1.1' }} [opts]\n * @returns {{ valid: boolean, production: string, input: string, reason?: string, position?: number }}\n */\nexport const validate = (str, production, { xmlVersion = '1.0' } = {}) => {\n if (!PRODUCTIONS.includes(production)) {\n throw new TypeError(\n `Unknown production \"${production}\". Must be one of: ${PRODUCTIONS.join(', ')}`\n );\n }\n\n const validators = { name, ncName, qName, nmToken, nmTokens };\n const isValid = validators[production](str, { xmlVersion });\n\n if (isValid) return { valid: true, production, input: str };\n\n let reason = 'Does not match the production rules';\n let position;\n\n if (str.length === 0) {\n reason = 'Input is empty';\n } else if (production === 'ncName' && str.includes(':')) {\n position = str.indexOf(':');\n reason = 'Colon is not allowed in NCName';\n } else if (production === 'qName' && str.startsWith(':')) {\n reason = 'QName cannot start with a colon';\n position = 0;\n } else if (production === 'qName' && str.endsWith(':')) {\n reason = 'QName cannot end with a colon';\n position = str.length - 1;\n } else if (production === 'qName' && (str.match(/:/g) || []).length > 1) {\n reason = 'QName can have at most one colon';\n position = str.lastIndexOf(':');\n } else if (\n ['name', 'ncName', 'qName'].includes(production) &&\n !/^[:A-Za-z_\\u00C0-\\uFFFD]/.test(str[0])\n ) {\n reason = `First character \"${str[0]}\" is not a valid NameStartChar`;\n position = 0;\n } else {\n for (let i = 0; i < str.length; i++) {\n if (!/[\\w\\-\\\\.:\\u00B7\\u00C0-\\uFFFD]/.test(str[i])) {\n reason = `Character \"${str[i]}\" at position ${i} is not a valid NameChar`;\n position = i;\n break;\n }\n }\n }\n\n return { valid: false, production, input: str, reason, position };\n};\n\n// ---------------------------------------------------------------------------\n// Batch validator\n// ---------------------------------------------------------------------------\n\n/**\n * Validates an array of strings against a named production.\n *\n * @param {string[]} strings\n * @param {'name'|'ncName'|'qName'|'nmToken'|'nmTokens'} production\n * @param {{ xmlVersion?: '1.0'|'1.1' }} [opts]\n * @returns {Array<{ valid: boolean, production: string, input: string, reason?: string, position?: number }>}\n */\nexport const validateAll = (strings, production, opts = {}) =>\n strings.map(str => validate(str, production, opts));\n\n// ---------------------------------------------------------------------------\n// Sanitizer\n// ---------------------------------------------------------------------------\n\n/**\n * Transforms an invalid string into the nearest valid XML name for the given production.\n *\n * @param {string} str\n * @param {'name'|'ncName'|'qName'|'nmToken'|'nmTokens'} production\n * @param {{ replacement?: string }} [opts]\n * @returns {string}\n */\nexport const sanitize = (str, production = 'name', { replacement = '_' } = {}) => {\n if (!str) return replacement;\n\n let result = str;\n\n // Strip colons for NCName\n if (production === 'ncName') {\n result = result.replace(/:/g, '');\n }\n\n // Replace illegal characters\n result = result.replace(/[^\\w\\-\\.:\\u00B7\\u00C0-\\uFFFD]/g, replacement);\n\n // Fix invalid start character for Name / NCName / QName\n if (production !== 'nmToken' && production !== 'nmTokens') {\n if (/^[\\-\\.\\d]/.test(result)) {\n result = replacement + result;\n }\n }\n\n return result || replacement;\n};","import { Expression, Matcher } from 'path-expression-matcher';\nimport { safeComment, safeCdata, escapeAttribute } from \"./util.js\";\nimport { qName } from 'xml-naming';\n\nconst EOL = \"\\n\";\n\n/**\n * Detect XML version from the first element of the ordered array input.\n * The first element must be a ?xml processing instruction with a version attribute.\n * Returns '1.0' if not found.\n *\n * @param {array} jArray\n * @param {object} options\n */\nfunction detectXmlVersionFromArray(jArray, options) {\n if (!Array.isArray(jArray) || jArray.length === 0) return '1.0';\n const first = jArray[0];\n const firstKey = propName(first);\n if (firstKey === '?xml') {\n const attrs = first[':@'];\n if (attrs) {\n const versionKey = options.attributeNamePrefix + 'version';\n if (attrs[versionKey]) return attrs[versionKey];\n }\n }\n return '1.0';\n}\n\n/**\n * Resolve a tag or attribute name through sanitizeName if configured.\n * Validation via xml-naming's qName is performed first; the sanitizeName\n * callback is invoked only when the name is invalid. If sanitizeName is\n * false (default), no validation occurs and the name is used as-is.\n *\n * @param {string} name - raw name from the JS object\n * @param {boolean} isAttribute - true when resolving an attribute name\n * @param {object} options\n * @param {Matcher} matcher - current matcher state (readonly from callback perspective)\n * @param {string} xmlVersion - '1.0' or '1.1', forwarded to xml-naming\n */\nfunction resolveTagName(name, isAttribute, options, matcher, xmlVersion) {\n if (!options.sanitizeName) return name;\n if (qName(name, { xmlVersion })) return name;\n return options.sanitizeName(name, { isAttribute, matcher: matcher.readOnly() });\n}\n\n/**\n * @param {array} jArray\n * @param {any} options\n * @returns\n */\nexport default function toXml(jArray, options) {\n let indentation = \"\";\n if (options.format) {\n indentation = EOL;\n }\n\n // Pre-compile stopNode expressions for pattern matching\n const stopNodeExpressions = [];\n if (options.stopNodes && Array.isArray(options.stopNodes)) {\n for (let i = 0; i < options.stopNodes.length; i++) {\n const node = options.stopNodes[i];\n if (typeof node === 'string') {\n stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n stopNodeExpressions.push(node);\n }\n }\n }\n\n // Detect XML version for use in name validation\n const xmlVersion = detectXmlVersionFromArray(jArray, options);\n\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n\n return arrToStr(jArray, options, indentation, matcher, stopNodeExpressions, xmlVersion);\n}\n\nfunction arrToStr(arr, options, indentation, matcher, stopNodeExpressions, xmlVersion) {\n let xmlStr = \"\";\n let isPreviousElementTag = false;\n\n if (options.maxNestedTags && matcher.getDepth() > options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n\n if (!Array.isArray(arr)) {\n // Non-array values (e.g. string tag values) should be treated as text content\n if (arr !== undefined && arr !== null) {\n let text = arr.toString();\n text = replaceEntitiesValue(text, options);\n return text;\n }\n return \"\";\n }\n\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const rawTagName = propName(tagObj);\n if (rawTagName === undefined) continue;\n\n // Special names are exempt from sanitizeName: internal conventions and PI tags\n // are not user-supplied XML element names.\n const isSpecialName = rawTagName === options.textNodeName\n || rawTagName === options.cdataPropName\n || rawTagName === options.commentPropName\n || rawTagName[0] === '?';\n\n // Resolve tag name (may transform it; may throw for invalid names)\n const tagName = isSpecialName\n ? rawTagName\n : resolveTagName(rawTagName, false, options, matcher, xmlVersion);\n\n // Extract attributes from \":@\" property\n const attrValues = extractAttributeValues(tagObj[\":@\"], options);\n\n // Push resolved tag to matcher WITH attributes\n matcher.push(tagName, attrValues);\n\n // Check if this is a stop node using Expression matching\n const isStopNode = checkStopNode(matcher, stopNodeExpressions);\n\n if (tagName === options.textNodeName) {\n let tagText = tagObj[rawTagName];\n if (!isStopNode) {\n tagText = options.tagValueProcessor(tagName, tagText);\n tagText = replaceEntitiesValue(tagText, options);\n }\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n xmlStr += tagText;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.cdataPropName) {\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n const val = tagObj[rawTagName][0][options.textNodeName];\n const safeVal = safeCdata(val);\n xmlStr += `<![CDATA[${safeVal}]]>`;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.commentPropName) {\n const val = tagObj[rawTagName][0][options.textNodeName];\n const safeVal = safeComment(val);\n xmlStr += indentation + `<!--${safeVal}-->`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n } else if (tagName[0] === \"?\") {\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode, matcher, xmlVersion);\n const tempInd = tagName === \"?xml\" ? \"\" : indentation;\n // Text node content on PI/XML declaration tags is intentionally ignored.\n // Only attributes are valid on these tags per the XML spec.\n xmlStr += tempInd + `<${tagName}${attStr}?>`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n }\n\n let newIdentation = indentation;\n if (newIdentation !== \"\") {\n newIdentation += options.indentBy;\n }\n\n // Pass isStopNode to attr_to_str so attributes are also not processed for stopNodes\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode, matcher, xmlVersion);\n const tagStart = indentation + `<${tagName}${attStr}`;\n\n // If this is a stopNode, get raw content without processing\n let tagValue;\n if (isStopNode) {\n tagValue = getRawContent(tagObj[rawTagName], options);\n } else {\n tagValue = arrToStr(tagObj[rawTagName], options, newIdentation, matcher, stopNodeExpressions, xmlVersion);\n }\n\n if (options.unpairedTags.indexOf(tagName) !== -1) {\n if (options.suppressUnpairedNode) xmlStr += tagStart + \">\";\n else xmlStr += tagStart + \"/>\";\n } else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {\n xmlStr += tagStart + \"/>\";\n } else if (tagValue && tagValue.endsWith(\">\")) {\n xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;\n } else {\n xmlStr += tagStart + \">\";\n if (tagValue && indentation !== \"\" && (tagValue.includes(\"/>\") || tagValue.includes(\"</\"))) {\n xmlStr += indentation + options.indentBy + tagValue + indentation;\n } else {\n xmlStr += tagValue;\n }\n xmlStr += `</${tagName}>`;\n }\n isPreviousElementTag = true;\n\n // Pop tag from matcher\n matcher.pop();\n }\n\n return xmlStr;\n}\n\n/**\n * Extract attribute values from the \":@\" object and return as plain object\n * for passing to matcher.push()\n */\nfunction extractAttributeValues(attrMap, options) {\n if (!attrMap || options.ignoreAttributes) return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // Remove the attribute prefix to get clean attribute name\n const cleanAttrName = attr.startsWith(options.attributeNamePrefix)\n ? attr.substr(options.attributeNamePrefix.length)\n : attr;\n attrValues[cleanAttrName] = escapeAttribute(attrMap[attr]);\n hasAttrs = true;\n }\n\n return hasAttrs ? attrValues : null;\n}\n\n/**\n * Extract raw content from a stopNode without any processing\n * This preserves the content exactly as-is, including special characters\n */\nfunction getRawContent(arr, options) {\n if (!Array.isArray(arr)) {\n // Non-array values return as-is\n if (arr !== undefined && arr !== null) {\n return arr.toString();\n }\n return \"\";\n }\n\n let content = \"\";\n for (let i = 0; i < arr.length; i++) {\n const item = arr[i];\n const tagName = propName(item);\n\n if (tagName === options.textNodeName) {\n // Raw text content - NO processing, NO entity replacement\n content += item[tagName];\n } else if (tagName === options.cdataPropName) {\n // CDATA content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName === options.commentPropName) {\n // Comment content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName && tagName[0] === \"?\") {\n // Processing instruction - skip for stopNodes\n continue;\n } else if (tagName) {\n // Nested tags within stopNode — no sanitizeName, content is raw\n const attStr = attr_to_str_raw(item[\":@\"], options);\n const nestedContent = getRawContent(item[tagName], options);\n\n if (!nestedContent || nestedContent.length === 0) {\n content += `<${tagName}${attStr}/>`;\n } else {\n content += `<${tagName}${attStr}>${nestedContent}</${tagName}>`;\n }\n }\n }\n return content;\n}\n\n/**\n * Build attribute string for stopNodes - NO entity replacement\n */\nfunction attr_to_str_raw(attrMap, options) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // For stopNodes, use raw value without processing\n let attrVal = attrMap[attr];\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;\n } else {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}=\"${escapeAttribute(attrVal)}\"`;\n }\n }\n }\n return attrStr;\n}\n\nfunction propName(obj) {\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n if (key !== \":@\") return key;\n }\n}\n\n/**\n * Build attribute string, resolving attribute names through sanitizeName when configured.\n * Accepts matcher so the callback has path context.\n */\nfunction attr_to_str(attrMap, options, isStopNode, matcher, xmlVersion) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n\n // Strip prefix to get the clean XML attribute name, then optionally sanitize it\n const cleanAttrName = attr.substr(options.attributeNamePrefix.length);\n const resolvedAttrName = isStopNode\n ? cleanAttrName // stopNodes are raw — skip sanitizeName for attr names too\n : resolveTagName(cleanAttrName, true, options, matcher, xmlVersion);\n\n let attrVal;\n if (isStopNode) {\n // For stopNodes, use raw value without any processing\n attrVal = attrMap[attr];\n } else {\n // Normal processing: apply attributeValueProcessor and entity replacement\n attrVal = options.attributeValueProcessor(attr, attrMap[attr]);\n attrVal = replaceEntitiesValue(attrVal, options);\n }\n\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${resolvedAttrName}`;\n } else {\n attrStr += ` ${resolvedAttrName}=\"${escapeAttribute(attrVal)}\"`;\n }\n }\n }\n return attrStr;\n}\n\nfunction checkStopNode(matcher, stopNodeExpressions) {\n if (!stopNodeExpressions || stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < stopNodeExpressions.length; i++) {\n if (matcher.matches(stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction replaceEntitiesValue(textValue, options) {\n if (textValue && textValue.length > 0 && options.processEntities) {\n for (let i = 0; i < options.entities.length; i++) {\n const entity = options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}","'use strict';\n//parse Empty Node as self closing node\nimport buildFromOrderedJs from './orderedJs2Xml.js';\nimport getIgnoreAttributesFn from \"./ignoreAttributes.js\";\nimport { Expression, Matcher } from 'path-expression-matcher';\nimport { safeComment, safeCdata, escapeAttribute } from './util.js';\nimport { qName } from 'xml-naming';\n\nconst defaultOptions = {\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n cdataPropName: false,\n format: false,\n indentBy: ' ',\n suppressEmptyNode: false,\n suppressUnpairedNode: true,\n suppressBooleanAttributes: true,\n tagValueProcessor: function (key, a) {\n return a;\n },\n attributeValueProcessor: function (attrName, a) {\n return a;\n },\n preserveOrder: false,\n commentPropName: false,\n unpairedTags: [],\n entities: [\n { regex: new RegExp(\"&\", \"g\"), val: \"&amp;\" },//it must be on top\n { regex: new RegExp(\">\", \"g\"), val: \"&gt;\" },\n { regex: new RegExp(\"<\", \"g\"), val: \"&lt;\" },\n { regex: new RegExp(\"\\'\", \"g\"), val: \"&apos;\" },\n { regex: new RegExp(\"\\\"\", \"g\"), val: \"&quot;\" }\n ],\n processEntities: true,\n stopNodes: [],\n // transformTagName: false,\n // transformAttributeName: false,\n oneListGroup: false,\n maxNestedTags: 100,\n jPath: true, // When true, callbacks receive string jPath; when false, receive Matcher instance\n sanitizeName: false // false = allow all names as-is (default, backward-compatible).\n // Set to a function (name, { isAttribute, matcher }) => string to\n // validate/sanitize tag and attribute names. Throw inside the function\n // to reject an invalid name.\n};\n\nexport default function Builder(options) {\n this.options = Object.assign({}, defaultOptions, options);\n\n // Convert old-style stopNodes for backward compatibility\n // Old syntax: \"*.tag\" meant \"tag anywhere in tree\"\n // New syntax: \"..tag\" means \"tag anywhere in tree\"\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n this.options.stopNodes = this.options.stopNodes.map(node => {\n if (typeof node === 'string' && node.startsWith('*.')) {\n // Convert old wildcard syntax to deep wildcard\n return '..' + node.substring(2);\n }\n return node;\n });\n }\n\n // Pre-compile stopNode expressions for pattern matching\n this.stopNodeExpressions = [];\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n for (let i = 0; i < this.options.stopNodes.length; i++) {\n const node = this.options.stopNodes[i];\n if (typeof node === 'string') {\n this.stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n this.stopNodeExpressions.push(node);\n }\n }\n }\n\n if (this.options.ignoreAttributes === true || this.options.attributesGroupName) {\n this.isAttribute = function (/*a*/) {\n return false;\n };\n } else {\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n this.attrPrefixLen = this.options.attributeNamePrefix.length;\n this.isAttribute = isAttribute;\n }\n\n this.processTextOrObjNode = processTextOrObjNode\n\n if (this.options.format) {\n this.indentate = indentate;\n this.tagEndChar = '>\\n';\n this.newLine = '\\n';\n } else {\n this.indentate = function () {\n return '';\n };\n this.tagEndChar = '>';\n this.newLine = '';\n }\n}\n\n/**\n * Detect XML version from the ?xml declaration at the root of a plain-object input.\n * Checks both attributesGroupName and flat attribute forms.\n * Returns '1.0' if no declaration is found.\n */\nfunction detectXmlVersionFromObj(jObj, options) {\n const decl = jObj['?xml'];\n if (decl && typeof decl === 'object') {\n // attributesGroupName path e.g. { '$$': { '@_version': '1.1' } }\n if (options.attributesGroupName && decl[options.attributesGroupName]) {\n const v = decl[options.attributesGroupName][options.attributeNamePrefix + 'version'];\n if (v) return v;\n }\n // flat attribute path e.g. { '@_version': '1.1' }\n const v = decl[options.attributeNamePrefix + 'version'];\n if (v) return v;\n }\n return '1.0';\n}\n\n/**\n * Resolve a tag or attribute name through sanitizeName if configured.\n * Validation via xml-naming's qName is performed first; the sanitizeName\n * callback is invoked only when the name is invalid. If sanitizeName is\n * false (default), no validation occurs and the name is used as-is.\n *\n * @param {string} name - raw name from the JS object\n * @param {boolean} isAttribute - true when resolving an attribute name\n * @param {object} options\n * @param {Matcher} matcher - current matcher state (readonly from callback perspective)\n * @param {string} xmlVersion - '1.0' or '1.1', forwarded to xml-naming\n */\nfunction resolveTagName(name, isAttribute, options, matcher, xmlVersion) {\n if (!options.sanitizeName) return name;\n if (qName(name, { xmlVersion })) return name;\n return options.sanitizeName(name, { isAttribute, matcher: matcher.readOnly() });\n}\n\nBuilder.prototype.build = function (jObj) {\n if (this.options.preserveOrder) {\n return buildFromOrderedJs(jObj, this.options);\n } else {\n if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {\n jObj = {\n [this.options.arrayNodeName]: jObj\n }\n }\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n const xmlVersion = detectXmlVersionFromObj(jObj, this.options);\n return this.j2x(jObj, 0, matcher, xmlVersion).val;\n }\n};\n\nBuilder.prototype.j2x = function (jObj, level, matcher, xmlVersion) {\n let attrStr = '';\n let val = '';\n if (this.options.maxNestedTags && matcher.getDepth() >= this.options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n // Get jPath based on option: string for backward compatibility, or Matcher for new features\n const jPath = this.options.jPath ? matcher.toString() : matcher;\n\n // Check if current node is a stopNode (will be used for attribute encoding)\n const isCurrentStopNode = this.checkStopNode(matcher);\n\n for (let key in jObj) {\n if (!Object.prototype.hasOwnProperty.call(jObj, key)) continue;\n\n // Resolve the key through sanitizeName before any use.\n // Special keys (textNodeName, cdataPropName, commentPropName, attributeNamePrefix,\n // attributesGroupName, \"?\" PI tags) are exempt — they are builder-internal conventions,\n // not user-supplied XML names.\n const isSpecialKey = key === this.options.textNodeName\n || key === this.options.cdataPropName\n || key === this.options.commentPropName\n || (this.options.attributesGroupName && key === this.options.attributesGroupName)\n || this.isAttribute(key)\n || key[0] === '?';\n\n const resolvedKey = isSpecialKey\n ? key\n : resolveTagName(key, false, this.options, matcher, xmlVersion);\n\n if (typeof jObj[key] === 'undefined') {\n // supress undefined node only if it is not an attribute\n if (this.isAttribute(key)) {\n val += '';\n }\n } else if (jObj[key] === null) {\n // null attribute should be ignored by the attribute list, but should not cause the tag closing\n if (this.isAttribute(key)) {\n val += '';\n } else if (resolvedKey === this.options.cdataPropName || resolvedKey === this.options.commentPropName) {\n val += '';\n } else if (resolvedKey[0] === '?') {\n val += this.indentate(level) + '<' + resolvedKey + '?' + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + resolvedKey + '/' + this.tagEndChar;\n }\n } else if (jObj[key] instanceof Date) {\n val += this.buildTextValNode(jObj[key], resolvedKey, '', level, matcher);\n } else if (typeof jObj[key] !== 'object') {\n //premitive type\n const attr = this.isAttribute(key);\n if (attr && !this.ignoreAttributesFn(attr, jPath)) {\n // Resolve the attribute name through sanitizeName\n const resolvedAttr = resolveTagName(attr, true, this.options, matcher, xmlVersion);\n attrStr += this.buildAttrPairStr(resolvedAttr, '' + jObj[key], isCurrentStopNode);\n } else if (!attr) {\n //tag value\n if (key === this.options.textNodeName) {\n let newval = this.options.tagValueProcessor(key, '' + jObj[key]);\n val += this.replaceEntitiesValue(newval);\n } else {\n // Check if this is a stopNode before building\n matcher.push(resolvedKey);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + jObj[key];\n if (textValue === '') {\n val += this.indentate(level) + '<' + resolvedKey + this.closeTag(resolvedKey) + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + resolvedKey + '>' + textValue + '</' + resolvedKey + this.tagEndChar;\n }\n } else {\n val += this.buildTextValNode(jObj[key], resolvedKey, '', level, matcher);\n }\n }\n }\n } else if (Array.isArray(jObj[key])) {\n //repeated nodes\n const arrLen = jObj[key].length;\n let listTagVal = \"\";\n let listTagAttr = \"\";\n for (let j = 0; j < arrLen; j++) {\n const item = jObj[key][j];\n if (typeof item === 'undefined') {\n // supress undefined node\n } else if (item === null) {\n if (resolvedKey[0] === \"?\") val += this.indentate(level) + '<' + resolvedKey + '?' + this.tagEndChar;\n else val += this.indentate(level) + '<' + resolvedKey + '/' + this.tagEndChar;\n } else if (typeof item === 'object') {\n if (this.options.oneListGroup) {\n // Push tag to matcher before recursive call\n matcher.push(resolvedKey);\n const result = this.j2x(item, level + 1, matcher, xmlVersion);\n // Pop tag from matcher after recursive call\n matcher.pop();\n\n listTagVal += result.val;\n if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {\n listTagAttr += result.attrStr\n }\n } else {\n listTagVal += this.processTextOrObjNode(item, resolvedKey, level, matcher, xmlVersion)\n }\n } else {\n if (this.options.oneListGroup) {\n let textValue = this.options.tagValueProcessor(resolvedKey, item);\n textValue = this.replaceEntitiesValue(textValue);\n listTagVal += textValue;\n } else {\n // Check if this is a stopNode before building\n matcher.push(resolvedKey);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + item;\n if (textValue === '') {\n listTagVal += this.indentate(level) + '<' + resolvedKey + this.closeTag(resolvedKey) + this.tagEndChar;\n } else {\n listTagVal += this.indentate(level) + '<' + resolvedKey + '>' + textValue + '</' + resolvedKey + this.tagEndChar;\n }\n } else {\n listTagVal += this.buildTextValNode(item, resolvedKey, '', level, matcher);\n }\n }\n }\n }\n if (this.options.oneListGroup) {\n listTagVal = this.buildObjectNode(listTagVal, resolvedKey, listTagAttr, level);\n }\n val += listTagVal;\n } else {\n //nested node\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) {\n const Ks = Object.keys(jObj[key]);\n const L = Ks.length;\n for (let j = 0; j < L; j++) {\n // Resolve attribute names inside attributesGroupName\n const resolvedAttr = resolveTagName(Ks[j], true, this.options, matcher, xmlVersion);\n attrStr += this.buildAttrPairStr(resolvedAttr, '' + jObj[key][Ks[j]], isCurrentStopNode);\n }\n } else {\n val += this.processTextOrObjNode(jObj[key], resolvedKey, level, matcher, xmlVersion)\n }\n }\n }\n return { attrStr: attrStr, val: val };\n};\n\nBuilder.prototype.buildAttrPairStr = function (attrName, val, isStopNode) {\n if (!isStopNode) {\n val = this.options.attributeValueProcessor(attrName, '' + val);\n val = this.replaceEntitiesValue(val);\n }\n if (this.options.suppressBooleanAttributes && val === \"true\") {\n return ' ' + attrName;\n } else return ' ' + attrName + '=\"' + escapeAttribute(val) + '\"';\n}\n\nfunction processTextOrObjNode(object, key, level, matcher, xmlVersion) {\n // Extract attributes to pass to matcher\n const attrValues = this.extractAttributes(object);\n\n // Push tag to matcher before recursion WITH attributes\n matcher.push(key, attrValues);\n\n // Check if this entire node is a stopNode\n const isStopNode = this.checkStopNode(matcher);\n\n if (isStopNode) {\n // For stopNodes, build raw content without entity encoding\n const rawContent = this.buildRawContent(object);\n const attrStr = this.buildAttributesForStopNode(object);\n matcher.pop();\n return this.buildObjectNode(rawContent, key, attrStr, level);\n }\n\n const result = this.j2x(object, level + 1, matcher, xmlVersion);\n // Pop tag from matcher after recursion\n matcher.pop();\n\n // PI/XML-declaration tags must never emit text content — route through\n // buildTextValNode which correctly ignores the text node for \"?\" tags.\n if (key[0] === '?') {\n return this.buildTextValNode('', key, result.attrStr, level, matcher);\n } else if (object[this.options.textNodeName] !== undefined && Object.keys(object).length === 1) {\n return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level, matcher);\n } else {\n return this.buildObjectNode(result.val, key, result.attrStr, level);\n }\n}\n\n// Helper method to extract attributes from an object\nBuilder.prototype.extractAttributes = function (obj) {\n if (!obj || typeof obj !== 'object') return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n // Remove attribute prefix if present\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n attrValues[cleanKey] = escapeAttribute(attrGroup[attrKey]);\n hasAttrs = true;\n }\n } else {\n // Look for individual attributes (prefixed with attributeNamePrefix)\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n attrValues[attr] = escapeAttribute(obj[key]);\n hasAttrs = true;\n }\n }\n }\n\n return hasAttrs ? attrValues : null;\n};\n\n// Build raw content for stopNode without entity encoding\nBuilder.prototype.buildRawContent = function (obj) {\n if (typeof obj === 'string') {\n return obj; // Already a string, return as-is\n }\n\n if (typeof obj !== 'object' || obj === null) {\n return String(obj);\n }\n\n // Check if this is a stopNode data from parser: { \"#text\": \"raw xml\", \"@_attr\": \"val\" }\n if (obj[this.options.textNodeName] !== undefined) {\n return obj[this.options.textNodeName]; // Return raw text without encoding\n }\n\n // Build raw XML from nested structure\n let content = '';\n\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n\n // Skip attributes\n if (this.isAttribute(key)) continue;\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) continue;\n\n const value = obj[key];\n\n if (key === this.options.textNodeName) {\n content += value; // Raw text\n } else if (Array.isArray(value)) {\n // Array of same tag\n for (let item of value) {\n if (typeof item === 'string' || typeof item === 'number') {\n content += `<${key}>${item}</${key}>`;\n } else if (typeof item === 'object' && item !== null) {\n const nestedContent = this.buildRawContent(item);\n const nestedAttrs = this.buildAttributesForStopNode(item);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n }\n }\n } else if (typeof value === 'object' && value !== null) {\n // Nested object\n const nestedContent = this.buildRawContent(value);\n const nestedAttrs = this.buildAttributesForStopNode(value);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n } else {\n // Primitive value\n content += `<${key}>${value}</${key}>`;\n }\n }\n\n return content;\n};\n\n// Build attribute string for stopNode (no entity encoding)\nBuilder.prototype.buildAttributesForStopNode = function (obj) {\n if (!obj || typeof obj !== 'object') return '';\n\n let attrStr = '';\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n const val = attrGroup[attrKey];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + cleanKey;\n } else {\n attrStr += ' ' + cleanKey + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n } else {\n // Look for individual attributes\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n const val = obj[key];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + attr;\n } else {\n attrStr += ' ' + attr + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n }\n }\n\n return attrStr;\n};\n\nBuilder.prototype.buildObjectNode = function (val, key, attrStr, level) {\n if (val === \"\") {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n }\n } else if (key[0] === \"?\") {\n // PI/XML-declaration tags never have body content — treat them like empty.\n return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n } else {\n let tagEndExp = '</' + key + this.tagEndChar;\n let piClosingChar = \"\";\n\n if (key[0] === \"?\") {\n piClosingChar = \"?\";\n tagEndExp = \"\";\n }\n\n // attrStr is an empty string in case the attribute came as undefined or null\n if ((attrStr || attrStr === '') && val.indexOf('<') === -1) {\n return (this.indentate(level) + '<' + key + attrStr + piClosingChar + '>' + val + tagEndExp);\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {\n return this.indentate(level) + `<!--${val}-->` + this.newLine;\n } else {\n return (\n this.indentate(level) + '<' + key + attrStr + piClosingChar + this.tagEndChar +\n val +\n this.indentate(level) + tagEndExp);\n }\n }\n}\n\nBuilder.prototype.closeTag = function (key) {\n let closeTag = \"\";\n if (this.options.unpairedTags.indexOf(key) !== -1) { //unpaired\n if (!this.options.suppressUnpairedNode) closeTag = \"/\"\n } else if (this.options.suppressEmptyNode) { //empty\n closeTag = \"/\";\n } else {\n closeTag = `></${key}`\n }\n return closeTag;\n}\n\nBuilder.prototype.checkStopNode = function (matcher) {\n if (!this.stopNodeExpressions || this.stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < this.stopNodeExpressions.length; i++) {\n if (matcher.matches(this.stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction buildEmptyObjNode(val, key, attrStr, level) {\n if (val !== '') {\n return this.buildObjectNode(val, key, attrStr, level);\n } else {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + '/' + this.tagEndChar;\n }\n }\n}\n\nBuilder.prototype.buildTextValNode = function (val, key, attrStr, level, matcher) {\n if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {\n const safeVal = safeCdata(val);\n return this.indentate(level) + `<![CDATA[${safeVal}]]>` + this.newLine;\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {\n const safeVal = safeComment(val);\n return this.indentate(level) + `<!--${safeVal}-->` + this.newLine;\n } else if (key[0] === \"?\") {//PI tag\n return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n } else {\n // Normal processing: apply tagValueProcessor and entity replacement\n let textValue = this.options.tagValueProcessor(key, val);\n textValue = this.replaceEntitiesValue(textValue);\n\n if (textValue === '') {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n } else {\n return this.indentate(level) + '<' + key + attrStr + '>' +\n textValue +\n '</' + key + this.tagEndChar;\n }\n }\n}\n\nBuilder.prototype.replaceEntitiesValue = function (textValue) {\n if (textValue && textValue.length > 0 && this.options.processEntities) {\n for (let i = 0; i < this.options.entities.length; i++) {\n const entity = this.options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}\n\nfunction indentate(level) {\n return this.options.indentBy.repeat(level);\n}\n\nfunction isAttribute(name /*, options*/) {\n if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {\n return name.substr(this.attrPrefixLen);\n } else {\n return false;\n }\n}","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\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","Expression","constructor","pattern","options","data","separator","segments","_parse","_hasDeepWildcard","some","seg","type","_hasAttributeCondition","undefined","attrName","_hasPositionSelector","position","i","currentPart","length","trim","push","_parseSegment","part","segment","bracketContent","withoutBrackets","bracketMatch","match","content","slice","namespace","tag","tagAndPosition","includes","nsIndex","indexOf","substring","Error","positionMatch","colonIndex","lastIndexOf","tagPart","posPart","test","eqIndex","attrValue","nthMatch","positionValue","parseInt","hasDeepWildcard","hasAttributeCondition","hasPositionSelector","toString","MatcherView","matcher","_matcher","getCurrentTag","path","getCurrentNamespace","getAttrValue","values","hasAttr","current","getPosition","getCounter","counter","getIndex","getDepth","includeNamespace","toArray","map","n","matches","expression","matchesAny","exprSet","Matcher","siblingStacks","_pathStringCache","_view","tagName","attrValues","currentLevel","Map","siblings","siblingKey","count","set","node","pop","updateCurrent","sep","result","join","reset","_matchWithDeepWildcard","_matchSimple","_matchSegment","pathIdx","segIdx","nextSeg","found","isCurrentNode","String","snapshot","restore","readOnly","safeComment","val","replace","safeCdata","escapeAttribute","nameStartChar10","nameStartChar11","nameChar11","buildRegexes","startChar","char","flags","ncNamePat","name","RegExp","ncName","qName","nmToken","nmTokens","regexes10","regexes11","str","xmlVersion","getRegexes","resolveTagName","isAttribute","sanitizeName","toXml","jArray","indentation","format","stopNodeExpressions","stopNodes","Array","isArray","first","propName","attrs","versionKey","attributeNamePrefix","detectXmlVersionFromArray","arrToStr","arr","xmlStr","isPreviousElementTag","maxNestedTags","text","replaceEntitiesValue","tagObj","rawTagName","textNodeName","cdataPropName","commentPropName","extractAttributeValues","isStopNode","checkStopNode","newIdentation","indentBy","tagStart","attr_to_str","tagValue","getRawContent","unpairedTags","suppressUnpairedNode","suppressEmptyNode","endsWith","tagText","tagValueProcessor","attrMap","ignoreAttributes","hasAttrs","attr","startsWith","substr","item","attStr","attr_to_str_raw","nestedContent","attrStr","attrVal","suppressBooleanAttributes","keys","cleanAttrName","resolvedAttrName","attributeValueProcessor","textValue","processEntities","entities","entity","regex","_createForOfIteratorHelperLoose","r","e","t","iterator","next","bind","a","_arrayLikeToArray","from","_unsupportedIterableToArray","done","TypeError","defaultOptions","attributesGroupName","preserveOrder","oneListGroup","jPath","Builder","assign","ignoreAttributesFn","_step","_iterator","attrPrefixLen","processTextOrObjNode","indentate","tagEndChar","newLine","object","level","extractAttributes","rawContent","buildRawContent","buildAttributesForStopNode","buildObjectNode","j2x","buildTextValNode","repeat","build","jObj","buildFromOrderedJs","_jObj","arrayNodeName","decl","v","detectXmlVersionFromObj","isCurrentStopNode","resolvedKey","Date","resolvedAttr","buildAttrPairStr","newval","closeTag","arrLen","listTagVal","listTagAttr","j","Ks","L","attrGroup","attrKey","nestedAttrs","cleanKey","tagEndExp","piClosingChar","safeVal"],"sourceRoot":""}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-builder",
3
- "version": "1.1.4",
3
+ "version": "1.2.0",
4
4
  "description": "Build XML from JSON without C/C++ based libraries",
5
5
  "main": "./lib/fxb.cjs",
6
6
  "type": "module",
@@ -75,6 +75,7 @@
75
75
  }
76
76
  ],
77
77
  "dependencies": {
78
- "path-expression-matcher": "^1.1.3"
78
+ "path-expression-matcher": "^1.5.0",
79
+ "xml-naming": "^0.1.0"
79
80
  }
80
81
  }