automation-lib 6.6.97 → 6.6.99

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
@@ -5111,6 +5111,8 @@ interface CreateReportManagerDto {
5111
5111
  url: string;
5112
5112
  type: ETypeFileReportManager;
5113
5113
  }>;
5114
+ timeStart: Date;
5115
+ timeEnd: Date;
5114
5116
  }
5115
5117
  interface UpdateReportManagerDto {
5116
5118
  status: EReportManagerStatus;
@@ -5132,6 +5134,8 @@ interface FindReportManagerDto extends IFindBaseDto {
5132
5134
  timeUserAssign: Date;
5133
5135
  userAssignsName: string[];
5134
5136
  tags: string[];
5137
+ timeStart: Date;
5138
+ timeEnd: Date;
5135
5139
  }
5136
5140
  interface IViewCountNumberStatusReportManager {
5137
5141
  total: number;
@@ -5167,6 +5171,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
5167
5171
  comment: string;
5168
5172
  createdAt: Date;
5169
5173
  }>;
5174
+ timeStart: Date;
5175
+ timeEnd: Date;
5170
5176
  }
5171
5177
  interface FilterReportManagerDto extends IFilterBaseDto {
5172
5178
  type: EReportManagerType[];
@@ -5192,6 +5198,8 @@ interface IReportManager extends IBaseModel, ITrackingModel {
5192
5198
  url: string;
5193
5199
  type: ETypeFileReportManager;
5194
5200
  }>;
5201
+ timeStart: Date;
5202
+ timeEnd: Date;
5195
5203
  }
5196
5204
  interface IReportManagerComment extends IBaseModel, ITrackingModel {
5197
5205
  reportId: string | IReportManager;
package/dist/index.d.ts CHANGED
@@ -5111,6 +5111,8 @@ interface CreateReportManagerDto {
5111
5111
  url: string;
5112
5112
  type: ETypeFileReportManager;
5113
5113
  }>;
5114
+ timeStart: Date;
5115
+ timeEnd: Date;
5114
5116
  }
5115
5117
  interface UpdateReportManagerDto {
5116
5118
  status: EReportManagerStatus;
@@ -5132,6 +5134,8 @@ interface FindReportManagerDto extends IFindBaseDto {
5132
5134
  timeUserAssign: Date;
5133
5135
  userAssignsName: string[];
5134
5136
  tags: string[];
5137
+ timeStart: Date;
5138
+ timeEnd: Date;
5135
5139
  }
5136
5140
  interface IViewCountNumberStatusReportManager {
5137
5141
  total: number;
@@ -5167,6 +5171,8 @@ interface FindDetailReportManagerDto extends IFindBaseDto {
5167
5171
  comment: string;
5168
5172
  createdAt: Date;
5169
5173
  }>;
5174
+ timeStart: Date;
5175
+ timeEnd: Date;
5170
5176
  }
5171
5177
  interface FilterReportManagerDto extends IFilterBaseDto {
5172
5178
  type: EReportManagerType[];
@@ -5192,6 +5198,8 @@ interface IReportManager extends IBaseModel, ITrackingModel {
5192
5198
  url: string;
5193
5199
  type: ETypeFileReportManager;
5194
5200
  }>;
5201
+ timeStart: Date;
5202
+ timeEnd: Date;
5195
5203
  }
5196
5204
  interface IReportManagerComment extends IBaseModel, ITrackingModel {
5197
5205
  reportId: string | IReportManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.97",
3
+ "version": "6.6.99",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",