@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
|
@@ -311,8 +311,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
311
311
|
}>>;
|
|
312
312
|
}, "strip", import("zod").ZodTypeAny, {
|
|
313
313
|
location?: string | undefined;
|
|
314
|
-
linkedin_url?: string | undefined;
|
|
315
314
|
headline?: string | undefined;
|
|
315
|
+
linkedin_url?: string | undefined;
|
|
316
316
|
linkedin_id?: string | undefined;
|
|
317
317
|
linkedin_handle?: string | undefined;
|
|
318
318
|
current_position?: {
|
|
@@ -333,8 +333,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
333
333
|
} | undefined;
|
|
334
334
|
}, {
|
|
335
335
|
location?: string | undefined;
|
|
336
|
-
linkedin_url?: string | undefined;
|
|
337
336
|
headline?: string | undefined;
|
|
337
|
+
linkedin_url?: string | undefined;
|
|
338
338
|
linkedin_id?: string | number | undefined;
|
|
339
339
|
linkedin_handle?: string | undefined;
|
|
340
340
|
current_position?: {
|
|
@@ -356,14 +356,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
356
356
|
}>>;
|
|
357
357
|
}, "strip", import("zod").ZodTypeAny, {
|
|
358
358
|
domain?: string | undefined;
|
|
359
|
-
emails?: {
|
|
360
|
-
status?: string | undefined;
|
|
361
|
-
email?: string | undefined;
|
|
362
|
-
}[] | undefined;
|
|
363
359
|
profile?: {
|
|
364
360
|
location?: string | undefined;
|
|
365
|
-
linkedin_url?: string | undefined;
|
|
366
361
|
headline?: string | undefined;
|
|
362
|
+
linkedin_url?: string | undefined;
|
|
367
363
|
linkedin_id?: string | undefined;
|
|
368
364
|
linkedin_handle?: string | undefined;
|
|
369
365
|
current_position?: {
|
|
@@ -383,6 +379,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
383
379
|
end_date?: string | undefined;
|
|
384
380
|
} | undefined;
|
|
385
381
|
} | undefined;
|
|
382
|
+
emails?: {
|
|
383
|
+
status?: string | undefined;
|
|
384
|
+
email?: string | undefined;
|
|
385
|
+
}[] | undefined;
|
|
386
386
|
phones?: {
|
|
387
387
|
phone?: string | undefined;
|
|
388
388
|
region?: string | undefined;
|
|
@@ -402,14 +402,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
}, {
|
|
404
404
|
domain?: string | undefined;
|
|
405
|
-
emails?: {
|
|
406
|
-
status?: string | undefined;
|
|
407
|
-
email?: string | undefined;
|
|
408
|
-
}[] | undefined;
|
|
409
405
|
profile?: {
|
|
410
406
|
location?: string | undefined;
|
|
411
|
-
linkedin_url?: string | undefined;
|
|
412
407
|
headline?: string | undefined;
|
|
408
|
+
linkedin_url?: string | undefined;
|
|
413
409
|
linkedin_id?: string | number | undefined;
|
|
414
410
|
linkedin_handle?: string | undefined;
|
|
415
411
|
current_position?: {
|
|
@@ -429,6 +425,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
429
425
|
end_date?: string | undefined;
|
|
430
426
|
} | undefined;
|
|
431
427
|
} | undefined;
|
|
428
|
+
emails?: {
|
|
429
|
+
status?: string | undefined;
|
|
430
|
+
email?: string | undefined;
|
|
431
|
+
}[] | undefined;
|
|
432
432
|
phones?: {
|
|
433
433
|
phone?: string | undefined;
|
|
434
434
|
region?: string | undefined;
|
|
@@ -451,14 +451,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
451
451
|
custom?: Record<string, string> | undefined;
|
|
452
452
|
contact?: {
|
|
453
453
|
domain?: string | undefined;
|
|
454
|
-
emails?: {
|
|
455
|
-
status?: string | undefined;
|
|
456
|
-
email?: string | undefined;
|
|
457
|
-
}[] | undefined;
|
|
458
454
|
profile?: {
|
|
459
455
|
location?: string | undefined;
|
|
460
|
-
linkedin_url?: string | undefined;
|
|
461
456
|
headline?: string | undefined;
|
|
457
|
+
linkedin_url?: string | undefined;
|
|
462
458
|
linkedin_id?: string | undefined;
|
|
463
459
|
linkedin_handle?: string | undefined;
|
|
464
460
|
current_position?: {
|
|
@@ -478,6 +474,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
478
474
|
end_date?: string | undefined;
|
|
479
475
|
} | undefined;
|
|
480
476
|
} | undefined;
|
|
477
|
+
emails?: {
|
|
478
|
+
status?: string | undefined;
|
|
479
|
+
email?: string | undefined;
|
|
480
|
+
}[] | undefined;
|
|
481
481
|
phones?: {
|
|
482
482
|
phone?: string | undefined;
|
|
483
483
|
region?: string | undefined;
|
|
@@ -500,14 +500,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
500
500
|
custom?: Record<string, string> | undefined;
|
|
501
501
|
contact?: {
|
|
502
502
|
domain?: string | undefined;
|
|
503
|
-
emails?: {
|
|
504
|
-
status?: string | undefined;
|
|
505
|
-
email?: string | undefined;
|
|
506
|
-
}[] | undefined;
|
|
507
503
|
profile?: {
|
|
508
504
|
location?: string | undefined;
|
|
509
|
-
linkedin_url?: string | undefined;
|
|
510
505
|
headline?: string | undefined;
|
|
506
|
+
linkedin_url?: string | undefined;
|
|
511
507
|
linkedin_id?: string | number | undefined;
|
|
512
508
|
linkedin_handle?: string | undefined;
|
|
513
509
|
current_position?: {
|
|
@@ -527,6 +523,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
527
523
|
end_date?: string | undefined;
|
|
528
524
|
} | undefined;
|
|
529
525
|
} | undefined;
|
|
526
|
+
emails?: {
|
|
527
|
+
status?: string | undefined;
|
|
528
|
+
email?: string | undefined;
|
|
529
|
+
}[] | undefined;
|
|
530
530
|
phones?: {
|
|
531
531
|
phone?: string | undefined;
|
|
532
532
|
region?: string | undefined;
|
|
@@ -561,18 +561,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
563
563
|
id?: string | undefined;
|
|
564
|
+
cost?: {
|
|
565
|
+
credits?: number | undefined;
|
|
566
|
+
} | undefined;
|
|
564
567
|
results?: {
|
|
565
568
|
custom?: Record<string, string> | undefined;
|
|
566
569
|
contact?: {
|
|
567
570
|
domain?: string | undefined;
|
|
568
|
-
emails?: {
|
|
569
|
-
status?: string | undefined;
|
|
570
|
-
email?: string | undefined;
|
|
571
|
-
}[] | undefined;
|
|
572
571
|
profile?: {
|
|
573
572
|
location?: string | undefined;
|
|
574
|
-
linkedin_url?: string | undefined;
|
|
575
573
|
headline?: string | undefined;
|
|
574
|
+
linkedin_url?: string | undefined;
|
|
576
575
|
linkedin_id?: string | undefined;
|
|
577
576
|
linkedin_handle?: string | undefined;
|
|
578
577
|
current_position?: {
|
|
@@ -592,6 +591,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
592
591
|
end_date?: string | undefined;
|
|
593
592
|
} | undefined;
|
|
594
593
|
} | undefined;
|
|
594
|
+
emails?: {
|
|
595
|
+
status?: string | undefined;
|
|
596
|
+
email?: string | undefined;
|
|
597
|
+
}[] | undefined;
|
|
595
598
|
phones?: {
|
|
596
599
|
phone?: string | undefined;
|
|
597
600
|
region?: string | undefined;
|
|
@@ -611,9 +614,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
611
614
|
}[] | undefined;
|
|
612
615
|
} | undefined;
|
|
613
616
|
}[] | undefined;
|
|
614
|
-
cost?: {
|
|
615
|
-
credits?: number | undefined;
|
|
616
|
-
} | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
operation: "get_enrichment_result";
|
|
619
619
|
success: boolean;
|
|
@@ -621,18 +621,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
623
623
|
id?: string | undefined;
|
|
624
|
+
cost?: {
|
|
625
|
+
credits?: number | undefined;
|
|
626
|
+
} | undefined;
|
|
624
627
|
results?: {
|
|
625
628
|
custom?: Record<string, string> | undefined;
|
|
626
629
|
contact?: {
|
|
627
630
|
domain?: string | undefined;
|
|
628
|
-
emails?: {
|
|
629
|
-
status?: string | undefined;
|
|
630
|
-
email?: string | undefined;
|
|
631
|
-
}[] | undefined;
|
|
632
631
|
profile?: {
|
|
633
632
|
location?: string | undefined;
|
|
634
|
-
linkedin_url?: string | undefined;
|
|
635
633
|
headline?: string | undefined;
|
|
634
|
+
linkedin_url?: string | undefined;
|
|
636
635
|
linkedin_id?: string | number | undefined;
|
|
637
636
|
linkedin_handle?: string | undefined;
|
|
638
637
|
current_position?: {
|
|
@@ -652,6 +651,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
652
651
|
end_date?: string | undefined;
|
|
653
652
|
} | undefined;
|
|
654
653
|
} | undefined;
|
|
654
|
+
emails?: {
|
|
655
|
+
status?: string | undefined;
|
|
656
|
+
email?: string | undefined;
|
|
657
|
+
}[] | undefined;
|
|
655
658
|
phones?: {
|
|
656
659
|
phone?: string | undefined;
|
|
657
660
|
region?: string | undefined;
|
|
@@ -671,9 +674,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
671
674
|
}[] | undefined;
|
|
672
675
|
} | undefined;
|
|
673
676
|
}[] | undefined;
|
|
674
|
-
cost?: {
|
|
675
|
-
credits?: number | undefined;
|
|
676
|
-
} | undefined;
|
|
677
677
|
}>, import("zod").ZodObject<{
|
|
678
678
|
operation: import("zod").ZodLiteral<"start_reverse_email_lookup">;
|
|
679
679
|
success: import("zod").ZodBoolean;
|
|
@@ -824,8 +824,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
824
824
|
}>>;
|
|
825
825
|
}, "strip", import("zod").ZodTypeAny, {
|
|
826
826
|
location?: string | undefined;
|
|
827
|
-
linkedin_url?: string | undefined;
|
|
828
827
|
headline?: string | undefined;
|
|
828
|
+
linkedin_url?: string | undefined;
|
|
829
829
|
linkedin_id?: string | undefined;
|
|
830
830
|
linkedin_handle?: string | undefined;
|
|
831
831
|
current_position?: {
|
|
@@ -846,8 +846,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
846
846
|
} | undefined;
|
|
847
847
|
}, {
|
|
848
848
|
location?: string | undefined;
|
|
849
|
-
linkedin_url?: string | undefined;
|
|
850
849
|
headline?: string | undefined;
|
|
850
|
+
linkedin_url?: string | undefined;
|
|
851
851
|
linkedin_id?: string | number | undefined;
|
|
852
852
|
linkedin_handle?: string | undefined;
|
|
853
853
|
current_position?: {
|
|
@@ -869,14 +869,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
869
869
|
}>>;
|
|
870
870
|
}, "strip", import("zod").ZodTypeAny, {
|
|
871
871
|
domain?: string | undefined;
|
|
872
|
-
emails?: {
|
|
873
|
-
status?: string | undefined;
|
|
874
|
-
email?: string | undefined;
|
|
875
|
-
}[] | undefined;
|
|
876
872
|
profile?: {
|
|
877
873
|
location?: string | undefined;
|
|
878
|
-
linkedin_url?: string | undefined;
|
|
879
874
|
headline?: string | undefined;
|
|
875
|
+
linkedin_url?: string | undefined;
|
|
880
876
|
linkedin_id?: string | undefined;
|
|
881
877
|
linkedin_handle?: string | undefined;
|
|
882
878
|
current_position?: {
|
|
@@ -896,6 +892,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
896
892
|
end_date?: string | undefined;
|
|
897
893
|
} | undefined;
|
|
898
894
|
} | undefined;
|
|
895
|
+
emails?: {
|
|
896
|
+
status?: string | undefined;
|
|
897
|
+
email?: string | undefined;
|
|
898
|
+
}[] | undefined;
|
|
899
899
|
phones?: {
|
|
900
900
|
phone?: string | undefined;
|
|
901
901
|
region?: string | undefined;
|
|
@@ -915,14 +915,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
915
915
|
}[] | undefined;
|
|
916
916
|
}, {
|
|
917
917
|
domain?: string | undefined;
|
|
918
|
-
emails?: {
|
|
919
|
-
status?: string | undefined;
|
|
920
|
-
email?: string | undefined;
|
|
921
|
-
}[] | undefined;
|
|
922
918
|
profile?: {
|
|
923
919
|
location?: string | undefined;
|
|
924
|
-
linkedin_url?: string | undefined;
|
|
925
920
|
headline?: string | undefined;
|
|
921
|
+
linkedin_url?: string | undefined;
|
|
926
922
|
linkedin_id?: string | number | undefined;
|
|
927
923
|
linkedin_handle?: string | undefined;
|
|
928
924
|
current_position?: {
|
|
@@ -942,6 +938,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
942
938
|
end_date?: string | undefined;
|
|
943
939
|
} | undefined;
|
|
944
940
|
} | undefined;
|
|
941
|
+
emails?: {
|
|
942
|
+
status?: string | undefined;
|
|
943
|
+
email?: string | undefined;
|
|
944
|
+
}[] | undefined;
|
|
945
945
|
phones?: {
|
|
946
946
|
phone?: string | undefined;
|
|
947
947
|
region?: string | undefined;
|
|
@@ -964,14 +964,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
964
964
|
input?: string | undefined;
|
|
965
965
|
contact?: {
|
|
966
966
|
domain?: string | undefined;
|
|
967
|
-
emails?: {
|
|
968
|
-
status?: string | undefined;
|
|
969
|
-
email?: string | undefined;
|
|
970
|
-
}[] | undefined;
|
|
971
967
|
profile?: {
|
|
972
968
|
location?: string | undefined;
|
|
973
|
-
linkedin_url?: string | undefined;
|
|
974
969
|
headline?: string | undefined;
|
|
970
|
+
linkedin_url?: string | undefined;
|
|
975
971
|
linkedin_id?: string | undefined;
|
|
976
972
|
linkedin_handle?: string | undefined;
|
|
977
973
|
current_position?: {
|
|
@@ -991,6 +987,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
991
987
|
end_date?: string | undefined;
|
|
992
988
|
} | undefined;
|
|
993
989
|
} | undefined;
|
|
990
|
+
emails?: {
|
|
991
|
+
status?: string | undefined;
|
|
992
|
+
email?: string | undefined;
|
|
993
|
+
}[] | undefined;
|
|
994
994
|
phones?: {
|
|
995
995
|
phone?: string | undefined;
|
|
996
996
|
region?: string | undefined;
|
|
@@ -1013,14 +1013,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1013
1013
|
input?: string | undefined;
|
|
1014
1014
|
contact?: {
|
|
1015
1015
|
domain?: string | undefined;
|
|
1016
|
-
emails?: {
|
|
1017
|
-
status?: string | undefined;
|
|
1018
|
-
email?: string | undefined;
|
|
1019
|
-
}[] | undefined;
|
|
1020
1016
|
profile?: {
|
|
1021
1017
|
location?: string | undefined;
|
|
1022
|
-
linkedin_url?: string | undefined;
|
|
1023
1018
|
headline?: string | undefined;
|
|
1019
|
+
linkedin_url?: string | undefined;
|
|
1024
1020
|
linkedin_id?: string | number | undefined;
|
|
1025
1021
|
linkedin_handle?: string | undefined;
|
|
1026
1022
|
current_position?: {
|
|
@@ -1040,6 +1036,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1040
1036
|
end_date?: string | undefined;
|
|
1041
1037
|
} | undefined;
|
|
1042
1038
|
} | undefined;
|
|
1039
|
+
emails?: {
|
|
1040
|
+
status?: string | undefined;
|
|
1041
|
+
email?: string | undefined;
|
|
1042
|
+
}[] | undefined;
|
|
1043
1043
|
phones?: {
|
|
1044
1044
|
phone?: string | undefined;
|
|
1045
1045
|
region?: string | undefined;
|
|
@@ -1074,18 +1074,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1075
|
name?: string | undefined;
|
|
1076
1076
|
id?: string | undefined;
|
|
1077
|
+
cost?: {
|
|
1078
|
+
credits?: number | undefined;
|
|
1079
|
+
} | undefined;
|
|
1077
1080
|
results?: {
|
|
1078
1081
|
input?: string | undefined;
|
|
1079
1082
|
contact?: {
|
|
1080
1083
|
domain?: string | undefined;
|
|
1081
|
-
emails?: {
|
|
1082
|
-
status?: string | undefined;
|
|
1083
|
-
email?: string | undefined;
|
|
1084
|
-
}[] | undefined;
|
|
1085
1084
|
profile?: {
|
|
1086
1085
|
location?: string | undefined;
|
|
1087
|
-
linkedin_url?: string | undefined;
|
|
1088
1086
|
headline?: string | undefined;
|
|
1087
|
+
linkedin_url?: string | undefined;
|
|
1089
1088
|
linkedin_id?: string | undefined;
|
|
1090
1089
|
linkedin_handle?: string | undefined;
|
|
1091
1090
|
current_position?: {
|
|
@@ -1105,6 +1104,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1105
1104
|
end_date?: string | undefined;
|
|
1106
1105
|
} | undefined;
|
|
1107
1106
|
} | undefined;
|
|
1107
|
+
emails?: {
|
|
1108
|
+
status?: string | undefined;
|
|
1109
|
+
email?: string | undefined;
|
|
1110
|
+
}[] | undefined;
|
|
1108
1111
|
phones?: {
|
|
1109
1112
|
phone?: string | undefined;
|
|
1110
1113
|
region?: string | undefined;
|
|
@@ -1124,9 +1127,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1124
1127
|
}[] | undefined;
|
|
1125
1128
|
} | undefined;
|
|
1126
1129
|
}[] | undefined;
|
|
1127
|
-
cost?: {
|
|
1128
|
-
credits?: number | undefined;
|
|
1129
|
-
} | undefined;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
operation: "get_reverse_email_result";
|
|
1132
1132
|
success: boolean;
|
|
@@ -1134,18 +1134,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1135
|
name?: string | undefined;
|
|
1136
1136
|
id?: string | undefined;
|
|
1137
|
+
cost?: {
|
|
1138
|
+
credits?: number | undefined;
|
|
1139
|
+
} | undefined;
|
|
1137
1140
|
results?: {
|
|
1138
1141
|
input?: string | undefined;
|
|
1139
1142
|
contact?: {
|
|
1140
1143
|
domain?: string | undefined;
|
|
1141
|
-
emails?: {
|
|
1142
|
-
status?: string | undefined;
|
|
1143
|
-
email?: string | undefined;
|
|
1144
|
-
}[] | undefined;
|
|
1145
1144
|
profile?: {
|
|
1146
1145
|
location?: string | undefined;
|
|
1147
|
-
linkedin_url?: string | undefined;
|
|
1148
1146
|
headline?: string | undefined;
|
|
1147
|
+
linkedin_url?: string | undefined;
|
|
1149
1148
|
linkedin_id?: string | number | undefined;
|
|
1150
1149
|
linkedin_handle?: string | undefined;
|
|
1151
1150
|
current_position?: {
|
|
@@ -1165,6 +1164,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1165
1164
|
end_date?: string | undefined;
|
|
1166
1165
|
} | undefined;
|
|
1167
1166
|
} | undefined;
|
|
1167
|
+
emails?: {
|
|
1168
|
+
status?: string | undefined;
|
|
1169
|
+
email?: string | undefined;
|
|
1170
|
+
}[] | undefined;
|
|
1168
1171
|
phones?: {
|
|
1169
1172
|
phone?: string | undefined;
|
|
1170
1173
|
region?: string | undefined;
|
|
@@ -1184,9 +1187,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1184
1187
|
}[] | undefined;
|
|
1185
1188
|
} | undefined;
|
|
1186
1189
|
}[] | undefined;
|
|
1187
|
-
cost?: {
|
|
1188
|
-
credits?: number | undefined;
|
|
1189
|
-
} | undefined;
|
|
1190
1190
|
}>, import("zod").ZodObject<{
|
|
1191
1191
|
operation: import("zod").ZodLiteral<"get_credit_balance">;
|
|
1192
1192
|
success: import("zod").ZodBoolean;
|
|
@@ -247,6 +247,21 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
247
247
|
new_name: string;
|
|
248
248
|
parent_folder_id?: string | undefined;
|
|
249
249
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
|
+
}>, z.ZodObject<{
|
|
251
|
+
operation: z.ZodLiteral<"create_tab">;
|
|
252
|
+
document_id: z.ZodString;
|
|
253
|
+
title: z.ZodString;
|
|
254
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
255
|
+
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
operation: "create_tab";
|
|
257
|
+
title: string;
|
|
258
|
+
document_id: string;
|
|
259
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
260
|
+
}, {
|
|
261
|
+
operation: "create_tab";
|
|
262
|
+
title: string;
|
|
263
|
+
document_id: string;
|
|
264
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
265
|
}>]>;
|
|
251
266
|
declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
252
267
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -902,6 +917,21 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
902
917
|
error: string;
|
|
903
918
|
new_document_id?: string | undefined;
|
|
904
919
|
new_document_url?: string | undefined;
|
|
920
|
+
}>, z.ZodObject<{
|
|
921
|
+
operation: z.ZodLiteral<"create_tab">;
|
|
922
|
+
success: z.ZodBoolean;
|
|
923
|
+
tab_id: z.ZodOptional<z.ZodString>;
|
|
924
|
+
error: z.ZodString;
|
|
925
|
+
}, "strip", z.ZodTypeAny, {
|
|
926
|
+
operation: "create_tab";
|
|
927
|
+
success: boolean;
|
|
928
|
+
error: string;
|
|
929
|
+
tab_id?: string | undefined;
|
|
930
|
+
}, {
|
|
931
|
+
operation: "create_tab";
|
|
932
|
+
success: boolean;
|
|
933
|
+
error: string;
|
|
934
|
+
tab_id?: string | undefined;
|
|
905
935
|
}>]>;
|
|
906
936
|
type GoogleDriveResult = z.output<typeof GoogleDriveResultSchema>;
|
|
907
937
|
type GoogleDriveParams = z.input<typeof GoogleDriveParamsSchema>;
|
|
@@ -1161,6 +1191,21 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1161
1191
|
new_name: string;
|
|
1162
1192
|
parent_folder_id?: string | undefined;
|
|
1163
1193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1194
|
+
}>, z.ZodObject<{
|
|
1195
|
+
operation: z.ZodLiteral<"create_tab">;
|
|
1196
|
+
document_id: z.ZodString;
|
|
1197
|
+
title: z.ZodString;
|
|
1198
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1199
|
+
}, "strip", z.ZodTypeAny, {
|
|
1200
|
+
operation: "create_tab";
|
|
1201
|
+
title: string;
|
|
1202
|
+
document_id: string;
|
|
1203
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1204
|
+
}, {
|
|
1205
|
+
operation: "create_tab";
|
|
1206
|
+
title: string;
|
|
1207
|
+
document_id: string;
|
|
1208
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1164
1209
|
}>]>;
|
|
1165
1210
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
1166
1211
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -1816,6 +1861,21 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1816
1861
|
error: string;
|
|
1817
1862
|
new_document_id?: string | undefined;
|
|
1818
1863
|
new_document_url?: string | undefined;
|
|
1864
|
+
}>, z.ZodObject<{
|
|
1865
|
+
operation: z.ZodLiteral<"create_tab">;
|
|
1866
|
+
success: z.ZodBoolean;
|
|
1867
|
+
tab_id: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
error: z.ZodString;
|
|
1869
|
+
}, "strip", z.ZodTypeAny, {
|
|
1870
|
+
operation: "create_tab";
|
|
1871
|
+
success: boolean;
|
|
1872
|
+
error: string;
|
|
1873
|
+
tab_id?: string | undefined;
|
|
1874
|
+
}, {
|
|
1875
|
+
operation: "create_tab";
|
|
1876
|
+
success: boolean;
|
|
1877
|
+
error: string;
|
|
1878
|
+
tab_id?: string | undefined;
|
|
1819
1879
|
}>]>;
|
|
1820
1880
|
static readonly shortDescription = "Google Drive integration for file management";
|
|
1821
1881
|
static readonly longDescription = "\n Google Drive service integration for comprehensive file and folder management.\n Use cases:\n - Upload files and documents to Google Drive\n - Download files with format conversion support\n - List and search files with advanced filtering\n - Create and organize folders\n - Share files and manage permissions\n - Get detailed file metadata and information\n \n Security Features:\n - OAuth 2.0 authentication with Google\n - Scoped access permissions\n - Secure file handling and validation\n - User-controlled sharing and permissions\n ";
|
|
@@ -1843,6 +1903,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1843
1903
|
private addTabIdToRequest;
|
|
1844
1904
|
private replaceText;
|
|
1845
1905
|
private copyDoc;
|
|
1906
|
+
private createTab;
|
|
1846
1907
|
/**
|
|
1847
1908
|
* Extracts plain text content from a Google Docs document body
|
|
1848
1909
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google-drive.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/google-drive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AA2U3D,QAAA,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"google-drive.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/google-drive.ts"],"names":[],"mappings":"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"}
|
|
@@ -576,6 +576,24 @@ const GoogleDriveParamsSchema = z.discriminatedUnion('operation', [
|
|
|
576
576
|
.optional()
|
|
577
577
|
.describe('Object mapping credential types to values (injected at runtime)'),
|
|
578
578
|
}),
|
|
579
|
+
// Create tab operation
|
|
580
|
+
z.object({
|
|
581
|
+
operation: z
|
|
582
|
+
.literal('create_tab')
|
|
583
|
+
.describe('Create a new tab in a Google Doc'),
|
|
584
|
+
document_id: z
|
|
585
|
+
.string()
|
|
586
|
+
.min(1, 'Document ID is required')
|
|
587
|
+
.describe('The ID of the Google Doc to add a tab to'),
|
|
588
|
+
title: z
|
|
589
|
+
.string()
|
|
590
|
+
.min(1, 'Tab title is required')
|
|
591
|
+
.describe('Title for the new tab'),
|
|
592
|
+
credentials: z
|
|
593
|
+
.record(z.nativeEnum(CredentialType), z.string())
|
|
594
|
+
.optional()
|
|
595
|
+
.describe('Object mapping credential types to values (injected at runtime)'),
|
|
596
|
+
}),
|
|
579
597
|
]);
|
|
580
598
|
// Define result schemas for different operations
|
|
581
599
|
const GoogleDriveResultSchema = z.discriminatedUnion('operation', [
|
|
@@ -755,6 +773,14 @@ const GoogleDriveResultSchema = z.discriminatedUnion('operation', [
|
|
|
755
773
|
.describe('URL to view the new document'),
|
|
756
774
|
error: z.string().describe('Error message if operation failed'),
|
|
757
775
|
}),
|
|
776
|
+
z.object({
|
|
777
|
+
operation: z
|
|
778
|
+
.literal('create_tab')
|
|
779
|
+
.describe('Create a new tab in a Google Doc'),
|
|
780
|
+
success: z.boolean().describe('Whether the tab was created successfully'),
|
|
781
|
+
tab_id: z.string().optional().describe('ID of the newly created tab'),
|
|
782
|
+
error: z.string().describe('Error message if operation failed'),
|
|
783
|
+
}),
|
|
758
784
|
]);
|
|
759
785
|
export class GoogleDriveBubble extends ServiceBubble {
|
|
760
786
|
static type = 'service';
|
|
@@ -890,6 +916,8 @@ export class GoogleDriveBubble extends ServiceBubble {
|
|
|
890
916
|
return await this.replaceText(this.params);
|
|
891
917
|
case 'copy_doc':
|
|
892
918
|
return await this.copyDoc(this.params);
|
|
919
|
+
case 'create_tab':
|
|
920
|
+
return await this.createTab(this.params);
|
|
893
921
|
default:
|
|
894
922
|
throw new Error(`Unsupported operation: ${operation}`);
|
|
895
923
|
}
|
|
@@ -1491,6 +1519,35 @@ export class GoogleDriveBubble extends ServiceBubble {
|
|
|
1491
1519
|
error: '',
|
|
1492
1520
|
};
|
|
1493
1521
|
}
|
|
1522
|
+
async createTab(params) {
|
|
1523
|
+
const { document_id, title } = params;
|
|
1524
|
+
const url = `https://docs.googleapis.com/v1/documents/${document_id}:batchUpdate`;
|
|
1525
|
+
// Create a new tab using the addTab request
|
|
1526
|
+
const requests = [
|
|
1527
|
+
{
|
|
1528
|
+
addTab: {
|
|
1529
|
+
tab: {
|
|
1530
|
+
tabProperties: {
|
|
1531
|
+
title,
|
|
1532
|
+
},
|
|
1533
|
+
},
|
|
1534
|
+
},
|
|
1535
|
+
},
|
|
1536
|
+
];
|
|
1537
|
+
// Make the batchUpdate request
|
|
1538
|
+
const response = await this.makeGoogleApiRequest(url, 'POST', {
|
|
1539
|
+
requests,
|
|
1540
|
+
});
|
|
1541
|
+
// Extract the new tab ID from the response
|
|
1542
|
+
const replies = response.replies;
|
|
1543
|
+
const newTabId = replies?.[0]?.addTab?.tab?.tabProperties?.tabId;
|
|
1544
|
+
return {
|
|
1545
|
+
operation: 'create_tab',
|
|
1546
|
+
success: true,
|
|
1547
|
+
tab_id: newTabId,
|
|
1548
|
+
error: '',
|
|
1549
|
+
};
|
|
1550
|
+
}
|
|
1494
1551
|
/**
|
|
1495
1552
|
* Extracts plain text content from a Google Docs document body
|
|
1496
1553
|
*/
|