@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,53 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-notification-event-conditions.ts
4
+ const TelnyxListNotificationEventConditionsInput = z.object({
5
+ page_size: z.number().int().default(20).describe("Number of results per page. Defaults to 20; max is 250.").optional(),
6
+ page_number: z.number().int().default(1).describe("Page number for pagination. Defaults to 1.").optional(),
7
+ filter_associated_record_type_eq: z.enum(["account", "phone_number"]).describe("Filter by associated record type. Allowed values: 'account', 'phone_number'.").optional()
8
+ }).describe("Request parameters for listing notification event conditions.");
9
+ const TelnyxListNotificationEventConditions_NotificationEventConditionParameterSchema = z.object({
10
+ name: z.string().describe("Name of the parameter."),
11
+ optional: z.boolean().describe("Whether the parameter is optional."),
12
+ data_type: z.string().describe("Data type of the parameter.")
13
+ }).describe("Parameter of a notification event condition.");
14
+ const TelnyxListNotificationEventConditions_NotificationEventConditionSchema = z.object({
15
+ id: z.string().describe("A UUID identifying the notification event condition."),
16
+ name: z.string().describe("Name of the notification event condition."),
17
+ enabled: z.boolean().describe("Whether the condition is enabled."),
18
+ created_at: z.string().describe("ISO 8601 creation timestamp."),
19
+ parameters: z.array(TelnyxListNotificationEventConditions_NotificationEventConditionParameterSchema).describe("List of parameters for the condition."),
20
+ updated_at: z.string().describe("ISO 8601 last update timestamp."),
21
+ description: z.string().describe("Description of the notification event condition."),
22
+ asynchronous: z.boolean().describe("Whether the condition is processed asynchronously."),
23
+ supported_channels: z.array(z.string()).describe("List of supported channels for the condition."),
24
+ notification_event_id: z.string().describe("UUID of the parent notification event."),
25
+ associated_record_type: z.enum(["account", "phone_number"]).describe("Associated record type. Possible values: 'account', 'phone_number'."),
26
+ allow_multiple_channels: z.boolean().describe("Whether multiple channels are allowed.")
27
+ }).describe("Data model for a notification event condition.");
28
+ const TelnyxListNotificationEventConditions_ListNotificationEventConditionsMetaSchema = z.object({
29
+ page_size: z.number().int().describe("Number of results per page."),
30
+ page_number: z.number().int().describe("Current page number."),
31
+ total_pages: z.number().int().describe("Total number of pages."),
32
+ total_results: z.number().int().describe("Total number of results.")
33
+ }).describe("Pagination metadata for listing notification event conditions.");
34
+ const TelnyxListNotificationEventConditions_PaginationLinksSchema = z.object({
35
+ next: z.string().describe("URL of the next page.").nullable().optional(),
36
+ prev: z.string().describe("URL of the previous page.").nullable().optional(),
37
+ self: z.string().describe("URL of this page.").nullable().optional()
38
+ }).describe("Pagination links for navigating list results.");
39
+ const telnyxListNotificationEventConditions = action("TELNYX_LIST_NOTIFICATION_EVENT_CONDITIONS", {
40
+ slug: "telnyx-list-notification-event-conditions",
41
+ name: "List Notification Event Conditions",
42
+ description: "Tool to list all notification event conditions. Use when you need to retrieve and paginate notification event conditions, optionally filtering by associated record type.",
43
+ input: TelnyxListNotificationEventConditionsInput,
44
+ output: z.object({
45
+ data: z.array(TelnyxListNotificationEventConditions_NotificationEventConditionSchema).describe("List of notification event condition objects."),
46
+ meta: TelnyxListNotificationEventConditions_ListNotificationEventConditionsMetaSchema.nullable(),
47
+ links: TelnyxListNotificationEventConditions_PaginationLinksSchema.nullable().optional()
48
+ }).describe("Response schema for listing notification event conditions.")
49
+ });
50
+ //#endregion
51
+ export { telnyxListNotificationEventConditions };
52
+
53
+ //# sourceMappingURL=list-notification-event-conditions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-event-conditions.mjs","names":[],"sources":["../../src/actions/list-notification-event-conditions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListNotificationEventConditionsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page. Defaults to 20; max is 250.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination. Defaults to 1.\").optional(),\n filter_associated_record_type_eq: z.enum([\"account\", \"phone_number\"]).describe(\"Filter by associated record type. Allowed values: 'account', 'phone_number'.\").optional(),\n}).describe(\"Request parameters for listing notification event conditions.\");\nconst TelnyxListNotificationEventConditions_NotificationEventConditionParameterSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the parameter.\"),\n optional: z.boolean().describe(\"Whether the parameter is optional.\"),\n data_type: z.string().describe(\"Data type of the parameter.\"),\n}).describe(\"Parameter of a notification event condition.\");\nconst TelnyxListNotificationEventConditions_NotificationEventConditionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID identifying the notification event condition.\"),\n name: z.string().describe(\"Name of the notification event condition.\"),\n enabled: z.boolean().describe(\"Whether the condition is enabled.\"),\n created_at: z.string().describe(\"ISO 8601 creation timestamp.\"),\n parameters: z.array(TelnyxListNotificationEventConditions_NotificationEventConditionParameterSchema).describe(\"List of parameters for the condition.\"),\n updated_at: z.string().describe(\"ISO 8601 last update timestamp.\"),\n description: z.string().describe(\"Description of the notification event condition.\"),\n asynchronous: z.boolean().describe(\"Whether the condition is processed asynchronously.\"),\n supported_channels: z.array(z.string()).describe(\"List of supported channels for the condition.\"),\n notification_event_id: z.string().describe(\"UUID of the parent notification event.\"),\n associated_record_type: z.enum([\"account\", \"phone_number\"]).describe(\"Associated record type. Possible values: 'account', 'phone_number'.\"),\n allow_multiple_channels: z.boolean().describe(\"Whether multiple channels are allowed.\"),\n}).describe(\"Data model for a notification event condition.\");\nconst TelnyxListNotificationEventConditions_ListNotificationEventConditionsMetaSchema: 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 notification event conditions.\");\nconst TelnyxListNotificationEventConditions_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 TelnyxListNotificationEventConditionsOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListNotificationEventConditions_NotificationEventConditionSchema).describe(\"List of notification event condition objects.\"),\n meta: TelnyxListNotificationEventConditions_ListNotificationEventConditionsMetaSchema.nullable(),\n links: TelnyxListNotificationEventConditions_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing notification event conditions.\");\n\nexport const telnyxListNotificationEventConditions = action(\"TELNYX_LIST_NOTIFICATION_EVENT_CONDITIONS\", {\n slug: \"telnyx-list-notification-event-conditions\",\n name: \"List Notification Event Conditions\",\n description: \"Tool to list all notification event conditions. Use when you need to retrieve and paginate notification event conditions, optionally filtering by associated record type.\",\n input: TelnyxListNotificationEventConditionsInput,\n output: TelnyxListNotificationEventConditionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,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,kCAAkC,EAAE,KAAK,CAAC,WAAW,cAAc,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC1K,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,kFAAgG,EAAE,OAAO;CAC7G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AAC9D,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,yEAAuF,EAAE,OAAO;CACpG,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,YAAY,EAAE,MAAM,+EAA+E,CAAC,CAAC,SAAS,uCAAuC;CACrJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;CACvF,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C;CAChG,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnF,wBAAwB,EAAE,KAAK,CAAC,WAAW,cAAc,CAAC,CAAC,CAAC,SAAS,qEAAqE;CAC1I,yBAAyB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,kFAAgG,EAAE,OAAO;CAC7G,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,gEAAgE;AAC5E,MAAM,8DAA4E,EAAE,OAAO;CACzF,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,+CAA+C;AAO3D,MAAa,wCAAwC,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuE,EAAE,OAAO;EAChF,MAAM,EAAE,MAAM,sEAAsE,CAAC,CAAC,SAAS,+CAA+C;EAC9I,MAAM,gFAAgF,SAAS;EAC/F,OAAO,4DAA4D,SAAS,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-notification-events.ts
4
+ const TelnyxListNotificationEventsInput = zod.z.object({
5
+ page_size: zod.z.number().int().default(20).describe("Number of results per page (1–250). Defaults to 20.").optional(),
6
+ page_number: zod.z.number().int().default(1).describe("Page number to load (must be ≥ 1). Defaults to 1.").optional()
7
+ }).describe("Request parameters for listing notification events.");
8
+ const TelnyxListNotificationEvents_PaginationLinksSchema = zod.z.object({
9
+ next: zod.z.string().describe("URL of the next page.").nullable().optional(),
10
+ prev: zod.z.string().describe("URL of the previous page.").nullable().optional(),
11
+ self: zod.z.string().describe("URL of this page.").nullable().optional()
12
+ }).describe("Pagination links for navigating list results.");
13
+ const TelnyxListNotificationEventsOutput = zod.z.object({ links: TelnyxListNotificationEvents_PaginationLinksSchema.nullable().optional() }).describe("Response schema for listing notification events.");
14
+ const telnyxListNotificationEvents = require_action.action("TELNYX_LIST_NOTIFICATION_EVENTS", {
15
+ slug: "telnyx-list-notification-events",
16
+ name: "List Notification Events",
17
+ description: "Tool to list all notification events with their IDs. Use to dynamically retrieve notification_event_condition_id values before configuring webhook subscriptions — IDs are account-specific and must not be hardcoded, as stale IDs silently prevent events (e.g., call routing, recording) from reaching the webhook.",
18
+ input: TelnyxListNotificationEventsInput,
19
+ output: TelnyxListNotificationEventsOutput
20
+ });
21
+ //#endregion
22
+ exports.telnyxListNotificationEvents = telnyxListNotificationEvents;
23
+
24
+ //# sourceMappingURL=list-notification-events.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-events.cjs","names":["z","action"],"sources":["../../src/actions/list-notification-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListNotificationEventsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page (1–250). Defaults to 20.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number to load (must be ≥ 1). Defaults to 1.\").optional(),\n}).describe(\"Request parameters for listing notification events.\");\nconst TelnyxListNotificationEvents_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 TelnyxListNotificationEventsOutput: z.ZodTypeAny = z.object({\n links: TelnyxListNotificationEvents_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing notification events.\");\n\nexport const telnyxListNotificationEvents = action(\"TELNYX_LIST_NOTIFICATION_EVENTS\", {\n slug: \"telnyx-list-notification-events\",\n name: \"List Notification Events\",\n description: \"Tool to list all notification events with their IDs. Use to dynamically retrieve notification_event_condition_id values before configuring webhook subscriptions — IDs are account-specific and must not be hardcoded, as stale IDs silently prevent events (e.g., call routing, recording) from reaching the webhook.\",\n input: TelnyxListNotificationEventsInput,\n output: TelnyxListNotificationEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,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,+CAA+C;AAC3D,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,OAAO,mDAAmD,SAAS,CAAC,CAAC,SAAS,EAChF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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-notification-events.d.ts
4
+ declare const TelnyxListNotificationEventsInput: z.ZodTypeAny;
5
+ declare const TelnyxListNotificationEventsOutput: z.ZodTypeAny;
6
+ declare const telnyxListNotificationEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListNotificationEvents };
9
+ //# sourceMappingURL=list-notification-events.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-events.d.cts","names":[],"sources":["../../src/actions/list-notification-events.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGgB;AAAA,cAMrD,kCAAA,EAAoC,CAAA,CAAE,UAEY;AAAA,cAElD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-notification-events.d.ts
4
+ declare const TelnyxListNotificationEventsInput: z.ZodTypeAny;
5
+ declare const TelnyxListNotificationEventsOutput: z.ZodTypeAny;
6
+ declare const telnyxListNotificationEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListNotificationEvents };
9
+ //# sourceMappingURL=list-notification-events.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-events.d.mts","names":[],"sources":["../../src/actions/list-notification-events.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGgB;AAAA,cAMrD,kCAAA,EAAoC,CAAA,CAAE,UAEY;AAAA,cAElD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-notification-events.ts
4
+ const TelnyxListNotificationEventsInput = z.object({
5
+ page_size: z.number().int().default(20).describe("Number of results per page (1–250). Defaults to 20.").optional(),
6
+ page_number: z.number().int().default(1).describe("Page number to load (must be ≥ 1). Defaults to 1.").optional()
7
+ }).describe("Request parameters for listing notification events.");
8
+ const TelnyxListNotificationEvents_PaginationLinksSchema = z.object({
9
+ next: z.string().describe("URL of the next page.").nullable().optional(),
10
+ prev: z.string().describe("URL of the previous page.").nullable().optional(),
11
+ self: z.string().describe("URL of this page.").nullable().optional()
12
+ }).describe("Pagination links for navigating list results.");
13
+ const telnyxListNotificationEvents = action("TELNYX_LIST_NOTIFICATION_EVENTS", {
14
+ slug: "telnyx-list-notification-events",
15
+ name: "List Notification Events",
16
+ description: "Tool to list all notification events with their IDs. Use to dynamically retrieve notification_event_condition_id values before configuring webhook subscriptions — IDs are account-specific and must not be hardcoded, as stale IDs silently prevent events (e.g., call routing, recording) from reaching the webhook.",
17
+ input: TelnyxListNotificationEventsInput,
18
+ output: z.object({ links: TelnyxListNotificationEvents_PaginationLinksSchema.nullable().optional() }).describe("Response schema for listing notification events.")
19
+ });
20
+ //#endregion
21
+ export { telnyxListNotificationEvents };
22
+
23
+ //# sourceMappingURL=list-notification-events.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-events.mjs","names":[],"sources":["../../src/actions/list-notification-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListNotificationEventsInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page (1–250). Defaults to 20.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number to load (must be ≥ 1). Defaults to 1.\").optional(),\n}).describe(\"Request parameters for listing notification events.\");\nconst TelnyxListNotificationEvents_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 TelnyxListNotificationEventsOutput: z.ZodTypeAny = z.object({\n links: TelnyxListNotificationEvents_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing notification events.\");\n\nexport const telnyxListNotificationEvents = action(\"TELNYX_LIST_NOTIFICATION_EVENTS\", {\n slug: \"telnyx-list-notification-events\",\n name: \"List Notification Events\",\n description: \"Tool to list all notification events with their IDs. Use to dynamically retrieve notification_event_condition_id values before configuring webhook subscriptions — IDs are account-specific and must not be hardcoded, as stale IDs silently prevent events (e.g., call routing, recording) from reaching the webhook.\",\n input: TelnyxListNotificationEventsInput,\n output: TelnyxListNotificationEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,qDAAmE,EAAE,OAAO;CAChF,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,+CAA+C;AAK3D,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,OAAO,mDAAmD,SAAS,CAAC,CAAC,SAAS,EAChF,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-notification-profiles.ts
4
+ const TelnyxListNotificationProfilesInput = zod.z.object({
5
+ page_size: zod.z.number().int().default(20).describe("Number of results per page. Defaults to 20.").optional(),
6
+ page_number: zod.z.number().int().default(1).describe("Page number for pagination. Defaults to 1.").optional()
7
+ }).describe("Request parameters for listing notification profiles.");
8
+ const TelnyxListNotificationProfiles_NotificationProfileSchema = zod.z.object({
9
+ id: zod.z.string().describe("A UUID identifying the notification profile."),
10
+ name: zod.z.string().describe("Human-readable name of the notification profile."),
11
+ created_at: zod.z.string().describe("ISO 8601 formatted creation timestamp."),
12
+ updated_at: zod.z.string().describe("ISO 8601 formatted last updated timestamp.")
13
+ }).describe("Data model for a notification profile resource.");
14
+ const TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema = zod.z.object({
15
+ page_size: zod.z.number().int().describe("Number of results per page."),
16
+ page_number: zod.z.number().int().describe("Current page number."),
17
+ total_pages: zod.z.number().int().describe("Total number of pages."),
18
+ total_results: zod.z.number().int().describe("Total number of results.")
19
+ }).describe("Pagination metadata for listing notification profiles.");
20
+ const TelnyxListNotificationProfilesOutput = zod.z.object({
21
+ data: zod.z.array(TelnyxListNotificationProfiles_NotificationProfileSchema).describe("List of notification profiles."),
22
+ meta: TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema.nullable()
23
+ }).describe("Response schema for listing notification profiles.");
24
+ const telnyxListNotificationProfiles = require_action.action("TELNYX_LIST_NOTIFICATION_PROFILES", {
25
+ slug: "telnyx-list-notification-profiles",
26
+ name: "List Notification Profiles",
27
+ description: "Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.",
28
+ input: TelnyxListNotificationProfilesInput,
29
+ output: TelnyxListNotificationProfilesOutput
30
+ });
31
+ //#endregion
32
+ exports.telnyxListNotificationProfiles = telnyxListNotificationProfiles;
33
+
34
+ //# sourceMappingURL=list-notification-profiles.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-profiles.cjs","names":["z","action"],"sources":["../../src/actions/list-notification-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListNotificationProfilesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page. Defaults to 20.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination. Defaults to 1.\").optional(),\n}).describe(\"Request parameters for listing notification profiles.\");\nconst TelnyxListNotificationProfiles_NotificationProfileSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID identifying the notification profile.\"),\n name: z.string().describe(\"Human-readable name of the notification profile.\"),\n created_at: z.string().describe(\"ISO 8601 formatted creation timestamp.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted last updated timestamp.\"),\n}).describe(\"Data model for a notification profile resource.\");\nconst TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema: 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 notification profiles.\");\nexport const TelnyxListNotificationProfilesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListNotificationProfiles_NotificationProfileSchema).describe(\"List of notification profiles.\"),\n meta: TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema.nullable(),\n}).describe(\"Response schema for listing notification profiles.\");\n\nexport const telnyxListNotificationProfiles = action(\"TELNYX_LIST_NOTIFICATION_PROFILES\", {\n slug: \"telnyx-list-notification-profiles\",\n name: \"List Notification Profiles\",\n description: \"Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.\",\n input: TelnyxListNotificationProfilesInput,\n output: TelnyxListNotificationProfilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC9E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,oEAAkFA,IAAAA,EAAE,OAAO;CAC/F,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,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,gCAAgC;CACjH,MAAM,kEAAkE,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,iCAAiCC,eAAAA,OAAO,qCAAqC;CACxF,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-notification-profiles.d.ts
4
+ declare const TelnyxListNotificationProfilesInput: z.ZodTypeAny;
5
+ declare const TelnyxListNotificationProfilesOutput: z.ZodTypeAny;
6
+ declare const telnyxListNotificationProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListNotificationProfiles };
9
+ //# sourceMappingURL=list-notification-profiles.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-profiles.d.cts","names":[],"sources":["../../src/actions/list-notification-profiles.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGgB;AAAA,cAavD,oCAAA,EAAsC,CAAA,CAAE,UAGY;AAAA,cAEpD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-notification-profiles.d.ts
4
+ declare const TelnyxListNotificationProfilesInput: z.ZodTypeAny;
5
+ declare const TelnyxListNotificationProfilesOutput: z.ZodTypeAny;
6
+ declare const telnyxListNotificationProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListNotificationProfiles };
9
+ //# sourceMappingURL=list-notification-profiles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-profiles.d.mts","names":[],"sources":["../../src/actions/list-notification-profiles.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGgB;AAAA,cAavD,oCAAA,EAAsC,CAAA,CAAE,UAGY;AAAA,cAEpD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-notification-profiles.ts
4
+ const TelnyxListNotificationProfilesInput = z.object({
5
+ page_size: z.number().int().default(20).describe("Number of results per page. Defaults to 20.").optional(),
6
+ page_number: z.number().int().default(1).describe("Page number for pagination. Defaults to 1.").optional()
7
+ }).describe("Request parameters for listing notification profiles.");
8
+ const TelnyxListNotificationProfiles_NotificationProfileSchema = z.object({
9
+ id: z.string().describe("A UUID identifying the notification profile."),
10
+ name: z.string().describe("Human-readable name of the notification profile."),
11
+ created_at: z.string().describe("ISO 8601 formatted creation timestamp."),
12
+ updated_at: z.string().describe("ISO 8601 formatted last updated timestamp.")
13
+ }).describe("Data model for a notification profile resource.");
14
+ const TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema = z.object({
15
+ page_size: z.number().int().describe("Number of results per page."),
16
+ page_number: z.number().int().describe("Current page number."),
17
+ total_pages: z.number().int().describe("Total number of pages."),
18
+ total_results: z.number().int().describe("Total number of results.")
19
+ }).describe("Pagination metadata for listing notification profiles.");
20
+ const telnyxListNotificationProfiles = action("TELNYX_LIST_NOTIFICATION_PROFILES", {
21
+ slug: "telnyx-list-notification-profiles",
22
+ name: "List Notification Profiles",
23
+ description: "Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.",
24
+ input: TelnyxListNotificationProfilesInput,
25
+ output: z.object({
26
+ data: z.array(TelnyxListNotificationProfiles_NotificationProfileSchema).describe("List of notification profiles."),
27
+ meta: TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema.nullable()
28
+ }).describe("Response schema for listing notification profiles.")
29
+ });
30
+ //#endregion
31
+ export { telnyxListNotificationProfiles };
32
+
33
+ //# sourceMappingURL=list-notification-profiles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-notification-profiles.mjs","names":[],"sources":["../../src/actions/list-notification-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListNotificationProfilesInput: z.ZodTypeAny = z.object({\n page_size: z.number().int().default(20).describe(\"Number of results per page. Defaults to 20.\").optional(),\n page_number: z.number().int().default(1).describe(\"Page number for pagination. Defaults to 1.\").optional(),\n}).describe(\"Request parameters for listing notification profiles.\");\nconst TelnyxListNotificationProfiles_NotificationProfileSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID identifying the notification profile.\"),\n name: z.string().describe(\"Human-readable name of the notification profile.\"),\n created_at: z.string().describe(\"ISO 8601 formatted creation timestamp.\"),\n updated_at: z.string().describe(\"ISO 8601 formatted last updated timestamp.\"),\n}).describe(\"Data model for a notification profile resource.\");\nconst TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema: 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 notification profiles.\");\nexport const TelnyxListNotificationProfilesOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListNotificationProfiles_NotificationProfileSchema).describe(\"List of notification profiles.\"),\n meta: TelnyxListNotificationProfiles_ListNotificationProfilesMetaSchema.nullable(),\n}).describe(\"Response schema for listing notification profiles.\");\n\nexport const telnyxListNotificationProfiles = action(\"TELNYX_LIST_NOTIFICATION_PROFILES\", {\n slug: \"telnyx-list-notification-profiles\",\n name: \"List Notification Profiles\",\n description: \"Tool to list all notification profiles. Use when you need to retrieve and paginate your notification profiles with optional pagination.\",\n input: TelnyxListNotificationProfilesInput,\n output: TelnyxListNotificationProfilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC9E,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,oEAAkF,EAAE,OAAO;CAC/F,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;AAMpE,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgE,EAAE,OAAO;EACzE,MAAM,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,gCAAgC;EACjH,MAAM,kEAAkE,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,57 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-phone-numbers.ts
4
+ const TelnyxListPhoneNumbersInput = zod.z.object({
5
+ sort: zod.z.string().describe("Comma-separated list of fields to sort by (e.g., 'phone_number').").optional(),
6
+ page_size: zod.z.number().int().describe("Results per page; maximum 1000.").optional(),
7
+ page_number: zod.z.number().int().describe("Page number for results pagination (starts at 1).").optional(),
8
+ filter_status: zod.z.string().describe("Filter numbers by status (e.g., 'ported_in', 'ported_away', 'provisioned').").optional(),
9
+ filter_phone_number: zod.z.string().describe("Return numbers matching this E.164 phone number format.").optional(),
10
+ filter_connection_id: zod.z.string().describe("Filter numbers by associated connection ID.").optional(),
11
+ filter_national_destination_code: zod.z.string().describe("Return numbers with this National Destination Code (NDC).").optional()
12
+ }).describe("Request parameters for listing phone numbers associated with your Telnyx account.");
13
+ const TelnyxListPhoneNumbers_PhoneNumberSchema = zod.z.object({
14
+ id: zod.z.string().describe("Unique identifier for the phone number."),
15
+ lata: zod.z.string().describe("Local access and transport area code of the phone number.").nullable().optional(),
16
+ status: zod.z.string().describe("Current status of the phone number."),
17
+ latitude: zod.z.string().describe("Latitude of the phone number location.").nullable().optional(),
18
+ longitude: zod.z.string().describe("Longitude of the phone number location.").nullable().optional(),
19
+ created_at: zod.z.string().describe("Timestamp when the phone number was created (ISO 8601)."),
20
+ updated_at: zod.z.string().describe("Timestamp when the phone number was last updated (ISO 8601)."),
21
+ fax_enabled: zod.z.boolean().describe("Whether fax is enabled on the phone number.").nullable().optional(),
22
+ mms_enabled: zod.z.boolean().describe("Whether MMS is enabled on the phone number.").nullable().optional(),
23
+ rate_center: zod.z.string().describe("Rate center of the phone number.").nullable().optional(),
24
+ sms_enabled: zod.z.boolean().describe("Whether SMS is enabled on the phone number.").nullable().optional(),
25
+ phone_number: zod.z.string().describe("Phone number in E.164 format."),
26
+ connection_id: zod.z.string().describe("ID of the associated connection, if any.").nullable().optional(),
27
+ voice_enabled: zod.z.boolean().describe("Whether voice is enabled on the phone number.").nullable().optional(),
28
+ e911_address_id: zod.z.string().describe("Associated E911 address ID, if any.").nullable().optional(),
29
+ national_destination_code: zod.z.string().describe("National Destination Code of the phone number.")
30
+ }).describe("Data model for a single phone number resource.");
31
+ const TelnyxListPhoneNumbers_PaginationMetaSchema = zod.z.object({
32
+ page_size: zod.z.number().int().describe("Number of records per page."),
33
+ page_number: zod.z.number().int().describe("Current page number."),
34
+ total_pages: zod.z.number().int().describe("Total number of pages."),
35
+ total_results: zod.z.number().int().describe("Total number of results.")
36
+ }).describe("Pagination metadata for list responses.");
37
+ const TelnyxListPhoneNumbers_PaginationLinksSchema = zod.z.object({
38
+ next: zod.z.string().describe("URL of the next page.").nullable().optional(),
39
+ prev: zod.z.string().describe("URL of the previous page.").nullable().optional(),
40
+ self: zod.z.string().describe("URL of this page.").nullable().optional()
41
+ }).describe("Pagination links for navigating list results.");
42
+ const TelnyxListPhoneNumbersOutput = zod.z.object({
43
+ data: zod.z.array(TelnyxListPhoneNumbers_PhoneNumberSchema).describe("List of phone number records."),
44
+ meta: TelnyxListPhoneNumbers_PaginationMetaSchema.nullable(),
45
+ links: TelnyxListPhoneNumbers_PaginationLinksSchema.nullable().optional()
46
+ }).describe("Response schema for listing phone numbers.");
47
+ const telnyxListPhoneNumbers = require_action.action("TELNYX_LIST_PHONE_NUMBERS", {
48
+ slug: "telnyx-list-phone-numbers",
49
+ name: "List Phone Numbers",
50
+ description: "Tool to list phone numbers associated with your account. Use when you need to retrieve and filter your phone numbers with optional pagination and sorting.",
51
+ input: TelnyxListPhoneNumbersInput,
52
+ output: TelnyxListPhoneNumbersOutput
53
+ });
54
+ //#endregion
55
+ exports.telnyxListPhoneNumbers = telnyxListPhoneNumbers;
56
+
57
+ //# sourceMappingURL=list-phone-numbers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-phone-numbers.cjs","names":["z","action"],"sources":["../../src/actions/list-phone-numbers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListPhoneNumbersInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Comma-separated list of fields to sort by (e.g., 'phone_number').\").optional(),\n page_size: z.number().int().describe(\"Results per page; maximum 1000.\").optional(),\n page_number: z.number().int().describe(\"Page number for results pagination (starts at 1).\").optional(),\n filter_status: z.string().describe(\"Filter numbers by status (e.g., 'ported_in', 'ported_away', 'provisioned').\").optional(),\n filter_phone_number: z.string().describe(\"Return numbers matching this E.164 phone number format.\").optional(),\n filter_connection_id: z.string().describe(\"Filter numbers by associated connection ID.\").optional(),\n filter_national_destination_code: z.string().describe(\"Return numbers with this National Destination Code (NDC).\").optional(),\n}).describe(\"Request parameters for listing phone numbers associated with your Telnyx account.\");\nconst TelnyxListPhoneNumbers_PhoneNumberSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the phone number.\"),\n lata: z.string().describe(\"Local access and transport area code of the phone number.\").nullable().optional(),\n status: z.string().describe(\"Current status of the phone number.\"),\n latitude: z.string().describe(\"Latitude of the phone number location.\").nullable().optional(),\n longitude: z.string().describe(\"Longitude of the phone number location.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the phone number was created (ISO 8601).\"),\n updated_at: z.string().describe(\"Timestamp when the phone number was last updated (ISO 8601).\"),\n fax_enabled: z.boolean().describe(\"Whether fax is enabled on the phone number.\").nullable().optional(),\n mms_enabled: z.boolean().describe(\"Whether MMS is enabled on the phone number.\").nullable().optional(),\n rate_center: z.string().describe(\"Rate center of the phone number.\").nullable().optional(),\n sms_enabled: z.boolean().describe(\"Whether SMS is enabled on the phone number.\").nullable().optional(),\n phone_number: z.string().describe(\"Phone number in E.164 format.\"),\n connection_id: z.string().describe(\"ID of the associated connection, if any.\").nullable().optional(),\n voice_enabled: z.boolean().describe(\"Whether voice is enabled on the phone number.\").nullable().optional(),\n e911_address_id: z.string().describe(\"Associated E911 address ID, if any.\").nullable().optional(),\n national_destination_code: z.string().describe(\"National Destination Code of the phone number.\"),\n}).describe(\"Data model for a single phone number resource.\");\nconst TelnyxListPhoneNumbers_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 TelnyxListPhoneNumbers_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 TelnyxListPhoneNumbersOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListPhoneNumbers_PhoneNumberSchema).describe(\"List of phone number records.\"),\n meta: TelnyxListPhoneNumbers_PaginationMetaSchema.nullable(),\n links: TelnyxListPhoneNumbers_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing phone numbers.\");\n\nexport const telnyxListPhoneNumbers = action(\"TELNYX_LIST_PHONE_NUMBERS\", {\n slug: \"telnyx-list-phone-numbers\",\n name: \"List Phone Numbers\",\n description: \"Tool to list phone numbers associated with your account. Use when you need to retrieve and filter your phone numbers with optional pagination and sorting.\",\n input: TelnyxListPhoneNumbersInput,\n output: TelnyxListPhoneNumbersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-phone-numbers.d.ts
4
+ declare const TelnyxListPhoneNumbersInput: z.ZodTypeAny;
5
+ declare const TelnyxListPhoneNumbersOutput: z.ZodTypeAny;
6
+ declare const telnyxListPhoneNumbers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListPhoneNumbers };
9
+ //# sourceMappingURL=list-phone-numbers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-phone-numbers.d.cts","names":[],"sources":["../../src/actions/list-phone-numbers.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAQoD;AAAA,cA8BnF,4BAAA,EAA8B,CAAA,CAAE,UAIY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-phone-numbers.d.ts
4
+ declare const TelnyxListPhoneNumbersInput: z.ZodTypeAny;
5
+ declare const TelnyxListPhoneNumbersOutput: z.ZodTypeAny;
6
+ declare const telnyxListPhoneNumbers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListPhoneNumbers };
9
+ //# sourceMappingURL=list-phone-numbers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-phone-numbers.d.mts","names":[],"sources":["../../src/actions/list-phone-numbers.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAQoD;AAAA,cA8BnF,4BAAA,EAA8B,CAAA,CAAE,UAIY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,56 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-phone-numbers.ts
4
+ const TelnyxListPhoneNumbersInput = z.object({
5
+ sort: z.string().describe("Comma-separated list of fields to sort by (e.g., 'phone_number').").optional(),
6
+ page_size: z.number().int().describe("Results per page; maximum 1000.").optional(),
7
+ page_number: z.number().int().describe("Page number for results pagination (starts at 1).").optional(),
8
+ filter_status: z.string().describe("Filter numbers by status (e.g., 'ported_in', 'ported_away', 'provisioned').").optional(),
9
+ filter_phone_number: z.string().describe("Return numbers matching this E.164 phone number format.").optional(),
10
+ filter_connection_id: z.string().describe("Filter numbers by associated connection ID.").optional(),
11
+ filter_national_destination_code: z.string().describe("Return numbers with this National Destination Code (NDC).").optional()
12
+ }).describe("Request parameters for listing phone numbers associated with your Telnyx account.");
13
+ const TelnyxListPhoneNumbers_PhoneNumberSchema = z.object({
14
+ id: z.string().describe("Unique identifier for the phone number."),
15
+ lata: z.string().describe("Local access and transport area code of the phone number.").nullable().optional(),
16
+ status: z.string().describe("Current status of the phone number."),
17
+ latitude: z.string().describe("Latitude of the phone number location.").nullable().optional(),
18
+ longitude: z.string().describe("Longitude of the phone number location.").nullable().optional(),
19
+ created_at: z.string().describe("Timestamp when the phone number was created (ISO 8601)."),
20
+ updated_at: z.string().describe("Timestamp when the phone number was last updated (ISO 8601)."),
21
+ fax_enabled: z.boolean().describe("Whether fax is enabled on the phone number.").nullable().optional(),
22
+ mms_enabled: z.boolean().describe("Whether MMS is enabled on the phone number.").nullable().optional(),
23
+ rate_center: z.string().describe("Rate center of the phone number.").nullable().optional(),
24
+ sms_enabled: z.boolean().describe("Whether SMS is enabled on the phone number.").nullable().optional(),
25
+ phone_number: z.string().describe("Phone number in E.164 format."),
26
+ connection_id: z.string().describe("ID of the associated connection, if any.").nullable().optional(),
27
+ voice_enabled: z.boolean().describe("Whether voice is enabled on the phone number.").nullable().optional(),
28
+ e911_address_id: z.string().describe("Associated E911 address ID, if any.").nullable().optional(),
29
+ national_destination_code: z.string().describe("National Destination Code of the phone number.")
30
+ }).describe("Data model for a single phone number resource.");
31
+ const TelnyxListPhoneNumbers_PaginationMetaSchema = z.object({
32
+ page_size: z.number().int().describe("Number of records per page."),
33
+ page_number: z.number().int().describe("Current page number."),
34
+ total_pages: z.number().int().describe("Total number of pages."),
35
+ total_results: z.number().int().describe("Total number of results.")
36
+ }).describe("Pagination metadata for list responses.");
37
+ const TelnyxListPhoneNumbers_PaginationLinksSchema = z.object({
38
+ next: z.string().describe("URL of the next page.").nullable().optional(),
39
+ prev: z.string().describe("URL of the previous page.").nullable().optional(),
40
+ self: z.string().describe("URL of this page.").nullable().optional()
41
+ }).describe("Pagination links for navigating list results.");
42
+ const telnyxListPhoneNumbers = action("TELNYX_LIST_PHONE_NUMBERS", {
43
+ slug: "telnyx-list-phone-numbers",
44
+ name: "List Phone Numbers",
45
+ description: "Tool to list phone numbers associated with your account. Use when you need to retrieve and filter your phone numbers with optional pagination and sorting.",
46
+ input: TelnyxListPhoneNumbersInput,
47
+ output: z.object({
48
+ data: z.array(TelnyxListPhoneNumbers_PhoneNumberSchema).describe("List of phone number records."),
49
+ meta: TelnyxListPhoneNumbers_PaginationMetaSchema.nullable(),
50
+ links: TelnyxListPhoneNumbers_PaginationLinksSchema.nullable().optional()
51
+ }).describe("Response schema for listing phone numbers.")
52
+ });
53
+ //#endregion
54
+ export { telnyxListPhoneNumbers };
55
+
56
+ //# sourceMappingURL=list-phone-numbers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-phone-numbers.mjs","names":[],"sources":["../../src/actions/list-phone-numbers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListPhoneNumbersInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Comma-separated list of fields to sort by (e.g., 'phone_number').\").optional(),\n page_size: z.number().int().describe(\"Results per page; maximum 1000.\").optional(),\n page_number: z.number().int().describe(\"Page number for results pagination (starts at 1).\").optional(),\n filter_status: z.string().describe(\"Filter numbers by status (e.g., 'ported_in', 'ported_away', 'provisioned').\").optional(),\n filter_phone_number: z.string().describe(\"Return numbers matching this E.164 phone number format.\").optional(),\n filter_connection_id: z.string().describe(\"Filter numbers by associated connection ID.\").optional(),\n filter_national_destination_code: z.string().describe(\"Return numbers with this National Destination Code (NDC).\").optional(),\n}).describe(\"Request parameters for listing phone numbers associated with your Telnyx account.\");\nconst TelnyxListPhoneNumbers_PhoneNumberSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the phone number.\"),\n lata: z.string().describe(\"Local access and transport area code of the phone number.\").nullable().optional(),\n status: z.string().describe(\"Current status of the phone number.\"),\n latitude: z.string().describe(\"Latitude of the phone number location.\").nullable().optional(),\n longitude: z.string().describe(\"Longitude of the phone number location.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the phone number was created (ISO 8601).\"),\n updated_at: z.string().describe(\"Timestamp when the phone number was last updated (ISO 8601).\"),\n fax_enabled: z.boolean().describe(\"Whether fax is enabled on the phone number.\").nullable().optional(),\n mms_enabled: z.boolean().describe(\"Whether MMS is enabled on the phone number.\").nullable().optional(),\n rate_center: z.string().describe(\"Rate center of the phone number.\").nullable().optional(),\n sms_enabled: z.boolean().describe(\"Whether SMS is enabled on the phone number.\").nullable().optional(),\n phone_number: z.string().describe(\"Phone number in E.164 format.\"),\n connection_id: z.string().describe(\"ID of the associated connection, if any.\").nullable().optional(),\n voice_enabled: z.boolean().describe(\"Whether voice is enabled on the phone number.\").nullable().optional(),\n e911_address_id: z.string().describe(\"Associated E911 address ID, if any.\").nullable().optional(),\n national_destination_code: z.string().describe(\"National Destination Code of the phone number.\"),\n}).describe(\"Data model for a single phone number resource.\");\nconst TelnyxListPhoneNumbers_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 TelnyxListPhoneNumbers_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 TelnyxListPhoneNumbersOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListPhoneNumbers_PhoneNumberSchema).describe(\"List of phone number records.\"),\n meta: TelnyxListPhoneNumbers_PaginationMetaSchema.nullable(),\n links: TelnyxListPhoneNumbers_PaginationLinksSchema.nullable().optional(),\n}).describe(\"Response schema for listing phone numbers.\");\n\nexport const telnyxListPhoneNumbers = action(\"TELNYX_LIST_PHONE_NUMBERS\", {\n slug: \"telnyx-list-phone-numbers\",\n name: \"List Phone Numbers\",\n description: \"Tool to list phone numbers associated with your account. Use when you need to retrieve and filter your phone numbers with optional pagination and sorting.\",\n input: TelnyxListPhoneNumbersInput,\n output: TelnyxListPhoneNumbersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,65 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-sso-authentication-providers.ts
4
+ const TelnyxListSsoAuthenticationProvidersInput = zod.z.object({
5
+ sort: zod.z.enum([
6
+ "name",
7
+ "-name",
8
+ "short_name",
9
+ "-short_name",
10
+ "active",
11
+ "-active",
12
+ "created_at",
13
+ "-created_at",
14
+ "updated_at",
15
+ "-updated_at"
16
+ ]).default("-created_at").describe("Sort order for results. Prefix field with '-' for descending order.").optional(),
17
+ page_size: zod.z.number().int().default(20).describe("Size of the page. Must be between 1 and 250.").optional(),
18
+ page_number: zod.z.number().int().default(1).describe("The page number to load. Must be ≥ 1.").optional()
19
+ }).describe("Request parameters for listing SSO authentication providers.");
20
+ const TelnyxListSsoAuthenticationProviders_AuthenticationProviderSettingsSchema = zod.z.object({
21
+ idp_entity_id: zod.z.string().describe("The Entity ID for the identity provider (IdP)."),
22
+ idp_sso_target_url: zod.z.string().describe("The SSO target URL for the identity provider (IdP)."),
23
+ idp_cert_fingerprint: zod.z.string().describe("The certificate fingerprint for the identity provider (IdP)."),
24
+ name_identifier_format: zod.z.string().describe("Name identifier format used by both the IdP and Telnyx."),
25
+ service_provider_entity_id: zod.z.string().describe("The Entity ID for the service provider (Telnyx)."),
26
+ assertion_consumer_service_url: zod.z.string().describe("The Assertion Consumer Service URL for the service provider (Telnyx)."),
27
+ idp_cert_fingerprint_algorithm: zod.z.enum([
28
+ "sha1",
29
+ "sha256",
30
+ "sha384",
31
+ "sha512"
32
+ ]).describe("The algorithm used to generate the IdP certificate fingerprint.")
33
+ }).describe("SSO authentication provider settings.");
34
+ const TelnyxListSsoAuthenticationProviders_SSOAuthenticationProviderSchema = zod.z.object({
35
+ id: zod.z.string().describe("Unique identifier for the authentication provider."),
36
+ name: zod.z.string().describe("Human-friendly name of the authentication provider."),
37
+ active: zod.z.boolean().describe("Active status of the authentication provider."),
38
+ settings: TelnyxListSsoAuthenticationProviders_AuthenticationProviderSettingsSchema.nullable(),
39
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the provider was created."),
40
+ short_name: zod.z.string().describe("URL-friendly short name of the authentication provider."),
41
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the provider was last updated."),
42
+ record_type: zod.z.string().describe("Resource type, always 'authentication_provider'."),
43
+ organization_id: zod.z.string().describe("ID of the Organization the provider belongs to.")
44
+ }).describe("A single SSO authentication provider record.");
45
+ const TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema = zod.z.object({
46
+ page_size: zod.z.number().int().describe("Number of items per page."),
47
+ page_number: zod.z.number().int().describe("Current page number."),
48
+ total_pages: zod.z.number().int().describe("Total number of pages."),
49
+ total_results: zod.z.number().int().describe("Total number of results.")
50
+ }).describe("Pagination metadata for listing SSO authentication providers.");
51
+ const TelnyxListSsoAuthenticationProvidersOutput = zod.z.object({
52
+ data: zod.z.array(TelnyxListSsoAuthenticationProviders_SSOAuthenticationProviderSchema).describe("List of authentication provider records."),
53
+ meta: TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema.nullable()
54
+ }).describe("Response schema for listing SSO authentication providers.");
55
+ const telnyxListSsoAuthenticationProviders = require_action.action("TELNYX_LIST_SSO_AUTHENTICATION_PROVIDERS", {
56
+ slug: "telnyx-list-sso-authentication-providers",
57
+ name: "List SSO Authentication Providers",
58
+ description: "Tool to retrieve all configured SSO authentication providers. Use after authenticating to enumerate your organization's SSO providers.",
59
+ input: TelnyxListSsoAuthenticationProvidersInput,
60
+ output: TelnyxListSsoAuthenticationProvidersOutput
61
+ });
62
+ //#endregion
63
+ exports.telnyxListSsoAuthenticationProviders = telnyxListSsoAuthenticationProviders;
64
+
65
+ //# sourceMappingURL=list-sso-authentication-providers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sso-authentication-providers.cjs","names":["z","action"],"sources":["../../src/actions/list-sso-authentication-providers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxListSsoAuthenticationProvidersInput: z.ZodTypeAny = z.object({\n sort: z.enum([\"name\", \"-name\", \"short_name\", \"-short_name\", \"active\", \"-active\", \"created_at\", \"-created_at\", \"updated_at\", \"-updated_at\"]).default(\"-created_at\").describe(\"Sort order for results. Prefix field with '-' for descending order.\").optional(),\n page_size: z.number().int().default(20).describe(\"Size of the page. Must be between 1 and 250.\").optional(),\n page_number: z.number().int().default(1).describe(\"The page number to load. Must be ≥ 1.\").optional(),\n}).describe(\"Request parameters for listing SSO authentication providers.\");\nconst TelnyxListSsoAuthenticationProviders_AuthenticationProviderSettingsSchema: z.ZodTypeAny = z.object({\n idp_entity_id: z.string().describe(\"The Entity ID for the identity provider (IdP).\"),\n idp_sso_target_url: z.string().describe(\"The SSO target URL for the identity provider (IdP).\"),\n idp_cert_fingerprint: z.string().describe(\"The certificate fingerprint for the identity provider (IdP).\"),\n name_identifier_format: z.string().describe(\"Name identifier format used by both the IdP and Telnyx.\"),\n service_provider_entity_id: z.string().describe(\"The Entity ID for the service provider (Telnyx).\"),\n assertion_consumer_service_url: z.string().describe(\"The Assertion Consumer Service URL for the service provider (Telnyx).\"),\n idp_cert_fingerprint_algorithm: z.enum([\"sha1\", \"sha256\", \"sha384\", \"sha512\"]).describe(\"The algorithm used to generate the IdP certificate fingerprint.\"),\n}).describe(\"SSO authentication provider settings.\");\nconst TelnyxListSsoAuthenticationProviders_SSOAuthenticationProviderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the authentication provider.\"),\n name: z.string().describe(\"Human-friendly name of the authentication provider.\"),\n active: z.boolean().describe(\"Active status of the authentication provider.\"),\n settings: TelnyxListSsoAuthenticationProviders_AuthenticationProviderSettingsSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the provider was created.\"),\n short_name: z.string().describe(\"URL-friendly short name of the authentication provider.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the provider was last updated.\"),\n record_type: z.string().describe(\"Resource type, always 'authentication_provider'.\"),\n organization_id: z.string().describe(\"ID of the Organization the provider belongs to.\"),\n}).describe(\"A single SSO authentication provider record.\");\nconst TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema: 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 SSO authentication providers.\");\nexport const TelnyxListSsoAuthenticationProvidersOutput: z.ZodTypeAny = z.object({\n data: z.array(TelnyxListSsoAuthenticationProviders_SSOAuthenticationProviderSchema).describe(\"List of authentication provider records.\"),\n meta: TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema.nullable(),\n}).describe(\"Response schema for listing SSO authentication providers.\");\n\nexport const telnyxListSsoAuthenticationProviders = action(\"TELNYX_LIST_SSO_AUTHENTICATION_PROVIDERS\", {\n slug: \"telnyx-list-sso-authentication-providers\",\n name: \"List SSO Authentication Providers\",\n description: \"Tool to retrieve all configured SSO authentication providers. Use after authenticating to enumerate your organization's SSO providers.\",\n input: TelnyxListSsoAuthenticationProvidersInput,\n output: TelnyxListSsoAuthenticationProvidersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAc;EAAe;EAAU;EAAW;EAAc;EAAe;EAAc;CAAa,CAAC,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC5P,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4EAA0FA,IAAAA,EAAE,OAAO;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7F,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxG,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrG,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClG,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CAC3H,gCAAgCA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAU;EAAU;CAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC3J,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,uEAAqFA,IAAAA,EAAE,OAAO;CAClG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC/E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC5E,UAAU,0EAA0E,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACxF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,gFAA8FA,IAAAA,EAAE,OAAO;CAC3G,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,+DAA+D;AAC3E,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,0CAA0C;CACvI,MAAM,8EAA8E,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,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-sso-authentication-providers.d.ts
4
+ declare const TelnyxListSsoAuthenticationProvidersInput: z.ZodTypeAny;
5
+ declare const TelnyxListSsoAuthenticationProvidersOutput: z.ZodTypeAny;
6
+ declare const telnyxListSsoAuthenticationProviders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListSsoAuthenticationProviders };
9
+ //# sourceMappingURL=list-sso-authentication-providers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sso-authentication-providers.d.cts","names":[],"sources":["../../src/actions/list-sso-authentication-providers.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAIiB;AAAA,cA2B9D,0CAAA,EAA4C,CAAA,CAAE,UAGa;AAAA,cAE3D,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-sso-authentication-providers.d.ts
4
+ declare const TelnyxListSsoAuthenticationProvidersInput: z.ZodTypeAny;
5
+ declare const TelnyxListSsoAuthenticationProvidersOutput: z.ZodTypeAny;
6
+ declare const telnyxListSsoAuthenticationProviders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxListSsoAuthenticationProviders };
9
+ //# sourceMappingURL=list-sso-authentication-providers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sso-authentication-providers.d.mts","names":[],"sources":["../../src/actions/list-sso-authentication-providers.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAIiB;AAAA,cA2B9D,0CAAA,EAA4C,CAAA,CAAE,UAGa;AAAA,cAE3D,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}