@ekyc_qoobiss/qbs-ect-cmp 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,6 +25,7 @@ The wev compoment has to be included in the html markup like this:
25
25
  - token - which is the token that was obtained using the API Key on the server side;
26
26
  - order_id - is a unique ID that will be used for the current identification request when obtaining the processed data from the REST API Service;
27
27
  - api_url - is the base api url that we have provided for you.
28
+ - phone_number - the preffered phone number for the OTP validation.
28
29
 
29
30
  ### Obtaining the token
30
31
 
@@ -37,6 +38,7 @@ The authentication is done using the API Key that you received from us.
37
38
  - 'ect-error' - when a critical error has ocurred and the flow cannot continue
38
39
  - 'ect-session-expired' - when the token has expired
39
40
  - 'ect-completed' - when the flow has ended.
41
+ - 'ect-aborted' - when the flow was aborted by the user.
40
42
 
41
43
  ### Obtaining the result
42
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekyc_qoobiss/qbs-ect-cmp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Person Identification Component",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.js",