telnyx-mcp 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/local-docs-search.js +1 -1
- package/local-docs-search.js.map +1 -1
- package/local-docs-search.mjs +1 -1
- package/local-docs-search.mjs.map +1 -1
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/local-docs-search.ts +1 -1
- package/src/server.ts +1 -1
package/local-docs-search.js
CHANGED
|
@@ -50476,7 +50476,7 @@ const EMBEDDED_METHODS = [
|
|
|
50476
50476
|
name: 'retrieve',
|
|
50477
50477
|
endpoint: '/sip_registration_status',
|
|
50478
50478
|
httpMethod: 'get',
|
|
50479
|
-
summary: '
|
|
50479
|
+
summary: 'SIP Registration Status',
|
|
50480
50480
|
description: 'Returns the live SIP registration state of a UAC connection: whether it is currently registered, when it last registered, and the last response Telnyx received from the registrar. Only `uac_external_credential` is supported today.',
|
|
50481
50481
|
stainlessPath: '(resource) sip_registration_status > (method) retrieve',
|
|
50482
50482
|
qualified: 'client.sipRegistrationStatus.retrieve',
|