@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,61 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_network = require("./create-network.cjs");
3
+ const require_create_notification_channel = require("./create-notification-channel.cjs");
4
+ const require_create_notification_profile = require("./create-notification-profile.cjs");
5
+ const require_create_notification_setting = require("./create-notification-setting.cjs");
6
+ const require_delete_network = require("./delete-network.cjs");
7
+ const require_delete_notification_channel = require("./delete-notification-channel.cjs");
8
+ const require_delete_notification_profile = require("./delete-notification-profile.cjs");
9
+ const require_delete_notification_setting = require("./delete-notification-setting.cjs");
10
+ const require_get_black_box_test_results = require("./get-black-box-test-results.cjs");
11
+ const require_get_user_balance = require("./get-user-balance.cjs");
12
+ const require_list_audit_logs = require("./list-audit-logs.cjs");
13
+ const require_list_connections = require("./list-connections.cjs");
14
+ const require_list_dynamic_emergency_endpoints = require("./list-dynamic-emergency-endpoints.cjs");
15
+ const require_list_global_ip_health_check_types = require("./list-global-ip-health-check-types.cjs");
16
+ const require_list_messaging_profiles = require("./list-messaging-profiles.cjs");
17
+ const require_list_messaging_url_domains = require("./list-messaging-url-domains.cjs");
18
+ const require_list_mobile_network_operators = require("./list-mobile-network-operators.cjs");
19
+ const require_list_network_interfaces = require("./list-network-interfaces.cjs");
20
+ const require_list_networks = require("./list-networks.cjs");
21
+ const require_list_notification_channels = require("./list-notification-channels.cjs");
22
+ const require_list_notification_event_conditions = require("./list-notification-event-conditions.cjs");
23
+ const require_list_notification_events = require("./list-notification-events.cjs");
24
+ const require_list_notification_profiles = require("./list-notification-profiles.cjs");
25
+ const require_list_phone_numbers = require("./list-phone-numbers.cjs");
26
+ const require_list_sso_authentication_providers = require("./list-sso-authentication-providers.cjs");
27
+ const require_retrieve_network = require("./retrieve-network.cjs");
28
+ const require_retrieve_notification_channel = require("./retrieve-notification-channel.cjs");
29
+ const require_retrieve_notification_profile = require("./retrieve-notification-profile.cjs");
30
+ const require_retrieve_notification_setting = require("./retrieve-notification-setting.cjs");
31
+ const require_update_network = require("./update-network.cjs");
32
+ exports.telnyxCreateNetwork = require_create_network.telnyxCreateNetwork;
33
+ exports.telnyxCreateNotificationChannel = require_create_notification_channel.telnyxCreateNotificationChannel;
34
+ exports.telnyxCreateNotificationProfile = require_create_notification_profile.telnyxCreateNotificationProfile;
35
+ exports.telnyxCreateNotificationSetting = require_create_notification_setting.telnyxCreateNotificationSetting;
36
+ exports.telnyxDeleteNetwork = require_delete_network.telnyxDeleteNetwork;
37
+ exports.telnyxDeleteNotificationChannel = require_delete_notification_channel.telnyxDeleteNotificationChannel;
38
+ exports.telnyxDeleteNotificationProfile = require_delete_notification_profile.telnyxDeleteNotificationProfile;
39
+ exports.telnyxDeleteNotificationSetting = require_delete_notification_setting.telnyxDeleteNotificationSetting;
40
+ exports.telnyxGetBlackBoxTestResults = require_get_black_box_test_results.telnyxGetBlackBoxTestResults;
41
+ exports.telnyxGetUserBalance = require_get_user_balance.telnyxGetUserBalance;
42
+ exports.telnyxListAuditLogs = require_list_audit_logs.telnyxListAuditLogs;
43
+ exports.telnyxListConnections = require_list_connections.telnyxListConnections;
44
+ exports.telnyxListDynamicEmergencyEndpoints = require_list_dynamic_emergency_endpoints.telnyxListDynamicEmergencyEndpoints;
45
+ exports.telnyxListGlobalIpHealthCheckTypes = require_list_global_ip_health_check_types.telnyxListGlobalIpHealthCheckTypes;
46
+ exports.telnyxListMessagingProfiles = require_list_messaging_profiles.telnyxListMessagingProfiles;
47
+ exports.telnyxListMessagingUrlDomains = require_list_messaging_url_domains.telnyxListMessagingUrlDomains;
48
+ exports.telnyxListMobileNetworkOperators = require_list_mobile_network_operators.telnyxListMobileNetworkOperators;
49
+ exports.telnyxListNetworkInterfaces = require_list_network_interfaces.telnyxListNetworkInterfaces;
50
+ exports.telnyxListNetworks = require_list_networks.telnyxListNetworks;
51
+ exports.telnyxListNotificationChannels = require_list_notification_channels.telnyxListNotificationChannels;
52
+ exports.telnyxListNotificationEventConditions = require_list_notification_event_conditions.telnyxListNotificationEventConditions;
53
+ exports.telnyxListNotificationEvents = require_list_notification_events.telnyxListNotificationEvents;
54
+ exports.telnyxListNotificationProfiles = require_list_notification_profiles.telnyxListNotificationProfiles;
55
+ exports.telnyxListPhoneNumbers = require_list_phone_numbers.telnyxListPhoneNumbers;
56
+ exports.telnyxListSsoAuthenticationProviders = require_list_sso_authentication_providers.telnyxListSsoAuthenticationProviders;
57
+ exports.telnyxRetrieveNetwork = require_retrieve_network.telnyxRetrieveNetwork;
58
+ exports.telnyxRetrieveNotificationChannel = require_retrieve_notification_channel.telnyxRetrieveNotificationChannel;
59
+ exports.telnyxRetrieveNotificationProfile = require_retrieve_notification_profile.telnyxRetrieveNotificationProfile;
60
+ exports.telnyxRetrieveNotificationSetting = require_retrieve_notification_setting.telnyxRetrieveNotificationSetting;
61
+ exports.telnyxUpdateNetwork = require_update_network.telnyxUpdateNetwork;
@@ -0,0 +1,31 @@
1
+ import { telnyxCreateNetwork } from "./create-network.cjs";
2
+ import { telnyxCreateNotificationChannel } from "./create-notification-channel.cjs";
3
+ import { telnyxCreateNotificationProfile } from "./create-notification-profile.cjs";
4
+ import { telnyxCreateNotificationSetting } from "./create-notification-setting.cjs";
5
+ import { telnyxDeleteNetwork } from "./delete-network.cjs";
6
+ import { telnyxDeleteNotificationChannel } from "./delete-notification-channel.cjs";
7
+ import { telnyxDeleteNotificationProfile } from "./delete-notification-profile.cjs";
8
+ import { telnyxDeleteNotificationSetting } from "./delete-notification-setting.cjs";
9
+ import { telnyxGetBlackBoxTestResults } from "./get-black-box-test-results.cjs";
10
+ import { telnyxGetUserBalance } from "./get-user-balance.cjs";
11
+ import { telnyxListAuditLogs } from "./list-audit-logs.cjs";
12
+ import { telnyxListConnections } from "./list-connections.cjs";
13
+ import { telnyxListDynamicEmergencyEndpoints } from "./list-dynamic-emergency-endpoints.cjs";
14
+ import { telnyxListGlobalIpHealthCheckTypes } from "./list-global-ip-health-check-types.cjs";
15
+ import { telnyxListMessagingProfiles } from "./list-messaging-profiles.cjs";
16
+ import { telnyxListMessagingUrlDomains } from "./list-messaging-url-domains.cjs";
17
+ import { telnyxListMobileNetworkOperators } from "./list-mobile-network-operators.cjs";
18
+ import { telnyxListNetworkInterfaces } from "./list-network-interfaces.cjs";
19
+ import { telnyxListNetworks } from "./list-networks.cjs";
20
+ import { telnyxListNotificationChannels } from "./list-notification-channels.cjs";
21
+ import { telnyxListNotificationEventConditions } from "./list-notification-event-conditions.cjs";
22
+ import { telnyxListNotificationEvents } from "./list-notification-events.cjs";
23
+ import { telnyxListNotificationProfiles } from "./list-notification-profiles.cjs";
24
+ import { telnyxListPhoneNumbers } from "./list-phone-numbers.cjs";
25
+ import { telnyxListSsoAuthenticationProviders } from "./list-sso-authentication-providers.cjs";
26
+ import { telnyxRetrieveNetwork } from "./retrieve-network.cjs";
27
+ import { telnyxRetrieveNotificationChannel } from "./retrieve-notification-channel.cjs";
28
+ import { telnyxRetrieveNotificationProfile } from "./retrieve-notification-profile.cjs";
29
+ import { telnyxRetrieveNotificationSetting } from "./retrieve-notification-setting.cjs";
30
+ import { telnyxUpdateNetwork } from "./update-network.cjs";
31
+ export { telnyxCreateNetwork, telnyxCreateNotificationChannel, telnyxCreateNotificationProfile, telnyxCreateNotificationSetting, telnyxDeleteNetwork, telnyxDeleteNotificationChannel, telnyxDeleteNotificationProfile, telnyxDeleteNotificationSetting, telnyxGetBlackBoxTestResults, telnyxGetUserBalance, telnyxListAuditLogs, telnyxListConnections, telnyxListDynamicEmergencyEndpoints, telnyxListGlobalIpHealthCheckTypes, telnyxListMessagingProfiles, telnyxListMessagingUrlDomains, telnyxListMobileNetworkOperators, telnyxListNetworkInterfaces, telnyxListNetworks, telnyxListNotificationChannels, telnyxListNotificationEventConditions, telnyxListNotificationEvents, telnyxListNotificationProfiles, telnyxListPhoneNumbers, telnyxListSsoAuthenticationProviders, telnyxRetrieveNetwork, telnyxRetrieveNotificationChannel, telnyxRetrieveNotificationProfile, telnyxRetrieveNotificationSetting, telnyxUpdateNetwork };
@@ -0,0 +1,31 @@
1
+ import { telnyxCreateNetwork } from "./create-network.mjs";
2
+ import { telnyxCreateNotificationChannel } from "./create-notification-channel.mjs";
3
+ import { telnyxCreateNotificationProfile } from "./create-notification-profile.mjs";
4
+ import { telnyxCreateNotificationSetting } from "./create-notification-setting.mjs";
5
+ import { telnyxDeleteNetwork } from "./delete-network.mjs";
6
+ import { telnyxDeleteNotificationChannel } from "./delete-notification-channel.mjs";
7
+ import { telnyxDeleteNotificationProfile } from "./delete-notification-profile.mjs";
8
+ import { telnyxDeleteNotificationSetting } from "./delete-notification-setting.mjs";
9
+ import { telnyxGetBlackBoxTestResults } from "./get-black-box-test-results.mjs";
10
+ import { telnyxGetUserBalance } from "./get-user-balance.mjs";
11
+ import { telnyxListAuditLogs } from "./list-audit-logs.mjs";
12
+ import { telnyxListConnections } from "./list-connections.mjs";
13
+ import { telnyxListDynamicEmergencyEndpoints } from "./list-dynamic-emergency-endpoints.mjs";
14
+ import { telnyxListGlobalIpHealthCheckTypes } from "./list-global-ip-health-check-types.mjs";
15
+ import { telnyxListMessagingProfiles } from "./list-messaging-profiles.mjs";
16
+ import { telnyxListMessagingUrlDomains } from "./list-messaging-url-domains.mjs";
17
+ import { telnyxListMobileNetworkOperators } from "./list-mobile-network-operators.mjs";
18
+ import { telnyxListNetworkInterfaces } from "./list-network-interfaces.mjs";
19
+ import { telnyxListNetworks } from "./list-networks.mjs";
20
+ import { telnyxListNotificationChannels } from "./list-notification-channels.mjs";
21
+ import { telnyxListNotificationEventConditions } from "./list-notification-event-conditions.mjs";
22
+ import { telnyxListNotificationEvents } from "./list-notification-events.mjs";
23
+ import { telnyxListNotificationProfiles } from "./list-notification-profiles.mjs";
24
+ import { telnyxListPhoneNumbers } from "./list-phone-numbers.mjs";
25
+ import { telnyxListSsoAuthenticationProviders } from "./list-sso-authentication-providers.mjs";
26
+ import { telnyxRetrieveNetwork } from "./retrieve-network.mjs";
27
+ import { telnyxRetrieveNotificationChannel } from "./retrieve-notification-channel.mjs";
28
+ import { telnyxRetrieveNotificationProfile } from "./retrieve-notification-profile.mjs";
29
+ import { telnyxRetrieveNotificationSetting } from "./retrieve-notification-setting.mjs";
30
+ import { telnyxUpdateNetwork } from "./update-network.mjs";
31
+ export { telnyxCreateNetwork, telnyxCreateNotificationChannel, telnyxCreateNotificationProfile, telnyxCreateNotificationSetting, telnyxDeleteNetwork, telnyxDeleteNotificationChannel, telnyxDeleteNotificationProfile, telnyxDeleteNotificationSetting, telnyxGetBlackBoxTestResults, telnyxGetUserBalance, telnyxListAuditLogs, telnyxListConnections, telnyxListDynamicEmergencyEndpoints, telnyxListGlobalIpHealthCheckTypes, telnyxListMessagingProfiles, telnyxListMessagingUrlDomains, telnyxListMobileNetworkOperators, telnyxListNetworkInterfaces, telnyxListNetworks, telnyxListNotificationChannels, telnyxListNotificationEventConditions, telnyxListNotificationEvents, telnyxListNotificationProfiles, telnyxListPhoneNumbers, telnyxListSsoAuthenticationProviders, telnyxRetrieveNetwork, telnyxRetrieveNotificationChannel, telnyxRetrieveNotificationProfile, telnyxRetrieveNotificationSetting, telnyxUpdateNetwork };
@@ -0,0 +1,31 @@
1
+ import { telnyxCreateNetwork } from "./create-network.mjs";
2
+ import { telnyxCreateNotificationChannel } from "./create-notification-channel.mjs";
3
+ import { telnyxCreateNotificationProfile } from "./create-notification-profile.mjs";
4
+ import { telnyxCreateNotificationSetting } from "./create-notification-setting.mjs";
5
+ import { telnyxDeleteNetwork } from "./delete-network.mjs";
6
+ import { telnyxDeleteNotificationChannel } from "./delete-notification-channel.mjs";
7
+ import { telnyxDeleteNotificationProfile } from "./delete-notification-profile.mjs";
8
+ import { telnyxDeleteNotificationSetting } from "./delete-notification-setting.mjs";
9
+ import { telnyxGetBlackBoxTestResults } from "./get-black-box-test-results.mjs";
10
+ import { telnyxGetUserBalance } from "./get-user-balance.mjs";
11
+ import { telnyxListAuditLogs } from "./list-audit-logs.mjs";
12
+ import { telnyxListConnections } from "./list-connections.mjs";
13
+ import { telnyxListDynamicEmergencyEndpoints } from "./list-dynamic-emergency-endpoints.mjs";
14
+ import { telnyxListGlobalIpHealthCheckTypes } from "./list-global-ip-health-check-types.mjs";
15
+ import { telnyxListMessagingProfiles } from "./list-messaging-profiles.mjs";
16
+ import { telnyxListMessagingUrlDomains } from "./list-messaging-url-domains.mjs";
17
+ import { telnyxListMobileNetworkOperators } from "./list-mobile-network-operators.mjs";
18
+ import { telnyxListNetworkInterfaces } from "./list-network-interfaces.mjs";
19
+ import { telnyxListNetworks } from "./list-networks.mjs";
20
+ import { telnyxListNotificationChannels } from "./list-notification-channels.mjs";
21
+ import { telnyxListNotificationEventConditions } from "./list-notification-event-conditions.mjs";
22
+ import { telnyxListNotificationEvents } from "./list-notification-events.mjs";
23
+ import { telnyxListNotificationProfiles } from "./list-notification-profiles.mjs";
24
+ import { telnyxListPhoneNumbers } from "./list-phone-numbers.mjs";
25
+ import { telnyxListSsoAuthenticationProviders } from "./list-sso-authentication-providers.mjs";
26
+ import { telnyxRetrieveNetwork } from "./retrieve-network.mjs";
27
+ import { telnyxRetrieveNotificationChannel } from "./retrieve-notification-channel.mjs";
28
+ import { telnyxRetrieveNotificationProfile } from "./retrieve-notification-profile.mjs";
29
+ import { telnyxRetrieveNotificationSetting } from "./retrieve-notification-setting.mjs";
30
+ import { telnyxUpdateNetwork } from "./update-network.mjs";
31
+ export { telnyxCreateNetwork, telnyxCreateNotificationChannel, telnyxCreateNotificationProfile, telnyxCreateNotificationSetting, telnyxDeleteNetwork, telnyxDeleteNotificationChannel, telnyxDeleteNotificationProfile, telnyxDeleteNotificationSetting, telnyxGetBlackBoxTestResults, telnyxGetUserBalance, telnyxListAuditLogs, telnyxListConnections, telnyxListDynamicEmergencyEndpoints, telnyxListGlobalIpHealthCheckTypes, telnyxListMessagingProfiles, telnyxListMessagingUrlDomains, telnyxListMobileNetworkOperators, telnyxListNetworkInterfaces, telnyxListNetworks, telnyxListNotificationChannels, telnyxListNotificationEventConditions, telnyxListNotificationEvents, telnyxListNotificationProfiles, telnyxListPhoneNumbers, telnyxListSsoAuthenticationProviders, telnyxRetrieveNetwork, telnyxRetrieveNotificationChannel, telnyxRetrieveNotificationProfile, telnyxRetrieveNotificationSetting, telnyxUpdateNetwork };
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-audit-logs.ts
4
+ const TelnyxListAuditLogsInput = zod.z.object({
5
+ sort: zod.z.enum(["asc", "desc"]).describe("Sort order of results by creation date: 'asc' or 'desc'.").optional(),
6
+ page_size: zod.z.number().int().describe("Number of items per page.").optional(),
7
+ page_number: zod.z.number().int().describe("Page number to load (must be ≥ 1).").optional(),
8
+ filter_created_after: zod.z.string().describe("Filter for audit events created after this ISO 8601 timestamp.").optional(),
9
+ filter_created_before: zod.z.string().describe("Filter for audit events created before this ISO 8601 timestamp.").optional()
10
+ }).describe("Request parameters for listing audit log entries.");
11
+ const TelnyxListAuditLogs_AuditLogEntrySchema = zod.z.object({
12
+ id: zod.z.string().describe("Unique identifier for the audit log entry."),
13
+ user_id: zod.z.string().describe("Unique identifier for the user who made the change."),
14
+ created_at: zod.z.string().describe("Timestamp when the change occurred (ISO 8601 formatted)."),
15
+ change_type: zod.z.string().describe("Type of change that occurred."),
16
+ record_type: zod.z.string().describe("Type of the resource being audited."),
17
+ resource_id: zod.z.string().describe("Unique identifier for the resource that was changed."),
18
+ organization_id: zod.z.string().describe("Unique identifier for the organization owning the resource.")
19
+ }).describe("Data model for a single audit log entry.");
20
+ const TelnyxListAuditLogs_ListAuditLogsMetaSchema = zod.z.object({
21
+ page_size: zod.z.number().int().describe("Number of items per page."),
22
+ page_number: zod.z.number().int().describe("Current page number."),
23
+ total_pages: zod.z.number().int().describe("Total number of pages."),
24
+ total_results: zod.z.number().int().describe("Total number of results.")
25
+ }).describe("Pagination metadata for listing audit log entries.");
26
+ const TelnyxListAuditLogsOutput = zod.z.object({
27
+ data: zod.z.array(TelnyxListAuditLogs_AuditLogEntrySchema).describe("List of audit log entries."),
28
+ meta: TelnyxListAuditLogs_ListAuditLogsMetaSchema.nullable()
29
+ }).describe("Response schema for listing audit log entries.");
30
+ const telnyxListAuditLogs = require_action.action("TELNYX_LIST_AUDIT_LOGS", {
31
+ slug: "telnyx-list-audit-logs",
32
+ name: "List Audit Logs",
33
+ description: "Tool to retrieve a list of audit log entries for your account. Use when you need to review recent resource changes with optional pagination and date filters.",
34
+ input: TelnyxListAuditLogsInput,
35
+ output: TelnyxListAuditLogsOutput
36
+ });
37
+ //#endregion
38
+ exports.telnyxListAuditLogs = telnyxListAuditLogs;
39
+
40
+ //# sourceMappingURL=list-audit-logs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audit-logs.cjs","names":["z","action"],"sources":["../../src/actions/list-audit-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListAuditLogsInput: z.ZodTypeAny = z.object({\n sort: z.enum([\"asc\", \"desc\"]).describe(\"Sort order of results by creation date: 'asc' or 'desc'.\").optional(),\n page_size: z.number().int().describe(\"Number of items per page.\").optional(),\n page_number: z.number().int().describe(\"Page number to load (must be ≥ 1).\").optional(),\n filter_created_after: z.string().describe(\"Filter for audit events created after this ISO 8601 timestamp.\").optional(),\n filter_created_before: z.string().describe(\"Filter for audit events created before this ISO 8601 timestamp.\").optional(),\n}).describe(\"Request parameters for listing audit log entries.\");\nconst TelnyxListAuditLogs_AuditLogEntrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the audit log entry.\"),\n user_id: z.string().describe(\"Unique identifier for the user who made the change.\"),\n created_at: z.string().describe(\"Timestamp when the change occurred (ISO 8601 formatted).\"),\n change_type: z.string().describe(\"Type of change that occurred.\"),\n record_type: z.string().describe(\"Type of the resource being audited.\"),\n resource_id: z.string().describe(\"Unique identifier for the resource that was changed.\"),\n organization_id: z.string().describe(\"Unique identifier for the organization owning the resource.\"),\n}).describe(\"Data model for a single audit log entry.\");\nconst TelnyxListAuditLogs_ListAuditLogsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of items 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 audit log entries.\");\nexport const TelnyxListAuditLogsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListAuditLogs_AuditLogEntrySchema).describe(\"List of audit log entries.\"),\n meta: TelnyxListAuditLogs_ListAuditLogsMetaSchema.nullable(),\n}).describe(\"Response schema for listing audit log entries.\");\n\nexport const telnyxListAuditLogs = action(\"TELNYX_LIST_AUDIT_LOGS\", {\n slug: \"telnyx-list-audit-logs\",\n name: \"List Audit Logs\",\n description: \"Tool to retrieve a list of audit log entries for your account. Use when you need to review recent resource changes with optional pagination and date filters.\",\n input: TelnyxListAuditLogsInput,\n output: TelnyxListAuditLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC5G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACtF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACvF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACpG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAChE,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,oDAAoD;AAChE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,4BAA4B;CAC5F,MAAM,4CAA4C,SAAS;AAC7D,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,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/list-audit-logs.d.ts
4
+ declare const TelnyxListAuditLogsInput: z.ZodTypeAny;
5
+ declare const TelnyxListAuditLogsOutput: z.ZodTypeAny;
6
+ declare const telnyxListAuditLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListAuditLogs };
9
+ //# sourceMappingURL=list-audit-logs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audit-logs.d.cts","names":[],"sources":["../../src/actions/list-audit-logs.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMuB;AAAA,cAgBnD,yBAAA,EAA2B,CAAA,CAAE,UAGmB;AAAA,cAEhD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-audit-logs.d.ts
4
+ declare const TelnyxListAuditLogsInput: z.ZodTypeAny;
5
+ declare const TelnyxListAuditLogsOutput: z.ZodTypeAny;
6
+ declare const telnyxListAuditLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListAuditLogs };
9
+ //# sourceMappingURL=list-audit-logs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audit-logs.d.mts","names":[],"sources":["../../src/actions/list-audit-logs.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMuB;AAAA,cAgBnD,yBAAA,EAA2B,CAAA,CAAE,UAGmB;AAAA,cAEhD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-audit-logs.ts
4
+ const TelnyxListAuditLogsInput = z.object({
5
+ sort: z.enum(["asc", "desc"]).describe("Sort order of results by creation date: 'asc' or 'desc'.").optional(),
6
+ page_size: z.number().int().describe("Number of items per page.").optional(),
7
+ page_number: z.number().int().describe("Page number to load (must be ≥ 1).").optional(),
8
+ filter_created_after: z.string().describe("Filter for audit events created after this ISO 8601 timestamp.").optional(),
9
+ filter_created_before: z.string().describe("Filter for audit events created before this ISO 8601 timestamp.").optional()
10
+ }).describe("Request parameters for listing audit log entries.");
11
+ const TelnyxListAuditLogs_AuditLogEntrySchema = z.object({
12
+ id: z.string().describe("Unique identifier for the audit log entry."),
13
+ user_id: z.string().describe("Unique identifier for the user who made the change."),
14
+ created_at: z.string().describe("Timestamp when the change occurred (ISO 8601 formatted)."),
15
+ change_type: z.string().describe("Type of change that occurred."),
16
+ record_type: z.string().describe("Type of the resource being audited."),
17
+ resource_id: z.string().describe("Unique identifier for the resource that was changed."),
18
+ organization_id: z.string().describe("Unique identifier for the organization owning the resource.")
19
+ }).describe("Data model for a single audit log entry.");
20
+ const TelnyxListAuditLogs_ListAuditLogsMetaSchema = z.object({
21
+ page_size: z.number().int().describe("Number of items per page."),
22
+ page_number: z.number().int().describe("Current page number."),
23
+ total_pages: z.number().int().describe("Total number of pages."),
24
+ total_results: z.number().int().describe("Total number of results.")
25
+ }).describe("Pagination metadata for listing audit log entries.");
26
+ const telnyxListAuditLogs = action("TELNYX_LIST_AUDIT_LOGS", {
27
+ slug: "telnyx-list-audit-logs",
28
+ name: "List Audit Logs",
29
+ description: "Tool to retrieve a list of audit log entries for your account. Use when you need to review recent resource changes with optional pagination and date filters.",
30
+ input: TelnyxListAuditLogsInput,
31
+ output: z.object({
32
+ data: z.array(TelnyxListAuditLogs_AuditLogEntrySchema).describe("List of audit log entries."),
33
+ meta: TelnyxListAuditLogs_ListAuditLogsMetaSchema.nullable()
34
+ }).describe("Response schema for listing audit log entries.")
35
+ });
36
+ //#endregion
37
+ export { telnyxListAuditLogs };
38
+
39
+ //# sourceMappingURL=list-audit-logs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audit-logs.mjs","names":[],"sources":["../../src/actions/list-audit-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListAuditLogsInput: z.ZodTypeAny = z.object({\n sort: z.enum([\"asc\", \"desc\"]).describe(\"Sort order of results by creation date: 'asc' or 'desc'.\").optional(),\n page_size: z.number().int().describe(\"Number of items per page.\").optional(),\n page_number: z.number().int().describe(\"Page number to load (must be ≥ 1).\").optional(),\n filter_created_after: z.string().describe(\"Filter for audit events created after this ISO 8601 timestamp.\").optional(),\n filter_created_before: z.string().describe(\"Filter for audit events created before this ISO 8601 timestamp.\").optional(),\n}).describe(\"Request parameters for listing audit log entries.\");\nconst TelnyxListAuditLogs_AuditLogEntrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the audit log entry.\"),\n user_id: z.string().describe(\"Unique identifier for the user who made the change.\"),\n created_at: z.string().describe(\"Timestamp when the change occurred (ISO 8601 formatted).\"),\n change_type: z.string().describe(\"Type of change that occurred.\"),\n record_type: z.string().describe(\"Type of the resource being audited.\"),\n resource_id: z.string().describe(\"Unique identifier for the resource that was changed.\"),\n organization_id: z.string().describe(\"Unique identifier for the organization owning the resource.\"),\n}).describe(\"Data model for a single audit log entry.\");\nconst TelnyxListAuditLogs_ListAuditLogsMetaSchema: z.ZodTypeAny = z.object({\n page_size: z.number().int().describe(\"Number of items 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 audit log entries.\");\nexport const TelnyxListAuditLogsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListAuditLogs_AuditLogEntrySchema).describe(\"List of audit log entries.\"),\n meta: TelnyxListAuditLogs_ListAuditLogsMetaSchema.nullable(),\n}).describe(\"Response schema for listing audit log entries.\");\n\nexport const telnyxListAuditLogs = action(\"TELNYX_LIST_AUDIT_LOGS\", {\n slug: \"telnyx-list-audit-logs\",\n name: \"List Audit Logs\",\n description: \"Tool to retrieve a list of audit log entries for your account. Use when you need to review recent resource changes with optional pagination and date filters.\",\n input: TelnyxListAuditLogsInput,\n output: TelnyxListAuditLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAC5G,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACtF,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACvF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACpG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8CAA4D,EAAE,OAAO;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAChE,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,oDAAoD;AAMhE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,MAAM,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,4BAA4B;EAC5F,MAAM,4CAA4C,SAAS;CAC7D,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-connections.ts
4
+ const TelnyxListConnectionsInput = zod.z.object({
5
+ sort: zod.z.string().describe("Specifies sort order: `created_at`, `connection_name`, or `active`. Prefix with '-' for descending, e.g., '-connection_name'.").optional(),
6
+ page_size: zod.z.number().int().default(250).describe("Size of the page. Default is 250. Must be between 1 and 250.").optional(),
7
+ page_number: zod.z.number().int().default(1).describe("Page number to load. Default is 1. Must be ≥ 1.").optional(),
8
+ connection_name_contains: zod.z.string().describe("If present, returns connections with `connection_name` containing the given value. Case-insensitive; requires at least three characters.").optional(),
9
+ outbound_voice_profile_id: zod.z.number().int().describe("Identifies the associated outbound voice profile.").optional()
10
+ }).describe("Request parameters for listing connections in your account.");
11
+ const TelnyxListConnections_ConnectionSchema = zod.z.object({
12
+ id: zod.z.number().int().describe("Identifies the specific resource."),
13
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the connection."),
14
+ active: zod.z.boolean().describe("Indicates if the connection is active."),
15
+ created_at: zod.z.string().describe("ISO 8601 formatted creation timestamp."),
16
+ updated_at: zod.z.string().describe("ISO 8601 formatted last updated timestamp."),
17
+ record_type: zod.z.string().describe("Identifies the type of the resource."),
18
+ connection_name: zod.z.string().describe("The name of the connection."),
19
+ webhook_event_url: zod.z.string().describe("Primary webhook event URL.").nullable().optional(),
20
+ anchorsite_override: zod.z.string().describe("Anchorsite override setting (e.g., 'Latency', 'Chicago, IL', etc.)."),
21
+ webhook_api_version: zod.z.string().describe("Webhook API version ('1' or '2')."),
22
+ outbound_voice_profile_id: zod.z.number().int().describe("Associated outbound voice profile ID.").nullable().optional(),
23
+ webhook_event_failover_url: zod.z.string().describe("Failover webhook event URL.").nullable().optional()
24
+ }).describe("Data model for a single connection.");
25
+ const TelnyxListConnections_ListConnectionsMetaSchema = zod.z.object({
26
+ page_size: zod.z.number().int().describe("Number of results per page."),
27
+ page_number: zod.z.number().int().describe("Current page number."),
28
+ total_pages: zod.z.number().int().describe("Total number of pages."),
29
+ total_results: zod.z.number().int().describe("Total number of results.")
30
+ }).describe("Pagination metadata for listing connections.");
31
+ const TelnyxListConnectionsOutput = zod.z.object({
32
+ data: zod.z.array(TelnyxListConnections_ConnectionSchema).describe("List of connection objects."),
33
+ meta: TelnyxListConnections_ListConnectionsMetaSchema.nullable()
34
+ }).describe("Response schema for listing connections.");
35
+ const telnyxListConnections = require_action.action("TELNYX_LIST_CONNECTIONS", {
36
+ slug: "telnyx-list-connections",
37
+ name: "List Connections",
38
+ description: "Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.",
39
+ input: TelnyxListConnectionsInput,
40
+ output: TelnyxListConnectionsOutput
41
+ });
42
+ //#endregion
43
+ exports.telnyxListConnections = telnyxListConnections;
44
+
45
+ //# sourceMappingURL=list-connections.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-connections.cjs","names":["z","action"],"sources":["../../src/actions/list-connections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListConnectionsInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Specifies sort order: `created_at`, `connection_name`, or `active`. Prefix with '-' for descending, e.g., '-connection_name'.\").optional(),\n page_size: z.number().int().default(250).describe(\"Size of the page. Default is 250. Must be between 1 and 250.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number to load. Default is 1. Must be ≥ 1.\").optional(),\n connection_name_contains: z.string().describe(\"If present, returns connections with `connection_name` containing the given value. Case-insensitive; requires at least three characters.\").optional(),\n outbound_voice_profile_id: z.number().int().describe(\"Identifies the associated outbound voice profile.\").optional(),\n}).describe(\"Request parameters for listing connections in your account.\");\nconst TelnyxListConnections_ConnectionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifies the specific resource.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the connection.\"),\n active: z.boolean().describe(\"Indicates if the connection is active.\"),\n created_at: z.string().describe(\"ISO 8601 formatted creation timestamp.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted last updated timestamp.\"),\n record_type: z.string().describe(\"Identifies the type of the resource.\"),\n connection_name: z.string().describe(\"The name of the connection.\"),\n webhook_event_url: z.string().describe(\"Primary webhook event URL.\").nullable().optional(),\n anchorsite_override: z.string().describe(\"Anchorsite override setting (e.g., 'Latency', 'Chicago, IL', etc.).\"),\n webhook_api_version: z.string().describe(\"Webhook API version ('1' or '2').\"),\n outbound_voice_profile_id: z.number().int().describe(\"Associated outbound voice profile ID.\").nullable().optional(),\n webhook_event_failover_url: z.string().describe(\"Failover webhook event URL.\").nullable().optional(),\n}).describe(\"Data model for a single connection.\");\nconst TelnyxListConnections_ListConnectionsMetaSchema: 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 connections.\");\nexport const TelnyxListConnectionsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListConnections_ConnectionSchema).describe(\"List of connection objects.\"),\n meta: TelnyxListConnections_ListConnectionsMetaSchema.nullable(),\n}).describe(\"Response schema for listing connections.\");\n\nexport const telnyxListConnections = action(\"TELNYX_LIST_CONNECTIONS\", {\n slug: \"telnyx-list-connections\",\n name: \"List Connections\",\n description: \"Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.\",\n input: TelnyxListConnectionsInput,\n output: TelnyxListConnectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACpK,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC3H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC9G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACnM,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACzE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACvE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAClE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CAC9G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5E,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,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,8CAA8C;AAC1D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,6BAA6B;CAC5F,MAAM,gDAAgD,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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-connections.d.ts
4
+ declare const TelnyxListConnectionsInput: z.ZodTypeAny;
5
+ declare const TelnyxListConnectionsOutput: z.ZodTypeAny;
6
+ declare const telnyxListConnections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListConnections };
9
+ //# sourceMappingURL=list-connections.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-connections.d.cts","names":[],"sources":["../../src/actions/list-connections.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAM+B;AAAA,cAqB7D,2BAAA,EAA6B,CAAA,CAAE,UAGW;AAAA,cAE1C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-connections.d.ts
4
+ declare const TelnyxListConnectionsInput: z.ZodTypeAny;
5
+ declare const TelnyxListConnectionsOutput: z.ZodTypeAny;
6
+ declare const telnyxListConnections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListConnections };
9
+ //# sourceMappingURL=list-connections.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-connections.d.mts","names":[],"sources":["../../src/actions/list-connections.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAM+B;AAAA,cAqB7D,2BAAA,EAA6B,CAAA,CAAE,UAGW;AAAA,cAE1C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,44 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-connections.ts
4
+ const TelnyxListConnectionsInput = z.object({
5
+ sort: z.string().describe("Specifies sort order: `created_at`, `connection_name`, or `active`. Prefix with '-' for descending, e.g., '-connection_name'.").optional(),
6
+ page_size: z.number().int().default(250).describe("Size of the page. Default is 250. Must be between 1 and 250.").optional(),
7
+ page_number: z.number().int().default(1).describe("Page number to load. Default is 1. Must be ≥ 1.").optional(),
8
+ connection_name_contains: z.string().describe("If present, returns connections with `connection_name` containing the given value. Case-insensitive; requires at least three characters.").optional(),
9
+ outbound_voice_profile_id: z.number().int().describe("Identifies the associated outbound voice profile.").optional()
10
+ }).describe("Request parameters for listing connections in your account.");
11
+ const TelnyxListConnections_ConnectionSchema = z.object({
12
+ id: z.number().int().describe("Identifies the specific resource."),
13
+ tags: z.array(z.string()).describe("Tags associated with the connection."),
14
+ active: z.boolean().describe("Indicates if the connection is active."),
15
+ created_at: z.string().describe("ISO 8601 formatted creation timestamp."),
16
+ updated_at: z.string().describe("ISO 8601 formatted last updated timestamp."),
17
+ record_type: z.string().describe("Identifies the type of the resource."),
18
+ connection_name: z.string().describe("The name of the connection."),
19
+ webhook_event_url: z.string().describe("Primary webhook event URL.").nullable().optional(),
20
+ anchorsite_override: z.string().describe("Anchorsite override setting (e.g., 'Latency', 'Chicago, IL', etc.)."),
21
+ webhook_api_version: z.string().describe("Webhook API version ('1' or '2')."),
22
+ outbound_voice_profile_id: z.number().int().describe("Associated outbound voice profile ID.").nullable().optional(),
23
+ webhook_event_failover_url: z.string().describe("Failover webhook event URL.").nullable().optional()
24
+ }).describe("Data model for a single connection.");
25
+ const TelnyxListConnections_ListConnectionsMetaSchema = z.object({
26
+ page_size: z.number().int().describe("Number of results per page."),
27
+ page_number: z.number().int().describe("Current page number."),
28
+ total_pages: z.number().int().describe("Total number of pages."),
29
+ total_results: z.number().int().describe("Total number of results.")
30
+ }).describe("Pagination metadata for listing connections.");
31
+ const telnyxListConnections = action("TELNYX_LIST_CONNECTIONS", {
32
+ slug: "telnyx-list-connections",
33
+ name: "List Connections",
34
+ description: "Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.",
35
+ input: TelnyxListConnectionsInput,
36
+ output: z.object({
37
+ data: z.array(TelnyxListConnections_ConnectionSchema).describe("List of connection objects."),
38
+ meta: TelnyxListConnections_ListConnectionsMetaSchema.nullable()
39
+ }).describe("Response schema for listing connections.")
40
+ });
41
+ //#endregion
42
+ export { telnyxListConnections };
43
+
44
+ //# sourceMappingURL=list-connections.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-connections.mjs","names":[],"sources":["../../src/actions/list-connections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListConnectionsInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Specifies sort order: `created_at`, `connection_name`, or `active`. Prefix with '-' for descending, e.g., '-connection_name'.\").optional(),\n page_size: z.number().int().default(250).describe(\"Size of the page. Default is 250. Must be between 1 and 250.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number to load. Default is 1. Must be ≥ 1.\").optional(),\n connection_name_contains: z.string().describe(\"If present, returns connections with `connection_name` containing the given value. Case-insensitive; requires at least three characters.\").optional(),\n outbound_voice_profile_id: z.number().int().describe(\"Identifies the associated outbound voice profile.\").optional(),\n}).describe(\"Request parameters for listing connections in your account.\");\nconst TelnyxListConnections_ConnectionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Identifies the specific resource.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the connection.\"),\n active: z.boolean().describe(\"Indicates if the connection is active.\"),\n created_at: z.string().describe(\"ISO 8601 formatted creation timestamp.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted last updated timestamp.\"),\n record_type: z.string().describe(\"Identifies the type of the resource.\"),\n connection_name: z.string().describe(\"The name of the connection.\"),\n webhook_event_url: z.string().describe(\"Primary webhook event URL.\").nullable().optional(),\n anchorsite_override: z.string().describe(\"Anchorsite override setting (e.g., 'Latency', 'Chicago, IL', etc.).\"),\n webhook_api_version: z.string().describe(\"Webhook API version ('1' or '2').\"),\n outbound_voice_profile_id: z.number().int().describe(\"Associated outbound voice profile ID.\").nullable().optional(),\n webhook_event_failover_url: z.string().describe(\"Failover webhook event URL.\").nullable().optional(),\n}).describe(\"Data model for a single connection.\");\nconst TelnyxListConnections_ListConnectionsMetaSchema: 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 connections.\");\nexport const TelnyxListConnectionsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListConnections_ConnectionSchema).describe(\"List of connection objects.\"),\n meta: TelnyxListConnections_ListConnectionsMetaSchema.nullable(),\n}).describe(\"Response schema for listing connections.\");\n\nexport const telnyxListConnections = action(\"TELNYX_LIST_CONNECTIONS\", {\n slug: \"telnyx-list-connections\",\n name: \"List Connections\",\n description: \"Tool to retrieve all connections in your account. Use when you need to list connections with pagination, filtering, and sorting.\",\n input: TelnyxListConnectionsInput,\n output: TelnyxListConnectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACpK,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC3H,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC9G,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CACnM,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACzE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACvE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAClE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CAC9G,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5E,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,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,8CAA8C;AAM1D,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVuD,EAAE,OAAO;EAChE,MAAM,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,6BAA6B;EAC5F,MAAM,gDAAgD,SAAS;CACjE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-dynamic-emergency-endpoints.ts
4
+ const TelnyxListDynamicEmergencyEndpointsInput = zod.z.object({
5
+ status: zod.z.enum([
6
+ "pending",
7
+ "activated",
8
+ "rejected"
9
+ ]).describe("Filter by endpoint status. Possible values: 'pending', 'activated', 'rejected'.").optional(),
10
+ page_size: zod.z.number().int().default(20).describe("Number of items per page (1–250).").optional(),
11
+ page_number: zod.z.number().int().default(1).describe("Page number to load (must be >= 1).").optional(),
12
+ country_code: zod.z.string().describe("Filter by ISO 3166-1 alpha-2 country code (e.g., 'US', 'CA').").optional()
13
+ }).describe("Request parameters for listing dynamic emergency endpoints.");
14
+ const TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema = zod.z.object({
15
+ id: zod.z.string().describe("Unique identifier of the dynamic emergency endpoint."),
16
+ status: zod.z.enum([
17
+ "pending",
18
+ "activated",
19
+ "rejected"
20
+ ]).describe("Current status of the endpoint."),
21
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the endpoint was created."),
22
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the endpoint was last updated."),
23
+ caller_name: zod.z.string().describe("Caller display name for emergency services."),
24
+ record_type: zod.z.string().describe("Resource type, always 'dynamic_emergency_endpoint'."),
25
+ sip_from_id: zod.z.string().describe("SIP From ID associated with the endpoint.").nullable().optional(),
26
+ callback_number: zod.z.string().describe("E.164 callback number for emergency services."),
27
+ dynamic_emergency_address_id: zod.z.string().describe("ID of the active dynamic emergency address tied to this endpoint.")
28
+ }).describe("A single dynamic emergency endpoint record.");
29
+ const TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema = zod.z.object({
30
+ page_size: zod.z.number().int().describe("Number of results per page."),
31
+ page_number: zod.z.number().int().describe("Current page number."),
32
+ total_pages: zod.z.number().int().describe("Total number of pages available."),
33
+ total_results: zod.z.number().int().describe("Total number of results available.")
34
+ }).describe("Pagination metadata for list responses.");
35
+ const TelnyxListDynamicEmergencyEndpointsOutput = zod.z.object({
36
+ data: zod.z.array(TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema).describe("List of dynamic emergency endpoint records."),
37
+ meta: TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema.nullable()
38
+ }).describe("Response schema for listing dynamic emergency endpoints.");
39
+ const telnyxListDynamicEmergencyEndpoints = require_action.action("TELNYX_LIST_DYNAMIC_EMERGENCY_ENDPOINTS", {
40
+ slug: "telnyx-list-dynamic-emergency-endpoints",
41
+ name: "List Dynamic Emergency Endpoints",
42
+ 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\".",
43
+ input: TelnyxListDynamicEmergencyEndpointsInput,
44
+ output: TelnyxListDynamicEmergencyEndpointsOutput
45
+ });
46
+ //#endregion
47
+ exports.telnyxListDynamicEmergencyEndpoints = telnyxListDynamicEmergencyEndpoints;
48
+
49
+ //# sourceMappingURL=list-dynamic-emergency-endpoints.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dynamic-emergency-endpoints.cjs","names":["z","action"],"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,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC1J,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qEAAmFA,IAAAA,EAAE,OAAO;CAChG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAa;CAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACpF,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AACvH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,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,oCAAoC;AAC/E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,MAAM,kEAAkE,CAAC,CAAC,SAAS,6CAA6C;CACxI,MAAM,yDAAyD,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,sCAAsCC,eAAAA,OAAO,2CAA2C;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-dynamic-emergency-endpoints.d.ts
4
+ declare const TelnyxListDynamicEmergencyEndpointsInput: z.ZodTypeAny;
5
+ declare const TelnyxListDynamicEmergencyEndpointsOutput: z.ZodTypeAny;
6
+ declare const telnyxListDynamicEmergencyEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListDynamicEmergencyEndpoints };
9
+ //# sourceMappingURL=list-dynamic-emergency-endpoints.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dynamic-emergency-endpoints.d.cts","names":[],"sources":["../../src/actions/list-dynamic-emergency-endpoints.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAKiB;AAAA,cAkB7D,yCAAA,EAA2C,CAAA,CAAE,UAGa;AAAA,cAE1D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-dynamic-emergency-endpoints.d.ts
4
+ declare const TelnyxListDynamicEmergencyEndpointsInput: z.ZodTypeAny;
5
+ declare const TelnyxListDynamicEmergencyEndpointsOutput: z.ZodTypeAny;
6
+ declare const telnyxListDynamicEmergencyEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListDynamicEmergencyEndpoints };
9
+ //# sourceMappingURL=list-dynamic-emergency-endpoints.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dynamic-emergency-endpoints.d.mts","names":[],"sources":["../../src/actions/list-dynamic-emergency-endpoints.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAKiB;AAAA,cAkB7D,yCAAA,EAA2C,CAAA,CAAE,UAGa;AAAA,cAE1D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-dynamic-emergency-endpoints.ts
4
+ const TelnyxListDynamicEmergencyEndpointsInput = z.object({
5
+ status: z.enum([
6
+ "pending",
7
+ "activated",
8
+ "rejected"
9
+ ]).describe("Filter by endpoint status. Possible values: 'pending', 'activated', 'rejected'.").optional(),
10
+ page_size: z.number().int().default(20).describe("Number of items per page (1–250).").optional(),
11
+ page_number: z.number().int().default(1).describe("Page number to load (must be >= 1).").optional(),
12
+ country_code: z.string().describe("Filter by ISO 3166-1 alpha-2 country code (e.g., 'US', 'CA').").optional()
13
+ }).describe("Request parameters for listing dynamic emergency endpoints.");
14
+ const TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema = z.object({
15
+ id: z.string().describe("Unique identifier of the dynamic emergency endpoint."),
16
+ status: z.enum([
17
+ "pending",
18
+ "activated",
19
+ "rejected"
20
+ ]).describe("Current status of the endpoint."),
21
+ created_at: z.string().describe("ISO 8601 timestamp when the endpoint was created."),
22
+ updated_at: z.string().describe("ISO 8601 timestamp when the endpoint was last updated."),
23
+ caller_name: z.string().describe("Caller display name for emergency services."),
24
+ record_type: z.string().describe("Resource type, always 'dynamic_emergency_endpoint'."),
25
+ sip_from_id: z.string().describe("SIP From ID associated with the endpoint.").nullable().optional(),
26
+ callback_number: z.string().describe("E.164 callback number for emergency services."),
27
+ dynamic_emergency_address_id: z.string().describe("ID of the active dynamic emergency address tied to this endpoint.")
28
+ }).describe("A single dynamic emergency endpoint record.");
29
+ const TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema = z.object({
30
+ page_size: z.number().int().describe("Number of results per page."),
31
+ page_number: z.number().int().describe("Current page number."),
32
+ total_pages: z.number().int().describe("Total number of pages available."),
33
+ total_results: z.number().int().describe("Total number of results available.")
34
+ }).describe("Pagination metadata for list responses.");
35
+ const telnyxListDynamicEmergencyEndpoints = action("TELNYX_LIST_DYNAMIC_EMERGENCY_ENDPOINTS", {
36
+ slug: "telnyx-list-dynamic-emergency-endpoints",
37
+ name: "List Dynamic Emergency Endpoints",
38
+ 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\".",
39
+ input: TelnyxListDynamicEmergencyEndpointsInput,
40
+ output: z.object({
41
+ data: z.array(TelnyxListDynamicEmergencyEndpoints_DynamicEmergencyEndpointSchema).describe("List of dynamic emergency endpoint records."),
42
+ meta: TelnyxListDynamicEmergencyEndpoints_PaginationMetaSchema.nullable()
43
+ }).describe("Response schema for listing dynamic emergency endpoints.")
44
+ });
45
+ //#endregion
46
+ export { telnyxListDynamicEmergencyEndpoints };
47
+
48
+ //# sourceMappingURL=list-dynamic-emergency-endpoints.mjs.map