@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/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -8051,6 +8051,7 @@ export interface GetMenuV4BrandResponse {
|
|
|
8051
8051
|
meta?: BrandMeta;
|
|
8052
8052
|
supported_languages?: SupportedLanguages;
|
|
8053
8053
|
archived_at?: string;
|
|
8054
|
+
visibility?: Record<string, any>;
|
|
8054
8055
|
applied_diff_snapshot?: Record<string, any>;
|
|
8055
8056
|
version?: number;
|
|
8056
8057
|
changes?: BrandChangeDTO[];
|