automation-lib 5.4.312 → 5.4.314
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 +8 -11
- package/dist/index.d.ts +8 -11
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5616,9 +5616,6 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
5616
5616
|
}
|
|
5617
5617
|
|
|
5618
5618
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5619
|
-
accountStatusSync: EStatusAccountSocialSync;
|
|
5620
|
-
accountStatus: EStatusAccountSocialRaw;
|
|
5621
|
-
accountStatusTimeChange: Date;
|
|
5622
5619
|
pcInfo: {
|
|
5623
5620
|
id: string;
|
|
5624
5621
|
name: string;
|
|
@@ -5638,6 +5635,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5638
5635
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
5639
5636
|
statusReplace: EStatusDeviceReplace;
|
|
5640
5637
|
};
|
|
5638
|
+
accountStatus: EStatusAccountSocialRaw;
|
|
5639
|
+
accountStatusTimeChange: Date;
|
|
5641
5640
|
timeAddToDevice: Date;
|
|
5642
5641
|
isActiveOnDevice: boolean;
|
|
5643
5642
|
timeStartStopOnDevice: Date;
|
|
@@ -9366,7 +9365,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
9366
9365
|
timeExpiredPhoneNumber: [Date, Date];
|
|
9367
9366
|
resetDeviceTime: number[];
|
|
9368
9367
|
}
|
|
9369
|
-
interface FindDeviceDto extends IFindBaseDto
|
|
9368
|
+
interface FindDeviceDto extends IFindBaseDto {
|
|
9370
9369
|
allAccountSocials: {
|
|
9371
9370
|
x: {
|
|
9372
9371
|
total: number;
|
|
@@ -9440,13 +9439,6 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9440
9439
|
};
|
|
9441
9440
|
};
|
|
9442
9441
|
nameSystemInformation: string;
|
|
9443
|
-
runDevice: {
|
|
9444
|
-
pcName: string;
|
|
9445
|
-
department: string;
|
|
9446
|
-
team: string;
|
|
9447
|
-
user: string;
|
|
9448
|
-
};
|
|
9449
|
-
statusPC: EStatusPC;
|
|
9450
9442
|
hubConnection: string;
|
|
9451
9443
|
hubStatus: EStatusDeviceHubStatus;
|
|
9452
9444
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
@@ -9463,6 +9455,11 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9463
9455
|
statusReplace: EStatusDeviceReplace;
|
|
9464
9456
|
idea: string;
|
|
9465
9457
|
niche: string;
|
|
9458
|
+
pcInfo: {
|
|
9459
|
+
id: string;
|
|
9460
|
+
name: string;
|
|
9461
|
+
status: EStatusPC;
|
|
9462
|
+
};
|
|
9466
9463
|
deviceInfo: {
|
|
9467
9464
|
os: ETypeDeviceOS;
|
|
9468
9465
|
model: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -5616,9 +5616,6 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
|
|
|
5616
5616
|
}
|
|
5617
5617
|
|
|
5618
5618
|
interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
5619
|
-
accountStatusSync: EStatusAccountSocialSync;
|
|
5620
|
-
accountStatus: EStatusAccountSocialRaw;
|
|
5621
|
-
accountStatusTimeChange: Date;
|
|
5622
5619
|
pcInfo: {
|
|
5623
5620
|
id: string;
|
|
5624
5621
|
name: string;
|
|
@@ -5638,6 +5635,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5638
5635
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
5639
5636
|
statusReplace: EStatusDeviceReplace;
|
|
5640
5637
|
};
|
|
5638
|
+
accountStatus: EStatusAccountSocialRaw;
|
|
5639
|
+
accountStatusTimeChange: Date;
|
|
5641
5640
|
timeAddToDevice: Date;
|
|
5642
5641
|
isActiveOnDevice: boolean;
|
|
5643
5642
|
timeStartStopOnDevice: Date;
|
|
@@ -9366,7 +9365,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
9366
9365
|
timeExpiredPhoneNumber: [Date, Date];
|
|
9367
9366
|
resetDeviceTime: number[];
|
|
9368
9367
|
}
|
|
9369
|
-
interface FindDeviceDto extends IFindBaseDto
|
|
9368
|
+
interface FindDeviceDto extends IFindBaseDto {
|
|
9370
9369
|
allAccountSocials: {
|
|
9371
9370
|
x: {
|
|
9372
9371
|
total: number;
|
|
@@ -9440,13 +9439,6 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9440
9439
|
};
|
|
9441
9440
|
};
|
|
9442
9441
|
nameSystemInformation: string;
|
|
9443
|
-
runDevice: {
|
|
9444
|
-
pcName: string;
|
|
9445
|
-
department: string;
|
|
9446
|
-
team: string;
|
|
9447
|
-
user: string;
|
|
9448
|
-
};
|
|
9449
|
-
statusPC: EStatusPC;
|
|
9450
9442
|
hubConnection: string;
|
|
9451
9443
|
hubStatus: EStatusDeviceHubStatus;
|
|
9452
9444
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
@@ -9463,6 +9455,11 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9463
9455
|
statusReplace: EStatusDeviceReplace;
|
|
9464
9456
|
idea: string;
|
|
9465
9457
|
niche: string;
|
|
9458
|
+
pcInfo: {
|
|
9459
|
+
id: string;
|
|
9460
|
+
name: string;
|
|
9461
|
+
status: EStatusPC;
|
|
9462
|
+
};
|
|
9466
9463
|
deviceInfo: {
|
|
9467
9464
|
os: ETypeDeviceOS;
|
|
9468
9465
|
model: string;
|