@shawnstack/quickforge 1.2.10 → 1.3.1

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 (490) hide show
  1. package/README.md +168 -168
  2. package/bin/quickforge.mjs +1 -1
  3. package/dist/assets/{anthropic-Djv-yfjG.js → anthropic-BatEyK8y.js} +1 -1
  4. package/dist/assets/{azure-openai-responses-CPKUoCEU.js → azure-openai-responses-x2zt1vQ5.js} +1 -1
  5. package/dist/assets/{google-C-R-u2qc.js → google-Bu82Bpnf.js} +1 -1
  6. package/dist/assets/{google-gemini-cli-dDAuABJc.js → google-gemini-cli-DS9GBhgL.js} +1 -1
  7. package/dist/assets/{google-vertex-_Wbk8kup.js → google-vertex-BSYJREKA.js} +1 -1
  8. package/dist/assets/{index-BX7ubNTi.js → index-BcdhSSEb.js} +720 -651
  9. package/dist/assets/index-CeD3UXoG.css +3 -0
  10. package/dist/assets/lit-vendor-Dr3cpBGF.js +2 -0
  11. package/dist/assets/{mistral-BRgU1d4N.js → mistral-HBkLbNNt.js} +1 -1
  12. package/dist/assets/{openai-codex-responses-vU6EYFL-.js → openai-codex-responses-Cl5j_Ziv.js} +1 -1
  13. package/dist/assets/{openai-completions-Ihn7oMVQ.js → openai-completions-ualO3AwD.js} +1 -1
  14. package/dist/assets/{openai-responses-C9WUeUKV.js → openai-responses-Bgz1mp5h.js} +1 -1
  15. package/dist/assets/{openai-responses-shared-Cv0LKYNf.js → openai-responses-shared-D_-OXsDz.js} +1 -1
  16. package/dist/index.html +3 -3
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +2 -2
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +9 -13
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +5 -5
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +2 -3
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +1 -4
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
  23. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +1 -1
  24. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
  25. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +1 -1
  26. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +1 -2
  27. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +5 -7
  31. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +11 -19
  35. package/node_modules/@aws-sdk/core/dist-cjs/index.js +14 -16
  36. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  37. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +715 -0
  38. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +10 -10
  40. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  41. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  42. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  45. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +1 -1
  46. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +1 -1
  47. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  50. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +9 -9
  53. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -2
  54. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +12 -14
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
  59. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
  60. package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
  61. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  62. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +1 -1
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -2
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
  70. package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -1
  73. package/node_modules/@aws-sdk/core/package.json +27 -8
  74. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  75. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  76. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  77. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  78. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  79. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  80. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  81. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  82. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  83. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  84. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -20
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -20
  87. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +13 -20
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +13 -20
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -21
  90. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -4
  91. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
  92. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -1
  93. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
  94. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +1 -1
  95. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -4
  96. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  97. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -1
  98. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
  99. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +1 -1
  100. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -4
  101. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
  102. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -1
  103. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
  104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +1 -1
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -4
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
  107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -1
  108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +1 -1
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -4
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -2
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -1
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +1 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -2
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -2
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +1 -2
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -2
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -3
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +1 -3
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +1 -3
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -3
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +1 -3
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
  154. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
  156. package/node_modules/@aws-sdk/nested-clients/package.json +6 -14
  157. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  158. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  159. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  160. package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
  161. package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
  162. package/node_modules/@protobufjs/fetch/index.js +4 -7
  163. package/node_modules/@protobufjs/fetch/package.json +7 -5
  164. package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
  165. package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
  166. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  167. package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
  168. package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
  169. package/node_modules/@protobufjs/inquire/index.js +1 -0
  170. package/node_modules/@protobufjs/inquire/package.json +1 -1
  171. package/node_modules/@smithy/core/package.json +2 -2
  172. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  173. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  174. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  175. package/node_modules/@smithy/signature-v4/package.json +3 -3
  176. package/node_modules/@smithy/types/README.md +3 -3
  177. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
  178. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
  179. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
  180. package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
  181. package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
  182. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  183. package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
  184. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
  185. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
  186. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
  187. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  188. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
  189. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  190. package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
  191. package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
  192. package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
  193. package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
  194. package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
  195. package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
  196. package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
  197. package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
  198. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
  199. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
  200. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
  201. package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
  202. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
  203. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
  204. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
  205. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
  206. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
  207. package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
  208. package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
  209. package/node_modules/@smithy/types/package.json +1 -1
  210. package/node_modules/@types/node/README.md +1 -1
  211. package/node_modules/@types/node/async_hooks.d.ts +108 -0
  212. package/node_modules/@types/node/crypto.d.ts +14 -3
  213. package/node_modules/@types/node/fs/promises.d.ts +126 -0
  214. package/node_modules/@types/node/fs.d.ts +4 -2
  215. package/node_modules/@types/node/index.d.ts +2 -0
  216. package/node_modules/@types/node/inspector.generated.d.ts +5 -0
  217. package/node_modules/@types/node/module.d.ts +1 -0
  218. package/node_modules/@types/node/package.json +3 -3
  219. package/node_modules/@types/node/process.d.ts +25 -1
  220. package/node_modules/@types/node/quic.d.ts +2 -2
  221. package/node_modules/@types/node/repl.d.ts +15 -0
  222. package/node_modules/@types/node/sqlite.d.ts +54 -7
  223. package/node_modules/@types/node/stream/iter.d.ts +298 -0
  224. package/node_modules/@types/node/test.d.ts +84 -16
  225. package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
  226. package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
  227. package/node_modules/@types/node/url.d.ts +4 -2
  228. package/node_modules/@types/node/vm.d.ts +5 -4
  229. package/node_modules/@types/node/zlib/iter.d.ts +131 -0
  230. package/node_modules/@vscode/ripgrep/LICENSE +13 -0
  231. package/node_modules/@vscode/ripgrep/README.md +33 -0
  232. package/node_modules/@vscode/ripgrep/lib/index.d.ts +1 -0
  233. package/node_modules/@vscode/ripgrep/lib/index.js +19 -0
  234. package/node_modules/@vscode/ripgrep/package.json +39 -0
  235. package/node_modules/@vscode/ripgrep-win32-x64/LICENSE +13 -0
  236. package/node_modules/@vscode/ripgrep-win32-x64/README.md +5 -0
  237. package/node_modules/@vscode/ripgrep-win32-x64/bin/rg.exe +0 -0
  238. package/node_modules/@vscode/ripgrep-win32-x64/package.json +19 -0
  239. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  240. package/node_modules/fast-xml-parser/README.md +0 -3
  241. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  242. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  243. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  244. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  245. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  246. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  247. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  248. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  249. package/node_modules/fast-xml-parser/package.json +2 -4
  250. package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
  251. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  252. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  253. package/node_modules/protobufjs/README.md +1 -1
  254. package/node_modules/protobufjs/dist/light/protobuf.js +193 -157
  255. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  256. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  257. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  258. package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
  259. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  260. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  261. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  262. package/node_modules/protobufjs/dist/protobuf.js +213 -177
  263. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  264. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  265. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  266. package/node_modules/protobufjs/index.d.ts +2 -1
  267. package/node_modules/protobufjs/package.json +7 -4
  268. package/node_modules/protobufjs/src/converter.js +5 -3
  269. package/node_modules/protobufjs/src/type.js +1 -1
  270. package/node_modules/protobufjs/src/util/fs.js +11 -0
  271. package/node_modules/protobufjs/src/util/minimal.js +10 -2
  272. package/node_modules/protobufjs/src/util.js +1 -1
  273. package/node_modules/undici-types/connector.d.ts +2 -0
  274. package/node_modules/undici-types/dispatcher.d.ts +7 -5
  275. package/node_modules/undici-types/errors.d.ts +17 -1
  276. package/node_modules/undici-types/index.d.ts +4 -1
  277. package/node_modules/undici-types/interceptors.d.ts +7 -0
  278. package/node_modules/undici-types/package.json +1 -1
  279. package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  280. package/package.json +5 -3
  281. package/server/agent-manager.mjs +8 -2
  282. package/server/custom-commands.mjs +42 -14
  283. package/server/project-config.mjs +8 -0
  284. package/server/routes/project.mjs +26 -1
  285. package/server/system-prompt.mjs +22 -0
  286. package/server/tools/definitions.mjs +7 -15
  287. package/server/tools/index.mjs +748 -485
  288. package/dist/assets/index-B094j8RZ.css +0 -3
  289. package/dist/assets/lit-vendor-1dsGB-Iy.js +0 -2
  290. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  291. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  292. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
  293. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
  294. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  295. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  296. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
  297. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  298. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  299. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  300. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  301. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  302. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -17
  303. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
  304. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +0 -5
  305. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  306. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  307. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
  308. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -2
  309. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
  310. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -66
  311. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  312. package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  313. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
  314. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  315. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  316. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  317. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  318. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  319. package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -19
  320. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
  321. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +0 -6
  322. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -19
  323. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  324. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
  325. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -3
  326. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
  327. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -64
  328. package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  329. package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  330. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
  331. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  332. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  333. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  334. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  335. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  336. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  337. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  338. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  339. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  340. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  341. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  342. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -59
  343. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  344. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -29
  345. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -24
  346. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +0 -4
  347. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -61
  348. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  349. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +0 -1
  350. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +0 -1
  351. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +0 -1
  352. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -60
  353. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  354. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -17
  355. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
  356. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  357. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  358. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  359. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -68
  360. package/skills/ai-context-package/SKILL.md +0 -104
  361. package/skills/ai-context-package/skill.json +0 -9
  362. package/skills/code-review/SKILL.md +0 -23
  363. package/skills/code-review/skill.json +0 -9
  364. package/skills/frontend-react/SKILL.md +0 -22
  365. package/skills/frontend-react/skill.json +0 -9
  366. package/skills/quickforge-project/SKILL.md +0 -22
  367. package/skills/quickforge-project/skill.json +0 -9
  368. /package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +0 -0
  369. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  370. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  371. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  372. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  373. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +0 -0
  374. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  375. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  376. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  377. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  378. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/awsRegionConfig.js +0 -0
  379. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
  380. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  381. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +0 -0
  382. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  383. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +0 -0
  384. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +0 -0
  385. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  386. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/isIpAddress.js +0 -0
  387. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
  388. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveEndpoint.js +0 -0
  389. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointError.js +0 -0
  390. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  391. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  392. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  393. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  394. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  395. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  396. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  397. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js} +0 -0
  398. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
  399. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
  400. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  401. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  402. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  403. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  404. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  405. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +0 -0
  406. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
  407. /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/index.d.ts → core/dist-types/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
  408. /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  409. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  410. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts → core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  411. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  412. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  413. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  414. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  415. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  416. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  417. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  418. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  419. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
  420. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/extensions/index.d.ts → core/dist-types/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  421. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  422. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
  423. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  424. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/aws.d.ts +0 -0
  425. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  426. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  427. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  428. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  429. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  430. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
  431. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  432. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  433. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  434. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  435. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  436. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
  437. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  438. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
  439. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.native.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  440. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  441. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  442. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  443. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  444. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  445. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  446. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  447. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  448. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
  449. /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
  450. /package/node_modules/@aws-sdk/{middleware-logger/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
  451. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
  452. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
  453. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
  454. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
  455. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
  456. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
  457. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
  458. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
  459. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
  460. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
  461. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
  462. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/extensions/index.d.ts → core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
  463. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
  464. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
  465. /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
  466. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/aws.d.ts +0 -0
  467. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
  468. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
  469. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
  470. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  471. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
  472. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
  473. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
  474. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  475. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  476. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  477. /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  478. /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
  479. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
  480. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
  481. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.native.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
  482. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
  483. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
  484. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
  485. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
  486. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
  487. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
  488. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
  489. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
  490. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
@@ -2,11 +2,11 @@ import type { HttpRequest } from "./http";
2
2
  import type { FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext } from "./middleware";
3
3
  import type { MetadataBearer } from "./response";
4
4
  /**
5
- * @public
6
- *
7
5
  * An event stream message. The headers and body properties will always be
8
6
  * defined, with empty headers represented as an object with no keys and an
9
7
  * empty body represented as a zero-length Uint8Array.
8
+ *
9
+ * @public
10
10
  */
11
11
  export interface Message {
12
12
  headers: MessageHeaders;
@@ -72,34 +72,34 @@ export interface Int64 {
72
72
  toString: () => string;
73
73
  }
74
74
  /**
75
- * @public
76
- *
77
75
  * Util functions for serializing or deserializing event stream
76
+ *
77
+ * @public
78
78
  */
79
79
  export interface EventStreamSerdeContext {
80
80
  eventStreamMarshaller: EventStreamMarshaller;
81
81
  }
82
82
  /**
83
- * @public
84
- *
85
83
  * A function which deserializes binary event stream message into modeled shape.
84
+ *
85
+ * @public
86
86
  */
87
87
  export interface EventStreamMarshallerDeserFn<StreamType> {
88
88
  <T>(body: StreamType, deserializer: (input: Record<string, Message>) => Promise<T>): AsyncIterable<T>;
89
89
  }
90
90
  /**
91
- * @public
92
- *
93
91
  * A function that serializes modeled shape into binary stream message.
92
+ *
93
+ * @public
94
94
  */
95
95
  export interface EventStreamMarshallerSerFn<StreamType> {
96
96
  <T>(input: AsyncIterable<T>, serializer: (event: T) => Message): StreamType;
97
97
  }
98
98
  /**
99
- * @public
100
- *
101
99
  * An interface which provides functions for serializing and deserializing binary event stream
102
100
  * to/from corresponsing modeled shape.
101
+ *
102
+ * @public
103
103
  */
104
104
  export interface EventStreamMarshaller<StreamType = any> {
105
105
  deserialize: EventStreamMarshallerDeserFn<StreamType>;
@@ -1,9 +1,9 @@
1
- import type { ChecksumConfiguration } from "./checksum";
1
+ import { type ChecksumConfiguration } from "./checksum";
2
2
  /**
3
- * @deprecated will be replaced by DefaultExtensionConfiguration.
4
- * @internal
5
- *
6
3
  * Default client configuration consisting various configurations for modifying a service client
4
+ *
5
+ * @internal
6
+ * @deprecated will be replaced by DefaultExtensionConfiguration.
7
7
  */
8
8
  export interface DefaultClientConfiguration extends ChecksumConfiguration {
9
9
  }
@@ -12,11 +12,10 @@ export interface DefaultClientConfiguration extends ChecksumConfiguration {
12
12
  */
13
13
  type GetDefaultConfigurationType = (runtimeConfig: any) => DefaultClientConfiguration;
14
14
  /**
15
- * @deprecated moving to @smithy/smithy-client.
16
- * @internal
17
- *
18
15
  * Helper function to resolve default client configuration from runtime config
19
16
  *
17
+ * @internal
18
+ * @deprecated moving to @smithy/smithy-client.
20
19
  */
21
20
  export declare const getDefaultClientConfiguration: GetDefaultConfigurationType;
22
21
  /**
@@ -24,10 +23,10 @@ export declare const getDefaultClientConfiguration: GetDefaultConfigurationType;
24
23
  */
25
24
  type ResolveDefaultRuntimeConfigType = (clientConfig: DefaultClientConfiguration) => any;
26
25
  /**
27
- * @deprecated moving to @smithy/smithy-client.
28
- * @internal
29
- *
30
26
  * Helper function to resolve runtime config from default client configuration
27
+ *
28
+ * @internal
29
+ * @deprecated moving to @smithy/smithy-client.
31
30
  */
32
31
  export declare const resolveDefaultRuntimeConfig: ResolveDefaultRuntimeConfigType;
33
32
  export {};
@@ -1,9 +1,9 @@
1
1
  import type { ChecksumConfiguration } from "./checksum";
2
2
  import type { RetryStrategyConfiguration } from "./retry";
3
3
  /**
4
- * @internal
5
- *
6
4
  * Default extension configuration consisting various configurations for modifying a service client
5
+ *
6
+ * @internal
7
7
  */
8
8
  export interface DefaultExtensionConfiguration extends ChecksumConfiguration, RetryStrategyConfiguration {
9
9
  }
@@ -1,35 +1,35 @@
1
1
  import type { Exact } from "../transform/exact";
2
2
  /**
3
- * @public
4
- *
5
3
  * A checked type that resolves to Blob if it is defined as more than a stub, otherwise
6
4
  * resolves to 'never' so as not to widen the type of unions containing Blob
7
5
  * excessively.
6
+ *
7
+ * @public
8
8
  */
9
9
  export type BlobOptionalType = BlobDefined extends true ? Blob : Unavailable;
10
10
  /**
11
- * @public
12
- *
13
11
  * A checked type that resolves to ReadableStream if it is defined as more than a stub, otherwise
14
12
  * resolves to 'never' so as not to widen the type of unions containing ReadableStream
15
13
  * excessively.
14
+ *
15
+ * @public
16
16
  */
17
17
  export type ReadableStreamOptionalType = ReadableStreamDefined extends true ? ReadableStream : Unavailable;
18
18
  /**
19
- * @public
20
- *
21
19
  * Indicates a type is unavailable if it resolves to this.
20
+ *
21
+ * @public
22
22
  */
23
23
  export type Unavailable = never;
24
24
  /**
25
- * @internal
26
- *
27
25
  * Whether the global types define more than a stub for ReadableStream.
26
+ *
27
+ * @internal
28
28
  */
29
29
  export type ReadableStreamDefined = Exact<ReadableStream, {}> extends true ? false : true;
30
30
  /**
31
- * @internal
32
- *
33
31
  * Whether the global types define more than a stub for Blob.
32
+ *
33
+ * @internal
34
34
  */
35
35
  export type BlobDefined = Exact<Blob, {}> extends true ? false : true;
@@ -1,5 +1,5 @@
1
- import type { Agent as hAgent, AgentOptions as hAgentOptions } from "http";
2
- import type { Agent as hsAgent, AgentOptions as hsAgentOptions } from "https";
1
+ import type { Agent as hAgent, AgentOptions as hAgentOptions } from "node:http";
2
+ import type { Agent as hsAgent, AgentOptions as hsAgentOptions } from "node:https";
3
3
  import type { HttpRequest as IHttpRequest } from "../http";
4
4
  import type { Logger } from "../logger";
5
5
  /**
@@ -14,40 +14,40 @@ export interface Endpoint {
14
14
  headers?: HeaderBag;
15
15
  }
16
16
  /**
17
- * @public
18
- *
19
17
  * Interface an HTTP request class. Contains
20
18
  * addressing information in addition to standard message properties.
19
+ *
20
+ * @public
21
21
  */
22
22
  export interface HttpRequest extends HttpMessage, URI {
23
23
  method: string;
24
24
  }
25
25
  /**
26
- * @public
27
- *
28
26
  * Represents an HTTP message as received in reply to a request. Contains a
29
27
  * numeric status code in addition to standard message properties.
28
+ *
29
+ * @public
30
30
  */
31
31
  export interface HttpResponse extends HttpMessage {
32
32
  statusCode: number;
33
33
  reason?: string;
34
34
  }
35
35
  /**
36
- * @public
37
- *
38
36
  * Represents an HTTP message with headers and an optional static or streaming
39
37
  * body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
38
+ *
39
+ * @public
40
40
  */
41
41
  export interface HttpMessage {
42
42
  headers: HeaderBag;
43
43
  body?: any;
44
44
  }
45
45
  /**
46
- * @public
47
- *
48
46
  * A mapping of query parameter names to strings or arrays of strings, with the
49
47
  * second being used when a parameter contains a list of values. Value can be set
50
48
  * to null when query is not in key-value pairs shape
49
+ *
50
+ * @public
51
51
  */
52
52
  export type QueryParameterBag = Record<string, string | Array<string> | null>;
53
53
  /**
@@ -66,42 +66,39 @@ export declare enum FieldPosition {
66
66
  TRAILER = 1
67
67
  }
68
68
  /**
69
- * @public
70
- *
71
69
  * A mapping of header names to string values. Multiple values for the same
72
70
  * header should be represented as a single string with values separated by
73
71
  * `, `.
74
- *
75
72
  * Keys should be considered case insensitive, even if this is not enforced by a
76
73
  * particular implementation. For example, given the following HeaderBag, where
77
74
  * keys differ only in case:
78
- *
79
75
  * ```json
80
- * {
81
- * 'x-request-date': '2000-01-01T00:00:00Z',
82
- * 'X-Request-Date': '2001-01-01T00:00:00Z'
83
- * }
76
+ * {
77
+ * 'x-request-date': '2000-01-01T00:00:00Z',
78
+ * 'X-Request-Date': '2001-01-01T00:00:00Z'
79
+ * }
84
80
  * ```
85
- *
86
81
  * The SDK may at any point during processing remove one of the object
87
82
  * properties in favor of the other. The headers may or may not be combined, and
88
83
  * the SDK will not deterministically select which header candidate to use.
84
+ *
85
+ * @public
89
86
  */
90
87
  export type HeaderBag = Record<string, string>;
91
88
  /**
92
- * @public
93
- *
94
89
  * Represents an HTTP message with headers and an optional static or streaming
95
90
  * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
91
+ *
92
+ * @public
96
93
  */
97
94
  export interface HttpMessage {
98
95
  headers: HeaderBag;
99
96
  body?: any;
100
97
  }
101
98
  /**
102
- * @public
103
- *
104
99
  * Represents the options that may be passed to an Http Handler.
100
+ *
101
+ * @public
105
102
  */
106
103
  export interface HttpHandlerOptions {
107
104
  abortSignal?: AbortSignal | DeprecatedAbortSignal;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @public
3
- *
4
2
  * Represents a logger object that is available in HandlerExecutionContext
5
3
  * throughout the middleware stack.
4
+ *
5
+ * @public
6
6
  */
7
7
  export interface Logger {
8
8
  trace?: (...content: any[]) => void;
@@ -1,5 +1,5 @@
1
- import type { AuthScheme, HttpAuthDefinition } from "./auth/auth";
2
1
  import type { SelectedHttpAuthScheme } from "./auth/HttpAuthScheme";
2
+ import type { AuthScheme, HttpAuthDefinition } from "./auth/auth";
3
3
  import type { Command } from "./command";
4
4
  import type { EndpointV2 } from "./endpoint";
5
5
  import type { SmithyFeatures } from "./feature-ids";
@@ -137,10 +137,10 @@ export interface DeserializeHandler<Input extends object, Output extends object>
137
137
  (args: DeserializeHandlerArguments<Input>): Promise<DeserializeHandlerOutput<Output>>;
138
138
  }
139
139
  /**
140
- * @public
141
- *
142
140
  * A factory function that creates functions implementing the `Handler`
143
141
  * interface.
142
+ *
143
+ * @public
144
144
  */
145
145
  export interface InitializeMiddleware<Input extends object, Output extends object> {
146
146
  /**
@@ -152,10 +152,10 @@ export interface InitializeMiddleware<Input extends object, Output extends objec
152
152
  (next: InitializeHandler<Input, Output>, context: HandlerExecutionContext): InitializeHandler<Input, Output>;
153
153
  }
154
154
  /**
155
- * @public
156
- *
157
155
  * A factory function that creates functions implementing the `BuildHandler`
158
156
  * interface.
157
+ *
158
+ * @public
159
159
  */
160
160
  export interface SerializeMiddleware<Input extends object, Output extends object> {
161
161
  /**
@@ -167,10 +167,10 @@ export interface SerializeMiddleware<Input extends object, Output extends object
167
167
  (next: SerializeHandler<Input, Output>, context: HandlerExecutionContext): SerializeHandler<Input, Output>;
168
168
  }
169
169
  /**
170
- * @public
171
- *
172
170
  * A factory function that creates functions implementing the `FinalizeHandler`
173
171
  * interface.
172
+ *
173
+ * @public
174
174
  */
175
175
  export interface FinalizeRequestMiddleware<Input extends object, Output extends object> {
176
176
  /**
@@ -198,10 +198,10 @@ export interface DeserializeMiddleware<Input extends object, Output extends obje
198
198
  */
199
199
  export type MiddlewareType<Input extends object, Output extends object> = InitializeMiddleware<Input, Output> | SerializeMiddleware<Input, Output> | BuildMiddleware<Input, Output> | FinalizeRequestMiddleware<Input, Output> | DeserializeMiddleware<Input, Output>;
200
200
  /**
201
- * @public
202
- *
203
201
  * A factory function that creates the terminal handler atop which a middleware
204
202
  * stack sits.
203
+ *
204
+ * @public
205
205
  */
206
206
  export interface Terminalware {
207
207
  <Input extends object, Output extends object>(context: HandlerExecutionContext): DeserializeHandler<Input, Output>;
@@ -258,10 +258,11 @@ export interface HandlerOptions {
258
258
  */
259
259
  name?: string;
260
260
  /**
261
- * @internal
262
261
  * Aliases allows for middleware to be found by multiple names besides {@link HandlerOptions.name}.
263
262
  * This allows for references to replaced middleware to continue working, e.g. replacing
264
263
  * multiple auth-specific middleware with a single generic auth middleware.
264
+ *
265
+ * @internal
265
266
  */
266
267
  aliases?: Array<string>;
267
268
  /**
@@ -335,21 +336,21 @@ export interface DeserializeHandlerOptions extends HandlerOptions {
335
336
  step: "deserialize";
336
337
  }
337
338
  /**
338
- * @public
339
- *
340
339
  * A stack storing middleware. It can be resolved into a handler. It supports 2
341
340
  * approaches for adding middleware:
342
341
  * 1. Adding middleware to specific step with `add()`. The order of middleware
343
- * added into same step is determined by order of adding them. If one middleware
344
- * needs to be executed at the front of the step or at the end of step, set
345
- * `priority` options to `high` or `low`.
342
+ * added into same step is determined by order of adding them. If one middleware
343
+ * needs to be executed at the front of the step or at the end of step, set
344
+ * `priority` options to `high` or `low`.
346
345
  * 2. Adding middleware to location relative to known middleware with `addRelativeTo()`.
347
- * This is useful when given middleware must be executed before or after specific
348
- * middleware(`toMiddleware`). You can add a middleware relatively to another
349
- * middleware which also added relatively. But eventually, this relative middleware
350
- * chain **must** be 'anchored' by a middleware that added using `add()` API
351
- * with absolute `step` and `priority`. This mothod will throw if specified
352
- * `toMiddleware` is not found.
346
+ * This is useful when given middleware must be executed before or after specific
347
+ * middleware(`toMiddleware`). You can add a middleware relatively to another
348
+ * middleware which also added relatively. But eventually, this relative middleware
349
+ * chain **must** be 'anchored' by a middleware that added using `add()` API
350
+ * with absolute `step` and `priority`. This mothod will throw if specified
351
+ * `toMiddleware` is not found.
352
+ *
353
+ * @public
353
354
  */
354
355
  export interface MiddlewareStack<Input extends object, Output extends object> extends Pluggable<Input, Output> {
355
356
  /**
@@ -420,14 +421,13 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
420
421
  */
421
422
  identify(): string[];
422
423
  /**
423
- * @internal
424
- *
425
424
  * When an operation is called using this stack,
426
425
  * it will log its list of middleware to the console using
427
426
  * the identify function.
427
+ * If no argument given, returns the current value.
428
428
  *
429
+ * @internal
429
430
  * @param toggle - set whether to log on resolve.
430
- * If no argument given, returns the current value.
431
431
  */
432
432
  identifyOnResolve(toggle?: boolean): boolean;
433
433
  /**
@@ -447,10 +447,10 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
447
447
  */
448
448
  export declare const SMITHY_CONTEXT_KEY = "__smithy_context";
449
449
  /**
450
- * @public
451
- *
452
450
  * Data and helper objects that are not expected to change from one execution of
453
451
  * a composed handler to another.
452
+ *
453
+ * @public
454
454
  */
455
455
  export interface HandlerExecutionContext {
456
456
  /**
@@ -495,8 +495,9 @@ export interface HandlerExecutionContext {
495
495
  overrideOutputFilterSensitiveLog(...args: any[]): string | void;
496
496
  }>;
497
497
  /**
498
- * @internal
499
498
  * Context for Smithy properties.
499
+ *
500
+ * @internal
500
501
  */
501
502
  [SMITHY_CONTEXT_KEY]?: {
502
503
  service?: string;
@@ -1,16 +1,16 @@
1
1
  import type { Client } from "./client";
2
2
  import type { Command } from "./command";
3
3
  /**
4
- * @public
5
- *
6
4
  * Expected type definition of a paginator.
5
+ *
6
+ * @public
7
7
  */
8
8
  export type Paginator<T> = AsyncGenerator<T, undefined, unknown>;
9
9
  /**
10
- * @public
11
- *
12
10
  * Expected paginator configuration passed to an operation. Services will extend
13
11
  * this interface definition and may type client further.
12
+ *
13
+ * @public
14
14
  */
15
15
  export interface PaginationConfiguration {
16
16
  client: Client<any, any, any>;
@@ -3,9 +3,9 @@ import type { $ClientProtocol } from "./schema/schema";
3
3
  import type { RequestHandler } from "./transfer";
4
4
  import type { Decoder, Encoder, Provider } from "./util";
5
5
  /**
6
- * @public
7
- *
8
6
  * Interface for object requires an Endpoint set.
7
+ *
8
+ * @public
9
9
  */
10
10
  export interface EndpointBearer {
11
11
  endpoint: Provider<Endpoint>;
@@ -22,9 +22,9 @@ export interface StreamCollector {
22
22
  (stream: any): Promise<Uint8Array>;
23
23
  }
24
24
  /**
25
- * @public
26
- *
27
25
  * Request and Response serde util functions and settings for AWS services
26
+ *
27
+ * @public
28
28
  */
29
29
  export interface SerdeContext extends SerdeFunctions, EndpointBearer {
30
30
  requestHandler: RequestHandler<any, any>;
@@ -32,9 +32,9 @@ export interface SerdeContext extends SerdeFunctions, EndpointBearer {
32
32
  protocol?: $ClientProtocol<any, any>;
33
33
  }
34
34
  /**
35
- * @public
36
- *
37
35
  * Serde functions from the client config.
36
+ *
37
+ * @public
38
38
  */
39
39
  export interface SerdeFunctions {
40
40
  base64Encoder: Encoder;
@@ -81,18 +81,18 @@ export interface SdkStreamMixin {
81
81
  transformToWebStream: () => ReadableStream;
82
82
  }
83
83
  /**
84
- * @public
85
- *
86
84
  * The type describing a runtime-specific stream implementation with mix-in
87
85
  * utility functions.
86
+ *
87
+ * @public
88
88
  */
89
89
  export type SdkStream<BaseStream> = BaseStream & SdkStreamMixin;
90
90
  /**
91
- * @public
92
- *
93
91
  * Indicates that the member of type T with
94
92
  * key StreamKey have been extended
95
93
  * with the SdkStreamMixin helper methods.
94
+ *
95
+ * @public
96
96
  */
97
97
  export type WithSdkStreamMixin<T, StreamKey extends keyof T> = {
98
98
  [key in keyof T]: key extends StreamKey ? SdkStream<T[StreamKey]> : T[key];
@@ -1,23 +1,22 @@
1
1
  import type { HttpResponse } from "./http";
2
2
  import type { MetadataBearer } from "./response";
3
3
  /**
4
- * @public
5
- *
6
4
  * A document type represents an untyped JSON-like value.
7
- *
8
5
  * Not all protocols support document types, and the serialization format of a
9
6
  * document type is protocol specific. All JSON protocols SHOULD support
10
7
  * document types and they SHOULD serialize document types inline as normal
11
8
  * JSON values.
9
+ *
10
+ * @public
12
11
  */
13
12
  export type DocumentType = null | boolean | number | string | DocumentType[] | {
14
13
  [prop: string]: DocumentType;
15
14
  };
16
15
  /**
17
- * @public
18
- *
19
16
  * A structure shape with the error trait.
20
17
  * https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-retryable-trait
18
+ *
19
+ * @public
21
20
  */
22
21
  export interface RetryableTrait {
23
22
  /**
@@ -26,10 +25,10 @@ export interface RetryableTrait {
26
25
  readonly throttling?: boolean;
27
26
  }
28
27
  /**
29
- * @public
30
- *
31
28
  * Type that is implemented by all Smithy shapes marked with the
32
29
  * error trait.
30
+ *
31
+ * @public
33
32
  * @deprecated
34
33
  */
35
34
  export interface SmithyException {
@@ -55,19 +54,17 @@ export interface SmithyException {
55
54
  readonly $response?: HttpResponse;
56
55
  }
57
56
  /**
58
- * @public
59
- *
60
- * @deprecated See {@link https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/}
61
- *
62
57
  * This type should not be used in your application.
63
58
  * Users of the AWS SDK for JavaScript v3 service clients should prefer to
64
59
  * use the specific Exception classes corresponding to each operation.
65
60
  * These can be found as code in the deserializer for the operation's Command class,
66
61
  * or as declarations in the service model file in codegen/sdk-codegen/aws-models.
67
- *
68
62
  * If no exceptions are enumerated by a particular Command operation,
69
63
  * the base exception for the service should be used. Each client exports
70
64
  * a base ServiceException prefixed with the service name.
65
+ *
66
+ * @public
67
+ * @deprecated See {@link https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/}
71
68
  */
72
69
  export type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer> & {
73
70
  $metadata?: Partial<MetadataBearer>["$metadata"] & {
@@ -2,10 +2,10 @@ import type { Message } from "./eventStream";
2
2
  import type { HttpRequest } from "./http";
3
3
  import type { AwsCredentialIdentity } from "./identity/awsCredentialIdentity";
4
4
  /**
5
- * @public
6
- *
7
5
  * A `Date` object, a unix (epoch) timestamp in seconds, or a string that can be
8
6
  * understood by the JavaScript `Date` constructor.
7
+ *
8
+ * @public
9
9
  */
10
10
  export type DateInput = number | string | Date;
11
11
  /**
@@ -112,10 +112,10 @@ export interface RequestPresigner {
112
112
  presign(requestToSign: HttpRequest, options?: RequestPresigningArguments): Promise<HttpRequest>;
113
113
  }
114
114
  /**
115
- * @public
116
- *
117
115
  * An object that signs request objects with AWS credentials using one of the
118
116
  * AWS authentication protocols.
117
+ *
118
+ * @public
119
119
  */
120
120
  export interface RequestSigner {
121
121
  /**
@@ -12,10 +12,10 @@ export interface GetAwsChunkedEncodingStreamOptions {
12
12
  streamHasher?: StreamHasher;
13
13
  }
14
14
  /**
15
- * @public
16
- *
17
15
  * A function that returns Readable Stream which follows aws-chunked encoding stream.
18
16
  * It optionally adds checksum if options are provided.
17
+ *
18
+ * @public
19
19
  */
20
20
  export interface GetAwsChunkedEncodingStream<StreamType = any> {
21
21
  (readableStream: StreamType, options: GetAwsChunkedEncodingStreamOptions): StreamType;
@@ -1,32 +1,28 @@
1
- import type { Readable } from "stream";
1
+ import type { Readable } from "node:stream";
2
2
  import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
3
3
  /**
4
- * @public
5
- *
6
4
  * This is the union representing the modeled blob type with streaming trait
7
5
  * in a generic format that does not relate to HTTP input or output payloads.
8
- *
9
6
  * Note: the non-streaming blob type is represented by Uint8Array, but because
10
7
  * the streaming blob type is always in the request/response paylod, it has
11
8
  * historically been handled with different types.
12
- *
13
- * @see https://smithy.io/2.0/spec/simple-types.html#blob
14
- *
15
9
  * For compatibility with its historical representation, it must contain at least
16
10
  * Readble (Node.js), Blob (browser), and ReadableStream (browser).
17
11
  *
12
+ * @public
13
+ * @see https://smithy.io/2.0/spec/simple-types.html#blob
18
14
  * @see StreamingPayloadInputTypes for FAQ about mixing types from multiple environments.
19
15
  */
20
16
  export type StreamingBlobTypes = NodeJsRuntimeStreamingBlobTypes | BrowserRuntimeStreamingBlobTypes;
21
17
  /**
22
- * @public
23
- *
24
18
  * Node.js streaming blob type.
19
+ *
20
+ * @public
25
21
  */
26
22
  export type NodeJsRuntimeStreamingBlobTypes = Readable;
27
23
  /**
28
- * @public
29
- *
30
24
  * Browser streaming blob types.
25
+ *
26
+ * @public
31
27
  */
32
28
  export type BrowserRuntimeStreamingBlobTypes = ReadableStreamOptionalType | BlobOptionalType;