web / UseCustomer
Interface: UseCustomer ​
Defined in: apps/web/composables/useCustomer/types.ts:26
Properties ​
backToContactInformation() ​
backToContactInformation: () =>
boolean
Defined in: apps/web/composables/useCustomer/types.ts:41
Returns ​
boolean
changePassword ​
changePassword:
ChangePassword
Defined in: apps/web/composables/useCustomer/types.ts:39
data ​
data:
Readonly
<Ref
<SessionResult
,SessionResult
>>
Defined in: apps/web/composables/useCustomer/types.ts:27
emailValidationSchema ​
emailValidationSchema:
TypedSchema
<unknown
>
Defined in: apps/web/composables/useCustomer/types.ts:40
getSession ​
getSession:
GetSession
Defined in: apps/web/composables/useCustomer/types.ts:34
isAuthorized ​
isAuthorized:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useCustomer/types.ts:28
isGuest ​
isGuest:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useCustomer/types.ts:29
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useCustomer/types.ts:32
login ​
login:
Login
Defined in: apps/web/composables/useCustomer/types.ts:35
loginAsGuest ​
loginAsGuest:
LoginAsGuest
Defined in: apps/web/composables/useCustomer/types.ts:38
logout ​
logout:
Logout
Defined in: apps/web/composables/useCustomer/types.ts:36
register ​
register:
Register
Defined in: apps/web/composables/useCustomer/types.ts:37
setUser ​
setUser:
SetUser
Defined in: apps/web/composables/useCustomer/types.ts:33
showNetPrices? ​
optional
showNetPrices:boolean
Defined in: apps/web/composables/useCustomer/types.ts:42
validGuestEmail ​
validGuestEmail:
Ref
<boolean
>
Defined in: apps/web/composables/useCustomer/types.ts:30