@regulaforensics/vp-frontend-face-components 8.3.2220-nightly → 8.3.2222-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
@@ -66,6 +66,7 @@ export declare const ErrorTypes: {
66
66
  readonly HTTP_NOT_SUPPORTED: "HTTP_NOT_SUPPORTED";
67
67
  readonly WEBSERVICE_NOT_COMPATIBLE: "WEBSERVICE_NOT_COMPATIBLE";
68
68
  readonly CANCELLED: "CANCELLED";
69
+ readonly BAD_FACE_QUALITY: "BAD_FACE_QUALITY";
69
70
  };
70
71
 
71
72
  export declare type ErrorTypes = (typeof ErrorTypes)[keyof typeof ErrorTypes];