@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- 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 +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- 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 +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -9,14 +9,14 @@ declare const WebExtractToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
schema: string;
|
|
13
12
|
url: string;
|
|
13
|
+
schema: string;
|
|
14
14
|
prompt: string;
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
timeout?: number | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
schema: string;
|
|
19
18
|
url: string;
|
|
19
|
+
schema: string;
|
|
20
20
|
prompt: string;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
timeout?: number | undefined;
|
|
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
pageTitle?: string | undefined;
|
|
41
41
|
}>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
error: string;
|
|
44
|
-
success: boolean;
|
|
45
43
|
url: string;
|
|
44
|
+
success: boolean;
|
|
45
|
+
error: string;
|
|
46
46
|
metadata?: {
|
|
47
47
|
statusCode?: number | undefined;
|
|
48
48
|
extractionTime?: number | undefined;
|
|
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
} | undefined;
|
|
51
51
|
extractedData?: any;
|
|
52
52
|
}, {
|
|
53
|
-
error: string;
|
|
54
|
-
success: boolean;
|
|
55
53
|
url: string;
|
|
54
|
+
success: boolean;
|
|
55
|
+
error: string;
|
|
56
56
|
metadata?: {
|
|
57
57
|
statusCode?: number | undefined;
|
|
58
58
|
extractionTime?: number | undefined;
|
|
@@ -72,14 +72,14 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
72
72
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
73
73
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
schema: string;
|
|
76
75
|
url: string;
|
|
76
|
+
schema: string;
|
|
77
77
|
prompt: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
timeout?: number | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
schema: string;
|
|
82
81
|
url: string;
|
|
82
|
+
schema: string;
|
|
83
83
|
prompt: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
timeout?: number | undefined;
|
|
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
103
103
|
pageTitle?: string | undefined;
|
|
104
104
|
}>>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
108
106
|
url: string;
|
|
107
|
+
success: boolean;
|
|
108
|
+
error: string;
|
|
109
109
|
metadata?: {
|
|
110
110
|
statusCode?: number | undefined;
|
|
111
111
|
extractionTime?: number | undefined;
|
|
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
extractedData?: any;
|
|
115
115
|
}, {
|
|
116
|
-
error: string;
|
|
117
|
-
success: boolean;
|
|
118
116
|
url: string;
|
|
117
|
+
success: boolean;
|
|
118
|
+
error: string;
|
|
119
119
|
metadata?: {
|
|
120
120
|
statusCode?: number | undefined;
|
|
121
121
|
extractionTime?: number | undefined;
|
|
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
format: string;
|
|
41
41
|
title: string;
|
|
42
|
-
error: string;
|
|
43
|
-
success: boolean;
|
|
44
|
-
content: string;
|
|
45
42
|
url: string;
|
|
43
|
+
content: string;
|
|
44
|
+
success: boolean;
|
|
45
|
+
error: string;
|
|
46
46
|
creditsUsed: number;
|
|
47
47
|
metadata?: {
|
|
48
48
|
statusCode?: number | undefined;
|
|
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
51
51
|
}, {
|
|
52
52
|
format: string;
|
|
53
53
|
title: string;
|
|
54
|
-
error: string;
|
|
55
|
-
success: boolean;
|
|
56
|
-
content: string;
|
|
57
54
|
url: string;
|
|
55
|
+
content: string;
|
|
56
|
+
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
creditsUsed: number;
|
|
59
59
|
metadata?: {
|
|
60
60
|
statusCode?: number | undefined;
|
|
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
format: string;
|
|
105
105
|
title: string;
|
|
106
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
108
|
-
content: string;
|
|
109
106
|
url: string;
|
|
107
|
+
content: string;
|
|
108
|
+
success: boolean;
|
|
109
|
+
error: string;
|
|
110
110
|
creditsUsed: number;
|
|
111
111
|
metadata?: {
|
|
112
112
|
statusCode?: number | undefined;
|
|
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
115
115
|
}, {
|
|
116
116
|
format: string;
|
|
117
117
|
title: string;
|
|
118
|
-
error: string;
|
|
119
|
-
success: boolean;
|
|
120
|
-
content: string;
|
|
121
118
|
url: string;
|
|
119
|
+
content: string;
|
|
120
|
+
success: boolean;
|
|
121
|
+
error: string;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
metadata?: {
|
|
124
124
|
statusCode?: number | undefined;
|
|
@@ -9,15 +9,15 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
location: z.ZodOptional<z.ZodString>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
query: string;
|
|
13
12
|
limit: number;
|
|
13
|
+
query: string;
|
|
14
14
|
categories: ("github" | "pdf" | "research")[];
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
location?: string | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
19
|
limit?: number | undefined;
|
|
20
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
location?: string | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
@@ -28,12 +28,12 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
content: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
title: string;
|
|
31
|
-
content: string;
|
|
32
31
|
url: string;
|
|
32
|
+
content: string;
|
|
33
33
|
}, {
|
|
34
34
|
title: string;
|
|
35
|
-
content: string;
|
|
36
35
|
url: string;
|
|
36
|
+
content: string;
|
|
37
37
|
}>, "many">;
|
|
38
38
|
query: z.ZodString;
|
|
39
39
|
totalResults: z.ZodNumber;
|
|
@@ -42,26 +42,26 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
error: string;
|
|
46
45
|
success: boolean;
|
|
47
|
-
|
|
46
|
+
error: string;
|
|
48
47
|
results: {
|
|
49
48
|
title: string;
|
|
50
|
-
content: string;
|
|
51
49
|
url: string;
|
|
50
|
+
content: string;
|
|
52
51
|
}[];
|
|
52
|
+
query: string;
|
|
53
53
|
creditsUsed: number;
|
|
54
54
|
totalResults: number;
|
|
55
55
|
searchEngine: string;
|
|
56
56
|
}, {
|
|
57
|
-
error: string;
|
|
58
57
|
success: boolean;
|
|
59
|
-
|
|
58
|
+
error: string;
|
|
60
59
|
results: {
|
|
61
60
|
title: string;
|
|
62
|
-
content: string;
|
|
63
61
|
url: string;
|
|
62
|
+
content: string;
|
|
64
63
|
}[];
|
|
64
|
+
query: string;
|
|
65
65
|
creditsUsed: number;
|
|
66
66
|
totalResults: number;
|
|
67
67
|
searchEngine: string;
|
|
@@ -78,15 +78,15 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
78
78
|
location: z.ZodOptional<z.ZodString>;
|
|
79
79
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
query: string;
|
|
82
81
|
limit: number;
|
|
82
|
+
query: string;
|
|
83
83
|
categories: ("github" | "pdf" | "research")[];
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
location?: string | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
88
|
limit?: number | undefined;
|
|
89
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
90
|
location?: string | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
@@ -97,12 +97,12 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
97
97
|
content: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
title: string;
|
|
100
|
-
content: string;
|
|
101
100
|
url: string;
|
|
101
|
+
content: string;
|
|
102
102
|
}, {
|
|
103
103
|
title: string;
|
|
104
|
-
content: string;
|
|
105
104
|
url: string;
|
|
105
|
+
content: string;
|
|
106
106
|
}>, "many">;
|
|
107
107
|
query: z.ZodString;
|
|
108
108
|
totalResults: z.ZodNumber;
|
|
@@ -111,26 +111,26 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
error: string;
|
|
115
114
|
success: boolean;
|
|
116
|
-
|
|
115
|
+
error: string;
|
|
117
116
|
results: {
|
|
118
117
|
title: string;
|
|
119
|
-
content: string;
|
|
120
118
|
url: string;
|
|
119
|
+
content: string;
|
|
121
120
|
}[];
|
|
121
|
+
query: string;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
totalResults: number;
|
|
124
124
|
searchEngine: string;
|
|
125
125
|
}, {
|
|
126
|
-
error: string;
|
|
127
126
|
success: boolean;
|
|
128
|
-
|
|
127
|
+
error: string;
|
|
129
128
|
results: {
|
|
130
129
|
title: string;
|
|
131
|
-
content: string;
|
|
132
130
|
url: string;
|
|
131
|
+
content: string;
|
|
133
132
|
}[];
|
|
133
|
+
query: string;
|
|
134
134
|
creditsUsed: number;
|
|
135
135
|
totalResults: number;
|
|
136
136
|
searchEngine: string;
|
|
@@ -9,16 +9,16 @@ declare const YCFounderSchema: z.ZodObject<{
|
|
|
9
9
|
bio: z.ZodNullable<z.ZodString>;
|
|
10
10
|
twitterUrl: z.ZodNullable<z.ZodString>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
title: string | null;
|
|
13
12
|
name: string | null;
|
|
14
|
-
|
|
13
|
+
title: string | null;
|
|
15
14
|
linkedinUrl: string | null;
|
|
15
|
+
bio: string | null;
|
|
16
16
|
twitterUrl: string | null;
|
|
17
17
|
}, {
|
|
18
|
-
title: string | null;
|
|
19
18
|
name: string | null;
|
|
20
|
-
|
|
19
|
+
title: string | null;
|
|
21
20
|
linkedinUrl: string | null;
|
|
21
|
+
bio: string | null;
|
|
22
22
|
twitterUrl: string | null;
|
|
23
23
|
}>;
|
|
24
24
|
declare const YCCompanySchema: z.ZodObject<{
|
|
@@ -34,16 +34,16 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
34
34
|
bio: z.ZodNullable<z.ZodString>;
|
|
35
35
|
twitterUrl: z.ZodNullable<z.ZodString>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
title: string | null;
|
|
38
37
|
name: string | null;
|
|
39
|
-
|
|
38
|
+
title: string | null;
|
|
40
39
|
linkedinUrl: string | null;
|
|
40
|
+
bio: string | null;
|
|
41
41
|
twitterUrl: string | null;
|
|
42
42
|
}, {
|
|
43
|
-
title: string | null;
|
|
44
43
|
name: string | null;
|
|
45
|
-
|
|
44
|
+
title: string | null;
|
|
46
45
|
linkedinUrl: string | null;
|
|
46
|
+
bio: string | null;
|
|
47
47
|
twitterUrl: string | null;
|
|
48
48
|
}>, "many">;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52,10 +52,10 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
52
52
|
companyName: string | null;
|
|
53
53
|
website: string | null;
|
|
54
54
|
founders: {
|
|
55
|
-
title: string | null;
|
|
56
55
|
name: string | null;
|
|
57
|
-
|
|
56
|
+
title: string | null;
|
|
58
57
|
linkedinUrl: string | null;
|
|
58
|
+
bio: string | null;
|
|
59
59
|
twitterUrl: string | null;
|
|
60
60
|
}[];
|
|
61
61
|
ycUrl: string | null;
|
|
@@ -65,10 +65,10 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
65
65
|
companyName: string | null;
|
|
66
66
|
website: string | null;
|
|
67
67
|
founders: {
|
|
68
|
-
title: string | null;
|
|
69
68
|
name: string | null;
|
|
70
|
-
|
|
69
|
+
title: string | null;
|
|
71
70
|
linkedinUrl: string | null;
|
|
71
|
+
bio: string | null;
|
|
72
72
|
twitterUrl: string | null;
|
|
73
73
|
}[];
|
|
74
74
|
ycUrl: string | null;
|
|
@@ -88,21 +88,21 @@ declare const YCPersonSchema: z.ZodObject<{
|
|
|
88
88
|
bio: z.ZodNullable<z.ZodString>;
|
|
89
89
|
emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
title: string | null;
|
|
92
91
|
name: string | null;
|
|
92
|
+
title: string | null;
|
|
93
93
|
emails: string[] | null;
|
|
94
|
-
bio: string | null;
|
|
95
94
|
linkedinUrl: string | null;
|
|
95
|
+
bio: string | null;
|
|
96
96
|
currentEmployers: {
|
|
97
97
|
companyName: string | null;
|
|
98
98
|
}[];
|
|
99
99
|
twitterUrl: string | null;
|
|
100
100
|
}, {
|
|
101
|
-
title: string | null;
|
|
102
101
|
name: string | null;
|
|
102
|
+
title: string | null;
|
|
103
103
|
emails: string[] | null;
|
|
104
|
-
bio: string | null;
|
|
105
104
|
linkedinUrl: string | null;
|
|
105
|
+
bio: string | null;
|
|
106
106
|
currentEmployers: {
|
|
107
107
|
companyName: string | null;
|
|
108
108
|
}[];
|
|
@@ -143,21 +143,21 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
143
143
|
bio: z.ZodNullable<z.ZodString>;
|
|
144
144
|
emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
title: string | null;
|
|
147
146
|
name: string | null;
|
|
147
|
+
title: string | null;
|
|
148
148
|
emails: string[] | null;
|
|
149
|
-
bio: string | null;
|
|
150
149
|
linkedinUrl: string | null;
|
|
150
|
+
bio: string | null;
|
|
151
151
|
currentEmployers: {
|
|
152
152
|
companyName: string | null;
|
|
153
153
|
}[];
|
|
154
154
|
twitterUrl: string | null;
|
|
155
155
|
}, {
|
|
156
|
-
title: string | null;
|
|
157
156
|
name: string | null;
|
|
157
|
+
title: string | null;
|
|
158
158
|
emails: string[] | null;
|
|
159
|
-
bio: string | null;
|
|
160
159
|
linkedinUrl: string | null;
|
|
160
|
+
bio: string | null;
|
|
161
161
|
currentEmployers: {
|
|
162
162
|
companyName: string | null;
|
|
163
163
|
}[];
|
|
@@ -176,16 +176,16 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
176
176
|
bio: z.ZodNullable<z.ZodString>;
|
|
177
177
|
twitterUrl: z.ZodNullable<z.ZodString>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
title: string | null;
|
|
180
179
|
name: string | null;
|
|
181
|
-
|
|
180
|
+
title: string | null;
|
|
182
181
|
linkedinUrl: string | null;
|
|
182
|
+
bio: string | null;
|
|
183
183
|
twitterUrl: string | null;
|
|
184
184
|
}, {
|
|
185
|
-
title: string | null;
|
|
186
185
|
name: string | null;
|
|
187
|
-
|
|
186
|
+
title: string | null;
|
|
188
187
|
linkedinUrl: string | null;
|
|
188
|
+
bio: string | null;
|
|
189
189
|
twitterUrl: string | null;
|
|
190
190
|
}>, "many">;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -194,10 +194,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
194
194
|
companyName: string | null;
|
|
195
195
|
website: string | null;
|
|
196
196
|
founders: {
|
|
197
|
-
title: string | null;
|
|
198
197
|
name: string | null;
|
|
199
|
-
|
|
198
|
+
title: string | null;
|
|
200
199
|
linkedinUrl: string | null;
|
|
200
|
+
bio: string | null;
|
|
201
201
|
twitterUrl: string | null;
|
|
202
202
|
}[];
|
|
203
203
|
ycUrl: string | null;
|
|
@@ -207,10 +207,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
207
207
|
companyName: string | null;
|
|
208
208
|
website: string | null;
|
|
209
209
|
founders: {
|
|
210
|
-
title: string | null;
|
|
211
210
|
name: string | null;
|
|
212
|
-
|
|
211
|
+
title: string | null;
|
|
213
212
|
linkedinUrl: string | null;
|
|
213
|
+
bio: string | null;
|
|
214
214
|
twitterUrl: string | null;
|
|
215
215
|
}[];
|
|
216
216
|
ycUrl: string | null;
|
|
@@ -222,16 +222,16 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
222
222
|
success: z.ZodBoolean;
|
|
223
223
|
error: z.ZodString;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
error: string;
|
|
226
|
-
success: boolean;
|
|
227
225
|
url: string | null;
|
|
226
|
+
success: boolean;
|
|
227
|
+
error: string;
|
|
228
228
|
batch: string | null;
|
|
229
229
|
people: {
|
|
230
|
-
title: string | null;
|
|
231
230
|
name: string | null;
|
|
231
|
+
title: string | null;
|
|
232
232
|
emails: string[] | null;
|
|
233
|
-
bio: string | null;
|
|
234
233
|
linkedinUrl: string | null;
|
|
234
|
+
bio: string | null;
|
|
235
235
|
currentEmployers: {
|
|
236
236
|
companyName: string | null;
|
|
237
237
|
}[];
|
|
@@ -243,10 +243,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
243
243
|
companyName: string | null;
|
|
244
244
|
website: string | null;
|
|
245
245
|
founders: {
|
|
246
|
-
title: string | null;
|
|
247
246
|
name: string | null;
|
|
248
|
-
|
|
247
|
+
title: string | null;
|
|
249
248
|
linkedinUrl: string | null;
|
|
249
|
+
bio: string | null;
|
|
250
250
|
twitterUrl: string | null;
|
|
251
251
|
}[];
|
|
252
252
|
ycUrl: string | null;
|
|
@@ -254,16 +254,16 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
254
254
|
totalPeople: number;
|
|
255
255
|
totalCompanies: number;
|
|
256
256
|
}, {
|
|
257
|
-
error: string;
|
|
258
|
-
success: boolean;
|
|
259
257
|
url: string | null;
|
|
258
|
+
success: boolean;
|
|
259
|
+
error: string;
|
|
260
260
|
batch: string | null;
|
|
261
261
|
people: {
|
|
262
|
-
title: string | null;
|
|
263
262
|
name: string | null;
|
|
263
|
+
title: string | null;
|
|
264
264
|
emails: string[] | null;
|
|
265
|
-
bio: string | null;
|
|
266
265
|
linkedinUrl: string | null;
|
|
266
|
+
bio: string | null;
|
|
267
267
|
currentEmployers: {
|
|
268
268
|
companyName: string | null;
|
|
269
269
|
}[];
|
|
@@ -275,10 +275,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
275
275
|
companyName: string | null;
|
|
276
276
|
website: string | null;
|
|
277
277
|
founders: {
|
|
278
|
-
title: string | null;
|
|
279
278
|
name: string | null;
|
|
280
|
-
|
|
279
|
+
title: string | null;
|
|
281
280
|
linkedinUrl: string | null;
|
|
281
|
+
bio: string | null;
|
|
282
282
|
twitterUrl: string | null;
|
|
283
283
|
}[];
|
|
284
284
|
ycUrl: string | null;
|
|
@@ -341,21 +341,21 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
341
341
|
bio: z.ZodNullable<z.ZodString>;
|
|
342
342
|
emails: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
|
-
title: string | null;
|
|
345
344
|
name: string | null;
|
|
345
|
+
title: string | null;
|
|
346
346
|
emails: string[] | null;
|
|
347
|
-
bio: string | null;
|
|
348
347
|
linkedinUrl: string | null;
|
|
348
|
+
bio: string | null;
|
|
349
349
|
currentEmployers: {
|
|
350
350
|
companyName: string | null;
|
|
351
351
|
}[];
|
|
352
352
|
twitterUrl: string | null;
|
|
353
353
|
}, {
|
|
354
|
-
title: string | null;
|
|
355
354
|
name: string | null;
|
|
355
|
+
title: string | null;
|
|
356
356
|
emails: string[] | null;
|
|
357
|
-
bio: string | null;
|
|
358
357
|
linkedinUrl: string | null;
|
|
358
|
+
bio: string | null;
|
|
359
359
|
currentEmployers: {
|
|
360
360
|
companyName: string | null;
|
|
361
361
|
}[];
|
|
@@ -374,16 +374,16 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
374
374
|
bio: z.ZodNullable<z.ZodString>;
|
|
375
375
|
twitterUrl: z.ZodNullable<z.ZodString>;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
|
-
title: string | null;
|
|
378
377
|
name: string | null;
|
|
379
|
-
|
|
378
|
+
title: string | null;
|
|
380
379
|
linkedinUrl: string | null;
|
|
380
|
+
bio: string | null;
|
|
381
381
|
twitterUrl: string | null;
|
|
382
382
|
}, {
|
|
383
|
-
title: string | null;
|
|
384
383
|
name: string | null;
|
|
385
|
-
|
|
384
|
+
title: string | null;
|
|
386
385
|
linkedinUrl: string | null;
|
|
386
|
+
bio: string | null;
|
|
387
387
|
twitterUrl: string | null;
|
|
388
388
|
}>, "many">;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -392,10 +392,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
392
392
|
companyName: string | null;
|
|
393
393
|
website: string | null;
|
|
394
394
|
founders: {
|
|
395
|
-
title: string | null;
|
|
396
395
|
name: string | null;
|
|
397
|
-
|
|
396
|
+
title: string | null;
|
|
398
397
|
linkedinUrl: string | null;
|
|
398
|
+
bio: string | null;
|
|
399
399
|
twitterUrl: string | null;
|
|
400
400
|
}[];
|
|
401
401
|
ycUrl: string | null;
|
|
@@ -405,10 +405,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
405
405
|
companyName: string | null;
|
|
406
406
|
website: string | null;
|
|
407
407
|
founders: {
|
|
408
|
-
title: string | null;
|
|
409
408
|
name: string | null;
|
|
410
|
-
|
|
409
|
+
title: string | null;
|
|
411
410
|
linkedinUrl: string | null;
|
|
411
|
+
bio: string | null;
|
|
412
412
|
twitterUrl: string | null;
|
|
413
413
|
}[];
|
|
414
414
|
ycUrl: string | null;
|
|
@@ -420,16 +420,16 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
420
420
|
success: z.ZodBoolean;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
error: string;
|
|
424
|
-
success: boolean;
|
|
425
423
|
url: string | null;
|
|
424
|
+
success: boolean;
|
|
425
|
+
error: string;
|
|
426
426
|
batch: string | null;
|
|
427
427
|
people: {
|
|
428
|
-
title: string | null;
|
|
429
428
|
name: string | null;
|
|
429
|
+
title: string | null;
|
|
430
430
|
emails: string[] | null;
|
|
431
|
-
bio: string | null;
|
|
432
431
|
linkedinUrl: string | null;
|
|
432
|
+
bio: string | null;
|
|
433
433
|
currentEmployers: {
|
|
434
434
|
companyName: string | null;
|
|
435
435
|
}[];
|
|
@@ -441,10 +441,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
441
441
|
companyName: string | null;
|
|
442
442
|
website: string | null;
|
|
443
443
|
founders: {
|
|
444
|
-
title: string | null;
|
|
445
444
|
name: string | null;
|
|
446
|
-
|
|
445
|
+
title: string | null;
|
|
447
446
|
linkedinUrl: string | null;
|
|
447
|
+
bio: string | null;
|
|
448
448
|
twitterUrl: string | null;
|
|
449
449
|
}[];
|
|
450
450
|
ycUrl: string | null;
|
|
@@ -452,16 +452,16 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
452
452
|
totalPeople: number;
|
|
453
453
|
totalCompanies: number;
|
|
454
454
|
}, {
|
|
455
|
-
error: string;
|
|
456
|
-
success: boolean;
|
|
457
455
|
url: string | null;
|
|
456
|
+
success: boolean;
|
|
457
|
+
error: string;
|
|
458
458
|
batch: string | null;
|
|
459
459
|
people: {
|
|
460
|
-
title: string | null;
|
|
461
460
|
name: string | null;
|
|
461
|
+
title: string | null;
|
|
462
462
|
emails: string[] | null;
|
|
463
|
-
bio: string | null;
|
|
464
463
|
linkedinUrl: string | null;
|
|
464
|
+
bio: string | null;
|
|
465
465
|
currentEmployers: {
|
|
466
466
|
companyName: string | null;
|
|
467
467
|
}[];
|
|
@@ -473,10 +473,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
473
473
|
companyName: string | null;
|
|
474
474
|
website: string | null;
|
|
475
475
|
founders: {
|
|
476
|
-
title: string | null;
|
|
477
476
|
name: string | null;
|
|
478
|
-
|
|
477
|
+
title: string | null;
|
|
479
478
|
linkedinUrl: string | null;
|
|
479
|
+
bio: string | null;
|
|
480
480
|
twitterUrl: string | null;
|
|
481
481
|
}[];
|
|
482
482
|
ycUrl: string | null;
|