@stream-io/feeds-client 0.3.44 → 0.3.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,6 +142,7 @@ decoders.ActivityResponse = (input) => {
142
142
  deleted_at: { type: "DatetimeType", isSingle: true },
143
143
  edited_at: { type: "DatetimeType", isSingle: true },
144
144
  expires_at: { type: "DatetimeType", isSingle: true },
145
+ friend_reactions: { type: "FeedsReactionResponse", isSingle: false },
145
146
  current_feed: { type: "FeedResponse", isSingle: true },
146
147
  parent: { type: "ActivityResponse", isSingle: true },
147
148
  poll: { type: "PollResponseData", isSingle: true }
@@ -2397,6 +2398,7 @@ class FeedsApi {
2397
2398
  filter: request?.filter,
2398
2399
  followers_pagination: request?.followers_pagination,
2399
2400
  following_pagination: request?.following_pagination,
2401
+ friend_reactions_options: request?.friend_reactions_options,
2400
2402
  interest_weights: request?.interest_weights,
2401
2403
  member_pagination: request?.member_pagination
2402
2404
  };
@@ -4008,7 +4010,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
4008
4010
  };
4009
4011
  return result;
4010
4012
  };
4011
- const version = "0.3.44";
4013
+ const version = "0.3.45";
4012
4014
  const axios = axiosImport.default ?? axiosImport;
4013
4015
  class ApiClient {
4014
4016
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -8069,4 +8071,4 @@ export {
8069
8071
  shouldUpdateState as s,
8070
8072
  uniqueArrayMerge as u
8071
8073
  };
8072
- //# sourceMappingURL=feeds-client-B7anS3xV.mjs.map
8074
+ //# sourceMappingURL=feeds-client-DK7PXh7g.mjs.map