@merkl/api 1.11.65 → 1.11.67

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