@velora-dex/sdk 9.3.2 → 9.3.3-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/methods/delta/getDeltaOrders.d.ts +1 -1
- package/dist/methods/delta/helpers/types.d.ts +1 -1
- package/dist/methods/delta/helpers/types.d.ts.map +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/methods/delta/deltaTokenModule.abi.json +1534 -0
- package/src/methods/delta/getDeltaOrders.ts +1 -1
- package/src/methods/delta/helpers/types.ts +1 -0
|
@@ -42,7 +42,7 @@ type OrdersFilter = {
|
|
|
42
42
|
* - **INSUFFICIENT_BALANCE** — returned as SUSPENDED from API
|
|
43
43
|
* - **INSUFFICIENT_ALLOWANCE** — returned as SUSPENDED from API
|
|
44
44
|
* - **INVALIDATED** — returned as FAILED from API
|
|
45
|
-
* - **ACTIVE** — All orders with NOT_STARTED, RUNNING, EXECUTING or SUSPENDED statuses.
|
|
45
|
+
* - **ACTIVE** — All orders with NOT_STARTED, RUNNING, EXECUTING, CANCELLING or SUSPENDED statuses.
|
|
46
46
|
* - **INACTIVE** — All orders with EXECUTED, FAILED, EXPIRED, CANCELLED or INVALIDATED statuses.
|
|
47
47
|
*/
|
|
48
48
|
status?: DeltaOrderFilterByStatus[];
|