@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -305,8 +305,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
305
305
|
operation: "create_invoice_item";
|
|
306
306
|
currency: string;
|
|
307
307
|
unit_amount: number;
|
|
308
|
-
customer: string;
|
|
309
308
|
quantity: number;
|
|
309
|
+
customer: string;
|
|
310
310
|
description?: string | undefined;
|
|
311
311
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
312
312
|
metadata?: Record<string, string> | undefined;
|
|
@@ -319,8 +319,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
319
319
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
320
320
|
metadata?: Record<string, string> | undefined;
|
|
321
321
|
currency?: string | undefined;
|
|
322
|
-
invoice?: string | undefined;
|
|
323
322
|
quantity?: number | undefined;
|
|
323
|
+
invoice?: string | undefined;
|
|
324
324
|
}>, import("zod").ZodObject<{
|
|
325
325
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
326
326
|
invoice_id: import("zod").ZodString;
|
|
@@ -366,12 +366,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
366
366
|
}, "strip", import("zod").ZodTypeAny, {
|
|
367
367
|
operation: "list_subscriptions";
|
|
368
368
|
limit: number;
|
|
369
|
-
status?: "
|
|
369
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
370
370
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
371
371
|
customer?: string | undefined;
|
|
372
372
|
}, {
|
|
373
373
|
operation: "list_subscriptions";
|
|
374
|
-
status?: "
|
|
374
|
+
status?: "canceled" | "all" | "paused" | "active" | "incomplete" | "incomplete_expired" | "trialing" | "past_due" | "unpaid" | undefined;
|
|
375
375
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
376
376
|
limit?: number | undefined;
|
|
377
377
|
customer?: string | undefined;
|
|
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
383
383
|
}, "strip", import("zod").ZodTypeAny, {
|
|
384
384
|
operation: "cancel_subscription";
|
|
385
|
-
cancel_at_period_end: boolean;
|
|
386
385
|
subscription_id: string;
|
|
386
|
+
cancel_at_period_end: boolean;
|
|
387
387
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
operation: "cancel_subscription";
|
|
@@ -585,15 +585,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
585
585
|
created: import("zod").ZodNumber;
|
|
586
586
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
587
587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
588
|
-
name: string;
|
|
589
588
|
id: string;
|
|
589
|
+
name: string;
|
|
590
590
|
created: number;
|
|
591
591
|
active: boolean;
|
|
592
592
|
description?: string | null | undefined;
|
|
593
593
|
metadata?: Record<string, string> | undefined;
|
|
594
594
|
}, {
|
|
595
|
-
name: string;
|
|
596
595
|
id: string;
|
|
596
|
+
name: string;
|
|
597
597
|
created: number;
|
|
598
598
|
active: boolean;
|
|
599
599
|
description?: string | null | undefined;
|
|
@@ -605,8 +605,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
605
605
|
success: boolean;
|
|
606
606
|
error: string;
|
|
607
607
|
product?: {
|
|
608
|
-
name: string;
|
|
609
608
|
id: string;
|
|
609
|
+
name: string;
|
|
610
610
|
created: number;
|
|
611
611
|
active: boolean;
|
|
612
612
|
description?: string | null | undefined;
|
|
@@ -617,8 +617,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
617
617
|
success: boolean;
|
|
618
618
|
error: string;
|
|
619
619
|
product?: {
|
|
620
|
-
name: string;
|
|
621
620
|
id: string;
|
|
621
|
+
name: string;
|
|
622
622
|
created: number;
|
|
623
623
|
active: boolean;
|
|
624
624
|
description?: string | null | undefined;
|
|
@@ -635,15 +635,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
635
635
|
created: import("zod").ZodNumber;
|
|
636
636
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
637
637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
638
|
-
name: string;
|
|
639
638
|
id: string;
|
|
639
|
+
name: string;
|
|
640
640
|
created: number;
|
|
641
641
|
active: boolean;
|
|
642
642
|
description?: string | null | undefined;
|
|
643
643
|
metadata?: Record<string, string> | undefined;
|
|
644
644
|
}, {
|
|
645
|
-
name: string;
|
|
646
645
|
id: string;
|
|
646
|
+
name: string;
|
|
647
647
|
created: number;
|
|
648
648
|
active: boolean;
|
|
649
649
|
description?: string | null | undefined;
|
|
@@ -655,8 +655,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
655
655
|
success: boolean;
|
|
656
656
|
error: string;
|
|
657
657
|
products?: {
|
|
658
|
-
name: string;
|
|
659
658
|
id: string;
|
|
659
|
+
name: string;
|
|
660
660
|
created: number;
|
|
661
661
|
active: boolean;
|
|
662
662
|
description?: string | null | undefined;
|
|
@@ -667,8 +667,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
667
667
|
success: boolean;
|
|
668
668
|
error: string;
|
|
669
669
|
products?: {
|
|
670
|
-
name: string;
|
|
671
670
|
id: string;
|
|
671
|
+
name: string;
|
|
672
672
|
created: number;
|
|
673
673
|
active: boolean;
|
|
674
674
|
description?: string | null | undefined;
|
|
@@ -687,7 +687,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
687
687
|
created: import("zod").ZodNumber;
|
|
688
688
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
689
689
|
}, "strip", import("zod").ZodTypeAny, {
|
|
690
|
-
type: "
|
|
690
|
+
type: "recurring" | "one_time";
|
|
691
691
|
id: string;
|
|
692
692
|
created: number;
|
|
693
693
|
currency: string;
|
|
@@ -696,7 +696,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
696
696
|
unit_amount: number | null;
|
|
697
697
|
metadata?: Record<string, string> | undefined;
|
|
698
698
|
}, {
|
|
699
|
-
type: "
|
|
699
|
+
type: "recurring" | "one_time";
|
|
700
700
|
id: string;
|
|
701
701
|
created: number;
|
|
702
702
|
currency: string;
|
|
@@ -711,7 +711,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
711
711
|
success: boolean;
|
|
712
712
|
error: string;
|
|
713
713
|
price?: {
|
|
714
|
-
type: "
|
|
714
|
+
type: "recurring" | "one_time";
|
|
715
715
|
id: string;
|
|
716
716
|
created: number;
|
|
717
717
|
currency: string;
|
|
@@ -725,7 +725,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
725
725
|
success: boolean;
|
|
726
726
|
error: string;
|
|
727
727
|
price?: {
|
|
728
|
-
type: "
|
|
728
|
+
type: "recurring" | "one_time";
|
|
729
729
|
id: string;
|
|
730
730
|
created: number;
|
|
731
731
|
currency: string;
|
|
@@ -747,7 +747,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
747
747
|
created: import("zod").ZodNumber;
|
|
748
748
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
749
749
|
}, "strip", import("zod").ZodTypeAny, {
|
|
750
|
-
type: "
|
|
750
|
+
type: "recurring" | "one_time";
|
|
751
751
|
id: string;
|
|
752
752
|
created: number;
|
|
753
753
|
currency: string;
|
|
@@ -756,7 +756,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
756
756
|
unit_amount: number | null;
|
|
757
757
|
metadata?: Record<string, string> | undefined;
|
|
758
758
|
}, {
|
|
759
|
-
type: "
|
|
759
|
+
type: "recurring" | "one_time";
|
|
760
760
|
id: string;
|
|
761
761
|
created: number;
|
|
762
762
|
currency: string;
|
|
@@ -771,7 +771,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
771
771
|
success: boolean;
|
|
772
772
|
error: string;
|
|
773
773
|
prices?: {
|
|
774
|
-
type: "
|
|
774
|
+
type: "recurring" | "one_time";
|
|
775
775
|
id: string;
|
|
776
776
|
created: number;
|
|
777
777
|
currency: string;
|
|
@@ -785,7 +785,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
785
785
|
success: boolean;
|
|
786
786
|
error: string;
|
|
787
787
|
prices?: {
|
|
788
|
-
type: "
|
|
788
|
+
type: "recurring" | "one_time";
|
|
789
789
|
id: string;
|
|
790
790
|
created: number;
|
|
791
791
|
currency: string;
|
|
@@ -1148,8 +1148,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1148
1148
|
date?: number | undefined;
|
|
1149
1149
|
metadata?: Record<string, string> | undefined;
|
|
1150
1150
|
unit_amount?: number | null | undefined;
|
|
1151
|
-
invoice?: string | null | undefined;
|
|
1152
1151
|
quantity?: number | undefined;
|
|
1152
|
+
invoice?: string | null | undefined;
|
|
1153
1153
|
}, {
|
|
1154
1154
|
id: string;
|
|
1155
1155
|
currency: string;
|
|
@@ -1159,8 +1159,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1159
1159
|
date?: number | undefined;
|
|
1160
1160
|
metadata?: Record<string, string> | undefined;
|
|
1161
1161
|
unit_amount?: number | null | undefined;
|
|
1162
|
-
invoice?: string | null | undefined;
|
|
1163
1162
|
quantity?: number | undefined;
|
|
1163
|
+
invoice?: string | null | undefined;
|
|
1164
1164
|
}>>;
|
|
1165
1165
|
error: import("zod").ZodString;
|
|
1166
1166
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1176,8 +1176,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1176
1176
|
date?: number | undefined;
|
|
1177
1177
|
metadata?: Record<string, string> | undefined;
|
|
1178
1178
|
unit_amount?: number | null | undefined;
|
|
1179
|
-
invoice?: string | null | undefined;
|
|
1180
1179
|
quantity?: number | undefined;
|
|
1180
|
+
invoice?: string | null | undefined;
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
}, {
|
|
1183
1183
|
operation: "create_invoice_item";
|
|
@@ -1192,8 +1192,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
1192
1192
|
date?: number | undefined;
|
|
1193
1193
|
metadata?: Record<string, string> | undefined;
|
|
1194
1194
|
unit_amount?: number | null | undefined;
|
|
1195
|
-
invoice?: string | null | undefined;
|
|
1196
1195
|
quantity?: number | undefined;
|
|
1196
|
+
invoice?: string | null | undefined;
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
}>, import("zod").ZodObject<{
|
|
1199
1199
|
operation: import("zod").ZodLiteral<"send_invoice">;
|
|
@@ -820,8 +820,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
820
820
|
operation: "get_updates";
|
|
821
821
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
822
822
|
timeout?: number | undefined;
|
|
823
|
-
offset?: number | undefined;
|
|
824
823
|
limit?: number | undefined;
|
|
824
|
+
offset?: number | undefined;
|
|
825
825
|
allowed_updates?: string[] | undefined;
|
|
826
826
|
}>, z.ZodObject<{
|
|
827
827
|
operation: z.ZodLiteral<"send_chat_action">;
|
|
@@ -4681,8 +4681,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
|
|
|
4681
4681
|
operation: "get_updates";
|
|
4682
4682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4683
4683
|
timeout?: number | undefined;
|
|
4684
|
-
offset?: number | undefined;
|
|
4685
4684
|
limit?: number | undefined;
|
|
4685
|
+
offset?: number | undefined;
|
|
4686
4686
|
allowed_updates?: string[] | undefined;
|
|
4687
4687
|
}>, z.ZodObject<{
|
|
4688
4688
|
operation: z.ZodLiteral<"send_chat_action">;
|
|
@@ -28,29 +28,29 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
28
28
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
29
29
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
30
30
|
}, "strip", import("zod").ZodTypeAny, {
|
|
31
|
-
server: string;
|
|
32
31
|
id: string;
|
|
32
|
+
server: string;
|
|
33
33
|
password?: string | undefined;
|
|
34
34
|
username?: string | undefined;
|
|
35
35
|
}, {
|
|
36
|
-
server: string;
|
|
37
36
|
id: string;
|
|
37
|
+
server: string;
|
|
38
38
|
password?: string | undefined;
|
|
39
39
|
username?: string | undefined;
|
|
40
40
|
}>;
|
|
41
41
|
}, "strip", import("zod").ZodTypeAny, {
|
|
42
42
|
type: "custom";
|
|
43
43
|
proxy: {
|
|
44
|
-
server: string;
|
|
45
44
|
id: string;
|
|
45
|
+
server: string;
|
|
46
46
|
password?: string | undefined;
|
|
47
47
|
username?: string | undefined;
|
|
48
48
|
};
|
|
49
49
|
}, {
|
|
50
50
|
type: "custom";
|
|
51
51
|
proxy: {
|
|
52
|
-
server: string;
|
|
53
52
|
id: string;
|
|
53
|
+
server: string;
|
|
54
54
|
password?: string | undefined;
|
|
55
55
|
username?: string | undefined;
|
|
56
56
|
};
|
|
@@ -66,8 +66,8 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
66
66
|
} | {
|
|
67
67
|
type: "custom";
|
|
68
68
|
proxy: {
|
|
69
|
-
server: string;
|
|
70
69
|
id: string;
|
|
70
|
+
server: string;
|
|
71
71
|
password?: string | undefined;
|
|
72
72
|
username?: string | undefined;
|
|
73
73
|
};
|
|
@@ -75,6 +75,7 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
75
75
|
}, {
|
|
76
76
|
operation: "accept_invitations";
|
|
77
77
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
78
|
+
count?: number | undefined;
|
|
78
79
|
proxy?: {
|
|
79
80
|
type: "none";
|
|
80
81
|
} | {
|
|
@@ -82,13 +83,12 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
82
83
|
} | {
|
|
83
84
|
type: "custom";
|
|
84
85
|
proxy: {
|
|
85
|
-
server: string;
|
|
86
86
|
id: string;
|
|
87
|
+
server: string;
|
|
87
88
|
password?: string | undefined;
|
|
88
89
|
username?: string | undefined;
|
|
89
90
|
};
|
|
90
91
|
} | undefined;
|
|
91
|
-
count?: number | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
static readonly resultSchema: import("zod").ZodObject<{
|
|
94
94
|
operation: import("zod").ZodEnum<["accept_invitations"]>;
|
|
@@ -36,29 +36,29 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
36
36
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
37
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
38
38
|
}, "strip", import("zod").ZodTypeAny, {
|
|
39
|
-
server: string;
|
|
40
39
|
id: string;
|
|
40
|
+
server: string;
|
|
41
41
|
password?: string | undefined;
|
|
42
42
|
username?: string | undefined;
|
|
43
43
|
}, {
|
|
44
|
-
server: string;
|
|
45
44
|
id: string;
|
|
45
|
+
server: string;
|
|
46
46
|
password?: string | undefined;
|
|
47
47
|
username?: string | undefined;
|
|
48
48
|
}>;
|
|
49
49
|
}, "strip", import("zod").ZodTypeAny, {
|
|
50
50
|
type: "custom";
|
|
51
51
|
proxy: {
|
|
52
|
-
server: string;
|
|
53
52
|
id: string;
|
|
53
|
+
server: string;
|
|
54
54
|
password?: string | undefined;
|
|
55
55
|
username?: string | undefined;
|
|
56
56
|
};
|
|
57
57
|
}, {
|
|
58
58
|
type: "custom";
|
|
59
59
|
proxy: {
|
|
60
|
-
server: string;
|
|
61
60
|
id: string;
|
|
61
|
+
server: string;
|
|
62
62
|
password?: string | undefined;
|
|
63
63
|
username?: string | undefined;
|
|
64
64
|
};
|
|
@@ -75,8 +75,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
75
75
|
} | {
|
|
76
76
|
type: "custom";
|
|
77
77
|
proxy: {
|
|
78
|
-
server: string;
|
|
79
78
|
id: string;
|
|
79
|
+
server: string;
|
|
80
80
|
password?: string | undefined;
|
|
81
81
|
username?: string | undefined;
|
|
82
82
|
};
|
|
@@ -93,8 +93,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
93
93
|
} | {
|
|
94
94
|
type: "custom";
|
|
95
95
|
proxy: {
|
|
96
|
-
server: string;
|
|
97
96
|
id: string;
|
|
97
|
+
server: string;
|
|
98
98
|
password?: string | undefined;
|
|
99
99
|
username?: string | undefined;
|
|
100
100
|
};
|
|
@@ -27,29 +27,29 @@ export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedI
|
|
|
27
27
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28
28
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
29
29
|
}, "strip", import("zod").ZodTypeAny, {
|
|
30
|
-
server: string;
|
|
31
30
|
id: string;
|
|
31
|
+
server: string;
|
|
32
32
|
password?: string | undefined;
|
|
33
33
|
username?: string | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
server: string;
|
|
36
35
|
id: string;
|
|
36
|
+
server: string;
|
|
37
37
|
password?: string | undefined;
|
|
38
38
|
username?: string | undefined;
|
|
39
39
|
}>;
|
|
40
40
|
}, "strip", import("zod").ZodTypeAny, {
|
|
41
41
|
type: "custom";
|
|
42
42
|
proxy: {
|
|
43
|
-
server: string;
|
|
44
43
|
id: string;
|
|
44
|
+
server: string;
|
|
45
45
|
password?: string | undefined;
|
|
46
46
|
username?: string | undefined;
|
|
47
47
|
};
|
|
48
48
|
}, {
|
|
49
49
|
type: "custom";
|
|
50
50
|
proxy: {
|
|
51
|
-
server: string;
|
|
52
51
|
id: string;
|
|
52
|
+
server: string;
|
|
53
53
|
password?: string | undefined;
|
|
54
54
|
username?: string | undefined;
|
|
55
55
|
};
|
|
@@ -64,8 +64,8 @@ export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedI
|
|
|
64
64
|
} | {
|
|
65
65
|
type: "custom";
|
|
66
66
|
proxy: {
|
|
67
|
-
server: string;
|
|
68
67
|
id: string;
|
|
68
|
+
server: string;
|
|
69
69
|
password?: string | undefined;
|
|
70
70
|
username?: string | undefined;
|
|
71
71
|
};
|
|
@@ -80,8 +80,8 @@ export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedI
|
|
|
80
80
|
} | {
|
|
81
81
|
type: "custom";
|
|
82
82
|
proxy: {
|
|
83
|
-
server: string;
|
|
84
83
|
id: string;
|
|
84
|
+
server: string;
|
|
85
85
|
password?: string | undefined;
|
|
86
86
|
username?: string | undefined;
|
|
87
87
|
};
|
|
@@ -27,29 +27,29 @@ export declare class LinkedInSentInvitationsTool<T extends LinkedInSentInvitatio
|
|
|
27
27
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28
28
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
29
29
|
}, "strip", import("zod").ZodTypeAny, {
|
|
30
|
-
server: string;
|
|
31
30
|
id: string;
|
|
31
|
+
server: string;
|
|
32
32
|
password?: string | undefined;
|
|
33
33
|
username?: string | undefined;
|
|
34
34
|
}, {
|
|
35
|
-
server: string;
|
|
36
35
|
id: string;
|
|
36
|
+
server: string;
|
|
37
37
|
password?: string | undefined;
|
|
38
38
|
username?: string | undefined;
|
|
39
39
|
}>;
|
|
40
40
|
}, "strip", import("zod").ZodTypeAny, {
|
|
41
41
|
type: "custom";
|
|
42
42
|
proxy: {
|
|
43
|
-
server: string;
|
|
44
43
|
id: string;
|
|
44
|
+
server: string;
|
|
45
45
|
password?: string | undefined;
|
|
46
46
|
username?: string | undefined;
|
|
47
47
|
};
|
|
48
48
|
}, {
|
|
49
49
|
type: "custom";
|
|
50
50
|
proxy: {
|
|
51
|
-
server: string;
|
|
52
51
|
id: string;
|
|
52
|
+
server: string;
|
|
53
53
|
password?: string | undefined;
|
|
54
54
|
username?: string | undefined;
|
|
55
55
|
};
|
|
@@ -64,8 +64,8 @@ export declare class LinkedInSentInvitationsTool<T extends LinkedInSentInvitatio
|
|
|
64
64
|
} | {
|
|
65
65
|
type: "custom";
|
|
66
66
|
proxy: {
|
|
67
|
-
server: string;
|
|
68
67
|
id: string;
|
|
68
|
+
server: string;
|
|
69
69
|
password?: string | undefined;
|
|
70
70
|
username?: string | undefined;
|
|
71
71
|
};
|
|
@@ -80,8 +80,8 @@ export declare class LinkedInSentInvitationsTool<T extends LinkedInSentInvitatio
|
|
|
80
80
|
} | {
|
|
81
81
|
type: "custom";
|
|
82
82
|
proxy: {
|
|
83
|
-
server: string;
|
|
84
83
|
id: string;
|
|
84
|
+
server: string;
|
|
85
85
|
password?: string | undefined;
|
|
86
86
|
username?: string | undefined;
|
|
87
87
|
};
|