@bubblelab/bubble-core 0.1.193 → 0.1.194

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.
Files changed (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -28,9 +28,9 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
28
28
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
29
29
  }, "strip", import("zod").ZodTypeAny, {
30
30
  object: string;
31
+ offset: number;
31
32
  operation: "list_records";
32
33
  limit: number;
33
- offset: number;
34
34
  filter?: Record<string, unknown> | undefined;
35
35
  credentials?: Partial<Record<CredentialType, string>> | undefined;
36
36
  sorts?: {
@@ -42,8 +42,8 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
42
42
  operation: "list_records";
43
43
  filter?: Record<string, unknown> | undefined;
44
44
  credentials?: Partial<Record<CredentialType, string>> | undefined;
45
- limit?: number | undefined;
46
45
  offset?: number | undefined;
46
+ limit?: number | undefined;
47
47
  sorts?: {
48
48
  attribute: string;
49
49
  direction?: "asc" | "desc" | undefined;
@@ -146,17 +146,17 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
146
146
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
147
147
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
148
148
  }, "strip", import("zod").ZodTypeAny, {
149
+ offset: number;
149
150
  operation: "list_notes";
150
151
  limit: number;
151
- offset: number;
152
152
  credentials?: Partial<Record<CredentialType, string>> | undefined;
153
153
  parent_object?: string | undefined;
154
154
  parent_record_id?: string | undefined;
155
155
  }, {
156
156
  operation: "list_notes";
157
157
  credentials?: Partial<Record<CredentialType, string>> | undefined;
158
- limit?: number | undefined;
159
158
  offset?: number | undefined;
159
+ limit?: number | undefined;
160
160
  parent_object?: string | undefined;
161
161
  parent_record_id?: string | undefined;
162
162
  }>, import("zod").ZodObject<{
@@ -219,15 +219,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
219
219
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
220
220
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
221
221
  }, "strip", import("zod").ZodTypeAny, {
222
+ offset: number;
222
223
  operation: "list_tasks";
223
224
  limit: number;
224
- offset: number;
225
225
  credentials?: Partial<Record<CredentialType, string>> | undefined;
226
226
  }, {
227
227
  operation: "list_tasks";
228
228
  credentials?: Partial<Record<CredentialType, string>> | undefined;
229
- limit?: number | undefined;
230
229
  offset?: number | undefined;
230
+ limit?: number | undefined;
231
231
  }>, import("zod").ZodObject<{
232
232
  operation: import("zod").ZodLiteral<"update_task">;
233
233
  task_id: import("zod").ZodString;
@@ -267,15 +267,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
267
267
  offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
268
268
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
269
269
  }, "strip", import("zod").ZodTypeAny, {
270
+ offset: number;
270
271
  operation: "list_lists";
271
272
  limit: number;
272
- offset: number;
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
275
  operation: "list_lists";
276
276
  credentials?: Partial<Record<CredentialType, string>> | undefined;
277
- limit?: number | undefined;
278
277
  offset?: number | undefined;
278
+ limit?: number | undefined;
279
279
  }>, import("zod").ZodObject<{
280
280
  operation: import("zod").ZodLiteral<"create_entry">;
281
281
  list: import("zod").ZodString;
@@ -284,15 +284,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
284
284
  entry_values: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
285
285
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
286
286
  }, "strip", import("zod").ZodTypeAny, {
287
- list: string;
288
287
  operation: "create_entry";
288
+ list: string;
289
289
  parent_object: string;
290
290
  parent_record_id: string;
291
291
  entry_values: Record<string, unknown>;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
294
- list: string;
295
294
  operation: "create_entry";
295
+ list: string;
296
296
  parent_object: string;
297
297
  parent_record_id: string;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -305,19 +305,19 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
305
305
  filter: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
306
306
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
307
307
  }, "strip", import("zod").ZodTypeAny, {
308
- list: string;
308
+ offset: number;
309
309
  operation: "list_entries";
310
310
  limit: number;
311
- offset: number;
311
+ list: string;
312
312
  filter?: Record<string, unknown> | undefined;
313
313
  credentials?: Partial<Record<CredentialType, string>> | undefined;
314
314
  }, {
315
- list: string;
316
315
  operation: "list_entries";
316
+ list: string;
317
317
  filter?: Record<string, unknown> | undefined;
318
318
  credentials?: Partial<Record<CredentialType, string>> | undefined;
319
- limit?: number | undefined;
320
319
  offset?: number | undefined;
320
+ limit?: number | undefined;
321
321
  }>]>;
322
322
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
323
323
  operation: import("zod").ZodLiteral<"list_records">;
@@ -326,14 +326,14 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
326
326
  success: import("zod").ZodBoolean;
327
327
  error: import("zod").ZodString;
328
328
  }, "strip", import("zod").ZodTypeAny, {
329
- error: string;
330
329
  success: boolean;
330
+ error: string;
331
331
  operation: "list_records";
332
332
  records?: Record<string, unknown>[] | undefined;
333
333
  next_page_offset?: number | undefined;
334
334
  }, {
335
- error: string;
336
335
  success: boolean;
336
+ error: string;
337
337
  operation: "list_records";
338
338
  records?: Record<string, unknown>[] | undefined;
339
339
  next_page_offset?: number | undefined;
@@ -343,13 +343,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
343
343
  success: import("zod").ZodBoolean;
344
344
  error: import("zod").ZodString;
345
345
  }, "strip", import("zod").ZodTypeAny, {
346
- error: string;
347
346
  success: boolean;
347
+ error: string;
348
348
  operation: "get_record";
349
349
  record?: Record<string, unknown> | undefined;
350
350
  }, {
351
- error: string;
352
351
  success: boolean;
352
+ error: string;
353
353
  operation: "get_record";
354
354
  record?: Record<string, unknown> | undefined;
355
355
  }>, import("zod").ZodObject<{
@@ -358,13 +358,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
358
358
  success: import("zod").ZodBoolean;
359
359
  error: import("zod").ZodString;
360
360
  }, "strip", import("zod").ZodTypeAny, {
361
- error: string;
362
361
  success: boolean;
362
+ error: string;
363
363
  operation: "create_record";
364
364
  record?: Record<string, unknown> | undefined;
365
365
  }, {
366
- error: string;
367
366
  success: boolean;
367
+ error: string;
368
368
  operation: "create_record";
369
369
  record?: Record<string, unknown> | undefined;
370
370
  }>, import("zod").ZodObject<{
@@ -373,13 +373,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
373
373
  success: import("zod").ZodBoolean;
374
374
  error: import("zod").ZodString;
375
375
  }, "strip", import("zod").ZodTypeAny, {
376
- error: string;
377
376
  success: boolean;
377
+ error: string;
378
378
  operation: "update_record";
379
379
  record?: Record<string, unknown> | undefined;
380
380
  }, {
381
- error: string;
382
381
  success: boolean;
382
+ error: string;
383
383
  operation: "update_record";
384
384
  record?: Record<string, unknown> | undefined;
385
385
  }>, import("zod").ZodObject<{
@@ -387,12 +387,12 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
387
387
  success: import("zod").ZodBoolean;
388
388
  error: import("zod").ZodString;
389
389
  }, "strip", import("zod").ZodTypeAny, {
390
- error: string;
391
390
  success: boolean;
391
+ error: string;
392
392
  operation: "delete_record";
393
393
  }, {
394
- error: string;
395
394
  success: boolean;
395
+ error: string;
396
396
  operation: "delete_record";
397
397
  }>, import("zod").ZodObject<{
398
398
  operation: import("zod").ZodLiteral<"create_note">;
@@ -400,13 +400,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
400
400
  success: import("zod").ZodBoolean;
401
401
  error: import("zod").ZodString;
402
402
  }, "strip", import("zod").ZodTypeAny, {
403
- error: string;
404
403
  success: boolean;
404
+ error: string;
405
405
  operation: "create_note";
406
406
  note?: Record<string, unknown> | undefined;
407
407
  }, {
408
- error: string;
409
408
  success: boolean;
409
+ error: string;
410
410
  operation: "create_note";
411
411
  note?: Record<string, unknown> | undefined;
412
412
  }>, import("zod").ZodObject<{
@@ -415,13 +415,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
415
415
  success: import("zod").ZodBoolean;
416
416
  error: import("zod").ZodString;
417
417
  }, "strip", import("zod").ZodTypeAny, {
418
- error: string;
419
418
  success: boolean;
419
+ error: string;
420
420
  operation: "list_notes";
421
421
  notes?: Record<string, unknown>[] | undefined;
422
422
  }, {
423
- error: string;
424
423
  success: boolean;
424
+ error: string;
425
425
  operation: "list_notes";
426
426
  notes?: Record<string, unknown>[] | undefined;
427
427
  }>, import("zod").ZodObject<{
@@ -430,13 +430,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
430
430
  success: import("zod").ZodBoolean;
431
431
  error: import("zod").ZodString;
432
432
  }, "strip", import("zod").ZodTypeAny, {
433
- error: string;
434
433
  success: boolean;
434
+ error: string;
435
435
  operation: "create_task";
436
436
  task?: Record<string, unknown> | undefined;
437
437
  }, {
438
- error: string;
439
438
  success: boolean;
439
+ error: string;
440
440
  operation: "create_task";
441
441
  task?: Record<string, unknown> | undefined;
442
442
  }>, import("zod").ZodObject<{
@@ -445,13 +445,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
445
445
  success: import("zod").ZodBoolean;
446
446
  error: import("zod").ZodString;
447
447
  }, "strip", import("zod").ZodTypeAny, {
448
- error: string;
449
448
  success: boolean;
449
+ error: string;
450
450
  operation: "list_tasks";
451
451
  tasks?: Record<string, unknown>[] | undefined;
452
452
  }, {
453
- error: string;
454
453
  success: boolean;
454
+ error: string;
455
455
  operation: "list_tasks";
456
456
  tasks?: Record<string, unknown>[] | undefined;
457
457
  }>, import("zod").ZodObject<{
@@ -460,13 +460,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
460
460
  success: import("zod").ZodBoolean;
461
461
  error: import("zod").ZodString;
462
462
  }, "strip", import("zod").ZodTypeAny, {
463
- error: string;
464
463
  success: boolean;
464
+ error: string;
465
465
  operation: "update_task";
466
466
  task?: Record<string, unknown> | undefined;
467
467
  }, {
468
- error: string;
469
468
  success: boolean;
469
+ error: string;
470
470
  operation: "update_task";
471
471
  task?: Record<string, unknown> | undefined;
472
472
  }>, import("zod").ZodObject<{
@@ -474,12 +474,12 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
474
474
  success: import("zod").ZodBoolean;
475
475
  error: import("zod").ZodString;
476
476
  }, "strip", import("zod").ZodTypeAny, {
477
- error: string;
478
477
  success: boolean;
478
+ error: string;
479
479
  operation: "delete_task";
480
480
  }, {
481
- error: string;
482
481
  success: boolean;
482
+ error: string;
483
483
  operation: "delete_task";
484
484
  }>, import("zod").ZodObject<{
485
485
  operation: import("zod").ZodLiteral<"list_lists">;
@@ -487,13 +487,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
487
487
  success: import("zod").ZodBoolean;
488
488
  error: import("zod").ZodString;
489
489
  }, "strip", import("zod").ZodTypeAny, {
490
- error: string;
491
490
  success: boolean;
491
+ error: string;
492
492
  operation: "list_lists";
493
493
  lists?: Record<string, unknown>[] | undefined;
494
494
  }, {
495
- error: string;
496
495
  success: boolean;
496
+ error: string;
497
497
  operation: "list_lists";
498
498
  lists?: Record<string, unknown>[] | undefined;
499
499
  }>, import("zod").ZodObject<{
@@ -502,13 +502,13 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
502
502
  success: import("zod").ZodBoolean;
503
503
  error: import("zod").ZodString;
504
504
  }, "strip", import("zod").ZodTypeAny, {
505
- error: string;
506
505
  success: boolean;
506
+ error: string;
507
507
  operation: "create_entry";
508
508
  entry?: Record<string, unknown> | undefined;
509
509
  }, {
510
- error: string;
511
510
  success: boolean;
511
+ error: string;
512
512
  operation: "create_entry";
513
513
  entry?: Record<string, unknown> | undefined;
514
514
  }>, import("zod").ZodObject<{
@@ -518,14 +518,14 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
518
518
  success: import("zod").ZodBoolean;
519
519
  error: import("zod").ZodString;
520
520
  }, "strip", import("zod").ZodTypeAny, {
521
- error: string;
522
521
  success: boolean;
522
+ error: string;
523
523
  operation: "list_entries";
524
524
  entries?: Record<string, unknown>[] | undefined;
525
525
  next_page_offset?: number | undefined;
526
526
  }, {
527
- error: string;
528
527
  success: boolean;
528
+ error: string;
529
529
  operation: "list_entries";
530
530
  entries?: Record<string, unknown>[] | undefined;
531
531
  next_page_offset?: number | undefined;
@@ -275,15 +275,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
275
275
  entry_values: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
276
276
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
277
277
  }, "strip", z.ZodTypeAny, {
278
- list: string;
279
278
  operation: "create_entry";
279
+ list: string;
280
280
  parent_object: string;
281
281
  parent_record_id: string;
282
282
  entry_values: Record<string, unknown>;
283
283
  credentials?: Partial<Record<CredentialType, string>> | undefined;
284
284
  }, {
285
- list: string;
286
285
  operation: "create_entry";
286
+ list: string;
287
287
  parent_object: string;
288
288
  parent_record_id: string;
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -296,15 +296,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
296
296
  filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
297
297
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
298
298
  }, "strip", z.ZodTypeAny, {
299
- list: string;
300
299
  operation: "list_entries";
301
300
  limit: number;
302
301
  offset: number;
302
+ list: string;
303
303
  filter?: Record<string, unknown> | undefined;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
305
305
  }, {
306
- list: string;
307
306
  operation: "list_entries";
307
+ list: string;
308
308
  filter?: Record<string, unknown> | undefined;
309
309
  credentials?: Partial<Record<CredentialType, string>> | undefined;
310
310
  limit?: number | undefined;
@@ -169,6 +169,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
169
169
  captchaImageSelector?: string | undefined;
170
170
  captchaInputSelector?: string | undefined;
171
171
  } | undefined;
172
+ context_id?: string | undefined;
172
173
  cookies?: {
173
174
  value: string;
174
175
  path: string;
@@ -178,7 +179,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
179
  httpOnly: boolean;
179
180
  secure: boolean;
180
181
  }[] | undefined;
181
- context_id?: string | undefined;
182
182
  proxies?: true | ({
183
183
  type: "browserbase";
184
184
  geolocation?: {
@@ -204,6 +204,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
204
204
  captchaImageSelector?: string | undefined;
205
205
  captchaInputSelector?: string | undefined;
206
206
  } | undefined;
207
+ context_id?: string | undefined;
207
208
  cookies?: {
208
209
  value: string;
209
210
  path: string;
@@ -213,7 +214,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
213
214
  httpOnly: boolean;
214
215
  secure: boolean;
215
216
  }[] | undefined;
216
- context_id?: string | undefined;
217
217
  viewport_width?: number | undefined;
218
218
  viewport_height?: number | undefined;
219
219
  proxies?: true | ({
@@ -283,11 +283,11 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
283
283
  delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
284
284
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
285
285
  }, "strip", import("zod").ZodTypeAny, {
286
+ delay: number;
286
287
  text: string;
287
288
  operation: "type";
288
289
  session_id: string;
289
290
  selector: string;
290
- delay: number;
291
291
  clear_first: boolean;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
@@ -433,15 +433,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
433
433
  debug_url: import("zod").ZodOptional<import("zod").ZodString>;
434
434
  error: import("zod").ZodString;
435
435
  }, "strip", import("zod").ZodTypeAny, {
436
- error: string;
437
436
  success: boolean;
437
+ error: string;
438
438
  operation: "start_session";
439
439
  session_id?: string | undefined;
440
440
  context_id?: string | undefined;
441
441
  debug_url?: string | undefined;
442
442
  }, {
443
- error: string;
444
443
  success: boolean;
444
+ error: string;
445
445
  operation: "start_session";
446
446
  session_id?: string | undefined;
447
447
  context_id?: string | undefined;
@@ -452,13 +452,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
452
452
  url: import("zod").ZodOptional<import("zod").ZodString>;
453
453
  error: import("zod").ZodString;
454
454
  }, "strip", import("zod").ZodTypeAny, {
455
- error: string;
456
455
  success: boolean;
456
+ error: string;
457
457
  operation: "navigate";
458
458
  url?: string | undefined;
459
459
  }, {
460
- error: string;
461
460
  success: boolean;
461
+ error: string;
462
462
  operation: "navigate";
463
463
  url?: string | undefined;
464
464
  }>, import("zod").ZodObject<{
@@ -466,36 +466,36 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
466
466
  success: import("zod").ZodBoolean;
467
467
  error: import("zod").ZodString;
468
468
  }, "strip", import("zod").ZodTypeAny, {
469
- error: string;
470
469
  success: boolean;
470
+ error: string;
471
471
  operation: "click";
472
472
  }, {
473
- error: string;
474
473
  success: boolean;
474
+ error: string;
475
475
  operation: "click";
476
476
  }>, import("zod").ZodObject<{
477
477
  operation: import("zod").ZodLiteral<"type">;
478
478
  success: import("zod").ZodBoolean;
479
479
  error: import("zod").ZodString;
480
480
  }, "strip", import("zod").ZodTypeAny, {
481
- error: string;
482
481
  success: boolean;
482
+ error: string;
483
483
  operation: "type";
484
484
  }, {
485
- error: string;
486
485
  success: boolean;
486
+ error: string;
487
487
  operation: "type";
488
488
  }>, import("zod").ZodObject<{
489
489
  operation: import("zod").ZodLiteral<"select">;
490
490
  success: import("zod").ZodBoolean;
491
491
  error: import("zod").ZodString;
492
492
  }, "strip", import("zod").ZodTypeAny, {
493
- error: string;
494
493
  success: boolean;
494
+ error: string;
495
495
  operation: "select";
496
496
  }, {
497
- error: string;
498
497
  success: boolean;
498
+ error: string;
499
499
  operation: "select";
500
500
  }>, import("zod").ZodObject<{
501
501
  operation: import("zod").ZodLiteral<"evaluate">;
@@ -503,13 +503,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
503
503
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
504
504
  error: import("zod").ZodString;
505
505
  }, "strip", import("zod").ZodTypeAny, {
506
- error: string;
507
506
  success: boolean;
507
+ error: string;
508
508
  operation: "evaluate";
509
509
  result?: unknown;
510
510
  }, {
511
- error: string;
512
511
  success: boolean;
512
+ error: string;
513
513
  operation: "evaluate";
514
514
  result?: unknown;
515
515
  }>, import("zod").ZodObject<{
@@ -518,13 +518,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
518
518
  content: import("zod").ZodOptional<import("zod").ZodString>;
519
519
  error: import("zod").ZodString;
520
520
  }, "strip", import("zod").ZodTypeAny, {
521
- error: string;
522
521
  success: boolean;
522
+ error: string;
523
523
  operation: "get_content";
524
524
  content?: string | undefined;
525
525
  }, {
526
- error: string;
527
526
  success: boolean;
527
+ error: string;
528
528
  operation: "get_content";
529
529
  content?: string | undefined;
530
530
  }>, import("zod").ZodObject<{
@@ -534,14 +534,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
534
534
  format: import("zod").ZodOptional<import("zod").ZodString>;
535
535
  error: import("zod").ZodString;
536
536
  }, "strip", import("zod").ZodTypeAny, {
537
- error: string;
538
537
  success: boolean;
538
+ error: string;
539
539
  operation: "screenshot";
540
540
  format?: string | undefined;
541
541
  data?: string | undefined;
542
542
  }, {
543
- error: string;
544
543
  success: boolean;
544
+ error: string;
545
545
  operation: "screenshot";
546
546
  format?: string | undefined;
547
547
  data?: string | undefined;
@@ -550,12 +550,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
550
550
  success: import("zod").ZodBoolean;
551
551
  error: import("zod").ZodString;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- error: string;
554
553
  success: boolean;
554
+ error: string;
555
555
  operation: "wait";
556
556
  }, {
557
- error: string;
558
557
  success: boolean;
558
+ error: string;
559
559
  operation: "wait";
560
560
  }>, import("zod").ZodObject<{
561
561
  operation: import("zod").ZodLiteral<"get_cookies">;
@@ -587,8 +587,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
587
587
  }>, "many">>;
588
588
  error: import("zod").ZodString;
589
589
  }, "strip", import("zod").ZodTypeAny, {
590
- error: string;
591
590
  success: boolean;
591
+ error: string;
592
592
  operation: "get_cookies";
593
593
  cookies?: {
594
594
  value: string;
@@ -600,8 +600,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
600
600
  secure: boolean;
601
601
  }[] | undefined;
602
602
  }, {
603
- error: string;
604
603
  success: boolean;
604
+ error: string;
605
605
  operation: "get_cookies";
606
606
  cookies?: {
607
607
  value: string;
@@ -617,12 +617,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
617
617
  success: import("zod").ZodBoolean;
618
618
  error: import("zod").ZodString;
619
619
  }, "strip", import("zod").ZodTypeAny, {
620
- error: string;
621
620
  success: boolean;
621
+ error: string;
622
622
  operation: "end_session";
623
623
  }, {
624
- error: string;
625
624
  success: boolean;
625
+ error: string;
626
626
  operation: "end_session";
627
627
  }>]>;
628
628
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";