@bubblelab/bubble-core 0.1.112 → 0.1.113

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +40 -5
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  35. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  39. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  41. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  42. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  43. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  44. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
  55. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  56. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
  61. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
  62. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  63. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  64. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  68. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  69. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  72. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  73. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  74. package/dist/bubbles.json +1 -1
  75. package/dist/capabilities/define-capability.d.ts +6 -0
  76. package/dist/capabilities/define-capability.d.ts.map +1 -1
  77. package/dist/capabilities/define-capability.js +7 -0
  78. package/dist/capabilities/define-capability.js.map +1 -1
  79. package/dist/capabilities/index.d.ts +1 -1
  80. package/dist/capabilities/index.d.ts.map +1 -1
  81. package/dist/capabilities/index.js.map +1 -1
  82. package/package.json +2 -2
@@ -11,14 +11,14 @@ declare const YCFounderSchema: z.ZodObject<{
11
11
  }, "strip", z.ZodTypeAny, {
12
12
  title: string | null;
13
13
  name: string | null;
14
- linkedinUrl: string | null;
15
14
  bio: string | null;
15
+ linkedinUrl: string | null;
16
16
  twitterUrl: string | null;
17
17
  }, {
18
18
  title: string | null;
19
19
  name: string | null;
20
- linkedinUrl: string | null;
21
20
  bio: string | null;
21
+ linkedinUrl: string | null;
22
22
  twitterUrl: string | null;
23
23
  }>;
24
24
  declare const YCCompanySchema: z.ZodObject<{
@@ -36,14 +36,14 @@ declare const YCCompanySchema: z.ZodObject<{
36
36
  }, "strip", z.ZodTypeAny, {
37
37
  title: string | null;
38
38
  name: string | null;
39
- linkedinUrl: string | null;
40
39
  bio: string | null;
40
+ linkedinUrl: string | null;
41
41
  twitterUrl: string | null;
42
42
  }, {
43
43
  title: string | null;
44
44
  name: string | null;
45
- linkedinUrl: string | null;
46
45
  bio: string | null;
46
+ linkedinUrl: string | null;
47
47
  twitterUrl: string | null;
48
48
  }>, "many">;
49
49
  }, "strip", z.ZodTypeAny, {
@@ -54,8 +54,8 @@ declare const YCCompanySchema: z.ZodObject<{
54
54
  founders: {
55
55
  title: string | null;
56
56
  name: string | null;
57
- linkedinUrl: string | null;
58
57
  bio: string | null;
58
+ linkedinUrl: string | null;
59
59
  twitterUrl: string | null;
60
60
  }[];
61
61
  ycUrl: string | null;
@@ -67,8 +67,8 @@ declare const YCCompanySchema: z.ZodObject<{
67
67
  founders: {
68
68
  title: string | null;
69
69
  name: string | null;
70
- linkedinUrl: string | null;
71
70
  bio: string | null;
71
+ linkedinUrl: string | null;
72
72
  twitterUrl: string | null;
73
73
  }[];
74
74
  ycUrl: string | null;
@@ -91,8 +91,8 @@ declare const YCPersonSchema: z.ZodObject<{
91
91
  title: string | null;
92
92
  name: string | null;
93
93
  emails: string[] | null;
94
- linkedinUrl: string | null;
95
94
  bio: string | null;
95
+ linkedinUrl: string | null;
96
96
  currentEmployers: {
97
97
  companyName: string | null;
98
98
  }[];
@@ -101,8 +101,8 @@ declare const YCPersonSchema: z.ZodObject<{
101
101
  title: string | null;
102
102
  name: string | null;
103
103
  emails: string[] | null;
104
- linkedinUrl: string | null;
105
104
  bio: string | null;
105
+ linkedinUrl: string | null;
106
106
  currentEmployers: {
107
107
  companyName: string | null;
108
108
  }[];
@@ -115,15 +115,15 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
115
115
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
116
116
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
117
117
  }, "strip", z.ZodTypeAny, {
118
+ url?: string | undefined;
118
119
  credentials?: Partial<Record<CredentialType, string>> | undefined;
119
120
  batch?: string | undefined;
120
- url?: string | undefined;
121
121
  maxCompanies?: number | undefined;
122
122
  includeFounders?: boolean | undefined;
123
123
  }, {
124
+ url?: string | undefined;
124
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
125
126
  batch?: string | undefined;
126
- url?: string | undefined;
127
127
  maxCompanies?: number | undefined;
128
128
  includeFounders?: boolean | undefined;
129
129
  }>;
@@ -146,8 +146,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
146
146
  title: string | null;
147
147
  name: string | null;
148
148
  emails: string[] | null;
149
- linkedinUrl: string | null;
150
149
  bio: string | null;
150
+ linkedinUrl: string | null;
151
151
  currentEmployers: {
152
152
  companyName: string | null;
153
153
  }[];
@@ -156,8 +156,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
156
156
  title: string | null;
157
157
  name: string | null;
158
158
  emails: string[] | null;
159
- linkedinUrl: string | null;
160
159
  bio: string | null;
160
+ linkedinUrl: string | null;
161
161
  currentEmployers: {
162
162
  companyName: string | null;
163
163
  }[];
@@ -178,14 +178,14 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
178
178
  }, "strip", z.ZodTypeAny, {
179
179
  title: string | null;
180
180
  name: string | null;
181
- linkedinUrl: string | null;
182
181
  bio: string | null;
182
+ linkedinUrl: string | null;
183
183
  twitterUrl: string | null;
184
184
  }, {
185
185
  title: string | null;
186
186
  name: string | null;
187
- linkedinUrl: string | null;
188
187
  bio: string | null;
188
+ linkedinUrl: string | null;
189
189
  twitterUrl: string | null;
190
190
  }>, "many">;
191
191
  }, "strip", z.ZodTypeAny, {
@@ -196,8 +196,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
196
196
  founders: {
197
197
  title: string | null;
198
198
  name: string | null;
199
- linkedinUrl: string | null;
200
199
  bio: string | null;
200
+ linkedinUrl: string | null;
201
201
  twitterUrl: string | null;
202
202
  }[];
203
203
  ycUrl: string | null;
@@ -209,8 +209,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
209
209
  founders: {
210
210
  title: string | null;
211
211
  name: string | null;
212
- linkedinUrl: string | null;
213
212
  bio: string | null;
213
+ linkedinUrl: string | null;
214
214
  twitterUrl: string | null;
215
215
  }[];
216
216
  ycUrl: string | null;
@@ -224,14 +224,14 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  error: string;
226
226
  success: boolean;
227
- batch: string | null;
228
227
  url: string | null;
228
+ batch: string | null;
229
229
  people: {
230
230
  title: string | null;
231
231
  name: string | null;
232
232
  emails: string[] | null;
233
- linkedinUrl: string | null;
234
233
  bio: string | null;
234
+ linkedinUrl: string | null;
235
235
  currentEmployers: {
236
236
  companyName: string | null;
237
237
  }[];
@@ -245,8 +245,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
245
245
  founders: {
246
246
  title: string | null;
247
247
  name: string | null;
248
- linkedinUrl: string | null;
249
248
  bio: string | null;
249
+ linkedinUrl: string | null;
250
250
  twitterUrl: string | null;
251
251
  }[];
252
252
  ycUrl: string | null;
@@ -256,14 +256,14 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
256
256
  }, {
257
257
  error: string;
258
258
  success: boolean;
259
- batch: string | null;
260
259
  url: string | null;
260
+ batch: string | null;
261
261
  people: {
262
262
  title: string | null;
263
263
  name: string | null;
264
264
  emails: string[] | null;
265
- linkedinUrl: string | null;
266
265
  bio: string | null;
266
+ linkedinUrl: string | null;
267
267
  currentEmployers: {
268
268
  companyName: string | null;
269
269
  }[];
@@ -277,8 +277,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
277
277
  founders: {
278
278
  title: string | null;
279
279
  name: string | null;
280
- linkedinUrl: string | null;
281
280
  bio: string | null;
281
+ linkedinUrl: string | null;
282
282
  twitterUrl: string | null;
283
283
  }[];
284
284
  ycUrl: string | null;
@@ -313,15 +313,15 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
313
313
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
314
314
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
315
315
  }, "strip", z.ZodTypeAny, {
316
+ url?: string | undefined;
316
317
  credentials?: Partial<Record<CredentialType, string>> | undefined;
317
318
  batch?: string | undefined;
318
- url?: string | undefined;
319
319
  maxCompanies?: number | undefined;
320
320
  includeFounders?: boolean | undefined;
321
321
  }, {
322
+ url?: string | undefined;
322
323
  credentials?: Partial<Record<CredentialType, string>> | undefined;
323
324
  batch?: string | undefined;
324
- url?: string | undefined;
325
325
  maxCompanies?: number | undefined;
326
326
  includeFounders?: boolean | undefined;
327
327
  }>;
@@ -344,8 +344,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
344
344
  title: string | null;
345
345
  name: string | null;
346
346
  emails: string[] | null;
347
- linkedinUrl: string | null;
348
347
  bio: string | null;
348
+ linkedinUrl: string | null;
349
349
  currentEmployers: {
350
350
  companyName: string | null;
351
351
  }[];
@@ -354,8 +354,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
354
354
  title: string | null;
355
355
  name: string | null;
356
356
  emails: string[] | null;
357
- linkedinUrl: string | null;
358
357
  bio: string | null;
358
+ linkedinUrl: string | null;
359
359
  currentEmployers: {
360
360
  companyName: string | null;
361
361
  }[];
@@ -376,14 +376,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
376
376
  }, "strip", z.ZodTypeAny, {
377
377
  title: string | null;
378
378
  name: string | null;
379
- linkedinUrl: string | null;
380
379
  bio: string | null;
380
+ linkedinUrl: string | null;
381
381
  twitterUrl: string | null;
382
382
  }, {
383
383
  title: string | null;
384
384
  name: string | null;
385
- linkedinUrl: string | null;
386
385
  bio: string | null;
386
+ linkedinUrl: string | null;
387
387
  twitterUrl: string | null;
388
388
  }>, "many">;
389
389
  }, "strip", z.ZodTypeAny, {
@@ -394,8 +394,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
394
394
  founders: {
395
395
  title: string | null;
396
396
  name: string | null;
397
- linkedinUrl: string | null;
398
397
  bio: string | null;
398
+ linkedinUrl: string | null;
399
399
  twitterUrl: string | null;
400
400
  }[];
401
401
  ycUrl: string | null;
@@ -407,8 +407,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
407
407
  founders: {
408
408
  title: string | null;
409
409
  name: string | null;
410
- linkedinUrl: string | null;
411
410
  bio: string | null;
411
+ linkedinUrl: string | null;
412
412
  twitterUrl: string | null;
413
413
  }[];
414
414
  ycUrl: string | null;
@@ -422,14 +422,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
422
422
  }, "strip", z.ZodTypeAny, {
423
423
  error: string;
424
424
  success: boolean;
425
- batch: string | null;
426
425
  url: string | null;
426
+ batch: string | null;
427
427
  people: {
428
428
  title: string | null;
429
429
  name: string | null;
430
430
  emails: string[] | null;
431
- linkedinUrl: string | null;
432
431
  bio: string | null;
432
+ linkedinUrl: string | null;
433
433
  currentEmployers: {
434
434
  companyName: string | null;
435
435
  }[];
@@ -443,8 +443,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
443
443
  founders: {
444
444
  title: string | null;
445
445
  name: string | null;
446
- linkedinUrl: string | null;
447
446
  bio: string | null;
447
+ linkedinUrl: string | null;
448
448
  twitterUrl: string | null;
449
449
  }[];
450
450
  ycUrl: string | null;
@@ -454,14 +454,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
454
454
  }, {
455
455
  error: string;
456
456
  success: boolean;
457
- batch: string | null;
458
457
  url: string | null;
458
+ batch: string | null;
459
459
  people: {
460
460
  title: string | null;
461
461
  name: string | null;
462
462
  emails: string[] | null;
463
- linkedinUrl: string | null;
464
463
  bio: string | null;
464
+ linkedinUrl: string | null;
465
465
  currentEmployers: {
466
466
  companyName: string | null;
467
467
  }[];
@@ -475,8 +475,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
475
475
  founders: {
476
476
  title: string | null;
477
477
  name: string | null;
478
- linkedinUrl: string | null;
479
478
  bio: string | null;
479
+ linkedinUrl: string | null;
480
480
  twitterUrl: string | null;
481
481
  }[];
482
482
  ycUrl: string | null;
@@ -17,12 +17,12 @@ declare const YouTubeVideoSchema: z.ZodObject<{
17
17
  comments: z.ZodNullable<z.ZodNumber>;
18
18
  thumbnail: z.ZodNullable<z.ZodString>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- duration: string | null;
21
20
  description: string | null;
22
21
  title: string | null;
23
22
  date: string | null;
24
- id: string | null;
25
23
  url: string | null;
24
+ duration: string | null;
25
+ id: string | null;
26
26
  thumbnail: string | null;
27
27
  comments: number | null;
28
28
  viewCount: number | null;
@@ -31,12 +31,12 @@ declare const YouTubeVideoSchema: z.ZodObject<{
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
- duration: string | null;
35
34
  description: string | null;
36
35
  title: string | null;
37
36
  date: string | null;
38
- id: string | null;
39
37
  url: string | null;
38
+ duration: string | null;
39
+ id: string | null;
40
40
  thumbnail: string | null;
41
41
  comments: number | null;
42
42
  viewCount: number | null;
@@ -103,12 +103,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
103
103
  comments: z.ZodNullable<z.ZodNumber>;
104
104
  thumbnail: z.ZodNullable<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- duration: string | null;
107
106
  description: string | null;
108
107
  title: string | null;
109
108
  date: string | null;
110
- id: string | null;
111
109
  url: string | null;
110
+ duration: string | null;
111
+ id: string | null;
112
112
  thumbnail: string | null;
113
113
  comments: number | null;
114
114
  viewCount: number | null;
@@ -117,12 +117,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
- duration: string | null;
121
120
  description: string | null;
122
121
  title: string | null;
123
122
  date: string | null;
124
- id: string | null;
125
123
  url: string | null;
124
+ duration: string | null;
125
+ id: string | null;
126
126
  thumbnail: string | null;
127
127
  comments: number | null;
128
128
  viewCount: number | null;
@@ -154,12 +154,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
154
154
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
157
- duration: string | null;
158
157
  description: string | null;
159
158
  title: string | null;
160
159
  date: string | null;
161
- id: string | null;
162
160
  url: string | null;
161
+ duration: string | null;
162
+ id: string | null;
163
163
  thumbnail: string | null;
164
164
  comments: number | null;
165
165
  viewCount: number | null;
@@ -180,12 +180,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
180
180
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
183
- duration: string | null;
184
183
  description: string | null;
185
184
  title: string | null;
186
185
  date: string | null;
187
- id: string | null;
188
186
  url: string | null;
187
+ duration: string | null;
188
+ id: string | null;
189
189
  thumbnail: string | null;
190
190
  comments: number | null;
191
191
  viewCount: number | null;
@@ -261,12 +261,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
261
261
  comments: z.ZodNullable<z.ZodNumber>;
262
262
  thumbnail: z.ZodNullable<z.ZodString>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- duration: string | null;
265
264
  description: string | null;
266
265
  title: string | null;
267
266
  date: string | null;
268
- id: string | null;
269
267
  url: string | null;
268
+ duration: string | null;
269
+ id: string | null;
270
270
  thumbnail: string | null;
271
271
  comments: number | null;
272
272
  viewCount: number | null;
@@ -275,12 +275,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
- duration: string | null;
279
278
  description: string | null;
280
279
  title: string | null;
281
280
  date: string | null;
282
- id: string | null;
283
281
  url: string | null;
282
+ duration: string | null;
283
+ id: string | null;
284
284
  thumbnail: string | null;
285
285
  comments: number | null;
286
286
  viewCount: number | null;
@@ -312,12 +312,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
312
312
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
315
- duration: string | null;
316
315
  description: string | null;
317
316
  title: string | null;
318
317
  date: string | null;
319
- id: string | null;
320
318
  url: string | null;
319
+ duration: string | null;
320
+ id: string | null;
321
321
  thumbnail: string | null;
322
322
  comments: number | null;
323
323
  viewCount: number | null;
@@ -338,12 +338,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
338
338
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
341
- duration: string | null;
342
341
  description: string | null;
343
342
  title: string | null;
344
343
  date: string | null;
345
- id: string | null;
346
344
  url: string | null;
345
+ duration: string | null;
346
+ id: string | null;
347
347
  thumbnail: string | null;
348
348
  comments: number | null;
349
349
  viewCount: number | null;
@@ -121,7 +121,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
121
121
  } | undefined;
122
122
  }[];
123
123
  outputDescription: string;
124
- outputFormat: "json" | "csv" | "html";
124
+ outputFormat: "html" | "json" | "csv";
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  }, {
127
127
  documents: {
@@ -145,7 +145,7 @@ declare const GenerateDocumentWorkflowParamsSchema: z.ZodObject<{
145
145
  maxTokens?: number | undefined;
146
146
  jsonMode?: boolean | undefined;
147
147
  } | undefined;
148
- outputFormat?: "json" | "csv" | "html" | undefined;
148
+ outputFormat?: "html" | "json" | "csv" | undefined;
149
149
  }>;
150
150
  /**
151
151
  * Result schema for Generate Document workflow
@@ -189,13 +189,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
189
189
  csv: z.ZodOptional<z.ZodString>;
190
190
  json: z.ZodOptional<z.ZodString>;
191
191
  }, "strip", z.ZodTypeAny, {
192
+ html?: string | undefined;
192
193
  json?: string | undefined;
193
194
  csv?: string | undefined;
194
- html?: string | undefined;
195
195
  }, {
196
+ html?: string | undefined;
196
197
  json?: string | undefined;
197
198
  csv?: string | undefined;
198
- html?: string | undefined;
199
199
  }>;
200
200
  aiAnalysis: z.ZodObject<{
201
201
  model: z.ZodString;
@@ -234,9 +234,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
234
234
  processingTime?: number | undefined;
235
235
  };
236
236
  generatedFiles: {
237
+ html?: string | undefined;
237
238
  json?: string | undefined;
238
239
  csv?: string | undefined;
239
- html?: string | undefined;
240
240
  };
241
241
  }, {
242
242
  error: string;
@@ -260,9 +260,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
260
260
  processingTime?: number | undefined;
261
261
  };
262
262
  generatedFiles: {
263
+ html?: string | undefined;
263
264
  json?: string | undefined;
264
265
  csv?: string | undefined;
265
- html?: string | undefined;
266
266
  };
267
267
  }>;
268
268
  type GenerateDocumentWorkflowParams = z.input<typeof GenerateDocumentWorkflowParamsSchema>;
@@ -376,7 +376,7 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
376
376
  } | undefined;
377
377
  }[];
378
378
  outputDescription: string;
379
- outputFormat: "json" | "csv" | "html";
379
+ outputFormat: "html" | "json" | "csv";
380
380
  credentials?: Partial<Record<CredentialType, string>> | undefined;
381
381
  }, {
382
382
  documents: {
@@ -400,7 +400,7 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
400
400
  maxTokens?: number | undefined;
401
401
  jsonMode?: boolean | undefined;
402
402
  } | undefined;
403
- outputFormat?: "json" | "csv" | "html" | undefined;
403
+ outputFormat?: "html" | "json" | "csv" | undefined;
404
404
  }>;
405
405
  static readonly resultSchema: z.ZodObject<{
406
406
  columns: z.ZodArray<z.ZodObject<{
@@ -441,13 +441,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
441
441
  csv: z.ZodOptional<z.ZodString>;
442
442
  json: z.ZodOptional<z.ZodString>;
443
443
  }, "strip", z.ZodTypeAny, {
444
+ html?: string | undefined;
444
445
  json?: string | undefined;
445
446
  csv?: string | undefined;
446
- html?: string | undefined;
447
447
  }, {
448
+ html?: string | undefined;
448
449
  json?: string | undefined;
449
450
  csv?: string | undefined;
450
- html?: string | undefined;
451
451
  }>;
452
452
  aiAnalysis: z.ZodObject<{
453
453
  model: z.ZodString;
@@ -486,9 +486,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
486
486
  processingTime?: number | undefined;
487
487
  };
488
488
  generatedFiles: {
489
+ html?: string | undefined;
489
490
  json?: string | undefined;
490
491
  csv?: string | undefined;
491
- html?: string | undefined;
492
492
  };
493
493
  }, {
494
494
  error: string;
@@ -512,9 +512,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
512
512
  processingTime?: number | undefined;
513
513
  };
514
514
  generatedFiles: {
515
+ html?: string | undefined;
515
516
  json?: string | undefined;
516
517
  csv?: string | undefined;
517
- html?: string | undefined;
518
518
  };
519
519
  }>;
520
520
  static readonly shortDescription = "Generate Document workflow: convert markdown to structured formats using AI";