stream-chat 9.19.1 → 9.20.0
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.cjs +2 -1
- package/dist/cjs/index.browser.cjs.map +2 -2
- package/dist/cjs/index.node.cjs +2 -1
- package/dist/cjs/index.node.cjs.map +2 -2
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/types.d.ts +1 -12
- package/package.json +1 -1
- package/src/campaign.ts +1 -0
- package/src/types.ts +1 -15
|
@@ -386,6 +386,7 @@ var Campaign = class {
|
|
|
386
386
|
segment_ids: this.data?.segment_ids,
|
|
387
387
|
sender_id: this.data?.sender_id,
|
|
388
388
|
sender_mode: this.data?.sender_mode,
|
|
389
|
+
sender_visibility: this.data?.sender_visibility,
|
|
389
390
|
channel_template: this.data?.channel_template,
|
|
390
391
|
create_channels: this.data?.create_channels,
|
|
391
392
|
show_channels: this.data?.show_channels,
|
|
@@ -16225,7 +16226,7 @@ var StreamChat = class _StreamChat {
|
|
|
16225
16226
|
if (this.userAgent) {
|
|
16226
16227
|
return this.userAgent;
|
|
16227
16228
|
}
|
|
16228
|
-
const version = "9.
|
|
16229
|
+
const version = "9.20.0";
|
|
16229
16230
|
const clientBundle = "browser-cjs";
|
|
16230
16231
|
let userAgentString = "";
|
|
16231
16232
|
if (this.sdkIdentifier) {
|