Skip to content

Commit 7626557

Browse files
feat(specs): add optional feedID to composition result set (generated)
algolia/api-clients-automation#5991 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Gavin Wade <gavin.wade12@gmail.com>
1 parent 42f8502 commit 7626557

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/composition/model/resultsCompositionsResponse.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
import type { ResultsCompositionInfoResponse } from './resultsCompositionInfoResponse';
44

55
export type ResultsCompositionsResponse = {
6+
/**
7+
* The ID of the feed.
8+
*/
9+
feedID?: string | undefined;
10+
611
compositions: { [key: string]: ResultsCompositionInfoResponse };
712
};

0 commit comments

Comments
 (0)