automation-lib 5.4.295 → 5.4.296

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
@@ -2838,10 +2838,10 @@ interface IBaseELS extends IBaseModel {
2838
2838
  }
2839
2839
  interface IBaseRefFieldELS {
2840
2840
  id: string;
2841
- name: string;
2842
2841
  version: number;
2843
2842
  createdAt: Date;
2844
2843
  updatedAt: Date;
2844
+ name?: string;
2845
2845
  }
2846
2846
  interface IFilterBaseDto {
2847
2847
  departmentCreator: string[];
package/dist/index.d.ts CHANGED
@@ -2838,10 +2838,10 @@ interface IBaseELS extends IBaseModel {
2838
2838
  }
2839
2839
  interface IBaseRefFieldELS {
2840
2840
  id: string;
2841
- name: string;
2842
2841
  version: number;
2843
2842
  createdAt: Date;
2844
2843
  updatedAt: Date;
2844
+ name?: string;
2845
2845
  }
2846
2846
  interface IFilterBaseDto {
2847
2847
  departmentCreator: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.295",
3
+ "version": "5.4.296",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",