automation-lib 6.6.149 → 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 CHANGED
@@ -5252,6 +5252,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
5252
5252
  listComments: FindReportManagerCommentDto[];
5253
5253
  timeStart: Date;
5254
5254
  timeEnd: Date;
5255
+ createUserlarkId: string;
5256
+ createUserlarkName: string;
5255
5257
  }
5256
5258
  interface FilterReportManagerDto extends IFilterBaseDto {
5257
5259
  type: EReportManagerType[];
@@ -5282,6 +5284,8 @@ interface FindReportManagerAssignmentDto {
5282
5284
  userId: string;
5283
5285
  userName: string;
5284
5286
  reportId: string;
5287
+ larkId: string;
5288
+ larkName: string;
5285
5289
  reportTitle: string;
5286
5290
  reportStt: string;
5287
5291
  assignStatus: EReportManagerAssignStatus;
package/dist/index.d.ts CHANGED
@@ -5252,6 +5252,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
5252
5252
  listComments: FindReportManagerCommentDto[];
5253
5253
  timeStart: Date;
5254
5254
  timeEnd: Date;
5255
+ createUserlarkId: string;
5256
+ createUserlarkName: string;
5255
5257
  }
5256
5258
  interface FilterReportManagerDto extends IFilterBaseDto {
5257
5259
  type: EReportManagerType[];
@@ -5282,6 +5284,8 @@ interface FindReportManagerAssignmentDto {
5282
5284
  userId: string;
5283
5285
  userName: string;
5284
5286
  reportId: string;
5287
+ larkId: string;
5288
+ larkName: string;
5285
5289
  reportTitle: string;
5286
5290
  reportStt: string;
5287
5291
  assignStatus: EReportManagerAssignStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.149",
3
+ "version": "6.6.150",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",