@bubblelab/bubble-core 0.1.169 → 0.1.172
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 +161 -116
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +108 -108
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +2 -2
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/linear/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/linear/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/linear/index.js +5 -0
- package/dist/bubbles/service-bubble/linear/index.js.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1695 -0
- package/dist/bubbles/service-bubble/linear/linear.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts +33 -0
- package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.integration.flow.js +432 -0
- package/dist/bubbles/service-bubble/linear/linear.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.js +463 -0
- package/dist/bubbles/service-bubble/linear/linear.js.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +2059 -0
- package/dist/bubbles/service-bubble/linear/linear.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.schema.js +444 -0
- package/dist/bubbles/service-bubble/linear/linear.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.utils.d.ts +24 -0
- package/dist/bubbles/service-bubble/linear/linear.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/linear/linear.utils.js +288 -0
- package/dist/bubbles/service-bubble/linear/linear.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +15 -15
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +296 -296
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- 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 +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-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 +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +1375 -10
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- 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?: "km" | "mi" | "
|
|
1224
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
location: string;
|
|
1227
1227
|
distance: number;
|
|
1228
|
-
unit?: "km" | "mi" | "
|
|
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,27 +1237,27 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1237
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1238
1238
|
location: string;
|
|
1239
1239
|
distance: number;
|
|
1240
|
-
unit?: "km" | "mi" | "
|
|
1240
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
location: string;
|
|
1243
1243
|
distance: number;
|
|
1244
|
-
unit?: "km" | "mi" | "
|
|
1244
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
1247
|
value: string | number | boolean | string[] | number[] | {
|
|
1248
1248
|
location: string;
|
|
1249
1249
|
distance: number;
|
|
1250
|
-
unit?: "km" | "mi" | "
|
|
1250
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1251
1251
|
};
|
|
1252
|
-
type: "=" | "in" | "
|
|
1252
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
1255
|
value: string | number | boolean | string[] | number[] | {
|
|
1256
1256
|
location: string;
|
|
1257
1257
|
distance: number;
|
|
1258
|
-
unit?: "km" | "mi" | "
|
|
1258
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1259
1259
|
};
|
|
1260
|
-
type: "=" | "in" | "
|
|
1260
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1261
1261
|
column: string;
|
|
1262
1262
|
}>;
|
|
1263
1263
|
export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
|
|
@@ -1271,27 +1271,27 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
1272
|
location: string;
|
|
1273
1273
|
distance: number;
|
|
1274
|
-
unit?: "km" | "mi" | "
|
|
1274
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
location: string;
|
|
1277
1277
|
distance: number;
|
|
1278
|
-
unit?: "km" | "mi" | "
|
|
1278
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1279
1279
|
}>]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
1281
|
value: string | number | boolean | string[] | number[] | {
|
|
1282
1282
|
location: string;
|
|
1283
1283
|
distance: number;
|
|
1284
|
-
unit?: "km" | "mi" | "
|
|
1284
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1285
1285
|
};
|
|
1286
|
-
type: "=" | "in" | "
|
|
1286
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
1289
|
value: string | number | boolean | string[] | number[] | {
|
|
1290
1290
|
location: string;
|
|
1291
1291
|
distance: number;
|
|
1292
|
-
unit?: "km" | "mi" | "
|
|
1292
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1293
1293
|
};
|
|
1294
|
-
type: "=" | "in" | "
|
|
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<{
|
|
@@ -2301,27 +2301,27 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
location: string;
|
|
2303
2303
|
distance: number;
|
|
2304
|
-
unit?: "km" | "mi" | "
|
|
2304
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
location: string;
|
|
2307
2307
|
distance: number;
|
|
2308
|
-
unit?: "km" | "mi" | "
|
|
2308
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2309
2309
|
}>]>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
2311
|
value: string | number | boolean | string[] | number[] | {
|
|
2312
2312
|
location: string;
|
|
2313
2313
|
distance: number;
|
|
2314
|
-
unit?: "km" | "mi" | "
|
|
2314
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2315
2315
|
};
|
|
2316
|
-
type: "=" | "in" | "
|
|
2316
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
2319
|
value: string | number | boolean | string[] | number[] | {
|
|
2320
2320
|
location: string;
|
|
2321
2321
|
distance: number;
|
|
2322
|
-
unit?: "km" | "mi" | "
|
|
2322
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2323
2323
|
};
|
|
2324
|
-
type: "=" | "in" | "
|
|
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<{
|
|
@@ -2354,9 +2354,9 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2354
2354
|
value: string | number | boolean | string[] | number[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
|
-
unit?: "km" | "mi" | "
|
|
2357
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2358
2358
|
};
|
|
2359
|
-
type: "=" | "in" | "
|
|
2359
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2360
2360
|
column: string;
|
|
2361
2361
|
} | PersonDBFilterGroup;
|
|
2362
2362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2377,9 +2377,9 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2377
2377
|
value: string | number | boolean | string[] | number[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
|
-
unit?: "km" | "mi" | "
|
|
2380
|
+
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2381
2381
|
};
|
|
2382
|
-
type: "=" | "in" | "
|
|
2382
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2383
2383
|
column: string;
|
|
2384
2384
|
} | PersonDBFilterGroup;
|
|
2385
2385
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|