@stream-io/feeds-client 0.3.21 → 0.3.23

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.
@@ -1,6 +1,6 @@
1
1
  import require$$0, { useCallback, useMemo, useState, useEffect, createContext, useContext, useRef } from "react";
2
2
  import "@stream-io/state-store";
3
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BXCEV48I.mjs";
3
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BJQdmCB4.mjs";
4
4
  var shim = { exports: {} };
5
5
  var useSyncExternalStoreShim_production = {};
6
6
  /**
@@ -689,6 +689,7 @@ decoders.FeedMemberUpdatedEvent = (input) => {
689
689
  };
690
690
  decoders.FeedOwnData = (input) => {
691
691
  const typeMappings = {
692
+ own_followings: { type: "FollowResponse", isSingle: false },
692
693
  own_follows: { type: "FollowResponse", isSingle: false },
693
694
  own_membership: { type: "FeedMemberResponse", isSingle: true }
694
695
  };
@@ -700,6 +701,7 @@ decoders.FeedResponse = (input) => {
700
701
  updated_at: { type: "DatetimeType", isSingle: true },
701
702
  created_by: { type: "UserResponse", isSingle: true },
702
703
  deleted_at: { type: "DatetimeType", isSingle: true },
704
+ own_followings: { type: "FollowResponse", isSingle: false },
703
705
  own_follows: { type: "FollowResponse", isSingle: false },
704
706
  own_membership: { type: "FeedMemberResponse", isSingle: true }
705
707
  };
@@ -711,6 +713,7 @@ decoders.FeedSuggestionResponse = (input) => {
711
713
  updated_at: { type: "DatetimeType", isSingle: true },
712
714
  created_by: { type: "UserResponse", isSingle: true },
713
715
  deleted_at: { type: "DatetimeType", isSingle: true },
716
+ own_followings: { type: "FollowResponse", isSingle: false },
714
717
  own_follows: { type: "FollowResponse", isSingle: false },
715
718
  own_membership: { type: "FeedMemberResponse", isSingle: true }
716
719
  };
@@ -1956,6 +1959,7 @@ class FeedsApi {
1956
1959
  feeds: request?.feeds,
1957
1960
  filter_tags: request?.filter_tags,
1958
1961
  interest_tags: request?.interest_tags,
1962
+ mentioned_user_ids: request?.mentioned_user_ids,
1959
1963
  custom: request?.custom,
1960
1964
  location: request?.location
1961
1965
  };
@@ -3914,7 +3918,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3914
3918
  };
3915
3919
  return result;
3916
3920
  };
3917
- const version = "0.3.21";
3921
+ const version = "0.3.23";
3918
3922
  const axios = axiosImport.default ?? axiosImport;
3919
3923
  class ApiClient {
3920
3924
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7785,4 +7789,4 @@ export {
7785
7789
  shouldUpdateState as s,
7786
7790
  uniqueArrayMerge as u
7787
7791
  };
7788
- //# sourceMappingURL=feeds-client-BXCEV48I.mjs.map
7792
+ //# sourceMappingURL=feeds-client-BJQdmCB4.mjs.map