Module: user
Functions
default
▸ default(context): Object
Parameters
| Name | Type |
|---|---|
context | any |
Returns
Object
| Name | Type |
|---|---|
createAccount | (__namedParameters: any, data: any) => Promise<any> |
createAddress | (data: any) => Promise<void> |
createCustomerAccount | (data: any) => Promise<any> |
defineAccount | (data: any) => Promise<void> |
defineZipCode | (data: any) => Promise<void> |
deleteAddress | (addressId: any) => Promise<any> |
editAddress | (data: any, addressId: any) => Promise<any> |
forgotPassword | (params: any) => Promise<any> |
getCustomerAccount | () => Promise<any> |
getCustomerAccountById | (customerAccountId: any) => Promise<any> |
getCustomerAccountOrders | (params: any) => Promise<any> |
getOrganisation | (jwt: any) => Promise<any> |
getSettings | () => Promise<any> |
getUserAccountauthenticated | (jwt: any) => Promise<any> |
getUserBillingAddressList | () => Promise<any> |
getUserDataAuthenticated | (jwt: any) => Promise<any> |
getUserFormAccount | (jwt: any) => Promise<any> |
getUserInOrga | (organisationId: any, jwt: any) => Promise<any> |
getUserShippingAddressList | () => Promise<any> |
getUserauthenticated | (jwt: any) => Promise<any> |
login | (body: any, params: any) => Promise<any> |
loginWithToken | (token: any) => Promise<any> |
modifyUserInformation | (params: any) => Promise<any> |
postCreateUserOrganisation | (request: any) => Promise<any> |
postOrganisation | (request: any) => Promise<any> |
putCustomerInformation | (request: any) => Promise<any> |
putOrganisationName | (organisationId: any, request: any) => Promise<any> |
putUpdateUserInOrganisation | (request: any, organisationID: any, customerUserID: any) => Promise<any> |
resendValidationRequestEmail | (params: any) => Promise<any> |
resetPassword | (params: any) => Promise<any> |
validationAccount | (token: any) => Promise<any> |
