Preparing search index...
The search index is not available
@basaldev/blocks-user-service - v2.20.0-rc.0
@basaldev/blocks-user-service
defaultAdapter
UserResponse
Interface UserResponse
interface
UserResponse
{
addressLine1
:
string
;
addressLine2
:
string
;
addressLine3
:
string
;
avatar
:
string
;
createdAt
:
Date
;
customFields
:
Record
<
string
,
unknown
>
;
email
?:
string
;
emailVerified
:
boolean
;
failedAttempts
:
number
;
id
:
string
;
isLocked
:
boolean
;
name
:
string
;
phoneNumber
:
string
;
postalCode
:
string
;
preferences
?:
{
key
:
string
;
value
:
string
;
}
[]
;
provider
?:
string
;
providerId
?:
string
;
reviewStats
?:
{
averageRate
?:
number
;
averageSubRates
?:
Record
<
string
,
number
>
;
totalCount
?:
number
;
}
;
timeline
?:
UserTimelines
;
typeId
:
"100"
|
"010"
|
"011"
|
"001"
|
"000"
;
updatedAt
:
Date
;
}
Hierarchy
Omit
<
User
&
{
avatar
:
string
;
}
,
"password"
>
UserResponse
Index
Properties
address
Line1
address
Line2
address
Line3
avatar
created
At
custom
Fields
email?
email
Verified
failed
Attempts
id
is
Locked
name
phone
Number
postal
Code
preferences?
provider?
provider
Id?
review
Stats?
timeline?
type
Id
updated
At
Properties
address
Line1
address
Line1
:
string
address
Line2
address
Line2
:
string
address
Line3
address
Line3
:
string
avatar
avatar
:
string
created
At
created
At
:
Date
custom
Fields
custom
Fields
:
Record
<
string
,
unknown
>
Optional
email
email
?:
string
email
Verified
email
Verified
:
boolean
failed
Attempts
failed
Attempts
:
number
id
id
:
string
is
Locked
is
Locked
:
boolean
name
name
:
string
phone
Number
phone
Number
:
string
postal
Code
postal
Code
:
string
Optional
preferences
preferences
?:
{
key
:
string
;
value
:
string
;
}
[]
Type declaration
key
:
string
value
:
string
Optional
provider
provider
?:
string
Optional
provider
Id
provider
Id
?:
string
Optional
review
Stats
review
Stats
?:
{
averageRate
?:
number
;
averageSubRates
?:
Record
<
string
,
number
>
;
totalCount
?:
number
;
}
Type declaration
Optional
average
Rate
?:
number
Optional
average
Sub
Rates
?:
Record
<
string
,
number
>
Optional
total
Count
?:
number
Optional
timeline
timeline
?:
UserTimelines
type
Id
type
Id
:
"100"
|
"010"
|
"011"
|
"001"
|
"000"
updated
At
updated
At
:
Date
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
address
Line1
address
Line2
address
Line3
avatar
created
At
custom
Fields
email
email
Verified
failed
Attempts
id
is
Locked
name
phone
Number
postal
Code
preferences
provider
provider
Id
review
Stats
timeline
type
Id
updated
At
@basaldev/blocks-user-service - v2.20.0-rc.0
defaultAdapter
UserAdapter
UserAttachmentAdapter
UserBaseAdapter
UserFollowerAdapter
UserInvitationAdapter
UserPreferenceAdapter
ServiceOpts
UserAppConfig
createNodeblocksUserApp
Generated using
TypeDoc