@stream-io/node-sdk 0.7.46 → 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.
@@ -88,6 +88,7 @@ export declare class FeedsApi {
88
88
  depth?: number;
89
89
  sort?: string;
90
90
  replies_limit?: number;
91
+ id_around?: string;
91
92
  user_id?: string;
92
93
  limit?: number;
93
94
  prev?: string;
@@ -124,6 +125,7 @@ export declare class FeedsApi {
124
125
  depth?: number;
125
126
  sort?: string;
126
127
  replies_limit?: number;
128
+ id_around?: string;
127
129
  user_id?: string;
128
130
  limit?: number;
129
131
  prev?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/node-sdk",
3
- "version": "0.7.46",
3
+ "version": "0.7.47",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {
@@ -998,6 +998,7 @@ export class FeedsApi {
998
998
  depth?: number;
999
999
  sort?: string;
1000
1000
  replies_limit?: number;
1001
+ id_around?: string;
1001
1002
  user_id?: string;
1002
1003
  limit?: number;
1003
1004
  prev?: string;
@@ -1009,6 +1010,7 @@ export class FeedsApi {
1009
1010
  depth: request?.depth,
1010
1011
  sort: request?.sort,
1011
1012
  replies_limit: request?.replies_limit,
1013
+ id_around: request?.id_around,
1012
1014
  user_id: request?.user_id,
1013
1015
  limit: request?.limit,
1014
1016
  prev: request?.prev,
@@ -1283,6 +1285,7 @@ export class FeedsApi {
1283
1285
  depth?: number;
1284
1286
  sort?: string;
1285
1287
  replies_limit?: number;
1288
+ id_around?: string;
1286
1289
  user_id?: string;
1287
1290
  limit?: number;
1288
1291
  prev?: string;
@@ -1292,6 +1295,7 @@ export class FeedsApi {
1292
1295
  depth: request?.depth,
1293
1296
  sort: request?.sort,
1294
1297
  replies_limit: request?.replies_limit,
1298
+ id_around: request?.id_around,
1295
1299
  user_id: request?.user_id,
1296
1300
  limit: request?.limit,
1297
1301
  prev: request?.prev,