@pagelines/sdk 1.0.166 → 1.0.168
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/{AgentProvider.vue_vue_type_script_setup_true_lang-vzGl9adQ.js → AgentProvider.vue_vue_type_script_setup_true_lang-DCanEQe2.js} +2 -2
- package/dist/{AgentProvider.vue_vue_type_script_setup_true_lang-vzGl9adQ.js.map → AgentProvider.vue_vue_type_script_setup_true_lang-DCanEQe2.js.map} +1 -1
- package/dist/{AgentWidgetInline-xKwzOBQ7.js → AgentWidgetInline-BW7Kg22N.js} +2 -2
- package/dist/{AgentWidgetInline-xKwzOBQ7.js.map → AgentWidgetInline-BW7Kg22N.js.map} +1 -1
- package/dist/{AgentWidgetModal-BesI4epW.js → AgentWidgetModal-dH9xiLtO.js} +2 -2
- package/dist/{AgentWidgetModal-BesI4epW.js.map → AgentWidgetModal-dH9xiLtO.js.map} +1 -1
- package/dist/{AgentWidgetPopup-KU7OGmSO.js → AgentWidgetPopup--EAvcTDh.js} +2 -2
- package/dist/{AgentWidgetPopup-KU7OGmSO.js.map → AgentWidgetPopup--EAvcTDh.js.map} +1 -1
- package/dist/{AgentWrap.vue_vue_type_script_setup_true_lang-Dnt1w4Uv.js → AgentWrap.vue_vue_type_script_setup_true_lang-DWBaKmcq.js} +471 -467
- package/dist/{AgentWrap.vue_vue_type_script_setup_true_lang-Dnt1w4Uv.js.map → AgentWrap.vue_vue_type_script_setup_true_lang-DWBaKmcq.js.map} +1 -1
- package/dist/agent/ui/AgentWrap.vue.d.ts +0 -1
- package/dist/agent.js +3 -3
- package/dist/demo/index.d.ts +0 -1
- package/dist/sdkClient.d.ts +0 -3
- package/dist/widget.js +3 -3
- package/package.json +2 -2
|
@@ -43,7 +43,6 @@ declare function __VLS_template(): {
|
|
|
43
43
|
botStatus?: string | null | undefined;
|
|
44
44
|
botServerUrl?: string | null | undefined;
|
|
45
45
|
botError?: string | null | undefined;
|
|
46
|
-
botLastSeen?: string | null | undefined;
|
|
47
46
|
botHeartbeatAt?: string | null | undefined;
|
|
48
47
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
49
48
|
onboardedAt?: string | null | undefined;
|
package/dist/agent.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var E = Object.defineProperty;
|
|
2
2
|
var d = (e, n) => E(e, "name", { value: n, configurable: !0 });
|
|
3
|
-
import { _ as C, g as I, b as M, a as _ } from "./AgentWrap.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { f as q, A as J, d as K, c as X, C as Y, V as ee, e as te, j as se, h as ae, i as oe, k as ie, p as ne } from "./AgentWrap.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { _ as C, g as I, b as M, a as _ } from "./AgentWrap.vue_vue_type_script_setup_true_lang-DWBaKmcq.js";
|
|
4
|
+
import { f as q, A as J, d as K, c as X, C as Y, V as ee, e as te, j as se, h as ae, i as oe, k as ie, p as ne } from "./AgentWrap.vue_vue_type_script_setup_true_lang-DWBaKmcq.js";
|
|
5
5
|
import { defineComponent as b, createBlock as g, openBlock as c, withCtx as k, createElementVNode as o, createVNode as O, ref as v, watch as U, nextTick as V, createElementBlock as p, createCommentVNode as u, normalizeClass as h, normalizeStyle as $, unref as x } from "vue";
|
|
6
6
|
import { _ as N } from "./FModal.vue_vue_type_script_setup_true_lang-cL0BFEkZ.js";
|
|
7
|
-
import { _ as T } from "./AgentProvider.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { _ as T } from "./AgentProvider.vue_vue_type_script_setup_true_lang-DCanEQe2.js";
|
|
8
8
|
const z = { class: "relative w-full h-[80vh] md:h-[600px]" }, P = /* @__PURE__ */ b({
|
|
9
9
|
name: "AgentModal",
|
|
10
10
|
__name: "AgentModal",
|
package/dist/demo/index.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
38
38
|
botStatus?: string | null | undefined;
|
|
39
39
|
botServerUrl?: string | null | undefined;
|
|
40
40
|
botError?: string | null | undefined;
|
|
41
|
-
botLastSeen?: string | null | undefined;
|
|
42
41
|
botHeartbeatAt?: string | null | undefined;
|
|
43
42
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
44
43
|
onboardedAt?: string | null | undefined;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -236,7 +236,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
236
236
|
botStatus?: string | null | undefined;
|
|
237
237
|
botServerUrl?: string | null | undefined;
|
|
238
238
|
botError?: string | null | undefined;
|
|
239
|
-
botLastSeen?: string | null | undefined;
|
|
240
239
|
botHeartbeatAt?: string | null | undefined;
|
|
241
240
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
242
241
|
onboardedAt?: string | null | undefined;
|
|
@@ -476,7 +475,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
476
475
|
botStatus?: string | null | undefined;
|
|
477
476
|
botServerUrl?: string | null | undefined;
|
|
478
477
|
botError?: string | null | undefined;
|
|
479
|
-
botLastSeen?: string | null | undefined;
|
|
480
478
|
botHeartbeatAt?: string | null | undefined;
|
|
481
479
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
482
480
|
onboardedAt?: string | null | undefined;
|
|
@@ -575,7 +573,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
575
573
|
botStatus?: string | null | undefined;
|
|
576
574
|
botServerUrl?: string | null | undefined;
|
|
577
575
|
botError?: string | null | undefined;
|
|
578
|
-
botLastSeen?: string | null | undefined;
|
|
579
576
|
botHeartbeatAt?: string | null | undefined;
|
|
580
577
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
581
578
|
onboardedAt?: string | null | undefined;
|
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-
|
|
73
|
+
const { default: a } = await import("./AgentWidgetInline-BW7Kg22N.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
|
|
106
|
+
const { default: a } = await import("./AgentWidgetPopup--EAvcTDh.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-
|
|
119
|
+
const { default: a } = await import("./AgentWidgetModal-dH9xiLtO.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.
|
|
3
|
+
"version": "1.0.168",
|
|
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.0.1",
|
|
62
62
|
"zod": "^4.3.6",
|
|
63
|
-
"@pagelines/types": "1.0.
|
|
63
|
+
"@pagelines/types": "1.0.149"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@antfu/eslint-config": "^7.4.3",
|