automation-lib 5.0.39 → 5.0.40

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
@@ -1056,7 +1056,7 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
1056
1056
 
1057
1057
  interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1058
1058
  name: string;
1059
- department: IDepartment;
1059
+ department: string | IDepartment;
1060
1060
  listTypeSocial: ETypeSocial[];
1061
1061
  description: string;
1062
1062
  leader: string | IUser;
package/dist/index.d.ts CHANGED
@@ -1056,7 +1056,7 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
1056
1056
 
1057
1057
  interface ITeam extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1058
1058
  name: string;
1059
- department: IDepartment;
1059
+ department: string | IDepartment;
1060
1060
  listTypeSocial: ETypeSocial[];
1061
1061
  description: string;
1062
1062
  leader: string | IUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.39",
3
+ "version": "5.0.40",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",