@merkl/api 1.14.16 → 1.14.18

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.
@@ -191,11 +191,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
191
191
  };
192
192
  displaySymbol?: undefined;
193
193
  } | {
194
+ symbol?: undefined;
194
195
  displaySymbol: {
195
196
  equals: string;
196
197
  mode: "insensitive";
197
198
  };
198
- symbol?: undefined;
199
199
  })[] | undefined;
200
200
  isTest: false | undefined;
201
201
  type: {
@@ -204,11 +204,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
204
204
  };
205
205
  };
206
206
  Creator: {
207
+ tags?: undefined;
207
208
  OR: ({
209
+ tags?: undefined;
208
210
  Creator: {
209
211
  id: string;
210
212
  };
211
- tags?: undefined;
212
213
  } | {
213
214
  Creator?: undefined;
214
215
  tags: {
@@ -216,10 +217,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
216
217
  };
217
218
  })[];
218
219
  Creator?: undefined;
219
- tags?: undefined;
220
220
  } | {
221
- OR?: undefined;
222
221
  tags?: undefined;
222
+ OR?: undefined;
223
223
  Creator: {
224
224
  id: string;
225
225
  };
@@ -238,13 +238,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
238
238
  in: import("@package/resources/enums").DistributionType[];
239
239
  } | undefined;
240
240
  rootCampaignId: {
241
+ not?: undefined;
241
242
  equals: string;
242
243
  mode: "insensitive";
243
- not?: undefined;
244
244
  } | {
245
+ not?: undefined;
245
246
  mode?: undefined;
246
247
  equals: null;
247
- not?: undefined;
248
248
  } | {
249
249
  mode?: undefined;
250
250
  equals?: undefined;
@@ -256,48 +256,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
256
256
  } | undefined;
257
257
  AND: {
258
258
  OR: ({
259
+ campaignId?: undefined;
260
+ creatorAddress?: undefined;
261
+ RewardToken?: undefined;
259
262
  id: {
260
263
  contains: string;
261
264
  mode: "insensitive";
262
265
  };
263
- campaignId?: undefined;
264
- creatorAddress?: undefined;
265
266
  Opportunity?: undefined;
266
- RewardToken?: undefined;
267
267
  } | {
268
268
  id?: undefined;
269
+ creatorAddress?: undefined;
270
+ RewardToken?: undefined;
269
271
  campaignId: {
270
272
  contains: string;
271
273
  mode: "insensitive";
272
274
  };
273
- creatorAddress?: undefined;
274
275
  Opportunity?: undefined;
275
- RewardToken?: undefined;
276
276
  } | {
277
277
  id?: undefined;
278
278
  campaignId?: undefined;
279
+ RewardToken?: undefined;
279
280
  creatorAddress: {
280
281
  contains: string;
281
282
  mode: "insensitive";
282
283
  };
283
284
  Opportunity?: undefined;
284
- RewardToken?: undefined;
285
285
  } | {
286
286
  id?: undefined;
287
287
  campaignId?: undefined;
288
288
  creatorAddress?: undefined;
289
+ RewardToken?: undefined;
289
290
  Opportunity: {
291
+ mainProtocolId?: undefined;
290
292
  identifier: {
291
293
  contains: string;
292
294
  mode: "insensitive";
293
295
  };
294
- mainProtocolId?: undefined;
295
296
  };
296
- RewardToken?: undefined;
297
297
  } | {
298
298
  id?: undefined;
299
299
  campaignId?: undefined;
300
300
  creatorAddress?: undefined;
301
+ RewardToken?: undefined;
301
302
  Opportunity: {
302
303
  identifier?: undefined;
303
304
  mainProtocolId: {
@@ -305,7 +306,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
305
306
  mode: "insensitive";
306
307
  };
307
308
  };
308
- RewardToken?: undefined;
309
309
  } | {
310
310
  id?: undefined;
311
311
  campaignId?: undefined;
@@ -313,19 +313,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
313
313
  Opportunity?: undefined;
314
314
  RewardToken: {
315
315
  OR: ({
316
+ address?: undefined;
316
317
  symbol: {
317
318
  contains: string;
318
319
  mode: "insensitive";
319
320
  };
320
321
  displaySymbol?: undefined;
321
- address?: undefined;
322
322
  } | {
323
323
  symbol?: undefined;
324
+ address?: undefined;
324
325
  displaySymbol: {
325
326
  contains: string;
326
327
  mode: "insensitive";
327
328
  };
328
- address?: undefined;
329
329
  } | {
330
330
  symbol?: undefined;
331
331
  displaySymbol?: undefined;
@@ -415,11 +415,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
415
415
  };
416
416
  displaySymbol?: undefined;
417
417
  } | {
418
+ symbol?: undefined;
418
419
  displaySymbol: {
419
420
  equals: string;
420
421
  mode: "insensitive";
421
422
  };
422
- symbol?: undefined;
423
423
  })[] | undefined;
424
424
  isTest: false | undefined;
425
425
  type: {
@@ -428,11 +428,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
428
428
  };
429
429
  };
430
430
  Creator: {
431
+ tags?: undefined;
431
432
  OR: ({
433
+ tags?: undefined;
432
434
  Creator: {
433
435
  id: string;
434
436
  };
435
- tags?: undefined;
436
437
  } | {
437
438
  Creator?: undefined;
438
439
  tags: {
@@ -440,10 +441,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
440
441
  };
441
442
  })[];
442
443
  Creator?: undefined;
443
- tags?: undefined;
444
444
  } | {
445
- OR?: undefined;
446
445
  tags?: undefined;
446
+ OR?: undefined;
447
447
  Creator: {
448
448
  id: string;
449
449
  };
@@ -462,13 +462,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
462
462
  in: import("@package/resources/enums").DistributionType[];
463
463
  } | undefined;
464
464
  rootCampaignId: {
465
+ not?: undefined;
465
466
  equals: string;
466
467
  mode: "insensitive";
467
- not?: undefined;
468
468
  } | {
469
+ not?: undefined;
469
470
  mode?: undefined;
470
471
  equals: null;
471
- not?: undefined;
472
472
  } | {
473
473
  mode?: undefined;
474
474
  equals?: undefined;
@@ -480,48 +480,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
480
480
  } | undefined;
481
481
  AND: {
482
482
  OR: ({
483
+ campaignId?: undefined;
484
+ creatorAddress?: undefined;
485
+ RewardToken?: undefined;
483
486
  id: {
484
487
  contains: string;
485
488
  mode: "insensitive";
486
489
  };
487
- campaignId?: undefined;
488
- creatorAddress?: undefined;
489
490
  Opportunity?: undefined;
490
- RewardToken?: undefined;
491
491
  } | {
492
492
  id?: undefined;
493
+ creatorAddress?: undefined;
494
+ RewardToken?: undefined;
493
495
  campaignId: {
494
496
  contains: string;
495
497
  mode: "insensitive";
496
498
  };
497
- creatorAddress?: undefined;
498
499
  Opportunity?: undefined;
499
- RewardToken?: undefined;
500
500
  } | {
501
501
  id?: undefined;
502
502
  campaignId?: undefined;
503
+ RewardToken?: undefined;
503
504
  creatorAddress: {
504
505
  contains: string;
505
506
  mode: "insensitive";
506
507
  };
507
508
  Opportunity?: undefined;
508
- RewardToken?: undefined;
509
509
  } | {
510
510
  id?: undefined;
511
511
  campaignId?: undefined;
512
512
  creatorAddress?: undefined;
513
+ RewardToken?: undefined;
513
514
  Opportunity: {
515
+ mainProtocolId?: undefined;
514
516
  identifier: {
515
517
  contains: string;
516
518
  mode: "insensitive";
517
519
  };
518
- mainProtocolId?: undefined;
519
520
  };
520
- RewardToken?: undefined;
521
521
  } | {
522
522
  id?: undefined;
523
523
  campaignId?: undefined;
524
524
  creatorAddress?: undefined;
525
+ RewardToken?: undefined;
525
526
  Opportunity: {
526
527
  identifier?: undefined;
527
528
  mainProtocolId: {
@@ -529,7 +530,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
529
530
  mode: "insensitive";
530
531
  };
531
532
  };
532
- RewardToken?: undefined;
533
533
  } | {
534
534
  id?: undefined;
535
535
  campaignId?: undefined;
@@ -537,19 +537,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
537
537
  Opportunity?: undefined;
538
538
  RewardToken: {
539
539
  OR: ({
540
+ address?: undefined;
540
541
  symbol: {
541
542
  contains: string;
542
543
  mode: "insensitive";
543
544
  };
544
545
  displaySymbol?: undefined;
545
- address?: undefined;
546
546
  } | {
547
547
  symbol?: undefined;
548
+ address?: undefined;
548
549
  displaySymbol: {
549
550
  contains: string;
550
551
  mode: "insensitive";
551
552
  };
552
- address?: undefined;
553
553
  } | {
554
554
  symbol?: undefined;
555
555
  displaySymbol?: undefined;
@@ -639,11 +639,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
639
639
  };
640
640
  displaySymbol?: undefined;
641
641
  } | {
642
+ symbol?: undefined;
642
643
  displaySymbol: {
643
644
  equals: string;
644
645
  mode: "insensitive";
645
646
  };
646
- symbol?: undefined;
647
647
  })[] | undefined;
648
648
  isTest: false | undefined;
649
649
  type: {
@@ -652,11 +652,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
652
652
  };
653
653
  };
654
654
  Creator: {
655
+ tags?: undefined;
655
656
  OR: ({
657
+ tags?: undefined;
656
658
  Creator: {
657
659
  id: string;
658
660
  };
659
- tags?: undefined;
660
661
  } | {
661
662
  Creator?: undefined;
662
663
  tags: {
@@ -664,10 +665,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
664
665
  };
665
666
  })[];
666
667
  Creator?: undefined;
667
- tags?: undefined;
668
668
  } | {
669
- OR?: undefined;
670
669
  tags?: undefined;
670
+ OR?: undefined;
671
671
  Creator: {
672
672
  id: string;
673
673
  };
@@ -686,13 +686,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
686
686
  in: import("@package/resources/enums").DistributionType[];
687
687
  } | undefined;
688
688
  rootCampaignId: {
689
+ not?: undefined;
689
690
  equals: string;
690
691
  mode: "insensitive";
691
- not?: undefined;
692
692
  } | {
693
+ not?: undefined;
693
694
  mode?: undefined;
694
695
  equals: null;
695
- not?: undefined;
696
696
  } | {
697
697
  mode?: undefined;
698
698
  equals?: undefined;
@@ -704,48 +704,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
704
704
  } | undefined;
705
705
  AND: {
706
706
  OR: ({
707
+ campaignId?: undefined;
708
+ creatorAddress?: undefined;
709
+ RewardToken?: undefined;
707
710
  id: {
708
711
  contains: string;
709
712
  mode: "insensitive";
710
713
  };
711
- campaignId?: undefined;
712
- creatorAddress?: undefined;
713
714
  Opportunity?: undefined;
714
- RewardToken?: undefined;
715
715
  } | {
716
716
  id?: undefined;
717
+ creatorAddress?: undefined;
718
+ RewardToken?: undefined;
717
719
  campaignId: {
718
720
  contains: string;
719
721
  mode: "insensitive";
720
722
  };
721
- creatorAddress?: undefined;
722
723
  Opportunity?: undefined;
723
- RewardToken?: undefined;
724
724
  } | {
725
725
  id?: undefined;
726
726
  campaignId?: undefined;
727
+ RewardToken?: undefined;
727
728
  creatorAddress: {
728
729
  contains: string;
729
730
  mode: "insensitive";
730
731
  };
731
732
  Opportunity?: undefined;
732
- RewardToken?: undefined;
733
733
  } | {
734
734
  id?: undefined;
735
735
  campaignId?: undefined;
736
736
  creatorAddress?: undefined;
737
+ RewardToken?: undefined;
737
738
  Opportunity: {
739
+ mainProtocolId?: undefined;
738
740
  identifier: {
739
741
  contains: string;
740
742
  mode: "insensitive";
741
743
  };
742
- mainProtocolId?: undefined;
743
744
  };
744
- RewardToken?: undefined;
745
745
  } | {
746
746
  id?: undefined;
747
747
  campaignId?: undefined;
748
748
  creatorAddress?: undefined;
749
+ RewardToken?: undefined;
749
750
  Opportunity: {
750
751
  identifier?: undefined;
751
752
  mainProtocolId: {
@@ -753,7 +754,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
753
754
  mode: "insensitive";
754
755
  };
755
756
  };
756
- RewardToken?: undefined;
757
757
  } | {
758
758
  id?: undefined;
759
759
  campaignId?: undefined;
@@ -761,19 +761,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
761
761
  Opportunity?: undefined;
762
762
  RewardToken: {
763
763
  OR: ({
764
+ address?: undefined;
764
765
  symbol: {
765
766
  contains: string;
766
767
  mode: "insensitive";
767
768
  };
768
769
  displaySymbol?: undefined;
769
- address?: undefined;
770
770
  } | {
771
771
  symbol?: undefined;
772
+ address?: undefined;
772
773
  displaySymbol: {
773
774
  contains: string;
774
775
  mode: "insensitive";
775
776
  };
776
- address?: undefined;
777
777
  } | {
778
778
  symbol?: undefined;
779
779
  displaySymbol?: undefined;
@@ -867,11 +867,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
867
867
  };
868
868
  displaySymbol?: undefined;
869
869
  } | {
870
+ symbol?: undefined;
870
871
  displaySymbol: {
871
872
  equals: string;
872
873
  mode: "insensitive";
873
874
  };
874
- symbol?: undefined;
875
875
  })[] | undefined;
876
876
  isTest: false | undefined;
877
877
  type: {
@@ -880,11 +880,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
880
880
  };
881
881
  };
882
882
  Creator: {
883
+ tags?: undefined;
883
884
  OR: ({
885
+ tags?: undefined;
884
886
  Creator: {
885
887
  id: string;
886
888
  };
887
- tags?: undefined;
888
889
  } | {
889
890
  Creator?: undefined;
890
891
  tags: {
@@ -892,10 +893,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
892
893
  };
893
894
  })[];
894
895
  Creator?: undefined;
895
- tags?: undefined;
896
896
  } | {
897
- OR?: undefined;
898
897
  tags?: undefined;
898
+ OR?: undefined;
899
899
  Creator: {
900
900
  id: string;
901
901
  };
@@ -914,13 +914,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
914
914
  in: import("@package/resources/enums").DistributionType[];
915
915
  } | undefined;
916
916
  rootCampaignId: {
917
+ not?: undefined;
917
918
  equals: string;
918
919
  mode: "insensitive";
919
- not?: undefined;
920
920
  } | {
921
+ not?: undefined;
921
922
  mode?: undefined;
922
923
  equals: null;
923
- not?: undefined;
924
924
  } | {
925
925
  mode?: undefined;
926
926
  equals?: undefined;
@@ -932,48 +932,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
932
932
  } | undefined;
933
933
  AND: {
934
934
  OR: ({
935
+ campaignId?: undefined;
936
+ creatorAddress?: undefined;
937
+ RewardToken?: undefined;
935
938
  id: {
936
939
  contains: string;
937
940
  mode: "insensitive";
938
941
  };
939
- campaignId?: undefined;
940
- creatorAddress?: undefined;
941
942
  Opportunity?: undefined;
942
- RewardToken?: undefined;
943
943
  } | {
944
944
  id?: undefined;
945
+ creatorAddress?: undefined;
946
+ RewardToken?: undefined;
945
947
  campaignId: {
946
948
  contains: string;
947
949
  mode: "insensitive";
948
950
  };
949
- creatorAddress?: undefined;
950
951
  Opportunity?: undefined;
951
- RewardToken?: undefined;
952
952
  } | {
953
953
  id?: undefined;
954
954
  campaignId?: undefined;
955
+ RewardToken?: undefined;
955
956
  creatorAddress: {
956
957
  contains: string;
957
958
  mode: "insensitive";
958
959
  };
959
960
  Opportunity?: undefined;
960
- RewardToken?: undefined;
961
961
  } | {
962
962
  id?: undefined;
963
963
  campaignId?: undefined;
964
964
  creatorAddress?: undefined;
965
+ RewardToken?: undefined;
965
966
  Opportunity: {
967
+ mainProtocolId?: undefined;
966
968
  identifier: {
967
969
  contains: string;
968
970
  mode: "insensitive";
969
971
  };
970
- mainProtocolId?: undefined;
971
972
  };
972
- RewardToken?: undefined;
973
973
  } | {
974
974
  id?: undefined;
975
975
  campaignId?: undefined;
976
976
  creatorAddress?: undefined;
977
+ RewardToken?: undefined;
977
978
  Opportunity: {
978
979
  identifier?: undefined;
979
980
  mainProtocolId: {
@@ -981,7 +982,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
981
982
  mode: "insensitive";
982
983
  };
983
984
  };
984
- RewardToken?: undefined;
985
985
  } | {
986
986
  id?: undefined;
987
987
  campaignId?: undefined;
@@ -989,19 +989,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
989
989
  Opportunity?: undefined;
990
990
  RewardToken: {
991
991
  OR: ({
992
+ address?: undefined;
992
993
  symbol: {
993
994
  contains: string;
994
995
  mode: "insensitive";
995
996
  };
996
997
  displaySymbol?: undefined;
997
- address?: undefined;
998
998
  } | {
999
999
  symbol?: undefined;
1000
+ address?: undefined;
1000
1001
  displaySymbol: {
1001
1002
  contains: string;
1002
1003
  mode: "insensitive";
1003
1004
  };
1004
- address?: undefined;
1005
1005
  } | {
1006
1006
  symbol?: undefined;
1007
1007
  displaySymbol?: undefined;
@@ -1085,11 +1085,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1085
1085
  };
1086
1086
  displaySymbol?: undefined;
1087
1087
  } | {
1088
+ symbol?: undefined;
1088
1089
  displaySymbol: {
1089
1090
  equals: string;
1090
1091
  mode: "insensitive";
1091
1092
  };
1092
- symbol?: undefined;
1093
1093
  })[] | undefined;
1094
1094
  isTest: false | undefined;
1095
1095
  type: {
@@ -1098,11 +1098,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1098
1098
  };
1099
1099
  };
1100
1100
  Creator: {
1101
+ tags?: undefined;
1101
1102
  OR: ({
1103
+ tags?: undefined;
1102
1104
  Creator: {
1103
1105
  id: string;
1104
1106
  };
1105
- tags?: undefined;
1106
1107
  } | {
1107
1108
  Creator?: undefined;
1108
1109
  tags: {
@@ -1110,10 +1111,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1110
1111
  };
1111
1112
  })[];
1112
1113
  Creator?: undefined;
1113
- tags?: undefined;
1114
1114
  } | {
1115
- OR?: undefined;
1116
1115
  tags?: undefined;
1116
+ OR?: undefined;
1117
1117
  Creator: {
1118
1118
  id: string;
1119
1119
  };
@@ -1132,13 +1132,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1132
1132
  in: import("@package/resources/enums").DistributionType[];
1133
1133
  } | undefined;
1134
1134
  rootCampaignId: {
1135
+ not?: undefined;
1135
1136
  equals: string;
1136
1137
  mode: "insensitive";
1137
- not?: undefined;
1138
1138
  } | {
1139
+ not?: undefined;
1139
1140
  mode?: undefined;
1140
1141
  equals: null;
1141
- not?: undefined;
1142
1142
  } | {
1143
1143
  mode?: undefined;
1144
1144
  equals?: undefined;
@@ -1150,48 +1150,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1150
1150
  } | undefined;
1151
1151
  AND: {
1152
1152
  OR: ({
1153
+ campaignId?: undefined;
1154
+ creatorAddress?: undefined;
1155
+ RewardToken?: undefined;
1153
1156
  id: {
1154
1157
  contains: string;
1155
1158
  mode: "insensitive";
1156
1159
  };
1157
- campaignId?: undefined;
1158
- creatorAddress?: undefined;
1159
1160
  Opportunity?: undefined;
1160
- RewardToken?: undefined;
1161
1161
  } | {
1162
1162
  id?: undefined;
1163
+ creatorAddress?: undefined;
1164
+ RewardToken?: undefined;
1163
1165
  campaignId: {
1164
1166
  contains: string;
1165
1167
  mode: "insensitive";
1166
1168
  };
1167
- creatorAddress?: undefined;
1168
1169
  Opportunity?: undefined;
1169
- RewardToken?: undefined;
1170
1170
  } | {
1171
1171
  id?: undefined;
1172
1172
  campaignId?: undefined;
1173
+ RewardToken?: undefined;
1173
1174
  creatorAddress: {
1174
1175
  contains: string;
1175
1176
  mode: "insensitive";
1176
1177
  };
1177
1178
  Opportunity?: undefined;
1178
- RewardToken?: undefined;
1179
1179
  } | {
1180
1180
  id?: undefined;
1181
1181
  campaignId?: undefined;
1182
1182
  creatorAddress?: undefined;
1183
+ RewardToken?: undefined;
1183
1184
  Opportunity: {
1185
+ mainProtocolId?: undefined;
1184
1186
  identifier: {
1185
1187
  contains: string;
1186
1188
  mode: "insensitive";
1187
1189
  };
1188
- mainProtocolId?: undefined;
1189
1190
  };
1190
- RewardToken?: undefined;
1191
1191
  } | {
1192
1192
  id?: undefined;
1193
1193
  campaignId?: undefined;
1194
1194
  creatorAddress?: undefined;
1195
+ RewardToken?: undefined;
1195
1196
  Opportunity: {
1196
1197
  identifier?: undefined;
1197
1198
  mainProtocolId: {
@@ -1199,7 +1200,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1199
1200
  mode: "insensitive";
1200
1201
  };
1201
1202
  };
1202
- RewardToken?: undefined;
1203
1203
  } | {
1204
1204
  id?: undefined;
1205
1205
  campaignId?: undefined;
@@ -1207,19 +1207,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1207
1207
  Opportunity?: undefined;
1208
1208
  RewardToken: {
1209
1209
  OR: ({
1210
+ address?: undefined;
1210
1211
  symbol: {
1211
1212
  contains: string;
1212
1213
  mode: "insensitive";
1213
1214
  };
1214
1215
  displaySymbol?: undefined;
1215
- address?: undefined;
1216
1216
  } | {
1217
1217
  symbol?: undefined;
1218
+ address?: undefined;
1218
1219
  displaySymbol: {
1219
1220
  contains: string;
1220
1221
  mode: "insensitive";
1221
1222
  };
1222
- address?: undefined;
1223
1223
  } | {
1224
1224
  symbol?: undefined;
1225
1225
  displaySymbol?: undefined;