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 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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.139",
3
+ "version": "5.4.141",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",