telnyx 7.15.0 → 7.16.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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.16.0](https://github.com/team-telnyx/telnyx-node/compare/v7.15.0...v7.16.0) (2026-08-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * promote from staging f1e6500 ([2724cea](https://github.com/team-telnyx/telnyx-node/commit/2724cea5cd48dff2e07cbb1bda87aaf48a8aa020))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **ci:** ignore closed release PR events ([#512](https://github.com/team-telnyx/telnyx-node/issues/512)) ([1b5e6aa](https://github.com/team-telnyx/telnyx-node/commit/1b5e6aa971b0b571ca6093edc67e96b3652bbdf9))
14
+ * **ci:** isolate release policy validation context ([#513](https://github.com/team-telnyx/telnyx-node/issues/513)) ([9693c01](https://github.com/team-telnyx/telnyx-node/commit/9693c01ef89bee748f2a40b765b55b15d69b398d))
15
+
3
16
  ## [7.15.0](https://github.com/team-telnyx/telnyx-node/compare/v7.14.0...v7.15.0) (2026-08-16)
4
17
 
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telnyx",
3
- "version": "7.15.0",
3
+ "version": "7.16.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",
@@ -15,7 +15,7 @@ export declare class MessagingProfiles extends APIResource {
15
15
  autorespConfigs: AutorespConfigsAPI.AutorespConfigs;
16
16
  actions: ActionsAPI.Actions;
17
17
  /**
18
- * Returns messaging profiles owned by the authenticated account. Apply the
18
+ * Lists messaging profiles owned by the authenticated account. Apply the
19
19
  * documented filters and pagination parameters to narrow the result set.
20
20
  *
21
21
  * @example
@@ -15,7 +15,7 @@ export declare class MessagingProfiles extends APIResource {
15
15
  autorespConfigs: AutorespConfigsAPI.AutorespConfigs;
16
16
  actions: ActionsAPI.Actions;
17
17
  /**
18
- * Returns messaging profiles owned by the authenticated account. Apply the
18
+ * Lists messaging profiles owned by the authenticated account. Apply the
19
19
  * documented filters and pagination parameters to narrow the result set.
20
20
  *
21
21
  * @example
@@ -17,7 +17,7 @@ class MessagingProfiles extends resource_1.APIResource {
17
17
  this.actions = new ActionsAPI.Actions(this._client);
18
18
  }
19
19
  /**
20
- * Returns messaging profiles owned by the authenticated account. Apply the
20
+ * Lists messaging profiles owned by the authenticated account. Apply the
21
21
  * documented filters and pagination parameters to narrow the result set.
22
22
  *
23
23
  * @example
@@ -13,7 +13,7 @@ export class MessagingProfiles extends APIResource {
13
13
  this.actions = new ActionsAPI.Actions(this._client);
14
14
  }
15
15
  /**
16
- * Returns messaging profiles owned by the authenticated account. Apply the
16
+ * Lists messaging profiles owned by the authenticated account. Apply the
17
17
  * documented filters and pagination parameters to narrow the result set.
18
18
  *
19
19
  * @example
@@ -35,7 +35,7 @@ export class MessagingProfiles extends APIResource {
35
35
  actions: ActionsAPI.Actions = new ActionsAPI.Actions(this._client);
36
36
 
37
37
  /**
38
- * Returns messaging profiles owned by the authenticated account. Apply the
38
+ * Lists messaging profiles owned by the authenticated account. Apply the
39
39
  * documented filters and pagination parameters to narrow the result set.
40
40
  *
41
41
  * @example
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.15.0'; // x-release-please-version
1
+ export const VERSION = '7.16.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "7.15.0";
1
+ export declare const VERSION = "7.16.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "7.15.0";
1
+ export declare const VERSION = "7.16.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '7.15.0'; // x-release-please-version
4
+ exports.VERSION = '7.16.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '7.15.0'; // x-release-please-version
1
+ export const VERSION = '7.16.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map