@bubblelab/bubble-core 0.1.66 → 0.1.68

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 (29) hide show
  1. package/dist/bubble-bundle.d.ts +45 -45
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -0
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +18 -15
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  8. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  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 +74 -74
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +108 -108
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  21. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  22. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  23. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  24. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  25. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  26. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  27. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  28. package/dist/bubbles.json +11 -3
  29. package/package.json +2 -2
@@ -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
- value: string | number | boolean | string[] | number[] | {
1247
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
1255
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
1281
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
1289
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
2311
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
2319
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
2354
+ value: string | number | boolean | number[] | string[] | {
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
- value: string | number | boolean | string[] | number[] | {
2377
+ value: string | number | boolean | number[] | string[] | {
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;