automation-lib 4.7.18 → 4.7.21

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
@@ -1,5 +1,14 @@
1
1
  @echo off
2
2
 
3
+ :: Add all changes to git
4
+ git add .
5
+
6
+ :: Commit changes with a message
7
+ git commit -m "update: Son update code"
8
+
9
+ :: Push changes to the 'main' branch of the 'cp' remote
10
+ git pull hs main
11
+
3
12
  :: Read the current version from package.json
4
13
  for /f "tokens=2 delims=:, " %%i in ('findstr "version" package.json') do set currentVersion=%%i
5
14
 
@@ -28,14 +37,6 @@ echo New version: %newVersion%
28
37
  :: Run npm publish using call
29
38
  call npm run pub
30
39
 
31
- :: Add all changes to git
32
- git add .
33
-
34
- :: Commit changes with a message
35
- git commit -m "update: Liem update code"
36
-
37
- :: Push changes to the 'main' branch of the 'cp' remote
38
- git pull origin main
39
- git push origin main
40
+ git push hs main
40
41
 
41
42
 
package/dist/index.d.mts CHANGED
@@ -519,15 +519,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
519
519
  device_allowPermission: IDeviceAllowPermission;
520
520
  }
521
521
 
522
- interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
523
- pt_url: string;
524
- pt_name: string;
525
- pt_desc: string;
526
- pt_totalProxy: number;
527
- pt_totalLive: number;
528
- pt_totalDie: number;
529
- }
530
-
531
522
  interface IImage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
532
523
  image_key: string;
533
524
  image_path: string;
@@ -724,6 +715,16 @@ declare namespace index$5 {
724
715
  export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkDomain as IManagerWorkDomain, index$5_IManagerWorkPin as IManagerWorkPin, index$5_IManagerWorkTag as IManagerWorkTag, 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_ISheetWorkDomain as ISheetWorkDomain, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorkTag as ISheetWorkTag, index$5_ISheetWorksCategory as ISheetWorksCategory, 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 };
725
716
  }
726
717
 
718
+ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
719
+ pt_url: string;
720
+ pt_name: string;
721
+ pt_desc: string;
722
+ pt_totalProxy: number;
723
+ pt_totalLive: number;
724
+ pt_totalDie: number;
725
+ pt_department: IDepartment | string;
726
+ }
727
+
727
728
  interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
728
729
  ps_proxy: IProxy | string;
729
730
  ps_typeSocial: ETypeSocial;
@@ -806,6 +807,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
806
807
  account_statusChangeSetting: EStatusExecuteCommon;
807
808
  account_statusLogin: EStatusLoginAccountSocial;
808
809
  account_isAllowPermissionApp: boolean;
810
+ account_packageApp: string;
809
811
  }
810
812
 
811
813
  interface ICanvaPosition {
package/dist/index.d.ts CHANGED
@@ -519,15 +519,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
519
519
  device_allowPermission: IDeviceAllowPermission;
520
520
  }
521
521
 
522
- interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
523
- pt_url: string;
524
- pt_name: string;
525
- pt_desc: string;
526
- pt_totalProxy: number;
527
- pt_totalLive: number;
528
- pt_totalDie: number;
529
- }
530
-
531
522
  interface IImage extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
532
523
  image_key: string;
533
524
  image_path: string;
@@ -724,6 +715,16 @@ declare namespace index$5 {
724
715
  export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkDomain as IManagerWorkDomain, index$5_IManagerWorkPin as IManagerWorkPin, index$5_IManagerWorkTag as IManagerWorkTag, 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_ISheetWorkDomain as ISheetWorkDomain, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorkTag as ISheetWorkTag, index$5_ISheetWorksCategory as ISheetWorksCategory, 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 };
725
716
  }
726
717
 
718
+ interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
719
+ pt_url: string;
720
+ pt_name: string;
721
+ pt_desc: string;
722
+ pt_totalProxy: number;
723
+ pt_totalLive: number;
724
+ pt_totalDie: number;
725
+ pt_department: IDepartment | string;
726
+ }
727
+
727
728
  interface IProxySetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
728
729
  ps_proxy: IProxy | string;
729
730
  ps_typeSocial: ETypeSocial;
@@ -806,6 +807,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
806
807
  account_statusChangeSetting: EStatusExecuteCommon;
807
808
  account_statusLogin: EStatusLoginAccountSocial;
808
809
  account_isAllowPermissionApp: boolean;
810
+ account_packageApp: string;
809
811
  }
810
812
 
811
813
  interface ICanvaPosition {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.18",
3
+ "version": "4.7.21",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",