automation-lib 5.0.38 → 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
@@ -133,10 +133,10 @@ declare const CONST_API_CONTROLLERS: {
133
133
  LARK: string;
134
134
  TOKENS: string;
135
135
  USERS: string;
136
+ TEAMS: string;
136
137
  DEPARTMENTS: string;
137
138
  NOTIFICATIONS: string;
138
139
  ROLES: string;
139
- ROLES_GROUPS: string;
140
140
  MANAGER_WORK: string;
141
141
  MANAGER_WORK_IDEA: string;
142
142
  MANAGER_WORK_NICHE: string;
@@ -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
@@ -133,10 +133,10 @@ declare const CONST_API_CONTROLLERS: {
133
133
  LARK: string;
134
134
  TOKENS: string;
135
135
  USERS: string;
136
+ TEAMS: string;
136
137
  DEPARTMENTS: string;
137
138
  NOTIFICATIONS: string;
138
139
  ROLES: string;
139
- ROLES_GROUPS: string;
140
140
  MANAGER_WORK: string;
141
141
  MANAGER_WORK_IDEA: string;
142
142
  MANAGER_WORK_NICHE: string;
@@ -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.js CHANGED
@@ -179,10 +179,10 @@ var CONST_API_CONTROLLERS = {
179
179
  LARK: "lark",
180
180
  TOKENS: "tokens",
181
181
  USERS: "users",
182
+ TEAMS: "teams",
182
183
  DEPARTMENTS: "departments",
183
184
  NOTIFICATIONS: "notifications",
184
185
  ROLES: "roles",
185
- ROLES_GROUPS: "roles-groups",
186
186
  MANAGER_WORK: "manager-work",
187
187
  MANAGER_WORK_IDEA: "manager-work-idea",
188
188
  MANAGER_WORK_NICHE: "manager-work-niche",
package/dist/index.mjs CHANGED
@@ -155,10 +155,10 @@ var CONST_API_CONTROLLERS = {
155
155
  LARK: "lark",
156
156
  TOKENS: "tokens",
157
157
  USERS: "users",
158
+ TEAMS: "teams",
158
159
  DEPARTMENTS: "departments",
159
160
  NOTIFICATIONS: "notifications",
160
161
  ROLES: "roles",
161
- ROLES_GROUPS: "roles-groups",
162
162
  MANAGER_WORK: "manager-work",
163
163
  MANAGER_WORK_IDEA: "manager-work-idea",
164
164
  MANAGER_WORK_NICHE: "manager-work-niche",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.38",
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",