@pagelines/sdk 1.0.211 → 1.0.213

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.
@@ -47,7 +47,6 @@ declare function __VLS_template(): {
47
47
  onboardedAt?: string | null | undefined;
48
48
  enrichment?: Record<string, any> | null | undefined;
49
49
  onboarding?: Record<string, any> | null | undefined;
50
- profile?: Record<string, any> | null | undefined;
51
50
  org?: {
52
51
  orgId: string;
53
52
  handle: string;
package/dist/agent.js CHANGED
@@ -1,10 +1,10 @@
1
1
  var y = Object.defineProperty;
2
2
  var c = (e, r) => y(e, "name", { value: r, configurable: !0 });
3
- import { _ as E, g as C, a as I } from "./AgentWrap.vue_vue_type_script_setup_true_lang-Bv2KuZP0.js";
4
- import { f as q, b as J, d as K, c as X, A as Y, C as ee, E as te, V as se, e as ae, j as oe, h as ne, i as ie, k as le, p as re } from "./AgentWrap.vue_vue_type_script_setup_true_lang-Bv2KuZP0.js";
3
+ import { _ as E, g as C, a as I } from "./AgentWrap.vue_vue_type_script_setup_true_lang-Cc3E_MFR.js";
4
+ import { f as q, b as J, d as K, c as X, A as Y, C as ee, E as te, V as se, e as ae, j as oe, h as ne, i as ie, k as le, p as re } from "./AgentWrap.vue_vue_type_script_setup_true_lang-Cc3E_MFR.js";
5
5
  import { defineComponent as x, createBlock as g, openBlock as l, withCtx as b, createElementVNode as o, createVNode as M, ref as h, watch as _, nextTick as O, createElementBlock as f, createCommentVNode as u, normalizeClass as p, normalizeStyle as U, unref as V } from "vue";
6
6
  import { _ as $ } from "./FModal.vue_vue_type_script_setup_true_lang-cL0BFEkZ.js";
7
- import { _ as N } from "./AgentProvider.vue_vue_type_script_setup_true_lang-GgGjo40K.js";
7
+ import { _ as N } from "./AgentProvider.vue_vue_type_script_setup_true_lang-J2dPA8gh.js";
8
8
  import { getDefaultAvatarUrl as ce } from "@pagelines/types";
9
9
  const S = { class: "relative w-full h-[80vh] md:h-[600px]" }, P = /* @__PURE__ */ x({
10
10
  name: "AgentModal",
@@ -42,7 +42,6 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
42
42
  onboardedAt?: string | null | undefined;
43
43
  enrichment?: Record<string, any> | null | undefined;
44
44
  onboarding?: Record<string, any> | null | undefined;
45
- profile?: Record<string, any> | null | undefined;
46
45
  org?: {
47
46
  orgId: string;
48
47
  handle: string;
@@ -240,7 +240,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
240
240
  onboardedAt?: string | null | undefined;
241
241
  enrichment?: Record<string, any> | null | undefined;
242
242
  onboarding?: Record<string, any> | null | undefined;
243
- profile?: Record<string, any> | null | undefined;
244
243
  org?: {
245
244
  orgId: string;
246
245
  handle: string;
@@ -479,7 +478,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
479
478
  onboardedAt?: string | null | undefined;
480
479
  enrichment?: Record<string, any> | null | undefined;
481
480
  onboarding?: Record<string, any> | null | undefined;
482
- profile?: Record<string, any> | null | undefined;
483
481
  org?: {
484
482
  orgId: string;
485
483
  handle: string;
@@ -577,7 +575,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
577
575
  onboardedAt?: string | null | undefined;
578
576
  enrichment?: Record<string, any> | null | undefined;
579
577
  onboarding?: Record<string, any> | null | undefined;
580
- profile?: Record<string, any> | null | undefined;
581
578
  org?: {
582
579
  orgId: string;
583
580
  handle: string;
package/dist/widget.js CHANGED
@@ -70,7 +70,7 @@ const B = `@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-
70
70
  async mountMode(t) {
71
71
  const { mode: e } = this.config;
72
72
  if (e === "inline") {
73
- const { default: a } = await import("./AgentWidgetInline-BXeTufF0.js");
73
+ const { default: a } = await import("./AgentWidgetInline-a7B42aCD.js");
74
74
  this.app = k(a, {
75
75
  sdk: this.sdk,
76
76
  handle: this.config.handle,
@@ -103,7 +103,7 @@ const B = `@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-
103
103
  a.removeEventListener("click", n), c.info(`Button mode widget destroyed for handle: ${this.config.handle}`);
104
104
  };
105
105
  } else if (e === "popup") {
106
- const { default: a } = await import("./AgentWidgetPopup-C5ZgN09k.js");
106
+ const { default: a } = await import("./AgentWidgetPopup-kDs-plgY.js");
107
107
  this.app = k(a, {
108
108
  sdk: this.sdk,
109
109
  handle: this.config.handle,
@@ -116,7 +116,7 @@ const B = `@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-
116
116
  chatOnly: this.config.chatOnly
117
117
  }), this.widgetInstance = this.app.mount(t);
118
118
  } else if (e === "modal") {
119
- const { default: a } = await import("./AgentWidgetModal-DP7iwx2o.js");
119
+ const { default: a } = await import("./AgentWidgetModal-DmiBPAeW.js");
120
120
  this.app = k(a, {
121
121
  sdk: this.sdk,
122
122
  handle: this.config.handle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.211",
3
+ "version": "1.0.213",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",
@@ -60,7 +60,7 @@
60
60
  "nanoid": "^5.1.6",
61
61
  "nanostores": "^1.1.1",
62
62
  "zod": "^4.3.6",
63
- "@pagelines/types": "1.0.192"
63
+ "@pagelines/types": "1.0.194"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@antfu/eslint-config": "^7.6.1",