Search
Preparing search index...
The search index is not available
merchisdk
Options
All
Public
Public/Protected
All
Inherited
Menu
merchisdk
entities/assignment
Assignment
Class Assignment
Hierarchy
Entity
Assignment
Index
Constructors
constructor
Properties
archived
assignment
Deadline
back
Objects
comments
create
id
is
Dirty
job
key
manager
Accepts
merchi
needs
Shipping
notes
notifications
production
Deadline
production
Files
properties
Map
quote
shipment
supplier
supplier
Refused
supply
Domain
supply
Job
merchi
Methods
clean
Dirty
create
Factory
delete
from
Json
generate
Invoice
get
Primary
Key
Value
recover
save
to
Form
Data
to
Json
update
Order
get
list
Constructors
constructor
new
Assignment
(
merchi
?:
Merchi
)
:
Assignment
Parameters
Optional
merchi:
Merchi
Returns
Assignment
Properties
Optional
archived
archived
:
null
|
Date
Optional
assignment
Deadline
assignment
Deadline
:
Date
Readonly
back
Objects
back
Objects
:
Set
<
Entity
>
= ...
Optional
comments
comments
:
ProductionComment
[]
create
create
:
(
options
?:
CreateOptions
)
=>
Promise
<
Assignment
>
= ...
Type declaration
(
options
?:
CreateOptions
)
:
Promise
<
Assignment
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
Assignment
>
Optional
id
id
:
number
is
Dirty
is
Dirty
:
boolean
= false
Optional
job
job
:
null
|
Job
key
key
:
string
= ...
Optional
manager
Accepts
manager
Accepts
:
null
|
Date
merchi
merchi
:
Merchi
Optional
needs
Shipping
needs
Shipping
:
boolean
Optional
notes
notes
:
null
|
string
Optional
notifications
notifications
:
Notification
[]
Optional
production
Deadline
production
Deadline
:
Date
Optional
production
Files
production
Files
:
MerchiFile
[]
properties
Map
properties
Map
:
Map
<
string
,
PropertyInfo
>
Optional
quote
quote
:
null
|
Quote
Optional
shipment
shipment
:
null
|
Shipment
Optional
supplier
supplier
:
null
|
User
Optional
supplier
Refused
supplier
Refused
:
null
|
Date
Optional
supply
Domain
supply
Domain
:
null
|
SupplyDomain
Optional
supply
Job
supply
Job
:
null
|
Job
Static
merchi
merchi
:
Merchi
Methods
clean
Dirty
clean
Dirty
(
)
:
void
Returns
void
create
Factory
create
Factory
(
__namedParameters
:
Object
)
:
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
Parameters
__namedParameters:
Object
Returns
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
(
options
?:
CreateOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
this
>
delete
delete
(
options
?:
DeleteOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
DeleteOptions
Returns
Promise
<
this
>
from
Json
from
Json
(
json
:
any
, options
?:
FromJsonOptions
)
:
this
Parameters
json:
any
Optional
options:
FromJsonOptions
Returns
this
generate
Invoice
generate
Invoice
(
props
?:
GenerateInvoiceProps
)
:
Promise
<
Invoice
>
Parameters
Optional
props:
GenerateInvoiceProps
Returns
Promise
<
Invoice
>
get
Primary
Key
Value
get
Primary
Key
Value
(
)
:
any
Returns
any
recover
recover
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
save
save
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
to
Form
Data
to
Form
Data
(
options
?:
SerialiseOptions
, fileIndex
?:
Counter
)
:
FormData
Parameters
Optional
options:
SerialiseOptions
Optional
fileIndex:
Counter
Returns
FormData
to
Json
to
Json
(
)
:
any
Returns
any
update
Order
update
Order
(
property
:
string
)
:
void
Parameters
property:
string
Returns
void
Static
get
get<T>
(
key
:
string
|
number
, options
?:
GetOptions
)
:
Promise
<
InstanceType
<
T
>
>
Type parameters
T
:
typeof
Entity
Parameters
key:
string
|
number
Optional
options:
GetOptions
Returns
Promise
<
InstanceType
<
T
>
>
Static
list
list<T>
(
options
?:
ListOptions
)
:
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Type parameters
T
:
typeof
Entity
Parameters
Optional
options:
ListOptions
Returns
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Modules
entities/assignment
Assignment
constructor
archived
assignment
Deadline
back
Objects
comments
create
id
is
Dirty
job
key
manager
Accepts
merchi
needs
Shipping
notes
notifications
production
Deadline
production
Files
properties
Map
quote
shipment
supplier
supplier
Refused
supply
Domain
supply
Job
merchi
clean
Dirty
create
Factory
delete
from
Json
generate
Invoice
get
Primary
Key
Value
recover
save
to
Form
Data
to
Json
update
Order
get
list
Generated using
TypeDoc