@levrbet/shared 0.2.48 → 0.2.49

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.48",
3
+ "version": "0.2.49",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -197,9 +197,9 @@ model Scores {
197
197
  }
198
198
 
199
199
  model LevrGame {
200
- objectId String @id @default(auto()) @map("_id") @db.ObjectId
201
- gameId Int @unique
202
- txHash String @unique
200
+ objectId String @id @default(auto()) @map("_id") @db.ObjectId
201
+ gameId Int @unique
202
+ txHash String @unique
203
203
  chainId Int
204
204
  seasonType String
205
205
  venue String
@@ -207,19 +207,21 @@ model LevrGame {
207
207
  location String
208
208
  venueLocation String
209
209
  gameClock String
210
- gameProgressBps Int @default(0)
211
- paused Boolean @default(false)
210
+ gameProgressBps Int @default(0)
211
+ paused Boolean @default(false)
212
212
  fixtureDate DateTime
213
213
  wentLiveAt DateTime?
214
214
  homeTeam Json // as defined in sample-data/lever/levr-game.json
215
215
  awayTeam Json // as defined in sample-data/lever/levr-game.json
216
- currentPeriod Int @default(0)
217
- actualDuration Float @default(0) // in milliseconds
218
- gamePhase GamePhase @default(PreGame)
216
+ currentPeriod Int @default(0)
217
+ actualDuration Float @default(0) // in milliseconds
218
+ gamePhase GamePhase @default(PreGame)
219
219
  levrFixtureId String
220
220
  opticOddsFixtureId String?
221
221
  lsportsFixtureId String?
222
- sportGroup SportGroup
222
+ liveScoreMatchId String?
223
+
224
+ sportGroup SportGroup
223
225
 
224
226
  tournamentObjectId String @db.ObjectId
225
227
  fixtureObjectId String @db.ObjectId