automation-lib 6.6.410 → 6.6.412

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
@@ -7707,10 +7707,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
7707
7707
  };
7708
7708
  deviceInfo: {
7709
7709
  id: string;
7710
- key: string;
7711
7710
  name: string;
7712
7711
  model: string;
7713
7712
  os: ETypeDeviceOS;
7713
+ oldKey: string;
7714
+ newKey: string;
7715
+ typeOld: ETypeDevice;
7716
+ typeNew: ETypeDevice;
7714
7717
  typeAppClone: string;
7715
7718
  nameAppClone: string;
7716
7719
  nameAppCloneSocial: string;
@@ -14253,6 +14256,8 @@ interface UpdateDeviceDto {
14253
14256
  noteFix: Date;
14254
14257
  statusSync: EStatusDeviceSync;
14255
14258
  };
14259
+ statusConnectPCNew: EStatusDeviceConnectPC;
14260
+ statusReplace: EStatusDeviceReplace;
14256
14261
  }
14257
14262
  interface ViewDetailDeviceDto {
14258
14263
  basic: {
package/dist/index.d.ts CHANGED
@@ -7707,10 +7707,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
7707
7707
  };
7708
7708
  deviceInfo: {
7709
7709
  id: string;
7710
- key: string;
7711
7710
  name: string;
7712
7711
  model: string;
7713
7712
  os: ETypeDeviceOS;
7713
+ oldKey: string;
7714
+ newKey: string;
7715
+ typeOld: ETypeDevice;
7716
+ typeNew: ETypeDevice;
7714
7717
  typeAppClone: string;
7715
7718
  nameAppClone: string;
7716
7719
  nameAppCloneSocial: string;
@@ -14253,6 +14256,8 @@ interface UpdateDeviceDto {
14253
14256
  noteFix: Date;
14254
14257
  statusSync: EStatusDeviceSync;
14255
14258
  };
14259
+ statusConnectPCNew: EStatusDeviceConnectPC;
14260
+ statusReplace: EStatusDeviceReplace;
14256
14261
  }
14257
14262
  interface ViewDetailDeviceDto {
14258
14263
  basic: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.410",
3
+ "version": "6.6.412",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",