@types/ari-client 2.2.7 → 2.2.8

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: Thu, 25 Nov 2021 21:01:10 GMT
11
+ * Last updated: Thu, 31 Aug 2023 15:32:59 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
  * Global values: none
14
14
 
ari-client/index.d.ts CHANGED
@@ -1801,10 +1801,10 @@ export interface Resource {
1801
1801
  removeListener(event: AnyEventType, handler: (...args: any[]) => void): void;
1802
1802
 
1803
1803
  /**
1804
- * Removes all listeners, or those of the specified event type.
1804
+ * Removes all listeners of the specified event type.
1805
1805
  * @param [event] - The event type.
1806
1806
  */
1807
- removeAllListeners(event?: AnyEventType): void;
1807
+ removeAllListeners(event: AnyEventType): void;
1808
1808
  }
1809
1809
  export interface Applications {
1810
1810
  /**
ari-client/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/ari-client",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
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": "9d0c715a527071ed025639308513700a800d8f800663e73aa9f7785246cfb574",
26
- "typeScriptVersion": "3.8"
25
+ "typesPublisherContentHash": "f0c54751a479ca86254f2c85930bd7fec0f147fc98bd0f7db6d426097284af0f",
26
+ "typeScriptVersion": "4.3"
27
27
  }