@levrbet/shared 0.1.39 → 0.1.41
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/contracts/addresses.js +2 -2
- package/dist/core/prisma/oracle/generated/client/edge.js +3 -3
- package/dist/core/prisma/oracle/generated/client/index.d.ts +37 -766
- 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 +5 -9
- package/dist/core/prisma/oracle/generated/client/wasm.js +3 -3
- package/package.json +1 -1
|
@@ -1931,37 +1931,6 @@ export namespace Prisma {
|
|
|
1931
1931
|
}
|
|
1932
1932
|
|
|
1933
1933
|
|
|
1934
|
-
/**
|
|
1935
|
-
* Count Type FixtureCountOutputType
|
|
1936
|
-
*/
|
|
1937
|
-
|
|
1938
|
-
export type FixtureCountOutputType = {
|
|
1939
|
-
levrGames: number
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
export type FixtureCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
1943
|
-
levrGames?: boolean | FixtureCountOutputTypeCountLevrGamesArgs
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
// Custom InputTypes
|
|
1947
|
-
/**
|
|
1948
|
-
* FixtureCountOutputType without action
|
|
1949
|
-
*/
|
|
1950
|
-
export type FixtureCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
1951
|
-
/**
|
|
1952
|
-
* Select specific fields to fetch from the FixtureCountOutputType
|
|
1953
|
-
*/
|
|
1954
|
-
select?: FixtureCountOutputTypeSelect<ExtArgs> | null
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
/**
|
|
1958
|
-
* FixtureCountOutputType without action
|
|
1959
|
-
*/
|
|
1960
|
-
export type FixtureCountOutputTypeCountLevrGamesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
1961
|
-
where?: LevrGameWhereInput
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
1934
|
/**
|
|
1966
1935
|
* Count Type LevrGameCountOutputType
|
|
1967
1936
|
*/
|
|
@@ -7661,9 +7630,6 @@ export namespace Prisma {
|
|
|
7661
7630
|
createdAt?: boolean
|
|
7662
7631
|
updatedAt?: boolean
|
|
7663
7632
|
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
7664
|
-
scores?: boolean | Fixture$scoresArgs<ExtArgs>
|
|
7665
|
-
levrGames?: boolean | Fixture$levrGamesArgs<ExtArgs>
|
|
7666
|
-
_count?: boolean | FixtureCountOutputTypeDefaultArgs<ExtArgs>
|
|
7667
7633
|
}, ExtArgs["result"]["fixture"]>
|
|
7668
7634
|
|
|
7669
7635
|
|
|
@@ -7691,17 +7657,12 @@ export namespace Prisma {
|
|
|
7691
7657
|
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"]>
|
|
7692
7658
|
export type FixtureInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
7693
7659
|
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
7694
|
-
scores?: boolean | Fixture$scoresArgs<ExtArgs>
|
|
7695
|
-
levrGames?: boolean | Fixture$levrGamesArgs<ExtArgs>
|
|
7696
|
-
_count?: boolean | FixtureCountOutputTypeDefaultArgs<ExtArgs>
|
|
7697
7660
|
}
|
|
7698
7661
|
|
|
7699
7662
|
export type $FixturePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
7700
7663
|
name: "Fixture"
|
|
7701
7664
|
objects: {
|
|
7702
7665
|
league: Prisma.$LeaguePayload<ExtArgs>
|
|
7703
|
-
scores: Prisma.$ScoresPayload<ExtArgs> | null
|
|
7704
|
-
levrGames: Prisma.$LevrGamePayload<ExtArgs>[]
|
|
7705
7666
|
}
|
|
7706
7667
|
scalars: $Extensions.GetPayloadResult<{
|
|
7707
7668
|
objectId: string
|
|
@@ -8085,8 +8046,6 @@ export namespace Prisma {
|
|
|
8085
8046
|
export interface Prisma__FixtureClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
8086
8047
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
8087
8048
|
league<T extends LeagueDefaultArgs<ExtArgs> = {}>(args?: Subset<T, LeagueDefaultArgs<ExtArgs>>): Prisma__LeagueClient<$Result.GetResult<Prisma.$LeaguePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
8088
|
-
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>
|
|
8089
|
-
levrGames<T extends Fixture$levrGamesArgs<ExtArgs> = {}>(args?: Subset<T, Fixture$levrGamesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$LevrGamePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
8090
8049
|
/**
|
|
8091
8050
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
8092
8051
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -8502,49 +8461,6 @@ export namespace Prisma {
|
|
|
8502
8461
|
options?: InputJsonValue
|
|
8503
8462
|
}
|
|
8504
8463
|
|
|
8505
|
-
/**
|
|
8506
|
-
* Fixture.scores
|
|
8507
|
-
*/
|
|
8508
|
-
export type Fixture$scoresArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8509
|
-
/**
|
|
8510
|
-
* Select specific fields to fetch from the Scores
|
|
8511
|
-
*/
|
|
8512
|
-
select?: ScoresSelect<ExtArgs> | null
|
|
8513
|
-
/**
|
|
8514
|
-
* Omit specific fields from the Scores
|
|
8515
|
-
*/
|
|
8516
|
-
omit?: ScoresOmit<ExtArgs> | null
|
|
8517
|
-
/**
|
|
8518
|
-
* Choose, which related nodes to fetch as well
|
|
8519
|
-
*/
|
|
8520
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
8521
|
-
where?: ScoresWhereInput
|
|
8522
|
-
}
|
|
8523
|
-
|
|
8524
|
-
/**
|
|
8525
|
-
* Fixture.levrGames
|
|
8526
|
-
*/
|
|
8527
|
-
export type Fixture$levrGamesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8528
|
-
/**
|
|
8529
|
-
* Select specific fields to fetch from the LevrGame
|
|
8530
|
-
*/
|
|
8531
|
-
select?: LevrGameSelect<ExtArgs> | null
|
|
8532
|
-
/**
|
|
8533
|
-
* Omit specific fields from the LevrGame
|
|
8534
|
-
*/
|
|
8535
|
-
omit?: LevrGameOmit<ExtArgs> | null
|
|
8536
|
-
/**
|
|
8537
|
-
* Choose, which related nodes to fetch as well
|
|
8538
|
-
*/
|
|
8539
|
-
include?: LevrGameInclude<ExtArgs> | null
|
|
8540
|
-
where?: LevrGameWhereInput
|
|
8541
|
-
orderBy?: LevrGameOrderByWithRelationInput | LevrGameOrderByWithRelationInput[]
|
|
8542
|
-
cursor?: LevrGameWhereUniqueInput
|
|
8543
|
-
take?: number
|
|
8544
|
-
skip?: number
|
|
8545
|
-
distinct?: LevrGameScalarFieldEnum | LevrGameScalarFieldEnum[]
|
|
8546
|
-
}
|
|
8547
|
-
|
|
8548
8464
|
/**
|
|
8549
8465
|
* Fixture without action
|
|
8550
8466
|
*/
|
|
@@ -8782,7 +8698,6 @@ export namespace Prisma {
|
|
|
8782
8698
|
fixtureObjectId?: boolean
|
|
8783
8699
|
createdAt?: boolean
|
|
8784
8700
|
updatedAt?: boolean
|
|
8785
|
-
fixture?: boolean | FixtureDefaultArgs<ExtArgs>
|
|
8786
8701
|
}, ExtArgs["result"]["scores"]>
|
|
8787
8702
|
|
|
8788
8703
|
|
|
@@ -8799,15 +8714,10 @@ export namespace Prisma {
|
|
|
8799
8714
|
}
|
|
8800
8715
|
|
|
8801
8716
|
export type ScoresOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "scoresByPeriodHome" | "scoresByPeriodAway" | "totalScoresHome" | "totalScoresAway" | "fixtureObjectId" | "createdAt" | "updatedAt", ExtArgs["result"]["scores"]>
|
|
8802
|
-
export type ScoresInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8803
|
-
fixture?: boolean | FixtureDefaultArgs<ExtArgs>
|
|
8804
|
-
}
|
|
8805
8717
|
|
|
8806
8718
|
export type $ScoresPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
8807
8719
|
name: "Scores"
|
|
8808
|
-
objects: {
|
|
8809
|
-
fixture: Prisma.$FixturePayload<ExtArgs>
|
|
8810
|
-
}
|
|
8720
|
+
objects: {}
|
|
8811
8721
|
scalars: $Extensions.GetPayloadResult<{
|
|
8812
8722
|
objectId: string
|
|
8813
8723
|
scoresByPeriodHome: Prisma.JsonValue
|
|
@@ -9180,7 +9090,6 @@ export namespace Prisma {
|
|
|
9180
9090
|
*/
|
|
9181
9091
|
export interface Prisma__ScoresClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
9182
9092
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
9183
|
-
fixture<T extends FixtureDefaultArgs<ExtArgs> = {}>(args?: Subset<T, FixtureDefaultArgs<ExtArgs>>): Prisma__FixtureClient<$Result.GetResult<Prisma.$FixturePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
9184
9093
|
/**
|
|
9185
9094
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
9186
9095
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -9234,10 +9143,6 @@ export namespace Prisma {
|
|
|
9234
9143
|
* Omit specific fields from the Scores
|
|
9235
9144
|
*/
|
|
9236
9145
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9237
|
-
/**
|
|
9238
|
-
* Choose, which related nodes to fetch as well
|
|
9239
|
-
*/
|
|
9240
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9241
9146
|
/**
|
|
9242
9147
|
* Filter, which Scores to fetch.
|
|
9243
9148
|
*/
|
|
@@ -9256,10 +9161,6 @@ export namespace Prisma {
|
|
|
9256
9161
|
* Omit specific fields from the Scores
|
|
9257
9162
|
*/
|
|
9258
9163
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9259
|
-
/**
|
|
9260
|
-
* Choose, which related nodes to fetch as well
|
|
9261
|
-
*/
|
|
9262
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9263
9164
|
/**
|
|
9264
9165
|
* Filter, which Scores to fetch.
|
|
9265
9166
|
*/
|
|
@@ -9278,10 +9179,6 @@ export namespace Prisma {
|
|
|
9278
9179
|
* Omit specific fields from the Scores
|
|
9279
9180
|
*/
|
|
9280
9181
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9281
|
-
/**
|
|
9282
|
-
* Choose, which related nodes to fetch as well
|
|
9283
|
-
*/
|
|
9284
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9285
9182
|
/**
|
|
9286
9183
|
* Filter, which Scores to fetch.
|
|
9287
9184
|
*/
|
|
@@ -9330,10 +9227,6 @@ export namespace Prisma {
|
|
|
9330
9227
|
* Omit specific fields from the Scores
|
|
9331
9228
|
*/
|
|
9332
9229
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9333
|
-
/**
|
|
9334
|
-
* Choose, which related nodes to fetch as well
|
|
9335
|
-
*/
|
|
9336
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9337
9230
|
/**
|
|
9338
9231
|
* Filter, which Scores to fetch.
|
|
9339
9232
|
*/
|
|
@@ -9382,10 +9275,6 @@ export namespace Prisma {
|
|
|
9382
9275
|
* Omit specific fields from the Scores
|
|
9383
9276
|
*/
|
|
9384
9277
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9385
|
-
/**
|
|
9386
|
-
* Choose, which related nodes to fetch as well
|
|
9387
|
-
*/
|
|
9388
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9389
9278
|
/**
|
|
9390
9279
|
* Filter, which Scores to fetch.
|
|
9391
9280
|
*/
|
|
@@ -9429,10 +9318,6 @@ export namespace Prisma {
|
|
|
9429
9318
|
* Omit specific fields from the Scores
|
|
9430
9319
|
*/
|
|
9431
9320
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9432
|
-
/**
|
|
9433
|
-
* Choose, which related nodes to fetch as well
|
|
9434
|
-
*/
|
|
9435
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9436
9321
|
/**
|
|
9437
9322
|
* The data needed to create a Scores.
|
|
9438
9323
|
*/
|
|
@@ -9461,10 +9346,6 @@ export namespace Prisma {
|
|
|
9461
9346
|
* Omit specific fields from the Scores
|
|
9462
9347
|
*/
|
|
9463
9348
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9464
|
-
/**
|
|
9465
|
-
* Choose, which related nodes to fetch as well
|
|
9466
|
-
*/
|
|
9467
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9468
9349
|
/**
|
|
9469
9350
|
* The data needed to update a Scores.
|
|
9470
9351
|
*/
|
|
@@ -9505,10 +9386,6 @@ export namespace Prisma {
|
|
|
9505
9386
|
* Omit specific fields from the Scores
|
|
9506
9387
|
*/
|
|
9507
9388
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9508
|
-
/**
|
|
9509
|
-
* Choose, which related nodes to fetch as well
|
|
9510
|
-
*/
|
|
9511
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9512
9389
|
/**
|
|
9513
9390
|
* The filter to search for the Scores to update in case it exists.
|
|
9514
9391
|
*/
|
|
@@ -9535,10 +9412,6 @@ export namespace Prisma {
|
|
|
9535
9412
|
* Omit specific fields from the Scores
|
|
9536
9413
|
*/
|
|
9537
9414
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9538
|
-
/**
|
|
9539
|
-
* Choose, which related nodes to fetch as well
|
|
9540
|
-
*/
|
|
9541
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9542
9415
|
/**
|
|
9543
9416
|
* Filter which Scores to delete.
|
|
9544
9417
|
*/
|
|
@@ -9599,10 +9472,6 @@ export namespace Prisma {
|
|
|
9599
9472
|
* Omit specific fields from the Scores
|
|
9600
9473
|
*/
|
|
9601
9474
|
omit?: ScoresOmit<ExtArgs> | null
|
|
9602
|
-
/**
|
|
9603
|
-
* Choose, which related nodes to fetch as well
|
|
9604
|
-
*/
|
|
9605
|
-
include?: ScoresInclude<ExtArgs> | null
|
|
9606
9475
|
}
|
|
9607
9476
|
|
|
9608
9477
|
|
|
@@ -9996,7 +9865,6 @@ export namespace Prisma {
|
|
|
9996
9865
|
leagueObjectId?: boolean
|
|
9997
9866
|
createdAt?: boolean
|
|
9998
9867
|
updatedAt?: boolean
|
|
9999
|
-
fixture?: boolean | FixtureDefaultArgs<ExtArgs>
|
|
10000
9868
|
Tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
10001
9869
|
League?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
10002
9870
|
markets?: boolean | LevrGame$marketsArgs<ExtArgs>
|
|
@@ -10038,7 +9906,6 @@ export namespace Prisma {
|
|
|
10038
9906
|
|
|
10039
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"]>
|
|
10040
9908
|
export type LevrGameInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
10041
|
-
fixture?: boolean | FixtureDefaultArgs<ExtArgs>
|
|
10042
9909
|
Tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
10043
9910
|
League?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
10044
9911
|
markets?: boolean | LevrGame$marketsArgs<ExtArgs>
|
|
@@ -10048,7 +9915,6 @@ export namespace Prisma {
|
|
|
10048
9915
|
export type $LevrGamePayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
10049
9916
|
name: "LevrGame"
|
|
10050
9917
|
objects: {
|
|
10051
|
-
fixture: Prisma.$FixturePayload<ExtArgs>
|
|
10052
9918
|
Tournament: Prisma.$TournamentPayload<ExtArgs>
|
|
10053
9919
|
League: Prisma.$LeaguePayload<ExtArgs>
|
|
10054
9920
|
markets: Prisma.$MarketPayload<ExtArgs>[]
|
|
@@ -10445,7 +10311,6 @@ export namespace Prisma {
|
|
|
10445
10311
|
*/
|
|
10446
10312
|
export interface Prisma__LevrGameClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
10447
10313
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
10448
|
-
fixture<T extends FixtureDefaultArgs<ExtArgs> = {}>(args?: Subset<T, FixtureDefaultArgs<ExtArgs>>): Prisma__FixtureClient<$Result.GetResult<Prisma.$FixturePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
10449
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>
|
|
10450
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>
|
|
10451
10316
|
markets<T extends LevrGame$marketsArgs<ExtArgs> = {}>(args?: Subset<T, LevrGame$marketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MarketPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
@@ -15094,8 +14959,6 @@ export namespace Prisma {
|
|
|
15094
14959
|
createdAt?: DateTimeFilter<"Fixture"> | Date | string
|
|
15095
14960
|
updatedAt?: DateTimeFilter<"Fixture"> | Date | string
|
|
15096
14961
|
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15097
|
-
scores?: XOR<ScoresNullableScalarRelationFilter, ScoresWhereInput> | null
|
|
15098
|
-
levrGames?: LevrGameListRelationFilter
|
|
15099
14962
|
}
|
|
15100
14963
|
|
|
15101
14964
|
export type FixtureOrderByWithRelationInput = {
|
|
@@ -15117,8 +14980,6 @@ export namespace Prisma {
|
|
|
15117
14980
|
createdAt?: SortOrder
|
|
15118
14981
|
updatedAt?: SortOrder
|
|
15119
14982
|
league?: LeagueOrderByWithRelationInput
|
|
15120
|
-
scores?: ScoresOrderByWithRelationInput
|
|
15121
|
-
levrGames?: LevrGameOrderByRelationAggregateInput
|
|
15122
14983
|
}
|
|
15123
14984
|
|
|
15124
14985
|
export type FixtureWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -15143,8 +15004,6 @@ export namespace Prisma {
|
|
|
15143
15004
|
createdAt?: DateTimeFilter<"Fixture"> | Date | string
|
|
15144
15005
|
updatedAt?: DateTimeFilter<"Fixture"> | Date | string
|
|
15145
15006
|
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15146
|
-
scores?: XOR<ScoresNullableScalarRelationFilter, ScoresWhereInput> | null
|
|
15147
|
-
levrGames?: LevrGameListRelationFilter
|
|
15148
15007
|
}, "objectId" | "levrFixtureId" | "opticOddsFixtureId" | "lsportsFixtureId">
|
|
15149
15008
|
|
|
15150
15009
|
export type FixtureOrderByWithAggregationInput = {
|
|
@@ -15205,7 +15064,6 @@ export namespace Prisma {
|
|
|
15205
15064
|
fixtureObjectId?: StringFilter<"Scores"> | string
|
|
15206
15065
|
createdAt?: DateTimeFilter<"Scores"> | Date | string
|
|
15207
15066
|
updatedAt?: DateTimeFilter<"Scores"> | Date | string
|
|
15208
|
-
fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
|
|
15209
15067
|
}
|
|
15210
15068
|
|
|
15211
15069
|
export type ScoresOrderByWithRelationInput = {
|
|
@@ -15217,7 +15075,6 @@ export namespace Prisma {
|
|
|
15217
15075
|
fixtureObjectId?: SortOrder
|
|
15218
15076
|
createdAt?: SortOrder
|
|
15219
15077
|
updatedAt?: SortOrder
|
|
15220
|
-
fixture?: FixtureOrderByWithRelationInput
|
|
15221
15078
|
}
|
|
15222
15079
|
|
|
15223
15080
|
export type ScoresWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -15232,7 +15089,6 @@ export namespace Prisma {
|
|
|
15232
15089
|
totalScoresAway?: FloatFilter<"Scores"> | number
|
|
15233
15090
|
createdAt?: DateTimeFilter<"Scores"> | Date | string
|
|
15234
15091
|
updatedAt?: DateTimeFilter<"Scores"> | Date | string
|
|
15235
|
-
fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
|
|
15236
15092
|
}, "objectId" | "fixtureObjectId">
|
|
15237
15093
|
|
|
15238
15094
|
export type ScoresOrderByWithAggregationInput = {
|
|
@@ -15297,7 +15153,6 @@ export namespace Prisma {
|
|
|
15297
15153
|
leagueObjectId?: StringFilter<"LevrGame"> | string
|
|
15298
15154
|
createdAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15299
15155
|
updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15300
|
-
fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
|
|
15301
15156
|
Tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
15302
15157
|
League?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15303
15158
|
markets?: MarketListRelationFilter
|
|
@@ -15332,7 +15187,6 @@ export namespace Prisma {
|
|
|
15332
15187
|
leagueObjectId?: SortOrder
|
|
15333
15188
|
createdAt?: SortOrder
|
|
15334
15189
|
updatedAt?: SortOrder
|
|
15335
|
-
fixture?: FixtureOrderByWithRelationInput
|
|
15336
15190
|
Tournament?: TournamentOrderByWithRelationInput
|
|
15337
15191
|
League?: LeagueOrderByWithRelationInput
|
|
15338
15192
|
markets?: MarketOrderByRelationAggregateInput
|
|
@@ -15370,7 +15224,6 @@ export namespace Prisma {
|
|
|
15370
15224
|
leagueObjectId?: StringFilter<"LevrGame"> | string
|
|
15371
15225
|
createdAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15372
15226
|
updatedAt?: DateTimeFilter<"LevrGame"> | Date | string
|
|
15373
|
-
fixture?: XOR<FixtureScalarRelationFilter, FixtureWhereInput>
|
|
15374
15227
|
Tournament?: XOR<TournamentScalarRelationFilter, TournamentWhereInput>
|
|
15375
15228
|
League?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
15376
15229
|
markets?: MarketListRelationFilter
|
|
@@ -16251,8 +16104,6 @@ export namespace Prisma {
|
|
|
16251
16104
|
createdAt?: Date | string
|
|
16252
16105
|
updatedAt?: Date | string
|
|
16253
16106
|
league: LeagueCreateNestedOneWithoutFixturesInput
|
|
16254
|
-
scores?: ScoresCreateNestedOneWithoutFixtureInput
|
|
16255
|
-
levrGames?: LevrGameCreateNestedManyWithoutFixtureInput
|
|
16256
16107
|
}
|
|
16257
16108
|
|
|
16258
16109
|
export type FixtureUncheckedCreateInput = {
|
|
@@ -16273,8 +16124,6 @@ export namespace Prisma {
|
|
|
16273
16124
|
leagueObjectId: string
|
|
16274
16125
|
createdAt?: Date | string
|
|
16275
16126
|
updatedAt?: Date | string
|
|
16276
|
-
scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
|
|
16277
|
-
levrGames?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
|
|
16278
16127
|
}
|
|
16279
16128
|
|
|
16280
16129
|
export type FixtureUpdateInput = {
|
|
@@ -16294,8 +16143,6 @@ export namespace Prisma {
|
|
|
16294
16143
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16295
16144
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16296
16145
|
league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
|
|
16297
|
-
scores?: ScoresUpdateOneWithoutFixtureNestedInput
|
|
16298
|
-
levrGames?: LevrGameUpdateManyWithoutFixtureNestedInput
|
|
16299
16146
|
}
|
|
16300
16147
|
|
|
16301
16148
|
export type FixtureUncheckedUpdateInput = {
|
|
@@ -16315,8 +16162,6 @@ export namespace Prisma {
|
|
|
16315
16162
|
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
16316
16163
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16317
16164
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16318
|
-
scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
|
|
16319
|
-
levrGames?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
|
|
16320
16165
|
}
|
|
16321
16166
|
|
|
16322
16167
|
export type FixtureCreateManyInput = {
|
|
@@ -16382,9 +16227,9 @@ export namespace Prisma {
|
|
|
16382
16227
|
scoresByPeriodAway: InputJsonValue
|
|
16383
16228
|
totalScoresHome: number
|
|
16384
16229
|
totalScoresAway: number
|
|
16230
|
+
fixtureObjectId: string
|
|
16385
16231
|
createdAt?: Date | string
|
|
16386
16232
|
updatedAt?: Date | string
|
|
16387
|
-
fixture: FixtureCreateNestedOneWithoutScoresInput
|
|
16388
16233
|
}
|
|
16389
16234
|
|
|
16390
16235
|
export type ScoresUncheckedCreateInput = {
|
|
@@ -16403,9 +16248,9 @@ export namespace Prisma {
|
|
|
16403
16248
|
scoresByPeriodAway?: InputJsonValue | InputJsonValue
|
|
16404
16249
|
totalScoresHome?: FloatFieldUpdateOperationsInput | number
|
|
16405
16250
|
totalScoresAway?: FloatFieldUpdateOperationsInput | number
|
|
16251
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
16406
16252
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16407
16253
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16408
|
-
fixture?: FixtureUpdateOneRequiredWithoutScoresNestedInput
|
|
16409
16254
|
}
|
|
16410
16255
|
|
|
16411
16256
|
export type ScoresUncheckedUpdateInput = {
|
|
@@ -16434,6 +16279,7 @@ export namespace Prisma {
|
|
|
16434
16279
|
scoresByPeriodAway?: InputJsonValue | InputJsonValue
|
|
16435
16280
|
totalScoresHome?: FloatFieldUpdateOperationsInput | number
|
|
16436
16281
|
totalScoresAway?: FloatFieldUpdateOperationsInput | number
|
|
16282
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
16437
16283
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16438
16284
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16439
16285
|
}
|
|
@@ -16472,9 +16318,9 @@ export namespace Prisma {
|
|
|
16472
16318
|
opticOddsFixtureId?: string | null
|
|
16473
16319
|
lsportsFixtureId?: string | null
|
|
16474
16320
|
sportGroup: $Enums.SportGroup
|
|
16321
|
+
fixtureObjectId: string
|
|
16475
16322
|
createdAt?: Date | string
|
|
16476
16323
|
updatedAt?: Date | string
|
|
16477
|
-
fixture: FixtureCreateNestedOneWithoutLevrGamesInput
|
|
16478
16324
|
Tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
16479
16325
|
League: LeagueCreateNestedOneWithoutGamesInput
|
|
16480
16326
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
@@ -16535,9 +16381,9 @@ export namespace Prisma {
|
|
|
16535
16381
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
16536
16382
|
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
16537
16383
|
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
16384
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
16538
16385
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16539
16386
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16540
|
-
fixture?: FixtureUpdateOneRequiredWithoutLevrGamesNestedInput
|
|
16541
16387
|
Tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
16542
16388
|
League?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
16543
16389
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
@@ -16628,6 +16474,7 @@ export namespace Prisma {
|
|
|
16628
16474
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
16629
16475
|
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
16630
16476
|
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
16477
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
16631
16478
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16632
16479
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
16633
16480
|
}
|
|
@@ -17526,11 +17373,6 @@ export namespace Prisma {
|
|
|
17526
17373
|
not?: NestedEnumFixtureStatusFilter<$PrismaModel> | $Enums.FixtureStatus
|
|
17527
17374
|
}
|
|
17528
17375
|
|
|
17529
|
-
export type ScoresNullableScalarRelationFilter = {
|
|
17530
|
-
is?: ScoresWhereInput | null
|
|
17531
|
-
isNot?: ScoresWhereInput | null
|
|
17532
|
-
}
|
|
17533
|
-
|
|
17534
17376
|
export type FixtureCountOrderByAggregateInput = {
|
|
17535
17377
|
objectId?: SortOrder
|
|
17536
17378
|
levrFixtureId?: SortOrder
|
|
@@ -17641,11 +17483,6 @@ export namespace Prisma {
|
|
|
17641
17483
|
not?: NestedFloatFilter<$PrismaModel> | number
|
|
17642
17484
|
}
|
|
17643
17485
|
|
|
17644
|
-
export type FixtureScalarRelationFilter = {
|
|
17645
|
-
is?: FixtureWhereInput
|
|
17646
|
-
isNot?: FixtureWhereInput
|
|
17647
|
-
}
|
|
17648
|
-
|
|
17649
17486
|
export type ScoresCountOrderByAggregateInput = {
|
|
17650
17487
|
objectId?: SortOrder
|
|
17651
17488
|
scoresByPeriodHome?: SortOrder
|
|
@@ -18470,32 +18307,6 @@ export namespace Prisma {
|
|
|
18470
18307
|
connect?: LeagueWhereUniqueInput
|
|
18471
18308
|
}
|
|
18472
18309
|
|
|
18473
|
-
export type ScoresCreateNestedOneWithoutFixtureInput = {
|
|
18474
|
-
create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
|
|
18475
|
-
connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
|
|
18476
|
-
connect?: ScoresWhereUniqueInput
|
|
18477
|
-
}
|
|
18478
|
-
|
|
18479
|
-
export type LevrGameCreateNestedManyWithoutFixtureInput = {
|
|
18480
|
-
create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
|
|
18481
|
-
connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
|
|
18482
|
-
createMany?: LevrGameCreateManyFixtureInputEnvelope
|
|
18483
|
-
connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18484
|
-
}
|
|
18485
|
-
|
|
18486
|
-
export type ScoresUncheckedCreateNestedOneWithoutFixtureInput = {
|
|
18487
|
-
create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
|
|
18488
|
-
connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
|
|
18489
|
-
connect?: ScoresWhereUniqueInput
|
|
18490
|
-
}
|
|
18491
|
-
|
|
18492
|
-
export type LevrGameUncheckedCreateNestedManyWithoutFixtureInput = {
|
|
18493
|
-
create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
|
|
18494
|
-
connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
|
|
18495
|
-
createMany?: LevrGameCreateManyFixtureInputEnvelope
|
|
18496
|
-
connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18497
|
-
}
|
|
18498
|
-
|
|
18499
18310
|
export type NullableStringFieldUpdateOperationsInput = {
|
|
18500
18311
|
set?: string | null
|
|
18501
18312
|
unset?: boolean
|
|
@@ -18513,60 +18324,6 @@ export namespace Prisma {
|
|
|
18513
18324
|
update?: XOR<XOR<LeagueUpdateToOneWithWhereWithoutFixturesInput, LeagueUpdateWithoutFixturesInput>, LeagueUncheckedUpdateWithoutFixturesInput>
|
|
18514
18325
|
}
|
|
18515
18326
|
|
|
18516
|
-
export type ScoresUpdateOneWithoutFixtureNestedInput = {
|
|
18517
|
-
create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
|
|
18518
|
-
connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
|
|
18519
|
-
upsert?: ScoresUpsertWithoutFixtureInput
|
|
18520
|
-
disconnect?: ScoresWhereInput | boolean
|
|
18521
|
-
delete?: ScoresWhereInput | boolean
|
|
18522
|
-
connect?: ScoresWhereUniqueInput
|
|
18523
|
-
update?: XOR<XOR<ScoresUpdateToOneWithWhereWithoutFixtureInput, ScoresUpdateWithoutFixtureInput>, ScoresUncheckedUpdateWithoutFixtureInput>
|
|
18524
|
-
}
|
|
18525
|
-
|
|
18526
|
-
export type LevrGameUpdateManyWithoutFixtureNestedInput = {
|
|
18527
|
-
create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
|
|
18528
|
-
connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
|
|
18529
|
-
upsert?: LevrGameUpsertWithWhereUniqueWithoutFixtureInput | LevrGameUpsertWithWhereUniqueWithoutFixtureInput[]
|
|
18530
|
-
createMany?: LevrGameCreateManyFixtureInputEnvelope
|
|
18531
|
-
set?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18532
|
-
disconnect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18533
|
-
delete?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18534
|
-
connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18535
|
-
update?: LevrGameUpdateWithWhereUniqueWithoutFixtureInput | LevrGameUpdateWithWhereUniqueWithoutFixtureInput[]
|
|
18536
|
-
updateMany?: LevrGameUpdateManyWithWhereWithoutFixtureInput | LevrGameUpdateManyWithWhereWithoutFixtureInput[]
|
|
18537
|
-
deleteMany?: LevrGameScalarWhereInput | LevrGameScalarWhereInput[]
|
|
18538
|
-
}
|
|
18539
|
-
|
|
18540
|
-
export type ScoresUncheckedUpdateOneWithoutFixtureNestedInput = {
|
|
18541
|
-
create?: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
|
|
18542
|
-
connectOrCreate?: ScoresCreateOrConnectWithoutFixtureInput
|
|
18543
|
-
upsert?: ScoresUpsertWithoutFixtureInput
|
|
18544
|
-
disconnect?: ScoresWhereInput | boolean
|
|
18545
|
-
delete?: ScoresWhereInput | boolean
|
|
18546
|
-
connect?: ScoresWhereUniqueInput
|
|
18547
|
-
update?: XOR<XOR<ScoresUpdateToOneWithWhereWithoutFixtureInput, ScoresUpdateWithoutFixtureInput>, ScoresUncheckedUpdateWithoutFixtureInput>
|
|
18548
|
-
}
|
|
18549
|
-
|
|
18550
|
-
export type LevrGameUncheckedUpdateManyWithoutFixtureNestedInput = {
|
|
18551
|
-
create?: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput> | LevrGameCreateWithoutFixtureInput[] | LevrGameUncheckedCreateWithoutFixtureInput[]
|
|
18552
|
-
connectOrCreate?: LevrGameCreateOrConnectWithoutFixtureInput | LevrGameCreateOrConnectWithoutFixtureInput[]
|
|
18553
|
-
upsert?: LevrGameUpsertWithWhereUniqueWithoutFixtureInput | LevrGameUpsertWithWhereUniqueWithoutFixtureInput[]
|
|
18554
|
-
createMany?: LevrGameCreateManyFixtureInputEnvelope
|
|
18555
|
-
set?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18556
|
-
disconnect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18557
|
-
delete?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18558
|
-
connect?: LevrGameWhereUniqueInput | LevrGameWhereUniqueInput[]
|
|
18559
|
-
update?: LevrGameUpdateWithWhereUniqueWithoutFixtureInput | LevrGameUpdateWithWhereUniqueWithoutFixtureInput[]
|
|
18560
|
-
updateMany?: LevrGameUpdateManyWithWhereWithoutFixtureInput | LevrGameUpdateManyWithWhereWithoutFixtureInput[]
|
|
18561
|
-
deleteMany?: LevrGameScalarWhereInput | LevrGameScalarWhereInput[]
|
|
18562
|
-
}
|
|
18563
|
-
|
|
18564
|
-
export type FixtureCreateNestedOneWithoutScoresInput = {
|
|
18565
|
-
create?: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
|
|
18566
|
-
connectOrCreate?: FixtureCreateOrConnectWithoutScoresInput
|
|
18567
|
-
connect?: FixtureWhereUniqueInput
|
|
18568
|
-
}
|
|
18569
|
-
|
|
18570
18327
|
export type FloatFieldUpdateOperationsInput = {
|
|
18571
18328
|
set?: number
|
|
18572
18329
|
increment?: number
|
|
@@ -18575,20 +18332,6 @@ export namespace Prisma {
|
|
|
18575
18332
|
divide?: number
|
|
18576
18333
|
}
|
|
18577
18334
|
|
|
18578
|
-
export type FixtureUpdateOneRequiredWithoutScoresNestedInput = {
|
|
18579
|
-
create?: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
|
|
18580
|
-
connectOrCreate?: FixtureCreateOrConnectWithoutScoresInput
|
|
18581
|
-
upsert?: FixtureUpsertWithoutScoresInput
|
|
18582
|
-
connect?: FixtureWhereUniqueInput
|
|
18583
|
-
update?: XOR<XOR<FixtureUpdateToOneWithWhereWithoutScoresInput, FixtureUpdateWithoutScoresInput>, FixtureUncheckedUpdateWithoutScoresInput>
|
|
18584
|
-
}
|
|
18585
|
-
|
|
18586
|
-
export type FixtureCreateNestedOneWithoutLevrGamesInput = {
|
|
18587
|
-
create?: XOR<FixtureCreateWithoutLevrGamesInput, FixtureUncheckedCreateWithoutLevrGamesInput>
|
|
18588
|
-
connectOrCreate?: FixtureCreateOrConnectWithoutLevrGamesInput
|
|
18589
|
-
connect?: FixtureWhereUniqueInput
|
|
18590
|
-
}
|
|
18591
|
-
|
|
18592
18335
|
export type TournamentCreateNestedOneWithoutGamesInput = {
|
|
18593
18336
|
create?: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
|
|
18594
18337
|
connectOrCreate?: TournamentCreateOrConnectWithoutGamesInput
|
|
@@ -18624,14 +18367,6 @@ export namespace Prisma {
|
|
|
18624
18367
|
set?: $Enums.GamePhase
|
|
18625
18368
|
}
|
|
18626
18369
|
|
|
18627
|
-
export type FixtureUpdateOneRequiredWithoutLevrGamesNestedInput = {
|
|
18628
|
-
create?: XOR<FixtureCreateWithoutLevrGamesInput, FixtureUncheckedCreateWithoutLevrGamesInput>
|
|
18629
|
-
connectOrCreate?: FixtureCreateOrConnectWithoutLevrGamesInput
|
|
18630
|
-
upsert?: FixtureUpsertWithoutLevrGamesInput
|
|
18631
|
-
connect?: FixtureWhereUniqueInput
|
|
18632
|
-
update?: XOR<XOR<FixtureUpdateToOneWithWhereWithoutLevrGamesInput, FixtureUpdateWithoutLevrGamesInput>, FixtureUncheckedUpdateWithoutLevrGamesInput>
|
|
18633
|
-
}
|
|
18634
|
-
|
|
18635
18370
|
export type TournamentUpdateOneRequiredWithoutGamesNestedInput = {
|
|
18636
18371
|
create?: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
|
|
18637
18372
|
connectOrCreate?: TournamentCreateOrConnectWithoutGamesInput
|
|
@@ -19148,9 +18883,9 @@ export namespace Prisma {
|
|
|
19148
18883
|
opticOddsFixtureId?: string | null
|
|
19149
18884
|
lsportsFixtureId?: string | null
|
|
19150
18885
|
sportGroup: $Enums.SportGroup
|
|
18886
|
+
fixtureObjectId: string
|
|
19151
18887
|
createdAt?: Date | string
|
|
19152
18888
|
updatedAt?: Date | string
|
|
19153
|
-
fixture: FixtureCreateNestedOneWithoutLevrGamesInput
|
|
19154
18889
|
League: LeagueCreateNestedOneWithoutGamesInput
|
|
19155
18890
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
19156
18891
|
}
|
|
@@ -19473,9 +19208,9 @@ export namespace Prisma {
|
|
|
19473
19208
|
opticOddsFixtureId?: string | null
|
|
19474
19209
|
lsportsFixtureId?: string | null
|
|
19475
19210
|
sportGroup: $Enums.SportGroup
|
|
19211
|
+
fixtureObjectId: string
|
|
19476
19212
|
createdAt?: Date | string
|
|
19477
19213
|
updatedAt?: Date | string
|
|
19478
|
-
fixture: FixtureCreateNestedOneWithoutLevrGamesInput
|
|
19479
19214
|
Tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
19480
19215
|
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
19481
19216
|
}
|
|
@@ -19537,8 +19272,6 @@ export namespace Prisma {
|
|
|
19537
19272
|
fixtureStatus: $Enums.FixtureStatus
|
|
19538
19273
|
createdAt?: Date | string
|
|
19539
19274
|
updatedAt?: Date | string
|
|
19540
|
-
scores?: ScoresCreateNestedOneWithoutFixtureInput
|
|
19541
|
-
levrGames?: LevrGameCreateNestedManyWithoutFixtureInput
|
|
19542
19275
|
}
|
|
19543
19276
|
|
|
19544
19277
|
export type FixtureUncheckedCreateWithoutLeagueInput = {
|
|
@@ -19558,8 +19291,6 @@ export namespace Prisma {
|
|
|
19558
19291
|
fixtureStatus: $Enums.FixtureStatus
|
|
19559
19292
|
createdAt?: Date | string
|
|
19560
19293
|
updatedAt?: Date | string
|
|
19561
|
-
scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
|
|
19562
|
-
levrGames?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
|
|
19563
19294
|
}
|
|
19564
19295
|
|
|
19565
19296
|
export type FixtureCreateOrConnectWithoutLeagueInput = {
|
|
@@ -19894,102 +19625,6 @@ export namespace Prisma {
|
|
|
19894
19625
|
create: XOR<LeagueCreateWithoutFixturesInput, LeagueUncheckedCreateWithoutFixturesInput>
|
|
19895
19626
|
}
|
|
19896
19627
|
|
|
19897
|
-
export type ScoresCreateWithoutFixtureInput = {
|
|
19898
|
-
objectId?: string
|
|
19899
|
-
scoresByPeriodHome: InputJsonValue
|
|
19900
|
-
scoresByPeriodAway: InputJsonValue
|
|
19901
|
-
totalScoresHome: number
|
|
19902
|
-
totalScoresAway: number
|
|
19903
|
-
createdAt?: Date | string
|
|
19904
|
-
updatedAt?: Date | string
|
|
19905
|
-
}
|
|
19906
|
-
|
|
19907
|
-
export type ScoresUncheckedCreateWithoutFixtureInput = {
|
|
19908
|
-
objectId?: string
|
|
19909
|
-
scoresByPeriodHome: InputJsonValue
|
|
19910
|
-
scoresByPeriodAway: InputJsonValue
|
|
19911
|
-
totalScoresHome: number
|
|
19912
|
-
totalScoresAway: number
|
|
19913
|
-
createdAt?: Date | string
|
|
19914
|
-
updatedAt?: Date | string
|
|
19915
|
-
}
|
|
19916
|
-
|
|
19917
|
-
export type ScoresCreateOrConnectWithoutFixtureInput = {
|
|
19918
|
-
where: ScoresWhereUniqueInput
|
|
19919
|
-
create: XOR<ScoresCreateWithoutFixtureInput, ScoresUncheckedCreateWithoutFixtureInput>
|
|
19920
|
-
}
|
|
19921
|
-
|
|
19922
|
-
export type LevrGameCreateWithoutFixtureInput = {
|
|
19923
|
-
objectId?: string
|
|
19924
|
-
gameId: number
|
|
19925
|
-
txHash: string
|
|
19926
|
-
chainId: number
|
|
19927
|
-
seasonType: string
|
|
19928
|
-
venue: string
|
|
19929
|
-
eventName: string
|
|
19930
|
-
location: string
|
|
19931
|
-
venueLocation: string
|
|
19932
|
-
gameClock: string
|
|
19933
|
-
paused?: boolean
|
|
19934
|
-
fixtureDate: Date | string
|
|
19935
|
-
wentLiveAt?: Date | string | null
|
|
19936
|
-
homeTeam: InputJsonValue
|
|
19937
|
-
awayTeam: InputJsonValue
|
|
19938
|
-
currentPeriod?: number
|
|
19939
|
-
actualDuration?: number
|
|
19940
|
-
normalizationFactor: number
|
|
19941
|
-
gamePhase?: $Enums.GamePhase
|
|
19942
|
-
levrFixtureId: string
|
|
19943
|
-
opticOddsFixtureId?: string | null
|
|
19944
|
-
lsportsFixtureId?: string | null
|
|
19945
|
-
sportGroup: $Enums.SportGroup
|
|
19946
|
-
createdAt?: Date | string
|
|
19947
|
-
updatedAt?: Date | string
|
|
19948
|
-
Tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
19949
|
-
League: LeagueCreateNestedOneWithoutGamesInput
|
|
19950
|
-
markets?: MarketCreateNestedManyWithoutLevrGameInput
|
|
19951
|
-
}
|
|
19952
|
-
|
|
19953
|
-
export type LevrGameUncheckedCreateWithoutFixtureInput = {
|
|
19954
|
-
objectId?: string
|
|
19955
|
-
gameId: number
|
|
19956
|
-
txHash: string
|
|
19957
|
-
chainId: number
|
|
19958
|
-
seasonType: string
|
|
19959
|
-
venue: string
|
|
19960
|
-
eventName: string
|
|
19961
|
-
location: string
|
|
19962
|
-
venueLocation: string
|
|
19963
|
-
gameClock: string
|
|
19964
|
-
paused?: boolean
|
|
19965
|
-
fixtureDate: Date | string
|
|
19966
|
-
wentLiveAt?: Date | string | null
|
|
19967
|
-
homeTeam: InputJsonValue
|
|
19968
|
-
awayTeam: InputJsonValue
|
|
19969
|
-
currentPeriod?: number
|
|
19970
|
-
actualDuration?: number
|
|
19971
|
-
normalizationFactor: number
|
|
19972
|
-
gamePhase?: $Enums.GamePhase
|
|
19973
|
-
levrFixtureId: string
|
|
19974
|
-
opticOddsFixtureId?: string | null
|
|
19975
|
-
lsportsFixtureId?: string | null
|
|
19976
|
-
sportGroup: $Enums.SportGroup
|
|
19977
|
-
tournamentObjectId: string
|
|
19978
|
-
leagueObjectId: string
|
|
19979
|
-
createdAt?: Date | string
|
|
19980
|
-
updatedAt?: Date | string
|
|
19981
|
-
markets?: MarketUncheckedCreateNestedManyWithoutLevrGameInput
|
|
19982
|
-
}
|
|
19983
|
-
|
|
19984
|
-
export type LevrGameCreateOrConnectWithoutFixtureInput = {
|
|
19985
|
-
where: LevrGameWhereUniqueInput
|
|
19986
|
-
create: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput>
|
|
19987
|
-
}
|
|
19988
|
-
|
|
19989
|
-
export type LevrGameCreateManyFixtureInputEnvelope = {
|
|
19990
|
-
data: LevrGameCreateManyFixtureInput | LevrGameCreateManyFixtureInput[]
|
|
19991
|
-
}
|
|
19992
|
-
|
|
19993
19628
|
export type LeagueUpsertWithoutFixturesInput = {
|
|
19994
19629
|
update: XOR<LeagueUpdateWithoutFixturesInput, LeagueUncheckedUpdateWithoutFixturesInput>
|
|
19995
19630
|
create: XOR<LeagueCreateWithoutFixturesInput, LeagueUncheckedCreateWithoutFixturesInput>
|
|
@@ -20033,222 +19668,32 @@ export namespace Prisma {
|
|
|
20033
19668
|
teams?: TeamDataUncheckedUpdateManyWithoutLeagueNestedInput
|
|
20034
19669
|
}
|
|
20035
19670
|
|
|
20036
|
-
export type
|
|
20037
|
-
|
|
20038
|
-
|
|
20039
|
-
|
|
19671
|
+
export type TournamentCreateWithoutGamesInput = {
|
|
19672
|
+
objectId?: string
|
|
19673
|
+
levrTournamentId: string
|
|
19674
|
+
chainId: number
|
|
19675
|
+
name: string
|
|
19676
|
+
description: string
|
|
19677
|
+
bannerUrl: string
|
|
19678
|
+
startDate: Date | string
|
|
19679
|
+
endDate: Date | string
|
|
19680
|
+
createdAt?: Date | string
|
|
19681
|
+
updatedAt?: Date | string
|
|
19682
|
+
leagues?: LeagueCreateNestedManyWithoutTournamentInput
|
|
20040
19683
|
}
|
|
20041
19684
|
|
|
20042
|
-
export type
|
|
20043
|
-
|
|
20044
|
-
|
|
20045
|
-
|
|
20046
|
-
|
|
20047
|
-
|
|
20048
|
-
|
|
20049
|
-
|
|
20050
|
-
|
|
20051
|
-
|
|
20052
|
-
|
|
20053
|
-
|
|
20054
|
-
}
|
|
20055
|
-
|
|
20056
|
-
export type ScoresUncheckedUpdateWithoutFixtureInput = {
|
|
20057
|
-
scoresByPeriodHome?: InputJsonValue | InputJsonValue
|
|
20058
|
-
scoresByPeriodAway?: InputJsonValue | InputJsonValue
|
|
20059
|
-
totalScoresHome?: FloatFieldUpdateOperationsInput | number
|
|
20060
|
-
totalScoresAway?: FloatFieldUpdateOperationsInput | number
|
|
20061
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20062
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20063
|
-
}
|
|
20064
|
-
|
|
20065
|
-
export type LevrGameUpsertWithWhereUniqueWithoutFixtureInput = {
|
|
20066
|
-
where: LevrGameWhereUniqueInput
|
|
20067
|
-
update: XOR<LevrGameUpdateWithoutFixtureInput, LevrGameUncheckedUpdateWithoutFixtureInput>
|
|
20068
|
-
create: XOR<LevrGameCreateWithoutFixtureInput, LevrGameUncheckedCreateWithoutFixtureInput>
|
|
20069
|
-
}
|
|
20070
|
-
|
|
20071
|
-
export type LevrGameUpdateWithWhereUniqueWithoutFixtureInput = {
|
|
20072
|
-
where: LevrGameWhereUniqueInput
|
|
20073
|
-
data: XOR<LevrGameUpdateWithoutFixtureInput, LevrGameUncheckedUpdateWithoutFixtureInput>
|
|
20074
|
-
}
|
|
20075
|
-
|
|
20076
|
-
export type LevrGameUpdateManyWithWhereWithoutFixtureInput = {
|
|
20077
|
-
where: LevrGameScalarWhereInput
|
|
20078
|
-
data: XOR<LevrGameUpdateManyMutationInput, LevrGameUncheckedUpdateManyWithoutFixtureInput>
|
|
20079
|
-
}
|
|
20080
|
-
|
|
20081
|
-
export type FixtureCreateWithoutScoresInput = {
|
|
20082
|
-
objectId?: string
|
|
20083
|
-
levrFixtureId: string
|
|
20084
|
-
opticOddsFixtureId?: string | null
|
|
20085
|
-
lsportsFixtureId?: string | null
|
|
20086
|
-
seasonType: string
|
|
20087
|
-
venue: string
|
|
20088
|
-
eventName: string
|
|
20089
|
-
location: string
|
|
20090
|
-
venueLocation: string
|
|
20091
|
-
fixtureDate: Date | string
|
|
20092
|
-
lastUpdated: Date | string
|
|
20093
|
-
homeTeam: InputJsonValue
|
|
20094
|
-
awayTeam: InputJsonValue
|
|
20095
|
-
fixtureStatus: $Enums.FixtureStatus
|
|
20096
|
-
createdAt?: Date | string
|
|
20097
|
-
updatedAt?: Date | string
|
|
20098
|
-
league: LeagueCreateNestedOneWithoutFixturesInput
|
|
20099
|
-
levrGames?: LevrGameCreateNestedManyWithoutFixtureInput
|
|
20100
|
-
}
|
|
20101
|
-
|
|
20102
|
-
export type FixtureUncheckedCreateWithoutScoresInput = {
|
|
20103
|
-
objectId?: string
|
|
20104
|
-
levrFixtureId: string
|
|
20105
|
-
opticOddsFixtureId?: string | null
|
|
20106
|
-
lsportsFixtureId?: string | null
|
|
20107
|
-
seasonType: string
|
|
20108
|
-
venue: string
|
|
20109
|
-
eventName: string
|
|
20110
|
-
location: string
|
|
20111
|
-
venueLocation: string
|
|
20112
|
-
fixtureDate: Date | string
|
|
20113
|
-
lastUpdated: Date | string
|
|
20114
|
-
homeTeam: InputJsonValue
|
|
20115
|
-
awayTeam: InputJsonValue
|
|
20116
|
-
fixtureStatus: $Enums.FixtureStatus
|
|
20117
|
-
leagueObjectId: string
|
|
20118
|
-
createdAt?: Date | string
|
|
20119
|
-
updatedAt?: Date | string
|
|
20120
|
-
levrGames?: LevrGameUncheckedCreateNestedManyWithoutFixtureInput
|
|
20121
|
-
}
|
|
20122
|
-
|
|
20123
|
-
export type FixtureCreateOrConnectWithoutScoresInput = {
|
|
20124
|
-
where: FixtureWhereUniqueInput
|
|
20125
|
-
create: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
|
|
20126
|
-
}
|
|
20127
|
-
|
|
20128
|
-
export type FixtureUpsertWithoutScoresInput = {
|
|
20129
|
-
update: XOR<FixtureUpdateWithoutScoresInput, FixtureUncheckedUpdateWithoutScoresInput>
|
|
20130
|
-
create: XOR<FixtureCreateWithoutScoresInput, FixtureUncheckedCreateWithoutScoresInput>
|
|
20131
|
-
where?: FixtureWhereInput
|
|
20132
|
-
}
|
|
20133
|
-
|
|
20134
|
-
export type FixtureUpdateToOneWithWhereWithoutScoresInput = {
|
|
20135
|
-
where?: FixtureWhereInput
|
|
20136
|
-
data: XOR<FixtureUpdateWithoutScoresInput, FixtureUncheckedUpdateWithoutScoresInput>
|
|
20137
|
-
}
|
|
20138
|
-
|
|
20139
|
-
export type FixtureUpdateWithoutScoresInput = {
|
|
20140
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
20141
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20142
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20143
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
20144
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
20145
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
20146
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
20147
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
20148
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20149
|
-
lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20150
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
20151
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
20152
|
-
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
20153
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20154
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20155
|
-
league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
|
|
20156
|
-
levrGames?: LevrGameUpdateManyWithoutFixtureNestedInput
|
|
20157
|
-
}
|
|
20158
|
-
|
|
20159
|
-
export type FixtureUncheckedUpdateWithoutScoresInput = {
|
|
20160
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
20161
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20162
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20163
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
20164
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
20165
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
20166
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
20167
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
20168
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20169
|
-
lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20170
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
20171
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
20172
|
-
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
20173
|
-
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
20174
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20175
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20176
|
-
levrGames?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
|
|
20177
|
-
}
|
|
20178
|
-
|
|
20179
|
-
export type FixtureCreateWithoutLevrGamesInput = {
|
|
20180
|
-
objectId?: string
|
|
20181
|
-
levrFixtureId: string
|
|
20182
|
-
opticOddsFixtureId?: string | null
|
|
20183
|
-
lsportsFixtureId?: string | null
|
|
20184
|
-
seasonType: string
|
|
20185
|
-
venue: string
|
|
20186
|
-
eventName: string
|
|
20187
|
-
location: string
|
|
20188
|
-
venueLocation: string
|
|
20189
|
-
fixtureDate: Date | string
|
|
20190
|
-
lastUpdated: Date | string
|
|
20191
|
-
homeTeam: InputJsonValue
|
|
20192
|
-
awayTeam: InputJsonValue
|
|
20193
|
-
fixtureStatus: $Enums.FixtureStatus
|
|
20194
|
-
createdAt?: Date | string
|
|
20195
|
-
updatedAt?: Date | string
|
|
20196
|
-
league: LeagueCreateNestedOneWithoutFixturesInput
|
|
20197
|
-
scores?: ScoresCreateNestedOneWithoutFixtureInput
|
|
20198
|
-
}
|
|
20199
|
-
|
|
20200
|
-
export type FixtureUncheckedCreateWithoutLevrGamesInput = {
|
|
20201
|
-
objectId?: string
|
|
20202
|
-
levrFixtureId: string
|
|
20203
|
-
opticOddsFixtureId?: string | null
|
|
20204
|
-
lsportsFixtureId?: string | null
|
|
20205
|
-
seasonType: string
|
|
20206
|
-
venue: string
|
|
20207
|
-
eventName: string
|
|
20208
|
-
location: string
|
|
20209
|
-
venueLocation: string
|
|
20210
|
-
fixtureDate: Date | string
|
|
20211
|
-
lastUpdated: Date | string
|
|
20212
|
-
homeTeam: InputJsonValue
|
|
20213
|
-
awayTeam: InputJsonValue
|
|
20214
|
-
fixtureStatus: $Enums.FixtureStatus
|
|
20215
|
-
leagueObjectId: string
|
|
20216
|
-
createdAt?: Date | string
|
|
20217
|
-
updatedAt?: Date | string
|
|
20218
|
-
scores?: ScoresUncheckedCreateNestedOneWithoutFixtureInput
|
|
20219
|
-
}
|
|
20220
|
-
|
|
20221
|
-
export type FixtureCreateOrConnectWithoutLevrGamesInput = {
|
|
20222
|
-
where: FixtureWhereUniqueInput
|
|
20223
|
-
create: XOR<FixtureCreateWithoutLevrGamesInput, FixtureUncheckedCreateWithoutLevrGamesInput>
|
|
20224
|
-
}
|
|
20225
|
-
|
|
20226
|
-
export type TournamentCreateWithoutGamesInput = {
|
|
20227
|
-
objectId?: string
|
|
20228
|
-
levrTournamentId: string
|
|
20229
|
-
chainId: number
|
|
20230
|
-
name: string
|
|
20231
|
-
description: string
|
|
20232
|
-
bannerUrl: string
|
|
20233
|
-
startDate: Date | string
|
|
20234
|
-
endDate: Date | string
|
|
20235
|
-
createdAt?: Date | string
|
|
20236
|
-
updatedAt?: Date | string
|
|
20237
|
-
leagues?: LeagueCreateNestedManyWithoutTournamentInput
|
|
20238
|
-
}
|
|
20239
|
-
|
|
20240
|
-
export type TournamentUncheckedCreateWithoutGamesInput = {
|
|
20241
|
-
objectId?: string
|
|
20242
|
-
levrTournamentId: string
|
|
20243
|
-
chainId: number
|
|
20244
|
-
name: string
|
|
20245
|
-
description: string
|
|
20246
|
-
bannerUrl: string
|
|
20247
|
-
startDate: Date | string
|
|
20248
|
-
endDate: Date | string
|
|
20249
|
-
createdAt?: Date | string
|
|
20250
|
-
updatedAt?: Date | string
|
|
20251
|
-
leagues?: LeagueUncheckedCreateNestedManyWithoutTournamentInput
|
|
19685
|
+
export type TournamentUncheckedCreateWithoutGamesInput = {
|
|
19686
|
+
objectId?: string
|
|
19687
|
+
levrTournamentId: string
|
|
19688
|
+
chainId: number
|
|
19689
|
+
name: string
|
|
19690
|
+
description: string
|
|
19691
|
+
bannerUrl: string
|
|
19692
|
+
startDate: Date | string
|
|
19693
|
+
endDate: Date | string
|
|
19694
|
+
createdAt?: Date | string
|
|
19695
|
+
updatedAt?: Date | string
|
|
19696
|
+
leagues?: LeagueUncheckedCreateNestedManyWithoutTournamentInput
|
|
20252
19697
|
}
|
|
20253
19698
|
|
|
20254
19699
|
export type TournamentCreateOrConnectWithoutGamesInput = {
|
|
@@ -20350,57 +19795,6 @@ export namespace Prisma {
|
|
|
20350
19795
|
data: MarketCreateManyLevrGameInput | MarketCreateManyLevrGameInput[]
|
|
20351
19796
|
}
|
|
20352
19797
|
|
|
20353
|
-
export type FixtureUpsertWithoutLevrGamesInput = {
|
|
20354
|
-
update: XOR<FixtureUpdateWithoutLevrGamesInput, FixtureUncheckedUpdateWithoutLevrGamesInput>
|
|
20355
|
-
create: XOR<FixtureCreateWithoutLevrGamesInput, FixtureUncheckedCreateWithoutLevrGamesInput>
|
|
20356
|
-
where?: FixtureWhereInput
|
|
20357
|
-
}
|
|
20358
|
-
|
|
20359
|
-
export type FixtureUpdateToOneWithWhereWithoutLevrGamesInput = {
|
|
20360
|
-
where?: FixtureWhereInput
|
|
20361
|
-
data: XOR<FixtureUpdateWithoutLevrGamesInput, FixtureUncheckedUpdateWithoutLevrGamesInput>
|
|
20362
|
-
}
|
|
20363
|
-
|
|
20364
|
-
export type FixtureUpdateWithoutLevrGamesInput = {
|
|
20365
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
20366
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20367
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20368
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
20369
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
20370
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
20371
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
20372
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
20373
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20374
|
-
lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20375
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
20376
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
20377
|
-
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
20378
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20379
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20380
|
-
league?: LeagueUpdateOneRequiredWithoutFixturesNestedInput
|
|
20381
|
-
scores?: ScoresUpdateOneWithoutFixtureNestedInput
|
|
20382
|
-
}
|
|
20383
|
-
|
|
20384
|
-
export type FixtureUncheckedUpdateWithoutLevrGamesInput = {
|
|
20385
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
20386
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20387
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20388
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
20389
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
20390
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
20391
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
20392
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
20393
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20394
|
-
lastUpdated?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20395
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
20396
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
20397
|
-
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
20398
|
-
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
20399
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20400
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20401
|
-
scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
|
|
20402
|
-
}
|
|
20403
|
-
|
|
20404
19798
|
export type TournamentUpsertWithoutGamesInput = {
|
|
20405
19799
|
update: XOR<TournamentUpdateWithoutGamesInput, TournamentUncheckedUpdateWithoutGamesInput>
|
|
20406
19800
|
create: XOR<TournamentCreateWithoutGamesInput, TournamentUncheckedCreateWithoutGamesInput>
|
|
@@ -20653,9 +20047,9 @@ export namespace Prisma {
|
|
|
20653
20047
|
opticOddsFixtureId?: string | null
|
|
20654
20048
|
lsportsFixtureId?: string | null
|
|
20655
20049
|
sportGroup: $Enums.SportGroup
|
|
20050
|
+
fixtureObjectId: string
|
|
20656
20051
|
createdAt?: Date | string
|
|
20657
20052
|
updatedAt?: Date | string
|
|
20658
|
-
fixture: FixtureCreateNestedOneWithoutLevrGamesInput
|
|
20659
20053
|
Tournament: TournamentCreateNestedOneWithoutGamesInput
|
|
20660
20054
|
League: LeagueCreateNestedOneWithoutGamesInput
|
|
20661
20055
|
}
|
|
@@ -20777,9 +20171,9 @@ export namespace Prisma {
|
|
|
20777
20171
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20778
20172
|
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20779
20173
|
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
20174
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
20780
20175
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20781
20176
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20782
|
-
fixture?: FixtureUpdateOneRequiredWithoutLevrGamesNestedInput
|
|
20783
20177
|
Tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
20784
20178
|
League?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
20785
20179
|
}
|
|
@@ -20920,9 +20314,9 @@ export namespace Prisma {
|
|
|
20920
20314
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20921
20315
|
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
20922
20316
|
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
20317
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
20923
20318
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20924
20319
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
20925
|
-
fixture?: FixtureUpdateOneRequiredWithoutLevrGamesNestedInput
|
|
20926
20320
|
League?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
20927
20321
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
20928
20322
|
}
|
|
@@ -21176,9 +20570,9 @@ export namespace Prisma {
|
|
|
21176
20570
|
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21177
20571
|
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21178
20572
|
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
20573
|
+
fixtureObjectId?: StringFieldUpdateOperationsInput | string
|
|
21179
20574
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21180
20575
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21181
|
-
fixture?: FixtureUpdateOneRequiredWithoutLevrGamesNestedInput
|
|
21182
20576
|
Tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
21183
20577
|
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
21184
20578
|
}
|
|
@@ -21258,8 +20652,6 @@ export namespace Prisma {
|
|
|
21258
20652
|
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
21259
20653
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21260
20654
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21261
|
-
scores?: ScoresUpdateOneWithoutFixtureNestedInput
|
|
21262
|
-
levrGames?: LevrGameUpdateManyWithoutFixtureNestedInput
|
|
21263
20655
|
}
|
|
21264
20656
|
|
|
21265
20657
|
export type FixtureUncheckedUpdateWithoutLeagueInput = {
|
|
@@ -21278,8 +20670,6 @@ export namespace Prisma {
|
|
|
21278
20670
|
fixtureStatus?: EnumFixtureStatusFieldUpdateOperationsInput | $Enums.FixtureStatus
|
|
21279
20671
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21280
20672
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21281
|
-
scores?: ScoresUncheckedUpdateOneWithoutFixtureNestedInput
|
|
21282
|
-
levrGames?: LevrGameUncheckedUpdateManyWithoutFixtureNestedInput
|
|
21283
20673
|
}
|
|
21284
20674
|
|
|
21285
20675
|
export type FixtureUncheckedUpdateManyWithoutLeagueInput = {
|
|
@@ -21339,125 +20729,6 @@ export namespace Prisma {
|
|
|
21339
20729
|
levrleagueId?: StringFieldUpdateOperationsInput | string
|
|
21340
20730
|
}
|
|
21341
20731
|
|
|
21342
|
-
export type LevrGameCreateManyFixtureInput = {
|
|
21343
|
-
objectId?: string
|
|
21344
|
-
gameId: number
|
|
21345
|
-
txHash: string
|
|
21346
|
-
chainId: number
|
|
21347
|
-
seasonType: string
|
|
21348
|
-
venue: string
|
|
21349
|
-
eventName: string
|
|
21350
|
-
location: string
|
|
21351
|
-
venueLocation: string
|
|
21352
|
-
gameClock: string
|
|
21353
|
-
paused?: boolean
|
|
21354
|
-
fixtureDate: Date | string
|
|
21355
|
-
wentLiveAt?: Date | string | null
|
|
21356
|
-
homeTeam: InputJsonValue
|
|
21357
|
-
awayTeam: InputJsonValue
|
|
21358
|
-
currentPeriod?: number
|
|
21359
|
-
actualDuration?: number
|
|
21360
|
-
normalizationFactor: number
|
|
21361
|
-
gamePhase?: $Enums.GamePhase
|
|
21362
|
-
levrFixtureId: string
|
|
21363
|
-
opticOddsFixtureId?: string | null
|
|
21364
|
-
lsportsFixtureId?: string | null
|
|
21365
|
-
sportGroup: $Enums.SportGroup
|
|
21366
|
-
tournamentObjectId: string
|
|
21367
|
-
leagueObjectId: string
|
|
21368
|
-
createdAt?: Date | string
|
|
21369
|
-
updatedAt?: Date | string
|
|
21370
|
-
}
|
|
21371
|
-
|
|
21372
|
-
export type LevrGameUpdateWithoutFixtureInput = {
|
|
21373
|
-
gameId?: IntFieldUpdateOperationsInput | number
|
|
21374
|
-
txHash?: StringFieldUpdateOperationsInput | string
|
|
21375
|
-
chainId?: IntFieldUpdateOperationsInput | number
|
|
21376
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
21377
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
21378
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
21379
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
21380
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
21381
|
-
gameClock?: StringFieldUpdateOperationsInput | string
|
|
21382
|
-
paused?: BoolFieldUpdateOperationsInput | boolean
|
|
21383
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21384
|
-
wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21385
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
21386
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
21387
|
-
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
21388
|
-
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
21389
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
21390
|
-
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
21391
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
21392
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21393
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21394
|
-
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
21395
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21396
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21397
|
-
Tournament?: TournamentUpdateOneRequiredWithoutGamesNestedInput
|
|
21398
|
-
League?: LeagueUpdateOneRequiredWithoutGamesNestedInput
|
|
21399
|
-
markets?: MarketUpdateManyWithoutLevrGameNestedInput
|
|
21400
|
-
}
|
|
21401
|
-
|
|
21402
|
-
export type LevrGameUncheckedUpdateWithoutFixtureInput = {
|
|
21403
|
-
gameId?: IntFieldUpdateOperationsInput | number
|
|
21404
|
-
txHash?: StringFieldUpdateOperationsInput | string
|
|
21405
|
-
chainId?: IntFieldUpdateOperationsInput | number
|
|
21406
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
21407
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
21408
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
21409
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
21410
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
21411
|
-
gameClock?: StringFieldUpdateOperationsInput | string
|
|
21412
|
-
paused?: BoolFieldUpdateOperationsInput | boolean
|
|
21413
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21414
|
-
wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21415
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
21416
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
21417
|
-
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
21418
|
-
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
21419
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
21420
|
-
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
21421
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
21422
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21423
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21424
|
-
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
21425
|
-
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
21426
|
-
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
21427
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21428
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21429
|
-
markets?: MarketUncheckedUpdateManyWithoutLevrGameNestedInput
|
|
21430
|
-
}
|
|
21431
|
-
|
|
21432
|
-
export type LevrGameUncheckedUpdateManyWithoutFixtureInput = {
|
|
21433
|
-
gameId?: IntFieldUpdateOperationsInput | number
|
|
21434
|
-
txHash?: StringFieldUpdateOperationsInput | string
|
|
21435
|
-
chainId?: IntFieldUpdateOperationsInput | number
|
|
21436
|
-
seasonType?: StringFieldUpdateOperationsInput | string
|
|
21437
|
-
venue?: StringFieldUpdateOperationsInput | string
|
|
21438
|
-
eventName?: StringFieldUpdateOperationsInput | string
|
|
21439
|
-
location?: StringFieldUpdateOperationsInput | string
|
|
21440
|
-
venueLocation?: StringFieldUpdateOperationsInput | string
|
|
21441
|
-
gameClock?: StringFieldUpdateOperationsInput | string
|
|
21442
|
-
paused?: BoolFieldUpdateOperationsInput | boolean
|
|
21443
|
-
fixtureDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21444
|
-
wentLiveAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21445
|
-
homeTeam?: InputJsonValue | InputJsonValue
|
|
21446
|
-
awayTeam?: InputJsonValue | InputJsonValue
|
|
21447
|
-
currentPeriod?: IntFieldUpdateOperationsInput | number
|
|
21448
|
-
actualDuration?: FloatFieldUpdateOperationsInput | number
|
|
21449
|
-
normalizationFactor?: FloatFieldUpdateOperationsInput | number
|
|
21450
|
-
gamePhase?: EnumGamePhaseFieldUpdateOperationsInput | $Enums.GamePhase
|
|
21451
|
-
levrFixtureId?: StringFieldUpdateOperationsInput | string
|
|
21452
|
-
opticOddsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21453
|
-
lsportsFixtureId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21454
|
-
sportGroup?: EnumSportGroupFieldUpdateOperationsInput | $Enums.SportGroup
|
|
21455
|
-
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
21456
|
-
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
21457
|
-
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21458
|
-
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21459
|
-
}
|
|
21460
|
-
|
|
21461
20732
|
export type MarketCreateManyLevrGameInput = {
|
|
21462
20733
|
objectId?: string
|
|
21463
20734
|
chainId: number
|