File

src/user/request/dto/update-user-profile-and-check-phone.dto.ts

Extends

UpdateUserProfileDTO

Index

Properties

Properties

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
allowNotifications
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
automatedEmergency
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
dateOfBirth
Type : string
Decorators :
@ApiProperty({type: String, required: false, example: '12/08/1986'})
Inherited from UpdateUserProfileDTO
email
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 320, required: false})
Inherited from UpdateUserProfileDTO
emergencyEmailAndSms
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
emergencyMessage
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 1000, required: false})
Inherited from UpdateUserProfileDTO
frequencyOfRegularNotification
Type : number
Decorators :
@ApiProperty({type: Number, required: false})
Inherited from UpdateUserProfileDTO
lastHospitalVisit
Type : string
Decorators :
@ApiProperty({type: String, required: false, example: '12/08/1986'})
Inherited from UpdateUserProfileDTO
Optional location
Type : string
Decorators :
@ApiProperty({type: String, required: false})
Inherited from UpdateUserProfileDTO
locationAccess
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
mostRecentDiagnosis
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 300, required: false})
Inherited from UpdateUserProfileDTO
name
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 100, required: false})
Inherited from UpdateUserProfileDTO
phone
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 12, required: false, example: '123456789'})
Inherited from UpdateUserProfileDTO
positiveInfoPeriod
Type : number
Decorators :
@ApiProperty({type: Number, required: false})
Inherited from UpdateUserProfileDTO
prefix
Type : number
Decorators :
@ApiProperty({type: Number, maxLength: 3, required: false})
Inherited from UpdateUserProfileDTO
primaryPhysician
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 200, required: false})
Inherited from UpdateUserProfileDTO
primaryPhysicianAddress
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 200, required: false})
Inherited from UpdateUserProfileDTO
pulseBasedTriggerBackgroundModesEnabled
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
pulseBasedTriggerConnectedToGoogleFit
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
pulseBasedTriggerGoogleFitAuthenticated
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
pulseBasedTriggerIOSAppleWatchPaired
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
pulseBasedTriggerIOSHealthPermissions
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
readManual
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
regularPushNotification
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
seriousMedicalIssues
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
surname
Type : string
Decorators :
@ApiProperty({type: String, maxLength: 100, required: false})
Inherited from UpdateUserProfileDTO
Optional timezone
Type : string
Decorators :
@ApiProperty({type: String, required: false})
Inherited from UpdateUserProfileDTO
tipsAndTricks
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
uploadedDocumentsAccess
Type : boolean
Decorators :
@ApiProperty({type: Boolean, required: false})
Inherited from UpdateUserProfileDTO
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;
}

results matching ""

    No results matching ""