automation-lib 5.4.119 → 5.4.120

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
@@ -5168,7 +5168,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
5168
5168
  accountGroup: string[];
5169
5169
  idea: string[];
5170
5170
  niche: string[];
5171
- accountType: ETypeSheetWorkClassify[];
5171
+ accountType: ETypeManagerWorkClassify[];
5172
5172
  createdBy: string[];
5173
5173
  updatedBy: string[];
5174
5174
  accountIDRange: [number, number];
package/dist/index.d.ts CHANGED
@@ -5168,7 +5168,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
5168
5168
  accountGroup: string[];
5169
5169
  idea: string[];
5170
5170
  niche: string[];
5171
- accountType: ETypeSheetWorkClassify[];
5171
+ accountType: ETypeManagerWorkClassify[];
5172
5172
  createdBy: string[];
5173
5173
  updatedBy: string[];
5174
5174
  accountIDRange: [number, number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.119",
3
+ "version": "5.4.120",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",