fge-auth-component 5.1.3 → 5.1.5
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/dist/main.d.ts
CHANGED
|
@@ -109,6 +109,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
109
109
|
fotoRuta: string;
|
|
110
110
|
whatsapp?: number | undefined;
|
|
111
111
|
telegram?: number | undefined;
|
|
112
|
+
sms?: number | undefined;
|
|
112
113
|
emailValidado?: number | undefined;
|
|
113
114
|
dobleAutenticacion?: number | undefined;
|
|
114
115
|
notificacionDefault?: string | undefined;
|
|
@@ -278,6 +279,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
278
279
|
fotoRuta: string;
|
|
279
280
|
whatsapp?: number | undefined;
|
|
280
281
|
telegram?: number | undefined;
|
|
282
|
+
sms?: number | undefined;
|
|
281
283
|
emailValidado?: number | undefined;
|
|
282
284
|
dobleAutenticacion?: number | undefined;
|
|
283
285
|
notificacionDefault?: string | undefined;
|
|
@@ -447,6 +449,7 @@ export declare const useFgeAuthLoginStore: StoreDefinition<"LOGIN_STORE", _Unwra
|
|
|
447
449
|
fotoRuta: string;
|
|
448
450
|
whatsapp?: number | undefined;
|
|
449
451
|
telegram?: number | undefined;
|
|
452
|
+
sms?: number | undefined;
|
|
450
453
|
emailValidado?: number | undefined;
|
|
451
454
|
dobleAutenticacion?: number | undefined;
|
|
452
455
|
notificacionDefault?: string | undefined;
|