automation-lib 5.8.4 → 5.8.5
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 +8 -0
- package/dist/index.d.ts +8 -0
- 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
|
+
timeout /t 2 /nobreak >nul
|
|
11
11
|
|
|
12
12
|
:: Push changes to the 'main' branch of the 'cp' remote
|
|
13
|
-
git pull
|
|
13
|
+
git pull hs main
|
|
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
|
+
timeout /t 1 /nobreak >nul
|
|
45
45
|
git commit -m "%commit_message%"
|
|
46
|
-
|
|
46
|
+
timeout /t 2 /nobreak >nul
|
|
47
47
|
|
|
48
|
-
git push
|
|
48
|
+
git push hs main
|
|
49
49
|
|
|
50
50
|
|
package/dist/index.d.mts
CHANGED
|
@@ -11188,6 +11188,8 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
11188
11188
|
interface CreateManagerImageAIInstagramDto {
|
|
11189
11189
|
listAccountSocialIds: string[];
|
|
11190
11190
|
folderName: string;
|
|
11191
|
+
sheetUrl: string;
|
|
11192
|
+
sheetName: string;
|
|
11191
11193
|
model: EManagerImageAIInstagramModel;
|
|
11192
11194
|
ideaId: string;
|
|
11193
11195
|
nicheIds: string[];
|
|
@@ -11215,6 +11217,8 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11215
11217
|
id: string;
|
|
11216
11218
|
username: string;
|
|
11217
11219
|
}>;
|
|
11220
|
+
sheetUrl: string;
|
|
11221
|
+
sheetName: string;
|
|
11218
11222
|
folders: {
|
|
11219
11223
|
subject: {
|
|
11220
11224
|
listImages: string[];
|
|
@@ -11253,6 +11257,8 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
|
|
|
11253
11257
|
niches: IManagerWork[] | string[];
|
|
11254
11258
|
startStop: EStartStop;
|
|
11255
11259
|
accountGroup: string | IAccountSocialGroup;
|
|
11260
|
+
sheetUrl: string;
|
|
11261
|
+
sheetName: string;
|
|
11256
11262
|
}
|
|
11257
11263
|
|
|
11258
11264
|
interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
|
|
@@ -11319,6 +11325,8 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
|
|
|
11319
11325
|
|
|
11320
11326
|
interface IManagerImageAIInstagramLog extends IBaseModel, ITrackingModel {
|
|
11321
11327
|
folderID: string;
|
|
11328
|
+
sheetUrl: string;
|
|
11329
|
+
sheetName: string;
|
|
11322
11330
|
processStep: EManagerImageAIInstagramLog;
|
|
11323
11331
|
status: EStatusInstagramImageLog;
|
|
11324
11332
|
time: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -11188,6 +11188,8 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
11188
11188
|
interface CreateManagerImageAIInstagramDto {
|
|
11189
11189
|
listAccountSocialIds: string[];
|
|
11190
11190
|
folderName: string;
|
|
11191
|
+
sheetUrl: string;
|
|
11192
|
+
sheetName: string;
|
|
11191
11193
|
model: EManagerImageAIInstagramModel;
|
|
11192
11194
|
ideaId: string;
|
|
11193
11195
|
nicheIds: string[];
|
|
@@ -11215,6 +11217,8 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11215
11217
|
id: string;
|
|
11216
11218
|
username: string;
|
|
11217
11219
|
}>;
|
|
11220
|
+
sheetUrl: string;
|
|
11221
|
+
sheetName: string;
|
|
11218
11222
|
folders: {
|
|
11219
11223
|
subject: {
|
|
11220
11224
|
listImages: string[];
|
|
@@ -11253,6 +11257,8 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
|
|
|
11253
11257
|
niches: IManagerWork[] | string[];
|
|
11254
11258
|
startStop: EStartStop;
|
|
11255
11259
|
accountGroup: string | IAccountSocialGroup;
|
|
11260
|
+
sheetUrl: string;
|
|
11261
|
+
sheetName: string;
|
|
11256
11262
|
}
|
|
11257
11263
|
|
|
11258
11264
|
interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
|
|
@@ -11319,6 +11325,8 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
|
|
|
11319
11325
|
|
|
11320
11326
|
interface IManagerImageAIInstagramLog extends IBaseModel, ITrackingModel {
|
|
11321
11327
|
folderID: string;
|
|
11328
|
+
sheetUrl: string;
|
|
11329
|
+
sheetName: string;
|
|
11322
11330
|
processStep: EManagerImageAIInstagramLog;
|
|
11323
11331
|
status: EStatusInstagramImageLog;
|
|
11324
11332
|
time: number;
|