@merkl/api 1.9.30 → 1.9.32
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/src/eden/index.d.ts +180 -12
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.js.map +1 -1
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
- package/dist/src/index.d.ts +180 -12
- package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +28 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +25 -25
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +7 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +20 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +2 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.js.map +1 -1
- package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +4 -0
- package/dist/src/modules/v4/campaignStatus/campaignStatus.service.js.map +1 -1
- package/dist/src/modules/v4/carousel/carousel.controller.d.ts +22 -0
- package/dist/src/modules/v4/carousel/carousel.repository.d.ts +6 -0
- package/dist/src/modules/v4/carousel/carousel.service.d.ts +18 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -0
- package/dist/src/modules/v4/config/config.controller.d.ts +5 -0
- package/dist/src/modules/v4/config/config.service.d.ts +5 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +5 -0
- package/dist/src/modules/v4/dispute/dispute.controller.d.ts +1 -0
- package/dist/src/modules/v4/dispute/dispute.service.d.ts +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +2 -0
- package/dist/src/modules/v4/legacy-claims/claims.controller.d.ts +1 -0
- package/dist/src/modules/v4/legacy-claims/claims.service.d.ts +1 -0
- package/dist/src/modules/v4/legacy-claims/claims.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +36 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +11 -6
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +12 -0
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +17 -17
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +21 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +47 -12
- package/dist/src/modules/v4/payload/payload.controller.d.ts +9 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +12 -0
- package/dist/src/modules/v4/program/program.controller.d.ts +12 -0
- package/dist/src/modules/v4/program/program.repository.d.ts +4 -0
- package/dist/src/modules/v4/program/program.service.d.ts +12 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +58 -36
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
- package/dist/src/modules/v4/router.d.ts +180 -12
- package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
- package/dist/src/modules/v4/token/token.formatter.d.ts +1 -1
- package/dist/src/modules/v4/token/token.formatter.js.map +1 -1
- package/dist/src/modules/v4/token/token.model.d.ts +2 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -1
- package/dist/src/modules/v4/token/token.repository.d.ts +3 -1
- package/dist/src/modules/v4/token/token.repository.js.map +1 -1
- package/dist/src/modules/v4/token/token.service.d.ts +1 -0
- package/dist/src/modules/v4/token/token.service.js.map +1 -1
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +410 -410
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +8 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +4 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +19 -12
- package/dist/src/utils/getAPR.d.ts +200 -200
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -169,6 +169,7 @@ export declare const CampaignWithOpportunityResourceDto: import("@sinclair/typeb
|
|
|
169
169
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
170
170
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
171
171
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
172
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
172
173
|
}>;
|
|
173
174
|
amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
|
|
174
175
|
distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
@@ -241,6 +242,7 @@ export declare const CampaignWithOpportunityResourceDto: import("@sinclair/typeb
|
|
|
241
242
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
242
243
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
243
244
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
245
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
244
246
|
}>;
|
|
245
247
|
rewardTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
246
248
|
rootCampaignId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
@@ -317,6 +319,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
|
|
|
317
319
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
318
320
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
319
321
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
322
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
320
323
|
}>>;
|
|
321
324
|
chain: import("@sinclair/typebox").TObject<{
|
|
322
325
|
id: import("@sinclair/typebox").TInteger;
|
|
@@ -406,6 +409,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
|
|
|
406
409
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
407
410
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
408
411
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
412
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
409
413
|
}>>;
|
|
410
414
|
}>>;
|
|
411
415
|
tvlRecord: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
@@ -447,6 +451,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
|
|
|
447
451
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
448
452
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
449
453
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
454
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
450
455
|
}>;
|
|
451
456
|
amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
|
|
452
457
|
distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
@@ -521,6 +526,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
|
|
|
521
526
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
522
527
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
523
528
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
529
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
524
530
|
}>;
|
|
525
531
|
opportunityId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
526
532
|
distributionChain: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
@@ -589,6 +595,7 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TInters
|
|
|
589
595
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
590
596
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
591
597
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
598
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
592
599
|
}>;
|
|
593
600
|
amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
|
|
594
601
|
distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
@@ -679,6 +686,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
|
679
686
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
680
687
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
681
688
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
689
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
682
690
|
}>>;
|
|
683
691
|
chain: import("@sinclair/typebox").TObject<{
|
|
684
692
|
id: import("@sinclair/typebox").TInteger;
|
|
@@ -768,6 +776,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
|
768
776
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
769
777
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
770
778
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
779
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
771
780
|
}>>;
|
|
772
781
|
}>>;
|
|
773
782
|
tvlRecord: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
@@ -809,6 +818,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
|
809
818
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
810
819
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
811
820
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
821
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
812
822
|
}>;
|
|
813
823
|
amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
|
|
814
824
|
distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
@@ -883,6 +893,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
|
883
893
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
884
894
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
885
895
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
896
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
886
897
|
}>;
|
|
887
898
|
opportunityId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
888
899
|
distributionChain: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
@@ -951,6 +962,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
|
|
|
951
962
|
updatedAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TNumber, import("@sinclair/typebox").TNull]>>;
|
|
952
963
|
priceSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>>;
|
|
953
964
|
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
965
|
+
underlyingTokenId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
954
966
|
}>;
|
|
955
967
|
amount: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TBigInt, import("@sinclair/typebox").TString]>;
|
|
956
968
|
distributionType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
@@ -570,6 +570,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
570
570
|
Campaigns?: undefined;
|
|
571
571
|
Chain?: undefined;
|
|
572
572
|
} | {
|
|
573
|
+
id?: undefined;
|
|
573
574
|
name: {
|
|
574
575
|
contains: string;
|
|
575
576
|
mode: "insensitive";
|
|
@@ -582,8 +583,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
582
583
|
Tokens?: undefined;
|
|
583
584
|
Campaigns?: undefined;
|
|
584
585
|
Chain?: undefined;
|
|
585
|
-
id?: undefined;
|
|
586
586
|
} | {
|
|
587
|
+
id?: undefined;
|
|
587
588
|
name?: undefined;
|
|
588
589
|
identifier: {
|
|
589
590
|
contains: string;
|
|
@@ -596,8 +597,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
596
597
|
Tokens?: undefined;
|
|
597
598
|
Campaigns?: undefined;
|
|
598
599
|
Chain?: undefined;
|
|
599
|
-
id?: undefined;
|
|
600
600
|
} | {
|
|
601
|
+
id?: undefined;
|
|
601
602
|
name?: undefined;
|
|
602
603
|
identifier?: undefined;
|
|
603
604
|
explorerAddress: {
|
|
@@ -610,13 +611,14 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
610
611
|
Tokens?: undefined;
|
|
611
612
|
Campaigns?: undefined;
|
|
612
613
|
Chain?: undefined;
|
|
613
|
-
id?: undefined;
|
|
614
614
|
} | {
|
|
615
|
+
id?: undefined;
|
|
615
616
|
name?: undefined;
|
|
616
617
|
identifier?: undefined;
|
|
617
618
|
explorerAddress?: undefined;
|
|
618
619
|
Campaigns: {
|
|
619
620
|
some: {
|
|
621
|
+
id?: undefined;
|
|
620
622
|
campaignId: {
|
|
621
623
|
contains: string;
|
|
622
624
|
mode: "insensitive";
|
|
@@ -625,7 +627,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
625
627
|
creatorAddress?: undefined;
|
|
626
628
|
RewardToken?: undefined;
|
|
627
629
|
endTimestamp?: undefined;
|
|
628
|
-
id?: undefined;
|
|
629
630
|
};
|
|
630
631
|
};
|
|
631
632
|
type?: undefined;
|
|
@@ -633,8 +634,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
633
634
|
mainProtocolId?: undefined;
|
|
634
635
|
Tokens?: undefined;
|
|
635
636
|
Chain?: undefined;
|
|
636
|
-
id?: undefined;
|
|
637
637
|
} | {
|
|
638
|
+
id?: undefined;
|
|
638
639
|
name?: undefined;
|
|
639
640
|
identifier?: undefined;
|
|
640
641
|
explorerAddress?: undefined;
|
|
@@ -656,13 +657,14 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
656
657
|
mainProtocolId?: undefined;
|
|
657
658
|
Tokens?: undefined;
|
|
658
659
|
Chain?: undefined;
|
|
659
|
-
id?: undefined;
|
|
660
660
|
} | {
|
|
661
|
+
id?: undefined;
|
|
661
662
|
name?: undefined;
|
|
662
663
|
identifier?: undefined;
|
|
663
664
|
explorerAddress?: undefined;
|
|
664
665
|
Campaigns: {
|
|
665
666
|
some: {
|
|
667
|
+
id?: undefined;
|
|
666
668
|
campaignId?: undefined;
|
|
667
669
|
creatorAddress: {
|
|
668
670
|
contains: string;
|
|
@@ -671,7 +673,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
671
673
|
isPrivate: boolean;
|
|
672
674
|
RewardToken?: undefined;
|
|
673
675
|
endTimestamp?: undefined;
|
|
674
|
-
id?: undefined;
|
|
675
676
|
};
|
|
676
677
|
};
|
|
677
678
|
type?: undefined;
|
|
@@ -679,8 +680,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
679
680
|
mainProtocolId?: undefined;
|
|
680
681
|
Tokens?: undefined;
|
|
681
682
|
Chain?: undefined;
|
|
682
|
-
id?: undefined;
|
|
683
683
|
} | {
|
|
684
|
+
id?: undefined;
|
|
684
685
|
name?: undefined;
|
|
685
686
|
identifier?: undefined;
|
|
686
687
|
explorerAddress?: undefined;
|
|
@@ -693,8 +694,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
693
694
|
Tokens?: undefined;
|
|
694
695
|
Campaigns?: undefined;
|
|
695
696
|
Chain?: undefined;
|
|
696
|
-
id?: undefined;
|
|
697
697
|
} | {
|
|
698
|
+
id?: undefined;
|
|
698
699
|
name?: undefined;
|
|
699
700
|
identifier?: undefined;
|
|
700
701
|
explorerAddress?: undefined;
|
|
@@ -709,8 +710,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
709
710
|
Tokens?: undefined;
|
|
710
711
|
Campaigns?: undefined;
|
|
711
712
|
Chain?: undefined;
|
|
712
|
-
id?: undefined;
|
|
713
713
|
} | {
|
|
714
|
+
id?: undefined;
|
|
714
715
|
name?: undefined;
|
|
715
716
|
identifier?: undefined;
|
|
716
717
|
explorerAddress?: undefined;
|
|
@@ -723,8 +724,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
723
724
|
Tokens?: undefined;
|
|
724
725
|
Campaigns?: undefined;
|
|
725
726
|
Chain?: undefined;
|
|
726
|
-
id?: undefined;
|
|
727
727
|
} | {
|
|
728
|
+
id?: undefined;
|
|
728
729
|
name?: undefined;
|
|
729
730
|
identifier?: undefined;
|
|
730
731
|
explorerAddress?: undefined;
|
|
@@ -743,8 +744,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
743
744
|
};
|
|
744
745
|
Campaigns?: undefined;
|
|
745
746
|
Chain?: undefined;
|
|
746
|
-
id?: undefined;
|
|
747
747
|
} | {
|
|
748
|
+
id?: undefined;
|
|
748
749
|
name?: undefined;
|
|
749
750
|
identifier?: undefined;
|
|
750
751
|
explorerAddress?: undefined;
|
|
@@ -763,8 +764,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
763
764
|
};
|
|
764
765
|
Campaigns?: undefined;
|
|
765
766
|
Chain?: undefined;
|
|
766
|
-
id?: undefined;
|
|
767
767
|
} | {
|
|
768
|
+
id?: undefined;
|
|
768
769
|
name?: undefined;
|
|
769
770
|
identifier?: undefined;
|
|
770
771
|
explorerAddress?: undefined;
|
|
@@ -783,8 +784,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
783
784
|
};
|
|
784
785
|
Campaigns?: undefined;
|
|
785
786
|
Chain?: undefined;
|
|
786
|
-
id?: undefined;
|
|
787
787
|
} | {
|
|
788
|
+
id?: undefined;
|
|
788
789
|
name?: undefined;
|
|
789
790
|
identifier?: undefined;
|
|
790
791
|
explorerAddress?: undefined;
|
|
@@ -794,6 +795,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
794
795
|
Tokens?: undefined;
|
|
795
796
|
Campaigns: {
|
|
796
797
|
some: {
|
|
798
|
+
id?: undefined;
|
|
797
799
|
campaignId?: undefined;
|
|
798
800
|
creatorAddress?: undefined;
|
|
799
801
|
isPrivate?: undefined;
|
|
@@ -815,12 +817,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
815
817
|
};
|
|
816
818
|
})[];
|
|
817
819
|
};
|
|
818
|
-
id?: undefined;
|
|
819
820
|
};
|
|
820
821
|
};
|
|
821
822
|
Chain?: undefined;
|
|
822
|
-
id?: undefined;
|
|
823
823
|
} | {
|
|
824
|
+
id?: undefined;
|
|
824
825
|
name?: undefined;
|
|
825
826
|
identifier?: undefined;
|
|
826
827
|
explorerAddress?: undefined;
|
|
@@ -835,7 +836,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
835
836
|
mode: "insensitive";
|
|
836
837
|
};
|
|
837
838
|
};
|
|
838
|
-
id?: undefined;
|
|
839
839
|
})[];
|
|
840
840
|
}[];
|
|
841
841
|
})[];
|
|
@@ -114,6 +114,7 @@ export declare abstract class OpportunityRepository {
|
|
|
114
114
|
isTest: boolean;
|
|
115
115
|
type: import("@package/databases").TokenType;
|
|
116
116
|
isNative: boolean;
|
|
117
|
+
underlyingTokenId: string | null;
|
|
117
118
|
price: number | null;
|
|
118
119
|
updatedAt: number | null;
|
|
119
120
|
priceSource: string | null;
|
|
@@ -162,6 +163,7 @@ export declare abstract class OpportunityRepository {
|
|
|
162
163
|
isTest: boolean;
|
|
163
164
|
type: import("@package/databases").TokenType;
|
|
164
165
|
isNative: boolean;
|
|
166
|
+
underlyingTokenId: string | null;
|
|
165
167
|
price: number | null;
|
|
166
168
|
updatedAt: number | null;
|
|
167
169
|
priceSource: string | null;
|
|
@@ -200,6 +202,7 @@ export declare abstract class OpportunityRepository {
|
|
|
200
202
|
isTest: boolean;
|
|
201
203
|
type: import("@package/databases").TokenType;
|
|
202
204
|
isNative: boolean;
|
|
205
|
+
underlyingTokenId: string | null;
|
|
203
206
|
price: number | null;
|
|
204
207
|
updatedAt: number | null;
|
|
205
208
|
priceSource: string | null;
|
|
@@ -280,6 +283,7 @@ export declare abstract class OpportunityRepository {
|
|
|
280
283
|
isTest: boolean;
|
|
281
284
|
type: import("@package/databases").TokenType;
|
|
282
285
|
isNative: boolean;
|
|
286
|
+
underlyingTokenId: string | null;
|
|
283
287
|
price: number | null;
|
|
284
288
|
updatedAt: number | null;
|
|
285
289
|
priceSource: string | null;
|
|
@@ -344,6 +348,7 @@ export declare abstract class OpportunityRepository {
|
|
|
344
348
|
isTest: boolean;
|
|
345
349
|
type: import("@package/databases").TokenType;
|
|
346
350
|
isNative: boolean;
|
|
351
|
+
underlyingTokenId: string | null;
|
|
347
352
|
price: number | null;
|
|
348
353
|
updatedAt: number | null;
|
|
349
354
|
priceSource: string | null;
|
|
@@ -392,6 +397,7 @@ export declare abstract class OpportunityRepository {
|
|
|
392
397
|
isTest: boolean;
|
|
393
398
|
type: import("@package/databases").TokenType;
|
|
394
399
|
isNative: boolean;
|
|
400
|
+
underlyingTokenId: string | null;
|
|
395
401
|
price: number | null;
|
|
396
402
|
updatedAt: number | null;
|
|
397
403
|
priceSource: string | null;
|
|
@@ -430,6 +436,7 @@ export declare abstract class OpportunityRepository {
|
|
|
430
436
|
isTest: boolean;
|
|
431
437
|
type: import("@package/databases").TokenType;
|
|
432
438
|
isNative: boolean;
|
|
439
|
+
underlyingTokenId: string | null;
|
|
433
440
|
price: number | null;
|
|
434
441
|
updatedAt: number | null;
|
|
435
442
|
priceSource: string | null;
|
|
@@ -556,6 +563,7 @@ export declare abstract class OpportunityRepository {
|
|
|
556
563
|
isTest: boolean;
|
|
557
564
|
type: import("@package/databases").TokenType;
|
|
558
565
|
isNative: boolean;
|
|
566
|
+
underlyingTokenId: string | null;
|
|
559
567
|
price: number | null;
|
|
560
568
|
updatedAt: number | null;
|
|
561
569
|
priceSource: string | null;
|
|
@@ -604,6 +612,7 @@ export declare abstract class OpportunityRepository {
|
|
|
604
612
|
isTest: boolean;
|
|
605
613
|
type: import("@package/databases").TokenType;
|
|
606
614
|
isNative: boolean;
|
|
615
|
+
underlyingTokenId: string | null;
|
|
607
616
|
price: number | null;
|
|
608
617
|
updatedAt: number | null;
|
|
609
618
|
priceSource: string | null;
|
|
@@ -642,6 +651,7 @@ export declare abstract class OpportunityRepository {
|
|
|
642
651
|
isTest: boolean;
|
|
643
652
|
type: import("@package/databases").TokenType;
|
|
644
653
|
isNative: boolean;
|
|
654
|
+
underlyingTokenId: string | null;
|
|
645
655
|
price: number | null;
|
|
646
656
|
updatedAt: number | null;
|
|
647
657
|
priceSource: string | null;
|
|
@@ -792,6 +802,7 @@ export declare abstract class OpportunityRepository {
|
|
|
792
802
|
isTest: boolean;
|
|
793
803
|
type: import("@package/databases").TokenType;
|
|
794
804
|
isNative: boolean;
|
|
805
|
+
underlyingTokenId: string | null;
|
|
795
806
|
price: number | null;
|
|
796
807
|
updatedAt: number | null;
|
|
797
808
|
priceSource: string | null;
|
|
@@ -866,6 +877,7 @@ export declare abstract class OpportunityRepository {
|
|
|
866
877
|
isTest: boolean;
|
|
867
878
|
type: import("@package/databases").TokenType;
|
|
868
879
|
isNative: boolean;
|
|
880
|
+
underlyingTokenId: string | null;
|
|
869
881
|
price: number | null;
|
|
870
882
|
updatedAt: number | null;
|
|
871
883
|
priceSource: string | null;
|
|
@@ -914,6 +926,7 @@ export declare abstract class OpportunityRepository {
|
|
|
914
926
|
isTest: boolean;
|
|
915
927
|
type: import("@package/databases").TokenType;
|
|
916
928
|
isNative: boolean;
|
|
929
|
+
underlyingTokenId: string | null;
|
|
917
930
|
price: number | null;
|
|
918
931
|
updatedAt: number | null;
|
|
919
932
|
priceSource: string | null;
|
|
@@ -952,6 +965,7 @@ export declare abstract class OpportunityRepository {
|
|
|
952
965
|
isTest: boolean;
|
|
953
966
|
type: import("@package/databases").TokenType;
|
|
954
967
|
isNative: boolean;
|
|
968
|
+
underlyingTokenId: string | null;
|
|
955
969
|
price: number | null;
|
|
956
970
|
updatedAt: number | null;
|
|
957
971
|
priceSource: string | null;
|
|
@@ -1083,6 +1097,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1083
1097
|
isTest: boolean;
|
|
1084
1098
|
type: import("@package/databases").TokenType;
|
|
1085
1099
|
isNative: boolean;
|
|
1100
|
+
underlyingTokenId: string | null;
|
|
1086
1101
|
price: number | null;
|
|
1087
1102
|
updatedAt: number | null;
|
|
1088
1103
|
priceSource: string | null;
|
|
@@ -1131,6 +1146,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1131
1146
|
isTest: boolean;
|
|
1132
1147
|
type: import("@package/databases").TokenType;
|
|
1133
1148
|
isNative: boolean;
|
|
1149
|
+
underlyingTokenId: string | null;
|
|
1134
1150
|
price: number | null;
|
|
1135
1151
|
updatedAt: number | null;
|
|
1136
1152
|
priceSource: string | null;
|
|
@@ -1169,6 +1185,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1169
1185
|
isTest: boolean;
|
|
1170
1186
|
type: import("@package/databases").TokenType;
|
|
1171
1187
|
isNative: boolean;
|
|
1188
|
+
underlyingTokenId: string | null;
|
|
1172
1189
|
price: number | null;
|
|
1173
1190
|
updatedAt: number | null;
|
|
1174
1191
|
priceSource: string | null;
|
|
@@ -1327,6 +1344,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1327
1344
|
isTest: boolean;
|
|
1328
1345
|
type: import("@package/databases").TokenType;
|
|
1329
1346
|
isNative: boolean;
|
|
1347
|
+
underlyingTokenId: string | null;
|
|
1330
1348
|
price: number | null;
|
|
1331
1349
|
updatedAt: number | null;
|
|
1332
1350
|
priceSource: string | null;
|
|
@@ -1398,6 +1416,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1398
1416
|
isTest: boolean;
|
|
1399
1417
|
type: import("@package/databases").TokenType;
|
|
1400
1418
|
isNative: boolean;
|
|
1419
|
+
underlyingTokenId: string | null;
|
|
1401
1420
|
price: number | null;
|
|
1402
1421
|
updatedAt: number | null;
|
|
1403
1422
|
priceSource: string | null;
|
|
@@ -1446,6 +1465,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1446
1465
|
isTest: boolean;
|
|
1447
1466
|
type: import("@package/databases").TokenType;
|
|
1448
1467
|
isNative: boolean;
|
|
1468
|
+
underlyingTokenId: string | null;
|
|
1449
1469
|
price: number | null;
|
|
1450
1470
|
updatedAt: number | null;
|
|
1451
1471
|
priceSource: string | null;
|
|
@@ -1484,6 +1504,7 @@ export declare abstract class OpportunityRepository {
|
|
|
1484
1504
|
isTest: boolean;
|
|
1485
1505
|
type: import("@package/databases").TokenType;
|
|
1486
1506
|
isNative: boolean;
|
|
1507
|
+
underlyingTokenId: string | null;
|
|
1487
1508
|
price: number | null;
|
|
1488
1509
|
updatedAt: number | null;
|
|
1489
1510
|
priceSource: string | null;
|