@regulaforensics/vp-frontend-face-components 8.3.2224-nightly → 8.3.2226-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.
package/dist/index.d.ts CHANGED
@@ -67,6 +67,7 @@ export declare const ErrorTypes: {
67
67
  readonly WEBSERVICE_NOT_COMPATIBLE: "WEBSERVICE_NOT_COMPATIBLE";
68
68
  readonly CANCELLED: "CANCELLED";
69
69
  readonly BAD_FACE_QUALITY: "BAD_FACE_QUALITY";
70
+ readonly BAD_FRAME_SIZE: "BAD_FRAME_SIZE";
70
71
  };
71
72
 
72
73
  export declare type ErrorTypes = (typeof ErrorTypes)[keyof typeof ErrorTypes];