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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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];
|