@aws/lsp-codewhisperer 0.0.18 → 0.0.20
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.
- package/CHANGELOG.md +25 -0
- package/out/client/streamingClient/codewhispererStreamingClient.d.ts +2 -2
- package/out/client/streamingClient/codewhispererStreamingClient.js +13 -8
- package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
- package/out/constants.d.ts +2 -2
- package/out/constants.js +3 -3
- package/out/constants.js.map +1 -1
- package/out/language-server/chat/chatController.js +31 -11
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatController.test.js +374 -2
- package/out/language-server/chat/chatController.test.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.d.ts +2 -0
- package/out/language-server/chat/chatSessionManagementService.js +23 -1
- package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.test.js +6 -2
- package/out/language-server/chat/chatSessionManagementService.test.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +1 -1
- package/out/language-server/chat/chatSessionService.js +5 -4
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.test.js +4 -1
- package/out/language-server/chat/chatSessionService.test.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js +2 -2
- package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -2
- package/out/language-server/codeWhispererSecurityScanServer.js +2 -1
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.d.ts +2 -2
- package/out/language-server/codeWhispererServer.js +21 -12
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.test.js +39 -12
- package/out/language-server/codeWhispererServer.test.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +4 -4
- package/out/language-server/codeWhispererService.js +14 -10
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +2 -2
- package/out/language-server/configuration/qConfigurationServer.js +3 -2
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraph.d.ts +1 -1
- package/out/language-server/netTransform/tests/transformHandler.test.js +5 -2
- package/out/language-server/netTransform/tests/transformHandler.test.js.map +1 -1
- package/out/language-server/netTransform/tests/validation.test.js +5 -3
- package/out/language-server/netTransform/tests/validation.test.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.js +2 -2
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransform/validation.d.ts +3 -2
- package/out/language-server/netTransform/validation.js +12 -5
- package/out/language-server/netTransform/validation.js.map +1 -1
- package/out/language-server/netTransformServer.d.ts +2 -2
- package/out/language-server/netTransformServer.js +3 -2
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.js +21 -13
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.d.ts +1 -1
- package/out/language-server/qChatServer.js +6 -3
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/telemetry/codePercentage.test.js +1 -0
- package/out/language-server/telemetry/codePercentage.test.js.map +1 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +0 -5
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
- package/out/language-server/telemetryService.d.ts +2 -2
- package/out/language-server/telemetryService.js +2 -2
- package/out/language-server/telemetryService.js.map +1 -1
- package/out/language-server/telemetryService.test.js +25 -22
- package/out/language-server/telemetryService.test.js.map +1 -1
- package/out/language-server/testUtils.d.ts +1 -0
- package/out/language-server/testUtils.js +2 -1
- package/out/language-server/testUtils.js.map +1 -1
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +1 -1
- package/out/language-server/utils.d.ts +2 -2
- package/out/language-server/utils.js +9 -4
- package/out/language-server/utils.js.map +1 -1
- package/package.json +4 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/package.json +0 -56
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/LICENSE +0 -201
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/README.md +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8/package.json +0 -65
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/types/dist-es/abort.js +0 -1
- package/node_modules/@smithy/types/dist-es/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-es/client.js +0 -1
- package/node_modules/@smithy/types/dist-es/command.js +0 -1
- package/node_modules/@smithy/types/dist-es/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-es/encode.js +0 -1
- package/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-es/logger.js +0 -1
- package/node_modules/@smithy/types/dist-es/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-es/response.js +0 -1
- package/node_modules/@smithy/types/dist-es/retry.js +0 -1
- package/node_modules/@smithy/types/dist-es/serde.js +0 -1
- package/node_modules/@smithy/types/dist-es/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-es/signature.js +0 -1
- package/node_modules/@smithy/types/dist-es/stream.js +0 -1
- package/node_modules/@smithy/types/dist-es/uri.js +0 -1
- package/node_modules/@smithy/types/dist-es/util.js +0 -1
- package/node_modules/@smithy/types/dist-es/waiter.js +0 -1
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types → @smithy/node-http-handler/node_modules/@smithy/abort-controller}/LICENSE +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/README.md +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/AbortController.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/AbortSignal.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/AbortController.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/AbortSignal.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/AbortController.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/AbortSignal.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/AbortController.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/AbortSignal.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{abort-controller → node-http-handler/node_modules/@smithy/abort-controller}/package.json +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/LICENSE +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/README.md +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/Field.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/Fields.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpHandler.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpRequest.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/httpResponse.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/isValidHostname.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-cjs/types.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/Field.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/Fields.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/extensions/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpHandler.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpRequest.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/httpResponse.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/isValidHostname.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-es/types.js +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/Field.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/Fields.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpRequest.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpRequest.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/dist-types/types.d.ts +0 -0
- /package/node_modules/@smithy/{protocol-http → node-http-handler/node_modules/@smithy/protocol-http}/package.json +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/LICENSE +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/README.md +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-es/index.js +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{querystring-builder → node-http-handler/node_modules/@smithy/querystring-builder}/package.json +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/LICENSE +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/README.md +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/abort.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/auth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/auth/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/client.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/command.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/config.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/manager.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/connection/pool.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/crypto.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/encode.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoint.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/endpoints/shared.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/eventStream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/extensions/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/http.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/identity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/logger.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/middleware.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/pagination.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/profile.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/response.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/serde.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/shapes.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/signature.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/stream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transfer.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/exact.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/transform/type-transform.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/uri.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/util.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-cjs/waiter.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/abort.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpAuthScheme.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/HttpSigner.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/IdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/auth.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/auth/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/blob/blob-payload-input-types.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/checksum.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/client.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/command.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/config.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/manager.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/connection/pool.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/crypto.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/encode.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoint.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/EndpointRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/ErrorRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/RuleSetObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/TreeRuleObject.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/endpoints/shared.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/eventStream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/checksum.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/defaultClientConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es → @smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions}/retry.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/externals-check/browser-externals-check.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/http/httpHandlerInitialization.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/http.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/apiKeyIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/awsCredentialIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/identity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/index.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/identity/tokenIdentity.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/logger.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/middleware.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/pagination.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/profile.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/response.js +0 -0
- /package/node_modules/@smithy/{types/dist-es/extensions → node-http-handler/node_modules/@smithy/types/dist-es}/retry.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/serde.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/shapes.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/signature.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/stream.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transfer.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/client-method-transforms.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/exact.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/no-undefined.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-es/transform/type-transform.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/uri.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/util.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@aws-sdk → @smithy/node-http-handler/node_modules/@smithy}/types/dist-es/waiter.js +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/abort.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/client.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/command.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/encode.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/http.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/logger.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/profile.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/response.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/serde.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/signature.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/stream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/abort.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/auth.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/auth/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/client.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/command.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/config.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/manager.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/connection/pool.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/crypto.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/encode.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoint.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/eventStream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/extensions/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/http.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/identity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/logger.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/middleware.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/pagination.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/profile.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/response.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/retry.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/serde.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/shapes.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/signature.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/stream.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transfer.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/exact.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/uri.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/util.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/ts3.4/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/uri.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/util.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/dist-types/waiter.d.ts +0 -0
- /package/node_modules/@smithy/{types → node-http-handler/node_modules/@smithy/types}/package.json +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatController.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatController.test.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"chatController.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatController.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,8 @@ export declare class ChatSessionManagementService {
|
|
|
8
8
|
private constructor();
|
|
9
9
|
withConfig(clientConfig?: ChatSessionServiceConfig | (() => ChatSessionServiceConfig)): this;
|
|
10
10
|
withCredentialsProvider(credentialsProvider: CredentialsProvider): this;
|
|
11
|
+
withCodeWhispererRegion(codeWhispererRegion: string): this;
|
|
12
|
+
withCodeWhispererEndpoint(codeWhispererEndpoint: string): this;
|
|
11
13
|
setCustomUserAgent(customUserAgent: string): void;
|
|
12
14
|
hasSession(tabId: string): boolean;
|
|
13
15
|
createSession(tabId: string): Result<ChatSessionService, string>;
|
|
@@ -8,6 +8,8 @@ class ChatSessionManagementService {
|
|
|
8
8
|
#credentialsProvider;
|
|
9
9
|
#clientConfig = {};
|
|
10
10
|
#customUserAgent = '%Amazon-Q-For-LanguageServers%';
|
|
11
|
+
#codeWhispererRegion;
|
|
12
|
+
#codeWhispererEndpoint;
|
|
11
13
|
static getInstance() {
|
|
12
14
|
if (!ChatSessionManagementService.#instance) {
|
|
13
15
|
ChatSessionManagementService.#instance = new ChatSessionManagementService();
|
|
@@ -26,6 +28,14 @@ class ChatSessionManagementService {
|
|
|
26
28
|
this.#credentialsProvider = credentialsProvider;
|
|
27
29
|
return this;
|
|
28
30
|
}
|
|
31
|
+
withCodeWhispererRegion(codeWhispererRegion) {
|
|
32
|
+
this.#codeWhispererRegion = codeWhispererRegion;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
withCodeWhispererEndpoint(codeWhispererEndpoint) {
|
|
36
|
+
this.#codeWhispererEndpoint = codeWhispererEndpoint;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
29
39
|
setCustomUserAgent(customUserAgent) {
|
|
30
40
|
this.#customUserAgent = customUserAgent;
|
|
31
41
|
}
|
|
@@ -39,6 +49,18 @@ class ChatSessionManagementService {
|
|
|
39
49
|
error: 'Credentials provider is not set',
|
|
40
50
|
};
|
|
41
51
|
}
|
|
52
|
+
else if (!this.#codeWhispererRegion) {
|
|
53
|
+
return {
|
|
54
|
+
success: false,
|
|
55
|
+
error: 'CodeWhispererRegion is not set',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
else if (!this.#codeWhispererEndpoint) {
|
|
59
|
+
return {
|
|
60
|
+
success: false,
|
|
61
|
+
error: 'CodeWhispererEndpoint is not set',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
42
64
|
else if (this.#sessionByTab.has(tabId)) {
|
|
43
65
|
return {
|
|
44
66
|
success: true,
|
|
@@ -46,7 +68,7 @@ class ChatSessionManagementService {
|
|
|
46
68
|
};
|
|
47
69
|
}
|
|
48
70
|
const clientConfig = typeof this.#clientConfig === 'function' ? this.#clientConfig() : this.#clientConfig;
|
|
49
|
-
const newSession = new chatSessionService_1.ChatSessionService(this.#credentialsProvider, {
|
|
71
|
+
const newSession = new chatSessionService_1.ChatSessionService(this.#credentialsProvider, this.#codeWhispererRegion, this.#codeWhispererEndpoint, {
|
|
50
72
|
...clientConfig,
|
|
51
73
|
customUserAgent: this.#customUserAgent,
|
|
52
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatSessionManagementService.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionManagementService.ts"],"names":[],"mappings":";;;AAEA,6DAAmF;AAEnF,MAAa,4BAA4B;IACrC,MAAM,CAAC,SAAS,CAA+B;IAC/C,aAAa,GAAoC,IAAI,GAAG,EAAe,CAAA;IACvE,oBAAoB,CAAsB;IAC1C,aAAa,GAAiE,EAAE,CAAA;IAChF,gBAAgB,GAAY,gCAAgC,CAAA;
|
|
1
|
+
{"version":3,"file":"chatSessionManagementService.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionManagementService.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,8 @@ const chatSessionManagementService_1 = require("./chatSessionManagementService")
|
|
|
6
6
|
const chatSessionService_1 = require("./chatSessionService");
|
|
7
7
|
describe('ChatSessionManagementService', () => {
|
|
8
8
|
const mockSessionId = 'mockSessionId';
|
|
9
|
+
const mockAwsQRegion = 'mock-aws-q-region';
|
|
10
|
+
const mockAwsQEndpointUrl = 'mock-aws-q-endpoint-url';
|
|
9
11
|
it('getInstance should return the same instance if initialized', () => {
|
|
10
12
|
const instance = chatSessionManagementService_1.ChatSessionManagementService.getInstance();
|
|
11
13
|
const instance2 = chatSessionManagementService_1.ChatSessionManagementService.getInstance();
|
|
@@ -26,8 +28,10 @@ describe('ChatSessionManagementService', () => {
|
|
|
26
28
|
let chatSessionManagementService;
|
|
27
29
|
beforeEach(() => {
|
|
28
30
|
disposeStub = ts_sinon_1.default.stub(chatSessionService_1.ChatSessionService.prototype, 'dispose');
|
|
29
|
-
chatSessionManagementService =
|
|
30
|
-
|
|
31
|
+
chatSessionManagementService = chatSessionManagementService_1.ChatSessionManagementService.getInstance()
|
|
32
|
+
.withCredentialsProvider(mockCredentialsProvider)
|
|
33
|
+
.withCodeWhispererRegion(mockAwsQRegion)
|
|
34
|
+
.withCodeWhispererEndpoint(mockAwsQEndpointUrl);
|
|
31
35
|
});
|
|
32
36
|
afterEach(() => {
|
|
33
37
|
chatSessionManagementService_1.ChatSessionManagementService.reset();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatSessionManagementService.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionManagementService.test.ts"],"names":[],"mappings":";;AACA,iCAAgC;AAChC,uCAA4B;AAC5B,iFAA6E;AAC7E,6DAAyD;AAEzD,QAAQ,CAAC,8BAA8B,EAAE,GAAG,EAAE;IAC1C,MAAM,aAAa,GAAG,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"chatSessionManagementService.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionManagementService.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,7 @@ export declare class ChatSessionService {
|
|
|
6
6
|
shareCodeWhispererContentWithAWS: boolean;
|
|
7
7
|
get conversationId(): string | undefined;
|
|
8
8
|
set conversationId(value: string | undefined);
|
|
9
|
-
constructor(credentialsProvider: CredentialsProvider, config?: CodeWhispererStreamingClientConfig);
|
|
9
|
+
constructor(credentialsProvider: CredentialsProvider, codeWhispererRegion: string, codeWhispererEndpoint: string, config?: CodeWhispererStreamingClientConfig);
|
|
10
10
|
sendMessage(request: SendMessageCommandInput): Promise<SendMessageCommandOutput>;
|
|
11
11
|
clear(): void;
|
|
12
12
|
dispose(): void;
|
|
@@ -4,11 +4,10 @@ exports.ChatSessionService = void 0;
|
|
|
4
4
|
const codewhisperer_streaming_1 = require("@amzn/codewhisperer-streaming");
|
|
5
5
|
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
6
6
|
const utils_1 = require("../utils");
|
|
7
|
-
const constants_1 = require("../../constants");
|
|
8
7
|
class ChatSessionService {
|
|
9
8
|
shareCodeWhispererContentWithAWS = false;
|
|
10
|
-
#codeWhispererRegion
|
|
11
|
-
#codeWhispererEndpoint
|
|
9
|
+
#codeWhispererRegion;
|
|
10
|
+
#codeWhispererEndpoint;
|
|
12
11
|
#abortController;
|
|
13
12
|
#credentialsProvider;
|
|
14
13
|
#config;
|
|
@@ -19,8 +18,10 @@ class ChatSessionService {
|
|
|
19
18
|
set conversationId(value) {
|
|
20
19
|
this.#conversationId = value;
|
|
21
20
|
}
|
|
22
|
-
constructor(credentialsProvider, config) {
|
|
21
|
+
constructor(credentialsProvider, codeWhispererRegion, codeWhispererEndpoint, config) {
|
|
23
22
|
this.#credentialsProvider = credentialsProvider;
|
|
23
|
+
this.#codeWhispererRegion = codeWhispererRegion;
|
|
24
|
+
this.#codeWhispererEndpoint = codeWhispererEndpoint;
|
|
24
25
|
this.#config = config;
|
|
25
26
|
}
|
|
26
27
|
async sendMessage(request) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatSessionService.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionService.ts"],"names":[],"mappings":";;;AAAA,2EAKsC;AACtC,oDAA6D;AAE7D,oCAAqD;
|
|
1
|
+
{"version":3,"file":"chatSessionService.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionService.ts"],"names":[],"mappings":";;;AAAA,2EAKsC;AACtC,oDAA6D;AAE7D,oCAAqD;AAGrD,MAAa,kBAAkB;IACpB,gCAAgC,GAAG,KAAK,CAAA;IACtC,oBAAoB,CAAQ;IAC5B,sBAAsB,CAAQ;IACvC,gBAAgB,CAAkB;IAClC,oBAAoB,CAAqB;IACzC,OAAO,CAAqC;IAC5C,eAAe,CAAS;IAExB,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,eAAe,CAAA;IAC/B,CAAC;IAED,IAAW,cAAc,CAAC,KAAyB;QAC/C,IAAI,CAAC,eAAe,GAAG,KAAK,CAAA;IAChC,CAAC;IAED,YACI,mBAAwC,EACxC,mBAA2B,EAC3B,qBAA6B,EAC7B,MAA2C;QAE3C,IAAI,CAAC,oBAAoB,GAAG,mBAAmB,CAAA;QAC/C,IAAI,CAAC,oBAAoB,GAAG,mBAAmB,CAAA;QAC/C,IAAI,CAAC,sBAAsB,GAAG,qBAAqB,CAAA;QACnD,IAAI,CAAC,OAAO,GAAG,MAAM,CAAA;IACzB,CAAC;IAEM,KAAK,CAAC,WAAW,CAAC,OAAgC;QACrD,IAAI,CAAC,gBAAgB,GAAG,IAAI,eAAe,EAAE,CAAA;QAE7C,IAAI,IAAI,CAAC,eAAe,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;YACpD,OAAO,CAAC,iBAAiB,CAAC,cAAc,GAAG,IAAI,CAAC,eAAe,CAAA;QACnE,CAAC;QAED,MAAM,MAAM,GAAG,IAAI,gDAAsB,CAAC;YACtC,MAAM,EAAE,IAAI,CAAC,oBAAoB;YACjC,QAAQ,EAAE,IAAI,CAAC,sBAAsB;YACrC,KAAK,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,IAAA,kCAA0B,EAAC,IAAI,CAAC,oBAAoB,CAAC,EAAE,CAAC;YAC9F,aAAa,EAAE,IAAI,oCAAuB,CAAC,CAAC,EAAE,CAAC,OAAe,EAAE,EAAE,CAAC,GAAG,GAAG,OAAO,IAAI,EAAE,CAAC;YACvF,GAAG,IAAI,CAAC,OAAO;SAClB,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,OAAO,EAAE;YAC/C,WAAW,EAAE,IAAI,CAAC,gBAAgB,EAAE,MAAM;SAC7C,CAAC,CAAA;QAEF,OAAO,QAAQ,CAAA;IACnB,CAAC;IAEM,KAAK;QACR,IAAI,CAAC,gBAAgB,EAAE,KAAK,EAAE,CAAA;QAC9B,IAAI,CAAC,eAAe,GAAG,SAAS,CAAA;IACpC,CAAC;IAEM,OAAO;QACV,IAAI,CAAC,gBAAgB,EAAE,KAAK,EAAE,CAAA;IAClC,CAAC;IAEM,YAAY;QACf,IAAI,CAAC,gBAAgB,EAAE,KAAK,EAAE,CAAA;IAClC,CAAC;CACJ;AA/DD,gDA+DC"}
|
|
@@ -4,6 +4,7 @@ const codewhisperer_streaming_1 = require("@amzn/codewhisperer-streaming");
|
|
|
4
4
|
const assert = require("assert");
|
|
5
5
|
const ts_sinon_1 = require("ts-sinon");
|
|
6
6
|
const chatSessionService_1 = require("./chatSessionService");
|
|
7
|
+
const constants_1 = require("../../constants");
|
|
7
8
|
describe('Chat Session Service', () => {
|
|
8
9
|
let sendMessageStub;
|
|
9
10
|
let abortStub;
|
|
@@ -13,6 +14,8 @@ describe('Chat Session Service', () => {
|
|
|
13
14
|
getCredentials: ts_sinon_1.default.stub().returns(Promise.resolve({ token: 'mockToken ' })),
|
|
14
15
|
getConnectionMetadata: ts_sinon_1.default.stub(),
|
|
15
16
|
};
|
|
17
|
+
const awsQRegion = constants_1.DEFAULT_AWS_Q_REGION;
|
|
18
|
+
const awsQEndpointUrl = constants_1.DEFAULT_AWS_Q_ENDPOINT_URL;
|
|
16
19
|
const mockConversationId = 'mockConversationId';
|
|
17
20
|
const mockRequestParams = {
|
|
18
21
|
conversationState: {
|
|
@@ -33,7 +36,7 @@ describe('Chat Session Service', () => {
|
|
|
33
36
|
sendMessageStub = ts_sinon_1.default
|
|
34
37
|
.stub(codewhisperer_streaming_1.CodeWhispererStreaming.prototype, 'sendMessage')
|
|
35
38
|
.callsFake(() => Promise.resolve(mockRequestResponse));
|
|
36
|
-
chatSessionService = new chatSessionService_1.ChatSessionService(mockCredentialsProvider);
|
|
39
|
+
chatSessionService = new chatSessionService_1.ChatSessionService(mockCredentialsProvider, awsQRegion, awsQEndpointUrl);
|
|
37
40
|
});
|
|
38
41
|
afterEach(() => {
|
|
39
42
|
sendMessageStub.restore();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatSessionService.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionService.test.ts"],"names":[],"mappings":";;AAAA,2EAIsC;AAEtC,iCAAgC;AAChC,uCAA4B;AAC5B,6DAAyD;
|
|
1
|
+
{"version":3,"file":"chatSessionService.test.js","sourceRoot":"","sources":["../../../src/language-server/chat/chatSessionService.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,10 +11,10 @@ describe('TelemetryController', () => {
|
|
|
11
11
|
const mockConversationId = 'mockConversationId';
|
|
12
12
|
let testFeatures;
|
|
13
13
|
let telemetryController;
|
|
14
|
-
let telemetryService;
|
|
15
14
|
beforeEach(() => {
|
|
15
|
+
const telemetryServiceStub = {};
|
|
16
16
|
testFeatures = new testing_1.TestFeatures();
|
|
17
|
-
telemetryController = new chatTelemetryController_1.ChatTelemetryController(testFeatures,
|
|
17
|
+
telemetryController = new chatTelemetryController_1.ChatTelemetryController(testFeatures, telemetryServiceStub);
|
|
18
18
|
});
|
|
19
19
|
it('able to set and get activeTabId', () => {
|
|
20
20
|
assert.strictEqual(telemetryController.activeTabId, undefined);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatTelemetryController.test.js","sourceRoot":"","sources":["../../../../src/language-server/chat/telemetry/chatTelemetryController.test.ts"],"names":[],"mappings":";;AAAA,mEAAoE;AACpE,uCAA4B;AAC5B,iDAA8D;AAC9D,uEAA+F;AAC/F,iCAAiC;AACjC,uDAAmD;AAGnD,QAAQ,CAAC,qBAAqB,EAAE,GAAG,EAAE;IACjC,MAAM,SAAS,GAAG,WAAW,CAAA;IAC7B,MAAM,kBAAkB,GAAG,oBAAoB,CAAA;IAE/C,IAAI,YAA0B,CAAA;IAC9B,IAAI,mBAA4C,CAAA;
|
|
1
|
+
{"version":3,"file":"chatTelemetryController.test.js","sourceRoot":"","sources":["../../../../src/language-server/chat/telemetry/chatTelemetryController.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CredentialsProvider, Server } from '@aws/language-server-runtimes/server-interface';
|
|
1
|
+
import { CredentialsProvider, Server, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
2
2
|
import { CodeWhispererServiceToken } from './codeWhispererService';
|
|
3
|
-
export declare const SecurityScanServerToken: (service: (credentialsProvider: CredentialsProvider) => CodeWhispererServiceToken) => Server;
|
|
3
|
+
export declare const SecurityScanServerToken: (service: (credentialsProvider: CredentialsProvider, workspace: Workspace, awsQRegion: string, awsQEndpointUrl: string) => CodeWhispererServiceToken) => Server;
|
|
@@ -9,10 +9,11 @@ const securityScanDiagnosticsProvider_1 = require("./securityScan/securityScanDi
|
|
|
9
9
|
const securityScanHandler_1 = require("./securityScan/securityScanHandler");
|
|
10
10
|
const utils_1 = require("./utils");
|
|
11
11
|
const telemetryUtils_1 = require("./utilities/telemetryUtils");
|
|
12
|
+
const constants_1 = require("../constants");
|
|
12
13
|
const RunSecurityScanCommand = 'aws/codewhisperer/runSecurityScan';
|
|
13
14
|
const CancelSecurityScanCommand = 'aws/codewhisperer/cancelSecurityScan';
|
|
14
15
|
const SecurityScanServerToken = (service) => ({ credentialsProvider, workspace, logging, lsp, telemetry, runtime }) => {
|
|
15
|
-
const codewhispererclient = service(credentialsProvider);
|
|
16
|
+
const codewhispererclient = service(credentialsProvider, workspace, runtime.getConfiguration('AWS_Q_REGION') ?? constants_1.DEFAULT_AWS_Q_REGION, runtime.getConfiguration('AWS_Q_ENDPOINT_URL') ?? constants_1.DEFAULT_AWS_Q_ENDPOINT_URL);
|
|
16
17
|
const diagnosticsProvider = new securityScanDiagnosticsProvider_1.default(lsp, logging);
|
|
17
18
|
const scanHandler = new securityScanHandler_1.SecurityScanHandler(codewhispererclient, workspace, logging);
|
|
18
19
|
const runSecurityScan = async (params, token) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeWhispererSecurityScanServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererSecurityScanServer.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"codeWhispererSecurityScanServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererSecurityScanServer.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CredentialsProvider, Server } from '@aws/language-server-runtimes/server-interface';
|
|
1
|
+
import { CredentialsProvider, Server, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
2
2
|
import { CodeWhispererServiceBase } from './codeWhispererService';
|
|
3
3
|
export declare const CONTEXT_CHARACTERS_LIMIT = 10240;
|
|
4
|
-
export declare const CodewhispererServerFactory: (service: (credentials: CredentialsProvider) => CodeWhispererServiceBase) => Server;
|
|
4
|
+
export declare const CodewhispererServerFactory: (service: (credentials: CredentialsProvider, workspace: Workspace, awsQRegion: string, awsQEndpointUrl: string) => CodeWhispererServiceBase) => Server;
|
|
5
5
|
export declare const CodeWhispererServerIAM: Server;
|
|
6
6
|
export declare const CodeWhispererServerToken: Server;
|
|
@@ -15,6 +15,7 @@ const supplementalContextUtil_1 = require("./utilities/supplementalContextUtil/s
|
|
|
15
15
|
const textUtils_1 = require("./utilities/textUtils");
|
|
16
16
|
const telemetryService_1 = require("./telemetryService");
|
|
17
17
|
const codeDiffTracker_1 = require("./telemetry/codeDiffTracker");
|
|
18
|
+
const constants_1 = require("../constants");
|
|
18
19
|
const EMPTY_RESULT = { sessionId: '', items: [] };
|
|
19
20
|
exports.CONTEXT_CHARACTERS_LIMIT = 10240;
|
|
20
21
|
// Both clients (token, sigv4) define their own types, this return value needs to match both of them.
|
|
@@ -179,8 +180,10 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
179
180
|
let lastUserModificationTime;
|
|
180
181
|
let timeSinceLastUserModification = 0;
|
|
181
182
|
const sessionManager = sessionManager_1.SessionManager.getInstance();
|
|
182
|
-
const
|
|
183
|
-
const
|
|
183
|
+
const awsQRegion = runtime.getConfiguration('AWS_Q_REGION') ?? constants_1.DEFAULT_AWS_Q_REGION;
|
|
184
|
+
const awsQEndpointUrl = runtime.getConfiguration('AWS_Q_ENDPOINT_URL') ?? constants_1.DEFAULT_AWS_Q_ENDPOINT_URL;
|
|
185
|
+
const codeWhispererService = service(credentialsProvider, workspace, awsQRegion, awsQEndpointUrl);
|
|
186
|
+
const telemetryService = new telemetryService_1.TelemetryService(credentialsProvider, codeWhispererService.getCredentialsType(), telemetry, logging, workspace, awsQRegion, awsQEndpointUrl);
|
|
184
187
|
lsp.addInitializer((params) => {
|
|
185
188
|
codeWhispererService.updateClientConfig({
|
|
186
189
|
customUserAgent: (0, telemetryUtils_1.getUserAgent)(params, runtime.serverInfo),
|
|
@@ -253,17 +256,23 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
253
256
|
!autoTriggerResult.shouldTrigger) {
|
|
254
257
|
return EMPTY_RESULT;
|
|
255
258
|
}
|
|
256
|
-
|
|
257
|
-
const
|
|
259
|
+
// supplementalContext available only via token authentication
|
|
260
|
+
const supplementalContextPromise = codeWhispererService instanceof codeWhispererService_1.CodeWhispererServiceToken
|
|
261
|
+
? (0, supplementalContextUtil_1.fetchSupplementalContext)(textDocument, params.position, workspace, logging, token)
|
|
262
|
+
: Promise.resolve(undefined);
|
|
263
|
+
let requestContext = {
|
|
258
264
|
fileContext,
|
|
259
265
|
maxResults,
|
|
260
|
-
|
|
266
|
+
};
|
|
267
|
+
const supplementalContext = await supplementalContextPromise;
|
|
268
|
+
if (codeWhispererService instanceof codeWhispererService_1.CodeWhispererServiceToken) {
|
|
269
|
+
requestContext.supplementalContexts = supplementalContext?.supplementalContextItems
|
|
261
270
|
? supplementalContext.supplementalContextItems.map(v => ({
|
|
262
271
|
content: v.content,
|
|
263
272
|
filePath: v.filePath,
|
|
264
273
|
}))
|
|
265
|
-
: []
|
|
266
|
-
}
|
|
274
|
+
: [];
|
|
275
|
+
}
|
|
267
276
|
// Close ACTIVE session and record Discard trigger decision immediately
|
|
268
277
|
if (currentSession && currentSession.state === 'ACTIVE') {
|
|
269
278
|
// Emit user trigger decision at session close time for active session
|
|
@@ -422,9 +431,9 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
422
431
|
codePercentageTracker.customizationArn = (0, textUtils_1.undefinedIfEmpty)(qConfig.customization);
|
|
423
432
|
logging.log(`Inline completion configuration updated to use ${codeWhispererService.customizationArn}`);
|
|
424
433
|
/*
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
434
|
+
The flag enableTelemetryEventsToDestination is set to true temporarily. It's value will be determined through destination
|
|
435
|
+
configuration post all events migration to STE. It'll be replaced by qConfig['enableTelemetryEventsToDestination'] === true
|
|
436
|
+
*/
|
|
428
437
|
// const enableTelemetryEventsToDestination = true
|
|
429
438
|
// telemetryService.updateEnableTelemetryEventsToDestination(enableTelemetryEventsToDestination)
|
|
430
439
|
const optOutTelemetryPreference = qConfig['optOutTelemetry'] === true ? 'OPTOUT' : 'OPTIN';
|
|
@@ -469,6 +478,6 @@ const CodewhispererServerFactory = (service) => ({ credentialsProvider, lsp, wor
|
|
|
469
478
|
};
|
|
470
479
|
};
|
|
471
480
|
exports.CodewhispererServerFactory = CodewhispererServerFactory;
|
|
472
|
-
exports.CodeWhispererServerIAM = (0, exports.CodewhispererServerFactory)(credentialsProvider => new codeWhispererService_1.CodeWhispererServiceIAM(credentialsProvider));
|
|
473
|
-
exports.CodeWhispererServerToken = (0, exports.CodewhispererServerFactory)(credentialsProvider => new codeWhispererService_1.CodeWhispererServiceToken(credentialsProvider));
|
|
481
|
+
exports.CodeWhispererServerIAM = (0, exports.CodewhispererServerFactory)((credentialsProvider, workspace, awsQRegion, awsQEndpointUrl) => new codeWhispererService_1.CodeWhispererServiceIAM(credentialsProvider, workspace, awsQRegion, awsQEndpointUrl));
|
|
482
|
+
exports.CodeWhispererServerToken = (0, exports.CodewhispererServerFactory)((credentialsProvider, workspace, awsQRegion, awsQEndpointUrl) => new codeWhispererService_1.CodeWhispererServiceToken(credentialsProvider, workspace, awsQRegion, awsQEndpointUrl));
|
|
474
483
|
//# sourceMappingURL=codeWhispererServer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeWhispererServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererServer.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"codeWhispererServer.js","sourceRoot":"","sources":["../../src/language-server/codeWhispererServer.ts"],"names":[],"mappings":"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"}
|