@levrbet/shared 0.4.49 → 0.4.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.4.49",
3
+ "version": "0.4.50",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -547,7 +547,6 @@ enum OrderDirection {
547
547
  enum TerminalOrderStatus {
548
548
  FILLED
549
549
  CANCELLED
550
- EXPIRED
551
550
  }
552
551
 
553
552
  model ClosedOrder {
@@ -582,5 +581,6 @@ model ClosedOrder {
582
581
 
583
582
  @@index([ethAddress])
584
583
  @@index([ethAddress, status])
584
+ @@index([ethAddress, resolvedAt(sort: Desc)])
585
585
  @@index([chainId, gameMarketId])
586
586
  }