automation-lib 5.4.397 → 5.4.398
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/dist/index.d.mts +61 -50
- package/dist/index.d.ts +61 -50
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1115,7 +1115,7 @@ declare enum EDeviceResetTime {
|
|
|
1115
1115
|
declare enum EStatusDeviceLoginCHPlayICloud {
|
|
1116
1116
|
Done = "Done",
|
|
1117
1117
|
Error = "Error",
|
|
1118
|
-
|
|
1118
|
+
NA = "N/A"
|
|
1119
1119
|
}
|
|
1120
1120
|
declare enum EStatusDeviceChangeName {
|
|
1121
1121
|
Done = "Done",
|
|
@@ -5964,67 +5964,78 @@ interface ViewDetailDeviceDto {
|
|
|
5964
5964
|
};
|
|
5965
5965
|
}
|
|
5966
5966
|
interface FindOverviewDeviceDetailDto {
|
|
5967
|
-
|
|
5967
|
+
statusConnectPCOld: {
|
|
5968
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5969
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5970
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5968
5971
|
total: number;
|
|
5969
|
-
turnOn: number;
|
|
5970
|
-
turnOff: number;
|
|
5971
|
-
unknown: number;
|
|
5972
5972
|
};
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
unknown: number;
|
|
5973
|
+
statusConnectPCNew: {
|
|
5974
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5975
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5976
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5977
|
+
total: number;
|
|
5979
5978
|
};
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5979
|
+
statusConnectWifi: {
|
|
5980
|
+
[EStatusDeviceConnectWifi.Connected]: number;
|
|
5981
|
+
[EStatusDeviceConnectWifi.Disconnect]: number;
|
|
5982
|
+
[EStatusDeviceConnectWifi.WrongPassword]: number;
|
|
5983
|
+
total: number;
|
|
5985
5984
|
};
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
changes: number;
|
|
5985
|
+
statusHub: {
|
|
5986
|
+
[EStatusDeviceHubStatus.Online]: number;
|
|
5987
|
+
[EStatusDeviceHubStatus.Offline]: number;
|
|
5988
|
+
[EStatusDeviceHubStatus.NA]: number;
|
|
5989
|
+
total: number;
|
|
5992
5990
|
};
|
|
5993
|
-
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5991
|
+
statusSetup: {
|
|
5992
|
+
[EStatusDeviceSetup.Completed]: number;
|
|
5993
|
+
[EStatusDeviceSetup.Pending]: number;
|
|
5994
|
+
[EStatusDeviceSetup.InProcess]: number;
|
|
5995
|
+
total: number;
|
|
5998
5996
|
};
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
5997
|
+
statusSync: {
|
|
5998
|
+
[EStatusDeviceSync.Synced]: number;
|
|
5999
|
+
[EStatusDeviceSync.NotSync]: number;
|
|
6000
|
+
[EStatusDeviceSync.Syncing]: number;
|
|
6001
|
+
[EStatusDeviceSync.Error]: number;
|
|
6002
|
+
total: number;
|
|
6004
6003
|
};
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6004
|
+
statusRunningSocial: {
|
|
6005
|
+
[EStatusDeviceRunningSocial.Running]: number;
|
|
6006
|
+
[EStatusDeviceRunningSocial.Ready]: number;
|
|
6007
|
+
[EStatusDeviceRunningSocial.Stop]: number;
|
|
6008
|
+
[EStatusDeviceRunningSocial.Dead]: number;
|
|
6009
|
+
total: number;
|
|
6010
6010
|
};
|
|
6011
6011
|
statusLoginCHPlayICloud: {
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6012
|
+
[EStatusDeviceLoginCHPlayICloud.Done]: number;
|
|
6013
|
+
[EStatusDeviceLoginCHPlayICloud.Error]: number;
|
|
6014
|
+
[EStatusDeviceLoginCHPlayICloud.NA]: number;
|
|
6015
|
+
total: number;
|
|
6016
6016
|
};
|
|
6017
6017
|
statusChangeName: {
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6018
|
+
[EStatusDeviceChangeName.Done]: number;
|
|
6019
|
+
[EStatusDeviceChangeName.Error]: number;
|
|
6020
|
+
[EStatusDeviceChangeName.NA]: number;
|
|
6021
|
+
total: number;
|
|
6022
6022
|
};
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6023
|
+
statusChangeNew: {
|
|
6024
|
+
[EStatusDeviceChangeNew.Done]: number;
|
|
6025
|
+
[EStatusDeviceChangeNew.Error]: number;
|
|
6026
|
+
[EStatusDeviceChangeNew.NA]: number;
|
|
6027
|
+
total: number;
|
|
6028
|
+
};
|
|
6029
|
+
statusReplace: {
|
|
6030
|
+
[EStatusDeviceReplace.Done]: number;
|
|
6031
|
+
[EStatusDeviceReplace.Error]: number;
|
|
6032
|
+
[EStatusDeviceReplace.NA]: number;
|
|
6033
|
+
total: number;
|
|
6034
|
+
};
|
|
6035
|
+
os: {
|
|
6036
|
+
[ETypeDeviceOS.Android]: number;
|
|
6037
|
+
[ETypeDeviceOS.IOS]: number;
|
|
6038
|
+
total: number;
|
|
6028
6039
|
};
|
|
6029
6040
|
}
|
|
6030
6041
|
interface FindOverviewDeviceBasicDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -1115,7 +1115,7 @@ declare enum EDeviceResetTime {
|
|
|
1115
1115
|
declare enum EStatusDeviceLoginCHPlayICloud {
|
|
1116
1116
|
Done = "Done",
|
|
1117
1117
|
Error = "Error",
|
|
1118
|
-
|
|
1118
|
+
NA = "N/A"
|
|
1119
1119
|
}
|
|
1120
1120
|
declare enum EStatusDeviceChangeName {
|
|
1121
1121
|
Done = "Done",
|
|
@@ -5964,67 +5964,78 @@ interface ViewDetailDeviceDto {
|
|
|
5964
5964
|
};
|
|
5965
5965
|
}
|
|
5966
5966
|
interface FindOverviewDeviceDetailDto {
|
|
5967
|
-
|
|
5967
|
+
statusConnectPCOld: {
|
|
5968
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5969
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5970
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5968
5971
|
total: number;
|
|
5969
|
-
turnOn: number;
|
|
5970
|
-
turnOff: number;
|
|
5971
|
-
unknown: number;
|
|
5972
5972
|
};
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
unknown: number;
|
|
5973
|
+
statusConnectPCNew: {
|
|
5974
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5975
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5976
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5977
|
+
total: number;
|
|
5979
5978
|
};
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5979
|
+
statusConnectWifi: {
|
|
5980
|
+
[EStatusDeviceConnectWifi.Connected]: number;
|
|
5981
|
+
[EStatusDeviceConnectWifi.Disconnect]: number;
|
|
5982
|
+
[EStatusDeviceConnectWifi.WrongPassword]: number;
|
|
5983
|
+
total: number;
|
|
5985
5984
|
};
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
changes: number;
|
|
5985
|
+
statusHub: {
|
|
5986
|
+
[EStatusDeviceHubStatus.Online]: number;
|
|
5987
|
+
[EStatusDeviceHubStatus.Offline]: number;
|
|
5988
|
+
[EStatusDeviceHubStatus.NA]: number;
|
|
5989
|
+
total: number;
|
|
5992
5990
|
};
|
|
5993
|
-
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5991
|
+
statusSetup: {
|
|
5992
|
+
[EStatusDeviceSetup.Completed]: number;
|
|
5993
|
+
[EStatusDeviceSetup.Pending]: number;
|
|
5994
|
+
[EStatusDeviceSetup.InProcess]: number;
|
|
5995
|
+
total: number;
|
|
5998
5996
|
};
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
5997
|
+
statusSync: {
|
|
5998
|
+
[EStatusDeviceSync.Synced]: number;
|
|
5999
|
+
[EStatusDeviceSync.NotSync]: number;
|
|
6000
|
+
[EStatusDeviceSync.Syncing]: number;
|
|
6001
|
+
[EStatusDeviceSync.Error]: number;
|
|
6002
|
+
total: number;
|
|
6004
6003
|
};
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6004
|
+
statusRunningSocial: {
|
|
6005
|
+
[EStatusDeviceRunningSocial.Running]: number;
|
|
6006
|
+
[EStatusDeviceRunningSocial.Ready]: number;
|
|
6007
|
+
[EStatusDeviceRunningSocial.Stop]: number;
|
|
6008
|
+
[EStatusDeviceRunningSocial.Dead]: number;
|
|
6009
|
+
total: number;
|
|
6010
6010
|
};
|
|
6011
6011
|
statusLoginCHPlayICloud: {
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6012
|
+
[EStatusDeviceLoginCHPlayICloud.Done]: number;
|
|
6013
|
+
[EStatusDeviceLoginCHPlayICloud.Error]: number;
|
|
6014
|
+
[EStatusDeviceLoginCHPlayICloud.NA]: number;
|
|
6015
|
+
total: number;
|
|
6016
6016
|
};
|
|
6017
6017
|
statusChangeName: {
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6018
|
+
[EStatusDeviceChangeName.Done]: number;
|
|
6019
|
+
[EStatusDeviceChangeName.Error]: number;
|
|
6020
|
+
[EStatusDeviceChangeName.NA]: number;
|
|
6021
|
+
total: number;
|
|
6022
6022
|
};
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6023
|
+
statusChangeNew: {
|
|
6024
|
+
[EStatusDeviceChangeNew.Done]: number;
|
|
6025
|
+
[EStatusDeviceChangeNew.Error]: number;
|
|
6026
|
+
[EStatusDeviceChangeNew.NA]: number;
|
|
6027
|
+
total: number;
|
|
6028
|
+
};
|
|
6029
|
+
statusReplace: {
|
|
6030
|
+
[EStatusDeviceReplace.Done]: number;
|
|
6031
|
+
[EStatusDeviceReplace.Error]: number;
|
|
6032
|
+
[EStatusDeviceReplace.NA]: number;
|
|
6033
|
+
total: number;
|
|
6034
|
+
};
|
|
6035
|
+
os: {
|
|
6036
|
+
[ETypeDeviceOS.Android]: number;
|
|
6037
|
+
[ETypeDeviceOS.IOS]: number;
|
|
6038
|
+
total: number;
|
|
6028
6039
|
};
|
|
6029
6040
|
}
|
|
6030
6041
|
interface FindOverviewDeviceBasicDto {
|
package/dist/index.js
CHANGED
|
@@ -1561,7 +1561,7 @@ var EDeviceResetTime = /* @__PURE__ */ ((EDeviceResetTime2) => {
|
|
|
1561
1561
|
var EStatusDeviceLoginCHPlayICloud = /* @__PURE__ */ ((EStatusDeviceLoginCHPlayICloud2) => {
|
|
1562
1562
|
EStatusDeviceLoginCHPlayICloud2["Done"] = "Done";
|
|
1563
1563
|
EStatusDeviceLoginCHPlayICloud2["Error"] = "Error";
|
|
1564
|
-
EStatusDeviceLoginCHPlayICloud2["
|
|
1564
|
+
EStatusDeviceLoginCHPlayICloud2["NA"] = "N/A";
|
|
1565
1565
|
return EStatusDeviceLoginCHPlayICloud2;
|
|
1566
1566
|
})(EStatusDeviceLoginCHPlayICloud || {});
|
|
1567
1567
|
var EStatusDeviceChangeName = /* @__PURE__ */ ((EStatusDeviceChangeName2) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1390,7 +1390,7 @@ var EDeviceResetTime = /* @__PURE__ */ ((EDeviceResetTime2) => {
|
|
|
1390
1390
|
var EStatusDeviceLoginCHPlayICloud = /* @__PURE__ */ ((EStatusDeviceLoginCHPlayICloud2) => {
|
|
1391
1391
|
EStatusDeviceLoginCHPlayICloud2["Done"] = "Done";
|
|
1392
1392
|
EStatusDeviceLoginCHPlayICloud2["Error"] = "Error";
|
|
1393
|
-
EStatusDeviceLoginCHPlayICloud2["
|
|
1393
|
+
EStatusDeviceLoginCHPlayICloud2["NA"] = "N/A";
|
|
1394
1394
|
return EStatusDeviceLoginCHPlayICloud2;
|
|
1395
1395
|
})(EStatusDeviceLoginCHPlayICloud || {});
|
|
1396
1396
|
var EStatusDeviceChangeName = /* @__PURE__ */ ((EStatusDeviceChangeName2) => {
|