@compassdigital/sdk.typescript 4.520.0 → 4.521.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.520.0",
3
+ "version": "4.521.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -509,6 +509,7 @@ export interface GlobalMenuGroupDTO {
509
509
  show_v4?: boolean;
510
510
  menu_labels?: Record<string, any>;
511
511
  menuworks_unit_ids?: string[];
512
+ visibility?: Record<string, any>;
512
513
  id?: string;
513
514
  created_at?: string;
514
515
  updated_at?: string;
@@ -3273,6 +3274,7 @@ export interface PostMenuV3GlobalMenuGroupBody {
3273
3274
  show_v4?: boolean;
3274
3275
  menu_labels?: Record<string, any>;
3275
3276
  menuworks_unit_ids?: string[];
3277
+ visibility?: Record<string, any>;
3276
3278
  vendor_metadata?: VendorMetadataDTO[];
3277
3279
  permissions?: Record<string, any>;
3278
3280
  [index: string]: any;
@@ -3322,6 +3324,7 @@ export interface PatchMenuV3GlobalMenuGroupBody {
3322
3324
  show_v4?: boolean;
3323
3325
  menu_labels?: Record<string, any>;
3324
3326
  menuworks_unit_ids?: string[];
3327
+ visibility?: Record<string, any>;
3325
3328
  id?: string;
3326
3329
  version?: number;
3327
3330
  vendor_metadata?: VendorMetadataDTO[];
@@ -3360,6 +3363,7 @@ export interface DeleteMenuV3GlobalMenuGroupResponse {
3360
3363
  show_v4?: boolean;
3361
3364
  menu_labels?: Record<string, any>;
3362
3365
  menuworks_unit_ids?: string[];
3366
+ visibility?: Record<string, any>;
3363
3367
  id: string;
3364
3368
  created_at?: string;
3365
3369
  updated_at?: string;
@@ -3418,6 +3422,7 @@ export type PostMenuV3GlobalMenuGroupsBody = {
3418
3422
  show_v4?: boolean;
3419
3423
  menu_labels?: Record<string, any>;
3420
3424
  menuworks_unit_ids?: string[];
3425
+ visibility?: Record<string, any>;
3421
3426
  vendor_metadata?: VendorMetadataDTO[];
3422
3427
  permissions?: Record<string, any>;
3423
3428
  [index: string]: any;