@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -13,8 +13,8 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
13
13
  waitFor: z.ZodDefault<z.ZodNumber>;
14
14
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- url: string;
17
16
  format: "markdown";
17
+ url: string;
18
18
  onlyMainContent: boolean;
19
19
  waitFor: number;
20
20
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -43,13 +43,13 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
43
43
  content: z.ZodString;
44
44
  depth: z.ZodOptional<z.ZodNumber>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- url: string;
47
46
  content: string;
47
+ url: string;
48
48
  title?: string | undefined;
49
49
  depth?: number | undefined;
50
50
  }, {
51
- url: string;
52
51
  content: string;
52
+ url: string;
53
53
  title?: string | undefined;
54
54
  depth?: number | undefined;
55
55
  }>, "many">;
@@ -69,12 +69,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- url: string;
73
- success: boolean;
74
72
  error: string;
73
+ success: boolean;
74
+ url: string;
75
75
  pages: {
76
- url: string;
77
76
  content: string;
77
+ url: string;
78
78
  title?: string | undefined;
79
79
  depth?: number | undefined;
80
80
  }[];
@@ -86,12 +86,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
- url: string;
90
- success: boolean;
91
89
  error: string;
90
+ success: boolean;
91
+ url: string;
92
92
  pages: {
93
- url: string;
94
93
  content: string;
94
+ url: string;
95
95
  title?: string | undefined;
96
96
  depth?: number | undefined;
97
97
  }[];
@@ -119,8 +119,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
119
119
  waitFor: z.ZodDefault<z.ZodNumber>;
120
120
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
121
121
  }, "strip", z.ZodTypeAny, {
122
- url: string;
123
122
  format: "markdown";
123
+ url: string;
124
124
  onlyMainContent: boolean;
125
125
  waitFor: number;
126
126
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -149,13 +149,13 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
149
149
  content: z.ZodString;
150
150
  depth: z.ZodOptional<z.ZodNumber>;
151
151
  }, "strip", z.ZodTypeAny, {
152
- url: string;
153
152
  content: string;
153
+ url: string;
154
154
  title?: string | undefined;
155
155
  depth?: number | undefined;
156
156
  }, {
157
- url: string;
158
157
  content: string;
158
+ url: string;
159
159
  title?: string | undefined;
160
160
  depth?: number | undefined;
161
161
  }>, "many">;
@@ -175,12 +175,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- url: string;
179
- success: boolean;
180
178
  error: string;
179
+ success: boolean;
180
+ url: string;
181
181
  pages: {
182
- url: string;
183
182
  content: string;
183
+ url: string;
184
184
  title?: string | undefined;
185
185
  depth?: number | undefined;
186
186
  }[];
@@ -192,12 +192,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
- url: string;
196
- success: boolean;
197
195
  error: string;
196
+ success: boolean;
197
+ url: string;
198
198
  pages: {
199
- url: string;
200
199
  content: string;
200
+ url: string;
201
201
  title?: string | undefined;
202
202
  depth?: number | undefined;
203
203
  }[];
@@ -9,14 +9,14 @@ declare const WebExtractToolParamsSchema: z.ZodObject<{
9
9
  timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
10
10
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- url: string;
13
12
  schema: string;
13
+ url: string;
14
14
  prompt: string;
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  timeout?: number | undefined;
17
17
  }, {
18
- url: string;
19
18
  schema: string;
19
+ url: string;
20
20
  prompt: string;
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
22
  timeout?: number | undefined;
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- url: string;
44
- success: boolean;
45
43
  error: string;
44
+ success: boolean;
45
+ url: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
- url: string;
54
- success: boolean;
55
53
  error: string;
54
+ success: boolean;
55
+ url: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -72,14 +72,14 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
72
72
  timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
73
73
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
74
74
  }, "strip", z.ZodTypeAny, {
75
- url: string;
76
75
  schema: string;
76
+ url: string;
77
77
  prompt: string;
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  timeout?: number | undefined;
80
80
  }, {
81
- url: string;
82
81
  schema: string;
82
+ url: string;
83
83
  prompt: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  timeout?: number | undefined;
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- url: string;
107
- success: boolean;
108
106
  error: string;
107
+ success: boolean;
108
+ url: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
- url: string;
117
- success: boolean;
118
116
  error: string;
117
+ success: boolean;
118
+ url: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -8,8 +8,8 @@ declare const WebScrapeToolParamsSchema: z.ZodObject<{
8
8
  onlyMainContent: z.ZodDefault<z.ZodBoolean>;
9
9
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- url: string;
12
11
  format: "html" | "markdown";
12
+ url: string;
13
13
  onlyMainContent: boolean;
14
14
  credentials?: Partial<Record<CredentialType, string>> | undefined;
15
15
  }, {
@@ -37,24 +37,24 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
37
37
  loadTime?: number | undefined;
38
38
  }>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- url: string;
41
40
  format: string;
42
41
  title: string;
43
- content: string;
44
- success: boolean;
45
42
  error: string;
43
+ success: boolean;
44
+ content: string;
45
+ url: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
49
49
  loadTime?: number | undefined;
50
50
  } | undefined;
51
51
  }, {
52
- url: string;
53
52
  format: string;
54
53
  title: string;
55
- content: string;
56
- success: boolean;
57
54
  error: string;
55
+ success: boolean;
56
+ content: string;
57
+ url: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -72,8 +72,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
72
72
  onlyMainContent: z.ZodDefault<z.ZodBoolean>;
73
73
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
74
74
  }, "strip", z.ZodTypeAny, {
75
- url: string;
76
75
  format: "html" | "markdown";
76
+ url: string;
77
77
  onlyMainContent: boolean;
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  }, {
@@ -101,24 +101,24 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
101
101
  loadTime?: number | undefined;
102
102
  }>>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- url: string;
105
104
  format: string;
106
105
  title: string;
107
- content: string;
108
- success: boolean;
109
106
  error: string;
107
+ success: boolean;
108
+ content: string;
109
+ url: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
113
113
  loadTime?: number | undefined;
114
114
  } | undefined;
115
115
  }, {
116
- url: string;
117
116
  format: string;
118
117
  title: string;
119
- content: string;
120
- success: boolean;
121
118
  error: string;
119
+ success: boolean;
120
+ content: string;
121
+ url: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -9,9 +9,9 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
9
9
  location: z.ZodOptional<z.ZodString>;
10
10
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
+ query: string;
12
13
  limit: number;
13
14
  categories: ("github" | "pdf" | "research")[];
14
- query: string;
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  location?: string | undefined;
17
17
  }, {
@@ -27,13 +27,13 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
27
27
  url: z.ZodString;
28
28
  content: z.ZodString;
29
29
  }, "strip", z.ZodTypeAny, {
30
- url: string;
31
30
  title: string;
32
31
  content: string;
33
- }, {
34
32
  url: string;
33
+ }, {
35
34
  title: string;
36
35
  content: string;
36
+ url: string;
37
37
  }>, "many">;
38
38
  query: z.ZodString;
39
39
  totalResults: z.ZodNumber;
@@ -42,25 +42,25 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- success: boolean;
46
45
  error: string;
46
+ success: boolean;
47
47
  query: string;
48
48
  results: {
49
- url: string;
50
49
  title: string;
51
50
  content: string;
51
+ url: string;
52
52
  }[];
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- success: boolean;
58
57
  error: string;
58
+ success: boolean;
59
59
  query: string;
60
60
  results: {
61
- url: string;
62
61
  title: string;
63
62
  content: string;
63
+ url: string;
64
64
  }[];
65
65
  creditsUsed: number;
66
66
  totalResults: number;
@@ -78,9 +78,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
78
78
  location: z.ZodOptional<z.ZodString>;
79
79
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
80
80
  }, "strip", z.ZodTypeAny, {
81
+ query: string;
81
82
  limit: number;
82
83
  categories: ("github" | "pdf" | "research")[];
83
- query: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  location?: string | undefined;
86
86
  }, {
@@ -96,13 +96,13 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
96
96
  url: z.ZodString;
97
97
  content: z.ZodString;
98
98
  }, "strip", z.ZodTypeAny, {
99
- url: string;
100
99
  title: string;
101
100
  content: string;
102
- }, {
103
101
  url: string;
102
+ }, {
104
103
  title: string;
105
104
  content: string;
105
+ url: string;
106
106
  }>, "many">;
107
107
  query: z.ZodString;
108
108
  totalResults: z.ZodNumber;
@@ -111,25 +111,25 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- success: boolean;
115
114
  error: string;
115
+ success: boolean;
116
116
  query: string;
117
117
  results: {
118
- url: string;
119
118
  title: string;
120
119
  content: string;
120
+ url: string;
121
121
  }[];
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- success: boolean;
127
126
  error: string;
127
+ success: boolean;
128
128
  query: string;
129
129
  results: {
130
- url: string;
131
130
  title: string;
132
131
  content: string;
132
+ url: string;
133
133
  }[];
134
134
  creditsUsed: number;
135
135
  totalResults: number;