@bubblelab/bubble-core 0.1.74 → 0.1.76
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.
- package/dist/bubble-bundle.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +3 -1
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/github.d.ts +44 -44
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +304 -304
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +301 -301
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +3 -2
- package/package.json +2 -2
|
@@ -1221,11 +1221,11 @@ export declare const GeoDistanceValueSchema: z.ZodObject<{
|
|
|
1221
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1222
1222
|
location: string;
|
|
1223
1223
|
distance: number;
|
|
1224
|
-
unit?: "
|
|
1224
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
location: string;
|
|
1227
1227
|
distance: number;
|
|
1228
|
-
unit?: "
|
|
1228
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1229
1229
|
}>;
|
|
1230
1230
|
export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
1231
1231
|
column: z.ZodString;
|
|
@@ -1237,25 +1237,25 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1237
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1238
1238
|
location: string;
|
|
1239
1239
|
distance: number;
|
|
1240
|
-
unit?: "
|
|
1240
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
location: string;
|
|
1243
1243
|
distance: number;
|
|
1244
|
-
unit?: "
|
|
1244
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
-
value: string | number | boolean |
|
|
1247
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1248
1248
|
location: string;
|
|
1249
1249
|
distance: number;
|
|
1250
|
-
unit?: "
|
|
1250
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1251
1251
|
};
|
|
1252
1252
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
|
-
value: string | number | boolean |
|
|
1255
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1256
1256
|
location: string;
|
|
1257
1257
|
distance: number;
|
|
1258
|
-
unit?: "
|
|
1258
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1259
1259
|
};
|
|
1260
1260
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1261
1261
|
column: string;
|
|
@@ -1271,25 +1271,25 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
1272
|
location: string;
|
|
1273
1273
|
distance: number;
|
|
1274
|
-
unit?: "
|
|
1274
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
location: string;
|
|
1277
1277
|
distance: number;
|
|
1278
|
-
unit?: "
|
|
1278
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1279
1279
|
}>]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
|
-
value: string | number | boolean |
|
|
1281
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1282
1282
|
location: string;
|
|
1283
1283
|
distance: number;
|
|
1284
|
-
unit?: "
|
|
1284
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1285
1285
|
};
|
|
1286
1286
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
|
-
value: string | number | boolean |
|
|
1289
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1290
1290
|
location: string;
|
|
1291
1291
|
distance: number;
|
|
1292
|
-
unit?: "
|
|
1292
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1293
1293
|
};
|
|
1294
1294
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1295
1295
|
column: string;
|
|
@@ -2301,25 +2301,25 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
location: string;
|
|
2303
2303
|
distance: number;
|
|
2304
|
-
unit?: "
|
|
2304
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
location: string;
|
|
2307
2307
|
distance: number;
|
|
2308
|
-
unit?: "
|
|
2308
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2309
2309
|
}>]>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
|
-
value: string | number | boolean |
|
|
2311
|
+
value: string | number | boolean | number[] | string[] | {
|
|
2312
2312
|
location: string;
|
|
2313
2313
|
distance: number;
|
|
2314
|
-
unit?: "
|
|
2314
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2315
2315
|
};
|
|
2316
2316
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
|
-
value: string | number | boolean |
|
|
2319
|
+
value: string | number | boolean | number[] | string[] | {
|
|
2320
2320
|
location: string;
|
|
2321
2321
|
distance: number;
|
|
2322
|
-
unit?: "
|
|
2322
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2323
2323
|
};
|
|
2324
2324
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2325
2325
|
column: string;
|
|
@@ -2351,10 +2351,10 @@ 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 |
|
|
2354
|
+
value: string | number | boolean | number[] | string[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
|
-
unit?: "
|
|
2357
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2358
2358
|
};
|
|
2359
2359
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2360
2360
|
column: string;
|
|
@@ -2374,10 +2374,10 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2374
2374
|
}, {
|
|
2375
2375
|
operation: "person_search_db";
|
|
2376
2376
|
filters: {
|
|
2377
|
-
value: string | number | boolean |
|
|
2377
|
+
value: string | number | boolean | number[] | string[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
|
-
unit?: "
|
|
2380
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2381
2381
|
};
|
|
2382
2382
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2383
2383
|
column: string;
|
|
@@ -2468,9 +2468,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2468
2468
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
2469
2469
|
error: z.ZodString;
|
|
2470
2470
|
}, "strip", z.ZodTypeAny, {
|
|
2471
|
-
operation: "identify";
|
|
2472
|
-
success: boolean;
|
|
2473
2471
|
error: string;
|
|
2472
|
+
success: boolean;
|
|
2473
|
+
operation: "identify";
|
|
2474
2474
|
results?: z.objectOutputType<{
|
|
2475
2475
|
company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2476
2476
|
company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2480,9 +2480,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2480
2480
|
score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2481
2481
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2482
2482
|
}, {
|
|
2483
|
-
operation: "identify";
|
|
2484
|
-
success: boolean;
|
|
2485
2483
|
error: string;
|
|
2484
|
+
success: boolean;
|
|
2485
|
+
operation: "identify";
|
|
2486
2486
|
results?: z.objectInputType<{
|
|
2487
2487
|
company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2488
2488
|
company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3270,9 +3270,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3270
3270
|
}>>>;
|
|
3271
3271
|
error: z.ZodString;
|
|
3272
3272
|
}, "strip", z.ZodTypeAny, {
|
|
3273
|
-
operation: "enrich";
|
|
3274
|
-
success: boolean;
|
|
3275
3273
|
error: string;
|
|
3274
|
+
success: boolean;
|
|
3275
|
+
operation: "enrich";
|
|
3276
3276
|
company?: z.objectOutputType<{
|
|
3277
3277
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3278
3278
|
linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -3492,9 +3492,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
3492
3492
|
}, z.ZodTypeAny, "passthrough">[] | null | undefined;
|
|
3493
3493
|
} | null | undefined;
|
|
3494
3494
|
}, {
|
|
3495
|
-
operation: "enrich";
|
|
3496
|
-
success: boolean;
|
|
3497
3495
|
error: string;
|
|
3496
|
+
success: boolean;
|
|
3497
|
+
operation: "enrich";
|
|
3498
3498
|
company?: z.objectInputType<{
|
|
3499
3499
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3500
3500
|
linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4492,11 +4492,11 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
4492
4492
|
next_cursor: z.ZodOptional<z.ZodString>;
|
|
4493
4493
|
error: z.ZodString;
|
|
4494
4494
|
}, "strip", z.ZodTypeAny, {
|
|
4495
|
-
operation: "person_search_db";
|
|
4496
|
-
success: boolean;
|
|
4497
4495
|
error: string;
|
|
4498
|
-
|
|
4496
|
+
success: boolean;
|
|
4497
|
+
operation: "person_search_db";
|
|
4499
4498
|
next_cursor?: string | undefined;
|
|
4499
|
+
total_count?: number | undefined;
|
|
4500
4500
|
profiles?: z.objectOutputType<{
|
|
4501
4501
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
4502
4502
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4756,11 +4756,11 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
4756
4756
|
twitter_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4757
4757
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4758
4758
|
}, {
|
|
4759
|
-
operation: "person_search_db";
|
|
4760
|
-
success: boolean;
|
|
4761
4759
|
error: string;
|
|
4762
|
-
|
|
4760
|
+
success: boolean;
|
|
4761
|
+
operation: "person_search_db";
|
|
4763
4762
|
next_cursor?: string | undefined;
|
|
4763
|
+
total_count?: number | undefined;
|
|
4764
4764
|
profiles?: z.objectInputType<{
|
|
4765
4765
|
person_id: z.ZodOptional<z.ZodNumber>;
|
|
4766
4766
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -5827,9 +5827,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
5827
5827
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5828
5828
|
error: z.ZodString;
|
|
5829
5829
|
}, "strip", z.ZodTypeAny, {
|
|
5830
|
-
operation: "person_enrich";
|
|
5831
|
-
success: boolean;
|
|
5832
5830
|
error: string;
|
|
5831
|
+
success: boolean;
|
|
5832
|
+
operation: "person_enrich";
|
|
5833
5833
|
profiles?: z.objectOutputType<{
|
|
5834
5834
|
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5835
5835
|
linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6100,9 +6100,9 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
6100
6100
|
message: z.ZodOptional<z.ZodString>;
|
|
6101
6101
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6102
6102
|
}, {
|
|
6103
|
-
operation: "person_enrich";
|
|
6104
|
-
success: boolean;
|
|
6105
6103
|
error: string;
|
|
6104
|
+
success: boolean;
|
|
6105
|
+
operation: "person_enrich";
|
|
6106
6106
|
profiles?: z.objectInputType<{
|
|
6107
6107
|
linkedin_profile_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6108
6108
|
linkedin_flagship_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|