@bubblelab/bubble-core 0.1.67 → 0.1.68
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 +100 -100
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +4 -3
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +98 -98
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +52 -52
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +755 -755
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/github.d.ts +160 -160
- package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
- package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1634 -1634
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +332 -332
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +94 -94
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
172
|
title: string | null;
|
|
173
173
|
url: string | null;
|
|
174
|
-
subtitle: string | null;
|
|
175
174
|
thumbnail: string | null;
|
|
175
|
+
subtitle: string | null;
|
|
176
176
|
}, {
|
|
177
177
|
title: string | null;
|
|
178
178
|
url: string | null;
|
|
179
|
-
subtitle: string | null;
|
|
180
179
|
thumbnail: string | null;
|
|
180
|
+
subtitle: string | null;
|
|
181
181
|
}>>;
|
|
182
182
|
document: z.ZodNullable<z.ZodObject<{
|
|
183
183
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -187,13 +187,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
title: string | null;
|
|
189
189
|
url: string | null;
|
|
190
|
-
pageCount: number | null;
|
|
191
190
|
thumbnail: string | null;
|
|
191
|
+
pageCount: number | null;
|
|
192
192
|
}, {
|
|
193
193
|
title: string | null;
|
|
194
194
|
url: string | null;
|
|
195
|
-
pageCount: number | null;
|
|
196
195
|
thumbnail: string | null;
|
|
196
|
+
pageCount: number | null;
|
|
197
197
|
}>>;
|
|
198
198
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
199
199
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -387,8 +387,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
387
387
|
document: {
|
|
388
388
|
title: string | null;
|
|
389
389
|
url: string | null;
|
|
390
|
-
pageCount: number | null;
|
|
391
390
|
thumbnail: string | null;
|
|
391
|
+
pageCount: number | null;
|
|
392
392
|
} | null;
|
|
393
393
|
urn: string | null;
|
|
394
394
|
author: {
|
|
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
426
|
-
subtitle: string | null;
|
|
427
426
|
thumbnail: string | null;
|
|
427
|
+
subtitle: string | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -479,8 +479,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
479
479
|
document: {
|
|
480
480
|
title: string | null;
|
|
481
481
|
url: string | null;
|
|
482
|
-
pageCount: number | null;
|
|
483
482
|
thumbnail: string | null;
|
|
483
|
+
pageCount: number | null;
|
|
484
484
|
} | null;
|
|
485
485
|
urn: string | null;
|
|
486
486
|
author: {
|
|
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
-
subtitle: string | null;
|
|
519
518
|
thumbnail: string | null;
|
|
519
|
+
subtitle: string | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -675,7 +675,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
677
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
-
experienceLevel?: ("
|
|
678
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -688,7 +688,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
690
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
-
experienceLevel?: ("
|
|
691
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
692
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -894,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
895
|
title: string | null;
|
|
896
896
|
url: string | null;
|
|
897
|
-
subtitle: string | null;
|
|
898
897
|
thumbnail: string | null;
|
|
898
|
+
subtitle: string | null;
|
|
899
899
|
}, {
|
|
900
900
|
title: string | null;
|
|
901
901
|
url: string | null;
|
|
902
|
-
subtitle: string | null;
|
|
903
902
|
thumbnail: string | null;
|
|
903
|
+
subtitle: string | null;
|
|
904
904
|
}>>;
|
|
905
905
|
document: z.ZodNullable<z.ZodObject<{
|
|
906
906
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -910,13 +910,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
911
|
title: string | null;
|
|
912
912
|
url: string | null;
|
|
913
|
-
pageCount: number | null;
|
|
914
913
|
thumbnail: string | null;
|
|
914
|
+
pageCount: number | null;
|
|
915
915
|
}, {
|
|
916
916
|
title: string | null;
|
|
917
917
|
url: string | null;
|
|
918
|
-
pageCount: number | null;
|
|
919
918
|
thumbnail: string | null;
|
|
919
|
+
pageCount: number | null;
|
|
920
920
|
}>>;
|
|
921
921
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
922
922
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1110,8 +1110,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1110
1110
|
document: {
|
|
1111
1111
|
title: string | null;
|
|
1112
1112
|
url: string | null;
|
|
1113
|
-
pageCount: number | null;
|
|
1114
1113
|
thumbnail: string | null;
|
|
1114
|
+
pageCount: number | null;
|
|
1115
1115
|
} | null;
|
|
1116
1116
|
urn: string | null;
|
|
1117
1117
|
author: {
|
|
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1146
1146
|
article: {
|
|
1147
1147
|
title: string | null;
|
|
1148
1148
|
url: string | null;
|
|
1149
|
-
subtitle: string | null;
|
|
1150
1149
|
thumbnail: string | null;
|
|
1150
|
+
subtitle: string | null;
|
|
1151
1151
|
} | null;
|
|
1152
1152
|
postedAt: {
|
|
1153
1153
|
date: string | null;
|
|
@@ -1202,8 +1202,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1202
1202
|
document: {
|
|
1203
1203
|
title: string | null;
|
|
1204
1204
|
url: string | null;
|
|
1205
|
-
pageCount: number | null;
|
|
1206
1205
|
thumbnail: string | null;
|
|
1206
|
+
pageCount: number | null;
|
|
1207
1207
|
} | null;
|
|
1208
1208
|
urn: string | null;
|
|
1209
1209
|
author: {
|
|
@@ -1238,8 +1238,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1238
1238
|
article: {
|
|
1239
1239
|
title: string | null;
|
|
1240
1240
|
url: string | null;
|
|
1241
|
-
subtitle: string | null;
|
|
1242
1241
|
thumbnail: string | null;
|
|
1242
|
+
subtitle: string | null;
|
|
1243
1243
|
} | null;
|
|
1244
1244
|
postedAt: {
|
|
1245
1245
|
date: string | null;
|
|
@@ -1298,8 +1298,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
-
success: boolean;
|
|
1302
1301
|
error: string;
|
|
1302
|
+
success: boolean;
|
|
1303
1303
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
@@ -1307,8 +1307,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1307
1307
|
document: {
|
|
1308
1308
|
title: string | null;
|
|
1309
1309
|
url: string | null;
|
|
1310
|
-
pageCount: number | null;
|
|
1311
1310
|
thumbnail: string | null;
|
|
1311
|
+
pageCount: number | null;
|
|
1312
1312
|
} | null;
|
|
1313
1313
|
urn: string | null;
|
|
1314
1314
|
author: {
|
|
@@ -1343,8 +1343,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1343
1343
|
article: {
|
|
1344
1344
|
title: string | null;
|
|
1345
1345
|
url: string | null;
|
|
1346
|
-
subtitle: string | null;
|
|
1347
1346
|
thumbnail: string | null;
|
|
1347
|
+
subtitle: string | null;
|
|
1348
1348
|
} | null;
|
|
1349
1349
|
postedAt: {
|
|
1350
1350
|
date: string | null;
|
|
@@ -1424,8 +1424,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
success: boolean;
|
|
1428
1427
|
error: string;
|
|
1428
|
+
success: boolean;
|
|
1429
1429
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
@@ -1433,8 +1433,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1433
1433
|
document: {
|
|
1434
1434
|
title: string | null;
|
|
1435
1435
|
url: string | null;
|
|
1436
|
-
pageCount: number | null;
|
|
1437
1436
|
thumbnail: string | null;
|
|
1437
|
+
pageCount: number | null;
|
|
1438
1438
|
} | null;
|
|
1439
1439
|
urn: string | null;
|
|
1440
1440
|
author: {
|
|
@@ -1469,8 +1469,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1469
1469
|
article: {
|
|
1470
1470
|
title: string | null;
|
|
1471
1471
|
url: string | null;
|
|
1472
|
-
subtitle: string | null;
|
|
1473
1472
|
thumbnail: string | null;
|
|
1473
|
+
subtitle: string | null;
|
|
1474
1474
|
} | null;
|
|
1475
1475
|
postedAt: {
|
|
1476
1476
|
date: string | null;
|
|
@@ -1598,7 +1598,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
1600
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
-
experienceLevel?: ("
|
|
1601
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -1611,7 +1611,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
1613
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
-
experienceLevel?: ("
|
|
1614
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1615
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
1616
|
}>;
|
|
1617
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -1817,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1818
|
title: string | null;
|
|
1819
1819
|
url: string | null;
|
|
1820
|
-
subtitle: string | null;
|
|
1821
1820
|
thumbnail: string | null;
|
|
1821
|
+
subtitle: string | null;
|
|
1822
1822
|
}, {
|
|
1823
1823
|
title: string | null;
|
|
1824
1824
|
url: string | null;
|
|
1825
|
-
subtitle: string | null;
|
|
1826
1825
|
thumbnail: string | null;
|
|
1826
|
+
subtitle: string | null;
|
|
1827
1827
|
}>>;
|
|
1828
1828
|
document: z.ZodNullable<z.ZodObject<{
|
|
1829
1829
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -1833,13 +1833,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
1834
|
title: string | null;
|
|
1835
1835
|
url: string | null;
|
|
1836
|
-
pageCount: number | null;
|
|
1837
1836
|
thumbnail: string | null;
|
|
1837
|
+
pageCount: number | null;
|
|
1838
1838
|
}, {
|
|
1839
1839
|
title: string | null;
|
|
1840
1840
|
url: string | null;
|
|
1841
|
-
pageCount: number | null;
|
|
1842
1841
|
thumbnail: string | null;
|
|
1842
|
+
pageCount: number | null;
|
|
1843
1843
|
}>>;
|
|
1844
1844
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
1845
1845
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -2033,8 +2033,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2033
2033
|
document: {
|
|
2034
2034
|
title: string | null;
|
|
2035
2035
|
url: string | null;
|
|
2036
|
-
pageCount: number | null;
|
|
2037
2036
|
thumbnail: string | null;
|
|
2037
|
+
pageCount: number | null;
|
|
2038
2038
|
} | null;
|
|
2039
2039
|
urn: string | null;
|
|
2040
2040
|
author: {
|
|
@@ -2069,8 +2069,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2069
2069
|
article: {
|
|
2070
2070
|
title: string | null;
|
|
2071
2071
|
url: string | null;
|
|
2072
|
-
subtitle: string | null;
|
|
2073
2072
|
thumbnail: string | null;
|
|
2073
|
+
subtitle: string | null;
|
|
2074
2074
|
} | null;
|
|
2075
2075
|
postedAt: {
|
|
2076
2076
|
date: string | null;
|
|
@@ -2125,8 +2125,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2125
2125
|
document: {
|
|
2126
2126
|
title: string | null;
|
|
2127
2127
|
url: string | null;
|
|
2128
|
-
pageCount: number | null;
|
|
2129
2128
|
thumbnail: string | null;
|
|
2129
|
+
pageCount: number | null;
|
|
2130
2130
|
} | null;
|
|
2131
2131
|
urn: string | null;
|
|
2132
2132
|
author: {
|
|
@@ -2161,8 +2161,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2161
2161
|
article: {
|
|
2162
2162
|
title: string | null;
|
|
2163
2163
|
url: string | null;
|
|
2164
|
-
subtitle: string | null;
|
|
2165
2164
|
thumbnail: string | null;
|
|
2165
|
+
subtitle: string | null;
|
|
2166
2166
|
} | null;
|
|
2167
2167
|
postedAt: {
|
|
2168
2168
|
date: string | null;
|
|
@@ -2221,8 +2221,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
2221
|
success: z.ZodBoolean;
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
-
success: boolean;
|
|
2225
2224
|
error: string;
|
|
2225
|
+
success: boolean;
|
|
2226
2226
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
@@ -2230,8 +2230,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2230
2230
|
document: {
|
|
2231
2231
|
title: string | null;
|
|
2232
2232
|
url: string | null;
|
|
2233
|
-
pageCount: number | null;
|
|
2234
2233
|
thumbnail: string | null;
|
|
2234
|
+
pageCount: number | null;
|
|
2235
2235
|
} | null;
|
|
2236
2236
|
urn: string | null;
|
|
2237
2237
|
author: {
|
|
@@ -2266,8 +2266,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2266
2266
|
article: {
|
|
2267
2267
|
title: string | null;
|
|
2268
2268
|
url: string | null;
|
|
2269
|
-
subtitle: string | null;
|
|
2270
2269
|
thumbnail: string | null;
|
|
2270
|
+
subtitle: string | null;
|
|
2271
2271
|
} | null;
|
|
2272
2272
|
postedAt: {
|
|
2273
2273
|
date: string | null;
|
|
@@ -2347,8 +2347,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
-
success: boolean;
|
|
2351
2350
|
error: string;
|
|
2351
|
+
success: boolean;
|
|
2352
2352
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
@@ -2356,8 +2356,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2356
2356
|
document: {
|
|
2357
2357
|
title: string | null;
|
|
2358
2358
|
url: string | null;
|
|
2359
|
-
pageCount: number | null;
|
|
2360
2359
|
thumbnail: string | null;
|
|
2360
|
+
pageCount: number | null;
|
|
2361
2361
|
} | null;
|
|
2362
2362
|
urn: string | null;
|
|
2363
2363
|
author: {
|
|
@@ -2392,8 +2392,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2392
2392
|
article: {
|
|
2393
2393
|
title: string | null;
|
|
2394
2394
|
url: string | null;
|
|
2395
|
-
subtitle: string | null;
|
|
2396
2395
|
thumbnail: string | null;
|
|
2396
|
+
subtitle: string | null;
|
|
2397
2397
|
} | null;
|
|
2398
2398
|
postedAt: {
|
|
2399
2399
|
date: string | null;
|
|
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
error: z.ZodString;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
success: boolean;
|
|
33
32
|
error: string;
|
|
33
|
+
success: boolean;
|
|
34
34
|
bubbles: {
|
|
35
35
|
type: string;
|
|
36
36
|
name: string;
|
|
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}[];
|
|
41
41
|
totalCount: number;
|
|
42
42
|
}, {
|
|
43
|
-
success: boolean;
|
|
44
43
|
error: string;
|
|
44
|
+
success: boolean;
|
|
45
45
|
bubbles: {
|
|
46
46
|
type: string;
|
|
47
47
|
name: string;
|
|
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
78
78
|
success: z.ZodBoolean;
|
|
79
79
|
error: z.ZodString;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
success: boolean;
|
|
82
81
|
error: string;
|
|
82
|
+
success: boolean;
|
|
83
83
|
bubbles: {
|
|
84
84
|
type: string;
|
|
85
85
|
name: string;
|
|
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
89
89
|
}[];
|
|
90
90
|
totalCount: number;
|
|
91
91
|
}, {
|
|
92
|
-
success: boolean;
|
|
93
92
|
error: string;
|
|
93
|
+
success: boolean;
|
|
94
94
|
bubbles: {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|