automation-lib 5.4.139 → 5.4.141
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11756,6 +11756,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11756
11756
|
action: string;
|
|
11757
11757
|
timeExecute: Date;
|
|
11758
11758
|
status: EStatusTaskToolSocials;
|
|
11759
|
+
note: string;
|
|
11759
11760
|
listBlockUserName: string[];
|
|
11760
11761
|
listRestrictUserName: string[];
|
|
11761
11762
|
listHiddenUserName: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -11756,6 +11756,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11756
11756
|
action: string;
|
|
11757
11757
|
timeExecute: Date;
|
|
11758
11758
|
status: EStatusTaskToolSocials;
|
|
11759
|
+
note: string;
|
|
11759
11760
|
listBlockUserName: string[];
|
|
11760
11761
|
listRestrictUserName: string[];
|
|
11761
11762
|
listHiddenUserName: string[];
|