@bubblelab/bubble-core 0.1.154 → 0.1.156

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 (94) hide show
  1. package/dist/bubble-bundle.d.ts +139 -138
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
  20. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  21. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
  26. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  27. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  30. package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
  31. package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
  32. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  34. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  43. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
  48. package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
  49. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
  50. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
  51. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  52. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  53. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  55. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  66. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
  68. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  72. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  73. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  75. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  76. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
  77. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
  79. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  83. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  85. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  87. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  88. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  89. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
  90. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
  91. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
  92. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
  93. package/dist/bubbles.json +1 -1
  94. 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
- operation: "start_bulk_enrichment";
74
73
  name: string;
74
+ operation: "start_bulk_enrichment";
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
- operation: "start_bulk_enrichment";
88
87
  name: string;
88
+ operation: "start_bulk_enrichment";
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
- operation: "start_reverse_email_lookup";
123
122
  name: string;
123
+ operation: "start_reverse_email_lookup";
124
124
  emails: string[];
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  webhook_url?: string | undefined;
127
127
  }, {
128
- operation: "start_reverse_email_lookup";
129
128
  name: string;
129
+ operation: "start_reverse_email_lookup";
130
130
  emails: string[];
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  webhook_url?: string | undefined;
@@ -167,13 +167,13 @@ 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
- success: boolean;
171
170
  error: string;
171
+ success: boolean;
172
172
  operation: "start_bulk_enrichment";
173
173
  enrichment_id?: string | undefined;
174
174
  }, {
175
- success: boolean;
176
175
  error: string;
176
+ success: boolean;
177
177
  operation: "start_bulk_enrichment";
178
178
  enrichment_id?: string | undefined;
179
179
  }>, import("zod").ZodObject<{
@@ -555,8 +555,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
555
555
  }>>;
556
556
  error: import("zod").ZodString;
557
557
  }, "strip", import("zod").ZodTypeAny, {
558
- success: boolean;
559
558
  error: string;
559
+ success: boolean;
560
560
  operation: "get_enrichment_result";
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
@@ -615,8 +615,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
615
615
  } | undefined;
616
616
  }[] | undefined;
617
617
  }, {
618
- success: boolean;
619
618
  error: string;
619
+ success: boolean;
620
620
  operation: "get_enrichment_result";
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
@@ -680,13 +680,13 @@ 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
- success: boolean;
684
683
  error: string;
684
+ success: boolean;
685
685
  operation: "start_reverse_email_lookup";
686
686
  enrichment_id?: string | undefined;
687
687
  }, {
688
- success: boolean;
689
688
  error: string;
689
+ success: boolean;
690
690
  operation: "start_reverse_email_lookup";
691
691
  enrichment_id?: string | undefined;
692
692
  }>, import("zod").ZodObject<{
@@ -1068,8 +1068,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1068
1068
  }>>;
1069
1069
  error: import("zod").ZodString;
1070
1070
  }, "strip", import("zod").ZodTypeAny, {
1071
- success: boolean;
1072
1071
  error: string;
1072
+ success: boolean;
1073
1073
  operation: "get_reverse_email_result";
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
@@ -1128,8 +1128,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1128
1128
  } | undefined;
1129
1129
  }[] | undefined;
1130
1130
  }, {
1131
- success: boolean;
1132
1131
  error: string;
1132
+ success: boolean;
1133
1133
  operation: "get_reverse_email_result";
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
@@ -1193,13 +1193,13 @@ 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
- success: boolean;
1197
1196
  error: string;
1197
+ success: boolean;
1198
1198
  operation: "get_credit_balance";
1199
1199
  balance?: number | undefined;
1200
1200
  }, {
1201
- success: boolean;
1202
1201
  error: string;
1202
+ success: boolean;
1203
1203
  operation: "get_credit_balance";
1204
1204
  balance?: number | undefined;
1205
1205
  }>, import("zod").ZodObject<{
@@ -1208,13 +1208,13 @@ 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
- success: boolean;
1212
1211
  error: string;
1212
+ success: boolean;
1213
1213
  operation: "check_api_key";
1214
1214
  workspace_id?: string | undefined;
1215
1215
  }, {
1216
- success: boolean;
1217
1216
  error: string;
1217
+ success: boolean;
1218
1218
  operation: "check_api_key";
1219
1219
  workspace_id?: string | undefined;
1220
1220
  }>]>;
@@ -917,8 +917,8 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
917
917
  }>, "many">;
918
918
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
919
919
  }, "strip", z.ZodTypeAny, {
920
- operation: "start_bulk_enrichment";
921
920
  name: string;
921
+ operation: "start_bulk_enrichment";
922
922
  contacts: {
923
923
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
924
924
  custom?: Record<string, string> | undefined;
@@ -931,8 +931,8 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
931
931
  credentials?: Partial<Record<CredentialType, string>> | undefined;
932
932
  webhook_url?: string | undefined;
933
933
  }, {
934
- operation: "start_bulk_enrichment";
935
934
  name: string;
935
+ operation: "start_bulk_enrichment";
936
936
  contacts: {
937
937
  custom?: Record<string, string> | undefined;
938
938
  domain?: string | undefined;
@@ -966,14 +966,14 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
966
966
  emails: z.ZodArray<z.ZodString, "many">;
967
967
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
968
968
  }, "strip", z.ZodTypeAny, {
969
- operation: "start_reverse_email_lookup";
970
969
  name: string;
970
+ operation: "start_reverse_email_lookup";
971
971
  emails: string[];
972
972
  credentials?: Partial<Record<CredentialType, string>> | undefined;
973
973
  webhook_url?: string | undefined;
974
974
  }, {
975
- operation: "start_reverse_email_lookup";
976
975
  name: string;
976
+ operation: "start_reverse_email_lookup";
977
977
  emails: string[];
978
978
  credentials?: Partial<Record<CredentialType, string>> | undefined;
979
979
  webhook_url?: string | undefined;
@@ -1014,13 +1014,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1014
1014
  enrichment_id: z.ZodOptional<z.ZodString>;
1015
1015
  error: z.ZodString;
1016
1016
  }, "strip", z.ZodTypeAny, {
1017
- success: boolean;
1018
1017
  error: string;
1018
+ success: boolean;
1019
1019
  operation: "start_bulk_enrichment";
1020
1020
  enrichment_id?: string | undefined;
1021
1021
  }, {
1022
- success: boolean;
1023
1022
  error: string;
1023
+ success: boolean;
1024
1024
  operation: "start_bulk_enrichment";
1025
1025
  enrichment_id?: string | undefined;
1026
1026
  }>, z.ZodObject<{
@@ -1402,8 +1402,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1402
1402
  }>>;
1403
1403
  error: z.ZodString;
1404
1404
  }, "strip", z.ZodTypeAny, {
1405
- success: boolean;
1406
1405
  error: string;
1406
+ success: boolean;
1407
1407
  operation: "get_enrichment_result";
1408
1408
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1409
1409
  name?: string | undefined;
@@ -1462,8 +1462,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1462
1462
  } | undefined;
1463
1463
  }[] | undefined;
1464
1464
  }, {
1465
- success: boolean;
1466
1465
  error: string;
1466
+ success: boolean;
1467
1467
  operation: "get_enrichment_result";
1468
1468
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1469
1469
  name?: string | undefined;
@@ -1527,13 +1527,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1527
1527
  enrichment_id: z.ZodOptional<z.ZodString>;
1528
1528
  error: z.ZodString;
1529
1529
  }, "strip", z.ZodTypeAny, {
1530
- success: boolean;
1531
1530
  error: string;
1531
+ success: boolean;
1532
1532
  operation: "start_reverse_email_lookup";
1533
1533
  enrichment_id?: string | undefined;
1534
1534
  }, {
1535
- success: boolean;
1536
1535
  error: string;
1536
+ success: boolean;
1537
1537
  operation: "start_reverse_email_lookup";
1538
1538
  enrichment_id?: string | undefined;
1539
1539
  }>, z.ZodObject<{
@@ -1915,8 +1915,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1915
1915
  }>>;
1916
1916
  error: z.ZodString;
1917
1917
  }, "strip", z.ZodTypeAny, {
1918
- success: boolean;
1919
1918
  error: string;
1919
+ success: boolean;
1920
1920
  operation: "get_reverse_email_result";
1921
1921
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1922
1922
  name?: string | undefined;
@@ -1975,8 +1975,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1975
1975
  } | undefined;
1976
1976
  }[] | undefined;
1977
1977
  }, {
1978
- success: boolean;
1979
1978
  error: string;
1979
+ success: boolean;
1980
1980
  operation: "get_reverse_email_result";
1981
1981
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1982
1982
  name?: string | undefined;
@@ -2040,13 +2040,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2040
2040
  balance: z.ZodOptional<z.ZodNumber>;
2041
2041
  error: z.ZodString;
2042
2042
  }, "strip", z.ZodTypeAny, {
2043
- success: boolean;
2044
2043
  error: string;
2044
+ success: boolean;
2045
2045
  operation: "get_credit_balance";
2046
2046
  balance?: number | undefined;
2047
2047
  }, {
2048
- success: boolean;
2049
2048
  error: string;
2049
+ success: boolean;
2050
2050
  operation: "get_credit_balance";
2051
2051
  balance?: number | undefined;
2052
2052
  }>, z.ZodObject<{
@@ -2055,13 +2055,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2055
2055
  workspace_id: z.ZodOptional<z.ZodString>;
2056
2056
  error: z.ZodString;
2057
2057
  }, "strip", z.ZodTypeAny, {
2058
- success: boolean;
2059
2058
  error: string;
2059
+ success: boolean;
2060
2060
  operation: "check_api_key";
2061
2061
  workspace_id?: string | undefined;
2062
2062
  }, {
2063
- success: boolean;
2064
2063
  error: string;
2064
+ success: boolean;
2065
2065
  operation: "check_api_key";
2066
2066
  workspace_id?: string | undefined;
2067
2067
  }>]>;