RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hububb-models
Versions diffs
1.0.19 → 1.0.20
hububb-models 1.0.19 → 1.0.20
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/models/user/user.d.ts
+2
-1
package/src/models/user/user.ts
+2
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "hububb-models",
3
-
"version": "1.0.
19
",
3
+
"version": "1.0.
20
",
4
4
"description": "Models for Hububb application",
5
5
"main": "index.js",
6
6
"types": "./src/index.d.ts",
package/src/models/user/user.d.ts
CHANGED
Viewed
@@ -13,7 +13,8 @@ export interface User {
13
13
dob?:string,
14
14
phoneNumber?:string,
15
15
document?:string,
16
-
face?:string
16
+
face?:string
,
17
+
country?:string
17
18
}
18
19
};
19
20
klevioId?: string;
package/src/models/user/user.ts
CHANGED
Viewed
@@ -13,7 +13,8 @@ export interface User {
13
13
dob?:string,
14
14
phoneNumber?:string,
15
15
document?:string,
16
-
face?:string
16
+
face?:string
,
17
+
country?:string
17
18
}
18
19
};
19
20
klevioId?: string;