@regulaforensics/react-native-document-reader-api 9.6.628-rc → 9.6.629-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.
@@ -10,8 +10,8 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "9.6.628-rc",
14
- "@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.6.2733-rc",
13
+ "@regulaforensics/react-native-document-reader-api": "9.6.629-nightly",
14
+ "@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.6.2752-nightly",
15
15
  "@rneui/base": "4.0.0-rc.7",
16
16
  "@rneui/themed": "4.0.0-rc.7",
17
17
  "react": "19.0.0",
@@ -23,8 +23,7 @@
23
23
  "react-native-vector-icons": "10.2.0"
24
24
  },
25
25
  "overrides": {
26
- "fast-xml-parser": "^5.5.8",
27
- "js-yaml": "^4.1.1"
26
+ "fast-xml-parser": "^5.5.8"
28
27
  },
29
28
  "devDependencies": {
30
29
  "@babel/core": "^7.26.0",
package/index.d.ts CHANGED
@@ -2663,7 +2663,6 @@ export class CustomizationMatrices {
2663
2663
  }
2664
2664
 
2665
2665
  export class Customization {
2666
- theme?: number
2667
2666
  showStatusMessages?: boolean
2668
2667
  showResultStatusMessages?: boolean
2669
2668
  showHelpAnimation?: boolean
@@ -2744,7 +2743,6 @@ export class Customization {
2744
2743
  if (jsonObject == null || jsonObject == undefined) return undefined
2745
2744
  const result = new Customization
2746
2745
 
2747
- result.theme = jsonObject["theme"]
2748
2746
  result.showStatusMessages = jsonObject["showStatusMessages"]
2749
2747
  result.showResultStatusMessages = jsonObject["showResultStatusMessages"]
2750
2748
  result.showHelpAnimation = jsonObject["showHelpAnimation"]
@@ -3573,7 +3571,7 @@ export const eRFID_ErrorCodes = {
3573
3571
  RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: 0x86000309,
3574
3572
  RFID_ERROR_LAYER6_FILE_NOT_FOUND: 0x80006A82,
3575
3573
  RFID_ERROR_LAYER6_FILE_EOF1: 0x80006282,
3576
- RFID_LAYER6_WRONG_PARAMS: 0x80006B00,
3574
+ RFID_ERROR_LAYER6_FILE_EOF2: 0x80006B00,
3577
3575
  RFID_ERROR_LAYER6_INCORRECT_PARAMS: 0x80006A80,
3578
3576
  RFID_ERROR_LAYER6_NO_REFERENCE_DATA: 0x80006A88,
3579
3577
  RFID_ERROR_LAYER6_PWD_SUSPEND: 0x800063C1,
@@ -3858,11 +3856,6 @@ export const eMDLDeviceRetrieval = {
3858
3856
  BLE: 2,
3859
3857
  }
3860
3858
 
3861
- export const CustomizationTheme = {
3862
- CLEAR: 0,
3863
- LIQUID_GLASS: 1,
3864
- }
3865
-
3866
3859
  export const eRFID_BaudRate = {
3867
3860
  rfbr_106: 1,
3868
3861
  rfbr_212: 2,
@@ -5854,7 +5847,6 @@ export const eVisualFieldType = {
5854
5847
  FT_JURISDICTION_SPECIFIC_DATA: 703,
5855
5848
  FT_DATA_DATE_OF_EXPIRY: 704,
5856
5849
  FT_CONSUL: 705,
5857
- FT_CANTON_REFERENCE: 706,
5858
5850
  }
5859
5851
 
5860
5852
  export const DocReaderOrientation = {
@@ -6112,7 +6104,6 @@ export const Enum = {
6112
6104
  eRPRM_ResultType,
6113
6105
  FrameShapeType,
6114
6106
  eMDLDeviceRetrieval,
6115
- CustomizationTheme,
6116
6107
  eRFID_BaudRate,
6117
6108
  LineCap,
6118
6109
  eRPRM_FieldVerificationResult,
package/index.js CHANGED
@@ -1769,7 +1769,6 @@ export class Customization {
1769
1769
  if (jsonObject == null) return null
1770
1770
  const result = new Customization()
1771
1771
 
1772
- result.theme = jsonObject["theme"]
1773
1772
  result.showStatusMessages = jsonObject["showStatusMessages"]
1774
1773
  result.showResultStatusMessages = jsonObject["showResultStatusMessages"]
1775
1774
  result.showHelpAnimation = jsonObject["showHelpAnimation"]
@@ -2361,7 +2360,7 @@ export const eRFID_ErrorCodes = {
2361
2360
  RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: 0x86000309,
2362
2361
  RFID_ERROR_LAYER6_FILE_NOT_FOUND: 0x80006A82,
2363
2362
  RFID_ERROR_LAYER6_FILE_EOF1: 0x80006282,
2364
- RFID_LAYER6_WRONG_PARAMS: 0x80006B00,
2363
+ RFID_ERROR_LAYER6_FILE_EOF2: 0x80006B00,
2365
2364
  RFID_ERROR_LAYER6_INCORRECT_PARAMS: 0x80006A80,
2366
2365
  RFID_ERROR_LAYER6_NO_REFERENCE_DATA: 0x80006A88,
2367
2366
  RFID_ERROR_LAYER6_PWD_SUSPEND: 0x800063C1,
@@ -2646,11 +2645,6 @@ export const eMDLDeviceRetrieval = {
2646
2645
  BLE: 2,
2647
2646
  }
2648
2647
 
2649
- export const CustomizationTheme = {
2650
- CLEAR: 0,
2651
- LIQUID_GLASS: 1,
2652
- }
2653
-
2654
2648
  export const eRFID_BaudRate = {
2655
2649
  rfbr_106: 1,
2656
2650
  rfbr_212: 2,
@@ -4642,7 +4636,6 @@ export const eVisualFieldType = {
4642
4636
  FT_JURISDICTION_SPECIFIC_DATA: 703,
4643
4637
  FT_DATA_DATE_OF_EXPIRY: 704,
4644
4638
  FT_CONSUL: 705,
4645
- FT_CANTON_REFERENCE: 706,
4646
4639
  }
4647
4640
 
4648
4641
  export const DocReaderOrientation = {
@@ -4900,7 +4893,6 @@ export const Enum = {
4900
4893
  eRPRM_ResultType,
4901
4894
  FrameShapeType,
4902
4895
  eMDLDeviceRetrieval,
4903
- CustomizationTheme,
4904
4896
  eRFID_BaudRate,
4905
4897
  LineCap,
4906
4898
  eRPRM_FieldVerificationResult,
package/ios/RGLWConfig.m CHANGED
@@ -388,8 +388,6 @@
388
388
  }
389
389
 
390
390
  +(void)setCustomization:(NSDictionary*)options :(RGLCustomization*)customization {
391
- if(options[@"theme"]) customization.theme = [options[@"theme"] integerValue];
392
-
393
391
  // Boolean
394
392
  if([options valueForKey:@"showStatusMessages"] != nil)
395
393
  customization.showStatusMessages = [[options valueForKey:@"showStatusMessages"] boolValue];
@@ -535,7 +533,6 @@
535
533
 
536
534
  +(NSDictionary*)getCustomization:(RGLCustomization*)customization {
537
535
  NSMutableDictionary *result = [NSMutableDictionary new];
538
- result[@"theme"] = [NSNumber numberWithInteger:customization.theme];
539
536
 
540
537
  // Boolean
541
538
  result[@"showStatusMessages"] = [NSNumber numberWithBool:customization.showStatusMessages];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "9.6.628-rc",
3
+ "version": "9.6.629-nightly",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {