@bubblelab/bubble-core 0.1.77 → 0.1.78
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 +53 -52
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -305,15 +305,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
url: string | null;
|
|
307
307
|
text: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
|
-
author: {
|
|
310
|
-
username: string | null;
|
|
311
|
-
headline: string | null;
|
|
312
|
-
profileUrl: string | null;
|
|
313
|
-
profilePicture: string | null;
|
|
314
|
-
firstName: string | null;
|
|
315
|
-
lastName: string | null;
|
|
316
|
-
} | null;
|
|
317
308
|
stats: {
|
|
318
309
|
like: number | null;
|
|
319
310
|
support: number | null;
|
|
@@ -325,6 +316,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
316
|
reposts: number | null;
|
|
326
317
|
totalReactions: number | null;
|
|
327
318
|
} | null;
|
|
319
|
+
urn: string | null;
|
|
320
|
+
author: {
|
|
321
|
+
username: string | null;
|
|
322
|
+
headline: string | null;
|
|
323
|
+
profileUrl: string | null;
|
|
324
|
+
profilePicture: string | null;
|
|
325
|
+
firstName: string | null;
|
|
326
|
+
lastName: string | null;
|
|
327
|
+
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -344,15 +344,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
344
344
|
}, {
|
|
345
345
|
url: string | null;
|
|
346
346
|
text: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
|
-
author: {
|
|
349
|
-
username: string | null;
|
|
350
|
-
headline: string | null;
|
|
351
|
-
profileUrl: string | null;
|
|
352
|
-
profilePicture: string | null;
|
|
353
|
-
firstName: string | null;
|
|
354
|
-
lastName: string | null;
|
|
355
|
-
} | null;
|
|
356
347
|
stats: {
|
|
357
348
|
like: number | null;
|
|
358
349
|
support: number | null;
|
|
@@ -364,6 +355,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
355
|
reposts: number | null;
|
|
365
356
|
totalReactions: number | null;
|
|
366
357
|
} | null;
|
|
358
|
+
urn: string | null;
|
|
359
|
+
author: {
|
|
360
|
+
username: string | null;
|
|
361
|
+
headline: string | null;
|
|
362
|
+
profileUrl: string | null;
|
|
363
|
+
profilePicture: string | null;
|
|
364
|
+
firstName: string | null;
|
|
365
|
+
lastName: string | null;
|
|
366
|
+
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
@@ -384,6 +384,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
386
|
text: string | null;
|
|
387
|
+
stats: {
|
|
388
|
+
like: number | null;
|
|
389
|
+
support: number | null;
|
|
390
|
+
love: number | null;
|
|
391
|
+
insight: number | null;
|
|
392
|
+
celebrate: number | null;
|
|
393
|
+
funny: number | null;
|
|
394
|
+
comments: number | null;
|
|
395
|
+
reposts: number | null;
|
|
396
|
+
totalReactions: number | null;
|
|
397
|
+
} | null;
|
|
387
398
|
document: {
|
|
388
399
|
title: string | null;
|
|
389
400
|
url: string | null;
|
|
@@ -399,17 +410,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
399
410
|
firstName: string | null;
|
|
400
411
|
lastName: string | null;
|
|
401
412
|
} | null;
|
|
402
|
-
stats: {
|
|
403
|
-
like: number | null;
|
|
404
|
-
support: number | null;
|
|
405
|
-
love: number | null;
|
|
406
|
-
insight: number | null;
|
|
407
|
-
celebrate: number | null;
|
|
408
|
-
funny: number | null;
|
|
409
|
-
comments: number | null;
|
|
410
|
-
reposts: number | null;
|
|
411
|
-
totalReactions: number | null;
|
|
412
|
-
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -436,15 +436,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
436
436
|
resharedPost: {
|
|
437
437
|
url: string | null;
|
|
438
438
|
text: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
|
-
author: {
|
|
441
|
-
username: string | null;
|
|
442
|
-
headline: string | null;
|
|
443
|
-
profileUrl: string | null;
|
|
444
|
-
profilePicture: string | null;
|
|
445
|
-
firstName: string | null;
|
|
446
|
-
lastName: string | null;
|
|
447
|
-
} | null;
|
|
448
439
|
stats: {
|
|
449
440
|
like: number | null;
|
|
450
441
|
support: number | null;
|
|
@@ -456,6 +447,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
447
|
reposts: number | null;
|
|
457
448
|
totalReactions: number | null;
|
|
458
449
|
} | null;
|
|
450
|
+
urn: string | null;
|
|
451
|
+
author: {
|
|
452
|
+
username: string | null;
|
|
453
|
+
headline: string | null;
|
|
454
|
+
profileUrl: string | null;
|
|
455
|
+
profilePicture: string | null;
|
|
456
|
+
firstName: string | null;
|
|
457
|
+
lastName: string | null;
|
|
458
|
+
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
@@ -476,6 +476,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
478
|
text: string | null;
|
|
479
|
+
stats: {
|
|
480
|
+
like: number | null;
|
|
481
|
+
support: number | null;
|
|
482
|
+
love: number | null;
|
|
483
|
+
insight: number | null;
|
|
484
|
+
celebrate: number | null;
|
|
485
|
+
funny: number | null;
|
|
486
|
+
comments: number | null;
|
|
487
|
+
reposts: number | null;
|
|
488
|
+
totalReactions: number | null;
|
|
489
|
+
} | null;
|
|
479
490
|
document: {
|
|
480
491
|
title: string | null;
|
|
481
492
|
url: string | null;
|
|
@@ -491,17 +502,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
491
502
|
firstName: string | null;
|
|
492
503
|
lastName: string | null;
|
|
493
504
|
} | null;
|
|
494
|
-
stats: {
|
|
495
|
-
like: number | null;
|
|
496
|
-
support: number | null;
|
|
497
|
-
love: number | null;
|
|
498
|
-
insight: number | null;
|
|
499
|
-
celebrate: number | null;
|
|
500
|
-
funny: number | null;
|
|
501
|
-
comments: number | null;
|
|
502
|
-
reposts: number | null;
|
|
503
|
-
totalReactions: number | null;
|
|
504
|
-
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -528,15 +528,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
528
528
|
resharedPost: {
|
|
529
529
|
url: string | null;
|
|
530
530
|
text: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
|
-
author: {
|
|
533
|
-
username: string | null;
|
|
534
|
-
headline: string | null;
|
|
535
|
-
profileUrl: string | null;
|
|
536
|
-
profilePicture: string | null;
|
|
537
|
-
firstName: string | null;
|
|
538
|
-
lastName: string | null;
|
|
539
|
-
} | null;
|
|
540
531
|
stats: {
|
|
541
532
|
like: number | null;
|
|
542
533
|
support: number | null;
|
|
@@ -548,6 +539,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
539
|
reposts: number | null;
|
|
549
540
|
totalReactions: number | null;
|
|
550
541
|
} | null;
|
|
542
|
+
urn: string | null;
|
|
543
|
+
author: {
|
|
544
|
+
username: string | null;
|
|
545
|
+
headline: string | null;
|
|
546
|
+
profileUrl: string | null;
|
|
547
|
+
profilePicture: string | null;
|
|
548
|
+
firstName: string | null;
|
|
549
|
+
lastName: string | null;
|
|
550
|
+
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -1028,15 +1028,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1029
|
url: string | null;
|
|
1030
1030
|
text: string | null;
|
|
1031
|
-
urn: string | null;
|
|
1032
|
-
author: {
|
|
1033
|
-
username: string | null;
|
|
1034
|
-
headline: string | null;
|
|
1035
|
-
profileUrl: string | null;
|
|
1036
|
-
profilePicture: string | null;
|
|
1037
|
-
firstName: string | null;
|
|
1038
|
-
lastName: string | null;
|
|
1039
|
-
} | null;
|
|
1040
1031
|
stats: {
|
|
1041
1032
|
like: number | null;
|
|
1042
1033
|
support: number | null;
|
|
@@ -1048,6 +1039,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1039
|
reposts: number | null;
|
|
1049
1040
|
totalReactions: number | null;
|
|
1050
1041
|
} | null;
|
|
1042
|
+
urn: string | null;
|
|
1043
|
+
author: {
|
|
1044
|
+
username: string | null;
|
|
1045
|
+
headline: string | null;
|
|
1046
|
+
profileUrl: string | null;
|
|
1047
|
+
profilePicture: string | null;
|
|
1048
|
+
firstName: string | null;
|
|
1049
|
+
lastName: string | null;
|
|
1050
|
+
} | null;
|
|
1051
1051
|
media: {
|
|
1052
1052
|
type: string | null;
|
|
1053
1053
|
url: string | null;
|
|
@@ -1067,15 +1067,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1067
1067
|
}, {
|
|
1068
1068
|
url: string | null;
|
|
1069
1069
|
text: string | null;
|
|
1070
|
-
urn: string | null;
|
|
1071
|
-
author: {
|
|
1072
|
-
username: string | null;
|
|
1073
|
-
headline: string | null;
|
|
1074
|
-
profileUrl: string | null;
|
|
1075
|
-
profilePicture: string | null;
|
|
1076
|
-
firstName: string | null;
|
|
1077
|
-
lastName: string | null;
|
|
1078
|
-
} | null;
|
|
1079
1070
|
stats: {
|
|
1080
1071
|
like: number | null;
|
|
1081
1072
|
support: number | null;
|
|
@@ -1087,6 +1078,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1087
1078
|
reposts: number | null;
|
|
1088
1079
|
totalReactions: number | null;
|
|
1089
1080
|
} | null;
|
|
1081
|
+
urn: string | null;
|
|
1082
|
+
author: {
|
|
1083
|
+
username: string | null;
|
|
1084
|
+
headline: string | null;
|
|
1085
|
+
profileUrl: string | null;
|
|
1086
|
+
profilePicture: string | null;
|
|
1087
|
+
firstName: string | null;
|
|
1088
|
+
lastName: string | null;
|
|
1089
|
+
} | null;
|
|
1090
1090
|
media: {
|
|
1091
1091
|
type: string | null;
|
|
1092
1092
|
url: string | null;
|
|
@@ -1107,6 +1107,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
url: string | null;
|
|
1109
1109
|
text: string | null;
|
|
1110
|
+
stats: {
|
|
1111
|
+
like: number | null;
|
|
1112
|
+
support: number | null;
|
|
1113
|
+
love: number | null;
|
|
1114
|
+
insight: number | null;
|
|
1115
|
+
celebrate: number | null;
|
|
1116
|
+
funny: number | null;
|
|
1117
|
+
comments: number | null;
|
|
1118
|
+
reposts: number | null;
|
|
1119
|
+
totalReactions: number | null;
|
|
1120
|
+
} | null;
|
|
1110
1121
|
document: {
|
|
1111
1122
|
title: string | null;
|
|
1112
1123
|
url: string | null;
|
|
@@ -1122,17 +1133,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1122
1133
|
firstName: string | null;
|
|
1123
1134
|
lastName: string | null;
|
|
1124
1135
|
} | null;
|
|
1125
|
-
stats: {
|
|
1126
|
-
like: number | null;
|
|
1127
|
-
support: number | null;
|
|
1128
|
-
love: number | null;
|
|
1129
|
-
insight: number | null;
|
|
1130
|
-
celebrate: number | null;
|
|
1131
|
-
funny: number | null;
|
|
1132
|
-
comments: number | null;
|
|
1133
|
-
reposts: number | null;
|
|
1134
|
-
totalReactions: number | null;
|
|
1135
|
-
} | null;
|
|
1136
1136
|
media: {
|
|
1137
1137
|
type: string | null;
|
|
1138
1138
|
url: string | null;
|
|
@@ -1159,15 +1159,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1159
1159
|
resharedPost: {
|
|
1160
1160
|
url: string | null;
|
|
1161
1161
|
text: string | null;
|
|
1162
|
-
urn: string | null;
|
|
1163
|
-
author: {
|
|
1164
|
-
username: string | null;
|
|
1165
|
-
headline: string | null;
|
|
1166
|
-
profileUrl: string | null;
|
|
1167
|
-
profilePicture: string | null;
|
|
1168
|
-
firstName: string | null;
|
|
1169
|
-
lastName: string | null;
|
|
1170
|
-
} | null;
|
|
1171
1162
|
stats: {
|
|
1172
1163
|
like: number | null;
|
|
1173
1164
|
support: number | null;
|
|
@@ -1179,6 +1170,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1179
1170
|
reposts: number | null;
|
|
1180
1171
|
totalReactions: number | null;
|
|
1181
1172
|
} | null;
|
|
1173
|
+
urn: string | null;
|
|
1174
|
+
author: {
|
|
1175
|
+
username: string | null;
|
|
1176
|
+
headline: string | null;
|
|
1177
|
+
profileUrl: string | null;
|
|
1178
|
+
profilePicture: string | null;
|
|
1179
|
+
firstName: string | null;
|
|
1180
|
+
lastName: string | null;
|
|
1181
|
+
} | null;
|
|
1182
1182
|
media: {
|
|
1183
1183
|
type: string | null;
|
|
1184
1184
|
url: string | null;
|
|
@@ -1199,6 +1199,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1199
1199
|
}, {
|
|
1200
1200
|
url: string | null;
|
|
1201
1201
|
text: string | null;
|
|
1202
|
+
stats: {
|
|
1203
|
+
like: number | null;
|
|
1204
|
+
support: number | null;
|
|
1205
|
+
love: number | null;
|
|
1206
|
+
insight: number | null;
|
|
1207
|
+
celebrate: number | null;
|
|
1208
|
+
funny: number | null;
|
|
1209
|
+
comments: number | null;
|
|
1210
|
+
reposts: number | null;
|
|
1211
|
+
totalReactions: number | null;
|
|
1212
|
+
} | null;
|
|
1202
1213
|
document: {
|
|
1203
1214
|
title: string | null;
|
|
1204
1215
|
url: string | null;
|
|
@@ -1214,17 +1225,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1214
1225
|
firstName: string | null;
|
|
1215
1226
|
lastName: string | null;
|
|
1216
1227
|
} | null;
|
|
1217
|
-
stats: {
|
|
1218
|
-
like: number | null;
|
|
1219
|
-
support: number | null;
|
|
1220
|
-
love: number | null;
|
|
1221
|
-
insight: number | null;
|
|
1222
|
-
celebrate: number | null;
|
|
1223
|
-
funny: number | null;
|
|
1224
|
-
comments: number | null;
|
|
1225
|
-
reposts: number | null;
|
|
1226
|
-
totalReactions: number | null;
|
|
1227
|
-
} | null;
|
|
1228
1228
|
media: {
|
|
1229
1229
|
type: string | null;
|
|
1230
1230
|
url: string | null;
|
|
@@ -1251,15 +1251,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1251
1251
|
resharedPost: {
|
|
1252
1252
|
url: string | null;
|
|
1253
1253
|
text: string | null;
|
|
1254
|
-
urn: string | null;
|
|
1255
|
-
author: {
|
|
1256
|
-
username: string | null;
|
|
1257
|
-
headline: string | null;
|
|
1258
|
-
profileUrl: string | null;
|
|
1259
|
-
profilePicture: string | null;
|
|
1260
|
-
firstName: string | null;
|
|
1261
|
-
lastName: string | null;
|
|
1262
|
-
} | null;
|
|
1263
1254
|
stats: {
|
|
1264
1255
|
like: number | null;
|
|
1265
1256
|
support: number | null;
|
|
@@ -1271,6 +1262,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1271
1262
|
reposts: number | null;
|
|
1272
1263
|
totalReactions: number | null;
|
|
1273
1264
|
} | null;
|
|
1265
|
+
urn: string | null;
|
|
1266
|
+
author: {
|
|
1267
|
+
username: string | null;
|
|
1268
|
+
headline: string | null;
|
|
1269
|
+
profileUrl: string | null;
|
|
1270
|
+
profilePicture: string | null;
|
|
1271
|
+
firstName: string | null;
|
|
1272
|
+
lastName: string | null;
|
|
1273
|
+
} | null;
|
|
1274
1274
|
media: {
|
|
1275
1275
|
type: string | null;
|
|
1276
1276
|
url: string | null;
|
|
@@ -1304,6 +1304,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
1306
1306
|
text: string | null;
|
|
1307
|
+
stats: {
|
|
1308
|
+
like: number | null;
|
|
1309
|
+
support: number | null;
|
|
1310
|
+
love: number | null;
|
|
1311
|
+
insight: number | null;
|
|
1312
|
+
celebrate: number | null;
|
|
1313
|
+
funny: number | null;
|
|
1314
|
+
comments: number | null;
|
|
1315
|
+
reposts: number | null;
|
|
1316
|
+
totalReactions: number | null;
|
|
1317
|
+
} | null;
|
|
1307
1318
|
document: {
|
|
1308
1319
|
title: string | null;
|
|
1309
1320
|
url: string | null;
|
|
@@ -1319,17 +1330,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1319
1330
|
firstName: string | null;
|
|
1320
1331
|
lastName: string | null;
|
|
1321
1332
|
} | null;
|
|
1322
|
-
stats: {
|
|
1323
|
-
like: number | null;
|
|
1324
|
-
support: number | null;
|
|
1325
|
-
love: number | null;
|
|
1326
|
-
insight: number | null;
|
|
1327
|
-
celebrate: number | null;
|
|
1328
|
-
funny: number | null;
|
|
1329
|
-
comments: number | null;
|
|
1330
|
-
reposts: number | null;
|
|
1331
|
-
totalReactions: number | null;
|
|
1332
|
-
} | null;
|
|
1333
1333
|
media: {
|
|
1334
1334
|
type: string | null;
|
|
1335
1335
|
url: string | null;
|
|
@@ -1356,15 +1356,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1356
1356
|
resharedPost: {
|
|
1357
1357
|
url: string | null;
|
|
1358
1358
|
text: string | null;
|
|
1359
|
-
urn: string | null;
|
|
1360
|
-
author: {
|
|
1361
|
-
username: string | null;
|
|
1362
|
-
headline: string | null;
|
|
1363
|
-
profileUrl: string | null;
|
|
1364
|
-
profilePicture: string | null;
|
|
1365
|
-
firstName: string | null;
|
|
1366
|
-
lastName: string | null;
|
|
1367
|
-
} | null;
|
|
1368
1359
|
stats: {
|
|
1369
1360
|
like: number | null;
|
|
1370
1361
|
support: number | null;
|
|
@@ -1376,6 +1367,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1376
1367
|
reposts: number | null;
|
|
1377
1368
|
totalReactions: number | null;
|
|
1378
1369
|
} | null;
|
|
1370
|
+
urn: string | null;
|
|
1371
|
+
author: {
|
|
1372
|
+
username: string | null;
|
|
1373
|
+
headline: string | null;
|
|
1374
|
+
profileUrl: string | null;
|
|
1375
|
+
profilePicture: string | null;
|
|
1376
|
+
firstName: string | null;
|
|
1377
|
+
lastName: string | null;
|
|
1378
|
+
} | null;
|
|
1379
1379
|
media: {
|
|
1380
1380
|
type: string | null;
|
|
1381
1381
|
url: string | null;
|
|
@@ -1430,6 +1430,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
1432
1432
|
text: string | null;
|
|
1433
|
+
stats: {
|
|
1434
|
+
like: number | null;
|
|
1435
|
+
support: number | null;
|
|
1436
|
+
love: number | null;
|
|
1437
|
+
insight: number | null;
|
|
1438
|
+
celebrate: number | null;
|
|
1439
|
+
funny: number | null;
|
|
1440
|
+
comments: number | null;
|
|
1441
|
+
reposts: number | null;
|
|
1442
|
+
totalReactions: number | null;
|
|
1443
|
+
} | null;
|
|
1433
1444
|
document: {
|
|
1434
1445
|
title: string | null;
|
|
1435
1446
|
url: string | null;
|
|
@@ -1445,17 +1456,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1445
1456
|
firstName: string | null;
|
|
1446
1457
|
lastName: string | null;
|
|
1447
1458
|
} | null;
|
|
1448
|
-
stats: {
|
|
1449
|
-
like: number | null;
|
|
1450
|
-
support: number | null;
|
|
1451
|
-
love: number | null;
|
|
1452
|
-
insight: number | null;
|
|
1453
|
-
celebrate: number | null;
|
|
1454
|
-
funny: number | null;
|
|
1455
|
-
comments: number | null;
|
|
1456
|
-
reposts: number | null;
|
|
1457
|
-
totalReactions: number | null;
|
|
1458
|
-
} | null;
|
|
1459
1459
|
media: {
|
|
1460
1460
|
type: string | null;
|
|
1461
1461
|
url: string | null;
|
|
@@ -1482,15 +1482,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1482
1482
|
resharedPost: {
|
|
1483
1483
|
url: string | null;
|
|
1484
1484
|
text: string | null;
|
|
1485
|
-
urn: string | null;
|
|
1486
|
-
author: {
|
|
1487
|
-
username: string | null;
|
|
1488
|
-
headline: string | null;
|
|
1489
|
-
profileUrl: string | null;
|
|
1490
|
-
profilePicture: string | null;
|
|
1491
|
-
firstName: string | null;
|
|
1492
|
-
lastName: string | null;
|
|
1493
|
-
} | null;
|
|
1494
1485
|
stats: {
|
|
1495
1486
|
like: number | null;
|
|
1496
1487
|
support: number | null;
|
|
@@ -1502,6 +1493,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1502
1493
|
reposts: number | null;
|
|
1503
1494
|
totalReactions: number | null;
|
|
1504
1495
|
} | null;
|
|
1496
|
+
urn: string | null;
|
|
1497
|
+
author: {
|
|
1498
|
+
username: string | null;
|
|
1499
|
+
headline: string | null;
|
|
1500
|
+
profileUrl: string | null;
|
|
1501
|
+
profilePicture: string | null;
|
|
1502
|
+
firstName: string | null;
|
|
1503
|
+
lastName: string | null;
|
|
1504
|
+
} | null;
|
|
1505
1505
|
media: {
|
|
1506
1506
|
type: string | null;
|
|
1507
1507
|
url: string | null;
|
|
@@ -1951,15 +1951,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
1952
|
url: string | null;
|
|
1953
1953
|
text: string | null;
|
|
1954
|
-
urn: string | null;
|
|
1955
|
-
author: {
|
|
1956
|
-
username: string | null;
|
|
1957
|
-
headline: string | null;
|
|
1958
|
-
profileUrl: string | null;
|
|
1959
|
-
profilePicture: string | null;
|
|
1960
|
-
firstName: string | null;
|
|
1961
|
-
lastName: string | null;
|
|
1962
|
-
} | null;
|
|
1963
1954
|
stats: {
|
|
1964
1955
|
like: number | null;
|
|
1965
1956
|
support: number | null;
|
|
@@ -1971,6 +1962,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1971
1962
|
reposts: number | null;
|
|
1972
1963
|
totalReactions: number | null;
|
|
1973
1964
|
} | null;
|
|
1965
|
+
urn: string | null;
|
|
1966
|
+
author: {
|
|
1967
|
+
username: string | null;
|
|
1968
|
+
headline: string | null;
|
|
1969
|
+
profileUrl: string | null;
|
|
1970
|
+
profilePicture: string | null;
|
|
1971
|
+
firstName: string | null;
|
|
1972
|
+
lastName: string | null;
|
|
1973
|
+
} | null;
|
|
1974
1974
|
media: {
|
|
1975
1975
|
type: string | null;
|
|
1976
1976
|
url: string | null;
|
|
@@ -1990,15 +1990,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1990
1990
|
}, {
|
|
1991
1991
|
url: string | null;
|
|
1992
1992
|
text: string | null;
|
|
1993
|
-
urn: string | null;
|
|
1994
|
-
author: {
|
|
1995
|
-
username: string | null;
|
|
1996
|
-
headline: string | null;
|
|
1997
|
-
profileUrl: string | null;
|
|
1998
|
-
profilePicture: string | null;
|
|
1999
|
-
firstName: string | null;
|
|
2000
|
-
lastName: string | null;
|
|
2001
|
-
} | null;
|
|
2002
1993
|
stats: {
|
|
2003
1994
|
like: number | null;
|
|
2004
1995
|
support: number | null;
|
|
@@ -2010,6 +2001,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2010
2001
|
reposts: number | null;
|
|
2011
2002
|
totalReactions: number | null;
|
|
2012
2003
|
} | null;
|
|
2004
|
+
urn: string | null;
|
|
2005
|
+
author: {
|
|
2006
|
+
username: string | null;
|
|
2007
|
+
headline: string | null;
|
|
2008
|
+
profileUrl: string | null;
|
|
2009
|
+
profilePicture: string | null;
|
|
2010
|
+
firstName: string | null;
|
|
2011
|
+
lastName: string | null;
|
|
2012
|
+
} | null;
|
|
2013
2013
|
media: {
|
|
2014
2014
|
type: string | null;
|
|
2015
2015
|
url: string | null;
|
|
@@ -2030,6 +2030,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
2031
|
url: string | null;
|
|
2032
2032
|
text: string | null;
|
|
2033
|
+
stats: {
|
|
2034
|
+
like: number | null;
|
|
2035
|
+
support: number | null;
|
|
2036
|
+
love: number | null;
|
|
2037
|
+
insight: number | null;
|
|
2038
|
+
celebrate: number | null;
|
|
2039
|
+
funny: number | null;
|
|
2040
|
+
comments: number | null;
|
|
2041
|
+
reposts: number | null;
|
|
2042
|
+
totalReactions: number | null;
|
|
2043
|
+
} | null;
|
|
2033
2044
|
document: {
|
|
2034
2045
|
title: string | null;
|
|
2035
2046
|
url: string | null;
|
|
@@ -2045,17 +2056,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2045
2056
|
firstName: string | null;
|
|
2046
2057
|
lastName: string | null;
|
|
2047
2058
|
} | null;
|
|
2048
|
-
stats: {
|
|
2049
|
-
like: number | null;
|
|
2050
|
-
support: number | null;
|
|
2051
|
-
love: number | null;
|
|
2052
|
-
insight: number | null;
|
|
2053
|
-
celebrate: number | null;
|
|
2054
|
-
funny: number | null;
|
|
2055
|
-
comments: number | null;
|
|
2056
|
-
reposts: number | null;
|
|
2057
|
-
totalReactions: number | null;
|
|
2058
|
-
} | null;
|
|
2059
2059
|
media: {
|
|
2060
2060
|
type: string | null;
|
|
2061
2061
|
url: string | null;
|
|
@@ -2082,15 +2082,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2082
2082
|
resharedPost: {
|
|
2083
2083
|
url: string | null;
|
|
2084
2084
|
text: string | null;
|
|
2085
|
-
urn: string | null;
|
|
2086
|
-
author: {
|
|
2087
|
-
username: string | null;
|
|
2088
|
-
headline: string | null;
|
|
2089
|
-
profileUrl: string | null;
|
|
2090
|
-
profilePicture: string | null;
|
|
2091
|
-
firstName: string | null;
|
|
2092
|
-
lastName: string | null;
|
|
2093
|
-
} | null;
|
|
2094
2085
|
stats: {
|
|
2095
2086
|
like: number | null;
|
|
2096
2087
|
support: number | null;
|
|
@@ -2102,6 +2093,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2102
2093
|
reposts: number | null;
|
|
2103
2094
|
totalReactions: number | null;
|
|
2104
2095
|
} | null;
|
|
2096
|
+
urn: string | null;
|
|
2097
|
+
author: {
|
|
2098
|
+
username: string | null;
|
|
2099
|
+
headline: string | null;
|
|
2100
|
+
profileUrl: string | null;
|
|
2101
|
+
profilePicture: string | null;
|
|
2102
|
+
firstName: string | null;
|
|
2103
|
+
lastName: string | null;
|
|
2104
|
+
} | null;
|
|
2105
2105
|
media: {
|
|
2106
2106
|
type: string | null;
|
|
2107
2107
|
url: string | null;
|
|
@@ -2122,6 +2122,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2122
2122
|
}, {
|
|
2123
2123
|
url: string | null;
|
|
2124
2124
|
text: string | null;
|
|
2125
|
+
stats: {
|
|
2126
|
+
like: number | null;
|
|
2127
|
+
support: number | null;
|
|
2128
|
+
love: number | null;
|
|
2129
|
+
insight: number | null;
|
|
2130
|
+
celebrate: number | null;
|
|
2131
|
+
funny: number | null;
|
|
2132
|
+
comments: number | null;
|
|
2133
|
+
reposts: number | null;
|
|
2134
|
+
totalReactions: number | null;
|
|
2135
|
+
} | null;
|
|
2125
2136
|
document: {
|
|
2126
2137
|
title: string | null;
|
|
2127
2138
|
url: string | null;
|
|
@@ -2137,17 +2148,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2137
2148
|
firstName: string | null;
|
|
2138
2149
|
lastName: string | null;
|
|
2139
2150
|
} | null;
|
|
2140
|
-
stats: {
|
|
2141
|
-
like: number | null;
|
|
2142
|
-
support: number | null;
|
|
2143
|
-
love: number | null;
|
|
2144
|
-
insight: number | null;
|
|
2145
|
-
celebrate: number | null;
|
|
2146
|
-
funny: number | null;
|
|
2147
|
-
comments: number | null;
|
|
2148
|
-
reposts: number | null;
|
|
2149
|
-
totalReactions: number | null;
|
|
2150
|
-
} | null;
|
|
2151
2151
|
media: {
|
|
2152
2152
|
type: string | null;
|
|
2153
2153
|
url: string | null;
|
|
@@ -2174,15 +2174,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2174
2174
|
resharedPost: {
|
|
2175
2175
|
url: string | null;
|
|
2176
2176
|
text: string | null;
|
|
2177
|
-
urn: string | null;
|
|
2178
|
-
author: {
|
|
2179
|
-
username: string | null;
|
|
2180
|
-
headline: string | null;
|
|
2181
|
-
profileUrl: string | null;
|
|
2182
|
-
profilePicture: string | null;
|
|
2183
|
-
firstName: string | null;
|
|
2184
|
-
lastName: string | null;
|
|
2185
|
-
} | null;
|
|
2186
2177
|
stats: {
|
|
2187
2178
|
like: number | null;
|
|
2188
2179
|
support: number | null;
|
|
@@ -2194,6 +2185,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2194
2185
|
reposts: number | null;
|
|
2195
2186
|
totalReactions: number | null;
|
|
2196
2187
|
} | null;
|
|
2188
|
+
urn: string | null;
|
|
2189
|
+
author: {
|
|
2190
|
+
username: string | null;
|
|
2191
|
+
headline: string | null;
|
|
2192
|
+
profileUrl: string | null;
|
|
2193
|
+
profilePicture: string | null;
|
|
2194
|
+
firstName: string | null;
|
|
2195
|
+
lastName: string | null;
|
|
2196
|
+
} | null;
|
|
2197
2197
|
media: {
|
|
2198
2198
|
type: string | null;
|
|
2199
2199
|
url: string | null;
|
|
@@ -2227,6 +2227,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
2229
2229
|
text: string | null;
|
|
2230
|
+
stats: {
|
|
2231
|
+
like: number | null;
|
|
2232
|
+
support: number | null;
|
|
2233
|
+
love: number | null;
|
|
2234
|
+
insight: number | null;
|
|
2235
|
+
celebrate: number | null;
|
|
2236
|
+
funny: number | null;
|
|
2237
|
+
comments: number | null;
|
|
2238
|
+
reposts: number | null;
|
|
2239
|
+
totalReactions: number | null;
|
|
2240
|
+
} | null;
|
|
2230
2241
|
document: {
|
|
2231
2242
|
title: string | null;
|
|
2232
2243
|
url: string | null;
|
|
@@ -2242,17 +2253,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2242
2253
|
firstName: string | null;
|
|
2243
2254
|
lastName: string | null;
|
|
2244
2255
|
} | null;
|
|
2245
|
-
stats: {
|
|
2246
|
-
like: number | null;
|
|
2247
|
-
support: number | null;
|
|
2248
|
-
love: number | null;
|
|
2249
|
-
insight: number | null;
|
|
2250
|
-
celebrate: number | null;
|
|
2251
|
-
funny: number | null;
|
|
2252
|
-
comments: number | null;
|
|
2253
|
-
reposts: number | null;
|
|
2254
|
-
totalReactions: number | null;
|
|
2255
|
-
} | null;
|
|
2256
2256
|
media: {
|
|
2257
2257
|
type: string | null;
|
|
2258
2258
|
url: string | null;
|
|
@@ -2279,15 +2279,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2279
2279
|
resharedPost: {
|
|
2280
2280
|
url: string | null;
|
|
2281
2281
|
text: string | null;
|
|
2282
|
-
urn: string | null;
|
|
2283
|
-
author: {
|
|
2284
|
-
username: string | null;
|
|
2285
|
-
headline: string | null;
|
|
2286
|
-
profileUrl: string | null;
|
|
2287
|
-
profilePicture: string | null;
|
|
2288
|
-
firstName: string | null;
|
|
2289
|
-
lastName: string | null;
|
|
2290
|
-
} | null;
|
|
2291
2282
|
stats: {
|
|
2292
2283
|
like: number | null;
|
|
2293
2284
|
support: number | null;
|
|
@@ -2299,6 +2290,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2299
2290
|
reposts: number | null;
|
|
2300
2291
|
totalReactions: number | null;
|
|
2301
2292
|
} | null;
|
|
2293
|
+
urn: string | null;
|
|
2294
|
+
author: {
|
|
2295
|
+
username: string | null;
|
|
2296
|
+
headline: string | null;
|
|
2297
|
+
profileUrl: string | null;
|
|
2298
|
+
profilePicture: string | null;
|
|
2299
|
+
firstName: string | null;
|
|
2300
|
+
lastName: string | null;
|
|
2301
|
+
} | null;
|
|
2302
2302
|
media: {
|
|
2303
2303
|
type: string | null;
|
|
2304
2304
|
url: string | null;
|
|
@@ -2353,6 +2353,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
2355
2355
|
text: string | null;
|
|
2356
|
+
stats: {
|
|
2357
|
+
like: number | null;
|
|
2358
|
+
support: number | null;
|
|
2359
|
+
love: number | null;
|
|
2360
|
+
insight: number | null;
|
|
2361
|
+
celebrate: number | null;
|
|
2362
|
+
funny: number | null;
|
|
2363
|
+
comments: number | null;
|
|
2364
|
+
reposts: number | null;
|
|
2365
|
+
totalReactions: number | null;
|
|
2366
|
+
} | null;
|
|
2356
2367
|
document: {
|
|
2357
2368
|
title: string | null;
|
|
2358
2369
|
url: string | null;
|
|
@@ -2368,17 +2379,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2368
2379
|
firstName: string | null;
|
|
2369
2380
|
lastName: string | null;
|
|
2370
2381
|
} | null;
|
|
2371
|
-
stats: {
|
|
2372
|
-
like: number | null;
|
|
2373
|
-
support: number | null;
|
|
2374
|
-
love: number | null;
|
|
2375
|
-
insight: number | null;
|
|
2376
|
-
celebrate: number | null;
|
|
2377
|
-
funny: number | null;
|
|
2378
|
-
comments: number | null;
|
|
2379
|
-
reposts: number | null;
|
|
2380
|
-
totalReactions: number | null;
|
|
2381
|
-
} | null;
|
|
2382
2382
|
media: {
|
|
2383
2383
|
type: string | null;
|
|
2384
2384
|
url: string | null;
|
|
@@ -2405,15 +2405,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2405
2405
|
resharedPost: {
|
|
2406
2406
|
url: string | null;
|
|
2407
2407
|
text: string | null;
|
|
2408
|
-
urn: string | null;
|
|
2409
|
-
author: {
|
|
2410
|
-
username: string | null;
|
|
2411
|
-
headline: string | null;
|
|
2412
|
-
profileUrl: string | null;
|
|
2413
|
-
profilePicture: string | null;
|
|
2414
|
-
firstName: string | null;
|
|
2415
|
-
lastName: string | null;
|
|
2416
|
-
} | null;
|
|
2417
2408
|
stats: {
|
|
2418
2409
|
like: number | null;
|
|
2419
2410
|
support: number | null;
|
|
@@ -2425,6 +2416,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2425
2416
|
reposts: number | null;
|
|
2426
2417
|
totalReactions: number | null;
|
|
2427
2418
|
} | null;
|
|
2419
|
+
urn: string | null;
|
|
2420
|
+
author: {
|
|
2421
|
+
username: string | null;
|
|
2422
|
+
headline: string | null;
|
|
2423
|
+
profileUrl: string | null;
|
|
2424
|
+
profilePicture: string | null;
|
|
2425
|
+
firstName: string | null;
|
|
2426
|
+
lastName: string | null;
|
|
2427
|
+
} | null;
|
|
2428
2428
|
media: {
|
|
2429
2429
|
type: string | null;
|
|
2430
2430
|
url: string | null;
|