@bubblelab/bubble-core 0.1.30 → 0.1.31
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 +48 -48
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +40 -2
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +10 -6
- package/package.json +2 -2
|
@@ -18,16 +18,16 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
18
18
|
fileName: string;
|
|
19
19
|
region: string;
|
|
20
20
|
expirationMinutes: number;
|
|
21
|
-
accountId?: string | undefined;
|
|
22
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
|
+
accountId?: string | undefined;
|
|
23
23
|
contentType?: string | undefined;
|
|
24
24
|
userId?: string | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
operation: "getUploadUrl";
|
|
27
27
|
bucketName: string;
|
|
28
28
|
fileName: string;
|
|
29
|
-
accountId?: string | undefined;
|
|
30
29
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
30
|
+
accountId?: string | undefined;
|
|
31
31
|
region?: string | undefined;
|
|
32
32
|
expirationMinutes?: number | undefined;
|
|
33
33
|
contentType?: string | undefined;
|
|
@@ -47,15 +47,15 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
47
47
|
fileName: string;
|
|
48
48
|
region: string;
|
|
49
49
|
expirationMinutes: number;
|
|
50
|
-
accountId?: string | undefined;
|
|
51
50
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
|
+
accountId?: string | undefined;
|
|
52
52
|
userId?: string | undefined;
|
|
53
53
|
}, {
|
|
54
54
|
operation: "getFile";
|
|
55
55
|
bucketName: string;
|
|
56
56
|
fileName: string;
|
|
57
|
-
accountId?: string | undefined;
|
|
58
57
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
58
|
+
accountId?: string | undefined;
|
|
59
59
|
region?: string | undefined;
|
|
60
60
|
expirationMinutes?: number | undefined;
|
|
61
61
|
userId?: string | undefined;
|
|
@@ -71,14 +71,14 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
71
71
|
bucketName: string;
|
|
72
72
|
fileName: string;
|
|
73
73
|
region: string;
|
|
74
|
-
accountId?: string | undefined;
|
|
75
74
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
75
|
+
accountId?: string | undefined;
|
|
76
76
|
}, {
|
|
77
77
|
operation: "deleteFile";
|
|
78
78
|
bucketName: string;
|
|
79
79
|
fileName: string;
|
|
80
|
-
accountId?: string | undefined;
|
|
81
80
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
81
|
+
accountId?: string | undefined;
|
|
82
82
|
region?: string | undefined;
|
|
83
83
|
}>, z.ZodObject<{
|
|
84
84
|
operation: z.ZodLiteral<"updateFile">;
|
|
@@ -95,15 +95,15 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
95
95
|
fileName: string;
|
|
96
96
|
region: string;
|
|
97
97
|
fileContent: string;
|
|
98
|
-
accountId?: string | undefined;
|
|
99
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
|
+
accountId?: string | undefined;
|
|
100
100
|
contentType?: string | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
operation: "updateFile";
|
|
103
103
|
fileName: string;
|
|
104
104
|
fileContent: string;
|
|
105
|
-
accountId?: string | undefined;
|
|
106
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
+
accountId?: string | undefined;
|
|
107
107
|
bucketName?: string | undefined;
|
|
108
108
|
region?: string | undefined;
|
|
109
109
|
contentType?: string | undefined;
|
|
@@ -124,16 +124,16 @@ declare const StorageParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodOb
|
|
|
124
124
|
expirationMinutes: number;
|
|
125
125
|
pdfFileName: string;
|
|
126
126
|
pageCount: number;
|
|
127
|
-
accountId?: string | undefined;
|
|
128
127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
|
+
accountId?: string | undefined;
|
|
129
129
|
userId?: string | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
operation: "getMultipleUploadUrls";
|
|
132
132
|
bucketName: string;
|
|
133
133
|
pdfFileName: string;
|
|
134
134
|
pageCount: number;
|
|
135
|
-
accountId?: string | undefined;
|
|
136
135
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
136
|
+
accountId?: string | undefined;
|
|
137
137
|
region?: string | undefined;
|
|
138
138
|
expirationMinutes?: number | undefined;
|
|
139
139
|
userId?: string | undefined;
|
|
@@ -298,16 +298,16 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
298
298
|
fileName: string;
|
|
299
299
|
region: string;
|
|
300
300
|
expirationMinutes: number;
|
|
301
|
-
accountId?: string | undefined;
|
|
302
301
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
302
|
+
accountId?: string | undefined;
|
|
303
303
|
contentType?: string | undefined;
|
|
304
304
|
userId?: string | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
operation: "getUploadUrl";
|
|
307
307
|
bucketName: string;
|
|
308
308
|
fileName: string;
|
|
309
|
-
accountId?: string | undefined;
|
|
310
309
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
310
|
+
accountId?: string | undefined;
|
|
311
311
|
region?: string | undefined;
|
|
312
312
|
expirationMinutes?: number | undefined;
|
|
313
313
|
contentType?: string | undefined;
|
|
@@ -327,15 +327,15 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
327
327
|
fileName: string;
|
|
328
328
|
region: string;
|
|
329
329
|
expirationMinutes: number;
|
|
330
|
-
accountId?: string | undefined;
|
|
331
330
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
331
|
+
accountId?: string | undefined;
|
|
332
332
|
userId?: string | undefined;
|
|
333
333
|
}, {
|
|
334
334
|
operation: "getFile";
|
|
335
335
|
bucketName: string;
|
|
336
336
|
fileName: string;
|
|
337
|
-
accountId?: string | undefined;
|
|
338
337
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
338
|
+
accountId?: string | undefined;
|
|
339
339
|
region?: string | undefined;
|
|
340
340
|
expirationMinutes?: number | undefined;
|
|
341
341
|
userId?: string | undefined;
|
|
@@ -351,14 +351,14 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
351
351
|
bucketName: string;
|
|
352
352
|
fileName: string;
|
|
353
353
|
region: string;
|
|
354
|
-
accountId?: string | undefined;
|
|
355
354
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
355
|
+
accountId?: string | undefined;
|
|
356
356
|
}, {
|
|
357
357
|
operation: "deleteFile";
|
|
358
358
|
bucketName: string;
|
|
359
359
|
fileName: string;
|
|
360
|
-
accountId?: string | undefined;
|
|
361
360
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
361
|
+
accountId?: string | undefined;
|
|
362
362
|
region?: string | undefined;
|
|
363
363
|
}>, z.ZodObject<{
|
|
364
364
|
operation: z.ZodLiteral<"updateFile">;
|
|
@@ -375,15 +375,15 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
375
375
|
fileName: string;
|
|
376
376
|
region: string;
|
|
377
377
|
fileContent: string;
|
|
378
|
-
accountId?: string | undefined;
|
|
379
378
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
379
|
+
accountId?: string | undefined;
|
|
380
380
|
contentType?: string | undefined;
|
|
381
381
|
}, {
|
|
382
382
|
operation: "updateFile";
|
|
383
383
|
fileName: string;
|
|
384
384
|
fileContent: string;
|
|
385
|
-
accountId?: string | undefined;
|
|
386
385
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
386
|
+
accountId?: string | undefined;
|
|
387
387
|
bucketName?: string | undefined;
|
|
388
388
|
region?: string | undefined;
|
|
389
389
|
contentType?: string | undefined;
|
|
@@ -404,16 +404,16 @@ export declare class StorageBubble<T extends StorageParams = StorageParams> exte
|
|
|
404
404
|
expirationMinutes: number;
|
|
405
405
|
pdfFileName: string;
|
|
406
406
|
pageCount: number;
|
|
407
|
-
accountId?: string | undefined;
|
|
408
407
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
408
|
+
accountId?: string | undefined;
|
|
409
409
|
userId?: string | undefined;
|
|
410
410
|
}, {
|
|
411
411
|
operation: "getMultipleUploadUrls";
|
|
412
412
|
bucketName: string;
|
|
413
413
|
pdfFileName: string;
|
|
414
414
|
pageCount: number;
|
|
415
|
-
accountId?: string | undefined;
|
|
416
415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
|
+
accountId?: string | undefined;
|
|
417
417
|
region?: string | undefined;
|
|
418
418
|
expirationMinutes?: number | undefined;
|
|
419
419
|
userId?: string | undefined;
|
|
@@ -303,6 +303,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
url: string | null;
|
|
306
307
|
author: {
|
|
307
308
|
username: string | null;
|
|
308
309
|
headline: string | null;
|
|
@@ -311,7 +312,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
311
312
|
firstName: string | null;
|
|
312
313
|
lastName: string | null;
|
|
313
314
|
} | null;
|
|
314
|
-
url: string | null;
|
|
315
315
|
text: string | null;
|
|
316
316
|
urn: string | null;
|
|
317
317
|
stats: {
|
|
@@ -342,6 +342,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
+
url: string | null;
|
|
345
346
|
author: {
|
|
346
347
|
username: string | null;
|
|
347
348
|
headline: string | null;
|
|
@@ -350,7 +351,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
350
351
|
firstName: string | null;
|
|
351
352
|
lastName: string | null;
|
|
352
353
|
} | null;
|
|
353
|
-
url: string | null;
|
|
354
354
|
text: string | null;
|
|
355
355
|
urn: string | null;
|
|
356
356
|
stats: {
|
|
@@ -382,6 +382,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
+
url: string | null;
|
|
385
386
|
author: {
|
|
386
387
|
username: string | null;
|
|
387
388
|
headline: string | null;
|
|
@@ -390,7 +391,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
390
391
|
firstName: string | null;
|
|
391
392
|
lastName: string | null;
|
|
392
393
|
} | null;
|
|
393
|
-
url: string | null;
|
|
394
394
|
text: string | null;
|
|
395
395
|
document: {
|
|
396
396
|
title: string | null;
|
|
@@ -434,6 +434,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
+
url: string | null;
|
|
437
438
|
author: {
|
|
438
439
|
username: string | null;
|
|
439
440
|
headline: string | null;
|
|
@@ -442,7 +443,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
442
443
|
firstName: string | null;
|
|
443
444
|
lastName: string | null;
|
|
444
445
|
} | null;
|
|
445
|
-
url: string | null;
|
|
446
446
|
text: string | null;
|
|
447
447
|
urn: string | null;
|
|
448
448
|
stats: {
|
|
@@ -474,6 +474,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
+
url: string | null;
|
|
477
478
|
author: {
|
|
478
479
|
username: string | null;
|
|
479
480
|
headline: string | null;
|
|
@@ -482,7 +483,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
482
483
|
firstName: string | null;
|
|
483
484
|
lastName: string | null;
|
|
484
485
|
} | null;
|
|
485
|
-
url: string | null;
|
|
486
486
|
text: string | null;
|
|
487
487
|
document: {
|
|
488
488
|
title: string | null;
|
|
@@ -526,6 +526,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
+
url: string | null;
|
|
529
530
|
author: {
|
|
530
531
|
username: string | null;
|
|
531
532
|
headline: string | null;
|
|
@@ -534,7 +535,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
534
535
|
firstName: string | null;
|
|
535
536
|
lastName: string | null;
|
|
536
537
|
} | null;
|
|
537
|
-
url: string | null;
|
|
538
538
|
text: string | null;
|
|
539
539
|
urn: string | null;
|
|
540
540
|
stats: {
|
|
@@ -609,8 +609,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
|
-
id: string | null;
|
|
613
612
|
url: string | null;
|
|
613
|
+
id: string | null;
|
|
614
614
|
location: string | null;
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
@@ -631,8 +631,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
634
|
-
id: string | null;
|
|
635
634
|
url: string | null;
|
|
635
|
+
id: string | null;
|
|
636
636
|
location: string | null;
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
@@ -736,8 +736,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
|
-
id: string | null;
|
|
740
739
|
url: string | null;
|
|
740
|
+
id: string | null;
|
|
741
741
|
location: string | null;
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
@@ -758,8 +758,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
760
760
|
title: string | null;
|
|
761
|
-
id: string | null;
|
|
762
761
|
url: string | null;
|
|
762
|
+
id: string | null;
|
|
763
763
|
location: string | null;
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
@@ -1026,6 +1026,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
+
url: string | null;
|
|
1029
1030
|
author: {
|
|
1030
1031
|
username: string | null;
|
|
1031
1032
|
headline: string | null;
|
|
@@ -1034,7 +1035,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1034
1035
|
firstName: string | null;
|
|
1035
1036
|
lastName: string | null;
|
|
1036
1037
|
} | null;
|
|
1037
|
-
url: string | null;
|
|
1038
1038
|
text: string | null;
|
|
1039
1039
|
urn: string | null;
|
|
1040
1040
|
stats: {
|
|
@@ -1065,6 +1065,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
+
url: string | null;
|
|
1068
1069
|
author: {
|
|
1069
1070
|
username: string | null;
|
|
1070
1071
|
headline: string | null;
|
|
@@ -1073,7 +1074,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1073
1074
|
firstName: string | null;
|
|
1074
1075
|
lastName: string | null;
|
|
1075
1076
|
} | null;
|
|
1076
|
-
url: string | null;
|
|
1077
1077
|
text: string | null;
|
|
1078
1078
|
urn: string | null;
|
|
1079
1079
|
stats: {
|
|
@@ -1105,6 +1105,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
+
url: string | null;
|
|
1108
1109
|
author: {
|
|
1109
1110
|
username: string | null;
|
|
1110
1111
|
headline: string | null;
|
|
@@ -1113,7 +1114,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1113
1114
|
firstName: string | null;
|
|
1114
1115
|
lastName: string | null;
|
|
1115
1116
|
} | null;
|
|
1116
|
-
url: string | null;
|
|
1117
1117
|
text: string | null;
|
|
1118
1118
|
document: {
|
|
1119
1119
|
title: string | null;
|
|
@@ -1157,6 +1157,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
+
url: string | null;
|
|
1160
1161
|
author: {
|
|
1161
1162
|
username: string | null;
|
|
1162
1163
|
headline: string | null;
|
|
@@ -1165,7 +1166,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1165
1166
|
firstName: string | null;
|
|
1166
1167
|
lastName: string | null;
|
|
1167
1168
|
} | null;
|
|
1168
|
-
url: string | null;
|
|
1169
1169
|
text: string | null;
|
|
1170
1170
|
urn: string | null;
|
|
1171
1171
|
stats: {
|
|
@@ -1197,6 +1197,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
+
url: string | null;
|
|
1200
1201
|
author: {
|
|
1201
1202
|
username: string | null;
|
|
1202
1203
|
headline: string | null;
|
|
@@ -1205,7 +1206,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1205
1206
|
firstName: string | null;
|
|
1206
1207
|
lastName: string | null;
|
|
1207
1208
|
} | null;
|
|
1208
|
-
url: string | null;
|
|
1209
1209
|
text: string | null;
|
|
1210
1210
|
document: {
|
|
1211
1211
|
title: string | null;
|
|
@@ -1249,6 +1249,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
+
url: string | null;
|
|
1252
1253
|
author: {
|
|
1253
1254
|
username: string | null;
|
|
1254
1255
|
headline: string | null;
|
|
@@ -1257,7 +1258,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1257
1258
|
firstName: string | null;
|
|
1258
1259
|
lastName: string | null;
|
|
1259
1260
|
} | null;
|
|
1260
|
-
url: string | null;
|
|
1261
1261
|
text: string | null;
|
|
1262
1262
|
urn: string | null;
|
|
1263
1263
|
stats: {
|
|
@@ -1302,6 +1302,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
error: string;
|
|
1304
1304
|
posts: {
|
|
1305
|
+
url: string | null;
|
|
1305
1306
|
author: {
|
|
1306
1307
|
username: string | null;
|
|
1307
1308
|
headline: string | null;
|
|
@@ -1310,7 +1311,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1310
1311
|
firstName: string | null;
|
|
1311
1312
|
lastName: string | null;
|
|
1312
1313
|
} | null;
|
|
1313
|
-
url: string | null;
|
|
1314
1314
|
text: string | null;
|
|
1315
1315
|
document: {
|
|
1316
1316
|
title: string | null;
|
|
@@ -1354,6 +1354,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
+
url: string | null;
|
|
1357
1358
|
author: {
|
|
1358
1359
|
username: string | null;
|
|
1359
1360
|
headline: string | null;
|
|
@@ -1362,7 +1363,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1362
1363
|
firstName: string | null;
|
|
1363
1364
|
lastName: string | null;
|
|
1364
1365
|
} | null;
|
|
1365
|
-
url: string | null;
|
|
1366
1366
|
text: string | null;
|
|
1367
1367
|
urn: string | null;
|
|
1368
1368
|
stats: {
|
|
@@ -1400,8 +1400,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1400
1400
|
jobs?: {
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
|
-
id: string | null;
|
|
1404
1403
|
url: string | null;
|
|
1404
|
+
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
@@ -1428,6 +1428,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1428
1428
|
success: boolean;
|
|
1429
1429
|
error: string;
|
|
1430
1430
|
posts: {
|
|
1431
|
+
url: string | null;
|
|
1431
1432
|
author: {
|
|
1432
1433
|
username: string | null;
|
|
1433
1434
|
headline: string | null;
|
|
@@ -1436,7 +1437,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1436
1437
|
firstName: string | null;
|
|
1437
1438
|
lastName: string | null;
|
|
1438
1439
|
} | null;
|
|
1439
|
-
url: string | null;
|
|
1440
1440
|
text: string | null;
|
|
1441
1441
|
document: {
|
|
1442
1442
|
title: string | null;
|
|
@@ -1480,6 +1480,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
+
url: string | null;
|
|
1483
1484
|
author: {
|
|
1484
1485
|
username: string | null;
|
|
1485
1486
|
headline: string | null;
|
|
@@ -1488,7 +1489,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1488
1489
|
firstName: string | null;
|
|
1489
1490
|
lastName: string | null;
|
|
1490
1491
|
} | null;
|
|
1491
|
-
url: string | null;
|
|
1492
1492
|
text: string | null;
|
|
1493
1493
|
urn: string | null;
|
|
1494
1494
|
stats: {
|
|
@@ -1526,8 +1526,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1526
1526
|
jobs?: {
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
|
-
id: string | null;
|
|
1530
1529
|
url: string | null;
|
|
1530
|
+
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
@@ -1659,8 +1659,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
|
-
id: string | null;
|
|
1663
1662
|
url: string | null;
|
|
1663
|
+
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
@@ -1681,8 +1681,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
1683
1683
|
title: string | null;
|
|
1684
|
-
id: string | null;
|
|
1685
1684
|
url: string | null;
|
|
1685
|
+
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
@@ -1949,6 +1949,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
+
url: string | null;
|
|
1952
1953
|
author: {
|
|
1953
1954
|
username: string | null;
|
|
1954
1955
|
headline: string | null;
|
|
@@ -1957,7 +1958,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1957
1958
|
firstName: string | null;
|
|
1958
1959
|
lastName: string | null;
|
|
1959
1960
|
} | null;
|
|
1960
|
-
url: string | null;
|
|
1961
1961
|
text: string | null;
|
|
1962
1962
|
urn: string | null;
|
|
1963
1963
|
stats: {
|
|
@@ -1988,6 +1988,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
+
url: string | null;
|
|
1991
1992
|
author: {
|
|
1992
1993
|
username: string | null;
|
|
1993
1994
|
headline: string | null;
|
|
@@ -1996,7 +1997,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1996
1997
|
firstName: string | null;
|
|
1997
1998
|
lastName: string | null;
|
|
1998
1999
|
} | null;
|
|
1999
|
-
url: string | null;
|
|
2000
2000
|
text: string | null;
|
|
2001
2001
|
urn: string | null;
|
|
2002
2002
|
stats: {
|
|
@@ -2028,6 +2028,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
url: string | null;
|
|
2031
2032
|
author: {
|
|
2032
2033
|
username: string | null;
|
|
2033
2034
|
headline: string | null;
|
|
@@ -2036,7 +2037,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2036
2037
|
firstName: string | null;
|
|
2037
2038
|
lastName: string | null;
|
|
2038
2039
|
} | null;
|
|
2039
|
-
url: string | null;
|
|
2040
2040
|
text: string | null;
|
|
2041
2041
|
document: {
|
|
2042
2042
|
title: string | null;
|
|
@@ -2080,6 +2080,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
+
url: string | null;
|
|
2083
2084
|
author: {
|
|
2084
2085
|
username: string | null;
|
|
2085
2086
|
headline: string | null;
|
|
@@ -2088,7 +2089,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2088
2089
|
firstName: string | null;
|
|
2089
2090
|
lastName: string | null;
|
|
2090
2091
|
} | null;
|
|
2091
|
-
url: string | null;
|
|
2092
2092
|
text: string | null;
|
|
2093
2093
|
urn: string | null;
|
|
2094
2094
|
stats: {
|
|
@@ -2120,6 +2120,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
+
url: string | null;
|
|
2123
2124
|
author: {
|
|
2124
2125
|
username: string | null;
|
|
2125
2126
|
headline: string | null;
|
|
@@ -2128,7 +2129,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2128
2129
|
firstName: string | null;
|
|
2129
2130
|
lastName: string | null;
|
|
2130
2131
|
} | null;
|
|
2131
|
-
url: string | null;
|
|
2132
2132
|
text: string | null;
|
|
2133
2133
|
document: {
|
|
2134
2134
|
title: string | null;
|
|
@@ -2172,6 +2172,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
+
url: string | null;
|
|
2175
2176
|
author: {
|
|
2176
2177
|
username: string | null;
|
|
2177
2178
|
headline: string | null;
|
|
@@ -2180,7 +2181,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2180
2181
|
firstName: string | null;
|
|
2181
2182
|
lastName: string | null;
|
|
2182
2183
|
} | null;
|
|
2183
|
-
url: string | null;
|
|
2184
2184
|
text: string | null;
|
|
2185
2185
|
urn: string | null;
|
|
2186
2186
|
stats: {
|
|
@@ -2225,6 +2225,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2225
2225
|
success: boolean;
|
|
2226
2226
|
error: string;
|
|
2227
2227
|
posts: {
|
|
2228
|
+
url: string | null;
|
|
2228
2229
|
author: {
|
|
2229
2230
|
username: string | null;
|
|
2230
2231
|
headline: string | null;
|
|
@@ -2233,7 +2234,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2233
2234
|
firstName: string | null;
|
|
2234
2235
|
lastName: string | null;
|
|
2235
2236
|
} | null;
|
|
2236
|
-
url: string | null;
|
|
2237
2237
|
text: string | null;
|
|
2238
2238
|
document: {
|
|
2239
2239
|
title: string | null;
|
|
@@ -2277,6 +2277,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2277
|
fullUrn: string | null;
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
|
+
url: string | null;
|
|
2280
2281
|
author: {
|
|
2281
2282
|
username: string | null;
|
|
2282
2283
|
headline: string | null;
|
|
@@ -2285,7 +2286,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2285
2286
|
firstName: string | null;
|
|
2286
2287
|
lastName: string | null;
|
|
2287
2288
|
} | null;
|
|
2288
|
-
url: string | null;
|
|
2289
2289
|
text: string | null;
|
|
2290
2290
|
urn: string | null;
|
|
2291
2291
|
stats: {
|
|
@@ -2323,8 +2323,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2323
2323
|
jobs?: {
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
|
-
id: string | null;
|
|
2327
2326
|
url: string | null;
|
|
2327
|
+
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
@@ -2351,6 +2351,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2351
2351
|
success: boolean;
|
|
2352
2352
|
error: string;
|
|
2353
2353
|
posts: {
|
|
2354
|
+
url: string | null;
|
|
2354
2355
|
author: {
|
|
2355
2356
|
username: string | null;
|
|
2356
2357
|
headline: string | null;
|
|
@@ -2359,7 +2360,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2359
2360
|
firstName: string | null;
|
|
2360
2361
|
lastName: string | null;
|
|
2361
2362
|
} | null;
|
|
2362
|
-
url: string | null;
|
|
2363
2363
|
text: string | null;
|
|
2364
2364
|
document: {
|
|
2365
2365
|
title: string | null;
|
|
@@ -2403,6 +2403,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2403
|
fullUrn: string | null;
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
|
+
url: string | null;
|
|
2406
2407
|
author: {
|
|
2407
2408
|
username: string | null;
|
|
2408
2409
|
headline: string | null;
|
|
@@ -2411,7 +2412,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2411
2412
|
firstName: string | null;
|
|
2412
2413
|
lastName: string | null;
|
|
2413
2414
|
} | null;
|
|
2414
|
-
url: string | null;
|
|
2415
2415
|
text: string | null;
|
|
2416
2416
|
urn: string | null;
|
|
2417
2417
|
stats: {
|
|
@@ -2449,8 +2449,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2449
2449
|
jobs?: {
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
|
-
id: string | null;
|
|
2453
2452
|
url: string | null;
|
|
2453
|
+
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|