@replyke/core 7.0.0-beta.95 → 7.0.0-beta.96
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.
|
@@ -34,6 +34,7 @@ export type AuthUser = Omit<UserFull, "secureMetadata"> & {
|
|
|
34
34
|
startDate: Date;
|
|
35
35
|
endDate: Date | null;
|
|
36
36
|
}[];
|
|
37
|
+
authMethods: string[];
|
|
37
38
|
};
|
|
38
39
|
export type User = Omit<UserFull, "email" | "secureMetadata" | "isVerified" | "isActive" | "lastActive" | "updatedAt">;
|
|
39
40
|
export type UserInclude = "files";
|
|
@@ -121,6 +121,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
121
121
|
startDate: Date;
|
|
122
122
|
endDate: Date | null;
|
|
123
123
|
}[];
|
|
124
|
+
authMethods: string[];
|
|
124
125
|
} | null;
|
|
125
126
|
loading: boolean;
|
|
126
127
|
updating: boolean;
|
|
@@ -239,6 +240,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
239
240
|
startDate: Date;
|
|
240
241
|
endDate: Date | null;
|
|
241
242
|
}[];
|
|
243
|
+
authMethods: string[];
|
|
242
244
|
} | null;
|
|
243
245
|
loading: boolean;
|
|
244
246
|
updating: boolean;
|
|
@@ -357,6 +359,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
357
359
|
startDate: Date;
|
|
358
360
|
endDate: Date | null;
|
|
359
361
|
}[];
|
|
362
|
+
authMethods: string[];
|
|
360
363
|
} | null;
|
|
361
364
|
loading: boolean;
|
|
362
365
|
updating: boolean;
|
|
@@ -475,6 +478,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
475
478
|
startDate: Date;
|
|
476
479
|
endDate: Date | null;
|
|
477
480
|
}[];
|
|
481
|
+
authMethods: string[];
|
|
478
482
|
} | null;
|
|
479
483
|
loading: boolean;
|
|
480
484
|
updating: boolean;
|
|
@@ -593,6 +597,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
593
597
|
startDate: Date;
|
|
594
598
|
endDate: Date | null;
|
|
595
599
|
}[];
|
|
600
|
+
authMethods: string[];
|
|
596
601
|
} | null;
|
|
597
602
|
loading: boolean;
|
|
598
603
|
updating: boolean;
|
|
@@ -711,6 +716,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
711
716
|
startDate: Date;
|
|
712
717
|
endDate: Date | null;
|
|
713
718
|
}[];
|
|
719
|
+
authMethods: string[];
|
|
714
720
|
} | null;
|
|
715
721
|
loading: boolean;
|
|
716
722
|
updating: boolean;
|
|
@@ -829,6 +835,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
829
835
|
startDate: Date;
|
|
830
836
|
endDate: Date | null;
|
|
831
837
|
}[];
|
|
838
|
+
authMethods: string[];
|
|
832
839
|
} | null;
|
|
833
840
|
loading: boolean;
|
|
834
841
|
updating: boolean;
|
|
@@ -947,6 +954,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
947
954
|
startDate: Date;
|
|
948
955
|
endDate: Date | null;
|
|
949
956
|
}[];
|
|
957
|
+
authMethods: string[];
|
|
950
958
|
} | null;
|
|
951
959
|
loading: boolean;
|
|
952
960
|
updating: boolean;
|
|
@@ -34,6 +34,7 @@ export type AuthUser = Omit<UserFull, "secureMetadata"> & {
|
|
|
34
34
|
startDate: Date;
|
|
35
35
|
endDate: Date | null;
|
|
36
36
|
}[];
|
|
37
|
+
authMethods: string[];
|
|
37
38
|
};
|
|
38
39
|
export type User = Omit<UserFull, "email" | "secureMetadata" | "isVerified" | "isActive" | "lastActive" | "updatedAt">;
|
|
39
40
|
export type UserInclude = "files";
|
|
@@ -121,6 +121,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
121
121
|
startDate: Date;
|
|
122
122
|
endDate: Date | null;
|
|
123
123
|
}[];
|
|
124
|
+
authMethods: string[];
|
|
124
125
|
} | null;
|
|
125
126
|
loading: boolean;
|
|
126
127
|
updating: boolean;
|
|
@@ -239,6 +240,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
239
240
|
startDate: Date;
|
|
240
241
|
endDate: Date | null;
|
|
241
242
|
}[];
|
|
243
|
+
authMethods: string[];
|
|
242
244
|
} | null;
|
|
243
245
|
loading: boolean;
|
|
244
246
|
updating: boolean;
|
|
@@ -357,6 +359,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
357
359
|
startDate: Date;
|
|
358
360
|
endDate: Date | null;
|
|
359
361
|
}[];
|
|
362
|
+
authMethods: string[];
|
|
360
363
|
} | null;
|
|
361
364
|
loading: boolean;
|
|
362
365
|
updating: boolean;
|
|
@@ -475,6 +478,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
475
478
|
startDate: Date;
|
|
476
479
|
endDate: Date | null;
|
|
477
480
|
}[];
|
|
481
|
+
authMethods: string[];
|
|
478
482
|
} | null;
|
|
479
483
|
loading: boolean;
|
|
480
484
|
updating: boolean;
|
|
@@ -593,6 +597,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
593
597
|
startDate: Date;
|
|
594
598
|
endDate: Date | null;
|
|
595
599
|
}[];
|
|
600
|
+
authMethods: string[];
|
|
596
601
|
} | null;
|
|
597
602
|
loading: boolean;
|
|
598
603
|
updating: boolean;
|
|
@@ -711,6 +716,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
711
716
|
startDate: Date;
|
|
712
717
|
endDate: Date | null;
|
|
713
718
|
}[];
|
|
719
|
+
authMethods: string[];
|
|
714
720
|
} | null;
|
|
715
721
|
loading: boolean;
|
|
716
722
|
updating: boolean;
|
|
@@ -829,6 +835,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
829
835
|
startDate: Date;
|
|
830
836
|
endDate: Date | null;
|
|
831
837
|
}[];
|
|
838
|
+
authMethods: string[];
|
|
832
839
|
} | null;
|
|
833
840
|
loading: boolean;
|
|
834
841
|
updating: boolean;
|
|
@@ -947,6 +954,7 @@ declare const userSlice: import("@reduxjs/toolkit").Slice<UserState, {
|
|
|
947
954
|
startDate: Date;
|
|
948
955
|
endDate: Date | null;
|
|
949
956
|
}[];
|
|
957
|
+
authMethods: string[];
|
|
950
958
|
} | null;
|
|
951
959
|
loading: boolean;
|
|
952
960
|
updating: boolean;
|