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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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
|
}
|