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.
@@ -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.4";
16431
+ const version = "9.45.5";
16431
16432
  const clientBundle = "browser-esm";
16432
16433
  let userAgentString = "";
16433
16434
  if (this.sdkIdentifier) {