@paramms/chat-widget 1.0.33 → 1.0.34

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/outbox.js CHANGED
@@ -1173,6 +1173,7 @@ class ze {
1173
1173
  r(this, "e2e", !1);
1174
1174
  r(this, "offline", !1);
1175
1175
  r(this, "offlineMessage", "");
1176
+ r(this, "preChat", null);
1176
1177
  r(this, "whiteLabel", !1);
1177
1178
  r(this, "typing", /* @__PURE__ */ new Set());
1178
1179
  r(this, "online", /* @__PURE__ */ new Set());
@@ -1223,7 +1224,7 @@ class ze {
1223
1224
  this.conversationId = e.conversation.id, this.state = e.conversation.state, e.subject && (this.subject = e.subject), e.annotations && (this.annotations = e.annotations, this.annotationVersion++);
1224
1225
  return;
1225
1226
  case "manifest":
1226
- this.actions = e.actions, this.version = e.version, e.name && (this.name = e.name), (t = e.theme) != null && t.accent && (this.accent = e.theme.accent), e.e2e && (this.e2e = !0), e.offline && (this.offline = !0), e.offlineMessage && (this.offlineMessage = e.offlineMessage), e.whiteLabel && (this.whiteLabel = !0);
1227
+ this.actions = e.actions, this.version = e.version, e.name && (this.name = e.name), (t = e.theme) != null && t.accent && (this.accent = e.theme.accent), e.e2e && (this.e2e = !0), e.offline && (this.offline = !0), e.offlineMessage && (this.offlineMessage = e.offlineMessage), e.whiteLabel && (this.whiteLabel = !0), e.preChat && (this.preChat = e.preChat);
1227
1228
  return;
1228
1229
  case "message":
1229
1230
  this.upsert({ ...e.message });