@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -22,9 +22,9 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
22
22
|
date: string | null;
|
|
23
23
|
url: string | null;
|
|
24
24
|
duration: string | null;
|
|
25
|
+
comments: number | null;
|
|
25
26
|
id: string | null;
|
|
26
27
|
thumbnail: string | null;
|
|
27
|
-
comments: number | null;
|
|
28
28
|
viewCount: number | null;
|
|
29
29
|
likes: number | null;
|
|
30
30
|
channelName: string | null;
|
|
@@ -36,9 +36,9 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
36
36
|
date: string | null;
|
|
37
37
|
url: string | null;
|
|
38
38
|
duration: string | null;
|
|
39
|
+
comments: number | null;
|
|
39
40
|
id: string | null;
|
|
40
41
|
thumbnail: string | null;
|
|
41
|
-
comments: number | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -108,9 +108,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
108
108
|
date: string | null;
|
|
109
109
|
url: string | null;
|
|
110
110
|
duration: string | null;
|
|
111
|
+
comments: number | null;
|
|
111
112
|
id: string | null;
|
|
112
113
|
thumbnail: string | null;
|
|
113
|
-
comments: number | null;
|
|
114
114
|
viewCount: number | null;
|
|
115
115
|
likes: number | null;
|
|
116
116
|
channelName: string | null;
|
|
@@ -122,9 +122,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
122
122
|
date: string | null;
|
|
123
123
|
url: string | null;
|
|
124
124
|
duration: string | null;
|
|
125
|
+
comments: number | null;
|
|
125
126
|
id: string | null;
|
|
126
127
|
thumbnail: string | null;
|
|
127
|
-
comments: number | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
130
130
|
channelName: string | null;
|
|
@@ -159,9 +159,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
159
159
|
date: string | null;
|
|
160
160
|
url: string | null;
|
|
161
161
|
duration: string | null;
|
|
162
|
+
comments: number | null;
|
|
162
163
|
id: string | null;
|
|
163
164
|
thumbnail: string | null;
|
|
164
|
-
comments: number | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
167
167
|
channelName: string | null;
|
|
@@ -185,9 +185,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
185
185
|
date: string | null;
|
|
186
186
|
url: string | null;
|
|
187
187
|
duration: string | null;
|
|
188
|
+
comments: number | null;
|
|
188
189
|
id: string | null;
|
|
189
190
|
thumbnail: string | null;
|
|
190
|
-
comments: number | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: string | null;
|
|
@@ -266,9 +266,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
266
266
|
date: string | null;
|
|
267
267
|
url: string | null;
|
|
268
268
|
duration: string | null;
|
|
269
|
+
comments: number | null;
|
|
269
270
|
id: string | null;
|
|
270
271
|
thumbnail: string | null;
|
|
271
|
-
comments: number | null;
|
|
272
272
|
viewCount: number | null;
|
|
273
273
|
likes: number | null;
|
|
274
274
|
channelName: string | null;
|
|
@@ -280,9 +280,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
280
280
|
date: string | null;
|
|
281
281
|
url: string | null;
|
|
282
282
|
duration: string | null;
|
|
283
|
+
comments: number | null;
|
|
283
284
|
id: string | null;
|
|
284
285
|
thumbnail: string | null;
|
|
285
|
-
comments: number | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
288
288
|
channelName: string | null;
|
|
@@ -317,9 +317,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
317
317
|
date: string | null;
|
|
318
318
|
url: string | null;
|
|
319
319
|
duration: string | null;
|
|
320
|
+
comments: number | null;
|
|
320
321
|
id: string | null;
|
|
321
322
|
thumbnail: string | null;
|
|
322
|
-
comments: number | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
325
325
|
channelName: string | null;
|
|
@@ -343,9 +343,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
343
343
|
date: string | null;
|
|
344
344
|
url: string | null;
|
|
345
345
|
duration: string | null;
|
|
346
|
+
comments: number | null;
|
|
346
347
|
id: string | null;
|
|
347
348
|
thumbnail: string | null;
|
|
348
|
-
comments: number | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|
|
351
351
|
channelName: string | null;
|
|
@@ -80,8 +80,8 @@ declare const PDFFormOperationsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
80
80
|
pages: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
81
81
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
format: "png" | "jpeg";
|
|
84
83
|
operation: "convert-to-images";
|
|
84
|
+
format: "png" | "jpeg";
|
|
85
85
|
quality: number;
|
|
86
86
|
pdfData: string;
|
|
87
87
|
dpi: number;
|
|
@@ -173,8 +173,6 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
173
173
|
error: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
175
|
operation: "discover";
|
|
176
|
-
success: boolean;
|
|
177
|
-
error: string;
|
|
178
176
|
fields: {
|
|
179
177
|
type: string;
|
|
180
178
|
name: string;
|
|
@@ -192,11 +190,11 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
192
190
|
field_flags: number;
|
|
193
191
|
potential_labels: string[];
|
|
194
192
|
}[];
|
|
193
|
+
success: boolean;
|
|
194
|
+
error: string;
|
|
195
195
|
totalFields: number;
|
|
196
196
|
}, {
|
|
197
197
|
operation: "discover";
|
|
198
|
-
success: boolean;
|
|
199
|
-
error: string;
|
|
200
198
|
fields: {
|
|
201
199
|
type: string;
|
|
202
200
|
name: string;
|
|
@@ -214,6 +212,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
214
212
|
field_flags: number;
|
|
215
213
|
potential_labels: string[];
|
|
216
214
|
}[];
|
|
215
|
+
success: boolean;
|
|
216
|
+
error: string;
|
|
217
217
|
totalFields: number;
|
|
218
218
|
}>, z.ZodObject<{
|
|
219
219
|
operation: z.ZodLiteral<"fill">;
|
|
@@ -321,25 +321,25 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
321
321
|
error: z.ZodString;
|
|
322
322
|
}, "strip", z.ZodTypeAny, {
|
|
323
323
|
operation: "validate";
|
|
324
|
-
success: boolean;
|
|
325
|
-
error: string;
|
|
326
324
|
fields: Record<string, {
|
|
327
325
|
value: string;
|
|
328
326
|
type: string;
|
|
329
327
|
page: number;
|
|
330
328
|
}>;
|
|
329
|
+
success: boolean;
|
|
330
|
+
error: string;
|
|
331
331
|
totalFields: number;
|
|
332
332
|
filledFields: number;
|
|
333
333
|
emptyFields: number;
|
|
334
334
|
}, {
|
|
335
335
|
operation: "validate";
|
|
336
|
-
success: boolean;
|
|
337
|
-
error: string;
|
|
338
336
|
fields: Record<string, {
|
|
339
337
|
value: string;
|
|
340
338
|
type: string;
|
|
341
339
|
page: number;
|
|
342
340
|
}>;
|
|
341
|
+
success: boolean;
|
|
342
|
+
error: string;
|
|
343
343
|
totalFields: number;
|
|
344
344
|
filledFields: number;
|
|
345
345
|
emptyFields: number;
|
|
@@ -562,8 +562,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
562
562
|
pages: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
563
563
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
|
-
format: "png" | "jpeg";
|
|
566
565
|
operation: "convert-to-images";
|
|
566
|
+
format: "png" | "jpeg";
|
|
567
567
|
quality: number;
|
|
568
568
|
pdfData: string;
|
|
569
569
|
dpi: number;
|
|
@@ -652,8 +652,6 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
652
652
|
error: z.ZodString;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
654
|
operation: "discover";
|
|
655
|
-
success: boolean;
|
|
656
|
-
error: string;
|
|
657
655
|
fields: {
|
|
658
656
|
type: string;
|
|
659
657
|
name: string;
|
|
@@ -671,11 +669,11 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
671
669
|
field_flags: number;
|
|
672
670
|
potential_labels: string[];
|
|
673
671
|
}[];
|
|
672
|
+
success: boolean;
|
|
673
|
+
error: string;
|
|
674
674
|
totalFields: number;
|
|
675
675
|
}, {
|
|
676
676
|
operation: "discover";
|
|
677
|
-
success: boolean;
|
|
678
|
-
error: string;
|
|
679
677
|
fields: {
|
|
680
678
|
type: string;
|
|
681
679
|
name: string;
|
|
@@ -693,6 +691,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
693
691
|
field_flags: number;
|
|
694
692
|
potential_labels: string[];
|
|
695
693
|
}[];
|
|
694
|
+
success: boolean;
|
|
695
|
+
error: string;
|
|
696
696
|
totalFields: number;
|
|
697
697
|
}>, z.ZodObject<{
|
|
698
698
|
operation: z.ZodLiteral<"fill">;
|
|
@@ -800,25 +800,25 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
|
|
|
800
800
|
error: z.ZodString;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
802
|
operation: "validate";
|
|
803
|
-
success: boolean;
|
|
804
|
-
error: string;
|
|
805
803
|
fields: Record<string, {
|
|
806
804
|
value: string;
|
|
807
805
|
type: string;
|
|
808
806
|
page: number;
|
|
809
807
|
}>;
|
|
808
|
+
success: boolean;
|
|
809
|
+
error: string;
|
|
810
810
|
totalFields: number;
|
|
811
811
|
filledFields: number;
|
|
812
812
|
emptyFields: number;
|
|
813
813
|
}, {
|
|
814
814
|
operation: "validate";
|
|
815
|
-
success: boolean;
|
|
816
|
-
error: string;
|
|
817
815
|
fields: Record<string, {
|
|
818
816
|
value: string;
|
|
819
817
|
type: string;
|
|
820
818
|
page: number;
|
|
821
819
|
}>;
|
|
820
|
+
success: boolean;
|
|
821
|
+
error: string;
|
|
822
822
|
totalFields: number;
|
|
823
823
|
filledFields: number;
|
|
824
824
|
emptyFields: number;
|
|
@@ -160,20 +160,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
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
|
-
|
|
170
|
-
optional?: boolean | undefined;
|
|
171
|
-
fields?: {
|
|
168
|
+
}[] | undefined;
|
|
169
|
+
text?: {
|
|
172
170
|
type: "plain_text" | "mrkdwn";
|
|
173
171
|
text: string;
|
|
174
172
|
emoji?: boolean | undefined;
|
|
175
173
|
verbatim?: boolean | undefined;
|
|
176
|
-
}
|
|
174
|
+
} | undefined;
|
|
175
|
+
image_url?: string | undefined;
|
|
176
|
+
optional?: boolean | undefined;
|
|
177
177
|
alt_text?: string | undefined;
|
|
178
178
|
elements?: {
|
|
179
179
|
type: "plain_text" | "mrkdwn";
|
|
@@ -193,20 +193,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
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
|
-
|
|
203
|
-
optional?: boolean | undefined;
|
|
204
|
-
fields?: {
|
|
201
|
+
}[] | undefined;
|
|
202
|
+
text?: {
|
|
205
203
|
type: "plain_text" | "mrkdwn";
|
|
206
204
|
text: string;
|
|
207
205
|
emoji?: boolean | undefined;
|
|
208
206
|
verbatim?: boolean | undefined;
|
|
209
|
-
}
|
|
207
|
+
} | undefined;
|
|
208
|
+
image_url?: string | undefined;
|
|
209
|
+
optional?: boolean | undefined;
|
|
210
210
|
alt_text?: string | undefined;
|
|
211
211
|
elements?: {
|
|
212
212
|
type: "plain_text" | "mrkdwn";
|
|
@@ -275,20 +275,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
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
|
-
|
|
285
|
-
optional?: boolean | undefined;
|
|
286
|
-
fields?: {
|
|
283
|
+
}[] | undefined;
|
|
284
|
+
text?: {
|
|
287
285
|
type: "plain_text" | "mrkdwn";
|
|
288
286
|
text: string;
|
|
289
287
|
emoji?: boolean | undefined;
|
|
290
288
|
verbatim?: boolean | undefined;
|
|
291
|
-
}
|
|
289
|
+
} | undefined;
|
|
290
|
+
image_url?: string | undefined;
|
|
291
|
+
optional?: boolean | undefined;
|
|
292
292
|
alt_text?: string | undefined;
|
|
293
293
|
elements?: {
|
|
294
294
|
type: "plain_text" | "mrkdwn";
|
|
@@ -325,20 +325,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
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
|
-
|
|
335
|
-
optional?: boolean | undefined;
|
|
336
|
-
fields?: {
|
|
333
|
+
}[] | undefined;
|
|
334
|
+
text?: {
|
|
337
335
|
type: "plain_text" | "mrkdwn";
|
|
338
336
|
text: string;
|
|
339
337
|
emoji?: boolean | undefined;
|
|
340
338
|
verbatim?: boolean | undefined;
|
|
341
|
-
}
|
|
339
|
+
} | undefined;
|
|
340
|
+
image_url?: string | undefined;
|
|
341
|
+
optional?: boolean | undefined;
|
|
342
342
|
alt_text?: string | undefined;
|
|
343
343
|
elements?: {
|
|
344
344
|
type: "plain_text" | "mrkdwn";
|
|
@@ -518,20 +518,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
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
|
-
|
|
528
|
-
optional?: boolean | undefined;
|
|
529
|
-
fields?: {
|
|
526
|
+
}[] | undefined;
|
|
527
|
+
text?: {
|
|
530
528
|
type: "plain_text" | "mrkdwn";
|
|
531
529
|
text: string;
|
|
532
530
|
emoji?: boolean | undefined;
|
|
533
531
|
verbatim?: boolean | undefined;
|
|
534
|
-
}
|
|
532
|
+
} | undefined;
|
|
533
|
+
image_url?: string | undefined;
|
|
534
|
+
optional?: boolean | undefined;
|
|
535
535
|
alt_text?: string | undefined;
|
|
536
536
|
elements?: {
|
|
537
537
|
type: "plain_text" | "mrkdwn";
|
|
@@ -551,20 +551,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
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
|
-
|
|
561
|
-
optional?: boolean | undefined;
|
|
562
|
-
fields?: {
|
|
559
|
+
}[] | undefined;
|
|
560
|
+
text?: {
|
|
563
561
|
type: "plain_text" | "mrkdwn";
|
|
564
562
|
text: string;
|
|
565
563
|
emoji?: boolean | undefined;
|
|
566
564
|
verbatim?: boolean | undefined;
|
|
567
|
-
}
|
|
565
|
+
} | undefined;
|
|
566
|
+
image_url?: string | undefined;
|
|
567
|
+
optional?: boolean | undefined;
|
|
568
568
|
alt_text?: string | undefined;
|
|
569
569
|
elements?: {
|
|
570
570
|
type: "plain_text" | "mrkdwn";
|
|
@@ -633,20 +633,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
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
|
-
|
|
643
|
-
optional?: boolean | undefined;
|
|
644
|
-
fields?: {
|
|
641
|
+
}[] | undefined;
|
|
642
|
+
text?: {
|
|
645
643
|
type: "plain_text" | "mrkdwn";
|
|
646
644
|
text: string;
|
|
647
645
|
emoji?: boolean | undefined;
|
|
648
646
|
verbatim?: boolean | undefined;
|
|
649
|
-
}
|
|
647
|
+
} | undefined;
|
|
648
|
+
image_url?: string | undefined;
|
|
649
|
+
optional?: boolean | undefined;
|
|
650
650
|
alt_text?: string | undefined;
|
|
651
651
|
elements?: {
|
|
652
652
|
type: "plain_text" | "mrkdwn";
|
|
@@ -683,20 +683,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
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
|
-
|
|
693
|
-
optional?: boolean | undefined;
|
|
694
|
-
fields?: {
|
|
691
|
+
}[] | undefined;
|
|
692
|
+
text?: {
|
|
695
693
|
type: "plain_text" | "mrkdwn";
|
|
696
694
|
text: string;
|
|
697
695
|
emoji?: boolean | undefined;
|
|
698
696
|
verbatim?: boolean | undefined;
|
|
699
|
-
}
|
|
697
|
+
} | undefined;
|
|
698
|
+
image_url?: string | undefined;
|
|
699
|
+
optional?: boolean | undefined;
|
|
700
700
|
alt_text?: string | undefined;
|
|
701
701
|
elements?: {
|
|
702
702
|
type: "plain_text" | "mrkdwn";
|