@@ -1288,6 +1288,9 @@ components:
12881288 title: Interest Tags
12891289 type: array
12901290 x-stream-index: "025"
1291+ is_watched:
1292+ type: boolean
1293+ x-stream-index: "037"
12911294 latest_reactions:
12921295 description: Recent reactions to the activity
12931296 items:
@@ -1995,6 +1998,9 @@ components:
19951998 title: Group
19961999 type: string
19972000 x-stream-index: "005"
2001+ is_watched:
2002+ type: boolean
2003+ x-stream-index: "009"
19982004 score:
19992005 description: Ranking score for this aggregation
20002006 format: float
@@ -21888,16 +21894,68 @@ components:
2188821894 type: object
2188921895 StoriesConfig:
2189021896 properties:
21891- expiration_behaviour:
21892- enum:
21893- - hide_for_everyone
21894- - visible_for_author
21895- type: string
21896- x-stream-index: "001"
2189721897 skip_watched:
21898+ type: boolean
21899+ x-stream-index: "001"
21900+ track_watched:
2189821901 type: boolean
2189921902 x-stream-index: "002"
2190021903 type: object
21904+ StoriesFeedUpdatedEvent:
21905+ description: Emitted when stories feed is updated.
21906+ nullable: true
21907+ properties:
21908+ aggregated_activities:
21909+ description: Aggregated activities for stories feeds
21910+ items:
21911+ $ref: '#/components/schemas/AggregatedActivityResponse'
21912+ title: Aggregated Activities
21913+ type: array
21914+ x-stream-index: "001"
21915+ created_at:
21916+ description: Date/time of creation
21917+ format: date-time
21918+ title: Created at
21919+ type: number
21920+ x-stream-index: 002.001.003
21921+ custom:
21922+ additionalProperties: {}
21923+ type: object
21924+ x-stream-index: 002.001.007
21925+ feed_visibility:
21926+ type: string
21927+ x-stream-index: "002.003"
21928+ fid:
21929+ description: The ID of the feed
21930+ title: Feed ID
21931+ type: string
21932+ x-stream-index: "002.002"
21933+ received_at:
21934+ format: date-time
21935+ type: number
21936+ x-stream-index: 002.001.004
21937+ type:
21938+ default: feeds.stories_feed.updated
21939+ description: 'The type of event: "feeds.stories_feed.updated" in this case'
21940+ title: Event Type
21941+ type: string
21942+ x-stream-index: 002.001.002
21943+ user:
21944+ $ref: '#/components/schemas/UserResponseCommonFields'
21945+ description: The user who triggered the stories update
21946+ title: User
21947+ x-stream-index: "003.001"
21948+ required:
21949+ - type
21950+ - created_at
21951+ - custom
21952+ - fid
21953+ title: StoriesFeedUpdatedEvent
21954+ type: object
21955+ x-stream-event-client-type: true
21956+ x-stream-event-doc-group: other
21957+ x-stream-is-event: true
21958+ x-stream-ws-base-event-name: VideoEvent
2190121959 SubmitActionRequest:
2190221960 nullable: true
2190321961 properties:
@@ -25922,6 +25980,7 @@ components:
2592225980 feeds.poll.vote_casted: '#/components/schemas/PollVoteCastedFeedEvent'
2592325981 feeds.poll.vote_changed: '#/components/schemas/PollVoteChangedFeedEvent'
2592425982 feeds.poll.vote_removed: '#/components/schemas/PollVoteRemovedFeedEvent'
25983+ feeds.stories_feed.updated: '#/components/schemas/StoriesFeedUpdatedEvent'
2592525984 health.check: '#/components/schemas/HealthCheckEvent'
2592625985 message.pending: '#/components/schemas/PendingMessageEvent'
2592725986 moderation.custom_action: '#/components/schemas/ModerationCustomActionEvent'
@@ -25996,6 +26055,7 @@ components:
2599626055 - $ref: '#/components/schemas/ReminderDeletedEvent'
2599726056 - $ref: '#/components/schemas/ReminderNotificationEvent'
2599826057 - $ref: '#/components/schemas/ReminderUpdatedEvent'
26058+ - $ref: '#/components/schemas/StoriesFeedUpdatedEvent'
2599926059 - $ref: '#/components/schemas/UserMessagesDeletedEvent'
2600026060 - $ref: '#/components/schemas/UserUpdatedEvent'
2600126061 WSEvent:
@@ -26114,6 +26174,7 @@ components:
2611426174 feeds.poll.vote_casted: '#/components/schemas/PollVoteCastedFeedEvent'
2611526175 feeds.poll.vote_changed: '#/components/schemas/PollVoteChangedFeedEvent'
2611626176 feeds.poll.vote_removed: '#/components/schemas/PollVoteRemovedFeedEvent'
26177+ feeds.stories_feed.updated: '#/components/schemas/StoriesFeedUpdatedEvent'
2611726178 health.check: '#/components/schemas/HealthCheckEvent'
2611826179 member.added: '#/components/schemas/MemberAddedEvent'
2611926180 member.removed: '#/components/schemas/MemberRemovedEvent'
@@ -26317,6 +26378,7 @@ components:
2631726378 - $ref: '#/components/schemas/ReminderDeletedEvent'
2631826379 - $ref: '#/components/schemas/ReminderNotificationEvent'
2631926380 - $ref: '#/components/schemas/ReminderUpdatedEvent'
26381+ - $ref: '#/components/schemas/StoriesFeedUpdatedEvent'
2632026382 - $ref: '#/components/schemas/ThreadUpdatedEvent'
2632126383 - $ref: '#/components/schemas/TypingStartEvent'
2632226384 - $ref: '#/components/schemas/TypingStopEvent'
@@ -26421,7 +26483,7 @@ components:
2642126483 type: apiKey
2642226484info:
2642326485 title: Stream API
26424- version: v196.22 .0
26486+ version: v196.23 .0
2642526487openapi: 3.0.3
2642626488paths:
2642726489 /api/v2/app:
0 commit comments