@compassdigital/sdk.typescript 4.232.0 → 4.234.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.
@@ -1,7 +1,7 @@
1
1
  export interface LocationGroupUpdatedEvent {
2
2
  id: string;
3
3
  type: 'LocationGroupUpdatedEvent';
4
- version: '1.0.0';
4
+ version: '0.0.1';
5
5
  timestamp: string;
6
6
  traceContext: {
7
7
  traceId?: string;
@@ -1,7 +1,7 @@
1
1
  export interface PublishedMenuCreatedEvent {
2
2
  id: string;
3
3
  type: 'PublishedMenuCreatedEvent';
4
- version: '1.0.0';
4
+ version: '0.0.1';
5
5
  timestamp: string;
6
6
  traceContext: {
7
7
  traceId?: string;
@@ -1,7 +1,7 @@
1
1
  export interface PublishedMenuUpdatedEvent {
2
2
  id: string;
3
3
  type: 'PublishedMenuUpdatedEvent';
4
- version: '1.0.0';
4
+ version: '0.0.1';
5
5
  timestamp: string;
6
6
  traceContext: {
7
7
  traceId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.232.0",
3
+ "version": "4.234.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -40,8 +40,8 @@ export interface DiscountMeta {
40
40
 
41
41
  export interface DayOfWeekConfig {
42
42
  active: boolean;
43
- startTime?: string;
44
- endTime?: string;
43
+ startTime: string;
44
+ endTime: string;
45
45
  }
46
46
 
47
47
  export interface DailyConfig {
@@ -31,6 +31,8 @@ export interface Menu {
31
31
  item_label_edit_enabled?: boolean;
32
32
  frictionless?: boolean;
33
33
  category_images_enabled?: boolean;
34
+ // @deprecated
35
+ is_us_location_brand?: boolean;
34
36
  };
35
37
  meta?: {
36
38
  // User ID
@@ -3,7 +3,7 @@
3
3
  export interface LocationGroupUpdatedEvent {
4
4
  id: string;
5
5
  type: 'LocationGroupUpdatedEvent';
6
- version: '1.0.0';
6
+ version: '0.0.1';
7
7
  timestamp: string;
8
8
  traceContext: {
9
9
  traceId?: string;
@@ -3,7 +3,7 @@
3
3
  export interface PublishedMenuCreatedEvent {
4
4
  id: string;
5
5
  type: 'PublishedMenuCreatedEvent';
6
- version: '1.0.0';
6
+ version: '0.0.1';
7
7
  timestamp: string;
8
8
  traceContext: {
9
9
  traceId?: string;
@@ -3,7 +3,7 @@
3
3
  export interface PublishedMenuUpdatedEvent {
4
4
  id: string;
5
5
  type: 'PublishedMenuUpdatedEvent';
6
- version: '1.0.0';
6
+ version: '0.0.1';
7
7
  timestamp: string;
8
8
  traceContext: {
9
9
  traceId?: string;