automation-lib 5.0.67 → 5.0.69

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
@@ -269,7 +269,13 @@ declare enum ETypeProxyChecked {
269
269
 
270
270
  declare enum ETypeAccountVPN {
271
271
  Free = "Free",
272
- Paid = "Paid"
272
+ Premium = "Premium"
273
+ }
274
+ declare enum ETypeProviderAccountVPN {
275
+ NordVPN = "NordVPN",
276
+ ExpressVPN = "ExpressVPN",
277
+ CyberGhost = "CyberGhost",
278
+ SurfShark = "SurfShark"
273
279
  }
274
280
 
275
281
  declare enum ETypeCanva {
@@ -364,6 +370,8 @@ type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
364
370
  declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
365
371
  type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
366
372
  declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
373
+ type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
374
+ declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
367
375
  type index$h_ETypeProxy = ETypeProxy;
368
376
  declare const index$h_ETypeProxy: typeof ETypeProxy;
369
377
  type index$h_ETypeProxyChecked = ETypeProxyChecked;
@@ -385,7 +393,7 @@ declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
385
393
  type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
386
394
  declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
387
395
  declare namespace index$h {
388
- export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
396
+ export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
389
397
  }
390
398
 
391
399
  declare enum EStatusVPS {
@@ -1509,50 +1517,6 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
1509
1517
  lastUserUsed: string | IUser;
1510
1518
  }
1511
1519
 
1512
- interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1513
- pt_url: string;
1514
- pt_name: string;
1515
- pt_desc: string;
1516
- pt_totalProxy: number;
1517
- pt_totalLive: number;
1518
- pt_totalDie: number;
1519
- pt_department: IDepartment | string;
1520
- }
1521
-
1522
- interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1523
- ps_proxy: IProxy | string;
1524
- ps_typeSocial: ETypeSocial;
1525
- ps_maximumAccountApply: number;
1526
- ps_isFulled: boolean;
1527
- }
1528
-
1529
- interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1530
- typeSocial: ETypeSocial;
1531
- accountSocialSync: IAccount;
1532
- sheetUrlImportAccount: string;
1533
- sheetNameImportAccount: string;
1534
- accountDeviceType: string;
1535
- accountDeviceName: string;
1536
- idea: string | IManagerWork;
1537
- niche: string | IManagerWork;
1538
- oldUsername: string;
1539
- newUsername: string;
1540
- password: string;
1541
- code2FA: string;
1542
- email: string;
1543
- emailPassword: string;
1544
- email2FA: string;
1545
- emailReceiver: string;
1546
- urlSheetPost: string;
1547
- }
1548
-
1549
- interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1550
- proxy: IProxy | string;
1551
- proxySetting: IProxySetting | string;
1552
- typeSocial: ETypeSocial;
1553
- accountSocial: IAccount | string;
1554
- }
1555
-
1556
1520
  interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1557
1521
  name: string;
1558
1522
  slug: string;
@@ -1570,7 +1534,30 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
1570
1534
  }
1571
1535
 
1572
1536
  interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1537
+ sheetUrl: string;
1538
+ sheetName: string;
1573
1539
  nameApp: ENameVPN;
1540
+ oldEmail: string;
1541
+ oldUsername: string;
1542
+ oldPassword: string;
1543
+ oldCode2FA: string;
1544
+ oldTypeAccount: ETypeAccountVPN;
1545
+ oldProvider: ETypeProviderAccountVPN;
1546
+ newEmail: string;
1547
+ newUsername: string;
1548
+ newPassword: string;
1549
+ newCode2FA: string;
1550
+ newTypeAccount: ETypeAccountVPN;
1551
+ newProvider: ETypeProviderAccountVPN;
1552
+ country: string;
1553
+ status: EStatusAccountVPN;
1554
+ startDate: Date;
1555
+ enbDate: Date;
1556
+ lastUsed: Date;
1557
+ lastUserUsed: string | IUser;
1558
+ }
1559
+
1560
+ interface IAccountCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1574
1561
  email: string;
1575
1562
  username: string;
1576
1563
  password: string;
@@ -1579,6 +1566,26 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1579
1566
  status: EStatusAccountVPN;
1580
1567
  }
1581
1568
 
1569
+ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1570
+ typeSocial: ETypeSocial;
1571
+ accountSocialSync: IAccount;
1572
+ sheetUrlImportAccount: string;
1573
+ sheetNameImportAccount: string;
1574
+ accountDeviceType: string;
1575
+ accountDeviceName: string;
1576
+ idea: string | IManagerWork;
1577
+ niche: string | IManagerWork;
1578
+ oldUsername: string;
1579
+ newUsername: string;
1580
+ password: string;
1581
+ code2FA: string;
1582
+ email: string;
1583
+ emailPassword: string;
1584
+ email2FA: string;
1585
+ emailReceiver: string;
1586
+ urlSheetPost: string;
1587
+ }
1588
+
1582
1589
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1583
1590
  accountSocial: string | IAccount;
1584
1591
  accountSocialDraft: string | IAccountDraft;
@@ -1702,15 +1709,6 @@ interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, B
1702
1709
  accountSocial: IAccount | string;
1703
1710
  }
1704
1711
 
1705
- interface IAccountCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1706
- email: string;
1707
- username: string;
1708
- password: string;
1709
- code2FA: string;
1710
- typeAccount: ETypeAccountVPN;
1711
- status: EStatusAccountVPN;
1712
- }
1713
-
1714
1712
  interface IDeviceSettingForCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1715
1713
  deviceKey: string;
1716
1714
  device: string | IDevice;
@@ -1913,6 +1911,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1913
1911
  type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1914
1912
  type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1915
1913
  type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
1914
+ type index$5_IAccountCHPlay = IAccountCHPlay;
1916
1915
  type index$5_IAccountCanva = IAccountCanva;
1917
1916
  type index$5_IAccountDraft = IAccountDraft;
1918
1917
  type index$5_IAccountDrive = IAccountDrive;
@@ -1939,16 +1938,13 @@ type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
1939
1938
  type index$5_IManagerSheetGroup = IManagerSheetGroup;
1940
1939
  type index$5_IPC = IPC;
1941
1940
  type index$5_IProxy = IProxy;
1942
- type index$5_IProxySetting = IProxySetting;
1943
- type index$5_IProxySettingForAccount = IProxySettingForAccount;
1944
- type index$5_IProxyTracking = IProxyTracking;
1945
1941
  type index$5_ISheetsTool = ISheetsTool;
1946
1942
  type index$5_IVoiceGenerated = IVoiceGenerated;
1947
1943
  type index$5_IVoiceLanguage = IVoiceLanguage;
1948
1944
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1949
1945
  type index$5_IVoiceStores = IVoiceStores;
1950
1946
  declare namespace index$5 {
1951
- 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_IAccountDraft as IAccountDraft, type index$5_IAccountDrive as IAccountDrive, 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_IAccountVPN as IAccountVPN, 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_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, 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 };
1947
+ 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_IAccountCHPlay as IAccountCHPlay, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDraft as IAccountDraft, type index$5_IAccountDrive as IAccountDrive, 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_IAccountVPN as IAccountVPN, 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_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, 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_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 };
1952
1948
  }
1953
1949
 
1954
1950
  interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
@@ -2655,6 +2651,7 @@ type index$1_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
2655
2651
  type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
2656
2652
  type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
2657
2653
  type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
2654
+ type index$1_IAccountCHPlay = IAccountCHPlay;
2658
2655
  type index$1_IAccountCanva = IAccountCanva;
2659
2656
  type index$1_IAccountDraft = IAccountDraft;
2660
2657
  type index$1_IAccountDrive = IAccountDrive;
@@ -2720,9 +2717,6 @@ type index$1_IOtpCreateSession = IOtpCreateSession;
2720
2717
  type index$1_IOtpSend = IOtpSend;
2721
2718
  type index$1_IPC = IPC;
2722
2719
  type index$1_IProxy = IProxy;
2723
- type index$1_IProxySetting = IProxySetting;
2724
- type index$1_IProxySettingForAccount = IProxySettingForAccount;
2725
- type index$1_IProxyTracking = IProxyTracking;
2726
2720
  type index$1_IRole = IRole;
2727
2721
  type index$1_IRoleFeature = IRoleFeature;
2728
2722
  type index$1_ISheetWork = ISheetWork;
@@ -2758,7 +2752,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
2758
2752
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
2759
2753
  type index$1_IVoiceStores = IVoiceStores;
2760
2754
  declare namespace index$1 {
2761
- export { index$a as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IProxySetting as IProxySetting, type index$1_IProxySettingForAccount as IProxySettingForAccount, type index$1_IProxyTracking as IProxyTracking, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$4 as Logs, index$3 as Settings, index$2 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$9 as Web };
2755
+ export { index$a as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlay as IAccountCHPlay, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$4 as Logs, index$3 as Settings, index$2 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$9 as Web };
2762
2756
  }
2763
2757
 
2764
2758
  interface IDataUser {
package/dist/index.d.ts CHANGED
@@ -269,7 +269,13 @@ declare enum ETypeProxyChecked {
269
269
 
270
270
  declare enum ETypeAccountVPN {
271
271
  Free = "Free",
272
- Paid = "Paid"
272
+ Premium = "Premium"
273
+ }
274
+ declare enum ETypeProviderAccountVPN {
275
+ NordVPN = "NordVPN",
276
+ ExpressVPN = "ExpressVPN",
277
+ CyberGhost = "CyberGhost",
278
+ SurfShark = "SurfShark"
273
279
  }
274
280
 
275
281
  declare enum ETypeCanva {
@@ -364,6 +370,8 @@ type index$h_ETypeManagerWorkPin = ETypeManagerWorkPin;
364
370
  declare const index$h_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
365
371
  type index$h_ETypeManagerWorkType = ETypeManagerWorkType;
366
372
  declare const index$h_ETypeManagerWorkType: typeof ETypeManagerWorkType;
373
+ type index$h_ETypeProviderAccountVPN = ETypeProviderAccountVPN;
374
+ declare const index$h_ETypeProviderAccountVPN: typeof ETypeProviderAccountVPN;
367
375
  type index$h_ETypeProxy = ETypeProxy;
368
376
  declare const index$h_ETypeProxy: typeof ETypeProxy;
369
377
  type index$h_ETypeProxyChecked = ETypeProxyChecked;
@@ -385,7 +393,7 @@ declare const index$h_ETypeTimeFilter: typeof ETypeTimeFilter;
385
393
  type index$h_ETypeVoiceLanguage = ETypeVoiceLanguage;
386
394
  declare const index$h_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
387
395
  declare namespace index$h {
388
- export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
396
+ export { index$h_ETypeAccountVPN as ETypeAccountVPN, index$h_ETypeCanva as ETypeCanva, index$h_ETypeColumnManagerWork as ETypeColumnManagerWork, index$h_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$h_ETypeManagerWorkPin as ETypeManagerWorkPin, index$h_ETypeManagerWorkType as ETypeManagerWorkType, index$h_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$h_ETypeProxy as ETypeProxy, index$h_ETypeProxyChecked as ETypeProxyChecked, index$h_ETypeProxyNewIP as ETypeProxyNewIP, index$h_ETypeRatioImage as ETypeRatioImage, index$h_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$h_ETypeSheetWorkPin as ETypeSheetWorkPin, index$h_ETypeSocial as ETypeSocial, index$h_ETypeSocialSetting as ETypeSocialSetting, index$h_ETypeTimeFilter as ETypeTimeFilter, index$h_ETypeVoiceLanguage as ETypeVoiceLanguage };
389
397
  }
390
398
 
391
399
  declare enum EStatusVPS {
@@ -1509,50 +1517,6 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
1509
1517
  lastUserUsed: string | IUser;
1510
1518
  }
1511
1519
 
1512
- interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1513
- pt_url: string;
1514
- pt_name: string;
1515
- pt_desc: string;
1516
- pt_totalProxy: number;
1517
- pt_totalLive: number;
1518
- pt_totalDie: number;
1519
- pt_department: IDepartment | string;
1520
- }
1521
-
1522
- interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1523
- ps_proxy: IProxy | string;
1524
- ps_typeSocial: ETypeSocial;
1525
- ps_maximumAccountApply: number;
1526
- ps_isFulled: boolean;
1527
- }
1528
-
1529
- interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1530
- typeSocial: ETypeSocial;
1531
- accountSocialSync: IAccount;
1532
- sheetUrlImportAccount: string;
1533
- sheetNameImportAccount: string;
1534
- accountDeviceType: string;
1535
- accountDeviceName: string;
1536
- idea: string | IManagerWork;
1537
- niche: string | IManagerWork;
1538
- oldUsername: string;
1539
- newUsername: string;
1540
- password: string;
1541
- code2FA: string;
1542
- email: string;
1543
- emailPassword: string;
1544
- email2FA: string;
1545
- emailReceiver: string;
1546
- urlSheetPost: string;
1547
- }
1548
-
1549
- interface IProxySettingForAccount extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1550
- proxy: IProxy | string;
1551
- proxySetting: IProxySetting | string;
1552
- typeSocial: ETypeSocial;
1553
- accountSocial: IAccount | string;
1554
- }
1555
-
1556
1520
  interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1557
1521
  name: string;
1558
1522
  slug: string;
@@ -1570,7 +1534,30 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
1570
1534
  }
1571
1535
 
1572
1536
  interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1537
+ sheetUrl: string;
1538
+ sheetName: string;
1573
1539
  nameApp: ENameVPN;
1540
+ oldEmail: string;
1541
+ oldUsername: string;
1542
+ oldPassword: string;
1543
+ oldCode2FA: string;
1544
+ oldTypeAccount: ETypeAccountVPN;
1545
+ oldProvider: ETypeProviderAccountVPN;
1546
+ newEmail: string;
1547
+ newUsername: string;
1548
+ newPassword: string;
1549
+ newCode2FA: string;
1550
+ newTypeAccount: ETypeAccountVPN;
1551
+ newProvider: ETypeProviderAccountVPN;
1552
+ country: string;
1553
+ status: EStatusAccountVPN;
1554
+ startDate: Date;
1555
+ enbDate: Date;
1556
+ lastUsed: Date;
1557
+ lastUserUsed: string | IUser;
1558
+ }
1559
+
1560
+ interface IAccountCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1574
1561
  email: string;
1575
1562
  username: string;
1576
1563
  password: string;
@@ -1579,6 +1566,26 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1579
1566
  status: EStatusAccountVPN;
1580
1567
  }
1581
1568
 
1569
+ interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1570
+ typeSocial: ETypeSocial;
1571
+ accountSocialSync: IAccount;
1572
+ sheetUrlImportAccount: string;
1573
+ sheetNameImportAccount: string;
1574
+ accountDeviceType: string;
1575
+ accountDeviceName: string;
1576
+ idea: string | IManagerWork;
1577
+ niche: string | IManagerWork;
1578
+ oldUsername: string;
1579
+ newUsername: string;
1580
+ password: string;
1581
+ code2FA: string;
1582
+ email: string;
1583
+ emailPassword: string;
1584
+ email2FA: string;
1585
+ emailReceiver: string;
1586
+ urlSheetPost: string;
1587
+ }
1588
+
1582
1589
  interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1583
1590
  accountSocial: string | IAccount;
1584
1591
  accountSocialDraft: string | IAccountDraft;
@@ -1702,15 +1709,6 @@ interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, B
1702
1709
  accountSocial: IAccount | string;
1703
1710
  }
1704
1711
 
1705
- interface IAccountCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1706
- email: string;
1707
- username: string;
1708
- password: string;
1709
- code2FA: string;
1710
- typeAccount: ETypeAccountVPN;
1711
- status: EStatusAccountVPN;
1712
- }
1713
-
1714
1712
  interface IDeviceSettingForCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1715
1713
  deviceKey: string;
1716
1714
  device: string | IDevice;
@@ -1913,6 +1911,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
1913
1911
  type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
1914
1912
  type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
1915
1913
  type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
1914
+ type index$5_IAccountCHPlay = IAccountCHPlay;
1916
1915
  type index$5_IAccountCanva = IAccountCanva;
1917
1916
  type index$5_IAccountDraft = IAccountDraft;
1918
1917
  type index$5_IAccountDrive = IAccountDrive;
@@ -1939,16 +1938,13 @@ type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
1939
1938
  type index$5_IManagerSheetGroup = IManagerSheetGroup;
1940
1939
  type index$5_IPC = IPC;
1941
1940
  type index$5_IProxy = IProxy;
1942
- type index$5_IProxySetting = IProxySetting;
1943
- type index$5_IProxySettingForAccount = IProxySettingForAccount;
1944
- type index$5_IProxyTracking = IProxyTracking;
1945
1941
  type index$5_ISheetsTool = ISheetsTool;
1946
1942
  type index$5_IVoiceGenerated = IVoiceGenerated;
1947
1943
  type index$5_IVoiceLanguage = IVoiceLanguage;
1948
1944
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
1949
1945
  type index$5_IVoiceStores = IVoiceStores;
1950
1946
  declare namespace index$5 {
1951
- 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_IAccountDraft as IAccountDraft, type index$5_IAccountDrive as IAccountDrive, 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_IAccountVPN as IAccountVPN, 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_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, 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 };
1947
+ 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_IAccountCHPlay as IAccountCHPlay, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDraft as IAccountDraft, type index$5_IAccountDrive as IAccountDrive, 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_IAccountVPN as IAccountVPN, 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_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, 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_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 };
1952
1948
  }
1953
1949
 
1954
1950
  interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
@@ -2655,6 +2651,7 @@ type index$1_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
2655
2651
  type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
2656
2652
  type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
2657
2653
  type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
2654
+ type index$1_IAccountCHPlay = IAccountCHPlay;
2658
2655
  type index$1_IAccountCanva = IAccountCanva;
2659
2656
  type index$1_IAccountDraft = IAccountDraft;
2660
2657
  type index$1_IAccountDrive = IAccountDrive;
@@ -2720,9 +2717,6 @@ type index$1_IOtpCreateSession = IOtpCreateSession;
2720
2717
  type index$1_IOtpSend = IOtpSend;
2721
2718
  type index$1_IPC = IPC;
2722
2719
  type index$1_IProxy = IProxy;
2723
- type index$1_IProxySetting = IProxySetting;
2724
- type index$1_IProxySettingForAccount = IProxySettingForAccount;
2725
- type index$1_IProxyTracking = IProxyTracking;
2726
2720
  type index$1_IRole = IRole;
2727
2721
  type index$1_IRoleFeature = IRoleFeature;
2728
2722
  type index$1_ISheetWork = ISheetWork;
@@ -2758,7 +2752,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
2758
2752
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
2759
2753
  type index$1_IVoiceStores = IVoiceStores;
2760
2754
  declare namespace index$1 {
2761
- export { index$a as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IProxySetting as IProxySetting, type index$1_IProxySettingForAccount as IProxySettingForAccount, type index$1_IProxyTracking as IProxyTracking, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$4 as Logs, index$3 as Settings, index$2 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$9 as Web };
2755
+ export { index$a as Auth, index$8 as Common, type index$1_IAccount as IAccount, type index$1_IAccountAI as IAccountAI, type index$1_IAccountAIChannel as IAccountAIChannel, type index$1_IAccountAIGroup as IAccountAIGroup, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIInfo as IAccountAIInfo, type index$1_IAccountAITag as IAccountAITag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlay as IAccountCHPlay, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDraft as IAccountDraft, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountsGroup as IAccountsGroup, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBlog as IBlog, type index$1_IBlogsCategory as IBlogsCategory, type index$1_IDepartment as IDepartment, type index$1_IDevice as IDevice, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IFreepikSetting as IFreepikSetting, type index$1_IIdea as IIdea, type index$1_IImage as IImage, type index$1_IInstagramInteractExplore as IInstagramInteractExplore, type index$1_IInstagramInteractFollower as IInstagramInteractFollower, type index$1_IInstagramInteractFollowing as IInstagramInteractFollowing, type index$1_IInstagramInteractReel as IInstagramInteractReel, type index$1_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$1_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$1_IInstagramInteractStory as IInstagramInteractStory, type index$1_IInstagramPostHighLight as IInstagramPostHighLight, type index$1_IInstagramPostNew as IInstagramPostNew, type index$1_IInstagramPostReel as IInstagramPostReel, type index$1_IInstagramPostStory as IInstagramPostStory, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$1_ILark as ILark, type index$1_ILogTaskAIContent as ILogTaskAIContent, type index$1_ILogTaskAIImageVoiceCanva as ILogTaskAIImageVoiceCanva, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManagerWorkPin as IManagerWorkPin, type index$1_INiche as INiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkPin as ISheetWorkPin, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ITag as ITag, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsInteractFollower as IThreadsInteractFollower, type index$1_IThreadsInteractFollowing as IThreadsInteractFollowing, type index$1_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$1_IThreadsInteractReplyMessage as IThreadsInteractReplyMessage, type index$1_IThreadsPostNew as IThreadsPostNew, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingScriptExecuted as ITrackingScriptExecuted, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$4 as Logs, index$3 as Settings, index$2 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$9 as Web };
2762
2756
  }
2763
2757
 
2764
2758
  interface IDataUser {
package/dist/index.js CHANGED
@@ -315,6 +315,7 @@ __export(types_exports, {
315
315
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
316
316
  ETypeManagerWorkPin: () => ETypeManagerWorkPin,
317
317
  ETypeManagerWorkType: () => ETypeManagerWorkType,
318
+ ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
318
319
  ETypeProxy: () => ETypeProxy,
319
320
  ETypeProxyChecked: () => ETypeProxyChecked,
320
321
  ETypeProxyNewIP: () => ETypeProxyNewIP,
@@ -352,9 +353,16 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
352
353
  // src/enums/types/ETypeAccountVPN.enum.ts
353
354
  var ETypeAccountVPN = /* @__PURE__ */ ((ETypeAccountVPN2) => {
354
355
  ETypeAccountVPN2["Free"] = "Free";
355
- ETypeAccountVPN2["Paid"] = "Paid";
356
+ ETypeAccountVPN2["Premium"] = "Premium";
356
357
  return ETypeAccountVPN2;
357
358
  })(ETypeAccountVPN || {});
359
+ var ETypeProviderAccountVPN = /* @__PURE__ */ ((ETypeProviderAccountVPN2) => {
360
+ ETypeProviderAccountVPN2["NordVPN"] = "NordVPN";
361
+ ETypeProviderAccountVPN2["ExpressVPN"] = "ExpressVPN";
362
+ ETypeProviderAccountVPN2["CyberGhost"] = "CyberGhost";
363
+ ETypeProviderAccountVPN2["SurfShark"] = "SurfShark";
364
+ return ETypeProviderAccountVPN2;
365
+ })(ETypeProviderAccountVPN || {});
358
366
 
359
367
  // src/enums/types/ETypeCanva.enum.ts
360
368
  var ETypeCanva = /* @__PURE__ */ ((ETypeCanva2) => {
package/dist/index.mjs CHANGED
@@ -291,6 +291,7 @@ __export(types_exports, {
291
291
  ETypeManagerWorkClassify: () => ETypeManagerWorkClassify,
292
292
  ETypeManagerWorkPin: () => ETypeManagerWorkPin,
293
293
  ETypeManagerWorkType: () => ETypeManagerWorkType,
294
+ ETypeProviderAccountVPN: () => ETypeProviderAccountVPN,
294
295
  ETypeProxy: () => ETypeProxy,
295
296
  ETypeProxyChecked: () => ETypeProxyChecked,
296
297
  ETypeProxyNewIP: () => ETypeProxyNewIP,
@@ -328,9 +329,16 @@ var ETypeProxyChecked = /* @__PURE__ */ ((ETypeProxyChecked2) => {
328
329
  // src/enums/types/ETypeAccountVPN.enum.ts
329
330
  var ETypeAccountVPN = /* @__PURE__ */ ((ETypeAccountVPN2) => {
330
331
  ETypeAccountVPN2["Free"] = "Free";
331
- ETypeAccountVPN2["Paid"] = "Paid";
332
+ ETypeAccountVPN2["Premium"] = "Premium";
332
333
  return ETypeAccountVPN2;
333
334
  })(ETypeAccountVPN || {});
335
+ var ETypeProviderAccountVPN = /* @__PURE__ */ ((ETypeProviderAccountVPN2) => {
336
+ ETypeProviderAccountVPN2["NordVPN"] = "NordVPN";
337
+ ETypeProviderAccountVPN2["ExpressVPN"] = "ExpressVPN";
338
+ ETypeProviderAccountVPN2["CyberGhost"] = "CyberGhost";
339
+ ETypeProviderAccountVPN2["SurfShark"] = "SurfShark";
340
+ return ETypeProviderAccountVPN2;
341
+ })(ETypeProviderAccountVPN || {});
334
342
 
335
343
  // src/enums/types/ETypeCanva.enum.ts
336
344
  var ETypeCanva = /* @__PURE__ */ ((ETypeCanva2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.67",
3
+ "version": "5.0.69",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",