@merkl/api 1.9.3 → 1.9.4

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,48 @@ 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
- id?: undefined;
257
+ creatorAddress?: undefined;
258
+ RewardToken?: undefined;
258
259
  campaignId: {
259
260
  contains: string;
260
261
  mode: "insensitive";
261
262
  };
262
- creatorAddress?: undefined;
263
263
  Opportunity?: undefined;
264
- RewardToken?: undefined;
265
- } | {
266
264
  id?: undefined;
265
+ } | {
267
266
  campaignId?: undefined;
267
+ RewardToken?: undefined;
268
268
  creatorAddress: {
269
269
  contains: string;
270
270
  mode: "insensitive";
271
271
  };
272
272
  Opportunity?: undefined;
273
- RewardToken?: undefined;
274
- } | {
275
273
  id?: undefined;
274
+ } | {
276
275
  campaignId?: undefined;
277
276
  creatorAddress?: undefined;
277
+ RewardToken?: undefined;
278
278
  Opportunity: {
279
+ mainProtocolId?: undefined;
279
280
  identifier: {
280
281
  contains: string;
281
282
  mode: "insensitive";
282
283
  };
283
- mainProtocolId?: undefined;
284
284
  };
285
- RewardToken?: undefined;
286
- } | {
287
285
  id?: undefined;
286
+ } | {
288
287
  campaignId?: undefined;
289
288
  creatorAddress?: undefined;
289
+ RewardToken?: undefined;
290
290
  Opportunity: {
291
291
  identifier?: undefined;
292
292
  mainProtocolId: {
@@ -294,27 +294,26 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
294
294
  mode: "insensitive";
295
295
  };
296
296
  };
297
- RewardToken?: undefined;
298
- } | {
299
297
  id?: undefined;
298
+ } | {
300
299
  campaignId?: undefined;
301
300
  creatorAddress?: undefined;
302
301
  Opportunity?: undefined;
303
302
  RewardToken: {
304
303
  OR: ({
304
+ address?: undefined;
305
305
  symbol: {
306
306
  contains: string;
307
307
  mode: "insensitive";
308
308
  };
309
309
  displaySymbol?: undefined;
310
- address?: undefined;
311
310
  } | {
312
311
  symbol?: undefined;
312
+ address?: undefined;
313
313
  displaySymbol: {
314
314
  contains: string;
315
315
  mode: "insensitive";
316
316
  };
317
- address?: undefined;
318
317
  } | {
319
318
  symbol?: undefined;
320
319
  displaySymbol?: undefined;
@@ -324,6 +323,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
324
323
  };
325
324
  })[];
326
325
  };
326
+ id?: undefined;
327
327
  })[];
328
328
  }[] | undefined;
329
329
  } | {
@@ -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,48 @@ 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
- id?: undefined;
478
+ creatorAddress?: undefined;
479
+ RewardToken?: undefined;
479
480
  campaignId: {
480
481
  contains: string;
481
482
  mode: "insensitive";
482
483
  };
483
- creatorAddress?: undefined;
484
484
  Opportunity?: undefined;
485
- RewardToken?: undefined;
486
- } | {
487
485
  id?: undefined;
486
+ } | {
488
487
  campaignId?: undefined;
488
+ RewardToken?: undefined;
489
489
  creatorAddress: {
490
490
  contains: string;
491
491
  mode: "insensitive";
492
492
  };
493
493
  Opportunity?: undefined;
494
- RewardToken?: undefined;
495
- } | {
496
494
  id?: undefined;
495
+ } | {
497
496
  campaignId?: undefined;
498
497
  creatorAddress?: undefined;
498
+ RewardToken?: undefined;
499
499
  Opportunity: {
500
+ mainProtocolId?: undefined;
500
501
  identifier: {
501
502
  contains: string;
502
503
  mode: "insensitive";
503
504
  };
504
- mainProtocolId?: undefined;
505
505
  };
506
- RewardToken?: undefined;
507
- } | {
508
506
  id?: undefined;
507
+ } | {
509
508
  campaignId?: undefined;
510
509
  creatorAddress?: undefined;
510
+ RewardToken?: undefined;
511
511
  Opportunity: {
512
512
  identifier?: undefined;
513
513
  mainProtocolId: {
@@ -515,27 +515,26 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
515
515
  mode: "insensitive";
516
516
  };
517
517
  };
518
- RewardToken?: undefined;
519
- } | {
520
518
  id?: undefined;
519
+ } | {
521
520
  campaignId?: undefined;
522
521
  creatorAddress?: undefined;
523
522
  Opportunity?: undefined;
524
523
  RewardToken: {
525
524
  OR: ({
525
+ address?: undefined;
526
526
  symbol: {
527
527
  contains: string;
528
528
  mode: "insensitive";
529
529
  };
530
530
  displaySymbol?: undefined;
531
- address?: undefined;
532
531
  } | {
533
532
  symbol?: undefined;
533
+ address?: undefined;
534
534
  displaySymbol: {
535
535
  contains: string;
536
536
  mode: "insensitive";
537
537
  };
538
- address?: undefined;
539
538
  } | {
540
539
  symbol?: undefined;
541
540
  displaySymbol?: undefined;
@@ -545,6 +544,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
545
544
  };
546
545
  })[];
547
546
  };
547
+ id?: undefined;
548
548
  })[];
549
549
  }[] | undefined;
550
550
  } | {
@@ -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,48 @@ 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
- id?: undefined;
699
+ creatorAddress?: undefined;
700
+ RewardToken?: undefined;
700
701
  campaignId: {
701
702
  contains: string;
702
703
  mode: "insensitive";
703
704
  };
704
- creatorAddress?: undefined;
705
705
  Opportunity?: undefined;
706
- RewardToken?: undefined;
707
- } | {
708
706
  id?: undefined;
707
+ } | {
709
708
  campaignId?: undefined;
709
+ RewardToken?: undefined;
710
710
  creatorAddress: {
711
711
  contains: string;
712
712
  mode: "insensitive";
713
713
  };
714
714
  Opportunity?: undefined;
715
- RewardToken?: undefined;
716
- } | {
717
715
  id?: undefined;
716
+ } | {
718
717
  campaignId?: undefined;
719
718
  creatorAddress?: undefined;
719
+ RewardToken?: undefined;
720
720
  Opportunity: {
721
+ mainProtocolId?: undefined;
721
722
  identifier: {
722
723
  contains: string;
723
724
  mode: "insensitive";
724
725
  };
725
- mainProtocolId?: undefined;
726
726
  };
727
- RewardToken?: undefined;
728
- } | {
729
727
  id?: undefined;
728
+ } | {
730
729
  campaignId?: undefined;
731
730
  creatorAddress?: undefined;
731
+ RewardToken?: undefined;
732
732
  Opportunity: {
733
733
  identifier?: undefined;
734
734
  mainProtocolId: {
@@ -736,27 +736,26 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
736
736
  mode: "insensitive";
737
737
  };
738
738
  };
739
- RewardToken?: undefined;
740
- } | {
741
739
  id?: undefined;
740
+ } | {
742
741
  campaignId?: undefined;
743
742
  creatorAddress?: undefined;
744
743
  Opportunity?: undefined;
745
744
  RewardToken: {
746
745
  OR: ({
746
+ address?: undefined;
747
747
  symbol: {
748
748
  contains: string;
749
749
  mode: "insensitive";
750
750
  };
751
751
  displaySymbol?: undefined;
752
- address?: undefined;
753
752
  } | {
754
753
  symbol?: undefined;
754
+ address?: undefined;
755
755
  displaySymbol: {
756
756
  contains: string;
757
757
  mode: "insensitive";
758
758
  };
759
- address?: undefined;
760
759
  } | {
761
760
  symbol?: undefined;
762
761
  displaySymbol?: undefined;
@@ -766,6 +765,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
766
765
  };
767
766
  })[];
768
767
  };
768
+ id?: undefined;
769
769
  })[];
770
770
  }[] | undefined;
771
771
  } | {
@@ -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,48 @@ 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
- id?: undefined;
924
+ creatorAddress?: undefined;
925
+ RewardToken?: undefined;
925
926
  campaignId: {
926
927
  contains: string;
927
928
  mode: "insensitive";
928
929
  };
929
- creatorAddress?: undefined;
930
930
  Opportunity?: undefined;
931
- RewardToken?: undefined;
932
- } | {
933
931
  id?: undefined;
932
+ } | {
934
933
  campaignId?: undefined;
934
+ RewardToken?: undefined;
935
935
  creatorAddress: {
936
936
  contains: string;
937
937
  mode: "insensitive";
938
938
  };
939
939
  Opportunity?: undefined;
940
- RewardToken?: undefined;
941
- } | {
942
940
  id?: undefined;
941
+ } | {
943
942
  campaignId?: undefined;
944
943
  creatorAddress?: undefined;
944
+ RewardToken?: undefined;
945
945
  Opportunity: {
946
+ mainProtocolId?: undefined;
946
947
  identifier: {
947
948
  contains: string;
948
949
  mode: "insensitive";
949
950
  };
950
- mainProtocolId?: undefined;
951
951
  };
952
- RewardToken?: undefined;
953
- } | {
954
952
  id?: undefined;
953
+ } | {
955
954
  campaignId?: undefined;
956
955
  creatorAddress?: undefined;
956
+ RewardToken?: undefined;
957
957
  Opportunity: {
958
958
  identifier?: undefined;
959
959
  mainProtocolId: {
@@ -961,27 +961,26 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
961
961
  mode: "insensitive";
962
962
  };
963
963
  };
964
- RewardToken?: undefined;
965
- } | {
966
964
  id?: undefined;
965
+ } | {
967
966
  campaignId?: undefined;
968
967
  creatorAddress?: undefined;
969
968
  Opportunity?: undefined;
970
969
  RewardToken: {
971
970
  OR: ({
971
+ address?: undefined;
972
972
  symbol: {
973
973
  contains: string;
974
974
  mode: "insensitive";
975
975
  };
976
976
  displaySymbol?: undefined;
977
- address?: undefined;
978
977
  } | {
979
978
  symbol?: undefined;
979
+ address?: undefined;
980
980
  displaySymbol: {
981
981
  contains: string;
982
982
  mode: "insensitive";
983
983
  };
984
- address?: undefined;
985
984
  } | {
986
985
  symbol?: undefined;
987
986
  displaySymbol?: undefined;
@@ -991,6 +990,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
991
990
  };
992
991
  })[];
993
992
  };
993
+ id?: undefined;
994
994
  })[];
995
995
  }[] | undefined;
996
996
  } | {
@@ -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,48 @@ 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
- id?: undefined;
1139
+ creatorAddress?: undefined;
1140
+ RewardToken?: undefined;
1140
1141
  campaignId: {
1141
1142
  contains: string;
1142
1143
  mode: "insensitive";
1143
1144
  };
1144
- creatorAddress?: undefined;
1145
1145
  Opportunity?: undefined;
1146
- RewardToken?: undefined;
1147
- } | {
1148
1146
  id?: undefined;
1147
+ } | {
1149
1148
  campaignId?: undefined;
1149
+ RewardToken?: undefined;
1150
1150
  creatorAddress: {
1151
1151
  contains: string;
1152
1152
  mode: "insensitive";
1153
1153
  };
1154
1154
  Opportunity?: undefined;
1155
- RewardToken?: undefined;
1156
- } | {
1157
1155
  id?: undefined;
1156
+ } | {
1158
1157
  campaignId?: undefined;
1159
1158
  creatorAddress?: undefined;
1159
+ RewardToken?: undefined;
1160
1160
  Opportunity: {
1161
+ mainProtocolId?: undefined;
1161
1162
  identifier: {
1162
1163
  contains: string;
1163
1164
  mode: "insensitive";
1164
1165
  };
1165
- mainProtocolId?: undefined;
1166
1166
  };
1167
- RewardToken?: undefined;
1168
- } | {
1169
1167
  id?: undefined;
1168
+ } | {
1170
1169
  campaignId?: undefined;
1171
1170
  creatorAddress?: undefined;
1171
+ RewardToken?: undefined;
1172
1172
  Opportunity: {
1173
1173
  identifier?: undefined;
1174
1174
  mainProtocolId: {
@@ -1176,27 +1176,26 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1176
1176
  mode: "insensitive";
1177
1177
  };
1178
1178
  };
1179
- RewardToken?: undefined;
1180
- } | {
1181
1179
  id?: undefined;
1180
+ } | {
1182
1181
  campaignId?: undefined;
1183
1182
  creatorAddress?: undefined;
1184
1183
  Opportunity?: undefined;
1185
1184
  RewardToken: {
1186
1185
  OR: ({
1186
+ address?: undefined;
1187
1187
  symbol: {
1188
1188
  contains: string;
1189
1189
  mode: "insensitive";
1190
1190
  };
1191
1191
  displaySymbol?: undefined;
1192
- address?: undefined;
1193
1192
  } | {
1194
1193
  symbol?: undefined;
1194
+ address?: undefined;
1195
1195
  displaySymbol: {
1196
1196
  contains: string;
1197
1197
  mode: "insensitive";
1198
1198
  };
1199
- address?: undefined;
1200
1199
  } | {
1201
1200
  symbol?: undefined;
1202
1201
  displaySymbol?: undefined;
@@ -1206,6 +1205,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1206
1205
  };
1207
1206
  })[];
1208
1207
  };
1208
+ id?: undefined;
1209
1209
  })[];
1210
1210
  }[] | undefined;
1211
1211
  };