@types/ari-client 2.2.11 → 2.2.13

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 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: Tue, 17 Oct 2023 22:10:13 GMT
11
+ * Last updated: Wed, 17 Jul 2024 06:38:40 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.11",
3
+ "version": "2.2.13",
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,6 @@
22
22
  "dependencies": {
23
23
  "@types/node": "*"
24
24
  },
25
- "typesPublisherContentHash": "1babd734a52614a7854402ae7ed668bded9aad29b610f777dd6f1abf20aaf20f",
26
- "typeScriptVersion": "4.5"
25
+ "typesPublisherContentHash": "773ef5d81e4a8912874f851a4e66ddef6ed07f63e17f68d3acb57737b51e94b7",
26
+ "typeScriptVersion": "4.8"
27
27
  }