regenerate API

This commit is contained in:
smilerz
2024-04-23 10:35:45 -05:00
parent dd3f38fe75
commit a67b084b52
61 changed files with 7120 additions and 5452 deletions

View File

@@ -21,28 +21,28 @@ import { mapValues } from '../runtime';
export interface NutritionInformationRequest {
/**
*
* @type {string}
* @type {number}
* @memberof NutritionInformationRequest
*/
carbohydrates: string;
carbohydrates: number;
/**
*
* @type {string}
* @type {number}
* @memberof NutritionInformationRequest
*/
fats: string;
fats: number;
/**
*
* @type {string}
* @type {number}
* @memberof NutritionInformationRequest
*/
proteins: string;
proteins: number;
/**
*
* @type {string}
* @type {number}
* @memberof NutritionInformationRequest
*/
calories: string;
calories: number;
/**
*
* @type {string}