automation-lib 5.1.442 → 5.1.444

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
@@ -1907,7 +1907,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
1907
1907
  wifiName: string;
1908
1908
  wifiPass: string;
1909
1909
  numberResetByTheHour: number;
1910
- nameSystem: string;
1910
+ nameSystemInformation: string;
1911
1911
  deviceInheritance: any;
1912
1912
  setupSetting: {
1913
1913
  changeLanguageSettings: EStatusDeviceSetupSettingTask;
@@ -9195,6 +9195,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
9195
9195
  team: string;
9196
9196
  user: string;
9197
9197
  };
9198
+ nameSystemInformation: string;
9198
9199
  statusPC: EStatusPC;
9199
9200
  hubConnection: string;
9200
9201
  hubStatus: EStatusDeviceHubStatus;
package/dist/index.d.ts CHANGED
@@ -1907,7 +1907,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
1907
1907
  wifiName: string;
1908
1908
  wifiPass: string;
1909
1909
  numberResetByTheHour: number;
1910
- nameSystem: string;
1910
+ nameSystemInformation: string;
1911
1911
  deviceInheritance: any;
1912
1912
  setupSetting: {
1913
1913
  changeLanguageSettings: EStatusDeviceSetupSettingTask;
@@ -9195,6 +9195,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
9195
9195
  team: string;
9196
9196
  user: string;
9197
9197
  };
9198
+ nameSystemInformation: string;
9198
9199
  statusPC: EStatusPC;
9199
9200
  hubConnection: string;
9200
9201
  hubStatus: EStatusDeviceHubStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.442",
3
+ "version": "5.1.444",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",