@bubblelab/bubble-core 0.1.142 → 0.1.143

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 (156) hide show
  1. package/dist/bubble-bundle.d.ts +174 -111
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  7. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -32
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +316 -316
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  35. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  36. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +68 -68
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +348 -348
  45. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  48. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  64. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  65. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  66. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  67. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  68. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  131. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  132. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  133. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  135. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +416 -416
  136. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  137. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  138. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  139. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  140. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +128 -128
  141. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  144. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  145. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  146. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +34 -34
  147. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  148. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  149. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  150. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  151. package/dist/bubbles.json +668 -70
  152. package/dist/index.d.ts +4 -1
  153. package/dist/index.d.ts.map +1 -1
  154. package/dist/index.js +4 -1
  155. package/dist/index.js.map +1 -1
  156. package/package.json +2 -2
@@ -70,8 +70,8 @@ declare const ContactSchema: z.ZodObject<{
70
70
  role: "founder" | "cxo" | "decision_maker";
71
71
  location: string | null;
72
72
  headline: string | null;
73
- skills: string[] | null;
74
73
  linkedinUrl: string | null;
74
+ skills: string[] | null;
75
75
  education: {
76
76
  fieldOfStudy: string | null;
77
77
  instituteName: string | null;
@@ -101,8 +101,8 @@ declare const ContactSchema: z.ZodObject<{
101
101
  role: "founder" | "cxo" | "decision_maker";
102
102
  location: string | null;
103
103
  headline: string | null;
104
- skills: string[] | null;
105
104
  linkedinUrl: string | null;
105
+ skills: string[] | null;
106
106
  education: {
107
107
  fieldOfStudy: string | null;
108
108
  instituteName: string | null;
@@ -208,8 +208,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
208
208
  role: "founder" | "cxo" | "decision_maker";
209
209
  location: string | null;
210
210
  headline: string | null;
211
- skills: string[] | null;
212
211
  linkedinUrl: string | null;
212
+ skills: string[] | null;
213
213
  education: {
214
214
  fieldOfStudy: string | null;
215
215
  instituteName: string | null;
@@ -239,8 +239,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
239
239
  role: "founder" | "cxo" | "decision_maker";
240
240
  location: string | null;
241
241
  headline: string | null;
242
- skills: string[] | null;
243
242
  linkedinUrl: string | null;
243
+ skills: string[] | null;
244
244
  education: {
245
245
  fieldOfStudy: string | null;
246
246
  instituteName: string | null;
@@ -327,8 +327,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
327
327
  role: "founder" | "cxo" | "decision_maker";
328
328
  location: string | null;
329
329
  headline: string | null;
330
- skills: string[] | null;
331
330
  linkedinUrl: string | null;
331
+ skills: string[] | null;
332
332
  education: {
333
333
  fieldOfStudy: string | null;
334
334
  instituteName: string | null;
@@ -376,8 +376,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
376
376
  role: "founder" | "cxo" | "decision_maker";
377
377
  location: string | null;
378
378
  headline: string | null;
379
- skills: string[] | null;
380
379
  linkedinUrl: string | null;
380
+ skills: string[] | null;
381
381
  education: {
382
382
  fieldOfStudy: string | null;
383
383
  instituteName: string | null;
@@ -509,8 +509,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
509
509
  role: "founder" | "cxo" | "decision_maker";
510
510
  location: string | null;
511
511
  headline: string | null;
512
- skills: string[] | null;
513
512
  linkedinUrl: string | null;
513
+ skills: string[] | null;
514
514
  education: {
515
515
  fieldOfStudy: string | null;
516
516
  instituteName: string | null;
@@ -540,8 +540,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
540
540
  role: "founder" | "cxo" | "decision_maker";
541
541
  location: string | null;
542
542
  headline: string | null;
543
- skills: string[] | null;
544
543
  linkedinUrl: string | null;
544
+ skills: string[] | null;
545
545
  education: {
546
546
  fieldOfStudy: string | null;
547
547
  instituteName: string | null;
@@ -628,8 +628,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
628
628
  role: "founder" | "cxo" | "decision_maker";
629
629
  location: string | null;
630
630
  headline: string | null;
631
- skills: string[] | null;
632
631
  linkedinUrl: string | null;
632
+ skills: string[] | null;
633
633
  education: {
634
634
  fieldOfStudy: string | null;
635
635
  instituteName: string | null;
@@ -677,8 +677,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
677
677
  role: "founder" | "cxo" | "decision_maker";
678
678
  location: string | null;
679
679
  headline: string | null;
680
- skills: string[] | null;
681
680
  linkedinUrl: string | null;
681
+ skills: string[] | null;
682
682
  education: {
683
683
  fieldOfStudy: string | null;
684
684
  instituteName: 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;
@@ -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;
@@ -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,9 +147,9 @@ 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;
@@ -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,9 +183,9 @@ 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;
@@ -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;
@@ -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;
@@ -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,9 +369,9 @@ 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;
@@ -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,9 +405,9 @@ 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;
@@ -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;
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
+ operation: "scrapeProfile" | "scrapeHashtag";
150
151
  error: string;
151
152
  success: boolean;
152
- operation: "scrapeProfile" | "scrapeHashtag";
153
153
  posts: {
154
154
  type: "image" | "video" | "carousel" | null;
155
155
  url: string | null;
@@ -175,9 +175,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
+ operation: "scrapeProfile" | "scrapeHashtag";
178
179
  error: string;
179
180
  success: boolean;
180
- operation: "scrapeProfile" | "scrapeHashtag";
181
181
  posts: {
182
182
  type: "image" | "video" | "carousel" | null;
183
183
  url: string | null;
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
312
312
  success: z.ZodBoolean;
313
313
  error: z.ZodString;
314
314
  }, "strip", z.ZodTypeAny, {
315
+ operation: "scrapeProfile" | "scrapeHashtag";
315
316
  error: string;
316
317
  success: boolean;
317
- operation: "scrapeProfile" | "scrapeHashtag";
318
318
  posts: {
319
319
  type: "image" | "video" | "carousel" | null;
320
320
  url: string | null;
@@ -340,9 +340,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
+ operation: "scrapeProfile" | "scrapeHashtag";
343
344
  error: string;
344
345
  success: boolean;
345
- operation: "scrapeProfile" | "scrapeHashtag";
346
346
  posts: {
347
347
  type: "image" | "video" | "carousel" | null;
348
348
  url: string | null;
@@ -63,9 +63,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
63
63
  }>>;
64
64
  error: import("zod").ZodString;
65
65
  }, "strip", import("zod").ZodTypeAny, {
66
+ operation: "send_connection";
66
67
  error: string;
67
68
  success: boolean;
68
- operation: "send_connection";
69
69
  message?: string | undefined;
70
70
  profile?: {
71
71
  name: string;
@@ -74,9 +74,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
74
74
  headline?: string | undefined;
75
75
  } | undefined;
76
76
  }, {
77
+ operation: "send_connection";
77
78
  error: string;
78
79
  success: boolean;
79
- operation: "send_connection";
80
80
  message?: string | undefined;
81
81
  profile?: {
82
82
  name: string;