@pagelines/sdk 1.0.549 → 1.0.551
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.
|
@@ -4,7 +4,17 @@ type __VLS_Props = {
|
|
|
4
4
|
};
|
|
5
5
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
created: (agent: {
|
|
7
|
+
agentId?: string | undefined;
|
|
8
|
+
handle?: string | undefined;
|
|
9
|
+
ownerId?: string | undefined;
|
|
10
|
+
orgId?: string | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
emoji?: string | null | undefined;
|
|
7
13
|
title?: string | null | undefined;
|
|
14
|
+
summary?: string | null | undefined;
|
|
15
|
+
entityType?: string | undefined;
|
|
16
|
+
avatarId?: string | null | undefined;
|
|
17
|
+
coverId?: string | null | undefined;
|
|
8
18
|
avatar?: {
|
|
9
19
|
mediaId?: string | undefined;
|
|
10
20
|
userId?: string | undefined;
|
|
@@ -51,21 +61,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
51
61
|
duration?: number | undefined;
|
|
52
62
|
blurhash?: string | undefined;
|
|
53
63
|
} | undefined;
|
|
54
|
-
orgId?: string | undefined;
|
|
55
|
-
agentId?: string | undefined;
|
|
56
|
-
status?: string | undefined;
|
|
57
|
-
createdAt?: string | undefined;
|
|
58
|
-
updatedAt?: string | undefined;
|
|
59
|
-
name?: string | undefined;
|
|
60
64
|
email?: string | null | undefined;
|
|
61
65
|
website?: string | null | undefined;
|
|
62
|
-
handle?: string | undefined;
|
|
63
|
-
ownerId?: string | undefined;
|
|
64
|
-
emoji?: string | null | undefined;
|
|
65
|
-
summary?: string | null | undefined;
|
|
66
|
-
entityType?: string | undefined;
|
|
67
|
-
avatarId?: string | null | undefined;
|
|
68
|
-
coverId?: string | null | undefined;
|
|
69
66
|
accounts?: {
|
|
70
67
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
71
68
|
handle: string;
|
|
@@ -85,6 +82,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
85
82
|
summary?: string | undefined;
|
|
86
83
|
} | undefined;
|
|
87
84
|
visibility?: "org" | "private" | "public" | undefined;
|
|
85
|
+
status?: string | undefined;
|
|
86
|
+
createdAt?: string | undefined;
|
|
87
|
+
updatedAt?: string | undefined;
|
|
88
88
|
isPrimary?: boolean | undefined;
|
|
89
89
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
90
90
|
changedAt?: string | undefined;
|
|
@@ -100,7 +100,17 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
100
100
|
}) => any;
|
|
101
101
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
102
102
|
onCreated?: ((agent: {
|
|
103
|
+
agentId?: string | undefined;
|
|
104
|
+
handle?: string | undefined;
|
|
105
|
+
ownerId?: string | undefined;
|
|
106
|
+
orgId?: string | undefined;
|
|
107
|
+
name?: string | undefined;
|
|
108
|
+
emoji?: string | null | undefined;
|
|
103
109
|
title?: string | null | undefined;
|
|
110
|
+
summary?: string | null | undefined;
|
|
111
|
+
entityType?: string | undefined;
|
|
112
|
+
avatarId?: string | null | undefined;
|
|
113
|
+
coverId?: string | null | undefined;
|
|
104
114
|
avatar?: {
|
|
105
115
|
mediaId?: string | undefined;
|
|
106
116
|
userId?: string | undefined;
|
|
@@ -147,21 +157,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
147
157
|
duration?: number | undefined;
|
|
148
158
|
blurhash?: string | undefined;
|
|
149
159
|
} | undefined;
|
|
150
|
-
orgId?: string | undefined;
|
|
151
|
-
agentId?: string | undefined;
|
|
152
|
-
status?: string | undefined;
|
|
153
|
-
createdAt?: string | undefined;
|
|
154
|
-
updatedAt?: string | undefined;
|
|
155
|
-
name?: string | undefined;
|
|
156
160
|
email?: string | null | undefined;
|
|
157
161
|
website?: string | null | undefined;
|
|
158
|
-
handle?: string | undefined;
|
|
159
|
-
ownerId?: string | undefined;
|
|
160
|
-
emoji?: string | null | undefined;
|
|
161
|
-
summary?: string | null | undefined;
|
|
162
|
-
entityType?: string | undefined;
|
|
163
|
-
avatarId?: string | null | undefined;
|
|
164
|
-
coverId?: string | null | undefined;
|
|
165
162
|
accounts?: {
|
|
166
163
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
167
164
|
handle: string;
|
|
@@ -181,6 +178,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
181
178
|
summary?: string | undefined;
|
|
182
179
|
} | undefined;
|
|
183
180
|
visibility?: "org" | "private" | "public" | undefined;
|
|
181
|
+
status?: string | undefined;
|
|
182
|
+
createdAt?: string | undefined;
|
|
183
|
+
updatedAt?: string | undefined;
|
|
184
184
|
isPrimary?: boolean | undefined;
|
|
185
185
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
186
186
|
changedAt?: string | undefined;
|
package/dist/demo/index.d.ts
CHANGED
|
@@ -13,7 +13,17 @@ export { getStaticAgentByHandle } from '@/modules/agent/static';
|
|
|
13
13
|
*/
|
|
14
14
|
export declare function getDemoAgents(sdk: PageLinesSDK): Promise<Partial<AgentConfig>[]>;
|
|
15
15
|
export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
16
|
+
agentId?: string | undefined;
|
|
17
|
+
handle?: string | undefined;
|
|
18
|
+
ownerId?: string | undefined;
|
|
19
|
+
orgId?: string | undefined;
|
|
20
|
+
name?: string | undefined;
|
|
21
|
+
emoji?: string | null | undefined;
|
|
16
22
|
title?: string | null | undefined;
|
|
23
|
+
summary?: string | null | undefined;
|
|
24
|
+
entityType?: string | undefined;
|
|
25
|
+
avatarId?: string | null | undefined;
|
|
26
|
+
coverId?: string | null | undefined;
|
|
17
27
|
avatar?: {
|
|
18
28
|
mediaId?: string | undefined;
|
|
19
29
|
userId?: string | undefined;
|
|
@@ -60,21 +70,8 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
60
70
|
duration?: number | undefined;
|
|
61
71
|
blurhash?: string | undefined;
|
|
62
72
|
} | undefined;
|
|
63
|
-
orgId?: string | undefined;
|
|
64
|
-
agentId?: string | undefined;
|
|
65
|
-
status?: string | undefined;
|
|
66
|
-
createdAt?: string | undefined;
|
|
67
|
-
updatedAt?: string | undefined;
|
|
68
|
-
name?: string | undefined;
|
|
69
73
|
email?: string | null | undefined;
|
|
70
74
|
website?: string | null | undefined;
|
|
71
|
-
handle?: string | undefined;
|
|
72
|
-
ownerId?: string | undefined;
|
|
73
|
-
emoji?: string | null | undefined;
|
|
74
|
-
summary?: string | null | undefined;
|
|
75
|
-
entityType?: string | undefined;
|
|
76
|
-
avatarId?: string | null | undefined;
|
|
77
|
-
coverId?: string | null | undefined;
|
|
78
75
|
accounts?: {
|
|
79
76
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
80
77
|
handle: string;
|
|
@@ -94,6 +91,9 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
94
91
|
summary?: string | undefined;
|
|
95
92
|
} | undefined;
|
|
96
93
|
visibility?: "org" | "private" | "public" | undefined;
|
|
94
|
+
status?: string | undefined;
|
|
95
|
+
createdAt?: string | undefined;
|
|
96
|
+
updatedAt?: string | undefined;
|
|
97
97
|
isPrimary?: boolean | undefined;
|
|
98
98
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
99
99
|
changedAt?: string | undefined;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -191,7 +191,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
191
191
|
lastActiveAt?: string | null | undefined;
|
|
192
192
|
lastMessageAt?: string | null | undefined;
|
|
193
193
|
runtime?: string | undefined;
|
|
194
|
-
appHandle?: string | null | undefined;
|
|
195
194
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
196
195
|
onboardedAt?: string | null | undefined;
|
|
197
196
|
org?: {
|
|
@@ -382,7 +381,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
382
381
|
lastActiveAt?: string | null | undefined;
|
|
383
382
|
lastMessageAt?: string | null | undefined;
|
|
384
383
|
runtime?: string | undefined;
|
|
385
|
-
appHandle?: string | null | undefined;
|
|
386
384
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
387
385
|
onboardedAt?: string | null | undefined;
|
|
388
386
|
org?: {
|
|
@@ -475,7 +473,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
475
473
|
lastActiveAt?: string | null | undefined;
|
|
476
474
|
lastMessageAt?: string | null | undefined;
|
|
477
475
|
runtime?: string | undefined;
|
|
478
|
-
appHandle?: string | null | undefined;
|
|
479
476
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
480
477
|
onboardedAt?: string | null | undefined;
|
|
481
478
|
org?: {
|
|
@@ -8,7 +8,17 @@ export declare function useWidgetState(props: {
|
|
|
8
8
|
buttonIcon?: ButtonIconPreset;
|
|
9
9
|
}): {
|
|
10
10
|
currentAgent: import('vue').Ref<{
|
|
11
|
+
agentId?: string | undefined;
|
|
12
|
+
handle?: string | undefined;
|
|
13
|
+
ownerId?: string | undefined;
|
|
14
|
+
orgId?: string | undefined;
|
|
15
|
+
name?: string | undefined;
|
|
16
|
+
emoji?: string | null | undefined;
|
|
11
17
|
title?: string | null | undefined;
|
|
18
|
+
summary?: string | null | undefined;
|
|
19
|
+
entityType?: string | undefined;
|
|
20
|
+
avatarId?: string | null | undefined;
|
|
21
|
+
coverId?: string | null | undefined;
|
|
12
22
|
avatar?: {
|
|
13
23
|
mediaId?: string | undefined;
|
|
14
24
|
userId?: string | undefined;
|
|
@@ -55,21 +65,8 @@ export declare function useWidgetState(props: {
|
|
|
55
65
|
duration?: number | undefined;
|
|
56
66
|
blurhash?: string | undefined;
|
|
57
67
|
} | undefined;
|
|
58
|
-
orgId?: string | undefined;
|
|
59
|
-
agentId?: string | undefined;
|
|
60
|
-
status?: string | undefined;
|
|
61
|
-
createdAt?: string | undefined;
|
|
62
|
-
updatedAt?: string | undefined;
|
|
63
|
-
name?: string | undefined;
|
|
64
68
|
email?: string | null | undefined;
|
|
65
69
|
website?: string | null | undefined;
|
|
66
|
-
handle?: string | undefined;
|
|
67
|
-
ownerId?: string | undefined;
|
|
68
|
-
emoji?: string | null | undefined;
|
|
69
|
-
summary?: string | null | undefined;
|
|
70
|
-
entityType?: string | undefined;
|
|
71
|
-
avatarId?: string | null | undefined;
|
|
72
|
-
coverId?: string | null | undefined;
|
|
73
70
|
accounts?: {
|
|
74
71
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
75
72
|
handle: string;
|
|
@@ -89,6 +86,9 @@ export declare function useWidgetState(props: {
|
|
|
89
86
|
summary?: string | undefined;
|
|
90
87
|
} | undefined;
|
|
91
88
|
visibility?: "org" | "private" | "public" | undefined;
|
|
89
|
+
status?: string | undefined;
|
|
90
|
+
createdAt?: string | undefined;
|
|
91
|
+
updatedAt?: string | undefined;
|
|
92
92
|
isPrimary?: boolean | undefined;
|
|
93
93
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
94
94
|
changedAt?: string | undefined;
|
|
@@ -102,7 +102,17 @@ export declare function useWidgetState(props: {
|
|
|
102
102
|
help?: string | undefined;
|
|
103
103
|
} | undefined;
|
|
104
104
|
} | undefined, {
|
|
105
|
+
agentId?: string | undefined;
|
|
106
|
+
handle?: string | undefined;
|
|
107
|
+
ownerId?: string | undefined;
|
|
108
|
+
orgId?: string | undefined;
|
|
109
|
+
name?: string | undefined;
|
|
110
|
+
emoji?: string | null | undefined;
|
|
105
111
|
title?: string | null | undefined;
|
|
112
|
+
summary?: string | null | undefined;
|
|
113
|
+
entityType?: string | undefined;
|
|
114
|
+
avatarId?: string | null | undefined;
|
|
115
|
+
coverId?: string | null | undefined;
|
|
106
116
|
avatar?: {
|
|
107
117
|
mediaId?: string | undefined;
|
|
108
118
|
userId?: string | undefined;
|
|
@@ -149,21 +159,8 @@ export declare function useWidgetState(props: {
|
|
|
149
159
|
duration?: number | undefined;
|
|
150
160
|
blurhash?: string | undefined;
|
|
151
161
|
} | undefined;
|
|
152
|
-
orgId?: string | undefined;
|
|
153
|
-
agentId?: string | undefined;
|
|
154
|
-
status?: string | undefined;
|
|
155
|
-
createdAt?: string | undefined;
|
|
156
|
-
updatedAt?: string | undefined;
|
|
157
|
-
name?: string | undefined;
|
|
158
162
|
email?: string | null | undefined;
|
|
159
163
|
website?: string | null | undefined;
|
|
160
|
-
handle?: string | undefined;
|
|
161
|
-
ownerId?: string | undefined;
|
|
162
|
-
emoji?: string | null | undefined;
|
|
163
|
-
summary?: string | null | undefined;
|
|
164
|
-
entityType?: string | undefined;
|
|
165
|
-
avatarId?: string | null | undefined;
|
|
166
|
-
coverId?: string | null | undefined;
|
|
167
164
|
accounts?: {
|
|
168
165
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
169
166
|
handle: string;
|
|
@@ -183,6 +180,9 @@ export declare function useWidgetState(props: {
|
|
|
183
180
|
summary?: string | undefined;
|
|
184
181
|
} | undefined;
|
|
185
182
|
visibility?: "org" | "private" | "public" | undefined;
|
|
183
|
+
status?: string | undefined;
|
|
184
|
+
createdAt?: string | undefined;
|
|
185
|
+
updatedAt?: string | undefined;
|
|
186
186
|
isPrimary?: boolean | undefined;
|
|
187
187
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
188
188
|
changedAt?: string | undefined;
|
|
@@ -196,7 +196,17 @@ export declare function useWidgetState(props: {
|
|
|
196
196
|
help?: string | undefined;
|
|
197
197
|
} | undefined;
|
|
198
198
|
} | {
|
|
199
|
+
agentId?: string | undefined;
|
|
200
|
+
handle?: string | undefined;
|
|
201
|
+
ownerId?: string | undefined;
|
|
202
|
+
orgId?: string | undefined;
|
|
203
|
+
name?: string | undefined;
|
|
204
|
+
emoji?: string | null | undefined;
|
|
199
205
|
title?: string | null | undefined;
|
|
206
|
+
summary?: string | null | undefined;
|
|
207
|
+
entityType?: string | undefined;
|
|
208
|
+
avatarId?: string | null | undefined;
|
|
209
|
+
coverId?: string | null | undefined;
|
|
200
210
|
avatar?: {
|
|
201
211
|
mediaId?: string | undefined;
|
|
202
212
|
userId?: string | undefined;
|
|
@@ -243,21 +253,8 @@ export declare function useWidgetState(props: {
|
|
|
243
253
|
duration?: number | undefined;
|
|
244
254
|
blurhash?: string | undefined;
|
|
245
255
|
} | undefined;
|
|
246
|
-
orgId?: string | undefined;
|
|
247
|
-
agentId?: string | undefined;
|
|
248
|
-
status?: string | undefined;
|
|
249
|
-
createdAt?: string | undefined;
|
|
250
|
-
updatedAt?: string | undefined;
|
|
251
|
-
name?: string | undefined;
|
|
252
256
|
email?: string | null | undefined;
|
|
253
257
|
website?: string | null | undefined;
|
|
254
|
-
handle?: string | undefined;
|
|
255
|
-
ownerId?: string | undefined;
|
|
256
|
-
emoji?: string | null | undefined;
|
|
257
|
-
summary?: string | null | undefined;
|
|
258
|
-
entityType?: string | undefined;
|
|
259
|
-
avatarId?: string | null | undefined;
|
|
260
|
-
coverId?: string | null | undefined;
|
|
261
258
|
accounts?: {
|
|
262
259
|
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
263
260
|
handle: string;
|
|
@@ -277,6 +274,9 @@ export declare function useWidgetState(props: {
|
|
|
277
274
|
summary?: string | undefined;
|
|
278
275
|
} | undefined;
|
|
279
276
|
visibility?: "org" | "private" | "public" | undefined;
|
|
277
|
+
status?: string | undefined;
|
|
278
|
+
createdAt?: string | undefined;
|
|
279
|
+
updatedAt?: string | undefined;
|
|
280
280
|
isPrimary?: boolean | undefined;
|
|
281
281
|
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
282
282
|
changedAt?: string | undefined;
|