telnyx 6.36.0 → 6.37.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.37.0 (2026-04-08)
4
+
5
+ Full Changelog: [v6.36.0...v6.37.0](https://github.com/team-telnyx/telnyx-node/compare/v6.36.0...v6.37.0)
6
+
7
+ ### Features
8
+
9
+ * Add oneOf constraint for Url/Texml mutual exclusivity in InitiateCallRequest ([1d335fd](https://github.com/team-telnyx/telnyx-node/commit/1d335fdd0a45c498a9d1452e66f74da7e19caa65))
10
+
3
11
  ## 6.36.0 (2026-04-08)
4
12
 
5
13
  Full Changelog: [v6.35.0...v6.36.0](https://github.com/team-telnyx/telnyx-node/compare/v6.35.0...v6.36.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telnyx",
3
- "version": "6.36.0",
3
+ "version": "6.37.0",
4
4
  "description": "Telnyx API SDK for global Voice, SMS, MMS, WhatsApp, Fax, Wireless IoT, SIP Trunking, and Call Control.",
5
5
  "author": "Telnyx <support@telnyx.com>",
6
6
  "types": "./index.d.ts",