@merkl/api 1.9.1 → 1.9.2

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.
@@ -181,11 +181,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
181
181
  };
182
182
  displaySymbol?: undefined;
183
183
  } | {
184
+ symbol?: undefined;
184
185
  displaySymbol: {
185
186
  equals: string;
186
187
  mode: "insensitive";
187
188
  };
188
- symbol?: undefined;
189
189
  })[] | undefined;
190
190
  isTest: false | undefined;
191
191
  type: {
@@ -194,11 +194,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
194
194
  };
195
195
  };
196
196
  Creator: {
197
+ tags?: undefined;
197
198
  OR: ({
199
+ tags?: undefined;
198
200
  Creator: {
199
201
  id: string;
200
202
  };
201
- tags?: undefined;
202
203
  } | {
203
204
  Creator?: undefined;
204
205
  tags: {
@@ -206,10 +207,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
206
207
  };
207
208
  })[];
208
209
  Creator?: undefined;
209
- tags?: undefined;
210
210
  } | {
211
- OR?: undefined;
212
211
  tags?: undefined;
212
+ OR?: undefined;
213
213
  Creator: {
214
214
  id: string;
215
215
  };
@@ -227,13 +227,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
227
227
  in: import("@package/resources/enums").DistributionType[];
228
228
  } | undefined;
229
229
  rootCampaignId: {
230
+ not?: undefined;
230
231
  equals: string;
231
232
  mode: "insensitive";
232
- not?: undefined;
233
233
  } | {
234
+ not?: undefined;
234
235
  mode?: undefined;
235
236
  equals: null;
236
- not?: undefined;
237
237
  } | {
238
238
  mode?: undefined;
239
239
  equals?: undefined;
@@ -245,48 +245,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
245
245
  } | undefined;
246
246
  AND: {
247
247
  OR: ({
248
+ campaignId?: undefined;
249
+ creatorAddress?: undefined;
250
+ RewardToken?: undefined;
248
251
  id: {
249
252
  contains: string;
250
253
  mode: "insensitive";
251
254
  };
252
- campaignId?: undefined;
253
- creatorAddress?: undefined;
254
255
  Opportunity?: undefined;
255
- RewardToken?: undefined;
256
256
  } | {
257
257
  id?: undefined;
258
+ creatorAddress?: undefined;
259
+ RewardToken?: undefined;
258
260
  campaignId: {
259
261
  contains: string;
260
262
  mode: "insensitive";
261
263
  };
262
- creatorAddress?: undefined;
263
264
  Opportunity?: undefined;
264
- RewardToken?: undefined;
265
265
  } | {
266
266
  id?: undefined;
267
267
  campaignId?: undefined;
268
+ RewardToken?: undefined;
268
269
  creatorAddress: {
269
270
  contains: string;
270
271
  mode: "insensitive";
271
272
  };
272
273
  Opportunity?: undefined;
273
- RewardToken?: undefined;
274
274
  } | {
275
275
  id?: undefined;
276
276
  campaignId?: undefined;
277
277
  creatorAddress?: undefined;
278
+ RewardToken?: undefined;
278
279
  Opportunity: {
280
+ mainProtocolId?: undefined;
279
281
  identifier: {
280
282
  contains: string;
281
283
  mode: "insensitive";
282
284
  };
283
- mainProtocolId?: undefined;
284
285
  };
285
- RewardToken?: undefined;
286
286
  } | {
287
287
  id?: undefined;
288
288
  campaignId?: undefined;
289
289
  creatorAddress?: undefined;
290
+ RewardToken?: undefined;
290
291
  Opportunity: {
291
292
  identifier?: undefined;
292
293
  mainProtocolId: {
@@ -294,7 +295,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
294
295
  mode: "insensitive";
295
296
  };
296
297
  };
297
- RewardToken?: undefined;
298
298
  } | {
299
299
  id?: undefined;
300
300
  campaignId?: undefined;
@@ -302,19 +302,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
302
302
  Opportunity?: undefined;
303
303
  RewardToken: {
304
304
  OR: ({
305
+ address?: undefined;
305
306
  symbol: {
306
307
  contains: string;
307
308
  mode: "insensitive";
308
309
  };
309
310
  displaySymbol?: undefined;
310
- address?: undefined;
311
311
  } | {
312
312
  symbol?: undefined;
313
+ address?: undefined;
313
314
  displaySymbol: {
314
315
  contains: string;
315
316
  mode: "insensitive";
316
317
  };
317
- address?: undefined;
318
318
  } | {
319
319
  symbol?: undefined;
320
320
  displaySymbol?: undefined;
@@ -402,11 +402,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
402
402
  };
403
403
  displaySymbol?: undefined;
404
404
  } | {
405
+ symbol?: undefined;
405
406
  displaySymbol: {
406
407
  equals: string;
407
408
  mode: "insensitive";
408
409
  };
409
- symbol?: undefined;
410
410
  })[] | undefined;
411
411
  isTest: false | undefined;
412
412
  type: {
@@ -415,11 +415,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
415
415
  };
416
416
  };
417
417
  Creator: {
418
+ tags?: undefined;
418
419
  OR: ({
420
+ tags?: undefined;
419
421
  Creator: {
420
422
  id: string;
421
423
  };
422
- tags?: undefined;
423
424
  } | {
424
425
  Creator?: undefined;
425
426
  tags: {
@@ -427,10 +428,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
427
428
  };
428
429
  })[];
429
430
  Creator?: undefined;
430
- tags?: undefined;
431
431
  } | {
432
- OR?: undefined;
433
432
  tags?: undefined;
433
+ OR?: undefined;
434
434
  Creator: {
435
435
  id: string;
436
436
  };
@@ -448,13 +448,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
448
448
  in: import("@package/resources/enums").DistributionType[];
449
449
  } | undefined;
450
450
  rootCampaignId: {
451
+ not?: undefined;
451
452
  equals: string;
452
453
  mode: "insensitive";
453
- not?: undefined;
454
454
  } | {
455
+ not?: undefined;
455
456
  mode?: undefined;
456
457
  equals: null;
457
- not?: undefined;
458
458
  } | {
459
459
  mode?: undefined;
460
460
  equals?: undefined;
@@ -466,48 +466,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
466
466
  } | undefined;
467
467
  AND: {
468
468
  OR: ({
469
+ campaignId?: undefined;
470
+ creatorAddress?: undefined;
471
+ RewardToken?: undefined;
469
472
  id: {
470
473
  contains: string;
471
474
  mode: "insensitive";
472
475
  };
473
- campaignId?: undefined;
474
- creatorAddress?: undefined;
475
476
  Opportunity?: undefined;
476
- RewardToken?: undefined;
477
477
  } | {
478
478
  id?: undefined;
479
+ creatorAddress?: undefined;
480
+ RewardToken?: undefined;
479
481
  campaignId: {
480
482
  contains: string;
481
483
  mode: "insensitive";
482
484
  };
483
- creatorAddress?: undefined;
484
485
  Opportunity?: undefined;
485
- RewardToken?: undefined;
486
486
  } | {
487
487
  id?: undefined;
488
488
  campaignId?: undefined;
489
+ RewardToken?: undefined;
489
490
  creatorAddress: {
490
491
  contains: string;
491
492
  mode: "insensitive";
492
493
  };
493
494
  Opportunity?: undefined;
494
- RewardToken?: undefined;
495
495
  } | {
496
496
  id?: undefined;
497
497
  campaignId?: undefined;
498
498
  creatorAddress?: undefined;
499
+ RewardToken?: undefined;
499
500
  Opportunity: {
501
+ mainProtocolId?: undefined;
500
502
  identifier: {
501
503
  contains: string;
502
504
  mode: "insensitive";
503
505
  };
504
- mainProtocolId?: undefined;
505
506
  };
506
- RewardToken?: undefined;
507
507
  } | {
508
508
  id?: undefined;
509
509
  campaignId?: undefined;
510
510
  creatorAddress?: undefined;
511
+ RewardToken?: undefined;
511
512
  Opportunity: {
512
513
  identifier?: undefined;
513
514
  mainProtocolId: {
@@ -515,7 +516,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
515
516
  mode: "insensitive";
516
517
  };
517
518
  };
518
- RewardToken?: undefined;
519
519
  } | {
520
520
  id?: undefined;
521
521
  campaignId?: undefined;
@@ -523,19 +523,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
523
523
  Opportunity?: undefined;
524
524
  RewardToken: {
525
525
  OR: ({
526
+ address?: undefined;
526
527
  symbol: {
527
528
  contains: string;
528
529
  mode: "insensitive";
529
530
  };
530
531
  displaySymbol?: undefined;
531
- address?: undefined;
532
532
  } | {
533
533
  symbol?: undefined;
534
+ address?: undefined;
534
535
  displaySymbol: {
535
536
  contains: string;
536
537
  mode: "insensitive";
537
538
  };
538
- address?: undefined;
539
539
  } | {
540
540
  symbol?: undefined;
541
541
  displaySymbol?: undefined;
@@ -623,11 +623,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
623
623
  };
624
624
  displaySymbol?: undefined;
625
625
  } | {
626
+ symbol?: undefined;
626
627
  displaySymbol: {
627
628
  equals: string;
628
629
  mode: "insensitive";
629
630
  };
630
- symbol?: undefined;
631
631
  })[] | undefined;
632
632
  isTest: false | undefined;
633
633
  type: {
@@ -636,11 +636,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
636
636
  };
637
637
  };
638
638
  Creator: {
639
+ tags?: undefined;
639
640
  OR: ({
641
+ tags?: undefined;
640
642
  Creator: {
641
643
  id: string;
642
644
  };
643
- tags?: undefined;
644
645
  } | {
645
646
  Creator?: undefined;
646
647
  tags: {
@@ -648,10 +649,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
648
649
  };
649
650
  })[];
650
651
  Creator?: undefined;
651
- tags?: undefined;
652
652
  } | {
653
- OR?: undefined;
654
653
  tags?: undefined;
654
+ OR?: undefined;
655
655
  Creator: {
656
656
  id: string;
657
657
  };
@@ -669,13 +669,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
669
669
  in: import("@package/resources/enums").DistributionType[];
670
670
  } | undefined;
671
671
  rootCampaignId: {
672
+ not?: undefined;
672
673
  equals: string;
673
674
  mode: "insensitive";
674
- not?: undefined;
675
675
  } | {
676
+ not?: undefined;
676
677
  mode?: undefined;
677
678
  equals: null;
678
- not?: undefined;
679
679
  } | {
680
680
  mode?: undefined;
681
681
  equals?: undefined;
@@ -687,48 +687,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
687
687
  } | undefined;
688
688
  AND: {
689
689
  OR: ({
690
+ campaignId?: undefined;
691
+ creatorAddress?: undefined;
692
+ RewardToken?: undefined;
690
693
  id: {
691
694
  contains: string;
692
695
  mode: "insensitive";
693
696
  };
694
- campaignId?: undefined;
695
- creatorAddress?: undefined;
696
697
  Opportunity?: undefined;
697
- RewardToken?: undefined;
698
698
  } | {
699
699
  id?: undefined;
700
+ creatorAddress?: undefined;
701
+ RewardToken?: undefined;
700
702
  campaignId: {
701
703
  contains: string;
702
704
  mode: "insensitive";
703
705
  };
704
- creatorAddress?: undefined;
705
706
  Opportunity?: undefined;
706
- RewardToken?: undefined;
707
707
  } | {
708
708
  id?: undefined;
709
709
  campaignId?: undefined;
710
+ RewardToken?: undefined;
710
711
  creatorAddress: {
711
712
  contains: string;
712
713
  mode: "insensitive";
713
714
  };
714
715
  Opportunity?: undefined;
715
- RewardToken?: undefined;
716
716
  } | {
717
717
  id?: undefined;
718
718
  campaignId?: undefined;
719
719
  creatorAddress?: undefined;
720
+ RewardToken?: undefined;
720
721
  Opportunity: {
722
+ mainProtocolId?: undefined;
721
723
  identifier: {
722
724
  contains: string;
723
725
  mode: "insensitive";
724
726
  };
725
- mainProtocolId?: undefined;
726
727
  };
727
- RewardToken?: undefined;
728
728
  } | {
729
729
  id?: undefined;
730
730
  campaignId?: undefined;
731
731
  creatorAddress?: undefined;
732
+ RewardToken?: undefined;
732
733
  Opportunity: {
733
734
  identifier?: undefined;
734
735
  mainProtocolId: {
@@ -736,7 +737,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
736
737
  mode: "insensitive";
737
738
  };
738
739
  };
739
- RewardToken?: undefined;
740
740
  } | {
741
741
  id?: undefined;
742
742
  campaignId?: undefined;
@@ -744,19 +744,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
744
744
  Opportunity?: undefined;
745
745
  RewardToken: {
746
746
  OR: ({
747
+ address?: undefined;
747
748
  symbol: {
748
749
  contains: string;
749
750
  mode: "insensitive";
750
751
  };
751
752
  displaySymbol?: undefined;
752
- address?: undefined;
753
753
  } | {
754
754
  symbol?: undefined;
755
+ address?: undefined;
755
756
  displaySymbol: {
756
757
  contains: string;
757
758
  mode: "insensitive";
758
759
  };
759
- address?: undefined;
760
760
  } | {
761
761
  symbol?: undefined;
762
762
  displaySymbol?: undefined;
@@ -848,11 +848,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
848
848
  };
849
849
  displaySymbol?: undefined;
850
850
  } | {
851
+ symbol?: undefined;
851
852
  displaySymbol: {
852
853
  equals: string;
853
854
  mode: "insensitive";
854
855
  };
855
- symbol?: undefined;
856
856
  })[] | undefined;
857
857
  isTest: false | undefined;
858
858
  type: {
@@ -861,11 +861,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
861
861
  };
862
862
  };
863
863
  Creator: {
864
+ tags?: undefined;
864
865
  OR: ({
866
+ tags?: undefined;
865
867
  Creator: {
866
868
  id: string;
867
869
  };
868
- tags?: undefined;
869
870
  } | {
870
871
  Creator?: undefined;
871
872
  tags: {
@@ -873,10 +874,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
873
874
  };
874
875
  })[];
875
876
  Creator?: undefined;
876
- tags?: undefined;
877
877
  } | {
878
- OR?: undefined;
879
878
  tags?: undefined;
879
+ OR?: undefined;
880
880
  Creator: {
881
881
  id: string;
882
882
  };
@@ -894,13 +894,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
894
894
  in: import("@package/resources/enums").DistributionType[];
895
895
  } | undefined;
896
896
  rootCampaignId: {
897
+ not?: undefined;
897
898
  equals: string;
898
899
  mode: "insensitive";
899
- not?: undefined;
900
900
  } | {
901
+ not?: undefined;
901
902
  mode?: undefined;
902
903
  equals: null;
903
- not?: undefined;
904
904
  } | {
905
905
  mode?: undefined;
906
906
  equals?: undefined;
@@ -912,48 +912,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
912
912
  } | undefined;
913
913
  AND: {
914
914
  OR: ({
915
+ campaignId?: undefined;
916
+ creatorAddress?: undefined;
917
+ RewardToken?: undefined;
915
918
  id: {
916
919
  contains: string;
917
920
  mode: "insensitive";
918
921
  };
919
- campaignId?: undefined;
920
- creatorAddress?: undefined;
921
922
  Opportunity?: undefined;
922
- RewardToken?: undefined;
923
923
  } | {
924
924
  id?: undefined;
925
+ creatorAddress?: undefined;
926
+ RewardToken?: undefined;
925
927
  campaignId: {
926
928
  contains: string;
927
929
  mode: "insensitive";
928
930
  };
929
- creatorAddress?: undefined;
930
931
  Opportunity?: undefined;
931
- RewardToken?: undefined;
932
932
  } | {
933
933
  id?: undefined;
934
934
  campaignId?: undefined;
935
+ RewardToken?: undefined;
935
936
  creatorAddress: {
936
937
  contains: string;
937
938
  mode: "insensitive";
938
939
  };
939
940
  Opportunity?: undefined;
940
- RewardToken?: undefined;
941
941
  } | {
942
942
  id?: undefined;
943
943
  campaignId?: undefined;
944
944
  creatorAddress?: undefined;
945
+ RewardToken?: undefined;
945
946
  Opportunity: {
947
+ mainProtocolId?: undefined;
946
948
  identifier: {
947
949
  contains: string;
948
950
  mode: "insensitive";
949
951
  };
950
- mainProtocolId?: undefined;
951
952
  };
952
- RewardToken?: undefined;
953
953
  } | {
954
954
  id?: undefined;
955
955
  campaignId?: undefined;
956
956
  creatorAddress?: undefined;
957
+ RewardToken?: undefined;
957
958
  Opportunity: {
958
959
  identifier?: undefined;
959
960
  mainProtocolId: {
@@ -961,7 +962,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
961
962
  mode: "insensitive";
962
963
  };
963
964
  };
964
- RewardToken?: undefined;
965
965
  } | {
966
966
  id?: undefined;
967
967
  campaignId?: undefined;
@@ -969,19 +969,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
969
969
  Opportunity?: undefined;
970
970
  RewardToken: {
971
971
  OR: ({
972
+ address?: undefined;
972
973
  symbol: {
973
974
  contains: string;
974
975
  mode: "insensitive";
975
976
  };
976
977
  displaySymbol?: undefined;
977
- address?: undefined;
978
978
  } | {
979
979
  symbol?: undefined;
980
+ address?: undefined;
980
981
  displaySymbol: {
981
982
  contains: string;
982
983
  mode: "insensitive";
983
984
  };
984
- address?: undefined;
985
985
  } | {
986
986
  symbol?: undefined;
987
987
  displaySymbol?: undefined;
@@ -1063,11 +1063,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1063
1063
  };
1064
1064
  displaySymbol?: undefined;
1065
1065
  } | {
1066
+ symbol?: undefined;
1066
1067
  displaySymbol: {
1067
1068
  equals: string;
1068
1069
  mode: "insensitive";
1069
1070
  };
1070
- symbol?: undefined;
1071
1071
  })[] | undefined;
1072
1072
  isTest: false | undefined;
1073
1073
  type: {
@@ -1076,11 +1076,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1076
1076
  };
1077
1077
  };
1078
1078
  Creator: {
1079
+ tags?: undefined;
1079
1080
  OR: ({
1081
+ tags?: undefined;
1080
1082
  Creator: {
1081
1083
  id: string;
1082
1084
  };
1083
- tags?: undefined;
1084
1085
  } | {
1085
1086
  Creator?: undefined;
1086
1087
  tags: {
@@ -1088,10 +1089,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1088
1089
  };
1089
1090
  })[];
1090
1091
  Creator?: undefined;
1091
- tags?: undefined;
1092
1092
  } | {
1093
- OR?: undefined;
1094
1093
  tags?: undefined;
1094
+ OR?: undefined;
1095
1095
  Creator: {
1096
1096
  id: string;
1097
1097
  };
@@ -1109,13 +1109,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1109
1109
  in: import("@package/resources/enums").DistributionType[];
1110
1110
  } | undefined;
1111
1111
  rootCampaignId: {
1112
+ not?: undefined;
1112
1113
  equals: string;
1113
1114
  mode: "insensitive";
1114
- not?: undefined;
1115
1115
  } | {
1116
+ not?: undefined;
1116
1117
  mode?: undefined;
1117
1118
  equals: null;
1118
- not?: undefined;
1119
1119
  } | {
1120
1120
  mode?: undefined;
1121
1121
  equals?: undefined;
@@ -1127,48 +1127,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1127
1127
  } | undefined;
1128
1128
  AND: {
1129
1129
  OR: ({
1130
+ campaignId?: undefined;
1131
+ creatorAddress?: undefined;
1132
+ RewardToken?: undefined;
1130
1133
  id: {
1131
1134
  contains: string;
1132
1135
  mode: "insensitive";
1133
1136
  };
1134
- campaignId?: undefined;
1135
- creatorAddress?: undefined;
1136
1137
  Opportunity?: undefined;
1137
- RewardToken?: undefined;
1138
1138
  } | {
1139
1139
  id?: undefined;
1140
+ creatorAddress?: undefined;
1141
+ RewardToken?: undefined;
1140
1142
  campaignId: {
1141
1143
  contains: string;
1142
1144
  mode: "insensitive";
1143
1145
  };
1144
- creatorAddress?: undefined;
1145
1146
  Opportunity?: undefined;
1146
- RewardToken?: undefined;
1147
1147
  } | {
1148
1148
  id?: undefined;
1149
1149
  campaignId?: undefined;
1150
+ RewardToken?: undefined;
1150
1151
  creatorAddress: {
1151
1152
  contains: string;
1152
1153
  mode: "insensitive";
1153
1154
  };
1154
1155
  Opportunity?: undefined;
1155
- RewardToken?: undefined;
1156
1156
  } | {
1157
1157
  id?: undefined;
1158
1158
  campaignId?: undefined;
1159
1159
  creatorAddress?: undefined;
1160
+ RewardToken?: undefined;
1160
1161
  Opportunity: {
1162
+ mainProtocolId?: undefined;
1161
1163
  identifier: {
1162
1164
  contains: string;
1163
1165
  mode: "insensitive";
1164
1166
  };
1165
- mainProtocolId?: undefined;
1166
1167
  };
1167
- RewardToken?: undefined;
1168
1168
  } | {
1169
1169
  id?: undefined;
1170
1170
  campaignId?: undefined;
1171
1171
  creatorAddress?: undefined;
1172
+ RewardToken?: undefined;
1172
1173
  Opportunity: {
1173
1174
  identifier?: undefined;
1174
1175
  mainProtocolId: {
@@ -1176,7 +1177,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1176
1177
  mode: "insensitive";
1177
1178
  };
1178
1179
  };
1179
- RewardToken?: undefined;
1180
1180
  } | {
1181
1181
  id?: undefined;
1182
1182
  campaignId?: undefined;
@@ -1184,19 +1184,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1184
1184
  Opportunity?: undefined;
1185
1185
  RewardToken: {
1186
1186
  OR: ({
1187
+ address?: undefined;
1187
1188
  symbol: {
1188
1189
  contains: string;
1189
1190
  mode: "insensitive";
1190
1191
  };
1191
1192
  displaySymbol?: undefined;
1192
- address?: undefined;
1193
1193
  } | {
1194
1194
  symbol?: undefined;
1195
+ address?: undefined;
1195
1196
  displaySymbol: {
1196
1197
  contains: string;
1197
1198
  mode: "insensitive";
1198
1199
  };
1199
- address?: undefined;
1200
1200
  } | {
1201
1201
  symbol?: undefined;
1202
1202
  displaySymbol?: undefined;