@bubblelab/bubble-core 0.1.69 → 0.1.70
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/bubble-bundle.d.ts +37 -37
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +32 -32
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +72 -72
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/google-drive.d.ts +61 -0
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +57 -0
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +67 -2
- package/package.json +2 -2
|
@@ -110,11 +110,11 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
112
|
location: string | null;
|
|
113
|
-
emails: string[] | null;
|
|
114
|
-
linkedinUrl: string | null;
|
|
115
|
-
headline: string | null;
|
|
116
113
|
summary: string | null;
|
|
114
|
+
headline: string | null;
|
|
117
115
|
seniorityLevel: string | null;
|
|
116
|
+
emails: string[] | null;
|
|
117
|
+
linkedinUrl: string | null;
|
|
118
118
|
languages: string[] | null;
|
|
119
119
|
skills: string[] | null;
|
|
120
120
|
education: {
|
|
@@ -162,11 +162,11 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
164
|
location: string | null;
|
|
165
|
-
emails: string[] | null;
|
|
166
|
-
linkedinUrl: string | null;
|
|
167
|
-
headline: string | null;
|
|
168
165
|
summary: string | null;
|
|
166
|
+
headline: string | null;
|
|
169
167
|
seniorityLevel: string | null;
|
|
168
|
+
emails: string[] | null;
|
|
169
|
+
linkedinUrl: string | null;
|
|
170
170
|
languages: string[] | null;
|
|
171
171
|
skills: string[] | null;
|
|
172
172
|
education: {
|
|
@@ -429,11 +429,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
431
|
location: string | null;
|
|
432
|
-
emails: string[] | null;
|
|
433
|
-
linkedinUrl: string | null;
|
|
434
|
-
headline: string | null;
|
|
435
432
|
summary: string | null;
|
|
433
|
+
headline: string | null;
|
|
436
434
|
seniorityLevel: string | null;
|
|
435
|
+
emails: string[] | null;
|
|
436
|
+
linkedinUrl: string | null;
|
|
437
437
|
languages: string[] | null;
|
|
438
438
|
skills: string[] | null;
|
|
439
439
|
education: {
|
|
@@ -481,11 +481,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
483
|
location: string | null;
|
|
484
|
-
emails: string[] | null;
|
|
485
|
-
linkedinUrl: string | null;
|
|
486
|
-
headline: string | null;
|
|
487
484
|
summary: string | null;
|
|
485
|
+
headline: string | null;
|
|
488
486
|
seniorityLevel: string | null;
|
|
487
|
+
emails: string[] | null;
|
|
488
|
+
linkedinUrl: string | null;
|
|
489
489
|
languages: string[] | null;
|
|
490
490
|
skills: string[] | null;
|
|
491
491
|
education: {
|
|
@@ -541,11 +541,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
541
541
|
title: string | null;
|
|
542
542
|
name: string | null;
|
|
543
543
|
location: string | null;
|
|
544
|
-
emails: string[] | null;
|
|
545
|
-
linkedinUrl: string | null;
|
|
546
|
-
headline: string | null;
|
|
547
544
|
summary: string | null;
|
|
545
|
+
headline: string | null;
|
|
548
546
|
seniorityLevel: string | null;
|
|
547
|
+
emails: string[] | null;
|
|
548
|
+
linkedinUrl: string | null;
|
|
549
549
|
languages: string[] | null;
|
|
550
550
|
skills: string[] | null;
|
|
551
551
|
education: {
|
|
@@ -599,11 +599,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
599
599
|
title: string | null;
|
|
600
600
|
name: string | null;
|
|
601
601
|
location: string | null;
|
|
602
|
-
emails: string[] | null;
|
|
603
|
-
linkedinUrl: string | null;
|
|
604
|
-
headline: string | null;
|
|
605
602
|
summary: string | null;
|
|
603
|
+
headline: string | null;
|
|
606
604
|
seniorityLevel: string | null;
|
|
605
|
+
emails: string[] | null;
|
|
606
|
+
linkedinUrl: string | null;
|
|
607
607
|
languages: string[] | null;
|
|
608
608
|
skills: string[] | null;
|
|
609
609
|
education: {
|
|
@@ -898,11 +898,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
900
|
location: string | null;
|
|
901
|
-
emails: string[] | null;
|
|
902
|
-
linkedinUrl: string | null;
|
|
903
|
-
headline: string | null;
|
|
904
901
|
summary: string | null;
|
|
902
|
+
headline: string | null;
|
|
905
903
|
seniorityLevel: string | null;
|
|
904
|
+
emails: string[] | null;
|
|
905
|
+
linkedinUrl: string | null;
|
|
906
906
|
languages: string[] | null;
|
|
907
907
|
skills: string[] | null;
|
|
908
908
|
education: {
|
|
@@ -950,11 +950,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
952
|
location: string | null;
|
|
953
|
-
emails: string[] | null;
|
|
954
|
-
linkedinUrl: string | null;
|
|
955
|
-
headline: string | null;
|
|
956
953
|
summary: string | null;
|
|
954
|
+
headline: string | null;
|
|
957
955
|
seniorityLevel: string | null;
|
|
956
|
+
emails: string[] | null;
|
|
957
|
+
linkedinUrl: string | null;
|
|
958
958
|
languages: string[] | null;
|
|
959
959
|
skills: string[] | null;
|
|
960
960
|
education: {
|
|
@@ -1010,11 +1010,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1010
1010
|
title: string | null;
|
|
1011
1011
|
name: string | null;
|
|
1012
1012
|
location: string | null;
|
|
1013
|
-
emails: string[] | null;
|
|
1014
|
-
linkedinUrl: string | null;
|
|
1015
|
-
headline: string | null;
|
|
1016
1013
|
summary: string | null;
|
|
1014
|
+
headline: string | null;
|
|
1017
1015
|
seniorityLevel: string | null;
|
|
1016
|
+
emails: string[] | null;
|
|
1017
|
+
linkedinUrl: string | null;
|
|
1018
1018
|
languages: string[] | null;
|
|
1019
1019
|
skills: string[] | null;
|
|
1020
1020
|
education: {
|
|
@@ -1068,11 +1068,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1068
1068
|
title: string | null;
|
|
1069
1069
|
name: string | null;
|
|
1070
1070
|
location: string | null;
|
|
1071
|
-
emails: string[] | null;
|
|
1072
|
-
linkedinUrl: string | null;
|
|
1073
|
-
headline: string | null;
|
|
1074
1071
|
summary: string | null;
|
|
1072
|
+
headline: string | null;
|
|
1075
1073
|
seniorityLevel: string | null;
|
|
1074
|
+
emails: string[] | null;
|
|
1075
|
+
linkedinUrl: string | null;
|
|
1076
1076
|
languages: string[] | null;
|
|
1077
1077
|
skills: string[] | null;
|
|
1078
1078
|
education: {
|
|
@@ -20,7 +20,6 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
20
20
|
name: string | null;
|
|
21
21
|
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
|
-
createdAt: string | null;
|
|
24
23
|
following: number | null;
|
|
25
24
|
userName: string | null;
|
|
26
25
|
isVerified: boolean | null;
|
|
@@ -28,12 +27,12 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
28
27
|
profilePicture: string | null;
|
|
29
28
|
followers: number | null;
|
|
30
29
|
tweetsCount: number | null;
|
|
30
|
+
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
33
|
name: string | null;
|
|
34
34
|
url: string | null;
|
|
35
35
|
id: string | null;
|
|
36
|
-
createdAt: string | null;
|
|
37
36
|
following: number | null;
|
|
38
37
|
userName: string | null;
|
|
39
38
|
isVerified: boolean | null;
|
|
@@ -41,6 +40,7 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
41
40
|
profilePicture: string | null;
|
|
42
41
|
followers: number | null;
|
|
43
42
|
tweetsCount: number | null;
|
|
43
|
+
createdAt: string | null;
|
|
44
44
|
}>;
|
|
45
45
|
declare const TwitterTweetSchema: z.ZodObject<{
|
|
46
46
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -64,7 +64,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
64
64
|
name: string | null;
|
|
65
65
|
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
|
-
createdAt: string | null;
|
|
68
67
|
following: number | null;
|
|
69
68
|
userName: string | null;
|
|
70
69
|
isVerified: boolean | null;
|
|
@@ -72,12 +71,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
72
71
|
profilePicture: string | null;
|
|
73
72
|
followers: number | null;
|
|
74
73
|
tweetsCount: number | null;
|
|
74
|
+
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
77
|
name: string | null;
|
|
78
78
|
url: string | null;
|
|
79
79
|
id: string | null;
|
|
80
|
-
createdAt: string | null;
|
|
81
80
|
following: number | null;
|
|
82
81
|
userName: string | null;
|
|
83
82
|
isVerified: boolean | null;
|
|
@@ -85,6 +84,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
85
84
|
profilePicture: string | null;
|
|
86
85
|
followers: number | null;
|
|
87
86
|
tweetsCount: number | null;
|
|
87
|
+
createdAt: string | null;
|
|
88
88
|
}>>;
|
|
89
89
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
90
90
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -149,7 +149,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
149
149
|
url: string | null;
|
|
150
150
|
id: string | null;
|
|
151
151
|
text: string | null;
|
|
152
|
-
createdAt: string | null;
|
|
153
152
|
entities: {
|
|
154
153
|
hashtags: string[] | null;
|
|
155
154
|
mentions: string[] | null;
|
|
@@ -160,7 +159,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
160
159
|
name: string | null;
|
|
161
160
|
url: string | null;
|
|
162
161
|
id: string | null;
|
|
163
|
-
createdAt: string | null;
|
|
164
162
|
following: number | null;
|
|
165
163
|
userName: string | null;
|
|
166
164
|
isVerified: boolean | null;
|
|
@@ -168,6 +166,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
166
|
profilePicture: string | null;
|
|
169
167
|
followers: number | null;
|
|
170
168
|
tweetsCount: number | null;
|
|
169
|
+
createdAt: string | null;
|
|
171
170
|
} | null;
|
|
172
171
|
stats: {
|
|
173
172
|
viewCount: number | null;
|
|
@@ -184,6 +183,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
184
183
|
width: number | null;
|
|
185
184
|
height: number | null;
|
|
186
185
|
}[] | null;
|
|
186
|
+
createdAt: string | null;
|
|
187
187
|
lang: string | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
@@ -192,7 +192,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
192
192
|
url: string | null;
|
|
193
193
|
id: string | null;
|
|
194
194
|
text: string | null;
|
|
195
|
-
createdAt: string | null;
|
|
196
195
|
entities: {
|
|
197
196
|
hashtags: string[] | null;
|
|
198
197
|
mentions: string[] | null;
|
|
@@ -203,7 +202,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
203
202
|
name: string | null;
|
|
204
203
|
url: string | null;
|
|
205
204
|
id: string | null;
|
|
206
|
-
createdAt: string | null;
|
|
207
205
|
following: number | null;
|
|
208
206
|
userName: string | null;
|
|
209
207
|
isVerified: boolean | null;
|
|
@@ -211,6 +209,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
209
|
profilePicture: string | null;
|
|
212
210
|
followers: number | null;
|
|
213
211
|
tweetsCount: number | null;
|
|
212
|
+
createdAt: string | null;
|
|
214
213
|
} | null;
|
|
215
214
|
stats: {
|
|
216
215
|
viewCount: number | null;
|
|
@@ -227,6 +226,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
227
226
|
width: number | null;
|
|
228
227
|
height: number | null;
|
|
229
228
|
}[] | null;
|
|
229
|
+
createdAt: string | null;
|
|
230
230
|
lang: string | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
@@ -284,7 +284,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
284
284
|
name: string | null;
|
|
285
285
|
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
|
-
createdAt: string | null;
|
|
288
287
|
following: number | null;
|
|
289
288
|
userName: string | null;
|
|
290
289
|
isVerified: boolean | null;
|
|
@@ -292,12 +291,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
292
291
|
profilePicture: string | null;
|
|
293
292
|
followers: number | null;
|
|
294
293
|
tweetsCount: number | null;
|
|
294
|
+
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
297
|
name: string | null;
|
|
298
298
|
url: string | null;
|
|
299
299
|
id: string | null;
|
|
300
|
-
createdAt: string | null;
|
|
301
300
|
following: number | null;
|
|
302
301
|
userName: string | null;
|
|
303
302
|
isVerified: boolean | null;
|
|
@@ -305,6 +304,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
305
304
|
profilePicture: string | null;
|
|
306
305
|
followers: number | null;
|
|
307
306
|
tweetsCount: number | null;
|
|
307
|
+
createdAt: string | null;
|
|
308
308
|
}>>;
|
|
309
309
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
310
310
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -369,7 +369,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
369
369
|
url: string | null;
|
|
370
370
|
id: string | null;
|
|
371
371
|
text: string | null;
|
|
372
|
-
createdAt: string | null;
|
|
373
372
|
entities: {
|
|
374
373
|
hashtags: string[] | null;
|
|
375
374
|
mentions: string[] | null;
|
|
@@ -380,7 +379,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
380
379
|
name: string | null;
|
|
381
380
|
url: string | null;
|
|
382
381
|
id: string | null;
|
|
383
|
-
createdAt: string | null;
|
|
384
382
|
following: number | null;
|
|
385
383
|
userName: string | null;
|
|
386
384
|
isVerified: boolean | null;
|
|
@@ -388,6 +386,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
386
|
profilePicture: string | null;
|
|
389
387
|
followers: number | null;
|
|
390
388
|
tweetsCount: number | null;
|
|
389
|
+
createdAt: string | null;
|
|
391
390
|
} | null;
|
|
392
391
|
stats: {
|
|
393
392
|
viewCount: number | null;
|
|
@@ -404,6 +403,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
404
403
|
width: number | null;
|
|
405
404
|
height: number | null;
|
|
406
405
|
}[] | null;
|
|
406
|
+
createdAt: string | null;
|
|
407
407
|
lang: string | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
@@ -412,7 +412,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
412
412
|
url: string | null;
|
|
413
413
|
id: string | null;
|
|
414
414
|
text: string | null;
|
|
415
|
-
createdAt: string | null;
|
|
416
415
|
entities: {
|
|
417
416
|
hashtags: string[] | null;
|
|
418
417
|
mentions: string[] | null;
|
|
@@ -423,7 +422,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
423
422
|
name: string | null;
|
|
424
423
|
url: string | null;
|
|
425
424
|
id: string | null;
|
|
426
|
-
createdAt: string | null;
|
|
427
425
|
following: number | null;
|
|
428
426
|
userName: string | null;
|
|
429
427
|
isVerified: boolean | null;
|
|
@@ -431,6 +429,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
429
|
profilePicture: string | null;
|
|
432
430
|
followers: number | null;
|
|
433
431
|
tweetsCount: number | null;
|
|
432
|
+
createdAt: string | null;
|
|
434
433
|
} | null;
|
|
435
434
|
stats: {
|
|
436
435
|
viewCount: number | null;
|
|
@@ -447,6 +446,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
447
446
|
width: number | null;
|
|
448
447
|
height: number | null;
|
|
449
448
|
}[] | null;
|
|
449
|
+
createdAt: string | null;
|
|
450
450
|
lang: string | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
@@ -463,7 +463,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
463
463
|
url: string | null;
|
|
464
464
|
id: string | null;
|
|
465
465
|
text: string | null;
|
|
466
|
-
createdAt: string | null;
|
|
467
466
|
entities: {
|
|
468
467
|
hashtags: string[] | null;
|
|
469
468
|
mentions: string[] | null;
|
|
@@ -474,7 +473,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
474
473
|
name: string | null;
|
|
475
474
|
url: string | null;
|
|
476
475
|
id: string | null;
|
|
477
|
-
createdAt: string | null;
|
|
478
476
|
following: number | null;
|
|
479
477
|
userName: string | null;
|
|
480
478
|
isVerified: boolean | null;
|
|
@@ -482,6 +480,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
480
|
profilePicture: string | null;
|
|
483
481
|
followers: number | null;
|
|
484
482
|
tweetsCount: number | null;
|
|
483
|
+
createdAt: string | null;
|
|
485
484
|
} | null;
|
|
486
485
|
stats: {
|
|
487
486
|
viewCount: number | null;
|
|
@@ -498,6 +497,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
498
497
|
width: number | null;
|
|
499
498
|
height: number | null;
|
|
500
499
|
}[] | null;
|
|
500
|
+
createdAt: string | null;
|
|
501
501
|
lang: string | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
@@ -512,7 +512,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
512
512
|
url: string | null;
|
|
513
513
|
id: string | null;
|
|
514
514
|
text: string | null;
|
|
515
|
-
createdAt: string | null;
|
|
516
515
|
entities: {
|
|
517
516
|
hashtags: string[] | null;
|
|
518
517
|
mentions: string[] | null;
|
|
@@ -523,7 +522,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
523
522
|
name: string | null;
|
|
524
523
|
url: string | null;
|
|
525
524
|
id: string | null;
|
|
526
|
-
createdAt: string | null;
|
|
527
525
|
following: number | null;
|
|
528
526
|
userName: string | null;
|
|
529
527
|
isVerified: boolean | null;
|
|
@@ -531,6 +529,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
529
|
profilePicture: string | null;
|
|
532
530
|
followers: number | null;
|
|
533
531
|
tweetsCount: number | null;
|
|
532
|
+
createdAt: string | null;
|
|
534
533
|
} | null;
|
|
535
534
|
stats: {
|
|
536
535
|
viewCount: number | null;
|
|
@@ -547,6 +546,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
547
546
|
width: number | null;
|
|
548
547
|
height: number | null;
|
|
549
548
|
}[] | null;
|
|
549
|
+
createdAt: string | null;
|
|
550
550
|
lang: string | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
@@ -630,7 +630,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
630
630
|
name: string | null;
|
|
631
631
|
url: string | null;
|
|
632
632
|
id: string | null;
|
|
633
|
-
createdAt: string | null;
|
|
634
633
|
following: number | null;
|
|
635
634
|
userName: string | null;
|
|
636
635
|
isVerified: boolean | null;
|
|
@@ -638,12 +637,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
638
637
|
profilePicture: string | null;
|
|
639
638
|
followers: number | null;
|
|
640
639
|
tweetsCount: number | null;
|
|
640
|
+
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
643
|
name: string | null;
|
|
644
644
|
url: string | null;
|
|
645
645
|
id: string | null;
|
|
646
|
-
createdAt: string | null;
|
|
647
646
|
following: number | null;
|
|
648
647
|
userName: string | null;
|
|
649
648
|
isVerified: boolean | null;
|
|
@@ -651,6 +650,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
651
650
|
profilePicture: string | null;
|
|
652
651
|
followers: number | null;
|
|
653
652
|
tweetsCount: number | null;
|
|
653
|
+
createdAt: string | null;
|
|
654
654
|
}>>;
|
|
655
655
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
656
656
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -715,7 +715,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
715
715
|
url: string | null;
|
|
716
716
|
id: string | null;
|
|
717
717
|
text: string | null;
|
|
718
|
-
createdAt: string | null;
|
|
719
718
|
entities: {
|
|
720
719
|
hashtags: string[] | null;
|
|
721
720
|
mentions: string[] | null;
|
|
@@ -726,7 +725,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
726
725
|
name: string | null;
|
|
727
726
|
url: string | null;
|
|
728
727
|
id: string | null;
|
|
729
|
-
createdAt: string | null;
|
|
730
728
|
following: number | null;
|
|
731
729
|
userName: string | null;
|
|
732
730
|
isVerified: boolean | null;
|
|
@@ -734,6 +732,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
732
|
profilePicture: string | null;
|
|
735
733
|
followers: number | null;
|
|
736
734
|
tweetsCount: number | null;
|
|
735
|
+
createdAt: string | null;
|
|
737
736
|
} | null;
|
|
738
737
|
stats: {
|
|
739
738
|
viewCount: number | null;
|
|
@@ -750,6 +749,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
750
749
|
width: number | null;
|
|
751
750
|
height: number | null;
|
|
752
751
|
}[] | null;
|
|
752
|
+
createdAt: string | null;
|
|
753
753
|
lang: string | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
@@ -758,7 +758,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
758
758
|
url: string | null;
|
|
759
759
|
id: string | null;
|
|
760
760
|
text: string | null;
|
|
761
|
-
createdAt: string | null;
|
|
762
761
|
entities: {
|
|
763
762
|
hashtags: string[] | null;
|
|
764
763
|
mentions: string[] | null;
|
|
@@ -769,7 +768,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
769
768
|
name: string | null;
|
|
770
769
|
url: string | null;
|
|
771
770
|
id: string | null;
|
|
772
|
-
createdAt: string | null;
|
|
773
771
|
following: number | null;
|
|
774
772
|
userName: string | null;
|
|
775
773
|
isVerified: boolean | null;
|
|
@@ -777,6 +775,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
775
|
profilePicture: string | null;
|
|
778
776
|
followers: number | null;
|
|
779
777
|
tweetsCount: number | null;
|
|
778
|
+
createdAt: string | null;
|
|
780
779
|
} | null;
|
|
781
780
|
stats: {
|
|
782
781
|
viewCount: number | null;
|
|
@@ -793,6 +792,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
793
792
|
width: number | null;
|
|
794
793
|
height: number | null;
|
|
795
794
|
}[] | null;
|
|
795
|
+
createdAt: string | null;
|
|
796
796
|
lang: string | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
@@ -809,7 +809,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
809
809
|
url: string | null;
|
|
810
810
|
id: string | null;
|
|
811
811
|
text: string | null;
|
|
812
|
-
createdAt: string | null;
|
|
813
812
|
entities: {
|
|
814
813
|
hashtags: string[] | null;
|
|
815
814
|
mentions: string[] | null;
|
|
@@ -820,7 +819,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
820
819
|
name: string | null;
|
|
821
820
|
url: string | null;
|
|
822
821
|
id: string | null;
|
|
823
|
-
createdAt: string | null;
|
|
824
822
|
following: number | null;
|
|
825
823
|
userName: string | null;
|
|
826
824
|
isVerified: boolean | null;
|
|
@@ -828,6 +826,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
826
|
profilePicture: string | null;
|
|
829
827
|
followers: number | null;
|
|
830
828
|
tweetsCount: number | null;
|
|
829
|
+
createdAt: string | null;
|
|
831
830
|
} | null;
|
|
832
831
|
stats: {
|
|
833
832
|
viewCount: number | null;
|
|
@@ -844,6 +843,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
844
843
|
width: number | null;
|
|
845
844
|
height: number | null;
|
|
846
845
|
}[] | null;
|
|
846
|
+
createdAt: string | null;
|
|
847
847
|
lang: string | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
@@ -858,7 +858,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
858
858
|
url: string | null;
|
|
859
859
|
id: string | null;
|
|
860
860
|
text: string | null;
|
|
861
|
-
createdAt: string | null;
|
|
862
861
|
entities: {
|
|
863
862
|
hashtags: string[] | null;
|
|
864
863
|
mentions: string[] | null;
|
|
@@ -869,7 +868,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
869
868
|
name: string | null;
|
|
870
869
|
url: string | null;
|
|
871
870
|
id: string | null;
|
|
872
|
-
createdAt: string | null;
|
|
873
871
|
following: number | null;
|
|
874
872
|
userName: string | null;
|
|
875
873
|
isVerified: boolean | null;
|
|
@@ -877,6 +875,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
875
|
profilePicture: string | null;
|
|
878
876
|
followers: number | null;
|
|
879
877
|
tweetsCount: number | null;
|
|
878
|
+
createdAt: string | null;
|
|
880
879
|
} | null;
|
|
881
880
|
stats: {
|
|
882
881
|
viewCount: number | null;
|
|
@@ -893,6 +892,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
893
892
|
width: number | null;
|
|
894
893
|
height: number | null;
|
|
895
894
|
}[] | null;
|
|
895
|
+
createdAt: string | null;
|
|
896
896
|
lang: string | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|
|
@@ -139,9 +139,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
139
139
|
type: string;
|
|
140
140
|
name: string;
|
|
141
141
|
id: number;
|
|
142
|
-
label: string;
|
|
143
142
|
width: number;
|
|
144
143
|
height: number;
|
|
144
|
+
label: string;
|
|
145
145
|
page: number;
|
|
146
146
|
choices: string[];
|
|
147
147
|
x: number;
|
|
@@ -155,9 +155,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
155
155
|
type: string;
|
|
156
156
|
name: string;
|
|
157
157
|
id: number;
|
|
158
|
-
label: string;
|
|
159
158
|
width: number;
|
|
160
159
|
height: number;
|
|
160
|
+
label: string;
|
|
161
161
|
page: number;
|
|
162
162
|
choices: string[];
|
|
163
163
|
x: number;
|
|
@@ -179,9 +179,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
179
179
|
type: string;
|
|
180
180
|
name: string;
|
|
181
181
|
id: number;
|
|
182
|
-
label: string;
|
|
183
182
|
width: number;
|
|
184
183
|
height: number;
|
|
184
|
+
label: string;
|
|
185
185
|
page: number;
|
|
186
186
|
choices: string[];
|
|
187
187
|
x: number;
|
|
@@ -201,9 +201,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
201
201
|
type: string;
|
|
202
202
|
name: string;
|
|
203
203
|
id: number;
|
|
204
|
-
label: string;
|
|
205
204
|
width: number;
|
|
206
205
|
height: number;
|
|
206
|
+
label: string;
|
|
207
207
|
page: number;
|
|
208
208
|
choices: string[];
|
|
209
209
|
x: number;
|
|
@@ -618,9 +618,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
618
618
|
type: string;
|
|
619
619
|
name: string;
|
|
620
620
|
id: number;
|
|
621
|
-
label: string;
|
|
622
621
|
width: number;
|
|
623
622
|
height: number;
|
|
623
|
+
label: string;
|
|
624
624
|
page: number;
|
|
625
625
|
choices: string[];
|
|
626
626
|
x: number;
|
|
@@ -634,9 +634,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
634
634
|
type: string;
|
|
635
635
|
name: string;
|
|
636
636
|
id: number;
|
|
637
|
-
label: string;
|
|
638
637
|
width: number;
|
|
639
638
|
height: number;
|
|
639
|
+
label: string;
|
|
640
640
|
page: number;
|
|
641
641
|
choices: string[];
|
|
642
642
|
x: number;
|
|
@@ -658,9 +658,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
658
658
|
type: string;
|
|
659
659
|
name: string;
|
|
660
660
|
id: number;
|
|
661
|
-
label: string;
|
|
662
661
|
width: number;
|
|
663
662
|
height: number;
|
|
663
|
+
label: string;
|
|
664
664
|
page: number;
|
|
665
665
|
choices: string[];
|
|
666
666
|
x: number;
|
|
@@ -680,9 +680,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
680
680
|
type: string;
|
|
681
681
|
name: string;
|
|
682
682
|
id: number;
|
|
683
|
-
label: string;
|
|
684
683
|
width: number;
|
|
685
684
|
height: number;
|
|
685
|
+
label: string;
|
|
686
686
|
page: number;
|
|
687
687
|
choices: string[];
|
|
688
688
|
x: number;
|