automation-lib 5.4.134 → 5.4.135

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 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
- importStatus: ESheetToolStatusImport[];
9829
- runStatus: ESheetToolStatusRun[];
9830
- deviceStatus: EStatusDevice[];
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
- importStatus: ESheetToolStatusImport[];
9829
- runStatus: ESheetToolStatusRun[];
9830
- deviceStatus: EStatusDevice[];
9828
+ statusImport: ESheetToolStatusImport[];
9829
+ statusRun: ESheetToolStatusRun[];
9830
+ statusDevice: EStatusDevice[];
9831
9831
  departmentAssigned: string[];
9832
9832
  leaderAssigned: string[];
9833
9833
  teamAssigned: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.134",
3
+ "version": "5.4.135",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",