automation-lib 5.0.108 → 5.0.109
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 +9 -2
- package/dist/index.d.ts +9 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1210,6 +1210,11 @@ interface ITeamMember extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1210
1210
|
member: string | IUser;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
+
interface IDepartmentRole extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1214
|
+
department: string | IDepartment;
|
|
1215
|
+
role: string | IRole;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1213
1218
|
interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1214
1219
|
lark_name: string;
|
|
1215
1220
|
lark_botHook: string;
|
|
@@ -1295,6 +1300,7 @@ interface IImage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1295
1300
|
type index$9_IBlog = IBlog;
|
|
1296
1301
|
type index$9_IBlogsCategory = IBlogsCategory;
|
|
1297
1302
|
type index$9_IDepartment = IDepartment;
|
|
1303
|
+
type index$9_IDepartmentRole = IDepartmentRole;
|
|
1298
1304
|
type index$9_IDomain = IDomain;
|
|
1299
1305
|
type index$9_IImage = IImage;
|
|
1300
1306
|
type index$9_ILark = ILark;
|
|
@@ -1318,7 +1324,7 @@ type index$9_ITeam = ITeam;
|
|
|
1318
1324
|
type index$9_ITeamMember = ITeamMember;
|
|
1319
1325
|
type index$9_ITeamRole = ITeamRole;
|
|
1320
1326
|
declare namespace index$9 {
|
|
1321
|
-
export type { index$9_IBlog as IBlog, index$9_IBlogsCategory as IBlogsCategory, index$9_IDepartment as IDepartment, index$9_IDomain as IDomain, index$9_IImage as IImage, index$9_ILark as ILark, index$9_IManagerWork as IManagerWork, index$9_IManagerWorkPin as IManagerWorkPin, index$9_ISheetWork as ISheetWork, index$9_ISheetWorkManager as ISheetWorkManager, index$9_ISheetWorkPin as ISheetWorkPin, index$9_ISheetWorksCategory as ISheetWorksCategory, index$9_ITag as ITag, index$9_ITaskJob as ITaskJob, index$9_ITaskJobBlogAttached as ITaskJobBlogAttached, index$9_ITaskJobCheckList as ITaskJobCheckList, index$9_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$9_ITaskJobDiscuss as ITaskJobDiscuss, index$9_ITaskJobLabel as ITaskJobLabel, index$9_ITaskJobTeamPermission as ITaskJobTeamPermission, index$9_ITaskJobUserPermission as ITaskJobUserPermission, index$9_ITaskJobsGroup as ITaskJobsGroup, index$9_ITeam as ITeam, index$9_ITeamMember as ITeamMember, index$9_ITeamRole as ITeamRole };
|
|
1327
|
+
export type { index$9_IBlog as IBlog, index$9_IBlogsCategory as IBlogsCategory, index$9_IDepartment as IDepartment, index$9_IDepartmentRole as IDepartmentRole, index$9_IDomain as IDomain, index$9_IImage as IImage, index$9_ILark as ILark, index$9_IManagerWork as IManagerWork, index$9_IManagerWorkPin as IManagerWorkPin, index$9_ISheetWork as ISheetWork, index$9_ISheetWorkManager as ISheetWorkManager, index$9_ISheetWorkPin as ISheetWorkPin, index$9_ISheetWorksCategory as ISheetWorksCategory, index$9_ITag as ITag, index$9_ITaskJob as ITaskJob, index$9_ITaskJobBlogAttached as ITaskJobBlogAttached, index$9_ITaskJobCheckList as ITaskJobCheckList, index$9_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$9_ITaskJobDiscuss as ITaskJobDiscuss, index$9_ITaskJobLabel as ITaskJobLabel, index$9_ITaskJobTeamPermission as ITaskJobTeamPermission, index$9_ITaskJobUserPermission as ITaskJobUserPermission, index$9_ITaskJobsGroup as ITaskJobsGroup, index$9_ITeam as ITeam, index$9_ITeamMember as ITeamMember, index$9_ITeamRole as ITeamRole };
|
|
1322
1328
|
}
|
|
1323
1329
|
|
|
1324
1330
|
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2768,6 +2774,7 @@ type index$1_IAuthResetPassword = IAuthResetPassword;
|
|
|
2768
2774
|
type index$1_IBlog = IBlog;
|
|
2769
2775
|
type index$1_IBlogsCategory = IBlogsCategory;
|
|
2770
2776
|
type index$1_IDepartment = IDepartment;
|
|
2777
|
+
type index$1_IDepartmentRole = IDepartmentRole;
|
|
2771
2778
|
type index$1_IDevice = IDevice;
|
|
2772
2779
|
type index$1_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
2773
2780
|
type index$1_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
|
|
@@ -2852,7 +2859,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2852
2859
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2853
2860
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2854
2861
|
declare namespace index$1 {
|
|
2855
|
-
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_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_IAccountRaw as IAccountRaw, 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 };
|
|
2862
|
+
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_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_IAccountRaw as IAccountRaw, 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_IDepartmentRole as IDepartmentRole, 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 };
|
|
2856
2863
|
}
|
|
2857
2864
|
|
|
2858
2865
|
interface IDataUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -1210,6 +1210,11 @@ interface ITeamMember extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1210
1210
|
member: string | IUser;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
+
interface IDepartmentRole extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1214
|
+
department: string | IDepartment;
|
|
1215
|
+
role: string | IRole;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1213
1218
|
interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1214
1219
|
lark_name: string;
|
|
1215
1220
|
lark_botHook: string;
|
|
@@ -1295,6 +1300,7 @@ interface IImage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1295
1300
|
type index$9_IBlog = IBlog;
|
|
1296
1301
|
type index$9_IBlogsCategory = IBlogsCategory;
|
|
1297
1302
|
type index$9_IDepartment = IDepartment;
|
|
1303
|
+
type index$9_IDepartmentRole = IDepartmentRole;
|
|
1298
1304
|
type index$9_IDomain = IDomain;
|
|
1299
1305
|
type index$9_IImage = IImage;
|
|
1300
1306
|
type index$9_ILark = ILark;
|
|
@@ -1318,7 +1324,7 @@ type index$9_ITeam = ITeam;
|
|
|
1318
1324
|
type index$9_ITeamMember = ITeamMember;
|
|
1319
1325
|
type index$9_ITeamRole = ITeamRole;
|
|
1320
1326
|
declare namespace index$9 {
|
|
1321
|
-
export type { index$9_IBlog as IBlog, index$9_IBlogsCategory as IBlogsCategory, index$9_IDepartment as IDepartment, index$9_IDomain as IDomain, index$9_IImage as IImage, index$9_ILark as ILark, index$9_IManagerWork as IManagerWork, index$9_IManagerWorkPin as IManagerWorkPin, index$9_ISheetWork as ISheetWork, index$9_ISheetWorkManager as ISheetWorkManager, index$9_ISheetWorkPin as ISheetWorkPin, index$9_ISheetWorksCategory as ISheetWorksCategory, index$9_ITag as ITag, index$9_ITaskJob as ITaskJob, index$9_ITaskJobBlogAttached as ITaskJobBlogAttached, index$9_ITaskJobCheckList as ITaskJobCheckList, index$9_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$9_ITaskJobDiscuss as ITaskJobDiscuss, index$9_ITaskJobLabel as ITaskJobLabel, index$9_ITaskJobTeamPermission as ITaskJobTeamPermission, index$9_ITaskJobUserPermission as ITaskJobUserPermission, index$9_ITaskJobsGroup as ITaskJobsGroup, index$9_ITeam as ITeam, index$9_ITeamMember as ITeamMember, index$9_ITeamRole as ITeamRole };
|
|
1327
|
+
export type { index$9_IBlog as IBlog, index$9_IBlogsCategory as IBlogsCategory, index$9_IDepartment as IDepartment, index$9_IDepartmentRole as IDepartmentRole, index$9_IDomain as IDomain, index$9_IImage as IImage, index$9_ILark as ILark, index$9_IManagerWork as IManagerWork, index$9_IManagerWorkPin as IManagerWorkPin, index$9_ISheetWork as ISheetWork, index$9_ISheetWorkManager as ISheetWorkManager, index$9_ISheetWorkPin as ISheetWorkPin, index$9_ISheetWorksCategory as ISheetWorksCategory, index$9_ITag as ITag, index$9_ITaskJob as ITaskJob, index$9_ITaskJobBlogAttached as ITaskJobBlogAttached, index$9_ITaskJobCheckList as ITaskJobCheckList, index$9_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$9_ITaskJobDiscuss as ITaskJobDiscuss, index$9_ITaskJobLabel as ITaskJobLabel, index$9_ITaskJobTeamPermission as ITaskJobTeamPermission, index$9_ITaskJobUserPermission as ITaskJobUserPermission, index$9_ITaskJobsGroup as ITaskJobsGroup, index$9_ITeam as ITeam, index$9_ITeamMember as ITeamMember, index$9_ITeamRole as ITeamRole };
|
|
1322
1328
|
}
|
|
1323
1329
|
|
|
1324
1330
|
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -2768,6 +2774,7 @@ type index$1_IAuthResetPassword = IAuthResetPassword;
|
|
|
2768
2774
|
type index$1_IBlog = IBlog;
|
|
2769
2775
|
type index$1_IBlogsCategory = IBlogsCategory;
|
|
2770
2776
|
type index$1_IDepartment = IDepartment;
|
|
2777
|
+
type index$1_IDepartmentRole = IDepartmentRole;
|
|
2771
2778
|
type index$1_IDevice = IDevice;
|
|
2772
2779
|
type index$1_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
2773
2780
|
type index$1_IDeviceSettingForCHPlay = IDeviceSettingForCHPlay;
|
|
@@ -2852,7 +2859,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
2852
2859
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
2853
2860
|
type index$1_IVoiceStores = IVoiceStores;
|
|
2854
2861
|
declare namespace index$1 {
|
|
2855
|
-
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_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_IAccountRaw as IAccountRaw, 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 };
|
|
2862
|
+
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_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_IAccountRaw as IAccountRaw, 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_IDepartmentRole as IDepartmentRole, 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 };
|
|
2856
2863
|
}
|
|
2857
2864
|
|
|
2858
2865
|
interface IDataUser {
|