automation-lib 5.4.395 → 5.4.397
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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",
|
|
@@ -8959,7 +8958,7 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
8959
8958
|
timeLoginCHPlayICloud: Date;
|
|
8960
8959
|
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
8961
8960
|
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
8962
|
-
|
|
8961
|
+
timeConnectedPC: Date;
|
|
8963
8962
|
statusChangeName: EStatusDeviceChangeName;
|
|
8964
8963
|
timeChangeName: Date;
|
|
8965
8964
|
statusChangeNew: EStatusDeviceChangeNew;
|
package/dist/index.d.ts
CHANGED
|
@@ -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",
|
|
@@ -8959,7 +8958,7 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
8959
8958
|
timeLoginCHPlayICloud: Date;
|
|
8960
8959
|
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
8961
8960
|
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
8962
|
-
|
|
8961
|
+
timeConnectedPC: Date;
|
|
8963
8962
|
statusChangeName: EStatusDeviceChangeName;
|
|
8964
8963
|
timeChangeName: Date;
|
|
8965
8964
|
statusChangeNew: EStatusDeviceChangeNew;
|
package/dist/index.js
CHANGED
|
@@ -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
|
@@ -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";
|