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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.93",
3
+ "version": "5.0.95",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",