automation-lib 5.1.108 → 5.1.110

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
@@ -1249,7 +1249,9 @@ interface ISheetWork extends IBaseModel, ITrackingModel<IUser> {
1249
1249
  sw_subNiche: string | IManagerWork;
1250
1250
  sw_usersPermission: string[] | IUser[];
1251
1251
  sw_departmentsPermission: string[] | IDepartment[];
1252
- sw_pin: string | ISheetWorkPin;
1252
+ sw_pinLove: boolean;
1253
+ sw_pinGim: boolean;
1254
+ sw_pinLike: boolean;
1253
1255
  sw_classify: ETypeSheetWorkClassify;
1254
1256
  }
1255
1257
  interface ISheetWorkPin extends BoInterfaceModelsCommon.IBaseModel {
package/dist/index.d.ts CHANGED
@@ -1249,7 +1249,9 @@ interface ISheetWork extends IBaseModel, ITrackingModel<IUser> {
1249
1249
  sw_subNiche: string | IManagerWork;
1250
1250
  sw_usersPermission: string[] | IUser[];
1251
1251
  sw_departmentsPermission: string[] | IDepartment[];
1252
- sw_pin: string | ISheetWorkPin;
1252
+ sw_pinLove: boolean;
1253
+ sw_pinGim: boolean;
1254
+ sw_pinLike: boolean;
1253
1255
  sw_classify: ETypeSheetWorkClassify;
1254
1256
  }
1255
1257
  interface ISheetWorkPin extends BoInterfaceModelsCommon.IBaseModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.108",
3
+ "version": "5.1.110",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",