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.
@@ -12444,6 +12444,7 @@ var Moderation = class {
12444
12444
  * @param {Array} moderationPayload.texts array Array of texts to be checked for moderation
12445
12445
  * @param {Array} moderationPayload.images array Array of images to be checked for moderation
12446
12446
  * @param {Array} moderationPayload.videos array Array of videos to be checked for moderation
12447
+ * @param {object} moderationPayload.custom object Additional custom data to attach to the moderation review queue item
12447
12448
  * @param {Array<CustomCheckFlag>} flags Array of CustomCheckFlag to be passed to flag the entity
12448
12449
  * @returns
12449
12450
  */
@@ -16640,7 +16641,7 @@ var StreamChat = class _StreamChat {
16640
16641
  if (this.userAgent) {
16641
16642
  return this.userAgent;
16642
16643
  }
16643
- const version = "9.45.4";
16644
+ const version = "9.45.5";
16644
16645
  const clientBundle = "browser-cjs";
16645
16646
  let userAgentString = "";
16646
16647
  if (this.sdkIdentifier) {