automation-lib 5.4.352 → 5.4.353

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
@@ -2158,8 +2158,8 @@ interface IBaseModel {
2158
2158
  version: number;
2159
2159
  }
2160
2160
  interface ITrackingModel {
2161
- createdBy: IUser;
2162
- updatedBy: IUser;
2161
+ createdBy: string | IUser;
2162
+ updatedBy: string | IUser;
2163
2163
  }
2164
2164
  interface IAssignUser {
2165
2165
  timeLastUsed: Date;
package/dist/index.d.ts CHANGED
@@ -2158,8 +2158,8 @@ interface IBaseModel {
2158
2158
  version: number;
2159
2159
  }
2160
2160
  interface ITrackingModel {
2161
- createdBy: IUser;
2162
- updatedBy: IUser;
2161
+ createdBy: string | IUser;
2162
+ updatedBy: string | IUser;
2163
2163
  }
2164
2164
  interface IAssignUser {
2165
2165
  timeLastUsed: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.352",
3
+ "version": "5.4.353",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",