src/user/request/dto/update-user-profile-and-check-phone.dto.ts
| countryCode |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 2, required: false})
|
| address |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 200, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:31
|
| allowNotifications |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:52
|
| automatedEmergency |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:70
|
| dateOfBirth |
Type : string
|
Decorators :
@ApiProperty({type: String, required: false, example: '12/08/1986'})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:34
|
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 320, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:11
|
| emergencyEmailAndSms |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:58
|
| emergencyMessage |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 1000, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:73
|
| frequencyOfRegularNotification |
Type : number
|
Decorators :
@ApiProperty({type: Number, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:79
|
| lastHospitalVisit |
Type : string
|
Decorators :
@ApiProperty({type: String, required: false, example: '12/08/1986'})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:49
|
| Optional location |
Type : string
|
Decorators :
@ApiProperty({type: String, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:17
|
| locationAccess |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:61
|
| mostRecentDiagnosis |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 300, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:46
|
| name |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 100, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:5
|
| phone |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 12, required: false, example: '123456789'})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:28
|
| positiveInfoPeriod |
Type : number
|
Decorators :
@ApiProperty({type: Number, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:82
|
| prefix |
Type : number
|
Decorators :
@ApiProperty({type: Number, maxLength: 3, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:14
|
| primaryPhysician |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 200, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:37
|
| primaryPhysicianAddress |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 200, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:40
|
| pulseBasedTriggerBackgroundModesEnabled |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:97
|
| pulseBasedTriggerConnectedToGoogleFit |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:94
|
| pulseBasedTriggerGoogleFitAuthenticated |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:91
|
| pulseBasedTriggerIOSAppleWatchPaired |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:88
|
| pulseBasedTriggerIOSHealthPermissions |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:85
|
| readManual |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:67
|
| regularPushNotification |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:76
|
| seriousMedicalIssues |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:43
|
| surname |
Type : string
|
Decorators :
@ApiProperty({type: String, maxLength: 100, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:8
|
| Optional timezone |
Type : string
|
Decorators :
@ApiProperty({type: String, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:20
|
| tipsAndTricks |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:55
|
| uploadedDocumentsAccess |
Type : boolean
|
Decorators :
@ApiProperty({type: Boolean, required: false})
|
|
Inherited from
UpdateUserProfileDTO
|
|
Defined in
UpdateUserProfileDTO:64
|
import { ApiProperty } from "@nestjs/swagger";
import { UpdateUserProfileDTO } from "./update-user-profile.dto";
export class UpdateUserProfileAndCheckPhoneDTO extends UpdateUserProfileDTO {
@ApiProperty({ type: String, maxLength: 2, required: false })
countryCode: string;
}