automation-lib 4.9.82 → 4.9.83
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 +1 -9
- package/dist/index.d.ts +1 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -856,13 +856,6 @@ interface INotification extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
856
856
|
noti_departmentAttachment: IDepartment | string;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
860
|
-
sheetWork: ISheetWork | string;
|
|
861
|
-
idea: IManagerWork | string;
|
|
862
|
-
niche: IManagerWork | string;
|
|
863
|
-
subNiche: IManagerWork | string;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
859
|
interface ITaskJobsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
867
860
|
tjg_name: string;
|
|
868
861
|
tjg_slug: string;
|
|
@@ -919,7 +912,6 @@ type index$5_IRole = IRole;
|
|
|
919
912
|
type index$5_IRoleFeature = IRoleFeature;
|
|
920
913
|
type index$5_IRoleGroup = IRoleGroup;
|
|
921
914
|
type index$5_ISheetWork = ISheetWork;
|
|
922
|
-
type index$5_ISheetWorkManager = ISheetWorkManager;
|
|
923
915
|
type index$5_ISheetWorkPin = ISheetWorkPin;
|
|
924
916
|
type index$5_ISheetWorksCategory = ISheetWorksCategory;
|
|
925
917
|
type index$5_ITag = ITag;
|
|
@@ -929,7 +921,7 @@ type index$5_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
|
929
921
|
type index$5_ITaskJobLabel = ITaskJobLabel;
|
|
930
922
|
type index$5_ITaskJobsGroup = ITaskJobsGroup;
|
|
931
923
|
declare namespace index$5 {
|
|
932
|
-
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$
|
|
924
|
+
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITag as ITag, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
933
925
|
}
|
|
934
926
|
|
|
935
927
|
interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -856,13 +856,6 @@ interface INotification extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
856
856
|
noti_departmentAttachment: IDepartment | string;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
860
|
-
sheetWork: ISheetWork | string;
|
|
861
|
-
idea: IManagerWork | string;
|
|
862
|
-
niche: IManagerWork | string;
|
|
863
|
-
subNiche: IManagerWork | string;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
859
|
interface ITaskJobsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
867
860
|
tjg_name: string;
|
|
868
861
|
tjg_slug: string;
|
|
@@ -919,7 +912,6 @@ type index$5_IRole = IRole;
|
|
|
919
912
|
type index$5_IRoleFeature = IRoleFeature;
|
|
920
913
|
type index$5_IRoleGroup = IRoleGroup;
|
|
921
914
|
type index$5_ISheetWork = ISheetWork;
|
|
922
|
-
type index$5_ISheetWorkManager = ISheetWorkManager;
|
|
923
915
|
type index$5_ISheetWorkPin = ISheetWorkPin;
|
|
924
916
|
type index$5_ISheetWorksCategory = ISheetWorksCategory;
|
|
925
917
|
type index$5_ITag = ITag;
|
|
@@ -929,7 +921,7 @@ type index$5_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
|
929
921
|
type index$5_ITaskJobLabel = ITaskJobLabel;
|
|
930
922
|
type index$5_ITaskJobsGroup = ITaskJobsGroup;
|
|
931
923
|
declare namespace index$5 {
|
|
932
|
-
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$
|
|
924
|
+
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITag as ITag, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
933
925
|
}
|
|
934
926
|
|
|
935
927
|
interface IAccountAIImageGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|