automation-lib 4.7.12 → 4.7.14

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/commit.bat CHANGED
@@ -32,10 +32,10 @@ call npm run pub
32
32
  git add .
33
33
 
34
34
  :: Commit changes with a message
35
- git commit -m "update: Son update code"
35
+ git commit -m "update: Liem update code"
36
36
 
37
37
  :: Push changes to the 'main' branch of the 'cp' remote
38
- git pull hs main
39
- git push hs main
38
+ git pull origin main
39
+ git push origin main
40
40
 
41
41
 
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
- mw_pin: string | ISheetWorkPin;
603
- mw_classify: ETypeSheetWorkClassify;
602
+ sw_pin: string | ISheetWorkPin;
603
+ sw_classify: ETypeSheetWorkClassify;
604
604
  }
605
605
  interface ISheetWorkTag extends BoInterfaceModelsCommon.IBaseModel {
606
606
  tag_sheetWork: ISheetWork | string;
@@ -614,7 +614,7 @@ interface ISheetWorkDomain extends BoInterfaceModelsCommon.IBaseModel {
614
614
  }
615
615
  interface ISheetWorkPin extends BoInterfaceModelsCommon.IBaseModel {
616
616
  pin_type: ETypeSheetWorkPin;
617
- pin_manager: string | ISheetWork;
617
+ pin_sheetWork: string | ISheetWork;
618
618
  }
619
619
 
620
620
  interface IBlogsCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
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
- mw_pin: string | ISheetWorkPin;
603
- mw_classify: ETypeSheetWorkClassify;
602
+ sw_pin: string | ISheetWorkPin;
603
+ sw_classify: ETypeSheetWorkClassify;
604
604
  }
605
605
  interface ISheetWorkTag extends BoInterfaceModelsCommon.IBaseModel {
606
606
  tag_sheetWork: ISheetWork | string;
@@ -614,7 +614,7 @@ interface ISheetWorkDomain extends BoInterfaceModelsCommon.IBaseModel {
614
614
  }
615
615
  interface ISheetWorkPin extends BoInterfaceModelsCommon.IBaseModel {
616
616
  pin_type: ETypeSheetWorkPin;
617
- pin_manager: string | ISheetWork;
617
+ pin_sheetWork: string | ISheetWork;
618
618
  }
619
619
 
620
620
  interface IBlogsCategory extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.12",
3
+ "version": "4.7.14",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",