@stream-io/node-sdk 0.4.23 → 0.4.24
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
|
@@ -157,7 +157,7 @@ class BaseApi {
|
|
|
157
157
|
Authorization: this.apiConfig.token,
|
|
158
158
|
'stream-auth-type': 'jwt',
|
|
159
159
|
'Content-Type': 'application/json',
|
|
160
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
160
|
+
'X-Stream-Client': 'stream-node-' + "0.4.24",
|
|
161
161
|
'Accept-Encoding': 'gzip',
|
|
162
162
|
'x-client-request-id': clientRequestId,
|
|
163
163
|
};
|
|
@@ -4535,6 +4535,7 @@ class ModerationApi extends BaseApi {
|
|
|
4535
4535
|
block_list_config: request?.block_list_config,
|
|
4536
4536
|
bodyguard_config: request?.bodyguard_config,
|
|
4537
4537
|
google_vision_config: request?.google_vision_config,
|
|
4538
|
+
rule_builder_config: request?.rule_builder_config,
|
|
4538
4539
|
user: request?.user,
|
|
4539
4540
|
velocity_filter_config: request?.velocity_filter_config,
|
|
4540
4541
|
};
|