@compassdigital/sdk.typescript 4.408.0 → 4.410.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.
@@ -404,6 +404,7 @@ export interface GlobalMenuGroupDTO {
404
404
  price_levels?: Record<string, any>;
405
405
  show_v4?: boolean;
406
406
  menu_labels?: Record<string, any>;
407
+ menuworks_unit_ids?: string[];
407
408
  id?: string;
408
409
  created_at?: string;
409
410
  updated_at?: string;
@@ -616,6 +617,7 @@ export interface DraftMenuDTO {
616
617
  brand?: DraftBrandDTO;
617
618
  changes?: MenuChangeDTO[];
618
619
  vendor_metadata?: VendorMetadataDTO[];
620
+ attachments?: Record<string, any>;
619
621
  permissions?: Record<string, any>;
620
622
  [index: string]: any;
621
623
  }
@@ -2462,6 +2464,7 @@ export interface PostMenuV3GlobalMenuGroupBody {
2462
2464
  price_levels?: Record<string, any>;
2463
2465
  show_v4?: boolean;
2464
2466
  menu_labels?: Record<string, any>;
2467
+ menuworks_unit_ids?: string[];
2465
2468
  vendor_metadata?: VendorMetadataDTO[];
2466
2469
  permissions?: Record<string, any>;
2467
2470
  [index: string]: any;
@@ -2495,6 +2498,7 @@ export interface PatchMenuV3GlobalMenuGroupBody {
2495
2498
  price_levels?: Record<string, any>;
2496
2499
  show_v4?: boolean;
2497
2500
  menu_labels?: Record<string, any>;
2501
+ menuworks_unit_ids?: string[];
2498
2502
  id?: string;
2499
2503
  version?: number;
2500
2504
  vendor_metadata?: VendorMetadataDTO[];
@@ -2523,6 +2527,7 @@ export interface DeleteMenuV3GlobalMenuGroupResponse {
2523
2527
  price_levels?: Record<string, any>;
2524
2528
  show_v4?: boolean;
2525
2529
  menu_labels?: Record<string, any>;
2530
+ menuworks_unit_ids?: string[];
2526
2531
  id: string;
2527
2532
  created_at?: string;
2528
2533
  updated_at?: string;
@@ -2563,6 +2568,7 @@ export type PostMenuV3GlobalMenuGroupsBody = {
2563
2568
  price_levels?: Record<string, any>;
2564
2569
  show_v4?: boolean;
2565
2570
  menu_labels?: Record<string, any>;
2571
+ menuworks_unit_ids?: string[];
2566
2572
  vendor_metadata?: VendorMetadataDTO[];
2567
2573
  permissions?: Record<string, any>;
2568
2574
  [index: string]: any;
@@ -3478,6 +3484,7 @@ export interface PostMenuV3DraftMenuBody {
3478
3484
  brand?: DraftBrandDTO;
3479
3485
  changes?: MenuChangeDTO[];
3480
3486
  vendor_metadata?: VendorMetadataDTO[];
3487
+ attachments?: FileAttachmentsDTO;
3481
3488
  permissions?: Record<string, any>;
3482
3489
  [index: string]: any;
3483
3490
  }
@@ -3516,6 +3523,7 @@ export interface PatchMenuV3DraftMenuBody {
3516
3523
  brand?: DraftBrandDTO;
3517
3524
  changes?: MenuChangeDTO[];
3518
3525
  vendor_metadata?: VendorMetadataDTO[];
3526
+ attachments?: FileAttachmentsDTO;
3519
3527
  permissions?: Record<string, any>;
3520
3528
  [index: string]: any;
3521
3529
  }
@@ -3565,6 +3573,7 @@ export type PostMenuV3DraftMenusBody = {
3565
3573
  brand?: DraftBrandDTO;
3566
3574
  changes?: MenuChangeDTO[];
3567
3575
  vendor_metadata?: VendorMetadataDTO[];
3576
+ attachments?: FileAttachmentsDTO;
3568
3577
  permissions?: Record<string, any>;
3569
3578
  [index: string]: any;
3570
3579
  }[];
@@ -3658,6 +3667,7 @@ export interface PostMenuV3DraftMenuDuplicateResponse {
3658
3667
  brand?: DraftBrandDTO;
3659
3668
  changes?: MenuChangeDTO[];
3660
3669
  vendor_metadata?: VendorMetadataDTO[];
3670
+ attachments?: FileAttachmentsDTO;
3661
3671
  permissions?: Record<string, any>;
3662
3672
  [index: string]: any;
3663
3673
  }
@@ -5960,6 +5970,7 @@ export interface PostMenuV4BrandMenuBody {
5960
5970
  brand?: DraftBrandDTO;
5961
5971
  changes?: MenuChangeDTO[];
5962
5972
  vendor_metadata?: VendorMetadataDTO[];
5973
+ attachments?: FileAttachmentsDTO;
5963
5974
  permissions?: Record<string, any>;
5964
5975
  [index: string]: any;
5965
5976
  }
@@ -5983,6 +5994,7 @@ export interface PostMenuV4BrandMenuResponse {
5983
5994
  brand?: DraftBrandDTO;
5984
5995
  changes?: MenuChangeDTO[];
5985
5996
  vendor_metadata?: VendorMetadataDTO[];
5997
+ attachments?: FileAttachmentsDTO;
5986
5998
  permissions?: Record<string, any>;
5987
5999
  [index: string]: any;
5988
6000
  }
@@ -6010,6 +6022,7 @@ export interface PatchMenuV4BrandMenuBody {
6010
6022
  brand?: DraftBrandDTO;
6011
6023
  changes?: MenuChangeDTO[];
6012
6024
  vendor_metadata?: VendorMetadataDTO[];
6025
+ attachments?: FileAttachmentsDTO;
6013
6026
  permissions?: Record<string, any>;
6014
6027
  [index: string]: any;
6015
6028
  }
@@ -6033,6 +6046,7 @@ export interface PatchMenuV4BrandMenuResponse {
6033
6046
  brand?: DraftBrandDTO;
6034
6047
  changes?: MenuChangeDTO[];
6035
6048
  vendor_metadata?: VendorMetadataDTO[];
6049
+ attachments?: FileAttachmentsDTO;
6036
6050
  permissions?: Record<string, any>;
6037
6051
  [index: string]: any;
6038
6052
  }
@@ -6063,6 +6077,7 @@ export interface DeleteMenuV4BrandMenuResponse {
6063
6077
  brand?: DraftBrandDTO;
6064
6078
  changes?: MenuChangeDTO[];
6065
6079
  vendor_metadata?: VendorMetadataDTO[];
6080
+ attachments?: FileAttachmentsDTO;
6066
6081
  permissions?: Record<string, any>;
6067
6082
  [index: string]: any;
6068
6083
  }
@@ -6416,6 +6431,7 @@ export interface PostMenuV4BrandMenuDuplicateBody {
6416
6431
  brand?: DraftBrandDTO;
6417
6432
  changes?: MenuChangeDTO[];
6418
6433
  vendor_metadata?: VendorMetadataDTO[];
6434
+ attachments?: FileAttachmentsDTO;
6419
6435
  permissions?: Record<string, any>;
6420
6436
  [index: string]: any;
6421
6437
  }
@@ -6439,6 +6455,7 @@ export interface PostMenuV4BrandMenuDuplicateResponse {
6439
6455
  brand?: DraftBrandDTO;
6440
6456
  changes?: MenuChangeDTO[];
6441
6457
  vendor_metadata?: VendorMetadataDTO[];
6458
+ attachments?: FileAttachmentsDTO;
6442
6459
  permissions?: Record<string, any>;
6443
6460
  [index: string]: any;
6444
6461
  }
@@ -7984,6 +8001,7 @@ export interface PostMenuV4ScheduleMenuResponse {
7984
8001
  brand?: DraftBrandDTO;
7985
8002
  changes?: MenuChangeDTO[];
7986
8003
  vendor_metadata?: VendorMetadataDTO[];
8004
+ attachments?: FileAttachmentsDTO;
7987
8005
  permissions?: Record<string, any>;
7988
8006
  [index: string]: any;
7989
8007
  }
@@ -8015,6 +8033,7 @@ export interface PostMenuV4UnscheduleMenuResponse {
8015
8033
  brand?: DraftBrandDTO;
8016
8034
  changes?: MenuChangeDTO[];
8017
8035
  vendor_metadata?: VendorMetadataDTO[];
8036
+ attachments?: FileAttachmentsDTO;
8018
8037
  permissions?: Record<string, any>;
8019
8038
  [index: string]: any;
8020
8039
  }
@@ -8048,6 +8067,7 @@ export interface GetMenuV4MenuResponse {
8048
8067
  brand?: DraftBrandDTO;
8049
8068
  changes?: MenuChangeDTO[];
8050
8069
  vendor_metadata?: VendorMetadataDTO[];
8070
+ attachments?: FileAttachmentsDTO;
8051
8071
  permissions?: Record<string, any>;
8052
8072
  [index: string]: any;
8053
8073
  }