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 +13 -0
- package/package.json +1 -1
- package/resources/messaging-profiles/messaging-profiles.d.mts +1 -1
- package/resources/messaging-profiles/messaging-profiles.d.ts +1 -1
- package/resources/messaging-profiles/messaging-profiles.js +1 -1
- package/resources/messaging-profiles/messaging-profiles.mjs +1 -1
- package/src/resources/messaging-profiles/messaging-profiles.ts +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,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
|
@@ -15,7 +15,7 @@ export declare class MessagingProfiles extends APIResource {
|
|
|
15
15
|
autorespConfigs: AutorespConfigsAPI.AutorespConfigs;
|
|
16
16
|
actions: ActionsAPI.Actions;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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.
|
|
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.
|
|
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.
|
|
1
|
+
export declare const VERSION = "7.16.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.16.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|