automation-lib 4.7.59 → 4.7.60

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
@@ -857,8 +857,6 @@ interface ISheetsTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
857
857
  }
858
858
 
859
859
  interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
860
- task_userTracking: IUser | string;
861
- task_department: string | IDepartment;
862
860
  task_account: IAccount | string;
863
861
  task_service: string;
864
862
  task_action: string;
package/dist/index.d.ts CHANGED
@@ -857,8 +857,6 @@ interface ISheetsTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
857
857
  }
858
858
 
859
859
  interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
860
- task_userTracking: IUser | string;
861
- task_department: string | IDepartment;
862
860
  task_account: IAccount | string;
863
861
  task_service: string;
864
862
  task_action: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.59",
3
+ "version": "4.7.60",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",