@stream-io/node-sdk 0.7.47 → 0.7.48
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/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.mjs +2 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/src/gen/feeds/FeedsApi.d.ts +1 -0
- package/dist/src/gen/models/index.d.ts +6 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +2 -0
- package/src/gen/models/index.ts +9 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7658,7 +7658,7 @@ class ApiClient {
|
|
|
7658
7658
|
const headers = {
|
|
7659
7659
|
Authorization: this.apiConfig.token,
|
|
7660
7660
|
'stream-auth-type': 'jwt',
|
|
7661
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7661
|
+
'X-Stream-Client': 'stream-node-' + "0.7.48",
|
|
7662
7662
|
'Accept-Encoding': 'gzip',
|
|
7663
7663
|
'x-client-request-id': clientRequestId,
|
|
7664
7664
|
};
|
|
@@ -8842,6 +8842,7 @@ class FeedsApi {
|
|
|
8842
8842
|
async unfollow(request) {
|
|
8843
8843
|
const queryParams = {
|
|
8844
8844
|
delete_notification_activity: request?.delete_notification_activity,
|
|
8845
|
+
keep_history: request?.keep_history,
|
|
8845
8846
|
enrich_own_fields: request?.enrich_own_fields,
|
|
8846
8847
|
};
|
|
8847
8848
|
const pathParams = {
|