@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
@@ -66,12 +66,12 @@ declare const ContactSchema: z.ZodObject<{
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  title: string | null;
68
68
  name: string | null;
69
- linkedinUrl: string | null;
70
- emails: string[] | null;
71
- location: string | null;
72
- headline: string | null;
73
69
  summary: string | null;
74
70
  role: "founder" | "cxo" | "decision_maker";
71
+ location: string | null;
72
+ headline: string | null;
73
+ emails: string[] | null;
74
+ linkedinUrl: string | null;
75
75
  languages: string[] | null;
76
76
  skills: string[] | null;
77
77
  education: {
@@ -97,12 +97,12 @@ declare const ContactSchema: z.ZodObject<{
97
97
  }, {
98
98
  title: string | null;
99
99
  name: string | null;
100
- linkedinUrl: string | null;
101
- emails: string[] | null;
102
- location: string | null;
103
- headline: string | null;
104
100
  summary: string | null;
105
101
  role: "founder" | "cxo" | "decision_maker";
102
+ location: string | null;
103
+ headline: string | null;
104
+ emails: string[] | null;
105
+ linkedinUrl: string | null;
106
106
  languages: string[] | null;
107
107
  skills: string[] | null;
108
108
  education: {
@@ -204,12 +204,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  title: string | null;
206
206
  name: string | null;
207
- linkedinUrl: string | null;
208
- emails: string[] | null;
209
- location: string | null;
210
- headline: string | null;
211
207
  summary: string | null;
212
208
  role: "founder" | "cxo" | "decision_maker";
209
+ location: string | null;
210
+ headline: string | null;
211
+ emails: string[] | null;
212
+ linkedinUrl: string | null;
213
213
  languages: string[] | null;
214
214
  skills: string[] | null;
215
215
  education: {
@@ -235,12 +235,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
235
235
  }, {
236
236
  title: string | null;
237
237
  name: string | null;
238
- linkedinUrl: string | null;
239
- emails: string[] | null;
240
- location: string | null;
241
- headline: string | null;
242
238
  summary: string | null;
243
239
  role: "founder" | "cxo" | "decision_maker";
240
+ location: string | null;
241
+ headline: string | null;
242
+ emails: string[] | null;
243
+ linkedinUrl: string | null;
244
244
  languages: string[] | null;
245
245
  skills: string[] | null;
246
246
  education: {
@@ -279,8 +279,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
279
279
  }, "strip", z.ZodTypeAny, {
280
280
  description: string | null;
281
281
  name: string | null;
282
- linkedinUrl: string | null;
283
282
  website: string | null;
283
+ linkedinUrl: string | null;
284
284
  industry: string | null;
285
285
  headcount: number | null;
286
286
  hqCity: string | null;
@@ -291,8 +291,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
291
291
  }, {
292
292
  description: string | null;
293
293
  name: string | null;
294
- linkedinUrl: string | null;
295
294
  website: string | null;
295
+ linkedinUrl: string | null;
296
296
  industry: string | null;
297
297
  headcount: number | null;
298
298
  hqCity: string | null;
@@ -305,13 +305,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
305
305
  success: z.ZodBoolean;
306
306
  error: z.ZodString;
307
307
  }, "strip", z.ZodTypeAny, {
308
- success: boolean;
309
308
  error: string;
309
+ success: boolean;
310
310
  company: {
311
311
  description: string | null;
312
312
  name: string | null;
313
- linkedinUrl: string | null;
314
313
  website: string | null;
314
+ linkedinUrl: string | null;
315
315
  industry: string | null;
316
316
  headcount: number | null;
317
317
  hqCity: string | null;
@@ -323,12 +323,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
323
323
  contacts: {
324
324
  title: string | null;
325
325
  name: string | null;
326
- linkedinUrl: string | null;
327
- emails: string[] | null;
328
- location: string | null;
329
- headline: string | null;
330
326
  summary: string | null;
331
327
  role: "founder" | "cxo" | "decision_maker";
328
+ location: string | null;
329
+ headline: string | null;
330
+ emails: string[] | null;
331
+ linkedinUrl: string | null;
332
332
  languages: string[] | null;
333
333
  skills: string[] | null;
334
334
  education: {
@@ -354,13 +354,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
354
354
  }[];
355
355
  totalContacts: number;
356
356
  }, {
357
- success: boolean;
358
357
  error: string;
358
+ success: boolean;
359
359
  company: {
360
360
  description: string | null;
361
361
  name: string | null;
362
- linkedinUrl: string | null;
363
362
  website: string | null;
363
+ linkedinUrl: string | null;
364
364
  industry: string | null;
365
365
  headcount: number | null;
366
366
  hqCity: string | null;
@@ -372,12 +372,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
372
372
  contacts: {
373
373
  title: string | null;
374
374
  name: string | null;
375
- linkedinUrl: string | null;
376
- emails: string[] | null;
377
- location: string | null;
378
- headline: string | null;
379
375
  summary: string | null;
380
376
  role: "founder" | "cxo" | "decision_maker";
377
+ location: string | null;
378
+ headline: string | null;
379
+ emails: string[] | null;
380
+ linkedinUrl: string | null;
381
381
  languages: string[] | null;
382
382
  skills: string[] | null;
383
383
  education: {
@@ -505,12 +505,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  title: string | null;
507
507
  name: string | null;
508
- linkedinUrl: string | null;
509
- emails: string[] | null;
510
- location: string | null;
511
- headline: string | null;
512
508
  summary: string | null;
513
509
  role: "founder" | "cxo" | "decision_maker";
510
+ location: string | null;
511
+ headline: string | null;
512
+ emails: string[] | null;
513
+ linkedinUrl: string | null;
514
514
  languages: string[] | null;
515
515
  skills: string[] | null;
516
516
  education: {
@@ -536,12 +536,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
536
536
  }, {
537
537
  title: string | null;
538
538
  name: string | null;
539
- linkedinUrl: string | null;
540
- emails: string[] | null;
541
- location: string | null;
542
- headline: string | null;
543
539
  summary: string | null;
544
540
  role: "founder" | "cxo" | "decision_maker";
541
+ location: string | null;
542
+ headline: string | null;
543
+ emails: string[] | null;
544
+ linkedinUrl: string | null;
545
545
  languages: string[] | null;
546
546
  skills: string[] | null;
547
547
  education: {
@@ -580,8 +580,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
580
580
  }, "strip", z.ZodTypeAny, {
581
581
  description: string | null;
582
582
  name: string | null;
583
- linkedinUrl: string | null;
584
583
  website: string | null;
584
+ linkedinUrl: string | null;
585
585
  industry: string | null;
586
586
  headcount: number | null;
587
587
  hqCity: string | null;
@@ -592,8 +592,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
592
592
  }, {
593
593
  description: string | null;
594
594
  name: string | null;
595
- linkedinUrl: string | null;
596
595
  website: string | null;
596
+ linkedinUrl: string | null;
597
597
  industry: string | null;
598
598
  headcount: number | null;
599
599
  hqCity: string | null;
@@ -606,13 +606,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
606
606
  success: z.ZodBoolean;
607
607
  error: z.ZodString;
608
608
  }, "strip", z.ZodTypeAny, {
609
- success: boolean;
610
609
  error: string;
610
+ success: boolean;
611
611
  company: {
612
612
  description: string | null;
613
613
  name: string | null;
614
- linkedinUrl: string | null;
615
614
  website: string | null;
615
+ linkedinUrl: string | null;
616
616
  industry: string | null;
617
617
  headcount: number | null;
618
618
  hqCity: string | null;
@@ -624,12 +624,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
624
624
  contacts: {
625
625
  title: string | null;
626
626
  name: string | null;
627
- linkedinUrl: string | null;
628
- emails: string[] | null;
629
- location: string | null;
630
- headline: string | null;
631
627
  summary: string | null;
632
628
  role: "founder" | "cxo" | "decision_maker";
629
+ location: string | null;
630
+ headline: string | null;
631
+ emails: string[] | null;
632
+ linkedinUrl: string | null;
633
633
  languages: string[] | null;
634
634
  skills: string[] | null;
635
635
  education: {
@@ -655,13 +655,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
655
655
  }[];
656
656
  totalContacts: number;
657
657
  }, {
658
- success: boolean;
659
658
  error: string;
659
+ success: boolean;
660
660
  company: {
661
661
  description: string | null;
662
662
  name: string | null;
663
- linkedinUrl: string | null;
664
663
  website: string | null;
664
+ linkedinUrl: string | null;
665
665
  industry: string | null;
666
666
  headcount: number | null;
667
667
  hqCity: string | null;
@@ -673,12 +673,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
673
673
  contacts: {
674
674
  title: string | null;
675
675
  name: string | null;
676
- linkedinUrl: string | null;
677
- emails: string[] | null;
678
- location: string | null;
679
- headline: string | null;
680
676
  summary: string | null;
681
677
  role: "founder" | "cxo" | "decision_maker";
678
+ location: string | null;
679
+ headline: string | null;
680
+ emails: string[] | null;
681
+ linkedinUrl: string | null;
682
682
  languages: string[] | null;
683
683
  skills: string[] | null;
684
684
  education: {
@@ -44,8 +44,8 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
44
44
  error: z.ZodString;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  name: string;
47
- success: boolean;
48
47
  error: string;
48
+ success: boolean;
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
- success: boolean;
57
56
  error: string;
57
+ success: boolean;
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
- success: boolean;
107
106
  error: string;
107
+ success: boolean;
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
- success: boolean;
116
115
  error: string;
116
+ success: boolean;
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
- success: boolean;
42
41
  error: string;
42
+ success: boolean;
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
- success: boolean;
57
56
  error: string;
57
+ success: boolean;
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
- success: boolean;
110
109
  error: string;
110
+ success: boolean;
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
- success: boolean;
125
124
  error: string;
125
+ success: boolean;
126
126
  description?: string | undefined;
127
127
  triggerType?: string | undefined;
128
128
  serviceName?: string | undefined;
@@ -67,15 +67,15 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
67
67
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
68
68
  }, "strip", z.ZodTypeAny, {
69
69
  name: string | null;
70
- likesCount: number | null;
71
70
  text: string | null;
71
+ likesCount: number | null;
72
72
  rating: number | null;
73
73
  publishedAtDate: string | null;
74
74
  responseFromOwnerText: string | null;
75
75
  }, {
76
76
  name: string | null;
77
- likesCount: number | null;
78
77
  text: string | null;
78
+ likesCount: number | null;
79
79
  rating: number | null;
80
80
  publishedAtDate: string | null;
81
81
  responseFromOwnerText: string | null;
@@ -83,9 +83,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
83
83
  imageUrls: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
84
84
  additionalInfo: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
85
85
  }, "strip", z.ZodTypeAny, {
86
- url: string | null;
87
86
  title: string | null;
88
- website: string | null;
87
+ url: string | null;
88
+ phone: string | null;
89
89
  location: {
90
90
  lat: number | null;
91
91
  lng: number | null;
@@ -93,7 +93,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
93
93
  rating: number | null;
94
94
  category: string | null;
95
95
  address: string | null;
96
- phone: string | null;
96
+ website: string | null;
97
97
  placeId: string | null;
98
98
  reviewsCount: number | null;
99
99
  openingHours: {
@@ -105,17 +105,17 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
105
105
  priceLevel: string | null;
106
106
  reviews: {
107
107
  name: string | null;
108
- likesCount: number | null;
109
108
  text: string | null;
109
+ likesCount: number | null;
110
110
  rating: number | null;
111
111
  publishedAtDate: string | null;
112
112
  responseFromOwnerText: string | null;
113
113
  }[] | null;
114
114
  imageUrls: string[] | null;
115
115
  }, {
116
- url: string | null;
117
116
  title: string | null;
118
- website: string | null;
117
+ url: string | null;
118
+ phone: string | null;
119
119
  location: {
120
120
  lat: number | null;
121
121
  lng: number | null;
@@ -123,7 +123,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
123
123
  rating: number | null;
124
124
  category: string | null;
125
125
  address: string | null;
126
- phone: string | null;
126
+ website: string | null;
127
127
  placeId: string | null;
128
128
  reviewsCount: number | null;
129
129
  openingHours: {
@@ -135,8 +135,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
135
135
  priceLevel: string | null;
136
136
  reviews: {
137
137
  name: string | null;
138
- likesCount: number | null;
139
138
  text: string | null;
139
+ likesCount: number | null;
140
140
  rating: number | null;
141
141
  publishedAtDate: string | null;
142
142
  responseFromOwnerText: string | null;
@@ -147,13 +147,13 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
- success: boolean;
151
150
  error: string;
151
+ success: boolean;
152
152
  operation: "search";
153
153
  places: {
154
- url: string | null;
155
154
  title: string | null;
156
- website: string | null;
155
+ url: string | null;
156
+ phone: string | null;
157
157
  location: {
158
158
  lat: number | null;
159
159
  lng: number | null;
@@ -161,7 +161,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
161
161
  rating: number | null;
162
162
  category: string | null;
163
163
  address: string | null;
164
- phone: string | null;
164
+ website: string | null;
165
165
  placeId: string | null;
166
166
  reviewsCount: number | null;
167
167
  openingHours: {
@@ -173,8 +173,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
173
173
  priceLevel: string | null;
174
174
  reviews: {
175
175
  name: string | null;
176
- likesCount: number | null;
177
176
  text: string | null;
177
+ likesCount: number | null;
178
178
  rating: number | null;
179
179
  publishedAtDate: string | null;
180
180
  responseFromOwnerText: string | null;
@@ -183,13 +183,13 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
- success: boolean;
187
186
  error: string;
187
+ success: boolean;
188
188
  operation: "search";
189
189
  places: {
190
- url: string | null;
191
190
  title: string | null;
192
- website: string | null;
191
+ url: string | null;
192
+ phone: string | null;
193
193
  location: {
194
194
  lat: number | null;
195
195
  lng: number | null;
@@ -197,7 +197,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
197
197
  rating: number | null;
198
198
  category: string | null;
199
199
  address: string | null;
200
- phone: string | null;
200
+ website: string | null;
201
201
  placeId: string | null;
202
202
  reviewsCount: number | null;
203
203
  openingHours: {
@@ -209,8 +209,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
209
209
  priceLevel: string | null;
210
210
  reviews: {
211
211
  name: string | null;
212
- likesCount: number | null;
213
212
  text: string | null;
213
+ likesCount: number | null;
214
214
  rating: number | null;
215
215
  publishedAtDate: string | null;
216
216
  responseFromOwnerText: string | null;
@@ -289,15 +289,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
289
289
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
290
290
  }, "strip", z.ZodTypeAny, {
291
291
  name: string | null;
292
- likesCount: number | null;
293
292
  text: string | null;
293
+ likesCount: number | null;
294
294
  rating: number | null;
295
295
  publishedAtDate: string | null;
296
296
  responseFromOwnerText: string | null;
297
297
  }, {
298
298
  name: string | null;
299
- likesCount: number | null;
300
299
  text: string | null;
300
+ likesCount: number | null;
301
301
  rating: number | null;
302
302
  publishedAtDate: string | null;
303
303
  responseFromOwnerText: string | null;
@@ -305,9 +305,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
305
305
  imageUrls: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
306
306
  additionalInfo: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
307
307
  }, "strip", z.ZodTypeAny, {
308
- url: string | null;
309
308
  title: string | null;
310
- website: string | null;
309
+ url: string | null;
310
+ phone: string | null;
311
311
  location: {
312
312
  lat: number | null;
313
313
  lng: number | null;
@@ -315,7 +315,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
315
315
  rating: number | null;
316
316
  category: string | null;
317
317
  address: string | null;
318
- phone: string | null;
318
+ website: string | null;
319
319
  placeId: string | null;
320
320
  reviewsCount: number | null;
321
321
  openingHours: {
@@ -327,17 +327,17 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
327
327
  priceLevel: string | null;
328
328
  reviews: {
329
329
  name: string | null;
330
- likesCount: number | null;
331
330
  text: string | null;
331
+ likesCount: number | null;
332
332
  rating: number | null;
333
333
  publishedAtDate: string | null;
334
334
  responseFromOwnerText: string | null;
335
335
  }[] | null;
336
336
  imageUrls: string[] | null;
337
337
  }, {
338
- url: string | null;
339
338
  title: string | null;
340
- website: string | null;
339
+ url: string | null;
340
+ phone: string | null;
341
341
  location: {
342
342
  lat: number | null;
343
343
  lng: number | null;
@@ -345,7 +345,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
345
345
  rating: number | null;
346
346
  category: string | null;
347
347
  address: string | null;
348
- phone: string | null;
348
+ website: string | null;
349
349
  placeId: string | null;
350
350
  reviewsCount: number | null;
351
351
  openingHours: {
@@ -357,8 +357,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
357
357
  priceLevel: string | null;
358
358
  reviews: {
359
359
  name: string | null;
360
- likesCount: number | null;
361
360
  text: string | null;
361
+ likesCount: number | null;
362
362
  rating: number | null;
363
363
  publishedAtDate: string | null;
364
364
  responseFromOwnerText: string | null;
@@ -369,13 +369,13 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
- success: boolean;
373
372
  error: string;
373
+ success: boolean;
374
374
  operation: "search";
375
375
  places: {
376
- url: string | null;
377
376
  title: string | null;
378
- website: string | null;
377
+ url: string | null;
378
+ phone: string | null;
379
379
  location: {
380
380
  lat: number | null;
381
381
  lng: number | null;
@@ -383,7 +383,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
383
383
  rating: number | null;
384
384
  category: string | null;
385
385
  address: string | null;
386
- phone: string | null;
386
+ website: string | null;
387
387
  placeId: string | null;
388
388
  reviewsCount: number | null;
389
389
  openingHours: {
@@ -395,8 +395,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
395
395
  priceLevel: string | null;
396
396
  reviews: {
397
397
  name: string | null;
398
- likesCount: number | null;
399
398
  text: string | null;
399
+ likesCount: number | null;
400
400
  rating: number | null;
401
401
  publishedAtDate: string | null;
402
402
  responseFromOwnerText: string | null;
@@ -405,13 +405,13 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
- success: boolean;
409
408
  error: string;
409
+ success: boolean;
410
410
  operation: "search";
411
411
  places: {
412
- url: string | null;
413
412
  title: string | null;
414
- website: string | null;
413
+ url: string | null;
414
+ phone: string | null;
415
415
  location: {
416
416
  lat: number | null;
417
417
  lng: number | null;
@@ -419,7 +419,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
419
419
  rating: number | null;
420
420
  category: string | null;
421
421
  address: string | null;
422
- phone: string | null;
422
+ website: string | null;
423
423
  placeId: string | null;
424
424
  reviewsCount: number | null;
425
425
  openingHours: {
@@ -431,8 +431,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
431
431
  priceLevel: string | null;
432
432
  reviews: {
433
433
  name: string | null;
434
- likesCount: number | null;
435
434
  text: string | null;
435
+ likesCount: number | null;
436
436
  rating: number | null;
437
437
  publishedAtDate: string | null;
438
438
  responseFromOwnerText: string | null;