@regulaforensics/vp-frontend-face-components 7.2.1780-nightly → 7.2.1782-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
@@ -135,8 +135,8 @@ component.settings = {
135
135
  Authorization: 'Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=='
136
136
  },
137
137
  tag: 'sessionIdValue',
138
- tenant: 'test tenant',
139
- env: 'test env',
138
+ tenant: 'ABCDEF',
139
+ env: 'Production',
140
140
  retryCount: 5,
141
141
  recordingProcess: 1,
142
142
  customization: {
@@ -213,8 +213,8 @@ Here are all the available settings:
213
213
  | `timeoutInterval` | Timeout for the Capture screen. | `number` | `undefined` | seconds | `face-capture` |
214
214
  | `livenessType` | You can choose a scenario for the liveness assessment. `0` - active liveness, full process that requires head rotation; `1` - passive liveness, a person is asked to only take a selfie, no head rotation required. | `number` | `0` | `0`, `1` | `face-liveness` |
215
215
  | `detectOcclusion` | Whether to disable face occlusion hint. | `boolean` | `true` | `true`, `false` | `face-capture` |
216
- | `tenant` | Tenant | `string` | `undefined` | tenant | `face-liveness` |
217
- | `env` | Env | `string` | `undefined` | env | `face-liveness` |
216
+ | `tenant` | A label used to group transactions by specific customers, applications, or other criteria. | `string` | `undefined` | tenant | `face-liveness` |
217
+ | `env` | A label used to differentiate transactions by development stages. | `string` | `undefined` | env | `face-liveness` |
218
218
 
219
219
  ## Customization
220
220