@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- 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 +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -154,13 +154,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
161
161
|
emoji?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
|
-
|
|
163
|
+
optional?: boolean | undefined;
|
|
164
164
|
text?: {
|
|
165
165
|
type: "plain_text" | "mrkdwn";
|
|
166
166
|
text: string;
|
|
@@ -168,32 +168,32 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
168
168
|
verbatim?: boolean | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
image_url?: string | undefined;
|
|
171
|
-
optional?: boolean | undefined;
|
|
172
171
|
fields?: {
|
|
173
172
|
type: "plain_text" | "mrkdwn";
|
|
174
173
|
text: string;
|
|
175
174
|
emoji?: boolean | undefined;
|
|
176
175
|
verbatim?: boolean | undefined;
|
|
177
176
|
}[] | undefined;
|
|
178
|
-
alt_text?: string | undefined;
|
|
179
177
|
elements?: {
|
|
180
178
|
type: "plain_text" | "mrkdwn";
|
|
181
179
|
text: string;
|
|
182
180
|
emoji?: boolean | undefined;
|
|
183
181
|
verbatim?: boolean | undefined;
|
|
184
182
|
}[] | undefined;
|
|
183
|
+
alt_text?: string | undefined;
|
|
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: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
194
194
|
emoji?: boolean | undefined;
|
|
195
195
|
} | undefined;
|
|
196
|
-
|
|
196
|
+
optional?: boolean | undefined;
|
|
197
197
|
text?: {
|
|
198
198
|
type: "plain_text" | "mrkdwn";
|
|
199
199
|
text: string;
|
|
@@ -201,20 +201,20 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
201
201
|
verbatim?: boolean | undefined;
|
|
202
202
|
} | undefined;
|
|
203
203
|
image_url?: string | undefined;
|
|
204
|
-
optional?: boolean | undefined;
|
|
205
204
|
fields?: {
|
|
206
205
|
type: "plain_text" | "mrkdwn";
|
|
207
206
|
text: string;
|
|
208
207
|
emoji?: boolean | undefined;
|
|
209
208
|
verbatim?: boolean | undefined;
|
|
210
209
|
}[] | undefined;
|
|
211
|
-
alt_text?: string | undefined;
|
|
212
210
|
elements?: {
|
|
213
211
|
type: "plain_text" | "mrkdwn";
|
|
214
212
|
text: string;
|
|
215
213
|
emoji?: boolean | undefined;
|
|
216
214
|
verbatim?: boolean | undefined;
|
|
217
215
|
}[] | undefined;
|
|
216
|
+
alt_text?: string | undefined;
|
|
217
|
+
block_id?: string | undefined;
|
|
218
218
|
accessory?: unknown;
|
|
219
219
|
element?: unknown;
|
|
220
220
|
label?: unknown;
|
|
@@ -253,24 +253,29 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
253
253
|
error: z.ZodString;
|
|
254
254
|
success: z.ZodBoolean;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
success: boolean;
|
|
257
256
|
error: string;
|
|
258
|
-
|
|
259
|
-
iterations: number;
|
|
257
|
+
success: boolean;
|
|
260
258
|
metadata: {
|
|
261
259
|
verbosityLevel: string;
|
|
262
260
|
technicalityLevel: string;
|
|
263
261
|
wordCount: number;
|
|
264
262
|
blockCount?: number | undefined;
|
|
265
263
|
};
|
|
264
|
+
response: string;
|
|
265
|
+
iterations: number;
|
|
266
|
+
toolCalls?: {
|
|
267
|
+
tool: string;
|
|
268
|
+
input?: unknown;
|
|
269
|
+
output?: unknown;
|
|
270
|
+
}[] | undefined;
|
|
266
271
|
blocks?: {
|
|
267
|
-
type: "
|
|
272
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
268
273
|
title?: {
|
|
269
274
|
type: "plain_text";
|
|
270
275
|
text: string;
|
|
271
276
|
emoji?: boolean | undefined;
|
|
272
277
|
} | undefined;
|
|
273
|
-
|
|
278
|
+
optional?: boolean | undefined;
|
|
274
279
|
text?: {
|
|
275
280
|
type: "plain_text" | "mrkdwn";
|
|
276
281
|
text: string;
|
|
@@ -278,49 +283,49 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
278
283
|
verbatim?: boolean | undefined;
|
|
279
284
|
} | undefined;
|
|
280
285
|
image_url?: string | undefined;
|
|
281
|
-
optional?: boolean | undefined;
|
|
282
286
|
fields?: {
|
|
283
287
|
type: "plain_text" | "mrkdwn";
|
|
284
288
|
text: string;
|
|
285
289
|
emoji?: boolean | undefined;
|
|
286
290
|
verbatim?: boolean | undefined;
|
|
287
291
|
}[] | undefined;
|
|
288
|
-
alt_text?: string | undefined;
|
|
289
292
|
elements?: {
|
|
290
293
|
type: "plain_text" | "mrkdwn";
|
|
291
294
|
text: string;
|
|
292
295
|
emoji?: boolean | undefined;
|
|
293
296
|
verbatim?: boolean | undefined;
|
|
294
297
|
}[] | undefined;
|
|
298
|
+
alt_text?: string | undefined;
|
|
299
|
+
block_id?: string | undefined;
|
|
295
300
|
accessory?: unknown;
|
|
296
301
|
element?: unknown;
|
|
297
302
|
label?: unknown;
|
|
298
303
|
hint?: unknown;
|
|
299
304
|
}[] | undefined;
|
|
300
|
-
toolCalls?: {
|
|
301
|
-
tool: string;
|
|
302
|
-
input?: unknown;
|
|
303
|
-
output?: unknown;
|
|
304
|
-
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
|
-
success: boolean;
|
|
307
306
|
error: string;
|
|
308
|
-
|
|
309
|
-
iterations: number;
|
|
307
|
+
success: boolean;
|
|
310
308
|
metadata: {
|
|
311
309
|
verbosityLevel: string;
|
|
312
310
|
technicalityLevel: string;
|
|
313
311
|
wordCount: number;
|
|
314
312
|
blockCount?: number | undefined;
|
|
315
313
|
};
|
|
314
|
+
response: string;
|
|
315
|
+
iterations: number;
|
|
316
|
+
toolCalls?: {
|
|
317
|
+
tool: string;
|
|
318
|
+
input?: unknown;
|
|
319
|
+
output?: unknown;
|
|
320
|
+
}[] | undefined;
|
|
316
321
|
blocks?: {
|
|
317
|
-
type: "
|
|
322
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
318
323
|
title?: {
|
|
319
324
|
type: "plain_text";
|
|
320
325
|
text: string;
|
|
321
326
|
emoji?: boolean | undefined;
|
|
322
327
|
} | undefined;
|
|
323
|
-
|
|
328
|
+
optional?: boolean | undefined;
|
|
324
329
|
text?: {
|
|
325
330
|
type: "plain_text" | "mrkdwn";
|
|
326
331
|
text: string;
|
|
@@ -328,30 +333,25 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
328
333
|
verbatim?: boolean | undefined;
|
|
329
334
|
} | undefined;
|
|
330
335
|
image_url?: string | undefined;
|
|
331
|
-
optional?: boolean | undefined;
|
|
332
336
|
fields?: {
|
|
333
337
|
type: "plain_text" | "mrkdwn";
|
|
334
338
|
text: string;
|
|
335
339
|
emoji?: boolean | undefined;
|
|
336
340
|
verbatim?: boolean | undefined;
|
|
337
341
|
}[] | undefined;
|
|
338
|
-
alt_text?: string | undefined;
|
|
339
342
|
elements?: {
|
|
340
343
|
type: "plain_text" | "mrkdwn";
|
|
341
344
|
text: string;
|
|
342
345
|
emoji?: boolean | undefined;
|
|
343
346
|
verbatim?: boolean | undefined;
|
|
344
347
|
}[] | undefined;
|
|
348
|
+
alt_text?: string | undefined;
|
|
349
|
+
block_id?: string | undefined;
|
|
345
350
|
accessory?: unknown;
|
|
346
351
|
element?: unknown;
|
|
347
352
|
label?: unknown;
|
|
348
353
|
hint?: unknown;
|
|
349
354
|
}[] | undefined;
|
|
350
|
-
toolCalls?: {
|
|
351
|
-
tool: string;
|
|
352
|
-
input?: unknown;
|
|
353
|
-
output?: unknown;
|
|
354
|
-
}[] | undefined;
|
|
355
355
|
}>;
|
|
356
356
|
type SlackFormatterAgentParams = z.input<typeof SlackFormatterAgentParamsSchema>;
|
|
357
357
|
type SlackFormatterAgentParamsParsed = z.output<typeof SlackFormatterAgentParamsSchema>;
|
|
@@ -512,13 +512,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
519
519
|
emoji?: boolean | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
-
|
|
521
|
+
optional?: boolean | undefined;
|
|
522
522
|
text?: {
|
|
523
523
|
type: "plain_text" | "mrkdwn";
|
|
524
524
|
text: string;
|
|
@@ -526,32 +526,32 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
526
526
|
verbatim?: boolean | undefined;
|
|
527
527
|
} | undefined;
|
|
528
528
|
image_url?: string | undefined;
|
|
529
|
-
optional?: boolean | undefined;
|
|
530
529
|
fields?: {
|
|
531
530
|
type: "plain_text" | "mrkdwn";
|
|
532
531
|
text: string;
|
|
533
532
|
emoji?: boolean | undefined;
|
|
534
533
|
verbatim?: boolean | undefined;
|
|
535
534
|
}[] | undefined;
|
|
536
|
-
alt_text?: string | undefined;
|
|
537
535
|
elements?: {
|
|
538
536
|
type: "plain_text" | "mrkdwn";
|
|
539
537
|
text: string;
|
|
540
538
|
emoji?: boolean | undefined;
|
|
541
539
|
verbatim?: boolean | undefined;
|
|
542
540
|
}[] | undefined;
|
|
541
|
+
alt_text?: string | undefined;
|
|
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: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
552
552
|
emoji?: boolean | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
-
|
|
554
|
+
optional?: boolean | undefined;
|
|
555
555
|
text?: {
|
|
556
556
|
type: "plain_text" | "mrkdwn";
|
|
557
557
|
text: string;
|
|
@@ -559,20 +559,20 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
559
559
|
verbatim?: boolean | undefined;
|
|
560
560
|
} | undefined;
|
|
561
561
|
image_url?: string | undefined;
|
|
562
|
-
optional?: boolean | undefined;
|
|
563
562
|
fields?: {
|
|
564
563
|
type: "plain_text" | "mrkdwn";
|
|
565
564
|
text: string;
|
|
566
565
|
emoji?: boolean | undefined;
|
|
567
566
|
verbatim?: boolean | undefined;
|
|
568
567
|
}[] | undefined;
|
|
569
|
-
alt_text?: string | undefined;
|
|
570
568
|
elements?: {
|
|
571
569
|
type: "plain_text" | "mrkdwn";
|
|
572
570
|
text: string;
|
|
573
571
|
emoji?: boolean | undefined;
|
|
574
572
|
verbatim?: boolean | undefined;
|
|
575
573
|
}[] | undefined;
|
|
574
|
+
alt_text?: string | undefined;
|
|
575
|
+
block_id?: string | undefined;
|
|
576
576
|
accessory?: unknown;
|
|
577
577
|
element?: unknown;
|
|
578
578
|
label?: unknown;
|
|
@@ -611,24 +611,29 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
611
611
|
error: z.ZodString;
|
|
612
612
|
success: z.ZodBoolean;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
success: boolean;
|
|
615
614
|
error: string;
|
|
616
|
-
|
|
617
|
-
iterations: number;
|
|
615
|
+
success: boolean;
|
|
618
616
|
metadata: {
|
|
619
617
|
verbosityLevel: string;
|
|
620
618
|
technicalityLevel: string;
|
|
621
619
|
wordCount: number;
|
|
622
620
|
blockCount?: number | undefined;
|
|
623
621
|
};
|
|
622
|
+
response: string;
|
|
623
|
+
iterations: number;
|
|
624
|
+
toolCalls?: {
|
|
625
|
+
tool: string;
|
|
626
|
+
input?: unknown;
|
|
627
|
+
output?: unknown;
|
|
628
|
+
}[] | undefined;
|
|
624
629
|
blocks?: {
|
|
625
|
-
type: "
|
|
630
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
626
631
|
title?: {
|
|
627
632
|
type: "plain_text";
|
|
628
633
|
text: string;
|
|
629
634
|
emoji?: boolean | undefined;
|
|
630
635
|
} | undefined;
|
|
631
|
-
|
|
636
|
+
optional?: boolean | undefined;
|
|
632
637
|
text?: {
|
|
633
638
|
type: "plain_text" | "mrkdwn";
|
|
634
639
|
text: string;
|
|
@@ -636,49 +641,49 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
636
641
|
verbatim?: boolean | undefined;
|
|
637
642
|
} | undefined;
|
|
638
643
|
image_url?: string | undefined;
|
|
639
|
-
optional?: boolean | undefined;
|
|
640
644
|
fields?: {
|
|
641
645
|
type: "plain_text" | "mrkdwn";
|
|
642
646
|
text: string;
|
|
643
647
|
emoji?: boolean | undefined;
|
|
644
648
|
verbatim?: boolean | undefined;
|
|
645
649
|
}[] | undefined;
|
|
646
|
-
alt_text?: string | undefined;
|
|
647
650
|
elements?: {
|
|
648
651
|
type: "plain_text" | "mrkdwn";
|
|
649
652
|
text: string;
|
|
650
653
|
emoji?: boolean | undefined;
|
|
651
654
|
verbatim?: boolean | undefined;
|
|
652
655
|
}[] | undefined;
|
|
656
|
+
alt_text?: string | undefined;
|
|
657
|
+
block_id?: string | undefined;
|
|
653
658
|
accessory?: unknown;
|
|
654
659
|
element?: unknown;
|
|
655
660
|
label?: unknown;
|
|
656
661
|
hint?: unknown;
|
|
657
662
|
}[] | undefined;
|
|
658
|
-
toolCalls?: {
|
|
659
|
-
tool: string;
|
|
660
|
-
input?: unknown;
|
|
661
|
-
output?: unknown;
|
|
662
|
-
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
|
-
success: boolean;
|
|
665
664
|
error: string;
|
|
666
|
-
|
|
667
|
-
iterations: number;
|
|
665
|
+
success: boolean;
|
|
668
666
|
metadata: {
|
|
669
667
|
verbosityLevel: string;
|
|
670
668
|
technicalityLevel: string;
|
|
671
669
|
wordCount: number;
|
|
672
670
|
blockCount?: number | undefined;
|
|
673
671
|
};
|
|
672
|
+
response: string;
|
|
673
|
+
iterations: number;
|
|
674
|
+
toolCalls?: {
|
|
675
|
+
tool: string;
|
|
676
|
+
input?: unknown;
|
|
677
|
+
output?: unknown;
|
|
678
|
+
}[] | undefined;
|
|
674
679
|
blocks?: {
|
|
675
|
-
type: "
|
|
680
|
+
type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
|
|
676
681
|
title?: {
|
|
677
682
|
type: "plain_text";
|
|
678
683
|
text: string;
|
|
679
684
|
emoji?: boolean | undefined;
|
|
680
685
|
} | undefined;
|
|
681
|
-
|
|
686
|
+
optional?: boolean | undefined;
|
|
682
687
|
text?: {
|
|
683
688
|
type: "plain_text" | "mrkdwn";
|
|
684
689
|
text: string;
|
|
@@ -686,30 +691,25 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
686
691
|
verbatim?: boolean | undefined;
|
|
687
692
|
} | undefined;
|
|
688
693
|
image_url?: string | undefined;
|
|
689
|
-
optional?: boolean | undefined;
|
|
690
694
|
fields?: {
|
|
691
695
|
type: "plain_text" | "mrkdwn";
|
|
692
696
|
text: string;
|
|
693
697
|
emoji?: boolean | undefined;
|
|
694
698
|
verbatim?: boolean | undefined;
|
|
695
699
|
}[] | undefined;
|
|
696
|
-
alt_text?: string | undefined;
|
|
697
700
|
elements?: {
|
|
698
701
|
type: "plain_text" | "mrkdwn";
|
|
699
702
|
text: string;
|
|
700
703
|
emoji?: boolean | undefined;
|
|
701
704
|
verbatim?: boolean | undefined;
|
|
702
705
|
}[] | undefined;
|
|
706
|
+
alt_text?: string | undefined;
|
|
707
|
+
block_id?: string | undefined;
|
|
703
708
|
accessory?: unknown;
|
|
704
709
|
element?: unknown;
|
|
705
710
|
label?: unknown;
|
|
706
711
|
hint?: unknown;
|
|
707
712
|
}[] | undefined;
|
|
708
|
-
toolCalls?: {
|
|
709
|
-
tool: string;
|
|
710
|
-
input?: unknown;
|
|
711
|
-
output?: unknown;
|
|
712
|
-
}[] | undefined;
|
|
713
713
|
}>;
|
|
714
714
|
static readonly shortDescription = "AI agent for creating well-formatted Slack messages with adjustable verbosity and technicality";
|
|
715
715
|
static readonly longDescription = "\n An AI agent that specializes in generating properly formatted Slack messages with:\n - Adjustable verbosity levels (1-5): from concise bullet points to comprehensive explanations\n - Adjustable technicality levels (1-5): from plain English to expert terminology\n - Native Slack markdown formatting (bold, italic, code blocks, lists)\n - Optional Slack Block Kit JSON for rich interactive messages\n - Tool integration for dynamic content generation\n \n Perfect for:\n - Creating consistent Slack notifications with appropriate detail level\n - Adapting any content for different audiences\n - Generating interactive Slack messages with Block Kit\n - Formatting summaries, reports, and updates for Slack channels\n - Building engaging team communications with proper structure\n - Converting any information into Slack-friendly format\n ";
|
|
@@ -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;
|
|
@@ -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.149",
|
|
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.149"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20.12.12",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { SalesforceBubble } from './salesforce.js';
|
|
2
|
-
export { SalesforceParamsSchema, SalesforceResultSchema, SalesforceAccountSchema, SalesforceContactSchema, SalesforceLeadSchema, SalesforceOpportunitySchema, SalesforceUserInfoSchema, SoqlQueryResultSchema, type SalesforceParams, type SalesforceParamsInput, type SalesforceResult, } from './salesforce.schema.js';
|
|
3
|
-
export { isValidSalesforceId, to18CharId, formatSalesforceDate, toSalesforceDate, escapeSoql, buildSoqlQuery, enhanceSalesforceErrorMessage, buildApiUrl, getSalesforceApiVersion, } from './salesforce.utils.js';
|
|
4
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/salesforce/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,qBAAqB,EACrB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,6BAA6B,EAC7B,WAAW,EACX,uBAAuB,GACxB,MAAM,uBAAuB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { SalesforceBubble } from './salesforce.js';
|
|
2
|
-
export { SalesforceParamsSchema, SalesforceResultSchema, SalesforceAccountSchema, SalesforceContactSchema, SalesforceLeadSchema, SalesforceOpportunitySchema, SalesforceUserInfoSchema, SoqlQueryResultSchema, } from './salesforce.schema.js';
|
|
3
|
-
export { isValidSalesforceId, to18CharId, formatSalesforceDate, toSalesforceDate, escapeSoql, buildSoqlQuery, enhanceSalesforceErrorMessage, buildApiUrl, getSalesforceApiVersion, } from './salesforce.utils.js';
|
|
4
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/salesforce/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,qBAAqB,GAItB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,6BAA6B,EAC7B,WAAW,EACX,uBAAuB,GACxB,MAAM,uBAAuB,CAAC"}
|