automation-lib 5.1.322 → 5.1.323
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +4 -3
- package/dist/index.mjs +4 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -549,11 +549,12 @@ declare enum EObjectName {
|
|
|
549
549
|
AccountEmailTag = "AccountEmailTag",
|
|
550
550
|
AccountEmailProxy = "AccountEmailProxy",
|
|
551
551
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
552
|
-
Proxy = "Proxy",
|
|
553
|
-
AccountsDrive = "AccountsDrive",
|
|
554
|
-
AccountsVPN = "AccountsVPN",
|
|
555
552
|
AccountsVPS = "AccountsVPS",
|
|
556
553
|
AccountsVPSGroup = "AccountsVPSGroup",
|
|
554
|
+
AccountsVPN = "AccountsVPN",
|
|
555
|
+
AccountsProxy = "AccountsProxy",
|
|
556
|
+
AccountsDrive = "AccountsDrive",
|
|
557
|
+
AccountsCHPlayICloud = "AccountsCHPlayICloud",
|
|
557
558
|
Devices = "Devices",
|
|
558
559
|
DeviceSetting = "DeviceSetting",
|
|
559
560
|
DeviceSettingForAccount = "DeviceSettingForAccount",
|
package/dist/index.d.ts
CHANGED
|
@@ -549,11 +549,12 @@ declare enum EObjectName {
|
|
|
549
549
|
AccountEmailTag = "AccountEmailTag",
|
|
550
550
|
AccountEmailProxy = "AccountEmailProxy",
|
|
551
551
|
AccountEmailTaskWork = "AccountEmailTaskWork",
|
|
552
|
-
Proxy = "Proxy",
|
|
553
|
-
AccountsDrive = "AccountsDrive",
|
|
554
|
-
AccountsVPN = "AccountsVPN",
|
|
555
552
|
AccountsVPS = "AccountsVPS",
|
|
556
553
|
AccountsVPSGroup = "AccountsVPSGroup",
|
|
554
|
+
AccountsVPN = "AccountsVPN",
|
|
555
|
+
AccountsProxy = "AccountsProxy",
|
|
556
|
+
AccountsDrive = "AccountsDrive",
|
|
557
|
+
AccountsCHPlayICloud = "AccountsCHPlayICloud",
|
|
557
558
|
Devices = "Devices",
|
|
558
559
|
DeviceSetting = "DeviceSetting",
|
|
559
560
|
DeviceSettingForAccount = "DeviceSettingForAccount",
|
package/dist/index.js
CHANGED
|
@@ -836,11 +836,12 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
836
836
|
_EObjectName["AccountEmailTag"] = "AccountEmailTag";
|
|
837
837
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
838
838
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
839
|
-
_EObjectName["Proxy"] = "Proxy";
|
|
840
|
-
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
841
|
-
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
842
839
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
843
840
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
841
|
+
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
842
|
+
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
843
|
+
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
844
|
+
_EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
|
|
844
845
|
_EObjectName["Devices"] = "Devices";
|
|
845
846
|
_EObjectName["DeviceSetting"] = "DeviceSetting";
|
|
846
847
|
_EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
|
package/dist/index.mjs
CHANGED
|
@@ -706,11 +706,12 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
706
706
|
_EObjectName["AccountEmailTag"] = "AccountEmailTag";
|
|
707
707
|
_EObjectName["AccountEmailProxy"] = "AccountEmailProxy";
|
|
708
708
|
_EObjectName["AccountEmailTaskWork"] = "AccountEmailTaskWork";
|
|
709
|
-
_EObjectName["Proxy"] = "Proxy";
|
|
710
|
-
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
711
|
-
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
712
709
|
_EObjectName["AccountsVPS"] = "AccountsVPS";
|
|
713
710
|
_EObjectName["AccountsVPSGroup"] = "AccountsVPSGroup";
|
|
711
|
+
_EObjectName["AccountsVPN"] = "AccountsVPN";
|
|
712
|
+
_EObjectName["AccountsProxy"] = "AccountsProxy";
|
|
713
|
+
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
714
|
+
_EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
|
|
714
715
|
_EObjectName["Devices"] = "Devices";
|
|
715
716
|
_EObjectName["DeviceSetting"] = "DeviceSetting";
|
|
716
717
|
_EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
|