Skip to content

Commit

Permalink
AUTOMATION: Generated new typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndla-at-knowit committed Oct 8, 2024
1 parent e696243 commit 32870b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions typescript/taxonomy-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,18 @@ export interface NodeSearchBody {
* How many results to return per page
*/
pageSize: number;
/**
* Id to parent id in context.
*/
parentId?: string;
/**
* Query to search names
*/
query?: string;
/**
* Id to root id in context.
*/
rootId?: string;
}

export interface NodeWithParents extends Node {
Expand Down

0 comments on commit 32870b3

Please sign in to comment.