automation-lib 5.4.247 → 5.4.249

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
@@ -3490,10 +3490,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3490
3490
  statusConnectDevice: EStatusDeviceConnectPC;
3491
3491
  noteConnectDevice: string;
3492
3492
  pcInfo: {
3493
+ id: string;
3493
3494
  name: string;
3494
- department: string;
3495
- leader: string;
3496
- member: string;
3497
3495
  };
3498
3496
  deviceInfo: {
3499
3497
  id: string;
@@ -5817,12 +5815,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5817
5815
  statusConnectDevice: EStatusDeviceConnectPC;
5818
5816
  noteConnectDevice: string;
5819
5817
  pcInfo: {
5818
+ id: string;
5820
5819
  name: string;
5821
- department: string;
5822
- leader: string;
5823
- member: string;
5824
5820
  };
5825
5821
  deviceInfo: {
5822
+ id: string;
5826
5823
  key: string;
5827
5824
  name: string;
5828
5825
  type: ETypeDeviceOS;
package/dist/index.d.ts CHANGED
@@ -3490,10 +3490,8 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3490
3490
  statusConnectDevice: EStatusDeviceConnectPC;
3491
3491
  noteConnectDevice: string;
3492
3492
  pcInfo: {
3493
+ id: string;
3493
3494
  name: string;
3494
- department: string;
3495
- leader: string;
3496
- member: string;
3497
3495
  };
3498
3496
  deviceInfo: {
3499
3497
  id: string;
@@ -5817,12 +5815,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5817
5815
  statusConnectDevice: EStatusDeviceConnectPC;
5818
5816
  noteConnectDevice: string;
5819
5817
  pcInfo: {
5818
+ id: string;
5820
5819
  name: string;
5821
- department: string;
5822
- leader: string;
5823
- member: string;
5824
5820
  };
5825
5821
  deviceInfo: {
5822
+ id: string;
5826
5823
  key: string;
5827
5824
  name: string;
5828
5825
  type: ETypeDeviceOS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.247",
3
+ "version": "5.4.249",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",