@regulaforensics/vp-frontend-face-components 8.3.2172-nightly → 8.3.2173-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/README.md CHANGED
@@ -448,7 +448,6 @@ 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` |
452
451
  | `PROCESS_FINISHED` | The component has finished its work. | `face-liveness`, `face-capture` |
453
452
  | `SERVICE_INITIALIZED` | The component has started its work. | `face-liveness`, `face-capture` |
454
453
  | `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,7 +117,6 @@ 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";
121
120
  readonly PROCESS_FINISHED: "PROCESS_FINISHED";
122
121
  readonly SERVICE_INITIALIZED: "SERVICE_INITIALIZED";
123
122
  readonly RETRY_COUNTER_EXCEEDED: "RETRY_COUNTER_EXCEEDED";