@keystrokehq/realphonevalidation 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/check-fraud.cjs +49 -0
  7. package/dist/actions/check-fraud.cjs.map +1 -0
  8. package/dist/actions/check-fraud.d.cts +9 -0
  9. package/dist/actions/check-fraud.d.cts.map +1 -0
  10. package/dist/actions/check-fraud.d.mts +9 -0
  11. package/dist/actions/check-fraud.d.mts.map +1 -0
  12. package/dist/actions/check-fraud.mjs +48 -0
  13. package/dist/actions/check-fraud.mjs.map +1 -0
  14. package/dist/actions/email-verify.cjs +35 -0
  15. package/dist/actions/email-verify.cjs.map +1 -0
  16. package/dist/actions/email-verify.d.cts +9 -0
  17. package/dist/actions/email-verify.d.cts.map +1 -0
  18. package/dist/actions/email-verify.d.mts +9 -0
  19. package/dist/actions/email-verify.d.mts.map +1 -0
  20. package/dist/actions/email-verify.mjs +32 -0
  21. package/dist/actions/email-verify.mjs.map +1 -0
  22. package/dist/actions/index.cjs +21 -0
  23. package/dist/actions/index.d.cts +11 -0
  24. package/dist/actions/index.d.mts +11 -0
  25. package/dist/actions/index.mjs +11 -0
  26. package/dist/actions/lookup-dnc.cjs +29 -0
  27. package/dist/actions/lookup-dnc.cjs.map +1 -0
  28. package/dist/actions/lookup-dnc.d.cts +9 -0
  29. package/dist/actions/lookup-dnc.d.cts.map +1 -0
  30. package/dist/actions/lookup-dnc.d.mts +9 -0
  31. package/dist/actions/lookup-dnc.d.mts.map +1 -0
  32. package/dist/actions/lookup-dnc.mjs +26 -0
  33. package/dist/actions/lookup-dnc.mjs.map +1 -0
  34. package/dist/actions/rpv-active.cjs +23 -0
  35. package/dist/actions/rpv-active.cjs.map +1 -0
  36. package/dist/actions/rpv-active.d.cts +9 -0
  37. package/dist/actions/rpv-active.d.cts.map +1 -0
  38. package/dist/actions/rpv-active.d.mts +9 -0
  39. package/dist/actions/rpv-active.d.mts.map +1 -0
  40. package/dist/actions/rpv-active.mjs +20 -0
  41. package/dist/actions/rpv-active.mjs.map +1 -0
  42. package/dist/actions/rpv-reassigned-number-lookup.cjs +26 -0
  43. package/dist/actions/rpv-reassigned-number-lookup.cjs.map +1 -0
  44. package/dist/actions/rpv-reassigned-number-lookup.d.cts +9 -0
  45. package/dist/actions/rpv-reassigned-number-lookup.d.cts.map +1 -0
  46. package/dist/actions/rpv-reassigned-number-lookup.d.mts +9 -0
  47. package/dist/actions/rpv-reassigned-number-lookup.d.mts.map +1 -0
  48. package/dist/actions/rpv-reassigned-number-lookup.mjs +23 -0
  49. package/dist/actions/rpv-reassigned-number-lookup.mjs.map +1 -0
  50. package/dist/actions/rpv-scrub-plus.cjs +23 -0
  51. package/dist/actions/rpv-scrub-plus.cjs.map +1 -0
  52. package/dist/actions/rpv-scrub-plus.d.cts +9 -0
  53. package/dist/actions/rpv-scrub-plus.d.cts.map +1 -0
  54. package/dist/actions/rpv-scrub-plus.d.mts +9 -0
  55. package/dist/actions/rpv-scrub-plus.d.mts.map +1 -0
  56. package/dist/actions/rpv-scrub-plus.mjs +20 -0
  57. package/dist/actions/rpv-scrub-plus.mjs.map +1 -0
  58. package/dist/actions/rpv-wireless-id.cjs +23 -0
  59. package/dist/actions/rpv-wireless-id.cjs.map +1 -0
  60. package/dist/actions/rpv-wireless-id.d.cts +9 -0
  61. package/dist/actions/rpv-wireless-id.d.cts.map +1 -0
  62. package/dist/actions/rpv-wireless-id.d.mts +9 -0
  63. package/dist/actions/rpv-wireless-id.d.mts.map +1 -0
  64. package/dist/actions/rpv-wireless-id.mjs +20 -0
  65. package/dist/actions/rpv-wireless-id.mjs.map +1 -0
  66. package/dist/actions/validate-phone-scrub.cjs +25 -0
  67. package/dist/actions/validate-phone-scrub.cjs.map +1 -0
  68. package/dist/actions/validate-phone-scrub.d.cts +9 -0
  69. package/dist/actions/validate-phone-scrub.d.cts.map +1 -0
  70. package/dist/actions/validate-phone-scrub.d.mts +9 -0
  71. package/dist/actions/validate-phone-scrub.d.mts.map +1 -0
  72. package/dist/actions/validate-phone-scrub.mjs +22 -0
  73. package/dist/actions/validate-phone-scrub.mjs.map +1 -0
  74. package/dist/actions/validate-phone-turbo-standard.cjs +24 -0
  75. package/dist/actions/validate-phone-turbo-standard.cjs.map +1 -0
  76. package/dist/actions/validate-phone-turbo-standard.d.cts +9 -0
  77. package/dist/actions/validate-phone-turbo-standard.d.cts.map +1 -0
  78. package/dist/actions/validate-phone-turbo-standard.d.mts +9 -0
  79. package/dist/actions/validate-phone-turbo-standard.d.mts.map +1 -0
  80. package/dist/actions/validate-phone-turbo-standard.mjs +21 -0
  81. package/dist/actions/validate-phone-turbo-standard.mjs.map +1 -0
  82. package/dist/actions/validate-phone-turbo-v3.cjs +26 -0
  83. package/dist/actions/validate-phone-turbo-v3.cjs.map +1 -0
  84. package/dist/actions/validate-phone-turbo-v3.d.cts +9 -0
  85. package/dist/actions/validate-phone-turbo-v3.d.cts.map +1 -0
  86. package/dist/actions/validate-phone-turbo-v3.d.mts +9 -0
  87. package/dist/actions/validate-phone-turbo-v3.d.mts.map +1 -0
  88. package/dist/actions/validate-phone-turbo-v3.mjs +23 -0
  89. package/dist/actions/validate-phone-turbo-v3.mjs.map +1 -0
  90. package/dist/app.cjs +9 -0
  91. package/dist/app.cjs.map +1 -0
  92. package/dist/app.d.cts +5 -0
  93. package/dist/app.d.cts.map +1 -0
  94. package/dist/app.d.mts +5 -0
  95. package/dist/app.d.mts.map +1 -0
  96. package/dist/app.mjs +10 -0
  97. package/dist/app.mjs.map +1 -0
  98. package/dist/catalog.cjs +15 -0
  99. package/dist/catalog.cjs.map +1 -0
  100. package/dist/catalog.d.cts +14 -0
  101. package/dist/catalog.d.cts.map +1 -0
  102. package/dist/catalog.d.mts +14 -0
  103. package/dist/catalog.d.mts.map +1 -0
  104. package/dist/catalog.mjs +15 -0
  105. package/dist/catalog.mjs.map +1 -0
  106. package/dist/execute.cjs +18 -0
  107. package/dist/execute.cjs.map +1 -0
  108. package/dist/execute.mjs +18 -0
  109. package/dist/execute.mjs.map +1 -0
  110. package/dist/index.cjs +26 -0
  111. package/dist/index.d.cts +13 -0
  112. package/dist/index.d.mts +13 -0
  113. package/dist/index.mjs +14 -0
  114. package/package.json +49 -0
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationRpvActive = action("REALPHONEVALIDATION_RPV_ACTIVE", {
4
+ slug: "realphonevalidation-rpv-active",
5
+ name: "Check Phone Active Status",
6
+ description: "Tool to determine if a phone number is active on a valid phone service provider. Use after collecting the user's phone number for real-time verification.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number, numeric digits only"),
9
+ token: z.string().describe("Unique API token provided by RealPhoneValidation"),
10
+ output: z.enum(["json", "xml"]).default("json").describe("Response format. JSON or XML. XML output is not supported by this tool.").optional()
11
+ }),
12
+ output: z.object({
13
+ RESPONSEMSG: z.string().describe("Additional message or error description. Empty string on success."),
14
+ RESPONSECODE: z.string().describe("Result code: 'active', 'inactive', 'invalid', or error codes like '-1', '102'")
15
+ }).describe("Response from the RPV Active API.\nRESPONSECODE indicates the result: 'active', 'inactive', 'invalid', or numeric error codes.")
16
+ });
17
+ //#endregion
18
+ export { realphonevalidationRpvActive };
19
+
20
+ //# sourceMappingURL=rpv-active.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-active.mjs","names":[],"sources":["../../src/actions/rpv-active.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvActiveInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Unique API token provided by RealPhoneValidation\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format. JSON or XML. XML output is not supported by this tool.\").optional(),\n});\nexport const RealphonevalidationRpvActiveOutput: z.ZodTypeAny = z.object({\n RESPONSEMSG: z.string().describe(\"Additional message or error description. Empty string on success.\"),\n RESPONSECODE: z.string().describe(\"Result code: 'active', 'inactive', 'invalid', or error codes like '-1', '102'\"),\n}).describe(\"Response from the RPV Active API.\\nRESPONSECODE indicates the result: 'active', 'inactive', 'invalid', or numeric error codes.\");\n\nexport const realphonevalidationRpvActive = action(\"REALPHONEVALIDATION_RPV_ACTIVE\", {\n slug: \"realphonevalidation-rpv-active\",\n name: \"Check Phone Active Status\",\n description: \"Tool to determine if a phone number is active on a valid phone service provider. Use after collecting the user's phone number for real-time verification.\",\n input: RealphonevalidationRpvActiveInput,\n output: RealphonevalidationRpvActiveOutput,\n});\n"],"mappings":";;AAcA,MAAa,+BAA+B,OAAO,kCAAkC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd6D,EAAE,OAAO;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC7E,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC/I,CAUS;CACP,QAV8D,EAAE,OAAO;EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;EACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CACnH,CAAC,CAAC,CAAC,SAAS,gIAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/rpv-reassigned-number-lookup.ts
4
+ const RealphonevalidationRpvReassignedNumberLookupInput = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number (digits only)"),
6
+ token: zod.z.string().describe("RealPhoneValidation API token"),
7
+ output: zod.z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'. Defaults to 'json'.").optional(),
8
+ contact_date: zod.z.string().describe("Date you received permission to contact in YYYY-MM-DD format")
9
+ });
10
+ const RealphonevalidationRpvReassignedNumberLookupOutput = zod.z.object({
11
+ id: zod.z.string().describe("Lookup ID; -1 on error"),
12
+ reassigned: zod.z.string().describe("Determines if the number has been reassigned since the given date. Possible values: 'yes', 'no', 'no_data', 'undetermined', or empty on error"),
13
+ RESPONSEMSG: zod.z.string().describe("Error message if any; empty on success"),
14
+ RESPONSECODE: zod.z.string().describe("Response code: 'OK' if successful; '-1' or other codes on error")
15
+ });
16
+ const realphonevalidationRpvReassignedNumberLookup = require_action.action("REALPHONEVALIDATION_RPV_REASSIGNED_NUMBER_LOOKUP", {
17
+ slug: "realphonevalidation-rpv-reassigned-number-lookup",
18
+ name: "Reassigned Number Lookup",
19
+ description: "Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent.",
20
+ input: RealphonevalidationRpvReassignedNumberLookupInput,
21
+ output: RealphonevalidationRpvReassignedNumberLookupOutput
22
+ });
23
+ //#endregion
24
+ exports.realphonevalidationRpvReassignedNumberLookup = realphonevalidationRpvReassignedNumberLookup;
25
+
26
+ //# sourceMappingURL=rpv-reassigned-number-lookup.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-reassigned-number-lookup.cjs","names":["z","action"],"sources":["../../src/actions/rpv-reassigned-number-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvReassignedNumberLookupInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number (digits only)\"),\n token: z.string().describe(\"RealPhoneValidation API token\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'. Defaults to 'json'.\").optional(),\n contact_date: z.string().describe(\"Date you received permission to contact in YYYY-MM-DD format\"),\n});\nexport const RealphonevalidationRpvReassignedNumberLookupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Lookup ID; -1 on error\"),\n reassigned: z.string().describe(\"Determines if the number has been reassigned since the given date. Possible values: 'yes', 'no', 'no_data', 'undetermined', or empty on error\"),\n RESPONSEMSG: z.string().describe(\"Error message if any; empty on success\"),\n RESPONSECODE: z.string().describe(\"Response code: 'OK' if successful; '-1' or other codes on error\"),\n});\n\nexport const realphonevalidationRpvReassignedNumberLookup = action(\"REALPHONEVALIDATION_RPV_REASSIGNED_NUMBER_LOOKUP\", {\n slug: \"realphonevalidation-rpv-reassigned-number-lookup\",\n name: \"Reassigned Number Lookup\",\n description: \"Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent.\",\n input: RealphonevalidationRpvReassignedNumberLookupInput,\n output: RealphonevalidationRpvReassignedNumberLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oDAAkEA,IAAAA,EAAE,OAAO;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,QAAQA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAC3H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAClG,CAAC;AACD,MAAa,qDAAmEA,IAAAA,EAAE,OAAO;CACvF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;CAC/K,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACzE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;AACrG,CAAC;AAED,MAAa,+CAA+CC,eAAAA,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-reassigned-number-lookup.d.ts
4
+ declare const RealphonevalidationRpvReassignedNumberLookupInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvReassignedNumberLookupOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvReassignedNumberLookup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvReassignedNumberLookup };
9
+ //# sourceMappingURL=rpv-reassigned-number-lookup.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-reassigned-number-lookup.d.cts","names":[],"sources":["../../src/actions/rpv-reassigned-number-lookup.ts"],"mappings":";;;cAIa,iDAAA,EAAmD,CAAA,CAAE,UAKhE;AAAA,cACW,kDAAA,EAAoD,CAAA,CAAE,UAKjE;AAAA,cAEW,4CAAA,gCAA4C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-reassigned-number-lookup.d.ts
4
+ declare const RealphonevalidationRpvReassignedNumberLookupInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvReassignedNumberLookupOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvReassignedNumberLookup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvReassignedNumberLookup };
9
+ //# sourceMappingURL=rpv-reassigned-number-lookup.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-reassigned-number-lookup.d.mts","names":[],"sources":["../../src/actions/rpv-reassigned-number-lookup.ts"],"mappings":";;;cAIa,iDAAA,EAAmD,CAAA,CAAE,UAKhE;AAAA,cACW,kDAAA,EAAoD,CAAA,CAAE,UAKjE;AAAA,cAEW,4CAAA,gCAA4C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationRpvReassignedNumberLookup = action("REALPHONEVALIDATION_RPV_REASSIGNED_NUMBER_LOOKUP", {
4
+ slug: "realphonevalidation-rpv-reassigned-number-lookup",
5
+ name: "Reassigned Number Lookup",
6
+ description: "Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number (digits only)"),
9
+ token: z.string().describe("RealPhoneValidation API token"),
10
+ output: z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'. Defaults to 'json'.").optional(),
11
+ contact_date: z.string().describe("Date you received permission to contact in YYYY-MM-DD format")
12
+ }),
13
+ output: z.object({
14
+ id: z.string().describe("Lookup ID; -1 on error"),
15
+ reassigned: z.string().describe("Determines if the number has been reassigned since the given date. Possible values: 'yes', 'no', 'no_data', 'undetermined', or empty on error"),
16
+ RESPONSEMSG: z.string().describe("Error message if any; empty on success"),
17
+ RESPONSECODE: z.string().describe("Response code: 'OK' if successful; '-1' or other codes on error")
18
+ })
19
+ });
20
+ //#endregion
21
+ export { realphonevalidationRpvReassignedNumberLookup };
22
+
23
+ //# sourceMappingURL=rpv-reassigned-number-lookup.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-reassigned-number-lookup.mjs","names":[],"sources":["../../src/actions/rpv-reassigned-number-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvReassignedNumberLookupInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number (digits only)\"),\n token: z.string().describe(\"RealPhoneValidation API token\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'. Defaults to 'json'.\").optional(),\n contact_date: z.string().describe(\"Date you received permission to contact in YYYY-MM-DD format\"),\n});\nexport const RealphonevalidationRpvReassignedNumberLookupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Lookup ID; -1 on error\"),\n reassigned: z.string().describe(\"Determines if the number has been reassigned since the given date. Possible values: 'yes', 'no', 'no_data', 'undetermined', or empty on error\"),\n RESPONSEMSG: z.string().describe(\"Error message if any; empty on success\"),\n RESPONSECODE: z.string().describe(\"Response code: 'OK' if successful; '-1' or other codes on error\"),\n});\n\nexport const realphonevalidationRpvReassignedNumberLookup = action(\"REALPHONEVALIDATION_RPV_REASSIGNED_NUMBER_LOOKUP\", {\n slug: \"realphonevalidation-rpv-reassigned-number-lookup\",\n name: \"Reassigned Number Lookup\",\n description: \"Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent.\",\n input: RealphonevalidationRpvReassignedNumberLookupInput,\n output: RealphonevalidationRpvReassignedNumberLookupOutput,\n});\n"],"mappings":";;AAiBA,MAAa,+CAA+C,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjB6E,EAAE,OAAO;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAC3H,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAClG,CAYS;CACP,QAZ8E,EAAE,OAAO;EACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAChD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;EAC/K,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACzE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACrG,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/rpv-scrub-plus.ts
4
+ const RealphonevalidationRpvScrubPlusInput = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number. Accepts formats like '7275555555', '727-555-5555', '(727) 555-5555', or '+17275555555'"),
6
+ token: zod.z.string().describe("API token provided by RealPhoneValidation")
7
+ });
8
+ const RealphonevalidationRpvScrubPlusOutput = zod.z.object({
9
+ status: zod.z.string().describe("Connection status of the phone (e.g., 'connected', 'disconnected', 'unauthorized')"),
10
+ error_text: zod.z.string().describe("Error message if any, or empty string if no error").nullable().optional(),
11
+ phone_type: zod.z.string().describe("Type of phone line (e.g., 'Mobile', 'Landline', 'VoIP')").nullable().optional()
12
+ });
13
+ const realphonevalidationRpvScrubPlus = require_action.action("REALPHONEVALIDATION_RPV_SCRUB_PLUS", {
14
+ slug: "realphonevalidation-rpv-scrub-plus",
15
+ name: "Scrub Plus Phone Numbers",
16
+ description: "Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type.",
17
+ input: RealphonevalidationRpvScrubPlusInput,
18
+ output: RealphonevalidationRpvScrubPlusOutput
19
+ });
20
+ //#endregion
21
+ exports.realphonevalidationRpvScrubPlus = realphonevalidationRpvScrubPlus;
22
+
23
+ //# sourceMappingURL=rpv-scrub-plus.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-scrub-plus.cjs","names":["z","action"],"sources":["../../src/actions/rpv-scrub-plus.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvScrubPlusInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number. Accepts formats like '7275555555', '727-555-5555', '(727) 555-5555', or '+17275555555'\"),\n token: z.string().describe(\"API token provided by RealPhoneValidation\"),\n});\nexport const RealphonevalidationRpvScrubPlusOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Connection status of the phone (e.g., 'connected', 'disconnected', 'unauthorized')\"),\n error_text: z.string().describe(\"Error message if any, or empty string if no error\").nullable().optional(),\n phone_type: z.string().describe(\"Type of phone line (e.g., 'Mobile', 'Landline', 'VoIP')\").nullable().optional(),\n});\n\nexport const realphonevalidationRpvScrubPlus = action(\"REALPHONEVALIDATION_RPV_SCRUB_PLUS\", {\n slug: \"realphonevalidation-rpv-scrub-plus\",\n name: \"Scrub Plus Phone Numbers\",\n description: \"Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type.\",\n input: RealphonevalidationRpvScrubPlusInput,\n output: RealphonevalidationRpvScrubPlusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;CAC7I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACxE,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;CAChH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC;AAED,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-scrub-plus.d.ts
4
+ declare const RealphonevalidationRpvScrubPlusInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvScrubPlusOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvScrubPlus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvScrubPlus };
9
+ //# sourceMappingURL=rpv-scrub-plus.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-scrub-plus.d.cts","names":[],"sources":["../../src/actions/rpv-scrub-plus.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAIpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-scrub-plus.d.ts
4
+ declare const RealphonevalidationRpvScrubPlusInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvScrubPlusOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvScrubPlus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvScrubPlus };
9
+ //# sourceMappingURL=rpv-scrub-plus.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-scrub-plus.d.mts","names":[],"sources":["../../src/actions/rpv-scrub-plus.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAIpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationRpvScrubPlus = action("REALPHONEVALIDATION_RPV_SCRUB_PLUS", {
4
+ slug: "realphonevalidation-rpv-scrub-plus",
5
+ name: "Scrub Plus Phone Numbers",
6
+ description: "Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number. Accepts formats like '7275555555', '727-555-5555', '(727) 555-5555', or '+17275555555'"),
9
+ token: z.string().describe("API token provided by RealPhoneValidation")
10
+ }),
11
+ output: z.object({
12
+ status: z.string().describe("Connection status of the phone (e.g., 'connected', 'disconnected', 'unauthorized')"),
13
+ error_text: z.string().describe("Error message if any, or empty string if no error").nullable().optional(),
14
+ phone_type: z.string().describe("Type of phone line (e.g., 'Mobile', 'Landline', 'VoIP')").nullable().optional()
15
+ })
16
+ });
17
+ //#endregion
18
+ export { realphonevalidationRpvScrubPlus };
19
+
20
+ //# sourceMappingURL=rpv-scrub-plus.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-scrub-plus.mjs","names":[],"sources":["../../src/actions/rpv-scrub-plus.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvScrubPlusInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number. Accepts formats like '7275555555', '727-555-5555', '(727) 555-5555', or '+17275555555'\"),\n token: z.string().describe(\"API token provided by RealPhoneValidation\"),\n});\nexport const RealphonevalidationRpvScrubPlusOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Connection status of the phone (e.g., 'connected', 'disconnected', 'unauthorized')\"),\n error_text: z.string().describe(\"Error message if any, or empty string if no error\").nullable().optional(),\n phone_type: z.string().describe(\"Type of phone line (e.g., 'Mobile', 'Landline', 'VoIP')\").nullable().optional(),\n});\n\nexport const realphonevalidationRpvScrubPlus = action(\"REALPHONEVALIDATION_RPV_SCRUB_PLUS\", {\n slug: \"realphonevalidation-rpv-scrub-plus\",\n name: \"Scrub Plus Phone Numbers\",\n description: \"Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type.\",\n input: RealphonevalidationRpvScrubPlusInput,\n output: RealphonevalidationRpvScrubPlusOutput,\n});\n"],"mappings":";;AAcA,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdgE,EAAE,OAAO;EACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;EAC7I,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,CAWS;CACP,QAXiE,EAAE,OAAO;EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;EAChH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/rpv-wireless-id.ts
4
+ const RealphonevalidationRpvWirelessIdInput = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number, numeric digits only"),
6
+ token: zod.z.string().describe("Your RealValidation API token"),
7
+ output: zod.z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'").optional()
8
+ });
9
+ const RealphonevalidationRpvWirelessIdOutput = zod.z.object({
10
+ RESPONSEMSG: zod.z.string().describe("Error message when code is '-1'; empty string otherwise"),
11
+ RESPONSECODE: zod.z.string().describe("Result code: 'landline', 'cell', or '-1' for errors")
12
+ });
13
+ const realphonevalidationRpvWirelessId = require_action.action("REALPHONEVALIDATION_RPV_WIRELESS_ID", {
14
+ slug: "realphonevalidation-rpv-wireless-id",
15
+ name: "Wireless ID",
16
+ description: "Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks.",
17
+ input: RealphonevalidationRpvWirelessIdInput,
18
+ output: RealphonevalidationRpvWirelessIdOutput
19
+ });
20
+ //#endregion
21
+ exports.realphonevalidationRpvWirelessId = realphonevalidationRpvWirelessId;
22
+
23
+ //# sourceMappingURL=rpv-wireless-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-wireless-id.cjs","names":["z","action"],"sources":["../../src/actions/rpv-wireless-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvWirelessIdInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Your RealValidation API token\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'\").optional(),\n});\nexport const RealphonevalidationRpvWirelessIdOutput: z.ZodTypeAny = z.object({\n RESPONSEMSG: z.string().describe(\"Error message when code is '-1'; empty string otherwise\"),\n RESPONSECODE: z.string().describe(\"Result code: 'landline', 'cell', or '-1' for errors\"),\n});\n\nexport const realphonevalidationRpvWirelessId = action(\"REALPHONEVALIDATION_RPV_WIRELESS_ID\", {\n slug: \"realphonevalidation-rpv-wireless-id\",\n name: \"Wireless ID\",\n description: \"Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks.\",\n input: RealphonevalidationRpvWirelessIdInput,\n output: RealphonevalidationRpvWirelessIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,QAAQA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AACxG,CAAC;AACD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACzF,CAAC;AAED,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-wireless-id.d.ts
4
+ declare const RealphonevalidationRpvWirelessIdInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvWirelessIdOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvWirelessId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvWirelessId };
9
+ //# sourceMappingURL=rpv-wireless-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-wireless-id.d.cts","names":[],"sources":["../../src/actions/rpv-wireless-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAIpD;AAAA,cACW,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/rpv-wireless-id.d.ts
4
+ declare const RealphonevalidationRpvWirelessIdInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationRpvWirelessIdOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationRpvWirelessId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationRpvWirelessId };
9
+ //# sourceMappingURL=rpv-wireless-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-wireless-id.d.mts","names":[],"sources":["../../src/actions/rpv-wireless-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAIpD;AAAA,cACW,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationRpvWirelessId = action("REALPHONEVALIDATION_RPV_WIRELESS_ID", {
4
+ slug: "realphonevalidation-rpv-wireless-id",
5
+ name: "Wireless ID",
6
+ description: "Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number, numeric digits only"),
9
+ token: z.string().describe("Your RealValidation API token"),
10
+ output: z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'").optional()
11
+ }),
12
+ output: z.object({
13
+ RESPONSEMSG: z.string().describe("Error message when code is '-1'; empty string otherwise"),
14
+ RESPONSECODE: z.string().describe("Result code: 'landline', 'cell', or '-1' for errors")
15
+ })
16
+ });
17
+ //#endregion
18
+ export { realphonevalidationRpvWirelessId };
19
+
20
+ //# sourceMappingURL=rpv-wireless-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpv-wireless-id.mjs","names":[],"sources":["../../src/actions/rpv-wireless-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationRpvWirelessIdInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Your RealValidation API token\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'\").optional(),\n});\nexport const RealphonevalidationRpvWirelessIdOutput: z.ZodTypeAny = z.object({\n RESPONSEMSG: z.string().describe(\"Error message when code is '-1'; empty string otherwise\"),\n RESPONSECODE: z.string().describe(\"Result code: 'landline', 'cell', or '-1' for errors\"),\n});\n\nexport const realphonevalidationRpvWirelessId = action(\"REALPHONEVALIDATION_RPV_WIRELESS_ID\", {\n slug: \"realphonevalidation-rpv-wireless-id\",\n name: \"Wireless ID\",\n description: \"Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks.\",\n input: RealphonevalidationRpvWirelessIdInput,\n output: RealphonevalidationRpvWirelessIdOutput,\n});\n"],"mappings":";;AAcA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdiE,EAAE,OAAO;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACxG,CAUS;CACP,QAVkE,EAAE,OAAO;EAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACzF,CAOU;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/validate-phone-scrub.ts
4
+ const RealphonevalidationValidatePhoneScrubInput = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number, numeric digits only"),
6
+ token: zod.z.string().describe("Unique API token provided by RealPhoneValidation"),
7
+ output: zod.z.enum(["json", "xml"]).default("json").describe("Response format. JSON or XML. XML output is not supported by this tool.").optional()
8
+ });
9
+ const RealphonevalidationValidatePhoneScrubOutput = zod.z.object({
10
+ Iscell: zod.z.string().describe("Optional (extra charge): Y=Cell phone, N=Landline, V=VoIP").nullable().optional(),
11
+ status: zod.z.string().describe("Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR"),
12
+ Carrier: zod.z.string().describe("Optional (extra charge): Service provider name").nullable().optional(),
13
+ error_text: zod.z.string().describe("Error message if applicable, or None if no error").nullable().optional()
14
+ }).describe("Response from the Real Phone Validation Scrub API.");
15
+ const realphonevalidationValidatePhoneScrub = require_action.action("REALPHONEVALIDATION_VALIDATE_PHONE_SCRUB", {
16
+ slug: "realphonevalidation-validate-phone-scrub",
17
+ name: "Validate Phone Number (Scrub)",
18
+ description: "Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that only need connection status. Optional Iscell and Carrier fields available for additional charge.",
19
+ input: RealphonevalidationValidatePhoneScrubInput,
20
+ output: RealphonevalidationValidatePhoneScrubOutput
21
+ });
22
+ //#endregion
23
+ exports.realphonevalidationValidatePhoneScrub = realphonevalidationValidatePhoneScrub;
24
+
25
+ //# sourceMappingURL=validate-phone-scrub.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-scrub.cjs","names":["z","action"],"sources":["../../src/actions/validate-phone-scrub.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationValidatePhoneScrubInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Unique API token provided by RealPhoneValidation\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format. JSON or XML. XML output is not supported by this tool.\").optional(),\n});\nexport const RealphonevalidationValidatePhoneScrubOutput: z.ZodTypeAny = z.object({\n Iscell: z.string().describe(\"Optional (extra charge): Y=Cell phone, N=Landline, V=VoIP\").nullable().optional(),\n status: z.string().describe(\"Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR\"),\n Carrier: z.string().describe(\"Optional (extra charge): Service provider name\").nullable().optional(),\n error_text: z.string().describe(\"Error message if applicable, or None if no error\").nullable().optional(),\n}).describe(\"Response from the Real Phone Validation Scrub API.\");\n\nexport const realphonevalidationValidatePhoneScrub = action(\"REALPHONEVALIDATION_VALIDATE_PHONE_SCRUB\", {\n slug: \"realphonevalidation-validate-phone-scrub\",\n name: \"Validate Phone Number (Scrub)\",\n description: \"Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that only need connection status. Optional Iscell and Carrier fields available for additional charge.\",\n input: RealphonevalidationValidatePhoneScrubInput,\n output: RealphonevalidationValidatePhoneScrubOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC7E,QAAQA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;AAC/I,CAAC;AACD,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI;CACrK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,wCAAwCC,eAAAA,OAAO,4CAA4C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-scrub.d.ts
4
+ declare const RealphonevalidationValidatePhoneScrubInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneScrubOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneScrub: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneScrub };
9
+ //# sourceMappingURL=validate-phone-scrub.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-scrub.d.cts","names":[],"sources":["../../src/actions/validate-phone-scrub.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAIzD;AAAA,cACW,2CAAA,EAA6C,CAAA,CAAE,UAKK;AAAA,cAEpD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-scrub.d.ts
4
+ declare const RealphonevalidationValidatePhoneScrubInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneScrubOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneScrub: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneScrub };
9
+ //# sourceMappingURL=validate-phone-scrub.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-scrub.d.mts","names":[],"sources":["../../src/actions/validate-phone-scrub.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAIzD;AAAA,cACW,2CAAA,EAA6C,CAAA,CAAE,UAKK;AAAA,cAEpD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationValidatePhoneScrub = action("REALPHONEVALIDATION_VALIDATE_PHONE_SCRUB", {
4
+ slug: "realphonevalidation-validate-phone-scrub",
5
+ name: "Validate Phone Number (Scrub)",
6
+ description: "Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that only need connection status. Optional Iscell and Carrier fields available for additional charge.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number, numeric digits only"),
9
+ token: z.string().describe("Unique API token provided by RealPhoneValidation"),
10
+ output: z.enum(["json", "xml"]).default("json").describe("Response format. JSON or XML. XML output is not supported by this tool.").optional()
11
+ }),
12
+ output: z.object({
13
+ Iscell: z.string().describe("Optional (extra charge): Y=Cell phone, N=Landline, V=VoIP").nullable().optional(),
14
+ status: z.string().describe("Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR"),
15
+ Carrier: z.string().describe("Optional (extra charge): Service provider name").nullable().optional(),
16
+ error_text: z.string().describe("Error message if applicable, or None if no error").nullable().optional()
17
+ }).describe("Response from the Real Phone Validation Scrub API.")
18
+ });
19
+ //#endregion
20
+ export { realphonevalidationValidatePhoneScrub };
21
+
22
+ //# sourceMappingURL=validate-phone-scrub.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-scrub.mjs","names":[],"sources":["../../src/actions/validate-phone-scrub.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationValidatePhoneScrubInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Unique API token provided by RealPhoneValidation\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format. JSON or XML. XML output is not supported by this tool.\").optional(),\n});\nexport const RealphonevalidationValidatePhoneScrubOutput: z.ZodTypeAny = z.object({\n Iscell: z.string().describe(\"Optional (extra charge): Y=Cell phone, N=Landline, V=VoIP\").nullable().optional(),\n status: z.string().describe(\"Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR\"),\n Carrier: z.string().describe(\"Optional (extra charge): Service provider name\").nullable().optional(),\n error_text: z.string().describe(\"Error message if applicable, or None if no error\").nullable().optional(),\n}).describe(\"Response from the Real Phone Validation Scrub API.\");\n\nexport const realphonevalidationValidatePhoneScrub = action(\"REALPHONEVALIDATION_VALIDATE_PHONE_SCRUB\", {\n slug: \"realphonevalidation-validate-phone-scrub\",\n name: \"Validate Phone Number (Scrub)\",\n description: \"Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that only need connection status. Optional Iscell and Carrier fields available for additional charge.\",\n input: RealphonevalidationValidatePhoneScrubInput,\n output: RealphonevalidationValidatePhoneScrubOutput,\n});\n"],"mappings":";;AAgBA,MAAa,wCAAwC,OAAO,4CAA4C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBsE,EAAE,OAAO;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC7E,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC/I,CAYS;CACP,QAZuE,EAAE,OAAO;EAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI;EACrK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/validate-phone-turbo-standard.ts
4
+ const RealphonevalidationValidatePhoneTurboStandardInput = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number, numeric digits only"),
6
+ token: zod.z.string().describe("Unique API token provided by RealValidation"),
7
+ output: zod.z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'. Defaults to XML if omitted").optional()
8
+ }).describe("Request schema for Turbo Standard phone validation.");
9
+ const RealphonevalidationValidatePhoneTurboStandardOutput = zod.z.object({
10
+ status: zod.z.string().describe("Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, or ERROR"),
11
+ error_text: zod.z.string().describe("Error message if applicable, empty string or null if no error").nullable().optional(),
12
+ phone_type: zod.z.string().describe("Phone line type: Mobile, Landline, or VoIP. May be null if unavailable").nullable().optional()
13
+ }).describe("Response schema for Turbo Standard phone validation.");
14
+ const realphonevalidationValidatePhoneTurboStandard = require_action.action("REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_STANDARD", {
15
+ slug: "realphonevalidation-validate-phone-turbo-standard",
16
+ name: "Validate Phone Turbo Standard",
17
+ description: "Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status and phone type are needed. Faster than Turbo V3 when only basic validation is required. Returns results in about 2 seconds.",
18
+ input: RealphonevalidationValidatePhoneTurboStandardInput,
19
+ output: RealphonevalidationValidatePhoneTurboStandardOutput
20
+ });
21
+ //#endregion
22
+ exports.realphonevalidationValidatePhoneTurboStandard = realphonevalidationValidatePhoneTurboStandard;
23
+
24
+ //# sourceMappingURL=validate-phone-turbo-standard.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-standard.cjs","names":["z","action"],"sources":["../../src/actions/validate-phone-turbo-standard.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationValidatePhoneTurboStandardInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Unique API token provided by RealValidation\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'. Defaults to XML if omitted\").optional(),\n}).describe(\"Request schema for Turbo Standard phone validation.\");\nexport const RealphonevalidationValidatePhoneTurboStandardOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, or ERROR\"),\n error_text: z.string().describe(\"Error message if applicable, empty string or null if no error\").nullable().optional(),\n phone_type: z.string().describe(\"Phone line type: Mobile, Landline, or VoIP. May be null if unavailable\").nullable().optional(),\n}).describe(\"Response schema for Turbo Standard phone validation.\");\n\nexport const realphonevalidationValidatePhoneTurboStandard = action(\"REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_STANDARD\", {\n slug: \"realphonevalidation-validate-phone-turbo-standard\",\n name: \"Validate Phone Turbo Standard\",\n description: \"Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status and phone type are needed. Faster than Turbo V3 when only basic validation is required. Returns results in about 2 seconds.\",\n input: RealphonevalidationValidatePhoneTurboStandardInput,\n output: RealphonevalidationValidatePhoneTurboStandardOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qDAAmEA,IAAAA,EAAE,OAAO;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACxE,QAAQA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,sDAAoEA,IAAAA,EAAE,OAAO;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4IAA4I;CACxK,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,gDAAgDC,eAAAA,OAAO,qDAAqD;CACvH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-turbo-standard.d.ts
4
+ declare const RealphonevalidationValidatePhoneTurboStandardInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneTurboStandardOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneTurboStandard: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneTurboStandard };
9
+ //# sourceMappingURL=validate-phone-turbo-standard.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-standard.d.cts","names":[],"sources":["../../src/actions/validate-phone-turbo-standard.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAID;AAAA,cACrD,mDAAA,EAAqD,CAAA,CAAE,UAID;AAAA,cAEtD,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-turbo-standard.d.ts
4
+ declare const RealphonevalidationValidatePhoneTurboStandardInput: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneTurboStandardOutput: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneTurboStandard: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneTurboStandard };
9
+ //# sourceMappingURL=validate-phone-turbo-standard.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-standard.d.mts","names":[],"sources":["../../src/actions/validate-phone-turbo-standard.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAID;AAAA,cACrD,mDAAA,EAAqD,CAAA,CAAE,UAID;AAAA,cAEtD,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const realphonevalidationValidatePhoneTurboStandard = action("REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_STANDARD", {
4
+ slug: "realphonevalidation-validate-phone-turbo-standard",
5
+ name: "Validate Phone Turbo Standard",
6
+ description: "Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status and phone type are needed. Faster than Turbo V3 when only basic validation is required. Returns results in about 2 seconds.",
7
+ input: z.object({
8
+ phone: z.string().describe("10-digit US phone number, numeric digits only"),
9
+ token: z.string().describe("Unique API token provided by RealValidation"),
10
+ output: z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'. Defaults to XML if omitted").optional()
11
+ }).describe("Request schema for Turbo Standard phone validation."),
12
+ output: z.object({
13
+ status: z.string().describe("Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, or ERROR"),
14
+ error_text: z.string().describe("Error message if applicable, empty string or null if no error").nullable().optional(),
15
+ phone_type: z.string().describe("Phone line type: Mobile, Landline, or VoIP. May be null if unavailable").nullable().optional()
16
+ }).describe("Response schema for Turbo Standard phone validation.")
17
+ });
18
+ //#endregion
19
+ export { realphonevalidationValidatePhoneTurboStandard };
20
+
21
+ //# sourceMappingURL=validate-phone-turbo-standard.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-standard.mjs","names":[],"sources":["../../src/actions/validate-phone-turbo-standard.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationValidatePhoneTurboStandardInput: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n token: z.string().describe(\"Unique API token provided by RealValidation\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'. Defaults to XML if omitted\").optional(),\n}).describe(\"Request schema for Turbo Standard phone validation.\");\nexport const RealphonevalidationValidatePhoneTurboStandardOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, or ERROR\"),\n error_text: z.string().describe(\"Error message if applicable, empty string or null if no error\").nullable().optional(),\n phone_type: z.string().describe(\"Phone line type: Mobile, Landline, or VoIP. May be null if unavailable\").nullable().optional(),\n}).describe(\"Response schema for Turbo Standard phone validation.\");\n\nexport const realphonevalidationValidatePhoneTurboStandard = action(\"REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_STANDARD\", {\n slug: \"realphonevalidation-validate-phone-turbo-standard\",\n name: \"Validate Phone Turbo Standard\",\n description: \"Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status and phone type are needed. Faster than Turbo V3 when only basic validation is required. Returns results in about 2 seconds.\",\n input: RealphonevalidationValidatePhoneTurboStandardInput,\n output: RealphonevalidationValidatePhoneTurboStandardOutput,\n});\n"],"mappings":";;AAeA,MAAa,gDAAgD,OAAO,qDAAqD;CACvH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf8E,EAAE,OAAO;EACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACxE,QAAQ,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACpI,CAAC,CAAC,CAAC,SAAS,qDAWH;CACP,QAX+E,EAAE,OAAO;EACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4IAA4I;EACxK,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/validate-phone-turbo-v3.ts
4
+ const RealphonevalidationValidatePhoneTurboV3Input = zod.z.object({
5
+ phone: zod.z.string().describe("10-digit US phone number, numeric digits only"),
6
+ output: zod.z.enum(["json", "xml"]).default("json").describe("Response format: 'json' or 'xml'. Defaults to XML if omitted.").optional()
7
+ }).describe("Request schema for Turbo V3 phone validation.");
8
+ const RealphonevalidationValidatePhoneTurboV3Output = zod.z.object({
9
+ status: zod.z.string().describe("Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR"),
10
+ carrier: zod.z.string().describe("Service provider name (e.g., Verizon, AT&T)").nullable().optional(),
11
+ error_text: zod.z.string().describe("Error message if applicable").nullable().optional(),
12
+ phone_type: zod.z.string().describe("Phone line type: Mobile, Landline, or VoIP").nullable().optional(),
13
+ caller_name: zod.z.string().describe("Subscriber name associated with phone (if available)").nullable().optional(),
14
+ caller_type: zod.z.string().describe("Subscriber type: Consumer, Business, or Unavailable").nullable().optional()
15
+ }).describe("Response schema for Turbo V3 phone validation.");
16
+ const realphonevalidationValidatePhoneTurboV3 = require_action.action("REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_V3", {
17
+ slug: "realphonevalidation-validate-phone-turbo-v3",
18
+ name: "Validate Phone Turbo V3",
19
+ description: "Tool to perform comprehensive real-time phone validation using Turbo V3 API. Returns connection status, phone type (landline, cell, VoIP), carrier ID, caller name (when available), and caller type (consumer, business). Use when complete phone data overview is required in web forms. US numbers only.",
20
+ input: RealphonevalidationValidatePhoneTurboV3Input,
21
+ output: RealphonevalidationValidatePhoneTurboV3Output
22
+ });
23
+ //#endregion
24
+ exports.realphonevalidationValidatePhoneTurboV3 = realphonevalidationValidatePhoneTurboV3;
25
+
26
+ //# sourceMappingURL=validate-phone-turbo-v3.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-v3.cjs","names":["z","action"],"sources":["../../src/actions/validate-phone-turbo-v3.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RealphonevalidationValidatePhoneTurboV3Input: z.ZodTypeAny = z.object({\n phone: z.string().describe(\"10-digit US phone number, numeric digits only\"),\n output: z.enum([\"json\", \"xml\"]).default(\"json\").describe(\"Response format: 'json' or 'xml'. Defaults to XML if omitted.\").optional(),\n}).describe(\"Request schema for Turbo V3 phone validation.\");\nexport const RealphonevalidationValidatePhoneTurboV3Output: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Connection status: connected, connected-75, disconnected, disconnected-70, pending, busy, unreachable, invalid phone, restricted, ERROR\"),\n carrier: z.string().describe(\"Service provider name (e.g., Verizon, AT&T)\").nullable().optional(),\n error_text: z.string().describe(\"Error message if applicable\").nullable().optional(),\n phone_type: z.string().describe(\"Phone line type: Mobile, Landline, or VoIP\").nullable().optional(),\n caller_name: z.string().describe(\"Subscriber name associated with phone (if available)\").nullable().optional(),\n caller_type: z.string().describe(\"Subscriber type: Consumer, Business, or Unavailable\").nullable().optional(),\n}).describe(\"Response schema for Turbo V3 phone validation.\");\n\nexport const realphonevalidationValidatePhoneTurboV3 = action(\"REALPHONEVALIDATION_VALIDATE_PHONE_TURBO_V3\", {\n slug: \"realphonevalidation-validate-phone-turbo-v3\",\n name: \"Validate Phone Turbo V3\",\n description: \"Tool to perform comprehensive real-time phone validation using Turbo V3 API. Returns connection status, phone type (landline, cell, VoIP), carrier ID, caller name (when available), and caller type (consumer, business). Use when complete phone data overview is required in web forms. US numbers only.\",\n input: RealphonevalidationValidatePhoneTurboV3Input,\n output: RealphonevalidationValidatePhoneTurboV3Output,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,QAAQA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI;CACrK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-turbo-v3.d.ts
4
+ declare const RealphonevalidationValidatePhoneTurboV3Input: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneTurboV3Output: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneTurboV3: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneTurboV3 };
9
+ //# sourceMappingURL=validate-phone-turbo-v3.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-v3.d.cts","names":[],"sources":["../../src/actions/validate-phone-turbo-v3.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGD;AAAA,cAC/C,6CAAA,EAA+C,CAAA,CAAE,UAOD;AAAA,cAEhD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/validate-phone-turbo-v3.d.ts
4
+ declare const RealphonevalidationValidatePhoneTurboV3Input: z.ZodTypeAny;
5
+ declare const RealphonevalidationValidatePhoneTurboV3Output: z.ZodTypeAny;
6
+ declare const realphonevalidationValidatePhoneTurboV3: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { realphonevalidationValidatePhoneTurboV3 };
9
+ //# sourceMappingURL=validate-phone-turbo-v3.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone-turbo-v3.d.mts","names":[],"sources":["../../src/actions/validate-phone-turbo-v3.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGD;AAAA,cAC/C,6CAAA,EAA+C,CAAA,CAAE,UAOD;AAAA,cAEhD,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}