@aws-sdk/client-qconnect 3.990.0 → 3.992.0

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/dist-cjs/index.js CHANGED
@@ -1645,6 +1645,7 @@ const Participant = {
1645
1645
  };
1646
1646
  const MessageType = {
1647
1647
  TEXT: "TEXT",
1648
+ TOOL_USE_RESULT: "TOOL_USE_RESULT",
1648
1649
  };
1649
1650
  const MessageFilterType = {
1650
1651
  ALL: "ALL",
@@ -247,6 +247,7 @@ export const Participant = {
247
247
  };
248
248
  export const MessageType = {
249
249
  TEXT: "TEXT",
250
+ TOOL_USE_RESULT: "TOOL_USE_RESULT",
250
251
  };
251
252
  export const MessageFilterType = {
252
253
  ALL: "ALL",
@@ -555,6 +555,7 @@ export type Participant = (typeof Participant)[keyof typeof Participant];
555
555
  */
556
556
  export declare const MessageType: {
557
557
  readonly TEXT: "TEXT";
558
+ readonly TOOL_USE_RESULT: "TOOL_USE_RESULT";
558
559
  };
559
560
  /**
560
561
  * @public
@@ -312,6 +312,7 @@ export declare const Participant: {
312
312
  export type Participant = (typeof Participant)[keyof typeof Participant];
313
313
  export declare const MessageType: {
314
314
  readonly TEXT: "TEXT";
315
+ readonly TOOL_USE_RESULT: "TOOL_USE_RESULT";
315
316
  };
316
317
  export type MessageType = (typeof MessageType)[keyof typeof MessageType];
317
318
  export declare const MessageFilterType: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qconnect",
3
3
  "description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
4
- "version": "3.990.0",
4
+ "version": "3.992.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-qconnect",
@@ -29,7 +29,7 @@
29
29
  "@aws-sdk/middleware-user-agent": "^3.972.10",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.990.0",
32
+ "@aws-sdk/util-endpoints": "3.992.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
34
  "@aws-sdk/util-user-agent-node": "^3.972.8",
35
35
  "@smithy/config-resolver": "^4.4.6",