* 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
58 lines
718 B
Markdown
58 lines
718 B
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Enumeration: SwapFulfillmentStatus
|
|
|
|
[internal](../modules/internal.md).SwapFulfillmentStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### CANCELED
|
|
|
|
• **CANCELED** = ``"canceled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/swap.d.ts:14
|
|
|
|
___
|
|
|
|
### FULFILLED
|
|
|
|
• **FULFILLED** = ``"fulfilled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/swap.d.ts:12
|
|
|
|
___
|
|
|
|
### NOT\_FULFILLED
|
|
|
|
• **NOT\_FULFILLED** = ``"not_fulfilled"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/swap.d.ts:11
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
• **REQUIRES\_ACTION** = ``"requires_action"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/swap.d.ts:15
|
|
|
|
___
|
|
|
|
### SHIPPED
|
|
|
|
• **SHIPPED** = ``"shipped"``
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/swap.d.ts:13
|