@merkl/api 0.20.115 → 0.20.117
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 +17 -0
- package/dist/database/api/.generated/drizzle/schema.js +1 -0
- package/dist/database/api/.generated/drizzle/schema.ts +1 -0
- package/dist/database/api/.generated/edge.js +4 -3
- package/dist/database/api/.generated/index-browser.js +1 -0
- package/dist/database/api/.generated/index.d.ts +58 -1
- package/dist/database/api/.generated/index.js +4 -3
- package/dist/database/api/.generated/package.json +1 -1
- package/dist/database/api/.generated/schema.prisma +1 -0
- package/dist/database/api/.generated/wasm.js +1 -0
- package/dist/src/eden/index.d.ts +568 -18
- package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.js +4 -2
- package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.js +4 -2
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.js +4 -2
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.d.ts +0 -1
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.js +0 -8
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.js +1 -1
- package/dist/src/index.d.ts +190 -6
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +29 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +4 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +37 -3
- package/dist/src/modules/v4/campaign/campaign.service.js +4 -2
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +52 -2
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js +7 -7
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +96 -3
- package/dist/src/modules/v4/opportunity/opportunity.controller.js +2 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +10 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +39 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +135 -10
- package/dist/src/modules/v4/opportunity/opportunity.service.js +1 -1
- package/dist/src/modules/v4/reward/reward.model.d.ts +4 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +14 -0
- package/dist/src/modules/v4/router.d.ts +190 -6
- package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
- package/dist/src/modules/v4/token/token.model.d.ts +3 -0
- package/dist/src/modules/v4/token/token.model.js +3 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +4 -0
- package/dist/src/modules/v4/token/token.service.d.ts +13 -0
- package/dist/src/modules/v4/token/token.service.js +1 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +4 -0
- package/dist/src/utils/parseDistributionType.d.ts +1 -0
- package/dist/src/utils/parseDistributionType.js +16 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -13476,6 +13476,7 @@ export namespace Prisma {
|
|
13476
13476
|
verified: boolean | null
|
13477
13477
|
isTest: boolean | null
|
13478
13478
|
isPoint: boolean | null
|
13479
|
+
isPreTGE: boolean | null
|
13479
13480
|
isNative: boolean | null
|
13480
13481
|
price: number | null
|
13481
13482
|
}
|
@@ -13492,6 +13493,7 @@ export namespace Prisma {
|
|
13492
13493
|
verified: boolean | null
|
13493
13494
|
isTest: boolean | null
|
13494
13495
|
isPoint: boolean | null
|
13496
|
+
isPreTGE: boolean | null
|
13495
13497
|
isNative: boolean | null
|
13496
13498
|
price: number | null
|
13497
13499
|
}
|
@@ -13508,6 +13510,7 @@ export namespace Prisma {
|
|
13508
13510
|
verified: number
|
13509
13511
|
isTest: number
|
13510
13512
|
isPoint: number
|
13513
|
+
isPreTGE: number
|
13511
13514
|
isNative: number
|
13512
13515
|
price: number
|
13513
13516
|
_all: number
|
@@ -13538,6 +13541,7 @@ export namespace Prisma {
|
|
13538
13541
|
verified?: true
|
13539
13542
|
isTest?: true
|
13540
13543
|
isPoint?: true
|
13544
|
+
isPreTGE?: true
|
13541
13545
|
isNative?: true
|
13542
13546
|
price?: true
|
13543
13547
|
}
|
@@ -13554,6 +13558,7 @@ export namespace Prisma {
|
|
13554
13558
|
verified?: true
|
13555
13559
|
isTest?: true
|
13556
13560
|
isPoint?: true
|
13561
|
+
isPreTGE?: true
|
13557
13562
|
isNative?: true
|
13558
13563
|
price?: true
|
13559
13564
|
}
|
@@ -13570,6 +13575,7 @@ export namespace Prisma {
|
|
13570
13575
|
verified?: true
|
13571
13576
|
isTest?: true
|
13572
13577
|
isPoint?: true
|
13578
|
+
isPreTGE?: true
|
13573
13579
|
isNative?: true
|
13574
13580
|
price?: true
|
13575
13581
|
_all?: true
|
@@ -13673,6 +13679,7 @@ export namespace Prisma {
|
|
13673
13679
|
verified: boolean
|
13674
13680
|
isTest: boolean
|
13675
13681
|
isPoint: boolean
|
13682
|
+
isPreTGE: boolean
|
13676
13683
|
isNative: boolean
|
13677
13684
|
price: number | null
|
13678
13685
|
_count: TokenCountAggregateOutputType | null
|
@@ -13708,6 +13715,7 @@ export namespace Prisma {
|
|
13708
13715
|
verified?: boolean
|
13709
13716
|
isTest?: boolean
|
13710
13717
|
isPoint?: boolean
|
13718
|
+
isPreTGE?: boolean
|
13711
13719
|
isNative?: boolean
|
13712
13720
|
price?: boolean
|
13713
13721
|
Chain?: boolean | ChainDefaultArgs<ExtArgs>
|
@@ -13731,6 +13739,7 @@ export namespace Prisma {
|
|
13731
13739
|
verified?: boolean
|
13732
13740
|
isTest?: boolean
|
13733
13741
|
isPoint?: boolean
|
13742
|
+
isPreTGE?: boolean
|
13734
13743
|
isNative?: boolean
|
13735
13744
|
price?: boolean
|
13736
13745
|
Chain?: boolean | ChainDefaultArgs<ExtArgs>
|
@@ -13748,6 +13757,7 @@ export namespace Prisma {
|
|
13748
13757
|
verified?: boolean
|
13749
13758
|
isTest?: boolean
|
13750
13759
|
isPoint?: boolean
|
13760
|
+
isPreTGE?: boolean
|
13751
13761
|
isNative?: boolean
|
13752
13762
|
price?: boolean
|
13753
13763
|
Chain?: boolean | ChainDefaultArgs<ExtArgs>
|
@@ -13765,11 +13775,12 @@ export namespace Prisma {
|
|
13765
13775
|
verified?: boolean
|
13766
13776
|
isTest?: boolean
|
13767
13777
|
isPoint?: boolean
|
13778
|
+
isPreTGE?: boolean
|
13768
13779
|
isNative?: boolean
|
13769
13780
|
price?: boolean
|
13770
13781
|
}
|
13771
13782
|
|
13772
|
-
export type TokenOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "chainId" | "address" | "decimals" | "symbol" | "displaySymbol" | "icon" | "verified" | "isTest" | "isPoint" | "isNative" | "price", ExtArgs["result"]["token"]>
|
13783
|
+
export type TokenOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "chainId" | "address" | "decimals" | "symbol" | "displaySymbol" | "icon" | "verified" | "isTest" | "isPoint" | "isPreTGE" | "isNative" | "price", ExtArgs["result"]["token"]>
|
13773
13784
|
export type TokenInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
13774
13785
|
Chain?: boolean | ChainDefaultArgs<ExtArgs>
|
13775
13786
|
Opportunity?: boolean | Token$OpportunityArgs<ExtArgs>
|
@@ -13808,6 +13819,7 @@ export namespace Prisma {
|
|
13808
13819
|
verified: boolean
|
13809
13820
|
isTest: boolean
|
13810
13821
|
isPoint: boolean
|
13822
|
+
isPreTGE: boolean
|
13811
13823
|
isNative: boolean
|
13812
13824
|
price: number | null
|
13813
13825
|
}, ExtArgs["result"]["token"]>
|
@@ -14250,6 +14262,7 @@ export namespace Prisma {
|
|
14250
14262
|
readonly verified: FieldRef<"Token", 'Boolean'>
|
14251
14263
|
readonly isTest: FieldRef<"Token", 'Boolean'>
|
14252
14264
|
readonly isPoint: FieldRef<"Token", 'Boolean'>
|
14265
|
+
readonly isPreTGE: FieldRef<"Token", 'Boolean'>
|
14253
14266
|
readonly isNative: FieldRef<"Token", 'Boolean'>
|
14254
14267
|
readonly price: FieldRef<"Token", 'Float'>
|
14255
14268
|
}
|
@@ -31632,6 +31645,7 @@ export namespace Prisma {
|
|
31632
31645
|
verified: 'verified',
|
31633
31646
|
isTest: 'isTest',
|
31634
31647
|
isPoint: 'isPoint',
|
31648
|
+
isPreTGE: 'isPreTGE',
|
31635
31649
|
isNative: 'isNative',
|
31636
31650
|
price: 'price'
|
31637
31651
|
};
|
@@ -32995,6 +33009,7 @@ export namespace Prisma {
|
|
32995
33009
|
verified?: BoolFilter<"Token"> | boolean
|
32996
33010
|
isTest?: BoolFilter<"Token"> | boolean
|
32997
33011
|
isPoint?: BoolFilter<"Token"> | boolean
|
33012
|
+
isPreTGE?: BoolFilter<"Token"> | boolean
|
32998
33013
|
isNative?: BoolFilter<"Token"> | boolean
|
32999
33014
|
price?: FloatNullableFilter<"Token"> | number | null
|
33000
33015
|
Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
|
@@ -33017,6 +33032,7 @@ export namespace Prisma {
|
|
33017
33032
|
verified?: SortOrder
|
33018
33033
|
isTest?: SortOrder
|
33019
33034
|
isPoint?: SortOrder
|
33035
|
+
isPreTGE?: SortOrder
|
33020
33036
|
isNative?: SortOrder
|
33021
33037
|
price?: SortOrderInput | SortOrder
|
33022
33038
|
Chain?: ChainOrderByWithRelationInput
|
@@ -33044,6 +33060,7 @@ export namespace Prisma {
|
|
33044
33060
|
verified?: BoolFilter<"Token"> | boolean
|
33045
33061
|
isTest?: BoolFilter<"Token"> | boolean
|
33046
33062
|
isPoint?: BoolFilter<"Token"> | boolean
|
33063
|
+
isPreTGE?: BoolFilter<"Token"> | boolean
|
33047
33064
|
isNative?: BoolFilter<"Token"> | boolean
|
33048
33065
|
price?: FloatNullableFilter<"Token"> | number | null
|
33049
33066
|
Chain?: XOR<ChainScalarRelationFilter, ChainWhereInput>
|
@@ -33066,6 +33083,7 @@ export namespace Prisma {
|
|
33066
33083
|
verified?: SortOrder
|
33067
33084
|
isTest?: SortOrder
|
33068
33085
|
isPoint?: SortOrder
|
33086
|
+
isPreTGE?: SortOrder
|
33069
33087
|
isNative?: SortOrder
|
33070
33088
|
price?: SortOrderInput | SortOrder
|
33071
33089
|
_count?: TokenCountOrderByAggregateInput
|
@@ -33090,6 +33108,7 @@ export namespace Prisma {
|
|
33090
33108
|
verified?: BoolWithAggregatesFilter<"Token"> | boolean
|
33091
33109
|
isTest?: BoolWithAggregatesFilter<"Token"> | boolean
|
33092
33110
|
isPoint?: BoolWithAggregatesFilter<"Token"> | boolean
|
33111
|
+
isPreTGE?: BoolWithAggregatesFilter<"Token"> | boolean
|
33093
33112
|
isNative?: BoolWithAggregatesFilter<"Token"> | boolean
|
33094
33113
|
price?: FloatNullableWithAggregatesFilter<"Token"> | number | null
|
33095
33114
|
}
|
@@ -34704,6 +34723,7 @@ export namespace Prisma {
|
|
34704
34723
|
verified?: boolean
|
34705
34724
|
isTest?: boolean
|
34706
34725
|
isPoint?: boolean
|
34726
|
+
isPreTGE?: boolean
|
34707
34727
|
isNative?: boolean
|
34708
34728
|
price?: number | null
|
34709
34729
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -34726,6 +34746,7 @@ export namespace Prisma {
|
|
34726
34746
|
verified?: boolean
|
34727
34747
|
isTest?: boolean
|
34728
34748
|
isPoint?: boolean
|
34749
|
+
isPreTGE?: boolean
|
34729
34750
|
isNative?: boolean
|
34730
34751
|
price?: number | null
|
34731
34752
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -34746,6 +34767,7 @@ export namespace Prisma {
|
|
34746
34767
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
34747
34768
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
34748
34769
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
34770
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
34749
34771
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
34750
34772
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
34751
34773
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -34768,6 +34790,7 @@ export namespace Prisma {
|
|
34768
34790
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
34769
34791
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
34770
34792
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
34793
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
34771
34794
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
34772
34795
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
34773
34796
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -34789,6 +34812,7 @@ export namespace Prisma {
|
|
34789
34812
|
verified?: boolean
|
34790
34813
|
isTest?: boolean
|
34791
34814
|
isPoint?: boolean
|
34815
|
+
isPreTGE?: boolean
|
34792
34816
|
isNative?: boolean
|
34793
34817
|
price?: number | null
|
34794
34818
|
}
|
@@ -34804,6 +34828,7 @@ export namespace Prisma {
|
|
34804
34828
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
34805
34829
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
34806
34830
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
34831
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
34807
34832
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
34808
34833
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
34809
34834
|
}
|
@@ -34820,6 +34845,7 @@ export namespace Prisma {
|
|
34820
34845
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
34821
34846
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
34822
34847
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
34848
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
34823
34849
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
34824
34850
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
34825
34851
|
}
|
@@ -36748,6 +36774,7 @@ export namespace Prisma {
|
|
36748
36774
|
verified?: SortOrder
|
36749
36775
|
isTest?: SortOrder
|
36750
36776
|
isPoint?: SortOrder
|
36777
|
+
isPreTGE?: SortOrder
|
36751
36778
|
isNative?: SortOrder
|
36752
36779
|
price?: SortOrder
|
36753
36780
|
}
|
@@ -36770,6 +36797,7 @@ export namespace Prisma {
|
|
36770
36797
|
verified?: SortOrder
|
36771
36798
|
isTest?: SortOrder
|
36772
36799
|
isPoint?: SortOrder
|
36800
|
+
isPreTGE?: SortOrder
|
36773
36801
|
isNative?: SortOrder
|
36774
36802
|
price?: SortOrder
|
36775
36803
|
}
|
@@ -36786,6 +36814,7 @@ export namespace Prisma {
|
|
36786
36814
|
verified?: SortOrder
|
36787
36815
|
isTest?: SortOrder
|
36788
36816
|
isPoint?: SortOrder
|
36817
|
+
isPreTGE?: SortOrder
|
36789
36818
|
isNative?: SortOrder
|
36790
36819
|
price?: SortOrder
|
36791
36820
|
}
|
@@ -40270,6 +40299,7 @@ export namespace Prisma {
|
|
40270
40299
|
verified?: boolean
|
40271
40300
|
isTest?: boolean
|
40272
40301
|
isPoint?: boolean
|
40302
|
+
isPreTGE?: boolean
|
40273
40303
|
isNative?: boolean
|
40274
40304
|
price?: number | null
|
40275
40305
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -40291,6 +40321,7 @@ export namespace Prisma {
|
|
40291
40321
|
verified?: boolean
|
40292
40322
|
isTest?: boolean
|
40293
40323
|
isPoint?: boolean
|
40324
|
+
isPreTGE?: boolean
|
40294
40325
|
isNative?: boolean
|
40295
40326
|
price?: number | null
|
40296
40327
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -40600,6 +40631,7 @@ export namespace Prisma {
|
|
40600
40631
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
40601
40632
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
40602
40633
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
40634
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
40603
40635
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
40604
40636
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
40605
40637
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -40621,6 +40653,7 @@ export namespace Prisma {
|
|
40621
40653
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
40622
40654
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
40623
40655
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
40656
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
40624
40657
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
40625
40658
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
40626
40659
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -41375,6 +41408,7 @@ export namespace Prisma {
|
|
41375
41408
|
verified?: boolean
|
41376
41409
|
isTest?: boolean
|
41377
41410
|
isPoint?: boolean
|
41411
|
+
isPreTGE?: boolean
|
41378
41412
|
isNative?: boolean
|
41379
41413
|
price?: number | null
|
41380
41414
|
Opportunity?: OpportunityCreateNestedManyWithoutTokensInput
|
@@ -41395,6 +41429,7 @@ export namespace Prisma {
|
|
41395
41429
|
verified?: boolean
|
41396
41430
|
isTest?: boolean
|
41397
41431
|
isPoint?: boolean
|
41432
|
+
isPreTGE?: boolean
|
41398
41433
|
isNative?: boolean
|
41399
41434
|
price?: number | null
|
41400
41435
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -41667,6 +41702,7 @@ export namespace Prisma {
|
|
41667
41702
|
verified?: BoolFilter<"Token"> | boolean
|
41668
41703
|
isTest?: BoolFilter<"Token"> | boolean
|
41669
41704
|
isPoint?: BoolFilter<"Token"> | boolean
|
41705
|
+
isPreTGE?: BoolFilter<"Token"> | boolean
|
41670
41706
|
isNative?: BoolFilter<"Token"> | boolean
|
41671
41707
|
price?: FloatNullableFilter<"Token"> | number | null
|
41672
41708
|
}
|
@@ -41905,6 +41941,7 @@ export namespace Prisma {
|
|
41905
41941
|
verified?: boolean
|
41906
41942
|
isTest?: boolean
|
41907
41943
|
isPoint?: boolean
|
41944
|
+
isPreTGE?: boolean
|
41908
41945
|
isNative?: boolean
|
41909
41946
|
price?: number | null
|
41910
41947
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -41926,6 +41963,7 @@ export namespace Prisma {
|
|
41926
41963
|
verified?: boolean
|
41927
41964
|
isTest?: boolean
|
41928
41965
|
isPoint?: boolean
|
41966
|
+
isPreTGE?: boolean
|
41929
41967
|
isNative?: boolean
|
41930
41968
|
price?: number | null
|
41931
41969
|
Campaigns?: CampaignUncheckedCreateNestedManyWithoutRewardTokenInput
|
@@ -43953,6 +43991,7 @@ export namespace Prisma {
|
|
43953
43991
|
verified?: boolean
|
43954
43992
|
isTest?: boolean
|
43955
43993
|
isPoint?: boolean
|
43994
|
+
isPreTGE?: boolean
|
43956
43995
|
isNative?: boolean
|
43957
43996
|
price?: number | null
|
43958
43997
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -43974,6 +44013,7 @@ export namespace Prisma {
|
|
43974
44013
|
verified?: boolean
|
43975
44014
|
isTest?: boolean
|
43976
44015
|
isPoint?: boolean
|
44016
|
+
isPreTGE?: boolean
|
43977
44017
|
isNative?: boolean
|
43978
44018
|
price?: number | null
|
43979
44019
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -44093,6 +44133,7 @@ export namespace Prisma {
|
|
44093
44133
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44094
44134
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44095
44135
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44136
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44096
44137
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44097
44138
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44098
44139
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -44114,6 +44155,7 @@ export namespace Prisma {
|
|
44114
44155
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44115
44156
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44116
44157
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44158
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44117
44159
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44118
44160
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44119
44161
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -44644,6 +44686,7 @@ export namespace Prisma {
|
|
44644
44686
|
verified?: boolean
|
44645
44687
|
isTest?: boolean
|
44646
44688
|
isPoint?: boolean
|
44689
|
+
isPreTGE?: boolean
|
44647
44690
|
isNative?: boolean
|
44648
44691
|
price?: number | null
|
44649
44692
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -44665,6 +44708,7 @@ export namespace Prisma {
|
|
44665
44708
|
verified?: boolean
|
44666
44709
|
isTest?: boolean
|
44667
44710
|
isPoint?: boolean
|
44711
|
+
isPreTGE?: boolean
|
44668
44712
|
isNative?: boolean
|
44669
44713
|
price?: number | null
|
44670
44714
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -44689,6 +44733,7 @@ export namespace Prisma {
|
|
44689
44733
|
verified?: boolean
|
44690
44734
|
isTest?: boolean
|
44691
44735
|
isPoint?: boolean
|
44736
|
+
isPreTGE?: boolean
|
44692
44737
|
isNative?: boolean
|
44693
44738
|
price?: number | null
|
44694
44739
|
Chain: ChainCreateNestedOneWithoutTokenInput
|
@@ -44710,6 +44755,7 @@ export namespace Prisma {
|
|
44710
44755
|
verified?: boolean
|
44711
44756
|
isTest?: boolean
|
44712
44757
|
isPoint?: boolean
|
44758
|
+
isPreTGE?: boolean
|
44713
44759
|
isNative?: boolean
|
44714
44760
|
price?: number | null
|
44715
44761
|
Opportunity?: OpportunityUncheckedCreateNestedManyWithoutTokensInput
|
@@ -44782,6 +44828,7 @@ export namespace Prisma {
|
|
44782
44828
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44783
44829
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44784
44830
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44831
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44785
44832
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44786
44833
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44787
44834
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -44803,6 +44850,7 @@ export namespace Prisma {
|
|
44803
44850
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44804
44851
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44805
44852
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44853
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44806
44854
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44807
44855
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44808
44856
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -44833,6 +44881,7 @@ export namespace Prisma {
|
|
44833
44881
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44834
44882
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44835
44883
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44884
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44836
44885
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44837
44886
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44838
44887
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -44854,6 +44903,7 @@ export namespace Prisma {
|
|
44854
44903
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
44855
44904
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
44856
44905
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
44906
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
44857
44907
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
44858
44908
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
44859
44909
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -45063,6 +45113,7 @@ export namespace Prisma {
|
|
45063
45113
|
verified?: boolean
|
45064
45114
|
isTest?: boolean
|
45065
45115
|
isPoint?: boolean
|
45116
|
+
isPreTGE?: boolean
|
45066
45117
|
isNative?: boolean
|
45067
45118
|
price?: number | null
|
45068
45119
|
}
|
@@ -45268,6 +45319,7 @@ export namespace Prisma {
|
|
45268
45319
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45269
45320
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45270
45321
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45322
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45271
45323
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45272
45324
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45273
45325
|
Opportunity?: OpportunityUpdateManyWithoutTokensNestedInput
|
@@ -45288,6 +45340,7 @@ export namespace Prisma {
|
|
45288
45340
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45289
45341
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45290
45342
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45343
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45291
45344
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45292
45345
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45293
45346
|
Opportunity?: OpportunityUncheckedUpdateManyWithoutTokensNestedInput
|
@@ -45308,6 +45361,7 @@ export namespace Prisma {
|
|
45308
45361
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45309
45362
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45310
45363
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45364
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45311
45365
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45312
45366
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45313
45367
|
}
|
@@ -45505,6 +45559,7 @@ export namespace Prisma {
|
|
45505
45559
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45506
45560
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45507
45561
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45562
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45508
45563
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45509
45564
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45510
45565
|
Chain?: ChainUpdateOneRequiredWithoutTokenNestedInput
|
@@ -45526,6 +45581,7 @@ export namespace Prisma {
|
|
45526
45581
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45527
45582
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45528
45583
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45584
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45529
45585
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45530
45586
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45531
45587
|
Campaigns?: CampaignUncheckedUpdateManyWithoutRewardTokenNestedInput
|
@@ -45546,6 +45602,7 @@ export namespace Prisma {
|
|
45546
45602
|
verified?: BoolFieldUpdateOperationsInput | boolean
|
45547
45603
|
isTest?: BoolFieldUpdateOperationsInput | boolean
|
45548
45604
|
isPoint?: BoolFieldUpdateOperationsInput | boolean
|
45605
|
+
isPreTGE?: BoolFieldUpdateOperationsInput | boolean
|
45549
45606
|
isNative?: BoolFieldUpdateOperationsInput | boolean
|
45550
45607
|
price?: NullableFloatFieldUpdateOperationsInput | number | null
|
45551
45608
|
}
|