@compassdigital/sdk.typescript 4.475.0 → 4.476.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.
@@ -628,7 +628,6 @@ export interface DraftMenuDTO {
628
628
  updated_at?: string;
629
629
  deleted_at?: string;
630
630
  parent_id?: string;
631
- draft_parent_id?: string;
632
631
  name?: string;
633
632
  brand_id?: string;
634
633
  translation?: NameTranslation;
@@ -653,7 +652,6 @@ export interface DraftCategoryDTO {
653
652
  updated_at?: string;
654
653
  deleted_at?: string;
655
654
  parent_id?: string;
656
- draft_parent_id?: string;
657
655
  name?: string;
658
656
  label?: string;
659
657
  sequence?: number;
@@ -707,7 +705,6 @@ export interface DraftItemDTO {
707
705
  updated_at?: string;
708
706
  deleted_at?: string;
709
707
  parent_id?: string;
710
- draft_parent_id?: string;
711
708
  name?: string;
712
709
  name_on_receipt?: string;
713
710
  name_on_kds?: string;
@@ -781,7 +778,6 @@ export interface DraftModifierGroupDTO {
781
778
  updated_at?: string;
782
779
  deleted_at?: string;
783
780
  parent_id?: string;
784
- draft_parent_id?: string;
785
781
  name?: string;
786
782
  label?: string;
787
783
  min?: number;
@@ -833,7 +829,6 @@ export interface DraftModifierDTO {
833
829
  updated_at?: string;
834
830
  deleted_at?: string;
835
831
  parent_id?: string;
836
- draft_parent_id?: string;
837
832
  name?: string;
838
833
  name_on_receipt?: string;
839
834
  name_on_kds?: string;
@@ -1245,7 +1240,6 @@ export interface PublishedMenuDTO {
1245
1240
  updated_at?: string;
1246
1241
  deleted_at?: string;
1247
1242
  parent_id?: string;
1248
- draft_parent_id?: string;
1249
1243
  name?: string;
1250
1244
  brand_id?: string;
1251
1245
  translation?: NameTranslation;
@@ -1259,7 +1253,6 @@ export interface PublishedCategoryDTO {
1259
1253
  updated_at?: string;
1260
1254
  deleted_at?: string;
1261
1255
  parent_id?: string;
1262
- draft_parent_id?: string;
1263
1256
  name?: string;
1264
1257
  label?: string;
1265
1258
  sequence?: number;
@@ -1292,7 +1285,6 @@ export interface PublishedItemDTO {
1292
1285
  updated_at?: string;
1293
1286
  deleted_at?: string;
1294
1287
  parent_id?: string;
1295
- draft_parent_id?: string;
1296
1288
  name?: string;
1297
1289
  name_on_receipt?: string;
1298
1290
  name_on_kds?: string;
@@ -1343,7 +1335,6 @@ export interface PublishedModifierGroupDTO {
1343
1335
  updated_at?: string;
1344
1336
  deleted_at?: string;
1345
1337
  parent_id?: string;
1346
- draft_parent_id?: string;
1347
1338
  name?: string;
1348
1339
  label?: string;
1349
1340
  min?: number;
@@ -1381,7 +1372,6 @@ export interface PublishedModifierDTO {
1381
1372
  updated_at?: string;
1382
1373
  deleted_at?: string;
1383
1374
  parent_id?: string;
1384
- draft_parent_id?: string;
1385
1375
  name?: string;
1386
1376
  name_on_receipt?: string;
1387
1377
  name_on_kds?: string;
@@ -1635,7 +1625,6 @@ export interface DraftItemEntityDTO {
1635
1625
  updated_at?: string;
1636
1626
  deleted_at?: string;
1637
1627
  parent_id?: string;
1638
- draft_parent_id?: string;
1639
1628
  name: string;
1640
1629
  name_on_receipt?: string;
1641
1630
  name_on_kds?: string;
@@ -1690,7 +1679,6 @@ export interface DraftModifierEntityDTO {
1690
1679
  updated_at?: string;
1691
1680
  deleted_at?: string;
1692
1681
  parent_id?: string;
1693
- draft_parent_id?: string;
1694
1682
  name: string;
1695
1683
  name_on_receipt?: string;
1696
1684
  name_on_kds?: string;
@@ -1788,7 +1776,6 @@ export interface DraftModifierGroupEntityDTO {
1788
1776
  updated_at?: string;
1789
1777
  deleted_at?: string;
1790
1778
  parent_id?: string;
1791
- draft_parent_id?: string;
1792
1779
  name: string;
1793
1780
  label?: string;
1794
1781
  min?: number;
@@ -1909,7 +1896,6 @@ export interface PartialItemDTO {
1909
1896
  cpg_item?: UniversalItemDTO;
1910
1897
  stocks?: StockDTO[];
1911
1898
  parent_id?: string;
1912
- draft_parent_id?: string;
1913
1899
  name?: string;
1914
1900
  name_on_receipt?: string;
1915
1901
  name_on_kds?: string;
@@ -1955,7 +1941,6 @@ export interface PartialModifierDTO {
1955
1941
  children?: DraftModifierDTO[];
1956
1942
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
1957
1943
  parent_id?: string;
1958
- draft_parent_id?: string;
1959
1944
  name?: string;
1960
1945
  name_on_receipt?: string;
1961
1946
  name_on_kds?: string;
@@ -3647,7 +3632,6 @@ export interface PostMenuV3DraftMenuBody {
3647
3632
  station_id?: string;
3648
3633
  price_level_id?: string;
3649
3634
  parent_id?: string;
3650
- draft_parent_id?: string;
3651
3635
  name: string;
3652
3636
  brand_id: string;
3653
3637
  translation?: NameTranslation;
@@ -3686,7 +3670,6 @@ export interface PatchMenuV3DraftMenuBody {
3686
3670
  price_level_id?: string;
3687
3671
  id?: string;
3688
3672
  parent_id?: string;
3689
- draft_parent_id?: string;
3690
3673
  name?: string;
3691
3674
  brand_id?: string;
3692
3675
  translation?: NameTranslation;
@@ -3738,7 +3721,6 @@ export type PostMenuV3DraftMenusBody = {
3738
3721
  station_id?: string;
3739
3722
  price_level_id?: string;
3740
3723
  parent_id?: string;
3741
- draft_parent_id?: string;
3742
3724
  name: string;
3743
3725
  brand_id: string;
3744
3726
  translation?: NameTranslation;
@@ -3830,7 +3812,6 @@ export interface PostMenuV3DraftMenuDuplicateResponse {
3830
3812
  updated_at?: string;
3831
3813
  deleted_at?: string;
3832
3814
  parent_id?: string;
3833
- draft_parent_id?: string;
3834
3815
  name: string;
3835
3816
  brand_id: string;
3836
3817
  translation?: NameTranslation;
@@ -3956,7 +3937,6 @@ export interface PostMenuV3DraftCategoryBody {
3956
3937
  parent?: DraftCategoryDTO;
3957
3938
  children?: DraftCategoryDTO[];
3958
3939
  parent_id?: string;
3959
- draft_parent_id?: string;
3960
3940
  name: string;
3961
3941
  label?: string;
3962
3942
  sequence?: number;
@@ -3997,7 +3977,6 @@ export interface PatchMenuV3DraftCategoryBody {
3997
3977
  children?: DraftCategoryDTO[];
3998
3978
  id?: string;
3999
3979
  parent_id?: string;
4000
- draft_parent_id?: string;
4001
3980
  name?: string;
4002
3981
  label?: string;
4003
3982
  sequence?: number;
@@ -4043,7 +4022,6 @@ export type PostMenuV3DraftCategoriesBody = {
4043
4022
  parent?: DraftCategoryDTO;
4044
4023
  children?: DraftCategoryDTO[];
4045
4024
  parent_id?: string;
4046
- draft_parent_id?: string;
4047
4025
  name: string;
4048
4026
  label?: string;
4049
4027
  sequence?: number;
@@ -4108,7 +4086,6 @@ export interface PostMenuV3DraftCategoryDuplicateResponse {
4108
4086
  updated_at?: string;
4109
4087
  deleted_at?: string;
4110
4088
  parent_id?: string;
4111
- draft_parent_id?: string;
4112
4089
  name: string;
4113
4090
  label?: string;
4114
4091
  sequence?: number;
@@ -4360,7 +4337,6 @@ export interface PostMenuV3DraftItemBody {
4360
4337
  cpg_item?: UniversalItemDTO;
4361
4338
  stocks?: StockDTO[];
4362
4339
  parent_id?: string;
4363
- draft_parent_id?: string;
4364
4340
  name: string;
4365
4341
  name_on_receipt?: string;
4366
4342
  name_on_kds?: string;
@@ -4427,7 +4403,6 @@ export interface PatchMenuV3DraftItemBody {
4427
4403
  stocks?: StockDTO[];
4428
4404
  id?: string;
4429
4405
  parent_id?: string;
4430
- draft_parent_id?: string;
4431
4406
  name?: string;
4432
4407
  name_on_receipt?: string;
4433
4408
  name_on_kds?: string;
@@ -4519,7 +4494,6 @@ export type PostMenuV3DraftItemsBody = {
4519
4494
  cpg_item?: UniversalItemDTO;
4520
4495
  stocks?: StockDTO[];
4521
4496
  parent_id?: string;
4522
- draft_parent_id?: string;
4523
4497
  name: string;
4524
4498
  name_on_receipt?: string;
4525
4499
  name_on_kds?: string;
@@ -4604,7 +4578,6 @@ export interface PatchMenuV3DraftItemsBulkUpdateBody {
4604
4578
  stocks?: StockDTO[];
4605
4579
  id?: string;
4606
4580
  parent_id?: string;
4607
- draft_parent_id?: string;
4608
4581
  name?: string;
4609
4582
  name_on_receipt?: string;
4610
4583
  name_on_kds?: string;
@@ -4924,7 +4897,6 @@ export interface PostMenuV3DraftModifierGroupBody {
4924
4897
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
4925
4898
  items?: DraftItemToModifierGroupRelationshipDTO[];
4926
4899
  parent_id?: string;
4927
- draft_parent_id?: string;
4928
4900
  name: string;
4929
4901
  label?: string;
4930
4902
  min?: number;
@@ -4968,7 +4940,6 @@ export interface PatchMenuV3DraftModifierGroupBody {
4968
4940
  items?: DraftItemToModifierGroupRelationshipDTO[];
4969
4941
  id?: string;
4970
4942
  parent_id?: string;
4971
- draft_parent_id?: string;
4972
4943
  name?: string;
4973
4944
  label?: string;
4974
4945
  min?: number;
@@ -5025,7 +4996,6 @@ export type PostMenuV3DraftModifierGroupsBody = {
5025
4996
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
5026
4997
  items?: DraftItemToModifierGroupRelationshipDTO[];
5027
4998
  parent_id?: string;
5028
- draft_parent_id?: string;
5029
4999
  name: string;
5030
5000
  label?: string;
5031
5001
  min?: number;
@@ -5084,7 +5054,6 @@ export interface PostMenuV3DraftModifierGroupDuplicateResponse {
5084
5054
  updated_at?: string;
5085
5055
  deleted_at?: string;
5086
5056
  parent_id?: string;
5087
- draft_parent_id?: string;
5088
5057
  name: string;
5089
5058
  label?: string;
5090
5059
  min?: number;
@@ -5331,7 +5300,6 @@ export interface PostMenuV3DraftModifierBody {
5331
5300
  children?: DraftModifierDTO[];
5332
5301
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
5333
5302
  parent_id?: string;
5334
- draft_parent_id?: string;
5335
5303
  name: string;
5336
5304
  name_on_receipt?: string;
5337
5305
  name_on_kds?: string;
@@ -5393,7 +5361,6 @@ export interface PatchMenuV3DraftModifierBody {
5393
5361
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
5394
5362
  id?: string;
5395
5363
  parent_id?: string;
5396
- draft_parent_id?: string;
5397
5364
  name?: string;
5398
5365
  name_on_receipt?: string;
5399
5366
  name_on_kds?: string;
@@ -5480,7 +5447,6 @@ export type PostMenuV3DraftModifiersBody = {
5480
5447
  children?: DraftModifierDTO[];
5481
5448
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
5482
5449
  parent_id?: string;
5483
- draft_parent_id?: string;
5484
5450
  name: string;
5485
5451
  name_on_receipt?: string;
5486
5452
  name_on_kds?: string;
@@ -5560,7 +5526,6 @@ export interface PatchMenuV3DraftModifiersBulkUpdateBody {
5560
5526
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
5561
5527
  id?: string;
5562
5528
  parent_id?: string;
5563
- draft_parent_id?: string;
5564
5529
  name?: string;
5565
5530
  name_on_receipt?: string;
5566
5531
  name_on_kds?: string;
@@ -6139,7 +6104,6 @@ export interface PostMenuV4BrandMenuBody {
6139
6104
  station_id?: string;
6140
6105
  price_level_id?: string;
6141
6106
  parent_id?: string;
6142
- draft_parent_id?: string;
6143
6107
  name: string;
6144
6108
  brand_id: string;
6145
6109
  translation?: NameTranslation;
@@ -6164,7 +6128,6 @@ export interface PostMenuV4BrandMenuResponse {
6164
6128
  updated_at?: string;
6165
6129
  deleted_at?: string;
6166
6130
  parent_id?: string;
6167
- draft_parent_id?: string;
6168
6131
  name: string;
6169
6132
  brand_id: string;
6170
6133
  translation?: NameTranslation;
@@ -6194,7 +6157,6 @@ export interface PatchMenuV4BrandMenuBody {
6194
6157
  price_level_id?: string;
6195
6158
  id?: string;
6196
6159
  parent_id?: string;
6197
- draft_parent_id?: string;
6198
6160
  name?: string;
6199
6161
  brand_id?: string;
6200
6162
  translation?: NameTranslation;
@@ -6220,7 +6182,6 @@ export interface PatchMenuV4BrandMenuResponse {
6220
6182
  updated_at?: string;
6221
6183
  deleted_at?: string;
6222
6184
  parent_id?: string;
6223
- draft_parent_id?: string;
6224
6185
  name: string;
6225
6186
  brand_id: string;
6226
6187
  translation?: NameTranslation;
@@ -6253,7 +6214,6 @@ export interface DeleteMenuV4BrandMenuResponse {
6253
6214
  updated_at?: string;
6254
6215
  deleted_at?: string;
6255
6216
  parent_id?: string;
6256
- draft_parent_id?: string;
6257
6217
  name: string;
6258
6218
  brand_id: string;
6259
6219
  translation?: NameTranslation;
@@ -6357,7 +6317,6 @@ export interface PostMenuV4BrandCategoryBody {
6357
6317
  parent?: DraftCategoryDTO;
6358
6318
  children?: DraftCategoryDTO[];
6359
6319
  parent_id?: string;
6360
- draft_parent_id?: string;
6361
6320
  name: string;
6362
6321
  label?: string;
6363
6322
  sequence?: number;
@@ -6384,7 +6343,6 @@ export interface PostMenuV4BrandCategoryResponse {
6384
6343
  updated_at?: string;
6385
6344
  deleted_at?: string;
6386
6345
  parent_id?: string;
6387
- draft_parent_id?: string;
6388
6346
  name: string;
6389
6347
  label?: string;
6390
6348
  sequence?: number;
@@ -6416,7 +6374,6 @@ export interface PatchMenuV4BrandCategoryBody {
6416
6374
  children?: DraftCategoryDTO[];
6417
6375
  id?: string;
6418
6376
  parent_id?: string;
6419
- draft_parent_id?: string;
6420
6377
  name?: string;
6421
6378
  label?: string;
6422
6379
  sequence?: number;
@@ -6444,7 +6401,6 @@ export interface PatchMenuV4BrandCategoryResponse {
6444
6401
  updated_at?: string;
6445
6402
  deleted_at?: string;
6446
6403
  parent_id?: string;
6447
- draft_parent_id?: string;
6448
6404
  name: string;
6449
6405
  label?: string;
6450
6406
  sequence?: number;
@@ -6479,7 +6435,6 @@ export interface DeleteMenuV4BrandCategoryResponse {
6479
6435
  updated_at?: string;
6480
6436
  deleted_at?: string;
6481
6437
  parent_id?: string;
6482
- draft_parent_id?: string;
6483
6438
  name: string;
6484
6439
  label?: string;
6485
6440
  sequence?: number;
@@ -6634,7 +6589,6 @@ export interface PostMenuV4BrandCategoryDuplicateBody {
6634
6589
  children?: DraftCategoryDTO[];
6635
6590
  id?: string;
6636
6591
  parent_id?: string;
6637
- draft_parent_id?: string;
6638
6592
  name?: string;
6639
6593
  label?: string;
6640
6594
  sequence?: number;
@@ -6662,7 +6616,6 @@ export interface PostMenuV4BrandCategoryDuplicateResponse {
6662
6616
  updated_at?: string;
6663
6617
  deleted_at?: string;
6664
6618
  parent_id?: string;
6665
- draft_parent_id?: string;
6666
6619
  name: string;
6667
6620
  label?: string;
6668
6621
  sequence?: number;
@@ -6698,7 +6651,6 @@ export interface PostMenuV4BrandMenuDuplicateBody {
6698
6651
  price_level_id?: string;
6699
6652
  id?: string;
6700
6653
  parent_id?: string;
6701
- draft_parent_id?: string;
6702
6654
  name?: string;
6703
6655
  brand_id?: string;
6704
6656
  translation?: NameTranslation;
@@ -6724,7 +6676,6 @@ export interface PostMenuV4BrandMenuDuplicateResponse {
6724
6676
  updated_at?: string;
6725
6677
  deleted_at?: string;
6726
6678
  parent_id?: string;
6727
- draft_parent_id?: string;
6728
6679
  name: string;
6729
6680
  brand_id: string;
6730
6681
  translation?: NameTranslation;
@@ -6798,7 +6749,6 @@ export interface PostMenuV4ItemBody {
6798
6749
  cpg_item?: UniversalItemDTO;
6799
6750
  stocks?: StockDTO[];
6800
6751
  parent_id?: string;
6801
- draft_parent_id?: string;
6802
6752
  name: string;
6803
6753
  name_on_receipt?: string;
6804
6754
  name_on_kds?: string;
@@ -6852,7 +6802,6 @@ export interface PostMenuV4ItemResponse {
6852
6802
  updated_at?: string;
6853
6803
  deleted_at?: string;
6854
6804
  parent_id?: string;
6855
- draft_parent_id?: string;
6856
6805
  name: string;
6857
6806
  name_on_receipt?: string;
6858
6807
  name_on_kds?: string;
@@ -6905,7 +6854,6 @@ export type PostMenuV4ItemsBulkCreateBody = {
6905
6854
  cpg_item?: UniversalItemDTO;
6906
6855
  stocks?: StockDTO[];
6907
6856
  parent_id?: string;
6908
- draft_parent_id?: string;
6909
6857
  name: string;
6910
6858
  name_on_receipt?: string;
6911
6859
  name_on_kds?: string;
@@ -6972,7 +6920,6 @@ export interface GetMenuV4ItemResponse {
6972
6920
  updated_at?: string;
6973
6921
  deleted_at?: string;
6974
6922
  parent_id?: string;
6975
- draft_parent_id?: string;
6976
6923
  name: string;
6977
6924
  name_on_receipt?: string;
6978
6925
  name_on_kds?: string;
@@ -7028,7 +6975,6 @@ export interface PatchMenuV4ItemBody {
7028
6975
  cpg_item?: UniversalItemDTO;
7029
6976
  stocks?: StockDTO[];
7030
6977
  parent_id?: string;
7031
- draft_parent_id?: string;
7032
6978
  name?: string;
7033
6979
  name_on_receipt?: string;
7034
6980
  name_on_kds?: string;
@@ -7081,7 +7027,6 @@ export interface PatchMenuV4ItemResponse {
7081
7027
  updated_at?: string;
7082
7028
  deleted_at?: string;
7083
7029
  parent_id?: string;
7084
- draft_parent_id?: string;
7085
7030
  name: string;
7086
7031
  name_on_receipt?: string;
7087
7032
  name_on_kds?: string;
@@ -7141,7 +7086,6 @@ export interface DeleteMenuV4ItemResponse {
7141
7086
  updated_at?: string;
7142
7087
  deleted_at?: string;
7143
7088
  parent_id?: string;
7144
- draft_parent_id?: string;
7145
7089
  name: string;
7146
7090
  name_on_receipt?: string;
7147
7091
  name_on_kds?: string;
@@ -7195,7 +7139,6 @@ export interface PatchMenuV4ItemsBulkUpdateBody {
7195
7139
  stocks?: StockDTO[];
7196
7140
  id?: string;
7197
7141
  parent_id?: string;
7198
- draft_parent_id?: string;
7199
7142
  name?: string;
7200
7143
  name_on_receipt?: string;
7201
7144
  name_on_kds?: string;
@@ -7254,7 +7197,6 @@ export interface PatchMenuV4ItemsBulkPriceUpdateBody {
7254
7197
  stocks?: StockDTO[];
7255
7198
  id?: string;
7256
7199
  parent_id?: string;
7257
- draft_parent_id?: string;
7258
7200
  name?: string;
7259
7201
  name_on_receipt?: string;
7260
7202
  name_on_kds?: string;
@@ -7321,7 +7263,6 @@ export interface PostMenuV4ItemDuplicateResponse {
7321
7263
  updated_at?: string;
7322
7264
  deleted_at?: string;
7323
7265
  parent_id?: string;
7324
- draft_parent_id?: string;
7325
7266
  name: string;
7326
7267
  name_on_receipt?: string;
7327
7268
  name_on_kds?: string;
@@ -7440,7 +7381,6 @@ export interface PostMenuV4ModifierBody {
7440
7381
  children?: DraftModifierDTO[];
7441
7382
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
7442
7383
  parent_id?: string;
7443
- draft_parent_id?: string;
7444
7384
  name: string;
7445
7385
  name_on_receipt?: string;
7446
7386
  name_on_kds?: string;
@@ -7488,7 +7428,6 @@ export interface PostMenuV4ModifierResponse {
7488
7428
  updated_at?: string;
7489
7429
  deleted_at?: string;
7490
7430
  parent_id?: string;
7491
- draft_parent_id?: string;
7492
7431
  name: string;
7493
7432
  name_on_receipt?: string;
7494
7433
  name_on_kds?: string;
@@ -7546,7 +7485,6 @@ export interface GetMenuV4ModifierResponse {
7546
7485
  updated_at?: string;
7547
7486
  deleted_at?: string;
7548
7487
  parent_id?: string;
7549
- draft_parent_id?: string;
7550
7488
  name: string;
7551
7489
  name_on_receipt?: string;
7552
7490
  name_on_kds?: string;
@@ -7596,7 +7534,6 @@ export interface PatchMenuV4ModifierBody {
7596
7534
  children?: DraftModifierDTO[];
7597
7535
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
7598
7536
  parent_id?: string;
7599
- draft_parent_id?: string;
7600
7537
  name?: string;
7601
7538
  name_on_receipt?: string;
7602
7539
  name_on_kds?: string;
@@ -7644,7 +7581,6 @@ export interface PatchMenuV4ModifierResponse {
7644
7581
  updated_at?: string;
7645
7582
  deleted_at?: string;
7646
7583
  parent_id?: string;
7647
- draft_parent_id?: string;
7648
7584
  name: string;
7649
7585
  name_on_receipt?: string;
7650
7586
  name_on_kds?: string;
@@ -7699,7 +7635,6 @@ export interface DeleteMenuV4ModifierResponse {
7699
7635
  updated_at?: string;
7700
7636
  deleted_at?: string;
7701
7637
  parent_id?: string;
7702
- draft_parent_id?: string;
7703
7638
  name: string;
7704
7639
  name_on_receipt?: string;
7705
7640
  name_on_kds?: string;
@@ -7758,7 +7693,6 @@ export interface PostMenuV4ModifierDuplicateResponse {
7758
7693
  updated_at?: string;
7759
7694
  deleted_at?: string;
7760
7695
  parent_id?: string;
7761
- draft_parent_id?: string;
7762
7696
  name: string;
7763
7697
  name_on_receipt?: string;
7764
7698
  name_on_kds?: string;
@@ -7808,7 +7742,6 @@ export interface PatchMenuV4ModifiersBulkUpdateBody {
7808
7742
  modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
7809
7743
  id?: string;
7810
7744
  parent_id?: string;
7811
- draft_parent_id?: string;
7812
7745
  name?: string;
7813
7746
  name_on_receipt?: string;
7814
7747
  name_on_kds?: string;
@@ -7882,7 +7815,6 @@ export interface PostMenuV4ModifierGroupBody {
7882
7815
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
7883
7816
  items?: DraftItemToModifierGroupRelationshipDTO[];
7884
7817
  parent_id?: string;
7885
- draft_parent_id?: string;
7886
7818
  name: string;
7887
7819
  label?: string;
7888
7820
  min?: number;
@@ -7912,7 +7844,6 @@ export interface PostMenuV4ModifierGroupResponse {
7912
7844
  updated_at?: string;
7913
7845
  deleted_at?: string;
7914
7846
  parent_id?: string;
7915
- draft_parent_id?: string;
7916
7847
  name: string;
7917
7848
  label?: string;
7918
7849
  min?: number;
@@ -7952,7 +7883,6 @@ export interface GetMenuV4ModifierGroupResponse {
7952
7883
  updated_at?: string;
7953
7884
  deleted_at?: string;
7954
7885
  parent_id?: string;
7955
- draft_parent_id?: string;
7956
7886
  name: string;
7957
7887
  label?: string;
7958
7888
  min?: number;
@@ -7984,7 +7914,6 @@ export interface PatchMenuV4ModifierGroupBody {
7984
7914
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
7985
7915
  items?: DraftItemToModifierGroupRelationshipDTO[];
7986
7916
  parent_id?: string;
7987
- draft_parent_id?: string;
7988
7917
  name?: string;
7989
7918
  label?: string;
7990
7919
  min?: number;
@@ -8014,7 +7943,6 @@ export interface PatchMenuV4ModifierGroupResponse {
8014
7943
  updated_at?: string;
8015
7944
  deleted_at?: string;
8016
7945
  parent_id?: string;
8017
- draft_parent_id?: string;
8018
7946
  name: string;
8019
7947
  label?: string;
8020
7948
  min?: number;
@@ -8051,7 +7979,6 @@ export interface DeleteMenuV4ModifierGroupResponse {
8051
7979
  updated_at?: string;
8052
7980
  deleted_at?: string;
8053
7981
  parent_id?: string;
8054
- draft_parent_id?: string;
8055
7982
  name: string;
8056
7983
  label?: string;
8057
7984
  min?: number;
@@ -8112,7 +8039,6 @@ export interface PostMenuV4ModifierGroupDuplicateBody {
8112
8039
  modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
8113
8040
  items?: DraftItemToModifierGroupRelationshipDTO[];
8114
8041
  parent_id?: string;
8115
- draft_parent_id?: string;
8116
8042
  name?: string;
8117
8043
  label?: string;
8118
8044
  min?: number;
@@ -8142,7 +8068,6 @@ export interface PostMenuV4ModifierGroupDuplicateResponse {
8142
8068
  updated_at?: string;
8143
8069
  deleted_at?: string;
8144
8070
  parent_id?: string;
8145
- draft_parent_id?: string;
8146
8071
  name: string;
8147
8072
  label?: string;
8148
8073
  min?: number;
@@ -8344,7 +8269,6 @@ export interface PostMenuV4ScheduleMenuResponse {
8344
8269
  updated_at?: string;
8345
8270
  deleted_at?: string;
8346
8271
  parent_id?: string;
8347
- draft_parent_id?: string;
8348
8272
  name: string;
8349
8273
  brand_id: string;
8350
8274
  translation?: NameTranslation;
@@ -8378,7 +8302,6 @@ export interface PostMenuV4UnscheduleMenuResponse {
8378
8302
  updated_at?: string;
8379
8303
  deleted_at?: string;
8380
8304
  parent_id?: string;
8381
- draft_parent_id?: string;
8382
8305
  name: string;
8383
8306
  brand_id: string;
8384
8307
  translation?: NameTranslation;
@@ -8413,7 +8336,6 @@ export interface GetMenuV4MenuResponse {
8413
8336
  updated_at?: string;
8414
8337
  deleted_at?: string;
8415
8338
  parent_id?: string;
8416
- draft_parent_id?: string;
8417
8339
  name: string;
8418
8340
  brand_id?: string;
8419
8341
  translation?: NameTranslation;
@@ -8470,7 +8392,6 @@ export interface GetMenuV4CategoryResponse {
8470
8392
  updated_at?: string;
8471
8393
  deleted_at?: string;
8472
8394
  parent_id?: string;
8473
- draft_parent_id?: string;
8474
8395
  name: string;
8475
8396
  label?: string;
8476
8397
  sequence?: number;