@bubblelab/bubble-core 0.1.239 → 0.1.241

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 (67) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +10 -10
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  13. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  19. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -7
  21. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  30. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  33. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/jira/jira.d.ts +42 -42
  35. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
  36. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  37. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +238 -238
  41. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  42. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  43. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  44. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  45. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  48. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  49. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  53. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +328 -328
  54. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  55. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  56. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  59. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  60. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  62. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  63. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  64. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  65. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  66. package/dist/bubbles.json +1 -1
  67. package/package.json +2 -2
@@ -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
- value: string | number | boolean | number[] | string[] | {
97
+ value: string | number | boolean | string[] | number[] | {
98
98
  location: string;
99
99
  distance: number;
100
100
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
101
101
  };
102
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
102
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
103
103
  column: string;
104
104
  }, {
105
- value: string | number | boolean | number[] | string[] | {
105
+ value: string | number | boolean | string[] | number[] | {
106
106
  location: string;
107
107
  distance: number;
108
108
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
109
109
  };
110
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
140
+ value: string | number | boolean | string[] | number[] | {
141
141
  location: string;
142
142
  distance: number;
143
143
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
144
144
  };
145
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
163
+ value: string | number | boolean | string[] | number[] | {
164
164
  location: string;
165
165
  distance: number;
166
166
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
167
167
  };
168
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
1247
+ value: string | number | boolean | string[] | number[] | {
1248
1248
  location: string;
1249
1249
  distance: number;
1250
1250
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1251
1251
  };
1252
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1252
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
- value: string | number | boolean | number[] | string[] | {
1255
+ value: string | number | boolean | string[] | number[] | {
1256
1256
  location: string;
1257
1257
  distance: number;
1258
1258
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1259
1259
  };
1260
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
1281
+ value: string | number | boolean | string[] | number[] | {
1282
1282
  location: string;
1283
1283
  distance: number;
1284
1284
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1285
1285
  };
1286
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1286
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
- value: string | number | boolean | number[] | string[] | {
1289
+ value: string | number | boolean | string[] | number[] | {
1290
1290
  location: string;
1291
1291
  distance: number;
1292
1292
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1293
1293
  };
1294
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
2311
+ value: string | number | boolean | string[] | number[] | {
2312
2312
  location: string;
2313
2313
  distance: number;
2314
2314
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2315
2315
  };
2316
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2316
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
- value: string | number | boolean | number[] | string[] | {
2319
+ value: string | number | boolean | string[] | number[] | {
2320
2320
  location: string;
2321
2321
  distance: number;
2322
2322
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2323
2323
  };
2324
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
2354
+ value: string | number | boolean | string[] | number[] | {
2355
2355
  location: string;
2356
2356
  distance: number;
2357
2357
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2358
2358
  };
2359
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
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
- value: string | number | boolean | number[] | string[] | {
2377
+ value: string | number | boolean | string[] | number[] | {
2378
2378
  location: string;
2379
2379
  distance: number;
2380
2380
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2381
2381
  };
2382
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2382
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;