@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,64 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-sso-authentication-providers.ts
4
+ const TelnyxListSsoAuthenticationProvidersInput = z.object({
5
+ sort: 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: z.number().int().default(20).describe("Size of the page. Must be between 1 and 250.").optional(),
18
+ page_number: 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 = z.object({
21
+ idp_entity_id: z.string().describe("The Entity ID for the identity provider (IdP)."),
22
+ idp_sso_target_url: z.string().describe("The SSO target URL for the identity provider (IdP)."),
23
+ idp_cert_fingerprint: z.string().describe("The certificate fingerprint for the identity provider (IdP)."),
24
+ name_identifier_format: z.string().describe("Name identifier format used by both the IdP and Telnyx."),
25
+ service_provider_entity_id: z.string().describe("The Entity ID for the service provider (Telnyx)."),
26
+ assertion_consumer_service_url: z.string().describe("The Assertion Consumer Service URL for the service provider (Telnyx)."),
27
+ idp_cert_fingerprint_algorithm: 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 = z.object({
35
+ id: z.string().describe("Unique identifier for the authentication provider."),
36
+ name: z.string().describe("Human-friendly name of the authentication provider."),
37
+ active: z.boolean().describe("Active status of the authentication provider."),
38
+ settings: TelnyxListSsoAuthenticationProviders_AuthenticationProviderSettingsSchema.nullable(),
39
+ created_at: z.string().describe("ISO 8601 timestamp when the provider was created."),
40
+ short_name: z.string().describe("URL-friendly short name of the authentication provider."),
41
+ updated_at: z.string().describe("ISO 8601 timestamp when the provider was last updated."),
42
+ record_type: z.string().describe("Resource type, always 'authentication_provider'."),
43
+ organization_id: z.string().describe("ID of the Organization the provider belongs to.")
44
+ }).describe("A single SSO authentication provider record.");
45
+ const TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema = z.object({
46
+ page_size: z.number().int().describe("Number of items per page."),
47
+ page_number: z.number().int().describe("Current page number."),
48
+ total_pages: z.number().int().describe("Total number of pages."),
49
+ total_results: z.number().int().describe("Total number of results.")
50
+ }).describe("Pagination metadata for listing SSO authentication providers.");
51
+ const telnyxListSsoAuthenticationProviders = action("TELNYX_LIST_SSO_AUTHENTICATION_PROVIDERS", {
52
+ slug: "telnyx-list-sso-authentication-providers",
53
+ name: "List SSO Authentication Providers",
54
+ description: "Tool to retrieve all configured SSO authentication providers. Use after authenticating to enumerate your organization's SSO providers.",
55
+ input: TelnyxListSsoAuthenticationProvidersInput,
56
+ output: z.object({
57
+ data: z.array(TelnyxListSsoAuthenticationProviders_SSOAuthenticationProviderSchema).describe("List of authentication provider records."),
58
+ meta: TelnyxListSsoAuthenticationProviders_ListSSOAuthenticationProvidersMetaSchema.nullable()
59
+ }).describe("Response schema for listing SSO authentication providers.")
60
+ });
61
+ //#endregion
62
+ export { telnyxListSsoAuthenticationProviders };
63
+
64
+ //# sourceMappingURL=list-sso-authentication-providers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sso-authentication-providers.mjs","names":[],"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,4CAA0D,EAAE,OAAO;CAC9E,MAAM,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,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC1G,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4EAA0F,EAAE,OAAO;CACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7F,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxG,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrG,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClG,gCAAgC,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CAC3H,gCAAgC,EAAE,KAAK;EAAC;EAAQ;EAAU;EAAU;CAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC3J,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,uEAAqF,EAAE,OAAO;CAClG,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC/E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC5E,UAAU,0EAA0E,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACxF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,gFAA8F,EAAE,OAAO;CAC3G,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAChE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;AACrE,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAM3E,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsE,EAAE,OAAO;EAC/E,MAAM,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,0CAA0C;EACvI,MAAM,8EAA8E,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-network.ts
4
+ const TelnyxRetrieveNetworkInput = zod.z.object({ network_id: zod.z.string().describe("Unique identifier (UUID) of the network to retrieve.") }).describe("Request parameters for retrieving a specific network by its ID.");
5
+ const TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the network."),
7
+ name: zod.z.string().describe("Name of the network."),
8
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the network was created."),
9
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the network was last updated."),
10
+ record_type: zod.z.string().describe("Type of the record for the network resource."),
11
+ network_type: zod.z.string().describe("Type of the network (e.g., private, public).").nullable().optional(),
12
+ organization_id: zod.z.string().describe("Identifier of the organization associated with the network.").nullable().optional()
13
+ }).describe("Data model for the retrieved network.");
14
+ const TelnyxRetrieveNetworkOutput = zod.z.object({ data: TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema.nullable() }).describe("Response schema for retrieving a specific network.");
15
+ const telnyxRetrieveNetwork = require_action.action("TELNYX_RETRIEVE_NETWORK", {
16
+ slug: "telnyx-retrieve-network",
17
+ name: "Retrieve Network",
18
+ description: "Tool to retrieve details of a specific network by ID. Use after obtaining the network's identifier to fetch its current attributes before update or delete operations.",
19
+ input: TelnyxRetrieveNetworkInput,
20
+ output: TelnyxRetrieveNetworkOutput
21
+ });
22
+ //#endregion
23
+ exports.telnyxRetrieveNetwork = telnyxRetrieveNetwork;
24
+
25
+ //# sourceMappingURL=retrieve-network.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-network.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-network.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNetworkInput: z.ZodTypeAny = z.object({\n network_id: z.string().describe(\"Unique identifier (UUID) of the network to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific network by its ID.\");\nconst TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the network.\"),\n name: z.string().describe(\"Name of the network.\"),\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(\"Type of the record for the network resource.\"),\n network_type: z.string().describe(\"Type of the network (e.g., private, public).\").nullable().optional(),\n organization_id: z.string().describe(\"Identifier of the organization associated with the network.\").nullable().optional(),\n}).describe(\"Data model for the retrieved network.\");\nexport const TelnyxRetrieveNetworkOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a specific network.\");\n\nexport const telnyxRetrieveNetwork = action(\"TELNYX_RETRIEVE_NETWORK\", {\n slug: \"telnyx-retrieve-network\",\n name: \"Retrieve Network\",\n description: \"Tool to retrieve details of a specific network by ID. Use after obtaining the network's identifier to fetch its current attributes before update or delete operations.\",\n input: TelnyxRetrieveNetworkInput,\n output: TelnyxRetrieveNetworkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACxF,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC/E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-network.d.ts
4
+ declare const TelnyxRetrieveNetworkInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNetworkOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNetwork: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNetwork };
9
+ //# sourceMappingURL=retrieve-network.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-network.d.cts","names":[],"sources":["../../src/actions/retrieve-network.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmC;AAAA,cAUjE,2BAAA,EAA6B,CAAA,CAAE,UAEqB;AAAA,cAEpD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-network.d.ts
4
+ declare const TelnyxRetrieveNetworkInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNetworkOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNetwork: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNetwork };
9
+ //# sourceMappingURL=retrieve-network.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-network.d.mts","names":[],"sources":["../../src/actions/retrieve-network.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEmC;AAAA,cAUjE,2BAAA,EAA6B,CAAA,CAAE,UAEqB;AAAA,cAEpD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/retrieve-network.ts
4
+ const TelnyxRetrieveNetworkInput = z.object({ network_id: z.string().describe("Unique identifier (UUID) of the network to retrieve.") }).describe("Request parameters for retrieving a specific network by its ID.");
5
+ const TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the network."),
7
+ name: z.string().describe("Name of the network."),
8
+ created_at: z.string().describe("ISO 8601 timestamp when the network was created."),
9
+ updated_at: z.string().describe("ISO 8601 timestamp when the network was last updated."),
10
+ record_type: z.string().describe("Type of the record for the network resource."),
11
+ network_type: z.string().describe("Type of the network (e.g., private, public).").nullable().optional(),
12
+ organization_id: z.string().describe("Identifier of the organization associated with the network.").nullable().optional()
13
+ }).describe("Data model for the retrieved network.");
14
+ const telnyxRetrieveNetwork = action("TELNYX_RETRIEVE_NETWORK", {
15
+ slug: "telnyx-retrieve-network",
16
+ name: "Retrieve Network",
17
+ description: "Tool to retrieve details of a specific network by ID. Use after obtaining the network's identifier to fetch its current attributes before update or delete operations.",
18
+ input: TelnyxRetrieveNetworkInput,
19
+ output: z.object({ data: TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema.nullable() }).describe("Response schema for retrieving a specific network.")
20
+ });
21
+ //#endregion
22
+ export { telnyxRetrieveNetwork };
23
+
24
+ //# sourceMappingURL=retrieve-network.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-network.mjs","names":[],"sources":["../../src/actions/retrieve-network.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNetworkInput: z.ZodTypeAny = z.object({\n network_id: z.string().describe(\"Unique identifier (UUID) of the network to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific network by its ID.\");\nconst TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the network.\"),\n name: z.string().describe(\"Name of the network.\"),\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(\"Type of the record for the network resource.\"),\n network_type: z.string().describe(\"Type of the network (e.g., private, public).\").nullable().optional(),\n organization_id: z.string().describe(\"Identifier of the organization associated with the network.\").nullable().optional(),\n}).describe(\"Data model for the retrieved network.\");\nexport const TelnyxRetrieveNetworkOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNetwork_RetrieveNetworkResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a specific network.\");\n\nexport const telnyxRetrieveNetwork = action(\"TELNYX_RETRIEVE_NETWORK\", {\n slug: \"telnyx-retrieve-network\",\n name: \"Retrieve Network\",\n description: \"Tool to retrieve details of a specific network by ID. Use after obtaining the network's identifier to fetch its current attributes before update or delete operations.\",\n input: TelnyxRetrieveNetworkInput,\n output: TelnyxRetrieveNetworkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACxF,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC/E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAKnD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-notification-channel.ts
4
+ const TelnyxRetrieveNotificationChannelInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the notification channel to retrieve.") }).describe("Request parameters for retrieving a specific notification channel by ID.");
5
+ const TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the notification channel."),
7
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the channel was created."),
8
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the channel was last updated."),
9
+ record_type: zod.z.string().describe("Record type, always 'notification_channel'"),
10
+ channel_type_id: zod.z.string().describe("Type of the channel (e.g., 'sms', 'voice', 'email', 'webhook')."),
11
+ channel_destination: zod.z.string().describe("Destination associated with the channel."),
12
+ notification_profile_id: zod.z.string().describe("UUID of the Notification Profile this channel belongs to.")
13
+ }).describe("Data model for a retrieved notification channel.");
14
+ const TelnyxRetrieveNotificationChannelOutput = zod.z.object({ data: TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema.nullable() }).describe("Response schema for retrieving a notification channel.");
15
+ const telnyxRetrieveNotificationChannel = require_action.action("TELNYX_RETRIEVE_NOTIFICATION_CHANNEL", {
16
+ slug: "telnyx-retrieve-notification-channel",
17
+ name: "Retrieve Notification Channel",
18
+ description: "Tool to retrieve a notification channel by ID. Use after you have a channel ID and need its details, such as name, type, and status.",
19
+ input: TelnyxRetrieveNotificationChannelInput,
20
+ output: TelnyxRetrieveNotificationChannelOutput
21
+ });
22
+ //#endregion
23
+ exports.telnyxRetrieveNotificationChannel = telnyxRetrieveNotificationChannel;
24
+
25
+ //# sourceMappingURL=retrieve-notification-channel.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-channel.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-notification-channel.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationChannelInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification channel to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification channel by ID.\");\nconst TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification channel.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the channel was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the channel was last updated.\"),\n record_type: z.string().describe(\"Record type, always 'notification_channel'\"),\n channel_type_id: z.string().describe(\"Type of the channel (e.g., 'sms', 'voice', 'email', 'webhook').\"),\n channel_destination: z.string().describe(\"Destination associated with the channel.\"),\n notification_profile_id: z.string().describe(\"UUID of the Notification Profile this channel belongs to.\"),\n}).describe(\"Data model for a retrieved notification channel.\");\nexport const TelnyxRetrieveNotificationChannelOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a notification channel.\");\n\nexport const telnyxRetrieveNotificationChannel = action(\"TELNYX_RETRIEVE_NOTIFICATION_CHANNEL\", {\n slug: \"telnyx-retrieve-notification-channel\",\n name: \"Retrieve Notification Channel\",\n description: \"Tool to retrieve a notification channel by ID. Use after you have a channel ID and need its details, such as name, type, and status.\",\n input: TelnyxRetrieveNotificationChannelInput,\n output: TelnyxRetrieveNotificationChannelOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kFAAgGA,IAAAA,EAAE,OAAO;CAC7G,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC7E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACtG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;AAC1G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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/retrieve-notification-channel.d.ts
4
+ declare const TelnyxRetrieveNotificationChannelInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationChannelOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationChannel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationChannel };
9
+ //# sourceMappingURL=retrieve-notification-channel.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-channel.d.cts","names":[],"sources":["../../src/actions/retrieve-notification-channel.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAU1E,uCAAA,EAAyC,CAAA,CAAE,UAEa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-notification-channel.d.ts
4
+ declare const TelnyxRetrieveNotificationChannelInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationChannelOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationChannel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationChannel };
9
+ //# sourceMappingURL=retrieve-notification-channel.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-channel.d.mts","names":[],"sources":["../../src/actions/retrieve-notification-channel.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAU1E,uCAAA,EAAyC,CAAA,CAAE,UAEa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/retrieve-notification-channel.ts
4
+ const TelnyxRetrieveNotificationChannelInput = z.object({ id: z.string().describe("Unique identifier of the notification channel to retrieve.") }).describe("Request parameters for retrieving a specific notification channel by ID.");
5
+ const TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the notification channel."),
7
+ created_at: z.string().describe("ISO 8601 timestamp when the channel was created."),
8
+ updated_at: z.string().describe("ISO 8601 timestamp when the channel was last updated."),
9
+ record_type: z.string().describe("Record type, always 'notification_channel'"),
10
+ channel_type_id: z.string().describe("Type of the channel (e.g., 'sms', 'voice', 'email', 'webhook')."),
11
+ channel_destination: z.string().describe("Destination associated with the channel."),
12
+ notification_profile_id: z.string().describe("UUID of the Notification Profile this channel belongs to.")
13
+ }).describe("Data model for a retrieved notification channel.");
14
+ const telnyxRetrieveNotificationChannel = action("TELNYX_RETRIEVE_NOTIFICATION_CHANNEL", {
15
+ slug: "telnyx-retrieve-notification-channel",
16
+ name: "Retrieve Notification Channel",
17
+ description: "Tool to retrieve a notification channel by ID. Use after you have a channel ID and need its details, such as name, type, and status.",
18
+ input: TelnyxRetrieveNotificationChannelInput,
19
+ output: z.object({ data: TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema.nullable() }).describe("Response schema for retrieving a notification channel.")
20
+ });
21
+ //#endregion
22
+ export { telnyxRetrieveNotificationChannel };
23
+
24
+ //# sourceMappingURL=retrieve-notification-channel.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-channel.mjs","names":[],"sources":["../../src/actions/retrieve-notification-channel.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationChannelInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification channel to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification channel by ID.\");\nconst TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification channel.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the channel was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the channel was last updated.\"),\n record_type: z.string().describe(\"Record type, always 'notification_channel'\"),\n channel_type_id: z.string().describe(\"Type of the channel (e.g., 'sms', 'voice', 'email', 'webhook').\"),\n channel_destination: z.string().describe(\"Destination associated with the channel.\"),\n notification_profile_id: z.string().describe(\"UUID of the Notification Profile this channel belongs to.\"),\n}).describe(\"Data model for a retrieved notification channel.\");\nexport const TelnyxRetrieveNotificationChannelOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationChannel_RetrieveNotificationChannelResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a notification channel.\");\n\nexport const telnyxRetrieveNotificationChannel = action(\"TELNYX_RETRIEVE_NOTIFICATION_CHANNEL\", {\n slug: \"telnyx-retrieve-notification-channel\",\n name: \"Retrieve Notification Channel\",\n description: \"Tool to retrieve a notification channel by ID. Use after you have a channel ID and need its details, such as name, type, and status.\",\n input: TelnyxRetrieveNotificationChannelInput,\n output: TelnyxRetrieveNotificationChannelOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kFAAgG,EAAE,OAAO;CAC7G,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC7E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACtG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACnF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;AAC1G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAK9D,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-notification-profile.ts
4
+ const TelnyxRetrieveNotificationProfileInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the notification profile to retrieve.") }).describe("Request parameters for retrieving a specific notification profile by ID.");
5
+ const TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the notification profile."),
7
+ name: zod.z.string().describe("Name of the notification profile."),
8
+ events: zod.z.array(zod.z.string()).describe("Events that trigger notifications.").nullable().optional(),
9
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the profile was created."),
10
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the profile was last updated."),
11
+ record_type: zod.z.string().describe("Type of the record, typically 'notification_profile'."),
12
+ webhook_url: zod.z.string().describe("URL to which notifications are sent.").nullable().optional(),
13
+ webhook_failure_url: zod.z.string().describe("URL to which failed notifications are sent.").nullable().optional()
14
+ }).describe("Data model for a retrieved notification profile.");
15
+ const TelnyxRetrieveNotificationProfileOutput = zod.z.object({ data: TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema.nullable() }).describe("Response schema for retrieving a notification profile.");
16
+ const telnyxRetrieveNotificationProfile = require_action.action("TELNYX_RETRIEVE_NOTIFICATION_PROFILE", {
17
+ slug: "telnyx-retrieve-notification-profile",
18
+ name: "Retrieve Notification Profile",
19
+ description: "Tool to retrieve a notification profile by ID. Use after obtaining the profile ID when you need details about its webhook endpoints and subscribed events.",
20
+ input: TelnyxRetrieveNotificationProfileInput,
21
+ output: TelnyxRetrieveNotificationProfileOutput
22
+ });
23
+ //#endregion
24
+ exports.telnyxRetrieveNotificationProfile = telnyxRetrieveNotificationProfile;
25
+
26
+ //# sourceMappingURL=retrieve-notification-profile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-profile.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-notification-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationProfileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification profile to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification profile by ID.\");\nconst TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification profile.\"),\n name: z.string().describe(\"Name of the notification profile.\"),\n events: z.array(z.string()).describe(\"Events that trigger notifications.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the profile was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the profile was last updated.\"),\n record_type: z.string().describe(\"Type of the record, typically 'notification_profile'.\"),\n webhook_url: z.string().describe(\"URL to which notifications are sent.\").nullable().optional(),\n webhook_failure_url: z.string().describe(\"URL to which failed notifications are sent.\").nullable().optional(),\n}).describe(\"Data model for a retrieved notification profile.\");\nexport const TelnyxRetrieveNotificationProfileOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a notification profile.\");\n\nexport const telnyxRetrieveNotificationProfile = action(\"TELNYX_RETRIEVE_NOTIFICATION_PROFILE\", {\n slug: \"telnyx-retrieve-notification-profile\",\n name: \"Retrieve Notification Profile\",\n description: \"Tool to retrieve a notification profile by ID. Use after obtaining the profile ID when you need details about its webhook endpoints and subscribed events.\",\n input: TelnyxRetrieveNotificationProfileInput,\n output: TelnyxRetrieveNotificationProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kFAAgGA,IAAAA,EAAE,OAAO;CAC7G,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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/retrieve-notification-profile.d.ts
4
+ declare const TelnyxRetrieveNotificationProfileInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationProfileOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationProfile };
9
+ //# sourceMappingURL=retrieve-notification-profile.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-profile.d.cts","names":[],"sources":["../../src/actions/retrieve-notification-profile.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAW1E,uCAAA,EAAyC,CAAA,CAAE,UAEa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-notification-profile.d.ts
4
+ declare const TelnyxRetrieveNotificationProfileInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationProfileOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationProfile };
9
+ //# sourceMappingURL=retrieve-notification-profile.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-profile.d.mts","names":[],"sources":["../../src/actions/retrieve-notification-profile.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAW1E,uCAAA,EAAyC,CAAA,CAAE,UAEa;AAAA,cAExD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/retrieve-notification-profile.ts
4
+ const TelnyxRetrieveNotificationProfileInput = z.object({ id: z.string().describe("Unique identifier of the notification profile to retrieve.") }).describe("Request parameters for retrieving a specific notification profile by ID.");
5
+ const TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the notification profile."),
7
+ name: z.string().describe("Name of the notification profile."),
8
+ events: z.array(z.string()).describe("Events that trigger notifications.").nullable().optional(),
9
+ created_at: z.string().describe("ISO 8601 timestamp when the profile was created."),
10
+ updated_at: z.string().describe("ISO 8601 timestamp when the profile was last updated."),
11
+ record_type: z.string().describe("Type of the record, typically 'notification_profile'."),
12
+ webhook_url: z.string().describe("URL to which notifications are sent.").nullable().optional(),
13
+ webhook_failure_url: z.string().describe("URL to which failed notifications are sent.").nullable().optional()
14
+ }).describe("Data model for a retrieved notification profile.");
15
+ const telnyxRetrieveNotificationProfile = action("TELNYX_RETRIEVE_NOTIFICATION_PROFILE", {
16
+ slug: "telnyx-retrieve-notification-profile",
17
+ name: "Retrieve Notification Profile",
18
+ description: "Tool to retrieve a notification profile by ID. Use after obtaining the profile ID when you need details about its webhook endpoints and subscribed events.",
19
+ input: TelnyxRetrieveNotificationProfileInput,
20
+ output: z.object({ data: TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema.nullable() }).describe("Response schema for retrieving a notification profile.")
21
+ });
22
+ //#endregion
23
+ export { telnyxRetrieveNotificationProfile };
24
+
25
+ //# sourceMappingURL=retrieve-notification-profile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-profile.mjs","names":[],"sources":["../../src/actions/retrieve-notification-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationProfileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification profile to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification profile by ID.\");\nconst TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification profile.\"),\n name: z.string().describe(\"Name of the notification profile.\"),\n events: z.array(z.string()).describe(\"Events that trigger notifications.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the profile was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the profile was last updated.\"),\n record_type: z.string().describe(\"Type of the record, typically 'notification_profile'.\"),\n webhook_url: z.string().describe(\"URL to which notifications are sent.\").nullable().optional(),\n webhook_failure_url: z.string().describe(\"URL to which failed notifications are sent.\").nullable().optional(),\n}).describe(\"Data model for a retrieved notification profile.\");\nexport const TelnyxRetrieveNotificationProfileOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationProfile_RetrieveNotificationProfileResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a notification profile.\");\n\nexport const telnyxRetrieveNotificationProfile = action(\"TELNYX_RETRIEVE_NOTIFICATION_PROFILE\", {\n slug: \"telnyx-retrieve-notification-profile\",\n name: \"Retrieve Notification Profile\",\n description: \"Tool to retrieve a notification profile by ID. Use after obtaining the profile ID when you need details about its webhook endpoints and subscribed events.\",\n input: TelnyxRetrieveNotificationProfileInput,\n output: TelnyxRetrieveNotificationProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kFAAgG,EAAE,OAAO;CAC7G,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAK9D,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-notification-setting.ts
4
+ const TelnyxRetrieveNotificationSettingInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the notification setting to retrieve.") }).describe("Request parameters for retrieving a specific notification setting by ID.");
5
+ const TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema = zod.z.object({
6
+ name: zod.z.string().describe("Name of the notification parameter."),
7
+ value: zod.z.string().describe("Value of the notification parameter.")
8
+ }).describe("A single parameter within a notification setting.");
9
+ const TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema = zod.z.object({
10
+ id: zod.z.string().describe("UUID of the notification setting."),
11
+ status: zod.z.enum([
12
+ "enabled",
13
+ "enable-received",
14
+ "enable-pending",
15
+ "enable-submitted",
16
+ "delete-received",
17
+ "delete-pending",
18
+ "delete-submitted",
19
+ "deleted"
20
+ ]).describe("Current status of the notification setting."),
21
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the notification setting was created."),
22
+ parameters: zod.z.array(TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema).describe("Additional parameters for the notification setting."),
23
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the notification setting was last updated."),
24
+ associated_record_type: zod.z.string().describe("Type of record associated with the notification setting."),
25
+ notification_channel_id: zod.z.string().describe("UUID reference to the associated Notification Channel."),
26
+ notification_profile_id: zod.z.string().describe("UUID reference to the associated Notification Profile."),
27
+ associated_record_type_value: zod.z.string().describe("Value of the associated record type."),
28
+ notification_event_condition_id: zod.z.string().describe("UUID reference to the associated Notification Event Condition.")
29
+ }).describe("Data model for the retrieved notification setting.");
30
+ const TelnyxRetrieveNotificationSettingOutput = zod.z.object({ data: TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema.nullable() }).describe("Response schema for retrieving a specific notification setting.");
31
+ const telnyxRetrieveNotificationSetting = require_action.action("TELNYX_RETRIEVE_NOTIFICATION_SETTING", {
32
+ slug: "telnyx-retrieve-notification-setting",
33
+ name: "Retrieve Notification Setting",
34
+ description: "Tool to retrieve a notification setting by ID. Use after obtaining the notification setting ID to fetch its details, such as status, parameters, and associated channel.",
35
+ input: TelnyxRetrieveNotificationSettingInput,
36
+ output: TelnyxRetrieveNotificationSettingOutput
37
+ });
38
+ //#endregion
39
+ exports.telnyxRetrieveNotificationSetting = telnyxRetrieveNotificationSetting;
40
+
41
+ //# sourceMappingURL=retrieve-notification-setting.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-setting.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-notification-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationSettingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification setting to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification setting by ID.\");\nconst TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the notification parameter.\"),\n value: z.string().describe(\"Value of the notification parameter.\"),\n}).describe(\"A single parameter within a notification setting.\");\nconst TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the notification setting.\"),\n status: z.enum([\"enabled\", \"enable-received\", \"enable-pending\", \"enable-submitted\", \"delete-received\", \"delete-pending\", \"delete-submitted\", \"deleted\"]).describe(\"Current status of the notification setting.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the notification setting was created.\"),\n parameters: z.array(TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema).describe(\"Additional parameters for the notification setting.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the notification setting was last updated.\"),\n associated_record_type: z.string().describe(\"Type of record associated with the notification setting.\"),\n notification_channel_id: z.string().describe(\"UUID reference to the associated Notification Channel.\"),\n notification_profile_id: z.string().describe(\"UUID reference to the associated Notification Profile.\"),\n associated_record_type_value: z.string().describe(\"Value of the associated record type.\"),\n notification_event_condition_id: z.string().describe(\"UUID reference to the associated Notification Event Condition.\"),\n}).describe(\"Data model for the retrieved notification setting.\");\nexport const TelnyxRetrieveNotificationSettingOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a specific notification setting.\");\n\nexport const telnyxRetrieveNotificationSetting = action(\"TELNYX_RETRIEVE_NOTIFICATION_SETTING\", {\n slug: \"telnyx-retrieve-notification-setting\",\n name: \"Retrieve Notification Setting\",\n description: \"Tool to retrieve a notification setting by ID. Use after obtaining the notification setting ID to fetch its details, such as status, parameters, and associated channel.\",\n input: TelnyxRetrieveNotificationSettingInput,\n output: TelnyxRetrieveNotificationSettingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,uEAAqFA,IAAAA,EAAE,OAAO;CAClG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACnE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kFAAgGA,IAAAA,EAAE,OAAO;CAC7G,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAmB;EAAkB;EAAoB;EAAmB;EAAkB;EAAoB;CAAS,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC/M,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAYA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,qDAAqD;CACxJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrG,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACxF,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACvH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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/retrieve-notification-setting.d.ts
4
+ declare const TelnyxRetrieveNotificationSettingInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationSettingOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationSetting: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationSetting };
9
+ //# sourceMappingURL=retrieve-notification-setting.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-setting.d.cts","names":[],"sources":["../../src/actions/retrieve-notification-setting.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAiB1E,uCAAA,EAAyC,CAAA,CAAE,UAEsB;AAAA,cAEjE,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-notification-setting.d.ts
4
+ declare const TelnyxRetrieveNotificationSettingInput: z.ZodTypeAny;
5
+ declare const TelnyxRetrieveNotificationSettingOutput: z.ZodTypeAny;
6
+ declare const telnyxRetrieveNotificationSetting: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxRetrieveNotificationSetting };
9
+ //# sourceMappingURL=retrieve-notification-setting.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-setting.d.mts","names":[],"sources":["../../src/actions/retrieve-notification-setting.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEgC;AAAA,cAiB1E,uCAAA,EAAyC,CAAA,CAAE,UAEsB;AAAA,cAEjE,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/retrieve-notification-setting.ts
4
+ const TelnyxRetrieveNotificationSettingInput = z.object({ id: z.string().describe("Unique identifier of the notification setting to retrieve.") }).describe("Request parameters for retrieving a specific notification setting by ID.");
5
+ const TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema = z.object({
6
+ name: z.string().describe("Name of the notification parameter."),
7
+ value: z.string().describe("Value of the notification parameter.")
8
+ }).describe("A single parameter within a notification setting.");
9
+ const TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema = z.object({
10
+ id: z.string().describe("UUID of the notification setting."),
11
+ status: z.enum([
12
+ "enabled",
13
+ "enable-received",
14
+ "enable-pending",
15
+ "enable-submitted",
16
+ "delete-received",
17
+ "delete-pending",
18
+ "delete-submitted",
19
+ "deleted"
20
+ ]).describe("Current status of the notification setting."),
21
+ created_at: z.string().describe("ISO 8601 timestamp when the notification setting was created."),
22
+ parameters: z.array(TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema).describe("Additional parameters for the notification setting."),
23
+ updated_at: z.string().describe("ISO 8601 timestamp when the notification setting was last updated."),
24
+ associated_record_type: z.string().describe("Type of record associated with the notification setting."),
25
+ notification_channel_id: z.string().describe("UUID reference to the associated Notification Channel."),
26
+ notification_profile_id: z.string().describe("UUID reference to the associated Notification Profile."),
27
+ associated_record_type_value: z.string().describe("Value of the associated record type."),
28
+ notification_event_condition_id: z.string().describe("UUID reference to the associated Notification Event Condition.")
29
+ }).describe("Data model for the retrieved notification setting.");
30
+ const telnyxRetrieveNotificationSetting = action("TELNYX_RETRIEVE_NOTIFICATION_SETTING", {
31
+ slug: "telnyx-retrieve-notification-setting",
32
+ name: "Retrieve Notification Setting",
33
+ description: "Tool to retrieve a notification setting by ID. Use after obtaining the notification setting ID to fetch its details, such as status, parameters, and associated channel.",
34
+ input: TelnyxRetrieveNotificationSettingInput,
35
+ output: z.object({ data: TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema.nullable() }).describe("Response schema for retrieving a specific notification setting.")
36
+ });
37
+ //#endregion
38
+ export { telnyxRetrieveNotificationSetting };
39
+
40
+ //# sourceMappingURL=retrieve-notification-setting.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-notification-setting.mjs","names":[],"sources":["../../src/actions/retrieve-notification-setting.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TelnyxRetrieveNotificationSettingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the notification setting to retrieve.\"),\n}).describe(\"Request parameters for retrieving a specific notification setting by ID.\");\nconst TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the notification parameter.\"),\n value: z.string().describe(\"Value of the notification parameter.\"),\n}).describe(\"A single parameter within a notification setting.\");\nconst TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the notification setting.\"),\n status: z.enum([\"enabled\", \"enable-received\", \"enable-pending\", \"enable-submitted\", \"delete-received\", \"delete-pending\", \"delete-submitted\", \"deleted\"]).describe(\"Current status of the notification setting.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the notification setting was created.\"),\n parameters: z.array(TelnyxRetrieveNotificationSetting_NotificationSettingParameterSchema).describe(\"Additional parameters for the notification setting.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the notification setting was last updated.\"),\n associated_record_type: z.string().describe(\"Type of record associated with the notification setting.\"),\n notification_channel_id: z.string().describe(\"UUID reference to the associated Notification Channel.\"),\n notification_profile_id: z.string().describe(\"UUID reference to the associated Notification Profile.\"),\n associated_record_type_value: z.string().describe(\"Value of the associated record type.\"),\n notification_event_condition_id: z.string().describe(\"UUID reference to the associated Notification Event Condition.\"),\n}).describe(\"Data model for the retrieved notification setting.\");\nexport const TelnyxRetrieveNotificationSettingOutput: z.ZodTypeAny = z.object({\n data: TelnyxRetrieveNotificationSetting_RetrieveNotificationSettingResponseDataSchema.nullable(),\n}).describe(\"Response schema for retrieving a specific notification setting.\");\n\nexport const telnyxRetrieveNotificationSetting = action(\"TELNYX_RETRIEVE_NOTIFICATION_SETTING\", {\n slug: \"telnyx-retrieve-notification-setting\",\n name: \"Retrieve Notification Setting\",\n description: \"Tool to retrieve a notification setting by ID. Use after obtaining the notification setting ID to fetch its details, such as status, parameters, and associated channel.\",\n input: TelnyxRetrieveNotificationSettingInput,\n output: TelnyxRetrieveNotificationSettingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,EACtF,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,uEAAqF,EAAE,OAAO;CAClG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACnE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kFAAgG,EAAE,OAAO;CAC7G,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,QAAQ,EAAE,KAAK;EAAC;EAAW;EAAmB;EAAkB;EAAoB;EAAmB;EAAkB;EAAoB;CAAS,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC/M,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAY,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,qDAAqD;CACxJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrG,8BAA8B,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACxF,iCAAiC,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACvH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,MAAM,gFAAgF,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-network.ts
4
+ const TelnyxUpdateNetworkInput = zod.z.object({
5
+ name: zod.z.string().describe("New name for the network.").optional(),
6
+ tags: zod.z.array(zod.z.string()).describe("List of tags to assign to the network.").optional(),
7
+ network_id: zod.z.string().describe("Unique identifier for the network to update.")
8
+ }).describe("Request parameters for updating an existing network.");
9
+ const TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the network."),
11
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the network.").nullable().optional(),
12
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the network was created."),
13
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the network was last updated."),
14
+ record_type: zod.z.string().describe("Record type (always 'network').")
15
+ }).describe("Data model for the updated network.");
16
+ const TelnyxUpdateNetworkOutput = zod.z.object({ data: TelnyxUpdateNetwork_UpdateNetworkResponseDataSchema.nullable() }).describe("Response schema for updating a network.");
17
+ const telnyxUpdateNetwork = require_action.action("TELNYX_UPDATE_NETWORK", {
18
+ slug: "telnyx-update-network",
19
+ name: "Update Network",
20
+ 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.",
21
+ input: TelnyxUpdateNetworkInput,
22
+ output: TelnyxUpdateNetworkOutput
23
+ });
24
+ //#endregion
25
+ exports.telnyxUpdateNetwork = telnyxUpdateNetwork;
26
+
27
+ //# sourceMappingURL=update-network.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network.cjs","names":["z","action"],"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,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAChF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AACpE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAM,oDAAoD,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-network.d.ts
4
+ declare const TelnyxUpdateNetworkInput: z.ZodTypeAny;
5
+ declare const TelnyxUpdateNetworkOutput: z.ZodTypeAny;
6
+ declare const telnyxUpdateNetwork: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxUpdateNetwork };
9
+ //# sourceMappingURL=update-network.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network.d.cts","names":[],"sources":["../../src/actions/update-network.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI0B;AAAA,cAQtD,yBAAA,EAA2B,CAAA,CAAE,UAEY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-network.d.ts
4
+ declare const TelnyxUpdateNetworkInput: z.ZodTypeAny;
5
+ declare const TelnyxUpdateNetworkOutput: z.ZodTypeAny;
6
+ declare const telnyxUpdateNetwork: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { telnyxUpdateNetwork };
9
+ //# sourceMappingURL=update-network.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-network.d.mts","names":[],"sources":["../../src/actions/update-network.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI0B;AAAA,cAQtD,yBAAA,EAA2B,CAAA,CAAE,UAEY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}