stream-chat 9.45.4 → 9.45.5
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/cjs/index.browser.js +2 -1
- package/dist/cjs/index.browser.js.map +2 -2
- package/dist/cjs/index.node.js +2 -1
- package/dist/cjs/index.node.js.map +2 -2
- package/dist/esm/index.mjs +2 -1
- package/dist/esm/index.mjs.map +2 -2
- package/dist/types/moderation.d.ts +2 -0
- package/package.json +1 -1
- package/src/moderation.ts +3 -0
package/dist/cjs/index.node.js
CHANGED
|
@@ -12417,6 +12417,7 @@ var Moderation = class {
|
|
|
12417
12417
|
* @param {Array} moderationPayload.texts array Array of texts to be checked for moderation
|
|
12418
12418
|
* @param {Array} moderationPayload.images array Array of images to be checked for moderation
|
|
12419
12419
|
* @param {Array} moderationPayload.videos array Array of videos to be checked for moderation
|
|
12420
|
+
* @param {object} moderationPayload.custom object Additional custom data to attach to the moderation review queue item
|
|
12420
12421
|
* @param {Array<CustomCheckFlag>} flags Array of CustomCheckFlag to be passed to flag the entity
|
|
12421
12422
|
* @returns
|
|
12422
12423
|
*/
|
|
@@ -16613,7 +16614,7 @@ var StreamChat = class _StreamChat {
|
|
|
16613
16614
|
if (this.userAgent) {
|
|
16614
16615
|
return this.userAgent;
|
|
16615
16616
|
}
|
|
16616
|
-
const version = "9.45.
|
|
16617
|
+
const version = "9.45.5";
|
|
16617
16618
|
const clientBundle = "node-cjs";
|
|
16618
16619
|
let userAgentString = "";
|
|
16619
16620
|
if (this.sdkIdentifier) {
|