@levrbet/shared 0.1.134 → 0.1.136
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.d.ts +92 -92
- package/dist/core/contracts/addresses.js.map +1 -1
- package/dist/core/prisma/generated/edge.js +5 -3
- package/dist/core/prisma/generated/index-browser.js +2 -0
- package/dist/core/prisma/generated/index.d.ts +106 -2
- package/dist/core/prisma/generated/index.js +5 -3
- package/dist/core/prisma/generated/package.json +1 -1
- package/dist/core/prisma/generated/schema.prisma +2 -0
- package/dist/core/prisma/generated/wasm.js +5 -3
- package/dist/react/hooks/contracts/useContracts.d.ts +84 -84
- package/package.json +1 -1
|
@@ -5436,6 +5436,8 @@ export namespace Prisma {
|
|
|
5436
5436
|
levrLeagueId: string | null
|
|
5437
5437
|
opticOddsLeagueId: string | null
|
|
5438
5438
|
lsportsLeagueId: string | null
|
|
5439
|
+
logoKey: string | null
|
|
5440
|
+
logoUrl: string | null
|
|
5439
5441
|
tournamentObjectId: string | null
|
|
5440
5442
|
sportObjectId: string | null
|
|
5441
5443
|
levrSportId: string | null
|
|
@@ -5451,6 +5453,8 @@ export namespace Prisma {
|
|
|
5451
5453
|
levrLeagueId: string | null
|
|
5452
5454
|
opticOddsLeagueId: string | null
|
|
5453
5455
|
lsportsLeagueId: string | null
|
|
5456
|
+
logoKey: string | null
|
|
5457
|
+
logoUrl: string | null
|
|
5454
5458
|
tournamentObjectId: string | null
|
|
5455
5459
|
sportObjectId: string | null
|
|
5456
5460
|
levrSportId: string | null
|
|
@@ -5466,6 +5470,8 @@ export namespace Prisma {
|
|
|
5466
5470
|
levrLeagueId: number
|
|
5467
5471
|
opticOddsLeagueId: number
|
|
5468
5472
|
lsportsLeagueId: number
|
|
5473
|
+
logoKey: number
|
|
5474
|
+
logoUrl: number
|
|
5469
5475
|
tournamentObjectId: number
|
|
5470
5476
|
sportObjectId: number
|
|
5471
5477
|
levrSportId: number
|
|
@@ -5483,6 +5489,8 @@ export namespace Prisma {
|
|
|
5483
5489
|
levrLeagueId?: true
|
|
5484
5490
|
opticOddsLeagueId?: true
|
|
5485
5491
|
lsportsLeagueId?: true
|
|
5492
|
+
logoKey?: true
|
|
5493
|
+
logoUrl?: true
|
|
5486
5494
|
tournamentObjectId?: true
|
|
5487
5495
|
sportObjectId?: true
|
|
5488
5496
|
levrSportId?: true
|
|
@@ -5498,6 +5506,8 @@ export namespace Prisma {
|
|
|
5498
5506
|
levrLeagueId?: true
|
|
5499
5507
|
opticOddsLeagueId?: true
|
|
5500
5508
|
lsportsLeagueId?: true
|
|
5509
|
+
logoKey?: true
|
|
5510
|
+
logoUrl?: true
|
|
5501
5511
|
tournamentObjectId?: true
|
|
5502
5512
|
sportObjectId?: true
|
|
5503
5513
|
levrSportId?: true
|
|
@@ -5513,6 +5523,8 @@ export namespace Prisma {
|
|
|
5513
5523
|
levrLeagueId?: true
|
|
5514
5524
|
opticOddsLeagueId?: true
|
|
5515
5525
|
lsportsLeagueId?: true
|
|
5526
|
+
logoKey?: true
|
|
5527
|
+
logoUrl?: true
|
|
5516
5528
|
tournamentObjectId?: true
|
|
5517
5529
|
sportObjectId?: true
|
|
5518
5530
|
levrSportId?: true
|
|
@@ -5601,6 +5613,8 @@ export namespace Prisma {
|
|
|
5601
5613
|
levrLeagueId: string
|
|
5602
5614
|
opticOddsLeagueId: string
|
|
5603
5615
|
lsportsLeagueId: string
|
|
5616
|
+
logoKey: string
|
|
5617
|
+
logoUrl: string
|
|
5604
5618
|
tournamentObjectId: string
|
|
5605
5619
|
sportObjectId: string
|
|
5606
5620
|
levrSportId: string
|
|
@@ -5633,6 +5647,8 @@ export namespace Prisma {
|
|
|
5633
5647
|
levrLeagueId?: boolean
|
|
5634
5648
|
opticOddsLeagueId?: boolean
|
|
5635
5649
|
lsportsLeagueId?: boolean
|
|
5650
|
+
logoKey?: boolean
|
|
5651
|
+
logoUrl?: boolean
|
|
5636
5652
|
tournamentObjectId?: boolean
|
|
5637
5653
|
sportObjectId?: boolean
|
|
5638
5654
|
levrSportId?: boolean
|
|
@@ -5656,6 +5672,8 @@ export namespace Prisma {
|
|
|
5656
5672
|
levrLeagueId?: boolean
|
|
5657
5673
|
opticOddsLeagueId?: boolean
|
|
5658
5674
|
lsportsLeagueId?: boolean
|
|
5675
|
+
logoKey?: boolean
|
|
5676
|
+
logoUrl?: boolean
|
|
5659
5677
|
tournamentObjectId?: boolean
|
|
5660
5678
|
sportObjectId?: boolean
|
|
5661
5679
|
levrSportId?: boolean
|
|
@@ -5663,7 +5681,7 @@ export namespace Prisma {
|
|
|
5663
5681
|
updatedAt?: boolean
|
|
5664
5682
|
}
|
|
5665
5683
|
|
|
5666
|
-
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"]>
|
|
5684
|
+
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"]>
|
|
5667
5685
|
export type LeagueInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
5668
5686
|
tournament?: boolean | TournamentDefaultArgs<ExtArgs>
|
|
5669
5687
|
sport?: boolean | SportDefaultArgs<ExtArgs>
|
|
@@ -5690,6 +5708,8 @@ export namespace Prisma {
|
|
|
5690
5708
|
levrLeagueId: string
|
|
5691
5709
|
opticOddsLeagueId: string
|
|
5692
5710
|
lsportsLeagueId: string
|
|
5711
|
+
logoKey: string
|
|
5712
|
+
logoUrl: string
|
|
5693
5713
|
tournamentObjectId: string
|
|
5694
5714
|
sportObjectId: string
|
|
5695
5715
|
levrSportId: string
|
|
@@ -6099,6 +6119,8 @@ export namespace Prisma {
|
|
|
6099
6119
|
readonly levrLeagueId: FieldRef<"League", 'String'>
|
|
6100
6120
|
readonly opticOddsLeagueId: FieldRef<"League", 'String'>
|
|
6101
6121
|
readonly lsportsLeagueId: FieldRef<"League", 'String'>
|
|
6122
|
+
readonly logoKey: FieldRef<"League", 'String'>
|
|
6123
|
+
readonly logoUrl: FieldRef<"League", 'String'>
|
|
6102
6124
|
readonly tournamentObjectId: FieldRef<"League", 'String'>
|
|
6103
6125
|
readonly sportObjectId: FieldRef<"League", 'String'>
|
|
6104
6126
|
readonly levrSportId: FieldRef<"League", 'String'>
|
|
@@ -16548,6 +16570,8 @@ export namespace Prisma {
|
|
|
16548
16570
|
levrLeagueId: 'levrLeagueId',
|
|
16549
16571
|
opticOddsLeagueId: 'opticOddsLeagueId',
|
|
16550
16572
|
lsportsLeagueId: 'lsportsLeagueId',
|
|
16573
|
+
logoKey: 'logoKey',
|
|
16574
|
+
logoUrl: 'logoUrl',
|
|
16551
16575
|
tournamentObjectId: 'tournamentObjectId',
|
|
16552
16576
|
sportObjectId: 'sportObjectId',
|
|
16553
16577
|
levrSportId: 'levrSportId',
|
|
@@ -17210,6 +17234,8 @@ export namespace Prisma {
|
|
|
17210
17234
|
levrLeagueId?: StringFilter<"League"> | string
|
|
17211
17235
|
opticOddsLeagueId?: StringFilter<"League"> | string
|
|
17212
17236
|
lsportsLeagueId?: StringFilter<"League"> | string
|
|
17237
|
+
logoKey?: StringFilter<"League"> | string
|
|
17238
|
+
logoUrl?: StringFilter<"League"> | string
|
|
17213
17239
|
tournamentObjectId?: StringFilter<"League"> | string
|
|
17214
17240
|
sportObjectId?: StringFilter<"League"> | string
|
|
17215
17241
|
levrSportId?: StringFilter<"League"> | string
|
|
@@ -17230,6 +17256,8 @@ export namespace Prisma {
|
|
|
17230
17256
|
levrLeagueId?: SortOrder
|
|
17231
17257
|
opticOddsLeagueId?: SortOrder
|
|
17232
17258
|
lsportsLeagueId?: SortOrder
|
|
17259
|
+
logoKey?: SortOrder
|
|
17260
|
+
logoUrl?: SortOrder
|
|
17233
17261
|
tournamentObjectId?: SortOrder
|
|
17234
17262
|
sportObjectId?: SortOrder
|
|
17235
17263
|
levrSportId?: SortOrder
|
|
@@ -17248,6 +17276,8 @@ export namespace Prisma {
|
|
|
17248
17276
|
levrLeagueId?: string
|
|
17249
17277
|
opticOddsLeagueId?: string
|
|
17250
17278
|
lsportsLeagueId?: string
|
|
17279
|
+
logoKey?: string
|
|
17280
|
+
logoUrl?: string
|
|
17251
17281
|
AND?: LeagueWhereInput | LeagueWhereInput[]
|
|
17252
17282
|
OR?: LeagueWhereInput[]
|
|
17253
17283
|
NOT?: LeagueWhereInput | LeagueWhereInput[]
|
|
@@ -17263,7 +17293,7 @@ export namespace Prisma {
|
|
|
17263
17293
|
games?: LevrGameListRelationFilter
|
|
17264
17294
|
fixtures?: FixtureListRelationFilter
|
|
17265
17295
|
teams?: TeamDataListRelationFilter
|
|
17266
|
-
}, "objectId" | "name" | "levrLeagueId" | "opticOddsLeagueId" | "lsportsLeagueId">
|
|
17296
|
+
}, "objectId" | "name" | "levrLeagueId" | "opticOddsLeagueId" | "lsportsLeagueId" | "logoKey" | "logoUrl">
|
|
17267
17297
|
|
|
17268
17298
|
export type LeagueOrderByWithAggregationInput = {
|
|
17269
17299
|
objectId?: SortOrder
|
|
@@ -17273,6 +17303,8 @@ export namespace Prisma {
|
|
|
17273
17303
|
levrLeagueId?: SortOrder
|
|
17274
17304
|
opticOddsLeagueId?: SortOrder
|
|
17275
17305
|
lsportsLeagueId?: SortOrder
|
|
17306
|
+
logoKey?: SortOrder
|
|
17307
|
+
logoUrl?: SortOrder
|
|
17276
17308
|
tournamentObjectId?: SortOrder
|
|
17277
17309
|
sportObjectId?: SortOrder
|
|
17278
17310
|
levrSportId?: SortOrder
|
|
@@ -17294,6 +17326,8 @@ export namespace Prisma {
|
|
|
17294
17326
|
levrLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
17295
17327
|
opticOddsLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
17296
17328
|
lsportsLeagueId?: StringWithAggregatesFilter<"League"> | string
|
|
17329
|
+
logoKey?: StringWithAggregatesFilter<"League"> | string
|
|
17330
|
+
logoUrl?: StringWithAggregatesFilter<"League"> | string
|
|
17297
17331
|
tournamentObjectId?: StringWithAggregatesFilter<"League"> | string
|
|
17298
17332
|
sportObjectId?: StringWithAggregatesFilter<"League"> | string
|
|
17299
17333
|
levrSportId?: StringWithAggregatesFilter<"League"> | string
|
|
@@ -18528,6 +18562,8 @@ export namespace Prisma {
|
|
|
18528
18562
|
levrLeagueId: string
|
|
18529
18563
|
opticOddsLeagueId: string
|
|
18530
18564
|
lsportsLeagueId: string
|
|
18565
|
+
logoKey: string
|
|
18566
|
+
logoUrl: string
|
|
18531
18567
|
levrSportId: string
|
|
18532
18568
|
createdAt?: Date | string
|
|
18533
18569
|
updatedAt?: Date | string
|
|
@@ -18546,6 +18582,8 @@ export namespace Prisma {
|
|
|
18546
18582
|
levrLeagueId: string
|
|
18547
18583
|
opticOddsLeagueId: string
|
|
18548
18584
|
lsportsLeagueId: string
|
|
18585
|
+
logoKey: string
|
|
18586
|
+
logoUrl: string
|
|
18549
18587
|
tournamentObjectId: string
|
|
18550
18588
|
sportObjectId: string
|
|
18551
18589
|
levrSportId: string
|
|
@@ -18563,6 +18601,8 @@ export namespace Prisma {
|
|
|
18563
18601
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18564
18602
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18565
18603
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18604
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
18605
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
18566
18606
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
18567
18607
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
18568
18608
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -18580,6 +18620,8 @@ export namespace Prisma {
|
|
|
18580
18620
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18581
18621
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18582
18622
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18623
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
18624
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
18583
18625
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
18584
18626
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
18585
18627
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -18598,6 +18640,8 @@ export namespace Prisma {
|
|
|
18598
18640
|
levrLeagueId: string
|
|
18599
18641
|
opticOddsLeagueId: string
|
|
18600
18642
|
lsportsLeagueId: string
|
|
18643
|
+
logoKey: string
|
|
18644
|
+
logoUrl: string
|
|
18601
18645
|
tournamentObjectId: string
|
|
18602
18646
|
sportObjectId: string
|
|
18603
18647
|
levrSportId: string
|
|
@@ -18612,6 +18656,8 @@ export namespace Prisma {
|
|
|
18612
18656
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18613
18657
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18614
18658
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18659
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
18660
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
18615
18661
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
18616
18662
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
18617
18663
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -18624,6 +18670,8 @@ export namespace Prisma {
|
|
|
18624
18670
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18625
18671
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18626
18672
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
18673
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
18674
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
18627
18675
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
18628
18676
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
18629
18677
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -20099,6 +20147,8 @@ export namespace Prisma {
|
|
|
20099
20147
|
levrLeagueId?: SortOrder
|
|
20100
20148
|
opticOddsLeagueId?: SortOrder
|
|
20101
20149
|
lsportsLeagueId?: SortOrder
|
|
20150
|
+
logoKey?: SortOrder
|
|
20151
|
+
logoUrl?: SortOrder
|
|
20102
20152
|
tournamentObjectId?: SortOrder
|
|
20103
20153
|
sportObjectId?: SortOrder
|
|
20104
20154
|
levrSportId?: SortOrder
|
|
@@ -20114,6 +20164,8 @@ export namespace Prisma {
|
|
|
20114
20164
|
levrLeagueId?: SortOrder
|
|
20115
20165
|
opticOddsLeagueId?: SortOrder
|
|
20116
20166
|
lsportsLeagueId?: SortOrder
|
|
20167
|
+
logoKey?: SortOrder
|
|
20168
|
+
logoUrl?: SortOrder
|
|
20117
20169
|
tournamentObjectId?: SortOrder
|
|
20118
20170
|
sportObjectId?: SortOrder
|
|
20119
20171
|
levrSportId?: SortOrder
|
|
@@ -20129,6 +20181,8 @@ export namespace Prisma {
|
|
|
20129
20181
|
levrLeagueId?: SortOrder
|
|
20130
20182
|
opticOddsLeagueId?: SortOrder
|
|
20131
20183
|
lsportsLeagueId?: SortOrder
|
|
20184
|
+
logoKey?: SortOrder
|
|
20185
|
+
logoUrl?: SortOrder
|
|
20132
20186
|
tournamentObjectId?: SortOrder
|
|
20133
20187
|
sportObjectId?: SortOrder
|
|
20134
20188
|
levrSportId?: SortOrder
|
|
@@ -22067,6 +22121,8 @@ export namespace Prisma {
|
|
|
22067
22121
|
levrLeagueId: string
|
|
22068
22122
|
opticOddsLeagueId: string
|
|
22069
22123
|
lsportsLeagueId: string
|
|
22124
|
+
logoKey: string
|
|
22125
|
+
logoUrl: string
|
|
22070
22126
|
levrSportId: string
|
|
22071
22127
|
createdAt?: Date | string
|
|
22072
22128
|
updatedAt?: Date | string
|
|
@@ -22084,6 +22140,8 @@ export namespace Prisma {
|
|
|
22084
22140
|
levrLeagueId: string
|
|
22085
22141
|
opticOddsLeagueId: string
|
|
22086
22142
|
lsportsLeagueId: string
|
|
22143
|
+
logoKey: string
|
|
22144
|
+
logoUrl: string
|
|
22087
22145
|
sportObjectId: string
|
|
22088
22146
|
levrSportId: string
|
|
22089
22147
|
createdAt?: Date | string
|
|
@@ -22179,6 +22237,8 @@ export namespace Prisma {
|
|
|
22179
22237
|
levrLeagueId?: StringFilter<"League"> | string
|
|
22180
22238
|
opticOddsLeagueId?: StringFilter<"League"> | string
|
|
22181
22239
|
lsportsLeagueId?: StringFilter<"League"> | string
|
|
22240
|
+
logoKey?: StringFilter<"League"> | string
|
|
22241
|
+
logoUrl?: StringFilter<"League"> | string
|
|
22182
22242
|
tournamentObjectId?: StringFilter<"League"> | string
|
|
22183
22243
|
sportObjectId?: StringFilter<"League"> | string
|
|
22184
22244
|
levrSportId?: StringFilter<"League"> | string
|
|
@@ -22194,6 +22254,8 @@ export namespace Prisma {
|
|
|
22194
22254
|
levrLeagueId: string
|
|
22195
22255
|
opticOddsLeagueId: string
|
|
22196
22256
|
lsportsLeagueId: string
|
|
22257
|
+
logoKey: string
|
|
22258
|
+
logoUrl: string
|
|
22197
22259
|
levrSportId: string
|
|
22198
22260
|
createdAt?: Date | string
|
|
22199
22261
|
updatedAt?: Date | string
|
|
@@ -22211,6 +22273,8 @@ export namespace Prisma {
|
|
|
22211
22273
|
levrLeagueId: string
|
|
22212
22274
|
opticOddsLeagueId: string
|
|
22213
22275
|
lsportsLeagueId: string
|
|
22276
|
+
logoKey: string
|
|
22277
|
+
logoUrl: string
|
|
22214
22278
|
tournamentObjectId: string
|
|
22215
22279
|
levrSportId: string
|
|
22216
22280
|
createdAt?: Date | string
|
|
@@ -22648,6 +22712,8 @@ export namespace Prisma {
|
|
|
22648
22712
|
levrLeagueId: string
|
|
22649
22713
|
opticOddsLeagueId: string
|
|
22650
22714
|
lsportsLeagueId: string
|
|
22715
|
+
logoKey: string
|
|
22716
|
+
logoUrl: string
|
|
22651
22717
|
levrSportId: string
|
|
22652
22718
|
createdAt?: Date | string
|
|
22653
22719
|
updatedAt?: Date | string
|
|
@@ -22665,6 +22731,8 @@ export namespace Prisma {
|
|
|
22665
22731
|
levrLeagueId: string
|
|
22666
22732
|
opticOddsLeagueId: string
|
|
22667
22733
|
lsportsLeagueId: string
|
|
22734
|
+
logoKey: string
|
|
22735
|
+
logoUrl: string
|
|
22668
22736
|
tournamentObjectId: string
|
|
22669
22737
|
sportObjectId: string
|
|
22670
22738
|
levrSportId: string
|
|
@@ -22697,6 +22765,8 @@ export namespace Prisma {
|
|
|
22697
22765
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22698
22766
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22699
22767
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22768
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22769
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22700
22770
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
22701
22771
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22702
22772
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -22713,6 +22783,8 @@ export namespace Prisma {
|
|
|
22713
22783
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22714
22784
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22715
22785
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22786
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22787
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22716
22788
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
22717
22789
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
22718
22790
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -22730,6 +22802,8 @@ export namespace Prisma {
|
|
|
22730
22802
|
levrLeagueId: string
|
|
22731
22803
|
opticOddsLeagueId: string
|
|
22732
22804
|
lsportsLeagueId: string
|
|
22805
|
+
logoKey: string
|
|
22806
|
+
logoUrl: string
|
|
22733
22807
|
levrSportId: string
|
|
22734
22808
|
createdAt?: Date | string
|
|
22735
22809
|
updatedAt?: Date | string
|
|
@@ -22747,6 +22821,8 @@ export namespace Prisma {
|
|
|
22747
22821
|
levrLeagueId: string
|
|
22748
22822
|
opticOddsLeagueId: string
|
|
22749
22823
|
lsportsLeagueId: string
|
|
22824
|
+
logoKey: string
|
|
22825
|
+
logoUrl: string
|
|
22750
22826
|
tournamentObjectId: string
|
|
22751
22827
|
sportObjectId: string
|
|
22752
22828
|
levrSportId: string
|
|
@@ -22875,6 +22951,8 @@ export namespace Prisma {
|
|
|
22875
22951
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22876
22952
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22877
22953
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22954
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22955
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22878
22956
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
22879
22957
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22880
22958
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -22891,6 +22969,8 @@ export namespace Prisma {
|
|
|
22891
22969
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22892
22970
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22893
22971
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
22972
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
22973
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
22894
22974
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
22895
22975
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
22896
22976
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -23131,6 +23211,8 @@ export namespace Prisma {
|
|
|
23131
23211
|
levrLeagueId: string
|
|
23132
23212
|
opticOddsLeagueId: string
|
|
23133
23213
|
lsportsLeagueId: string
|
|
23214
|
+
logoKey: string
|
|
23215
|
+
logoUrl: string
|
|
23134
23216
|
levrSportId: string
|
|
23135
23217
|
createdAt?: Date | string
|
|
23136
23218
|
updatedAt?: Date | string
|
|
@@ -23148,6 +23230,8 @@ export namespace Prisma {
|
|
|
23148
23230
|
levrLeagueId: string
|
|
23149
23231
|
opticOddsLeagueId: string
|
|
23150
23232
|
lsportsLeagueId: string
|
|
23233
|
+
logoKey: string
|
|
23234
|
+
logoUrl: string
|
|
23151
23235
|
tournamentObjectId: string
|
|
23152
23236
|
sportObjectId: string
|
|
23153
23237
|
levrSportId: string
|
|
@@ -23323,6 +23407,8 @@ export namespace Prisma {
|
|
|
23323
23407
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23324
23408
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23325
23409
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23410
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23411
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23326
23412
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23327
23413
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
23328
23414
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23339,6 +23425,8 @@ export namespace Prisma {
|
|
|
23339
23425
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23340
23426
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23341
23427
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23428
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23429
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23342
23430
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
23343
23431
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
23344
23432
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
@@ -23758,6 +23846,8 @@ export namespace Prisma {
|
|
|
23758
23846
|
levrLeagueId: string
|
|
23759
23847
|
opticOddsLeagueId: string
|
|
23760
23848
|
lsportsLeagueId: string
|
|
23849
|
+
logoKey: string
|
|
23850
|
+
logoUrl: string
|
|
23761
23851
|
sportObjectId: string
|
|
23762
23852
|
levrSportId: string
|
|
23763
23853
|
createdAt?: Date | string
|
|
@@ -23860,6 +23950,8 @@ export namespace Prisma {
|
|
|
23860
23950
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23861
23951
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23862
23952
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23953
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23954
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23863
23955
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23864
23956
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
23865
23957
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23876,6 +23968,8 @@ export namespace Prisma {
|
|
|
23876
23968
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23877
23969
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23878
23970
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23971
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23972
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23879
23973
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
23880
23974
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23881
23975
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23892,6 +23986,8 @@ export namespace Prisma {
|
|
|
23892
23986
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23893
23987
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23894
23988
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23989
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
23990
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23895
23991
|
sportObjectId?: StringFieldUpdateOperationsInput | string
|
|
23896
23992
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23897
23993
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23906,6 +24002,8 @@ export namespace Prisma {
|
|
|
23906
24002
|
levrLeagueId: string
|
|
23907
24003
|
opticOddsLeagueId: string
|
|
23908
24004
|
lsportsLeagueId: string
|
|
24005
|
+
logoKey: string
|
|
24006
|
+
logoUrl: string
|
|
23909
24007
|
tournamentObjectId: string
|
|
23910
24008
|
levrSportId: string
|
|
23911
24009
|
createdAt?: Date | string
|
|
@@ -23919,6 +24017,8 @@ export namespace Prisma {
|
|
|
23919
24017
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23920
24018
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23921
24019
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
24020
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
24021
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23922
24022
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23923
24023
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
23924
24024
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23935,6 +24035,8 @@ export namespace Prisma {
|
|
|
23935
24035
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23936
24036
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23937
24037
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
24038
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
24039
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23938
24040
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
23939
24041
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23940
24042
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -23951,6 +24053,8 @@ export namespace Prisma {
|
|
|
23951
24053
|
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23952
24054
|
opticOddsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23953
24055
|
lsportsLeagueId?: StringFieldUpdateOperationsInput | string
|
|
24056
|
+
logoKey?: StringFieldUpdateOperationsInput | string
|
|
24057
|
+
logoUrl?: StringFieldUpdateOperationsInput | string
|
|
23954
24058
|
tournamentObjectId?: StringFieldUpdateOperationsInput | string
|
|
23955
24059
|
levrSportId?: StringFieldUpdateOperationsInput | string
|
|
23956
24060
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|