@aws-sdk/client-transcribe-streaming 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +74 -94
- package/dist-cjs/models/TranscribeStreamingServiceException.js +4 -8
- package/dist-cjs/models/errors.js +13 -22
- package/dist-cjs/runtimeConfig.browser.js +28 -32
- package/dist-cjs/runtimeConfig.js +34 -38
- package/dist-cjs/runtimeConfig.native.js +6 -9
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +188 -128
- package/package.json +18 -18
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartMedicalScribeStreamRequest$ = exports.StartCallAnalyticsStreamTranscriptionResponse$ = exports.StartCallAnalyticsStreamTranscriptionRequest$ = exports.Result$ = exports.PostCallAnalyticsSettings$ = exports.PointsOfInterest$ = exports.MedicalTranscriptEvent$ = exports.MedicalTranscript$ = exports.MedicalScribeTranscriptSegment$ = exports.MedicalScribeTranscriptItem$ = exports.MedicalScribeTranscriptEvent$ = exports.MedicalScribeStreamDetails$ = exports.MedicalScribeSessionControlEvent$ = exports.MedicalScribePostStreamAnalyticsSettings$ = exports.MedicalScribePostStreamAnalyticsResult$ = exports.MedicalScribePatientContext$ = exports.MedicalScribeEncryptionSettings$ = exports.MedicalScribeContext$ = exports.MedicalScribeConfigurationEvent$ = exports.MedicalScribeChannelDefinition$ = exports.MedicalScribeAudioEvent$ = exports.MedicalResult$ = exports.MedicalItem$ = exports.MedicalEntity$ = exports.MedicalAlternative$ = exports.LanguageWithScore$ = exports.Item$ = exports.IssueDetected$ = exports.GetMedicalScribeStreamResponse$ = exports.GetMedicalScribeStreamRequest$ = exports.Entity$ = exports.ConfigurationEvent$ = exports.ClinicalNoteGenerationSettings$ = exports.ClinicalNoteGenerationResult$ = exports.CharacterOffsets$ = exports.ChannelDefinition$ = exports.CategoryEvent$ = exports.CallAnalyticsLanguageWithScore$ = exports.CallAnalyticsItem$ = exports.CallAnalyticsEntity$ = exports.AudioEvent$ = exports.Alternative$ = exports.errorTypeRegistries = exports.ServiceUnavailableException$ = exports.ResourceNotFoundException$ = exports.LimitExceededException$ = exports.InternalFailureException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.TranscribeStreamingServiceException$ = void 0;
|
|
4
|
-
exports.StartStreamTranscription$ = exports.StartMedicalStreamTranscription$ = exports.StartMedicalScribeStream$ = exports.StartCallAnalyticsStreamTranscription$ = exports.GetMedicalScribeStream$ = exports.TranscriptResultStream$ = exports.MedicalTranscriptResultStream$ = exports.MedicalScribeResultStream$ = exports.MedicalScribeInputStream$ = exports.CallAnalyticsTranscriptResultStream$ = exports.AudioStream$ = exports.UtteranceEvent$ = exports.TranscriptEvent$ = exports.Transcript$ = exports.TimestampRange$ = exports.StartStreamTranscriptionResponse$ = exports.StartStreamTranscriptionRequest$ = exports.StartMedicalStreamTranscriptionResponse$ = exports.StartMedicalStreamTranscriptionRequest$ = exports.StartMedicalScribeStreamResponse$ = void 0;
|
|
5
1
|
const _A = "Alternative";
|
|
6
2
|
const _AC = "AudioChunk";
|
|
7
3
|
const _AE = "AudioEvent";
|
|
@@ -206,407 +202,471 @@ const _xatvfn_ = "x-amzn-transcribe-vocabulary-filter-names";
|
|
|
206
202
|
const _xatvn = "x-amzn-transcribe-vocabulary-name";
|
|
207
203
|
const _xatvn_ = "x-amzn-transcribe-vocabulary-names";
|
|
208
204
|
const n0 = "com.amazonaws.transcribestreaming";
|
|
209
|
-
const
|
|
210
|
-
const
|
|
211
|
-
const
|
|
212
|
-
const _s_registry =
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
205
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
206
|
+
const { BadRequestException, ConflictException, InternalFailureException, LimitExceededException, ResourceNotFoundException, ServiceUnavailableException } = require("../models/errors");
|
|
207
|
+
const { TranscribeStreamingServiceException } = require("../models/TranscribeStreamingServiceException");
|
|
208
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
209
|
+
const TranscribeStreamingServiceException$ = [-3, _s, "TranscribeStreamingServiceException", 0, [], []];
|
|
210
|
+
exports.TranscribeStreamingServiceException$ = TranscribeStreamingServiceException$;
|
|
211
|
+
_s_registry.registerError(TranscribeStreamingServiceException$, TranscribeStreamingServiceException);
|
|
212
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
213
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
217
214
|
{ [_e]: _c, [_hE]: 400 },
|
|
218
215
|
[_M],
|
|
219
216
|
[0]
|
|
220
217
|
];
|
|
221
|
-
|
|
222
|
-
|
|
218
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
219
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
220
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
223
221
|
{ [_e]: _c, [_hE]: 409 },
|
|
224
222
|
[_M],
|
|
225
223
|
[0]
|
|
226
224
|
];
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
exports.ConflictException$ = ConflictException$;
|
|
226
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
227
|
+
const InternalFailureException$ = [-3, n0, _IFE,
|
|
229
228
|
{ [_e]: _se, [_hE]: 500 },
|
|
230
229
|
[_M],
|
|
231
230
|
[0]
|
|
232
231
|
];
|
|
233
|
-
|
|
234
|
-
|
|
232
|
+
exports.InternalFailureException$ = InternalFailureException$;
|
|
233
|
+
n0_registry.registerError(InternalFailureException$, InternalFailureException);
|
|
234
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
235
235
|
{ [_e]: _c, [_hE]: 429 },
|
|
236
236
|
[_M],
|
|
237
237
|
[0]
|
|
238
238
|
];
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
240
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
241
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
241
242
|
{ [_e]: _c, [_hE]: 404 },
|
|
242
243
|
[_M],
|
|
243
244
|
[0]
|
|
244
245
|
];
|
|
245
|
-
|
|
246
|
-
|
|
246
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
247
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
248
|
+
const ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
247
249
|
{ [_e]: _se, [_hE]: 503 },
|
|
248
250
|
[_M],
|
|
249
251
|
[0]
|
|
250
252
|
];
|
|
251
|
-
|
|
253
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
254
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
252
255
|
exports.errorTypeRegistries = [
|
|
253
256
|
_s_registry,
|
|
254
257
|
n0_registry,
|
|
255
258
|
];
|
|
256
259
|
var Pronouns = [0, n0, _P, 8, 0];
|
|
257
|
-
|
|
260
|
+
const Alternative$ = [3, n0, _A,
|
|
258
261
|
0,
|
|
259
262
|
[_T, _I, _E],
|
|
260
263
|
[0, () => ItemList, () => EntityList]
|
|
261
264
|
];
|
|
262
|
-
exports.
|
|
265
|
+
exports.Alternative$ = Alternative$;
|
|
266
|
+
const AudioEvent$ = [3, n0, _AE,
|
|
263
267
|
0,
|
|
264
268
|
[_AC],
|
|
265
269
|
[[21, { [_eP]: 1 }]]
|
|
266
270
|
];
|
|
267
|
-
exports.
|
|
271
|
+
exports.AudioEvent$ = AudioEvent$;
|
|
272
|
+
const CallAnalyticsEntity$ = [3, n0, _CAE,
|
|
268
273
|
0,
|
|
269
274
|
[_BOM, _EOM, _C, _Ty, _Co, _Con],
|
|
270
275
|
[1, 1, 0, 0, 0, 1]
|
|
271
276
|
];
|
|
272
|
-
exports.
|
|
277
|
+
exports.CallAnalyticsEntity$ = CallAnalyticsEntity$;
|
|
278
|
+
const CallAnalyticsItem$ = [3, n0, _CAI,
|
|
273
279
|
0,
|
|
274
280
|
[_BOM, _EOM, _Ty, _Co, _Con, _VFM, _S],
|
|
275
281
|
[1, 1, 0, 0, 1, 2, 2]
|
|
276
282
|
];
|
|
277
|
-
exports.
|
|
283
|
+
exports.CallAnalyticsItem$ = CallAnalyticsItem$;
|
|
284
|
+
const CallAnalyticsLanguageWithScore$ = [3, n0, _CALWS,
|
|
278
285
|
0,
|
|
279
286
|
[_LC, _Sc],
|
|
280
287
|
[0, 1]
|
|
281
288
|
];
|
|
282
|
-
exports.
|
|
289
|
+
exports.CallAnalyticsLanguageWithScore$ = CallAnalyticsLanguageWithScore$;
|
|
290
|
+
const CategoryEvent$ = [3, n0, _CEa,
|
|
283
291
|
0,
|
|
284
292
|
[_MC, _MD],
|
|
285
293
|
[64 | 0, () => MatchedCategoryDetails]
|
|
286
294
|
];
|
|
287
|
-
exports.
|
|
295
|
+
exports.CategoryEvent$ = CategoryEvent$;
|
|
296
|
+
const ChannelDefinition$ = [3, n0, _CD,
|
|
288
297
|
0,
|
|
289
298
|
[_CI, _PR],
|
|
290
299
|
[1, 0], 2
|
|
291
300
|
];
|
|
292
|
-
exports.
|
|
301
|
+
exports.ChannelDefinition$ = ChannelDefinition$;
|
|
302
|
+
const CharacterOffsets$ = [3, n0, _CO,
|
|
293
303
|
0,
|
|
294
304
|
[_B, _En],
|
|
295
305
|
[1, 1]
|
|
296
306
|
];
|
|
297
|
-
exports.
|
|
307
|
+
exports.CharacterOffsets$ = CharacterOffsets$;
|
|
308
|
+
const ClinicalNoteGenerationResult$ = [3, n0, _CNGR,
|
|
298
309
|
0,
|
|
299
310
|
[_CNOL, _TOL, _St, _FR],
|
|
300
311
|
[0, 0, 0, 0]
|
|
301
312
|
];
|
|
302
|
-
exports.
|
|
313
|
+
exports.ClinicalNoteGenerationResult$ = ClinicalNoteGenerationResult$;
|
|
314
|
+
const ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
|
|
303
315
|
0,
|
|
304
316
|
[_OBN, _NT],
|
|
305
317
|
[0, 0], 1
|
|
306
318
|
];
|
|
307
|
-
exports.
|
|
319
|
+
exports.ClinicalNoteGenerationSettings$ = ClinicalNoteGenerationSettings$;
|
|
320
|
+
const ConfigurationEvent$ = [3, n0, _CEo,
|
|
308
321
|
0,
|
|
309
322
|
[_CDh, _PCAS],
|
|
310
|
-
[() => ChannelDefinitions, () =>
|
|
323
|
+
[() => ChannelDefinitions, () => PostCallAnalyticsSettings$]
|
|
311
324
|
];
|
|
312
|
-
exports.
|
|
325
|
+
exports.ConfigurationEvent$ = ConfigurationEvent$;
|
|
326
|
+
const Entity$ = [3, n0, _Ent,
|
|
313
327
|
0,
|
|
314
328
|
[_ST, _ET, _C, _Ty, _Co, _Con],
|
|
315
329
|
[1, 1, 0, 0, 0, 1]
|
|
316
330
|
];
|
|
317
|
-
exports.
|
|
331
|
+
exports.Entity$ = Entity$;
|
|
332
|
+
const GetMedicalScribeStreamRequest$ = [3, n0, _GMSSR,
|
|
318
333
|
0,
|
|
319
334
|
[_SI],
|
|
320
335
|
[[0, 1]], 1
|
|
321
336
|
];
|
|
322
|
-
exports.
|
|
337
|
+
exports.GetMedicalScribeStreamRequest$ = GetMedicalScribeStreamRequest$;
|
|
338
|
+
const GetMedicalScribeStreamResponse$ = [3, n0, _GMSSRe,
|
|
323
339
|
0,
|
|
324
340
|
[_MSSD],
|
|
325
|
-
[() =>
|
|
341
|
+
[() => MedicalScribeStreamDetails$]
|
|
326
342
|
];
|
|
327
|
-
exports.
|
|
343
|
+
exports.GetMedicalScribeStreamResponse$ = GetMedicalScribeStreamResponse$;
|
|
344
|
+
const IssueDetected$ = [3, n0, _ID,
|
|
328
345
|
0,
|
|
329
346
|
[_CO],
|
|
330
|
-
[() =>
|
|
347
|
+
[() => CharacterOffsets$]
|
|
331
348
|
];
|
|
332
|
-
exports.
|
|
349
|
+
exports.IssueDetected$ = IssueDetected$;
|
|
350
|
+
const Item$ = [3, n0, _It,
|
|
333
351
|
0,
|
|
334
352
|
[_ST, _ET, _Ty, _Co, _VFM, _Sp, _Con, _S],
|
|
335
353
|
[1, 1, 0, 0, 2, 0, 1, 2]
|
|
336
354
|
];
|
|
337
|
-
exports.
|
|
355
|
+
exports.Item$ = Item$;
|
|
356
|
+
const LanguageWithScore$ = [3, n0, _LWS,
|
|
338
357
|
0,
|
|
339
358
|
[_LC, _Sc],
|
|
340
359
|
[0, 1]
|
|
341
360
|
];
|
|
342
|
-
exports.
|
|
361
|
+
exports.LanguageWithScore$ = LanguageWithScore$;
|
|
362
|
+
const MedicalAlternative$ = [3, n0, _MA,
|
|
343
363
|
0,
|
|
344
364
|
[_T, _I, _E],
|
|
345
365
|
[0, () => MedicalItemList, () => MedicalEntityList]
|
|
346
366
|
];
|
|
347
|
-
exports.
|
|
367
|
+
exports.MedicalAlternative$ = MedicalAlternative$;
|
|
368
|
+
const MedicalEntity$ = [3, n0, _ME,
|
|
348
369
|
0,
|
|
349
370
|
[_ST, _ET, _C, _Co, _Con],
|
|
350
371
|
[1, 1, 0, 0, 1]
|
|
351
372
|
];
|
|
352
|
-
exports.
|
|
373
|
+
exports.MedicalEntity$ = MedicalEntity$;
|
|
374
|
+
const MedicalItem$ = [3, n0, _MI,
|
|
353
375
|
0,
|
|
354
376
|
[_ST, _ET, _Ty, _Co, _Con, _Sp],
|
|
355
377
|
[1, 1, 0, 0, 1, 0]
|
|
356
378
|
];
|
|
357
|
-
exports.
|
|
379
|
+
exports.MedicalItem$ = MedicalItem$;
|
|
380
|
+
const MedicalResult$ = [3, n0, _MR,
|
|
358
381
|
0,
|
|
359
382
|
[_RI, _ST, _ET, _IP, _Al, _CI],
|
|
360
383
|
[0, 1, 1, 2, () => MedicalAlternativeList, 0]
|
|
361
384
|
];
|
|
362
|
-
exports.
|
|
385
|
+
exports.MedicalResult$ = MedicalResult$;
|
|
386
|
+
const MedicalScribeAudioEvent$ = [3, n0, _MSAE,
|
|
363
387
|
0,
|
|
364
388
|
[_AC],
|
|
365
389
|
[[21, { [_eP]: 1 }]], 1
|
|
366
390
|
];
|
|
367
|
-
exports.
|
|
391
|
+
exports.MedicalScribeAudioEvent$ = MedicalScribeAudioEvent$;
|
|
392
|
+
const MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
|
|
368
393
|
0,
|
|
369
394
|
[_CI, _PR],
|
|
370
395
|
[1, 0], 2
|
|
371
396
|
];
|
|
372
|
-
exports.
|
|
397
|
+
exports.MedicalScribeChannelDefinition$ = MedicalScribeChannelDefinition$;
|
|
398
|
+
const MedicalScribeConfigurationEvent$ = [3, n0, _MSCE,
|
|
373
399
|
0,
|
|
374
400
|
[_RARA, _PSAS, _VN, _VFN, _VFMo, _CDh, _ES, _MSC],
|
|
375
|
-
[0, () =>
|
|
401
|
+
[0, () => MedicalScribePostStreamAnalyticsSettings$, 0, 0, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribeEncryptionSettings$, [() => MedicalScribeContext$, 0]], 2
|
|
376
402
|
];
|
|
377
|
-
exports.
|
|
403
|
+
exports.MedicalScribeConfigurationEvent$ = MedicalScribeConfigurationEvent$;
|
|
404
|
+
const MedicalScribeContext$ = [3, n0, _MSC,
|
|
378
405
|
0,
|
|
379
406
|
[_PC],
|
|
380
|
-
[[() =>
|
|
407
|
+
[[() => MedicalScribePatientContext$, 0]]
|
|
381
408
|
];
|
|
382
|
-
exports.
|
|
409
|
+
exports.MedicalScribeContext$ = MedicalScribeContext$;
|
|
410
|
+
const MedicalScribeEncryptionSettings$ = [3, n0, _MSES,
|
|
383
411
|
0,
|
|
384
412
|
[_KKI, _KEC],
|
|
385
413
|
[0, 128 | 0], 1
|
|
386
414
|
];
|
|
387
|
-
exports.
|
|
415
|
+
exports.MedicalScribeEncryptionSettings$ = MedicalScribeEncryptionSettings$;
|
|
416
|
+
const MedicalScribePatientContext$ = [3, n0, _MSPC,
|
|
388
417
|
0,
|
|
389
418
|
[_P],
|
|
390
419
|
[[() => Pronouns, 0]]
|
|
391
420
|
];
|
|
392
|
-
exports.
|
|
421
|
+
exports.MedicalScribePatientContext$ = MedicalScribePatientContext$;
|
|
422
|
+
const MedicalScribePostStreamAnalyticsResult$ = [3, n0, _MSPSAR,
|
|
393
423
|
0,
|
|
394
424
|
[_CNGR],
|
|
395
|
-
[() =>
|
|
425
|
+
[() => ClinicalNoteGenerationResult$]
|
|
396
426
|
];
|
|
397
|
-
exports.
|
|
427
|
+
exports.MedicalScribePostStreamAnalyticsResult$ = MedicalScribePostStreamAnalyticsResult$;
|
|
428
|
+
const MedicalScribePostStreamAnalyticsSettings$ = [3, n0, _MSPSAS,
|
|
398
429
|
0,
|
|
399
430
|
[_CNGS],
|
|
400
|
-
[() =>
|
|
431
|
+
[() => ClinicalNoteGenerationSettings$], 1
|
|
401
432
|
];
|
|
402
|
-
exports.
|
|
433
|
+
exports.MedicalScribePostStreamAnalyticsSettings$ = MedicalScribePostStreamAnalyticsSettings$;
|
|
434
|
+
const MedicalScribeSessionControlEvent$ = [3, n0, _MSSCE,
|
|
403
435
|
0,
|
|
404
436
|
[_Ty],
|
|
405
437
|
[0], 1
|
|
406
438
|
];
|
|
407
|
-
exports.
|
|
439
|
+
exports.MedicalScribeSessionControlEvent$ = MedicalScribeSessionControlEvent$;
|
|
440
|
+
const MedicalScribeStreamDetails$ = [3, n0, _MSSD,
|
|
408
441
|
0,
|
|
409
442
|
[_SI, _SCA, _SEA, _LC, _MSRH, _MEe, _VN, _VFN, _VFMo, _RARA, _CDh, _ES, _SS, _PSAS, _PSAR, _MSCP],
|
|
410
|
-
[0, 4, 4, 0, 1, 0, 0, 0, 0, 0, () => MedicalScribeChannelDefinitions, () =>
|
|
443
|
+
[0, 4, 4, 0, 1, 0, 0, 0, 0, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribeEncryptionSettings$, 0, () => MedicalScribePostStreamAnalyticsSettings$, () => MedicalScribePostStreamAnalyticsResult$, 2]
|
|
411
444
|
];
|
|
412
|
-
exports.
|
|
445
|
+
exports.MedicalScribeStreamDetails$ = MedicalScribeStreamDetails$;
|
|
446
|
+
const MedicalScribeTranscriptEvent$ = [3, n0, _MSTE,
|
|
413
447
|
0,
|
|
414
448
|
[_TS],
|
|
415
|
-
[() =>
|
|
449
|
+
[() => MedicalScribeTranscriptSegment$]
|
|
416
450
|
];
|
|
417
|
-
exports.
|
|
451
|
+
exports.MedicalScribeTranscriptEvent$ = MedicalScribeTranscriptEvent$;
|
|
452
|
+
const MedicalScribeTranscriptItem$ = [3, n0, _MSTI,
|
|
418
453
|
0,
|
|
419
454
|
[_BAT, _EAT, _Ty, _Con, _Co, _VFM],
|
|
420
455
|
[1, 1, 0, 1, 0, 2]
|
|
421
456
|
];
|
|
422
|
-
exports.
|
|
457
|
+
exports.MedicalScribeTranscriptItem$ = MedicalScribeTranscriptItem$;
|
|
458
|
+
const MedicalScribeTranscriptSegment$ = [3, n0, _MSTS,
|
|
423
459
|
0,
|
|
424
460
|
[_SIe, _BAT, _EAT, _Co, _I, _IP, _CI],
|
|
425
461
|
[0, 1, 1, 0, () => MedicalScribeTranscriptItemList, 2, 0]
|
|
426
462
|
];
|
|
427
|
-
exports.
|
|
463
|
+
exports.MedicalScribeTranscriptSegment$ = MedicalScribeTranscriptSegment$;
|
|
464
|
+
const MedicalTranscript$ = [3, n0, _MT,
|
|
428
465
|
0,
|
|
429
466
|
[_R],
|
|
430
467
|
[() => MedicalResultList]
|
|
431
468
|
];
|
|
432
|
-
exports.
|
|
469
|
+
exports.MedicalTranscript$ = MedicalTranscript$;
|
|
470
|
+
const MedicalTranscriptEvent$ = [3, n0, _MTE,
|
|
433
471
|
0,
|
|
434
472
|
[_T],
|
|
435
|
-
[() =>
|
|
473
|
+
[() => MedicalTranscript$]
|
|
436
474
|
];
|
|
437
|
-
exports.
|
|
475
|
+
exports.MedicalTranscriptEvent$ = MedicalTranscriptEvent$;
|
|
476
|
+
const PointsOfInterest$ = [3, n0, _POI,
|
|
438
477
|
0,
|
|
439
478
|
[_TR],
|
|
440
479
|
[() => TimestampRanges]
|
|
441
480
|
];
|
|
442
|
-
exports.
|
|
481
|
+
exports.PointsOfInterest$ = PointsOfInterest$;
|
|
482
|
+
const PostCallAnalyticsSettings$ = [3, n0, _PCAS,
|
|
443
483
|
0,
|
|
444
484
|
[_OL, _DARA, _CRO, _OEKMSKI],
|
|
445
485
|
[0, 0, 0, 0], 2
|
|
446
486
|
];
|
|
447
|
-
exports.
|
|
487
|
+
exports.PostCallAnalyticsSettings$ = PostCallAnalyticsSettings$;
|
|
488
|
+
const Result$ = [3, n0, _Re,
|
|
448
489
|
0,
|
|
449
490
|
[_RI, _ST, _ET, _IP, _Al, _CI, _LC, _LI],
|
|
450
491
|
[0, 1, 1, 2, () => AlternativeList, 0, 0, () => LanguageIdentification]
|
|
451
492
|
];
|
|
452
|
-
exports.
|
|
493
|
+
exports.Result$ = Result$;
|
|
494
|
+
const StartCallAnalyticsStreamTranscriptionRequest$ = [3, n0, _SCASTR,
|
|
453
495
|
0,
|
|
454
496
|
[_MSRH, _MEe, _AS, _LC, _VN, _SI, _VFN, _VFMo, _LMN, _IL, _LO, _PL, _VNo, _VFNo, _EPRS, _PRS, _CIT, _CRT, _PET],
|
|
455
|
-
[[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() =>
|
|
497
|
+
[[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => AudioStream$, 16], [0, { [_hH]: _xatlc }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }]], 3
|
|
456
498
|
];
|
|
457
|
-
exports.
|
|
499
|
+
exports.StartCallAnalyticsStreamTranscriptionRequest$ = StartCallAnalyticsStreamTranscriptionRequest$;
|
|
500
|
+
const StartCallAnalyticsStreamTranscriptionResponse$ = [3, n0, _SCASTRt,
|
|
458
501
|
0,
|
|
459
502
|
[_RIe, _LC, _MSRH, _MEe, _VN, _SI, _CATRS, _VFN, _VFMo, _LMN, _IL, _LO, _PL, _VNo, _VFNo, _EPRS, _PRS, _CIT, _CRT, _PET],
|
|
460
|
-
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() =>
|
|
503
|
+
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() => CallAnalyticsTranscriptResultStream$, 16], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }]]
|
|
461
504
|
];
|
|
462
|
-
exports.
|
|
505
|
+
exports.StartCallAnalyticsStreamTranscriptionResponse$ = StartCallAnalyticsStreamTranscriptionResponse$;
|
|
506
|
+
const StartMedicalScribeStreamRequest$ = [3, n0, _SMSSR,
|
|
463
507
|
0,
|
|
464
508
|
[_LC, _MSRH, _MEe, _IS, _SI],
|
|
465
|
-
[[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() =>
|
|
509
|
+
[[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => MedicalScribeInputStream$, 16], [0, { [_hH]: _xatsi }]], 4
|
|
466
510
|
];
|
|
467
|
-
exports.
|
|
511
|
+
exports.StartMedicalScribeStreamRequest$ = StartMedicalScribeStreamRequest$;
|
|
512
|
+
const StartMedicalScribeStreamResponse$ = [3, n0, _SMSSRt,
|
|
468
513
|
0,
|
|
469
514
|
[_SI, _RIe, _LC, _MSRH, _MEe, _RS],
|
|
470
|
-
[[0, { [_hH]: _xatsi }], [0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() =>
|
|
515
|
+
[[0, { [_hH]: _xatsi }], [0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => MedicalScribeResultStream$, 16]]
|
|
471
516
|
];
|
|
472
|
-
exports.
|
|
517
|
+
exports.StartMedicalScribeStreamResponse$ = StartMedicalScribeStreamResponse$;
|
|
518
|
+
const StartMedicalStreamTranscriptionRequest$ = [3, n0, _SMSTR,
|
|
473
519
|
0,
|
|
474
520
|
[_LC, _MSRH, _MEe, _Spe, _Ty, _AS, _VN, _SSL, _SI, _ECI, _NOC, _CIT],
|
|
475
|
-
[[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [() =>
|
|
521
|
+
[[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [() => AudioStream$, 16], [0, { [_hH]: _xatvn }], [2, { [_hH]: _xatssl }], [0, { [_hH]: _xatsi }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [0, { [_hH]: _xatcit }]], 6
|
|
476
522
|
];
|
|
477
|
-
exports.
|
|
523
|
+
exports.StartMedicalStreamTranscriptionRequest$ = StartMedicalStreamTranscriptionRequest$;
|
|
524
|
+
const StartMedicalStreamTranscriptionResponse$ = [3, n0, _SMSTRt,
|
|
478
525
|
0,
|
|
479
526
|
[_RIe, _LC, _MSRH, _MEe, _VN, _Spe, _Ty, _SSL, _SI, _TRS, _ECI, _NOC, _CIT],
|
|
480
|
-
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [2, { [_hH]: _xatssl }], [0, { [_hH]: _xatsi }], [() =>
|
|
527
|
+
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [2, { [_hH]: _xatssl }], [0, { [_hH]: _xatsi }], [() => MedicalTranscriptResultStream$, 16], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [0, { [_hH]: _xatcit }]]
|
|
481
528
|
];
|
|
482
|
-
exports.
|
|
529
|
+
exports.StartMedicalStreamTranscriptionResponse$ = StartMedicalStreamTranscriptionResponse$;
|
|
530
|
+
const StartStreamTranscriptionRequest$ = [3, n0, _SSTR,
|
|
483
531
|
0,
|
|
484
532
|
[_MSRH, _MEe, _AS, _LC, _VN, _SI, _VFN, _VFMo, _SSL, _ECI, _NOC, _EPRS, _PRS, _CIT, _CRT, _PET, _LMN, _IL, _LO, _PL, _IML, _VNo, _VFNo, _SRW],
|
|
485
|
-
[[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() =>
|
|
533
|
+
[[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => AudioStream$, 16], [0, { [_hH]: _xatlc }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [2, { [_hH]: _xatssl }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [2, { [_hH]: _xatiml }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [1, { [_hH]: _xatsrw }]], 3
|
|
486
534
|
];
|
|
487
|
-
exports.
|
|
535
|
+
exports.StartStreamTranscriptionRequest$ = StartStreamTranscriptionRequest$;
|
|
536
|
+
const StartStreamTranscriptionResponse$ = [3, n0, _SSTRt,
|
|
488
537
|
0,
|
|
489
538
|
[_RIe, _LC, _MSRH, _MEe, _VN, _SI, _TRS, _VFN, _VFMo, _SSL, _ECI, _NOC, _EPRS, _PRS, _CIT, _CRT, _PET, _LMN, _IL, _LO, _PL, _IML, _VNo, _VFNo, _SRW],
|
|
490
|
-
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() =>
|
|
539
|
+
[[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() => TranscriptResultStream$, 16], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [2, { [_hH]: _xatssl }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [2, { [_hH]: _xatiml }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [1, { [_hH]: _xatsrw }]]
|
|
491
540
|
];
|
|
492
|
-
exports.
|
|
541
|
+
exports.StartStreamTranscriptionResponse$ = StartStreamTranscriptionResponse$;
|
|
542
|
+
const TimestampRange$ = [3, n0, _TRi,
|
|
493
543
|
0,
|
|
494
544
|
[_BOM, _EOM],
|
|
495
545
|
[1, 1]
|
|
496
546
|
];
|
|
497
|
-
exports.
|
|
547
|
+
exports.TimestampRange$ = TimestampRange$;
|
|
548
|
+
const Transcript$ = [3, n0, _T,
|
|
498
549
|
0,
|
|
499
550
|
[_R],
|
|
500
551
|
[() => ResultList]
|
|
501
552
|
];
|
|
502
|
-
exports.
|
|
553
|
+
exports.Transcript$ = Transcript$;
|
|
554
|
+
const TranscriptEvent$ = [3, n0, _TE,
|
|
503
555
|
0,
|
|
504
556
|
[_T],
|
|
505
|
-
[() =>
|
|
557
|
+
[() => Transcript$]
|
|
506
558
|
];
|
|
507
|
-
exports.
|
|
559
|
+
exports.TranscriptEvent$ = TranscriptEvent$;
|
|
560
|
+
const UtteranceEvent$ = [3, n0, _UE,
|
|
508
561
|
0,
|
|
509
562
|
[_UI, _IP, _PR, _BOM, _EOM, _T, _I, _E, _Se, _IDs, _LC, _LI],
|
|
510
563
|
[0, 2, 0, 1, 1, 0, () => CallAnalyticsItemList, () => CallAnalyticsEntityList, 0, () => IssuesDetected, 0, () => CallAnalyticsLanguageIdentification]
|
|
511
564
|
];
|
|
565
|
+
exports.UtteranceEvent$ = UtteranceEvent$;
|
|
512
566
|
var AlternativeList = [1, n0, _AL,
|
|
513
|
-
0, () =>
|
|
567
|
+
0, () => Alternative$
|
|
514
568
|
];
|
|
515
569
|
var CallAnalyticsEntityList = [1, n0, _CAEL,
|
|
516
|
-
0, () =>
|
|
570
|
+
0, () => CallAnalyticsEntity$
|
|
517
571
|
];
|
|
518
572
|
var CallAnalyticsItemList = [1, n0, _CAIL,
|
|
519
|
-
0, () =>
|
|
573
|
+
0, () => CallAnalyticsItem$
|
|
520
574
|
];
|
|
521
575
|
var CallAnalyticsLanguageIdentification = [1, n0, _CALI,
|
|
522
|
-
0, () =>
|
|
576
|
+
0, () => CallAnalyticsLanguageWithScore$
|
|
523
577
|
];
|
|
524
578
|
var ChannelDefinitions = [1, n0, _CDh,
|
|
525
|
-
0, () =>
|
|
579
|
+
0, () => ChannelDefinition$
|
|
526
580
|
];
|
|
527
581
|
var EntityList = [1, n0, _EL,
|
|
528
|
-
0, () =>
|
|
582
|
+
0, () => Entity$
|
|
529
583
|
];
|
|
530
584
|
var IssuesDetected = [1, n0, _IDs,
|
|
531
|
-
0, () =>
|
|
585
|
+
0, () => IssueDetected$
|
|
532
586
|
];
|
|
533
587
|
var ItemList = [1, n0, _ILt,
|
|
534
|
-
0, () =>
|
|
588
|
+
0, () => Item$
|
|
535
589
|
];
|
|
536
590
|
var LanguageIdentification = [1, n0, _LI,
|
|
537
|
-
0, () =>
|
|
591
|
+
0, () => LanguageWithScore$
|
|
538
592
|
];
|
|
539
593
|
var MedicalAlternativeList = [1, n0, _MAL,
|
|
540
|
-
0, () =>
|
|
594
|
+
0, () => MedicalAlternative$
|
|
541
595
|
];
|
|
542
596
|
var MedicalEntityList = [1, n0, _MEL,
|
|
543
|
-
0, () =>
|
|
597
|
+
0, () => MedicalEntity$
|
|
544
598
|
];
|
|
545
599
|
var MedicalItemList = [1, n0, _MIL,
|
|
546
|
-
0, () =>
|
|
600
|
+
0, () => MedicalItem$
|
|
547
601
|
];
|
|
548
602
|
var MedicalResultList = [1, n0, _MRL,
|
|
549
|
-
0, () =>
|
|
603
|
+
0, () => MedicalResult$
|
|
550
604
|
];
|
|
551
605
|
var MedicalScribeChannelDefinitions = [1, n0, _MSCDe,
|
|
552
|
-
0, () =>
|
|
606
|
+
0, () => MedicalScribeChannelDefinition$
|
|
553
607
|
];
|
|
554
608
|
var MedicalScribeTranscriptItemList = [1, n0, _MSTIL,
|
|
555
|
-
0, () =>
|
|
609
|
+
0, () => MedicalScribeTranscriptItem$
|
|
556
610
|
];
|
|
557
611
|
var ResultList = [1, n0, _RL,
|
|
558
|
-
0, () =>
|
|
612
|
+
0, () => Result$
|
|
559
613
|
];
|
|
560
614
|
var StringList = 64 | 0;
|
|
561
615
|
var TimestampRanges = [1, n0, _TR,
|
|
562
|
-
0, () =>
|
|
616
|
+
0, () => TimestampRange$
|
|
563
617
|
];
|
|
564
618
|
var KMSEncryptionContextMap = 128 | 0;
|
|
565
619
|
var MatchedCategoryDetails = [2, n0, _MCD,
|
|
566
|
-
0, 0, () =>
|
|
620
|
+
0, 0, () => PointsOfInterest$
|
|
567
621
|
];
|
|
568
|
-
|
|
622
|
+
const AudioStream$ = [4, n0, _AS,
|
|
569
623
|
{ [_st]: 1 },
|
|
570
624
|
[_AE, _CEo],
|
|
571
|
-
[[() =>
|
|
625
|
+
[[() => AudioEvent$, 0], () => ConfigurationEvent$]
|
|
572
626
|
];
|
|
573
|
-
exports.
|
|
627
|
+
exports.AudioStream$ = AudioStream$;
|
|
628
|
+
const CallAnalyticsTranscriptResultStream$ = [4, n0, _CATRS,
|
|
574
629
|
{ [_st]: 1 },
|
|
575
630
|
[_UE, _CEa, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
576
|
-
[() =>
|
|
631
|
+
[() => UtteranceEvent$, () => CategoryEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
577
632
|
];
|
|
578
|
-
exports.
|
|
633
|
+
exports.CallAnalyticsTranscriptResultStream$ = CallAnalyticsTranscriptResultStream$;
|
|
634
|
+
const MedicalScribeInputStream$ = [4, n0, _MSIS,
|
|
579
635
|
{ [_st]: 1 },
|
|
580
636
|
[_AE, _SCE, _CEo],
|
|
581
|
-
[[() =>
|
|
637
|
+
[[() => MedicalScribeAudioEvent$, 0], () => MedicalScribeSessionControlEvent$, [() => MedicalScribeConfigurationEvent$, 0]]
|
|
582
638
|
];
|
|
583
|
-
exports.
|
|
639
|
+
exports.MedicalScribeInputStream$ = MedicalScribeInputStream$;
|
|
640
|
+
const MedicalScribeResultStream$ = [4, n0, _MSRS,
|
|
584
641
|
{ [_st]: 1 },
|
|
585
642
|
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
586
|
-
[() =>
|
|
643
|
+
[() => MedicalScribeTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
587
644
|
];
|
|
588
|
-
exports.
|
|
645
|
+
exports.MedicalScribeResultStream$ = MedicalScribeResultStream$;
|
|
646
|
+
const MedicalTranscriptResultStream$ = [4, n0, _MTRS,
|
|
589
647
|
{ [_st]: 1 },
|
|
590
648
|
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
591
|
-
[() =>
|
|
649
|
+
[() => MedicalTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
592
650
|
];
|
|
593
|
-
exports.
|
|
651
|
+
exports.MedicalTranscriptResultStream$ = MedicalTranscriptResultStream$;
|
|
652
|
+
const TranscriptResultStream$ = [4, n0, _TRS,
|
|
594
653
|
{ [_st]: 1 },
|
|
595
654
|
[_TE, _BRE, _LEE, _IFE, _CE, _SUE],
|
|
596
|
-
[() =>
|
|
655
|
+
[() => TranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
|
|
597
656
|
];
|
|
657
|
+
exports.TranscriptResultStream$ = TranscriptResultStream$;
|
|
598
658
|
exports.GetMedicalScribeStream$ = [9, n0, _GMSS,
|
|
599
|
-
{ [_h]: ["GET", "/medical-scribe-stream/{SessionId}", 200] }, () =>
|
|
659
|
+
{ [_h]: ["GET", "/medical-scribe-stream/{SessionId}", 200] }, () => GetMedicalScribeStreamRequest$, () => GetMedicalScribeStreamResponse$
|
|
600
660
|
];
|
|
601
661
|
exports.StartCallAnalyticsStreamTranscription$ = [9, n0, _SCAST,
|
|
602
|
-
{ [_h]: ["POST", "/call-analytics-stream-transcription", 200] }, () =>
|
|
662
|
+
{ [_h]: ["POST", "/call-analytics-stream-transcription", 200] }, () => StartCallAnalyticsStreamTranscriptionRequest$, () => StartCallAnalyticsStreamTranscriptionResponse$
|
|
603
663
|
];
|
|
604
664
|
exports.StartMedicalScribeStream$ = [9, n0, _SMSS,
|
|
605
|
-
{ [_h]: ["POST", "/medical-scribe-stream", 200] }, () =>
|
|
665
|
+
{ [_h]: ["POST", "/medical-scribe-stream", 200] }, () => StartMedicalScribeStreamRequest$, () => StartMedicalScribeStreamResponse$
|
|
606
666
|
];
|
|
607
667
|
exports.StartMedicalStreamTranscription$ = [9, n0, _SMST,
|
|
608
|
-
{ [_h]: ["POST", "/medical-stream-transcription", 200] }, () =>
|
|
668
|
+
{ [_h]: ["POST", "/medical-stream-transcription", 200] }, () => StartMedicalStreamTranscriptionRequest$, () => StartMedicalStreamTranscriptionResponse$
|
|
609
669
|
];
|
|
610
670
|
exports.StartStreamTranscription$ = [9, n0, _SST,
|
|
611
|
-
{ [_h]: ["POST", "/stream-transcription", 200] }, () =>
|
|
671
|
+
{ [_h]: ["POST", "/stream-transcription", 200] }, () => StartStreamTranscriptionRequest$, () => StartStreamTranscriptionResponse$
|
|
612
672
|
];
|