@merkl/api 1.8.29 → 1.8.30

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,49 +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;
251
248
  id: {
252
249
  contains: string;
253
250
  mode: "insensitive";
254
251
  };
252
+ campaignId?: undefined;
253
+ creatorAddress?: undefined;
255
254
  Opportunity?: undefined;
255
+ RewardToken?: undefined;
256
256
  } | {
257
257
  id?: undefined;
258
- creatorAddress?: undefined;
259
- RewardToken?: undefined;
260
258
  campaignId: {
261
259
  contains: string;
262
260
  mode: "insensitive";
263
261
  };
262
+ creatorAddress?: undefined;
264
263
  Opportunity?: undefined;
264
+ RewardToken?: undefined;
265
265
  } | {
266
266
  id?: undefined;
267
267
  campaignId?: undefined;
268
- RewardToken?: undefined;
269
268
  creatorAddress: {
270
269
  contains: string;
271
270
  mode: "insensitive";
272
271
  };
273
272
  Opportunity?: undefined;
273
+ RewardToken?: undefined;
274
274
  } | {
275
275
  id?: undefined;
276
276
  campaignId?: undefined;
277
277
  creatorAddress?: undefined;
278
- RewardToken?: undefined;
279
278
  Opportunity: {
280
- mainProtocolId?: undefined;
281
279
  identifier: {
282
280
  contains: string;
283
281
  mode: "insensitive";
284
282
  };
283
+ mainProtocolId?: undefined;
285
284
  };
285
+ RewardToken?: undefined;
286
286
  } | {
287
287
  id?: undefined;
288
288
  campaignId?: undefined;
289
289
  creatorAddress?: undefined;
290
- RewardToken?: undefined;
291
290
  Opportunity: {
292
291
  identifier?: undefined;
293
292
  mainProtocolId: {
@@ -295,6 +294,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
295
294
  mode: "insensitive";
296
295
  };
297
296
  };
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;
306
305
  symbol: {
307
306
  contains: string;
308
307
  mode: "insensitive";
309
308
  };
310
309
  displaySymbol?: undefined;
310
+ address?: undefined;
311
311
  } | {
312
312
  symbol?: undefined;
313
- address?: undefined;
314
313
  displaySymbol: {
315
314
  contains: string;
316
315
  mode: "insensitive";
317
316
  };
317
+ address?: undefined;
318
318
  } | {
319
319
  symbol?: undefined;
320
320
  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,49 +465,48 @@ 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
  };
472
+ campaignId?: undefined;
473
+ creatorAddress?: undefined;
476
474
  Opportunity?: undefined;
475
+ RewardToken?: undefined;
477
476
  } | {
478
477
  id?: undefined;
479
- creatorAddress?: undefined;
480
- RewardToken?: undefined;
481
478
  campaignId: {
482
479
  contains: string;
483
480
  mode: "insensitive";
484
481
  };
482
+ creatorAddress?: undefined;
485
483
  Opportunity?: undefined;
484
+ RewardToken?: undefined;
486
485
  } | {
487
486
  id?: undefined;
488
487
  campaignId?: undefined;
489
- RewardToken?: undefined;
490
488
  creatorAddress: {
491
489
  contains: string;
492
490
  mode: "insensitive";
493
491
  };
494
492
  Opportunity?: undefined;
493
+ RewardToken?: undefined;
495
494
  } | {
496
495
  id?: undefined;
497
496
  campaignId?: undefined;
498
497
  creatorAddress?: undefined;
499
- RewardToken?: undefined;
500
498
  Opportunity: {
501
- mainProtocolId?: undefined;
502
499
  identifier: {
503
500
  contains: string;
504
501
  mode: "insensitive";
505
502
  };
503
+ mainProtocolId?: undefined;
506
504
  };
505
+ RewardToken?: undefined;
507
506
  } | {
508
507
  id?: undefined;
509
508
  campaignId?: undefined;
510
509
  creatorAddress?: undefined;
511
- RewardToken?: undefined;
512
510
  Opportunity: {
513
511
  identifier?: undefined;
514
512
  mainProtocolId: {
@@ -516,6 +514,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
516
514
  mode: "insensitive";
517
515
  };
518
516
  };
517
+ RewardToken?: undefined;
519
518
  } | {
520
519
  id?: undefined;
521
520
  campaignId?: undefined;
@@ -523,19 +522,19 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
523
522
  Opportunity?: undefined;
524
523
  RewardToken: {
525
524
  OR: ({
526
- address?: undefined;
527
525
  symbol: {
528
526
  contains: string;
529
527
  mode: "insensitive";
530
528
  };
531
529
  displaySymbol?: undefined;
530
+ address?: undefined;
532
531
  } | {
533
532
  symbol?: undefined;
534
- address?: undefined;
535
533
  displaySymbol: {
536
534
  contains: string;
537
535
  mode: "insensitive";
538
536
  };
537
+ address?: undefined;
539
538
  } | {
540
539
  symbol?: undefined;
541
540
  displaySymbol?: undefined;
@@ -547,6 +546,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
547
546
  };
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,49 +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;
693
690
  id: {
694
691
  contains: string;
695
692
  mode: "insensitive";
696
693
  };
694
+ campaignId?: undefined;
695
+ creatorAddress?: undefined;
697
696
  Opportunity?: undefined;
697
+ RewardToken?: undefined;
698
698
  } | {
699
699
  id?: undefined;
700
- creatorAddress?: undefined;
701
- RewardToken?: undefined;
702
700
  campaignId: {
703
701
  contains: string;
704
702
  mode: "insensitive";
705
703
  };
704
+ creatorAddress?: undefined;
706
705
  Opportunity?: undefined;
706
+ RewardToken?: undefined;
707
707
  } | {
708
708
  id?: undefined;
709
709
  campaignId?: undefined;
710
- RewardToken?: undefined;
711
710
  creatorAddress: {
712
711
  contains: string;
713
712
  mode: "insensitive";
714
713
  };
715
714
  Opportunity?: undefined;
715
+ RewardToken?: undefined;
716
716
  } | {
717
717
  id?: undefined;
718
718
  campaignId?: undefined;
719
719
  creatorAddress?: undefined;
720
- RewardToken?: undefined;
721
720
  Opportunity: {
722
- mainProtocolId?: undefined;
723
721
  identifier: {
724
722
  contains: string;
725
723
  mode: "insensitive";
726
724
  };
725
+ mainProtocolId?: undefined;
727
726
  };
727
+ RewardToken?: undefined;
728
728
  } | {
729
729
  id?: undefined;
730
730
  campaignId?: undefined;
731
731
  creatorAddress?: undefined;
732
- RewardToken?: undefined;
733
732
  Opportunity: {
734
733
  identifier?: undefined;
735
734
  mainProtocolId: {
@@ -737,6 +736,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
737
736
  mode: "insensitive";
738
737
  };
739
738
  };
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;
748
747
  symbol: {
749
748
  contains: string;
750
749
  mode: "insensitive";
751
750
  };
752
751
  displaySymbol?: undefined;
752
+ address?: undefined;
753
753
  } | {
754
754
  symbol?: undefined;
755
- address?: undefined;
756
755
  displaySymbol: {
757
756
  contains: string;
758
757
  mode: "insensitive";
759
758
  };
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;
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,49 +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;
918
915
  id: {
919
916
  contains: string;
920
917
  mode: "insensitive";
921
918
  };
919
+ campaignId?: undefined;
920
+ creatorAddress?: undefined;
922
921
  Opportunity?: undefined;
922
+ RewardToken?: undefined;
923
923
  } | {
924
924
  id?: undefined;
925
- creatorAddress?: undefined;
926
- RewardToken?: undefined;
927
925
  campaignId: {
928
926
  contains: string;
929
927
  mode: "insensitive";
930
928
  };
929
+ creatorAddress?: undefined;
931
930
  Opportunity?: undefined;
931
+ RewardToken?: undefined;
932
932
  } | {
933
933
  id?: undefined;
934
934
  campaignId?: undefined;
935
- RewardToken?: undefined;
936
935
  creatorAddress: {
937
936
  contains: string;
938
937
  mode: "insensitive";
939
938
  };
940
939
  Opportunity?: undefined;
940
+ RewardToken?: undefined;
941
941
  } | {
942
942
  id?: undefined;
943
943
  campaignId?: undefined;
944
944
  creatorAddress?: undefined;
945
- RewardToken?: undefined;
946
945
  Opportunity: {
947
- mainProtocolId?: undefined;
948
946
  identifier: {
949
947
  contains: string;
950
948
  mode: "insensitive";
951
949
  };
950
+ mainProtocolId?: undefined;
952
951
  };
952
+ RewardToken?: undefined;
953
953
  } | {
954
954
  id?: undefined;
955
955
  campaignId?: undefined;
956
956
  creatorAddress?: undefined;
957
- RewardToken?: undefined;
958
957
  Opportunity: {
959
958
  identifier?: undefined;
960
959
  mainProtocolId: {
@@ -962,6 +961,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
962
961
  mode: "insensitive";
963
962
  };
964
963
  };
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;
973
972
  symbol: {
974
973
  contains: string;
975
974
  mode: "insensitive";
976
975
  };
977
976
  displaySymbol?: undefined;
977
+ address?: undefined;
978
978
  } | {
979
979
  symbol?: undefined;
980
- address?: undefined;
981
980
  displaySymbol: {
982
981
  contains: string;
983
982
  mode: "insensitive";
984
983
  };
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;
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,49 +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;
1133
1130
  id: {
1134
1131
  contains: string;
1135
1132
  mode: "insensitive";
1136
1133
  };
1134
+ campaignId?: undefined;
1135
+ creatorAddress?: undefined;
1137
1136
  Opportunity?: undefined;
1137
+ RewardToken?: undefined;
1138
1138
  } | {
1139
1139
  id?: undefined;
1140
- creatorAddress?: undefined;
1141
- RewardToken?: undefined;
1142
1140
  campaignId: {
1143
1141
  contains: string;
1144
1142
  mode: "insensitive";
1145
1143
  };
1144
+ creatorAddress?: undefined;
1146
1145
  Opportunity?: undefined;
1146
+ RewardToken?: undefined;
1147
1147
  } | {
1148
1148
  id?: undefined;
1149
1149
  campaignId?: undefined;
1150
- RewardToken?: undefined;
1151
1150
  creatorAddress: {
1152
1151
  contains: string;
1153
1152
  mode: "insensitive";
1154
1153
  };
1155
1154
  Opportunity?: undefined;
1155
+ RewardToken?: undefined;
1156
1156
  } | {
1157
1157
  id?: undefined;
1158
1158
  campaignId?: undefined;
1159
1159
  creatorAddress?: undefined;
1160
- RewardToken?: undefined;
1161
1160
  Opportunity: {
1162
- mainProtocolId?: undefined;
1163
1161
  identifier: {
1164
1162
  contains: string;
1165
1163
  mode: "insensitive";
1166
1164
  };
1165
+ mainProtocolId?: undefined;
1167
1166
  };
1167
+ RewardToken?: undefined;
1168
1168
  } | {
1169
1169
  id?: undefined;
1170
1170
  campaignId?: undefined;
1171
1171
  creatorAddress?: undefined;
1172
- RewardToken?: undefined;
1173
1172
  Opportunity: {
1174
1173
  identifier?: undefined;
1175
1174
  mainProtocolId: {
@@ -1177,6 +1176,7 @@ export declare function transformQueryToPrismaFilters(query: Omit<FindCampaignMo
1177
1176
  mode: "insensitive";
1178
1177
  };
1179
1178
  };
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;
1188
1187
  symbol: {
1189
1188
  contains: string;
1190
1189
  mode: "insensitive";
1191
1190
  };
1192
1191
  displaySymbol?: undefined;
1192
+ address?: undefined;
1193
1193
  } | {
1194
1194
  symbol?: undefined;
1195
- address?: undefined;
1196
1195
  displaySymbol: {
1197
1196
  contains: string;
1198
1197
  mode: "insensitive";
1199
1198
  };
1199
+ address?: undefined;
1200
1200
  } | {
1201
1201
  symbol?: undefined;
1202
1202
  displaySymbol?: undefined;