webc-miam 6.2.1 → 6.2.3

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.
@@ -171,7 +171,10 @@ export interface MiamInterface {
171
171
  * example : [{value: 1, label: "Beginner"}] to update the label of easy recipes to "Beginner"
172
172
  */
173
173
  setDifficultyLevels: (levels: { value: number, label: string }[]) => void;
174
-
174
+ /**
175
+ * /!\ DEPRECATED: DO NOT USE /!\
176
+ */
177
+ search: (provider, query) => any;
175
178
  // /**
176
179
  // * /!\ DEPRECATED: DO NOT USE /!\
177
180
  // */