@aws-sdk/client-rekognitionstreaming 3.955.0 → 3.957.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
@@ -450,7 +450,7 @@ var RekognitionStreamingServiceException$ = [
450
450
  schema.TypeRegistry.for(_sm).registerError(RekognitionStreamingServiceException$, RekognitionStreamingServiceException);
451
451
  var ColorSequences = [1, n0, _CSo, 0, () => ColorSequence$];
452
452
  var ClientChallenge$ = [
453
- 3,
453
+ 4,
454
454
  n0,
455
455
  _CCl,
456
456
  0,
@@ -458,7 +458,7 @@ var ClientChallenge$ = [
458
458
  [() => FaceMovementAndLightClientChallenge$, () => FaceMovementClientChallenge$],
459
459
  ];
460
460
  var LivenessRequestStream$ = [
461
- 3,
461
+ 4,
462
462
  n0,
463
463
  _LRS,
464
464
  { [_st]: 1 },
@@ -466,7 +466,7 @@ var LivenessRequestStream$ = [
466
466
  [() => VideoEvent$, () => ClientSessionInformationEvent$],
467
467
  ];
468
468
  var LivenessResponseStream$ = [
469
- 3,
469
+ 4,
470
470
  n0,
471
471
  _LRSi,
472
472
  { [_st]: 1 },
@@ -483,7 +483,7 @@ var LivenessResponseStream$ = [
483
483
  ],
484
484
  ];
485
485
  var ServerChallenge$ = [
486
- 3,
486
+ 4,
487
487
  n0,
488
488
  _SC,
489
489
  0,
@@ -216,7 +216,7 @@ TypeRegistry.for(_sm).registerError(RekognitionStreamingServiceException$, Rekog
216
216
  var ColorComponentList = 64 | 1;
217
217
  var ColorSequences = [1, n0, _CSo, 0, () => ColorSequence$];
218
218
  export var ClientChallenge$ = [
219
- 3,
219
+ 4,
220
220
  n0,
221
221
  _CCl,
222
222
  0,
@@ -224,7 +224,7 @@ export var ClientChallenge$ = [
224
224
  [() => FaceMovementAndLightClientChallenge$, () => FaceMovementClientChallenge$],
225
225
  ];
226
226
  export var LivenessRequestStream$ = [
227
- 3,
227
+ 4,
228
228
  n0,
229
229
  _LRS,
230
230
  { [_st]: 1 },
@@ -232,7 +232,7 @@ export var LivenessRequestStream$ = [
232
232
  [() => VideoEvent$, () => ClientSessionInformationEvent$],
233
233
  ];
234
234
  export var LivenessResponseStream$ = [
235
- 3,
235
+ 4,
236
236
  n0,
237
237
  _LRSi,
238
238
  { [_st]: 1 },
@@ -249,7 +249,7 @@ export var LivenessResponseStream$ = [
249
249
  ],
250
250
  ];
251
251
  export var ServerChallenge$ = [
252
- 3,
252
+ 4,
253
253
  n0,
254
254
  _SC,
255
255
  0,
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccessDeniedException$: StaticErrorSchema;
3
3
  export declare var BoundingBox$: StaticStructureSchema;
4
4
  export declare var ChallengeConfig$: StaticStructureSchema;
@@ -27,8 +27,8 @@ export declare var ThrottlingException$: StaticErrorSchema;
27
27
  export declare var ValidationException$: StaticErrorSchema;
28
28
  export declare var VideoEvent$: StaticStructureSchema;
29
29
  export declare var RekognitionStreamingServiceException$: StaticErrorSchema;
30
- export declare var ClientChallenge$: StaticStructureSchema;
31
- export declare var LivenessRequestStream$: StaticStructureSchema;
32
- export declare var LivenessResponseStream$: StaticStructureSchema;
33
- export declare var ServerChallenge$: StaticStructureSchema;
30
+ export declare var ClientChallenge$: StaticUnionSchema;
31
+ export declare var LivenessRequestStream$: StaticUnionSchema;
32
+ export declare var LivenessResponseStream$: StaticUnionSchema;
33
+ export declare var ServerChallenge$: StaticUnionSchema;
34
34
  export declare var StartFaceLivenessSession$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccessDeniedException$: StaticErrorSchema;
7
8
  export declare var BoundingBox$: StaticStructureSchema;
@@ -31,8 +32,8 @@ export declare var ThrottlingException$: StaticErrorSchema;
31
32
  export declare var ValidationException$: StaticErrorSchema;
32
33
  export declare var VideoEvent$: StaticStructureSchema;
33
34
  export declare var RekognitionStreamingServiceException$: StaticErrorSchema;
34
- export declare var ClientChallenge$: StaticStructureSchema;
35
- export declare var LivenessRequestStream$: StaticStructureSchema;
36
- export declare var LivenessResponseStream$: StaticStructureSchema;
37
- export declare var ServerChallenge$: StaticStructureSchema;
35
+ export declare var ClientChallenge$: StaticUnionSchema;
36
+ export declare var LivenessRequestStream$: StaticUnionSchema;
37
+ export declare var LivenessResponseStream$: StaticUnionSchema;
38
+ export declare var ServerChallenge$: StaticUnionSchema;
38
39
  export declare var StartFaceLivenessSession$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rekognitionstreaming",
3
3
  "description": "AWS SDK for JavaScript Rekognitionstreaming Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
4
+ "version": "3.957.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-rekognitionstreaming",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
- "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
@@ -21,47 +21,47 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/eventstream-handler-node": "3.953.0",
27
- "@aws-sdk/middleware-eventstream": "3.953.0",
28
- "@aws-sdk/middleware-host-header": "3.953.0",
29
- "@aws-sdk/middleware-logger": "3.953.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
31
- "@aws-sdk/middleware-user-agent": "3.954.0",
32
- "@aws-sdk/middleware-websocket": "3.953.0",
33
- "@aws-sdk/region-config-resolver": "3.953.0",
34
- "@aws-sdk/types": "3.953.0",
35
- "@aws-sdk/util-endpoints": "3.953.0",
36
- "@aws-sdk/util-user-agent-browser": "3.953.0",
37
- "@aws-sdk/util-user-agent-node": "3.954.0",
38
- "@smithy/config-resolver": "^4.4.4",
39
- "@smithy/core": "^3.19.0",
40
- "@smithy/eventstream-serde-browser": "^4.2.6",
41
- "@smithy/eventstream-serde-config-resolver": "^4.3.6",
42
- "@smithy/eventstream-serde-node": "^4.2.6",
43
- "@smithy/fetch-http-handler": "^5.3.7",
44
- "@smithy/hash-node": "^4.2.6",
45
- "@smithy/invalid-dependency": "^4.2.6",
46
- "@smithy/middleware-content-length": "^4.2.6",
47
- "@smithy/middleware-endpoint": "^4.4.0",
48
- "@smithy/middleware-retry": "^4.4.16",
49
- "@smithy/middleware-serde": "^4.2.7",
50
- "@smithy/middleware-stack": "^4.2.6",
51
- "@smithy/node-config-provider": "^4.3.6",
52
- "@smithy/node-http-handler": "^4.4.6",
53
- "@smithy/protocol-http": "^5.3.6",
54
- "@smithy/smithy-client": "^4.10.1",
55
- "@smithy/types": "^4.10.0",
56
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.957.0",
26
+ "@aws-sdk/eventstream-handler-node": "3.957.0",
27
+ "@aws-sdk/middleware-eventstream": "3.957.0",
28
+ "@aws-sdk/middleware-host-header": "3.957.0",
29
+ "@aws-sdk/middleware-logger": "3.957.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.957.0",
31
+ "@aws-sdk/middleware-user-agent": "3.957.0",
32
+ "@aws-sdk/middleware-websocket": "3.957.0",
33
+ "@aws-sdk/region-config-resolver": "3.957.0",
34
+ "@aws-sdk/types": "3.957.0",
35
+ "@aws-sdk/util-endpoints": "3.957.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.957.0",
37
+ "@aws-sdk/util-user-agent-node": "3.957.0",
38
+ "@smithy/config-resolver": "^4.4.5",
39
+ "@smithy/core": "^3.20.0",
40
+ "@smithy/eventstream-serde-browser": "^4.2.7",
41
+ "@smithy/eventstream-serde-config-resolver": "^4.3.7",
42
+ "@smithy/eventstream-serde-node": "^4.2.7",
43
+ "@smithy/fetch-http-handler": "^5.3.8",
44
+ "@smithy/hash-node": "^4.2.7",
45
+ "@smithy/invalid-dependency": "^4.2.7",
46
+ "@smithy/middleware-content-length": "^4.2.7",
47
+ "@smithy/middleware-endpoint": "^4.4.1",
48
+ "@smithy/middleware-retry": "^4.4.17",
49
+ "@smithy/middleware-serde": "^4.2.8",
50
+ "@smithy/middleware-stack": "^4.2.7",
51
+ "@smithy/node-config-provider": "^4.3.7",
52
+ "@smithy/node-http-handler": "^4.4.7",
53
+ "@smithy/protocol-http": "^5.3.7",
54
+ "@smithy/smithy-client": "^4.10.2",
55
+ "@smithy/types": "^4.11.0",
56
+ "@smithy/url-parser": "^4.2.7",
57
57
  "@smithy/util-base64": "^4.3.0",
58
58
  "@smithy/util-body-length-browser": "^4.2.0",
59
59
  "@smithy/util-body-length-node": "^4.2.1",
60
- "@smithy/util-defaults-mode-browser": "^4.3.15",
61
- "@smithy/util-defaults-mode-node": "^4.2.18",
62
- "@smithy/util-endpoints": "^3.2.6",
63
- "@smithy/util-middleware": "^4.2.6",
64
- "@smithy/util-retry": "^4.2.6",
60
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
61
+ "@smithy/util-defaults-mode-node": "^4.2.19",
62
+ "@smithy/util-endpoints": "^3.2.7",
63
+ "@smithy/util-middleware": "^4.2.7",
64
+ "@smithy/util-retry": "^4.2.7",
65
65
  "@smithy/util-utf8": "^4.2.0",
66
66
  "tslib": "^2.6.2"
67
67
  },