simpo-component-library 1.6.41 → 1.6.43
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +6 -2
- package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/user.modal.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +5 -1
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/styles/review.modal.d.ts +2 -0
- package/lib/ecommerce/styles/user.modal.d.ts +10 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.42.tgz +0 -0
- package/simpo-component-library-1.6.43.tgz +0 -0
@@ -5,8 +5,9 @@ export declare class User {
|
|
5
5
|
profilePic: string;
|
6
6
|
contact: Contact;
|
7
7
|
addressDetailsList: AddressDetails[];
|
8
|
+
deviceInfo: DeviceInfo[];
|
8
9
|
constructor(json?: {
|
9
|
-
[key: string]:
|
10
|
+
[key: string]: any;
|
10
11
|
});
|
11
12
|
}
|
12
13
|
export interface Contact {
|
@@ -34,5 +35,13 @@ export interface Geolocation {
|
|
34
35
|
latitude: number;
|
35
36
|
longitude: number;
|
36
37
|
}
|
38
|
+
export interface DeviceInfo {
|
39
|
+
deviceId: string;
|
40
|
+
firebaseToken: string;
|
41
|
+
os: string;
|
42
|
+
osVersion: string;
|
43
|
+
model: string;
|
44
|
+
brand: string;
|
45
|
+
}
|
37
46
|
export declare type ADDRESS_TYPE = "HOME" | "WORK" | "OTHER";
|
38
47
|
export declare type GENDER = "MALE" | "FEMALE" | "OTHERS";
|
package/package.json
CHANGED
Binary file
|
Binary file
|