automation-lib 5.4.396 → 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 -51
- package/dist/index.d.ts +61 -51
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- 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",
|
|
@@ -3749,7 +3749,6 @@ interface ISettingRunTimeInstagramPost {
|
|
|
3749
3749
|
}
|
|
3750
3750
|
|
|
3751
3751
|
declare enum ETypeSettingInstagram {
|
|
3752
|
-
InteractBlockUser = "InteractBlockUser",
|
|
3753
3752
|
InteractFollow = "InteractFollow",
|
|
3754
3753
|
InteractReplyComment = "InteractReplyComment",
|
|
3755
3754
|
InteractReplyMessage = "InteractReplyMessage",
|
|
@@ -5965,67 +5964,78 @@ interface ViewDetailDeviceDto {
|
|
|
5965
5964
|
};
|
|
5966
5965
|
}
|
|
5967
5966
|
interface FindOverviewDeviceDetailDto {
|
|
5968
|
-
|
|
5967
|
+
statusConnectPCOld: {
|
|
5968
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5969
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5970
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5969
5971
|
total: number;
|
|
5970
|
-
turnOn: number;
|
|
5971
|
-
turnOff: number;
|
|
5972
|
-
unknown: number;
|
|
5973
5972
|
};
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
unknown: number;
|
|
5973
|
+
statusConnectPCNew: {
|
|
5974
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5975
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5976
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5977
|
+
total: number;
|
|
5980
5978
|
};
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5979
|
+
statusConnectWifi: {
|
|
5980
|
+
[EStatusDeviceConnectWifi.Connected]: number;
|
|
5981
|
+
[EStatusDeviceConnectWifi.Disconnect]: number;
|
|
5982
|
+
[EStatusDeviceConnectWifi.WrongPassword]: number;
|
|
5983
|
+
total: number;
|
|
5986
5984
|
};
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
changes: number;
|
|
5985
|
+
statusHub: {
|
|
5986
|
+
[EStatusDeviceHubStatus.Online]: number;
|
|
5987
|
+
[EStatusDeviceHubStatus.Offline]: number;
|
|
5988
|
+
[EStatusDeviceHubStatus.NA]: number;
|
|
5989
|
+
total: number;
|
|
5993
5990
|
};
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
|
|
5991
|
+
statusSetup: {
|
|
5992
|
+
[EStatusDeviceSetup.Completed]: number;
|
|
5993
|
+
[EStatusDeviceSetup.Pending]: number;
|
|
5994
|
+
[EStatusDeviceSetup.InProcess]: number;
|
|
5995
|
+
total: number;
|
|
5999
5996
|
};
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
5997
|
+
statusSync: {
|
|
5998
|
+
[EStatusDeviceSync.Synced]: number;
|
|
5999
|
+
[EStatusDeviceSync.NotSync]: number;
|
|
6000
|
+
[EStatusDeviceSync.Syncing]: number;
|
|
6001
|
+
[EStatusDeviceSync.Error]: number;
|
|
6002
|
+
total: number;
|
|
6005
6003
|
};
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6004
|
+
statusRunningSocial: {
|
|
6005
|
+
[EStatusDeviceRunningSocial.Running]: number;
|
|
6006
|
+
[EStatusDeviceRunningSocial.Ready]: number;
|
|
6007
|
+
[EStatusDeviceRunningSocial.Stop]: number;
|
|
6008
|
+
[EStatusDeviceRunningSocial.Dead]: number;
|
|
6009
|
+
total: number;
|
|
6011
6010
|
};
|
|
6012
6011
|
statusLoginCHPlayICloud: {
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6012
|
+
[EStatusDeviceLoginCHPlayICloud.Done]: number;
|
|
6013
|
+
[EStatusDeviceLoginCHPlayICloud.Error]: number;
|
|
6014
|
+
[EStatusDeviceLoginCHPlayICloud.NA]: number;
|
|
6015
|
+
total: number;
|
|
6017
6016
|
};
|
|
6018
6017
|
statusChangeName: {
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6018
|
+
[EStatusDeviceChangeName.Done]: number;
|
|
6019
|
+
[EStatusDeviceChangeName.Error]: number;
|
|
6020
|
+
[EStatusDeviceChangeName.NA]: number;
|
|
6021
|
+
total: number;
|
|
6023
6022
|
};
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
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;
|
|
6029
6039
|
};
|
|
6030
6040
|
}
|
|
6031
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",
|
|
@@ -3749,7 +3749,6 @@ interface ISettingRunTimeInstagramPost {
|
|
|
3749
3749
|
}
|
|
3750
3750
|
|
|
3751
3751
|
declare enum ETypeSettingInstagram {
|
|
3752
|
-
InteractBlockUser = "InteractBlockUser",
|
|
3753
3752
|
InteractFollow = "InteractFollow",
|
|
3754
3753
|
InteractReplyComment = "InteractReplyComment",
|
|
3755
3754
|
InteractReplyMessage = "InteractReplyMessage",
|
|
@@ -5965,67 +5964,78 @@ interface ViewDetailDeviceDto {
|
|
|
5965
5964
|
};
|
|
5966
5965
|
}
|
|
5967
5966
|
interface FindOverviewDeviceDetailDto {
|
|
5968
|
-
|
|
5967
|
+
statusConnectPCOld: {
|
|
5968
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5969
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5970
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5969
5971
|
total: number;
|
|
5970
|
-
turnOn: number;
|
|
5971
|
-
turnOff: number;
|
|
5972
|
-
unknown: number;
|
|
5973
5972
|
};
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
unknown: number;
|
|
5973
|
+
statusConnectPCNew: {
|
|
5974
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
5975
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
5976
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
5977
|
+
total: number;
|
|
5980
5978
|
};
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5979
|
+
statusConnectWifi: {
|
|
5980
|
+
[EStatusDeviceConnectWifi.Connected]: number;
|
|
5981
|
+
[EStatusDeviceConnectWifi.Disconnect]: number;
|
|
5982
|
+
[EStatusDeviceConnectWifi.WrongPassword]: number;
|
|
5983
|
+
total: number;
|
|
5986
5984
|
};
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
changes: number;
|
|
5985
|
+
statusHub: {
|
|
5986
|
+
[EStatusDeviceHubStatus.Online]: number;
|
|
5987
|
+
[EStatusDeviceHubStatus.Offline]: number;
|
|
5988
|
+
[EStatusDeviceHubStatus.NA]: number;
|
|
5989
|
+
total: number;
|
|
5993
5990
|
};
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
|
|
5991
|
+
statusSetup: {
|
|
5992
|
+
[EStatusDeviceSetup.Completed]: number;
|
|
5993
|
+
[EStatusDeviceSetup.Pending]: number;
|
|
5994
|
+
[EStatusDeviceSetup.InProcess]: number;
|
|
5995
|
+
total: number;
|
|
5999
5996
|
};
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
5997
|
+
statusSync: {
|
|
5998
|
+
[EStatusDeviceSync.Synced]: number;
|
|
5999
|
+
[EStatusDeviceSync.NotSync]: number;
|
|
6000
|
+
[EStatusDeviceSync.Syncing]: number;
|
|
6001
|
+
[EStatusDeviceSync.Error]: number;
|
|
6002
|
+
total: number;
|
|
6005
6003
|
};
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6004
|
+
statusRunningSocial: {
|
|
6005
|
+
[EStatusDeviceRunningSocial.Running]: number;
|
|
6006
|
+
[EStatusDeviceRunningSocial.Ready]: number;
|
|
6007
|
+
[EStatusDeviceRunningSocial.Stop]: number;
|
|
6008
|
+
[EStatusDeviceRunningSocial.Dead]: number;
|
|
6009
|
+
total: number;
|
|
6011
6010
|
};
|
|
6012
6011
|
statusLoginCHPlayICloud: {
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6012
|
+
[EStatusDeviceLoginCHPlayICloud.Done]: number;
|
|
6013
|
+
[EStatusDeviceLoginCHPlayICloud.Error]: number;
|
|
6014
|
+
[EStatusDeviceLoginCHPlayICloud.NA]: number;
|
|
6015
|
+
total: number;
|
|
6017
6016
|
};
|
|
6018
6017
|
statusChangeName: {
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6018
|
+
[EStatusDeviceChangeName.Done]: number;
|
|
6019
|
+
[EStatusDeviceChangeName.Error]: number;
|
|
6020
|
+
[EStatusDeviceChangeName.NA]: number;
|
|
6021
|
+
total: number;
|
|
6023
6022
|
};
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
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;
|
|
6029
6039
|
};
|
|
6030
6040
|
}
|
|
6031
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) => {
|
|
@@ -2135,7 +2135,6 @@ __export(socials_exports, {
|
|
|
2135
2135
|
|
|
2136
2136
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
2137
2137
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
2138
|
-
ETypeSettingInstagram2["InteractBlockUser"] = "InteractBlockUser";
|
|
2139
2138
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
2140
2139
|
ETypeSettingInstagram2["InteractReplyComment"] = "InteractReplyComment";
|
|
2141
2140
|
ETypeSettingInstagram2["InteractReplyMessage"] = "InteractReplyMessage";
|
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) => {
|
|
@@ -1964,7 +1964,6 @@ __export(socials_exports, {
|
|
|
1964
1964
|
|
|
1965
1965
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
1966
1966
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
1967
|
-
ETypeSettingInstagram2["InteractBlockUser"] = "InteractBlockUser";
|
|
1968
1967
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
1969
1968
|
ETypeSettingInstagram2["InteractReplyComment"] = "InteractReplyComment";
|
|
1970
1969
|
ETypeSettingInstagram2["InteractReplyMessage"] = "InteractReplyMessage";
|