diff --git a/package.json b/package.json index eb9339b..925da2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beincom/dto", - "version": "4.4.2", + "version": "4.4.3", "description": "Share dto for all projects of Beincom", "main": "./dist/index.js", "scripts": { diff --git a/src/user.dto.ts b/src/user.dto.ts index 15ec716..be6b1dd 100644 --- a/src/user.dto.ts +++ b/src/user.dto.ts @@ -53,6 +53,8 @@ export class UserDto { relationshipStatus: USER_RELATIONSHIP_STATUS; isDeactivated: boolean; isVerified: boolean; + isPhoneVerified: boolean; + isProfsCreator: boolean; /** * @warning These fields are not optional. Must be a required field in the next major release.