@bubblelab/bubble-core 0.1.204 → 0.1.205

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +172 -172
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts +11 -0
  4. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -0
  5. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +61 -0
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -0
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +13 -13
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +12 -2
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  12. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +100 -100
  15. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/firecrawl.d.ts +212 -212
  20. package/dist/bubbles/service-bubble/github.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +46 -46
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +210 -210
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.js +17 -6
  35. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +266 -266
  39. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  41. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  49. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  50. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  51. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  53. package/dist/bubbles.json +1 -1
  54. package/dist/types/base-bubble-class.d.ts +6 -0
  55. package/dist/types/base-bubble-class.d.ts.map +1 -1
  56. package/dist/types/base-bubble-class.js +11 -0
  57. package/dist/types/base-bubble-class.js.map +1 -1
  58. package/package.json +2 -2
@@ -537,14 +537,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
537
537
  error: string;
538
538
  success: boolean;
539
539
  operation: "screenshot";
540
- format?: string | undefined;
541
540
  data?: string | undefined;
541
+ format?: string | undefined;
542
542
  }, {
543
543
  error: string;
544
544
  success: boolean;
545
545
  operation: "screenshot";
546
- format?: string | undefined;
547
546
  data?: string | undefined;
547
+ format?: string | undefined;
548
548
  }>, import("zod").ZodObject<{
549
549
  operation: import("zod").ZodLiteral<"wait">;
550
550
  success: import("zod").ZodBoolean;
@@ -761,14 +761,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
761
761
  error: string;
762
762
  success: boolean;
763
763
  operation: "screenshot";
764
- format?: string | undefined;
765
764
  data?: string | undefined;
765
+ format?: string | undefined;
766
766
  }, {
767
767
  error: string;
768
768
  success: boolean;
769
769
  operation: "screenshot";
770
- format?: string | undefined;
771
770
  data?: string | undefined;
771
+ format?: string | undefined;
772
772
  }>, z.ZodObject<{
773
773
  operation: z.ZodLiteral<"wait">;
774
774
  success: z.ZodBoolean;
@@ -94,20 +94,20 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
94
94
  unit?: "km" | "mi" | "m" | "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
101
  unit?: "km" | "mi" | "m" | "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
109
  unit?: "km" | "mi" | "m" | "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
144
  unit?: "km" | "mi" | "m" | "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
167
  unit?: "km" | "mi" | "m" | "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;
@@ -1244,20 +1244,20 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1244
1244
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1245
1245
  }>]>;
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1247
1248
  value: string | number | boolean | string[] | number[] | {
1248
1249
  location: string;
1249
1250
  distance: number;
1250
1251
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1251
1252
  };
1252
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1255
1256
  value: string | number | boolean | string[] | number[] | {
1256
1257
  location: string;
1257
1258
  distance: number;
1258
1259
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1259
1260
  };
1260
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1261
1261
  column: string;
1262
1262
  }>;
1263
1263
  export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
@@ -1278,20 +1278,20 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1278
1278
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1279
1279
  }>]>;
1280
1280
  }, "strip", z.ZodTypeAny, {
1281
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1281
1282
  value: string | number | boolean | string[] | number[] | {
1282
1283
  location: string;
1283
1284
  distance: number;
1284
1285
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1285
1286
  };
1286
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1289
1290
  value: string | number | boolean | string[] | number[] | {
1290
1291
  location: string;
1291
1292
  distance: number;
1292
1293
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1293
1294
  };
1294
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1295
1295
  column: string;
1296
1296
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
1297
1297
  export declare const PersonDBSortSchema: z.ZodObject<{
@@ -2308,20 +2308,20 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2308
2308
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2309
2309
  }>]>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2311
2312
  value: string | number | boolean | string[] | number[] | {
2312
2313
  location: string;
2313
2314
  distance: number;
2314
2315
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2315
2316
  };
2316
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2319
2320
  value: string | number | boolean | string[] | number[] | {
2320
2321
  location: string;
2321
2322
  distance: number;
2322
2323
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2323
2324
  };
2324
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2325
2325
  column: string;
2326
2326
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
2327
2327
  sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2351,12 +2351,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
2352
  operation: "person_search_db";
2353
2353
  filters: {
2354
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2354
2355
  value: string | number | boolean | string[] | number[] | {
2355
2356
  location: string;
2356
2357
  distance: number;
2357
2358
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2358
2359
  };
2359
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2360
2360
  column: string;
2361
2361
  } | PersonDBFilterGroup;
2362
2362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2374,12 +2374,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2374
2374
  }, {
2375
2375
  operation: "person_search_db";
2376
2376
  filters: {
2377
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2377
2378
  value: string | number | boolean | string[] | number[] | {
2378
2379
  location: string;
2379
2380
  distance: number;
2380
2381
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2381
2382
  };
2382
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;