@merkl/api 1.17.7 → 1.17.8

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.
@@ -672,9 +672,9 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
672
672
  };
673
673
  isPrivate: boolean;
674
674
  endTimestamp?: undefined;
675
- campaignId?: undefined;
676
675
  creatorAddress?: undefined;
677
676
  RewardToken?: undefined;
677
+ campaignId?: undefined;
678
678
  };
679
679
  };
680
680
  type?: undefined;
@@ -696,8 +696,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
696
696
  isPrivate: boolean;
697
697
  endTimestamp?: undefined;
698
698
  id?: undefined;
699
- campaignId?: undefined;
700
699
  RewardToken?: undefined;
700
+ campaignId?: undefined;
701
701
  };
702
702
  };
703
703
  type?: undefined;
@@ -839,8 +839,8 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
839
839
  })[];
840
840
  };
841
841
  id?: undefined;
842
- campaignId?: undefined;
843
842
  creatorAddress?: undefined;
843
+ campaignId?: undefined;
844
844
  };
845
845
  };
846
846
  Chain?: undefined;