automation-lib 5.0.79 → 5.0.82
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 +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +12 -12
- package/dist/index.mjs +12 -12
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -563,7 +563,7 @@ declare enum EStatusAccountVPN {
|
|
|
563
563
|
Error = "Error"
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
declare enum
|
|
566
|
+
declare enum EStatusAccountCHPlayICloud {
|
|
567
567
|
New = "New",
|
|
568
568
|
InActive = "InActive",
|
|
569
569
|
Active = "Active",
|
|
@@ -573,8 +573,8 @@ declare enum EStatusAccountCHPlay {
|
|
|
573
573
|
Error = "Error"
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
-
type index$
|
|
577
|
-
declare const index$
|
|
576
|
+
type index$g_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
577
|
+
declare const index$g_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
578
578
|
type index$g_EStatusAccountCanva = EStatusAccountCanva;
|
|
579
579
|
declare const index$g_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
580
580
|
type index$g_EStatusAccountDrive = EStatusAccountDrive;
|
|
@@ -620,7 +620,7 @@ declare const index$g_EStatusTeam: typeof EStatusTeam;
|
|
|
620
620
|
type index$g_EStatusVPS = EStatusVPS;
|
|
621
621
|
declare const index$g_EStatusVPS: typeof EStatusVPS;
|
|
622
622
|
declare namespace index$g {
|
|
623
|
-
export { index$
|
|
623
|
+
export { index$g_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$g_EStatusAccountCanva as EStatusAccountCanva, index$g_EStatusAccountDrive as EStatusAccountDrive, index$g_EStatusAccountSocial as EStatusAccountSocial, index$g_EStatusAccountVPN as EStatusAccountVPN, index$g_EStatusActive as EStatusActive, index$g_EStatusBlog as EStatusBlog, index$g_EStatusChangeInfo as EStatusChangeInfo, index$g_EStatusCommon as EStatusCommon, index$g_EStatusConnectDevice as EStatusConnectDevice, index$g_EStatusExecuteCommon as EStatusExecuteCommon, index$g_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$g_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$g_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$g_EStatusSheetWork as EStatusSheetWork, index$g_EStatusTaskAIContent as EStatusTaskAIContent, index$g_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$g_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$g_EStatusTaskJob as EStatusTaskJob, index$g_EStatusTaskJobGroup as EStatusTaskJobGroup, index$g_EStatusTaskToolSocials as EStatusTaskToolSocials, index$g_EStatusTeam as EStatusTeam, index$g_EStatusVPS as EStatusVPS };
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
declare enum EFolderImageAI {
|
|
@@ -1414,7 +1414,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1414
1414
|
maximumAccountApplyPerSocial: number;
|
|
1415
1415
|
statusConnect: EStatusConnectDevice;
|
|
1416
1416
|
statusSetupBasic: EStatusSetupDeviceSystem;
|
|
1417
|
-
statusCHPlay:
|
|
1417
|
+
statusCHPlay: EStatusAccountCHPlayICloud;
|
|
1418
1418
|
note: string;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|
|
@@ -1583,7 +1583,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1583
1583
|
newICloudEmailRecover: string;
|
|
1584
1584
|
statusIOSChange: EStatusChangeInfo;
|
|
1585
1585
|
typeAccount: ETypeAccountVPN;
|
|
1586
|
-
status:
|
|
1586
|
+
status: EStatusAccountCHPlayICloud;
|
|
1587
1587
|
lastUsed: Date;
|
|
1588
1588
|
lastUserUsed: string | IUser;
|
|
1589
1589
|
note: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -563,7 +563,7 @@ declare enum EStatusAccountVPN {
|
|
|
563
563
|
Error = "Error"
|
|
564
564
|
}
|
|
565
565
|
|
|
566
|
-
declare enum
|
|
566
|
+
declare enum EStatusAccountCHPlayICloud {
|
|
567
567
|
New = "New",
|
|
568
568
|
InActive = "InActive",
|
|
569
569
|
Active = "Active",
|
|
@@ -573,8 +573,8 @@ declare enum EStatusAccountCHPlay {
|
|
|
573
573
|
Error = "Error"
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
-
type index$
|
|
577
|
-
declare const index$
|
|
576
|
+
type index$g_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
|
577
|
+
declare const index$g_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
|
|
578
578
|
type index$g_EStatusAccountCanva = EStatusAccountCanva;
|
|
579
579
|
declare const index$g_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
580
580
|
type index$g_EStatusAccountDrive = EStatusAccountDrive;
|
|
@@ -620,7 +620,7 @@ declare const index$g_EStatusTeam: typeof EStatusTeam;
|
|
|
620
620
|
type index$g_EStatusVPS = EStatusVPS;
|
|
621
621
|
declare const index$g_EStatusVPS: typeof EStatusVPS;
|
|
622
622
|
declare namespace index$g {
|
|
623
|
-
export { index$
|
|
623
|
+
export { index$g_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$g_EStatusAccountCanva as EStatusAccountCanva, index$g_EStatusAccountDrive as EStatusAccountDrive, index$g_EStatusAccountSocial as EStatusAccountSocial, index$g_EStatusAccountVPN as EStatusAccountVPN, index$g_EStatusActive as EStatusActive, index$g_EStatusBlog as EStatusBlog, index$g_EStatusChangeInfo as EStatusChangeInfo, index$g_EStatusCommon as EStatusCommon, index$g_EStatusConnectDevice as EStatusConnectDevice, index$g_EStatusExecuteCommon as EStatusExecuteCommon, index$g_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$g_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$g_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$g_EStatusSheetWork as EStatusSheetWork, index$g_EStatusTaskAIContent as EStatusTaskAIContent, index$g_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$g_EStatusTaskImageVoiceCanva as EStatusTaskImageVoiceCanva, index$g_EStatusTaskJob as EStatusTaskJob, index$g_EStatusTaskJobGroup as EStatusTaskJobGroup, index$g_EStatusTaskToolSocials as EStatusTaskToolSocials, index$g_EStatusTeam as EStatusTeam, index$g_EStatusVPS as EStatusVPS };
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
declare enum EFolderImageAI {
|
|
@@ -1414,7 +1414,7 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1414
1414
|
maximumAccountApplyPerSocial: number;
|
|
1415
1415
|
statusConnect: EStatusConnectDevice;
|
|
1416
1416
|
statusSetupBasic: EStatusSetupDeviceSystem;
|
|
1417
|
-
statusCHPlay:
|
|
1417
|
+
statusCHPlay: EStatusAccountCHPlayICloud;
|
|
1418
1418
|
note: string;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|
|
@@ -1583,7 +1583,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1583
1583
|
newICloudEmailRecover: string;
|
|
1584
1584
|
statusIOSChange: EStatusChangeInfo;
|
|
1585
1585
|
typeAccount: ETypeAccountVPN;
|
|
1586
|
-
status:
|
|
1586
|
+
status: EStatusAccountCHPlayICloud;
|
|
1587
1587
|
lastUsed: Date;
|
|
1588
1588
|
lastUserUsed: string | IUser;
|
|
1589
1589
|
note: string;
|
package/dist/index.js
CHANGED
|
@@ -458,7 +458,7 @@ var ETypeVoiceLanguage = /* @__PURE__ */ ((ETypeVoiceLanguage2) => {
|
|
|
458
458
|
// src/enums/status/index.ts
|
|
459
459
|
var status_exports = {};
|
|
460
460
|
__export(status_exports, {
|
|
461
|
-
|
|
461
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
462
462
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
463
463
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
464
464
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
@@ -701,17 +701,17 @@ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
|
701
701
|
return EStatusAccountVPN2;
|
|
702
702
|
})(EStatusAccountVPN || {});
|
|
703
703
|
|
|
704
|
-
// src/enums/status/accounts/
|
|
705
|
-
var
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
return
|
|
714
|
-
})(
|
|
704
|
+
// src/enums/status/accounts/EStatusAccountCHPlayICloud.enum.ts
|
|
705
|
+
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
706
|
+
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
707
|
+
EStatusAccountCHPlayICloud2["InActive"] = "InActive";
|
|
708
|
+
EStatusAccountCHPlayICloud2["Active"] = "Active";
|
|
709
|
+
EStatusAccountCHPlayICloud2["Working"] = "Working";
|
|
710
|
+
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
711
|
+
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
712
|
+
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
713
|
+
return EStatusAccountCHPlayICloud2;
|
|
714
|
+
})(EStatusAccountCHPlayICloud || {});
|
|
715
715
|
|
|
716
716
|
// src/enums/ai/index.ts
|
|
717
717
|
var ai_exports = {};
|
package/dist/index.mjs
CHANGED
|
@@ -434,7 +434,7 @@ var ETypeVoiceLanguage = /* @__PURE__ */ ((ETypeVoiceLanguage2) => {
|
|
|
434
434
|
// src/enums/status/index.ts
|
|
435
435
|
var status_exports = {};
|
|
436
436
|
__export(status_exports, {
|
|
437
|
-
|
|
437
|
+
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
438
438
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
439
439
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
440
440
|
EStatusAccountSocial: () => EStatusAccountSocial,
|
|
@@ -677,17 +677,17 @@ var EStatusAccountVPN = /* @__PURE__ */ ((EStatusAccountVPN2) => {
|
|
|
677
677
|
return EStatusAccountVPN2;
|
|
678
678
|
})(EStatusAccountVPN || {});
|
|
679
679
|
|
|
680
|
-
// src/enums/status/accounts/
|
|
681
|
-
var
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
return
|
|
690
|
-
})(
|
|
680
|
+
// src/enums/status/accounts/EStatusAccountCHPlayICloud.enum.ts
|
|
681
|
+
var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2) => {
|
|
682
|
+
EStatusAccountCHPlayICloud2["New"] = "New";
|
|
683
|
+
EStatusAccountCHPlayICloud2["InActive"] = "InActive";
|
|
684
|
+
EStatusAccountCHPlayICloud2["Active"] = "Active";
|
|
685
|
+
EStatusAccountCHPlayICloud2["Working"] = "Working";
|
|
686
|
+
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
687
|
+
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
688
|
+
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
689
|
+
return EStatusAccountCHPlayICloud2;
|
|
690
|
+
})(EStatusAccountCHPlayICloud || {});
|
|
691
691
|
|
|
692
692
|
// src/enums/ai/index.ts
|
|
693
693
|
var ai_exports = {};
|