@merkl/api 1.9.11 → 1.9.12

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