automation-lib 5.0.154 → 5.0.156
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 +18 -2
- package/dist/index.d.ts +18 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1170,12 +1170,24 @@ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1170
1170
|
role: string | IRole;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
+
declare enum EStatusLark {
|
|
1174
|
+
Active = "Active",
|
|
1175
|
+
InActive = "InActive",
|
|
1176
|
+
Error = "Error"
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1173
1179
|
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
|
1174
1180
|
lark_name: string;
|
|
1175
1181
|
lark_botHook: string;
|
|
1176
1182
|
lark_department: string | IDepartment;
|
|
1177
1183
|
lark_typeError: ELarkMessageCommon | ELarkMessageSheetManager | ELarkMessageInstagramThreads;
|
|
1178
1184
|
lark_typeObject: ELarkObject;
|
|
1185
|
+
lark_status: EStatusLark;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
interface ILarkTeam extends IBaseModel, ITrackingModel<IUser> {
|
|
1189
|
+
lark: ILark | string;
|
|
1190
|
+
team: ITeam | string;
|
|
1179
1191
|
}
|
|
1180
1192
|
|
|
1181
1193
|
interface ITaskJobsGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1247,6 +1259,7 @@ type index$a_IDepartment = IDepartment;
|
|
|
1247
1259
|
type index$a_IDepartmentRole = IDepartmentRole;
|
|
1248
1260
|
type index$a_IDomain = IDomain;
|
|
1249
1261
|
type index$a_ILark = ILark;
|
|
1262
|
+
type index$a_ILarkTeam = ILarkTeam;
|
|
1250
1263
|
type index$a_IManagerWork = IManagerWork;
|
|
1251
1264
|
type index$a_IManagerWorkPin = IManagerWorkPin;
|
|
1252
1265
|
type index$a_ISheetWork = ISheetWork;
|
|
@@ -1267,7 +1280,7 @@ type index$a_ITeam = ITeam;
|
|
|
1267
1280
|
type index$a_ITeamMember = ITeamMember;
|
|
1268
1281
|
type index$a_ITeamRole = ITeamRole;
|
|
1269
1282
|
declare namespace index$a {
|
|
1270
|
-
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_IManagerWork as IManagerWork, index$a_IManagerWorkPin as IManagerWorkPin, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorkPin as ISheetWorkPin, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
|
1283
|
+
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_ILarkTeam as ILarkTeam, index$a_IManagerWork as IManagerWork, index$a_IManagerWorkPin as IManagerWorkPin, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorkPin as ISheetWorkPin, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
|
1271
1284
|
}
|
|
1272
1285
|
|
|
1273
1286
|
interface IAccountAIChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3032,6 +3045,7 @@ type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFoll
|
|
|
3032
3045
|
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
3033
3046
|
type index$4_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
3034
3047
|
type index$4_ILark = ILark;
|
|
3048
|
+
type index$4_ILarkTeam = ILarkTeam;
|
|
3035
3049
|
type index$4_IManagerImageAI = IManagerImageAI;
|
|
3036
3050
|
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
3037
3051
|
type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
@@ -3085,7 +3099,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
3085
3099
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
3086
3100
|
type index$4_IVoiceStores = IVoiceStores;
|
|
3087
3101
|
declare namespace index$4 {
|
|
3088
|
-
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostSquare as IInstagramPostSquare, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
3102
|
+
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostSquare as IInstagramPostSquare, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_ILarkTeam as ILarkTeam, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
3089
3103
|
}
|
|
3090
3104
|
|
|
3091
3105
|
interface IDataUser {
|
|
@@ -3976,6 +3990,8 @@ interface FilterDepartmentDto extends IBaseDto, IDepartment {
|
|
|
3976
3990
|
}
|
|
3977
3991
|
|
|
3978
3992
|
interface FindLarkDto extends IBaseDto, ILark {
|
|
3993
|
+
teamsAssignments: string[];
|
|
3994
|
+
usersAssignments: string[];
|
|
3979
3995
|
}
|
|
3980
3996
|
interface FilterLarkDto extends IBaseDto, ILark {
|
|
3981
3997
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1170,12 +1170,24 @@ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
|
|
|
1170
1170
|
role: string | IRole;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
+
declare enum EStatusLark {
|
|
1174
|
+
Active = "Active",
|
|
1175
|
+
InActive = "InActive",
|
|
1176
|
+
Error = "Error"
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1173
1179
|
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
|
1174
1180
|
lark_name: string;
|
|
1175
1181
|
lark_botHook: string;
|
|
1176
1182
|
lark_department: string | IDepartment;
|
|
1177
1183
|
lark_typeError: ELarkMessageCommon | ELarkMessageSheetManager | ELarkMessageInstagramThreads;
|
|
1178
1184
|
lark_typeObject: ELarkObject;
|
|
1185
|
+
lark_status: EStatusLark;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
interface ILarkTeam extends IBaseModel, ITrackingModel<IUser> {
|
|
1189
|
+
lark: ILark | string;
|
|
1190
|
+
team: ITeam | string;
|
|
1179
1191
|
}
|
|
1180
1192
|
|
|
1181
1193
|
interface ITaskJobsGroup extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -1247,6 +1259,7 @@ type index$a_IDepartment = IDepartment;
|
|
|
1247
1259
|
type index$a_IDepartmentRole = IDepartmentRole;
|
|
1248
1260
|
type index$a_IDomain = IDomain;
|
|
1249
1261
|
type index$a_ILark = ILark;
|
|
1262
|
+
type index$a_ILarkTeam = ILarkTeam;
|
|
1250
1263
|
type index$a_IManagerWork = IManagerWork;
|
|
1251
1264
|
type index$a_IManagerWorkPin = IManagerWorkPin;
|
|
1252
1265
|
type index$a_ISheetWork = ISheetWork;
|
|
@@ -1267,7 +1280,7 @@ type index$a_ITeam = ITeam;
|
|
|
1267
1280
|
type index$a_ITeamMember = ITeamMember;
|
|
1268
1281
|
type index$a_ITeamRole = ITeamRole;
|
|
1269
1282
|
declare namespace index$a {
|
|
1270
|
-
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_IManagerWork as IManagerWork, index$a_IManagerWorkPin as IManagerWorkPin, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorkPin as ISheetWorkPin, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
|
1283
|
+
export type { index$a_IBlog as IBlog, index$a_IBlogCategory as IBlogCategory, index$a_IDepartment as IDepartment, index$a_IDepartmentRole as IDepartmentRole, index$a_IDomain as IDomain, index$a_ILark as ILark, index$a_ILarkTeam as ILarkTeam, index$a_IManagerWork as IManagerWork, index$a_IManagerWorkPin as IManagerWorkPin, index$a_ISheetWork as ISheetWork, index$a_ISheetWorkManager as ISheetWorkManager, index$a_ISheetWorkPin as ISheetWorkPin, index$a_ISheetWorksCategory as ISheetWorksCategory, index$a_ITag as ITag, index$a_ITaskJob as ITaskJob, index$a_ITaskJobBlogAttached as ITaskJobBlogAttached, index$a_ITaskJobCheckList as ITaskJobCheckList, index$a_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$a_ITaskJobDiscuss as ITaskJobDiscuss, index$a_ITaskJobLabel as ITaskJobLabel, index$a_ITaskJobTeamPermission as ITaskJobTeamPermission, index$a_ITaskJobUserPermission as ITaskJobUserPermission, index$a_ITaskJobsGroup as ITaskJobsGroup, index$a_ITeam as ITeam, index$a_ITeamMember as ITeamMember, index$a_ITeamRole as ITeamRole };
|
|
1271
1284
|
}
|
|
1272
1285
|
|
|
1273
1286
|
interface IAccountAIChannel extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -3032,6 +3045,7 @@ type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFoll
|
|
|
3032
3045
|
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
3033
3046
|
type index$4_IInteractSentMessageDetail = IInteractSentMessageDetail;
|
|
3034
3047
|
type index$4_ILark = ILark;
|
|
3048
|
+
type index$4_ILarkTeam = ILarkTeam;
|
|
3035
3049
|
type index$4_IManagerImageAI = IManagerImageAI;
|
|
3036
3050
|
type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
|
|
3037
3051
|
type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
|
|
@@ -3085,7 +3099,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
3085
3099
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
3086
3100
|
type index$4_IVoiceStores = IVoiceStores;
|
|
3087
3101
|
declare namespace index$4 {
|
|
3088
|
-
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostSquare as IInstagramPostSquare, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
3102
|
+
export { index$b as Auth, index$c as Common, index$6 as History, type index$4_IAccount as IAccount, type index$4_IAccountAI as IAccountAI, type index$4_IAccountAIChannel as IAccountAIChannel, type index$4_IAccountAIGroup as IAccountAIGroup, type index$4_IAccountAIImage as IAccountAIImage, type index$4_IAccountAIImageChannel as IAccountAIImageChannel, type index$4_IAccountAIImageGroup as IAccountAIImageGroup, type index$4_IAccountAIImageInfo as IAccountAIImageInfo, type index$4_IAccountAIImageTag as IAccountAIImageTag, type index$4_IAccountAIInfo as IAccountAIInfo, type index$4_IAccountAITag as IAccountAITag, type index$4_IAccountAIVoice as IAccountAIVoice, type index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountRaw as IAccountRaw, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountsGroup as IAccountsGroup, type index$4_IAuthLogin as IAuthLogin, type index$4_IAuthResetPassword as IAuthResetPassword, type index$4_IBaseModel as IBaseModel, type index$4_IBlog as IBlog, type index$4_IBlogCategory as IBlogCategory, type index$4_IDepartment as IDepartment, type index$4_IDepartmentRole as IDepartmentRole, type index$4_IDevice as IDevice, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlay as IDeviceSettingForCHPlay, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IDomain as IDomain, type index$4_IFile as IFile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$4_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$4_IHistoryTaskCanva as IHistoryTaskCanva, type index$4_IIdea as IIdea, type index$4_IInstagramInteractExplore as IInstagramInteractExplore, type index$4_IInstagramInteractFollow as IInstagramInteractFollow, type index$4_IInstagramInteractReel as IInstagramInteractReel, type index$4_IInstagramInteractReplyComment as IInstagramInteractReplyComment, type index$4_IInstagramInteractReplyMessage as IInstagramInteractReplyMessage, type index$4_IInstagramInteractStory as IInstagramInteractStory, type index$4_IInstagramPostHighLight as IInstagramPostHighLight, type index$4_IInstagramPostNew as IInstagramPostNew, type index$4_IInstagramPostReel as IInstagramPostReel, type index$4_IInstagramPostSquare as IInstagramPostSquare, type index$4_IInstagramPostStory as IInstagramPostStory, type index$4_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_IInteractSentMessageDetail as IInteractSentMessageDetail, type index$4_ILark as ILark, type index$4_ILarkTeam as ILarkTeam, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManagerWork as IManagerWork, type index$4_IManagerWorkPin as IManagerWorkPin, type index$4_INiche as INiche, type index$4_IOtpConfirm as IOtpConfirm, type index$4_IOtpCreateSession as IOtpCreateSession, type index$4_IOtpSend as IOtpSend, type index$4_IPC as IPC, type index$4_IProxy as IProxy, type index$4_IRole as IRole, type index$4_IRoleFeature as IRoleFeature, type index$4_ISheetWork as ISheetWork, type index$4_ISheetWorkManager as ISheetWorkManager, type index$4_ISheetWorkPin as ISheetWorkPin, type index$4_ISheetWorksCategory as ISheetWorksCategory, type index$4_ISheetsTool as ISheetsTool, type index$4_ITag as ITag, type index$4_ITaskJob as ITaskJob, type index$4_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$4_ITaskJobCheckList as ITaskJobCheckList, type index$4_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$4_ITaskJobDiscuss as ITaskJobDiscuss, type index$4_ITaskJobLabel as ITaskJobLabel, type index$4_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$4_ITaskJobUserPermission as ITaskJobUserPermission, type index$4_ITaskJobsGroup as ITaskJobsGroup, type index$4_ITeam as ITeam, type index$4_ITeamMember as ITeamMember, type index$4_ITeamRole as ITeamRole, type index$4_IThreadsInteractFollow as IThreadsInteractFollow, type index$4_IThreadsInteractReplyComment as IThreadsInteractReplyComment, type index$4_IThreadsPostNew as IThreadsPostNew, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingPost as IThreadsSettingPost, type index$4_IToken as IToken, type index$4_ITrackingModel as ITrackingModel, type index$4_ITrackingTimeScript as ITrackingTimeScript, type index$4_ITrackingUserAction as ITrackingUserAction, type index$4_IUser as IUser, type index$4_IUserRole as IUserRole, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, index$5 as Socials, index$8 as TaskBrowsers, index$9 as TaskPhones, index$7 as Tool, index$a as Web };
|
|
3089
3103
|
}
|
|
3090
3104
|
|
|
3091
3105
|
interface IDataUser {
|
|
@@ -3976,6 +3990,8 @@ interface FilterDepartmentDto extends IBaseDto, IDepartment {
|
|
|
3976
3990
|
}
|
|
3977
3991
|
|
|
3978
3992
|
interface FindLarkDto extends IBaseDto, ILark {
|
|
3993
|
+
teamsAssignments: string[];
|
|
3994
|
+
usersAssignments: string[];
|
|
3979
3995
|
}
|
|
3980
3996
|
interface FilterLarkDto extends IBaseDto, ILark {
|
|
3981
3997
|
}
|