@bubblelab/bubble-core 0.1.53 → 0.1.55

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 (71) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  45. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  49. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  52. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  55. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  57. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  58. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  59. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  62. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  64. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  65. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  66. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  67. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  69. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  70. package/dist/bubbles.json +1 -1
  71. package/package.json +2 -2
@@ -14,15 +14,15 @@ declare const AGIIncParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
14
14
  operation: "create_session";
15
15
  agent_name: "agi-0" | "agi-0-fast";
16
16
  enable_memory_snapshot: boolean;
17
- credentials?: Partial<Record<CredentialType, string>> | undefined;
18
17
  webhook_url?: string | undefined;
18
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  restore_from_session_id?: string | undefined;
20
20
  restore_default_environment_from_user_id?: string | undefined;
21
21
  }, {
22
22
  operation: "create_session";
23
+ webhook_url?: string | undefined;
23
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
24
25
  agent_name?: "agi-0" | "agi-0-fast" | undefined;
25
- webhook_url?: string | undefined;
26
26
  restore_from_session_id?: string | undefined;
27
27
  restore_default_environment_from_user_id?: string | undefined;
28
28
  enable_memory_snapshot?: boolean | undefined;
@@ -164,13 +164,13 @@ declare const AGIIncParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
164
164
  url: z.ZodString;
165
165
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
166
166
  }, "strip", z.ZodTypeAny, {
167
- url: string;
168
167
  operation: "navigate";
168
+ url: string;
169
169
  session_id: string;
170
170
  credentials?: Partial<Record<CredentialType, string>> | undefined;
171
171
  }, {
172
- url: string;
173
172
  operation: "navigate";
173
+ url: string;
174
174
  session_id: string;
175
175
  credentials?: Partial<Record<CredentialType, string>> | undefined;
176
176
  }>, z.ZodObject<{
@@ -197,25 +197,25 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
197
197
  error: z.ZodString;
198
198
  success: z.ZodBoolean;
199
199
  }, "strip", z.ZodTypeAny, {
200
- operation: "create_session";
201
- success: boolean;
202
200
  error: string;
201
+ success: boolean;
202
+ operation: "create_session";
203
203
  ok: boolean;
204
- status?: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
205
- created_at?: string | undefined;
204
+ status?: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
206
205
  session_id?: string | undefined;
207
- vnc_url?: string | undefined;
206
+ created_at?: string | undefined;
208
207
  agent_name?: string | undefined;
208
+ vnc_url?: string | undefined;
209
209
  }, {
210
- operation: "create_session";
211
- success: boolean;
212
210
  error: string;
211
+ success: boolean;
212
+ operation: "create_session";
213
213
  ok: boolean;
214
- status?: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
215
- created_at?: string | undefined;
214
+ status?: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
216
215
  session_id?: string | undefined;
217
- vnc_url?: string | undefined;
216
+ created_at?: string | undefined;
218
217
  agent_name?: string | undefined;
218
+ vnc_url?: string | undefined;
219
219
  }>, z.ZodObject<{
220
220
  operation: z.ZodLiteral<"list_sessions">;
221
221
  ok: z.ZodBoolean;
@@ -226,41 +226,41 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
226
226
  status: z.ZodEnum<["initializing", "ready", "running", "paused", "completed", "error", "terminated"]>;
227
227
  created_at: z.ZodString;
228
228
  }, "strip", z.ZodTypeAny, {
229
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
230
- created_at: string;
229
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
231
230
  session_id: string;
231
+ created_at: string;
232
232
  agent_name: string;
233
233
  vnc_url?: string | undefined;
234
234
  }, {
235
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
236
- created_at: string;
235
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
237
236
  session_id: string;
237
+ created_at: string;
238
238
  agent_name: string;
239
239
  vnc_url?: string | undefined;
240
240
  }>, "many">>;
241
241
  error: z.ZodString;
242
242
  success: z.ZodBoolean;
243
243
  }, "strip", z.ZodTypeAny, {
244
- operation: "list_sessions";
245
- success: boolean;
246
244
  error: string;
245
+ success: boolean;
246
+ operation: "list_sessions";
247
247
  ok: boolean;
248
248
  sessions?: {
249
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
250
- created_at: string;
249
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
251
250
  session_id: string;
251
+ created_at: string;
252
252
  agent_name: string;
253
253
  vnc_url?: string | undefined;
254
254
  }[] | undefined;
255
255
  }, {
256
- operation: "list_sessions";
257
- success: boolean;
258
256
  error: string;
257
+ success: boolean;
258
+ operation: "list_sessions";
259
259
  ok: boolean;
260
260
  sessions?: {
261
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
262
- created_at: string;
261
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
263
262
  session_id: string;
263
+ created_at: string;
264
264
  agent_name: string;
265
265
  vnc_url?: string | undefined;
266
266
  }[] | undefined;
@@ -274,41 +274,41 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
274
274
  status: z.ZodEnum<["initializing", "ready", "running", "paused", "completed", "error", "terminated"]>;
275
275
  created_at: z.ZodString;
276
276
  }, "strip", z.ZodTypeAny, {
277
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
278
- created_at: string;
277
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
279
278
  session_id: string;
279
+ created_at: string;
280
280
  agent_name: string;
281
281
  vnc_url?: string | undefined;
282
282
  }, {
283
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
284
- created_at: string;
283
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
285
284
  session_id: string;
285
+ created_at: string;
286
286
  agent_name: string;
287
287
  vnc_url?: string | undefined;
288
288
  }>>;
289
289
  error: z.ZodString;
290
290
  success: z.ZodBoolean;
291
291
  }, "strip", z.ZodTypeAny, {
292
- operation: "get_session";
293
- success: boolean;
294
292
  error: string;
293
+ success: boolean;
294
+ operation: "get_session";
295
295
  ok: boolean;
296
296
  session?: {
297
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
298
- created_at: string;
297
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
299
298
  session_id: string;
299
+ created_at: string;
300
300
  agent_name: string;
301
301
  vnc_url?: string | undefined;
302
302
  } | undefined;
303
303
  }, {
304
- operation: "get_session";
305
- success: boolean;
306
304
  error: string;
305
+ success: boolean;
306
+ operation: "get_session";
307
307
  ok: boolean;
308
308
  session?: {
309
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
310
- created_at: string;
309
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
311
310
  session_id: string;
311
+ created_at: string;
312
312
  agent_name: string;
313
313
  vnc_url?: string | undefined;
314
314
  } | undefined;
@@ -320,16 +320,16 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
320
320
  error: z.ZodString;
321
321
  success: z.ZodBoolean;
322
322
  }, "strip", z.ZodTypeAny, {
323
- operation: "delete_session";
324
- success: boolean;
325
323
  error: string;
324
+ success: boolean;
325
+ operation: "delete_session";
326
326
  ok: boolean;
327
327
  message?: string | undefined;
328
328
  deleted?: boolean | undefined;
329
329
  }, {
330
- operation: "delete_session";
331
- success: boolean;
332
330
  error: string;
331
+ success: boolean;
332
+ operation: "delete_session";
333
333
  ok: boolean;
334
334
  message?: string | undefined;
335
335
  deleted?: boolean | undefined;
@@ -341,16 +341,16 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
341
341
  error: z.ZodString;
342
342
  success: z.ZodBoolean;
343
343
  }, "strip", z.ZodTypeAny, {
344
- operation: "delete_all_sessions";
345
- success: boolean;
346
344
  error: string;
345
+ success: boolean;
346
+ operation: "delete_all_sessions";
347
347
  ok: boolean;
348
348
  message?: string | undefined;
349
349
  deleted?: boolean | undefined;
350
350
  }, {
351
- operation: "delete_all_sessions";
352
- success: boolean;
353
351
  error: string;
352
+ success: boolean;
353
+ operation: "delete_all_sessions";
354
354
  ok: boolean;
355
355
  message?: string | undefined;
356
356
  deleted?: boolean | undefined;
@@ -361,15 +361,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
361
361
  error: z.ZodString;
362
362
  success: z.ZodBoolean;
363
363
  }, "strip", z.ZodTypeAny, {
364
- operation: "send_message";
365
- success: boolean;
366
364
  error: string;
365
+ success: boolean;
366
+ operation: "send_message";
367
367
  ok: boolean;
368
368
  message?: string | undefined;
369
369
  }, {
370
- operation: "send_message";
371
- success: boolean;
372
370
  error: string;
371
+ success: boolean;
372
+ operation: "send_message";
373
373
  ok: boolean;
374
374
  message?: string | undefined;
375
375
  }>, z.ZodObject<{
@@ -379,15 +379,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
379
379
  error: z.ZodString;
380
380
  success: z.ZodBoolean;
381
381
  }, "strip", z.ZodTypeAny, {
382
- operation: "get_status";
383
- success: boolean;
384
382
  error: string;
383
+ success: boolean;
384
+ operation: "get_status";
385
385
  ok: boolean;
386
386
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
387
387
  }, {
388
- operation: "get_status";
389
- success: boolean;
390
388
  error: string;
389
+ success: boolean;
390
+ operation: "get_status";
391
391
  ok: boolean;
392
392
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
393
393
  }>, z.ZodObject<{
@@ -400,15 +400,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
400
400
  timestamp: z.ZodString;
401
401
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
402
402
  }, "strip", z.ZodTypeAny, {
403
- id: number;
404
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
403
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
405
404
  content: string | Record<string, unknown>;
405
+ id: number;
406
406
  timestamp: string;
407
407
  metadata?: Record<string, unknown> | undefined;
408
408
  }, {
409
- id: number;
410
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
409
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
411
410
  content: string | Record<string, unknown>;
411
+ id: number;
412
412
  timestamp: string;
413
413
  metadata?: Record<string, unknown> | undefined;
414
414
  }>, "many">>;
@@ -417,29 +417,29 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
417
417
  error: z.ZodString;
418
418
  success: z.ZodBoolean;
419
419
  }, "strip", z.ZodTypeAny, {
420
- operation: "get_messages";
421
- success: boolean;
422
420
  error: string;
421
+ success: boolean;
422
+ operation: "get_messages";
423
423
  ok: boolean;
424
424
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
425
425
  messages?: {
426
- id: number;
427
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
426
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
428
427
  content: string | Record<string, unknown>;
428
+ id: number;
429
429
  timestamp: string;
430
430
  metadata?: Record<string, unknown> | undefined;
431
431
  }[] | undefined;
432
432
  has_agent?: boolean | undefined;
433
433
  }, {
434
- operation: "get_messages";
435
- success: boolean;
436
434
  error: string;
435
+ success: boolean;
436
+ operation: "get_messages";
437
437
  ok: boolean;
438
438
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
439
439
  messages?: {
440
- id: number;
441
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
440
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
442
441
  content: string | Record<string, unknown>;
442
+ id: number;
443
443
  timestamp: string;
444
444
  metadata?: Record<string, unknown> | undefined;
445
445
  }[] | undefined;
@@ -451,15 +451,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
451
451
  error: z.ZodString;
452
452
  success: z.ZodBoolean;
453
453
  }, "strip", z.ZodTypeAny, {
454
- operation: "pause_session";
455
- success: boolean;
456
454
  error: string;
455
+ success: boolean;
456
+ operation: "pause_session";
457
457
  ok: boolean;
458
458
  message?: string | undefined;
459
459
  }, {
460
- operation: "pause_session";
461
- success: boolean;
462
460
  error: string;
461
+ success: boolean;
462
+ operation: "pause_session";
463
463
  ok: boolean;
464
464
  message?: string | undefined;
465
465
  }>, z.ZodObject<{
@@ -469,15 +469,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
469
469
  error: z.ZodString;
470
470
  success: z.ZodBoolean;
471
471
  }, "strip", z.ZodTypeAny, {
472
- operation: "resume_session";
473
- success: boolean;
474
472
  error: string;
473
+ success: boolean;
474
+ operation: "resume_session";
475
475
  ok: boolean;
476
476
  message?: string | undefined;
477
477
  }, {
478
- operation: "resume_session";
479
- success: boolean;
480
478
  error: string;
479
+ success: boolean;
480
+ operation: "resume_session";
481
481
  ok: boolean;
482
482
  message?: string | undefined;
483
483
  }>, z.ZodObject<{
@@ -487,15 +487,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
487
487
  error: z.ZodString;
488
488
  success: z.ZodBoolean;
489
489
  }, "strip", z.ZodTypeAny, {
490
- operation: "cancel_session";
491
- success: boolean;
492
490
  error: string;
491
+ success: boolean;
492
+ operation: "cancel_session";
493
493
  ok: boolean;
494
494
  message?: string | undefined;
495
495
  }, {
496
- operation: "cancel_session";
497
- success: boolean;
498
496
  error: string;
497
+ success: boolean;
498
+ operation: "cancel_session";
499
499
  ok: boolean;
500
500
  message?: string | undefined;
501
501
  }>, z.ZodObject<{
@@ -505,15 +505,15 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
505
505
  error: z.ZodString;
506
506
  success: z.ZodBoolean;
507
507
  }, "strip", z.ZodTypeAny, {
508
- operation: "navigate";
509
- success: boolean;
510
508
  error: string;
509
+ success: boolean;
510
+ operation: "navigate";
511
511
  ok: boolean;
512
512
  current_url?: string | undefined;
513
513
  }, {
514
- operation: "navigate";
515
- success: boolean;
516
514
  error: string;
515
+ success: boolean;
516
+ operation: "navigate";
517
517
  ok: boolean;
518
518
  current_url?: string | undefined;
519
519
  }>, z.ZodObject<{
@@ -525,17 +525,17 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
525
525
  error: z.ZodString;
526
526
  success: z.ZodBoolean;
527
527
  }, "strip", z.ZodTypeAny, {
528
- operation: "get_screenshot";
529
- success: boolean;
530
528
  error: string;
529
+ success: boolean;
530
+ operation: "get_screenshot";
531
531
  ok: boolean;
532
532
  title?: string | undefined;
533
533
  url?: string | undefined;
534
534
  screenshot?: string | undefined;
535
535
  }, {
536
- operation: "get_screenshot";
537
- success: boolean;
538
536
  error: string;
537
+ success: boolean;
538
+ operation: "get_screenshot";
539
539
  ok: boolean;
540
540
  title?: string | undefined;
541
541
  url?: string | undefined;
@@ -567,15 +567,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
567
567
  operation: "create_session";
568
568
  agent_name: "agi-0" | "agi-0-fast";
569
569
  enable_memory_snapshot: boolean;
570
- credentials?: Partial<Record<CredentialType, string>> | undefined;
571
570
  webhook_url?: string | undefined;
571
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
572
572
  restore_from_session_id?: string | undefined;
573
573
  restore_default_environment_from_user_id?: string | undefined;
574
574
  }, {
575
575
  operation: "create_session";
576
+ webhook_url?: string | undefined;
576
577
  credentials?: Partial<Record<CredentialType, string>> | undefined;
577
578
  agent_name?: "agi-0" | "agi-0-fast" | undefined;
578
- webhook_url?: string | undefined;
579
579
  restore_from_session_id?: string | undefined;
580
580
  restore_default_environment_from_user_id?: string | undefined;
581
581
  enable_memory_snapshot?: boolean | undefined;
@@ -717,13 +717,13 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
717
717
  url: z.ZodString;
718
718
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
719
719
  }, "strip", z.ZodTypeAny, {
720
- url: string;
721
720
  operation: "navigate";
721
+ url: string;
722
722
  session_id: string;
723
723
  credentials?: Partial<Record<CredentialType, string>> | undefined;
724
724
  }, {
725
- url: string;
726
725
  operation: "navigate";
726
+ url: string;
727
727
  session_id: string;
728
728
  credentials?: Partial<Record<CredentialType, string>> | undefined;
729
729
  }>, z.ZodObject<{
@@ -750,25 +750,25 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
750
750
  error: z.ZodString;
751
751
  success: z.ZodBoolean;
752
752
  }, "strip", z.ZodTypeAny, {
753
- operation: "create_session";
754
- success: boolean;
755
753
  error: string;
754
+ success: boolean;
755
+ operation: "create_session";
756
756
  ok: boolean;
757
- status?: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
758
- created_at?: string | undefined;
757
+ status?: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
759
758
  session_id?: string | undefined;
760
- vnc_url?: string | undefined;
759
+ created_at?: string | undefined;
761
760
  agent_name?: string | undefined;
761
+ vnc_url?: string | undefined;
762
762
  }, {
763
- operation: "create_session";
764
- success: boolean;
765
763
  error: string;
764
+ success: boolean;
765
+ operation: "create_session";
766
766
  ok: boolean;
767
- status?: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
768
- created_at?: string | undefined;
767
+ status?: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated" | undefined;
769
768
  session_id?: string | undefined;
770
- vnc_url?: string | undefined;
769
+ created_at?: string | undefined;
771
770
  agent_name?: string | undefined;
771
+ vnc_url?: string | undefined;
772
772
  }>, z.ZodObject<{
773
773
  operation: z.ZodLiteral<"list_sessions">;
774
774
  ok: z.ZodBoolean;
@@ -779,41 +779,41 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
779
779
  status: z.ZodEnum<["initializing", "ready", "running", "paused", "completed", "error", "terminated"]>;
780
780
  created_at: z.ZodString;
781
781
  }, "strip", z.ZodTypeAny, {
782
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
783
- created_at: string;
782
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
784
783
  session_id: string;
784
+ created_at: string;
785
785
  agent_name: string;
786
786
  vnc_url?: string | undefined;
787
787
  }, {
788
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
789
- created_at: string;
788
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
790
789
  session_id: string;
790
+ created_at: string;
791
791
  agent_name: string;
792
792
  vnc_url?: string | undefined;
793
793
  }>, "many">>;
794
794
  error: z.ZodString;
795
795
  success: z.ZodBoolean;
796
796
  }, "strip", z.ZodTypeAny, {
797
- operation: "list_sessions";
798
- success: boolean;
799
797
  error: string;
798
+ success: boolean;
799
+ operation: "list_sessions";
800
800
  ok: boolean;
801
801
  sessions?: {
802
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
803
- created_at: string;
802
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
804
803
  session_id: string;
804
+ created_at: string;
805
805
  agent_name: string;
806
806
  vnc_url?: string | undefined;
807
807
  }[] | undefined;
808
808
  }, {
809
- operation: "list_sessions";
810
- success: boolean;
811
809
  error: string;
810
+ success: boolean;
811
+ operation: "list_sessions";
812
812
  ok: boolean;
813
813
  sessions?: {
814
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
815
- created_at: string;
814
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
816
815
  session_id: string;
816
+ created_at: string;
817
817
  agent_name: string;
818
818
  vnc_url?: string | undefined;
819
819
  }[] | undefined;
@@ -827,41 +827,41 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
827
827
  status: z.ZodEnum<["initializing", "ready", "running", "paused", "completed", "error", "terminated"]>;
828
828
  created_at: z.ZodString;
829
829
  }, "strip", z.ZodTypeAny, {
830
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
831
- created_at: string;
830
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
832
831
  session_id: string;
832
+ created_at: string;
833
833
  agent_name: string;
834
834
  vnc_url?: string | undefined;
835
835
  }, {
836
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
837
- created_at: string;
836
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
838
837
  session_id: string;
838
+ created_at: string;
839
839
  agent_name: string;
840
840
  vnc_url?: string | undefined;
841
841
  }>>;
842
842
  error: z.ZodString;
843
843
  success: z.ZodBoolean;
844
844
  }, "strip", z.ZodTypeAny, {
845
- operation: "get_session";
846
- success: boolean;
847
845
  error: string;
846
+ success: boolean;
847
+ operation: "get_session";
848
848
  ok: boolean;
849
849
  session?: {
850
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
851
- created_at: string;
850
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
852
851
  session_id: string;
852
+ created_at: string;
853
853
  agent_name: string;
854
854
  vnc_url?: string | undefined;
855
855
  } | undefined;
856
856
  }, {
857
- operation: "get_session";
858
- success: boolean;
859
857
  error: string;
858
+ success: boolean;
859
+ operation: "get_session";
860
860
  ok: boolean;
861
861
  session?: {
862
- status: "paused" | "error" | "completed" | "initializing" | "ready" | "running" | "terminated";
863
- created_at: string;
862
+ status: "error" | "paused" | "completed" | "initializing" | "ready" | "running" | "terminated";
864
863
  session_id: string;
864
+ created_at: string;
865
865
  agent_name: string;
866
866
  vnc_url?: string | undefined;
867
867
  } | undefined;
@@ -873,16 +873,16 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
873
873
  error: z.ZodString;
874
874
  success: z.ZodBoolean;
875
875
  }, "strip", z.ZodTypeAny, {
876
- operation: "delete_session";
877
- success: boolean;
878
876
  error: string;
877
+ success: boolean;
878
+ operation: "delete_session";
879
879
  ok: boolean;
880
880
  message?: string | undefined;
881
881
  deleted?: boolean | undefined;
882
882
  }, {
883
- operation: "delete_session";
884
- success: boolean;
885
883
  error: string;
884
+ success: boolean;
885
+ operation: "delete_session";
886
886
  ok: boolean;
887
887
  message?: string | undefined;
888
888
  deleted?: boolean | undefined;
@@ -894,16 +894,16 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
894
894
  error: z.ZodString;
895
895
  success: z.ZodBoolean;
896
896
  }, "strip", z.ZodTypeAny, {
897
- operation: "delete_all_sessions";
898
- success: boolean;
899
897
  error: string;
898
+ success: boolean;
899
+ operation: "delete_all_sessions";
900
900
  ok: boolean;
901
901
  message?: string | undefined;
902
902
  deleted?: boolean | undefined;
903
903
  }, {
904
- operation: "delete_all_sessions";
905
- success: boolean;
906
904
  error: string;
905
+ success: boolean;
906
+ operation: "delete_all_sessions";
907
907
  ok: boolean;
908
908
  message?: string | undefined;
909
909
  deleted?: boolean | undefined;
@@ -914,15 +914,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
914
914
  error: z.ZodString;
915
915
  success: z.ZodBoolean;
916
916
  }, "strip", z.ZodTypeAny, {
917
- operation: "send_message";
918
- success: boolean;
919
917
  error: string;
918
+ success: boolean;
919
+ operation: "send_message";
920
920
  ok: boolean;
921
921
  message?: string | undefined;
922
922
  }, {
923
- operation: "send_message";
924
- success: boolean;
925
923
  error: string;
924
+ success: boolean;
925
+ operation: "send_message";
926
926
  ok: boolean;
927
927
  message?: string | undefined;
928
928
  }>, z.ZodObject<{
@@ -932,15 +932,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
932
932
  error: z.ZodString;
933
933
  success: z.ZodBoolean;
934
934
  }, "strip", z.ZodTypeAny, {
935
- operation: "get_status";
936
- success: boolean;
937
935
  error: string;
936
+ success: boolean;
937
+ operation: "get_status";
938
938
  ok: boolean;
939
939
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
940
940
  }, {
941
- operation: "get_status";
942
- success: boolean;
943
941
  error: string;
942
+ success: boolean;
943
+ operation: "get_status";
944
944
  ok: boolean;
945
945
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
946
946
  }>, z.ZodObject<{
@@ -953,15 +953,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
953
953
  timestamp: z.ZodString;
954
954
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
955
955
  }, "strip", z.ZodTypeAny, {
956
- id: number;
957
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
956
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
958
957
  content: string | Record<string, unknown>;
958
+ id: number;
959
959
  timestamp: string;
960
960
  metadata?: Record<string, unknown> | undefined;
961
961
  }, {
962
- id: number;
963
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
962
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
964
963
  content: string | Record<string, unknown>;
964
+ id: number;
965
965
  timestamp: string;
966
966
  metadata?: Record<string, unknown> | undefined;
967
967
  }>, "many">>;
@@ -970,29 +970,29 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
970
970
  error: z.ZodString;
971
971
  success: z.ZodBoolean;
972
972
  }, "strip", z.ZodTypeAny, {
973
- operation: "get_messages";
974
- success: boolean;
975
973
  error: string;
974
+ success: boolean;
975
+ operation: "get_messages";
976
976
  ok: boolean;
977
977
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
978
978
  messages?: {
979
- id: number;
980
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
979
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
981
980
  content: string | Record<string, unknown>;
981
+ id: number;
982
982
  timestamp: string;
983
983
  metadata?: Record<string, unknown> | undefined;
984
984
  }[] | undefined;
985
985
  has_agent?: boolean | undefined;
986
986
  }, {
987
- operation: "get_messages";
988
- success: boolean;
989
987
  error: string;
988
+ success: boolean;
989
+ operation: "get_messages";
990
990
  ok: boolean;
991
991
  status?: "error" | "running" | "waiting_for_input" | "finished" | undefined;
992
992
  messages?: {
993
- id: number;
994
- type: "ERROR" | "THOUGHT" | "QUESTION" | "USER" | "DONE" | "LOG";
993
+ type: "THOUGHT" | "QUESTION" | "USER" | "DONE" | "ERROR" | "LOG";
995
994
  content: string | Record<string, unknown>;
995
+ id: number;
996
996
  timestamp: string;
997
997
  metadata?: Record<string, unknown> | undefined;
998
998
  }[] | undefined;
@@ -1004,15 +1004,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
1004
1004
  error: z.ZodString;
1005
1005
  success: z.ZodBoolean;
1006
1006
  }, "strip", z.ZodTypeAny, {
1007
- operation: "pause_session";
1008
- success: boolean;
1009
1007
  error: string;
1008
+ success: boolean;
1009
+ operation: "pause_session";
1010
1010
  ok: boolean;
1011
1011
  message?: string | undefined;
1012
1012
  }, {
1013
- operation: "pause_session";
1014
- success: boolean;
1015
1013
  error: string;
1014
+ success: boolean;
1015
+ operation: "pause_session";
1016
1016
  ok: boolean;
1017
1017
  message?: string | undefined;
1018
1018
  }>, z.ZodObject<{
@@ -1022,15 +1022,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
1022
1022
  error: z.ZodString;
1023
1023
  success: z.ZodBoolean;
1024
1024
  }, "strip", z.ZodTypeAny, {
1025
- operation: "resume_session";
1026
- success: boolean;
1027
1025
  error: string;
1026
+ success: boolean;
1027
+ operation: "resume_session";
1028
1028
  ok: boolean;
1029
1029
  message?: string | undefined;
1030
1030
  }, {
1031
- operation: "resume_session";
1032
- success: boolean;
1033
1031
  error: string;
1032
+ success: boolean;
1033
+ operation: "resume_session";
1034
1034
  ok: boolean;
1035
1035
  message?: string | undefined;
1036
1036
  }>, z.ZodObject<{
@@ -1040,15 +1040,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
1040
1040
  error: z.ZodString;
1041
1041
  success: z.ZodBoolean;
1042
1042
  }, "strip", z.ZodTypeAny, {
1043
- operation: "cancel_session";
1044
- success: boolean;
1045
1043
  error: string;
1044
+ success: boolean;
1045
+ operation: "cancel_session";
1046
1046
  ok: boolean;
1047
1047
  message?: string | undefined;
1048
1048
  }, {
1049
- operation: "cancel_session";
1050
- success: boolean;
1051
1049
  error: string;
1050
+ success: boolean;
1051
+ operation: "cancel_session";
1052
1052
  ok: boolean;
1053
1053
  message?: string | undefined;
1054
1054
  }>, z.ZodObject<{
@@ -1058,15 +1058,15 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
1058
1058
  error: z.ZodString;
1059
1059
  success: z.ZodBoolean;
1060
1060
  }, "strip", z.ZodTypeAny, {
1061
- operation: "navigate";
1062
- success: boolean;
1063
1061
  error: string;
1062
+ success: boolean;
1063
+ operation: "navigate";
1064
1064
  ok: boolean;
1065
1065
  current_url?: string | undefined;
1066
1066
  }, {
1067
- operation: "navigate";
1068
- success: boolean;
1069
1067
  error: string;
1068
+ success: boolean;
1069
+ operation: "navigate";
1070
1070
  ok: boolean;
1071
1071
  current_url?: string | undefined;
1072
1072
  }>, z.ZodObject<{
@@ -1078,17 +1078,17 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
1078
1078
  error: z.ZodString;
1079
1079
  success: z.ZodBoolean;
1080
1080
  }, "strip", z.ZodTypeAny, {
1081
- operation: "get_screenshot";
1082
- success: boolean;
1083
1081
  error: string;
1082
+ success: boolean;
1083
+ operation: "get_screenshot";
1084
1084
  ok: boolean;
1085
1085
  title?: string | undefined;
1086
1086
  url?: string | undefined;
1087
1087
  screenshot?: string | undefined;
1088
1088
  }, {
1089
- operation: "get_screenshot";
1090
- success: boolean;
1091
1089
  error: string;
1090
+ success: boolean;
1091
+ operation: "get_screenshot";
1092
1092
  ok: boolean;
1093
1093
  title?: string | undefined;
1094
1094
  url?: string | undefined;