automation-lib 5.0.39 → 5.0.41
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -976,6 +976,7 @@ interface IManagerWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMo
|
|
|
976
976
|
mw_quote3: string;
|
|
977
977
|
mw_desc: string;
|
|
978
978
|
mw_socialLinked: ETypeSocial[];
|
|
979
|
+
mw_note: string;
|
|
979
980
|
}
|
|
980
981
|
interface IManagerWorkPin extends BoInterfaceModelsCommon.IBaseModel {
|
|
981
982
|
pin_type: ETypeManagerWorkPin;
|
|
@@ -1056,7 +1057,7 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
1056
1057
|
|
|
1057
1058
|
interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1058
1059
|
name: string;
|
|
1059
|
-
department: IDepartment;
|
|
1060
|
+
department: string | IDepartment;
|
|
1060
1061
|
listTypeSocial: ETypeSocial[];
|
|
1061
1062
|
description: string;
|
|
1062
1063
|
leader: string | IUser;
|
package/dist/index.d.ts
CHANGED
|
@@ -976,6 +976,7 @@ interface IManagerWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMo
|
|
|
976
976
|
mw_quote3: string;
|
|
977
977
|
mw_desc: string;
|
|
978
978
|
mw_socialLinked: ETypeSocial[];
|
|
979
|
+
mw_note: string;
|
|
979
980
|
}
|
|
980
981
|
interface IManagerWorkPin extends BoInterfaceModelsCommon.IBaseModel {
|
|
981
982
|
pin_type: ETypeManagerWorkPin;
|
|
@@ -1056,7 +1057,7 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
1056
1057
|
|
|
1057
1058
|
interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1058
1059
|
name: string;
|
|
1059
|
-
department: IDepartment;
|
|
1060
|
+
department: string | IDepartment;
|
|
1060
1061
|
listTypeSocial: ETypeSocial[];
|
|
1061
1062
|
description: string;
|
|
1062
1063
|
leader: string | IUser;
|