@compassdigital/sdk.typescript 4.261.0 → 4.263.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.
@@ -169,6 +169,7 @@ export interface Item {
169
169
  primary?: string;
170
170
  secondary?: string;
171
171
  };
172
+ jde_category?: string;
172
173
  };
173
174
  is_deleted?: boolean;
174
175
  is?: {
@@ -226,6 +227,7 @@ export interface Option {
226
227
  primary?: string;
227
228
  secondary?: string;
228
229
  };
230
+ jde_category?: string;
229
231
  };
230
232
  weight?: {
231
233
  unit?: string;
@@ -803,6 +805,7 @@ export interface ModifierChangeDTO {
803
805
  }
804
806
  export interface ReportingMetadataDTO {
805
807
  category?: ReportingCategoryMetadataDTO;
808
+ jde_category?: string;
806
809
  [index: string]: any;
807
810
  }
808
811
  export interface ReportingCategoryMetadataDTO {