@merkl/api 0.19.38 → 0.19.40
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 +34 -0
- package/dist/database/api/.generated/drizzle/schema.js +2 -0
- package/dist/database/api/.generated/drizzle/schema.ts +2 -0
- package/dist/database/api/.generated/edge.js +7 -3
- package/dist/database/api/.generated/index-browser.js +4 -0
- package/dist/database/api/.generated/index.d.ts +150 -58
- package/dist/database/api/.generated/index.js +7 -3
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +2 -0
- package/dist/database/api/.generated/wasm.js +4 -0
- package/dist/src/eden/index.d.ts +5 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +1 -1
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.js +1 -1
- package/dist/src/modules/v4/router.d.ts +1 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -7365,6 +7365,7 @@ export namespace Prisma {
|
|
7365
7365
|
export type UserComputedValueMinAggregateOutputType = {
|
7366
7366
|
id: number | null
|
7367
7367
|
stringId: string | null
|
7368
|
+
uuid: string | null
|
7368
7369
|
campaignId: string | null
|
7369
7370
|
address: string | null
|
7370
7371
|
reason: string | null
|
@@ -7374,6 +7375,7 @@ export namespace Prisma {
|
|
7374
7375
|
export type UserComputedValueMaxAggregateOutputType = {
|
7375
7376
|
id: number | null
|
7376
7377
|
stringId: string | null
|
7378
|
+
uuid: string | null
|
7377
7379
|
campaignId: string | null
|
7378
7380
|
address: string | null
|
7379
7381
|
reason: string | null
|
@@ -7383,6 +7385,7 @@ export namespace Prisma {
|
|
7383
7385
|
export type UserComputedValueCountAggregateOutputType = {
|
7384
7386
|
id: number
|
7385
7387
|
stringId: number
|
7388
|
+
uuid: number
|
7386
7389
|
campaignId: number
|
7387
7390
|
address: number
|
7388
7391
|
reason: number
|
@@ -7404,6 +7407,7 @@ export namespace Prisma {
|
|
7404
7407
|
export type UserComputedValueMinAggregateInputType = {
|
7405
7408
|
id?: true
|
7406
7409
|
stringId?: true
|
7410
|
+
uuid?: true
|
7407
7411
|
campaignId?: true
|
7408
7412
|
address?: true
|
7409
7413
|
reason?: true
|
@@ -7413,6 +7417,7 @@ export namespace Prisma {
|
|
7413
7417
|
export type UserComputedValueMaxAggregateInputType = {
|
7414
7418
|
id?: true
|
7415
7419
|
stringId?: true
|
7420
|
+
uuid?: true
|
7416
7421
|
campaignId?: true
|
7417
7422
|
address?: true
|
7418
7423
|
reason?: true
|
@@ -7422,6 +7427,7 @@ export namespace Prisma {
|
|
7422
7427
|
export type UserComputedValueCountAggregateInputType = {
|
7423
7428
|
id?: true
|
7424
7429
|
stringId?: true
|
7430
|
+
uuid?: true
|
7425
7431
|
campaignId?: true
|
7426
7432
|
address?: true
|
7427
7433
|
reason?: true
|
@@ -7518,6 +7524,7 @@ export namespace Prisma {
|
|
7518
7524
|
export type UserComputedValueGroupByOutputType = {
|
7519
7525
|
id: number
|
7520
7526
|
stringId: string
|
7527
|
+
uuid: string
|
7521
7528
|
campaignId: string
|
7522
7529
|
address: string
|
7523
7530
|
reason: string
|
@@ -7546,6 +7553,7 @@ export namespace Prisma {
|
|
7546
7553
|
export type UserComputedValueSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
7547
7554
|
id?: boolean
|
7548
7555
|
stringId?: boolean
|
7556
|
+
uuid?: boolean
|
7549
7557
|
campaignId?: boolean
|
7550
7558
|
address?: boolean
|
7551
7559
|
reason?: boolean
|
@@ -7557,6 +7565,7 @@ export namespace Prisma {
|
|
7557
7565
|
export type UserComputedValueSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
7558
7566
|
id?: boolean
|
7559
7567
|
stringId?: boolean
|
7568
|
+
uuid?: boolean
|
7560
7569
|
campaignId?: boolean
|
7561
7570
|
address?: boolean
|
7562
7571
|
reason?: boolean
|
@@ -7568,6 +7577,7 @@ export namespace Prisma {
|
|
7568
7577
|
export type UserComputedValueSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
7569
7578
|
id?: boolean
|
7570
7579
|
stringId?: boolean
|
7580
|
+
uuid?: boolean
|
7571
7581
|
campaignId?: boolean
|
7572
7582
|
address?: boolean
|
7573
7583
|
reason?: boolean
|
@@ -7579,13 +7589,14 @@ export namespace Prisma {
|
|
7579
7589
|
export type UserComputedValueSelectScalar = {
|
7580
7590
|
id?: boolean
|
7581
7591
|
stringId?: boolean
|
7592
|
+
uuid?: boolean
|
7582
7593
|
campaignId?: boolean
|
7583
7594
|
address?: boolean
|
7584
7595
|
reason?: boolean
|
7585
7596
|
boost?: boolean
|
7586
7597
|
}
|
7587
7598
|
|
7588
|
-
export type UserComputedValueOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "stringId" | "campaignId" | "address" | "reason" | "boost", ExtArgs["result"]["userComputedValue"]>
|
7599
|
+
export type UserComputedValueOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "stringId" | "uuid" | "campaignId" | "address" | "reason" | "boost", ExtArgs["result"]["userComputedValue"]>
|
7589
7600
|
export type UserComputedValueInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
7590
7601
|
Campaign?: boolean | CampaignDefaultArgs<ExtArgs>
|
7591
7602
|
User?: boolean | UserComputedValue$UserArgs<ExtArgs>
|
@@ -7608,6 +7619,7 @@ export namespace Prisma {
|
|
7608
7619
|
scalars: $Extensions.GetPayloadResult<{
|
7609
7620
|
id: number
|
7610
7621
|
stringId: string
|
7622
|
+
uuid: string
|
7611
7623
|
campaignId: string
|
7612
7624
|
address: string
|
7613
7625
|
reason: string
|
@@ -8039,6 +8051,7 @@ export namespace Prisma {
|
|
8039
8051
|
interface UserComputedValueFieldRefs {
|
8040
8052
|
readonly id: FieldRef<"UserComputedValue", 'Int'>
|
8041
8053
|
readonly stringId: FieldRef<"UserComputedValue", 'String'>
|
8054
|
+
readonly uuid: FieldRef<"UserComputedValue", 'String'>
|
8042
8055
|
readonly campaignId: FieldRef<"UserComputedValue", 'String'>
|
8043
8056
|
readonly address: FieldRef<"UserComputedValue", 'String'>
|
8044
8057
|
readonly reason: FieldRef<"UserComputedValue", 'String'>
|
@@ -24874,6 +24887,7 @@ export namespace Prisma {
|
|
24874
24887
|
export type RewardBreakdownMinAggregateOutputType = {
|
24875
24888
|
id: number | null
|
24876
24889
|
stringId: string | null
|
24890
|
+
uuid: string | null
|
24877
24891
|
protocolId: string | null
|
24878
24892
|
reason: string | null
|
24879
24893
|
amount: string | null
|
@@ -24886,6 +24900,7 @@ export namespace Prisma {
|
|
24886
24900
|
export type RewardBreakdownMaxAggregateOutputType = {
|
24887
24901
|
id: number | null
|
24888
24902
|
stringId: string | null
|
24903
|
+
uuid: string | null
|
24889
24904
|
protocolId: string | null
|
24890
24905
|
reason: string | null
|
24891
24906
|
amount: string | null
|
@@ -24898,6 +24913,7 @@ export namespace Prisma {
|
|
24898
24913
|
export type RewardBreakdownCountAggregateOutputType = {
|
24899
24914
|
id: number
|
24900
24915
|
stringId: number
|
24916
|
+
uuid: number
|
24901
24917
|
protocolId: number
|
24902
24918
|
reason: number
|
24903
24919
|
amount: number
|
@@ -24920,6 +24936,7 @@ export namespace Prisma {
|
|
24920
24936
|
export type RewardBreakdownMinAggregateInputType = {
|
24921
24937
|
id?: true
|
24922
24938
|
stringId?: true
|
24939
|
+
uuid?: true
|
24923
24940
|
protocolId?: true
|
24924
24941
|
reason?: true
|
24925
24942
|
amount?: true
|
@@ -24932,6 +24949,7 @@ export namespace Prisma {
|
|
24932
24949
|
export type RewardBreakdownMaxAggregateInputType = {
|
24933
24950
|
id?: true
|
24934
24951
|
stringId?: true
|
24952
|
+
uuid?: true
|
24935
24953
|
protocolId?: true
|
24936
24954
|
reason?: true
|
24937
24955
|
amount?: true
|
@@ -24944,6 +24962,7 @@ export namespace Prisma {
|
|
24944
24962
|
export type RewardBreakdownCountAggregateInputType = {
|
24945
24963
|
id?: true
|
24946
24964
|
stringId?: true
|
24965
|
+
uuid?: true
|
24947
24966
|
protocolId?: true
|
24948
24967
|
reason?: true
|
24949
24968
|
amount?: true
|
@@ -25043,6 +25062,7 @@ export namespace Prisma {
|
|
25043
25062
|
export type RewardBreakdownGroupByOutputType = {
|
25044
25063
|
id: number
|
25045
25064
|
stringId: string
|
25065
|
+
uuid: string
|
25046
25066
|
protocolId: string | null
|
25047
25067
|
reason: string
|
25048
25068
|
amount: string
|
@@ -25074,6 +25094,7 @@ export namespace Prisma {
|
|
25074
25094
|
export type RewardBreakdownSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
25075
25095
|
id?: boolean
|
25076
25096
|
stringId?: boolean
|
25097
|
+
uuid?: boolean
|
25077
25098
|
protocolId?: boolean
|
25078
25099
|
reason?: boolean
|
25079
25100
|
amount?: boolean
|
@@ -25089,6 +25110,7 @@ export namespace Prisma {
|
|
25089
25110
|
export type RewardBreakdownSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
25090
25111
|
id?: boolean
|
25091
25112
|
stringId?: boolean
|
25113
|
+
uuid?: boolean
|
25092
25114
|
protocolId?: boolean
|
25093
25115
|
reason?: boolean
|
25094
25116
|
amount?: boolean
|
@@ -25104,6 +25126,7 @@ export namespace Prisma {
|
|
25104
25126
|
export type RewardBreakdownSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
25105
25127
|
id?: boolean
|
25106
25128
|
stringId?: boolean
|
25129
|
+
uuid?: boolean
|
25107
25130
|
protocolId?: boolean
|
25108
25131
|
reason?: boolean
|
25109
25132
|
amount?: boolean
|
@@ -25119,6 +25142,7 @@ export namespace Prisma {
|
|
25119
25142
|
export type RewardBreakdownSelectScalar = {
|
25120
25143
|
id?: boolean
|
25121
25144
|
stringId?: boolean
|
25145
|
+
uuid?: boolean
|
25122
25146
|
protocolId?: boolean
|
25123
25147
|
reason?: boolean
|
25124
25148
|
amount?: boolean
|
@@ -25128,7 +25152,7 @@ export namespace Prisma {
|
|
25128
25152
|
campaignId?: boolean
|
25129
25153
|
}
|
25130
25154
|
|
25131
|
-
export type RewardBreakdownOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "stringId" | "protocolId" | "reason" | "amount" | "claimed" | "pending" | "rewardId" | "campaignId", ExtArgs["result"]["rewardBreakdown"]>
|
25155
|
+
export type RewardBreakdownOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "stringId" | "uuid" | "protocolId" | "reason" | "amount" | "claimed" | "pending" | "rewardId" | "campaignId", ExtArgs["result"]["rewardBreakdown"]>
|
25132
25156
|
export type RewardBreakdownInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
25133
25157
|
Protocol?: boolean | RewardBreakdown$ProtocolArgs<ExtArgs>
|
25134
25158
|
Reward?: boolean | RewardDefaultArgs<ExtArgs>
|
@@ -25155,6 +25179,7 @@ export namespace Prisma {
|
|
25155
25179
|
scalars: $Extensions.GetPayloadResult<{
|
25156
25180
|
id: number
|
25157
25181
|
stringId: string
|
25182
|
+
uuid: string
|
25158
25183
|
protocolId: string | null
|
25159
25184
|
reason: string
|
25160
25185
|
amount: string
|
@@ -25590,6 +25615,7 @@ export namespace Prisma {
|
|
25590
25615
|
interface RewardBreakdownFieldRefs {
|
25591
25616
|
readonly id: FieldRef<"RewardBreakdown", 'Int'>
|
25592
25617
|
readonly stringId: FieldRef<"RewardBreakdown", 'String'>
|
25618
|
+
readonly uuid: FieldRef<"RewardBreakdown", 'String'>
|
25593
25619
|
readonly protocolId: FieldRef<"RewardBreakdown", 'String'>
|
25594
25620
|
readonly reason: FieldRef<"RewardBreakdown", 'String'>
|
25595
25621
|
readonly amount: FieldRef<"RewardBreakdown", 'String'>
|
@@ -31626,6 +31652,7 @@ export namespace Prisma {
|
|
31626
31652
|
export const UserComputedValueScalarFieldEnum: {
|
31627
31653
|
id: 'id',
|
31628
31654
|
stringId: 'stringId',
|
31655
|
+
uuid: 'uuid',
|
31629
31656
|
campaignId: 'campaignId',
|
31630
31657
|
address: 'address',
|
31631
31658
|
reason: 'reason',
|
@@ -31804,6 +31831,7 @@ export namespace Prisma {
|
|
31804
31831
|
export const RewardBreakdownScalarFieldEnum: {
|
31805
31832
|
id: 'id',
|
31806
31833
|
stringId: 'stringId',
|
31834
|
+
uuid: 'uuid',
|
31807
31835
|
protocolId: 'protocolId',
|
31808
31836
|
reason: 'reason',
|
31809
31837
|
amount: 'amount',
|
@@ -31955,6 +31983,7 @@ export namespace Prisma {
|
|
31955
31983
|
|
31956
31984
|
export const UserComputedValueOrderByRelevanceFieldEnum: {
|
31957
31985
|
stringId: 'stringId',
|
31986
|
+
uuid: 'uuid',
|
31958
31987
|
campaignId: 'campaignId',
|
31959
31988
|
address: 'address',
|
31960
31989
|
reason: 'reason'
|
@@ -32101,6 +32130,7 @@ export namespace Prisma {
|
|
32101
32130
|
|
32102
32131
|
export const RewardBreakdownOrderByRelevanceFieldEnum: {
|
32103
32132
|
stringId: 'stringId',
|
32133
|
+
uuid: 'uuid',
|
32104
32134
|
protocolId: 'protocolId',
|
32105
32135
|
reason: 'reason',
|
32106
32136
|
amount: 'amount',
|
@@ -32634,6 +32664,7 @@ export namespace Prisma {
|
|
32634
32664
|
NOT?: UserComputedValueWhereInput | UserComputedValueWhereInput[]
|
32635
32665
|
id?: IntFilter<"UserComputedValue"> | number
|
32636
32666
|
stringId?: StringFilter<"UserComputedValue"> | string
|
32667
|
+
uuid?: UuidFilter<"UserComputedValue"> | string
|
32637
32668
|
campaignId?: StringFilter<"UserComputedValue"> | string
|
32638
32669
|
address?: StringFilter<"UserComputedValue"> | string
|
32639
32670
|
reason?: StringFilter<"UserComputedValue"> | string
|
@@ -32645,6 +32676,7 @@ export namespace Prisma {
|
|
32645
32676
|
export type UserComputedValueOrderByWithRelationInput = {
|
32646
32677
|
id?: SortOrder
|
32647
32678
|
stringId?: SortOrder
|
32679
|
+
uuid?: SortOrder
|
32648
32680
|
campaignId?: SortOrder
|
32649
32681
|
address?: SortOrder
|
32650
32682
|
reason?: SortOrder
|
@@ -32661,6 +32693,7 @@ export namespace Prisma {
|
|
32661
32693
|
OR?: UserComputedValueWhereInput[]
|
32662
32694
|
NOT?: UserComputedValueWhereInput | UserComputedValueWhereInput[]
|
32663
32695
|
stringId?: StringFilter<"UserComputedValue"> | string
|
32696
|
+
uuid?: UuidFilter<"UserComputedValue"> | string
|
32664
32697
|
campaignId?: StringFilter<"UserComputedValue"> | string
|
32665
32698
|
address?: StringFilter<"UserComputedValue"> | string
|
32666
32699
|
reason?: StringFilter<"UserComputedValue"> | string
|
@@ -32672,6 +32705,7 @@ export namespace Prisma {
|
|
32672
32705
|
export type UserComputedValueOrderByWithAggregationInput = {
|
32673
32706
|
id?: SortOrder
|
32674
32707
|
stringId?: SortOrder
|
32708
|
+
uuid?: SortOrder
|
32675
32709
|
campaignId?: SortOrder
|
32676
32710
|
address?: SortOrder
|
32677
32711
|
reason?: SortOrder
|
@@ -32689,6 +32723,7 @@ export namespace Prisma {
|
|
32689
32723
|
NOT?: UserComputedValueScalarWhereWithAggregatesInput | UserComputedValueScalarWhereWithAggregatesInput[]
|
32690
32724
|
id?: IntWithAggregatesFilter<"UserComputedValue"> | number
|
32691
32725
|
stringId?: StringWithAggregatesFilter<"UserComputedValue"> | string
|
32726
|
+
uuid?: UuidWithAggregatesFilter<"UserComputedValue"> | string
|
32692
32727
|
campaignId?: StringWithAggregatesFilter<"UserComputedValue"> | string
|
32693
32728
|
address?: StringWithAggregatesFilter<"UserComputedValue"> | string
|
32694
32729
|
reason?: StringWithAggregatesFilter<"UserComputedValue"> | string
|
@@ -33668,6 +33703,7 @@ export namespace Prisma {
|
|
33668
33703
|
NOT?: RewardBreakdownWhereInput | RewardBreakdownWhereInput[]
|
33669
33704
|
id?: IntFilter<"RewardBreakdown"> | number
|
33670
33705
|
stringId?: StringFilter<"RewardBreakdown"> | string
|
33706
|
+
uuid?: UuidFilter<"RewardBreakdown"> | string
|
33671
33707
|
protocolId?: StringNullableFilter<"RewardBreakdown"> | string | null
|
33672
33708
|
reason?: StringFilter<"RewardBreakdown"> | string
|
33673
33709
|
amount?: StringFilter<"RewardBreakdown"> | string
|
@@ -33683,6 +33719,7 @@ export namespace Prisma {
|
|
33683
33719
|
export type RewardBreakdownOrderByWithRelationInput = {
|
33684
33720
|
id?: SortOrder
|
33685
33721
|
stringId?: SortOrder
|
33722
|
+
uuid?: SortOrder
|
33686
33723
|
protocolId?: SortOrderInput | SortOrder
|
33687
33724
|
reason?: SortOrder
|
33688
33725
|
amount?: SortOrder
|
@@ -33703,6 +33740,7 @@ export namespace Prisma {
|
|
33703
33740
|
OR?: RewardBreakdownWhereInput[]
|
33704
33741
|
NOT?: RewardBreakdownWhereInput | RewardBreakdownWhereInput[]
|
33705
33742
|
stringId?: StringFilter<"RewardBreakdown"> | string
|
33743
|
+
uuid?: UuidFilter<"RewardBreakdown"> | string
|
33706
33744
|
protocolId?: StringNullableFilter<"RewardBreakdown"> | string | null
|
33707
33745
|
reason?: StringFilter<"RewardBreakdown"> | string
|
33708
33746
|
amount?: StringFilter<"RewardBreakdown"> | string
|
@@ -33718,6 +33756,7 @@ export namespace Prisma {
|
|
33718
33756
|
export type RewardBreakdownOrderByWithAggregationInput = {
|
33719
33757
|
id?: SortOrder
|
33720
33758
|
stringId?: SortOrder
|
33759
|
+
uuid?: SortOrder
|
33721
33760
|
protocolId?: SortOrderInput | SortOrder
|
33722
33761
|
reason?: SortOrder
|
33723
33762
|
amount?: SortOrder
|
@@ -33738,6 +33777,7 @@ export namespace Prisma {
|
|
33738
33777
|
NOT?: RewardBreakdownScalarWhereWithAggregatesInput | RewardBreakdownScalarWhereWithAggregatesInput[]
|
33739
33778
|
id?: IntWithAggregatesFilter<"RewardBreakdown"> | number
|
33740
33779
|
stringId?: StringWithAggregatesFilter<"RewardBreakdown"> | string
|
33780
|
+
uuid?: UuidWithAggregatesFilter<"RewardBreakdown"> | string
|
33741
33781
|
protocolId?: StringNullableWithAggregatesFilter<"RewardBreakdown"> | string | null
|
33742
33782
|
reason?: StringWithAggregatesFilter<"RewardBreakdown"> | string
|
33743
33783
|
amount?: StringWithAggregatesFilter<"RewardBreakdown"> | string
|
@@ -34329,6 +34369,7 @@ export namespace Prisma {
|
|
34329
34369
|
|
34330
34370
|
export type UserComputedValueCreateInput = {
|
34331
34371
|
stringId?: string
|
34372
|
+
uuid?: string
|
34332
34373
|
reason: string
|
34333
34374
|
boost?: number | null
|
34334
34375
|
Campaign: CampaignCreateNestedOneWithoutUserComputedValueInput
|
@@ -34338,6 +34379,7 @@ export namespace Prisma {
|
|
34338
34379
|
export type UserComputedValueUncheckedCreateInput = {
|
34339
34380
|
id?: number
|
34340
34381
|
stringId?: string
|
34382
|
+
uuid?: string
|
34341
34383
|
campaignId: string
|
34342
34384
|
address: string
|
34343
34385
|
reason: string
|
@@ -34346,6 +34388,7 @@ export namespace Prisma {
|
|
34346
34388
|
|
34347
34389
|
export type UserComputedValueUpdateInput = {
|
34348
34390
|
stringId?: StringFieldUpdateOperationsInput | string
|
34391
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
34349
34392
|
reason?: StringFieldUpdateOperationsInput | string
|
34350
34393
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
34351
34394
|
Campaign?: CampaignUpdateOneRequiredWithoutUserComputedValueNestedInput
|
@@ -34355,6 +34398,7 @@ export namespace Prisma {
|
|
34355
34398
|
export type UserComputedValueUncheckedUpdateInput = {
|
34356
34399
|
id?: IntFieldUpdateOperationsInput | number
|
34357
34400
|
stringId?: StringFieldUpdateOperationsInput | string
|
34401
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
34358
34402
|
campaignId?: StringFieldUpdateOperationsInput | string
|
34359
34403
|
address?: StringFieldUpdateOperationsInput | string
|
34360
34404
|
reason?: StringFieldUpdateOperationsInput | string
|
@@ -34364,6 +34408,7 @@ export namespace Prisma {
|
|
34364
34408
|
export type UserComputedValueCreateManyInput = {
|
34365
34409
|
id?: number
|
34366
34410
|
stringId?: string
|
34411
|
+
uuid?: string
|
34367
34412
|
campaignId: string
|
34368
34413
|
address: string
|
34369
34414
|
reason: string
|
@@ -34372,6 +34417,7 @@ export namespace Prisma {
|
|
34372
34417
|
|
34373
34418
|
export type UserComputedValueUpdateManyMutationInput = {
|
34374
34419
|
stringId?: StringFieldUpdateOperationsInput | string
|
34420
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
34375
34421
|
reason?: StringFieldUpdateOperationsInput | string
|
34376
34422
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
34377
34423
|
}
|
@@ -34379,6 +34425,7 @@ export namespace Prisma {
|
|
34379
34425
|
export type UserComputedValueUncheckedUpdateManyInput = {
|
34380
34426
|
id?: IntFieldUpdateOperationsInput | number
|
34381
34427
|
stringId?: StringFieldUpdateOperationsInput | string
|
34428
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
34382
34429
|
campaignId?: StringFieldUpdateOperationsInput | string
|
34383
34430
|
address?: StringFieldUpdateOperationsInput | string
|
34384
34431
|
reason?: StringFieldUpdateOperationsInput | string
|
@@ -35355,6 +35402,7 @@ export namespace Prisma {
|
|
35355
35402
|
|
35356
35403
|
export type RewardBreakdownCreateInput = {
|
35357
35404
|
stringId?: string
|
35405
|
+
uuid?: string
|
35358
35406
|
reason: string
|
35359
35407
|
amount: string
|
35360
35408
|
claimed: string
|
@@ -35367,6 +35415,7 @@ export namespace Prisma {
|
|
35367
35415
|
export type RewardBreakdownUncheckedCreateInput = {
|
35368
35416
|
id?: number
|
35369
35417
|
stringId?: string
|
35418
|
+
uuid?: string
|
35370
35419
|
protocolId?: string | null
|
35371
35420
|
reason: string
|
35372
35421
|
amount: string
|
@@ -35378,6 +35427,7 @@ export namespace Prisma {
|
|
35378
35427
|
|
35379
35428
|
export type RewardBreakdownUpdateInput = {
|
35380
35429
|
stringId?: StringFieldUpdateOperationsInput | string
|
35430
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
35381
35431
|
reason?: StringFieldUpdateOperationsInput | string
|
35382
35432
|
amount?: StringFieldUpdateOperationsInput | string
|
35383
35433
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -35390,6 +35440,7 @@ export namespace Prisma {
|
|
35390
35440
|
export type RewardBreakdownUncheckedUpdateInput = {
|
35391
35441
|
id?: IntFieldUpdateOperationsInput | number
|
35392
35442
|
stringId?: StringFieldUpdateOperationsInput | string
|
35443
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
35393
35444
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
35394
35445
|
reason?: StringFieldUpdateOperationsInput | string
|
35395
35446
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -35402,6 +35453,7 @@ export namespace Prisma {
|
|
35402
35453
|
export type RewardBreakdownCreateManyInput = {
|
35403
35454
|
id?: number
|
35404
35455
|
stringId?: string
|
35456
|
+
uuid?: string
|
35405
35457
|
protocolId?: string | null
|
35406
35458
|
reason: string
|
35407
35459
|
amount: string
|
@@ -35413,6 +35465,7 @@ export namespace Prisma {
|
|
35413
35465
|
|
35414
35466
|
export type RewardBreakdownUpdateManyMutationInput = {
|
35415
35467
|
stringId?: StringFieldUpdateOperationsInput | string
|
35468
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
35416
35469
|
reason?: StringFieldUpdateOperationsInput | string
|
35417
35470
|
amount?: StringFieldUpdateOperationsInput | string
|
35418
35471
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -35422,6 +35475,7 @@ export namespace Prisma {
|
|
35422
35475
|
export type RewardBreakdownUncheckedUpdateManyInput = {
|
35423
35476
|
id?: IntFieldUpdateOperationsInput | number
|
35424
35477
|
stringId?: StringFieldUpdateOperationsInput | string
|
35478
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
35425
35479
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
35426
35480
|
reason?: StringFieldUpdateOperationsInput | string
|
35427
35481
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -36225,6 +36279,19 @@ export namespace Prisma {
|
|
36225
36279
|
_max?: NestedFloatNullableFilter<$PrismaModel>
|
36226
36280
|
}
|
36227
36281
|
|
36282
|
+
export type UuidFilter<$PrismaModel = never> = {
|
36283
|
+
equals?: string | StringFieldRefInput<$PrismaModel>
|
36284
|
+
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36285
|
+
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36286
|
+
lt?: string | StringFieldRefInput<$PrismaModel>
|
36287
|
+
lte?: string | StringFieldRefInput<$PrismaModel>
|
36288
|
+
gt?: string | StringFieldRefInput<$PrismaModel>
|
36289
|
+
gte?: string | StringFieldRefInput<$PrismaModel>
|
36290
|
+
search?: string
|
36291
|
+
mode?: QueryMode
|
36292
|
+
not?: NestedUuidFilter<$PrismaModel> | string
|
36293
|
+
}
|
36294
|
+
|
36228
36295
|
export type UserNullableScalarRelationFilter = {
|
36229
36296
|
is?: UserWhereInput | null
|
36230
36297
|
isNot?: UserWhereInput | null
|
@@ -36245,6 +36312,7 @@ export namespace Prisma {
|
|
36245
36312
|
export type UserComputedValueCountOrderByAggregateInput = {
|
36246
36313
|
id?: SortOrder
|
36247
36314
|
stringId?: SortOrder
|
36315
|
+
uuid?: SortOrder
|
36248
36316
|
campaignId?: SortOrder
|
36249
36317
|
address?: SortOrder
|
36250
36318
|
reason?: SortOrder
|
@@ -36259,6 +36327,7 @@ export namespace Prisma {
|
|
36259
36327
|
export type UserComputedValueMaxOrderByAggregateInput = {
|
36260
36328
|
id?: SortOrder
|
36261
36329
|
stringId?: SortOrder
|
36330
|
+
uuid?: SortOrder
|
36262
36331
|
campaignId?: SortOrder
|
36263
36332
|
address?: SortOrder
|
36264
36333
|
reason?: SortOrder
|
@@ -36268,6 +36337,7 @@ export namespace Prisma {
|
|
36268
36337
|
export type UserComputedValueMinOrderByAggregateInput = {
|
36269
36338
|
id?: SortOrder
|
36270
36339
|
stringId?: SortOrder
|
36340
|
+
uuid?: SortOrder
|
36271
36341
|
campaignId?: SortOrder
|
36272
36342
|
address?: SortOrder
|
36273
36343
|
reason?: SortOrder
|
@@ -36279,6 +36349,22 @@ export namespace Prisma {
|
|
36279
36349
|
boost?: SortOrder
|
36280
36350
|
}
|
36281
36351
|
|
36352
|
+
export type UuidWithAggregatesFilter<$PrismaModel = never> = {
|
36353
|
+
equals?: string | StringFieldRefInput<$PrismaModel>
|
36354
|
+
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36355
|
+
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36356
|
+
lt?: string | StringFieldRefInput<$PrismaModel>
|
36357
|
+
lte?: string | StringFieldRefInput<$PrismaModel>
|
36358
|
+
gt?: string | StringFieldRefInput<$PrismaModel>
|
36359
|
+
gte?: string | StringFieldRefInput<$PrismaModel>
|
36360
|
+
search?: string
|
36361
|
+
mode?: QueryMode
|
36362
|
+
not?: NestedUuidWithAggregatesFilter<$PrismaModel> | string
|
36363
|
+
_count?: NestedIntFilter<$PrismaModel>
|
36364
|
+
_min?: NestedStringFilter<$PrismaModel>
|
36365
|
+
_max?: NestedStringFilter<$PrismaModel>
|
36366
|
+
}
|
36367
|
+
|
36282
36368
|
export type ExplorerListRelationFilter = {
|
36283
36369
|
every?: ExplorerWhereInput
|
36284
36370
|
some?: ExplorerWhereInput
|
@@ -36836,19 +36922,6 @@ export namespace Prisma {
|
|
36836
36922
|
cumulated?: SortOrder
|
36837
36923
|
}
|
36838
36924
|
|
36839
|
-
export type UuidFilter<$PrismaModel = never> = {
|
36840
|
-
equals?: string | StringFieldRefInput<$PrismaModel>
|
36841
|
-
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36842
|
-
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36843
|
-
lt?: string | StringFieldRefInput<$PrismaModel>
|
36844
|
-
lte?: string | StringFieldRefInput<$PrismaModel>
|
36845
|
-
gt?: string | StringFieldRefInput<$PrismaModel>
|
36846
|
-
gte?: string | StringFieldRefInput<$PrismaModel>
|
36847
|
-
search?: string
|
36848
|
-
mode?: QueryMode
|
36849
|
-
not?: NestedUuidFilter<$PrismaModel> | string
|
36850
|
-
}
|
36851
|
-
|
36852
36925
|
export type EnumAprTypeFilter<$PrismaModel = never> = {
|
36853
36926
|
equals?: $Enums.AprType | EnumAprTypeFieldRefInput<$PrismaModel>
|
36854
36927
|
in?: $Enums.AprType[] | ListEnumAprTypeFieldRefInput<$PrismaModel>
|
@@ -36904,22 +36977,6 @@ export namespace Prisma {
|
|
36904
36977
|
value?: SortOrder
|
36905
36978
|
}
|
36906
36979
|
|
36907
|
-
export type UuidWithAggregatesFilter<$PrismaModel = never> = {
|
36908
|
-
equals?: string | StringFieldRefInput<$PrismaModel>
|
36909
|
-
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36910
|
-
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
36911
|
-
lt?: string | StringFieldRefInput<$PrismaModel>
|
36912
|
-
lte?: string | StringFieldRefInput<$PrismaModel>
|
36913
|
-
gt?: string | StringFieldRefInput<$PrismaModel>
|
36914
|
-
gte?: string | StringFieldRefInput<$PrismaModel>
|
36915
|
-
search?: string
|
36916
|
-
mode?: QueryMode
|
36917
|
-
not?: NestedUuidWithAggregatesFilter<$PrismaModel> | string
|
36918
|
-
_count?: NestedIntFilter<$PrismaModel>
|
36919
|
-
_min?: NestedStringFilter<$PrismaModel>
|
36920
|
-
_max?: NestedStringFilter<$PrismaModel>
|
36921
|
-
}
|
36922
|
-
|
36923
36980
|
export type EnumAprTypeWithAggregatesFilter<$PrismaModel = never> = {
|
36924
36981
|
equals?: $Enums.AprType | EnumAprTypeFieldRefInput<$PrismaModel>
|
36925
36982
|
in?: $Enums.AprType[] | ListEnumAprTypeFieldRefInput<$PrismaModel>
|
@@ -37263,6 +37320,7 @@ export namespace Prisma {
|
|
37263
37320
|
export type RewardBreakdownCountOrderByAggregateInput = {
|
37264
37321
|
id?: SortOrder
|
37265
37322
|
stringId?: SortOrder
|
37323
|
+
uuid?: SortOrder
|
37266
37324
|
protocolId?: SortOrder
|
37267
37325
|
reason?: SortOrder
|
37268
37326
|
amount?: SortOrder
|
@@ -37279,6 +37337,7 @@ export namespace Prisma {
|
|
37279
37337
|
export type RewardBreakdownMaxOrderByAggregateInput = {
|
37280
37338
|
id?: SortOrder
|
37281
37339
|
stringId?: SortOrder
|
37340
|
+
uuid?: SortOrder
|
37282
37341
|
protocolId?: SortOrder
|
37283
37342
|
reason?: SortOrder
|
37284
37343
|
amount?: SortOrder
|
@@ -37291,6 +37350,7 @@ export namespace Prisma {
|
|
37291
37350
|
export type RewardBreakdownMinOrderByAggregateInput = {
|
37292
37351
|
id?: SortOrder
|
37293
37352
|
stringId?: SortOrder
|
37353
|
+
uuid?: SortOrder
|
37294
37354
|
protocolId?: SortOrder
|
37295
37355
|
reason?: SortOrder
|
37296
37356
|
amount?: SortOrder
|
@@ -39972,6 +40032,33 @@ export namespace Prisma {
|
|
39972
40032
|
_max?: NestedFloatNullableFilter<$PrismaModel>
|
39973
40033
|
}
|
39974
40034
|
|
40035
|
+
export type NestedUuidFilter<$PrismaModel = never> = {
|
40036
|
+
equals?: string | StringFieldRefInput<$PrismaModel>
|
40037
|
+
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40038
|
+
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40039
|
+
lt?: string | StringFieldRefInput<$PrismaModel>
|
40040
|
+
lte?: string | StringFieldRefInput<$PrismaModel>
|
40041
|
+
gt?: string | StringFieldRefInput<$PrismaModel>
|
40042
|
+
gte?: string | StringFieldRefInput<$PrismaModel>
|
40043
|
+
search?: string
|
40044
|
+
not?: NestedUuidFilter<$PrismaModel> | string
|
40045
|
+
}
|
40046
|
+
|
40047
|
+
export type NestedUuidWithAggregatesFilter<$PrismaModel = never> = {
|
40048
|
+
equals?: string | StringFieldRefInput<$PrismaModel>
|
40049
|
+
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40050
|
+
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40051
|
+
lt?: string | StringFieldRefInput<$PrismaModel>
|
40052
|
+
lte?: string | StringFieldRefInput<$PrismaModel>
|
40053
|
+
gt?: string | StringFieldRefInput<$PrismaModel>
|
40054
|
+
gte?: string | StringFieldRefInput<$PrismaModel>
|
40055
|
+
search?: string
|
40056
|
+
not?: NestedUuidWithAggregatesFilter<$PrismaModel> | string
|
40057
|
+
_count?: NestedIntFilter<$PrismaModel>
|
40058
|
+
_min?: NestedStringFilter<$PrismaModel>
|
40059
|
+
_max?: NestedStringFilter<$PrismaModel>
|
40060
|
+
}
|
40061
|
+
|
39975
40062
|
export type NestedEnumExplorerTypeFilter<$PrismaModel = never> = {
|
39976
40063
|
equals?: $Enums.ExplorerType | EnumExplorerTypeFieldRefInput<$PrismaModel>
|
39977
40064
|
in?: $Enums.ExplorerType[] | ListEnumExplorerTypeFieldRefInput<$PrismaModel>
|
@@ -40085,18 +40172,6 @@ export namespace Prisma {
|
|
40085
40172
|
_max?: NestedBoolFilter<$PrismaModel>
|
40086
40173
|
}
|
40087
40174
|
|
40088
|
-
export type NestedUuidFilter<$PrismaModel = never> = {
|
40089
|
-
equals?: string | StringFieldRefInput<$PrismaModel>
|
40090
|
-
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40091
|
-
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40092
|
-
lt?: string | StringFieldRefInput<$PrismaModel>
|
40093
|
-
lte?: string | StringFieldRefInput<$PrismaModel>
|
40094
|
-
gt?: string | StringFieldRefInput<$PrismaModel>
|
40095
|
-
gte?: string | StringFieldRefInput<$PrismaModel>
|
40096
|
-
search?: string
|
40097
|
-
not?: NestedUuidFilter<$PrismaModel> | string
|
40098
|
-
}
|
40099
|
-
|
40100
40175
|
export type NestedEnumAprTypeFilter<$PrismaModel = never> = {
|
40101
40176
|
equals?: $Enums.AprType | EnumAprTypeFieldRefInput<$PrismaModel>
|
40102
40177
|
in?: $Enums.AprType[] | ListEnumAprTypeFieldRefInput<$PrismaModel>
|
@@ -40104,21 +40179,6 @@ export namespace Prisma {
|
|
40104
40179
|
not?: NestedEnumAprTypeFilter<$PrismaModel> | $Enums.AprType
|
40105
40180
|
}
|
40106
40181
|
|
40107
|
-
export type NestedUuidWithAggregatesFilter<$PrismaModel = never> = {
|
40108
|
-
equals?: string | StringFieldRefInput<$PrismaModel>
|
40109
|
-
in?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40110
|
-
notIn?: string[] | ListStringFieldRefInput<$PrismaModel>
|
40111
|
-
lt?: string | StringFieldRefInput<$PrismaModel>
|
40112
|
-
lte?: string | StringFieldRefInput<$PrismaModel>
|
40113
|
-
gt?: string | StringFieldRefInput<$PrismaModel>
|
40114
|
-
gte?: string | StringFieldRefInput<$PrismaModel>
|
40115
|
-
search?: string
|
40116
|
-
not?: NestedUuidWithAggregatesFilter<$PrismaModel> | string
|
40117
|
-
_count?: NestedIntFilter<$PrismaModel>
|
40118
|
-
_min?: NestedStringFilter<$PrismaModel>
|
40119
|
-
_max?: NestedStringFilter<$PrismaModel>
|
40120
|
-
}
|
40121
|
-
|
40122
40182
|
export type NestedEnumAprTypeWithAggregatesFilter<$PrismaModel = never> = {
|
40123
40183
|
equals?: $Enums.AprType | EnumAprTypeFieldRefInput<$PrismaModel>
|
40124
40184
|
in?: $Enums.AprType[] | ListEnumAprTypeFieldRefInput<$PrismaModel>
|
@@ -40358,6 +40418,7 @@ export namespace Prisma {
|
|
40358
40418
|
|
40359
40419
|
export type RewardBreakdownCreateWithoutCampaignInput = {
|
40360
40420
|
stringId?: string
|
40421
|
+
uuid?: string
|
40361
40422
|
reason: string
|
40362
40423
|
amount: string
|
40363
40424
|
claimed: string
|
@@ -40369,6 +40430,7 @@ export namespace Prisma {
|
|
40369
40430
|
export type RewardBreakdownUncheckedCreateWithoutCampaignInput = {
|
40370
40431
|
id?: number
|
40371
40432
|
stringId?: string
|
40433
|
+
uuid?: string
|
40372
40434
|
protocolId?: string | null
|
40373
40435
|
reason: string
|
40374
40436
|
amount: string
|
@@ -40483,6 +40545,7 @@ export namespace Prisma {
|
|
40483
40545
|
|
40484
40546
|
export type UserComputedValueCreateWithoutCampaignInput = {
|
40485
40547
|
stringId?: string
|
40548
|
+
uuid?: string
|
40486
40549
|
reason: string
|
40487
40550
|
boost?: number | null
|
40488
40551
|
User?: UserCreateNestedOneWithoutUserComputedValueInput
|
@@ -40491,6 +40554,7 @@ export namespace Prisma {
|
|
40491
40554
|
export type UserComputedValueUncheckedCreateWithoutCampaignInput = {
|
40492
40555
|
id?: number
|
40493
40556
|
stringId?: string
|
40557
|
+
uuid?: string
|
40494
40558
|
address: string
|
40495
40559
|
reason: string
|
40496
40560
|
boost?: number | null
|
@@ -40706,6 +40770,7 @@ export namespace Prisma {
|
|
40706
40770
|
NOT?: RewardBreakdownScalarWhereInput | RewardBreakdownScalarWhereInput[]
|
40707
40771
|
id?: IntFilter<"RewardBreakdown"> | number
|
40708
40772
|
stringId?: StringFilter<"RewardBreakdown"> | string
|
40773
|
+
uuid?: UuidFilter<"RewardBreakdown"> | string
|
40709
40774
|
protocolId?: StringNullableFilter<"RewardBreakdown"> | string | null
|
40710
40775
|
reason?: StringFilter<"RewardBreakdown"> | string
|
40711
40776
|
amount?: StringFilter<"RewardBreakdown"> | string
|
@@ -40847,6 +40912,7 @@ export namespace Prisma {
|
|
40847
40912
|
NOT?: UserComputedValueScalarWhereInput | UserComputedValueScalarWhereInput[]
|
40848
40913
|
id?: IntFilter<"UserComputedValue"> | number
|
40849
40914
|
stringId?: StringFilter<"UserComputedValue"> | string
|
40915
|
+
uuid?: UuidFilter<"UserComputedValue"> | string
|
40850
40916
|
campaignId?: StringFilter<"UserComputedValue"> | string
|
40851
40917
|
address?: StringFilter<"UserComputedValue"> | string
|
40852
40918
|
reason?: StringFilter<"UserComputedValue"> | string
|
@@ -42401,6 +42467,7 @@ export namespace Prisma {
|
|
42401
42467
|
|
42402
42468
|
export type RewardBreakdownCreateWithoutProtocolInput = {
|
42403
42469
|
stringId?: string
|
42470
|
+
uuid?: string
|
42404
42471
|
reason: string
|
42405
42472
|
amount: string
|
42406
42473
|
claimed: string
|
@@ -42412,6 +42479,7 @@ export namespace Prisma {
|
|
42412
42479
|
export type RewardBreakdownUncheckedCreateWithoutProtocolInput = {
|
42413
42480
|
id?: number
|
42414
42481
|
stringId?: string
|
42482
|
+
uuid?: string
|
42415
42483
|
reason: string
|
42416
42484
|
amount: string
|
42417
42485
|
claimed: string
|
@@ -43636,6 +43704,7 @@ export namespace Prisma {
|
|
43636
43704
|
|
43637
43705
|
export type UserComputedValueCreateWithoutUserInput = {
|
43638
43706
|
stringId?: string
|
43707
|
+
uuid?: string
|
43639
43708
|
reason: string
|
43640
43709
|
boost?: number | null
|
43641
43710
|
Campaign: CampaignCreateNestedOneWithoutUserComputedValueInput
|
@@ -43644,6 +43713,7 @@ export namespace Prisma {
|
|
43644
43713
|
export type UserComputedValueUncheckedCreateWithoutUserInput = {
|
43645
43714
|
id?: number
|
43646
43715
|
stringId?: string
|
43716
|
+
uuid?: string
|
43647
43717
|
campaignId: string
|
43648
43718
|
reason: string
|
43649
43719
|
boost?: number | null
|
@@ -43905,6 +43975,7 @@ export namespace Prisma {
|
|
43905
43975
|
|
43906
43976
|
export type RewardBreakdownCreateWithoutRewardInput = {
|
43907
43977
|
stringId?: string
|
43978
|
+
uuid?: string
|
43908
43979
|
reason: string
|
43909
43980
|
amount: string
|
43910
43981
|
claimed: string
|
@@ -43916,6 +43987,7 @@ export namespace Prisma {
|
|
43916
43987
|
export type RewardBreakdownUncheckedCreateWithoutRewardInput = {
|
43917
43988
|
id?: number
|
43918
43989
|
stringId?: string
|
43990
|
+
uuid?: string
|
43919
43991
|
protocolId?: string | null
|
43920
43992
|
reason: string
|
43921
43993
|
amount: string
|
@@ -44778,6 +44850,7 @@ export namespace Prisma {
|
|
44778
44850
|
export type RewardBreakdownCreateManyCampaignInput = {
|
44779
44851
|
id?: number
|
44780
44852
|
stringId?: string
|
44853
|
+
uuid?: string
|
44781
44854
|
protocolId?: string | null
|
44782
44855
|
reason: string
|
44783
44856
|
amount: string
|
@@ -44810,6 +44883,7 @@ export namespace Prisma {
|
|
44810
44883
|
export type UserComputedValueCreateManyCampaignInput = {
|
44811
44884
|
id?: number
|
44812
44885
|
stringId?: string
|
44886
|
+
uuid?: string
|
44813
44887
|
address: string
|
44814
44888
|
reason: string
|
44815
44889
|
boost?: number | null
|
@@ -44817,6 +44891,7 @@ export namespace Prisma {
|
|
44817
44891
|
|
44818
44892
|
export type RewardBreakdownUpdateWithoutCampaignInput = {
|
44819
44893
|
stringId?: StringFieldUpdateOperationsInput | string
|
44894
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44820
44895
|
reason?: StringFieldUpdateOperationsInput | string
|
44821
44896
|
amount?: StringFieldUpdateOperationsInput | string
|
44822
44897
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -44828,6 +44903,7 @@ export namespace Prisma {
|
|
44828
44903
|
export type RewardBreakdownUncheckedUpdateWithoutCampaignInput = {
|
44829
44904
|
id?: IntFieldUpdateOperationsInput | number
|
44830
44905
|
stringId?: StringFieldUpdateOperationsInput | string
|
44906
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44831
44907
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
44832
44908
|
reason?: StringFieldUpdateOperationsInput | string
|
44833
44909
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44839,6 +44915,7 @@ export namespace Prisma {
|
|
44839
44915
|
export type RewardBreakdownUncheckedUpdateManyWithoutCampaignInput = {
|
44840
44916
|
id?: IntFieldUpdateOperationsInput | number
|
44841
44917
|
stringId?: StringFieldUpdateOperationsInput | string
|
44918
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44842
44919
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
44843
44920
|
reason?: StringFieldUpdateOperationsInput | string
|
44844
44921
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -44911,6 +44988,7 @@ export namespace Prisma {
|
|
44911
44988
|
|
44912
44989
|
export type UserComputedValueUpdateWithoutCampaignInput = {
|
44913
44990
|
stringId?: StringFieldUpdateOperationsInput | string
|
44991
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44914
44992
|
reason?: StringFieldUpdateOperationsInput | string
|
44915
44993
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
44916
44994
|
User?: UserUpdateOneWithoutUserComputedValueNestedInput
|
@@ -44919,6 +44997,7 @@ export namespace Prisma {
|
|
44919
44997
|
export type UserComputedValueUncheckedUpdateWithoutCampaignInput = {
|
44920
44998
|
id?: IntFieldUpdateOperationsInput | number
|
44921
44999
|
stringId?: StringFieldUpdateOperationsInput | string
|
45000
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44922
45001
|
address?: StringFieldUpdateOperationsInput | string
|
44923
45002
|
reason?: StringFieldUpdateOperationsInput | string
|
44924
45003
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
@@ -44927,6 +45006,7 @@ export namespace Prisma {
|
|
44927
45006
|
export type UserComputedValueUncheckedUpdateManyWithoutCampaignInput = {
|
44928
45007
|
id?: IntFieldUpdateOperationsInput | number
|
44929
45008
|
stringId?: StringFieldUpdateOperationsInput | string
|
45009
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
44930
45010
|
address?: StringFieldUpdateOperationsInput | string
|
44931
45011
|
reason?: StringFieldUpdateOperationsInput | string
|
44932
45012
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
@@ -45621,6 +45701,7 @@ export namespace Prisma {
|
|
45621
45701
|
export type RewardBreakdownCreateManyProtocolInput = {
|
45622
45702
|
id?: number
|
45623
45703
|
stringId?: string
|
45704
|
+
uuid?: string
|
45624
45705
|
reason: string
|
45625
45706
|
amount: string
|
45626
45707
|
claimed: string
|
@@ -45746,6 +45827,7 @@ export namespace Prisma {
|
|
45746
45827
|
|
45747
45828
|
export type RewardBreakdownUpdateWithoutProtocolInput = {
|
45748
45829
|
stringId?: StringFieldUpdateOperationsInput | string
|
45830
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
45749
45831
|
reason?: StringFieldUpdateOperationsInput | string
|
45750
45832
|
amount?: StringFieldUpdateOperationsInput | string
|
45751
45833
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -45757,6 +45839,7 @@ export namespace Prisma {
|
|
45757
45839
|
export type RewardBreakdownUncheckedUpdateWithoutProtocolInput = {
|
45758
45840
|
id?: IntFieldUpdateOperationsInput | number
|
45759
45841
|
stringId?: StringFieldUpdateOperationsInput | string
|
45842
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
45760
45843
|
reason?: StringFieldUpdateOperationsInput | string
|
45761
45844
|
amount?: StringFieldUpdateOperationsInput | string
|
45762
45845
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -45768,6 +45851,7 @@ export namespace Prisma {
|
|
45768
45851
|
export type RewardBreakdownUncheckedUpdateManyWithoutProtocolInput = {
|
45769
45852
|
id?: IntFieldUpdateOperationsInput | number
|
45770
45853
|
stringId?: StringFieldUpdateOperationsInput | string
|
45854
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
45771
45855
|
reason?: StringFieldUpdateOperationsInput | string
|
45772
45856
|
amount?: StringFieldUpdateOperationsInput | string
|
45773
45857
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -46177,6 +46261,7 @@ export namespace Prisma {
|
|
46177
46261
|
export type UserComputedValueCreateManyUserInput = {
|
46178
46262
|
id?: number
|
46179
46263
|
stringId?: string
|
46264
|
+
uuid?: string
|
46180
46265
|
campaignId: string
|
46181
46266
|
reason: string
|
46182
46267
|
boost?: number | null
|
@@ -46301,6 +46386,7 @@ export namespace Prisma {
|
|
46301
46386
|
|
46302
46387
|
export type UserComputedValueUpdateWithoutUserInput = {
|
46303
46388
|
stringId?: StringFieldUpdateOperationsInput | string
|
46389
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46304
46390
|
reason?: StringFieldUpdateOperationsInput | string
|
46305
46391
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
46306
46392
|
Campaign?: CampaignUpdateOneRequiredWithoutUserComputedValueNestedInput
|
@@ -46309,6 +46395,7 @@ export namespace Prisma {
|
|
46309
46395
|
export type UserComputedValueUncheckedUpdateWithoutUserInput = {
|
46310
46396
|
id?: IntFieldUpdateOperationsInput | number
|
46311
46397
|
stringId?: StringFieldUpdateOperationsInput | string
|
46398
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46312
46399
|
campaignId?: StringFieldUpdateOperationsInput | string
|
46313
46400
|
reason?: StringFieldUpdateOperationsInput | string
|
46314
46401
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
@@ -46317,6 +46404,7 @@ export namespace Prisma {
|
|
46317
46404
|
export type UserComputedValueUncheckedUpdateManyWithoutUserInput = {
|
46318
46405
|
id?: IntFieldUpdateOperationsInput | number
|
46319
46406
|
stringId?: StringFieldUpdateOperationsInput | string
|
46407
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46320
46408
|
campaignId?: StringFieldUpdateOperationsInput | string
|
46321
46409
|
reason?: StringFieldUpdateOperationsInput | string
|
46322
46410
|
boost?: NullableFloatFieldUpdateOperationsInput | number | null
|
@@ -46353,6 +46441,7 @@ export namespace Prisma {
|
|
46353
46441
|
export type RewardBreakdownCreateManyRewardInput = {
|
46354
46442
|
id?: number
|
46355
46443
|
stringId?: string
|
46444
|
+
uuid?: string
|
46356
46445
|
protocolId?: string | null
|
46357
46446
|
reason: string
|
46358
46447
|
amount: string
|
@@ -46363,6 +46452,7 @@ export namespace Prisma {
|
|
46363
46452
|
|
46364
46453
|
export type RewardBreakdownUpdateWithoutRewardInput = {
|
46365
46454
|
stringId?: StringFieldUpdateOperationsInput | string
|
46455
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46366
46456
|
reason?: StringFieldUpdateOperationsInput | string
|
46367
46457
|
amount?: StringFieldUpdateOperationsInput | string
|
46368
46458
|
claimed?: StringFieldUpdateOperationsInput | string
|
@@ -46374,6 +46464,7 @@ export namespace Prisma {
|
|
46374
46464
|
export type RewardBreakdownUncheckedUpdateWithoutRewardInput = {
|
46375
46465
|
id?: IntFieldUpdateOperationsInput | number
|
46376
46466
|
stringId?: StringFieldUpdateOperationsInput | string
|
46467
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46377
46468
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
46378
46469
|
reason?: StringFieldUpdateOperationsInput | string
|
46379
46470
|
amount?: StringFieldUpdateOperationsInput | string
|
@@ -46385,6 +46476,7 @@ export namespace Prisma {
|
|
46385
46476
|
export type RewardBreakdownUncheckedUpdateManyWithoutRewardInput = {
|
46386
46477
|
id?: IntFieldUpdateOperationsInput | number
|
46387
46478
|
stringId?: StringFieldUpdateOperationsInput | string
|
46479
|
+
uuid?: StringFieldUpdateOperationsInput | string
|
46388
46480
|
protocolId?: NullableStringFieldUpdateOperationsInput | string | null
|
46389
46481
|
reason?: StringFieldUpdateOperationsInput | string
|
46390
46482
|
amount?: StringFieldUpdateOperationsInput | string
|