@compassdigital/sdk.typescript 4.526.0 → 4.527.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
|
@@ -5945,6 +5945,7 @@ export interface GetMenuV4BrandResponse {
|
|
|
5945
5945
|
meta?: BrandMeta;
|
|
5946
5946
|
supported_languages?: SupportedLanguages;
|
|
5947
5947
|
archived_at?: string;
|
|
5948
|
+
visibility?: Record<string, any>;
|
|
5948
5949
|
applied_diff_snapshot?: Record<string, any>;
|
|
5949
5950
|
version?: number;
|
|
5950
5951
|
changes?: BrandChangeDTO[];
|