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