@aws-sdk/client-payment-cryptography-data 3.952.0 → 3.953.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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +372 -256
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/DecryptDataCommand.js +2 -2
  4. package/dist-es/commands/EncryptDataCommand.js +2 -2
  5. package/dist-es/commands/GenerateCardValidationDataCommand.js +2 -2
  6. package/dist-es/commands/GenerateMacCommand.js +2 -2
  7. package/dist-es/commands/GenerateMacEmvPinChangeCommand.js +2 -2
  8. package/dist-es/commands/GeneratePinDataCommand.js +2 -2
  9. package/dist-es/commands/ReEncryptDataCommand.js +2 -2
  10. package/dist-es/commands/TranslateKeyMaterialCommand.js +2 -2
  11. package/dist-es/commands/TranslatePinDataCommand.js +2 -2
  12. package/dist-es/commands/VerifyAuthRequestCryptogramCommand.js +2 -2
  13. package/dist-es/commands/VerifyCardValidationDataCommand.js +2 -2
  14. package/dist-es/commands/VerifyMacCommand.js +2 -2
  15. package/dist-es/commands/VerifyPinDataCommand.js +2 -2
  16. package/dist-es/index.js +1 -0
  17. package/dist-es/runtimeConfig.shared.js +6 -1
  18. package/dist-es/schemas/schemas_0.js +260 -253
  19. package/dist-types/PaymentCryptographyDataClient.d.ts +1 -10
  20. package/dist-types/index.d.ts +1 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  22. package/dist-types/runtimeConfig.d.ts +6 -2
  23. package/dist-types/runtimeConfig.native.d.ts +6 -2
  24. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  25. package/dist-types/schemas/schemas_0.d.ts +110 -140
  26. package/dist-types/ts3.4/PaymentCryptographyDataClient.d.ts +0 -4
  27. package/dist-types/ts3.4/index.d.ts +1 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +109 -141
  33. package/package.json +34 -34
@@ -276,48 +276,48 @@ const _s = "server";
276
276
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.paymentcryptographydata";
277
277
  const n0 = "com.amazonaws.paymentcryptographydata";
278
278
  import { TypeRegistry } from "@smithy/core/schema";
279
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, VerificationFailedException as __VerificationFailedException, } from "../models/errors";
280
- import { PaymentCryptographyDataServiceException as __PaymentCryptographyDataServiceException } from "../models/PaymentCryptographyDataServiceException";
281
- export var ApplicationCryptogramType = [0, n0, _ACT, 8, 0];
282
- export var AuthRequestCryptogramType = [0, n0, _ARCT, 8, 0];
283
- export var AuthResponseValueType = [0, n0, _ARVT, 8, 0];
284
- export var CardExpiryDateType = [0, n0, _CEDT, 8, 0];
285
- export var CipherTextType = [0, n0, _CTT, 8, 0];
286
- export var CommandMessageDataType = [0, n0, _CMDT, 8, 0];
287
- export var DecimalizationTableType = [0, n0, _DTT, 8, 0];
288
- export var EncryptedPinBlockType = [0, n0, _EPBT, 8, 0];
289
- export var HexEvenLengthBetween16And32 = [0, n0, _HELBA, 8, 0];
290
- export var InitializationVectorType = [0, n0, _IVT, 8, 0];
291
- export var KeyMaterial = [0, n0, _KM, 8, 0];
292
- export var MacOutputType = [0, n0, _MOT, 8, 0];
293
- export var MacType = [0, n0, _MT, 8, 0];
294
- export var MessageDataType = [0, n0, _MDT, 8, 0];
295
- export var PinBlockLengthEquals16 = [0, n0, _PBLE, 8, 0];
296
- export var PinChangeMacOutputType = [0, n0, _PCMOT, 8, 0];
297
- export var PinOffsetType = [0, n0, _POT, 8, 0];
298
- export var PinValidationDataType = [0, n0, _PVDT, 8, 0];
299
- export var PlainTextOutputType = [0, n0, _PTOT, 8, 0];
300
- export var PlainTextType = [0, n0, _PTT, 8, 0];
301
- export var PrimaryAccountNumberType = [0, n0, _PANT, 8, 0];
302
- export var ProprietaryAuthenticationDataType = [0, n0, _PADT, 8, 0];
303
- export var ServiceCodeType = [0, n0, _SCT, 8, 0];
304
- export var SessionDerivationDataType = [0, n0, _SDDT, 8, 0];
305
- export var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
306
- export var TrackDataType = [0, n0, _TDT, 8, 0];
307
- export var TransactionDataType = [0, n0, _TDTr, 8, 0];
308
- export var ValidationDataType = [0, n0, _VDT, 8, 0];
309
- export var VerificationValueType = [0, n0, _VVT, 8, 0];
310
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
311
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
312
- export var AmexAttributes = [
279
+ import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, VerificationFailedException, } from "../models/errors";
280
+ import { PaymentCryptographyDataServiceException } from "../models/PaymentCryptographyDataServiceException";
281
+ var ApplicationCryptogramType = [0, n0, _ACT, 8, 0];
282
+ var AuthRequestCryptogramType = [0, n0, _ARCT, 8, 0];
283
+ var AuthResponseValueType = [0, n0, _ARVT, 8, 0];
284
+ var CardExpiryDateType = [0, n0, _CEDT, 8, 0];
285
+ var CipherTextType = [0, n0, _CTT, 8, 0];
286
+ var CommandMessageDataType = [0, n0, _CMDT, 8, 0];
287
+ var DecimalizationTableType = [0, n0, _DTT, 8, 0];
288
+ var EncryptedPinBlockType = [0, n0, _EPBT, 8, 0];
289
+ var HexEvenLengthBetween16And32 = [0, n0, _HELBA, 8, 0];
290
+ var InitializationVectorType = [0, n0, _IVT, 8, 0];
291
+ var KeyMaterial = [0, n0, _KM, 8, 0];
292
+ var MacOutputType = [0, n0, _MOT, 8, 0];
293
+ var MacType = [0, n0, _MT, 8, 0];
294
+ var MessageDataType = [0, n0, _MDT, 8, 0];
295
+ var PinBlockLengthEquals16 = [0, n0, _PBLE, 8, 0];
296
+ var PinChangeMacOutputType = [0, n0, _PCMOT, 8, 0];
297
+ var PinOffsetType = [0, n0, _POT, 8, 0];
298
+ var PinValidationDataType = [0, n0, _PVDT, 8, 0];
299
+ var PlainTextOutputType = [0, n0, _PTOT, 8, 0];
300
+ var PlainTextType = [0, n0, _PTT, 8, 0];
301
+ var PrimaryAccountNumberType = [0, n0, _PANT, 8, 0];
302
+ var ProprietaryAuthenticationDataType = [0, n0, _PADT, 8, 0];
303
+ var ServiceCodeType = [0, n0, _SCT, 8, 0];
304
+ var SessionDerivationDataType = [0, n0, _SDDT, 8, 0];
305
+ var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
306
+ var TrackDataType = [0, n0, _TDT, 8, 0];
307
+ var TransactionDataType = [0, n0, _TDTr, 8, 0];
308
+ var ValidationDataType = [0, n0, _VDT, 8, 0];
309
+ var VerificationValueType = [0, n0, _VVT, 8, 0];
310
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
311
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
312
+ export var AmexAttributes$ = [
313
313
  3,
314
314
  n0,
315
315
  _AA,
316
316
  0,
317
317
  [_MKDM, _PAN, _PSN, _ATC, _ARKI, _CPA],
318
- [0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes, 0]],
318
+ [0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes$, 0]],
319
319
  ];
320
- export var AmexCardSecurityCodeVersion1 = [
320
+ export var AmexCardSecurityCodeVersion1$ = [
321
321
  3,
322
322
  n0,
323
323
  _ACSCV,
@@ -325,7 +325,7 @@ export var AmexCardSecurityCodeVersion1 = [
325
325
  [_CED],
326
326
  [[() => CardExpiryDateType, 0]],
327
327
  ];
328
- export var AmexCardSecurityCodeVersion2 = [
328
+ export var AmexCardSecurityCodeVersion2$ = [
329
329
  3,
330
330
  n0,
331
331
  _ACSCVm,
@@ -336,9 +336,9 @@ export var AmexCardSecurityCodeVersion2 = [
336
336
  [() => ServiceCodeType, 0],
337
337
  ],
338
338
  ];
339
- export var AsymmetricEncryptionAttributes = [3, n0, _AEA, 0, [_PT], [0]];
340
- export var CardHolderVerificationValue = [3, n0, _CHVV, 0, [_UN, _PSN, _ATC], [0, 0, 0]];
341
- export var CardVerificationValue1 = [
339
+ export var AsymmetricEncryptionAttributes$ = [3, n0, _AEA, 0, [_PT], [0]];
340
+ export var CardHolderVerificationValue$ = [3, n0, _CHVV, 0, [_UN, _PSN, _ATC], [0, 0, 0]];
341
+ export var CardVerificationValue1$ = [
342
342
  3,
343
343
  n0,
344
344
  _CVV,
@@ -349,9 +349,9 @@ export var CardVerificationValue1 = [
349
349
  [() => ServiceCodeType, 0],
350
350
  ],
351
351
  ];
352
- export var CardVerificationValue2 = [3, n0, _CVVa, 0, [_CED], [[() => CardExpiryDateType, 0]]];
353
- export var CryptogramVerificationArpcMethod1 = [3, n0, _CVAM, 0, [_ARC], [0]];
354
- export var CryptogramVerificationArpcMethod2 = [
352
+ export var CardVerificationValue2$ = [3, n0, _CVVa, 0, [_CED], [[() => CardExpiryDateType, 0]]];
353
+ export var CryptogramVerificationArpcMethod1$ = [3, n0, _CVAM, 0, [_ARC], [0]];
354
+ export var CryptogramVerificationArpcMethod2$ = [
355
355
  3,
356
356
  n0,
357
357
  _CVAMr,
@@ -359,7 +359,7 @@ export var CryptogramVerificationArpcMethod2 = [
359
359
  [_CSU, _PAD],
360
360
  [0, [() => ProprietaryAuthenticationDataType, 0]],
361
361
  ];
362
- export var CurrentPinAttributes = [
362
+ export var CurrentPinAttributes$ = [
363
363
  3,
364
364
  n0,
365
365
  _CPA,
@@ -367,7 +367,7 @@ export var CurrentPinAttributes = [
367
367
  [_CPPI, _CEPB],
368
368
  [0, [() => PinBlockLengthEquals16, 0]],
369
369
  ];
370
- export var DecryptDataInput = [
370
+ export var DecryptDataInput$ = [
371
371
  3,
372
372
  n0,
373
373
  _DDI,
@@ -376,11 +376,11 @@ export var DecryptDataInput = [
376
376
  [
377
377
  [0, 1],
378
378
  [() => CipherTextType, 0],
379
- [() => EncryptionDecryptionAttributes, 0],
380
- [() => WrappedKey, 0],
379
+ [() => EncryptionDecryptionAttributes$, 0],
380
+ [() => WrappedKey$, 0],
381
381
  ],
382
382
  ];
383
- export var DecryptDataOutput = [
383
+ export var DecryptDataOutput$ = [
384
384
  3,
385
385
  n0,
386
386
  _DDO,
@@ -388,7 +388,7 @@ export var DecryptDataOutput = [
388
388
  [_KA, _KCV, _PTl],
389
389
  [0, 0, [() => PlainTextOutputType, 0]],
390
390
  ];
391
- export var DiscoverDynamicCardVerificationCode = [
391
+ export var DiscoverDynamicCardVerificationCode$ = [
392
392
  3,
393
393
  n0,
394
394
  _DDCVC,
@@ -396,9 +396,9 @@ export var DiscoverDynamicCardVerificationCode = [
396
396
  [_CED, _UN, _ATC],
397
397
  [[() => CardExpiryDateType, 0], 0, 0],
398
398
  ];
399
- export var DukptAttributes = [3, n0, _DAu, 0, [_KSN, _DDT], [0, 0]];
400
- export var DukptDerivationAttributes = [3, n0, _DDA, 0, [_KSN, _DKDT, _DKV], [0, 0, 0]];
401
- export var DukptEncryptionAttributes = [
399
+ export var DukptAttributes$ = [3, n0, _DAu, 0, [_KSN, _DDT], [0, 0]];
400
+ export var DukptDerivationAttributes$ = [3, n0, _DDA, 0, [_KSN, _DKDT, _DKV], [0, 0, 0]];
401
+ export var DukptEncryptionAttributes$ = [
402
402
  3,
403
403
  n0,
404
404
  _DEA,
@@ -406,7 +406,7 @@ export var DukptEncryptionAttributes = [
406
406
  [_KSN, _Mo, _DKDT, _DKV, _IV],
407
407
  [0, 0, 0, 0, [() => InitializationVectorType, 0]],
408
408
  ];
409
- export var DynamicCardVerificationCode = [
409
+ export var DynamicCardVerificationCode$ = [
410
410
  3,
411
411
  n0,
412
412
  _DCVC,
@@ -414,7 +414,7 @@ export var DynamicCardVerificationCode = [
414
414
  [_UN, _PSN, _ATC, _TD],
415
415
  [0, 0, 0, [() => TrackDataType, 0]],
416
416
  ];
417
- export var DynamicCardVerificationValue = [
417
+ export var DynamicCardVerificationValue$ = [
418
418
  3,
419
419
  n0,
420
420
  _DCVV,
@@ -422,7 +422,7 @@ export var DynamicCardVerificationValue = [
422
422
  [_PSN, _CED, _SC, _ATC],
423
423
  [0, [() => CardExpiryDateType, 0], [() => ServiceCodeType, 0], 0],
424
424
  ];
425
- export var EcdhDerivationAttributes = [
425
+ export var EcdhDerivationAttributes$ = [
426
426
  3,
427
427
  n0,
428
428
  _EDA,
@@ -430,7 +430,7 @@ export var EcdhDerivationAttributes = [
430
430
  [_CAPKI, _PKC, _KAe, _KDF, _KDHA, _SI],
431
431
  [0, 0, 0, 0, 0, 0],
432
432
  ];
433
- export var Emv2000Attributes = [
433
+ export var Emv2000Attributes$ = [
434
434
  3,
435
435
  n0,
436
436
  _EA,
@@ -438,7 +438,7 @@ export var Emv2000Attributes = [
438
438
  [_MKDM, _PAN, _PSN, _ATC],
439
439
  [0, [() => PrimaryAccountNumberType, 0], 0, 0],
440
440
  ];
441
- export var EmvCommonAttributes = [
441
+ export var EmvCommonAttributes$ = [
442
442
  3,
443
443
  n0,
444
444
  _ECA,
@@ -446,7 +446,7 @@ export var EmvCommonAttributes = [
446
446
  [_MKDM, _PAN, _PSN, _AC, _Mo, _PBPT, _PBLP],
447
447
  [0, [() => PrimaryAccountNumberType, 0], 0, [() => ApplicationCryptogramType, 0], 0, 0, 0],
448
448
  ];
449
- export var EmvEncryptionAttributes = [
449
+ export var EmvEncryptionAttributes$ = [
450
450
  3,
451
451
  n0,
452
452
  _EEA,
@@ -461,7 +461,7 @@ export var EmvEncryptionAttributes = [
461
461
  [() => InitializationVectorType, 0],
462
462
  ],
463
463
  ];
464
- export var EncryptDataInput = [
464
+ export var EncryptDataInput$ = [
465
465
  3,
466
466
  n0,
467
467
  _EDI,
@@ -470,11 +470,11 @@ export var EncryptDataInput = [
470
470
  [
471
471
  [0, 1],
472
472
  [() => PlainTextType, 0],
473
- [() => EncryptionDecryptionAttributes, 0],
474
- [() => WrappedKey, 0],
473
+ [() => EncryptionDecryptionAttributes$, 0],
474
+ [() => WrappedKey$, 0],
475
475
  ],
476
476
  ];
477
- export var EncryptDataOutput = [
477
+ export var EncryptDataOutput$ = [
478
478
  3,
479
479
  n0,
480
480
  _EDO,
@@ -482,15 +482,15 @@ export var EncryptDataOutput = [
482
482
  [_KA, _KCV, _CT],
483
483
  [0, 0, [() => CipherTextType, 0]],
484
484
  ];
485
- export var GenerateCardValidationDataInput = [
485
+ export var GenerateCardValidationDataInput$ = [
486
486
  3,
487
487
  n0,
488
488
  _GCVDI,
489
489
  0,
490
490
  [_KI, _PAN, _GA, _VDL],
491
- [0, [() => PrimaryAccountNumberType, 0], [() => CardGenerationAttributes, 0], 1],
491
+ [0, [() => PrimaryAccountNumberType, 0], [() => CardGenerationAttributes$, 0], 1],
492
492
  ];
493
- export var GenerateCardValidationDataOutput = [
493
+ export var GenerateCardValidationDataOutput$ = [
494
494
  3,
495
495
  n0,
496
496
  _GCVDO,
@@ -498,7 +498,7 @@ export var GenerateCardValidationDataOutput = [
498
498
  [_KA, _KCV, _VD],
499
499
  [0, 0, [() => ValidationDataType, 0]],
500
500
  ];
501
- export var GenerateMacEmvPinChangeInput = [
501
+ export var GenerateMacEmvPinChangeInput$ = [
502
502
  3,
503
503
  n0,
504
504
  _GMEPCI,
@@ -511,10 +511,10 @@ export var GenerateMacEmvPinChangeInput = [
511
511
  0,
512
512
  0,
513
513
  [() => CommandMessageDataType, 0],
514
- [() => DerivationMethodAttributes, 0],
514
+ [() => DerivationMethodAttributes$, 0],
515
515
  ],
516
516
  ];
517
- export var GenerateMacEmvPinChangeOutput = [
517
+ export var GenerateMacEmvPinChangeOutput$ = [
518
518
  3,
519
519
  n0,
520
520
  _GMEPCO,
@@ -529,18 +529,18 @@ export var GenerateMacEmvPinChangeOutput = [
529
529
  0,
530
530
  0,
531
531
  0,
532
- () => VisaAmexDerivationOutputs,
532
+ () => VisaAmexDerivationOutputs$,
533
533
  ],
534
534
  ];
535
- export var GenerateMacInput = [
535
+ export var GenerateMacInput$ = [
536
536
  3,
537
537
  n0,
538
538
  _GMI,
539
539
  0,
540
540
  [_KI, _MD, _GA, _ML],
541
- [0, [() => MessageDataType, 0], [() => MacAttributes, 0], 1],
541
+ [0, [() => MessageDataType, 0], [() => MacAttributes$, 0], 1],
542
542
  ];
543
- export var GenerateMacOutput = [
543
+ export var GenerateMacOutput$ = [
544
544
  3,
545
545
  n0,
546
546
  _GMO,
@@ -548,23 +548,23 @@ export var GenerateMacOutput = [
548
548
  [_KA, _KCV, _Ma],
549
549
  [0, 0, [() => MacOutputType, 0]],
550
550
  ];
551
- export var GeneratePinDataInput = [
551
+ export var GeneratePinDataInput$ = [
552
552
  3,
553
553
  n0,
554
554
  _GPDI,
555
555
  0,
556
556
  [_GKI, _EKI, _GA, _PDL, _PAN, _PBF, _EWK],
557
- [0, 0, [() => PinGenerationAttributes, 0], 1, [() => PrimaryAccountNumberType, 0], 0, [() => WrappedKey, 0]],
557
+ [0, 0, [() => PinGenerationAttributes$, 0], 1, [() => PrimaryAccountNumberType, 0], 0, [() => WrappedKey$, 0]],
558
558
  ];
559
- export var GeneratePinDataOutput = [
559
+ export var GeneratePinDataOutput$ = [
560
560
  3,
561
561
  n0,
562
562
  _GPDO,
563
563
  0,
564
564
  [_GKA, _GKCV, _EKA, _EKCV, _EPB, _PD],
565
- [0, 0, 0, 0, [() => EncryptedPinBlockType, 0], [() => PinData, 0]],
565
+ [0, 0, 0, 0, [() => EncryptedPinBlockType, 0], [() => PinData$, 0]],
566
566
  ];
567
- export var Ibm3624NaturalPin = [
567
+ export var Ibm3624NaturalPin$ = [
568
568
  3,
569
569
  n0,
570
570
  _INP,
@@ -572,7 +572,7 @@ export var Ibm3624NaturalPin = [
572
572
  [_DT, _PVDPC, _PVD],
573
573
  [[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]],
574
574
  ];
575
- export var Ibm3624PinFromOffset = [
575
+ export var Ibm3624PinFromOffset$ = [
576
576
  3,
577
577
  n0,
578
578
  _IPFO,
@@ -580,7 +580,7 @@ export var Ibm3624PinFromOffset = [
580
580
  [_DT, _PVDPC, _PVD, _PO],
581
581
  [[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0], [() => PinOffsetType, 0]],
582
582
  ];
583
- export var Ibm3624PinOffset = [
583
+ export var Ibm3624PinOffset$ = [
584
584
  3,
585
585
  n0,
586
586
  _IPO,
@@ -588,7 +588,7 @@ export var Ibm3624PinOffset = [
588
588
  [_EPB, _DT, _PVDPC, _PVD],
589
589
  [[() => EncryptedPinBlockType, 0], [() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]],
590
590
  ];
591
- export var Ibm3624PinVerification = [
591
+ export var Ibm3624PinVerification$ = [
592
592
  3,
593
593
  n0,
594
594
  _IPV,
@@ -596,7 +596,7 @@ export var Ibm3624PinVerification = [
596
596
  [_DT, _PVDPC, _PVD, _PO],
597
597
  [[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0], [() => PinOffsetType, 0]],
598
598
  ];
599
- export var Ibm3624RandomPin = [
599
+ export var Ibm3624RandomPin$ = [
600
600
  3,
601
601
  n0,
602
602
  _IRP,
@@ -604,26 +604,26 @@ export var Ibm3624RandomPin = [
604
604
  [_DT, _PVDPC, _PVD],
605
605
  [[() => DecimalizationTableType, 0], 0, [() => PinValidationDataType, 0]],
606
606
  ];
607
- export var IncomingDiffieHellmanTr31KeyBlock = [
607
+ export var IncomingDiffieHellmanTr31KeyBlock$ = [
608
608
  3,
609
609
  n0,
610
610
  _IDHTKB,
611
611
  0,
612
612
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
613
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => Tr31WrappedKeyBlock, 0]],
613
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]],
614
614
  ];
615
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
616
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
617
- export var MacAlgorithmDukpt = [3, n0, _MAD, 0, [_KSN, _DKV, _DDT], [0, 0, 0]];
618
- export var MacAlgorithmEmv = [
615
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
616
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
617
+ export var MacAlgorithmDukpt$ = [3, n0, _MAD, 0, [_KSN, _DKV, _DDT], [0, 0, 0]];
618
+ export var MacAlgorithmEmv$ = [
619
619
  3,
620
620
  n0,
621
621
  _MAE,
622
622
  0,
623
623
  [_MKDM, _PAN, _PSN, _SKDM, _SKDV],
624
- [0, [() => PrimaryAccountNumberType, 0], 0, 0, [() => SessionKeyDerivationValue, 0]],
624
+ [0, [() => PrimaryAccountNumberType, 0], 0, 0, [() => SessionKeyDerivationValue$, 0]],
625
625
  ];
626
- export var MasterCardAttributes = [
626
+ export var MasterCardAttributes$ = [
627
627
  3,
628
628
  n0,
629
629
  _MCA,
@@ -631,8 +631,8 @@ export var MasterCardAttributes = [
631
631
  [_MKDM, _PAN, _PSN, _AC],
632
632
  [0, [() => PrimaryAccountNumberType, 0], 0, [() => ApplicationCryptogramType, 0]],
633
633
  ];
634
- export var OutgoingTr31KeyBlock = [3, n0, _OTKB, 0, [_WKI], [0]];
635
- export var ReEncryptDataInput = [
634
+ export var OutgoingTr31KeyBlock$ = [3, n0, _OTKB, 0, [_WKI], [0]];
635
+ export var ReEncryptDataInput$ = [
636
636
  3,
637
637
  n0,
638
638
  _REDI,
@@ -642,13 +642,13 @@ export var ReEncryptDataInput = [
642
642
  [0, 1],
643
643
  0,
644
644
  [() => CipherTextType, 0],
645
- [() => ReEncryptionAttributes, 0],
646
- [() => ReEncryptionAttributes, 0],
647
- [() => WrappedKey, 0],
648
- [() => WrappedKey, 0],
645
+ [() => ReEncryptionAttributes$, 0],
646
+ [() => ReEncryptionAttributes$, 0],
647
+ [() => WrappedKey$, 0],
648
+ [() => WrappedKey$, 0],
649
649
  ],
650
650
  ];
651
- export var ReEncryptDataOutput = [
651
+ export var ReEncryptDataOutput$ = [
652
652
  3,
653
653
  n0,
654
654
  _REDO,
@@ -656,9 +656,9 @@ export var ReEncryptDataOutput = [
656
656
  [_KA, _KCV, _CT],
657
657
  [0, 0, [() => CipherTextType, 0]],
658
658
  ];
659
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
660
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
661
- export var SessionKeyAmex = [
659
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
660
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
661
+ export var SessionKeyAmex$ = [
662
662
  3,
663
663
  n0,
664
664
  _SKA,
@@ -666,7 +666,7 @@ export var SessionKeyAmex = [
666
666
  [_PAN, _PSN],
667
667
  [[() => PrimaryAccountNumberType, 0], 0],
668
668
  ];
669
- export var SessionKeyEmv2000 = [
669
+ export var SessionKeyEmv2000$ = [
670
670
  3,
671
671
  n0,
672
672
  _SKE,
@@ -674,7 +674,7 @@ export var SessionKeyEmv2000 = [
674
674
  [_PAN, _PSN, _ATC],
675
675
  [[() => PrimaryAccountNumberType, 0], 0, 0],
676
676
  ];
677
- export var SessionKeyEmvCommon = [
677
+ export var SessionKeyEmvCommon$ = [
678
678
  3,
679
679
  n0,
680
680
  _SKEC,
@@ -682,7 +682,7 @@ export var SessionKeyEmvCommon = [
682
682
  [_PAN, _PSN, _ATC],
683
683
  [[() => PrimaryAccountNumberType, 0], 0, 0],
684
684
  ];
685
- export var SessionKeyMastercard = [
685
+ export var SessionKeyMastercard$ = [
686
686
  3,
687
687
  n0,
688
688
  _SKM,
@@ -690,7 +690,7 @@ export var SessionKeyMastercard = [
690
690
  [_PAN, _PSN, _ATC, _UN],
691
691
  [[() => PrimaryAccountNumberType, 0], 0, 0, 0],
692
692
  ];
693
- export var SessionKeyVisa = [
693
+ export var SessionKeyVisa$ = [
694
694
  3,
695
695
  n0,
696
696
  _SKV,
@@ -698,7 +698,7 @@ export var SessionKeyVisa = [
698
698
  [_PAN, _PSN],
699
699
  [[() => PrimaryAccountNumberType, 0], 0],
700
700
  ];
701
- export var SymmetricEncryptionAttributes = [
701
+ export var SymmetricEncryptionAttributes$ = [
702
702
  3,
703
703
  n0,
704
704
  _SEA,
@@ -706,18 +706,25 @@ export var SymmetricEncryptionAttributes = [
706
706
  [_Mo, _IV, _PT],
707
707
  [0, [() => InitializationVectorType, 0], 0],
708
708
  ];
709
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
710
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
711
- export var TranslateKeyMaterialInput = [
709
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
710
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
711
+ export var TranslateKeyMaterialInput$ = [
712
712
  3,
713
713
  n0,
714
714
  _TKMI,
715
715
  0,
716
716
  [_IKM, _OKM, _KCVA],
717
- [[() => IncomingKeyMaterial, 0], () => OutgoingKeyMaterial, 0],
717
+ [[() => IncomingKeyMaterial$, 0], () => OutgoingKeyMaterial$, 0],
718
718
  ];
719
- export var TranslateKeyMaterialOutput = [3, n0, _TKMO, 0, [_WK], [[() => WrappedWorkingKey, 0]]];
720
- export var TranslatePinDataInput = [
719
+ export var TranslateKeyMaterialOutput$ = [
720
+ 3,
721
+ n0,
722
+ _TKMO,
723
+ 0,
724
+ [_WK],
725
+ [[() => WrappedWorkingKey$, 0]],
726
+ ];
727
+ export var TranslatePinDataInput$ = [
721
728
  3,
722
729
  n0,
723
730
  _TPDI,
@@ -726,16 +733,16 @@ export var TranslatePinDataInput = [
726
733
  [
727
734
  0,
728
735
  0,
729
- [() => TranslationIsoFormats, 0],
730
- [() => TranslationIsoFormats, 0],
736
+ [() => TranslationIsoFormats$, 0],
737
+ [() => TranslationIsoFormats$, 0],
731
738
  [() => HexEvenLengthBetween16And32, 0],
732
- () => DukptDerivationAttributes,
733
- () => DukptDerivationAttributes,
734
- [() => WrappedKey, 0],
735
- [() => WrappedKey, 0],
739
+ () => DukptDerivationAttributes$,
740
+ () => DukptDerivationAttributes$,
741
+ [() => WrappedKey$, 0],
742
+ [() => WrappedKey$, 0],
736
743
  ],
737
744
  ];
738
- export var TranslatePinDataOutput = [
745
+ export var TranslatePinDataOutput$ = [
739
746
  3,
740
747
  n0,
741
748
  _TPDO,
@@ -743,7 +750,7 @@ export var TranslatePinDataOutput = [
743
750
  [_PB, _KA, _KCV],
744
751
  [[() => EncryptedPinBlockType, 0], 0, 0],
745
752
  ];
746
- export var TranslationPinDataIsoFormat034 = [
753
+ export var TranslationPinDataIsoFormat034$ = [
747
754
  3,
748
755
  n0,
749
756
  _TPDIF,
@@ -751,8 +758,8 @@ export var TranslationPinDataIsoFormat034 = [
751
758
  [_PAN],
752
759
  [[() => PrimaryAccountNumberType, 0]],
753
760
  ];
754
- export var TranslationPinDataIsoFormat1 = [3, n0, _TPDIFr, 0, [], []];
755
- export var ValidationException = [
761
+ export var TranslationPinDataIsoFormat1$ = [3, n0, _TPDIFr, 0, [], []];
762
+ export var ValidationException$ = [
756
763
  -3,
757
764
  n0,
758
765
  _VE,
@@ -760,11 +767,11 @@ export var ValidationException = [
760
767
  [_m, _fL],
761
768
  [0, () => ValidationExceptionFieldList],
762
769
  ];
763
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
764
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_p, _m], [0, 0]];
765
- export var VerificationFailedException = [-3, n0, _VFE, { [_e]: _c, [_hE]: 400 }, [_R, _M], [0, 0]];
766
- TypeRegistry.for(n0).registerError(VerificationFailedException, __VerificationFailedException);
767
- export var VerifyAuthRequestCryptogramInput = [
770
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
771
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_p, _m], [0, 0]];
772
+ export var VerificationFailedException$ = [-3, n0, _VFE, { [_e]: _c, [_hE]: 400 }, [_R, _M], [0, 0]];
773
+ TypeRegistry.for(n0).registerError(VerificationFailedException$, VerificationFailedException);
774
+ export var VerifyAuthRequestCryptogramInput$ = [
768
775
  3,
769
776
  n0,
770
777
  _VARCI,
@@ -775,11 +782,11 @@ export var VerifyAuthRequestCryptogramInput = [
775
782
  [() => TransactionDataType, 0],
776
783
  [() => AuthRequestCryptogramType, 0],
777
784
  0,
778
- [() => SessionKeyDerivation, 0],
779
- [() => CryptogramAuthResponse, 0],
785
+ [() => SessionKeyDerivation$, 0],
786
+ [() => CryptogramAuthResponse$, 0],
780
787
  ],
781
788
  ];
782
- export var VerifyAuthRequestCryptogramOutput = [
789
+ export var VerifyAuthRequestCryptogramOutput$ = [
783
790
  3,
784
791
  n0,
785
792
  _VARCO,
@@ -787,25 +794,25 @@ export var VerifyAuthRequestCryptogramOutput = [
787
794
  [_KA, _KCV, _ARV],
788
795
  [0, 0, [() => AuthResponseValueType, 0]],
789
796
  ];
790
- export var VerifyCardValidationDataInput = [
797
+ export var VerifyCardValidationDataInput$ = [
791
798
  3,
792
799
  n0,
793
800
  _VCVDI,
794
801
  0,
795
802
  [_KI, _PAN, _VA, _VD],
796
- [0, [() => PrimaryAccountNumberType, 0], [() => CardVerificationAttributes, 0], [() => ValidationDataType, 0]],
803
+ [0, [() => PrimaryAccountNumberType, 0], [() => CardVerificationAttributes$, 0], [() => ValidationDataType, 0]],
797
804
  ];
798
- export var VerifyCardValidationDataOutput = [3, n0, _VCVDO, 0, [_KA, _KCV], [0, 0]];
799
- export var VerifyMacInput = [
805
+ export var VerifyCardValidationDataOutput$ = [3, n0, _VCVDO, 0, [_KA, _KCV], [0, 0]];
806
+ export var VerifyMacInput$ = [
800
807
  3,
801
808
  n0,
802
809
  _VMI,
803
810
  0,
804
811
  [_KI, _MD, _Ma, _VA, _ML],
805
- [0, [() => MessageDataType, 0], [() => MacType, 0], [() => MacAttributes, 0], 1],
812
+ [0, [() => MessageDataType, 0], [() => MacType, 0], [() => MacAttributes$, 0], 1],
806
813
  ];
807
- export var VerifyMacOutput = [3, n0, _VMO, 0, [_KA, _KCV], [0, 0]];
808
- export var VerifyPinDataInput = [
814
+ export var VerifyMacOutput$ = [3, n0, _VMO, 0, [_KA, _KCV], [0, 0]];
815
+ export var VerifyPinDataInput$ = [
809
816
  3,
810
817
  n0,
811
818
  _VPDI,
@@ -814,17 +821,17 @@ export var VerifyPinDataInput = [
814
821
  [
815
822
  0,
816
823
  0,
817
- [() => PinVerificationAttributes, 0],
824
+ [() => PinVerificationAttributes$, 0],
818
825
  [() => EncryptedPinBlockType, 0],
819
826
  [() => PrimaryAccountNumberType, 0],
820
827
  0,
821
828
  1,
822
- () => DukptAttributes,
823
- [() => WrappedKey, 0],
829
+ () => DukptAttributes$,
830
+ [() => WrappedKey$, 0],
824
831
  ],
825
832
  ];
826
- export var VerifyPinDataOutput = [3, n0, _VPDO, 0, [_VKA, _VKCV, _EKA, _EKCV], [0, 0, 0, 0]];
827
- export var VisaAmexDerivationOutputs = [
833
+ export var VerifyPinDataOutput$ = [3, n0, _VPDO, 0, [_VKA, _VKCV, _EKA, _EKCV], [0, 0, 0, 0]];
834
+ export var VisaAmexDerivationOutputs$ = [
828
835
  3,
829
836
  n0,
830
837
  _VADO,
@@ -832,16 +839,16 @@ export var VisaAmexDerivationOutputs = [
832
839
  [_ARKA, _ARKCV, _CPPA, _CPPKCV],
833
840
  [0, 0, 0, 0],
834
841
  ];
835
- export var VisaAttributes = [
842
+ export var VisaAttributes$ = [
836
843
  3,
837
844
  n0,
838
845
  _VAi,
839
846
  0,
840
847
  [_MKDM, _PAN, _PSN, _ATC, _ARKI, _CPA],
841
- [0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes, 0]],
848
+ [0, [() => PrimaryAccountNumberType, 0], 0, 0, 0, [() => CurrentPinAttributes$, 0]],
842
849
  ];
843
- export var VisaPin = [3, n0, _VP, 0, [_PVKI], [1]];
844
- export var VisaPinVerification = [
850
+ export var VisaPin$ = [3, n0, _VP, 0, [_PVKI], [1]];
851
+ export var VisaPinVerification$ = [
845
852
  3,
846
853
  n0,
847
854
  _VPV,
@@ -849,7 +856,7 @@ export var VisaPinVerification = [
849
856
  [_PVKI, _VV],
850
857
  [1, [() => VerificationValueType, 0]],
851
858
  ];
852
- export var VisaPinVerificationValue = [
859
+ export var VisaPinVerificationValue$ = [
853
860
  3,
854
861
  n0,
855
862
  _VPVV,
@@ -857,8 +864,8 @@ export var VisaPinVerificationValue = [
857
864
  [_EPB, _PVKI],
858
865
  [[() => EncryptedPinBlockType, 0], 1],
859
866
  ];
860
- export var WrappedKey = [3, n0, _WK, 0, [_WKM, _KCVA], [[() => WrappedKeyMaterial, 0], 0]];
861
- export var WrappedWorkingKey = [
867
+ export var WrappedKey$ = [3, n0, _WK, 0, [_WKM, _KCVA], [[() => WrappedKeyMaterial$, 0], 0]];
868
+ export var WrappedWorkingKey$ = [
862
869
  3,
863
870
  n0,
864
871
  _WWK,
@@ -866,7 +873,7 @@ export var WrappedWorkingKey = [
866
873
  [_WKM, _KCV, _WKMF],
867
874
  [[() => KeyMaterial, 0], 0, 0],
868
875
  ];
869
- export var PaymentCryptographyDataServiceException = [
876
+ export var PaymentCryptographyDataServiceException$ = [
870
877
  -3,
871
878
  _sm,
872
879
  "PaymentCryptographyDataServiceException",
@@ -874,95 +881,95 @@ export var PaymentCryptographyDataServiceException = [
874
881
  [],
875
882
  [],
876
883
  ];
877
- TypeRegistry.for(_sm).registerError(PaymentCryptographyDataServiceException, __PaymentCryptographyDataServiceException);
878
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
879
- export var CardGenerationAttributes = [
884
+ TypeRegistry.for(_sm).registerError(PaymentCryptographyDataServiceException$, PaymentCryptographyDataServiceException);
885
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
886
+ export var CardGenerationAttributes$ = [
880
887
  3,
881
888
  n0,
882
889
  _CGA,
883
890
  0,
884
891
  [_ACSCV, _ACSCVm, _CVV, _CVVa, _CHVV, _DCVC, _DCVV],
885
892
  [
886
- [() => AmexCardSecurityCodeVersion1, 0],
887
- [() => AmexCardSecurityCodeVersion2, 0],
888
- [() => CardVerificationValue1, 0],
889
- [() => CardVerificationValue2, 0],
890
- () => CardHolderVerificationValue,
891
- [() => DynamicCardVerificationCode, 0],
892
- [() => DynamicCardVerificationValue, 0],
893
+ [() => AmexCardSecurityCodeVersion1$, 0],
894
+ [() => AmexCardSecurityCodeVersion2$, 0],
895
+ [() => CardVerificationValue1$, 0],
896
+ [() => CardVerificationValue2$, 0],
897
+ () => CardHolderVerificationValue$,
898
+ [() => DynamicCardVerificationCode$, 0],
899
+ [() => DynamicCardVerificationValue$, 0],
893
900
  ],
894
901
  ];
895
- export var CardVerificationAttributes = [
902
+ export var CardVerificationAttributes$ = [
896
903
  3,
897
904
  n0,
898
905
  _CVA,
899
906
  0,
900
907
  [_ACSCV, _ACSCVm, _CVV, _CVVa, _CHVV, _DCVC, _DCVV, _DDCVC],
901
908
  [
902
- [() => AmexCardSecurityCodeVersion1, 0],
903
- [() => AmexCardSecurityCodeVersion2, 0],
904
- [() => CardVerificationValue1, 0],
905
- [() => CardVerificationValue2, 0],
906
- () => CardHolderVerificationValue,
907
- [() => DynamicCardVerificationCode, 0],
908
- [() => DynamicCardVerificationValue, 0],
909
- [() => DiscoverDynamicCardVerificationCode, 0],
909
+ [() => AmexCardSecurityCodeVersion1$, 0],
910
+ [() => AmexCardSecurityCodeVersion2$, 0],
911
+ [() => CardVerificationValue1$, 0],
912
+ [() => CardVerificationValue2$, 0],
913
+ () => CardHolderVerificationValue$,
914
+ [() => DynamicCardVerificationCode$, 0],
915
+ [() => DynamicCardVerificationValue$, 0],
916
+ [() => DiscoverDynamicCardVerificationCode$, 0],
910
917
  ],
911
918
  ];
912
- export var CryptogramAuthResponse = [
919
+ export var CryptogramAuthResponse$ = [
913
920
  3,
914
921
  n0,
915
922
  _CAR,
916
923
  0,
917
924
  [_AM, _AMr],
918
- [() => CryptogramVerificationArpcMethod1, [() => CryptogramVerificationArpcMethod2, 0]],
925
+ [() => CryptogramVerificationArpcMethod1$, [() => CryptogramVerificationArpcMethod2$, 0]],
919
926
  ];
920
- export var DerivationMethodAttributes = [
927
+ export var DerivationMethodAttributes$ = [
921
928
  3,
922
929
  n0,
923
930
  _DMA,
924
931
  0,
925
932
  [_EC, _A, _V, _E, _Mas],
926
933
  [
927
- [() => EmvCommonAttributes, 0],
928
- [() => AmexAttributes, 0],
929
- [() => VisaAttributes, 0],
930
- [() => Emv2000Attributes, 0],
931
- [() => MasterCardAttributes, 0],
934
+ [() => EmvCommonAttributes$, 0],
935
+ [() => AmexAttributes$, 0],
936
+ [() => VisaAttributes$, 0],
937
+ [() => Emv2000Attributes$, 0],
938
+ [() => MasterCardAttributes$, 0],
932
939
  ],
933
940
  ];
934
- export var DiffieHellmanDerivationData = [3, n0, _DHDD, 0, [_SI], [0]];
935
- export var EncryptionDecryptionAttributes = [
941
+ export var DiffieHellmanDerivationData$ = [3, n0, _DHDD, 0, [_SI], [0]];
942
+ export var EncryptionDecryptionAttributes$ = [
936
943
  3,
937
944
  n0,
938
945
  _EDAn,
939
946
  0,
940
947
  [_S, _As, _D, _Em],
941
948
  [
942
- [() => SymmetricEncryptionAttributes, 0],
943
- () => AsymmetricEncryptionAttributes,
944
- [() => DukptEncryptionAttributes, 0],
945
- [() => EmvEncryptionAttributes, 0],
949
+ [() => SymmetricEncryptionAttributes$, 0],
950
+ () => AsymmetricEncryptionAttributes$,
951
+ [() => DukptEncryptionAttributes$, 0],
952
+ [() => EmvEncryptionAttributes$, 0],
946
953
  ],
947
954
  ];
948
- export var IncomingKeyMaterial = [
955
+ export var IncomingKeyMaterial$ = [
949
956
  3,
950
957
  n0,
951
958
  _IKM,
952
959
  0,
953
960
  [_DHTKB],
954
- [[() => IncomingDiffieHellmanTr31KeyBlock, 0]],
961
+ [[() => IncomingDiffieHellmanTr31KeyBlock$, 0]],
955
962
  ];
956
- export var MacAttributes = [
963
+ export var MacAttributes$ = [
957
964
  3,
958
965
  n0,
959
966
  _MA,
960
967
  0,
961
968
  [_Al, _EM, _DIA, _DIAu, _DC],
962
- [0, [() => MacAlgorithmEmv, 0], () => MacAlgorithmDukpt, () => MacAlgorithmDukpt, () => MacAlgorithmDukpt],
969
+ [0, [() => MacAlgorithmEmv$, 0], () => MacAlgorithmDukpt$, () => MacAlgorithmDukpt$, () => MacAlgorithmDukpt$],
963
970
  ];
964
- export var OutgoingKeyMaterial = [3, n0, _OKM, 0, [_TKB], [() => OutgoingTr31KeyBlock]];
965
- export var PinData = [
971
+ export var OutgoingKeyMaterial$ = [3, n0, _OKM, 0, [_TKB], [() => OutgoingTr31KeyBlock$]];
972
+ export var PinData$ = [
966
973
  3,
967
974
  n0,
968
975
  _PD,
@@ -973,58 +980,58 @@ export var PinData = [
973
980
  [() => VerificationValueType, 0],
974
981
  ],
975
982
  ];
976
- export var PinGenerationAttributes = [
983
+ export var PinGenerationAttributes$ = [
977
984
  3,
978
985
  n0,
979
986
  _PGA,
980
987
  0,
981
988
  [_VP, _VPVV, _IPO, _INP, _IRP, _IPFO],
982
989
  [
983
- () => VisaPin,
984
- [() => VisaPinVerificationValue, 0],
985
- [() => Ibm3624PinOffset, 0],
986
- [() => Ibm3624NaturalPin, 0],
987
- [() => Ibm3624RandomPin, 0],
988
- [() => Ibm3624PinFromOffset, 0],
990
+ () => VisaPin$,
991
+ [() => VisaPinVerificationValue$, 0],
992
+ [() => Ibm3624PinOffset$, 0],
993
+ [() => Ibm3624NaturalPin$, 0],
994
+ [() => Ibm3624RandomPin$, 0],
995
+ [() => Ibm3624PinFromOffset$, 0],
989
996
  ],
990
997
  ];
991
- export var PinVerificationAttributes = [
998
+ export var PinVerificationAttributes$ = [
992
999
  3,
993
1000
  n0,
994
1001
  _PVA,
995
1002
  0,
996
1003
  [_VP, _IP],
997
1004
  [
998
- [() => VisaPinVerification, 0],
999
- [() => Ibm3624PinVerification, 0],
1005
+ [() => VisaPinVerification$, 0],
1006
+ [() => Ibm3624PinVerification$, 0],
1000
1007
  ],
1001
1008
  ];
1002
- export var ReEncryptionAttributes = [
1009
+ export var ReEncryptionAttributes$ = [
1003
1010
  3,
1004
1011
  n0,
1005
1012
  _REA,
1006
1013
  0,
1007
1014
  [_S, _D],
1008
1015
  [
1009
- [() => SymmetricEncryptionAttributes, 0],
1010
- [() => DukptEncryptionAttributes, 0],
1016
+ [() => SymmetricEncryptionAttributes$, 0],
1017
+ [() => DukptEncryptionAttributes$, 0],
1011
1018
  ],
1012
1019
  ];
1013
- export var SessionKeyDerivation = [
1020
+ export var SessionKeyDerivation$ = [
1014
1021
  3,
1015
1022
  n0,
1016
1023
  _SKD,
1017
1024
  0,
1018
1025
  [_EC, _Mas, _E, _A, _V],
1019
1026
  [
1020
- [() => SessionKeyEmvCommon, 0],
1021
- [() => SessionKeyMastercard, 0],
1022
- [() => SessionKeyEmv2000, 0],
1023
- [() => SessionKeyAmex, 0],
1024
- [() => SessionKeyVisa, 0],
1027
+ [() => SessionKeyEmvCommon$, 0],
1028
+ [() => SessionKeyMastercard$, 0],
1029
+ [() => SessionKeyEmv2000$, 0],
1030
+ [() => SessionKeyAmex$, 0],
1031
+ [() => SessionKeyVisa$, 0],
1025
1032
  ],
1026
1033
  ];
1027
- export var SessionKeyDerivationValue = [
1034
+ export var SessionKeyDerivationValue$ = [
1028
1035
  3,
1029
1036
  n0,
1030
1037
  _SKDV,
@@ -1032,128 +1039,128 @@ export var SessionKeyDerivationValue = [
1032
1039
  [_AC, _ATC],
1033
1040
  [[() => ApplicationCryptogramType, 0], 0],
1034
1041
  ];
1035
- export var TranslationIsoFormats = [
1042
+ export var TranslationIsoFormats$ = [
1036
1043
  3,
1037
1044
  n0,
1038
1045
  _TIF,
1039
1046
  0,
1040
1047
  [_IF, _IFs, _IFso, _IFsoo],
1041
1048
  [
1042
- [() => TranslationPinDataIsoFormat034, 0],
1043
- () => TranslationPinDataIsoFormat1,
1044
- [() => TranslationPinDataIsoFormat034, 0],
1045
- [() => TranslationPinDataIsoFormat034, 0],
1049
+ [() => TranslationPinDataIsoFormat034$, 0],
1050
+ () => TranslationPinDataIsoFormat1$,
1051
+ [() => TranslationPinDataIsoFormat034$, 0],
1052
+ [() => TranslationPinDataIsoFormat034$, 0],
1046
1053
  ],
1047
1054
  ];
1048
- export var WrappedKeyMaterial = [
1055
+ export var WrappedKeyMaterial$ = [
1049
1056
  3,
1050
1057
  n0,
1051
1058
  _WKM,
1052
1059
  0,
1053
1060
  [_TKB, _DHSK],
1054
- [[() => Tr31WrappedKeyBlock, 0], () => EcdhDerivationAttributes],
1061
+ [[() => Tr31WrappedKeyBlock, 0], () => EcdhDerivationAttributes$],
1055
1062
  ];
1056
- export var DecryptData = [
1063
+ export var DecryptData$ = [
1057
1064
  9,
1058
1065
  n0,
1059
1066
  _DDe,
1060
1067
  { [_h]: ["POST", "/keys/{KeyIdentifier}/decrypt", 200] },
1061
- () => DecryptDataInput,
1062
- () => DecryptDataOutput,
1068
+ () => DecryptDataInput$,
1069
+ () => DecryptDataOutput$,
1063
1070
  ];
1064
- export var EncryptData = [
1071
+ export var EncryptData$ = [
1065
1072
  9,
1066
1073
  n0,
1067
1074
  _ED,
1068
1075
  { [_h]: ["POST", "/keys/{KeyIdentifier}/encrypt", 200] },
1069
- () => EncryptDataInput,
1070
- () => EncryptDataOutput,
1076
+ () => EncryptDataInput$,
1077
+ () => EncryptDataOutput$,
1071
1078
  ];
1072
- export var GenerateCardValidationData = [
1079
+ export var GenerateCardValidationData$ = [
1073
1080
  9,
1074
1081
  n0,
1075
1082
  _GCVD,
1076
1083
  { [_h]: ["POST", "/cardvalidationdata/generate", 200] },
1077
- () => GenerateCardValidationDataInput,
1078
- () => GenerateCardValidationDataOutput,
1084
+ () => GenerateCardValidationDataInput$,
1085
+ () => GenerateCardValidationDataOutput$,
1079
1086
  ];
1080
- export var GenerateMac = [
1087
+ export var GenerateMac$ = [
1081
1088
  9,
1082
1089
  n0,
1083
1090
  _GM,
1084
1091
  { [_h]: ["POST", "/mac/generate", 200] },
1085
- () => GenerateMacInput,
1086
- () => GenerateMacOutput,
1092
+ () => GenerateMacInput$,
1093
+ () => GenerateMacOutput$,
1087
1094
  ];
1088
- export var GenerateMacEmvPinChange = [
1095
+ export var GenerateMacEmvPinChange$ = [
1089
1096
  9,
1090
1097
  n0,
1091
1098
  _GMEPC,
1092
1099
  { [_h]: ["POST", "/macemvpinchange/generate", 200] },
1093
- () => GenerateMacEmvPinChangeInput,
1094
- () => GenerateMacEmvPinChangeOutput,
1100
+ () => GenerateMacEmvPinChangeInput$,
1101
+ () => GenerateMacEmvPinChangeOutput$,
1095
1102
  ];
1096
- export var GeneratePinData = [
1103
+ export var GeneratePinData$ = [
1097
1104
  9,
1098
1105
  n0,
1099
1106
  _GPD,
1100
1107
  { [_h]: ["POST", "/pindata/generate", 200] },
1101
- () => GeneratePinDataInput,
1102
- () => GeneratePinDataOutput,
1108
+ () => GeneratePinDataInput$,
1109
+ () => GeneratePinDataOutput$,
1103
1110
  ];
1104
- export var ReEncryptData = [
1111
+ export var ReEncryptData$ = [
1105
1112
  9,
1106
1113
  n0,
1107
1114
  _RED,
1108
1115
  { [_h]: ["POST", "/keys/{IncomingKeyIdentifier}/reencrypt", 200] },
1109
- () => ReEncryptDataInput,
1110
- () => ReEncryptDataOutput,
1116
+ () => ReEncryptDataInput$,
1117
+ () => ReEncryptDataOutput$,
1111
1118
  ];
1112
- export var TranslateKeyMaterial = [
1119
+ export var TranslateKeyMaterial$ = [
1113
1120
  9,
1114
1121
  n0,
1115
1122
  _TKM,
1116
1123
  { [_h]: ["POST", "/keymaterial/translate", 200] },
1117
- () => TranslateKeyMaterialInput,
1118
- () => TranslateKeyMaterialOutput,
1124
+ () => TranslateKeyMaterialInput$,
1125
+ () => TranslateKeyMaterialOutput$,
1119
1126
  ];
1120
- export var TranslatePinData = [
1127
+ export var TranslatePinData$ = [
1121
1128
  9,
1122
1129
  n0,
1123
1130
  _TPD,
1124
1131
  { [_h]: ["POST", "/pindata/translate", 200] },
1125
- () => TranslatePinDataInput,
1126
- () => TranslatePinDataOutput,
1132
+ () => TranslatePinDataInput$,
1133
+ () => TranslatePinDataOutput$,
1127
1134
  ];
1128
- export var VerifyAuthRequestCryptogram = [
1135
+ export var VerifyAuthRequestCryptogram$ = [
1129
1136
  9,
1130
1137
  n0,
1131
1138
  _VARC,
1132
1139
  { [_h]: ["POST", "/cryptogram/verify", 200] },
1133
- () => VerifyAuthRequestCryptogramInput,
1134
- () => VerifyAuthRequestCryptogramOutput,
1140
+ () => VerifyAuthRequestCryptogramInput$,
1141
+ () => VerifyAuthRequestCryptogramOutput$,
1135
1142
  ];
1136
- export var VerifyCardValidationData = [
1143
+ export var VerifyCardValidationData$ = [
1137
1144
  9,
1138
1145
  n0,
1139
1146
  _VCVD,
1140
1147
  { [_h]: ["POST", "/cardvalidationdata/verify", 200] },
1141
- () => VerifyCardValidationDataInput,
1142
- () => VerifyCardValidationDataOutput,
1148
+ () => VerifyCardValidationDataInput$,
1149
+ () => VerifyCardValidationDataOutput$,
1143
1150
  ];
1144
- export var VerifyMac = [
1151
+ export var VerifyMac$ = [
1145
1152
  9,
1146
1153
  n0,
1147
1154
  _VM,
1148
1155
  { [_h]: ["POST", "/mac/verify", 200] },
1149
- () => VerifyMacInput,
1150
- () => VerifyMacOutput,
1156
+ () => VerifyMacInput$,
1157
+ () => VerifyMacOutput$,
1151
1158
  ];
1152
- export var VerifyPinData = [
1159
+ export var VerifyPinData$ = [
1153
1160
  9,
1154
1161
  n0,
1155
1162
  _VPD,
1156
1163
  { [_h]: ["POST", "/pindata/verify", 200] },
1157
- () => VerifyPinDataInput,
1158
- () => VerifyPinDataOutput,
1164
+ () => VerifyPinDataInput$,
1165
+ () => VerifyPinDataOutput$,
1159
1166
  ];