@captureid/datatypes 1.0.82 → 1.0.83
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/lib/enums.d.ts
CHANGED
|
@@ -243,8 +243,9 @@ export declare enum RegistrationState {
|
|
|
243
243
|
REQUESTED = 1,
|
|
244
244
|
OTPCOMPLETE = 2,
|
|
245
245
|
CONFIRMED = 3,
|
|
246
|
-
|
|
247
|
-
|
|
246
|
+
DETAILED = 4,
|
|
247
|
+
ASSOCIATED = 5,
|
|
248
|
+
COMPLETED = 6
|
|
248
249
|
}
|
|
249
250
|
export declare namespace RegistrationState {
|
|
250
251
|
function valueOf(str: string): number;
|