@bubblelab/bubble-core 0.1.85 → 0.1.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/bubble-bundle.d.ts +32 -32
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  4. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  6. package/dist/bubbles/service-bubble/firecrawl.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  8. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  9. package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
  10. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  11. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/slack/slack.d.ts +1012 -76
  13. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  14. package/dist/bubbles/service-bubble/slack/slack.js +26 -0
  15. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  16. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
  17. package/dist/bubbles/tool-bubble/research-agent-tool.js +2 -2
  18. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  19. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  20. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  21. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  22. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  23. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  24. package/dist/bubbles.json +294 -2
  25. package/package.json +2 -2
@@ -155,8 +155,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
155
155
  bookmarkCount: number | null;
156
156
  } | null;
157
157
  url: string | null;
158
- id: string | null;
159
158
  text: string | null;
159
+ id: string | null;
160
160
  entities: {
161
161
  hashtags: string[] | null;
162
162
  mentions: string[] | null;
@@ -198,8 +198,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
198
198
  bookmarkCount: number | null;
199
199
  } | null;
200
200
  url: string | null;
201
- id: string | null;
202
201
  text: string | null;
202
+ id: string | null;
203
203
  entities: {
204
204
  hashtags: string[] | null;
205
205
  mentions: string[] | null;
@@ -375,8 +375,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
375
375
  bookmarkCount: number | null;
376
376
  } | null;
377
377
  url: string | null;
378
- id: string | null;
379
378
  text: string | null;
379
+ id: string | null;
380
380
  entities: {
381
381
  hashtags: string[] | null;
382
382
  mentions: string[] | null;
@@ -418,8 +418,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
418
418
  bookmarkCount: number | null;
419
419
  } | null;
420
420
  url: string | null;
421
- id: string | null;
422
421
  text: string | null;
422
+ id: string | null;
423
423
  entities: {
424
424
  hashtags: string[] | null;
425
425
  mentions: string[] | null;
@@ -469,8 +469,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
469
469
  bookmarkCount: number | null;
470
470
  } | null;
471
471
  url: string | null;
472
- id: string | null;
473
472
  text: string | null;
473
+ id: string | null;
474
474
  entities: {
475
475
  hashtags: string[] | null;
476
476
  mentions: string[] | null;
@@ -518,8 +518,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
518
518
  bookmarkCount: number | null;
519
519
  } | null;
520
520
  url: string | null;
521
- id: string | null;
522
521
  text: string | null;
522
+ id: string | null;
523
523
  entities: {
524
524
  hashtags: string[] | null;
525
525
  mentions: string[] | null;
@@ -721,8 +721,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
721
721
  bookmarkCount: number | null;
722
722
  } | null;
723
723
  url: string | null;
724
- id: string | null;
725
724
  text: string | null;
725
+ id: string | null;
726
726
  entities: {
727
727
  hashtags: string[] | null;
728
728
  mentions: string[] | null;
@@ -764,8 +764,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
764
764
  bookmarkCount: number | null;
765
765
  } | null;
766
766
  url: string | null;
767
- id: string | null;
768
767
  text: string | null;
768
+ id: string | null;
769
769
  entities: {
770
770
  hashtags: string[] | null;
771
771
  mentions: string[] | null;
@@ -815,8 +815,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
815
815
  bookmarkCount: number | null;
816
816
  } | null;
817
817
  url: string | null;
818
- id: string | null;
819
818
  text: string | null;
819
+ id: string | null;
820
820
  entities: {
821
821
  hashtags: string[] | null;
822
822
  mentions: string[] | null;
@@ -864,8 +864,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
864
864
  bookmarkCount: number | null;
865
865
  } | null;
866
866
  url: string | null;
867
- id: string | null;
868
867
  text: string | null;
868
+ id: string | null;
869
869
  entities: {
870
870
  hashtags: string[] | null;
871
871
  mentions: string[] | null;
@@ -138,12 +138,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
138
138
  }, "strip", z.ZodTypeAny, {
139
139
  type: string;
140
140
  name: string;
141
+ choices: string[];
141
142
  id: number;
142
143
  width: number;
143
144
  height: number;
144
145
  label: string;
145
146
  page: number;
146
- choices: string[];
147
147
  x: number;
148
148
  y: number;
149
149
  field_type: string;
@@ -154,12 +154,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
154
154
  }, {
155
155
  type: string;
156
156
  name: string;
157
+ choices: string[];
157
158
  id: number;
158
159
  width: number;
159
160
  height: number;
160
161
  label: string;
161
162
  page: number;
162
- choices: string[];
163
163
  x: number;
164
164
  y: number;
165
165
  field_type: string;
@@ -177,12 +177,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
177
177
  fields: {
178
178
  type: string;
179
179
  name: string;
180
+ choices: string[];
180
181
  id: number;
181
182
  width: number;
182
183
  height: number;
183
184
  label: string;
184
185
  page: number;
185
- choices: string[];
186
186
  x: number;
187
187
  y: number;
188
188
  field_type: string;
@@ -199,12 +199,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
199
199
  fields: {
200
200
  type: string;
201
201
  name: string;
202
+ choices: string[];
202
203
  id: number;
203
204
  width: number;
204
205
  height: number;
205
206
  label: string;
206
207
  page: number;
207
- choices: string[];
208
208
  x: number;
209
209
  y: number;
210
210
  field_type: string;
@@ -617,12 +617,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
617
617
  }, "strip", z.ZodTypeAny, {
618
618
  type: string;
619
619
  name: string;
620
+ choices: string[];
620
621
  id: number;
621
622
  width: number;
622
623
  height: number;
623
624
  label: string;
624
625
  page: number;
625
- choices: string[];
626
626
  x: number;
627
627
  y: number;
628
628
  field_type: string;
@@ -633,12 +633,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
633
633
  }, {
634
634
  type: string;
635
635
  name: string;
636
+ choices: string[];
636
637
  id: number;
637
638
  width: number;
638
639
  height: number;
639
640
  label: string;
640
641
  page: number;
641
- choices: string[];
642
642
  x: number;
643
643
  y: number;
644
644
  field_type: string;
@@ -656,12 +656,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
656
656
  fields: {
657
657
  type: string;
658
658
  name: string;
659
+ choices: string[];
659
660
  id: number;
660
661
  width: number;
661
662
  height: number;
662
663
  label: string;
663
664
  page: number;
664
- choices: string[];
665
665
  x: number;
666
666
  y: number;
667
667
  field_type: string;
@@ -678,12 +678,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
678
678
  fields: {
679
679
  type: string;
680
680
  name: string;
681
+ choices: string[];
681
682
  id: number;
682
683
  width: number;
683
684
  height: number;
684
685
  label: string;
685
686
  page: number;
686
- choices: string[];
687
687
  x: number;
688
688
  y: number;
689
689
  field_type: string;
@@ -195,12 +195,12 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
195
195
  fieldName: z.ZodString;
196
196
  confidence: z.ZodNumber;
197
197
  }, "strip", z.ZodTypeAny, {
198
- id: number;
199
198
  fieldName: string;
199
+ id: number;
200
200
  confidence: number;
201
201
  }, {
202
- id: number;
203
202
  fieldName: string;
203
+ id: number;
204
204
  confidence: number;
205
205
  }>, "many">;
206
206
  discoveryData: z.ZodObject<{
@@ -258,8 +258,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
258
258
  convertedPages: number;
259
259
  };
260
260
  extractedFields: {
261
- id: number;
262
261
  fieldName: string;
262
+ id: number;
263
263
  confidence: number;
264
264
  }[];
265
265
  discoveryData: {
@@ -283,8 +283,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
283
283
  convertedPages: number;
284
284
  };
285
285
  extractedFields: {
286
- id: number;
287
286
  fieldName: string;
287
+ id: number;
288
288
  confidence: number;
289
289
  }[];
290
290
  discoveryData: {
@@ -307,14 +307,14 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
307
307
  confidence: z.ZodNumber;
308
308
  }, "strip", z.ZodTypeAny, {
309
309
  value: string;
310
- id: number;
311
310
  fieldName: string;
311
+ id: number;
312
312
  confidence: number;
313
313
  originalFieldName?: string | undefined;
314
314
  }, {
315
315
  value: string;
316
- id: number;
317
316
  fieldName: string;
317
+ id: number;
318
318
  confidence: number;
319
319
  originalFieldName?: string | undefined;
320
320
  }>, "many">;
@@ -386,8 +386,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
386
386
  };
387
387
  extractedFields: {
388
388
  value: string;
389
- id: number;
390
389
  fieldName: string;
390
+ id: number;
391
391
  confidence: number;
392
392
  originalFieldName?: string | undefined;
393
393
  }[];
@@ -418,8 +418,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
418
418
  };
419
419
  extractedFields: {
420
420
  value: string;
421
- id: number;
422
421
  fieldName: string;
422
+ id: number;
423
423
  confidence: number;
424
424
  originalFieldName?: string | undefined;
425
425
  }[];
@@ -628,12 +628,12 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
628
628
  fieldName: z.ZodString;
629
629
  confidence: z.ZodNumber;
630
630
  }, "strip", z.ZodTypeAny, {
631
- id: number;
632
631
  fieldName: string;
632
+ id: number;
633
633
  confidence: number;
634
634
  }, {
635
- id: number;
636
635
  fieldName: string;
636
+ id: number;
637
637
  confidence: number;
638
638
  }>, "many">;
639
639
  discoveryData: z.ZodObject<{
@@ -691,8 +691,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
691
691
  convertedPages: number;
692
692
  };
693
693
  extractedFields: {
694
- id: number;
695
694
  fieldName: string;
695
+ id: number;
696
696
  confidence: number;
697
697
  }[];
698
698
  discoveryData: {
@@ -716,8 +716,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
716
716
  convertedPages: number;
717
717
  };
718
718
  extractedFields: {
719
- id: number;
720
719
  fieldName: string;
720
+ id: number;
721
721
  confidence: number;
722
722
  }[];
723
723
  discoveryData: {
@@ -740,14 +740,14 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
740
740
  confidence: z.ZodNumber;
741
741
  }, "strip", z.ZodTypeAny, {
742
742
  value: string;
743
- id: number;
744
743
  fieldName: string;
744
+ id: number;
745
745
  confidence: number;
746
746
  originalFieldName?: string | undefined;
747
747
  }, {
748
748
  value: string;
749
- id: number;
750
749
  fieldName: string;
750
+ id: number;
751
751
  confidence: number;
752
752
  originalFieldName?: string | undefined;
753
753
  }>, "many">;
@@ -819,8 +819,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
819
819
  };
820
820
  extractedFields: {
821
821
  value: string;
822
- id: number;
823
822
  fieldName: string;
823
+ id: number;
824
824
  confidence: number;
825
825
  originalFieldName?: string | undefined;
826
826
  }[];
@@ -851,8 +851,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
851
851
  };
852
852
  extractedFields: {
853
853
  value: string;
854
- id: number;
855
854
  fieldName: string;
855
+ id: number;
856
856
  confidence: number;
857
857
  originalFieldName?: string | undefined;
858
858
  }[];
@@ -154,12 +154,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
154
154
  verbatim?: boolean | undefined;
155
155
  }>, "many">>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
157
+ type: "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
+ optional?: boolean | undefined;
163
164
  text?: {
164
165
  type: "plain_text" | "mrkdwn";
165
166
  text: string;
@@ -167,7 +168,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
167
168
  verbatim?: boolean | undefined;
168
169
  } | undefined;
169
170
  image_url?: string | undefined;
170
- optional?: boolean | undefined;
171
171
  fields?: {
172
172
  type: "plain_text" | "mrkdwn";
173
173
  text: string;
@@ -187,12 +187,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
187
187
  label?: unknown;
188
188
  hint?: unknown;
189
189
  }, {
190
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
190
+ type: "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
+ optional?: boolean | undefined;
196
197
  text?: {
197
198
  type: "plain_text" | "mrkdwn";
198
199
  text: string;
@@ -200,7 +201,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
200
201
  verbatim?: boolean | undefined;
201
202
  } | undefined;
202
203
  image_url?: string | undefined;
203
- optional?: boolean | undefined;
204
204
  fields?: {
205
205
  type: "plain_text" | "mrkdwn";
206
206
  text: string;
@@ -269,12 +269,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
269
269
  output?: unknown;
270
270
  }[] | undefined;
271
271
  blocks?: {
272
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
272
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
273
273
  title?: {
274
274
  type: "plain_text";
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;
@@ -282,7 +283,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
282
283
  verbatim?: boolean | undefined;
283
284
  } | undefined;
284
285
  image_url?: string | undefined;
285
- optional?: boolean | undefined;
286
286
  fields?: {
287
287
  type: "plain_text" | "mrkdwn";
288
288
  text: string;
@@ -319,12 +319,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
319
319
  output?: unknown;
320
320
  }[] | undefined;
321
321
  blocks?: {
322
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
322
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
323
323
  title?: {
324
324
  type: "plain_text";
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;
@@ -332,7 +333,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
332
333
  verbatim?: boolean | undefined;
333
334
  } | undefined;
334
335
  image_url?: string | undefined;
335
- optional?: boolean | undefined;
336
336
  fields?: {
337
337
  type: "plain_text" | "mrkdwn";
338
338
  text: string;
@@ -512,12 +512,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
512
512
  verbatim?: boolean | undefined;
513
513
  }>, "many">>;
514
514
  }, "strip", z.ZodTypeAny, {
515
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
515
+ type: "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
+ optional?: boolean | undefined;
521
522
  text?: {
522
523
  type: "plain_text" | "mrkdwn";
523
524
  text: string;
@@ -525,7 +526,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
525
526
  verbatim?: boolean | undefined;
526
527
  } | undefined;
527
528
  image_url?: string | undefined;
528
- optional?: boolean | undefined;
529
529
  fields?: {
530
530
  type: "plain_text" | "mrkdwn";
531
531
  text: string;
@@ -545,12 +545,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
545
545
  label?: unknown;
546
546
  hint?: unknown;
547
547
  }, {
548
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
548
+ type: "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
+ optional?: boolean | undefined;
554
555
  text?: {
555
556
  type: "plain_text" | "mrkdwn";
556
557
  text: string;
@@ -558,7 +559,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
558
559
  verbatim?: boolean | undefined;
559
560
  } | undefined;
560
561
  image_url?: string | undefined;
561
- optional?: boolean | undefined;
562
562
  fields?: {
563
563
  type: "plain_text" | "mrkdwn";
564
564
  text: string;
@@ -627,12 +627,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
627
627
  output?: unknown;
628
628
  }[] | undefined;
629
629
  blocks?: {
630
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
630
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
631
631
  title?: {
632
632
  type: "plain_text";
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;
@@ -640,7 +641,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
640
641
  verbatim?: boolean | undefined;
641
642
  } | undefined;
642
643
  image_url?: string | undefined;
643
- optional?: boolean | undefined;
644
644
  fields?: {
645
645
  type: "plain_text" | "mrkdwn";
646
646
  text: string;
@@ -677,12 +677,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
677
677
  output?: unknown;
678
678
  }[] | undefined;
679
679
  blocks?: {
680
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
680
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
681
681
  title?: {
682
682
  type: "plain_text";
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;
@@ -690,7 +691,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
690
691
  verbatim?: boolean | undefined;
691
692
  } | undefined;
692
693
  image_url?: string | undefined;
693
- optional?: boolean | undefined;
694
694
  fields?: {
695
695
  type: "plain_text" | "mrkdwn";
696
696
  text: string;