automation-lib 5.13.6 → 5.13.7
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 +5 -5
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/commit.bat
CHANGED
|
@@ -7,10 +7,10 @@ git add .
|
|
|
7
7
|
echo Committing changes...
|
|
8
8
|
set /p commit_message="Enter commit message: "
|
|
9
9
|
git commit -m "%commit_message%"
|
|
10
|
-
|
|
10
|
+
sleep 2
|
|
11
11
|
|
|
12
12
|
:: Push changes to the 'main' branch of the 'cp' remote
|
|
13
|
-
git pull
|
|
13
|
+
git pull origin toan
|
|
14
14
|
|
|
15
15
|
:: Read the current version from package.json
|
|
16
16
|
for /f "tokens=2 delims=:, " %%i in ('findstr "version" package.json') do set currentVersion=%%i
|
|
@@ -41,10 +41,10 @@ echo New version: %newVersion%
|
|
|
41
41
|
call npm run pub
|
|
42
42
|
|
|
43
43
|
git add .
|
|
44
|
-
|
|
44
|
+
sleep 1
|
|
45
45
|
git commit -m "%commit_message%"
|
|
46
|
-
|
|
46
|
+
sleep 2
|
|
47
47
|
|
|
48
|
-
git push
|
|
48
|
+
git push origin toan
|
|
49
49
|
|
|
50
50
|
|
package/dist/index.d.mts
CHANGED
|
@@ -7015,7 +7015,7 @@ interface ViewDetailTaskInstagramChangeInfoDto {
|
|
|
7015
7015
|
sheetName: string;
|
|
7016
7016
|
sheetUrl: string;
|
|
7017
7017
|
typeSheetSheetTool: string;
|
|
7018
|
-
statusSheetTool:
|
|
7018
|
+
statusSheetTool: ESheetToolStatusRun;
|
|
7019
7019
|
idea: string;
|
|
7020
7020
|
niche: string;
|
|
7021
7021
|
type: ETypeManagerWorkType;
|
|
@@ -7242,7 +7242,7 @@ interface ViewDetailTaskInstagramPostDto {
|
|
|
7242
7242
|
sheetName: string;
|
|
7243
7243
|
sheetUrl: string;
|
|
7244
7244
|
typeSheetSheetTool: string;
|
|
7245
|
-
statusSheetTool:
|
|
7245
|
+
statusSheetTool: ESheetToolStatusRun;
|
|
7246
7246
|
idea: string;
|
|
7247
7247
|
niche: string;
|
|
7248
7248
|
type: ETypeManagerWorkType;
|
package/dist/index.d.ts
CHANGED
|
@@ -7015,7 +7015,7 @@ interface ViewDetailTaskInstagramChangeInfoDto {
|
|
|
7015
7015
|
sheetName: string;
|
|
7016
7016
|
sheetUrl: string;
|
|
7017
7017
|
typeSheetSheetTool: string;
|
|
7018
|
-
statusSheetTool:
|
|
7018
|
+
statusSheetTool: ESheetToolStatusRun;
|
|
7019
7019
|
idea: string;
|
|
7020
7020
|
niche: string;
|
|
7021
7021
|
type: ETypeManagerWorkType;
|
|
@@ -7242,7 +7242,7 @@ interface ViewDetailTaskInstagramPostDto {
|
|
|
7242
7242
|
sheetName: string;
|
|
7243
7243
|
sheetUrl: string;
|
|
7244
7244
|
typeSheetSheetTool: string;
|
|
7245
|
-
statusSheetTool:
|
|
7245
|
+
statusSheetTool: ESheetToolStatusRun;
|
|
7246
7246
|
idea: string;
|
|
7247
7247
|
niche: string;
|
|
7248
7248
|
type: ETypeManagerWorkType;
|