@merkl/api 1.10.4 → 1.10.6
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.
|
@@ -254,6 +254,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
254
254
|
Opportunity?: undefined;
|
|
255
255
|
RewardToken?: undefined;
|
|
256
256
|
} | {
|
|
257
|
+
id?: undefined;
|
|
257
258
|
campaignId: {
|
|
258
259
|
contains: string;
|
|
259
260
|
mode: "insensitive";
|
|
@@ -261,8 +262,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
261
262
|
creatorAddress?: undefined;
|
|
262
263
|
Opportunity?: undefined;
|
|
263
264
|
RewardToken?: undefined;
|
|
264
|
-
id?: undefined;
|
|
265
265
|
} | {
|
|
266
|
+
id?: undefined;
|
|
266
267
|
campaignId?: undefined;
|
|
267
268
|
creatorAddress: {
|
|
268
269
|
contains: string;
|
|
@@ -270,8 +271,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
270
271
|
};
|
|
271
272
|
Opportunity?: undefined;
|
|
272
273
|
RewardToken?: undefined;
|
|
273
|
-
id?: undefined;
|
|
274
274
|
} | {
|
|
275
|
+
id?: undefined;
|
|
275
276
|
campaignId?: undefined;
|
|
276
277
|
creatorAddress?: undefined;
|
|
277
278
|
Opportunity: {
|
|
@@ -282,8 +283,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
282
283
|
mainProtocolId?: undefined;
|
|
283
284
|
};
|
|
284
285
|
RewardToken?: undefined;
|
|
285
|
-
id?: undefined;
|
|
286
286
|
} | {
|
|
287
|
+
id?: undefined;
|
|
287
288
|
campaignId?: undefined;
|
|
288
289
|
creatorAddress?: undefined;
|
|
289
290
|
Opportunity: {
|
|
@@ -294,8 +295,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
294
295
|
};
|
|
295
296
|
};
|
|
296
297
|
RewardToken?: undefined;
|
|
297
|
-
id?: undefined;
|
|
298
298
|
} | {
|
|
299
|
+
id?: undefined;
|
|
299
300
|
campaignId?: undefined;
|
|
300
301
|
creatorAddress?: undefined;
|
|
301
302
|
Opportunity?: undefined;
|
|
@@ -323,7 +324,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
323
324
|
};
|
|
324
325
|
})[];
|
|
325
326
|
};
|
|
326
|
-
id?: undefined;
|
|
327
327
|
})[];
|
|
328
328
|
}[] | undefined;
|
|
329
329
|
} | {
|
|
@@ -332,7 +332,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
332
332
|
gt?: undefined;
|
|
333
333
|
gte?: undefined;
|
|
334
334
|
};
|
|
335
|
-
startTimestamp?: undefined;
|
|
336
335
|
OR: {
|
|
337
336
|
id: string;
|
|
338
337
|
}[] | ({
|
|
@@ -475,6 +474,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
475
474
|
Opportunity?: undefined;
|
|
476
475
|
RewardToken?: undefined;
|
|
477
476
|
} | {
|
|
477
|
+
id?: undefined;
|
|
478
478
|
campaignId: {
|
|
479
479
|
contains: string;
|
|
480
480
|
mode: "insensitive";
|
|
@@ -482,8 +482,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
482
482
|
creatorAddress?: undefined;
|
|
483
483
|
Opportunity?: undefined;
|
|
484
484
|
RewardToken?: undefined;
|
|
485
|
-
id?: undefined;
|
|
486
485
|
} | {
|
|
486
|
+
id?: undefined;
|
|
487
487
|
campaignId?: undefined;
|
|
488
488
|
creatorAddress: {
|
|
489
489
|
contains: string;
|
|
@@ -491,8 +491,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
491
491
|
};
|
|
492
492
|
Opportunity?: undefined;
|
|
493
493
|
RewardToken?: undefined;
|
|
494
|
-
id?: undefined;
|
|
495
494
|
} | {
|
|
495
|
+
id?: undefined;
|
|
496
496
|
campaignId?: undefined;
|
|
497
497
|
creatorAddress?: undefined;
|
|
498
498
|
Opportunity: {
|
|
@@ -503,8 +503,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
503
503
|
mainProtocolId?: undefined;
|
|
504
504
|
};
|
|
505
505
|
RewardToken?: undefined;
|
|
506
|
-
id?: undefined;
|
|
507
506
|
} | {
|
|
507
|
+
id?: undefined;
|
|
508
508
|
campaignId?: undefined;
|
|
509
509
|
creatorAddress?: undefined;
|
|
510
510
|
Opportunity: {
|
|
@@ -515,8 +515,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
515
515
|
};
|
|
516
516
|
};
|
|
517
517
|
RewardToken?: undefined;
|
|
518
|
-
id?: undefined;
|
|
519
518
|
} | {
|
|
519
|
+
id?: undefined;
|
|
520
520
|
campaignId?: undefined;
|
|
521
521
|
creatorAddress?: undefined;
|
|
522
522
|
Opportunity?: undefined;
|
|
@@ -544,9 +544,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
544
544
|
};
|
|
545
545
|
})[];
|
|
546
546
|
};
|
|
547
|
-
id?: undefined;
|
|
548
547
|
})[];
|
|
549
548
|
}[] | undefined;
|
|
549
|
+
startTimestamp?: undefined;
|
|
550
550
|
} | {
|
|
551
551
|
startTimestamp: {
|
|
552
552
|
lte?: undefined;
|
|
@@ -696,6 +696,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
696
696
|
Opportunity?: undefined;
|
|
697
697
|
RewardToken?: undefined;
|
|
698
698
|
} | {
|
|
699
|
+
id?: undefined;
|
|
699
700
|
campaignId: {
|
|
700
701
|
contains: string;
|
|
701
702
|
mode: "insensitive";
|
|
@@ -703,8 +704,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
703
704
|
creatorAddress?: undefined;
|
|
704
705
|
Opportunity?: undefined;
|
|
705
706
|
RewardToken?: undefined;
|
|
706
|
-
id?: undefined;
|
|
707
707
|
} | {
|
|
708
|
+
id?: undefined;
|
|
708
709
|
campaignId?: undefined;
|
|
709
710
|
creatorAddress: {
|
|
710
711
|
contains: string;
|
|
@@ -712,8 +713,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
712
713
|
};
|
|
713
714
|
Opportunity?: undefined;
|
|
714
715
|
RewardToken?: undefined;
|
|
715
|
-
id?: undefined;
|
|
716
716
|
} | {
|
|
717
|
+
id?: undefined;
|
|
717
718
|
campaignId?: undefined;
|
|
718
719
|
creatorAddress?: undefined;
|
|
719
720
|
Opportunity: {
|
|
@@ -724,8 +725,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
724
725
|
mainProtocolId?: undefined;
|
|
725
726
|
};
|
|
726
727
|
RewardToken?: undefined;
|
|
727
|
-
id?: undefined;
|
|
728
728
|
} | {
|
|
729
|
+
id?: undefined;
|
|
729
730
|
campaignId?: undefined;
|
|
730
731
|
creatorAddress?: undefined;
|
|
731
732
|
Opportunity: {
|
|
@@ -736,8 +737,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
736
737
|
};
|
|
737
738
|
};
|
|
738
739
|
RewardToken?: undefined;
|
|
739
|
-
id?: undefined;
|
|
740
740
|
} | {
|
|
741
|
+
id?: undefined;
|
|
741
742
|
campaignId?: undefined;
|
|
742
743
|
creatorAddress?: undefined;
|
|
743
744
|
Opportunity?: undefined;
|
|
@@ -765,7 +766,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
765
766
|
};
|
|
766
767
|
})[];
|
|
767
768
|
};
|
|
768
|
-
id?: undefined;
|
|
769
769
|
})[];
|
|
770
770
|
}[] | undefined;
|
|
771
771
|
} | {
|
|
@@ -921,6 +921,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
921
921
|
Opportunity?: undefined;
|
|
922
922
|
RewardToken?: undefined;
|
|
923
923
|
} | {
|
|
924
|
+
id?: undefined;
|
|
924
925
|
campaignId: {
|
|
925
926
|
contains: string;
|
|
926
927
|
mode: "insensitive";
|
|
@@ -928,8 +929,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
928
929
|
creatorAddress?: undefined;
|
|
929
930
|
Opportunity?: undefined;
|
|
930
931
|
RewardToken?: undefined;
|
|
931
|
-
id?: undefined;
|
|
932
932
|
} | {
|
|
933
|
+
id?: undefined;
|
|
933
934
|
campaignId?: undefined;
|
|
934
935
|
creatorAddress: {
|
|
935
936
|
contains: string;
|
|
@@ -937,8 +938,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
937
938
|
};
|
|
938
939
|
Opportunity?: undefined;
|
|
939
940
|
RewardToken?: undefined;
|
|
940
|
-
id?: undefined;
|
|
941
941
|
} | {
|
|
942
|
+
id?: undefined;
|
|
942
943
|
campaignId?: undefined;
|
|
943
944
|
creatorAddress?: undefined;
|
|
944
945
|
Opportunity: {
|
|
@@ -949,8 +950,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
949
950
|
mainProtocolId?: undefined;
|
|
950
951
|
};
|
|
951
952
|
RewardToken?: undefined;
|
|
952
|
-
id?: undefined;
|
|
953
953
|
} | {
|
|
954
|
+
id?: undefined;
|
|
954
955
|
campaignId?: undefined;
|
|
955
956
|
creatorAddress?: undefined;
|
|
956
957
|
Opportunity: {
|
|
@@ -961,8 +962,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
961
962
|
};
|
|
962
963
|
};
|
|
963
964
|
RewardToken?: undefined;
|
|
964
|
-
id?: undefined;
|
|
965
965
|
} | {
|
|
966
|
+
id?: undefined;
|
|
966
967
|
campaignId?: undefined;
|
|
967
968
|
creatorAddress?: undefined;
|
|
968
969
|
Opportunity?: undefined;
|
|
@@ -990,7 +991,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
990
991
|
};
|
|
991
992
|
})[];
|
|
992
993
|
};
|
|
993
|
-
id?: undefined;
|
|
994
994
|
})[];
|
|
995
995
|
}[] | undefined;
|
|
996
996
|
} | {
|
|
@@ -1136,6 +1136,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1136
1136
|
Opportunity?: undefined;
|
|
1137
1137
|
RewardToken?: undefined;
|
|
1138
1138
|
} | {
|
|
1139
|
+
id?: undefined;
|
|
1139
1140
|
campaignId: {
|
|
1140
1141
|
contains: string;
|
|
1141
1142
|
mode: "insensitive";
|
|
@@ -1143,8 +1144,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1143
1144
|
creatorAddress?: undefined;
|
|
1144
1145
|
Opportunity?: undefined;
|
|
1145
1146
|
RewardToken?: undefined;
|
|
1146
|
-
id?: undefined;
|
|
1147
1147
|
} | {
|
|
1148
|
+
id?: undefined;
|
|
1148
1149
|
campaignId?: undefined;
|
|
1149
1150
|
creatorAddress: {
|
|
1150
1151
|
contains: string;
|
|
@@ -1152,8 +1153,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1152
1153
|
};
|
|
1153
1154
|
Opportunity?: undefined;
|
|
1154
1155
|
RewardToken?: undefined;
|
|
1155
|
-
id?: undefined;
|
|
1156
1156
|
} | {
|
|
1157
|
+
id?: undefined;
|
|
1157
1158
|
campaignId?: undefined;
|
|
1158
1159
|
creatorAddress?: undefined;
|
|
1159
1160
|
Opportunity: {
|
|
@@ -1164,8 +1165,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1164
1165
|
mainProtocolId?: undefined;
|
|
1165
1166
|
};
|
|
1166
1167
|
RewardToken?: undefined;
|
|
1167
|
-
id?: undefined;
|
|
1168
1168
|
} | {
|
|
1169
|
+
id?: undefined;
|
|
1169
1170
|
campaignId?: undefined;
|
|
1170
1171
|
creatorAddress?: undefined;
|
|
1171
1172
|
Opportunity: {
|
|
@@ -1176,8 +1177,8 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1176
1177
|
};
|
|
1177
1178
|
};
|
|
1178
1179
|
RewardToken?: undefined;
|
|
1179
|
-
id?: undefined;
|
|
1180
1180
|
} | {
|
|
1181
|
+
id?: undefined;
|
|
1181
1182
|
campaignId?: undefined;
|
|
1182
1183
|
creatorAddress?: undefined;
|
|
1183
1184
|
Opportunity?: undefined;
|
|
@@ -1205,7 +1206,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
|
|
|
1205
1206
|
};
|
|
1206
1207
|
})[];
|
|
1207
1208
|
};
|
|
1208
|
-
id?: undefined;
|
|
1209
1209
|
})[];
|
|
1210
1210
|
}[] | undefined;
|
|
1211
1211
|
};
|