@bubblelab/bubble-core 0.1.68 → 0.1.70

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 (72) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +108 -108
  7. package/dist/bubbles/service-bubble/ashby/ashby.js +1 -1
  8. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +328 -328
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  15. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  16. package/dist/bubbles/service-bubble/gmail.d.ts +576 -576
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +483 -156
  19. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/google-drive.js +339 -30
  21. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +78 -78
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1032 -1032
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +182 -182
  31. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/telegram.d.ts +936 -936
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  35. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  39. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -1
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +31 -25
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -1
  49. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +22 -22
  50. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  52. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  55. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  56. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  58. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  62. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  63. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  64. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  65. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  67. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  68. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  69. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +42 -42
  70. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  71. package/dist/bubbles.json +355 -74
  72. package/package.json +2 -2
@@ -69,13 +69,13 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
69
69
  max_results: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
70
70
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
71
71
  }, "strip", import("zod").ZodTypeAny, {
72
- query: string;
73
72
  operation: "search";
73
+ query: string;
74
74
  max_results: number;
75
75
  credentials?: Partial<Record<CredentialType, string>> | undefined;
76
76
  }, {
77
- query: string;
78
77
  operation: "search";
78
+ query: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  max_results?: number | undefined;
81
81
  }>, import("zod").ZodObject<{
@@ -113,15 +113,15 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
113
113
  cart_count: import("zod").ZodOptional<import("zod").ZodNumber>;
114
114
  error: import("zod").ZodString;
115
115
  }, "strip", import("zod").ZodTypeAny, {
116
- error: string;
117
- success: boolean;
118
116
  operation: "add_to_cart";
117
+ success: boolean;
118
+ error: string;
119
119
  message?: string | undefined;
120
120
  cart_count?: number | undefined;
121
121
  }, {
122
- error: string;
123
- success: boolean;
124
122
  operation: "add_to_cart";
123
+ success: boolean;
124
+ error: string;
125
125
  message?: string | undefined;
126
126
  cart_count?: number | undefined;
127
127
  }>, import("zod").ZodObject<{
@@ -154,9 +154,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
154
154
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
155
155
  error: import("zod").ZodString;
156
156
  }, "strip", import("zod").ZodTypeAny, {
157
- error: string;
158
- success: boolean;
159
157
  operation: "get_cart";
158
+ success: boolean;
159
+ error: string;
160
160
  items?: {
161
161
  title: string;
162
162
  price: string;
@@ -169,9 +169,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
169
169
  total_items?: number | undefined;
170
170
  screenshot_url?: string | undefined;
171
171
  }, {
172
- error: string;
173
- success: boolean;
174
172
  operation: "get_cart";
173
+ success: boolean;
174
+ error: string;
175
175
  items?: {
176
176
  title: string;
177
177
  price: string;
@@ -210,9 +210,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
210
210
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
211
211
  error: import("zod").ZodString;
212
212
  }, "strip", import("zod").ZodTypeAny, {
213
- error: string;
214
- success: boolean;
215
213
  operation: "checkout";
214
+ success: boolean;
215
+ error: string;
216
216
  items?: {
217
217
  title: string;
218
218
  price?: string | undefined;
@@ -228,9 +228,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
228
228
  shipping_address?: string | undefined;
229
229
  payment_method?: string | undefined;
230
230
  }, {
231
- error: string;
232
- success: boolean;
233
231
  operation: "checkout";
232
+ success: boolean;
233
+ error: string;
234
234
  items?: {
235
235
  title: string;
236
236
  price?: string | undefined;
@@ -279,9 +279,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
279
279
  total_results: import("zod").ZodOptional<import("zod").ZodNumber>;
280
280
  error: import("zod").ZodString;
281
281
  }, "strip", import("zod").ZodTypeAny, {
282
- error: string;
283
- success: boolean;
284
282
  operation: "search";
283
+ success: boolean;
284
+ error: string;
285
285
  results?: {
286
286
  title: string;
287
287
  url: string;
@@ -294,9 +294,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
294
294
  }[] | undefined;
295
295
  total_results?: number | undefined;
296
296
  }, {
297
- error: string;
298
- success: boolean;
299
297
  operation: "search";
298
+ success: boolean;
299
+ error: string;
300
300
  results?: {
301
301
  title: string;
302
302
  url: string;
@@ -347,9 +347,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
347
347
  }>>;
348
348
  error: import("zod").ZodString;
349
349
  }, "strip", import("zod").ZodTypeAny, {
350
- error: string;
351
- success: boolean;
352
350
  operation: "get_product";
351
+ success: boolean;
352
+ error: string;
353
353
  product?: {
354
354
  title: string;
355
355
  url: string;
@@ -363,9 +363,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
363
363
  availability?: string | undefined;
364
364
  } | undefined;
365
365
  }, {
366
- error: string;
367
- success: boolean;
368
366
  operation: "get_product";
367
+ success: boolean;
368
+ error: string;
369
369
  product?: {
370
370
  title: string;
371
371
  url: string;
@@ -384,14 +384,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
384
384
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
385
385
  error: import("zod").ZodString;
386
386
  }, "strip", import("zod").ZodTypeAny, {
387
- error: string;
388
- success: boolean;
389
387
  operation: "screenshot";
388
+ success: boolean;
389
+ error: string;
390
390
  screenshot_url?: string | undefined;
391
391
  }, {
392
- error: string;
393
- success: boolean;
394
392
  operation: "screenshot";
393
+ success: boolean;
394
+ error: string;
395
395
  screenshot_url?: string | undefined;
396
396
  }>]>;
397
397
  static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
@@ -119,8 +119,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
119
119
  error: z.ZodString;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  valid: boolean;
122
- error: string;
123
122
  success: boolean;
123
+ error: string;
124
124
  metadata: {
125
125
  strictMode: boolean;
126
126
  validatedAt: string;
@@ -144,8 +144,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
144
144
  bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
- error: string;
148
147
  success: boolean;
148
+ error: string;
149
149
  metadata: {
150
150
  strictMode: boolean;
151
151
  validatedAt: string;
@@ -268,8 +268,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
268
268
  error: z.ZodString;
269
269
  }, "strip", z.ZodTypeAny, {
270
270
  valid: boolean;
271
- error: string;
272
271
  success: boolean;
272
+ error: string;
273
273
  metadata: {
274
274
  strictMode: boolean;
275
275
  validatedAt: string;
@@ -293,8 +293,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
293
293
  bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
- error: string;
297
296
  success: boolean;
297
+ error: string;
298
298
  metadata: {
299
299
  strictMode: boolean;
300
300
  validatedAt: string;
@@ -139,8 +139,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
139
139
  success: z.ZodBoolean;
140
140
  error: z.ZodString;
141
141
  }, "strip", z.ZodTypeAny, {
142
- error: string;
143
142
  success: boolean;
143
+ error: string;
144
144
  metadata: {
145
145
  colorScheme: string;
146
146
  generatedAt: string;
@@ -160,8 +160,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
160
160
  filePath?: string | undefined;
161
161
  fileExists?: boolean | undefined;
162
162
  }, {
163
- error: string;
164
163
  success: boolean;
164
+ error: string;
165
165
  metadata: {
166
166
  colorScheme: string;
167
167
  generatedAt: string;
@@ -324,8 +324,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
324
324
  success: z.ZodBoolean;
325
325
  error: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- error: string;
328
327
  success: boolean;
328
+ error: string;
329
329
  metadata: {
330
330
  colorScheme: string;
331
331
  generatedAt: string;
@@ -345,8 +345,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
345
345
  filePath?: string | undefined;
346
346
  fileExists?: boolean | undefined;
347
347
  }, {
348
- error: string;
349
348
  success: boolean;
349
+ error: string;
350
350
  metadata: {
351
351
  colorScheme: string;
352
352
  generatedAt: string;
@@ -73,8 +73,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
73
73
  success: z.ZodBoolean;
74
74
  error: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- error: string;
77
76
  success: boolean;
77
+ error: string;
78
78
  metadata: {
79
79
  originalLength: number;
80
80
  morphModel: string;
@@ -85,8 +85,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
85
85
  applied: boolean;
86
86
  diff?: string | undefined;
87
87
  }, {
88
- error: string;
89
88
  success: boolean;
89
+ error: string;
90
90
  metadata: {
91
91
  originalLength: number;
92
92
  morphModel: string;
@@ -152,8 +152,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
152
152
  success: z.ZodBoolean;
153
153
  error: z.ZodString;
154
154
  }, "strip", z.ZodTypeAny, {
155
- error: string;
156
155
  success: boolean;
156
+ error: string;
157
157
  metadata: {
158
158
  originalLength: number;
159
159
  morphModel: string;
@@ -164,8 +164,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
164
164
  applied: boolean;
165
165
  diff?: string | undefined;
166
166
  }, {
167
- error: string;
168
167
  success: boolean;
168
+ error: string;
169
169
  metadata: {
170
170
  originalLength: number;
171
171
  morphModel: string;
@@ -66,9 +66,9 @@ declare const ContactSchema: z.ZodObject<{
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  title: string | null;
68
68
  name: string | null;
69
- summary: string | null;
70
69
  role: "founder" | "cxo" | "decision_maker";
71
70
  location: string | null;
71
+ summary: string | null;
72
72
  headline: string | null;
73
73
  emails: string[] | null;
74
74
  linkedinUrl: string | null;
@@ -97,9 +97,9 @@ declare const ContactSchema: z.ZodObject<{
97
97
  }, {
98
98
  title: string | null;
99
99
  name: string | null;
100
- summary: string | null;
101
100
  role: "founder" | "cxo" | "decision_maker";
102
101
  location: string | null;
102
+ summary: string | null;
103
103
  headline: string | null;
104
104
  emails: string[] | null;
105
105
  linkedinUrl: string | null;
@@ -204,9 +204,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  title: string | null;
206
206
  name: string | null;
207
- summary: string | null;
208
207
  role: "founder" | "cxo" | "decision_maker";
209
208
  location: string | null;
209
+ summary: string | null;
210
210
  headline: string | null;
211
211
  emails: string[] | null;
212
212
  linkedinUrl: string | null;
@@ -235,9 +235,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
235
235
  }, {
236
236
  title: string | null;
237
237
  name: string | null;
238
- summary: string | null;
239
238
  role: "founder" | "cxo" | "decision_maker";
240
239
  location: string | null;
240
+ summary: string | null;
241
241
  headline: string | null;
242
242
  emails: string[] | null;
243
243
  linkedinUrl: string | null;
@@ -305,8 +305,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
305
305
  success: z.ZodBoolean;
306
306
  error: z.ZodString;
307
307
  }, "strip", z.ZodTypeAny, {
308
- error: string;
309
308
  success: boolean;
309
+ error: string;
310
310
  company: {
311
311
  description: string | null;
312
312
  name: string | null;
@@ -323,9 +323,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
323
323
  contacts: {
324
324
  title: string | null;
325
325
  name: string | null;
326
- summary: string | null;
327
326
  role: "founder" | "cxo" | "decision_maker";
328
327
  location: string | null;
328
+ summary: string | null;
329
329
  headline: string | null;
330
330
  emails: string[] | null;
331
331
  linkedinUrl: string | null;
@@ -354,8 +354,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
354
354
  }[];
355
355
  totalContacts: number;
356
356
  }, {
357
- error: string;
358
357
  success: boolean;
358
+ error: string;
359
359
  company: {
360
360
  description: string | null;
361
361
  name: string | null;
@@ -372,9 +372,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
372
372
  contacts: {
373
373
  title: string | null;
374
374
  name: string | null;
375
- summary: string | null;
376
375
  role: "founder" | "cxo" | "decision_maker";
377
376
  location: string | null;
377
+ summary: string | null;
378
378
  headline: string | null;
379
379
  emails: string[] | null;
380
380
  linkedinUrl: string | null;
@@ -505,9 +505,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  title: string | null;
507
507
  name: string | null;
508
- summary: string | null;
509
508
  role: "founder" | "cxo" | "decision_maker";
510
509
  location: string | null;
510
+ summary: string | null;
511
511
  headline: string | null;
512
512
  emails: string[] | null;
513
513
  linkedinUrl: string | null;
@@ -536,9 +536,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
536
536
  }, {
537
537
  title: string | null;
538
538
  name: string | null;
539
- summary: string | null;
540
539
  role: "founder" | "cxo" | "decision_maker";
541
540
  location: string | null;
541
+ summary: string | null;
542
542
  headline: string | null;
543
543
  emails: string[] | null;
544
544
  linkedinUrl: string | null;
@@ -606,8 +606,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
606
606
  success: z.ZodBoolean;
607
607
  error: z.ZodString;
608
608
  }, "strip", z.ZodTypeAny, {
609
- error: string;
610
609
  success: boolean;
610
+ error: string;
611
611
  company: {
612
612
  description: string | null;
613
613
  name: string | null;
@@ -624,9 +624,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
624
624
  contacts: {
625
625
  title: string | null;
626
626
  name: string | null;
627
- summary: string | null;
628
627
  role: "founder" | "cxo" | "decision_maker";
629
628
  location: string | null;
629
+ summary: string | null;
630
630
  headline: string | null;
631
631
  emails: string[] | null;
632
632
  linkedinUrl: string | null;
@@ -655,8 +655,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
655
655
  }[];
656
656
  totalContacts: number;
657
657
  }, {
658
- error: string;
659
658
  success: boolean;
659
+ error: string;
660
660
  company: {
661
661
  description: string | null;
662
662
  name: string | null;
@@ -673,9 +673,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
673
673
  contacts: {
674
674
  title: string | null;
675
675
  name: string | null;
676
- summary: string | null;
677
676
  role: "founder" | "cxo" | "decision_maker";
678
677
  location: string | null;
678
+ summary: string | null;
679
679
  headline: string | null;
680
680
  emails: string[] | null;
681
681
  linkedinUrl: string | null;
@@ -44,8 +44,8 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
44
44
  error: z.ZodString;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  name: string;
47
- error: string;
48
47
  success: boolean;
48
+ error: string;
49
49
  outputSchema: string;
50
50
  usageExample: string;
51
51
  alias?: string | undefined;
@@ -53,8 +53,8 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
53
53
  inputSchema?: string | undefined;
54
54
  }, {
55
55
  name: string;
56
- error: string;
57
56
  success: boolean;
57
+ error: string;
58
58
  outputSchema: string;
59
59
  usageExample: string;
60
60
  alias?: string | undefined;
@@ -103,8 +103,8 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
103
103
  error: z.ZodString;
104
104
  }, "strip", z.ZodTypeAny, {
105
105
  name: string;
106
- error: string;
107
106
  success: boolean;
107
+ error: string;
108
108
  outputSchema: string;
109
109
  usageExample: string;
110
110
  alias?: string | undefined;
@@ -112,8 +112,8 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
112
112
  inputSchema?: string | undefined;
113
113
  }, {
114
114
  name: string;
115
- error: string;
116
115
  success: boolean;
116
+ error: string;
117
117
  outputSchema: string;
118
118
  usageExample: string;
119
119
  alias?: string | undefined;
@@ -38,8 +38,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
38
38
  success: z.ZodBoolean;
39
39
  error: z.ZodString;
40
40
  }, "strip", z.ZodTypeAny, {
41
- error: string;
42
41
  success: boolean;
42
+ error: string;
43
43
  description?: string | undefined;
44
44
  triggerType?: string | undefined;
45
45
  serviceName?: string | undefined;
@@ -53,8 +53,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
53
53
  friendlyName: string;
54
54
  }[] | undefined;
55
55
  }, {
56
- error: string;
57
56
  success: boolean;
57
+ error: string;
58
58
  description?: string | undefined;
59
59
  triggerType?: string | undefined;
60
60
  serviceName?: string | undefined;
@@ -106,8 +106,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
106
106
  success: z.ZodBoolean;
107
107
  error: z.ZodString;
108
108
  }, "strip", z.ZodTypeAny, {
109
- error: string;
110
109
  success: boolean;
110
+ error: string;
111
111
  description?: string | undefined;
112
112
  triggerType?: string | undefined;
113
113
  serviceName?: string | undefined;
@@ -121,8 +121,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
121
121
  friendlyName: string;
122
122
  }[] | undefined;
123
123
  }, {
124
- error: string;
125
124
  success: boolean;
125
+ error: string;
126
126
  description?: string | undefined;
127
127
  triggerType?: string | undefined;
128
128
  serviceName?: string | undefined;
@@ -13,15 +13,15 @@ declare const GoogleMapsToolParamsSchema: z.ZodObject<{
13
13
  operation: "search";
14
14
  queries: string[];
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
- limit?: number | undefined;
17
16
  location?: string | undefined;
17
+ limit?: number | undefined;
18
18
  language?: string | undefined;
19
19
  }, {
20
20
  operation: "search";
21
21
  queries: string[];
22
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
- limit?: number | undefined;
24
23
  location?: string | undefined;
24
+ limit?: number | undefined;
25
25
  language?: string | undefined;
26
26
  }>;
27
27
  declare const GoogleMapsToolResultSchema: z.ZodObject<{
@@ -85,11 +85,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  title: string | null;
87
87
  url: string | null;
88
- phone: string | null;
89
88
  location: {
90
89
  lat: number | null;
91
90
  lng: number | null;
92
91
  } | null;
92
+ phone: string | null;
93
93
  rating: number | null;
94
94
  category: string | null;
95
95
  address: string | null;
@@ -115,11 +115,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
115
115
  }, {
116
116
  title: string | null;
117
117
  url: string | null;
118
- phone: string | null;
119
118
  location: {
120
119
  lat: number | null;
121
120
  lng: number | null;
122
121
  } | null;
122
+ phone: string | null;
123
123
  rating: number | null;
124
124
  category: string | null;
125
125
  address: string | null;
@@ -147,17 +147,17 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
- error: string;
151
- success: boolean;
152
150
  operation: "search";
151
+ success: boolean;
152
+ error: string;
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
156
- phone: string | null;
157
156
  location: {
158
157
  lat: number | null;
159
158
  lng: number | null;
160
159
  } | null;
160
+ phone: string | null;
161
161
  rating: number | null;
162
162
  category: string | null;
163
163
  address: string | null;
@@ -183,17 +183,17 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
- error: string;
187
- success: boolean;
188
186
  operation: "search";
187
+ success: boolean;
188
+ error: string;
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
192
- phone: string | null;
193
192
  location: {
194
193
  lat: number | null;
195
194
  lng: number | null;
196
195
  } | null;
196
+ phone: string | null;
197
197
  rating: number | null;
198
198
  category: string | null;
199
199
  address: string | null;
@@ -235,15 +235,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
235
235
  operation: "search";
236
236
  queries: string[];
237
237
  credentials?: Partial<Record<CredentialType, string>> | undefined;
238
- limit?: number | undefined;
239
238
  location?: string | undefined;
239
+ limit?: number | undefined;
240
240
  language?: string | undefined;
241
241
  }, {
242
242
  operation: "search";
243
243
  queries: string[];
244
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
- limit?: number | undefined;
246
245
  location?: string | undefined;
246
+ limit?: number | undefined;
247
247
  language?: string | undefined;
248
248
  }>;
249
249
  static readonly resultSchema: z.ZodObject<{
@@ -307,11 +307,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
307
307
  }, "strip", z.ZodTypeAny, {
308
308
  title: string | null;
309
309
  url: string | null;
310
- phone: string | null;
311
310
  location: {
312
311
  lat: number | null;
313
312
  lng: number | null;
314
313
  } | null;
314
+ phone: string | null;
315
315
  rating: number | null;
316
316
  category: string | null;
317
317
  address: string | null;
@@ -337,11 +337,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
337
337
  }, {
338
338
  title: string | null;
339
339
  url: string | null;
340
- phone: string | null;
341
340
  location: {
342
341
  lat: number | null;
343
342
  lng: number | null;
344
343
  } | null;
344
+ phone: string | null;
345
345
  rating: number | null;
346
346
  category: string | null;
347
347
  address: string | null;
@@ -369,17 +369,17 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
- error: string;
373
- success: boolean;
374
372
  operation: "search";
373
+ success: boolean;
374
+ error: string;
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
378
- phone: string | null;
379
378
  location: {
380
379
  lat: number | null;
381
380
  lng: number | null;
382
381
  } | null;
382
+ phone: string | null;
383
383
  rating: number | null;
384
384
  category: string | null;
385
385
  address: string | null;
@@ -405,17 +405,17 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
- error: string;
409
- success: boolean;
410
408
  operation: "search";
409
+ success: boolean;
410
+ error: string;
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
414
- phone: string | null;
415
414
  location: {
416
415
  lat: number | null;
417
416
  lng: number | null;
418
417
  } | null;
418
+ phone: string | null;
419
419
  rating: number | null;
420
420
  category: string | null;
421
421
  address: string | null;