@levrbet/shared 0.1.44 → 0.1.45
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/oracle/generated/client/edge.js +3 -3
- package/dist/core/prisma/oracle/generated/client/index.d.ts +60 -60
- package/dist/core/prisma/oracle/generated/client/index.js +3 -3
- package/dist/core/prisma/oracle/generated/client/package.json +1 -1
- package/dist/core/prisma/oracle/generated/client/schema.prisma +4 -4
- package/dist/core/prisma/oracle/generated/client/wasm.js +3 -3
- package/dist/react/queryClient.js +1 -0
- package/dist/react/queryClient.js.map +1 -1
- package/package.json +1 -1
|
@@ -5395,8 +5395,8 @@ export namespace Prisma {
|
|
|
5395
5395
|
levrSportId?: boolean
|
|
5396
5396
|
createdAt?: boolean
|
|
5397
5397
|
updatedAt?: boolean
|
|
5398
|
-
|
|
5399
|
-
|
|
5398
|
+
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
5399
|
+
sport?: boolean | SportDefaultArgs<ExtArgs>
|
|
5400
5400
|
games?: boolean | League$gamesArgs<ExtArgs>
|
|
5401
5401
|
fixtures?: boolean | League$fixturesArgs<ExtArgs>
|
|
5402
5402
|
teams?: boolean | League$teamsArgs<ExtArgs>
|
|
@@ -5422,8 +5422,8 @@ export namespace Prisma {
|
|
|
5422
5422
|
|
|
5423
5423
|
export type LeagueOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "name" | "abbreviation" | "country" | "levrLeagueId" | "opticOddsLeagueId" | "lsportsLeagueId" | "tournamentObjectId" | "sportObjectId" | "levrSportId" | "createdAt" | "updatedAt", ExtArgs["result"]["league"]>
|
|
5424
5424
|
export type LeagueInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
5425
|
-
|
|
5426
|
-
|
|
5425
|
+
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
5426
|
+
sport?: boolean | SportDefaultArgs<ExtArgs>
|
|
5427
5427
|
games?: boolean | League$gamesArgs<ExtArgs>
|
|
5428
5428
|
fixtures?: boolean | League$fixturesArgs<ExtArgs>
|
|
5429
5429
|
teams?: boolean | League$teamsArgs<ExtArgs>
|
|
@@ -5433,8 +5433,8 @@ export namespace Prisma {
|
|
|
5433
5433
|
export type $LeaguePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
5434
5434
|
name: "League"
|
|
5435
5435
|
objects: {
|
|
5436
|
-
|
|
5437
|
-
|
|
5436
|
+
tournament: Prisma.$TournamentPayload<ExtArgs>
|
|
5437
|
+
sport: Prisma.$SportPayload<ExtArgs>
|
|
5438
5438
|
games: Prisma.$LevrGamePayload<ExtArgs>[]
|
|
5439
5439
|
fixtures: Prisma.$FixturePayload<ExtArgs>[]
|
|
5440
5440
|
teams: Prisma.$TeamDataPayload<ExtArgs>[]
|
|
@@ -5815,8 +5815,8 @@ export namespace Prisma {
|
|
|
5815
5815
|
*/
|
|
5816
5816
|
export interface Prisma__LeagueClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
5817
5817
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
5818
|
-
|
|
5819
|
-
|
|
5818
|
+
tournament<T extends TournamentDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TournamentDefaultArgs<ExtArgs>>): Prisma__TournamentClient<$Result.GetResult<Prisma.$TournamentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
5819
|
+
sport<T extends SportDefaultArgs<ExtArgs> = {}>(args?: Subset<T, SportDefaultArgs<ExtArgs>>): Prisma__SportClient<$Result.GetResult<Prisma.$SportPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
5820
5820
|
games<T extends League$gamesArgs<ExtArgs> = {}>(args?: Subset<T, League$gamesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$LevrGamePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
5821
5821
|
fixtures<T extends League$fixturesArgs<ExtArgs> = {}>(args?: Subset<T, League$fixturesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$FixturePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
5822
5822
|
teams<T extends League$teamsArgs<ExtArgs> = {}>(args?: Subset<T, League$teamsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TeamDataPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
@@ -9865,8 +9865,8 @@ export namespace Prisma {
|
|
|
9865
9865
|
leagueObjectId?: boolean
|
|
9866
9866
|
createdAt?: boolean
|
|
9867
9867
|
updatedAt?: boolean
|
|
9868
|
-
|
|
9869
|
-
|
|
9868
|
+
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
9869
|
+
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
9870
9870
|
markets?: boolean | LevrGame$marketsArgs<ExtArgs>
|
|
9871
9871
|
_count?: boolean | LevrGameCountOutputTypeDefaultArgs<ExtArgs>
|
|
9872
9872
|
}, ExtArgs["result"]["levrGame"]>
|
|
@@ -9906,8 +9906,8 @@ export namespace Prisma {
|
|
|
9906
9906
|
|
|
9907
9907
|
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"]>
|
|
9908
9908
|
export type LevrGameInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9909
|
-
|
|
9910
|
-
|
|
9909
|
+
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
9910
|
+
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
9911
9911
|
markets?: boolean | LevrGame$marketsArgs<ExtArgs>
|
|
9912
9912
|
_count?: boolean | LevrGameCountOutputTypeDefaultArgs<ExtArgs>
|
|
9913
9913
|
}
|
|
@@ -9915,8 +9915,8 @@ export namespace Prisma {
|
|
|
9915
9915
|
export type $LevrGamePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
9916
9916
|
name: "LevrGame"
|
|
9917
9917
|
objects: {
|
|
9918
|
-
|
|
9919
|
-
|
|
9918
|
+
tournament: Prisma.$TournamentPayload<ExtArgs>
|
|
9919
|
+
league: Prisma.$LeaguePayload<ExtArgs>
|
|
9920
9920
|
markets: Prisma.$MarketPayload<ExtArgs>[]
|
|
9921
9921
|
}
|
|
9922
9922
|
scalars: $Extensions.GetPayloadResult<{
|
|
@@ -10311,8 +10311,8 @@ export namespace Prisma {
|
|
|
10311
10311
|
*/
|
|
10312
10312
|
export interface Prisma__LevrGameClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
10313
10313
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
10314
|
-
|
|
10315
|
-
|
|
10314
|
+
tournament<T extends TournamentDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TournamentDefaultArgs<ExtArgs>>): Prisma__TournamentClient<$Result.GetResult<Prisma.$TournamentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
10315
|
+
league<T extends LeagueDefaultArgs<ExtArgs> = {}>(args?: Subset<T, LeagueDefaultArgs<ExtArgs>>): Prisma__LeagueClient<$Result.GetResult<Prisma.$LeaguePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
10316
10316
|
markets<T extends LevrGame$marketsArgs<ExtArgs> = {}>(args?: Subset<T, LevrGame$marketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MarketPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
10317
10317
|
/**
|
|
10318
10318
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
@@ -14760,8 +14760,8 @@ export namespace Prisma {
|
|
|
14760
14760
|
levrSportId?: StringFilter<"League"> | string
|
|
14761
14761
|
createdAt?: DateTimeFilter<"League"> | Date | string
|
|
14762
14762
|
updatedAt?: DateTimeFilter<"League"> | Date | string
|
|
14763
|
-
|
|
14764
|
-
|
|
14763
|
+
tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
14764
|
+
sport?: XOR<SportScalarRelationFilter, SportWhereInput>
|
|
14765
14765
|
games?: LevrGameListRelationFilter
|
|
14766
14766
|
fixtures?: FixtureListRelationFilter
|
|
14767
14767
|
teams?: TeamDataListRelationFilter
|
|
@@ -14780,8 +14780,8 @@ export namespace Prisma {
|
|
|
14780
14780
|
levrSportId?: SortOrder
|
|
14781
14781
|
createdAt?: SortOrder
|
|
14782
14782
|
updatedAt?: SortOrder
|
|
14783
|
-
|
|
14784
|
-
|
|
14783
|
+
tournament?: TournamentOrderByWithRelationInput
|
|
14784
|
+
sport?: SportOrderByWithRelationInput
|
|
14785
14785
|
games?: LevrGameOrderByRelationAggregateInput
|
|
14786
14786
|
fixtures?: FixtureOrderByRelationAggregateInput
|
|
14787
14787
|
teams?: TeamDataOrderByRelationAggregateInput
|
|
@@ -14803,8 +14803,8 @@ export namespace Prisma {
|
|
|
14803
14803
|
levrSportId?: StringFilter<"League"> | string
|
|
14804
14804
|
createdAt?: DateTimeFilter<"League"> | Date | string
|
|
14805
14805
|
updatedAt?: DateTimeFilter<"League"> | Date | string
|
|
14806
|
-
|
|
14807
|
-
|
|
14806
|
+
tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
14807
|
+
sport?: XOR<SportScalarRelationFilter, SportWhereInput>
|
|
14808
14808
|
games?: LevrGameListRelationFilter
|
|
14809
14809
|
fixtures?: FixtureListRelationFilter
|
|
14810
14810
|
teams?: TeamDataListRelationFilter
|
|
@@ -15153,8 +15153,8 @@ export namespace Prisma {
|
|
|
15153
15153
|
leagueObjectId?: StringFilter<"LevrGame"> | string
|
|
15154
15154
|
createdAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15155
15155
|
updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15156
|
-
|
|
15157
|
-
|
|
15156
|
+
tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
15157
|
+
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15158
15158
|
markets?: MarketListRelationFilter
|
|
15159
15159
|
}
|
|
15160
15160
|
|
|
@@ -15187,8 +15187,8 @@ export namespace Prisma {
|
|
|
15187
15187
|
leagueObjectId?: SortOrder
|
|
15188
15188
|
createdAt?: SortOrder
|
|
15189
15189
|
updatedAt?: SortOrder
|
|
15190
|
-
|
|
15191
|
-
|
|
15190
|
+
tournament?: TournamentOrderByWithRelationInput
|
|
15191
|
+
league?: LeagueOrderByWithRelationInput
|
|
15192
15192
|
markets?: MarketOrderByRelationAggregateInput
|
|
15193
15193
|
}
|
|
15194
15194
|
|
|
@@ -15224,8 +15224,8 @@ export namespace Prisma {
|
|
|
15224
15224
|
leagueObjectId?: StringFilter<"LevrGame"> | string
|
|
15225
15225
|
createdAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15226
15226
|
updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15227
|
-
|
|
15228
|
-
|
|
15227
|
+
tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
15228
|
+
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15229
15229
|
markets?: MarketListRelationFilter
|
|
15230
15230
|
}, "objectId" | "gameId" | "txHash">
|
|
15231
15231
|
|
|
@@ -15886,8 +15886,8 @@ export namespace Prisma {
|
|
|
15886
15886
|
levrSportId: string
|
|
15887
15887
|
createdAt?: Date | string
|
|
15888
15888
|
updatedAt?: Date | string
|
|
15889
|
-
|
|
15890
|
-
|
|
15889
|
+
tournament: TournamentCreateNestedOneWithoutLeaguesInput
|
|
15890
|
+
sport: SportCreateNestedOneWithoutLeaguesInput
|
|
15891
15891
|
games?: LevrGameCreateNestedManyWithoutLeagueInput
|
|
15892
15892
|
fixtures?: FixtureCreateNestedManyWithoutLeagueInput
|
|
15893
15893
|
teams?: TeamDataCreateNestedManyWithoutLeagueInput
|
|
@@ -15921,8 +15921,8 @@ export namespace Prisma {
|
|
|
15921
15921
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
15922
15922
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
15923
15923
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
15924
|
-
|
|
15925
|
-
|
|
15924
|
+
tournament?: TournamentUpdateOneRequiredWithoutLeaguesNestedInput
|
|
15925
|
+
sport?: SportUpdateOneRequiredWithoutLeaguesNestedInput
|
|
15926
15926
|
games?: LevrGameUpdateManyWithoutLeagueNestedInput
|
|
15927
15927
|
fixtures?: FixtureUpdateManyWithoutLeagueNestedInput
|
|
15928
15928
|
teams?: TeamDataUpdateManyWithoutLeagueNestedInput
|
|
@@ -16321,8 +16321,8 @@ export namespace Prisma {
|
|
|
16321
16321
|
fixtureObjectId: string
|
|
16322
16322
|
createdAt?: Date | string
|
|
16323
16323
|
updatedAt?: Date | string
|
|
16324
|
-
|
|
16325
|
-
|
|
16324
|
+
tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
16325
|
+
league: LeagueCreateNestedOneWithoutGamesInput
|
|
16326
16326
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
16327
16327
|
}
|
|
16328
16328
|
|
|
@@ -16384,8 +16384,8 @@ export namespace Prisma {
|
|
|
16384
16384
|
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
16385
16385
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16386
16386
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16387
|
-
|
|
16388
|
-
|
|
16387
|
+
tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
16388
|
+
league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
16389
16389
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
16390
16390
|
}
|
|
16391
16391
|
|
|
@@ -18886,7 +18886,7 @@ export namespace Prisma {
|
|
|
18886
18886
|
fixtureObjectId: string
|
|
18887
18887
|
createdAt?: Date | string
|
|
18888
18888
|
updatedAt?: Date | string
|
|
18889
|
-
|
|
18889
|
+
league: LeagueCreateNestedOneWithoutGamesInput
|
|
18890
18890
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
18891
18891
|
}
|
|
18892
18892
|
|
|
@@ -18941,7 +18941,7 @@ export namespace Prisma {
|
|
|
18941
18941
|
levrSportId: string
|
|
18942
18942
|
createdAt?: Date | string
|
|
18943
18943
|
updatedAt?: Date | string
|
|
18944
|
-
|
|
18944
|
+
sport: SportCreateNestedOneWithoutLeaguesInput
|
|
18945
18945
|
games?: LevrGameCreateNestedManyWithoutLeagueInput
|
|
18946
18946
|
fixtures?: FixtureCreateNestedManyWithoutLeagueInput
|
|
18947
18947
|
teams?: TeamDataCreateNestedManyWithoutLeagueInput
|
|
@@ -19068,7 +19068,7 @@ export namespace Prisma {
|
|
|
19068
19068
|
levrSportId: string
|
|
19069
19069
|
createdAt?: Date | string
|
|
19070
19070
|
updatedAt?: Date | string
|
|
19071
|
-
|
|
19071
|
+
tournament: TournamentCreateNestedOneWithoutLeaguesInput
|
|
19072
19072
|
games?: LevrGameCreateNestedManyWithoutLeagueInput
|
|
19073
19073
|
fixtures?: FixtureCreateNestedManyWithoutLeagueInput
|
|
19074
19074
|
teams?: TeamDataCreateNestedManyWithoutLeagueInput
|
|
@@ -19211,7 +19211,7 @@ export namespace Prisma {
|
|
|
19211
19211
|
fixtureObjectId: string
|
|
19212
19212
|
createdAt?: Date | string
|
|
19213
19213
|
updatedAt?: Date | string
|
|
19214
|
-
|
|
19214
|
+
tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
19215
19215
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
19216
19216
|
}
|
|
19217
19217
|
|
|
@@ -19515,8 +19515,8 @@ export namespace Prisma {
|
|
|
19515
19515
|
levrSportId: string
|
|
19516
19516
|
createdAt?: Date | string
|
|
19517
19517
|
updatedAt?: Date | string
|
|
19518
|
-
|
|
19519
|
-
|
|
19518
|
+
tournament: TournamentCreateNestedOneWithoutLeaguesInput
|
|
19519
|
+
sport: SportCreateNestedOneWithoutLeaguesInput
|
|
19520
19520
|
games?: LevrGameCreateNestedManyWithoutLeagueInput
|
|
19521
19521
|
fixtures?: FixtureCreateNestedManyWithoutLeagueInput
|
|
19522
19522
|
}
|
|
@@ -19564,8 +19564,8 @@ export namespace Prisma {
|
|
|
19564
19564
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
19565
19565
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19566
19566
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19567
|
-
|
|
19568
|
-
|
|
19567
|
+
tournament?: TournamentUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19568
|
+
sport?: SportUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19569
19569
|
games?: LevrGameUpdateManyWithoutLeagueNestedInput
|
|
19570
19570
|
fixtures?: FixtureUpdateManyWithoutLeagueNestedInput
|
|
19571
19571
|
}
|
|
@@ -19597,8 +19597,8 @@ export namespace Prisma {
|
|
|
19597
19597
|
levrSportId: string
|
|
19598
19598
|
createdAt?: Date | string
|
|
19599
19599
|
updatedAt?: Date | string
|
|
19600
|
-
|
|
19601
|
-
|
|
19600
|
+
tournament: TournamentCreateNestedOneWithoutLeaguesInput
|
|
19601
|
+
sport: SportCreateNestedOneWithoutLeaguesInput
|
|
19602
19602
|
games?: LevrGameCreateNestedManyWithoutLeagueInput
|
|
19603
19603
|
teams?: TeamDataCreateNestedManyWithoutLeagueInput
|
|
19604
19604
|
}
|
|
@@ -19646,8 +19646,8 @@ export namespace Prisma {
|
|
|
19646
19646
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
19647
19647
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19648
19648
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19649
|
-
|
|
19650
|
-
|
|
19649
|
+
tournament?: TournamentUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19650
|
+
sport?: SportUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19651
19651
|
games?: LevrGameUpdateManyWithoutLeagueNestedInput
|
|
19652
19652
|
teams?: TeamDataUpdateManyWithoutLeagueNestedInput
|
|
19653
19653
|
}
|
|
@@ -19712,8 +19712,8 @@ export namespace Prisma {
|
|
|
19712
19712
|
levrSportId: string
|
|
19713
19713
|
createdAt?: Date | string
|
|
19714
19714
|
updatedAt?: Date | string
|
|
19715
|
-
|
|
19716
|
-
|
|
19715
|
+
tournament: TournamentCreateNestedOneWithoutLeaguesInput
|
|
19716
|
+
sport: SportCreateNestedOneWithoutLeaguesInput
|
|
19717
19717
|
fixtures?: FixtureCreateNestedManyWithoutLeagueInput
|
|
19718
19718
|
teams?: TeamDataCreateNestedManyWithoutLeagueInput
|
|
19719
19719
|
}
|
|
@@ -19853,8 +19853,8 @@ export namespace Prisma {
|
|
|
19853
19853
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
19854
19854
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19855
19855
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
19856
|
-
|
|
19857
|
-
|
|
19856
|
+
tournament?: TournamentUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19857
|
+
sport?: SportUpdateOneRequiredWithoutLeaguesNestedInput
|
|
19858
19858
|
fixtures?: FixtureUpdateManyWithoutLeagueNestedInput
|
|
19859
19859
|
teams?: TeamDataUpdateManyWithoutLeagueNestedInput
|
|
19860
19860
|
}
|
|
@@ -20050,8 +20050,8 @@ export namespace Prisma {
|
|
|
20050
20050
|
fixtureObjectId: string
|
|
20051
20051
|
createdAt?: Date | string
|
|
20052
20052
|
updatedAt?: Date | string
|
|
20053
|
-
|
|
20054
|
-
|
|
20053
|
+
tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
20054
|
+
league: LeagueCreateNestedOneWithoutGamesInput
|
|
20055
20055
|
}
|
|
20056
20056
|
|
|
20057
20057
|
export type LevrGameUncheckedCreateWithoutMarketsInput = {
|
|
@@ -20174,8 +20174,8 @@ export namespace Prisma {
|
|
|
20174
20174
|
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
20175
20175
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20176
20176
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20177
|
-
|
|
20178
|
-
|
|
20177
|
+
tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
20178
|
+
league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
20179
20179
|
}
|
|
20180
20180
|
|
|
20181
20181
|
export type LevrGameUncheckedUpdateWithoutMarketsInput = {
|
|
@@ -20317,7 +20317,7 @@ export namespace Prisma {
|
|
|
20317
20317
|
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
20318
20318
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20319
20319
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20320
|
-
|
|
20320
|
+
league?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
20321
20321
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
20322
20322
|
}
|
|
20323
20323
|
|
|
@@ -20390,7 +20390,7 @@ export namespace Prisma {
|
|
|
20390
20390
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
20391
20391
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20392
20392
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20393
|
-
|
|
20393
|
+
sport?: SportUpdateOneRequiredWithoutLeaguesNestedInput
|
|
20394
20394
|
games?: LevrGameUpdateManyWithoutLeagueNestedInput
|
|
20395
20395
|
fixtures?: FixtureUpdateManyWithoutLeagueNestedInput
|
|
20396
20396
|
teams?: TeamDataUpdateManyWithoutLeagueNestedInput
|
|
@@ -20449,7 +20449,7 @@ export namespace Prisma {
|
|
|
20449
20449
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
20450
20450
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20451
20451
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20452
|
-
|
|
20452
|
+
tournament?: TournamentUpdateOneRequiredWithoutLeaguesNestedInput
|
|
20453
20453
|
games?: LevrGameUpdateManyWithoutLeagueNestedInput
|
|
20454
20454
|
fixtures?: FixtureUpdateManyWithoutLeagueNestedInput
|
|
20455
20455
|
teams?: TeamDataUpdateManyWithoutLeagueNestedInput
|
|
@@ -20573,7 +20573,7 @@ export namespace Prisma {
|
|
|
20573
20573
|
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
20574
20574
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20575
20575
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20576
|
-
|
|
20576
|
+
tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
20577
20577
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
20578
20578
|
}
|
|
20579
20579
|
|