automation-lib 4.7.58 → 4.7.59

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
@@ -876,7 +876,6 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
876
876
  task_dataQuora: any;
877
877
  task_dataTumblt: any;
878
878
  task_dataPinterest: any;
879
- task_data: any;
880
879
  task_note: string;
881
880
  }
882
881
 
package/dist/index.d.ts CHANGED
@@ -876,7 +876,6 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
876
876
  task_dataQuora: any;
877
877
  task_dataTumblt: any;
878
878
  task_dataPinterest: any;
879
- task_data: any;
880
879
  task_note: string;
881
880
  }
882
881
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.58",
3
+ "version": "4.7.59",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",