@compassdigital/sdk.typescript 4.474.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.
- package/lib/interface/menu.d.ts +2 -81
- package/lib/interface/menu.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/interface/menu.ts +2 -81
package/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -754,7 +754,6 @@ export interface DraftMenuDTO {
|
|
|
754
754
|
updated_at?: string;
|
|
755
755
|
deleted_at?: string;
|
|
756
756
|
parent_id?: string;
|
|
757
|
-
draft_parent_id?: string;
|
|
758
757
|
name?: string;
|
|
759
758
|
brand_id?: string;
|
|
760
759
|
translation?: NameTranslation;
|
|
@@ -781,7 +780,6 @@ export interface DraftCategoryDTO {
|
|
|
781
780
|
updated_at?: string;
|
|
782
781
|
deleted_at?: string;
|
|
783
782
|
parent_id?: string;
|
|
784
|
-
draft_parent_id?: string;
|
|
785
783
|
name?: string;
|
|
786
784
|
label?: string;
|
|
787
785
|
sequence?: number;
|
|
@@ -837,7 +835,6 @@ export interface DraftItemDTO {
|
|
|
837
835
|
updated_at?: string;
|
|
838
836
|
deleted_at?: string;
|
|
839
837
|
parent_id?: string;
|
|
840
|
-
draft_parent_id?: string;
|
|
841
838
|
name?: string;
|
|
842
839
|
name_on_receipt?: string;
|
|
843
840
|
name_on_kds?: string;
|
|
@@ -913,7 +910,6 @@ export interface DraftModifierGroupDTO {
|
|
|
913
910
|
updated_at?: string;
|
|
914
911
|
deleted_at?: string;
|
|
915
912
|
parent_id?: string;
|
|
916
|
-
draft_parent_id?: string;
|
|
917
913
|
name?: string;
|
|
918
914
|
label?: string;
|
|
919
915
|
min?: number;
|
|
@@ -967,7 +963,6 @@ export interface DraftModifierDTO {
|
|
|
967
963
|
updated_at?: string;
|
|
968
964
|
deleted_at?: string;
|
|
969
965
|
parent_id?: string;
|
|
970
|
-
draft_parent_id?: string;
|
|
971
966
|
name?: string;
|
|
972
967
|
name_on_receipt?: string;
|
|
973
968
|
name_on_kds?: string;
|
|
@@ -1416,7 +1411,6 @@ export interface PublishedMenuDTO {
|
|
|
1416
1411
|
updated_at?: string;
|
|
1417
1412
|
deleted_at?: string;
|
|
1418
1413
|
parent_id?: string;
|
|
1419
|
-
draft_parent_id?: string;
|
|
1420
1414
|
name?: string;
|
|
1421
1415
|
brand_id?: string;
|
|
1422
1416
|
translation?: NameTranslation;
|
|
@@ -1431,7 +1425,6 @@ export interface PublishedCategoryDTO {
|
|
|
1431
1425
|
updated_at?: string;
|
|
1432
1426
|
deleted_at?: string;
|
|
1433
1427
|
parent_id?: string;
|
|
1434
|
-
draft_parent_id?: string;
|
|
1435
1428
|
name?: string;
|
|
1436
1429
|
label?: string;
|
|
1437
1430
|
sequence?: number;
|
|
@@ -1466,7 +1459,6 @@ export interface PublishedItemDTO {
|
|
|
1466
1459
|
updated_at?: string;
|
|
1467
1460
|
deleted_at?: string;
|
|
1468
1461
|
parent_id?: string;
|
|
1469
|
-
draft_parent_id?: string;
|
|
1470
1462
|
name?: string;
|
|
1471
1463
|
name_on_receipt?: string;
|
|
1472
1464
|
name_on_kds?: string;
|
|
@@ -1519,7 +1511,6 @@ export interface PublishedModifierGroupDTO {
|
|
|
1519
1511
|
updated_at?: string;
|
|
1520
1512
|
deleted_at?: string;
|
|
1521
1513
|
parent_id?: string;
|
|
1522
|
-
draft_parent_id?: string;
|
|
1523
1514
|
name?: string;
|
|
1524
1515
|
label?: string;
|
|
1525
1516
|
min?: number;
|
|
@@ -1559,7 +1550,6 @@ export interface PublishedModifierDTO {
|
|
|
1559
1550
|
updated_at?: string;
|
|
1560
1551
|
deleted_at?: string;
|
|
1561
1552
|
parent_id?: string;
|
|
1562
|
-
draft_parent_id?: string;
|
|
1563
1553
|
name?: string;
|
|
1564
1554
|
name_on_receipt?: string;
|
|
1565
1555
|
name_on_kds?: string;
|
|
@@ -1843,7 +1833,6 @@ export interface DraftItemEntityDTO {
|
|
|
1843
1833
|
updated_at?: string;
|
|
1844
1834
|
deleted_at?: string;
|
|
1845
1835
|
parent_id?: string;
|
|
1846
|
-
draft_parent_id?: string;
|
|
1847
1836
|
name: string;
|
|
1848
1837
|
name_on_receipt?: string;
|
|
1849
1838
|
name_on_kds?: string;
|
|
@@ -1900,7 +1889,6 @@ export interface DraftModifierEntityDTO {
|
|
|
1900
1889
|
updated_at?: string;
|
|
1901
1890
|
deleted_at?: string;
|
|
1902
1891
|
parent_id?: string;
|
|
1903
|
-
draft_parent_id?: string;
|
|
1904
1892
|
name: string;
|
|
1905
1893
|
name_on_receipt?: string;
|
|
1906
1894
|
name_on_kds?: string;
|
|
@@ -2003,7 +1991,6 @@ export interface DraftModifierGroupEntityDTO {
|
|
|
2003
1991
|
updated_at?: string;
|
|
2004
1992
|
deleted_at?: string;
|
|
2005
1993
|
parent_id?: string;
|
|
2006
|
-
draft_parent_id?: string;
|
|
2007
1994
|
name: string;
|
|
2008
1995
|
label?: string;
|
|
2009
1996
|
min?: number;
|
|
@@ -2059,7 +2046,8 @@ export interface CatalogBackupVersionDTO {
|
|
|
2059
2046
|
}
|
|
2060
2047
|
|
|
2061
2048
|
export interface FetchMetaDTO {
|
|
2062
|
-
result_count
|
|
2049
|
+
result_count: number;
|
|
2050
|
+
[index: string]: any;
|
|
2063
2051
|
}
|
|
2064
2052
|
|
|
2065
2053
|
export interface FetchEntityWithMenusDTO {
|
|
@@ -2138,7 +2126,6 @@ export interface PartialItemDTO {
|
|
|
2138
2126
|
cpg_item?: UniversalItemDTO;
|
|
2139
2127
|
stocks?: StockDTO[];
|
|
2140
2128
|
parent_id?: string;
|
|
2141
|
-
draft_parent_id?: string;
|
|
2142
2129
|
name?: string;
|
|
2143
2130
|
name_on_receipt?: string;
|
|
2144
2131
|
name_on_kds?: string;
|
|
@@ -2185,7 +2172,6 @@ export interface PartialModifierDTO {
|
|
|
2185
2172
|
children?: DraftModifierDTO[];
|
|
2186
2173
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
2187
2174
|
parent_id?: string;
|
|
2188
|
-
draft_parent_id?: string;
|
|
2189
2175
|
name?: string;
|
|
2190
2176
|
name_on_receipt?: string;
|
|
2191
2177
|
name_on_kds?: string;
|
|
@@ -2249,7 +2235,6 @@ export interface FetchStationMenuDTO {
|
|
|
2249
2235
|
export interface FetchStationCategoryDTO {
|
|
2250
2236
|
id: string;
|
|
2251
2237
|
name: string;
|
|
2252
|
-
items: FetchItemDTO[];
|
|
2253
2238
|
[index: string]: any;
|
|
2254
2239
|
}
|
|
2255
2240
|
|
|
@@ -4729,7 +4714,6 @@ export interface PostMenuV3DraftMenuBody {
|
|
|
4729
4714
|
station_id?: string;
|
|
4730
4715
|
price_level_id?: string;
|
|
4731
4716
|
parent_id?: string;
|
|
4732
|
-
draft_parent_id?: string;
|
|
4733
4717
|
name: string;
|
|
4734
4718
|
brand_id: string;
|
|
4735
4719
|
translation?: NameTranslation;
|
|
@@ -4784,7 +4768,6 @@ export interface PatchMenuV3DraftMenuBody {
|
|
|
4784
4768
|
price_level_id?: string;
|
|
4785
4769
|
id?: string;
|
|
4786
4770
|
parent_id?: string;
|
|
4787
|
-
draft_parent_id?: string;
|
|
4788
4771
|
name?: string;
|
|
4789
4772
|
brand_id?: string;
|
|
4790
4773
|
translation?: NameTranslation;
|
|
@@ -4861,7 +4844,6 @@ export type PostMenuV3DraftMenusBody = {
|
|
|
4861
4844
|
station_id?: string;
|
|
4862
4845
|
price_level_id?: string;
|
|
4863
4846
|
parent_id?: string;
|
|
4864
|
-
draft_parent_id?: string;
|
|
4865
4847
|
name: string;
|
|
4866
4848
|
brand_id: string;
|
|
4867
4849
|
translation?: NameTranslation;
|
|
@@ -4999,7 +4981,6 @@ export interface PostMenuV3DraftMenuDuplicateResponse {
|
|
|
4999
4981
|
updated_at?: string;
|
|
5000
4982
|
deleted_at?: string;
|
|
5001
4983
|
parent_id?: string;
|
|
5002
|
-
draft_parent_id?: string;
|
|
5003
4984
|
name: string;
|
|
5004
4985
|
brand_id: string;
|
|
5005
4986
|
translation?: NameTranslation;
|
|
@@ -5194,7 +5175,6 @@ export interface PostMenuV3DraftCategoryBody {
|
|
|
5194
5175
|
parent?: DraftCategoryDTO;
|
|
5195
5176
|
children?: DraftCategoryDTO[];
|
|
5196
5177
|
parent_id?: string;
|
|
5197
|
-
draft_parent_id?: string;
|
|
5198
5178
|
name: string;
|
|
5199
5179
|
label?: string;
|
|
5200
5180
|
sequence?: number;
|
|
@@ -5251,7 +5231,6 @@ export interface PatchMenuV3DraftCategoryBody {
|
|
|
5251
5231
|
children?: DraftCategoryDTO[];
|
|
5252
5232
|
id?: string;
|
|
5253
5233
|
parent_id?: string;
|
|
5254
|
-
draft_parent_id?: string;
|
|
5255
5234
|
name?: string;
|
|
5256
5235
|
label?: string;
|
|
5257
5236
|
sequence?: number;
|
|
@@ -5317,7 +5296,6 @@ export type PostMenuV3DraftCategoriesBody = {
|
|
|
5317
5296
|
parent?: DraftCategoryDTO;
|
|
5318
5297
|
children?: DraftCategoryDTO[];
|
|
5319
5298
|
parent_id?: string;
|
|
5320
|
-
draft_parent_id?: string;
|
|
5321
5299
|
name: string;
|
|
5322
5300
|
label?: string;
|
|
5323
5301
|
sequence?: number;
|
|
@@ -5403,7 +5381,6 @@ export interface PostMenuV3DraftCategoryDuplicateResponse {
|
|
|
5403
5381
|
updated_at?: string;
|
|
5404
5382
|
deleted_at?: string;
|
|
5405
5383
|
parent_id?: string;
|
|
5406
|
-
draft_parent_id?: string;
|
|
5407
5384
|
name: string;
|
|
5408
5385
|
label?: string;
|
|
5409
5386
|
sequence?: number;
|
|
@@ -5799,7 +5776,6 @@ export interface PostMenuV3DraftItemBody {
|
|
|
5799
5776
|
cpg_item?: UniversalItemDTO;
|
|
5800
5777
|
stocks?: StockDTO[];
|
|
5801
5778
|
parent_id?: string;
|
|
5802
|
-
draft_parent_id?: string;
|
|
5803
5779
|
name: string;
|
|
5804
5780
|
name_on_receipt?: string;
|
|
5805
5781
|
name_on_kds?: string;
|
|
@@ -5882,7 +5858,6 @@ export interface PatchMenuV3DraftItemBody {
|
|
|
5882
5858
|
stocks?: StockDTO[];
|
|
5883
5859
|
id?: string;
|
|
5884
5860
|
parent_id?: string;
|
|
5885
|
-
draft_parent_id?: string;
|
|
5886
5861
|
name?: string;
|
|
5887
5862
|
name_on_receipt?: string;
|
|
5888
5863
|
name_on_kds?: string;
|
|
@@ -6004,7 +5979,6 @@ export type PostMenuV3DraftItemsBody = {
|
|
|
6004
5979
|
cpg_item?: UniversalItemDTO;
|
|
6005
5980
|
stocks?: StockDTO[];
|
|
6006
5981
|
parent_id?: string;
|
|
6007
|
-
draft_parent_id?: string;
|
|
6008
5982
|
name: string;
|
|
6009
5983
|
name_on_receipt?: string;
|
|
6010
5984
|
name_on_kds?: string;
|
|
@@ -6115,7 +6089,6 @@ export interface PatchMenuV3DraftItemsBulkUpdateBody {
|
|
|
6115
6089
|
stocks?: StockDTO[];
|
|
6116
6090
|
id?: string;
|
|
6117
6091
|
parent_id?: string;
|
|
6118
|
-
draft_parent_id?: string;
|
|
6119
6092
|
name?: string;
|
|
6120
6093
|
name_on_receipt?: string;
|
|
6121
6094
|
name_on_kds?: string;
|
|
@@ -6603,7 +6576,6 @@ export interface PostMenuV3DraftModifierGroupBody {
|
|
|
6603
6576
|
modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
6604
6577
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
6605
6578
|
parent_id?: string;
|
|
6606
|
-
draft_parent_id?: string;
|
|
6607
6579
|
name: string;
|
|
6608
6580
|
label?: string;
|
|
6609
6581
|
min?: number;
|
|
@@ -6663,7 +6635,6 @@ export interface PatchMenuV3DraftModifierGroupBody {
|
|
|
6663
6635
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
6664
6636
|
id?: string;
|
|
6665
6637
|
parent_id?: string;
|
|
6666
|
-
draft_parent_id?: string;
|
|
6667
6638
|
name?: string;
|
|
6668
6639
|
label?: string;
|
|
6669
6640
|
min?: number;
|
|
@@ -6747,7 +6718,6 @@ export type PostMenuV3DraftModifierGroupsBody = {
|
|
|
6747
6718
|
modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
6748
6719
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
6749
6720
|
parent_id?: string;
|
|
6750
|
-
draft_parent_id?: string;
|
|
6751
6721
|
name: string;
|
|
6752
6722
|
label?: string;
|
|
6753
6723
|
min?: number;
|
|
@@ -6826,7 +6796,6 @@ export interface PostMenuV3DraftModifierGroupDuplicateResponse {
|
|
|
6826
6796
|
updated_at?: string;
|
|
6827
6797
|
deleted_at?: string;
|
|
6828
6798
|
parent_id?: string;
|
|
6829
|
-
draft_parent_id?: string;
|
|
6830
6799
|
name: string;
|
|
6831
6800
|
label?: string;
|
|
6832
6801
|
min?: number;
|
|
@@ -7221,7 +7190,6 @@ export interface PostMenuV3DraftModifierBody {
|
|
|
7221
7190
|
children?: DraftModifierDTO[];
|
|
7222
7191
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
7223
7192
|
parent_id?: string;
|
|
7224
|
-
draft_parent_id?: string;
|
|
7225
7193
|
name: string;
|
|
7226
7194
|
name_on_receipt?: string;
|
|
7227
7195
|
name_on_kds?: string;
|
|
@@ -7299,7 +7267,6 @@ export interface PatchMenuV3DraftModifierBody {
|
|
|
7299
7267
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
7300
7268
|
id?: string;
|
|
7301
7269
|
parent_id?: string;
|
|
7302
|
-
draft_parent_id?: string;
|
|
7303
7270
|
name?: string;
|
|
7304
7271
|
name_on_receipt?: string;
|
|
7305
7272
|
name_on_kds?: string;
|
|
@@ -7416,7 +7383,6 @@ export type PostMenuV3DraftModifiersBody = {
|
|
|
7416
7383
|
children?: DraftModifierDTO[];
|
|
7417
7384
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
7418
7385
|
parent_id?: string;
|
|
7419
|
-
draft_parent_id?: string;
|
|
7420
7386
|
name: string;
|
|
7421
7387
|
name_on_receipt?: string;
|
|
7422
7388
|
name_on_kds?: string;
|
|
@@ -7522,7 +7488,6 @@ export interface PatchMenuV3DraftModifiersBulkUpdateBody {
|
|
|
7522
7488
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
7523
7489
|
id?: string;
|
|
7524
7490
|
parent_id?: string;
|
|
7525
|
-
draft_parent_id?: string;
|
|
7526
7491
|
name?: string;
|
|
7527
7492
|
name_on_receipt?: string;
|
|
7528
7493
|
name_on_kds?: string;
|
|
@@ -8268,7 +8233,6 @@ export interface PostMenuV4BrandMenuBody {
|
|
|
8268
8233
|
station_id?: string;
|
|
8269
8234
|
price_level_id?: string;
|
|
8270
8235
|
parent_id?: string;
|
|
8271
|
-
draft_parent_id?: string;
|
|
8272
8236
|
name: string;
|
|
8273
8237
|
brand_id: string;
|
|
8274
8238
|
translation?: NameTranslation;
|
|
@@ -8294,7 +8258,6 @@ export interface PostMenuV4BrandMenuResponse {
|
|
|
8294
8258
|
updated_at?: string;
|
|
8295
8259
|
deleted_at?: string;
|
|
8296
8260
|
parent_id?: string;
|
|
8297
|
-
draft_parent_id?: string;
|
|
8298
8261
|
name: string;
|
|
8299
8262
|
brand_id: string;
|
|
8300
8263
|
translation?: NameTranslation;
|
|
@@ -8329,7 +8292,6 @@ export interface PatchMenuV4BrandMenuBody {
|
|
|
8329
8292
|
price_level_id?: string;
|
|
8330
8293
|
id?: string;
|
|
8331
8294
|
parent_id?: string;
|
|
8332
|
-
draft_parent_id?: string;
|
|
8333
8295
|
name?: string;
|
|
8334
8296
|
brand_id?: string;
|
|
8335
8297
|
translation?: NameTranslation;
|
|
@@ -8356,7 +8318,6 @@ export interface PatchMenuV4BrandMenuResponse {
|
|
|
8356
8318
|
updated_at?: string;
|
|
8357
8319
|
deleted_at?: string;
|
|
8358
8320
|
parent_id?: string;
|
|
8359
|
-
draft_parent_id?: string;
|
|
8360
8321
|
name: string;
|
|
8361
8322
|
brand_id: string;
|
|
8362
8323
|
translation?: NameTranslation;
|
|
@@ -8394,7 +8355,6 @@ export interface DeleteMenuV4BrandMenuResponse {
|
|
|
8394
8355
|
updated_at?: string;
|
|
8395
8356
|
deleted_at?: string;
|
|
8396
8357
|
parent_id?: string;
|
|
8397
|
-
draft_parent_id?: string;
|
|
8398
8358
|
name: string;
|
|
8399
8359
|
brand_id: string;
|
|
8400
8360
|
translation?: NameTranslation;
|
|
@@ -8554,7 +8514,6 @@ export interface PostMenuV4BrandCategoryBody {
|
|
|
8554
8514
|
parent?: DraftCategoryDTO;
|
|
8555
8515
|
children?: DraftCategoryDTO[];
|
|
8556
8516
|
parent_id?: string;
|
|
8557
|
-
draft_parent_id?: string;
|
|
8558
8517
|
name: string;
|
|
8559
8518
|
label?: string;
|
|
8560
8519
|
sequence?: number;
|
|
@@ -8582,7 +8541,6 @@ export interface PostMenuV4BrandCategoryResponse {
|
|
|
8582
8541
|
updated_at?: string;
|
|
8583
8542
|
deleted_at?: string;
|
|
8584
8543
|
parent_id?: string;
|
|
8585
|
-
draft_parent_id?: string;
|
|
8586
8544
|
name: string;
|
|
8587
8545
|
label?: string;
|
|
8588
8546
|
sequence?: number;
|
|
@@ -8619,7 +8577,6 @@ export interface PatchMenuV4BrandCategoryBody {
|
|
|
8619
8577
|
children?: DraftCategoryDTO[];
|
|
8620
8578
|
id?: string;
|
|
8621
8579
|
parent_id?: string;
|
|
8622
|
-
draft_parent_id?: string;
|
|
8623
8580
|
name?: string;
|
|
8624
8581
|
label?: string;
|
|
8625
8582
|
sequence?: number;
|
|
@@ -8648,7 +8605,6 @@ export interface PatchMenuV4BrandCategoryResponse {
|
|
|
8648
8605
|
updated_at?: string;
|
|
8649
8606
|
deleted_at?: string;
|
|
8650
8607
|
parent_id?: string;
|
|
8651
|
-
draft_parent_id?: string;
|
|
8652
8608
|
name: string;
|
|
8653
8609
|
label?: string;
|
|
8654
8610
|
sequence?: number;
|
|
@@ -8688,7 +8644,6 @@ export interface DeleteMenuV4BrandCategoryResponse {
|
|
|
8688
8644
|
updated_at?: string;
|
|
8689
8645
|
deleted_at?: string;
|
|
8690
8646
|
parent_id?: string;
|
|
8691
|
-
draft_parent_id?: string;
|
|
8692
8647
|
name: string;
|
|
8693
8648
|
label?: string;
|
|
8694
8649
|
sequence?: number;
|
|
@@ -8891,7 +8846,6 @@ export interface PostMenuV4BrandCategoryDuplicateBody {
|
|
|
8891
8846
|
children?: DraftCategoryDTO[];
|
|
8892
8847
|
id?: string;
|
|
8893
8848
|
parent_id?: string;
|
|
8894
|
-
draft_parent_id?: string;
|
|
8895
8849
|
name?: string;
|
|
8896
8850
|
label?: string;
|
|
8897
8851
|
sequence?: number;
|
|
@@ -8920,7 +8874,6 @@ export interface PostMenuV4BrandCategoryDuplicateResponse {
|
|
|
8920
8874
|
updated_at?: string;
|
|
8921
8875
|
deleted_at?: string;
|
|
8922
8876
|
parent_id?: string;
|
|
8923
|
-
draft_parent_id?: string;
|
|
8924
8877
|
name: string;
|
|
8925
8878
|
label?: string;
|
|
8926
8879
|
sequence?: number;
|
|
@@ -8963,7 +8916,6 @@ export interface PostMenuV4BrandMenuDuplicateBody {
|
|
|
8963
8916
|
price_level_id?: string;
|
|
8964
8917
|
id?: string;
|
|
8965
8918
|
parent_id?: string;
|
|
8966
|
-
draft_parent_id?: string;
|
|
8967
8919
|
name?: string;
|
|
8968
8920
|
brand_id?: string;
|
|
8969
8921
|
translation?: NameTranslation;
|
|
@@ -8990,7 +8942,6 @@ export interface PostMenuV4BrandMenuDuplicateResponse {
|
|
|
8990
8942
|
updated_at?: string;
|
|
8991
8943
|
deleted_at?: string;
|
|
8992
8944
|
parent_id?: string;
|
|
8993
|
-
draft_parent_id?: string;
|
|
8994
8945
|
name: string;
|
|
8995
8946
|
brand_id: string;
|
|
8996
8947
|
translation?: NameTranslation;
|
|
@@ -9096,7 +9047,6 @@ export interface PostMenuV4ItemBody {
|
|
|
9096
9047
|
cpg_item?: UniversalItemDTO;
|
|
9097
9048
|
stocks?: StockDTO[];
|
|
9098
9049
|
parent_id?: string;
|
|
9099
|
-
draft_parent_id?: string;
|
|
9100
9050
|
name: string;
|
|
9101
9051
|
name_on_receipt?: string;
|
|
9102
9052
|
name_on_kds?: string;
|
|
@@ -9151,7 +9101,6 @@ export interface PostMenuV4ItemResponse {
|
|
|
9151
9101
|
updated_at?: string;
|
|
9152
9102
|
deleted_at?: string;
|
|
9153
9103
|
parent_id?: string;
|
|
9154
|
-
draft_parent_id?: string;
|
|
9155
9104
|
name: string;
|
|
9156
9105
|
name_on_receipt?: string;
|
|
9157
9106
|
name_on_kds?: string;
|
|
@@ -9208,7 +9157,6 @@ export type PostMenuV4ItemsBulkCreateBody = {
|
|
|
9208
9157
|
cpg_item?: UniversalItemDTO;
|
|
9209
9158
|
stocks?: StockDTO[];
|
|
9210
9159
|
parent_id?: string;
|
|
9211
|
-
draft_parent_id?: string;
|
|
9212
9160
|
name: string;
|
|
9213
9161
|
name_on_receipt?: string;
|
|
9214
9162
|
name_on_kds?: string;
|
|
@@ -9282,7 +9230,6 @@ export interface GetMenuV4ItemResponse {
|
|
|
9282
9230
|
updated_at?: string;
|
|
9283
9231
|
deleted_at?: string;
|
|
9284
9232
|
parent_id?: string;
|
|
9285
|
-
draft_parent_id?: string;
|
|
9286
9233
|
name: string;
|
|
9287
9234
|
name_on_receipt?: string;
|
|
9288
9235
|
name_on_kds?: string;
|
|
@@ -9345,7 +9292,6 @@ export interface PatchMenuV4ItemBody {
|
|
|
9345
9292
|
cpg_item?: UniversalItemDTO;
|
|
9346
9293
|
stocks?: StockDTO[];
|
|
9347
9294
|
parent_id?: string;
|
|
9348
|
-
draft_parent_id?: string;
|
|
9349
9295
|
name?: string;
|
|
9350
9296
|
name_on_receipt?: string;
|
|
9351
9297
|
name_on_kds?: string;
|
|
@@ -9399,7 +9345,6 @@ export interface PatchMenuV4ItemResponse {
|
|
|
9399
9345
|
updated_at?: string;
|
|
9400
9346
|
deleted_at?: string;
|
|
9401
9347
|
parent_id?: string;
|
|
9402
|
-
draft_parent_id?: string;
|
|
9403
9348
|
name: string;
|
|
9404
9349
|
name_on_receipt?: string;
|
|
9405
9350
|
name_on_kds?: string;
|
|
@@ -9464,7 +9409,6 @@ export interface DeleteMenuV4ItemResponse {
|
|
|
9464
9409
|
updated_at?: string;
|
|
9465
9410
|
deleted_at?: string;
|
|
9466
9411
|
parent_id?: string;
|
|
9467
|
-
draft_parent_id?: string;
|
|
9468
9412
|
name: string;
|
|
9469
9413
|
name_on_receipt?: string;
|
|
9470
9414
|
name_on_kds?: string;
|
|
@@ -9521,7 +9465,6 @@ export interface PatchMenuV4ItemsBulkUpdateBody {
|
|
|
9521
9465
|
stocks?: StockDTO[];
|
|
9522
9466
|
id?: string;
|
|
9523
9467
|
parent_id?: string;
|
|
9524
|
-
draft_parent_id?: string;
|
|
9525
9468
|
name?: string;
|
|
9526
9469
|
name_on_receipt?: string;
|
|
9527
9470
|
name_on_kds?: string;
|
|
@@ -9585,7 +9528,6 @@ export interface PatchMenuV4ItemsBulkPriceUpdateBody {
|
|
|
9585
9528
|
stocks?: StockDTO[];
|
|
9586
9529
|
id?: string;
|
|
9587
9530
|
parent_id?: string;
|
|
9588
|
-
draft_parent_id?: string;
|
|
9589
9531
|
name?: string;
|
|
9590
9532
|
name_on_receipt?: string;
|
|
9591
9533
|
name_on_kds?: string;
|
|
@@ -9659,7 +9601,6 @@ export interface PostMenuV4ItemDuplicateResponse {
|
|
|
9659
9601
|
updated_at?: string;
|
|
9660
9602
|
deleted_at?: string;
|
|
9661
9603
|
parent_id?: string;
|
|
9662
|
-
draft_parent_id?: string;
|
|
9663
9604
|
name: string;
|
|
9664
9605
|
name_on_receipt?: string;
|
|
9665
9606
|
name_on_kds?: string;
|
|
@@ -9803,7 +9744,6 @@ export interface PostMenuV4ModifierBody {
|
|
|
9803
9744
|
children?: DraftModifierDTO[];
|
|
9804
9745
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
9805
9746
|
parent_id?: string;
|
|
9806
|
-
draft_parent_id?: string;
|
|
9807
9747
|
name: string;
|
|
9808
9748
|
name_on_receipt?: string;
|
|
9809
9749
|
name_on_kds?: string;
|
|
@@ -9852,7 +9792,6 @@ export interface PostMenuV4ModifierResponse {
|
|
|
9852
9792
|
updated_at?: string;
|
|
9853
9793
|
deleted_at?: string;
|
|
9854
9794
|
parent_id?: string;
|
|
9855
|
-
draft_parent_id?: string;
|
|
9856
9795
|
name: string;
|
|
9857
9796
|
name_on_receipt?: string;
|
|
9858
9797
|
name_on_kds?: string;
|
|
@@ -9916,7 +9855,6 @@ export interface GetMenuV4ModifierResponse {
|
|
|
9916
9855
|
updated_at?: string;
|
|
9917
9856
|
deleted_at?: string;
|
|
9918
9857
|
parent_id?: string;
|
|
9919
|
-
draft_parent_id?: string;
|
|
9920
9858
|
name: string;
|
|
9921
9859
|
name_on_receipt?: string;
|
|
9922
9860
|
name_on_kds?: string;
|
|
@@ -9973,7 +9911,6 @@ export interface PatchMenuV4ModifierBody {
|
|
|
9973
9911
|
children?: DraftModifierDTO[];
|
|
9974
9912
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
9975
9913
|
parent_id?: string;
|
|
9976
|
-
draft_parent_id?: string;
|
|
9977
9914
|
name?: string;
|
|
9978
9915
|
name_on_receipt?: string;
|
|
9979
9916
|
name_on_kds?: string;
|
|
@@ -10022,7 +9959,6 @@ export interface PatchMenuV4ModifierResponse {
|
|
|
10022
9959
|
updated_at?: string;
|
|
10023
9960
|
deleted_at?: string;
|
|
10024
9961
|
parent_id?: string;
|
|
10025
|
-
draft_parent_id?: string;
|
|
10026
9962
|
name: string;
|
|
10027
9963
|
name_on_receipt?: string;
|
|
10028
9964
|
name_on_kds?: string;
|
|
@@ -10082,7 +10018,6 @@ export interface DeleteMenuV4ModifierResponse {
|
|
|
10082
10018
|
updated_at?: string;
|
|
10083
10019
|
deleted_at?: string;
|
|
10084
10020
|
parent_id?: string;
|
|
10085
|
-
draft_parent_id?: string;
|
|
10086
10021
|
name: string;
|
|
10087
10022
|
name_on_receipt?: string;
|
|
10088
10023
|
name_on_kds?: string;
|
|
@@ -10146,7 +10081,6 @@ export interface PostMenuV4ModifierDuplicateResponse {
|
|
|
10146
10081
|
updated_at?: string;
|
|
10147
10082
|
deleted_at?: string;
|
|
10148
10083
|
parent_id?: string;
|
|
10149
|
-
draft_parent_id?: string;
|
|
10150
10084
|
name: string;
|
|
10151
10085
|
name_on_receipt?: string;
|
|
10152
10086
|
name_on_kds?: string;
|
|
@@ -10202,7 +10136,6 @@ export interface PatchMenuV4ModifiersBulkUpdateBody {
|
|
|
10202
10136
|
modifier_groups?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
10203
10137
|
id?: string;
|
|
10204
10138
|
parent_id?: string;
|
|
10205
|
-
draft_parent_id?: string;
|
|
10206
10139
|
name?: string;
|
|
10207
10140
|
name_on_receipt?: string;
|
|
10208
10141
|
name_on_kds?: string;
|
|
@@ -10294,7 +10227,6 @@ export interface PostMenuV4ModifierGroupBody {
|
|
|
10294
10227
|
modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
10295
10228
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
10296
10229
|
parent_id?: string;
|
|
10297
|
-
draft_parent_id?: string;
|
|
10298
10230
|
name: string;
|
|
10299
10231
|
label?: string;
|
|
10300
10232
|
min?: number;
|
|
@@ -10325,7 +10257,6 @@ export interface PostMenuV4ModifierGroupResponse {
|
|
|
10325
10257
|
updated_at?: string;
|
|
10326
10258
|
deleted_at?: string;
|
|
10327
10259
|
parent_id?: string;
|
|
10328
|
-
draft_parent_id?: string;
|
|
10329
10260
|
name: string;
|
|
10330
10261
|
label?: string;
|
|
10331
10262
|
min?: number;
|
|
@@ -10371,7 +10302,6 @@ export interface GetMenuV4ModifierGroupResponse {
|
|
|
10371
10302
|
updated_at?: string;
|
|
10372
10303
|
deleted_at?: string;
|
|
10373
10304
|
parent_id?: string;
|
|
10374
|
-
draft_parent_id?: string;
|
|
10375
10305
|
name: string;
|
|
10376
10306
|
label?: string;
|
|
10377
10307
|
min?: number;
|
|
@@ -10410,7 +10340,6 @@ export interface PatchMenuV4ModifierGroupBody {
|
|
|
10410
10340
|
modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
10411
10341
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
10412
10342
|
parent_id?: string;
|
|
10413
|
-
draft_parent_id?: string;
|
|
10414
10343
|
name?: string;
|
|
10415
10344
|
label?: string;
|
|
10416
10345
|
min?: number;
|
|
@@ -10441,7 +10370,6 @@ export interface PatchMenuV4ModifierGroupResponse {
|
|
|
10441
10370
|
updated_at?: string;
|
|
10442
10371
|
deleted_at?: string;
|
|
10443
10372
|
parent_id?: string;
|
|
10444
|
-
draft_parent_id?: string;
|
|
10445
10373
|
name: string;
|
|
10446
10374
|
label?: string;
|
|
10447
10375
|
min?: number;
|
|
@@ -10483,7 +10411,6 @@ export interface DeleteMenuV4ModifierGroupResponse {
|
|
|
10483
10411
|
updated_at?: string;
|
|
10484
10412
|
deleted_at?: string;
|
|
10485
10413
|
parent_id?: string;
|
|
10486
|
-
draft_parent_id?: string;
|
|
10487
10414
|
name: string;
|
|
10488
10415
|
label?: string;
|
|
10489
10416
|
min?: number;
|
|
@@ -10559,7 +10486,6 @@ export interface PostMenuV4ModifierGroupDuplicateBody {
|
|
|
10559
10486
|
modifiers?: DraftModifierGroupToModifierRelationshipDTO[];
|
|
10560
10487
|
items?: DraftItemToModifierGroupRelationshipDTO[];
|
|
10561
10488
|
parent_id?: string;
|
|
10562
|
-
draft_parent_id?: string;
|
|
10563
10489
|
name?: string;
|
|
10564
10490
|
label?: string;
|
|
10565
10491
|
min?: number;
|
|
@@ -10590,7 +10516,6 @@ export interface PostMenuV4ModifierGroupDuplicateResponse {
|
|
|
10590
10516
|
updated_at?: string;
|
|
10591
10517
|
deleted_at?: string;
|
|
10592
10518
|
parent_id?: string;
|
|
10593
|
-
draft_parent_id?: string;
|
|
10594
10519
|
name: string;
|
|
10595
10520
|
label?: string;
|
|
10596
10521
|
min?: number;
|
|
@@ -10873,7 +10798,6 @@ export interface PostMenuV4ScheduleMenuResponse {
|
|
|
10873
10798
|
updated_at?: string;
|
|
10874
10799
|
deleted_at?: string;
|
|
10875
10800
|
parent_id?: string;
|
|
10876
|
-
draft_parent_id?: string;
|
|
10877
10801
|
name: string;
|
|
10878
10802
|
brand_id: string;
|
|
10879
10803
|
translation?: NameTranslation;
|
|
@@ -10912,7 +10836,6 @@ export interface PostMenuV4UnscheduleMenuResponse {
|
|
|
10912
10836
|
updated_at?: string;
|
|
10913
10837
|
deleted_at?: string;
|
|
10914
10838
|
parent_id?: string;
|
|
10915
|
-
draft_parent_id?: string;
|
|
10916
10839
|
name: string;
|
|
10917
10840
|
brand_id: string;
|
|
10918
10841
|
translation?: NameTranslation;
|
|
@@ -10953,7 +10876,6 @@ export interface GetMenuV4MenuResponse {
|
|
|
10953
10876
|
updated_at?: string;
|
|
10954
10877
|
deleted_at?: string;
|
|
10955
10878
|
parent_id?: string;
|
|
10956
|
-
draft_parent_id?: string;
|
|
10957
10879
|
name: string;
|
|
10958
10880
|
brand_id?: string;
|
|
10959
10881
|
translation?: NameTranslation;
|
|
@@ -11034,7 +10956,6 @@ export interface GetMenuV4CategoryResponse {
|
|
|
11034
10956
|
updated_at?: string;
|
|
11035
10957
|
deleted_at?: string;
|
|
11036
10958
|
parent_id?: string;
|
|
11037
|
-
draft_parent_id?: string;
|
|
11038
10959
|
name: string;
|
|
11039
10960
|
label?: string;
|
|
11040
10961
|
sequence?: number;
|