Skip to content

Commit 601c6dc

Browse files
authored
feat: Include "score vars" and ranking expression in getOrCreateFeed response (#262)
1 parent 3c4c943 commit 601c6dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gen/models/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ export interface ActivityResponse {
636636
parent?: ActivityResponse;
637637

638638
poll?: PollResponseData;
639+
640+
score_vars?: Record<string, any>;
639641
}
640642

641643
export interface ActivityRestoredEvent {
@@ -5688,6 +5690,8 @@ export interface EnrichedReaction {
56885690
export interface EnrichmentOptions {
56895691
enrich_own_followings?: boolean;
56905692

5693+
include_score_vars?: boolean;
5694+
56915695
skip_activity?: boolean;
56925696

56935697
skip_activity_collections?: boolean;

0 commit comments

Comments
 (0)