@merkl/api 0.10.392 → 0.10.394
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/database/api/.generated/edge.js +3 -7
- package/dist/database/api/.generated/index-browser.js +0 -4
- package/dist/database/api/.generated/index.d.ts +1 -99
- package/dist/database/api/.generated/index.js +3 -7
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +11 -13
- package/dist/database/api/.generated/wasm.js +0 -4
- package/dist/database/engine/.generated/edge.js +3 -7
- package/dist/database/engine/.generated/index-browser.js +0 -4
- package/dist/database/engine/.generated/index.d.ts +2 -218
- package/dist/database/engine/.generated/index.js +3 -7
- package/dist/database/engine/.generated/package.json +1 -1
- package/dist/database/engine/.generated/schema.prisma +6 -10
- package/dist/database/engine/.generated/wasm.js +0 -4
- package/dist/src/eden/index.d.ts +0 -42
- package/dist/src/index.d.ts +0 -14
- package/dist/src/jobs/etl/pendings.js +37 -37
- package/dist/src/jobs/etl/reward-breakdowns.js +0 -2
- package/dist/src/modules/v4/reward/reward.controller.d.ts +0 -4
- package/dist/src/modules/v4/reward/reward.model.d.ts +0 -8
- package/dist/src/modules/v4/reward/reward.model.js +0 -6
- package/dist/src/modules/v4/reward/reward.repository.d.ts +0 -8
- package/dist/src/modules/v4/reward/reward.repository.js +0 -4
- package/dist/src/modules/v4/reward/reward.service.d.ts +0 -18
- package/dist/src/modules/v4/reward/reward.service.js +0 -2
- package/dist/src/modules/v4/reward/subservices/converter.js +0 -2
- package/dist/src/modules/v4/router.d.ts +0 -12
- package/dist/src/modules/v4/user/user.controller.d.ts +0 -8
- package/dist/src/modules/v4/user/user.model.d.ts +0 -2
- package/dist/src/modules/v4/user/user.model.js +0 -2
- package/dist/src/routes/v3/rewards.d.ts +0 -2
- package/dist/src/routes/v3/router.d.ts +0 -2
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1972,15 +1972,11 @@ export namespace Prisma {
|
|
1972
1972
|
|
1973
1973
|
export type TempLeavesAvgAggregateOutputType = {
|
1974
1974
|
chainId: number | null
|
1975
|
-
auxiliaryData1: Decimal | null
|
1976
|
-
auxiliaryData2: Decimal | null
|
1977
1975
|
lastProcessedTimestamp: number | null
|
1978
1976
|
}
|
1979
1977
|
|
1980
1978
|
export type TempLeavesSumAggregateOutputType = {
|
1981
1979
|
chainId: number | null
|
1982
|
-
auxiliaryData1: Decimal | null
|
1983
|
-
auxiliaryData2: Decimal | null
|
1984
1980
|
lastProcessedTimestamp: number | null
|
1985
1981
|
}
|
1986
1982
|
|
@@ -1991,8 +1987,6 @@ export namespace Prisma {
|
|
1991
1987
|
reason: string | null
|
1992
1988
|
rewardToken: string | null
|
1993
1989
|
amount: string | null
|
1994
|
-
auxiliaryData1: Decimal | null
|
1995
|
-
auxiliaryData2: Decimal | null
|
1996
1990
|
lastProcessedTimestamp: number | null
|
1997
1991
|
}
|
1998
1992
|
|
@@ -2003,8 +1997,6 @@ export namespace Prisma {
|
|
2003
1997
|
reason: string | null
|
2004
1998
|
rewardToken: string | null
|
2005
1999
|
amount: string | null
|
2006
|
-
auxiliaryData1: Decimal | null
|
2007
|
-
auxiliaryData2: Decimal | null
|
2008
2000
|
lastProcessedTimestamp: number | null
|
2009
2001
|
}
|
2010
2002
|
|
@@ -2015,8 +2007,6 @@ export namespace Prisma {
|
|
2015
2007
|
reason: number
|
2016
2008
|
rewardToken: number
|
2017
2009
|
amount: number
|
2018
|
-
auxiliaryData1: number
|
2019
|
-
auxiliaryData2: number
|
2020
2010
|
lastProcessedTimestamp: number
|
2021
2011
|
_all: number
|
2022
2012
|
}
|
@@ -2024,15 +2014,11 @@ export namespace Prisma {
|
|
2024
2014
|
|
2025
2015
|
export type TempLeavesAvgAggregateInputType = {
|
2026
2016
|
chainId?: true
|
2027
|
-
auxiliaryData1?: true
|
2028
|
-
auxiliaryData2?: true
|
2029
2017
|
lastProcessedTimestamp?: true
|
2030
2018
|
}
|
2031
2019
|
|
2032
2020
|
export type TempLeavesSumAggregateInputType = {
|
2033
2021
|
chainId?: true
|
2034
|
-
auxiliaryData1?: true
|
2035
|
-
auxiliaryData2?: true
|
2036
2022
|
lastProcessedTimestamp?: true
|
2037
2023
|
}
|
2038
2024
|
|
@@ -2043,8 +2029,6 @@ export namespace Prisma {
|
|
2043
2029
|
reason?: true
|
2044
2030
|
rewardToken?: true
|
2045
2031
|
amount?: true
|
2046
|
-
auxiliaryData1?: true
|
2047
|
-
auxiliaryData2?: true
|
2048
2032
|
lastProcessedTimestamp?: true
|
2049
2033
|
}
|
2050
2034
|
|
@@ -2055,8 +2039,6 @@ export namespace Prisma {
|
|
2055
2039
|
reason?: true
|
2056
2040
|
rewardToken?: true
|
2057
2041
|
amount?: true
|
2058
|
-
auxiliaryData1?: true
|
2059
|
-
auxiliaryData2?: true
|
2060
2042
|
lastProcessedTimestamp?: true
|
2061
2043
|
}
|
2062
2044
|
|
@@ -2067,8 +2049,6 @@ export namespace Prisma {
|
|
2067
2049
|
reason?: true
|
2068
2050
|
rewardToken?: true
|
2069
2051
|
amount?: true
|
2070
|
-
auxiliaryData1?: true
|
2071
|
-
auxiliaryData2?: true
|
2072
2052
|
lastProcessedTimestamp?: true
|
2073
2053
|
_all?: true
|
2074
2054
|
}
|
@@ -2166,8 +2146,6 @@ export namespace Prisma {
|
|
2166
2146
|
reason: string
|
2167
2147
|
rewardToken: string
|
2168
2148
|
amount: string
|
2169
|
-
auxiliaryData1: Decimal
|
2170
|
-
auxiliaryData2: Decimal
|
2171
2149
|
lastProcessedTimestamp: number
|
2172
2150
|
_count: TempLeavesCountAggregateOutputType | null
|
2173
2151
|
_avg: TempLeavesAvgAggregateOutputType | null
|
@@ -2197,8 +2175,6 @@ export namespace Prisma {
|
|
2197
2175
|
reason?: boolean
|
2198
2176
|
rewardToken?: boolean
|
2199
2177
|
amount?: boolean
|
2200
|
-
auxiliaryData1?: boolean
|
2201
|
-
auxiliaryData2?: boolean
|
2202
2178
|
lastProcessedTimestamp?: boolean
|
2203
2179
|
}, ExtArgs["result"]["tempLeaves"]>
|
2204
2180
|
|
@@ -2209,8 +2185,6 @@ export namespace Prisma {
|
|
2209
2185
|
reason?: boolean
|
2210
2186
|
rewardToken?: boolean
|
2211
2187
|
amount?: boolean
|
2212
|
-
auxiliaryData1?: boolean
|
2213
|
-
auxiliaryData2?: boolean
|
2214
2188
|
lastProcessedTimestamp?: boolean
|
2215
2189
|
}, ExtArgs["result"]["tempLeaves"]>
|
2216
2190
|
|
@@ -2221,8 +2195,6 @@ export namespace Prisma {
|
|
2221
2195
|
reason?: boolean
|
2222
2196
|
rewardToken?: boolean
|
2223
2197
|
amount?: boolean
|
2224
|
-
auxiliaryData1?: boolean
|
2225
|
-
auxiliaryData2?: boolean
|
2226
2198
|
lastProcessedTimestamp?: boolean
|
2227
2199
|
}, ExtArgs["result"]["tempLeaves"]>
|
2228
2200
|
|
@@ -2233,12 +2205,10 @@ export namespace Prisma {
|
|
2233
2205
|
reason?: boolean
|
2234
2206
|
rewardToken?: boolean
|
2235
2207
|
amount?: boolean
|
2236
|
-
auxiliaryData1?: boolean
|
2237
|
-
auxiliaryData2?: boolean
|
2238
2208
|
lastProcessedTimestamp?: boolean
|
2239
2209
|
}
|
2240
2210
|
|
2241
|
-
export type TempLeavesOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"chainId" | "campaignId" | "recipient" | "reason" | "rewardToken" | "amount" | "
|
2211
|
+
export type TempLeavesOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"chainId" | "campaignId" | "recipient" | "reason" | "rewardToken" | "amount" | "lastProcessedTimestamp", ExtArgs["result"]["tempLeaves"]>
|
2242
2212
|
|
2243
2213
|
export type $TempLeavesPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2244
2214
|
name: "TempLeaves"
|
@@ -2250,8 +2220,6 @@ export namespace Prisma {
|
|
2250
2220
|
reason: string
|
2251
2221
|
rewardToken: string
|
2252
2222
|
amount: string
|
2253
|
-
auxiliaryData1: Prisma.Decimal
|
2254
|
-
auxiliaryData2: Prisma.Decimal
|
2255
2223
|
lastProcessedTimestamp: number
|
2256
2224
|
}, ExtArgs["result"]["tempLeaves"]>
|
2257
2225
|
composites: {}
|
@@ -2682,8 +2650,6 @@ export namespace Prisma {
|
|
2682
2650
|
readonly reason: FieldRef<"TempLeaves", 'String'>
|
2683
2651
|
readonly rewardToken: FieldRef<"TempLeaves", 'String'>
|
2684
2652
|
readonly amount: FieldRef<"TempLeaves", 'String'>
|
2685
|
-
readonly auxiliaryData1: FieldRef<"TempLeaves", 'Decimal'>
|
2686
|
-
readonly auxiliaryData2: FieldRef<"TempLeaves", 'Decimal'>
|
2687
2653
|
readonly lastProcessedTimestamp: FieldRef<"TempLeaves", 'Int'>
|
2688
2654
|
}
|
2689
2655
|
|
@@ -3074,15 +3040,11 @@ export namespace Prisma {
|
|
3074
3040
|
|
3075
3041
|
export type LeavesAvgAggregateOutputType = {
|
3076
3042
|
chainId: number | null
|
3077
|
-
auxiliaryData1: Decimal | null
|
3078
|
-
auxiliaryData2: Decimal | null
|
3079
3043
|
lastProcessedTimestamp: number | null
|
3080
3044
|
}
|
3081
3045
|
|
3082
3046
|
export type LeavesSumAggregateOutputType = {
|
3083
3047
|
chainId: number | null
|
3084
|
-
auxiliaryData1: Decimal | null
|
3085
|
-
auxiliaryData2: Decimal | null
|
3086
3048
|
lastProcessedTimestamp: number | null
|
3087
3049
|
}
|
3088
3050
|
|
@@ -3094,8 +3056,6 @@ export namespace Prisma {
|
|
3094
3056
|
reason: string | null
|
3095
3057
|
rewardToken: string | null
|
3096
3058
|
amount: string | null
|
3097
|
-
auxiliaryData1: Decimal | null
|
3098
|
-
auxiliaryData2: Decimal | null
|
3099
3059
|
lastProcessedTimestamp: number | null
|
3100
3060
|
}
|
3101
3061
|
|
@@ -3107,8 +3067,6 @@ export namespace Prisma {
|
|
3107
3067
|
reason: string | null
|
3108
3068
|
rewardToken: string | null
|
3109
3069
|
amount: string | null
|
3110
|
-
auxiliaryData1: Decimal | null
|
3111
|
-
auxiliaryData2: Decimal | null
|
3112
3070
|
lastProcessedTimestamp: number | null
|
3113
3071
|
}
|
3114
3072
|
|
@@ -3120,8 +3078,6 @@ export namespace Prisma {
|
|
3120
3078
|
reason: number
|
3121
3079
|
rewardToken: number
|
3122
3080
|
amount: number
|
3123
|
-
auxiliaryData1: number
|
3124
|
-
auxiliaryData2: number
|
3125
3081
|
lastProcessedTimestamp: number
|
3126
3082
|
_all: number
|
3127
3083
|
}
|
@@ -3129,15 +3085,11 @@ export namespace Prisma {
|
|
3129
3085
|
|
3130
3086
|
export type LeavesAvgAggregateInputType = {
|
3131
3087
|
chainId?: true
|
3132
|
-
auxiliaryData1?: true
|
3133
|
-
auxiliaryData2?: true
|
3134
3088
|
lastProcessedTimestamp?: true
|
3135
3089
|
}
|
3136
3090
|
|
3137
3091
|
export type LeavesSumAggregateInputType = {
|
3138
3092
|
chainId?: true
|
3139
|
-
auxiliaryData1?: true
|
3140
|
-
auxiliaryData2?: true
|
3141
3093
|
lastProcessedTimestamp?: true
|
3142
3094
|
}
|
3143
3095
|
|
@@ -3149,8 +3101,6 @@ export namespace Prisma {
|
|
3149
3101
|
reason?: true
|
3150
3102
|
rewardToken?: true
|
3151
3103
|
amount?: true
|
3152
|
-
auxiliaryData1?: true
|
3153
|
-
auxiliaryData2?: true
|
3154
3104
|
lastProcessedTimestamp?: true
|
3155
3105
|
}
|
3156
3106
|
|
@@ -3162,8 +3112,6 @@ export namespace Prisma {
|
|
3162
3112
|
reason?: true
|
3163
3113
|
rewardToken?: true
|
3164
3114
|
amount?: true
|
3165
|
-
auxiliaryData1?: true
|
3166
|
-
auxiliaryData2?: true
|
3167
3115
|
lastProcessedTimestamp?: true
|
3168
3116
|
}
|
3169
3117
|
|
@@ -3175,8 +3123,6 @@ export namespace Prisma {
|
|
3175
3123
|
reason?: true
|
3176
3124
|
rewardToken?: true
|
3177
3125
|
amount?: true
|
3178
|
-
auxiliaryData1?: true
|
3179
|
-
auxiliaryData2?: true
|
3180
3126
|
lastProcessedTimestamp?: true
|
3181
3127
|
_all?: true
|
3182
3128
|
}
|
@@ -3275,8 +3221,6 @@ export namespace Prisma {
|
|
3275
3221
|
reason: string
|
3276
3222
|
rewardToken: string
|
3277
3223
|
amount: string
|
3278
|
-
auxiliaryData1: Decimal
|
3279
|
-
auxiliaryData2: Decimal
|
3280
3224
|
lastProcessedTimestamp: number
|
3281
3225
|
_count: LeavesCountAggregateOutputType | null
|
3282
3226
|
_avg: LeavesAvgAggregateOutputType | null
|
@@ -3307,8 +3251,6 @@ export namespace Prisma {
|
|
3307
3251
|
reason?: boolean
|
3308
3252
|
rewardToken?: boolean
|
3309
3253
|
amount?: boolean
|
3310
|
-
auxiliaryData1?: boolean
|
3311
|
-
auxiliaryData2?: boolean
|
3312
3254
|
lastProcessedTimestamp?: boolean
|
3313
3255
|
}, ExtArgs["result"]["leaves"]>
|
3314
3256
|
|
@@ -3320,8 +3262,6 @@ export namespace Prisma {
|
|
3320
3262
|
reason?: boolean
|
3321
3263
|
rewardToken?: boolean
|
3322
3264
|
amount?: boolean
|
3323
|
-
auxiliaryData1?: boolean
|
3324
|
-
auxiliaryData2?: boolean
|
3325
3265
|
lastProcessedTimestamp?: boolean
|
3326
3266
|
}, ExtArgs["result"]["leaves"]>
|
3327
3267
|
|
@@ -3333,8 +3273,6 @@ export namespace Prisma {
|
|
3333
3273
|
reason?: boolean
|
3334
3274
|
rewardToken?: boolean
|
3335
3275
|
amount?: boolean
|
3336
|
-
auxiliaryData1?: boolean
|
3337
|
-
auxiliaryData2?: boolean
|
3338
3276
|
lastProcessedTimestamp?: boolean
|
3339
3277
|
}, ExtArgs["result"]["leaves"]>
|
3340
3278
|
|
@@ -3346,12 +3284,10 @@ export namespace Prisma {
|
|
3346
3284
|
reason?: boolean
|
3347
3285
|
rewardToken?: boolean
|
3348
3286
|
amount?: boolean
|
3349
|
-
auxiliaryData1?: boolean
|
3350
|
-
auxiliaryData2?: boolean
|
3351
3287
|
lastProcessedTimestamp?: boolean
|
3352
3288
|
}
|
3353
3289
|
|
3354
|
-
export type LeavesOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"chainId" | "root" | "campaignId" | "recipient" | "reason" | "rewardToken" | "amount" | "
|
3290
|
+
export type LeavesOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"chainId" | "root" | "campaignId" | "recipient" | "reason" | "rewardToken" | "amount" | "lastProcessedTimestamp", ExtArgs["result"]["leaves"]>
|
3355
3291
|
|
3356
3292
|
export type $LeavesPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
3357
3293
|
name: "Leaves"
|
@@ -3364,8 +3300,6 @@ export namespace Prisma {
|
|
3364
3300
|
reason: string
|
3365
3301
|
rewardToken: string
|
3366
3302
|
amount: string
|
3367
|
-
auxiliaryData1: Prisma.Decimal
|
3368
|
-
auxiliaryData2: Prisma.Decimal
|
3369
3303
|
lastProcessedTimestamp: number
|
3370
3304
|
}, ExtArgs["result"]["leaves"]>
|
3371
3305
|
composites: {}
|
@@ -3797,8 +3731,6 @@ export namespace Prisma {
|
|
3797
3731
|
readonly reason: FieldRef<"Leaves", 'String'>
|
3798
3732
|
readonly rewardToken: FieldRef<"Leaves", 'String'>
|
3799
3733
|
readonly amount: FieldRef<"Leaves", 'String'>
|
3800
|
-
readonly auxiliaryData1: FieldRef<"Leaves", 'Decimal'>
|
3801
|
-
readonly auxiliaryData2: FieldRef<"Leaves", 'Decimal'>
|
3802
3734
|
readonly lastProcessedTimestamp: FieldRef<"Leaves", 'Int'>
|
3803
3735
|
}
|
3804
3736
|
|
@@ -15904,8 +15836,6 @@ export namespace Prisma {
|
|
15904
15836
|
reason: 'reason',
|
15905
15837
|
rewardToken: 'rewardToken',
|
15906
15838
|
amount: 'amount',
|
15907
|
-
auxiliaryData1: 'auxiliaryData1',
|
15908
|
-
auxiliaryData2: 'auxiliaryData2',
|
15909
15839
|
lastProcessedTimestamp: 'lastProcessedTimestamp'
|
15910
15840
|
};
|
15911
15841
|
|
@@ -15928,8 +15858,6 @@ export namespace Prisma {
|
|
15928
15858
|
reason: 'reason',
|
15929
15859
|
rewardToken: 'rewardToken',
|
15930
15860
|
amount: 'amount',
|
15931
|
-
auxiliaryData1: 'auxiliaryData1',
|
15932
|
-
auxiliaryData2: 'auxiliaryData2',
|
15933
15861
|
lastProcessedTimestamp: 'lastProcessedTimestamp'
|
15934
15862
|
};
|
15935
15863
|
|
@@ -16272,20 +16200,6 @@ export namespace Prisma {
|
|
16272
16200
|
|
16273
16201
|
|
16274
16202
|
|
16275
|
-
/**
|
16276
|
-
* Reference to a field of type 'Decimal'
|
16277
|
-
*/
|
16278
|
-
export type DecimalFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Decimal'>
|
16279
|
-
|
16280
|
-
|
16281
|
-
|
16282
|
-
/**
|
16283
|
-
* Reference to a field of type 'Decimal[]'
|
16284
|
-
*/
|
16285
|
-
export type ListDecimalFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Decimal[]'>
|
16286
|
-
|
16287
|
-
|
16288
|
-
|
16289
16203
|
/**
|
16290
16204
|
* Reference to a field of type 'Json'
|
16291
16205
|
*/
|
@@ -16320,8 +16234,6 @@ export namespace Prisma {
|
|
16320
16234
|
reason?: StringFilter<"TempLeaves"> | string
|
16321
16235
|
rewardToken?: StringFilter<"TempLeaves"> | string
|
16322
16236
|
amount?: StringFilter<"TempLeaves"> | string
|
16323
|
-
auxiliaryData1?: DecimalFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16324
|
-
auxiliaryData2?: DecimalFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16325
16237
|
lastProcessedTimestamp?: IntFilter<"TempLeaves"> | number
|
16326
16238
|
}
|
16327
16239
|
|
@@ -16332,8 +16244,6 @@ export namespace Prisma {
|
|
16332
16244
|
reason?: SortOrder
|
16333
16245
|
rewardToken?: SortOrder
|
16334
16246
|
amount?: SortOrder
|
16335
|
-
auxiliaryData1?: SortOrder
|
16336
|
-
auxiliaryData2?: SortOrder
|
16337
16247
|
lastProcessedTimestamp?: SortOrder
|
16338
16248
|
_relevance?: TempLeavesOrderByRelevanceInput
|
16339
16249
|
}
|
@@ -16349,8 +16259,6 @@ export namespace Prisma {
|
|
16349
16259
|
reason?: StringFilter<"TempLeaves"> | string
|
16350
16260
|
rewardToken?: StringFilter<"TempLeaves"> | string
|
16351
16261
|
amount?: StringFilter<"TempLeaves"> | string
|
16352
|
-
auxiliaryData1?: DecimalFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16353
|
-
auxiliaryData2?: DecimalFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16354
16262
|
lastProcessedTimestamp?: IntFilter<"TempLeaves"> | number
|
16355
16263
|
}, "chainId_campaignId_recipient_reason">
|
16356
16264
|
|
@@ -16361,8 +16269,6 @@ export namespace Prisma {
|
|
16361
16269
|
reason?: SortOrder
|
16362
16270
|
rewardToken?: SortOrder
|
16363
16271
|
amount?: SortOrder
|
16364
|
-
auxiliaryData1?: SortOrder
|
16365
|
-
auxiliaryData2?: SortOrder
|
16366
16272
|
lastProcessedTimestamp?: SortOrder
|
16367
16273
|
_count?: TempLeavesCountOrderByAggregateInput
|
16368
16274
|
_avg?: TempLeavesAvgOrderByAggregateInput
|
@@ -16381,8 +16287,6 @@ export namespace Prisma {
|
|
16381
16287
|
reason?: StringWithAggregatesFilter<"TempLeaves"> | string
|
16382
16288
|
rewardToken?: StringWithAggregatesFilter<"TempLeaves"> | string
|
16383
16289
|
amount?: StringWithAggregatesFilter<"TempLeaves"> | string
|
16384
|
-
auxiliaryData1?: DecimalWithAggregatesFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16385
|
-
auxiliaryData2?: DecimalWithAggregatesFilter<"TempLeaves"> | Decimal | DecimalJsLike | number | string
|
16386
16290
|
lastProcessedTimestamp?: IntWithAggregatesFilter<"TempLeaves"> | number
|
16387
16291
|
}
|
16388
16292
|
|
@@ -16397,8 +16301,6 @@ export namespace Prisma {
|
|
16397
16301
|
reason?: StringFilter<"Leaves"> | string
|
16398
16302
|
rewardToken?: StringFilter<"Leaves"> | string
|
16399
16303
|
amount?: StringFilter<"Leaves"> | string
|
16400
|
-
auxiliaryData1?: DecimalFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16401
|
-
auxiliaryData2?: DecimalFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16402
16304
|
lastProcessedTimestamp?: IntFilter<"Leaves"> | number
|
16403
16305
|
}
|
16404
16306
|
|
@@ -16410,8 +16312,6 @@ export namespace Prisma {
|
|
16410
16312
|
reason?: SortOrder
|
16411
16313
|
rewardToken?: SortOrder
|
16412
16314
|
amount?: SortOrder
|
16413
|
-
auxiliaryData1?: SortOrder
|
16414
|
-
auxiliaryData2?: SortOrder
|
16415
16315
|
lastProcessedTimestamp?: SortOrder
|
16416
16316
|
_relevance?: LeavesOrderByRelevanceInput
|
16417
16317
|
}
|
@@ -16428,8 +16328,6 @@ export namespace Prisma {
|
|
16428
16328
|
reason?: StringFilter<"Leaves"> | string
|
16429
16329
|
rewardToken?: StringFilter<"Leaves"> | string
|
16430
16330
|
amount?: StringFilter<"Leaves"> | string
|
16431
|
-
auxiliaryData1?: DecimalFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16432
|
-
auxiliaryData2?: DecimalFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16433
16331
|
lastProcessedTimestamp?: IntFilter<"Leaves"> | number
|
16434
16332
|
}, "chainId_campaignId_recipient_reason_root">
|
16435
16333
|
|
@@ -16441,8 +16339,6 @@ export namespace Prisma {
|
|
16441
16339
|
reason?: SortOrder
|
16442
16340
|
rewardToken?: SortOrder
|
16443
16341
|
amount?: SortOrder
|
16444
|
-
auxiliaryData1?: SortOrder
|
16445
|
-
auxiliaryData2?: SortOrder
|
16446
16342
|
lastProcessedTimestamp?: SortOrder
|
16447
16343
|
_count?: LeavesCountOrderByAggregateInput
|
16448
16344
|
_avg?: LeavesAvgOrderByAggregateInput
|
@@ -16462,8 +16358,6 @@ export namespace Prisma {
|
|
16462
16358
|
reason?: StringWithAggregatesFilter<"Leaves"> | string
|
16463
16359
|
rewardToken?: StringWithAggregatesFilter<"Leaves"> | string
|
16464
16360
|
amount?: StringWithAggregatesFilter<"Leaves"> | string
|
16465
|
-
auxiliaryData1?: DecimalWithAggregatesFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16466
|
-
auxiliaryData2?: DecimalWithAggregatesFilter<"Leaves"> | Decimal | DecimalJsLike | number | string
|
16467
16361
|
lastProcessedTimestamp?: IntWithAggregatesFilter<"Leaves"> | number
|
16468
16362
|
}
|
16469
16363
|
|
@@ -17187,8 +17081,6 @@ export namespace Prisma {
|
|
17187
17081
|
reason: string
|
17188
17082
|
rewardToken: string
|
17189
17083
|
amount?: string
|
17190
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17191
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17192
17084
|
lastProcessedTimestamp: number
|
17193
17085
|
}
|
17194
17086
|
|
@@ -17199,8 +17091,6 @@ export namespace Prisma {
|
|
17199
17091
|
reason: string
|
17200
17092
|
rewardToken: string
|
17201
17093
|
amount?: string
|
17202
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17203
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17204
17094
|
lastProcessedTimestamp: number
|
17205
17095
|
}
|
17206
17096
|
|
@@ -17211,8 +17101,6 @@ export namespace Prisma {
|
|
17211
17101
|
reason?: StringFieldUpdateOperationsInput | string
|
17212
17102
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17213
17103
|
amount?: StringFieldUpdateOperationsInput | string
|
17214
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17215
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17216
17104
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17217
17105
|
}
|
17218
17106
|
|
@@ -17223,8 +17111,6 @@ export namespace Prisma {
|
|
17223
17111
|
reason?: StringFieldUpdateOperationsInput | string
|
17224
17112
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17225
17113
|
amount?: StringFieldUpdateOperationsInput | string
|
17226
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17227
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17228
17114
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17229
17115
|
}
|
17230
17116
|
|
@@ -17235,8 +17121,6 @@ export namespace Prisma {
|
|
17235
17121
|
reason: string
|
17236
17122
|
rewardToken: string
|
17237
17123
|
amount?: string
|
17238
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17239
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17240
17124
|
lastProcessedTimestamp: number
|
17241
17125
|
}
|
17242
17126
|
|
@@ -17247,8 +17131,6 @@ export namespace Prisma {
|
|
17247
17131
|
reason?: StringFieldUpdateOperationsInput | string
|
17248
17132
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17249
17133
|
amount?: StringFieldUpdateOperationsInput | string
|
17250
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17251
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17252
17134
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17253
17135
|
}
|
17254
17136
|
|
@@ -17259,8 +17141,6 @@ export namespace Prisma {
|
|
17259
17141
|
reason?: StringFieldUpdateOperationsInput | string
|
17260
17142
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17261
17143
|
amount?: StringFieldUpdateOperationsInput | string
|
17262
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17263
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17264
17144
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17265
17145
|
}
|
17266
17146
|
|
@@ -17272,8 +17152,6 @@ export namespace Prisma {
|
|
17272
17152
|
reason: string
|
17273
17153
|
rewardToken: string
|
17274
17154
|
amount?: string
|
17275
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17276
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17277
17155
|
lastProcessedTimestamp: number
|
17278
17156
|
}
|
17279
17157
|
|
@@ -17285,8 +17163,6 @@ export namespace Prisma {
|
|
17285
17163
|
reason: string
|
17286
17164
|
rewardToken: string
|
17287
17165
|
amount?: string
|
17288
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17289
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17290
17166
|
lastProcessedTimestamp: number
|
17291
17167
|
}
|
17292
17168
|
|
@@ -17298,8 +17174,6 @@ export namespace Prisma {
|
|
17298
17174
|
reason?: StringFieldUpdateOperationsInput | string
|
17299
17175
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17300
17176
|
amount?: StringFieldUpdateOperationsInput | string
|
17301
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17302
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17303
17177
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17304
17178
|
}
|
17305
17179
|
|
@@ -17311,8 +17185,6 @@ export namespace Prisma {
|
|
17311
17185
|
reason?: StringFieldUpdateOperationsInput | string
|
17312
17186
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17313
17187
|
amount?: StringFieldUpdateOperationsInput | string
|
17314
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17315
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17316
17188
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17317
17189
|
}
|
17318
17190
|
|
@@ -17324,8 +17196,6 @@ export namespace Prisma {
|
|
17324
17196
|
reason: string
|
17325
17197
|
rewardToken: string
|
17326
17198
|
amount?: string
|
17327
|
-
auxiliaryData1?: Decimal | DecimalJsLike | number | string
|
17328
|
-
auxiliaryData2?: Decimal | DecimalJsLike | number | string
|
17329
17199
|
lastProcessedTimestamp: number
|
17330
17200
|
}
|
17331
17201
|
|
@@ -17337,8 +17207,6 @@ export namespace Prisma {
|
|
17337
17207
|
reason?: StringFieldUpdateOperationsInput | string
|
17338
17208
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17339
17209
|
amount?: StringFieldUpdateOperationsInput | string
|
17340
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17341
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17342
17210
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17343
17211
|
}
|
17344
17212
|
|
@@ -17350,8 +17218,6 @@ export namespace Prisma {
|
|
17350
17218
|
reason?: StringFieldUpdateOperationsInput | string
|
17351
17219
|
rewardToken?: StringFieldUpdateOperationsInput | string
|
17352
17220
|
amount?: StringFieldUpdateOperationsInput | string
|
17353
|
-
auxiliaryData1?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17354
|
-
auxiliaryData2?: DecimalFieldUpdateOperationsInput | Decimal | DecimalJsLike | number | string
|
17355
17221
|
lastProcessedTimestamp?: IntFieldUpdateOperationsInput | number
|
17356
17222
|
}
|
17357
17223
|
|
@@ -18138,17 +18004,6 @@ export namespace Prisma {
|
|
18138
18004
|
not?: NestedStringFilter<$PrismaModel> | string
|
18139
18005
|
}
|
18140
18006
|
|
18141
|
-
export type DecimalFilter<$PrismaModel = never> = {
|
18142
|
-
equals?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18143
|
-
in?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
18144
|
-
notIn?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
18145
|
-
lt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18146
|
-
lte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18147
|
-
gt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18148
|
-
gte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18149
|
-
not?: NestedDecimalFilter<$PrismaModel> | Decimal | DecimalJsLike | number | string
|
18150
|
-
}
|
18151
|
-
|
18152
18007
|
export type TempLeavesOrderByRelevanceInput = {
|
18153
18008
|
fields: TempLeavesOrderByRelevanceFieldEnum | TempLeavesOrderByRelevanceFieldEnum[]
|
18154
18009
|
sort: SortOrder
|
@@ -18169,15 +18024,11 @@ export namespace Prisma {
|
|
18169
18024
|
reason?: SortOrder
|
18170
18025
|
rewardToken?: SortOrder
|
18171
18026
|
amount?: SortOrder
|
18172
|
-
auxiliaryData1?: SortOrder
|
18173
|
-
auxiliaryData2?: SortOrder
|
18174
18027
|
lastProcessedTimestamp?: SortOrder
|
18175
18028
|
}
|
18176
18029
|
|
18177
18030
|
export type TempLeavesAvgOrderByAggregateInput = {
|
18178
18031
|
chainId?: SortOrder
|
18179
|
-
auxiliaryData1?: SortOrder
|
18180
|
-
auxiliaryData2?: SortOrder
|
18181
18032
|
lastProcessedTimestamp?: SortOrder
|
18182
18033
|
}
|
18183
18034
|
|
@@ -18188,8 +18039,6 @@ export namespace Prisma {
|
|
18188
18039
|
reason?: SortOrder
|
18189
18040
|
rewardToken?: SortOrder
|
18190
18041
|
amount?: SortOrder
|
18191
|
-
auxiliaryData1?: SortOrder
|
18192
|
-
auxiliaryData2?: SortOrder
|
18193
18042
|
lastProcessedTimestamp?: SortOrder
|
18194
18043
|
}
|
18195
18044
|
|
@@ -18200,15 +18049,11 @@ export namespace Prisma {
|
|
18200
18049
|
reason?: SortOrder
|
18201
18050
|
rewardToken?: SortOrder
|
18202
18051
|
amount?: SortOrder
|
18203
|
-
auxiliaryData1?: SortOrder
|
18204
|
-
auxiliaryData2?: SortOrder
|
18205
18052
|
lastProcessedTimestamp?: SortOrder
|
18206
18053
|
}
|
18207
18054
|
|
18208
18055
|
export type TempLeavesSumOrderByAggregateInput = {
|
18209
18056
|
chainId?: SortOrder
|
18210
|
-
auxiliaryData1?: SortOrder
|
18211
|
-
auxiliaryData2?: SortOrder
|
18212
18057
|
lastProcessedTimestamp?: SortOrder
|
18213
18058
|
}
|
18214
18059
|
|
@@ -18247,22 +18092,6 @@ export namespace Prisma {
|
|
18247
18092
|
_max?: NestedStringFilter<$PrismaModel>
|
18248
18093
|
}
|
18249
18094
|
|
18250
|
-
export type DecimalWithAggregatesFilter<$PrismaModel = never> = {
|
18251
|
-
equals?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18252
|
-
in?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
18253
|
-
notIn?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
18254
|
-
lt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18255
|
-
lte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18256
|
-
gt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18257
|
-
gte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
18258
|
-
not?: NestedDecimalWithAggregatesFilter<$PrismaModel> | Decimal | DecimalJsLike | number | string
|
18259
|
-
_count?: NestedIntFilter<$PrismaModel>
|
18260
|
-
_avg?: NestedDecimalFilter<$PrismaModel>
|
18261
|
-
_sum?: NestedDecimalFilter<$PrismaModel>
|
18262
|
-
_min?: NestedDecimalFilter<$PrismaModel>
|
18263
|
-
_max?: NestedDecimalFilter<$PrismaModel>
|
18264
|
-
}
|
18265
|
-
|
18266
18095
|
export type LeavesOrderByRelevanceInput = {
|
18267
18096
|
fields: LeavesOrderByRelevanceFieldEnum | LeavesOrderByRelevanceFieldEnum[]
|
18268
18097
|
sort: SortOrder
|
@@ -18285,15 +18114,11 @@ export namespace Prisma {
|
|
18285
18114
|
reason?: SortOrder
|
18286
18115
|
rewardToken?: SortOrder
|
18287
18116
|
amount?: SortOrder
|
18288
|
-
auxiliaryData1?: SortOrder
|
18289
|
-
auxiliaryData2?: SortOrder
|
18290
18117
|
lastProcessedTimestamp?: SortOrder
|
18291
18118
|
}
|
18292
18119
|
|
18293
18120
|
export type LeavesAvgOrderByAggregateInput = {
|
18294
18121
|
chainId?: SortOrder
|
18295
|
-
auxiliaryData1?: SortOrder
|
18296
|
-
auxiliaryData2?: SortOrder
|
18297
18122
|
lastProcessedTimestamp?: SortOrder
|
18298
18123
|
}
|
18299
18124
|
|
@@ -18305,8 +18130,6 @@ export namespace Prisma {
|
|
18305
18130
|
reason?: SortOrder
|
18306
18131
|
rewardToken?: SortOrder
|
18307
18132
|
amount?: SortOrder
|
18308
|
-
auxiliaryData1?: SortOrder
|
18309
|
-
auxiliaryData2?: SortOrder
|
18310
18133
|
lastProcessedTimestamp?: SortOrder
|
18311
18134
|
}
|
18312
18135
|
|
@@ -18318,15 +18141,11 @@ export namespace Prisma {
|
|
18318
18141
|
reason?: SortOrder
|
18319
18142
|
rewardToken?: SortOrder
|
18320
18143
|
amount?: SortOrder
|
18321
|
-
auxiliaryData1?: SortOrder
|
18322
|
-
auxiliaryData2?: SortOrder
|
18323
18144
|
lastProcessedTimestamp?: SortOrder
|
18324
18145
|
}
|
18325
18146
|
|
18326
18147
|
export type LeavesSumOrderByAggregateInput = {
|
18327
18148
|
chainId?: SortOrder
|
18328
|
-
auxiliaryData1?: SortOrder
|
18329
|
-
auxiliaryData2?: SortOrder
|
18330
18149
|
lastProcessedTimestamp?: SortOrder
|
18331
18150
|
}
|
18332
18151
|
|
@@ -18959,14 +18778,6 @@ export namespace Prisma {
|
|
18959
18778
|
set?: string
|
18960
18779
|
}
|
18961
18780
|
|
18962
|
-
export type DecimalFieldUpdateOperationsInput = {
|
18963
|
-
set?: Decimal | DecimalJsLike | number | string
|
18964
|
-
increment?: Decimal | DecimalJsLike | number | string
|
18965
|
-
decrement?: Decimal | DecimalJsLike | number | string
|
18966
|
-
multiply?: Decimal | DecimalJsLike | number | string
|
18967
|
-
divide?: Decimal | DecimalJsLike | number | string
|
18968
|
-
}
|
18969
|
-
|
18970
18781
|
export type ProofsCreateproofInput = {
|
18971
18782
|
set: string[]
|
18972
18783
|
}
|
@@ -19011,17 +18822,6 @@ export namespace Prisma {
|
|
19011
18822
|
not?: NestedStringFilter<$PrismaModel> | string
|
19012
18823
|
}
|
19013
18824
|
|
19014
|
-
export type NestedDecimalFilter<$PrismaModel = never> = {
|
19015
|
-
equals?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19016
|
-
in?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
19017
|
-
notIn?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
19018
|
-
lt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19019
|
-
lte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19020
|
-
gt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19021
|
-
gte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19022
|
-
not?: NestedDecimalFilter<$PrismaModel> | Decimal | DecimalJsLike | number | string
|
19023
|
-
}
|
19024
|
-
|
19025
18825
|
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
19026
18826
|
equals?: number | IntFieldRefInput<$PrismaModel>
|
19027
18827
|
in?: number[] | ListIntFieldRefInput<$PrismaModel>
|
@@ -19066,22 +18866,6 @@ export namespace Prisma {
|
|
19066
18866
|
_min?: NestedStringFilter<$PrismaModel>
|
19067
18867
|
_max?: NestedStringFilter<$PrismaModel>
|
19068
18868
|
}
|
19069
|
-
|
19070
|
-
export type NestedDecimalWithAggregatesFilter<$PrismaModel = never> = {
|
19071
|
-
equals?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19072
|
-
in?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
19073
|
-
notIn?: Decimal[] | DecimalJsLike[] | number[] | string[] | ListDecimalFieldRefInput<$PrismaModel>
|
19074
|
-
lt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19075
|
-
lte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19076
|
-
gt?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19077
|
-
gte?: Decimal | DecimalJsLike | number | string | DecimalFieldRefInput<$PrismaModel>
|
19078
|
-
not?: NestedDecimalWithAggregatesFilter<$PrismaModel> | Decimal | DecimalJsLike | number | string
|
19079
|
-
_count?: NestedIntFilter<$PrismaModel>
|
19080
|
-
_avg?: NestedDecimalFilter<$PrismaModel>
|
19081
|
-
_sum?: NestedDecimalFilter<$PrismaModel>
|
19082
|
-
_min?: NestedDecimalFilter<$PrismaModel>
|
19083
|
-
_max?: NestedDecimalFilter<$PrismaModel>
|
19084
|
-
}
|
19085
18869
|
export type NestedJsonFilter<$PrismaModel = never> =
|
19086
18870
|
| PatchUndefined<
|
19087
18871
|
Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
|