@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -71,14 +71,14 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
71
71
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
72
72
  }, "strip", import("zod").ZodTypeAny, {
73
73
  object: string;
74
- values: Record<string, unknown>;
75
74
  operation: "create_record";
75
+ values: Record<string, unknown>;
76
76
  credentials?: Partial<Record<CredentialType, string>> | undefined;
77
77
  matching_attribute?: string | undefined;
78
78
  }, {
79
79
  object: string;
80
- values: Record<string, unknown>;
81
80
  operation: "create_record";
81
+ values: Record<string, unknown>;
82
82
  credentials?: Partial<Record<CredentialType, string>> | undefined;
83
83
  matching_attribute?: string | undefined;
84
84
  }>, import("zod").ZodObject<{
@@ -89,14 +89,14 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
89
89
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
90
90
  }, "strip", import("zod").ZodTypeAny, {
91
91
  object: string;
92
- values: Record<string, unknown>;
93
92
  operation: "update_record";
93
+ values: Record<string, unknown>;
94
94
  record_id: string;
95
95
  credentials?: Partial<Record<CredentialType, string>> | undefined;
96
96
  }, {
97
97
  object: string;
98
- values: Record<string, unknown>;
99
98
  operation: "update_record";
99
+ values: Record<string, unknown>;
100
100
  record_id: string;
101
101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
102
102
  }>, import("zod").ZodObject<{
@@ -123,17 +123,17 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
123
123
  format: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["plaintext"]>>>;
124
124
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
125
125
  }, "strip", import("zod").ZodTypeAny, {
126
+ operation: "create_note";
126
127
  format: "plaintext";
127
128
  title: string;
128
129
  content: string;
129
- operation: "create_note";
130
130
  parent_object: string;
131
131
  parent_record_id: string;
132
132
  credentials?: Partial<Record<CredentialType, string>> | undefined;
133
133
  }, {
134
+ operation: "create_note";
134
135
  title: string;
135
136
  content: string;
136
- operation: "create_note";
137
137
  parent_object: string;
138
138
  parent_record_id: string;
139
139
  format?: "plaintext" | undefined;
@@ -186,8 +186,8 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
186
186
  }>, "many">>;
187
187
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
188
188
  }, "strip", import("zod").ZodTypeAny, {
189
- content: string;
190
189
  operation: "create_task";
190
+ content: string;
191
191
  is_completed: boolean;
192
192
  credentials?: Partial<Record<CredentialType, string>> | undefined;
193
193
  assignees?: {
@@ -200,8 +200,8 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
200
200
  target_record_id: string;
201
201
  }[] | undefined;
202
202
  }, {
203
- content: string;
204
203
  operation: "create_task";
204
+ content: string;
205
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
206
  assignees?: {
207
207
  referenced_actor_type: "workspace-member";
@@ -326,15 +326,15 @@ 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
- success: boolean;
331
329
  operation: "list_records";
330
+ success: boolean;
331
+ error: string;
332
332
  records?: Record<string, unknown>[] | undefined;
333
333
  next_page_offset?: number | undefined;
334
334
  }, {
335
- error: string;
336
- success: boolean;
337
335
  operation: "list_records";
336
+ success: boolean;
337
+ error: string;
338
338
  records?: Record<string, unknown>[] | undefined;
339
339
  next_page_offset?: number | undefined;
340
340
  }>, import("zod").ZodObject<{
@@ -343,14 +343,14 @@ 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
- success: boolean;
348
346
  operation: "get_record";
347
+ success: boolean;
348
+ error: string;
349
349
  record?: Record<string, unknown> | undefined;
350
350
  }, {
351
- error: string;
352
- success: boolean;
353
351
  operation: "get_record";
352
+ success: boolean;
353
+ error: string;
354
354
  record?: Record<string, unknown> | undefined;
355
355
  }>, import("zod").ZodObject<{
356
356
  operation: import("zod").ZodLiteral<"create_record">;
@@ -358,14 +358,14 @@ 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
- success: boolean;
363
361
  operation: "create_record";
362
+ success: boolean;
363
+ error: string;
364
364
  record?: Record<string, unknown> | undefined;
365
365
  }, {
366
- error: string;
367
- success: boolean;
368
366
  operation: "create_record";
367
+ success: boolean;
368
+ error: string;
369
369
  record?: Record<string, unknown> | undefined;
370
370
  }>, import("zod").ZodObject<{
371
371
  operation: import("zod").ZodLiteral<"update_record">;
@@ -373,41 +373,41 @@ 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
- success: boolean;
378
376
  operation: "update_record";
377
+ success: boolean;
378
+ error: string;
379
379
  record?: Record<string, unknown> | undefined;
380
380
  }, {
381
- error: string;
382
- success: boolean;
383
381
  operation: "update_record";
382
+ success: boolean;
383
+ error: string;
384
384
  record?: Record<string, unknown> | undefined;
385
385
  }>, import("zod").ZodObject<{
386
386
  operation: import("zod").ZodLiteral<"delete_record">;
387
387
  success: import("zod").ZodBoolean;
388
388
  error: import("zod").ZodString;
389
389
  }, "strip", import("zod").ZodTypeAny, {
390
- error: string;
391
- success: boolean;
392
390
  operation: "delete_record";
393
- }, {
394
- error: string;
395
391
  success: boolean;
392
+ error: string;
393
+ }, {
396
394
  operation: "delete_record";
395
+ success: boolean;
396
+ error: string;
397
397
  }>, import("zod").ZodObject<{
398
398
  operation: import("zod").ZodLiteral<"create_note">;
399
399
  note: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
400
400
  success: import("zod").ZodBoolean;
401
401
  error: import("zod").ZodString;
402
402
  }, "strip", import("zod").ZodTypeAny, {
403
- error: string;
404
- success: boolean;
405
403
  operation: "create_note";
404
+ success: boolean;
405
+ error: string;
406
406
  note?: Record<string, unknown> | undefined;
407
407
  }, {
408
- error: string;
409
- success: boolean;
410
408
  operation: "create_note";
409
+ success: boolean;
410
+ error: string;
411
411
  note?: Record<string, unknown> | undefined;
412
412
  }>, import("zod").ZodObject<{
413
413
  operation: import("zod").ZodLiteral<"list_notes">;
@@ -415,14 +415,14 @@ 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
- success: boolean;
420
418
  operation: "list_notes";
419
+ success: boolean;
420
+ error: string;
421
421
  notes?: Record<string, unknown>[] | undefined;
422
422
  }, {
423
- error: string;
424
- success: boolean;
425
423
  operation: "list_notes";
424
+ success: boolean;
425
+ error: string;
426
426
  notes?: Record<string, unknown>[] | undefined;
427
427
  }>, import("zod").ZodObject<{
428
428
  operation: import("zod").ZodLiteral<"create_task">;
@@ -430,14 +430,14 @@ 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
- success: boolean;
435
433
  operation: "create_task";
434
+ success: boolean;
435
+ error: string;
436
436
  task?: Record<string, unknown> | undefined;
437
437
  }, {
438
- error: string;
439
- success: boolean;
440
438
  operation: "create_task";
439
+ success: boolean;
440
+ error: string;
441
441
  task?: Record<string, unknown> | undefined;
442
442
  }>, import("zod").ZodObject<{
443
443
  operation: import("zod").ZodLiteral<"list_tasks">;
@@ -445,14 +445,14 @@ 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
- success: boolean;
450
448
  operation: "list_tasks";
449
+ success: boolean;
450
+ error: string;
451
451
  tasks?: Record<string, unknown>[] | undefined;
452
452
  }, {
453
- error: string;
454
- success: boolean;
455
453
  operation: "list_tasks";
454
+ success: boolean;
455
+ error: string;
456
456
  tasks?: Record<string, unknown>[] | undefined;
457
457
  }>, import("zod").ZodObject<{
458
458
  operation: import("zod").ZodLiteral<"update_task">;
@@ -460,41 +460,41 @@ 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
- success: boolean;
465
463
  operation: "update_task";
464
+ success: boolean;
465
+ error: string;
466
466
  task?: Record<string, unknown> | undefined;
467
467
  }, {
468
- error: string;
469
- success: boolean;
470
468
  operation: "update_task";
469
+ success: boolean;
470
+ error: string;
471
471
  task?: Record<string, unknown> | undefined;
472
472
  }>, import("zod").ZodObject<{
473
473
  operation: import("zod").ZodLiteral<"delete_task">;
474
474
  success: import("zod").ZodBoolean;
475
475
  error: import("zod").ZodString;
476
476
  }, "strip", import("zod").ZodTypeAny, {
477
- error: string;
478
- success: boolean;
479
477
  operation: "delete_task";
480
- }, {
481
- error: string;
482
478
  success: boolean;
479
+ error: string;
480
+ }, {
483
481
  operation: "delete_task";
482
+ success: boolean;
483
+ error: string;
484
484
  }>, import("zod").ZodObject<{
485
485
  operation: import("zod").ZodLiteral<"list_lists">;
486
486
  lists: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>, "many">>;
487
487
  success: import("zod").ZodBoolean;
488
488
  error: import("zod").ZodString;
489
489
  }, "strip", import("zod").ZodTypeAny, {
490
- error: string;
491
- success: boolean;
492
490
  operation: "list_lists";
491
+ success: boolean;
492
+ error: string;
493
493
  lists?: Record<string, unknown>[] | undefined;
494
494
  }, {
495
- error: string;
496
- success: boolean;
497
495
  operation: "list_lists";
496
+ success: boolean;
497
+ error: string;
498
498
  lists?: Record<string, unknown>[] | undefined;
499
499
  }>, import("zod").ZodObject<{
500
500
  operation: import("zod").ZodLiteral<"create_entry">;
@@ -502,14 +502,14 @@ 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
- success: boolean;
507
505
  operation: "create_entry";
506
+ success: boolean;
507
+ error: string;
508
508
  entry?: Record<string, unknown> | undefined;
509
509
  }, {
510
- error: string;
511
- success: boolean;
512
510
  operation: "create_entry";
511
+ success: boolean;
512
+ error: string;
513
513
  entry?: Record<string, unknown> | undefined;
514
514
  }>, import("zod").ZodObject<{
515
515
  operation: import("zod").ZodLiteral<"list_entries">;
@@ -518,15 +518,15 @@ 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
- success: boolean;
523
521
  operation: "list_entries";
522
+ success: boolean;
523
+ error: string;
524
524
  entries?: Record<string, unknown>[] | undefined;
525
525
  next_page_offset?: number | undefined;
526
526
  }, {
527
- error: string;
528
- success: boolean;
529
527
  operation: "list_entries";
528
+ success: boolean;
529
+ error: string;
530
530
  entries?: Record<string, unknown>[] | undefined;
531
531
  next_page_offset?: number | undefined;
532
532
  }>]>;
@@ -240,15 +240,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
240
240
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
241
241
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
242
242
  }, "strip", import("zod").ZodTypeAny, {
243
+ operation: "navigate";
243
244
  url: string;
244
245
  timeout: number;
245
- operation: "navigate";
246
246
  session_id: string;
247
247
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
248
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
249
  }, {
250
- url: string;
251
250
  operation: "navigate";
251
+ url: string;
252
252
  session_id: string;
253
253
  credentials?: Partial<Record<CredentialType, string>> | undefined;
254
254
  timeout?: number | undefined;
@@ -261,8 +261,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
261
261
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
262
262
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
263
263
  }, "strip", import("zod").ZodTypeAny, {
264
- timeout: number;
265
264
  operation: "click";
265
+ timeout: number;
266
266
  session_id: string;
267
267
  selector: string;
268
268
  wait_for_navigation: boolean;
@@ -283,16 +283,16 @@ 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
- text: string;
287
286
  operation: "type";
287
+ text: string;
288
288
  session_id: string;
289
289
  selector: string;
290
290
  delay: number;
291
291
  clear_first: boolean;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
294
- text: string;
295
294
  operation: "type";
295
+ text: string;
296
296
  session_id: string;
297
297
  selector: string;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -306,15 +306,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
306
306
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
307
307
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
308
308
  }, "strip", import("zod").ZodTypeAny, {
309
+ operation: "select";
309
310
  value: string;
310
311
  timeout: number;
311
- operation: "select";
312
312
  session_id: string;
313
313
  selector: string;
314
314
  credentials?: Partial<Record<CredentialType, string>> | undefined;
315
315
  }, {
316
- value: string;
317
316
  operation: "select";
317
+ value: string;
318
318
  session_id: string;
319
319
  selector: string;
320
320
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -325,13 +325,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
325
325
  script: import("zod").ZodString;
326
326
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
327
327
  }, "strip", import("zod").ZodTypeAny, {
328
- script: string;
329
328
  operation: "evaluate";
329
+ script: string;
330
330
  session_id: string;
331
331
  credentials?: Partial<Record<CredentialType, string>> | undefined;
332
332
  }, {
333
- script: string;
334
333
  operation: "evaluate";
334
+ script: string;
335
335
  session_id: string;
336
336
  credentials?: Partial<Record<CredentialType, string>> | undefined;
337
337
  }>, import("zod").ZodObject<{
@@ -361,8 +361,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
361
361
  quality: import("zod").ZodOptional<import("zod").ZodNumber>;
362
362
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
363
363
  }, "strip", import("zod").ZodTypeAny, {
364
- format: "png" | "jpeg" | "webp";
365
364
  operation: "screenshot";
365
+ format: "png" | "webp" | "jpeg";
366
366
  session_id: string;
367
367
  full_page: boolean;
368
368
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -371,7 +371,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
371
371
  }, {
372
372
  operation: "screenshot";
373
373
  session_id: string;
374
- format?: "png" | "jpeg" | "webp" | undefined;
374
+ format?: "png" | "webp" | "jpeg" | undefined;
375
375
  credentials?: Partial<Record<CredentialType, string>> | undefined;
376
376
  quality?: number | undefined;
377
377
  selector?: string | undefined;
@@ -384,8 +384,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
384
384
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
385
385
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
386
386
  }, "strip", import("zod").ZodTypeAny, {
387
- timeout: number;
388
387
  operation: "wait";
388
+ timeout: number;
389
389
  session_id: string;
390
390
  wait_type: "timeout" | "selector" | "navigation";
391
391
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -433,16 +433,16 @@ 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
- success: boolean;
438
436
  operation: "start_session";
437
+ success: boolean;
438
+ error: string;
439
439
  session_id?: string | undefined;
440
440
  context_id?: string | undefined;
441
441
  debug_url?: string | undefined;
442
442
  }, {
443
- error: string;
444
- success: boolean;
445
443
  operation: "start_session";
444
+ success: boolean;
445
+ error: string;
446
446
  session_id?: string | undefined;
447
447
  context_id?: string | undefined;
448
448
  debug_url?: string | undefined;
@@ -452,65 +452,65 @@ 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
- success: boolean;
457
455
  operation: "navigate";
456
+ success: boolean;
457
+ error: string;
458
458
  url?: string | undefined;
459
459
  }, {
460
- error: string;
461
- success: boolean;
462
460
  operation: "navigate";
461
+ success: boolean;
462
+ error: string;
463
463
  url?: string | undefined;
464
464
  }>, import("zod").ZodObject<{
465
465
  operation: import("zod").ZodLiteral<"click">;
466
466
  success: import("zod").ZodBoolean;
467
467
  error: import("zod").ZodString;
468
468
  }, "strip", import("zod").ZodTypeAny, {
469
- error: string;
470
- success: boolean;
471
469
  operation: "click";
472
- }, {
473
- error: string;
474
470
  success: boolean;
471
+ error: string;
472
+ }, {
475
473
  operation: "click";
474
+ success: boolean;
475
+ error: string;
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
- success: boolean;
483
481
  operation: "type";
484
- }, {
485
- error: string;
486
482
  success: boolean;
483
+ error: string;
484
+ }, {
487
485
  operation: "type";
486
+ success: boolean;
487
+ error: string;
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
- success: boolean;
495
493
  operation: "select";
496
- }, {
497
- error: string;
498
494
  success: boolean;
495
+ error: string;
496
+ }, {
499
497
  operation: "select";
498
+ success: boolean;
499
+ error: string;
500
500
  }>, import("zod").ZodObject<{
501
501
  operation: import("zod").ZodLiteral<"evaluate">;
502
502
  success: import("zod").ZodBoolean;
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
- success: boolean;
508
506
  operation: "evaluate";
507
+ success: boolean;
508
+ error: string;
509
509
  result?: unknown;
510
510
  }, {
511
- error: string;
512
- success: boolean;
513
511
  operation: "evaluate";
512
+ success: boolean;
513
+ error: string;
514
514
  result?: unknown;
515
515
  }>, import("zod").ZodObject<{
516
516
  operation: import("zod").ZodLiteral<"get_content">;
@@ -518,14 +518,14 @@ 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
- success: boolean;
523
521
  operation: "get_content";
522
+ success: boolean;
523
+ error: string;
524
524
  content?: string | undefined;
525
525
  }, {
526
- error: string;
527
- success: boolean;
528
526
  operation: "get_content";
527
+ success: boolean;
528
+ error: string;
529
529
  content?: string | undefined;
530
530
  }>, import("zod").ZodObject<{
531
531
  operation: import("zod").ZodLiteral<"screenshot">;
@@ -534,29 +534,29 @@ 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
- success: boolean;
539
537
  operation: "screenshot";
540
- data?: string | undefined;
538
+ success: boolean;
539
+ error: string;
541
540
  format?: string | undefined;
541
+ data?: string | undefined;
542
542
  }, {
543
- error: string;
544
- success: boolean;
545
543
  operation: "screenshot";
546
- data?: string | undefined;
544
+ success: boolean;
545
+ error: string;
547
546
  format?: string | undefined;
547
+ data?: string | undefined;
548
548
  }>, import("zod").ZodObject<{
549
549
  operation: import("zod").ZodLiteral<"wait">;
550
550
  success: import("zod").ZodBoolean;
551
551
  error: import("zod").ZodString;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- error: string;
554
- success: boolean;
555
553
  operation: "wait";
556
- }, {
557
- error: string;
558
554
  success: boolean;
555
+ error: string;
556
+ }, {
559
557
  operation: "wait";
558
+ success: boolean;
559
+ error: string;
560
560
  }>, import("zod").ZodObject<{
561
561
  operation: import("zod").ZodLiteral<"get_cookies">;
562
562
  success: import("zod").ZodBoolean;
@@ -587,9 +587,9 @@ 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
- success: boolean;
592
590
  operation: "get_cookies";
591
+ success: boolean;
592
+ error: string;
593
593
  cookies?: {
594
594
  value: string;
595
595
  path: string;
@@ -600,9 +600,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
600
600
  secure: boolean;
601
601
  }[] | undefined;
602
602
  }, {
603
- error: string;
604
- success: boolean;
605
603
  operation: "get_cookies";
604
+ success: boolean;
605
+ error: string;
606
606
  cookies?: {
607
607
  value: string;
608
608
  path: string;
@@ -617,13 +617,13 @@ 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
- success: boolean;
622
620
  operation: "end_session";
623
- }, {
624
- error: string;
625
621
  success: boolean;
622
+ error: string;
623
+ }, {
626
624
  operation: "end_session";
625
+ success: boolean;
626
+ error: string;
627
627
  }>]>;
628
628
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
629
629
  static readonly longDescription = "\n BrowserBase service integration for cloud-based browser automation.\n\n Features:\n - Cloud-based browser sessions\n - Session persistence via context IDs\n - Cookie injection for authenticated sessions\n - Full page automation (click, type, evaluate)\n - Screenshot and content extraction\n - Stealth mode for anti-bot avoidance\n - Automatic CAPTCHA solving\n - Built-in and custom proxy support\n\n Stealth Mode Options:\n - Basic Stealth: Automatic browser fingerprint randomization (default)\n - Advanced Stealth: Custom Chromium browser for better anti-bot avoidance (Scale Plan only)\n - CAPTCHA Solving: Automatic detection and solving (enabled by default, can be disabled)\n - Custom CAPTCHA selectors: For non-standard CAPTCHA providers\n\n Proxy Options:\n - Built-in proxies: Set proxies=true for residential proxies with geolocation\n - Geolocation: Specify city, state (US only), and country for proxy location\n - Custom proxies: Use your own HTTP/HTTPS proxies with authentication\n - Routing rules: Route different domains through different proxies using domainPattern\n\n Use cases:\n - Automated shopping workflows (Amazon, etc.)\n - Web scraping with authentication\n - Form automation and submission\n - Browser-based testing\n\n Security Features:\n - Sessions are isolated in BrowserBase cloud\n - Credentials are handled securely\n - Sessions are properly closed and cleaned up\n ";