automation-lib 5.0.18 → 5.0.20

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
@@ -405,6 +405,7 @@ declare enum EStatusTaskAIContent {
405
405
  Executing = "Executing",
406
406
  Done = "Done",
407
407
  Warning = "Warning",
408
+ DoneAndWarning = "DoneAndWarning",
408
409
  Error = "Error"
409
410
  }
410
411
 
@@ -1666,6 +1667,12 @@ interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInter
1666
1667
  vsd_timeDelay: number;
1667
1668
  }
1668
1669
 
1670
+ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1671
+ email: string;
1672
+ password: string;
1673
+ code2FA: string;
1674
+ }
1675
+
1669
1676
  type index$5_IAccount = IAccount;
1670
1677
  type index$5_IAccountAI = IAccountAI;
1671
1678
  type index$5_IAccountAIChannel = IAccountAIChannel;
@@ -1682,6 +1689,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1682
1689
  type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1683
1690
  type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1684
1691
  type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
1692
+ type index$5_IAccountCanva = IAccountCanva;
1685
1693
  type index$5_IAccountDetailEmail = IAccountDetailEmail;
1686
1694
  type index$5_IAccountDetailSocial = IAccountDetailSocial;
1687
1695
  type index$5_IAccountEmail = IAccountEmail;
@@ -1716,7 +1724,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
1716
1724
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1717
1725
  type index$5_IVoiceStores = IVoiceStores;
1718
1726
  declare namespace index$5 {
1719
- export { type index$5_IAccount as IAccount, type index$5_IAccountAI as IAccountAI, type index$5_IAccountAIChannel as IAccountAIChannel, type index$5_IAccountAIGroup as IAccountAIGroup, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIInfo as IAccountAIInfo, type index$5_IAccountAITag as IAccountAITag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountDetailEmail as IAccountDetailEmail, type index$5_IAccountDetailSocial as IAccountDetailSocial, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountHistory as IAccountHistory, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountsGroup as IAccountsGroup, type index$5_IDevice as IDevice, type index$5_IDeviceAllowPermission as IDeviceAllowPermission, type index$5_IDeviceInfoEmail as IDeviceInfoEmail, type index$5_IDeviceSetting as IDeviceSetting, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_IProxySetting as IProxySetting, type index$5_IProxySettingForAccount as IProxySettingForAccount, type index$5_IProxyTracking as IProxyTracking, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
1727
+ export { type index$5_IAccount as IAccount, type index$5_IAccountAI as IAccountAI, type index$5_IAccountAIChannel as IAccountAIChannel, type index$5_IAccountAIGroup as IAccountAIGroup, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIInfo as IAccountAIInfo, type index$5_IAccountAITag as IAccountAITag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDetailEmail as IAccountDetailEmail, type index$5_IAccountDetailSocial as IAccountDetailSocial, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountHistory as IAccountHistory, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountsGroup as IAccountsGroup, type index$5_IDevice as IDevice, type index$5_IDeviceAllowPermission as IDeviceAllowPermission, type index$5_IDeviceInfoEmail as IDeviceInfoEmail, type index$5_IDeviceSetting as IDeviceSetting, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_IProxySetting as IProxySetting, type index$5_IProxySettingForAccount as IProxySettingForAccount, type index$5_IProxyTracking as IProxyTracking, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
1720
1728
  }
1721
1729
 
1722
1730
  interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -405,6 +405,7 @@ declare enum EStatusTaskAIContent {
405
405
  Executing = "Executing",
406
406
  Done = "Done",
407
407
  Warning = "Warning",
408
+ DoneAndWarning = "DoneAndWarning",
408
409
  Error = "Error"
409
410
  }
410
411
 
@@ -1666,6 +1667,12 @@ interface IVoiceSettingDelay extends BoInterfaceModelsCommon.IBaseModel, BoInter
1666
1667
  vsd_timeDelay: number;
1667
1668
  }
1668
1669
 
1670
+ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1671
+ email: string;
1672
+ password: string;
1673
+ code2FA: string;
1674
+ }
1675
+
1669
1676
  type index$5_IAccount = IAccount;
1670
1677
  type index$5_IAccountAI = IAccountAI;
1671
1678
  type index$5_IAccountAIChannel = IAccountAIChannel;
@@ -1682,6 +1689,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1682
1689
  type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1683
1690
  type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1684
1691
  type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
1692
+ type index$5_IAccountCanva = IAccountCanva;
1685
1693
  type index$5_IAccountDetailEmail = IAccountDetailEmail;
1686
1694
  type index$5_IAccountDetailSocial = IAccountDetailSocial;
1687
1695
  type index$5_IAccountEmail = IAccountEmail;
@@ -1716,7 +1724,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
1716
1724
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1717
1725
  type index$5_IVoiceStores = IVoiceStores;
1718
1726
  declare namespace index$5 {
1719
- export { type index$5_IAccount as IAccount, type index$5_IAccountAI as IAccountAI, type index$5_IAccountAIChannel as IAccountAIChannel, type index$5_IAccountAIGroup as IAccountAIGroup, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIInfo as IAccountAIInfo, type index$5_IAccountAITag as IAccountAITag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountDetailEmail as IAccountDetailEmail, type index$5_IAccountDetailSocial as IAccountDetailSocial, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountHistory as IAccountHistory, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountsGroup as IAccountsGroup, type index$5_IDevice as IDevice, type index$5_IDeviceAllowPermission as IDeviceAllowPermission, type index$5_IDeviceInfoEmail as IDeviceInfoEmail, type index$5_IDeviceSetting as IDeviceSetting, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_IProxySetting as IProxySetting, type index$5_IProxySettingForAccount as IProxySettingForAccount, type index$5_IProxyTracking as IProxyTracking, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
1727
+ export { type index$5_IAccount as IAccount, type index$5_IAccountAI as IAccountAI, type index$5_IAccountAIChannel as IAccountAIChannel, type index$5_IAccountAIGroup as IAccountAIGroup, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIInfo as IAccountAIInfo, type index$5_IAccountAITag as IAccountAITag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDetailEmail as IAccountDetailEmail, type index$5_IAccountDetailSocial as IAccountDetailSocial, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountHistory as IAccountHistory, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountsGroup as IAccountsGroup, type index$5_IDevice as IDevice, type index$5_IDeviceAllowPermission as IDeviceAllowPermission, type index$5_IDeviceInfoEmail as IDeviceInfoEmail, type index$5_IDeviceSetting as IDeviceSetting, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_IProxySetting as IProxySetting, type index$5_IProxySettingForAccount as IProxySettingForAccount, type index$5_IProxyTracking as IProxyTracking, type index$5_ISheetsTool as ISheetsTool, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
1720
1728
  }
1721
1729
 
1722
1730
  interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
package/dist/index.js CHANGED
@@ -503,6 +503,7 @@ var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
503
503
  EStatusTaskAIContent2["Executing"] = "Executing";
504
504
  EStatusTaskAIContent2["Done"] = "Done";
505
505
  EStatusTaskAIContent2["Warning"] = "Warning";
506
+ EStatusTaskAIContent2["DoneAndWarning"] = "DoneAndWarning";
506
507
  EStatusTaskAIContent2["Error"] = "Error";
507
508
  return EStatusTaskAIContent2;
508
509
  })(EStatusTaskAIContent || {});
package/dist/index.mjs CHANGED
@@ -479,6 +479,7 @@ var EStatusTaskAIContent = /* @__PURE__ */ ((EStatusTaskAIContent2) => {
479
479
  EStatusTaskAIContent2["Executing"] = "Executing";
480
480
  EStatusTaskAIContent2["Done"] = "Done";
481
481
  EStatusTaskAIContent2["Warning"] = "Warning";
482
+ EStatusTaskAIContent2["DoneAndWarning"] = "DoneAndWarning";
482
483
  EStatusTaskAIContent2["Error"] = "Error";
483
484
  return EStatusTaskAIContent2;
484
485
  })(EStatusTaskAIContent || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.18",
3
+ "version": "5.0.20",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -0,0 +1,8 @@
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
+ rapidfuzz