hububb-models 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hububb-models",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -11,7 +11,9 @@ export interface User {
11
11
  firstName?:string,
12
12
  lastName?:string,
13
13
  dob?:string,
14
- phoneNumber?:string
14
+ phoneNumber?:string,
15
+ document?:string,
16
+ face?:string
15
17
  }
16
18
  };
17
19
  klevioId?: string;
@@ -11,7 +11,9 @@ export interface User {
11
11
  firstName?:string,
12
12
  lastName?:string,
13
13
  dob?:string,
14
- phoneNumber?:string
14
+ phoneNumber?:string,
15
+ document?:string,
16
+ face?:string
15
17
  }
16
18
  };
17
19
  klevioId?: string;