@merkl/api 0.17.1 → 0.17.2
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/drizzle/schema.d.ts +0 -18
- package/dist/database/api/.generated/drizzle/schema.js +0 -2
- package/dist/database/api/.generated/drizzle/schema.ts +0 -3
- package/dist/database/api/.generated/edge.js +3 -12
- package/dist/database/api/.generated/index-browser.js +0 -9
- package/dist/database/api/.generated/index.d.ts +1 -148
- package/dist/database/api/.generated/index.js +3 -12
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +8 -8
- package/dist/database/api/.generated/wasm.js +0 -9
- package/dist/src/eden/index.d.ts +0 -25
- package/dist/src/index.d.ts +0 -5
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +0 -4
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +0 -8
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +0 -8
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +0 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +0 -5
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +0 -3
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +0 -1
- package/dist/src/modules/v4/router.d.ts +0 -5
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -219,17 +219,6 @@ export const PriceSourceMethod: {
|
|
219
219
|
|
220
220
|
export type PriceSourceMethod = (typeof PriceSourceMethod)[keyof typeof PriceSourceMethod]
|
221
221
|
|
222
|
-
|
223
|
-
export const DistributionType: {
|
224
|
-
DUTCH_AUCTION: 'DUTCH_AUCTION',
|
225
|
-
FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE: 'FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE',
|
226
|
-
FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE: 'FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE',
|
227
|
-
FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT: 'FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT',
|
228
|
-
FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT: 'FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT'
|
229
|
-
};
|
230
|
-
|
231
|
-
export type DistributionType = (typeof DistributionType)[keyof typeof DistributionType]
|
232
|
-
|
233
222
|
}
|
234
223
|
|
235
224
|
export type LoggedEntityType = $Enums.LoggedEntityType
|
@@ -264,10 +253,6 @@ export type PriceSourceMethod = $Enums.PriceSourceMethod
|
|
264
253
|
|
265
254
|
export const PriceSourceMethod: typeof $Enums.PriceSourceMethod
|
266
255
|
|
267
|
-
export type DistributionType = $Enums.DistributionType
|
268
|
-
|
269
|
-
export const DistributionType: typeof $Enums.DistributionType
|
270
|
-
|
271
256
|
/**
|
272
257
|
* ## Prisma Client ʲˢ
|
273
258
|
*
|
@@ -3723,7 +3708,6 @@ export namespace Prisma {
|
|
3723
3708
|
distributionChainId: number | null
|
3724
3709
|
campaignId: string | null
|
3725
3710
|
type: string | null
|
3726
|
-
distributionType: $Enums.DistributionType | null
|
3727
3711
|
subType: number | null
|
3728
3712
|
rewardTokenId: string | null
|
3729
3713
|
amount: string | null
|
@@ -3739,7 +3723,6 @@ export namespace Prisma {
|
|
3739
3723
|
distributionChainId: number | null
|
3740
3724
|
campaignId: string | null
|
3741
3725
|
type: string | null
|
3742
|
-
distributionType: $Enums.DistributionType | null
|
3743
3726
|
subType: number | null
|
3744
3727
|
rewardTokenId: string | null
|
3745
3728
|
amount: string | null
|
@@ -3755,7 +3738,6 @@ export namespace Prisma {
|
|
3755
3738
|
distributionChainId: number
|
3756
3739
|
campaignId: number
|
3757
3740
|
type: number
|
3758
|
-
distributionType: number
|
3759
3741
|
subType: number
|
3760
3742
|
rewardTokenId: number
|
3761
3743
|
amount: number
|
@@ -3790,7 +3772,6 @@ export namespace Prisma {
|
|
3790
3772
|
distributionChainId?: true
|
3791
3773
|
campaignId?: true
|
3792
3774
|
type?: true
|
3793
|
-
distributionType?: true
|
3794
3775
|
subType?: true
|
3795
3776
|
rewardTokenId?: true
|
3796
3777
|
amount?: true
|
@@ -3806,7 +3787,6 @@ export namespace Prisma {
|
|
3806
3787
|
distributionChainId?: true
|
3807
3788
|
campaignId?: true
|
3808
3789
|
type?: true
|
3809
|
-
distributionType?: true
|
3810
3790
|
subType?: true
|
3811
3791
|
rewardTokenId?: true
|
3812
3792
|
amount?: true
|
@@ -3822,7 +3802,6 @@ export namespace Prisma {
|
|
3822
3802
|
distributionChainId?: true
|
3823
3803
|
campaignId?: true
|
3824
3804
|
type?: true
|
3825
|
-
distributionType?: true
|
3826
3805
|
subType?: true
|
3827
3806
|
rewardTokenId?: true
|
3828
3807
|
amount?: true
|
@@ -3926,7 +3905,6 @@ export namespace Prisma {
|
|
3926
3905
|
distributionChainId: number
|
3927
3906
|
campaignId: string
|
3928
3907
|
type: string
|
3929
|
-
distributionType: $Enums.DistributionType
|
3930
3908
|
subType: number | null
|
3931
3909
|
rewardTokenId: string
|
3932
3910
|
amount: string
|
@@ -3962,7 +3940,6 @@ export namespace Prisma {
|
|
3962
3940
|
distributionChainId?: boolean
|
3963
3941
|
campaignId?: boolean
|
3964
3942
|
type?: boolean
|
3965
|
-
distributionType?: boolean
|
3966
3943
|
subType?: boolean
|
3967
3944
|
rewardTokenId?: boolean
|
3968
3945
|
amount?: boolean
|
@@ -3990,7 +3967,6 @@ export namespace Prisma {
|
|
3990
3967
|
distributionChainId?: boolean
|
3991
3968
|
campaignId?: boolean
|
3992
3969
|
type?: boolean
|
3993
|
-
distributionType?: boolean
|
3994
3970
|
subType?: boolean
|
3995
3971
|
rewardTokenId?: boolean
|
3996
3972
|
amount?: boolean
|
@@ -4012,7 +3988,6 @@ export namespace Prisma {
|
|
4012
3988
|
distributionChainId?: boolean
|
4013
3989
|
campaignId?: boolean
|
4014
3990
|
type?: boolean
|
4015
|
-
distributionType?: boolean
|
4016
3991
|
subType?: boolean
|
4017
3992
|
rewardTokenId?: boolean
|
4018
3993
|
amount?: boolean
|
@@ -4034,7 +4009,6 @@ export namespace Prisma {
|
|
4034
4009
|
distributionChainId?: boolean
|
4035
4010
|
campaignId?: boolean
|
4036
4011
|
type?: boolean
|
4037
|
-
distributionType?: boolean
|
4038
4012
|
subType?: boolean
|
4039
4013
|
rewardTokenId?: boolean
|
4040
4014
|
amount?: boolean
|
@@ -4045,7 +4019,7 @@ export namespace Prisma {
|
|
4045
4019
|
creatorAddress?: boolean
|
4046
4020
|
}
|
4047
4021
|
|
4048
|
-
export type CampaignOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "computeChainId" | "distributionChainId" | "campaignId" | "type" | "
|
4022
|
+
export type CampaignOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "computeChainId" | "distributionChainId" | "campaignId" | "type" | "subType" | "rewardTokenId" | "amount" | "opportunityId" | "startTimestamp" | "endTimestamp" | "params" | "creatorAddress", ExtArgs["result"]["campaign"]>
|
4049
4023
|
export type CampaignInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
4050
4024
|
ComputeChain?: boolean | ChainDefaultArgs<ExtArgs>
|
4051
4025
|
DistributionChain?: boolean | ChainDefaultArgs<ExtArgs>
|
@@ -4094,7 +4068,6 @@ export namespace Prisma {
|
|
4094
4068
|
distributionChainId: number
|
4095
4069
|
campaignId: string
|
4096
4070
|
type: string
|
4097
|
-
distributionType: $Enums.DistributionType
|
4098
4071
|
subType: number | null
|
4099
4072
|
rewardTokenId: string
|
4100
4073
|
amount: string
|
@@ -4541,7 +4514,6 @@ export namespace Prisma {
|
|
4541
4514
|
readonly distributionChainId: FieldRef<"Campaign", 'Int'>
|
4542
4515
|
readonly campaignId: FieldRef<"Campaign", 'String'>
|
4543
4516
|
readonly type: FieldRef<"Campaign", 'String'>
|
4544
|
-
readonly distributionType: FieldRef<"Campaign", 'DistributionType'>
|
4545
4517
|
readonly subType: FieldRef<"Campaign", 'Int'>
|
4546
4518
|
readonly rewardTokenId: FieldRef<"Campaign", 'String'>
|
4547
4519
|
readonly amount: FieldRef<"Campaign", 'String'>
|
@@ -31450,7 +31422,6 @@ export namespace Prisma {
|
|
31450
31422
|
distributionChainId: 'distributionChainId',
|
31451
31423
|
campaignId: 'campaignId',
|
31452
31424
|
type: 'type',
|
31453
|
-
distributionType: 'distributionType',
|
31454
31425
|
subType: 'subType',
|
31455
31426
|
rewardTokenId: 'rewardTokenId',
|
31456
31427
|
amount: 'amount',
|
@@ -32050,20 +32021,6 @@ export namespace Prisma {
|
|
32050
32021
|
|
32051
32022
|
|
32052
32023
|
|
32053
|
-
/**
|
32054
|
-
* Reference to a field of type 'DistributionType'
|
32055
|
-
*/
|
32056
|
-
export type EnumDistributionTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DistributionType'>
|
32057
|
-
|
32058
|
-
|
32059
|
-
|
32060
|
-
/**
|
32061
|
-
* Reference to a field of type 'DistributionType[]'
|
32062
|
-
*/
|
32063
|
-
export type ListEnumDistributionTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DistributionType[]'>
|
32064
|
-
|
32065
|
-
|
32066
|
-
|
32067
32024
|
/**
|
32068
32025
|
* Reference to a field of type 'BigInt'
|
32069
32026
|
*/
|
@@ -32244,7 +32201,6 @@ export namespace Prisma {
|
|
32244
32201
|
distributionChainId?: IntFilter<"Campaign"> | number
|
32245
32202
|
campaignId?: StringFilter<"Campaign"> | string
|
32246
32203
|
type?: StringFilter<"Campaign"> | string
|
32247
|
-
distributionType?: EnumDistributionTypeFilter<"Campaign"> | $Enums.DistributionType
|
32248
32204
|
subType?: IntNullableFilter<"Campaign"> | number | null
|
32249
32205
|
rewardTokenId?: StringFilter<"Campaign"> | string
|
32250
32206
|
amount?: StringFilter<"Campaign"> | string
|
@@ -32271,7 +32227,6 @@ export namespace Prisma {
|
|
32271
32227
|
distributionChainId?: SortOrder
|
32272
32228
|
campaignId?: SortOrder
|
32273
32229
|
type?: SortOrder
|
32274
|
-
distributionType?: SortOrder
|
32275
32230
|
subType?: SortOrderInput | SortOrder
|
32276
32231
|
rewardTokenId?: SortOrder
|
32277
32232
|
amount?: SortOrder
|
@@ -32303,7 +32258,6 @@ export namespace Prisma {
|
|
32303
32258
|
distributionChainId?: IntFilter<"Campaign"> | number
|
32304
32259
|
campaignId?: StringFilter<"Campaign"> | string
|
32305
32260
|
type?: StringFilter<"Campaign"> | string
|
32306
|
-
distributionType?: EnumDistributionTypeFilter<"Campaign"> | $Enums.DistributionType
|
32307
32261
|
subType?: IntNullableFilter<"Campaign"> | number | null
|
32308
32262
|
rewardTokenId?: StringFilter<"Campaign"> | string
|
32309
32263
|
amount?: StringFilter<"Campaign"> | string
|
@@ -32330,7 +32284,6 @@ export namespace Prisma {
|
|
32330
32284
|
distributionChainId?: SortOrder
|
32331
32285
|
campaignId?: SortOrder
|
32332
32286
|
type?: SortOrder
|
32333
|
-
distributionType?: SortOrder
|
32334
32287
|
subType?: SortOrderInput | SortOrder
|
32335
32288
|
rewardTokenId?: SortOrder
|
32336
32289
|
amount?: SortOrder
|
@@ -32355,7 +32308,6 @@ export namespace Prisma {
|
|
32355
32308
|
distributionChainId?: IntWithAggregatesFilter<"Campaign"> | number
|
32356
32309
|
campaignId?: StringWithAggregatesFilter<"Campaign"> | string
|
32357
32310
|
type?: StringWithAggregatesFilter<"Campaign"> | string
|
32358
|
-
distributionType?: EnumDistributionTypeWithAggregatesFilter<"Campaign"> | $Enums.DistributionType
|
32359
32311
|
subType?: IntNullableWithAggregatesFilter<"Campaign"> | number | null
|
32360
32312
|
rewardTokenId?: StringWithAggregatesFilter<"Campaign"> | string
|
32361
32313
|
amount?: StringWithAggregatesFilter<"Campaign"> | string
|
@@ -33899,7 +33851,6 @@ export namespace Prisma {
|
|
33899
33851
|
id: string
|
33900
33852
|
campaignId: string
|
33901
33853
|
type: string
|
33902
|
-
distributionType: $Enums.DistributionType
|
33903
33854
|
subType?: number | null
|
33904
33855
|
amount: string
|
33905
33856
|
startTimestamp: bigint | number
|
@@ -33923,7 +33874,6 @@ export namespace Prisma {
|
|
33923
33874
|
distributionChainId: number
|
33924
33875
|
campaignId: string
|
33925
33876
|
type: string
|
33926
|
-
distributionType: $Enums.DistributionType
|
33927
33877
|
subType?: number | null
|
33928
33878
|
rewardTokenId: string
|
33929
33879
|
amount: string
|
@@ -33943,7 +33893,6 @@ export namespace Prisma {
|
|
33943
33893
|
id?: StringFieldUpdateOperationsInput | string
|
33944
33894
|
campaignId?: StringFieldUpdateOperationsInput | string
|
33945
33895
|
type?: StringFieldUpdateOperationsInput | string
|
33946
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
33947
33896
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
33948
33897
|
amount?: StringFieldUpdateOperationsInput | string
|
33949
33898
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -33967,7 +33916,6 @@ export namespace Prisma {
|
|
33967
33916
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
33968
33917
|
campaignId?: StringFieldUpdateOperationsInput | string
|
33969
33918
|
type?: StringFieldUpdateOperationsInput | string
|
33970
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
33971
33919
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
33972
33920
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
33973
33921
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -33989,7 +33937,6 @@ export namespace Prisma {
|
|
33989
33937
|
distributionChainId: number
|
33990
33938
|
campaignId: string
|
33991
33939
|
type: string
|
33992
|
-
distributionType: $Enums.DistributionType
|
33993
33940
|
subType?: number | null
|
33994
33941
|
rewardTokenId: string
|
33995
33942
|
amount: string
|
@@ -34004,7 +33951,6 @@ export namespace Prisma {
|
|
34004
33951
|
id?: StringFieldUpdateOperationsInput | string
|
34005
33952
|
campaignId?: StringFieldUpdateOperationsInput | string
|
34006
33953
|
type?: StringFieldUpdateOperationsInput | string
|
34007
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
34008
33954
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
34009
33955
|
amount?: StringFieldUpdateOperationsInput | string
|
34010
33956
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -34018,7 +33964,6 @@ export namespace Prisma {
|
|
34018
33964
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
34019
33965
|
campaignId?: StringFieldUpdateOperationsInput | string
|
34020
33966
|
type?: StringFieldUpdateOperationsInput | string
|
34021
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
34022
33967
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
34023
33968
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
34024
33969
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -35538,13 +35483,6 @@ export namespace Prisma {
|
|
35538
35483
|
not?: NestedIntFilter<$PrismaModel> | number
|
35539
35484
|
}
|
35540
35485
|
|
35541
|
-
export type EnumDistributionTypeFilter<$PrismaModel = never> = {
|
35542
|
-
equals?: $Enums.DistributionType | EnumDistributionTypeFieldRefInput<$PrismaModel>
|
35543
|
-
in?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
35544
|
-
notIn?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
35545
|
-
not?: NestedEnumDistributionTypeFilter<$PrismaModel> | $Enums.DistributionType
|
35546
|
-
}
|
35547
|
-
|
35548
35486
|
export type IntNullableFilter<$PrismaModel = never> = {
|
35549
35487
|
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
35550
35488
|
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
@@ -35681,7 +35619,6 @@ export namespace Prisma {
|
|
35681
35619
|
distributionChainId?: SortOrder
|
35682
35620
|
campaignId?: SortOrder
|
35683
35621
|
type?: SortOrder
|
35684
|
-
distributionType?: SortOrder
|
35685
35622
|
subType?: SortOrder
|
35686
35623
|
rewardTokenId?: SortOrder
|
35687
35624
|
amount?: SortOrder
|
@@ -35706,7 +35643,6 @@ export namespace Prisma {
|
|
35706
35643
|
distributionChainId?: SortOrder
|
35707
35644
|
campaignId?: SortOrder
|
35708
35645
|
type?: SortOrder
|
35709
|
-
distributionType?: SortOrder
|
35710
35646
|
subType?: SortOrder
|
35711
35647
|
rewardTokenId?: SortOrder
|
35712
35648
|
amount?: SortOrder
|
@@ -35722,7 +35658,6 @@ export namespace Prisma {
|
|
35722
35658
|
distributionChainId?: SortOrder
|
35723
35659
|
campaignId?: SortOrder
|
35724
35660
|
type?: SortOrder
|
35725
|
-
distributionType?: SortOrder
|
35726
35661
|
subType?: SortOrder
|
35727
35662
|
rewardTokenId?: SortOrder
|
35728
35663
|
amount?: SortOrder
|
@@ -35775,16 +35710,6 @@ export namespace Prisma {
|
|
35775
35710
|
_max?: NestedIntFilter<$PrismaModel>
|
35776
35711
|
}
|
35777
35712
|
|
35778
|
-
export type EnumDistributionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
35779
|
-
equals?: $Enums.DistributionType | EnumDistributionTypeFieldRefInput<$PrismaModel>
|
35780
|
-
in?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
35781
|
-
notIn?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
35782
|
-
not?: NestedEnumDistributionTypeWithAggregatesFilter<$PrismaModel> | $Enums.DistributionType
|
35783
|
-
_count?: NestedIntFilter<$PrismaModel>
|
35784
|
-
_min?: NestedEnumDistributionTypeFilter<$PrismaModel>
|
35785
|
-
_max?: NestedEnumDistributionTypeFilter<$PrismaModel>
|
35786
|
-
}
|
35787
|
-
|
35788
35713
|
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
35789
35714
|
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
35790
35715
|
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
@@ -37440,10 +37365,6 @@ export namespace Prisma {
|
|
37440
37365
|
set?: string
|
37441
37366
|
}
|
37442
37367
|
|
37443
|
-
export type EnumDistributionTypeFieldUpdateOperationsInput = {
|
37444
|
-
set?: $Enums.DistributionType
|
37445
|
-
}
|
37446
|
-
|
37447
37368
|
export type NullableIntFieldUpdateOperationsInput = {
|
37448
37369
|
set?: number | null
|
37449
37370
|
increment?: number
|
@@ -39498,13 +39419,6 @@ export namespace Prisma {
|
|
39498
39419
|
not?: NestedIntFilter<$PrismaModel> | number
|
39499
39420
|
}
|
39500
39421
|
|
39501
|
-
export type NestedEnumDistributionTypeFilter<$PrismaModel = never> = {
|
39502
|
-
equals?: $Enums.DistributionType | EnumDistributionTypeFieldRefInput<$PrismaModel>
|
39503
|
-
in?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
39504
|
-
notIn?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
39505
|
-
not?: NestedEnumDistributionTypeFilter<$PrismaModel> | $Enums.DistributionType
|
39506
|
-
}
|
39507
|
-
|
39508
39422
|
export type NestedIntNullableFilter<$PrismaModel = never> = {
|
39509
39423
|
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
39510
39424
|
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
@@ -39572,16 +39486,6 @@ export namespace Prisma {
|
|
39572
39486
|
not?: NestedFloatFilter<$PrismaModel> | number
|
39573
39487
|
}
|
39574
39488
|
|
39575
|
-
export type NestedEnumDistributionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
39576
|
-
equals?: $Enums.DistributionType | EnumDistributionTypeFieldRefInput<$PrismaModel>
|
39577
|
-
in?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
39578
|
-
notIn?: $Enums.DistributionType[] | ListEnumDistributionTypeFieldRefInput<$PrismaModel>
|
39579
|
-
not?: NestedEnumDistributionTypeWithAggregatesFilter<$PrismaModel> | $Enums.DistributionType
|
39580
|
-
_count?: NestedIntFilter<$PrismaModel>
|
39581
|
-
_min?: NestedEnumDistributionTypeFilter<$PrismaModel>
|
39582
|
-
_max?: NestedEnumDistributionTypeFilter<$PrismaModel>
|
39583
|
-
}
|
39584
|
-
|
39585
39489
|
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
39586
39490
|
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
39587
39491
|
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
@@ -40546,7 +40450,6 @@ export namespace Prisma {
|
|
40546
40450
|
id: string
|
40547
40451
|
campaignId: string
|
40548
40452
|
type: string
|
40549
|
-
distributionType: $Enums.DistributionType
|
40550
40453
|
subType?: number | null
|
40551
40454
|
amount: string
|
40552
40455
|
startTimestamp: bigint | number
|
@@ -40569,7 +40472,6 @@ export namespace Prisma {
|
|
40569
40472
|
distributionChainId: number
|
40570
40473
|
campaignId: string
|
40571
40474
|
type: string
|
40572
|
-
distributionType: $Enums.DistributionType
|
40573
40475
|
subType?: number | null
|
40574
40476
|
rewardTokenId: string
|
40575
40477
|
amount: string
|
@@ -40604,7 +40506,6 @@ export namespace Prisma {
|
|
40604
40506
|
id?: StringFieldUpdateOperationsInput | string
|
40605
40507
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40606
40508
|
type?: StringFieldUpdateOperationsInput | string
|
40607
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40608
40509
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40609
40510
|
amount?: StringFieldUpdateOperationsInput | string
|
40610
40511
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -40627,7 +40528,6 @@ export namespace Prisma {
|
|
40627
40528
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
40628
40529
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40629
40530
|
type?: StringFieldUpdateOperationsInput | string
|
40630
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40631
40531
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40632
40532
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
40633
40533
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -40646,7 +40546,6 @@ export namespace Prisma {
|
|
40646
40546
|
id: string
|
40647
40547
|
campaignId: string
|
40648
40548
|
type: string
|
40649
|
-
distributionType: $Enums.DistributionType
|
40650
40549
|
subType?: number | null
|
40651
40550
|
amount: string
|
40652
40551
|
startTimestamp: bigint | number
|
@@ -40669,7 +40568,6 @@ export namespace Prisma {
|
|
40669
40568
|
distributionChainId: number
|
40670
40569
|
campaignId: string
|
40671
40570
|
type: string
|
40672
|
-
distributionType: $Enums.DistributionType
|
40673
40571
|
subType?: number | null
|
40674
40572
|
rewardTokenId: string
|
40675
40573
|
amount: string
|
@@ -40704,7 +40602,6 @@ export namespace Prisma {
|
|
40704
40602
|
id?: StringFieldUpdateOperationsInput | string
|
40705
40603
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40706
40604
|
type?: StringFieldUpdateOperationsInput | string
|
40707
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40708
40605
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40709
40606
|
amount?: StringFieldUpdateOperationsInput | string
|
40710
40607
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -40727,7 +40624,6 @@ export namespace Prisma {
|
|
40727
40624
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
40728
40625
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40729
40626
|
type?: StringFieldUpdateOperationsInput | string
|
40730
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40731
40627
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40732
40628
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
40733
40629
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -40746,7 +40642,6 @@ export namespace Prisma {
|
|
40746
40642
|
id: string
|
40747
40643
|
campaignId: string
|
40748
40644
|
type: string
|
40749
|
-
distributionType: $Enums.DistributionType
|
40750
40645
|
subType?: number | null
|
40751
40646
|
amount: string
|
40752
40647
|
startTimestamp: bigint | number
|
@@ -40769,7 +40664,6 @@ export namespace Prisma {
|
|
40769
40664
|
distributionChainId: number
|
40770
40665
|
campaignId: string
|
40771
40666
|
type: string
|
40772
|
-
distributionType: $Enums.DistributionType
|
40773
40667
|
subType?: number | null
|
40774
40668
|
rewardTokenId: string
|
40775
40669
|
amount: string
|
@@ -40827,7 +40721,6 @@ export namespace Prisma {
|
|
40827
40721
|
id?: StringFieldUpdateOperationsInput | string
|
40828
40722
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40829
40723
|
type?: StringFieldUpdateOperationsInput | string
|
40830
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40831
40724
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40832
40725
|
amount?: StringFieldUpdateOperationsInput | string
|
40833
40726
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -40850,7 +40743,6 @@ export namespace Prisma {
|
|
40850
40743
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
40851
40744
|
campaignId?: StringFieldUpdateOperationsInput | string
|
40852
40745
|
type?: StringFieldUpdateOperationsInput | string
|
40853
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
40854
40746
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
40855
40747
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
40856
40748
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -40920,7 +40812,6 @@ export namespace Prisma {
|
|
40920
40812
|
id: string
|
40921
40813
|
campaignId: string
|
40922
40814
|
type: string
|
40923
|
-
distributionType: $Enums.DistributionType
|
40924
40815
|
subType?: number | null
|
40925
40816
|
amount: string
|
40926
40817
|
startTimestamp: bigint | number
|
@@ -40942,7 +40833,6 @@ export namespace Prisma {
|
|
40942
40833
|
distributionChainId: number
|
40943
40834
|
campaignId: string
|
40944
40835
|
type: string
|
40945
|
-
distributionType: $Enums.DistributionType
|
40946
40836
|
subType?: number | null
|
40947
40837
|
rewardTokenId: string
|
40948
40838
|
amount: string
|
@@ -40972,7 +40862,6 @@ export namespace Prisma {
|
|
40972
40862
|
id: string
|
40973
40863
|
campaignId: string
|
40974
40864
|
type: string
|
40975
|
-
distributionType: $Enums.DistributionType
|
40976
40865
|
subType?: number | null
|
40977
40866
|
amount: string
|
40978
40867
|
startTimestamp: bigint | number
|
@@ -40994,7 +40883,6 @@ export namespace Prisma {
|
|
40994
40883
|
computeChainId: number
|
40995
40884
|
campaignId: string
|
40996
40885
|
type: string
|
40997
|
-
distributionType: $Enums.DistributionType
|
40998
40886
|
subType?: number | null
|
40999
40887
|
rewardTokenId: string
|
41000
40888
|
amount: string
|
@@ -41253,7 +41141,6 @@ export namespace Prisma {
|
|
41253
41141
|
distributionChainId?: IntFilter<"Campaign"> | number
|
41254
41142
|
campaignId?: StringFilter<"Campaign"> | string
|
41255
41143
|
type?: StringFilter<"Campaign"> | string
|
41256
|
-
distributionType?: EnumDistributionTypeFilter<"Campaign"> | $Enums.DistributionType
|
41257
41144
|
subType?: IntNullableFilter<"Campaign"> | number | null
|
41258
41145
|
rewardTokenId?: StringFilter<"Campaign"> | string
|
41259
41146
|
amount?: StringFilter<"Campaign"> | string
|
@@ -41578,7 +41465,6 @@ export namespace Prisma {
|
|
41578
41465
|
id: string
|
41579
41466
|
campaignId: string
|
41580
41467
|
type: string
|
41581
|
-
distributionType: $Enums.DistributionType
|
41582
41468
|
subType?: number | null
|
41583
41469
|
amount: string
|
41584
41470
|
startTimestamp: bigint | number
|
@@ -41601,7 +41487,6 @@ export namespace Prisma {
|
|
41601
41487
|
distributionChainId: number
|
41602
41488
|
campaignId: string
|
41603
41489
|
type: string
|
41604
|
-
distributionType: $Enums.DistributionType
|
41605
41490
|
subType?: number | null
|
41606
41491
|
rewardTokenId: string
|
41607
41492
|
amount: string
|
@@ -42218,7 +42103,6 @@ export namespace Prisma {
|
|
42218
42103
|
id: string
|
42219
42104
|
campaignId: string
|
42220
42105
|
type: string
|
42221
|
-
distributionType: $Enums.DistributionType
|
42222
42106
|
subType?: number | null
|
42223
42107
|
amount: string
|
42224
42108
|
startTimestamp: bigint | number
|
@@ -42241,7 +42125,6 @@ export namespace Prisma {
|
|
42241
42125
|
distributionChainId: number
|
42242
42126
|
campaignId: string
|
42243
42127
|
type: string
|
42244
|
-
distributionType: $Enums.DistributionType
|
42245
42128
|
subType?: number | null
|
42246
42129
|
amount: string
|
42247
42130
|
opportunityId: string
|
@@ -43026,7 +42909,6 @@ export namespace Prisma {
|
|
43026
42909
|
id: string
|
43027
42910
|
campaignId: string
|
43028
42911
|
type: string
|
43029
|
-
distributionType: $Enums.DistributionType
|
43030
42912
|
subType?: number | null
|
43031
42913
|
amount: string
|
43032
42914
|
startTimestamp: bigint | number
|
@@ -43049,7 +42931,6 @@ export namespace Prisma {
|
|
43049
42931
|
distributionChainId: number
|
43050
42932
|
campaignId: string
|
43051
42933
|
type: string
|
43052
|
-
distributionType: $Enums.DistributionType
|
43053
42934
|
subType?: number | null
|
43054
42935
|
rewardTokenId: string
|
43055
42936
|
amount: string
|
@@ -43103,7 +42984,6 @@ export namespace Prisma {
|
|
43103
42984
|
id?: StringFieldUpdateOperationsInput | string
|
43104
42985
|
campaignId?: StringFieldUpdateOperationsInput | string
|
43105
42986
|
type?: StringFieldUpdateOperationsInput | string
|
43106
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
43107
42987
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
43108
42988
|
amount?: StringFieldUpdateOperationsInput | string
|
43109
42989
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -43126,7 +43006,6 @@ export namespace Prisma {
|
|
43126
43006
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
43127
43007
|
campaignId?: StringFieldUpdateOperationsInput | string
|
43128
43008
|
type?: StringFieldUpdateOperationsInput | string
|
43129
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
43130
43009
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
43131
43010
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
43132
43011
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -43228,7 +43107,6 @@ export namespace Prisma {
|
|
43228
43107
|
id: string
|
43229
43108
|
campaignId: string
|
43230
43109
|
type: string
|
43231
|
-
distributionType: $Enums.DistributionType
|
43232
43110
|
subType?: number | null
|
43233
43111
|
amount: string
|
43234
43112
|
startTimestamp: bigint | number
|
@@ -43251,7 +43129,6 @@ export namespace Prisma {
|
|
43251
43129
|
distributionChainId: number
|
43252
43130
|
campaignId: string
|
43253
43131
|
type: string
|
43254
|
-
distributionType: $Enums.DistributionType
|
43255
43132
|
subType?: number | null
|
43256
43133
|
rewardTokenId: string
|
43257
43134
|
amount: string
|
@@ -43743,7 +43620,6 @@ export namespace Prisma {
|
|
43743
43620
|
id: string
|
43744
43621
|
campaignId: string
|
43745
43622
|
type: string
|
43746
|
-
distributionType: $Enums.DistributionType
|
43747
43623
|
subType?: number | null
|
43748
43624
|
amount: string
|
43749
43625
|
startTimestamp: bigint | number
|
@@ -43766,7 +43642,6 @@ export namespace Prisma {
|
|
43766
43642
|
distributionChainId: number
|
43767
43643
|
campaignId: string
|
43768
43644
|
type: string
|
43769
|
-
distributionType: $Enums.DistributionType
|
43770
43645
|
subType?: number | null
|
43771
43646
|
rewardTokenId: string
|
43772
43647
|
amount: string
|
@@ -43867,7 +43742,6 @@ export namespace Prisma {
|
|
43867
43742
|
id?: StringFieldUpdateOperationsInput | string
|
43868
43743
|
campaignId?: StringFieldUpdateOperationsInput | string
|
43869
43744
|
type?: StringFieldUpdateOperationsInput | string
|
43870
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
43871
43745
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
43872
43746
|
amount?: StringFieldUpdateOperationsInput | string
|
43873
43747
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -43890,7 +43764,6 @@ export namespace Prisma {
|
|
43890
43764
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
43891
43765
|
campaignId?: StringFieldUpdateOperationsInput | string
|
43892
43766
|
type?: StringFieldUpdateOperationsInput | string
|
43893
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
43894
43767
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
43895
43768
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
43896
43769
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44541,7 +44414,6 @@ export namespace Prisma {
|
|
44541
44414
|
distributionChainId: number
|
44542
44415
|
campaignId: string
|
44543
44416
|
type: string
|
44544
|
-
distributionType: $Enums.DistributionType
|
44545
44417
|
subType?: number | null
|
44546
44418
|
rewardTokenId: string
|
44547
44419
|
amount: string
|
@@ -44557,7 +44429,6 @@ export namespace Prisma {
|
|
44557
44429
|
computeChainId: number
|
44558
44430
|
campaignId: string
|
44559
44431
|
type: string
|
44560
|
-
distributionType: $Enums.DistributionType
|
44561
44432
|
subType?: number | null
|
44562
44433
|
rewardTokenId: string
|
44563
44434
|
amount: string
|
@@ -44644,7 +44515,6 @@ export namespace Prisma {
|
|
44644
44515
|
id?: StringFieldUpdateOperationsInput | string
|
44645
44516
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44646
44517
|
type?: StringFieldUpdateOperationsInput | string
|
44647
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44648
44518
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44649
44519
|
amount?: StringFieldUpdateOperationsInput | string
|
44650
44520
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -44666,7 +44536,6 @@ export namespace Prisma {
|
|
44666
44536
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
44667
44537
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44668
44538
|
type?: StringFieldUpdateOperationsInput | string
|
44669
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44670
44539
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44671
44540
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
44672
44541
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44687,7 +44556,6 @@ export namespace Prisma {
|
|
44687
44556
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
44688
44557
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44689
44558
|
type?: StringFieldUpdateOperationsInput | string
|
44690
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44691
44559
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44692
44560
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
44693
44561
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44702,7 +44570,6 @@ export namespace Prisma {
|
|
44702
44570
|
id?: StringFieldUpdateOperationsInput | string
|
44703
44571
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44704
44572
|
type?: StringFieldUpdateOperationsInput | string
|
44705
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44706
44573
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44707
44574
|
amount?: StringFieldUpdateOperationsInput | string
|
44708
44575
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -44724,7 +44591,6 @@ export namespace Prisma {
|
|
44724
44591
|
computeChainId?: IntFieldUpdateOperationsInput | number
|
44725
44592
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44726
44593
|
type?: StringFieldUpdateOperationsInput | string
|
44727
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44728
44594
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44729
44595
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
44730
44596
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44745,7 +44611,6 @@ export namespace Prisma {
|
|
44745
44611
|
computeChainId?: IntFieldUpdateOperationsInput | number
|
44746
44612
|
campaignId?: StringFieldUpdateOperationsInput | string
|
44747
44613
|
type?: StringFieldUpdateOperationsInput | string
|
44748
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
44749
44614
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
44750
44615
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
44751
44616
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44948,7 +44813,6 @@ export namespace Prisma {
|
|
44948
44813
|
distributionChainId: number
|
44949
44814
|
campaignId: string
|
44950
44815
|
type: string
|
44951
|
-
distributionType: $Enums.DistributionType
|
44952
44816
|
subType?: number | null
|
44953
44817
|
rewardTokenId: string
|
44954
44818
|
amount: string
|
@@ -45030,7 +44894,6 @@ export namespace Prisma {
|
|
45030
44894
|
id?: StringFieldUpdateOperationsInput | string
|
45031
44895
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45032
44896
|
type?: StringFieldUpdateOperationsInput | string
|
45033
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45034
44897
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45035
44898
|
amount?: StringFieldUpdateOperationsInput | string
|
45036
44899
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -45053,7 +44916,6 @@ export namespace Prisma {
|
|
45053
44916
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45054
44917
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45055
44918
|
type?: StringFieldUpdateOperationsInput | string
|
45056
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45057
44919
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45058
44920
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
45059
44921
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -45074,7 +44936,6 @@ export namespace Prisma {
|
|
45074
44936
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45075
44937
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45076
44938
|
type?: StringFieldUpdateOperationsInput | string
|
45077
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45078
44939
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45079
44940
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
45080
44941
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -45350,7 +45211,6 @@ export namespace Prisma {
|
|
45350
45211
|
distributionChainId: number
|
45351
45212
|
campaignId: string
|
45352
45213
|
type: string
|
45353
|
-
distributionType: $Enums.DistributionType
|
45354
45214
|
subType?: number | null
|
45355
45215
|
amount: string
|
45356
45216
|
opportunityId: string
|
@@ -45456,7 +45316,6 @@ export namespace Prisma {
|
|
45456
45316
|
id?: StringFieldUpdateOperationsInput | string
|
45457
45317
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45458
45318
|
type?: StringFieldUpdateOperationsInput | string
|
45459
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45460
45319
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45461
45320
|
amount?: StringFieldUpdateOperationsInput | string
|
45462
45321
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -45479,7 +45338,6 @@ export namespace Prisma {
|
|
45479
45338
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45480
45339
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45481
45340
|
type?: StringFieldUpdateOperationsInput | string
|
45482
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45483
45341
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45484
45342
|
amount?: StringFieldUpdateOperationsInput | string
|
45485
45343
|
opportunityId?: StringFieldUpdateOperationsInput | string
|
@@ -45500,7 +45358,6 @@ export namespace Prisma {
|
|
45500
45358
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45501
45359
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45502
45360
|
type?: StringFieldUpdateOperationsInput | string
|
45503
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45504
45361
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45505
45362
|
amount?: StringFieldUpdateOperationsInput | string
|
45506
45363
|
opportunityId?: StringFieldUpdateOperationsInput | string
|
@@ -45715,7 +45572,6 @@ export namespace Prisma {
|
|
45715
45572
|
distributionChainId: number
|
45716
45573
|
campaignId: string
|
45717
45574
|
type: string
|
45718
|
-
distributionType: $Enums.DistributionType
|
45719
45575
|
subType?: number | null
|
45720
45576
|
rewardTokenId: string
|
45721
45577
|
amount: string
|
@@ -45792,7 +45648,6 @@ export namespace Prisma {
|
|
45792
45648
|
id?: StringFieldUpdateOperationsInput | string
|
45793
45649
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45794
45650
|
type?: StringFieldUpdateOperationsInput | string
|
45795
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45796
45651
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45797
45652
|
amount?: StringFieldUpdateOperationsInput | string
|
45798
45653
|
startTimestamp?: BigIntFieldUpdateOperationsInput | bigint | number
|
@@ -45815,7 +45670,6 @@ export namespace Prisma {
|
|
45815
45670
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45816
45671
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45817
45672
|
type?: StringFieldUpdateOperationsInput | string
|
45818
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45819
45673
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45820
45674
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
45821
45675
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -45836,7 +45690,6 @@ export namespace Prisma {
|
|
45836
45690
|
distributionChainId?: IntFieldUpdateOperationsInput | number
|
45837
45691
|
campaignId?: StringFieldUpdateOperationsInput | string
|
45838
45692
|
type?: StringFieldUpdateOperationsInput | string
|
45839
|
-
distributionType?: EnumDistributionTypeFieldUpdateOperationsInput | $Enums.DistributionType
|
45840
45693
|
subType?: NullableIntFieldUpdateOperationsInput | number | null
|
45841
45694
|
rewardTokenId?: StringFieldUpdateOperationsInput | string
|
45842
45695
|
amount?: StringFieldUpdateOperationsInput | string
|