@compassdigital/sdk.typescript 4.15.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 +46 -5
  6. package/lib/index.d.ts.map +1 -1
  7. package/lib/index.js +47 -2
  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 +1 -1
  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 +2 -2
  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 +21 -12
  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 +255 -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 +26 -18
  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 +11 -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 +14 -6
  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 +117 -2
  76. package/src/interface/ai.ts +3 -3
  77. package/src/interface/announcement.ts +2 -2
  78. package/src/interface/calendar.ts +1 -1
  79. package/src/interface/centricos.ts +76 -4
  80. package/src/interface/compassconnect.ts +1 -1
  81. package/src/interface/config.ts +2 -2
  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 +20 -12
  89. package/src/interface/mealplan.ts +1 -1
  90. package/src/interface/menu.ts +254 -249
  91. package/src/interface/notification.ts +2 -2
  92. package/src/interface/order.ts +3 -3
  93. package/src/interface/partner.ts +25 -18
  94. package/src/interface/payment.ts +1 -1
  95. package/src/interface/promo.ts +11 -5
  96. package/src/interface/report.ts +17 -7
  97. package/src/interface/shoppingcart.ts +11 -8
  98. package/src/interface/task.ts +13 -12
  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,24 +488,24 @@ 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;
@@ -513,18 +517,18 @@ export interface DraftItemDTO {
513
517
  line_route?: FilterFieldDTO;
514
518
  posid_segment?: FilterFieldDTO;
515
519
  applied_diff_snapshot?: FilterFieldDTO;
516
- brand?: Record<string, any>;
517
- categories?: Record<string, any>[];
520
+ brand?: any;
521
+ categories?: any[];
518
522
  changes?: ItemChangeDTO[];
519
523
  vendor_metadata?: VendorMetadataDTO[];
520
- attachments?: Record<string, any>;
521
- weight?: Record<string, any>;
524
+ attachments?: any;
525
+ weight?: any;
522
526
  permissions?: FilterFieldDTO;
523
527
  [index: string]: any;
524
528
  }
525
529
  export interface DraftItemToModifierGroupRelationshipDTO {
526
- parent?: Record<string, any>;
527
- children?: Record<string, any>[];
530
+ parent?: any;
531
+ children?: any[];
528
532
  id?: string;
529
533
  parent_id?: string;
530
534
  modifier_group_id?: string;
@@ -532,19 +536,19 @@ export interface DraftItemToModifierGroupRelationshipDTO {
532
536
  brand_id?: FilterFieldDTO;
533
537
  sequence?: number;
534
538
  applied_diff_snapshot?: FilterFieldDTO;
535
- item?: Record<string, any>;
539
+ item?: any;
536
540
  modifier_group?: DraftModifierGroupDTO;
537
- brand?: Record<string, any>;
541
+ brand?: any;
538
542
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
539
543
  vendor_metadata?: VendorMetadataDTO[];
540
544
  permissions?: FilterFieldDTO;
541
545
  [index: string]: any;
542
546
  }
543
547
  export interface DraftModifierGroupDTO {
544
- parent?: Record<string, any>;
545
- children?: Record<string, any>[];
548
+ parent?: any;
549
+ children?: any[];
546
550
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
547
- items?: Record<string, any>[];
551
+ items?: any[];
548
552
  id?: string;
549
553
  parent_id?: string;
550
554
  name?: string;
@@ -555,15 +559,15 @@ export interface DraftModifierGroupDTO {
555
559
  limit?: number;
556
560
  brand_id?: string;
557
561
  applied_diff_snapshot?: FilterFieldDTO;
558
- brand?: Record<string, any>;
562
+ brand?: any;
559
563
  changes?: ModifierGroupChangeDTO[];
560
564
  vendor_metadata?: VendorMetadataDTO[];
561
565
  permissions?: FilterFieldDTO;
562
566
  [index: string]: any;
563
567
  }
564
568
  export interface DraftModifierGroupToModifierRelationshipDTO {
565
- parent?: Record<string, any>;
566
- children?: Record<string, any>[];
569
+ parent?: any;
570
+ children?: any[];
567
571
  id?: string;
568
572
  parent_id?: string;
569
573
  modifier_id?: string;
@@ -572,17 +576,17 @@ export interface DraftModifierGroupToModifierRelationshipDTO {
572
576
  sequence?: number;
573
577
  applied_diff_snapshot?: FilterFieldDTO;
574
578
  modifier?: DraftModifierDTO;
575
- modifier_group?: Record<string, any>;
576
- brand?: Record<string, any>;
579
+ modifier_group?: any;
580
+ brand?: any;
577
581
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
578
582
  vendor_metadata?: VendorMetadataDTO[];
579
583
  permissions?: FilterFieldDTO;
580
584
  [index: string]: any;
581
585
  }
582
586
  export interface DraftModifierDTO {
583
- parent?: Record<string, any>;
584
- children?: Record<string, any>[];
585
- modifier_groups?: Record<string, any>[];
587
+ parent?: any;
588
+ children?: any[];
589
+ modifier_groups?: any[];
586
590
  id?: string;
587
591
  parent_id?: string;
588
592
  name?: string;
@@ -598,7 +602,7 @@ export interface DraftModifierDTO {
598
602
  brand_id?: string;
599
603
  sizing?: FilterFieldDTO[];
600
604
  applied_diff_snapshot?: FilterFieldDTO;
601
- brand?: Record<string, any>;
605
+ brand?: any;
602
606
  changes?: ModifierChangeDTO[];
603
607
  vendor_metadata?: VendorMetadataDTO[];
604
608
  weight?: WeightDTO;
@@ -611,30 +615,30 @@ export interface ModifierChangeDTO {
611
615
  insert?: FilterFieldDTO;
612
616
  delete?: FilterFieldDTO;
613
617
  snapshot_entity_id?: FilterFieldDTO;
614
- snapshot_entity?: Record<string, any>;
618
+ snapshot_entity?: any;
615
619
  permissions?: FilterFieldDTO;
616
620
  [index: string]: any;
617
621
  }
618
622
  export interface ReportingMetadataDTO {
619
623
  category?: ReportingCategoryMetadataDTO;
620
- id?: Record<string, any>;
624
+ id?: any;
621
625
  [index: string]: any;
622
626
  }
623
627
  export interface ReportingCategoryMetadataDTO {
624
628
  primary?: "Food" | "Beverage" | "Sundry" | "Alcohol" | "Snack";
625
629
  secondary?: FilterFieldDTO;
626
- id?: Record<string, any>;
630
+ id?: any;
627
631
  [index: string]: any;
628
632
  }
629
633
  export interface WeightDTO {
630
634
  unit?: FilterFieldDTO;
631
635
  amount?: FilterFieldDTO;
632
- id?: Record<string, any>;
636
+ id?: any;
633
637
  [index: string]: any;
634
638
  }
635
639
  export interface FileAttachmentsDTO {
636
640
  thumbnail?: FilterFieldDTO;
637
- id?: Record<string, any>;
641
+ id?: any;
638
642
  [index: string]: any;
639
643
  }
640
644
  export interface ModifierGroupToModifierRelationshipChangeDTO {
@@ -642,7 +646,7 @@ export interface ModifierGroupToModifierRelationshipChangeDTO {
642
646
  insert?: FilterFieldDTO;
643
647
  delete?: FilterFieldDTO;
644
648
  snapshot_entity_id?: FilterFieldDTO;
645
- snapshot_entity?: Record<string, any>;
649
+ snapshot_entity?: any;
646
650
  permissions?: FilterFieldDTO;
647
651
  [index: string]: any;
648
652
  }
@@ -651,7 +655,7 @@ export interface ModifierGroupChangeDTO {
651
655
  insert?: FilterFieldDTO;
652
656
  delete?: FilterFieldDTO;
653
657
  snapshot_entity_id?: FilterFieldDTO;
654
- snapshot_entity?: Record<string, any>;
658
+ snapshot_entity?: any;
655
659
  permissions?: FilterFieldDTO;
656
660
  [index: string]: any;
657
661
  }
@@ -660,7 +664,7 @@ export interface ItemToModifierGroupRelationshipChangeDTO {
660
664
  insert?: FilterFieldDTO;
661
665
  delete?: FilterFieldDTO;
662
666
  snapshot_entity_id?: FilterFieldDTO;
663
- snapshot_entity?: Record<string, any>;
667
+ snapshot_entity?: any;
664
668
  permissions?: FilterFieldDTO;
665
669
  [index: string]: any;
666
670
  }
@@ -669,7 +673,7 @@ export interface ItemChangeDTO {
669
673
  insert?: FilterFieldDTO;
670
674
  delete?: FilterFieldDTO;
671
675
  snapshot_entity_id?: FilterFieldDTO;
672
- snapshot_entity?: Record<string, any>;
676
+ snapshot_entity?: any;
673
677
  permissions?: FilterFieldDTO;
674
678
  [index: string]: any;
675
679
  }
@@ -678,7 +682,7 @@ export interface CategoryToItemRelationshipChangeDTO {
678
682
  insert?: FilterFieldDTO;
679
683
  delete?: FilterFieldDTO;
680
684
  snapshot_entity_id?: FilterFieldDTO;
681
- snapshot_entity?: Record<string, any>;
685
+ snapshot_entity?: any;
682
686
  permissions?: FilterFieldDTO;
683
687
  [index: string]: any;
684
688
  }
@@ -687,7 +691,7 @@ export interface CategoryChangeDTO {
687
691
  insert?: FilterFieldDTO;
688
692
  delete?: FilterFieldDTO;
689
693
  snapshot_entity_id?: FilterFieldDTO;
690
- snapshot_entity?: Record<string, any>;
694
+ snapshot_entity?: any;
691
695
  permissions?: FilterFieldDTO;
692
696
  [index: string]: any;
693
697
  }
@@ -696,7 +700,7 @@ export interface MenuChangeDTO {
696
700
  insert?: FilterFieldDTO;
697
701
  delete?: FilterFieldDTO;
698
702
  snapshot_entity_id?: FilterFieldDTO;
699
- snapshot_entity?: Record<string, any>;
703
+ snapshot_entity?: any;
700
704
  permissions?: FilterFieldDTO;
701
705
  [index: string]: any;
702
706
  }
@@ -706,7 +710,7 @@ export interface BrandStatusDTO {
706
710
  status?: string;
707
711
  metadata?: FilterFieldDTO;
708
712
  id?: string;
709
- brand?: Record<string, any>;
713
+ brand?: any;
710
714
  permissions?: FilterFieldDTO;
711
715
  [index: string]: any;
712
716
  }
@@ -721,8 +725,8 @@ export interface DraftMenuDraftMenuDTO {
721
725
  created_at?: FilterFieldDTO;
722
726
  updated_at?: FilterFieldDTO;
723
727
  deleted_at?: FilterFieldDTO;
724
- parent?: Record<string, any>;
725
- children?: Record<string, any>[];
728
+ parent?: any;
729
+ children?: any[];
726
730
  categories?: DraftCategoryDTO[];
727
731
  brand?: DraftBrandDTO;
728
732
  changes?: MenuChangeDTO[];
@@ -749,8 +753,8 @@ export interface DraftModifierDraftModifierDTO {
749
753
  created_at?: FilterFieldDTO;
750
754
  updated_at?: FilterFieldDTO;
751
755
  deleted_at?: FilterFieldDTO;
752
- parent?: Record<string, any>;
753
- children?: Record<string, any>[];
756
+ parent?: any;
757
+ children?: any[];
754
758
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
755
759
  brand?: DraftBrandDTO;
756
760
  changes?: ModifierChangeDTO[];
@@ -776,8 +780,8 @@ export interface DraftModifierGroupDraftModifierGroupDTO {
776
780
  created_at?: FilterFieldDTO;
777
781
  updated_at?: FilterFieldDTO;
778
782
  deleted_at?: FilterFieldDTO;
779
- parent?: Record<string, any>;
780
- children?: Record<string, any>[];
783
+ parent?: any;
784
+ children?: any[];
781
785
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
782
786
  items?: DraftItemToModifierGroupRelationshipDTO[];
783
787
  brand?: DraftBrandDTO;
@@ -807,8 +811,8 @@ export interface DraftItemDraftItemDTO {
807
811
  created_at?: FilterFieldDTO;
808
812
  updated_at?: FilterFieldDTO;
809
813
  deleted_at?: FilterFieldDTO;
810
- parent?: Record<string, any>;
811
- children?: Record<string, any>[];
814
+ parent?: any;
815
+ children?: any[];
812
816
  brand?: DraftBrandDTO;
813
817
  categories?: DraftCategoryToItemRelationshipDTO[];
814
818
  modifier_groups?: DraftItemToModifierGroupRelationshipDTO[];
@@ -829,7 +833,7 @@ export interface GlobalDiffDependencyDTO {
829
833
  is_depended_by_id?: string;
830
834
  id?: string;
831
835
  depends_on?: GlobalDiffGlobalDiffDTO;
832
- is_depended_by?: Record<string, any>;
836
+ is_depended_by?: any;
833
837
  permissions?: FilterFieldDTO;
834
838
  [index: string]: any;
835
839
  }
@@ -848,8 +852,8 @@ export interface GlobalDiffGlobalDiffDTO {
848
852
  created_at?: FilterFieldDTO;
849
853
  updated_at?: FilterFieldDTO;
850
854
  deleted_at?: FilterFieldDTO;
851
- depends_on?: Record<string, any>[];
852
- is_depended_by?: Record<string, any>[];
855
+ depends_on?: any[];
856
+ is_depended_by?: any[];
853
857
  brand?: DraftBrandDTO;
854
858
  permissions?: FilterFieldDTO;
855
859
  [index: string]: any;
@@ -860,21 +864,21 @@ export interface DiffDTO {
860
864
  created_at?: string;
861
865
  updated_at?: string;
862
866
  deleted_at?: string;
863
- child_nodes?: Record<string, any>[];
867
+ child_nodes?: any[];
864
868
  name?: string;
865
869
  entity_type?: string;
866
870
  local_id?: string;
867
- changes?: Record<string, any>;
868
- local_changes?: Record<string, any>;
869
- local_snapshot?: Record<string, any>;
871
+ changes?: any;
872
+ local_changes?: any;
873
+ local_snapshot?: any;
870
874
  global_id?: string;
871
- global_snapshot?: Record<string, any>;
875
+ global_snapshot?: any;
872
876
  brand_id?: string;
873
877
  version?: number;
874
878
  depends_on?: GlobalDiffDependencyDTO[];
875
879
  is_depended_by?: GlobalDiffDependencyDTO[];
876
880
  brand?: DraftBrandDTO;
877
- permissions?: Record<string, any>;
881
+ permissions?: any;
878
882
  [index: string]: any;
879
883
  }
880
884
  export interface ApplyDiffDTO {
@@ -888,7 +892,7 @@ export interface PublishedMenuDTO {
888
892
  name?: string;
889
893
  brand_id?: string;
890
894
  category_images_enabled?: boolean;
891
- permissions?: Record<string, any>;
895
+ permissions?: any;
892
896
  [index: string]: any;
893
897
  }
894
898
  export interface PublishedCategoryDTO {
@@ -901,7 +905,7 @@ export interface PublishedCategoryDTO {
901
905
  brand_id?: string;
902
906
  menu_id?: string;
903
907
  item_images_enabled?: boolean;
904
- permissions?: Record<string, any>;
908
+ permissions?: any;
905
909
  [index: string]: any;
906
910
  }
907
911
  export interface PublishedCategoryToItemRelationshipDTO {
@@ -911,7 +915,7 @@ export interface PublishedCategoryToItemRelationshipDTO {
911
915
  category_id?: string;
912
916
  brand_id?: string;
913
917
  sequence?: number;
914
- permissions?: Record<string, any>;
918
+ permissions?: any;
915
919
  [index: string]: any;
916
920
  }
917
921
  export interface PublishedItemDTO {
@@ -926,11 +930,11 @@ export interface PublishedItemDTO {
926
930
  meal_value?: number;
927
931
  is_active?: boolean;
928
932
  posid?: string;
929
- tax_tags?: Record<string, any>[];
933
+ tax_tags?: any[];
930
934
  brand_id?: string;
931
935
  line_route?: string;
932
936
  posid_segment?: string;
933
- permissions?: Record<string, any>;
937
+ permissions?: any;
934
938
  [index: string]: any;
935
939
  }
936
940
  export interface PublishedItemToModifierGroupRelationshipDTO {
@@ -940,7 +944,7 @@ export interface PublishedItemToModifierGroupRelationshipDTO {
940
944
  item_id?: string;
941
945
  brand_id?: string;
942
946
  sequence?: number;
943
- permissions?: Record<string, any>;
947
+ permissions?: any;
944
948
  [index: string]: any;
945
949
  }
946
950
  export interface PublishedModifierGroupDTO {
@@ -953,7 +957,7 @@ export interface PublishedModifierGroupDTO {
953
957
  is_active?: boolean;
954
958
  limit?: number;
955
959
  brand_id?: string;
956
- permissions?: Record<string, any>;
960
+ permissions?: any;
957
961
  [index: string]: any;
958
962
  }
959
963
  export interface PublishedModifierGroupToModifierRelationshipDTO {
@@ -963,7 +967,7 @@ export interface PublishedModifierGroupToModifierRelationshipDTO {
963
967
  modifier_group_id?: string;
964
968
  brand_id?: string;
965
969
  sequence?: number;
966
- permissions?: Record<string, any>;
970
+ permissions?: any;
967
971
  [index: string]: any;
968
972
  }
969
973
  export interface PublishedModifierDTO {
@@ -974,13 +978,13 @@ export interface PublishedModifierDTO {
974
978
  description?: string;
975
979
  price?: number;
976
980
  calories?: number;
977
- tax_tags?: Record<string, any>[];
981
+ tax_tags?: any[];
978
982
  is_active?: boolean;
979
983
  posid?: string;
980
984
  posid_segment?: string;
981
985
  brand_id?: string;
982
- sizing?: Record<string, any>[];
983
- permissions?: Record<string, any>;
986
+ sizing?: any[];
987
+ permissions?: any;
984
988
  [index: string]: any;
985
989
  }
986
990
  export interface PublishedBrandPublishedBrandDTO {
@@ -997,8 +1001,8 @@ export interface PublishedBrandPublishedBrandDTO {
997
1001
  created_at?: FilterFieldDTO;
998
1002
  updated_at?: FilterFieldDTO;
999
1003
  deleted_at?: FilterFieldDTO;
1000
- parent?: Record<string, any>;
1001
- children?: Record<string, any>[];
1004
+ parent?: any;
1005
+ children?: any[];
1002
1006
  local_menu_group?: LocalMenuGroupDTO;
1003
1007
  global_menu_group?: GlobalMenuGroupDTO;
1004
1008
  menus?: PublishedMenuDTO[];
@@ -1028,8 +1032,8 @@ export interface DraftCategoryDraftCategoryDTO {
1028
1032
  created_at?: FilterFieldDTO;
1029
1033
  updated_at?: FilterFieldDTO;
1030
1034
  deleted_at?: FilterFieldDTO;
1031
- parent?: Record<string, any>;
1032
- children?: Record<string, any>[];
1035
+ parent?: any;
1036
+ children?: any[];
1033
1037
  menu?: DraftMenuDTO;
1034
1038
  items?: DraftCategoryToItemRelationshipDTO[];
1035
1039
  brand?: DraftBrandDTO;
@@ -1049,8 +1053,8 @@ export interface PublishedMenuPublishedMenuDTO {
1049
1053
  created_at?: FilterFieldDTO;
1050
1054
  updated_at?: FilterFieldDTO;
1051
1055
  deleted_at?: FilterFieldDTO;
1052
- parent?: Record<string, any>;
1053
- children?: Record<string, any>[];
1056
+ parent?: any;
1057
+ children?: any[];
1054
1058
  categories?: PublishedCategoryDTO[];
1055
1059
  brand?: PublishedBrandDTO;
1056
1060
  permissions?: FilterFieldDTO;
@@ -1070,8 +1074,8 @@ export interface PublishedCategoryPublishedCategoryDTO {
1070
1074
  created_at?: FilterFieldDTO;
1071
1075
  updated_at?: FilterFieldDTO;
1072
1076
  deleted_at?: FilterFieldDTO;
1073
- parent?: Record<string, any>;
1074
- children?: Record<string, any>[];
1077
+ parent?: any;
1078
+ children?: any[];
1075
1079
  menu?: PublishedMenuDTO;
1076
1080
  items?: PublishedCategoryToItemRelationshipDTO[];
1077
1081
  brand?: PublishedBrandDTO;
@@ -1091,8 +1095,8 @@ export interface DraftCategoryToItemRelationshipDraftCategoryToItemRelationshipD
1091
1095
  version?: FilterFieldDTO;
1092
1096
  created_at?: FilterFieldDTO;
1093
1097
  updated_at?: FilterFieldDTO;
1094
- parent?: Record<string, any>;
1095
- children?: Record<string, any>[];
1098
+ parent?: any;
1099
+ children?: any[];
1096
1100
  category?: DraftCategoryDTO;
1097
1101
  item?: DraftItemDTO;
1098
1102
  brand?: DraftBrandDTO;
@@ -1112,8 +1116,8 @@ export interface PublishedCategoryToItemRelationshipPublishedCategoryToItemRelat
1112
1116
  version?: FilterFieldDTO;
1113
1117
  created_at?: FilterFieldDTO;
1114
1118
  updated_at?: FilterFieldDTO;
1115
- parent?: Record<string, any>;
1116
- children?: Record<string, any>[];
1119
+ parent?: any;
1120
+ children?: any[];
1117
1121
  category?: PublishedCategoryDTO;
1118
1122
  item?: PublishedItemDTO;
1119
1123
  brand?: PublishedBrandDTO;
@@ -1143,11 +1147,11 @@ export interface DraftItemEntityDTO {
1143
1147
  meal_value?: number;
1144
1148
  is_active?: boolean;
1145
1149
  posid?: string;
1146
- tax_tags?: Record<string, any>[];
1150
+ tax_tags?: any[];
1147
1151
  brand_id: string;
1148
1152
  line_route?: string;
1149
1153
  posid_segment?: string;
1150
- applied_diff_snapshot?: Record<string, any>;
1154
+ applied_diff_snapshot?: any;
1151
1155
  version?: number;
1152
1156
  brand?: DraftBrandDTO;
1153
1157
  categories?: DraftCategoryToItemRelationshipDTO[];
@@ -1155,7 +1159,7 @@ export interface DraftItemEntityDTO {
1155
1159
  vendor_metadata?: VendorMetadataDTO[];
1156
1160
  attachments?: FileAttachmentsDTO;
1157
1161
  weight?: WeightDTO;
1158
- permissions?: Record<string, any>;
1162
+ permissions?: any;
1159
1163
  [index: string]: any;
1160
1164
  }
1161
1165
  export interface PublishedItemPublishedItemDTO {
@@ -1178,8 +1182,8 @@ export interface PublishedItemPublishedItemDTO {
1178
1182
  created_at?: FilterFieldDTO;
1179
1183
  updated_at?: FilterFieldDTO;
1180
1184
  deleted_at?: FilterFieldDTO;
1181
- parent?: Record<string, any>;
1182
- children?: Record<string, any>[];
1185
+ parent?: any;
1186
+ children?: any[];
1183
1187
  brand?: PublishedBrandDTO;
1184
1188
  categories?: PublishedCategoryToItemRelationshipDTO[];
1185
1189
  modifier_groups?: PublishedItemToModifierGroupRelationshipDTO[];
@@ -1201,8 +1205,8 @@ export interface DraftItemToModifierGroupRelationshipDraftItemToModifierGroupRel
1201
1205
  version?: FilterFieldDTO;
1202
1206
  created_at?: FilterFieldDTO;
1203
1207
  updated_at?: FilterFieldDTO;
1204
- parent?: Record<string, any>;
1205
- children?: Record<string, any>[];
1208
+ parent?: any;
1209
+ children?: any[];
1206
1210
  item?: DraftItemDTO;
1207
1211
  modifier_group?: DraftModifierGroupDTO;
1208
1212
  brand?: DraftBrandDTO;
@@ -1222,8 +1226,8 @@ export interface PublishedItemToModifierGroupRelationshipPublishedItemToModifier
1222
1226
  version?: FilterFieldDTO;
1223
1227
  created_at?: FilterFieldDTO;
1224
1228
  updated_at?: FilterFieldDTO;
1225
- parent?: Record<string, any>;
1226
- children?: Record<string, any>[];
1229
+ parent?: any;
1230
+ children?: any[];
1227
1231
  item?: PublishedItemDTO;
1228
1232
  modifier_group?: PublishedModifierGroupDTO;
1229
1233
  brand?: PublishedBrandDTO;
@@ -1244,8 +1248,8 @@ export interface PublishedModifierGroupPublishedModifierGroupDTO {
1244
1248
  created_at?: FilterFieldDTO;
1245
1249
  updated_at?: FilterFieldDTO;
1246
1250
  deleted_at?: FilterFieldDTO;
1247
- parent?: Record<string, any>;
1248
- children?: Record<string, any>[];
1251
+ parent?: any;
1252
+ children?: any[];
1249
1253
  modifiers?: PublishedModifierGroupToModifierRelationshipDTO[];
1250
1254
  items?: PublishedItemToModifierGroupRelationshipDTO[];
1251
1255
  brand?: PublishedBrandDTO;
@@ -1264,8 +1268,8 @@ export interface DraftModifierGroupToModifierRelationshipDraftModifierGroupToMod
1264
1268
  version?: FilterFieldDTO;
1265
1269
  created_at?: FilterFieldDTO;
1266
1270
  updated_at?: FilterFieldDTO;
1267
- parent?: Record<string, any>;
1268
- children?: Record<string, any>[];
1271
+ parent?: any;
1272
+ children?: any[];
1269
1273
  modifier?: DraftModifierDTO;
1270
1274
  modifier_group?: DraftModifierGroupDTO;
1271
1275
  brand?: DraftBrandDTO;
@@ -1285,8 +1289,8 @@ export interface PublishedModifierGroupToModifierRelationshipPublishedModifierGr
1285
1289
  version?: FilterFieldDTO;
1286
1290
  created_at?: FilterFieldDTO;
1287
1291
  updated_at?: FilterFieldDTO;
1288
- parent?: Record<string, any>;
1289
- children?: Record<string, any>[];
1292
+ parent?: any;
1293
+ children?: any[];
1290
1294
  modifier_group?: PublishedModifierGroupDTO;
1291
1295
  modifier?: PublishedModifierDTO;
1292
1296
  brand?: PublishedBrandDTO;
@@ -1307,21 +1311,21 @@ export interface DraftModifierEntityDTO {
1307
1311
  description?: string;
1308
1312
  price: number;
1309
1313
  calories?: number;
1310
- tax_tags?: Record<string, any>[];
1314
+ tax_tags?: any[];
1311
1315
  is_active?: boolean;
1312
1316
  posid?: string;
1313
1317
  reporting: ReportingMetadataDTO;
1314
1318
  posid_segment?: string;
1315
1319
  brand_id: string;
1316
- sizing?: Record<string, any>[];
1317
- applied_diff_snapshot?: Record<string, any>;
1320
+ sizing?: any[];
1321
+ applied_diff_snapshot?: any;
1318
1322
  version?: number;
1319
1323
  brand?: DraftBrandDTO;
1320
1324
  changes?: ModifierChangeDTO[];
1321
1325
  vendor_metadata?: VendorMetadataDTO[];
1322
1326
  weight?: WeightDTO;
1323
1327
  attachments?: FileAttachmentsDTO;
1324
- permissions?: Record<string, any>;
1328
+ permissions?: any;
1325
1329
  [index: string]: any;
1326
1330
  }
1327
1331
  export interface PublishedModifierPublishedModifierDTO {
@@ -1342,8 +1346,8 @@ export interface PublishedModifierPublishedModifierDTO {
1342
1346
  created_at?: FilterFieldDTO;
1343
1347
  updated_at?: FilterFieldDTO;
1344
1348
  deleted_at?: FilterFieldDTO;
1345
- parent?: Record<string, any>;
1346
- children?: Record<string, any>[];
1349
+ parent?: any;
1350
+ children?: any[];
1347
1351
  modifier_groups?: PublishedModifierGroupToModifierRelationshipDTO[];
1348
1352
  brand?: PublishedBrandDTO;
1349
1353
  reporting?: ReportingMetadataDTO;
@@ -1360,17 +1364,17 @@ export interface GlobalDiffDTO {
1360
1364
  deleted_at?: string;
1361
1365
  entity_type?: string;
1362
1366
  local_id?: string;
1363
- changes?: Record<string, any>;
1364
- local_changes?: Record<string, any>;
1365
- local_snapshot?: Record<string, any>;
1367
+ changes?: any;
1368
+ local_changes?: any;
1369
+ local_snapshot?: any;
1366
1370
  global_id?: string;
1367
- global_snapshot?: Record<string, any>;
1371
+ global_snapshot?: any;
1368
1372
  brand_id?: string;
1369
1373
  version?: number;
1370
1374
  depends_on?: GlobalDiffDependencyDTO[];
1371
1375
  is_depended_by?: GlobalDiffDependencyDTO[];
1372
1376
  brand?: DraftBrandDTO;
1373
- permissions?: Record<string, any>;
1377
+ permissions?: any;
1374
1378
  [index: string]: any;
1375
1379
  }
1376
1380
  export interface GetMenuClientPath {
@@ -1400,7 +1404,7 @@ export interface GetMenuHeadersPath {
1400
1404
  export interface GetMenuHeadersQuery {
1401
1405
  _query?: string;
1402
1406
  }
1403
- export type GetMenuHeadersResponse = Record<string, any>;
1407
+ export type GetMenuHeadersResponse = any;
1404
1408
  export interface GetMenuHeadersRequest extends BaseRequest, RequestQuery<GetMenuHeadersQuery>, GetMenuHeadersPath {
1405
1409
  }
1406
1410
  export interface GetMenuPath {
@@ -1639,7 +1643,7 @@ export interface PostMenuV3LocalMenuGroupBody {
1639
1643
  draft_brands?: DraftBrandDTO[];
1640
1644
  published_brands?: PublishedBrandDTO[];
1641
1645
  vendor_metadata?: VendorMetadataDTO[];
1642
- permissions?: Record<string, any>;
1646
+ permissions?: any;
1643
1647
  [index: string]: any;
1644
1648
  }
1645
1649
  export interface PostMenuV3LocalMenuGroupResponse {
@@ -1654,7 +1658,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
1654
1658
  deleted_at?: string;
1655
1659
  version?: number;
1656
1660
  vendor_metadata?: VendorMetadataDTO[];
1657
- permissions?: Record<string, any>;
1661
+ permissions?: any;
1658
1662
  [index: string]: any;
1659
1663
  }
1660
1664
  export interface PostMenuV3LocalMenuGroupRequest extends BaseRequest {
@@ -1680,7 +1684,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
1680
1684
  deleted_at?: string;
1681
1685
  version?: number;
1682
1686
  vendor_metadata?: VendorMetadataDTO[];
1683
- permissions?: Record<string, any>;
1687
+ permissions?: any;
1684
1688
  [index: string]: any;
1685
1689
  }
1686
1690
  export interface GetMenuV3LocalMenuGroupRequest extends BaseRequest, RequestQuery<GetMenuV3LocalMenuGroupQuery>, GetMenuV3LocalMenuGroupPath {
@@ -1697,7 +1701,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
1697
1701
  id?: string;
1698
1702
  version?: number;
1699
1703
  vendor_metadata?: VendorMetadataDTO[];
1700
- permissions?: Record<string, any>;
1704
+ permissions?: any;
1701
1705
  [index: string]: any;
1702
1706
  }
1703
1707
  export interface PatchMenuV3LocalMenuGroupResponse {
@@ -1712,7 +1716,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
1712
1716
  deleted_at?: string;
1713
1717
  version?: number;
1714
1718
  vendor_metadata?: VendorMetadataDTO[];
1715
- permissions?: Record<string, any>;
1719
+ permissions?: any;
1716
1720
  [index: string]: any;
1717
1721
  }
1718
1722
  export interface PatchMenuV3LocalMenuGroupRequest extends BaseRequest, PatchMenuV3LocalMenuGroupPath {
@@ -1733,7 +1737,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
1733
1737
  deleted_at?: string;
1734
1738
  version?: number;
1735
1739
  vendor_metadata?: VendorMetadataDTO[];
1736
- permissions?: Record<string, any>;
1740
+ permissions?: any;
1737
1741
  [index: string]: any;
1738
1742
  }
1739
1743
  export interface DeleteMenuV3LocalMenuGroupRequest extends BaseRequest, DeleteMenuV3LocalMenuGroupPath {
@@ -1764,9 +1768,9 @@ export type PostMenuV3LocalMenuGroupsBody = {
1764
1768
  allowed_global_menu_groups?: GlobalMenuGroupDTO[];
1765
1769
  draft_brands?: DraftBrandDTO[];
1766
1770
  published_brands?: PublishedBrandDTO[];
1767
- id?: Record<string, any>;
1771
+ id?: any;
1768
1772
  vendor_metadata?: VendorMetadataDTO[];
1769
- permissions?: Record<string, any>;
1773
+ permissions?: any;
1770
1774
  [index: string]: any;
1771
1775
  }[];
1772
1776
  export interface PostMenuV3LocalMenuGroupsResponse {
@@ -1889,7 +1893,7 @@ export interface PostMenuV3GlobalMenuGroupBody {
1889
1893
  published_brands?: PublishedBrandDTO[];
1890
1894
  posid_segment: string;
1891
1895
  vendor_metadata?: VendorMetadataDTO[];
1892
- permissions?: Record<string, any>;
1896
+ permissions?: any;
1893
1897
  [index: string]: any;
1894
1898
  }
1895
1899
  export type PostMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
@@ -1920,7 +1924,7 @@ export interface PatchMenuV3GlobalMenuGroupBody {
1920
1924
  id?: string;
1921
1925
  version?: number;
1922
1926
  vendor_metadata?: VendorMetadataDTO[];
1923
- permissions?: Record<string, any>;
1927
+ permissions?: any;
1924
1928
  [index: string]: any;
1925
1929
  }
1926
1930
  export type PatchMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
@@ -1946,7 +1950,7 @@ export interface DeleteMenuV3GlobalMenuGroupResponse {
1946
1950
  deleted_at?: string;
1947
1951
  version?: number;
1948
1952
  vendor_metadata?: VendorMetadataDTO[];
1949
- permissions?: Record<string, any>;
1953
+ permissions?: any;
1950
1954
  [index: string]: any;
1951
1955
  }
1952
1956
  export interface DeleteMenuV3GlobalMenuGroupRequest extends BaseRequest, RequestQuery<DeleteMenuV3GlobalMenuGroupQuery>, DeleteMenuV3GlobalMenuGroupPath {
@@ -1978,9 +1982,9 @@ export type PostMenuV3GlobalMenuGroupsBody = {
1978
1982
  draft_brands?: DraftBrandDTO[];
1979
1983
  published_brands?: PublishedBrandDTO[];
1980
1984
  posid_segment: string;
1981
- id?: Record<string, any>;
1985
+ id?: any;
1982
1986
  vendor_metadata?: VendorMetadataDTO[];
1983
- permissions?: Record<string, any>;
1987
+ permissions?: any;
1984
1988
  [index: string]: any;
1985
1989
  }[];
1986
1990
  export interface PostMenuV3GlobalMenuGroupsResponse {
@@ -2069,13 +2073,13 @@ export interface PostMenuV3DraftBrandBody {
2069
2073
  local_menu_group_id?: string;
2070
2074
  global_menu_group_id?: string;
2071
2075
  posid_segment?: string;
2072
- id?: Record<string, any>;
2076
+ id?: any;
2073
2077
  changes?: BrandChangeDTO[];
2074
2078
  local_menu_group?: LocalMenuGroupDTO;
2075
2079
  global_menu_group?: GlobalMenuGroupDTO;
2076
2080
  vendor_metadata?: VendorMetadataDTO[];
2077
2081
  attachments?: FileAttachmentsDTO;
2078
- permissions?: Record<string, any>;
2082
+ permissions?: any;
2079
2083
  [index: string]: any;
2080
2084
  }
2081
2085
  export type PostMenuV3DraftBrandResponse = DraftBrandDTO;
@@ -2123,7 +2127,7 @@ export interface PatchMenuV3DraftBrandBody {
2123
2127
  global_menu_group?: GlobalMenuGroupDTO;
2124
2128
  vendor_metadata?: VendorMetadataDTO[];
2125
2129
  attachments?: FileAttachmentsDTO;
2126
- permissions?: Record<string, any>;
2130
+ permissions?: any;
2127
2131
  [index: string]: any;
2128
2132
  }
2129
2133
  export type PatchMenuV3DraftBrandResponse = DraftBrandDTO;
@@ -2176,13 +2180,13 @@ export type PostMenuV3DraftBrandsBody = {
2176
2180
  local_menu_group_id?: string;
2177
2181
  global_menu_group_id?: string;
2178
2182
  posid_segment?: string;
2179
- id?: Record<string, any>;
2183
+ id?: any;
2180
2184
  changes?: BrandChangeDTO[];
2181
2185
  local_menu_group?: LocalMenuGroupDTO;
2182
2186
  global_menu_group?: GlobalMenuGroupDTO;
2183
2187
  vendor_metadata?: VendorMetadataDTO[];
2184
2188
  attachments?: FileAttachmentsDTO;
2185
- permissions?: Record<string, any>;
2189
+ permissions?: any;
2186
2190
  [index: string]: any;
2187
2191
  }[];
2188
2192
  export interface PostMenuV3DraftBrandsResponse {
@@ -2403,11 +2407,11 @@ export interface PostMenuV3BrandBody {
2403
2407
  local_menu_group_id?: string;
2404
2408
  global_menu_group_id?: string;
2405
2409
  posid_segment?: string;
2406
- id?: Record<string, any>;
2410
+ id?: any;
2407
2411
  local_menu_group?: LocalMenuGroupDTO;
2408
2412
  global_menu_group?: GlobalMenuGroupDTO;
2409
2413
  attachments?: FileAttachmentsDTO;
2410
- permissions?: Record<string, any>;
2414
+ permissions?: any;
2411
2415
  [index: string]: any;
2412
2416
  }
2413
2417
  export type PostMenuV3BrandResponse = PublishedBrandDTO;
@@ -2456,7 +2460,7 @@ export interface PatchMenuV3BrandBody {
2456
2460
  local_menu_group?: LocalMenuGroupDTO;
2457
2461
  global_menu_group?: GlobalMenuGroupDTO;
2458
2462
  attachments?: FileAttachmentsDTO;
2459
- permissions?: Record<string, any>;
2463
+ permissions?: any;
2460
2464
  [index: string]: any;
2461
2465
  }
2462
2466
  export type PatchMenuV3BrandResponse = PublishedBrandDTO;
@@ -2515,11 +2519,11 @@ export type PostMenuV3BrandsBody = {
2515
2519
  local_menu_group_id?: string;
2516
2520
  global_menu_group_id?: string;
2517
2521
  posid_segment?: string;
2518
- id?: Record<string, any>;
2522
+ id?: any;
2519
2523
  local_menu_group?: LocalMenuGroupDTO;
2520
2524
  global_menu_group?: GlobalMenuGroupDTO;
2521
2525
  attachments?: FileAttachmentsDTO;
2522
- permissions?: Record<string, any>;
2526
+ permissions?: any;
2523
2527
  [index: string]: any;
2524
2528
  }[];
2525
2529
  export interface PostMenuV3BrandsResponse {
@@ -2675,7 +2679,7 @@ export interface PostMenuV3BrandLocalResponse {
2675
2679
  global_menu_group?: GlobalMenuGroupDTO;
2676
2680
  vendor_metadata?: VendorMetadataDTO[];
2677
2681
  attachments?: FileAttachmentsDTO;
2678
- permissions?: Record<string, any>;
2682
+ permissions?: any;
2679
2683
  [index: string]: any;
2680
2684
  }
2681
2685
  export interface PostMenuV3BrandLocalRequest extends BaseRequest, RequestQuery<PostMenuV3BrandLocalQuery>, PostMenuV3BrandLocalPath {
@@ -2688,12 +2692,12 @@ export interface PostMenuV3DraftMenuBody {
2688
2692
  name: string;
2689
2693
  brand_id: string;
2690
2694
  category_images_enabled?: boolean;
2691
- id?: Record<string, any>;
2692
- applied_diff_snapshot?: Record<string, any>;
2695
+ id?: any;
2696
+ applied_diff_snapshot?: any;
2693
2697
  brand?: DraftBrandDTO;
2694
2698
  changes?: MenuChangeDTO[];
2695
2699
  vendor_metadata?: VendorMetadataDTO[];
2696
- permissions?: Record<string, any>;
2700
+ permissions?: any;
2697
2701
  [index: string]: any;
2698
2702
  }
2699
2703
  export type PostMenuV3DraftMenuResponse = DraftMenuDTO;
@@ -2723,12 +2727,12 @@ export interface PatchMenuV3DraftMenuBody {
2723
2727
  name?: string;
2724
2728
  brand_id?: string;
2725
2729
  category_images_enabled?: boolean;
2726
- applied_diff_snapshot?: Record<string, any>;
2730
+ applied_diff_snapshot?: any;
2727
2731
  version?: number;
2728
2732
  brand?: DraftBrandDTO;
2729
2733
  changes?: MenuChangeDTO[];
2730
2734
  vendor_metadata?: VendorMetadataDTO[];
2731
- permissions?: Record<string, any>;
2735
+ permissions?: any;
2732
2736
  [index: string]: any;
2733
2737
  }
2734
2738
  export type PatchMenuV3DraftMenuResponse = DraftMenuDTO;
@@ -2769,12 +2773,12 @@ export type PostMenuV3DraftMenusBody = {
2769
2773
  name: string;
2770
2774
  brand_id: string;
2771
2775
  category_images_enabled?: boolean;
2772
- id?: Record<string, any>;
2773
- applied_diff_snapshot?: Record<string, any>;
2776
+ id?: any;
2777
+ applied_diff_snapshot?: any;
2774
2778
  brand?: DraftBrandDTO;
2775
2779
  changes?: MenuChangeDTO[];
2776
2780
  vendor_metadata?: VendorMetadataDTO[];
2777
- permissions?: Record<string, any>;
2781
+ permissions?: any;
2778
2782
  [index: string]: any;
2779
2783
  }[];
2780
2784
  export interface PostMenuV3DraftMenusResponse {
@@ -2909,15 +2913,15 @@ export interface PostMenuV3DraftCategoryBody {
2909
2913
  brand_id: string;
2910
2914
  menu_id: string;
2911
2915
  item_images_enabled?: boolean;
2912
- id?: Record<string, any>;
2913
- applied_diff_snapshot?: Record<string, any>;
2916
+ id?: any;
2917
+ applied_diff_snapshot?: any;
2914
2918
  menu?: DraftMenuDTO;
2915
2919
  items?: DraftCategoryToItemRelationshipDTO[];
2916
2920
  brand?: DraftBrandDTO;
2917
2921
  changes?: CategoryChangeDTO[];
2918
2922
  vendor_metadata?: VendorMetadataDTO[];
2919
2923
  attachments?: FileAttachmentsDTO;
2920
- permissions?: Record<string, any>;
2924
+ permissions?: any;
2921
2925
  [index: string]: any;
2922
2926
  }
2923
2927
  export type PostMenuV3DraftCategoryResponse = DraftCategoryDTO;
@@ -2950,7 +2954,7 @@ export interface PatchMenuV3DraftCategoryBody {
2950
2954
  brand_id?: string;
2951
2955
  menu_id?: string;
2952
2956
  item_images_enabled?: boolean;
2953
- applied_diff_snapshot?: Record<string, any>;
2957
+ applied_diff_snapshot?: any;
2954
2958
  version?: number;
2955
2959
  menu?: DraftMenuDTO;
2956
2960
  items?: DraftCategoryToItemRelationshipDTO[];
@@ -2958,7 +2962,7 @@ export interface PatchMenuV3DraftCategoryBody {
2958
2962
  changes?: CategoryChangeDTO[];
2959
2963
  vendor_metadata?: VendorMetadataDTO[];
2960
2964
  attachments?: FileAttachmentsDTO;
2961
- permissions?: Record<string, any>;
2965
+ permissions?: any;
2962
2966
  [index: string]: any;
2963
2967
  }
2964
2968
  export type PatchMenuV3DraftCategoryResponse = DraftCategoryDTO;
@@ -2994,15 +2998,15 @@ export type PostMenuV3DraftCategoriesBody = {
2994
2998
  brand_id: string;
2995
2999
  menu_id: string;
2996
3000
  item_images_enabled?: boolean;
2997
- id?: Record<string, any>;
2998
- applied_diff_snapshot?: Record<string, any>;
3001
+ id?: any;
3002
+ applied_diff_snapshot?: any;
2999
3003
  menu?: DraftMenuDTO;
3000
3004
  items?: DraftCategoryToItemRelationshipDTO[];
3001
3005
  brand?: DraftBrandDTO;
3002
3006
  changes?: CategoryChangeDTO[];
3003
3007
  vendor_metadata?: VendorMetadataDTO[];
3004
3008
  attachments?: FileAttachmentsDTO;
3005
- permissions?: Record<string, any>;
3009
+ permissions?: any;
3006
3010
  [index: string]: any;
3007
3011
  }[];
3008
3012
  export interface PostMenuV3DraftCategoriesResponse {
@@ -3058,14 +3062,14 @@ export interface PostMenuV3DraftCategoryRelationshipsItemBody {
3058
3062
  category_id: string;
3059
3063
  brand_id: string;
3060
3064
  sequence?: number;
3061
- id?: Record<string, any>;
3062
- applied_diff_snapshot?: Record<string, any>;
3065
+ id?: any;
3066
+ applied_diff_snapshot?: any;
3063
3067
  category?: DraftCategoryDTO;
3064
3068
  item?: DraftItemDTO;
3065
3069
  brand?: DraftBrandDTO;
3066
3070
  changes?: CategoryToItemRelationshipChangeDTO[];
3067
3071
  vendor_metadata?: VendorMetadataDTO[];
3068
- permissions?: Record<string, any>;
3072
+ permissions?: any;
3069
3073
  [index: string]: any;
3070
3074
  }
3071
3075
  export type PostMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
@@ -3095,14 +3099,14 @@ export interface PatchMenuV3DraftCategoryRelationshipsItemBody {
3095
3099
  category_id?: string;
3096
3100
  brand_id?: string;
3097
3101
  sequence?: number;
3098
- applied_diff_snapshot?: Record<string, any>;
3102
+ applied_diff_snapshot?: any;
3099
3103
  version?: number;
3100
3104
  category?: DraftCategoryDTO;
3101
3105
  item?: DraftItemDTO;
3102
3106
  brand?: DraftBrandDTO;
3103
3107
  changes?: CategoryToItemRelationshipChangeDTO[];
3104
3108
  vendor_metadata?: VendorMetadataDTO[];
3105
- permissions?: Record<string, any>;
3109
+ permissions?: any;
3106
3110
  [index: string]: any;
3107
3111
  }
3108
3112
  export type PatchMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
@@ -3143,14 +3147,14 @@ export type PostMenuV3DraftCategoryRelationshipsItemsBody = {
3143
3147
  category_id: string;
3144
3148
  brand_id: string;
3145
3149
  sequence?: number;
3146
- id?: Record<string, any>;
3147
- applied_diff_snapshot?: Record<string, any>;
3150
+ id?: any;
3151
+ applied_diff_snapshot?: any;
3148
3152
  category?: DraftCategoryDTO;
3149
3153
  item?: DraftItemDTO;
3150
3154
  brand?: DraftBrandDTO;
3151
3155
  changes?: CategoryToItemRelationshipChangeDTO[];
3152
3156
  vendor_metadata?: VendorMetadataDTO[];
3153
- permissions?: Record<string, any>;
3157
+ permissions?: any;
3154
3158
  [index: string]: any;
3155
3159
  }[];
3156
3160
  export interface PostMenuV3DraftCategoryRelationshipsItemsResponse {
@@ -3234,19 +3238,19 @@ export interface PostMenuV3DraftItemBody {
3234
3238
  meal_value?: number;
3235
3239
  is_active?: boolean;
3236
3240
  posid?: string;
3237
- tax_tags?: Record<string, any>[];
3241
+ tax_tags?: any[];
3238
3242
  brand_id: string;
3239
3243
  line_route?: string;
3240
3244
  posid_segment?: string;
3241
- id?: Record<string, any>;
3242
- applied_diff_snapshot?: Record<string, any>;
3245
+ id?: any;
3246
+ applied_diff_snapshot?: any;
3243
3247
  brand?: DraftBrandDTO;
3244
3248
  categories?: DraftCategoryToItemRelationshipDTO[];
3245
3249
  changes?: ItemChangeDTO[];
3246
3250
  vendor_metadata?: VendorMetadataDTO[];
3247
3251
  attachments?: FileAttachmentsDTO;
3248
3252
  weight?: WeightDTO;
3249
- permissions?: Record<string, any>;
3253
+ permissions?: any;
3250
3254
  [index: string]: any;
3251
3255
  }
3252
3256
  export type PostMenuV3DraftItemResponse = DraftItemDTO;
@@ -3283,11 +3287,11 @@ export interface PatchMenuV3DraftItemBody {
3283
3287
  meal_value?: number;
3284
3288
  is_active?: boolean;
3285
3289
  posid?: string;
3286
- tax_tags?: Record<string, any>[];
3290
+ tax_tags?: any[];
3287
3291
  brand_id?: string;
3288
3292
  line_route?: string;
3289
3293
  posid_segment?: string;
3290
- applied_diff_snapshot?: Record<string, any>;
3294
+ applied_diff_snapshot?: any;
3291
3295
  version?: number;
3292
3296
  brand?: DraftBrandDTO;
3293
3297
  categories?: DraftCategoryToItemRelationshipDTO[];
@@ -3295,7 +3299,7 @@ export interface PatchMenuV3DraftItemBody {
3295
3299
  vendor_metadata?: VendorMetadataDTO[];
3296
3300
  attachments?: FileAttachmentsDTO;
3297
3301
  weight?: WeightDTO;
3298
- permissions?: Record<string, any>;
3302
+ permissions?: any;
3299
3303
  [index: string]: any;
3300
3304
  }
3301
3305
  export type PatchMenuV3DraftItemResponse = DraftItemDTO;
@@ -3343,19 +3347,19 @@ export type PostMenuV3DraftItemsBody = {
3343
3347
  meal_value?: number;
3344
3348
  is_active?: boolean;
3345
3349
  posid?: string;
3346
- tax_tags?: Record<string, any>[];
3350
+ tax_tags?: any[];
3347
3351
  brand_id: string;
3348
3352
  line_route?: string;
3349
3353
  posid_segment?: string;
3350
- id?: Record<string, any>;
3351
- applied_diff_snapshot?: Record<string, any>;
3354
+ id?: any;
3355
+ applied_diff_snapshot?: any;
3352
3356
  brand?: DraftBrandDTO;
3353
3357
  categories?: DraftCategoryToItemRelationshipDTO[];
3354
3358
  changes?: ItemChangeDTO[];
3355
3359
  vendor_metadata?: VendorMetadataDTO[];
3356
3360
  attachments?: FileAttachmentsDTO;
3357
3361
  weight?: WeightDTO;
3358
- permissions?: Record<string, any>;
3362
+ permissions?: any;
3359
3363
  [index: string]: any;
3360
3364
  }[];
3361
3365
  export interface PostMenuV3DraftItemsResponse {
@@ -3391,7 +3395,7 @@ export interface GetMenuV3DraftItemLineRoutesResponse {
3391
3395
  export interface GetMenuV3DraftItemLineRoutesRequest extends BaseRequest, RequestQuery<GetMenuV3DraftItemLineRoutesQuery>, GetMenuV3DraftItemLineRoutesPath {
3392
3396
  }
3393
3397
  export interface PatchMenuV3DraftItemsBulkUpdateBody {
3394
- id_list: Record<string, any>[];
3398
+ id_list: any[];
3395
3399
  parent?: DraftItemDTO;
3396
3400
  children?: DraftItemDTO[];
3397
3401
  modifier_groups?: DraftItemToModifierGroupRelationshipDTO[];
@@ -3407,18 +3411,18 @@ export interface PatchMenuV3DraftItemsBulkUpdateBody {
3407
3411
  meal_value?: number;
3408
3412
  is_active?: boolean;
3409
3413
  posid?: string;
3410
- tax_tags?: Record<string, any>[];
3414
+ tax_tags?: any[];
3411
3415
  brand_id?: string;
3412
3416
  line_route?: string;
3413
3417
  posid_segment?: string;
3414
- applied_diff_snapshot?: Record<string, any>;
3418
+ applied_diff_snapshot?: any;
3415
3419
  brand?: DraftBrandDTO;
3416
3420
  categories?: DraftCategoryToItemRelationshipDTO[];
3417
3421
  changes?: ItemChangeDTO[];
3418
3422
  vendor_metadata?: VendorMetadataDTO[];
3419
3423
  attachments?: FileAttachmentsDTO;
3420
3424
  weight?: WeightDTO;
3421
- permissions?: Record<string, any>;
3425
+ permissions?: any;
3422
3426
  [index: string]: any;
3423
3427
  }
3424
3428
  export interface PatchMenuV3DraftItemsBulkUpdateResponse {
@@ -3465,6 +3469,7 @@ export interface PostMenuV3DraftItemsImportRequest extends BaseRequest {
3465
3469
  }
3466
3470
  export interface PostMenuV3DraftItemsExportBody {
3467
3471
  brand_id: string;
3472
+ menu_id?: string;
3468
3473
  category_id?: string;
3469
3474
  [index: string]: any;
3470
3475
  }
@@ -3528,14 +3533,14 @@ export interface PostMenuV3DraftItemRelationshipsModifierGroupBody {
3528
3533
  item_id: string;
3529
3534
  brand_id: string;
3530
3535
  sequence?: number;
3531
- id?: Record<string, any>;
3532
- applied_diff_snapshot?: Record<string, any>;
3536
+ id?: any;
3537
+ applied_diff_snapshot?: any;
3533
3538
  item?: DraftItemDTO;
3534
3539
  modifier_group?: DraftModifierGroupDTO;
3535
3540
  brand?: DraftBrandDTO;
3536
3541
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3537
3542
  vendor_metadata?: VendorMetadataDTO[];
3538
- permissions?: Record<string, any>;
3543
+ permissions?: any;
3539
3544
  [index: string]: any;
3540
3545
  }
3541
3546
  export type PostMenuV3DraftItemRelationshipsModifierGroupResponse = DraftItemToModifierGroupRelationshipDTO;
@@ -3565,14 +3570,14 @@ export interface PatchMenuV3DraftItemRelationshipsModifierGroupBody {
3565
3570
  item_id?: string;
3566
3571
  brand_id?: string;
3567
3572
  sequence?: number;
3568
- applied_diff_snapshot?: Record<string, any>;
3573
+ applied_diff_snapshot?: any;
3569
3574
  version?: number;
3570
3575
  item?: DraftItemDTO;
3571
3576
  modifier_group?: DraftModifierGroupDTO;
3572
3577
  brand?: DraftBrandDTO;
3573
3578
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3574
3579
  vendor_metadata?: VendorMetadataDTO[];
3575
- permissions?: Record<string, any>;
3580
+ permissions?: any;
3576
3581
  [index: string]: any;
3577
3582
  }
3578
3583
  export type PatchMenuV3DraftItemRelationshipsModifierGroupResponse = DraftItemToModifierGroupRelationshipDTO;
@@ -3613,14 +3618,14 @@ export type PostMenuV3DraftItemRelationshipsModifierGroupsBody = {
3613
3618
  item_id: string;
3614
3619
  brand_id: string;
3615
3620
  sequence?: number;
3616
- id?: Record<string, any>;
3617
- applied_diff_snapshot?: Record<string, any>;
3621
+ id?: any;
3622
+ applied_diff_snapshot?: any;
3618
3623
  item?: DraftItemDTO;
3619
3624
  modifier_group?: DraftModifierGroupDTO;
3620
3625
  brand?: DraftBrandDTO;
3621
3626
  changes?: ItemToModifierGroupRelationshipChangeDTO[];
3622
3627
  vendor_metadata?: VendorMetadataDTO[];
3623
- permissions?: Record<string, any>;
3628
+ permissions?: any;
3624
3629
  [index: string]: any;
3625
3630
  }[];
3626
3631
  export interface PostMenuV3DraftItemRelationshipsModifierGroupsResponse {
@@ -3702,12 +3707,12 @@ export interface PostMenuV3DraftModifierGroupBody {
3702
3707
  is_active?: boolean;
3703
3708
  limit?: number;
3704
3709
  brand_id: string;
3705
- id?: Record<string, any>;
3706
- applied_diff_snapshot?: Record<string, any>;
3710
+ id?: any;
3711
+ applied_diff_snapshot?: any;
3707
3712
  brand?: DraftBrandDTO;
3708
3713
  changes?: ModifierGroupChangeDTO[];
3709
3714
  vendor_metadata?: VendorMetadataDTO[];
3710
- permissions?: Record<string, any>;
3715
+ permissions?: any;
3711
3716
  [index: string]: any;
3712
3717
  }
3713
3718
  export type PostMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
@@ -3742,12 +3747,12 @@ export interface PatchMenuV3DraftModifierGroupBody {
3742
3747
  is_active?: boolean;
3743
3748
  limit?: number;
3744
3749
  brand_id?: string;
3745
- applied_diff_snapshot?: Record<string, any>;
3750
+ applied_diff_snapshot?: any;
3746
3751
  version?: number;
3747
3752
  brand?: DraftBrandDTO;
3748
3753
  changes?: ModifierGroupChangeDTO[];
3749
3754
  vendor_metadata?: VendorMetadataDTO[];
3750
- permissions?: Record<string, any>;
3755
+ permissions?: any;
3751
3756
  [index: string]: any;
3752
3757
  }
3753
3758
  export type PatchMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
@@ -3793,12 +3798,12 @@ export type PostMenuV3DraftModifierGroupsBody = {
3793
3798
  is_active?: boolean;
3794
3799
  limit?: number;
3795
3800
  brand_id: string;
3796
- id?: Record<string, any>;
3797
- applied_diff_snapshot?: Record<string, any>;
3801
+ id?: any;
3802
+ applied_diff_snapshot?: any;
3798
3803
  brand?: DraftBrandDTO;
3799
3804
  changes?: ModifierGroupChangeDTO[];
3800
3805
  vendor_metadata?: VendorMetadataDTO[];
3801
- permissions?: Record<string, any>;
3806
+ permissions?: any;
3802
3807
  [index: string]: any;
3803
3808
  }[];
3804
3809
  export interface PostMenuV3DraftModifierGroupsResponse {
@@ -3841,12 +3846,12 @@ export interface PostMenuV3DraftModifierGroupDuplicateResponse {
3841
3846
  is_active?: boolean;
3842
3847
  limit?: number;
3843
3848
  brand_id: string;
3844
- applied_diff_snapshot?: Record<string, any>;
3849
+ applied_diff_snapshot?: any;
3845
3850
  version?: number;
3846
3851
  brand?: DraftBrandDTO;
3847
3852
  changes?: ModifierGroupChangeDTO[];
3848
3853
  vendor_metadata?: VendorMetadataDTO[];
3849
- permissions?: Record<string, any>;
3854
+ permissions?: any;
3850
3855
  [index: string]: any;
3851
3856
  }
3852
3857
  export interface PostMenuV3DraftModifierGroupDuplicateRequest extends BaseRequest, PostMenuV3DraftModifierGroupDuplicatePath {
@@ -3905,14 +3910,14 @@ export interface PostMenuV3DraftModifierGroupRelationshipsModifierBody {
3905
3910
  modifier_group_id: string;
3906
3911
  brand_id: string;
3907
3912
  sequence?: number;
3908
- id?: Record<string, any>;
3909
- applied_diff_snapshot?: Record<string, any>;
3913
+ id?: any;
3914
+ applied_diff_snapshot?: any;
3910
3915
  modifier?: DraftModifierDTO;
3911
3916
  modifier_group?: DraftModifierGroupDTO;
3912
3917
  brand?: DraftBrandDTO;
3913
3918
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3914
3919
  vendor_metadata?: VendorMetadataDTO[];
3915
- permissions?: Record<string, any>;
3920
+ permissions?: any;
3916
3921
  [index: string]: any;
3917
3922
  }
3918
3923
  export type PostMenuV3DraftModifierGroupRelationshipsModifierResponse = DraftModifierGroupToModifierRelationshipDTO;
@@ -3942,14 +3947,14 @@ export interface PatchMenuV3DraftModifierGroupRelationshipsModifierBody {
3942
3947
  modifier_group_id?: string;
3943
3948
  brand_id?: string;
3944
3949
  sequence?: number;
3945
- applied_diff_snapshot?: Record<string, any>;
3950
+ applied_diff_snapshot?: any;
3946
3951
  version?: number;
3947
3952
  modifier?: DraftModifierDTO;
3948
3953
  modifier_group?: DraftModifierGroupDTO;
3949
3954
  brand?: DraftBrandDTO;
3950
3955
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3951
3956
  vendor_metadata?: VendorMetadataDTO[];
3952
- permissions?: Record<string, any>;
3957
+ permissions?: any;
3953
3958
  [index: string]: any;
3954
3959
  }
3955
3960
  export type PatchMenuV3DraftModifierGroupRelationshipsModifierResponse = DraftModifierGroupToModifierRelationshipDTO;
@@ -3990,14 +3995,14 @@ export type PostMenuV3DraftModifierGroupRelationshipsModifiersBody = {
3990
3995
  modifier_group_id: string;
3991
3996
  brand_id: string;
3992
3997
  sequence?: number;
3993
- id?: Record<string, any>;
3994
- applied_diff_snapshot?: Record<string, any>;
3998
+ id?: any;
3999
+ applied_diff_snapshot?: any;
3995
4000
  modifier?: DraftModifierDTO;
3996
4001
  modifier_group?: DraftModifierGroupDTO;
3997
4002
  brand?: DraftBrandDTO;
3998
4003
  changes?: ModifierGroupToModifierRelationshipChangeDTO[];
3999
4004
  vendor_metadata?: VendorMetadataDTO[];
4000
- permissions?: Record<string, any>;
4005
+ permissions?: any;
4001
4006
  [index: string]: any;
4002
4007
  }[];
4003
4008
  export interface PostMenuV3DraftModifierGroupRelationshipsModifiersResponse {
@@ -4076,21 +4081,21 @@ export interface PostMenuV3DraftModifierBody {
4076
4081
  description?: string;
4077
4082
  price: number;
4078
4083
  calories?: number;
4079
- tax_tags?: Record<string, any>[];
4084
+ tax_tags?: any[];
4080
4085
  is_active?: boolean;
4081
4086
  posid?: string;
4082
4087
  reporting: ReportingMetadataDTO;
4083
4088
  posid_segment?: string;
4084
4089
  brand_id: string;
4085
- sizing?: Record<string, any>[];
4086
- id?: Record<string, any>;
4087
- applied_diff_snapshot?: Record<string, any>;
4090
+ sizing?: any[];
4091
+ id?: any;
4092
+ applied_diff_snapshot?: any;
4088
4093
  brand?: DraftBrandDTO;
4089
4094
  changes?: ModifierChangeDTO[];
4090
4095
  vendor_metadata?: VendorMetadataDTO[];
4091
4096
  weight?: WeightDTO;
4092
4097
  attachments?: FileAttachmentsDTO;
4093
- permissions?: Record<string, any>;
4098
+ permissions?: any;
4094
4099
  [index: string]: any;
4095
4100
  }
4096
4101
  export type PostMenuV3DraftModifierResponse = DraftModifierDTO;
@@ -4122,21 +4127,21 @@ export interface PatchMenuV3DraftModifierBody {
4122
4127
  description?: string;
4123
4128
  price?: number;
4124
4129
  calories?: number;
4125
- tax_tags?: Record<string, any>[];
4130
+ tax_tags?: any[];
4126
4131
  is_active?: boolean;
4127
4132
  posid?: string;
4128
4133
  reporting?: ReportingMetadataDTO;
4129
4134
  posid_segment?: string;
4130
4135
  brand_id?: string;
4131
- sizing?: Record<string, any>[];
4132
- applied_diff_snapshot?: Record<string, any>;
4136
+ sizing?: any[];
4137
+ applied_diff_snapshot?: any;
4133
4138
  version?: number;
4134
4139
  brand?: DraftBrandDTO;
4135
4140
  changes?: ModifierChangeDTO[];
4136
4141
  vendor_metadata?: VendorMetadataDTO[];
4137
4142
  weight?: WeightDTO;
4138
4143
  attachments?: FileAttachmentsDTO;
4139
- permissions?: Record<string, any>;
4144
+ permissions?: any;
4140
4145
  [index: string]: any;
4141
4146
  }
4142
4147
  export type PatchMenuV3DraftModifierResponse = DraftModifierDTO;
@@ -4179,21 +4184,21 @@ export type PostMenuV3DraftModifiersBody = {
4179
4184
  description?: string;
4180
4185
  price: number;
4181
4186
  calories?: number;
4182
- tax_tags?: Record<string, any>[];
4187
+ tax_tags?: any[];
4183
4188
  is_active?: boolean;
4184
4189
  posid?: string;
4185
4190
  reporting: ReportingMetadataDTO;
4186
4191
  posid_segment?: string;
4187
4192
  brand_id: string;
4188
- sizing?: Record<string, any>[];
4189
- id?: Record<string, any>;
4190
- applied_diff_snapshot?: Record<string, any>;
4193
+ sizing?: any[];
4194
+ id?: any;
4195
+ applied_diff_snapshot?: any;
4191
4196
  brand?: DraftBrandDTO;
4192
4197
  changes?: ModifierChangeDTO[];
4193
4198
  vendor_metadata?: VendorMetadataDTO[];
4194
4199
  weight?: WeightDTO;
4195
4200
  attachments?: FileAttachmentsDTO;
4196
- permissions?: Record<string, any>;
4201
+ permissions?: any;
4197
4202
  [index: string]: any;
4198
4203
  }[];
4199
4204
  export interface PostMenuV3DraftModifiersResponse {
@@ -4217,7 +4222,7 @@ export interface GetMenuV3DraftModifiersCountResponse {
4217
4222
  export interface GetMenuV3DraftModifiersCountRequest extends BaseRequest, RequestQuery<GetMenuV3DraftModifiersCountQuery> {
4218
4223
  }
4219
4224
  export interface PatchMenuV3DraftModifiersBulkUpdateBody {
4220
- id_list: Record<string, any>[];
4225
+ id_list: any[];
4221
4226
  parent?: DraftModifierDTO;
4222
4227
  children?: DraftModifierDTO[];
4223
4228
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
@@ -4228,20 +4233,20 @@ export interface PatchMenuV3DraftModifiersBulkUpdateBody {
4228
4233
  description?: string;
4229
4234
  price?: number;
4230
4235
  calories?: number;
4231
- tax_tags?: Record<string, any>[];
4236
+ tax_tags?: any[];
4232
4237
  is_active?: boolean;
4233
4238
  posid?: string;
4234
4239
  reporting?: ReportingMetadataDTO;
4235
4240
  posid_segment?: string;
4236
4241
  brand_id?: string;
4237
- sizing?: Record<string, any>[];
4238
- applied_diff_snapshot?: Record<string, any>;
4242
+ sizing?: any[];
4243
+ applied_diff_snapshot?: any;
4239
4244
  brand?: DraftBrandDTO;
4240
4245
  changes?: ModifierChangeDTO[];
4241
4246
  vendor_metadata?: VendorMetadataDTO[];
4242
4247
  weight?: WeightDTO;
4243
4248
  attachments?: FileAttachmentsDTO;
4244
- permissions?: Record<string, any>;
4249
+ permissions?: any;
4245
4250
  [index: string]: any;
4246
4251
  }
4247
4252
  export interface PatchMenuV3DraftModifiersBulkUpdateResponse {
@@ -4312,8 +4317,8 @@ export interface PostMenuV3IntegrationsTransltrImportQuery {
4312
4317
  "body.data"?: string;
4313
4318
  }
4314
4319
  export interface PostMenuV3IntegrationsTransltrImportResponse {
4315
- errors?: Record<string, any>;
4316
- results?: Record<string, any>;
4320
+ errors?: any;
4321
+ results?: any;
4317
4322
  }
4318
4323
  export interface PostMenuV3IntegrationsTransltrImportRequest extends BaseRequest, RequestQuery<PostMenuV3IntegrationsTransltrImportQuery> {
4319
4324
  }
@@ -4333,17 +4338,17 @@ export interface GetMenuV3GlobalDiffResponse {
4333
4338
  deleted_at?: string;
4334
4339
  entity_type?: string;
4335
4340
  local_id?: string;
4336
- changes?: Record<string, any>;
4337
- local_changes?: Record<string, any>;
4338
- local_snapshot?: Record<string, any>;
4341
+ changes?: any;
4342
+ local_changes?: any;
4343
+ local_snapshot?: any;
4339
4344
  global_id?: string;
4340
- global_snapshot?: Record<string, any>;
4345
+ global_snapshot?: any;
4341
4346
  brand_id?: string;
4342
4347
  version?: number;
4343
4348
  depends_on?: GlobalDiffDependencyDTO[];
4344
4349
  is_depended_by?: GlobalDiffDependencyDTO[];
4345
4350
  brand?: DraftBrandDTO;
4346
- permissions?: Record<string, any>;
4351
+ permissions?: any;
4347
4352
  [index: string]: any;
4348
4353
  }
4349
4354
  export interface GetMenuV3GlobalDiffRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffQuery>, GetMenuV3GlobalDiffPath {
@@ -4380,4 +4385,5 @@ export interface GetMenuV3GlobalDiffsCountResponse {
4380
4385
  }
4381
4386
  export interface GetMenuV3GlobalDiffsCountRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffsCountQuery> {
4382
4387
  }
4388
+ export {};
4383
4389
  //# sourceMappingURL=menu.d.ts.map