automation-lib 6.0.13 → 6.0.14

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
@@ -7707,7 +7707,7 @@ interface ViewDetailTaskInstagramChangeInfoLogDto {
7707
7707
  totalTime: number;
7708
7708
  listLogs: Array<{
7709
7709
  processId: string;
7710
- processStep: ETaskInstagramPostProcessStep;
7710
+ processStep: ETaskInstagramChangeInfoProcessStep;
7711
7711
  status: ETaskInstagramChangeInfoLogStatus;
7712
7712
  time: number;
7713
7713
  retry: number;
@@ -15531,7 +15531,7 @@ interface ViewDetailTaskThreadsChangeInfoLogDto {
15531
15531
  totalTime: number;
15532
15532
  listLogs: Array<{
15533
15533
  processId: string;
15534
- processStep: ETaskThreadsPostProcessStep;
15534
+ processStep: ETaskThreadsChangeInfoProcessStep;
15535
15535
  status: ETaskThreadsChangeInfoLogStatus;
15536
15536
  time: number;
15537
15537
  retry: number;
package/dist/index.d.ts CHANGED
@@ -7707,7 +7707,7 @@ interface ViewDetailTaskInstagramChangeInfoLogDto {
7707
7707
  totalTime: number;
7708
7708
  listLogs: Array<{
7709
7709
  processId: string;
7710
- processStep: ETaskInstagramPostProcessStep;
7710
+ processStep: ETaskInstagramChangeInfoProcessStep;
7711
7711
  status: ETaskInstagramChangeInfoLogStatus;
7712
7712
  time: number;
7713
7713
  retry: number;
@@ -15531,7 +15531,7 @@ interface ViewDetailTaskThreadsChangeInfoLogDto {
15531
15531
  totalTime: number;
15532
15532
  listLogs: Array<{
15533
15533
  processId: string;
15534
- processStep: ETaskThreadsPostProcessStep;
15534
+ processStep: ETaskThreadsChangeInfoProcessStep;
15535
15535
  status: ETaskThreadsChangeInfoLogStatus;
15536
15536
  time: number;
15537
15537
  retry: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.0.13",
3
+ "version": "6.0.14",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",