@bubblelab/bubble-core 0.1.226 → 0.1.227

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 (47) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +100 -100
  8. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +212 -212
  14. package/dist/bubbles/service-bubble/github.d.ts +72 -72
  15. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  18. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  21. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +46 -46
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +2 -2
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +210 -210
  27. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +2 -2
  28. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +2 -2
  29. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  31. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +270 -270
  32. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  33. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  34. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  42. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  43. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  44. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  45. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  46. package/dist/bubbles.json +1 -1
  47. package/package.json +2 -2
@@ -110,9 +110,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
110
110
  person_id: string;
111
111
  email?: string | undefined;
112
112
  credentials?: Record<string, string> | undefined;
113
+ channels?: string[] | undefined;
113
114
  first_name?: string | undefined;
114
115
  last_name?: string | undefined;
115
- channels?: string[] | undefined;
116
116
  teams?: string[] | undefined;
117
117
  timezone?: string | undefined;
118
118
  site?: string | undefined;
@@ -123,9 +123,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
123
123
  person_id: string;
124
124
  email?: string | undefined;
125
125
  credentials?: Record<string, string> | undefined;
126
+ channels?: string[] | undefined;
126
127
  first_name?: string | undefined;
127
128
  last_name?: string | undefined;
128
- channels?: string[] | undefined;
129
129
  teams?: string[] | undefined;
130
130
  timezone?: string | undefined;
131
131
  site?: string | undefined;
@@ -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
- data?: string | undefined;
541
540
  format?: string | undefined;
541
+ data?: string | undefined;
542
542
  }, {
543
543
  error: string;
544
544
  success: boolean;
545
545
  operation: "screenshot";
546
- data?: string | undefined;
547
546
  format?: string | undefined;
547
+ data?: 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
- data?: string | undefined;
765
764
  format?: string | undefined;
765
+ data?: string | undefined;
766
766
  }, {
767
767
  error: string;
768
768
  success: boolean;
769
769
  operation: "screenshot";
770
- data?: string | undefined;
771
770
  format?: string | undefined;
771
+ data?: 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";
98
97
  value: string | number | boolean | string[] | number[] | {
99
98
  location: string;
100
99
  distance: number;
101
100
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
102
101
  };
102
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
103
103
  column: string;
104
104
  }, {
105
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
106
105
  value: string | number | boolean | string[] | number[] | {
107
106
  location: string;
108
107
  distance: number;
109
108
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
110
109
  };
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";
141
140
  value: string | number | boolean | string[] | number[] | {
142
141
  location: string;
143
142
  distance: number;
144
143
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
145
144
  };
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";
164
163
  value: string | number | boolean | string[] | number[] | {
165
164
  location: string;
166
165
  distance: number;
167
166
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
168
167
  };
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";
1248
1247
  value: string | number | boolean | string[] | number[] | {
1249
1248
  location: string;
1250
1249
  distance: number;
1251
1250
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1252
1251
  };
1252
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1256
1255
  value: string | number | boolean | string[] | number[] | {
1257
1256
  location: string;
1258
1257
  distance: number;
1259
1258
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1260
1259
  };
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";
1282
1281
  value: string | number | boolean | string[] | number[] | {
1283
1282
  location: string;
1284
1283
  distance: number;
1285
1284
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1286
1285
  };
1286
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1290
1289
  value: string | number | boolean | string[] | number[] | {
1291
1290
  location: string;
1292
1291
  distance: number;
1293
1292
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1294
1293
  };
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";
2312
2311
  value: string | number | boolean | string[] | number[] | {
2313
2312
  location: string;
2314
2313
  distance: number;
2315
2314
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2316
2315
  };
2316
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2320
2319
  value: string | number | boolean | string[] | number[] | {
2321
2320
  location: string;
2322
2321
  distance: number;
2323
2322
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2324
2323
  };
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";
2355
2354
  value: string | number | boolean | string[] | number[] | {
2356
2355
  location: string;
2357
2356
  distance: number;
2358
2357
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2359
2358
  };
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";
2378
2377
  value: string | number | boolean | string[] | number[] | {
2379
2378
  location: string;
2380
2379
  distance: number;
2381
2380
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2382
2381
  };
2382
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;