@bubblelab/bubble-core 0.1.34 → 0.1.35

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 (65) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +196 -196
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  8. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +326 -326
  10. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  11. package/dist/bubbles/service-bubble/github.d.ts +174 -174
  12. package/dist/bubbles/service-bubble/gmail.d.ts +613 -613
  13. package/dist/bubbles/service-bubble/google-calendar.d.ts +148 -148
  14. package/dist/bubbles/service-bubble/google-drive.d.ts +94 -94
  15. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  16. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  19. package/dist/bubbles/service-bubble/jira/jira.d.ts +2124 -5778
  20. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/jira/jira.js +7 -32
  22. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  23. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3139 -8008
  24. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/jira/jira.schema.js +2 -14
  26. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +216 -216
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  29. package/dist/bubbles/service-bubble/resend.d.ts +18 -18
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +376 -376
  31. package/dist/bubbles/service-bubble/storage.d.ts +42 -42
  32. package/dist/bubbles/service-bubble/telegram.d.ts +122 -122
  33. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  34. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  35. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +427 -427
  43. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +6 -6
  46. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  48. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +104 -104
  49. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  56. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  57. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  58. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  59. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
  60. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  61. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  62. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  63. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  64. package/dist/bubbles.json +49 -47
  65. package/package.json +2 -2
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
- success: boolean;
33
32
  error: string;
33
+ success: boolean;
34
34
  bubbles: {
35
35
  type: string;
36
36
  name: string;
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
40
40
  }[];
41
41
  totalCount: number;
42
42
  }, {
43
- success: boolean;
44
43
  error: string;
44
+ success: boolean;
45
45
  bubbles: {
46
46
  type: string;
47
47
  name: string;
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
- success: boolean;
82
81
  error: string;
82
+ success: boolean;
83
83
  bubbles: {
84
84
  type: string;
85
85
  name: string;
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
89
89
  }[];
90
90
  totalCount: number;
91
91
  }, {
92
- success: boolean;
93
92
  error: string;
93
+ success: boolean;
94
94
  bubbles: {
95
95
  type: string;
96
96
  name: string;
@@ -202,8 +202,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
202
202
  limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
203
203
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- limit?: number | undefined;
206
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
+ limit?: number | undefined;
207
207
  location?: string | undefined;
208
208
  companyName?: string | undefined;
209
209
  companyLinkedinUrl?: string | undefined;
@@ -233,8 +233,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
233
233
  excludeCompanies?: string[] | undefined;
234
234
  excludeProfiles?: string[] | undefined;
235
235
  }, {
236
- limit?: number | undefined;
237
236
  credentials?: Partial<Record<CredentialType, string>> | undefined;
237
+ limit?: number | undefined;
238
238
  location?: string | undefined;
239
239
  companyName?: string | undefined;
240
240
  companyLinkedinUrl?: string | undefined;
@@ -431,8 +431,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
431
431
  success: z.ZodBoolean;
432
432
  error: z.ZodString;
433
433
  }, "strip", z.ZodTypeAny, {
434
- success: boolean;
435
434
  error: string;
435
+ success: boolean;
436
436
  people: {
437
437
  title: string | null;
438
438
  name: string | null;
@@ -477,8 +477,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
477
477
  }[];
478
478
  totalCount: number;
479
479
  }, {
480
- success: boolean;
481
480
  error: string;
481
+ success: boolean;
482
482
  people: {
483
483
  title: string | null;
484
484
  name: string | null;
@@ -590,8 +590,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
590
590
  limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
591
591
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
592
592
  }, "strip", z.ZodTypeAny, {
593
- limit?: number | undefined;
594
593
  credentials?: Partial<Record<CredentialType, string>> | undefined;
594
+ limit?: number | undefined;
595
595
  location?: string | undefined;
596
596
  companyName?: string | undefined;
597
597
  companyLinkedinUrl?: string | undefined;
@@ -621,8 +621,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
621
621
  excludeCompanies?: string[] | undefined;
622
622
  excludeProfiles?: string[] | undefined;
623
623
  }, {
624
- limit?: number | undefined;
625
624
  credentials?: Partial<Record<CredentialType, string>> | undefined;
625
+ limit?: number | undefined;
626
626
  location?: string | undefined;
627
627
  companyName?: string | undefined;
628
628
  companyLinkedinUrl?: string | undefined;
@@ -819,8 +819,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
819
819
  success: z.ZodBoolean;
820
820
  error: z.ZodString;
821
821
  }, "strip", z.ZodTypeAny, {
822
- success: boolean;
823
822
  error: string;
823
+ success: boolean;
824
824
  people: {
825
825
  title: string | null;
826
826
  name: string | null;
@@ -865,8 +865,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
865
865
  }[];
866
866
  totalCount: number;
867
867
  }, {
868
- success: boolean;
869
868
  error: string;
869
+ success: boolean;
870
870
  people: {
871
871
  title: string | null;
872
872
  name: string | null;
@@ -69,8 +69,8 @@ declare const RedditScrapeToolParamsSchema: z.ZodObject<{
69
69
  }, {
70
70
  subreddit: string;
71
71
  sort?: "hot" | "new" | "top" | "rising" | undefined;
72
- limit?: number | undefined;
73
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
+ limit?: number | undefined;
74
74
  timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
75
75
  filterToday?: boolean | undefined;
76
76
  includeStickied?: boolean | undefined;
@@ -154,8 +154,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
154
154
  success: z.ZodBoolean;
155
155
  error: z.ZodString;
156
156
  }, "strip", z.ZodTypeAny, {
157
- success: boolean;
158
157
  error: string;
158
+ success: boolean;
159
159
  metadata: {
160
160
  sort: string;
161
161
  scrapedAt: string;
@@ -183,8 +183,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
183
183
  flair?: string | undefined;
184
184
  }[];
185
185
  }, {
186
- success: boolean;
187
186
  error: string;
187
+ success: boolean;
188
188
  metadata: {
189
189
  sort: string;
190
190
  scrapedAt: string;
@@ -239,8 +239,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
239
239
  }, {
240
240
  subreddit: string;
241
241
  sort?: "hot" | "new" | "top" | "rising" | undefined;
242
- limit?: number | undefined;
243
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
+ limit?: number | undefined;
244
244
  timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
245
245
  filterToday?: boolean | undefined;
246
246
  includeStickied?: boolean | undefined;
@@ -324,8 +324,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
324
324
  success: z.ZodBoolean;
325
325
  error: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- success: boolean;
328
327
  error: string;
328
+ success: boolean;
329
329
  metadata: {
330
330
  sort: string;
331
331
  scrapedAt: string;
@@ -353,8 +353,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
353
353
  flair?: string | undefined;
354
354
  }[];
355
355
  }, {
356
- success: boolean;
357
356
  error: string;
357
+ success: boolean;
358
358
  metadata: {
359
359
  sort: string;
360
360
  scrapedAt: string;
@@ -32,16 +32,16 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
32
32
  success: z.ZodBoolean;
33
33
  error: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
- summary: string;
36
- success: boolean;
37
35
  error: string;
36
+ success: boolean;
37
+ summary: string;
38
38
  sourcesUsed: string[];
39
39
  iterationsUsed: number;
40
40
  result?: any;
41
41
  }, {
42
- summary: string;
43
- success: boolean;
44
42
  error: string;
43
+ success: boolean;
44
+ summary: string;
45
45
  sourcesUsed: string[];
46
46
  iterationsUsed: number;
47
47
  result?: any;
@@ -81,16 +81,16 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
81
81
  success: z.ZodBoolean;
82
82
  error: z.ZodString;
83
83
  }, "strip", z.ZodTypeAny, {
84
- summary: string;
85
- success: boolean;
86
84
  error: string;
85
+ success: boolean;
86
+ summary: string;
87
87
  sourcesUsed: string[];
88
88
  iterationsUsed: number;
89
89
  result?: any;
90
90
  }, {
91
- summary: string;
92
- success: boolean;
93
91
  error: string;
92
+ success: boolean;
93
+ summary: string;
94
94
  sourcesUsed: string[];
95
95
  iterationsUsed: number;
96
96
  result?: any;
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
8
8
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
9
9
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- query: string;
12
11
  reasoning: string;
12
+ query: string;
13
13
  credentials?: Partial<Record<CredentialType, string>> | undefined;
14
14
  config?: Record<string, unknown> | undefined;
15
15
  }, {
16
- query: string;
17
16
  reasoning: string;
17
+ query: string;
18
18
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  config?: Record<string, unknown> | undefined;
20
20
  }>;
@@ -38,25 +38,25 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
38
38
  success: z.ZodBoolean;
39
39
  error: z.ZodString;
40
40
  }, "strip", z.ZodTypeAny, {
41
- success: boolean;
41
+ executionTime: number;
42
42
  error: string;
43
+ success: boolean;
43
44
  rowCount: number;
44
- executionTime: number;
45
+ rows?: Record<string, unknown>[] | undefined;
45
46
  fields?: {
46
47
  name: string;
47
48
  dataTypeID?: number | undefined;
48
49
  }[] | undefined;
49
- rows?: Record<string, unknown>[] | undefined;
50
50
  }, {
51
- success: boolean;
51
+ executionTime: number;
52
52
  error: string;
53
+ success: boolean;
53
54
  rowCount: number;
54
- executionTime: number;
55
+ rows?: Record<string, unknown>[] | undefined;
55
56
  fields?: {
56
57
  name: string;
57
58
  dataTypeID?: number | undefined;
58
59
  }[] | undefined;
59
- rows?: Record<string, unknown>[] | undefined;
60
60
  }>;
61
61
  /**
62
62
  * SQLQueryTool - Execute SQL queries against PostgreSQL databases
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
74
74
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
75
75
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- query: string;
78
77
  reasoning: string;
78
+ query: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  config?: Record<string, unknown> | undefined;
81
81
  }, {
82
- query: string;
83
82
  reasoning: string;
83
+ query: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  config?: Record<string, unknown> | undefined;
86
86
  }>;
@@ -101,25 +101,25 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
101
101
  success: z.ZodBoolean;
102
102
  error: z.ZodString;
103
103
  }, "strip", z.ZodTypeAny, {
104
- success: boolean;
104
+ executionTime: number;
105
105
  error: string;
106
+ success: boolean;
106
107
  rowCount: number;
107
- executionTime: number;
108
+ rows?: Record<string, unknown>[] | undefined;
108
109
  fields?: {
109
110
  name: string;
110
111
  dataTypeID?: number | undefined;
111
112
  }[] | undefined;
112
- rows?: Record<string, unknown>[] | undefined;
113
113
  }, {
114
- success: boolean;
114
+ executionTime: number;
115
115
  error: string;
116
+ success: boolean;
116
117
  rowCount: number;
117
- executionTime: number;
118
+ rows?: Record<string, unknown>[] | undefined;
118
119
  fields?: {
119
120
  name: string;
120
121
  dataTypeID?: number | undefined;
121
122
  }[] | undefined;
122
- rows?: Record<string, unknown>[] | undefined;
123
123
  }>;
124
124
  static readonly shortDescription = "Execute read-only SQL queries against PostgreSQL databases for data analysis";
125
125
  static readonly longDescription = "\n A tool bubble that provides safe, read-only SQL query execution against PostgreSQL databases.\n \n Features:\n - Execute SELECT, WITH, EXPLAIN, ANALYZE, SHOW, and DESCRIBE queries\n - Automatic query timeout and row limit enforcement (30s timeout, 1000 rows max)\n - Clean JSON formatting of results for AI consumption\n - Detailed execution metadata including timing and row counts\n \n Security:\n - Read-only operations enforced\n - Query timeout protection (30 seconds)\n - Row limit protection (1000 rows max)\n \n Use cases:\n - AI agents performing iterative database exploration\n - Data analysis and business intelligence queries\n - Schema discovery and table introspection\n - Performance analysis with EXPLAIN queries\n - Automated reporting and data extraction\n ";
@@ -12,16 +12,16 @@ declare const TikTokToolParamsSchema: z.ZodObject<{
12
12
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
15
- limit?: number | undefined;
16
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
+ limit?: number | undefined;
17
17
  hashtags?: string[] | undefined;
18
18
  profiles?: string[] | undefined;
19
19
  shouldDownloadVideos?: boolean | undefined;
20
20
  videoUrls?: string[] | undefined;
21
21
  }, {
22
22
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
23
- limit?: number | undefined;
24
23
  credentials?: Partial<Record<CredentialType, string>> | undefined;
24
+ limit?: number | undefined;
25
25
  hashtags?: string[] | undefined;
26
26
  profiles?: string[] | undefined;
27
27
  shouldDownloadVideos?: boolean | undefined;
@@ -98,7 +98,19 @@ declare const TikTokToolResultSchema: z.ZodObject<{
98
98
  name: string | null;
99
99
  }>, "many">>;
100
100
  }, "strip", z.ZodTypeAny, {
101
+ stats: {
102
+ collectCount: number | null;
103
+ commentCount: number | null;
104
+ diggCount: number | null;
105
+ playCount: number | null;
106
+ shareCount: number | null;
107
+ } | null;
101
108
  id: string | null;
109
+ text: string | null;
110
+ hashtags: {
111
+ name: string | null;
112
+ }[] | null;
113
+ videoUrl: string | null;
102
114
  author: {
103
115
  id: string | null;
104
116
  verified: boolean | null;
@@ -111,11 +123,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
111
123
  videoCount: number | null;
112
124
  heartCount: number | null;
113
125
  } | null;
114
- text: string | null;
115
- hashtags: {
116
- name: string | null;
117
- }[] | null;
118
- videoUrl: string | null;
126
+ createTime: number | null;
127
+ createTimeISO: string | null;
128
+ webVideoUrl: string | null;
129
+ covers: string[] | null;
130
+ }, {
119
131
  stats: {
120
132
  collectCount: number | null;
121
133
  commentCount: number | null;
@@ -123,12 +135,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
123
135
  playCount: number | null;
124
136
  shareCount: number | null;
125
137
  } | null;
126
- createTime: number | null;
127
- createTimeISO: string | null;
128
- webVideoUrl: string | null;
129
- covers: string[] | null;
130
- }, {
131
138
  id: string | null;
139
+ text: string | null;
140
+ hashtags: {
141
+ name: string | null;
142
+ }[] | null;
143
+ videoUrl: string | null;
132
144
  author: {
133
145
  id: string | null;
134
146
  verified: boolean | null;
@@ -141,18 +153,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
141
153
  videoCount: number | null;
142
154
  heartCount: number | null;
143
155
  } | null;
144
- text: string | null;
145
- hashtags: {
146
- name: string | null;
147
- }[] | null;
148
- videoUrl: string | null;
149
- stats: {
150
- collectCount: number | null;
151
- commentCount: number | null;
152
- diggCount: number | null;
153
- playCount: number | null;
154
- shareCount: number | null;
155
- } | null;
156
156
  createTime: number | null;
157
157
  createTimeISO: string | null;
158
158
  webVideoUrl: string | null;
@@ -162,11 +162,23 @@ declare const TikTokToolResultSchema: z.ZodObject<{
162
162
  success: z.ZodBoolean;
163
163
  error: z.ZodString;
164
164
  }, "strip", z.ZodTypeAny, {
165
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
166
- success: boolean;
167
165
  error: string;
166
+ success: boolean;
167
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
168
168
  videos: {
169
+ stats: {
170
+ collectCount: number | null;
171
+ commentCount: number | null;
172
+ diggCount: number | null;
173
+ playCount: number | null;
174
+ shareCount: number | null;
175
+ } | null;
169
176
  id: string | null;
177
+ text: string | null;
178
+ hashtags: {
179
+ name: string | null;
180
+ }[] | null;
181
+ videoUrl: string | null;
170
182
  author: {
171
183
  id: string | null;
172
184
  verified: boolean | null;
@@ -179,18 +191,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
179
191
  videoCount: number | null;
180
192
  heartCount: number | null;
181
193
  } | null;
182
- text: string | null;
183
- hashtags: {
184
- name: string | null;
185
- }[] | null;
186
- videoUrl: string | null;
187
- stats: {
188
- collectCount: number | null;
189
- commentCount: number | null;
190
- diggCount: number | null;
191
- playCount: number | null;
192
- shareCount: number | null;
193
- } | null;
194
194
  createTime: number | null;
195
195
  createTimeISO: string | null;
196
196
  webVideoUrl: string | null;
@@ -198,11 +198,23 @@ declare const TikTokToolResultSchema: z.ZodObject<{
198
198
  }[];
199
199
  totalVideos: number;
200
200
  }, {
201
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
202
- success: boolean;
203
201
  error: string;
202
+ success: boolean;
203
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
204
204
  videos: {
205
+ stats: {
206
+ collectCount: number | null;
207
+ commentCount: number | null;
208
+ diggCount: number | null;
209
+ playCount: number | null;
210
+ shareCount: number | null;
211
+ } | null;
205
212
  id: string | null;
213
+ text: string | null;
214
+ hashtags: {
215
+ name: string | null;
216
+ }[] | null;
217
+ videoUrl: string | null;
206
218
  author: {
207
219
  id: string | null;
208
220
  verified: boolean | null;
@@ -215,18 +227,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
215
227
  videoCount: number | null;
216
228
  heartCount: number | null;
217
229
  } | null;
218
- text: string | null;
219
- hashtags: {
220
- name: string | null;
221
- }[] | null;
222
- videoUrl: string | null;
223
- stats: {
224
- collectCount: number | null;
225
- commentCount: number | null;
226
- diggCount: number | null;
227
- playCount: number | null;
228
- shareCount: number | null;
229
- } | null;
230
230
  createTime: number | null;
231
231
  createTimeISO: string | null;
232
232
  webVideoUrl: string | null;
@@ -249,16 +249,16 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
249
249
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
250
250
  }, "strip", z.ZodTypeAny, {
251
251
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
252
- limit?: number | undefined;
253
252
  credentials?: Partial<Record<CredentialType, string>> | undefined;
253
+ limit?: number | undefined;
254
254
  hashtags?: string[] | undefined;
255
255
  profiles?: string[] | undefined;
256
256
  shouldDownloadVideos?: boolean | undefined;
257
257
  videoUrls?: string[] | undefined;
258
258
  }, {
259
259
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
260
- limit?: number | undefined;
261
260
  credentials?: Partial<Record<CredentialType, string>> | undefined;
261
+ limit?: number | undefined;
262
262
  hashtags?: string[] | undefined;
263
263
  profiles?: string[] | undefined;
264
264
  shouldDownloadVideos?: boolean | undefined;
@@ -335,7 +335,19 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
335
335
  name: string | null;
336
336
  }>, "many">>;
337
337
  }, "strip", z.ZodTypeAny, {
338
+ stats: {
339
+ collectCount: number | null;
340
+ commentCount: number | null;
341
+ diggCount: number | null;
342
+ playCount: number | null;
343
+ shareCount: number | null;
344
+ } | null;
338
345
  id: string | null;
346
+ text: string | null;
347
+ hashtags: {
348
+ name: string | null;
349
+ }[] | null;
350
+ videoUrl: string | null;
339
351
  author: {
340
352
  id: string | null;
341
353
  verified: boolean | null;
@@ -348,11 +360,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
348
360
  videoCount: number | null;
349
361
  heartCount: number | null;
350
362
  } | null;
351
- text: string | null;
352
- hashtags: {
353
- name: string | null;
354
- }[] | null;
355
- videoUrl: string | null;
363
+ createTime: number | null;
364
+ createTimeISO: string | null;
365
+ webVideoUrl: string | null;
366
+ covers: string[] | null;
367
+ }, {
356
368
  stats: {
357
369
  collectCount: number | null;
358
370
  commentCount: number | null;
@@ -360,12 +372,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
360
372
  playCount: number | null;
361
373
  shareCount: number | null;
362
374
  } | null;
363
- createTime: number | null;
364
- createTimeISO: string | null;
365
- webVideoUrl: string | null;
366
- covers: string[] | null;
367
- }, {
368
375
  id: string | null;
376
+ text: string | null;
377
+ hashtags: {
378
+ name: string | null;
379
+ }[] | null;
380
+ videoUrl: string | null;
369
381
  author: {
370
382
  id: string | null;
371
383
  verified: boolean | null;
@@ -378,18 +390,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
378
390
  videoCount: number | null;
379
391
  heartCount: number | null;
380
392
  } | null;
381
- text: string | null;
382
- hashtags: {
383
- name: string | null;
384
- }[] | null;
385
- videoUrl: string | null;
386
- stats: {
387
- collectCount: number | null;
388
- commentCount: number | null;
389
- diggCount: number | null;
390
- playCount: number | null;
391
- shareCount: number | null;
392
- } | null;
393
393
  createTime: number | null;
394
394
  createTimeISO: string | null;
395
395
  webVideoUrl: string | null;
@@ -399,11 +399,23 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
399
399
  success: z.ZodBoolean;
400
400
  error: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
403
- success: boolean;
404
402
  error: string;
403
+ success: boolean;
404
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
405
405
  videos: {
406
+ stats: {
407
+ collectCount: number | null;
408
+ commentCount: number | null;
409
+ diggCount: number | null;
410
+ playCount: number | null;
411
+ shareCount: number | null;
412
+ } | null;
406
413
  id: string | null;
414
+ text: string | null;
415
+ hashtags: {
416
+ name: string | null;
417
+ }[] | null;
418
+ videoUrl: string | null;
407
419
  author: {
408
420
  id: string | null;
409
421
  verified: boolean | null;
@@ -416,18 +428,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
416
428
  videoCount: number | null;
417
429
  heartCount: number | null;
418
430
  } | null;
419
- text: string | null;
420
- hashtags: {
421
- name: string | null;
422
- }[] | null;
423
- videoUrl: string | null;
424
- stats: {
425
- collectCount: number | null;
426
- commentCount: number | null;
427
- diggCount: number | null;
428
- playCount: number | null;
429
- shareCount: number | null;
430
- } | null;
431
431
  createTime: number | null;
432
432
  createTimeISO: string | null;
433
433
  webVideoUrl: string | null;
@@ -435,11 +435,23 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
435
435
  }[];
436
436
  totalVideos: number;
437
437
  }, {
438
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
439
- success: boolean;
440
438
  error: string;
439
+ success: boolean;
440
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
441
441
  videos: {
442
+ stats: {
443
+ collectCount: number | null;
444
+ commentCount: number | null;
445
+ diggCount: number | null;
446
+ playCount: number | null;
447
+ shareCount: number | null;
448
+ } | null;
442
449
  id: string | null;
450
+ text: string | null;
451
+ hashtags: {
452
+ name: string | null;
453
+ }[] | null;
454
+ videoUrl: string | null;
443
455
  author: {
444
456
  id: string | null;
445
457
  verified: boolean | null;
@@ -452,18 +464,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
452
464
  videoCount: number | null;
453
465
  heartCount: number | null;
454
466
  } | null;
455
- text: string | null;
456
- hashtags: {
457
- name: string | null;
458
- }[] | null;
459
- videoUrl: string | null;
460
- stats: {
461
- collectCount: number | null;
462
- commentCount: number | null;
463
- diggCount: number | null;
464
- playCount: number | null;
465
- shareCount: number | null;
466
- } | null;
467
467
  createTime: number | null;
468
468
  createTimeISO: string | null;
469
469
  webVideoUrl: string | null;