automation-lib 4.9.76 → 4.9.78
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -90,6 +90,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
90
90
|
VOICES_STORE: string;
|
|
91
91
|
VOICES_GENERATED: string;
|
|
92
92
|
MANAGER_IMAGE_AI: string;
|
|
93
|
+
MANAGER_IMAGE_AI_ITEM_STORE: string;
|
|
93
94
|
MANAGER_SHEET: string;
|
|
94
95
|
MANAGER_SHEET_GROUP: string;
|
|
95
96
|
MANAGER_SHEET_CHILDREN: string;
|
|
@@ -1224,14 +1225,13 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
|
|
|
1224
1225
|
}
|
|
1225
1226
|
|
|
1226
1227
|
interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1227
|
-
file: IFile | string;
|
|
1228
1228
|
model: EAIModelImage;
|
|
1229
1229
|
idea: IManagerWork | string;
|
|
1230
1230
|
niche: IManagerWork | string;
|
|
1231
1231
|
folder: EFolderImageAI;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
|
-
interface
|
|
1234
|
+
interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1235
1235
|
managerImage: IManagerImageAI;
|
|
1236
1236
|
file: IFile | string;
|
|
1237
1237
|
}
|
|
@@ -1464,7 +1464,7 @@ type index$4_IDeviceSetting = IDeviceSetting;
|
|
|
1464
1464
|
type index$4_IHistoryCanva = IHistoryCanva;
|
|
1465
1465
|
type index$4_ILogging = ILogging;
|
|
1466
1466
|
type index$4_IManagerImageAI = IManagerImageAI;
|
|
1467
|
-
type index$
|
|
1467
|
+
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
1468
1468
|
type index$4_IManagerSheet = IManagerSheet;
|
|
1469
1469
|
type index$4_IManagerSheetChildren = IManagerSheetChildren;
|
|
1470
1470
|
type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
@@ -1486,7 +1486,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
1486
1486
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1487
1487
|
type index$4_IVoiceStores = IVoiceStores;
|
|
1488
1488
|
declare namespace index$4 {
|
|
1489
|
-
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIInfo as IAccountAIInfo, index$4_IAccountAITag as IAccountAITag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerImageAI as IManagerImageAI, index$
|
|
1489
|
+
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIInfo as IAccountAIInfo, index$4_IAccountAITag as IAccountAITag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerImageAI as IManagerImageAI, index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskAI as ITaskAI, index$4_ITaskAIItemAction as ITaskAIItemAction, index$4_ITaskAIItemGroup as ITaskAIItemGroup, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1490
1490
|
}
|
|
1491
1491
|
|
|
1492
1492
|
interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
90
90
|
VOICES_STORE: string;
|
|
91
91
|
VOICES_GENERATED: string;
|
|
92
92
|
MANAGER_IMAGE_AI: string;
|
|
93
|
+
MANAGER_IMAGE_AI_ITEM_STORE: string;
|
|
93
94
|
MANAGER_SHEET: string;
|
|
94
95
|
MANAGER_SHEET_GROUP: string;
|
|
95
96
|
MANAGER_SHEET_CHILDREN: string;
|
|
@@ -1224,14 +1225,13 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
|
|
|
1224
1225
|
}
|
|
1225
1226
|
|
|
1226
1227
|
interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1227
|
-
file: IFile | string;
|
|
1228
1228
|
model: EAIModelImage;
|
|
1229
1229
|
idea: IManagerWork | string;
|
|
1230
1230
|
niche: IManagerWork | string;
|
|
1231
1231
|
folder: EFolderImageAI;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
|
-
interface
|
|
1234
|
+
interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1235
1235
|
managerImage: IManagerImageAI;
|
|
1236
1236
|
file: IFile | string;
|
|
1237
1237
|
}
|
|
@@ -1464,7 +1464,7 @@ type index$4_IDeviceSetting = IDeviceSetting;
|
|
|
1464
1464
|
type index$4_IHistoryCanva = IHistoryCanva;
|
|
1465
1465
|
type index$4_ILogging = ILogging;
|
|
1466
1466
|
type index$4_IManagerImageAI = IManagerImageAI;
|
|
1467
|
-
type index$
|
|
1467
|
+
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
1468
1468
|
type index$4_IManagerSheet = IManagerSheet;
|
|
1469
1469
|
type index$4_IManagerSheetChildren = IManagerSheetChildren;
|
|
1470
1470
|
type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
|
|
@@ -1486,7 +1486,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
1486
1486
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1487
1487
|
type index$4_IVoiceStores = IVoiceStores;
|
|
1488
1488
|
declare namespace index$4 {
|
|
1489
|
-
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIInfo as IAccountAIInfo, index$4_IAccountAITag as IAccountAITag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerImageAI as IManagerImageAI, index$
|
|
1489
|
+
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIInfo as IAccountAIInfo, index$4_IAccountAITag as IAccountAITag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerImageAI as IManagerImageAI, index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskAI as ITaskAI, index$4_ITaskAIItemAction as ITaskAIItemAction, index$4_ITaskAIItemGroup as ITaskAIItemGroup, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1490
1490
|
}
|
|
1491
1491
|
|
|
1492
1492
|
interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.js
CHANGED
|
@@ -135,6 +135,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
135
135
|
VOICES_STORE: "voices-store",
|
|
136
136
|
VOICES_GENERATED: "voices-generated",
|
|
137
137
|
MANAGER_IMAGE_AI: "manager-image-ai",
|
|
138
|
+
MANAGER_IMAGE_AI_ITEM_STORE: "manager-image-ai-item-store",
|
|
138
139
|
MANAGER_SHEET: "manager-sheet",
|
|
139
140
|
MANAGER_SHEET_GROUP: "manager-sheet-group",
|
|
140
141
|
MANAGER_SHEET_CHILDREN: "manager-sheet-children",
|
package/dist/index.mjs
CHANGED
|
@@ -112,6 +112,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
112
112
|
VOICES_STORE: "voices-store",
|
|
113
113
|
VOICES_GENERATED: "voices-generated",
|
|
114
114
|
MANAGER_IMAGE_AI: "manager-image-ai",
|
|
115
|
+
MANAGER_IMAGE_AI_ITEM_STORE: "manager-image-ai-item-store",
|
|
115
116
|
MANAGER_SHEET: "manager-sheet",
|
|
116
117
|
MANAGER_SHEET_GROUP: "manager-sheet-group",
|
|
117
118
|
MANAGER_SHEET_CHILDREN: "manager-sheet-children",
|