@regulaforensics/vp-frontend-face-components 8.3.2168-rc → 8.3.2169-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/README.md CHANGED
@@ -448,6 +448,7 @@ The generated event object (`event.detail`) contains three fields that describe
448
448
  | `PRESS_START_BUTTON` | The "Get started" button is pressed. | `face-liveness`, `face-capture` |
449
449
  | `PRESS_RETRY_BUTTON` | The "Retry" button is pressed. | `face-liveness`, `face-capture` |
450
450
  | `CLOSE` | The "Close" button is pressed. | `face-liveness`, `face-capture` |
451
+ | `PROCESSING_REQUEST` | The component is sending data to the backend. | `face-liveness` |
451
452
  | `PROCESS_FINISHED` | The component has finished its work. | `face-liveness`, `face-capture` |
452
453
  | `SERVICE_INITIALIZED` | The component has started its work. | `face-liveness`, `face-capture` |
453
454
  | `RETRY_COUNTER_EXCEEDED` | The component has finished its work due to the exceeded number of transaction attempts. | `face-liveness` |
package/dist/index.d.ts CHANGED
@@ -117,6 +117,7 @@ export declare const FaceEventActions: {
117
117
  readonly PRESS_START_BUTTON: "PRESS_START_BUTTON";
118
118
  readonly PRESS_RETRY_BUTTON: "PRESS_RETRY_BUTTON";
119
119
  readonly CLOSE: "CLOSE";
120
+ readonly PROCESSING_REQUEST: "PROCESSING_REQUEST";
120
121
  readonly PROCESS_FINISHED: "PROCESS_FINISHED";
121
122
  readonly SERVICE_INITIALIZED: "SERVICE_INITIALIZED";
122
123
  readonly RETRY_COUNTER_EXCEEDED: "RETRY_COUNTER_EXCEEDED";