@bubblelab/bubble-core 0.1.40 → 0.1.41

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.
Files changed (86) hide show
  1. package/dist/bubble-bundle.d.ts +146 -125
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
  20. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  21. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
  35. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  49. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  50. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  51. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
  54. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  56. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  57. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
  58. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  59. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
  60. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
  66. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  68. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
  81. package/dist/bubbles.json +125 -40
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/dist/index.js.map +1 -1
  86. package/package.json +2 -2
@@ -70,8 +70,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
70
70
  }>, "many">;
71
71
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
72
72
  }, "strip", import("zod").ZodTypeAny, {
73
- name: string;
74
73
  operation: "start_bulk_enrichment";
74
+ name: string;
75
75
  contacts: {
76
76
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
77
77
  custom?: Record<string, string> | undefined;
@@ -84,8 +84,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  webhook_url?: string | undefined;
86
86
  }, {
87
- name: string;
88
87
  operation: "start_bulk_enrichment";
88
+ name: string;
89
89
  contacts: {
90
90
  custom?: Record<string, string> | undefined;
91
91
  domain?: string | undefined;
@@ -119,14 +119,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
119
119
  emails: import("zod").ZodArray<import("zod").ZodString, "many">;
120
120
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
121
121
  }, "strip", import("zod").ZodTypeAny, {
122
- name: string;
123
122
  operation: "start_reverse_email_lookup";
123
+ name: string;
124
124
  emails: string[];
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  webhook_url?: string | undefined;
127
127
  }, {
128
- name: string;
129
128
  operation: "start_reverse_email_lookup";
129
+ name: string;
130
130
  emails: string[];
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  webhook_url?: string | undefined;
@@ -167,14 +167,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
167
167
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
168
168
  error: import("zod").ZodString;
169
169
  }, "strip", import("zod").ZodTypeAny, {
170
- error: string;
171
- success: boolean;
172
170
  operation: "start_bulk_enrichment";
171
+ success: boolean;
172
+ error: string;
173
173
  enrichment_id?: string | undefined;
174
174
  }, {
175
- error: string;
176
- success: boolean;
177
175
  operation: "start_bulk_enrichment";
176
+ success: boolean;
177
+ error: string;
178
178
  enrichment_id?: string | undefined;
179
179
  }>, import("zod").ZodObject<{
180
180
  operation: import("zod").ZodLiteral<"get_enrichment_result">;
@@ -310,8 +310,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
310
310
  end_date?: string | undefined;
311
311
  }>>;
312
312
  }, "strip", import("zod").ZodTypeAny, {
313
- location?: string | undefined;
314
313
  headline?: string | undefined;
314
+ location?: string | undefined;
315
315
  linkedin_url?: string | undefined;
316
316
  linkedin_id?: string | undefined;
317
317
  linkedin_handle?: string | undefined;
@@ -332,8 +332,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
332
332
  end_date?: string | undefined;
333
333
  } | undefined;
334
334
  }, {
335
- location?: string | undefined;
336
335
  headline?: string | undefined;
336
+ location?: string | undefined;
337
337
  linkedin_url?: string | undefined;
338
338
  linkedin_id?: string | number | undefined;
339
339
  linkedin_handle?: string | undefined;
@@ -356,8 +356,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
356
356
  }>>;
357
357
  }, "strip", import("zod").ZodTypeAny, {
358
358
  profile?: {
359
- location?: string | undefined;
360
359
  headline?: string | undefined;
360
+ location?: string | undefined;
361
361
  linkedin_url?: string | undefined;
362
362
  linkedin_id?: string | undefined;
363
363
  linkedin_handle?: string | undefined;
@@ -402,8 +402,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
402
402
  }[] | undefined;
403
403
  }, {
404
404
  profile?: {
405
- location?: string | undefined;
406
405
  headline?: string | undefined;
406
+ location?: string | undefined;
407
407
  linkedin_url?: string | undefined;
408
408
  linkedin_id?: string | number | undefined;
409
409
  linkedin_handle?: string | undefined;
@@ -451,8 +451,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
451
451
  custom?: Record<string, string> | undefined;
452
452
  contact?: {
453
453
  profile?: {
454
- location?: string | undefined;
455
454
  headline?: string | undefined;
455
+ location?: string | undefined;
456
456
  linkedin_url?: string | undefined;
457
457
  linkedin_id?: string | undefined;
458
458
  linkedin_handle?: string | undefined;
@@ -500,8 +500,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
500
500
  custom?: Record<string, string> | undefined;
501
501
  contact?: {
502
502
  profile?: {
503
- location?: string | undefined;
504
503
  headline?: string | undefined;
504
+ location?: string | undefined;
505
505
  linkedin_url?: string | undefined;
506
506
  linkedin_id?: string | number | undefined;
507
507
  linkedin_handle?: string | undefined;
@@ -555,9 +555,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
555
555
  }>>;
556
556
  error: import("zod").ZodString;
557
557
  }, "strip", import("zod").ZodTypeAny, {
558
- error: string;
559
- success: boolean;
560
558
  operation: "get_enrichment_result";
559
+ success: boolean;
560
+ error: string;
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
563
563
  id?: string | undefined;
@@ -565,8 +565,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
565
565
  custom?: Record<string, string> | undefined;
566
566
  contact?: {
567
567
  profile?: {
568
- location?: string | undefined;
569
568
  headline?: string | undefined;
569
+ location?: string | undefined;
570
570
  linkedin_url?: string | undefined;
571
571
  linkedin_id?: string | undefined;
572
572
  linkedin_handle?: string | undefined;
@@ -615,9 +615,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
615
615
  credits?: number | undefined;
616
616
  } | undefined;
617
617
  }, {
618
- error: string;
619
- success: boolean;
620
618
  operation: "get_enrichment_result";
619
+ success: boolean;
620
+ error: string;
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
623
623
  id?: string | undefined;
@@ -625,8 +625,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
625
625
  custom?: Record<string, string> | undefined;
626
626
  contact?: {
627
627
  profile?: {
628
- location?: string | undefined;
629
628
  headline?: string | undefined;
629
+ location?: string | undefined;
630
630
  linkedin_url?: string | undefined;
631
631
  linkedin_id?: string | number | undefined;
632
632
  linkedin_handle?: string | undefined;
@@ -680,14 +680,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
680
680
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
681
681
  error: import("zod").ZodString;
682
682
  }, "strip", import("zod").ZodTypeAny, {
683
- error: string;
684
- success: boolean;
685
683
  operation: "start_reverse_email_lookup";
684
+ success: boolean;
685
+ error: string;
686
686
  enrichment_id?: string | undefined;
687
687
  }, {
688
- error: string;
689
- success: boolean;
690
688
  operation: "start_reverse_email_lookup";
689
+ success: boolean;
690
+ error: string;
691
691
  enrichment_id?: string | undefined;
692
692
  }>, import("zod").ZodObject<{
693
693
  operation: import("zod").ZodLiteral<"get_reverse_email_result">;
@@ -823,8 +823,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
823
823
  end_date?: string | undefined;
824
824
  }>>;
825
825
  }, "strip", import("zod").ZodTypeAny, {
826
- location?: string | undefined;
827
826
  headline?: string | undefined;
827
+ location?: string | undefined;
828
828
  linkedin_url?: string | undefined;
829
829
  linkedin_id?: string | undefined;
830
830
  linkedin_handle?: string | undefined;
@@ -845,8 +845,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
845
845
  end_date?: string | undefined;
846
846
  } | undefined;
847
847
  }, {
848
- location?: string | undefined;
849
848
  headline?: string | undefined;
849
+ location?: string | undefined;
850
850
  linkedin_url?: string | undefined;
851
851
  linkedin_id?: string | number | undefined;
852
852
  linkedin_handle?: string | undefined;
@@ -869,8 +869,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
869
869
  }>>;
870
870
  }, "strip", import("zod").ZodTypeAny, {
871
871
  profile?: {
872
- location?: string | undefined;
873
872
  headline?: string | undefined;
873
+ location?: string | undefined;
874
874
  linkedin_url?: string | undefined;
875
875
  linkedin_id?: string | undefined;
876
876
  linkedin_handle?: string | undefined;
@@ -915,8 +915,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
915
915
  }[] | undefined;
916
916
  }, {
917
917
  profile?: {
918
- location?: string | undefined;
919
918
  headline?: string | undefined;
919
+ location?: string | undefined;
920
920
  linkedin_url?: string | undefined;
921
921
  linkedin_id?: string | number | undefined;
922
922
  linkedin_handle?: string | undefined;
@@ -964,8 +964,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
964
964
  input?: string | undefined;
965
965
  contact?: {
966
966
  profile?: {
967
- location?: string | undefined;
968
967
  headline?: string | undefined;
968
+ location?: string | undefined;
969
969
  linkedin_url?: string | undefined;
970
970
  linkedin_id?: string | undefined;
971
971
  linkedin_handle?: string | undefined;
@@ -1013,8 +1013,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1013
1013
  input?: string | undefined;
1014
1014
  contact?: {
1015
1015
  profile?: {
1016
- location?: string | undefined;
1017
1016
  headline?: string | undefined;
1017
+ location?: string | undefined;
1018
1018
  linkedin_url?: string | undefined;
1019
1019
  linkedin_id?: string | number | undefined;
1020
1020
  linkedin_handle?: string | undefined;
@@ -1068,9 +1068,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1068
1068
  }>>;
1069
1069
  error: import("zod").ZodString;
1070
1070
  }, "strip", import("zod").ZodTypeAny, {
1071
- error: string;
1072
- success: boolean;
1073
1071
  operation: "get_reverse_email_result";
1072
+ success: boolean;
1073
+ error: string;
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
1076
1076
  id?: string | undefined;
@@ -1078,8 +1078,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1078
1078
  input?: string | undefined;
1079
1079
  contact?: {
1080
1080
  profile?: {
1081
- location?: string | undefined;
1082
1081
  headline?: string | undefined;
1082
+ location?: string | undefined;
1083
1083
  linkedin_url?: string | undefined;
1084
1084
  linkedin_id?: string | undefined;
1085
1085
  linkedin_handle?: string | undefined;
@@ -1128,9 +1128,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1128
1128
  credits?: number | undefined;
1129
1129
  } | undefined;
1130
1130
  }, {
1131
- error: string;
1132
- success: boolean;
1133
1131
  operation: "get_reverse_email_result";
1132
+ success: boolean;
1133
+ error: string;
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
1136
1136
  id?: string | undefined;
@@ -1138,8 +1138,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1138
1138
  input?: string | undefined;
1139
1139
  contact?: {
1140
1140
  profile?: {
1141
- location?: string | undefined;
1142
1141
  headline?: string | undefined;
1142
+ location?: string | undefined;
1143
1143
  linkedin_url?: string | undefined;
1144
1144
  linkedin_id?: string | number | undefined;
1145
1145
  linkedin_handle?: string | undefined;
@@ -1193,14 +1193,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1193
1193
  balance: import("zod").ZodOptional<import("zod").ZodNumber>;
1194
1194
  error: import("zod").ZodString;
1195
1195
  }, "strip", import("zod").ZodTypeAny, {
1196
- error: string;
1197
- success: boolean;
1198
1196
  operation: "get_credit_balance";
1197
+ success: boolean;
1198
+ error: string;
1199
1199
  balance?: number | undefined;
1200
1200
  }, {
1201
- error: string;
1202
- success: boolean;
1203
1201
  operation: "get_credit_balance";
1202
+ success: boolean;
1203
+ error: string;
1204
1204
  balance?: number | undefined;
1205
1205
  }>, import("zod").ZodObject<{
1206
1206
  operation: import("zod").ZodLiteral<"check_api_key">;
@@ -1208,14 +1208,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1208
1208
  workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
1209
1209
  error: import("zod").ZodString;
1210
1210
  }, "strip", import("zod").ZodTypeAny, {
1211
- error: string;
1212
- success: boolean;
1213
1211
  operation: "check_api_key";
1212
+ success: boolean;
1213
+ error: string;
1214
1214
  workspace_id?: string | undefined;
1215
1215
  }, {
1216
- error: string;
1217
- success: boolean;
1218
1216
  operation: "check_api_key";
1217
+ success: boolean;
1218
+ error: string;
1219
1219
  workspace_id?: string | undefined;
1220
1220
  }>]>;
1221
1221
  static readonly shortDescription = "B2B contact enrichment for emails, phones, and LinkedIn data";