@bubblelab/bubble-core 0.1.77 → 0.1.78
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 +53 -52
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1244,7 +1244,7 @@ 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 |
|
|
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;
|
|
@@ -1252,7 +1252,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1252
1252
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
|
-
value: string | number | boolean |
|
|
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;
|
|
@@ -1278,7 +1278,7 @@ 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 |
|
|
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;
|
|
@@ -1286,7 +1286,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1286
1286
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
|
-
value: string | number | boolean |
|
|
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;
|
|
@@ -2308,7 +2308,7 @@ 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 |
|
|
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;
|
|
@@ -2316,7 +2316,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2316
2316
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
|
-
value: string | number | boolean |
|
|
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;
|
|
@@ -2351,7 +2351,7 @@ 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 | string[] | number[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
2357
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -2374,7 +2374,7 @@ 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 | string[] | number[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
2380
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|