* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
48 lines
621 B
Markdown
48 lines
621 B
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Enumeration: ClaimReason
|
|
|
|
[internal](../modules/internal.md).ClaimReason
|
|
|
|
## Enumeration Members
|
|
|
|
### MISSING\_ITEM
|
|
|
|
• **MISSING\_ITEM** = ``"missing_item"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/claim-item.d.ts:8
|
|
|
|
___
|
|
|
|
### OTHER
|
|
|
|
• **OTHER** = ``"other"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/claim-item.d.ts:11
|
|
|
|
___
|
|
|
|
### PRODUCTION\_FAILURE
|
|
|
|
• **PRODUCTION\_FAILURE** = ``"production_failure"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/claim-item.d.ts:10
|
|
|
|
___
|
|
|
|
### WRONG\_ITEM
|
|
|
|
• **WRONG\_ITEM** = ``"wrong_item"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/claim-item.d.ts:9
|