@pagelines/sdk 1.0.251 → 1.0.252
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/demo/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
35
35
|
alt?: string | undefined;
|
|
36
36
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
37
37
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
38
|
-
quality?: "
|
|
38
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
39
39
|
createdAt?: string | undefined;
|
|
40
40
|
updatedAt?: string | undefined;
|
|
41
41
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -57,7 +57,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
57
57
|
alt?: string | undefined;
|
|
58
58
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
59
59
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
60
|
-
quality?: "
|
|
60
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
61
61
|
createdAt?: string | undefined;
|
|
62
62
|
updatedAt?: string | undefined;
|
|
63
63
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -70,7 +70,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
70
70
|
email?: string | null | undefined;
|
|
71
71
|
website?: string | null | undefined;
|
|
72
72
|
accounts?: {
|
|
73
|
-
platform: "
|
|
73
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
74
74
|
handle: string;
|
|
75
75
|
}[] | null | undefined;
|
|
76
76
|
model?: string | null | undefined;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
32
32
|
alt?: string | undefined;
|
|
33
33
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
34
34
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
35
|
-
quality?: "
|
|
35
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
36
36
|
createdAt?: string | undefined;
|
|
37
37
|
updatedAt?: string | undefined;
|
|
38
38
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -77,7 +77,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
77
77
|
alt?: string | undefined;
|
|
78
78
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
79
79
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
80
|
-
quality?: "
|
|
80
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
81
81
|
createdAt?: string | undefined;
|
|
82
82
|
updatedAt?: string | undefined;
|
|
83
83
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -100,7 +100,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
100
100
|
alt?: string | undefined;
|
|
101
101
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
102
102
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
103
|
-
quality?: "
|
|
103
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
104
104
|
createdAt?: string | undefined;
|
|
105
105
|
updatedAt?: string | undefined;
|
|
106
106
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
131
131
|
alt?: string | undefined;
|
|
132
132
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
133
133
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
134
|
-
quality?: "
|
|
134
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
135
135
|
createdAt?: string | undefined;
|
|
136
136
|
updatedAt?: string | undefined;
|
|
137
137
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -154,7 +154,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
154
154
|
alt?: string | undefined;
|
|
155
155
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
156
156
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
157
|
-
quality?: "
|
|
157
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
158
158
|
createdAt?: string | undefined;
|
|
159
159
|
updatedAt?: string | undefined;
|
|
160
160
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -188,7 +188,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
188
188
|
alt?: string | undefined;
|
|
189
189
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
190
190
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
191
|
-
quality?: "
|
|
191
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
192
192
|
createdAt?: string | undefined;
|
|
193
193
|
updatedAt?: string | undefined;
|
|
194
194
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -210,7 +210,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
210
210
|
alt?: string | undefined;
|
|
211
211
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
212
212
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
213
|
-
quality?: "
|
|
213
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
214
214
|
createdAt?: string | undefined;
|
|
215
215
|
updatedAt?: string | undefined;
|
|
216
216
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -223,7 +223,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
223
223
|
email?: string | null | undefined;
|
|
224
224
|
website?: string | null | undefined;
|
|
225
225
|
accounts?: {
|
|
226
|
-
platform: "
|
|
226
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
227
227
|
handle: string;
|
|
228
228
|
}[] | null | undefined;
|
|
229
229
|
model?: string | null | undefined;
|
|
@@ -267,7 +267,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
267
267
|
alt?: string | undefined;
|
|
268
268
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
269
269
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
270
|
-
quality?: "
|
|
270
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
271
271
|
createdAt?: string | undefined;
|
|
272
272
|
updatedAt?: string | undefined;
|
|
273
273
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -312,7 +312,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
312
312
|
alt?: string | undefined;
|
|
313
313
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
314
314
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
315
|
-
quality?: "
|
|
315
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
316
316
|
createdAt?: string | undefined;
|
|
317
317
|
updatedAt?: string | undefined;
|
|
318
318
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -335,7 +335,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
335
335
|
alt?: string | undefined;
|
|
336
336
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
337
337
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
338
|
-
quality?: "
|
|
338
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
339
339
|
createdAt?: string | undefined;
|
|
340
340
|
updatedAt?: string | undefined;
|
|
341
341
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -366,7 +366,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
366
366
|
alt?: string | undefined;
|
|
367
367
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
368
368
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
369
|
-
quality?: "
|
|
369
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
370
370
|
createdAt?: string | undefined;
|
|
371
371
|
updatedAt?: string | undefined;
|
|
372
372
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -389,7 +389,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
389
389
|
alt?: string | undefined;
|
|
390
390
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
391
391
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
392
|
-
quality?: "
|
|
392
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
393
393
|
createdAt?: string | undefined;
|
|
394
394
|
updatedAt?: string | undefined;
|
|
395
395
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -423,7 +423,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
423
423
|
alt?: string | undefined;
|
|
424
424
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
425
425
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
426
|
-
quality?: "
|
|
426
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
427
427
|
createdAt?: string | undefined;
|
|
428
428
|
updatedAt?: string | undefined;
|
|
429
429
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -445,7 +445,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
445
445
|
alt?: string | undefined;
|
|
446
446
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
447
447
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
448
|
-
quality?: "
|
|
448
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
449
449
|
createdAt?: string | undefined;
|
|
450
450
|
updatedAt?: string | undefined;
|
|
451
451
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -458,7 +458,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
458
458
|
email?: string | null | undefined;
|
|
459
459
|
website?: string | null | undefined;
|
|
460
460
|
accounts?: {
|
|
461
|
-
platform: "
|
|
461
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
462
462
|
handle: string;
|
|
463
463
|
}[] | null | undefined;
|
|
464
464
|
model?: string | null | undefined;
|
|
@@ -517,7 +517,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
517
517
|
alt?: string | undefined;
|
|
518
518
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
519
519
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
520
|
-
quality?: "
|
|
520
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
521
521
|
createdAt?: string | undefined;
|
|
522
522
|
updatedAt?: string | undefined;
|
|
523
523
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -539,7 +539,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
539
539
|
alt?: string | undefined;
|
|
540
540
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
541
541
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
542
|
-
quality?: "
|
|
542
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
543
543
|
createdAt?: string | undefined;
|
|
544
544
|
updatedAt?: string | undefined;
|
|
545
545
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -552,7 +552,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
552
552
|
email?: string | null | undefined;
|
|
553
553
|
website?: string | null | undefined;
|
|
554
554
|
accounts?: {
|
|
555
|
-
platform: "
|
|
555
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
556
556
|
handle: string;
|
|
557
557
|
}[] | null | undefined;
|
|
558
558
|
model?: string | null | undefined;
|
|
@@ -598,7 +598,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
598
598
|
alt?: string | undefined;
|
|
599
599
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
600
600
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
601
|
-
quality?: "
|
|
601
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
602
602
|
createdAt?: string | undefined;
|
|
603
603
|
updatedAt?: string | undefined;
|
|
604
604
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -621,7 +621,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
621
621
|
alt?: string | undefined;
|
|
622
622
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
623
623
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
624
|
-
quality?: "
|
|
624
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
625
625
|
createdAt?: string | undefined;
|
|
626
626
|
updatedAt?: string | undefined;
|
|
627
627
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -30,7 +30,7 @@ export declare function useWidgetState(props: {
|
|
|
30
30
|
alt?: string | undefined;
|
|
31
31
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
32
32
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
33
|
-
quality?: "
|
|
33
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
34
34
|
createdAt?: string | undefined;
|
|
35
35
|
updatedAt?: string | undefined;
|
|
36
36
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -52,7 +52,7 @@ export declare function useWidgetState(props: {
|
|
|
52
52
|
alt?: string | undefined;
|
|
53
53
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
54
54
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
55
|
-
quality?: "
|
|
55
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
56
56
|
createdAt?: string | undefined;
|
|
57
57
|
updatedAt?: string | undefined;
|
|
58
58
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -65,7 +65,7 @@ export declare function useWidgetState(props: {
|
|
|
65
65
|
email?: string | null | undefined;
|
|
66
66
|
website?: string | null | undefined;
|
|
67
67
|
accounts?: {
|
|
68
|
-
platform: "
|
|
68
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
69
69
|
handle: string;
|
|
70
70
|
}[] | null | undefined;
|
|
71
71
|
model?: string | null | undefined;
|
|
@@ -114,7 +114,7 @@ export declare function useWidgetState(props: {
|
|
|
114
114
|
alt?: string | undefined;
|
|
115
115
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
116
116
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
117
|
-
quality?: "
|
|
117
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
118
118
|
createdAt?: string | undefined;
|
|
119
119
|
updatedAt?: string | undefined;
|
|
120
120
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -136,7 +136,7 @@ export declare function useWidgetState(props: {
|
|
|
136
136
|
alt?: string | undefined;
|
|
137
137
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
138
138
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
139
|
-
quality?: "
|
|
139
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
140
140
|
createdAt?: string | undefined;
|
|
141
141
|
updatedAt?: string | undefined;
|
|
142
142
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -149,7 +149,7 @@ export declare function useWidgetState(props: {
|
|
|
149
149
|
email?: string | null | undefined;
|
|
150
150
|
website?: string | null | undefined;
|
|
151
151
|
accounts?: {
|
|
152
|
-
platform: "
|
|
152
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
153
153
|
handle: string;
|
|
154
154
|
}[] | null | undefined;
|
|
155
155
|
model?: string | null | undefined;
|
|
@@ -198,7 +198,7 @@ export declare function useWidgetState(props: {
|
|
|
198
198
|
alt?: string | undefined;
|
|
199
199
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
200
200
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
201
|
-
quality?: "
|
|
201
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
202
202
|
createdAt?: string | undefined;
|
|
203
203
|
updatedAt?: string | undefined;
|
|
204
204
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -220,7 +220,7 @@ export declare function useWidgetState(props: {
|
|
|
220
220
|
alt?: string | undefined;
|
|
221
221
|
context?: "avatar" | "cover" | "general" | undefined;
|
|
222
222
|
status?: "processing" | "active" | "failed" | "deleted" | undefined;
|
|
223
|
-
quality?: "
|
|
223
|
+
quality?: "high" | "low" | "standard" | undefined;
|
|
224
224
|
createdAt?: string | undefined;
|
|
225
225
|
updatedAt?: string | undefined;
|
|
226
226
|
mediaType?: "image" | "video" | "audio" | undefined;
|
|
@@ -233,7 +233,7 @@ export declare function useWidgetState(props: {
|
|
|
233
233
|
email?: string | null | undefined;
|
|
234
234
|
website?: string | null | undefined;
|
|
235
235
|
accounts?: {
|
|
236
|
-
platform: "
|
|
236
|
+
platform: "email" | "website" | "linkedin" | "x" | "facebook" | "tiktok" | "youtube" | "github" | "instagram" | "threads" | "phone";
|
|
237
237
|
handle: string;
|
|
238
238
|
}[] | null | undefined;
|
|
239
239
|
model?: string | null | undefined;
|