automation-lib 5.1.111 → 5.1.112

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
@@ -1216,7 +1216,7 @@ interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
1216
1216
  mw_parent: string | IManagerWork;
1217
1217
  mw_pinLove: boolean;
1218
1218
  mw_pinGim: boolean;
1219
- mw_pinLive: boolean;
1219
+ mw_pinLike: boolean;
1220
1220
  mw_meaning: string;
1221
1221
  mw_quote1: string;
1222
1222
  mw_quote2: string;
package/dist/index.d.ts CHANGED
@@ -1216,7 +1216,7 @@ interface IManagerWork extends IBaseModel, ITrackingModel<IUser> {
1216
1216
  mw_parent: string | IManagerWork;
1217
1217
  mw_pinLove: boolean;
1218
1218
  mw_pinGim: boolean;
1219
- mw_pinLive: boolean;
1219
+ mw_pinLike: boolean;
1220
1220
  mw_meaning: string;
1221
1221
  mw_quote1: string;
1222
1222
  mw_quote2: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.111",
3
+ "version": "5.1.112",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",