@bubblelab/bubble-core 0.1.24 → 0.1.26
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 +89 -73
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +14 -14
- package/dist/bubbles/service-bubble/airtable.d.ts +134 -134
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +331 -331
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +540 -540
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +348 -348
- package/dist/bubbles/service-bubble/followupboss.d.ts +405 -405
- package/dist/bubbles/service-bubble/github.d.ts +132 -132
- package/dist/bubbles/service-bubble/gmail.d.ts +506 -506
- package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
- package/dist/bubbles/service-bubble/notion/notion.d.ts +630 -630
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +218 -218
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +1329 -1329
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +202 -202
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +27 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +139 -139
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +274 -274
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +53 -16
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles.json +52058 -10
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -248,9 +248,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
248
248
|
success: z.ZodBoolean;
|
|
249
249
|
error: z.ZodString;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
mode: "identify";
|
|
252
251
|
success: boolean;
|
|
253
252
|
error: string;
|
|
253
|
+
mode: "identify";
|
|
254
254
|
imageData: {
|
|
255
255
|
format: string;
|
|
256
256
|
dpi: number;
|
|
@@ -273,9 +273,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
273
273
|
processingTime?: number | undefined;
|
|
274
274
|
};
|
|
275
275
|
}, {
|
|
276
|
-
mode: "identify";
|
|
277
276
|
success: boolean;
|
|
278
277
|
error: string;
|
|
278
|
+
mode: "identify";
|
|
279
279
|
imageData: {
|
|
280
280
|
format: string;
|
|
281
281
|
dpi: number;
|
|
@@ -374,9 +374,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
374
374
|
success: z.ZodBoolean;
|
|
375
375
|
error: z.ZodString;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
|
-
mode: "autofill";
|
|
378
377
|
success: boolean;
|
|
379
378
|
error: string;
|
|
379
|
+
mode: "autofill";
|
|
380
380
|
filledPdfData: string;
|
|
381
381
|
imageData: {
|
|
382
382
|
format: string;
|
|
@@ -406,9 +406,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
406
406
|
successfullyFilled: number;
|
|
407
407
|
};
|
|
408
408
|
}, {
|
|
409
|
-
mode: "autofill";
|
|
410
409
|
success: boolean;
|
|
411
410
|
error: string;
|
|
411
|
+
mode: "autofill";
|
|
412
412
|
filledPdfData: string;
|
|
413
413
|
imageData: {
|
|
414
414
|
format: string;
|
|
@@ -681,9 +681,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
681
681
|
success: z.ZodBoolean;
|
|
682
682
|
error: z.ZodString;
|
|
683
683
|
}, "strip", z.ZodTypeAny, {
|
|
684
|
-
mode: "identify";
|
|
685
684
|
success: boolean;
|
|
686
685
|
error: string;
|
|
686
|
+
mode: "identify";
|
|
687
687
|
imageData: {
|
|
688
688
|
format: string;
|
|
689
689
|
dpi: number;
|
|
@@ -706,9 +706,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
706
706
|
processingTime?: number | undefined;
|
|
707
707
|
};
|
|
708
708
|
}, {
|
|
709
|
-
mode: "identify";
|
|
710
709
|
success: boolean;
|
|
711
710
|
error: string;
|
|
711
|
+
mode: "identify";
|
|
712
712
|
imageData: {
|
|
713
713
|
format: string;
|
|
714
714
|
dpi: number;
|
|
@@ -807,9 +807,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
807
807
|
success: z.ZodBoolean;
|
|
808
808
|
error: z.ZodString;
|
|
809
809
|
}, "strip", z.ZodTypeAny, {
|
|
810
|
-
mode: "autofill";
|
|
811
810
|
success: boolean;
|
|
812
811
|
error: string;
|
|
812
|
+
mode: "autofill";
|
|
813
813
|
filledPdfData: string;
|
|
814
814
|
imageData: {
|
|
815
815
|
format: string;
|
|
@@ -839,9 +839,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
839
839
|
successfullyFilled: number;
|
|
840
840
|
};
|
|
841
841
|
}, {
|
|
842
|
-
mode: "autofill";
|
|
843
842
|
success: boolean;
|
|
844
843
|
error: string;
|
|
844
|
+
mode: "autofill";
|
|
845
845
|
filledPdfData: string;
|
|
846
846
|
imageData: {
|
|
847
847
|
format: string;
|
|
@@ -106,12 +106,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
107
|
success: boolean;
|
|
108
108
|
error: string;
|
|
109
|
-
query?: string | undefined;
|
|
110
109
|
metadata?: {
|
|
111
110
|
executionTime: number;
|
|
112
111
|
rowCount?: number | undefined;
|
|
113
112
|
wordCount?: number | undefined;
|
|
114
113
|
} | undefined;
|
|
114
|
+
query?: string | undefined;
|
|
115
115
|
queryExplanation?: string | undefined;
|
|
116
116
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
117
117
|
formattedResponse?: string | undefined;
|
|
@@ -121,12 +121,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
121
121
|
}, {
|
|
122
122
|
success: boolean;
|
|
123
123
|
error: string;
|
|
124
|
-
query?: string | undefined;
|
|
125
124
|
metadata?: {
|
|
126
125
|
executionTime: number;
|
|
127
126
|
rowCount?: number | undefined;
|
|
128
127
|
wordCount?: number | undefined;
|
|
129
128
|
} | undefined;
|
|
129
|
+
query?: string | undefined;
|
|
130
130
|
queryExplanation?: string | undefined;
|
|
131
131
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
132
132
|
formattedResponse?: string | undefined;
|
|
@@ -244,12 +244,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
success: boolean;
|
|
246
246
|
error: string;
|
|
247
|
-
query?: string | undefined;
|
|
248
247
|
metadata?: {
|
|
249
248
|
executionTime: number;
|
|
250
249
|
rowCount?: number | undefined;
|
|
251
250
|
wordCount?: number | undefined;
|
|
252
251
|
} | undefined;
|
|
252
|
+
query?: string | undefined;
|
|
253
253
|
queryExplanation?: string | undefined;
|
|
254
254
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
255
255
|
formattedResponse?: string | undefined;
|
|
@@ -259,12 +259,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
259
259
|
}, {
|
|
260
260
|
success: boolean;
|
|
261
261
|
error: string;
|
|
262
|
-
query?: string | undefined;
|
|
263
262
|
metadata?: {
|
|
264
263
|
executionTime: number;
|
|
265
264
|
rowCount?: number | undefined;
|
|
266
265
|
wordCount?: number | undefined;
|
|
267
266
|
} | undefined;
|
|
267
|
+
query?: string | undefined;
|
|
268
268
|
queryExplanation?: string | undefined;
|
|
269
269
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
270
270
|
formattedResponse?: string | undefined;
|
|
@@ -154,66 +154,66 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
161
161
|
emoji?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
|
-
|
|
163
|
+
fields?: {
|
|
164
164
|
type: "plain_text" | "mrkdwn";
|
|
165
165
|
text: string;
|
|
166
166
|
emoji?: boolean | undefined;
|
|
167
167
|
verbatim?: boolean | undefined;
|
|
168
|
-
} | undefined;
|
|
169
|
-
|
|
168
|
+
}[] | undefined;
|
|
169
|
+
text?: {
|
|
170
170
|
type: "plain_text" | "mrkdwn";
|
|
171
171
|
text: string;
|
|
172
172
|
emoji?: boolean | undefined;
|
|
173
173
|
verbatim?: boolean | undefined;
|
|
174
|
-
}
|
|
174
|
+
} | undefined;
|
|
175
|
+
image_url?: string | undefined;
|
|
176
|
+
optional?: boolean | undefined;
|
|
177
|
+
alt_text?: string | undefined;
|
|
175
178
|
elements?: {
|
|
176
179
|
type: "plain_text" | "mrkdwn";
|
|
177
180
|
text: string;
|
|
178
181
|
emoji?: boolean | undefined;
|
|
179
182
|
verbatim?: boolean | undefined;
|
|
180
183
|
}[] | undefined;
|
|
181
|
-
image_url?: string | undefined;
|
|
182
|
-
optional?: boolean | undefined;
|
|
183
|
-
alt_text?: string | undefined;
|
|
184
184
|
block_id?: string | undefined;
|
|
185
185
|
accessory?: unknown;
|
|
186
186
|
element?: unknown;
|
|
187
187
|
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
194
194
|
emoji?: boolean | undefined;
|
|
195
195
|
} | undefined;
|
|
196
|
-
|
|
196
|
+
fields?: {
|
|
197
197
|
type: "plain_text" | "mrkdwn";
|
|
198
198
|
text: string;
|
|
199
199
|
emoji?: boolean | undefined;
|
|
200
200
|
verbatim?: boolean | undefined;
|
|
201
|
-
} | undefined;
|
|
202
|
-
|
|
201
|
+
}[] | undefined;
|
|
202
|
+
text?: {
|
|
203
203
|
type: "plain_text" | "mrkdwn";
|
|
204
204
|
text: string;
|
|
205
205
|
emoji?: boolean | undefined;
|
|
206
206
|
verbatim?: boolean | undefined;
|
|
207
|
-
}
|
|
207
|
+
} | undefined;
|
|
208
|
+
image_url?: string | undefined;
|
|
209
|
+
optional?: boolean | undefined;
|
|
210
|
+
alt_text?: string | undefined;
|
|
208
211
|
elements?: {
|
|
209
212
|
type: "plain_text" | "mrkdwn";
|
|
210
213
|
text: string;
|
|
211
214
|
emoji?: boolean | undefined;
|
|
212
215
|
verbatim?: boolean | undefined;
|
|
213
216
|
}[] | undefined;
|
|
214
|
-
image_url?: string | undefined;
|
|
215
|
-
optional?: boolean | undefined;
|
|
216
|
-
alt_text?: string | undefined;
|
|
217
217
|
block_id?: string | undefined;
|
|
218
218
|
accessory?: unknown;
|
|
219
219
|
element?: unknown;
|
|
@@ -269,33 +269,33 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
269
269
|
output?: unknown;
|
|
270
270
|
}[] | undefined;
|
|
271
271
|
blocks?: {
|
|
272
|
-
type: "
|
|
272
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
273
273
|
title?: {
|
|
274
274
|
type: "plain_text";
|
|
275
275
|
text: string;
|
|
276
276
|
emoji?: boolean | undefined;
|
|
277
277
|
} | undefined;
|
|
278
|
-
|
|
278
|
+
fields?: {
|
|
279
279
|
type: "plain_text" | "mrkdwn";
|
|
280
280
|
text: string;
|
|
281
281
|
emoji?: boolean | undefined;
|
|
282
282
|
verbatim?: boolean | undefined;
|
|
283
|
-
} | undefined;
|
|
284
|
-
|
|
283
|
+
}[] | undefined;
|
|
284
|
+
text?: {
|
|
285
285
|
type: "plain_text" | "mrkdwn";
|
|
286
286
|
text: string;
|
|
287
287
|
emoji?: boolean | undefined;
|
|
288
288
|
verbatim?: boolean | undefined;
|
|
289
|
-
}
|
|
289
|
+
} | undefined;
|
|
290
|
+
image_url?: string | undefined;
|
|
291
|
+
optional?: boolean | undefined;
|
|
292
|
+
alt_text?: string | undefined;
|
|
290
293
|
elements?: {
|
|
291
294
|
type: "plain_text" | "mrkdwn";
|
|
292
295
|
text: string;
|
|
293
296
|
emoji?: boolean | undefined;
|
|
294
297
|
verbatim?: boolean | undefined;
|
|
295
298
|
}[] | undefined;
|
|
296
|
-
image_url?: string | undefined;
|
|
297
|
-
optional?: boolean | undefined;
|
|
298
|
-
alt_text?: string | undefined;
|
|
299
299
|
block_id?: string | undefined;
|
|
300
300
|
accessory?: unknown;
|
|
301
301
|
element?: unknown;
|
|
@@ -319,33 +319,33 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
319
319
|
output?: unknown;
|
|
320
320
|
}[] | undefined;
|
|
321
321
|
blocks?: {
|
|
322
|
-
type: "
|
|
322
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
323
323
|
title?: {
|
|
324
324
|
type: "plain_text";
|
|
325
325
|
text: string;
|
|
326
326
|
emoji?: boolean | undefined;
|
|
327
327
|
} | undefined;
|
|
328
|
-
|
|
328
|
+
fields?: {
|
|
329
329
|
type: "plain_text" | "mrkdwn";
|
|
330
330
|
text: string;
|
|
331
331
|
emoji?: boolean | undefined;
|
|
332
332
|
verbatim?: boolean | undefined;
|
|
333
|
-
} | undefined;
|
|
334
|
-
|
|
333
|
+
}[] | undefined;
|
|
334
|
+
text?: {
|
|
335
335
|
type: "plain_text" | "mrkdwn";
|
|
336
336
|
text: string;
|
|
337
337
|
emoji?: boolean | undefined;
|
|
338
338
|
verbatim?: boolean | undefined;
|
|
339
|
-
}
|
|
339
|
+
} | undefined;
|
|
340
|
+
image_url?: string | undefined;
|
|
341
|
+
optional?: boolean | undefined;
|
|
342
|
+
alt_text?: string | undefined;
|
|
340
343
|
elements?: {
|
|
341
344
|
type: "plain_text" | "mrkdwn";
|
|
342
345
|
text: string;
|
|
343
346
|
emoji?: boolean | undefined;
|
|
344
347
|
verbatim?: boolean | undefined;
|
|
345
348
|
}[] | undefined;
|
|
346
|
-
image_url?: string | undefined;
|
|
347
|
-
optional?: boolean | undefined;
|
|
348
|
-
alt_text?: string | undefined;
|
|
349
349
|
block_id?: string | undefined;
|
|
350
350
|
accessory?: unknown;
|
|
351
351
|
element?: unknown;
|
|
@@ -512,66 +512,66 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
519
519
|
emoji?: boolean | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
-
|
|
521
|
+
fields?: {
|
|
522
522
|
type: "plain_text" | "mrkdwn";
|
|
523
523
|
text: string;
|
|
524
524
|
emoji?: boolean | undefined;
|
|
525
525
|
verbatim?: boolean | undefined;
|
|
526
|
-
} | undefined;
|
|
527
|
-
|
|
526
|
+
}[] | undefined;
|
|
527
|
+
text?: {
|
|
528
528
|
type: "plain_text" | "mrkdwn";
|
|
529
529
|
text: string;
|
|
530
530
|
emoji?: boolean | undefined;
|
|
531
531
|
verbatim?: boolean | undefined;
|
|
532
|
-
}
|
|
532
|
+
} | undefined;
|
|
533
|
+
image_url?: string | undefined;
|
|
534
|
+
optional?: boolean | undefined;
|
|
535
|
+
alt_text?: string | undefined;
|
|
533
536
|
elements?: {
|
|
534
537
|
type: "plain_text" | "mrkdwn";
|
|
535
538
|
text: string;
|
|
536
539
|
emoji?: boolean | undefined;
|
|
537
540
|
verbatim?: boolean | undefined;
|
|
538
541
|
}[] | undefined;
|
|
539
|
-
image_url?: string | undefined;
|
|
540
|
-
optional?: boolean | undefined;
|
|
541
|
-
alt_text?: string | undefined;
|
|
542
542
|
block_id?: string | undefined;
|
|
543
543
|
accessory?: unknown;
|
|
544
544
|
element?: unknown;
|
|
545
545
|
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
552
552
|
emoji?: boolean | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
-
|
|
554
|
+
fields?: {
|
|
555
555
|
type: "plain_text" | "mrkdwn";
|
|
556
556
|
text: string;
|
|
557
557
|
emoji?: boolean | undefined;
|
|
558
558
|
verbatim?: boolean | undefined;
|
|
559
|
-
} | undefined;
|
|
560
|
-
|
|
559
|
+
}[] | undefined;
|
|
560
|
+
text?: {
|
|
561
561
|
type: "plain_text" | "mrkdwn";
|
|
562
562
|
text: string;
|
|
563
563
|
emoji?: boolean | undefined;
|
|
564
564
|
verbatim?: boolean | undefined;
|
|
565
|
-
}
|
|
565
|
+
} | undefined;
|
|
566
|
+
image_url?: string | undefined;
|
|
567
|
+
optional?: boolean | undefined;
|
|
568
|
+
alt_text?: string | undefined;
|
|
566
569
|
elements?: {
|
|
567
570
|
type: "plain_text" | "mrkdwn";
|
|
568
571
|
text: string;
|
|
569
572
|
emoji?: boolean | undefined;
|
|
570
573
|
verbatim?: boolean | undefined;
|
|
571
574
|
}[] | undefined;
|
|
572
|
-
image_url?: string | undefined;
|
|
573
|
-
optional?: boolean | undefined;
|
|
574
|
-
alt_text?: string | undefined;
|
|
575
575
|
block_id?: string | undefined;
|
|
576
576
|
accessory?: unknown;
|
|
577
577
|
element?: unknown;
|
|
@@ -627,33 +627,33 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
627
627
|
output?: unknown;
|
|
628
628
|
}[] | undefined;
|
|
629
629
|
blocks?: {
|
|
630
|
-
type: "
|
|
630
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
631
631
|
title?: {
|
|
632
632
|
type: "plain_text";
|
|
633
633
|
text: string;
|
|
634
634
|
emoji?: boolean | undefined;
|
|
635
635
|
} | undefined;
|
|
636
|
-
|
|
636
|
+
fields?: {
|
|
637
637
|
type: "plain_text" | "mrkdwn";
|
|
638
638
|
text: string;
|
|
639
639
|
emoji?: boolean | undefined;
|
|
640
640
|
verbatim?: boolean | undefined;
|
|
641
|
-
} | undefined;
|
|
642
|
-
|
|
641
|
+
}[] | undefined;
|
|
642
|
+
text?: {
|
|
643
643
|
type: "plain_text" | "mrkdwn";
|
|
644
644
|
text: string;
|
|
645
645
|
emoji?: boolean | undefined;
|
|
646
646
|
verbatim?: boolean | undefined;
|
|
647
|
-
}
|
|
647
|
+
} | undefined;
|
|
648
|
+
image_url?: string | undefined;
|
|
649
|
+
optional?: boolean | undefined;
|
|
650
|
+
alt_text?: string | undefined;
|
|
648
651
|
elements?: {
|
|
649
652
|
type: "plain_text" | "mrkdwn";
|
|
650
653
|
text: string;
|
|
651
654
|
emoji?: boolean | undefined;
|
|
652
655
|
verbatim?: boolean | undefined;
|
|
653
656
|
}[] | undefined;
|
|
654
|
-
image_url?: string | undefined;
|
|
655
|
-
optional?: boolean | undefined;
|
|
656
|
-
alt_text?: string | undefined;
|
|
657
657
|
block_id?: string | undefined;
|
|
658
658
|
accessory?: unknown;
|
|
659
659
|
element?: unknown;
|
|
@@ -677,33 +677,33 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
677
677
|
output?: unknown;
|
|
678
678
|
}[] | undefined;
|
|
679
679
|
blocks?: {
|
|
680
|
-
type: "
|
|
680
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
681
681
|
title?: {
|
|
682
682
|
type: "plain_text";
|
|
683
683
|
text: string;
|
|
684
684
|
emoji?: boolean | undefined;
|
|
685
685
|
} | undefined;
|
|
686
|
-
|
|
686
|
+
fields?: {
|
|
687
687
|
type: "plain_text" | "mrkdwn";
|
|
688
688
|
text: string;
|
|
689
689
|
emoji?: boolean | undefined;
|
|
690
690
|
verbatim?: boolean | undefined;
|
|
691
|
-
} | undefined;
|
|
692
|
-
|
|
691
|
+
}[] | undefined;
|
|
692
|
+
text?: {
|
|
693
693
|
type: "plain_text" | "mrkdwn";
|
|
694
694
|
text: string;
|
|
695
695
|
emoji?: boolean | undefined;
|
|
696
696
|
verbatim?: boolean | undefined;
|
|
697
|
-
}
|
|
697
|
+
} | undefined;
|
|
698
|
+
image_url?: string | undefined;
|
|
699
|
+
optional?: boolean | undefined;
|
|
700
|
+
alt_text?: string | undefined;
|
|
698
701
|
elements?: {
|
|
699
702
|
type: "plain_text" | "mrkdwn";
|
|
700
703
|
text: string;
|
|
701
704
|
emoji?: boolean | undefined;
|
|
702
705
|
verbatim?: boolean | undefined;
|
|
703
706
|
}[] | undefined;
|
|
704
|
-
image_url?: string | undefined;
|
|
705
|
-
optional?: boolean | undefined;
|
|
706
|
-
alt_text?: string | undefined;
|
|
707
707
|
block_id?: string | undefined;
|
|
708
708
|
accessory?: unknown;
|
|
709
709
|
element?: unknown;
|