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