@compassdigital/sdk.typescript 4.440.0 → 4.442.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.440.0",
3
+ "version": "4.442.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -3530,10 +3530,10 @@ export interface GetConsumerHomePageQuery {
3530
3530
  end: number;
3531
3531
  // current date in epoch time
3532
3532
  date: number;
3533
- // app name
3534
- appName: string;
3535
3533
  location_multigroup_id: string;
3536
3534
  timezoneOffset: string;
3535
+ // app name
3536
+ appName?: string;
3537
3537
  // reorder eligible
3538
3538
  reorderEligible: boolean;
3539
3539
  }
@@ -1048,6 +1048,7 @@ export interface MenuWorksDTO {
1048
1048
  allergen_tags?: string[];
1049
1049
  allergens?: AllergenDTO[];
1050
1050
  nutrition?: NutritionDTO;
1051
+ updated_at?: string;
1051
1052
  [index: string]: any;
1052
1053
  }
1053
1054