@merkl/api 0.10.116 → 0.10.118

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. package/dist/database/api/.generated/default.d.ts +1 -1
  2. package/dist/database/api/.generated/edge.d.ts +1 -1
  3. package/dist/database/api/.generated/index.d.ts +335 -311
  4. package/dist/database/api/.generated/libquery_engine-debian-openssl-1.1.x.so.node +0 -0
  5. package/dist/database/api/.generated/libquery_engine-linux-arm64-openssl-1.1.x.so.node +0 -0
  6. package/dist/database/api/.generated/libquery_engine-linux-musl-arm64-openssl-3.0.x.so.node +0 -0
  7. package/dist/database/api/.generated/package.json +15 -2
  8. package/dist/database/api/.generated/runtime/library.d.ts +195 -79
  9. package/dist/database/api/.generated/schema.prisma +1 -1
  10. package/dist/database/api/.generated/wasm.d.ts +1 -1
  11. package/dist/database/engine/.generated/default.d.ts +1 -1
  12. package/dist/database/engine/.generated/edge.d.ts +1 -1
  13. package/dist/database/engine/.generated/index.d.ts +16 -104
  14. package/dist/database/engine/.generated/libquery_engine-debian-openssl-1.1.x.so.node +0 -0
  15. package/dist/database/engine/.generated/libquery_engine-linux-arm64-openssl-1.1.x.so.node +0 -0
  16. package/dist/database/engine/.generated/libquery_engine-linux-musl-arm64-openssl-3.0.x.so.node +0 -0
  17. package/dist/database/engine/.generated/package.json +14 -1
  18. package/dist/database/engine/.generated/runtime/library.d.ts +195 -79
  19. package/dist/database/engine/.generated/wasm.d.ts +1 -1
  20. package/dist/src/eden/index.d.ts +552 -411
  21. package/dist/src/index.d.ts +194 -137
  22. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +1 -1
  23. package/dist/src/modules/v4/accounting/accounting.repository.d.ts +8 -8
  24. package/dist/src/modules/v4/accounting/accounting.service.d.ts +1 -1
  25. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +2 -2
  26. package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +2 -2
  27. package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +2 -2
  28. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +14 -14
  29. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +27 -27
  30. package/dist/src/modules/v4/campaign/campaign.service.d.ts +28 -28
  31. package/dist/src/modules/v4/chain/chain.controller.d.ts +5 -5
  32. package/dist/src/modules/v4/chain/chain.repository.d.ts +6 -6
  33. package/dist/src/modules/v4/chain/chain.service.d.ts +5 -5
  34. package/dist/src/modules/v4/explorer/explorer.repository.d.ts +2 -2
  35. package/dist/src/modules/v4/explorer/explorer.service.d.ts +2 -2
  36. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +21 -3
  37. package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +4 -4
  38. package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +8 -9
  39. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -36
  40. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +94 -94
  41. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +57 -57
  42. package/dist/src/modules/v4/price/price.controller.d.ts +8 -8
  43. package/dist/src/modules/v4/price/price.repository.d.ts +10 -10
  44. package/dist/src/modules/v4/price/price.service.d.ts +8 -8
  45. package/dist/src/modules/v4/protocol/protocol.repository.d.ts +12 -12
  46. package/dist/src/modules/v4/reward/reward.controller.d.ts +11 -8
  47. package/dist/src/modules/v4/reward/reward.model.d.ts +9 -9
  48. package/dist/src/modules/v4/reward/reward.repository.d.ts +42 -39
  49. package/dist/src/modules/v4/reward/reward.service.d.ts +133 -130
  50. package/dist/src/modules/v4/router.d.ts +194 -137
  51. package/dist/src/modules/v4/status/status.controller.d.ts +17 -17
  52. package/dist/src/modules/v4/status/status.repository.d.ts +32 -32
  53. package/dist/src/modules/v4/status/status.service.d.ts +20 -20
  54. package/dist/src/modules/v4/user/user.controller.d.ts +79 -43
  55. package/dist/src/modules/v4/user/user.repository.d.ts +7 -2
  56. package/dist/src/modules/v4/user/user.service.d.ts +10 -4
  57. package/dist/src/routes/v3/ERC20Campaigns.d.ts +194 -137
  58. package/dist/src/routes/v3/blacklist.d.ts +194 -137
  59. package/dist/src/routes/v3/campaigns.d.ts +194 -137
  60. package/dist/src/routes/v3/campaignsInfo.d.ts +194 -137
  61. package/dist/src/routes/v3/multiChainPositions.d.ts +194 -137
  62. package/dist/src/routes/v3/opportunity.d.ts +194 -137
  63. package/dist/src/routes/v3/positions.d.ts +194 -137
  64. package/dist/src/routes/v3/rewards.d.ts +194 -137
  65. package/dist/src/routes/v3/rootForTimestamp.d.ts +2 -2
  66. package/dist/src/routes/v3/updates.d.ts +194 -137
  67. package/dist/src/routes/v3/userRewards.d.ts +194 -137
  68. package/dist/tsconfig.package.tsbuildinfo +1 -1
  69. package/package.json +3 -3
  70. package/dist/src/libs/campaigns/getRewards.d.ts +0 -29
@@ -118,7 +118,17 @@ export type CampaignStatus = $Result.DefaultSelection<Prisma.$CampaignStatusPayl
118
118
  * Enums
119
119
  */
120
120
  export namespace $Enums {
121
- export const CampaignType: {
121
+ export const RunStatus: {
122
+ PROCESSING: 'PROCESSING',
123
+ SUCCESS: 'SUCCESS',
124
+ FAILED: 'FAILED',
125
+ SKIPPED: 'SKIPPED'
126
+ };
127
+
128
+ export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus]
129
+
130
+
131
+ export const CampaignType: {
122
132
  INVALID: 'INVALID',
123
133
  ERC20: 'ERC20',
124
134
  CLAMM: 'CLAMM',
@@ -138,22 +148,14 @@ export namespace $Enums {
138
148
  export type CampaignType = (typeof CampaignType)[keyof typeof CampaignType]
139
149
 
140
150
 
141
- export const ExplorerType: {
142
- ETHERSCAN: 'ETHERSCAN',
143
- BLOCKSCOUT: 'BLOCKSCOUT'
144
- };
145
-
146
- export type ExplorerType = (typeof ExplorerType)[keyof typeof ExplorerType]
147
-
148
-
149
- export const Status: {
150
- NONE: 'NONE',
151
- PAST: 'PAST',
152
- LIVE: 'LIVE',
153
- SOON: 'SOON'
151
+ export const ProtocolTag: {
152
+ AMM: 'AMM',
153
+ ALM: 'ALM',
154
+ DEX: 'DEX',
155
+ LENDING: 'LENDING'
154
156
  };
155
157
 
156
- export type Status = (typeof Status)[keyof typeof Status]
158
+ export type ProtocolTag = (typeof ProtocolTag)[keyof typeof ProtocolTag]
157
159
 
158
160
 
159
161
  export const OpportunityAction: {
@@ -168,14 +170,22 @@ export const OpportunityAction: {
168
170
  export type OpportunityAction = (typeof OpportunityAction)[keyof typeof OpportunityAction]
169
171
 
170
172
 
171
- export const ProtocolTag: {
172
- AMM: 'AMM',
173
- ALM: 'ALM',
174
- DEX: 'DEX',
175
- LENDING: 'LENDING'
173
+ export const Status: {
174
+ NONE: 'NONE',
175
+ PAST: 'PAST',
176
+ LIVE: 'LIVE',
177
+ SOON: 'SOON'
176
178
  };
177
179
 
178
- export type ProtocolTag = (typeof ProtocolTag)[keyof typeof ProtocolTag]
180
+ export type Status = (typeof Status)[keyof typeof Status]
181
+
182
+
183
+ export const ExplorerType: {
184
+ ETHERSCAN: 'ETHERSCAN',
185
+ BLOCKSCOUT: 'BLOCKSCOUT'
186
+ };
187
+
188
+ export type ExplorerType = (typeof ExplorerType)[keyof typeof ExplorerType]
179
189
 
180
190
 
181
191
  export const AprType: {
@@ -207,37 +217,31 @@ export const PriceSourceMethod: {
207
217
 
208
218
  export type PriceSourceMethod = (typeof PriceSourceMethod)[keyof typeof PriceSourceMethod]
209
219
 
220
+ }
210
221
 
211
- export const RunStatus: {
212
- PROCESSING: 'PROCESSING',
213
- SUCCESS: 'SUCCESS',
214
- FAILED: 'FAILED',
215
- SKIPPED: 'SKIPPED'
216
- };
217
-
218
- export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus]
222
+ export type RunStatus = $Enums.RunStatus
219
223
 
220
- }
224
+ export const RunStatus: typeof $Enums.RunStatus
221
225
 
222
226
  export type CampaignType = $Enums.CampaignType
223
227
 
224
228
  export const CampaignType: typeof $Enums.CampaignType
225
229
 
226
- export type ExplorerType = $Enums.ExplorerType
227
-
228
- export const ExplorerType: typeof $Enums.ExplorerType
229
-
230
- export type Status = $Enums.Status
230
+ export type ProtocolTag = $Enums.ProtocolTag
231
231
 
232
- export const Status: typeof $Enums.Status
232
+ export const ProtocolTag: typeof $Enums.ProtocolTag
233
233
 
234
234
  export type OpportunityAction = $Enums.OpportunityAction
235
235
 
236
236
  export const OpportunityAction: typeof $Enums.OpportunityAction
237
237
 
238
- export type ProtocolTag = $Enums.ProtocolTag
238
+ export type Status = $Enums.Status
239
239
 
240
- export const ProtocolTag: typeof $Enums.ProtocolTag
240
+ export const Status: typeof $Enums.Status
241
+
242
+ export type ExplorerType = $Enums.ExplorerType
243
+
244
+ export const ExplorerType: typeof $Enums.ExplorerType
241
245
 
242
246
  export type AprType = $Enums.AprType
243
247
 
@@ -251,10 +255,6 @@ export type PriceSourceMethod = $Enums.PriceSourceMethod
251
255
 
252
256
  export const PriceSourceMethod: typeof $Enums.PriceSourceMethod
253
257
 
254
- export type RunStatus = $Enums.RunStatus
255
-
256
- export const RunStatus: typeof $Enums.RunStatus
257
-
258
258
  /**
259
259
  * ## Prisma Client ʲˢ
260
260
  *
@@ -357,6 +357,7 @@ export class PrismaClient<
357
357
  */
358
358
  $queryRawUnsafe<T = unknown>(query: string, ...values: any[]): Prisma.PrismaPromise<T>;
359
359
 
360
+
360
361
  /**
361
362
  * Allows the running of a sequence of read/write operations that are guaranteed to either succeed or fail as a whole.
362
363
  * @example
@@ -596,7 +597,6 @@ export namespace Prisma {
596
597
  export import PrismaClientRustPanicError = runtime.PrismaClientRustPanicError
597
598
  export import PrismaClientInitializationError = runtime.PrismaClientInitializationError
598
599
  export import PrismaClientValidationError = runtime.PrismaClientValidationError
599
- export import NotFoundError = runtime.NotFoundError
600
600
 
601
601
  /**
602
602
  * Re-export of sql-template-tag
@@ -607,6 +607,8 @@ export namespace Prisma {
607
607
  export import raw = runtime.raw
608
608
  export import Sql = runtime.Sql
609
609
 
610
+
611
+
610
612
  /**
611
613
  * Decimal.js
612
614
  */
@@ -633,8 +635,8 @@ export namespace Prisma {
633
635
  export import Exact = $Public.Exact
634
636
 
635
637
  /**
636
- * Prisma Client JS version: 5.18.0
637
- * Query Engine version: 605197351a3c8bdd595af2d2a9bc3025bca48ea2
638
+ * Prisma Client JS version: 6.0.1
639
+ * Query Engine version: 5dbef10bdbfb579e07d35cc85fb1518d357cb99e
638
640
  */
639
641
  export type PrismaVersion = {
640
642
  client: string
@@ -646,51 +648,13 @@ export namespace Prisma {
646
648
  * Utility Types
647
649
  */
648
650
 
649
- /**
650
- * From https://github.com/sindresorhus/type-fest/
651
- * Matches a JSON object.
652
- * This type can be useful to enforce some input to be JSON-compatible or as a super-type to be extended from.
653
- */
654
- export type JsonObject = {[Key in string]?: JsonValue}
655
-
656
- /**
657
- * From https://github.com/sindresorhus/type-fest/
658
- * Matches a JSON array.
659
- */
660
- export interface JsonArray extends Array<JsonValue> {}
661
-
662
- /**
663
- * From https://github.com/sindresorhus/type-fest/
664
- * Matches any valid JSON value.
665
- */
666
- export type JsonValue = string | number | boolean | JsonObject | JsonArray | null
667
-
668
- /**
669
- * Matches a JSON object.
670
- * Unlike `JsonObject`, this type allows undefined and read-only properties.
671
- */
672
- export type InputJsonObject = {readonly [Key in string]?: InputJsonValue | null}
673
-
674
- /**
675
- * Matches a JSON array.
676
- * Unlike `JsonArray`, readonly arrays are assignable to this type.
677
- */
678
- export interface InputJsonArray extends ReadonlyArray<InputJsonValue | null> {}
679
651
 
680
- /**
681
- * Matches any valid value that can be used as an input for operations like
682
- * create and update as the value of a JSON field. Unlike `JsonValue`, this
683
- * type allows read-only arrays and read-only object properties and disallows
684
- * `null` at the top level.
685
- *
686
- * `null` cannot be used as the value of a JSON field because its meaning
687
- * would be ambiguous. Use `Prisma.JsonNull` to store the JSON null value or
688
- * `Prisma.DbNull` to clear the JSON value and set the field to the database
689
- * NULL value instead.
690
- *
691
- * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-by-null-values
692
- */
693
- export type InputJsonValue = string | number | boolean | InputJsonObject | InputJsonArray | { toJSON(): unknown }
652
+ export import JsonObject = runtime.JsonObject
653
+ export import JsonArray = runtime.JsonArray
654
+ export import JsonValue = runtime.JsonValue
655
+ export import InputJsonObject = runtime.InputJsonObject
656
+ export import InputJsonArray = runtime.InputJsonArray
657
+ export import InputJsonValue = runtime.InputJsonValue
694
658
 
695
659
  /**
696
660
  * Types of the values used to represent different kinds of `null` values when working with JSON fields.
@@ -2497,15 +2461,11 @@ export namespace Prisma {
2497
2461
  other: {
2498
2462
  payload: any
2499
2463
  operations: {
2500
- $executeRawUnsafe: {
2501
- args: [query: string, ...values: any[]],
2502
- result: any
2503
- }
2504
2464
  $executeRaw: {
2505
2465
  args: [query: TemplateStringsArray | Prisma.Sql, ...values: any[]],
2506
2466
  result: any
2507
2467
  }
2508
- $queryRawUnsafe: {
2468
+ $executeRawUnsafe: {
2509
2469
  args: [query: string, ...values: any[]],
2510
2470
  result: any
2511
2471
  }
@@ -2513,6 +2473,10 @@ export namespace Prisma {
2513
2473
  args: [query: TemplateStringsArray | Prisma.Sql, ...values: any[]],
2514
2474
  result: any
2515
2475
  }
2476
+ $queryRawUnsafe: {
2477
+ args: [query: string, ...values: any[]],
2478
+ result: any
2479
+ }
2516
2480
  }
2517
2481
  }
2518
2482
  }
@@ -3565,7 +3529,7 @@ export namespace Prisma {
3565
3529
  type CampaignGetPayload<S extends boolean | null | undefined | CampaignDefaultArgs> = $Result.GetResult<Prisma.$CampaignPayload, S>
3566
3530
 
3567
3531
  type CampaignCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
3568
- Omit<CampaignFindManyArgs, 'select' | 'include' | 'distinct'> & {
3532
+ Omit<CampaignFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
3569
3533
  select?: CampaignCountAggregateInputType | true
3570
3534
  }
3571
3535
 
@@ -3992,6 +3956,7 @@ export namespace Prisma {
3992
3956
  * Filter, which Campaign to fetch.
3993
3957
  */
3994
3958
  where: CampaignWhereUniqueInput
3959
+ relationLoadStrategy?: RelationLoadStrategy
3995
3960
  }
3996
3961
 
3997
3962
  /**
@@ -4010,6 +3975,7 @@ export namespace Prisma {
4010
3975
  * Filter, which Campaign to fetch.
4011
3976
  */
4012
3977
  where: CampaignWhereUniqueInput
3978
+ relationLoadStrategy?: RelationLoadStrategy
4013
3979
  }
4014
3980
 
4015
3981
  /**
@@ -4058,6 +4024,7 @@ export namespace Prisma {
4058
4024
  * Filter by unique combinations of Campaigns.
4059
4025
  */
4060
4026
  distinct?: CampaignScalarFieldEnum | CampaignScalarFieldEnum[]
4027
+ relationLoadStrategy?: RelationLoadStrategy
4061
4028
  }
4062
4029
 
4063
4030
  /**
@@ -4106,6 +4073,7 @@ export namespace Prisma {
4106
4073
  * Filter by unique combinations of Campaigns.
4107
4074
  */
4108
4075
  distinct?: CampaignScalarFieldEnum | CampaignScalarFieldEnum[]
4076
+ relationLoadStrategy?: RelationLoadStrategy
4109
4077
  }
4110
4078
 
4111
4079
  /**
@@ -4149,6 +4117,7 @@ export namespace Prisma {
4149
4117
  */
4150
4118
  skip?: number
4151
4119
  distinct?: CampaignScalarFieldEnum | CampaignScalarFieldEnum[]
4120
+ relationLoadStrategy?: RelationLoadStrategy
4152
4121
  }
4153
4122
 
4154
4123
  /**
@@ -4167,6 +4136,7 @@ export namespace Prisma {
4167
4136
  * The data needed to create a Campaign.
4168
4137
  */
4169
4138
  data: XOR<CampaignCreateInput, CampaignUncheckedCreateInput>
4139
+ relationLoadStrategy?: RelationLoadStrategy
4170
4140
  }
4171
4141
 
4172
4142
  /**
@@ -4219,6 +4189,7 @@ export namespace Prisma {
4219
4189
  * Choose, which Campaign to update.
4220
4190
  */
4221
4191
  where: CampaignWhereUniqueInput
4192
+ relationLoadStrategy?: RelationLoadStrategy
4222
4193
  }
4223
4194
 
4224
4195
  /**
@@ -4259,6 +4230,7 @@ export namespace Prisma {
4259
4230
  * In case the Campaign was found with the provided `where` argument, update it with this data.
4260
4231
  */
4261
4232
  update: XOR<CampaignUpdateInput, CampaignUncheckedUpdateInput>
4233
+ relationLoadStrategy?: RelationLoadStrategy
4262
4234
  }
4263
4235
 
4264
4236
  /**
@@ -4277,6 +4249,7 @@ export namespace Prisma {
4277
4249
  * Filter which Campaign to delete.
4278
4250
  */
4279
4251
  where: CampaignWhereUniqueInput
4252
+ relationLoadStrategy?: RelationLoadStrategy
4280
4253
  }
4281
4254
 
4282
4255
  /**
@@ -4605,7 +4578,7 @@ export namespace Prisma {
4605
4578
  type ChainGetPayload<S extends boolean | null | undefined | ChainDefaultArgs> = $Result.GetResult<Prisma.$ChainPayload, S>
4606
4579
 
4607
4580
  type ChainCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
4608
- Omit<ChainFindManyArgs, 'select' | 'include' | 'distinct'> & {
4581
+ Omit<ChainFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
4609
4582
  select?: ChainCountAggregateInputType | true
4610
4583
  }
4611
4584
 
@@ -5022,6 +4995,7 @@ export namespace Prisma {
5022
4995
  * Filter, which Chain to fetch.
5023
4996
  */
5024
4997
  where: ChainWhereUniqueInput
4998
+ relationLoadStrategy?: RelationLoadStrategy
5025
4999
  }
5026
5000
 
5027
5001
  /**
@@ -5040,6 +5014,7 @@ export namespace Prisma {
5040
5014
  * Filter, which Chain to fetch.
5041
5015
  */
5042
5016
  where: ChainWhereUniqueInput
5017
+ relationLoadStrategy?: RelationLoadStrategy
5043
5018
  }
5044
5019
 
5045
5020
  /**
@@ -5088,6 +5063,7 @@ export namespace Prisma {
5088
5063
  * Filter by unique combinations of Chains.
5089
5064
  */
5090
5065
  distinct?: ChainScalarFieldEnum | ChainScalarFieldEnum[]
5066
+ relationLoadStrategy?: RelationLoadStrategy
5091
5067
  }
5092
5068
 
5093
5069
  /**
@@ -5136,6 +5112,7 @@ export namespace Prisma {
5136
5112
  * Filter by unique combinations of Chains.
5137
5113
  */
5138
5114
  distinct?: ChainScalarFieldEnum | ChainScalarFieldEnum[]
5115
+ relationLoadStrategy?: RelationLoadStrategy
5139
5116
  }
5140
5117
 
5141
5118
  /**
@@ -5179,6 +5156,7 @@ export namespace Prisma {
5179
5156
  */
5180
5157
  skip?: number
5181
5158
  distinct?: ChainScalarFieldEnum | ChainScalarFieldEnum[]
5159
+ relationLoadStrategy?: RelationLoadStrategy
5182
5160
  }
5183
5161
 
5184
5162
  /**
@@ -5197,6 +5175,7 @@ export namespace Prisma {
5197
5175
  * The data needed to create a Chain.
5198
5176
  */
5199
5177
  data: XOR<ChainCreateInput, ChainUncheckedCreateInput>
5178
+ relationLoadStrategy?: RelationLoadStrategy
5200
5179
  }
5201
5180
 
5202
5181
  /**
@@ -5245,6 +5224,7 @@ export namespace Prisma {
5245
5224
  * Choose, which Chain to update.
5246
5225
  */
5247
5226
  where: ChainWhereUniqueInput
5227
+ relationLoadStrategy?: RelationLoadStrategy
5248
5228
  }
5249
5229
 
5250
5230
  /**
@@ -5285,6 +5265,7 @@ export namespace Prisma {
5285
5265
  * In case the Chain was found with the provided `where` argument, update it with this data.
5286
5266
  */
5287
5267
  update: XOR<ChainUpdateInput, ChainUncheckedUpdateInput>
5268
+ relationLoadStrategy?: RelationLoadStrategy
5288
5269
  }
5289
5270
 
5290
5271
  /**
@@ -5303,6 +5284,7 @@ export namespace Prisma {
5303
5284
  * Filter which Chain to delete.
5304
5285
  */
5305
5286
  where: ChainWhereUniqueInput
5287
+ relationLoadStrategy?: RelationLoadStrategy
5306
5288
  }
5307
5289
 
5308
5290
  /**
@@ -5722,7 +5704,7 @@ export namespace Prisma {
5722
5704
  type ExplorerGetPayload<S extends boolean | null | undefined | ExplorerDefaultArgs> = $Result.GetResult<Prisma.$ExplorerPayload, S>
5723
5705
 
5724
5706
  type ExplorerCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
5725
- Omit<ExplorerFindManyArgs, 'select' | 'include' | 'distinct'> & {
5707
+ Omit<ExplorerFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
5726
5708
  select?: ExplorerCountAggregateInputType | true
5727
5709
  }
5728
5710
 
@@ -6133,6 +6115,7 @@ export namespace Prisma {
6133
6115
  * Filter, which Explorer to fetch.
6134
6116
  */
6135
6117
  where: ExplorerWhereUniqueInput
6118
+ relationLoadStrategy?: RelationLoadStrategy
6136
6119
  }
6137
6120
 
6138
6121
  /**
@@ -6151,6 +6134,7 @@ export namespace Prisma {
6151
6134
  * Filter, which Explorer to fetch.
6152
6135
  */
6153
6136
  where: ExplorerWhereUniqueInput
6137
+ relationLoadStrategy?: RelationLoadStrategy
6154
6138
  }
6155
6139
 
6156
6140
  /**
@@ -6199,6 +6183,7 @@ export namespace Prisma {
6199
6183
  * Filter by unique combinations of Explorers.
6200
6184
  */
6201
6185
  distinct?: ExplorerScalarFieldEnum | ExplorerScalarFieldEnum[]
6186
+ relationLoadStrategy?: RelationLoadStrategy
6202
6187
  }
6203
6188
 
6204
6189
  /**
@@ -6247,6 +6232,7 @@ export namespace Prisma {
6247
6232
  * Filter by unique combinations of Explorers.
6248
6233
  */
6249
6234
  distinct?: ExplorerScalarFieldEnum | ExplorerScalarFieldEnum[]
6235
+ relationLoadStrategy?: RelationLoadStrategy
6250
6236
  }
6251
6237
 
6252
6238
  /**
@@ -6290,6 +6276,7 @@ export namespace Prisma {
6290
6276
  */
6291
6277
  skip?: number
6292
6278
  distinct?: ExplorerScalarFieldEnum | ExplorerScalarFieldEnum[]
6279
+ relationLoadStrategy?: RelationLoadStrategy
6293
6280
  }
6294
6281
 
6295
6282
  /**
@@ -6308,6 +6295,7 @@ export namespace Prisma {
6308
6295
  * The data needed to create a Explorer.
6309
6296
  */
6310
6297
  data: XOR<ExplorerCreateInput, ExplorerUncheckedCreateInput>
6298
+ relationLoadStrategy?: RelationLoadStrategy
6311
6299
  }
6312
6300
 
6313
6301
  /**
@@ -6360,6 +6348,7 @@ export namespace Prisma {
6360
6348
  * Choose, which Explorer to update.
6361
6349
  */
6362
6350
  where: ExplorerWhereUniqueInput
6351
+ relationLoadStrategy?: RelationLoadStrategy
6363
6352
  }
6364
6353
 
6365
6354
  /**
@@ -6400,6 +6389,7 @@ export namespace Prisma {
6400
6389
  * In case the Explorer was found with the provided `where` argument, update it with this data.
6401
6390
  */
6402
6391
  update: XOR<ExplorerUpdateInput, ExplorerUncheckedUpdateInput>
6392
+ relationLoadStrategy?: RelationLoadStrategy
6403
6393
  }
6404
6394
 
6405
6395
  /**
@@ -6418,6 +6408,7 @@ export namespace Prisma {
6418
6408
  * Filter which Explorer to delete.
6419
6409
  */
6420
6410
  where: ExplorerWhereUniqueInput
6411
+ relationLoadStrategy?: RelationLoadStrategy
6421
6412
  }
6422
6413
 
6423
6414
  /**
@@ -6798,7 +6789,7 @@ export namespace Prisma {
6798
6789
  type OpportunityGetPayload<S extends boolean | null | undefined | OpportunityDefaultArgs> = $Result.GetResult<Prisma.$OpportunityPayload, S>
6799
6790
 
6800
6791
  type OpportunityCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
6801
- Omit<OpportunityFindManyArgs, 'select' | 'include' | 'distinct'> & {
6792
+ Omit<OpportunityFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
6802
6793
  select?: OpportunityCountAggregateInputType | true
6803
6794
  }
6804
6795
 
@@ -7224,6 +7215,7 @@ export namespace Prisma {
7224
7215
  * Filter, which Opportunity to fetch.
7225
7216
  */
7226
7217
  where: OpportunityWhereUniqueInput
7218
+ relationLoadStrategy?: RelationLoadStrategy
7227
7219
  }
7228
7220
 
7229
7221
  /**
@@ -7242,6 +7234,7 @@ export namespace Prisma {
7242
7234
  * Filter, which Opportunity to fetch.
7243
7235
  */
7244
7236
  where: OpportunityWhereUniqueInput
7237
+ relationLoadStrategy?: RelationLoadStrategy
7245
7238
  }
7246
7239
 
7247
7240
  /**
@@ -7290,6 +7283,7 @@ export namespace Prisma {
7290
7283
  * Filter by unique combinations of Opportunities.
7291
7284
  */
7292
7285
  distinct?: OpportunityScalarFieldEnum | OpportunityScalarFieldEnum[]
7286
+ relationLoadStrategy?: RelationLoadStrategy
7293
7287
  }
7294
7288
 
7295
7289
  /**
@@ -7338,6 +7332,7 @@ export namespace Prisma {
7338
7332
  * Filter by unique combinations of Opportunities.
7339
7333
  */
7340
7334
  distinct?: OpportunityScalarFieldEnum | OpportunityScalarFieldEnum[]
7335
+ relationLoadStrategy?: RelationLoadStrategy
7341
7336
  }
7342
7337
 
7343
7338
  /**
@@ -7381,6 +7376,7 @@ export namespace Prisma {
7381
7376
  */
7382
7377
  skip?: number
7383
7378
  distinct?: OpportunityScalarFieldEnum | OpportunityScalarFieldEnum[]
7379
+ relationLoadStrategy?: RelationLoadStrategy
7384
7380
  }
7385
7381
 
7386
7382
  /**
@@ -7399,6 +7395,7 @@ export namespace Prisma {
7399
7395
  * The data needed to create a Opportunity.
7400
7396
  */
7401
7397
  data: XOR<OpportunityCreateInput, OpportunityUncheckedCreateInput>
7398
+ relationLoadStrategy?: RelationLoadStrategy
7402
7399
  }
7403
7400
 
7404
7401
  /**
@@ -7451,6 +7448,7 @@ export namespace Prisma {
7451
7448
  * Choose, which Opportunity to update.
7452
7449
  */
7453
7450
  where: OpportunityWhereUniqueInput
7451
+ relationLoadStrategy?: RelationLoadStrategy
7454
7452
  }
7455
7453
 
7456
7454
  /**
@@ -7491,6 +7489,7 @@ export namespace Prisma {
7491
7489
  * In case the Opportunity was found with the provided `where` argument, update it with this data.
7492
7490
  */
7493
7491
  update: XOR<OpportunityUpdateInput, OpportunityUncheckedUpdateInput>
7492
+ relationLoadStrategy?: RelationLoadStrategy
7494
7493
  }
7495
7494
 
7496
7495
  /**
@@ -7509,6 +7508,7 @@ export namespace Prisma {
7509
7508
  * Filter which Opportunity to delete.
7510
7509
  */
7511
7510
  where: OpportunityWhereUniqueInput
7511
+ relationLoadStrategy?: RelationLoadStrategy
7512
7512
  }
7513
7513
 
7514
7514
  /**
@@ -7892,7 +7892,7 @@ export namespace Prisma {
7892
7892
  type ProtocolGetPayload<S extends boolean | null | undefined | ProtocolDefaultArgs> = $Result.GetResult<Prisma.$ProtocolPayload, S>
7893
7893
 
7894
7894
  type ProtocolCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
7895
- Omit<ProtocolFindManyArgs, 'select' | 'include' | 'distinct'> & {
7895
+ Omit<ProtocolFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
7896
7896
  select?: ProtocolCountAggregateInputType | true
7897
7897
  }
7898
7898
 
@@ -8307,6 +8307,7 @@ export namespace Prisma {
8307
8307
  * Filter, which Protocol to fetch.
8308
8308
  */
8309
8309
  where: ProtocolWhereUniqueInput
8310
+ relationLoadStrategy?: RelationLoadStrategy
8310
8311
  }
8311
8312
 
8312
8313
  /**
@@ -8325,6 +8326,7 @@ export namespace Prisma {
8325
8326
  * Filter, which Protocol to fetch.
8326
8327
  */
8327
8328
  where: ProtocolWhereUniqueInput
8329
+ relationLoadStrategy?: RelationLoadStrategy
8328
8330
  }
8329
8331
 
8330
8332
  /**
@@ -8373,6 +8375,7 @@ export namespace Prisma {
8373
8375
  * Filter by unique combinations of Protocols.
8374
8376
  */
8375
8377
  distinct?: ProtocolScalarFieldEnum | ProtocolScalarFieldEnum[]
8378
+ relationLoadStrategy?: RelationLoadStrategy
8376
8379
  }
8377
8380
 
8378
8381
  /**
@@ -8421,6 +8424,7 @@ export namespace Prisma {
8421
8424
  * Filter by unique combinations of Protocols.
8422
8425
  */
8423
8426
  distinct?: ProtocolScalarFieldEnum | ProtocolScalarFieldEnum[]
8427
+ relationLoadStrategy?: RelationLoadStrategy
8424
8428
  }
8425
8429
 
8426
8430
  /**
@@ -8464,6 +8468,7 @@ export namespace Prisma {
8464
8468
  */
8465
8469
  skip?: number
8466
8470
  distinct?: ProtocolScalarFieldEnum | ProtocolScalarFieldEnum[]
8471
+ relationLoadStrategy?: RelationLoadStrategy
8467
8472
  }
8468
8473
 
8469
8474
  /**
@@ -8482,6 +8487,7 @@ export namespace Prisma {
8482
8487
  * The data needed to create a Protocol.
8483
8488
  */
8484
8489
  data: XOR<ProtocolCreateInput, ProtocolUncheckedCreateInput>
8490
+ relationLoadStrategy?: RelationLoadStrategy
8485
8491
  }
8486
8492
 
8487
8493
  /**
@@ -8530,6 +8536,7 @@ export namespace Prisma {
8530
8536
  * Choose, which Protocol to update.
8531
8537
  */
8532
8538
  where: ProtocolWhereUniqueInput
8539
+ relationLoadStrategy?: RelationLoadStrategy
8533
8540
  }
8534
8541
 
8535
8542
  /**
@@ -8570,6 +8577,7 @@ export namespace Prisma {
8570
8577
  * In case the Protocol was found with the provided `where` argument, update it with this data.
8571
8578
  */
8572
8579
  update: XOR<ProtocolUpdateInput, ProtocolUncheckedUpdateInput>
8580
+ relationLoadStrategy?: RelationLoadStrategy
8573
8581
  }
8574
8582
 
8575
8583
  /**
@@ -8588,6 +8596,7 @@ export namespace Prisma {
8588
8596
  * Filter which Protocol to delete.
8589
8597
  */
8590
8598
  where: ProtocolWhereUniqueInput
8599
+ relationLoadStrategy?: RelationLoadStrategy
8591
8600
  }
8592
8601
 
8593
8602
  /**
@@ -8987,7 +8996,7 @@ export namespace Prisma {
8987
8996
  type TokenGetPayload<S extends boolean | null | undefined | TokenDefaultArgs> = $Result.GetResult<Prisma.$TokenPayload, S>
8988
8997
 
8989
8998
  type TokenCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
8990
- Omit<TokenFindManyArgs, 'select' | 'include' | 'distinct'> & {
8999
+ Omit<TokenFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
8991
9000
  select?: TokenCountAggregateInputType | true
8992
9001
  }
8993
9002
 
@@ -9408,6 +9417,7 @@ export namespace Prisma {
9408
9417
  * Filter, which Token to fetch.
9409
9418
  */
9410
9419
  where: TokenWhereUniqueInput
9420
+ relationLoadStrategy?: RelationLoadStrategy
9411
9421
  }
9412
9422
 
9413
9423
  /**
@@ -9426,6 +9436,7 @@ export namespace Prisma {
9426
9436
  * Filter, which Token to fetch.
9427
9437
  */
9428
9438
  where: TokenWhereUniqueInput
9439
+ relationLoadStrategy?: RelationLoadStrategy
9429
9440
  }
9430
9441
 
9431
9442
  /**
@@ -9474,6 +9485,7 @@ export namespace Prisma {
9474
9485
  * Filter by unique combinations of Tokens.
9475
9486
  */
9476
9487
  distinct?: TokenScalarFieldEnum | TokenScalarFieldEnum[]
9488
+ relationLoadStrategy?: RelationLoadStrategy
9477
9489
  }
9478
9490
 
9479
9491
  /**
@@ -9522,6 +9534,7 @@ export namespace Prisma {
9522
9534
  * Filter by unique combinations of Tokens.
9523
9535
  */
9524
9536
  distinct?: TokenScalarFieldEnum | TokenScalarFieldEnum[]
9537
+ relationLoadStrategy?: RelationLoadStrategy
9525
9538
  }
9526
9539
 
9527
9540
  /**
@@ -9565,6 +9578,7 @@ export namespace Prisma {
9565
9578
  */
9566
9579
  skip?: number
9567
9580
  distinct?: TokenScalarFieldEnum | TokenScalarFieldEnum[]
9581
+ relationLoadStrategy?: RelationLoadStrategy
9568
9582
  }
9569
9583
 
9570
9584
  /**
@@ -9583,6 +9597,7 @@ export namespace Prisma {
9583
9597
  * The data needed to create a Token.
9584
9598
  */
9585
9599
  data: XOR<TokenCreateInput, TokenUncheckedCreateInput>
9600
+ relationLoadStrategy?: RelationLoadStrategy
9586
9601
  }
9587
9602
 
9588
9603
  /**
@@ -9635,6 +9650,7 @@ export namespace Prisma {
9635
9650
  * Choose, which Token to update.
9636
9651
  */
9637
9652
  where: TokenWhereUniqueInput
9653
+ relationLoadStrategy?: RelationLoadStrategy
9638
9654
  }
9639
9655
 
9640
9656
  /**
@@ -9675,6 +9691,7 @@ export namespace Prisma {
9675
9691
  * In case the Token was found with the provided `where` argument, update it with this data.
9676
9692
  */
9677
9693
  update: XOR<TokenUpdateInput, TokenUncheckedUpdateInput>
9694
+ relationLoadStrategy?: RelationLoadStrategy
9678
9695
  }
9679
9696
 
9680
9697
  /**
@@ -9693,6 +9710,7 @@ export namespace Prisma {
9693
9710
  * Filter which Token to delete.
9694
9711
  */
9695
9712
  where: TokenWhereUniqueInput
9713
+ relationLoadStrategy?: RelationLoadStrategy
9696
9714
  }
9697
9715
 
9698
9716
  /**
@@ -10061,7 +10079,7 @@ export namespace Prisma {
10061
10079
  type AprRecordGetPayload<S extends boolean | null | undefined | AprRecordDefaultArgs> = $Result.GetResult<Prisma.$AprRecordPayload, S>
10062
10080
 
10063
10081
  type AprRecordCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
10064
- Omit<AprRecordFindManyArgs, 'select' | 'include' | 'distinct'> & {
10082
+ Omit<AprRecordFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
10065
10083
  select?: AprRecordCountAggregateInputType | true
10066
10084
  }
10067
10085
 
@@ -10473,6 +10491,7 @@ export namespace Prisma {
10473
10491
  * Filter, which AprRecord to fetch.
10474
10492
  */
10475
10493
  where: AprRecordWhereUniqueInput
10494
+ relationLoadStrategy?: RelationLoadStrategy
10476
10495
  }
10477
10496
 
10478
10497
  /**
@@ -10491,6 +10510,7 @@ export namespace Prisma {
10491
10510
  * Filter, which AprRecord to fetch.
10492
10511
  */
10493
10512
  where: AprRecordWhereUniqueInput
10513
+ relationLoadStrategy?: RelationLoadStrategy
10494
10514
  }
10495
10515
 
10496
10516
  /**
@@ -10539,6 +10559,7 @@ export namespace Prisma {
10539
10559
  * Filter by unique combinations of AprRecords.
10540
10560
  */
10541
10561
  distinct?: AprRecordScalarFieldEnum | AprRecordScalarFieldEnum[]
10562
+ relationLoadStrategy?: RelationLoadStrategy
10542
10563
  }
10543
10564
 
10544
10565
  /**
@@ -10587,6 +10608,7 @@ export namespace Prisma {
10587
10608
  * Filter by unique combinations of AprRecords.
10588
10609
  */
10589
10610
  distinct?: AprRecordScalarFieldEnum | AprRecordScalarFieldEnum[]
10611
+ relationLoadStrategy?: RelationLoadStrategy
10590
10612
  }
10591
10613
 
10592
10614
  /**
@@ -10630,6 +10652,7 @@ export namespace Prisma {
10630
10652
  */
10631
10653
  skip?: number
10632
10654
  distinct?: AprRecordScalarFieldEnum | AprRecordScalarFieldEnum[]
10655
+ relationLoadStrategy?: RelationLoadStrategy
10633
10656
  }
10634
10657
 
10635
10658
  /**
@@ -10648,6 +10671,7 @@ export namespace Prisma {
10648
10671
  * The data needed to create a AprRecord.
10649
10672
  */
10650
10673
  data: XOR<AprRecordCreateInput, AprRecordUncheckedCreateInput>
10674
+ relationLoadStrategy?: RelationLoadStrategy
10651
10675
  }
10652
10676
 
10653
10677
  /**
@@ -10700,6 +10724,7 @@ export namespace Prisma {
10700
10724
  * Choose, which AprRecord to update.
10701
10725
  */
10702
10726
  where: AprRecordWhereUniqueInput
10727
+ relationLoadStrategy?: RelationLoadStrategy
10703
10728
  }
10704
10729
 
10705
10730
  /**
@@ -10740,6 +10765,7 @@ export namespace Prisma {
10740
10765
  * In case the AprRecord was found with the provided `where` argument, update it with this data.
10741
10766
  */
10742
10767
  update: XOR<AprRecordUpdateInput, AprRecordUncheckedUpdateInput>
10768
+ relationLoadStrategy?: RelationLoadStrategy
10743
10769
  }
10744
10770
 
10745
10771
  /**
@@ -10758,6 +10784,7 @@ export namespace Prisma {
10758
10784
  * Filter which AprRecord to delete.
10759
10785
  */
10760
10786
  where: AprRecordWhereUniqueInput
10787
+ relationLoadStrategy?: RelationLoadStrategy
10761
10788
  }
10762
10789
 
10763
10790
  /**
@@ -11052,7 +11079,7 @@ export namespace Prisma {
11052
11079
  type AprBreakdownGetPayload<S extends boolean | null | undefined | AprBreakdownDefaultArgs> = $Result.GetResult<Prisma.$AprBreakdownPayload, S>
11053
11080
 
11054
11081
  type AprBreakdownCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
11055
- Omit<AprBreakdownFindManyArgs, 'select' | 'include' | 'distinct'> & {
11082
+ Omit<AprBreakdownFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
11056
11083
  select?: AprBreakdownCountAggregateInputType | true
11057
11084
  }
11058
11085
 
@@ -11464,6 +11491,7 @@ export namespace Prisma {
11464
11491
  * Filter, which AprBreakdown to fetch.
11465
11492
  */
11466
11493
  where: AprBreakdownWhereUniqueInput
11494
+ relationLoadStrategy?: RelationLoadStrategy
11467
11495
  }
11468
11496
 
11469
11497
  /**
@@ -11482,6 +11510,7 @@ export namespace Prisma {
11482
11510
  * Filter, which AprBreakdown to fetch.
11483
11511
  */
11484
11512
  where: AprBreakdownWhereUniqueInput
11513
+ relationLoadStrategy?: RelationLoadStrategy
11485
11514
  }
11486
11515
 
11487
11516
  /**
@@ -11530,6 +11559,7 @@ export namespace Prisma {
11530
11559
  * Filter by unique combinations of AprBreakdowns.
11531
11560
  */
11532
11561
  distinct?: AprBreakdownScalarFieldEnum | AprBreakdownScalarFieldEnum[]
11562
+ relationLoadStrategy?: RelationLoadStrategy
11533
11563
  }
11534
11564
 
11535
11565
  /**
@@ -11578,6 +11608,7 @@ export namespace Prisma {
11578
11608
  * Filter by unique combinations of AprBreakdowns.
11579
11609
  */
11580
11610
  distinct?: AprBreakdownScalarFieldEnum | AprBreakdownScalarFieldEnum[]
11611
+ relationLoadStrategy?: RelationLoadStrategy
11581
11612
  }
11582
11613
 
11583
11614
  /**
@@ -11621,6 +11652,7 @@ export namespace Prisma {
11621
11652
  */
11622
11653
  skip?: number
11623
11654
  distinct?: AprBreakdownScalarFieldEnum | AprBreakdownScalarFieldEnum[]
11655
+ relationLoadStrategy?: RelationLoadStrategy
11624
11656
  }
11625
11657
 
11626
11658
  /**
@@ -11639,6 +11671,7 @@ export namespace Prisma {
11639
11671
  * The data needed to create a AprBreakdown.
11640
11672
  */
11641
11673
  data: XOR<AprBreakdownCreateInput, AprBreakdownUncheckedCreateInput>
11674
+ relationLoadStrategy?: RelationLoadStrategy
11642
11675
  }
11643
11676
 
11644
11677
  /**
@@ -11691,6 +11724,7 @@ export namespace Prisma {
11691
11724
  * Choose, which AprBreakdown to update.
11692
11725
  */
11693
11726
  where: AprBreakdownWhereUniqueInput
11727
+ relationLoadStrategy?: RelationLoadStrategy
11694
11728
  }
11695
11729
 
11696
11730
  /**
@@ -11731,6 +11765,7 @@ export namespace Prisma {
11731
11765
  * In case the AprBreakdown was found with the provided `where` argument, update it with this data.
11732
11766
  */
11733
11767
  update: XOR<AprBreakdownUpdateInput, AprBreakdownUncheckedUpdateInput>
11768
+ relationLoadStrategy?: RelationLoadStrategy
11734
11769
  }
11735
11770
 
11736
11771
  /**
@@ -11749,6 +11784,7 @@ export namespace Prisma {
11749
11784
  * Filter which AprBreakdown to delete.
11750
11785
  */
11751
11786
  where: AprBreakdownWhereUniqueInput
11787
+ relationLoadStrategy?: RelationLoadStrategy
11752
11788
  }
11753
11789
 
11754
11790
  /**
@@ -12017,7 +12053,7 @@ export namespace Prisma {
12017
12053
  type TVLRecordGetPayload<S extends boolean | null | undefined | TVLRecordDefaultArgs> = $Result.GetResult<Prisma.$TVLRecordPayload, S>
12018
12054
 
12019
12055
  type TVLRecordCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
12020
- Omit<TVLRecordFindManyArgs, 'select' | 'include' | 'distinct'> & {
12056
+ Omit<TVLRecordFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
12021
12057
  select?: TVLRecordCountAggregateInputType | true
12022
12058
  }
12023
12059
 
@@ -12429,6 +12465,7 @@ export namespace Prisma {
12429
12465
  * Filter, which TVLRecord to fetch.
12430
12466
  */
12431
12467
  where: TVLRecordWhereUniqueInput
12468
+ relationLoadStrategy?: RelationLoadStrategy
12432
12469
  }
12433
12470
 
12434
12471
  /**
@@ -12447,6 +12484,7 @@ export namespace Prisma {
12447
12484
  * Filter, which TVLRecord to fetch.
12448
12485
  */
12449
12486
  where: TVLRecordWhereUniqueInput
12487
+ relationLoadStrategy?: RelationLoadStrategy
12450
12488
  }
12451
12489
 
12452
12490
  /**
@@ -12495,6 +12533,7 @@ export namespace Prisma {
12495
12533
  * Filter by unique combinations of TVLRecords.
12496
12534
  */
12497
12535
  distinct?: TVLRecordScalarFieldEnum | TVLRecordScalarFieldEnum[]
12536
+ relationLoadStrategy?: RelationLoadStrategy
12498
12537
  }
12499
12538
 
12500
12539
  /**
@@ -12543,6 +12582,7 @@ export namespace Prisma {
12543
12582
  * Filter by unique combinations of TVLRecords.
12544
12583
  */
12545
12584
  distinct?: TVLRecordScalarFieldEnum | TVLRecordScalarFieldEnum[]
12585
+ relationLoadStrategy?: RelationLoadStrategy
12546
12586
  }
12547
12587
 
12548
12588
  /**
@@ -12586,6 +12626,7 @@ export namespace Prisma {
12586
12626
  */
12587
12627
  skip?: number
12588
12628
  distinct?: TVLRecordScalarFieldEnum | TVLRecordScalarFieldEnum[]
12629
+ relationLoadStrategy?: RelationLoadStrategy
12589
12630
  }
12590
12631
 
12591
12632
  /**
@@ -12604,6 +12645,7 @@ export namespace Prisma {
12604
12645
  * The data needed to create a TVLRecord.
12605
12646
  */
12606
12647
  data: XOR<TVLRecordCreateInput, TVLRecordUncheckedCreateInput>
12648
+ relationLoadStrategy?: RelationLoadStrategy
12607
12649
  }
12608
12650
 
12609
12651
  /**
@@ -12656,6 +12698,7 @@ export namespace Prisma {
12656
12698
  * Choose, which TVLRecord to update.
12657
12699
  */
12658
12700
  where: TVLRecordWhereUniqueInput
12701
+ relationLoadStrategy?: RelationLoadStrategy
12659
12702
  }
12660
12703
 
12661
12704
  /**
@@ -12696,6 +12739,7 @@ export namespace Prisma {
12696
12739
  * In case the TVLRecord was found with the provided `where` argument, update it with this data.
12697
12740
  */
12698
12741
  update: XOR<TVLRecordUpdateInput, TVLRecordUncheckedUpdateInput>
12742
+ relationLoadStrategy?: RelationLoadStrategy
12699
12743
  }
12700
12744
 
12701
12745
  /**
@@ -12714,6 +12758,7 @@ export namespace Prisma {
12714
12758
  * Filter which TVLRecord to delete.
12715
12759
  */
12716
12760
  where: TVLRecordWhereUniqueInput
12761
+ relationLoadStrategy?: RelationLoadStrategy
12717
12762
  }
12718
12763
 
12719
12764
  /**
@@ -13008,7 +13053,7 @@ export namespace Prisma {
13008
13053
  type TVLBreakdownGetPayload<S extends boolean | null | undefined | TVLBreakdownDefaultArgs> = $Result.GetResult<Prisma.$TVLBreakdownPayload, S>
13009
13054
 
13010
13055
  type TVLBreakdownCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
13011
- Omit<TVLBreakdownFindManyArgs, 'select' | 'include' | 'distinct'> & {
13056
+ Omit<TVLBreakdownFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
13012
13057
  select?: TVLBreakdownCountAggregateInputType | true
13013
13058
  }
13014
13059
 
@@ -13420,6 +13465,7 @@ export namespace Prisma {
13420
13465
  * Filter, which TVLBreakdown to fetch.
13421
13466
  */
13422
13467
  where: TVLBreakdownWhereUniqueInput
13468
+ relationLoadStrategy?: RelationLoadStrategy
13423
13469
  }
13424
13470
 
13425
13471
  /**
@@ -13438,6 +13484,7 @@ export namespace Prisma {
13438
13484
  * Filter, which TVLBreakdown to fetch.
13439
13485
  */
13440
13486
  where: TVLBreakdownWhereUniqueInput
13487
+ relationLoadStrategy?: RelationLoadStrategy
13441
13488
  }
13442
13489
 
13443
13490
  /**
@@ -13486,6 +13533,7 @@ export namespace Prisma {
13486
13533
  * Filter by unique combinations of TVLBreakdowns.
13487
13534
  */
13488
13535
  distinct?: TVLBreakdownScalarFieldEnum | TVLBreakdownScalarFieldEnum[]
13536
+ relationLoadStrategy?: RelationLoadStrategy
13489
13537
  }
13490
13538
 
13491
13539
  /**
@@ -13534,6 +13582,7 @@ export namespace Prisma {
13534
13582
  * Filter by unique combinations of TVLBreakdowns.
13535
13583
  */
13536
13584
  distinct?: TVLBreakdownScalarFieldEnum | TVLBreakdownScalarFieldEnum[]
13585
+ relationLoadStrategy?: RelationLoadStrategy
13537
13586
  }
13538
13587
 
13539
13588
  /**
@@ -13577,6 +13626,7 @@ export namespace Prisma {
13577
13626
  */
13578
13627
  skip?: number
13579
13628
  distinct?: TVLBreakdownScalarFieldEnum | TVLBreakdownScalarFieldEnum[]
13629
+ relationLoadStrategy?: RelationLoadStrategy
13580
13630
  }
13581
13631
 
13582
13632
  /**
@@ -13595,6 +13645,7 @@ export namespace Prisma {
13595
13645
  * The data needed to create a TVLBreakdown.
13596
13646
  */
13597
13647
  data: XOR<TVLBreakdownCreateInput, TVLBreakdownUncheckedCreateInput>
13648
+ relationLoadStrategy?: RelationLoadStrategy
13598
13649
  }
13599
13650
 
13600
13651
  /**
@@ -13647,6 +13698,7 @@ export namespace Prisma {
13647
13698
  * Choose, which TVLBreakdown to update.
13648
13699
  */
13649
13700
  where: TVLBreakdownWhereUniqueInput
13701
+ relationLoadStrategy?: RelationLoadStrategy
13650
13702
  }
13651
13703
 
13652
13704
  /**
@@ -13687,6 +13739,7 @@ export namespace Prisma {
13687
13739
  * In case the TVLBreakdown was found with the provided `where` argument, update it with this data.
13688
13740
  */
13689
13741
  update: XOR<TVLBreakdownUpdateInput, TVLBreakdownUncheckedUpdateInput>
13742
+ relationLoadStrategy?: RelationLoadStrategy
13690
13743
  }
13691
13744
 
13692
13745
  /**
@@ -13705,6 +13758,7 @@ export namespace Prisma {
13705
13758
  * Filter which TVLBreakdown to delete.
13706
13759
  */
13707
13760
  where: TVLBreakdownWhereUniqueInput
13761
+ relationLoadStrategy?: RelationLoadStrategy
13708
13762
  }
13709
13763
 
13710
13764
  /**
@@ -13973,7 +14027,7 @@ export namespace Prisma {
13973
14027
  type DailyRewardsRecordGetPayload<S extends boolean | null | undefined | DailyRewardsRecordDefaultArgs> = $Result.GetResult<Prisma.$DailyRewardsRecordPayload, S>
13974
14028
 
13975
14029
  type DailyRewardsRecordCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
13976
- Omit<DailyRewardsRecordFindManyArgs, 'select' | 'include' | 'distinct'> & {
14030
+ Omit<DailyRewardsRecordFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
13977
14031
  select?: DailyRewardsRecordCountAggregateInputType | true
13978
14032
  }
13979
14033
 
@@ -14385,6 +14439,7 @@ export namespace Prisma {
14385
14439
  * Filter, which DailyRewardsRecord to fetch.
14386
14440
  */
14387
14441
  where: DailyRewardsRecordWhereUniqueInput
14442
+ relationLoadStrategy?: RelationLoadStrategy
14388
14443
  }
14389
14444
 
14390
14445
  /**
@@ -14403,6 +14458,7 @@ export namespace Prisma {
14403
14458
  * Filter, which DailyRewardsRecord to fetch.
14404
14459
  */
14405
14460
  where: DailyRewardsRecordWhereUniqueInput
14461
+ relationLoadStrategy?: RelationLoadStrategy
14406
14462
  }
14407
14463
 
14408
14464
  /**
@@ -14451,6 +14507,7 @@ export namespace Prisma {
14451
14507
  * Filter by unique combinations of DailyRewardsRecords.
14452
14508
  */
14453
14509
  distinct?: DailyRewardsRecordScalarFieldEnum | DailyRewardsRecordScalarFieldEnum[]
14510
+ relationLoadStrategy?: RelationLoadStrategy
14454
14511
  }
14455
14512
 
14456
14513
  /**
@@ -14499,6 +14556,7 @@ export namespace Prisma {
14499
14556
  * Filter by unique combinations of DailyRewardsRecords.
14500
14557
  */
14501
14558
  distinct?: DailyRewardsRecordScalarFieldEnum | DailyRewardsRecordScalarFieldEnum[]
14559
+ relationLoadStrategy?: RelationLoadStrategy
14502
14560
  }
14503
14561
 
14504
14562
  /**
@@ -14542,6 +14600,7 @@ export namespace Prisma {
14542
14600
  */
14543
14601
  skip?: number
14544
14602
  distinct?: DailyRewardsRecordScalarFieldEnum | DailyRewardsRecordScalarFieldEnum[]
14603
+ relationLoadStrategy?: RelationLoadStrategy
14545
14604
  }
14546
14605
 
14547
14606
  /**
@@ -14560,6 +14619,7 @@ export namespace Prisma {
14560
14619
  * The data needed to create a DailyRewardsRecord.
14561
14620
  */
14562
14621
  data: XOR<DailyRewardsRecordCreateInput, DailyRewardsRecordUncheckedCreateInput>
14622
+ relationLoadStrategy?: RelationLoadStrategy
14563
14623
  }
14564
14624
 
14565
14625
  /**
@@ -14612,6 +14672,7 @@ export namespace Prisma {
14612
14672
  * Choose, which DailyRewardsRecord to update.
14613
14673
  */
14614
14674
  where: DailyRewardsRecordWhereUniqueInput
14675
+ relationLoadStrategy?: RelationLoadStrategy
14615
14676
  }
14616
14677
 
14617
14678
  /**
@@ -14652,6 +14713,7 @@ export namespace Prisma {
14652
14713
  * In case the DailyRewardsRecord was found with the provided `where` argument, update it with this data.
14653
14714
  */
14654
14715
  update: XOR<DailyRewardsRecordUpdateInput, DailyRewardsRecordUncheckedUpdateInput>
14716
+ relationLoadStrategy?: RelationLoadStrategy
14655
14717
  }
14656
14718
 
14657
14719
  /**
@@ -14670,6 +14732,7 @@ export namespace Prisma {
14670
14732
  * Filter which DailyRewardsRecord to delete.
14671
14733
  */
14672
14734
  where: DailyRewardsRecordWhereUniqueInput
14735
+ relationLoadStrategy?: RelationLoadStrategy
14673
14736
  }
14674
14737
 
14675
14738
  /**
@@ -14958,7 +15021,7 @@ export namespace Prisma {
14958
15021
  type DailyRewardsBreakdownGetPayload<S extends boolean | null | undefined | DailyRewardsBreakdownDefaultArgs> = $Result.GetResult<Prisma.$DailyRewardsBreakdownPayload, S>
14959
15022
 
14960
15023
  type DailyRewardsBreakdownCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
14961
- Omit<DailyRewardsBreakdownFindManyArgs, 'select' | 'include' | 'distinct'> & {
15024
+ Omit<DailyRewardsBreakdownFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
14962
15025
  select?: DailyRewardsBreakdownCountAggregateInputType | true
14963
15026
  }
14964
15027
 
@@ -15370,6 +15433,7 @@ export namespace Prisma {
15370
15433
  * Filter, which DailyRewardsBreakdown to fetch.
15371
15434
  */
15372
15435
  where: DailyRewardsBreakdownWhereUniqueInput
15436
+ relationLoadStrategy?: RelationLoadStrategy
15373
15437
  }
15374
15438
 
15375
15439
  /**
@@ -15388,6 +15452,7 @@ export namespace Prisma {
15388
15452
  * Filter, which DailyRewardsBreakdown to fetch.
15389
15453
  */
15390
15454
  where: DailyRewardsBreakdownWhereUniqueInput
15455
+ relationLoadStrategy?: RelationLoadStrategy
15391
15456
  }
15392
15457
 
15393
15458
  /**
@@ -15436,6 +15501,7 @@ export namespace Prisma {
15436
15501
  * Filter by unique combinations of DailyRewardsBreakdowns.
15437
15502
  */
15438
15503
  distinct?: DailyRewardsBreakdownScalarFieldEnum | DailyRewardsBreakdownScalarFieldEnum[]
15504
+ relationLoadStrategy?: RelationLoadStrategy
15439
15505
  }
15440
15506
 
15441
15507
  /**
@@ -15484,6 +15550,7 @@ export namespace Prisma {
15484
15550
  * Filter by unique combinations of DailyRewardsBreakdowns.
15485
15551
  */
15486
15552
  distinct?: DailyRewardsBreakdownScalarFieldEnum | DailyRewardsBreakdownScalarFieldEnum[]
15553
+ relationLoadStrategy?: RelationLoadStrategy
15487
15554
  }
15488
15555
 
15489
15556
  /**
@@ -15527,6 +15594,7 @@ export namespace Prisma {
15527
15594
  */
15528
15595
  skip?: number
15529
15596
  distinct?: DailyRewardsBreakdownScalarFieldEnum | DailyRewardsBreakdownScalarFieldEnum[]
15597
+ relationLoadStrategy?: RelationLoadStrategy
15530
15598
  }
15531
15599
 
15532
15600
  /**
@@ -15545,6 +15613,7 @@ export namespace Prisma {
15545
15613
  * The data needed to create a DailyRewardsBreakdown.
15546
15614
  */
15547
15615
  data: XOR<DailyRewardsBreakdownCreateInput, DailyRewardsBreakdownUncheckedCreateInput>
15616
+ relationLoadStrategy?: RelationLoadStrategy
15548
15617
  }
15549
15618
 
15550
15619
  /**
@@ -15597,6 +15666,7 @@ export namespace Prisma {
15597
15666
  * Choose, which DailyRewardsBreakdown to update.
15598
15667
  */
15599
15668
  where: DailyRewardsBreakdownWhereUniqueInput
15669
+ relationLoadStrategy?: RelationLoadStrategy
15600
15670
  }
15601
15671
 
15602
15672
  /**
@@ -15637,6 +15707,7 @@ export namespace Prisma {
15637
15707
  * In case the DailyRewardsBreakdown was found with the provided `where` argument, update it with this data.
15638
15708
  */
15639
15709
  update: XOR<DailyRewardsBreakdownUpdateInput, DailyRewardsBreakdownUncheckedUpdateInput>
15710
+ relationLoadStrategy?: RelationLoadStrategy
15640
15711
  }
15641
15712
 
15642
15713
  /**
@@ -15655,6 +15726,7 @@ export namespace Prisma {
15655
15726
  * Filter which DailyRewardsBreakdown to delete.
15656
15727
  */
15657
15728
  where: DailyRewardsBreakdownWhereUniqueInput
15729
+ relationLoadStrategy?: RelationLoadStrategy
15658
15730
  }
15659
15731
 
15660
15732
  /**
@@ -15859,7 +15931,7 @@ export namespace Prisma {
15859
15931
  type UserGetPayload<S extends boolean | null | undefined | UserDefaultArgs> = $Result.GetResult<Prisma.$UserPayload, S>
15860
15932
 
15861
15933
  type UserCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
15862
- Omit<UserFindManyArgs, 'select' | 'include' | 'distinct'> & {
15934
+ Omit<UserFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
15863
15935
  select?: UserCountAggregateInputType | true
15864
15936
  }
15865
15937
 
@@ -16270,6 +16342,7 @@ export namespace Prisma {
16270
16342
  * Filter, which User to fetch.
16271
16343
  */
16272
16344
  where: UserWhereUniqueInput
16345
+ relationLoadStrategy?: RelationLoadStrategy
16273
16346
  }
16274
16347
 
16275
16348
  /**
@@ -16288,6 +16361,7 @@ export namespace Prisma {
16288
16361
  * Filter, which User to fetch.
16289
16362
  */
16290
16363
  where: UserWhereUniqueInput
16364
+ relationLoadStrategy?: RelationLoadStrategy
16291
16365
  }
16292
16366
 
16293
16367
  /**
@@ -16336,6 +16410,7 @@ export namespace Prisma {
16336
16410
  * Filter by unique combinations of Users.
16337
16411
  */
16338
16412
  distinct?: UserScalarFieldEnum | UserScalarFieldEnum[]
16413
+ relationLoadStrategy?: RelationLoadStrategy
16339
16414
  }
16340
16415
 
16341
16416
  /**
@@ -16384,6 +16459,7 @@ export namespace Prisma {
16384
16459
  * Filter by unique combinations of Users.
16385
16460
  */
16386
16461
  distinct?: UserScalarFieldEnum | UserScalarFieldEnum[]
16462
+ relationLoadStrategy?: RelationLoadStrategy
16387
16463
  }
16388
16464
 
16389
16465
  /**
@@ -16427,6 +16503,7 @@ export namespace Prisma {
16427
16503
  */
16428
16504
  skip?: number
16429
16505
  distinct?: UserScalarFieldEnum | UserScalarFieldEnum[]
16506
+ relationLoadStrategy?: RelationLoadStrategy
16430
16507
  }
16431
16508
 
16432
16509
  /**
@@ -16445,6 +16522,7 @@ export namespace Prisma {
16445
16522
  * The data needed to create a User.
16446
16523
  */
16447
16524
  data: XOR<UserCreateInput, UserUncheckedCreateInput>
16525
+ relationLoadStrategy?: RelationLoadStrategy
16448
16526
  }
16449
16527
 
16450
16528
  /**
@@ -16493,6 +16571,7 @@ export namespace Prisma {
16493
16571
  * Choose, which User to update.
16494
16572
  */
16495
16573
  where: UserWhereUniqueInput
16574
+ relationLoadStrategy?: RelationLoadStrategy
16496
16575
  }
16497
16576
 
16498
16577
  /**
@@ -16533,6 +16612,7 @@ export namespace Prisma {
16533
16612
  * In case the User was found with the provided `where` argument, update it with this data.
16534
16613
  */
16535
16614
  update: XOR<UserUpdateInput, UserUncheckedUpdateInput>
16615
+ relationLoadStrategy?: RelationLoadStrategy
16536
16616
  }
16537
16617
 
16538
16618
  /**
@@ -16551,6 +16631,7 @@ export namespace Prisma {
16551
16631
  * Filter which User to delete.
16552
16632
  */
16553
16633
  where: UserWhereUniqueInput
16634
+ relationLoadStrategy?: RelationLoadStrategy
16554
16635
  }
16555
16636
 
16556
16637
  /**
@@ -16858,7 +16939,7 @@ export namespace Prisma {
16858
16939
  type RewardGetPayload<S extends boolean | null | undefined | RewardDefaultArgs> = $Result.GetResult<Prisma.$RewardPayload, S>
16859
16940
 
16860
16941
  type RewardCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
16861
- Omit<RewardFindManyArgs, 'select' | 'include' | 'distinct'> & {
16942
+ Omit<RewardFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
16862
16943
  select?: RewardCountAggregateInputType | true
16863
16944
  }
16864
16945
 
@@ -17273,6 +17354,7 @@ export namespace Prisma {
17273
17354
  * Filter, which Reward to fetch.
17274
17355
  */
17275
17356
  where: RewardWhereUniqueInput
17357
+ relationLoadStrategy?: RelationLoadStrategy
17276
17358
  }
17277
17359
 
17278
17360
  /**
@@ -17291,6 +17373,7 @@ export namespace Prisma {
17291
17373
  * Filter, which Reward to fetch.
17292
17374
  */
17293
17375
  where: RewardWhereUniqueInput
17376
+ relationLoadStrategy?: RelationLoadStrategy
17294
17377
  }
17295
17378
 
17296
17379
  /**
@@ -17339,6 +17422,7 @@ export namespace Prisma {
17339
17422
  * Filter by unique combinations of Rewards.
17340
17423
  */
17341
17424
  distinct?: RewardScalarFieldEnum | RewardScalarFieldEnum[]
17425
+ relationLoadStrategy?: RelationLoadStrategy
17342
17426
  }
17343
17427
 
17344
17428
  /**
@@ -17387,6 +17471,7 @@ export namespace Prisma {
17387
17471
  * Filter by unique combinations of Rewards.
17388
17472
  */
17389
17473
  distinct?: RewardScalarFieldEnum | RewardScalarFieldEnum[]
17474
+ relationLoadStrategy?: RelationLoadStrategy
17390
17475
  }
17391
17476
 
17392
17477
  /**
@@ -17430,6 +17515,7 @@ export namespace Prisma {
17430
17515
  */
17431
17516
  skip?: number
17432
17517
  distinct?: RewardScalarFieldEnum | RewardScalarFieldEnum[]
17518
+ relationLoadStrategy?: RelationLoadStrategy
17433
17519
  }
17434
17520
 
17435
17521
  /**
@@ -17448,6 +17534,7 @@ export namespace Prisma {
17448
17534
  * The data needed to create a Reward.
17449
17535
  */
17450
17536
  data: XOR<RewardCreateInput, RewardUncheckedCreateInput>
17537
+ relationLoadStrategy?: RelationLoadStrategy
17451
17538
  }
17452
17539
 
17453
17540
  /**
@@ -17500,6 +17587,7 @@ export namespace Prisma {
17500
17587
  * Choose, which Reward to update.
17501
17588
  */
17502
17589
  where: RewardWhereUniqueInput
17590
+ relationLoadStrategy?: RelationLoadStrategy
17503
17591
  }
17504
17592
 
17505
17593
  /**
@@ -17540,6 +17628,7 @@ export namespace Prisma {
17540
17628
  * In case the Reward was found with the provided `where` argument, update it with this data.
17541
17629
  */
17542
17630
  update: XOR<RewardUpdateInput, RewardUncheckedUpdateInput>
17631
+ relationLoadStrategy?: RelationLoadStrategy
17543
17632
  }
17544
17633
 
17545
17634
  /**
@@ -17558,6 +17647,7 @@ export namespace Prisma {
17558
17647
  * Filter which Reward to delete.
17559
17648
  */
17560
17649
  where: RewardWhereUniqueInput
17650
+ relationLoadStrategy?: RelationLoadStrategy
17561
17651
  }
17562
17652
 
17563
17653
  /**
@@ -17913,7 +18003,7 @@ export namespace Prisma {
17913
18003
  type RewardBreakdownGetPayload<S extends boolean | null | undefined | RewardBreakdownDefaultArgs> = $Result.GetResult<Prisma.$RewardBreakdownPayload, S>
17914
18004
 
17915
18005
  type RewardBreakdownCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
17916
- Omit<RewardBreakdownFindManyArgs, 'select' | 'include' | 'distinct'> & {
18006
+ Omit<RewardBreakdownFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
17917
18007
  select?: RewardBreakdownCountAggregateInputType | true
17918
18008
  }
17919
18009
 
@@ -18332,6 +18422,7 @@ export namespace Prisma {
18332
18422
  * Filter, which RewardBreakdown to fetch.
18333
18423
  */
18334
18424
  where: RewardBreakdownWhereUniqueInput
18425
+ relationLoadStrategy?: RelationLoadStrategy
18335
18426
  }
18336
18427
 
18337
18428
  /**
@@ -18350,6 +18441,7 @@ export namespace Prisma {
18350
18441
  * Filter, which RewardBreakdown to fetch.
18351
18442
  */
18352
18443
  where: RewardBreakdownWhereUniqueInput
18444
+ relationLoadStrategy?: RelationLoadStrategy
18353
18445
  }
18354
18446
 
18355
18447
  /**
@@ -18398,6 +18490,7 @@ export namespace Prisma {
18398
18490
  * Filter by unique combinations of RewardBreakdowns.
18399
18491
  */
18400
18492
  distinct?: RewardBreakdownScalarFieldEnum | RewardBreakdownScalarFieldEnum[]
18493
+ relationLoadStrategy?: RelationLoadStrategy
18401
18494
  }
18402
18495
 
18403
18496
  /**
@@ -18446,6 +18539,7 @@ export namespace Prisma {
18446
18539
  * Filter by unique combinations of RewardBreakdowns.
18447
18540
  */
18448
18541
  distinct?: RewardBreakdownScalarFieldEnum | RewardBreakdownScalarFieldEnum[]
18542
+ relationLoadStrategy?: RelationLoadStrategy
18449
18543
  }
18450
18544
 
18451
18545
  /**
@@ -18489,6 +18583,7 @@ export namespace Prisma {
18489
18583
  */
18490
18584
  skip?: number
18491
18585
  distinct?: RewardBreakdownScalarFieldEnum | RewardBreakdownScalarFieldEnum[]
18586
+ relationLoadStrategy?: RelationLoadStrategy
18492
18587
  }
18493
18588
 
18494
18589
  /**
@@ -18507,6 +18602,7 @@ export namespace Prisma {
18507
18602
  * The data needed to create a RewardBreakdown.
18508
18603
  */
18509
18604
  data: XOR<RewardBreakdownCreateInput, RewardBreakdownUncheckedCreateInput>
18605
+ relationLoadStrategy?: RelationLoadStrategy
18510
18606
  }
18511
18607
 
18512
18608
  /**
@@ -18559,6 +18655,7 @@ export namespace Prisma {
18559
18655
  * Choose, which RewardBreakdown to update.
18560
18656
  */
18561
18657
  where: RewardBreakdownWhereUniqueInput
18658
+ relationLoadStrategy?: RelationLoadStrategy
18562
18659
  }
18563
18660
 
18564
18661
  /**
@@ -18599,6 +18696,7 @@ export namespace Prisma {
18599
18696
  * In case the RewardBreakdown was found with the provided `where` argument, update it with this data.
18600
18697
  */
18601
18698
  update: XOR<RewardBreakdownUpdateInput, RewardBreakdownUncheckedUpdateInput>
18699
+ relationLoadStrategy?: RelationLoadStrategy
18602
18700
  }
18603
18701
 
18604
18702
  /**
@@ -18617,6 +18715,7 @@ export namespace Prisma {
18617
18715
  * Filter which RewardBreakdown to delete.
18618
18716
  */
18619
18717
  where: RewardBreakdownWhereUniqueInput
18718
+ relationLoadStrategy?: RelationLoadStrategy
18620
18719
  }
18621
18720
 
18622
18721
  /**
@@ -18904,7 +19003,7 @@ export namespace Prisma {
18904
19003
  type MerklRootGetPayload<S extends boolean | null | undefined | MerklRootDefaultArgs> = $Result.GetResult<Prisma.$MerklRootPayload, S>
18905
19004
 
18906
19005
  type MerklRootCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
18907
- Omit<MerklRootFindManyArgs, 'select' | 'include' | 'distinct'> & {
19006
+ Omit<MerklRootFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
18908
19007
  select?: MerklRootCountAggregateInputType | true
18909
19008
  }
18910
19009
 
@@ -19316,6 +19415,7 @@ export namespace Prisma {
19316
19415
  * Filter, which MerklRoot to fetch.
19317
19416
  */
19318
19417
  where: MerklRootWhereUniqueInput
19418
+ relationLoadStrategy?: RelationLoadStrategy
19319
19419
  }
19320
19420
 
19321
19421
  /**
@@ -19334,6 +19434,7 @@ export namespace Prisma {
19334
19434
  * Filter, which MerklRoot to fetch.
19335
19435
  */
19336
19436
  where: MerklRootWhereUniqueInput
19437
+ relationLoadStrategy?: RelationLoadStrategy
19337
19438
  }
19338
19439
 
19339
19440
  /**
@@ -19382,6 +19483,7 @@ export namespace Prisma {
19382
19483
  * Filter by unique combinations of MerklRoots.
19383
19484
  */
19384
19485
  distinct?: MerklRootScalarFieldEnum | MerklRootScalarFieldEnum[]
19486
+ relationLoadStrategy?: RelationLoadStrategy
19385
19487
  }
19386
19488
 
19387
19489
  /**
@@ -19430,6 +19532,7 @@ export namespace Prisma {
19430
19532
  * Filter by unique combinations of MerklRoots.
19431
19533
  */
19432
19534
  distinct?: MerklRootScalarFieldEnum | MerklRootScalarFieldEnum[]
19535
+ relationLoadStrategy?: RelationLoadStrategy
19433
19536
  }
19434
19537
 
19435
19538
  /**
@@ -19473,6 +19576,7 @@ export namespace Prisma {
19473
19576
  */
19474
19577
  skip?: number
19475
19578
  distinct?: MerklRootScalarFieldEnum | MerklRootScalarFieldEnum[]
19579
+ relationLoadStrategy?: RelationLoadStrategy
19476
19580
  }
19477
19581
 
19478
19582
  /**
@@ -19491,6 +19595,7 @@ export namespace Prisma {
19491
19595
  * The data needed to create a MerklRoot.
19492
19596
  */
19493
19597
  data: XOR<MerklRootCreateInput, MerklRootUncheckedCreateInput>
19598
+ relationLoadStrategy?: RelationLoadStrategy
19494
19599
  }
19495
19600
 
19496
19601
  /**
@@ -19543,6 +19648,7 @@ export namespace Prisma {
19543
19648
  * Choose, which MerklRoot to update.
19544
19649
  */
19545
19650
  where: MerklRootWhereUniqueInput
19651
+ relationLoadStrategy?: RelationLoadStrategy
19546
19652
  }
19547
19653
 
19548
19654
  /**
@@ -19583,6 +19689,7 @@ export namespace Prisma {
19583
19689
  * In case the MerklRoot was found with the provided `where` argument, update it with this data.
19584
19690
  */
19585
19691
  update: XOR<MerklRootUpdateInput, MerklRootUncheckedUpdateInput>
19692
+ relationLoadStrategy?: RelationLoadStrategy
19586
19693
  }
19587
19694
 
19588
19695
  /**
@@ -19601,6 +19708,7 @@ export namespace Prisma {
19601
19708
  * Filter which MerklRoot to delete.
19602
19709
  */
19603
19710
  where: MerklRootWhereUniqueInput
19711
+ relationLoadStrategy?: RelationLoadStrategy
19604
19712
  }
19605
19713
 
19606
19714
  /**
@@ -19866,7 +19974,7 @@ export namespace Prisma {
19866
19974
  type PriceSourceGetPayload<S extends boolean | null | undefined | PriceSourceDefaultArgs> = $Result.GetResult<Prisma.$PriceSourcePayload, S>
19867
19975
 
19868
19976
  type PriceSourceCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
19869
- Omit<PriceSourceFindManyArgs, 'select' | 'include' | 'distinct'> & {
19977
+ Omit<PriceSourceFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
19870
19978
  select?: PriceSourceCountAggregateInputType | true
19871
19979
  }
19872
19980
 
@@ -20272,6 +20380,7 @@ export namespace Prisma {
20272
20380
  * Filter, which PriceSource to fetch.
20273
20381
  */
20274
20382
  where: PriceSourceWhereUniqueInput
20383
+ relationLoadStrategy?: RelationLoadStrategy
20275
20384
  }
20276
20385
 
20277
20386
  /**
@@ -20286,6 +20395,7 @@ export namespace Prisma {
20286
20395
  * Filter, which PriceSource to fetch.
20287
20396
  */
20288
20397
  where: PriceSourceWhereUniqueInput
20398
+ relationLoadStrategy?: RelationLoadStrategy
20289
20399
  }
20290
20400
 
20291
20401
  /**
@@ -20330,6 +20440,7 @@ export namespace Prisma {
20330
20440
  * Filter by unique combinations of PriceSources.
20331
20441
  */
20332
20442
  distinct?: PriceSourceScalarFieldEnum | PriceSourceScalarFieldEnum[]
20443
+ relationLoadStrategy?: RelationLoadStrategy
20333
20444
  }
20334
20445
 
20335
20446
  /**
@@ -20374,6 +20485,7 @@ export namespace Prisma {
20374
20485
  * Filter by unique combinations of PriceSources.
20375
20486
  */
20376
20487
  distinct?: PriceSourceScalarFieldEnum | PriceSourceScalarFieldEnum[]
20488
+ relationLoadStrategy?: RelationLoadStrategy
20377
20489
  }
20378
20490
 
20379
20491
  /**
@@ -20413,6 +20525,7 @@ export namespace Prisma {
20413
20525
  */
20414
20526
  skip?: number
20415
20527
  distinct?: PriceSourceScalarFieldEnum | PriceSourceScalarFieldEnum[]
20528
+ relationLoadStrategy?: RelationLoadStrategy
20416
20529
  }
20417
20530
 
20418
20531
  /**
@@ -20427,6 +20540,7 @@ export namespace Prisma {
20427
20540
  * The data needed to create a PriceSource.
20428
20541
  */
20429
20542
  data: XOR<PriceSourceCreateInput, PriceSourceUncheckedCreateInput>
20543
+ relationLoadStrategy?: RelationLoadStrategy
20430
20544
  }
20431
20545
 
20432
20546
  /**
@@ -20471,6 +20585,7 @@ export namespace Prisma {
20471
20585
  * Choose, which PriceSource to update.
20472
20586
  */
20473
20587
  where: PriceSourceWhereUniqueInput
20588
+ relationLoadStrategy?: RelationLoadStrategy
20474
20589
  }
20475
20590
 
20476
20591
  /**
@@ -20507,6 +20622,7 @@ export namespace Prisma {
20507
20622
  * In case the PriceSource was found with the provided `where` argument, update it with this data.
20508
20623
  */
20509
20624
  update: XOR<PriceSourceUpdateInput, PriceSourceUncheckedUpdateInput>
20625
+ relationLoadStrategy?: RelationLoadStrategy
20510
20626
  }
20511
20627
 
20512
20628
  /**
@@ -20521,6 +20637,7 @@ export namespace Prisma {
20521
20637
  * Filter which PriceSource to delete.
20522
20638
  */
20523
20639
  where: PriceSourceWhereUniqueInput
20640
+ relationLoadStrategy?: RelationLoadStrategy
20524
20641
  }
20525
20642
 
20526
20643
  /**
@@ -20803,7 +20920,7 @@ export namespace Prisma {
20803
20920
  type BlacklistGetPayload<S extends boolean | null | undefined | BlacklistDefaultArgs> = $Result.GetResult<Prisma.$BlacklistPayload, S>
20804
20921
 
20805
20922
  type BlacklistCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
20806
- Omit<BlacklistFindManyArgs, 'select' | 'include' | 'distinct'> & {
20923
+ Omit<BlacklistFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
20807
20924
  select?: BlacklistCountAggregateInputType | true
20808
20925
  }
20809
20926
 
@@ -21217,6 +21334,7 @@ export namespace Prisma {
21217
21334
  * Filter, which Blacklist to fetch.
21218
21335
  */
21219
21336
  where: BlacklistWhereUniqueInput
21337
+ relationLoadStrategy?: RelationLoadStrategy
21220
21338
  }
21221
21339
 
21222
21340
  /**
@@ -21235,6 +21353,7 @@ export namespace Prisma {
21235
21353
  * Filter, which Blacklist to fetch.
21236
21354
  */
21237
21355
  where: BlacklistWhereUniqueInput
21356
+ relationLoadStrategy?: RelationLoadStrategy
21238
21357
  }
21239
21358
 
21240
21359
  /**
@@ -21283,6 +21402,7 @@ export namespace Prisma {
21283
21402
  * Filter by unique combinations of Blacklists.
21284
21403
  */
21285
21404
  distinct?: BlacklistScalarFieldEnum | BlacklistScalarFieldEnum[]
21405
+ relationLoadStrategy?: RelationLoadStrategy
21286
21406
  }
21287
21407
 
21288
21408
  /**
@@ -21331,6 +21451,7 @@ export namespace Prisma {
21331
21451
  * Filter by unique combinations of Blacklists.
21332
21452
  */
21333
21453
  distinct?: BlacklistScalarFieldEnum | BlacklistScalarFieldEnum[]
21454
+ relationLoadStrategy?: RelationLoadStrategy
21334
21455
  }
21335
21456
 
21336
21457
  /**
@@ -21374,6 +21495,7 @@ export namespace Prisma {
21374
21495
  */
21375
21496
  skip?: number
21376
21497
  distinct?: BlacklistScalarFieldEnum | BlacklistScalarFieldEnum[]
21498
+ relationLoadStrategy?: RelationLoadStrategy
21377
21499
  }
21378
21500
 
21379
21501
  /**
@@ -21392,6 +21514,7 @@ export namespace Prisma {
21392
21514
  * The data needed to create a Blacklist.
21393
21515
  */
21394
21516
  data: XOR<BlacklistCreateInput, BlacklistUncheckedCreateInput>
21517
+ relationLoadStrategy?: RelationLoadStrategy
21395
21518
  }
21396
21519
 
21397
21520
  /**
@@ -21444,6 +21567,7 @@ export namespace Prisma {
21444
21567
  * Choose, which Blacklist to update.
21445
21568
  */
21446
21569
  where: BlacklistWhereUniqueInput
21570
+ relationLoadStrategy?: RelationLoadStrategy
21447
21571
  }
21448
21572
 
21449
21573
  /**
@@ -21484,6 +21608,7 @@ export namespace Prisma {
21484
21608
  * In case the Blacklist was found with the provided `where` argument, update it with this data.
21485
21609
  */
21486
21610
  update: XOR<BlacklistUpdateInput, BlacklistUncheckedUpdateInput>
21611
+ relationLoadStrategy?: RelationLoadStrategy
21487
21612
  }
21488
21613
 
21489
21614
  /**
@@ -21502,6 +21627,7 @@ export namespace Prisma {
21502
21627
  * Filter which Blacklist to delete.
21503
21628
  */
21504
21629
  where: BlacklistWhereUniqueInput
21630
+ relationLoadStrategy?: RelationLoadStrategy
21505
21631
  }
21506
21632
 
21507
21633
  /**
@@ -21841,7 +21967,7 @@ export namespace Prisma {
21841
21967
  type DumpGetPayload<S extends boolean | null | undefined | DumpDefaultArgs> = $Result.GetResult<Prisma.$DumpPayload, S>
21842
21968
 
21843
21969
  type DumpCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
21844
- Omit<DumpFindManyArgs, 'select' | 'include' | 'distinct'> & {
21970
+ Omit<DumpFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
21845
21971
  select?: DumpCountAggregateInputType | true
21846
21972
  }
21847
21973
 
@@ -22260,6 +22386,7 @@ export namespace Prisma {
22260
22386
  * Filter, which Dump to fetch.
22261
22387
  */
22262
22388
  where: DumpWhereUniqueInput
22389
+ relationLoadStrategy?: RelationLoadStrategy
22263
22390
  }
22264
22391
 
22265
22392
  /**
@@ -22278,6 +22405,7 @@ export namespace Prisma {
22278
22405
  * Filter, which Dump to fetch.
22279
22406
  */
22280
22407
  where: DumpWhereUniqueInput
22408
+ relationLoadStrategy?: RelationLoadStrategy
22281
22409
  }
22282
22410
 
22283
22411
  /**
@@ -22326,6 +22454,7 @@ export namespace Prisma {
22326
22454
  * Filter by unique combinations of Dumps.
22327
22455
  */
22328
22456
  distinct?: DumpScalarFieldEnum | DumpScalarFieldEnum[]
22457
+ relationLoadStrategy?: RelationLoadStrategy
22329
22458
  }
22330
22459
 
22331
22460
  /**
@@ -22374,6 +22503,7 @@ export namespace Prisma {
22374
22503
  * Filter by unique combinations of Dumps.
22375
22504
  */
22376
22505
  distinct?: DumpScalarFieldEnum | DumpScalarFieldEnum[]
22506
+ relationLoadStrategy?: RelationLoadStrategy
22377
22507
  }
22378
22508
 
22379
22509
  /**
@@ -22417,6 +22547,7 @@ export namespace Prisma {
22417
22547
  */
22418
22548
  skip?: number
22419
22549
  distinct?: DumpScalarFieldEnum | DumpScalarFieldEnum[]
22550
+ relationLoadStrategy?: RelationLoadStrategy
22420
22551
  }
22421
22552
 
22422
22553
  /**
@@ -22435,6 +22566,7 @@ export namespace Prisma {
22435
22566
  * The data needed to create a Dump.
22436
22567
  */
22437
22568
  data: XOR<DumpCreateInput, DumpUncheckedCreateInput>
22569
+ relationLoadStrategy?: RelationLoadStrategy
22438
22570
  }
22439
22571
 
22440
22572
  /**
@@ -22487,6 +22619,7 @@ export namespace Prisma {
22487
22619
  * Choose, which Dump to update.
22488
22620
  */
22489
22621
  where: DumpWhereUniqueInput
22622
+ relationLoadStrategy?: RelationLoadStrategy
22490
22623
  }
22491
22624
 
22492
22625
  /**
@@ -22527,6 +22660,7 @@ export namespace Prisma {
22527
22660
  * In case the Dump was found with the provided `where` argument, update it with this data.
22528
22661
  */
22529
22662
  update: XOR<DumpUpdateInput, DumpUncheckedUpdateInput>
22663
+ relationLoadStrategy?: RelationLoadStrategy
22530
22664
  }
22531
22665
 
22532
22666
  /**
@@ -22545,6 +22679,7 @@ export namespace Prisma {
22545
22679
  * Filter which Dump to delete.
22546
22680
  */
22547
22681
  where: DumpWhereUniqueInput
22682
+ relationLoadStrategy?: RelationLoadStrategy
22548
22683
  }
22549
22684
 
22550
22685
  /**
@@ -22826,7 +22961,7 @@ export namespace Prisma {
22826
22961
  type CampaignStatusGetPayload<S extends boolean | null | undefined | CampaignStatusDefaultArgs> = $Result.GetResult<Prisma.$CampaignStatusPayload, S>
22827
22962
 
22828
22963
  type CampaignStatusCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
22829
- Omit<CampaignStatusFindManyArgs, 'select' | 'include' | 'distinct'> & {
22964
+ Omit<CampaignStatusFindManyArgs, 'select' | 'include' | 'distinct' | 'relationLoadStrategy'> & {
22830
22965
  select?: CampaignStatusCountAggregateInputType | true
22831
22966
  }
22832
22967
 
@@ -23239,6 +23374,7 @@ export namespace Prisma {
23239
23374
  * Filter, which CampaignStatus to fetch.
23240
23375
  */
23241
23376
  where: CampaignStatusWhereUniqueInput
23377
+ relationLoadStrategy?: RelationLoadStrategy
23242
23378
  }
23243
23379
 
23244
23380
  /**
@@ -23257,6 +23393,7 @@ export namespace Prisma {
23257
23393
  * Filter, which CampaignStatus to fetch.
23258
23394
  */
23259
23395
  where: CampaignStatusWhereUniqueInput
23396
+ relationLoadStrategy?: RelationLoadStrategy
23260
23397
  }
23261
23398
 
23262
23399
  /**
@@ -23305,6 +23442,7 @@ export namespace Prisma {
23305
23442
  * Filter by unique combinations of CampaignStatuses.
23306
23443
  */
23307
23444
  distinct?: CampaignStatusScalarFieldEnum | CampaignStatusScalarFieldEnum[]
23445
+ relationLoadStrategy?: RelationLoadStrategy
23308
23446
  }
23309
23447
 
23310
23448
  /**
@@ -23353,6 +23491,7 @@ export namespace Prisma {
23353
23491
  * Filter by unique combinations of CampaignStatuses.
23354
23492
  */
23355
23493
  distinct?: CampaignStatusScalarFieldEnum | CampaignStatusScalarFieldEnum[]
23494
+ relationLoadStrategy?: RelationLoadStrategy
23356
23495
  }
23357
23496
 
23358
23497
  /**
@@ -23396,6 +23535,7 @@ export namespace Prisma {
23396
23535
  */
23397
23536
  skip?: number
23398
23537
  distinct?: CampaignStatusScalarFieldEnum | CampaignStatusScalarFieldEnum[]
23538
+ relationLoadStrategy?: RelationLoadStrategy
23399
23539
  }
23400
23540
 
23401
23541
  /**
@@ -23414,6 +23554,7 @@ export namespace Prisma {
23414
23554
  * The data needed to create a CampaignStatus.
23415
23555
  */
23416
23556
  data: XOR<CampaignStatusCreateInput, CampaignStatusUncheckedCreateInput>
23557
+ relationLoadStrategy?: RelationLoadStrategy
23417
23558
  }
23418
23559
 
23419
23560
  /**
@@ -23466,6 +23607,7 @@ export namespace Prisma {
23466
23607
  * Choose, which CampaignStatus to update.
23467
23608
  */
23468
23609
  where: CampaignStatusWhereUniqueInput
23610
+ relationLoadStrategy?: RelationLoadStrategy
23469
23611
  }
23470
23612
 
23471
23613
  /**
@@ -23506,6 +23648,7 @@ export namespace Prisma {
23506
23648
  * In case the CampaignStatus was found with the provided `where` argument, update it with this data.
23507
23649
  */
23508
23650
  update: XOR<CampaignStatusUpdateInput, CampaignStatusUncheckedUpdateInput>
23651
+ relationLoadStrategy?: RelationLoadStrategy
23509
23652
  }
23510
23653
 
23511
23654
  /**
@@ -23524,6 +23667,7 @@ export namespace Prisma {
23524
23667
  * Filter which CampaignStatus to delete.
23525
23668
  */
23526
23669
  where: CampaignStatusWhereUniqueInput
23670
+ relationLoadStrategy?: RelationLoadStrategy
23527
23671
  }
23528
23672
 
23529
23673
  /**
@@ -23584,6 +23728,14 @@ export namespace Prisma {
23584
23728
  export type CampaignScalarFieldEnum = (typeof CampaignScalarFieldEnum)[keyof typeof CampaignScalarFieldEnum]
23585
23729
 
23586
23730
 
23731
+ export const RelationLoadStrategy: {
23732
+ query: 'query',
23733
+ join: 'join'
23734
+ };
23735
+
23736
+ export type RelationLoadStrategy = (typeof RelationLoadStrategy)[keyof typeof RelationLoadStrategy]
23737
+
23738
+
23587
23739
  export const ChainScalarFieldEnum: {
23588
23740
  id: 'id',
23589
23741
  name: 'name',
@@ -24275,13 +24427,13 @@ export namespace Prisma {
24275
24427
  endTimestamp?: BigIntFilter<"Campaign"> | bigint | number
24276
24428
  params?: JsonFilter<"Campaign">
24277
24429
  creatorAddress?: StringFilter<"Campaign"> | string
24278
- ComputeChain?: XOR<ChainRelationFilter, ChainWhereInput>
24279
- DistributionChain?: XOR<ChainRelationFilter, ChainWhereInput>
24280
- RewardToken?: XOR<TokenRelationFilter, TokenWhereInput>
24281
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
24430
+ ComputeChain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24431
+ DistributionChain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24432
+ RewardToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
24433
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24282
24434
  RewardBreakdown?: RewardBreakdownListRelationFilter
24283
24435
  DailyRewardsBreakdown?: DailyRewardsBreakdownListRelationFilter
24284
- Creator?: XOR<UserRelationFilter, UserWhereInput>
24436
+ Creator?: XOR<UserScalarRelationFilter, UserWhereInput>
24285
24437
  CampaignStatus?: CampaignStatusListRelationFilter
24286
24438
  }
24287
24439
 
@@ -24328,13 +24480,13 @@ export namespace Prisma {
24328
24480
  endTimestamp?: BigIntFilter<"Campaign"> | bigint | number
24329
24481
  params?: JsonFilter<"Campaign">
24330
24482
  creatorAddress?: StringFilter<"Campaign"> | string
24331
- ComputeChain?: XOR<ChainRelationFilter, ChainWhereInput>
24332
- DistributionChain?: XOR<ChainRelationFilter, ChainWhereInput>
24333
- RewardToken?: XOR<TokenRelationFilter, TokenWhereInput>
24334
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
24483
+ ComputeChain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24484
+ DistributionChain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24485
+ RewardToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
24486
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24335
24487
  RewardBreakdown?: RewardBreakdownListRelationFilter
24336
24488
  DailyRewardsBreakdown?: DailyRewardsBreakdownListRelationFilter
24337
- Creator?: XOR<UserRelationFilter, UserWhereInput>
24489
+ Creator?: XOR<UserScalarRelationFilter, UserWhereInput>
24338
24490
  CampaignStatus?: CampaignStatusListRelationFilter
24339
24491
  }, "id" | "distributionChainId_campaignId">
24340
24492
 
@@ -24455,7 +24607,7 @@ export namespace Prisma {
24455
24607
  type?: EnumExplorerTypeFilter<"Explorer"> | $Enums.ExplorerType
24456
24608
  url?: StringFilter<"Explorer"> | string
24457
24609
  chainId?: IntFilter<"Explorer"> | number
24458
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24610
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24459
24611
  }
24460
24612
 
24461
24613
  export type ExplorerOrderByWithRelationInput = {
@@ -24476,7 +24628,7 @@ export namespace Prisma {
24476
24628
  type?: EnumExplorerTypeFilter<"Explorer"> | $Enums.ExplorerType
24477
24629
  url?: StringFilter<"Explorer"> | string
24478
24630
  chainId?: IntFilter<"Explorer"> | number
24479
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24631
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24480
24632
  }, "id" | "type_chainId">
24481
24633
 
24482
24634
  export type ExplorerOrderByWithAggregationInput = {
@@ -24517,11 +24669,11 @@ export namespace Prisma {
24517
24669
  apr?: FloatFilter<"Opportunity"> | number
24518
24670
  dailyRewards?: FloatFilter<"Opportunity"> | number
24519
24671
  tags?: StringNullableListFilter<"Opportunity">
24520
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24672
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24521
24673
  Tokens?: TokenListRelationFilter
24522
24674
  Campaigns?: CampaignListRelationFilter
24523
24675
  Protocols?: ProtocolListRelationFilter
24524
- MainProtocol?: XOR<ProtocolNullableRelationFilter, ProtocolWhereInput> | null
24676
+ MainProtocol?: XOR<ProtocolNullableScalarRelationFilter, ProtocolWhereInput> | null
24525
24677
  TvlRecords?: TVLRecordListRelationFilter
24526
24678
  AprRecords?: AprRecordListRelationFilter
24527
24679
  DailyRewardsRecords?: DailyRewardsRecordListRelationFilter
@@ -24568,11 +24720,11 @@ export namespace Prisma {
24568
24720
  apr?: FloatFilter<"Opportunity"> | number
24569
24721
  dailyRewards?: FloatFilter<"Opportunity"> | number
24570
24722
  tags?: StringNullableListFilter<"Opportunity">
24571
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24723
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24572
24724
  Tokens?: TokenListRelationFilter
24573
24725
  Campaigns?: CampaignListRelationFilter
24574
24726
  Protocols?: ProtocolListRelationFilter
24575
- MainProtocol?: XOR<ProtocolNullableRelationFilter, ProtocolWhereInput> | null
24727
+ MainProtocol?: XOR<ProtocolNullableScalarRelationFilter, ProtocolWhereInput> | null
24576
24728
  TvlRecords?: TVLRecordListRelationFilter
24577
24729
  AprRecords?: AprRecordListRelationFilter
24578
24730
  DailyRewardsRecords?: DailyRewardsRecordListRelationFilter
@@ -24696,7 +24848,7 @@ export namespace Prisma {
24696
24848
  icon?: StringFilter<"Token"> | string
24697
24849
  verified?: BoolFilter<"Token"> | boolean
24698
24850
  price?: FloatNullableFilter<"Token"> | number | null
24699
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24851
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24700
24852
  Opportunity?: OpportunityListRelationFilter
24701
24853
  Campaigns?: CampaignListRelationFilter
24702
24854
  Reward?: RewardListRelationFilter
@@ -24737,7 +24889,7 @@ export namespace Prisma {
24737
24889
  icon?: StringFilter<"Token"> | string
24738
24890
  verified?: BoolFilter<"Token"> | boolean
24739
24891
  price?: FloatNullableFilter<"Token"> | number | null
24740
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
24892
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
24741
24893
  Opportunity?: OpportunityListRelationFilter
24742
24894
  Campaigns?: CampaignListRelationFilter
24743
24895
  Reward?: RewardListRelationFilter
@@ -24786,7 +24938,7 @@ export namespace Prisma {
24786
24938
  cumulated?: FloatFilter<"AprRecord"> | number
24787
24939
  opportunityId?: StringFilter<"AprRecord"> | string
24788
24940
  AprBreakdown?: AprBreakdownListRelationFilter
24789
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
24941
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24790
24942
  }
24791
24943
 
24792
24944
  export type AprRecordOrderByWithRelationInput = {
@@ -24809,7 +24961,7 @@ export namespace Prisma {
24809
24961
  cumulated?: FloatFilter<"AprRecord"> | number
24810
24962
  opportunityId?: StringFilter<"AprRecord"> | string
24811
24963
  AprBreakdown?: AprBreakdownListRelationFilter
24812
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
24964
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24813
24965
  }, "id" | "opportunityId_timestamp">
24814
24966
 
24815
24967
  export type AprRecordOrderByWithAggregationInput = {
@@ -24843,7 +24995,7 @@ export namespace Prisma {
24843
24995
  type?: EnumAprTypeFilter<"AprBreakdown"> | $Enums.AprType
24844
24996
  value?: FloatFilter<"AprBreakdown"> | number
24845
24997
  aprRecordId?: StringFilter<"AprBreakdown"> | string
24846
- AprRecord?: XOR<AprRecordRelationFilter, AprRecordWhereInput>
24998
+ AprRecord?: XOR<AprRecordScalarRelationFilter, AprRecordWhereInput>
24847
24999
  }
24848
25000
 
24849
25001
  export type AprBreakdownOrderByWithRelationInput = {
@@ -24865,7 +25017,7 @@ export namespace Prisma {
24865
25017
  type?: EnumAprTypeFilter<"AprBreakdown"> | $Enums.AprType
24866
25018
  value?: FloatFilter<"AprBreakdown"> | number
24867
25019
  aprRecordId?: StringFilter<"AprBreakdown"> | string
24868
- AprRecord?: XOR<AprRecordRelationFilter, AprRecordWhereInput>
25020
+ AprRecord?: XOR<AprRecordScalarRelationFilter, AprRecordWhereInput>
24869
25021
  }, "id">
24870
25022
 
24871
25023
  export type AprBreakdownOrderByWithAggregationInput = {
@@ -24901,7 +25053,7 @@ export namespace Prisma {
24901
25053
  total?: FloatFilter<"TVLRecord"> | number
24902
25054
  opportunityId?: StringFilter<"TVLRecord"> | string
24903
25055
  TvlBreakdown?: TVLBreakdownListRelationFilter
24904
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
25056
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24905
25057
  }
24906
25058
 
24907
25059
  export type TVLRecordOrderByWithRelationInput = {
@@ -24924,7 +25076,7 @@ export namespace Prisma {
24924
25076
  total?: FloatFilter<"TVLRecord"> | number
24925
25077
  opportunityId?: StringFilter<"TVLRecord"> | string
24926
25078
  TvlBreakdown?: TVLBreakdownListRelationFilter
24927
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
25079
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
24928
25080
  }, "id" | "opportunityId_timestamp">
24929
25081
 
24930
25082
  export type TVLRecordOrderByWithAggregationInput = {
@@ -24958,7 +25110,7 @@ export namespace Prisma {
24958
25110
  type?: EnumTvlTypeFilter<"TVLBreakdown"> | $Enums.TvlType
24959
25111
  value?: FloatFilter<"TVLBreakdown"> | number
24960
25112
  tvlRecordId?: StringFilter<"TVLBreakdown"> | string
24961
- TvlRecord?: XOR<TVLRecordRelationFilter, TVLRecordWhereInput>
25113
+ TvlRecord?: XOR<TVLRecordScalarRelationFilter, TVLRecordWhereInput>
24962
25114
  }
24963
25115
 
24964
25116
  export type TVLBreakdownOrderByWithRelationInput = {
@@ -24980,7 +25132,7 @@ export namespace Prisma {
24980
25132
  type?: EnumTvlTypeFilter<"TVLBreakdown"> | $Enums.TvlType
24981
25133
  value?: FloatFilter<"TVLBreakdown"> | number
24982
25134
  tvlRecordId?: StringFilter<"TVLBreakdown"> | string
24983
- TvlRecord?: XOR<TVLRecordRelationFilter, TVLRecordWhereInput>
25135
+ TvlRecord?: XOR<TVLRecordScalarRelationFilter, TVLRecordWhereInput>
24984
25136
  }, "id">
24985
25137
 
24986
25138
  export type TVLBreakdownOrderByWithAggregationInput = {
@@ -25016,7 +25168,7 @@ export namespace Prisma {
25016
25168
  total?: FloatFilter<"DailyRewardsRecord"> | number
25017
25169
  opportunityId?: StringFilter<"DailyRewardsRecord"> | string
25018
25170
  DailyRewardsBreakdown?: DailyRewardsBreakdownListRelationFilter
25019
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
25171
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
25020
25172
  }
25021
25173
 
25022
25174
  export type DailyRewardsRecordOrderByWithRelationInput = {
@@ -25039,7 +25191,7 @@ export namespace Prisma {
25039
25191
  total?: FloatFilter<"DailyRewardsRecord"> | number
25040
25192
  opportunityId?: StringFilter<"DailyRewardsRecord"> | string
25041
25193
  DailyRewardsBreakdown?: DailyRewardsBreakdownListRelationFilter
25042
- Opportunity?: XOR<OpportunityRelationFilter, OpportunityWhereInput>
25194
+ Opportunity?: XOR<OpportunityScalarRelationFilter, OpportunityWhereInput>
25043
25195
  }, "id" | "opportunityId_timestamp">
25044
25196
 
25045
25197
  export type DailyRewardsRecordOrderByWithAggregationInput = {
@@ -25072,8 +25224,8 @@ export namespace Prisma {
25072
25224
  value?: FloatFilter<"DailyRewardsBreakdown"> | number
25073
25225
  campaignId?: StringFilter<"DailyRewardsBreakdown"> | string
25074
25226
  dailyRewardsRecordId?: StringFilter<"DailyRewardsBreakdown"> | string
25075
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25076
- DailyRewardsRecord?: XOR<DailyRewardsRecordRelationFilter, DailyRewardsRecordWhereInput>
25227
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25228
+ DailyRewardsRecord?: XOR<DailyRewardsRecordScalarRelationFilter, DailyRewardsRecordWhereInput>
25077
25229
  }
25078
25230
 
25079
25231
  export type DailyRewardsBreakdownOrderByWithRelationInput = {
@@ -25094,8 +25246,8 @@ export namespace Prisma {
25094
25246
  value?: FloatFilter<"DailyRewardsBreakdown"> | number
25095
25247
  campaignId?: StringFilter<"DailyRewardsBreakdown"> | string
25096
25248
  dailyRewardsRecordId?: StringFilter<"DailyRewardsBreakdown"> | string
25097
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25098
- DailyRewardsRecord?: XOR<DailyRewardsRecordRelationFilter, DailyRewardsRecordWhereInput>
25249
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25250
+ DailyRewardsRecord?: XOR<DailyRewardsRecordScalarRelationFilter, DailyRewardsRecordWhereInput>
25099
25251
  }, "id">
25100
25252
 
25101
25253
  export type DailyRewardsBreakdownOrderByWithAggregationInput = {
@@ -25176,9 +25328,9 @@ export namespace Prisma {
25176
25328
  recipient?: StringFilter<"Reward"> | string
25177
25329
  rewardTokenId?: StringFilter<"Reward"> | string
25178
25330
  proofs?: StringNullableListFilter<"Reward">
25179
- MerklRoot?: XOR<MerklRootRelationFilter, MerklRootWhereInput>
25180
- User?: XOR<UserRelationFilter, UserWhereInput>
25181
- RewardToken?: XOR<TokenRelationFilter, TokenWhereInput>
25331
+ MerklRoot?: XOR<MerklRootScalarRelationFilter, MerklRootWhereInput>
25332
+ User?: XOR<UserScalarRelationFilter, UserWhereInput>
25333
+ RewardToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25182
25334
  Breakdown?: RewardBreakdownListRelationFilter
25183
25335
  }
25184
25336
 
@@ -25205,9 +25357,9 @@ export namespace Prisma {
25205
25357
  recipient?: StringFilter<"Reward"> | string
25206
25358
  rewardTokenId?: StringFilter<"Reward"> | string
25207
25359
  proofs?: StringNullableListFilter<"Reward">
25208
- MerklRoot?: XOR<MerklRootRelationFilter, MerklRootWhereInput>
25209
- User?: XOR<UserRelationFilter, UserWhereInput>
25210
- RewardToken?: XOR<TokenRelationFilter, TokenWhereInput>
25360
+ MerklRoot?: XOR<MerklRootScalarRelationFilter, MerklRootWhereInput>
25361
+ User?: XOR<UserScalarRelationFilter, UserWhereInput>
25362
+ RewardToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25211
25363
  Breakdown?: RewardBreakdownListRelationFilter
25212
25364
  }, "id" | "root_recipient_rewardTokenId">
25213
25365
 
@@ -25247,9 +25399,9 @@ export namespace Prisma {
25247
25399
  auxiliaryData2?: StringNullableFilter<"RewardBreakdown"> | string | null
25248
25400
  rewardId?: StringFilter<"RewardBreakdown"> | string
25249
25401
  campaignId?: StringFilter<"RewardBreakdown"> | string
25250
- Protocol?: XOR<ProtocolNullableRelationFilter, ProtocolWhereInput> | null
25251
- Reward?: XOR<RewardRelationFilter, RewardWhereInput>
25252
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25402
+ Protocol?: XOR<ProtocolNullableScalarRelationFilter, ProtocolWhereInput> | null
25403
+ Reward?: XOR<RewardScalarRelationFilter, RewardWhereInput>
25404
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25253
25405
  }
25254
25406
 
25255
25407
  export type RewardBreakdownOrderByWithRelationInput = {
@@ -25284,9 +25436,9 @@ export namespace Prisma {
25284
25436
  auxiliaryData2?: StringNullableFilter<"RewardBreakdown"> | string | null
25285
25437
  rewardId?: StringFilter<"RewardBreakdown"> | string
25286
25438
  campaignId?: StringFilter<"RewardBreakdown"> | string
25287
- Protocol?: XOR<ProtocolNullableRelationFilter, ProtocolWhereInput> | null
25288
- Reward?: XOR<RewardRelationFilter, RewardWhereInput>
25289
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25439
+ Protocol?: XOR<ProtocolNullableScalarRelationFilter, ProtocolWhereInput> | null
25440
+ Reward?: XOR<RewardScalarRelationFilter, RewardWhereInput>
25441
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25290
25442
  }, "id" | "rewardId_campaignId_reason">
25291
25443
 
25292
25444
  export type RewardBreakdownOrderByWithAggregationInput = {
@@ -25331,7 +25483,7 @@ export namespace Prisma {
25331
25483
  chainId?: IntFilter<"MerklRoot"> | number
25332
25484
  epoch?: IntFilter<"MerklRoot"> | number
25333
25485
  timestamp?: BigIntFilter<"MerklRoot"> | bigint | number
25334
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25486
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25335
25487
  Rewards?: RewardListRelationFilter
25336
25488
  }
25337
25489
 
@@ -25353,7 +25505,7 @@ export namespace Prisma {
25353
25505
  chainId?: IntFilter<"MerklRoot"> | number
25354
25506
  epoch?: IntFilter<"MerklRoot"> | number
25355
25507
  timestamp?: BigIntFilter<"MerklRoot"> | bigint | number
25356
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25508
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25357
25509
  Rewards?: RewardListRelationFilter
25358
25510
  }, "root">
25359
25511
 
@@ -25439,8 +25591,8 @@ export namespace Prisma {
25439
25591
  userAddress?: StringFilter<"Blacklist"> | string
25440
25592
  arrestTimestamp?: BigIntFilter<"Blacklist"> | bigint | number
25441
25593
  arrestDetails?: JsonFilter<"Blacklist">
25442
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25443
- User?: XOR<UserRelationFilter, UserWhereInput>
25594
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25595
+ User?: XOR<UserScalarRelationFilter, UserWhereInput>
25444
25596
  }
25445
25597
 
25446
25598
  export type BlacklistOrderByWithRelationInput = {
@@ -25466,8 +25618,8 @@ export namespace Prisma {
25466
25618
  userAddress?: StringFilter<"Blacklist"> | string
25467
25619
  arrestTimestamp?: BigIntFilter<"Blacklist"> | bigint | number
25468
25620
  arrestDetails?: JsonFilter<"Blacklist">
25469
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25470
- User?: XOR<UserRelationFilter, UserWhereInput>
25621
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25622
+ User?: XOR<UserScalarRelationFilter, UserWhereInput>
25471
25623
  }, "id" | "chainId_userAddress_poolAddress">
25472
25624
 
25473
25625
  export type BlacklistOrderByWithAggregationInput = {
@@ -25510,9 +25662,9 @@ export namespace Prisma {
25510
25662
  amountOut?: StringFilter<"Dump"> | string
25511
25663
  datetime?: DateTimeFilter<"Dump"> | Date | string
25512
25664
  timestamp?: IntFilter<"Dump"> | number
25513
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25514
- FromToken?: XOR<TokenRelationFilter, TokenWhereInput>
25515
- ToToken?: XOR<TokenRelationFilter, TokenWhereInput>
25665
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25666
+ FromToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25667
+ ToToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25516
25668
  }
25517
25669
 
25518
25670
  export type DumpOrderByWithRelationInput = {
@@ -25547,9 +25699,9 @@ export namespace Prisma {
25547
25699
  amountOut?: StringFilter<"Dump"> | string
25548
25700
  datetime?: DateTimeFilter<"Dump"> | Date | string
25549
25701
  timestamp?: IntFilter<"Dump"> | number
25550
- Chain?: XOR<ChainRelationFilter, ChainWhereInput>
25551
- FromToken?: XOR<TokenRelationFilter, TokenWhereInput>
25552
- ToToken?: XOR<TokenRelationFilter, TokenWhereInput>
25702
+ Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
25703
+ FromToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25704
+ ToToken?: XOR<TokenScalarRelationFilter, TokenWhereInput>
25553
25705
  }, "id" | "chainId_fromTokenId_toTokenId_timestamp">
25554
25706
 
25555
25707
  export type DumpOrderByWithAggregationInput = {
@@ -25596,7 +25748,7 @@ export namespace Prisma {
25596
25748
  status?: EnumRunStatusFilter<"CampaignStatus"> | $Enums.RunStatus
25597
25749
  error?: StringFilter<"CampaignStatus"> | string
25598
25750
  details?: JsonFilter<"CampaignStatus">
25599
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25751
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25600
25752
  }
25601
25753
 
25602
25754
  export type CampaignStatusOrderByWithRelationInput = {
@@ -25620,7 +25772,7 @@ export namespace Prisma {
25620
25772
  status?: EnumRunStatusFilter<"CampaignStatus"> | $Enums.RunStatus
25621
25773
  error?: StringFilter<"CampaignStatus"> | string
25622
25774
  details?: JsonFilter<"CampaignStatus">
25623
- Campaign?: XOR<CampaignRelationFilter, CampaignWhereInput>
25775
+ Campaign?: XOR<CampaignScalarRelationFilter, CampaignWhereInput>
25624
25776
  }, "campaignId">
25625
25777
 
25626
25778
  export type CampaignStatusOrderByWithAggregationInput = {
@@ -27075,17 +27227,17 @@ export namespace Prisma {
27075
27227
  not?: InputJsonValue | JsonFieldRefInput<$PrismaModel> | JsonNullValueFilter
27076
27228
  }
27077
27229
 
27078
- export type ChainRelationFilter = {
27230
+ export type ChainScalarRelationFilter = {
27079
27231
  is?: ChainWhereInput
27080
27232
  isNot?: ChainWhereInput
27081
27233
  }
27082
27234
 
27083
- export type TokenRelationFilter = {
27235
+ export type TokenScalarRelationFilter = {
27084
27236
  is?: TokenWhereInput
27085
27237
  isNot?: TokenWhereInput
27086
27238
  }
27087
27239
 
27088
- export type OpportunityRelationFilter = {
27240
+ export type OpportunityScalarRelationFilter = {
27089
27241
  is?: OpportunityWhereInput
27090
27242
  isNot?: OpportunityWhereInput
27091
27243
  }
@@ -27102,7 +27254,7 @@ export namespace Prisma {
27102
27254
  none?: DailyRewardsBreakdownWhereInput
27103
27255
  }
27104
27256
 
27105
- export type UserRelationFilter = {
27257
+ export type UserScalarRelationFilter = {
27106
27258
  is?: UserWhereInput
27107
27259
  isNot?: UserWhereInput
27108
27260
  }
@@ -27519,7 +27671,7 @@ export namespace Prisma {
27519
27671
  none?: ProtocolWhereInput
27520
27672
  }
27521
27673
 
27522
- export type ProtocolNullableRelationFilter = {
27674
+ export type ProtocolNullableScalarRelationFilter = {
27523
27675
  is?: ProtocolWhereInput | null
27524
27676
  isNot?: ProtocolWhereInput | null
27525
27677
  }
@@ -27889,7 +28041,7 @@ export namespace Prisma {
27889
28041
  not?: NestedEnumAprTypeFilter<$PrismaModel> | $Enums.AprType
27890
28042
  }
27891
28043
 
27892
- export type AprRecordRelationFilter = {
28044
+ export type AprRecordScalarRelationFilter = {
27893
28045
  is?: AprRecordWhereInput
27894
28046
  isNot?: AprRecordWhereInput
27895
28047
  }
@@ -28003,7 +28155,7 @@ export namespace Prisma {
28003
28155
  not?: NestedEnumTvlTypeFilter<$PrismaModel> | $Enums.TvlType
28004
28156
  }
28005
28157
 
28006
- export type TVLRecordRelationFilter = {
28158
+ export type TVLRecordScalarRelationFilter = {
28007
28159
  is?: TVLRecordWhereInput
28008
28160
  isNot?: TVLRecordWhereInput
28009
28161
  }
@@ -28100,12 +28252,12 @@ export namespace Prisma {
28100
28252
  total?: SortOrder
28101
28253
  }
28102
28254
 
28103
- export type CampaignRelationFilter = {
28255
+ export type CampaignScalarRelationFilter = {
28104
28256
  is?: CampaignWhereInput
28105
28257
  isNot?: CampaignWhereInput
28106
28258
  }
28107
28259
 
28108
- export type DailyRewardsRecordRelationFilter = {
28260
+ export type DailyRewardsRecordScalarRelationFilter = {
28109
28261
  is?: DailyRewardsRecordWhereInput
28110
28262
  isNot?: DailyRewardsRecordWhereInput
28111
28263
  }
@@ -28166,7 +28318,7 @@ export namespace Prisma {
28166
28318
  address?: SortOrder
28167
28319
  }
28168
28320
 
28169
- export type MerklRootRelationFilter = {
28321
+ export type MerklRootScalarRelationFilter = {
28170
28322
  is?: MerklRootWhereInput
28171
28323
  isNot?: MerklRootWhereInput
28172
28324
  }
@@ -28205,7 +28357,7 @@ export namespace Prisma {
28205
28357
  rewardTokenId?: SortOrder
28206
28358
  }
28207
28359
 
28208
- export type RewardRelationFilter = {
28360
+ export type RewardScalarRelationFilter = {
28209
28361
  is?: RewardWhereInput
28210
28362
  isNot?: RewardWhereInput
28211
28363
  }
@@ -36144,134 +36296,6 @@ export namespace Prisma {
36144
36296
 
36145
36297
 
36146
36298
 
36147
- /**
36148
- * Aliases for legacy arg types
36149
- */
36150
- /**
36151
- * @deprecated Use CampaignCountOutputTypeDefaultArgs instead
36152
- */
36153
- export type CampaignCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CampaignCountOutputTypeDefaultArgs<ExtArgs>
36154
- /**
36155
- * @deprecated Use ChainCountOutputTypeDefaultArgs instead
36156
- */
36157
- export type ChainCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ChainCountOutputTypeDefaultArgs<ExtArgs>
36158
- /**
36159
- * @deprecated Use OpportunityCountOutputTypeDefaultArgs instead
36160
- */
36161
- export type OpportunityCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = OpportunityCountOutputTypeDefaultArgs<ExtArgs>
36162
- /**
36163
- * @deprecated Use ProtocolCountOutputTypeDefaultArgs instead
36164
- */
36165
- export type ProtocolCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ProtocolCountOutputTypeDefaultArgs<ExtArgs>
36166
- /**
36167
- * @deprecated Use TokenCountOutputTypeDefaultArgs instead
36168
- */
36169
- export type TokenCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TokenCountOutputTypeDefaultArgs<ExtArgs>
36170
- /**
36171
- * @deprecated Use AprRecordCountOutputTypeDefaultArgs instead
36172
- */
36173
- export type AprRecordCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = AprRecordCountOutputTypeDefaultArgs<ExtArgs>
36174
- /**
36175
- * @deprecated Use TVLRecordCountOutputTypeDefaultArgs instead
36176
- */
36177
- export type TVLRecordCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TVLRecordCountOutputTypeDefaultArgs<ExtArgs>
36178
- /**
36179
- * @deprecated Use DailyRewardsRecordCountOutputTypeDefaultArgs instead
36180
- */
36181
- export type DailyRewardsRecordCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = DailyRewardsRecordCountOutputTypeDefaultArgs<ExtArgs>
36182
- /**
36183
- * @deprecated Use UserCountOutputTypeDefaultArgs instead
36184
- */
36185
- export type UserCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = UserCountOutputTypeDefaultArgs<ExtArgs>
36186
- /**
36187
- * @deprecated Use RewardCountOutputTypeDefaultArgs instead
36188
- */
36189
- export type RewardCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = RewardCountOutputTypeDefaultArgs<ExtArgs>
36190
- /**
36191
- * @deprecated Use MerklRootCountOutputTypeDefaultArgs instead
36192
- */
36193
- export type MerklRootCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MerklRootCountOutputTypeDefaultArgs<ExtArgs>
36194
- /**
36195
- * @deprecated Use CampaignDefaultArgs instead
36196
- */
36197
- export type CampaignArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CampaignDefaultArgs<ExtArgs>
36198
- /**
36199
- * @deprecated Use ChainDefaultArgs instead
36200
- */
36201
- export type ChainArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ChainDefaultArgs<ExtArgs>
36202
- /**
36203
- * @deprecated Use ExplorerDefaultArgs instead
36204
- */
36205
- export type ExplorerArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ExplorerDefaultArgs<ExtArgs>
36206
- /**
36207
- * @deprecated Use OpportunityDefaultArgs instead
36208
- */
36209
- export type OpportunityArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = OpportunityDefaultArgs<ExtArgs>
36210
- /**
36211
- * @deprecated Use ProtocolDefaultArgs instead
36212
- */
36213
- export type ProtocolArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ProtocolDefaultArgs<ExtArgs>
36214
- /**
36215
- * @deprecated Use TokenDefaultArgs instead
36216
- */
36217
- export type TokenArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TokenDefaultArgs<ExtArgs>
36218
- /**
36219
- * @deprecated Use AprRecordDefaultArgs instead
36220
- */
36221
- export type AprRecordArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = AprRecordDefaultArgs<ExtArgs>
36222
- /**
36223
- * @deprecated Use AprBreakdownDefaultArgs instead
36224
- */
36225
- export type AprBreakdownArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = AprBreakdownDefaultArgs<ExtArgs>
36226
- /**
36227
- * @deprecated Use TVLRecordDefaultArgs instead
36228
- */
36229
- export type TVLRecordArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TVLRecordDefaultArgs<ExtArgs>
36230
- /**
36231
- * @deprecated Use TVLBreakdownDefaultArgs instead
36232
- */
36233
- export type TVLBreakdownArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TVLBreakdownDefaultArgs<ExtArgs>
36234
- /**
36235
- * @deprecated Use DailyRewardsRecordDefaultArgs instead
36236
- */
36237
- export type DailyRewardsRecordArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = DailyRewardsRecordDefaultArgs<ExtArgs>
36238
- /**
36239
- * @deprecated Use DailyRewardsBreakdownDefaultArgs instead
36240
- */
36241
- export type DailyRewardsBreakdownArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = DailyRewardsBreakdownDefaultArgs<ExtArgs>
36242
- /**
36243
- * @deprecated Use UserDefaultArgs instead
36244
- */
36245
- export type UserArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = UserDefaultArgs<ExtArgs>
36246
- /**
36247
- * @deprecated Use RewardDefaultArgs instead
36248
- */
36249
- export type RewardArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = RewardDefaultArgs<ExtArgs>
36250
- /**
36251
- * @deprecated Use RewardBreakdownDefaultArgs instead
36252
- */
36253
- export type RewardBreakdownArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = RewardBreakdownDefaultArgs<ExtArgs>
36254
- /**
36255
- * @deprecated Use MerklRootDefaultArgs instead
36256
- */
36257
- export type MerklRootArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MerklRootDefaultArgs<ExtArgs>
36258
- /**
36259
- * @deprecated Use PriceSourceDefaultArgs instead
36260
- */
36261
- export type PriceSourceArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = PriceSourceDefaultArgs<ExtArgs>
36262
- /**
36263
- * @deprecated Use BlacklistDefaultArgs instead
36264
- */
36265
- export type BlacklistArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = BlacklistDefaultArgs<ExtArgs>
36266
- /**
36267
- * @deprecated Use DumpDefaultArgs instead
36268
- */
36269
- export type DumpArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = DumpDefaultArgs<ExtArgs>
36270
- /**
36271
- * @deprecated Use CampaignStatusDefaultArgs instead
36272
- */
36273
- export type CampaignStatusArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CampaignStatusDefaultArgs<ExtArgs>
36274
-
36275
36299
  /**
36276
36300
  * Batch Payload for updateMany & deleteMany & createMany
36277
36301
  */