automation-lib 6.6.480 → 6.6.482
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 +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12549,19 +12549,17 @@ interface AutoFillOverviewThreadsAccountRawDto {
|
|
|
12549
12549
|
};
|
|
12550
12550
|
}
|
|
12551
12551
|
interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
12552
|
-
typeAccountSetting: ETypeAccountInstagramSetting[];
|
|
12553
12552
|
device: string[];
|
|
12554
12553
|
accountGroup: string[];
|
|
12554
|
+
accountType: ETypeManagerWorkClassify[];
|
|
12555
12555
|
idea: string[];
|
|
12556
12556
|
niche: string[];
|
|
12557
|
-
accountType: ETypeManagerWorkClassify[];
|
|
12558
12557
|
createdBy: string[];
|
|
12559
12558
|
updatedBy: string[];
|
|
12560
12559
|
accountIDRange: [number, number];
|
|
12561
12560
|
accountStatus: EStatusAccountSocialRaw[];
|
|
12562
12561
|
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
12563
12562
|
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
12564
|
-
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12565
12563
|
statusAutoSyncAccount: EStatusAccountSocialSync[];
|
|
12566
12564
|
deviceBrand: string[];
|
|
12567
12565
|
usernameChangeStatus: EStatusChangeInfo[];
|
|
@@ -12577,6 +12575,9 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12577
12575
|
hasCover: EHaveData[];
|
|
12578
12576
|
hasBio: EHaveData[];
|
|
12579
12577
|
hasLinks: EHaveData[];
|
|
12578
|
+
departmentCreator: string[];
|
|
12579
|
+
teamCreator: string[];
|
|
12580
|
+
leaderCreator: string[];
|
|
12580
12581
|
departmentToAssign: string[];
|
|
12581
12582
|
leaderTeamToAssign: string[];
|
|
12582
12583
|
memberToAssign: string[];
|
|
@@ -13246,7 +13247,8 @@ declare enum EFilterOptionThreadsAccountRaw {
|
|
|
13246
13247
|
AccountGroup = "AccountGroup",
|
|
13247
13248
|
Idea = "Idea",
|
|
13248
13249
|
Niche = "Niche",
|
|
13249
|
-
DeviceBrand = "DeviceBrand"
|
|
13250
|
+
DeviceBrand = "DeviceBrand",
|
|
13251
|
+
FileNameSheetImport = "FileNameSheetImport"
|
|
13250
13252
|
}
|
|
13251
13253
|
|
|
13252
13254
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -12549,19 +12549,17 @@ interface AutoFillOverviewThreadsAccountRawDto {
|
|
|
12549
12549
|
};
|
|
12550
12550
|
}
|
|
12551
12551
|
interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
12552
|
-
typeAccountSetting: ETypeAccountInstagramSetting[];
|
|
12553
12552
|
device: string[];
|
|
12554
12553
|
accountGroup: string[];
|
|
12554
|
+
accountType: ETypeManagerWorkClassify[];
|
|
12555
12555
|
idea: string[];
|
|
12556
12556
|
niche: string[];
|
|
12557
|
-
accountType: ETypeManagerWorkClassify[];
|
|
12558
12557
|
createdBy: string[];
|
|
12559
12558
|
updatedBy: string[];
|
|
12560
12559
|
accountIDRange: [number, number];
|
|
12561
12560
|
accountStatus: EStatusAccountSocialRaw[];
|
|
12562
12561
|
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
12563
12562
|
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
12564
|
-
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
12565
12563
|
statusAutoSyncAccount: EStatusAccountSocialSync[];
|
|
12566
12564
|
deviceBrand: string[];
|
|
12567
12565
|
usernameChangeStatus: EStatusChangeInfo[];
|
|
@@ -12577,6 +12575,9 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
12577
12575
|
hasCover: EHaveData[];
|
|
12578
12576
|
hasBio: EHaveData[];
|
|
12579
12577
|
hasLinks: EHaveData[];
|
|
12578
|
+
departmentCreator: string[];
|
|
12579
|
+
teamCreator: string[];
|
|
12580
|
+
leaderCreator: string[];
|
|
12580
12581
|
departmentToAssign: string[];
|
|
12581
12582
|
leaderTeamToAssign: string[];
|
|
12582
12583
|
memberToAssign: string[];
|
|
@@ -13246,7 +13247,8 @@ declare enum EFilterOptionThreadsAccountRaw {
|
|
|
13246
13247
|
AccountGroup = "AccountGroup",
|
|
13247
13248
|
Idea = "Idea",
|
|
13248
13249
|
Niche = "Niche",
|
|
13249
|
-
DeviceBrand = "DeviceBrand"
|
|
13250
|
+
DeviceBrand = "DeviceBrand",
|
|
13251
|
+
FileNameSheetImport = "FileNameSheetImport"
|
|
13250
13252
|
}
|
|
13251
13253
|
|
|
13252
13254
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2684,6 +2684,7 @@ var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccou
|
|
|
2684
2684
|
EFilterOptionThreadsAccountRaw2["Idea"] = "Idea";
|
|
2685
2685
|
EFilterOptionThreadsAccountRaw2["Niche"] = "Niche";
|
|
2686
2686
|
EFilterOptionThreadsAccountRaw2["DeviceBrand"] = "DeviceBrand";
|
|
2687
|
+
EFilterOptionThreadsAccountRaw2["FileNameSheetImport"] = "FileNameSheetImport";
|
|
2687
2688
|
return EFilterOptionThreadsAccountRaw2;
|
|
2688
2689
|
})(EFilterOptionThreadsAccountRaw || {});
|
|
2689
2690
|
|
package/dist/index.mjs
CHANGED
|
@@ -2376,6 +2376,7 @@ var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccou
|
|
|
2376
2376
|
EFilterOptionThreadsAccountRaw2["Idea"] = "Idea";
|
|
2377
2377
|
EFilterOptionThreadsAccountRaw2["Niche"] = "Niche";
|
|
2378
2378
|
EFilterOptionThreadsAccountRaw2["DeviceBrand"] = "DeviceBrand";
|
|
2379
|
+
EFilterOptionThreadsAccountRaw2["FileNameSheetImport"] = "FileNameSheetImport";
|
|
2379
2380
|
return EFilterOptionThreadsAccountRaw2;
|
|
2380
2381
|
})(EFilterOptionThreadsAccountRaw || {});
|
|
2381
2382
|
|