@compassdigital/sdk.typescript 4.14.0 → 4.16.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.
Files changed (101) hide show
  1. package/lib/base.d.ts +1 -11
  2. package/lib/base.d.ts.map +1 -1
  3. package/lib/base.js +3 -21
  4. package/lib/base.js.map +1 -1
  5. package/lib/index.d.ts +54 -4
  6. package/lib/index.d.ts.map +1 -1
  7. package/lib/index.js +55 -1
  8. package/lib/index.js.map +1 -1
  9. package/lib/interface/ai.d.ts +3 -3
  10. package/lib/interface/ai.d.ts.map +1 -1
  11. package/lib/interface/announcement.d.ts +2 -2
  12. package/lib/interface/announcement.d.ts.map +1 -1
  13. package/lib/interface/calendar.d.ts +2 -2
  14. package/lib/interface/calendar.d.ts.map +1 -1
  15. package/lib/interface/centricos.d.ts +46 -4
  16. package/lib/interface/centricos.d.ts.map +1 -1
  17. package/lib/interface/compassconnect.d.ts +1 -1
  18. package/lib/interface/compassconnect.d.ts.map +1 -1
  19. package/lib/interface/config.d.ts +3 -5
  20. package/lib/interface/config.d.ts.map +1 -1
  21. package/lib/interface/datalake.d.ts +2 -2
  22. package/lib/interface/datalake.d.ts.map +1 -1
  23. package/lib/interface/delivery.d.ts +1 -1
  24. package/lib/interface/delivery.d.ts.map +1 -1
  25. package/lib/interface/email.d.ts +2 -2
  26. package/lib/interface/email.d.ts.map +1 -1
  27. package/lib/interface/file.d.ts +1 -1
  28. package/lib/interface/file.d.ts.map +1 -1
  29. package/lib/interface/frictionless.d.ts +26 -7
  30. package/lib/interface/frictionless.d.ts.map +1 -1
  31. package/lib/interface/kds.d.ts +1 -1
  32. package/lib/interface/kds.d.ts.map +1 -1
  33. package/lib/interface/location.d.ts +27 -16
  34. package/lib/interface/location.d.ts.map +1 -1
  35. package/lib/interface/location.js +12 -0
  36. package/lib/interface/location.js.map +1 -1
  37. package/lib/interface/mealplan.d.ts +1 -1
  38. package/lib/interface/mealplan.d.ts.map +1 -1
  39. package/lib/interface/menu.d.ts +264 -249
  40. package/lib/interface/menu.d.ts.map +1 -1
  41. package/lib/interface/menu.js +6 -0
  42. package/lib/interface/menu.js.map +1 -1
  43. package/lib/interface/notification.d.ts +2 -2
  44. package/lib/interface/notification.d.ts.map +1 -1
  45. package/lib/interface/order.d.ts +3 -3
  46. package/lib/interface/order.d.ts.map +1 -1
  47. package/lib/interface/partner.d.ts +51 -19
  48. package/lib/interface/partner.d.ts.map +1 -1
  49. package/lib/interface/partner.js +11 -0
  50. package/lib/interface/partner.js.map +1 -1
  51. package/lib/interface/payment.d.ts +1 -1
  52. package/lib/interface/payment.d.ts.map +1 -1
  53. package/lib/interface/promo.d.ts +12 -5
  54. package/lib/interface/promo.d.ts.map +1 -1
  55. package/lib/interface/promo.js +8 -0
  56. package/lib/interface/promo.js.map +1 -1
  57. package/lib/interface/report.d.ts +20 -5
  58. package/lib/interface/report.d.ts.map +1 -1
  59. package/lib/interface/shoppingcart.d.ts +12 -8
  60. package/lib/interface/shoppingcart.d.ts.map +1 -1
  61. package/lib/interface/shoppingcart.js +5 -0
  62. package/lib/interface/shoppingcart.js.map +1 -1
  63. package/lib/interface/task.d.ts +19 -11
  64. package/lib/interface/task.d.ts.map +1 -1
  65. package/lib/interface/task.js +9 -0
  66. package/lib/interface/task.js.map +1 -1
  67. package/lib/interface/user.d.ts +4 -4
  68. package/lib/interface/user.d.ts.map +1 -1
  69. package/lib/interface/util.d.ts +19 -0
  70. package/lib/interface/util.d.ts.map +1 -1
  71. package/lib/interface/vendor.d.ts +1 -1
  72. package/lib/interface/vendor.d.ts.map +1 -1
  73. package/package.json +1 -1
  74. package/src/base.ts +6 -25
  75. package/src/index.ts +140 -1
  76. package/src/interface/ai.ts +3 -3
  77. package/src/interface/announcement.ts +2 -2
  78. package/src/interface/calendar.ts +2 -2
  79. package/src/interface/centricos.ts +76 -4
  80. package/src/interface/compassconnect.ts +1 -1
  81. package/src/interface/config.ts +3 -5
  82. package/src/interface/datalake.ts +2 -2
  83. package/src/interface/delivery.ts +1 -1
  84. package/src/interface/email.ts +2 -2
  85. package/src/interface/file.ts +1 -1
  86. package/src/interface/frictionless.ts +49 -7
  87. package/src/interface/kds.ts +1 -1
  88. package/src/interface/location.ts +26 -16
  89. package/src/interface/mealplan.ts +1 -1
  90. package/src/interface/menu.ts +263 -249
  91. package/src/interface/notification.ts +2 -2
  92. package/src/interface/order.ts +3 -3
  93. package/src/interface/partner.ts +53 -19
  94. package/src/interface/payment.ts +1 -1
  95. package/src/interface/promo.ts +11 -5
  96. package/src/interface/report.ts +34 -6
  97. package/src/interface/shoppingcart.ts +11 -8
  98. package/src/interface/task.ts +18 -17
  99. package/src/interface/user.ts +4 -4
  100. package/src/interface/util.ts +21 -0
  101. package/src/interface/vendor.ts +1 -1
@@ -54,7 +54,7 @@ export interface Item {
54
54
  currency?: string;
55
55
  };
56
56
  unit?: number;
57
- ingredients?: Record<string, any>[];
57
+ ingredients?: any[];
58
58
  amount_off_exclusions?: AmountOffExclusionTypes[];
59
59
  nutrition?: {
60
60
  kcal?: number;
@@ -245,9 +245,13 @@ export interface Success {
245
245
  export interface Error {
246
246
  error?: string;
247
247
  code?: number;
248
- data?: Record<string, any>;
248
+ data?: any;
249
+ }
250
+ declare enum AmountOffExclusionTypes {
251
+ LOYALTY = "loyalty",
252
+ DISCOUNT = "discount",
253
+ PROMO = "promo"
249
254
  }
250
- export type AmountOffExclusionTypes = "loyalty" | "discount" | "promo";
251
255
  export interface Menus {
252
256
  menus?: Menu[];
253
257
  }
@@ -270,7 +274,7 @@ export interface GlobalMenuGroupDTO {
270
274
  is_active?: boolean;
271
275
  posid_segment?: string;
272
276
  id?: string;
273
- permissions?: Record<string, any>;
277
+ permissions?: any;
274
278
  [index: string]: any;
275
279
  }
276
280
  export interface DraftBrandDTO {
@@ -283,7 +287,7 @@ export interface DraftBrandDTO {
283
287
  local_menu_group_id?: string;
284
288
  global_menu_group_id?: string;
285
289
  posid_segment?: string;
286
- permissions?: Record<string, any>;
290
+ permissions?: any;
287
291
  [index: string]: any;
288
292
  }
289
293
  export interface PublishedBrandDTO {
@@ -296,7 +300,7 @@ export interface PublishedBrandDTO {
296
300
  local_menu_group_id?: string;
297
301
  global_menu_group_id?: string;
298
302
  posid_segment?: string;
299
- permissions?: Record<string, any>;
303
+ permissions?: any;
300
304
  [index: string]: any;
301
305
  }
302
306
  export interface VendorMetadataDTO {
@@ -315,7 +319,7 @@ export interface VendorMetadataDTO {
315
319
  modifier_group_id?: string;
316
320
  modifier_group_to_modifier_relationship_id?: string;
317
321
  modifier_id?: string;
318
- permissions?: Record<string, any>;
322
+ permissions?: any;
319
323
  [index: string]: any;
320
324
  }
321
325
  export interface InvalidInputErrorDTO {
@@ -391,7 +395,7 @@ export interface LocalMenuGroupDTO {
391
395
  deleted_at?: string;
392
396
  version?: number;
393
397
  vendor_metadata?: VendorMetadataDTO[];
394
- permissions?: Record<string, any>;
398
+ permissions?: any;
395
399
  [index: string]: any;
396
400
  }
397
401
  export interface DraftBrandDraftBrandDTO {
@@ -408,22 +412,22 @@ export interface DraftBrandDraftBrandDTO {
408
412
  created_at?: FilterFieldDTO;
409
413
  updated_at?: FilterFieldDTO;
410
414
  deleted_at?: FilterFieldDTO;
411
- parent?: Record<string, any>;
412
- children?: Record<string, any>[];
415
+ parent?: any;
416
+ children?: any[];
413
417
  changes?: BrandChangeDTO[];
414
418
  local_menu_group?: LocalMenuGroupDTO;
415
419
  global_menu_group?: GlobalMenuGroupDTO;
416
420
  menus?: DraftMenuDTO[];
417
- categories?: Record<string, any>[];
418
- category_to_item_relationships?: Record<string, any>[];
419
- items?: Record<string, any>[];
420
- item_to_modifier_group_relationships?: Record<string, any>[];
421
- modifier_groups?: Record<string, any>[];
422
- modifier_group_to_modifier_relationships?: Record<string, any>[];
423
- modifiers?: Record<string, any>[];
421
+ categories?: any[];
422
+ category_to_item_relationships?: any[];
423
+ items?: any[];
424
+ item_to_modifier_group_relationships?: any[];
425
+ modifier_groups?: any[];
426
+ modifier_group_to_modifier_relationships?: any[];
427
+ modifiers?: any[];
424
428
  statuses?: BrandStatusDTO[];
425
429
  vendor_metadata?: VendorMetadataDTO[];
426
- attachments?: Record<string, any>;
430
+ attachments?: any;
427
431
  permissions?: FilterFieldDTO;
428
432
  [index: string]: any;
429
433
  }
@@ -432,13 +436,13 @@ export interface BrandChangeDTO {
432
436
  insert?: FilterFieldDTO;
433
437
  delete?: FilterFieldDTO;
434
438
  snapshot_entity_id?: FilterFieldDTO;
435
- snapshot_entity?: Record<string, any>;
439
+ snapshot_entity?: any;
436
440
  permissions?: FilterFieldDTO;
437
441
  [index: string]: any;
438
442
  }
439
443
  export interface DraftMenuDTO {
440
- parent?: Record<string, any>;
441
- children?: Record<string, any>[];
444
+ parent?: any;
445
+ children?: any[];
442
446
  categories?: DraftCategoryDTO[];
443
447
  id?: string;
444
448
  parent_id?: string;
@@ -446,15 +450,15 @@ export interface DraftMenuDTO {
446
450
  brand_id?: string;
447
451
  category_images_enabled?: boolean;
448
452
  applied_diff_snapshot?: FilterFieldDTO;
449
- brand?: Record<string, any>;
453
+ brand?: any;
450
454
  changes?: MenuChangeDTO[];
451
455
  vendor_metadata?: VendorMetadataDTO[];
452
456
  permissions?: FilterFieldDTO;
453
457
  [index: string]: any;
454
458
  }
455
459
  export interface DraftCategoryDTO {
456
- parent?: Record<string, any>;
457
- children?: Record<string, any>[];
460
+ parent?: any;
461
+ children?: any[];
458
462
  id?: string;
459
463
  parent_id?: string;
460
464
  name?: string;
@@ -465,18 +469,18 @@ export interface DraftCategoryDTO {
465
469
  menu_id?: string;
466
470
  item_images_enabled?: boolean;
467
471
  applied_diff_snapshot?: FilterFieldDTO;
468
- menu?: Record<string, any>;
472
+ menu?: any;
469
473
  items?: DraftCategoryToItemRelationshipDTO[];
470
- brand?: Record<string, any>;
474
+ brand?: any;
471
475
  changes?: CategoryChangeDTO[];
472
476
  vendor_metadata?: VendorMetadataDTO[];
473
- attachments?: Record<string, any>;
477
+ attachments?: any;
474
478
  permissions?: FilterFieldDTO;
475
479
  [index: string]: any;
476
480
  }
477
481
  export interface DraftCategoryToItemRelationshipDTO {
478
- parent?: Record<string, any>;
479
- children?: Record<string, any>[];
482
+ parent?: any;
483
+ children?: any[];
480
484
  id?: string;
481
485
  parent_id?: string;
482
486
  item_id?: string;
@@ -484,27 +488,28 @@ export interface DraftCategoryToItemRelationshipDTO {
484
488
  brand_id?: FilterFieldDTO;
485
489
  sequence?: number;
486
490
  applied_diff_snapshot?: FilterFieldDTO;
487
- category?: Record<string, any>;
491
+ category?: any;
488
492
  item?: DraftItemDTO;
489
- brand?: Record<string, any>;
493
+ brand?: any;
490
494
  changes?: CategoryToItemRelationshipChangeDTO[];
491
495
  vendor_metadata?: VendorMetadataDTO[];
492
496
  permissions?: FilterFieldDTO;
493
497
  [index: string]: any;
494
498
  }
495
499
  export interface DraftItemDTO {
496
- parent?: Record<string, any>;
497
- children?: Record<string, any>[];
500
+ parent?: any;
501
+ children?: any[];
498
502
  modifier_groups?: DraftItemToModifierGroupRelationshipDTO[];
499
503
  id?: string;
500
504
  parent_id?: string;
501
505
  name?: string;
502
506
  label?: string;
503
507
  description?: string;
504
- reporting?: Record<string, any>;
508
+ reporting?: any;
505
509
  price?: number;
506
510
  barcode?: string;
507
511
  calories?: number;
512
+ meal_value?: number;
508
513
  is_active?: boolean;
509
514
  posid?: FilterFieldDTO;
510
515
  tax_tags?: FilterFieldDTO[];
@@ -512,18 +517,18 @@ export interface DraftItemDTO {
512
517
  line_route?: FilterFieldDTO;
513
518
  posid_segment?: FilterFieldDTO;
514
519
  applied_diff_snapshot?: FilterFieldDTO;
515
- brand?: Record<string, any>;
516
- categories?: Record<string, any>[];
520
+ brand?: any;
521
+ categories?: any[];
517
522
  changes?: ItemChangeDTO[];
518
523
  vendor_metadata?: VendorMetadataDTO[];
519
- attachments?: Record<string, any>;
520
- weight?: Record<string, any>;
524
+ attachments?: any;
525
+ weight?: any;
521
526
  permissions?: FilterFieldDTO;
522
527
  [index: string]: any;
523
528
  }
524
529
  export interface DraftItemToModifierGroupRelationshipDTO {
525
- parent?: Record<string, any>;
526
- children?: Record<string, any>[];
530
+ parent?: any;
531
+ children?: any[];
527
532
  id?: string;
528
533
  parent_id?: string;
529
534
  modifier_group_id?: string;
@@ -531,19 +536,19 @@ export interface DraftItemToModifierGroupRelationshipDTO {
531
536
  brand_id?: FilterFieldDTO;
532
537
  sequence?: number;
533
538
  applied_diff_snapshot?: FilterFieldDTO;
534
- item?: Record<string, any>;
539
+ item?: any;
535
540
  modifier_group?: DraftModifierGroupDTO;
536
- brand?: Record<string, any>;
541
+ brand?: any;
537
542
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
538
543
  vendor_metadata?: VendorMetadataDTO[];
539
544
  permissions?: FilterFieldDTO;
540
545
  [index: string]: any;
541
546
  }
542
547
  export interface DraftModifierGroupDTO {
543
- parent?: Record<string, any>;
544
- children?: Record<string, any>[];
548
+ parent?: any;
549
+ children?: any[];
545
550
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
546
- items?: Record<string, any>[];
551
+ items?: any[];
547
552
  id?: string;
548
553
  parent_id?: string;
549
554
  name?: string;
@@ -554,15 +559,15 @@ export interface DraftModifierGroupDTO {
554
559
  limit?: number;
555
560
  brand_id?: string;
556
561
  applied_diff_snapshot?: FilterFieldDTO;
557
- brand?: Record<string, any>;
562
+ brand?: any;
558
563
  changes?: ModifierGroupChangeDTO[];
559
564
  vendor_metadata?: VendorMetadataDTO[];
560
565
  permissions?: FilterFieldDTO;
561
566
  [index: string]: any;
562
567
  }
563
568
  export interface DraftModifierGroupToModifierRelationshipDTO {
564
- parent?: Record<string, any>;
565
- children?: Record<string, any>[];
569
+ parent?: any;
570
+ children?: any[];
566
571
  id?: string;
567
572
  parent_id?: string;
568
573
  modifier_id?: string;
@@ -571,17 +576,17 @@ export interface DraftModifierGroupToModifierRelationshipDTO {
571
576
  sequence?: number;
572
577
  applied_diff_snapshot?: FilterFieldDTO;
573
578
  modifier?: DraftModifierDTO;
574
- modifier_group?: Record<string, any>;
575
- brand?: Record<string, any>;
579
+ modifier_group?: any;
580
+ brand?: any;
576
581
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
577
582
  vendor_metadata?: VendorMetadataDTO[];
578
583
  permissions?: FilterFieldDTO;
579
584
  [index: string]: any;
580
585
  }
581
586
  export interface DraftModifierDTO {
582
- parent?: Record<string, any>;
583
- children?: Record<string, any>[];
584
- modifier_groups?: Record<string, any>[];
587
+ parent?: any;
588
+ children?: any[];
589
+ modifier_groups?: any[];
585
590
  id?: string;
586
591
  parent_id?: string;
587
592
  name?: string;
@@ -597,7 +602,7 @@ export interface DraftModifierDTO {
597
602
  brand_id?: string;
598
603
  sizing?: FilterFieldDTO[];
599
604
  applied_diff_snapshot?: FilterFieldDTO;
600
- brand?: Record<string, any>;
605
+ brand?: any;
601
606
  changes?: ModifierChangeDTO[];
602
607
  vendor_metadata?: VendorMetadataDTO[];
603
608
  weight?: WeightDTO;
@@ -610,30 +615,30 @@ export interface ModifierChangeDTO {
610
615
  insert?: FilterFieldDTO;
611
616
  delete?: FilterFieldDTO;
612
617
  snapshot_entity_id?: FilterFieldDTO;
613
- snapshot_entity?: Record<string, any>;
618
+ snapshot_entity?: any;
614
619
  permissions?: FilterFieldDTO;
615
620
  [index: string]: any;
616
621
  }
617
622
  export interface ReportingMetadataDTO {
618
623
  category?: ReportingCategoryMetadataDTO;
619
- id?: Record<string, any>;
624
+ id?: any;
620
625
  [index: string]: any;
621
626
  }
622
627
  export interface ReportingCategoryMetadataDTO {
623
628
  primary?: "Food" | "Beverage" | "Sundry" | "Alcohol" | "Snack";
624
629
  secondary?: FilterFieldDTO;
625
- id?: Record<string, any>;
630
+ id?: any;
626
631
  [index: string]: any;
627
632
  }
628
633
  export interface WeightDTO {
629
634
  unit?: FilterFieldDTO;
630
635
  amount?: FilterFieldDTO;
631
- id?: Record<string, any>;
636
+ id?: any;
632
637
  [index: string]: any;
633
638
  }
634
639
  export interface FileAttachmentsDTO {
635
640
  thumbnail?: FilterFieldDTO;
636
- id?: Record<string, any>;
641
+ id?: any;
637
642
  [index: string]: any;
638
643
  }
639
644
  export interface ModifierGroupToModifierRelationshipChangeDTO {
@@ -641,7 +646,7 @@ export interface ModifierGroupToModifierRelationshipChangeDTO {
641
646
  insert?: FilterFieldDTO;
642
647
  delete?: FilterFieldDTO;
643
648
  snapshot_entity_id?: FilterFieldDTO;
644
- snapshot_entity?: Record<string, any>;
649
+ snapshot_entity?: any;
645
650
  permissions?: FilterFieldDTO;
646
651
  [index: string]: any;
647
652
  }
@@ -650,7 +655,7 @@ export interface ModifierGroupChangeDTO {
650
655
  insert?: FilterFieldDTO;
651
656
  delete?: FilterFieldDTO;
652
657
  snapshot_entity_id?: FilterFieldDTO;
653
- snapshot_entity?: Record<string, any>;
658
+ snapshot_entity?: any;
654
659
  permissions?: FilterFieldDTO;
655
660
  [index: string]: any;
656
661
  }
@@ -659,7 +664,7 @@ export interface ItemToModifierGroupRelationshipChangeDTO {
659
664
  insert?: FilterFieldDTO;
660
665
  delete?: FilterFieldDTO;
661
666
  snapshot_entity_id?: FilterFieldDTO;
662
- snapshot_entity?: Record<string, any>;
667
+ snapshot_entity?: any;
663
668
  permissions?: FilterFieldDTO;
664
669
  [index: string]: any;
665
670
  }
@@ -668,7 +673,7 @@ export interface ItemChangeDTO {
668
673
  insert?: FilterFieldDTO;
669
674
  delete?: FilterFieldDTO;
670
675
  snapshot_entity_id?: FilterFieldDTO;
671
- snapshot_entity?: Record<string, any>;
676
+ snapshot_entity?: any;
672
677
  permissions?: FilterFieldDTO;
673
678
  [index: string]: any;
674
679
  }
@@ -677,7 +682,7 @@ export interface CategoryToItemRelationshipChangeDTO {
677
682
  insert?: FilterFieldDTO;
678
683
  delete?: FilterFieldDTO;
679
684
  snapshot_entity_id?: FilterFieldDTO;
680
- snapshot_entity?: Record<string, any>;
685
+ snapshot_entity?: any;
681
686
  permissions?: FilterFieldDTO;
682
687
  [index: string]: any;
683
688
  }
@@ -686,7 +691,7 @@ export interface CategoryChangeDTO {
686
691
  insert?: FilterFieldDTO;
687
692
  delete?: FilterFieldDTO;
688
693
  snapshot_entity_id?: FilterFieldDTO;
689
- snapshot_entity?: Record<string, any>;
694
+ snapshot_entity?: any;
690
695
  permissions?: FilterFieldDTO;
691
696
  [index: string]: any;
692
697
  }
@@ -695,7 +700,7 @@ export interface MenuChangeDTO {
695
700
  insert?: FilterFieldDTO;
696
701
  delete?: FilterFieldDTO;
697
702
  snapshot_entity_id?: FilterFieldDTO;
698
- snapshot_entity?: Record<string, any>;
703
+ snapshot_entity?: any;
699
704
  permissions?: FilterFieldDTO;
700
705
  [index: string]: any;
701
706
  }
@@ -705,7 +710,7 @@ export interface BrandStatusDTO {
705
710
  status?: string;
706
711
  metadata?: FilterFieldDTO;
707
712
  id?: string;
708
- brand?: Record<string, any>;
713
+ brand?: any;
709
714
  permissions?: FilterFieldDTO;
710
715
  [index: string]: any;
711
716
  }
@@ -720,8 +725,8 @@ export interface DraftMenuDraftMenuDTO {
720
725
  created_at?: FilterFieldDTO;
721
726
  updated_at?: FilterFieldDTO;
722
727
  deleted_at?: FilterFieldDTO;
723
- parent?: Record<string, any>;
724
- children?: Record<string, any>[];
728
+ parent?: any;
729
+ children?: any[];
725
730
  categories?: DraftCategoryDTO[];
726
731
  brand?: DraftBrandDTO;
727
732
  changes?: MenuChangeDTO[];
@@ -748,8 +753,8 @@ export interface DraftModifierDraftModifierDTO {
748
753
  created_at?: FilterFieldDTO;
749
754
  updated_at?: FilterFieldDTO;
750
755
  deleted_at?: FilterFieldDTO;
751
- parent?: Record<string, any>;
752
- children?: Record<string, any>[];
756
+ parent?: any;
757
+ children?: any[];
753
758
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
754
759
  brand?: DraftBrandDTO;
755
760
  changes?: ModifierChangeDTO[];
@@ -775,8 +780,8 @@ export interface DraftModifierGroupDraftModifierGroupDTO {
775
780
  created_at?: FilterFieldDTO;
776
781
  updated_at?: FilterFieldDTO;
777
782
  deleted_at?: FilterFieldDTO;
778
- parent?: Record<string, any>;
779
- children?: Record<string, any>[];
783
+ parent?: any;
784
+ children?: any[];
780
785
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
781
786
  items?: DraftItemToModifierGroupRelationshipDTO[];
782
787
  brand?: DraftBrandDTO;
@@ -794,6 +799,7 @@ export interface DraftItemDraftItemDTO {
794
799
  price?: FilterFieldDTO;
795
800
  barcode?: FilterFieldDTO;
796
801
  calories?: FilterFieldDTO;
802
+ meal_value?: FilterFieldDTO;
797
803
  is_active?: FilterFieldDTO;
798
804
  posid?: FilterFieldDTO;
799
805
  tax_tags?: FilterFieldDTO[];
@@ -805,8 +811,8 @@ export interface DraftItemDraftItemDTO {
805
811
  created_at?: FilterFieldDTO;
806
812
  updated_at?: FilterFieldDTO;
807
813
  deleted_at?: FilterFieldDTO;
808
- parent?: Record<string, any>;
809
- children?: Record<string, any>[];
814
+ parent?: any;
815
+ children?: any[];
810
816
  brand?: DraftBrandDTO;
811
817
  categories?: DraftCategoryToItemRelationshipDTO[];
812
818
  modifier_groups?: DraftItemToModifierGroupRelationshipDTO[];
@@ -827,7 +833,7 @@ export interface GlobalDiffDependencyDTO {
827
833
  is_depended_by_id?: string;
828
834
  id?: string;
829
835
  depends_on?: GlobalDiffGlobalDiffDTO;
830
- is_depended_by?: Record<string, any>;
836
+ is_depended_by?: any;
831
837
  permissions?: FilterFieldDTO;
832
838
  [index: string]: any;
833
839
  }
@@ -846,8 +852,8 @@ export interface GlobalDiffGlobalDiffDTO {
846
852
  created_at?: FilterFieldDTO;
847
853
  updated_at?: FilterFieldDTO;
848
854
  deleted_at?: FilterFieldDTO;
849
- depends_on?: Record<string, any>[];
850
- is_depended_by?: Record<string, any>[];
855
+ depends_on?: any[];
856
+ is_depended_by?: any[];
851
857
  brand?: DraftBrandDTO;
852
858
  permissions?: FilterFieldDTO;
853
859
  [index: string]: any;
@@ -858,21 +864,21 @@ export interface DiffDTO {
858
864
  created_at?: string;
859
865
  updated_at?: string;
860
866
  deleted_at?: string;
861
- child_nodes?: Record<string, any>[];
867
+ child_nodes?: any[];
862
868
  name?: string;
863
869
  entity_type?: string;
864
870
  local_id?: string;
865
- changes?: Record<string, any>;
866
- local_changes?: Record<string, any>;
867
- local_snapshot?: Record<string, any>;
871
+ changes?: any;
872
+ local_changes?: any;
873
+ local_snapshot?: any;
868
874
  global_id?: string;
869
- global_snapshot?: Record<string, any>;
875
+ global_snapshot?: any;
870
876
  brand_id?: string;
871
877
  version?: number;
872
878
  depends_on?: GlobalDiffDependencyDTO[];
873
879
  is_depended_by?: GlobalDiffDependencyDTO[];
874
880
  brand?: DraftBrandDTO;
875
- permissions?: Record<string, any>;
881
+ permissions?: any;
876
882
  [index: string]: any;
877
883
  }
878
884
  export interface ApplyDiffDTO {
@@ -886,7 +892,7 @@ export interface PublishedMenuDTO {
886
892
  name?: string;
887
893
  brand_id?: string;
888
894
  category_images_enabled?: boolean;
889
- permissions?: Record<string, any>;
895
+ permissions?: any;
890
896
  [index: string]: any;
891
897
  }
892
898
  export interface PublishedCategoryDTO {
@@ -899,7 +905,7 @@ export interface PublishedCategoryDTO {
899
905
  brand_id?: string;
900
906
  menu_id?: string;
901
907
  item_images_enabled?: boolean;
902
- permissions?: Record<string, any>;
908
+ permissions?: any;
903
909
  [index: string]: any;
904
910
  }
905
911
  export interface PublishedCategoryToItemRelationshipDTO {
@@ -909,7 +915,7 @@ export interface PublishedCategoryToItemRelationshipDTO {
909
915
  category_id?: string;
910
916
  brand_id?: string;
911
917
  sequence?: number;
912
- permissions?: Record<string, any>;
918
+ permissions?: any;
913
919
  [index: string]: any;
914
920
  }
915
921
  export interface PublishedItemDTO {
@@ -921,13 +927,14 @@ export interface PublishedItemDTO {
921
927
  price?: number;
922
928
  barcode?: string;
923
929
  calories?: number;
930
+ meal_value?: number;
924
931
  is_active?: boolean;
925
932
  posid?: string;
926
- tax_tags?: Record<string, any>[];
933
+ tax_tags?: any[];
927
934
  brand_id?: string;
928
935
  line_route?: string;
929
936
  posid_segment?: string;
930
- permissions?: Record<string, any>;
937
+ permissions?: any;
931
938
  [index: string]: any;
932
939
  }
933
940
  export interface PublishedItemToModifierGroupRelationshipDTO {
@@ -937,7 +944,7 @@ export interface PublishedItemToModifierGroupRelationshipDTO {
937
944
  item_id?: string;
938
945
  brand_id?: string;
939
946
  sequence?: number;
940
- permissions?: Record<string, any>;
947
+ permissions?: any;
941
948
  [index: string]: any;
942
949
  }
943
950
  export interface PublishedModifierGroupDTO {
@@ -950,7 +957,7 @@ export interface PublishedModifierGroupDTO {
950
957
  is_active?: boolean;
951
958
  limit?: number;
952
959
  brand_id?: string;
953
- permissions?: Record<string, any>;
960
+ permissions?: any;
954
961
  [index: string]: any;
955
962
  }
956
963
  export interface PublishedModifierGroupToModifierRelationshipDTO {
@@ -960,7 +967,7 @@ export interface PublishedModifierGroupToModifierRelationshipDTO {
960
967
  modifier_group_id?: string;
961
968
  brand_id?: string;
962
969
  sequence?: number;
963
- permissions?: Record<string, any>;
970
+ permissions?: any;
964
971
  [index: string]: any;
965
972
  }
966
973
  export interface PublishedModifierDTO {
@@ -971,13 +978,13 @@ export interface PublishedModifierDTO {
971
978
  description?: string;
972
979
  price?: number;
973
980
  calories?: number;
974
- tax_tags?: Record<string, any>[];
981
+ tax_tags?: any[];
975
982
  is_active?: boolean;
976
983
  posid?: string;
977
984
  posid_segment?: string;
978
985
  brand_id?: string;
979
- sizing?: Record<string, any>[];
980
- permissions?: Record<string, any>;
986
+ sizing?: any[];
987
+ permissions?: any;
981
988
  [index: string]: any;
982
989
  }
983
990
  export interface PublishedBrandPublishedBrandDTO {
@@ -994,8 +1001,8 @@ export interface PublishedBrandPublishedBrandDTO {
994
1001
  created_at?: FilterFieldDTO;
995
1002
  updated_at?: FilterFieldDTO;
996
1003
  deleted_at?: FilterFieldDTO;
997
- parent?: Record<string, any>;
998
- children?: Record<string, any>[];
1004
+ parent?: any;
1005
+ children?: any[];
999
1006
  local_menu_group?: LocalMenuGroupDTO;
1000
1007
  global_menu_group?: GlobalMenuGroupDTO;
1001
1008
  menus?: PublishedMenuDTO[];
@@ -1025,8 +1032,8 @@ export interface DraftCategoryDraftCategoryDTO {
1025
1032
  created_at?: FilterFieldDTO;
1026
1033
  updated_at?: FilterFieldDTO;
1027
1034
  deleted_at?: FilterFieldDTO;
1028
- parent?: Record<string, any>;
1029
- children?: Record<string, any>[];
1035
+ parent?: any;
1036
+ children?: any[];
1030
1037
  menu?: DraftMenuDTO;
1031
1038
  items?: DraftCategoryToItemRelationshipDTO[];
1032
1039
  brand?: DraftBrandDTO;
@@ -1046,8 +1053,8 @@ export interface PublishedMenuPublishedMenuDTO {
1046
1053
  created_at?: FilterFieldDTO;
1047
1054
  updated_at?: FilterFieldDTO;
1048
1055
  deleted_at?: FilterFieldDTO;
1049
- parent?: Record<string, any>;
1050
- children?: Record<string, any>[];
1056
+ parent?: any;
1057
+ children?: any[];
1051
1058
  categories?: PublishedCategoryDTO[];
1052
1059
  brand?: PublishedBrandDTO;
1053
1060
  permissions?: FilterFieldDTO;
@@ -1067,8 +1074,8 @@ export interface PublishedCategoryPublishedCategoryDTO {
1067
1074
  created_at?: FilterFieldDTO;
1068
1075
  updated_at?: FilterFieldDTO;
1069
1076
  deleted_at?: FilterFieldDTO;
1070
- parent?: Record<string, any>;
1071
- children?: Record<string, any>[];
1077
+ parent?: any;
1078
+ children?: any[];
1072
1079
  menu?: PublishedMenuDTO;
1073
1080
  items?: PublishedCategoryToItemRelationshipDTO[];
1074
1081
  brand?: PublishedBrandDTO;
@@ -1088,8 +1095,8 @@ export interface DraftCategoryToItemRelationshipDraftCategoryToItemRelationshipD
1088
1095
  version?: FilterFieldDTO;
1089
1096
  created_at?: FilterFieldDTO;
1090
1097
  updated_at?: FilterFieldDTO;
1091
- parent?: Record<string, any>;
1092
- children?: Record<string, any>[];
1098
+ parent?: any;
1099
+ children?: any[];
1093
1100
  category?: DraftCategoryDTO;
1094
1101
  item?: DraftItemDTO;
1095
1102
  brand?: DraftBrandDTO;
@@ -1109,8 +1116,8 @@ export interface PublishedCategoryToItemRelationshipPublishedCategoryToItemRelat
1109
1116
  version?: FilterFieldDTO;
1110
1117
  created_at?: FilterFieldDTO;
1111
1118
  updated_at?: FilterFieldDTO;
1112
- parent?: Record<string, any>;
1113
- children?: Record<string, any>[];
1119
+ parent?: any;
1120
+ children?: any[];
1114
1121
  category?: PublishedCategoryDTO;
1115
1122
  item?: PublishedItemDTO;
1116
1123
  brand?: PublishedBrandDTO;
@@ -1137,13 +1144,14 @@ export interface DraftItemEntityDTO {
1137
1144
  price: number;
1138
1145
  barcode?: string;
1139
1146
  calories?: number;
1147
+ meal_value?: number;
1140
1148
  is_active?: boolean;
1141
1149
  posid?: string;
1142
- tax_tags?: Record<string, any>[];
1150
+ tax_tags?: any[];
1143
1151
  brand_id: string;
1144
1152
  line_route?: string;
1145
1153
  posid_segment?: string;
1146
- applied_diff_snapshot?: Record<string, any>;
1154
+ applied_diff_snapshot?: any;
1147
1155
  version?: number;
1148
1156
  brand?: DraftBrandDTO;
1149
1157
  categories?: DraftCategoryToItemRelationshipDTO[];
@@ -1151,7 +1159,7 @@ export interface DraftItemEntityDTO {
1151
1159
  vendor_metadata?: VendorMetadataDTO[];
1152
1160
  attachments?: FileAttachmentsDTO;
1153
1161
  weight?: WeightDTO;
1154
- permissions?: Record<string, any>;
1162
+ permissions?: any;
1155
1163
  [index: string]: any;
1156
1164
  }
1157
1165
  export interface PublishedItemPublishedItemDTO {
@@ -1162,6 +1170,7 @@ export interface PublishedItemPublishedItemDTO {
1162
1170
  price?: FilterFieldDTO;
1163
1171
  barcode?: FilterFieldDTO;
1164
1172
  calories?: FilterFieldDTO;
1173
+ meal_value?: FilterFieldDTO;
1165
1174
  is_active?: FilterFieldDTO;
1166
1175
  posid?: FilterFieldDTO;
1167
1176
  tax_tags?: FilterFieldDTO[];
@@ -1173,8 +1182,8 @@ export interface PublishedItemPublishedItemDTO {
1173
1182
  created_at?: FilterFieldDTO;
1174
1183
  updated_at?: FilterFieldDTO;
1175
1184
  deleted_at?: FilterFieldDTO;
1176
- parent?: Record<string, any>;
1177
- children?: Record<string, any>[];
1185
+ parent?: any;
1186
+ children?: any[];
1178
1187
  brand?: PublishedBrandDTO;
1179
1188
  categories?: PublishedCategoryToItemRelationshipDTO[];
1180
1189
  modifier_groups?: PublishedItemToModifierGroupRelationshipDTO[];
@@ -1196,8 +1205,8 @@ export interface DraftItemToModifierGroupRelationshipDraftItemToModifierGroupRel
1196
1205
  version?: FilterFieldDTO;
1197
1206
  created_at?: FilterFieldDTO;
1198
1207
  updated_at?: FilterFieldDTO;
1199
- parent?: Record<string, any>;
1200
- children?: Record<string, any>[];
1208
+ parent?: any;
1209
+ children?: any[];
1201
1210
  item?: DraftItemDTO;
1202
1211
  modifier_group?: DraftModifierGroupDTO;
1203
1212
  brand?: DraftBrandDTO;
@@ -1217,8 +1226,8 @@ export interface PublishedItemToModifierGroupRelationshipPublishedItemToModifier
1217
1226
  version?: FilterFieldDTO;
1218
1227
  created_at?: FilterFieldDTO;
1219
1228
  updated_at?: FilterFieldDTO;
1220
- parent?: Record<string, any>;
1221
- children?: Record<string, any>[];
1229
+ parent?: any;
1230
+ children?: any[];
1222
1231
  item?: PublishedItemDTO;
1223
1232
  modifier_group?: PublishedModifierGroupDTO;
1224
1233
  brand?: PublishedBrandDTO;
@@ -1239,8 +1248,8 @@ export interface PublishedModifierGroupPublishedModifierGroupDTO {
1239
1248
  created_at?: FilterFieldDTO;
1240
1249
  updated_at?: FilterFieldDTO;
1241
1250
  deleted_at?: FilterFieldDTO;
1242
- parent?: Record<string, any>;
1243
- children?: Record<string, any>[];
1251
+ parent?: any;
1252
+ children?: any[];
1244
1253
  modifiers?: PublishedModifierGroupToModifierRelationshipDTO[];
1245
1254
  items?: PublishedItemToModifierGroupRelationshipDTO[];
1246
1255
  brand?: PublishedBrandDTO;
@@ -1259,8 +1268,8 @@ export interface DraftModifierGroupToModifierRelationshipDraftModifierGroupToMod
1259
1268
  version?: FilterFieldDTO;
1260
1269
  created_at?: FilterFieldDTO;
1261
1270
  updated_at?: FilterFieldDTO;
1262
- parent?: Record<string, any>;
1263
- children?: Record<string, any>[];
1271
+ parent?: any;
1272
+ children?: any[];
1264
1273
  modifier?: DraftModifierDTO;
1265
1274
  modifier_group?: DraftModifierGroupDTO;
1266
1275
  brand?: DraftBrandDTO;
@@ -1280,8 +1289,8 @@ export interface PublishedModifierGroupToModifierRelationshipPublishedModifierGr
1280
1289
  version?: FilterFieldDTO;
1281
1290
  created_at?: FilterFieldDTO;
1282
1291
  updated_at?: FilterFieldDTO;
1283
- parent?: Record<string, any>;
1284
- children?: Record<string, any>[];
1292
+ parent?: any;
1293
+ children?: any[];
1285
1294
  modifier_group?: PublishedModifierGroupDTO;
1286
1295
  modifier?: PublishedModifierDTO;
1287
1296
  brand?: PublishedBrandDTO;
@@ -1302,21 +1311,21 @@ export interface DraftModifierEntityDTO {
1302
1311
  description?: string;
1303
1312
  price: number;
1304
1313
  calories?: number;
1305
- tax_tags?: Record<string, any>[];
1314
+ tax_tags?: any[];
1306
1315
  is_active?: boolean;
1307
1316
  posid?: string;
1308
1317
  reporting: ReportingMetadataDTO;
1309
1318
  posid_segment?: string;
1310
1319
  brand_id: string;
1311
- sizing?: Record<string, any>[];
1312
- applied_diff_snapshot?: Record<string, any>;
1320
+ sizing?: any[];
1321
+ applied_diff_snapshot?: any;
1313
1322
  version?: number;
1314
1323
  brand?: DraftBrandDTO;
1315
1324
  changes?: ModifierChangeDTO[];
1316
1325
  vendor_metadata?: VendorMetadataDTO[];
1317
1326
  weight?: WeightDTO;
1318
1327
  attachments?: FileAttachmentsDTO;
1319
- permissions?: Record<string, any>;
1328
+ permissions?: any;
1320
1329
  [index: string]: any;
1321
1330
  }
1322
1331
  export interface PublishedModifierPublishedModifierDTO {
@@ -1337,8 +1346,8 @@ export interface PublishedModifierPublishedModifierDTO {
1337
1346
  created_at?: FilterFieldDTO;
1338
1347
  updated_at?: FilterFieldDTO;
1339
1348
  deleted_at?: FilterFieldDTO;
1340
- parent?: Record<string, any>;
1341
- children?: Record<string, any>[];
1349
+ parent?: any;
1350
+ children?: any[];
1342
1351
  modifier_groups?: PublishedModifierGroupToModifierRelationshipDTO[];
1343
1352
  brand?: PublishedBrandDTO;
1344
1353
  reporting?: ReportingMetadataDTO;
@@ -1355,17 +1364,17 @@ export interface GlobalDiffDTO {
1355
1364
  deleted_at?: string;
1356
1365
  entity_type?: string;
1357
1366
  local_id?: string;
1358
- changes?: Record<string, any>;
1359
- local_changes?: Record<string, any>;
1360
- local_snapshot?: Record<string, any>;
1367
+ changes?: any;
1368
+ local_changes?: any;
1369
+ local_snapshot?: any;
1361
1370
  global_id?: string;
1362
- global_snapshot?: Record<string, any>;
1371
+ global_snapshot?: any;
1363
1372
  brand_id?: string;
1364
1373
  version?: number;
1365
1374
  depends_on?: GlobalDiffDependencyDTO[];
1366
1375
  is_depended_by?: GlobalDiffDependencyDTO[];
1367
1376
  brand?: DraftBrandDTO;
1368
- permissions?: Record<string, any>;
1377
+ permissions?: any;
1369
1378
  [index: string]: any;
1370
1379
  }
1371
1380
  export interface GetMenuClientPath {
@@ -1395,7 +1404,7 @@ export interface GetMenuHeadersPath {
1395
1404
  export interface GetMenuHeadersQuery {
1396
1405
  _query?: string;
1397
1406
  }
1398
- export type GetMenuHeadersResponse = Record<string, any>;
1407
+ export type GetMenuHeadersResponse = any;
1399
1408
  export interface GetMenuHeadersRequest extends BaseRequest, RequestQuery<GetMenuHeadersQuery>, GetMenuHeadersPath {
1400
1409
  }
1401
1410
  export interface GetMenuPath {
@@ -1634,7 +1643,7 @@ export interface PostMenuV3LocalMenuGroupBody {
1634
1643
  draft_brands?: DraftBrandDTO[];
1635
1644
  published_brands?: PublishedBrandDTO[];
1636
1645
  vendor_metadata?: VendorMetadataDTO[];
1637
- permissions?: Record<string, any>;
1646
+ permissions?: any;
1638
1647
  [index: string]: any;
1639
1648
  }
1640
1649
  export interface PostMenuV3LocalMenuGroupResponse {
@@ -1649,7 +1658,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
1649
1658
  deleted_at?: string;
1650
1659
  version?: number;
1651
1660
  vendor_metadata?: VendorMetadataDTO[];
1652
- permissions?: Record<string, any>;
1661
+ permissions?: any;
1653
1662
  [index: string]: any;
1654
1663
  }
1655
1664
  export interface PostMenuV3LocalMenuGroupRequest extends BaseRequest {
@@ -1675,7 +1684,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
1675
1684
  deleted_at?: string;
1676
1685
  version?: number;
1677
1686
  vendor_metadata?: VendorMetadataDTO[];
1678
- permissions?: Record<string, any>;
1687
+ permissions?: any;
1679
1688
  [index: string]: any;
1680
1689
  }
1681
1690
  export interface GetMenuV3LocalMenuGroupRequest extends BaseRequest, RequestQuery<GetMenuV3LocalMenuGroupQuery>, GetMenuV3LocalMenuGroupPath {
@@ -1692,7 +1701,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
1692
1701
  id?: string;
1693
1702
  version?: number;
1694
1703
  vendor_metadata?: VendorMetadataDTO[];
1695
- permissions?: Record<string, any>;
1704
+ permissions?: any;
1696
1705
  [index: string]: any;
1697
1706
  }
1698
1707
  export interface PatchMenuV3LocalMenuGroupResponse {
@@ -1707,7 +1716,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
1707
1716
  deleted_at?: string;
1708
1717
  version?: number;
1709
1718
  vendor_metadata?: VendorMetadataDTO[];
1710
- permissions?: Record<string, any>;
1719
+ permissions?: any;
1711
1720
  [index: string]: any;
1712
1721
  }
1713
1722
  export interface PatchMenuV3LocalMenuGroupRequest extends BaseRequest, PatchMenuV3LocalMenuGroupPath {
@@ -1728,7 +1737,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
1728
1737
  deleted_at?: string;
1729
1738
  version?: number;
1730
1739
  vendor_metadata?: VendorMetadataDTO[];
1731
- permissions?: Record<string, any>;
1740
+ permissions?: any;
1732
1741
  [index: string]: any;
1733
1742
  }
1734
1743
  export interface DeleteMenuV3LocalMenuGroupRequest extends BaseRequest, DeleteMenuV3LocalMenuGroupPath {
@@ -1759,9 +1768,9 @@ export type PostMenuV3LocalMenuGroupsBody = {
1759
1768
  allowed_global_menu_groups?: GlobalMenuGroupDTO[];
1760
1769
  draft_brands?: DraftBrandDTO[];
1761
1770
  published_brands?: PublishedBrandDTO[];
1762
- id?: Record<string, any>;
1771
+ id?: any;
1763
1772
  vendor_metadata?: VendorMetadataDTO[];
1764
- permissions?: Record<string, any>;
1773
+ permissions?: any;
1765
1774
  [index: string]: any;
1766
1775
  }[];
1767
1776
  export interface PostMenuV3LocalMenuGroupsResponse {
@@ -1884,7 +1893,7 @@ export interface PostMenuV3GlobalMenuGroupBody {
1884
1893
  published_brands?: PublishedBrandDTO[];
1885
1894
  posid_segment: string;
1886
1895
  vendor_metadata?: VendorMetadataDTO[];
1887
- permissions?: Record<string, any>;
1896
+ permissions?: any;
1888
1897
  [index: string]: any;
1889
1898
  }
1890
1899
  export type PostMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
@@ -1915,7 +1924,7 @@ export interface PatchMenuV3GlobalMenuGroupBody {
1915
1924
  id?: string;
1916
1925
  version?: number;
1917
1926
  vendor_metadata?: VendorMetadataDTO[];
1918
- permissions?: Record<string, any>;
1927
+ permissions?: any;
1919
1928
  [index: string]: any;
1920
1929
  }
1921
1930
  export type PatchMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
@@ -1941,7 +1950,7 @@ export interface DeleteMenuV3GlobalMenuGroupResponse {
1941
1950
  deleted_at?: string;
1942
1951
  version?: number;
1943
1952
  vendor_metadata?: VendorMetadataDTO[];
1944
- permissions?: Record<string, any>;
1953
+ permissions?: any;
1945
1954
  [index: string]: any;
1946
1955
  }
1947
1956
  export interface DeleteMenuV3GlobalMenuGroupRequest extends BaseRequest, RequestQuery<DeleteMenuV3GlobalMenuGroupQuery>, DeleteMenuV3GlobalMenuGroupPath {
@@ -1973,9 +1982,9 @@ export type PostMenuV3GlobalMenuGroupsBody = {
1973
1982
  draft_brands?: DraftBrandDTO[];
1974
1983
  published_brands?: PublishedBrandDTO[];
1975
1984
  posid_segment: string;
1976
- id?: Record<string, any>;
1985
+ id?: any;
1977
1986
  vendor_metadata?: VendorMetadataDTO[];
1978
- permissions?: Record<string, any>;
1987
+ permissions?: any;
1979
1988
  [index: string]: any;
1980
1989
  }[];
1981
1990
  export interface PostMenuV3GlobalMenuGroupsResponse {
@@ -2064,13 +2073,13 @@ export interface PostMenuV3DraftBrandBody {
2064
2073
  local_menu_group_id?: string;
2065
2074
  global_menu_group_id?: string;
2066
2075
  posid_segment?: string;
2067
- id?: Record<string, any>;
2076
+ id?: any;
2068
2077
  changes?: BrandChangeDTO[];
2069
2078
  local_menu_group?: LocalMenuGroupDTO;
2070
2079
  global_menu_group?: GlobalMenuGroupDTO;
2071
2080
  vendor_metadata?: VendorMetadataDTO[];
2072
2081
  attachments?: FileAttachmentsDTO;
2073
- permissions?: Record<string, any>;
2082
+ permissions?: any;
2074
2083
  [index: string]: any;
2075
2084
  }
2076
2085
  export type PostMenuV3DraftBrandResponse = DraftBrandDTO;
@@ -2118,7 +2127,7 @@ export interface PatchMenuV3DraftBrandBody {
2118
2127
  global_menu_group?: GlobalMenuGroupDTO;
2119
2128
  vendor_metadata?: VendorMetadataDTO[];
2120
2129
  attachments?: FileAttachmentsDTO;
2121
- permissions?: Record<string, any>;
2130
+ permissions?: any;
2122
2131
  [index: string]: any;
2123
2132
  }
2124
2133
  export type PatchMenuV3DraftBrandResponse = DraftBrandDTO;
@@ -2171,13 +2180,13 @@ export type PostMenuV3DraftBrandsBody = {
2171
2180
  local_menu_group_id?: string;
2172
2181
  global_menu_group_id?: string;
2173
2182
  posid_segment?: string;
2174
- id?: Record<string, any>;
2183
+ id?: any;
2175
2184
  changes?: BrandChangeDTO[];
2176
2185
  local_menu_group?: LocalMenuGroupDTO;
2177
2186
  global_menu_group?: GlobalMenuGroupDTO;
2178
2187
  vendor_metadata?: VendorMetadataDTO[];
2179
2188
  attachments?: FileAttachmentsDTO;
2180
- permissions?: Record<string, any>;
2189
+ permissions?: any;
2181
2190
  [index: string]: any;
2182
2191
  }[];
2183
2192
  export interface PostMenuV3DraftBrandsResponse {
@@ -2398,11 +2407,11 @@ export interface PostMenuV3BrandBody {
2398
2407
  local_menu_group_id?: string;
2399
2408
  global_menu_group_id?: string;
2400
2409
  posid_segment?: string;
2401
- id?: Record<string, any>;
2410
+ id?: any;
2402
2411
  local_menu_group?: LocalMenuGroupDTO;
2403
2412
  global_menu_group?: GlobalMenuGroupDTO;
2404
2413
  attachments?: FileAttachmentsDTO;
2405
- permissions?: Record<string, any>;
2414
+ permissions?: any;
2406
2415
  [index: string]: any;
2407
2416
  }
2408
2417
  export type PostMenuV3BrandResponse = PublishedBrandDTO;
@@ -2451,7 +2460,7 @@ export interface PatchMenuV3BrandBody {
2451
2460
  local_menu_group?: LocalMenuGroupDTO;
2452
2461
  global_menu_group?: GlobalMenuGroupDTO;
2453
2462
  attachments?: FileAttachmentsDTO;
2454
- permissions?: Record<string, any>;
2463
+ permissions?: any;
2455
2464
  [index: string]: any;
2456
2465
  }
2457
2466
  export type PatchMenuV3BrandResponse = PublishedBrandDTO;
@@ -2510,11 +2519,11 @@ export type PostMenuV3BrandsBody = {
2510
2519
  local_menu_group_id?: string;
2511
2520
  global_menu_group_id?: string;
2512
2521
  posid_segment?: string;
2513
- id?: Record<string, any>;
2522
+ id?: any;
2514
2523
  local_menu_group?: LocalMenuGroupDTO;
2515
2524
  global_menu_group?: GlobalMenuGroupDTO;
2516
2525
  attachments?: FileAttachmentsDTO;
2517
- permissions?: Record<string, any>;
2526
+ permissions?: any;
2518
2527
  [index: string]: any;
2519
2528
  }[];
2520
2529
  export interface PostMenuV3BrandsResponse {
@@ -2670,7 +2679,7 @@ export interface PostMenuV3BrandLocalResponse {
2670
2679
  global_menu_group?: GlobalMenuGroupDTO;
2671
2680
  vendor_metadata?: VendorMetadataDTO[];
2672
2681
  attachments?: FileAttachmentsDTO;
2673
- permissions?: Record<string, any>;
2682
+ permissions?: any;
2674
2683
  [index: string]: any;
2675
2684
  }
2676
2685
  export interface PostMenuV3BrandLocalRequest extends BaseRequest, RequestQuery<PostMenuV3BrandLocalQuery>, PostMenuV3BrandLocalPath {
@@ -2683,12 +2692,12 @@ export interface PostMenuV3DraftMenuBody {
2683
2692
  name: string;
2684
2693
  brand_id: string;
2685
2694
  category_images_enabled?: boolean;
2686
- id?: Record<string, any>;
2687
- applied_diff_snapshot?: Record<string, any>;
2695
+ id?: any;
2696
+ applied_diff_snapshot?: any;
2688
2697
  brand?: DraftBrandDTO;
2689
2698
  changes?: MenuChangeDTO[];
2690
2699
  vendor_metadata?: VendorMetadataDTO[];
2691
- permissions?: Record<string, any>;
2700
+ permissions?: any;
2692
2701
  [index: string]: any;
2693
2702
  }
2694
2703
  export type PostMenuV3DraftMenuResponse = DraftMenuDTO;
@@ -2718,12 +2727,12 @@ export interface PatchMenuV3DraftMenuBody {
2718
2727
  name?: string;
2719
2728
  brand_id?: string;
2720
2729
  category_images_enabled?: boolean;
2721
- applied_diff_snapshot?: Record<string, any>;
2730
+ applied_diff_snapshot?: any;
2722
2731
  version?: number;
2723
2732
  brand?: DraftBrandDTO;
2724
2733
  changes?: MenuChangeDTO[];
2725
2734
  vendor_metadata?: VendorMetadataDTO[];
2726
- permissions?: Record<string, any>;
2735
+ permissions?: any;
2727
2736
  [index: string]: any;
2728
2737
  }
2729
2738
  export type PatchMenuV3DraftMenuResponse = DraftMenuDTO;
@@ -2764,12 +2773,12 @@ export type PostMenuV3DraftMenusBody = {
2764
2773
  name: string;
2765
2774
  brand_id: string;
2766
2775
  category_images_enabled?: boolean;
2767
- id?: Record<string, any>;
2768
- applied_diff_snapshot?: Record<string, any>;
2776
+ id?: any;
2777
+ applied_diff_snapshot?: any;
2769
2778
  brand?: DraftBrandDTO;
2770
2779
  changes?: MenuChangeDTO[];
2771
2780
  vendor_metadata?: VendorMetadataDTO[];
2772
- permissions?: Record<string, any>;
2781
+ permissions?: any;
2773
2782
  [index: string]: any;
2774
2783
  }[];
2775
2784
  export interface PostMenuV3DraftMenusResponse {
@@ -2904,15 +2913,15 @@ export interface PostMenuV3DraftCategoryBody {
2904
2913
  brand_id: string;
2905
2914
  menu_id: string;
2906
2915
  item_images_enabled?: boolean;
2907
- id?: Record<string, any>;
2908
- applied_diff_snapshot?: Record<string, any>;
2916
+ id?: any;
2917
+ applied_diff_snapshot?: any;
2909
2918
  menu?: DraftMenuDTO;
2910
2919
  items?: DraftCategoryToItemRelationshipDTO[];
2911
2920
  brand?: DraftBrandDTO;
2912
2921
  changes?: CategoryChangeDTO[];
2913
2922
  vendor_metadata?: VendorMetadataDTO[];
2914
2923
  attachments?: FileAttachmentsDTO;
2915
- permissions?: Record<string, any>;
2924
+ permissions?: any;
2916
2925
  [index: string]: any;
2917
2926
  }
2918
2927
  export type PostMenuV3DraftCategoryResponse = DraftCategoryDTO;
@@ -2945,7 +2954,7 @@ export interface PatchMenuV3DraftCategoryBody {
2945
2954
  brand_id?: string;
2946
2955
  menu_id?: string;
2947
2956
  item_images_enabled?: boolean;
2948
- applied_diff_snapshot?: Record<string, any>;
2957
+ applied_diff_snapshot?: any;
2949
2958
  version?: number;
2950
2959
  menu?: DraftMenuDTO;
2951
2960
  items?: DraftCategoryToItemRelationshipDTO[];
@@ -2953,7 +2962,7 @@ export interface PatchMenuV3DraftCategoryBody {
2953
2962
  changes?: CategoryChangeDTO[];
2954
2963
  vendor_metadata?: VendorMetadataDTO[];
2955
2964
  attachments?: FileAttachmentsDTO;
2956
- permissions?: Record<string, any>;
2965
+ permissions?: any;
2957
2966
  [index: string]: any;
2958
2967
  }
2959
2968
  export type PatchMenuV3DraftCategoryResponse = DraftCategoryDTO;
@@ -2989,15 +2998,15 @@ export type PostMenuV3DraftCategoriesBody = {
2989
2998
  brand_id: string;
2990
2999
  menu_id: string;
2991
3000
  item_images_enabled?: boolean;
2992
- id?: Record<string, any>;
2993
- applied_diff_snapshot?: Record<string, any>;
3001
+ id?: any;
3002
+ applied_diff_snapshot?: any;
2994
3003
  menu?: DraftMenuDTO;
2995
3004
  items?: DraftCategoryToItemRelationshipDTO[];
2996
3005
  brand?: DraftBrandDTO;
2997
3006
  changes?: CategoryChangeDTO[];
2998
3007
  vendor_metadata?: VendorMetadataDTO[];
2999
3008
  attachments?: FileAttachmentsDTO;
3000
- permissions?: Record<string, any>;
3009
+ permissions?: any;
3001
3010
  [index: string]: any;
3002
3011
  }[];
3003
3012
  export interface PostMenuV3DraftCategoriesResponse {
@@ -3053,14 +3062,14 @@ export interface PostMenuV3DraftCategoryRelationshipsItemBody {
3053
3062
  category_id: string;
3054
3063
  brand_id: string;
3055
3064
  sequence?: number;
3056
- id?: Record<string, any>;
3057
- applied_diff_snapshot?: Record<string, any>;
3065
+ id?: any;
3066
+ applied_diff_snapshot?: any;
3058
3067
  category?: DraftCategoryDTO;
3059
3068
  item?: DraftItemDTO;
3060
3069
  brand?: DraftBrandDTO;
3061
3070
  changes?: CategoryToItemRelationshipChangeDTO[];
3062
3071
  vendor_metadata?: VendorMetadataDTO[];
3063
- permissions?: Record<string, any>;
3072
+ permissions?: any;
3064
3073
  [index: string]: any;
3065
3074
  }
3066
3075
  export type PostMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
@@ -3090,14 +3099,14 @@ export interface PatchMenuV3DraftCategoryRelationshipsItemBody {
3090
3099
  category_id?: string;
3091
3100
  brand_id?: string;
3092
3101
  sequence?: number;
3093
- applied_diff_snapshot?: Record<string, any>;
3102
+ applied_diff_snapshot?: any;
3094
3103
  version?: number;
3095
3104
  category?: DraftCategoryDTO;
3096
3105
  item?: DraftItemDTO;
3097
3106
  brand?: DraftBrandDTO;
3098
3107
  changes?: CategoryToItemRelationshipChangeDTO[];
3099
3108
  vendor_metadata?: VendorMetadataDTO[];
3100
- permissions?: Record<string, any>;
3109
+ permissions?: any;
3101
3110
  [index: string]: any;
3102
3111
  }
3103
3112
  export type PatchMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
@@ -3138,14 +3147,14 @@ export type PostMenuV3DraftCategoryRelationshipsItemsBody = {
3138
3147
  category_id: string;
3139
3148
  brand_id: string;
3140
3149
  sequence?: number;
3141
- id?: Record<string, any>;
3142
- applied_diff_snapshot?: Record<string, any>;
3150
+ id?: any;
3151
+ applied_diff_snapshot?: any;
3143
3152
  category?: DraftCategoryDTO;
3144
3153
  item?: DraftItemDTO;
3145
3154
  brand?: DraftBrandDTO;
3146
3155
  changes?: CategoryToItemRelationshipChangeDTO[];
3147
3156
  vendor_metadata?: VendorMetadataDTO[];
3148
- permissions?: Record<string, any>;
3157
+ permissions?: any;
3149
3158
  [index: string]: any;
3150
3159
  }[];
3151
3160
  export interface PostMenuV3DraftCategoryRelationshipsItemsResponse {
@@ -3226,21 +3235,22 @@ export interface PostMenuV3DraftItemBody {
3226
3235
  price: number;
3227
3236
  barcode?: string;
3228
3237
  calories?: number;
3238
+ meal_value?: number;
3229
3239
  is_active?: boolean;
3230
3240
  posid?: string;
3231
- tax_tags?: Record<string, any>[];
3241
+ tax_tags?: any[];
3232
3242
  brand_id: string;
3233
3243
  line_route?: string;
3234
3244
  posid_segment?: string;
3235
- id?: Record<string, any>;
3236
- applied_diff_snapshot?: Record<string, any>;
3245
+ id?: any;
3246
+ applied_diff_snapshot?: any;
3237
3247
  brand?: DraftBrandDTO;
3238
3248
  categories?: DraftCategoryToItemRelationshipDTO[];
3239
3249
  changes?: ItemChangeDTO[];
3240
3250
  vendor_metadata?: VendorMetadataDTO[];
3241
3251
  attachments?: FileAttachmentsDTO;
3242
3252
  weight?: WeightDTO;
3243
- permissions?: Record<string, any>;
3253
+ permissions?: any;
3244
3254
  [index: string]: any;
3245
3255
  }
3246
3256
  export type PostMenuV3DraftItemResponse = DraftItemDTO;
@@ -3274,13 +3284,14 @@ export interface PatchMenuV3DraftItemBody {
3274
3284
  price?: number;
3275
3285
  barcode?: string;
3276
3286
  calories?: number;
3287
+ meal_value?: number;
3277
3288
  is_active?: boolean;
3278
3289
  posid?: string;
3279
- tax_tags?: Record<string, any>[];
3290
+ tax_tags?: any[];
3280
3291
  brand_id?: string;
3281
3292
  line_route?: string;
3282
3293
  posid_segment?: string;
3283
- applied_diff_snapshot?: Record<string, any>;
3294
+ applied_diff_snapshot?: any;
3284
3295
  version?: number;
3285
3296
  brand?: DraftBrandDTO;
3286
3297
  categories?: DraftCategoryToItemRelationshipDTO[];
@@ -3288,7 +3299,7 @@ export interface PatchMenuV3DraftItemBody {
3288
3299
  vendor_metadata?: VendorMetadataDTO[];
3289
3300
  attachments?: FileAttachmentsDTO;
3290
3301
  weight?: WeightDTO;
3291
- permissions?: Record<string, any>;
3302
+ permissions?: any;
3292
3303
  [index: string]: any;
3293
3304
  }
3294
3305
  export type PatchMenuV3DraftItemResponse = DraftItemDTO;
@@ -3333,21 +3344,22 @@ export type PostMenuV3DraftItemsBody = {
3333
3344
  price: number;
3334
3345
  barcode?: string;
3335
3346
  calories?: number;
3347
+ meal_value?: number;
3336
3348
  is_active?: boolean;
3337
3349
  posid?: string;
3338
- tax_tags?: Record<string, any>[];
3350
+ tax_tags?: any[];
3339
3351
  brand_id: string;
3340
3352
  line_route?: string;
3341
3353
  posid_segment?: string;
3342
- id?: Record<string, any>;
3343
- applied_diff_snapshot?: Record<string, any>;
3354
+ id?: any;
3355
+ applied_diff_snapshot?: any;
3344
3356
  brand?: DraftBrandDTO;
3345
3357
  categories?: DraftCategoryToItemRelationshipDTO[];
3346
3358
  changes?: ItemChangeDTO[];
3347
3359
  vendor_metadata?: VendorMetadataDTO[];
3348
3360
  attachments?: FileAttachmentsDTO;
3349
3361
  weight?: WeightDTO;
3350
- permissions?: Record<string, any>;
3362
+ permissions?: any;
3351
3363
  [index: string]: any;
3352
3364
  }[];
3353
3365
  export interface PostMenuV3DraftItemsResponse {
@@ -3383,7 +3395,7 @@ export interface GetMenuV3DraftItemLineRoutesResponse {
3383
3395
  export interface GetMenuV3DraftItemLineRoutesRequest extends BaseRequest, RequestQuery<GetMenuV3DraftItemLineRoutesQuery>, GetMenuV3DraftItemLineRoutesPath {
3384
3396
  }
3385
3397
  export interface PatchMenuV3DraftItemsBulkUpdateBody {
3386
- id_list: Record<string, any>[];
3398
+ id_list: any[];
3387
3399
  parent?: DraftItemDTO;
3388
3400
  children?: DraftItemDTO[];
3389
3401
  modifier_groups?: DraftItemToModifierGroupRelationshipDTO[];
@@ -3396,20 +3408,21 @@ export interface PatchMenuV3DraftItemsBulkUpdateBody {
3396
3408
  price?: number;
3397
3409
  barcode?: string;
3398
3410
  calories?: number;
3411
+ meal_value?: number;
3399
3412
  is_active?: boolean;
3400
3413
  posid?: string;
3401
- tax_tags?: Record<string, any>[];
3414
+ tax_tags?: any[];
3402
3415
  brand_id?: string;
3403
3416
  line_route?: string;
3404
3417
  posid_segment?: string;
3405
- applied_diff_snapshot?: Record<string, any>;
3418
+ applied_diff_snapshot?: any;
3406
3419
  brand?: DraftBrandDTO;
3407
3420
  categories?: DraftCategoryToItemRelationshipDTO[];
3408
3421
  changes?: ItemChangeDTO[];
3409
3422
  vendor_metadata?: VendorMetadataDTO[];
3410
3423
  attachments?: FileAttachmentsDTO;
3411
3424
  weight?: WeightDTO;
3412
- permissions?: Record<string, any>;
3425
+ permissions?: any;
3413
3426
  [index: string]: any;
3414
3427
  }
3415
3428
  export interface PatchMenuV3DraftItemsBulkUpdateResponse {
@@ -3456,6 +3469,7 @@ export interface PostMenuV3DraftItemsImportRequest extends BaseRequest {
3456
3469
  }
3457
3470
  export interface PostMenuV3DraftItemsExportBody {
3458
3471
  brand_id: string;
3472
+ menu_id?: string;
3459
3473
  category_id?: string;
3460
3474
  [index: string]: any;
3461
3475
  }
@@ -3519,14 +3533,14 @@ export interface PostMenuV3DraftItemRelationshipsModifierGroupBody {
3519
3533
  item_id: string;
3520
3534
  brand_id: string;
3521
3535
  sequence?: number;
3522
- id?: Record<string, any>;
3523
- applied_diff_snapshot?: Record<string, any>;
3536
+ id?: any;
3537
+ applied_diff_snapshot?: any;
3524
3538
  item?: DraftItemDTO;
3525
3539
  modifier_group?: DraftModifierGroupDTO;
3526
3540
  brand?: DraftBrandDTO;
3527
3541
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3528
3542
  vendor_metadata?: VendorMetadataDTO[];
3529
- permissions?: Record<string, any>;
3543
+ permissions?: any;
3530
3544
  [index: string]: any;
3531
3545
  }
3532
3546
  export type PostMenuV3DraftItemRelationshipsModifierGroupResponse = DraftItemToModifierGroupRelationshipDTO;
@@ -3556,14 +3570,14 @@ export interface PatchMenuV3DraftItemRelationshipsModifierGroupBody {
3556
3570
  item_id?: string;
3557
3571
  brand_id?: string;
3558
3572
  sequence?: number;
3559
- applied_diff_snapshot?: Record<string, any>;
3573
+ applied_diff_snapshot?: any;
3560
3574
  version?: number;
3561
3575
  item?: DraftItemDTO;
3562
3576
  modifier_group?: DraftModifierGroupDTO;
3563
3577
  brand?: DraftBrandDTO;
3564
3578
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3565
3579
  vendor_metadata?: VendorMetadataDTO[];
3566
- permissions?: Record<string, any>;
3580
+ permissions?: any;
3567
3581
  [index: string]: any;
3568
3582
  }
3569
3583
  export type PatchMenuV3DraftItemRelationshipsModifierGroupResponse = DraftItemToModifierGroupRelationshipDTO;
@@ -3604,14 +3618,14 @@ export type PostMenuV3DraftItemRelationshipsModifierGroupsBody = {
3604
3618
  item_id: string;
3605
3619
  brand_id: string;
3606
3620
  sequence?: number;
3607
- id?: Record<string, any>;
3608
- applied_diff_snapshot?: Record<string, any>;
3621
+ id?: any;
3622
+ applied_diff_snapshot?: any;
3609
3623
  item?: DraftItemDTO;
3610
3624
  modifier_group?: DraftModifierGroupDTO;
3611
3625
  brand?: DraftBrandDTO;
3612
3626
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3613
3627
  vendor_metadata?: VendorMetadataDTO[];
3614
- permissions?: Record<string, any>;
3628
+ permissions?: any;
3615
3629
  [index: string]: any;
3616
3630
  }[];
3617
3631
  export interface PostMenuV3DraftItemRelationshipsModifierGroupsResponse {
@@ -3693,12 +3707,12 @@ export interface PostMenuV3DraftModifierGroupBody {
3693
3707
  is_active?: boolean;
3694
3708
  limit?: number;
3695
3709
  brand_id: string;
3696
- id?: Record<string, any>;
3697
- applied_diff_snapshot?: Record<string, any>;
3710
+ id?: any;
3711
+ applied_diff_snapshot?: any;
3698
3712
  brand?: DraftBrandDTO;
3699
3713
  changes?: ModifierGroupChangeDTO[];
3700
3714
  vendor_metadata?: VendorMetadataDTO[];
3701
- permissions?: Record<string, any>;
3715
+ permissions?: any;
3702
3716
  [index: string]: any;
3703
3717
  }
3704
3718
  export type PostMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
@@ -3733,12 +3747,12 @@ export interface PatchMenuV3DraftModifierGroupBody {
3733
3747
  is_active?: boolean;
3734
3748
  limit?: number;
3735
3749
  brand_id?: string;
3736
- applied_diff_snapshot?: Record<string, any>;
3750
+ applied_diff_snapshot?: any;
3737
3751
  version?: number;
3738
3752
  brand?: DraftBrandDTO;
3739
3753
  changes?: ModifierGroupChangeDTO[];
3740
3754
  vendor_metadata?: VendorMetadataDTO[];
3741
- permissions?: Record<string, any>;
3755
+ permissions?: any;
3742
3756
  [index: string]: any;
3743
3757
  }
3744
3758
  export type PatchMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
@@ -3784,12 +3798,12 @@ export type PostMenuV3DraftModifierGroupsBody = {
3784
3798
  is_active?: boolean;
3785
3799
  limit?: number;
3786
3800
  brand_id: string;
3787
- id?: Record<string, any>;
3788
- applied_diff_snapshot?: Record<string, any>;
3801
+ id?: any;
3802
+ applied_diff_snapshot?: any;
3789
3803
  brand?: DraftBrandDTO;
3790
3804
  changes?: ModifierGroupChangeDTO[];
3791
3805
  vendor_metadata?: VendorMetadataDTO[];
3792
- permissions?: Record<string, any>;
3806
+ permissions?: any;
3793
3807
  [index: string]: any;
3794
3808
  }[];
3795
3809
  export interface PostMenuV3DraftModifierGroupsResponse {
@@ -3832,12 +3846,12 @@ export interface PostMenuV3DraftModifierGroupDuplicateResponse {
3832
3846
  is_active?: boolean;
3833
3847
  limit?: number;
3834
3848
  brand_id: string;
3835
- applied_diff_snapshot?: Record<string, any>;
3849
+ applied_diff_snapshot?: any;
3836
3850
  version?: number;
3837
3851
  brand?: DraftBrandDTO;
3838
3852
  changes?: ModifierGroupChangeDTO[];
3839
3853
  vendor_metadata?: VendorMetadataDTO[];
3840
- permissions?: Record<string, any>;
3854
+ permissions?: any;
3841
3855
  [index: string]: any;
3842
3856
  }
3843
3857
  export interface PostMenuV3DraftModifierGroupDuplicateRequest extends BaseRequest, PostMenuV3DraftModifierGroupDuplicatePath {
@@ -3896,14 +3910,14 @@ export interface PostMenuV3DraftModifierGroupRelationshipsModifierBody {
3896
3910
  modifier_group_id: string;
3897
3911
  brand_id: string;
3898
3912
  sequence?: number;
3899
- id?: Record<string, any>;
3900
- applied_diff_snapshot?: Record<string, any>;
3913
+ id?: any;
3914
+ applied_diff_snapshot?: any;
3901
3915
  modifier?: DraftModifierDTO;
3902
3916
  modifier_group?: DraftModifierGroupDTO;
3903
3917
  brand?: DraftBrandDTO;
3904
3918
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3905
3919
  vendor_metadata?: VendorMetadataDTO[];
3906
- permissions?: Record<string, any>;
3920
+ permissions?: any;
3907
3921
  [index: string]: any;
3908
3922
  }
3909
3923
  export type PostMenuV3DraftModifierGroupRelationshipsModifierResponse = DraftModifierGroupToModifierRelationshipDTO;
@@ -3933,14 +3947,14 @@ export interface PatchMenuV3DraftModifierGroupRelationshipsModifierBody {
3933
3947
  modifier_group_id?: string;
3934
3948
  brand_id?: string;
3935
3949
  sequence?: number;
3936
- applied_diff_snapshot?: Record<string, any>;
3950
+ applied_diff_snapshot?: any;
3937
3951
  version?: number;
3938
3952
  modifier?: DraftModifierDTO;
3939
3953
  modifier_group?: DraftModifierGroupDTO;
3940
3954
  brand?: DraftBrandDTO;
3941
3955
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3942
3956
  vendor_metadata?: VendorMetadataDTO[];
3943
- permissions?: Record<string, any>;
3957
+ permissions?: any;
3944
3958
  [index: string]: any;
3945
3959
  }
3946
3960
  export type PatchMenuV3DraftModifierGroupRelationshipsModifierResponse = DraftModifierGroupToModifierRelationshipDTO;
@@ -3981,14 +3995,14 @@ export type PostMenuV3DraftModifierGroupRelationshipsModifiersBody = {
3981
3995
  modifier_group_id: string;
3982
3996
  brand_id: string;
3983
3997
  sequence?: number;
3984
- id?: Record<string, any>;
3985
- applied_diff_snapshot?: Record<string, any>;
3998
+ id?: any;
3999
+ applied_diff_snapshot?: any;
3986
4000
  modifier?: DraftModifierDTO;
3987
4001
  modifier_group?: DraftModifierGroupDTO;
3988
4002
  brand?: DraftBrandDTO;
3989
4003
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3990
4004
  vendor_metadata?: VendorMetadataDTO[];
3991
- permissions?: Record<string, any>;
4005
+ permissions?: any;
3992
4006
  [index: string]: any;
3993
4007
  }[];
3994
4008
  export interface PostMenuV3DraftModifierGroupRelationshipsModifiersResponse {
@@ -4067,21 +4081,21 @@ export interface PostMenuV3DraftModifierBody {
4067
4081
  description?: string;
4068
4082
  price: number;
4069
4083
  calories?: number;
4070
- tax_tags?: Record<string, any>[];
4084
+ tax_tags?: any[];
4071
4085
  is_active?: boolean;
4072
4086
  posid?: string;
4073
4087
  reporting: ReportingMetadataDTO;
4074
4088
  posid_segment?: string;
4075
4089
  brand_id: string;
4076
- sizing?: Record<string, any>[];
4077
- id?: Record<string, any>;
4078
- applied_diff_snapshot?: Record<string, any>;
4090
+ sizing?: any[];
4091
+ id?: any;
4092
+ applied_diff_snapshot?: any;
4079
4093
  brand?: DraftBrandDTO;
4080
4094
  changes?: ModifierChangeDTO[];
4081
4095
  vendor_metadata?: VendorMetadataDTO[];
4082
4096
  weight?: WeightDTO;
4083
4097
  attachments?: FileAttachmentsDTO;
4084
- permissions?: Record<string, any>;
4098
+ permissions?: any;
4085
4099
  [index: string]: any;
4086
4100
  }
4087
4101
  export type PostMenuV3DraftModifierResponse = DraftModifierDTO;
@@ -4113,21 +4127,21 @@ export interface PatchMenuV3DraftModifierBody {
4113
4127
  description?: string;
4114
4128
  price?: number;
4115
4129
  calories?: number;
4116
- tax_tags?: Record<string, any>[];
4130
+ tax_tags?: any[];
4117
4131
  is_active?: boolean;
4118
4132
  posid?: string;
4119
4133
  reporting?: ReportingMetadataDTO;
4120
4134
  posid_segment?: string;
4121
4135
  brand_id?: string;
4122
- sizing?: Record<string, any>[];
4123
- applied_diff_snapshot?: Record<string, any>;
4136
+ sizing?: any[];
4137
+ applied_diff_snapshot?: any;
4124
4138
  version?: number;
4125
4139
  brand?: DraftBrandDTO;
4126
4140
  changes?: ModifierChangeDTO[];
4127
4141
  vendor_metadata?: VendorMetadataDTO[];
4128
4142
  weight?: WeightDTO;
4129
4143
  attachments?: FileAttachmentsDTO;
4130
- permissions?: Record<string, any>;
4144
+ permissions?: any;
4131
4145
  [index: string]: any;
4132
4146
  }
4133
4147
  export type PatchMenuV3DraftModifierResponse = DraftModifierDTO;
@@ -4170,21 +4184,21 @@ export type PostMenuV3DraftModifiersBody = {
4170
4184
  description?: string;
4171
4185
  price: number;
4172
4186
  calories?: number;
4173
- tax_tags?: Record<string, any>[];
4187
+ tax_tags?: any[];
4174
4188
  is_active?: boolean;
4175
4189
  posid?: string;
4176
4190
  reporting: ReportingMetadataDTO;
4177
4191
  posid_segment?: string;
4178
4192
  brand_id: string;
4179
- sizing?: Record<string, any>[];
4180
- id?: Record<string, any>;
4181
- applied_diff_snapshot?: Record<string, any>;
4193
+ sizing?: any[];
4194
+ id?: any;
4195
+ applied_diff_snapshot?: any;
4182
4196
  brand?: DraftBrandDTO;
4183
4197
  changes?: ModifierChangeDTO[];
4184
4198
  vendor_metadata?: VendorMetadataDTO[];
4185
4199
  weight?: WeightDTO;
4186
4200
  attachments?: FileAttachmentsDTO;
4187
- permissions?: Record<string, any>;
4201
+ permissions?: any;
4188
4202
  [index: string]: any;
4189
4203
  }[];
4190
4204
  export interface PostMenuV3DraftModifiersResponse {
@@ -4208,7 +4222,7 @@ export interface GetMenuV3DraftModifiersCountResponse {
4208
4222
  export interface GetMenuV3DraftModifiersCountRequest extends BaseRequest, RequestQuery<GetMenuV3DraftModifiersCountQuery> {
4209
4223
  }
4210
4224
  export interface PatchMenuV3DraftModifiersBulkUpdateBody {
4211
- id_list: Record<string, any>[];
4225
+ id_list: any[];
4212
4226
  parent?: DraftModifierDTO;
4213
4227
  children?: DraftModifierDTO[];
4214
4228
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
@@ -4219,20 +4233,20 @@ export interface PatchMenuV3DraftModifiersBulkUpdateBody {
4219
4233
  description?: string;
4220
4234
  price?: number;
4221
4235
  calories?: number;
4222
- tax_tags?: Record<string, any>[];
4236
+ tax_tags?: any[];
4223
4237
  is_active?: boolean;
4224
4238
  posid?: string;
4225
4239
  reporting?: ReportingMetadataDTO;
4226
4240
  posid_segment?: string;
4227
4241
  brand_id?: string;
4228
- sizing?: Record<string, any>[];
4229
- applied_diff_snapshot?: Record<string, any>;
4242
+ sizing?: any[];
4243
+ applied_diff_snapshot?: any;
4230
4244
  brand?: DraftBrandDTO;
4231
4245
  changes?: ModifierChangeDTO[];
4232
4246
  vendor_metadata?: VendorMetadataDTO[];
4233
4247
  weight?: WeightDTO;
4234
4248
  attachments?: FileAttachmentsDTO;
4235
- permissions?: Record<string, any>;
4249
+ permissions?: any;
4236
4250
  [index: string]: any;
4237
4251
  }
4238
4252
  export interface PatchMenuV3DraftModifiersBulkUpdateResponse {
@@ -4303,8 +4317,8 @@ export interface PostMenuV3IntegrationsTransltrImportQuery {
4303
4317
  "body.data"?: string;
4304
4318
  }
4305
4319
  export interface PostMenuV3IntegrationsTransltrImportResponse {
4306
- errors?: Record<string, any>;
4307
- results?: Record<string, any>;
4320
+ errors?: any;
4321
+ results?: any;
4308
4322
  }
4309
4323
  export interface PostMenuV3IntegrationsTransltrImportRequest extends BaseRequest, RequestQuery<PostMenuV3IntegrationsTransltrImportQuery> {
4310
4324
  }
@@ -4324,17 +4338,17 @@ export interface GetMenuV3GlobalDiffResponse {
4324
4338
  deleted_at?: string;
4325
4339
  entity_type?: string;
4326
4340
  local_id?: string;
4327
- changes?: Record<string, any>;
4328
- local_changes?: Record<string, any>;
4329
- local_snapshot?: Record<string, any>;
4341
+ changes?: any;
4342
+ local_changes?: any;
4343
+ local_snapshot?: any;
4330
4344
  global_id?: string;
4331
- global_snapshot?: Record<string, any>;
4345
+ global_snapshot?: any;
4332
4346
  brand_id?: string;
4333
4347
  version?: number;
4334
4348
  depends_on?: GlobalDiffDependencyDTO[];
4335
4349
  is_depended_by?: GlobalDiffDependencyDTO[];
4336
4350
  brand?: DraftBrandDTO;
4337
- permissions?: Record<string, any>;
4351
+ permissions?: any;
4338
4352
  [index: string]: any;
4339
4353
  }
4340
4354
  export interface GetMenuV3GlobalDiffRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffQuery>, GetMenuV3GlobalDiffPath {
@@ -4371,4 +4385,5 @@ export interface GetMenuV3GlobalDiffsCountResponse {
4371
4385
  }
4372
4386
  export interface GetMenuV3GlobalDiffsCountRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffsCountQuery> {
4373
4387
  }
4388
+ export {};
4374
4389
  //# sourceMappingURL=menu.d.ts.map