@bubblelab/bubble-core 0.1.69 → 0.1.70
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 +37 -37
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +32 -32
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +72 -72
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/google-drive.d.ts +61 -0
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +57 -0
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +67 -2
- package/package.json +2 -2
|
@@ -197,12 +197,12 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
197
197
|
description: z.ZodOptional<z.ZodString>;
|
|
198
198
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
200
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
201
201
|
name: string;
|
|
202
202
|
options?: Record<string, unknown> | undefined;
|
|
203
203
|
description?: string | undefined;
|
|
204
204
|
}, {
|
|
205
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
205
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
206
206
|
name: string;
|
|
207
207
|
options?: Record<string, unknown> | undefined;
|
|
208
208
|
description?: string | undefined;
|
|
@@ -212,7 +212,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
212
212
|
operation: "create_table";
|
|
213
213
|
name: string;
|
|
214
214
|
fields: {
|
|
215
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
215
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
216
216
|
name: string;
|
|
217
217
|
options?: Record<string, unknown> | undefined;
|
|
218
218
|
description?: string | undefined;
|
|
@@ -224,7 +224,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
224
224
|
operation: "create_table";
|
|
225
225
|
name: string;
|
|
226
226
|
fields: {
|
|
227
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
227
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
228
228
|
name: string;
|
|
229
229
|
options?: Record<string, unknown> | undefined;
|
|
230
230
|
description?: string | undefined;
|
|
@@ -264,7 +264,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
264
264
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
operation: "create_field";
|
|
267
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
267
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
268
268
|
name: string;
|
|
269
269
|
baseId: string;
|
|
270
270
|
tableIdOrName: string;
|
|
@@ -273,7 +273,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
273
273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
274
274
|
}, {
|
|
275
275
|
operation: "create_field";
|
|
276
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
276
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
277
277
|
name: string;
|
|
278
278
|
baseId: string;
|
|
279
279
|
tableIdOrName: string;
|
|
@@ -667,11 +667,11 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
667
667
|
name: z.ZodString;
|
|
668
668
|
type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
670
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
671
671
|
name: string;
|
|
672
672
|
id: string;
|
|
673
673
|
}, {
|
|
674
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
674
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
675
675
|
name: string;
|
|
676
676
|
id: string;
|
|
677
677
|
}>, "many">;
|
|
@@ -679,7 +679,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
679
679
|
name: string;
|
|
680
680
|
id: string;
|
|
681
681
|
fields: {
|
|
682
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
682
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
683
683
|
name: string;
|
|
684
684
|
id: string;
|
|
685
685
|
}[];
|
|
@@ -689,7 +689,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
689
689
|
name: string;
|
|
690
690
|
id: string;
|
|
691
691
|
fields: {
|
|
692
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
692
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
693
693
|
name: string;
|
|
694
694
|
id: string;
|
|
695
695
|
}[];
|
|
@@ -707,7 +707,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
707
707
|
name: string;
|
|
708
708
|
id: string;
|
|
709
709
|
fields: {
|
|
710
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
710
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
711
711
|
name: string;
|
|
712
712
|
id: string;
|
|
713
713
|
}[];
|
|
@@ -723,7 +723,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
723
723
|
name: string;
|
|
724
724
|
id: string;
|
|
725
725
|
fields: {
|
|
726
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
726
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
727
727
|
name: string;
|
|
728
728
|
id: string;
|
|
729
729
|
}[];
|
|
@@ -1064,12 +1064,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1064
1064
|
description: z.ZodOptional<z.ZodString>;
|
|
1065
1065
|
options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1067
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1068
1068
|
name: string;
|
|
1069
1069
|
options?: Record<string, unknown> | undefined;
|
|
1070
1070
|
description?: string | undefined;
|
|
1071
1071
|
}, {
|
|
1072
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1072
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1073
1073
|
name: string;
|
|
1074
1074
|
options?: Record<string, unknown> | undefined;
|
|
1075
1075
|
description?: string | undefined;
|
|
@@ -1079,7 +1079,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1079
1079
|
operation: "create_table";
|
|
1080
1080
|
name: string;
|
|
1081
1081
|
fields: {
|
|
1082
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1082
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1083
1083
|
name: string;
|
|
1084
1084
|
options?: Record<string, unknown> | undefined;
|
|
1085
1085
|
description?: string | undefined;
|
|
@@ -1091,7 +1091,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1091
1091
|
operation: "create_table";
|
|
1092
1092
|
name: string;
|
|
1093
1093
|
fields: {
|
|
1094
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1094
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1095
1095
|
name: string;
|
|
1096
1096
|
options?: Record<string, unknown> | undefined;
|
|
1097
1097
|
description?: string | undefined;
|
|
@@ -1131,7 +1131,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1131
1131
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1132
1132
|
}, "strip", z.ZodTypeAny, {
|
|
1133
1133
|
operation: "create_field";
|
|
1134
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1134
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1135
1135
|
name: string;
|
|
1136
1136
|
baseId: string;
|
|
1137
1137
|
tableIdOrName: string;
|
|
@@ -1140,7 +1140,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1140
1140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1141
1141
|
}, {
|
|
1142
1142
|
operation: "create_field";
|
|
1143
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1143
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1144
1144
|
name: string;
|
|
1145
1145
|
baseId: string;
|
|
1146
1146
|
tableIdOrName: string;
|
|
@@ -1534,11 +1534,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1534
1534
|
name: z.ZodString;
|
|
1535
1535
|
type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
|
|
1536
1536
|
}, "strip", z.ZodTypeAny, {
|
|
1537
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1537
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1538
1538
|
name: string;
|
|
1539
1539
|
id: string;
|
|
1540
1540
|
}, {
|
|
1541
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1541
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1542
1542
|
name: string;
|
|
1543
1543
|
id: string;
|
|
1544
1544
|
}>, "many">;
|
|
@@ -1546,7 +1546,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1546
1546
|
name: string;
|
|
1547
1547
|
id: string;
|
|
1548
1548
|
fields: {
|
|
1549
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1549
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1550
1550
|
name: string;
|
|
1551
1551
|
id: string;
|
|
1552
1552
|
}[];
|
|
@@ -1556,7 +1556,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1556
1556
|
name: string;
|
|
1557
1557
|
id: string;
|
|
1558
1558
|
fields: {
|
|
1559
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1559
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1560
1560
|
name: string;
|
|
1561
1561
|
id: string;
|
|
1562
1562
|
}[];
|
|
@@ -1574,7 +1574,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1574
1574
|
name: string;
|
|
1575
1575
|
id: string;
|
|
1576
1576
|
fields: {
|
|
1577
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1577
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1578
1578
|
name: string;
|
|
1579
1579
|
id: string;
|
|
1580
1580
|
}[];
|
|
@@ -1590,7 +1590,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1590
1590
|
name: string;
|
|
1591
1591
|
id: string;
|
|
1592
1592
|
fields: {
|
|
1593
|
-
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "
|
|
1593
|
+
type: "number" | "date" | "email" | "url" | "duration" | "createdTime" | "count" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1594
1594
|
name: string;
|
|
1595
1595
|
id: string;
|
|
1596
1596
|
}[];
|
|
@@ -23,9 +23,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
limit: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
28
27
|
timeout: number;
|
|
28
|
+
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
search?: string | undefined;
|
|
31
31
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -34,8 +34,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
35
|
search?: string | undefined;
|
|
36
36
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
37
|
-
limit?: number | undefined;
|
|
38
37
|
timeout?: number | undefined;
|
|
38
|
+
limit?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
40
40
|
waitForFinish?: boolean | undefined;
|
|
41
41
|
}>;
|
|
@@ -159,9 +159,9 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
limit: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
164
163
|
timeout: number;
|
|
164
|
+
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
search?: string | undefined;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -170,8 +170,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
171
|
search?: string | undefined;
|
|
172
172
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
|
-
limit?: number | undefined;
|
|
174
173
|
timeout?: number | undefined;
|
|
174
|
+
limit?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
176
176
|
waitForFinish?: boolean | undefined;
|
|
177
177
|
}>;
|
|
@@ -108,6 +108,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
108
108
|
name: string;
|
|
109
109
|
allow_duplicate_linkedin: boolean;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
|
+
website?: string | undefined;
|
|
111
112
|
emails?: {
|
|
112
113
|
type: "Personal" | "Work" | "Other";
|
|
113
114
|
email: string;
|
|
@@ -115,7 +116,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
115
116
|
phone_number?: string | undefined;
|
|
116
117
|
linkedin_url?: string | undefined;
|
|
117
118
|
github_url?: string | undefined;
|
|
118
|
-
website?: string | undefined;
|
|
119
119
|
source_id?: string | undefined;
|
|
120
120
|
credited_to_user_id?: string | undefined;
|
|
121
121
|
tag?: string | undefined;
|
|
@@ -123,6 +123,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
123
123
|
operation: "create_candidate";
|
|
124
124
|
name: string;
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
|
+
website?: string | undefined;
|
|
126
127
|
emails?: {
|
|
127
128
|
type: "Personal" | "Work" | "Other";
|
|
128
129
|
email: string;
|
|
@@ -130,7 +131,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
130
131
|
phone_number?: string | undefined;
|
|
131
132
|
linkedin_url?: string | undefined;
|
|
132
133
|
github_url?: string | undefined;
|
|
133
|
-
website?: string | undefined;
|
|
134
134
|
source_id?: string | undefined;
|
|
135
135
|
credited_to_user_id?: string | undefined;
|
|
136
136
|
tag?: string | undefined;
|
|
@@ -340,6 +340,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
340
340
|
}, "strip", import("zod").ZodTypeAny, {
|
|
341
341
|
name: string;
|
|
342
342
|
id: string;
|
|
343
|
+
tags?: {
|
|
344
|
+
title: string;
|
|
345
|
+
id: string;
|
|
346
|
+
isArchived?: boolean | undefined;
|
|
347
|
+
}[] | undefined;
|
|
343
348
|
createdAt?: string | undefined;
|
|
344
349
|
updatedAt?: string | undefined;
|
|
345
350
|
primaryEmailAddress?: {
|
|
@@ -366,11 +371,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
366
371
|
type: string;
|
|
367
372
|
url: string;
|
|
368
373
|
}[] | undefined;
|
|
369
|
-
tags?: {
|
|
370
|
-
title: string;
|
|
371
|
-
id: string;
|
|
372
|
-
isArchived?: boolean | undefined;
|
|
373
|
-
}[] | undefined;
|
|
374
374
|
position?: string | null | undefined;
|
|
375
375
|
company?: string | null | undefined;
|
|
376
376
|
school?: string | null | undefined;
|
|
@@ -394,6 +394,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
394
394
|
}, {
|
|
395
395
|
name: string;
|
|
396
396
|
id: string;
|
|
397
|
+
tags?: {
|
|
398
|
+
title: string;
|
|
399
|
+
id: string;
|
|
400
|
+
isArchived?: boolean | undefined;
|
|
401
|
+
}[] | undefined;
|
|
397
402
|
createdAt?: string | undefined;
|
|
398
403
|
updatedAt?: string | undefined;
|
|
399
404
|
primaryEmailAddress?: {
|
|
@@ -420,11 +425,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
420
425
|
type: string;
|
|
421
426
|
url: string;
|
|
422
427
|
}[] | undefined;
|
|
423
|
-
tags?: {
|
|
424
|
-
title: string;
|
|
425
|
-
id: string;
|
|
426
|
-
isArchived?: boolean | undefined;
|
|
427
|
-
}[] | undefined;
|
|
428
428
|
position?: string | null | undefined;
|
|
429
429
|
company?: string | null | undefined;
|
|
430
430
|
school?: string | null | undefined;
|
|
@@ -454,10 +454,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
454
454
|
operation: "list_candidates";
|
|
455
455
|
success: boolean;
|
|
456
456
|
error: string;
|
|
457
|
+
next_cursor?: string | undefined;
|
|
457
458
|
sync_token?: string | undefined;
|
|
458
459
|
candidates?: {
|
|
459
460
|
name: string;
|
|
460
461
|
id: string;
|
|
462
|
+
tags?: {
|
|
463
|
+
title: string;
|
|
464
|
+
id: string;
|
|
465
|
+
isArchived?: boolean | undefined;
|
|
466
|
+
}[] | undefined;
|
|
461
467
|
createdAt?: string | undefined;
|
|
462
468
|
updatedAt?: string | undefined;
|
|
463
469
|
primaryEmailAddress?: {
|
|
@@ -484,11 +490,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
484
490
|
type: string;
|
|
485
491
|
url: string;
|
|
486
492
|
}[] | undefined;
|
|
487
|
-
tags?: {
|
|
488
|
-
title: string;
|
|
489
|
-
id: string;
|
|
490
|
-
isArchived?: boolean | undefined;
|
|
491
|
-
}[] | undefined;
|
|
492
493
|
position?: string | null | undefined;
|
|
493
494
|
company?: string | null | undefined;
|
|
494
495
|
school?: string | null | undefined;
|
|
@@ -510,16 +511,21 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
510
511
|
isPrivate?: boolean | undefined;
|
|
511
512
|
}[] | undefined;
|
|
512
513
|
}[] | undefined;
|
|
513
|
-
next_cursor?: string | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
516
516
|
operation: "list_candidates";
|
|
517
517
|
success: boolean;
|
|
518
518
|
error: string;
|
|
519
|
+
next_cursor?: string | undefined;
|
|
519
520
|
sync_token?: string | undefined;
|
|
520
521
|
candidates?: {
|
|
521
522
|
name: string;
|
|
522
523
|
id: string;
|
|
524
|
+
tags?: {
|
|
525
|
+
title: string;
|
|
526
|
+
id: string;
|
|
527
|
+
isArchived?: boolean | undefined;
|
|
528
|
+
}[] | undefined;
|
|
523
529
|
createdAt?: string | undefined;
|
|
524
530
|
updatedAt?: string | undefined;
|
|
525
531
|
primaryEmailAddress?: {
|
|
@@ -546,11 +552,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
546
552
|
type: string;
|
|
547
553
|
url: string;
|
|
548
554
|
}[] | undefined;
|
|
549
|
-
tags?: {
|
|
550
|
-
title: string;
|
|
551
|
-
id: string;
|
|
552
|
-
isArchived?: boolean | undefined;
|
|
553
|
-
}[] | undefined;
|
|
554
555
|
position?: string | null | undefined;
|
|
555
556
|
company?: string | null | undefined;
|
|
556
557
|
school?: string | null | undefined;
|
|
@@ -572,7 +573,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
572
573
|
isPrivate?: boolean | undefined;
|
|
573
574
|
}[] | undefined;
|
|
574
575
|
}[] | undefined;
|
|
575
|
-
next_cursor?: string | undefined;
|
|
576
576
|
more_data_available?: boolean | undefined;
|
|
577
577
|
}>, import("zod").ZodObject<{
|
|
578
578
|
operation: import("zod").ZodLiteral<"get_candidate">;
|
|
@@ -1247,12 +1247,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1247
1247
|
isArchived: import("zod").ZodBoolean;
|
|
1248
1248
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1249
1249
|
value: string;
|
|
1250
|
-
isArchived: boolean;
|
|
1251
1250
|
label: string;
|
|
1251
|
+
isArchived: boolean;
|
|
1252
1252
|
}, {
|
|
1253
1253
|
value: string;
|
|
1254
|
-
isArchived: boolean;
|
|
1255
1254
|
label: string;
|
|
1255
|
+
isArchived: boolean;
|
|
1256
1256
|
}>, "many">>;
|
|
1257
1257
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1258
1258
|
title: string;
|
|
@@ -1263,8 +1263,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1263
1263
|
fieldType: string;
|
|
1264
1264
|
selectableValues?: {
|
|
1265
1265
|
value: string;
|
|
1266
|
-
isArchived: boolean;
|
|
1267
1266
|
label: string;
|
|
1267
|
+
isArchived: boolean;
|
|
1268
1268
|
}[] | undefined;
|
|
1269
1269
|
}, {
|
|
1270
1270
|
title: string;
|
|
@@ -1275,8 +1275,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1275
1275
|
fieldType: string;
|
|
1276
1276
|
selectableValues?: {
|
|
1277
1277
|
value: string;
|
|
1278
|
-
isArchived: boolean;
|
|
1279
1278
|
label: string;
|
|
1279
|
+
isArchived: boolean;
|
|
1280
1280
|
}[] | undefined;
|
|
1281
1281
|
}>, "many">>;
|
|
1282
1282
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1287,8 +1287,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1287
1287
|
operation: "list_custom_fields";
|
|
1288
1288
|
success: boolean;
|
|
1289
1289
|
error: string;
|
|
1290
|
-
sync_token?: string | undefined;
|
|
1291
1290
|
next_cursor?: string | undefined;
|
|
1291
|
+
sync_token?: string | undefined;
|
|
1292
1292
|
more_data_available?: boolean | undefined;
|
|
1293
1293
|
custom_fields?: {
|
|
1294
1294
|
title: string;
|
|
@@ -1299,16 +1299,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1299
1299
|
fieldType: string;
|
|
1300
1300
|
selectableValues?: {
|
|
1301
1301
|
value: string;
|
|
1302
|
-
isArchived: boolean;
|
|
1303
1302
|
label: string;
|
|
1303
|
+
isArchived: boolean;
|
|
1304
1304
|
}[] | undefined;
|
|
1305
1305
|
}[] | undefined;
|
|
1306
1306
|
}, {
|
|
1307
1307
|
operation: "list_custom_fields";
|
|
1308
1308
|
success: boolean;
|
|
1309
1309
|
error: string;
|
|
1310
|
-
sync_token?: string | undefined;
|
|
1311
1310
|
next_cursor?: string | undefined;
|
|
1311
|
+
sync_token?: string | undefined;
|
|
1312
1312
|
more_data_available?: boolean | undefined;
|
|
1313
1313
|
custom_fields?: {
|
|
1314
1314
|
title: string;
|
|
@@ -1319,8 +1319,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1319
1319
|
fieldType: string;
|
|
1320
1320
|
selectableValues?: {
|
|
1321
1321
|
value: string;
|
|
1322
|
-
isArchived: boolean;
|
|
1323
1322
|
label: string;
|
|
1323
|
+
isArchived: boolean;
|
|
1324
1324
|
}[] | undefined;
|
|
1325
1325
|
}[] | undefined;
|
|
1326
1326
|
}>]>;
|
|
@@ -3594,13 +3594,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3594
3594
|
operation: "person_enrich";
|
|
3595
3595
|
success: boolean;
|
|
3596
3596
|
error: string;
|
|
3597
|
-
errors?: import("zod").objectOutputType<{
|
|
3598
|
-
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3599
|
-
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3600
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
-
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3602
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3603
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3604
3597
|
profiles?: import("zod").objectOutputType<{
|
|
3605
3598
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3606
3599
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3863,17 +3856,17 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3863
3856
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3864
3857
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3865
3858
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
|
-
|
|
3867
|
-
operation: "person_enrich";
|
|
3868
|
-
success: boolean;
|
|
3869
|
-
error: string;
|
|
3870
|
-
errors?: import("zod").objectInputType<{
|
|
3859
|
+
errors?: import("zod").objectOutputType<{
|
|
3871
3860
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3872
3861
|
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3873
3862
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3874
3863
|
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3875
3864
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3876
3865
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
|
+
}, {
|
|
3867
|
+
operation: "person_enrich";
|
|
3868
|
+
success: boolean;
|
|
3869
|
+
error: string;
|
|
3877
3870
|
profiles?: import("zod").objectInputType<{
|
|
3878
3871
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3879
3872
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4136,6 +4129,13 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
4136
4129
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4137
4130
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4138
4131
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4132
|
+
errors?: import("zod").objectInputType<{
|
|
4133
|
+
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4134
|
+
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4135
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4136
|
+
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4137
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4138
|
+
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4139
4139
|
}>]>;
|
|
4140
4140
|
static readonly shortDescription = "Crustdata API for company data enrichment and people search";
|
|
4141
4141
|
static readonly longDescription = "\n Crustdata service integration for company data enrichment, lead generation, and people search.\n\n Operations:\n - identify: Resolve company name/domain/LinkedIn URL to company_id (FREE)\n - enrich: Get company data with decision makers, CXOs, and founders (1 credit)\n - person_search_db: In-database people search with advanced filtering (3 credits per 100 results)\n - person_enrich: Enrich LinkedIn profiles with comprehensive data (3-5 credits per profile)\n\n Use cases:\n - Lead generation and sales prospecting\n - Company research and intelligence\n - Contact discovery for outreach\n - People search across companies with various filters\n - Find professionals by title, company, skills, location, etc.\n - Geographic radius search for local talent\n - LinkedIn profile enrichment with employment history, education, skills\n - Reverse email lookup to find LinkedIn profiles\n - Business email discovery for outreach\n\n Note: For agent-friendly usage, use CompanyEnrichmentTool or PeopleSearchTool instead.\n ";
|
|
@@ -190,16 +190,16 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
190
190
|
operation: "get_conversations";
|
|
191
191
|
success: boolean;
|
|
192
192
|
error: string;
|
|
193
|
-
nextCursor?: string | undefined;
|
|
194
193
|
conversations?: Record<string, unknown>[] | undefined;
|
|
195
194
|
hasMore?: boolean | undefined;
|
|
195
|
+
nextCursor?: string | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
operation: "get_conversations";
|
|
198
198
|
success: boolean;
|
|
199
199
|
error: string;
|
|
200
|
-
nextCursor?: string | undefined;
|
|
201
200
|
conversations?: Record<string, unknown>[] | undefined;
|
|
202
201
|
hasMore?: boolean | undefined;
|
|
202
|
+
nextCursor?: string | undefined;
|
|
203
203
|
}>]>;
|
|
204
204
|
export type ElevenLabsResult = z.output<typeof ElevenLabsResultSchema>;
|
|
205
205
|
export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsParsed, ElevenLabsResult> {
|
|
@@ -393,16 +393,16 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
393
393
|
operation: "get_conversations";
|
|
394
394
|
success: boolean;
|
|
395
395
|
error: string;
|
|
396
|
-
nextCursor?: string | undefined;
|
|
397
396
|
conversations?: Record<string, unknown>[] | undefined;
|
|
398
397
|
hasMore?: boolean | undefined;
|
|
398
|
+
nextCursor?: string | undefined;
|
|
399
399
|
}, {
|
|
400
400
|
operation: "get_conversations";
|
|
401
401
|
success: boolean;
|
|
402
402
|
error: string;
|
|
403
|
-
nextCursor?: string | undefined;
|
|
404
403
|
conversations?: Record<string, unknown>[] | undefined;
|
|
405
404
|
hasMore?: boolean | undefined;
|
|
405
|
+
nextCursor?: string | undefined;
|
|
406
406
|
}>]>;
|
|
407
407
|
static readonly shortDescription = "Eleven Labs integration for Conversational AI";
|
|
408
408
|
static readonly longDescription = "\n Integrate with Eleven Labs Conversational AI agents.\n Use cases:\n - Generate signed URLs for secure WebSocket connections to agents\n - Trigger outbound calls\n - Get agent details\n - Validate webhook signatures\n - Get conversation history\n ";
|