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
package/dist/cjs/index.node.cjs
CHANGED
|
@@ -12074,6 +12074,7 @@ var Campaign = class {
|
|
|
12074
12074
|
segment_ids: this.data?.segment_ids,
|
|
12075
12075
|
sender_id: this.data?.sender_id,
|
|
12076
12076
|
sender_mode: this.data?.sender_mode,
|
|
12077
|
+
sender_visibility: this.data?.sender_visibility,
|
|
12077
12078
|
channel_template: this.data?.channel_template,
|
|
12078
12079
|
create_channels: this.data?.create_channels,
|
|
12079
12080
|
show_channels: this.data?.show_channels,
|
|
@@ -28733,7 +28734,7 @@ var StreamChat = class _StreamChat {
|
|
|
28733
28734
|
if (this.userAgent) {
|
|
28734
28735
|
return this.userAgent;
|
|
28735
28736
|
}
|
|
28736
|
-
const version = "9.
|
|
28737
|
+
const version = "9.20.0";
|
|
28737
28738
|
const clientBundle = "node-cjs";
|
|
28738
28739
|
let userAgentString = "";
|
|
28739
28740
|
if (this.sdkIdentifier) {
|