automation-lib 5.1.102 → 5.1.104

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
@@ -3870,6 +3870,8 @@ interface IFindBaseDto {
3870
3870
  leaderName?: string;
3871
3871
  team: ITeam;
3872
3872
  teamName: string;
3873
+ createdByName: string;
3874
+ updatedByName: string;
3873
3875
  }
3874
3876
  interface IFilterBaseDto {
3875
3877
  team: string;
package/dist/index.d.ts CHANGED
@@ -3870,6 +3870,8 @@ interface IFindBaseDto {
3870
3870
  leaderName?: string;
3871
3871
  team: ITeam;
3872
3872
  teamName: string;
3873
+ createdByName: string;
3874
+ updatedByName: string;
3873
3875
  }
3874
3876
  interface IFilterBaseDto {
3875
3877
  team: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.102",
3
+ "version": "5.1.104",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",