@keystrokehq/telnyx 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 (274) 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-network.cjs +23 -0
  7. package/dist/actions/create-network.cjs.map +1 -0
  8. package/dist/actions/create-network.d.cts +9 -0
  9. package/dist/actions/create-network.d.cts.map +1 -0
  10. package/dist/actions/create-network.d.mts +9 -0
  11. package/dist/actions/create-network.d.mts.map +1 -0
  12. package/dist/actions/create-network.mjs +22 -0
  13. package/dist/actions/create-network.mjs.map +1 -0
  14. package/dist/actions/create-notification-channel.cjs +38 -0
  15. package/dist/actions/create-notification-channel.cjs.map +1 -0
  16. package/dist/actions/create-notification-channel.d.cts +9 -0
  17. package/dist/actions/create-notification-channel.d.cts.map +1 -0
  18. package/dist/actions/create-notification-channel.d.mts +9 -0
  19. package/dist/actions/create-notification-channel.d.mts.map +1 -0
  20. package/dist/actions/create-notification-channel.mjs +37 -0
  21. package/dist/actions/create-notification-channel.mjs.map +1 -0
  22. package/dist/actions/create-notification-profile.cjs +22 -0
  23. package/dist/actions/create-notification-profile.cjs.map +1 -0
  24. package/dist/actions/create-notification-profile.d.cts +9 -0
  25. package/dist/actions/create-notification-profile.d.cts.map +1 -0
  26. package/dist/actions/create-notification-profile.d.mts +9 -0
  27. package/dist/actions/create-notification-profile.d.mts.map +1 -0
  28. package/dist/actions/create-notification-profile.mjs +21 -0
  29. package/dist/actions/create-notification-profile.mjs.map +1 -0
  30. package/dist/actions/create-notification-setting.cjs +49 -0
  31. package/dist/actions/create-notification-setting.cjs.map +1 -0
  32. package/dist/actions/create-notification-setting.d.cts +9 -0
  33. package/dist/actions/create-notification-setting.d.cts.map +1 -0
  34. package/dist/actions/create-notification-setting.d.mts +9 -0
  35. package/dist/actions/create-notification-setting.d.mts.map +1 -0
  36. package/dist/actions/create-notification-setting.mjs +48 -0
  37. package/dist/actions/create-notification-setting.mjs.map +1 -0
  38. package/dist/actions/delete-network.cjs +23 -0
  39. package/dist/actions/delete-network.cjs.map +1 -0
  40. package/dist/actions/delete-network.d.cts +9 -0
  41. package/dist/actions/delete-network.d.cts.map +1 -0
  42. package/dist/actions/delete-network.d.mts +9 -0
  43. package/dist/actions/delete-network.d.mts.map +1 -0
  44. package/dist/actions/delete-network.mjs +22 -0
  45. package/dist/actions/delete-network.mjs.map +1 -0
  46. package/dist/actions/delete-notification-channel.cjs +25 -0
  47. package/dist/actions/delete-notification-channel.cjs.map +1 -0
  48. package/dist/actions/delete-notification-channel.d.cts +9 -0
  49. package/dist/actions/delete-notification-channel.d.cts.map +1 -0
  50. package/dist/actions/delete-notification-channel.d.mts +9 -0
  51. package/dist/actions/delete-notification-channel.d.mts.map +1 -0
  52. package/dist/actions/delete-notification-channel.mjs +24 -0
  53. package/dist/actions/delete-notification-channel.mjs.map +1 -0
  54. package/dist/actions/delete-notification-profile.cjs +22 -0
  55. package/dist/actions/delete-notification-profile.cjs.map +1 -0
  56. package/dist/actions/delete-notification-profile.d.cts +9 -0
  57. package/dist/actions/delete-notification-profile.d.cts.map +1 -0
  58. package/dist/actions/delete-notification-profile.d.mts +9 -0
  59. package/dist/actions/delete-notification-profile.d.mts.map +1 -0
  60. package/dist/actions/delete-notification-profile.mjs +21 -0
  61. package/dist/actions/delete-notification-profile.mjs.map +1 -0
  62. package/dist/actions/delete-notification-setting.cjs +41 -0
  63. package/dist/actions/delete-notification-setting.cjs.map +1 -0
  64. package/dist/actions/delete-notification-setting.d.cts +9 -0
  65. package/dist/actions/delete-notification-setting.d.cts.map +1 -0
  66. package/dist/actions/delete-notification-setting.d.mts +9 -0
  67. package/dist/actions/delete-notification-setting.d.mts.map +1 -0
  68. package/dist/actions/delete-notification-setting.mjs +40 -0
  69. package/dist/actions/delete-notification-setting.mjs.map +1 -0
  70. package/dist/actions/get-black-box-test-results.cjs +26 -0
  71. package/dist/actions/get-black-box-test-results.cjs.map +1 -0
  72. package/dist/actions/get-black-box-test-results.d.cts +9 -0
  73. package/dist/actions/get-black-box-test-results.d.cts.map +1 -0
  74. package/dist/actions/get-black-box-test-results.d.mts +9 -0
  75. package/dist/actions/get-black-box-test-results.d.mts.map +1 -0
  76. package/dist/actions/get-black-box-test-results.mjs +25 -0
  77. package/dist/actions/get-black-box-test-results.mjs.map +1 -0
  78. package/dist/actions/get-user-balance.cjs +25 -0
  79. package/dist/actions/get-user-balance.cjs.map +1 -0
  80. package/dist/actions/get-user-balance.d.cts +9 -0
  81. package/dist/actions/get-user-balance.d.cts.map +1 -0
  82. package/dist/actions/get-user-balance.d.mts +9 -0
  83. package/dist/actions/get-user-balance.d.mts.map +1 -0
  84. package/dist/actions/get-user-balance.mjs +24 -0
  85. package/dist/actions/get-user-balance.mjs.map +1 -0
  86. package/dist/actions/index.cjs +61 -0
  87. package/dist/actions/index.d.cts +31 -0
  88. package/dist/actions/index.d.mts +31 -0
  89. package/dist/actions/index.mjs +31 -0
  90. package/dist/actions/list-audit-logs.cjs +40 -0
  91. package/dist/actions/list-audit-logs.cjs.map +1 -0
  92. package/dist/actions/list-audit-logs.d.cts +9 -0
  93. package/dist/actions/list-audit-logs.d.cts.map +1 -0
  94. package/dist/actions/list-audit-logs.d.mts +9 -0
  95. package/dist/actions/list-audit-logs.d.mts.map +1 -0
  96. package/dist/actions/list-audit-logs.mjs +39 -0
  97. package/dist/actions/list-audit-logs.mjs.map +1 -0
  98. package/dist/actions/list-connections.cjs +45 -0
  99. package/dist/actions/list-connections.cjs.map +1 -0
  100. package/dist/actions/list-connections.d.cts +9 -0
  101. package/dist/actions/list-connections.d.cts.map +1 -0
  102. package/dist/actions/list-connections.d.mts +9 -0
  103. package/dist/actions/list-connections.d.mts.map +1 -0
  104. package/dist/actions/list-connections.mjs +44 -0
  105. package/dist/actions/list-connections.mjs.map +1 -0
  106. package/dist/actions/list-dynamic-emergency-endpoints.cjs +49 -0
  107. package/dist/actions/list-dynamic-emergency-endpoints.cjs.map +1 -0
  108. package/dist/actions/list-dynamic-emergency-endpoints.d.cts +9 -0
  109. package/dist/actions/list-dynamic-emergency-endpoints.d.cts.map +1 -0
  110. package/dist/actions/list-dynamic-emergency-endpoints.d.mts +9 -0
  111. package/dist/actions/list-dynamic-emergency-endpoints.d.mts.map +1 -0
  112. package/dist/actions/list-dynamic-emergency-endpoints.mjs +48 -0
  113. package/dist/actions/list-dynamic-emergency-endpoints.mjs.map +1 -0
  114. package/dist/actions/list-global-ip-health-check-types.cjs +21 -0
  115. package/dist/actions/list-global-ip-health-check-types.cjs.map +1 -0
  116. package/dist/actions/list-global-ip-health-check-types.d.cts +9 -0
  117. package/dist/actions/list-global-ip-health-check-types.d.cts.map +1 -0
  118. package/dist/actions/list-global-ip-health-check-types.d.mts +9 -0
  119. package/dist/actions/list-global-ip-health-check-types.d.mts.map +1 -0
  120. package/dist/actions/list-global-ip-health-check-types.mjs +20 -0
  121. package/dist/actions/list-global-ip-health-check-types.mjs.map +1 -0
  122. package/dist/actions/list-messaging-profiles.cjs +66 -0
  123. package/dist/actions/list-messaging-profiles.cjs.map +1 -0
  124. package/dist/actions/list-messaging-profiles.d.cts +9 -0
  125. package/dist/actions/list-messaging-profiles.d.cts.map +1 -0
  126. package/dist/actions/list-messaging-profiles.d.mts +9 -0
  127. package/dist/actions/list-messaging-profiles.d.mts.map +1 -0
  128. package/dist/actions/list-messaging-profiles.mjs +65 -0
  129. package/dist/actions/list-messaging-profiles.mjs.map +1 -0
  130. package/dist/actions/list-messaging-url-domains.cjs +44 -0
  131. package/dist/actions/list-messaging-url-domains.cjs.map +1 -0
  132. package/dist/actions/list-messaging-url-domains.d.cts +9 -0
  133. package/dist/actions/list-messaging-url-domains.d.cts.map +1 -0
  134. package/dist/actions/list-messaging-url-domains.d.mts +9 -0
  135. package/dist/actions/list-messaging-url-domains.d.mts.map +1 -0
  136. package/dist/actions/list-messaging-url-domains.mjs +43 -0
  137. package/dist/actions/list-messaging-url-domains.mjs.map +1 -0
  138. package/dist/actions/list-mobile-network-operators.cjs +43 -0
  139. package/dist/actions/list-mobile-network-operators.cjs.map +1 -0
  140. package/dist/actions/list-mobile-network-operators.d.cts +9 -0
  141. package/dist/actions/list-mobile-network-operators.d.cts.map +1 -0
  142. package/dist/actions/list-mobile-network-operators.d.mts +9 -0
  143. package/dist/actions/list-mobile-network-operators.d.mts.map +1 -0
  144. package/dist/actions/list-mobile-network-operators.mjs +42 -0
  145. package/dist/actions/list-mobile-network-operators.mjs.map +1 -0
  146. package/dist/actions/list-network-interfaces.cjs +54 -0
  147. package/dist/actions/list-network-interfaces.cjs.map +1 -0
  148. package/dist/actions/list-network-interfaces.d.cts +9 -0
  149. package/dist/actions/list-network-interfaces.d.cts.map +1 -0
  150. package/dist/actions/list-network-interfaces.d.mts +9 -0
  151. package/dist/actions/list-network-interfaces.d.mts.map +1 -0
  152. package/dist/actions/list-network-interfaces.mjs +53 -0
  153. package/dist/actions/list-network-interfaces.mjs.map +1 -0
  154. package/dist/actions/list-networks.cjs +36 -0
  155. package/dist/actions/list-networks.cjs.map +1 -0
  156. package/dist/actions/list-networks.d.cts +9 -0
  157. package/dist/actions/list-networks.d.cts.map +1 -0
  158. package/dist/actions/list-networks.d.mts +9 -0
  159. package/dist/actions/list-networks.d.mts.map +1 -0
  160. package/dist/actions/list-networks.mjs +35 -0
  161. package/dist/actions/list-networks.mjs.map +1 -0
  162. package/dist/actions/list-notification-channels.cjs +43 -0
  163. package/dist/actions/list-notification-channels.cjs.map +1 -0
  164. package/dist/actions/list-notification-channels.d.cts +9 -0
  165. package/dist/actions/list-notification-channels.d.cts.map +1 -0
  166. package/dist/actions/list-notification-channels.d.mts +9 -0
  167. package/dist/actions/list-notification-channels.d.mts.map +1 -0
  168. package/dist/actions/list-notification-channels.mjs +42 -0
  169. package/dist/actions/list-notification-channels.mjs.map +1 -0
  170. package/dist/actions/list-notification-event-conditions.cjs +54 -0
  171. package/dist/actions/list-notification-event-conditions.cjs.map +1 -0
  172. package/dist/actions/list-notification-event-conditions.d.cts +9 -0
  173. package/dist/actions/list-notification-event-conditions.d.cts.map +1 -0
  174. package/dist/actions/list-notification-event-conditions.d.mts +9 -0
  175. package/dist/actions/list-notification-event-conditions.d.mts.map +1 -0
  176. package/dist/actions/list-notification-event-conditions.mjs +53 -0
  177. package/dist/actions/list-notification-event-conditions.mjs.map +1 -0
  178. package/dist/actions/list-notification-events.cjs +24 -0
  179. package/dist/actions/list-notification-events.cjs.map +1 -0
  180. package/dist/actions/list-notification-events.d.cts +9 -0
  181. package/dist/actions/list-notification-events.d.cts.map +1 -0
  182. package/dist/actions/list-notification-events.d.mts +9 -0
  183. package/dist/actions/list-notification-events.d.mts.map +1 -0
  184. package/dist/actions/list-notification-events.mjs +23 -0
  185. package/dist/actions/list-notification-events.mjs.map +1 -0
  186. package/dist/actions/list-notification-profiles.cjs +34 -0
  187. package/dist/actions/list-notification-profiles.cjs.map +1 -0
  188. package/dist/actions/list-notification-profiles.d.cts +9 -0
  189. package/dist/actions/list-notification-profiles.d.cts.map +1 -0
  190. package/dist/actions/list-notification-profiles.d.mts +9 -0
  191. package/dist/actions/list-notification-profiles.d.mts.map +1 -0
  192. package/dist/actions/list-notification-profiles.mjs +33 -0
  193. package/dist/actions/list-notification-profiles.mjs.map +1 -0
  194. package/dist/actions/list-phone-numbers.cjs +57 -0
  195. package/dist/actions/list-phone-numbers.cjs.map +1 -0
  196. package/dist/actions/list-phone-numbers.d.cts +9 -0
  197. package/dist/actions/list-phone-numbers.d.cts.map +1 -0
  198. package/dist/actions/list-phone-numbers.d.mts +9 -0
  199. package/dist/actions/list-phone-numbers.d.mts.map +1 -0
  200. package/dist/actions/list-phone-numbers.mjs +56 -0
  201. package/dist/actions/list-phone-numbers.mjs.map +1 -0
  202. package/dist/actions/list-sso-authentication-providers.cjs +65 -0
  203. package/dist/actions/list-sso-authentication-providers.cjs.map +1 -0
  204. package/dist/actions/list-sso-authentication-providers.d.cts +9 -0
  205. package/dist/actions/list-sso-authentication-providers.d.cts.map +1 -0
  206. package/dist/actions/list-sso-authentication-providers.d.mts +9 -0
  207. package/dist/actions/list-sso-authentication-providers.d.mts.map +1 -0
  208. package/dist/actions/list-sso-authentication-providers.mjs +64 -0
  209. package/dist/actions/list-sso-authentication-providers.mjs.map +1 -0
  210. package/dist/actions/retrieve-network.cjs +25 -0
  211. package/dist/actions/retrieve-network.cjs.map +1 -0
  212. package/dist/actions/retrieve-network.d.cts +9 -0
  213. package/dist/actions/retrieve-network.d.cts.map +1 -0
  214. package/dist/actions/retrieve-network.d.mts +9 -0
  215. package/dist/actions/retrieve-network.d.mts.map +1 -0
  216. package/dist/actions/retrieve-network.mjs +24 -0
  217. package/dist/actions/retrieve-network.mjs.map +1 -0
  218. package/dist/actions/retrieve-notification-channel.cjs +25 -0
  219. package/dist/actions/retrieve-notification-channel.cjs.map +1 -0
  220. package/dist/actions/retrieve-notification-channel.d.cts +9 -0
  221. package/dist/actions/retrieve-notification-channel.d.cts.map +1 -0
  222. package/dist/actions/retrieve-notification-channel.d.mts +9 -0
  223. package/dist/actions/retrieve-notification-channel.d.mts.map +1 -0
  224. package/dist/actions/retrieve-notification-channel.mjs +24 -0
  225. package/dist/actions/retrieve-notification-channel.mjs.map +1 -0
  226. package/dist/actions/retrieve-notification-profile.cjs +26 -0
  227. package/dist/actions/retrieve-notification-profile.cjs.map +1 -0
  228. package/dist/actions/retrieve-notification-profile.d.cts +9 -0
  229. package/dist/actions/retrieve-notification-profile.d.cts.map +1 -0
  230. package/dist/actions/retrieve-notification-profile.d.mts +9 -0
  231. package/dist/actions/retrieve-notification-profile.d.mts.map +1 -0
  232. package/dist/actions/retrieve-notification-profile.mjs +25 -0
  233. package/dist/actions/retrieve-notification-profile.mjs.map +1 -0
  234. package/dist/actions/retrieve-notification-setting.cjs +41 -0
  235. package/dist/actions/retrieve-notification-setting.cjs.map +1 -0
  236. package/dist/actions/retrieve-notification-setting.d.cts +9 -0
  237. package/dist/actions/retrieve-notification-setting.d.cts.map +1 -0
  238. package/dist/actions/retrieve-notification-setting.d.mts +9 -0
  239. package/dist/actions/retrieve-notification-setting.d.mts.map +1 -0
  240. package/dist/actions/retrieve-notification-setting.mjs +40 -0
  241. package/dist/actions/retrieve-notification-setting.mjs.map +1 -0
  242. package/dist/actions/update-network.cjs +27 -0
  243. package/dist/actions/update-network.cjs.map +1 -0
  244. package/dist/actions/update-network.d.cts +9 -0
  245. package/dist/actions/update-network.d.cts.map +1 -0
  246. package/dist/actions/update-network.d.mts +9 -0
  247. package/dist/actions/update-network.d.mts.map +1 -0
  248. package/dist/actions/update-network.mjs +26 -0
  249. package/dist/actions/update-network.mjs.map +1 -0
  250. package/dist/app.cjs +9 -0
  251. package/dist/app.cjs.map +1 -0
  252. package/dist/app.d.cts +5 -0
  253. package/dist/app.d.cts.map +1 -0
  254. package/dist/app.d.mts +5 -0
  255. package/dist/app.d.mts.map +1 -0
  256. package/dist/app.mjs +10 -0
  257. package/dist/app.mjs.map +1 -0
  258. package/dist/catalog.cjs +15 -0
  259. package/dist/catalog.cjs.map +1 -0
  260. package/dist/catalog.d.cts +14 -0
  261. package/dist/catalog.d.cts.map +1 -0
  262. package/dist/catalog.d.mts +14 -0
  263. package/dist/catalog.d.mts.map +1 -0
  264. package/dist/catalog.mjs +15 -0
  265. package/dist/catalog.mjs.map +1 -0
  266. package/dist/execute.cjs +18 -0
  267. package/dist/execute.cjs.map +1 -0
  268. package/dist/execute.mjs +18 -0
  269. package/dist/execute.mjs.map +1 -0
  270. package/dist/index.cjs +66 -0
  271. package/dist/index.d.cts +33 -0
  272. package/dist/index.d.mts +33 -0
  273. package/dist/index.mjs +34 -0
  274. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dynamic-emergency-endpoints.mjs","names":[],"sources":["../../src/actions/list-dynamic-emergency-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListDynamicEmergencyEndpointsInput: z.ZodTypeAny = z.object({\n status: z.enum([\"pending\", \"activated\", \"rejected\"]).describe(\"Filter by endpoint status. Possible values: 'pending', 'activated', 'rejected'.\").optional(),\n page_size: z.number().int().default(20).describe(\"Number of items per page (1–250).\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number to load (must be >= 1).\").optional(),\n country_code: z.string().describe(\"Filter by ISO 3166-1 alpha-2 country code (e.g., 'US', 'CA').\").optional(),\n}).describe(\"Request parameters for listing dynamic emergency endpoints.\");\nconst TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the dynamic emergency endpoint.\"),\n status: z.enum([\"pending\", \"activated\", \"rejected\"]).describe(\"Current status of the endpoint.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the endpoint was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the endpoint was last updated.\"),\n caller_name: z.string().describe(\"Caller display name for emergency services.\"),\n record_type: z.string().describe(\"Resource type, always 'dynamic_emergency_endpoint'.\"),\n sip_from_id: z.string().describe(\"SIP From ID associated with the endpoint.\").nullable().optional(),\n callback_number: z.string().describe(\"E.164 callback number for emergency services.\"),\n dynamic_emergency_address_id: z.string().describe(\"ID of the active dynamic emergency address tied to this endpoint.\"),\n}).describe(\"A single dynamic emergency endpoint record.\");\nconst TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of results per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n total_results: z.number().int().describe(\"Total number of results available.\"),\n}).describe(\"Pagination metadata for list responses.\");\nexport const TelnyxListDynamicEmergencyEndpointsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema).describe(\"List of dynamic emergency endpoint records.\"),\n meta: TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema.nullable(),\n}).describe(\"Response schema for listing dynamic emergency endpoints.\");\n\nexport const telnyxListDynamicEmergencyEndpoints = action(\"TELNYX_LIST_DYNAMIC_EMERGENCY_ENDPOINTS\", {\n slug: \"telnyx-list-dynamic-emergency-endpoints\",\n name: \"List Dynamic Emergency Endpoints\",\n description: \"Tool to list dynamic emergency endpoints. Use when you need to retrieve dynamic emergency endpoint records, optionally filtered by status or country. Example: \\\"List all activated endpoints in US\\\".\",\n input: TelnyxListDynamicEmergencyEndpointsInput,\n output: TelnyxListDynamicEmergencyEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO;CAC7E,QAAQ,EAAE,KAAK;EAAC;EAAW;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC1J,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qEAAmF,EAAE,OAAO;CAChG,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,QAAQ,EAAE,KAAK;EAAC;EAAW;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACpF,8BAA8B,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AACvH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,2DAAyE,EAAE,OAAO;CACtF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAClE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AAC/E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAMrD,MAAa,sCAAsC,OAAO,2CAA2C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqE,EAAE,OAAO;EAC9E,MAAM,EAAE,MAAM,kEAAkE,CAAC,CAAC,SAAS,6CAA6C;EACxI,MAAM,yDAAyD,SAAS;CAC1E,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-global-ip-health-check-types.ts
4
+ const TelnyxListGlobalIpHealthCheckTypesInput = zod.z.object({}).describe("Request parameters for listing global IP health check types.\nThis endpoint requires no parameters.");
5
+ const TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema = zod.z.object({
6
+ record_type: zod.z.string().describe("Type of the record.").nullable().optional(),
7
+ health_check_type: zod.z.string().describe("Type of the health check.").nullable().optional(),
8
+ health_check_params: zod.z.object({}).describe("Parameters for the health check configuration.").nullable().optional()
9
+ }).describe("Data model for a single global IP health check type.");
10
+ const TelnyxListGlobalIpHealthCheckTypesOutput = zod.z.object({ data: zod.z.array(TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema).describe("List of global IP health check type objects.") }).describe("Response schema for listing global IP health check types.");
11
+ const telnyxListGlobalIpHealthCheckTypes = require_action.action("TELNYX_LIST_GLOBAL_IP_HEALTH_CHECK_TYPES", {
12
+ slug: "telnyx-list-global-ip-health-check-types",
13
+ name: "List Global IP Health Check Types",
14
+ description: "Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.",
15
+ input: TelnyxListGlobalIpHealthCheckTypesInput,
16
+ output: TelnyxListGlobalIpHealthCheckTypesOutput
17
+ });
18
+ //#endregion
19
+ exports.telnyxListGlobalIpHealthCheckTypes = telnyxListGlobalIpHealthCheckTypes;
20
+
21
+ //# sourceMappingURL=list-global-ip-health-check-types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-global-ip-health-check-types.cjs","names":["z","action"],"sources":["../../src/actions/list-global-ip-health-check-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListGlobalIpHealthCheckTypesInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing global IP health check types.\\nThis endpoint requires no parameters.\");\nconst TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema: z.ZodTypeAny = z.object({\n record_type: z.string().describe(\"Type of the record.\").nullable().optional(),\n health_check_type: z.string().describe(\"Type of the health check.\").nullable().optional(),\n health_check_params: z.object({}).describe(\"Parameters for the health check configuration.\").nullable().optional(),\n}).describe(\"Data model for a single global IP health check type.\");\nexport const TelnyxListGlobalIpHealthCheckTypesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema).describe(\"List of global IP health check type objects.\"),\n}).describe(\"Response schema for listing global IP health check types.\");\n\nexport const telnyxListGlobalIpHealthCheckTypes = action(\"TELNYX_LIST_GLOBAL_IP_HEALTH_CHECK_TYPES\", {\n slug: \"telnyx-list-global-ip-health-check-types\",\n name: \"List Global IP Health Check Types\",\n description: \"Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.\",\n input: TelnyxListGlobalIpHealthCheckTypesInput,\n output: TelnyxListGlobalIpHealthCheckTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG;AAChM,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,MAAMA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,8CAA8C,EACzI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,qCAAqCC,eAAAA,OAAO,4CAA4C;CACnG,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-global-ip-health-check-types.d.ts
4
+ declare const TelnyxListGlobalIpHealthCheckTypesInput: z.ZodTypeAny;
5
+ declare const TelnyxListGlobalIpHealthCheckTypesOutput: z.ZodTypeAny;
6
+ declare const telnyxListGlobalIpHealthCheckTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListGlobalIpHealthCheckTypes };
9
+ //# sourceMappingURL=list-global-ip-health-check-types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-global-ip-health-check-types.d.cts","names":[],"sources":["../../src/actions/list-global-ip-health-check-types.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAAyI;AAAA,cAMpL,wCAAA,EAA0C,CAAA,CAAE,UAEe;AAAA,cAE3D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-global-ip-health-check-types.d.ts
4
+ declare const TelnyxListGlobalIpHealthCheckTypesInput: z.ZodTypeAny;
5
+ declare const TelnyxListGlobalIpHealthCheckTypesOutput: z.ZodTypeAny;
6
+ declare const telnyxListGlobalIpHealthCheckTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListGlobalIpHealthCheckTypes };
9
+ //# sourceMappingURL=list-global-ip-health-check-types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-global-ip-health-check-types.d.mts","names":[],"sources":["../../src/actions/list-global-ip-health-check-types.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAAyI;AAAA,cAMpL,wCAAA,EAA0C,CAAA,CAAE,UAEe;AAAA,cAE3D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-global-ip-health-check-types.ts
4
+ const TelnyxListGlobalIpHealthCheckTypesInput = z.object({}).describe("Request parameters for listing global IP health check types.\nThis endpoint requires no parameters.");
5
+ const TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema = z.object({
6
+ record_type: z.string().describe("Type of the record.").nullable().optional(),
7
+ health_check_type: z.string().describe("Type of the health check.").nullable().optional(),
8
+ health_check_params: z.object({}).describe("Parameters for the health check configuration.").nullable().optional()
9
+ }).describe("Data model for a single global IP health check type.");
10
+ const telnyxListGlobalIpHealthCheckTypes = action("TELNYX_LIST_GLOBAL_IP_HEALTH_CHECK_TYPES", {
11
+ slug: "telnyx-list-global-ip-health-check-types",
12
+ name: "List Global IP Health Check Types",
13
+ description: "Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.",
14
+ input: TelnyxListGlobalIpHealthCheckTypesInput,
15
+ output: z.object({ data: z.array(TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema).describe("List of global IP health check type objects.") }).describe("Response schema for listing global IP health check types.")
16
+ });
17
+ //#endregion
18
+ export { telnyxListGlobalIpHealthCheckTypes };
19
+
20
+ //# sourceMappingURL=list-global-ip-health-check-types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-global-ip-health-check-types.mjs","names":[],"sources":["../../src/actions/list-global-ip-health-check-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListGlobalIpHealthCheckTypesInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for listing global IP health check types.\\nThis endpoint requires no parameters.\");\nconst TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema: z.ZodTypeAny = z.object({\n record_type: z.string().describe(\"Type of the record.\").nullable().optional(),\n health_check_type: z.string().describe(\"Type of the health check.\").nullable().optional(),\n health_check_params: z.object({}).describe(\"Parameters for the health check configuration.\").nullable().optional(),\n}).describe(\"Data model for a single global IP health check type.\");\nexport const TelnyxListGlobalIpHealthCheckTypesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListGlobalIpHealthCheckTypes_GlobalIpHealthCheckTypeSchema).describe(\"List of global IP health check type objects.\"),\n}).describe(\"Response schema for listing global IP health check types.\");\n\nexport const telnyxListGlobalIpHealthCheckTypes = action(\"TELNYX_LIST_GLOBAL_IP_HEALTH_CHECK_TYPES\", {\n slug: \"telnyx-list-global-ip-health-check-types\",\n name: \"List Global IP Health Check Types\",\n description: \"Tool to list all available global IP health check types. Use when you need to retrieve supported health check types for global IP configurations.\",\n input: TelnyxListGlobalIpHealthCheckTypesInput,\n output: TelnyxListGlobalIpHealthCheckTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG;AAChM,MAAM,mEAAiF,EAAE,OAAO;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,qBAAqB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAKlE,MAAa,qCAAqC,OAAO,4CAA4C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToE,EAAE,OAAO,EAC7E,MAAM,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,8CAA8C,EACzI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,66 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-messaging-profiles.ts
4
+ const TelnyxListMessagingProfilesInput = zod.z.object({
5
+ page_size: zod.z.number().int().default(20).describe("Number of results per page (1–250).").optional(),
6
+ page_number: zod.z.number().int().default(1).describe("Page number for pagination (starts at 1).").optional()
7
+ }).describe("Request parameters for listing messaging profiles.");
8
+ const TelnyxListMessagingProfiles_NumberPoolSettingsSchema = zod.z.object({
9
+ geomatch: zod.z.boolean().describe("If true, tries to choose a sending number with the same area code as the destination number."),
10
+ sticky_sender: zod.z.boolean().describe("If true, attempts to use the same sending number for all messages to a recipient."),
11
+ skip_unhealthy: zod.z.boolean().describe("If true, unhealthy numbers are excluded from the pool."),
12
+ long_code_weight: zod.z.number().describe("Probability weight for selecting a Long Code number when sending a message."),
13
+ toll_free_weight: zod.z.number().describe("Probability weight for selecting a Toll-Free number when sending a message.")
14
+ }).describe("Settings for the number pool associated with the messaging profile.");
15
+ const TelnyxListMessagingProfiles_URLShortenerSettingsSchema = zod.z.object({
16
+ domain: zod.z.string().describe("Domain provided by the Telnyx URL shortener service."),
17
+ prefix: zod.z.string().describe("Optional prefix for branding in the generated URLs.").nullable().optional(),
18
+ send_webhooks: zod.z.boolean().describe("If true, sends webhooks when replaced links are clicked."),
19
+ replace_blacklist_only: zod.z.boolean().describe("If true, only replaces URLs with domains that are blocked by Telnyx.")
20
+ }).describe("Settings for the URL shortener feature.");
21
+ const TelnyxListMessagingProfiles_MessagingProfileSchema = zod.z.object({
22
+ id: zod.z.string().describe("Unique identifier for the messaging profile."),
23
+ name: zod.z.string().describe("A user-friendly name for the messaging profile."),
24
+ enabled: zod.z.boolean().describe("Specifies whether the messaging profile is enabled."),
25
+ v1_secret: zod.z.string().describe("Secret used to authenticate with v1 endpoints."),
26
+ created_at: zod.z.string().describe("ISO 8601 formatted date indicating when the resource was created."),
27
+ updated_at: zod.z.string().describe("ISO 8601 formatted date indicating when the resource was updated."),
28
+ record_type: zod.z.string().describe("Identifies the type of the resource. Always 'messaging_profile'."),
29
+ webhook_url: zod.z.string().describe("The URL where webhooks related to this messaging profile will be sent.").nullable().optional(),
30
+ mms_transcoding: zod.z.boolean().describe("Enables automated resizing of MMS media."),
31
+ daily_spend_limit: zod.z.string().describe("Maximum amount of money (in USD) that can be spent by this profile before midnight UTC."),
32
+ webhook_api_version: zod.z.string().describe("Determines which webhook format will be used. Possible values: '1', '2', '2010-04-01'."),
33
+ mms_fall_back_to_sms: zod.z.boolean().describe("Enables SMS fallback for MMS messages."),
34
+ number_pool_settings: TelnyxListMessagingProfiles_NumberPoolSettingsSchema.nullable().optional(),
35
+ webhook_failover_url: zod.z.string().describe("The failover URL for webhooks if sending to the primary URL fails.").nullable().optional(),
36
+ url_shortener_settings: TelnyxListMessagingProfiles_URLShortenerSettingsSchema.nullable().optional(),
37
+ whitelisted_destinations: zod.z.array(zod.z.string()).describe("Destinations to which the messaging profile is allowed to send. Must be ISO 3166-1 alpha-2 codes."),
38
+ daily_spend_limit_enabled: zod.z.boolean().describe("Whether to enforce the daily spend limit.")
39
+ }).describe("Data model for a messaging profile resource.");
40
+ const TelnyxListMessagingProfiles_PaginationMetaSchema = zod.z.object({
41
+ page_size: zod.z.number().int().describe("Number of records per page."),
42
+ page_number: zod.z.number().int().describe("Current page number."),
43
+ total_pages: zod.z.number().int().describe("Total number of pages."),
44
+ total_results: zod.z.number().int().describe("Total number of results.")
45
+ }).describe("Pagination metadata for list responses.");
46
+ const TelnyxListMessagingProfiles_PaginationLinksSchema = zod.z.object({
47
+ next: zod.z.string().describe("URL of the next page.").nullable().optional(),
48
+ prev: zod.z.string().describe("URL of the previous page.").nullable().optional(),
49
+ self: zod.z.string().describe("URL of this page.").nullable().optional()
50
+ }).describe("Pagination links for navigating list results.");
51
+ const TelnyxListMessagingProfilesOutput = zod.z.object({
52
+ data: zod.z.array(TelnyxListMessagingProfiles_MessagingProfileSchema).describe("List of messaging profile records."),
53
+ meta: TelnyxListMessagingProfiles_PaginationMetaSchema.nullable(),
54
+ links: TelnyxListMessagingProfiles_PaginationLinksSchema.nullable().optional()
55
+ }).describe("Response schema for listing messaging profiles.");
56
+ const telnyxListMessagingProfiles = require_action.action("TELNYX_LIST_MESSAGING_PROFILES", {
57
+ slug: "telnyx-list-messaging-profiles",
58
+ name: "List Messaging Profiles",
59
+ description: "Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.",
60
+ input: TelnyxListMessagingProfilesInput,
61
+ output: TelnyxListMessagingProfilesOutput
62
+ });
63
+ //#endregion
64
+ exports.telnyxListMessagingProfiles = telnyxListMessagingProfiles;
65
+
66
+ //# sourceMappingURL=list-messaging-profiles.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-profiles.cjs","names":["z","action"],"sources":["../../src/actions/list-messaging-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListMessagingProfilesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page (1–250).\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination (starts at 1).\").optional(),\n}).describe(\"Request parameters for listing messaging profiles.\");\nconst TelnyxListMessagingProfiles_NumberPoolSettingsSchema: z.ZodTypeAny = z.object({\n geomatch: z.boolean().describe(\"If true, tries to choose a sending number with the same area code as the destination number.\"),\n sticky_sender: z.boolean().describe(\"If true, attempts to use the same sending number for all messages to a recipient.\"),\n skip_unhealthy: z.boolean().describe(\"If true, unhealthy numbers are excluded from the pool.\"),\n long_code_weight: z.number().describe(\"Probability weight for selecting a Long Code number when sending a message.\"),\n toll_free_weight: z.number().describe(\"Probability weight for selecting a Toll-Free number when sending a message.\"),\n}).describe(\"Settings for the number pool associated with the messaging profile.\");\nconst TelnyxListMessagingProfiles_URLShortenerSettingsSchema: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain provided by the Telnyx URL shortener service.\"),\n prefix: z.string().describe(\"Optional prefix for branding in the generated URLs.\").nullable().optional(),\n send_webhooks: z.boolean().describe(\"If true, sends webhooks when replaced links are clicked.\"),\n replace_blacklist_only: z.boolean().describe(\"If true, only replaces URLs with domains that are blocked by Telnyx.\"),\n}).describe(\"Settings for the URL shortener feature.\");\nconst TelnyxListMessagingProfiles_MessagingProfileSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the messaging profile.\"),\n name: z.string().describe(\"A user-friendly name for the messaging profile.\"),\n enabled: z.boolean().describe(\"Specifies whether the messaging profile is enabled.\"),\n v1_secret: z.string().describe(\"Secret used to authenticate with v1 endpoints.\"),\n created_at: z.string().describe(\"ISO 8601 formatted date indicating when the resource was created.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted date indicating when the resource was updated.\"),\n record_type: z.string().describe(\"Identifies the type of the resource. Always 'messaging_profile'.\"),\n webhook_url: z.string().describe(\"The URL where webhooks related to this messaging profile will be sent.\").nullable().optional(),\n mms_transcoding: z.boolean().describe(\"Enables automated resizing of MMS media.\"),\n daily_spend_limit: z.string().describe(\"Maximum amount of money (in USD) that can be spent by this profile before midnight UTC.\"),\n webhook_api_version: z.string().describe(\"Determines which webhook format will be used. Possible values: '1', '2', '2010-04-01'.\"),\n mms_fall_back_to_sms: z.boolean().describe(\"Enables SMS fallback for MMS messages.\"),\n number_pool_settings: TelnyxListMessagingProfiles_NumberPoolSettingsSchema.nullable().optional(),\n webhook_failover_url: z.string().describe(\"The failover URL for webhooks if sending to the primary URL fails.\").nullable().optional(),\n url_shortener_settings: TelnyxListMessagingProfiles_URLShortenerSettingsSchema.nullable().optional(),\n whitelisted_destinations: z.array(z.string()).describe(\"Destinations to which the messaging profile is allowed to send. Must be ISO 3166-1 alpha-2 codes.\"),\n daily_spend_limit_enabled: z.boolean().describe(\"Whether to enforce the daily spend limit.\"),\n}).describe(\"Data model for a messaging profile resource.\");\nconst TelnyxListMessagingProfiles_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of records per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages.\"),\n total_results: z.number().int().describe(\"Total number of results.\"),\n}).describe(\"Pagination metadata for list responses.\");\nconst TelnyxListMessagingProfiles_PaginationLinksSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL of the next page.\").nullable().optional(),\n prev: z.string().describe(\"URL of the previous page.\").nullable().optional(),\n self: z.string().describe(\"URL of this page.\").nullable().optional(),\n}).describe(\"Pagination links for navigating list results.\");\nexport const TelnyxListMessagingProfilesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListMessagingProfiles_MessagingProfileSchema).describe(\"List of messaging profile records.\"),\n meta: TelnyxListMessagingProfiles_PaginationMetaSchema.nullable(),\n links: TelnyxListMessagingProfiles_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing messaging profiles.\");\n\nexport const telnyxListMessagingProfiles = action(\"TELNYX_LIST_MESSAGING_PROFILES\", {\n slug: \"telnyx-list-messaging-profiles\",\n name: \"List Messaging Profiles\",\n description: \"Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.\",\n input: TelnyxListMessagingProfilesInput,\n output: TelnyxListMessagingProfilesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-messaging-profiles.d.ts
4
+ declare const TelnyxListMessagingProfilesInput: z.ZodTypeAny;
5
+ declare const TelnyxListMessagingProfilesOutput: z.ZodTypeAny;
6
+ declare const telnyxListMessagingProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMessagingProfiles };
9
+ //# sourceMappingURL=list-messaging-profiles.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-profiles.d.cts","names":[],"sources":["../../src/actions/list-messaging-profiles.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGgB;AAAA,cA4CpD,iCAAA,EAAmC,CAAA,CAAE,UAIY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-messaging-profiles.d.ts
4
+ declare const TelnyxListMessagingProfilesInput: z.ZodTypeAny;
5
+ declare const TelnyxListMessagingProfilesOutput: z.ZodTypeAny;
6
+ declare const telnyxListMessagingProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMessagingProfiles };
9
+ //# sourceMappingURL=list-messaging-profiles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-profiles.d.mts","names":[],"sources":["../../src/actions/list-messaging-profiles.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGgB;AAAA,cA4CpD,iCAAA,EAAmC,CAAA,CAAE,UAIY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,65 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-messaging-profiles.ts
4
+ const TelnyxListMessagingProfilesInput = z.object({
5
+ page_size: z.number().int().default(20).describe("Number of results per page (1–250).").optional(),
6
+ page_number: z.number().int().default(1).describe("Page number for pagination (starts at 1).").optional()
7
+ }).describe("Request parameters for listing messaging profiles.");
8
+ const TelnyxListMessagingProfiles_NumberPoolSettingsSchema = z.object({
9
+ geomatch: z.boolean().describe("If true, tries to choose a sending number with the same area code as the destination number."),
10
+ sticky_sender: z.boolean().describe("If true, attempts to use the same sending number for all messages to a recipient."),
11
+ skip_unhealthy: z.boolean().describe("If true, unhealthy numbers are excluded from the pool."),
12
+ long_code_weight: z.number().describe("Probability weight for selecting a Long Code number when sending a message."),
13
+ toll_free_weight: z.number().describe("Probability weight for selecting a Toll-Free number when sending a message.")
14
+ }).describe("Settings for the number pool associated with the messaging profile.");
15
+ const TelnyxListMessagingProfiles_URLShortenerSettingsSchema = z.object({
16
+ domain: z.string().describe("Domain provided by the Telnyx URL shortener service."),
17
+ prefix: z.string().describe("Optional prefix for branding in the generated URLs.").nullable().optional(),
18
+ send_webhooks: z.boolean().describe("If true, sends webhooks when replaced links are clicked."),
19
+ replace_blacklist_only: z.boolean().describe("If true, only replaces URLs with domains that are blocked by Telnyx.")
20
+ }).describe("Settings for the URL shortener feature.");
21
+ const TelnyxListMessagingProfiles_MessagingProfileSchema = z.object({
22
+ id: z.string().describe("Unique identifier for the messaging profile."),
23
+ name: z.string().describe("A user-friendly name for the messaging profile."),
24
+ enabled: z.boolean().describe("Specifies whether the messaging profile is enabled."),
25
+ v1_secret: z.string().describe("Secret used to authenticate with v1 endpoints."),
26
+ created_at: z.string().describe("ISO 8601 formatted date indicating when the resource was created."),
27
+ updated_at: z.string().describe("ISO 8601 formatted date indicating when the resource was updated."),
28
+ record_type: z.string().describe("Identifies the type of the resource. Always 'messaging_profile'."),
29
+ webhook_url: z.string().describe("The URL where webhooks related to this messaging profile will be sent.").nullable().optional(),
30
+ mms_transcoding: z.boolean().describe("Enables automated resizing of MMS media."),
31
+ daily_spend_limit: z.string().describe("Maximum amount of money (in USD) that can be spent by this profile before midnight UTC."),
32
+ webhook_api_version: z.string().describe("Determines which webhook format will be used. Possible values: '1', '2', '2010-04-01'."),
33
+ mms_fall_back_to_sms: z.boolean().describe("Enables SMS fallback for MMS messages."),
34
+ number_pool_settings: TelnyxListMessagingProfiles_NumberPoolSettingsSchema.nullable().optional(),
35
+ webhook_failover_url: z.string().describe("The failover URL for webhooks if sending to the primary URL fails.").nullable().optional(),
36
+ url_shortener_settings: TelnyxListMessagingProfiles_URLShortenerSettingsSchema.nullable().optional(),
37
+ whitelisted_destinations: z.array(z.string()).describe("Destinations to which the messaging profile is allowed to send. Must be ISO 3166-1 alpha-2 codes."),
38
+ daily_spend_limit_enabled: z.boolean().describe("Whether to enforce the daily spend limit.")
39
+ }).describe("Data model for a messaging profile resource.");
40
+ const TelnyxListMessagingProfiles_PaginationMetaSchema = z.object({
41
+ page_size: z.number().int().describe("Number of records per page."),
42
+ page_number: z.number().int().describe("Current page number."),
43
+ total_pages: z.number().int().describe("Total number of pages."),
44
+ total_results: z.number().int().describe("Total number of results.")
45
+ }).describe("Pagination metadata for list responses.");
46
+ const TelnyxListMessagingProfiles_PaginationLinksSchema = z.object({
47
+ next: z.string().describe("URL of the next page.").nullable().optional(),
48
+ prev: z.string().describe("URL of the previous page.").nullable().optional(),
49
+ self: z.string().describe("URL of this page.").nullable().optional()
50
+ }).describe("Pagination links for navigating list results.");
51
+ const telnyxListMessagingProfiles = action("TELNYX_LIST_MESSAGING_PROFILES", {
52
+ slug: "telnyx-list-messaging-profiles",
53
+ name: "List Messaging Profiles",
54
+ description: "Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.",
55
+ input: TelnyxListMessagingProfilesInput,
56
+ output: z.object({
57
+ data: z.array(TelnyxListMessagingProfiles_MessagingProfileSchema).describe("List of messaging profile records."),
58
+ meta: TelnyxListMessagingProfiles_PaginationMetaSchema.nullable(),
59
+ links: TelnyxListMessagingProfiles_PaginationLinksSchema.nullable().optional()
60
+ }).describe("Response schema for listing messaging profiles.")
61
+ });
62
+ //#endregion
63
+ export { telnyxListMessagingProfiles };
64
+
65
+ //# sourceMappingURL=list-messaging-profiles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-profiles.mjs","names":[],"sources":["../../src/actions/list-messaging-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListMessagingProfilesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page (1–250).\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination (starts at 1).\").optional(),\n}).describe(\"Request parameters for listing messaging profiles.\");\nconst TelnyxListMessagingProfiles_NumberPoolSettingsSchema: z.ZodTypeAny = z.object({\n geomatch: z.boolean().describe(\"If true, tries to choose a sending number with the same area code as the destination number.\"),\n sticky_sender: z.boolean().describe(\"If true, attempts to use the same sending number for all messages to a recipient.\"),\n skip_unhealthy: z.boolean().describe(\"If true, unhealthy numbers are excluded from the pool.\"),\n long_code_weight: z.number().describe(\"Probability weight for selecting a Long Code number when sending a message.\"),\n toll_free_weight: z.number().describe(\"Probability weight for selecting a Toll-Free number when sending a message.\"),\n}).describe(\"Settings for the number pool associated with the messaging profile.\");\nconst TelnyxListMessagingProfiles_URLShortenerSettingsSchema: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Domain provided by the Telnyx URL shortener service.\"),\n prefix: z.string().describe(\"Optional prefix for branding in the generated URLs.\").nullable().optional(),\n send_webhooks: z.boolean().describe(\"If true, sends webhooks when replaced links are clicked.\"),\n replace_blacklist_only: z.boolean().describe(\"If true, only replaces URLs with domains that are blocked by Telnyx.\"),\n}).describe(\"Settings for the URL shortener feature.\");\nconst TelnyxListMessagingProfiles_MessagingProfileSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the messaging profile.\"),\n name: z.string().describe(\"A user-friendly name for the messaging profile.\"),\n enabled: z.boolean().describe(\"Specifies whether the messaging profile is enabled.\"),\n v1_secret: z.string().describe(\"Secret used to authenticate with v1 endpoints.\"),\n created_at: z.string().describe(\"ISO 8601 formatted date indicating when the resource was created.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted date indicating when the resource was updated.\"),\n record_type: z.string().describe(\"Identifies the type of the resource. Always 'messaging_profile'.\"),\n webhook_url: z.string().describe(\"The URL where webhooks related to this messaging profile will be sent.\").nullable().optional(),\n mms_transcoding: z.boolean().describe(\"Enables automated resizing of MMS media.\"),\n daily_spend_limit: z.string().describe(\"Maximum amount of money (in USD) that can be spent by this profile before midnight UTC.\"),\n webhook_api_version: z.string().describe(\"Determines which webhook format will be used. Possible values: '1', '2', '2010-04-01'.\"),\n mms_fall_back_to_sms: z.boolean().describe(\"Enables SMS fallback for MMS messages.\"),\n number_pool_settings: TelnyxListMessagingProfiles_NumberPoolSettingsSchema.nullable().optional(),\n webhook_failover_url: z.string().describe(\"The failover URL for webhooks if sending to the primary URL fails.\").nullable().optional(),\n url_shortener_settings: TelnyxListMessagingProfiles_URLShortenerSettingsSchema.nullable().optional(),\n whitelisted_destinations: z.array(z.string()).describe(\"Destinations to which the messaging profile is allowed to send. Must be ISO 3166-1 alpha-2 codes.\"),\n daily_spend_limit_enabled: z.boolean().describe(\"Whether to enforce the daily spend limit.\"),\n}).describe(\"Data model for a messaging profile resource.\");\nconst TelnyxListMessagingProfiles_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of records per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages.\"),\n total_results: z.number().int().describe(\"Total number of results.\"),\n}).describe(\"Pagination metadata for list responses.\");\nconst TelnyxListMessagingProfiles_PaginationLinksSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL of the next page.\").nullable().optional(),\n prev: z.string().describe(\"URL of the previous page.\").nullable().optional(),\n self: z.string().describe(\"URL of this page.\").nullable().optional(),\n}).describe(\"Pagination links for navigating list results.\");\nexport const TelnyxListMessagingProfilesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListMessagingProfiles_MessagingProfileSchema).describe(\"List of messaging profile records.\"),\n meta: TelnyxListMessagingProfiles_PaginationMetaSchema.nullable(),\n links: TelnyxListMessagingProfiles_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing messaging profiles.\");\n\nexport const telnyxListMessagingProfiles = action(\"TELNYX_LIST_MESSAGING_PROFILES\", {\n slug: \"telnyx-list-messaging-profiles\",\n name: \"List Messaging Profiles\",\n description: \"Tool to list messaging profiles. Use when you need to retrieve messaging profiles with optional pagination.\",\n input: TelnyxListMessagingProfilesInput,\n output: TelnyxListMessagingProfilesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-messaging-url-domains.ts
4
+ const TelnyxListMessagingUrlDomainsInput = zod.z.object({
5
+ page_size: zod.z.number().int().default(20).describe("Number of results per page. Defaults to 20; max is 100.").optional(),
6
+ page_number: zod.z.number().int().default(1).describe("Page number for pagination. Defaults to 1.").optional(),
7
+ filter_profile_id: zod.z.string().describe("Filter by messaging profile ID.").optional()
8
+ }).describe("Request parameters for listing messaging URL domains.");
9
+ const TelnyxListMessagingUrlDomains_MessagingURLDomainSchema = zod.z.object({
10
+ id: zod.z.string().describe("Identifier for the URL domain."),
11
+ url: zod.z.string().describe("Registered domain URL."),
12
+ status: zod.z.string().describe("Status of the URL domain."),
13
+ created_at: zod.z.string().describe("ISO 8601 creation timestamp."),
14
+ profile_id: zod.z.string().describe("Associated messaging profile ID."),
15
+ updated_at: zod.z.string().describe("ISO 8601 last update timestamp."),
16
+ record_type: zod.z.string().describe("Type of the record.")
17
+ }).describe("Data model for a single messaging URL domain.");
18
+ const TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema = zod.z.object({
19
+ page_size: zod.z.number().int().describe("Number of results per page."),
20
+ page_number: zod.z.number().int().describe("Current page number."),
21
+ total_pages: zod.z.number().int().describe("Total number of pages."),
22
+ total_results: zod.z.number().int().describe("Total number of results.")
23
+ }).describe("Pagination metadata for listing messaging URL domains.");
24
+ const TelnyxListMessagingUrlDomains_PaginationLinksSchema = zod.z.object({
25
+ next: zod.z.string().describe("URL of the next page.").nullable().optional(),
26
+ prev: zod.z.string().describe("URL of the previous page.").nullable().optional(),
27
+ self: zod.z.string().describe("URL of this page.").nullable().optional()
28
+ }).describe("Pagination links for navigating results.");
29
+ const TelnyxListMessagingUrlDomainsOutput = zod.z.object({
30
+ data: zod.z.array(TelnyxListMessagingUrlDomains_MessagingURLDomainSchema).describe("List of messaging URL domain objects."),
31
+ meta: TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema.nullable(),
32
+ links: TelnyxListMessagingUrlDomains_PaginationLinksSchema.nullable().optional()
33
+ }).describe("Response schema for listing messaging URL domains.");
34
+ const telnyxListMessagingUrlDomains = require_action.action("TELNYX_LIST_MESSAGING_URL_DOMAINS", {
35
+ slug: "telnyx-list-messaging-url-domains",
36
+ name: "List Messaging URL Domains",
37
+ description: "Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.",
38
+ input: TelnyxListMessagingUrlDomainsInput,
39
+ output: TelnyxListMessagingUrlDomainsOutput
40
+ });
41
+ //#endregion
42
+ exports.telnyxListMessagingUrlDomains = telnyxListMessagingUrlDomains;
43
+
44
+ //# sourceMappingURL=list-messaging-url-domains.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-url-domains.cjs","names":["z","action"],"sources":["../../src/actions/list-messaging-url-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListMessagingUrlDomainsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page. Defaults to 20; max is 100.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination. Defaults to 1.\").optional(),\n filter_profile_id: z.string().describe(\"Filter by messaging profile ID.\").optional(),\n}).describe(\"Request parameters for listing messaging URL domains.\");\nconst TelnyxListMessagingUrlDomains_MessagingURLDomainSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier for the URL domain.\"),\n url: z.string().describe(\"Registered domain URL.\"),\n status: z.string().describe(\"Status of the URL domain.\"),\n created_at: z.string().describe(\"ISO 8601 creation timestamp.\"),\n profile_id: z.string().describe(\"Associated messaging profile ID.\"),\n updated_at: z.string().describe(\"ISO 8601 last update timestamp.\"),\n record_type: z.string().describe(\"Type of the record.\"),\n}).describe(\"Data model for a single messaging URL domain.\");\nconst TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of results per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages.\"),\n total_results: z.number().int().describe(\"Total number of results.\"),\n}).describe(\"Pagination metadata for listing messaging URL domains.\");\nconst TelnyxListMessagingUrlDomains_PaginationLinksSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL of the next page.\").nullable().optional(),\n prev: z.string().describe(\"URL of the previous page.\").nullable().optional(),\n self: z.string().describe(\"URL of this page.\").nullable().optional(),\n}).describe(\"Pagination links for navigating results.\");\nexport const TelnyxListMessagingUrlDomainsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListMessagingUrlDomains_MessagingURLDomainSchema).describe(\"List of messaging URL domain objects.\"),\n meta: TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema.nullable(),\n links: TelnyxListMessagingUrlDomains_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing messaging URL domains.\");\n\nexport const telnyxListMessagingUrlDomains = action(\"TELNYX_LIST_MESSAGING_URL_DOMAINS\", {\n slug: \"telnyx-list-messaging-url-domains\",\n name: \"List Messaging URL Domains\",\n description: \"Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.\",\n input: TelnyxListMessagingUrlDomainsInput,\n output: TelnyxListMessagingUrlDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACzG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACvD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACxD,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,kEAAgFA,IAAAA,EAAE,OAAO;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC/D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;AACrE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,uCAAuC;CACtH,MAAM,gEAAgE,SAAS;CAC/E,OAAO,oDAAoD,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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-messaging-url-domains.d.ts
4
+ declare const TelnyxListMessagingUrlDomainsInput: z.ZodTypeAny;
5
+ declare const TelnyxListMessagingUrlDomainsOutput: z.ZodTypeAny;
6
+ declare const telnyxListMessagingUrlDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMessagingUrlDomains };
9
+ //# sourceMappingURL=list-messaging-url-domains.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-url-domains.d.cts","names":[],"sources":["../../src/actions/list-messaging-url-domains.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIiB;AAAA,cAqBvD,mCAAA,EAAqC,CAAA,CAAE,UAIa;AAAA,cAEpD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-messaging-url-domains.d.ts
4
+ declare const TelnyxListMessagingUrlDomainsInput: z.ZodTypeAny;
5
+ declare const TelnyxListMessagingUrlDomainsOutput: z.ZodTypeAny;
6
+ declare const telnyxListMessagingUrlDomains: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMessagingUrlDomains };
9
+ //# sourceMappingURL=list-messaging-url-domains.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-url-domains.d.mts","names":[],"sources":["../../src/actions/list-messaging-url-domains.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIiB;AAAA,cAqBvD,mCAAA,EAAqC,CAAA,CAAE,UAIa;AAAA,cAEpD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,43 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-messaging-url-domains.ts
4
+ const TelnyxListMessagingUrlDomainsInput = z.object({
5
+ page_size: z.number().int().default(20).describe("Number of results per page. Defaults to 20; max is 100.").optional(),
6
+ page_number: z.number().int().default(1).describe("Page number for pagination. Defaults to 1.").optional(),
7
+ filter_profile_id: z.string().describe("Filter by messaging profile ID.").optional()
8
+ }).describe("Request parameters for listing messaging URL domains.");
9
+ const TelnyxListMessagingUrlDomains_MessagingURLDomainSchema = z.object({
10
+ id: z.string().describe("Identifier for the URL domain."),
11
+ url: z.string().describe("Registered domain URL."),
12
+ status: z.string().describe("Status of the URL domain."),
13
+ created_at: z.string().describe("ISO 8601 creation timestamp."),
14
+ profile_id: z.string().describe("Associated messaging profile ID."),
15
+ updated_at: z.string().describe("ISO 8601 last update timestamp."),
16
+ record_type: z.string().describe("Type of the record.")
17
+ }).describe("Data model for a single messaging URL domain.");
18
+ const TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema = z.object({
19
+ page_size: z.number().int().describe("Number of results per page."),
20
+ page_number: z.number().int().describe("Current page number."),
21
+ total_pages: z.number().int().describe("Total number of pages."),
22
+ total_results: z.number().int().describe("Total number of results.")
23
+ }).describe("Pagination metadata for listing messaging URL domains.");
24
+ const TelnyxListMessagingUrlDomains_PaginationLinksSchema = z.object({
25
+ next: z.string().describe("URL of the next page.").nullable().optional(),
26
+ prev: z.string().describe("URL of the previous page.").nullable().optional(),
27
+ self: z.string().describe("URL of this page.").nullable().optional()
28
+ }).describe("Pagination links for navigating results.");
29
+ const telnyxListMessagingUrlDomains = action("TELNYX_LIST_MESSAGING_URL_DOMAINS", {
30
+ slug: "telnyx-list-messaging-url-domains",
31
+ name: "List Messaging URL Domains",
32
+ description: "Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.",
33
+ input: TelnyxListMessagingUrlDomainsInput,
34
+ output: z.object({
35
+ data: z.array(TelnyxListMessagingUrlDomains_MessagingURLDomainSchema).describe("List of messaging URL domain objects."),
36
+ meta: TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema.nullable(),
37
+ links: TelnyxListMessagingUrlDomains_PaginationLinksSchema.nullable().optional()
38
+ }).describe("Response schema for listing messaging URL domains.")
39
+ });
40
+ //#endregion
41
+ export { telnyxListMessagingUrlDomains };
42
+
43
+ //# sourceMappingURL=list-messaging-url-domains.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-messaging-url-domains.mjs","names":[],"sources":["../../src/actions/list-messaging-url-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListMessagingUrlDomainsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page. Defaults to 20; max is 100.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination. Defaults to 1.\").optional(),\n filter_profile_id: z.string().describe(\"Filter by messaging profile ID.\").optional(),\n}).describe(\"Request parameters for listing messaging URL domains.\");\nconst TelnyxListMessagingUrlDomains_MessagingURLDomainSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier for the URL domain.\"),\n url: z.string().describe(\"Registered domain URL.\"),\n status: z.string().describe(\"Status of the URL domain.\"),\n created_at: z.string().describe(\"ISO 8601 creation timestamp.\"),\n profile_id: z.string().describe(\"Associated messaging profile ID.\"),\n updated_at: z.string().describe(\"ISO 8601 last update timestamp.\"),\n record_type: z.string().describe(\"Type of the record.\"),\n}).describe(\"Data model for a single messaging URL domain.\");\nconst TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of results per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages.\"),\n total_results: z.number().int().describe(\"Total number of results.\"),\n}).describe(\"Pagination metadata for listing messaging URL domains.\");\nconst TelnyxListMessagingUrlDomains_PaginationLinksSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL of the next page.\").nullable().optional(),\n prev: z.string().describe(\"URL of the previous page.\").nullable().optional(),\n self: z.string().describe(\"URL of this page.\").nullable().optional(),\n}).describe(\"Pagination links for navigating results.\");\nexport const TelnyxListMessagingUrlDomainsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListMessagingUrlDomains_MessagingURLDomainSchema).describe(\"List of messaging URL domain objects.\"),\n meta: TelnyxListMessagingUrlDomains_ListMessagingURLDomainsMetaSchema.nullable(),\n links: TelnyxListMessagingUrlDomains_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing messaging URL domains.\");\n\nexport const telnyxListMessagingUrlDomains = action(\"TELNYX_LIST_MESSAGING_URL_DOMAINS\", {\n slug: \"telnyx-list-messaging-url-domains\",\n name: \"List Messaging URL Domains\",\n description: \"Tool to list configured messaging URL domains. Use when you need to retrieve messaging URL domains for a profile.\",\n input: TelnyxListMessagingUrlDomainsInput,\n output: TelnyxListMessagingUrlDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACzG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,yDAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACvD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACxD,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,kEAAgF,EAAE,OAAO;CAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAClE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;AACrE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sDAAoE,EAAE,OAAO;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX+D,EAAE,OAAO;EACxE,MAAM,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,uCAAuC;EACtH,MAAM,gEAAgE,SAAS;EAC/E,OAAO,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACjF,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,43 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-mobile-network-operators.ts
4
+ const TelnyxListMobileNetworkOperatorsInput = zod.z.object({
5
+ page_size: zod.z.number().int().describe("Number of results per page (maximum 100).").optional(),
6
+ page_number: zod.z.number().int().describe("Page number for pagination (starting at 1).").optional(),
7
+ country_code: zod.z.string().describe("Filter operators by country code (ISO 3166-1 alpha-2).").optional(),
8
+ operator_name: zod.z.string().describe("Filter operators by operator name.").optional()
9
+ }).describe("Request parameters for listing mobile network operators.");
10
+ const TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema = zod.z.object({
11
+ id: zod.z.string().describe("Unique identifier for the mobile network operator."),
12
+ mcc: zod.z.string().describe("Mobile Country Code (MCC)."),
13
+ mnc: zod.z.string().describe("Mobile Network Code (MNC)."),
14
+ name: zod.z.string().describe("Name of the mobile network operator."),
15
+ country_code: zod.z.string().describe("Country code (ISO 3166-1 alpha-2).")
16
+ }).describe("A mobile network operator resource.");
17
+ const TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema = zod.z.object({
18
+ page_size: zod.z.number().int().describe("Number of results per page."),
19
+ page_number: zod.z.number().int().describe("Current page number."),
20
+ total_pages: zod.z.number().int().describe("Total number of pages available."),
21
+ total_results: zod.z.number().int().describe("Total number of results.")
22
+ }).describe("Pagination metadata for list mobile network operators.");
23
+ const TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema = zod.z.object({
24
+ next: zod.z.string().describe("URL to the next page.").nullable().optional(),
25
+ prev: zod.z.string().describe("URL to the previous page.").nullable().optional(),
26
+ self: zod.z.string().describe("URL to the current page.").nullable().optional()
27
+ }).describe("Pagination links for list mobile network operators.");
28
+ const TelnyxListMobileNetworkOperatorsOutput = zod.z.object({
29
+ data: zod.z.array(TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema).describe("List of mobile network operators."),
30
+ meta: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema.nullable(),
31
+ links: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema.nullable()
32
+ }).describe("Response schema for listing mobile network operators.");
33
+ const telnyxListMobileNetworkOperators = require_action.action("TELNYX_LIST_MOBILE_NETWORK_OPERATORS", {
34
+ slug: "telnyx-list-mobile-network-operators",
35
+ name: "List Mobile Network Operators",
36
+ description: "Tool to list available mobile network operators. Use when you need to discover operators optionally filtered by country code, operator name, or with pagination.",
37
+ input: TelnyxListMobileNetworkOperatorsInput,
38
+ output: TelnyxListMobileNetworkOperatorsOutput
39
+ });
40
+ //#endregion
41
+ exports.telnyxListMobileNetworkOperators = telnyxListMobileNetworkOperators;
42
+
43
+ //# sourceMappingURL=list-mobile-network-operators.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mobile-network-operators.cjs","names":["z","action"],"sources":["../../src/actions/list-mobile-network-operators.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListMobileNetworkOperatorsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of results per page (maximum 100).\").optional(),\n page_number: z.number().int().describe(\"Page number for pagination (starting at 1).\").optional(),\n country_code: z.string().describe(\"Filter operators by country code (ISO 3166-1 alpha-2).\").optional(),\n operator_name: z.string().describe(\"Filter operators by operator name.\").optional(),\n}).describe(\"Request parameters for listing mobile network operators.\");\nconst TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the mobile network operator.\"),\n mcc: z.string().describe(\"Mobile Country Code (MCC).\"),\n mnc: z.string().describe(\"Mobile Network Code (MNC).\"),\n name: z.string().describe(\"Name of the mobile network operator.\"),\n country_code: z.string().describe(\"Country code (ISO 3166-1 alpha-2).\"),\n}).describe(\"A mobile network operator resource.\");\nconst TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of results per page.\"),\n page_number: z.number().int().describe(\"Current page number.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n total_results: z.number().int().describe(\"Total number of results.\"),\n}).describe(\"Pagination metadata for list mobile network operators.\");\nconst TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page.\").nullable().optional(),\n prev: z.string().describe(\"URL to the previous page.\").nullable().optional(),\n self: z.string().describe(\"URL to the current page.\").nullable().optional(),\n}).describe(\"Pagination links for list mobile network operators.\");\nexport const TelnyxListMobileNetworkOperatorsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema).describe(\"List of mobile network operators.\"),\n meta: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema.nullable(),\n links: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema.nullable(),\n}).describe(\"Response schema for listing mobile network operators.\");\n\nexport const telnyxListMobileNetworkOperators = action(\"TELNYX_LIST_MOBILE_NETWORK_OPERATORS\", {\n slug: \"telnyx-list-mobile-network-operators\",\n name: \"List Mobile Network Operators\",\n description: \"Tool to list available mobile network operators. Use when you need to discover operators optionally filtered by country code, operator name, or with pagination.\",\n input: TelnyxListMobileNetworkOperatorsInput,\n output: TelnyxListMobileNetworkOperatorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC/F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,+DAA6EA,IAAAA,EAAE,OAAO;CAC1F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACxE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,wEAAsFA,IAAAA,EAAE,OAAO;CACnG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;AACrE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,yEAAuFA,IAAAA,EAAE,OAAO;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,mCAAmC;CACxH,MAAM,sEAAsE,SAAS;CACrF,OAAO,uEAAuE,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,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-mobile-network-operators.d.ts
4
+ declare const TelnyxListMobileNetworkOperatorsInput: z.ZodTypeAny;
5
+ declare const TelnyxListMobileNetworkOperatorsOutput: z.ZodTypeAny;
6
+ declare const telnyxListMobileNetworkOperators: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMobileNetworkOperators };
9
+ //# sourceMappingURL=list-mobile-network-operators.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mobile-network-operators.d.cts","names":[],"sources":["../../src/actions/list-mobile-network-operators.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKiB;AAAA,cAmB1D,sCAAA,EAAwC,CAAA,CAAE,UAIa;AAAA,cAEvD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-mobile-network-operators.d.ts
4
+ declare const TelnyxListMobileNetworkOperatorsInput: z.ZodTypeAny;
5
+ declare const TelnyxListMobileNetworkOperatorsOutput: z.ZodTypeAny;
6
+ declare const telnyxListMobileNetworkOperators: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListMobileNetworkOperators };
9
+ //# sourceMappingURL=list-mobile-network-operators.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mobile-network-operators.d.mts","names":[],"sources":["../../src/actions/list-mobile-network-operators.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKiB;AAAA,cAmB1D,sCAAA,EAAwC,CAAA,CAAE,UAIa;AAAA,cAEvD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,42 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-mobile-network-operators.ts
4
+ const TelnyxListMobileNetworkOperatorsInput = z.object({
5
+ page_size: z.number().int().describe("Number of results per page (maximum 100).").optional(),
6
+ page_number: z.number().int().describe("Page number for pagination (starting at 1).").optional(),
7
+ country_code: z.string().describe("Filter operators by country code (ISO 3166-1 alpha-2).").optional(),
8
+ operator_name: z.string().describe("Filter operators by operator name.").optional()
9
+ }).describe("Request parameters for listing mobile network operators.");
10
+ const TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema = z.object({
11
+ id: z.string().describe("Unique identifier for the mobile network operator."),
12
+ mcc: z.string().describe("Mobile Country Code (MCC)."),
13
+ mnc: z.string().describe("Mobile Network Code (MNC)."),
14
+ name: z.string().describe("Name of the mobile network operator."),
15
+ country_code: z.string().describe("Country code (ISO 3166-1 alpha-2).")
16
+ }).describe("A mobile network operator resource.");
17
+ const TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema = z.object({
18
+ page_size: z.number().int().describe("Number of results per page."),
19
+ page_number: z.number().int().describe("Current page number."),
20
+ total_pages: z.number().int().describe("Total number of pages available."),
21
+ total_results: z.number().int().describe("Total number of results.")
22
+ }).describe("Pagination metadata for list mobile network operators.");
23
+ const TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema = z.object({
24
+ next: z.string().describe("URL to the next page.").nullable().optional(),
25
+ prev: z.string().describe("URL to the previous page.").nullable().optional(),
26
+ self: z.string().describe("URL to the current page.").nullable().optional()
27
+ }).describe("Pagination links for list mobile network operators.");
28
+ const telnyxListMobileNetworkOperators = action("TELNYX_LIST_MOBILE_NETWORK_OPERATORS", {
29
+ slug: "telnyx-list-mobile-network-operators",
30
+ name: "List Mobile Network Operators",
31
+ description: "Tool to list available mobile network operators. Use when you need to discover operators optionally filtered by country code, operator name, or with pagination.",
32
+ input: TelnyxListMobileNetworkOperatorsInput,
33
+ output: z.object({
34
+ data: z.array(TelnyxListMobileNetworkOperators_MobileNetworkOperatorSchema).describe("List of mobile network operators."),
35
+ meta: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsMetaSchema.nullable(),
36
+ links: TelnyxListMobileNetworkOperators_ListMobileNetworkOperatorsLinksSchema.nullable()
37
+ }).describe("Response schema for listing mobile network operators.")
38
+ });
39
+ //#endregion
40
+ export { telnyxListMobileNetworkOperators };
41
+
42
+ //# sourceMappingURL=list-mobile-network-operators.mjs.map