@merkl/api 1.11.50 → 1.11.52

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.
@@ -183,11 +183,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
183
183
  };
184
184
  displaySymbol?: undefined;
185
185
  } | {
186
+ symbol?: undefined;
186
187
  displaySymbol: {
187
188
  equals: string;
188
189
  mode: "insensitive";
189
190
  };
190
- symbol?: undefined;
191
191
  })[] | undefined;
192
192
  isTest: false | undefined;
193
193
  type: {
@@ -196,11 +196,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
196
196
  };
197
197
  };
198
198
  Creator: {
199
+ tags?: undefined;
199
200
  OR: ({
201
+ tags?: undefined;
200
202
  Creator: {
201
203
  id: string;
202
204
  };
203
- tags?: undefined;
204
205
  } | {
205
206
  Creator?: undefined;
206
207
  tags: {
@@ -208,10 +209,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
208
209
  };
209
210
  })[];
210
211
  Creator?: undefined;
211
- tags?: undefined;
212
212
  } | {
213
- OR?: undefined;
214
213
  tags?: undefined;
214
+ OR?: undefined;
215
215
  Creator: {
216
216
  id: string;
217
217
  };
@@ -229,13 +229,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
229
229
  in: import("@package/resources/enums").DistributionType[];
230
230
  } | undefined;
231
231
  rootCampaignId: {
232
+ not?: undefined;
232
233
  equals: string;
233
234
  mode: "insensitive";
234
- not?: undefined;
235
235
  } | {
236
+ not?: undefined;
236
237
  mode?: undefined;
237
238
  equals: null;
238
- not?: undefined;
239
239
  } | {
240
240
  mode?: undefined;
241
241
  equals?: undefined;
@@ -247,48 +247,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
247
247
  } | undefined;
248
248
  AND: {
249
249
  OR: ({
250
+ campaignId?: undefined;
251
+ creatorAddress?: undefined;
252
+ RewardToken?: undefined;
250
253
  id: {
251
254
  contains: string;
252
255
  mode: "insensitive";
253
256
  };
254
- campaignId?: undefined;
255
- creatorAddress?: undefined;
256
257
  Opportunity?: undefined;
257
- RewardToken?: undefined;
258
258
  } | {
259
259
  id?: undefined;
260
+ creatorAddress?: undefined;
261
+ RewardToken?: undefined;
260
262
  campaignId: {
261
263
  contains: string;
262
264
  mode: "insensitive";
263
265
  };
264
- creatorAddress?: undefined;
265
266
  Opportunity?: undefined;
266
- RewardToken?: undefined;
267
267
  } | {
268
268
  id?: undefined;
269
269
  campaignId?: undefined;
270
+ RewardToken?: undefined;
270
271
  creatorAddress: {
271
272
  contains: string;
272
273
  mode: "insensitive";
273
274
  };
274
275
  Opportunity?: undefined;
275
- RewardToken?: undefined;
276
276
  } | {
277
277
  id?: undefined;
278
278
  campaignId?: undefined;
279
279
  creatorAddress?: undefined;
280
+ RewardToken?: undefined;
280
281
  Opportunity: {
282
+ mainProtocolId?: undefined;
281
283
  identifier: {
282
284
  contains: string;
283
285
  mode: "insensitive";
284
286
  };
285
- mainProtocolId?: undefined;
286
287
  };
287
- RewardToken?: undefined;
288
288
  } | {
289
289
  id?: undefined;
290
290
  campaignId?: undefined;
291
291
  creatorAddress?: undefined;
292
+ RewardToken?: undefined;
292
293
  Opportunity: {
293
294
  identifier?: undefined;
294
295
  mainProtocolId: {
@@ -296,7 +297,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
296
297
  mode: "insensitive";
297
298
  };
298
299
  };
299
- RewardToken?: undefined;
300
300
  } | {
301
301
  id?: undefined;
302
302
  campaignId?: undefined;
@@ -304,19 +304,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
304
304
  Opportunity?: undefined;
305
305
  RewardToken: {
306
306
  OR: ({
307
+ address?: undefined;
307
308
  symbol: {
308
309
  contains: string;
309
310
  mode: "insensitive";
310
311
  };
311
312
  displaySymbol?: undefined;
312
- address?: undefined;
313
313
  } | {
314
314
  symbol?: undefined;
315
+ address?: undefined;
315
316
  displaySymbol: {
316
317
  contains: string;
317
318
  mode: "insensitive";
318
319
  };
319
- address?: undefined;
320
320
  } | {
321
321
  symbol?: undefined;
322
322
  displaySymbol?: undefined;
@@ -406,11 +406,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
406
406
  };
407
407
  displaySymbol?: undefined;
408
408
  } | {
409
+ symbol?: undefined;
409
410
  displaySymbol: {
410
411
  equals: string;
411
412
  mode: "insensitive";
412
413
  };
413
- symbol?: undefined;
414
414
  })[] | undefined;
415
415
  isTest: false | undefined;
416
416
  type: {
@@ -419,11 +419,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
419
419
  };
420
420
  };
421
421
  Creator: {
422
+ tags?: undefined;
422
423
  OR: ({
424
+ tags?: undefined;
423
425
  Creator: {
424
426
  id: string;
425
427
  };
426
- tags?: undefined;
427
428
  } | {
428
429
  Creator?: undefined;
429
430
  tags: {
@@ -431,10 +432,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
431
432
  };
432
433
  })[];
433
434
  Creator?: undefined;
434
- tags?: undefined;
435
435
  } | {
436
- OR?: undefined;
437
436
  tags?: undefined;
437
+ OR?: undefined;
438
438
  Creator: {
439
439
  id: string;
440
440
  };
@@ -452,13 +452,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
452
452
  in: import("@package/resources/enums").DistributionType[];
453
453
  } | undefined;
454
454
  rootCampaignId: {
455
+ not?: undefined;
455
456
  equals: string;
456
457
  mode: "insensitive";
457
- not?: undefined;
458
458
  } | {
459
+ not?: undefined;
459
460
  mode?: undefined;
460
461
  equals: null;
461
- not?: undefined;
462
462
  } | {
463
463
  mode?: undefined;
464
464
  equals?: undefined;
@@ -470,48 +470,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
470
470
  } | undefined;
471
471
  AND: {
472
472
  OR: ({
473
+ campaignId?: undefined;
474
+ creatorAddress?: undefined;
475
+ RewardToken?: undefined;
473
476
  id: {
474
477
  contains: string;
475
478
  mode: "insensitive";
476
479
  };
477
- campaignId?: undefined;
478
- creatorAddress?: undefined;
479
480
  Opportunity?: undefined;
480
- RewardToken?: undefined;
481
481
  } | {
482
482
  id?: undefined;
483
+ creatorAddress?: undefined;
484
+ RewardToken?: undefined;
483
485
  campaignId: {
484
486
  contains: string;
485
487
  mode: "insensitive";
486
488
  };
487
- creatorAddress?: undefined;
488
489
  Opportunity?: undefined;
489
- RewardToken?: undefined;
490
490
  } | {
491
491
  id?: undefined;
492
492
  campaignId?: undefined;
493
+ RewardToken?: undefined;
493
494
  creatorAddress: {
494
495
  contains: string;
495
496
  mode: "insensitive";
496
497
  };
497
498
  Opportunity?: undefined;
498
- RewardToken?: undefined;
499
499
  } | {
500
500
  id?: undefined;
501
501
  campaignId?: undefined;
502
502
  creatorAddress?: undefined;
503
+ RewardToken?: undefined;
503
504
  Opportunity: {
505
+ mainProtocolId?: undefined;
504
506
  identifier: {
505
507
  contains: string;
506
508
  mode: "insensitive";
507
509
  };
508
- mainProtocolId?: undefined;
509
510
  };
510
- RewardToken?: undefined;
511
511
  } | {
512
512
  id?: undefined;
513
513
  campaignId?: undefined;
514
514
  creatorAddress?: undefined;
515
+ RewardToken?: undefined;
515
516
  Opportunity: {
516
517
  identifier?: undefined;
517
518
  mainProtocolId: {
@@ -519,7 +520,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
519
520
  mode: "insensitive";
520
521
  };
521
522
  };
522
- RewardToken?: undefined;
523
523
  } | {
524
524
  id?: undefined;
525
525
  campaignId?: undefined;
@@ -527,19 +527,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
527
527
  Opportunity?: undefined;
528
528
  RewardToken: {
529
529
  OR: ({
530
+ address?: undefined;
530
531
  symbol: {
531
532
  contains: string;
532
533
  mode: "insensitive";
533
534
  };
534
535
  displaySymbol?: undefined;
535
- address?: undefined;
536
536
  } | {
537
537
  symbol?: undefined;
538
+ address?: undefined;
538
539
  displaySymbol: {
539
540
  contains: string;
540
541
  mode: "insensitive";
541
542
  };
542
- address?: undefined;
543
543
  } | {
544
544
  symbol?: undefined;
545
545
  displaySymbol?: undefined;
@@ -629,11 +629,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
629
629
  };
630
630
  displaySymbol?: undefined;
631
631
  } | {
632
+ symbol?: undefined;
632
633
  displaySymbol: {
633
634
  equals: string;
634
635
  mode: "insensitive";
635
636
  };
636
- symbol?: undefined;
637
637
  })[] | undefined;
638
638
  isTest: false | undefined;
639
639
  type: {
@@ -642,11 +642,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
642
642
  };
643
643
  };
644
644
  Creator: {
645
+ tags?: undefined;
645
646
  OR: ({
647
+ tags?: undefined;
646
648
  Creator: {
647
649
  id: string;
648
650
  };
649
- tags?: undefined;
650
651
  } | {
651
652
  Creator?: undefined;
652
653
  tags: {
@@ -654,10 +655,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
654
655
  };
655
656
  })[];
656
657
  Creator?: undefined;
657
- tags?: undefined;
658
658
  } | {
659
- OR?: undefined;
660
659
  tags?: undefined;
660
+ OR?: undefined;
661
661
  Creator: {
662
662
  id: string;
663
663
  };
@@ -675,13 +675,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
675
675
  in: import("@package/resources/enums").DistributionType[];
676
676
  } | undefined;
677
677
  rootCampaignId: {
678
+ not?: undefined;
678
679
  equals: string;
679
680
  mode: "insensitive";
680
- not?: undefined;
681
681
  } | {
682
+ not?: undefined;
682
683
  mode?: undefined;
683
684
  equals: null;
684
- not?: undefined;
685
685
  } | {
686
686
  mode?: undefined;
687
687
  equals?: undefined;
@@ -693,48 +693,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
693
693
  } | undefined;
694
694
  AND: {
695
695
  OR: ({
696
+ campaignId?: undefined;
697
+ creatorAddress?: undefined;
698
+ RewardToken?: undefined;
696
699
  id: {
697
700
  contains: string;
698
701
  mode: "insensitive";
699
702
  };
700
- campaignId?: undefined;
701
- creatorAddress?: undefined;
702
703
  Opportunity?: undefined;
703
- RewardToken?: undefined;
704
704
  } | {
705
705
  id?: undefined;
706
+ creatorAddress?: undefined;
707
+ RewardToken?: undefined;
706
708
  campaignId: {
707
709
  contains: string;
708
710
  mode: "insensitive";
709
711
  };
710
- creatorAddress?: undefined;
711
712
  Opportunity?: undefined;
712
- RewardToken?: undefined;
713
713
  } | {
714
714
  id?: undefined;
715
715
  campaignId?: undefined;
716
+ RewardToken?: undefined;
716
717
  creatorAddress: {
717
718
  contains: string;
718
719
  mode: "insensitive";
719
720
  };
720
721
  Opportunity?: undefined;
721
- RewardToken?: undefined;
722
722
  } | {
723
723
  id?: undefined;
724
724
  campaignId?: undefined;
725
725
  creatorAddress?: undefined;
726
+ RewardToken?: undefined;
726
727
  Opportunity: {
728
+ mainProtocolId?: undefined;
727
729
  identifier: {
728
730
  contains: string;
729
731
  mode: "insensitive";
730
732
  };
731
- mainProtocolId?: undefined;
732
733
  };
733
- RewardToken?: undefined;
734
734
  } | {
735
735
  id?: undefined;
736
736
  campaignId?: undefined;
737
737
  creatorAddress?: undefined;
738
+ RewardToken?: undefined;
738
739
  Opportunity: {
739
740
  identifier?: undefined;
740
741
  mainProtocolId: {
@@ -742,7 +743,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
742
743
  mode: "insensitive";
743
744
  };
744
745
  };
745
- RewardToken?: undefined;
746
746
  } | {
747
747
  id?: undefined;
748
748
  campaignId?: undefined;
@@ -750,19 +750,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
750
750
  Opportunity?: undefined;
751
751
  RewardToken: {
752
752
  OR: ({
753
+ address?: undefined;
753
754
  symbol: {
754
755
  contains: string;
755
756
  mode: "insensitive";
756
757
  };
757
758
  displaySymbol?: undefined;
758
- address?: undefined;
759
759
  } | {
760
760
  symbol?: undefined;
761
+ address?: undefined;
761
762
  displaySymbol: {
762
763
  contains: string;
763
764
  mode: "insensitive";
764
765
  };
765
- address?: undefined;
766
766
  } | {
767
767
  symbol?: undefined;
768
768
  displaySymbol?: undefined;
@@ -856,11 +856,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
856
856
  };
857
857
  displaySymbol?: undefined;
858
858
  } | {
859
+ symbol?: undefined;
859
860
  displaySymbol: {
860
861
  equals: string;
861
862
  mode: "insensitive";
862
863
  };
863
- symbol?: undefined;
864
864
  })[] | undefined;
865
865
  isTest: false | undefined;
866
866
  type: {
@@ -869,11 +869,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
869
869
  };
870
870
  };
871
871
  Creator: {
872
+ tags?: undefined;
872
873
  OR: ({
874
+ tags?: undefined;
873
875
  Creator: {
874
876
  id: string;
875
877
  };
876
- tags?: undefined;
877
878
  } | {
878
879
  Creator?: undefined;
879
880
  tags: {
@@ -881,10 +882,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
881
882
  };
882
883
  })[];
883
884
  Creator?: undefined;
884
- tags?: undefined;
885
885
  } | {
886
- OR?: undefined;
887
886
  tags?: undefined;
887
+ OR?: undefined;
888
888
  Creator: {
889
889
  id: string;
890
890
  };
@@ -902,13 +902,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
902
902
  in: import("@package/resources/enums").DistributionType[];
903
903
  } | undefined;
904
904
  rootCampaignId: {
905
+ not?: undefined;
905
906
  equals: string;
906
907
  mode: "insensitive";
907
- not?: undefined;
908
908
  } | {
909
+ not?: undefined;
909
910
  mode?: undefined;
910
911
  equals: null;
911
- not?: undefined;
912
912
  } | {
913
913
  mode?: undefined;
914
914
  equals?: undefined;
@@ -920,48 +920,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
920
920
  } | undefined;
921
921
  AND: {
922
922
  OR: ({
923
+ campaignId?: undefined;
924
+ creatorAddress?: undefined;
925
+ RewardToken?: undefined;
923
926
  id: {
924
927
  contains: string;
925
928
  mode: "insensitive";
926
929
  };
927
- campaignId?: undefined;
928
- creatorAddress?: undefined;
929
930
  Opportunity?: undefined;
930
- RewardToken?: undefined;
931
931
  } | {
932
932
  id?: undefined;
933
+ creatorAddress?: undefined;
934
+ RewardToken?: undefined;
933
935
  campaignId: {
934
936
  contains: string;
935
937
  mode: "insensitive";
936
938
  };
937
- creatorAddress?: undefined;
938
939
  Opportunity?: undefined;
939
- RewardToken?: undefined;
940
940
  } | {
941
941
  id?: undefined;
942
942
  campaignId?: undefined;
943
+ RewardToken?: undefined;
943
944
  creatorAddress: {
944
945
  contains: string;
945
946
  mode: "insensitive";
946
947
  };
947
948
  Opportunity?: undefined;
948
- RewardToken?: undefined;
949
949
  } | {
950
950
  id?: undefined;
951
951
  campaignId?: undefined;
952
952
  creatorAddress?: undefined;
953
+ RewardToken?: undefined;
953
954
  Opportunity: {
955
+ mainProtocolId?: undefined;
954
956
  identifier: {
955
957
  contains: string;
956
958
  mode: "insensitive";
957
959
  };
958
- mainProtocolId?: undefined;
959
960
  };
960
- RewardToken?: undefined;
961
961
  } | {
962
962
  id?: undefined;
963
963
  campaignId?: undefined;
964
964
  creatorAddress?: undefined;
965
+ RewardToken?: undefined;
965
966
  Opportunity: {
966
967
  identifier?: undefined;
967
968
  mainProtocolId: {
@@ -969,7 +970,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
969
970
  mode: "insensitive";
970
971
  };
971
972
  };
972
- RewardToken?: undefined;
973
973
  } | {
974
974
  id?: undefined;
975
975
  campaignId?: undefined;
@@ -977,19 +977,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
977
977
  Opportunity?: undefined;
978
978
  RewardToken: {
979
979
  OR: ({
980
+ address?: undefined;
980
981
  symbol: {
981
982
  contains: string;
982
983
  mode: "insensitive";
983
984
  };
984
985
  displaySymbol?: undefined;
985
- address?: undefined;
986
986
  } | {
987
987
  symbol?: undefined;
988
+ address?: undefined;
988
989
  displaySymbol: {
989
990
  contains: string;
990
991
  mode: "insensitive";
991
992
  };
992
- address?: undefined;
993
993
  } | {
994
994
  symbol?: undefined;
995
995
  displaySymbol?: undefined;
@@ -1073,11 +1073,11 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1073
1073
  };
1074
1074
  displaySymbol?: undefined;
1075
1075
  } | {
1076
+ symbol?: undefined;
1076
1077
  displaySymbol: {
1077
1078
  equals: string;
1078
1079
  mode: "insensitive";
1079
1080
  };
1080
- symbol?: undefined;
1081
1081
  })[] | undefined;
1082
1082
  isTest: false | undefined;
1083
1083
  type: {
@@ -1086,11 +1086,12 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1086
1086
  };
1087
1087
  };
1088
1088
  Creator: {
1089
+ tags?: undefined;
1089
1090
  OR: ({
1091
+ tags?: undefined;
1090
1092
  Creator: {
1091
1093
  id: string;
1092
1094
  };
1093
- tags?: undefined;
1094
1095
  } | {
1095
1096
  Creator?: undefined;
1096
1097
  tags: {
@@ -1098,10 +1099,9 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1098
1099
  };
1099
1100
  })[];
1100
1101
  Creator?: undefined;
1101
- tags?: undefined;
1102
1102
  } | {
1103
- OR?: undefined;
1104
1103
  tags?: undefined;
1104
+ OR?: undefined;
1105
1105
  Creator: {
1106
1106
  id: string;
1107
1107
  };
@@ -1119,13 +1119,13 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1119
1119
  in: import("@package/resources/enums").DistributionType[];
1120
1120
  } | undefined;
1121
1121
  rootCampaignId: {
1122
+ not?: undefined;
1122
1123
  equals: string;
1123
1124
  mode: "insensitive";
1124
- not?: undefined;
1125
1125
  } | {
1126
+ not?: undefined;
1126
1127
  mode?: undefined;
1127
1128
  equals: null;
1128
- not?: undefined;
1129
1129
  } | {
1130
1130
  mode?: undefined;
1131
1131
  equals?: undefined;
@@ -1137,48 +1137,49 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1137
1137
  } | undefined;
1138
1138
  AND: {
1139
1139
  OR: ({
1140
+ campaignId?: undefined;
1141
+ creatorAddress?: undefined;
1142
+ RewardToken?: undefined;
1140
1143
  id: {
1141
1144
  contains: string;
1142
1145
  mode: "insensitive";
1143
1146
  };
1144
- campaignId?: undefined;
1145
- creatorAddress?: undefined;
1146
1147
  Opportunity?: undefined;
1147
- RewardToken?: undefined;
1148
1148
  } | {
1149
1149
  id?: undefined;
1150
+ creatorAddress?: undefined;
1151
+ RewardToken?: undefined;
1150
1152
  campaignId: {
1151
1153
  contains: string;
1152
1154
  mode: "insensitive";
1153
1155
  };
1154
- creatorAddress?: undefined;
1155
1156
  Opportunity?: undefined;
1156
- RewardToken?: undefined;
1157
1157
  } | {
1158
1158
  id?: undefined;
1159
1159
  campaignId?: undefined;
1160
+ RewardToken?: undefined;
1160
1161
  creatorAddress: {
1161
1162
  contains: string;
1162
1163
  mode: "insensitive";
1163
1164
  };
1164
1165
  Opportunity?: undefined;
1165
- RewardToken?: undefined;
1166
1166
  } | {
1167
1167
  id?: undefined;
1168
1168
  campaignId?: undefined;
1169
1169
  creatorAddress?: undefined;
1170
+ RewardToken?: undefined;
1170
1171
  Opportunity: {
1172
+ mainProtocolId?: undefined;
1171
1173
  identifier: {
1172
1174
  contains: string;
1173
1175
  mode: "insensitive";
1174
1176
  };
1175
- mainProtocolId?: undefined;
1176
1177
  };
1177
- RewardToken?: undefined;
1178
1178
  } | {
1179
1179
  id?: undefined;
1180
1180
  campaignId?: undefined;
1181
1181
  creatorAddress?: undefined;
1182
+ RewardToken?: undefined;
1182
1183
  Opportunity: {
1183
1184
  identifier?: undefined;
1184
1185
  mainProtocolId: {
@@ -1186,7 +1187,6 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1186
1187
  mode: "insensitive";
1187
1188
  };
1188
1189
  };
1189
- RewardToken?: undefined;
1190
1190
  } | {
1191
1191
  id?: undefined;
1192
1192
  campaignId?: undefined;
@@ -1194,19 +1194,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1194
1194
  Opportunity?: undefined;
1195
1195
  RewardToken: {
1196
1196
  OR: ({
1197
+ address?: undefined;
1197
1198
  symbol: {
1198
1199
  contains: string;
1199
1200
  mode: "insensitive";
1200
1201
  };
1201
1202
  displaySymbol?: undefined;
1202
- address?: undefined;
1203
1203
  } | {
1204
1204
  symbol?: undefined;
1205
+ address?: undefined;
1205
1206
  displaySymbol: {
1206
1207
  contains: string;
1207
1208
  mode: "insensitive";
1208
1209
  };
1209
- address?: undefined;
1210
1210
  } | {
1211
1211
  symbol?: undefined;
1212
1212
  displaySymbol?: undefined;