ms-types 0.10.5 → 0.10.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/device.d.ts CHANGED
@@ -42,12 +42,6 @@ declare namespace device {
42
42
  * @example device.getDeviceID()
43
43
  */
44
44
  function getDeviceID(): string;
45
- /**
46
- * 获取服务器设备ID
47
- * @returns 服务器设备ID
48
- * @example device.getServerDeviceId()
49
- */
50
- function getServerDeviceId(): string;
51
45
  /**
52
46
  * 获取ECID
53
47
  * @returns ECID
@@ -31,10 +31,6 @@ end
31
31
  ---@return string
32
32
  function _Device.getDeviceID() return '' end
33
33
 
34
- --- 服务器设备 ID(签名不变则卸载重装仍保持)
35
- ---@return string
36
- function _Device.getServerDeviceId() return '' end
37
-
38
34
  --- ECID
39
35
  ---@return string
40
36
  function _Device.getECID() return '' end
package/types/ui.d.ts CHANGED
@@ -75,12 +75,6 @@ declare namespace ms {
75
75
  */
76
76
  function getDeviceID(): Promise<string>;
77
77
 
78
- /**
79
- * 获取服务器设备ID
80
- * @returns 服务器设备ID
81
- */
82
- function getServerDeviceId(): Promise<string>;
83
-
84
78
  /**
85
79
  * 获取当前软件包缓存的授权卡密
86
80
  * @returns 有缓存的授权卡密时返回卡密字符串,没有缓存时返回空字符串
@@ -43,12 +43,6 @@ declare namespace $设备 {
43
43
  * @example $设备.获取设备ID()
44
44
  */
45
45
  function 获取设备ID(): 字符串;
46
- /**
47
- * 获取服务器设备ID
48
- * @returns 服务器设备ID
49
- * @example $设备.获取服务器设备ID()
50
- */
51
- function 获取服务器设备ID(): 字符串;
52
46
  /**
53
47
  * 获取ECID
54
48
  * @returns ECID