@keystrokehq/teltel 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 (242) 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/create-autodialer-custom-status.cjs +21 -0
  7. package/dist/actions/create-autodialer-custom-status.cjs.map +1 -0
  8. package/dist/actions/create-autodialer-custom-status.d.cts +9 -0
  9. package/dist/actions/create-autodialer-custom-status.d.cts.map +1 -0
  10. package/dist/actions/create-autodialer-custom-status.d.mts +9 -0
  11. package/dist/actions/create-autodialer-custom-status.d.mts.map +1 -0
  12. package/dist/actions/create-autodialer-custom-status.mjs +20 -0
  13. package/dist/actions/create-autodialer-custom-status.mjs.map +1 -0
  14. package/dist/actions/create-call.cjs +23 -0
  15. package/dist/actions/create-call.cjs.map +1 -0
  16. package/dist/actions/create-call.d.cts +9 -0
  17. package/dist/actions/create-call.d.cts.map +1 -0
  18. package/dist/actions/create-call.d.mts +9 -0
  19. package/dist/actions/create-call.d.mts.map +1 -0
  20. package/dist/actions/create-call.mjs +20 -0
  21. package/dist/actions/create-call.mjs.map +1 -0
  22. package/dist/actions/create-user-status.cjs +28 -0
  23. package/dist/actions/create-user-status.cjs.map +1 -0
  24. package/dist/actions/create-user-status.d.cts +9 -0
  25. package/dist/actions/create-user-status.d.cts.map +1 -0
  26. package/dist/actions/create-user-status.d.mts +9 -0
  27. package/dist/actions/create-user-status.d.mts.map +1 -0
  28. package/dist/actions/create-user-status.mjs +27 -0
  29. package/dist/actions/create-user-status.mjs.map +1 -0
  30. package/dist/actions/delete-autodialer-custom-status.cjs +17 -0
  31. package/dist/actions/delete-autodialer-custom-status.cjs.map +1 -0
  32. package/dist/actions/delete-autodialer-custom-status.d.cts +9 -0
  33. package/dist/actions/delete-autodialer-custom-status.d.cts.map +1 -0
  34. package/dist/actions/delete-autodialer-custom-status.d.mts +9 -0
  35. package/dist/actions/delete-autodialer-custom-status.d.mts.map +1 -0
  36. package/dist/actions/delete-autodialer-custom-status.mjs +16 -0
  37. package/dist/actions/delete-autodialer-custom-status.mjs.map +1 -0
  38. package/dist/actions/delete-user-status.cjs +19 -0
  39. package/dist/actions/delete-user-status.cjs.map +1 -0
  40. package/dist/actions/delete-user-status.d.cts +9 -0
  41. package/dist/actions/delete-user-status.d.cts.map +1 -0
  42. package/dist/actions/delete-user-status.d.mts +9 -0
  43. package/dist/actions/delete-user-status.d.mts.map +1 -0
  44. package/dist/actions/delete-user-status.mjs +16 -0
  45. package/dist/actions/delete-user-status.mjs.map +1 -0
  46. package/dist/actions/get-account-balance.cjs +25 -0
  47. package/dist/actions/get-account-balance.cjs.map +1 -0
  48. package/dist/actions/get-account-balance.d.cts +9 -0
  49. package/dist/actions/get-account-balance.d.cts.map +1 -0
  50. package/dist/actions/get-account-balance.d.mts +9 -0
  51. package/dist/actions/get-account-balance.d.mts.map +1 -0
  52. package/dist/actions/get-account-balance.mjs +24 -0
  53. package/dist/actions/get-account-balance.mjs.map +1 -0
  54. package/dist/actions/get-call-list.cjs +41 -0
  55. package/dist/actions/get-call-list.cjs.map +1 -0
  56. package/dist/actions/get-call-list.d.cts +9 -0
  57. package/dist/actions/get-call-list.d.cts.map +1 -0
  58. package/dist/actions/get-call-list.d.mts +9 -0
  59. package/dist/actions/get-call-list.d.mts.map +1 -0
  60. package/dist/actions/get-call-list.mjs +40 -0
  61. package/dist/actions/get-call-list.mjs.map +1 -0
  62. package/dist/actions/get-country.cjs +22 -0
  63. package/dist/actions/get-country.cjs.map +1 -0
  64. package/dist/actions/get-country.d.cts +9 -0
  65. package/dist/actions/get-country.d.cts.map +1 -0
  66. package/dist/actions/get-country.d.mts +9 -0
  67. package/dist/actions/get-country.d.mts.map +1 -0
  68. package/dist/actions/get-country.mjs +21 -0
  69. package/dist/actions/get-country.mjs.map +1 -0
  70. package/dist/actions/get-sms-list.cjs +46 -0
  71. package/dist/actions/get-sms-list.cjs.map +1 -0
  72. package/dist/actions/get-sms-list.d.cts +9 -0
  73. package/dist/actions/get-sms-list.d.cts.map +1 -0
  74. package/dist/actions/get-sms-list.d.mts +9 -0
  75. package/dist/actions/get-sms-list.d.mts.map +1 -0
  76. package/dist/actions/get-sms-list.mjs +45 -0
  77. package/dist/actions/get-sms-list.mjs.map +1 -0
  78. package/dist/actions/get-user-cid-groups.cjs +21 -0
  79. package/dist/actions/get-user-cid-groups.cjs.map +1 -0
  80. package/dist/actions/get-user-cid-groups.d.cts +9 -0
  81. package/dist/actions/get-user-cid-groups.d.cts.map +1 -0
  82. package/dist/actions/get-user-cid-groups.d.mts +9 -0
  83. package/dist/actions/get-user-cid-groups.d.mts.map +1 -0
  84. package/dist/actions/get-user-cid-groups.mjs +20 -0
  85. package/dist/actions/get-user-cid-groups.mjs.map +1 -0
  86. package/dist/actions/get-users-list.cjs +58 -0
  87. package/dist/actions/get-users-list.cjs.map +1 -0
  88. package/dist/actions/get-users-list.d.cts +9 -0
  89. package/dist/actions/get-users-list.d.cts.map +1 -0
  90. package/dist/actions/get-users-list.d.mts +9 -0
  91. package/dist/actions/get-users-list.d.mts.map +1 -0
  92. package/dist/actions/get-users-list.mjs +57 -0
  93. package/dist/actions/get-users-list.mjs.map +1 -0
  94. package/dist/actions/index.cjs +53 -0
  95. package/dist/actions/index.d.cts +27 -0
  96. package/dist/actions/index.d.mts +27 -0
  97. package/dist/actions/index.mjs +27 -0
  98. package/dist/actions/list-auto-dialers.cjs +33 -0
  99. package/dist/actions/list-auto-dialers.cjs.map +1 -0
  100. package/dist/actions/list-auto-dialers.d.cts +9 -0
  101. package/dist/actions/list-auto-dialers.d.cts.map +1 -0
  102. package/dist/actions/list-auto-dialers.d.mts +9 -0
  103. package/dist/actions/list-auto-dialers.d.mts.map +1 -0
  104. package/dist/actions/list-auto-dialers.mjs +32 -0
  105. package/dist/actions/list-auto-dialers.mjs.map +1 -0
  106. package/dist/actions/list-autodialer-actions.cjs +28 -0
  107. package/dist/actions/list-autodialer-actions.cjs.map +1 -0
  108. package/dist/actions/list-autodialer-actions.d.cts +9 -0
  109. package/dist/actions/list-autodialer-actions.d.cts.map +1 -0
  110. package/dist/actions/list-autodialer-actions.d.mts +9 -0
  111. package/dist/actions/list-autodialer-actions.d.mts.map +1 -0
  112. package/dist/actions/list-autodialer-actions.mjs +27 -0
  113. package/dist/actions/list-autodialer-actions.mjs.map +1 -0
  114. package/dist/actions/list-autodialer-contacts.cjs +36 -0
  115. package/dist/actions/list-autodialer-contacts.cjs.map +1 -0
  116. package/dist/actions/list-autodialer-contacts.d.cts +9 -0
  117. package/dist/actions/list-autodialer-contacts.d.cts.map +1 -0
  118. package/dist/actions/list-autodialer-contacts.d.mts +9 -0
  119. package/dist/actions/list-autodialer-contacts.d.mts.map +1 -0
  120. package/dist/actions/list-autodialer-contacts.mjs +35 -0
  121. package/dist/actions/list-autodialer-contacts.mjs.map +1 -0
  122. package/dist/actions/list-autodialer-custom-statuses.cjs +26 -0
  123. package/dist/actions/list-autodialer-custom-statuses.cjs.map +1 -0
  124. package/dist/actions/list-autodialer-custom-statuses.d.cts +9 -0
  125. package/dist/actions/list-autodialer-custom-statuses.d.cts.map +1 -0
  126. package/dist/actions/list-autodialer-custom-statuses.d.mts +9 -0
  127. package/dist/actions/list-autodialer-custom-statuses.d.mts.map +1 -0
  128. package/dist/actions/list-autodialer-custom-statuses.mjs +25 -0
  129. package/dist/actions/list-autodialer-custom-statuses.mjs.map +1 -0
  130. package/dist/actions/list-available-countries.cjs +30 -0
  131. package/dist/actions/list-available-countries.cjs.map +1 -0
  132. package/dist/actions/list-available-countries.d.cts +9 -0
  133. package/dist/actions/list-available-countries.d.cts.map +1 -0
  134. package/dist/actions/list-available-countries.d.mts +9 -0
  135. package/dist/actions/list-available-countries.d.mts.map +1 -0
  136. package/dist/actions/list-available-countries.mjs +29 -0
  137. package/dist/actions/list-available-countries.mjs.map +1 -0
  138. package/dist/actions/list-country-price-groups.cjs +25 -0
  139. package/dist/actions/list-country-price-groups.cjs.map +1 -0
  140. package/dist/actions/list-country-price-groups.d.cts +9 -0
  141. package/dist/actions/list-country-price-groups.d.cts.map +1 -0
  142. package/dist/actions/list-country-price-groups.d.mts +9 -0
  143. package/dist/actions/list-country-price-groups.d.mts.map +1 -0
  144. package/dist/actions/list-country-price-groups.mjs +22 -0
  145. package/dist/actions/list-country-price-groups.mjs.map +1 -0
  146. package/dist/actions/list-devices.cjs +37 -0
  147. package/dist/actions/list-devices.cjs.map +1 -0
  148. package/dist/actions/list-devices.d.cts +9 -0
  149. package/dist/actions/list-devices.d.cts.map +1 -0
  150. package/dist/actions/list-devices.d.mts +9 -0
  151. package/dist/actions/list-devices.d.mts.map +1 -0
  152. package/dist/actions/list-devices.mjs +36 -0
  153. package/dist/actions/list-devices.mjs.map +1 -0
  154. package/dist/actions/list-my-numbers.cjs +24 -0
  155. package/dist/actions/list-my-numbers.cjs.map +1 -0
  156. package/dist/actions/list-my-numbers.d.cts +9 -0
  157. package/dist/actions/list-my-numbers.d.cts.map +1 -0
  158. package/dist/actions/list-my-numbers.d.mts +9 -0
  159. package/dist/actions/list-my-numbers.d.mts.map +1 -0
  160. package/dist/actions/list-my-numbers.mjs +21 -0
  161. package/dist/actions/list-my-numbers.mjs.map +1 -0
  162. package/dist/actions/list-orders.cjs +32 -0
  163. package/dist/actions/list-orders.cjs.map +1 -0
  164. package/dist/actions/list-orders.d.cts +9 -0
  165. package/dist/actions/list-orders.d.cts.map +1 -0
  166. package/dist/actions/list-orders.d.mts +9 -0
  167. package/dist/actions/list-orders.d.mts.map +1 -0
  168. package/dist/actions/list-orders.mjs +31 -0
  169. package/dist/actions/list-orders.mjs.map +1 -0
  170. package/dist/actions/list-user-statuses.cjs +28 -0
  171. package/dist/actions/list-user-statuses.cjs.map +1 -0
  172. package/dist/actions/list-user-statuses.d.cts +9 -0
  173. package/dist/actions/list-user-statuses.d.cts.map +1 -0
  174. package/dist/actions/list-user-statuses.d.mts +9 -0
  175. package/dist/actions/list-user-statuses.d.mts.map +1 -0
  176. package/dist/actions/list-user-statuses.mjs +27 -0
  177. package/dist/actions/list-user-statuses.mjs.map +1 -0
  178. package/dist/actions/lookup-phone-number.cjs +36 -0
  179. package/dist/actions/lookup-phone-number.cjs.map +1 -0
  180. package/dist/actions/lookup-phone-number.d.cts +9 -0
  181. package/dist/actions/lookup-phone-number.d.cts.map +1 -0
  182. package/dist/actions/lookup-phone-number.d.mts +9 -0
  183. package/dist/actions/lookup-phone-number.d.mts.map +1 -0
  184. package/dist/actions/lookup-phone-number.mjs +35 -0
  185. package/dist/actions/lookup-phone-number.mjs.map +1 -0
  186. package/dist/actions/receive-inbound-sms.cjs +30 -0
  187. package/dist/actions/receive-inbound-sms.cjs.map +1 -0
  188. package/dist/actions/receive-inbound-sms.d.cts +9 -0
  189. package/dist/actions/receive-inbound-sms.d.cts.map +1 -0
  190. package/dist/actions/receive-inbound-sms.d.mts +9 -0
  191. package/dist/actions/receive-inbound-sms.d.mts.map +1 -0
  192. package/dist/actions/receive-inbound-sms.mjs +27 -0
  193. package/dist/actions/receive-inbound-sms.mjs.map +1 -0
  194. package/dist/actions/set-user-status.cjs +22 -0
  195. package/dist/actions/set-user-status.cjs.map +1 -0
  196. package/dist/actions/set-user-status.d.cts +9 -0
  197. package/dist/actions/set-user-status.d.cts.map +1 -0
  198. package/dist/actions/set-user-status.d.mts +9 -0
  199. package/dist/actions/set-user-status.d.mts.map +1 -0
  200. package/dist/actions/set-user-status.mjs +19 -0
  201. package/dist/actions/set-user-status.mjs.map +1 -0
  202. package/dist/actions/update-autodialer-custom-status.cjs +22 -0
  203. package/dist/actions/update-autodialer-custom-status.cjs.map +1 -0
  204. package/dist/actions/update-autodialer-custom-status.d.cts +9 -0
  205. package/dist/actions/update-autodialer-custom-status.d.cts.map +1 -0
  206. package/dist/actions/update-autodialer-custom-status.d.mts +9 -0
  207. package/dist/actions/update-autodialer-custom-status.d.mts.map +1 -0
  208. package/dist/actions/update-autodialer-custom-status.mjs +19 -0
  209. package/dist/actions/update-autodialer-custom-status.mjs.map +1 -0
  210. package/dist/actions/update-user-status.cjs +28 -0
  211. package/dist/actions/update-user-status.cjs.map +1 -0
  212. package/dist/actions/update-user-status.d.cts +9 -0
  213. package/dist/actions/update-user-status.d.cts.map +1 -0
  214. package/dist/actions/update-user-status.d.mts +9 -0
  215. package/dist/actions/update-user-status.d.mts.map +1 -0
  216. package/dist/actions/update-user-status.mjs +27 -0
  217. package/dist/actions/update-user-status.mjs.map +1 -0
  218. package/dist/app.cjs +9 -0
  219. package/dist/app.cjs.map +1 -0
  220. package/dist/app.d.cts +5 -0
  221. package/dist/app.d.cts.map +1 -0
  222. package/dist/app.d.mts +5 -0
  223. package/dist/app.d.mts.map +1 -0
  224. package/dist/app.mjs +10 -0
  225. package/dist/app.mjs.map +1 -0
  226. package/dist/catalog.cjs +15 -0
  227. package/dist/catalog.cjs.map +1 -0
  228. package/dist/catalog.d.cts +14 -0
  229. package/dist/catalog.d.cts.map +1 -0
  230. package/dist/catalog.d.mts +14 -0
  231. package/dist/catalog.d.mts.map +1 -0
  232. package/dist/catalog.mjs +15 -0
  233. package/dist/catalog.mjs.map +1 -0
  234. package/dist/execute.cjs +18 -0
  235. package/dist/execute.cjs.map +1 -0
  236. package/dist/execute.mjs +18 -0
  237. package/dist/execute.mjs.map +1 -0
  238. package/dist/index.cjs +58 -0
  239. package/dist/index.d.cts +29 -0
  240. package/dist/index.d.mts +29 -0
  241. package/dist/index.mjs +30 -0
  242. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-orders.cjs","names":["z","action"],"sources":["../../src/actions/list-orders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelListOrdersInput: z.ZodTypeAny = z.object({\n filter: z.string().describe(\"Defines a filter field. Only 'status' field is supported for filtering. Example: 'status=new' or 'status=completed'.\").optional(),\n}).describe(\"Request model for retrieving DID orders list.\");\nconst TeltelListOrders_OrderRecordSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique order ID\").nullable().optional(),\n did: z.string().describe(\"DID/phone number associated with the order\").nullable().optional(),\n type: z.string().describe(\"Type of DID (e.g., local, toll-free, mobile)\").nullable().optional(),\n price: z.number().describe(\"Order price\").nullable().optional(),\n status: z.string().describe(\"Order status (e.g., new, pending, completed, cancelled)\").nullable().optional(),\n country: z.string().describe(\"Country for the DID\").nullable().optional(),\n created_at: z.string().describe(\"Order creation timestamp\").nullable().optional(),\n setup_price: z.number().describe(\"Setup price for the order\").nullable().optional(),\n completed_at: z.string().describe(\"Order completion timestamp\").nullable().optional(),\n monthly_price: z.number().describe(\"Monthly recurring price\").nullable().optional(),\n}).passthrough().describe(\"Represents a single DID order record.\");\nexport const TeltelListOrdersOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelListOrders_OrderRecordSchema).describe(\"Array of order records\"),\n error: z.string().describe(\"Error message if any\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the API call was successful\"),\n}).describe(\"Response model for DID orders list.\");\n\nexport const teltelListOrders = action(\"TELTEL_LIST_ORDERS\", {\n slug: \"teltel-list-orders\",\n name: \"List DID Orders\",\n description: \"Tool to retrieve a list of DID (phone number) orders from TelTel. Use when you need to check order status, view order history, or filter orders by specific criteria like status or type.\",\n input: TeltelListOrdersInput,\n output: TeltelListOrdersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS,EAC/J,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,wBAAwB;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;AACxE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,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/list-orders.d.ts
4
+ declare const TeltelListOrdersInput: z.ZodTypeAny;
5
+ declare const TeltelListOrdersOutput: z.ZodTypeAny;
6
+ declare const teltelListOrders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelListOrders };
9
+ //# sourceMappingURL=list-orders.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-orders.d.cts","names":[],"sources":["../../src/actions/list-orders.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEsB;AAAA,cAa/C,sBAAA,EAAwB,CAAA,CAAE,UAIW;AAAA,cAErC,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-orders.d.ts
4
+ declare const TeltelListOrdersInput: z.ZodTypeAny;
5
+ declare const TeltelListOrdersOutput: z.ZodTypeAny;
6
+ declare const teltelListOrders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelListOrders };
9
+ //# sourceMappingURL=list-orders.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-orders.d.mts","names":[],"sources":["../../src/actions/list-orders.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEsB;AAAA,cAa/C,sBAAA,EAAwB,CAAA,CAAE,UAIW;AAAA,cAErC,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-orders.ts
4
+ const TeltelListOrdersInput = z.object({ filter: z.string().describe("Defines a filter field. Only 'status' field is supported for filtering. Example: 'status=new' or 'status=completed'.").optional() }).describe("Request model for retrieving DID orders list.");
5
+ const TeltelListOrders_OrderRecordSchema = z.object({
6
+ id: z.number().int().describe("Unique order ID").nullable().optional(),
7
+ did: z.string().describe("DID/phone number associated with the order").nullable().optional(),
8
+ type: z.string().describe("Type of DID (e.g., local, toll-free, mobile)").nullable().optional(),
9
+ price: z.number().describe("Order price").nullable().optional(),
10
+ status: z.string().describe("Order status (e.g., new, pending, completed, cancelled)").nullable().optional(),
11
+ country: z.string().describe("Country for the DID").nullable().optional(),
12
+ created_at: z.string().describe("Order creation timestamp").nullable().optional(),
13
+ setup_price: z.number().describe("Setup price for the order").nullable().optional(),
14
+ completed_at: z.string().describe("Order completion timestamp").nullable().optional(),
15
+ monthly_price: z.number().describe("Monthly recurring price").nullable().optional()
16
+ }).passthrough().describe("Represents a single DID order record.");
17
+ const teltelListOrders = action("TELTEL_LIST_ORDERS", {
18
+ slug: "teltel-list-orders",
19
+ name: "List DID Orders",
20
+ description: "Tool to retrieve a list of DID (phone number) orders from TelTel. Use when you need to check order status, view order history, or filter orders by specific criteria like status or type.",
21
+ input: TeltelListOrdersInput,
22
+ output: z.object({
23
+ data: z.array(TeltelListOrders_OrderRecordSchema).describe("Array of order records"),
24
+ error: z.string().describe("Error message if any").nullable().optional(),
25
+ successful: z.boolean().describe("Whether the API call was successful")
26
+ }).describe("Response model for DID orders list.")
27
+ });
28
+ //#endregion
29
+ export { teltelListOrders };
30
+
31
+ //# sourceMappingURL=list-orders.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-orders.mjs","names":[],"sources":["../../src/actions/list-orders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelListOrdersInput: z.ZodTypeAny = z.object({\n filter: z.string().describe(\"Defines a filter field. Only 'status' field is supported for filtering. Example: 'status=new' or 'status=completed'.\").optional(),\n}).describe(\"Request model for retrieving DID orders list.\");\nconst TeltelListOrders_OrderRecordSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique order ID\").nullable().optional(),\n did: z.string().describe(\"DID/phone number associated with the order\").nullable().optional(),\n type: z.string().describe(\"Type of DID (e.g., local, toll-free, mobile)\").nullable().optional(),\n price: z.number().describe(\"Order price\").nullable().optional(),\n status: z.string().describe(\"Order status (e.g., new, pending, completed, cancelled)\").nullable().optional(),\n country: z.string().describe(\"Country for the DID\").nullable().optional(),\n created_at: z.string().describe(\"Order creation timestamp\").nullable().optional(),\n setup_price: z.number().describe(\"Setup price for the order\").nullable().optional(),\n completed_at: z.string().describe(\"Order completion timestamp\").nullable().optional(),\n monthly_price: z.number().describe(\"Monthly recurring price\").nullable().optional(),\n}).passthrough().describe(\"Represents a single DID order record.\");\nexport const TeltelListOrdersOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelListOrders_OrderRecordSchema).describe(\"Array of order records\"),\n error: z.string().describe(\"Error message if any\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the API call was successful\"),\n}).describe(\"Response model for DID orders list.\");\n\nexport const teltelListOrders = action(\"TELTEL_LIST_ORDERS\", {\n slug: \"teltel-list-orders\",\n name: \"List DID Orders\",\n description: \"Tool to retrieve a list of DID (phone number) orders from TelTel. Use when you need to check order status, view order history, or filter orders by specific criteria like status or type.\",\n input: TeltelListOrdersInput,\n output: TeltelListOrdersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO,EAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS,EAC/J,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAOjE,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXkD,EAAE,OAAO;EAC3D,MAAM,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,wBAAwB;EACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;CACxE,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-user-statuses.ts
4
+ const TeltelListUserStatusesInput = zod.z.object({}).describe("Request model for listing user statuses.");
5
+ const TeltelListUserStatuses_UserStatusSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique user status identifier"),
7
+ name: zod.z.string().describe("The name of the user status").nullable().optional(),
8
+ value: zod.z.string().describe("The value of the user status").nullable().optional(),
9
+ enabled: zod.z.boolean().describe("Whether the status is enabled").nullable().optional(),
10
+ is_offline: zod.z.boolean().describe("Whether the status represents an offline state").nullable().optional(),
11
+ is_editable: zod.z.boolean().describe("Whether the status can be edited by the user").nullable().optional()
12
+ }).describe("User status object.");
13
+ const TeltelListUserStatusesOutput = zod.z.object({
14
+ data: zod.z.array(TeltelListUserStatuses_UserStatusSchema).describe("List of user status objects"),
15
+ error: zod.z.string().describe("Error message if any").nullable().optional(),
16
+ successful: zod.z.boolean().describe("Whether the API call was successful")
17
+ }).describe("Response model for list user statuses operation.");
18
+ const teltelListUserStatuses = require_action.action("TELTEL_LIST_USER_STATUSES", {
19
+ slug: "teltel-list-user-statuses",
20
+ name: "List User Statuses",
21
+ description: "Tool to retrieve a list of all user statuses in TelTel. Use when you need to view available status options for users.",
22
+ input: TeltelListUserStatusesInput,
23
+ output: TeltelListUserStatusesOutput
24
+ });
25
+ //#endregion
26
+ exports.teltelListUserStatuses = teltelListUserStatuses;
27
+
28
+ //# sourceMappingURL=list-user-statuses.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-statuses.cjs","names":["z","action"],"sources":["../../src/actions/list-user-statuses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelListUserStatusesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing user statuses.\");\nconst TeltelListUserStatuses_UserStatusSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique user status identifier\"),\n name: z.string().describe(\"The name of the user status\").nullable().optional(),\n value: z.string().describe(\"The value of the user status\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether the status is enabled\").nullable().optional(),\n is_offline: z.boolean().describe(\"Whether the status represents an offline state\").nullable().optional(),\n is_editable: z.boolean().describe(\"Whether the status can be edited by the user\").nullable().optional(),\n}).describe(\"User status object.\");\nexport const TeltelListUserStatusesOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelListUserStatuses_UserStatusSchema).describe(\"List of user status objects\"),\n error: z.string().describe(\"Error message if any\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the API call was successful\"),\n}).describe(\"Response model for list user statuses operation.\");\n\nexport const teltelListUserStatuses = action(\"TELTEL_LIST_USER_STATUSES\", {\n slug: \"teltel-list-user-statuses\",\n name: \"List User Statuses\",\n description: \"Tool to retrieve a list of all user statuses in TelTel. Use when you need to view available status options for users.\",\n input: TeltelListUserStatusesInput,\n output: TeltelListUserStatusesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACzH,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACjC,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,6BAA6B;CAC7F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;AACxE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/list-user-statuses.d.ts
4
+ declare const TeltelListUserStatusesInput: z.ZodTypeAny;
5
+ declare const TeltelListUserStatusesOutput: z.ZodTypeAny;
6
+ declare const teltelListUserStatuses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelListUserStatuses };
9
+ //# sourceMappingURL=list-user-statuses.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-statuses.d.cts","names":[],"sources":["../../src/actions/list-user-statuses.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8E;AAAA,cAS7G,4BAAA,EAA8B,CAAA,CAAE,UAIkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-user-statuses.d.ts
4
+ declare const TeltelListUserStatusesInput: z.ZodTypeAny;
5
+ declare const TeltelListUserStatusesOutput: z.ZodTypeAny;
6
+ declare const teltelListUserStatuses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelListUserStatuses };
9
+ //# sourceMappingURL=list-user-statuses.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-statuses.d.mts","names":[],"sources":["../../src/actions/list-user-statuses.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8E;AAAA,cAS7G,4BAAA,EAA8B,CAAA,CAAE,UAIkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-user-statuses.ts
4
+ const TeltelListUserStatusesInput = z.object({}).describe("Request model for listing user statuses.");
5
+ const TeltelListUserStatuses_UserStatusSchema = z.object({
6
+ id: z.number().int().describe("Unique user status identifier"),
7
+ name: z.string().describe("The name of the user status").nullable().optional(),
8
+ value: z.string().describe("The value of the user status").nullable().optional(),
9
+ enabled: z.boolean().describe("Whether the status is enabled").nullable().optional(),
10
+ is_offline: z.boolean().describe("Whether the status represents an offline state").nullable().optional(),
11
+ is_editable: z.boolean().describe("Whether the status can be edited by the user").nullable().optional()
12
+ }).describe("User status object.");
13
+ const teltelListUserStatuses = action("TELTEL_LIST_USER_STATUSES", {
14
+ slug: "teltel-list-user-statuses",
15
+ name: "List User Statuses",
16
+ description: "Tool to retrieve a list of all user statuses in TelTel. Use when you need to view available status options for users.",
17
+ input: TeltelListUserStatusesInput,
18
+ output: z.object({
19
+ data: z.array(TeltelListUserStatuses_UserStatusSchema).describe("List of user status objects"),
20
+ error: z.string().describe("Error message if any").nullable().optional(),
21
+ successful: z.boolean().describe("Whether the API call was successful")
22
+ }).describe("Response model for list user statuses operation.")
23
+ });
24
+ //#endregion
25
+ export { teltelListUserStatuses };
26
+
27
+ //# sourceMappingURL=list-user-statuses.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-user-statuses.mjs","names":[],"sources":["../../src/actions/list-user-statuses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelListUserStatusesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing user statuses.\");\nconst TeltelListUserStatuses_UserStatusSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique user status identifier\"),\n name: z.string().describe(\"The name of the user status\").nullable().optional(),\n value: z.string().describe(\"The value of the user status\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether the status is enabled\").nullable().optional(),\n is_offline: z.boolean().describe(\"Whether the status represents an offline state\").nullable().optional(),\n is_editable: z.boolean().describe(\"Whether the status can be edited by the user\").nullable().optional(),\n}).describe(\"User status object.\");\nexport const TeltelListUserStatusesOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelListUserStatuses_UserStatusSchema).describe(\"List of user status objects\"),\n error: z.string().describe(\"Error message if any\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the API call was successful\"),\n}).describe(\"Response model for list user statuses operation.\");\n\nexport const teltelListUserStatuses = action(\"TELTEL_LIST_USER_STATUSES\", {\n slug: \"teltel-list-user-statuses\",\n name: \"List User Statuses\",\n description: \"Tool to retrieve a list of all user statuses in TelTel. Use when you need to view available status options for users.\",\n input: TeltelListUserStatusesInput,\n output: TeltelListUserStatusesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACzH,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,qBAAqB;AAOjC,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,MAAM,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,6BAA6B;EAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC;CACxE,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/lookup-phone-number.ts
4
+ const TeltelLookupPhoneNumberInput = zod.z.object({ numbers: zod.z.string().describe("Phone number with country prefix. Multiple numbers must be separated by comma.") }).describe("Request model for looking up phone number information (HLR lookup).");
5
+ const TeltelLookupPhoneNumber_StatusInfoSchema = zod.z.object({
6
+ name: zod.z.string().describe("Status name").nullable().optional(),
7
+ status: zod.z.string().describe("Status code").nullable().optional(),
8
+ description: zod.z.string().describe("Status description").nullable().optional()
9
+ }).describe("Status information object.");
10
+ const TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema = zod.z.object({
11
+ mcc: zod.z.string().describe("Mobile Country Code").nullable().optional(),
12
+ mnc: zod.z.string().describe("Mobile Network Code").nullable().optional(),
13
+ valid: zod.z.boolean().describe("Whether the number is valid").nullable().optional(),
14
+ number: zod.z.string().describe("Phone number that was looked up").nullable().optional(),
15
+ ported: zod.z.boolean().describe("Whether the number has been ported").nullable().optional(),
16
+ status: zod.z.union([zod.z.string(), TeltelLookupPhoneNumber_StatusInfoSchema]).nullable().optional(),
17
+ country: zod.z.string().describe("Country name").nullable().optional(),
18
+ details: TeltelLookupPhoneNumber_StatusInfoSchema.nullable().optional(),
19
+ roaming: zod.z.boolean().describe("Whether the number is roaming").nullable().optional(),
20
+ operator: zod.z.string().describe("Mobile network operator name").nullable().optional(),
21
+ reachable: zod.z.boolean().describe("Whether the number is reachable").nullable().optional(),
22
+ country_code: zod.z.string().describe("Country ISO code").nullable().optional(),
23
+ network_type: zod.z.string().describe("Network type (e.g., mobile, landline)").nullable().optional()
24
+ }).describe("Individual phone number lookup result with HLR information.");
25
+ const TeltelLookupPhoneNumberOutput = zod.z.object({ data: zod.z.array(TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema).describe("Array of phone number lookup results with HLR information including validity status, network details, and carrier information") }).describe("Response model containing phone number lookup (HLR) information.");
26
+ const teltelLookupPhoneNumber = require_action.action("TELTEL_LOOKUP_PHONE_NUMBER", {
27
+ slug: "teltel-lookup-phone-number",
28
+ name: "Lookup Phone Number",
29
+ description: "Tool to perform HLR (Home Location Register) lookup for phone numbers via TelTel API. Use when you need to verify phone number validity, check network status, or retrieve carrier information. Supports single or multiple phone numbers in one request.",
30
+ input: TeltelLookupPhoneNumberInput,
31
+ output: TeltelLookupPhoneNumberOutput
32
+ });
33
+ //#endregion
34
+ exports.teltelLookupPhoneNumber = teltelLookupPhoneNumber;
35
+
36
+ //# sourceMappingURL=lookup-phone-number.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup-phone-number.cjs","names":["z","action"],"sources":["../../src/actions/lookup-phone-number.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelLookupPhoneNumberInput: z.ZodTypeAny = z.object({\n numbers: z.string().describe(\"Phone number with country prefix. Multiple numbers must be separated by comma.\"),\n}).describe(\"Request model for looking up phone number information (HLR lookup).\");\nconst TeltelLookupPhoneNumber_StatusInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Status name\").nullable().optional(),\n status: z.string().describe(\"Status code\").nullable().optional(),\n description: z.string().describe(\"Status description\").nullable().optional(),\n}).describe(\"Status information object.\");\nconst TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema: z.ZodTypeAny = z.object({\n mcc: z.string().describe(\"Mobile Country Code\").nullable().optional(),\n mnc: z.string().describe(\"Mobile Network Code\").nullable().optional(),\n valid: z.boolean().describe(\"Whether the number is valid\").nullable().optional(),\n number: z.string().describe(\"Phone number that was looked up\").nullable().optional(),\n ported: z.boolean().describe(\"Whether the number has been ported\").nullable().optional(),\n status: z.union([z.string(), TeltelLookupPhoneNumber_StatusInfoSchema]).nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n details: TeltelLookupPhoneNumber_StatusInfoSchema.nullable().optional(),\n roaming: z.boolean().describe(\"Whether the number is roaming\").nullable().optional(),\n operator: z.string().describe(\"Mobile network operator name\").nullable().optional(),\n reachable: z.boolean().describe(\"Whether the number is reachable\").nullable().optional(),\n country_code: z.string().describe(\"Country ISO code\").nullable().optional(),\n network_type: z.string().describe(\"Network type (e.g., mobile, landline)\").nullable().optional(),\n}).describe(\"Individual phone number lookup result with HLR information.\");\nexport const TeltelLookupPhoneNumberOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema).describe(\"Array of phone number lookup results with HLR information including validity status, network details, and carrier information\"),\n}).describe(\"Response model containing phone number lookup (HLR) information.\");\n\nexport const teltelLookupPhoneNumber = action(\"TELTEL_LOOKUP_PHONE_NUMBER\", {\n slug: \"teltel-lookup-phone-number\",\n name: \"Lookup Phone Number\",\n description: \"Tool to perform HLR (Home Location Register) lookup for phone numbers via TelTel API. Use when you need to verify phone number validity, check network status, or retrieve carrier information. Supports single or multiple phone numbers in one request.\",\n input: TeltelLookupPhoneNumberInput,\n output: TeltelLookupPhoneNumberOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC/G,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAG,wCAAwC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,SAAS,yCAAyC,SAAS,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,+HAA+H,EAC/M,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/lookup-phone-number.d.ts
4
+ declare const TeltelLookupPhoneNumberInput: z.ZodTypeAny;
5
+ declare const TeltelLookupPhoneNumberOutput: z.ZodTypeAny;
6
+ declare const teltelLookupPhoneNumber: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelLookupPhoneNumber };
9
+ //# sourceMappingURL=lookup-phone-number.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup-phone-number.d.cts","names":[],"sources":["../../src/actions/lookup-phone-number.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEqC;AAAA,cAqBrE,6BAAA,EAA+B,CAAA,CAAE,UAEiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/lookup-phone-number.d.ts
4
+ declare const TeltelLookupPhoneNumberInput: z.ZodTypeAny;
5
+ declare const TeltelLookupPhoneNumberOutput: z.ZodTypeAny;
6
+ declare const teltelLookupPhoneNumber: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelLookupPhoneNumber };
9
+ //# sourceMappingURL=lookup-phone-number.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup-phone-number.d.mts","names":[],"sources":["../../src/actions/lookup-phone-number.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEqC;AAAA,cAqBrE,6BAAA,EAA+B,CAAA,CAAE,UAEiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/lookup-phone-number.ts
4
+ const TeltelLookupPhoneNumberInput = z.object({ numbers: z.string().describe("Phone number with country prefix. Multiple numbers must be separated by comma.") }).describe("Request model for looking up phone number information (HLR lookup).");
5
+ const TeltelLookupPhoneNumber_StatusInfoSchema = z.object({
6
+ name: z.string().describe("Status name").nullable().optional(),
7
+ status: z.string().describe("Status code").nullable().optional(),
8
+ description: z.string().describe("Status description").nullable().optional()
9
+ }).describe("Status information object.");
10
+ const TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema = z.object({
11
+ mcc: z.string().describe("Mobile Country Code").nullable().optional(),
12
+ mnc: z.string().describe("Mobile Network Code").nullable().optional(),
13
+ valid: z.boolean().describe("Whether the number is valid").nullable().optional(),
14
+ number: z.string().describe("Phone number that was looked up").nullable().optional(),
15
+ ported: z.boolean().describe("Whether the number has been ported").nullable().optional(),
16
+ status: z.union([z.string(), TeltelLookupPhoneNumber_StatusInfoSchema]).nullable().optional(),
17
+ country: z.string().describe("Country name").nullable().optional(),
18
+ details: TeltelLookupPhoneNumber_StatusInfoSchema.nullable().optional(),
19
+ roaming: z.boolean().describe("Whether the number is roaming").nullable().optional(),
20
+ operator: z.string().describe("Mobile network operator name").nullable().optional(),
21
+ reachable: z.boolean().describe("Whether the number is reachable").nullable().optional(),
22
+ country_code: z.string().describe("Country ISO code").nullable().optional(),
23
+ network_type: z.string().describe("Network type (e.g., mobile, landline)").nullable().optional()
24
+ }).describe("Individual phone number lookup result with HLR information.");
25
+ const teltelLookupPhoneNumber = action("TELTEL_LOOKUP_PHONE_NUMBER", {
26
+ slug: "teltel-lookup-phone-number",
27
+ name: "Lookup Phone Number",
28
+ description: "Tool to perform HLR (Home Location Register) lookup for phone numbers via TelTel API. Use when you need to verify phone number validity, check network status, or retrieve carrier information. Supports single or multiple phone numbers in one request.",
29
+ input: TeltelLookupPhoneNumberInput,
30
+ output: z.object({ data: z.array(TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema).describe("Array of phone number lookup results with HLR information including validity status, network details, and carrier information") }).describe("Response model containing phone number lookup (HLR) information.")
31
+ });
32
+ //#endregion
33
+ export { teltelLookupPhoneNumber };
34
+
35
+ //# sourceMappingURL=lookup-phone-number.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lookup-phone-number.mjs","names":[],"sources":["../../src/actions/lookup-phone-number.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelLookupPhoneNumberInput: z.ZodTypeAny = z.object({\n numbers: z.string().describe(\"Phone number with country prefix. Multiple numbers must be separated by comma.\"),\n}).describe(\"Request model for looking up phone number information (HLR lookup).\");\nconst TeltelLookupPhoneNumber_StatusInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Status name\").nullable().optional(),\n status: z.string().describe(\"Status code\").nullable().optional(),\n description: z.string().describe(\"Status description\").nullable().optional(),\n}).describe(\"Status information object.\");\nconst TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema: z.ZodTypeAny = z.object({\n mcc: z.string().describe(\"Mobile Country Code\").nullable().optional(),\n mnc: z.string().describe(\"Mobile Network Code\").nullable().optional(),\n valid: z.boolean().describe(\"Whether the number is valid\").nullable().optional(),\n number: z.string().describe(\"Phone number that was looked up\").nullable().optional(),\n ported: z.boolean().describe(\"Whether the number has been ported\").nullable().optional(),\n status: z.union([z.string(), TeltelLookupPhoneNumber_StatusInfoSchema]).nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n details: TeltelLookupPhoneNumber_StatusInfoSchema.nullable().optional(),\n roaming: z.boolean().describe(\"Whether the number is roaming\").nullable().optional(),\n operator: z.string().describe(\"Mobile network operator name\").nullable().optional(),\n reachable: z.boolean().describe(\"Whether the number is reachable\").nullable().optional(),\n country_code: z.string().describe(\"Country ISO code\").nullable().optional(),\n network_type: z.string().describe(\"Network type (e.g., mobile, landline)\").nullable().optional(),\n}).describe(\"Individual phone number lookup result with HLR information.\");\nexport const TeltelLookupPhoneNumberOutput: z.ZodTypeAny = z.object({\n data: z.array(TeltelLookupPhoneNumber_PhoneNumberLookupResultSchema).describe(\"Array of phone number lookup results with HLR information including validity status, network details, and carrier information\"),\n}).describe(\"Response model containing phone number lookup (HLR) information.\");\n\nexport const teltelLookupPhoneNumber = action(\"TELTEL_LOOKUP_PHONE_NUMBER\", {\n slug: \"teltel-lookup-phone-number\",\n name: \"Lookup Phone Number\",\n description: \"Tool to perform HLR (Home Location Register) lookup for phone numbers via TelTel API. Use when you need to verify phone number validity, check network status, or retrieve carrier information. Supports single or multiple phone numbers in one request.\",\n input: TeltelLookupPhoneNumberInput,\n output: TeltelLookupPhoneNumberOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC/G,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,wDAAsE,EAAE,OAAO;CACnF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,wCAAwC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,SAAS,yCAAyC,SAAS,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAKzE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,+HAA+H,EAC/M,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/receive-inbound-sms.ts
4
+ const TeltelReceiveInboundSmsInput = zod.z.object({
5
+ to: zod.z.string().describe("Destination number that received the SMS (your TelTel number)"),
6
+ time: zod.z.string().describe("Timestamp of when the SMS was received (ISO 8601 format)"),
7
+ msgid: zod.z.string().describe("Unique message identifier provided by TelTel"),
8
+ message: zod.z.string().describe("Content of the received SMS message"),
9
+ encoding: zod.z.string().describe("Type of message encoding (e.g., utf-8)").optional(),
10
+ from_number: zod.z.string().describe("Sender's phone number who sent the SMS")
11
+ }).describe("Request model for processing inbound SMS webhook data from TelTel.\nThis action processes webhook payload data that TelTel sends when an\nSMS is received on one of your TelTel phone numbers.\n\nTelTel sends inbound SMS notifications via webhooks. Configure the webhook\nURL in your TelTel account under Phone numbers > More > Receive SMS by email or URL.");
12
+ const TeltelReceiveInboundSmsOutput = zod.z.object({
13
+ status: zod.z.string().describe("Status of the webhook processing (e.g., 'received', 'processed')"),
14
+ to_number: zod.z.string().describe("The recipient's phone number (your TelTel number)"),
15
+ message_id: zod.z.string().describe("The unique message ID from the processed SMS"),
16
+ from_number: zod.z.string().describe("The sender's phone number"),
17
+ received_at: zod.z.string().describe("Timestamp when the SMS was received"),
18
+ message_content: zod.z.string().describe("The content of the SMS message")
19
+ }).describe("Response model returned after processing inbound SMS webhook data.");
20
+ const teltelReceiveInboundSms = require_action.action("TELTEL_RECEIVE_INBOUND_SMS", {
21
+ slug: "teltel-receive-inbound-sms",
22
+ name: "Receive Inbound SMS",
23
+ description: "Tool to process inbound SMS webhook data from TelTel. Use this to handle incoming SMS notifications that TelTel sends to your configured webhook URL. This action parses and validates the webhook payload, returning the SMS details in a structured format for further processing. Note: TelTel sends inbound SMS data via GET request with query parameters. Configure your webhook URL in TelTel account settings.",
24
+ input: TeltelReceiveInboundSmsInput,
25
+ output: TeltelReceiveInboundSmsOutput
26
+ });
27
+ //#endregion
28
+ exports.teltelReceiveInboundSms = teltelReceiveInboundSms;
29
+
30
+ //# sourceMappingURL=receive-inbound-sms.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-inbound-sms.cjs","names":["z","action"],"sources":["../../src/actions/receive-inbound-sms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelReceiveInboundSmsInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Destination number that received the SMS (your TelTel number)\"),\n time: z.string().describe(\"Timestamp of when the SMS was received (ISO 8601 format)\"),\n msgid: z.string().describe(\"Unique message identifier provided by TelTel\"),\n message: z.string().describe(\"Content of the received SMS message\"),\n encoding: z.string().describe(\"Type of message encoding (e.g., utf-8)\").optional(),\n from_number: z.string().describe(\"Sender's phone number who sent the SMS\"),\n}).describe(\"Request model for processing inbound SMS webhook data from TelTel.\\nThis action processes webhook payload data that TelTel sends when an\\nSMS is received on one of your TelTel phone numbers.\\n\\nTelTel sends inbound SMS notifications via webhooks. Configure the webhook\\nURL in your TelTel account under Phone numbers > More > Receive SMS by email or URL.\");\nexport const TeltelReceiveInboundSmsOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the webhook processing (e.g., 'received', 'processed')\"),\n to_number: z.string().describe(\"The recipient's phone number (your TelTel number)\"),\n message_id: z.string().describe(\"The unique message ID from the processed SMS\"),\n from_number: z.string().describe(\"The sender's phone number\"),\n received_at: z.string().describe(\"Timestamp when the SMS was received\"),\n message_content: z.string().describe(\"The content of the SMS message\"),\n}).describe(\"Response model returned after processing inbound SMS webhook data.\");\n\nexport const teltelReceiveInboundSms = action(\"TELTEL_RECEIVE_INBOUND_SMS\", {\n slug: \"teltel-receive-inbound-sms\",\n name: \"Receive Inbound SMS\",\n description: \"Tool to process inbound SMS webhook data from TelTel. Use this to handle incoming SMS notifications that TelTel sends to your configured webhook URL. This action parses and validates the webhook payload, returning the SMS details in a structured format for further processing. Note: TelTel sends inbound SMS data via GET request with query parameters. Configure your webhook URL in TelTel account settings.\",\n input: TeltelReceiveInboundSmsInput,\n output: TeltelReceiveInboundSmsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC3E,CAAC,CAAC,CAAC,SAAS,oWAAoW;AAChX,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC5D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACtE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACvE,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAEhF,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/receive-inbound-sms.d.ts
4
+ declare const TeltelReceiveInboundSmsInput: z.ZodTypeAny;
5
+ declare const TeltelReceiveInboundSmsOutput: z.ZodTypeAny;
6
+ declare const teltelReceiveInboundSms: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelReceiveInboundSms };
9
+ //# sourceMappingURL=receive-inbound-sms.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-inbound-sms.d.cts","names":[],"sources":["../../src/actions/receive-inbound-sms.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAOoU;AAAA,cACpW,6BAAA,EAA+B,CAAA,CAAE,UAOmC;AAAA,cAEpE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/receive-inbound-sms.d.ts
4
+ declare const TeltelReceiveInboundSmsInput: z.ZodTypeAny;
5
+ declare const TeltelReceiveInboundSmsOutput: z.ZodTypeAny;
6
+ declare const teltelReceiveInboundSms: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelReceiveInboundSms };
9
+ //# sourceMappingURL=receive-inbound-sms.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-inbound-sms.d.mts","names":[],"sources":["../../src/actions/receive-inbound-sms.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAOoU;AAAA,cACpW,6BAAA,EAA+B,CAAA,CAAE,UAOmC;AAAA,cAEpE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const teltelReceiveInboundSms = action("TELTEL_RECEIVE_INBOUND_SMS", {
4
+ slug: "teltel-receive-inbound-sms",
5
+ name: "Receive Inbound SMS",
6
+ description: "Tool to process inbound SMS webhook data from TelTel. Use this to handle incoming SMS notifications that TelTel sends to your configured webhook URL. This action parses and validates the webhook payload, returning the SMS details in a structured format for further processing. Note: TelTel sends inbound SMS data via GET request with query parameters. Configure your webhook URL in TelTel account settings.",
7
+ input: z.object({
8
+ to: z.string().describe("Destination number that received the SMS (your TelTel number)"),
9
+ time: z.string().describe("Timestamp of when the SMS was received (ISO 8601 format)"),
10
+ msgid: z.string().describe("Unique message identifier provided by TelTel"),
11
+ message: z.string().describe("Content of the received SMS message"),
12
+ encoding: z.string().describe("Type of message encoding (e.g., utf-8)").optional(),
13
+ from_number: z.string().describe("Sender's phone number who sent the SMS")
14
+ }).describe("Request model for processing inbound SMS webhook data from TelTel.\nThis action processes webhook payload data that TelTel sends when an\nSMS is received on one of your TelTel phone numbers.\n\nTelTel sends inbound SMS notifications via webhooks. Configure the webhook\nURL in your TelTel account under Phone numbers > More > Receive SMS by email or URL."),
15
+ output: z.object({
16
+ status: z.string().describe("Status of the webhook processing (e.g., 'received', 'processed')"),
17
+ to_number: z.string().describe("The recipient's phone number (your TelTel number)"),
18
+ message_id: z.string().describe("The unique message ID from the processed SMS"),
19
+ from_number: z.string().describe("The sender's phone number"),
20
+ received_at: z.string().describe("Timestamp when the SMS was received"),
21
+ message_content: z.string().describe("The content of the SMS message")
22
+ }).describe("Response model returned after processing inbound SMS webhook data.")
23
+ });
24
+ //#endregion
25
+ export { teltelReceiveInboundSms };
26
+
27
+ //# sourceMappingURL=receive-inbound-sms.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receive-inbound-sms.mjs","names":[],"sources":["../../src/actions/receive-inbound-sms.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelReceiveInboundSmsInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Destination number that received the SMS (your TelTel number)\"),\n time: z.string().describe(\"Timestamp of when the SMS was received (ISO 8601 format)\"),\n msgid: z.string().describe(\"Unique message identifier provided by TelTel\"),\n message: z.string().describe(\"Content of the received SMS message\"),\n encoding: z.string().describe(\"Type of message encoding (e.g., utf-8)\").optional(),\n from_number: z.string().describe(\"Sender's phone number who sent the SMS\"),\n}).describe(\"Request model for processing inbound SMS webhook data from TelTel.\\nThis action processes webhook payload data that TelTel sends when an\\nSMS is received on one of your TelTel phone numbers.\\n\\nTelTel sends inbound SMS notifications via webhooks. Configure the webhook\\nURL in your TelTel account under Phone numbers > More > Receive SMS by email or URL.\");\nexport const TeltelReceiveInboundSmsOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the webhook processing (e.g., 'received', 'processed')\"),\n to_number: z.string().describe(\"The recipient's phone number (your TelTel number)\"),\n message_id: z.string().describe(\"The unique message ID from the processed SMS\"),\n from_number: z.string().describe(\"The sender's phone number\"),\n received_at: z.string().describe(\"Timestamp when the SMS was received\"),\n message_content: z.string().describe(\"The content of the SMS message\"),\n}).describe(\"Response model returned after processing inbound SMS webhook data.\");\n\nexport const teltelReceiveInboundSms = action(\"TELTEL_RECEIVE_INBOUND_SMS\", {\n slug: \"teltel-receive-inbound-sms\",\n name: \"Receive Inbound SMS\",\n description: \"Tool to process inbound SMS webhook data from TelTel. Use this to handle incoming SMS notifications that TelTel sends to your configured webhook URL. This action parses and validates the webhook payload, returning the SMS details in a structured format for further processing. Note: TelTel sends inbound SMS data via GET request with query parameters. Configure your webhook URL in TelTel account settings.\",\n input: TeltelReceiveInboundSmsInput,\n output: TeltelReceiveInboundSmsOutput,\n});\n"],"mappings":";;AAqBA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACpF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC3E,CAAC,CAAC,CAAC,SAAS,oWAcH;CACP,QAdyD,EAAE,OAAO;EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC5D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EACtE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACvE,CAAC,CAAC,CAAC,SAAS,oEAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/set-user-status.ts
4
+ const TeltelSetUserStatusInput = zod.z.object({
5
+ data: zod.z.object({ id: zod.z.number().int().describe("Status ID to set for the user. Common values: 1 (active), 2 (offline), 104 (Available). Contact your TelTel administrator for a complete list of available status IDs.") }).describe("Data object containing the status ID to set."),
6
+ user_id: zod.z.number().int().describe("User ID whose status to update. Use GetUsersList action to retrieve valid user IDs.")
7
+ }).describe("Request model for setting a user's status in TelTel.");
8
+ const TeltelSetUserStatusOutput = zod.z.object({
9
+ error: zod.z.string().describe("Error message if any.").nullable().optional(),
10
+ successful: zod.z.boolean().describe("Whether the status update was successful.")
11
+ }).describe("Response model for setting user status.");
12
+ const teltelSetUserStatus = require_action.action("TELTEL_SET_USER_STATUS", {
13
+ slug: "teltel-set-user-status",
14
+ name: "Set User Status",
15
+ description: "Tool to set a user's status in TelTel. Use when you need to update a user's availability or activity status.",
16
+ input: TeltelSetUserStatusInput,
17
+ output: TeltelSetUserStatusOutput
18
+ });
19
+ //#endregion
20
+ exports.teltelSetUserStatus = teltelSetUserStatus;
21
+
22
+ //# sourceMappingURL=set-user-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-user-status.cjs","names":["z","action"],"sources":["../../src/actions/set-user-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelSetUserStatusInput: z.ZodTypeAny = z.object({\n data: z.object({\n id: z.number().int().describe(\"Status ID to set for the user. Common values: 1 (active), 2 (offline), 104 (Available). Contact your TelTel administrator for a complete list of available status IDs.\"),\n}).describe(\"Data object containing the status ID to set.\"),\n user_id: z.number().int().describe(\"User ID whose status to update. Use GetUsersList action to retrieve valid user IDs.\"),\n}).describe(\"Request model for setting a user's status in TelTel.\");\nexport const TeltelSetUserStatusOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if any.\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the status update was successful.\"),\n}).describe(\"Response model for setting user status.\");\n\nexport const teltelSetUserStatus = action(\"TELTEL_SET_USER_STATUS\", {\n slug: \"teltel-set-user-status\",\n name: \"Set User Status\",\n description: \"Tool to set a user's status in TelTel. Use when you need to update a user's availability or activity status.\",\n input: TeltelSetUserStatusInput,\n output: TeltelSetUserStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,EACf,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wKAAwK,EACxM,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF;AAC1H,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;AAC9E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,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/set-user-status.d.ts
4
+ declare const TeltelSetUserStatusInput: z.ZodTypeAny;
5
+ declare const TeltelSetUserStatusOutput: z.ZodTypeAny;
6
+ declare const teltelSetUserStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelSetUserStatus };
9
+ //# sourceMappingURL=set-user-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-user-status.d.cts","names":[],"sources":["../../src/actions/set-user-status.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAK0B;AAAA,cACtD,yBAAA,EAA2B,CAAA,CAAE,UAGY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/set-user-status.d.ts
4
+ declare const TeltelSetUserStatusInput: z.ZodTypeAny;
5
+ declare const TeltelSetUserStatusOutput: z.ZodTypeAny;
6
+ declare const teltelSetUserStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelSetUserStatus };
9
+ //# sourceMappingURL=set-user-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-user-status.d.mts","names":[],"sources":["../../src/actions/set-user-status.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAK0B;AAAA,cACtD,yBAAA,EAA2B,CAAA,CAAE,UAGY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const teltelSetUserStatus = action("TELTEL_SET_USER_STATUS", {
4
+ slug: "teltel-set-user-status",
5
+ name: "Set User Status",
6
+ description: "Tool to set a user's status in TelTel. Use when you need to update a user's availability or activity status.",
7
+ input: z.object({
8
+ data: z.object({ id: z.number().int().describe("Status ID to set for the user. Common values: 1 (active), 2 (offline), 104 (Available). Contact your TelTel administrator for a complete list of available status IDs.") }).describe("Data object containing the status ID to set."),
9
+ user_id: z.number().int().describe("User ID whose status to update. Use GetUsersList action to retrieve valid user IDs.")
10
+ }).describe("Request model for setting a user's status in TelTel."),
11
+ output: z.object({
12
+ error: z.string().describe("Error message if any.").nullable().optional(),
13
+ successful: z.boolean().describe("Whether the status update was successful.")
14
+ }).describe("Response model for setting user status.")
15
+ });
16
+ //#endregion
17
+ export { teltelSetUserStatus };
18
+
19
+ //# sourceMappingURL=set-user-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-user-status.mjs","names":[],"sources":["../../src/actions/set-user-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelSetUserStatusInput: z.ZodTypeAny = z.object({\n data: z.object({\n id: z.number().int().describe(\"Status ID to set for the user. Common values: 1 (active), 2 (offline), 104 (Available). Contact your TelTel administrator for a complete list of available status IDs.\"),\n}).describe(\"Data object containing the status ID to set.\"),\n user_id: z.number().int().describe(\"User ID whose status to update. Use GetUsersList action to retrieve valid user IDs.\"),\n}).describe(\"Request model for setting a user's status in TelTel.\");\nexport const TeltelSetUserStatusOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if any.\").nullable().optional(),\n successful: z.boolean().describe(\"Whether the status update was successful.\"),\n}).describe(\"Response model for setting user status.\");\n\nexport const teltelSetUserStatus = action(\"TELTEL_SET_USER_STATUS\", {\n slug: \"teltel-set-user-status\",\n name: \"Set User Status\",\n description: \"Tool to set a user's status in TelTel. Use when you need to update a user's availability or activity status.\",\n input: TeltelSetUserStatusInput,\n output: TeltelSetUserStatusOutput,\n});\n"],"mappings":";;AAeA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfoD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,EACf,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wKAAwK,EACxM,CAAC,CAAC,CAAC,SAAS,8CAA8C;EACxD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF;CAC1H,CAAC,CAAC,CAAC,SAAS,sDAUH;CACP,QAVqD,EAAE,OAAO;EAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;CAC9E,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-autodialer-custom-status.ts
4
+ const TeltelUpdateAutodialerCustomStatusInput = zod.z.object({
5
+ id: zod.z.number().int().describe("Autodialer custom status ID to update. Use GET /autodialers/attributes/custom-statuses to retrieve available IDs."),
6
+ value: zod.z.string().describe("The new value/name for the autodialer custom status.")
7
+ }).describe("Request model for updating autodialer custom status value.");
8
+ const TeltelUpdateAutodialerCustomStatusOutput = zod.z.object({
9
+ error: zod.z.string().describe("Error message if any.").nullable().optional(),
10
+ updated: zod.z.boolean().describe("Whether the custom status was successfully updated.")
11
+ }).describe("Response model for autodialer custom status update operation.");
12
+ const teltelUpdateAutodialerCustomStatus = require_action.action("TELTEL_UPDATE_AUTODIALER_CUSTOM_STATUS", {
13
+ slug: "teltel-update-autodialer-custom-status",
14
+ name: "Update Autodialer Custom Status",
15
+ description: "Tool to update an autodialer custom status value by ID. Use when you need to rename or modify an existing custom status label.",
16
+ input: TeltelUpdateAutodialerCustomStatusInput,
17
+ output: TeltelUpdateAutodialerCustomStatusOutput
18
+ });
19
+ //#endregion
20
+ exports.teltelUpdateAutodialerCustomStatus = teltelUpdateAutodialerCustomStatus;
21
+
22
+ //# sourceMappingURL=update-autodialer-custom-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-autodialer-custom-status.cjs","names":["z","action"],"sources":["../../src/actions/update-autodialer-custom-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TeltelUpdateAutodialerCustomStatusInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Autodialer custom status ID to update. Use GET /autodialers/attributes/custom-statuses to retrieve available IDs.\"),\n value: z.string().describe(\"The new value/name for the autodialer custom status.\"),\n}).describe(\"Request model for updating autodialer custom status value.\");\nexport const TeltelUpdateAutodialerCustomStatusOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if any.\").nullable().optional(),\n updated: z.boolean().describe(\"Whether the custom status was successfully updated.\"),\n}).describe(\"Response model for autodialer custom status update operation.\");\n\nexport const teltelUpdateAutodialerCustomStatus = action(\"TELTEL_UPDATE_AUTODIALER_CUSTOM_STATUS\", {\n slug: \"teltel-update-autodialer-custom-status\",\n name: \"Update Autodialer Custom Status\",\n description: \"Tool to update an autodialer custom status value by ID. Use when you need to rename or modify an existing custom status label.\",\n input: TeltelUpdateAutodialerCustomStatusInput,\n output: TeltelUpdateAutodialerCustomStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mHAAmH;CACjJ,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACnF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD;AACrF,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,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/update-autodialer-custom-status.d.ts
4
+ declare const TeltelUpdateAutodialerCustomStatusInput: z.ZodTypeAny;
5
+ declare const TeltelUpdateAutodialerCustomStatusOutput: z.ZodTypeAny;
6
+ declare const teltelUpdateAutodialerCustomStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelUpdateAutodialerCustomStatus };
9
+ //# sourceMappingURL=update-autodialer-custom-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-autodialer-custom-status.d.cts","names":[],"sources":["../../src/actions/update-autodialer-custom-status.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGiB;AAAA,cAC5D,wCAAA,EAA0C,CAAA,CAAE,UAGmB;AAAA,cAE/D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-autodialer-custom-status.d.ts
4
+ declare const TeltelUpdateAutodialerCustomStatusInput: z.ZodTypeAny;
5
+ declare const TeltelUpdateAutodialerCustomStatusOutput: z.ZodTypeAny;
6
+ declare const teltelUpdateAutodialerCustomStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { teltelUpdateAutodialerCustomStatus };
9
+ //# sourceMappingURL=update-autodialer-custom-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-autodialer-custom-status.d.mts","names":[],"sources":["../../src/actions/update-autodialer-custom-status.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGiB;AAAA,cAC5D,wCAAA,EAA0C,CAAA,CAAE,UAGmB;AAAA,cAE/D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}