@compassdigital/sdk.typescript 4.430.0 → 4.432.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.
@@ -923,6 +923,9 @@ export interface NutritionDTO {
923
923
  protein?: Record<string, any>;
924
924
  dietary_fiber?: Record<string, any>;
925
925
  sodium?: Record<string, any>;
926
+ trans_fat?: Record<string, any>;
927
+ cholesterol?: Record<string, any>;
928
+ added_sugars?: Record<string, any>;
926
929
  [index: string]: any;
927
930
  }
928
931
  export interface NutritionValueDTO {