@stream-io/feeds-client 0.3.39 → 0.3.40

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-client",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/es/index.mjs",
@@ -796,7 +796,7 @@ export class FeedsApi {
796
796
  const response = await this.apiClient.sendRequest<
797
797
  StreamResponse<RestoreActivityResponse>
798
798
  >(
799
- 'PUT',
799
+ 'POST',
800
800
  '/api/v2/feeds/activities/{id}/restore',
801
801
  pathParams,
802
802
  undefined,