@stream-io/feeds-client 0.3.27 → 0.3.29

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,7 +1,7 @@
1
1
  import { useStateStore } from "@stream-io/state-store/react-bindings";
2
2
  export * from "@stream-io/state-store/react-bindings";
3
3
  import { useState, useEffect, createContext, useContext, useRef, useCallback, useMemo } from "react";
4
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-Db36zlJs.mjs";
4
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-B-2hdWUU.mjs";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  const useCreateFeedsClient = ({
7
7
  apiKey,
@@ -2336,6 +2336,9 @@ class FeedsApi {
2336
2336
  feed_id: request?.feed_id
2337
2337
  };
2338
2338
  const body = {
2339
+ description: request?.description,
2340
+ name: request?.name,
2341
+ filter_tags: request?.filter_tags,
2339
2342
  custom: request?.custom
2340
2343
  };
2341
2344
  const response = await this.apiClient.sendRequest(
@@ -3918,7 +3921,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3918
3921
  };
3919
3922
  return result;
3920
3923
  };
3921
- const version = "0.3.27";
3924
+ const version = "0.3.29";
3922
3925
  const axios = axiosImport.default ?? axiosImport;
3923
3926
  class ApiClient {
3924
3927
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7854,4 +7857,4 @@ export {
7854
7857
  shouldUpdateState as s,
7855
7858
  uniqueArrayMerge as u
7856
7859
  };
7857
- //# sourceMappingURL=feeds-client-Db36zlJs.mjs.map
7860
+ //# sourceMappingURL=feeds-client-B-2hdWUU.mjs.map