@types/node-media-server 2.3.6 → 2.3.7

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.
@@ -44,6 +44,9 @@ interface AuthConfig {
44
44
  play?: boolean;
45
45
  publish?: boolean;
46
46
  secret?: string;
47
+ api?: boolean;
48
+ api_user?: string;
49
+ api_pass?: string;
47
50
  }
48
51
 
49
52
  interface TransConfig {
@@ -111,7 +114,7 @@ export = NodeMediaServer;
111
114
  ````
112
115
 
113
116
  ### Additional Details
114
- * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
117
+ * Last updated: Sat, 24 Aug 2024 01:33:54 GMT
115
118
  * Dependencies: none
116
119
 
117
120
  # Credits
@@ -34,6 +34,9 @@ interface AuthConfig {
34
34
  play?: boolean;
35
35
  publish?: boolean;
36
36
  secret?: string;
37
+ api?: boolean;
38
+ api_user?: string;
39
+ api_pass?: string;
37
40
  }
38
41
 
39
42
  interface TransConfig {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node-media-server",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "TypeScript definitions for node-media-server",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server",
6
6
  "license": "MIT",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "3e1e8c908ddc9620cc0b173afa2e791b52f2b78fd644a754457cf527c280a392",
29
- "typeScriptVersion": "4.5"
28
+ "typesPublisherContentHash": "9bf7685ec6ee420eb4440a90e92d9836b6cc2d6f22ffb62668c45bea39ea2436",
29
+ "typeScriptVersion": "4.8"
30
30
  }