automation-lib 6.6.569 → 6.6.571
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 +20 -8
- package/dist/index.d.ts +20 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8799,10 +8799,10 @@ interface FindOverViewInstagramAccountRunDto {
|
|
|
8799
8799
|
[EStatusAccountSocialSync.Error]: number;
|
|
8800
8800
|
total: number;
|
|
8801
8801
|
};
|
|
8802
|
-
|
|
8803
|
-
[
|
|
8804
|
-
[
|
|
8805
|
-
[
|
|
8802
|
+
statusDeviceKey: {
|
|
8803
|
+
[EStatusDeviceKey.Active]: number;
|
|
8804
|
+
[EStatusDeviceKey.Error]: number;
|
|
8805
|
+
[EStatusDeviceKey.UnKnown]: number;
|
|
8806
8806
|
total: number;
|
|
8807
8807
|
};
|
|
8808
8808
|
statusReplaceDevice: {
|
|
@@ -8811,6 +8811,12 @@ interface FindOverViewInstagramAccountRunDto {
|
|
|
8811
8811
|
[EStatusDeviceReplace.NA]: number;
|
|
8812
8812
|
total: number;
|
|
8813
8813
|
};
|
|
8814
|
+
connectDeviceOnPC: {
|
|
8815
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
8816
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
8817
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
8818
|
+
total: number;
|
|
8819
|
+
};
|
|
8814
8820
|
}
|
|
8815
8821
|
|
|
8816
8822
|
interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
|
|
@@ -13230,10 +13236,10 @@ interface FindOverViewThreadsAccountRunDto {
|
|
|
13230
13236
|
[EStatusAccountSocialSync.Error]: number;
|
|
13231
13237
|
total: number;
|
|
13232
13238
|
};
|
|
13233
|
-
|
|
13234
|
-
[
|
|
13235
|
-
[
|
|
13236
|
-
[
|
|
13239
|
+
statusDeviceKey: {
|
|
13240
|
+
[EStatusDeviceKey.Active]: number;
|
|
13241
|
+
[EStatusDeviceKey.Error]: number;
|
|
13242
|
+
[EStatusDeviceKey.UnKnown]: number;
|
|
13237
13243
|
total: number;
|
|
13238
13244
|
};
|
|
13239
13245
|
statusReplaceDevice: {
|
|
@@ -13242,6 +13248,12 @@ interface FindOverViewThreadsAccountRunDto {
|
|
|
13242
13248
|
[EStatusDeviceReplace.NA]: number;
|
|
13243
13249
|
total: number;
|
|
13244
13250
|
};
|
|
13251
|
+
connectDeviceOnPC: {
|
|
13252
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
13253
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
13254
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
13255
|
+
total: number;
|
|
13256
|
+
};
|
|
13245
13257
|
}
|
|
13246
13258
|
|
|
13247
13259
|
interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
|
package/dist/index.d.ts
CHANGED
|
@@ -8799,10 +8799,10 @@ interface FindOverViewInstagramAccountRunDto {
|
|
|
8799
8799
|
[EStatusAccountSocialSync.Error]: number;
|
|
8800
8800
|
total: number;
|
|
8801
8801
|
};
|
|
8802
|
-
|
|
8803
|
-
[
|
|
8804
|
-
[
|
|
8805
|
-
[
|
|
8802
|
+
statusDeviceKey: {
|
|
8803
|
+
[EStatusDeviceKey.Active]: number;
|
|
8804
|
+
[EStatusDeviceKey.Error]: number;
|
|
8805
|
+
[EStatusDeviceKey.UnKnown]: number;
|
|
8806
8806
|
total: number;
|
|
8807
8807
|
};
|
|
8808
8808
|
statusReplaceDevice: {
|
|
@@ -8811,6 +8811,12 @@ interface FindOverViewInstagramAccountRunDto {
|
|
|
8811
8811
|
[EStatusDeviceReplace.NA]: number;
|
|
8812
8812
|
total: number;
|
|
8813
8813
|
};
|
|
8814
|
+
connectDeviceOnPC: {
|
|
8815
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
8816
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
8817
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
8818
|
+
total: number;
|
|
8819
|
+
};
|
|
8814
8820
|
}
|
|
8815
8821
|
|
|
8816
8822
|
interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
|
|
@@ -13230,10 +13236,10 @@ interface FindOverViewThreadsAccountRunDto {
|
|
|
13230
13236
|
[EStatusAccountSocialSync.Error]: number;
|
|
13231
13237
|
total: number;
|
|
13232
13238
|
};
|
|
13233
|
-
|
|
13234
|
-
[
|
|
13235
|
-
[
|
|
13236
|
-
[
|
|
13239
|
+
statusDeviceKey: {
|
|
13240
|
+
[EStatusDeviceKey.Active]: number;
|
|
13241
|
+
[EStatusDeviceKey.Error]: number;
|
|
13242
|
+
[EStatusDeviceKey.UnKnown]: number;
|
|
13237
13243
|
total: number;
|
|
13238
13244
|
};
|
|
13239
13245
|
statusReplaceDevice: {
|
|
@@ -13242,6 +13248,12 @@ interface FindOverViewThreadsAccountRunDto {
|
|
|
13242
13248
|
[EStatusDeviceReplace.NA]: number;
|
|
13243
13249
|
total: number;
|
|
13244
13250
|
};
|
|
13251
|
+
connectDeviceOnPC: {
|
|
13252
|
+
[EStatusDeviceConnectPC.Connected]: number;
|
|
13253
|
+
[EStatusDeviceConnectPC.Disconnected]: number;
|
|
13254
|
+
[EStatusDeviceConnectPC.Unauthenticated]: number;
|
|
13255
|
+
total: number;
|
|
13256
|
+
};
|
|
13245
13257
|
}
|
|
13246
13258
|
|
|
13247
13259
|
interface IThreadsAccountRaw extends IBaseModel, IAssignUser, ITrackingModel, IAccountSocialBase {
|