@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.es.mjs
CHANGED
|
@@ -138,7 +138,7 @@ class BaseApi {
|
|
|
138
138
|
Authorization: this.apiConfig.token,
|
|
139
139
|
'stream-auth-type': 'jwt',
|
|
140
140
|
'Content-Type': 'application/json',
|
|
141
|
-
'X-Stream-Client': 'stream-node-' + "0.4.
|
|
141
|
+
'X-Stream-Client': 'stream-node-' + "0.4.24",
|
|
142
142
|
'Accept-Encoding': 'gzip',
|
|
143
143
|
'x-client-request-id': clientRequestId,
|
|
144
144
|
};
|
|
@@ -4516,6 +4516,7 @@ class ModerationApi extends BaseApi {
|
|
|
4516
4516
|
block_list_config: request?.block_list_config,
|
|
4517
4517
|
bodyguard_config: request?.bodyguard_config,
|
|
4518
4518
|
google_vision_config: request?.google_vision_config,
|
|
4519
|
+
rule_builder_config: request?.rule_builder_config,
|
|
4519
4520
|
user: request?.user,
|
|
4520
4521
|
velocity_filter_config: request?.velocity_filter_config,
|
|
4521
4522
|
};
|