automation-lib 5.4.134 → 5.4.136
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 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9818,16 +9818,16 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
9818
9818
|
noteFixImport: string;
|
|
9819
9819
|
lastUserInfo: IUserInfoAssignment;
|
|
9820
9820
|
}
|
|
9821
|
-
interface FilterSheetsToolDto extends IFilterBaseDto {
|
|
9821
|
+
interface FilterSheetsToolDto extends IFilterBaseDto, IFilterAssignDto {
|
|
9822
9822
|
typeSocial: ETypeSocial[];
|
|
9823
9823
|
accountGroup: string[];
|
|
9824
9824
|
idea: string[];
|
|
9825
9825
|
niche: string[];
|
|
9826
9826
|
accountType: ETypeManagerWorkClassify[];
|
|
9827
9827
|
typeSheet: ESheetToolInstagram[];
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9828
|
+
statusImport: ESheetToolStatusImport[];
|
|
9829
|
+
statusRun: ESheetToolStatusRun[];
|
|
9830
|
+
statusDevice: EStatusDevice[];
|
|
9831
9831
|
departmentAssigned: string[];
|
|
9832
9832
|
leaderAssigned: string[];
|
|
9833
9833
|
teamAssigned: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -9818,16 +9818,16 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
9818
9818
|
noteFixImport: string;
|
|
9819
9819
|
lastUserInfo: IUserInfoAssignment;
|
|
9820
9820
|
}
|
|
9821
|
-
interface FilterSheetsToolDto extends IFilterBaseDto {
|
|
9821
|
+
interface FilterSheetsToolDto extends IFilterBaseDto, IFilterAssignDto {
|
|
9822
9822
|
typeSocial: ETypeSocial[];
|
|
9823
9823
|
accountGroup: string[];
|
|
9824
9824
|
idea: string[];
|
|
9825
9825
|
niche: string[];
|
|
9826
9826
|
accountType: ETypeManagerWorkClassify[];
|
|
9827
9827
|
typeSheet: ESheetToolInstagram[];
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9828
|
+
statusImport: ESheetToolStatusImport[];
|
|
9829
|
+
statusRun: ESheetToolStatusRun[];
|
|
9830
|
+
statusDevice: EStatusDevice[];
|
|
9831
9831
|
departmentAssigned: string[];
|
|
9832
9832
|
leaderAssigned: string[];
|
|
9833
9833
|
teamAssigned: string[];
|