@bubblelab/bubble-core 0.1.53 → 0.1.55

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 (71) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  45. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  49. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  52. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  55. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  57. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  58. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  59. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  62. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  64. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  65. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  66. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  67. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  69. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  70. package/dist/bubbles.json +1 -1
  71. package/package.json +2 -2
@@ -87,27 +87,27 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
87
87
  }, "strip", import("zod").ZodTypeAny, {
88
88
  location: string;
89
89
  distance: number;
90
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
90
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
91
91
  }, {
92
92
  location: string;
93
93
  distance: number;
94
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
94
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
95
95
  }>]>;
96
96
  }, "strip", import("zod").ZodTypeAny, {
97
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
97
98
  value: string | number | boolean | string[] | number[] | {
98
99
  location: string;
99
100
  distance: number;
100
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
101
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
101
102
  };
102
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
103
103
  column: string;
104
104
  }, {
105
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
105
106
  value: string | number | boolean | string[] | number[] | {
106
107
  location: string;
107
108
  distance: number;
108
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
109
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
109
110
  };
110
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
111
111
  column: string;
112
112
  }>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
113
113
  sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -137,12 +137,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
137
137
  }, "strip", import("zod").ZodTypeAny, {
138
138
  operation: "person_search_db";
139
139
  filters: {
140
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
140
141
  value: string | number | boolean | string[] | number[] | {
141
142
  location: string;
142
143
  distance: number;
143
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
144
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
144
145
  };
145
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
146
146
  column: string;
147
147
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
148
148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -160,12 +160,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
160
160
  }, {
161
161
  operation: "person_search_db";
162
162
  filters: {
163
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
163
164
  value: string | number | boolean | string[] | number[] | {
164
165
  location: string;
165
166
  distance: number;
166
- unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
167
+ unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
167
168
  };
168
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
169
169
  column: string;
170
170
  } | import("./crustdata.schema.js").PersonDBFilterGroup;
171
171
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -232,9 +232,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
232
232
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
233
233
  error: import("zod").ZodString;
234
234
  }, "strip", import("zod").ZodTypeAny, {
235
- operation: "identify";
236
- success: boolean;
237
235
  error: string;
236
+ success: boolean;
237
+ operation: "identify";
238
238
  results?: import("zod").objectOutputType<{
239
239
  company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
240
240
  company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -244,9 +244,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
244
244
  score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
245
245
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
246
246
  }, {
247
- operation: "identify";
248
- success: boolean;
249
247
  error: string;
248
+ success: boolean;
249
+ operation: "identify";
250
250
  results?: import("zod").objectInputType<{
251
251
  company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
252
252
  company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -1034,9 +1034,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1034
1034
  }>>>;
1035
1035
  error: import("zod").ZodString;
1036
1036
  }, "strip", import("zod").ZodTypeAny, {
1037
- operation: "enrich";
1038
- success: boolean;
1039
1037
  error: string;
1038
+ success: boolean;
1039
+ operation: "enrich";
1040
1040
  company?: import("zod").objectOutputType<{
1041
1041
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1042
1042
  linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -1256,9 +1256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
1256
1256
  }, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
1257
1257
  } | null | undefined;
1258
1258
  }, {
1259
- operation: "enrich";
1260
- success: boolean;
1261
1259
  error: string;
1260
+ success: boolean;
1261
+ operation: "enrich";
1262
1262
  company?: import("zod").objectInputType<{
1263
1263
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1264
1264
  linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -2256,9 +2256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
2256
2256
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
2257
2257
  error: import("zod").ZodString;
2258
2258
  }, "strip", import("zod").ZodTypeAny, {
2259
- operation: "person_search_db";
2260
- success: boolean;
2261
2259
  error: string;
2260
+ success: boolean;
2261
+ operation: "person_search_db";
2262
2262
  next_cursor?: string | undefined;
2263
2263
  total_count?: number | undefined;
2264
2264
  profiles?: import("zod").objectOutputType<{
@@ -2520,9 +2520,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
2520
2520
  twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2521
2521
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2522
2522
  }, {
2523
- operation: "person_search_db";
2524
- success: boolean;
2525
2523
  error: string;
2524
+ success: boolean;
2525
+ operation: "person_search_db";
2526
2526
  next_cursor?: string | undefined;
2527
2527
  total_count?: number | undefined;
2528
2528
  profiles?: import("zod").objectInputType<{
@@ -3591,9 +3591,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
3591
3591
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
3592
3592
  error: import("zod").ZodString;
3593
3593
  }, "strip", import("zod").ZodTypeAny, {
3594
- operation: "person_enrich";
3595
- success: boolean;
3596
3594
  error: string;
3595
+ success: boolean;
3596
+ operation: "person_enrich";
3597
3597
  profiles?: import("zod").objectOutputType<{
3598
3598
  linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3599
3599
  linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -3864,9 +3864,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
3864
3864
  message: import("zod").ZodOptional<import("zod").ZodString>;
3865
3865
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
3866
3866
  }, {
3867
- operation: "person_enrich";
3868
- success: boolean;
3869
3867
  error: string;
3868
+ success: boolean;
3869
+ operation: "person_enrich";
3870
3870
  profiles?: import("zod").objectInputType<{
3871
3871
  linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3872
3872
  linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;