@stream-io/node-sdk 0.7.45 → 0.7.47
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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.mjs +3 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/src/gen/feeds/FeedsApi.d.ts +2 -0
- package/dist/src/gen/models/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +4 -0
- package/src/gen/models/index.ts +4 -0
package/dist/index.es.mjs
CHANGED
|
@@ -7639,7 +7639,7 @@ class ApiClient {
|
|
|
7639
7639
|
const headers = {
|
|
7640
7640
|
Authorization: this.apiConfig.token,
|
|
7641
7641
|
'stream-auth-type': 'jwt',
|
|
7642
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
7642
|
+
'X-Stream-Client': 'stream-node-' + "0.7.47",
|
|
7643
7643
|
'Accept-Encoding': 'gzip',
|
|
7644
7644
|
'x-client-request-id': clientRequestId,
|
|
7645
7645
|
};
|
|
@@ -8147,6 +8147,7 @@ class FeedsApi {
|
|
|
8147
8147
|
depth: request?.depth,
|
|
8148
8148
|
sort: request?.sort,
|
|
8149
8149
|
replies_limit: request?.replies_limit,
|
|
8150
|
+
id_around: request?.id_around,
|
|
8150
8151
|
user_id: request?.user_id,
|
|
8151
8152
|
limit: request?.limit,
|
|
8152
8153
|
prev: request?.prev,
|
|
@@ -8291,6 +8292,7 @@ class FeedsApi {
|
|
|
8291
8292
|
depth: request?.depth,
|
|
8292
8293
|
sort: request?.sort,
|
|
8293
8294
|
replies_limit: request?.replies_limit,
|
|
8295
|
+
id_around: request?.id_around,
|
|
8294
8296
|
user_id: request?.user_id,
|
|
8295
8297
|
limit: request?.limit,
|
|
8296
8298
|
prev: request?.prev,
|