@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.526.0",
3
+ "version": "4.527.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -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[];