automation-lib 4.9.84 → 4.9.85
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -757,13 +757,13 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
757
757
|
blog_usersPermission: string[] | IUser[];
|
|
758
758
|
}
|
|
759
759
|
|
|
760
|
-
interface ISheetWorksCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
760
|
+
interface ISheetWorksCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
761
761
|
swc_name: string;
|
|
762
762
|
swc_slug: string;
|
|
763
763
|
swc_desc: string;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
766
|
+
interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
767
767
|
sw_name: string;
|
|
768
768
|
sw_slug: string;
|
|
769
769
|
sw_url: string;
|
|
@@ -856,7 +856,7 @@ interface INotification extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
856
856
|
noti_departmentAttachment: IDepartment | string;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
859
|
+
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
860
860
|
sheetWork: ISheetWork | string;
|
|
861
861
|
idea: IManagerWork | string;
|
|
862
862
|
niche: IManagerWork | string;
|
package/dist/index.d.ts
CHANGED
|
@@ -757,13 +757,13 @@ interface IBlog extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
757
757
|
blog_usersPermission: string[] | IUser[];
|
|
758
758
|
}
|
|
759
759
|
|
|
760
|
-
interface ISheetWorksCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
760
|
+
interface ISheetWorksCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
761
761
|
swc_name: string;
|
|
762
762
|
swc_slug: string;
|
|
763
763
|
swc_desc: string;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
766
|
+
interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
767
767
|
sw_name: string;
|
|
768
768
|
sw_slug: string;
|
|
769
769
|
sw_url: string;
|
|
@@ -856,7 +856,7 @@ interface INotification extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
856
856
|
noti_departmentAttachment: IDepartment | string;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.
|
|
859
|
+
interface ISheetWorkManager extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
860
860
|
sheetWork: ISheetWork | string;
|
|
861
861
|
idea: IManagerWork | string;
|
|
862
862
|
niche: IManagerWork | string;
|