@qqbrowser/openclaw-qbot 0.10.11 → 0.10.15

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 (878) hide show
  1. package/dist/build-info.json +3 -3
  2. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  3. package/dist/canvas-host/a2ui/a2ui.bundle.js +67 -57
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -2
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +5 -5
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +46 -50
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +3 -3
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +16 -18
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +21 -26
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +2 -2
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +9 -10
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/schemas/schemas_0.js +7 -4
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +1 -1
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +7 -10
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -2
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -2
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -2
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -2
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -2
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -2
  23. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -2
  24. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -2
  25. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -2
  26. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -2
  27. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/bdd.js +1 -1
  28. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +2 -2
  29. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +1 -1
  30. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/enums.js +1 -0
  31. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +6 -8
  32. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +6 -11
  33. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +1 -1
  34. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +3 -4
  35. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +3 -3
  36. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +7 -4
  37. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +13 -46
  38. package/node_modules/@aws-sdk/core/dist-cjs/index.js +67 -55
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  40. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
  41. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +717 -2
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
  43. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  44. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -39
  45. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  46. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
  50. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
  51. package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +1 -1
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
  53. package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +1 -1
  54. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +2 -2
  55. package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +2 -2
  56. package/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/awsRegionConfig.js +2 -0
  57. package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +1 -2
  58. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
  59. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +1 -1
  60. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  61. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
  62. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
  63. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/isIpAddress.js +1 -0
  64. package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  65. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/resolveEndpoint.js +1 -0
  66. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/types/EndpointError.js +1 -0
  67. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
  68. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +1 -1
  69. package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
  70. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  71. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  72. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  73. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  74. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
  75. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  76. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  77. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
  78. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  79. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
  80. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  81. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  82. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +26 -11
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  85. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
  86. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
  87. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  90. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  91. package/node_modules/@aws-sdk/{util-format-url/dist-es/index.js → core/dist-es/submodules/util/util-format-url/format-url.js} +1 -1
  92. package/node_modules/@aws-sdk/core/package.json +39 -17
  93. package/node_modules/@aws-sdk/core/util.js +5 -0
  94. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  95. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  96. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  97. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  98. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  99. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +15 -9
  100. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  101. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  102. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  103. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  104. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +13 -7
  105. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  106. package/node_modules/@aws-sdk/credential-provider-http/package.json +18 -12
  107. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  108. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  109. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  110. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  111. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  112. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -14
  113. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  114. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  115. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  116. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -8
  117. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +19 -9
  118. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  119. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  120. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +12 -1
  121. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -12
  122. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  123. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  124. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  125. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -6
  126. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  127. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  128. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  129. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  130. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -8
  131. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  132. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  133. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  134. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -7
  135. package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +2 -2
  136. package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -1
  137. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -5
  138. package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -3
  139. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHandlingMiddleware.js +1 -1
  140. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHeaderMiddleware.js +1 -1
  141. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  142. package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +13 -15
  143. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebSocketFetchHandler.js +5 -5
  144. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebsocketSignatureV4.js +1 -1
  145. package/node_modules/@aws-sdk/middleware-websocket/dist-es/middlewares/websocketEndpointMiddleware.js +1 -1
  146. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventSigningTransformStream.js +1 -1
  147. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventStreamPayloadHandler.js +1 -1
  148. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -12
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +524 -63
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +458 -60
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +403 -60
  152. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +597 -60
  153. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +831 -58
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  155. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +6 -9
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +5 -7
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +5 -10
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +3 -3
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +6 -9
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +2 -2
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +5 -7
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +5 -10
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +3 -3
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +6 -9
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +2 -2
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +5 -7
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +5 -10
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +3 -3
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +6 -9
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +5 -7
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -10
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +3 -3
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -9
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -7
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +2 -2
  207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  208. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +5 -7
  209. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +5 -10
  210. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
  211. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +3 -3
  212. package/node_modules/@aws-sdk/nested-clients/package.json +8 -37
  213. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
  214. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
  215. package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js → signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js} +5 -10
  216. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
  217. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -6
  218. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  219. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  220. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  221. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  222. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  223. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  224. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  225. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  226. package/node_modules/@aws-sdk/token-providers/package.json +6 -7
  227. package/node_modules/@aws-sdk/types/package.json +2 -2
  228. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  229. package/node_modules/@aws-sdk/xml-builder/package.json +6 -6
  230. package/node_modules/@babel/runtime/package.json +1 -1
  231. package/node_modules/@cacheable/memory/package.json +2 -6
  232. package/node_modules/@clack/core/dist/index.mjs +9 -9
  233. package/node_modules/@clack/core/package.json +2 -1
  234. package/node_modules/@clack/prompts/dist/index.mjs +122 -121
  235. package/node_modules/@clack/prompts/package.json +2 -2
  236. package/node_modules/@grammyjs/types/package.json +1 -1
  237. package/node_modules/@nodable/entities/package.json +1 -1
  238. package/node_modules/@nodable/entities/src/EntityDecoder.js +1 -1
  239. package/node_modules/@nodable/entities/src/entities.js +0 -18
  240. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +440 -73
  241. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +71 -12
  242. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +298 -35
  243. package/node_modules/@opentelemetry/semantic-conventions/build/esm/index-incubating.js +1 -12
  244. package/node_modules/@opentelemetry/semantic-conventions/build/esm/index.js +1 -12
  245. package/node_modules/@opentelemetry/semantic-conventions/build/esm/internal/utils.js +1 -12
  246. package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/SemanticResourceAttributes.js +1 -12
  247. package/node_modules/@opentelemetry/semantic-conventions/build/esm/resource/index.js +1 -12
  248. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +78 -13
  249. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_events.js +1 -12
  250. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_metrics.js +1 -12
  251. package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/SemanticAttributes.js +1 -12
  252. package/node_modules/@opentelemetry/semantic-conventions/build/esm/trace/index.js +1 -12
  253. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +2 -13
  254. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +440 -73
  255. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +71 -12
  256. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +298 -35
  257. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index-incubating.js +1 -12
  258. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/index.js +1 -12
  259. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/internal/utils.js +1 -12
  260. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/SemanticResourceAttributes.js +1 -12
  261. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/resource/index.js +1 -12
  262. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +78 -13
  263. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_events.js +1 -12
  264. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_metrics.js +1 -12
  265. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/SemanticAttributes.js +1 -12
  266. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/trace/index.js +1 -12
  267. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +2 -13
  268. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +469 -97
  269. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +72 -13
  270. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +307 -43
  271. package/node_modules/@opentelemetry/semantic-conventions/build/src/index-incubating.js +1 -12
  272. package/node_modules/@opentelemetry/semantic-conventions/build/src/index.js +1 -12
  273. package/node_modules/@opentelemetry/semantic-conventions/build/src/internal/utils.js +1 -12
  274. package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/SemanticResourceAttributes.js +1 -12
  275. package/node_modules/@opentelemetry/semantic-conventions/build/src/resource/index.js +1 -12
  276. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +81 -16
  277. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_events.js +1 -12
  278. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_metrics.js +1 -12
  279. package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/SemanticAttributes.js +1 -12
  280. package/node_modules/@opentelemetry/semantic-conventions/build/src/trace/index.js +1 -12
  281. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +2 -13
  282. package/node_modules/@opentelemetry/semantic-conventions/package.json +2 -2
  283. package/node_modules/@protobufjs/eventemitter/index.js +17 -7
  284. package/node_modules/@protobufjs/eventemitter/package.json +2 -2
  285. package/node_modules/@protobufjs/fetch/index.js +4 -7
  286. package/node_modules/@protobufjs/fetch/package.json +7 -5
  287. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  288. package/node_modules/@protobufjs/inquire/index.js +1 -0
  289. package/node_modules/@protobufjs/inquire/package.json +1 -1
  290. package/node_modules/@slack/bolt/dist/App.js +8 -12
  291. package/node_modules/@slack/bolt/dist/context/index.js +7 -7
  292. package/node_modules/@slack/bolt/dist/index.js +16 -16
  293. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.js +2 -0
  294. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js +8 -1
  295. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js +4 -2
  296. package/node_modules/@slack/bolt/dist/receivers/SocketModeReceiver.js +1 -1
  297. package/node_modules/@slack/bolt/dist/receivers/verify-request.js +3 -0
  298. package/node_modules/@slack/bolt/dist/receivers/verify-signing-secret.js +12 -0
  299. package/node_modules/@slack/bolt/dist/types/actions/index.js +1 -1
  300. package/node_modules/@slack/bolt/dist/types/index.js +3 -3
  301. package/node_modules/@slack/bolt/package.json +4 -4
  302. package/node_modules/@slack/web-api/dist/file-upload.js +4 -2
  303. package/node_modules/@slack/web-api/package.json +2 -2
  304. package/node_modules/@smithy/core/cbor.js +0 -1
  305. package/node_modules/@smithy/core/checksum.js +1 -1
  306. package/node_modules/@smithy/core/client.js +0 -1
  307. package/node_modules/@smithy/core/config.js +1 -1
  308. package/node_modules/@smithy/core/dist-cjs/index.js +3 -4
  309. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1 -1
  310. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +3 -11
  311. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
  312. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +2 -2
  313. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +2 -2
  314. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +9 -40
  315. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +9 -40
  316. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +12 -142
  317. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +39 -22
  318. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +39 -22
  319. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +7 -9
  320. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +128 -176
  321. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +183 -87
  322. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +128 -176
  323. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +184 -0
  324. package/node_modules/@smithy/core/dist-es/index.js +6 -6
  325. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  326. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +2 -2
  327. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +1 -1
  328. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +2 -2
  329. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +2 -2
  330. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -1
  331. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -1
  332. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +1 -1
  333. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
  334. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +1 -2
  335. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  336. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +5 -5
  337. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +1 -1
  338. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  339. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +19 -6
  340. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +4 -5
  341. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -1
  342. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +4 -5
  343. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js +3 -0
  344. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +9 -5
  345. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -4
  346. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -2
  347. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +12 -7
  348. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +9 -5
  349. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +10 -3
  350. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +1 -1
  351. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +1 -1
  352. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +19 -21
  353. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +1 -1
  354. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +2 -2
  355. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +1 -1
  356. package/node_modules/{@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js → @smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js} +1 -1
  357. package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +9 -0
  358. package/node_modules/@smithy/core/dist-es/submodules/{protocols/url-parser → transport}/parseUrl.js +1 -1
  359. package/node_modules/@smithy/core/dist-es/submodules/{endpoints → transport}/toEndpointV1.js +1 -1
  360. package/node_modules/@smithy/core/endpoints.js +0 -1
  361. package/node_modules/@smithy/core/event-streams.js +0 -1
  362. package/node_modules/@smithy/core/package.json +20 -11
  363. package/node_modules/@smithy/core/protocols.js +0 -1
  364. package/node_modules/@smithy/core/retry.js +1 -1
  365. package/node_modules/@smithy/core/schema.js +0 -1
  366. package/node_modules/@smithy/core/serde.js +0 -1
  367. package/node_modules/@smithy/core/transport.js +5 -0
  368. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
  369. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
  370. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  371. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  372. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  373. package/node_modules/@smithy/signature-v4/package.json +3 -3
  374. package/node_modules/@smithy/types/package.json +1 -1
  375. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -7
  376. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -1
  377. package/node_modules/@smithy/util-utf8/package.json +33 -9
  378. package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/dist/index.js +10 -5
  379. package/node_modules/@whiskeysockets/baileys/node_modules/p-queue/package.json +1 -1
  380. package/node_modules/axios/dist/axios.js +81 -53
  381. package/node_modules/axios/dist/axios.min.js +2 -2
  382. package/node_modules/axios/dist/browser/axios.cjs +96 -64
  383. package/node_modules/axios/dist/esm/axios.js +96 -64
  384. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  385. package/node_modules/axios/dist/node/axios.cjs +206 -85
  386. package/node_modules/axios/index.d.cts +1 -1
  387. package/node_modules/axios/lib/adapters/fetch.js +6 -2
  388. package/node_modules/axios/lib/adapters/http.js +139 -29
  389. package/node_modules/axios/lib/adapters/xhr.js +2 -1
  390. package/node_modules/axios/lib/core/AxiosHeaders.js +1 -33
  391. package/node_modules/axios/lib/env/data.js +1 -1
  392. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  393. package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
  394. package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
  395. package/node_modules/axios/lib/helpers/progressEventReducer.js +3 -0
  396. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  397. package/node_modules/axios/lib/utils.js +8 -7
  398. package/node_modules/axios/node_modules/agent-base/dist/src/index.js +203 -0
  399. package/node_modules/axios/node_modules/agent-base/dist/src/promisify.js +18 -0
  400. package/node_modules/axios/node_modules/agent-base/package.json +64 -0
  401. package/node_modules/axios/node_modules/https-proxy-agent/dist/agent.js +177 -0
  402. package/node_modules/axios/node_modules/https-proxy-agent/dist/index.js +14 -0
  403. package/node_modules/axios/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  404. package/node_modules/axios/node_modules/https-proxy-agent/package.json +56 -0
  405. package/node_modules/axios/package.json +3 -1
  406. package/node_modules/discord-api-types/package.json +8 -8
  407. package/node_modules/discord-api-types/payloads/v10/oauth2.js +7 -0
  408. package/node_modules/discord-api-types/payloads/v9/oauth2.js +7 -0
  409. package/node_modules/discord-api-types/rest/v10/index.js +3 -2
  410. package/node_modules/discord-api-types/rest/v9/index.js +3 -2
  411. package/node_modules/es-object-atoms/package.json +6 -7
  412. package/node_modules/es-object-atoms/tsconfig.json +1 -0
  413. package/node_modules/eventsource-parser/dist/index.cjs +21 -10
  414. package/node_modules/eventsource-parser/dist/index.d.cts +33 -10
  415. package/node_modules/eventsource-parser/dist/index.js +21 -10
  416. package/node_modules/eventsource-parser/dist/stream.cjs +4 -3
  417. package/node_modules/eventsource-parser/dist/stream.d.cts +16 -3
  418. package/node_modules/eventsource-parser/dist/stream.js +4 -3
  419. package/node_modules/eventsource-parser/package.json +8 -8
  420. package/node_modules/express-rate-limit/dist/index.cjs +1 -1
  421. package/node_modules/express-rate-limit/dist/index.mjs +1 -1
  422. package/node_modules/express-rate-limit/package.json +9 -9
  423. package/node_modules/fast-wrap-ansi/lib/main.js +0 -1
  424. package/node_modules/fast-wrap-ansi/package.json +10 -10
  425. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  426. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  427. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
  428. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  429. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  430. package/node_modules/fast-xml-parser/package.json +2 -4
  431. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
  432. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
  433. package/node_modules/grammy/out/bot.js +1 -0
  434. package/node_modules/grammy/out/context.js +236 -74
  435. package/node_modules/grammy/out/convenience/constants.js +1 -0
  436. package/node_modules/grammy/out/convenience/frameworks.js +21 -17
  437. package/node_modules/grammy/out/core/api.js +280 -141
  438. package/node_modules/grammy/out/filter.js +5 -1
  439. package/node_modules/grammy/out/web.mjs +191 -61
  440. package/node_modules/grammy/package.json +2 -2
  441. package/node_modules/hasown/package.json +4 -5
  442. package/node_modules/linkify-it/build/index.cjs.js +99 -94
  443. package/node_modules/linkify-it/index.mjs +99 -94
  444. package/node_modules/linkify-it/package.json +11 -1
  445. package/node_modules/lru-cache/dist/commonjs/browser/index.js +81 -41
  446. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  447. package/node_modules/lru-cache/dist/commonjs/browser/perf.js +1 -2
  448. package/node_modules/lru-cache/dist/commonjs/index.js +81 -41
  449. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  450. package/node_modules/lru-cache/dist/commonjs/node/index.js +81 -41
  451. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  452. package/node_modules/lru-cache/dist/commonjs/node/perf.js +1 -2
  453. package/node_modules/lru-cache/dist/commonjs/perf.js +1 -2
  454. package/node_modules/lru-cache/dist/esm/browser/index.js +81 -41
  455. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  456. package/node_modules/lru-cache/dist/esm/browser/perf.js +1 -2
  457. package/node_modules/lru-cache/dist/esm/index.js +81 -41
  458. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  459. package/node_modules/lru-cache/dist/esm/node/index.js +81 -41
  460. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  461. package/node_modules/lru-cache/dist/esm/node/perf.js +1 -2
  462. package/node_modules/lru-cache/dist/esm/perf.js +1 -2
  463. package/node_modules/lru-cache/package.json +8 -8
  464. package/node_modules/markdown-it/dist/index.cjs.js +111 -31
  465. package/node_modules/markdown-it/dist/markdown-it.js +117 -31
  466. package/node_modules/markdown-it/dist/markdown-it.min.js +2 -2
  467. package/node_modules/markdown-it/lib/common/utils.mjs +30 -1
  468. package/node_modules/markdown-it/lib/index.mjs +1 -1
  469. package/node_modules/markdown-it/lib/rules_block/heading.mjs +2 -2
  470. package/node_modules/markdown-it/lib/rules_block/html_block.mjs +12 -1
  471. package/node_modules/markdown-it/lib/rules_block/lheading.mjs +4 -1
  472. package/node_modules/markdown-it/lib/rules_block/paragraph.mjs +3 -1
  473. package/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +37 -21
  474. package/node_modules/markdown-it/lib/rules_inline/entity.mjs +2 -2
  475. package/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +37 -6
  476. package/node_modules/markdown-it/package.json +14 -3
  477. package/node_modules/protobufjs/dist/light/protobuf.js +354 -234
  478. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  479. package/node_modules/protobufjs/dist/minimal/protobuf.js +75 -29
  480. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  481. package/node_modules/protobufjs/dist/protobuf.js +425 -286
  482. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  483. package/node_modules/protobufjs/ext/descriptor/index.js +7 -2
  484. package/node_modules/protobufjs/package.json +8 -5
  485. package/node_modules/protobufjs/src/converter.js +17 -10
  486. package/node_modules/protobufjs/src/encoder.js +8 -5
  487. package/node_modules/protobufjs/src/enum.js +2 -2
  488. package/node_modules/protobufjs/src/field.js +1 -1
  489. package/node_modules/protobufjs/src/namespace.js +10 -4
  490. package/node_modules/protobufjs/src/object.js +6 -6
  491. package/node_modules/protobufjs/src/parse.js +49 -30
  492. package/node_modules/protobufjs/src/root.js +18 -10
  493. package/node_modules/protobufjs/src/roots.js +1 -1
  494. package/node_modules/protobufjs/src/service.js +4 -2
  495. package/node_modules/protobufjs/src/type.js +12 -7
  496. package/node_modules/protobufjs/src/util/fs.js +11 -0
  497. package/node_modules/protobufjs/src/util/minimal.js +42 -9
  498. package/node_modules/protobufjs/src/util/patterns.js +0 -1
  499. package/node_modules/protobufjs/src/util.js +19 -4
  500. package/node_modules/protobufjs/src/wrappers.js +11 -7
  501. package/node_modules/protobufjs/src/writer.js +11 -9
  502. package/node_modules/qs/dist/qs.js +15 -15
  503. package/node_modules/qs/eslint.config.mjs +1 -0
  504. package/node_modules/qs/lib/parse.js +52 -22
  505. package/node_modules/qs/lib/stringify.js +11 -4
  506. package/node_modules/qs/package.json +2 -2
  507. package/node_modules/semver/classes/range.js +7 -0
  508. package/node_modules/semver/package.json +1 -1
  509. package/node_modules/semver/ranges/subset.js +2 -2
  510. package/node_modules/shell-quote/package.json +5 -6
  511. package/node_modules/shell-quote/quote.js +43 -1
  512. package/node_modules/thread-stream/.claude/settings.local.json +15 -0
  513. package/node_modules/thread-stream/CLAUDE.md +64 -0
  514. package/node_modules/thread-stream/index.js +41 -13
  515. package/node_modules/thread-stream/lib/indexes.js +3 -1
  516. package/node_modules/thread-stream/lib/worker.js +20 -8
  517. package/node_modules/thread-stream/package.json +1 -1
  518. package/node_modules/type-is/index.js +8 -18
  519. package/node_modules/type-is/node_modules/content-type/dist/index.js +170 -0
  520. package/node_modules/type-is/node_modules/content-type/package.json +52 -0
  521. package/node_modules/type-is/package.json +9 -5
  522. package/node_modules/undici/lib/api/api-request.js +1 -1
  523. package/node_modules/undici/lib/cache/sqlite-cache-store.js +3 -3
  524. package/node_modules/undici/lib/core/connect.js +16 -0
  525. package/node_modules/undici/lib/core/request.js +17 -2
  526. package/node_modules/undici/lib/core/socks5-client.js +10 -5
  527. package/node_modules/undici/lib/core/socks5-utils.js +17 -22
  528. package/node_modules/undici/lib/dispatcher/client-h1.js +64 -20
  529. package/node_modules/undici/lib/dispatcher/client.js +6 -2
  530. package/node_modules/undici/lib/dispatcher/h2c-client.js +1 -1
  531. package/node_modules/undici/lib/global.js +10 -1
  532. package/node_modules/undici/lib/mock/mock-call-history.js +15 -15
  533. package/node_modules/undici/lib/util/cache.js +8 -7
  534. package/node_modules/undici/lib/web/fetch/formdata-parser.js +17 -6
  535. package/node_modules/undici/lib/web/fetch/index.js +5 -2
  536. package/node_modules/undici/lib/web/webidl/index.js +5 -5
  537. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +1 -7
  538. package/node_modules/undici/package.json +1 -1
  539. package/node_modules/ws/lib/receiver.js +54 -0
  540. package/node_modules/ws/lib/sender.js +6 -1
  541. package/node_modules/ws/lib/websocket-server.js +8 -0
  542. package/node_modules/ws/lib/websocket.js +14 -0
  543. package/node_modules/ws/package.json +1 -1
  544. package/package.json +1 -1
  545. package/skills/qqbrowser-playbook/SKILL.md +330 -0
  546. package/skills/qqbrowser-skill/SKILL.md +355 -160
  547. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  548. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  549. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  550. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  551. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  552. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  553. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  554. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  555. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  556. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  557. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  558. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  559. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  560. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  561. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  562. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  563. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -157
  564. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  565. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  566. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -81
  567. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  568. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  569. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  570. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  571. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  572. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  573. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  574. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  575. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -70
  576. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
  577. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
  578. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
  579. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  580. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
  581. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
  582. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
  583. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
  584. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
  585. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -63
  586. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
  587. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
  588. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
  589. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
  590. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
  591. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
  592. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
  593. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
  594. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
  595. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
  596. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
  597. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
  598. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
  599. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
  600. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
  601. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
  602. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
  603. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
  604. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +0 -1
  605. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
  606. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
  607. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
  608. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
  609. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
  610. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
  611. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
  612. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
  613. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  614. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -63
  615. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  616. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
  617. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  618. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  619. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  620. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  621. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  622. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  623. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  624. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  625. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  626. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
  627. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  628. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  629. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  630. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  631. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  632. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  633. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  634. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  635. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  636. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
  637. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  638. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  639. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  640. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  641. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  642. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  643. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  644. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  645. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  646. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
  647. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  648. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  649. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  650. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  651. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  652. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  653. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  654. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  655. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
  656. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  657. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
  658. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  659. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
  660. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  661. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  662. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
  663. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  664. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
  665. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  666. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
  667. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  668. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  669. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
  670. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -20
  671. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
  672. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
  673. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +0 -2
  674. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -62
  675. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
  676. package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
  677. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
  678. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  679. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  680. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  681. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  682. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  683. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  684. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  685. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  686. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  687. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +0 -34
  688. package/node_modules/@aws-sdk/util-format-url/package.json +0 -56
  689. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  690. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -57
  691. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -58
  692. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  693. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -55
  694. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
  695. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  696. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -69
  697. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -22
  698. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -1
  699. package/node_modules/@smithy/config-resolver/package.json +0 -41
  700. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -6
  701. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -21
  702. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -21
  703. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -46
  704. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -6
  705. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -24
  706. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -19
  707. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -27
  708. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -5
  709. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -10
  710. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -44
  711. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +0 -5
  712. package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -14
  713. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -18
  714. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -38
  715. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -15
  716. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -6
  717. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -9
  718. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -6
  719. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -61
  720. package/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +0 -1
  721. package/node_modules/@smithy/core/dist-es/submodules/client/util-middleware/getSmithyContext.js +0 -2
  722. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/TestVectors.fixture.js +0 -146
  723. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/vectorTypes.fixture.js +0 -1
  724. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  725. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -11
  726. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -1
  727. package/node_modules/@smithy/eventstream-codec/package.json +0 -44
  728. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -9
  729. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  730. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -44
  731. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -5
  732. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  733. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -44
  734. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -6
  735. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -1
  736. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -44
  737. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -5
  738. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -1
  739. package/node_modules/@smithy/hash-node/package.json +0 -41
  740. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -6
  741. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -1
  742. package/node_modules/@smithy/invalid-dependency/package.json +0 -41
  743. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -7
  744. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -1
  745. package/node_modules/@smithy/middleware-content-length/package.json +0 -41
  746. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -12
  747. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -1
  748. package/node_modules/@smithy/middleware-endpoint/package.json +0 -41
  749. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -22
  750. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -1
  751. package/node_modules/@smithy/middleware-retry/package.json +0 -41
  752. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -9
  753. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -1
  754. package/node_modules/@smithy/middleware-serde/package.json +0 -41
  755. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -5
  756. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  757. package/node_modules/@smithy/middleware-stack/package.json +0 -43
  758. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -5
  759. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  760. package/node_modules/@smithy/node-config-provider/package.json +0 -43
  761. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -21
  762. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -88
  763. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -21
  764. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -10
  765. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -1
  766. package/node_modules/@smithy/property-provider/package.json +0 -41
  767. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -11
  768. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -1
  769. package/node_modules/@smithy/protocol-http/package.json +0 -42
  770. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -5
  771. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -1
  772. package/node_modules/@smithy/querystring-builder/package.json +0 -41
  773. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -16
  774. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -1
  775. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -41
  776. package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
  777. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -75
  778. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -3
  779. package/node_modules/@smithy/smithy-client/package.json +0 -42
  780. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -5
  781. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -1
  782. package/node_modules/@smithy/url-parser/package.json +0 -41
  783. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -6
  784. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -1
  785. package/node_modules/@smithy/util-base64/package.json +0 -42
  786. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -5
  787. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  788. package/node_modules/@smithy/util-body-length-browser/package.json +0 -42
  789. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -5
  790. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  791. package/node_modules/@smithy/util-body-length-node/package.json +0 -42
  792. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -7
  793. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -1
  794. package/node_modules/@smithy/util-config-provider/package.json +0 -43
  795. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -5
  796. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  797. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -41
  798. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -5
  799. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  800. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -41
  801. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -12
  802. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -1
  803. package/node_modules/@smithy/util-endpoints/package.json +0 -45
  804. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -6
  805. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -1
  806. package/node_modules/@smithy/util-hex-encoding/package.json +0 -42
  807. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -6
  808. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -1
  809. package/node_modules/@smithy/util-middleware/package.json +0 -46
  810. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -21
  811. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -1
  812. package/node_modules/@smithy/util-retry/package.json +0 -46
  813. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -14
  814. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -1
  815. package/node_modules/@smithy/util-stream/package.json +0 -43
  816. package/node_modules/shell-quote/print.py +0 -3
  817. /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
  818. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
  819. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
  820. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
  821. /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
  822. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
  823. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
  824. /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
  825. /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
  826. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
  827. /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
  828. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
  829. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
  830. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
  831. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
  832. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
  833. /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
  834. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
  835. /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
  836. /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
  837. /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
  838. /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
  839. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
  840. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
  841. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
  842. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
  843. /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
  844. /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
  845. /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
  846. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -0
  847. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.js +0 -0
  848. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.js +0 -0
  849. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.js +0 -0
  850. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.js +0 -0
  851. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.js +0 -0
  852. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.js +0 -0
  853. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.js +0 -0
  854. /package/node_modules/@smithy/core/dist-es/{pagination → legacy-root-exports/pagination}/createPaginator.js +0 -0
  855. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.js +0 -0
  856. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.js +0 -0
  857. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.js +0 -0
  858. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.js +0 -0
  859. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.js +0 -0
  860. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.js +0 -0
  861. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.js +0 -0
  862. /package/node_modules/@smithy/core/dist-es/{getSmithyContext.js → submodules/transport/getSmithyContext.js} +0 -0
  863. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpRequest.js +0 -0
  864. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpResponse.js +0 -0
  865. /package/node_modules/@smithy/core/dist-es/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.js +0 -0
  866. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/isValidHostname.js +0 -0
  867. /package/node_modules/@smithy/core/dist-es/submodules/{client/util-middleware → transport}/normalizeProvider.js +0 -0
  868. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/querystring-parser → transport}/parseQueryString.js +0 -0
  869. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  870. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  871. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  872. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  873. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  874. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.browser.js +0 -0
  875. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.js +0 -0
  876. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUint8Array.js +0 -0
  877. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.browser.js +0 -0
  878. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.js +0 -0
@@ -1,17 +1,6 @@
1
1
  /*
2
2
  * Copyright The OpenTelemetry Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * https://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
3
+ * SPDX-License-Identifier: Apache-2.0
15
4
  */
16
5
  //----------------------------------------------------------------------------------------------------------
17
6
  // DO NOT EDIT, this is an Auto-generated file from scripts/semconv/templates/registry/stable/attributes.ts.j2
@@ -1250,7 +1239,7 @@ export const ATTR_AWS_KINESIS_STREAM_NAME = 'aws.kinesis.stream_name';
1250
1239
  */
1251
1240
  export const ATTR_AWS_LAMBDA_INVOKED_ARN = 'aws.lambda.invoked_arn';
1252
1241
  /**
1253
- * The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html). An event source is mapped to a lambda function. It's contents are read by Lambda and used to trigger a function. This isn't available in the lambda execution context or the lambda runtime environtment. This is going to be populated by the AWS SDK for each language when that UUID is present. Some of these operations are Create/Delete/Get/List/Update EventSourceMapping.
1242
+ * The UUID of the [AWS Lambda EvenSource Mapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html). An event source is mapped to a lambda function. It's contents are read by Lambda and used to trigger a function. This isn't available in the lambda execution context or the lambda runtime environment. This is going to be populated by the AWS SDK for each language when that UUID is present. Some of these operations are Create/Delete/Get/List/Update EventSourceMapping.
1254
1243
  *
1255
1244
  * @example 587ad24b-03b9-4413-8202-bbd56b36e5b7
1256
1245
  *
@@ -1399,7 +1388,7 @@ export const ATTR_AWS_S3_PART_NUMBER = 'aws.s3.part_number';
1399
1388
  */
1400
1389
  export const ATTR_AWS_S3_UPLOAD_ID = 'aws.s3.upload_id';
1401
1390
  /**
1402
- * The ARN of the Secret stored in the Secrets Mangger
1391
+ * The ARN of the Secret stored in the Secrets Manager
1403
1392
  *
1404
1393
  * @example arn:aws:secretsmanager:us-east-1:123456789012:secret:SecretName-6RandomCharacters
1405
1394
  *
@@ -1942,6 +1931,8 @@ export const ATTR_CICD_PIPELINE_TASK_NAME = 'cicd.pipeline.task.name';
1942
1931
  *
1943
1932
  * @example 12097
1944
1933
  *
1934
+ * @note For a given pipeline run and task, the `cicd.pipeline.task.run.id` **MUST** be unique within that run. For the same task across different runs of the same pipeline, the `cicd.pipeline.task.run.id` **MAY** remain the same, enabling correlation of `cicd.pipeline.task.run.result` values across multiple pipeline runs.
1935
+ *
1945
1936
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
1946
1937
  */
1947
1938
  export const ATTR_CICD_PIPELINE_TASK_RUN_ID = 'cicd.pipeline.task.run.id';
@@ -2960,7 +2951,7 @@ export const ATTR_CONTAINER_NAME = 'container.name';
2960
2951
  */
2961
2952
  export const ATTR_CONTAINER_RUNTIME = 'container.runtime';
2962
2953
  /**
2963
- * A description about the runtime which could include, for example details about the CRI/API version being used or other customisations.
2954
+ * A description about the runtime which could include, for example details about the CRI/API version being used or other customizations.
2964
2955
  *
2965
2956
  * @example docker://19.3.1 - CRI: 1.22.0
2966
2957
  *
@@ -4488,23 +4479,6 @@ export const ATTR_DB_USER = 'db.user';
4488
4479
  * @deprecated Replaced by `deployment.environment.name`.
4489
4480
  */
4490
4481
  export const ATTR_DEPLOYMENT_ENVIRONMENT = 'deployment.environment';
4491
- /**
4492
- * Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier).
4493
- *
4494
- * @example staging
4495
- * @example production
4496
- *
4497
- * @note `deployment.environment.name` does not affect the uniqueness constraints defined through
4498
- * the `service.namespace`, `service.name` and `service.instance.id` resource attributes.
4499
- * This implies that resources carrying the following attribute combinations **MUST** be
4500
- * considered to be identifying the same service:
4501
- *
4502
- * - `service.name=frontend`, `deployment.environment.name=production`
4503
- * - `service.name=frontend`, `deployment.environment.name=staging`.
4504
- *
4505
- * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
4506
- */
4507
- export const ATTR_DEPLOYMENT_ENVIRONMENT_NAME = 'deployment.environment.name';
4508
4482
  /**
4509
4483
  * The id of the deployment.
4510
4484
  *
@@ -6216,6 +6190,14 @@ export const GEN_AI_OPERATION_NAME_VALUE_GENERATE_CONTENT = "generate_content";
6216
6190
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6217
6191
  */
6218
6192
  export const GEN_AI_OPERATION_NAME_VALUE_INVOKE_AGENT = "invoke_agent";
6193
+ /**
6194
+ * Enum value "invoke_workflow" for attribute {@link ATTR_GEN_AI_OPERATION_NAME}.
6195
+ *
6196
+ * Invoke GenAI workflow
6197
+ *
6198
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6199
+ */
6200
+ export const GEN_AI_OPERATION_NAME_VALUE_INVOKE_WORKFLOW = "invoke_workflow";
6219
6201
  /**
6220
6202
  * Enum value "retrieval" for attribute {@link ATTR_GEN_AI_OPERATION_NAME}.
6221
6203
  *
@@ -6383,7 +6365,7 @@ export const GEN_AI_PROVIDER_NAME_VALUE_AZURE_AI_INFERENCE = "azure.ai.inference
6383
6365
  /**
6384
6366
  * Enum value "azure.ai.openai" for attribute {@link ATTR_GEN_AI_PROVIDER_NAME}.
6385
6367
  *
6386
- * [Azure OpenAI](https://azure.microsoft.com/products/ai-services/openai-service/)
6368
+ * [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview)
6387
6369
  *
6388
6370
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6389
6371
  */
@@ -6543,6 +6525,12 @@ export const ATTR_GEN_AI_REQUEST_SEED = 'gen_ai.request.seed';
6543
6525
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6544
6526
  */
6545
6527
  export const ATTR_GEN_AI_REQUEST_STOP_SEQUENCES = 'gen_ai.request.stop_sequences';
6528
+ /**
6529
+ * Indicates whether the GenAI request was made in streaming mode.
6530
+ *
6531
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6532
+ */
6533
+ export const ATTR_GEN_AI_REQUEST_STREAM = 'gen_ai.request.stream';
6546
6534
  /**
6547
6535
  * The temperature setting for the GenAI request.
6548
6536
  *
@@ -6592,6 +6580,15 @@ export const ATTR_GEN_AI_RESPONSE_ID = 'gen_ai.response.id';
6592
6580
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6593
6581
  */
6594
6582
  export const ATTR_GEN_AI_RESPONSE_MODEL = 'gen_ai.response.model';
6583
+ /**
6584
+ * Time to first chunk in a streaming response, measured from request issuance, in seconds. The value is measured from when the client issues the generation request to when the first chunk is received in the response stream.
6585
+ *
6586
+ * @example 0.5
6587
+ * @example 1.2
6588
+ *
6589
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6590
+ */
6591
+ export const ATTR_GEN_AI_RESPONSE_TIME_TO_FIRST_CHUNK = 'gen_ai.response.time_to_first_chunk';
6595
6592
  /**
6596
6593
  * The documents retrieved.
6597
6594
  *
@@ -6932,7 +6929,7 @@ export const ATTR_GEN_AI_TOOL_CALL_ID = 'gen_ai.tool.call.id';
6932
6929
  */
6933
6930
  export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
6934
6931
  /**
6935
- * The list of source system tool definitions available to the GenAI agent or model.
6932
+ * The list of tool definitions available to the GenAI agent or model.
6936
6933
  *
6937
6934
  * @example [
6938
6935
  * {
@@ -6962,15 +6959,15 @@ export const ATTR_GEN_AI_TOOL_CALL_RESULT = 'gen_ai.tool.call.result';
6962
6959
  * }
6963
6960
  * ]
6964
6961
  *
6965
- * @note The value of this attribute matches source system tool definition format.
6962
+ * @note Instrumentations **MUST** follow [Tool Definitions JSON Schema](/docs/gen-ai/gen-ai-tool-definitions.json).
6966
6963
  *
6967
- * It's expected to be an array of objects where each object represents a tool definition. In case a serialized string is available
6968
- * to the instrumentation, the instrumentation **SHOULD** do the best effort to
6969
- * deserialize it to an array. When recorded on spans, it **MAY** be recorded as a JSON string if structured format is not supported and **SHOULD** be recorded in structured form otherwise.
6964
+ * When the attribute is recorded on events, it **MUST** be recorded in structured
6965
+ * form. When recorded on spans, it **MAY** be recorded as a JSON string if structured
6966
+ * format is not supported and **SHOULD** be recorded in structured form otherwise.
6970
6967
  *
6971
6968
  * Since this attribute could be large, it's NOT **RECOMMENDED** to populate
6972
- * it by default. Instrumentations **MAY** provide a way to enable
6973
- * populating this attribute.
6969
+ * non-required properties by default. Instrumentations **MAY** provide a way
6970
+ * to enable populating optional properties.
6974
6971
  *
6975
6972
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
6976
6973
  */
@@ -7068,6 +7065,27 @@ export const ATTR_GEN_AI_USAGE_OUTPUT_TOKENS = 'gen_ai.usage.output_tokens';
7068
7065
  * @deprecated Replaced by `gen_ai.usage.input_tokens`.
7069
7066
  */
7070
7067
  export const ATTR_GEN_AI_USAGE_PROMPT_TOKENS = 'gen_ai.usage.prompt_tokens';
7068
+ /**
7069
+ * The number of output tokens used for reasoning (e.g. chain-of-thought, extended thinking).
7070
+ *
7071
+ * @example 50
7072
+ *
7073
+ * @note The value **SHOULD** be included in `gen_ai.usage.output_tokens`.
7074
+ *
7075
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7076
+ */
7077
+ export const ATTR_GEN_AI_USAGE_REASONING_OUTPUT_TOKENS = 'gen_ai.usage.reasoning.output_tokens';
7078
+ /**
7079
+ * Human-readable name of the GenAI workflow provided by the application.
7080
+ *
7081
+ * @example multi_agent_rag
7082
+ * @example customer_support_pipeline
7083
+ *
7084
+ * @note This attribute can be populated in different frameworks eg: name of the first chain in LangChain OR name of the crew in CrewAI.
7085
+ *
7086
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7087
+ */
7088
+ export const ATTR_GEN_AI_WORKFLOW_NAME = 'gen_ai.workflow.name';
7071
7089
  /**
7072
7090
  * Two-letter code representing continent’s name.
7073
7091
  *
@@ -7179,6 +7197,69 @@ export const ATTR_GEO_POSTAL_CODE = 'geo.postal_code';
7179
7197
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7180
7198
  */
7181
7199
  export const ATTR_GEO_REGION_ISO_CODE = 'geo.region.iso_code';
7200
+ /**
7201
+ * The detailed state of the CPU.
7202
+ *
7203
+ * @example gc/pause
7204
+ * @example gc/mark/assist
7205
+ *
7206
+ * @note Value **SHOULD** match the specific CPU class reported by the Go runtime under `/cpu/classes/...`. The list of possible values is subject to change with the Go version used.
7207
+ *
7208
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7209
+ */
7210
+ export const ATTR_GO_CPU_DETAILED_STATE = 'go.cpu.detailed_state';
7211
+ /**
7212
+ * The state of the CPU.
7213
+ *
7214
+ * @example user
7215
+ * @example gc
7216
+ *
7217
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7218
+ */
7219
+ export const ATTR_GO_CPU_STATE = 'go.cpu.state';
7220
+ /**
7221
+ * Enum value "gc" for attribute {@link ATTR_GO_CPU_STATE}.
7222
+ *
7223
+ * CPU time spent performing garbage collection tasks.
7224
+ *
7225
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7226
+ */
7227
+ export const GO_CPU_STATE_VALUE_GC = "gc";
7228
+ /**
7229
+ * Enum value "idle" for attribute {@link ATTR_GO_CPU_STATE}.
7230
+ *
7231
+ * Available CPU time not spent executing any Go or Go runtime code.
7232
+ *
7233
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7234
+ */
7235
+ export const GO_CPU_STATE_VALUE_IDLE = "idle";
7236
+ /**
7237
+ * Enum value "scavenge" for attribute {@link ATTR_GO_CPU_STATE}.
7238
+ *
7239
+ * CPU time spent returning unused memory to the underlying platform.
7240
+ *
7241
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7242
+ */
7243
+ export const GO_CPU_STATE_VALUE_SCAVENGE = "scavenge";
7244
+ /**
7245
+ * Enum value "user" for attribute {@link ATTR_GO_CPU_STATE}.
7246
+ *
7247
+ * CPU time spent running user Go code.
7248
+ *
7249
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7250
+ */
7251
+ export const GO_CPU_STATE_VALUE_USER = "user";
7252
+ /**
7253
+ * The detailed type of memory.
7254
+ *
7255
+ * @example heap/objects
7256
+ * @example heap/free
7257
+ *
7258
+ * @note Value **SHOULD** match the specific memory class reported by the Go runtime under `/memory/classes/...`. The list of possible values is subject to change with the Go version used.
7259
+ *
7260
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7261
+ */
7262
+ export const ATTR_GO_MEMORY_DETAILED_TYPE = 'go.memory.detailed_type';
7182
7263
  /**
7183
7264
  * The type of memory.
7184
7265
  *
@@ -7209,7 +7290,7 @@ export const GO_MEMORY_TYPE_VALUE_STACK = "stack";
7209
7290
  *
7210
7291
  * @example "query findBookById { bookById(id: ?) { name } }"
7211
7292
  *
7212
- * @note The value may be sanitized to exclude sensitive information.
7293
+ * @note If instrumentation can reliably identify and redact sensitive information it **SHOULD** do it.
7213
7294
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
7214
7295
  */
7215
7296
  export const ATTR_GRAPHQL_DOCUMENT = 'graphql.document';
@@ -7727,7 +7808,7 @@ export const ATTR_HTTP_URL = 'http.url';
7727
7808
  */
7728
7809
  export const ATTR_HTTP_USER_AGENT = 'http.user_agent';
7729
7810
  /**
7730
- * Design capacity in Watts-hours or Amper-hours
7811
+ * Design capacity in Watts-hours or Ampere-hours
7731
7812
  *
7732
7813
  * @example 9.3Ah
7733
7814
  * @example 50Wh
@@ -9058,6 +9139,17 @@ export const ATTR_K8S_NODE_LABEL = (key) => `k8s.node.label.${key}`;
9058
9139
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9059
9140
  */
9060
9141
  export const ATTR_K8S_NODE_NAME = 'k8s.node.name';
9142
+ /**
9143
+ * The name of the system container running on the K8s Node.
9144
+ *
9145
+ * @example kubelet
9146
+ * @example runtime
9147
+ * @example pods
9148
+ * @example misc
9149
+ *
9150
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9151
+ */
9152
+ export const ATTR_K8S_NODE_SYSTEM_CONTAINER_NAME = 'k8s.node.system_container.name';
9061
9153
  /**
9062
9154
  * The UID of the Node.
9063
9155
  *
@@ -9066,6 +9158,231 @@ export const ATTR_K8S_NODE_NAME = 'k8s.node.name';
9066
9158
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9067
9159
  */
9068
9160
  export const ATTR_K8S_NODE_UID = 'k8s.node.uid';
9161
+ /**
9162
+ * The annotation placed on the PersistentVolume, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
9163
+ *
9164
+ * @example kubernetes.io/aws-ebs
9165
+ * @example
9166
+ *
9167
+ * @note Examples:
9168
+ *
9169
+ * - An annotation `pv.kubernetes.io/provisioned-by` with value `kubernetes.io/aws-ebs` **SHOULD** be recorded as
9170
+ * the `k8s.persistentvolume.annotation.pv.kubernetes.io/provisioned-by` attribute with value `"kubernetes.io/aws-ebs"`.
9171
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
9172
+ * the `k8s.persistentvolume.annotation.data` attribute with value `""`.
9173
+ *
9174
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9175
+ */
9176
+ export const ATTR_K8S_PERSISTENTVOLUME_ANNOTATION = (key) => `k8s.persistentvolume.annotation.${key}`;
9177
+ /**
9178
+ * The label placed on the PersistentVolume, the `<key>` being the label name, the value being the label value, even if the value is empty.
9179
+ *
9180
+ * @example ssd
9181
+ * @example
9182
+ *
9183
+ * @note Examples:
9184
+ *
9185
+ * - A label `type` with value `ssd` **SHOULD** be recorded as
9186
+ * the `k8s.persistentvolume.label.type` attribute with value `"ssd"`.
9187
+ * - A label `data` with empty string value **SHOULD** be recorded as
9188
+ * the `k8s.persistentvolume.label.data` attribute with value `""`.
9189
+ *
9190
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9191
+ */
9192
+ export const ATTR_K8S_PERSISTENTVOLUME_LABEL = (key) => `k8s.persistentvolume.label.${key}`;
9193
+ /**
9194
+ * The name of the PersistentVolume.
9195
+ *
9196
+ * @example pv-data-01
9197
+ *
9198
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9199
+ */
9200
+ export const ATTR_K8S_PERSISTENTVOLUME_NAME = 'k8s.persistentvolume.name';
9201
+ /**
9202
+ * The reclaim policy of the PersistentVolume.
9203
+ *
9204
+ * @example Delete
9205
+ * @example Retain
9206
+ * @example Recycle
9207
+ *
9208
+ * @note This attribute aligns with the `persistentVolumeReclaimPolicy` field of the
9209
+ * [K8s PersistentVolumeSpec](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1/#PersistentVolumeSpec).
9210
+ *
9211
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9212
+ */
9213
+ export const ATTR_K8S_PERSISTENTVOLUME_RECLAIM_POLICY = 'k8s.persistentvolume.reclaim_policy';
9214
+ /**
9215
+ * Enum value "Delete" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_RECLAIM_POLICY}.
9216
+ *
9217
+ * The volume will be deleted when released from its claim.
9218
+ *
9219
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9220
+ */
9221
+ export const K8S_PERSISTENTVOLUME_RECLAIM_POLICY_VALUE_DELETE = "Delete";
9222
+ /**
9223
+ * Enum value "Recycle" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_RECLAIM_POLICY}.
9224
+ *
9225
+ * The volume will be recycled (basic scrub) when released from its claim.
9226
+ *
9227
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9228
+ */
9229
+ export const K8S_PERSISTENTVOLUME_RECLAIM_POLICY_VALUE_RECYCLE = "Recycle";
9230
+ /**
9231
+ * Enum value "Retain" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_RECLAIM_POLICY}.
9232
+ *
9233
+ * The volume will be retained when released from its claim.
9234
+ *
9235
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9236
+ */
9237
+ export const K8S_PERSISTENTVOLUME_RECLAIM_POLICY_VALUE_RETAIN = "Retain";
9238
+ /**
9239
+ * The phase of the PersistentVolume.
9240
+ *
9241
+ * @example Pending
9242
+ * @example Available
9243
+ * @example Bound
9244
+ * @example Released
9245
+ * @example Failed
9246
+ *
9247
+ * @note This attribute aligns with the `phase` field of the
9248
+ * [K8s PersistentVolumeStatus](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1/#PersistentVolumeStatus).
9249
+ *
9250
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9251
+ */
9252
+ export const ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE = 'k8s.persistentvolume.status.phase';
9253
+ /**
9254
+ * Enum value "Available" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE}.
9255
+ *
9256
+ * The volume is available and not yet bound to a claim.
9257
+ *
9258
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9259
+ */
9260
+ export const K8S_PERSISTENTVOLUME_STATUS_PHASE_VALUE_AVAILABLE = "Available";
9261
+ /**
9262
+ * Enum value "Bound" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE}.
9263
+ *
9264
+ * The volume is bound to a claim.
9265
+ *
9266
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9267
+ */
9268
+ export const K8S_PERSISTENTVOLUME_STATUS_PHASE_VALUE_BOUND = "Bound";
9269
+ /**
9270
+ * Enum value "Failed" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE}.
9271
+ *
9272
+ * The volume has failed its automatic reclamation.
9273
+ *
9274
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9275
+ */
9276
+ export const K8S_PERSISTENTVOLUME_STATUS_PHASE_VALUE_FAILED = "Failed";
9277
+ /**
9278
+ * Enum value "Pending" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE}.
9279
+ *
9280
+ * The volume is being provisioned.
9281
+ *
9282
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9283
+ */
9284
+ export const K8S_PERSISTENTVOLUME_STATUS_PHASE_VALUE_PENDING = "Pending";
9285
+ /**
9286
+ * Enum value "Released" for attribute {@link ATTR_K8S_PERSISTENTVOLUME_STATUS_PHASE}.
9287
+ *
9288
+ * The claim has been deleted but the volume is not yet available.
9289
+ *
9290
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9291
+ */
9292
+ export const K8S_PERSISTENTVOLUME_STATUS_PHASE_VALUE_RELEASED = "Released";
9293
+ /**
9294
+ * The UID of the PersistentVolume.
9295
+ *
9296
+ * @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
9297
+ *
9298
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9299
+ */
9300
+ export const ATTR_K8S_PERSISTENTVOLUME_UID = 'k8s.persistentvolume.uid';
9301
+ /**
9302
+ * The annotation placed on the PersistentVolumeClaim, the `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
9303
+ *
9304
+ * @example kubernetes.io/aws-ebs
9305
+ * @example
9306
+ *
9307
+ * @note Examples:
9308
+ *
9309
+ * - An annotation `volume.beta.kubernetes.io/storage-provisioner` with value `kubernetes.io/aws-ebs` **SHOULD** be recorded as
9310
+ * the `k8s.persistentvolumeclaim.annotation.volume.beta.kubernetes.io/storage-provisioner` attribute with value `"kubernetes.io/aws-ebs"`.
9311
+ * - An annotation `data` with empty string value **SHOULD** be recorded as
9312
+ * the `k8s.persistentvolumeclaim.annotation.data` attribute with value `""`.
9313
+ *
9314
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9315
+ */
9316
+ export const ATTR_K8S_PERSISTENTVOLUMECLAIM_ANNOTATION = (key) => `k8s.persistentvolumeclaim.annotation.${key}`;
9317
+ /**
9318
+ * The label placed on the PersistentVolumeClaim, the `<key>` being the label name, the value being the label value, even if the value is empty.
9319
+ *
9320
+ * @example my-app
9321
+ * @example
9322
+ *
9323
+ * @note Examples:
9324
+ *
9325
+ * - A label `app` with value `my-app` **SHOULD** be recorded as
9326
+ * the `k8s.persistentvolumeclaim.label.app` attribute with value `"my-app"`.
9327
+ * - A label `data` with empty string value **SHOULD** be recorded as
9328
+ * the `k8s.persistentvolumeclaim.label.data` attribute with value `""`.
9329
+ *
9330
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9331
+ */
9332
+ export const ATTR_K8S_PERSISTENTVOLUMECLAIM_LABEL = (key) => `k8s.persistentvolumeclaim.label.${key}`;
9333
+ /**
9334
+ * The name of the PersistentVolumeClaim.
9335
+ *
9336
+ * @example pvc-data-01
9337
+ *
9338
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9339
+ */
9340
+ export const ATTR_K8S_PERSISTENTVOLUMECLAIM_NAME = 'k8s.persistentvolumeclaim.name';
9341
+ /**
9342
+ * The phase of the PersistentVolumeClaim.
9343
+ *
9344
+ * @example Pending
9345
+ * @example Bound
9346
+ * @example Lost
9347
+ *
9348
+ * @note This attribute aligns with the `phase` field of the
9349
+ * [K8s PersistentVolumeClaimStatus](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#PersistentVolumeClaimStatus).
9350
+ *
9351
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9352
+ */
9353
+ export const ATTR_K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE = 'k8s.persistentvolumeclaim.status.phase';
9354
+ /**
9355
+ * Enum value "Bound" for attribute {@link ATTR_K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE}.
9356
+ *
9357
+ * The claim is bound to a volume.
9358
+ *
9359
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9360
+ */
9361
+ export const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE_VALUE_BOUND = "Bound";
9362
+ /**
9363
+ * Enum value "Lost" for attribute {@link ATTR_K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE}.
9364
+ *
9365
+ * The claim has lost its underlying volume (the volume does not exist anymore).
9366
+ *
9367
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9368
+ */
9369
+ export const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE_VALUE_LOST = "Lost";
9370
+ /**
9371
+ * Enum value "Pending" for attribute {@link ATTR_K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE}.
9372
+ *
9373
+ * The claim has not yet been bound to a volume.
9374
+ *
9375
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9376
+ */
9377
+ export const K8S_PERSISTENTVOLUMECLAIM_STATUS_PHASE_VALUE_PENDING = "Pending";
9378
+ /**
9379
+ * The UID of the PersistentVolumeClaim.
9380
+ *
9381
+ * @example 275ecb36-5aa8-4c2a-9c47-d8bb681b9aff
9382
+ *
9383
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
9384
+ */
9385
+ export const ATTR_K8S_PERSISTENTVOLUMECLAIM_UID = 'k8s.persistentvolumeclaim.uid';
9069
9386
  /**
9070
9387
  * The annotation placed on the Pod, the `<key>` being the annotation name, the value being the annotation value.
9071
9388
  *
@@ -11875,17 +12192,6 @@ export const OTEL_COMPONENT_TYPE_VALUE_SIMPLE_SPAN_PROCESSOR = "simple_span_proc
11875
12192
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11876
12193
  */
11877
12194
  export const OTEL_COMPONENT_TYPE_VALUE_ZIPKIN_HTTP_SPAN_EXPORTER = "zipkin_http_span_exporter";
11878
- /**
11879
- * Identifies the class / type of event.
11880
- *
11881
- * @example browser.mouse.click
11882
- * @example device.app.lifecycle
11883
- *
11884
- * @note This attribute **SHOULD** be used by non-OTLP exporters when destination does not support `EventName` or equivalent field. This attribute **MAY** be used by applications using existing logging libraries so that it can be used to set the `EventName` field by Collector or SDK components.
11885
- *
11886
- * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
11887
- */
11888
- export const ATTR_OTEL_EVENT_NAME = 'otel.event.name';
11889
12195
  /**
11890
12196
  * Deprecated. Use the `otel.scope.name` attribute
11891
12197
  *
@@ -12203,10 +12509,23 @@ export const ATTR_PROCESS_EXECUTABLE_BUILD_ID_GNU = 'process.executable.build_id
12203
12509
  */
12204
12510
  export const ATTR_PROCESS_EXECUTABLE_BUILD_ID_GO = 'process.executable.build_id.go';
12205
12511
  /**
12206
- * Profiling specific build ID for executables. See the OTel specification for Profiles for more information.
12512
+ * Deterministic build ID for executables.
12207
12513
  *
12208
12514
  * @example 600DCAFE4A110000F2BF38C493F5FB92
12209
12515
  *
12516
+ * @note GNU and Go build IDs may be stripped or unavailable in some environments
12517
+ * (e.g., Alpine Linux, Docker images). This attribute provides a deterministic
12518
+ * build ID computed by hashing the first and last 4096 bytes of the file
12519
+ * along with its length:
12520
+ * ```
12521
+ * Input ← Concat(File[:4096], File[-4096:], BigEndianUInt64(Len(File)))
12522
+ * Digest ← SHA256(Input)
12523
+ * BuildID ← Digest[:16]
12524
+ * ```
12525
+ *
12526
+ * The result is the first 16 bytes (128 bits) of the SHA256 digest,
12527
+ * represented as a hex string.
12528
+ *
12210
12529
  * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
12211
12530
  */
12212
12531
  export const ATTR_PROCESS_EXECUTABLE_BUILD_ID_HTLHASH = 'process.executable.build_id.htlhash';
@@ -13488,6 +13807,27 @@ export const SYSTEM_FILESYSTEM_TYPE_VALUE_NTFS = "ntfs";
13488
13807
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13489
13808
  */
13490
13809
  export const SYSTEM_FILESYSTEM_TYPE_VALUE_REFS = "refs";
13810
+ /**
13811
+ * The Linux HugePages memory state
13812
+ *
13813
+ * @example free
13814
+ * @example used
13815
+ *
13816
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13817
+ */
13818
+ export const ATTR_SYSTEM_MEMORY_LINUX_HUGEPAGES_STATE = 'system.memory.linux.hugepages.state';
13819
+ /**
13820
+ * Enum value "free" for attribute {@link ATTR_SYSTEM_MEMORY_LINUX_HUGEPAGES_STATE}.
13821
+ *
13822
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13823
+ */
13824
+ export const SYSTEM_MEMORY_LINUX_HUGEPAGES_STATE_VALUE_FREE = "free";
13825
+ /**
13826
+ * Enum value "used" for attribute {@link ATTR_SYSTEM_MEMORY_LINUX_HUGEPAGES_STATE}.
13827
+ *
13828
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13829
+ */
13830
+ export const SYSTEM_MEMORY_LINUX_HUGEPAGES_STATE_VALUE_USED = "used";
13491
13831
  /**
13492
13832
  * The Linux Slab memory state
13493
13833
  *
@@ -13784,25 +14124,6 @@ export const SYSTEM_PROCESSES_STATUS_VALUE_SLEEPING = "sleeping";
13784
14124
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13785
14125
  */
13786
14126
  export const SYSTEM_PROCESSES_STATUS_VALUE_STOPPED = "stopped";
13787
- /**
13788
- * The name of the auto instrumentation agent or distribution, if used.
13789
- *
13790
- * @example parts-unlimited-java
13791
- *
13792
- * @note Official auto instrumentation agents and distributions **SHOULD** set the `telemetry.distro.name` attribute to
13793
- * a string starting with `opentelemetry-`, e.g. `opentelemetry-java-instrumentation`.
13794
- *
13795
- * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13796
- */
13797
- export const ATTR_TELEMETRY_DISTRO_NAME = 'telemetry.distro.name';
13798
- /**
13799
- * The version string of the auto instrumentation agent or distribution, if used.
13800
- *
13801
- * @example 1.2.3
13802
- *
13803
- * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
13804
- */
13805
- export const ATTR_TELEMETRY_DISTRO_VERSION = 'telemetry.distro.version';
13806
14127
  /**
13807
14128
  * The fully qualified human readable name of the [test case](https://wikipedia.org/wiki/Test_case).
13808
14129
  *
@@ -14486,6 +14807,52 @@ export const V8JS_HEAP_SPACE_NAME_VALUE_NEW_SPACE = "new_space";
14486
14807
  * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14487
14808
  */
14488
14809
  export const V8JS_HEAP_SPACE_NAME_VALUE_OLD_SPACE = "old_space";
14810
+ /**
14811
+ * The type of resource keeping the event loop active.
14812
+ *
14813
+ * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14814
+ */
14815
+ export const ATTR_V8JS_RESOURCE_TYPE = 'v8js.resource.type';
14816
+ /**
14817
+ * Enum value "Immediate" for attribute {@link ATTR_V8JS_RESOURCE_TYPE}.
14818
+ *
14819
+ * Active `setImmediate` callbacks.
14820
+ *
14821
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14822
+ */
14823
+ export const V8JS_RESOURCE_TYPE_VALUE_IMMEDIATE = "Immediate";
14824
+ /**
14825
+ * Enum value "TCPServerWrap" for attribute {@link ATTR_V8JS_RESOURCE_TYPE}.
14826
+ *
14827
+ * Active TCP Servers.
14828
+ *
14829
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14830
+ */
14831
+ export const V8JS_RESOURCE_TYPE_VALUE_TCPSERVERWRAP = "TCPServerWrap";
14832
+ /**
14833
+ * Enum value "TCPWrap" for attribute {@link ATTR_V8JS_RESOURCE_TYPE}.
14834
+ *
14835
+ * Active TCP connections.
14836
+ *
14837
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14838
+ */
14839
+ export const V8JS_RESOURCE_TYPE_VALUE_TCPWRAP = "TCPWrap";
14840
+ /**
14841
+ * Enum value "Timeout" for attribute {@link ATTR_V8JS_RESOURCE_TYPE}.
14842
+ *
14843
+ * Active `setTimeout` or `setInterval` timers.
14844
+ *
14845
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14846
+ */
14847
+ export const V8JS_RESOURCE_TYPE_VALUE_TIMEOUT = "Timeout";
14848
+ /**
14849
+ * Enum value "TTYWrap" for attribute {@link ATTR_V8JS_RESOURCE_TYPE}.
14850
+ *
14851
+ * Active Terminal I/O (stdin/stdout).
14852
+ *
14853
+ * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
14854
+ */
14855
+ export const V8JS_RESOURCE_TYPE_VALUE_TTYWRAP = "TTYWrap";
14489
14856
  /**
14490
14857
  * The ID of the change (pull request/merge request/changelist) if applicable. This is usually a unique (within repository) identifier generated by the VCS system.
14491
14858
  *