@lcdp/api-react-rest-client 2.13.3-LDS-4475-mangopay-sca.15531976785 → 2.13.3-LDS-4475-mangopay-sca.15561745743
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/package.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Status of the SCA enrollment
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* - UNKNOWN: Strong customer authentication status is unknown.
|
|
15
|
+
* - REQUIRED: Strong customer authentication is mandatory but has not yet been set up. Account access is restricted.
|
|
16
|
+
* - PENDING: The strong authentication enrollment process has been initiated but is not yet complete. The user account remains limited until the process is completed.
|
|
17
|
+
* - ACTIVE: Strong customer authentication is fully configured and functional.
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
@@ -16,10 +16,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.ScaEnrollmentStatusToJSON = exports.ScaEnrollmentStatusFromJSONTyped = exports.ScaEnrollmentStatusFromJSON = exports.instanceOfScaEnrollmentStatus = exports.ScaEnrollmentStatus = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Status of the SCA enrollment
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
19
|
+
* - UNKNOWN: Strong customer authentication status is unknown.
|
|
20
|
+
* - REQUIRED: Strong customer authentication is mandatory but has not yet been set up. Account access is restricted.
|
|
21
|
+
* - PENDING: The strong authentication enrollment process has been initiated but is not yet complete. The user account remains limited until the process is completed.
|
|
22
|
+
* - ACTIVE: Strong customer authentication is fully configured and functional.
|
|
23
23
|
*
|
|
24
24
|
* @export
|
|
25
25
|
*/
|
|
@@ -25,7 +25,7 @@ import type { KycLevel } from './KycLevel';
|
|
|
25
25
|
import type { UserJournal } from './UserJournal';
|
|
26
26
|
/**
|
|
27
27
|
* Fields :
|
|
28
|
-
* - bankAccount can be null if the user do not have any bank account yet
|
|
28
|
+
* - bankAccount : can be null if the user do not have any bank account yet
|
|
29
29
|
*
|
|
30
30
|
* @export
|
|
31
31
|
* @interface User
|