Skip to content

Commit 163ee47

Browse files
pmerrillroot
authored andcommitted
Generated code by SwaggerHub
1 parent 4916ab4 commit 163ee47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

model/ingredientObjectItems.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* https://github.com/swagger-api/swagger-codegen.git
1010
* Do not edit the class manually.
1111
*/
12-
import { BrandedFoodObjectDietLabels } from './brandedFoodObjectDietLabels';
1312
import { IngredientObjectCalorieConversionFactor } from './ingredientObjectCalorieConversionFactor';
1413
import { IngredientObjectComponents } from './ingredientObjectComponents';
1514
import { IngredientObjectNutrients } from './ingredientObjectNutrients';
@@ -33,7 +32,6 @@ export interface IngredientObjectItems {
3332
* The multiplication factor used to calculate protein from nitrogen
3433
*/
3534
proteinConversionFactor?: number;
36-
dietLabels?: BrandedFoodObjectDietLabels;
3735
/**
3836
* An array of objects containing the constituent parts of a food (e.g. bone is a component of meat)
3937
*/
@@ -46,10 +44,6 @@ export interface IngredientObjectItems {
4644
* Common name associated with this item. These generally clarify what the item is (e.g. when the brand name is \"BRAND's Spicy Enchilada\" the common name may be \"Chicken enchilada\")
4745
*/
4846
commonName?: string;
49-
/**
50-
* A description of this item
51-
*/
52-
description?: string;
5347
/**
5448
* Comments on any unusual aspects of this item. Examples might include unusual aspects of the food overall.
5549
*/

0 commit comments

Comments
 (0)