@regulaforensics/ionic-native-document-reader 7.5.439-nightly → 7.5.442-nightly

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.
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "7.5.649-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.770-nightly",
18
- "@regulaforensics/ionic-native-document-reader": "7.5.439-nightly",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.5.652-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.773-nightly",
18
+ "@regulaforensics/ionic-native-document-reader": "7.5.442-nightly",
19
19
  "cordova-plugin-camera": "7.0.0",
20
20
  "@awesome-cordova-plugins/camera": "6.6.0",
21
21
  "@awesome-cordova-plugins/core": "6.6.0",
@@ -30,8 +30,8 @@
30
30
  "@angular/router": "~13.3.2",
31
31
  "@ionic/angular": "^6.0.15",
32
32
  "@ionic/cordova-builders": "^6.1.0",
33
- "cordova-android": "12.0.1",
34
- "cordova-ios": "6.3.0",
33
+ "cordova-android": "13.0.0",
34
+ "cordova-ios": "7.1.1",
35
35
  "cordova-plugin-add-swift-support": "^2.0.2",
36
36
  "cordova-plugin-file": "8.0.1",
37
37
  "core-js": "^3.6.5",
package/index.d.ts CHANGED
@@ -510,6 +510,7 @@ export declare class RecognizeConfig {
510
510
  scenario?: string;
511
511
  onlineProcessingConfig?: OnlineProcessingConfig;
512
512
  oneShotIdentification?: boolean;
513
+ dtc?: string;
513
514
  livePortrait?: string;
514
515
  extPortrait?: string;
515
516
  image?: string;
@@ -555,6 +556,7 @@ export declare class DocumentReaderResults {
555
556
  documentType?: DocumentReaderDocumentType[];
556
557
  status?: DocumentReaderResultsStatus;
557
558
  vdsncData?: VDSNCData;
559
+ dtcData?: string;
558
560
  transactionInfo?: TransactionInfo;
559
561
  static fromJson(jsonObject?: any): DocumentReaderResults | undefined;
560
562
  }
@@ -640,6 +642,7 @@ export declare class BackendProcessingConfig {
640
642
  url?: string;
641
643
  httpHeaders?: Record<string, string>;
642
644
  rfidServerSideChipVerification?: boolean;
645
+ timeoutConnection?: number;
643
646
  static fromJson(jsonObject?: any): BackendProcessingConfig | undefined;
644
647
  }
645
648
  export declare class LivenessParams {
@@ -694,11 +697,15 @@ export declare class ProcessParams {
694
697
  shouldReturnPackageForReprocess?: boolean;
695
698
  disablePerforationOCR?: boolean;
696
699
  respectImageQuality?: boolean;
700
+ strictImageQuality?: boolean;
697
701
  splitNames?: boolean;
698
702
  useFaceApi?: boolean;
699
703
  useAuthenticityCheck?: boolean;
700
704
  checkHologram?: boolean;
701
705
  generateNumericCodes?: boolean;
706
+ strictBarcodeDigitalSignatureCheck?: boolean;
707
+ selectLongestNames?: boolean;
708
+ generateDTCVC?: boolean;
702
709
  barcodeParserType?: number;
703
710
  perspectiveAngle?: number;
704
711
  minDPI?: number;
@@ -775,6 +782,8 @@ export declare class Customization {
775
782
  cameraFrameBorderWidth?: number;
776
783
  cameraFrameLineLength?: number;
777
784
  cameraFrameOffsetWidth?: number;
785
+ nextPageAnimationStartDelay?: number;
786
+ nextPageAnimationEndDelay?: number;
778
787
  cameraFrameShapeType?: number;
779
788
  status?: string;
780
789
  resultStatus?: string;
@@ -788,6 +797,7 @@ export declare class Customization {
788
797
  activityIndicatorColor?: number;
789
798
  statusBackgroundColor?: number;
790
799
  cameraPreviewBackgroundColor?: number;
800
+ backgroundMaskColor?: number;
791
801
  statusPositionMultiplier?: number;
792
802
  resultStatusPositionMultiplier?: number;
793
803
  toolbarSize?: number;
@@ -890,6 +900,30 @@ export declare class EIDDataGroups {
890
900
  DG21?: boolean;
891
901
  static fromJson(jsonObject?: any): EIDDataGroups | undefined;
892
902
  }
903
+ export declare class DTCDataGroups {
904
+ DG1?: boolean;
905
+ DG2?: boolean;
906
+ DG3?: boolean;
907
+ DG4?: boolean;
908
+ DG5?: boolean;
909
+ DG6?: boolean;
910
+ DG7?: boolean;
911
+ DG8?: boolean;
912
+ DG9?: boolean;
913
+ DG10?: boolean;
914
+ DG11?: boolean;
915
+ DG12?: boolean;
916
+ DG13?: boolean;
917
+ DG14?: boolean;
918
+ DG15?: boolean;
919
+ DG16?: boolean;
920
+ DG17?: boolean;
921
+ DG18?: boolean;
922
+ DG22?: boolean;
923
+ DG23?: boolean;
924
+ DG24?: boolean;
925
+ static fromJson(jsonObject?: any): DTCDataGroups | undefined;
926
+ }
893
927
  export declare class RFIDScenario {
894
928
  paceStaticBinding?: boolean;
895
929
  onlineTA?: boolean;
@@ -925,6 +959,8 @@ export declare class RFIDScenario {
925
959
  applyAmendments?: boolean;
926
960
  autoSettings?: boolean;
927
961
  proceedReadingAlways?: boolean;
962
+ readDTC?: boolean;
963
+ mrzStrictCheck?: boolean;
928
964
  readingBuffer?: number;
929
965
  onlineTAToSignDataType?: number;
930
966
  defaultReadingBufferSize?: number;
@@ -940,9 +976,11 @@ export declare class RFIDScenario {
940
976
  mrz?: string;
941
977
  eSignPINDefault?: string;
942
978
  eSignPINNewValue?: string;
979
+ cardAccess?: string;
943
980
  eDLDataGroups?: EDLDataGroups;
944
981
  ePassportDataGroups?: EPassportDataGroups;
945
982
  eIDDataGroups?: EIDDataGroups;
983
+ dtcDataGroups?: DTCDataGroups;
946
984
  static fromJson(jsonObject?: any): RFIDScenario | undefined;
947
985
  }
948
986
  export declare class PrepareProgress {
@@ -1296,6 +1334,7 @@ export declare const eRPRM_ResultType: {
1296
1334
  RPRM_RESULT_TYPE_STATUS: number;
1297
1335
  RPRM_RESULT_TYPE_PORTRAIT_COMPARISON: number;
1298
1336
  RPRM_RESULT_TYPE_EXT_PORTRAIT: number;
1337
+ RFID_RESULT_TYPE_RFID_DTC_VC: number;
1299
1338
  };
1300
1339
  export declare const FrameShapeType: {
1301
1340
  LINE: number;
@@ -1395,6 +1434,7 @@ export declare const DocumentReaderErrorCodes: {
1395
1434
  FINALIZE_FAILED: number;
1396
1435
  CAMERA_NO_PERMISSION: number;
1397
1436
  CAMERA_NOT_AVAILABLE: number;
1437
+ CANNOT_USE_CAMERA_IN_SCENARIO: number;
1398
1438
  NATIVE_JAVA_EXCEPTION: number;
1399
1439
  BACKEND_ONLINE_PROCESSING: number;
1400
1440
  WRONG_INPUT: number;
@@ -1424,6 +1464,7 @@ export declare const ScenarioIdentifier: {
1424
1464
  SCENARIO_OCR_FREE: string;
1425
1465
  SCENARIO_CREDIT_CARD: string;
1426
1466
  SCENARIO_CAPTURE: string;
1467
+ SCENARIO_DTC: string;
1427
1468
  };
1428
1469
  export declare const eRFID_AccessControl_ProcedureType: {
1429
1470
  ACPT_UNDEFINED: number;
@@ -1535,6 +1576,16 @@ export declare const BarcodeResult: {
1535
1576
  IPDECODE_ERROR_INCORRECT_ERROR_LEVEL: number;
1536
1577
  IPDECODE_ERROR_LOADING_DEV_TABLE: number;
1537
1578
  };
1579
+ export declare const eRFID_Application_Type: {
1580
+ ePASSPORT: number;
1581
+ eID: number;
1582
+ eSIGN: number;
1583
+ eDL: number;
1584
+ LDS2_TRAVEL_RECORDS: number;
1585
+ LDS2_VISA_RECORDS: number;
1586
+ LDS2_ADD_BIOMETRICS: number;
1587
+ eDTC_PC: number;
1588
+ };
1538
1589
  export declare const eSignManagementAction: {
1539
1590
  smaUndefined: number;
1540
1591
  smaCreatePIN: number;
@@ -1587,12 +1638,15 @@ export declare const eCheckDiagnose: {
1587
1638
  FALSE_LUMINISCENCE_IN_BLANK: number;
1588
1639
  BAD_AREA_IN_AXIAL: number;
1589
1640
  FALSE_IPI_PARAMETERS: number;
1641
+ ENCRYPTED_IPI_NOT_FOUND: number;
1642
+ ENCRYPTED_IPI_DATA_DONT_MATCH: number;
1590
1643
  FIELD_POS_CORRECTOR_HIGHLIGHT_IR: number;
1591
1644
  FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA: number;
1592
1645
  FIELD_POS_CORRECTOR_PHOTO_REPLACED: number;
1593
1646
  FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR: number;
1594
1647
  FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR: number;
1595
1648
  FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR: number;
1649
+ CHD_FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION: number;
1596
1650
  OVI_IR_INVISIBLE: number;
1597
1651
  OVI_INSUFFICIENT_AREA: number;
1598
1652
  OVI_COLOR_INVARIABLE: number;
@@ -1627,6 +1681,7 @@ export declare const eCheckDiagnose: {
1627
1681
  BARCODE_SIZE_PARAMS_ERROR: number;
1628
1682
  NOT_ALL_BARCODES_READ: number;
1629
1683
  GLARES_IN_BARCODE_AREA: number;
1684
+ CHD_NO_CERTIFICATE_FOR_DIGITAL_SIGNATURE_CHECK: number;
1630
1685
  PORTRAIT_COMPARISON_PORTRAITS_DIFFER: number;
1631
1686
  PORTRAIT_COMPARISON_NO_SERVICE_REPLY: number;
1632
1687
  PORTRAIT_COMPARISON_SERVICE_ERROR: number;
@@ -1656,6 +1711,7 @@ export declare const eCheckDiagnose: {
1656
1711
  OCR_QUALITY_INVALID_FONT: number;
1657
1712
  OCR_QUALITY_INVALID_BACKGROUND: number;
1658
1713
  LAS_INK_INVALID_LINES_FREQUENCY: number;
1714
+ CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
1659
1715
  DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
1660
1716
  DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
1661
1717
  ICAO_IDB_BASE_32_ERROR: number;
@@ -2039,6 +2095,8 @@ export declare const eRPRM_SecurityFeatureType: {
2039
2095
  SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODE_VS_CAMERA: number;
2040
2096
  SECURITY_FEATURE_TYPE_CHECK_DIGITAL_SIGNATURE: number;
2041
2097
  SECURITY_FEATURE_TYPE_CONTACT_CHIP_CLASSIFICATION: number;
2098
+ SECURITY_FEATURE_TYPE_HEAD_POSITION_CHECK: number;
2099
+ SECURITY_FEATURE_TYPE_LIVENESS_BLACK_AND_WHITE_COPY_CHECK: number;
2042
2100
  };
2043
2101
  export declare const OnlineMode: {
2044
2102
  MANUAL: number;
@@ -2403,6 +2461,11 @@ export declare const eRFID_DataFile_Type: {
2403
2461
  DFT_PASSPORT_SOD: number;
2404
2462
  DFT_PASSPORT_CVCA: number;
2405
2463
  DFT_PASSPORT_COM: number;
2464
+ DFT_DTC_DG17: number;
2465
+ DFT_DTC_DG18: number;
2466
+ DFT_DTC_DG22: number;
2467
+ DFT_DTC_DG23: number;
2468
+ DFT_DTC_DG24: number;
2406
2469
  DFT_ID_DG1: number;
2407
2470
  DFT_ID_DG2: number;
2408
2471
  DFT_ID_DG3: number;
@@ -2755,6 +2818,9 @@ export declare const eVisualFieldType: {
2755
2818
  FT_DOCUMENT_DISCRIMINATOR: number;
2756
2819
  FT_DATA_DISCRIMINATOR: number;
2757
2820
  FT_ISO_ISSUER_ID_NUMBER: number;
2821
+ FT_DTC_VERSION: number;
2822
+ FT_DTC_ID: number;
2823
+ FT_DTC_DATE_OF_EXPIRY: number;
2758
2824
  FT_GNIB_NUMBER: number;
2759
2825
  FT_DEPT_NUMBER: number;
2760
2826
  FT_TELEX_CODE: number;
@@ -3107,6 +3173,7 @@ export declare const eVisualFieldType: {
3107
3173
  FT_METHOD_OF_TESTING: number;
3108
3174
  FT_DIGITAL_TRAVEL_AUTHORIZATION_NUMBER: number;
3109
3175
  FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT: number;
3176
+ FT_EF_CARD_ACCESS: number;
3110
3177
  };
3111
3178
  export declare const DocReaderOrientation: {
3112
3179
  ALL: number;
@@ -3654,6 +3721,7 @@ export declare const Enum: {
3654
3721
  RPRM_RESULT_TYPE_STATUS: number;
3655
3722
  RPRM_RESULT_TYPE_PORTRAIT_COMPARISON: number;
3656
3723
  RPRM_RESULT_TYPE_EXT_PORTRAIT: number;
3724
+ RFID_RESULT_TYPE_RFID_DTC_VC: number;
3657
3725
  };
3658
3726
  FrameShapeType: {
3659
3727
  LINE: number;
@@ -3753,6 +3821,7 @@ export declare const Enum: {
3753
3821
  FINALIZE_FAILED: number;
3754
3822
  CAMERA_NO_PERMISSION: number;
3755
3823
  CAMERA_NOT_AVAILABLE: number;
3824
+ CANNOT_USE_CAMERA_IN_SCENARIO: number;
3756
3825
  NATIVE_JAVA_EXCEPTION: number;
3757
3826
  BACKEND_ONLINE_PROCESSING: number;
3758
3827
  WRONG_INPUT: number;
@@ -3782,6 +3851,7 @@ export declare const Enum: {
3782
3851
  SCENARIO_OCR_FREE: string;
3783
3852
  SCENARIO_CREDIT_CARD: string;
3784
3853
  SCENARIO_CAPTURE: string;
3854
+ SCENARIO_DTC: string;
3785
3855
  };
3786
3856
  eRFID_AccessControl_ProcedureType: {
3787
3857
  ACPT_UNDEFINED: number;
@@ -3893,6 +3963,16 @@ export declare const Enum: {
3893
3963
  IPDECODE_ERROR_INCORRECT_ERROR_LEVEL: number;
3894
3964
  IPDECODE_ERROR_LOADING_DEV_TABLE: number;
3895
3965
  };
3966
+ eRFID_Application_Type: {
3967
+ ePASSPORT: number;
3968
+ eID: number;
3969
+ eSIGN: number;
3970
+ eDL: number;
3971
+ LDS2_TRAVEL_RECORDS: number;
3972
+ LDS2_VISA_RECORDS: number;
3973
+ LDS2_ADD_BIOMETRICS: number;
3974
+ eDTC_PC: number;
3975
+ };
3896
3976
  eSignManagementAction: {
3897
3977
  smaUndefined: number;
3898
3978
  smaCreatePIN: number;
@@ -3945,12 +4025,15 @@ export declare const Enum: {
3945
4025
  FALSE_LUMINISCENCE_IN_BLANK: number;
3946
4026
  BAD_AREA_IN_AXIAL: number;
3947
4027
  FALSE_IPI_PARAMETERS: number;
4028
+ ENCRYPTED_IPI_NOT_FOUND: number;
4029
+ ENCRYPTED_IPI_DATA_DONT_MATCH: number;
3948
4030
  FIELD_POS_CORRECTOR_HIGHLIGHT_IR: number;
3949
4031
  FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA: number;
3950
4032
  FIELD_POS_CORRECTOR_PHOTO_REPLACED: number;
3951
4033
  FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR: number;
3952
4034
  FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR: number;
3953
4035
  FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR: number;
4036
+ CHD_FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION: number;
3954
4037
  OVI_IR_INVISIBLE: number;
3955
4038
  OVI_INSUFFICIENT_AREA: number;
3956
4039
  OVI_COLOR_INVARIABLE: number;
@@ -3985,6 +4068,7 @@ export declare const Enum: {
3985
4068
  BARCODE_SIZE_PARAMS_ERROR: number;
3986
4069
  NOT_ALL_BARCODES_READ: number;
3987
4070
  GLARES_IN_BARCODE_AREA: number;
4071
+ CHD_NO_CERTIFICATE_FOR_DIGITAL_SIGNATURE_CHECK: number;
3988
4072
  PORTRAIT_COMPARISON_PORTRAITS_DIFFER: number;
3989
4073
  PORTRAIT_COMPARISON_NO_SERVICE_REPLY: number;
3990
4074
  PORTRAIT_COMPARISON_SERVICE_ERROR: number;
@@ -4014,6 +4098,7 @@ export declare const Enum: {
4014
4098
  OCR_QUALITY_INVALID_FONT: number;
4015
4099
  OCR_QUALITY_INVALID_BACKGROUND: number;
4016
4100
  LAS_INK_INVALID_LINES_FREQUENCY: number;
4101
+ CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
4017
4102
  DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
4018
4103
  DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
4019
4104
  ICAO_IDB_BASE_32_ERROR: number;
@@ -4397,6 +4482,8 @@ export declare const Enum: {
4397
4482
  SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODE_VS_CAMERA: number;
4398
4483
  SECURITY_FEATURE_TYPE_CHECK_DIGITAL_SIGNATURE: number;
4399
4484
  SECURITY_FEATURE_TYPE_CONTACT_CHIP_CLASSIFICATION: number;
4485
+ SECURITY_FEATURE_TYPE_HEAD_POSITION_CHECK: number;
4486
+ SECURITY_FEATURE_TYPE_LIVENESS_BLACK_AND_WHITE_COPY_CHECK: number;
4400
4487
  };
4401
4488
  OnlineMode: {
4402
4489
  MANUAL: number;
@@ -4761,6 +4848,11 @@ export declare const Enum: {
4761
4848
  DFT_PASSPORT_SOD: number;
4762
4849
  DFT_PASSPORT_CVCA: number;
4763
4850
  DFT_PASSPORT_COM: number;
4851
+ DFT_DTC_DG17: number;
4852
+ DFT_DTC_DG18: number;
4853
+ DFT_DTC_DG22: number;
4854
+ DFT_DTC_DG23: number;
4855
+ DFT_DTC_DG24: number;
4764
4856
  DFT_ID_DG1: number;
4765
4857
  DFT_ID_DG2: number;
4766
4858
  DFT_ID_DG3: number;
@@ -5113,6 +5205,9 @@ export declare const Enum: {
5113
5205
  FT_DOCUMENT_DISCRIMINATOR: number;
5114
5206
  FT_DATA_DISCRIMINATOR: number;
5115
5207
  FT_ISO_ISSUER_ID_NUMBER: number;
5208
+ FT_DTC_VERSION: number;
5209
+ FT_DTC_ID: number;
5210
+ FT_DTC_DATE_OF_EXPIRY: number;
5116
5211
  FT_GNIB_NUMBER: number;
5117
5212
  FT_DEPT_NUMBER: number;
5118
5213
  FT_TELEX_CODE: number;
@@ -5465,6 +5560,7 @@ export declare const Enum: {
5465
5560
  FT_METHOD_OF_TESTING: number;
5466
5561
  FT_DIGITAL_TRAVEL_AUTHORIZATION_NUMBER: number;
5467
5562
  FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT: number;
5563
+ FT_EF_CARD_ACCESS: number;
5468
5564
  };
5469
5565
  DocReaderOrientation: {
5470
5566
  ALL: number;
@@ -5703,18 +5799,6 @@ export declare class DocumentReaderOriginal extends AwesomeCordovaNativePlugin {
5703
5799
  * @return {Promise<any>} Returns a promise
5704
5800
  */
5705
5801
  getDocumentReaderStatus(): Promise<any>;
5706
- /**
5707
- * Allows you to check if a mobile authenticator is available for use
5708
- *
5709
- * @return {Promise<any>} Returns a promise
5710
- */
5711
- isAuthenticatorAvailableForUse(): Promise<any>;
5712
- /**
5713
- * Checks if all required bluetooth permissions are granted and requests them if needed(Android only, ignored on iOS)
5714
- *
5715
- * @return {Promise<any>} Returns a promise
5716
- */
5717
- isBlePermissionsGranted(): Promise<any>;
5718
5802
  /**
5719
5803
  * Use this method to get an RFID session status
5720
5804
  *
@@ -5976,11 +6060,11 @@ export declare class DocumentReaderOriginal extends AwesomeCordovaNativePlugin {
5976
6060
  */
5977
6061
  startNewSession(): Promise<any>;
5978
6062
  /**
5979
- * Searches for ble devices(Android only, ignored on iOS)
6063
+ * Connects to ble device
5980
6064
  *
5981
6065
  * @return {Promise<any>} Returns a promise
5982
6066
  */
5983
- startBluetoothService(): Promise<any>;
6067
+ connectBluetoothDevice(): Promise<any>;
5984
6068
  /**
5985
6069
  *
5986
6070
  *
@@ -6006,6 +6090,18 @@ export declare class DocumentReaderOriginal extends AwesomeCordovaNativePlugin {
6006
6090
  * @return {Promise<any>} Returns a promise
6007
6091
  */
6008
6092
  getIsRFIDAvailableForUse(): Promise<any>;
6093
+ /**
6094
+ * Allows you to check if a mobile authenticator is available for use
6095
+ *
6096
+ * @return {Promise<any>} Returns a promise
6097
+ */
6098
+ isAuthenticatorRFIDAvailableForUse(): Promise<any>;
6099
+ /**
6100
+ * Allows you to check if a mobile authenticator is available for use
6101
+ *
6102
+ * @return {Promise<any>} Returns a promise
6103
+ */
6104
+ isAuthenticatorAvailableForUse(): Promise<any>;
6009
6105
  /**
6010
6106
  *
6011
6107
  *
@@ -6024,6 +6120,12 @@ export declare class DocumentReaderOriginal extends AwesomeCordovaNativePlugin {
6024
6120
  * @return {Promise<any>} Returns a promise
6025
6121
  */
6026
6122
  finalizePackage(): Promise<any>;
6123
+ /**
6124
+ *
6125
+ *
6126
+ * @return {Promise<any>} Returns a promise
6127
+ */
6128
+ endBackendTransaction(): Promise<any>;
6027
6129
  /**
6028
6130
  *
6029
6131
  *