@compassdigital/sdk.typescript 4.185.0 → 4.186.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 +0 -14
- package/lib/interface/menu.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/interface/menu.ts +0 -14
package/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -452,7 +452,6 @@ export interface DraftBrandDTO {
|
|
|
452
452
|
local_menu_group_id?: string;
|
|
453
453
|
global_menu_group_id?: string;
|
|
454
454
|
posid_segment?: string;
|
|
455
|
-
is_simplified_view?: boolean;
|
|
456
455
|
auto_push_to_local?: boolean;
|
|
457
456
|
frictionless_partner?: string;
|
|
458
457
|
meta?: BrandMeta;
|
|
@@ -487,7 +486,6 @@ export interface PublishedBrandDTO {
|
|
|
487
486
|
local_menu_group_id?: string;
|
|
488
487
|
global_menu_group_id?: string;
|
|
489
488
|
posid_segment?: string;
|
|
490
|
-
is_simplified_view?: boolean;
|
|
491
489
|
auto_push_to_local?: boolean;
|
|
492
490
|
frictionless_partner?: string;
|
|
493
491
|
meta?: Record<string, any>;
|
|
@@ -3118,7 +3116,6 @@ export interface PostMenuV3DraftBrandBody {
|
|
|
3118
3116
|
local_menu_group_id?: string;
|
|
3119
3117
|
global_menu_group_id?: string;
|
|
3120
3118
|
posid_segment?: string;
|
|
3121
|
-
is_simplified_view?: boolean;
|
|
3122
3119
|
auto_push_to_local?: boolean;
|
|
3123
3120
|
frictionless_partner?: string;
|
|
3124
3121
|
meta?: BrandMeta;
|
|
@@ -3192,7 +3189,6 @@ export interface PatchMenuV3DraftBrandBody {
|
|
|
3192
3189
|
local_menu_group_id?: string;
|
|
3193
3190
|
global_menu_group_id?: string;
|
|
3194
3191
|
posid_segment?: string;
|
|
3195
|
-
is_simplified_view?: boolean;
|
|
3196
3192
|
auto_push_to_local?: boolean;
|
|
3197
3193
|
frictionless_partner?: string;
|
|
3198
3194
|
meta?: BrandMeta;
|
|
@@ -3288,7 +3284,6 @@ export type PostMenuV3DraftBrandsBody = {
|
|
|
3288
3284
|
local_menu_group_id?: string;
|
|
3289
3285
|
global_menu_group_id?: string;
|
|
3290
3286
|
posid_segment?: string;
|
|
3291
|
-
is_simplified_view?: boolean;
|
|
3292
3287
|
auto_push_to_local?: boolean;
|
|
3293
3288
|
frictionless_partner?: string;
|
|
3294
3289
|
meta?: BrandMeta;
|
|
@@ -3816,7 +3811,6 @@ export interface PostMenuV3BrandBody {
|
|
|
3816
3811
|
local_menu_group_id?: string;
|
|
3817
3812
|
global_menu_group_id?: string;
|
|
3818
3813
|
posid_segment?: string;
|
|
3819
|
-
is_simplified_view?: boolean;
|
|
3820
3814
|
auto_push_to_local?: boolean;
|
|
3821
3815
|
frictionless_partner?: string;
|
|
3822
3816
|
meta?: BrandMeta;
|
|
@@ -3888,7 +3882,6 @@ export interface PatchMenuV3BrandBody {
|
|
|
3888
3882
|
local_menu_group_id?: string;
|
|
3889
3883
|
global_menu_group_id?: string;
|
|
3890
3884
|
posid_segment?: string;
|
|
3891
|
-
is_simplified_view?: boolean;
|
|
3892
3885
|
auto_push_to_local?: boolean;
|
|
3893
3886
|
frictionless_partner?: string;
|
|
3894
3887
|
meta?: BrandMeta;
|
|
@@ -3984,7 +3977,6 @@ export type PostMenuV3BrandsBody = {
|
|
|
3984
3977
|
local_menu_group_id?: string;
|
|
3985
3978
|
global_menu_group_id?: string;
|
|
3986
3979
|
posid_segment?: string;
|
|
3987
|
-
is_simplified_view?: boolean;
|
|
3988
3980
|
auto_push_to_local?: boolean;
|
|
3989
3981
|
frictionless_partner?: string;
|
|
3990
3982
|
meta?: BrandMeta;
|
|
@@ -7460,7 +7452,6 @@ export interface PostMenuV4BrandBody {
|
|
|
7460
7452
|
local_menu_group_id?: string;
|
|
7461
7453
|
global_menu_group_id?: string;
|
|
7462
7454
|
posid_segment?: string;
|
|
7463
|
-
is_simplified_view?: boolean;
|
|
7464
7455
|
auto_push_to_local?: boolean;
|
|
7465
7456
|
frictionless_partner?: string;
|
|
7466
7457
|
meta?: BrandMeta;
|
|
@@ -7503,7 +7494,6 @@ export interface PostMenuV4BrandResponse {
|
|
|
7503
7494
|
local_menu_group_id?: string;
|
|
7504
7495
|
global_menu_group_id?: string;
|
|
7505
7496
|
posid_segment?: string;
|
|
7506
|
-
is_simplified_view?: boolean;
|
|
7507
7497
|
auto_push_to_local?: boolean;
|
|
7508
7498
|
frictionless_partner?: string;
|
|
7509
7499
|
meta?: BrandMeta;
|
|
@@ -7564,7 +7554,6 @@ export interface GetMenuV4BrandResponse {
|
|
|
7564
7554
|
local_menu_group_id?: string;
|
|
7565
7555
|
global_menu_group_id?: string;
|
|
7566
7556
|
posid_segment?: string;
|
|
7567
|
-
is_simplified_view?: boolean;
|
|
7568
7557
|
auto_push_to_local?: boolean;
|
|
7569
7558
|
frictionless_partner?: string;
|
|
7570
7559
|
meta?: BrandMeta;
|
|
@@ -7615,7 +7604,6 @@ export interface PatchMenuV4BrandBody {
|
|
|
7615
7604
|
local_menu_group_id?: string;
|
|
7616
7605
|
global_menu_group_id?: string;
|
|
7617
7606
|
posid_segment?: string;
|
|
7618
|
-
is_simplified_view?: boolean;
|
|
7619
7607
|
auto_push_to_local?: boolean;
|
|
7620
7608
|
frictionless_partner?: string;
|
|
7621
7609
|
meta?: BrandMeta;
|
|
@@ -7658,7 +7646,6 @@ export interface PatchMenuV4BrandResponse {
|
|
|
7658
7646
|
local_menu_group_id?: string;
|
|
7659
7647
|
global_menu_group_id?: string;
|
|
7660
7648
|
posid_segment?: string;
|
|
7661
|
-
is_simplified_view?: boolean;
|
|
7662
7649
|
auto_push_to_local?: boolean;
|
|
7663
7650
|
frictionless_partner?: string;
|
|
7664
7651
|
meta?: BrandMeta;
|
|
@@ -7712,7 +7699,6 @@ export interface DeleteMenuV4BrandResponse {
|
|
|
7712
7699
|
local_menu_group_id?: string;
|
|
7713
7700
|
global_menu_group_id?: string;
|
|
7714
7701
|
posid_segment?: string;
|
|
7715
|
-
is_simplified_view?: boolean;
|
|
7716
7702
|
auto_push_to_local?: boolean;
|
|
7717
7703
|
frictionless_partner?: string;
|
|
7718
7704
|
meta?: BrandMeta;
|