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,4401 +0,0 @@
1
- // These definitions are automatically generated by the generate-inspector script.
2
- // Do not edit this file directly.
3
- // See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
4
- // Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template).
5
-
6
- declare module "node:inspector" {
7
- interface InspectorNotification<T> {
8
- method: string;
9
- params: T;
10
- }
11
- namespace Schema {
12
- /**
13
- * Description of the protocol domain.
14
- */
15
- interface Domain {
16
- /**
17
- * Domain name.
18
- */
19
- name: string;
20
- /**
21
- * Domain version.
22
- */
23
- version: string;
24
- }
25
- interface GetDomainsReturnType {
26
- /**
27
- * List of supported domains.
28
- */
29
- domains: Domain[];
30
- }
31
- }
32
- namespace Runtime {
33
- /**
34
- * Unique script identifier.
35
- */
36
- type ScriptId = string;
37
- /**
38
- * Unique object identifier.
39
- */
40
- type RemoteObjectId = string;
41
- /**
42
- * Primitive value which cannot be JSON-stringified.
43
- */
44
- type UnserializableValue = string;
45
- /**
46
- * Mirror object referencing original JavaScript object.
47
- */
48
- interface RemoteObject {
49
- /**
50
- * Object type.
51
- */
52
- type: string;
53
- /**
54
- * Object subtype hint. Specified for <code>object</code> type values only.
55
- */
56
- subtype?: string | undefined;
57
- /**
58
- * Object class (constructor) name. Specified for <code>object</code> type values only.
59
- */
60
- className?: string | undefined;
61
- /**
62
- * Remote object value in case of primitive values or JSON values (if it was requested).
63
- */
64
- value?: any;
65
- /**
66
- * Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
67
- */
68
- unserializableValue?: UnserializableValue | undefined;
69
- /**
70
- * String representation of the object.
71
- */
72
- description?: string | undefined;
73
- /**
74
- * Unique object identifier (for non-primitive values).
75
- */
76
- objectId?: RemoteObjectId | undefined;
77
- /**
78
- * Preview containing abbreviated property values. Specified for <code>object</code> type values only.
79
- * @experimental
80
- */
81
- preview?: ObjectPreview | undefined;
82
- /**
83
- * @experimental
84
- */
85
- customPreview?: CustomPreview | undefined;
86
- }
87
- /**
88
- * @experimental
89
- */
90
- interface CustomPreview {
91
- header: string;
92
- hasBody: boolean;
93
- formatterObjectId: RemoteObjectId;
94
- bindRemoteObjectFunctionId: RemoteObjectId;
95
- configObjectId?: RemoteObjectId | undefined;
96
- }
97
- /**
98
- * Object containing abbreviated remote object value.
99
- * @experimental
100
- */
101
- interface ObjectPreview {
102
- /**
103
- * Object type.
104
- */
105
- type: string;
106
- /**
107
- * Object subtype hint. Specified for <code>object</code> type values only.
108
- */
109
- subtype?: string | undefined;
110
- /**
111
- * String representation of the object.
112
- */
113
- description?: string | undefined;
114
- /**
115
- * True iff some of the properties or entries of the original object did not fit.
116
- */
117
- overflow: boolean;
118
- /**
119
- * List of the properties.
120
- */
121
- properties: PropertyPreview[];
122
- /**
123
- * List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
124
- */
125
- entries?: EntryPreview[] | undefined;
126
- }
127
- /**
128
- * @experimental
129
- */
130
- interface PropertyPreview {
131
- /**
132
- * Property name.
133
- */
134
- name: string;
135
- /**
136
- * Object type. Accessor means that the property itself is an accessor property.
137
- */
138
- type: string;
139
- /**
140
- * User-friendly property value string.
141
- */
142
- value?: string | undefined;
143
- /**
144
- * Nested value preview.
145
- */
146
- valuePreview?: ObjectPreview | undefined;
147
- /**
148
- * Object subtype hint. Specified for <code>object</code> type values only.
149
- */
150
- subtype?: string | undefined;
151
- }
152
- /**
153
- * @experimental
154
- */
155
- interface EntryPreview {
156
- /**
157
- * Preview of the key. Specified for map-like collection entries.
158
- */
159
- key?: ObjectPreview | undefined;
160
- /**
161
- * Preview of the value.
162
- */
163
- value: ObjectPreview;
164
- }
165
- /**
166
- * Object property descriptor.
167
- */
168
- interface PropertyDescriptor {
169
- /**
170
- * Property name or symbol description.
171
- */
172
- name: string;
173
- /**
174
- * The value associated with the property.
175
- */
176
- value?: RemoteObject | undefined;
177
- /**
178
- * True if the value associated with the property may be changed (data descriptors only).
179
- */
180
- writable?: boolean | undefined;
181
- /**
182
- * A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
183
- */
184
- get?: RemoteObject | undefined;
185
- /**
186
- * A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).
187
- */
188
- set?: RemoteObject | undefined;
189
- /**
190
- * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
191
- */
192
- configurable: boolean;
193
- /**
194
- * True if this property shows up during enumeration of the properties on the corresponding object.
195
- */
196
- enumerable: boolean;
197
- /**
198
- * True if the result was thrown during the evaluation.
199
- */
200
- wasThrown?: boolean | undefined;
201
- /**
202
- * True if the property is owned for the object.
203
- */
204
- isOwn?: boolean | undefined;
205
- /**
206
- * Property symbol object, if the property is of the <code>symbol</code> type.
207
- */
208
- symbol?: RemoteObject | undefined;
209
- }
210
- /**
211
- * Object internal property descriptor. This property isn't normally visible in JavaScript code.
212
- */
213
- interface InternalPropertyDescriptor {
214
- /**
215
- * Conventional property name.
216
- */
217
- name: string;
218
- /**
219
- * The value associated with the property.
220
- */
221
- value?: RemoteObject | undefined;
222
- }
223
- /**
224
- * Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.
225
- */
226
- interface CallArgument {
227
- /**
228
- * Primitive value or serializable javascript object.
229
- */
230
- value?: any;
231
- /**
232
- * Primitive value which can not be JSON-stringified.
233
- */
234
- unserializableValue?: UnserializableValue | undefined;
235
- /**
236
- * Remote object handle.
237
- */
238
- objectId?: RemoteObjectId | undefined;
239
- }
240
- /**
241
- * Id of an execution context.
242
- */
243
- type ExecutionContextId = number;
244
- /**
245
- * Description of an isolated world.
246
- */
247
- interface ExecutionContextDescription {
248
- /**
249
- * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
250
- */
251
- id: ExecutionContextId;
252
- /**
253
- * Execution context origin.
254
- */
255
- origin: string;
256
- /**
257
- * Human readable name describing given context.
258
- */
259
- name: string;
260
- /**
261
- * Embedder-specific auxiliary data.
262
- */
263
- auxData?: object | undefined;
264
- }
265
- /**
266
- * Detailed information about exception (or error) that was thrown during script compilation or execution.
267
- */
268
- interface ExceptionDetails {
269
- /**
270
- * Exception id.
271
- */
272
- exceptionId: number;
273
- /**
274
- * Exception text, which should be used together with exception object when available.
275
- */
276
- text: string;
277
- /**
278
- * Line number of the exception location (0-based).
279
- */
280
- lineNumber: number;
281
- /**
282
- * Column number of the exception location (0-based).
283
- */
284
- columnNumber: number;
285
- /**
286
- * Script ID of the exception location.
287
- */
288
- scriptId?: ScriptId | undefined;
289
- /**
290
- * URL of the exception location, to be used when the script was not reported.
291
- */
292
- url?: string | undefined;
293
- /**
294
- * JavaScript stack trace if available.
295
- */
296
- stackTrace?: StackTrace | undefined;
297
- /**
298
- * Exception object if available.
299
- */
300
- exception?: RemoteObject | undefined;
301
- /**
302
- * Identifier of the context where exception happened.
303
- */
304
- executionContextId?: ExecutionContextId | undefined;
305
- }
306
- /**
307
- * Number of milliseconds since epoch.
308
- */
309
- type Timestamp = number;
310
- /**
311
- * Stack entry for runtime errors and assertions.
312
- */
313
- interface CallFrame {
314
- /**
315
- * JavaScript function name.
316
- */
317
- functionName: string;
318
- /**
319
- * JavaScript script id.
320
- */
321
- scriptId: ScriptId;
322
- /**
323
- * JavaScript script name or url.
324
- */
325
- url: string;
326
- /**
327
- * JavaScript script line number (0-based).
328
- */
329
- lineNumber: number;
330
- /**
331
- * JavaScript script column number (0-based).
332
- */
333
- columnNumber: number;
334
- }
335
- /**
336
- * Call frames for assertions or error messages.
337
- */
338
- interface StackTrace {
339
- /**
340
- * String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
341
- */
342
- description?: string | undefined;
343
- /**
344
- * JavaScript function name.
345
- */
346
- callFrames: CallFrame[];
347
- /**
348
- * Asynchronous JavaScript stack trace that preceded this stack, if available.
349
- */
350
- parent?: StackTrace | undefined;
351
- /**
352
- * Asynchronous JavaScript stack trace that preceded this stack, if available.
353
- * @experimental
354
- */
355
- parentId?: StackTraceId | undefined;
356
- }
357
- /**
358
- * Unique identifier of current debugger.
359
- * @experimental
360
- */
361
- type UniqueDebuggerId = string;
362
- /**
363
- * If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.
364
- * @experimental
365
- */
366
- interface StackTraceId {
367
- id: string;
368
- debuggerId?: UniqueDebuggerId | undefined;
369
- }
370
- interface EvaluateParameterType {
371
- /**
372
- * Expression to evaluate.
373
- */
374
- expression: string;
375
- /**
376
- * Symbolic group name that can be used to release multiple objects.
377
- */
378
- objectGroup?: string | undefined;
379
- /**
380
- * Determines whether Command Line API should be available during the evaluation.
381
- */
382
- includeCommandLineAPI?: boolean | undefined;
383
- /**
384
- * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
385
- */
386
- silent?: boolean | undefined;
387
- /**
388
- * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
389
- */
390
- contextId?: ExecutionContextId | undefined;
391
- /**
392
- * Whether the result is expected to be a JSON object that should be sent by value.
393
- */
394
- returnByValue?: boolean | undefined;
395
- /**
396
- * Whether preview should be generated for the result.
397
- * @experimental
398
- */
399
- generatePreview?: boolean | undefined;
400
- /**
401
- * Whether execution should be treated as initiated by user in the UI.
402
- */
403
- userGesture?: boolean | undefined;
404
- /**
405
- * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
406
- */
407
- awaitPromise?: boolean | undefined;
408
- }
409
- interface AwaitPromiseParameterType {
410
- /**
411
- * Identifier of the promise.
412
- */
413
- promiseObjectId: RemoteObjectId;
414
- /**
415
- * Whether the result is expected to be a JSON object that should be sent by value.
416
- */
417
- returnByValue?: boolean | undefined;
418
- /**
419
- * Whether preview should be generated for the result.
420
- */
421
- generatePreview?: boolean | undefined;
422
- }
423
- interface CallFunctionOnParameterType {
424
- /**
425
- * Declaration of the function to call.
426
- */
427
- functionDeclaration: string;
428
- /**
429
- * Identifier of the object to call function on. Either objectId or executionContextId should be specified.
430
- */
431
- objectId?: RemoteObjectId | undefined;
432
- /**
433
- * Call arguments. All call arguments must belong to the same JavaScript world as the target object.
434
- */
435
- arguments?: CallArgument[] | undefined;
436
- /**
437
- * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
438
- */
439
- silent?: boolean | undefined;
440
- /**
441
- * Whether the result is expected to be a JSON object which should be sent by value.
442
- */
443
- returnByValue?: boolean | undefined;
444
- /**
445
- * Whether preview should be generated for the result.
446
- * @experimental
447
- */
448
- generatePreview?: boolean | undefined;
449
- /**
450
- * Whether execution should be treated as initiated by user in the UI.
451
- */
452
- userGesture?: boolean | undefined;
453
- /**
454
- * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
455
- */
456
- awaitPromise?: boolean | undefined;
457
- /**
458
- * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
459
- */
460
- executionContextId?: ExecutionContextId | undefined;
461
- /**
462
- * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
463
- */
464
- objectGroup?: string | undefined;
465
- }
466
- interface GetPropertiesParameterType {
467
- /**
468
- * Identifier of the object to return properties for.
469
- */
470
- objectId: RemoteObjectId;
471
- /**
472
- * If true, returns properties belonging only to the element itself, not to its prototype chain.
473
- */
474
- ownProperties?: boolean | undefined;
475
- /**
476
- * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
477
- * @experimental
478
- */
479
- accessorPropertiesOnly?: boolean | undefined;
480
- /**
481
- * Whether preview should be generated for the results.
482
- * @experimental
483
- */
484
- generatePreview?: boolean | undefined;
485
- }
486
- interface ReleaseObjectParameterType {
487
- /**
488
- * Identifier of the object to release.
489
- */
490
- objectId: RemoteObjectId;
491
- }
492
- interface ReleaseObjectGroupParameterType {
493
- /**
494
- * Symbolic object group name.
495
- */
496
- objectGroup: string;
497
- }
498
- interface SetCustomObjectFormatterEnabledParameterType {
499
- enabled: boolean;
500
- }
501
- interface CompileScriptParameterType {
502
- /**
503
- * Expression to compile.
504
- */
505
- expression: string;
506
- /**
507
- * Source url to be set for the script.
508
- */
509
- sourceURL: string;
510
- /**
511
- * Specifies whether the compiled script should be persisted.
512
- */
513
- persistScript: boolean;
514
- /**
515
- * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
516
- */
517
- executionContextId?: ExecutionContextId | undefined;
518
- }
519
- interface RunScriptParameterType {
520
- /**
521
- * Id of the script to run.
522
- */
523
- scriptId: ScriptId;
524
- /**
525
- * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
526
- */
527
- executionContextId?: ExecutionContextId | undefined;
528
- /**
529
- * Symbolic group name that can be used to release multiple objects.
530
- */
531
- objectGroup?: string | undefined;
532
- /**
533
- * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
534
- */
535
- silent?: boolean | undefined;
536
- /**
537
- * Determines whether Command Line API should be available during the evaluation.
538
- */
539
- includeCommandLineAPI?: boolean | undefined;
540
- /**
541
- * Whether the result is expected to be a JSON object which should be sent by value.
542
- */
543
- returnByValue?: boolean | undefined;
544
- /**
545
- * Whether preview should be generated for the result.
546
- */
547
- generatePreview?: boolean | undefined;
548
- /**
549
- * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
550
- */
551
- awaitPromise?: boolean | undefined;
552
- }
553
- interface QueryObjectsParameterType {
554
- /**
555
- * Identifier of the prototype to return objects for.
556
- */
557
- prototypeObjectId: RemoteObjectId;
558
- }
559
- interface GlobalLexicalScopeNamesParameterType {
560
- /**
561
- * Specifies in which execution context to lookup global scope variables.
562
- */
563
- executionContextId?: ExecutionContextId | undefined;
564
- }
565
- interface EvaluateReturnType {
566
- /**
567
- * Evaluation result.
568
- */
569
- result: RemoteObject;
570
- /**
571
- * Exception details.
572
- */
573
- exceptionDetails?: ExceptionDetails | undefined;
574
- }
575
- interface AwaitPromiseReturnType {
576
- /**
577
- * Promise result. Will contain rejected value if promise was rejected.
578
- */
579
- result: RemoteObject;
580
- /**
581
- * Exception details if stack strace is available.
582
- */
583
- exceptionDetails?: ExceptionDetails | undefined;
584
- }
585
- interface CallFunctionOnReturnType {
586
- /**
587
- * Call result.
588
- */
589
- result: RemoteObject;
590
- /**
591
- * Exception details.
592
- */
593
- exceptionDetails?: ExceptionDetails | undefined;
594
- }
595
- interface GetPropertiesReturnType {
596
- /**
597
- * Object properties.
598
- */
599
- result: PropertyDescriptor[];
600
- /**
601
- * Internal object properties (only of the element itself).
602
- */
603
- internalProperties?: InternalPropertyDescriptor[] | undefined;
604
- /**
605
- * Exception details.
606
- */
607
- exceptionDetails?: ExceptionDetails | undefined;
608
- }
609
- interface CompileScriptReturnType {
610
- /**
611
- * Id of the script.
612
- */
613
- scriptId?: ScriptId | undefined;
614
- /**
615
- * Exception details.
616
- */
617
- exceptionDetails?: ExceptionDetails | undefined;
618
- }
619
- interface RunScriptReturnType {
620
- /**
621
- * Run result.
622
- */
623
- result: RemoteObject;
624
- /**
625
- * Exception details.
626
- */
627
- exceptionDetails?: ExceptionDetails | undefined;
628
- }
629
- interface QueryObjectsReturnType {
630
- /**
631
- * Array with objects.
632
- */
633
- objects: RemoteObject;
634
- }
635
- interface GlobalLexicalScopeNamesReturnType {
636
- names: string[];
637
- }
638
- interface ExecutionContextCreatedEventDataType {
639
- /**
640
- * A newly created execution context.
641
- */
642
- context: ExecutionContextDescription;
643
- }
644
- interface ExecutionContextDestroyedEventDataType {
645
- /**
646
- * Id of the destroyed context
647
- */
648
- executionContextId: ExecutionContextId;
649
- }
650
- interface ExceptionThrownEventDataType {
651
- /**
652
- * Timestamp of the exception.
653
- */
654
- timestamp: Timestamp;
655
- exceptionDetails: ExceptionDetails;
656
- }
657
- interface ExceptionRevokedEventDataType {
658
- /**
659
- * Reason describing why exception was revoked.
660
- */
661
- reason: string;
662
- /**
663
- * The id of revoked exception, as reported in <code>exceptionThrown</code>.
664
- */
665
- exceptionId: number;
666
- }
667
- interface ConsoleAPICalledEventDataType {
668
- /**
669
- * Type of the call.
670
- */
671
- type: string;
672
- /**
673
- * Call arguments.
674
- */
675
- args: RemoteObject[];
676
- /**
677
- * Identifier of the context where the call was made.
678
- */
679
- executionContextId: ExecutionContextId;
680
- /**
681
- * Call timestamp.
682
- */
683
- timestamp: Timestamp;
684
- /**
685
- * Stack trace captured when the call was made.
686
- */
687
- stackTrace?: StackTrace | undefined;
688
- /**
689
- * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
690
- * @experimental
691
- */
692
- context?: string | undefined;
693
- }
694
- interface InspectRequestedEventDataType {
695
- object: RemoteObject;
696
- hints: object;
697
- }
698
- }
699
- namespace Debugger {
700
- /**
701
- * Breakpoint identifier.
702
- */
703
- type BreakpointId = string;
704
- /**
705
- * Call frame identifier.
706
- */
707
- type CallFrameId = string;
708
- /**
709
- * Location in the source code.
710
- */
711
- interface Location {
712
- /**
713
- * Script identifier as reported in the <code>Debugger.scriptParsed</code>.
714
- */
715
- scriptId: Runtime.ScriptId;
716
- /**
717
- * Line number in the script (0-based).
718
- */
719
- lineNumber: number;
720
- /**
721
- * Column number in the script (0-based).
722
- */
723
- columnNumber?: number | undefined;
724
- }
725
- /**
726
- * Location in the source code.
727
- * @experimental
728
- */
729
- interface ScriptPosition {
730
- lineNumber: number;
731
- columnNumber: number;
732
- }
733
- /**
734
- * JavaScript call frame. Array of call frames form the call stack.
735
- */
736
- interface CallFrame {
737
- /**
738
- * Call frame identifier. This identifier is only valid while the virtual machine is paused.
739
- */
740
- callFrameId: CallFrameId;
741
- /**
742
- * Name of the JavaScript function called on this call frame.
743
- */
744
- functionName: string;
745
- /**
746
- * Location in the source code.
747
- */
748
- functionLocation?: Location | undefined;
749
- /**
750
- * Location in the source code.
751
- */
752
- location: Location;
753
- /**
754
- * JavaScript script name or url.
755
- */
756
- url: string;
757
- /**
758
- * Scope chain for this call frame.
759
- */
760
- scopeChain: Scope[];
761
- /**
762
- * <code>this</code> object for this call frame.
763
- */
764
- this: Runtime.RemoteObject;
765
- /**
766
- * The value being returned, if the function is at return point.
767
- */
768
- returnValue?: Runtime.RemoteObject | undefined;
769
- }
770
- /**
771
- * Scope description.
772
- */
773
- interface Scope {
774
- /**
775
- * Scope type.
776
- */
777
- type: string;
778
- /**
779
- * Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
780
- */
781
- object: Runtime.RemoteObject;
782
- name?: string | undefined;
783
- /**
784
- * Location in the source code where scope starts
785
- */
786
- startLocation?: Location | undefined;
787
- /**
788
- * Location in the source code where scope ends
789
- */
790
- endLocation?: Location | undefined;
791
- }
792
- /**
793
- * Search match for resource.
794
- */
795
- interface SearchMatch {
796
- /**
797
- * Line number in resource content.
798
- */
799
- lineNumber: number;
800
- /**
801
- * Line with match content.
802
- */
803
- lineContent: string;
804
- }
805
- interface BreakLocation {
806
- /**
807
- * Script identifier as reported in the <code>Debugger.scriptParsed</code>.
808
- */
809
- scriptId: Runtime.ScriptId;
810
- /**
811
- * Line number in the script (0-based).
812
- */
813
- lineNumber: number;
814
- /**
815
- * Column number in the script (0-based).
816
- */
817
- columnNumber?: number | undefined;
818
- type?: string | undefined;
819
- }
820
- interface SetBreakpointsActiveParameterType {
821
- /**
822
- * New value for breakpoints active state.
823
- */
824
- active: boolean;
825
- }
826
- interface SetSkipAllPausesParameterType {
827
- /**
828
- * New value for skip pauses state.
829
- */
830
- skip: boolean;
831
- }
832
- interface SetBreakpointByUrlParameterType {
833
- /**
834
- * Line number to set breakpoint at.
835
- */
836
- lineNumber: number;
837
- /**
838
- * URL of the resources to set breakpoint on.
839
- */
840
- url?: string | undefined;
841
- /**
842
- * Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
843
- */
844
- urlRegex?: string | undefined;
845
- /**
846
- * Script hash of the resources to set breakpoint on.
847
- */
848
- scriptHash?: string | undefined;
849
- /**
850
- * Offset in the line to set breakpoint at.
851
- */
852
- columnNumber?: number | undefined;
853
- /**
854
- * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
855
- */
856
- condition?: string | undefined;
857
- }
858
- interface SetBreakpointParameterType {
859
- /**
860
- * Location to set breakpoint in.
861
- */
862
- location: Location;
863
- /**
864
- * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
865
- */
866
- condition?: string | undefined;
867
- }
868
- interface RemoveBreakpointParameterType {
869
- breakpointId: BreakpointId;
870
- }
871
- interface GetPossibleBreakpointsParameterType {
872
- /**
873
- * Start of range to search possible breakpoint locations in.
874
- */
875
- start: Location;
876
- /**
877
- * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
878
- */
879
- end?: Location | undefined;
880
- /**
881
- * Only consider locations which are in the same (non-nested) function as start.
882
- */
883
- restrictToFunction?: boolean | undefined;
884
- }
885
- interface ContinueToLocationParameterType {
886
- /**
887
- * Location to continue to.
888
- */
889
- location: Location;
890
- targetCallFrames?: string | undefined;
891
- }
892
- interface PauseOnAsyncCallParameterType {
893
- /**
894
- * Debugger will pause when async call with given stack trace is started.
895
- */
896
- parentStackTraceId: Runtime.StackTraceId;
897
- }
898
- interface StepIntoParameterType {
899
- /**
900
- * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.
901
- * @experimental
902
- */
903
- breakOnAsyncCall?: boolean | undefined;
904
- }
905
- interface GetStackTraceParameterType {
906
- stackTraceId: Runtime.StackTraceId;
907
- }
908
- interface SearchInContentParameterType {
909
- /**
910
- * Id of the script to search in.
911
- */
912
- scriptId: Runtime.ScriptId;
913
- /**
914
- * String to search for.
915
- */
916
- query: string;
917
- /**
918
- * If true, search is case sensitive.
919
- */
920
- caseSensitive?: boolean | undefined;
921
- /**
922
- * If true, treats string parameter as regex.
923
- */
924
- isRegex?: boolean | undefined;
925
- }
926
- interface SetScriptSourceParameterType {
927
- /**
928
- * Id of the script to edit.
929
- */
930
- scriptId: Runtime.ScriptId;
931
- /**
932
- * New content of the script.
933
- */
934
- scriptSource: string;
935
- /**
936
- * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
937
- */
938
- dryRun?: boolean | undefined;
939
- }
940
- interface RestartFrameParameterType {
941
- /**
942
- * Call frame identifier to evaluate on.
943
- */
944
- callFrameId: CallFrameId;
945
- }
946
- interface GetScriptSourceParameterType {
947
- /**
948
- * Id of the script to get source for.
949
- */
950
- scriptId: Runtime.ScriptId;
951
- }
952
- interface SetPauseOnExceptionsParameterType {
953
- /**
954
- * Pause on exceptions mode.
955
- */
956
- state: string;
957
- }
958
- interface EvaluateOnCallFrameParameterType {
959
- /**
960
- * Call frame identifier to evaluate on.
961
- */
962
- callFrameId: CallFrameId;
963
- /**
964
- * Expression to evaluate.
965
- */
966
- expression: string;
967
- /**
968
- * String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
969
- */
970
- objectGroup?: string | undefined;
971
- /**
972
- * Specifies whether command line API should be available to the evaluated expression, defaults to false.
973
- */
974
- includeCommandLineAPI?: boolean | undefined;
975
- /**
976
- * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
977
- */
978
- silent?: boolean | undefined;
979
- /**
980
- * Whether the result is expected to be a JSON object that should be sent by value.
981
- */
982
- returnByValue?: boolean | undefined;
983
- /**
984
- * Whether preview should be generated for the result.
985
- * @experimental
986
- */
987
- generatePreview?: boolean | undefined;
988
- /**
989
- * Whether to throw an exception if side effect cannot be ruled out during evaluation.
990
- */
991
- throwOnSideEffect?: boolean | undefined;
992
- }
993
- interface SetVariableValueParameterType {
994
- /**
995
- * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
996
- */
997
- scopeNumber: number;
998
- /**
999
- * Variable name.
1000
- */
1001
- variableName: string;
1002
- /**
1003
- * New variable value.
1004
- */
1005
- newValue: Runtime.CallArgument;
1006
- /**
1007
- * Id of callframe that holds variable.
1008
- */
1009
- callFrameId: CallFrameId;
1010
- }
1011
- interface SetReturnValueParameterType {
1012
- /**
1013
- * New return value.
1014
- */
1015
- newValue: Runtime.CallArgument;
1016
- }
1017
- interface SetAsyncCallStackDepthParameterType {
1018
- /**
1019
- * Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default).
1020
- */
1021
- maxDepth: number;
1022
- }
1023
- interface SetBlackboxPatternsParameterType {
1024
- /**
1025
- * Array of regexps that will be used to check script url for blackbox state.
1026
- */
1027
- patterns: string[];
1028
- }
1029
- interface SetBlackboxedRangesParameterType {
1030
- /**
1031
- * Id of the script.
1032
- */
1033
- scriptId: Runtime.ScriptId;
1034
- positions: ScriptPosition[];
1035
- }
1036
- interface EnableReturnType {
1037
- /**
1038
- * Unique identifier of the debugger.
1039
- * @experimental
1040
- */
1041
- debuggerId: Runtime.UniqueDebuggerId;
1042
- }
1043
- interface SetBreakpointByUrlReturnType {
1044
- /**
1045
- * Id of the created breakpoint for further reference.
1046
- */
1047
- breakpointId: BreakpointId;
1048
- /**
1049
- * List of the locations this breakpoint resolved into upon addition.
1050
- */
1051
- locations: Location[];
1052
- }
1053
- interface SetBreakpointReturnType {
1054
- /**
1055
- * Id of the created breakpoint for further reference.
1056
- */
1057
- breakpointId: BreakpointId;
1058
- /**
1059
- * Location this breakpoint resolved into.
1060
- */
1061
- actualLocation: Location;
1062
- }
1063
- interface GetPossibleBreakpointsReturnType {
1064
- /**
1065
- * List of the possible breakpoint locations.
1066
- */
1067
- locations: BreakLocation[];
1068
- }
1069
- interface GetStackTraceReturnType {
1070
- stackTrace: Runtime.StackTrace;
1071
- }
1072
- interface SearchInContentReturnType {
1073
- /**
1074
- * List of search matches.
1075
- */
1076
- result: SearchMatch[];
1077
- }
1078
- interface SetScriptSourceReturnType {
1079
- /**
1080
- * New stack trace in case editing has happened while VM was stopped.
1081
- */
1082
- callFrames?: CallFrame[] | undefined;
1083
- /**
1084
- * Whether current call stack was modified after applying the changes.
1085
- */
1086
- stackChanged?: boolean | undefined;
1087
- /**
1088
- * Async stack trace, if any.
1089
- */
1090
- asyncStackTrace?: Runtime.StackTrace | undefined;
1091
- /**
1092
- * Async stack trace, if any.
1093
- * @experimental
1094
- */
1095
- asyncStackTraceId?: Runtime.StackTraceId | undefined;
1096
- /**
1097
- * Exception details if any.
1098
- */
1099
- exceptionDetails?: Runtime.ExceptionDetails | undefined;
1100
- }
1101
- interface RestartFrameReturnType {
1102
- /**
1103
- * New stack trace.
1104
- */
1105
- callFrames: CallFrame[];
1106
- /**
1107
- * Async stack trace, if any.
1108
- */
1109
- asyncStackTrace?: Runtime.StackTrace | undefined;
1110
- /**
1111
- * Async stack trace, if any.
1112
- * @experimental
1113
- */
1114
- asyncStackTraceId?: Runtime.StackTraceId | undefined;
1115
- }
1116
- interface GetScriptSourceReturnType {
1117
- /**
1118
- * Script source.
1119
- */
1120
- scriptSource: string;
1121
- }
1122
- interface EvaluateOnCallFrameReturnType {
1123
- /**
1124
- * Object wrapper for the evaluation result.
1125
- */
1126
- result: Runtime.RemoteObject;
1127
- /**
1128
- * Exception details.
1129
- */
1130
- exceptionDetails?: Runtime.ExceptionDetails | undefined;
1131
- }
1132
- interface ScriptParsedEventDataType {
1133
- /**
1134
- * Identifier of the script parsed.
1135
- */
1136
- scriptId: Runtime.ScriptId;
1137
- /**
1138
- * URL or name of the script parsed (if any).
1139
- */
1140
- url: string;
1141
- /**
1142
- * Line offset of the script within the resource with given URL (for script tags).
1143
- */
1144
- startLine: number;
1145
- /**
1146
- * Column offset of the script within the resource with given URL.
1147
- */
1148
- startColumn: number;
1149
- /**
1150
- * Last line of the script.
1151
- */
1152
- endLine: number;
1153
- /**
1154
- * Length of the last line of the script.
1155
- */
1156
- endColumn: number;
1157
- /**
1158
- * Specifies script creation context.
1159
- */
1160
- executionContextId: Runtime.ExecutionContextId;
1161
- /**
1162
- * Content hash of the script.
1163
- */
1164
- hash: string;
1165
- /**
1166
- * Embedder-specific auxiliary data.
1167
- */
1168
- executionContextAuxData?: object | undefined;
1169
- /**
1170
- * True, if this script is generated as a result of the live edit operation.
1171
- * @experimental
1172
- */
1173
- isLiveEdit?: boolean | undefined;
1174
- /**
1175
- * URL of source map associated with script (if any).
1176
- */
1177
- sourceMapURL?: string | undefined;
1178
- /**
1179
- * True, if this script has sourceURL.
1180
- */
1181
- hasSourceURL?: boolean | undefined;
1182
- /**
1183
- * True, if this script is ES6 module.
1184
- */
1185
- isModule?: boolean | undefined;
1186
- /**
1187
- * This script length.
1188
- */
1189
- length?: number | undefined;
1190
- /**
1191
- * JavaScript top stack frame of where the script parsed event was triggered if available.
1192
- * @experimental
1193
- */
1194
- stackTrace?: Runtime.StackTrace | undefined;
1195
- }
1196
- interface ScriptFailedToParseEventDataType {
1197
- /**
1198
- * Identifier of the script parsed.
1199
- */
1200
- scriptId: Runtime.ScriptId;
1201
- /**
1202
- * URL or name of the script parsed (if any).
1203
- */
1204
- url: string;
1205
- /**
1206
- * Line offset of the script within the resource with given URL (for script tags).
1207
- */
1208
- startLine: number;
1209
- /**
1210
- * Column offset of the script within the resource with given URL.
1211
- */
1212
- startColumn: number;
1213
- /**
1214
- * Last line of the script.
1215
- */
1216
- endLine: number;
1217
- /**
1218
- * Length of the last line of the script.
1219
- */
1220
- endColumn: number;
1221
- /**
1222
- * Specifies script creation context.
1223
- */
1224
- executionContextId: Runtime.ExecutionContextId;
1225
- /**
1226
- * Content hash of the script.
1227
- */
1228
- hash: string;
1229
- /**
1230
- * Embedder-specific auxiliary data.
1231
- */
1232
- executionContextAuxData?: object | undefined;
1233
- /**
1234
- * URL of source map associated with script (if any).
1235
- */
1236
- sourceMapURL?: string | undefined;
1237
- /**
1238
- * True, if this script has sourceURL.
1239
- */
1240
- hasSourceURL?: boolean | undefined;
1241
- /**
1242
- * True, if this script is ES6 module.
1243
- */
1244
- isModule?: boolean | undefined;
1245
- /**
1246
- * This script length.
1247
- */
1248
- length?: number | undefined;
1249
- /**
1250
- * JavaScript top stack frame of where the script parsed event was triggered if available.
1251
- * @experimental
1252
- */
1253
- stackTrace?: Runtime.StackTrace | undefined;
1254
- }
1255
- interface BreakpointResolvedEventDataType {
1256
- /**
1257
- * Breakpoint unique identifier.
1258
- */
1259
- breakpointId: BreakpointId;
1260
- /**
1261
- * Actual breakpoint location.
1262
- */
1263
- location: Location;
1264
- }
1265
- interface PausedEventDataType {
1266
- /**
1267
- * Call stack the virtual machine stopped on.
1268
- */
1269
- callFrames: CallFrame[];
1270
- /**
1271
- * Pause reason.
1272
- */
1273
- reason: string;
1274
- /**
1275
- * Object containing break-specific auxiliary properties.
1276
- */
1277
- data?: object | undefined;
1278
- /**
1279
- * Hit breakpoints IDs
1280
- */
1281
- hitBreakpoints?: string[] | undefined;
1282
- /**
1283
- * Async stack trace, if any.
1284
- */
1285
- asyncStackTrace?: Runtime.StackTrace | undefined;
1286
- /**
1287
- * Async stack trace, if any.
1288
- * @experimental
1289
- */
1290
- asyncStackTraceId?: Runtime.StackTraceId | undefined;
1291
- /**
1292
- * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.
1293
- * @experimental
1294
- */
1295
- asyncCallStackTraceId?: Runtime.StackTraceId | undefined;
1296
- }
1297
- }
1298
- namespace Console {
1299
- /**
1300
- * Console message.
1301
- */
1302
- interface ConsoleMessage {
1303
- /**
1304
- * Message source.
1305
- */
1306
- source: string;
1307
- /**
1308
- * Message severity.
1309
- */
1310
- level: string;
1311
- /**
1312
- * Message text.
1313
- */
1314
- text: string;
1315
- /**
1316
- * URL of the message origin.
1317
- */
1318
- url?: string | undefined;
1319
- /**
1320
- * Line number in the resource that generated this message (1-based).
1321
- */
1322
- line?: number | undefined;
1323
- /**
1324
- * Column number in the resource that generated this message (1-based).
1325
- */
1326
- column?: number | undefined;
1327
- }
1328
- interface MessageAddedEventDataType {
1329
- /**
1330
- * Console message that has been added.
1331
- */
1332
- message: ConsoleMessage;
1333
- }
1334
- }
1335
- namespace Profiler {
1336
- /**
1337
- * Profile node. Holds callsite information, execution statistics and child nodes.
1338
- */
1339
- interface ProfileNode {
1340
- /**
1341
- * Unique id of the node.
1342
- */
1343
- id: number;
1344
- /**
1345
- * Function location.
1346
- */
1347
- callFrame: Runtime.CallFrame;
1348
- /**
1349
- * Number of samples where this node was on top of the call stack.
1350
- */
1351
- hitCount?: number | undefined;
1352
- /**
1353
- * Child node ids.
1354
- */
1355
- children?: number[] | undefined;
1356
- /**
1357
- * The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
1358
- */
1359
- deoptReason?: string | undefined;
1360
- /**
1361
- * An array of source position ticks.
1362
- */
1363
- positionTicks?: PositionTickInfo[] | undefined;
1364
- }
1365
- /**
1366
- * Profile.
1367
- */
1368
- interface Profile {
1369
- /**
1370
- * The list of profile nodes. First item is the root node.
1371
- */
1372
- nodes: ProfileNode[];
1373
- /**
1374
- * Profiling start timestamp in microseconds.
1375
- */
1376
- startTime: number;
1377
- /**
1378
- * Profiling end timestamp in microseconds.
1379
- */
1380
- endTime: number;
1381
- /**
1382
- * Ids of samples top nodes.
1383
- */
1384
- samples?: number[] | undefined;
1385
- /**
1386
- * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
1387
- */
1388
- timeDeltas?: number[] | undefined;
1389
- }
1390
- /**
1391
- * Specifies a number of samples attributed to a certain source position.
1392
- */
1393
- interface PositionTickInfo {
1394
- /**
1395
- * Source line number (1-based).
1396
- */
1397
- line: number;
1398
- /**
1399
- * Number of samples attributed to the source line.
1400
- */
1401
- ticks: number;
1402
- }
1403
- /**
1404
- * Coverage data for a source range.
1405
- */
1406
- interface CoverageRange {
1407
- /**
1408
- * JavaScript script source offset for the range start.
1409
- */
1410
- startOffset: number;
1411
- /**
1412
- * JavaScript script source offset for the range end.
1413
- */
1414
- endOffset: number;
1415
- /**
1416
- * Collected execution count of the source range.
1417
- */
1418
- count: number;
1419
- }
1420
- /**
1421
- * Coverage data for a JavaScript function.
1422
- */
1423
- interface FunctionCoverage {
1424
- /**
1425
- * JavaScript function name.
1426
- */
1427
- functionName: string;
1428
- /**
1429
- * Source ranges inside the function with coverage data.
1430
- */
1431
- ranges: CoverageRange[];
1432
- /**
1433
- * Whether coverage data for this function has block granularity.
1434
- */
1435
- isBlockCoverage: boolean;
1436
- }
1437
- /**
1438
- * Coverage data for a JavaScript script.
1439
- */
1440
- interface ScriptCoverage {
1441
- /**
1442
- * JavaScript script id.
1443
- */
1444
- scriptId: Runtime.ScriptId;
1445
- /**
1446
- * JavaScript script name or url.
1447
- */
1448
- url: string;
1449
- /**
1450
- * Functions contained in the script that has coverage data.
1451
- */
1452
- functions: FunctionCoverage[];
1453
- }
1454
- interface SetSamplingIntervalParameterType {
1455
- /**
1456
- * New sampling interval in microseconds.
1457
- */
1458
- interval: number;
1459
- }
1460
- interface StartPreciseCoverageParameterType {
1461
- /**
1462
- * Collect accurate call counts beyond simple 'covered' or 'not covered'.
1463
- */
1464
- callCount?: boolean | undefined;
1465
- /**
1466
- * Collect block-based coverage.
1467
- */
1468
- detailed?: boolean | undefined;
1469
- }
1470
- interface StopReturnType {
1471
- /**
1472
- * Recorded profile.
1473
- */
1474
- profile: Profile;
1475
- }
1476
- interface TakePreciseCoverageReturnType {
1477
- /**
1478
- * Coverage data for the current isolate.
1479
- */
1480
- result: ScriptCoverage[];
1481
- }
1482
- interface GetBestEffortCoverageReturnType {
1483
- /**
1484
- * Coverage data for the current isolate.
1485
- */
1486
- result: ScriptCoverage[];
1487
- }
1488
- interface ConsoleProfileStartedEventDataType {
1489
- id: string;
1490
- /**
1491
- * Location of console.profile().
1492
- */
1493
- location: Debugger.Location;
1494
- /**
1495
- * Profile title passed as an argument to console.profile().
1496
- */
1497
- title?: string | undefined;
1498
- }
1499
- interface ConsoleProfileFinishedEventDataType {
1500
- id: string;
1501
- /**
1502
- * Location of console.profileEnd().
1503
- */
1504
- location: Debugger.Location;
1505
- profile: Profile;
1506
- /**
1507
- * Profile title passed as an argument to console.profile().
1508
- */
1509
- title?: string | undefined;
1510
- }
1511
- }
1512
- namespace HeapProfiler {
1513
- /**
1514
- * Heap snapshot object id.
1515
- */
1516
- type HeapSnapshotObjectId = string;
1517
- /**
1518
- * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
1519
- */
1520
- interface SamplingHeapProfileNode {
1521
- /**
1522
- * Function location.
1523
- */
1524
- callFrame: Runtime.CallFrame;
1525
- /**
1526
- * Allocations size in bytes for the node excluding children.
1527
- */
1528
- selfSize: number;
1529
- /**
1530
- * Child nodes.
1531
- */
1532
- children: SamplingHeapProfileNode[];
1533
- }
1534
- /**
1535
- * Profile.
1536
- */
1537
- interface SamplingHeapProfile {
1538
- head: SamplingHeapProfileNode;
1539
- }
1540
- interface StartTrackingHeapObjectsParameterType {
1541
- trackAllocations?: boolean | undefined;
1542
- }
1543
- interface StopTrackingHeapObjectsParameterType {
1544
- /**
1545
- * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
1546
- */
1547
- reportProgress?: boolean | undefined;
1548
- }
1549
- interface TakeHeapSnapshotParameterType {
1550
- /**
1551
- * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
1552
- */
1553
- reportProgress?: boolean | undefined;
1554
- }
1555
- interface GetObjectByHeapObjectIdParameterType {
1556
- objectId: HeapSnapshotObjectId;
1557
- /**
1558
- * Symbolic group name that can be used to release multiple objects.
1559
- */
1560
- objectGroup?: string | undefined;
1561
- }
1562
- interface AddInspectedHeapObjectParameterType {
1563
- /**
1564
- * Heap snapshot object id to be accessible by means of $x command line API.
1565
- */
1566
- heapObjectId: HeapSnapshotObjectId;
1567
- }
1568
- interface GetHeapObjectIdParameterType {
1569
- /**
1570
- * Identifier of the object to get heap object id for.
1571
- */
1572
- objectId: Runtime.RemoteObjectId;
1573
- }
1574
- interface StartSamplingParameterType {
1575
- /**
1576
- * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
1577
- */
1578
- samplingInterval?: number | undefined;
1579
- }
1580
- interface GetObjectByHeapObjectIdReturnType {
1581
- /**
1582
- * Evaluation result.
1583
- */
1584
- result: Runtime.RemoteObject;
1585
- }
1586
- interface GetHeapObjectIdReturnType {
1587
- /**
1588
- * Id of the heap snapshot object corresponding to the passed remote object id.
1589
- */
1590
- heapSnapshotObjectId: HeapSnapshotObjectId;
1591
- }
1592
- interface StopSamplingReturnType {
1593
- /**
1594
- * Recorded sampling heap profile.
1595
- */
1596
- profile: SamplingHeapProfile;
1597
- }
1598
- interface GetSamplingProfileReturnType {
1599
- /**
1600
- * Return the sampling profile being collected.
1601
- */
1602
- profile: SamplingHeapProfile;
1603
- }
1604
- interface AddHeapSnapshotChunkEventDataType {
1605
- chunk: string;
1606
- }
1607
- interface ReportHeapSnapshotProgressEventDataType {
1608
- done: number;
1609
- total: number;
1610
- finished?: boolean | undefined;
1611
- }
1612
- interface LastSeenObjectIdEventDataType {
1613
- lastSeenObjectId: number;
1614
- timestamp: number;
1615
- }
1616
- interface HeapStatsUpdateEventDataType {
1617
- /**
1618
- * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
1619
- */
1620
- statsUpdate: number[];
1621
- }
1622
- }
1623
- namespace IO {
1624
- type StreamHandle = string;
1625
- interface ReadParameterType {
1626
- /**
1627
- * Handle of the stream to read.
1628
- */
1629
- handle: StreamHandle;
1630
- /**
1631
- * Seek to the specified offset before reading (if not specified, proceed with offset
1632
- * following the last read). Some types of streams may only support sequential reads.
1633
- */
1634
- offset?: number | undefined;
1635
- /**
1636
- * Maximum number of bytes to read (left upon the agent discretion if not specified).
1637
- */
1638
- size?: number | undefined;
1639
- }
1640
- interface CloseParameterType {
1641
- /**
1642
- * Handle of the stream to close.
1643
- */
1644
- handle: StreamHandle;
1645
- }
1646
- interface ReadReturnType {
1647
- /**
1648
- * Data that were read.
1649
- */
1650
- data: string;
1651
- /**
1652
- * Set if the end-of-file condition occurred while reading.
1653
- */
1654
- eof: boolean;
1655
- }
1656
- }
1657
- namespace Network {
1658
- /**
1659
- * Resource type as it was perceived by the rendering engine.
1660
- */
1661
- type ResourceType = string;
1662
- /**
1663
- * Unique request identifier.
1664
- */
1665
- type RequestId = string;
1666
- /**
1667
- * UTC time in seconds, counted from January 1, 1970.
1668
- */
1669
- type TimeSinceEpoch = number;
1670
- /**
1671
- * Monotonically increasing time in seconds since an arbitrary point in the past.
1672
- */
1673
- type MonotonicTime = number;
1674
- /**
1675
- * Information about the request initiator.
1676
- */
1677
- interface Initiator {
1678
- /**
1679
- * Type of this initiator.
1680
- */
1681
- type: string;
1682
- /**
1683
- * Initiator JavaScript stack trace, set for Script only.
1684
- * Requires the Debugger domain to be enabled.
1685
- */
1686
- stack?: Runtime.StackTrace | undefined;
1687
- /**
1688
- * Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
1689
- */
1690
- url?: string | undefined;
1691
- /**
1692
- * Initiator line number, set for Parser type or for Script type (when script is importing
1693
- * module) (0-based).
1694
- */
1695
- lineNumber?: number | undefined;
1696
- /**
1697
- * Initiator column number, set for Parser type or for Script type (when script is importing
1698
- * module) (0-based).
1699
- */
1700
- columnNumber?: number | undefined;
1701
- /**
1702
- * Set if another request triggered this request (e.g. preflight).
1703
- */
1704
- requestId?: RequestId | undefined;
1705
- }
1706
- /**
1707
- * HTTP request data.
1708
- */
1709
- interface Request {
1710
- url: string;
1711
- method: string;
1712
- headers: Headers;
1713
- hasPostData: boolean;
1714
- }
1715
- /**
1716
- * HTTP response data.
1717
- */
1718
- interface Response {
1719
- url: string;
1720
- status: number;
1721
- statusText: string;
1722
- headers: Headers;
1723
- mimeType: string;
1724
- charset: string;
1725
- }
1726
- /**
1727
- * Request / response headers as keys / values of JSON object.
1728
- */
1729
- interface Headers {
1730
- }
1731
- interface LoadNetworkResourcePageResult {
1732
- success: boolean;
1733
- stream?: IO.StreamHandle | undefined;
1734
- }
1735
- /**
1736
- * WebSocket response data.
1737
- */
1738
- interface WebSocketResponse {
1739
- /**
1740
- * HTTP response status code.
1741
- */
1742
- status: number;
1743
- /**
1744
- * HTTP response status text.
1745
- */
1746
- statusText: string;
1747
- /**
1748
- * HTTP response headers.
1749
- */
1750
- headers: Headers;
1751
- }
1752
- interface EnableParameterType {
1753
- /**
1754
- * Buffer size in bytes to use when preserving network payloads (XHRs, etc).
1755
- * @experimental
1756
- */
1757
- maxTotalBufferSize?: number | undefined;
1758
- /**
1759
- * Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
1760
- * @experimental
1761
- */
1762
- maxResourceBufferSize?: number | undefined;
1763
- }
1764
- interface GetRequestPostDataParameterType {
1765
- /**
1766
- * Identifier of the network request to get content for.
1767
- */
1768
- requestId: RequestId;
1769
- }
1770
- interface GetResponseBodyParameterType {
1771
- /**
1772
- * Identifier of the network request to get content for.
1773
- */
1774
- requestId: RequestId;
1775
- }
1776
- interface StreamResourceContentParameterType {
1777
- /**
1778
- * Identifier of the request to stream.
1779
- */
1780
- requestId: RequestId;
1781
- }
1782
- interface LoadNetworkResourceParameterType {
1783
- /**
1784
- * URL of the resource to get content for.
1785
- */
1786
- url: string;
1787
- }
1788
- interface GetRequestPostDataReturnType {
1789
- /**
1790
- * Request body string, omitting files from multipart requests
1791
- */
1792
- postData: string;
1793
- }
1794
- interface GetResponseBodyReturnType {
1795
- /**
1796
- * Response body.
1797
- */
1798
- body: string;
1799
- /**
1800
- * True, if content was sent as base64.
1801
- */
1802
- base64Encoded: boolean;
1803
- }
1804
- interface StreamResourceContentReturnType {
1805
- /**
1806
- * Data that has been buffered until streaming is enabled.
1807
- */
1808
- bufferedData: string;
1809
- }
1810
- interface LoadNetworkResourceReturnType {
1811
- resource: LoadNetworkResourcePageResult;
1812
- }
1813
- interface RequestWillBeSentEventDataType {
1814
- /**
1815
- * Request identifier.
1816
- */
1817
- requestId: RequestId;
1818
- /**
1819
- * Request data.
1820
- */
1821
- request: Request;
1822
- /**
1823
- * Request initiator.
1824
- */
1825
- initiator: Initiator;
1826
- /**
1827
- * Timestamp.
1828
- */
1829
- timestamp: MonotonicTime;
1830
- /**
1831
- * Timestamp.
1832
- */
1833
- wallTime: TimeSinceEpoch;
1834
- }
1835
- interface ResponseReceivedEventDataType {
1836
- /**
1837
- * Request identifier.
1838
- */
1839
- requestId: RequestId;
1840
- /**
1841
- * Timestamp.
1842
- */
1843
- timestamp: MonotonicTime;
1844
- /**
1845
- * Resource type.
1846
- */
1847
- type: ResourceType;
1848
- /**
1849
- * Response data.
1850
- */
1851
- response: Response;
1852
- }
1853
- interface LoadingFailedEventDataType {
1854
- /**
1855
- * Request identifier.
1856
- */
1857
- requestId: RequestId;
1858
- /**
1859
- * Timestamp.
1860
- */
1861
- timestamp: MonotonicTime;
1862
- /**
1863
- * Resource type.
1864
- */
1865
- type: ResourceType;
1866
- /**
1867
- * Error message.
1868
- */
1869
- errorText: string;
1870
- }
1871
- interface LoadingFinishedEventDataType {
1872
- /**
1873
- * Request identifier.
1874
- */
1875
- requestId: RequestId;
1876
- /**
1877
- * Timestamp.
1878
- */
1879
- timestamp: MonotonicTime;
1880
- }
1881
- interface DataReceivedEventDataType {
1882
- /**
1883
- * Request identifier.
1884
- */
1885
- requestId: RequestId;
1886
- /**
1887
- * Timestamp.
1888
- */
1889
- timestamp: MonotonicTime;
1890
- /**
1891
- * Data chunk length.
1892
- */
1893
- dataLength: number;
1894
- /**
1895
- * Actual bytes received (might be less than dataLength for compressed encodings).
1896
- */
1897
- encodedDataLength: number;
1898
- /**
1899
- * Data that was received.
1900
- * @experimental
1901
- */
1902
- data?: string | undefined;
1903
- }
1904
- interface WebSocketCreatedEventDataType {
1905
- /**
1906
- * Request identifier.
1907
- */
1908
- requestId: RequestId;
1909
- /**
1910
- * WebSocket request URL.
1911
- */
1912
- url: string;
1913
- /**
1914
- * Request initiator.
1915
- */
1916
- initiator: Initiator;
1917
- }
1918
- interface WebSocketClosedEventDataType {
1919
- /**
1920
- * Request identifier.
1921
- */
1922
- requestId: RequestId;
1923
- /**
1924
- * Timestamp.
1925
- */
1926
- timestamp: MonotonicTime;
1927
- }
1928
- interface WebSocketHandshakeResponseReceivedEventDataType {
1929
- /**
1930
- * Request identifier.
1931
- */
1932
- requestId: RequestId;
1933
- /**
1934
- * Timestamp.
1935
- */
1936
- timestamp: MonotonicTime;
1937
- /**
1938
- * WebSocket response data.
1939
- */
1940
- response: WebSocketResponse;
1941
- }
1942
- }
1943
- namespace NodeRuntime {
1944
- interface NotifyWhenWaitingForDisconnectParameterType {
1945
- enabled: boolean;
1946
- }
1947
- }
1948
- namespace NodeTracing {
1949
- interface TraceConfig {
1950
- /**
1951
- * Controls how the trace buffer stores data.
1952
- */
1953
- recordMode?: string | undefined;
1954
- /**
1955
- * Included category filters.
1956
- */
1957
- includedCategories: string[];
1958
- }
1959
- interface StartParameterType {
1960
- traceConfig: TraceConfig;
1961
- }
1962
- interface GetCategoriesReturnType {
1963
- /**
1964
- * A list of supported tracing categories.
1965
- */
1966
- categories: string[];
1967
- }
1968
- interface DataCollectedEventDataType {
1969
- value: object[];
1970
- }
1971
- }
1972
- namespace NodeWorker {
1973
- type WorkerID = string;
1974
- /**
1975
- * Unique identifier of attached debugging session.
1976
- */
1977
- type SessionID = string;
1978
- interface WorkerInfo {
1979
- workerId: WorkerID;
1980
- type: string;
1981
- title: string;
1982
- url: string;
1983
- }
1984
- interface SendMessageToWorkerParameterType {
1985
- message: string;
1986
- /**
1987
- * Identifier of the session.
1988
- */
1989
- sessionId: SessionID;
1990
- }
1991
- interface EnableParameterType {
1992
- /**
1993
- * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
1994
- * message to run them.
1995
- */
1996
- waitForDebuggerOnStart: boolean;
1997
- }
1998
- interface DetachParameterType {
1999
- sessionId: SessionID;
2000
- }
2001
- interface AttachedToWorkerEventDataType {
2002
- /**
2003
- * Identifier assigned to the session used to send/receive messages.
2004
- */
2005
- sessionId: SessionID;
2006
- workerInfo: WorkerInfo;
2007
- waitingForDebugger: boolean;
2008
- }
2009
- interface DetachedFromWorkerEventDataType {
2010
- /**
2011
- * Detached session identifier.
2012
- */
2013
- sessionId: SessionID;
2014
- }
2015
- interface ReceivedMessageFromWorkerEventDataType {
2016
- /**
2017
- * Identifier of a session which sends a message.
2018
- */
2019
- sessionId: SessionID;
2020
- message: string;
2021
- }
2022
- }
2023
- namespace Target {
2024
- type SessionID = string;
2025
- type TargetID = string;
2026
- interface TargetInfo {
2027
- targetId: TargetID;
2028
- type: string;
2029
- title: string;
2030
- url: string;
2031
- attached: boolean;
2032
- canAccessOpener: boolean;
2033
- }
2034
- interface SetAutoAttachParameterType {
2035
- autoAttach: boolean;
2036
- waitForDebuggerOnStart: boolean;
2037
- }
2038
- interface TargetCreatedEventDataType {
2039
- targetInfo: TargetInfo;
2040
- }
2041
- interface AttachedToTargetEventDataType {
2042
- sessionId: SessionID;
2043
- targetInfo: TargetInfo;
2044
- waitingForDebugger: boolean;
2045
- }
2046
- }
2047
- namespace DOMStorage {
2048
- type SerializedStorageKey = string;
2049
- /**
2050
- * DOM Storage identifier.
2051
- */
2052
- interface StorageId {
2053
- /**
2054
- * Security origin for the storage.
2055
- */
2056
- securityOrigin?: string | undefined;
2057
- /**
2058
- * Represents a key by which DOM Storage keys its CachedStorageAreas
2059
- */
2060
- storageKey?: SerializedStorageKey | undefined;
2061
- /**
2062
- * Whether the storage is local storage (not session storage).
2063
- */
2064
- isLocalStorage: boolean;
2065
- }
2066
- /**
2067
- * DOM Storage item.
2068
- */
2069
- type Item = string[];
2070
- interface ClearParameterType {
2071
- storageId: StorageId;
2072
- }
2073
- interface GetDOMStorageItemsParameterType {
2074
- storageId: StorageId;
2075
- }
2076
- interface RemoveDOMStorageItemParameterType {
2077
- storageId: StorageId;
2078
- key: string;
2079
- }
2080
- interface SetDOMStorageItemParameterType {
2081
- storageId: StorageId;
2082
- key: string;
2083
- value: string;
2084
- }
2085
- interface GetDOMStorageItemsReturnType {
2086
- entries: Item[];
2087
- }
2088
- interface DomStorageItemAddedEventDataType {
2089
- storageId: StorageId;
2090
- key: string;
2091
- newValue: string;
2092
- }
2093
- interface DomStorageItemRemovedEventDataType {
2094
- storageId: StorageId;
2095
- key: string;
2096
- }
2097
- interface DomStorageItemUpdatedEventDataType {
2098
- storageId: StorageId;
2099
- key: string;
2100
- oldValue: string;
2101
- newValue: string;
2102
- }
2103
- interface DomStorageItemsClearedEventDataType {
2104
- storageId: StorageId;
2105
- }
2106
- }
2107
- namespace Storage {
2108
- type SerializedStorageKey = string;
2109
- interface GetStorageKeyParameterType {
2110
- frameId?: string | undefined;
2111
- }
2112
- interface GetStorageKeyReturnType {
2113
- storageKey: SerializedStorageKey;
2114
- }
2115
- }
2116
- interface Session {
2117
- /**
2118
- * Posts a message to the inspector back-end. `callback` will be notified when
2119
- * a response is received. `callback` is a function that accepts two optional
2120
- * arguments: error and message-specific result.
2121
- *
2122
- * ```js
2123
- * session.post('Runtime.evaluate', { expression: '2 + 2' },
2124
- * (error, { result }) => console.log(result));
2125
- * // Output: { type: 'number', value: 4, description: '4' }
2126
- * ```
2127
- *
2128
- * The latest version of the V8 inspector protocol is published on the
2129
- * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
2130
- *
2131
- * Node.js inspector supports all the Chrome DevTools Protocol domains declared
2132
- * by V8. Chrome DevTools Protocol domain provides an interface for interacting
2133
- * with one of the runtime agents used to inspect the application state and listen
2134
- * to the run-time events.
2135
- */
2136
- post(method: string, callback?: (err: Error | null, params?: object) => void): void;
2137
- post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void;
2138
- /**
2139
- * Returns supported domains.
2140
- */
2141
- post(method: "Schema.getDomains", callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void;
2142
- /**
2143
- * Evaluates expression on global object.
2144
- */
2145
- post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
2146
- post(method: "Runtime.evaluate", callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
2147
- /**
2148
- * Add handler to promise with given promise object id.
2149
- */
2150
- post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
2151
- post(method: "Runtime.awaitPromise", callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
2152
- /**
2153
- * Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
2154
- */
2155
- post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
2156
- post(method: "Runtime.callFunctionOn", callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
2157
- /**
2158
- * Returns properties of a given object. Object group of the result is inherited from the target object.
2159
- */
2160
- post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
2161
- post(method: "Runtime.getProperties", callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
2162
- /**
2163
- * Releases remote object with given id.
2164
- */
2165
- post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void;
2166
- post(method: "Runtime.releaseObject", callback?: (err: Error | null) => void): void;
2167
- /**
2168
- * Releases all remote objects that belong to a given group.
2169
- */
2170
- post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void;
2171
- post(method: "Runtime.releaseObjectGroup", callback?: (err: Error | null) => void): void;
2172
- /**
2173
- * Tells inspected instance to run if it was waiting for debugger to attach.
2174
- */
2175
- post(method: "Runtime.runIfWaitingForDebugger", callback?: (err: Error | null) => void): void;
2176
- /**
2177
- * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
2178
- */
2179
- post(method: "Runtime.enable", callback?: (err: Error | null) => void): void;
2180
- /**
2181
- * Disables reporting of execution contexts creation.
2182
- */
2183
- post(method: "Runtime.disable", callback?: (err: Error | null) => void): void;
2184
- /**
2185
- * Discards collected exceptions and console API calls.
2186
- */
2187
- post(method: "Runtime.discardConsoleEntries", callback?: (err: Error | null) => void): void;
2188
- /**
2189
- * @experimental
2190
- */
2191
- post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void;
2192
- post(method: "Runtime.setCustomObjectFormatterEnabled", callback?: (err: Error | null) => void): void;
2193
- /**
2194
- * Compiles expression.
2195
- */
2196
- post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
2197
- post(method: "Runtime.compileScript", callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
2198
- /**
2199
- * Runs script with given id in a given context.
2200
- */
2201
- post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
2202
- post(method: "Runtime.runScript", callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
2203
- post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
2204
- post(method: "Runtime.queryObjects", callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
2205
- /**
2206
- * Returns all let, const and class variables from global scope.
2207
- */
2208
- post(
2209
- method: "Runtime.globalLexicalScopeNames",
2210
- params?: Runtime.GlobalLexicalScopeNamesParameterType,
2211
- callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void
2212
- ): void;
2213
- post(method: "Runtime.globalLexicalScopeNames", callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void;
2214
- /**
2215
- * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
2216
- */
2217
- post(method: "Debugger.enable", callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void;
2218
- /**
2219
- * Disables debugger for given page.
2220
- */
2221
- post(method: "Debugger.disable", callback?: (err: Error | null) => void): void;
2222
- /**
2223
- * Activates / deactivates all breakpoints on the page.
2224
- */
2225
- post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void;
2226
- post(method: "Debugger.setBreakpointsActive", callback?: (err: Error | null) => void): void;
2227
- /**
2228
- * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
2229
- */
2230
- post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void;
2231
- post(method: "Debugger.setSkipAllPauses", callback?: (err: Error | null) => void): void;
2232
- /**
2233
- * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
2234
- */
2235
- post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
2236
- post(method: "Debugger.setBreakpointByUrl", callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
2237
- /**
2238
- * Sets JavaScript breakpoint at a given location.
2239
- */
2240
- post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
2241
- post(method: "Debugger.setBreakpoint", callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
2242
- /**
2243
- * Removes JavaScript breakpoint.
2244
- */
2245
- post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void;
2246
- post(method: "Debugger.removeBreakpoint", callback?: (err: Error | null) => void): void;
2247
- /**
2248
- * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
2249
- */
2250
- post(
2251
- method: "Debugger.getPossibleBreakpoints",
2252
- params?: Debugger.GetPossibleBreakpointsParameterType,
2253
- callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void
2254
- ): void;
2255
- post(method: "Debugger.getPossibleBreakpoints", callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void;
2256
- /**
2257
- * Continues execution until specific location is reached.
2258
- */
2259
- post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void;
2260
- post(method: "Debugger.continueToLocation", callback?: (err: Error | null) => void): void;
2261
- /**
2262
- * @experimental
2263
- */
2264
- post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void;
2265
- post(method: "Debugger.pauseOnAsyncCall", callback?: (err: Error | null) => void): void;
2266
- /**
2267
- * Steps over the statement.
2268
- */
2269
- post(method: "Debugger.stepOver", callback?: (err: Error | null) => void): void;
2270
- /**
2271
- * Steps into the function call.
2272
- */
2273
- post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void;
2274
- post(method: "Debugger.stepInto", callback?: (err: Error | null) => void): void;
2275
- /**
2276
- * Steps out of the function call.
2277
- */
2278
- post(method: "Debugger.stepOut", callback?: (err: Error | null) => void): void;
2279
- /**
2280
- * Stops on the next JavaScript statement.
2281
- */
2282
- post(method: "Debugger.pause", callback?: (err: Error | null) => void): void;
2283
- /**
2284
- * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
2285
- * @experimental
2286
- */
2287
- post(method: "Debugger.scheduleStepIntoAsync", callback?: (err: Error | null) => void): void;
2288
- /**
2289
- * Resumes JavaScript execution.
2290
- */
2291
- post(method: "Debugger.resume", callback?: (err: Error | null) => void): void;
2292
- /**
2293
- * Returns stack trace with given <code>stackTraceId</code>.
2294
- * @experimental
2295
- */
2296
- post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
2297
- post(method: "Debugger.getStackTrace", callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
2298
- /**
2299
- * Searches for given string in script content.
2300
- */
2301
- post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
2302
- post(method: "Debugger.searchInContent", callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
2303
- /**
2304
- * Edits JavaScript source live.
2305
- */
2306
- post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
2307
- post(method: "Debugger.setScriptSource", callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
2308
- /**
2309
- * Restarts particular call frame from the beginning.
2310
- */
2311
- post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
2312
- post(method: "Debugger.restartFrame", callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
2313
- /**
2314
- * Returns source for the script with given id.
2315
- */
2316
- post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
2317
- post(method: "Debugger.getScriptSource", callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
2318
- /**
2319
- * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
2320
- */
2321
- post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void;
2322
- post(method: "Debugger.setPauseOnExceptions", callback?: (err: Error | null) => void): void;
2323
- /**
2324
- * Evaluates expression on a given call frame.
2325
- */
2326
- post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
2327
- post(method: "Debugger.evaluateOnCallFrame", callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
2328
- /**
2329
- * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
2330
- */
2331
- post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void;
2332
- post(method: "Debugger.setVariableValue", callback?: (err: Error | null) => void): void;
2333
- /**
2334
- * Changes return value in top frame. Available only at return break position.
2335
- * @experimental
2336
- */
2337
- post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void;
2338
- post(method: "Debugger.setReturnValue", callback?: (err: Error | null) => void): void;
2339
- /**
2340
- * Enables or disables async call stacks tracking.
2341
- */
2342
- post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void;
2343
- post(method: "Debugger.setAsyncCallStackDepth", callback?: (err: Error | null) => void): void;
2344
- /**
2345
- * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
2346
- * @experimental
2347
- */
2348
- post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void;
2349
- post(method: "Debugger.setBlackboxPatterns", callback?: (err: Error | null) => void): void;
2350
- /**
2351
- * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
2352
- * @experimental
2353
- */
2354
- post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void;
2355
- post(method: "Debugger.setBlackboxedRanges", callback?: (err: Error | null) => void): void;
2356
- /**
2357
- * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
2358
- */
2359
- post(method: "Console.enable", callback?: (err: Error | null) => void): void;
2360
- /**
2361
- * Disables console domain, prevents further console messages from being reported to the client.
2362
- */
2363
- post(method: "Console.disable", callback?: (err: Error | null) => void): void;
2364
- /**
2365
- * Does nothing.
2366
- */
2367
- post(method: "Console.clearMessages", callback?: (err: Error | null) => void): void;
2368
- post(method: "Profiler.enable", callback?: (err: Error | null) => void): void;
2369
- post(method: "Profiler.disable", callback?: (err: Error | null) => void): void;
2370
- /**
2371
- * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
2372
- */
2373
- post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void;
2374
- post(method: "Profiler.setSamplingInterval", callback?: (err: Error | null) => void): void;
2375
- post(method: "Profiler.start", callback?: (err: Error | null) => void): void;
2376
- post(method: "Profiler.stop", callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void;
2377
- /**
2378
- * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
2379
- */
2380
- post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void;
2381
- post(method: "Profiler.startPreciseCoverage", callback?: (err: Error | null) => void): void;
2382
- /**
2383
- * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
2384
- */
2385
- post(method: "Profiler.stopPreciseCoverage", callback?: (err: Error | null) => void): void;
2386
- /**
2387
- * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
2388
- */
2389
- post(method: "Profiler.takePreciseCoverage", callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void;
2390
- /**
2391
- * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
2392
- */
2393
- post(method: "Profiler.getBestEffortCoverage", callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void;
2394
- post(method: "HeapProfiler.enable", callback?: (err: Error | null) => void): void;
2395
- post(method: "HeapProfiler.disable", callback?: (err: Error | null) => void): void;
2396
- post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
2397
- post(method: "HeapProfiler.startTrackingHeapObjects", callback?: (err: Error | null) => void): void;
2398
- post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
2399
- post(method: "HeapProfiler.stopTrackingHeapObjects", callback?: (err: Error | null) => void): void;
2400
- post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void;
2401
- post(method: "HeapProfiler.takeHeapSnapshot", callback?: (err: Error | null) => void): void;
2402
- post(method: "HeapProfiler.collectGarbage", callback?: (err: Error | null) => void): void;
2403
- post(
2404
- method: "HeapProfiler.getObjectByHeapObjectId",
2405
- params?: HeapProfiler.GetObjectByHeapObjectIdParameterType,
2406
- callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void
2407
- ): void;
2408
- post(method: "HeapProfiler.getObjectByHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void;
2409
- /**
2410
- * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
2411
- */
2412
- post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void;
2413
- post(method: "HeapProfiler.addInspectedHeapObject", callback?: (err: Error | null) => void): void;
2414
- post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
2415
- post(method: "HeapProfiler.getHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
2416
- post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void;
2417
- post(method: "HeapProfiler.startSampling", callback?: (err: Error | null) => void): void;
2418
- post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
2419
- post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
2420
- /**
2421
- * Read a chunk of the stream
2422
- */
2423
- post(method: "IO.read", params?: IO.ReadParameterType, callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
2424
- post(method: "IO.read", callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
2425
- post(method: "IO.close", params?: IO.CloseParameterType, callback?: (err: Error | null) => void): void;
2426
- post(method: "IO.close", callback?: (err: Error | null) => void): void;
2427
- /**
2428
- * Disables network tracking, prevents network events from being sent to the client.
2429
- */
2430
- post(method: "Network.disable", callback?: (err: Error | null) => void): void;
2431
- /**
2432
- * Enables network tracking, network events will now be delivered to the client.
2433
- */
2434
- post(method: "Network.enable", params?: Network.EnableParameterType, callback?: (err: Error | null) => void): void;
2435
- post(method: "Network.enable", callback?: (err: Error | null) => void): void;
2436
- /**
2437
- * Returns post data sent with the request. Returns an error when no data was sent with the request.
2438
- */
2439
- post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType, callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
2440
- post(method: "Network.getRequestPostData", callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
2441
- /**
2442
- * Returns content served for the given request.
2443
- */
2444
- post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType, callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
2445
- post(method: "Network.getResponseBody", callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
2446
- /**
2447
- * Enables streaming of the response for the given requestId.
2448
- * If enabled, the dataReceived event contains the data that was received during streaming.
2449
- * @experimental
2450
- */
2451
- post(
2452
- method: "Network.streamResourceContent",
2453
- params?: Network.StreamResourceContentParameterType,
2454
- callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void
2455
- ): void;
2456
- post(method: "Network.streamResourceContent", callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void): void;
2457
- /**
2458
- * Fetches the resource and returns the content.
2459
- */
2460
- post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType, callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
2461
- post(method: "Network.loadNetworkResource", callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
2462
- /**
2463
- * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
2464
- */
2465
- post(method: "NodeRuntime.enable", callback?: (err: Error | null) => void): void;
2466
- /**
2467
- * Disable NodeRuntime events
2468
- */
2469
- post(method: "NodeRuntime.disable", callback?: (err: Error | null) => void): void;
2470
- /**
2471
- * Enable the `NodeRuntime.waitingForDisconnect`.
2472
- */
2473
- post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
2474
- post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void;
2475
- /**
2476
- * Gets supported tracing categories.
2477
- */
2478
- post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
2479
- /**
2480
- * Start trace events collection.
2481
- */
2482
- post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
2483
- post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void;
2484
- /**
2485
- * Stop trace events collection. Remaining collected events will be sent as a sequence of
2486
- * dataCollected events followed by tracingComplete event.
2487
- */
2488
- post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void;
2489
- /**
2490
- * Sends protocol message over session with given id.
2491
- */
2492
- post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
2493
- post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void;
2494
- /**
2495
- * Instructs the inspector to attach to running workers. Will also attach to new workers
2496
- * as they start
2497
- */
2498
- post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
2499
- post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void;
2500
- /**
2501
- * Detaches from all running workers and disables attaching to new workers as they are started.
2502
- */
2503
- post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void;
2504
- /**
2505
- * Detached from the worker with given sessionId.
2506
- */
2507
- post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
2508
- post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void;
2509
- post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType, callback?: (err: Error | null) => void): void;
2510
- post(method: "Target.setAutoAttach", callback?: (err: Error | null) => void): void;
2511
- post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType, callback?: (err: Error | null) => void): void;
2512
- post(method: "DOMStorage.clear", callback?: (err: Error | null) => void): void;
2513
- /**
2514
- * Disables storage tracking, prevents storage events from being sent to the client.
2515
- */
2516
- post(method: "DOMStorage.disable", callback?: (err: Error | null) => void): void;
2517
- /**
2518
- * Enables storage tracking, storage events will now be delivered to the client.
2519
- */
2520
- post(method: "DOMStorage.enable", callback?: (err: Error | null) => void): void;
2521
- post(
2522
- method: "DOMStorage.getDOMStorageItems",
2523
- params?: DOMStorage.GetDOMStorageItemsParameterType,
2524
- callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void
2525
- ): void;
2526
- post(method: "DOMStorage.getDOMStorageItems", callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void): void;
2527
- post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
2528
- post(method: "DOMStorage.removeDOMStorageItem", callback?: (err: Error | null) => void): void;
2529
- post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
2530
- post(method: "DOMStorage.setDOMStorageItem", callback?: (err: Error | null) => void): void;
2531
- /**
2532
- * @experimental
2533
- */
2534
- post(method: "Storage.getStorageKey", params?: Storage.GetStorageKeyParameterType, callback?: (err: Error | null, params: Storage.GetStorageKeyReturnType) => void): void;
2535
- post(method: "Storage.getStorageKey", callback?: (err: Error | null, params: Storage.GetStorageKeyReturnType) => void): void;
2536
- addListener(event: string, listener: (...args: any[]) => void): this;
2537
- /**
2538
- * Emitted when any notification from the V8 Inspector is received.
2539
- */
2540
- addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2541
- /**
2542
- * Issued when new execution context is created.
2543
- */
2544
- addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2545
- /**
2546
- * Issued when execution context is destroyed.
2547
- */
2548
- addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2549
- /**
2550
- * Issued when all executionContexts were cleared in browser
2551
- */
2552
- addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
2553
- /**
2554
- * Issued when exception was thrown and unhandled.
2555
- */
2556
- addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2557
- /**
2558
- * Issued when unhandled exception was revoked.
2559
- */
2560
- addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2561
- /**
2562
- * Issued when console API was called.
2563
- */
2564
- addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2565
- /**
2566
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2567
- */
2568
- addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2569
- /**
2570
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2571
- */
2572
- addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2573
- /**
2574
- * Fired when virtual machine fails to parse the script.
2575
- */
2576
- addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2577
- /**
2578
- * Fired when breakpoint is resolved to an actual script and location.
2579
- */
2580
- addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2581
- /**
2582
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2583
- */
2584
- addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2585
- /**
2586
- * Fired when the virtual machine resumed execution.
2587
- */
2588
- addListener(event: "Debugger.resumed", listener: () => void): this;
2589
- /**
2590
- * Issued when new console message is added.
2591
- */
2592
- addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2593
- /**
2594
- * Sent when new profile recording is started using console.profile() call.
2595
- */
2596
- addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2597
- addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2598
- addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2599
- addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2600
- addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2601
- /**
2602
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2603
- */
2604
- addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2605
- /**
2606
- * If heap objects tracking has been started then backend may send update for one or more fragments
2607
- */
2608
- addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2609
- /**
2610
- * Fired when page is about to send HTTP request.
2611
- */
2612
- addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2613
- /**
2614
- * Fired when HTTP response is available.
2615
- */
2616
- addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2617
- addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2618
- addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2619
- /**
2620
- * Fired when data chunk was received over the network.
2621
- */
2622
- addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2623
- /**
2624
- * Fired upon WebSocket creation.
2625
- */
2626
- addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2627
- /**
2628
- * Fired when WebSocket is closed.
2629
- */
2630
- addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2631
- /**
2632
- * Fired when WebSocket handshake response becomes available.
2633
- */
2634
- addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2635
- /**
2636
- * This event is fired instead of `Runtime.executionContextDestroyed` when
2637
- * enabled.
2638
- * It is fired when the Node process finished all code execution and is
2639
- * waiting for all frontends to disconnect.
2640
- */
2641
- addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2642
- /**
2643
- * This event is fired when the runtime is waiting for the debugger. For
2644
- * example, when inspector.waitingForDebugger is called
2645
- */
2646
- addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2647
- /**
2648
- * Contains an bucket of collected trace events.
2649
- */
2650
- addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2651
- /**
2652
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2653
- * delivered via dataCollected events.
2654
- */
2655
- addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
2656
- /**
2657
- * Issued when attached to a worker.
2658
- */
2659
- addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2660
- /**
2661
- * Issued when detached from the worker.
2662
- */
2663
- addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2664
- /**
2665
- * Notifies about a new protocol message received from the session
2666
- * (session ID is provided in attachedToWorker notification).
2667
- */
2668
- addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2669
- addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2670
- addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2671
- addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
2672
- addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
2673
- addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
2674
- addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
2675
- emit(event: string | symbol, ...args: any[]): boolean;
2676
- emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
2677
- emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
2678
- emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
2679
- emit(event: "Runtime.executionContextsCleared"): boolean;
2680
- emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
2681
- emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
2682
- emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
2683
- emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
2684
- emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
2685
- emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
2686
- emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
2687
- emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
2688
- emit(event: "Debugger.resumed"): boolean;
2689
- emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
2690
- emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
2691
- emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
2692
- emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
2693
- emit(event: "HeapProfiler.resetProfiles"): boolean;
2694
- emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
2695
- emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
2696
- emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
2697
- emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
2698
- emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
2699
- emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
2700
- emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
2701
- emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
2702
- emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
2703
- emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
2704
- emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
2705
- emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
2706
- emit(event: "NodeRuntime.waitingForDebugger"): boolean;
2707
- emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
2708
- emit(event: "NodeTracing.tracingComplete"): boolean;
2709
- emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
2710
- emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
2711
- emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
2712
- emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
2713
- emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
2714
- emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
2715
- emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
2716
- emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
2717
- emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
2718
- on(event: string, listener: (...args: any[]) => void): this;
2719
- /**
2720
- * Emitted when any notification from the V8 Inspector is received.
2721
- */
2722
- on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2723
- /**
2724
- * Issued when new execution context is created.
2725
- */
2726
- on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2727
- /**
2728
- * Issued when execution context is destroyed.
2729
- */
2730
- on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2731
- /**
2732
- * Issued when all executionContexts were cleared in browser
2733
- */
2734
- on(event: "Runtime.executionContextsCleared", listener: () => void): this;
2735
- /**
2736
- * Issued when exception was thrown and unhandled.
2737
- */
2738
- on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2739
- /**
2740
- * Issued when unhandled exception was revoked.
2741
- */
2742
- on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2743
- /**
2744
- * Issued when console API was called.
2745
- */
2746
- on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2747
- /**
2748
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2749
- */
2750
- on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2751
- /**
2752
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2753
- */
2754
- on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2755
- /**
2756
- * Fired when virtual machine fails to parse the script.
2757
- */
2758
- on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2759
- /**
2760
- * Fired when breakpoint is resolved to an actual script and location.
2761
- */
2762
- on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2763
- /**
2764
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2765
- */
2766
- on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2767
- /**
2768
- * Fired when the virtual machine resumed execution.
2769
- */
2770
- on(event: "Debugger.resumed", listener: () => void): this;
2771
- /**
2772
- * Issued when new console message is added.
2773
- */
2774
- on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2775
- /**
2776
- * Sent when new profile recording is started using console.profile() call.
2777
- */
2778
- on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2779
- on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2780
- on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2781
- on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2782
- on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2783
- /**
2784
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2785
- */
2786
- on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2787
- /**
2788
- * If heap objects tracking has been started then backend may send update for one or more fragments
2789
- */
2790
- on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2791
- /**
2792
- * Fired when page is about to send HTTP request.
2793
- */
2794
- on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2795
- /**
2796
- * Fired when HTTP response is available.
2797
- */
2798
- on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2799
- on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2800
- on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2801
- /**
2802
- * Fired when data chunk was received over the network.
2803
- */
2804
- on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2805
- /**
2806
- * Fired upon WebSocket creation.
2807
- */
2808
- on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2809
- /**
2810
- * Fired when WebSocket is closed.
2811
- */
2812
- on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2813
- /**
2814
- * Fired when WebSocket handshake response becomes available.
2815
- */
2816
- on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2817
- /**
2818
- * This event is fired instead of `Runtime.executionContextDestroyed` when
2819
- * enabled.
2820
- * It is fired when the Node process finished all code execution and is
2821
- * waiting for all frontends to disconnect.
2822
- */
2823
- on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2824
- /**
2825
- * This event is fired when the runtime is waiting for the debugger. For
2826
- * example, when inspector.waitingForDebugger is called
2827
- */
2828
- on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2829
- /**
2830
- * Contains an bucket of collected trace events.
2831
- */
2832
- on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2833
- /**
2834
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2835
- * delivered via dataCollected events.
2836
- */
2837
- on(event: "NodeTracing.tracingComplete", listener: () => void): this;
2838
- /**
2839
- * Issued when attached to a worker.
2840
- */
2841
- on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2842
- /**
2843
- * Issued when detached from the worker.
2844
- */
2845
- on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2846
- /**
2847
- * Notifies about a new protocol message received from the session
2848
- * (session ID is provided in attachedToWorker notification).
2849
- */
2850
- on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2851
- on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2852
- on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2853
- on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
2854
- on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
2855
- on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
2856
- on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
2857
- once(event: string, listener: (...args: any[]) => void): this;
2858
- /**
2859
- * Emitted when any notification from the V8 Inspector is received.
2860
- */
2861
- once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
2862
- /**
2863
- * Issued when new execution context is created.
2864
- */
2865
- once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
2866
- /**
2867
- * Issued when execution context is destroyed.
2868
- */
2869
- once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
2870
- /**
2871
- * Issued when all executionContexts were cleared in browser
2872
- */
2873
- once(event: "Runtime.executionContextsCleared", listener: () => void): this;
2874
- /**
2875
- * Issued when exception was thrown and unhandled.
2876
- */
2877
- once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
2878
- /**
2879
- * Issued when unhandled exception was revoked.
2880
- */
2881
- once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
2882
- /**
2883
- * Issued when console API was called.
2884
- */
2885
- once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
2886
- /**
2887
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
2888
- */
2889
- once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
2890
- /**
2891
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
2892
- */
2893
- once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
2894
- /**
2895
- * Fired when virtual machine fails to parse the script.
2896
- */
2897
- once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
2898
- /**
2899
- * Fired when breakpoint is resolved to an actual script and location.
2900
- */
2901
- once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
2902
- /**
2903
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
2904
- */
2905
- once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
2906
- /**
2907
- * Fired when the virtual machine resumed execution.
2908
- */
2909
- once(event: "Debugger.resumed", listener: () => void): this;
2910
- /**
2911
- * Issued when new console message is added.
2912
- */
2913
- once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
2914
- /**
2915
- * Sent when new profile recording is started using console.profile() call.
2916
- */
2917
- once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
2918
- once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
2919
- once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
2920
- once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
2921
- once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
2922
- /**
2923
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
2924
- */
2925
- once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
2926
- /**
2927
- * If heap objects tracking has been started then backend may send update for one or more fragments
2928
- */
2929
- once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
2930
- /**
2931
- * Fired when page is about to send HTTP request.
2932
- */
2933
- once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
2934
- /**
2935
- * Fired when HTTP response is available.
2936
- */
2937
- once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
2938
- once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
2939
- once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
2940
- /**
2941
- * Fired when data chunk was received over the network.
2942
- */
2943
- once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
2944
- /**
2945
- * Fired upon WebSocket creation.
2946
- */
2947
- once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
2948
- /**
2949
- * Fired when WebSocket is closed.
2950
- */
2951
- once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
2952
- /**
2953
- * Fired when WebSocket handshake response becomes available.
2954
- */
2955
- once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
2956
- /**
2957
- * This event is fired instead of `Runtime.executionContextDestroyed` when
2958
- * enabled.
2959
- * It is fired when the Node process finished all code execution and is
2960
- * waiting for all frontends to disconnect.
2961
- */
2962
- once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
2963
- /**
2964
- * This event is fired when the runtime is waiting for the debugger. For
2965
- * example, when inspector.waitingForDebugger is called
2966
- */
2967
- once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
2968
- /**
2969
- * Contains an bucket of collected trace events.
2970
- */
2971
- once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
2972
- /**
2973
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
2974
- * delivered via dataCollected events.
2975
- */
2976
- once(event: "NodeTracing.tracingComplete", listener: () => void): this;
2977
- /**
2978
- * Issued when attached to a worker.
2979
- */
2980
- once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
2981
- /**
2982
- * Issued when detached from the worker.
2983
- */
2984
- once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
2985
- /**
2986
- * Notifies about a new protocol message received from the session
2987
- * (session ID is provided in attachedToWorker notification).
2988
- */
2989
- once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
2990
- once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
2991
- once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
2992
- once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
2993
- once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
2994
- once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
2995
- once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
2996
- prependListener(event: string, listener: (...args: any[]) => void): this;
2997
- /**
2998
- * Emitted when any notification from the V8 Inspector is received.
2999
- */
3000
- prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3001
- /**
3002
- * Issued when new execution context is created.
3003
- */
3004
- prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3005
- /**
3006
- * Issued when execution context is destroyed.
3007
- */
3008
- prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3009
- /**
3010
- * Issued when all executionContexts were cleared in browser
3011
- */
3012
- prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3013
- /**
3014
- * Issued when exception was thrown and unhandled.
3015
- */
3016
- prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3017
- /**
3018
- * Issued when unhandled exception was revoked.
3019
- */
3020
- prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3021
- /**
3022
- * Issued when console API was called.
3023
- */
3024
- prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3025
- /**
3026
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3027
- */
3028
- prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3029
- /**
3030
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3031
- */
3032
- prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3033
- /**
3034
- * Fired when virtual machine fails to parse the script.
3035
- */
3036
- prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3037
- /**
3038
- * Fired when breakpoint is resolved to an actual script and location.
3039
- */
3040
- prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3041
- /**
3042
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3043
- */
3044
- prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3045
- /**
3046
- * Fired when the virtual machine resumed execution.
3047
- */
3048
- prependListener(event: "Debugger.resumed", listener: () => void): this;
3049
- /**
3050
- * Issued when new console message is added.
3051
- */
3052
- prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3053
- /**
3054
- * Sent when new profile recording is started using console.profile() call.
3055
- */
3056
- prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3057
- prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3058
- prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3059
- prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3060
- prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3061
- /**
3062
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3063
- */
3064
- prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3065
- /**
3066
- * If heap objects tracking has been started then backend may send update for one or more fragments
3067
- */
3068
- prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3069
- /**
3070
- * Fired when page is about to send HTTP request.
3071
- */
3072
- prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3073
- /**
3074
- * Fired when HTTP response is available.
3075
- */
3076
- prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3077
- prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3078
- prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3079
- /**
3080
- * Fired when data chunk was received over the network.
3081
- */
3082
- prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3083
- /**
3084
- * Fired upon WebSocket creation.
3085
- */
3086
- prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3087
- /**
3088
- * Fired when WebSocket is closed.
3089
- */
3090
- prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3091
- /**
3092
- * Fired when WebSocket handshake response becomes available.
3093
- */
3094
- prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3095
- /**
3096
- * This event is fired instead of `Runtime.executionContextDestroyed` when
3097
- * enabled.
3098
- * It is fired when the Node process finished all code execution and is
3099
- * waiting for all frontends to disconnect.
3100
- */
3101
- prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3102
- /**
3103
- * This event is fired when the runtime is waiting for the debugger. For
3104
- * example, when inspector.waitingForDebugger is called
3105
- */
3106
- prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3107
- /**
3108
- * Contains an bucket of collected trace events.
3109
- */
3110
- prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3111
- /**
3112
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3113
- * delivered via dataCollected events.
3114
- */
3115
- prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
3116
- /**
3117
- * Issued when attached to a worker.
3118
- */
3119
- prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3120
- /**
3121
- * Issued when detached from the worker.
3122
- */
3123
- prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3124
- /**
3125
- * Notifies about a new protocol message received from the session
3126
- * (session ID is provided in attachedToWorker notification).
3127
- */
3128
- prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3129
- prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3130
- prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3131
- prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
3132
- prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
3133
- prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
3134
- prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
3135
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
3136
- /**
3137
- * Emitted when any notification from the V8 Inspector is received.
3138
- */
3139
- prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3140
- /**
3141
- * Issued when new execution context is created.
3142
- */
3143
- prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3144
- /**
3145
- * Issued when execution context is destroyed.
3146
- */
3147
- prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3148
- /**
3149
- * Issued when all executionContexts were cleared in browser
3150
- */
3151
- prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3152
- /**
3153
- * Issued when exception was thrown and unhandled.
3154
- */
3155
- prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3156
- /**
3157
- * Issued when unhandled exception was revoked.
3158
- */
3159
- prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3160
- /**
3161
- * Issued when console API was called.
3162
- */
3163
- prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3164
- /**
3165
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3166
- */
3167
- prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3168
- /**
3169
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3170
- */
3171
- prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3172
- /**
3173
- * Fired when virtual machine fails to parse the script.
3174
- */
3175
- prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3176
- /**
3177
- * Fired when breakpoint is resolved to an actual script and location.
3178
- */
3179
- prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3180
- /**
3181
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3182
- */
3183
- prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3184
- /**
3185
- * Fired when the virtual machine resumed execution.
3186
- */
3187
- prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
3188
- /**
3189
- * Issued when new console message is added.
3190
- */
3191
- prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3192
- /**
3193
- * Sent when new profile recording is started using console.profile() call.
3194
- */
3195
- prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3196
- prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3197
- prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3198
- prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3199
- prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3200
- /**
3201
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3202
- */
3203
- prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3204
- /**
3205
- * If heap objects tracking has been started then backend may send update for one or more fragments
3206
- */
3207
- prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3208
- /**
3209
- * Fired when page is about to send HTTP request.
3210
- */
3211
- prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3212
- /**
3213
- * Fired when HTTP response is available.
3214
- */
3215
- prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3216
- prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3217
- prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3218
- /**
3219
- * Fired when data chunk was received over the network.
3220
- */
3221
- prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3222
- /**
3223
- * Fired upon WebSocket creation.
3224
- */
3225
- prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3226
- /**
3227
- * Fired when WebSocket is closed.
3228
- */
3229
- prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3230
- /**
3231
- * Fired when WebSocket handshake response becomes available.
3232
- */
3233
- prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3234
- /**
3235
- * This event is fired instead of `Runtime.executionContextDestroyed` when
3236
- * enabled.
3237
- * It is fired when the Node process finished all code execution and is
3238
- * waiting for all frontends to disconnect.
3239
- */
3240
- prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3241
- /**
3242
- * This event is fired when the runtime is waiting for the debugger. For
3243
- * example, when inspector.waitingForDebugger is called
3244
- */
3245
- prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3246
- /**
3247
- * Contains an bucket of collected trace events.
3248
- */
3249
- prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3250
- /**
3251
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3252
- * delivered via dataCollected events.
3253
- */
3254
- prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
3255
- /**
3256
- * Issued when attached to a worker.
3257
- */
3258
- prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3259
- /**
3260
- * Issued when detached from the worker.
3261
- */
3262
- prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3263
- /**
3264
- * Notifies about a new protocol message received from the session
3265
- * (session ID is provided in attachedToWorker notification).
3266
- */
3267
- prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3268
- prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3269
- prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3270
- prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
3271
- prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
3272
- prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
3273
- prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
3274
- }
3275
- }
3276
- declare module "node:inspector/promises" {
3277
- export {
3278
- Schema,
3279
- Runtime,
3280
- Debugger,
3281
- Console,
3282
- Profiler,
3283
- HeapProfiler,
3284
- IO,
3285
- Network,
3286
- NodeRuntime,
3287
- NodeTracing,
3288
- NodeWorker,
3289
- Target,
3290
- DOMStorage,
3291
- Storage,
3292
- } from 'inspector';
3293
- }
3294
- declare module "node:inspector/promises" {
3295
- import {
3296
- InspectorNotification,
3297
- Schema,
3298
- Runtime,
3299
- Debugger,
3300
- Console,
3301
- Profiler,
3302
- HeapProfiler,
3303
- IO,
3304
- Network,
3305
- NodeRuntime,
3306
- NodeTracing,
3307
- NodeWorker,
3308
- Target,
3309
- DOMStorage,
3310
- Storage,
3311
- } from "inspector";
3312
- /**
3313
- * The `inspector.Session` is used for dispatching messages to the V8 inspector
3314
- * back-end and receiving message responses and notifications.
3315
- * @since v19.0.0
3316
- */
3317
- interface Session {
3318
- /**
3319
- * Posts a message to the inspector back-end.
3320
- *
3321
- * ```js
3322
- * import { Session } from 'node:inspector/promises';
3323
- * try {
3324
- * const session = new Session();
3325
- * session.connect();
3326
- * const result = await session.post('Runtime.evaluate', { expression: '2 + 2' });
3327
- * console.log(result);
3328
- * } catch (error) {
3329
- * console.error(error);
3330
- * }
3331
- * // Output: { result: { type: 'number', value: 4, description: '4' } }
3332
- * ```
3333
- *
3334
- * The latest version of the V8 inspector protocol is published on the
3335
- * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
3336
- *
3337
- * Node.js inspector supports all the Chrome DevTools Protocol domains declared
3338
- * by V8. Chrome DevTools Protocol domain provides an interface for interacting
3339
- * with one of the runtime agents used to inspect the application state and listen
3340
- * to the run-time events.
3341
- */
3342
- post(method: string, params?: object): Promise<void>;
3343
- /**
3344
- * Returns supported domains.
3345
- */
3346
- post(method: "Schema.getDomains"): Promise<Schema.GetDomainsReturnType>;
3347
- /**
3348
- * Evaluates expression on global object.
3349
- */
3350
- post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType): Promise<Runtime.EvaluateReturnType>;
3351
- /**
3352
- * Add handler to promise with given promise object id.
3353
- */
3354
- post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType): Promise<Runtime.AwaitPromiseReturnType>;
3355
- /**
3356
- * Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
3357
- */
3358
- post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType): Promise<Runtime.CallFunctionOnReturnType>;
3359
- /**
3360
- * Returns properties of a given object. Object group of the result is inherited from the target object.
3361
- */
3362
- post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType): Promise<Runtime.GetPropertiesReturnType>;
3363
- /**
3364
- * Releases remote object with given id.
3365
- */
3366
- post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType): Promise<void>;
3367
- /**
3368
- * Releases all remote objects that belong to a given group.
3369
- */
3370
- post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType): Promise<void>;
3371
- /**
3372
- * Tells inspected instance to run if it was waiting for debugger to attach.
3373
- */
3374
- post(method: "Runtime.runIfWaitingForDebugger"): Promise<void>;
3375
- /**
3376
- * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
3377
- */
3378
- post(method: "Runtime.enable"): Promise<void>;
3379
- /**
3380
- * Disables reporting of execution contexts creation.
3381
- */
3382
- post(method: "Runtime.disable"): Promise<void>;
3383
- /**
3384
- * Discards collected exceptions and console API calls.
3385
- */
3386
- post(method: "Runtime.discardConsoleEntries"): Promise<void>;
3387
- /**
3388
- * @experimental
3389
- */
3390
- post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise<void>;
3391
- /**
3392
- * Compiles expression.
3393
- */
3394
- post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType): Promise<Runtime.CompileScriptReturnType>;
3395
- /**
3396
- * Runs script with given id in a given context.
3397
- */
3398
- post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType): Promise<Runtime.RunScriptReturnType>;
3399
- post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType): Promise<Runtime.QueryObjectsReturnType>;
3400
- /**
3401
- * Returns all let, const and class variables from global scope.
3402
- */
3403
- post(method: "Runtime.globalLexicalScopeNames", params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise<Runtime.GlobalLexicalScopeNamesReturnType>;
3404
- /**
3405
- * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
3406
- */
3407
- post(method: "Debugger.enable"): Promise<Debugger.EnableReturnType>;
3408
- /**
3409
- * Disables debugger for given page.
3410
- */
3411
- post(method: "Debugger.disable"): Promise<void>;
3412
- /**
3413
- * Activates / deactivates all breakpoints on the page.
3414
- */
3415
- post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType): Promise<void>;
3416
- /**
3417
- * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
3418
- */
3419
- post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType): Promise<void>;
3420
- /**
3421
- * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
3422
- */
3423
- post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType): Promise<Debugger.SetBreakpointByUrlReturnType>;
3424
- /**
3425
- * Sets JavaScript breakpoint at a given location.
3426
- */
3427
- post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType): Promise<Debugger.SetBreakpointReturnType>;
3428
- /**
3429
- * Removes JavaScript breakpoint.
3430
- */
3431
- post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType): Promise<void>;
3432
- /**
3433
- * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
3434
- */
3435
- post(method: "Debugger.getPossibleBreakpoints", params?: Debugger.GetPossibleBreakpointsParameterType): Promise<Debugger.GetPossibleBreakpointsReturnType>;
3436
- /**
3437
- * Continues execution until specific location is reached.
3438
- */
3439
- post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType): Promise<void>;
3440
- /**
3441
- * @experimental
3442
- */
3443
- post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType): Promise<void>;
3444
- /**
3445
- * Steps over the statement.
3446
- */
3447
- post(method: "Debugger.stepOver"): Promise<void>;
3448
- /**
3449
- * Steps into the function call.
3450
- */
3451
- post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType): Promise<void>;
3452
- /**
3453
- * Steps out of the function call.
3454
- */
3455
- post(method: "Debugger.stepOut"): Promise<void>;
3456
- /**
3457
- * Stops on the next JavaScript statement.
3458
- */
3459
- post(method: "Debugger.pause"): Promise<void>;
3460
- /**
3461
- * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
3462
- * @experimental
3463
- */
3464
- post(method: "Debugger.scheduleStepIntoAsync"): Promise<void>;
3465
- /**
3466
- * Resumes JavaScript execution.
3467
- */
3468
- post(method: "Debugger.resume"): Promise<void>;
3469
- /**
3470
- * Returns stack trace with given <code>stackTraceId</code>.
3471
- * @experimental
3472
- */
3473
- post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType): Promise<Debugger.GetStackTraceReturnType>;
3474
- /**
3475
- * Searches for given string in script content.
3476
- */
3477
- post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType): Promise<Debugger.SearchInContentReturnType>;
3478
- /**
3479
- * Edits JavaScript source live.
3480
- */
3481
- post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType): Promise<Debugger.SetScriptSourceReturnType>;
3482
- /**
3483
- * Restarts particular call frame from the beginning.
3484
- */
3485
- post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType): Promise<Debugger.RestartFrameReturnType>;
3486
- /**
3487
- * Returns source for the script with given id.
3488
- */
3489
- post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType): Promise<Debugger.GetScriptSourceReturnType>;
3490
- /**
3491
- * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
3492
- */
3493
- post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType): Promise<void>;
3494
- /**
3495
- * Evaluates expression on a given call frame.
3496
- */
3497
- post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType): Promise<Debugger.EvaluateOnCallFrameReturnType>;
3498
- /**
3499
- * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
3500
- */
3501
- post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType): Promise<void>;
3502
- /**
3503
- * Changes return value in top frame. Available only at return break position.
3504
- * @experimental
3505
- */
3506
- post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType): Promise<void>;
3507
- /**
3508
- * Enables or disables async call stacks tracking.
3509
- */
3510
- post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType): Promise<void>;
3511
- /**
3512
- * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
3513
- * @experimental
3514
- */
3515
- post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType): Promise<void>;
3516
- /**
3517
- * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
3518
- * @experimental
3519
- */
3520
- post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType): Promise<void>;
3521
- /**
3522
- * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
3523
- */
3524
- post(method: "Console.enable"): Promise<void>;
3525
- /**
3526
- * Disables console domain, prevents further console messages from being reported to the client.
3527
- */
3528
- post(method: "Console.disable"): Promise<void>;
3529
- /**
3530
- * Does nothing.
3531
- */
3532
- post(method: "Console.clearMessages"): Promise<void>;
3533
- post(method: "Profiler.enable"): Promise<void>;
3534
- post(method: "Profiler.disable"): Promise<void>;
3535
- /**
3536
- * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
3537
- */
3538
- post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType): Promise<void>;
3539
- post(method: "Profiler.start"): Promise<void>;
3540
- post(method: "Profiler.stop"): Promise<Profiler.StopReturnType>;
3541
- /**
3542
- * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
3543
- */
3544
- post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType): Promise<void>;
3545
- /**
3546
- * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
3547
- */
3548
- post(method: "Profiler.stopPreciseCoverage"): Promise<void>;
3549
- /**
3550
- * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
3551
- */
3552
- post(method: "Profiler.takePreciseCoverage"): Promise<Profiler.TakePreciseCoverageReturnType>;
3553
- /**
3554
- * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
3555
- */
3556
- post(method: "Profiler.getBestEffortCoverage"): Promise<Profiler.GetBestEffortCoverageReturnType>;
3557
- post(method: "HeapProfiler.enable"): Promise<void>;
3558
- post(method: "HeapProfiler.disable"): Promise<void>;
3559
- post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise<void>;
3560
- post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise<void>;
3561
- post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise<void>;
3562
- post(method: "HeapProfiler.collectGarbage"): Promise<void>;
3563
- post(method: "HeapProfiler.getObjectByHeapObjectId", params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise<HeapProfiler.GetObjectByHeapObjectIdReturnType>;
3564
- /**
3565
- * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
3566
- */
3567
- post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise<void>;
3568
- post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType): Promise<HeapProfiler.GetHeapObjectIdReturnType>;
3569
- post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType): Promise<void>;
3570
- post(method: "HeapProfiler.stopSampling"): Promise<HeapProfiler.StopSamplingReturnType>;
3571
- post(method: "HeapProfiler.getSamplingProfile"): Promise<HeapProfiler.GetSamplingProfileReturnType>;
3572
- /**
3573
- * Read a chunk of the stream
3574
- */
3575
- post(method: "IO.read", params?: IO.ReadParameterType): Promise<IO.ReadReturnType>;
3576
- post(method: "IO.close", params?: IO.CloseParameterType): Promise<void>;
3577
- /**
3578
- * Disables network tracking, prevents network events from being sent to the client.
3579
- */
3580
- post(method: "Network.disable"): Promise<void>;
3581
- /**
3582
- * Enables network tracking, network events will now be delivered to the client.
3583
- */
3584
- post(method: "Network.enable", params?: Network.EnableParameterType): Promise<void>;
3585
- /**
3586
- * Returns post data sent with the request. Returns an error when no data was sent with the request.
3587
- */
3588
- post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType): Promise<Network.GetRequestPostDataReturnType>;
3589
- /**
3590
- * Returns content served for the given request.
3591
- */
3592
- post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType): Promise<Network.GetResponseBodyReturnType>;
3593
- /**
3594
- * Enables streaming of the response for the given requestId.
3595
- * If enabled, the dataReceived event contains the data that was received during streaming.
3596
- * @experimental
3597
- */
3598
- post(method: "Network.streamResourceContent", params?: Network.StreamResourceContentParameterType): Promise<Network.StreamResourceContentReturnType>;
3599
- /**
3600
- * Fetches the resource and returns the content.
3601
- */
3602
- post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType): Promise<Network.LoadNetworkResourceReturnType>;
3603
- /**
3604
- * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
3605
- */
3606
- post(method: "NodeRuntime.enable"): Promise<void>;
3607
- /**
3608
- * Disable NodeRuntime events
3609
- */
3610
- post(method: "NodeRuntime.disable"): Promise<void>;
3611
- /**
3612
- * Enable the `NodeRuntime.waitingForDisconnect`.
3613
- */
3614
- post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise<void>;
3615
- /**
3616
- * Gets supported tracing categories.
3617
- */
3618
- post(method: "NodeTracing.getCategories"): Promise<NodeTracing.GetCategoriesReturnType>;
3619
- /**
3620
- * Start trace events collection.
3621
- */
3622
- post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType): Promise<void>;
3623
- /**
3624
- * Stop trace events collection. Remaining collected events will be sent as a sequence of
3625
- * dataCollected events followed by tracingComplete event.
3626
- */
3627
- post(method: "NodeTracing.stop"): Promise<void>;
3628
- /**
3629
- * Sends protocol message over session with given id.
3630
- */
3631
- post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
3632
- /**
3633
- * Instructs the inspector to attach to running workers. Will also attach to new workers
3634
- * as they start
3635
- */
3636
- post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType): Promise<void>;
3637
- /**
3638
- * Detaches from all running workers and disables attaching to new workers as they are started.
3639
- */
3640
- post(method: "NodeWorker.disable"): Promise<void>;
3641
- /**
3642
- * Detached from the worker with given sessionId.
3643
- */
3644
- post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType): Promise<void>;
3645
- post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType): Promise<void>;
3646
- post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType): Promise<void>;
3647
- /**
3648
- * Disables storage tracking, prevents storage events from being sent to the client.
3649
- */
3650
- post(method: "DOMStorage.disable"): Promise<void>;
3651
- /**
3652
- * Enables storage tracking, storage events will now be delivered to the client.
3653
- */
3654
- post(method: "DOMStorage.enable"): Promise<void>;
3655
- post(method: "DOMStorage.getDOMStorageItems", params?: DOMStorage.GetDOMStorageItemsParameterType): Promise<DOMStorage.GetDOMStorageItemsReturnType>;
3656
- post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType): Promise<void>;
3657
- post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType): Promise<void>;
3658
- /**
3659
- * @experimental
3660
- */
3661
- post(method: "Storage.getStorageKey", params?: Storage.GetStorageKeyParameterType): Promise<Storage.GetStorageKeyReturnType>;
3662
- addListener(event: string, listener: (...args: any[]) => void): this;
3663
- /**
3664
- * Emitted when any notification from the V8 Inspector is received.
3665
- */
3666
- addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3667
- /**
3668
- * Issued when new execution context is created.
3669
- */
3670
- addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3671
- /**
3672
- * Issued when execution context is destroyed.
3673
- */
3674
- addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3675
- /**
3676
- * Issued when all executionContexts were cleared in browser
3677
- */
3678
- addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
3679
- /**
3680
- * Issued when exception was thrown and unhandled.
3681
- */
3682
- addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3683
- /**
3684
- * Issued when unhandled exception was revoked.
3685
- */
3686
- addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3687
- /**
3688
- * Issued when console API was called.
3689
- */
3690
- addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3691
- /**
3692
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3693
- */
3694
- addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3695
- /**
3696
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3697
- */
3698
- addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3699
- /**
3700
- * Fired when virtual machine fails to parse the script.
3701
- */
3702
- addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3703
- /**
3704
- * Fired when breakpoint is resolved to an actual script and location.
3705
- */
3706
- addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3707
- /**
3708
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3709
- */
3710
- addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3711
- /**
3712
- * Fired when the virtual machine resumed execution.
3713
- */
3714
- addListener(event: "Debugger.resumed", listener: () => void): this;
3715
- /**
3716
- * Issued when new console message is added.
3717
- */
3718
- addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3719
- /**
3720
- * Sent when new profile recording is started using console.profile() call.
3721
- */
3722
- addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3723
- addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3724
- addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3725
- addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3726
- addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3727
- /**
3728
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3729
- */
3730
- addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3731
- /**
3732
- * If heap objects tracking has been started then backend may send update for one or more fragments
3733
- */
3734
- addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3735
- /**
3736
- * Fired when page is about to send HTTP request.
3737
- */
3738
- addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3739
- /**
3740
- * Fired when HTTP response is available.
3741
- */
3742
- addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3743
- addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3744
- addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3745
- /**
3746
- * Fired when data chunk was received over the network.
3747
- */
3748
- addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3749
- /**
3750
- * Fired upon WebSocket creation.
3751
- */
3752
- addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3753
- /**
3754
- * Fired when WebSocket is closed.
3755
- */
3756
- addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3757
- /**
3758
- * Fired when WebSocket handshake response becomes available.
3759
- */
3760
- addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3761
- /**
3762
- * This event is fired instead of `Runtime.executionContextDestroyed` when
3763
- * enabled.
3764
- * It is fired when the Node process finished all code execution and is
3765
- * waiting for all frontends to disconnect.
3766
- */
3767
- addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3768
- /**
3769
- * This event is fired when the runtime is waiting for the debugger. For
3770
- * example, when inspector.waitingForDebugger is called
3771
- */
3772
- addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3773
- /**
3774
- * Contains an bucket of collected trace events.
3775
- */
3776
- addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3777
- /**
3778
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3779
- * delivered via dataCollected events.
3780
- */
3781
- addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
3782
- /**
3783
- * Issued when attached to a worker.
3784
- */
3785
- addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3786
- /**
3787
- * Issued when detached from the worker.
3788
- */
3789
- addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3790
- /**
3791
- * Notifies about a new protocol message received from the session
3792
- * (session ID is provided in attachedToWorker notification).
3793
- */
3794
- addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3795
- addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3796
- addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3797
- addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
3798
- addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
3799
- addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
3800
- addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
3801
- emit(event: string | symbol, ...args: any[]): boolean;
3802
- emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
3803
- emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
3804
- emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
3805
- emit(event: "Runtime.executionContextsCleared"): boolean;
3806
- emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
3807
- emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
3808
- emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
3809
- emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
3810
- emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
3811
- emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
3812
- emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
3813
- emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
3814
- emit(event: "Debugger.resumed"): boolean;
3815
- emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
3816
- emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
3817
- emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
3818
- emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
3819
- emit(event: "HeapProfiler.resetProfiles"): boolean;
3820
- emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
3821
- emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
3822
- emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
3823
- emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
3824
- emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
3825
- emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
3826
- emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
3827
- emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
3828
- emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
3829
- emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
3830
- emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
3831
- emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
3832
- emit(event: "NodeRuntime.waitingForDebugger"): boolean;
3833
- emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
3834
- emit(event: "NodeTracing.tracingComplete"): boolean;
3835
- emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
3836
- emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
3837
- emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
3838
- emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
3839
- emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
3840
- emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
3841
- emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
3842
- emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
3843
- emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
3844
- on(event: string, listener: (...args: any[]) => void): this;
3845
- /**
3846
- * Emitted when any notification from the V8 Inspector is received.
3847
- */
3848
- on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3849
- /**
3850
- * Issued when new execution context is created.
3851
- */
3852
- on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3853
- /**
3854
- * Issued when execution context is destroyed.
3855
- */
3856
- on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3857
- /**
3858
- * Issued when all executionContexts were cleared in browser
3859
- */
3860
- on(event: "Runtime.executionContextsCleared", listener: () => void): this;
3861
- /**
3862
- * Issued when exception was thrown and unhandled.
3863
- */
3864
- on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
3865
- /**
3866
- * Issued when unhandled exception was revoked.
3867
- */
3868
- on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
3869
- /**
3870
- * Issued when console API was called.
3871
- */
3872
- on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
3873
- /**
3874
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
3875
- */
3876
- on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
3877
- /**
3878
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
3879
- */
3880
- on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
3881
- /**
3882
- * Fired when virtual machine fails to parse the script.
3883
- */
3884
- on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
3885
- /**
3886
- * Fired when breakpoint is resolved to an actual script and location.
3887
- */
3888
- on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
3889
- /**
3890
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
3891
- */
3892
- on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
3893
- /**
3894
- * Fired when the virtual machine resumed execution.
3895
- */
3896
- on(event: "Debugger.resumed", listener: () => void): this;
3897
- /**
3898
- * Issued when new console message is added.
3899
- */
3900
- on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
3901
- /**
3902
- * Sent when new profile recording is started using console.profile() call.
3903
- */
3904
- on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
3905
- on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
3906
- on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
3907
- on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
3908
- on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
3909
- /**
3910
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
3911
- */
3912
- on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
3913
- /**
3914
- * If heap objects tracking has been started then backend may send update for one or more fragments
3915
- */
3916
- on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
3917
- /**
3918
- * Fired when page is about to send HTTP request.
3919
- */
3920
- on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
3921
- /**
3922
- * Fired when HTTP response is available.
3923
- */
3924
- on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
3925
- on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
3926
- on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
3927
- /**
3928
- * Fired when data chunk was received over the network.
3929
- */
3930
- on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
3931
- /**
3932
- * Fired upon WebSocket creation.
3933
- */
3934
- on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
3935
- /**
3936
- * Fired when WebSocket is closed.
3937
- */
3938
- on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
3939
- /**
3940
- * Fired when WebSocket handshake response becomes available.
3941
- */
3942
- on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
3943
- /**
3944
- * This event is fired instead of `Runtime.executionContextDestroyed` when
3945
- * enabled.
3946
- * It is fired when the Node process finished all code execution and is
3947
- * waiting for all frontends to disconnect.
3948
- */
3949
- on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
3950
- /**
3951
- * This event is fired when the runtime is waiting for the debugger. For
3952
- * example, when inspector.waitingForDebugger is called
3953
- */
3954
- on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
3955
- /**
3956
- * Contains an bucket of collected trace events.
3957
- */
3958
- on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
3959
- /**
3960
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
3961
- * delivered via dataCollected events.
3962
- */
3963
- on(event: "NodeTracing.tracingComplete", listener: () => void): this;
3964
- /**
3965
- * Issued when attached to a worker.
3966
- */
3967
- on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
3968
- /**
3969
- * Issued when detached from the worker.
3970
- */
3971
- on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
3972
- /**
3973
- * Notifies about a new protocol message received from the session
3974
- * (session ID is provided in attachedToWorker notification).
3975
- */
3976
- on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
3977
- on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
3978
- on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
3979
- on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
3980
- on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
3981
- on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
3982
- on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
3983
- once(event: string, listener: (...args: any[]) => void): this;
3984
- /**
3985
- * Emitted when any notification from the V8 Inspector is received.
3986
- */
3987
- once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
3988
- /**
3989
- * Issued when new execution context is created.
3990
- */
3991
- once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
3992
- /**
3993
- * Issued when execution context is destroyed.
3994
- */
3995
- once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
3996
- /**
3997
- * Issued when all executionContexts were cleared in browser
3998
- */
3999
- once(event: "Runtime.executionContextsCleared", listener: () => void): this;
4000
- /**
4001
- * Issued when exception was thrown and unhandled.
4002
- */
4003
- once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
4004
- /**
4005
- * Issued when unhandled exception was revoked.
4006
- */
4007
- once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
4008
- /**
4009
- * Issued when console API was called.
4010
- */
4011
- once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
4012
- /**
4013
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
4014
- */
4015
- once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
4016
- /**
4017
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
4018
- */
4019
- once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
4020
- /**
4021
- * Fired when virtual machine fails to parse the script.
4022
- */
4023
- once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
4024
- /**
4025
- * Fired when breakpoint is resolved to an actual script and location.
4026
- */
4027
- once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
4028
- /**
4029
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
4030
- */
4031
- once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
4032
- /**
4033
- * Fired when the virtual machine resumed execution.
4034
- */
4035
- once(event: "Debugger.resumed", listener: () => void): this;
4036
- /**
4037
- * Issued when new console message is added.
4038
- */
4039
- once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
4040
- /**
4041
- * Sent when new profile recording is started using console.profile() call.
4042
- */
4043
- once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
4044
- once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
4045
- once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
4046
- once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
4047
- once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
4048
- /**
4049
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
4050
- */
4051
- once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
4052
- /**
4053
- * If heap objects tracking has been started then backend may send update for one or more fragments
4054
- */
4055
- once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
4056
- /**
4057
- * Fired when page is about to send HTTP request.
4058
- */
4059
- once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
4060
- /**
4061
- * Fired when HTTP response is available.
4062
- */
4063
- once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
4064
- once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
4065
- once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
4066
- /**
4067
- * Fired when data chunk was received over the network.
4068
- */
4069
- once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
4070
- /**
4071
- * Fired upon WebSocket creation.
4072
- */
4073
- once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
4074
- /**
4075
- * Fired when WebSocket is closed.
4076
- */
4077
- once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
4078
- /**
4079
- * Fired when WebSocket handshake response becomes available.
4080
- */
4081
- once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
4082
- /**
4083
- * This event is fired instead of `Runtime.executionContextDestroyed` when
4084
- * enabled.
4085
- * It is fired when the Node process finished all code execution and is
4086
- * waiting for all frontends to disconnect.
4087
- */
4088
- once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
4089
- /**
4090
- * This event is fired when the runtime is waiting for the debugger. For
4091
- * example, when inspector.waitingForDebugger is called
4092
- */
4093
- once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
4094
- /**
4095
- * Contains an bucket of collected trace events.
4096
- */
4097
- once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
4098
- /**
4099
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
4100
- * delivered via dataCollected events.
4101
- */
4102
- once(event: "NodeTracing.tracingComplete", listener: () => void): this;
4103
- /**
4104
- * Issued when attached to a worker.
4105
- */
4106
- once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
4107
- /**
4108
- * Issued when detached from the worker.
4109
- */
4110
- once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
4111
- /**
4112
- * Notifies about a new protocol message received from the session
4113
- * (session ID is provided in attachedToWorker notification).
4114
- */
4115
- once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
4116
- once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
4117
- once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
4118
- once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
4119
- once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
4120
- once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
4121
- once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
4122
- prependListener(event: string, listener: (...args: any[]) => void): this;
4123
- /**
4124
- * Emitted when any notification from the V8 Inspector is received.
4125
- */
4126
- prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
4127
- /**
4128
- * Issued when new execution context is created.
4129
- */
4130
- prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
4131
- /**
4132
- * Issued when execution context is destroyed.
4133
- */
4134
- prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
4135
- /**
4136
- * Issued when all executionContexts were cleared in browser
4137
- */
4138
- prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
4139
- /**
4140
- * Issued when exception was thrown and unhandled.
4141
- */
4142
- prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
4143
- /**
4144
- * Issued when unhandled exception was revoked.
4145
- */
4146
- prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
4147
- /**
4148
- * Issued when console API was called.
4149
- */
4150
- prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
4151
- /**
4152
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
4153
- */
4154
- prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
4155
- /**
4156
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
4157
- */
4158
- prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
4159
- /**
4160
- * Fired when virtual machine fails to parse the script.
4161
- */
4162
- prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
4163
- /**
4164
- * Fired when breakpoint is resolved to an actual script and location.
4165
- */
4166
- prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
4167
- /**
4168
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
4169
- */
4170
- prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
4171
- /**
4172
- * Fired when the virtual machine resumed execution.
4173
- */
4174
- prependListener(event: "Debugger.resumed", listener: () => void): this;
4175
- /**
4176
- * Issued when new console message is added.
4177
- */
4178
- prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
4179
- /**
4180
- * Sent when new profile recording is started using console.profile() call.
4181
- */
4182
- prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
4183
- prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
4184
- prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
4185
- prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
4186
- prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
4187
- /**
4188
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
4189
- */
4190
- prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
4191
- /**
4192
- * If heap objects tracking has been started then backend may send update for one or more fragments
4193
- */
4194
- prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
4195
- /**
4196
- * Fired when page is about to send HTTP request.
4197
- */
4198
- prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
4199
- /**
4200
- * Fired when HTTP response is available.
4201
- */
4202
- prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
4203
- prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
4204
- prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
4205
- /**
4206
- * Fired when data chunk was received over the network.
4207
- */
4208
- prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
4209
- /**
4210
- * Fired upon WebSocket creation.
4211
- */
4212
- prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
4213
- /**
4214
- * Fired when WebSocket is closed.
4215
- */
4216
- prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
4217
- /**
4218
- * Fired when WebSocket handshake response becomes available.
4219
- */
4220
- prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
4221
- /**
4222
- * This event is fired instead of `Runtime.executionContextDestroyed` when
4223
- * enabled.
4224
- * It is fired when the Node process finished all code execution and is
4225
- * waiting for all frontends to disconnect.
4226
- */
4227
- prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
4228
- /**
4229
- * This event is fired when the runtime is waiting for the debugger. For
4230
- * example, when inspector.waitingForDebugger is called
4231
- */
4232
- prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
4233
- /**
4234
- * Contains an bucket of collected trace events.
4235
- */
4236
- prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
4237
- /**
4238
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
4239
- * delivered via dataCollected events.
4240
- */
4241
- prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
4242
- /**
4243
- * Issued when attached to a worker.
4244
- */
4245
- prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
4246
- /**
4247
- * Issued when detached from the worker.
4248
- */
4249
- prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
4250
- /**
4251
- * Notifies about a new protocol message received from the session
4252
- * (session ID is provided in attachedToWorker notification).
4253
- */
4254
- prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
4255
- prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
4256
- prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
4257
- prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
4258
- prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
4259
- prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
4260
- prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
4261
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
4262
- /**
4263
- * Emitted when any notification from the V8 Inspector is received.
4264
- */
4265
- prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
4266
- /**
4267
- * Issued when new execution context is created.
4268
- */
4269
- prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
4270
- /**
4271
- * Issued when execution context is destroyed.
4272
- */
4273
- prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
4274
- /**
4275
- * Issued when all executionContexts were cleared in browser
4276
- */
4277
- prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
4278
- /**
4279
- * Issued when exception was thrown and unhandled.
4280
- */
4281
- prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
4282
- /**
4283
- * Issued when unhandled exception was revoked.
4284
- */
4285
- prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
4286
- /**
4287
- * Issued when console API was called.
4288
- */
4289
- prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
4290
- /**
4291
- * Issued when object should be inspected (for example, as a result of inspect() command line API call).
4292
- */
4293
- prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
4294
- /**
4295
- * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
4296
- */
4297
- prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
4298
- /**
4299
- * Fired when virtual machine fails to parse the script.
4300
- */
4301
- prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
4302
- /**
4303
- * Fired when breakpoint is resolved to an actual script and location.
4304
- */
4305
- prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
4306
- /**
4307
- * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
4308
- */
4309
- prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
4310
- /**
4311
- * Fired when the virtual machine resumed execution.
4312
- */
4313
- prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
4314
- /**
4315
- * Issued when new console message is added.
4316
- */
4317
- prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
4318
- /**
4319
- * Sent when new profile recording is started using console.profile() call.
4320
- */
4321
- prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
4322
- prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
4323
- prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
4324
- prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
4325
- prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
4326
- /**
4327
- * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
4328
- */
4329
- prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
4330
- /**
4331
- * If heap objects tracking has been started then backend may send update for one or more fragments
4332
- */
4333
- prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
4334
- /**
4335
- * Fired when page is about to send HTTP request.
4336
- */
4337
- prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
4338
- /**
4339
- * Fired when HTTP response is available.
4340
- */
4341
- prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
4342
- prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
4343
- prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
4344
- /**
4345
- * Fired when data chunk was received over the network.
4346
- */
4347
- prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
4348
- /**
4349
- * Fired upon WebSocket creation.
4350
- */
4351
- prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
4352
- /**
4353
- * Fired when WebSocket is closed.
4354
- */
4355
- prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
4356
- /**
4357
- * Fired when WebSocket handshake response becomes available.
4358
- */
4359
- prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
4360
- /**
4361
- * This event is fired instead of `Runtime.executionContextDestroyed` when
4362
- * enabled.
4363
- * It is fired when the Node process finished all code execution and is
4364
- * waiting for all frontends to disconnect.
4365
- */
4366
- prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
4367
- /**
4368
- * This event is fired when the runtime is waiting for the debugger. For
4369
- * example, when inspector.waitingForDebugger is called
4370
- */
4371
- prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
4372
- /**
4373
- * Contains an bucket of collected trace events.
4374
- */
4375
- prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
4376
- /**
4377
- * Signals that tracing is stopped and there is no trace buffers pending flush, all data were
4378
- * delivered via dataCollected events.
4379
- */
4380
- prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
4381
- /**
4382
- * Issued when attached to a worker.
4383
- */
4384
- prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
4385
- /**
4386
- * Issued when detached from the worker.
4387
- */
4388
- prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
4389
- /**
4390
- * Notifies about a new protocol message received from the session
4391
- * (session ID is provided in attachedToWorker notification).
4392
- */
4393
- prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
4394
- prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
4395
- prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
4396
- prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
4397
- prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
4398
- prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
4399
- prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
4400
- }
4401
- }