automation-lib 5.1.414 → 5.1.415
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -556,6 +556,7 @@ declare enum EObjectName {
|
|
|
556
556
|
AccountsDrive = "AccountsDrive",
|
|
557
557
|
AccountsCHPlayICloud = "AccountsCHPlayICloud",
|
|
558
558
|
Devices = "Devices",
|
|
559
|
+
DevicesLogs = "DevicesLogs",
|
|
559
560
|
DeviceSetting = "DeviceSetting",
|
|
560
561
|
DeviceSettingForAccount = "DeviceSettingForAccount",
|
|
561
562
|
SocialTaskManager = "SocialTaskManager",
|
package/dist/index.d.ts
CHANGED
|
@@ -556,6 +556,7 @@ declare enum EObjectName {
|
|
|
556
556
|
AccountsDrive = "AccountsDrive",
|
|
557
557
|
AccountsCHPlayICloud = "AccountsCHPlayICloud",
|
|
558
558
|
Devices = "Devices",
|
|
559
|
+
DevicesLogs = "DevicesLogs",
|
|
559
560
|
DeviceSetting = "DeviceSetting",
|
|
560
561
|
DeviceSettingForAccount = "DeviceSettingForAccount",
|
|
561
562
|
SocialTaskManager = "SocialTaskManager",
|
package/dist/index.js
CHANGED
|
@@ -863,6 +863,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
863
863
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
864
864
|
_EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
|
|
865
865
|
_EObjectName["Devices"] = "Devices";
|
|
866
|
+
_EObjectName["DevicesLogs"] = "DevicesLogs";
|
|
866
867
|
_EObjectName["DeviceSetting"] = "DeviceSetting";
|
|
867
868
|
_EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
|
|
868
869
|
_EObjectName["SocialTaskManager"] = "SocialTaskManager";
|
package/dist/index.mjs
CHANGED
|
@@ -723,6 +723,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
|
|
|
723
723
|
_EObjectName["AccountsDrive"] = "AccountsDrive";
|
|
724
724
|
_EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
|
|
725
725
|
_EObjectName["Devices"] = "Devices";
|
|
726
|
+
_EObjectName["DevicesLogs"] = "DevicesLogs";
|
|
726
727
|
_EObjectName["DeviceSetting"] = "DeviceSetting";
|
|
727
728
|
_EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
|
|
728
729
|
_EObjectName["SocialTaskManager"] = "SocialTaskManager";
|