@aws-sdk/client-lex-runtime-v2 3.952.0 → 3.954.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 +216 -156
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/DeleteSessionCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/PutSessionCommand.js +2 -2
- package/dist-es/commands/RecognizeTextCommand.js +2 -2
- package/dist-es/commands/RecognizeUtteranceCommand.js +2 -2
- package/dist-es/commands/StartConversationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +133 -133
- package/dist-types/LexRuntimeV2Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +61 -77
- package/dist-types/ts3.4/LexRuntimeV2Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -79
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -114,14 +114,14 @@ class LexRuntimeV2Client extends smithyClient.Client {
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
class LexRuntimeV2ServiceException extends smithyClient.ServiceException {
|
|
118
118
|
constructor(options) {
|
|
119
119
|
super(options);
|
|
120
120
|
Object.setPrototypeOf(this, LexRuntimeV2ServiceException.prototype);
|
|
121
121
|
}
|
|
122
|
-
}
|
|
122
|
+
}
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
class AccessDeniedException extends LexRuntimeV2ServiceException {
|
|
125
125
|
name = "AccessDeniedException";
|
|
126
126
|
$fault = "client";
|
|
127
127
|
constructor(opts) {
|
|
@@ -132,8 +132,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends LexRuntimeV2Se
|
|
|
132
132
|
});
|
|
133
133
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
134
134
|
}
|
|
135
|
-
}
|
|
136
|
-
|
|
135
|
+
}
|
|
136
|
+
class ConflictException extends LexRuntimeV2ServiceException {
|
|
137
137
|
name = "ConflictException";
|
|
138
138
|
$fault = "client";
|
|
139
139
|
constructor(opts) {
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends LexRuntimeV2ServiceExc
|
|
|
144
144
|
});
|
|
145
145
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends LexRuntimeV2ServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
constructor(opts) {
|
|
@@ -156,8 +156,8 @@ let InternalServerException$1 = class InternalServerException extends LexRuntime
|
|
|
156
156
|
});
|
|
157
157
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
158
158
|
}
|
|
159
|
-
}
|
|
160
|
-
|
|
159
|
+
}
|
|
160
|
+
class ResourceNotFoundException extends LexRuntimeV2ServiceException {
|
|
161
161
|
name = "ResourceNotFoundException";
|
|
162
162
|
$fault = "client";
|
|
163
163
|
constructor(opts) {
|
|
@@ -168,8 +168,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends LexRun
|
|
|
168
168
|
});
|
|
169
169
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
170
170
|
}
|
|
171
|
-
}
|
|
172
|
-
|
|
171
|
+
}
|
|
172
|
+
class ThrottlingException extends LexRuntimeV2ServiceException {
|
|
173
173
|
name = "ThrottlingException";
|
|
174
174
|
$fault = "client";
|
|
175
175
|
constructor(opts) {
|
|
@@ -180,8 +180,8 @@ let ThrottlingException$1 = class ThrottlingException extends LexRuntimeV2Servic
|
|
|
180
180
|
});
|
|
181
181
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class ValidationException extends LexRuntimeV2ServiceException {
|
|
185
185
|
name = "ValidationException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
constructor(opts) {
|
|
@@ -192,8 +192,8 @@ let ValidationException$1 = class ValidationException extends LexRuntimeV2Servic
|
|
|
192
192
|
});
|
|
193
193
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class BadGatewayException extends LexRuntimeV2ServiceException {
|
|
197
197
|
name = "BadGatewayException";
|
|
198
198
|
$fault = "server";
|
|
199
199
|
constructor(opts) {
|
|
@@ -204,8 +204,8 @@ let BadGatewayException$1 = class BadGatewayException extends LexRuntimeV2Servic
|
|
|
204
204
|
});
|
|
205
205
|
Object.setPrototypeOf(this, BadGatewayException.prototype);
|
|
206
206
|
}
|
|
207
|
-
}
|
|
208
|
-
|
|
207
|
+
}
|
|
208
|
+
class DependencyFailedException extends LexRuntimeV2ServiceException {
|
|
209
209
|
name = "DependencyFailedException";
|
|
210
210
|
$fault = "client";
|
|
211
211
|
constructor(opts) {
|
|
@@ -216,7 +216,7 @@ let DependencyFailedException$1 = class DependencyFailedException extends LexRun
|
|
|
216
216
|
});
|
|
217
217
|
Object.setPrototypeOf(this, DependencyFailedException.prototype);
|
|
218
218
|
}
|
|
219
|
-
}
|
|
219
|
+
}
|
|
220
220
|
|
|
221
221
|
const _AC = "ActiveContext";
|
|
222
222
|
const _ACL = "ActiveContextsList";
|
|
@@ -392,34 +392,34 @@ var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
|
|
|
392
392
|
var DTMFRegex = [0, n0, _DTMFR, 8, 0];
|
|
393
393
|
var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
|
|
394
394
|
var Text = [0, n0, _T, 8, 0];
|
|
395
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
396
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
397
|
-
var ActiveContext = [
|
|
395
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
396
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
397
|
+
var ActiveContext$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_AC,
|
|
401
401
|
0,
|
|
402
402
|
[_n, _tTL, _cA],
|
|
403
|
-
[0, () => ActiveContextTimeToLive
|
|
403
|
+
[0, () => ActiveContextTimeToLive$, [() => ActiveContextParametersMap, 0]],
|
|
404
404
|
];
|
|
405
|
-
var ActiveContextTimeToLive = [3, n0, _ACTTL, 0, [_tTLIS, _tTLu], [1, 1]];
|
|
406
|
-
var AudioInputEvent = [3, n0, _AIE, 0, [_aC, _cT, _eI, _cTM], [21, 0, 0, 1]];
|
|
407
|
-
var AudioResponseEvent = [3, n0, _ARE, 0, [_aC, _cT, _eI], [21, 0, 0]];
|
|
408
|
-
var BadGatewayException = [-3, n0, _BGE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
409
|
-
schema.TypeRegistry.for(n0).registerError(BadGatewayException
|
|
410
|
-
var Button = [3, n0, _B, 0, [_t, _v], [0, 0]];
|
|
411
|
-
var ConfidenceScore = [3, n0, _CS, 0, [_sc], [1]];
|
|
412
|
-
var ConfigurationEvent = [
|
|
405
|
+
var ActiveContextTimeToLive$ = [3, n0, _ACTTL, 0, [_tTLIS, _tTLu], [1, 1]];
|
|
406
|
+
var AudioInputEvent$ = [3, n0, _AIE, 0, [_aC, _cT, _eI, _cTM], [21, 0, 0, 1]];
|
|
407
|
+
var AudioResponseEvent$ = [3, n0, _ARE, 0, [_aC, _cT, _eI], [21, 0, 0]];
|
|
408
|
+
var BadGatewayException$ = [-3, n0, _BGE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
409
|
+
schema.TypeRegistry.for(n0).registerError(BadGatewayException$, BadGatewayException);
|
|
410
|
+
var Button$ = [3, n0, _B, 0, [_t, _v], [0, 0]];
|
|
411
|
+
var ConfidenceScore$ = [3, n0, _CS, 0, [_sc], [1]];
|
|
412
|
+
var ConfigurationEvent$ = [
|
|
413
413
|
3,
|
|
414
414
|
n0,
|
|
415
415
|
_CE,
|
|
416
416
|
0,
|
|
417
417
|
[_rA, _rCT, _sS, _wM, _dP, _eI, _cTM],
|
|
418
|
-
[128 | 0, 0, [() => SessionState
|
|
418
|
+
[128 | 0, 0, [() => SessionState$, 0], [() => Messages, 0], 2, 0, 1],
|
|
419
419
|
];
|
|
420
|
-
var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
421
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
422
|
-
var DeleteSessionRequest = [
|
|
420
|
+
var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
421
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
422
|
+
var DeleteSessionRequest$ = [
|
|
423
423
|
3,
|
|
424
424
|
n0,
|
|
425
425
|
_DSR,
|
|
@@ -432,21 +432,21 @@ var DeleteSessionRequest = [
|
|
|
432
432
|
[0, 1],
|
|
433
433
|
],
|
|
434
434
|
];
|
|
435
|
-
var DeleteSessionResponse = [3, n0, _DSRe, 0, [_bI, _bAI, _lI, _sI], [0, 0, 0, 0]];
|
|
436
|
-
var DependencyFailedException = [-3, n0, _DFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
437
|
-
schema.TypeRegistry.for(n0).registerError(DependencyFailedException
|
|
438
|
-
var DialogAction = [
|
|
435
|
+
var DeleteSessionResponse$ = [3, n0, _DSRe, 0, [_bI, _bAI, _lI, _sI], [0, 0, 0, 0]];
|
|
436
|
+
var DependencyFailedException$ = [-3, n0, _DFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
437
|
+
schema.TypeRegistry.for(n0).registerError(DependencyFailedException$, DependencyFailedException);
|
|
438
|
+
var DialogAction$ = [
|
|
439
439
|
3,
|
|
440
440
|
n0,
|
|
441
441
|
_DA,
|
|
442
442
|
0,
|
|
443
443
|
[_ty, _sTE, _sES, _sSTE],
|
|
444
|
-
[0, 0, 0, () => ElicitSubSlot],
|
|
444
|
+
[0, 0, 0, () => ElicitSubSlot$],
|
|
445
445
|
];
|
|
446
|
-
var DisconnectionEvent = [3, n0, _DE, 0, [_eI, _cTM], [0, 1]];
|
|
447
|
-
var DTMFInputEvent = [3, n0, _DTMFIE, 0, [_iC, _eI, _cTM], [[() => DTMFRegex, 0], 0, 1]];
|
|
448
|
-
var ElicitSubSlot = [3, n0, _ESS, 0, [_n, _sSTE], [0, () => ElicitSubSlot]];
|
|
449
|
-
var GetSessionRequest = [
|
|
446
|
+
var DisconnectionEvent$ = [3, n0, _DE, 0, [_eI, _cTM], [0, 1]];
|
|
447
|
+
var DTMFInputEvent$ = [3, n0, _DTMFIE, 0, [_iC, _eI, _cTM], [[() => DTMFRegex, 0], 0, 1]];
|
|
448
|
+
var ElicitSubSlot$ = [3, n0, _ESS, 0, [_n, _sSTE], [0, () => ElicitSubSlot$]];
|
|
449
|
+
var GetSessionRequest$ = [
|
|
450
450
|
3,
|
|
451
451
|
n0,
|
|
452
452
|
_GSR,
|
|
@@ -459,16 +459,16 @@ var GetSessionRequest = [
|
|
|
459
459
|
[0, 1],
|
|
460
460
|
],
|
|
461
461
|
];
|
|
462
|
-
var GetSessionResponse = [
|
|
462
|
+
var GetSessionResponse$ = [
|
|
463
463
|
3,
|
|
464
464
|
n0,
|
|
465
465
|
_GSRe,
|
|
466
466
|
0,
|
|
467
467
|
[_sI, _me, _i, _sS],
|
|
468
|
-
[0, [() => Messages, 0], () => Interpretations, [() => SessionState
|
|
468
|
+
[0, [() => Messages, 0], () => Interpretations, [() => SessionState$, 0]],
|
|
469
469
|
];
|
|
470
|
-
var HeartbeatEvent = [3, n0, _HE, 0, [_eI], [0]];
|
|
471
|
-
var ImageResponseCard = [
|
|
470
|
+
var HeartbeatEvent$ = [3, n0, _HE, 0, [_eI], [0]];
|
|
471
|
+
var ImageResponseCard$ = [
|
|
472
472
|
3,
|
|
473
473
|
n0,
|
|
474
474
|
_IRC,
|
|
@@ -476,44 +476,44 @@ var ImageResponseCard = [
|
|
|
476
476
|
[_ti, _su, _iU, _b],
|
|
477
477
|
[0, 0, 0, () => ButtonsList],
|
|
478
478
|
];
|
|
479
|
-
var Intent = [3, n0, _I, 0, [_n, _sl, _st, _cS], [0, () => Slots, 0, 0]];
|
|
480
|
-
var IntentResultEvent = [
|
|
479
|
+
var Intent$ = [3, n0, _I, 0, [_n, _sl, _st, _cS], [0, () => Slots, 0, 0]];
|
|
480
|
+
var IntentResultEvent$ = [
|
|
481
481
|
3,
|
|
482
482
|
n0,
|
|
483
483
|
_IRE,
|
|
484
484
|
0,
|
|
485
485
|
[_iM, _i, _sS, _rA, _sI, _eI, _rBM],
|
|
486
|
-
[0, () => Interpretations, [() => SessionState
|
|
486
|
+
[0, () => Interpretations, [() => SessionState$, 0], 128 | 0, 0, 0, () => RecognizedBotMember$],
|
|
487
487
|
];
|
|
488
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
489
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
490
|
-
var Interpretation = [
|
|
488
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
489
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
490
|
+
var Interpretation$ = [
|
|
491
491
|
3,
|
|
492
492
|
n0,
|
|
493
493
|
_In,
|
|
494
494
|
0,
|
|
495
495
|
[_nC, _sR, _in, _iS],
|
|
496
|
-
[() => ConfidenceScore
|
|
496
|
+
[() => ConfidenceScore$, () => SentimentResponse$, () => Intent$, 0],
|
|
497
497
|
];
|
|
498
|
-
var Message = [
|
|
498
|
+
var Message$ = [
|
|
499
499
|
3,
|
|
500
500
|
n0,
|
|
501
501
|
_M,
|
|
502
502
|
0,
|
|
503
503
|
[_co, _cT, _iRC],
|
|
504
|
-
[[() => Text, 0], 0, () => ImageResponseCard],
|
|
504
|
+
[[() => Text, 0], 0, () => ImageResponseCard$],
|
|
505
505
|
];
|
|
506
|
-
var PlaybackCompletionEvent = [3, n0, _PCE, 0, [_eI, _cTM], [0, 1]];
|
|
507
|
-
var PlaybackInterruptionEvent = [3, n0, _PIE, 0, [_eR, _cBEI, _eI], [0, 0, 0]];
|
|
508
|
-
var PutSessionRequest = [
|
|
506
|
+
var PlaybackCompletionEvent$ = [3, n0, _PCE, 0, [_eI, _cTM], [0, 1]];
|
|
507
|
+
var PlaybackInterruptionEvent$ = [3, n0, _PIE, 0, [_eR, _cBEI, _eI], [0, 0, 0]];
|
|
508
|
+
var PutSessionRequest$ = [
|
|
509
509
|
3,
|
|
510
510
|
n0,
|
|
511
511
|
_PSR,
|
|
512
512
|
0,
|
|
513
513
|
[_bI, _bAI, _lI, _sI, _me, _sS, _rA, _rCT],
|
|
514
|
-
[[0, 1], [0, 1], [0, 1], [0, 1], [() => Messages, 0], [() => SessionState
|
|
514
|
+
[[0, 1], [0, 1], [0, 1], [0, 1], [() => Messages, 0], [() => SessionState$, 0], 128 | 0, [0, { [_hH]: _RCT }]],
|
|
515
515
|
];
|
|
516
|
-
var PutSessionResponse = [
|
|
516
|
+
var PutSessionResponse$ = [
|
|
517
517
|
3,
|
|
518
518
|
n0,
|
|
519
519
|
_PSRu,
|
|
@@ -528,24 +528,24 @@ var PutSessionResponse = [
|
|
|
528
528
|
[() => BlobStream, 16],
|
|
529
529
|
],
|
|
530
530
|
];
|
|
531
|
-
var RecognizedBotMember = [3, n0, _RBM, 0, [_bI, _bN], [0, 0]];
|
|
532
|
-
var RecognizeTextRequest = [
|
|
531
|
+
var RecognizedBotMember$ = [3, n0, _RBM, 0, [_bI, _bN], [0, 0]];
|
|
532
|
+
var RecognizeTextRequest$ = [
|
|
533
533
|
3,
|
|
534
534
|
n0,
|
|
535
535
|
_RTR,
|
|
536
536
|
0,
|
|
537
537
|
[_bI, _bAI, _lI, _sI, _t, _sS, _rA],
|
|
538
|
-
[[0, 1], [0, 1], [0, 1], [0, 1], [() => Text, 0], [() => SessionState
|
|
538
|
+
[[0, 1], [0, 1], [0, 1], [0, 1], [() => Text, 0], [() => SessionState$, 0], 128 | 0],
|
|
539
539
|
];
|
|
540
|
-
var RecognizeTextResponse = [
|
|
540
|
+
var RecognizeTextResponse$ = [
|
|
541
541
|
3,
|
|
542
542
|
n0,
|
|
543
543
|
_RTRe,
|
|
544
544
|
0,
|
|
545
545
|
[_me, _sS, _i, _rA, _sI, _rBM],
|
|
546
|
-
[[() => Messages, 0], [() => SessionState
|
|
546
|
+
[[() => Messages, 0], [() => SessionState$, 0], () => Interpretations, 128 | 0, 0, () => RecognizedBotMember$],
|
|
547
547
|
];
|
|
548
|
-
var RecognizeUtteranceRequest = [
|
|
548
|
+
var RecognizeUtteranceRequest$ = [
|
|
549
549
|
3,
|
|
550
550
|
n0,
|
|
551
551
|
_RUR,
|
|
@@ -563,7 +563,7 @@ var RecognizeUtteranceRequest = [
|
|
|
563
563
|
[() => BlobStream, 16],
|
|
564
564
|
],
|
|
565
565
|
];
|
|
566
|
-
var RecognizeUtteranceResponse = [
|
|
566
|
+
var RecognizeUtteranceResponse$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_RURe,
|
|
@@ -582,9 +582,9 @@ var RecognizeUtteranceResponse = [
|
|
|
582
582
|
[0, { [_hH]: _xalrbm }],
|
|
583
583
|
],
|
|
584
584
|
];
|
|
585
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
586
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
587
|
-
var RuntimeHintDetails = [
|
|
585
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
586
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
587
|
+
var RuntimeHintDetails$ = [
|
|
588
588
|
3,
|
|
589
589
|
n0,
|
|
590
590
|
_RHD,
|
|
@@ -592,27 +592,27 @@ var RuntimeHintDetails = [
|
|
|
592
592
|
[_rHV, _sSH],
|
|
593
593
|
[() => RuntimeHintValuesList, () => SlotHintsSlotMap],
|
|
594
594
|
];
|
|
595
|
-
var RuntimeHints = [3, n0, _RH, 0, [_sH], [() => SlotHintsIntentMap]];
|
|
596
|
-
var RuntimeHintValue = [3, n0, _RHV, 0, [_p], [0]];
|
|
597
|
-
var SentimentResponse = [3, n0, _SR, 0, [_sen, _sSe], [0, () => SentimentScore]];
|
|
598
|
-
var SentimentScore = [3, n0, _SS, 0, [_po, _ne, _neu, _mi], [1, 1, 1, 1]];
|
|
599
|
-
var SessionState = [
|
|
595
|
+
var RuntimeHints$ = [3, n0, _RH, 0, [_sH], [() => SlotHintsIntentMap]];
|
|
596
|
+
var RuntimeHintValue$ = [3, n0, _RHV, 0, [_p], [0]];
|
|
597
|
+
var SentimentResponse$ = [3, n0, _SR, 0, [_sen, _sSe], [0, () => SentimentScore$]];
|
|
598
|
+
var SentimentScore$ = [3, n0, _SS, 0, [_po, _ne, _neu, _mi], [1, 1, 1, 1]];
|
|
599
|
+
var SessionState$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_SSe,
|
|
603
603
|
0,
|
|
604
604
|
[_dA, _in, _aCc, _sA, _oRI, _rH],
|
|
605
|
-
[() => DialogAction
|
|
605
|
+
[() => DialogAction$, () => Intent$, [() => ActiveContextsList, 0], 128 | 0, 0, () => RuntimeHints$],
|
|
606
606
|
];
|
|
607
|
-
var Slot = [
|
|
607
|
+
var Slot$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_S,
|
|
611
611
|
0,
|
|
612
612
|
[_v, _sh, _va, _sSu],
|
|
613
|
-
[() => Value
|
|
613
|
+
[() => Value$, 0, () => Values, () => Slots],
|
|
614
614
|
];
|
|
615
|
-
var StartConversationRequest = [
|
|
615
|
+
var StartConversationRequest$ = [
|
|
616
616
|
3,
|
|
617
617
|
n0,
|
|
618
618
|
_SCR,
|
|
@@ -624,116 +624,116 @@ var StartConversationRequest = [
|
|
|
624
624
|
[0, 1],
|
|
625
625
|
[0, 1],
|
|
626
626
|
[0, { [_hH]: _xalcm }],
|
|
627
|
-
[() => StartConversationRequestEventStream
|
|
627
|
+
[() => StartConversationRequestEventStream$, 16],
|
|
628
628
|
],
|
|
629
629
|
];
|
|
630
|
-
var StartConversationResponse = [
|
|
630
|
+
var StartConversationResponse$ = [
|
|
631
631
|
3,
|
|
632
632
|
n0,
|
|
633
633
|
_SCRt,
|
|
634
634
|
0,
|
|
635
635
|
[_rESe],
|
|
636
|
-
[[() => StartConversationResponseEventStream
|
|
636
|
+
[[() => StartConversationResponseEventStream$, 16]],
|
|
637
637
|
];
|
|
638
|
-
var TextInputEvent = [3, n0, _TIE, 0, [_t, _eI, _cTM], [[() => Text, 0], 0, 1]];
|
|
639
|
-
var TextResponseEvent = [3, n0, _TRE, 0, [_me, _eI], [[() => Messages, 0], 0]];
|
|
640
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
641
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
642
|
-
var TranscriptEvent = [3, n0, _TEr, 0, [_tr, _eI], [0, 0]];
|
|
643
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
644
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
645
|
-
var Value = [3, n0, _V, 0, [_oV, _iV, _rV], [0, 0, 64 | 0]];
|
|
646
|
-
var LexRuntimeV2ServiceException = [-3, _sm, "LexRuntimeV2ServiceException", 0, [], []];
|
|
647
|
-
schema.TypeRegistry.for(_sm).registerError(LexRuntimeV2ServiceException
|
|
648
|
-
var ActiveContextsList = [1, n0, _ACL, 0, [() => ActiveContext
|
|
649
|
-
var ButtonsList = [1, n0, _BL, 0, () => Button];
|
|
650
|
-
var Interpretations = [1, n0, _Int, 0, () => Interpretation];
|
|
651
|
-
var Messages = [1, n0, _Me, 0, [() => Message
|
|
652
|
-
var RuntimeHintValuesList = [1, n0, _RHVL, 0, () => RuntimeHintValue];
|
|
653
|
-
var Values = [1, n0, _Va, 0, () => Slot];
|
|
638
|
+
var TextInputEvent$ = [3, n0, _TIE, 0, [_t, _eI, _cTM], [[() => Text, 0], 0, 1]];
|
|
639
|
+
var TextResponseEvent$ = [3, n0, _TRE, 0, [_me, _eI], [[() => Messages, 0], 0]];
|
|
640
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
641
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
642
|
+
var TranscriptEvent$ = [3, n0, _TEr, 0, [_tr, _eI], [0, 0]];
|
|
643
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
644
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
645
|
+
var Value$ = [3, n0, _V, 0, [_oV, _iV, _rV], [0, 0, 64 | 0]];
|
|
646
|
+
var LexRuntimeV2ServiceException$ = [-3, _sm, "LexRuntimeV2ServiceException", 0, [], []];
|
|
647
|
+
schema.TypeRegistry.for(_sm).registerError(LexRuntimeV2ServiceException$, LexRuntimeV2ServiceException);
|
|
648
|
+
var ActiveContextsList = [1, n0, _ACL, 0, [() => ActiveContext$, 0]];
|
|
649
|
+
var ButtonsList = [1, n0, _BL, 0, () => Button$];
|
|
650
|
+
var Interpretations = [1, n0, _Int, 0, () => Interpretation$];
|
|
651
|
+
var Messages = [1, n0, _Me, 0, [() => Message$, 0]];
|
|
652
|
+
var RuntimeHintValuesList = [1, n0, _RHVL, 0, () => RuntimeHintValue$];
|
|
653
|
+
var Values = [1, n0, _Va, 0, () => Slot$];
|
|
654
654
|
var ActiveContextParametersMap = [2, n0, _ACPM, 0, [0, 0], [() => Text, 0]];
|
|
655
655
|
var SlotHintsIntentMap = [2, n0, _SHIM, 0, 0, () => SlotHintsSlotMap];
|
|
656
|
-
var SlotHintsSlotMap = [2, n0, _SHSM, 0, 0, () => RuntimeHintDetails];
|
|
657
|
-
var Slots = [2, n0, _Sl, 0, 0, () => Slot];
|
|
658
|
-
var StartConversationRequestEventStream = [
|
|
656
|
+
var SlotHintsSlotMap = [2, n0, _SHSM, 0, 0, () => RuntimeHintDetails$];
|
|
657
|
+
var Slots = [2, n0, _Sl, 0, 0, () => Slot$];
|
|
658
|
+
var StartConversationRequestEventStream$ = [
|
|
659
659
|
3,
|
|
660
660
|
n0,
|
|
661
661
|
_SCRES,
|
|
662
662
|
{ [_s]: 1 },
|
|
663
663
|
[_CE, _AIE, _DTMFIE, _TIE, _PCE, _DE],
|
|
664
664
|
[
|
|
665
|
-
[() => ConfigurationEvent
|
|
666
|
-
() => AudioInputEvent
|
|
667
|
-
[() => DTMFInputEvent
|
|
668
|
-
[() => TextInputEvent
|
|
669
|
-
() => PlaybackCompletionEvent
|
|
670
|
-
() => DisconnectionEvent
|
|
665
|
+
[() => ConfigurationEvent$, 0],
|
|
666
|
+
() => AudioInputEvent$,
|
|
667
|
+
[() => DTMFInputEvent$, 0],
|
|
668
|
+
[() => TextInputEvent$, 0],
|
|
669
|
+
() => PlaybackCompletionEvent$,
|
|
670
|
+
() => DisconnectionEvent$,
|
|
671
671
|
],
|
|
672
672
|
];
|
|
673
|
-
var StartConversationResponseEventStream = [
|
|
673
|
+
var StartConversationResponseEventStream$ = [
|
|
674
674
|
3,
|
|
675
675
|
n0,
|
|
676
676
|
_SCRESt,
|
|
677
677
|
{ [_s]: 1 },
|
|
678
678
|
[_PIE, _TEr, _IRE, _TRE, _ARE, _HE, _ADE, _RNFE, _VE, _TE, _ISE, _CEo, _DFE, _BGE],
|
|
679
679
|
[
|
|
680
|
-
() => PlaybackInterruptionEvent
|
|
681
|
-
() => TranscriptEvent
|
|
682
|
-
[() => IntentResultEvent
|
|
683
|
-
[() => TextResponseEvent
|
|
684
|
-
() => AudioResponseEvent
|
|
685
|
-
() => HeartbeatEvent
|
|
686
|
-
[() => AccessDeniedException
|
|
687
|
-
[() => ResourceNotFoundException
|
|
688
|
-
[() => ValidationException
|
|
689
|
-
[() => ThrottlingException
|
|
690
|
-
[() => InternalServerException
|
|
691
|
-
[() => ConflictException
|
|
692
|
-
[() => DependencyFailedException
|
|
693
|
-
[() => BadGatewayException
|
|
680
|
+
() => PlaybackInterruptionEvent$,
|
|
681
|
+
() => TranscriptEvent$,
|
|
682
|
+
[() => IntentResultEvent$, 0],
|
|
683
|
+
[() => TextResponseEvent$, 0],
|
|
684
|
+
() => AudioResponseEvent$,
|
|
685
|
+
() => HeartbeatEvent$,
|
|
686
|
+
[() => AccessDeniedException$, 0],
|
|
687
|
+
[() => ResourceNotFoundException$, 0],
|
|
688
|
+
[() => ValidationException$, 0],
|
|
689
|
+
[() => ThrottlingException$, 0],
|
|
690
|
+
[() => InternalServerException$, 0],
|
|
691
|
+
[() => ConflictException$, 0],
|
|
692
|
+
[() => DependencyFailedException$, 0],
|
|
693
|
+
[() => BadGatewayException$, 0],
|
|
694
694
|
],
|
|
695
695
|
];
|
|
696
|
-
var DeleteSession = [
|
|
696
|
+
var DeleteSession$ = [
|
|
697
697
|
9,
|
|
698
698
|
n0,
|
|
699
699
|
_DS,
|
|
700
700
|
{ [_h]: ["DELETE", "/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}", 200] },
|
|
701
|
-
() => DeleteSessionRequest
|
|
702
|
-
() => DeleteSessionResponse
|
|
701
|
+
() => DeleteSessionRequest$,
|
|
702
|
+
() => DeleteSessionResponse$,
|
|
703
703
|
];
|
|
704
|
-
var GetSession = [
|
|
704
|
+
var GetSession$ = [
|
|
705
705
|
9,
|
|
706
706
|
n0,
|
|
707
707
|
_GS,
|
|
708
708
|
{ [_h]: ["GET", "/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}", 200] },
|
|
709
|
-
() => GetSessionRequest
|
|
710
|
-
() => GetSessionResponse
|
|
709
|
+
() => GetSessionRequest$,
|
|
710
|
+
() => GetSessionResponse$,
|
|
711
711
|
];
|
|
712
|
-
var PutSession = [
|
|
712
|
+
var PutSession$ = [
|
|
713
713
|
9,
|
|
714
714
|
n0,
|
|
715
715
|
_PS,
|
|
716
716
|
{ [_h]: ["POST", "/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}", 200] },
|
|
717
|
-
() => PutSessionRequest
|
|
718
|
-
() => PutSessionResponse
|
|
717
|
+
() => PutSessionRequest$,
|
|
718
|
+
() => PutSessionResponse$,
|
|
719
719
|
];
|
|
720
|
-
var RecognizeText = [
|
|
720
|
+
var RecognizeText$ = [
|
|
721
721
|
9,
|
|
722
722
|
n0,
|
|
723
723
|
_RT,
|
|
724
724
|
{ [_h]: ["POST", "/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/text", 200] },
|
|
725
|
-
() => RecognizeTextRequest
|
|
726
|
-
() => RecognizeTextResponse
|
|
725
|
+
() => RecognizeTextRequest$,
|
|
726
|
+
() => RecognizeTextResponse$,
|
|
727
727
|
];
|
|
728
|
-
var RecognizeUtterance = [
|
|
728
|
+
var RecognizeUtterance$ = [
|
|
729
729
|
9,
|
|
730
730
|
n0,
|
|
731
731
|
_RU,
|
|
732
732
|
{ [_h]: ["POST", "/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/utterance", 200] },
|
|
733
|
-
() => RecognizeUtteranceRequest
|
|
734
|
-
() => RecognizeUtteranceResponse
|
|
733
|
+
() => RecognizeUtteranceRequest$,
|
|
734
|
+
() => RecognizeUtteranceResponse$,
|
|
735
735
|
];
|
|
736
|
-
var StartConversation = [
|
|
736
|
+
var StartConversation$ = [
|
|
737
737
|
9,
|
|
738
738
|
n0,
|
|
739
739
|
_SC,
|
|
@@ -744,8 +744,8 @@ var StartConversation = [
|
|
|
744
744
|
200,
|
|
745
745
|
],
|
|
746
746
|
},
|
|
747
|
-
() => StartConversationRequest
|
|
748
|
-
() => StartConversationResponse
|
|
747
|
+
() => StartConversationRequest$,
|
|
748
|
+
() => StartConversationResponse$,
|
|
749
749
|
];
|
|
750
750
|
|
|
751
751
|
class DeleteSessionCommand extends smithyClient.Command
|
|
@@ -756,7 +756,7 @@ class DeleteSessionCommand extends smithyClient.Command
|
|
|
756
756
|
})
|
|
757
757
|
.s("AWSDeepSenseRunTimeServiceApi2_0", "DeleteSession", {})
|
|
758
758
|
.n("LexRuntimeV2Client", "DeleteSessionCommand")
|
|
759
|
-
.sc(DeleteSession)
|
|
759
|
+
.sc(DeleteSession$)
|
|
760
760
|
.build() {
|
|
761
761
|
}
|
|
762
762
|
|
|
@@ -768,7 +768,7 @@ class GetSessionCommand extends smithyClient.Command
|
|
|
768
768
|
})
|
|
769
769
|
.s("AWSDeepSenseRunTimeServiceApi2_0", "GetSession", {})
|
|
770
770
|
.n("LexRuntimeV2Client", "GetSessionCommand")
|
|
771
|
-
.sc(GetSession)
|
|
771
|
+
.sc(GetSession$)
|
|
772
772
|
.build() {
|
|
773
773
|
}
|
|
774
774
|
|
|
@@ -780,7 +780,7 @@ class PutSessionCommand extends smithyClient.Command
|
|
|
780
780
|
})
|
|
781
781
|
.s("AWSDeepSenseRunTimeServiceApi2_0", "PutSession", {})
|
|
782
782
|
.n("LexRuntimeV2Client", "PutSessionCommand")
|
|
783
|
-
.sc(PutSession)
|
|
783
|
+
.sc(PutSession$)
|
|
784
784
|
.build() {
|
|
785
785
|
}
|
|
786
786
|
|
|
@@ -792,7 +792,7 @@ class RecognizeTextCommand extends smithyClient.Command
|
|
|
792
792
|
})
|
|
793
793
|
.s("AWSDeepSenseRunTimeServiceApi2_0", "RecognizeText", {})
|
|
794
794
|
.n("LexRuntimeV2Client", "RecognizeTextCommand")
|
|
795
|
-
.sc(RecognizeText)
|
|
795
|
+
.sc(RecognizeText$)
|
|
796
796
|
.build() {
|
|
797
797
|
}
|
|
798
798
|
|
|
@@ -804,7 +804,7 @@ class RecognizeUtteranceCommand extends smithyClient.Command
|
|
|
804
804
|
})
|
|
805
805
|
.s("AWSDeepSenseRunTimeServiceApi2_0", "RecognizeUtterance", {})
|
|
806
806
|
.n("LexRuntimeV2Client", "RecognizeUtteranceCommand")
|
|
807
|
-
.sc(RecognizeUtterance)
|
|
807
|
+
.sc(RecognizeUtterance$)
|
|
808
808
|
.build() {
|
|
809
809
|
}
|
|
810
810
|
|
|
@@ -821,7 +821,7 @@ class StartConversationCommand extends smithyClient.Command
|
|
|
821
821
|
},
|
|
822
822
|
})
|
|
823
823
|
.n("LexRuntimeV2Client", "StartConversationCommand")
|
|
824
|
-
.sc(StartConversation)
|
|
824
|
+
.sc(StartConversation$)
|
|
825
825
|
.build() {
|
|
826
826
|
}
|
|
827
827
|
|
|
@@ -907,31 +907,91 @@ Object.defineProperty(exports, "__Client", {
|
|
|
907
907
|
enumerable: true,
|
|
908
908
|
get: function () { return smithyClient.Client; }
|
|
909
909
|
});
|
|
910
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
911
|
-
exports.
|
|
910
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
911
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
912
|
+
exports.ActiveContext$ = ActiveContext$;
|
|
913
|
+
exports.ActiveContextTimeToLive$ = ActiveContextTimeToLive$;
|
|
914
|
+
exports.AudioInputEvent$ = AudioInputEvent$;
|
|
915
|
+
exports.AudioResponseEvent$ = AudioResponseEvent$;
|
|
916
|
+
exports.BadGatewayException = BadGatewayException;
|
|
917
|
+
exports.BadGatewayException$ = BadGatewayException$;
|
|
918
|
+
exports.Button$ = Button$;
|
|
919
|
+
exports.ConfidenceScore$ = ConfidenceScore$;
|
|
920
|
+
exports.ConfigurationEvent$ = ConfigurationEvent$;
|
|
912
921
|
exports.ConfirmationState = ConfirmationState;
|
|
913
|
-
exports.ConflictException = ConflictException
|
|
922
|
+
exports.ConflictException = ConflictException;
|
|
923
|
+
exports.ConflictException$ = ConflictException$;
|
|
914
924
|
exports.ConversationMode = ConversationMode;
|
|
925
|
+
exports.DTMFInputEvent$ = DTMFInputEvent$;
|
|
926
|
+
exports.DeleteSession$ = DeleteSession$;
|
|
915
927
|
exports.DeleteSessionCommand = DeleteSessionCommand;
|
|
916
|
-
exports.
|
|
928
|
+
exports.DeleteSessionRequest$ = DeleteSessionRequest$;
|
|
929
|
+
exports.DeleteSessionResponse$ = DeleteSessionResponse$;
|
|
930
|
+
exports.DependencyFailedException = DependencyFailedException;
|
|
931
|
+
exports.DependencyFailedException$ = DependencyFailedException$;
|
|
932
|
+
exports.DialogAction$ = DialogAction$;
|
|
917
933
|
exports.DialogActionType = DialogActionType;
|
|
934
|
+
exports.DisconnectionEvent$ = DisconnectionEvent$;
|
|
935
|
+
exports.ElicitSubSlot$ = ElicitSubSlot$;
|
|
936
|
+
exports.GetSession$ = GetSession$;
|
|
918
937
|
exports.GetSessionCommand = GetSessionCommand;
|
|
938
|
+
exports.GetSessionRequest$ = GetSessionRequest$;
|
|
939
|
+
exports.GetSessionResponse$ = GetSessionResponse$;
|
|
940
|
+
exports.HeartbeatEvent$ = HeartbeatEvent$;
|
|
941
|
+
exports.ImageResponseCard$ = ImageResponseCard$;
|
|
919
942
|
exports.InputMode = InputMode;
|
|
943
|
+
exports.Intent$ = Intent$;
|
|
944
|
+
exports.IntentResultEvent$ = IntentResultEvent$;
|
|
920
945
|
exports.IntentState = IntentState;
|
|
921
|
-
exports.InternalServerException = InternalServerException
|
|
946
|
+
exports.InternalServerException = InternalServerException;
|
|
947
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
948
|
+
exports.Interpretation$ = Interpretation$;
|
|
922
949
|
exports.InterpretationSource = InterpretationSource;
|
|
923
950
|
exports.LexRuntimeV2 = LexRuntimeV2;
|
|
924
951
|
exports.LexRuntimeV2Client = LexRuntimeV2Client;
|
|
925
|
-
exports.LexRuntimeV2ServiceException = LexRuntimeV2ServiceException
|
|
952
|
+
exports.LexRuntimeV2ServiceException = LexRuntimeV2ServiceException;
|
|
953
|
+
exports.LexRuntimeV2ServiceException$ = LexRuntimeV2ServiceException$;
|
|
954
|
+
exports.Message$ = Message$;
|
|
926
955
|
exports.MessageContentType = MessageContentType;
|
|
956
|
+
exports.PlaybackCompletionEvent$ = PlaybackCompletionEvent$;
|
|
957
|
+
exports.PlaybackInterruptionEvent$ = PlaybackInterruptionEvent$;
|
|
927
958
|
exports.PlaybackInterruptionReason = PlaybackInterruptionReason;
|
|
959
|
+
exports.PutSession$ = PutSession$;
|
|
928
960
|
exports.PutSessionCommand = PutSessionCommand;
|
|
961
|
+
exports.PutSessionRequest$ = PutSessionRequest$;
|
|
962
|
+
exports.PutSessionResponse$ = PutSessionResponse$;
|
|
963
|
+
exports.RecognizeText$ = RecognizeText$;
|
|
929
964
|
exports.RecognizeTextCommand = RecognizeTextCommand;
|
|
965
|
+
exports.RecognizeTextRequest$ = RecognizeTextRequest$;
|
|
966
|
+
exports.RecognizeTextResponse$ = RecognizeTextResponse$;
|
|
967
|
+
exports.RecognizeUtterance$ = RecognizeUtterance$;
|
|
930
968
|
exports.RecognizeUtteranceCommand = RecognizeUtteranceCommand;
|
|
931
|
-
exports.
|
|
969
|
+
exports.RecognizeUtteranceRequest$ = RecognizeUtteranceRequest$;
|
|
970
|
+
exports.RecognizeUtteranceResponse$ = RecognizeUtteranceResponse$;
|
|
971
|
+
exports.RecognizedBotMember$ = RecognizedBotMember$;
|
|
972
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
973
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
974
|
+
exports.RuntimeHintDetails$ = RuntimeHintDetails$;
|
|
975
|
+
exports.RuntimeHintValue$ = RuntimeHintValue$;
|
|
976
|
+
exports.RuntimeHints$ = RuntimeHints$;
|
|
977
|
+
exports.SentimentResponse$ = SentimentResponse$;
|
|
978
|
+
exports.SentimentScore$ = SentimentScore$;
|
|
932
979
|
exports.SentimentType = SentimentType;
|
|
980
|
+
exports.SessionState$ = SessionState$;
|
|
933
981
|
exports.Shape = Shape;
|
|
982
|
+
exports.Slot$ = Slot$;
|
|
983
|
+
exports.StartConversation$ = StartConversation$;
|
|
934
984
|
exports.StartConversationCommand = StartConversationCommand;
|
|
985
|
+
exports.StartConversationRequest$ = StartConversationRequest$;
|
|
986
|
+
exports.StartConversationRequestEventStream$ = StartConversationRequestEventStream$;
|
|
987
|
+
exports.StartConversationResponse$ = StartConversationResponse$;
|
|
988
|
+
exports.StartConversationResponseEventStream$ = StartConversationResponseEventStream$;
|
|
935
989
|
exports.StyleType = StyleType;
|
|
936
|
-
exports.
|
|
937
|
-
exports.
|
|
990
|
+
exports.TextInputEvent$ = TextInputEvent$;
|
|
991
|
+
exports.TextResponseEvent$ = TextResponseEvent$;
|
|
992
|
+
exports.ThrottlingException = ThrottlingException;
|
|
993
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
994
|
+
exports.TranscriptEvent$ = TranscriptEvent$;
|
|
995
|
+
exports.ValidationException = ValidationException;
|
|
996
|
+
exports.ValidationException$ = ValidationException$;
|
|
997
|
+
exports.Value$ = Value$;
|