@regulaforensics/ionic-native-document-reader 7.5.444-nightly → 7.5.446-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.
package/ngx/index.d.ts CHANGED
@@ -335,7 +335,7 @@ export declare class RfidNotificationCompletion {
335
335
  static fromJson(jsonObject?: any): RfidNotificationCompletion | undefined;
336
336
  }
337
337
  export declare class RegulaException {
338
- errorCode?: number;
338
+ code?: number;
339
339
  message?: string;
340
340
  static fromJson(jsonObject?: any): RegulaException | undefined;
341
341
  }