@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
3
|
+
export declare const ReceivedInvitationInfoSchema: z.ZodObject<{
|
|
4
|
+
name: z.ZodString;
|
|
5
|
+
headline: z.ZodOptional<z.ZodString>;
|
|
6
|
+
mutual_connections: z.ZodOptional<z.ZodString>;
|
|
7
|
+
received_date: z.ZodString;
|
|
8
|
+
profile_url: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
name: string;
|
|
11
|
+
received_date: string;
|
|
12
|
+
headline?: string | undefined;
|
|
13
|
+
profile_url?: string | undefined;
|
|
14
|
+
mutual_connections?: string | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
name: string;
|
|
17
|
+
received_date: string;
|
|
18
|
+
headline?: string | undefined;
|
|
19
|
+
profile_url?: string | undefined;
|
|
20
|
+
mutual_connections?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export type ReceivedInvitationInfo = z.infer<typeof ReceivedInvitationInfoSchema>;
|
|
23
|
+
export declare const LinkedInReceivedInvitationsToolParamsSchema: z.ZodObject<{
|
|
24
|
+
operation: z.ZodLiteral<"get_received_invitations">;
|
|
25
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
26
|
+
proxy: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
27
|
+
type: z.ZodLiteral<"none">;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
type: "none";
|
|
30
|
+
}, {
|
|
31
|
+
type: "none";
|
|
32
|
+
}>, z.ZodObject<{
|
|
33
|
+
type: z.ZodLiteral<"browserbase">;
|
|
34
|
+
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
type: "browserbase";
|
|
36
|
+
}, {
|
|
37
|
+
type: "browserbase";
|
|
38
|
+
}>, z.ZodObject<{
|
|
39
|
+
type: z.ZodLiteral<"custom">;
|
|
40
|
+
proxy: z.ZodObject<{
|
|
41
|
+
id: z.ZodString;
|
|
42
|
+
server: z.ZodString;
|
|
43
|
+
username: z.ZodOptional<z.ZodString>;
|
|
44
|
+
password: z.ZodOptional<z.ZodString>;
|
|
45
|
+
}, "strip", z.ZodTypeAny, {
|
|
46
|
+
id: string;
|
|
47
|
+
server: string;
|
|
48
|
+
password?: string | undefined;
|
|
49
|
+
username?: string | undefined;
|
|
50
|
+
}, {
|
|
51
|
+
id: string;
|
|
52
|
+
server: string;
|
|
53
|
+
password?: string | undefined;
|
|
54
|
+
username?: string | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
type: "custom";
|
|
58
|
+
proxy: {
|
|
59
|
+
id: string;
|
|
60
|
+
server: string;
|
|
61
|
+
password?: string | undefined;
|
|
62
|
+
username?: string | undefined;
|
|
63
|
+
};
|
|
64
|
+
}, {
|
|
65
|
+
type: "custom";
|
|
66
|
+
proxy: {
|
|
67
|
+
id: string;
|
|
68
|
+
server: string;
|
|
69
|
+
password?: string | undefined;
|
|
70
|
+
username?: string | undefined;
|
|
71
|
+
};
|
|
72
|
+
}>]>>;
|
|
73
|
+
}, "strip", z.ZodTypeAny, {
|
|
74
|
+
operation: "get_received_invitations";
|
|
75
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
|
+
proxy?: {
|
|
77
|
+
type: "none";
|
|
78
|
+
} | {
|
|
79
|
+
type: "browserbase";
|
|
80
|
+
} | {
|
|
81
|
+
type: "custom";
|
|
82
|
+
proxy: {
|
|
83
|
+
id: string;
|
|
84
|
+
server: string;
|
|
85
|
+
password?: string | undefined;
|
|
86
|
+
username?: string | undefined;
|
|
87
|
+
};
|
|
88
|
+
} | undefined;
|
|
89
|
+
}, {
|
|
90
|
+
operation: "get_received_invitations";
|
|
91
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
|
+
proxy?: {
|
|
93
|
+
type: "none";
|
|
94
|
+
} | {
|
|
95
|
+
type: "browserbase";
|
|
96
|
+
} | {
|
|
97
|
+
type: "custom";
|
|
98
|
+
proxy: {
|
|
99
|
+
id: string;
|
|
100
|
+
server: string;
|
|
101
|
+
password?: string | undefined;
|
|
102
|
+
username?: string | undefined;
|
|
103
|
+
};
|
|
104
|
+
} | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const LinkedInReceivedInvitationsToolResultSchema: z.ZodObject<{
|
|
107
|
+
operation: z.ZodLiteral<"get_received_invitations">;
|
|
108
|
+
success: z.ZodBoolean;
|
|
109
|
+
invitations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
110
|
+
name: z.ZodString;
|
|
111
|
+
headline: z.ZodOptional<z.ZodString>;
|
|
112
|
+
mutual_connections: z.ZodOptional<z.ZodString>;
|
|
113
|
+
received_date: z.ZodString;
|
|
114
|
+
profile_url: z.ZodOptional<z.ZodString>;
|
|
115
|
+
}, "strip", z.ZodTypeAny, {
|
|
116
|
+
name: string;
|
|
117
|
+
received_date: string;
|
|
118
|
+
headline?: string | undefined;
|
|
119
|
+
profile_url?: string | undefined;
|
|
120
|
+
mutual_connections?: string | undefined;
|
|
121
|
+
}, {
|
|
122
|
+
name: string;
|
|
123
|
+
received_date: string;
|
|
124
|
+
headline?: string | undefined;
|
|
125
|
+
profile_url?: string | undefined;
|
|
126
|
+
mutual_connections?: string | undefined;
|
|
127
|
+
}>, "many">>;
|
|
128
|
+
total_count: z.ZodOptional<z.ZodNumber>;
|
|
129
|
+
message: z.ZodOptional<z.ZodString>;
|
|
130
|
+
error: z.ZodString;
|
|
131
|
+
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
error: string;
|
|
133
|
+
success: boolean;
|
|
134
|
+
operation: "get_received_invitations";
|
|
135
|
+
message?: string | undefined;
|
|
136
|
+
total_count?: number | undefined;
|
|
137
|
+
invitations?: {
|
|
138
|
+
name: string;
|
|
139
|
+
received_date: string;
|
|
140
|
+
headline?: string | undefined;
|
|
141
|
+
profile_url?: string | undefined;
|
|
142
|
+
mutual_connections?: string | undefined;
|
|
143
|
+
}[] | undefined;
|
|
144
|
+
}, {
|
|
145
|
+
error: string;
|
|
146
|
+
success: boolean;
|
|
147
|
+
operation: "get_received_invitations";
|
|
148
|
+
message?: string | undefined;
|
|
149
|
+
total_count?: number | undefined;
|
|
150
|
+
invitations?: {
|
|
151
|
+
name: string;
|
|
152
|
+
received_date: string;
|
|
153
|
+
headline?: string | undefined;
|
|
154
|
+
profile_url?: string | undefined;
|
|
155
|
+
mutual_connections?: string | undefined;
|
|
156
|
+
}[] | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export type LinkedInReceivedInvitationsToolParamsInput = z.input<typeof LinkedInReceivedInvitationsToolParamsSchema>;
|
|
159
|
+
export type LinkedInReceivedInvitationsToolResult = z.output<typeof LinkedInReceivedInvitationsToolResultSchema>;
|
|
160
|
+
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG3D,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAMvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOtD,CAAC;AAEH,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAC9D,OAAO,2CAA2C,CACnD,CAAC;AACF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,MAAM,CAC1D,OAAO,2CAA2C,CACnD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
3
|
+
import { ProxyChoiceSchema } from '../_shared/schema.js';
|
|
4
|
+
export const ReceivedInvitationInfoSchema = z.object({
|
|
5
|
+
name: z.string().describe('Full name of the person'),
|
|
6
|
+
headline: z.string().optional().describe('Professional headline/tagline'),
|
|
7
|
+
mutual_connections: z.string().optional().describe('Mutual connections info'),
|
|
8
|
+
received_date: z.string().describe('When the invitation was received'),
|
|
9
|
+
profile_url: z.string().optional().describe('LinkedIn profile URL'),
|
|
10
|
+
});
|
|
11
|
+
export const LinkedInReceivedInvitationsToolParamsSchema = z.object({
|
|
12
|
+
operation: z.literal('get_received_invitations'),
|
|
13
|
+
credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional(),
|
|
14
|
+
proxy: ProxyChoiceSchema.optional(),
|
|
15
|
+
});
|
|
16
|
+
export const LinkedInReceivedInvitationsToolResultSchema = z.object({
|
|
17
|
+
operation: z.literal('get_received_invitations'),
|
|
18
|
+
success: z.boolean(),
|
|
19
|
+
invitations: z.array(ReceivedInvitationInfoSchema).optional(),
|
|
20
|
+
total_count: z.number().optional(),
|
|
21
|
+
message: z.string().optional(),
|
|
22
|
+
error: z.string(),
|
|
23
|
+
});
|
|
24
|
+
//# sourceMappingURL=schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../../src/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IACnD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACpD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,+BAA+B,CAAC;IACzE,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC7E,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IACtE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sBAAsB,CAAC;CACpE,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,2CAA2C,GAAG,CAAC,CAAC,MAAM,CAAC;IAClE,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAChD,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1E,KAAK,EAAE,iBAAiB,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2CAA2C,GAAG,CAAC,CAAC,MAAM,CAAC;IAClE,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,CAAC,QAAQ,EAAE;IAC7D,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { ToolBubble } from '../../../../types/tool-bubble-class.js';
|
|
2
|
+
import type { BubbleContext } from '../../../../types/bubble.js';
|
|
3
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
4
|
+
import { type LinkedInReceivedInvitationsToolParamsInput, type LinkedInReceivedInvitationsToolResult } from './schema.js';
|
|
5
|
+
export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedInvitationsToolParamsInput = LinkedInReceivedInvitationsToolParamsInput> extends ToolBubble<T, LinkedInReceivedInvitationsToolResult> {
|
|
6
|
+
static readonly bubbleName: "linkedin-received-invitations-tool";
|
|
7
|
+
static readonly schema: import("zod").ZodObject<{
|
|
8
|
+
operation: import("zod").ZodLiteral<"get_received_invitations">;
|
|
9
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
10
|
+
proxy: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
11
|
+
type: import("zod").ZodLiteral<"none">;
|
|
12
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
13
|
+
type: "none";
|
|
14
|
+
}, {
|
|
15
|
+
type: "none";
|
|
16
|
+
}>, import("zod").ZodObject<{
|
|
17
|
+
type: import("zod").ZodLiteral<"browserbase">;
|
|
18
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
19
|
+
type: "browserbase";
|
|
20
|
+
}, {
|
|
21
|
+
type: "browserbase";
|
|
22
|
+
}>, import("zod").ZodObject<{
|
|
23
|
+
type: import("zod").ZodLiteral<"custom">;
|
|
24
|
+
proxy: import("zod").ZodObject<{
|
|
25
|
+
id: import("zod").ZodString;
|
|
26
|
+
server: import("zod").ZodString;
|
|
27
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
29
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
30
|
+
id: string;
|
|
31
|
+
server: string;
|
|
32
|
+
password?: string | undefined;
|
|
33
|
+
username?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
id: string;
|
|
36
|
+
server: string;
|
|
37
|
+
password?: string | undefined;
|
|
38
|
+
username?: string | undefined;
|
|
39
|
+
}>;
|
|
40
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
41
|
+
type: "custom";
|
|
42
|
+
proxy: {
|
|
43
|
+
id: string;
|
|
44
|
+
server: string;
|
|
45
|
+
password?: string | undefined;
|
|
46
|
+
username?: string | undefined;
|
|
47
|
+
};
|
|
48
|
+
}, {
|
|
49
|
+
type: "custom";
|
|
50
|
+
proxy: {
|
|
51
|
+
id: string;
|
|
52
|
+
server: string;
|
|
53
|
+
password?: string | undefined;
|
|
54
|
+
username?: string | undefined;
|
|
55
|
+
};
|
|
56
|
+
}>]>>;
|
|
57
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
58
|
+
operation: "get_received_invitations";
|
|
59
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
|
+
proxy?: {
|
|
61
|
+
type: "none";
|
|
62
|
+
} | {
|
|
63
|
+
type: "browserbase";
|
|
64
|
+
} | {
|
|
65
|
+
type: "custom";
|
|
66
|
+
proxy: {
|
|
67
|
+
id: string;
|
|
68
|
+
server: string;
|
|
69
|
+
password?: string | undefined;
|
|
70
|
+
username?: string | undefined;
|
|
71
|
+
};
|
|
72
|
+
} | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
operation: "get_received_invitations";
|
|
75
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
|
+
proxy?: {
|
|
77
|
+
type: "none";
|
|
78
|
+
} | {
|
|
79
|
+
type: "browserbase";
|
|
80
|
+
} | {
|
|
81
|
+
type: "custom";
|
|
82
|
+
proxy: {
|
|
83
|
+
id: string;
|
|
84
|
+
server: string;
|
|
85
|
+
password?: string | undefined;
|
|
86
|
+
username?: string | undefined;
|
|
87
|
+
};
|
|
88
|
+
} | undefined;
|
|
89
|
+
}>;
|
|
90
|
+
static readonly resultSchema: import("zod").ZodObject<{
|
|
91
|
+
operation: import("zod").ZodLiteral<"get_received_invitations">;
|
|
92
|
+
success: import("zod").ZodBoolean;
|
|
93
|
+
invitations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
94
|
+
name: import("zod").ZodString;
|
|
95
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
96
|
+
mutual_connections: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97
|
+
received_date: import("zod").ZodString;
|
|
98
|
+
profile_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
99
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
100
|
+
name: string;
|
|
101
|
+
received_date: string;
|
|
102
|
+
headline?: string | undefined;
|
|
103
|
+
profile_url?: string | undefined;
|
|
104
|
+
mutual_connections?: string | undefined;
|
|
105
|
+
}, {
|
|
106
|
+
name: string;
|
|
107
|
+
received_date: string;
|
|
108
|
+
headline?: string | undefined;
|
|
109
|
+
profile_url?: string | undefined;
|
|
110
|
+
mutual_connections?: string | undefined;
|
|
111
|
+
}>, "many">>;
|
|
112
|
+
total_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
113
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
114
|
+
error: import("zod").ZodString;
|
|
115
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
116
|
+
operation: "get_received_invitations";
|
|
117
|
+
error: string;
|
|
118
|
+
success: boolean;
|
|
119
|
+
message?: string | undefined;
|
|
120
|
+
total_count?: number | undefined;
|
|
121
|
+
invitations?: {
|
|
122
|
+
name: string;
|
|
123
|
+
received_date: string;
|
|
124
|
+
headline?: string | undefined;
|
|
125
|
+
profile_url?: string | undefined;
|
|
126
|
+
mutual_connections?: string | undefined;
|
|
127
|
+
}[] | undefined;
|
|
128
|
+
}, {
|
|
129
|
+
operation: "get_received_invitations";
|
|
130
|
+
error: string;
|
|
131
|
+
success: boolean;
|
|
132
|
+
message?: string | undefined;
|
|
133
|
+
total_count?: number | undefined;
|
|
134
|
+
invitations?: {
|
|
135
|
+
name: string;
|
|
136
|
+
received_date: string;
|
|
137
|
+
headline?: string | undefined;
|
|
138
|
+
profile_url?: string | undefined;
|
|
139
|
+
mutual_connections?: string | undefined;
|
|
140
|
+
}[] | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
static readonly shortDescription = "Extract received LinkedIn connection invitations";
|
|
143
|
+
static readonly longDescription = "Recordable LinkedIn Received Invitations Tool. Supports pagination via scrolling and \"View more\" / \"Load more\" button clicks.";
|
|
144
|
+
static readonly alias = "linkedin-received-invitations";
|
|
145
|
+
static readonly type = "tool";
|
|
146
|
+
private sessionId;
|
|
147
|
+
private contextId;
|
|
148
|
+
private cookies;
|
|
149
|
+
constructor(params?: T, context?: BubbleContext);
|
|
150
|
+
protected chooseCredential(): string | undefined;
|
|
151
|
+
private stepStartBrowserSession;
|
|
152
|
+
private stepNavigateToReceivedInvitations;
|
|
153
|
+
private stepWaitForInvitationsPage;
|
|
154
|
+
private stepExtractAllInvitations;
|
|
155
|
+
private stepEndBrowserSession;
|
|
156
|
+
private evaluate;
|
|
157
|
+
private detectIPAddress;
|
|
158
|
+
performAction(): Promise<LinkedInReceivedInvitationsToolResult>;
|
|
159
|
+
}
|
|
160
|
+
//# sourceMappingURL=tool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool.d.ts","sourceRoot":"","sources":["../../../../../src/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAKjE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAGL,KAAK,0CAA0C,EAC/C,KAAK,qCAAqC,EAE3C,MAAM,aAAa,CAAC;AAErB,qBAAa,+BAA+B,CAC1C,CAAC,SACC,0CAA0C,GAAG,0CAA0C,CACzF,SAAQ,UAAU,CAAC,CAAC,EAAE,qCAAqC,CAAC;IAC5D,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAG,oCAAoC,CAAU;IAC3E,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA+C;IACrE,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA+C;IAC3E,MAAM,CAAC,QAAQ,CAAC,gBAAgB,sDACqB;IACrD,MAAM,CAAC,QAAQ,CAAC,eAAe,uIACmG;IAClI,MAAM,CAAC,QAAQ,CAAC,KAAK,mCAAmC;IACxD,MAAM,CAAC,QAAQ,CAAC,IAAI,UAAU;IAE9B,OAAO,CAAC,SAAS,CAAuB;IACxC,OAAO,CAAC,SAAS,CAAuB;IACxC,OAAO,CAAC,OAAO,CAA4B;gBAGzC,MAAM,GAAE,CAAkD,EAC1D,OAAO,CAAC,EAAE,aAAa;IAKzB,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;YAOlC,uBAAuB;YAkCvB,iCAAiC;YAkBjC,0BAA0B;YAqB1B,yBAAyB;YA8LzB,qBAAqB;YAcrB,QAAQ;YAaR,eAAe;IAiBvB,aAAa,IAAI,OAAO,CAAC,qCAAqC,CAAC;CA4BtE"}
|