@compassdigital/sdk.typescript 4.227.0 → 4.228.0
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.
- package/package.json +1 -1
- package/src/interface/search.ts +1 -1
package/package.json
CHANGED
package/src/interface/search.ts
CHANGED
|
@@ -355,7 +355,7 @@ export interface GetSearchDiscountsQuery {
|
|
|
355
355
|
brand?: string;
|
|
356
356
|
// Filter by active status (true/false)
|
|
357
357
|
active?: string;
|
|
358
|
-
// Filter by status (live,
|
|
358
|
+
// Filter by status (live, active, readyToPublish, publishedTo3rdParty, syncedWith3rdParty)
|
|
359
359
|
status?: string;
|
|
360
360
|
// Filter by mealPlanPromo status (true/false)
|
|
361
361
|
mealPlanPromo?: string;
|