telnyx 6.74.1 → 6.74.2
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/client.d.mts +1 -1
- package/client.d.ts +1 -1
- package/client.js +1 -1
- package/client.mjs +1 -1
- package/package.json +1 -1
- package/resources/sip-registration-status.d.mts +1 -1
- package/resources/sip-registration-status.d.ts +1 -1
- package/resources/sip-registration-status.js +1 -1
- package/resources/sip-registration-status.mjs +1 -1
- package/src/client.ts +1 -1
- package/src/resources/sip-registration-status.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
|
+
## 6.74.2 (2026-06-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v6.74.1...v6.74.2](https://github.com/team-telnyx/telnyx-node/compare/v6.74.1...v6.74.2)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **sip-registration-status:** move operation under UAC Connections tag ([f72bbcc](https://github.com/team-telnyx/telnyx-node/commit/f72bbcc70a071b03d82475fc6eeaec2f640fc72b))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* **sip-registration-status:** rename operation summary to SIP Registration Status ([b774012](https://github.com/team-telnyx/telnyx-node/commit/b7740127ffd3f6f772d95b29dfed9505949a284f))
|
|
15
|
+
|
|
3
16
|
## 6.74.1 (2026-06-02)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v6.74.0...v6.74.1](https://github.com/team-telnyx/telnyx-node/compare/v6.74.0...v6.74.1)
|
package/client.d.mts
CHANGED
|
@@ -911,7 +911,7 @@ export declare class Telnyx {
|
|
|
911
911
|
*/
|
|
912
912
|
voiceSDKCallReports: API.VoiceSDKCallReports;
|
|
913
913
|
/**
|
|
914
|
-
*
|
|
914
|
+
* UAC connection operations
|
|
915
915
|
*/
|
|
916
916
|
sipRegistrationStatus: API.SipRegistrationStatus;
|
|
917
917
|
}
|
package/client.d.ts
CHANGED
|
@@ -911,7 +911,7 @@ export declare class Telnyx {
|
|
|
911
911
|
*/
|
|
912
912
|
voiceSDKCallReports: API.VoiceSDKCallReports;
|
|
913
913
|
/**
|
|
914
|
-
*
|
|
914
|
+
* UAC connection operations
|
|
915
915
|
*/
|
|
916
916
|
sipRegistrationStatus: API.SipRegistrationStatus;
|
|
917
917
|
}
|
package/client.js
CHANGED
|
@@ -763,7 +763,7 @@ class Telnyx {
|
|
|
763
763
|
*/
|
|
764
764
|
this.voiceSDKCallReports = new API.VoiceSDKCallReports(this);
|
|
765
765
|
/**
|
|
766
|
-
*
|
|
766
|
+
* UAC connection operations
|
|
767
767
|
*/
|
|
768
768
|
this.sipRegistrationStatus = new API.SipRegistrationStatus(this);
|
|
769
769
|
const options = {
|
package/client.mjs
CHANGED
|
@@ -760,7 +760,7 @@ export class Telnyx {
|
|
|
760
760
|
*/
|
|
761
761
|
this.voiceSDKCallReports = new API.VoiceSDKCallReports(this);
|
|
762
762
|
/**
|
|
763
|
-
*
|
|
763
|
+
* UAC connection operations
|
|
764
764
|
*/
|
|
765
765
|
this.sipRegistrationStatus = new API.SipRegistrationStatus(this);
|
|
766
766
|
const options = {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import { APIResource } from "../core/resource.mjs";
|
|
|
2
2
|
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
3
|
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* UAC connection operations
|
|
6
6
|
*/
|
|
7
7
|
export declare class SipRegistrationStatus extends APIResource {
|
|
8
8
|
/**
|
|
@@ -2,7 +2,7 @@ import { APIResource } from "../core/resource.js";
|
|
|
2
2
|
import { APIPromise } from "../core/api-promise.js";
|
|
3
3
|
import { RequestOptions } from "../internal/request-options.js";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* UAC connection operations
|
|
6
6
|
*/
|
|
7
7
|
export declare class SipRegistrationStatus extends APIResource {
|
|
8
8
|
/**
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.SipRegistrationStatus = void 0;
|
|
5
5
|
const resource_1 = require("../core/resource.js");
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* UAC connection operations
|
|
8
8
|
*/
|
|
9
9
|
class SipRegistrationStatus extends resource_1.APIResource {
|
|
10
10
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../core/resource.mjs";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* UAC connection operations
|
|
5
5
|
*/
|
|
6
6
|
export class SipRegistrationStatus extends APIResource {
|
|
7
7
|
/**
|
package/src/client.ts
CHANGED
|
@@ -3001,7 +3001,7 @@ export class Telnyx {
|
|
|
3001
3001
|
*/
|
|
3002
3002
|
voiceSDKCallReports: API.VoiceSDKCallReports = new API.VoiceSDKCallReports(this);
|
|
3003
3003
|
/**
|
|
3004
|
-
*
|
|
3004
|
+
* UAC connection operations
|
|
3005
3005
|
*/
|
|
3006
3006
|
sipRegistrationStatus: API.SipRegistrationStatus = new API.SipRegistrationStatus(this);
|
|
3007
3007
|
}
|
|
@@ -5,7 +5,7 @@ import { APIPromise } from '../core/api-promise';
|
|
|
5
5
|
import { RequestOptions } from '../internal/request-options';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* UAC connection operations
|
|
9
9
|
*/
|
|
10
10
|
export class SipRegistrationStatus extends APIResource {
|
|
11
11
|
/**
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '6.74.
|
|
1
|
+
export const VERSION = '6.74.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "6.74.
|
|
1
|
+
export declare const VERSION = "6.74.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "6.74.
|
|
1
|
+
export declare const VERSION = "6.74.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '6.74.
|
|
1
|
+
export const VERSION = '6.74.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|