@levrbet/shared 0.1.157 → 0.1.158

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.
@@ -2143,37 +2143,6 @@ export namespace Prisma {
2143
2143
  }
2144
2144
 
2145
2145
 
2146
- /**
2147
- * Count Type FixtureCountOutputType
2148
- */
2149
-
2150
- export type FixtureCountOutputType = {
2151
- LevrGame: number
2152
- }
2153
-
2154
- export type FixtureCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2155
- LevrGame?: boolean | FixtureCountOutputTypeCountLevrGameArgs
2156
- }
2157
-
2158
- // Custom InputTypes
2159
- /**
2160
- * FixtureCountOutputType without action
2161
- */
2162
- export type FixtureCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2163
- /**
2164
- * Select specific fields to fetch from the FixtureCountOutputType
2165
- */
2166
- select?: FixtureCountOutputTypeSelect<ExtArgs> | null
2167
- }
2168
-
2169
- /**
2170
- * FixtureCountOutputType without action
2171
- */
2172
- export type FixtureCountOutputTypeCountLevrGameArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2173
- where?: LevrGameWhereInput
2174
- }
2175
-
2176
-
2177
2146
  /**
2178
2147
  * Count Type LevrGameCountOutputType
2179
2148
  */
@@ -7906,9 +7875,6 @@ export namespace Prisma {
7906
7875
  createdAt?: boolean
7907
7876
  updatedAt?: boolean
7908
7877
  league?: boolean | LeagueDefaultArgs<ExtArgs>
7909
- scores?: boolean | Fixture$scoresArgs<ExtArgs>
7910
- LevrGame?: boolean | Fixture$LevrGameArgs<ExtArgs>
7911
- _count?: boolean | FixtureCountOutputTypeDefaultArgs<ExtArgs>
7912
7878
  }, ExtArgs["result"]["fixture"]>
7913
7879
 
7914
7880
 
@@ -7936,17 +7902,12 @@ export namespace Prisma {
7936
7902
  export type FixtureOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId" | "seasonType" | "venue" | "eventName" | "location" | "venueLocation" | "fixtureDate" | "lastUpdated" | "homeTeam" | "awayTeam" | "fixtureStatus" | "leagueObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["fixture"]>
7937
7903
  export type FixtureInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7938
7904
  league?: boolean | LeagueDefaultArgs<ExtArgs>
7939
- scores?: boolean | Fixture$scoresArgs<ExtArgs>
7940
- LevrGame?: boolean | Fixture$LevrGameArgs<ExtArgs>
7941
- _count?: boolean | FixtureCountOutputTypeDefaultArgs<ExtArgs>
7942
7905
  }
7943
7906
 
7944
7907
  export type $FixturePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7945
7908
  name: "Fixture"
7946
7909
  objects: {
7947
7910
  league: Prisma.$LeaguePayload<ExtArgs>
7948
- scores: Prisma.$ScoresPayload<ExtArgs> | null
7949
- LevrGame: Prisma.$LevrGamePayload<ExtArgs>[]
7950
7911
  }
7951
7912
  scalars: $Extensions.GetPayloadResult<{
7952
7913
  objectId: string
@@ -8330,8 +8291,6 @@ export namespace Prisma {
8330
8291
  export interface Prisma__FixtureClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
8331
8292
  readonly [Symbol.toStringTag]: "PrismaPromise"
8332
8293
  league<T extends LeagueDefaultArgs<ExtArgs> = {}>(args?: Subset<T, LeagueDefaultArgs<ExtArgs>>): Prisma__LeagueClient<$Result.GetResult<Prisma.$LeaguePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
8333
- scores<T extends Fixture$scoresArgs<ExtArgs> = {}>(args?: Subset<T, Fixture$scoresArgs<ExtArgs>>): Prisma__ScoresClient<$Result.GetResult<Prisma.$ScoresPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
8334
- LevrGame<T extends Fixture$LevrGameArgs<ExtArgs> = {}>(args?: Subset<T, Fixture$LevrGameArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$LevrGamePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
8335
8294
  /**
8336
8295
  * Attaches callbacks for the resolution and/or rejection of the Promise.
8337
8296
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -8747,49 +8706,6 @@ export namespace Prisma {
8747
8706
  options?: InputJsonValue
8748
8707
  }
8749
8708
 
8750
- /**
8751
- * Fixture.scores
8752
- */
8753
- export type Fixture$scoresArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
8754
- /**
8755
- * Select specific fields to fetch from the Scores
8756
- */
8757
- select?: ScoresSelect<ExtArgs> | null
8758
- /**
8759
- * Omit specific fields from the Scores
8760
- */
8761
- omit?: ScoresOmit<ExtArgs> | null
8762
- /**
8763
- * Choose, which related nodes to fetch as well
8764
- */
8765
- include?: ScoresInclude<ExtArgs> | null
8766
- where?: ScoresWhereInput
8767
- }
8768
-
8769
- /**
8770
- * Fixture.LevrGame
8771
- */
8772
- export type Fixture$LevrGameArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
8773
- /**
8774
- * Select specific fields to fetch from the LevrGame
8775
- */
8776
- select?: LevrGameSelect<ExtArgs> | null
8777
- /**
8778
- * Omit specific fields from the LevrGame
8779
- */
8780
- omit?: LevrGameOmit<ExtArgs> | null
8781
- /**
8782
- * Choose, which related nodes to fetch as well
8783
- */
8784
- include?: LevrGameInclude<ExtArgs> | null
8785
- where?: LevrGameWhereInput
8786
- orderBy?: LevrGameOrderByWithRelationInput | LevrGameOrderByWithRelationInput[]
8787
- cursor?: LevrGameWhereUniqueInput
8788
- take?: number
8789
- skip?: number
8790
- distinct?: LevrGameScalarFieldEnum | LevrGameScalarFieldEnum[]
8791
- }
8792
-
8793
8709
  /**
8794
8710
  * Fixture without action
8795
8711
  */
@@ -9027,7 +8943,6 @@ export namespace Prisma {
9027
8943
  fixtureObjectId?: boolean
9028
8944
  createdAt?: boolean
9029
8945
  updatedAt?: boolean
9030
- Fixture?: boolean | FixtureDefaultArgs<ExtArgs>
9031
8946
  }, ExtArgs["result"]["scores"]>
9032
8947
 
9033
8948
 
@@ -9044,15 +8959,10 @@ export namespace Prisma {
9044
8959
  }
9045
8960
 
9046
8961
  export type ScoresOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "scoresByPeriodHome" | "scoresByPeriodAway" | "totalScoresHome" | "totalScoresAway" | "fixtureObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["scores"]>
9047
- export type ScoresInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
9048
- Fixture?: boolean | FixtureDefaultArgs<ExtArgs>
9049
- }
9050
8962
 
9051
8963
  export type $ScoresPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
9052
8964
  name: "Scores"
9053
- objects: {
9054
- Fixture: Prisma.$FixturePayload<ExtArgs>
9055
- }
8965
+ objects: {}
9056
8966
  scalars: $Extensions.GetPayloadResult<{
9057
8967
  objectId: string
9058
8968
  scoresByPeriodHome: Prisma.JsonValue
@@ -9425,7 +9335,6 @@ export namespace Prisma {
9425
9335
  */
9426
9336
  export interface Prisma__ScoresClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
9427
9337
  readonly [Symbol.toStringTag]: "PrismaPromise"
9428
- Fixture<T extends FixtureDefaultArgs<ExtArgs> = {}>(args?: Subset<T, FixtureDefaultArgs<ExtArgs>>): Prisma__FixtureClient<$Result.GetResult<Prisma.$FixturePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
9429
9338
  /**
9430
9339
  * Attaches callbacks for the resolution and/or rejection of the Promise.
9431
9340
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -9479,10 +9388,6 @@ export namespace Prisma {
9479
9388
  * Omit specific fields from the Scores
9480
9389
  */
9481
9390
  omit?: ScoresOmit<ExtArgs> | null
9482
- /**
9483
- * Choose, which related nodes to fetch as well
9484
- */
9485
- include?: ScoresInclude<ExtArgs> | null
9486
9391
  /**
9487
9392
  * Filter, which Scores to fetch.
9488
9393
  */
@@ -9501,10 +9406,6 @@ export namespace Prisma {
9501
9406
  * Omit specific fields from the Scores
9502
9407
  */
9503
9408
  omit?: ScoresOmit<ExtArgs> | null
9504
- /**
9505
- * Choose, which related nodes to fetch as well
9506
- */
9507
- include?: ScoresInclude<ExtArgs> | null
9508
9409
  /**
9509
9410
  * Filter, which Scores to fetch.
9510
9411
  */
@@ -9523,10 +9424,6 @@ export namespace Prisma {
9523
9424
  * Omit specific fields from the Scores
9524
9425
  */
9525
9426
  omit?: ScoresOmit<ExtArgs> | null
9526
- /**
9527
- * Choose, which related nodes to fetch as well
9528
- */
9529
- include?: ScoresInclude<ExtArgs> | null
9530
9427
  /**
9531
9428
  * Filter, which Scores to fetch.
9532
9429
  */
@@ -9575,10 +9472,6 @@ export namespace Prisma {
9575
9472
  * Omit specific fields from the Scores
9576
9473
  */
9577
9474
  omit?: ScoresOmit<ExtArgs> | null
9578
- /**
9579
- * Choose, which related nodes to fetch as well
9580
- */
9581
- include?: ScoresInclude<ExtArgs> | null
9582
9475
  /**
9583
9476
  * Filter, which Scores to fetch.
9584
9477
  */
@@ -9627,10 +9520,6 @@ export namespace Prisma {
9627
9520
  * Omit specific fields from the Scores
9628
9521
  */
9629
9522
  omit?: ScoresOmit<ExtArgs> | null
9630
- /**
9631
- * Choose, which related nodes to fetch as well
9632
- */
9633
- include?: ScoresInclude<ExtArgs> | null
9634
9523
  /**
9635
9524
  * Filter, which Scores to fetch.
9636
9525
  */
@@ -9674,10 +9563,6 @@ export namespace Prisma {
9674
9563
  * Omit specific fields from the Scores
9675
9564
  */
9676
9565
  omit?: ScoresOmit<ExtArgs> | null
9677
- /**
9678
- * Choose, which related nodes to fetch as well
9679
- */
9680
- include?: ScoresInclude<ExtArgs> | null
9681
9566
  /**
9682
9567
  * The data needed to create a Scores.
9683
9568
  */
@@ -9706,10 +9591,6 @@ export namespace Prisma {
9706
9591
  * Omit specific fields from the Scores
9707
9592
  */
9708
9593
  omit?: ScoresOmit<ExtArgs> | null
9709
- /**
9710
- * Choose, which related nodes to fetch as well
9711
- */
9712
- include?: ScoresInclude<ExtArgs> | null
9713
9594
  /**
9714
9595
  * The data needed to update a Scores.
9715
9596
  */
@@ -9750,10 +9631,6 @@ export namespace Prisma {
9750
9631
  * Omit specific fields from the Scores
9751
9632
  */
9752
9633
  omit?: ScoresOmit<ExtArgs> | null
9753
- /**
9754
- * Choose, which related nodes to fetch as well
9755
- */
9756
- include?: ScoresInclude<ExtArgs> | null
9757
9634
  /**
9758
9635
  * The filter to search for the Scores to update in case it exists.
9759
9636
  */
@@ -9780,10 +9657,6 @@ export namespace Prisma {
9780
9657
  * Omit specific fields from the Scores
9781
9658
  */
9782
9659
  omit?: ScoresOmit<ExtArgs> | null
9783
- /**
9784
- * Choose, which related nodes to fetch as well
9785
- */
9786
- include?: ScoresInclude<ExtArgs> | null
9787
9660
  /**
9788
9661
  * Filter which Scores to delete.
9789
9662
  */
@@ -9844,10 +9717,6 @@ export namespace Prisma {
9844
9717
  * Omit specific fields from the Scores
9845
9718
  */
9846
9719
  omit?: ScoresOmit<ExtArgs> | null
9847
- /**
9848
- * Choose, which related nodes to fetch as well
9849
- */
9850
- include?: ScoresInclude<ExtArgs> | null
9851
9720
  }
9852
9721
 
9853
9722
 
@@ -9901,7 +9770,6 @@ export namespace Prisma {
9901
9770
  opticOddsFixtureId: string | null
9902
9771
  lsportsFixtureId: string | null
9903
9772
  sportGroup: $Enums.SportGroup | null
9904
- fixtureObjectId: string | null
9905
9773
  tournamentObjectId: string | null
9906
9774
  leagueObjectId: string | null
9907
9775
  createdAt: Date | null
@@ -9930,7 +9798,6 @@ export namespace Prisma {
9930
9798
  opticOddsFixtureId: string | null
9931
9799
  lsportsFixtureId: string | null
9932
9800
  sportGroup: $Enums.SportGroup | null
9933
- fixtureObjectId: string | null
9934
9801
  tournamentObjectId: string | null
9935
9802
  leagueObjectId: string | null
9936
9803
  createdAt: Date | null
@@ -9961,7 +9828,6 @@ export namespace Prisma {
9961
9828
  opticOddsFixtureId: number
9962
9829
  lsportsFixtureId: number
9963
9830
  sportGroup: number
9964
- fixtureObjectId: number
9965
9831
  tournamentObjectId: number
9966
9832
  leagueObjectId: number
9967
9833
  createdAt: number
@@ -10008,7 +9874,6 @@ export namespace Prisma {
10008
9874
  opticOddsFixtureId?: true
10009
9875
  lsportsFixtureId?: true
10010
9876
  sportGroup?: true
10011
- fixtureObjectId?: true
10012
9877
  tournamentObjectId?: true
10013
9878
  leagueObjectId?: true
10014
9879
  createdAt?: true
@@ -10037,7 +9902,6 @@ export namespace Prisma {
10037
9902
  opticOddsFixtureId?: true
10038
9903
  lsportsFixtureId?: true
10039
9904
  sportGroup?: true
10040
- fixtureObjectId?: true
10041
9905
  tournamentObjectId?: true
10042
9906
  leagueObjectId?: true
10043
9907
  createdAt?: true
@@ -10068,7 +9932,6 @@ export namespace Prisma {
10068
9932
  opticOddsFixtureId?: true
10069
9933
  lsportsFixtureId?: true
10070
9934
  sportGroup?: true
10071
- fixtureObjectId?: true
10072
9935
  tournamentObjectId?: true
10073
9936
  leagueObjectId?: true
10074
9937
  createdAt?: true
@@ -10186,7 +10049,6 @@ export namespace Prisma {
10186
10049
  opticOddsFixtureId: string | null
10187
10050
  lsportsFixtureId: string | null
10188
10051
  sportGroup: $Enums.SportGroup
10189
- fixtureObjectId: string
10190
10052
  tournamentObjectId: string
10191
10053
  leagueObjectId: string
10192
10054
  createdAt: Date
@@ -10236,12 +10098,10 @@ export namespace Prisma {
10236
10098
  opticOddsFixtureId?: boolean
10237
10099
  lsportsFixtureId?: boolean
10238
10100
  sportGroup?: boolean
10239
- fixtureObjectId?: boolean
10240
10101
  tournamentObjectId?: boolean
10241
10102
  leagueObjectId?: boolean
10242
10103
  createdAt?: boolean
10243
10104
  updatedAt?: boolean
10244
- fixture?: boolean | FixtureDefaultArgs<ExtArgs>
10245
10105
  tournament?: boolean | TournamentDefaultArgs<ExtArgs>
10246
10106
  league?: boolean | LeagueDefaultArgs<ExtArgs>
10247
10107
  markets?: boolean | LevrGame$marketsArgs<ExtArgs>
@@ -10274,16 +10134,14 @@ export namespace Prisma {
10274
10134
  opticOddsFixtureId?: boolean
10275
10135
  lsportsFixtureId?: boolean
10276
10136
  sportGroup?: boolean
10277
- fixtureObjectId?: boolean
10278
10137
  tournamentObjectId?: boolean
10279
10138
  leagueObjectId?: boolean
10280
10139
  createdAt?: boolean
10281
10140
  updatedAt?: boolean
10282
10141
  }
10283
10142
 
10284
- 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" | "normalizationFactor" | "gamePhase" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId" | "sportGroup" | "fixtureObjectId" | "tournamentObjectId" | "leagueObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["levrGame"]>
10143
+ 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" | "normalizationFactor" | "gamePhase" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId" | "sportGroup" | "tournamentObjectId" | "leagueObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["levrGame"]>
10285
10144
  export type LevrGameInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
10286
- fixture?: boolean | FixtureDefaultArgs<ExtArgs>
10287
10145
  tournament?: boolean | TournamentDefaultArgs<ExtArgs>
10288
10146
  league?: boolean | LeagueDefaultArgs<ExtArgs>
10289
10147
  markets?: boolean | LevrGame$marketsArgs<ExtArgs>
@@ -10293,7 +10151,6 @@ export namespace Prisma {
10293
10151
  export type $LevrGamePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
10294
10152
  name: "LevrGame"
10295
10153
  objects: {
10296
- fixture: Prisma.$FixturePayload<ExtArgs>
10297
10154
  tournament: Prisma.$TournamentPayload<ExtArgs>
10298
10155
  league: Prisma.$LeaguePayload<ExtArgs>
10299
10156
  markets: Prisma.$MarketPayload<ExtArgs>[]
@@ -10322,7 +10179,6 @@ export namespace Prisma {
10322
10179
  opticOddsFixtureId: string | null
10323
10180
  lsportsFixtureId: string | null
10324
10181
  sportGroup: $Enums.SportGroup
10325
- fixtureObjectId: string
10326
10182
  tournamentObjectId: string
10327
10183
  leagueObjectId: string
10328
10184
  createdAt: Date
@@ -10690,7 +10546,6 @@ export namespace Prisma {
10690
10546
  */
10691
10547
  export interface Prisma__LevrGameClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
10692
10548
  readonly [Symbol.toStringTag]: "PrismaPromise"
10693
- fixture<T extends FixtureDefaultArgs<ExtArgs> = {}>(args?: Subset<T, FixtureDefaultArgs<ExtArgs>>): Prisma__FixtureClient<$Result.GetResult<Prisma.$FixturePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
10694
10549
  tournament<T extends TournamentDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TournamentDefaultArgs<ExtArgs>>): Prisma__TournamentClient<$Result.GetResult<Prisma.$TournamentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
10695
10550
  league<T extends LeagueDefaultArgs<ExtArgs> = {}>(args?: Subset<T, LeagueDefaultArgs<ExtArgs>>): Prisma__LeagueClient<$Result.GetResult<Prisma.$LeaguePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
10696
10551
  markets<T extends LevrGame$marketsArgs<ExtArgs> = {}>(args?: Subset<T, LevrGame$marketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MarketPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
@@ -10746,7 +10601,6 @@ export namespace Prisma {
10746
10601
  readonly opticOddsFixtureId: FieldRef<"LevrGame", 'String'>
10747
10602
  readonly lsportsFixtureId: FieldRef<"LevrGame", 'String'>
10748
10603
  readonly sportGroup: FieldRef<"LevrGame", 'SportGroup'>
10749
- readonly fixtureObjectId: FieldRef<"LevrGame", 'String'>
10750
10604
  readonly tournamentObjectId: FieldRef<"LevrGame", 'String'>
10751
10605
  readonly leagueObjectId: FieldRef<"LevrGame", 'String'>
10752
10606
  readonly createdAt: FieldRef<"LevrGame", 'DateTime'>
@@ -16662,7 +16516,6 @@ export namespace Prisma {
16662
16516
  opticOddsFixtureId: 'opticOddsFixtureId',
16663
16517
  lsportsFixtureId: 'lsportsFixtureId',
16664
16518
  sportGroup: 'sportGroup',
16665
- fixtureObjectId: 'fixtureObjectId',
16666
16519
  tournamentObjectId: 'tournamentObjectId',
16667
16520
  leagueObjectId: 'leagueObjectId',
16668
16521
  createdAt: 'createdAt',
@@ -17453,8 +17306,6 @@ export namespace Prisma {
17453
17306
  createdAt?: DateTimeFilter<"Fixture"> | Date | string
17454
17307
  updatedAt?: DateTimeFilter<"Fixture"> | Date | string
17455
17308
  league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
17456
- scores?: XOR<ScoresNullableScalarRelationFilter, ScoresWhereInput> | null
17457
- LevrGame?: LevrGameListRelationFilter
17458
17309
  }
17459
17310
 
17460
17311
  export type FixtureOrderByWithRelationInput = {
@@ -17476,8 +17327,6 @@ export namespace Prisma {
17476
17327
  createdAt?: SortOrder
17477
17328
  updatedAt?: SortOrder
17478
17329
  league?: LeagueOrderByWithRelationInput
17479
- scores?: ScoresOrderByWithRelationInput
17480
- LevrGame?: LevrGameOrderByRelationAggregateInput
17481
17330
  }
17482
17331
 
17483
17332
  export type FixtureWhereUniqueInput = Prisma.AtLeast<{
@@ -17502,8 +17351,6 @@ export namespace Prisma {
17502
17351
  createdAt?: DateTimeFilter<"Fixture"> | Date | string
17503
17352
  updatedAt?: DateTimeFilter<"Fixture"> | Date | string
17504
17353
  league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
17505
- scores?: XOR<ScoresNullableScalarRelationFilter, ScoresWhereInput> | null
17506
- LevrGame?: LevrGameListRelationFilter
17507
17354
  }, "objectId" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId">
17508
17355
 
17509
17356
  export type FixtureOrderByWithAggregationInput = {
@@ -17564,7 +17411,6 @@ export namespace Prisma {
17564
17411
  fixtureObjectId?: StringFilter<"Scores"> | string
17565
17412
  createdAt?: DateTimeFilter<"Scores"> | Date | string
17566
17413
  updatedAt?: DateTimeFilter<"Scores"> | Date | string
17567
- Fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
17568
17414
  }
17569
17415
 
17570
17416
  export type ScoresOrderByWithRelationInput = {
@@ -17576,7 +17422,6 @@ export namespace Prisma {
17576
17422
  fixtureObjectId?: SortOrder
17577
17423
  createdAt?: SortOrder
17578
17424
  updatedAt?: SortOrder
17579
- Fixture?: FixtureOrderByWithRelationInput
17580
17425
  }
17581
17426
 
17582
17427
  export type ScoresWhereUniqueInput = Prisma.AtLeast<{
@@ -17591,7 +17436,6 @@ export namespace Prisma {
17591
17436
  totalScoresAway?: FloatFilter<"Scores"> | number
17592
17437
  createdAt?: DateTimeFilter<"Scores"> | Date | string
17593
17438
  updatedAt?: DateTimeFilter<"Scores"> | Date | string
17594
- Fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
17595
17439
  }, "objectId" | "fixtureObjectId">
17596
17440
 
17597
17441
  export type ScoresOrderByWithAggregationInput = {
@@ -17651,12 +17495,10 @@ export namespace Prisma {
17651
17495
  opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
17652
17496
  lsportsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
17653
17497
  sportGroup?: EnumSportGroupFilter<"LevrGame"> | $Enums.SportGroup
17654
- fixtureObjectId?: StringFilter<"LevrGame"> | string
17655
17498
  tournamentObjectId?: StringFilter<"LevrGame"> | string
17656
17499
  leagueObjectId?: StringFilter<"LevrGame"> | string
17657
17500
  createdAt?: DateTimeFilter<"LevrGame"> | Date | string
17658
17501
  updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
17659
- fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
17660
17502
  tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
17661
17503
  league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
17662
17504
  markets?: MarketListRelationFilter
@@ -17686,12 +17528,10 @@ export namespace Prisma {
17686
17528
  opticOddsFixtureId?: SortOrder
17687
17529
  lsportsFixtureId?: SortOrder
17688
17530
  sportGroup?: SortOrder
17689
- fixtureObjectId?: SortOrder
17690
17531
  tournamentObjectId?: SortOrder
17691
17532
  leagueObjectId?: SortOrder
17692
17533
  createdAt?: SortOrder
17693
17534
  updatedAt?: SortOrder
17694
- fixture?: FixtureOrderByWithRelationInput
17695
17535
  tournament?: TournamentOrderByWithRelationInput
17696
17536
  league?: LeagueOrderByWithRelationInput
17697
17537
  markets?: MarketOrderByRelationAggregateInput
@@ -17726,12 +17566,10 @@ export namespace Prisma {
17726
17566
  opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
17727
17567
  lsportsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
17728
17568
  sportGroup?: EnumSportGroupFilter<"LevrGame"> | $Enums.SportGroup
17729
- fixtureObjectId?: StringFilter<"LevrGame"> | string
17730
17569
  tournamentObjectId?: StringFilter<"LevrGame"> | string
17731
17570
  leagueObjectId?: StringFilter<"LevrGame"> | string
17732
17571
  createdAt?: DateTimeFilter<"LevrGame"> | Date | string
17733
17572
  updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
17734
- fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
17735
17573
  tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
17736
17574
  league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
17737
17575
  markets?: MarketListRelationFilter
@@ -17761,7 +17599,6 @@ export namespace Prisma {
17761
17599
  opticOddsFixtureId?: SortOrder
17762
17600
  lsportsFixtureId?: SortOrder
17763
17601
  sportGroup?: SortOrder
17764
- fixtureObjectId?: SortOrder
17765
17602
  tournamentObjectId?: SortOrder
17766
17603
  leagueObjectId?: SortOrder
17767
17604
  createdAt?: SortOrder
@@ -17800,7 +17637,6 @@ export namespace Prisma {
17800
17637
  opticOddsFixtureId?: StringNullableWithAggregatesFilter<"LevrGame"> | string | null
17801
17638
  lsportsFixtureId?: StringNullableWithAggregatesFilter<"LevrGame"> | string | null
17802
17639
  sportGroup?: EnumSportGroupWithAggregatesFilter<"LevrGame"> | $Enums.SportGroup
17803
- fixtureObjectId?: StringWithAggregatesFilter<"LevrGame"> | string
17804
17640
  tournamentObjectId?: StringWithAggregatesFilter<"LevrGame"> | string
17805
17641
  leagueObjectId?: StringWithAggregatesFilter<"LevrGame"> | string
17806
17642
  createdAt?: DateTimeWithAggregatesFilter<"LevrGame"> | Date | string
@@ -18804,8 +18640,6 @@ export namespace Prisma {
18804
18640
  createdAt?: Date | string
18805
18641
  updatedAt?: Date | string
18806
18642
  league: LeagueCreateNestedOneWithoutFixturesInput
18807
- scores?: ScoresCreateNestedOneWithoutFixtureInput
18808
- LevrGame?: LevrGameCreateNestedManyWithoutFixtureInput
18809
18643
  }
18810
18644
 
18811
18645
  export type FixtureUncheckedCreateInput = {
@@ -18826,8 +18660,6 @@ export namespace Prisma {
18826
18660
  leagueObjectId: string
18827
18661
  createdAt?: Date | string
18828
18662
  updatedAt?: Date | string
18829
- scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
18830
- LevrGame?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
18831
18663
  }
18832
18664
 
18833
18665
  export type FixtureUpdateInput = {
@@ -18847,8 +18679,6 @@ export namespace Prisma {
18847
18679
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
18848
18680
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
18849
18681
  league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
18850
- scores?: ScoresUpdateOneWithoutFixtureNestedInput
18851
- LevrGame?: LevrGameUpdateManyWithoutFixtureNestedInput
18852
18682
  }
18853
18683
 
18854
18684
  export type FixtureUncheckedUpdateInput = {
@@ -18868,8 +18698,6 @@ export namespace Prisma {
18868
18698
  leagueObjectId?: StringFieldUpdateOperationsInput | string
18869
18699
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
18870
18700
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
18871
- scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
18872
- LevrGame?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
18873
18701
  }
18874
18702
 
18875
18703
  export type FixtureCreateManyInput = {
@@ -18935,9 +18763,9 @@ export namespace Prisma {
18935
18763
  scoresByPeriodAway: InputJsonValue
18936
18764
  totalScoresHome: number
18937
18765
  totalScoresAway: number
18766
+ fixtureObjectId: string
18938
18767
  createdAt?: Date | string
18939
18768
  updatedAt?: Date | string
18940
- Fixture: FixtureCreateNestedOneWithoutScoresInput
18941
18769
  }
18942
18770
 
18943
18771
  export type ScoresUncheckedCreateInput = {
@@ -18956,9 +18784,9 @@ export namespace Prisma {
18956
18784
  scoresByPeriodAway?: InputJsonValue | InputJsonValue
18957
18785
  totalScoresHome?: FloatFieldUpdateOperationsInput | number
18958
18786
  totalScoresAway?: FloatFieldUpdateOperationsInput | number
18787
+ fixtureObjectId?: StringFieldUpdateOperationsInput | string
18959
18788
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
18960
18789
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
18961
- Fixture?: FixtureUpdateOneRequiredWithoutScoresNestedInput
18962
18790
  }
18963
18791
 
18964
18792
  export type ScoresUncheckedUpdateInput = {
@@ -18987,6 +18815,7 @@ export namespace Prisma {
18987
18815
  scoresByPeriodAway?: InputJsonValue | InputJsonValue
18988
18816
  totalScoresHome?: FloatFieldUpdateOperationsInput | number
18989
18817
  totalScoresAway?: FloatFieldUpdateOperationsInput | number
18818
+ fixtureObjectId?: StringFieldUpdateOperationsInput | string
18990
18819
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
18991
18820
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
18992
18821
  }
@@ -19027,7 +18856,6 @@ export namespace Prisma {
19027
18856
  sportGroup: $Enums.SportGroup
19028
18857
  createdAt?: Date | string
19029
18858
  updatedAt?: Date | string
19030
- fixture: FixtureCreateNestedOneWithoutLevrGameInput
19031
18859
  tournament: TournamentCreateNestedOneWithoutGamesInput
19032
18860
  league: LeagueCreateNestedOneWithoutGamesInput
19033
18861
  markets?: MarketCreateNestedManyWithoutLevrGameInput
@@ -19057,7 +18885,6 @@ export namespace Prisma {
19057
18885
  opticOddsFixtureId?: string | null
19058
18886
  lsportsFixtureId?: string | null
19059
18887
  sportGroup: $Enums.SportGroup
19060
- fixtureObjectId: string
19061
18888
  tournamentObjectId: string
19062
18889
  leagueObjectId: string
19063
18890
  createdAt?: Date | string
@@ -19090,7 +18917,6 @@ export namespace Prisma {
19090
18917
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
19091
18918
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
19092
18919
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
19093
- fixture?: FixtureUpdateOneRequiredWithoutLevrGameNestedInput
19094
18920
  tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
19095
18921
  league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
19096
18922
  markets?: MarketUpdateManyWithoutLevrGameNestedInput
@@ -19119,7 +18945,6 @@ export namespace Prisma {
19119
18945
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
19120
18946
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
19121
18947
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
19122
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
19123
18948
  tournamentObjectId?: StringFieldUpdateOperationsInput | string
19124
18949
  leagueObjectId?: StringFieldUpdateOperationsInput | string
19125
18950
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -19151,7 +18976,6 @@ export namespace Prisma {
19151
18976
  opticOddsFixtureId?: string | null
19152
18977
  lsportsFixtureId?: string | null
19153
18978
  sportGroup: $Enums.SportGroup
19154
- fixtureObjectId: string
19155
18979
  tournamentObjectId: string
19156
18980
  leagueObjectId: string
19157
18981
  createdAt?: Date | string
@@ -19208,7 +19032,6 @@ export namespace Prisma {
19208
19032
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
19209
19033
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
19210
19034
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
19211
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
19212
19035
  tournamentObjectId?: StringFieldUpdateOperationsInput | string
19213
19036
  leagueObjectId?: StringFieldUpdateOperationsInput | string
19214
19037
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -20283,11 +20106,6 @@ export namespace Prisma {
20283
20106
  not?: NestedEnumFixtureStatusFilter<$PrismaModel> | $Enums.FixtureStatus
20284
20107
  }
20285
20108
 
20286
- export type ScoresNullableScalarRelationFilter = {
20287
- is?: ScoresWhereInput | null
20288
- isNot?: ScoresWhereInput | null
20289
- }
20290
-
20291
20109
  export type FixtureCountOrderByAggregateInput = {
20292
20110
  objectId?: SortOrder
20293
20111
  levrFixtureId?: SortOrder
@@ -20398,11 +20216,6 @@ export namespace Prisma {
20398
20216
  not?: NestedFloatFilter<$PrismaModel> | number
20399
20217
  }
20400
20218
 
20401
- export type FixtureScalarRelationFilter = {
20402
- is?: FixtureWhereInput
20403
- isNot?: FixtureWhereInput
20404
- }
20405
-
20406
20219
  export type ScoresCountOrderByAggregateInput = {
20407
20220
  objectId?: SortOrder
20408
20221
  scoresByPeriodHome?: SortOrder
@@ -20521,7 +20334,6 @@ export namespace Prisma {
20521
20334
  opticOddsFixtureId?: SortOrder
20522
20335
  lsportsFixtureId?: SortOrder
20523
20336
  sportGroup?: SortOrder
20524
- fixtureObjectId?: SortOrder
20525
20337
  tournamentObjectId?: SortOrder
20526
20338
  leagueObjectId?: SortOrder
20527
20339
  createdAt?: SortOrder
@@ -20558,7 +20370,6 @@ export namespace Prisma {
20558
20370
  opticOddsFixtureId?: SortOrder
20559
20371
  lsportsFixtureId?: SortOrder
20560
20372
  sportGroup?: SortOrder
20561
- fixtureObjectId?: SortOrder
20562
20373
  tournamentObjectId?: SortOrder
20563
20374
  leagueObjectId?: SortOrder
20564
20375
  createdAt?: SortOrder
@@ -20587,7 +20398,6 @@ export namespace Prisma {
20587
20398
  opticOddsFixtureId?: SortOrder
20588
20399
  lsportsFixtureId?: SortOrder
20589
20400
  sportGroup?: SortOrder
20590
- fixtureObjectId?: SortOrder
20591
20401
  tournamentObjectId?: SortOrder
20592
20402
  leagueObjectId?: SortOrder
20593
20403
  createdAt?: SortOrder
@@ -21355,32 +21165,6 @@ export namespace Prisma {
21355
21165
  connect?: LeagueWhereUniqueInput
21356
21166
  }
21357
21167
 
21358
- export type ScoresCreateNestedOneWithoutFixtureInput = {
21359
- create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
21360
- connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
21361
- connect?: ScoresWhereUniqueInput
21362
- }
21363
-
21364
- export type LevrGameCreateNestedManyWithoutFixtureInput = {
21365
- create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
21366
- connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
21367
- createMany?: LevrGameCreateManyFixtureInputEnvelope
21368
- connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21369
- }
21370
-
21371
- export type ScoresUncheckedCreateNestedOneWithoutFixtureInput = {
21372
- create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
21373
- connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
21374
- connect?: ScoresWhereUniqueInput
21375
- }
21376
-
21377
- export type LevrGameUncheckedCreateNestedManyWithoutFixtureInput = {
21378
- create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
21379
- connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
21380
- createMany?: LevrGameCreateManyFixtureInputEnvelope
21381
- connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21382
- }
21383
-
21384
21168
  export type NullableStringFieldUpdateOperationsInput = {
21385
21169
  set?: string | null
21386
21170
  unset?: boolean
@@ -21398,60 +21182,6 @@ export namespace Prisma {
21398
21182
  update?: XOR<XOR<LeagueUpdateToOneWithWhereWithoutFixturesInput, LeagueUpdateWithoutFixturesInput>, LeagueUncheckedUpdateWithoutFixturesInput>
21399
21183
  }
21400
21184
 
21401
- export type ScoresUpdateOneWithoutFixtureNestedInput = {
21402
- create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
21403
- connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
21404
- upsert?: ScoresUpsertWithoutFixtureInput
21405
- disconnect?: ScoresWhereInput | boolean
21406
- delete?: ScoresWhereInput | boolean
21407
- connect?: ScoresWhereUniqueInput
21408
- update?: XOR<XOR<ScoresUpdateToOneWithWhereWithoutFixtureInput, ScoresUpdateWithoutFixtureInput>, ScoresUncheckedUpdateWithoutFixtureInput>
21409
- }
21410
-
21411
- export type LevrGameUpdateManyWithoutFixtureNestedInput = {
21412
- create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
21413
- connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
21414
- upsert?: LevrGameUpsertWithWhereUniqueWithoutFixtureInput | LevrGameUpsertWithWhereUniqueWithoutFixtureInput[]
21415
- createMany?: LevrGameCreateManyFixtureInputEnvelope
21416
- set?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21417
- disconnect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21418
- delete?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21419
- connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21420
- update?: LevrGameUpdateWithWhereUniqueWithoutFixtureInput | LevrGameUpdateWithWhereUniqueWithoutFixtureInput[]
21421
- updateMany?: LevrGameUpdateManyWithWhereWithoutFixtureInput | LevrGameUpdateManyWithWhereWithoutFixtureInput[]
21422
- deleteMany?: LevrGameScalarWhereInput | LevrGameScalarWhereInput[]
21423
- }
21424
-
21425
- export type ScoresUncheckedUpdateOneWithoutFixtureNestedInput = {
21426
- create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
21427
- connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
21428
- upsert?: ScoresUpsertWithoutFixtureInput
21429
- disconnect?: ScoresWhereInput | boolean
21430
- delete?: ScoresWhereInput | boolean
21431
- connect?: ScoresWhereUniqueInput
21432
- update?: XOR<XOR<ScoresUpdateToOneWithWhereWithoutFixtureInput, ScoresUpdateWithoutFixtureInput>, ScoresUncheckedUpdateWithoutFixtureInput>
21433
- }
21434
-
21435
- export type LevrGameUncheckedUpdateManyWithoutFixtureNestedInput = {
21436
- create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
21437
- connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
21438
- upsert?: LevrGameUpsertWithWhereUniqueWithoutFixtureInput | LevrGameUpsertWithWhereUniqueWithoutFixtureInput[]
21439
- createMany?: LevrGameCreateManyFixtureInputEnvelope
21440
- set?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21441
- disconnect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21442
- delete?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21443
- connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
21444
- update?: LevrGameUpdateWithWhereUniqueWithoutFixtureInput | LevrGameUpdateWithWhereUniqueWithoutFixtureInput[]
21445
- updateMany?: LevrGameUpdateManyWithWhereWithoutFixtureInput | LevrGameUpdateManyWithWhereWithoutFixtureInput[]
21446
- deleteMany?: LevrGameScalarWhereInput | LevrGameScalarWhereInput[]
21447
- }
21448
-
21449
- export type FixtureCreateNestedOneWithoutScoresInput = {
21450
- create?: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
21451
- connectOrCreate?: FixtureCreateOrConnectWithoutScoresInput
21452
- connect?: FixtureWhereUniqueInput
21453
- }
21454
-
21455
21185
  export type FloatFieldUpdateOperationsInput = {
21456
21186
  set?: number
21457
21187
  increment?: number
@@ -21460,20 +21190,6 @@ export namespace Prisma {
21460
21190
  divide?: number
21461
21191
  }
21462
21192
 
21463
- export type FixtureUpdateOneRequiredWithoutScoresNestedInput = {
21464
- create?: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
21465
- connectOrCreate?: FixtureCreateOrConnectWithoutScoresInput
21466
- upsert?: FixtureUpsertWithoutScoresInput
21467
- connect?: FixtureWhereUniqueInput
21468
- update?: XOR<XOR<FixtureUpdateToOneWithWhereWithoutScoresInput, FixtureUpdateWithoutScoresInput>, FixtureUncheckedUpdateWithoutScoresInput>
21469
- }
21470
-
21471
- export type FixtureCreateNestedOneWithoutLevrGameInput = {
21472
- create?: XOR<FixtureCreateWithoutLevrGameInput, FixtureUncheckedCreateWithoutLevrGameInput>
21473
- connectOrCreate?: FixtureCreateOrConnectWithoutLevrGameInput
21474
- connect?: FixtureWhereUniqueInput
21475
- }
21476
-
21477
21193
  export type TournamentCreateNestedOneWithoutGamesInput = {
21478
21194
  create?: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
21479
21195
  connectOrCreate?: TournamentCreateOrConnectWithoutGamesInput
@@ -21509,14 +21225,6 @@ export namespace Prisma {
21509
21225
  set?: $Enums.GamePhase
21510
21226
  }
21511
21227
 
21512
- export type FixtureUpdateOneRequiredWithoutLevrGameNestedInput = {
21513
- create?: XOR<FixtureCreateWithoutLevrGameInput, FixtureUncheckedCreateWithoutLevrGameInput>
21514
- connectOrCreate?: FixtureCreateOrConnectWithoutLevrGameInput
21515
- upsert?: FixtureUpsertWithoutLevrGameInput
21516
- connect?: FixtureWhereUniqueInput
21517
- update?: XOR<XOR<FixtureUpdateToOneWithWhereWithoutLevrGameInput, FixtureUpdateWithoutLevrGameInput>, FixtureUncheckedUpdateWithoutLevrGameInput>
21518
- }
21519
-
21520
21228
  export type TournamentUpdateOneRequiredWithoutGamesNestedInput = {
21521
21229
  create?: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
21522
21230
  connectOrCreate?: TournamentCreateOrConnectWithoutGamesInput
@@ -22068,7 +21776,6 @@ export namespace Prisma {
22068
21776
  sportGroup: $Enums.SportGroup
22069
21777
  createdAt?: Date | string
22070
21778
  updatedAt?: Date | string
22071
- fixture: FixtureCreateNestedOneWithoutLevrGameInput
22072
21779
  league: LeagueCreateNestedOneWithoutGamesInput
22073
21780
  markets?: MarketCreateNestedManyWithoutLevrGameInput
22074
21781
  }
@@ -22097,7 +21804,6 @@ export namespace Prisma {
22097
21804
  opticOddsFixtureId?: string | null
22098
21805
  lsportsFixtureId?: string | null
22099
21806
  sportGroup: $Enums.SportGroup
22100
- fixtureObjectId: string
22101
21807
  leagueObjectId: string
22102
21808
  createdAt?: Date | string
22103
21809
  updatedAt?: Date | string
@@ -22203,7 +21909,6 @@ export namespace Prisma {
22203
21909
  opticOddsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
22204
21910
  lsportsFixtureId?: StringNullableFilter<"LevrGame"> | string | null
22205
21911
  sportGroup?: EnumSportGroupFilter<"LevrGame"> | $Enums.SportGroup
22206
- fixtureObjectId?: StringFilter<"LevrGame"> | string
22207
21912
  tournamentObjectId?: StringFilter<"LevrGame"> | string
22208
21913
  leagueObjectId?: StringFilter<"LevrGame"> | string
22209
21914
  createdAt?: DateTimeFilter<"LevrGame"> | Date | string
@@ -22403,7 +22108,6 @@ export namespace Prisma {
22403
22108
  sportGroup: $Enums.SportGroup
22404
22109
  createdAt?: Date | string
22405
22110
  updatedAt?: Date | string
22406
- fixture: FixtureCreateNestedOneWithoutLevrGameInput
22407
22111
  tournament: TournamentCreateNestedOneWithoutGamesInput
22408
22112
  markets?: MarketCreateNestedManyWithoutLevrGameInput
22409
22113
  }
@@ -22432,7 +22136,6 @@ export namespace Prisma {
22432
22136
  opticOddsFixtureId?: string | null
22433
22137
  lsportsFixtureId?: string | null
22434
22138
  sportGroup: $Enums.SportGroup
22435
- fixtureObjectId: string
22436
22139
  tournamentObjectId: string
22437
22140
  createdAt?: Date | string
22438
22141
  updatedAt?: Date | string
@@ -22465,8 +22168,6 @@ export namespace Prisma {
22465
22168
  fixtureStatus: $Enums.FixtureStatus
22466
22169
  createdAt?: Date | string
22467
22170
  updatedAt?: Date | string
22468
- scores?: ScoresCreateNestedOneWithoutFixtureInput
22469
- LevrGame?: LevrGameCreateNestedManyWithoutFixtureInput
22470
22171
  }
22471
22172
 
22472
22173
  export type FixtureUncheckedCreateWithoutLeagueInput = {
@@ -22486,8 +22187,6 @@ export namespace Prisma {
22486
22187
  fixtureStatus: $Enums.FixtureStatus
22487
22188
  createdAt?: Date | string
22488
22189
  updatedAt?: Date | string
22489
- scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
22490
- LevrGame?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
22491
22190
  }
22492
22191
 
22493
22192
  export type FixtureCreateOrConnectWithoutLeagueInput = {
@@ -22837,102 +22536,6 @@ export namespace Prisma {
22837
22536
  create: XOR<LeagueCreateWithoutFixturesInput, LeagueUncheckedCreateWithoutFixturesInput>
22838
22537
  }
22839
22538
 
22840
- export type ScoresCreateWithoutFixtureInput = {
22841
- objectId?: string
22842
- scoresByPeriodHome: InputJsonValue
22843
- scoresByPeriodAway: InputJsonValue
22844
- totalScoresHome: number
22845
- totalScoresAway: number
22846
- createdAt?: Date | string
22847
- updatedAt?: Date | string
22848
- }
22849
-
22850
- export type ScoresUncheckedCreateWithoutFixtureInput = {
22851
- objectId?: string
22852
- scoresByPeriodHome: InputJsonValue
22853
- scoresByPeriodAway: InputJsonValue
22854
- totalScoresHome: number
22855
- totalScoresAway: number
22856
- createdAt?: Date | string
22857
- updatedAt?: Date | string
22858
- }
22859
-
22860
- export type ScoresCreateOrConnectWithoutFixtureInput = {
22861
- where: ScoresWhereUniqueInput
22862
- create: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
22863
- }
22864
-
22865
- export type LevrGameCreateWithoutFixtureInput = {
22866
- objectId?: string
22867
- gameId: number
22868
- txHash: string
22869
- chainId: number
22870
- seasonType: string
22871
- venue: string
22872
- eventName: string
22873
- location: string
22874
- venueLocation: string
22875
- gameClock: string
22876
- paused?: boolean
22877
- fixtureDate: Date | string
22878
- wentLiveAt?: Date | string | null
22879
- homeTeam: InputJsonValue
22880
- awayTeam: InputJsonValue
22881
- currentPeriod?: number
22882
- actualDuration?: number
22883
- normalizationFactor: number
22884
- gamePhase?: $Enums.GamePhase
22885
- levrFixtureId: string
22886
- opticOddsFixtureId?: string | null
22887
- lsportsFixtureId?: string | null
22888
- sportGroup: $Enums.SportGroup
22889
- createdAt?: Date | string
22890
- updatedAt?: Date | string
22891
- tournament: TournamentCreateNestedOneWithoutGamesInput
22892
- league: LeagueCreateNestedOneWithoutGamesInput
22893
- markets?: MarketCreateNestedManyWithoutLevrGameInput
22894
- }
22895
-
22896
- export type LevrGameUncheckedCreateWithoutFixtureInput = {
22897
- objectId?: string
22898
- gameId: number
22899
- txHash: string
22900
- chainId: number
22901
- seasonType: string
22902
- venue: string
22903
- eventName: string
22904
- location: string
22905
- venueLocation: string
22906
- gameClock: string
22907
- paused?: boolean
22908
- fixtureDate: Date | string
22909
- wentLiveAt?: Date | string | null
22910
- homeTeam: InputJsonValue
22911
- awayTeam: InputJsonValue
22912
- currentPeriod?: number
22913
- actualDuration?: number
22914
- normalizationFactor: number
22915
- gamePhase?: $Enums.GamePhase
22916
- levrFixtureId: string
22917
- opticOddsFixtureId?: string | null
22918
- lsportsFixtureId?: string | null
22919
- sportGroup: $Enums.SportGroup
22920
- tournamentObjectId: string
22921
- leagueObjectId: string
22922
- createdAt?: Date | string
22923
- updatedAt?: Date | string
22924
- markets?: MarketUncheckedCreateNestedManyWithoutLevrGameInput
22925
- }
22926
-
22927
- export type LevrGameCreateOrConnectWithoutFixtureInput = {
22928
- where: LevrGameWhereUniqueInput
22929
- create: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput>
22930
- }
22931
-
22932
- export type LevrGameCreateManyFixtureInputEnvelope = {
22933
- data: LevrGameCreateManyFixtureInput | LevrGameCreateManyFixtureInput[]
22934
- }
22935
-
22936
22539
  export type LeagueUpsertWithoutFixturesInput = {
22937
22540
  update: XOR<LeagueUpdateWithoutFixturesInput, LeagueUncheckedUpdateWithoutFixturesInput>
22938
22541
  create: XOR<LeagueCreateWithoutFixturesInput, LeagueUncheckedCreateWithoutFixturesInput>
@@ -22980,208 +22583,18 @@ export namespace Prisma {
22980
22583
  teams?: TeamDataUncheckedUpdateManyWithoutLeagueNestedInput
22981
22584
  }
22982
22585
 
22983
- export type ScoresUpsertWithoutFixtureInput = {
22984
- update: XOR<ScoresUpdateWithoutFixtureInput, ScoresUncheckedUpdateWithoutFixtureInput>
22985
- create: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
22986
- where?: ScoresWhereInput
22987
- }
22988
-
22989
- export type ScoresUpdateToOneWithWhereWithoutFixtureInput = {
22990
- where?: ScoresWhereInput
22991
- data: XOR<ScoresUpdateWithoutFixtureInput, ScoresUncheckedUpdateWithoutFixtureInput>
22992
- }
22993
-
22994
- export type ScoresUpdateWithoutFixtureInput = {
22995
- scoresByPeriodHome?: InputJsonValue | InputJsonValue
22996
- scoresByPeriodAway?: InputJsonValue | InputJsonValue
22997
- totalScoresHome?: FloatFieldUpdateOperationsInput | number
22998
- totalScoresAway?: FloatFieldUpdateOperationsInput | number
22999
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23000
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23001
- }
23002
-
23003
- export type ScoresUncheckedUpdateWithoutFixtureInput = {
23004
- scoresByPeriodHome?: InputJsonValue | InputJsonValue
23005
- scoresByPeriodAway?: InputJsonValue | InputJsonValue
23006
- totalScoresHome?: FloatFieldUpdateOperationsInput | number
23007
- totalScoresAway?: FloatFieldUpdateOperationsInput | number
23008
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23009
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23010
- }
23011
-
23012
- export type LevrGameUpsertWithWhereUniqueWithoutFixtureInput = {
23013
- where: LevrGameWhereUniqueInput
23014
- update: XOR<LevrGameUpdateWithoutFixtureInput, LevrGameUncheckedUpdateWithoutFixtureInput>
23015
- create: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput>
23016
- }
23017
-
23018
- export type LevrGameUpdateWithWhereUniqueWithoutFixtureInput = {
23019
- where: LevrGameWhereUniqueInput
23020
- data: XOR<LevrGameUpdateWithoutFixtureInput, LevrGameUncheckedUpdateWithoutFixtureInput>
23021
- }
23022
-
23023
- export type LevrGameUpdateManyWithWhereWithoutFixtureInput = {
23024
- where: LevrGameScalarWhereInput
23025
- data: XOR<LevrGameUpdateManyMutationInput, LevrGameUncheckedUpdateManyWithoutFixtureInput>
23026
- }
23027
-
23028
- export type FixtureCreateWithoutScoresInput = {
23029
- objectId?: string
23030
- levrFixtureId: string
23031
- opticOddsFixtureId?: string | null
23032
- lsportsFixtureId?: string | null
23033
- seasonType: string
23034
- venue: string
23035
- eventName: string
23036
- location: string
23037
- venueLocation: string
23038
- fixtureDate: Date | string
23039
- lastUpdated: Date | string
23040
- homeTeam: InputJsonValue
23041
- awayTeam: InputJsonValue
23042
- fixtureStatus: $Enums.FixtureStatus
23043
- createdAt?: Date | string
23044
- updatedAt?: Date | string
23045
- league: LeagueCreateNestedOneWithoutFixturesInput
23046
- LevrGame?: LevrGameCreateNestedManyWithoutFixtureInput
23047
- }
23048
-
23049
- export type FixtureUncheckedCreateWithoutScoresInput = {
23050
- objectId?: string
23051
- levrFixtureId: string
23052
- opticOddsFixtureId?: string | null
23053
- lsportsFixtureId?: string | null
23054
- seasonType: string
23055
- venue: string
23056
- eventName: string
23057
- location: string
23058
- venueLocation: string
23059
- fixtureDate: Date | string
23060
- lastUpdated: Date | string
23061
- homeTeam: InputJsonValue
23062
- awayTeam: InputJsonValue
23063
- fixtureStatus: $Enums.FixtureStatus
23064
- leagueObjectId: string
23065
- createdAt?: Date | string
23066
- updatedAt?: Date | string
23067
- LevrGame?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
23068
- }
23069
-
23070
- export type FixtureCreateOrConnectWithoutScoresInput = {
23071
- where: FixtureWhereUniqueInput
23072
- create: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
23073
- }
23074
-
23075
- export type FixtureUpsertWithoutScoresInput = {
23076
- update: XOR<FixtureUpdateWithoutScoresInput, FixtureUncheckedUpdateWithoutScoresInput>
23077
- create: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
23078
- where?: FixtureWhereInput
23079
- }
23080
-
23081
- export type FixtureUpdateToOneWithWhereWithoutScoresInput = {
23082
- where?: FixtureWhereInput
23083
- data: XOR<FixtureUpdateWithoutScoresInput, FixtureUncheckedUpdateWithoutScoresInput>
23084
- }
23085
-
23086
- export type FixtureUpdateWithoutScoresInput = {
23087
- levrFixtureId?: StringFieldUpdateOperationsInput | string
23088
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23089
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23090
- seasonType?: StringFieldUpdateOperationsInput | string
23091
- venue?: StringFieldUpdateOperationsInput | string
23092
- eventName?: StringFieldUpdateOperationsInput | string
23093
- location?: StringFieldUpdateOperationsInput | string
23094
- venueLocation?: StringFieldUpdateOperationsInput | string
23095
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
23096
- lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
23097
- homeTeam?: InputJsonValue | InputJsonValue
23098
- awayTeam?: InputJsonValue | InputJsonValue
23099
- fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
23100
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23101
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23102
- league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
23103
- LevrGame?: LevrGameUpdateManyWithoutFixtureNestedInput
23104
- }
23105
-
23106
- export type FixtureUncheckedUpdateWithoutScoresInput = {
23107
- levrFixtureId?: StringFieldUpdateOperationsInput | string
23108
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23109
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23110
- seasonType?: StringFieldUpdateOperationsInput | string
23111
- venue?: StringFieldUpdateOperationsInput | string
23112
- eventName?: StringFieldUpdateOperationsInput | string
23113
- location?: StringFieldUpdateOperationsInput | string
23114
- venueLocation?: StringFieldUpdateOperationsInput | string
23115
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
23116
- lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
23117
- homeTeam?: InputJsonValue | InputJsonValue
23118
- awayTeam?: InputJsonValue | InputJsonValue
23119
- fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
23120
- leagueObjectId?: StringFieldUpdateOperationsInput | string
23121
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23122
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23123
- LevrGame?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
23124
- }
23125
-
23126
- export type FixtureCreateWithoutLevrGameInput = {
23127
- objectId?: string
23128
- levrFixtureId: string
23129
- opticOddsFixtureId?: string | null
23130
- lsportsFixtureId?: string | null
23131
- seasonType: string
23132
- venue: string
23133
- eventName: string
23134
- location: string
23135
- venueLocation: string
23136
- fixtureDate: Date | string
23137
- lastUpdated: Date | string
23138
- homeTeam: InputJsonValue
23139
- awayTeam: InputJsonValue
23140
- fixtureStatus: $Enums.FixtureStatus
23141
- createdAt?: Date | string
23142
- updatedAt?: Date | string
23143
- league: LeagueCreateNestedOneWithoutFixturesInput
23144
- scores?: ScoresCreateNestedOneWithoutFixtureInput
23145
- }
23146
-
23147
- export type FixtureUncheckedCreateWithoutLevrGameInput = {
23148
- objectId?: string
23149
- levrFixtureId: string
23150
- opticOddsFixtureId?: string | null
23151
- lsportsFixtureId?: string | null
23152
- seasonType: string
23153
- venue: string
23154
- eventName: string
23155
- location: string
23156
- venueLocation: string
23157
- fixtureDate: Date | string
23158
- lastUpdated: Date | string
23159
- homeTeam: InputJsonValue
23160
- awayTeam: InputJsonValue
23161
- fixtureStatus: $Enums.FixtureStatus
23162
- leagueObjectId: string
23163
- createdAt?: Date | string
23164
- updatedAt?: Date | string
23165
- scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
23166
- }
23167
-
23168
- export type FixtureCreateOrConnectWithoutLevrGameInput = {
23169
- where: FixtureWhereUniqueInput
23170
- create: XOR<FixtureCreateWithoutLevrGameInput, FixtureUncheckedCreateWithoutLevrGameInput>
23171
- }
23172
-
23173
- export type TournamentCreateWithoutGamesInput = {
23174
- objectId?: string
23175
- levrTournamentId: string
23176
- chainId: number
23177
- name: string
23178
- description: string
23179
- bannerUrl: string
23180
- startDate: Date | string
23181
- endDate: Date | string
23182
- createdAt?: Date | string
23183
- updatedAt?: Date | string
23184
- leagues?: LeagueCreateNestedManyWithoutTournamentInput
22586
+ export type TournamentCreateWithoutGamesInput = {
22587
+ objectId?: string
22588
+ levrTournamentId: string
22589
+ chainId: number
22590
+ name: string
22591
+ description: string
22592
+ bannerUrl: string
22593
+ startDate: Date | string
22594
+ endDate: Date | string
22595
+ createdAt?: Date | string
22596
+ updatedAt?: Date | string
22597
+ leagues?: LeagueCreateNestedManyWithoutTournamentInput
23185
22598
  }
23186
22599
 
23187
22600
  export type TournamentUncheckedCreateWithoutGamesInput = {
@@ -23301,57 +22714,6 @@ export namespace Prisma {
23301
22714
  data: MarketCreateManyLevrGameInput | MarketCreateManyLevrGameInput[]
23302
22715
  }
23303
22716
 
23304
- export type FixtureUpsertWithoutLevrGameInput = {
23305
- update: XOR<FixtureUpdateWithoutLevrGameInput, FixtureUncheckedUpdateWithoutLevrGameInput>
23306
- create: XOR<FixtureCreateWithoutLevrGameInput, FixtureUncheckedCreateWithoutLevrGameInput>
23307
- where?: FixtureWhereInput
23308
- }
23309
-
23310
- export type FixtureUpdateToOneWithWhereWithoutLevrGameInput = {
23311
- where?: FixtureWhereInput
23312
- data: XOR<FixtureUpdateWithoutLevrGameInput, FixtureUncheckedUpdateWithoutLevrGameInput>
23313
- }
23314
-
23315
- export type FixtureUpdateWithoutLevrGameInput = {
23316
- levrFixtureId?: StringFieldUpdateOperationsInput | string
23317
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23318
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23319
- seasonType?: StringFieldUpdateOperationsInput | string
23320
- venue?: StringFieldUpdateOperationsInput | string
23321
- eventName?: StringFieldUpdateOperationsInput | string
23322
- location?: StringFieldUpdateOperationsInput | string
23323
- venueLocation?: StringFieldUpdateOperationsInput | string
23324
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
23325
- lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
23326
- homeTeam?: InputJsonValue | InputJsonValue
23327
- awayTeam?: InputJsonValue | InputJsonValue
23328
- fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
23329
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23330
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23331
- league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
23332
- scores?: ScoresUpdateOneWithoutFixtureNestedInput
23333
- }
23334
-
23335
- export type FixtureUncheckedUpdateWithoutLevrGameInput = {
23336
- levrFixtureId?: StringFieldUpdateOperationsInput | string
23337
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23338
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23339
- seasonType?: StringFieldUpdateOperationsInput | string
23340
- venue?: StringFieldUpdateOperationsInput | string
23341
- eventName?: StringFieldUpdateOperationsInput | string
23342
- location?: StringFieldUpdateOperationsInput | string
23343
- venueLocation?: StringFieldUpdateOperationsInput | string
23344
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
23345
- lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
23346
- homeTeam?: InputJsonValue | InputJsonValue
23347
- awayTeam?: InputJsonValue | InputJsonValue
23348
- fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
23349
- leagueObjectId?: StringFieldUpdateOperationsInput | string
23350
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23351
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23352
- scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
23353
- }
23354
-
23355
22717
  export type TournamentUpsertWithoutGamesInput = {
23356
22718
  update: XOR<TournamentUpdateWithoutGamesInput, TournamentUncheckedUpdateWithoutGamesInput>
23357
22719
  create: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
@@ -23610,7 +22972,6 @@ export namespace Prisma {
23610
22972
  sportGroup: $Enums.SportGroup
23611
22973
  createdAt?: Date | string
23612
22974
  updatedAt?: Date | string
23613
- fixture: FixtureCreateNestedOneWithoutLevrGameInput
23614
22975
  tournament: TournamentCreateNestedOneWithoutGamesInput
23615
22976
  league: LeagueCreateNestedOneWithoutGamesInput
23616
22977
  }
@@ -23639,7 +23000,6 @@ export namespace Prisma {
23639
23000
  opticOddsFixtureId?: string | null
23640
23001
  lsportsFixtureId?: string | null
23641
23002
  sportGroup: $Enums.SportGroup
23642
- fixtureObjectId: string
23643
23003
  tournamentObjectId: string
23644
23004
  leagueObjectId: string
23645
23005
  createdAt?: Date | string
@@ -23734,7 +23094,6 @@ export namespace Prisma {
23734
23094
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
23735
23095
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23736
23096
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23737
- fixture?: FixtureUpdateOneRequiredWithoutLevrGameNestedInput
23738
23097
  tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
23739
23098
  league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
23740
23099
  }
@@ -23762,7 +23121,6 @@ export namespace Prisma {
23762
23121
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23763
23122
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23764
23123
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
23765
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
23766
23124
  tournamentObjectId?: StringFieldUpdateOperationsInput | string
23767
23125
  leagueObjectId?: StringFieldUpdateOperationsInput | string
23768
23126
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -23832,7 +23190,6 @@ export namespace Prisma {
23832
23190
  opticOddsFixtureId?: string | null
23833
23191
  lsportsFixtureId?: string | null
23834
23192
  sportGroup: $Enums.SportGroup
23835
- fixtureObjectId: string
23836
23193
  leagueObjectId: string
23837
23194
  createdAt?: Date | string
23838
23195
  updatedAt?: Date | string
@@ -23879,7 +23236,6 @@ export namespace Prisma {
23879
23236
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
23880
23237
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23881
23238
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
23882
- fixture?: FixtureUpdateOneRequiredWithoutLevrGameNestedInput
23883
23239
  league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
23884
23240
  markets?: MarketUpdateManyWithoutLevrGameNestedInput
23885
23241
  }
@@ -23907,7 +23263,6 @@ export namespace Prisma {
23907
23263
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23908
23264
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23909
23265
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
23910
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
23911
23266
  leagueObjectId?: StringFieldUpdateOperationsInput | string
23912
23267
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23913
23268
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -23937,7 +23292,6 @@ export namespace Prisma {
23937
23292
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23938
23293
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
23939
23294
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
23940
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
23941
23295
  leagueObjectId?: StringFieldUpdateOperationsInput | string
23942
23296
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
23943
23297
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -24085,7 +23439,6 @@ export namespace Prisma {
24085
23439
  opticOddsFixtureId?: string | null
24086
23440
  lsportsFixtureId?: string | null
24087
23441
  sportGroup: $Enums.SportGroup
24088
- fixtureObjectId: string
24089
23442
  tournamentObjectId: string
24090
23443
  createdAt?: Date | string
24091
23444
  updatedAt?: Date | string
@@ -24150,7 +23503,6 @@ export namespace Prisma {
24150
23503
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24151
23504
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24152
23505
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24153
- fixture?: FixtureUpdateOneRequiredWithoutLevrGameNestedInput
24154
23506
  tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
24155
23507
  markets?: MarketUpdateManyWithoutLevrGameNestedInput
24156
23508
  }
@@ -24178,7 +23530,6 @@ export namespace Prisma {
24178
23530
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24179
23531
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24180
23532
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24181
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
24182
23533
  tournamentObjectId?: StringFieldUpdateOperationsInput | string
24183
23534
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24184
23535
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -24208,7 +23559,6 @@ export namespace Prisma {
24208
23559
  opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24209
23560
  lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24210
23561
  sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24211
- fixtureObjectId?: StringFieldUpdateOperationsInput | string
24212
23562
  tournamentObjectId?: StringFieldUpdateOperationsInput | string
24213
23563
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24214
23564
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -24230,8 +23580,6 @@ export namespace Prisma {
24230
23580
  fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
24231
23581
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24232
23582
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24233
- scores?: ScoresUpdateOneWithoutFixtureNestedInput
24234
- LevrGame?: LevrGameUpdateManyWithoutFixtureNestedInput
24235
23583
  }
24236
23584
 
24237
23585
  export type FixtureUncheckedUpdateWithoutLeagueInput = {
@@ -24250,8 +23598,6 @@ export namespace Prisma {
24250
23598
  fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
24251
23599
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24252
23600
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24253
- scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
24254
- LevrGame?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
24255
23601
  }
24256
23602
 
24257
23603
  export type FixtureUncheckedUpdateManyWithoutLeagueInput = {
@@ -24314,125 +23660,6 @@ export namespace Prisma {
24314
23660
  levrleagueId?: StringFieldUpdateOperationsInput | string
24315
23661
  }
24316
23662
 
24317
- export type LevrGameCreateManyFixtureInput = {
24318
- objectId?: string
24319
- gameId: number
24320
- txHash: string
24321
- chainId: number
24322
- seasonType: string
24323
- venue: string
24324
- eventName: string
24325
- location: string
24326
- venueLocation: string
24327
- gameClock: string
24328
- paused?: boolean
24329
- fixtureDate: Date | string
24330
- wentLiveAt?: Date | string | null
24331
- homeTeam: InputJsonValue
24332
- awayTeam: InputJsonValue
24333
- currentPeriod?: number
24334
- actualDuration?: number
24335
- normalizationFactor: number
24336
- gamePhase?: $Enums.GamePhase
24337
- levrFixtureId: string
24338
- opticOddsFixtureId?: string | null
24339
- lsportsFixtureId?: string | null
24340
- sportGroup: $Enums.SportGroup
24341
- tournamentObjectId: string
24342
- leagueObjectId: string
24343
- createdAt?: Date | string
24344
- updatedAt?: Date | string
24345
- }
24346
-
24347
- export type LevrGameUpdateWithoutFixtureInput = {
24348
- gameId?: IntFieldUpdateOperationsInput | number
24349
- txHash?: StringFieldUpdateOperationsInput | string
24350
- chainId?: IntFieldUpdateOperationsInput | number
24351
- seasonType?: StringFieldUpdateOperationsInput | string
24352
- venue?: StringFieldUpdateOperationsInput | string
24353
- eventName?: StringFieldUpdateOperationsInput | string
24354
- location?: StringFieldUpdateOperationsInput | string
24355
- venueLocation?: StringFieldUpdateOperationsInput | string
24356
- gameClock?: StringFieldUpdateOperationsInput | string
24357
- paused?: BoolFieldUpdateOperationsInput | boolean
24358
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
24359
- wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
24360
- homeTeam?: InputJsonValue | InputJsonValue
24361
- awayTeam?: InputJsonValue | InputJsonValue
24362
- currentPeriod?: IntFieldUpdateOperationsInput | number
24363
- actualDuration?: FloatFieldUpdateOperationsInput | number
24364
- normalizationFactor?: FloatFieldUpdateOperationsInput | number
24365
- gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
24366
- levrFixtureId?: StringFieldUpdateOperationsInput | string
24367
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24368
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24369
- sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24370
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24371
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24372
- tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
24373
- league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
24374
- markets?: MarketUpdateManyWithoutLevrGameNestedInput
24375
- }
24376
-
24377
- export type LevrGameUncheckedUpdateWithoutFixtureInput = {
24378
- gameId?: IntFieldUpdateOperationsInput | number
24379
- txHash?: StringFieldUpdateOperationsInput | string
24380
- chainId?: IntFieldUpdateOperationsInput | number
24381
- seasonType?: StringFieldUpdateOperationsInput | string
24382
- venue?: StringFieldUpdateOperationsInput | string
24383
- eventName?: StringFieldUpdateOperationsInput | string
24384
- location?: StringFieldUpdateOperationsInput | string
24385
- venueLocation?: StringFieldUpdateOperationsInput | string
24386
- gameClock?: StringFieldUpdateOperationsInput | string
24387
- paused?: BoolFieldUpdateOperationsInput | boolean
24388
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
24389
- wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
24390
- homeTeam?: InputJsonValue | InputJsonValue
24391
- awayTeam?: InputJsonValue | InputJsonValue
24392
- currentPeriod?: IntFieldUpdateOperationsInput | number
24393
- actualDuration?: FloatFieldUpdateOperationsInput | number
24394
- normalizationFactor?: FloatFieldUpdateOperationsInput | number
24395
- gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
24396
- levrFixtureId?: StringFieldUpdateOperationsInput | string
24397
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24398
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24399
- sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24400
- tournamentObjectId?: StringFieldUpdateOperationsInput | string
24401
- leagueObjectId?: StringFieldUpdateOperationsInput | string
24402
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24403
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24404
- markets?: MarketUncheckedUpdateManyWithoutLevrGameNestedInput
24405
- }
24406
-
24407
- export type LevrGameUncheckedUpdateManyWithoutFixtureInput = {
24408
- gameId?: IntFieldUpdateOperationsInput | number
24409
- txHash?: StringFieldUpdateOperationsInput | string
24410
- chainId?: IntFieldUpdateOperationsInput | number
24411
- seasonType?: StringFieldUpdateOperationsInput | string
24412
- venue?: StringFieldUpdateOperationsInput | string
24413
- eventName?: StringFieldUpdateOperationsInput | string
24414
- location?: StringFieldUpdateOperationsInput | string
24415
- venueLocation?: StringFieldUpdateOperationsInput | string
24416
- gameClock?: StringFieldUpdateOperationsInput | string
24417
- paused?: BoolFieldUpdateOperationsInput | boolean
24418
- fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
24419
- wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
24420
- homeTeam?: InputJsonValue | InputJsonValue
24421
- awayTeam?: InputJsonValue | InputJsonValue
24422
- currentPeriod?: IntFieldUpdateOperationsInput | number
24423
- actualDuration?: FloatFieldUpdateOperationsInput | number
24424
- normalizationFactor?: FloatFieldUpdateOperationsInput | number
24425
- gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
24426
- levrFixtureId?: StringFieldUpdateOperationsInput | string
24427
- opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24428
- lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
24429
- sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
24430
- tournamentObjectId?: StringFieldUpdateOperationsInput | string
24431
- leagueObjectId?: StringFieldUpdateOperationsInput | string
24432
- createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
24433
- updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
24434
- }
24435
-
24436
23663
  export type MarketCreateManyLevrGameInput = {
24437
23664
  objectId?: string
24438
23665
  chainId: number