@types/ari-client 2.2.12 → 2.2.14
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.
- ari-client/README.md +1 -1
- ari-client/index.d.ts +5 -0
- ari-client/package.json +4 -3
ari-client/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for ari-client (https://github.com/asteri
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ari-client.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 18 Mar 2026 19:21:17 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
|
|
14
14
|
# Credits
|
ari-client/index.d.ts
CHANGED
|
@@ -4318,6 +4318,11 @@ export interface Channel extends Resource {
|
|
|
4318
4318
|
*/
|
|
4319
4319
|
id: string;
|
|
4320
4320
|
|
|
4321
|
+
/**
|
|
4322
|
+
* Protocol id from underlying channel driver (i.e. Call-ID for chan_pjsip; will be empty if not applicable or not implemented by driver).
|
|
4323
|
+
*/
|
|
4324
|
+
protocol_id: string;
|
|
4325
|
+
|
|
4321
4326
|
/**
|
|
4322
4327
|
* Name of the channel (i.e. SIP/foo-0000a7e3).
|
|
4323
4328
|
*/
|
ari-client/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/ari-client",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.14",
|
|
4
4
|
"description": "TypeScript definitions for ari-client",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ari-client",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@types/node": "*"
|
|
24
24
|
},
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"peerDependencies": {},
|
|
26
|
+
"typesPublisherContentHash": "7f1e4e439ad5898b9e54385de60af9a37b3aa5132702d76dc103e197538c0bc8",
|
|
27
|
+
"typeScriptVersion": "5.2"
|
|
27
28
|
}
|