@keystrokehq/peopledatalabs 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/clean-company-data.cjs +131 -0
- package/dist/actions/clean-company-data.cjs.map +1 -0
- package/dist/actions/clean-company-data.d.cts +9 -0
- package/dist/actions/clean-company-data.d.cts.map +1 -0
- package/dist/actions/clean-company-data.d.mts +9 -0
- package/dist/actions/clean-company-data.d.mts.map +1 -0
- package/dist/actions/clean-company-data.mjs +130 -0
- package/dist/actions/clean-company-data.mjs.map +1 -0
- package/dist/actions/clean-company-post.cjs +54 -0
- package/dist/actions/clean-company-post.cjs.map +1 -0
- package/dist/actions/clean-company-post.d.cts +9 -0
- package/dist/actions/clean-company-post.d.cts.map +1 -0
- package/dist/actions/clean-company-post.d.mts +9 -0
- package/dist/actions/clean-company-post.d.mts.map +1 -0
- package/dist/actions/clean-company-post.mjs +53 -0
- package/dist/actions/clean-company-post.mjs.map +1 -0
- package/dist/actions/clean-location-data.cjs +29 -0
- package/dist/actions/clean-location-data.cjs.map +1 -0
- package/dist/actions/clean-location-data.d.cts +9 -0
- package/dist/actions/clean-location-data.d.cts.map +1 -0
- package/dist/actions/clean-location-data.d.mts +9 -0
- package/dist/actions/clean-location-data.d.mts.map +1 -0
- package/dist/actions/clean-location-data.mjs +26 -0
- package/dist/actions/clean-location-data.mjs.map +1 -0
- package/dist/actions/clean-location-post.cjs +28 -0
- package/dist/actions/clean-location-post.cjs.map +1 -0
- package/dist/actions/clean-location-post.d.cts +9 -0
- package/dist/actions/clean-location-post.d.cts.map +1 -0
- package/dist/actions/clean-location-post.d.mts +9 -0
- package/dist/actions/clean-location-post.d.mts.map +1 -0
- package/dist/actions/clean-location-post.mjs +25 -0
- package/dist/actions/clean-location-post.mjs.map +1 -0
- package/dist/actions/clean-school-data-post.cjs +39 -0
- package/dist/actions/clean-school-data-post.cjs.map +1 -0
- package/dist/actions/clean-school-data-post.d.cts +9 -0
- package/dist/actions/clean-school-data-post.d.cts.map +1 -0
- package/dist/actions/clean-school-data-post.d.mts +9 -0
- package/dist/actions/clean-school-data-post.d.mts.map +1 -0
- package/dist/actions/clean-school-data-post.mjs +38 -0
- package/dist/actions/clean-school-data-post.mjs.map +1 -0
- package/dist/actions/clean-school-data.cjs +39 -0
- package/dist/actions/clean-school-data.cjs.map +1 -0
- package/dist/actions/clean-school-data.d.cts +9 -0
- package/dist/actions/clean-school-data.d.cts.map +1 -0
- package/dist/actions/clean-school-data.d.mts +9 -0
- package/dist/actions/clean-school-data.d.mts.map +1 -0
- package/dist/actions/clean-school-data.mjs +38 -0
- package/dist/actions/clean-school-data.mjs.map +1 -0
- package/dist/actions/enrich-bulk-company-data.cjs +33 -0
- package/dist/actions/enrich-bulk-company-data.cjs.map +1 -0
- package/dist/actions/enrich-bulk-company-data.d.cts +9 -0
- package/dist/actions/enrich-bulk-company-data.d.cts.map +1 -0
- package/dist/actions/enrich-bulk-company-data.d.mts +9 -0
- package/dist/actions/enrich-bulk-company-data.d.mts.map +1 -0
- package/dist/actions/enrich-bulk-company-data.mjs +32 -0
- package/dist/actions/enrich-bulk-company-data.mjs.map +1 -0
- package/dist/actions/enrich-bulk-person-data.cjs +287 -0
- package/dist/actions/enrich-bulk-person-data.cjs.map +1 -0
- package/dist/actions/enrich-bulk-person-data.d.cts +9 -0
- package/dist/actions/enrich-bulk-person-data.d.cts.map +1 -0
- package/dist/actions/enrich-bulk-person-data.d.mts +9 -0
- package/dist/actions/enrich-bulk-person-data.d.mts.map +1 -0
- package/dist/actions/enrich-bulk-person-data.mjs +286 -0
- package/dist/actions/enrich-bulk-person-data.mjs.map +1 -0
- package/dist/actions/enrich-company-data.cjs +146 -0
- package/dist/actions/enrich-company-data.cjs.map +1 -0
- package/dist/actions/enrich-company-data.d.cts +9 -0
- package/dist/actions/enrich-company-data.d.cts.map +1 -0
- package/dist/actions/enrich-company-data.d.mts +9 -0
- package/dist/actions/enrich-company-data.d.mts.map +1 -0
- package/dist/actions/enrich-company-data.mjs +145 -0
- package/dist/actions/enrich-company-data.mjs.map +1 -0
- package/dist/actions/enrich-ip-data.cjs +92 -0
- package/dist/actions/enrich-ip-data.cjs.map +1 -0
- package/dist/actions/enrich-ip-data.d.cts +9 -0
- package/dist/actions/enrich-ip-data.d.cts.map +1 -0
- package/dist/actions/enrich-ip-data.d.mts +9 -0
- package/dist/actions/enrich-ip-data.d.mts.map +1 -0
- package/dist/actions/enrich-ip-data.mjs +91 -0
- package/dist/actions/enrich-ip-data.mjs.map +1 -0
- package/dist/actions/enrich-job-title-data.cjs +20 -0
- package/dist/actions/enrich-job-title-data.cjs.map +1 -0
- package/dist/actions/enrich-job-title-data.d.cts +9 -0
- package/dist/actions/enrich-job-title-data.d.cts.map +1 -0
- package/dist/actions/enrich-job-title-data.d.mts +9 -0
- package/dist/actions/enrich-job-title-data.d.mts.map +1 -0
- package/dist/actions/enrich-job-title-data.mjs +17 -0
- package/dist/actions/enrich-job-title-data.mjs.map +1 -0
- package/dist/actions/enrich-person-data.cjs +285 -0
- package/dist/actions/enrich-person-data.cjs.map +1 -0
- package/dist/actions/enrich-person-data.d.cts +9 -0
- package/dist/actions/enrich-person-data.d.cts.map +1 -0
- package/dist/actions/enrich-person-data.d.mts +9 -0
- package/dist/actions/enrich-person-data.d.mts.map +1 -0
- package/dist/actions/enrich-person-data.mjs +284 -0
- package/dist/actions/enrich-person-data.mjs.map +1 -0
- package/dist/actions/enrich-skill-data.cjs +20 -0
- package/dist/actions/enrich-skill-data.cjs.map +1 -0
- package/dist/actions/enrich-skill-data.d.cts +9 -0
- package/dist/actions/enrich-skill-data.d.cts.map +1 -0
- package/dist/actions/enrich-skill-data.d.mts +9 -0
- package/dist/actions/enrich-skill-data.d.mts.map +1 -0
- package/dist/actions/enrich-skill-data.mjs +17 -0
- package/dist/actions/enrich-skill-data.mjs.map +1 -0
- package/dist/actions/generate-search-query.cjs +16 -0
- package/dist/actions/generate-search-query.cjs.map +1 -0
- package/dist/actions/generate-search-query.d.cts +9 -0
- package/dist/actions/generate-search-query.d.cts.map +1 -0
- package/dist/actions/generate-search-query.d.mts +9 -0
- package/dist/actions/generate-search-query.d.mts.map +1 -0
- package/dist/actions/generate-search-query.mjs +13 -0
- package/dist/actions/generate-search-query.mjs.map +1 -0
- package/dist/actions/get-autocomplete-suggestions-post.cjs +58 -0
- package/dist/actions/get-autocomplete-suggestions-post.cjs.map +1 -0
- package/dist/actions/get-autocomplete-suggestions-post.d.cts +9 -0
- package/dist/actions/get-autocomplete-suggestions-post.d.cts.map +1 -0
- package/dist/actions/get-autocomplete-suggestions-post.d.mts +9 -0
- package/dist/actions/get-autocomplete-suggestions-post.d.mts.map +1 -0
- package/dist/actions/get-autocomplete-suggestions-post.mjs +57 -0
- package/dist/actions/get-autocomplete-suggestions-post.mjs.map +1 -0
- package/dist/actions/get-autocomplete-suggestions.cjs +45 -0
- package/dist/actions/get-autocomplete-suggestions.cjs.map +1 -0
- package/dist/actions/get-autocomplete-suggestions.d.cts +9 -0
- package/dist/actions/get-autocomplete-suggestions.d.cts.map +1 -0
- package/dist/actions/get-autocomplete-suggestions.d.mts +9 -0
- package/dist/actions/get-autocomplete-suggestions.d.mts.map +1 -0
- package/dist/actions/get-autocomplete-suggestions.mjs +44 -0
- package/dist/actions/get-autocomplete-suggestions.mjs.map +1 -0
- package/dist/actions/get-column-details.cjs +25 -0
- package/dist/actions/get-column-details.cjs.map +1 -0
- package/dist/actions/get-column-details.d.cts +9 -0
- package/dist/actions/get-column-details.d.cts.map +1 -0
- package/dist/actions/get-column-details.d.mts +9 -0
- package/dist/actions/get-column-details.d.mts.map +1 -0
- package/dist/actions/get-column-details.mjs +24 -0
- package/dist/actions/get-column-details.mjs.map +1 -0
- package/dist/actions/get-schema.cjs +24 -0
- package/dist/actions/get-schema.cjs.map +1 -0
- package/dist/actions/get-schema.d.cts +9 -0
- package/dist/actions/get-schema.d.cts.map +1 -0
- package/dist/actions/get-schema.d.mts +9 -0
- package/dist/actions/get-schema.d.mts.map +1 -0
- package/dist/actions/get-schema.mjs +23 -0
- package/dist/actions/get-schema.mjs.map +1 -0
- package/dist/actions/get-subject-requests.cjs +19 -0
- package/dist/actions/get-subject-requests.cjs.map +1 -0
- package/dist/actions/get-subject-requests.d.cts +9 -0
- package/dist/actions/get-subject-requests.d.cts.map +1 -0
- package/dist/actions/get-subject-requests.d.mts +9 -0
- package/dist/actions/get-subject-requests.d.mts.map +1 -0
- package/dist/actions/get-subject-requests.mjs +16 -0
- package/dist/actions/get-subject-requests.mjs.map +1 -0
- package/dist/actions/identify-person-data.cjs +122 -0
- package/dist/actions/identify-person-data.cjs.map +1 -0
- package/dist/actions/identify-person-data.d.cts +9 -0
- package/dist/actions/identify-person-data.d.cts.map +1 -0
- package/dist/actions/identify-person-data.d.mts +9 -0
- package/dist/actions/identify-person-data.d.mts.map +1 -0
- package/dist/actions/identify-person-data.mjs +121 -0
- package/dist/actions/identify-person-data.mjs.map +1 -0
- package/dist/actions/index.cjs +49 -0
- package/dist/actions/index.d.cts +25 -0
- package/dist/actions/index.d.mts +25 -0
- package/dist/actions/index.mjs +25 -0
- package/dist/actions/people-search-elastic.cjs +181 -0
- package/dist/actions/people-search-elastic.cjs.map +1 -0
- package/dist/actions/people-search-elastic.d.cts +9 -0
- package/dist/actions/people-search-elastic.d.cts.map +1 -0
- package/dist/actions/people-search-elastic.d.mts +9 -0
- package/dist/actions/people-search-elastic.d.mts.map +1 -0
- package/dist/actions/people-search-elastic.mjs +180 -0
- package/dist/actions/people-search-elastic.mjs.map +1 -0
- package/dist/actions/query-person-changelog.cjs +43 -0
- package/dist/actions/query-person-changelog.cjs.map +1 -0
- package/dist/actions/query-person-changelog.d.cts +9 -0
- package/dist/actions/query-person-changelog.d.cts.map +1 -0
- package/dist/actions/query-person-changelog.d.mts +9 -0
- package/dist/actions/query-person-changelog.d.mts.map +1 -0
- package/dist/actions/query-person-changelog.mjs +42 -0
- package/dist/actions/query-person-changelog.mjs.map +1 -0
- package/dist/actions/search-company-elastic.cjs +179 -0
- package/dist/actions/search-company-elastic.cjs.map +1 -0
- package/dist/actions/search-company-elastic.d.cts +9 -0
- package/dist/actions/search-company-elastic.d.cts.map +1 -0
- package/dist/actions/search-company-elastic.d.mts +9 -0
- package/dist/actions/search-company-elastic.d.mts.map +1 -0
- package/dist/actions/search-company-elastic.mjs +178 -0
- package/dist/actions/search-company-elastic.mjs.map +1 -0
- package/dist/actions/search-company-post.cjs +63 -0
- package/dist/actions/search-company-post.cjs.map +1 -0
- package/dist/actions/search-company-post.d.cts +9 -0
- package/dist/actions/search-company-post.d.cts.map +1 -0
- package/dist/actions/search-company-post.d.mts +9 -0
- package/dist/actions/search-company-post.d.mts.map +1 -0
- package/dist/actions/search-company-post.mjs +62 -0
- package/dist/actions/search-company-post.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +54 -0
- package/dist/index.d.cts +27 -0
- package/dist/index.d.mts +27 -0
- package/dist/index.mjs +28 -0
- package/package.json +49 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-company-post.ts
|
|
4
|
+
const PeopledatalabsSearchCompanyPostInput = zod.z.object({
|
|
5
|
+
sql: zod.z.string().describe("SQL query format: SELECT * FROM company WHERE [condition]. Either 'query' or 'sql' is required, but not both.").optional(),
|
|
6
|
+
size: zod.z.number().int().default(1).describe("Batch size/max records returned. Must be between 1 and 100. Default: 1").optional(),
|
|
7
|
+
query: zod.z.string().describe("An Elasticsearch (v7.7) DSL query for searching company data. Must be a valid JSON object as a string. Either 'query' or 'sql' is required, but not both.").optional(),
|
|
8
|
+
pretty: zod.z.boolean().default(false).describe("Human-readable JSON formatting. Default: false").optional(),
|
|
9
|
+
titlecase: zod.z.boolean().default(false).describe("Titlecase response text. Default: false").optional(),
|
|
10
|
+
from_offset: zod.z.number().int().describe("Legacy offset for pagination (0-9999), max 10000 records total. Use scroll_token for unlimited pagination.").optional(),
|
|
11
|
+
scroll_token: zod.z.string().describe("Pagination token from previous response for unlimited record retrieval. Use this for paginating beyond 10000 records.").optional()
|
|
12
|
+
}).describe("Request model for company search using POST method.");
|
|
13
|
+
const PeopledatalabsSearchCompanyPost_LocationInfoSchema = zod.z.object({
|
|
14
|
+
geo: zod.z.string().describe("The company's current HQ city-level Geo").nullable().optional(),
|
|
15
|
+
name: zod.z.string().describe("The company's current HQ location name, generated from canonical location data with format: locality, region, country").nullable().optional(),
|
|
16
|
+
metro: zod.z.string().describe("The company's current HQ metro (US only)").nullable().optional(),
|
|
17
|
+
region: zod.z.string().describe("The company's current HQ region").nullable().optional(),
|
|
18
|
+
country: zod.z.string().describe("The company's current HQ country").nullable().optional(),
|
|
19
|
+
locality: zod.z.string().describe("The company's current HQ locality").nullable().optional(),
|
|
20
|
+
continent: zod.z.string().describe("The company's current HQ continent").nullable().optional(),
|
|
21
|
+
postal_code: zod.z.string().describe("The company's current HQ postal code").nullable().optional(),
|
|
22
|
+
address_line_2: zod.z.string().describe("The company's current HQ address line 2").nullable().optional(),
|
|
23
|
+
street_address: zod.z.string().describe("The company's current HQ street address").nullable().optional()
|
|
24
|
+
}).describe("Company location information.");
|
|
25
|
+
const PeopledatalabsSearchCompanyPost_CompanyRecordSchema = zod.z.object({
|
|
26
|
+
id: zod.z.string().describe("PDL company ID. Non-persistent and generated from the company's primary linkedin username").nullable().optional(),
|
|
27
|
+
name: zod.z.string().describe("The company's main common name").nullable().optional(),
|
|
28
|
+
size: zod.z.string().describe("A range representing the number of people working at the company").nullable().optional(),
|
|
29
|
+
tags: zod.z.array(zod.z.string()).describe("Tags associated with the company").nullable().optional(),
|
|
30
|
+
type: zod.z.string().describe("The type of the company").nullable().optional(),
|
|
31
|
+
ticker: zod.z.string().describe("Company Ticker, only for public companies").nullable().optional(),
|
|
32
|
+
founded: zod.z.number().int().describe("The founded year of the company").nullable().optional(),
|
|
33
|
+
summary: zod.z.string().describe("Company description").nullable().optional(),
|
|
34
|
+
website: zod.z.string().describe("Primary company website").nullable().optional(),
|
|
35
|
+
headline: zod.z.string().describe("The company's 'headline' summary").nullable().optional(),
|
|
36
|
+
industry: zod.z.string().describe("Self reported industry from linkedin's standard industries").nullable().optional(),
|
|
37
|
+
location: PeopledatalabsSearchCompanyPost_LocationInfoSchema.nullable().optional(),
|
|
38
|
+
profiles: zod.z.array(zod.z.string()).describe("A list of all profiles associated with the company").nullable().optional(),
|
|
39
|
+
linkedin_id: zod.z.string().describe("Primary company linkedin ID").nullable().optional(),
|
|
40
|
+
twitter_url: zod.z.string().describe("Primary company twitter url").nullable().optional(),
|
|
41
|
+
facebook_url: zod.z.string().describe("Primary company facebook").nullable().optional(),
|
|
42
|
+
linkedin_url: zod.z.string().describe("Primary company linkedin url").nullable().optional(),
|
|
43
|
+
employee_count: zod.z.number().int().describe("The current integer number of employees at the company").nullable().optional(),
|
|
44
|
+
alternative_names: zod.z.array(zod.z.string()).describe("The list of names associated with this company filtered for data quality").nullable().optional(),
|
|
45
|
+
affiliated_profiles: zod.z.array(zod.z.string()).describe("A list of company IDs that PDL has flagged as being affiliated with this company (parent or child)").nullable().optional()
|
|
46
|
+
}).describe("Company record from search results.");
|
|
47
|
+
const PeopledatalabsSearchCompanyPostOutput = zod.z.object({
|
|
48
|
+
data: zod.z.array(PeopledatalabsSearchCompanyPost_CompanyRecordSchema).describe("A list of company records matching the search criteria"),
|
|
49
|
+
total: zod.z.number().int().describe("The total number of company records found that match the query").nullable().optional(),
|
|
50
|
+
status: zod.z.number().int().describe("HTTP status code of the response"),
|
|
51
|
+
scroll_token: zod.z.string().describe("Token for retrieving the next page of results. Include in next request's scroll_token field.").nullable().optional()
|
|
52
|
+
}).describe("Response model for company search.");
|
|
53
|
+
const peopledatalabsSearchCompanyPost = require_action.action("PEOPLEDATALABS_SEARCH_COMPANY_POST", {
|
|
54
|
+
slug: "peopledatalabs-search-company-post",
|
|
55
|
+
name: "Search Company Records (POST)",
|
|
56
|
+
description: "Tool to search and filter company records from the full Company Dataset using Elasticsearch or SQL queries via POST method. Use when you need to find multiple companies matching specific criteria with complex filtering.",
|
|
57
|
+
input: PeopledatalabsSearchCompanyPostInput,
|
|
58
|
+
output: PeopledatalabsSearchCompanyPostOutput
|
|
59
|
+
});
|
|
60
|
+
//#endregion
|
|
61
|
+
exports.peopledatalabsSearchCompanyPost = peopledatalabsSearchCompanyPost;
|
|
62
|
+
|
|
63
|
+
//# sourceMappingURL=search-company-post.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-company-post.cjs","names":["z","action"],"sources":["../../src/actions/search-company-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PeopledatalabsSearchCompanyPostInput: z.ZodTypeAny = z.object({\n sql: z.string().describe(\"SQL query format: SELECT * FROM company WHERE [condition]. Either 'query' or 'sql' is required, but not both.\").optional(),\n size: z.number().int().default(1).describe(\"Batch size/max records returned. Must be between 1 and 100. Default: 1\").optional(),\n query: z.string().describe(\"An Elasticsearch (v7.7) DSL query for searching company data. Must be a valid JSON object as a string. Either 'query' or 'sql' is required, but not both.\").optional(),\n pretty: z.boolean().default(false).describe(\"Human-readable JSON formatting. Default: false\").optional(),\n titlecase: z.boolean().default(false).describe(\"Titlecase response text. Default: false\").optional(),\n from_offset: z.number().int().describe(\"Legacy offset for pagination (0-9999), max 10000 records total. Use scroll_token for unlimited pagination.\").optional(),\n scroll_token: z.string().describe(\"Pagination token from previous response for unlimited record retrieval. Use this for paginating beyond 10000 records.\").optional(),\n}).describe(\"Request model for company search using POST method.\");\nconst PeopledatalabsSearchCompanyPost_LocationInfoSchema: z.ZodTypeAny = z.object({\n geo: z.string().describe(\"The company's current HQ city-level Geo\").nullable().optional(),\n name: z.string().describe(\"The company's current HQ location name, generated from canonical location data with format: locality, region, country\").nullable().optional(),\n metro: z.string().describe(\"The company's current HQ metro (US only)\").nullable().optional(),\n region: z.string().describe(\"The company's current HQ region\").nullable().optional(),\n country: z.string().describe(\"The company's current HQ country\").nullable().optional(),\n locality: z.string().describe(\"The company's current HQ locality\").nullable().optional(),\n continent: z.string().describe(\"The company's current HQ continent\").nullable().optional(),\n postal_code: z.string().describe(\"The company's current HQ postal code\").nullable().optional(),\n address_line_2: z.string().describe(\"The company's current HQ address line 2\").nullable().optional(),\n street_address: z.string().describe(\"The company's current HQ street address\").nullable().optional(),\n}).describe(\"Company location information.\");\nconst PeopledatalabsSearchCompanyPost_CompanyRecordSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"PDL company ID. Non-persistent and generated from the company's primary linkedin username\").nullable().optional(),\n name: z.string().describe(\"The company's main common name\").nullable().optional(),\n size: z.string().describe(\"A range representing the number of people working at the company\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the company\").nullable().optional(),\n type: z.string().describe(\"The type of the company\").nullable().optional(),\n ticker: z.string().describe(\"Company Ticker, only for public companies\").nullable().optional(),\n founded: z.number().int().describe(\"The founded year of the company\").nullable().optional(),\n summary: z.string().describe(\"Company description\").nullable().optional(),\n website: z.string().describe(\"Primary company website\").nullable().optional(),\n headline: z.string().describe(\"The company's 'headline' summary\").nullable().optional(),\n industry: z.string().describe(\"Self reported industry from linkedin's standard industries\").nullable().optional(),\n location: PeopledatalabsSearchCompanyPost_LocationInfoSchema.nullable().optional(),\n profiles: z.array(z.string()).describe(\"A list of all profiles associated with the company\").nullable().optional(),\n linkedin_id: z.string().describe(\"Primary company linkedin ID\").nullable().optional(),\n twitter_url: z.string().describe(\"Primary company twitter url\").nullable().optional(),\n facebook_url: z.string().describe(\"Primary company facebook\").nullable().optional(),\n linkedin_url: z.string().describe(\"Primary company linkedin url\").nullable().optional(),\n employee_count: z.number().int().describe(\"The current integer number of employees at the company\").nullable().optional(),\n alternative_names: z.array(z.string()).describe(\"The list of names associated with this company filtered for data quality\").nullable().optional(),\n affiliated_profiles: z.array(z.string()).describe(\"A list of company IDs that PDL has flagged as being affiliated with this company (parent or child)\").nullable().optional(),\n}).describe(\"Company record from search results.\");\nexport const PeopledatalabsSearchCompanyPostOutput: z.ZodTypeAny = z.object({\n data: z.array(PeopledatalabsSearchCompanyPost_CompanyRecordSchema).describe(\"A list of company records matching the search criteria\"),\n total: z.number().int().describe(\"The total number of company records found that match the query\").nullable().optional(),\n status: z.number().int().describe(\"HTTP status code of the response\"),\n scroll_token: z.string().describe(\"Token for retrieving the next page of results. Include in next request's scroll_token field.\").nullable().optional(),\n}).describe(\"Response model for company search.\");\n\nexport const peopledatalabsSearchCompanyPost = action(\"PEOPLEDATALABS_SEARCH_COMPANY_POST\", {\n slug: \"peopledatalabs-search-company-post\",\n name: \"Search Company Records (POST)\",\n description: \"Tool to search and filter company records from the full Company Dataset using Elasticsearch or SQL queries via POST method. Use when you need to find multiple companies matching specific criteria with complex filtering.\",\n input: PeopledatalabsSearchCompanyPostInput,\n output: PeopledatalabsSearchCompanyPostOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-company-post.d.ts
|
|
4
|
+
declare const PeopledatalabsSearchCompanyPostInput: z.ZodTypeAny;
|
|
5
|
+
declare const PeopledatalabsSearchCompanyPostOutput: z.ZodTypeAny;
|
|
6
|
+
declare const peopledatalabsSearchCompanyPost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { peopledatalabsSearchCompanyPost };
|
|
9
|
+
//# sourceMappingURL=search-company-post.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-company-post.d.cts","names":[],"sources":["../../src/actions/search-company-post.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAQa;AAAA,cAmCrD,qCAAA,EAAuC,CAAA,CAAE,UAKL;AAAA,cAEpC,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-company-post.d.ts
|
|
4
|
+
declare const PeopledatalabsSearchCompanyPostInput: z.ZodTypeAny;
|
|
5
|
+
declare const PeopledatalabsSearchCompanyPostOutput: z.ZodTypeAny;
|
|
6
|
+
declare const peopledatalabsSearchCompanyPost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { peopledatalabsSearchCompanyPost };
|
|
9
|
+
//# sourceMappingURL=search-company-post.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-company-post.d.mts","names":[],"sources":["../../src/actions/search-company-post.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAQa;AAAA,cAmCrD,qCAAA,EAAuC,CAAA,CAAE,UAKL;AAAA,cAEpC,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/search-company-post.ts
|
|
4
|
+
const PeopledatalabsSearchCompanyPostInput = z.object({
|
|
5
|
+
sql: z.string().describe("SQL query format: SELECT * FROM company WHERE [condition]. Either 'query' or 'sql' is required, but not both.").optional(),
|
|
6
|
+
size: z.number().int().default(1).describe("Batch size/max records returned. Must be between 1 and 100. Default: 1").optional(),
|
|
7
|
+
query: z.string().describe("An Elasticsearch (v7.7) DSL query for searching company data. Must be a valid JSON object as a string. Either 'query' or 'sql' is required, but not both.").optional(),
|
|
8
|
+
pretty: z.boolean().default(false).describe("Human-readable JSON formatting. Default: false").optional(),
|
|
9
|
+
titlecase: z.boolean().default(false).describe("Titlecase response text. Default: false").optional(),
|
|
10
|
+
from_offset: z.number().int().describe("Legacy offset for pagination (0-9999), max 10000 records total. Use scroll_token for unlimited pagination.").optional(),
|
|
11
|
+
scroll_token: z.string().describe("Pagination token from previous response for unlimited record retrieval. Use this for paginating beyond 10000 records.").optional()
|
|
12
|
+
}).describe("Request model for company search using POST method.");
|
|
13
|
+
const PeopledatalabsSearchCompanyPost_LocationInfoSchema = z.object({
|
|
14
|
+
geo: z.string().describe("The company's current HQ city-level Geo").nullable().optional(),
|
|
15
|
+
name: z.string().describe("The company's current HQ location name, generated from canonical location data with format: locality, region, country").nullable().optional(),
|
|
16
|
+
metro: z.string().describe("The company's current HQ metro (US only)").nullable().optional(),
|
|
17
|
+
region: z.string().describe("The company's current HQ region").nullable().optional(),
|
|
18
|
+
country: z.string().describe("The company's current HQ country").nullable().optional(),
|
|
19
|
+
locality: z.string().describe("The company's current HQ locality").nullable().optional(),
|
|
20
|
+
continent: z.string().describe("The company's current HQ continent").nullable().optional(),
|
|
21
|
+
postal_code: z.string().describe("The company's current HQ postal code").nullable().optional(),
|
|
22
|
+
address_line_2: z.string().describe("The company's current HQ address line 2").nullable().optional(),
|
|
23
|
+
street_address: z.string().describe("The company's current HQ street address").nullable().optional()
|
|
24
|
+
}).describe("Company location information.");
|
|
25
|
+
const PeopledatalabsSearchCompanyPost_CompanyRecordSchema = z.object({
|
|
26
|
+
id: z.string().describe("PDL company ID. Non-persistent and generated from the company's primary linkedin username").nullable().optional(),
|
|
27
|
+
name: z.string().describe("The company's main common name").nullable().optional(),
|
|
28
|
+
size: z.string().describe("A range representing the number of people working at the company").nullable().optional(),
|
|
29
|
+
tags: z.array(z.string()).describe("Tags associated with the company").nullable().optional(),
|
|
30
|
+
type: z.string().describe("The type of the company").nullable().optional(),
|
|
31
|
+
ticker: z.string().describe("Company Ticker, only for public companies").nullable().optional(),
|
|
32
|
+
founded: z.number().int().describe("The founded year of the company").nullable().optional(),
|
|
33
|
+
summary: z.string().describe("Company description").nullable().optional(),
|
|
34
|
+
website: z.string().describe("Primary company website").nullable().optional(),
|
|
35
|
+
headline: z.string().describe("The company's 'headline' summary").nullable().optional(),
|
|
36
|
+
industry: z.string().describe("Self reported industry from linkedin's standard industries").nullable().optional(),
|
|
37
|
+
location: PeopledatalabsSearchCompanyPost_LocationInfoSchema.nullable().optional(),
|
|
38
|
+
profiles: z.array(z.string()).describe("A list of all profiles associated with the company").nullable().optional(),
|
|
39
|
+
linkedin_id: z.string().describe("Primary company linkedin ID").nullable().optional(),
|
|
40
|
+
twitter_url: z.string().describe("Primary company twitter url").nullable().optional(),
|
|
41
|
+
facebook_url: z.string().describe("Primary company facebook").nullable().optional(),
|
|
42
|
+
linkedin_url: z.string().describe("Primary company linkedin url").nullable().optional(),
|
|
43
|
+
employee_count: z.number().int().describe("The current integer number of employees at the company").nullable().optional(),
|
|
44
|
+
alternative_names: z.array(z.string()).describe("The list of names associated with this company filtered for data quality").nullable().optional(),
|
|
45
|
+
affiliated_profiles: z.array(z.string()).describe("A list of company IDs that PDL has flagged as being affiliated with this company (parent or child)").nullable().optional()
|
|
46
|
+
}).describe("Company record from search results.");
|
|
47
|
+
const peopledatalabsSearchCompanyPost = action("PEOPLEDATALABS_SEARCH_COMPANY_POST", {
|
|
48
|
+
slug: "peopledatalabs-search-company-post",
|
|
49
|
+
name: "Search Company Records (POST)",
|
|
50
|
+
description: "Tool to search and filter company records from the full Company Dataset using Elasticsearch or SQL queries via POST method. Use when you need to find multiple companies matching specific criteria with complex filtering.",
|
|
51
|
+
input: PeopledatalabsSearchCompanyPostInput,
|
|
52
|
+
output: z.object({
|
|
53
|
+
data: z.array(PeopledatalabsSearchCompanyPost_CompanyRecordSchema).describe("A list of company records matching the search criteria"),
|
|
54
|
+
total: z.number().int().describe("The total number of company records found that match the query").nullable().optional(),
|
|
55
|
+
status: z.number().int().describe("HTTP status code of the response"),
|
|
56
|
+
scroll_token: z.string().describe("Token for retrieving the next page of results. Include in next request's scroll_token field.").nullable().optional()
|
|
57
|
+
}).describe("Response model for company search.")
|
|
58
|
+
});
|
|
59
|
+
//#endregion
|
|
60
|
+
export { peopledatalabsSearchCompanyPost };
|
|
61
|
+
|
|
62
|
+
//# sourceMappingURL=search-company-post.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-company-post.mjs","names":[],"sources":["../../src/actions/search-company-post.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PeopledatalabsSearchCompanyPostInput: z.ZodTypeAny = z.object({\n sql: z.string().describe(\"SQL query format: SELECT * FROM company WHERE [condition]. Either 'query' or 'sql' is required, but not both.\").optional(),\n size: z.number().int().default(1).describe(\"Batch size/max records returned. Must be between 1 and 100. Default: 1\").optional(),\n query: z.string().describe(\"An Elasticsearch (v7.7) DSL query for searching company data. Must be a valid JSON object as a string. Either 'query' or 'sql' is required, but not both.\").optional(),\n pretty: z.boolean().default(false).describe(\"Human-readable JSON formatting. Default: false\").optional(),\n titlecase: z.boolean().default(false).describe(\"Titlecase response text. Default: false\").optional(),\n from_offset: z.number().int().describe(\"Legacy offset for pagination (0-9999), max 10000 records total. Use scroll_token for unlimited pagination.\").optional(),\n scroll_token: z.string().describe(\"Pagination token from previous response for unlimited record retrieval. Use this for paginating beyond 10000 records.\").optional(),\n}).describe(\"Request model for company search using POST method.\");\nconst PeopledatalabsSearchCompanyPost_LocationInfoSchema: z.ZodTypeAny = z.object({\n geo: z.string().describe(\"The company's current HQ city-level Geo\").nullable().optional(),\n name: z.string().describe(\"The company's current HQ location name, generated from canonical location data with format: locality, region, country\").nullable().optional(),\n metro: z.string().describe(\"The company's current HQ metro (US only)\").nullable().optional(),\n region: z.string().describe(\"The company's current HQ region\").nullable().optional(),\n country: z.string().describe(\"The company's current HQ country\").nullable().optional(),\n locality: z.string().describe(\"The company's current HQ locality\").nullable().optional(),\n continent: z.string().describe(\"The company's current HQ continent\").nullable().optional(),\n postal_code: z.string().describe(\"The company's current HQ postal code\").nullable().optional(),\n address_line_2: z.string().describe(\"The company's current HQ address line 2\").nullable().optional(),\n street_address: z.string().describe(\"The company's current HQ street address\").nullable().optional(),\n}).describe(\"Company location information.\");\nconst PeopledatalabsSearchCompanyPost_CompanyRecordSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"PDL company ID. Non-persistent and generated from the company's primary linkedin username\").nullable().optional(),\n name: z.string().describe(\"The company's main common name\").nullable().optional(),\n size: z.string().describe(\"A range representing the number of people working at the company\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the company\").nullable().optional(),\n type: z.string().describe(\"The type of the company\").nullable().optional(),\n ticker: z.string().describe(\"Company Ticker, only for public companies\").nullable().optional(),\n founded: z.number().int().describe(\"The founded year of the company\").nullable().optional(),\n summary: z.string().describe(\"Company description\").nullable().optional(),\n website: z.string().describe(\"Primary company website\").nullable().optional(),\n headline: z.string().describe(\"The company's 'headline' summary\").nullable().optional(),\n industry: z.string().describe(\"Self reported industry from linkedin's standard industries\").nullable().optional(),\n location: PeopledatalabsSearchCompanyPost_LocationInfoSchema.nullable().optional(),\n profiles: z.array(z.string()).describe(\"A list of all profiles associated with the company\").nullable().optional(),\n linkedin_id: z.string().describe(\"Primary company linkedin ID\").nullable().optional(),\n twitter_url: z.string().describe(\"Primary company twitter url\").nullable().optional(),\n facebook_url: z.string().describe(\"Primary company facebook\").nullable().optional(),\n linkedin_url: z.string().describe(\"Primary company linkedin url\").nullable().optional(),\n employee_count: z.number().int().describe(\"The current integer number of employees at the company\").nullable().optional(),\n alternative_names: z.array(z.string()).describe(\"The list of names associated with this company filtered for data quality\").nullable().optional(),\n affiliated_profiles: z.array(z.string()).describe(\"A list of company IDs that PDL has flagged as being affiliated with this company (parent or child)\").nullable().optional(),\n}).describe(\"Company record from search results.\");\nexport const PeopledatalabsSearchCompanyPostOutput: z.ZodTypeAny = z.object({\n data: z.array(PeopledatalabsSearchCompanyPost_CompanyRecordSchema).describe(\"A list of company records matching the search criteria\"),\n total: z.number().int().describe(\"The total number of company records found that match the query\").nullable().optional(),\n status: z.number().int().describe(\"HTTP status code of the response\"),\n scroll_token: z.string().describe(\"Token for retrieving the next page of results. Include in next request's scroll_token field.\").nullable().optional(),\n}).describe(\"Response model for company search.\");\n\nexport const peopledatalabsSearchCompanyPost = action(\"PEOPLEDATALABS_SEARCH_COMPANY_POST\", {\n slug: \"peopledatalabs-search-company-post\",\n name: \"Search Company Records (POST)\",\n description: \"Tool to search and filter company records from the full Company Dataset using Elasticsearch or SQL queries via POST method. Use when you need to find multiple companies matching specific criteria with complex filtering.\",\n input: PeopledatalabsSearchCompanyPostInput,\n output: PeopledatalabsSearchCompanyPostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CACnJ,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC9H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CACjM,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CAC9J,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AACtK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qDAAmE,EAAE,OAAO;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9K,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAQjD,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZiE,EAAE,OAAO;EAC1E,MAAM,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,wDAAwD;EACpI,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;EACpE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const peopledatalabs = defineApp({\n slug: \"peopledatalabs\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,kBAAA,uCAAA,CAAA,CAAA,UAAA,CAA2B;CACtC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const peopledatalabs = defineApp({\n slug: \"peopledatalabs\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const peopledatalabsCatalog = {
|
|
4
|
+
"slug": "peopledatalabs",
|
|
5
|
+
"name": "People Data Labs",
|
|
6
|
+
"description": "PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information",
|
|
7
|
+
"category": "Analytics",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/peopledatalabs",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.peopledatalabsCatalog = peopledatalabsCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const peopledatalabsCatalog = {\n \"slug\": \"peopledatalabs\",\n \"name\": \"People Data Labs\",\n \"description\": \"PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/peopledatalabs\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const peopledatalabsCatalog: {
|
|
4
|
+
readonly slug: "peopledatalabs";
|
|
5
|
+
readonly name: "People Data Labs";
|
|
6
|
+
readonly description: "PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information";
|
|
7
|
+
readonly category: "Analytics";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/peopledatalabs";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { peopledatalabsCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const peopledatalabsCatalog: {
|
|
4
|
+
readonly slug: "peopledatalabs";
|
|
5
|
+
readonly name: "People Data Labs";
|
|
6
|
+
readonly description: "PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information";
|
|
7
|
+
readonly category: "Analytics";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/peopledatalabs";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { peopledatalabsCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,qBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const peopledatalabsCatalog = {
|
|
4
|
+
"slug": "peopledatalabs",
|
|
5
|
+
"name": "People Data Labs",
|
|
6
|
+
"description": "PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information",
|
|
7
|
+
"category": "Analytics",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/peopledatalabs",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { peopledatalabsCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const peopledatalabsCatalog = {\n \"slug\": \"peopledatalabs\",\n \"name\": \"People Data Labs\",\n \"description\": \"PeopleDataLabs provides B2B data enrichment and identity resolution, empowering organizations to build enriched user profiles and validate customer information\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/peopledatalabs\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "peopledatalabs";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePeopledatalabsTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executePeopledatalabsTool = executePeopledatalabsTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"peopledatalabs\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePeopledatalabsTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "peopledatalabs";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executePeopledatalabsTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executePeopledatalabsTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"peopledatalabs\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePeopledatalabsTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,0BACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_clean_company_data = require("./actions/clean-company-data.cjs");
|
|
5
|
+
const require_clean_company_post = require("./actions/clean-company-post.cjs");
|
|
6
|
+
const require_clean_location_data = require("./actions/clean-location-data.cjs");
|
|
7
|
+
const require_clean_location_post = require("./actions/clean-location-post.cjs");
|
|
8
|
+
const require_clean_school_data = require("./actions/clean-school-data.cjs");
|
|
9
|
+
const require_clean_school_data_post = require("./actions/clean-school-data-post.cjs");
|
|
10
|
+
const require_enrich_bulk_company_data = require("./actions/enrich-bulk-company-data.cjs");
|
|
11
|
+
const require_enrich_bulk_person_data = require("./actions/enrich-bulk-person-data.cjs");
|
|
12
|
+
const require_enrich_company_data = require("./actions/enrich-company-data.cjs");
|
|
13
|
+
const require_enrich_ip_data = require("./actions/enrich-ip-data.cjs");
|
|
14
|
+
const require_enrich_job_title_data = require("./actions/enrich-job-title-data.cjs");
|
|
15
|
+
const require_enrich_person_data = require("./actions/enrich-person-data.cjs");
|
|
16
|
+
const require_enrich_skill_data = require("./actions/enrich-skill-data.cjs");
|
|
17
|
+
const require_generate_search_query = require("./actions/generate-search-query.cjs");
|
|
18
|
+
const require_get_autocomplete_suggestions = require("./actions/get-autocomplete-suggestions.cjs");
|
|
19
|
+
const require_get_autocomplete_suggestions_post = require("./actions/get-autocomplete-suggestions-post.cjs");
|
|
20
|
+
const require_get_column_details = require("./actions/get-column-details.cjs");
|
|
21
|
+
const require_get_schema = require("./actions/get-schema.cjs");
|
|
22
|
+
const require_get_subject_requests = require("./actions/get-subject-requests.cjs");
|
|
23
|
+
const require_identify_person_data = require("./actions/identify-person-data.cjs");
|
|
24
|
+
const require_people_search_elastic = require("./actions/people-search-elastic.cjs");
|
|
25
|
+
const require_query_person_changelog = require("./actions/query-person-changelog.cjs");
|
|
26
|
+
const require_search_company_elastic = require("./actions/search-company-elastic.cjs");
|
|
27
|
+
const require_search_company_post = require("./actions/search-company-post.cjs");
|
|
28
|
+
require("./actions/index.cjs");
|
|
29
|
+
exports.peopledatalabs = require_app.peopledatalabs;
|
|
30
|
+
exports.peopledatalabsCatalog = require_catalog.peopledatalabsCatalog;
|
|
31
|
+
exports.peopledatalabsCleanCompanyData = require_clean_company_data.peopledatalabsCleanCompanyData;
|
|
32
|
+
exports.peopledatalabsCleanCompanyPost = require_clean_company_post.peopledatalabsCleanCompanyPost;
|
|
33
|
+
exports.peopledatalabsCleanLocationData = require_clean_location_data.peopledatalabsCleanLocationData;
|
|
34
|
+
exports.peopledatalabsCleanLocationPost = require_clean_location_post.peopledatalabsCleanLocationPost;
|
|
35
|
+
exports.peopledatalabsCleanSchoolData = require_clean_school_data.peopledatalabsCleanSchoolData;
|
|
36
|
+
exports.peopledatalabsCleanSchoolDataPost = require_clean_school_data_post.peopledatalabsCleanSchoolDataPost;
|
|
37
|
+
exports.peopledatalabsEnrichBulkCompanyData = require_enrich_bulk_company_data.peopledatalabsEnrichBulkCompanyData;
|
|
38
|
+
exports.peopledatalabsEnrichBulkPersonData = require_enrich_bulk_person_data.peopledatalabsEnrichBulkPersonData;
|
|
39
|
+
exports.peopledatalabsEnrichCompanyData = require_enrich_company_data.peopledatalabsEnrichCompanyData;
|
|
40
|
+
exports.peopledatalabsEnrichIpData = require_enrich_ip_data.peopledatalabsEnrichIpData;
|
|
41
|
+
exports.peopledatalabsEnrichJobTitleData = require_enrich_job_title_data.peopledatalabsEnrichJobTitleData;
|
|
42
|
+
exports.peopledatalabsEnrichPersonData = require_enrich_person_data.peopledatalabsEnrichPersonData;
|
|
43
|
+
exports.peopledatalabsEnrichSkillData = require_enrich_skill_data.peopledatalabsEnrichSkillData;
|
|
44
|
+
exports.peopledatalabsGenerateSearchQuery = require_generate_search_query.peopledatalabsGenerateSearchQuery;
|
|
45
|
+
exports.peopledatalabsGetAutocompleteSuggestions = require_get_autocomplete_suggestions.peopledatalabsGetAutocompleteSuggestions;
|
|
46
|
+
exports.peopledatalabsGetAutocompleteSuggestionsPost = require_get_autocomplete_suggestions_post.peopledatalabsGetAutocompleteSuggestionsPost;
|
|
47
|
+
exports.peopledatalabsGetColumnDetails = require_get_column_details.peopledatalabsGetColumnDetails;
|
|
48
|
+
exports.peopledatalabsGetSchema = require_get_schema.peopledatalabsGetSchema;
|
|
49
|
+
exports.peopledatalabsGetSubjectRequests = require_get_subject_requests.peopledatalabsGetSubjectRequests;
|
|
50
|
+
exports.peopledatalabsIdentifyPersonData = require_identify_person_data.peopledatalabsIdentifyPersonData;
|
|
51
|
+
exports.peopledatalabsPeopleSearchElastic = require_people_search_elastic.peopledatalabsPeopleSearchElastic;
|
|
52
|
+
exports.peopledatalabsQueryPersonChangelog = require_query_person_changelog.peopledatalabsQueryPersonChangelog;
|
|
53
|
+
exports.peopledatalabsSearchCompanyElastic = require_search_company_elastic.peopledatalabsSearchCompanyElastic;
|
|
54
|
+
exports.peopledatalabsSearchCompanyPost = require_search_company_post.peopledatalabsSearchCompanyPost;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { peopledatalabsCleanCompanyData } from "./actions/clean-company-data.cjs";
|
|
2
|
+
import { peopledatalabsCleanCompanyPost } from "./actions/clean-company-post.cjs";
|
|
3
|
+
import { peopledatalabsCleanLocationData } from "./actions/clean-location-data.cjs";
|
|
4
|
+
import { peopledatalabsCleanLocationPost } from "./actions/clean-location-post.cjs";
|
|
5
|
+
import { peopledatalabsCleanSchoolData } from "./actions/clean-school-data.cjs";
|
|
6
|
+
import { peopledatalabsCleanSchoolDataPost } from "./actions/clean-school-data-post.cjs";
|
|
7
|
+
import { peopledatalabsEnrichBulkCompanyData } from "./actions/enrich-bulk-company-data.cjs";
|
|
8
|
+
import { peopledatalabsEnrichBulkPersonData } from "./actions/enrich-bulk-person-data.cjs";
|
|
9
|
+
import { peopledatalabsEnrichCompanyData } from "./actions/enrich-company-data.cjs";
|
|
10
|
+
import { peopledatalabsEnrichIpData } from "./actions/enrich-ip-data.cjs";
|
|
11
|
+
import { peopledatalabsEnrichJobTitleData } from "./actions/enrich-job-title-data.cjs";
|
|
12
|
+
import { peopledatalabsEnrichPersonData } from "./actions/enrich-person-data.cjs";
|
|
13
|
+
import { peopledatalabsEnrichSkillData } from "./actions/enrich-skill-data.cjs";
|
|
14
|
+
import { peopledatalabsGenerateSearchQuery } from "./actions/generate-search-query.cjs";
|
|
15
|
+
import { peopledatalabsGetAutocompleteSuggestions } from "./actions/get-autocomplete-suggestions.cjs";
|
|
16
|
+
import { peopledatalabsGetAutocompleteSuggestionsPost } from "./actions/get-autocomplete-suggestions-post.cjs";
|
|
17
|
+
import { peopledatalabsGetColumnDetails } from "./actions/get-column-details.cjs";
|
|
18
|
+
import { peopledatalabsGetSchema } from "./actions/get-schema.cjs";
|
|
19
|
+
import { peopledatalabsGetSubjectRequests } from "./actions/get-subject-requests.cjs";
|
|
20
|
+
import { peopledatalabsIdentifyPersonData } from "./actions/identify-person-data.cjs";
|
|
21
|
+
import { peopledatalabsPeopleSearchElastic } from "./actions/people-search-elastic.cjs";
|
|
22
|
+
import { peopledatalabsQueryPersonChangelog } from "./actions/query-person-changelog.cjs";
|
|
23
|
+
import { peopledatalabsSearchCompanyElastic } from "./actions/search-company-elastic.cjs";
|
|
24
|
+
import { peopledatalabsSearchCompanyPost } from "./actions/search-company-post.cjs";
|
|
25
|
+
import { peopledatalabs } from "./app.cjs";
|
|
26
|
+
import { peopledatalabsCatalog } from "./catalog.cjs";
|
|
27
|
+
export { peopledatalabs, peopledatalabsCatalog, peopledatalabsCleanCompanyData, peopledatalabsCleanCompanyPost, peopledatalabsCleanLocationData, peopledatalabsCleanLocationPost, peopledatalabsCleanSchoolData, peopledatalabsCleanSchoolDataPost, peopledatalabsEnrichBulkCompanyData, peopledatalabsEnrichBulkPersonData, peopledatalabsEnrichCompanyData, peopledatalabsEnrichIpData, peopledatalabsEnrichJobTitleData, peopledatalabsEnrichPersonData, peopledatalabsEnrichSkillData, peopledatalabsGenerateSearchQuery, peopledatalabsGetAutocompleteSuggestions, peopledatalabsGetAutocompleteSuggestionsPost, peopledatalabsGetColumnDetails, peopledatalabsGetSchema, peopledatalabsGetSubjectRequests, peopledatalabsIdentifyPersonData, peopledatalabsPeopleSearchElastic, peopledatalabsQueryPersonChangelog, peopledatalabsSearchCompanyElastic, peopledatalabsSearchCompanyPost };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { peopledatalabsCleanCompanyData } from "./actions/clean-company-data.mjs";
|
|
2
|
+
import { peopledatalabsCleanCompanyPost } from "./actions/clean-company-post.mjs";
|
|
3
|
+
import { peopledatalabsCleanLocationData } from "./actions/clean-location-data.mjs";
|
|
4
|
+
import { peopledatalabsCleanLocationPost } from "./actions/clean-location-post.mjs";
|
|
5
|
+
import { peopledatalabsCleanSchoolData } from "./actions/clean-school-data.mjs";
|
|
6
|
+
import { peopledatalabsCleanSchoolDataPost } from "./actions/clean-school-data-post.mjs";
|
|
7
|
+
import { peopledatalabsEnrichBulkCompanyData } from "./actions/enrich-bulk-company-data.mjs";
|
|
8
|
+
import { peopledatalabsEnrichBulkPersonData } from "./actions/enrich-bulk-person-data.mjs";
|
|
9
|
+
import { peopledatalabsEnrichCompanyData } from "./actions/enrich-company-data.mjs";
|
|
10
|
+
import { peopledatalabsEnrichIpData } from "./actions/enrich-ip-data.mjs";
|
|
11
|
+
import { peopledatalabsEnrichJobTitleData } from "./actions/enrich-job-title-data.mjs";
|
|
12
|
+
import { peopledatalabsEnrichPersonData } from "./actions/enrich-person-data.mjs";
|
|
13
|
+
import { peopledatalabsEnrichSkillData } from "./actions/enrich-skill-data.mjs";
|
|
14
|
+
import { peopledatalabsGenerateSearchQuery } from "./actions/generate-search-query.mjs";
|
|
15
|
+
import { peopledatalabsGetAutocompleteSuggestions } from "./actions/get-autocomplete-suggestions.mjs";
|
|
16
|
+
import { peopledatalabsGetAutocompleteSuggestionsPost } from "./actions/get-autocomplete-suggestions-post.mjs";
|
|
17
|
+
import { peopledatalabsGetColumnDetails } from "./actions/get-column-details.mjs";
|
|
18
|
+
import { peopledatalabsGetSchema } from "./actions/get-schema.mjs";
|
|
19
|
+
import { peopledatalabsGetSubjectRequests } from "./actions/get-subject-requests.mjs";
|
|
20
|
+
import { peopledatalabsIdentifyPersonData } from "./actions/identify-person-data.mjs";
|
|
21
|
+
import { peopledatalabsPeopleSearchElastic } from "./actions/people-search-elastic.mjs";
|
|
22
|
+
import { peopledatalabsQueryPersonChangelog } from "./actions/query-person-changelog.mjs";
|
|
23
|
+
import { peopledatalabsSearchCompanyElastic } from "./actions/search-company-elastic.mjs";
|
|
24
|
+
import { peopledatalabsSearchCompanyPost } from "./actions/search-company-post.mjs";
|
|
25
|
+
import { peopledatalabs } from "./app.mjs";
|
|
26
|
+
import { peopledatalabsCatalog } from "./catalog.mjs";
|
|
27
|
+
export { peopledatalabs, peopledatalabsCatalog, peopledatalabsCleanCompanyData, peopledatalabsCleanCompanyPost, peopledatalabsCleanLocationData, peopledatalabsCleanLocationPost, peopledatalabsCleanSchoolData, peopledatalabsCleanSchoolDataPost, peopledatalabsEnrichBulkCompanyData, peopledatalabsEnrichBulkPersonData, peopledatalabsEnrichCompanyData, peopledatalabsEnrichIpData, peopledatalabsEnrichJobTitleData, peopledatalabsEnrichPersonData, peopledatalabsEnrichSkillData, peopledatalabsGenerateSearchQuery, peopledatalabsGetAutocompleteSuggestions, peopledatalabsGetAutocompleteSuggestionsPost, peopledatalabsGetColumnDetails, peopledatalabsGetSchema, peopledatalabsGetSubjectRequests, peopledatalabsIdentifyPersonData, peopledatalabsPeopleSearchElastic, peopledatalabsQueryPersonChangelog, peopledatalabsSearchCompanyElastic, peopledatalabsSearchCompanyPost };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { peopledatalabs } from "./app.mjs";
|
|
2
|
+
import { peopledatalabsCatalog } from "./catalog.mjs";
|
|
3
|
+
import { peopledatalabsCleanCompanyData } from "./actions/clean-company-data.mjs";
|
|
4
|
+
import { peopledatalabsCleanCompanyPost } from "./actions/clean-company-post.mjs";
|
|
5
|
+
import { peopledatalabsCleanLocationData } from "./actions/clean-location-data.mjs";
|
|
6
|
+
import { peopledatalabsCleanLocationPost } from "./actions/clean-location-post.mjs";
|
|
7
|
+
import { peopledatalabsCleanSchoolData } from "./actions/clean-school-data.mjs";
|
|
8
|
+
import { peopledatalabsCleanSchoolDataPost } from "./actions/clean-school-data-post.mjs";
|
|
9
|
+
import { peopledatalabsEnrichBulkCompanyData } from "./actions/enrich-bulk-company-data.mjs";
|
|
10
|
+
import { peopledatalabsEnrichBulkPersonData } from "./actions/enrich-bulk-person-data.mjs";
|
|
11
|
+
import { peopledatalabsEnrichCompanyData } from "./actions/enrich-company-data.mjs";
|
|
12
|
+
import { peopledatalabsEnrichIpData } from "./actions/enrich-ip-data.mjs";
|
|
13
|
+
import { peopledatalabsEnrichJobTitleData } from "./actions/enrich-job-title-data.mjs";
|
|
14
|
+
import { peopledatalabsEnrichPersonData } from "./actions/enrich-person-data.mjs";
|
|
15
|
+
import { peopledatalabsEnrichSkillData } from "./actions/enrich-skill-data.mjs";
|
|
16
|
+
import { peopledatalabsGenerateSearchQuery } from "./actions/generate-search-query.mjs";
|
|
17
|
+
import { peopledatalabsGetAutocompleteSuggestions } from "./actions/get-autocomplete-suggestions.mjs";
|
|
18
|
+
import { peopledatalabsGetAutocompleteSuggestionsPost } from "./actions/get-autocomplete-suggestions-post.mjs";
|
|
19
|
+
import { peopledatalabsGetColumnDetails } from "./actions/get-column-details.mjs";
|
|
20
|
+
import { peopledatalabsGetSchema } from "./actions/get-schema.mjs";
|
|
21
|
+
import { peopledatalabsGetSubjectRequests } from "./actions/get-subject-requests.mjs";
|
|
22
|
+
import { peopledatalabsIdentifyPersonData } from "./actions/identify-person-data.mjs";
|
|
23
|
+
import { peopledatalabsPeopleSearchElastic } from "./actions/people-search-elastic.mjs";
|
|
24
|
+
import { peopledatalabsQueryPersonChangelog } from "./actions/query-person-changelog.mjs";
|
|
25
|
+
import { peopledatalabsSearchCompanyElastic } from "./actions/search-company-elastic.mjs";
|
|
26
|
+
import { peopledatalabsSearchCompanyPost } from "./actions/search-company-post.mjs";
|
|
27
|
+
import "./actions/index.mjs";
|
|
28
|
+
export { peopledatalabs, peopledatalabsCatalog, peopledatalabsCleanCompanyData, peopledatalabsCleanCompanyPost, peopledatalabsCleanLocationData, peopledatalabsCleanLocationPost, peopledatalabsCleanSchoolData, peopledatalabsCleanSchoolDataPost, peopledatalabsEnrichBulkCompanyData, peopledatalabsEnrichBulkPersonData, peopledatalabsEnrichCompanyData, peopledatalabsEnrichIpData, peopledatalabsEnrichJobTitleData, peopledatalabsEnrichPersonData, peopledatalabsEnrichSkillData, peopledatalabsGenerateSearchQuery, peopledatalabsGetAutocompleteSuggestions, peopledatalabsGetAutocompleteSuggestionsPost, peopledatalabsGetColumnDetails, peopledatalabsGetSchema, peopledatalabsGetSubjectRequests, peopledatalabsIdentifyPersonData, peopledatalabsPeopleSearchElastic, peopledatalabsQueryPersonChangelog, peopledatalabsSearchCompanyElastic, peopledatalabsSearchCompanyPost };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/peopledatalabs",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/peopledatalabs"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|