@keystrokehq/neutrino 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/add-watermark-to-image.d.cts +15 -1
- package/dist/actions/add-watermark-to-image.d.mts +15 -1
- package/dist/actions/bad-word-filter.d.cts +15 -1
- package/dist/actions/bad-word-filter.d.mts +15 -1
- package/dist/actions/bin-lookup.d.cts +15 -1
- package/dist/actions/bin-lookup.d.mts +15 -1
- package/dist/actions/check-ip-blocklist.d.cts +15 -1
- package/dist/actions/check-ip-blocklist.d.mts +15 -1
- package/dist/actions/convert.d.cts +15 -1
- package/dist/actions/convert.d.mts +15 -1
- package/dist/actions/email-validate.d.cts +15 -1
- package/dist/actions/email-validate.d.mts +15 -1
- package/dist/actions/email-verify.d.cts +15 -1
- package/dist/actions/email-verify.d.mts +15 -1
- package/dist/actions/geocode-address.d.cts +15 -1
- package/dist/actions/geocode-address.d.mts +15 -1
- package/dist/actions/geocode-reverse.d.cts +15 -1
- package/dist/actions/geocode-reverse.d.mts +15 -1
- package/dist/actions/hlr-lookup.d.cts +15 -1
- package/dist/actions/hlr-lookup.d.mts +15 -1
- package/dist/actions/host-reputation.d.cts +15 -1
- package/dist/actions/host-reputation.d.mts +15 -1
- package/dist/actions/html-clean.d.cts +15 -1
- package/dist/actions/html-clean.d.mts +15 -1
- package/dist/actions/html-render.d.cts +15 -1
- package/dist/actions/html-render.d.mts +15 -1
- package/dist/actions/image-resize.d.cts +15 -1
- package/dist/actions/image-resize.d.mts +15 -1
- package/dist/actions/ip-info.d.cts +15 -1
- package/dist/actions/ip-info.d.mts +15 -1
- package/dist/actions/ip-probe.d.cts +15 -1
- package/dist/actions/ip-probe.d.mts +15 -1
- package/dist/actions/lookup-domain.d.cts +15 -1
- package/dist/actions/lookup-domain.d.mts +15 -1
- package/dist/actions/phone-validate.d.cts +15 -1
- package/dist/actions/phone-validate.d.mts +15 -1
- package/dist/actions/qr-code.d.cts +15 -1
- package/dist/actions/qr-code.d.mts +15 -1
- package/dist/actions/run-browser-bot.d.cts +15 -1
- package/dist/actions/run-browser-bot.d.mts +15 -1
- package/dist/actions/sms-verify.d.cts +15 -1
- package/dist/actions/sms-verify.d.mts +15 -1
- package/dist/actions/ua-lookup.d.cts +15 -1
- package/dist/actions/ua-lookup.d.mts +15 -1
- package/dist/actions/url-info.d.cts +15 -1
- package/dist/actions/url-info.d.mts +15 -1
- package/dist/actions/verify-security-code.d.cts +15 -1
- package/dist/actions/verify-security-code.d.mts +15 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -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
|
@@ -32,7 +32,21 @@ declare const neutrinoImageResize: import("@keystrokehq/action").WorkflowActionD
|
|
|
32
32
|
"bg-color"?: string | undefined;
|
|
33
33
|
"image-url"?: string | undefined;
|
|
34
34
|
"resize-mode"?: "scale" | "pad" | "crop" | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
generic_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { neutrinoImageResize };
|
|
38
52
|
//# sourceMappingURL=image-resize.d.cts.map
|
|
@@ -32,7 +32,21 @@ declare const neutrinoImageResize: import("@keystrokehq/action").WorkflowActionD
|
|
|
32
32
|
"bg-color"?: string | undefined;
|
|
33
33
|
"image-url"?: string | undefined;
|
|
34
34
|
"resize-mode"?: "scale" | "pad" | "crop" | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
generic_id: z.ZodString;
|
|
49
|
+
}, z.core.$strip>>]>;
|
|
36
50
|
//#endregion
|
|
37
51
|
export { neutrinoImageResize };
|
|
38
52
|
//# sourceMappingURL=image-resize.d.mts.map
|
|
@@ -36,7 +36,21 @@ declare const NeutrinoIpInfoOutput: z.ZodObject<{
|
|
|
36
36
|
declare const neutrinoIpInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
ip: string;
|
|
38
38
|
"reverse-lookup"?: boolean | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
generic_id: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { neutrinoIpInfo };
|
|
42
56
|
//# sourceMappingURL=ip-info.d.cts.map
|
|
@@ -36,7 +36,21 @@ declare const NeutrinoIpInfoOutput: z.ZodObject<{
|
|
|
36
36
|
declare const neutrinoIpInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
ip: string;
|
|
38
38
|
"reverse-lookup"?: boolean | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
generic_id: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
generic_id: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
40
54
|
//#endregion
|
|
41
55
|
export { neutrinoIpInfo };
|
|
42
56
|
//# sourceMappingURL=ip-info.d.mts.map
|
|
@@ -47,7 +47,21 @@ declare const neutrinoIpProbe: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
47
47
|
"user-agent"?: string | undefined;
|
|
48
48
|
"forward-lookup"?: boolean | undefined;
|
|
49
49
|
"reverse-lookup"?: boolean | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
generic_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
generic_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { neutrinoIpProbe };
|
|
53
67
|
//# sourceMappingURL=ip-probe.d.cts.map
|
|
@@ -47,7 +47,21 @@ declare const neutrinoIpProbe: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
47
47
|
"user-agent"?: string | undefined;
|
|
48
48
|
"forward-lookup"?: boolean | undefined;
|
|
49
49
|
"reverse-lookup"?: boolean | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
generic_id: z.ZodString;
|
|
57
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
58
|
+
connectionId: z.ZodString;
|
|
59
|
+
entityId: z.ZodString;
|
|
60
|
+
instanceId: z.ZodString;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
generic_api_key: z.ZodString;
|
|
63
|
+
generic_id: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
51
65
|
//#endregion
|
|
52
66
|
export { neutrinoIpProbe };
|
|
53
67
|
//# sourceMappingURL=ip-probe.d.mts.map
|
|
@@ -38,7 +38,21 @@ declare const NeutrinoLookupDomainOutput: z.ZodObject<{
|
|
|
38
38
|
declare const neutrinoLookupDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
host: string;
|
|
40
40
|
live?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
generic_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { neutrinoLookupDomain };
|
|
44
58
|
//# sourceMappingURL=lookup-domain.d.cts.map
|
|
@@ -38,7 +38,21 @@ declare const NeutrinoLookupDomainOutput: z.ZodObject<{
|
|
|
38
38
|
declare const neutrinoLookupDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
39
39
|
host: string;
|
|
40
40
|
live?: boolean | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
generic_id: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
generic_id: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>;
|
|
42
56
|
//#endregion
|
|
43
57
|
export { neutrinoLookupDomain };
|
|
44
58
|
//# sourceMappingURL=lookup-domain.d.mts.map
|
|
@@ -24,7 +24,21 @@ declare const neutrinoPhoneValidate: import("@keystrokehq/action").WorkflowActio
|
|
|
24
24
|
number: string;
|
|
25
25
|
ip?: string | undefined;
|
|
26
26
|
"country-code"?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
generic_id: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { neutrinoPhoneValidate };
|
|
30
44
|
//# sourceMappingURL=phone-validate.d.cts.map
|
|
@@ -24,7 +24,21 @@ declare const neutrinoPhoneValidate: import("@keystrokehq/action").WorkflowActio
|
|
|
24
24
|
number: string;
|
|
25
25
|
ip?: string | undefined;
|
|
26
26
|
"country-code"?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_api_key: z.ZodString;
|
|
40
|
+
generic_id: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { neutrinoPhoneValidate };
|
|
30
44
|
//# sourceMappingURL=phone-validate.d.mts.map
|
|
@@ -22,7 +22,21 @@ declare const neutrinoQrCode: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
22
22
|
"bg-color"?: string | undefined;
|
|
23
23
|
"fg-color"?: string | undefined;
|
|
24
24
|
"code-format"?: "qr" | "c128" | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { neutrinoQrCode };
|
|
28
42
|
//# sourceMappingURL=qr-code.d.cts.map
|
|
@@ -22,7 +22,21 @@ declare const neutrinoQrCode: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
22
22
|
"bg-color"?: string | undefined;
|
|
23
23
|
"fg-color"?: string | undefined;
|
|
24
24
|
"code-format"?: "qr" | "c128" | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
generic_id: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
generic_id: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { neutrinoQrCode };
|
|
28
42
|
//# sourceMappingURL=qr-code.d.mts.map
|
|
@@ -60,7 +60,21 @@ declare const neutrinoRunBrowserBot: import("@keystrokehq/action").WorkflowActio
|
|
|
60
60
|
selector?: string | undefined;
|
|
61
61
|
"user-agent"?: string | undefined;
|
|
62
62
|
"ignore-certificate-errors"?: boolean | undefined;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
generic_id: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_api_key: z.ZodString;
|
|
76
|
+
generic_id: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
64
78
|
//#endregion
|
|
65
79
|
export { neutrinoRunBrowserBot };
|
|
66
80
|
//# sourceMappingURL=run-browser-bot.d.cts.map
|
|
@@ -60,7 +60,21 @@ declare const neutrinoRunBrowserBot: import("@keystrokehq/action").WorkflowActio
|
|
|
60
60
|
selector?: string | undefined;
|
|
61
61
|
"user-agent"?: string | undefined;
|
|
62
62
|
"ignore-certificate-errors"?: boolean | undefined;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
generic_id: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_api_key: z.ZodString;
|
|
76
|
+
generic_id: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
64
78
|
//#endregion
|
|
65
79
|
export { neutrinoRunBrowserBot };
|
|
66
80
|
//# sourceMappingURL=run-browser-bot.d.mts.map
|
|
@@ -25,7 +25,21 @@ declare const neutrinoSmsVerify: import("@keystrokehq/action").WorkflowActionDef
|
|
|
25
25
|
"code-validity"?: number | undefined;
|
|
26
26
|
"language-code"?: string | undefined;
|
|
27
27
|
"security-code"?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { neutrinoSmsVerify };
|
|
31
45
|
//# sourceMappingURL=sms-verify.d.cts.map
|
|
@@ -25,7 +25,21 @@ declare const neutrinoSmsVerify: import("@keystrokehq/action").WorkflowActionDef
|
|
|
25
25
|
"code-validity"?: number | undefined;
|
|
26
26
|
"language-code"?: string | undefined;
|
|
27
27
|
"security-code"?: string | undefined;
|
|
28
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
generic_id: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>;
|
|
29
43
|
//#endregion
|
|
30
44
|
export { neutrinoSmsVerify };
|
|
31
45
|
//# sourceMappingURL=sms-verify.d.mts.map
|
|
@@ -37,7 +37,21 @@ declare const NeutrinoUaLookupOutput: z.ZodObject<{
|
|
|
37
37
|
declare const neutrinoUaLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
ua: string;
|
|
39
39
|
"client-hints"?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
generic_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { neutrinoUaLookup };
|
|
43
57
|
//# sourceMappingURL=ua-lookup.d.cts.map
|
|
@@ -37,7 +37,21 @@ declare const NeutrinoUaLookupOutput: z.ZodObject<{
|
|
|
37
37
|
declare const neutrinoUaLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
ua: string;
|
|
39
39
|
"client-hints"?: string | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
generic_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { neutrinoUaLookup };
|
|
43
57
|
//# sourceMappingURL=ua-lookup.d.mts.map
|
|
@@ -37,7 +37,21 @@ declare const NeutrinoUrlInfoOutput: z.ZodObject<{
|
|
|
37
37
|
declare const neutrinoUrlInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
url: string;
|
|
39
39
|
"fetch-content"?: boolean | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
generic_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { neutrinoUrlInfo };
|
|
43
57
|
//# sourceMappingURL=url-info.d.cts.map
|
|
@@ -37,7 +37,21 @@ declare const NeutrinoUrlInfoOutput: z.ZodObject<{
|
|
|
37
37
|
declare const neutrinoUrlInfo: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
url: string;
|
|
39
39
|
"fetch-content"?: boolean | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
generic_id: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
generic_api_key: z.ZodString;
|
|
53
|
+
generic_id: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
41
55
|
//#endregion
|
|
42
56
|
export { neutrinoUrlInfo };
|
|
43
57
|
//# sourceMappingURL=url-info.d.mts.map
|
|
@@ -11,7 +11,21 @@ declare const NeutrinoVerifySecurityCodeOutput: z.ZodObject<{
|
|
|
11
11
|
declare const neutrinoVerifySecurityCode: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
"security-code": string;
|
|
13
13
|
"limit-by"?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { neutrinoVerifySecurityCode };
|
|
17
31
|
//# sourceMappingURL=verify-security-code.d.cts.map
|
|
@@ -11,7 +11,21 @@ declare const NeutrinoVerifySecurityCodeOutput: z.ZodObject<{
|
|
|
11
11
|
declare const neutrinoVerifySecurityCode: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
"security-code": string;
|
|
13
13
|
"limit-by"?: string | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
15
29
|
//#endregion
|
|
16
30
|
export { neutrinoVerifySecurityCode };
|
|
17
31
|
//# sourceMappingURL=verify-security-code.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const neutrino = (0,
|
|
4
|
+
const neutrino = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "neutrino",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: zod.z.string(),
|
|
9
|
+
generic_id: zod.z.string()
|
|
10
|
+
}
|
|
5
11
|
});
|
|
6
12
|
//#endregion
|
|
7
13
|
exports.neutrino = neutrino;
|
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 neutrino = defineApp({\n slug: \"neutrino\",\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 neutrino = defineApp({\n slug: \"neutrino\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,YAAYA,IAAAA,EAAE,OAAO;CACvB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const neutrino: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const neutrino: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { neutrino };
|
|
5
14
|
//# 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,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const neutrino: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const neutrino: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neutrino", 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
|
+
generic_id: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { neutrino };
|
|
5
14
|
//# 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,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const neutrino = defineApp({
|
|
4
5
|
slug: "neutrino",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
generic_api_key: z.string(),
|
|
9
|
+
generic_id: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { neutrino };
|
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 neutrino = defineApp({\n slug: \"neutrino\",\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 neutrino = defineApp({\n slug: \"neutrino\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,YAAY,EAAE,OAAO;CACvB;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -9,7 +9,7 @@ const neutrinoCatalog = {
|
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
11
|
"credentialFields": {
|
|
12
|
-
"
|
|
12
|
+
"generic_api_key": {
|
|
13
13
|
"label": "Neutrino API Key",
|
|
14
14
|
"secret": true,
|
|
15
15
|
"description": "Your Neutrino API key, which can be generated from your account."
|