automation-lib 4.7.20 → 4.7.30
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 +11 -10
- package/dist/index.d.ts +11 -10
- package/package.json +1 -1
- package/commit.bat +0 -43
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;
|
|
@@ -959,7 +960,7 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
959
960
|
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
960
961
|
pn_photosUrl: string[];
|
|
961
962
|
pn_videosUrl: string[];
|
|
962
|
-
|
|
963
|
+
pn_collaborator: string;
|
|
963
964
|
pn_content: string;
|
|
964
965
|
pn_music: string;
|
|
965
966
|
pn_tagUser: string;
|
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;
|
|
@@ -959,7 +960,7 @@ interface IInstagramPostHighLight extends BoInterfaceModelsCommon.IBaseModel, Bo
|
|
|
959
960
|
interface IInstagramPostNew extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
960
961
|
pn_photosUrl: string[];
|
|
961
962
|
pn_videosUrl: string[];
|
|
962
|
-
|
|
963
|
+
pn_collaborator: string;
|
|
963
964
|
pn_content: string;
|
|
964
965
|
pn_music: string;
|
|
965
966
|
pn_tagUser: string;
|
package/package.json
CHANGED
package/commit.bat
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
@echo off
|
|
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
|
-
|
|
12
|
-
:: Read the current version from package.json
|
|
13
|
-
for /f "tokens=2 delims=:, " %%i in ('findstr "version" package.json') do set currentVersion=%%i
|
|
14
|
-
|
|
15
|
-
:: Remove quotes from the version string
|
|
16
|
-
set currentVersion=%currentVersion:"=%
|
|
17
|
-
|
|
18
|
-
:: Split version into its components
|
|
19
|
-
for /f "tokens=1,2,3 delims=." %%a in ("%currentVersion%") do (
|
|
20
|
-
set major=%%a
|
|
21
|
-
set minor=%%b
|
|
22
|
-
set patch=%%c
|
|
23
|
-
)
|
|
24
|
-
|
|
25
|
-
:: Increment the patch version
|
|
26
|
-
set /a patch+=1
|
|
27
|
-
|
|
28
|
-
:: Create the new version string
|
|
29
|
-
set newVersion=%major%.%minor%.%patch%
|
|
30
|
-
|
|
31
|
-
:: Update the version in package.json
|
|
32
|
-
powershell -Command "(Get-Content package.json) -replace '\"version\": \"%currentVersion%\"', '\"version\": \"%newVersion%\"' | Set-Content package.json"
|
|
33
|
-
|
|
34
|
-
:: Display the new version
|
|
35
|
-
echo New version: %newVersion%
|
|
36
|
-
|
|
37
|
-
:: Run npm publish using call
|
|
38
|
-
call npm run pub
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
git push hs main
|
|
42
|
-
|
|
43
|
-
|