@bubblelab/bubble-core 0.1.85 → 0.1.86

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
@@ -47,12 +47,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
47
47
  to: string | string[];
48
48
  subject: string;
49
49
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
+ text?: string | undefined;
50
51
  tags?: {
51
52
  value: string;
52
53
  name: string;
53
54
  }[] | undefined;
54
55
  headers?: Record<string, string> | undefined;
55
- text?: string | undefined;
56
56
  attachments?: {
57
57
  content: string | Buffer<ArrayBufferLike>;
58
58
  filename: string;
@@ -69,12 +69,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
69
69
  to: string | string[];
70
70
  subject: string;
71
71
  credentials?: Partial<Record<CredentialType, string>> | undefined;
72
+ text?: string | undefined;
72
73
  tags?: {
73
74
  value: string;
74
75
  name: string;
75
76
  }[] | undefined;
76
77
  headers?: Record<string, string> | undefined;
77
- text?: string | undefined;
78
78
  attachments?: {
79
79
  content: string | Buffer<ArrayBufferLike>;
80
80
  filename: string;
@@ -194,12 +194,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
194
194
  to: string | string[];
195
195
  subject: string;
196
196
  credentials?: Partial<Record<CredentialType, string>> | undefined;
197
+ text?: string | undefined;
197
198
  tags?: {
198
199
  value: string;
199
200
  name: string;
200
201
  }[] | undefined;
201
202
  headers?: Record<string, string> | undefined;
202
- text?: string | undefined;
203
203
  attachments?: {
204
204
  content: string | Buffer<ArrayBufferLike>;
205
205
  filename: string;
@@ -216,12 +216,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
216
216
  to: string | string[];
217
217
  subject: string;
218
218
  credentials?: Partial<Record<CredentialType, string>> | undefined;
219
+ text?: string | undefined;
219
220
  tags?: {
220
221
  value: string;
221
222
  name: string;
222
223
  }[] | undefined;
223
224
  headers?: Record<string, string> | undefined;
224
- text?: string | undefined;
225
225
  attachments?: {
226
226
  content: string | Buffer<ArrayBufferLike>;
227
227
  filename: string;