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