@levrbet/shared 0.2.28 → 0.2.29
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/dist/core/prisma/generated/edge.js +3 -4
- package/dist/core/prisma/generated/index-browser.js +0 -1
- package/dist/core/prisma/generated/index.d.ts +1 -61
- package/dist/core/prisma/generated/index.js +3 -4
- package/dist/core/prisma/generated/package.json +1 -1
- package/dist/core/prisma/generated/schema.prisma +23 -24
- package/dist/core/prisma/generated/wasm.js +3 -4
- package/package.json +1 -1
|
@@ -231,7 +231,6 @@ exports.Prisma.LevrGameScalarFieldEnum = {
|
|
|
231
231
|
awayTeam: 'awayTeam',
|
|
232
232
|
currentPeriod: 'currentPeriod',
|
|
233
233
|
actualDuration: 'actualDuration',
|
|
234
|
-
normalizationFactor: 'normalizationFactor',
|
|
235
234
|
gamePhase: 'gamePhase',
|
|
236
235
|
levrFixtureId: 'levrFixtureId',
|
|
237
236
|
opticOddsFixtureId: 'opticOddsFixtureId',
|
|
@@ -10273,7 +10273,6 @@ export namespace Prisma {
|
|
|
10273
10273
|
chainId: number | null
|
|
10274
10274
|
currentPeriod: number | null
|
|
10275
10275
|
actualDuration: number | null
|
|
10276
|
-
normalizationFactor: number | null
|
|
10277
10276
|
gameProgressBps: number | null
|
|
10278
10277
|
}
|
|
10279
10278
|
|
|
@@ -10282,7 +10281,6 @@ export namespace Prisma {
|
|
|
10282
10281
|
chainId: number | null
|
|
10283
10282
|
currentPeriod: number | null
|
|
10284
10283
|
actualDuration: number | null
|
|
10285
|
-
normalizationFactor: number | null
|
|
10286
10284
|
gameProgressBps: number | null
|
|
10287
10285
|
}
|
|
10288
10286
|
|
|
@@ -10302,7 +10300,6 @@ export namespace Prisma {
|
|
|
10302
10300
|
wentLiveAt: Date | null
|
|
10303
10301
|
currentPeriod: number | null
|
|
10304
10302
|
actualDuration: number | null
|
|
10305
|
-
normalizationFactor: number | null
|
|
10306
10303
|
gamePhase: $Enums.GamePhase | null
|
|
10307
10304
|
levrFixtureId: string | null
|
|
10308
10305
|
opticOddsFixtureId: string | null
|
|
@@ -10332,7 +10329,6 @@ export namespace Prisma {
|
|
|
10332
10329
|
wentLiveAt: Date | null
|
|
10333
10330
|
currentPeriod: number | null
|
|
10334
10331
|
actualDuration: number | null
|
|
10335
|
-
normalizationFactor: number | null
|
|
10336
10332
|
gamePhase: $Enums.GamePhase | null
|
|
10337
10333
|
levrFixtureId: string | null
|
|
10338
10334
|
opticOddsFixtureId: string | null
|
|
@@ -10364,7 +10360,6 @@ export namespace Prisma {
|
|
|
10364
10360
|
awayTeam: number
|
|
10365
10361
|
currentPeriod: number
|
|
10366
10362
|
actualDuration: number
|
|
10367
|
-
normalizationFactor: number
|
|
10368
10363
|
gamePhase: number
|
|
10369
10364
|
levrFixtureId: number
|
|
10370
10365
|
opticOddsFixtureId: number
|
|
@@ -10385,7 +10380,6 @@ export namespace Prisma {
|
|
|
10385
10380
|
chainId?: true
|
|
10386
10381
|
currentPeriod?: true
|
|
10387
10382
|
actualDuration?: true
|
|
10388
|
-
normalizationFactor?: true
|
|
10389
10383
|
gameProgressBps?: true
|
|
10390
10384
|
}
|
|
10391
10385
|
|
|
@@ -10394,7 +10388,6 @@ export namespace Prisma {
|
|
|
10394
10388
|
chainId?: true
|
|
10395
10389
|
currentPeriod?: true
|
|
10396
10390
|
actualDuration?: true
|
|
10397
|
-
normalizationFactor?: true
|
|
10398
10391
|
gameProgressBps?: true
|
|
10399
10392
|
}
|
|
10400
10393
|
|
|
@@ -10414,7 +10407,6 @@ export namespace Prisma {
|
|
|
10414
10407
|
wentLiveAt?: true
|
|
10415
10408
|
currentPeriod?: true
|
|
10416
10409
|
actualDuration?: true
|
|
10417
|
-
normalizationFactor?: true
|
|
10418
10410
|
gamePhase?: true
|
|
10419
10411
|
levrFixtureId?: true
|
|
10420
10412
|
opticOddsFixtureId?: true
|
|
@@ -10444,7 +10436,6 @@ export namespace Prisma {
|
|
|
10444
10436
|
wentLiveAt?: true
|
|
10445
10437
|
currentPeriod?: true
|
|
10446
10438
|
actualDuration?: true
|
|
10447
|
-
normalizationFactor?: true
|
|
10448
10439
|
gamePhase?: true
|
|
10449
10440
|
levrFixtureId?: true
|
|
10450
10441
|
opticOddsFixtureId?: true
|
|
@@ -10476,7 +10467,6 @@ export namespace Prisma {
|
|
|
10476
10467
|
awayTeam?: true
|
|
10477
10468
|
currentPeriod?: true
|
|
10478
10469
|
actualDuration?: true
|
|
10479
|
-
normalizationFactor?: true
|
|
10480
10470
|
gamePhase?: true
|
|
10481
10471
|
levrFixtureId?: true
|
|
10482
10472
|
opticOddsFixtureId?: true
|
|
@@ -10595,7 +10585,6 @@ export namespace Prisma {
|
|
|
10595
10585
|
awayTeam: JsonValue
|
|
10596
10586
|
currentPeriod: number
|
|
10597
10587
|
actualDuration: number
|
|
10598
|
-
normalizationFactor: number
|
|
10599
10588
|
gamePhase: $Enums.GamePhase
|
|
10600
10589
|
levrFixtureId: string
|
|
10601
10590
|
opticOddsFixtureId: string | null
|
|
@@ -10646,7 +10635,6 @@ export namespace Prisma {
|
|
|
10646
10635
|
awayTeam?: boolean
|
|
10647
10636
|
currentPeriod?: boolean
|
|
10648
10637
|
actualDuration?: boolean
|
|
10649
|
-
normalizationFactor?: boolean
|
|
10650
10638
|
gamePhase?: boolean
|
|
10651
10639
|
levrFixtureId?: boolean
|
|
10652
10640
|
opticOddsFixtureId?: boolean
|
|
@@ -10686,7 +10674,6 @@ export namespace Prisma {
|
|
|
10686
10674
|
awayTeam?: boolean
|
|
10687
10675
|
currentPeriod?: boolean
|
|
10688
10676
|
actualDuration?: boolean
|
|
10689
|
-
normalizationFactor?: boolean
|
|
10690
10677
|
gamePhase?: boolean
|
|
10691
10678
|
levrFixtureId?: boolean
|
|
10692
10679
|
opticOddsFixtureId?: boolean
|
|
@@ -10700,7 +10687,7 @@ export namespace Prisma {
|
|
|
10700
10687
|
updatedAt?: boolean
|
|
10701
10688
|
}
|
|
10702
10689
|
|
|
10703
|
-
export type LevrGameOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "gameId" | "txHash" | "chainId" | "seasonType" | "venue" | "eventName" | "location" | "venueLocation" | "gameClock" | "paused" | "fixtureDate" | "wentLiveAt" | "homeTeam" | "awayTeam" | "currentPeriod" | "actualDuration" | "
|
|
10690
|
+
export type LevrGameOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "gameId" | "txHash" | "chainId" | "seasonType" | "venue" | "eventName" | "location" | "venueLocation" | "gameClock" | "paused" | "fixtureDate" | "wentLiveAt" | "homeTeam" | "awayTeam" | "currentPeriod" | "actualDuration" | "gamePhase" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId" | "gameProgressBps" | "sportGroup" | "fixtureObjectId" | "tournamentObjectId" | "leagueObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["levrGame"]>
|
|
10704
10691
|
export type LevrGameInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
10705
10692
|
fixture?: boolean | FixtureDefaultArgs<ExtArgs>
|
|
10706
10693
|
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
@@ -10737,7 +10724,6 @@ export namespace Prisma {
|
|
|
10737
10724
|
awayTeam: Prisma.JsonValue
|
|
10738
10725
|
currentPeriod: number
|
|
10739
10726
|
actualDuration: number
|
|
10740
|
-
normalizationFactor: number
|
|
10741
10727
|
gamePhase: $Enums.GamePhase
|
|
10742
10728
|
levrFixtureId: string
|
|
10743
10729
|
opticOddsFixtureId: string | null
|
|
@@ -11163,7 +11149,6 @@ export namespace Prisma {
|
|
|
11163
11149
|
readonly awayTeam: FieldRef<"LevrGame", 'Json'>
|
|
11164
11150
|
readonly currentPeriod: FieldRef<"LevrGame", 'Int'>
|
|
11165
11151
|
readonly actualDuration: FieldRef<"LevrGame", 'Float'>
|
|
11166
|
-
readonly normalizationFactor: FieldRef<"LevrGame", 'Float'>
|
|
11167
11152
|
readonly gamePhase: FieldRef<"LevrGame", 'GamePhase'>
|
|
11168
11153
|
readonly levrFixtureId: FieldRef<"LevrGame", 'String'>
|
|
11169
11154
|
readonly opticOddsFixtureId: FieldRef<"LevrGame", 'String'>
|
|
@@ -20566,7 +20551,6 @@ export namespace Prisma {
|
|
|
20566
20551
|
awayTeam: 'awayTeam',
|
|
20567
20552
|
currentPeriod: 'currentPeriod',
|
|
20568
20553
|
actualDuration: 'actualDuration',
|
|
20569
|
-
normalizationFactor: 'normalizationFactor',
|
|
20570
20554
|
gamePhase: 'gamePhase',
|
|
20571
20555
|
levrFixtureId: 'levrFixtureId',
|
|
20572
20556
|
opticOddsFixtureId: 'opticOddsFixtureId',
|
|
@@ -21655,7 +21639,6 @@ export namespace Prisma {
|
|
|
21655
21639
|
awayTeam?: JsonFilter<"LevrGame">
|
|
21656
21640
|
currentPeriod?: IntFilter<"LevrGame"> | number
|
|
21657
21641
|
actualDuration?: FloatFilter<"LevrGame"> | number
|
|
21658
|
-
normalizationFactor?: FloatFilter<"LevrGame"> | number
|
|
21659
21642
|
gamePhase?: EnumGamePhaseFilter<"LevrGame"> | $Enums.GamePhase
|
|
21660
21643
|
levrFixtureId?: StringFilter<"LevrGame"> | string
|
|
21661
21644
|
opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
|
|
@@ -21692,7 +21675,6 @@ export namespace Prisma {
|
|
|
21692
21675
|
awayTeam?: SortOrder
|
|
21693
21676
|
currentPeriod?: SortOrder
|
|
21694
21677
|
actualDuration?: SortOrder
|
|
21695
|
-
normalizationFactor?: SortOrder
|
|
21696
21678
|
gamePhase?: SortOrder
|
|
21697
21679
|
levrFixtureId?: SortOrder
|
|
21698
21680
|
opticOddsFixtureId?: SortOrder
|
|
@@ -21734,7 +21716,6 @@ export namespace Prisma {
|
|
|
21734
21716
|
awayTeam?: JsonFilter<"LevrGame">
|
|
21735
21717
|
currentPeriod?: IntFilter<"LevrGame"> | number
|
|
21736
21718
|
actualDuration?: FloatFilter<"LevrGame"> | number
|
|
21737
|
-
normalizationFactor?: FloatFilter<"LevrGame"> | number
|
|
21738
21719
|
gamePhase?: EnumGamePhaseFilter<"LevrGame"> | $Enums.GamePhase
|
|
21739
21720
|
levrFixtureId?: StringFilter<"LevrGame"> | string
|
|
21740
21721
|
opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
|
|
@@ -21771,7 +21752,6 @@ export namespace Prisma {
|
|
|
21771
21752
|
awayTeam?: SortOrder
|
|
21772
21753
|
currentPeriod?: SortOrder
|
|
21773
21754
|
actualDuration?: SortOrder
|
|
21774
|
-
normalizationFactor?: SortOrder
|
|
21775
21755
|
gamePhase?: SortOrder
|
|
21776
21756
|
levrFixtureId?: SortOrder
|
|
21777
21757
|
opticOddsFixtureId?: SortOrder
|
|
@@ -21811,7 +21791,6 @@ export namespace Prisma {
|
|
|
21811
21791
|
awayTeam?: JsonWithAggregatesFilter<"LevrGame">
|
|
21812
21792
|
currentPeriod?: IntWithAggregatesFilter<"LevrGame"> | number
|
|
21813
21793
|
actualDuration?: FloatWithAggregatesFilter<"LevrGame"> | number
|
|
21814
|
-
normalizationFactor?: FloatWithAggregatesFilter<"LevrGame"> | number
|
|
21815
21794
|
gamePhase?: EnumGamePhaseWithAggregatesFilter<"LevrGame"> | $Enums.GamePhase
|
|
21816
21795
|
levrFixtureId?: StringWithAggregatesFilter<"LevrGame"> | string
|
|
21817
21796
|
opticOddsFixtureId?: StringNullableWithAggregatesFilter<"LevrGame"> | string | null
|
|
@@ -23343,7 +23322,6 @@ export namespace Prisma {
|
|
|
23343
23322
|
awayTeam: InputJsonValue
|
|
23344
23323
|
currentPeriod?: number
|
|
23345
23324
|
actualDuration?: number
|
|
23346
|
-
normalizationFactor: number
|
|
23347
23325
|
gamePhase?: $Enums.GamePhase
|
|
23348
23326
|
levrFixtureId: string
|
|
23349
23327
|
opticOddsFixtureId?: string | null
|
|
@@ -23377,7 +23355,6 @@ export namespace Prisma {
|
|
|
23377
23355
|
awayTeam: InputJsonValue
|
|
23378
23356
|
currentPeriod?: number
|
|
23379
23357
|
actualDuration?: number
|
|
23380
|
-
normalizationFactor: number
|
|
23381
23358
|
gamePhase?: $Enums.GamePhase
|
|
23382
23359
|
levrFixtureId: string
|
|
23383
23360
|
opticOddsFixtureId?: string | null
|
|
@@ -23410,7 +23387,6 @@ export namespace Prisma {
|
|
|
23410
23387
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
23411
23388
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
23412
23389
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
23413
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
23414
23390
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
23415
23391
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
23416
23392
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -23443,7 +23419,6 @@ export namespace Prisma {
|
|
|
23443
23419
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
23444
23420
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
23445
23421
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
23446
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
23447
23422
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
23448
23423
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
23449
23424
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -23477,7 +23452,6 @@ export namespace Prisma {
|
|
|
23477
23452
|
awayTeam: InputJsonValue
|
|
23478
23453
|
currentPeriod?: number
|
|
23479
23454
|
actualDuration?: number
|
|
23480
|
-
normalizationFactor: number
|
|
23481
23455
|
gamePhase?: $Enums.GamePhase
|
|
23482
23456
|
levrFixtureId: string
|
|
23483
23457
|
opticOddsFixtureId?: string | null
|
|
@@ -23508,7 +23482,6 @@ export namespace Prisma {
|
|
|
23508
23482
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
23509
23483
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
23510
23484
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
23511
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
23512
23485
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
23513
23486
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
23514
23487
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -23536,7 +23509,6 @@ export namespace Prisma {
|
|
|
23536
23509
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
23537
23510
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
23538
23511
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
23539
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
23540
23512
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
23541
23513
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
23542
23514
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -25214,7 +25186,6 @@ export namespace Prisma {
|
|
|
25214
25186
|
awayTeam?: SortOrder
|
|
25215
25187
|
currentPeriod?: SortOrder
|
|
25216
25188
|
actualDuration?: SortOrder
|
|
25217
|
-
normalizationFactor?: SortOrder
|
|
25218
25189
|
gamePhase?: SortOrder
|
|
25219
25190
|
levrFixtureId?: SortOrder
|
|
25220
25191
|
opticOddsFixtureId?: SortOrder
|
|
@@ -25233,7 +25204,6 @@ export namespace Prisma {
|
|
|
25233
25204
|
chainId?: SortOrder
|
|
25234
25205
|
currentPeriod?: SortOrder
|
|
25235
25206
|
actualDuration?: SortOrder
|
|
25236
|
-
normalizationFactor?: SortOrder
|
|
25237
25207
|
gameProgressBps?: SortOrder
|
|
25238
25208
|
}
|
|
25239
25209
|
|
|
@@ -25253,7 +25223,6 @@ export namespace Prisma {
|
|
|
25253
25223
|
wentLiveAt?: SortOrder
|
|
25254
25224
|
currentPeriod?: SortOrder
|
|
25255
25225
|
actualDuration?: SortOrder
|
|
25256
|
-
normalizationFactor?: SortOrder
|
|
25257
25226
|
gamePhase?: SortOrder
|
|
25258
25227
|
levrFixtureId?: SortOrder
|
|
25259
25228
|
opticOddsFixtureId?: SortOrder
|
|
@@ -25283,7 +25252,6 @@ export namespace Prisma {
|
|
|
25283
25252
|
wentLiveAt?: SortOrder
|
|
25284
25253
|
currentPeriod?: SortOrder
|
|
25285
25254
|
actualDuration?: SortOrder
|
|
25286
|
-
normalizationFactor?: SortOrder
|
|
25287
25255
|
gamePhase?: SortOrder
|
|
25288
25256
|
levrFixtureId?: SortOrder
|
|
25289
25257
|
opticOddsFixtureId?: SortOrder
|
|
@@ -25302,7 +25270,6 @@ export namespace Prisma {
|
|
|
25302
25270
|
chainId?: SortOrder
|
|
25303
25271
|
currentPeriod?: SortOrder
|
|
25304
25272
|
actualDuration?: SortOrder
|
|
25305
|
-
normalizationFactor?: SortOrder
|
|
25306
25273
|
gameProgressBps?: SortOrder
|
|
25307
25274
|
}
|
|
25308
25275
|
|
|
@@ -27371,7 +27338,6 @@ export namespace Prisma {
|
|
|
27371
27338
|
awayTeam: InputJsonValue
|
|
27372
27339
|
currentPeriod?: number
|
|
27373
27340
|
actualDuration?: number
|
|
27374
|
-
normalizationFactor: number
|
|
27375
27341
|
gamePhase?: $Enums.GamePhase
|
|
27376
27342
|
levrFixtureId: string
|
|
27377
27343
|
opticOddsFixtureId?: string | null
|
|
@@ -27404,7 +27370,6 @@ export namespace Prisma {
|
|
|
27404
27370
|
awayTeam: InputJsonValue
|
|
27405
27371
|
currentPeriod?: number
|
|
27406
27372
|
actualDuration?: number
|
|
27407
|
-
normalizationFactor: number
|
|
27408
27373
|
gamePhase?: $Enums.GamePhase
|
|
27409
27374
|
levrFixtureId: string
|
|
27410
27375
|
opticOddsFixtureId?: string | null
|
|
@@ -27508,7 +27473,6 @@ export namespace Prisma {
|
|
|
27508
27473
|
awayTeam?: JsonFilter<"LevrGame">
|
|
27509
27474
|
currentPeriod?: IntFilter<"LevrGame"> | number
|
|
27510
27475
|
actualDuration?: FloatFilter<"LevrGame"> | number
|
|
27511
|
-
normalizationFactor?: FloatFilter<"LevrGame"> | number
|
|
27512
27476
|
gamePhase?: EnumGamePhaseFilter<"LevrGame"> | $Enums.GamePhase
|
|
27513
27477
|
levrFixtureId?: StringFilter<"LevrGame"> | string
|
|
27514
27478
|
opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
|
|
@@ -27701,7 +27665,6 @@ export namespace Prisma {
|
|
|
27701
27665
|
awayTeam: InputJsonValue
|
|
27702
27666
|
currentPeriod?: number
|
|
27703
27667
|
actualDuration?: number
|
|
27704
|
-
normalizationFactor: number
|
|
27705
27668
|
gamePhase?: $Enums.GamePhase
|
|
27706
27669
|
levrFixtureId: string
|
|
27707
27670
|
opticOddsFixtureId?: string | null
|
|
@@ -27734,7 +27697,6 @@ export namespace Prisma {
|
|
|
27734
27697
|
awayTeam: InputJsonValue
|
|
27735
27698
|
currentPeriod?: number
|
|
27736
27699
|
actualDuration?: number
|
|
27737
|
-
normalizationFactor: number
|
|
27738
27700
|
gamePhase?: $Enums.GamePhase
|
|
27739
27701
|
levrFixtureId: string
|
|
27740
27702
|
opticOddsFixtureId?: string | null
|
|
@@ -28154,7 +28116,6 @@ export namespace Prisma {
|
|
|
28154
28116
|
awayTeam: InputJsonValue
|
|
28155
28117
|
currentPeriod?: number
|
|
28156
28118
|
actualDuration?: number
|
|
28157
|
-
normalizationFactor: number
|
|
28158
28119
|
gamePhase?: $Enums.GamePhase
|
|
28159
28120
|
levrFixtureId: string
|
|
28160
28121
|
opticOddsFixtureId?: string | null
|
|
@@ -28187,7 +28148,6 @@ export namespace Prisma {
|
|
|
28187
28148
|
awayTeam: InputJsonValue
|
|
28188
28149
|
currentPeriod?: number
|
|
28189
28150
|
actualDuration?: number
|
|
28190
|
-
normalizationFactor: number
|
|
28191
28151
|
gamePhase?: $Enums.GamePhase
|
|
28192
28152
|
levrFixtureId: string
|
|
28193
28153
|
opticOddsFixtureId?: string | null
|
|
@@ -28288,7 +28248,6 @@ export namespace Prisma {
|
|
|
28288
28248
|
awayTeam: InputJsonValue
|
|
28289
28249
|
currentPeriod?: number
|
|
28290
28250
|
actualDuration?: number
|
|
28291
|
-
normalizationFactor: number
|
|
28292
28251
|
gamePhase?: $Enums.GamePhase
|
|
28293
28252
|
levrFixtureId: string
|
|
28294
28253
|
opticOddsFixtureId?: string | null
|
|
@@ -28321,7 +28280,6 @@ export namespace Prisma {
|
|
|
28321
28280
|
awayTeam: InputJsonValue
|
|
28322
28281
|
currentPeriod?: number
|
|
28323
28282
|
actualDuration?: number
|
|
28324
|
-
normalizationFactor: number
|
|
28325
28283
|
gamePhase?: $Enums.GamePhase
|
|
28326
28284
|
levrFixtureId: string
|
|
28327
28285
|
opticOddsFixtureId?: string | null
|
|
@@ -28369,7 +28327,6 @@ export namespace Prisma {
|
|
|
28369
28327
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
28370
28328
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
28371
28329
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
28372
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
28373
28330
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
28374
28331
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
28375
28332
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -28401,7 +28358,6 @@ export namespace Prisma {
|
|
|
28401
28358
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
28402
28359
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
28403
28360
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
28404
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
28405
28361
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
28406
28362
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
28407
28363
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -28945,7 +28901,6 @@ export namespace Prisma {
|
|
|
28945
28901
|
awayTeam: InputJsonValue
|
|
28946
28902
|
currentPeriod?: number
|
|
28947
28903
|
actualDuration?: number
|
|
28948
|
-
normalizationFactor: number
|
|
28949
28904
|
gamePhase?: $Enums.GamePhase
|
|
28950
28905
|
levrFixtureId: string
|
|
28951
28906
|
opticOddsFixtureId?: string | null
|
|
@@ -28978,7 +28933,6 @@ export namespace Prisma {
|
|
|
28978
28933
|
awayTeam: InputJsonValue
|
|
28979
28934
|
currentPeriod?: number
|
|
28980
28935
|
actualDuration?: number
|
|
28981
|
-
normalizationFactor: number
|
|
28982
28936
|
gamePhase?: $Enums.GamePhase
|
|
28983
28937
|
levrFixtureId: string
|
|
28984
28938
|
opticOddsFixtureId?: string | null
|
|
@@ -29073,7 +29027,6 @@ export namespace Prisma {
|
|
|
29073
29027
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
29074
29028
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
29075
29029
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
29076
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
29077
29030
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
29078
29031
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
29079
29032
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -29105,7 +29058,6 @@ export namespace Prisma {
|
|
|
29105
29058
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
29106
29059
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
29107
29060
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
29108
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
29109
29061
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
29110
29062
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
29111
29063
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -29734,7 +29686,6 @@ export namespace Prisma {
|
|
|
29734
29686
|
awayTeam: InputJsonValue
|
|
29735
29687
|
currentPeriod?: number
|
|
29736
29688
|
actualDuration?: number
|
|
29737
|
-
normalizationFactor: number
|
|
29738
29689
|
gamePhase?: $Enums.GamePhase
|
|
29739
29690
|
levrFixtureId: string
|
|
29740
29691
|
opticOddsFixtureId?: string | null
|
|
@@ -29778,7 +29729,6 @@ export namespace Prisma {
|
|
|
29778
29729
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
29779
29730
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
29780
29731
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
29781
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
29782
29732
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
29783
29733
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
29784
29734
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -29810,7 +29760,6 @@ export namespace Prisma {
|
|
|
29810
29760
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
29811
29761
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
29812
29762
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
29813
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
29814
29763
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
29815
29764
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
29816
29765
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -29842,7 +29791,6 @@ export namespace Prisma {
|
|
|
29842
29791
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
29843
29792
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
29844
29793
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
29845
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
29846
29794
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
29847
29795
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
29848
29796
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -29977,7 +29925,6 @@ export namespace Prisma {
|
|
|
29977
29925
|
awayTeam: InputJsonValue
|
|
29978
29926
|
currentPeriod?: number
|
|
29979
29927
|
actualDuration?: number
|
|
29980
|
-
normalizationFactor: number
|
|
29981
29928
|
gamePhase?: $Enums.GamePhase
|
|
29982
29929
|
levrFixtureId: string
|
|
29983
29930
|
opticOddsFixtureId?: string | null
|
|
@@ -30042,7 +29989,6 @@ export namespace Prisma {
|
|
|
30042
29989
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30043
29990
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30044
29991
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30045
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30046
29992
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30047
29993
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30048
29994
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -30074,7 +30020,6 @@ export namespace Prisma {
|
|
|
30074
30020
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30075
30021
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30076
30022
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30077
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30078
30023
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30079
30024
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30080
30025
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -30106,7 +30051,6 @@ export namespace Prisma {
|
|
|
30106
30051
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30107
30052
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30108
30053
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30109
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30110
30054
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30111
30055
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30112
30056
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -30238,7 +30182,6 @@ export namespace Prisma {
|
|
|
30238
30182
|
awayTeam: InputJsonValue
|
|
30239
30183
|
currentPeriod?: number
|
|
30240
30184
|
actualDuration?: number
|
|
30241
|
-
normalizationFactor: number
|
|
30242
30185
|
gamePhase?: $Enums.GamePhase
|
|
30243
30186
|
levrFixtureId: string
|
|
30244
30187
|
opticOddsFixtureId?: string | null
|
|
@@ -30268,7 +30211,6 @@ export namespace Prisma {
|
|
|
30268
30211
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30269
30212
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30270
30213
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30271
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30272
30214
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30273
30215
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30274
30216
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -30300,7 +30242,6 @@ export namespace Prisma {
|
|
|
30300
30242
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30301
30243
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30302
30244
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30303
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30304
30245
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30305
30246
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30306
30247
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -30332,7 +30273,6 @@ export namespace Prisma {
|
|
|
30332
30273
|
awayTeam?: InputJsonValue | InputJsonValue
|
|
30333
30274
|
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
30334
30275
|
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
30335
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
30336
30276
|
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
30337
30277
|
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
30338
30278
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|