automation-lib 6.6.148 → 6.6.150
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5240,6 +5240,7 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
|
|
|
5240
5240
|
description: string;
|
|
5241
5241
|
mainModule: string;
|
|
5242
5242
|
subModules: string[];
|
|
5243
|
+
notificationStatus: ENotificationStatusReportManagerAssign;
|
|
5243
5244
|
userAssigns: FindReportManagerAssignmentDto[];
|
|
5244
5245
|
confirmTimeEnd: Date;
|
|
5245
5246
|
tags: string[];
|
|
@@ -5251,6 +5252,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
|
|
|
5251
5252
|
listComments: FindReportManagerCommentDto[];
|
|
5252
5253
|
timeStart: Date;
|
|
5253
5254
|
timeEnd: Date;
|
|
5255
|
+
createUserlarkId: string;
|
|
5256
|
+
createUserlarkName: string;
|
|
5254
5257
|
}
|
|
5255
5258
|
interface FilterReportManagerDto extends IFilterBaseDto {
|
|
5256
5259
|
type: EReportManagerType[];
|
|
@@ -5281,6 +5284,8 @@ interface FindReportManagerAssignmentDto {
|
|
|
5281
5284
|
userId: string;
|
|
5282
5285
|
userName: string;
|
|
5283
5286
|
reportId: string;
|
|
5287
|
+
larkId: string;
|
|
5288
|
+
larkName: string;
|
|
5284
5289
|
reportTitle: string;
|
|
5285
5290
|
reportStt: string;
|
|
5286
5291
|
assignStatus: EReportManagerAssignStatus;
|
package/dist/index.d.ts
CHANGED
|
@@ -5240,6 +5240,7 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
|
|
|
5240
5240
|
description: string;
|
|
5241
5241
|
mainModule: string;
|
|
5242
5242
|
subModules: string[];
|
|
5243
|
+
notificationStatus: ENotificationStatusReportManagerAssign;
|
|
5243
5244
|
userAssigns: FindReportManagerAssignmentDto[];
|
|
5244
5245
|
confirmTimeEnd: Date;
|
|
5245
5246
|
tags: string[];
|
|
@@ -5251,6 +5252,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
|
|
|
5251
5252
|
listComments: FindReportManagerCommentDto[];
|
|
5252
5253
|
timeStart: Date;
|
|
5253
5254
|
timeEnd: Date;
|
|
5255
|
+
createUserlarkId: string;
|
|
5256
|
+
createUserlarkName: string;
|
|
5254
5257
|
}
|
|
5255
5258
|
interface FilterReportManagerDto extends IFilterBaseDto {
|
|
5256
5259
|
type: EReportManagerType[];
|
|
@@ -5281,6 +5284,8 @@ interface FindReportManagerAssignmentDto {
|
|
|
5281
5284
|
userId: string;
|
|
5282
5285
|
userName: string;
|
|
5283
5286
|
reportId: string;
|
|
5287
|
+
larkId: string;
|
|
5288
|
+
larkName: string;
|
|
5284
5289
|
reportTitle: string;
|
|
5285
5290
|
reportStt: string;
|
|
5286
5291
|
assignStatus: EReportManagerAssignStatus;
|