automation-lib 4.9.95 → 4.9.97

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
@@ -1237,10 +1237,17 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
1237
1237
  }
1238
1238
 
1239
1239
  interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1240
+ folderName: string;
1241
+ typeSocial: ETypeSocial;
1240
1242
  model: EAIModelImage;
1241
1243
  idea: IManagerWork | string;
1242
1244
  niche: IManagerWork | string;
1243
- folder: EFolderImageAI;
1245
+ typeFolderStore: EFolderImageAI;
1246
+ }
1247
+
1248
+ interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1249
+ managerImageAI: string | IManagerImageAI;
1250
+ accountSocial: string | IAccount;
1244
1251
  }
1245
1252
 
1246
1253
  interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
@@ -1437,8 +1444,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
1437
1444
  promptVoicePage1Input: string;
1438
1445
  promptVoicePage1Output: string;
1439
1446
  billetCharacterVoicePage1: string;
1440
- promptVoicePage345Input: string;
1441
- promptVoicePage345Output: string;
1447
+ promptVoicePage3456Input: string;
1448
+ promptVoicePage3456Output: string;
1442
1449
  billetCharacterVoicePage3456: string;
1443
1450
  status: EStatusTaskAI;
1444
1451
  }
@@ -1542,6 +1549,7 @@ type index$5_IHistoryCanva = IHistoryCanva;
1542
1549
  type index$5_ILogging = ILogging;
1543
1550
  type index$5_IManagerImageAI = IManagerImageAI;
1544
1551
  type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
1552
+ type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
1545
1553
  type index$5_IManagerSheet = IManagerSheet;
1546
1554
  type index$5_IManagerSheetChildren = IManagerSheetChildren;
1547
1555
  type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
@@ -1564,7 +1572,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
1564
1572
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1565
1573
  type index$5_IVoiceStores = IVoiceStores;
1566
1574
  declare namespace index$5 {
1567
- export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
1575
+ export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
1568
1576
  }
1569
1577
 
1570
1578
  interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
@@ -1608,8 +1616,8 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
1608
1616
  promptVoicePage1Input: string;
1609
1617
  promptVoicePage1Output: string;
1610
1618
  billetCharacterVoicePage1: string;
1611
- promptVoicePage345Input: string;
1612
- promptVoicePage345Output: string;
1619
+ promptVoicePage3456Input: string;
1620
+ promptVoicePage3456Output: string;
1613
1621
  billetCharacterVoicePage3456: string;
1614
1622
  status: EStatusTaskAI;
1615
1623
  }
package/dist/index.d.ts CHANGED
@@ -1237,10 +1237,17 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
1237
1237
  }
1238
1238
 
1239
1239
  interface IManagerImageAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1240
+ folderName: string;
1241
+ typeSocial: ETypeSocial;
1240
1242
  model: EAIModelImage;
1241
1243
  idea: IManagerWork | string;
1242
1244
  niche: IManagerWork | string;
1243
- folder: EFolderImageAI;
1245
+ typeFolderStore: EFolderImageAI;
1246
+ }
1247
+
1248
+ interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1249
+ managerImageAI: string | IManagerImageAI;
1250
+ accountSocial: string | IAccount;
1244
1251
  }
1245
1252
 
1246
1253
  interface IFile extends BoInterfaceModelsCommon$1.IBaseModel {
@@ -1437,8 +1444,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
1437
1444
  promptVoicePage1Input: string;
1438
1445
  promptVoicePage1Output: string;
1439
1446
  billetCharacterVoicePage1: string;
1440
- promptVoicePage345Input: string;
1441
- promptVoicePage345Output: string;
1447
+ promptVoicePage3456Input: string;
1448
+ promptVoicePage3456Output: string;
1442
1449
  billetCharacterVoicePage3456: string;
1443
1450
  status: EStatusTaskAI;
1444
1451
  }
@@ -1542,6 +1549,7 @@ type index$5_IHistoryCanva = IHistoryCanva;
1542
1549
  type index$5_ILogging = ILogging;
1543
1550
  type index$5_IManagerImageAI = IManagerImageAI;
1544
1551
  type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
1552
+ type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
1545
1553
  type index$5_IManagerSheet = IManagerSheet;
1546
1554
  type index$5_IManagerSheetChildren = IManagerSheetChildren;
1547
1555
  type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
@@ -1564,7 +1572,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
1564
1572
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1565
1573
  type index$5_IVoiceStores = IVoiceStores;
1566
1574
  declare namespace index$5 {
1567
- export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
1575
+ export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
1568
1576
  }
1569
1577
 
1570
1578
  interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
@@ -1608,8 +1616,8 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
1608
1616
  promptVoicePage1Input: string;
1609
1617
  promptVoicePage1Output: string;
1610
1618
  billetCharacterVoicePage1: string;
1611
- promptVoicePage345Input: string;
1612
- promptVoicePage345Output: string;
1619
+ promptVoicePage3456Input: string;
1620
+ promptVoicePage3456Output: string;
1613
1621
  billetCharacterVoicePage3456: string;
1614
1622
  status: EStatusTaskAI;
1615
1623
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.95",
3
+ "version": "4.9.97",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",