@levrbet/shared 0.2.34 → 0.2.35
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 +4 -4
- package/dist/core/prisma/generated/index-browser.js +1 -1
- package/dist/core/prisma/generated/index.d.ts +35 -35
- package/dist/core/prisma/generated/index.js +4 -4
- package/dist/core/prisma/generated/package.json +1 -1
- package/dist/core/prisma/generated/schema.prisma +1 -1
- package/dist/core/prisma/generated/wasm.js +4 -4
- package/package.json +1 -1
|
@@ -177,7 +177,7 @@ exports.Prisma.TeamDataScalarFieldEnum = {
|
|
|
177
177
|
levrTeamLogoUrlAsHome: 'levrTeamLogoUrlAsHome',
|
|
178
178
|
levrTeamLogoUrlAsAway: 'levrTeamLogoUrlAsAway',
|
|
179
179
|
leagueObjectId: 'leagueObjectId',
|
|
180
|
-
|
|
180
|
+
levrLeagueId: 'levrLeagueId'
|
|
181
181
|
};
|
|
182
182
|
|
|
183
183
|
exports.Prisma.FixtureScalarFieldEnum = {
|
|
@@ -6981,7 +6981,7 @@ export namespace Prisma {
|
|
|
6981
6981
|
levrTeamLogoUrlAsHome: string | null
|
|
6982
6982
|
levrTeamLogoUrlAsAway: string | null
|
|
6983
6983
|
leagueObjectId: string | null
|
|
6984
|
-
|
|
6984
|
+
levrLeagueId: string | null
|
|
6985
6985
|
}
|
|
6986
6986
|
|
|
6987
6987
|
export type TeamDataMaxAggregateOutputType = {
|
|
@@ -6997,7 +6997,7 @@ export namespace Prisma {
|
|
|
6997
6997
|
levrTeamLogoUrlAsHome: string | null
|
|
6998
6998
|
levrTeamLogoUrlAsAway: string | null
|
|
6999
6999
|
leagueObjectId: string | null
|
|
7000
|
-
|
|
7000
|
+
levrLeagueId: string | null
|
|
7001
7001
|
}
|
|
7002
7002
|
|
|
7003
7003
|
export type TeamDataCountAggregateOutputType = {
|
|
@@ -7013,7 +7013,7 @@ export namespace Prisma {
|
|
|
7013
7013
|
levrTeamLogoUrlAsHome: number
|
|
7014
7014
|
levrTeamLogoUrlAsAway: number
|
|
7015
7015
|
leagueObjectId: number
|
|
7016
|
-
|
|
7016
|
+
levrLeagueId: number
|
|
7017
7017
|
_all: number
|
|
7018
7018
|
}
|
|
7019
7019
|
|
|
@@ -7031,7 +7031,7 @@ export namespace Prisma {
|
|
|
7031
7031
|
levrTeamLogoUrlAsHome?: true
|
|
7032
7032
|
levrTeamLogoUrlAsAway?: true
|
|
7033
7033
|
leagueObjectId?: true
|
|
7034
|
-
|
|
7034
|
+
levrLeagueId?: true
|
|
7035
7035
|
}
|
|
7036
7036
|
|
|
7037
7037
|
export type TeamDataMaxAggregateInputType = {
|
|
@@ -7047,7 +7047,7 @@ export namespace Prisma {
|
|
|
7047
7047
|
levrTeamLogoUrlAsHome?: true
|
|
7048
7048
|
levrTeamLogoUrlAsAway?: true
|
|
7049
7049
|
leagueObjectId?: true
|
|
7050
|
-
|
|
7050
|
+
levrLeagueId?: true
|
|
7051
7051
|
}
|
|
7052
7052
|
|
|
7053
7053
|
export type TeamDataCountAggregateInputType = {
|
|
@@ -7063,7 +7063,7 @@ export namespace Prisma {
|
|
|
7063
7063
|
levrTeamLogoUrlAsHome?: true
|
|
7064
7064
|
levrTeamLogoUrlAsAway?: true
|
|
7065
7065
|
leagueObjectId?: true
|
|
7066
|
-
|
|
7066
|
+
levrLeagueId?: true
|
|
7067
7067
|
_all?: true
|
|
7068
7068
|
}
|
|
7069
7069
|
|
|
@@ -7152,7 +7152,7 @@ export namespace Prisma {
|
|
|
7152
7152
|
levrTeamLogoUrlAsHome: string
|
|
7153
7153
|
levrTeamLogoUrlAsAway: string
|
|
7154
7154
|
leagueObjectId: string
|
|
7155
|
-
|
|
7155
|
+
levrLeagueId: string
|
|
7156
7156
|
_count: TeamDataCountAggregateOutputType | null
|
|
7157
7157
|
_min: TeamDataMinAggregateOutputType | null
|
|
7158
7158
|
_max: TeamDataMaxAggregateOutputType | null
|
|
@@ -7185,7 +7185,7 @@ export namespace Prisma {
|
|
|
7185
7185
|
levrTeamLogoUrlAsHome?: boolean
|
|
7186
7186
|
levrTeamLogoUrlAsAway?: boolean
|
|
7187
7187
|
leagueObjectId?: boolean
|
|
7188
|
-
|
|
7188
|
+
levrLeagueId?: boolean
|
|
7189
7189
|
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
7190
7190
|
}, ExtArgs["result"]["teamData"]>
|
|
7191
7191
|
|
|
@@ -7204,10 +7204,10 @@ export namespace Prisma {
|
|
|
7204
7204
|
levrTeamLogoUrlAsHome?: boolean
|
|
7205
7205
|
levrTeamLogoUrlAsAway?: boolean
|
|
7206
7206
|
leagueObjectId?: boolean
|
|
7207
|
-
|
|
7207
|
+
levrLeagueId?: boolean
|
|
7208
7208
|
}
|
|
7209
7209
|
|
|
7210
|
-
export type TeamDataOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "levrTeamName" | "levrTeamOfficialAbbreviation" | "lsportsTeamName" | "opticOddsTeamName" | "lsportsTeamId" | "opticOddsTeamId" | "levrTeamId" | "opticOddsTeamLogoUrl" | "levrTeamLogoUrlAsHome" | "levrTeamLogoUrlAsAway" | "leagueObjectId" | "
|
|
7210
|
+
export type TeamDataOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "levrTeamName" | "levrTeamOfficialAbbreviation" | "lsportsTeamName" | "opticOddsTeamName" | "lsportsTeamId" | "opticOddsTeamId" | "levrTeamId" | "opticOddsTeamLogoUrl" | "levrTeamLogoUrlAsHome" | "levrTeamLogoUrlAsAway" | "leagueObjectId" | "levrLeagueId", ExtArgs["result"]["teamData"]>
|
|
7211
7211
|
export type TeamDataInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
7212
7212
|
league?: boolean | LeagueDefaultArgs<ExtArgs>
|
|
7213
7213
|
}
|
|
@@ -7230,7 +7230,7 @@ export namespace Prisma {
|
|
|
7230
7230
|
levrTeamLogoUrlAsHome: string
|
|
7231
7231
|
levrTeamLogoUrlAsAway: string
|
|
7232
7232
|
leagueObjectId: string
|
|
7233
|
-
|
|
7233
|
+
levrLeagueId: string
|
|
7234
7234
|
}, ExtArgs["result"]["teamData"]>
|
|
7235
7235
|
composites: {}
|
|
7236
7236
|
}
|
|
@@ -7636,7 +7636,7 @@ export namespace Prisma {
|
|
|
7636
7636
|
readonly levrTeamLogoUrlAsHome: FieldRef<"TeamData", 'String'>
|
|
7637
7637
|
readonly levrTeamLogoUrlAsAway: FieldRef<"TeamData", 'String'>
|
|
7638
7638
|
readonly leagueObjectId: FieldRef<"TeamData", 'String'>
|
|
7639
|
-
readonly
|
|
7639
|
+
readonly levrLeagueId: FieldRef<"TeamData", 'String'>
|
|
7640
7640
|
}
|
|
7641
7641
|
|
|
7642
7642
|
|
|
@@ -20488,7 +20488,7 @@ export namespace Prisma {
|
|
|
20488
20488
|
levrTeamLogoUrlAsHome: 'levrTeamLogoUrlAsHome',
|
|
20489
20489
|
levrTeamLogoUrlAsAway: 'levrTeamLogoUrlAsAway',
|
|
20490
20490
|
leagueObjectId: 'leagueObjectId',
|
|
20491
|
-
|
|
20491
|
+
levrLeagueId: 'levrLeagueId'
|
|
20492
20492
|
};
|
|
20493
20493
|
|
|
20494
20494
|
export type TeamDataScalarFieldEnum = (typeof TeamDataScalarFieldEnum)[keyof typeof TeamDataScalarFieldEnum]
|
|
@@ -21336,7 +21336,7 @@ export namespace Prisma {
|
|
|
21336
21336
|
levrTeamLogoUrlAsHome?: StringFilter<"TeamData"> | string
|
|
21337
21337
|
levrTeamLogoUrlAsAway?: StringFilter<"TeamData"> | string
|
|
21338
21338
|
leagueObjectId?: StringFilter<"TeamData"> | string
|
|
21339
|
-
|
|
21339
|
+
levrLeagueId?: StringFilter<"TeamData"> | string
|
|
21340
21340
|
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
21341
21341
|
}
|
|
21342
21342
|
|
|
@@ -21353,7 +21353,7 @@ export namespace Prisma {
|
|
|
21353
21353
|
levrTeamLogoUrlAsHome?: SortOrder
|
|
21354
21354
|
levrTeamLogoUrlAsAway?: SortOrder
|
|
21355
21355
|
leagueObjectId?: SortOrder
|
|
21356
|
-
|
|
21356
|
+
levrLeagueId?: SortOrder
|
|
21357
21357
|
league?: LeagueOrderByWithRelationInput
|
|
21358
21358
|
}
|
|
21359
21359
|
|
|
@@ -21374,7 +21374,7 @@ export namespace Prisma {
|
|
|
21374
21374
|
lsportsTeamName?: StringFilter<"TeamData"> | string
|
|
21375
21375
|
opticOddsTeamName?: StringFilter<"TeamData"> | string
|
|
21376
21376
|
leagueObjectId?: StringFilter<"TeamData"> | string
|
|
21377
|
-
|
|
21377
|
+
levrLeagueId?: StringFilter<"TeamData"> | string
|
|
21378
21378
|
league?: XOR<LeagueScalarRelationFilter, LeagueWhereInput>
|
|
21379
21379
|
}, "objectId" | "lsportsTeamId" | "opticOddsTeamId" | "levrTeamId" | "opticOddsTeamLogoUrl" | "levrTeamLogoUrlAsHome" | "levrTeamLogoUrlAsAway" | "levrTeamId_levrTeamName_leagueObjectId">
|
|
21380
21380
|
|
|
@@ -21391,7 +21391,7 @@ export namespace Prisma {
|
|
|
21391
21391
|
levrTeamLogoUrlAsHome?: SortOrder
|
|
21392
21392
|
levrTeamLogoUrlAsAway?: SortOrder
|
|
21393
21393
|
leagueObjectId?: SortOrder
|
|
21394
|
-
|
|
21394
|
+
levrLeagueId?: SortOrder
|
|
21395
21395
|
_count?: TeamDataCountOrderByAggregateInput
|
|
21396
21396
|
_max?: TeamDataMaxOrderByAggregateInput
|
|
21397
21397
|
_min?: TeamDataMinOrderByAggregateInput
|
|
@@ -21413,7 +21413,7 @@ export namespace Prisma {
|
|
|
21413
21413
|
levrTeamLogoUrlAsHome?: StringWithAggregatesFilter<"TeamData"> | string
|
|
21414
21414
|
levrTeamLogoUrlAsAway?: StringWithAggregatesFilter<"TeamData"> | string
|
|
21415
21415
|
leagueObjectId?: StringWithAggregatesFilter<"TeamData"> | string
|
|
21416
|
-
|
|
21416
|
+
levrLeagueId?: StringWithAggregatesFilter<"TeamData"> | string
|
|
21417
21417
|
}
|
|
21418
21418
|
|
|
21419
21419
|
export type FixtureWhereInput = {
|
|
@@ -22984,7 +22984,7 @@ export namespace Prisma {
|
|
|
22984
22984
|
opticOddsTeamLogoUrl: string
|
|
22985
22985
|
levrTeamLogoUrlAsHome: string
|
|
22986
22986
|
levrTeamLogoUrlAsAway: string
|
|
22987
|
-
|
|
22987
|
+
levrLeagueId: string
|
|
22988
22988
|
league: LeagueCreateNestedOneWithoutTeamsInput
|
|
22989
22989
|
}
|
|
22990
22990
|
|
|
@@ -23001,7 +23001,7 @@ export namespace Prisma {
|
|
|
23001
23001
|
levrTeamLogoUrlAsHome: string
|
|
23002
23002
|
levrTeamLogoUrlAsAway: string
|
|
23003
23003
|
leagueObjectId: string
|
|
23004
|
-
|
|
23004
|
+
levrLeagueId: string
|
|
23005
23005
|
}
|
|
23006
23006
|
|
|
23007
23007
|
export type TeamDataUpdateInput = {
|
|
@@ -23015,7 +23015,7 @@ export namespace Prisma {
|
|
|
23015
23015
|
opticOddsTeamLogoUrl?: StringFieldUpdateOperationsInput | string
|
|
23016
23016
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
23017
23017
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
23018
|
-
|
|
23018
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23019
23019
|
league?: LeagueUpdateOneRequiredWithoutTeamsNestedInput
|
|
23020
23020
|
}
|
|
23021
23021
|
|
|
@@ -23031,7 +23031,7 @@ export namespace Prisma {
|
|
|
23031
23031
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
23032
23032
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
23033
23033
|
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
23034
|
-
|
|
23034
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23035
23035
|
}
|
|
23036
23036
|
|
|
23037
23037
|
export type TeamDataCreateManyInput = {
|
|
@@ -23047,7 +23047,7 @@ export namespace Prisma {
|
|
|
23047
23047
|
levrTeamLogoUrlAsHome: string
|
|
23048
23048
|
levrTeamLogoUrlAsAway: string
|
|
23049
23049
|
leagueObjectId: string
|
|
23050
|
-
|
|
23050
|
+
levrLeagueId: string
|
|
23051
23051
|
}
|
|
23052
23052
|
|
|
23053
23053
|
export type TeamDataUpdateManyMutationInput = {
|
|
@@ -23061,7 +23061,7 @@ export namespace Prisma {
|
|
|
23061
23061
|
opticOddsTeamLogoUrl?: StringFieldUpdateOperationsInput | string
|
|
23062
23062
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
23063
23063
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
23064
|
-
|
|
23064
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23065
23065
|
}
|
|
23066
23066
|
|
|
23067
23067
|
export type TeamDataUncheckedUpdateManyInput = {
|
|
@@ -23076,7 +23076,7 @@ export namespace Prisma {
|
|
|
23076
23076
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
23077
23077
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
23078
23078
|
leagueObjectId?: StringFieldUpdateOperationsInput | string
|
|
23079
|
-
|
|
23079
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
23080
23080
|
}
|
|
23081
23081
|
|
|
23082
23082
|
export type FixtureCreateInput = {
|
|
@@ -24858,7 +24858,7 @@ export namespace Prisma {
|
|
|
24858
24858
|
levrTeamLogoUrlAsHome?: SortOrder
|
|
24859
24859
|
levrTeamLogoUrlAsAway?: SortOrder
|
|
24860
24860
|
leagueObjectId?: SortOrder
|
|
24861
|
-
|
|
24861
|
+
levrLeagueId?: SortOrder
|
|
24862
24862
|
}
|
|
24863
24863
|
|
|
24864
24864
|
export type TeamDataMaxOrderByAggregateInput = {
|
|
@@ -24874,7 +24874,7 @@ export namespace Prisma {
|
|
|
24874
24874
|
levrTeamLogoUrlAsHome?: SortOrder
|
|
24875
24875
|
levrTeamLogoUrlAsAway?: SortOrder
|
|
24876
24876
|
leagueObjectId?: SortOrder
|
|
24877
|
-
|
|
24877
|
+
levrLeagueId?: SortOrder
|
|
24878
24878
|
}
|
|
24879
24879
|
|
|
24880
24880
|
export type TeamDataMinOrderByAggregateInput = {
|
|
@@ -24890,7 +24890,7 @@ export namespace Prisma {
|
|
|
24890
24890
|
levrTeamLogoUrlAsHome?: SortOrder
|
|
24891
24891
|
levrTeamLogoUrlAsAway?: SortOrder
|
|
24892
24892
|
leagueObjectId?: SortOrder
|
|
24893
|
-
|
|
24893
|
+
levrLeagueId?: SortOrder
|
|
24894
24894
|
}
|
|
24895
24895
|
|
|
24896
24896
|
export type StringNullableFilter<$PrismaModel = never> = {
|
|
@@ -27783,7 +27783,7 @@ export namespace Prisma {
|
|
|
27783
27783
|
opticOddsTeamLogoUrl: string
|
|
27784
27784
|
levrTeamLogoUrlAsHome: string
|
|
27785
27785
|
levrTeamLogoUrlAsAway: string
|
|
27786
|
-
|
|
27786
|
+
levrLeagueId: string
|
|
27787
27787
|
}
|
|
27788
27788
|
|
|
27789
27789
|
export type TeamDataUncheckedCreateWithoutLeagueInput = {
|
|
@@ -27798,7 +27798,7 @@ export namespace Prisma {
|
|
|
27798
27798
|
opticOddsTeamLogoUrl: string
|
|
27799
27799
|
levrTeamLogoUrlAsHome: string
|
|
27800
27800
|
levrTeamLogoUrlAsAway: string
|
|
27801
|
-
|
|
27801
|
+
levrLeagueId: string
|
|
27802
27802
|
}
|
|
27803
27803
|
|
|
27804
27804
|
export type TeamDataCreateOrConnectWithoutLeagueInput = {
|
|
@@ -27974,7 +27974,7 @@ export namespace Prisma {
|
|
|
27974
27974
|
levrTeamLogoUrlAsHome?: StringFilter<"TeamData"> | string
|
|
27975
27975
|
levrTeamLogoUrlAsAway?: StringFilter<"TeamData"> | string
|
|
27976
27976
|
leagueObjectId?: StringFilter<"TeamData"> | string
|
|
27977
|
-
|
|
27977
|
+
levrLeagueId?: StringFilter<"TeamData"> | string
|
|
27978
27978
|
}
|
|
27979
27979
|
|
|
27980
27980
|
export type LeagueCreateWithoutTeamsInput = {
|
|
@@ -29969,7 +29969,7 @@ export namespace Prisma {
|
|
|
29969
29969
|
opticOddsTeamLogoUrl: string
|
|
29970
29970
|
levrTeamLogoUrlAsHome: string
|
|
29971
29971
|
levrTeamLogoUrlAsAway: string
|
|
29972
|
-
|
|
29972
|
+
levrLeagueId: string
|
|
29973
29973
|
}
|
|
29974
29974
|
|
|
29975
29975
|
export type LevrGameUpdateWithoutLeagueInput = {
|
|
@@ -30133,7 +30133,7 @@ export namespace Prisma {
|
|
|
30133
30133
|
opticOddsTeamLogoUrl?: StringFieldUpdateOperationsInput | string
|
|
30134
30134
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
30135
30135
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
30136
|
-
|
|
30136
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
30137
30137
|
}
|
|
30138
30138
|
|
|
30139
30139
|
export type TeamDataUncheckedUpdateWithoutLeagueInput = {
|
|
@@ -30147,7 +30147,7 @@ export namespace Prisma {
|
|
|
30147
30147
|
opticOddsTeamLogoUrl?: StringFieldUpdateOperationsInput | string
|
|
30148
30148
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
30149
30149
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
30150
|
-
|
|
30150
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
30151
30151
|
}
|
|
30152
30152
|
|
|
30153
30153
|
export type TeamDataUncheckedUpdateManyWithoutLeagueInput = {
|
|
@@ -30161,7 +30161,7 @@ export namespace Prisma {
|
|
|
30161
30161
|
opticOddsTeamLogoUrl?: StringFieldUpdateOperationsInput | string
|
|
30162
30162
|
levrTeamLogoUrlAsHome?: StringFieldUpdateOperationsInput | string
|
|
30163
30163
|
levrTeamLogoUrlAsAway?: StringFieldUpdateOperationsInput | string
|
|
30164
|
-
|
|
30164
|
+
levrLeagueId?: StringFieldUpdateOperationsInput | string
|
|
30165
30165
|
}
|
|
30166
30166
|
|
|
30167
30167
|
export type LevrGameCreateManyFixtureInput = {
|