@merkl/api 1.9.27 → 1.9.29
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/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/StabullStaking/metadata.d.ts +1 -1
- package/dist/src/engine/nativeAPR/factory.js.map +1 -1
- package/dist/src/jobs/cleanup-partitions/build-plan.d.ts +5 -0
- package/dist/src/jobs/cleanup-partitions/build-plan.js.map +1 -0
- package/dist/src/jobs/cleanup-partitions/config.d.ts +17 -0
- package/dist/src/jobs/cleanup-partitions/config.js.map +1 -0
- package/dist/src/jobs/cleanup-partitions/drop.d.ts +8 -0
- package/dist/src/jobs/cleanup-partitions/drop.js.map +1 -0
- package/dist/src/jobs/cleanup-partitions/index.d.ts +1 -0
- package/dist/src/jobs/cleanup-partitions/index.js.map +1 -0
- package/dist/src/jobs/cleanup-partitions/types.d.ts +12 -0
- package/dist/src/jobs/cleanup-partitions/types.js.map +1 -0
- package/dist/src/jobs/cleanup-partitions/validate.d.ts +10 -0
- package/dist/src/jobs/cleanup-partitions/validate.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +70 -70
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +13 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +12 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +44 -17
- package/dist/src/utils/parseDistributionType.d.ts +869 -869
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/jobs/cleanup-partitions.d.ts +0 -1
- package/dist/src/jobs/cleanup-partitions.js.map +0 -1
|
@@ -217,6 +217,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
217
217
|
Token?: undefined;
|
|
218
218
|
disputeRuns?: undefined;
|
|
219
219
|
endOfDisputePeriod?: undefined;
|
|
220
|
+
hubspotSyncs?: undefined;
|
|
220
221
|
icon?: undefined;
|
|
221
222
|
id?: undefined;
|
|
222
223
|
lastClaimsOnchainFetchTimestamp?: undefined;
|
|
@@ -246,6 +247,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
246
247
|
Token?: undefined;
|
|
247
248
|
disputeRuns?: undefined;
|
|
248
249
|
endOfDisputePeriod?: undefined;
|
|
250
|
+
hubspotSyncs?: undefined;
|
|
249
251
|
icon?: undefined;
|
|
250
252
|
id?: undefined;
|
|
251
253
|
lastClaimsOnchainFetchTimestamp?: undefined;
|
|
@@ -368,6 +370,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
368
370
|
distributionChainId?: undefined;
|
|
369
371
|
distributionType?: undefined;
|
|
370
372
|
endTimestamp?: undefined;
|
|
373
|
+
hubspotSync?: undefined;
|
|
371
374
|
id?: undefined;
|
|
372
375
|
isPrivate?: undefined;
|
|
373
376
|
manualOverrides?: undefined;
|
|
@@ -425,6 +428,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
425
428
|
distributionChainId?: undefined;
|
|
426
429
|
distributionType?: undefined;
|
|
427
430
|
endTimestamp?: undefined;
|
|
431
|
+
hubspotSync?: undefined;
|
|
428
432
|
id?: undefined;
|
|
429
433
|
isPrivate?: undefined;
|
|
430
434
|
manualOverrides?: undefined;
|
|
@@ -458,6 +462,29 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
458
462
|
config?: undefined;
|
|
459
463
|
hash?: undefined;
|
|
460
464
|
} & Prisma.CampaignEncodingNullableScalarRelationFilter) | null | undefined;
|
|
465
|
+
hubspotSync?: ({
|
|
466
|
+
is?: undefined;
|
|
467
|
+
isNot?: undefined;
|
|
468
|
+
} & Prisma.HubspotSyncWhereInput) | ({
|
|
469
|
+
AND?: undefined;
|
|
470
|
+
Campaign?: undefined;
|
|
471
|
+
Chain?: undefined;
|
|
472
|
+
NOT?: undefined;
|
|
473
|
+
OR?: undefined;
|
|
474
|
+
blockNumber?: undefined;
|
|
475
|
+
campaignId?: undefined;
|
|
476
|
+
chainId?: undefined;
|
|
477
|
+
createdAt?: undefined;
|
|
478
|
+
feeAmount?: undefined;
|
|
479
|
+
hubspotDealId?: undefined;
|
|
480
|
+
id?: undefined;
|
|
481
|
+
processStatus?: undefined;
|
|
482
|
+
syncedAt?: undefined;
|
|
483
|
+
tokenPriceAtCreation?: undefined;
|
|
484
|
+
txHash?: undefined;
|
|
485
|
+
type?: undefined;
|
|
486
|
+
updatedAt?: undefined;
|
|
487
|
+
} & Prisma.HubspotSyncNullableScalarRelationFilter) | null | undefined;
|
|
461
488
|
OR: ({
|
|
462
489
|
endTimestamp: {
|
|
463
490
|
gt: number;
|
|
@@ -543,6 +570,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
543
570
|
Campaigns?: undefined;
|
|
544
571
|
Chain?: undefined;
|
|
545
572
|
} | {
|
|
573
|
+
id?: undefined;
|
|
546
574
|
name: {
|
|
547
575
|
contains: string;
|
|
548
576
|
mode: "insensitive";
|
|
@@ -555,8 +583,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
555
583
|
Tokens?: undefined;
|
|
556
584
|
Campaigns?: undefined;
|
|
557
585
|
Chain?: undefined;
|
|
558
|
-
id?: undefined;
|
|
559
586
|
} | {
|
|
587
|
+
id?: undefined;
|
|
560
588
|
name?: undefined;
|
|
561
589
|
identifier: {
|
|
562
590
|
contains: string;
|
|
@@ -569,8 +597,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
569
597
|
Tokens?: undefined;
|
|
570
598
|
Campaigns?: undefined;
|
|
571
599
|
Chain?: undefined;
|
|
572
|
-
id?: undefined;
|
|
573
600
|
} | {
|
|
601
|
+
id?: undefined;
|
|
574
602
|
name?: undefined;
|
|
575
603
|
identifier?: undefined;
|
|
576
604
|
explorerAddress: {
|
|
@@ -583,13 +611,14 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
583
611
|
Tokens?: undefined;
|
|
584
612
|
Campaigns?: undefined;
|
|
585
613
|
Chain?: undefined;
|
|
586
|
-
id?: undefined;
|
|
587
614
|
} | {
|
|
615
|
+
id?: undefined;
|
|
588
616
|
name?: undefined;
|
|
589
617
|
identifier?: undefined;
|
|
590
618
|
explorerAddress?: undefined;
|
|
591
619
|
Campaigns: {
|
|
592
620
|
some: {
|
|
621
|
+
id?: undefined;
|
|
593
622
|
campaignId: {
|
|
594
623
|
contains: string;
|
|
595
624
|
mode: "insensitive";
|
|
@@ -598,7 +627,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
598
627
|
creatorAddress?: undefined;
|
|
599
628
|
RewardToken?: undefined;
|
|
600
629
|
endTimestamp?: undefined;
|
|
601
|
-
id?: undefined;
|
|
602
630
|
};
|
|
603
631
|
};
|
|
604
632
|
type?: undefined;
|
|
@@ -606,8 +634,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
606
634
|
mainProtocolId?: undefined;
|
|
607
635
|
Tokens?: undefined;
|
|
608
636
|
Chain?: undefined;
|
|
609
|
-
id?: undefined;
|
|
610
637
|
} | {
|
|
638
|
+
id?: undefined;
|
|
611
639
|
name?: undefined;
|
|
612
640
|
identifier?: undefined;
|
|
613
641
|
explorerAddress?: undefined;
|
|
@@ -629,13 +657,14 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
629
657
|
mainProtocolId?: undefined;
|
|
630
658
|
Tokens?: undefined;
|
|
631
659
|
Chain?: undefined;
|
|
632
|
-
id?: undefined;
|
|
633
660
|
} | {
|
|
661
|
+
id?: undefined;
|
|
634
662
|
name?: undefined;
|
|
635
663
|
identifier?: undefined;
|
|
636
664
|
explorerAddress?: undefined;
|
|
637
665
|
Campaigns: {
|
|
638
666
|
some: {
|
|
667
|
+
id?: undefined;
|
|
639
668
|
campaignId?: undefined;
|
|
640
669
|
creatorAddress: {
|
|
641
670
|
contains: string;
|
|
@@ -644,7 +673,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
644
673
|
isPrivate: boolean;
|
|
645
674
|
RewardToken?: undefined;
|
|
646
675
|
endTimestamp?: undefined;
|
|
647
|
-
id?: undefined;
|
|
648
676
|
};
|
|
649
677
|
};
|
|
650
678
|
type?: undefined;
|
|
@@ -652,8 +680,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
652
680
|
mainProtocolId?: undefined;
|
|
653
681
|
Tokens?: undefined;
|
|
654
682
|
Chain?: undefined;
|
|
655
|
-
id?: undefined;
|
|
656
683
|
} | {
|
|
684
|
+
id?: undefined;
|
|
657
685
|
name?: undefined;
|
|
658
686
|
identifier?: undefined;
|
|
659
687
|
explorerAddress?: undefined;
|
|
@@ -666,8 +694,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
666
694
|
Tokens?: undefined;
|
|
667
695
|
Campaigns?: undefined;
|
|
668
696
|
Chain?: undefined;
|
|
669
|
-
id?: undefined;
|
|
670
697
|
} | {
|
|
698
|
+
id?: undefined;
|
|
671
699
|
name?: undefined;
|
|
672
700
|
identifier?: undefined;
|
|
673
701
|
explorerAddress?: undefined;
|
|
@@ -682,8 +710,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
682
710
|
Tokens?: undefined;
|
|
683
711
|
Campaigns?: undefined;
|
|
684
712
|
Chain?: undefined;
|
|
685
|
-
id?: undefined;
|
|
686
713
|
} | {
|
|
714
|
+
id?: undefined;
|
|
687
715
|
name?: undefined;
|
|
688
716
|
identifier?: undefined;
|
|
689
717
|
explorerAddress?: undefined;
|
|
@@ -696,8 +724,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
696
724
|
Tokens?: undefined;
|
|
697
725
|
Campaigns?: undefined;
|
|
698
726
|
Chain?: undefined;
|
|
699
|
-
id?: undefined;
|
|
700
727
|
} | {
|
|
728
|
+
id?: undefined;
|
|
701
729
|
name?: undefined;
|
|
702
730
|
identifier?: undefined;
|
|
703
731
|
explorerAddress?: undefined;
|
|
@@ -716,8 +744,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
716
744
|
};
|
|
717
745
|
Campaigns?: undefined;
|
|
718
746
|
Chain?: undefined;
|
|
719
|
-
id?: undefined;
|
|
720
747
|
} | {
|
|
748
|
+
id?: undefined;
|
|
721
749
|
name?: undefined;
|
|
722
750
|
identifier?: undefined;
|
|
723
751
|
explorerAddress?: undefined;
|
|
@@ -736,8 +764,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
736
764
|
};
|
|
737
765
|
Campaigns?: undefined;
|
|
738
766
|
Chain?: undefined;
|
|
739
|
-
id?: undefined;
|
|
740
767
|
} | {
|
|
768
|
+
id?: undefined;
|
|
741
769
|
name?: undefined;
|
|
742
770
|
identifier?: undefined;
|
|
743
771
|
explorerAddress?: undefined;
|
|
@@ -756,8 +784,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
756
784
|
};
|
|
757
785
|
Campaigns?: undefined;
|
|
758
786
|
Chain?: undefined;
|
|
759
|
-
id?: undefined;
|
|
760
787
|
} | {
|
|
788
|
+
id?: undefined;
|
|
761
789
|
name?: undefined;
|
|
762
790
|
identifier?: undefined;
|
|
763
791
|
explorerAddress?: undefined;
|
|
@@ -767,6 +795,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
767
795
|
Tokens?: undefined;
|
|
768
796
|
Campaigns: {
|
|
769
797
|
some: {
|
|
798
|
+
id?: undefined;
|
|
770
799
|
campaignId?: undefined;
|
|
771
800
|
creatorAddress?: undefined;
|
|
772
801
|
isPrivate?: undefined;
|
|
@@ -788,12 +817,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
788
817
|
};
|
|
789
818
|
})[];
|
|
790
819
|
};
|
|
791
|
-
id?: undefined;
|
|
792
820
|
};
|
|
793
821
|
};
|
|
794
822
|
Chain?: undefined;
|
|
795
|
-
id?: undefined;
|
|
796
823
|
} | {
|
|
824
|
+
id?: undefined;
|
|
797
825
|
name?: undefined;
|
|
798
826
|
identifier?: undefined;
|
|
799
827
|
explorerAddress?: undefined;
|
|
@@ -808,7 +836,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
808
836
|
mode: "insensitive";
|
|
809
837
|
};
|
|
810
838
|
};
|
|
811
|
-
id?: undefined;
|
|
812
839
|
})[];
|
|
813
840
|
}[];
|
|
814
841
|
})[];
|