@bubblelab/bubble-core 0.1.101 → 0.1.102
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
- package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
- package/dist/bubbles/service-bubble/github.d.ts +240 -240
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- 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 +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
- 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 +638 -638
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +109 -2
- package/package.json +2 -2
|
@@ -87,27 +87,27 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
87
87
|
}, "strip", import("zod").ZodTypeAny, {
|
|
88
88
|
location: string;
|
|
89
89
|
distance: number;
|
|
90
|
-
unit?: "km" | "mi" | "
|
|
90
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
location: string;
|
|
93
93
|
distance: number;
|
|
94
|
-
unit?: "km" | "mi" | "
|
|
94
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
95
95
|
}>]>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
value: string | number | boolean | string[] | number[] | {
|
|
98
98
|
location: string;
|
|
99
99
|
distance: number;
|
|
100
|
-
unit?: "km" | "mi" | "
|
|
100
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
101
101
|
};
|
|
102
|
-
type: "in" | "=" | "
|
|
102
|
+
type: "in" | "=" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
103
103
|
column: string;
|
|
104
104
|
}, {
|
|
105
105
|
value: string | number | boolean | string[] | number[] | {
|
|
106
106
|
location: string;
|
|
107
107
|
distance: number;
|
|
108
|
-
unit?: "km" | "mi" | "
|
|
108
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
109
109
|
};
|
|
110
|
-
type: "in" | "=" | "
|
|
110
|
+
type: "in" | "=" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
111
111
|
column: string;
|
|
112
112
|
}>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
|
|
113
113
|
sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140,9 +140,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
140
140
|
value: string | number | boolean | string[] | number[] | {
|
|
141
141
|
location: string;
|
|
142
142
|
distance: number;
|
|
143
|
-
unit?: "km" | "mi" | "
|
|
143
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
144
144
|
};
|
|
145
|
-
type: "in" | "=" | "
|
|
145
|
+
type: "in" | "=" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -163,9 +163,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
163
163
|
value: string | number | boolean | string[] | number[] | {
|
|
164
164
|
location: string;
|
|
165
165
|
distance: number;
|
|
166
|
-
unit?: "km" | "mi" | "
|
|
166
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
167
167
|
};
|
|
168
|
-
type: "in" | "=" | "
|
|
168
|
+
type: "in" | "=" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -344,15 +344,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
344
344
|
}, "strip", import("zod").ZodTypeAny, {
|
|
345
345
|
description?: string | null | undefined;
|
|
346
346
|
title?: string | null | undefined;
|
|
347
|
+
company_linkedin_url?: string | null | undefined;
|
|
347
348
|
company_name?: string | null | undefined;
|
|
348
349
|
start_date?: string | number | null | undefined;
|
|
349
|
-
company_linkedin_url?: string | null | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
description?: string | null | undefined;
|
|
352
352
|
title?: string | null | undefined;
|
|
353
|
+
company_linkedin_url?: string | null | undefined;
|
|
353
354
|
company_name?: string | null | undefined;
|
|
354
355
|
start_date?: string | number | null | undefined;
|
|
355
|
-
company_linkedin_url?: string | null | undefined;
|
|
356
356
|
}>, "many">>>;
|
|
357
357
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
358
358
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -408,15 +408,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
408
408
|
}, "strip", import("zod").ZodTypeAny, {
|
|
409
409
|
description?: string | null | undefined;
|
|
410
410
|
title?: string | null | undefined;
|
|
411
|
+
company_linkedin_url?: string | null | undefined;
|
|
411
412
|
company_name?: string | null | undefined;
|
|
412
413
|
start_date?: string | number | null | undefined;
|
|
413
|
-
company_linkedin_url?: string | null | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
description?: string | null | undefined;
|
|
416
416
|
title?: string | null | undefined;
|
|
417
|
+
company_linkedin_url?: string | null | undefined;
|
|
417
418
|
company_name?: string | null | undefined;
|
|
418
419
|
start_date?: string | number | null | undefined;
|
|
419
|
-
company_linkedin_url?: string | null | undefined;
|
|
420
420
|
}>, "many">>>;
|
|
421
421
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
422
422
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -472,15 +472,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
472
472
|
}, "strip", import("zod").ZodTypeAny, {
|
|
473
473
|
description?: string | null | undefined;
|
|
474
474
|
title?: string | null | undefined;
|
|
475
|
+
company_linkedin_url?: string | null | undefined;
|
|
475
476
|
company_name?: string | null | undefined;
|
|
476
477
|
start_date?: string | number | null | undefined;
|
|
477
|
-
company_linkedin_url?: string | null | undefined;
|
|
478
478
|
}, {
|
|
479
479
|
description?: string | null | undefined;
|
|
480
480
|
title?: string | null | undefined;
|
|
481
|
+
company_linkedin_url?: string | null | undefined;
|
|
481
482
|
company_name?: string | null | undefined;
|
|
482
483
|
start_date?: string | number | null | undefined;
|
|
483
|
-
company_linkedin_url?: string | null | undefined;
|
|
484
484
|
}>, "many">>>;
|
|
485
485
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
486
486
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -537,15 +537,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
537
537
|
}, "strip", import("zod").ZodTypeAny, {
|
|
538
538
|
description?: string | null | undefined;
|
|
539
539
|
title?: string | null | undefined;
|
|
540
|
+
company_linkedin_url?: string | null | undefined;
|
|
540
541
|
company_name?: string | null | undefined;
|
|
541
542
|
start_date?: string | number | null | undefined;
|
|
542
|
-
company_linkedin_url?: string | null | undefined;
|
|
543
543
|
}, {
|
|
544
544
|
description?: string | null | undefined;
|
|
545
545
|
title?: string | null | undefined;
|
|
546
|
+
company_linkedin_url?: string | null | undefined;
|
|
546
547
|
company_name?: string | null | undefined;
|
|
547
548
|
start_date?: string | number | null | undefined;
|
|
548
|
-
company_linkedin_url?: string | null | undefined;
|
|
549
549
|
}>, "many">>>;
|
|
550
550
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
551
551
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -601,15 +601,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
601
601
|
}, "strip", import("zod").ZodTypeAny, {
|
|
602
602
|
description?: string | null | undefined;
|
|
603
603
|
title?: string | null | undefined;
|
|
604
|
+
company_linkedin_url?: string | null | undefined;
|
|
604
605
|
company_name?: string | null | undefined;
|
|
605
606
|
start_date?: string | number | null | undefined;
|
|
606
|
-
company_linkedin_url?: string | null | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
description?: string | null | undefined;
|
|
609
609
|
title?: string | null | undefined;
|
|
610
|
+
company_linkedin_url?: string | null | undefined;
|
|
610
611
|
company_name?: string | null | undefined;
|
|
611
612
|
start_date?: string | number | null | undefined;
|
|
612
|
-
company_linkedin_url?: string | null | undefined;
|
|
613
613
|
}>, "many">>>;
|
|
614
614
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
615
615
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -665,15 +665,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
665
665
|
}, "strip", import("zod").ZodTypeAny, {
|
|
666
666
|
description?: string | null | undefined;
|
|
667
667
|
title?: string | null | undefined;
|
|
668
|
+
company_linkedin_url?: string | null | undefined;
|
|
668
669
|
company_name?: string | null | undefined;
|
|
669
670
|
start_date?: string | number | null | undefined;
|
|
670
|
-
company_linkedin_url?: string | null | undefined;
|
|
671
671
|
}, {
|
|
672
672
|
description?: string | null | undefined;
|
|
673
673
|
title?: string | null | undefined;
|
|
674
|
+
company_linkedin_url?: string | null | undefined;
|
|
674
675
|
company_name?: string | null | undefined;
|
|
675
676
|
start_date?: string | number | null | undefined;
|
|
676
|
-
company_linkedin_url?: string | null | undefined;
|
|
677
677
|
}>, "many">>>;
|
|
678
678
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
679
679
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -731,15 +731,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
731
731
|
}, "strip", import("zod").ZodTypeAny, {
|
|
732
732
|
description?: string | null | undefined;
|
|
733
733
|
title?: string | null | undefined;
|
|
734
|
+
company_linkedin_url?: string | null | undefined;
|
|
734
735
|
company_name?: string | null | undefined;
|
|
735
736
|
start_date?: string | number | null | undefined;
|
|
736
|
-
company_linkedin_url?: string | null | undefined;
|
|
737
737
|
}, {
|
|
738
738
|
description?: string | null | undefined;
|
|
739
739
|
title?: string | null | undefined;
|
|
740
|
+
company_linkedin_url?: string | null | undefined;
|
|
740
741
|
company_name?: string | null | undefined;
|
|
741
742
|
start_date?: string | number | null | undefined;
|
|
742
|
-
company_linkedin_url?: string | null | undefined;
|
|
743
743
|
}>, "many">>>;
|
|
744
744
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
745
745
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -795,15 +795,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
795
795
|
}, "strip", import("zod").ZodTypeAny, {
|
|
796
796
|
description?: string | null | undefined;
|
|
797
797
|
title?: string | null | undefined;
|
|
798
|
+
company_linkedin_url?: string | null | undefined;
|
|
798
799
|
company_name?: string | null | undefined;
|
|
799
800
|
start_date?: string | number | null | undefined;
|
|
800
|
-
company_linkedin_url?: string | null | undefined;
|
|
801
801
|
}, {
|
|
802
802
|
description?: string | null | undefined;
|
|
803
803
|
title?: string | null | undefined;
|
|
804
|
+
company_linkedin_url?: string | null | undefined;
|
|
804
805
|
company_name?: string | null | undefined;
|
|
805
806
|
start_date?: string | number | null | undefined;
|
|
806
|
-
company_linkedin_url?: string | null | undefined;
|
|
807
807
|
}>, "many">>>;
|
|
808
808
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
809
809
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -859,15 +859,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
859
859
|
}, "strip", import("zod").ZodTypeAny, {
|
|
860
860
|
description?: string | null | undefined;
|
|
861
861
|
title?: string | null | undefined;
|
|
862
|
+
company_linkedin_url?: string | null | undefined;
|
|
862
863
|
company_name?: string | null | undefined;
|
|
863
864
|
start_date?: string | number | null | undefined;
|
|
864
|
-
company_linkedin_url?: string | null | undefined;
|
|
865
865
|
}, {
|
|
866
866
|
description?: string | null | undefined;
|
|
867
867
|
title?: string | null | undefined;
|
|
868
|
+
company_linkedin_url?: string | null | undefined;
|
|
868
869
|
company_name?: string | null | undefined;
|
|
869
870
|
start_date?: string | number | null | undefined;
|
|
870
|
-
company_linkedin_url?: string | null | undefined;
|
|
871
871
|
}>, "many">>>;
|
|
872
872
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
873
873
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -925,15 +925,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
925
925
|
}, "strip", import("zod").ZodTypeAny, {
|
|
926
926
|
description?: string | null | undefined;
|
|
927
927
|
title?: string | null | undefined;
|
|
928
|
+
company_linkedin_url?: string | null | undefined;
|
|
928
929
|
company_name?: string | null | undefined;
|
|
929
930
|
start_date?: string | number | null | undefined;
|
|
930
|
-
company_linkedin_url?: string | null | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
description?: string | null | undefined;
|
|
933
933
|
title?: string | null | undefined;
|
|
934
|
+
company_linkedin_url?: string | null | undefined;
|
|
934
935
|
company_name?: string | null | undefined;
|
|
935
936
|
start_date?: string | number | null | undefined;
|
|
936
|
-
company_linkedin_url?: string | null | undefined;
|
|
937
937
|
}>, "many">>>;
|
|
938
938
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
939
939
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -991,15 +991,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
991
991
|
}, "strip", import("zod").ZodTypeAny, {
|
|
992
992
|
description?: string | null | undefined;
|
|
993
993
|
title?: string | null | undefined;
|
|
994
|
+
company_linkedin_url?: string | null | undefined;
|
|
994
995
|
company_name?: string | null | undefined;
|
|
995
996
|
start_date?: string | number | null | undefined;
|
|
996
|
-
company_linkedin_url?: string | null | undefined;
|
|
997
997
|
}, {
|
|
998
998
|
description?: string | null | undefined;
|
|
999
999
|
title?: string | null | undefined;
|
|
1000
|
+
company_linkedin_url?: string | null | undefined;
|
|
1000
1001
|
company_name?: string | null | undefined;
|
|
1001
1002
|
start_date?: string | number | null | undefined;
|
|
1002
|
-
company_linkedin_url?: string | null | undefined;
|
|
1003
1003
|
}>, "many">>>;
|
|
1004
1004
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1005
1005
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1037,73 +1037,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1037
1037
|
success: boolean;
|
|
1038
1038
|
error: string;
|
|
1039
1039
|
operation: "enrich";
|
|
1040
|
-
founders?: {
|
|
1041
|
-
profiles?: import("zod").objectOutputType<{
|
|
1042
|
-
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1043
|
-
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1044
|
-
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1045
|
-
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1046
|
-
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1047
|
-
headline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1048
|
-
location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1049
|
-
profile_picture_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1050
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1051
|
-
emails: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1052
|
-
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1053
|
-
github_profile_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1054
|
-
skills: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1055
|
-
languages: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1056
|
-
summary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1057
|
-
current_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1058
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1059
|
-
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1060
|
-
company_linkedin_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1061
|
-
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1062
|
-
description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1063
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1064
|
-
description?: string | null | undefined;
|
|
1065
|
-
title?: string | null | undefined;
|
|
1066
|
-
company_name?: string | null | undefined;
|
|
1067
|
-
start_date?: string | number | null | undefined;
|
|
1068
|
-
company_linkedin_url?: string | null | undefined;
|
|
1069
|
-
}, {
|
|
1070
|
-
description?: string | null | undefined;
|
|
1071
|
-
title?: string | null | undefined;
|
|
1072
|
-
company_name?: string | null | undefined;
|
|
1073
|
-
start_date?: string | number | null | undefined;
|
|
1074
|
-
company_linkedin_url?: string | null | undefined;
|
|
1075
|
-
}>, "many">>>;
|
|
1076
|
-
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1077
|
-
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1078
|
-
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1079
|
-
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1080
|
-
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1081
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1082
|
-
title?: string | null | undefined;
|
|
1083
|
-
company_name?: string | null | undefined;
|
|
1084
|
-
start_date?: string | number | null | undefined;
|
|
1085
|
-
end_date?: string | number | null | undefined;
|
|
1086
|
-
}, {
|
|
1087
|
-
title?: string | null | undefined;
|
|
1088
|
-
company_name?: string | null | undefined;
|
|
1089
|
-
start_date?: string | number | null | undefined;
|
|
1090
|
-
end_date?: string | number | null | undefined;
|
|
1091
|
-
}>, "many">>>;
|
|
1092
|
-
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1093
|
-
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1094
|
-
degree_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1095
|
-
field_of_study: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1096
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1097
|
-
institute_name?: string | null | undefined;
|
|
1098
|
-
degree_name?: string | null | undefined;
|
|
1099
|
-
field_of_study?: string | null | undefined;
|
|
1100
|
-
}, {
|
|
1101
|
-
institute_name?: string | null | undefined;
|
|
1102
|
-
degree_name?: string | null | undefined;
|
|
1103
|
-
field_of_study?: string | null | undefined;
|
|
1104
|
-
}>, "many">>>;
|
|
1105
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1106
|
-
} | null | undefined;
|
|
1107
1040
|
company?: import("zod").objectOutputType<{
|
|
1108
1041
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1109
1042
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1150,15 +1083,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1150
1083
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1151
1084
|
description?: string | null | undefined;
|
|
1152
1085
|
title?: string | null | undefined;
|
|
1086
|
+
company_linkedin_url?: string | null | undefined;
|
|
1153
1087
|
company_name?: string | null | undefined;
|
|
1154
1088
|
start_date?: string | number | null | undefined;
|
|
1155
|
-
company_linkedin_url?: string | null | undefined;
|
|
1156
1089
|
}, {
|
|
1157
1090
|
description?: string | null | undefined;
|
|
1158
1091
|
title?: string | null | undefined;
|
|
1092
|
+
company_linkedin_url?: string | null | undefined;
|
|
1159
1093
|
company_name?: string | null | undefined;
|
|
1160
1094
|
start_date?: string | number | null | undefined;
|
|
1161
|
-
company_linkedin_url?: string | null | undefined;
|
|
1162
1095
|
}>, "many">>>;
|
|
1163
1096
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1164
1097
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1215,15 +1148,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1215
1148
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1216
1149
|
description?: string | null | undefined;
|
|
1217
1150
|
title?: string | null | undefined;
|
|
1151
|
+
company_linkedin_url?: string | null | undefined;
|
|
1218
1152
|
company_name?: string | null | undefined;
|
|
1219
1153
|
start_date?: string | number | null | undefined;
|
|
1220
|
-
company_linkedin_url?: string | null | undefined;
|
|
1221
1154
|
}, {
|
|
1222
1155
|
description?: string | null | undefined;
|
|
1223
1156
|
title?: string | null | undefined;
|
|
1157
|
+
company_linkedin_url?: string | null | undefined;
|
|
1224
1158
|
company_name?: string | null | undefined;
|
|
1225
1159
|
start_date?: string | number | null | undefined;
|
|
1226
|
-
company_linkedin_url?: string | null | undefined;
|
|
1227
1160
|
}>, "many">>>;
|
|
1228
1161
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1229
1162
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1255,12 +1188,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1255
1188
|
field_of_study?: string | null | undefined;
|
|
1256
1189
|
}>, "many">>>;
|
|
1257
1190
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1258
|
-
}, {
|
|
1259
|
-
success: boolean;
|
|
1260
|
-
error: string;
|
|
1261
|
-
operation: "enrich";
|
|
1262
1191
|
founders?: {
|
|
1263
|
-
profiles?: import("zod").
|
|
1192
|
+
profiles?: import("zod").objectOutputType<{
|
|
1264
1193
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1265
1194
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1266
1195
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1285,15 +1214,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1285
1214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1286
1215
|
description?: string | null | undefined;
|
|
1287
1216
|
title?: string | null | undefined;
|
|
1217
|
+
company_linkedin_url?: string | null | undefined;
|
|
1288
1218
|
company_name?: string | null | undefined;
|
|
1289
1219
|
start_date?: string | number | null | undefined;
|
|
1290
|
-
company_linkedin_url?: string | null | undefined;
|
|
1291
1220
|
}, {
|
|
1292
1221
|
description?: string | null | undefined;
|
|
1293
1222
|
title?: string | null | undefined;
|
|
1223
|
+
company_linkedin_url?: string | null | undefined;
|
|
1294
1224
|
company_name?: string | null | undefined;
|
|
1295
1225
|
start_date?: string | number | null | undefined;
|
|
1296
|
-
company_linkedin_url?: string | null | undefined;
|
|
1297
1226
|
}>, "many">>>;
|
|
1298
1227
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1299
1228
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1326,6 +1255,10 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1326
1255
|
}>, "many">>>;
|
|
1327
1256
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1328
1257
|
} | null | undefined;
|
|
1258
|
+
}, {
|
|
1259
|
+
success: boolean;
|
|
1260
|
+
error: string;
|
|
1261
|
+
operation: "enrich";
|
|
1329
1262
|
company?: import("zod").objectInputType<{
|
|
1330
1263
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1331
1264
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1372,15 +1305,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1372
1305
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1373
1306
|
description?: string | null | undefined;
|
|
1374
1307
|
title?: string | null | undefined;
|
|
1308
|
+
company_linkedin_url?: string | null | undefined;
|
|
1375
1309
|
company_name?: string | null | undefined;
|
|
1376
1310
|
start_date?: string | number | null | undefined;
|
|
1377
|
-
company_linkedin_url?: string | null | undefined;
|
|
1378
1311
|
}, {
|
|
1379
1312
|
description?: string | null | undefined;
|
|
1380
1313
|
title?: string | null | undefined;
|
|
1314
|
+
company_linkedin_url?: string | null | undefined;
|
|
1381
1315
|
company_name?: string | null | undefined;
|
|
1382
1316
|
start_date?: string | number | null | undefined;
|
|
1383
|
-
company_linkedin_url?: string | null | undefined;
|
|
1384
1317
|
}>, "many">>>;
|
|
1385
1318
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1386
1319
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1437,15 +1370,15 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1437
1370
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1438
1371
|
description?: string | null | undefined;
|
|
1439
1372
|
title?: string | null | undefined;
|
|
1373
|
+
company_linkedin_url?: string | null | undefined;
|
|
1440
1374
|
company_name?: string | null | undefined;
|
|
1441
1375
|
start_date?: string | number | null | undefined;
|
|
1442
|
-
company_linkedin_url?: string | null | undefined;
|
|
1443
1376
|
}, {
|
|
1444
1377
|
description?: string | null | undefined;
|
|
1445
1378
|
title?: string | null | undefined;
|
|
1379
|
+
company_linkedin_url?: string | null | undefined;
|
|
1446
1380
|
company_name?: string | null | undefined;
|
|
1447
1381
|
start_date?: string | number | null | undefined;
|
|
1448
|
-
company_linkedin_url?: string | null | undefined;
|
|
1449
1382
|
}>, "many">>>;
|
|
1450
1383
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1451
1384
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1477,6 +1410,73 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1477
1410
|
field_of_study?: string | null | undefined;
|
|
1478
1411
|
}>, "many">>>;
|
|
1479
1412
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1413
|
+
founders?: {
|
|
1414
|
+
profiles?: import("zod").objectInputType<{
|
|
1415
|
+
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1416
|
+
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1417
|
+
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1418
|
+
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1419
|
+
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1420
|
+
headline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1421
|
+
location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1422
|
+
profile_picture_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1423
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1424
|
+
emails: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1425
|
+
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1426
|
+
github_profile_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1427
|
+
skills: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1428
|
+
languages: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1429
|
+
summary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1430
|
+
current_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1431
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1432
|
+
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1433
|
+
company_linkedin_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1434
|
+
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1435
|
+
description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1436
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1437
|
+
description?: string | null | undefined;
|
|
1438
|
+
title?: string | null | undefined;
|
|
1439
|
+
company_linkedin_url?: string | null | undefined;
|
|
1440
|
+
company_name?: string | null | undefined;
|
|
1441
|
+
start_date?: string | number | null | undefined;
|
|
1442
|
+
}, {
|
|
1443
|
+
description?: string | null | undefined;
|
|
1444
|
+
title?: string | null | undefined;
|
|
1445
|
+
company_linkedin_url?: string | null | undefined;
|
|
1446
|
+
company_name?: string | null | undefined;
|
|
1447
|
+
start_date?: string | number | null | undefined;
|
|
1448
|
+
}>, "many">>>;
|
|
1449
|
+
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1450
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1451
|
+
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1452
|
+
start_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1453
|
+
end_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1454
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1455
|
+
title?: string | null | undefined;
|
|
1456
|
+
company_name?: string | null | undefined;
|
|
1457
|
+
start_date?: string | number | null | undefined;
|
|
1458
|
+
end_date?: string | number | null | undefined;
|
|
1459
|
+
}, {
|
|
1460
|
+
title?: string | null | undefined;
|
|
1461
|
+
company_name?: string | null | undefined;
|
|
1462
|
+
start_date?: string | number | null | undefined;
|
|
1463
|
+
end_date?: string | number | null | undefined;
|
|
1464
|
+
}>, "many">>>;
|
|
1465
|
+
education: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1466
|
+
institute_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1467
|
+
degree_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1468
|
+
field_of_study: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1469
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1470
|
+
institute_name?: string | null | undefined;
|
|
1471
|
+
degree_name?: string | null | undefined;
|
|
1472
|
+
field_of_study?: string | null | undefined;
|
|
1473
|
+
}, {
|
|
1474
|
+
institute_name?: string | null | undefined;
|
|
1475
|
+
degree_name?: string | null | undefined;
|
|
1476
|
+
field_of_study?: string | null | undefined;
|
|
1477
|
+
}>, "many">>>;
|
|
1478
|
+
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1479
|
+
} | null | undefined;
|
|
1480
1480
|
}>, import("zod").ZodObject<{
|
|
1481
1481
|
operation: import("zod").ZodLiteral<"person_search_db">;
|
|
1482
1482
|
success: import("zod").ZodBoolean;
|
|
@@ -2259,6 +2259,7 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2259
2259
|
success: boolean;
|
|
2260
2260
|
error: string;
|
|
2261
2261
|
operation: "person_search_db";
|
|
2262
|
+
next_cursor?: string | undefined;
|
|
2262
2263
|
total_count?: number | undefined;
|
|
2263
2264
|
profiles?: import("zod").objectOutputType<{
|
|
2264
2265
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2518,11 +2519,11 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2518
2519
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2519
2520
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2520
2521
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2521
|
-
next_cursor?: string | undefined;
|
|
2522
2522
|
}, {
|
|
2523
2523
|
success: boolean;
|
|
2524
2524
|
error: string;
|
|
2525
2525
|
operation: "person_search_db";
|
|
2526
|
+
next_cursor?: string | undefined;
|
|
2526
2527
|
total_count?: number | undefined;
|
|
2527
2528
|
profiles?: import("zod").objectInputType<{
|
|
2528
2529
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2782,7 +2783,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2782
2783
|
websites: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2783
2784
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2784
2785
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2785
|
-
next_cursor?: string | undefined;
|
|
2786
2786
|
}>, import("zod").ZodObject<{
|
|
2787
2787
|
operation: import("zod").ZodLiteral<"person_enrich">;
|
|
2788
2788
|
success: import("zod").ZodBoolean;
|
|
@@ -55,17 +55,17 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
55
55
|
webhookSecret: z.ZodString;
|
|
56
56
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
-
timestamp: string;
|
|
59
|
-
signature: string;
|
|
60
58
|
operation: "validate_webhook_signature";
|
|
59
|
+
timestamp: string;
|
|
61
60
|
body: string;
|
|
61
|
+
signature: string;
|
|
62
62
|
webhookSecret: string;
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
}, {
|
|
65
|
-
timestamp: string;
|
|
66
|
-
signature: string;
|
|
67
65
|
operation: "validate_webhook_signature";
|
|
66
|
+
timestamp: string;
|
|
68
67
|
body: string;
|
|
68
|
+
signature: string;
|
|
69
69
|
webhookSecret: string;
|
|
70
70
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
71
71
|
}>, z.ZodObject<{
|
|
@@ -90,14 +90,14 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
90
90
|
operation: "get_conversations";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
cursor?: string | undefined;
|
|
93
|
-
pageSize?: number | undefined;
|
|
94
93
|
agentId?: string | undefined;
|
|
94
|
+
pageSize?: number | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "get_conversations";
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
cursor?: string | undefined;
|
|
99
|
-
pageSize?: number | undefined;
|
|
100
99
|
agentId?: string | undefined;
|
|
100
|
+
pageSize?: number | undefined;
|
|
101
101
|
}>]>;
|
|
102
102
|
export type ElevenLabsParamsInput = z.input<typeof ElevenLabsParamsSchema>;
|
|
103
103
|
export type ElevenLabsParamsParsed = z.output<typeof ElevenLabsParamsSchema>;
|
|
@@ -260,17 +260,17 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
260
260
|
webhookSecret: z.ZodString;
|
|
261
261
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
|
-
timestamp: string;
|
|
264
|
-
signature: string;
|
|
265
263
|
operation: "validate_webhook_signature";
|
|
264
|
+
timestamp: string;
|
|
266
265
|
body: string;
|
|
266
|
+
signature: string;
|
|
267
267
|
webhookSecret: string;
|
|
268
268
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
269
269
|
}, {
|
|
270
|
-
timestamp: string;
|
|
271
|
-
signature: string;
|
|
272
270
|
operation: "validate_webhook_signature";
|
|
271
|
+
timestamp: string;
|
|
273
272
|
body: string;
|
|
273
|
+
signature: string;
|
|
274
274
|
webhookSecret: string;
|
|
275
275
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
276
276
|
}>, z.ZodObject<{
|
|
@@ -295,14 +295,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
295
295
|
operation: "get_conversations";
|
|
296
296
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
297
297
|
cursor?: string | undefined;
|
|
298
|
-
pageSize?: number | undefined;
|
|
299
298
|
agentId?: string | undefined;
|
|
299
|
+
pageSize?: number | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
operation: "get_conversations";
|
|
302
302
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
303
303
|
cursor?: string | undefined;
|
|
304
|
-
pageSize?: number | undefined;
|
|
305
304
|
agentId?: string | undefined;
|
|
305
|
+
pageSize?: number | undefined;
|
|
306
306
|
}>]>;
|
|
307
307
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
308
308
|
operation: z.ZodLiteral<"get_signed_url">;
|