@aws-sdk/client-connect-contact-lens 3.968.0 → 3.970.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
@@ -236,23 +236,23 @@ const n0 = "com.amazonaws.connectcontactlens";
236
236
  var AccessDeniedException$ = [-3, n0, _ADE,
237
237
  { [_e]: _c, [_hE]: 403 },
238
238
  [_M],
239
- [0]
239
+ [0], 1
240
240
  ];
241
241
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
242
242
  var Categories$ = [3, n0, _C,
243
243
  0,
244
244
  [_MC, _MD],
245
- [64 | 0, () => MatchedDetails]
245
+ [64 | 0, () => MatchedDetails], 2
246
246
  ];
247
247
  var CategoryDetails$ = [3, n0, _CD,
248
248
  0,
249
249
  [_POI],
250
- [() => PointsOfInterest]
250
+ [() => PointsOfInterest], 1
251
251
  ];
252
252
  var CharacterOffsets$ = [3, n0, _CO,
253
253
  0,
254
254
  [_BOC, _EOC],
255
- [1, 1]
255
+ [1, 1], 2
256
256
  ];
257
257
  var InternalServiceException$ = [-3, n0, _ISE,
258
258
  { [_e]: _s, [_hE]: 500 },
@@ -269,27 +269,27 @@ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidReque
269
269
  var IssueDetected$ = [3, n0, _ID,
270
270
  0,
271
271
  [_CO],
272
- [() => CharacterOffsets$]
272
+ [() => CharacterOffsets$], 1
273
273
  ];
274
274
  var ListRealtimeContactAnalysisSegmentsRequest$ = [3, n0, _LRCASR,
275
275
  0,
276
276
  [_II, _CI, _MR, _NT],
277
- [0, 0, 1, 0]
277
+ [0, 0, 1, 0], 2
278
278
  ];
279
279
  var ListRealtimeContactAnalysisSegmentsResponse$ = [3, n0, _LRCASRi,
280
280
  0,
281
281
  [_S, _NT],
282
- [() => RealtimeContactAnalysisSegments, 0]
282
+ [() => RealtimeContactAnalysisSegments, 0], 1
283
283
  ];
284
284
  var PointOfInterest$ = [3, n0, _POIo,
285
285
  0,
286
286
  [_BOM, _EOM],
287
- [1, 1]
287
+ [1, 1], 2
288
288
  ];
289
289
  var PostContactSummary$ = [3, n0, _PCS,
290
290
  0,
291
- [_Co, _St, _FC],
292
- [0, 0, 0]
291
+ [_St, _Co, _FC],
292
+ [0, 0, 0], 1
293
293
  ];
294
294
  var RealtimeContactAnalysisSegment$ = [3, n0, _RCAS,
295
295
  0,
@@ -305,13 +305,13 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
305
305
  var ThrottlingException$ = [-3, n0, _TE,
306
306
  { [_e]: _c, [_hE]: 429 },
307
307
  [_M],
308
- [0]
308
+ [0], 1
309
309
  ];
310
310
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
311
311
  var Transcript$ = [3, n0, _T,
312
312
  0,
313
313
  [_I, _PI, _PR, _Co, _BOM, _EOM, _Se, _IDs],
314
- [0, 0, 0, 0, 1, 1, 0, () => IssuesDetected]
314
+ [0, 0, 0, 0, 1, 1, 0, () => IssuesDetected], 6
315
315
  ];
316
316
  var ConnectContactLensServiceException$ = [-3, _sm, "ConnectContactLensServiceException", 0, [], []];
317
317
  schema.TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException$, ConnectContactLensServiceException);
@@ -49,23 +49,23 @@ import { AccessDeniedException, InternalServiceException, InvalidRequestExceptio
49
49
  export var AccessDeniedException$ = [-3, n0, _ADE,
50
50
  { [_e]: _c, [_hE]: 403 },
51
51
  [_M],
52
- [0]
52
+ [0], 1
53
53
  ];
54
54
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
55
55
  export var Categories$ = [3, n0, _C,
56
56
  0,
57
57
  [_MC, _MD],
58
- [64 | 0, () => MatchedDetails]
58
+ [64 | 0, () => MatchedDetails], 2
59
59
  ];
60
60
  export var CategoryDetails$ = [3, n0, _CD,
61
61
  0,
62
62
  [_POI],
63
- [() => PointsOfInterest]
63
+ [() => PointsOfInterest], 1
64
64
  ];
65
65
  export var CharacterOffsets$ = [3, n0, _CO,
66
66
  0,
67
67
  [_BOC, _EOC],
68
- [1, 1]
68
+ [1, 1], 2
69
69
  ];
70
70
  export var InternalServiceException$ = [-3, n0, _ISE,
71
71
  { [_e]: _s, [_hE]: 500 },
@@ -82,27 +82,27 @@ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestExcep
82
82
  export var IssueDetected$ = [3, n0, _ID,
83
83
  0,
84
84
  [_CO],
85
- [() => CharacterOffsets$]
85
+ [() => CharacterOffsets$], 1
86
86
  ];
87
87
  export var ListRealtimeContactAnalysisSegmentsRequest$ = [3, n0, _LRCASR,
88
88
  0,
89
89
  [_II, _CI, _MR, _NT],
90
- [0, 0, 1, 0]
90
+ [0, 0, 1, 0], 2
91
91
  ];
92
92
  export var ListRealtimeContactAnalysisSegmentsResponse$ = [3, n0, _LRCASRi,
93
93
  0,
94
94
  [_S, _NT],
95
- [() => RealtimeContactAnalysisSegments, 0]
95
+ [() => RealtimeContactAnalysisSegments, 0], 1
96
96
  ];
97
97
  export var PointOfInterest$ = [3, n0, _POIo,
98
98
  0,
99
99
  [_BOM, _EOM],
100
- [1, 1]
100
+ [1, 1], 2
101
101
  ];
102
102
  export var PostContactSummary$ = [3, n0, _PCS,
103
103
  0,
104
- [_Co, _St, _FC],
105
- [0, 0, 0]
104
+ [_St, _Co, _FC],
105
+ [0, 0, 0], 1
106
106
  ];
107
107
  export var RealtimeContactAnalysisSegment$ = [3, n0, _RCAS,
108
108
  0,
@@ -118,13 +118,13 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
118
118
  export var ThrottlingException$ = [-3, n0, _TE,
119
119
  { [_e]: _c, [_hE]: 429 },
120
120
  [_M],
121
- [0]
121
+ [0], 1
122
122
  ];
123
123
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
124
124
  export var Transcript$ = [3, n0, _T,
125
125
  0,
126
126
  [_I, _PI, _PR, _Co, _BOM, _EOM, _Se, _IDs],
127
- [0, 0, 0, 0, 1, 1, 0, () => IssuesDetected]
127
+ [0, 0, 0, 0, 1, 1, 0, () => IssuesDetected], 6
128
128
  ];
129
129
  export var ConnectContactLensServiceException$ = [-3, _sm, "ConnectContactLensServiceException", 0, [], []];
130
130
  TypeRegistry.for(_sm).registerError(ConnectContactLensServiceException$, ConnectContactLensServiceException);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect-contact-lens",
3
3
  "description": "AWS SDK for JavaScript Connect Contact Lens Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.970.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-connect-contact-lens",
@@ -21,41 +21,41 @@
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.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.970.0",
25
+ "@aws-sdk/credential-provider-node": "3.970.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.970.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.970.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.970.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.6",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.7",
42
+ "@smithy/middleware-retry": "^4.4.23",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.8",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
55
+ "@smithy/util-defaults-mode-node": "^4.2.25",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },