@advertising-all/advertising-terminal-api
Advanced tools
Comparing version 1.0.27 to 1.0.28
{ | ||
"name": "@advertising-all/advertising-terminal-api", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "设备管理API", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -28,2 +28,4 @@ "use strict"; | ||
sendDeviceActionCommond: api_1.HTTP(['user'], 'admin'), | ||
// 2.0切页指令 | ||
sendChange: api_1.HTTP(['user'], 'admin'), | ||
}; |
{ | ||
"name": "@advertising-all/advertising-terminal-api", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "设备管理API", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -51,20 +51,20 @@ /** | ||
data: | ||
| { | ||
totalCount: number; | ||
list: { | ||
id: string; | ||
name: string; | ||
sysCode: string; | ||
devType: string; | ||
mac: string; | ||
ip: string; // 素材添加时间 格式:yyyy-MM-dd HH:mm:ss | ||
online: string; // 视频播放时长 格式:HH:mm:ss | ||
errInfo: string; // 文件类型(如jpg,mp4等) | ||
lng: string; | ||
lat: string; | ||
address: string; | ||
Info: { Dpi: string }; | ||
}[]; | ||
} | ||
| string; | ||
| { | ||
totalCount: number; | ||
list: { | ||
id: string; | ||
name: string; | ||
sysCode: string; | ||
devType: string; | ||
mac: string; | ||
ip: string; // 素材添加时间 格式:yyyy-MM-dd HH:mm:ss | ||
online: string; // 视频播放时长 格式:HH:mm:ss | ||
errInfo: string; // 文件类型(如jpg,mp4等) | ||
lng: string; | ||
lat: string; | ||
address: string; | ||
Info: { Dpi: string }; | ||
}[]; | ||
} | ||
| string; | ||
} | ||
@@ -82,2 +82,7 @@ >([], ''), | ||
), | ||
// 2.0切页指令 | ||
sendChange: HTTP<{ url: string; query: any, time: number; changeBack: any }, {}>( | ||
['user'], | ||
'admin', | ||
), | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16366
398