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/esm/index.mjs
CHANGED
|
@@ -12231,6 +12231,7 @@ var Moderation = class {
|
|
|
12231
12231
|
* @param {Array} moderationPayload.texts array Array of texts to be checked for moderation
|
|
12232
12232
|
* @param {Array} moderationPayload.images array Array of images to be checked for moderation
|
|
12233
12233
|
* @param {Array} moderationPayload.videos array Array of videos to be checked for moderation
|
|
12234
|
+
* @param {object} moderationPayload.custom object Additional custom data to attach to the moderation review queue item
|
|
12234
12235
|
* @param {Array<CustomCheckFlag>} flags Array of CustomCheckFlag to be passed to flag the entity
|
|
12235
12236
|
* @returns
|
|
12236
12237
|
*/
|
|
@@ -16427,7 +16428,7 @@ var StreamChat = class _StreamChat {
|
|
|
16427
16428
|
if (this.userAgent) {
|
|
16428
16429
|
return this.userAgent;
|
|
16429
16430
|
}
|
|
16430
|
-
const version = "9.45.
|
|
16431
|
+
const version = "9.45.5";
|
|
16431
16432
|
const clientBundle = "browser-esm";
|
|
16432
16433
|
let userAgentString = "";
|
|
16433
16434
|
if (this.sdkIdentifier) {
|