automation-lib 4.9.98 → 4.9.100

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
@@ -1243,7 +1243,6 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
1243
1243
  model: EAIModelImage;
1244
1244
  idea: IManagerWork | string;
1245
1245
  niche: IManagerWork | string;
1246
- typeFolderStore: EFolderImageAI;
1247
1246
  }
1248
1247
 
1249
1248
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
@@ -1269,6 +1268,7 @@ declare namespace index$6 {
1269
1268
  interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1270
1269
  file: IFile | string;
1271
1270
  managerImage: IManagerImageAI | string;
1271
+ typeFolderStore: EFolderImageAI;
1272
1272
  }
1273
1273
 
1274
1274
  interface IManagerSheetGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -1243,7 +1243,6 @@ interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfac
1243
1243
  model: EAIModelImage;
1244
1244
  idea: IManagerWork | string;
1245
1245
  niche: IManagerWork | string;
1246
- typeFolderStore: EFolderImageAI;
1247
1246
  }
1248
1247
 
1249
1248
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
@@ -1269,6 +1268,7 @@ declare namespace index$6 {
1269
1268
  interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1270
1269
  file: IFile | string;
1271
1270
  managerImage: IManagerImageAI | string;
1271
+ typeFolderStore: EFolderImageAI;
1272
1272
  }
1273
1273
 
1274
1274
  interface IManagerSheetGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.98",
3
+ "version": "4.9.100",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",