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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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
|
-
|
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
|
-
|
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 {
|