automation-lib 4.7.13 → 4.7.15
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 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -599,8 +599,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
|
|
|
599
599
|
sw_subNiche: IManagerWork[] | string[];
|
|
600
600
|
sw_tags: string[] | ISheetWorkTag[];
|
|
601
601
|
sw_domains: string[] | ISheetWorkDomain[];
|
|
602
|
-
|
|
603
|
-
|
|
602
|
+
sw_pin: string | ISheetWorkPin;
|
|
603
|
+
sw_classify: ETypeSheetWorkClassify;
|
|
604
604
|
}
|
|
605
605
|
interface ISheetWorkTag extends BoInterfaceModelsCommon.IBaseModel {
|
|
606
606
|
tag_sheetWork: ISheetWork | string;
|
|
@@ -1472,6 +1472,7 @@ interface IDataUser {
|
|
|
1472
1472
|
userRoles: IRole[] | string[];
|
|
1473
1473
|
userEmail: string;
|
|
1474
1474
|
userName: string;
|
|
1475
|
+
avatar?: string;
|
|
1475
1476
|
userIsRootAdmin: boolean;
|
|
1476
1477
|
userIsSubAdmin: boolean;
|
|
1477
1478
|
userIsMentor: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -599,8 +599,8 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
|
|
|
599
599
|
sw_subNiche: IManagerWork[] | string[];
|
|
600
600
|
sw_tags: string[] | ISheetWorkTag[];
|
|
601
601
|
sw_domains: string[] | ISheetWorkDomain[];
|
|
602
|
-
|
|
603
|
-
|
|
602
|
+
sw_pin: string | ISheetWorkPin;
|
|
603
|
+
sw_classify: ETypeSheetWorkClassify;
|
|
604
604
|
}
|
|
605
605
|
interface ISheetWorkTag extends BoInterfaceModelsCommon.IBaseModel {
|
|
606
606
|
tag_sheetWork: ISheetWork | string;
|
|
@@ -1472,6 +1472,7 @@ interface IDataUser {
|
|
|
1472
1472
|
userRoles: IRole[] | string[];
|
|
1473
1473
|
userEmail: string;
|
|
1474
1474
|
userName: string;
|
|
1475
|
+
avatar?: string;
|
|
1475
1476
|
userIsRootAdmin: boolean;
|
|
1476
1477
|
userIsSubAdmin: boolean;
|
|
1477
1478
|
userIsMentor: boolean;
|