@bubblelab/bubble-core 0.1.99 → 0.1.101
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.
- package/dist/bubble-bundle.d.ts +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -13,24 +13,24 @@ declare const InstagramPostSchema: z.ZodObject<{
|
|
|
13
13
|
displayUrl: z.ZodNullable<z.ZodString>;
|
|
14
14
|
hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
type: "image" | "video" | "carousel" | null;
|
|
17
16
|
url: string | null;
|
|
18
|
-
|
|
17
|
+
type: "image" | "video" | "carousel" | null;
|
|
19
18
|
caption: string | null;
|
|
20
19
|
hashtags: string[] | null;
|
|
21
20
|
commentsCount: number | null;
|
|
22
21
|
displayUrl: string | null;
|
|
23
22
|
likesCount: number | null;
|
|
23
|
+
timestamp: string | null;
|
|
24
24
|
ownerUsername: string | null;
|
|
25
25
|
}, {
|
|
26
|
-
type: "image" | "video" | "carousel" | null;
|
|
27
26
|
url: string | null;
|
|
28
|
-
|
|
27
|
+
type: "image" | "video" | "carousel" | null;
|
|
29
28
|
caption: string | null;
|
|
30
29
|
hashtags: string[] | null;
|
|
31
30
|
commentsCount: number | null;
|
|
32
31
|
displayUrl: string | null;
|
|
33
32
|
likesCount: number | null;
|
|
33
|
+
timestamp: string | null;
|
|
34
34
|
ownerUsername: string | null;
|
|
35
35
|
}>;
|
|
36
36
|
declare const InstagramProfileSchema: z.ZodObject<{
|
|
@@ -43,6 +43,7 @@ declare const InstagramProfileSchema: z.ZodObject<{
|
|
|
43
43
|
isVerified: z.ZodNullable<z.ZodBoolean>;
|
|
44
44
|
profilePicUrl: z.ZodNullable<z.ZodString>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
+
bio: string | null;
|
|
46
47
|
username: string;
|
|
47
48
|
fullName: string | null;
|
|
48
49
|
followersCount: number | null;
|
|
@@ -50,8 +51,8 @@ declare const InstagramProfileSchema: z.ZodObject<{
|
|
|
50
51
|
profilePicUrl: string | null;
|
|
51
52
|
isVerified: boolean | null;
|
|
52
53
|
followingCount: number | null;
|
|
53
|
-
bio: string | null;
|
|
54
54
|
}, {
|
|
55
|
+
bio: string | null;
|
|
55
56
|
username: string;
|
|
56
57
|
fullName: string | null;
|
|
57
58
|
followersCount: number | null;
|
|
@@ -59,7 +60,6 @@ declare const InstagramProfileSchema: z.ZodObject<{
|
|
|
59
60
|
profilePicUrl: string | null;
|
|
60
61
|
isVerified: boolean | null;
|
|
61
62
|
followingCount: number | null;
|
|
62
|
-
bio: string | null;
|
|
63
63
|
}>;
|
|
64
64
|
declare const InstagramToolParamsSchema: z.ZodObject<{
|
|
65
65
|
operation: z.ZodEnum<["scrapeProfile", "scrapeHashtag"]>;
|
|
@@ -93,24 +93,24 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
93
93
|
displayUrl: z.ZodNullable<z.ZodString>;
|
|
94
94
|
hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
|
-
type: "image" | "video" | "carousel" | null;
|
|
97
96
|
url: string | null;
|
|
98
|
-
|
|
97
|
+
type: "image" | "video" | "carousel" | null;
|
|
99
98
|
caption: string | null;
|
|
100
99
|
hashtags: string[] | null;
|
|
101
100
|
commentsCount: number | null;
|
|
102
101
|
displayUrl: string | null;
|
|
103
102
|
likesCount: number | null;
|
|
103
|
+
timestamp: string | null;
|
|
104
104
|
ownerUsername: string | null;
|
|
105
105
|
}, {
|
|
106
|
-
type: "image" | "video" | "carousel" | null;
|
|
107
106
|
url: string | null;
|
|
108
|
-
|
|
107
|
+
type: "image" | "video" | "carousel" | null;
|
|
109
108
|
caption: string | null;
|
|
110
109
|
hashtags: string[] | null;
|
|
111
110
|
commentsCount: number | null;
|
|
112
111
|
displayUrl: string | null;
|
|
113
112
|
likesCount: number | null;
|
|
113
|
+
timestamp: string | null;
|
|
114
114
|
ownerUsername: string | null;
|
|
115
115
|
}>, "many">;
|
|
116
116
|
profiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -123,6 +123,7 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
123
123
|
isVerified: z.ZodNullable<z.ZodBoolean>;
|
|
124
124
|
profilePicUrl: z.ZodNullable<z.ZodString>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
+
bio: string | null;
|
|
126
127
|
username: string;
|
|
127
128
|
fullName: string | null;
|
|
128
129
|
followersCount: number | null;
|
|
@@ -130,8 +131,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
130
131
|
profilePicUrl: string | null;
|
|
131
132
|
isVerified: boolean | null;
|
|
132
133
|
followingCount: number | null;
|
|
133
|
-
bio: string | null;
|
|
134
134
|
}, {
|
|
135
|
+
bio: string | null;
|
|
135
136
|
username: string;
|
|
136
137
|
fullName: string | null;
|
|
137
138
|
followersCount: number | null;
|
|
@@ -139,7 +140,6 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
139
140
|
profilePicUrl: string | null;
|
|
140
141
|
isVerified: boolean | null;
|
|
141
142
|
followingCount: number | null;
|
|
142
|
-
bio: string | null;
|
|
143
143
|
}>, "many">>;
|
|
144
144
|
scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
145
145
|
scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -147,22 +147,23 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
error: string;
|
|
151
150
|
success: boolean;
|
|
152
|
-
|
|
151
|
+
error: string;
|
|
153
152
|
posts: {
|
|
154
|
-
type: "image" | "video" | "carousel" | null;
|
|
155
153
|
url: string | null;
|
|
156
|
-
|
|
154
|
+
type: "image" | "video" | "carousel" | null;
|
|
157
155
|
caption: string | null;
|
|
158
156
|
hashtags: string[] | null;
|
|
159
157
|
commentsCount: number | null;
|
|
160
158
|
displayUrl: string | null;
|
|
161
159
|
likesCount: number | null;
|
|
160
|
+
timestamp: string | null;
|
|
162
161
|
ownerUsername: string | null;
|
|
163
162
|
}[];
|
|
163
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
164
164
|
totalPosts: number;
|
|
165
165
|
profiles?: {
|
|
166
|
+
bio: string | null;
|
|
166
167
|
username: string;
|
|
167
168
|
fullName: string | null;
|
|
168
169
|
followersCount: number | null;
|
|
@@ -170,27 +171,27 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
170
171
|
profilePicUrl: string | null;
|
|
171
172
|
isVerified: boolean | null;
|
|
172
173
|
followingCount: number | null;
|
|
173
|
-
bio: string | null;
|
|
174
174
|
}[] | undefined;
|
|
175
175
|
scrapedHashtags?: string[] | undefined;
|
|
176
176
|
scrapedProfiles?: string[] | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
error: string;
|
|
179
178
|
success: boolean;
|
|
180
|
-
|
|
179
|
+
error: string;
|
|
181
180
|
posts: {
|
|
182
|
-
type: "image" | "video" | "carousel" | null;
|
|
183
181
|
url: string | null;
|
|
184
|
-
|
|
182
|
+
type: "image" | "video" | "carousel" | null;
|
|
185
183
|
caption: string | null;
|
|
186
184
|
hashtags: string[] | null;
|
|
187
185
|
commentsCount: number | null;
|
|
188
186
|
displayUrl: string | null;
|
|
189
187
|
likesCount: number | null;
|
|
188
|
+
timestamp: string | null;
|
|
190
189
|
ownerUsername: string | null;
|
|
191
190
|
}[];
|
|
191
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
192
192
|
totalPosts: number;
|
|
193
193
|
profiles?: {
|
|
194
|
+
bio: string | null;
|
|
194
195
|
username: string;
|
|
195
196
|
fullName: string | null;
|
|
196
197
|
followersCount: number | null;
|
|
@@ -198,7 +199,6 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
198
199
|
profilePicUrl: string | null;
|
|
199
200
|
isVerified: boolean | null;
|
|
200
201
|
followingCount: number | null;
|
|
201
|
-
bio: string | null;
|
|
202
202
|
}[] | undefined;
|
|
203
203
|
scrapedHashtags?: string[] | undefined;
|
|
204
204
|
scrapedProfiles?: string[] | undefined;
|
|
@@ -258,24 +258,24 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
258
258
|
displayUrl: z.ZodNullable<z.ZodString>;
|
|
259
259
|
hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
type: "image" | "video" | "carousel" | null;
|
|
262
261
|
url: string | null;
|
|
263
|
-
|
|
262
|
+
type: "image" | "video" | "carousel" | null;
|
|
264
263
|
caption: string | null;
|
|
265
264
|
hashtags: string[] | null;
|
|
266
265
|
commentsCount: number | null;
|
|
267
266
|
displayUrl: string | null;
|
|
268
267
|
likesCount: number | null;
|
|
268
|
+
timestamp: string | null;
|
|
269
269
|
ownerUsername: string | null;
|
|
270
270
|
}, {
|
|
271
|
-
type: "image" | "video" | "carousel" | null;
|
|
272
271
|
url: string | null;
|
|
273
|
-
|
|
272
|
+
type: "image" | "video" | "carousel" | null;
|
|
274
273
|
caption: string | null;
|
|
275
274
|
hashtags: string[] | null;
|
|
276
275
|
commentsCount: number | null;
|
|
277
276
|
displayUrl: string | null;
|
|
278
277
|
likesCount: number | null;
|
|
278
|
+
timestamp: string | null;
|
|
279
279
|
ownerUsername: string | null;
|
|
280
280
|
}>, "many">;
|
|
281
281
|
profiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -288,6 +288,7 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
288
288
|
isVerified: z.ZodNullable<z.ZodBoolean>;
|
|
289
289
|
profilePicUrl: z.ZodNullable<z.ZodString>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
+
bio: string | null;
|
|
291
292
|
username: string;
|
|
292
293
|
fullName: string | null;
|
|
293
294
|
followersCount: number | null;
|
|
@@ -295,8 +296,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
295
296
|
profilePicUrl: string | null;
|
|
296
297
|
isVerified: boolean | null;
|
|
297
298
|
followingCount: number | null;
|
|
298
|
-
bio: string | null;
|
|
299
299
|
}, {
|
|
300
|
+
bio: string | null;
|
|
300
301
|
username: string;
|
|
301
302
|
fullName: string | null;
|
|
302
303
|
followersCount: number | null;
|
|
@@ -304,7 +305,6 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
304
305
|
profilePicUrl: string | null;
|
|
305
306
|
isVerified: boolean | null;
|
|
306
307
|
followingCount: number | null;
|
|
307
|
-
bio: string | null;
|
|
308
308
|
}>, "many">>;
|
|
309
309
|
scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
310
310
|
scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -312,22 +312,23 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
312
312
|
success: z.ZodBoolean;
|
|
313
313
|
error: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
|
-
error: string;
|
|
316
315
|
success: boolean;
|
|
317
|
-
|
|
316
|
+
error: string;
|
|
318
317
|
posts: {
|
|
319
|
-
type: "image" | "video" | "carousel" | null;
|
|
320
318
|
url: string | null;
|
|
321
|
-
|
|
319
|
+
type: "image" | "video" | "carousel" | null;
|
|
322
320
|
caption: string | null;
|
|
323
321
|
hashtags: string[] | null;
|
|
324
322
|
commentsCount: number | null;
|
|
325
323
|
displayUrl: string | null;
|
|
326
324
|
likesCount: number | null;
|
|
325
|
+
timestamp: string | null;
|
|
327
326
|
ownerUsername: string | null;
|
|
328
327
|
}[];
|
|
328
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
329
329
|
totalPosts: number;
|
|
330
330
|
profiles?: {
|
|
331
|
+
bio: string | null;
|
|
331
332
|
username: string;
|
|
332
333
|
fullName: string | null;
|
|
333
334
|
followersCount: number | null;
|
|
@@ -335,27 +336,27 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
335
336
|
profilePicUrl: string | null;
|
|
336
337
|
isVerified: boolean | null;
|
|
337
338
|
followingCount: number | null;
|
|
338
|
-
bio: string | null;
|
|
339
339
|
}[] | undefined;
|
|
340
340
|
scrapedHashtags?: string[] | undefined;
|
|
341
341
|
scrapedProfiles?: string[] | undefined;
|
|
342
342
|
}, {
|
|
343
|
-
error: string;
|
|
344
343
|
success: boolean;
|
|
345
|
-
|
|
344
|
+
error: string;
|
|
346
345
|
posts: {
|
|
347
|
-
type: "image" | "video" | "carousel" | null;
|
|
348
346
|
url: string | null;
|
|
349
|
-
|
|
347
|
+
type: "image" | "video" | "carousel" | null;
|
|
350
348
|
caption: string | null;
|
|
351
349
|
hashtags: string[] | null;
|
|
352
350
|
commentsCount: number | null;
|
|
353
351
|
displayUrl: string | null;
|
|
354
352
|
likesCount: number | null;
|
|
353
|
+
timestamp: string | null;
|
|
355
354
|
ownerUsername: string | null;
|
|
356
355
|
}[];
|
|
356
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
357
357
|
totalPosts: number;
|
|
358
358
|
profiles?: {
|
|
359
|
+
bio: string | null;
|
|
359
360
|
username: string;
|
|
360
361
|
fullName: string | null;
|
|
361
362
|
followersCount: number | null;
|
|
@@ -363,7 +364,6 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
363
364
|
profilePicUrl: string | null;
|
|
364
365
|
isVerified: boolean | null;
|
|
365
366
|
followingCount: number | null;
|
|
366
|
-
bio: string | null;
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
scrapedHashtags?: string[] | undefined;
|
|
369
369
|
scrapedProfiles?: string[] | undefined;
|
|
@@ -31,13 +31,13 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
31
31
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
32
32
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
33
33
|
}, "strip", import("zod").ZodTypeAny, {
|
|
34
|
-
operation: "send_connection";
|
|
35
34
|
profile_url: string;
|
|
35
|
+
operation: "send_connection";
|
|
36
36
|
message?: string | undefined;
|
|
37
37
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
operation: "send_connection";
|
|
40
39
|
profile_url: string;
|
|
40
|
+
operation: "send_connection";
|
|
41
41
|
message?: string | undefined;
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
43
|
}>]>;
|
|
@@ -63,8 +63,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
63
63
|
}>>;
|
|
64
64
|
error: import("zod").ZodString;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
-
error: string;
|
|
67
66
|
success: boolean;
|
|
67
|
+
error: string;
|
|
68
68
|
operation: "send_connection";
|
|
69
69
|
message?: string | undefined;
|
|
70
70
|
profile?: {
|
|
@@ -74,8 +74,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
74
74
|
headline?: string | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
error: string;
|
|
78
77
|
success: boolean;
|
|
78
|
+
error: string;
|
|
79
79
|
operation: "send_connection";
|
|
80
80
|
message?: string | undefined;
|
|
81
81
|
profile?: {
|
package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts
CHANGED
|
@@ -65,8 +65,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
65
65
|
}>>;
|
|
66
66
|
error: z.ZodString;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
error: string;
|
|
69
68
|
success: boolean;
|
|
69
|
+
error: string;
|
|
70
70
|
operation: "send_connection";
|
|
71
71
|
message?: string | undefined;
|
|
72
72
|
profile?: {
|
|
@@ -76,8 +76,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
76
76
|
headline?: string | undefined;
|
|
77
77
|
} | undefined;
|
|
78
78
|
}, {
|
|
79
|
-
error: string;
|
|
80
79
|
success: boolean;
|
|
80
|
+
error: string;
|
|
81
81
|
operation: "send_connection";
|
|
82
82
|
message?: string | undefined;
|
|
83
83
|
profile?: {
|