@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.
@@ -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[];
@@ -61,6 +61,7 @@ export type DeltaAuctionStatus =
61
61
  | 'FAILED'
62
62
  | 'EXPIRED'
63
63
  | 'CANCELLED'
64
+ | 'CANCELLING'
64
65
  | 'SUSPENDED';
65
66
 
66
67
  type DeltaAuctionTransaction = {