@bubblelab/bubble-core 0.1.122 → 0.1.124

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 (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. package/package.json +2 -2
@@ -66,21 +66,21 @@ declare const ContactSchema: z.ZodObject<{
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  title: string | null;
68
68
  name: string | null;
69
+ role: "cxo" | "decision_maker" | "founder";
69
70
  summary: string | null;
70
- role: "founder" | "cxo" | "decision_maker";
71
71
  location: string | null;
72
72
  headline: string | null;
73
73
  emails: string[] | null;
74
- linkedinUrl: string | null;
75
- languages: string[] | null;
76
74
  skills: string[] | null;
75
+ languages: string[] | null;
76
+ linkedinUrl: string | null;
77
+ profilePictureUrl: string | null;
78
+ twitterHandle: string | null;
77
79
  education: {
78
80
  instituteName: string | null;
79
81
  degreeName: string | null;
80
82
  fieldOfStudy: string | null;
81
83
  }[] | null;
82
- profilePictureUrl: string | null;
83
- twitterHandle: string | null;
84
84
  currentEmployment: {
85
85
  description: string | null;
86
86
  title: string | null;
@@ -97,21 +97,21 @@ declare const ContactSchema: z.ZodObject<{
97
97
  }, {
98
98
  title: string | null;
99
99
  name: string | null;
100
+ role: "cxo" | "decision_maker" | "founder";
100
101
  summary: string | null;
101
- role: "founder" | "cxo" | "decision_maker";
102
102
  location: string | null;
103
103
  headline: string | null;
104
104
  emails: string[] | null;
105
- linkedinUrl: string | null;
106
- languages: string[] | null;
107
105
  skills: string[] | null;
106
+ languages: string[] | null;
107
+ linkedinUrl: string | null;
108
+ profilePictureUrl: string | null;
109
+ twitterHandle: string | null;
108
110
  education: {
109
111
  instituteName: string | null;
110
112
  degreeName: string | null;
111
113
  fieldOfStudy: string | null;
112
114
  }[] | null;
113
- profilePictureUrl: string | null;
114
- twitterHandle: string | null;
115
115
  currentEmployment: {
116
116
  description: string | null;
117
117
  title: string | null;
@@ -204,21 +204,21 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  title: string | null;
206
206
  name: string | null;
207
+ role: "cxo" | "decision_maker" | "founder";
207
208
  summary: string | null;
208
- role: "founder" | "cxo" | "decision_maker";
209
209
  location: string | null;
210
210
  headline: string | null;
211
211
  emails: string[] | null;
212
- linkedinUrl: string | null;
213
- languages: string[] | null;
214
212
  skills: string[] | null;
213
+ languages: string[] | null;
214
+ linkedinUrl: string | null;
215
+ profilePictureUrl: string | null;
216
+ twitterHandle: string | null;
215
217
  education: {
216
218
  instituteName: string | null;
217
219
  degreeName: string | null;
218
220
  fieldOfStudy: string | null;
219
221
  }[] | null;
220
- profilePictureUrl: string | null;
221
- twitterHandle: string | null;
222
222
  currentEmployment: {
223
223
  description: string | null;
224
224
  title: string | null;
@@ -235,21 +235,21 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
235
235
  }, {
236
236
  title: string | null;
237
237
  name: string | null;
238
+ role: "cxo" | "decision_maker" | "founder";
238
239
  summary: string | null;
239
- role: "founder" | "cxo" | "decision_maker";
240
240
  location: string | null;
241
241
  headline: string | null;
242
242
  emails: string[] | null;
243
- linkedinUrl: string | null;
244
- languages: string[] | null;
245
243
  skills: string[] | null;
244
+ languages: string[] | null;
245
+ linkedinUrl: string | null;
246
+ profilePictureUrl: string | null;
247
+ twitterHandle: string | null;
246
248
  education: {
247
249
  instituteName: string | null;
248
250
  degreeName: string | null;
249
251
  fieldOfStudy: string | null;
250
252
  }[] | null;
251
- profilePictureUrl: string | null;
252
- twitterHandle: string | null;
253
253
  currentEmployment: {
254
254
  description: string | null;
255
255
  title: string | null;
@@ -281,8 +281,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
281
281
  name: string | null;
282
282
  website: string | null;
283
283
  linkedinUrl: string | null;
284
- industry: string | null;
285
284
  headcount: number | null;
285
+ industry: string | null;
286
286
  hqCity: string | null;
287
287
  hqCountry: string | null;
288
288
  yearFounded: number | null;
@@ -293,8 +293,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
293
293
  name: string | null;
294
294
  website: string | null;
295
295
  linkedinUrl: string | null;
296
- industry: string | null;
297
296
  headcount: number | null;
297
+ industry: string | null;
298
298
  hqCity: string | null;
299
299
  hqCountry: string | null;
300
300
  yearFounded: number | null;
@@ -312,8 +312,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
312
312
  name: string | null;
313
313
  website: string | null;
314
314
  linkedinUrl: string | null;
315
- industry: string | null;
316
315
  headcount: number | null;
316
+ industry: string | null;
317
317
  hqCity: string | null;
318
318
  hqCountry: string | null;
319
319
  yearFounded: number | null;
@@ -323,21 +323,21 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
323
323
  contacts: {
324
324
  title: string | null;
325
325
  name: string | null;
326
+ role: "cxo" | "decision_maker" | "founder";
326
327
  summary: string | null;
327
- role: "founder" | "cxo" | "decision_maker";
328
328
  location: string | null;
329
329
  headline: string | null;
330
330
  emails: string[] | null;
331
- linkedinUrl: string | null;
332
- languages: string[] | null;
333
331
  skills: string[] | null;
332
+ languages: string[] | null;
333
+ linkedinUrl: string | null;
334
+ profilePictureUrl: string | null;
335
+ twitterHandle: string | null;
334
336
  education: {
335
337
  instituteName: string | null;
336
338
  degreeName: string | null;
337
339
  fieldOfStudy: string | null;
338
340
  }[] | null;
339
- profilePictureUrl: string | null;
340
- twitterHandle: string | null;
341
341
  currentEmployment: {
342
342
  description: string | null;
343
343
  title: string | null;
@@ -361,8 +361,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
361
361
  name: string | null;
362
362
  website: string | null;
363
363
  linkedinUrl: string | null;
364
- industry: string | null;
365
364
  headcount: number | null;
365
+ industry: string | null;
366
366
  hqCity: string | null;
367
367
  hqCountry: string | null;
368
368
  yearFounded: number | null;
@@ -372,21 +372,21 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
372
372
  contacts: {
373
373
  title: string | null;
374
374
  name: string | null;
375
+ role: "cxo" | "decision_maker" | "founder";
375
376
  summary: string | null;
376
- role: "founder" | "cxo" | "decision_maker";
377
377
  location: string | null;
378
378
  headline: string | null;
379
379
  emails: string[] | null;
380
- linkedinUrl: string | null;
381
- languages: string[] | null;
382
380
  skills: string[] | null;
381
+ languages: string[] | null;
382
+ linkedinUrl: string | null;
383
+ profilePictureUrl: string | null;
384
+ twitterHandle: string | null;
383
385
  education: {
384
386
  instituteName: string | null;
385
387
  degreeName: string | null;
386
388
  fieldOfStudy: string | null;
387
389
  }[] | null;
388
- profilePictureUrl: string | null;
389
- twitterHandle: string | null;
390
390
  currentEmployment: {
391
391
  description: string | null;
392
392
  title: string | null;
@@ -505,21 +505,21 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  title: string | null;
507
507
  name: string | null;
508
+ role: "cxo" | "decision_maker" | "founder";
508
509
  summary: string | null;
509
- role: "founder" | "cxo" | "decision_maker";
510
510
  location: string | null;
511
511
  headline: string | null;
512
512
  emails: string[] | null;
513
- linkedinUrl: string | null;
514
- languages: string[] | null;
515
513
  skills: string[] | null;
514
+ languages: string[] | null;
515
+ linkedinUrl: string | null;
516
+ profilePictureUrl: string | null;
517
+ twitterHandle: string | null;
516
518
  education: {
517
519
  instituteName: string | null;
518
520
  degreeName: string | null;
519
521
  fieldOfStudy: string | null;
520
522
  }[] | null;
521
- profilePictureUrl: string | null;
522
- twitterHandle: string | null;
523
523
  currentEmployment: {
524
524
  description: string | null;
525
525
  title: string | null;
@@ -536,21 +536,21 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
536
536
  }, {
537
537
  title: string | null;
538
538
  name: string | null;
539
+ role: "cxo" | "decision_maker" | "founder";
539
540
  summary: string | null;
540
- role: "founder" | "cxo" | "decision_maker";
541
541
  location: string | null;
542
542
  headline: string | null;
543
543
  emails: string[] | null;
544
- linkedinUrl: string | null;
545
- languages: string[] | null;
546
544
  skills: string[] | null;
545
+ languages: string[] | null;
546
+ linkedinUrl: string | null;
547
+ profilePictureUrl: string | null;
548
+ twitterHandle: string | null;
547
549
  education: {
548
550
  instituteName: string | null;
549
551
  degreeName: string | null;
550
552
  fieldOfStudy: string | null;
551
553
  }[] | null;
552
- profilePictureUrl: string | null;
553
- twitterHandle: string | null;
554
554
  currentEmployment: {
555
555
  description: string | null;
556
556
  title: string | null;
@@ -582,8 +582,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
582
582
  name: string | null;
583
583
  website: string | null;
584
584
  linkedinUrl: string | null;
585
- industry: string | null;
586
585
  headcount: number | null;
586
+ industry: string | null;
587
587
  hqCity: string | null;
588
588
  hqCountry: string | null;
589
589
  yearFounded: number | null;
@@ -594,8 +594,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
594
594
  name: string | null;
595
595
  website: string | null;
596
596
  linkedinUrl: string | null;
597
- industry: string | null;
598
597
  headcount: number | null;
598
+ industry: string | null;
599
599
  hqCity: string | null;
600
600
  hqCountry: string | null;
601
601
  yearFounded: number | null;
@@ -613,8 +613,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
613
613
  name: string | null;
614
614
  website: string | null;
615
615
  linkedinUrl: string | null;
616
- industry: string | null;
617
616
  headcount: number | null;
617
+ industry: string | null;
618
618
  hqCity: string | null;
619
619
  hqCountry: string | null;
620
620
  yearFounded: number | null;
@@ -624,21 +624,21 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
624
624
  contacts: {
625
625
  title: string | null;
626
626
  name: string | null;
627
+ role: "cxo" | "decision_maker" | "founder";
627
628
  summary: string | null;
628
- role: "founder" | "cxo" | "decision_maker";
629
629
  location: string | null;
630
630
  headline: string | null;
631
631
  emails: string[] | null;
632
- linkedinUrl: string | null;
633
- languages: string[] | null;
634
632
  skills: string[] | null;
633
+ languages: string[] | null;
634
+ linkedinUrl: string | null;
635
+ profilePictureUrl: string | null;
636
+ twitterHandle: string | null;
635
637
  education: {
636
638
  instituteName: string | null;
637
639
  degreeName: string | null;
638
640
  fieldOfStudy: string | null;
639
641
  }[] | null;
640
- profilePictureUrl: string | null;
641
- twitterHandle: string | null;
642
642
  currentEmployment: {
643
643
  description: string | null;
644
644
  title: string | null;
@@ -662,8 +662,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
662
662
  name: string | null;
663
663
  website: string | null;
664
664
  linkedinUrl: string | null;
665
- industry: string | null;
666
665
  headcount: number | null;
666
+ industry: string | null;
667
667
  hqCity: string | null;
668
668
  hqCountry: string | null;
669
669
  yearFounded: number | null;
@@ -673,21 +673,21 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
673
673
  contacts: {
674
674
  title: string | null;
675
675
  name: string | null;
676
+ role: "cxo" | "decision_maker" | "founder";
676
677
  summary: string | null;
677
- role: "founder" | "cxo" | "decision_maker";
678
678
  location: string | null;
679
679
  headline: string | null;
680
680
  emails: string[] | null;
681
- linkedinUrl: string | null;
682
- languages: string[] | null;
683
681
  skills: string[] | null;
682
+ languages: string[] | null;
683
+ linkedinUrl: string | null;
684
+ profilePictureUrl: string | null;
685
+ twitterHandle: string | null;
684
686
  education: {
685
687
  instituteName: string | null;
686
688
  degreeName: string | null;
687
689
  fieldOfStudy: string | null;
688
690
  }[] | null;
689
- profilePictureUrl: string | null;
690
- twitterHandle: string | null;
691
691
  currentEmployment: {
692
692
  description: string | null;
693
693
  title: string | null;
@@ -66,15 +66,15 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
66
66
  likesCount: z.ZodNullable<z.ZodNumber>;
67
67
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- name: string | null;
70
69
  text: string | null;
70
+ name: string | null;
71
71
  likesCount: number | null;
72
72
  rating: number | null;
73
73
  publishedAtDate: string | null;
74
74
  responseFromOwnerText: string | null;
75
75
  }, {
76
- name: string | null;
77
76
  text: string | null;
77
+ name: string | null;
78
78
  likesCount: number | null;
79
79
  rating: number | null;
80
80
  publishedAtDate: string | null;
@@ -86,12 +86,12 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
86
86
  title: string | null;
87
87
  url: string | null;
88
88
  phone: string | null;
89
+ category: string | null;
89
90
  location: {
90
91
  lat: number | null;
91
92
  lng: number | null;
92
93
  } | null;
93
94
  rating: number | null;
94
- category: string | null;
95
95
  address: string | null;
96
96
  website: string | null;
97
97
  placeId: string | null;
@@ -104,8 +104,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
104
104
  isAdvertisement: boolean | null;
105
105
  priceLevel: string | null;
106
106
  reviews: {
107
- name: string | null;
108
107
  text: string | null;
108
+ name: string | null;
109
109
  likesCount: number | null;
110
110
  rating: number | null;
111
111
  publishedAtDate: string | null;
@@ -116,12 +116,12 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
116
116
  title: string | null;
117
117
  url: string | null;
118
118
  phone: string | null;
119
+ category: string | null;
119
120
  location: {
120
121
  lat: number | null;
121
122
  lng: number | null;
122
123
  } | null;
123
124
  rating: number | null;
124
- category: string | null;
125
125
  address: string | null;
126
126
  website: string | null;
127
127
  placeId: string | null;
@@ -134,8 +134,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
134
134
  isAdvertisement: boolean | null;
135
135
  priceLevel: string | null;
136
136
  reviews: {
137
- name: string | null;
138
137
  text: string | null;
138
+ name: string | null;
139
139
  likesCount: number | null;
140
140
  rating: number | null;
141
141
  publishedAtDate: string | null;
@@ -147,19 +147,19 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
+ operation: "search";
150
151
  error: string;
151
152
  success: boolean;
152
- operation: "search";
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
156
156
  phone: string | null;
157
+ category: string | null;
157
158
  location: {
158
159
  lat: number | null;
159
160
  lng: number | null;
160
161
  } | null;
161
162
  rating: number | null;
162
- category: string | null;
163
163
  address: string | null;
164
164
  website: string | null;
165
165
  placeId: string | null;
@@ -172,8 +172,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
172
172
  isAdvertisement: boolean | null;
173
173
  priceLevel: string | null;
174
174
  reviews: {
175
- name: string | null;
176
175
  text: string | null;
176
+ name: string | null;
177
177
  likesCount: number | null;
178
178
  rating: number | null;
179
179
  publishedAtDate: string | null;
@@ -183,19 +183,19 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
+ operation: "search";
186
187
  error: string;
187
188
  success: boolean;
188
- operation: "search";
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
192
192
  phone: string | null;
193
+ category: string | null;
193
194
  location: {
194
195
  lat: number | null;
195
196
  lng: number | null;
196
197
  } | null;
197
198
  rating: number | null;
198
- category: string | null;
199
199
  address: string | null;
200
200
  website: string | null;
201
201
  placeId: string | null;
@@ -208,8 +208,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
208
208
  isAdvertisement: boolean | null;
209
209
  priceLevel: string | null;
210
210
  reviews: {
211
- name: string | null;
212
211
  text: string | null;
212
+ name: string | null;
213
213
  likesCount: number | null;
214
214
  rating: number | null;
215
215
  publishedAtDate: string | null;
@@ -288,15 +288,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
288
288
  likesCount: z.ZodNullable<z.ZodNumber>;
289
289
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
290
290
  }, "strip", z.ZodTypeAny, {
291
- name: string | null;
292
291
  text: string | null;
292
+ name: string | null;
293
293
  likesCount: number | null;
294
294
  rating: number | null;
295
295
  publishedAtDate: string | null;
296
296
  responseFromOwnerText: string | null;
297
297
  }, {
298
- name: string | null;
299
298
  text: string | null;
299
+ name: string | null;
300
300
  likesCount: number | null;
301
301
  rating: number | null;
302
302
  publishedAtDate: string | null;
@@ -308,12 +308,12 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
308
308
  title: string | null;
309
309
  url: string | null;
310
310
  phone: string | null;
311
+ category: string | null;
311
312
  location: {
312
313
  lat: number | null;
313
314
  lng: number | null;
314
315
  } | null;
315
316
  rating: number | null;
316
- category: string | null;
317
317
  address: string | null;
318
318
  website: string | null;
319
319
  placeId: string | null;
@@ -326,8 +326,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
326
326
  isAdvertisement: boolean | null;
327
327
  priceLevel: string | null;
328
328
  reviews: {
329
- name: string | null;
330
329
  text: string | null;
330
+ name: string | null;
331
331
  likesCount: number | null;
332
332
  rating: number | null;
333
333
  publishedAtDate: string | null;
@@ -338,12 +338,12 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
338
338
  title: string | null;
339
339
  url: string | null;
340
340
  phone: string | null;
341
+ category: string | null;
341
342
  location: {
342
343
  lat: number | null;
343
344
  lng: number | null;
344
345
  } | null;
345
346
  rating: number | null;
346
- category: string | null;
347
347
  address: string | null;
348
348
  website: string | null;
349
349
  placeId: string | null;
@@ -356,8 +356,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
356
356
  isAdvertisement: boolean | null;
357
357
  priceLevel: string | null;
358
358
  reviews: {
359
- name: string | null;
360
359
  text: string | null;
360
+ name: string | null;
361
361
  likesCount: number | null;
362
362
  rating: number | null;
363
363
  publishedAtDate: string | null;
@@ -369,19 +369,19 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
+ operation: "search";
372
373
  error: string;
373
374
  success: boolean;
374
- operation: "search";
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
378
378
  phone: string | null;
379
+ category: string | null;
379
380
  location: {
380
381
  lat: number | null;
381
382
  lng: number | null;
382
383
  } | null;
383
384
  rating: number | null;
384
- category: string | null;
385
385
  address: string | null;
386
386
  website: string | null;
387
387
  placeId: string | null;
@@ -394,8 +394,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
394
394
  isAdvertisement: boolean | null;
395
395
  priceLevel: string | null;
396
396
  reviews: {
397
- name: string | null;
398
397
  text: string | null;
398
+ name: string | null;
399
399
  likesCount: number | null;
400
400
  rating: number | null;
401
401
  publishedAtDate: string | null;
@@ -405,19 +405,19 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
+ operation: "search";
408
409
  error: string;
409
410
  success: boolean;
410
- operation: "search";
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
414
414
  phone: string | null;
415
+ category: string | null;
415
416
  location: {
416
417
  lat: number | null;
417
418
  lng: number | null;
418
419
  } | null;
419
420
  rating: number | null;
420
- category: string | null;
421
421
  address: string | null;
422
422
  website: string | null;
423
423
  placeId: string | null;
@@ -430,8 +430,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
430
430
  isAdvertisement: boolean | null;
431
431
  priceLevel: string | null;
432
432
  reviews: {
433
- name: string | null;
434
433
  text: string | null;
434
+ name: string | null;
435
435
  likesCount: number | null;
436
436
  rating: number | null;
437
437
  publishedAtDate: string | null;