@keystrokehq/neutrino 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/actions/add-watermark-to-image.d.cts +15 -1
  2. package/dist/actions/add-watermark-to-image.d.mts +15 -1
  3. package/dist/actions/bad-word-filter.d.cts +15 -1
  4. package/dist/actions/bad-word-filter.d.mts +15 -1
  5. package/dist/actions/bin-lookup.d.cts +15 -1
  6. package/dist/actions/bin-lookup.d.mts +15 -1
  7. package/dist/actions/check-ip-blocklist.d.cts +15 -1
  8. package/dist/actions/check-ip-blocklist.d.mts +15 -1
  9. package/dist/actions/convert.d.cts +15 -1
  10. package/dist/actions/convert.d.mts +15 -1
  11. package/dist/actions/email-validate.d.cts +15 -1
  12. package/dist/actions/email-validate.d.mts +15 -1
  13. package/dist/actions/email-verify.d.cts +15 -1
  14. package/dist/actions/email-verify.d.mts +15 -1
  15. package/dist/actions/geocode-address.d.cts +15 -1
  16. package/dist/actions/geocode-address.d.mts +15 -1
  17. package/dist/actions/geocode-reverse.d.cts +15 -1
  18. package/dist/actions/geocode-reverse.d.mts +15 -1
  19. package/dist/actions/hlr-lookup.d.cts +15 -1
  20. package/dist/actions/hlr-lookup.d.mts +15 -1
  21. package/dist/actions/host-reputation.d.cts +15 -1
  22. package/dist/actions/host-reputation.d.mts +15 -1
  23. package/dist/actions/html-clean.d.cts +15 -1
  24. package/dist/actions/html-clean.d.mts +15 -1
  25. package/dist/actions/html-render.d.cts +15 -1
  26. package/dist/actions/html-render.d.mts +15 -1
  27. package/dist/actions/image-resize.d.cts +15 -1
  28. package/dist/actions/image-resize.d.mts +15 -1
  29. package/dist/actions/ip-info.d.cts +15 -1
  30. package/dist/actions/ip-info.d.mts +15 -1
  31. package/dist/actions/ip-probe.d.cts +15 -1
  32. package/dist/actions/ip-probe.d.mts +15 -1
  33. package/dist/actions/lookup-domain.d.cts +15 -1
  34. package/dist/actions/lookup-domain.d.mts +15 -1
  35. package/dist/actions/phone-validate.d.cts +15 -1
  36. package/dist/actions/phone-validate.d.mts +15 -1
  37. package/dist/actions/qr-code.d.cts +15 -1
  38. package/dist/actions/qr-code.d.mts +15 -1
  39. package/dist/actions/run-browser-bot.d.cts +15 -1
  40. package/dist/actions/run-browser-bot.d.mts +15 -1
  41. package/dist/actions/sms-verify.d.cts +15 -1
  42. package/dist/actions/sms-verify.d.mts +15 -1
  43. package/dist/actions/ua-lookup.d.cts +15 -1
  44. package/dist/actions/ua-lookup.d.mts +15 -1
  45. package/dist/actions/url-info.d.cts +15 -1
  46. package/dist/actions/url-info.d.mts +15 -1
  47. package/dist/actions/verify-security-code.d.cts +15 -1
  48. package/dist/actions/verify-security-code.d.mts +15 -1
  49. package/dist/app.cjs +8 -2
  50. package/dist/app.cjs.map +1 -1
  51. package/dist/app.d.cts +10 -1
  52. package/dist/app.d.cts.map +1 -1
  53. package/dist/app.d.mts +10 -1
  54. package/dist/app.d.mts.map +1 -1
  55. package/dist/app.mjs +6 -1
  56. package/dist/app.mjs.map +1 -1
  57. package/package.json +1 -1
@@ -44,7 +44,21 @@ declare const neutrinoAddWatermarkToImage: import("@keystrokehq/action").Workflo
44
44
  "bg-color"?: string | undefined;
45
45
  position?: "center" | "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
46
46
  "resize-mode"?: "scale" | "pad" | "crop" | undefined;
47
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
47
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ generic_id: z.ZodString;
61
+ }, z.core.$strip>>]>;
48
62
  //#endregion
49
63
  export { neutrinoAddWatermarkToImage };
50
64
  //# sourceMappingURL=add-watermark-to-image.d.cts.map
@@ -44,7 +44,21 @@ declare const neutrinoAddWatermarkToImage: import("@keystrokehq/action").Workflo
44
44
  "bg-color"?: string | undefined;
45
45
  position?: "center" | "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
46
46
  "resize-mode"?: "scale" | "pad" | "crop" | undefined;
47
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
47
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ generic_id: z.ZodString;
61
+ }, z.core.$strip>>]>;
48
62
  //#endregion
49
63
  export { neutrinoAddWatermarkToImage };
50
64
  //# sourceMappingURL=add-watermark-to-image.d.mts.map
@@ -23,7 +23,21 @@ declare const neutrinoBadWordFilter: import("@keystrokehq/action").WorkflowActio
23
23
  callback?: string | undefined;
24
24
  "language-code"?: string | undefined;
25
25
  "censor-character"?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ generic_id: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ generic_id: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { neutrinoBadWordFilter };
29
43
  //# sourceMappingURL=bad-word-filter.d.cts.map
@@ -23,7 +23,21 @@ declare const neutrinoBadWordFilter: import("@keystrokehq/action").WorkflowActio
23
23
  callback?: string | undefined;
24
24
  "language-code"?: string | undefined;
25
25
  "censor-character"?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ generic_id: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ generic_id: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { neutrinoBadWordFilter };
29
43
  //# sourceMappingURL=bad-word-filter.d.mts.map
@@ -38,7 +38,21 @@ declare const neutrinoBinLookup: import("@keystrokehq/action").WorkflowActionDef
38
38
  "bin-number": string;
39
39
  "customer-ip"?: string | undefined;
40
40
  "output-case"?: "camelCase" | "snake_case" | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoBinLookup };
44
58
  //# sourceMappingURL=bin-lookup.d.cts.map
@@ -38,7 +38,21 @@ declare const neutrinoBinLookup: import("@keystrokehq/action").WorkflowActionDef
38
38
  "bin-number": string;
39
39
  "customer-ip"?: string | undefined;
40
40
  "output-case"?: "camelCase" | "snake_case" | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoBinLookup };
44
58
  //# sourceMappingURL=bin-lookup.d.mts.map
@@ -32,7 +32,21 @@ declare const NeutrinoCheckIpBlocklistOutput: z.ZodObject<{
32
32
  declare const neutrinoCheckIpBlocklist: import("@keystrokehq/action").WorkflowActionDefinition<{
33
33
  ip: string;
34
34
  "vpn-lookup"?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoCheckIpBlocklist };
38
52
  //# sourceMappingURL=check-ip-blocklist.d.cts.map
@@ -32,7 +32,21 @@ declare const NeutrinoCheckIpBlocklistOutput: z.ZodObject<{
32
32
  declare const neutrinoCheckIpBlocklist: import("@keystrokehq/action").WorkflowActionDefinition<{
33
33
  ip: string;
34
34
  "vpn-lookup"?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoCheckIpBlocklist };
38
52
  //# sourceMappingURL=check-ip-blocklist.d.mts.map
@@ -25,7 +25,21 @@ declare const neutrinoConvert: import("@keystrokehq/action").WorkflowActionDefin
25
25
  "from-type": string;
26
26
  "from-value": string;
27
27
  "historical-date"?: string | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoConvert };
31
45
  //# sourceMappingURL=convert.d.cts.map
@@ -25,7 +25,21 @@ declare const neutrinoConvert: import("@keystrokehq/action").WorkflowActionDefin
25
25
  "from-type": string;
26
26
  "from-value": string;
27
27
  "historical-date"?: string | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoConvert };
31
45
  //# sourceMappingURL=convert.d.mts.map
@@ -22,7 +22,21 @@ declare const NeutrinoEmailValidateOutput: z.ZodObject<{
22
22
  declare const neutrinoEmailValidate: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  email: string;
24
24
  "fix-typos"?: boolean | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoEmailValidate };
28
42
  //# sourceMappingURL=email-validate.d.cts.map
@@ -22,7 +22,21 @@ declare const NeutrinoEmailValidateOutput: z.ZodObject<{
22
22
  declare const neutrinoEmailValidate: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  email: string;
24
24
  "fix-typos"?: boolean | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoEmailValidate };
28
42
  //# sourceMappingURL=email-validate.d.mts.map
@@ -29,7 +29,21 @@ declare const NeutrinoEmailVerifyOutput: z.ZodObject<{
29
29
  declare const neutrinoEmailVerify: import("@keystrokehq/action").WorkflowActionDefinition<{
30
30
  email: string;
31
31
  "fix-typos"?: boolean | undefined;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
32
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
33
47
  //#endregion
34
48
  export { neutrinoEmailVerify };
35
49
  //# sourceMappingURL=email-verify.d.cts.map
@@ -29,7 +29,21 @@ declare const NeutrinoEmailVerifyOutput: z.ZodObject<{
29
29
  declare const neutrinoEmailVerify: import("@keystrokehq/action").WorkflowActionDefinition<{
30
30
  email: string;
31
31
  "fix-typos"?: boolean | undefined;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
32
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, 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>>]>;
33
47
  //#endregion
34
48
  export { neutrinoEmailVerify };
35
49
  //# sourceMappingURL=email-verify.d.mts.map
@@ -39,7 +39,21 @@ declare const neutrinoGeocodeAddress: import("@keystrokehq/action").WorkflowActi
39
39
  "country-code"?: string | undefined;
40
40
  "fuzzy-search"?: boolean | undefined;
41
41
  "language-code"?: string | undefined;
42
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
42
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
50
+ connectionId: z.ZodString;
51
+ entityId: z.ZodString;
52
+ instanceId: z.ZodString;
53
+ }, z.core.$strip>, z.ZodObject<{
54
+ generic_api_key: z.ZodString;
55
+ generic_id: z.ZodString;
56
+ }, z.core.$strip>>]>;
43
57
  //#endregion
44
58
  export { neutrinoGeocodeAddress };
45
59
  //# sourceMappingURL=geocode-address.d.cts.map
@@ -39,7 +39,21 @@ declare const neutrinoGeocodeAddress: import("@keystrokehq/action").WorkflowActi
39
39
  "country-code"?: string | undefined;
40
40
  "fuzzy-search"?: boolean | undefined;
41
41
  "language-code"?: string | undefined;
42
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
42
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<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>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
50
+ connectionId: z.ZodString;
51
+ entityId: z.ZodString;
52
+ instanceId: z.ZodString;
53
+ }, z.core.$strip>, z.ZodObject<{
54
+ generic_api_key: z.ZodString;
55
+ generic_id: z.ZodString;
56
+ }, z.core.$strip>>]>;
43
57
  //#endregion
44
58
  export { neutrinoGeocodeAddress };
45
59
  //# sourceMappingURL=geocode-address.d.mts.map
@@ -57,7 +57,21 @@ declare const neutrinoGeocodeReverse: import("@keystrokehq/action").WorkflowActi
57
57
  zoom?: string | undefined;
58
58
  "country-code"?: string | undefined;
59
59
  "language-code"?: string | undefined;
60
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
60
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ generic_id: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ generic_id: z.ZodString;
74
+ }, z.core.$strip>>]>;
61
75
  //#endregion
62
76
  export { neutrinoGeocodeReverse };
63
77
  //# sourceMappingURL=geocode-reverse.d.cts.map
@@ -57,7 +57,21 @@ declare const neutrinoGeocodeReverse: import("@keystrokehq/action").WorkflowActi
57
57
  zoom?: string | undefined;
58
58
  "country-code"?: string | undefined;
59
59
  "language-code"?: string | undefined;
60
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
60
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ generic_id: z.ZodString;
67
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ generic_id: z.ZodString;
74
+ }, z.core.$strip>>]>;
61
75
  //#endregion
62
76
  export { neutrinoGeocodeReverse };
63
77
  //# sourceMappingURL=geocode-reverse.d.mts.map
@@ -37,7 +37,21 @@ declare const neutrinoHlrLookup: import("@keystrokehq/action").WorkflowActionDef
37
37
  number: string;
38
38
  ip?: string | undefined;
39
39
  "country-code"?: string | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoHlrLookup };
43
57
  //# sourceMappingURL=hlr-lookup.d.cts.map
@@ -37,7 +37,21 @@ declare const neutrinoHlrLookup: import("@keystrokehq/action").WorkflowActionDef
37
37
  number: string;
38
38
  ip?: string | undefined;
39
39
  "country-code"?: string | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoHlrLookup };
43
57
  //# sourceMappingURL=hlr-lookup.d.mts.map
@@ -24,7 +24,21 @@ declare const neutrinoHostReputation: import("@keystrokehq/action").WorkflowActi
24
24
  host: string;
25
25
  zones?: string | undefined;
26
26
  "list-rating"?: number | undefined;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoHostReputation };
30
44
  //# sourceMappingURL=host-reputation.d.cts.map
@@ -24,7 +24,21 @@ declare const neutrinoHostReputation: import("@keystrokehq/action").WorkflowActi
24
24
  host: string;
25
25
  zones?: string | undefined;
26
26
  "list-rating"?: number | undefined;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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 { neutrinoHostReputation };
30
44
  //# sourceMappingURL=host-reputation.d.mts.map
@@ -17,7 +17,21 @@ declare const NeutrinoHtmlCleanOutput: z.ZodObject<{
17
17
  declare const neutrinoHtmlClean: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  content: string;
19
19
  "output-type"?: "plain-text" | "simple-text" | "basic-html" | "basic-html-with-images" | "advanced-html" | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ generic_id: z.ZodString;
27
+ }, z.core.$strip>>]>, 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>>]>;
21
35
  //#endregion
22
36
  export { neutrinoHtmlClean };
23
37
  //# sourceMappingURL=html-clean.d.cts.map
@@ -17,7 +17,21 @@ declare const NeutrinoHtmlCleanOutput: z.ZodObject<{
17
17
  declare const neutrinoHtmlClean: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  content: string;
19
19
  "output-type"?: "plain-text" | "simple-text" | "basic-html" | "basic-html-with-images" | "advanced-html" | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ generic_id: z.ZodString;
27
+ }, z.core.$strip>>]>, 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>>]>;
21
35
  //#endregion
22
36
  export { neutrinoHtmlClean };
23
37
  //# sourceMappingURL=html-clean.d.mts.map
@@ -62,7 +62,21 @@ declare const neutrinoHtmlRender: import("@keystrokehq/action").WorkflowActionDe
62
62
  "margin-right"?: number | undefined;
63
63
  "margin-bottom"?: number | undefined;
64
64
  "ignore-certificate-errors"?: boolean | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ generic_api_key: z.ZodString;
71
+ generic_id: z.ZodString;
72
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ generic_id: z.ZodString;
79
+ }, z.core.$strip>>]>;
66
80
  //#endregion
67
81
  export { neutrinoHtmlRender };
68
82
  //# sourceMappingURL=html-render.d.cts.map
@@ -62,7 +62,21 @@ declare const neutrinoHtmlRender: import("@keystrokehq/action").WorkflowActionDe
62
62
  "margin-right"?: number | undefined;
63
63
  "margin-bottom"?: number | undefined;
64
64
  "ignore-certificate-errors"?: boolean | undefined;
65
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
65
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
66
+ connectionId: z.ZodString;
67
+ entityId: z.ZodString;
68
+ instanceId: z.ZodString;
69
+ }, z.core.$strip>, z.ZodObject<{
70
+ generic_api_key: z.ZodString;
71
+ generic_id: z.ZodString;
72
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neutrino", z.ZodObject<{
73
+ connectionId: z.ZodString;
74
+ entityId: z.ZodString;
75
+ instanceId: z.ZodString;
76
+ }, z.core.$strip>, z.ZodObject<{
77
+ generic_api_key: z.ZodString;
78
+ generic_id: z.ZodString;
79
+ }, z.core.$strip>>]>;
66
80
  //#endregion
67
81
  export { neutrinoHtmlRender };
68
82
  //# sourceMappingURL=html-render.d.mts.map