diff --git a/src/gen/models/index.ts b/src/gen/models/index.ts index 69ae915..d7fc964 100644 --- a/src/gen/models/index.ts +++ b/src/gen/models/index.ts @@ -636,6 +636,8 @@ export interface ActivityResponse { parent?: ActivityResponse; poll?: PollResponseData; + + score_vars?: Record; } export interface ActivityRestoredEvent { @@ -5688,6 +5690,8 @@ export interface EnrichedReaction { export interface EnrichmentOptions { enrich_own_followings?: boolean; + include_score_vars?: boolean; + skip_activity?: boolean; skip_activity_collections?: boolean;