@wildix/wda-stream-client 1.1.64 → 1.1.65

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.
@@ -986,7 +986,6 @@ const de_CallTranscriptionChunk = (output, context) => {
986
986
  'isFinal': smithy_client_1.expectBoolean,
987
987
  'language': smithy_client_1.expectString,
988
988
  'sentiment': smithy_client_1.expectString,
989
- 'shouldComputeSentiment': smithy_client_1.expectBoolean,
990
989
  'speaker': smithy_client_1.expectString,
991
990
  'start': smithy_client_1.expectLong,
992
991
  'text': smithy_client_1.expectString,
@@ -953,7 +953,6 @@ const de_CallTranscriptionChunk = (output, context) => {
953
953
  'isFinal': __expectBoolean,
954
954
  'language': __expectString,
955
955
  'sentiment': __expectString,
956
- 'shouldComputeSentiment': __expectBoolean,
957
956
  'speaker': __expectString,
958
957
  'start': __expectLong,
959
958
  'text': __expectString,
@@ -390,7 +390,6 @@ declare const DescribeEventCommand_base: {
390
390
  * // end: Number("long"), // required
391
391
  * // confidence: Number("double"),
392
392
  * // sentiment: "POSITIVE" || "NEGATIVE" || "MIXED" || "NEUTRAL",
393
- * // shouldComputeSentiment: true || false,
394
393
  * // },
395
394
  * // participant: {
396
395
  * // type: "REMOTE" || "LOCAL", // required
@@ -626,7 +625,6 @@ declare const DescribeEventCommand_base: {
626
625
  * // end: Number("long"), // required
627
626
  * // confidence: Number("double"),
628
627
  * // sentiment: "POSITIVE" || "NEGATIVE" || "MIXED" || "NEUTRAL",
629
- * // shouldComputeSentiment: true || false,
630
628
  * // },
631
629
  * // },
632
630
  * // },
@@ -657,7 +655,6 @@ declare const DescribeEventCommand_base: {
657
655
  * // end: Number("long"), // required
658
656
  * // confidence: Number("double"),
659
657
  * // sentiment: "POSITIVE" || "NEGATIVE" || "MIXED" || "NEUTRAL",
660
- * // shouldComputeSentiment: true || false,
661
658
  * // },
662
659
  * // },
663
660
  * // },
@@ -242,7 +242,6 @@ declare const GetOngoingCallTranscriptionCommand_base: {
242
242
  * // end: Number("long"), // required
243
243
  * // confidence: Number("double"),
244
244
  * // sentiment: "POSITIVE" || "NEGATIVE" || "MIXED" || "NEUTRAL",
245
- * // shouldComputeSentiment: true || false,
246
245
  * // },
247
246
  * // participant: {
248
247
  * // type: "REMOTE" || "LOCAL", // required
@@ -696,11 +696,6 @@ export interface CallTranscriptionChunk {
696
696
  * @public
697
697
  */
698
698
  sentiment?: TranscriptionSentiment | undefined;
699
- /**
700
- * Tristate gate populated upstream from caller/callee user-level licenses. `true` = at least one participant is on a whitelisted tier (currently `business` or `premium`). `false` = both participants are known and neither is whitelisted. Absent or null means upstream had no license info — downstream should fall through and compute sentiment (fail-open) to preserve the pre-feature behaviour.
701
- * @public
702
- */
703
- shouldComputeSentiment?: boolean | undefined;
704
699
  }
705
700
  /**
706
701
  * @public
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
12
+ requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
12
+ requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WdaStreamClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  env?: "stage" | "stable" | "prod" | undefined;
9
9
  token: import("@wildix/smithy-utils").TokenProvider;
10
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean | undefined;
12
12
  protocol?: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | undefined;
13
13
  protocolSettings?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-stream-client",
3
3
  "description": "@wildix/wda-stream-client client",
4
- "version": "1.1.64",
4
+ "version": "1.1.65",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",