automation-lib 6.6.67 → 6.6.68

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
@@ -18709,7 +18709,7 @@ interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAcco
18709
18709
  accountUsername: string[];
18710
18710
  accountStatusLogin: EStatusAccountSocialLogin[];
18711
18711
  accountStatusRaw: EStatusAccountSocialRaw[];
18712
- isSchedule: EHaveData;
18712
+ isSchedule: EHaveData[];
18713
18713
  timezone: ETimeZone[];
18714
18714
  status: EStatusTaskToolSocials[];
18715
18715
  timeExecute: [Date, Date];
package/dist/index.d.ts CHANGED
@@ -18709,7 +18709,7 @@ interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAcco
18709
18709
  accountUsername: string[];
18710
18710
  accountStatusLogin: EStatusAccountSocialLogin[];
18711
18711
  accountStatusRaw: EStatusAccountSocialRaw[];
18712
- isSchedule: EHaveData;
18712
+ isSchedule: EHaveData[];
18713
18713
  timezone: ETimeZone[];
18714
18714
  status: EStatusTaskToolSocials[];
18715
18715
  timeExecute: [Date, Date];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.67",
3
+ "version": "6.6.68",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",