Properties
Optional archived
archived: null | Date
Readonly backObjects
back
Objects: Set<Entity> = ...
Optional callToActionDetails
callToActionDetails: any[]
Optional callToActions
callToActions: string
Optional clientToken
clientToken: null | string
Optional comments
comments: null | string
Optional companiesNeedStripe
Optional companyInvitations
create
create
: (options
?: CreateOptions) => Promise<User> = ...
Type declaration
-
- (options?: CreateOptions): Promise<User>
-
Parameters
-
Optional options: CreateOptions
Returns Promise<User>
Optional created
created: null | Date
Optional enableClientEmails
enableClientEmails: boolean
Optional enableCrashReports
enableCrashReports: boolean
Optional enableInvoiceReminders
enableInvoiceReminders: boolean
Optional facebookUserId
facebookUserId: null | string
Optional forwardedDraftComments
Optional forwardedJobComments
Optional forwardedProductionComments
Optional hasStore
hasStore: boolean
Optional isAdminOfSubscribedCompany
isAdminOfSubscribedCompany: boolean
isDirty
isDirty: boolean = false
Optional isSuperUser
isSuperUser: boolean
Optional name
name: string
Optional password
password: null | string
Optional preferredLanguage
preferredLanguage: null | string
propertiesMap
propertiesMap: Map<string, PropertyInfo>
publicCreate
public
Create: (options?: CreateOptions) => Promise<User> = ...
Type declaration
-
- (options?: CreateOptions): Promise<User>
-
Parameters
-
Optional options: CreateOptions
Returns Promise<User>
Optional receivedDomainInvitations
Optional resetSmsTokenDate
resetSmsTokenDate: null | Date
Optional resetToken
resetToken: null | string
Optional resetTokenDate
resetTokenDate: null | Date
Optional responsibleInvoices
Optional salt
salt: null | string
Optional sentDomainInvitations
Optional sentNotifications
Optional shipmentsAsReceiver
Optional shipmentsAsSender
Optional smsClientToken
smsClientToken: null | string
Optional smsLoginThreshold
smsLoginThreshold: number
Optional smsToken
smsToken: null | string
Optional smsTokenConfirmed
smsTokenConfirmed: boolean
Optional timezone
timezone: null | string
Checks if predicate returns truthy for any element of collection. Iteration is stopped once predicate returns truthy. The predicate is invoked with three arguments: (value, index|key, collection).