automation-lib 5.1.414 → 5.1.416

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 CHANGED
@@ -121,6 +121,7 @@ declare const CONST_API_CONTROLLERS: {
121
121
  SHEETS_TOOLS: string;
122
122
  LOGGING: string;
123
123
  DEVICES: string;
124
+ DEVICES_LOGS: string;
124
125
  DEVICES_SETTING: string;
125
126
  PROXY: string;
126
127
  PROXY_SETTING: string;
@@ -556,6 +557,7 @@ declare enum EObjectName {
556
557
  AccountsDrive = "AccountsDrive",
557
558
  AccountsCHPlayICloud = "AccountsCHPlayICloud",
558
559
  Devices = "Devices",
560
+ DevicesLogs = "DevicesLogs",
559
561
  DeviceSetting = "DeviceSetting",
560
562
  DeviceSettingForAccount = "DeviceSettingForAccount",
561
563
  SocialTaskManager = "SocialTaskManager",
package/dist/index.d.ts CHANGED
@@ -121,6 +121,7 @@ declare const CONST_API_CONTROLLERS: {
121
121
  SHEETS_TOOLS: string;
122
122
  LOGGING: string;
123
123
  DEVICES: string;
124
+ DEVICES_LOGS: string;
124
125
  DEVICES_SETTING: string;
125
126
  PROXY: string;
126
127
  PROXY_SETTING: string;
@@ -556,6 +557,7 @@ declare enum EObjectName {
556
557
  AccountsDrive = "AccountsDrive",
557
558
  AccountsCHPlayICloud = "AccountsCHPlayICloud",
558
559
  Devices = "Devices",
560
+ DevicesLogs = "DevicesLogs",
559
561
  DeviceSetting = "DeviceSetting",
560
562
  DeviceSettingForAccount = "DeviceSettingForAccount",
561
563
  SocialTaskManager = "SocialTaskManager",
package/dist/index.js CHANGED
@@ -284,6 +284,7 @@ var CONST_API_CONTROLLERS = {
284
284
  SHEETS_TOOLS: "sheets-tools",
285
285
  LOGGING: "logging",
286
286
  DEVICES: "devices",
287
+ DEVICES_LOGS: "devices-logs",
287
288
  DEVICES_SETTING: "devices-setting",
288
289
  PROXY: "proxy",
289
290
  PROXY_SETTING: "proxy-setting",
@@ -863,6 +864,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
863
864
  _EObjectName["AccountsDrive"] = "AccountsDrive";
864
865
  _EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
865
866
  _EObjectName["Devices"] = "Devices";
867
+ _EObjectName["DevicesLogs"] = "DevicesLogs";
866
868
  _EObjectName["DeviceSetting"] = "DeviceSetting";
867
869
  _EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
868
870
  _EObjectName["SocialTaskManager"] = "SocialTaskManager";
package/dist/index.mjs CHANGED
@@ -144,6 +144,7 @@ var CONST_API_CONTROLLERS = {
144
144
  SHEETS_TOOLS: "sheets-tools",
145
145
  LOGGING: "logging",
146
146
  DEVICES: "devices",
147
+ DEVICES_LOGS: "devices-logs",
147
148
  DEVICES_SETTING: "devices-setting",
148
149
  PROXY: "proxy",
149
150
  PROXY_SETTING: "proxy-setting",
@@ -723,6 +724,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
723
724
  _EObjectName["AccountsDrive"] = "AccountsDrive";
724
725
  _EObjectName["AccountsCHPlayICloud"] = "AccountsCHPlayICloud";
725
726
  _EObjectName["Devices"] = "Devices";
727
+ _EObjectName["DevicesLogs"] = "DevicesLogs";
726
728
  _EObjectName["DeviceSetting"] = "DeviceSetting";
727
729
  _EObjectName["DeviceSettingForAccount"] = "DeviceSettingForAccount";
728
730
  _EObjectName["SocialTaskManager"] = "SocialTaskManager";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.414",
3
+ "version": "5.1.416",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",