Skip to content

Commit 541c4cc

Browse files
authored
feat: added new field params to activity selector config (#215)
1 parent e6f064e commit 541c4cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gen/models/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,8 @@ export interface ActivitySelectorConfig {
619619
| 'following'
620620
| 'current_feed'
621621
| 'query'
622-
| 'interest';
622+
| 'interest'
623+
| 'follow_suggestion';
623624

624625
cutoff_time?: string;
625626

@@ -630,6 +631,8 @@ export interface ActivitySelectorConfig {
630631
sort?: SortParamRequest[];
631632

632633
filter?: Record<string, any>;
634+
635+
params?: Record<string, any>;
633636
}
634637

635638
export interface ActivitySelectorConfigResponse {

0 commit comments

Comments
 (0)