@keystrokehq/fullenrich 0.1.3 → 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/create-contact-data-list.d.cts +13 -1
- package/dist/actions/create-contact-data-list.d.cts.map +1 -1
- package/dist/actions/create-contact-data-list.d.mts +13 -1
- package/dist/actions/create-contact-data-list.d.mts.map +1 -1
- package/dist/actions/get-current-credit-balance.d.cts +13 -1
- package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
- package/dist/actions/get-current-credit-balance.d.mts +13 -1
- package/dist/actions/get-current-credit-balance.d.mts.map +1 -1
- package/dist/actions/get-enrichment-result.d.cts +13 -1
- package/dist/actions/get-enrichment-result.d.mts +13 -1
- package/dist/actions/get-reverse-email-result.d.cts +13 -1
- package/dist/actions/get-reverse-email-result.d.mts +13 -1
- package/dist/actions/reverse-email-lookup.d.cts +13 -1
- package/dist/actions/reverse-email-lookup.d.mts +13 -1
- package/dist/actions/search-company.d.cts +13 -1
- package/dist/actions/search-company.d.mts +13 -1
- package/dist/actions/search-people.d.cts +13 -1
- package/dist/actions/search-people.d.mts +13 -1
- package/dist/actions/start-bulk-enrichment.d.cts +13 -1
- package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
- package/dist/actions/start-bulk-enrichment.d.mts +13 -1
- package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
- package/dist/actions/verify-api-key.d.cts +13 -1
- package/dist/actions/verify-api-key.d.cts.map +1 -1
- package/dist/actions/verify-api-key.d.mts +13 -1
- package/dist/actions/verify-api-key.d.mts.map +1 -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/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -26,7 +26,19 @@ declare const fullenrichCreateContactDataList: import("@keystrokehq/action").Wor
|
|
|
26
26
|
linkedin_url?: string | undefined;
|
|
27
27
|
enrich_fields?: string[] | undefined;
|
|
28
28
|
}[];
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { fullenrichCreateContactDataList };
|
|
32
44
|
//# sourceMappingURL=create-contact-data-list.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-data-list.d.cts","names":[],"sources":["../../src/actions/create-contact-data-list.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAWpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA
|
|
1
|
+
{"version":3,"file":"create-contact-data-list.d.cts","names":[],"sources":["../../src/actions/create-contact-data-list.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAWpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -26,7 +26,19 @@ declare const fullenrichCreateContactDataList: import("@keystrokehq/action").Wor
|
|
|
26
26
|
linkedin_url?: string | undefined;
|
|
27
27
|
enrich_fields?: string[] | undefined;
|
|
28
28
|
}[];
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { fullenrichCreateContactDataList };
|
|
32
44
|
//# sourceMappingURL=create-contact-data-list.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-contact-data-list.d.mts","names":[],"sources":["../../src/actions/create-contact-data-list.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAWpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA
|
|
1
|
+
{"version":3,"file":"create-contact-data-list.d.mts","names":[],"sources":["../../src/actions/create-contact-data-list.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;cAWpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -5,7 +5,19 @@ declare const FullenrichGetCurrentCreditBalanceInput: z.ZodObject<{}, z.core.$st
|
|
|
5
5
|
declare const FullenrichGetCurrentCreditBalanceOutput: z.ZodObject<{
|
|
6
6
|
balance: z.ZodNullable<z.ZodNumber>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const fullenrichGetCurrentCreditBalance: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const fullenrichGetCurrentCreditBalance: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { fullenrichGetCurrentCreditBalance };
|
|
11
23
|
//# sourceMappingURL=get-current-credit-balance.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-current-credit-balance.d.cts","names":[],"sources":["../../src/actions/get-current-credit-balance.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-current-credit-balance.d.cts","names":[],"sources":["../../src/actions/get-current-credit-balance.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const FullenrichGetCurrentCreditBalanceInput: z.ZodObject<{}, z.core.$st
|
|
|
5
5
|
declare const FullenrichGetCurrentCreditBalanceOutput: z.ZodObject<{
|
|
6
6
|
balance: z.ZodNullable<z.ZodNumber>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const fullenrichGetCurrentCreditBalance: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const fullenrichGetCurrentCreditBalance: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { fullenrichGetCurrentCreditBalance };
|
|
11
23
|
//# sourceMappingURL=get-current-credit-balance.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-current-credit-balance.d.mts","names":[],"sources":["../../src/actions/get-current-credit-balance.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-current-credit-balance.d.mts","names":[],"sources":["../../src/actions/get-current-credit-balance.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;cAIvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -99,7 +99,19 @@ declare const FullenrichGetEnrichmentResultOutput: z.ZodObject<{
|
|
|
99
99
|
declare const fullenrichGetEnrichmentResult: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
100
100
|
enrichment_id: string;
|
|
101
101
|
forceResults?: boolean | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { fullenrichGetEnrichmentResult };
|
|
105
117
|
//# sourceMappingURL=get-enrichment-result.d.cts.map
|
|
@@ -99,7 +99,19 @@ declare const FullenrichGetEnrichmentResultOutput: z.ZodObject<{
|
|
|
99
99
|
declare const fullenrichGetEnrichmentResult: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
100
100
|
enrichment_id: string;
|
|
101
101
|
forceResults?: boolean | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { fullenrichGetEnrichmentResult };
|
|
105
117
|
//# sourceMappingURL=get-enrichment-result.d.mts.map
|
|
@@ -79,7 +79,19 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
|
|
|
79
79
|
}, z.core.$loose>;
|
|
80
80
|
declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
81
81
|
reverse_email_id: string;
|
|
82
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
82
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
generic_api_key: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>;
|
|
83
95
|
//#endregion
|
|
84
96
|
export { fullenrichGetReverseEmailResult };
|
|
85
97
|
//# sourceMappingURL=get-reverse-email-result.d.cts.map
|
|
@@ -79,7 +79,19 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
|
|
|
79
79
|
}, z.core.$loose>;
|
|
80
80
|
declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
81
81
|
reverse_email_id: string;
|
|
82
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
82
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
generic_api_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
generic_api_key: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>;
|
|
83
95
|
//#endregion
|
|
84
96
|
export { fullenrichGetReverseEmailResult };
|
|
85
97
|
//# sourceMappingURL=get-reverse-email-result.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
}[];
|
|
19
19
|
name: string;
|
|
20
20
|
webhook_url?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", 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<"fullenrich", 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 { fullenrichReverseEmailLookup };
|
|
24
36
|
//# sourceMappingURL=reverse-email-lookup.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").Workfl
|
|
|
18
18
|
}[];
|
|
19
19
|
name: string;
|
|
20
20
|
webhook_url?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", 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<"fullenrich", 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 { fullenrichReverseEmailLookup };
|
|
24
36
|
//# sourceMappingURL=reverse-email-lookup.d.mts.map
|
|
@@ -50,7 +50,19 @@ declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowAct
|
|
|
50
50
|
founded_years?: string[] | undefined;
|
|
51
51
|
linkedin_urls?: string[] | undefined;
|
|
52
52
|
headquarters_locations?: string[] | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { fullenrichSearchCompany };
|
|
56
68
|
//# sourceMappingURL=search-company.d.cts.map
|
|
@@ -50,7 +50,19 @@ declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowAct
|
|
|
50
50
|
founded_years?: string[] | undefined;
|
|
51
51
|
linkedin_urls?: string[] | undefined;
|
|
52
52
|
headquarters_locations?: string[] | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { fullenrichSearchCompany };
|
|
56
68
|
//# sourceMappingURL=search-company.d.mts.map
|
|
@@ -192,7 +192,19 @@ declare const fullenrichSearchPeople: import("@keystrokehq/action").WorkflowActi
|
|
|
192
192
|
exclude?: boolean | undefined;
|
|
193
193
|
exact_match?: boolean | undefined;
|
|
194
194
|
}[] | undefined;
|
|
195
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
195
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
196
|
+
connectionId: z.ZodString;
|
|
197
|
+
entityId: z.ZodString;
|
|
198
|
+
instanceId: z.ZodString;
|
|
199
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
200
|
+
generic_api_key: z.ZodString;
|
|
201
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
202
|
+
connectionId: z.ZodString;
|
|
203
|
+
entityId: z.ZodString;
|
|
204
|
+
instanceId: z.ZodString;
|
|
205
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
206
|
+
generic_api_key: z.ZodString;
|
|
207
|
+
}, z.core.$strip>>]>;
|
|
196
208
|
//#endregion
|
|
197
209
|
export { fullenrichSearchPeople };
|
|
198
210
|
//# sourceMappingURL=search-people.d.cts.map
|
|
@@ -192,7 +192,19 @@ declare const fullenrichSearchPeople: import("@keystrokehq/action").WorkflowActi
|
|
|
192
192
|
exclude?: boolean | undefined;
|
|
193
193
|
exact_match?: boolean | undefined;
|
|
194
194
|
}[] | undefined;
|
|
195
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
195
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
196
|
+
connectionId: z.ZodString;
|
|
197
|
+
entityId: z.ZodString;
|
|
198
|
+
instanceId: z.ZodString;
|
|
199
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
200
|
+
generic_api_key: z.ZodString;
|
|
201
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
202
|
+
connectionId: z.ZodString;
|
|
203
|
+
entityId: z.ZodString;
|
|
204
|
+
instanceId: z.ZodString;
|
|
205
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
206
|
+
generic_api_key: z.ZodString;
|
|
207
|
+
}, z.core.$strip>>]>;
|
|
196
208
|
//#endregion
|
|
197
209
|
export { fullenrichSearchPeople };
|
|
198
210
|
//# sourceMappingURL=search-people.d.mts.map
|
|
@@ -34,7 +34,19 @@ declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").Workf
|
|
|
34
34
|
checkDomain?: boolean | undefined;
|
|
35
35
|
webhook_url?: string | undefined;
|
|
36
36
|
checkLinkedinUrl?: boolean | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { fullenrichStartBulkEnrichment };
|
|
40
52
|
//# sourceMappingURL=start-bulk-enrichment.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -34,7 +34,19 @@ declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").Workf
|
|
|
34
34
|
checkDomain?: boolean | undefined;
|
|
35
35
|
webhook_url?: string | undefined;
|
|
36
36
|
checkLinkedinUrl?: boolean | undefined;
|
|
37
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
37
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
44
|
+
connectionId: z.ZodString;
|
|
45
|
+
entityId: z.ZodString;
|
|
46
|
+
instanceId: z.ZodString;
|
|
47
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
48
|
+
generic_api_key: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
38
50
|
//#endregion
|
|
39
51
|
export { fullenrichStartBulkEnrichment };
|
|
40
52
|
//# sourceMappingURL=start-bulk-enrichment.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -5,7 +5,19 @@ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
|
|
6
6
|
workspace_id: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { fullenrichVerifyApiKey };
|
|
11
23
|
//# sourceMappingURL=verify-api-key.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
|
|
6
6
|
workspace_id: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { fullenrichVerifyApiKey };
|
|
11
23
|
//# sourceMappingURL=verify-api-key.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const fullenrich = (0,
|
|
4
|
+
const fullenrich = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "fullenrich",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.fullenrich = fullenrich;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","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":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const fullenrich = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,cAAA,GAAA,2BAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { fullenrich };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,UAAA,6BAAU,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"fullenrich", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { fullenrich };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,UAAA,6BAAU,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const fullenrich = defineApp({
|
|
4
5
|
slug: "fullenrich",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { fullenrich };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +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":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const fullenrich = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const fullenrichCatalog = {
|
|
|
8
8
|
"logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "FullEnrich API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your FullEnrich API key, obtainable from your API Dashboard."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +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 \"credentialFields\": {\n \"
|
|
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 \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const fullenrichCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "FullEnrich API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const fullenrichCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "FullEnrich API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const fullenrichCatalog = {
|
|
|
8
8
|
"logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "FullEnrich API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your FullEnrich API key, obtainable from your API Dashboard."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +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 \"credentialFields\": {\n \"
|
|
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 \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|