automation-lib 6.6.67 → 6.6.69
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 +5 -2
- package/dist/index.d.ts +5 -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
|
+
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIDriveE2Credentials as IIDriveE2Credentials$1, ETypeSocial as ETypeSocial$1, EStatusAccountSocialRaw as EStatusAccountSocialRaw$1, EVPSExtension as EVPSExtension$1, EVPSStatus as EVPSStatus$1, IFindBaseDto as IFindBaseDto$1, EStatusProfileEmailManager as EStatusProfileEmailManager$1, EProcessingEmailManager as EProcessingEmailManager$1, EStatusRunTaskEmailManager as EStatusRunTaskEmailManager$1, ETypeEmailChangeInfo as ETypeEmailChangeInfo$1, EStatusAccountSocialLogin as EStatusAccountSocialLogin$1, EStatusBrowserEmailManager as EStatusBrowserEmailManager$1, EYesNo as EYesNo$1, EStatusImapApp as EStatusImapApp$1, EStatusImportAccountSocial as EStatusImportAccountSocial$1, EHaveData as EHaveData$1, IPCPhone as IPCPhone$1, IDevice as IDevice$1 } from 'automation-lib';
|
|
1
|
+
import { ETypeDeviceOS as ETypeDeviceOS$1, IIDriveE2Credentials as IIDriveE2Credentials$1, ETypeSocial as ETypeSocial$1, EStatusAccountSocialRaw as EStatusAccountSocialRaw$1, EVPSExtension as EVPSExtension$1, EVPSStatus as EVPSStatus$1, IFindBaseDto as IFindBaseDto$1, EStatusProfileEmailManager as EStatusProfileEmailManager$1, EProcessingEmailManager as EProcessingEmailManager$1, EStatusRunTaskEmailManager as EStatusRunTaskEmailManager$1, ETypeEmailChangeInfo as ETypeEmailChangeInfo$1, EStatusAccountSocialLogin as EStatusAccountSocialLogin$1, EStatusBrowserEmailManager as EStatusBrowserEmailManager$1, EYesNo as EYesNo$1, EStatusImapApp as EStatusImapApp$1, EStatusImportAccountSocial as EStatusImportAccountSocial$1, EHaveData as EHaveData$1, IPCPhone as IPCPhone$1, IDevice as IDevice$1 } from 'automation-lib';
|
|
2
2
|
|
|
3
3
|
declare const CONST_API_OTP: {
|
|
4
4
|
SEND: string;
|
|
@@ -4124,6 +4124,7 @@ interface FindAccountCHPlayICloudDto extends IFindBaseDto {
|
|
|
4124
4124
|
newEmailRecover: string;
|
|
4125
4125
|
statusChange: EStatusChangeInfo;
|
|
4126
4126
|
status: EStatusAccountCHPlayICloud;
|
|
4127
|
+
os: ETypeDeviceOS;
|
|
4127
4128
|
note: string;
|
|
4128
4129
|
listDeviceKeys: string[];
|
|
4129
4130
|
listDeviceName: string[];
|
|
@@ -4173,6 +4174,7 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
4173
4174
|
interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
|
|
4174
4175
|
sheetName: string[];
|
|
4175
4176
|
pcName: string[];
|
|
4177
|
+
os: ETypeDeviceOS[];
|
|
4176
4178
|
devicesOS: ETypeDeviceOS[];
|
|
4177
4179
|
devicesName: string[];
|
|
4178
4180
|
status: EStatusAccountCHPlayICloud[];
|
|
@@ -4234,6 +4236,7 @@ interface IAccountCHPlayICloud extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
4234
4236
|
newCode2FA: string;
|
|
4235
4237
|
newEmailRecover: string;
|
|
4236
4238
|
statusChange: EStatusChangeInfo;
|
|
4239
|
+
os: ETypeDeviceOS$1;
|
|
4237
4240
|
status: EStatusAccountCHPlayICloud;
|
|
4238
4241
|
note: string;
|
|
4239
4242
|
}
|
|
@@ -18709,7 +18712,7 @@ interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAcco
|
|
|
18709
18712
|
accountUsername: string[];
|
|
18710
18713
|
accountStatusLogin: EStatusAccountSocialLogin[];
|
|
18711
18714
|
accountStatusRaw: EStatusAccountSocialRaw[];
|
|
18712
|
-
isSchedule: EHaveData;
|
|
18715
|
+
isSchedule: EHaveData[];
|
|
18713
18716
|
timezone: ETimeZone[];
|
|
18714
18717
|
status: EStatusTaskToolSocials[];
|
|
18715
18718
|
timeExecute: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIDriveE2Credentials as IIDriveE2Credentials$1, ETypeSocial as ETypeSocial$1, EStatusAccountSocialRaw as EStatusAccountSocialRaw$1, EVPSExtension as EVPSExtension$1, EVPSStatus as EVPSStatus$1, IFindBaseDto as IFindBaseDto$1, EStatusProfileEmailManager as EStatusProfileEmailManager$1, EProcessingEmailManager as EProcessingEmailManager$1, EStatusRunTaskEmailManager as EStatusRunTaskEmailManager$1, ETypeEmailChangeInfo as ETypeEmailChangeInfo$1, EStatusAccountSocialLogin as EStatusAccountSocialLogin$1, EStatusBrowserEmailManager as EStatusBrowserEmailManager$1, EYesNo as EYesNo$1, EStatusImapApp as EStatusImapApp$1, EStatusImportAccountSocial as EStatusImportAccountSocial$1, EHaveData as EHaveData$1, IPCPhone as IPCPhone$1, IDevice as IDevice$1 } from 'automation-lib';
|
|
1
|
+
import { ETypeDeviceOS as ETypeDeviceOS$1, IIDriveE2Credentials as IIDriveE2Credentials$1, ETypeSocial as ETypeSocial$1, EStatusAccountSocialRaw as EStatusAccountSocialRaw$1, EVPSExtension as EVPSExtension$1, EVPSStatus as EVPSStatus$1, IFindBaseDto as IFindBaseDto$1, EStatusProfileEmailManager as EStatusProfileEmailManager$1, EProcessingEmailManager as EProcessingEmailManager$1, EStatusRunTaskEmailManager as EStatusRunTaskEmailManager$1, ETypeEmailChangeInfo as ETypeEmailChangeInfo$1, EStatusAccountSocialLogin as EStatusAccountSocialLogin$1, EStatusBrowserEmailManager as EStatusBrowserEmailManager$1, EYesNo as EYesNo$1, EStatusImapApp as EStatusImapApp$1, EStatusImportAccountSocial as EStatusImportAccountSocial$1, EHaveData as EHaveData$1, IPCPhone as IPCPhone$1, IDevice as IDevice$1 } from 'automation-lib';
|
|
2
2
|
|
|
3
3
|
declare const CONST_API_OTP: {
|
|
4
4
|
SEND: string;
|
|
@@ -4124,6 +4124,7 @@ interface FindAccountCHPlayICloudDto extends IFindBaseDto {
|
|
|
4124
4124
|
newEmailRecover: string;
|
|
4125
4125
|
statusChange: EStatusChangeInfo;
|
|
4126
4126
|
status: EStatusAccountCHPlayICloud;
|
|
4127
|
+
os: ETypeDeviceOS;
|
|
4127
4128
|
note: string;
|
|
4128
4129
|
listDeviceKeys: string[];
|
|
4129
4130
|
listDeviceName: string[];
|
|
@@ -4173,6 +4174,7 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
4173
4174
|
interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
|
|
4174
4175
|
sheetName: string[];
|
|
4175
4176
|
pcName: string[];
|
|
4177
|
+
os: ETypeDeviceOS[];
|
|
4176
4178
|
devicesOS: ETypeDeviceOS[];
|
|
4177
4179
|
devicesName: string[];
|
|
4178
4180
|
status: EStatusAccountCHPlayICloud[];
|
|
@@ -4234,6 +4236,7 @@ interface IAccountCHPlayICloud extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
4234
4236
|
newCode2FA: string;
|
|
4235
4237
|
newEmailRecover: string;
|
|
4236
4238
|
statusChange: EStatusChangeInfo;
|
|
4239
|
+
os: ETypeDeviceOS$1;
|
|
4237
4240
|
status: EStatusAccountCHPlayICloud;
|
|
4238
4241
|
note: string;
|
|
4239
4242
|
}
|
|
@@ -18709,7 +18712,7 @@ interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAcco
|
|
|
18709
18712
|
accountUsername: string[];
|
|
18710
18713
|
accountStatusLogin: EStatusAccountSocialLogin[];
|
|
18711
18714
|
accountStatusRaw: EStatusAccountSocialRaw[];
|
|
18712
|
-
isSchedule: EHaveData;
|
|
18715
|
+
isSchedule: EHaveData[];
|
|
18713
18716
|
timezone: ETimeZone[];
|
|
18714
18717
|
status: EStatusTaskToolSocials[];
|
|
18715
18718
|
timeExecute: [Date, Date];
|