@bubblelab/bubble-core 0.1.110 → 0.1.113

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 (85) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -84
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +130 -14
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  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-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/google-drive.js +4 -2
  32. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  33. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  34. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  36. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  38. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  40. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  41. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  42. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  43. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  44. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
  58. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  59. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  60. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  61. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
  64. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
  65. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  66. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  67. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  68. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  70. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  76. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  77. package/dist/bubbles.json +8 -2
  78. package/dist/capabilities/define-capability.d.ts +11 -3
  79. package/dist/capabilities/define-capability.d.ts.map +1 -1
  80. package/dist/capabilities/define-capability.js +8 -0
  81. package/dist/capabilities/define-capability.js.map +1 -1
  82. package/dist/capabilities/index.d.ts +1 -1
  83. package/dist/capabilities/index.d.ts.map +1 -1
  84. package/dist/capabilities/index.js.map +1 -1
  85. package/package.json +2 -2
@@ -575,9 +575,9 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
575
575
  }>>;
576
576
  }, "strip", z.ZodTypeAny, {
577
577
  type?: string | undefined;
578
- id?: string | undefined;
579
578
  url?: string | undefined;
580
579
  images?: string[] | undefined;
580
+ id?: string | undefined;
581
581
  timestamp?: string | undefined;
582
582
  caption?: string | undefined;
583
583
  location?: {
@@ -689,9 +689,9 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
689
689
  } | undefined;
690
690
  }, {
691
691
  type?: string | undefined;
692
- id?: string | undefined;
693
692
  url?: string | undefined;
694
693
  images?: string[] | undefined;
694
+ id?: string | undefined;
695
695
  timestamp?: string | undefined;
696
696
  caption?: string | undefined;
697
697
  location?: {
@@ -72,9 +72,9 @@ export declare const InstagramPostSchema: z.ZodObject<{
72
72
  }>>>;
73
73
  }, "strip", z.ZodTypeAny, {
74
74
  type?: string | undefined;
75
- id?: string | undefined;
76
75
  url?: string | undefined;
77
76
  images?: string[] | undefined;
77
+ id?: string | undefined;
78
78
  timestamp?: string | undefined;
79
79
  caption?: string | undefined;
80
80
  location?: {
@@ -106,9 +106,9 @@ export declare const InstagramPostSchema: z.ZodObject<{
106
106
  isCommentsDisabled?: boolean | undefined;
107
107
  }, {
108
108
  type?: string | undefined;
109
- id?: string | undefined;
110
109
  url?: string | undefined;
111
110
  images?: string[] | undefined;
111
+ id?: string | undefined;
112
112
  timestamp?: string | undefined;
113
113
  caption?: string | undefined;
114
114
  location?: {
@@ -233,9 +233,9 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
233
233
  }>>>;
234
234
  }, "strip", z.ZodTypeAny, {
235
235
  type?: string | undefined;
236
- id?: string | undefined;
237
236
  url?: string | undefined;
238
237
  images?: string[] | undefined;
238
+ id?: string | undefined;
239
239
  timestamp?: string | undefined;
240
240
  caption?: string | undefined;
241
241
  location?: {
@@ -267,9 +267,9 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
267
267
  isCommentsDisabled?: boolean | undefined;
268
268
  }, {
269
269
  type?: string | undefined;
270
- id?: string | undefined;
271
270
  url?: string | undefined;
272
271
  images?: string[] | undefined;
272
+ id?: string | undefined;
273
273
  timestamp?: string | undefined;
274
274
  caption?: string | undefined;
275
275
  location?: {
@@ -330,8 +330,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
330
330
  itemsCount?: number | undefined;
331
331
  }>, "many">>;
332
332
  }, "strip", z.ZodTypeAny, {
333
- id?: string | undefined;
334
333
  url?: string | undefined;
334
+ id?: string | undefined;
335
335
  username?: string | undefined;
336
336
  private?: boolean | undefined;
337
337
  verified?: boolean | undefined;
@@ -361,9 +361,9 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
361
361
  relatedProfiles?: unknown[] | undefined;
362
362
  latestPosts?: {
363
363
  type?: string | undefined;
364
- id?: string | undefined;
365
364
  url?: string | undefined;
366
365
  images?: string[] | undefined;
366
+ id?: string | undefined;
367
367
  timestamp?: string | undefined;
368
368
  caption?: string | undefined;
369
369
  location?: {
@@ -406,8 +406,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
406
406
  itemsCount?: number | undefined;
407
407
  }[] | undefined;
408
408
  }, {
409
- id?: string | undefined;
410
409
  url?: string | undefined;
410
+ id?: string | undefined;
411
411
  username?: string | undefined;
412
412
  private?: boolean | undefined;
413
413
  verified?: boolean | undefined;
@@ -437,9 +437,9 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
437
437
  relatedProfiles?: unknown[] | undefined;
438
438
  latestPosts?: {
439
439
  type?: string | undefined;
440
- id?: string | undefined;
441
440
  url?: string | undefined;
442
441
  images?: string[] | undefined;
442
+ id?: string | undefined;
443
443
  timestamp?: string | undefined;
444
444
  caption?: string | undefined;
445
445
  location?: {
@@ -63,8 +63,8 @@ export declare const LinkedInJobSchema: z.ZodObject<{
63
63
  companyEmployeesCount: z.ZodOptional<z.ZodNumber>;
64
64
  }, "strip", z.ZodTypeAny, {
65
65
  title?: string | undefined;
66
- link?: string | undefined;
67
66
  id?: string | undefined;
67
+ link?: string | undefined;
68
68
  location?: string | undefined;
69
69
  inputUrl?: string | undefined;
70
70
  trackingId?: string | undefined;
@@ -98,8 +98,8 @@ export declare const LinkedInJobSchema: z.ZodObject<{
98
98
  companyEmployeesCount?: number | undefined;
99
99
  }, {
100
100
  title?: string | undefined;
101
- link?: string | undefined;
102
101
  id?: string | undefined;
102
+ link?: string | undefined;
103
103
  location?: string | undefined;
104
104
  inputUrl?: string | undefined;
105
105
  trackingId?: string | undefined;
@@ -124,13 +124,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
124
124
  }>, "many">>;
125
125
  }, "strip", z.ZodTypeAny, {
126
126
  type?: string | undefined;
127
- text?: string | undefined;
128
127
  url?: string | undefined;
129
128
  images?: {
130
129
  url?: string | undefined;
131
130
  width?: number | undefined;
132
131
  height?: number | undefined;
133
132
  }[] | undefined;
133
+ text?: string | undefined;
134
134
  article?: {
135
135
  title?: string | null | undefined;
136
136
  url?: string | null | undefined;
@@ -141,13 +141,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
141
141
  duration_ms?: number | undefined;
142
142
  }, {
143
143
  type?: string | undefined;
144
- text?: string | undefined;
145
144
  url?: string | undefined;
146
145
  images?: {
147
146
  url?: string | undefined;
148
147
  width?: number | undefined;
149
148
  height?: number | undefined;
150
149
  }[] | undefined;
150
+ text?: string | undefined;
151
151
  article?: {
152
152
  title?: string | null | undefined;
153
153
  url?: string | null | undefined;
@@ -185,24 +185,15 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
185
185
  }>>;
186
186
  search_input: z.ZodOptional<z.ZodString>;
187
187
  }, "strip", z.ZodTypeAny, {
188
- stats?: {
189
- reactions?: {
190
- type?: string | undefined;
191
- count?: number | undefined;
192
- }[] | undefined;
193
- shares?: number | undefined;
194
- total_reactions?: number | undefined;
195
- comments?: number | undefined;
196
- } | undefined;
197
188
  content?: {
198
189
  type?: string | undefined;
199
- text?: string | undefined;
200
190
  url?: string | undefined;
201
191
  images?: {
202
192
  url?: string | undefined;
203
193
  width?: number | undefined;
204
194
  height?: number | undefined;
205
195
  }[] | undefined;
196
+ text?: string | undefined;
206
197
  article?: {
207
198
  title?: string | null | undefined;
208
199
  url?: string | null | undefined;
@@ -212,7 +203,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
212
203
  thumbnail_url?: string | undefined;
213
204
  duration_ms?: number | undefined;
214
205
  } | undefined;
215
- text?: string | undefined;
216
206
  metadata?: {
217
207
  count?: number | undefined;
218
208
  total_count?: number | undefined;
@@ -222,7 +212,9 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
222
212
  has_next_page?: boolean | undefined;
223
213
  has_prev_page?: boolean | undefined;
224
214
  } | undefined;
215
+ text?: string | undefined;
225
216
  hashtags?: string[] | undefined;
217
+ full_urn?: string | undefined;
226
218
  posted_at?: {
227
219
  date?: string | undefined;
228
220
  timestamp?: number | undefined;
@@ -235,12 +227,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
235
227
  profile_url?: string | undefined;
236
228
  profile_id?: string | undefined;
237
229
  } | undefined;
238
- full_urn?: string | undefined;
239
- activity_id?: string | undefined;
240
- post_url?: string | undefined;
241
- is_reshare?: boolean | undefined;
242
- search_input?: string | undefined;
243
- }, {
244
230
  stats?: {
245
231
  reactions?: {
246
232
  type?: string | undefined;
@@ -250,15 +236,20 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
250
236
  total_reactions?: number | undefined;
251
237
  comments?: number | undefined;
252
238
  } | undefined;
239
+ activity_id?: string | undefined;
240
+ post_url?: string | undefined;
241
+ is_reshare?: boolean | undefined;
242
+ search_input?: string | undefined;
243
+ }, {
253
244
  content?: {
254
245
  type?: string | undefined;
255
- text?: string | undefined;
256
246
  url?: string | undefined;
257
247
  images?: {
258
248
  url?: string | undefined;
259
249
  width?: number | undefined;
260
250
  height?: number | undefined;
261
251
  }[] | undefined;
252
+ text?: string | undefined;
262
253
  article?: {
263
254
  title?: string | null | undefined;
264
255
  url?: string | null | undefined;
@@ -268,7 +259,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
268
259
  thumbnail_url?: string | undefined;
269
260
  duration_ms?: number | undefined;
270
261
  } | undefined;
271
- text?: string | undefined;
272
262
  metadata?: {
273
263
  count?: number | undefined;
274
264
  total_count?: number | undefined;
@@ -278,7 +268,9 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
278
268
  has_next_page?: boolean | undefined;
279
269
  has_prev_page?: boolean | undefined;
280
270
  } | undefined;
271
+ text?: string | undefined;
281
272
  hashtags?: string[] | undefined;
273
+ full_urn?: string | undefined;
282
274
  posted_at?: {
283
275
  date?: string | undefined;
284
276
  timestamp?: number | undefined;
@@ -291,7 +283,15 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
291
283
  profile_url?: string | undefined;
292
284
  profile_id?: string | undefined;
293
285
  } | undefined;
294
- full_urn?: string | undefined;
286
+ stats?: {
287
+ reactions?: {
288
+ type?: string | undefined;
289
+ count?: number | undefined;
290
+ }[] | undefined;
291
+ shares?: number | undefined;
292
+ total_reactions?: number | undefined;
293
+ comments?: number | undefined;
294
+ } | undefined;
295
295
  activity_id?: string | undefined;
296
296
  post_url?: string | undefined;
297
297
  is_reshare?: boolean | undefined;
@@ -246,19 +246,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
246
246
  reshared_post: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
247
247
  pagination_token: z.ZodOptional<z.ZodString>;
248
248
  }, "strip", z.ZodTypeAny, {
249
- stats?: {
250
- total_reactions?: number | undefined;
251
- like?: number | undefined;
252
- support?: number | undefined;
253
- love?: number | undefined;
254
- insight?: number | undefined;
255
- celebrate?: number | undefined;
256
- funny?: number | undefined;
257
- comments?: number | undefined;
258
- reposts?: number | undefined;
259
- } | undefined;
260
- text?: string | undefined;
261
249
  url?: string | undefined;
250
+ text?: string | undefined;
262
251
  document?: {
263
252
  title?: string | undefined;
264
253
  url?: string | undefined;
@@ -270,6 +259,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
270
259
  share_urn?: string | null | undefined;
271
260
  ugcPost_urn?: string | null | undefined;
272
261
  } | undefined;
262
+ full_urn?: string | undefined;
273
263
  posted_at?: {
274
264
  date?: string | undefined;
275
265
  relative?: string | undefined;
@@ -284,6 +274,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
284
274
  profile_url?: string | undefined;
285
275
  profile_picture?: string | undefined;
286
276
  } | undefined;
277
+ stats?: {
278
+ total_reactions?: number | undefined;
279
+ like?: number | undefined;
280
+ support?: number | undefined;
281
+ love?: number | undefined;
282
+ insight?: number | undefined;
283
+ celebrate?: number | undefined;
284
+ funny?: number | undefined;
285
+ comments?: number | undefined;
286
+ reposts?: number | undefined;
287
+ } | undefined;
287
288
  media?: {
288
289
  type?: string | undefined;
289
290
  url?: string | undefined;
@@ -294,7 +295,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
294
295
  }[] | undefined;
295
296
  thumbnail?: string | undefined;
296
297
  } | undefined;
297
- full_urn?: string | undefined;
298
298
  article?: {
299
299
  title?: string | undefined;
300
300
  url?: string | undefined;
@@ -304,19 +304,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
304
304
  reshared_post?: any;
305
305
  pagination_token?: string | undefined;
306
306
  }, {
307
- stats?: {
308
- total_reactions?: number | undefined;
309
- like?: number | undefined;
310
- support?: number | undefined;
311
- love?: number | undefined;
312
- insight?: number | undefined;
313
- celebrate?: number | undefined;
314
- funny?: number | undefined;
315
- comments?: number | undefined;
316
- reposts?: number | undefined;
317
- } | undefined;
318
- text?: string | undefined;
319
307
  url?: string | undefined;
308
+ text?: string | undefined;
320
309
  document?: {
321
310
  title?: string | undefined;
322
311
  url?: string | undefined;
@@ -328,6 +317,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
328
317
  share_urn?: string | null | undefined;
329
318
  ugcPost_urn?: string | null | undefined;
330
319
  } | undefined;
320
+ full_urn?: string | undefined;
331
321
  posted_at?: {
332
322
  date?: string | undefined;
333
323
  relative?: string | undefined;
@@ -342,6 +332,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
332
  profile_url?: string | undefined;
343
333
  profile_picture?: string | undefined;
344
334
  } | undefined;
335
+ stats?: {
336
+ total_reactions?: number | undefined;
337
+ like?: number | undefined;
338
+ support?: number | undefined;
339
+ love?: number | undefined;
340
+ insight?: number | undefined;
341
+ celebrate?: number | undefined;
342
+ funny?: number | undefined;
343
+ comments?: number | undefined;
344
+ reposts?: number | undefined;
345
+ } | undefined;
345
346
  media?: {
346
347
  type?: string | undefined;
347
348
  url?: string | undefined;
@@ -352,7 +353,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
352
353
  }[] | undefined;
353
354
  thumbnail?: string | undefined;
354
355
  } | undefined;
355
- full_urn?: string | undefined;
356
356
  article?: {
357
357
  title?: string | undefined;
358
358
  url?: string | undefined;
@@ -517,19 +517,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
517
517
  reshared_post: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
518
518
  pagination_token: z.ZodOptional<z.ZodString>;
519
519
  }, "strip", z.ZodTypeAny, {
520
- stats?: {
521
- total_reactions?: number | undefined;
522
- like?: number | undefined;
523
- support?: number | undefined;
524
- love?: number | undefined;
525
- insight?: number | undefined;
526
- celebrate?: number | undefined;
527
- funny?: number | undefined;
528
- comments?: number | undefined;
529
- reposts?: number | undefined;
530
- } | undefined;
531
- text?: string | undefined;
532
520
  url?: string | undefined;
521
+ text?: string | undefined;
533
522
  document?: {
534
523
  title?: string | undefined;
535
524
  url?: string | undefined;
@@ -541,6 +530,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
541
530
  share_urn?: string | null | undefined;
542
531
  ugcPost_urn?: string | null | undefined;
543
532
  } | undefined;
533
+ full_urn?: string | undefined;
544
534
  posted_at?: {
545
535
  date?: string | undefined;
546
536
  relative?: string | undefined;
@@ -555,6 +545,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
555
545
  profile_url?: string | undefined;
556
546
  profile_picture?: string | undefined;
557
547
  } | undefined;
548
+ stats?: {
549
+ total_reactions?: number | undefined;
550
+ like?: number | undefined;
551
+ support?: number | undefined;
552
+ love?: number | undefined;
553
+ insight?: number | undefined;
554
+ celebrate?: number | undefined;
555
+ funny?: number | undefined;
556
+ comments?: number | undefined;
557
+ reposts?: number | undefined;
558
+ } | undefined;
558
559
  media?: {
559
560
  type?: string | undefined;
560
561
  url?: string | undefined;
@@ -565,7 +566,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
565
566
  }[] | undefined;
566
567
  thumbnail?: string | undefined;
567
568
  } | undefined;
568
- full_urn?: string | undefined;
569
569
  article?: {
570
570
  title?: string | undefined;
571
571
  url?: string | undefined;
@@ -575,19 +575,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
575
575
  reshared_post?: any;
576
576
  pagination_token?: string | undefined;
577
577
  }, {
578
- stats?: {
579
- total_reactions?: number | undefined;
580
- like?: number | undefined;
581
- support?: number | undefined;
582
- love?: number | undefined;
583
- insight?: number | undefined;
584
- celebrate?: number | undefined;
585
- funny?: number | undefined;
586
- comments?: number | undefined;
587
- reposts?: number | undefined;
588
- } | undefined;
589
- text?: string | undefined;
590
578
  url?: string | undefined;
579
+ text?: string | undefined;
591
580
  document?: {
592
581
  title?: string | undefined;
593
582
  url?: string | undefined;
@@ -599,6 +588,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
599
588
  share_urn?: string | null | undefined;
600
589
  ugcPost_urn?: string | null | undefined;
601
590
  } | undefined;
591
+ full_urn?: string | undefined;
602
592
  posted_at?: {
603
593
  date?: string | undefined;
604
594
  relative?: string | undefined;
@@ -613,6 +603,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
613
603
  profile_url?: string | undefined;
614
604
  profile_picture?: string | undefined;
615
605
  } | undefined;
606
+ stats?: {
607
+ total_reactions?: number | undefined;
608
+ like?: number | undefined;
609
+ support?: number | undefined;
610
+ love?: number | undefined;
611
+ insight?: number | undefined;
612
+ celebrate?: number | undefined;
613
+ funny?: number | undefined;
614
+ comments?: number | undefined;
615
+ reposts?: number | undefined;
616
+ } | undefined;
616
617
  media?: {
617
618
  type?: string | undefined;
618
619
  url?: string | undefined;
@@ -623,7 +624,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
623
624
  }[] | undefined;
624
625
  thumbnail?: string | undefined;
625
626
  } | undefined;
626
- full_urn?: string | undefined;
627
627
  article?: {
628
628
  title?: string | undefined;
629
629
  url?: string | undefined;
@@ -277,8 +277,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
277
277
  }>, "many">>;
278
278
  width: z.ZodOptional<z.ZodNumber>;
279
279
  }, "strip", z.ZodTypeAny, {
280
- duration?: number | undefined;
281
280
  format?: string | undefined;
281
+ duration?: number | undefined;
282
282
  width?: number | undefined;
283
283
  height?: number | undefined;
284
284
  coverUrl?: string | undefined;
@@ -293,8 +293,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
293
293
  sourceUnabbreviated?: string | undefined;
294
294
  }[] | undefined;
295
295
  }, {
296
- duration?: number | undefined;
297
296
  format?: string | undefined;
297
+ duration?: number | undefined;
298
298
  width?: number | undefined;
299
299
  height?: number | undefined;
300
300
  coverUrl?: string | undefined;
@@ -311,9 +311,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
311
311
  }>>;
312
312
  webVideoUrl: z.ZodOptional<z.ZodString>;
313
313
  }, "strip", z.ZodTypeAny, {
314
- text?: string | undefined;
315
314
  id?: string | undefined;
316
315
  input?: string | undefined;
316
+ text?: string | undefined;
317
317
  hashtags?: {
318
318
  name?: string | undefined;
319
319
  }[] | undefined;
@@ -379,8 +379,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
379
379
  shareCount?: number | undefined;
380
380
  textLanguage?: string | undefined;
381
381
  videoMeta?: {
382
- duration?: number | undefined;
383
382
  format?: string | undefined;
383
+ duration?: number | undefined;
384
384
  width?: number | undefined;
385
385
  height?: number | undefined;
386
386
  coverUrl?: string | undefined;
@@ -397,9 +397,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
397
397
  } | undefined;
398
398
  webVideoUrl?: string | undefined;
399
399
  }, {
400
- text?: string | undefined;
401
400
  id?: string | undefined;
402
401
  input?: string | undefined;
402
+ text?: string | undefined;
403
403
  hashtags?: {
404
404
  name?: string | undefined;
405
405
  }[] | undefined;
@@ -465,8 +465,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
465
465
  shareCount?: number | undefined;
466
466
  textLanguage?: string | undefined;
467
467
  videoMeta?: {
468
- duration?: number | undefined;
469
468
  format?: string | undefined;
469
+ duration?: number | undefined;
470
470
  width?: number | undefined;
471
471
  height?: number | undefined;
472
472
  coverUrl?: string | undefined;
@@ -44,8 +44,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  description?: string | undefined;
46
46
  name?: string | undefined;
47
- id?: string | undefined;
48
47
  url?: string | undefined;
48
+ id?: string | undefined;
49
49
  following?: number | undefined;
50
50
  userName?: string | undefined;
51
51
  isVerified?: boolean | undefined;
@@ -57,8 +57,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
57
57
  }, {
58
58
  description?: string | undefined;
59
59
  name?: string | undefined;
60
- id?: string | undefined;
61
60
  url?: string | undefined;
61
+ id?: string | undefined;
62
62
  following?: number | undefined;
63
63
  userName?: string | undefined;
64
64
  isVerified?: boolean | undefined;
@@ -83,15 +83,15 @@ export declare const TwitterTweetSchema: z.ZodObject<{
83
83
  height: z.ZodOptional<z.ZodNumber>;
84
84
  duration: z.ZodOptional<z.ZodNumber>;
85
85
  }, "strip", z.ZodTypeAny, {
86
- duration?: number | undefined;
87
86
  type?: "photo" | "video" | "animated_gif" | undefined;
88
87
  url?: string | undefined;
88
+ duration?: number | undefined;
89
89
  width?: number | undefined;
90
90
  height?: number | undefined;
91
91
  }, {
92
- duration?: number | undefined;
93
92
  type?: "photo" | "video" | "animated_gif" | undefined;
94
93
  url?: string | undefined;
94
+ duration?: number | undefined;
95
95
  width?: number | undefined;
96
96
  height?: number | undefined;
97
97
  }>]>, "many">>;
@@ -157,9 +157,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
157
157
  isQuote: z.ZodOptional<z.ZodBoolean>;
158
158
  isReply: z.ZodOptional<z.ZodBoolean>;
159
159
  }, "strip", z.ZodTypeAny, {
160
- text?: string | undefined;
161
- id?: string | undefined;
162
160
  url?: string | undefined;
161
+ id?: string | undefined;
162
+ text?: string | undefined;
163
163
  entities?: {
164
164
  hashtags?: {
165
165
  text?: string | undefined;
@@ -177,8 +177,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
177
177
  author?: {
178
178
  description?: string | undefined;
179
179
  name?: string | undefined;
180
- id?: string | undefined;
181
180
  url?: string | undefined;
181
+ id?: string | undefined;
182
182
  following?: number | undefined;
183
183
  userName?: string | undefined;
184
184
  isVerified?: boolean | undefined;
@@ -189,9 +189,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
189
189
  createdAt?: string | undefined;
190
190
  } | undefined;
191
191
  media?: (string | {
192
- duration?: number | undefined;
193
192
  type?: "photo" | "video" | "animated_gif" | undefined;
194
193
  url?: string | undefined;
194
+ duration?: number | undefined;
195
195
  width?: number | undefined;
196
196
  height?: number | undefined;
197
197
  })[] | undefined;
@@ -207,9 +207,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
207
207
  isQuote?: boolean | undefined;
208
208
  isReply?: boolean | undefined;
209
209
  }, {
210
- text?: string | undefined;
211
- id?: string | undefined;
212
210
  url?: string | undefined;
211
+ id?: string | undefined;
212
+ text?: string | undefined;
213
213
  entities?: {
214
214
  hashtags?: {
215
215
  text?: string | undefined;
@@ -227,8 +227,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
227
227
  author?: {
228
228
  description?: string | undefined;
229
229
  name?: string | undefined;
230
- id?: string | undefined;
231
230
  url?: string | undefined;
231
+ id?: string | undefined;
232
232
  following?: number | undefined;
233
233
  userName?: string | undefined;
234
234
  isVerified?: boolean | undefined;
@@ -239,9 +239,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
239
239
  createdAt?: string | undefined;
240
240
  } | undefined;
241
241
  media?: (string | {
242
- duration?: number | undefined;
243
242
  type?: "photo" | "video" | "animated_gif" | undefined;
244
243
  url?: string | undefined;
244
+ duration?: number | undefined;
245
245
  width?: number | undefined;
246
246
  height?: number | undefined;
247
247
  })[] | undefined;