automation-lib 5.0.69 → 5.0.72
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 +28 -10
- package/dist/index.d.ts +28 -10
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
|
@@ -1557,13 +1559,29 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1557
1559
|
lastUserUsed: string | IUser;
|
|
1558
1560
|
}
|
|
1559
1561
|
|
|
1560
|
-
interface
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1562
|
+
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1563
|
+
sheetUrl: string;
|
|
1564
|
+
sheetName: string;
|
|
1565
|
+
oldChplayEmail: string;
|
|
1566
|
+
oldChplayPassword: string;
|
|
1567
|
+
oldChplayCode2FA: string;
|
|
1568
|
+
oldChplayEmailRecover: string;
|
|
1569
|
+
newChplayEmail: string;
|
|
1570
|
+
newChplayPassword: string;
|
|
1571
|
+
newChplayCode2FA: string;
|
|
1572
|
+
newChplayEmailRecover: string;
|
|
1573
|
+
oldICloudEmail: string;
|
|
1574
|
+
oldICloudPassword: string;
|
|
1575
|
+
oldICloudCode2FA: string;
|
|
1576
|
+
oldICloudEmailRecover: string;
|
|
1577
|
+
newICloudEmail: string;
|
|
1578
|
+
newICloudPassword: string;
|
|
1579
|
+
newICloudCode2FA: string;
|
|
1580
|
+
newICloudEmailRecover: string;
|
|
1565
1581
|
typeAccount: ETypeAccountVPN;
|
|
1566
1582
|
status: EStatusAccountVPN;
|
|
1583
|
+
lastUsed: Date;
|
|
1584
|
+
lastUserUsed: string | IUser;
|
|
1567
1585
|
}
|
|
1568
1586
|
|
|
1569
1587
|
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1712,7 +1730,7 @@ interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, B
|
|
|
1712
1730
|
interface IDeviceSettingForCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1713
1731
|
deviceKey: string;
|
|
1714
1732
|
device: string | IDevice;
|
|
1715
|
-
|
|
1733
|
+
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
1716
1734
|
}
|
|
1717
1735
|
|
|
1718
1736
|
interface IDeviceSettingForProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1911,7 +1929,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
|
1911
1929
|
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
1912
1930
|
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
1913
1931
|
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
1914
|
-
type index$
|
|
1932
|
+
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
1915
1933
|
type index$5_IAccountCanva = IAccountCanva;
|
|
1916
1934
|
type index$5_IAccountDraft = IAccountDraft;
|
|
1917
1935
|
type index$5_IAccountDrive = IAccountDrive;
|
|
@@ -1944,7 +1962,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1944
1962
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1945
1963
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1946
1964
|
declare namespace index$5 {
|
|
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$
|
|
1965
|
+
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_IAccountCHPlayICloud as IAccountCHPlayICloud, 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 };
|
|
1948
1966
|
}
|
|
1949
1967
|
|
|
1950
1968
|
interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2651,7 +2669,7 @@ type index$1_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
|
2651
2669
|
type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
2652
2670
|
type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2653
2671
|
type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2654
|
-
type index$
|
|
2672
|
+
type index$1_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
2655
2673
|
type index$1_IAccountCanva = IAccountCanva;
|
|
2656
2674
|
type index$1_IAccountDraft = IAccountDraft;
|
|
2657
2675
|
type index$1_IAccountDrive = IAccountDrive;
|
|
@@ -2752,7 +2770,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2752
2770
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2753
2771
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2754
2772
|
declare namespace index$1 {
|
|
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$
|
|
2773
|
+
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_IAccountCHPlayICloud as IAccountCHPlayICloud, 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 };
|
|
2756
2774
|
}
|
|
2757
2775
|
|
|
2758
2776
|
interface IDataUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
|
@@ -1557,13 +1559,29 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1557
1559
|
lastUserUsed: string | IUser;
|
|
1558
1560
|
}
|
|
1559
1561
|
|
|
1560
|
-
interface
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1562
|
+
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1563
|
+
sheetUrl: string;
|
|
1564
|
+
sheetName: string;
|
|
1565
|
+
oldChplayEmail: string;
|
|
1566
|
+
oldChplayPassword: string;
|
|
1567
|
+
oldChplayCode2FA: string;
|
|
1568
|
+
oldChplayEmailRecover: string;
|
|
1569
|
+
newChplayEmail: string;
|
|
1570
|
+
newChplayPassword: string;
|
|
1571
|
+
newChplayCode2FA: string;
|
|
1572
|
+
newChplayEmailRecover: string;
|
|
1573
|
+
oldICloudEmail: string;
|
|
1574
|
+
oldICloudPassword: string;
|
|
1575
|
+
oldICloudCode2FA: string;
|
|
1576
|
+
oldICloudEmailRecover: string;
|
|
1577
|
+
newICloudEmail: string;
|
|
1578
|
+
newICloudPassword: string;
|
|
1579
|
+
newICloudCode2FA: string;
|
|
1580
|
+
newICloudEmailRecover: string;
|
|
1565
1581
|
typeAccount: ETypeAccountVPN;
|
|
1566
1582
|
status: EStatusAccountVPN;
|
|
1583
|
+
lastUsed: Date;
|
|
1584
|
+
lastUserUsed: string | IUser;
|
|
1567
1585
|
}
|
|
1568
1586
|
|
|
1569
1587
|
interface IAccountDraft extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1712,7 +1730,7 @@ interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, B
|
|
|
1712
1730
|
interface IDeviceSettingForCHPlay extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1713
1731
|
deviceKey: string;
|
|
1714
1732
|
device: string | IDevice;
|
|
1715
|
-
|
|
1733
|
+
accountCHPlayICloud: IAccountCHPlayICloud | string;
|
|
1716
1734
|
}
|
|
1717
1735
|
|
|
1718
1736
|
interface IDeviceSettingForProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
@@ -1911,7 +1929,7 @@ type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
|
1911
1929
|
type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
1912
1930
|
type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
1913
1931
|
type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
1914
|
-
type index$
|
|
1932
|
+
type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
1915
1933
|
type index$5_IAccountCanva = IAccountCanva;
|
|
1916
1934
|
type index$5_IAccountDraft = IAccountDraft;
|
|
1917
1935
|
type index$5_IAccountDrive = IAccountDrive;
|
|
@@ -1944,7 +1962,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1944
1962
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1945
1963
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1946
1964
|
declare namespace index$5 {
|
|
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$
|
|
1965
|
+
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_IAccountCHPlayICloud as IAccountCHPlayICloud, 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 };
|
|
1948
1966
|
}
|
|
1949
1967
|
|
|
1950
1968
|
interface ILogTaskAIImageVoiceCanva extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2651,7 +2669,7 @@ type index$1_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
|
|
|
2651
2669
|
type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
|
|
2652
2670
|
type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
|
|
2653
2671
|
type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
|
|
2654
|
-
type index$
|
|
2672
|
+
type index$1_IAccountCHPlayICloud = IAccountCHPlayICloud;
|
|
2655
2673
|
type index$1_IAccountCanva = IAccountCanva;
|
|
2656
2674
|
type index$1_IAccountDraft = IAccountDraft;
|
|
2657
2675
|
type index$1_IAccountDrive = IAccountDrive;
|
|
@@ -2752,7 +2770,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2752
2770
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2753
2771
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2754
2772
|
declare namespace index$1 {
|
|
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$
|
|
2773
|
+
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_IAccountCHPlayICloud as IAccountCHPlayICloud, 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 };
|
|
2756
2774
|
}
|
|
2757
2775
|
|
|
2758
2776
|
interface IDataUser {
|
package/dist/index.js
CHANGED
|
@@ -122,6 +122,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
122
122
|
PC: "pc",
|
|
123
123
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
124
124
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
125
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
126
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
125
127
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
126
128
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
127
129
|
ACCOUNTS_SOCIALS: "accounts-socials",
|
package/dist/index.mjs
CHANGED
|
@@ -98,6 +98,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
98
98
|
PC: "pc",
|
|
99
99
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
100
100
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
101
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
102
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
101
103
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
102
104
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
103
105
|
ACCOUNTS_SOCIALS: "accounts-socials",
|