File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/feeds-client/src/gen/models Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2790,22 +2790,22 @@ export interface FeedResponse {
27902790
27912791 updated_at : Date ;
27922792
2793+ filter_tags : string [ ] ;
2794+
27932795 created_by : UserResponse ;
27942796
2797+ custom : Record < string , any > ;
2798+
27952799 deleted_at ?: Date ;
27962800
27972801 visibility ?: string ;
27982802
2799- filter_tags ?: string [ ] ;
2800-
28012803 own_capabilities ?: FeedOwnCapability [ ] ;
28022804
28032805 own_followings ?: FollowResponse [ ] ;
28042806
28052807 own_follows ?: FollowResponse [ ] ;
28062808
2807- custom ?: Record < string , any > ;
2808-
28092809 own_membership ?: FeedMemberResponse ;
28102810}
28112811
@@ -2834,8 +2834,12 @@ export interface FeedSuggestionResponse {
28342834
28352835 updated_at : Date ;
28362836
2837+ filter_tags : string [ ] ;
2838+
28372839 created_by : UserResponse ;
28382840
2841+ custom : Record < string , any > ;
2842+
28392843 deleted_at ?: Date ;
28402844
28412845 reason ?: string ;
@@ -2844,8 +2848,6 @@ export interface FeedSuggestionResponse {
28442848
28452849 visibility ?: string ;
28462850
2847- filter_tags ?: string [ ] ;
2848-
28492851 own_capabilities ?: FeedOwnCapability [ ] ;
28502852
28512853 own_followings ?: FollowResponse [ ] ;
@@ -2854,8 +2856,6 @@ export interface FeedSuggestionResponse {
28542856
28552857 algorithm_scores ?: Record < string , number > ;
28562858
2857- custom ?: Record < string , any > ;
2858-
28592859 own_membership ?: FeedMemberResponse ;
28602860}
28612861
You can’t perform that action at this time.
0 commit comments