@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.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.47",
|
|
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,
|