automation-lib 6.6.164 → 6.6.165
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5234,6 +5234,8 @@ interface FindReportManagerDto extends IFindBaseDto {
|
|
|
5234
5234
|
description: string;
|
|
5235
5235
|
mainModule: string;
|
|
5236
5236
|
subModules: string[];
|
|
5237
|
+
codeMessageLark: string;
|
|
5238
|
+
msgMessageLark: string;
|
|
5237
5239
|
viewedReport: EViewedReportManager;
|
|
5238
5240
|
userAssigns: FindReportManagerAssignmentDto[];
|
|
5239
5241
|
tags: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -5234,6 +5234,8 @@ interface FindReportManagerDto extends IFindBaseDto {
|
|
|
5234
5234
|
description: string;
|
|
5235
5235
|
mainModule: string;
|
|
5236
5236
|
subModules: string[];
|
|
5237
|
+
codeMessageLark: string;
|
|
5238
|
+
msgMessageLark: string;
|
|
5237
5239
|
viewedReport: EViewedReportManager;
|
|
5238
5240
|
userAssigns: FindReportManagerAssignmentDto[];
|
|
5239
5241
|
tags: string[];
|