@levrbet/shared 0.2.105 → 0.2.106

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.2.105",
3
+ "version": "0.2.106",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -168,6 +168,7 @@ model Fixture {
168
168
  homeTeam Json
169
169
  awayTeam Json
170
170
  fixtureStatus FixtureStatus
171
+ sportGroup SportGroup? //optional for now so we don't break staging
171
172
  registeredChainIds Int[] // list of chain IDs where this fixture is registered
172
173
 
173
174
  leagueObjectId String @db.ObjectId
@@ -244,18 +245,20 @@ model LevrGame {
244
245
  }
245
246
 
246
247
  model Odds {
247
- objectId String @id @default(auto()) @map("_id") @db.ObjectId
248
- txHash String
249
- odds Json // define for the specific market type
250
- prices Json
251
- timestamp DateTime
252
- marketType MarketType
253
- details Json? // the unique details for the odds
254
- gamePhase GamePhase
255
- gamePeriod Int
256
- gameClock Int
257
- chainId Int
258
- marketPhase MarketStatus
248
+ objectId String @id @default(auto()) @map("_id") @db.ObjectId
249
+ txHash String
250
+ odds Json // define for the specific market type
251
+ prices Json
252
+ timestamp DateTime
253
+ marketType MarketType
254
+ details Json? // the unique details for the odds
255
+ gamePhase GamePhase
256
+ gamePeriod Int
257
+ gameClock String
258
+ gameProgressBps Int?
259
+ chainId Int
260
+ marketPhase MarketStatus
261
+ provider String? // optional for now to avoid breaking staging
259
262
 
260
263
  levrGameObjectId String @db.ObjectId
261
264
  marketObjectId String @db.ObjectId