@bondsports/types 2.2.144 → 2.2.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,6 @@ export interface UpdateUser {
5
5
  phoneNumber?: string;
6
6
  status?: string;
7
7
  birthDate?: string;
8
+ email?: string;
8
9
  gender?: GenderEnum;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.144",
3
+ "version": "2.2.145",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {