@stream-io/feeds-client 0.3.22 → 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.
@@ -1977,6 +1977,7 @@ class FeedsApi {
1977
1977
  feeds: request?.feeds,
1978
1978
  filter_tags: request?.filter_tags,
1979
1979
  interest_tags: request?.interest_tags,
1980
+ mentioned_user_ids: request?.mentioned_user_ids,
1980
1981
  custom: request?.custom,
1981
1982
  location: request?.location
1982
1983
  };
@@ -3935,7 +3936,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3935
3936
  };
3936
3937
  return result;
3937
3938
  };
3938
- const version = "0.3.22";
3939
+ const version = "0.3.23";
3939
3940
  const axios = axiosImport.default ?? axiosImport;
3940
3941
  class ApiClient {
3941
3942
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7804,4 +7805,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7804
7805
  exports.shouldUpdateState = shouldUpdateState;
7805
7806
  exports.uniqueArrayMerge = uniqueArrayMerge;
7806
7807
  exports.updateEntityInArray = updateEntityInArray;
7807
- //# sourceMappingURL=feeds-client-C46SYHa2.js.map
7808
+ //# sourceMappingURL=feeds-client-BUZVIyHd.js.map