File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4961,6 +4961,8 @@ export interface FeedInput {
49614961
49624962 visibility ?: 'public' | 'visible' | 'followers' | 'members' | 'private' ;
49634963
4964+ filter_tags ?: string [ ] ;
4965+
49644966 members ?: FeedMemberRequest [ ] ;
49654967
49664968 custom ?: Record < string , any > ;
@@ -5092,6 +5094,8 @@ export interface FeedRequest {
50925094
50935095 visibility ?: 'public' | 'visible' | 'followers' | 'members' | 'private' ;
50945096
5097+ filter_tags ?: string [ ] ;
5098+
50955099 members ?: FeedMemberRequest [ ] ;
50965100
50975101 custom ?: Record < string , any > ;
@@ -5126,6 +5130,8 @@ export interface FeedResponse {
51265130
51275131 visibility ?: string ;
51285132
5133+ filter_tags ?: string [ ] ;
5134+
51295135 custom ?: Record < string , any > ;
51305136}
51315137
You can’t perform that action at this time.
0 commit comments