@bubblelab/bubble-core 0.1.83 → 0.1.84
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 +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +28 -28
- package/dist/bubbles/service-bubble/airtable.d.ts +40 -40
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +206 -206
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +28 -28
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +64 -64
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +177 -177
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +0 -133
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +271 -271
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js +0 -904
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -1536
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
- package/dist/recording/types.d.ts +0 -68
- package/dist/recording/types.d.ts.map +0 -1
- package/dist/recording/types.js +0 -13
- package/dist/recording/types.js.map +0 -1
|
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
timeout: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
27
|
+
timeout: number;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -70,22 +70,22 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
72
|
description?: string | null | undefined;
|
|
73
|
+
stars?: number | null | undefined;
|
|
73
74
|
usage?: {
|
|
74
75
|
totalRuns?: number | undefined;
|
|
75
76
|
usersCount?: number | undefined;
|
|
76
77
|
} | null | undefined;
|
|
77
|
-
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
83
|
description?: string | null | undefined;
|
|
84
|
+
stars?: number | null | undefined;
|
|
84
85
|
usage?: {
|
|
85
86
|
totalRuns?: number | undefined;
|
|
86
87
|
usersCount?: number | undefined;
|
|
87
88
|
} | null | undefined;
|
|
88
|
-
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -102,11 +102,11 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
104
|
description?: string | null | undefined;
|
|
105
|
+
stars?: number | null | undefined;
|
|
105
106
|
usage?: {
|
|
106
107
|
totalRuns?: number | undefined;
|
|
107
108
|
usersCount?: number | undefined;
|
|
108
109
|
} | null | undefined;
|
|
109
|
-
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
@@ -123,11 +123,11 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
125
|
description?: string | null | undefined;
|
|
126
|
+
stars?: number | null | undefined;
|
|
126
127
|
usage?: {
|
|
127
128
|
totalRuns?: number | undefined;
|
|
128
129
|
usersCount?: number | undefined;
|
|
129
130
|
} | null | undefined;
|
|
130
|
-
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
timeout: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
163
|
+
timeout: number;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -206,22 +206,22 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
208
|
description?: string | null | undefined;
|
|
209
|
+
stars?: number | null | undefined;
|
|
209
210
|
usage?: {
|
|
210
211
|
totalRuns?: number | undefined;
|
|
211
212
|
usersCount?: number | undefined;
|
|
212
213
|
} | null | undefined;
|
|
213
|
-
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
219
|
description?: string | null | undefined;
|
|
220
|
+
stars?: number | null | undefined;
|
|
220
221
|
usage?: {
|
|
221
222
|
totalRuns?: number | undefined;
|
|
222
223
|
usersCount?: number | undefined;
|
|
223
224
|
} | null | undefined;
|
|
224
|
-
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -238,11 +238,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
240
|
description?: string | null | undefined;
|
|
241
|
+
stars?: number | null | undefined;
|
|
241
242
|
usage?: {
|
|
242
243
|
totalRuns?: number | undefined;
|
|
243
244
|
usersCount?: number | undefined;
|
|
244
245
|
} | null | undefined;
|
|
245
|
-
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
@@ -259,11 +259,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
261
|
description?: string | null | undefined;
|
|
262
|
+
stars?: number | null | undefined;
|
|
262
263
|
usage?: {
|
|
263
264
|
totalRuns?: number | undefined;
|
|
264
265
|
usersCount?: number | undefined;
|
|
265
266
|
} | null | undefined;
|
|
266
|
-
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -352,22 +352,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
352
352
|
type: "Personal" | "Work" | "Other";
|
|
353
353
|
isPrimary: boolean;
|
|
354
354
|
} | null | undefined;
|
|
355
|
-
|
|
355
|
+
emailAddresses?: {
|
|
356
356
|
value: string;
|
|
357
357
|
type: "Personal" | "Work" | "Other";
|
|
358
358
|
isPrimary: boolean;
|
|
359
|
-
} | null | undefined;
|
|
360
|
-
customFields?: {
|
|
361
|
-
title: string;
|
|
362
|
-
id: string;
|
|
363
|
-
value?: unknown;
|
|
364
|
-
isPrivate?: boolean | undefined;
|
|
365
359
|
}[] | undefined;
|
|
366
|
-
|
|
360
|
+
primaryPhoneNumber?: {
|
|
367
361
|
value: string;
|
|
368
362
|
type: "Personal" | "Work" | "Other";
|
|
369
363
|
isPrimary: boolean;
|
|
370
|
-
}
|
|
364
|
+
} | null | undefined;
|
|
371
365
|
phoneNumbers?: {
|
|
372
366
|
value: string;
|
|
373
367
|
type: "Personal" | "Work" | "Other";
|
|
@@ -391,6 +385,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
391
385
|
id: string;
|
|
392
386
|
handle: string;
|
|
393
387
|
}[] | undefined;
|
|
388
|
+
customFields?: {
|
|
389
|
+
title: string;
|
|
390
|
+
id: string;
|
|
391
|
+
value?: unknown;
|
|
392
|
+
isPrivate?: boolean | undefined;
|
|
393
|
+
}[] | undefined;
|
|
394
394
|
}, {
|
|
395
395
|
name: string;
|
|
396
396
|
id: string;
|
|
@@ -406,22 +406,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
406
406
|
type: "Personal" | "Work" | "Other";
|
|
407
407
|
isPrimary: boolean;
|
|
408
408
|
} | null | undefined;
|
|
409
|
-
|
|
409
|
+
emailAddresses?: {
|
|
410
410
|
value: string;
|
|
411
411
|
type: "Personal" | "Work" | "Other";
|
|
412
412
|
isPrimary: boolean;
|
|
413
|
-
} | null | undefined;
|
|
414
|
-
customFields?: {
|
|
415
|
-
title: string;
|
|
416
|
-
id: string;
|
|
417
|
-
value?: unknown;
|
|
418
|
-
isPrivate?: boolean | undefined;
|
|
419
413
|
}[] | undefined;
|
|
420
|
-
|
|
414
|
+
primaryPhoneNumber?: {
|
|
421
415
|
value: string;
|
|
422
416
|
type: "Personal" | "Work" | "Other";
|
|
423
417
|
isPrimary: boolean;
|
|
424
|
-
}
|
|
418
|
+
} | null | undefined;
|
|
425
419
|
phoneNumbers?: {
|
|
426
420
|
value: string;
|
|
427
421
|
type: "Personal" | "Work" | "Other";
|
|
@@ -445,6 +439,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
445
439
|
id: string;
|
|
446
440
|
handle: string;
|
|
447
441
|
}[] | undefined;
|
|
442
|
+
customFields?: {
|
|
443
|
+
title: string;
|
|
444
|
+
id: string;
|
|
445
|
+
value?: unknown;
|
|
446
|
+
isPrivate?: boolean | undefined;
|
|
447
|
+
}[] | undefined;
|
|
448
448
|
}>, "many">>;
|
|
449
449
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
450
450
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -471,22 +471,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
471
471
|
type: "Personal" | "Work" | "Other";
|
|
472
472
|
isPrimary: boolean;
|
|
473
473
|
} | null | undefined;
|
|
474
|
-
|
|
474
|
+
emailAddresses?: {
|
|
475
475
|
value: string;
|
|
476
476
|
type: "Personal" | "Work" | "Other";
|
|
477
477
|
isPrimary: boolean;
|
|
478
|
-
} | null | undefined;
|
|
479
|
-
customFields?: {
|
|
480
|
-
title: string;
|
|
481
|
-
id: string;
|
|
482
|
-
value?: unknown;
|
|
483
|
-
isPrivate?: boolean | undefined;
|
|
484
478
|
}[] | undefined;
|
|
485
|
-
|
|
479
|
+
primaryPhoneNumber?: {
|
|
486
480
|
value: string;
|
|
487
481
|
type: "Personal" | "Work" | "Other";
|
|
488
482
|
isPrimary: boolean;
|
|
489
|
-
}
|
|
483
|
+
} | null | undefined;
|
|
490
484
|
phoneNumbers?: {
|
|
491
485
|
value: string;
|
|
492
486
|
type: "Personal" | "Work" | "Other";
|
|
@@ -510,6 +504,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
510
504
|
id: string;
|
|
511
505
|
handle: string;
|
|
512
506
|
}[] | undefined;
|
|
507
|
+
customFields?: {
|
|
508
|
+
title: string;
|
|
509
|
+
id: string;
|
|
510
|
+
value?: unknown;
|
|
511
|
+
isPrivate?: boolean | undefined;
|
|
512
|
+
}[] | undefined;
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
@@ -533,22 +533,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
533
533
|
type: "Personal" | "Work" | "Other";
|
|
534
534
|
isPrimary: boolean;
|
|
535
535
|
} | null | undefined;
|
|
536
|
-
|
|
536
|
+
emailAddresses?: {
|
|
537
537
|
value: string;
|
|
538
538
|
type: "Personal" | "Work" | "Other";
|
|
539
539
|
isPrimary: boolean;
|
|
540
|
-
} | null | undefined;
|
|
541
|
-
customFields?: {
|
|
542
|
-
title: string;
|
|
543
|
-
id: string;
|
|
544
|
-
value?: unknown;
|
|
545
|
-
isPrivate?: boolean | undefined;
|
|
546
540
|
}[] | undefined;
|
|
547
|
-
|
|
541
|
+
primaryPhoneNumber?: {
|
|
548
542
|
value: string;
|
|
549
543
|
type: "Personal" | "Work" | "Other";
|
|
550
544
|
isPrimary: boolean;
|
|
551
|
-
}
|
|
545
|
+
} | null | undefined;
|
|
552
546
|
phoneNumbers?: {
|
|
553
547
|
value: string;
|
|
554
548
|
type: "Personal" | "Work" | "Other";
|
|
@@ -572,6 +566,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
572
566
|
id: string;
|
|
573
567
|
handle: string;
|
|
574
568
|
}[] | undefined;
|
|
569
|
+
customFields?: {
|
|
570
|
+
title: string;
|
|
571
|
+
id: string;
|
|
572
|
+
value?: unknown;
|
|
573
|
+
isPrivate?: boolean | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
575
|
}[] | undefined;
|
|
576
576
|
more_data_available?: boolean | undefined;
|
|
577
577
|
}>, import("zod").ZodObject<{
|
|
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1257
1257
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1258
1258
|
title: string;
|
|
1259
1259
|
id: string;
|
|
1260
|
-
isPrivate: boolean;
|
|
1261
1260
|
isArchived: boolean;
|
|
1261
|
+
isPrivate: boolean;
|
|
1262
1262
|
objectType: string;
|
|
1263
1263
|
fieldType: string;
|
|
1264
1264
|
selectableValues?: {
|
|
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1269
1269
|
}, {
|
|
1270
1270
|
title: string;
|
|
1271
1271
|
id: string;
|
|
1272
|
-
isPrivate: boolean;
|
|
1273
1272
|
isArchived: boolean;
|
|
1273
|
+
isPrivate: boolean;
|
|
1274
1274
|
objectType: string;
|
|
1275
1275
|
fieldType: string;
|
|
1276
1276
|
selectableValues?: {
|
|
@@ -1293,8 +1293,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1293
1293
|
custom_fields?: {
|
|
1294
1294
|
title: string;
|
|
1295
1295
|
id: string;
|
|
1296
|
-
isPrivate: boolean;
|
|
1297
1296
|
isArchived: boolean;
|
|
1297
|
+
isPrivate: boolean;
|
|
1298
1298
|
objectType: string;
|
|
1299
1299
|
fieldType: string;
|
|
1300
1300
|
selectableValues?: {
|
|
@@ -1313,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1313
1313
|
custom_fields?: {
|
|
1314
1314
|
title: string;
|
|
1315
1315
|
id: string;
|
|
1316
|
-
isPrivate: boolean;
|
|
1317
1316
|
isArchived: boolean;
|
|
1317
|
+
isPrivate: boolean;
|
|
1318
1318
|
objectType: string;
|
|
1319
1319
|
fieldType: string;
|
|
1320
1320
|
selectableValues?: {
|
|
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
|
590
590
|
operation: "search_candidates";
|
|
591
591
|
name?: string | undefined;
|
|
592
|
-
email?: string | undefined;
|
|
593
592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
593
|
+
email?: string | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
operation: "search_candidates";
|
|
596
596
|
name?: string | undefined;
|
|
597
|
-
email?: string | undefined;
|
|
598
597
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
598
|
+
email?: string | undefined;
|
|
599
599
|
}>, z.ZodObject<{
|
|
600
600
|
operation: z.ZodLiteral<"add_tag">;
|
|
601
601
|
candidate_id: z.ZodString;
|
|
@@ -897,8 +897,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
897
897
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
898
898
|
error: z.ZodString;
|
|
899
899
|
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
success: boolean;
|
|
901
900
|
error: string;
|
|
901
|
+
success: boolean;
|
|
902
902
|
operation: "list_candidates";
|
|
903
903
|
next_cursor?: string | undefined;
|
|
904
904
|
sync_token?: string | undefined;
|
|
@@ -959,8 +959,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
959
959
|
}[] | undefined;
|
|
960
960
|
more_data_available?: boolean | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
success: boolean;
|
|
963
962
|
error: string;
|
|
963
|
+
success: boolean;
|
|
964
964
|
operation: "list_candidates";
|
|
965
965
|
next_cursor?: string | undefined;
|
|
966
966
|
sync_token?: string | undefined;
|
|
@@ -1115,8 +1115,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1115
1115
|
}>>;
|
|
1116
1116
|
error: z.ZodString;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
success: boolean;
|
|
1119
1118
|
error: string;
|
|
1119
|
+
success: boolean;
|
|
1120
1120
|
operation: "get_candidate";
|
|
1121
1121
|
candidate?: {
|
|
1122
1122
|
name: string;
|
|
@@ -1141,8 +1141,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1141
1141
|
}[] | undefined;
|
|
1142
1142
|
} | undefined;
|
|
1143
1143
|
}, {
|
|
1144
|
-
success: boolean;
|
|
1145
1144
|
error: string;
|
|
1145
|
+
success: boolean;
|
|
1146
1146
|
operation: "get_candidate";
|
|
1147
1147
|
candidate?: {
|
|
1148
1148
|
name: string;
|
|
@@ -1262,8 +1262,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1262
1262
|
duplicate: z.ZodOptional<z.ZodBoolean>;
|
|
1263
1263
|
error: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
success: boolean;
|
|
1266
1265
|
error: string;
|
|
1266
|
+
success: boolean;
|
|
1267
1267
|
operation: "create_candidate";
|
|
1268
1268
|
candidate?: {
|
|
1269
1269
|
name: string;
|
|
@@ -1289,8 +1289,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
duplicate?: boolean | undefined;
|
|
1291
1291
|
}, {
|
|
1292
|
-
success: boolean;
|
|
1293
1292
|
error: string;
|
|
1293
|
+
success: boolean;
|
|
1294
1294
|
operation: "create_candidate";
|
|
1295
1295
|
candidate?: {
|
|
1296
1296
|
name: string;
|
|
@@ -1410,8 +1410,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1410
1410
|
}>, "many">>;
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
}, "strip", z.ZodTypeAny, {
|
|
1413
|
-
success: boolean;
|
|
1414
1413
|
error: string;
|
|
1414
|
+
success: boolean;
|
|
1415
1415
|
operation: "search_candidates";
|
|
1416
1416
|
candidates?: {
|
|
1417
1417
|
name: string;
|
|
@@ -1436,8 +1436,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1436
1436
|
}[] | undefined;
|
|
1437
1437
|
}[] | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
success: boolean;
|
|
1440
1439
|
error: string;
|
|
1440
|
+
success: boolean;
|
|
1441
1441
|
operation: "search_candidates";
|
|
1442
1442
|
candidates?: {
|
|
1443
1443
|
name: string;
|
|
@@ -1556,8 +1556,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1556
1556
|
}>>;
|
|
1557
1557
|
error: z.ZodString;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
|
-
success: boolean;
|
|
1560
1559
|
error: string;
|
|
1560
|
+
success: boolean;
|
|
1561
1561
|
operation: "add_tag";
|
|
1562
1562
|
candidate?: {
|
|
1563
1563
|
name: string;
|
|
@@ -1582,8 +1582,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
|
-
success: boolean;
|
|
1586
1585
|
error: string;
|
|
1586
|
+
success: boolean;
|
|
1587
1587
|
operation: "add_tag";
|
|
1588
1588
|
candidate?: {
|
|
1589
1589
|
name: string;
|
|
@@ -1625,8 +1625,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1625
1625
|
}>, "many">>;
|
|
1626
1626
|
error: z.ZodString;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
success: boolean;
|
|
1629
1628
|
error: string;
|
|
1629
|
+
success: boolean;
|
|
1630
1630
|
operation: "list_tags";
|
|
1631
1631
|
tags?: {
|
|
1632
1632
|
title: string;
|
|
@@ -1634,8 +1634,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1634
1634
|
isArchived?: boolean | undefined;
|
|
1635
1635
|
}[] | undefined;
|
|
1636
1636
|
}, {
|
|
1637
|
-
success: boolean;
|
|
1638
1637
|
error: string;
|
|
1638
|
+
success: boolean;
|
|
1639
1639
|
operation: "list_tags";
|
|
1640
1640
|
tags?: {
|
|
1641
1641
|
title: string;
|
|
@@ -1660,8 +1660,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1660
1660
|
}>>;
|
|
1661
1661
|
error: z.ZodString;
|
|
1662
1662
|
}, "strip", z.ZodTypeAny, {
|
|
1663
|
-
success: boolean;
|
|
1664
1663
|
error: string;
|
|
1664
|
+
success: boolean;
|
|
1665
1665
|
operation: "create_tag";
|
|
1666
1666
|
tag?: {
|
|
1667
1667
|
title: string;
|
|
@@ -1669,8 +1669,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1669
1669
|
isArchived?: boolean | undefined;
|
|
1670
1670
|
} | undefined;
|
|
1671
1671
|
}, {
|
|
1672
|
-
success: boolean;
|
|
1673
1672
|
error: string;
|
|
1673
|
+
success: boolean;
|
|
1674
1674
|
operation: "create_tag";
|
|
1675
1675
|
tag?: {
|
|
1676
1676
|
title: string;
|
|
@@ -1730,8 +1730,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1730
1730
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
1731
1731
|
error: z.ZodString;
|
|
1732
1732
|
}, "strip", z.ZodTypeAny, {
|
|
1733
|
-
success: boolean;
|
|
1734
1733
|
error: string;
|
|
1734
|
+
success: boolean;
|
|
1735
1735
|
operation: "list_custom_fields";
|
|
1736
1736
|
next_cursor?: string | undefined;
|
|
1737
1737
|
sync_token?: string | undefined;
|
|
@@ -1750,8 +1750,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1750
1750
|
}[] | undefined;
|
|
1751
1751
|
}[] | undefined;
|
|
1752
1752
|
}, {
|
|
1753
|
-
success: boolean;
|
|
1754
1753
|
error: string;
|
|
1754
|
+
success: boolean;
|
|
1755
1755
|
operation: "list_custom_fields";
|
|
1756
1756
|
next_cursor?: string | undefined;
|
|
1757
1757
|
sync_token?: string | undefined;
|
|
@@ -168,6 +168,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
168
168
|
captchaImageSelector?: string | undefined;
|
|
169
169
|
captchaInputSelector?: string | undefined;
|
|
170
170
|
} | undefined;
|
|
171
|
+
context_id?: string | undefined;
|
|
171
172
|
cookies?: {
|
|
172
173
|
value: string;
|
|
173
174
|
path: string;
|
|
@@ -177,7 +178,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
177
178
|
httpOnly: boolean;
|
|
178
179
|
secure: boolean;
|
|
179
180
|
}[] | undefined;
|
|
180
|
-
context_id?: string | undefined;
|
|
181
181
|
proxies?: true | ({
|
|
182
182
|
type: "browserbase";
|
|
183
183
|
geolocation?: {
|
|
@@ -202,6 +202,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
202
202
|
captchaImageSelector?: string | undefined;
|
|
203
203
|
captchaInputSelector?: string | undefined;
|
|
204
204
|
} | undefined;
|
|
205
|
+
context_id?: string | undefined;
|
|
205
206
|
cookies?: {
|
|
206
207
|
value: string;
|
|
207
208
|
path: string;
|
|
@@ -211,7 +212,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
211
212
|
httpOnly: boolean;
|
|
212
213
|
secure: boolean;
|
|
213
214
|
}[] | undefined;
|
|
214
|
-
context_id?: string | undefined;
|
|
215
215
|
viewport_width?: number | undefined;
|
|
216
216
|
viewport_height?: number | undefined;
|
|
217
217
|
proxies?: true | ({
|
|
@@ -593,15 +593,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
593
593
|
debug_url: z.ZodOptional<z.ZodString>;
|
|
594
594
|
error: z.ZodString;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
596
|
-
success: boolean;
|
|
597
596
|
error: string;
|
|
597
|
+
success: boolean;
|
|
598
598
|
operation: "start_session";
|
|
599
599
|
session_id?: string | undefined;
|
|
600
600
|
context_id?: string | undefined;
|
|
601
601
|
debug_url?: string | undefined;
|
|
602
602
|
}, {
|
|
603
|
-
success: boolean;
|
|
604
603
|
error: string;
|
|
604
|
+
success: boolean;
|
|
605
605
|
operation: "start_session";
|
|
606
606
|
session_id?: string | undefined;
|
|
607
607
|
context_id?: string | undefined;
|
|
@@ -612,13 +612,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
612
612
|
url: z.ZodOptional<z.ZodString>;
|
|
613
613
|
error: z.ZodString;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
|
-
success: boolean;
|
|
616
615
|
error: string;
|
|
616
|
+
success: boolean;
|
|
617
617
|
operation: "navigate";
|
|
618
618
|
url?: string | undefined;
|
|
619
619
|
}, {
|
|
620
|
-
success: boolean;
|
|
621
620
|
error: string;
|
|
621
|
+
success: boolean;
|
|
622
622
|
operation: "navigate";
|
|
623
623
|
url?: string | undefined;
|
|
624
624
|
}>, z.ZodObject<{
|
|
@@ -626,24 +626,24 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
626
626
|
success: z.ZodBoolean;
|
|
627
627
|
error: z.ZodString;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
|
-
success: boolean;
|
|
630
629
|
error: string;
|
|
630
|
+
success: boolean;
|
|
631
631
|
operation: "click";
|
|
632
632
|
}, {
|
|
633
|
-
success: boolean;
|
|
634
633
|
error: string;
|
|
634
|
+
success: boolean;
|
|
635
635
|
operation: "click";
|
|
636
636
|
}>, z.ZodObject<{
|
|
637
637
|
operation: z.ZodLiteral<"type">;
|
|
638
638
|
success: z.ZodBoolean;
|
|
639
639
|
error: z.ZodString;
|
|
640
640
|
}, "strip", z.ZodTypeAny, {
|
|
641
|
-
success: boolean;
|
|
642
641
|
error: string;
|
|
642
|
+
success: boolean;
|
|
643
643
|
operation: "type";
|
|
644
644
|
}, {
|
|
645
|
-
success: boolean;
|
|
646
645
|
error: string;
|
|
646
|
+
success: boolean;
|
|
647
647
|
operation: "type";
|
|
648
648
|
}>, z.ZodObject<{
|
|
649
649
|
operation: z.ZodLiteral<"evaluate">;
|
|
@@ -651,13 +651,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
651
651
|
result: z.ZodOptional<z.ZodUnknown>;
|
|
652
652
|
error: z.ZodString;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
|
-
success: boolean;
|
|
655
654
|
error: string;
|
|
655
|
+
success: boolean;
|
|
656
656
|
operation: "evaluate";
|
|
657
657
|
result?: unknown;
|
|
658
658
|
}, {
|
|
659
|
-
success: boolean;
|
|
660
659
|
error: string;
|
|
660
|
+
success: boolean;
|
|
661
661
|
operation: "evaluate";
|
|
662
662
|
result?: unknown;
|
|
663
663
|
}>, z.ZodObject<{
|
|
@@ -666,13 +666,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
666
666
|
content: z.ZodOptional<z.ZodString>;
|
|
667
667
|
error: z.ZodString;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
success: boolean;
|
|
670
669
|
error: string;
|
|
670
|
+
success: boolean;
|
|
671
671
|
operation: "get_content";
|
|
672
672
|
content?: string | undefined;
|
|
673
673
|
}, {
|
|
674
|
-
success: boolean;
|
|
675
674
|
error: string;
|
|
675
|
+
success: boolean;
|
|
676
676
|
operation: "get_content";
|
|
677
677
|
content?: string | undefined;
|
|
678
678
|
}>, z.ZodObject<{
|
|
@@ -682,14 +682,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
682
682
|
format: z.ZodOptional<z.ZodString>;
|
|
683
683
|
error: z.ZodString;
|
|
684
684
|
}, "strip", z.ZodTypeAny, {
|
|
685
|
-
success: boolean;
|
|
686
685
|
error: string;
|
|
686
|
+
success: boolean;
|
|
687
687
|
operation: "screenshot";
|
|
688
688
|
format?: string | undefined;
|
|
689
689
|
data?: string | undefined;
|
|
690
690
|
}, {
|
|
691
|
-
success: boolean;
|
|
692
691
|
error: string;
|
|
692
|
+
success: boolean;
|
|
693
693
|
operation: "screenshot";
|
|
694
694
|
format?: string | undefined;
|
|
695
695
|
data?: string | undefined;
|
|
@@ -698,12 +698,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
698
698
|
success: z.ZodBoolean;
|
|
699
699
|
error: z.ZodString;
|
|
700
700
|
}, "strip", z.ZodTypeAny, {
|
|
701
|
-
success: boolean;
|
|
702
701
|
error: string;
|
|
702
|
+
success: boolean;
|
|
703
703
|
operation: "wait";
|
|
704
704
|
}, {
|
|
705
|
-
success: boolean;
|
|
706
705
|
error: string;
|
|
706
|
+
success: boolean;
|
|
707
707
|
operation: "wait";
|
|
708
708
|
}>, z.ZodObject<{
|
|
709
709
|
operation: z.ZodLiteral<"get_cookies">;
|
|
@@ -735,8 +735,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
735
735
|
}>, "many">>;
|
|
736
736
|
error: z.ZodString;
|
|
737
737
|
}, "strip", z.ZodTypeAny, {
|
|
738
|
-
success: boolean;
|
|
739
738
|
error: string;
|
|
739
|
+
success: boolean;
|
|
740
740
|
operation: "get_cookies";
|
|
741
741
|
cookies?: {
|
|
742
742
|
value: string;
|
|
@@ -748,8 +748,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
748
748
|
secure: boolean;
|
|
749
749
|
}[] | undefined;
|
|
750
750
|
}, {
|
|
751
|
-
success: boolean;
|
|
752
751
|
error: string;
|
|
752
|
+
success: boolean;
|
|
753
753
|
operation: "get_cookies";
|
|
754
754
|
cookies?: {
|
|
755
755
|
value: string;
|
|
@@ -765,12 +765,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
765
765
|
success: z.ZodBoolean;
|
|
766
766
|
error: z.ZodString;
|
|
767
767
|
}, "strip", z.ZodTypeAny, {
|
|
768
|
-
success: boolean;
|
|
769
768
|
error: string;
|
|
769
|
+
success: boolean;
|
|
770
770
|
operation: "end_session";
|
|
771
771
|
}, {
|
|
772
|
-
success: boolean;
|
|
773
772
|
error: string;
|
|
773
|
+
success: boolean;
|
|
774
774
|
operation: "end_session";
|
|
775
775
|
}>]>;
|
|
776
776
|
export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
|