@compassdigital/sdk.typescript 4.747.0 → 4.748.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
|
@@ -3272,6 +3272,7 @@ export interface GetMenuV3DraftBrandItemsPath {
|
|
|
3272
3272
|
id: string;
|
|
3273
3273
|
}
|
|
3274
3274
|
export interface GetMenuV3DraftBrandItemsQuery {
|
|
3275
|
+
attached_to_menu?: boolean;
|
|
3275
3276
|
select?: string[];
|
|
3276
3277
|
relationships?: string[];
|
|
3277
3278
|
filter?: string;
|
|
@@ -3774,6 +3775,7 @@ export interface GetMenuV3BrandItemsPath {
|
|
|
3774
3775
|
id: string;
|
|
3775
3776
|
}
|
|
3776
3777
|
export interface GetMenuV3BrandItemsQuery {
|
|
3778
|
+
attached_to_menu?: boolean;
|
|
3777
3779
|
select?: string[];
|
|
3778
3780
|
relationships?: string[];
|
|
3779
3781
|
filter?: string;
|
|
@@ -6509,6 +6511,7 @@ export interface GetMenuV4BrandItemsPath {
|
|
|
6509
6511
|
}
|
|
6510
6512
|
export interface GetMenuV4BrandItemsQuery {
|
|
6511
6513
|
filter?: string[];
|
|
6514
|
+
attached_to_menu?: boolean;
|
|
6512
6515
|
select?: string[];
|
|
6513
6516
|
relationships?: string[];
|
|
6514
6517
|
limit?: number;
|