automation-lib 5.13.7 → 5.13.9

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
@@ -7018,7 +7018,7 @@ interface ViewDetailTaskInstagramChangeInfoDto {
7018
7018
  statusSheetTool: ESheetToolStatusRun;
7019
7019
  idea: string;
7020
7020
  niche: string;
7021
- type: ETypeManagerWorkType;
7021
+ type: ETypeManagerWorkClassify;
7022
7022
  };
7023
7023
  sourceImageChangeInfo: {
7024
7024
  newAvatar: string;
@@ -7245,7 +7245,7 @@ interface ViewDetailTaskInstagramPostDto {
7245
7245
  statusSheetTool: ESheetToolStatusRun;
7246
7246
  idea: string;
7247
7247
  niche: string;
7248
- type: ETypeManagerWorkType;
7248
+ type: ETypeManagerWorkClassify;
7249
7249
  };
7250
7250
  sourceImageVideoPost: {
7251
7251
  linkCanvaSource: string;
package/dist/index.d.ts CHANGED
@@ -7018,7 +7018,7 @@ interface ViewDetailTaskInstagramChangeInfoDto {
7018
7018
  statusSheetTool: ESheetToolStatusRun;
7019
7019
  idea: string;
7020
7020
  niche: string;
7021
- type: ETypeManagerWorkType;
7021
+ type: ETypeManagerWorkClassify;
7022
7022
  };
7023
7023
  sourceImageChangeInfo: {
7024
7024
  newAvatar: string;
@@ -7245,7 +7245,7 @@ interface ViewDetailTaskInstagramPostDto {
7245
7245
  statusSheetTool: ESheetToolStatusRun;
7246
7246
  idea: string;
7247
7247
  niche: string;
7248
- type: ETypeManagerWorkType;
7248
+ type: ETypeManagerWorkClassify;
7249
7249
  };
7250
7250
  sourceImageVideoPost: {
7251
7251
  linkCanvaSource: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.13.7",
3
+ "version": "5.13.9",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",