@compassdigital/sdk.typescript 4.185.0 → 4.187.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
CHANGED
|
@@ -389,7 +389,6 @@ export interface DraftBrandDTO {
|
|
|
389
389
|
local_menu_group_id?: string;
|
|
390
390
|
global_menu_group_id?: string;
|
|
391
391
|
posid_segment?: string;
|
|
392
|
-
is_simplified_view?: boolean;
|
|
393
392
|
auto_push_to_local?: boolean;
|
|
394
393
|
frictionless_partner?: string;
|
|
395
394
|
meta?: BrandMeta;
|
|
@@ -421,7 +420,6 @@ export interface PublishedBrandDTO {
|
|
|
421
420
|
local_menu_group_id?: string;
|
|
422
421
|
global_menu_group_id?: string;
|
|
423
422
|
posid_segment?: string;
|
|
424
|
-
is_simplified_view?: boolean;
|
|
425
423
|
auto_push_to_local?: boolean;
|
|
426
424
|
frictionless_partner?: string;
|
|
427
425
|
meta?: Record<string, any>;
|
|
@@ -2444,7 +2442,6 @@ export interface PostMenuV3DraftBrandBody {
|
|
|
2444
2442
|
local_menu_group_id?: string;
|
|
2445
2443
|
global_menu_group_id?: string;
|
|
2446
2444
|
posid_segment?: string;
|
|
2447
|
-
is_simplified_view?: boolean;
|
|
2448
2445
|
auto_push_to_local?: boolean;
|
|
2449
2446
|
frictionless_partner?: string;
|
|
2450
2447
|
meta?: BrandMeta;
|
|
@@ -2501,7 +2498,6 @@ export interface PatchMenuV3DraftBrandBody {
|
|
|
2501
2498
|
local_menu_group_id?: string;
|
|
2502
2499
|
global_menu_group_id?: string;
|
|
2503
2500
|
posid_segment?: string;
|
|
2504
|
-
is_simplified_view?: boolean;
|
|
2505
2501
|
auto_push_to_local?: boolean;
|
|
2506
2502
|
frictionless_partner?: string;
|
|
2507
2503
|
meta?: BrandMeta;
|
|
@@ -2571,7 +2567,6 @@ export type PostMenuV3DraftBrandsBody = {
|
|
|
2571
2567
|
local_menu_group_id?: string;
|
|
2572
2568
|
global_menu_group_id?: string;
|
|
2573
2569
|
posid_segment?: string;
|
|
2574
|
-
is_simplified_view?: boolean;
|
|
2575
2570
|
auto_push_to_local?: boolean;
|
|
2576
2571
|
frictionless_partner?: string;
|
|
2577
2572
|
meta?: BrandMeta;
|
|
@@ -2891,7 +2886,6 @@ export interface PostMenuV3BrandBody {
|
|
|
2891
2886
|
local_menu_group_id?: string;
|
|
2892
2887
|
global_menu_group_id?: string;
|
|
2893
2888
|
posid_segment?: string;
|
|
2894
|
-
is_simplified_view?: boolean;
|
|
2895
2889
|
auto_push_to_local?: boolean;
|
|
2896
2890
|
frictionless_partner?: string;
|
|
2897
2891
|
meta?: BrandMeta;
|
|
@@ -2945,7 +2939,6 @@ export interface PatchMenuV3BrandBody {
|
|
|
2945
2939
|
local_menu_group_id?: string;
|
|
2946
2940
|
global_menu_group_id?: string;
|
|
2947
2941
|
posid_segment?: string;
|
|
2948
|
-
is_simplified_view?: boolean;
|
|
2949
2942
|
auto_push_to_local?: boolean;
|
|
2950
2943
|
frictionless_partner?: string;
|
|
2951
2944
|
meta?: BrandMeta;
|
|
@@ -3013,7 +3006,6 @@ export type PostMenuV3BrandsBody = {
|
|
|
3013
3006
|
local_menu_group_id?: string;
|
|
3014
3007
|
global_menu_group_id?: string;
|
|
3015
3008
|
posid_segment?: string;
|
|
3016
|
-
is_simplified_view?: boolean;
|
|
3017
3009
|
auto_push_to_local?: boolean;
|
|
3018
3010
|
frictionless_partner?: string;
|
|
3019
3011
|
meta?: BrandMeta;
|
|
@@ -5342,7 +5334,6 @@ export interface PostMenuV4BrandBody {
|
|
|
5342
5334
|
local_menu_group_id?: string;
|
|
5343
5335
|
global_menu_group_id?: string;
|
|
5344
5336
|
posid_segment?: string;
|
|
5345
|
-
is_simplified_view?: boolean;
|
|
5346
5337
|
auto_push_to_local?: boolean;
|
|
5347
5338
|
frictionless_partner?: string;
|
|
5348
5339
|
meta?: BrandMeta;
|
|
@@ -5384,7 +5375,6 @@ export interface PostMenuV4BrandResponse {
|
|
|
5384
5375
|
local_menu_group_id?: string;
|
|
5385
5376
|
global_menu_group_id?: string;
|
|
5386
5377
|
posid_segment?: string;
|
|
5387
|
-
is_simplified_view?: boolean;
|
|
5388
5378
|
auto_push_to_local?: boolean;
|
|
5389
5379
|
frictionless_partner?: string;
|
|
5390
5380
|
meta?: BrandMeta;
|
|
@@ -5438,7 +5428,6 @@ export interface GetMenuV4BrandResponse {
|
|
|
5438
5428
|
local_menu_group_id?: string;
|
|
5439
5429
|
global_menu_group_id?: string;
|
|
5440
5430
|
posid_segment?: string;
|
|
5441
|
-
is_simplified_view?: boolean;
|
|
5442
5431
|
auto_push_to_local?: boolean;
|
|
5443
5432
|
frictionless_partner?: string;
|
|
5444
5433
|
meta?: BrandMeta;
|
|
@@ -5482,7 +5471,6 @@ export interface PatchMenuV4BrandBody {
|
|
|
5482
5471
|
local_menu_group_id?: string;
|
|
5483
5472
|
global_menu_group_id?: string;
|
|
5484
5473
|
posid_segment?: string;
|
|
5485
|
-
is_simplified_view?: boolean;
|
|
5486
5474
|
auto_push_to_local?: boolean;
|
|
5487
5475
|
frictionless_partner?: string;
|
|
5488
5476
|
meta?: BrandMeta;
|
|
@@ -5524,7 +5512,6 @@ export interface PatchMenuV4BrandResponse {
|
|
|
5524
5512
|
local_menu_group_id?: string;
|
|
5525
5513
|
global_menu_group_id?: string;
|
|
5526
5514
|
posid_segment?: string;
|
|
5527
|
-
is_simplified_view?: boolean;
|
|
5528
5515
|
auto_push_to_local?: boolean;
|
|
5529
5516
|
frictionless_partner?: string;
|
|
5530
5517
|
meta?: BrandMeta;
|
|
@@ -5573,7 +5560,6 @@ export interface DeleteMenuV4BrandResponse {
|
|
|
5573
5560
|
local_menu_group_id?: string;
|
|
5574
5561
|
global_menu_group_id?: string;
|
|
5575
5562
|
posid_segment?: string;
|
|
5576
|
-
is_simplified_view?: boolean;
|
|
5577
5563
|
auto_push_to_local?: boolean;
|
|
5578
5564
|
frictionless_partner?: string;
|
|
5579
5565
|
meta?: BrandMeta;
|