hububb-models 1.0.20 → 1.0.21

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.20",
3
+ "version": "1.0.21",
4
4
  "description": "Models for Hububb application",
5
5
  "main": "index.js",
6
6
  "types": "./src/index.d.ts",
@@ -14,7 +14,8 @@ export interface User {
14
14
  phoneNumber?:string,
15
15
  document?:string,
16
16
  face?:string,
17
- country?:string
17
+ country?:string,
18
+ documentType?:string
18
19
  }
19
20
  };
20
21
  klevioId?: string;
@@ -14,7 +14,8 @@ export interface User {
14
14
  phoneNumber?:string,
15
15
  document?:string,
16
16
  face?:string,
17
- country?:string
17
+ country?:string,
18
+ documentType?:string
18
19
  }
19
20
  };
20
21
  klevioId?: string;