automation-lib 5.4.246 → 5.4.249
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 +4 -9
- package/dist/index.d.ts +4 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1039,7 +1039,7 @@ declare enum EStatusAccountSocialSetting {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
declare enum EStatusAccountSocialSync {
|
|
1042
|
-
|
|
1042
|
+
Waiting = "Waiting",// Chờ sync
|
|
1043
1043
|
Failed = "Failed",// Sync lỗi
|
|
1044
1044
|
New = "New",// Sync nhưng chưa chạy
|
|
1045
1045
|
Done = "Done"
|
|
@@ -3364,7 +3364,6 @@ interface FindOverViewThreadsAccountRowDto {
|
|
|
3364
3364
|
failed: number;
|
|
3365
3365
|
new: number;
|
|
3366
3366
|
waiting: number;
|
|
3367
|
-
missing: number;
|
|
3368
3367
|
};
|
|
3369
3368
|
totalAccountSetting: {
|
|
3370
3369
|
total: number;
|
|
@@ -3491,10 +3490,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3491
3490
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
3492
3491
|
noteConnectDevice: string;
|
|
3493
3492
|
pcInfo: {
|
|
3493
|
+
id: string;
|
|
3494
3494
|
name: string;
|
|
3495
|
-
department: string;
|
|
3496
|
-
leader: string;
|
|
3497
|
-
member: string;
|
|
3498
3495
|
};
|
|
3499
3496
|
deviceInfo: {
|
|
3500
3497
|
id: string;
|
|
@@ -5664,7 +5661,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5664
5661
|
waiting: number;
|
|
5665
5662
|
done: number;
|
|
5666
5663
|
failed: number;
|
|
5667
|
-
missing: number;
|
|
5668
5664
|
};
|
|
5669
5665
|
totalStatusCreateFolder: {
|
|
5670
5666
|
total: number;
|
|
@@ -5819,12 +5815,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5819
5815
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
5820
5816
|
noteConnectDevice: string;
|
|
5821
5817
|
pcInfo: {
|
|
5818
|
+
id: string;
|
|
5822
5819
|
name: string;
|
|
5823
|
-
department: string;
|
|
5824
|
-
leader: string;
|
|
5825
|
-
member: string;
|
|
5826
5820
|
};
|
|
5827
5821
|
deviceInfo: {
|
|
5822
|
+
id: string;
|
|
5828
5823
|
key: string;
|
|
5829
5824
|
name: string;
|
|
5830
5825
|
type: ETypeDeviceOS;
|
package/dist/index.d.ts
CHANGED
|
@@ -1039,7 +1039,7 @@ declare enum EStatusAccountSocialSetting {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
declare enum EStatusAccountSocialSync {
|
|
1042
|
-
|
|
1042
|
+
Waiting = "Waiting",// Chờ sync
|
|
1043
1043
|
Failed = "Failed",// Sync lỗi
|
|
1044
1044
|
New = "New",// Sync nhưng chưa chạy
|
|
1045
1045
|
Done = "Done"
|
|
@@ -3364,7 +3364,6 @@ interface FindOverViewThreadsAccountRowDto {
|
|
|
3364
3364
|
failed: number;
|
|
3365
3365
|
new: number;
|
|
3366
3366
|
waiting: number;
|
|
3367
|
-
missing: number;
|
|
3368
3367
|
};
|
|
3369
3368
|
totalAccountSetting: {
|
|
3370
3369
|
total: number;
|
|
@@ -3491,10 +3490,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3491
3490
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
3492
3491
|
noteConnectDevice: string;
|
|
3493
3492
|
pcInfo: {
|
|
3493
|
+
id: string;
|
|
3494
3494
|
name: string;
|
|
3495
|
-
department: string;
|
|
3496
|
-
leader: string;
|
|
3497
|
-
member: string;
|
|
3498
3495
|
};
|
|
3499
3496
|
deviceInfo: {
|
|
3500
3497
|
id: string;
|
|
@@ -5664,7 +5661,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5664
5661
|
waiting: number;
|
|
5665
5662
|
done: number;
|
|
5666
5663
|
failed: number;
|
|
5667
|
-
missing: number;
|
|
5668
5664
|
};
|
|
5669
5665
|
totalStatusCreateFolder: {
|
|
5670
5666
|
total: number;
|
|
@@ -5819,12 +5815,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5819
5815
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
5820
5816
|
noteConnectDevice: string;
|
|
5821
5817
|
pcInfo: {
|
|
5818
|
+
id: string;
|
|
5822
5819
|
name: string;
|
|
5823
|
-
department: string;
|
|
5824
|
-
leader: string;
|
|
5825
|
-
member: string;
|
|
5826
5820
|
};
|
|
5827
5821
|
deviceInfo: {
|
|
5822
|
+
id: string;
|
|
5828
5823
|
key: string;
|
|
5829
5824
|
name: string;
|
|
5830
5825
|
type: ETypeDeviceOS;
|
package/dist/index.js
CHANGED
|
@@ -1473,7 +1473,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1473
1473
|
|
|
1474
1474
|
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
1475
1475
|
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
1476
|
-
EStatusAccountSocialSync2["
|
|
1476
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
1477
1477
|
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
1478
1478
|
EStatusAccountSocialSync2["New"] = "New";
|
|
1479
1479
|
EStatusAccountSocialSync2["Done"] = "Done";
|
package/dist/index.mjs
CHANGED
|
@@ -1311,7 +1311,7 @@ var EStatusAccountSocialSetting = /* @__PURE__ */ ((EStatusAccountSocialSetting2
|
|
|
1311
1311
|
|
|
1312
1312
|
// src/enums/status/socials/EStatusAccountSocialSync.enum.ts
|
|
1313
1313
|
var EStatusAccountSocialSync = /* @__PURE__ */ ((EStatusAccountSocialSync2) => {
|
|
1314
|
-
EStatusAccountSocialSync2["
|
|
1314
|
+
EStatusAccountSocialSync2["Waiting"] = "Waiting";
|
|
1315
1315
|
EStatusAccountSocialSync2["Failed"] = "Failed";
|
|
1316
1316
|
EStatusAccountSocialSync2["New"] = "New";
|
|
1317
1317
|
EStatusAccountSocialSync2["Done"] = "Done";
|