@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.227.0",
3
+ "version": "4.228.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -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, expired, scheduled, draft, active, etc.)
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;