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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
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
|
-
|
1219
|
+
mw_pinLike: boolean;
|
1220
1220
|
mw_meaning: string;
|
1221
1221
|
mw_quote1: string;
|
1222
1222
|
mw_quote2: string;
|