automation-lib 5.0.93 → 5.0.95
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 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2814,9 +2814,8 @@ interface IResponseLogin {
|
|
|
2814
2814
|
user: IDataUser;
|
|
2815
2815
|
}
|
|
2816
2816
|
|
|
2817
|
-
interface IFilterStore {
|
|
2817
|
+
interface IFilterStore extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
2818
2818
|
name: string;
|
|
2819
|
-
ownerId: string;
|
|
2820
2819
|
objectName: string;
|
|
2821
2820
|
dataFilterStore: Array<{
|
|
2822
2821
|
typeInput: EInputTypeFilter;
|
package/dist/index.d.ts
CHANGED
|
@@ -2814,9 +2814,8 @@ interface IResponseLogin {
|
|
|
2814
2814
|
user: IDataUser;
|
|
2815
2815
|
}
|
|
2816
2816
|
|
|
2817
|
-
interface IFilterStore {
|
|
2817
|
+
interface IFilterStore extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
2818
2818
|
name: string;
|
|
2819
|
-
ownerId: string;
|
|
2820
2819
|
objectName: string;
|
|
2821
2820
|
dataFilterStore: Array<{
|
|
2822
2821
|
typeInput: EInputTypeFilter;
|