@bubblelab/bubble-core 0.1.51 → 0.1.53
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 +50 -50
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
- package/dist/bubbles/service-bubble/github.d.ts +56 -56
- package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.d.ts +28 -28
- package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +221 -32
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +61 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +233 -40
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +50 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +272 -2
- package/package.json +2 -2
|
@@ -58,17 +58,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
58
58
|
httpOnly: import("zod").ZodBoolean;
|
|
59
59
|
secure: import("zod").ZodBoolean;
|
|
60
60
|
}, "strip", import("zod").ZodTypeAny, {
|
|
61
|
-
path: string;
|
|
62
|
-
value: string;
|
|
63
61
|
name: string;
|
|
62
|
+
value: string;
|
|
63
|
+
path: string;
|
|
64
64
|
domain: string;
|
|
65
65
|
expires: number;
|
|
66
66
|
httpOnly: boolean;
|
|
67
67
|
secure: boolean;
|
|
68
68
|
}, {
|
|
69
|
-
path: string;
|
|
70
|
-
value: string;
|
|
71
69
|
name: string;
|
|
70
|
+
value: string;
|
|
71
|
+
path: string;
|
|
72
72
|
domain: string;
|
|
73
73
|
expires: number;
|
|
74
74
|
httpOnly: boolean;
|
|
@@ -84,9 +84,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
context_id?: string | undefined;
|
|
86
86
|
cookies?: {
|
|
87
|
-
path: string;
|
|
88
|
-
value: string;
|
|
89
87
|
name: string;
|
|
88
|
+
value: string;
|
|
89
|
+
path: string;
|
|
90
90
|
domain: string;
|
|
91
91
|
expires: number;
|
|
92
92
|
httpOnly: boolean;
|
|
@@ -97,9 +97,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
context_id?: string | undefined;
|
|
99
99
|
cookies?: {
|
|
100
|
-
path: string;
|
|
101
|
-
value: string;
|
|
102
100
|
name: string;
|
|
101
|
+
value: string;
|
|
102
|
+
path: string;
|
|
103
103
|
domain: string;
|
|
104
104
|
expires: number;
|
|
105
105
|
httpOnly: boolean;
|
|
@@ -411,17 +411,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
411
411
|
httpOnly: import("zod").ZodBoolean;
|
|
412
412
|
secure: import("zod").ZodBoolean;
|
|
413
413
|
}, "strip", import("zod").ZodTypeAny, {
|
|
414
|
-
path: string;
|
|
415
|
-
value: string;
|
|
416
414
|
name: string;
|
|
415
|
+
value: string;
|
|
416
|
+
path: string;
|
|
417
417
|
domain: string;
|
|
418
418
|
expires: number;
|
|
419
419
|
httpOnly: boolean;
|
|
420
420
|
secure: boolean;
|
|
421
421
|
}, {
|
|
422
|
-
path: string;
|
|
423
|
-
value: string;
|
|
424
422
|
name: string;
|
|
423
|
+
value: string;
|
|
424
|
+
path: string;
|
|
425
425
|
domain: string;
|
|
426
426
|
expires: number;
|
|
427
427
|
httpOnly: boolean;
|
|
@@ -433,9 +433,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
433
433
|
success: boolean;
|
|
434
434
|
error: string;
|
|
435
435
|
cookies?: {
|
|
436
|
-
path: string;
|
|
437
|
-
value: string;
|
|
438
436
|
name: string;
|
|
437
|
+
value: string;
|
|
438
|
+
path: string;
|
|
439
439
|
domain: string;
|
|
440
440
|
expires: number;
|
|
441
441
|
httpOnly: boolean;
|
|
@@ -446,9 +446,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
446
446
|
success: boolean;
|
|
447
447
|
error: string;
|
|
448
448
|
cookies?: {
|
|
449
|
-
path: string;
|
|
450
|
-
value: string;
|
|
451
449
|
name: string;
|
|
450
|
+
value: string;
|
|
451
|
+
path: string;
|
|
452
452
|
domain: string;
|
|
453
453
|
expires: number;
|
|
454
454
|
httpOnly: boolean;
|
|
@@ -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;
|
|
@@ -179,11 +179,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
179
179
|
type: z.ZodLiteral<"press">;
|
|
180
180
|
key: z.ZodString;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
|
-
key: string;
|
|
183
182
|
type: "press";
|
|
184
|
-
}, {
|
|
185
183
|
key: string;
|
|
184
|
+
}, {
|
|
186
185
|
type: "press";
|
|
186
|
+
key: string;
|
|
187
187
|
}>, z.ZodObject<{
|
|
188
188
|
type: z.ZodLiteral<"scroll">;
|
|
189
189
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -307,8 +307,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
307
307
|
type: "write";
|
|
308
308
|
text: string;
|
|
309
309
|
} | {
|
|
310
|
-
key: string;
|
|
311
310
|
type: "press";
|
|
311
|
+
key: string;
|
|
312
312
|
} | {
|
|
313
313
|
type: "scroll";
|
|
314
314
|
direction: "up" | "down";
|
|
@@ -370,8 +370,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
370
370
|
type: "write";
|
|
371
371
|
text: string;
|
|
372
372
|
} | {
|
|
373
|
-
key: string;
|
|
374
373
|
type: "press";
|
|
374
|
+
key: string;
|
|
375
375
|
} | {
|
|
376
376
|
type: "scroll";
|
|
377
377
|
direction: "up" | "down";
|
|
@@ -634,11 +634,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
634
634
|
type: z.ZodLiteral<"press">;
|
|
635
635
|
key: z.ZodString;
|
|
636
636
|
}, "strip", z.ZodTypeAny, {
|
|
637
|
-
key: string;
|
|
638
637
|
type: "press";
|
|
639
|
-
}, {
|
|
640
638
|
key: string;
|
|
639
|
+
}, {
|
|
641
640
|
type: "press";
|
|
641
|
+
key: string;
|
|
642
642
|
}>, z.ZodObject<{
|
|
643
643
|
type: z.ZodLiteral<"scroll">;
|
|
644
644
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -755,8 +755,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
755
755
|
type: "write";
|
|
756
756
|
text: string;
|
|
757
757
|
} | {
|
|
758
|
-
key: string;
|
|
759
758
|
type: "press";
|
|
759
|
+
key: string;
|
|
760
760
|
} | {
|
|
761
761
|
type: "scroll";
|
|
762
762
|
direction: "up" | "down";
|
|
@@ -813,8 +813,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
813
813
|
type: "write";
|
|
814
814
|
text: string;
|
|
815
815
|
} | {
|
|
816
|
-
key: string;
|
|
817
816
|
type: "press";
|
|
817
|
+
key: string;
|
|
818
818
|
} | {
|
|
819
819
|
type: "scroll";
|
|
820
820
|
direction: "up" | "down";
|
|
@@ -951,8 +951,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
951
951
|
type: "write";
|
|
952
952
|
text: string;
|
|
953
953
|
} | {
|
|
954
|
-
key: string;
|
|
955
954
|
type: "press";
|
|
955
|
+
key: string;
|
|
956
956
|
} | {
|
|
957
957
|
type: "scroll";
|
|
958
958
|
direction: "up" | "down";
|
|
@@ -1028,8 +1028,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1028
1028
|
type: "write";
|
|
1029
1029
|
text: string;
|
|
1030
1030
|
} | {
|
|
1031
|
-
key: string;
|
|
1032
1031
|
type: "press";
|
|
1032
|
+
key: string;
|
|
1033
1033
|
} | {
|
|
1034
1034
|
type: "scroll";
|
|
1035
1035
|
direction: "up" | "down";
|
|
@@ -1356,11 +1356,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1356
1356
|
type: z.ZodLiteral<"press">;
|
|
1357
1357
|
key: z.ZodString;
|
|
1358
1358
|
}, "strip", z.ZodTypeAny, {
|
|
1359
|
-
key: string;
|
|
1360
1359
|
type: "press";
|
|
1361
|
-
}, {
|
|
1362
1360
|
key: string;
|
|
1361
|
+
}, {
|
|
1363
1362
|
type: "press";
|
|
1363
|
+
key: string;
|
|
1364
1364
|
}>, z.ZodObject<{
|
|
1365
1365
|
type: z.ZodLiteral<"scroll">;
|
|
1366
1366
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -1477,8 +1477,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1477
1477
|
type: "write";
|
|
1478
1478
|
text: string;
|
|
1479
1479
|
} | {
|
|
1480
|
-
key: string;
|
|
1481
1480
|
type: "press";
|
|
1481
|
+
key: string;
|
|
1482
1482
|
} | {
|
|
1483
1483
|
type: "scroll";
|
|
1484
1484
|
direction: "up" | "down";
|
|
@@ -1535,8 +1535,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1535
1535
|
type: "write";
|
|
1536
1536
|
text: string;
|
|
1537
1537
|
} | {
|
|
1538
|
-
key: string;
|
|
1539
1538
|
type: "press";
|
|
1539
|
+
key: string;
|
|
1540
1540
|
} | {
|
|
1541
1541
|
type: "scroll";
|
|
1542
1542
|
direction: "up" | "down";
|
|
@@ -1675,8 +1675,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1675
1675
|
type: "write";
|
|
1676
1676
|
text: string;
|
|
1677
1677
|
} | {
|
|
1678
|
-
key: string;
|
|
1679
1678
|
type: "press";
|
|
1679
|
+
key: string;
|
|
1680
1680
|
} | {
|
|
1681
1681
|
type: "scroll";
|
|
1682
1682
|
direction: "up" | "down";
|
|
@@ -1762,8 +1762,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1762
1762
|
type: "write";
|
|
1763
1763
|
text: string;
|
|
1764
1764
|
} | {
|
|
1765
|
-
key: string;
|
|
1766
1765
|
type: "press";
|
|
1766
|
+
key: string;
|
|
1767
1767
|
} | {
|
|
1768
1768
|
type: "scroll";
|
|
1769
1769
|
direction: "up" | "down";
|
|
@@ -2024,11 +2024,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2024
2024
|
type: z.ZodLiteral<"press">;
|
|
2025
2025
|
key: z.ZodString;
|
|
2026
2026
|
}, "strip", z.ZodTypeAny, {
|
|
2027
|
-
key: string;
|
|
2028
2027
|
type: "press";
|
|
2029
|
-
}, {
|
|
2030
2028
|
key: string;
|
|
2029
|
+
}, {
|
|
2031
2030
|
type: "press";
|
|
2031
|
+
key: string;
|
|
2032
2032
|
}>, z.ZodObject<{
|
|
2033
2033
|
type: z.ZodLiteral<"scroll">;
|
|
2034
2034
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -2145,8 +2145,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2145
2145
|
type: "write";
|
|
2146
2146
|
text: string;
|
|
2147
2147
|
} | {
|
|
2148
|
-
key: string;
|
|
2149
2148
|
type: "press";
|
|
2149
|
+
key: string;
|
|
2150
2150
|
} | {
|
|
2151
2151
|
type: "scroll";
|
|
2152
2152
|
direction: "up" | "down";
|
|
@@ -2203,8 +2203,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2203
2203
|
type: "write";
|
|
2204
2204
|
text: string;
|
|
2205
2205
|
} | {
|
|
2206
|
-
key: string;
|
|
2207
2206
|
type: "press";
|
|
2207
|
+
key: string;
|
|
2208
2208
|
} | {
|
|
2209
2209
|
type: "scroll";
|
|
2210
2210
|
direction: "up" | "down";
|
|
@@ -2348,8 +2348,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2348
2348
|
type: "write";
|
|
2349
2349
|
text: string;
|
|
2350
2350
|
} | {
|
|
2351
|
-
key: string;
|
|
2352
2351
|
type: "press";
|
|
2352
|
+
key: string;
|
|
2353
2353
|
} | {
|
|
2354
2354
|
type: "scroll";
|
|
2355
2355
|
direction: "up" | "down";
|
|
@@ -2426,8 +2426,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2426
2426
|
type: "write";
|
|
2427
2427
|
text: string;
|
|
2428
2428
|
} | {
|
|
2429
|
-
key: string;
|
|
2430
2429
|
type: "press";
|
|
2430
|
+
key: string;
|
|
2431
2431
|
} | {
|
|
2432
2432
|
type: "scroll";
|
|
2433
2433
|
direction: "up" | "down";
|
|
@@ -18838,8 +18838,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18838
18838
|
operation: "extract";
|
|
18839
18839
|
success: boolean;
|
|
18840
18840
|
error: string;
|
|
18841
|
-
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
18842
18841
|
id?: string | undefined;
|
|
18842
|
+
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
18843
18843
|
data?: unknown;
|
|
18844
18844
|
warning?: string | undefined;
|
|
18845
18845
|
sources?: Record<string, unknown> | undefined;
|
|
@@ -18848,8 +18848,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18848
18848
|
operation: "extract";
|
|
18849
18849
|
success: boolean;
|
|
18850
18850
|
error: string;
|
|
18851
|
-
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
18852
18851
|
id?: string | undefined;
|
|
18852
|
+
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
18853
18853
|
data?: unknown;
|
|
18854
18854
|
warning?: string | undefined;
|
|
18855
18855
|
sources?: Record<string, unknown> | undefined;
|
|
@@ -19045,11 +19045,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19045
19045
|
type: z.ZodLiteral<"press">;
|
|
19046
19046
|
key: z.ZodString;
|
|
19047
19047
|
}, "strip", z.ZodTypeAny, {
|
|
19048
|
-
key: string;
|
|
19049
19048
|
type: "press";
|
|
19050
|
-
}, {
|
|
19051
19049
|
key: string;
|
|
19050
|
+
}, {
|
|
19052
19051
|
type: "press";
|
|
19052
|
+
key: string;
|
|
19053
19053
|
}>, z.ZodObject<{
|
|
19054
19054
|
type: z.ZodLiteral<"scroll">;
|
|
19055
19055
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -19173,8 +19173,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19173
19173
|
type: "write";
|
|
19174
19174
|
text: string;
|
|
19175
19175
|
} | {
|
|
19176
|
-
key: string;
|
|
19177
19176
|
type: "press";
|
|
19177
|
+
key: string;
|
|
19178
19178
|
} | {
|
|
19179
19179
|
type: "scroll";
|
|
19180
19180
|
direction: "up" | "down";
|
|
@@ -19236,8 +19236,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19236
19236
|
type: "write";
|
|
19237
19237
|
text: string;
|
|
19238
19238
|
} | {
|
|
19239
|
-
key: string;
|
|
19240
19239
|
type: "press";
|
|
19240
|
+
key: string;
|
|
19241
19241
|
} | {
|
|
19242
19242
|
type: "scroll";
|
|
19243
19243
|
direction: "up" | "down";
|
|
@@ -19500,11 +19500,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19500
19500
|
type: z.ZodLiteral<"press">;
|
|
19501
19501
|
key: z.ZodString;
|
|
19502
19502
|
}, "strip", z.ZodTypeAny, {
|
|
19503
|
-
key: string;
|
|
19504
19503
|
type: "press";
|
|
19505
|
-
}, {
|
|
19506
19504
|
key: string;
|
|
19505
|
+
}, {
|
|
19507
19506
|
type: "press";
|
|
19507
|
+
key: string;
|
|
19508
19508
|
}>, z.ZodObject<{
|
|
19509
19509
|
type: z.ZodLiteral<"scroll">;
|
|
19510
19510
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -19621,8 +19621,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19621
19621
|
type: "write";
|
|
19622
19622
|
text: string;
|
|
19623
19623
|
} | {
|
|
19624
|
-
key: string;
|
|
19625
19624
|
type: "press";
|
|
19625
|
+
key: string;
|
|
19626
19626
|
} | {
|
|
19627
19627
|
type: "scroll";
|
|
19628
19628
|
direction: "up" | "down";
|
|
@@ -19679,8 +19679,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19679
19679
|
type: "write";
|
|
19680
19680
|
text: string;
|
|
19681
19681
|
} | {
|
|
19682
|
-
key: string;
|
|
19683
19682
|
type: "press";
|
|
19683
|
+
key: string;
|
|
19684
19684
|
} | {
|
|
19685
19685
|
type: "scroll";
|
|
19686
19686
|
direction: "up" | "down";
|
|
@@ -19817,8 +19817,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19817
19817
|
type: "write";
|
|
19818
19818
|
text: string;
|
|
19819
19819
|
} | {
|
|
19820
|
-
key: string;
|
|
19821
19820
|
type: "press";
|
|
19821
|
+
key: string;
|
|
19822
19822
|
} | {
|
|
19823
19823
|
type: "scroll";
|
|
19824
19824
|
direction: "up" | "down";
|
|
@@ -19894,8 +19894,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19894
19894
|
type: "write";
|
|
19895
19895
|
text: string;
|
|
19896
19896
|
} | {
|
|
19897
|
-
key: string;
|
|
19898
19897
|
type: "press";
|
|
19898
|
+
key: string;
|
|
19899
19899
|
} | {
|
|
19900
19900
|
type: "scroll";
|
|
19901
19901
|
direction: "up" | "down";
|
|
@@ -20222,11 +20222,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20222
20222
|
type: z.ZodLiteral<"press">;
|
|
20223
20223
|
key: z.ZodString;
|
|
20224
20224
|
}, "strip", z.ZodTypeAny, {
|
|
20225
|
-
key: string;
|
|
20226
20225
|
type: "press";
|
|
20227
|
-
}, {
|
|
20228
20226
|
key: string;
|
|
20227
|
+
}, {
|
|
20229
20228
|
type: "press";
|
|
20229
|
+
key: string;
|
|
20230
20230
|
}>, z.ZodObject<{
|
|
20231
20231
|
type: z.ZodLiteral<"scroll">;
|
|
20232
20232
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -20343,8 +20343,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20343
20343
|
type: "write";
|
|
20344
20344
|
text: string;
|
|
20345
20345
|
} | {
|
|
20346
|
-
key: string;
|
|
20347
20346
|
type: "press";
|
|
20347
|
+
key: string;
|
|
20348
20348
|
} | {
|
|
20349
20349
|
type: "scroll";
|
|
20350
20350
|
direction: "up" | "down";
|
|
@@ -20401,8 +20401,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20401
20401
|
type: "write";
|
|
20402
20402
|
text: string;
|
|
20403
20403
|
} | {
|
|
20404
|
-
key: string;
|
|
20405
20404
|
type: "press";
|
|
20405
|
+
key: string;
|
|
20406
20406
|
} | {
|
|
20407
20407
|
type: "scroll";
|
|
20408
20408
|
direction: "up" | "down";
|
|
@@ -20541,8 +20541,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20541
20541
|
type: "write";
|
|
20542
20542
|
text: string;
|
|
20543
20543
|
} | {
|
|
20544
|
-
key: string;
|
|
20545
20544
|
type: "press";
|
|
20545
|
+
key: string;
|
|
20546
20546
|
} | {
|
|
20547
20547
|
type: "scroll";
|
|
20548
20548
|
direction: "up" | "down";
|
|
@@ -20628,8 +20628,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20628
20628
|
type: "write";
|
|
20629
20629
|
text: string;
|
|
20630
20630
|
} | {
|
|
20631
|
-
key: string;
|
|
20632
20631
|
type: "press";
|
|
20632
|
+
key: string;
|
|
20633
20633
|
} | {
|
|
20634
20634
|
type: "scroll";
|
|
20635
20635
|
direction: "up" | "down";
|
|
@@ -20890,11 +20890,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20890
20890
|
type: z.ZodLiteral<"press">;
|
|
20891
20891
|
key: z.ZodString;
|
|
20892
20892
|
}, "strip", z.ZodTypeAny, {
|
|
20893
|
-
key: string;
|
|
20894
20893
|
type: "press";
|
|
20895
|
-
}, {
|
|
20896
20894
|
key: string;
|
|
20895
|
+
}, {
|
|
20897
20896
|
type: "press";
|
|
20897
|
+
key: string;
|
|
20898
20898
|
}>, z.ZodObject<{
|
|
20899
20899
|
type: z.ZodLiteral<"scroll">;
|
|
20900
20900
|
direction: z.ZodEnum<["up", "down"]>;
|
|
@@ -21011,8 +21011,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21011
21011
|
type: "write";
|
|
21012
21012
|
text: string;
|
|
21013
21013
|
} | {
|
|
21014
|
-
key: string;
|
|
21015
21014
|
type: "press";
|
|
21015
|
+
key: string;
|
|
21016
21016
|
} | {
|
|
21017
21017
|
type: "scroll";
|
|
21018
21018
|
direction: "up" | "down";
|
|
@@ -21069,8 +21069,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21069
21069
|
type: "write";
|
|
21070
21070
|
text: string;
|
|
21071
21071
|
} | {
|
|
21072
|
-
key: string;
|
|
21073
21072
|
type: "press";
|
|
21073
|
+
key: string;
|
|
21074
21074
|
} | {
|
|
21075
21075
|
type: "scroll";
|
|
21076
21076
|
direction: "up" | "down";
|
|
@@ -21214,8 +21214,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21214
21214
|
type: "write";
|
|
21215
21215
|
text: string;
|
|
21216
21216
|
} | {
|
|
21217
|
-
key: string;
|
|
21218
21217
|
type: "press";
|
|
21218
|
+
key: string;
|
|
21219
21219
|
} | {
|
|
21220
21220
|
type: "scroll";
|
|
21221
21221
|
direction: "up" | "down";
|
|
@@ -21292,8 +21292,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21292
21292
|
type: "write";
|
|
21293
21293
|
text: string;
|
|
21294
21294
|
} | {
|
|
21295
|
-
key: string;
|
|
21296
21295
|
type: "press";
|
|
21296
|
+
key: string;
|
|
21297
21297
|
} | {
|
|
21298
21298
|
type: "scroll";
|
|
21299
21299
|
direction: "up" | "down";
|
|
@@ -37704,8 +37704,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37704
37704
|
operation: "extract";
|
|
37705
37705
|
success: boolean;
|
|
37706
37706
|
error: string;
|
|
37707
|
-
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
37708
37707
|
id?: string | undefined;
|
|
37708
|
+
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
37709
37709
|
data?: unknown;
|
|
37710
37710
|
warning?: string | undefined;
|
|
37711
37711
|
sources?: Record<string, unknown> | undefined;
|
|
@@ -37714,8 +37714,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37714
37714
|
operation: "extract";
|
|
37715
37715
|
success: boolean;
|
|
37716
37716
|
error: string;
|
|
37717
|
-
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
37718
37717
|
id?: string | undefined;
|
|
37718
|
+
status?: "processing" | "failed" | "completed" | "cancelled" | undefined;
|
|
37719
37719
|
data?: unknown;
|
|
37720
37720
|
warning?: string | undefined;
|
|
37721
37721
|
sources?: Record<string, unknown> | undefined;
|
|
@@ -268,8 +268,8 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
268
268
|
}, "strip", z.ZodTypeAny, {
|
|
269
269
|
operation: "update_task";
|
|
270
270
|
task_id: number;
|
|
271
|
-
description?: string | undefined;
|
|
272
271
|
name?: string | undefined;
|
|
272
|
+
description?: string | undefined;
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
assignedTo?: number | undefined;
|
|
275
275
|
dueDate?: string | undefined;
|
|
@@ -277,8 +277,8 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
|
|
|
277
277
|
}, {
|
|
278
278
|
operation: "update_task";
|
|
279
279
|
task_id: number;
|
|
280
|
-
description?: string | undefined;
|
|
281
280
|
name?: string | undefined;
|
|
281
|
+
description?: string | undefined;
|
|
282
282
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
283
283
|
assignedTo?: number | undefined;
|
|
284
284
|
dueDate?: string | undefined;
|
|
@@ -3662,8 +3662,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3662
3662
|
}, "strip", z.ZodTypeAny, {
|
|
3663
3663
|
operation: "update_task";
|
|
3664
3664
|
task_id: number;
|
|
3665
|
-
description?: string | undefined;
|
|
3666
3665
|
name?: string | undefined;
|
|
3666
|
+
description?: string | undefined;
|
|
3667
3667
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3668
3668
|
assignedTo?: number | undefined;
|
|
3669
3669
|
dueDate?: string | undefined;
|
|
@@ -3671,8 +3671,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
|
|
|
3671
3671
|
}, {
|
|
3672
3672
|
operation: "update_task";
|
|
3673
3673
|
task_id: number;
|
|
3674
|
-
description?: string | undefined;
|
|
3675
3674
|
name?: string | undefined;
|
|
3675
|
+
description?: string | undefined;
|
|
3676
3676
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3677
3677
|
assignedTo?: number | undefined;
|
|
3678
3678
|
dueDate?: string | undefined;
|