@bondsports/types 2.2.148 → 2.2.149

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,5 +6,19 @@ export interface UpdateUser {
6
6
  status?: string;
7
7
  birthDate?: string;
8
8
  email?: string;
9
+ zip?: string;
10
+ street?: string;
11
+ city?: string;
12
+ state?: string;
13
+ gender?: GenderEnum;
14
+ }
15
+ export interface UpdateUserFields {
16
+ firstName?: string;
17
+ lastName?: string;
18
+ phoneNumber?: string;
19
+ status?: string;
20
+ birthDate?: string;
21
+ email?: string;
22
+ addressId?: number;
9
23
  gender?: GenderEnum;
10
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.148",
3
+ "version": "2.2.149",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {