From 820305c5d7c5cf3c672e215967629b7c3cd3b75a Mon Sep 17 00:00:00 2001 From: jovani-x Date: Mon, 3 Feb 2025 17:35:28 +0100 Subject: [PATCH] Adjust analyzedInstructions type in RecipeInformation --- typescript/models/RecipeInformation.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typescript/models/RecipeInformation.ts b/typescript/models/RecipeInformation.ts index 362d523f..1a75ebaf 100644 --- a/typescript/models/RecipeInformation.ts +++ b/typescript/models/RecipeInformation.ts @@ -13,6 +13,7 @@ import { RecipeInformationExtendedIngredientsInner } from '../models/RecipeInformationExtendedIngredientsInner'; import { RecipeInformationWinePairing } from '../models/RecipeInformationWinePairing'; import { TasteInformation } from '../models/TasteInformation'; +import { AnalyzeRecipeInstructions200ResponseParsedInstructionsInner } from "../models/AnalyzeRecipeInstructions200ResponseParsedInstructionsInner"; import { HttpFile } from '../http/http'; /** @@ -35,7 +36,7 @@ export class RecipeInformation { 'healthScore': number; 'spoonacularScore': number; 'pricePerServing': number; - 'analyzedInstructions': Array; + 'analyzedInstructions': Array; 'cheap': boolean; 'creditsText': string; 'cuisines': Array;