@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.es.mjs
CHANGED
|
@@ -6798,7 +6798,7 @@ class ApiClient {
|
|
|
6798
6798
|
const headers = {
|
|
6799
6799
|
Authorization: this.apiConfig.token,
|
|
6800
6800
|
'stream-auth-type': 'jwt',
|
|
6801
|
-
'X-Stream-Client': 'stream-node-' + "0.7.
|
|
6801
|
+
'X-Stream-Client': 'stream-node-' + "0.7.17",
|
|
6802
6802
|
'Accept-Encoding': 'gzip',
|
|
6803
6803
|
'x-client-request-id': clientRequestId,
|
|
6804
6804
|
};
|
|
@@ -6898,6 +6898,7 @@ class FeedsApi {
|
|
|
6898
6898
|
id: request?.id,
|
|
6899
6899
|
parent_id: request?.parent_id,
|
|
6900
6900
|
poll_id: request?.poll_id,
|
|
6901
|
+
restrict_replies: request?.restrict_replies,
|
|
6901
6902
|
text: request?.text,
|
|
6902
6903
|
user_id: request?.user_id,
|
|
6903
6904
|
visibility: request?.visibility,
|
|
@@ -7114,6 +7115,7 @@ class FeedsApi {
|
|
|
7114
7115
|
const body = {
|
|
7115
7116
|
expires_at: request?.expires_at,
|
|
7116
7117
|
poll_id: request?.poll_id,
|
|
7118
|
+
restrict_replies: request?.restrict_replies,
|
|
7117
7119
|
text: request?.text,
|
|
7118
7120
|
user_id: request?.user_id,
|
|
7119
7121
|
visibility: request?.visibility,
|