@bubblelab/bubble-core 0.1.69 → 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 (27) hide show
  1. package/dist/bubble-bundle.d.ts +37 -37
  2. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +32 -32
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
  6. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/firecrawl.d.ts +72 -72
  8. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  9. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
  10. package/dist/bubbles/service-bubble/google-drive.d.ts +61 -0
  11. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  12. package/dist/bubbles/service-bubble/google-drive.js +57 -0
  13. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  14. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +1 -1
  16. package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
  17. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  18. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  19. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  20. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  21. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  22. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +30 -30
  23. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  24. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  25. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  26. package/dist/bubbles.json +67 -2
  27. package/package.json +2 -2
@@ -89,11 +89,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
89
89
  lat: number | null;
90
90
  lng: number | null;
91
91
  } | null;
92
- website: string | null;
93
92
  phone: string | null;
94
93
  rating: number | null;
95
94
  category: string | null;
96
95
  address: string | null;
96
+ website: string | null;
97
97
  placeId: string | null;
98
98
  reviewsCount: number | null;
99
99
  openingHours: {
@@ -119,11 +119,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
119
119
  lat: number | null;
120
120
  lng: number | null;
121
121
  } | null;
122
- website: string | null;
123
122
  phone: string | null;
124
123
  rating: number | null;
125
124
  category: string | null;
126
125
  address: string | null;
126
+ website: string | null;
127
127
  placeId: string | null;
128
128
  reviewsCount: number | null;
129
129
  openingHours: {
@@ -157,11 +157,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
157
157
  lat: number | null;
158
158
  lng: number | null;
159
159
  } | null;
160
- website: string | null;
161
160
  phone: string | null;
162
161
  rating: number | null;
163
162
  category: string | null;
164
163
  address: string | null;
164
+ website: string | null;
165
165
  placeId: string | null;
166
166
  reviewsCount: number | null;
167
167
  openingHours: {
@@ -193,11 +193,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
193
193
  lat: number | null;
194
194
  lng: number | null;
195
195
  } | null;
196
- website: string | null;
197
196
  phone: string | null;
198
197
  rating: number | null;
199
198
  category: string | null;
200
199
  address: string | null;
200
+ website: string | null;
201
201
  placeId: string | null;
202
202
  reviewsCount: number | null;
203
203
  openingHours: {
@@ -311,11 +311,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
311
311
  lat: number | null;
312
312
  lng: number | null;
313
313
  } | null;
314
- website: string | null;
315
314
  phone: string | null;
316
315
  rating: number | null;
317
316
  category: string | null;
318
317
  address: string | null;
318
+ website: string | null;
319
319
  placeId: string | null;
320
320
  reviewsCount: number | null;
321
321
  openingHours: {
@@ -341,11 +341,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
341
341
  lat: number | null;
342
342
  lng: number | null;
343
343
  } | null;
344
- website: string | null;
345
344
  phone: string | null;
346
345
  rating: number | null;
347
346
  category: string | null;
348
347
  address: string | null;
348
+ website: string | null;
349
349
  placeId: string | null;
350
350
  reviewsCount: number | null;
351
351
  openingHours: {
@@ -379,11 +379,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
379
379
  lat: number | null;
380
380
  lng: number | null;
381
381
  } | null;
382
- website: string | null;
383
382
  phone: string | null;
384
383
  rating: number | null;
385
384
  category: string | null;
386
385
  address: string | null;
386
+ website: string | null;
387
387
  placeId: string | null;
388
388
  reviewsCount: number | null;
389
389
  openingHours: {
@@ -415,11 +415,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
415
415
  lat: number | null;
416
416
  lng: number | null;
417
417
  } | null;
418
- website: string | null;
419
418
  phone: string | null;
420
419
  rating: number | null;
421
420
  category: string | null;
422
421
  address: string | null;
422
+ website: string | null;
423
423
  placeId: string | null;
424
424
  reviewsCount: number | null;
425
425
  openingHours: {