@levrbet/shared 0.2.36 → 0.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/prisma/generated/edge.js +5 -7
- package/dist/core/prisma/generated/index-browser.js +2 -0
- package/dist/core/prisma/generated/index.d.ts +105 -1
- package/dist/core/prisma/generated/index.js +5 -11
- package/dist/core/prisma/generated/package.json +1 -1
- package/dist/core/prisma/generated/schema.prisma +3 -1
- package/dist/core/prisma/generated/wasm.js +5 -7
- package/dist/core/types/oracle/requests/game.request.types.d.ts +21 -1
- package/dist/core/types/oracle/requests/game.request.types.js +15 -2
- package/dist/core/types/oracle/requests/game.request.types.js.map +1 -1
- package/package.json +1 -1
- package/dist/core/prisma/generated/query_engine-windows.dll.node +0 -0
|
@@ -157,6 +157,8 @@ exports.Prisma.LeagueScalarFieldEnum = {
|
|
|
157
157
|
levrLeagueId: 'levrLeagueId',
|
|
158
158
|
opticOddsLeagueId: 'opticOddsLeagueId',
|
|
159
159
|
lsportsLeagueId: 'lsportsLeagueId',
|
|
160
|
+
logoKey: 'logoKey',
|
|
161
|
+
logoUrl: 'logoUrl',
|
|
160
162
|
tournamentObjectId: 'tournamentObjectId',
|
|
161
163
|
sportObjectId: 'sportObjectId',
|
|
162
164
|
levrSportId: 'levrSportId',
|
|
@@ -5830,6 +5830,8 @@ export namespace Prisma {
|
|
|
5830
5830
|
levrLeagueId: string | null
|
|
5831
5831
|
opticOddsLeagueId: string | null
|
|
5832
5832
|
lsportsLeagueId: string | null
|
|
5833
|
+
logoKey: string | null
|
|
5834
|
+
logoUrl: string | null
|
|
5833
5835
|
tournamentObjectId: string | null
|
|
5834
5836
|
sportObjectId: string | null
|
|
5835
5837
|
levrSportId: string | null
|
|
@@ -5845,6 +5847,8 @@ export namespace Prisma {
|
|
|
5845
5847
|
levrLeagueId: string | null
|
|
5846
5848
|
opticOddsLeagueId: string | null
|
|
5847
5849
|
lsportsLeagueId: string | null
|
|
5850
|
+
logoKey: string | null
|
|
5851
|
+
logoUrl: string | null
|
|
5848
5852
|
tournamentObjectId: string | null
|
|
5849
5853
|
sportObjectId: string | null
|
|
5850
5854
|
levrSportId: string | null
|
|
@@ -5860,6 +5864,8 @@ export namespace Prisma {
|
|
|
5860
5864
|
levrLeagueId: number
|
|
5861
5865
|
opticOddsLeagueId: number
|
|
5862
5866
|
lsportsLeagueId: number
|
|
5867
|
+
logoKey: number
|
|
5868
|
+
logoUrl: number
|
|
5863
5869
|
tournamentObjectId: number
|
|
5864
5870
|
sportObjectId: number
|
|
5865
5871
|
levrSportId: number
|
|
@@ -5877,6 +5883,8 @@ export namespace Prisma {
|
|
|
5877
5883
|
levrLeagueId?: true
|
|
5878
5884
|
opticOddsLeagueId?: true
|
|
5879
5885
|
lsportsLeagueId?: true
|
|
5886
|
+
logoKey?: true
|
|
5887
|
+
logoUrl?: true
|
|
5880
5888
|
tournamentObjectId?: true
|
|
5881
5889
|
sportObjectId?: true
|
|
5882
5890
|
levrSportId?: true
|
|
@@ -5892,6 +5900,8 @@ export namespace Prisma {
|
|
|
5892
5900
|
levrLeagueId?: true
|
|
5893
5901
|
opticOddsLeagueId?: true
|
|
5894
5902
|
lsportsLeagueId?: true
|
|
5903
|
+
logoKey?: true
|
|
5904
|
+
logoUrl?: true
|
|
5895
5905
|
tournamentObjectId?: true
|
|
5896
5906
|
sportObjectId?: true
|
|
5897
5907
|
levrSportId?: true
|
|
@@ -5907,6 +5917,8 @@ export namespace Prisma {
|
|
|
5907
5917
|
levrLeagueId?: true
|
|
5908
5918
|
opticOddsLeagueId?: true
|
|
5909
5919
|
lsportsLeagueId?: true
|
|
5920
|
+
logoKey?: true
|
|
5921
|
+
logoUrl?: true
|
|
5910
5922
|
tournamentObjectId?: true
|
|
5911
5923
|
sportObjectId?: true
|
|
5912
5924
|
levrSportId?: true
|
|
@@ -5995,6 +6007,8 @@ export namespace Prisma {
|
|
|
5995
6007
|
levrLeagueId: string
|
|
5996
6008
|
opticOddsLeagueId: string
|
|
5997
6009
|
lsportsLeagueId: string
|
|
6010
|
+
logoKey: string
|
|
6011
|
+
logoUrl: string
|
|
5998
6012
|
tournamentObjectId: string
|
|
5999
6013
|
sportObjectId: string
|
|
6000
6014
|
levrSportId: string
|
|
@@ -6027,6 +6041,8 @@ export namespace Prisma {
|
|
|
6027
6041
|
levrLeagueId?: boolean
|
|
6028
6042
|
opticOddsLeagueId?: boolean
|
|
6029
6043
|
lsportsLeagueId?: boolean
|
|
6044
|
+
logoKey?: boolean
|
|
6045
|
+
logoUrl?: boolean
|
|
6030
6046
|
tournamentObjectId?: boolean
|
|
6031
6047
|
sportObjectId?: boolean
|
|
6032
6048
|
levrSportId?: boolean
|
|
@@ -6050,6 +6066,8 @@ export namespace Prisma {
|
|
|
6050
6066
|
levrLeagueId?: boolean
|
|
6051
6067
|
opticOddsLeagueId?: boolean
|
|
6052
6068
|
lsportsLeagueId?: boolean
|
|
6069
|
+
logoKey?: boolean
|
|
6070
|
+
logoUrl?: boolean
|
|
6053
6071
|
tournamentObjectId?: boolean
|
|
6054
6072
|
sportObjectId?: boolean
|
|
6055
6073
|
levrSportId?: boolean
|
|
@@ -6057,7 +6075,7 @@ export namespace Prisma {
|
|
|
6057
6075
|
updatedAt?: boolean
|
|
6058
6076
|
}
|
|
6059
6077
|
|
|
6060
|
-
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"]>
|
|
6078
|
+
export type LeagueOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "name" | "abbreviation" | "country" | "levrLeagueId" | "opticOddsLeagueId" | "lsportsLeagueId" | "logoKey" | "logoUrl" | "tournamentObjectId" | "sportObjectId" | "levrSportId" | "createdAt" | "updatedAt", ExtArgs["result"]["league"]>
|
|
6061
6079
|
export type LeagueInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
6062
6080
|
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
6063
6081
|
sport?: boolean | SportDefaultArgs<ExtArgs>
|
|
@@ -6084,6 +6102,8 @@ export namespace Prisma {
|
|
|
6084
6102
|
levrLeagueId: string
|
|
6085
6103
|
opticOddsLeagueId: string
|
|
6086
6104
|
lsportsLeagueId: string
|
|
6105
|
+
logoKey: string
|
|
6106
|
+
logoUrl: string
|
|
6087
6107
|
tournamentObjectId: string
|
|
6088
6108
|
sportObjectId: string
|
|
6089
6109
|
levrSportId: string
|
|
@@ -6493,6 +6513,8 @@ export namespace Prisma {
|
|
|
6493
6513
|
readonly levrLeagueId: FieldRef<"League", 'String'>
|
|
6494
6514
|
readonly opticOddsLeagueId: FieldRef<"League", 'String'>
|
|
6495
6515
|
readonly lsportsLeagueId: FieldRef<"League", 'String'>
|
|
6516
|
+
readonly logoKey: FieldRef<"League", 'String'>
|
|
6517
|
+
readonly logoUrl: FieldRef<"League", 'String'>
|
|
6496
6518
|
readonly tournamentObjectId: FieldRef<"League", 'String'>
|
|
6497
6519
|
readonly sportObjectId: FieldRef<"League", 'String'>
|
|
6498
6520
|
readonly levrSportId: FieldRef<"League", 'String'>
|
|
@@ -20465,6 +20487,8 @@ export namespace Prisma {
|
|
|
20465
20487
|
levrLeagueId: 'levrLeagueId',
|
|
20466
20488
|
opticOddsLeagueId: 'opticOddsLeagueId',
|
|
20467
20489
|
lsportsLeagueId: 'lsportsLeagueId',
|
|
20490
|
+
logoKey: 'logoKey',
|
|
20491
|
+
logoUrl: 'logoUrl',
|
|
20468
20492
|
tournamentObjectId: 'tournamentObjectId',
|
|
20469
20493
|
sportObjectId: 'sportObjectId',
|
|
20470
20494
|
levrSportId: 'levrSportId',
|
|
@@ -21229,6 +21253,8 @@ export namespace Prisma {
|
|
|
21229
21253
|
levrLeagueId?: StringFilter<"League"> | string
|
|
21230
21254
|
opticOddsLeagueId?: StringFilter<"League"> | string
|
|
21231
21255
|
lsportsLeagueId?: StringFilter<"League"> | string
|
|
21256
|
+
logoKey?: StringFilter<"League"> | string
|
|
21257
|
+
logoUrl?: StringFilter<"League"> | string
|
|
21232
21258
|
tournamentObjectId?: StringFilter<"League"> | string
|
|
21233
21259
|
sportObjectId?: StringFilter<"League"> | string
|
|
21234
21260
|
levrSportId?: StringFilter<"League"> | string
|
|
@@ -21249,6 +21275,8 @@ export namespace Prisma {
|
|
|
21249
21275
|
levrLeagueId?: SortOrder
|
|
21250
21276
|
opticOddsLeagueId?: SortOrder
|
|
21251
21277
|
lsportsLeagueId?: SortOrder
|
|
21278
|
+
logoKey?: SortOrder
|
|
21279
|
+
logoUrl?: SortOrder
|
|
21252
21280
|
tournamentObjectId?: SortOrder
|
|
21253
21281
|
sportObjectId?: SortOrder
|
|
21254
21282
|
levrSportId?: SortOrder
|
|
@@ -21272,6 +21300,8 @@ export namespace Prisma {
|
|
|
21272
21300
|
NOT?: LeagueWhereInput | LeagueWhereInput[]
|
|
21273
21301
|
abbreviation?: StringFilter<"League"> | string
|
|
21274
21302
|
country?: StringFilter<"League"> | string
|
|
21303
|
+
logoKey?: StringFilter<"League"> | string
|
|
21304
|
+
logoUrl?: StringFilter<"League"> | string
|
|
21275
21305
|
tournamentObjectId?: StringFilter<"League"> | string
|
|
21276
21306
|
sportObjectId?: StringFilter<"League"> | string
|
|
21277
21307
|
levrSportId?: StringFilter<"League"> | string
|
|
@@ -21292,6 +21322,8 @@ export namespace Prisma {
|
|
|
21292
21322
|
levrLeagueId?: SortOrder
|
|
21293
21323
|
opticOddsLeagueId?: SortOrder
|
|
21294
21324
|
lsportsLeagueId?: SortOrder
|
|
21325
|
+
logoKey?: SortOrder
|
|
21326
|
+
logoUrl?: SortOrder
|
|
21295
21327
|
tournamentObjectId?: SortOrder
|
|
21296
21328
|
sportObjectId?: SortOrder
|
|
21297
21329
|
levrSportId?: SortOrder
|
|
@@ -21313,6 +21345,8 @@ export namespace Prisma {
|
|
|
21313
21345
|
levrLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
21314
21346
|
opticOddsLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
21315
21347
|
lsportsLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
21348
|
+
logoKey?: StringWithAggregatesFilter<"League"> | string
|
|
21349
|
+
logoUrl?: StringWithAggregatesFilter<"League"> | string
|
|
21316
21350
|
tournamentObjectId?: StringWithAggregatesFilter<"League"> | string
|
|
21317
21351
|
sportObjectId?: StringWithAggregatesFilter<"League"> | string
|
|
21318
21352
|
levrSportId?: StringWithAggregatesFilter<"League"> | string
|
|
@@ -22869,6 +22903,8 @@ export namespace Prisma {
|
|
|
22869
22903
|
levrLeagueId: string
|
|
22870
22904
|
opticOddsLeagueId: string
|
|
22871
22905
|
lsportsLeagueId: string
|
|
22906
|
+
logoKey: string
|
|
22907
|
+
logoUrl: string
|
|
22872
22908
|
levrSportId: string
|
|
22873
22909
|
createdAt?: Date | string
|
|
22874
22910
|
updatedAt?: Date | string
|
|
@@ -22887,6 +22923,8 @@ export namespace Prisma {
|
|
|
22887
22923
|
levrLeagueId: string
|
|
22888
22924
|
opticOddsLeagueId: string
|
|
22889
22925
|
lsportsLeagueId: string
|
|
22926
|
+
logoKey: string
|
|
22927
|
+
logoUrl: string
|
|
22890
22928
|
tournamentObjectId: string
|
|
22891
22929
|
sportObjectId: string
|
|
22892
22930
|
levrSportId: string
|
|
@@ -22904,6 +22942,8 @@ export namespace Prisma {
|
|
|
22904
22942
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22905
22943
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22906
22944
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22945
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22946
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22907
22947
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
22908
22948
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22909
22949
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -22921,6 +22961,8 @@ export namespace Prisma {
|
|
|
22921
22961
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22922
22962
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22923
22963
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22964
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22965
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22924
22966
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
22925
22967
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
22926
22968
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -22939,6 +22981,8 @@ export namespace Prisma {
|
|
|
22939
22981
|
levrLeagueId: string
|
|
22940
22982
|
opticOddsLeagueId: string
|
|
22941
22983
|
lsportsLeagueId: string
|
|
22984
|
+
logoKey: string
|
|
22985
|
+
logoUrl: string
|
|
22942
22986
|
tournamentObjectId: string
|
|
22943
22987
|
sportObjectId: string
|
|
22944
22988
|
levrSportId: string
|
|
@@ -22953,6 +22997,8 @@ export namespace Prisma {
|
|
|
22953
22997
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22954
22998
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22955
22999
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23000
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23001
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22956
23002
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
22957
23003
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22958
23004
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -22965,6 +23011,8 @@ export namespace Prisma {
|
|
|
22965
23011
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22966
23012
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22967
23013
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23014
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23015
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22968
23016
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
22969
23017
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
22970
23018
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -24797,6 +24845,8 @@ export namespace Prisma {
|
|
|
24797
24845
|
levrLeagueId?: SortOrder
|
|
24798
24846
|
opticOddsLeagueId?: SortOrder
|
|
24799
24847
|
lsportsLeagueId?: SortOrder
|
|
24848
|
+
logoKey?: SortOrder
|
|
24849
|
+
logoUrl?: SortOrder
|
|
24800
24850
|
tournamentObjectId?: SortOrder
|
|
24801
24851
|
sportObjectId?: SortOrder
|
|
24802
24852
|
levrSportId?: SortOrder
|
|
@@ -24812,6 +24862,8 @@ export namespace Prisma {
|
|
|
24812
24862
|
levrLeagueId?: SortOrder
|
|
24813
24863
|
opticOddsLeagueId?: SortOrder
|
|
24814
24864
|
lsportsLeagueId?: SortOrder
|
|
24865
|
+
logoKey?: SortOrder
|
|
24866
|
+
logoUrl?: SortOrder
|
|
24815
24867
|
tournamentObjectId?: SortOrder
|
|
24816
24868
|
sportObjectId?: SortOrder
|
|
24817
24869
|
levrSportId?: SortOrder
|
|
@@ -24827,6 +24879,8 @@ export namespace Prisma {
|
|
|
24827
24879
|
levrLeagueId?: SortOrder
|
|
24828
24880
|
opticOddsLeagueId?: SortOrder
|
|
24829
24881
|
lsportsLeagueId?: SortOrder
|
|
24882
|
+
logoKey?: SortOrder
|
|
24883
|
+
logoUrl?: SortOrder
|
|
24830
24884
|
tournamentObjectId?: SortOrder
|
|
24831
24885
|
sportObjectId?: SortOrder
|
|
24832
24886
|
levrSportId?: SortOrder
|
|
@@ -27401,6 +27455,8 @@ export namespace Prisma {
|
|
|
27401
27455
|
levrLeagueId: string
|
|
27402
27456
|
opticOddsLeagueId: string
|
|
27403
27457
|
lsportsLeagueId: string
|
|
27458
|
+
logoKey: string
|
|
27459
|
+
logoUrl: string
|
|
27404
27460
|
levrSportId: string
|
|
27405
27461
|
createdAt?: Date | string
|
|
27406
27462
|
updatedAt?: Date | string
|
|
@@ -27418,6 +27474,8 @@ export namespace Prisma {
|
|
|
27418
27474
|
levrLeagueId: string
|
|
27419
27475
|
opticOddsLeagueId: string
|
|
27420
27476
|
lsportsLeagueId: string
|
|
27477
|
+
logoKey: string
|
|
27478
|
+
logoUrl: string
|
|
27421
27479
|
sportObjectId: string
|
|
27422
27480
|
levrSportId: string
|
|
27423
27481
|
createdAt?: Date | string
|
|
@@ -27513,6 +27571,8 @@ export namespace Prisma {
|
|
|
27513
27571
|
levrLeagueId?: StringFilter<"League"> | string
|
|
27514
27572
|
opticOddsLeagueId?: StringFilter<"League"> | string
|
|
27515
27573
|
lsportsLeagueId?: StringFilter<"League"> | string
|
|
27574
|
+
logoKey?: StringFilter<"League"> | string
|
|
27575
|
+
logoUrl?: StringFilter<"League"> | string
|
|
27516
27576
|
tournamentObjectId?: StringFilter<"League"> | string
|
|
27517
27577
|
sportObjectId?: StringFilter<"League"> | string
|
|
27518
27578
|
levrSportId?: StringFilter<"League"> | string
|
|
@@ -27528,6 +27588,8 @@ export namespace Prisma {
|
|
|
27528
27588
|
levrLeagueId: string
|
|
27529
27589
|
opticOddsLeagueId: string
|
|
27530
27590
|
lsportsLeagueId: string
|
|
27591
|
+
logoKey: string
|
|
27592
|
+
logoUrl: string
|
|
27531
27593
|
levrSportId: string
|
|
27532
27594
|
createdAt?: Date | string
|
|
27533
27595
|
updatedAt?: Date | string
|
|
@@ -27545,6 +27607,8 @@ export namespace Prisma {
|
|
|
27545
27607
|
levrLeagueId: string
|
|
27546
27608
|
opticOddsLeagueId: string
|
|
27547
27609
|
lsportsLeagueId: string
|
|
27610
|
+
logoKey: string
|
|
27611
|
+
logoUrl: string
|
|
27548
27612
|
tournamentObjectId: string
|
|
27549
27613
|
levrSportId: string
|
|
27550
27614
|
createdAt?: Date | string
|
|
@@ -27985,6 +28049,8 @@ export namespace Prisma {
|
|
|
27985
28049
|
levrLeagueId: string
|
|
27986
28050
|
opticOddsLeagueId: string
|
|
27987
28051
|
lsportsLeagueId: string
|
|
28052
|
+
logoKey: string
|
|
28053
|
+
logoUrl: string
|
|
27988
28054
|
levrSportId: string
|
|
27989
28055
|
createdAt?: Date | string
|
|
27990
28056
|
updatedAt?: Date | string
|
|
@@ -28002,6 +28068,8 @@ export namespace Prisma {
|
|
|
28002
28068
|
levrLeagueId: string
|
|
28003
28069
|
opticOddsLeagueId: string
|
|
28004
28070
|
lsportsLeagueId: string
|
|
28071
|
+
logoKey: string
|
|
28072
|
+
logoUrl: string
|
|
28005
28073
|
tournamentObjectId: string
|
|
28006
28074
|
sportObjectId: string
|
|
28007
28075
|
levrSportId: string
|
|
@@ -28034,6 +28102,8 @@ export namespace Prisma {
|
|
|
28034
28102
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28035
28103
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28036
28104
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28105
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28106
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28037
28107
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
28038
28108
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
28039
28109
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -28050,6 +28120,8 @@ export namespace Prisma {
|
|
|
28050
28120
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28051
28121
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28052
28122
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28123
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28124
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28053
28125
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
28054
28126
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
28055
28127
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -28067,6 +28139,8 @@ export namespace Prisma {
|
|
|
28067
28139
|
levrLeagueId: string
|
|
28068
28140
|
opticOddsLeagueId: string
|
|
28069
28141
|
lsportsLeagueId: string
|
|
28142
|
+
logoKey: string
|
|
28143
|
+
logoUrl: string
|
|
28070
28144
|
levrSportId: string
|
|
28071
28145
|
createdAt?: Date | string
|
|
28072
28146
|
updatedAt?: Date | string
|
|
@@ -28084,6 +28158,8 @@ export namespace Prisma {
|
|
|
28084
28158
|
levrLeagueId: string
|
|
28085
28159
|
opticOddsLeagueId: string
|
|
28086
28160
|
lsportsLeagueId: string
|
|
28161
|
+
logoKey: string
|
|
28162
|
+
logoUrl: string
|
|
28087
28163
|
tournamentObjectId: string
|
|
28088
28164
|
sportObjectId: string
|
|
28089
28165
|
levrSportId: string
|
|
@@ -28189,6 +28265,8 @@ export namespace Prisma {
|
|
|
28189
28265
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28190
28266
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28191
28267
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28268
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28269
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28192
28270
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
28193
28271
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
28194
28272
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -28205,6 +28283,8 @@ export namespace Prisma {
|
|
|
28205
28283
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28206
28284
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28207
28285
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28286
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28287
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28208
28288
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
28209
28289
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
28210
28290
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -28460,6 +28540,8 @@ export namespace Prisma {
|
|
|
28460
28540
|
levrLeagueId: string
|
|
28461
28541
|
opticOddsLeagueId: string
|
|
28462
28542
|
lsportsLeagueId: string
|
|
28543
|
+
logoKey: string
|
|
28544
|
+
logoUrl: string
|
|
28463
28545
|
levrSportId: string
|
|
28464
28546
|
createdAt?: Date | string
|
|
28465
28547
|
updatedAt?: Date | string
|
|
@@ -28477,6 +28559,8 @@ export namespace Prisma {
|
|
|
28477
28559
|
levrLeagueId: string
|
|
28478
28560
|
opticOddsLeagueId: string
|
|
28479
28561
|
lsportsLeagueId: string
|
|
28562
|
+
logoKey: string
|
|
28563
|
+
logoUrl: string
|
|
28480
28564
|
tournamentObjectId: string
|
|
28481
28565
|
sportObjectId: string
|
|
28482
28566
|
levrSportId: string
|
|
@@ -28679,6 +28763,8 @@ export namespace Prisma {
|
|
|
28679
28763
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28680
28764
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28681
28765
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28766
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28767
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28682
28768
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
28683
28769
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
28684
28770
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -28695,6 +28781,8 @@ export namespace Prisma {
|
|
|
28695
28781
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28696
28782
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28697
28783
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
28784
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
28785
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
28698
28786
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
28699
28787
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
28700
28788
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -29706,6 +29794,8 @@ export namespace Prisma {
|
|
|
29706
29794
|
levrLeagueId: string
|
|
29707
29795
|
opticOddsLeagueId: string
|
|
29708
29796
|
lsportsLeagueId: string
|
|
29797
|
+
logoKey: string
|
|
29798
|
+
logoUrl: string
|
|
29709
29799
|
sportObjectId: string
|
|
29710
29800
|
levrSportId: string
|
|
29711
29801
|
createdAt?: Date | string
|
|
@@ -29810,6 +29900,8 @@ export namespace Prisma {
|
|
|
29810
29900
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29811
29901
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29812
29902
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29903
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
29904
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29813
29905
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29814
29906
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
29815
29907
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -29826,6 +29918,8 @@ export namespace Prisma {
|
|
|
29826
29918
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29827
29919
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29828
29920
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29921
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
29922
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29829
29923
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
29830
29924
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29831
29925
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -29842,6 +29936,8 @@ export namespace Prisma {
|
|
|
29842
29936
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29843
29937
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29844
29938
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29939
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
29940
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29845
29941
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
29846
29942
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29847
29943
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -29856,6 +29952,8 @@ export namespace Prisma {
|
|
|
29856
29952
|
levrLeagueId: string
|
|
29857
29953
|
opticOddsLeagueId: string
|
|
29858
29954
|
lsportsLeagueId: string
|
|
29955
|
+
logoKey: string
|
|
29956
|
+
logoUrl: string
|
|
29859
29957
|
tournamentObjectId: string
|
|
29860
29958
|
levrSportId: string
|
|
29861
29959
|
createdAt?: Date | string
|
|
@@ -29869,6 +29967,8 @@ export namespace Prisma {
|
|
|
29869
29967
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29870
29968
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29871
29969
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29970
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
29971
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29872
29972
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29873
29973
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
29874
29974
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -29885,6 +29985,8 @@ export namespace Prisma {
|
|
|
29885
29985
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29886
29986
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29887
29987
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29988
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
29989
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29888
29990
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
29889
29991
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29890
29992
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -29901,6 +30003,8 @@ export namespace Prisma {
|
|
|
29901
30003
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29902
30004
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
29903
30005
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
30006
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
30007
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
29904
30008
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
29905
30009
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
29906
30010
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|