automation-lib 4.9.31 → 4.9.33

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
@@ -907,7 +907,7 @@ declare enum EStatusEmail {
907
907
  WrongPassword = "WrongPassword"
908
908
  }
909
909
 
910
- interface IManagerEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
910
+ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
911
911
  email: string;
912
912
  password: string;
913
913
  code2FA: string;
@@ -927,7 +927,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
927
927
  versionModel: EAIVersionImage;
928
928
  password: string;
929
929
  code2FA: string;
930
- managerEmail: string | IManagerEmail;
930
+ managerEmail: string | IAccountEmail;
931
931
  channels: string[] | IAccountAIImageChannel[];
932
932
  isActive: boolean;
933
933
  status: EStatusAccountAI;
@@ -958,7 +958,8 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
958
958
  provider: string;
959
959
  versionModel: EAIVersionVoice;
960
960
  password: string;
961
- managerEmail: string | IManagerEmail;
961
+ code2FA: string;
962
+ managerEmail: string | IAccountEmail;
962
963
  channels: string[] | IAccountAIImageChannel[];
963
964
  isActive: boolean;
964
965
  }
@@ -1002,7 +1003,7 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
1002
1003
  email: string;
1003
1004
  password: string;
1004
1005
  code2FA: string;
1005
- managerEmail: string | IManagerEmail;
1006
+ managerEmail: string | IAccountEmail;
1006
1007
  channels: string[] | IAccountAIChannel[];
1007
1008
  isActive: boolean;
1008
1009
  status: EStatusAccountAI;
@@ -1367,6 +1368,7 @@ type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1367
1368
  type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
1368
1369
  type index$4_IAccountDetailEmail = IAccountDetailEmail;
1369
1370
  type index$4_IAccountDetailSocial = IAccountDetailSocial;
1371
+ type index$4_IAccountEmail = IAccountEmail;
1370
1372
  type index$4_IAccountVPS = IAccountVPS;
1371
1373
  type index$4_IAccountVPSGroup = IAccountVPSGroup;
1372
1374
  type index$4_IAccountsGroup = IAccountsGroup;
@@ -1378,7 +1380,6 @@ type index$4_IDeviceInfoEmail = IDeviceInfoEmail;
1378
1380
  type index$4_IDeviceSetting = IDeviceSetting;
1379
1381
  type index$4_IHistoryCanva = IHistoryCanva;
1380
1382
  type index$4_ILogging = ILogging;
1381
- type index$4_IManagerEmail = IManagerEmail;
1382
1383
  type index$4_IManagerSheet = IManagerSheet;
1383
1384
  type index$4_IManagerSheetChildren = IManagerSheetChildren;
1384
1385
  type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
@@ -1400,7 +1401,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
1400
1401
  type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
1401
1402
  type index$4_IVoiceStores = IVoiceStores;
1402
1403
  declare namespace index$4 {
1403
- 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_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_IManagerEmail as IManagerEmail, 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 };
1404
+ 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_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_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 };
1404
1405
  }
1405
1406
 
1406
1407
  interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -907,7 +907,7 @@ declare enum EStatusEmail {
907
907
  WrongPassword = "WrongPassword"
908
908
  }
909
909
 
910
- interface IManagerEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
910
+ interface IAccountEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
911
911
  email: string;
912
912
  password: string;
913
913
  code2FA: string;
@@ -927,7 +927,7 @@ interface IAccountAIImageInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
927
927
  versionModel: EAIVersionImage;
928
928
  password: string;
929
929
  code2FA: string;
930
- managerEmail: string | IManagerEmail;
930
+ managerEmail: string | IAccountEmail;
931
931
  channels: string[] | IAccountAIImageChannel[];
932
932
  isActive: boolean;
933
933
  status: EStatusAccountAI;
@@ -958,7 +958,8 @@ interface IAccountAIVoiceInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoIn
958
958
  provider: string;
959
959
  versionModel: EAIVersionVoice;
960
960
  password: string;
961
- managerEmail: string | IManagerEmail;
961
+ code2FA: string;
962
+ managerEmail: string | IAccountEmail;
962
963
  channels: string[] | IAccountAIImageChannel[];
963
964
  isActive: boolean;
964
965
  }
@@ -1002,7 +1003,7 @@ interface IAccountAIInfo extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfa
1002
1003
  email: string;
1003
1004
  password: string;
1004
1005
  code2FA: string;
1005
- managerEmail: string | IManagerEmail;
1006
+ managerEmail: string | IAccountEmail;
1006
1007
  channels: string[] | IAccountAIChannel[];
1007
1008
  isActive: boolean;
1008
1009
  status: EStatusAccountAI;
@@ -1367,6 +1368,7 @@ type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1367
1368
  type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
1368
1369
  type index$4_IAccountDetailEmail = IAccountDetailEmail;
1369
1370
  type index$4_IAccountDetailSocial = IAccountDetailSocial;
1371
+ type index$4_IAccountEmail = IAccountEmail;
1370
1372
  type index$4_IAccountVPS = IAccountVPS;
1371
1373
  type index$4_IAccountVPSGroup = IAccountVPSGroup;
1372
1374
  type index$4_IAccountsGroup = IAccountsGroup;
@@ -1378,7 +1380,6 @@ type index$4_IDeviceInfoEmail = IDeviceInfoEmail;
1378
1380
  type index$4_IDeviceSetting = IDeviceSetting;
1379
1381
  type index$4_IHistoryCanva = IHistoryCanva;
1380
1382
  type index$4_ILogging = ILogging;
1381
- type index$4_IManagerEmail = IManagerEmail;
1382
1383
  type index$4_IManagerSheet = IManagerSheet;
1383
1384
  type index$4_IManagerSheetChildren = IManagerSheetChildren;
1384
1385
  type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
@@ -1400,7 +1401,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
1400
1401
  type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
1401
1402
  type index$4_IVoiceStores = IVoiceStores;
1402
1403
  declare namespace index$4 {
1403
- 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_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_IManagerEmail as IManagerEmail, 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 };
1404
+ 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_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_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 };
1404
1405
  }
1405
1406
 
1406
1407
  interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.31",
3
+ "version": "4.9.33",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",