@stream-io/node-sdk 0.7.46 → 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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.mjs +4 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/src/gen/feeds/FeedsApi.d.ts +3 -0
- package/dist/src/gen/models/index.d.ts +6 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +6 -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
|
};
|
|
@@ -8166,6 +8166,7 @@ class FeedsApi {
|
|
|
8166
8166
|
depth: request?.depth,
|
|
8167
8167
|
sort: request?.sort,
|
|
8168
8168
|
replies_limit: request?.replies_limit,
|
|
8169
|
+
id_around: request?.id_around,
|
|
8169
8170
|
user_id: request?.user_id,
|
|
8170
8171
|
limit: request?.limit,
|
|
8171
8172
|
prev: request?.prev,
|
|
@@ -8310,6 +8311,7 @@ class FeedsApi {
|
|
|
8310
8311
|
depth: request?.depth,
|
|
8311
8312
|
sort: request?.sort,
|
|
8312
8313
|
replies_limit: request?.replies_limit,
|
|
8314
|
+
id_around: request?.id_around,
|
|
8313
8315
|
user_id: request?.user_id,
|
|
8314
8316
|
limit: request?.limit,
|
|
8315
8317
|
prev: request?.prev,
|
|
@@ -8840,6 +8842,7 @@ class FeedsApi {
|
|
|
8840
8842
|
async unfollow(request) {
|
|
8841
8843
|
const queryParams = {
|
|
8842
8844
|
delete_notification_activity: request?.delete_notification_activity,
|
|
8845
|
+
keep_history: request?.keep_history,
|
|
8843
8846
|
enrich_own_fields: request?.enrich_own_fields,
|
|
8844
8847
|
};
|
|
8845
8848
|
const pathParams = {
|