@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.
- package/dist/bubble-bundle.d.ts +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
- package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
- package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
- package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +248 -248
- package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +44 -44
- package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
- package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -54,9 +54,9 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
54
54
|
maxIterations: number;
|
|
55
55
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
56
56
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
57
|
-
includeBlockKit: boolean;
|
|
58
57
|
includeQuery: boolean;
|
|
59
58
|
includeExplanation: boolean;
|
|
59
|
+
includeBlockKit: boolean;
|
|
60
60
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
61
61
|
additionalContext?: string | undefined;
|
|
62
62
|
}, {
|
|
@@ -75,10 +75,10 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
75
75
|
maxIterations?: number | undefined;
|
|
76
76
|
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
77
77
|
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
78
|
-
includeBlockKit?: boolean | undefined;
|
|
79
78
|
includeQuery?: boolean | undefined;
|
|
80
79
|
includeExplanation?: boolean | undefined;
|
|
81
80
|
additionalContext?: string | undefined;
|
|
81
|
+
includeBlockKit?: boolean | undefined;
|
|
82
82
|
}>;
|
|
83
83
|
declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
84
84
|
response: z.ZodString;
|
|
@@ -160,20 +160,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
160
160
|
text: string;
|
|
161
161
|
emoji?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
|
+
optional?: boolean | undefined;
|
|
163
164
|
text?: {
|
|
164
165
|
type: "plain_text" | "mrkdwn";
|
|
165
166
|
text: string;
|
|
166
167
|
emoji?: boolean | undefined;
|
|
167
168
|
verbatim?: boolean | undefined;
|
|
168
169
|
} | undefined;
|
|
169
|
-
|
|
170
|
-
optional?: boolean | undefined;
|
|
170
|
+
element?: unknown;
|
|
171
171
|
fields?: {
|
|
172
172
|
type: "plain_text" | "mrkdwn";
|
|
173
173
|
text: string;
|
|
174
174
|
emoji?: boolean | undefined;
|
|
175
175
|
verbatim?: boolean | undefined;
|
|
176
176
|
}[] | undefined;
|
|
177
|
+
image_url?: string | undefined;
|
|
177
178
|
alt_text?: string | undefined;
|
|
178
179
|
elements?: {
|
|
179
180
|
type: "plain_text" | "mrkdwn";
|
|
@@ -181,10 +182,9 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
181
182
|
emoji?: boolean | undefined;
|
|
182
183
|
verbatim?: boolean | undefined;
|
|
183
184
|
}[] | undefined;
|
|
185
|
+
label?: unknown;
|
|
184
186
|
block_id?: string | undefined;
|
|
185
187
|
accessory?: unknown;
|
|
186
|
-
element?: unknown;
|
|
187
|
-
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
190
|
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
@@ -193,20 +193,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
193
193
|
text: string;
|
|
194
194
|
emoji?: boolean | undefined;
|
|
195
195
|
} | undefined;
|
|
196
|
+
optional?: boolean | undefined;
|
|
196
197
|
text?: {
|
|
197
198
|
type: "plain_text" | "mrkdwn";
|
|
198
199
|
text: string;
|
|
199
200
|
emoji?: boolean | undefined;
|
|
200
201
|
verbatim?: boolean | undefined;
|
|
201
202
|
} | undefined;
|
|
202
|
-
|
|
203
|
-
optional?: boolean | undefined;
|
|
203
|
+
element?: unknown;
|
|
204
204
|
fields?: {
|
|
205
205
|
type: "plain_text" | "mrkdwn";
|
|
206
206
|
text: string;
|
|
207
207
|
emoji?: boolean | undefined;
|
|
208
208
|
verbatim?: boolean | undefined;
|
|
209
209
|
}[] | undefined;
|
|
210
|
+
image_url?: string | undefined;
|
|
210
211
|
alt_text?: string | undefined;
|
|
211
212
|
elements?: {
|
|
212
213
|
type: "plain_text" | "mrkdwn";
|
|
@@ -214,10 +215,9 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
214
215
|
emoji?: boolean | undefined;
|
|
215
216
|
verbatim?: boolean | undefined;
|
|
216
217
|
}[] | undefined;
|
|
218
|
+
label?: unknown;
|
|
217
219
|
block_id?: string | undefined;
|
|
218
220
|
accessory?: unknown;
|
|
219
|
-
element?: unknown;
|
|
220
|
-
label?: unknown;
|
|
221
221
|
hint?: unknown;
|
|
222
222
|
}>, "many">>;
|
|
223
223
|
metadata: z.ZodObject<{
|
|
@@ -226,14 +226,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
226
226
|
wordCount: z.ZodNumber;
|
|
227
227
|
blockCount: z.ZodOptional<z.ZodNumber>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
|
+
wordCount: number;
|
|
229
230
|
verbosityLevel: string;
|
|
230
231
|
technicalityLevel: string;
|
|
231
|
-
wordCount: number;
|
|
232
232
|
blockCount?: number | undefined;
|
|
233
233
|
}, {
|
|
234
|
+
wordCount: number;
|
|
234
235
|
verbosityLevel: string;
|
|
235
236
|
technicalityLevel: string;
|
|
236
|
-
wordCount: number;
|
|
237
237
|
blockCount?: number | undefined;
|
|
238
238
|
}>;
|
|
239
239
|
toolCalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -253,14 +253,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
253
253
|
error: z.ZodString;
|
|
254
254
|
success: z.ZodBoolean;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
error: string;
|
|
257
|
+
success: boolean;
|
|
256
258
|
metadata: {
|
|
259
|
+
wordCount: number;
|
|
257
260
|
verbosityLevel: string;
|
|
258
261
|
technicalityLevel: string;
|
|
259
|
-
wordCount: number;
|
|
260
262
|
blockCount?: number | undefined;
|
|
261
263
|
};
|
|
262
|
-
success: boolean;
|
|
263
|
-
error: string;
|
|
264
264
|
response: string;
|
|
265
265
|
iterations: number;
|
|
266
266
|
toolCalls?: {
|
|
@@ -275,20 +275,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
275
275
|
text: string;
|
|
276
276
|
emoji?: boolean | undefined;
|
|
277
277
|
} | undefined;
|
|
278
|
+
optional?: boolean | undefined;
|
|
278
279
|
text?: {
|
|
279
280
|
type: "plain_text" | "mrkdwn";
|
|
280
281
|
text: string;
|
|
281
282
|
emoji?: boolean | undefined;
|
|
282
283
|
verbatim?: boolean | undefined;
|
|
283
284
|
} | undefined;
|
|
284
|
-
|
|
285
|
-
optional?: boolean | undefined;
|
|
285
|
+
element?: unknown;
|
|
286
286
|
fields?: {
|
|
287
287
|
type: "plain_text" | "mrkdwn";
|
|
288
288
|
text: string;
|
|
289
289
|
emoji?: boolean | undefined;
|
|
290
290
|
verbatim?: boolean | undefined;
|
|
291
291
|
}[] | undefined;
|
|
292
|
+
image_url?: string | undefined;
|
|
292
293
|
alt_text?: string | undefined;
|
|
293
294
|
elements?: {
|
|
294
295
|
type: "plain_text" | "mrkdwn";
|
|
@@ -296,21 +297,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
296
297
|
emoji?: boolean | undefined;
|
|
297
298
|
verbatim?: boolean | undefined;
|
|
298
299
|
}[] | undefined;
|
|
300
|
+
label?: unknown;
|
|
299
301
|
block_id?: string | undefined;
|
|
300
302
|
accessory?: unknown;
|
|
301
|
-
element?: unknown;
|
|
302
|
-
label?: unknown;
|
|
303
303
|
hint?: unknown;
|
|
304
304
|
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
|
+
error: string;
|
|
307
|
+
success: boolean;
|
|
306
308
|
metadata: {
|
|
309
|
+
wordCount: number;
|
|
307
310
|
verbosityLevel: string;
|
|
308
311
|
technicalityLevel: string;
|
|
309
|
-
wordCount: number;
|
|
310
312
|
blockCount?: number | undefined;
|
|
311
313
|
};
|
|
312
|
-
success: boolean;
|
|
313
|
-
error: string;
|
|
314
314
|
response: string;
|
|
315
315
|
iterations: number;
|
|
316
316
|
toolCalls?: {
|
|
@@ -325,20 +325,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
325
325
|
text: string;
|
|
326
326
|
emoji?: boolean | undefined;
|
|
327
327
|
} | undefined;
|
|
328
|
+
optional?: boolean | undefined;
|
|
328
329
|
text?: {
|
|
329
330
|
type: "plain_text" | "mrkdwn";
|
|
330
331
|
text: string;
|
|
331
332
|
emoji?: boolean | undefined;
|
|
332
333
|
verbatim?: boolean | undefined;
|
|
333
334
|
} | undefined;
|
|
334
|
-
|
|
335
|
-
optional?: boolean | undefined;
|
|
335
|
+
element?: unknown;
|
|
336
336
|
fields?: {
|
|
337
337
|
type: "plain_text" | "mrkdwn";
|
|
338
338
|
text: string;
|
|
339
339
|
emoji?: boolean | undefined;
|
|
340
340
|
verbatim?: boolean | undefined;
|
|
341
341
|
}[] | undefined;
|
|
342
|
+
image_url?: string | undefined;
|
|
342
343
|
alt_text?: string | undefined;
|
|
343
344
|
elements?: {
|
|
344
345
|
type: "plain_text" | "mrkdwn";
|
|
@@ -346,10 +347,9 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
346
347
|
emoji?: boolean | undefined;
|
|
347
348
|
verbatim?: boolean | undefined;
|
|
348
349
|
}[] | undefined;
|
|
350
|
+
label?: unknown;
|
|
349
351
|
block_id?: string | undefined;
|
|
350
352
|
accessory?: unknown;
|
|
351
|
-
element?: unknown;
|
|
352
|
-
label?: unknown;
|
|
353
353
|
hint?: unknown;
|
|
354
354
|
}[] | undefined;
|
|
355
355
|
}>;
|
|
@@ -412,9 +412,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
412
412
|
maxIterations: number;
|
|
413
413
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
414
414
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
415
|
-
includeBlockKit: boolean;
|
|
416
415
|
includeQuery: boolean;
|
|
417
416
|
includeExplanation: boolean;
|
|
417
|
+
includeBlockKit: boolean;
|
|
418
418
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
419
419
|
additionalContext?: string | undefined;
|
|
420
420
|
}, {
|
|
@@ -433,10 +433,10 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
433
433
|
maxIterations?: number | undefined;
|
|
434
434
|
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
435
435
|
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
436
|
-
includeBlockKit?: boolean | undefined;
|
|
437
436
|
includeQuery?: boolean | undefined;
|
|
438
437
|
includeExplanation?: boolean | undefined;
|
|
439
438
|
additionalContext?: string | undefined;
|
|
439
|
+
includeBlockKit?: boolean | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
static readonly resultSchema: z.ZodObject<{
|
|
442
442
|
response: z.ZodString;
|
|
@@ -518,20 +518,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
518
518
|
text: string;
|
|
519
519
|
emoji?: boolean | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
+
optional?: boolean | undefined;
|
|
521
522
|
text?: {
|
|
522
523
|
type: "plain_text" | "mrkdwn";
|
|
523
524
|
text: string;
|
|
524
525
|
emoji?: boolean | undefined;
|
|
525
526
|
verbatim?: boolean | undefined;
|
|
526
527
|
} | undefined;
|
|
527
|
-
|
|
528
|
-
optional?: boolean | undefined;
|
|
528
|
+
element?: unknown;
|
|
529
529
|
fields?: {
|
|
530
530
|
type: "plain_text" | "mrkdwn";
|
|
531
531
|
text: string;
|
|
532
532
|
emoji?: boolean | undefined;
|
|
533
533
|
verbatim?: boolean | undefined;
|
|
534
534
|
}[] | undefined;
|
|
535
|
+
image_url?: string | undefined;
|
|
535
536
|
alt_text?: string | undefined;
|
|
536
537
|
elements?: {
|
|
537
538
|
type: "plain_text" | "mrkdwn";
|
|
@@ -539,10 +540,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
539
540
|
emoji?: boolean | undefined;
|
|
540
541
|
verbatim?: boolean | undefined;
|
|
541
542
|
}[] | undefined;
|
|
543
|
+
label?: unknown;
|
|
542
544
|
block_id?: string | undefined;
|
|
543
545
|
accessory?: unknown;
|
|
544
|
-
element?: unknown;
|
|
545
|
-
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
548
|
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
@@ -551,20 +551,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
551
551
|
text: string;
|
|
552
552
|
emoji?: boolean | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
+
optional?: boolean | undefined;
|
|
554
555
|
text?: {
|
|
555
556
|
type: "plain_text" | "mrkdwn";
|
|
556
557
|
text: string;
|
|
557
558
|
emoji?: boolean | undefined;
|
|
558
559
|
verbatim?: boolean | undefined;
|
|
559
560
|
} | undefined;
|
|
560
|
-
|
|
561
|
-
optional?: boolean | undefined;
|
|
561
|
+
element?: unknown;
|
|
562
562
|
fields?: {
|
|
563
563
|
type: "plain_text" | "mrkdwn";
|
|
564
564
|
text: string;
|
|
565
565
|
emoji?: boolean | undefined;
|
|
566
566
|
verbatim?: boolean | undefined;
|
|
567
567
|
}[] | undefined;
|
|
568
|
+
image_url?: string | undefined;
|
|
568
569
|
alt_text?: string | undefined;
|
|
569
570
|
elements?: {
|
|
570
571
|
type: "plain_text" | "mrkdwn";
|
|
@@ -572,10 +573,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
572
573
|
emoji?: boolean | undefined;
|
|
573
574
|
verbatim?: boolean | undefined;
|
|
574
575
|
}[] | undefined;
|
|
576
|
+
label?: unknown;
|
|
575
577
|
block_id?: string | undefined;
|
|
576
578
|
accessory?: unknown;
|
|
577
|
-
element?: unknown;
|
|
578
|
-
label?: unknown;
|
|
579
579
|
hint?: unknown;
|
|
580
580
|
}>, "many">>;
|
|
581
581
|
metadata: z.ZodObject<{
|
|
@@ -584,14 +584,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
584
584
|
wordCount: z.ZodNumber;
|
|
585
585
|
blockCount: z.ZodOptional<z.ZodNumber>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
+
wordCount: number;
|
|
587
588
|
verbosityLevel: string;
|
|
588
589
|
technicalityLevel: string;
|
|
589
|
-
wordCount: number;
|
|
590
590
|
blockCount?: number | undefined;
|
|
591
591
|
}, {
|
|
592
|
+
wordCount: number;
|
|
592
593
|
verbosityLevel: string;
|
|
593
594
|
technicalityLevel: string;
|
|
594
|
-
wordCount: number;
|
|
595
595
|
blockCount?: number | undefined;
|
|
596
596
|
}>;
|
|
597
597
|
toolCalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -611,14 +611,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
611
611
|
error: z.ZodString;
|
|
612
612
|
success: z.ZodBoolean;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
+
error: string;
|
|
615
|
+
success: boolean;
|
|
614
616
|
metadata: {
|
|
617
|
+
wordCount: number;
|
|
615
618
|
verbosityLevel: string;
|
|
616
619
|
technicalityLevel: string;
|
|
617
|
-
wordCount: number;
|
|
618
620
|
blockCount?: number | undefined;
|
|
619
621
|
};
|
|
620
|
-
success: boolean;
|
|
621
|
-
error: string;
|
|
622
622
|
response: string;
|
|
623
623
|
iterations: number;
|
|
624
624
|
toolCalls?: {
|
|
@@ -633,20 +633,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
633
633
|
text: string;
|
|
634
634
|
emoji?: boolean | undefined;
|
|
635
635
|
} | undefined;
|
|
636
|
+
optional?: boolean | undefined;
|
|
636
637
|
text?: {
|
|
637
638
|
type: "plain_text" | "mrkdwn";
|
|
638
639
|
text: string;
|
|
639
640
|
emoji?: boolean | undefined;
|
|
640
641
|
verbatim?: boolean | undefined;
|
|
641
642
|
} | undefined;
|
|
642
|
-
|
|
643
|
-
optional?: boolean | undefined;
|
|
643
|
+
element?: unknown;
|
|
644
644
|
fields?: {
|
|
645
645
|
type: "plain_text" | "mrkdwn";
|
|
646
646
|
text: string;
|
|
647
647
|
emoji?: boolean | undefined;
|
|
648
648
|
verbatim?: boolean | undefined;
|
|
649
649
|
}[] | undefined;
|
|
650
|
+
image_url?: string | undefined;
|
|
650
651
|
alt_text?: string | undefined;
|
|
651
652
|
elements?: {
|
|
652
653
|
type: "plain_text" | "mrkdwn";
|
|
@@ -654,21 +655,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
654
655
|
emoji?: boolean | undefined;
|
|
655
656
|
verbatim?: boolean | undefined;
|
|
656
657
|
}[] | undefined;
|
|
658
|
+
label?: unknown;
|
|
657
659
|
block_id?: string | undefined;
|
|
658
660
|
accessory?: unknown;
|
|
659
|
-
element?: unknown;
|
|
660
|
-
label?: unknown;
|
|
661
661
|
hint?: unknown;
|
|
662
662
|
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
|
+
error: string;
|
|
665
|
+
success: boolean;
|
|
664
666
|
metadata: {
|
|
667
|
+
wordCount: number;
|
|
665
668
|
verbosityLevel: string;
|
|
666
669
|
technicalityLevel: string;
|
|
667
|
-
wordCount: number;
|
|
668
670
|
blockCount?: number | undefined;
|
|
669
671
|
};
|
|
670
|
-
success: boolean;
|
|
671
|
-
error: string;
|
|
672
672
|
response: string;
|
|
673
673
|
iterations: number;
|
|
674
674
|
toolCalls?: {
|
|
@@ -683,20 +683,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
683
683
|
text: string;
|
|
684
684
|
emoji?: boolean | undefined;
|
|
685
685
|
} | undefined;
|
|
686
|
+
optional?: boolean | undefined;
|
|
686
687
|
text?: {
|
|
687
688
|
type: "plain_text" | "mrkdwn";
|
|
688
689
|
text: string;
|
|
689
690
|
emoji?: boolean | undefined;
|
|
690
691
|
verbatim?: boolean | undefined;
|
|
691
692
|
} | undefined;
|
|
692
|
-
|
|
693
|
-
optional?: boolean | undefined;
|
|
693
|
+
element?: unknown;
|
|
694
694
|
fields?: {
|
|
695
695
|
type: "plain_text" | "mrkdwn";
|
|
696
696
|
text: string;
|
|
697
697
|
emoji?: boolean | undefined;
|
|
698
698
|
verbatim?: boolean | undefined;
|
|
699
699
|
}[] | undefined;
|
|
700
|
+
image_url?: string | undefined;
|
|
700
701
|
alt_text?: string | undefined;
|
|
701
702
|
elements?: {
|
|
702
703
|
type: "plain_text" | "mrkdwn";
|
|
@@ -704,10 +705,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
704
705
|
emoji?: boolean | undefined;
|
|
705
706
|
verbatim?: boolean | undefined;
|
|
706
707
|
}[] | undefined;
|
|
708
|
+
label?: unknown;
|
|
707
709
|
block_id?: string | undefined;
|
|
708
710
|
accessory?: unknown;
|
|
709
|
-
element?: unknown;
|
|
710
|
-
label?: unknown;
|
|
711
711
|
hint?: unknown;
|
|
712
712
|
}[] | undefined;
|
|
713
713
|
}>;
|
|
@@ -54,7 +54,7 @@ declare const SlackNotifierParamsSchema: z.ZodObject<{
|
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
55
|
contentToFormat: string;
|
|
56
56
|
targetChannel: string;
|
|
57
|
-
messageStyle: "
|
|
57
|
+
messageStyle: "professional" | "casual" | "technical" | "concise" | "detailed";
|
|
58
58
|
includeFormatting: boolean;
|
|
59
59
|
maxMessageLength: number;
|
|
60
60
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -71,7 +71,7 @@ declare const SlackNotifierParamsSchema: z.ZodObject<{
|
|
|
71
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
72
|
originalUserQuery?: string | undefined;
|
|
73
73
|
messageTitle?: string | undefined;
|
|
74
|
-
messageStyle?: "
|
|
74
|
+
messageStyle?: "professional" | "casual" | "technical" | "concise" | "detailed" | undefined;
|
|
75
75
|
includeFormatting?: boolean | undefined;
|
|
76
76
|
maxMessageLength?: number | undefined;
|
|
77
77
|
aiModel?: {
|
|
@@ -148,8 +148,8 @@ declare const SlackNotifierResultSchema: z.ZodObject<{
|
|
|
148
148
|
originalLength?: number | undefined;
|
|
149
149
|
}>>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
success: boolean;
|
|
152
151
|
error: string;
|
|
152
|
+
success: boolean;
|
|
153
153
|
messageInfo?: {
|
|
154
154
|
channelName?: string | undefined;
|
|
155
155
|
messageTimestamp?: string | undefined;
|
|
@@ -163,8 +163,8 @@ declare const SlackNotifierResultSchema: z.ZodObject<{
|
|
|
163
163
|
originalLength?: number | undefined;
|
|
164
164
|
} | undefined;
|
|
165
165
|
}, {
|
|
166
|
-
success: boolean;
|
|
167
166
|
error: string;
|
|
167
|
+
success: boolean;
|
|
168
168
|
messageInfo?: {
|
|
169
169
|
channelName?: string | undefined;
|
|
170
170
|
messageTimestamp?: string | undefined;
|
|
@@ -252,7 +252,7 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
|
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
253
|
contentToFormat: string;
|
|
254
254
|
targetChannel: string;
|
|
255
|
-
messageStyle: "
|
|
255
|
+
messageStyle: "professional" | "casual" | "technical" | "concise" | "detailed";
|
|
256
256
|
includeFormatting: boolean;
|
|
257
257
|
maxMessageLength: number;
|
|
258
258
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -269,7 +269,7 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
|
|
|
269
269
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
270
270
|
originalUserQuery?: string | undefined;
|
|
271
271
|
messageTitle?: string | undefined;
|
|
272
|
-
messageStyle?: "
|
|
272
|
+
messageStyle?: "professional" | "casual" | "technical" | "concise" | "detailed" | undefined;
|
|
273
273
|
includeFormatting?: boolean | undefined;
|
|
274
274
|
maxMessageLength?: number | undefined;
|
|
275
275
|
aiModel?: {
|
|
@@ -344,8 +344,8 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
|
|
|
344
344
|
originalLength?: number | undefined;
|
|
345
345
|
}>>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
|
-
success: boolean;
|
|
348
347
|
error: string;
|
|
348
|
+
success: boolean;
|
|
349
349
|
messageInfo?: {
|
|
350
350
|
channelName?: string | undefined;
|
|
351
351
|
messageTimestamp?: string | undefined;
|
|
@@ -359,8 +359,8 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
|
|
|
359
359
|
originalLength?: number | undefined;
|
|
360
360
|
} | undefined;
|
|
361
361
|
}, {
|
|
362
|
-
success: boolean;
|
|
363
362
|
error: string;
|
|
363
|
+
success: boolean;
|
|
364
364
|
messageInfo?: {
|
|
365
365
|
channelName?: string | undefined;
|
|
366
366
|
messageTimestamp?: string | undefined;
|
package/dist/bubbles.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bubblelab/bubble-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"puppeteer-core": "^24.10.0",
|
|
41
41
|
"resend": "^4.8.0",
|
|
42
42
|
"zod": "^3.24.1",
|
|
43
|
-
"@bubblelab/shared-schemas": "0.1.
|
|
43
|
+
"@bubblelab/shared-schemas": "0.1.56"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"zod-to-json-schema": "^3.24.6",
|