@levrbet/shared 0.5.36 → 0.5.37

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.5.36",
3
+ "version": "0.5.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -263,6 +263,8 @@ model Odds {
263
263
  chainId Int
264
264
  marketPhase MarketStatus
265
265
  provider String? // optional for now to avoid breaking staging
266
+ opticOddsOddsId String? // optional for now to avoid breaking staging
267
+ lsportsOddsId String? // optional for now to avoid breaking staging
266
268
 
267
269
  levrGameObjectId String @db.ObjectId
268
270
  marketObjectId String @db.ObjectId