@keystrokehq/fullenrich 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/create-contact-data-list.cjs +24 -0
- package/dist/actions/create-contact-data-list.cjs.map +1 -0
- package/dist/actions/create-contact-data-list.d.cts +9 -0
- package/dist/actions/create-contact-data-list.d.cts.map +1 -0
- package/dist/actions/create-contact-data-list.d.mts +9 -0
- package/dist/actions/create-contact-data-list.d.mts.map +1 -0
- package/dist/actions/create-contact-data-list.mjs +21 -0
- package/dist/actions/create-contact-data-list.mjs.map +1 -0
- package/dist/actions/get-current-credit-balance.cjs +16 -0
- package/dist/actions/get-current-credit-balance.cjs.map +1 -0
- package/dist/actions/get-current-credit-balance.d.cts +9 -0
- package/dist/actions/get-current-credit-balance.d.cts.map +1 -0
- package/dist/actions/get-current-credit-balance.d.mts +9 -0
- package/dist/actions/get-current-credit-balance.d.mts.map +1 -0
- package/dist/actions/get-current-credit-balance.mjs +13 -0
- package/dist/actions/get-current-credit-balance.mjs.map +1 -0
- package/dist/actions/get-enrichment-result.cjs +112 -0
- package/dist/actions/get-enrichment-result.cjs.map +1 -0
- package/dist/actions/get-enrichment-result.d.cts +9 -0
- package/dist/actions/get-enrichment-result.d.cts.map +1 -0
- package/dist/actions/get-enrichment-result.d.mts +9 -0
- package/dist/actions/get-enrichment-result.d.mts.map +1 -0
- package/dist/actions/get-enrichment-result.mjs +111 -0
- package/dist/actions/get-enrichment-result.mjs.map +1 -0
- package/dist/actions/get-reverse-email-result.cjs +90 -0
- package/dist/actions/get-reverse-email-result.cjs.map +1 -0
- package/dist/actions/get-reverse-email-result.d.cts +9 -0
- package/dist/actions/get-reverse-email-result.d.cts.map +1 -0
- package/dist/actions/get-reverse-email-result.d.mts +9 -0
- package/dist/actions/get-reverse-email-result.d.mts.map +1 -0
- package/dist/actions/get-reverse-email-result.mjs +89 -0
- package/dist/actions/get-reverse-email-result.mjs.map +1 -0
- package/dist/actions/index.cjs +19 -0
- package/dist/actions/index.d.cts +10 -0
- package/dist/actions/index.d.mts +10 -0
- package/dist/actions/index.mjs +10 -0
- package/dist/actions/reverse-email-lookup.cjs +20 -0
- package/dist/actions/reverse-email-lookup.cjs.map +1 -0
- package/dist/actions/reverse-email-lookup.d.cts +9 -0
- package/dist/actions/reverse-email-lookup.d.cts.map +1 -0
- package/dist/actions/reverse-email-lookup.d.mts +9 -0
- package/dist/actions/reverse-email-lookup.d.mts.map +1 -0
- package/dist/actions/reverse-email-lookup.mjs +17 -0
- package/dist/actions/reverse-email-lookup.mjs.map +1 -0
- package/dist/actions/search-company.cjs +51 -0
- package/dist/actions/search-company.cjs.map +1 -0
- package/dist/actions/search-company.d.cts +9 -0
- package/dist/actions/search-company.d.cts.map +1 -0
- package/dist/actions/search-company.d.mts +9 -0
- package/dist/actions/search-company.d.mts.map +1 -0
- package/dist/actions/search-company.mjs +50 -0
- package/dist/actions/search-company.mjs.map +1 -0
- package/dist/actions/search-people.cjs +131 -0
- package/dist/actions/search-people.cjs.map +1 -0
- package/dist/actions/search-people.d.cts +9 -0
- package/dist/actions/search-people.d.cts.map +1 -0
- package/dist/actions/search-people.d.mts +9 -0
- package/dist/actions/search-people.d.mts.map +1 -0
- package/dist/actions/search-people.mjs +130 -0
- package/dist/actions/search-people.mjs.map +1 -0
- package/dist/actions/start-bulk-enrichment.cjs +30 -0
- package/dist/actions/start-bulk-enrichment.cjs.map +1 -0
- package/dist/actions/start-bulk-enrichment.d.cts +9 -0
- package/dist/actions/start-bulk-enrichment.d.cts.map +1 -0
- package/dist/actions/start-bulk-enrichment.d.mts +9 -0
- package/dist/actions/start-bulk-enrichment.d.mts.map +1 -0
- package/dist/actions/start-bulk-enrichment.mjs +27 -0
- package/dist/actions/start-bulk-enrichment.mjs.map +1 -0
- package/dist/actions/verify-api-key.cjs +16 -0
- package/dist/actions/verify-api-key.cjs.map +1 -0
- package/dist/actions/verify-api-key.d.cts +9 -0
- package/dist/actions/verify-api-key.d.cts.map +1 -0
- package/dist/actions/verify-api-key.d.mts +9 -0
- package/dist/actions/verify-api-key.d.mts.map +1 -0
- package/dist/actions/verify-api-key.mjs +13 -0
- package/dist/actions/verify-api-key.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 +24 -0
- package/dist/index.d.cts +12 -0
- package/dist/index.d.mts +12 -0
- package/dist/index.mjs +13 -0
- package/package.json +49 -0
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 fullenrich = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,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 fullenrichCatalog = {
|
|
4
|
+
"slug": "fullenrich",
|
|
5
|
+
"name": "Fullenrich",
|
|
6
|
+
"description": "FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.",
|
|
7
|
+
"category": "Contact Management",
|
|
8
|
+
"logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.fullenrichCatalog = fullenrichCatalog;
|
|
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 fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,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 fullenrichCatalog: {
|
|
4
|
+
readonly slug: "fullenrich";
|
|
5
|
+
readonly name: "Fullenrich";
|
|
6
|
+
readonly description: "FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.";
|
|
7
|
+
readonly category: "Contact Management";
|
|
8
|
+
readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { fullenrichCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const fullenrichCatalog: {
|
|
4
|
+
readonly slug: "fullenrich";
|
|
5
|
+
readonly name: "Fullenrich";
|
|
6
|
+
readonly description: "FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.";
|
|
7
|
+
readonly category: "Contact Management";
|
|
8
|
+
readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { fullenrichCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;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 fullenrichCatalog = {
|
|
4
|
+
"slug": "fullenrich",
|
|
5
|
+
"name": "Fullenrich",
|
|
6
|
+
"description": "FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.",
|
|
7
|
+
"category": "Contact Management",
|
|
8
|
+
"logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { fullenrichCatalog };
|
|
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 fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,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 = "fullenrich";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeFullenrichTool(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.executeFullenrichTool = executeFullenrichTool;
|
|
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 = \"fullenrich\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeFullenrichTool(\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,sBACpB,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 = "fullenrich";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeFullenrichTool(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 { executeFullenrichTool };
|
|
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 = \"fullenrich\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeFullenrichTool(\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,sBACpB,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,24 @@
|
|
|
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_create_contact_data_list = require("./actions/create-contact-data-list.cjs");
|
|
5
|
+
const require_get_current_credit_balance = require("./actions/get-current-credit-balance.cjs");
|
|
6
|
+
const require_get_enrichment_result = require("./actions/get-enrichment-result.cjs");
|
|
7
|
+
const require_get_reverse_email_result = require("./actions/get-reverse-email-result.cjs");
|
|
8
|
+
const require_reverse_email_lookup = require("./actions/reverse-email-lookup.cjs");
|
|
9
|
+
const require_search_company = require("./actions/search-company.cjs");
|
|
10
|
+
const require_search_people = require("./actions/search-people.cjs");
|
|
11
|
+
const require_start_bulk_enrichment = require("./actions/start-bulk-enrichment.cjs");
|
|
12
|
+
const require_verify_api_key = require("./actions/verify-api-key.cjs");
|
|
13
|
+
require("./actions/index.cjs");
|
|
14
|
+
exports.fullenrich = require_app.fullenrich;
|
|
15
|
+
exports.fullenrichCatalog = require_catalog.fullenrichCatalog;
|
|
16
|
+
exports.fullenrichCreateContactDataList = require_create_contact_data_list.fullenrichCreateContactDataList;
|
|
17
|
+
exports.fullenrichGetCurrentCreditBalance = require_get_current_credit_balance.fullenrichGetCurrentCreditBalance;
|
|
18
|
+
exports.fullenrichGetEnrichmentResult = require_get_enrichment_result.fullenrichGetEnrichmentResult;
|
|
19
|
+
exports.fullenrichGetReverseEmailResult = require_get_reverse_email_result.fullenrichGetReverseEmailResult;
|
|
20
|
+
exports.fullenrichReverseEmailLookup = require_reverse_email_lookup.fullenrichReverseEmailLookup;
|
|
21
|
+
exports.fullenrichSearchCompany = require_search_company.fullenrichSearchCompany;
|
|
22
|
+
exports.fullenrichSearchPeople = require_search_people.fullenrichSearchPeople;
|
|
23
|
+
exports.fullenrichStartBulkEnrichment = require_start_bulk_enrichment.fullenrichStartBulkEnrichment;
|
|
24
|
+
exports.fullenrichVerifyApiKey = require_verify_api_key.fullenrichVerifyApiKey;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { fullenrichCreateContactDataList } from "./actions/create-contact-data-list.cjs";
|
|
2
|
+
import { fullenrichGetCurrentCreditBalance } from "./actions/get-current-credit-balance.cjs";
|
|
3
|
+
import { fullenrichGetEnrichmentResult } from "./actions/get-enrichment-result.cjs";
|
|
4
|
+
import { fullenrichGetReverseEmailResult } from "./actions/get-reverse-email-result.cjs";
|
|
5
|
+
import { fullenrichReverseEmailLookup } from "./actions/reverse-email-lookup.cjs";
|
|
6
|
+
import { fullenrichSearchCompany } from "./actions/search-company.cjs";
|
|
7
|
+
import { fullenrichSearchPeople } from "./actions/search-people.cjs";
|
|
8
|
+
import { fullenrichStartBulkEnrichment } from "./actions/start-bulk-enrichment.cjs";
|
|
9
|
+
import { fullenrichVerifyApiKey } from "./actions/verify-api-key.cjs";
|
|
10
|
+
import { fullenrich } from "./app.cjs";
|
|
11
|
+
import { fullenrichCatalog } from "./catalog.cjs";
|
|
12
|
+
export { fullenrich, fullenrichCatalog, fullenrichCreateContactDataList, fullenrichGetCurrentCreditBalance, fullenrichGetEnrichmentResult, fullenrichGetReverseEmailResult, fullenrichReverseEmailLookup, fullenrichSearchCompany, fullenrichSearchPeople, fullenrichStartBulkEnrichment, fullenrichVerifyApiKey };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { fullenrichCreateContactDataList } from "./actions/create-contact-data-list.mjs";
|
|
2
|
+
import { fullenrichGetCurrentCreditBalance } from "./actions/get-current-credit-balance.mjs";
|
|
3
|
+
import { fullenrichGetEnrichmentResult } from "./actions/get-enrichment-result.mjs";
|
|
4
|
+
import { fullenrichGetReverseEmailResult } from "./actions/get-reverse-email-result.mjs";
|
|
5
|
+
import { fullenrichReverseEmailLookup } from "./actions/reverse-email-lookup.mjs";
|
|
6
|
+
import { fullenrichSearchCompany } from "./actions/search-company.mjs";
|
|
7
|
+
import { fullenrichSearchPeople } from "./actions/search-people.mjs";
|
|
8
|
+
import { fullenrichStartBulkEnrichment } from "./actions/start-bulk-enrichment.mjs";
|
|
9
|
+
import { fullenrichVerifyApiKey } from "./actions/verify-api-key.mjs";
|
|
10
|
+
import { fullenrich } from "./app.mjs";
|
|
11
|
+
import { fullenrichCatalog } from "./catalog.mjs";
|
|
12
|
+
export { fullenrich, fullenrichCatalog, fullenrichCreateContactDataList, fullenrichGetCurrentCreditBalance, fullenrichGetEnrichmentResult, fullenrichGetReverseEmailResult, fullenrichReverseEmailLookup, fullenrichSearchCompany, fullenrichSearchPeople, fullenrichStartBulkEnrichment, fullenrichVerifyApiKey };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { fullenrich } from "./app.mjs";
|
|
2
|
+
import { fullenrichCatalog } from "./catalog.mjs";
|
|
3
|
+
import { fullenrichCreateContactDataList } from "./actions/create-contact-data-list.mjs";
|
|
4
|
+
import { fullenrichGetCurrentCreditBalance } from "./actions/get-current-credit-balance.mjs";
|
|
5
|
+
import { fullenrichGetEnrichmentResult } from "./actions/get-enrichment-result.mjs";
|
|
6
|
+
import { fullenrichGetReverseEmailResult } from "./actions/get-reverse-email-result.mjs";
|
|
7
|
+
import { fullenrichReverseEmailLookup } from "./actions/reverse-email-lookup.mjs";
|
|
8
|
+
import { fullenrichSearchCompany } from "./actions/search-company.mjs";
|
|
9
|
+
import { fullenrichSearchPeople } from "./actions/search-people.mjs";
|
|
10
|
+
import { fullenrichStartBulkEnrichment } from "./actions/start-bulk-enrichment.mjs";
|
|
11
|
+
import { fullenrichVerifyApiKey } from "./actions/verify-api-key.mjs";
|
|
12
|
+
import "./actions/index.mjs";
|
|
13
|
+
export { fullenrich, fullenrichCatalog, fullenrichCreateContactDataList, fullenrichGetCurrentCreditBalance, fullenrichGetEnrichmentResult, fullenrichGetReverseEmailResult, fullenrichReverseEmailLookup, fullenrichSearchCompany, fullenrichSearchPeople, fullenrichStartBulkEnrichment, fullenrichVerifyApiKey };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/fullenrich",
|
|
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/fullenrich"
|
|
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
|
+
}
|