@bubblelab/bubble-core 0.1.162 → 0.1.165

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +103 -103
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  22. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  24. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +41 -41
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +240 -240
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +244 -244
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  32. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +104 -104
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +96 -96
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +1257 -1257
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +26 -26
  43. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  44. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +49 -49
  45. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +66 -66
  46. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.js.map +1 -1
  48. package/dist/bubbles/service-bubble/slack/slack.d.ts +640 -640
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  50. package/dist/bubbles/service-bubble/slack/slack.js +5 -3
  51. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  52. package/dist/bubbles/service-bubble/storage.d.ts +76 -76
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +95 -95
  54. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +58 -58
  69. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  80. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  81. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  86. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  88. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  89. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  90. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  91. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  92. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +22 -22
  93. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  94. package/dist/bubbles.json +10 -5
  95. package/package.json +2 -2
@@ -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;
127
128
  url?: string | undefined;
128
129
  images?: {
129
130
  url?: string | undefined;
130
131
  width?: number | undefined;
131
132
  height?: number | undefined;
132
133
  }[] | 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;
144
145
  url?: string | undefined;
145
146
  images?: {
146
147
  url?: string | undefined;
147
148
  width?: number | undefined;
148
149
  height?: number | undefined;
149
150
  }[] | undefined;
150
- text?: string | undefined;
151
151
  article?: {
152
152
  title?: string | null | undefined;
153
153
  url?: string | null | undefined;
@@ -187,13 +187,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
187
187
  }, "strip", z.ZodTypeAny, {
188
188
  content?: {
189
189
  type?: string | undefined;
190
+ text?: string | undefined;
190
191
  url?: string | undefined;
191
192
  images?: {
192
193
  url?: string | undefined;
193
194
  width?: number | undefined;
194
195
  height?: number | undefined;
195
196
  }[] | undefined;
196
- text?: string | undefined;
197
197
  article?: {
198
198
  title?: string | null | undefined;
199
199
  url?: string | null | undefined;
@@ -203,6 +203,7 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
203
203
  thumbnail_url?: string | undefined;
204
204
  duration_ms?: number | undefined;
205
205
  } | undefined;
206
+ text?: string | undefined;
206
207
  metadata?: {
207
208
  count?: number | undefined;
208
209
  total_count?: number | undefined;
@@ -212,7 +213,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
212
213
  has_next_page?: boolean | undefined;
213
214
  has_prev_page?: boolean | undefined;
214
215
  } | undefined;
215
- text?: string | undefined;
216
216
  hashtags?: string[] | undefined;
217
217
  full_urn?: string | undefined;
218
218
  posted_at?: {
@@ -243,13 +243,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
243
243
  }, {
244
244
  content?: {
245
245
  type?: string | undefined;
246
+ text?: string | undefined;
246
247
  url?: string | undefined;
247
248
  images?: {
248
249
  url?: string | undefined;
249
250
  width?: number | undefined;
250
251
  height?: number | undefined;
251
252
  }[] | undefined;
252
- text?: string | undefined;
253
253
  article?: {
254
254
  title?: string | null | undefined;
255
255
  url?: string | null | undefined;
@@ -259,6 +259,7 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
259
259
  thumbnail_url?: string | undefined;
260
260
  duration_ms?: number | undefined;
261
261
  } | undefined;
262
+ text?: string | undefined;
262
263
  metadata?: {
263
264
  count?: number | undefined;
264
265
  total_count?: number | undefined;
@@ -268,7 +269,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
268
269
  has_next_page?: boolean | undefined;
269
270
  has_prev_page?: boolean | undefined;
270
271
  } | undefined;
271
- text?: string | undefined;
272
272
  hashtags?: string[] | undefined;
273
273
  full_urn?: string | undefined;
274
274
  posted_at?: {
@@ -488,11 +488,11 @@ export declare const LinkedInProfileDetailOutputSchema: z.ZodObject<{
488
488
  requestId: z.ZodOptional<z.ZodString>;
489
489
  }, "strip", z.ZodTypeAny, {
490
490
  status?: number | undefined;
491
- id?: string | undefined;
492
491
  query?: {
493
492
  publicIdentifier?: string | undefined;
494
493
  profileId?: string | undefined;
495
494
  } | undefined;
495
+ id?: string | undefined;
496
496
  photo?: string | undefined;
497
497
  verified?: boolean | undefined;
498
498
  location?: {
@@ -645,11 +645,11 @@ export declare const LinkedInProfileDetailOutputSchema: z.ZodObject<{
645
645
  requestId?: string | undefined;
646
646
  }, {
647
647
  status?: number | undefined;
648
- id?: string | undefined;
649
648
  query?: {
650
649
  publicIdentifier?: string | undefined;
651
650
  profileId?: string | undefined;
652
651
  } | undefined;
652
+ id?: string | undefined;
653
653
  photo?: string | undefined;
654
654
  verified?: boolean | undefined;
655
655
  location?: {
@@ -246,8 +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
- url?: string | undefined;
250
249
  text?: string | undefined;
250
+ url?: string | undefined;
251
251
  document?: {
252
252
  title?: string | undefined;
253
253
  url?: string | undefined;
@@ -304,8 +304,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
304
304
  reshared_post?: any;
305
305
  pagination_token?: string | undefined;
306
306
  }, {
307
- url?: string | undefined;
308
307
  text?: string | undefined;
308
+ url?: string | undefined;
309
309
  document?: {
310
310
  title?: string | undefined;
311
311
  url?: string | undefined;
@@ -517,8 +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
- url?: string | undefined;
521
520
  text?: string | undefined;
521
+ url?: string | undefined;
522
522
  document?: {
523
523
  title?: string | undefined;
524
524
  url?: string | undefined;
@@ -575,8 +575,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
575
575
  reshared_post?: any;
576
576
  pagination_token?: string | undefined;
577
577
  }, {
578
- url?: string | undefined;
579
578
  text?: string | undefined;
579
+ url?: string | undefined;
580
580
  document?: {
581
581
  title?: string | undefined;
582
582
  url?: 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;
314
315
  id?: string | undefined;
315
316
  input?: string | undefined;
316
- text?: string | undefined;
317
317
  hashtags?: {
318
318
  name?: string | undefined;
319
319
  }[] | 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;
400
401
  id?: string | undefined;
401
402
  input?: string | undefined;
402
- text?: string | undefined;
403
403
  hashtags?: {
404
404
  name?: string | undefined;
405
405
  }[] | undefined;
@@ -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;
160
161
  url?: string | undefined;
161
162
  id?: string | undefined;
162
- text?: string | undefined;
163
163
  entities?: {
164
164
  hashtags?: {
165
165
  text?: string | 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;
210
211
  url?: string | undefined;
211
212
  id?: string | undefined;
212
- text?: string | undefined;
213
213
  entities?: {
214
214
  hashtags?: {
215
215
  text?: string | undefined;
@@ -47,7 +47,7 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
47
47
  subtitlesFormat: "xml" | "srt" | "vtt" | "plaintext";
48
48
  searchQueries?: string[] | undefined;
49
49
  sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
50
- dateFilter?: "year" | "month" | "hour" | "today" | "week" | undefined;
50
+ dateFilter?: "today" | "year" | "month" | "hour" | "week" | undefined;
51
51
  videoType?: "video" | "movie" | undefined;
52
52
  lengthFilter?: "under4" | "between420" | "plus20" | undefined;
53
53
  isHD?: boolean | undefined;
@@ -77,7 +77,7 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
77
77
  preferAutoGeneratedSubtitles?: boolean | undefined;
78
78
  subtitlesFormat?: "xml" | "srt" | "vtt" | "plaintext" | undefined;
79
79
  sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
80
- dateFilter?: "year" | "month" | "hour" | "today" | "week" | undefined;
80
+ dateFilter?: "today" | "year" | "month" | "hour" | "week" | undefined;
81
81
  videoType?: "video" | "movie" | undefined;
82
82
  lengthFilter?: "under4" | "between420" | "plus20" | undefined;
83
83
  isHD?: boolean | undefined;
@@ -120,23 +120,23 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
120
120
  url: z.ZodOptional<z.ZodString>;
121
121
  text: z.ZodOptional<z.ZodString>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- url?: string | undefined;
124
123
  text?: string | undefined;
124
+ url?: string | undefined;
125
125
  language?: string | undefined;
126
126
  }, {
127
- url?: string | undefined;
128
127
  text?: string | undefined;
128
+ url?: string | undefined;
129
129
  language?: string | undefined;
130
130
  }>, "many">>;
131
131
  }, "strip", z.ZodTypeAny, {
132
132
  description?: string | undefined;
133
133
  title?: string | undefined;
134
134
  date?: string | undefined;
135
+ text?: string | undefined;
135
136
  url?: string | undefined;
136
137
  duration?: string | undefined;
137
138
  id?: string | undefined;
138
139
  tags?: string[] | undefined;
139
- text?: string | undefined;
140
140
  thumbnail?: string | undefined;
141
141
  commentsCount?: number | undefined;
142
142
  comments?: number | undefined;
@@ -150,19 +150,19 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
150
150
  thumbnailUrl?: string | undefined;
151
151
  category?: string | undefined;
152
152
  subtitles?: {
153
- url?: string | undefined;
154
153
  text?: string | undefined;
154
+ url?: string | undefined;
155
155
  language?: string | undefined;
156
156
  }[] | undefined;
157
157
  }, {
158
158
  description?: string | undefined;
159
159
  title?: string | undefined;
160
160
  date?: string | undefined;
161
+ text?: string | undefined;
161
162
  url?: string | undefined;
162
163
  duration?: string | undefined;
163
164
  id?: string | undefined;
164
165
  tags?: string[] | undefined;
165
- text?: string | undefined;
166
166
  thumbnail?: string | undefined;
167
167
  commentsCount?: number | undefined;
168
168
  comments?: number | undefined;
@@ -176,8 +176,8 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
176
176
  thumbnailUrl?: string | undefined;
177
177
  category?: string | undefined;
178
178
  subtitles?: {
179
- url?: string | undefined;
180
179
  text?: string | undefined;
180
+ url?: string | undefined;
181
181
  language?: string | undefined;
182
182
  }[] | undefined;
183
183
  }>;
@@ -1343,8 +1343,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1343
1343
  reshared_post: import("zod").ZodOptional<import("zod").ZodType<any, import("zod").ZodTypeDef, any>>;
1344
1344
  pagination_token: import("zod").ZodOptional<import("zod").ZodString>;
1345
1345
  }, "strip", import("zod").ZodTypeAny, {
1346
- url?: string | undefined;
1347
1346
  text?: string | undefined;
1347
+ url?: string | undefined;
1348
1348
  document?: {
1349
1349
  title?: string | undefined;
1350
1350
  url?: string | undefined;
@@ -1401,8 +1401,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1401
1401
  reshared_post?: any;
1402
1402
  pagination_token?: string | undefined;
1403
1403
  }, {
1404
- url?: string | undefined;
1405
1404
  text?: string | undefined;
1405
+ url?: string | undefined;
1406
1406
  document?: {
1407
1407
  title?: string | undefined;
1408
1408
  url?: string | undefined;
@@ -1589,13 +1589,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1589
1589
  }>, "many">>;
1590
1590
  }, "strip", import("zod").ZodTypeAny, {
1591
1591
  type?: string | undefined;
1592
+ text?: string | undefined;
1592
1593
  url?: string | undefined;
1593
1594
  images?: {
1594
1595
  url?: string | undefined;
1595
1596
  width?: number | undefined;
1596
1597
  height?: number | undefined;
1597
1598
  }[] | undefined;
1598
- text?: string | undefined;
1599
1599
  article?: {
1600
1600
  title?: string | null | undefined;
1601
1601
  url?: string | null | undefined;
@@ -1606,13 +1606,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1606
1606
  duration_ms?: number | undefined;
1607
1607
  }, {
1608
1608
  type?: string | undefined;
1609
+ text?: string | undefined;
1609
1610
  url?: string | undefined;
1610
1611
  images?: {
1611
1612
  url?: string | undefined;
1612
1613
  width?: number | undefined;
1613
1614
  height?: number | undefined;
1614
1615
  }[] | undefined;
1615
- text?: string | undefined;
1616
1616
  article?: {
1617
1617
  title?: string | null | undefined;
1618
1618
  url?: string | null | undefined;
@@ -1652,13 +1652,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1652
1652
  }, "strip", import("zod").ZodTypeAny, {
1653
1653
  content?: {
1654
1654
  type?: string | undefined;
1655
+ text?: string | undefined;
1655
1656
  url?: string | undefined;
1656
1657
  images?: {
1657
1658
  url?: string | undefined;
1658
1659
  width?: number | undefined;
1659
1660
  height?: number | undefined;
1660
1661
  }[] | undefined;
1661
- text?: string | undefined;
1662
1662
  article?: {
1663
1663
  title?: string | null | undefined;
1664
1664
  url?: string | null | undefined;
@@ -1668,6 +1668,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1668
1668
  thumbnail_url?: string | undefined;
1669
1669
  duration_ms?: number | undefined;
1670
1670
  } | undefined;
1671
+ text?: string | undefined;
1671
1672
  metadata?: {
1672
1673
  count?: number | undefined;
1673
1674
  total_count?: number | undefined;
@@ -1677,7 +1678,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1677
1678
  has_next_page?: boolean | undefined;
1678
1679
  has_prev_page?: boolean | undefined;
1679
1680
  } | undefined;
1680
- text?: string | undefined;
1681
1681
  hashtags?: string[] | undefined;
1682
1682
  full_urn?: string | undefined;
1683
1683
  posted_at?: {
@@ -1708,13 +1708,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1708
1708
  }, {
1709
1709
  content?: {
1710
1710
  type?: string | undefined;
1711
+ text?: string | undefined;
1711
1712
  url?: string | undefined;
1712
1713
  images?: {
1713
1714
  url?: string | undefined;
1714
1715
  width?: number | undefined;
1715
1716
  height?: number | undefined;
1716
1717
  }[] | undefined;
1717
- text?: string | undefined;
1718
1718
  article?: {
1719
1719
  title?: string | null | undefined;
1720
1720
  url?: string | null | undefined;
@@ -1724,6 +1724,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1724
1724
  thumbnail_url?: string | undefined;
1725
1725
  duration_ms?: number | undefined;
1726
1726
  } | undefined;
1727
+ text?: string | undefined;
1727
1728
  metadata?: {
1728
1729
  count?: number | undefined;
1729
1730
  total_count?: number | undefined;
@@ -1733,7 +1734,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1733
1734
  has_next_page?: boolean | undefined;
1734
1735
  has_prev_page?: boolean | undefined;
1735
1736
  } | undefined;
1736
- text?: string | undefined;
1737
1737
  hashtags?: string[] | undefined;
1738
1738
  full_urn?: string | undefined;
1739
1739
  posted_at?: {
@@ -1815,7 +1815,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1815
1815
  subtitlesFormat: "xml" | "srt" | "vtt" | "plaintext";
1816
1816
  searchQueries?: string[] | undefined;
1817
1817
  sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
1818
- dateFilter?: "year" | "month" | "hour" | "today" | "week" | undefined;
1818
+ dateFilter?: "today" | "year" | "month" | "hour" | "week" | undefined;
1819
1819
  videoType?: "video" | "movie" | undefined;
1820
1820
  lengthFilter?: "under4" | "between420" | "plus20" | undefined;
1821
1821
  isHD?: boolean | undefined;
@@ -1845,7 +1845,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1845
1845
  preferAutoGeneratedSubtitles?: boolean | undefined;
1846
1846
  subtitlesFormat?: "xml" | "srt" | "vtt" | "plaintext" | undefined;
1847
1847
  sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
1848
- dateFilter?: "year" | "month" | "hour" | "today" | "week" | undefined;
1848
+ dateFilter?: "today" | "year" | "month" | "hour" | "week" | undefined;
1849
1849
  videoType?: "video" | "movie" | undefined;
1850
1850
  lengthFilter?: "under4" | "between420" | "plus20" | undefined;
1851
1851
  isHD?: boolean | undefined;
@@ -1888,23 +1888,23 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1888
1888
  url: import("zod").ZodOptional<import("zod").ZodString>;
1889
1889
  text: import("zod").ZodOptional<import("zod").ZodString>;
1890
1890
  }, "strip", import("zod").ZodTypeAny, {
1891
- url?: string | undefined;
1892
1891
  text?: string | undefined;
1892
+ url?: string | undefined;
1893
1893
  language?: string | undefined;
1894
1894
  }, {
1895
- url?: string | undefined;
1896
1895
  text?: string | undefined;
1896
+ url?: string | undefined;
1897
1897
  language?: string | undefined;
1898
1898
  }>, "many">>;
1899
1899
  }, "strip", import("zod").ZodTypeAny, {
1900
1900
  description?: string | undefined;
1901
1901
  title?: string | undefined;
1902
1902
  date?: string | undefined;
1903
+ text?: string | undefined;
1903
1904
  url?: string | undefined;
1904
1905
  duration?: string | undefined;
1905
1906
  id?: string | undefined;
1906
1907
  tags?: string[] | undefined;
1907
- text?: string | undefined;
1908
1908
  thumbnail?: string | undefined;
1909
1909
  commentsCount?: number | undefined;
1910
1910
  comments?: number | undefined;
@@ -1918,19 +1918,19 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1918
1918
  thumbnailUrl?: string | undefined;
1919
1919
  category?: string | undefined;
1920
1920
  subtitles?: {
1921
- url?: string | undefined;
1922
1921
  text?: string | undefined;
1922
+ url?: string | undefined;
1923
1923
  language?: string | undefined;
1924
1924
  }[] | undefined;
1925
1925
  }, {
1926
1926
  description?: string | undefined;
1927
1927
  title?: string | undefined;
1928
1928
  date?: string | undefined;
1929
+ text?: string | undefined;
1929
1930
  url?: string | undefined;
1930
1931
  duration?: string | undefined;
1931
1932
  id?: string | undefined;
1932
1933
  tags?: string[] | undefined;
1933
- text?: string | undefined;
1934
1934
  thumbnail?: string | undefined;
1935
1935
  commentsCount?: number | undefined;
1936
1936
  comments?: number | undefined;
@@ -1944,8 +1944,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
1944
1944
  thumbnailUrl?: string | undefined;
1945
1945
  category?: string | undefined;
1946
1946
  subtitles?: {
1947
- url?: string | undefined;
1948
1947
  text?: string | undefined;
1948
+ url?: string | undefined;
1949
1949
  language?: string | undefined;
1950
1950
  }[] | undefined;
1951
1951
  }>;
@@ -2623,11 +2623,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
2623
2623
  requestId: import("zod").ZodOptional<import("zod").ZodString>;
2624
2624
  }, "strip", import("zod").ZodTypeAny, {
2625
2625
  status?: number | undefined;
2626
- id?: string | undefined;
2627
2626
  query?: {
2628
2627
  publicIdentifier?: string | undefined;
2629
2628
  profileId?: string | undefined;
2630
2629
  } | undefined;
2630
+ id?: string | undefined;
2631
2631
  photo?: string | undefined;
2632
2632
  verified?: boolean | undefined;
2633
2633
  location?: {
@@ -2780,11 +2780,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
2780
2780
  requestId?: string | undefined;
2781
2781
  }, {
2782
2782
  status?: number | undefined;
2783
- id?: string | undefined;
2784
2783
  query?: {
2785
2784
  publicIdentifier?: string | undefined;
2786
2785
  profileId?: string | undefined;
2787
2786
  } | undefined;
2787
+ id?: string | undefined;
2788
2788
  photo?: string | undefined;
2789
2789
  verified?: boolean | undefined;
2790
2790
  location?: {
@@ -3253,9 +3253,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
3253
3253
  }>>;
3254
3254
  webVideoUrl: import("zod").ZodOptional<import("zod").ZodString>;
3255
3255
  }, "strip", import("zod").ZodTypeAny, {
3256
+ text?: string | undefined;
3256
3257
  id?: string | undefined;
3257
3258
  input?: string | undefined;
3258
- text?: string | undefined;
3259
3259
  hashtags?: {
3260
3260
  name?: string | undefined;
3261
3261
  }[] | undefined;
@@ -3339,9 +3339,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
3339
3339
  } | undefined;
3340
3340
  webVideoUrl?: string | undefined;
3341
3341
  }, {
3342
+ text?: string | undefined;
3342
3343
  id?: string | undefined;
3343
3344
  input?: string | undefined;
3344
- text?: string | undefined;
3345
3345
  hashtags?: {
3346
3346
  name?: string | undefined;
3347
3347
  }[] | undefined;
@@ -3588,9 +3588,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
3588
3588
  isQuote: import("zod").ZodOptional<import("zod").ZodBoolean>;
3589
3589
  isReply: import("zod").ZodOptional<import("zod").ZodBoolean>;
3590
3590
  }, "strip", import("zod").ZodTypeAny, {
3591
+ text?: string | undefined;
3591
3592
  url?: string | undefined;
3592
3593
  id?: string | undefined;
3593
- text?: string | undefined;
3594
3594
  entities?: {
3595
3595
  hashtags?: {
3596
3596
  text?: string | undefined;
@@ -3638,9 +3638,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
3638
3638
  isQuote?: boolean | undefined;
3639
3639
  isReply?: boolean | undefined;
3640
3640
  }, {
3641
+ text?: string | undefined;
3641
3642
  url?: string | undefined;
3642
3643
  id?: string | undefined;
3643
- text?: string | undefined;
3644
3644
  entities?: {
3645
3645
  hashtags?: {
3646
3646
  text?: string | undefined;
@@ -27,14 +27,14 @@ declare const ApifyParamsSchema: z.ZodObject<{
27
27
  timeout: number;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
- search?: string | undefined;
31
30
  credentials?: Partial<Record<CredentialType, string>> | undefined;
31
+ search?: string | undefined;
32
32
  actorId?: string | undefined;
33
33
  }, {
34
34
  input: Record<string, unknown>;
35
- search?: string | undefined;
36
35
  credentials?: Partial<Record<CredentialType, string>> | undefined;
37
36
  timeout?: number | undefined;
37
+ search?: string | undefined;
38
38
  limit?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
@@ -90,13 +90,13 @@ declare const ApifyResultSchema: z.ZodObject<{
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
92
92
  status: string;
93
- success: boolean;
94
93
  error: string;
94
+ success: boolean;
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
98
- datasetId?: string | undefined;
99
98
  itemsCount?: number | undefined;
99
+ datasetId?: string | undefined;
100
100
  discoveredActors?: {
101
101
  name: string;
102
102
  id: string;
@@ -111,13 +111,13 @@ declare const ApifyResultSchema: z.ZodObject<{
111
111
  }[] | undefined;
112
112
  }, {
113
113
  status: string;
114
- success: boolean;
115
114
  error: string;
115
+ success: boolean;
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
119
- datasetId?: string | undefined;
120
119
  itemsCount?: number | undefined;
120
+ datasetId?: string | undefined;
121
121
  discoveredActors?: {
122
122
  name: string;
123
123
  id: string;
@@ -163,14 +163,14 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
163
163
  timeout: number;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
- search?: string | undefined;
167
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
+ search?: string | undefined;
168
168
  actorId?: string | undefined;
169
169
  }, {
170
170
  input: Record<string, unknown>;
171
- search?: string | undefined;
172
171
  credentials?: Partial<Record<CredentialType, string>> | undefined;
173
172
  timeout?: number | undefined;
173
+ search?: string | undefined;
174
174
  limit?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
@@ -226,13 +226,13 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  status: string;
229
- success: boolean;
230
229
  error: string;
230
+ success: boolean;
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
234
- datasetId?: string | undefined;
235
234
  itemsCount?: number | undefined;
235
+ datasetId?: string | undefined;
236
236
  discoveredActors?: {
237
237
  name: string;
238
238
  id: string;
@@ -247,13 +247,13 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
247
247
  }[] | undefined;
248
248
  }, {
249
249
  status: string;
250
- success: boolean;
251
250
  error: string;
251
+ success: boolean;
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
255
- datasetId?: string | undefined;
256
255
  itemsCount?: number | undefined;
256
+ datasetId?: string | undefined;
257
257
  discoveredActors?: {
258
258
  name: string;
259
259
  id: string;