@bubblelab/bubble-core 0.1.146 → 0.1.147

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 (54) hide show
  1. package/dist/bubble-bundle.d.ts +76 -76
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
  4. package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
  14. package/dist/bubbles/service-bubble/github.d.ts +210 -210
  15. package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
  18. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  20. package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/notion/notion.js +55 -2
  24. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  26. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
  29. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  30. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
  31. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
  32. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
  33. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
  35. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
  39. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  40. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  42. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
  43. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  47. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  48. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
  49. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
  50. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  51. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  53. package/dist/bubbles.json +732 -3
  54. package/package.json +2 -2
@@ -17,12 +17,12 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
17
17
  name: z.ZodString;
18
18
  permissionLevel: z.ZodString;
19
19
  }, "strip", z.ZodTypeAny, {
20
- name: string;
21
20
  id: string;
21
+ name: string;
22
22
  permissionLevel: string;
23
23
  }, {
24
- name: string;
25
24
  id: string;
25
+ name: string;
26
26
  permissionLevel: string;
27
27
  }>, "many">>;
28
28
  success: z.ZodBoolean;
@@ -31,16 +31,16 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
31
31
  success: boolean;
32
32
  error: string;
33
33
  bases?: {
34
- name: string;
35
34
  id: string;
35
+ name: string;
36
36
  permissionLevel: string;
37
37
  }[] | undefined;
38
38
  }, {
39
39
  success: boolean;
40
40
  error: string;
41
41
  bases?: {
42
- name: string;
43
42
  id: string;
43
+ name: string;
44
44
  permissionLevel: string;
45
45
  }[] | undefined;
46
46
  }>;
@@ -65,12 +65,12 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
65
65
  name: z.ZodString;
66
66
  permissionLevel: z.ZodString;
67
67
  }, "strip", z.ZodTypeAny, {
68
- name: string;
69
68
  id: string;
69
+ name: string;
70
70
  permissionLevel: string;
71
71
  }, {
72
- name: string;
73
72
  id: string;
73
+ name: string;
74
74
  permissionLevel: string;
75
75
  }>, "many">>;
76
76
  success: z.ZodBoolean;
@@ -79,16 +79,16 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
79
79
  success: boolean;
80
80
  error: string;
81
81
  bases?: {
82
- name: string;
83
82
  id: string;
83
+ name: string;
84
84
  permissionLevel: string;
85
85
  }[] | undefined;
86
86
  }, {
87
87
  success: boolean;
88
88
  error: string;
89
89
  bases?: {
90
- name: string;
91
90
  id: string;
91
+ name: string;
92
92
  permissionLevel: string;
93
93
  }[] | undefined;
94
94
  }>;
@@ -27,30 +27,30 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
27
27
  type: z.ZodString;
28
28
  }, "strip", z.ZodTypeAny, {
29
29
  type: string;
30
- name: string;
31
30
  id: string;
31
+ name: string;
32
32
  }, {
33
33
  type: string;
34
- name: string;
35
34
  id: string;
35
+ name: string;
36
36
  }>, "many">>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- name: string;
39
38
  id: string;
39
+ name: string;
40
40
  description?: string | undefined;
41
41
  fields?: {
42
42
  type: string;
43
- name: string;
44
43
  id: string;
44
+ name: string;
45
45
  }[] | undefined;
46
46
  }, {
47
- name: string;
48
47
  id: string;
48
+ name: string;
49
49
  description?: string | undefined;
50
50
  fields?: {
51
51
  type: string;
52
- name: string;
53
52
  id: string;
53
+ name: string;
54
54
  }[] | undefined;
55
55
  }>, "many">>;
56
56
  success: z.ZodBoolean;
@@ -59,13 +59,13 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
59
59
  success: boolean;
60
60
  error: string;
61
61
  tables?: {
62
- name: string;
63
62
  id: string;
63
+ name: string;
64
64
  description?: string | undefined;
65
65
  fields?: {
66
66
  type: string;
67
- name: string;
68
67
  id: string;
68
+ name: string;
69
69
  }[] | undefined;
70
70
  }[] | undefined;
71
71
  baseId?: string | undefined;
@@ -74,13 +74,13 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
74
74
  success: boolean;
75
75
  error: string;
76
76
  tables?: {
77
- name: string;
78
77
  id: string;
78
+ name: string;
79
79
  description?: string | undefined;
80
80
  fields?: {
81
81
  type: string;
82
- name: string;
83
82
  id: string;
83
+ name: string;
84
84
  }[] | undefined;
85
85
  }[] | undefined;
86
86
  baseId?: string | undefined;
@@ -117,30 +117,30 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
117
117
  type: z.ZodString;
118
118
  }, "strip", z.ZodTypeAny, {
119
119
  type: string;
120
- name: string;
121
120
  id: string;
121
+ name: string;
122
122
  }, {
123
123
  type: string;
124
- name: string;
125
124
  id: string;
125
+ name: string;
126
126
  }>, "many">>;
127
127
  }, "strip", z.ZodTypeAny, {
128
- name: string;
129
128
  id: string;
129
+ name: string;
130
130
  description?: string | undefined;
131
131
  fields?: {
132
132
  type: string;
133
- name: string;
134
133
  id: string;
134
+ name: string;
135
135
  }[] | undefined;
136
136
  }, {
137
- name: string;
138
137
  id: string;
138
+ name: string;
139
139
  description?: string | undefined;
140
140
  fields?: {
141
141
  type: string;
142
- name: string;
143
142
  id: string;
143
+ name: string;
144
144
  }[] | undefined;
145
145
  }>, "many">>;
146
146
  success: z.ZodBoolean;
@@ -149,13 +149,13 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
149
149
  success: boolean;
150
150
  error: string;
151
151
  tables?: {
152
- name: string;
153
152
  id: string;
153
+ name: string;
154
154
  description?: string | undefined;
155
155
  fields?: {
156
156
  type: string;
157
- name: string;
158
157
  id: string;
158
+ name: string;
159
159
  }[] | undefined;
160
160
  }[] | undefined;
161
161
  baseId?: string | undefined;
@@ -164,13 +164,13 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
164
164
  success: boolean;
165
165
  error: string;
166
166
  tables?: {
167
- name: string;
168
167
  id: string;
168
+ name: string;
169
169
  description?: string | undefined;
170
170
  fields?: {
171
171
  type: string;
172
- name: string;
173
172
  id: string;
173
+ name: string;
174
174
  }[] | undefined;
175
175
  }[] | undefined;
176
176
  baseId?: string | undefined;
@@ -36,12 +36,12 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
36
36
  delegationHint: z.ZodOptional<z.ZodString>;
37
37
  }, "strip", z.ZodTypeAny, {
38
38
  description: string;
39
+ id: string;
39
40
  name: string;
40
41
  tools: {
41
42
  description: string;
42
43
  name: string;
43
44
  }[];
44
- id: string;
45
45
  inputs: {
46
46
  description: string;
47
47
  name: string;
@@ -52,12 +52,12 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
52
52
  delegationHint?: string | undefined;
53
53
  }, {
54
54
  description: string;
55
+ id: string;
55
56
  name: string;
56
57
  tools: {
57
58
  description: string;
58
59
  name: string;
59
60
  }[];
60
- id: string;
61
61
  inputs: {
62
62
  description: string;
63
63
  name: string;
@@ -75,12 +75,12 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
75
75
  error: string;
76
76
  capabilities: {
77
77
  description: string;
78
+ id: string;
78
79
  name: string;
79
80
  tools: {
80
81
  description: string;
81
82
  name: string;
82
83
  }[];
83
- id: string;
84
84
  inputs: {
85
85
  description: string;
86
86
  name: string;
@@ -96,12 +96,12 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
96
96
  error: string;
97
97
  capabilities: {
98
98
  description: string;
99
+ id: string;
99
100
  name: string;
100
101
  tools: {
101
102
  description: string;
102
103
  name: string;
103
104
  }[];
104
- id: string;
105
105
  inputs: {
106
106
  description: string;
107
107
  name: string;
@@ -147,12 +147,12 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
147
147
  delegationHint: z.ZodOptional<z.ZodString>;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  description: string;
150
+ id: string;
150
151
  name: string;
151
152
  tools: {
152
153
  description: string;
153
154
  name: string;
154
155
  }[];
155
- id: string;
156
156
  inputs: {
157
157
  description: string;
158
158
  name: string;
@@ -163,12 +163,12 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
163
163
  delegationHint?: string | undefined;
164
164
  }, {
165
165
  description: string;
166
+ id: string;
166
167
  name: string;
167
168
  tools: {
168
169
  description: string;
169
170
  name: string;
170
171
  }[];
171
- id: string;
172
172
  inputs: {
173
173
  description: string;
174
174
  name: string;
@@ -186,12 +186,12 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
186
186
  error: string;
187
187
  capabilities: {
188
188
  description: string;
189
+ id: string;
189
190
  name: string;
190
191
  tools: {
191
192
  description: string;
192
193
  name: string;
193
194
  }[];
194
- id: string;
195
195
  inputs: {
196
196
  description: string;
197
197
  name: string;
@@ -207,12 +207,12 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
207
207
  error: string;
208
208
  capabilities: {
209
209
  description: string;
210
+ id: string;
210
211
  name: string;
211
212
  tools: {
212
213
  description: string;
213
214
  name: string;
214
215
  }[];
215
- id: string;
216
216
  inputs: {
217
217
  description: string;
218
218
  name: string;
@@ -255,13 +255,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
255
255
  enrichEmails: boolean;
256
256
  includePersonalEmails: boolean;
257
257
  credentials?: Partial<Record<CredentialType, string>> | undefined;
258
- city?: string | undefined;
259
- country?: string | undefined;
260
258
  limit?: number | undefined;
261
259
  cursor?: string | undefined;
262
260
  location?: string | undefined;
263
261
  companyName?: string | undefined;
264
262
  companyLinkedinUrl?: string | undefined;
263
+ country?: string | undefined;
264
+ city?: string | undefined;
265
265
  skills?: string[] | undefined;
266
266
  schoolName?: string | undefined;
267
267
  languages?: string[] | undefined;
@@ -287,13 +287,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
287
287
  excludeProfiles?: string[] | undefined;
288
288
  }, {
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
- city?: string | undefined;
291
- country?: string | undefined;
292
290
  limit?: number | undefined;
293
291
  cursor?: string | undefined;
294
292
  location?: string | undefined;
295
293
  companyName?: string | undefined;
296
294
  companyLinkedinUrl?: string | undefined;
295
+ country?: string | undefined;
296
+ city?: string | undefined;
297
297
  skills?: string[] | undefined;
298
298
  schoolName?: string | undefined;
299
299
  languages?: string[] | undefined;
@@ -724,13 +724,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
724
724
  enrichEmails: boolean;
725
725
  includePersonalEmails: boolean;
726
726
  credentials?: Partial<Record<CredentialType, string>> | undefined;
727
- city?: string | undefined;
728
- country?: string | undefined;
729
727
  limit?: number | undefined;
730
728
  cursor?: string | undefined;
731
729
  location?: string | undefined;
732
730
  companyName?: string | undefined;
733
731
  companyLinkedinUrl?: string | undefined;
732
+ country?: string | undefined;
733
+ city?: string | undefined;
734
734
  skills?: string[] | undefined;
735
735
  schoolName?: string | undefined;
736
736
  languages?: string[] | undefined;
@@ -756,13 +756,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
756
756
  excludeProfiles?: string[] | undefined;
757
757
  }, {
758
758
  credentials?: Partial<Record<CredentialType, string>> | undefined;
759
- city?: string | undefined;
760
- country?: string | undefined;
761
759
  limit?: number | undefined;
762
760
  cursor?: string | undefined;
763
761
  location?: string | undefined;
764
762
  companyName?: string | undefined;
765
763
  companyLinkedinUrl?: string | undefined;
764
+ country?: string | undefined;
765
+ city?: string | undefined;
766
766
  skills?: string[] | undefined;
767
767
  schoolName?: string | undefined;
768
768
  languages?: string[] | undefined;
@@ -28,8 +28,8 @@ declare const RedditPostSchema: z.ZodObject<{
28
28
  selftext: string;
29
29
  subreddit: string;
30
30
  isSelf: boolean;
31
- domain?: string | undefined;
32
31
  thumbnail?: string | undefined;
32
+ domain?: string | undefined;
33
33
  postHint?: string | null | undefined;
34
34
  flair?: string | undefined;
35
35
  }, {
@@ -43,8 +43,8 @@ declare const RedditPostSchema: z.ZodObject<{
43
43
  selftext: string;
44
44
  subreddit: string;
45
45
  isSelf: boolean;
46
- domain?: string | undefined;
47
46
  thumbnail?: string | undefined;
47
+ domain?: string | undefined;
48
48
  postHint?: string | null | undefined;
49
49
  flair?: string | undefined;
50
50
  }>;
@@ -64,14 +64,14 @@ declare const RedditScrapeToolParamsSchema: z.ZodObject<{
64
64
  filterToday: boolean;
65
65
  includeStickied: boolean;
66
66
  credentials?: Partial<Record<CredentialType, string>> | undefined;
67
- timeFilter?: "all" | "year" | "month" | "day" | "hour" | "week" | undefined;
67
+ timeFilter?: "year" | "month" | "day" | "hour" | "all" | "week" | undefined;
68
68
  minScore?: number | undefined;
69
69
  }, {
70
70
  subreddit: string;
71
71
  sort?: "hot" | "new" | "top" | "rising" | undefined;
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  limit?: number | undefined;
74
- timeFilter?: "all" | "year" | "month" | "day" | "hour" | "week" | undefined;
74
+ timeFilter?: "year" | "month" | "day" | "hour" | "all" | "week" | undefined;
75
75
  filterToday?: boolean | undefined;
76
76
  includeStickied?: boolean | undefined;
77
77
  minScore?: number | undefined;
@@ -103,8 +103,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
103
103
  selftext: string;
104
104
  subreddit: string;
105
105
  isSelf: boolean;
106
- domain?: string | undefined;
107
106
  thumbnail?: string | undefined;
107
+ domain?: string | undefined;
108
108
  postHint?: string | null | undefined;
109
109
  flair?: string | undefined;
110
110
  }, {
@@ -118,8 +118,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
118
118
  selftext: string;
119
119
  subreddit: string;
120
120
  isSelf: boolean;
121
- domain?: string | undefined;
122
121
  thumbnail?: string | undefined;
122
+ domain?: string | undefined;
123
123
  postHint?: string | null | undefined;
124
124
  flair?: string | undefined;
125
125
  }>, "many">;
@@ -177,8 +177,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
177
177
  selftext: string;
178
178
  subreddit: string;
179
179
  isSelf: boolean;
180
- domain?: string | undefined;
181
180
  thumbnail?: string | undefined;
181
+ domain?: string | undefined;
182
182
  postHint?: string | null | undefined;
183
183
  flair?: string | undefined;
184
184
  }[];
@@ -206,8 +206,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
206
206
  selftext: string;
207
207
  subreddit: string;
208
208
  isSelf: boolean;
209
- domain?: string | undefined;
210
209
  thumbnail?: string | undefined;
210
+ domain?: string | undefined;
211
211
  postHint?: string | null | undefined;
212
212
  flair?: string | undefined;
213
213
  }[];
@@ -234,14 +234,14 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
234
234
  filterToday: boolean;
235
235
  includeStickied: boolean;
236
236
  credentials?: Partial<Record<CredentialType, string>> | undefined;
237
- timeFilter?: "all" | "year" | "month" | "day" | "hour" | "week" | undefined;
237
+ timeFilter?: "year" | "month" | "day" | "hour" | "all" | "week" | undefined;
238
238
  minScore?: number | undefined;
239
239
  }, {
240
240
  subreddit: string;
241
241
  sort?: "hot" | "new" | "top" | "rising" | undefined;
242
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  limit?: number | undefined;
244
- timeFilter?: "all" | "year" | "month" | "day" | "hour" | "week" | undefined;
244
+ timeFilter?: "year" | "month" | "day" | "hour" | "all" | "week" | undefined;
245
245
  filterToday?: boolean | undefined;
246
246
  includeStickied?: boolean | undefined;
247
247
  minScore?: number | undefined;
@@ -273,8 +273,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
273
273
  selftext: string;
274
274
  subreddit: string;
275
275
  isSelf: boolean;
276
- domain?: string | undefined;
277
276
  thumbnail?: string | undefined;
277
+ domain?: string | undefined;
278
278
  postHint?: string | null | undefined;
279
279
  flair?: string | undefined;
280
280
  }, {
@@ -288,8 +288,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
288
288
  selftext: string;
289
289
  subreddit: string;
290
290
  isSelf: boolean;
291
- domain?: string | undefined;
292
291
  thumbnail?: string | undefined;
292
+ domain?: string | undefined;
293
293
  postHint?: string | null | undefined;
294
294
  flair?: string | undefined;
295
295
  }>, "many">;
@@ -347,8 +347,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
347
347
  selftext: string;
348
348
  subreddit: string;
349
349
  isSelf: boolean;
350
- domain?: string | undefined;
351
350
  thumbnail?: string | undefined;
351
+ domain?: string | undefined;
352
352
  postHint?: string | null | undefined;
353
353
  flair?: string | undefined;
354
354
  }[];
@@ -376,8 +376,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
376
376
  selftext: string;
377
377
  subreddit: string;
378
378
  isSelf: boolean;
379
- domain?: string | undefined;
380
379
  thumbnail?: string | undefined;
380
+ domain?: string | undefined;
381
381
  postHint?: string | null | undefined;
382
382
  flair?: string | undefined;
383
383
  }[];
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
8
8
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
9
9
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- reasoning: string;
12
11
  query: string;
12
+ reasoning: string;
13
13
  credentials?: Partial<Record<CredentialType, string>> | undefined;
14
14
  config?: Record<string, unknown> | undefined;
15
15
  }, {
16
- reasoning: string;
17
16
  query: string;
17
+ reasoning: string;
18
18
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  config?: Record<string, unknown> | undefined;
20
20
  }>;
@@ -40,8 +40,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
40
40
  }, "strip", z.ZodTypeAny, {
41
41
  success: boolean;
42
42
  error: string;
43
- executionTime: number;
44
43
  rowCount: number;
44
+ executionTime: number;
45
45
  rows?: Record<string, unknown>[] | undefined;
46
46
  fields?: {
47
47
  name: string;
@@ -50,8 +50,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
50
50
  }, {
51
51
  success: boolean;
52
52
  error: string;
53
- executionTime: number;
54
53
  rowCount: number;
54
+ executionTime: number;
55
55
  rows?: Record<string, unknown>[] | undefined;
56
56
  fields?: {
57
57
  name: string;
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
74
74
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
75
75
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- reasoning: string;
78
77
  query: string;
78
+ reasoning: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  config?: Record<string, unknown> | undefined;
81
81
  }, {
82
- reasoning: string;
83
82
  query: string;
83
+ reasoning: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  config?: Record<string, unknown> | undefined;
86
86
  }>;
@@ -103,8 +103,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  success: boolean;
105
105
  error: string;
106
- executionTime: number;
107
106
  rowCount: number;
107
+ executionTime: number;
108
108
  rows?: Record<string, unknown>[] | undefined;
109
109
  fields?: {
110
110
  name: string;
@@ -113,8 +113,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
113
113
  }, {
114
114
  success: boolean;
115
115
  error: string;
116
- executionTime: number;
117
116
  rowCount: number;
117
+ executionTime: number;
118
118
  rows?: Record<string, unknown>[] | undefined;
119
119
  fields?: {
120
120
  name: string;