From cfc97c186704ecf8769fa17369a28882b43a887e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 6 Dec 2024 11:54:33 +0000 Subject: [PATCH] AUTOMATION: Generated new typescript files --- typescript/taxonomy-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/taxonomy-api.ts b/typescript/taxonomy-api.ts index 52efc4b5..5396b8d2 100644 --- a/typescript/taxonomy-api.ts +++ b/typescript/taxonomy-api.ts @@ -558,7 +558,7 @@ export interface TaxonomyContext { */ parentIds: string[]; /** - * List of all parents to this context + * List of all parents to this context. Empty if node is fetched as child */ parents: TaxonomyCrumb[]; /**