automation-lib 5.4.247 → 5.4.250
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 +4 -9
- package/dist/index.d.ts +4 -9
- package/package.json +1 -1
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;
|
|
@@ -5477,10 +5475,8 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
5477
5475
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5478
5476
|
accountStatus: EStatusAccountSocialRaw;
|
|
5479
5477
|
pcInfo: {
|
|
5478
|
+
id: string;
|
|
5480
5479
|
name: string;
|
|
5481
|
-
department: string;
|
|
5482
|
-
leader: string;
|
|
5483
|
-
member: string;
|
|
5484
5480
|
};
|
|
5485
5481
|
deviceInfo: {
|
|
5486
5482
|
id: string;
|
|
@@ -5817,12 +5813,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5817
5813
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
5818
5814
|
noteConnectDevice: string;
|
|
5819
5815
|
pcInfo: {
|
|
5816
|
+
id: string;
|
|
5820
5817
|
name: string;
|
|
5821
|
-
department: string;
|
|
5822
|
-
leader: string;
|
|
5823
|
-
member: string;
|
|
5824
5818
|
};
|
|
5825
5819
|
deviceInfo: {
|
|
5820
|
+
id: string;
|
|
5826
5821
|
key: string;
|
|
5827
5822
|
name: string;
|
|
5828
5823
|
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;
|
|
@@ -5477,10 +5475,8 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
5477
5475
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5478
5476
|
accountStatus: EStatusAccountSocialRaw;
|
|
5479
5477
|
pcInfo: {
|
|
5478
|
+
id: string;
|
|
5480
5479
|
name: string;
|
|
5481
|
-
department: string;
|
|
5482
|
-
leader: string;
|
|
5483
|
-
member: string;
|
|
5484
5480
|
};
|
|
5485
5481
|
deviceInfo: {
|
|
5486
5482
|
id: string;
|
|
@@ -5817,12 +5813,11 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5817
5813
|
statusConnectDevice: EStatusDeviceConnectPC;
|
|
5818
5814
|
noteConnectDevice: string;
|
|
5819
5815
|
pcInfo: {
|
|
5816
|
+
id: string;
|
|
5820
5817
|
name: string;
|
|
5821
|
-
department: string;
|
|
5822
|
-
leader: string;
|
|
5823
|
-
member: string;
|
|
5824
5818
|
};
|
|
5825
5819
|
deviceInfo: {
|
|
5820
|
+
id: string;
|
|
5826
5821
|
key: string;
|
|
5827
5822
|
name: string;
|
|
5828
5823
|
type: ETypeDeviceOS;
|