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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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[];
|