automation-lib 5.4.322 → 5.4.324

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
@@ -9700,6 +9700,22 @@ interface FindDeviceDto extends IFindBaseDto {
9700
9700
  statusLogin: EStatusDeviceLoginCHPlayICloud;
9701
9701
  timeLoginCHPlayICloud: Date;
9702
9702
  };
9703
+ wifiInfo: {
9704
+ wifiName: string;
9705
+ password: string;
9706
+ status: EStatusDeviceConnectWifi;
9707
+ };
9708
+ setupSetting: {
9709
+ changeLanguageSettings: EStatusDeviceSetupSettingTask;
9710
+ configureNetworkSettings: EStatusDeviceSetupSettingTask;
9711
+ configureDateTime: EStatusDeviceSetupSettingTask;
9712
+ setupLocationServices: EStatusDeviceSetupSettingTask;
9713
+ installSecurityUpdates: EStatusDeviceSetupSettingTask;
9714
+ configurePrivacySettings: EStatusDeviceSetupSettingTask;
9715
+ setupDeviceName: EStatusDeviceSetupSettingTask;
9716
+ configureNotifications: EStatusDeviceSetupSettingTask;
9717
+ configureAccessibility: EStatusDeviceSetupSettingTask;
9718
+ };
9703
9719
  listProxy: [
9704
9720
  {
9705
9721
  id: string;
@@ -9723,6 +9739,7 @@ interface FindDeviceDto extends IFindBaseDto {
9723
9739
  }
9724
9740
  ];
9725
9741
  numberVPNOfDevice: number;
9742
+ noteFix: string;
9726
9743
  instagramInfo: {
9727
9744
  status: {
9728
9745
  active: number;
package/dist/index.d.ts CHANGED
@@ -9700,6 +9700,22 @@ interface FindDeviceDto extends IFindBaseDto {
9700
9700
  statusLogin: EStatusDeviceLoginCHPlayICloud;
9701
9701
  timeLoginCHPlayICloud: Date;
9702
9702
  };
9703
+ wifiInfo: {
9704
+ wifiName: string;
9705
+ password: string;
9706
+ status: EStatusDeviceConnectWifi;
9707
+ };
9708
+ setupSetting: {
9709
+ changeLanguageSettings: EStatusDeviceSetupSettingTask;
9710
+ configureNetworkSettings: EStatusDeviceSetupSettingTask;
9711
+ configureDateTime: EStatusDeviceSetupSettingTask;
9712
+ setupLocationServices: EStatusDeviceSetupSettingTask;
9713
+ installSecurityUpdates: EStatusDeviceSetupSettingTask;
9714
+ configurePrivacySettings: EStatusDeviceSetupSettingTask;
9715
+ setupDeviceName: EStatusDeviceSetupSettingTask;
9716
+ configureNotifications: EStatusDeviceSetupSettingTask;
9717
+ configureAccessibility: EStatusDeviceSetupSettingTask;
9718
+ };
9703
9719
  listProxy: [
9704
9720
  {
9705
9721
  id: string;
@@ -9723,6 +9739,7 @@ interface FindDeviceDto extends IFindBaseDto {
9723
9739
  }
9724
9740
  ];
9725
9741
  numberVPNOfDevice: number;
9742
+ noteFix: string;
9726
9743
  instagramInfo: {
9727
9744
  status: {
9728
9745
  active: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.322",
3
+ "version": "5.4.324",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",