@compassdigital/sdk.typescript 4.169.0 → 4.171.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.
@@ -5893,6 +5893,10 @@ export interface PatchMenuV4BrandCategoryBody {
5893
5893
  export interface PatchMenuV4BrandCategoryResponse {
5894
5894
  parent?: DraftCategoryDTO;
5895
5895
  children?: DraftCategoryDTO[];
5896
+ id: string;
5897
+ created_at?: string;
5898
+ updated_at?: string;
5899
+ deleted_at?: string;
5896
5900
  parent_id?: string;
5897
5901
  name: string;
5898
5902
  label?: string;
@@ -5902,6 +5906,7 @@ export interface PatchMenuV4BrandCategoryResponse {
5902
5906
  menu_id: string;
5903
5907
  translation?: NameTranslation;
5904
5908
  applied_diff_snapshot?: Record<string, any>;
5909
+ version?: number;
5905
5910
  menu?: DraftMenuDTO;
5906
5911
  items?: DraftCategoryToItemRelationshipDTO[];
5907
5912
  brand?: DraftBrandDTO;