telnyx 7.1.0 → 7.2.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 +88 -2
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,99 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [7.
|
|
3
|
+
## [7.2.0](https://github.com/team-telnyx/telnyx-node/compare/v7.2.0...v7.2.0) (2026-06-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* `webhooks.unwrap()` and `TelnyxWebhook.verify()` are now async
|
|
9
|
+
* Webhooks.unwrap() method now accepts optional headers parameter for signature verification. Backward compatible when no headers provided.
|
|
10
|
+
|
|
11
|
+
### release
|
|
12
|
+
|
|
13
|
+
* 4.0.0 ([#243](https://github.com/team-telnyx/telnyx-node/issues/243)) ([8215e40](https://github.com/team-telnyx/telnyx-node/commit/8215e404abde1bc93ae0105d248679a112a7046d))
|
|
14
|
+
* 6.0.0 ([#326](https://github.com/team-telnyx/telnyx-node/issues/326)) ([b33593b](https://github.com/team-telnyx/telnyx-node/commit/b33593b06144cbf349d619061c345a3390dee936))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add self-hosted release-please with two-phase trigger ([#435](https://github.com/team-telnyx/telnyx-node/issues/435)) ([a3edd39](https://github.com/team-telnyx/telnyx-node/commit/a3edd39d84139a4a39d0513dae3eeb250a5a6491))
|
|
20
|
+
* **api:** update OpenAPI spec or Stainless config ([78c2f50](https://github.com/team-telnyx/telnyx-node/commit/78c2f507046232d6741c4377324c66f5404f8ef4))
|
|
21
|
+
* **examples:** Add inbound call control webhook examples ([#17](https://github.com/team-telnyx/telnyx-node/issues/17)) ([4667342](https://github.com/team-telnyx/telnyx-node/commit/4667342381ed4200efcc0b8fe80fd545d0d14bb1))
|
|
22
|
+
* **resources:** add Connections Resource ([#24](https://github.com/team-telnyx/telnyx-node/issues/24)) ([477c701](https://github.com/team-telnyx/telnyx-node/commit/477c701bc04ba5b254efde24bdc46b89a368cd24))
|
|
23
|
+
* **resources:** add Ips and Fqdns Resources ([#25](https://github.com/team-telnyx/telnyx-node/issues/25)) ([92b4ee0](https://github.com/team-telnyx/telnyx-node/commit/92b4ee0ca0cb1db202d193389ce4f8d93b133f02))
|
|
24
|
+
* **resources:** add Mobile Operator Networks Resource ([#39](https://github.com/team-telnyx/telnyx-node/issues/39)) ([039f86c](https://github.com/team-telnyx/telnyx-node/commit/039f86cc121f4f9378cd5b4dcddd44c6a7198a95))
|
|
25
|
+
* **resources:** Addresses ([#34](https://github.com/team-telnyx/telnyx-node/issues/34)) ([eea89a7](https://github.com/team-telnyx/telnyx-node/commit/eea89a77c35ccd7459dba6d63dc58aec090e666d))
|
|
26
|
+
* **resources:** alphanumeric sender ids ([#4](https://github.com/team-telnyx/telnyx-node/issues/4)) ([cb5d21b](https://github.com/team-telnyx/telnyx-node/commit/cb5d21b6db8f3720a1363fa048f0769d7b88a69d))
|
|
27
|
+
* **resources:** Balance ([#35](https://github.com/team-telnyx/telnyx-node/issues/35)) ([46f89f9](https://github.com/team-telnyx/telnyx-node/commit/46f89f9c5bc4f1d09da1efbbb1bada2f51a2198b))
|
|
28
|
+
* **resources:** Billing Groups ([#18](https://github.com/team-telnyx/telnyx-node/issues/18)) ([1df78d4](https://github.com/team-telnyx/telnyx-node/commit/1df78d409d7c922c613316f15f4ebdc7cd067608))
|
|
29
|
+
* **resources:** Credential Connections ([#21](https://github.com/team-telnyx/telnyx-node/issues/21)) ([a6cfae5](https://github.com/team-telnyx/telnyx-node/commit/a6cfae5958252ca8af068782c2216b10bb05b8de))
|
|
30
|
+
* **resources:** empty constructors ([#5](https://github.com/team-telnyx/telnyx-node/issues/5)) ([5da3047](https://github.com/team-telnyx/telnyx-node/commit/5da3047b009301de3693ee2313354f153d1f92ca))
|
|
31
|
+
* **resources:** Fax Applications ([#57](https://github.com/team-telnyx/telnyx-node/issues/57)) ([06e55cf](https://github.com/team-telnyx/telnyx-node/commit/06e55cf4d65614ef5682173154e214dc8bb75585))
|
|
32
|
+
* **resources:** Faxes ([#37](https://github.com/team-telnyx/telnyx-node/issues/37)) ([d826a17](https://github.com/team-telnyx/telnyx-node/commit/d826a179cecc5d6abd56fcecc4dff003ada80fa8))
|
|
33
|
+
* **resources:** FQDN Connections ([#20](https://github.com/team-telnyx/telnyx-node/issues/20)) ([7e03173](https://github.com/team-telnyx/telnyx-node/commit/7e031736d434bc60097c2fb9c0b6a11036d9f4db))
|
|
34
|
+
* **resources:** IP Connections ([#19](https://github.com/team-telnyx/telnyx-node/issues/19)) ([ceff8f7](https://github.com/team-telnyx/telnyx-node/commit/ceff8f7d0e9b96517c82022bb2aee455fb222114))
|
|
35
|
+
* **resources:** Messaging Profile Metrics and Short Codes ([#43](https://github.com/team-telnyx/telnyx-node/issues/43)) ([e4097e3](https://github.com/team-telnyx/telnyx-node/commit/e4097e34f17e99cb76cb67e65afd3b4650691813))
|
|
36
|
+
* **resources:** Number Lookup ([#36](https://github.com/team-telnyx/telnyx-node/issues/36)) ([3d4b955](https://github.com/team-telnyx/telnyx-node/commit/3d4b955877ac6fac080160b9fd1fd7c166360f7e))
|
|
37
|
+
* **resources:** Number Order Regulatory Requirements and Number Order Documents ([#22](https://github.com/team-telnyx/telnyx-node/issues/22)) ([b4b6000](https://github.com/team-telnyx/telnyx-node/commit/b4b6000ac66f0688e88fdba993c69185ddfd02e0))
|
|
38
|
+
* **resources:** OTA Updates ([#40](https://github.com/team-telnyx/telnyx-node/issues/40)) ([993b770](https://github.com/team-telnyx/telnyx-node/commit/993b77008fafe40ea2462fdcc855f729e7f1032c))
|
|
39
|
+
* **resources:** Phone Numbers Resource ([#15](https://github.com/team-telnyx/telnyx-node/issues/15)) ([e63b496](https://github.com/team-telnyx/telnyx-node/commit/e63b496491259821af5979a8cca53c78cf36cdd1))
|
|
40
|
+
* **resources:** Sim Card Enable/Disable ([#42](https://github.com/team-telnyx/telnyx-node/issues/42)) ([372f63a](https://github.com/team-telnyx/telnyx-node/commit/372f63a6320433ca85014b904875e799b806bce2))
|
|
41
|
+
* **resources:** SIM Card Groups Resource ([#38](https://github.com/team-telnyx/telnyx-node/issues/38)) ([2f06b8a](https://github.com/team-telnyx/telnyx-node/commit/2f06b8a98436157147c39aaea234a8949cf7adaa))
|
|
42
|
+
* **resources:** SIM Card Network Preferences Methods ([#41](https://github.com/team-telnyx/telnyx-node/issues/41)) ([a43c54b](https://github.com/team-telnyx/telnyx-node/commit/a43c54b8fd9cde27aeb3f4f24398afcc41d302ab))
|
|
43
|
+
* **resources:** SIM Cards Resource ([#16](https://github.com/team-telnyx/telnyx-node/issues/16)) ([1db136f](https://github.com/team-telnyx/telnyx-node/commit/1db136fa5a0c3a25510f9a664c6ceecda73f6c78))
|
|
44
|
+
* **resources:** Verifications ([#52](https://github.com/team-telnyx/telnyx-node/issues/52)) ([54a963b](https://github.com/team-telnyx/telnyx-node/commit/54a963b36daf93b0b75ab78d46cd7e9ea59672e4))
|
|
45
|
+
* **resources:** Verify Profiles ([#51](https://github.com/team-telnyx/telnyx-node/issues/51)) ([b111f82](https://github.com/team-telnyx/telnyx-node/commit/b111f828ca8e185ba9e7fc2426ad74c81d53f7e2))
|
|
46
|
+
* **WEBRTC-215:** add ondemand credential resource ([#48](https://github.com/team-telnyx/telnyx-node/issues/48)) ([bf34fa1](https://github.com/team-telnyx/telnyx-node/commit/bf34fa10ac3e010590eef8703943833b1f25b756))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Bug Fixes
|
|
50
|
+
|
|
51
|
+
* bump release-please manifest to 7.2.0 and dedupe CHANGELOG ([#452](https://github.com/team-telnyx/telnyx-node/issues/452)) ([9285f92](https://github.com/team-telnyx/telnyx-node/commit/9285f92d47d87f42f85a0d64f2ea26f636331ae8))
|
|
52
|
+
* **error-handling:** prevent `undefined` on error handling ([#3](https://github.com/team-telnyx/telnyx-node/issues/3)) ([c3ac08f](https://github.com/team-telnyx/telnyx-node/commit/c3ac08f9383de9eb4067e4aefd501dd7a54b2757))
|
|
53
|
+
* merge next into release PR to carry code changes to master ([#437](https://github.com/team-telnyx/telnyx-node/issues/437)) ([b59468a](https://github.com/team-telnyx/telnyx-node/commit/b59468a7a2f05330238b6191207609a6537102a0))
|
|
54
|
+
* **query-string:** use arrayFormat of brackets ([#13](https://github.com/team-telnyx/telnyx-node/issues/13)) ([5428da4](https://github.com/team-telnyx/telnyx-node/commit/5428da450a455740aa0fc13a4318b5185d0d5f5e))
|
|
55
|
+
* remove `|| true` from github-release step ([#444](https://github.com/team-telnyx/telnyx-node/issues/444)) ([82a062d](https://github.com/team-telnyx/telnyx-node/commit/82a062d58a5e82c0bdecf8d701e3cc4f8184ac79))
|
|
56
|
+
* remove prerelease config and broken promote-to-prod.yml ([#441](https://github.com/team-telnyx/telnyx-node/issues/441)) ([0c26247](https://github.com/team-telnyx/telnyx-node/commit/0c262478ffc1db19aa48933a70aacc1c465ac72a))
|
|
57
|
+
* rename whatsapp.message_templates to whatsapp.templates to avoid conflict ([9a091ba](https://github.com/team-telnyx/telnyx-node/commit/9a091bae20ea86a6ac8a9f5c897d1207a8d41d58))
|
|
58
|
+
* resolve race condition in release-please code-carry merge ([#440](https://github.com/team-telnyx/telnyx-node/issues/440)) ([08694ba](https://github.com/team-telnyx/telnyx-node/commit/08694baa16128007db94bdd54fa41e784c07f5fb))
|
|
59
|
+
* **resources:** add Phone Numbers Retrieve method ([#47](https://github.com/team-telnyx/telnyx-node/issues/47)) ([ce2b0ac](https://github.com/team-telnyx/telnyx-node/commit/ce2b0ac7ef8019cecb0a4c94e7cbb2f484c911a7))
|
|
60
|
+
* **resources:** fix content-length header calculation on requestData ([ae2a4c3](https://github.com/team-telnyx/telnyx-node/commit/ae2a4c320be0d2d7fb7e3c22d67736ca8ad7e628))
|
|
61
|
+
* **resources:** leave resource previous method spec paramValues intact ([#27](https://github.com/team-telnyx/telnyx-node/issues/27)) ([42a4b6d](https://github.com/team-telnyx/telnyx-node/commit/42a4b6de68fb3225250287ef4612c9708ad1e476))
|
|
62
|
+
* **resources:** outdated specs ([#33](https://github.com/team-telnyx/telnyx-node/issues/33)) ([bf6da65](https://github.com/team-telnyx/telnyx-node/commit/bf6da65afe0a07ecf9de58391ca523e33b0d267d))
|
|
63
|
+
* **resources:** recreate resources on constructor call ([#44](https://github.com/team-telnyx/telnyx-node/issues/44)) ([364be00](https://github.com/team-telnyx/telnyx-node/commit/364be00fb978da4d7048c5695b2924664321045b))
|
|
64
|
+
* **resources:** update Calls and Messaging specs ([#45](https://github.com/team-telnyx/telnyx-node/issues/45)) ([ec3a4d0](https://github.com/team-telnyx/telnyx-node/commit/ec3a4d0dda8794d3509d29a9fa8e8cd958c08441))
|
|
65
|
+
* **resources:** update CredentialConnections Create specs ([#50](https://github.com/team-telnyx/telnyx-node/issues/50)) ([d89df0e](https://github.com/team-telnyx/telnyx-node/commit/d89df0ef29e26d82666f95bb62727066724ca444))
|
|
66
|
+
* restore MCP server source files from v6.83.0 ([#450](https://github.com/team-telnyx/telnyx-node/issues/450)) ([98036ce](https://github.com/team-telnyx/telnyx-node/commit/98036ce9f6333c59cd6afbe8b6f89cff63f0d505))
|
|
67
|
+
* restore release trigger in publish-npm.yml ([#449](https://github.com/team-telnyx/telnyx-node/issues/449)) ([dfbef53](https://github.com/team-telnyx/telnyx-node/commit/dfbef5388468a38ab6b440c5ce064c46c530f173))
|
|
68
|
+
* use --no-save for release-please install to avoid dirty worktree ([#446](https://github.com/team-telnyx/telnyx-node/issues/446)) ([517bc3c](https://github.com/team-telnyx/telnyx-node/commit/517bc3ccb93524f10fb86c8d11d48d06578a1879))
|
|
69
|
+
* **webhooks:** replace c compiled ed25519 package with native one ([#8](https://github.com/team-telnyx/telnyx-node/issues/8)) ([9e6364f](https://github.com/team-telnyx/telnyx-node/commit/9e6364f9c56323927f84e2e32c9f2194f98cd424))
|
|
70
|
+
* **webhooks:** signature verification for Tweetnacl ([#10](https://github.com/team-telnyx/telnyx-node/issues/10)) ([a6f0e4b](https://github.com/team-telnyx/telnyx-node/commit/a6f0e4b1d499c507443fd2584a7d36599c619fbd))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Reverts
|
|
74
|
+
|
|
75
|
+
* restore stainless.yml SDK generation fixes ([739ab97](https://github.com/team-telnyx/telnyx-node/commit/739ab97776a06b15d25c350106786e63a89bcef3))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Documentation
|
|
79
|
+
|
|
80
|
+
* **webhooks:** keep eslint config ([24fef8e](https://github.com/team-telnyx/telnyx-node/commit/24fef8e2b9d3f01f35a4a29f52270ea381f14818))
|
|
81
|
+
* **webhooks:** Signing Example cleanup ([#11](https://github.com/team-telnyx/telnyx-node/issues/11)) ([7fb614e](https://github.com/team-telnyx/telnyx-node/commit/7fb614e07bbcbbdfd86ef8f143d4097916a9fa7a))
|
|
82
|
+
* **webhooks:** update lock and eslint ([3441b40](https://github.com/team-telnyx/telnyx-node/commit/3441b404421428a4eb25017f590f15633b9f530d))
|
|
83
|
+
* **webhooks:** update telnyx package version in example ([9c874b1](https://github.com/team-telnyx/telnyx-node/commit/9c874b1be77abd1f819bef5bab6bb4186a171f78))
|
|
84
|
+
* **webhooks:** use telnyx package v1.7 in example ([19b30f2](https://github.com/team-telnyx/telnyx-node/commit/19b30f2b1d0fac8927b534940d94b793e0665ef8))
|
|
85
|
+
|
|
86
|
+
## [7.1.0](https://github.com/team-telnyx/telnyx-node/compare/v7.0.0...v7.1.0) (2026-06-24)
|
|
4
87
|
|
|
5
88
|
|
|
6
89
|
### Bug Fixes
|
|
7
90
|
|
|
8
91
|
* restore release trigger in publish-npm.yml ([#449](https://github.com/team-telnyx/telnyx-node/issues/449)) ([dfbef53](https://github.com/team-telnyx/telnyx-node/commit/dfbef5388468a38ab6b440c5ce064c46c530f173))
|
|
92
|
+
* remove `|| true` from github-release step ([#444](https://github.com/team-telnyx/telnyx-node/issues/444)) ([82a062d](https://github.com/team-telnyx/telnyx-node/commit/82a062d58a5e82c0bdecf8d701e3cc4f8184ac79))
|
|
93
|
+
* remove prerelease config and broken promote-to-prod.yml ([#441](https://github.com/team-telnyx/telnyx-node/issues/441)) ([0c26247](https://github.com/team-telnyx/telnyx-node/commit/0c262478ffc1db19aa48933a70aacc1c465ac72a))
|
|
94
|
+
* use --no-save for release-please install to avoid dirty worktree ([#446](https://github.com/team-telnyx/telnyx-node/issues/446)) ([517bc3c](https://github.com/team-telnyx/telnyx-node/commit/517bc3ccb93524f10fb86c8d11d48d06578a1879))
|
|
9
95
|
|
|
10
|
-
## [7.
|
|
96
|
+
## [7.0.0](https://github.com/team-telnyx/telnyx-node/compare/v7.0.0...v7.1.0) (2026-06-23)
|
|
11
97
|
|
|
12
98
|
|
|
13
99
|
### Bug Fixes
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '7.
|
|
1
|
+
export const VERSION = '7.2.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "7.
|
|
1
|
+
export declare const VERSION = "7.2.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "7.
|
|
1
|
+
export declare const VERSION = "7.2.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '7.
|
|
1
|
+
export const VERSION = '7.2.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|