@regulaforensics/document-reader-webclient 8.2.453-nightly → 8.2.454-rc

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 (2) hide show
  1. package/dist/index.d.ts +15 -15
  2. package/package.json +7 -7
package/dist/index.d.ts CHANGED
@@ -9364,11 +9364,11 @@ export declare interface RfidAccessControlInfo {
9364
9364
  */
9365
9365
  'ActiveOptionIdx'?: number;
9366
9366
  /**
9367
- * List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
9368
- * @type {Array<number>}
9367
+ * List of remarks arisen during the procedure.
9368
+ * @type {Array<ParsingErrorCodes>}
9369
9369
  * @memberof RfidAccessControlInfo
9370
9370
  */
9371
- 'Notifications': Array<number>;
9371
+ 'Notifications': Array<ParsingErrorCodes>;
9372
9372
  /**
9373
9373
  * List of structures with are used to describe the variants of the authentication or secure data access procedure performance within the context of the communication session with electronic document
9374
9374
  * @type {Array<any>}
@@ -9858,11 +9858,11 @@ export declare interface RfidCertificateEx {
9858
9858
  */
9859
9859
  'Extensions': Array<RfidPkiExtension>;
9860
9860
  /**
9861
- * List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
9862
- * @type {Array<number>}
9861
+ * List of remarks arisen during the analysis of the certificate data structure and its validity verification.
9862
+ * @type {Array<ParsingErrorCodes>}
9863
9863
  * @memberof RfidCertificateEx
9864
9864
  */
9865
- 'Notifications': Array<number>;
9865
+ 'Notifications': Array<ParsingErrorCodes>;
9866
9866
  /**
9867
9867
  *
9868
9868
  * @type {RfidCertificateOrigin}
@@ -10040,11 +10040,11 @@ export declare interface RfidDataFile {
10040
10040
  */
10041
10041
  'PA_Status'?: RFIDErrorCodes;
10042
10042
  /**
10043
- * List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
10044
- * @type {Array<number>}
10043
+ * List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.
10044
+ * @type {Array<ParsingErrorCodes>}
10045
10045
  * @memberof RfidDataFile
10046
10046
  */
10047
- 'Notifications'?: Array<number>;
10047
+ 'Notifications'?: Array<ParsingErrorCodes>;
10048
10048
  /**
10049
10049
  * List of document text fields formed on the basis of the file contents
10050
10050
  * @type {Array<TextFieldType>}
@@ -11350,11 +11350,11 @@ export declare interface RfidSecurityObject {
11350
11350
  */
11351
11351
  'FileReference': number;
11352
11352
  /**
11353
- * List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
11354
- * @type {Array<number>}
11353
+ * List of remarks arisen during the analysis of SO data structure.
11354
+ * @type {Array<ParsingErrorCodes>}
11355
11355
  * @memberof RfidSecurityObject
11356
11356
  */
11357
- 'Notifications': Array<number>;
11357
+ 'Notifications': Array<ParsingErrorCodes>;
11358
11358
  /**
11359
11359
  * List of containers to store information about digital signature objects contained in the SO
11360
11360
  * @type {Array<RfidSignerInfoEx>}
@@ -11546,11 +11546,11 @@ export declare interface RfidSignerInfoEx {
11546
11546
  */
11547
11547
  'DataToHash': string;
11548
11548
  /**
11549
- * Can be ParsingErrorCodes or ParsingNotificationCodes enum.
11550
- * @type {Array<number>}
11549
+ *
11550
+ * @type {Array<ParsingErrorCodes>}
11551
11551
  * @memberof RfidSignerInfoEx
11552
11552
  */
11553
- 'Notifications': Array<number>;
11553
+ 'Notifications': Array<ParsingErrorCodes>;
11554
11554
  }
11555
11555
 
11556
11556
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader-webclient",
3
- "version": "8.2.453-nightly",
3
+ "version": "8.2.454-rc",
4
4
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [
@@ -43,17 +43,17 @@
43
43
  "pako": "^2.1.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@eslint/js": "^9.31.0",
46
+ "@eslint/js": "^9.29.0",
47
47
  "@types/pako": "^2.0.3",
48
- "eslint": "^9.31.0",
48
+ "eslint": "^9.29.0",
49
49
  "eslint-config-prettier": "^10.1.5",
50
- "eslint-plugin-prettier": "^5.5.1",
51
- "globals": "^16.3.0",
50
+ "eslint-plugin-prettier": "^5.5.0",
51
+ "globals": "^16.2.0",
52
52
  "husky": "^9.1.7",
53
53
  "lint-staged": "^16.1.2",
54
- "prettier": "^3.6.2",
54
+ "prettier": "^3.6.0",
55
55
  "typescript": "^5.8.3",
56
- "typescript-eslint": "^8.37.0",
56
+ "typescript-eslint": "^8.34.1",
57
57
  "vite": "^6.3.5",
58
58
  "vite-plugin-dts": "^4.5.4"
59
59
  }