automation-lib 5.1.115 → 5.1.117

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
@@ -1309,7 +1309,7 @@ interface IBlogDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
1309
1309
 
1310
1310
  interface IBlogTeamPermission extends IBaseModel, ITrackingModel<IUser> {
1311
1311
  blog: string | IBlog;
1312
- department: string | ITeam;
1312
+ team: string | ITeam;
1313
1313
  }
1314
1314
 
1315
1315
  interface IBlogUserPermission extends IBaseModel, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -1309,7 +1309,7 @@ interface IBlogDepartmentPermission extends IBaseModel, ITrackingModel<IUser> {
1309
1309
 
1310
1310
  interface IBlogTeamPermission extends IBaseModel, ITrackingModel<IUser> {
1311
1311
  blog: string | IBlog;
1312
- department: string | ITeam;
1312
+ team: string | ITeam;
1313
1313
  }
1314
1314
 
1315
1315
  interface IBlogUserPermission extends IBaseModel, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.115",
3
+ "version": "5.1.117",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",