@keystrokehq/peopledatalabs 0.1.4 → 0.1.5
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/actions/clean-company-data.d.cts +13 -1
- package/dist/actions/clean-company-data.d.mts +13 -1
- package/dist/actions/clean-company-post.d.cts +13 -1
- package/dist/actions/clean-company-post.d.mts +13 -1
- package/dist/actions/clean-location-data.d.cts +13 -1
- package/dist/actions/clean-location-data.d.mts +13 -1
- package/dist/actions/clean-location-post.d.cts +13 -1
- package/dist/actions/clean-location-post.d.mts +13 -1
- package/dist/actions/clean-school-data-post.d.cts +13 -1
- package/dist/actions/clean-school-data-post.d.mts +13 -1
- package/dist/actions/clean-school-data.d.cts +13 -1
- package/dist/actions/clean-school-data.d.mts +13 -1
- package/dist/actions/enrich-bulk-company-data.d.cts +13 -1
- package/dist/actions/enrich-bulk-company-data.d.mts +13 -1
- package/dist/actions/enrich-bulk-person-data.d.cts +13 -1
- package/dist/actions/enrich-bulk-person-data.d.cts.map +1 -1
- package/dist/actions/enrich-bulk-person-data.d.mts +13 -1
- package/dist/actions/enrich-bulk-person-data.d.mts.map +1 -1
- package/dist/actions/enrich-company-data.d.cts +26 -14
- package/dist/actions/enrich-company-data.d.mts +26 -14
- package/dist/actions/enrich-ip-data.d.cts +13 -1
- package/dist/actions/enrich-ip-data.d.mts +13 -1
- package/dist/actions/enrich-job-title-data.d.cts +13 -1
- package/dist/actions/enrich-job-title-data.d.mts +13 -1
- package/dist/actions/enrich-person-data.d.cts +13 -1
- package/dist/actions/enrich-person-data.d.mts +13 -1
- package/dist/actions/enrich-skill-data.d.cts +13 -1
- package/dist/actions/enrich-skill-data.d.mts +13 -1
- package/dist/actions/get-autocomplete-suggestions-post.d.cts +15 -3
- package/dist/actions/get-autocomplete-suggestions-post.d.mts +15 -3
- package/dist/actions/get-autocomplete-suggestions.d.cts +13 -1
- package/dist/actions/get-autocomplete-suggestions.d.mts +13 -1
- package/dist/actions/get-column-details.d.cts +13 -1
- package/dist/actions/get-column-details.d.mts +13 -1
- package/dist/actions/get-schema.d.cts +13 -1
- package/dist/actions/get-schema.d.mts +13 -1
- package/dist/actions/get-subject-requests.d.cts +13 -1
- package/dist/actions/get-subject-requests.d.cts.map +1 -1
- package/dist/actions/get-subject-requests.d.mts +13 -1
- package/dist/actions/get-subject-requests.d.mts.map +1 -1
- package/dist/actions/identify-person-data.d.cts +13 -1
- package/dist/actions/identify-person-data.d.mts +13 -1
- package/dist/actions/people-search-elastic.d.cts +13 -1
- package/dist/actions/people-search-elastic.d.mts +13 -1
- package/dist/actions/query-person-changelog.d.cts +13 -1
- package/dist/actions/query-person-changelog.d.mts +13 -1
- package/dist/actions/search-company-elastic.d.cts +26 -14
- package/dist/actions/search-company-elastic.d.mts +26 -14
- package/dist/actions/search-company-post.d.cts +13 -1
- package/dist/actions/search-company-post.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -118,7 +118,19 @@ declare const peopledatalabsCleanCompanyData: import("@keystrokehq/action").Work
|
|
|
118
118
|
pretty?: boolean | undefined;
|
|
119
119
|
profile?: string | undefined;
|
|
120
120
|
website?: string | undefined;
|
|
121
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
121
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
generic_api_key: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>;
|
|
122
134
|
//#endregion
|
|
123
135
|
export { peopledatalabsCleanCompanyData };
|
|
124
136
|
//# sourceMappingURL=clean-company-data.d.cts.map
|
|
@@ -118,7 +118,19 @@ declare const peopledatalabsCleanCompanyData: import("@keystrokehq/action").Work
|
|
|
118
118
|
pretty?: boolean | undefined;
|
|
119
119
|
profile?: string | undefined;
|
|
120
120
|
website?: string | undefined;
|
|
121
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
121
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
generic_api_key: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>;
|
|
122
134
|
//#endregion
|
|
123
135
|
export { peopledatalabsCleanCompanyData };
|
|
124
136
|
//# sourceMappingURL=clean-company-data.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const peopledatalabsCleanCompanyPost: import("@keystrokehq/action").Work
|
|
|
45
45
|
pretty?: boolean | undefined;
|
|
46
46
|
profile?: string | undefined;
|
|
47
47
|
website?: string | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { peopledatalabsCleanCompanyPost };
|
|
51
63
|
//# sourceMappingURL=clean-company-post.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const peopledatalabsCleanCompanyPost: import("@keystrokehq/action").Work
|
|
|
45
45
|
pretty?: boolean | undefined;
|
|
46
46
|
profile?: string | undefined;
|
|
47
47
|
website?: string | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { peopledatalabsCleanCompanyPost };
|
|
51
63
|
//# sourceMappingURL=clean-company-post.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const PeopledatalabsCleanLocationDataOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const peopledatalabsCleanLocationData: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
location: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { peopledatalabsCleanLocationData };
|
|
26
38
|
//# sourceMappingURL=clean-location-data.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const PeopledatalabsCleanLocationDataOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const peopledatalabsCleanLocationData: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
location: string;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { peopledatalabsCleanLocationData };
|
|
26
38
|
//# sourceMappingURL=clean-location-data.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const PeopledatalabsCleanLocationPostOutput: z.ZodObject<{
|
|
|
18
18
|
declare const peopledatalabsCleanLocationPost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
location: string;
|
|
20
20
|
pretty?: boolean | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { peopledatalabsCleanLocationPost };
|
|
24
36
|
//# sourceMappingURL=clean-location-post.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const PeopledatalabsCleanLocationPostOutput: z.ZodObject<{
|
|
|
18
18
|
declare const peopledatalabsCleanLocationPost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
location: string;
|
|
20
20
|
pretty?: boolean | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { peopledatalabsCleanLocationPost };
|
|
24
36
|
//# sourceMappingURL=clean-location-post.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const peopledatalabsCleanSchoolDataPost: import("@keystrokehq/action").W
|
|
|
30
30
|
pretty?: boolean | undefined;
|
|
31
31
|
profile?: string | undefined;
|
|
32
32
|
website?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { peopledatalabsCleanSchoolDataPost };
|
|
36
48
|
//# sourceMappingURL=clean-school-data-post.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const peopledatalabsCleanSchoolDataPost: import("@keystrokehq/action").W
|
|
|
30
30
|
pretty?: boolean | undefined;
|
|
31
31
|
profile?: string | undefined;
|
|
32
32
|
website?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { peopledatalabsCleanSchoolDataPost };
|
|
36
48
|
//# sourceMappingURL=clean-school-data-post.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const peopledatalabsCleanSchoolData: import("@keystrokehq/action").Workf
|
|
|
30
30
|
pretty?: boolean | undefined;
|
|
31
31
|
profile?: string | undefined;
|
|
32
32
|
website?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { peopledatalabsCleanSchoolData };
|
|
36
48
|
//# sourceMappingURL=clean-school-data.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const peopledatalabsCleanSchoolData: import("@keystrokehq/action").Workf
|
|
|
30
30
|
pretty?: boolean | undefined;
|
|
31
31
|
profile?: string | undefined;
|
|
32
32
|
website?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { peopledatalabsCleanSchoolData };
|
|
36
48
|
//# sourceMappingURL=clean-school-data.d.mts.map
|
|
@@ -42,7 +42,19 @@ declare const peopledatalabsEnrichBulkCompanyData: import("@keystrokehq/action")
|
|
|
42
42
|
street_address?: string | undefined;
|
|
43
43
|
};
|
|
44
44
|
}[];
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
generic_api_key: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { peopledatalabsEnrichBulkCompanyData };
|
|
48
60
|
//# sourceMappingURL=enrich-bulk-company-data.d.cts.map
|
|
@@ -42,7 +42,19 @@ declare const peopledatalabsEnrichBulkCompanyData: import("@keystrokehq/action")
|
|
|
42
42
|
street_address?: string | undefined;
|
|
43
43
|
};
|
|
44
44
|
}[];
|
|
45
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
52
|
+
connectionId: z.ZodString;
|
|
53
|
+
entityId: z.ZodString;
|
|
54
|
+
instanceId: z.ZodString;
|
|
55
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
56
|
+
generic_api_key: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>;
|
|
46
58
|
//#endregion
|
|
47
59
|
export { peopledatalabsEnrichBulkCompanyData };
|
|
48
60
|
//# sourceMappingURL=enrich-bulk-company-data.d.mts.map
|
|
@@ -306,7 +306,19 @@ declare const peopledatalabsEnrichBulkPersonData: import("@keystrokehq/action").
|
|
|
306
306
|
};
|
|
307
307
|
metadata?: Record<string, unknown> | undefined;
|
|
308
308
|
}[];
|
|
309
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
309
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
310
|
+
connectionId: z.ZodString;
|
|
311
|
+
entityId: z.ZodString;
|
|
312
|
+
instanceId: z.ZodString;
|
|
313
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
314
|
+
generic_api_key: z.ZodString;
|
|
315
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
316
|
+
connectionId: z.ZodString;
|
|
317
|
+
entityId: z.ZodString;
|
|
318
|
+
instanceId: z.ZodString;
|
|
319
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
320
|
+
generic_api_key: z.ZodString;
|
|
321
|
+
}, z.core.$strip>>]>;
|
|
310
322
|
//#endregion
|
|
311
323
|
export { peopledatalabsEnrichBulkPersonData };
|
|
312
324
|
//# sourceMappingURL=enrich-bulk-person-data.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrich-bulk-person-data.d.cts","names":[],"sources":["../../src/actions/enrich-bulk-person-data.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkRvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA
|
|
1
|
+
{"version":3,"file":"enrich-bulk-person-data.d.cts","names":[],"sources":["../../src/actions/enrich-bulk-person-data.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkRvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA"}
|
|
@@ -306,7 +306,19 @@ declare const peopledatalabsEnrichBulkPersonData: import("@keystrokehq/action").
|
|
|
306
306
|
};
|
|
307
307
|
metadata?: Record<string, unknown> | undefined;
|
|
308
308
|
}[];
|
|
309
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
309
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
310
|
+
connectionId: z.ZodString;
|
|
311
|
+
entityId: z.ZodString;
|
|
312
|
+
instanceId: z.ZodString;
|
|
313
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
314
|
+
generic_api_key: z.ZodString;
|
|
315
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
316
|
+
connectionId: z.ZodString;
|
|
317
|
+
entityId: z.ZodString;
|
|
318
|
+
instanceId: z.ZodString;
|
|
319
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
320
|
+
generic_api_key: z.ZodString;
|
|
321
|
+
}, z.core.$strip>>]>;
|
|
310
322
|
//#endregion
|
|
311
323
|
export { peopledatalabsEnrichBulkPersonData };
|
|
312
324
|
//# sourceMappingURL=enrich-bulk-person-data.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrich-bulk-person-data.d.mts","names":[],"sources":["../../src/actions/enrich-bulk-person-data.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkRvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA
|
|
1
|
+
{"version":3,"file":"enrich-bulk-person-data.d.mts","names":[],"sources":["../../src/actions/enrich-bulk-person-data.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkRvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIxC,kCAAA,gCAAkC,wBAAA"}
|
|
@@ -38,12 +38,12 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
38
38
|
}>>>;
|
|
39
39
|
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
40
40
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
41
|
+
public: "public";
|
|
42
|
+
private: "private";
|
|
43
|
+
public_subsidiary: "public_subsidiary";
|
|
41
44
|
educational: "educational";
|
|
42
45
|
government: "government";
|
|
43
46
|
nonprofit: "nonprofit";
|
|
44
|
-
private: "private";
|
|
45
|
-
public: "public";
|
|
46
|
-
public_subsidiary: "public_subsidiary";
|
|
47
47
|
}>>>;
|
|
48
48
|
naics: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
49
49
|
sector: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -84,8 +84,6 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
84
84
|
linkedin_slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
employee_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
86
86
|
funding_stages: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<{
|
|
87
|
-
angel: "angel";
|
|
88
|
-
pre_seed: "pre_seed";
|
|
89
87
|
seed: "seed";
|
|
90
88
|
series_a: "series_a";
|
|
91
89
|
series_b: "series_b";
|
|
@@ -98,7 +96,8 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
98
96
|
series_i: "series_i";
|
|
99
97
|
series_j: "series_j";
|
|
100
98
|
series_unknown: "series_unknown";
|
|
101
|
-
|
|
99
|
+
angel: "angel";
|
|
100
|
+
pre_seed: "pre_seed";
|
|
102
101
|
private_equity: "private_equity";
|
|
103
102
|
debt_financing: "debt_financing";
|
|
104
103
|
convertible_note: "convertible_note";
|
|
@@ -106,12 +105,13 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
106
105
|
corporate_round: "corporate_round";
|
|
107
106
|
equity_crowdfunding: "equity_crowdfunding";
|
|
108
107
|
product_crowdfunding: "product_crowdfunding";
|
|
109
|
-
|
|
108
|
+
initial_coin_offering: "initial_coin_offering";
|
|
110
109
|
post_ipo_equity: "post_ipo_equity";
|
|
111
110
|
post_ipo_debt: "post_ipo_debt";
|
|
112
111
|
post_ipo_secondary: "post_ipo_secondary";
|
|
112
|
+
secondary_market: "secondary_market";
|
|
113
113
|
non_equity_assistance: "non_equity_assistance";
|
|
114
|
-
|
|
114
|
+
funding_round: "funding_round";
|
|
115
115
|
undisclosed: "undisclosed";
|
|
116
116
|
}>>>>;
|
|
117
117
|
dataset_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -120,8 +120,6 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
120
120
|
affiliated_profiles: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
121
121
|
alternative_domains: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
122
122
|
latest_funding_stage: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
123
|
-
angel: "angel";
|
|
124
|
-
pre_seed: "pre_seed";
|
|
125
123
|
seed: "seed";
|
|
126
124
|
series_a: "series_a";
|
|
127
125
|
series_b: "series_b";
|
|
@@ -134,7 +132,8 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
134
132
|
series_i: "series_i";
|
|
135
133
|
series_j: "series_j";
|
|
136
134
|
series_unknown: "series_unknown";
|
|
137
|
-
|
|
135
|
+
angel: "angel";
|
|
136
|
+
pre_seed: "pre_seed";
|
|
138
137
|
private_equity: "private_equity";
|
|
139
138
|
debt_financing: "debt_financing";
|
|
140
139
|
convertible_note: "convertible_note";
|
|
@@ -142,12 +141,13 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
142
141
|
corporate_round: "corporate_round";
|
|
143
142
|
equity_crowdfunding: "equity_crowdfunding";
|
|
144
143
|
product_crowdfunding: "product_crowdfunding";
|
|
145
|
-
|
|
144
|
+
initial_coin_offering: "initial_coin_offering";
|
|
146
145
|
post_ipo_equity: "post_ipo_equity";
|
|
147
146
|
post_ipo_debt: "post_ipo_debt";
|
|
148
147
|
post_ipo_secondary: "post_ipo_secondary";
|
|
148
|
+
secondary_market: "secondary_market";
|
|
149
149
|
non_equity_assistance: "non_equity_assistance";
|
|
150
|
-
|
|
150
|
+
funding_round: "funding_round";
|
|
151
151
|
undisclosed: "undisclosed";
|
|
152
152
|
}>>>;
|
|
153
153
|
total_funding_raised: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -170,7 +170,19 @@ declare const peopledatalabsEnrichCompanyData: import("@keystrokehq/action").Wor
|
|
|
170
170
|
titlecase?: boolean | undefined;
|
|
171
171
|
postal_code?: string | undefined;
|
|
172
172
|
street_address?: string | undefined;
|
|
173
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
173
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
174
|
+
connectionId: z.ZodString;
|
|
175
|
+
entityId: z.ZodString;
|
|
176
|
+
instanceId: z.ZodString;
|
|
177
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
178
|
+
generic_api_key: z.ZodString;
|
|
179
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
180
|
+
connectionId: z.ZodString;
|
|
181
|
+
entityId: z.ZodString;
|
|
182
|
+
instanceId: z.ZodString;
|
|
183
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
184
|
+
generic_api_key: z.ZodString;
|
|
185
|
+
}, z.core.$strip>>]>;
|
|
174
186
|
//#endregion
|
|
175
187
|
export { peopledatalabsEnrichCompanyData };
|
|
176
188
|
//# sourceMappingURL=enrich-company-data.d.cts.map
|
|
@@ -38,12 +38,12 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
38
38
|
}>>>;
|
|
39
39
|
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
40
40
|
type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
41
|
+
public: "public";
|
|
42
|
+
private: "private";
|
|
43
|
+
public_subsidiary: "public_subsidiary";
|
|
41
44
|
educational: "educational";
|
|
42
45
|
government: "government";
|
|
43
46
|
nonprofit: "nonprofit";
|
|
44
|
-
private: "private";
|
|
45
|
-
public: "public";
|
|
46
|
-
public_subsidiary: "public_subsidiary";
|
|
47
47
|
}>>>;
|
|
48
48
|
naics: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
49
49
|
sector: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -84,8 +84,6 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
84
84
|
linkedin_slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
employee_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
86
86
|
funding_stages: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<{
|
|
87
|
-
angel: "angel";
|
|
88
|
-
pre_seed: "pre_seed";
|
|
89
87
|
seed: "seed";
|
|
90
88
|
series_a: "series_a";
|
|
91
89
|
series_b: "series_b";
|
|
@@ -98,7 +96,8 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
98
96
|
series_i: "series_i";
|
|
99
97
|
series_j: "series_j";
|
|
100
98
|
series_unknown: "series_unknown";
|
|
101
|
-
|
|
99
|
+
angel: "angel";
|
|
100
|
+
pre_seed: "pre_seed";
|
|
102
101
|
private_equity: "private_equity";
|
|
103
102
|
debt_financing: "debt_financing";
|
|
104
103
|
convertible_note: "convertible_note";
|
|
@@ -106,12 +105,13 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
106
105
|
corporate_round: "corporate_round";
|
|
107
106
|
equity_crowdfunding: "equity_crowdfunding";
|
|
108
107
|
product_crowdfunding: "product_crowdfunding";
|
|
109
|
-
|
|
108
|
+
initial_coin_offering: "initial_coin_offering";
|
|
110
109
|
post_ipo_equity: "post_ipo_equity";
|
|
111
110
|
post_ipo_debt: "post_ipo_debt";
|
|
112
111
|
post_ipo_secondary: "post_ipo_secondary";
|
|
112
|
+
secondary_market: "secondary_market";
|
|
113
113
|
non_equity_assistance: "non_equity_assistance";
|
|
114
|
-
|
|
114
|
+
funding_round: "funding_round";
|
|
115
115
|
undisclosed: "undisclosed";
|
|
116
116
|
}>>>>;
|
|
117
117
|
dataset_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -120,8 +120,6 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
120
120
|
affiliated_profiles: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
121
121
|
alternative_domains: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
122
122
|
latest_funding_stage: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
123
|
-
angel: "angel";
|
|
124
|
-
pre_seed: "pre_seed";
|
|
125
123
|
seed: "seed";
|
|
126
124
|
series_a: "series_a";
|
|
127
125
|
series_b: "series_b";
|
|
@@ -134,7 +132,8 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
134
132
|
series_i: "series_i";
|
|
135
133
|
series_j: "series_j";
|
|
136
134
|
series_unknown: "series_unknown";
|
|
137
|
-
|
|
135
|
+
angel: "angel";
|
|
136
|
+
pre_seed: "pre_seed";
|
|
138
137
|
private_equity: "private_equity";
|
|
139
138
|
debt_financing: "debt_financing";
|
|
140
139
|
convertible_note: "convertible_note";
|
|
@@ -142,12 +141,13 @@ declare const PeopledatalabsEnrichCompanyDataOutput: z.ZodObject<{
|
|
|
142
141
|
corporate_round: "corporate_round";
|
|
143
142
|
equity_crowdfunding: "equity_crowdfunding";
|
|
144
143
|
product_crowdfunding: "product_crowdfunding";
|
|
145
|
-
|
|
144
|
+
initial_coin_offering: "initial_coin_offering";
|
|
146
145
|
post_ipo_equity: "post_ipo_equity";
|
|
147
146
|
post_ipo_debt: "post_ipo_debt";
|
|
148
147
|
post_ipo_secondary: "post_ipo_secondary";
|
|
148
|
+
secondary_market: "secondary_market";
|
|
149
149
|
non_equity_assistance: "non_equity_assistance";
|
|
150
|
-
|
|
150
|
+
funding_round: "funding_round";
|
|
151
151
|
undisclosed: "undisclosed";
|
|
152
152
|
}>>>;
|
|
153
153
|
total_funding_raised: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -170,7 +170,19 @@ declare const peopledatalabsEnrichCompanyData: import("@keystrokehq/action").Wor
|
|
|
170
170
|
titlecase?: boolean | undefined;
|
|
171
171
|
postal_code?: string | undefined;
|
|
172
172
|
street_address?: string | undefined;
|
|
173
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
173
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
174
|
+
connectionId: z.ZodString;
|
|
175
|
+
entityId: z.ZodString;
|
|
176
|
+
instanceId: z.ZodString;
|
|
177
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
178
|
+
generic_api_key: z.ZodString;
|
|
179
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
180
|
+
connectionId: z.ZodString;
|
|
181
|
+
entityId: z.ZodString;
|
|
182
|
+
instanceId: z.ZodString;
|
|
183
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
184
|
+
generic_api_key: z.ZodString;
|
|
185
|
+
}, z.core.$strip>>]>;
|
|
174
186
|
//#endregion
|
|
175
187
|
export { peopledatalabsEnrichCompanyData };
|
|
176
188
|
//# sourceMappingURL=enrich-company-data.d.mts.map
|
|
@@ -82,7 +82,19 @@ declare const peopledatalabsEnrichIpData: import("@keystrokehq/action").Workflow
|
|
|
82
82
|
return_ip_metadata?: boolean | undefined;
|
|
83
83
|
return_if_unmatched?: boolean | undefined;
|
|
84
84
|
updated_title_roles?: boolean | undefined;
|
|
85
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
85
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>;
|
|
86
98
|
//#endregion
|
|
87
99
|
export { peopledatalabsEnrichIpData };
|
|
88
100
|
//# sourceMappingURL=enrich-ip-data.d.cts.map
|
|
@@ -82,7 +82,19 @@ declare const peopledatalabsEnrichIpData: import("@keystrokehq/action").Workflow
|
|
|
82
82
|
return_ip_metadata?: boolean | undefined;
|
|
83
83
|
return_if_unmatched?: boolean | undefined;
|
|
84
84
|
updated_title_roles?: boolean | undefined;
|
|
85
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
85
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"peopledatalabs", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>;
|
|
86
98
|
//#endregion
|
|
87
99
|
export { peopledatalabsEnrichIpData };
|
|
88
100
|
//# sourceMappingURL=enrich-ip-data.d.mts.map
|