@stream-io/node-sdk 0.7.16 → 0.7.17
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
CHANGED
|
@@ -6817,7 +6817,7 @@ class ApiClient {
|
|
|
6817
6817
|
const headers = {
|
|
6818
6818
|
Authorization: this.apiConfig.token,
|
|
6819
6819
|
'stream-auth-type': 'jwt',
|
|
6820
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
6820
|
+
'X-Stream-Client': 'stream-node-' + "0.7.17",
|
|
6821
6821
|
'Accept-Encoding': 'gzip',
|
|
6822
6822
|
'x-client-request-id': clientRequestId,
|
|
6823
6823
|
};
|
|
@@ -6917,6 +6917,7 @@ class FeedsApi {
|
|
|
6917
6917
|
id: request?.id,
|
|
6918
6918
|
parent_id: request?.parent_id,
|
|
6919
6919
|
poll_id: request?.poll_id,
|
|
6920
|
+
restrict_replies: request?.restrict_replies,
|
|
6920
6921
|
text: request?.text,
|
|
6921
6922
|
user_id: request?.user_id,
|
|
6922
6923
|
visibility: request?.visibility,
|
|
@@ -7133,6 +7134,7 @@ class FeedsApi {
|
|
|
7133
7134
|
const body = {
|
|
7134
7135
|
expires_at: request?.expires_at,
|
|
7135
7136
|
poll_id: request?.poll_id,
|
|
7137
|
+
restrict_replies: request?.restrict_replies,
|
|
7136
7138
|
text: request?.text,
|
|
7137
7139
|
user_id: request?.user_id,
|
|
7138
7140
|
visibility: request?.visibility,
|