@compassdigital/sdk.typescript 4.570.0 → 4.571.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.570.0",
3
+ "version": "4.571.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -41,6 +41,8 @@ export interface Menu {
41
41
  last_modified_user?: string;
42
42
  centricos?: boolean;
43
43
  version?: number;
44
+ // Unique identifier regenerated on every publish. Consumers can compare against a previously seen value to detect whether the V2 menu has changed (e.g. to de-dupe sync events).
45
+ revision?: string;
44
46
  // V3 Brand metadata if menu came from Centric
45
47
  brand?: {
46
48
  id?: string;