automation-lib 5.1.520 → 5.1.521

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
@@ -10027,7 +10027,6 @@ interface CheckSendMessageLark {
10027
10027
  content: string;
10028
10028
  }
10029
10029
  interface FindLarkDto extends IFindBaseDto, ILark {
10030
- departmentAssigned: IDepartment;
10031
10030
  listTeamsAssigned: ITeam[];
10032
10031
  listMembers: string[];
10033
10032
  }
package/dist/index.d.ts CHANGED
@@ -10027,7 +10027,6 @@ interface CheckSendMessageLark {
10027
10027
  content: string;
10028
10028
  }
10029
10029
  interface FindLarkDto extends IFindBaseDto, ILark {
10030
- departmentAssigned: IDepartment;
10031
10030
  listTeamsAssigned: ITeam[];
10032
10031
  listMembers: string[];
10033
10032
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.520",
3
+ "version": "5.1.521",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",