@pagelines/sdk 1.0.478 → 1.0.480

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.
@@ -242,13 +242,11 @@ Current User:
242
242
  onDone: c,
243
243
  onError: x,
244
244
  onStatus: h
245
- }) : s.chatStream({
245
+ }) : s.chatStreamPublic({
246
246
  handle: this._agent.handle.value,
247
247
  message: e,
248
248
  attachments: n,
249
- conversationId: this.conversationId,
250
- history: this.buildHistory(),
251
- visitorId: s.generateAnonId(),
249
+ anonymousId: s.generateAnonId(),
252
250
  context: this.getDynamicSettings().context || void 0,
253
251
  onDelta: f,
254
252
  onDone: c,