@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,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-network.ts
4
+ const TelnyxUpdateNetworkInput = z.object({
5
+ name: z.string().describe("New name for the network.").optional(),
6
+ tags: z.array(z.string()).describe("List of tags to assign to the network.").optional(),
7
+ network_id: z.string().describe("Unique identifier for the network to update.")
8
+ }).describe("Request parameters for updating an existing network.");
9
+ const TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema = z.object({
10
+ id: z.string().describe("Unique identifier for the network."),
11
+ tags: z.array(z.string()).describe("Tags associated with the network.").nullable().optional(),
12
+ created_at: z.string().describe("ISO 8601 timestamp when the network was created."),
13
+ updated_at: z.string().describe("ISO 8601 timestamp when the network was last updated."),
14
+ record_type: z.string().describe("Record type (always 'network').")
15
+ }).describe("Data model for the updated network.");
16
+ const telnyxUpdateNetwork = action("TELNYX_UPDATE_NETWORK", {
17
+ slug: "telnyx-update-network",
18
+ name: "Update Network",
19
+ description: "Tool to update details of an existing network. Use when you have a network's identifier and need to modify its name or tags.",
20
+ input: TelnyxUpdateNetworkInput,
21
+ output: z.object({ data: TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema.nullable() }).describe("Response schema for updating a network.")
22
+ });
23
+ //#endregion
24
+ export { telnyxUpdateNetwork };
25
+
26
+ //# sourceMappingURL=update-network.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network.mjs","names":[],"sources":["../../src/actions/update-network.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxUpdateNetworkInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"New name for the network.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags to assign to the network.\").optional(),\n network_id: z.string().describe(\"Unique identifier for the network to update.\"),\n}).describe(\"Request parameters for updating an existing network.\");\nconst TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the network.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the network.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the network was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the network was last updated.\"),\n record_type: z.string().describe(\"Record type (always 'network').\"),\n}).describe(\"Data model for the updated network.\");\nexport const TelnyxUpdateNetworkOutput: z.ZodTypeAny = z.object({\n data: TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema.nullable(),\n}).describe(\"Response schema for updating a network.\");\n\nexport const telnyxUpdateNetwork = action(\"TELNYX_UPDATE_NETWORK\", {\n slug: \"telnyx-update-network\",\n name: \"Update Network\",\n description: \"Tool to update details of an existing network. Use when you have a network's identifier and need to modify its name or tags.\",\n input: TelnyxUpdateNetworkInput,\n output: TelnyxUpdateNetworkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAChF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AACpE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,oDAAoD,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const telnyx = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "telnyx",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.telnyx = telnyx;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const telnyx = defineApp({\n slug: \"telnyx\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,UAAA,uCAAA,CAAA,CAAA,UAAA,CAAmB;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const telnyx: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { telnyx };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const telnyx: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { telnyx };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const telnyx = defineApp({
4
+ slug: "telnyx",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { telnyx };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const telnyx = defineApp({\n slug: \"telnyx\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const telnyxCatalog = {
4
+ "slug": "telnyx",
5
+ "name": "Telnyx",
6
+ "description": "Telnyx is a communications platform offering voice, messaging, and data services through a global private network.",
7
+ "category": "Phone & SMS",
8
+ "logo": "https://logos.composio.dev/api/telnyx",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.telnyxCatalog = telnyxCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const telnyxCatalog = {\n \"slug\": \"telnyx\",\n \"name\": \"Telnyx\",\n \"description\": \"Telnyx is a communications platform offering voice, messaging, and data services through a global private network.\",\n \"category\": \"Phone & SMS\",\n \"logo\": \"https://logos.composio.dev/api/telnyx\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const telnyxCatalog: {
4
+ readonly slug: "telnyx";
5
+ readonly name: "Telnyx";
6
+ readonly description: "Telnyx is a communications platform offering voice, messaging, and data services through a global private network.";
7
+ readonly category: "Phone & SMS";
8
+ readonly logo: "https://logos.composio.dev/api/telnyx";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { telnyxCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const telnyxCatalog: {
4
+ readonly slug: "telnyx";
5
+ readonly name: "Telnyx";
6
+ readonly description: "Telnyx is a communications platform offering voice, messaging, and data services through a global private network.";
7
+ readonly category: "Phone & SMS";
8
+ readonly logo: "https://logos.composio.dev/api/telnyx";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { telnyxCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const telnyxCatalog = {
4
+ "slug": "telnyx",
5
+ "name": "Telnyx",
6
+ "description": "Telnyx is a communications platform offering voice, messaging, and data services through a global private network.",
7
+ "category": "Phone & SMS",
8
+ "logo": "https://logos.composio.dev/api/telnyx",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { telnyxCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const telnyxCatalog = {\n \"slug\": \"telnyx\",\n \"name\": \"Telnyx\",\n \"description\": \"Telnyx is a communications platform offering voice, messaging, and data services through a global private network.\",\n \"category\": \"Phone & SMS\",\n \"logo\": \"https://logos.composio.dev/api/telnyx\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "telnyx";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeTelnyxTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeTelnyxTool = executeTelnyxTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"telnyx\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeTelnyxTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,kBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "telnyx";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeTelnyxTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeTelnyxTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"telnyx\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeTelnyxTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,kBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,66 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_create_network = require("./actions/create-network.cjs");
5
+ const require_create_notification_channel = require("./actions/create-notification-channel.cjs");
6
+ const require_create_notification_profile = require("./actions/create-notification-profile.cjs");
7
+ const require_create_notification_setting = require("./actions/create-notification-setting.cjs");
8
+ const require_delete_network = require("./actions/delete-network.cjs");
9
+ const require_delete_notification_channel = require("./actions/delete-notification-channel.cjs");
10
+ const require_delete_notification_profile = require("./actions/delete-notification-profile.cjs");
11
+ const require_delete_notification_setting = require("./actions/delete-notification-setting.cjs");
12
+ const require_get_black_box_test_results = require("./actions/get-black-box-test-results.cjs");
13
+ const require_get_user_balance = require("./actions/get-user-balance.cjs");
14
+ const require_list_audit_logs = require("./actions/list-audit-logs.cjs");
15
+ const require_list_connections = require("./actions/list-connections.cjs");
16
+ const require_list_dynamic_emergency_endpoints = require("./actions/list-dynamic-emergency-endpoints.cjs");
17
+ const require_list_global_ip_health_check_types = require("./actions/list-global-ip-health-check-types.cjs");
18
+ const require_list_messaging_profiles = require("./actions/list-messaging-profiles.cjs");
19
+ const require_list_messaging_url_domains = require("./actions/list-messaging-url-domains.cjs");
20
+ const require_list_mobile_network_operators = require("./actions/list-mobile-network-operators.cjs");
21
+ const require_list_network_interfaces = require("./actions/list-network-interfaces.cjs");
22
+ const require_list_networks = require("./actions/list-networks.cjs");
23
+ const require_list_notification_channels = require("./actions/list-notification-channels.cjs");
24
+ const require_list_notification_event_conditions = require("./actions/list-notification-event-conditions.cjs");
25
+ const require_list_notification_events = require("./actions/list-notification-events.cjs");
26
+ const require_list_notification_profiles = require("./actions/list-notification-profiles.cjs");
27
+ const require_list_phone_numbers = require("./actions/list-phone-numbers.cjs");
28
+ const require_list_sso_authentication_providers = require("./actions/list-sso-authentication-providers.cjs");
29
+ const require_retrieve_network = require("./actions/retrieve-network.cjs");
30
+ const require_retrieve_notification_channel = require("./actions/retrieve-notification-channel.cjs");
31
+ const require_retrieve_notification_profile = require("./actions/retrieve-notification-profile.cjs");
32
+ const require_retrieve_notification_setting = require("./actions/retrieve-notification-setting.cjs");
33
+ const require_update_network = require("./actions/update-network.cjs");
34
+ require("./actions/index.cjs");
35
+ exports.telnyx = require_app.telnyx;
36
+ exports.telnyxCatalog = require_catalog.telnyxCatalog;
37
+ exports.telnyxCreateNetwork = require_create_network.telnyxCreateNetwork;
38
+ exports.telnyxCreateNotificationChannel = require_create_notification_channel.telnyxCreateNotificationChannel;
39
+ exports.telnyxCreateNotificationProfile = require_create_notification_profile.telnyxCreateNotificationProfile;
40
+ exports.telnyxCreateNotificationSetting = require_create_notification_setting.telnyxCreateNotificationSetting;
41
+ exports.telnyxDeleteNetwork = require_delete_network.telnyxDeleteNetwork;
42
+ exports.telnyxDeleteNotificationChannel = require_delete_notification_channel.telnyxDeleteNotificationChannel;
43
+ exports.telnyxDeleteNotificationProfile = require_delete_notification_profile.telnyxDeleteNotificationProfile;
44
+ exports.telnyxDeleteNotificationSetting = require_delete_notification_setting.telnyxDeleteNotificationSetting;
45
+ exports.telnyxGetBlackBoxTestResults = require_get_black_box_test_results.telnyxGetBlackBoxTestResults;
46
+ exports.telnyxGetUserBalance = require_get_user_balance.telnyxGetUserBalance;
47
+ exports.telnyxListAuditLogs = require_list_audit_logs.telnyxListAuditLogs;
48
+ exports.telnyxListConnections = require_list_connections.telnyxListConnections;
49
+ exports.telnyxListDynamicEmergencyEndpoints = require_list_dynamic_emergency_endpoints.telnyxListDynamicEmergencyEndpoints;
50
+ exports.telnyxListGlobalIpHealthCheckTypes = require_list_global_ip_health_check_types.telnyxListGlobalIpHealthCheckTypes;
51
+ exports.telnyxListMessagingProfiles = require_list_messaging_profiles.telnyxListMessagingProfiles;
52
+ exports.telnyxListMessagingUrlDomains = require_list_messaging_url_domains.telnyxListMessagingUrlDomains;
53
+ exports.telnyxListMobileNetworkOperators = require_list_mobile_network_operators.telnyxListMobileNetworkOperators;
54
+ exports.telnyxListNetworkInterfaces = require_list_network_interfaces.telnyxListNetworkInterfaces;
55
+ exports.telnyxListNetworks = require_list_networks.telnyxListNetworks;
56
+ exports.telnyxListNotificationChannels = require_list_notification_channels.telnyxListNotificationChannels;
57
+ exports.telnyxListNotificationEventConditions = require_list_notification_event_conditions.telnyxListNotificationEventConditions;
58
+ exports.telnyxListNotificationEvents = require_list_notification_events.telnyxListNotificationEvents;
59
+ exports.telnyxListNotificationProfiles = require_list_notification_profiles.telnyxListNotificationProfiles;
60
+ exports.telnyxListPhoneNumbers = require_list_phone_numbers.telnyxListPhoneNumbers;
61
+ exports.telnyxListSsoAuthenticationProviders = require_list_sso_authentication_providers.telnyxListSsoAuthenticationProviders;
62
+ exports.telnyxRetrieveNetwork = require_retrieve_network.telnyxRetrieveNetwork;
63
+ exports.telnyxRetrieveNotificationChannel = require_retrieve_notification_channel.telnyxRetrieveNotificationChannel;
64
+ exports.telnyxRetrieveNotificationProfile = require_retrieve_notification_profile.telnyxRetrieveNotificationProfile;
65
+ exports.telnyxRetrieveNotificationSetting = require_retrieve_notification_setting.telnyxRetrieveNotificationSetting;
66
+ exports.telnyxUpdateNetwork = require_update_network.telnyxUpdateNetwork;
@@ -0,0 +1,33 @@
1
+ import { telnyxCreateNetwork } from "./actions/create-network.cjs";
2
+ import { telnyxCreateNotificationChannel } from "./actions/create-notification-channel.cjs";
3
+ import { telnyxCreateNotificationProfile } from "./actions/create-notification-profile.cjs";
4
+ import { telnyxCreateNotificationSetting } from "./actions/create-notification-setting.cjs";
5
+ import { telnyxDeleteNetwork } from "./actions/delete-network.cjs";
6
+ import { telnyxDeleteNotificationChannel } from "./actions/delete-notification-channel.cjs";
7
+ import { telnyxDeleteNotificationProfile } from "./actions/delete-notification-profile.cjs";
8
+ import { telnyxDeleteNotificationSetting } from "./actions/delete-notification-setting.cjs";
9
+ import { telnyxGetBlackBoxTestResults } from "./actions/get-black-box-test-results.cjs";
10
+ import { telnyxGetUserBalance } from "./actions/get-user-balance.cjs";
11
+ import { telnyxListAuditLogs } from "./actions/list-audit-logs.cjs";
12
+ import { telnyxListConnections } from "./actions/list-connections.cjs";
13
+ import { telnyxListDynamicEmergencyEndpoints } from "./actions/list-dynamic-emergency-endpoints.cjs";
14
+ import { telnyxListGlobalIpHealthCheckTypes } from "./actions/list-global-ip-health-check-types.cjs";
15
+ import { telnyxListMessagingProfiles } from "./actions/list-messaging-profiles.cjs";
16
+ import { telnyxListMessagingUrlDomains } from "./actions/list-messaging-url-domains.cjs";
17
+ import { telnyxListMobileNetworkOperators } from "./actions/list-mobile-network-operators.cjs";
18
+ import { telnyxListNetworkInterfaces } from "./actions/list-network-interfaces.cjs";
19
+ import { telnyxListNetworks } from "./actions/list-networks.cjs";
20
+ import { telnyxListNotificationChannels } from "./actions/list-notification-channels.cjs";
21
+ import { telnyxListNotificationEventConditions } from "./actions/list-notification-event-conditions.cjs";
22
+ import { telnyxListNotificationEvents } from "./actions/list-notification-events.cjs";
23
+ import { telnyxListNotificationProfiles } from "./actions/list-notification-profiles.cjs";
24
+ import { telnyxListPhoneNumbers } from "./actions/list-phone-numbers.cjs";
25
+ import { telnyxListSsoAuthenticationProviders } from "./actions/list-sso-authentication-providers.cjs";
26
+ import { telnyxRetrieveNetwork } from "./actions/retrieve-network.cjs";
27
+ import { telnyxRetrieveNotificationChannel } from "./actions/retrieve-notification-channel.cjs";
28
+ import { telnyxRetrieveNotificationProfile } from "./actions/retrieve-notification-profile.cjs";
29
+ import { telnyxRetrieveNotificationSetting } from "./actions/retrieve-notification-setting.cjs";
30
+ import { telnyxUpdateNetwork } from "./actions/update-network.cjs";
31
+ import { telnyx } from "./app.cjs";
32
+ import { telnyxCatalog } from "./catalog.cjs";
33
+ export { telnyx, telnyxCatalog, 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,33 @@
1
+ import { telnyxCreateNetwork } from "./actions/create-network.mjs";
2
+ import { telnyxCreateNotificationChannel } from "./actions/create-notification-channel.mjs";
3
+ import { telnyxCreateNotificationProfile } from "./actions/create-notification-profile.mjs";
4
+ import { telnyxCreateNotificationSetting } from "./actions/create-notification-setting.mjs";
5
+ import { telnyxDeleteNetwork } from "./actions/delete-network.mjs";
6
+ import { telnyxDeleteNotificationChannel } from "./actions/delete-notification-channel.mjs";
7
+ import { telnyxDeleteNotificationProfile } from "./actions/delete-notification-profile.mjs";
8
+ import { telnyxDeleteNotificationSetting } from "./actions/delete-notification-setting.mjs";
9
+ import { telnyxGetBlackBoxTestResults } from "./actions/get-black-box-test-results.mjs";
10
+ import { telnyxGetUserBalance } from "./actions/get-user-balance.mjs";
11
+ import { telnyxListAuditLogs } from "./actions/list-audit-logs.mjs";
12
+ import { telnyxListConnections } from "./actions/list-connections.mjs";
13
+ import { telnyxListDynamicEmergencyEndpoints } from "./actions/list-dynamic-emergency-endpoints.mjs";
14
+ import { telnyxListGlobalIpHealthCheckTypes } from "./actions/list-global-ip-health-check-types.mjs";
15
+ import { telnyxListMessagingProfiles } from "./actions/list-messaging-profiles.mjs";
16
+ import { telnyxListMessagingUrlDomains } from "./actions/list-messaging-url-domains.mjs";
17
+ import { telnyxListMobileNetworkOperators } from "./actions/list-mobile-network-operators.mjs";
18
+ import { telnyxListNetworkInterfaces } from "./actions/list-network-interfaces.mjs";
19
+ import { telnyxListNetworks } from "./actions/list-networks.mjs";
20
+ import { telnyxListNotificationChannels } from "./actions/list-notification-channels.mjs";
21
+ import { telnyxListNotificationEventConditions } from "./actions/list-notification-event-conditions.mjs";
22
+ import { telnyxListNotificationEvents } from "./actions/list-notification-events.mjs";
23
+ import { telnyxListNotificationProfiles } from "./actions/list-notification-profiles.mjs";
24
+ import { telnyxListPhoneNumbers } from "./actions/list-phone-numbers.mjs";
25
+ import { telnyxListSsoAuthenticationProviders } from "./actions/list-sso-authentication-providers.mjs";
26
+ import { telnyxRetrieveNetwork } from "./actions/retrieve-network.mjs";
27
+ import { telnyxRetrieveNotificationChannel } from "./actions/retrieve-notification-channel.mjs";
28
+ import { telnyxRetrieveNotificationProfile } from "./actions/retrieve-notification-profile.mjs";
29
+ import { telnyxRetrieveNotificationSetting } from "./actions/retrieve-notification-setting.mjs";
30
+ import { telnyxUpdateNetwork } from "./actions/update-network.mjs";
31
+ import { telnyx } from "./app.mjs";
32
+ import { telnyxCatalog } from "./catalog.mjs";
33
+ export { telnyx, telnyxCatalog, 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 };
package/dist/index.mjs ADDED
@@ -0,0 +1,34 @@
1
+ import { telnyx } from "./app.mjs";
2
+ import { telnyxCatalog } from "./catalog.mjs";
3
+ import { telnyxCreateNetwork } from "./actions/create-network.mjs";
4
+ import { telnyxCreateNotificationChannel } from "./actions/create-notification-channel.mjs";
5
+ import { telnyxCreateNotificationProfile } from "./actions/create-notification-profile.mjs";
6
+ import { telnyxCreateNotificationSetting } from "./actions/create-notification-setting.mjs";
7
+ import { telnyxDeleteNetwork } from "./actions/delete-network.mjs";
8
+ import { telnyxDeleteNotificationChannel } from "./actions/delete-notification-channel.mjs";
9
+ import { telnyxDeleteNotificationProfile } from "./actions/delete-notification-profile.mjs";
10
+ import { telnyxDeleteNotificationSetting } from "./actions/delete-notification-setting.mjs";
11
+ import { telnyxGetBlackBoxTestResults } from "./actions/get-black-box-test-results.mjs";
12
+ import { telnyxGetUserBalance } from "./actions/get-user-balance.mjs";
13
+ import { telnyxListAuditLogs } from "./actions/list-audit-logs.mjs";
14
+ import { telnyxListConnections } from "./actions/list-connections.mjs";
15
+ import { telnyxListDynamicEmergencyEndpoints } from "./actions/list-dynamic-emergency-endpoints.mjs";
16
+ import { telnyxListGlobalIpHealthCheckTypes } from "./actions/list-global-ip-health-check-types.mjs";
17
+ import { telnyxListMessagingProfiles } from "./actions/list-messaging-profiles.mjs";
18
+ import { telnyxListMessagingUrlDomains } from "./actions/list-messaging-url-domains.mjs";
19
+ import { telnyxListMobileNetworkOperators } from "./actions/list-mobile-network-operators.mjs";
20
+ import { telnyxListNetworkInterfaces } from "./actions/list-network-interfaces.mjs";
21
+ import { telnyxListNetworks } from "./actions/list-networks.mjs";
22
+ import { telnyxListNotificationChannels } from "./actions/list-notification-channels.mjs";
23
+ import { telnyxListNotificationEventConditions } from "./actions/list-notification-event-conditions.mjs";
24
+ import { telnyxListNotificationEvents } from "./actions/list-notification-events.mjs";
25
+ import { telnyxListNotificationProfiles } from "./actions/list-notification-profiles.mjs";
26
+ import { telnyxListPhoneNumbers } from "./actions/list-phone-numbers.mjs";
27
+ import { telnyxListSsoAuthenticationProviders } from "./actions/list-sso-authentication-providers.mjs";
28
+ import { telnyxRetrieveNetwork } from "./actions/retrieve-network.mjs";
29
+ import { telnyxRetrieveNotificationChannel } from "./actions/retrieve-notification-channel.mjs";
30
+ import { telnyxRetrieveNotificationProfile } from "./actions/retrieve-notification-profile.mjs";
31
+ import { telnyxRetrieveNotificationSetting } from "./actions/retrieve-notification-setting.mjs";
32
+ import { telnyxUpdateNetwork } from "./actions/update-network.mjs";
33
+ import "./actions/index.mjs";
34
+ export { telnyx, telnyxCatalog, 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 };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/telnyx",
3
+ "version": "0.1.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/keystrokehq/keystroke.git",
11
+ "directory": "packages/integrations/telnyx"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "sideEffects": false,
17
+ "type": "module",
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.mts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.mts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ },
27
+ "./actions": {
28
+ "types": "./dist/actions/index.d.mts",
29
+ "import": "./dist/actions/index.mjs",
30
+ "require": "./dist/actions/index.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "@keystrokehq/keystroke": "^0.1.4",
35
+ "zod": "^4.4.3"
36
+ },
37
+ "devDependencies": {
38
+ "@keystrokehq/keystroke": "link:../../keystroke",
39
+ "@types/node": "^25.9.1",
40
+ "tsdown": "^0.22.0",
41
+ "typescript": "^6.0.3",
42
+ "zod": "^4.4.3"
43
+ },
44
+ "scripts": {
45
+ "build": "tsdown",
46
+ "dev": "tsdown --watch --no-clean",
47
+ "typecheck": "tsc --noEmit"
48
+ }
49
+ }