@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-network.cjs +23 -0
- package/dist/actions/create-network.cjs.map +1 -0
- package/dist/actions/create-network.d.cts +9 -0
- package/dist/actions/create-network.d.cts.map +1 -0
- package/dist/actions/create-network.d.mts +9 -0
- package/dist/actions/create-network.d.mts.map +1 -0
- package/dist/actions/create-network.mjs +22 -0
- package/dist/actions/create-network.mjs.map +1 -0
- package/dist/actions/create-notification-channel.cjs +38 -0
- package/dist/actions/create-notification-channel.cjs.map +1 -0
- package/dist/actions/create-notification-channel.d.cts +9 -0
- package/dist/actions/create-notification-channel.d.cts.map +1 -0
- package/dist/actions/create-notification-channel.d.mts +9 -0
- package/dist/actions/create-notification-channel.d.mts.map +1 -0
- package/dist/actions/create-notification-channel.mjs +37 -0
- package/dist/actions/create-notification-channel.mjs.map +1 -0
- package/dist/actions/create-notification-profile.cjs +22 -0
- package/dist/actions/create-notification-profile.cjs.map +1 -0
- package/dist/actions/create-notification-profile.d.cts +9 -0
- package/dist/actions/create-notification-profile.d.cts.map +1 -0
- package/dist/actions/create-notification-profile.d.mts +9 -0
- package/dist/actions/create-notification-profile.d.mts.map +1 -0
- package/dist/actions/create-notification-profile.mjs +21 -0
- package/dist/actions/create-notification-profile.mjs.map +1 -0
- package/dist/actions/create-notification-setting.cjs +49 -0
- package/dist/actions/create-notification-setting.cjs.map +1 -0
- package/dist/actions/create-notification-setting.d.cts +9 -0
- package/dist/actions/create-notification-setting.d.cts.map +1 -0
- package/dist/actions/create-notification-setting.d.mts +9 -0
- package/dist/actions/create-notification-setting.d.mts.map +1 -0
- package/dist/actions/create-notification-setting.mjs +48 -0
- package/dist/actions/create-notification-setting.mjs.map +1 -0
- package/dist/actions/delete-network.cjs +23 -0
- package/dist/actions/delete-network.cjs.map +1 -0
- package/dist/actions/delete-network.d.cts +9 -0
- package/dist/actions/delete-network.d.cts.map +1 -0
- package/dist/actions/delete-network.d.mts +9 -0
- package/dist/actions/delete-network.d.mts.map +1 -0
- package/dist/actions/delete-network.mjs +22 -0
- package/dist/actions/delete-network.mjs.map +1 -0
- package/dist/actions/delete-notification-channel.cjs +25 -0
- package/dist/actions/delete-notification-channel.cjs.map +1 -0
- package/dist/actions/delete-notification-channel.d.cts +9 -0
- package/dist/actions/delete-notification-channel.d.cts.map +1 -0
- package/dist/actions/delete-notification-channel.d.mts +9 -0
- package/dist/actions/delete-notification-channel.d.mts.map +1 -0
- package/dist/actions/delete-notification-channel.mjs +24 -0
- package/dist/actions/delete-notification-channel.mjs.map +1 -0
- package/dist/actions/delete-notification-profile.cjs +22 -0
- package/dist/actions/delete-notification-profile.cjs.map +1 -0
- package/dist/actions/delete-notification-profile.d.cts +9 -0
- package/dist/actions/delete-notification-profile.d.cts.map +1 -0
- package/dist/actions/delete-notification-profile.d.mts +9 -0
- package/dist/actions/delete-notification-profile.d.mts.map +1 -0
- package/dist/actions/delete-notification-profile.mjs +21 -0
- package/dist/actions/delete-notification-profile.mjs.map +1 -0
- package/dist/actions/delete-notification-setting.cjs +41 -0
- package/dist/actions/delete-notification-setting.cjs.map +1 -0
- package/dist/actions/delete-notification-setting.d.cts +9 -0
- package/dist/actions/delete-notification-setting.d.cts.map +1 -0
- package/dist/actions/delete-notification-setting.d.mts +9 -0
- package/dist/actions/delete-notification-setting.d.mts.map +1 -0
- package/dist/actions/delete-notification-setting.mjs +40 -0
- package/dist/actions/delete-notification-setting.mjs.map +1 -0
- package/dist/actions/get-black-box-test-results.cjs +26 -0
- package/dist/actions/get-black-box-test-results.cjs.map +1 -0
- package/dist/actions/get-black-box-test-results.d.cts +9 -0
- package/dist/actions/get-black-box-test-results.d.cts.map +1 -0
- package/dist/actions/get-black-box-test-results.d.mts +9 -0
- package/dist/actions/get-black-box-test-results.d.mts.map +1 -0
- package/dist/actions/get-black-box-test-results.mjs +25 -0
- package/dist/actions/get-black-box-test-results.mjs.map +1 -0
- package/dist/actions/get-user-balance.cjs +25 -0
- package/dist/actions/get-user-balance.cjs.map +1 -0
- package/dist/actions/get-user-balance.d.cts +9 -0
- package/dist/actions/get-user-balance.d.cts.map +1 -0
- package/dist/actions/get-user-balance.d.mts +9 -0
- package/dist/actions/get-user-balance.d.mts.map +1 -0
- package/dist/actions/get-user-balance.mjs +24 -0
- package/dist/actions/get-user-balance.mjs.map +1 -0
- package/dist/actions/index.cjs +61 -0
- package/dist/actions/index.d.cts +31 -0
- package/dist/actions/index.d.mts +31 -0
- package/dist/actions/index.mjs +31 -0
- package/dist/actions/list-audit-logs.cjs +40 -0
- package/dist/actions/list-audit-logs.cjs.map +1 -0
- package/dist/actions/list-audit-logs.d.cts +9 -0
- package/dist/actions/list-audit-logs.d.cts.map +1 -0
- package/dist/actions/list-audit-logs.d.mts +9 -0
- package/dist/actions/list-audit-logs.d.mts.map +1 -0
- package/dist/actions/list-audit-logs.mjs +39 -0
- package/dist/actions/list-audit-logs.mjs.map +1 -0
- package/dist/actions/list-connections.cjs +45 -0
- package/dist/actions/list-connections.cjs.map +1 -0
- package/dist/actions/list-connections.d.cts +9 -0
- package/dist/actions/list-connections.d.cts.map +1 -0
- package/dist/actions/list-connections.d.mts +9 -0
- package/dist/actions/list-connections.d.mts.map +1 -0
- package/dist/actions/list-connections.mjs +44 -0
- package/dist/actions/list-connections.mjs.map +1 -0
- package/dist/actions/list-dynamic-emergency-endpoints.cjs +49 -0
- package/dist/actions/list-dynamic-emergency-endpoints.cjs.map +1 -0
- package/dist/actions/list-dynamic-emergency-endpoints.d.cts +9 -0
- package/dist/actions/list-dynamic-emergency-endpoints.d.cts.map +1 -0
- package/dist/actions/list-dynamic-emergency-endpoints.d.mts +9 -0
- package/dist/actions/list-dynamic-emergency-endpoints.d.mts.map +1 -0
- package/dist/actions/list-dynamic-emergency-endpoints.mjs +48 -0
- package/dist/actions/list-dynamic-emergency-endpoints.mjs.map +1 -0
- package/dist/actions/list-global-ip-health-check-types.cjs +21 -0
- package/dist/actions/list-global-ip-health-check-types.cjs.map +1 -0
- package/dist/actions/list-global-ip-health-check-types.d.cts +9 -0
- package/dist/actions/list-global-ip-health-check-types.d.cts.map +1 -0
- package/dist/actions/list-global-ip-health-check-types.d.mts +9 -0
- package/dist/actions/list-global-ip-health-check-types.d.mts.map +1 -0
- package/dist/actions/list-global-ip-health-check-types.mjs +20 -0
- package/dist/actions/list-global-ip-health-check-types.mjs.map +1 -0
- package/dist/actions/list-messaging-profiles.cjs +66 -0
- package/dist/actions/list-messaging-profiles.cjs.map +1 -0
- package/dist/actions/list-messaging-profiles.d.cts +9 -0
- package/dist/actions/list-messaging-profiles.d.cts.map +1 -0
- package/dist/actions/list-messaging-profiles.d.mts +9 -0
- package/dist/actions/list-messaging-profiles.d.mts.map +1 -0
- package/dist/actions/list-messaging-profiles.mjs +65 -0
- package/dist/actions/list-messaging-profiles.mjs.map +1 -0
- package/dist/actions/list-messaging-url-domains.cjs +44 -0
- package/dist/actions/list-messaging-url-domains.cjs.map +1 -0
- package/dist/actions/list-messaging-url-domains.d.cts +9 -0
- package/dist/actions/list-messaging-url-domains.d.cts.map +1 -0
- package/dist/actions/list-messaging-url-domains.d.mts +9 -0
- package/dist/actions/list-messaging-url-domains.d.mts.map +1 -0
- package/dist/actions/list-messaging-url-domains.mjs +43 -0
- package/dist/actions/list-messaging-url-domains.mjs.map +1 -0
- package/dist/actions/list-mobile-network-operators.cjs +43 -0
- package/dist/actions/list-mobile-network-operators.cjs.map +1 -0
- package/dist/actions/list-mobile-network-operators.d.cts +9 -0
- package/dist/actions/list-mobile-network-operators.d.cts.map +1 -0
- package/dist/actions/list-mobile-network-operators.d.mts +9 -0
- package/dist/actions/list-mobile-network-operators.d.mts.map +1 -0
- package/dist/actions/list-mobile-network-operators.mjs +42 -0
- package/dist/actions/list-mobile-network-operators.mjs.map +1 -0
- package/dist/actions/list-network-interfaces.cjs +54 -0
- package/dist/actions/list-network-interfaces.cjs.map +1 -0
- package/dist/actions/list-network-interfaces.d.cts +9 -0
- package/dist/actions/list-network-interfaces.d.cts.map +1 -0
- package/dist/actions/list-network-interfaces.d.mts +9 -0
- package/dist/actions/list-network-interfaces.d.mts.map +1 -0
- package/dist/actions/list-network-interfaces.mjs +53 -0
- package/dist/actions/list-network-interfaces.mjs.map +1 -0
- package/dist/actions/list-networks.cjs +36 -0
- package/dist/actions/list-networks.cjs.map +1 -0
- package/dist/actions/list-networks.d.cts +9 -0
- package/dist/actions/list-networks.d.cts.map +1 -0
- package/dist/actions/list-networks.d.mts +9 -0
- package/dist/actions/list-networks.d.mts.map +1 -0
- package/dist/actions/list-networks.mjs +35 -0
- package/dist/actions/list-networks.mjs.map +1 -0
- package/dist/actions/list-notification-channels.cjs +43 -0
- package/dist/actions/list-notification-channels.cjs.map +1 -0
- package/dist/actions/list-notification-channels.d.cts +9 -0
- package/dist/actions/list-notification-channels.d.cts.map +1 -0
- package/dist/actions/list-notification-channels.d.mts +9 -0
- package/dist/actions/list-notification-channels.d.mts.map +1 -0
- package/dist/actions/list-notification-channels.mjs +42 -0
- package/dist/actions/list-notification-channels.mjs.map +1 -0
- package/dist/actions/list-notification-event-conditions.cjs +54 -0
- package/dist/actions/list-notification-event-conditions.cjs.map +1 -0
- package/dist/actions/list-notification-event-conditions.d.cts +9 -0
- package/dist/actions/list-notification-event-conditions.d.cts.map +1 -0
- package/dist/actions/list-notification-event-conditions.d.mts +9 -0
- package/dist/actions/list-notification-event-conditions.d.mts.map +1 -0
- package/dist/actions/list-notification-event-conditions.mjs +53 -0
- package/dist/actions/list-notification-event-conditions.mjs.map +1 -0
- package/dist/actions/list-notification-events.cjs +24 -0
- package/dist/actions/list-notification-events.cjs.map +1 -0
- package/dist/actions/list-notification-events.d.cts +9 -0
- package/dist/actions/list-notification-events.d.cts.map +1 -0
- package/dist/actions/list-notification-events.d.mts +9 -0
- package/dist/actions/list-notification-events.d.mts.map +1 -0
- package/dist/actions/list-notification-events.mjs +23 -0
- package/dist/actions/list-notification-events.mjs.map +1 -0
- package/dist/actions/list-notification-profiles.cjs +34 -0
- package/dist/actions/list-notification-profiles.cjs.map +1 -0
- package/dist/actions/list-notification-profiles.d.cts +9 -0
- package/dist/actions/list-notification-profiles.d.cts.map +1 -0
- package/dist/actions/list-notification-profiles.d.mts +9 -0
- package/dist/actions/list-notification-profiles.d.mts.map +1 -0
- package/dist/actions/list-notification-profiles.mjs +33 -0
- package/dist/actions/list-notification-profiles.mjs.map +1 -0
- package/dist/actions/list-phone-numbers.cjs +57 -0
- package/dist/actions/list-phone-numbers.cjs.map +1 -0
- package/dist/actions/list-phone-numbers.d.cts +9 -0
- package/dist/actions/list-phone-numbers.d.cts.map +1 -0
- package/dist/actions/list-phone-numbers.d.mts +9 -0
- package/dist/actions/list-phone-numbers.d.mts.map +1 -0
- package/dist/actions/list-phone-numbers.mjs +56 -0
- package/dist/actions/list-phone-numbers.mjs.map +1 -0
- package/dist/actions/list-sso-authentication-providers.cjs +65 -0
- package/dist/actions/list-sso-authentication-providers.cjs.map +1 -0
- package/dist/actions/list-sso-authentication-providers.d.cts +9 -0
- package/dist/actions/list-sso-authentication-providers.d.cts.map +1 -0
- package/dist/actions/list-sso-authentication-providers.d.mts +9 -0
- package/dist/actions/list-sso-authentication-providers.d.mts.map +1 -0
- package/dist/actions/list-sso-authentication-providers.mjs +64 -0
- package/dist/actions/list-sso-authentication-providers.mjs.map +1 -0
- package/dist/actions/retrieve-network.cjs +25 -0
- package/dist/actions/retrieve-network.cjs.map +1 -0
- package/dist/actions/retrieve-network.d.cts +9 -0
- package/dist/actions/retrieve-network.d.cts.map +1 -0
- package/dist/actions/retrieve-network.d.mts +9 -0
- package/dist/actions/retrieve-network.d.mts.map +1 -0
- package/dist/actions/retrieve-network.mjs +24 -0
- package/dist/actions/retrieve-network.mjs.map +1 -0
- package/dist/actions/retrieve-notification-channel.cjs +25 -0
- package/dist/actions/retrieve-notification-channel.cjs.map +1 -0
- package/dist/actions/retrieve-notification-channel.d.cts +9 -0
- package/dist/actions/retrieve-notification-channel.d.cts.map +1 -0
- package/dist/actions/retrieve-notification-channel.d.mts +9 -0
- package/dist/actions/retrieve-notification-channel.d.mts.map +1 -0
- package/dist/actions/retrieve-notification-channel.mjs +24 -0
- package/dist/actions/retrieve-notification-channel.mjs.map +1 -0
- package/dist/actions/retrieve-notification-profile.cjs +26 -0
- package/dist/actions/retrieve-notification-profile.cjs.map +1 -0
- package/dist/actions/retrieve-notification-profile.d.cts +9 -0
- package/dist/actions/retrieve-notification-profile.d.cts.map +1 -0
- package/dist/actions/retrieve-notification-profile.d.mts +9 -0
- package/dist/actions/retrieve-notification-profile.d.mts.map +1 -0
- package/dist/actions/retrieve-notification-profile.mjs +25 -0
- package/dist/actions/retrieve-notification-profile.mjs.map +1 -0
- package/dist/actions/retrieve-notification-setting.cjs +41 -0
- package/dist/actions/retrieve-notification-setting.cjs.map +1 -0
- package/dist/actions/retrieve-notification-setting.d.cts +9 -0
- package/dist/actions/retrieve-notification-setting.d.cts.map +1 -0
- package/dist/actions/retrieve-notification-setting.d.mts +9 -0
- package/dist/actions/retrieve-notification-setting.d.mts.map +1 -0
- package/dist/actions/retrieve-notification-setting.mjs +40 -0
- package/dist/actions/retrieve-notification-setting.mjs.map +1 -0
- package/dist/actions/update-network.cjs +27 -0
- package/dist/actions/update-network.cjs.map +1 -0
- package/dist/actions/update-network.d.cts +9 -0
- package/dist/actions/update-network.d.cts.map +1 -0
- package/dist/actions/update-network.d.mts +9 -0
- package/dist/actions/update-network.d.mts.map +1 -0
- package/dist/actions/update-network.mjs +26 -0
- package/dist/actions/update-network.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +66 -0
- package/dist/index.d.cts +33 -0
- package/dist/index.d.mts +33 -0
- package/dist/index.mjs +34 -0
- 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
package/dist/app.cjs.map
ADDED
|
@@ -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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -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"}
|
package/dist/catalog.cjs
ADDED
|
@@ -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"}
|
package/dist/catalog.mjs
ADDED
|
@@ -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"}
|
package/dist/execute.cjs
ADDED
|
@@ -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"}
|
package/dist/execute.mjs
ADDED
|
@@ -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;
|
package/dist/index.d.cts
ADDED
|
@@ -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 };
|
package/dist/index.d.mts
ADDED
|
@@ -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
|
+
}
|