@stream-io/node-sdk 0.7.37 → 0.7.38

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/node-sdk",
3
- "version": "0.7.37",
3
+ "version": "0.7.38",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -660,7 +660,7 @@ export class FeedsApi {
660
660
  const response = await this.apiClient.sendRequest<
661
661
  StreamResponse<RestoreActivityResponse>
662
662
  >(
663
- 'PUT',
663
+ 'POST',
664
664
  '/api/v2/feeds/activities/{id}/restore',
665
665
  pathParams,
666
666
  undefined,