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 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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.164",
3
+ "version": "6.6.165",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",